html {
	font-size: 62.5%;
}

body {
	font-family: 'Roboto',Arial,Helvetica Neue,Helvetica,sans-serif;
	margin:0;
	background-color:#f1f3f4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.thermometer {
	display:none;
}

.padding {
	padding:0;
}

.content {
	width:100%;
	max-width:1170px;
	margin: 0 auto;
	background-color:transparent;
}

.content > .container {
    background-color: #fff !important;
}

.main {
	background-color:#fff;
}

.firstcontainer, 
.header,
.nav ul.navlist {
	background-color:#234B6F;
}

.logo {
	padding: 18px 0 13px 0;
	width:40%;
	height:auto;
}

.logo img {
	width:100%;
	max-width:445px;
	height: auto;
	border:none;
	min-height: inherit !important;
}

header {
	width:100%;
	max-width:1170px;
	height:360px;
	background:url('../images/true-friends-header.jpg');
	background-position: 0px -31px;
	background-size: cover;
	display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}

.header-text {
	width:100%;
	max-width:470px;
	margin-left:40px;
}

header p {
	font-family:'Roboto Slab',Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 1.563rem;
	line-height: 1.5;
	color:white;
}

h1 {
	font-size:3.046875rem;
	font-family:'Roboto Slab',Arial,Helvetica Neue,Helvetica,sans-serif;
	font-weight:700;
	color: #0B5195;
	line-height:1.2;
	margin:0;
	padding:0;
}

header h1 {
	font-size:2.813rem;
	font-family:'Roboto Slab',Arial,Helvetica Neue,Helvetica,sans-serif;
	font-weight:700;
	color: #fff;
	line-height:1.2;
	margin:0;
	padding:0;
}

h2 {
	font-size:3.046875rem;
	font-family:'Roboto Slab',Arial,Helvetica Neue,Helvetica,sans-serif;
	font-weight:700 !important;
	color: #0B5195;
	line-height:1.2;
	margin:0;
	padding:0;
}

h2 span.slab {
	font-family:'Galada', Arial,Helvetica Neue,Helvetica,sans-serif;
}

h3, h4 {
	color: #0B5195;
	font-family:'Roboto Slab',Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 2.1rem;
	font-weight:700;
	line-height: 2.5rem;
	margin: 1rem 0;
}

p {
	font-family: 'Roboto',Arial,Helvetica Neue,Helvetica,sans-serif;
	color:#424242;
	font-size:1.727375rem;
	font-weight:normal;
	line-height:1.65;
	margin: .5rem 0 1rem 0;
}

a {
	font-weight: 700;
	color:#0075CF;
	text-decoration:none;
}

a:hover {
	color:#E32A2A;
	text-decoration:none;
}

img.icon {
	padding-bottom:5px;
}

.text-panel {
	margin:0;
	background-color:white;
	overflow:auto;
}

.text-box {
	margin:20px 90px 30px 90px;
	text-align:center;
}

.text-box-last {
	margin:0 30px 30px 30px;
	padding-top:30px;
	border-top: 2px solid #d6d6d6;
}

.text-box-left {
	text-align:left;
}

.text-box-left img {
	float:left;
	padding-right:30px;
	padding-bottom:10px;
}

.text-panel-bg {
	min-height: 166px;
	padding-top:71px;
	padding-bottom:102px;
	background-color:transparent;
	background:url('../images/who-are-true-friends-background.jpg');
	background-position:right;
	background-size:cover;
}

.text-panel-bg h2,
.text-panel-bg p {
	color:white;
}

br.cb { 
	clear: both; 
}

button {
	font-family:'Roboto Slab',Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size:2.063rem;
	font-weight:700;
	border-radius:6px;
	padding: 14px 30px;
	box-shadow: none;
	box-sizing:border-box;
	border:none;
	line-height:1.2;
	cursor:pointer;
	margin-top:10px;
}

.button-red {
	color:#FFF;
	background:#E32A2A;
	border:2px solid #E32A2A;
}

.button-gold {
	color:#FFF;
	background:#008671;
	border:2px solid #008671;
}

.button-red:hover,
.button-red:focus {
	background:#E32A2A;
	border:2px solid #000;
}

.button-gold:hover,
.button-gold:focus {
	background:#008671;
	border:2px solid #000;
}

.mobile-border {
	border-bottom:none;
}

.rule {
	  display: block;
	  margin:20px 12px 0;
    border-top:15px solid #e6e6e6; 
}

.nav {
	padding-left:0;
}

.nav > ul.navlist > li {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size:1.75rem;
	font-weight:bold;
}

@media only screen and (max-width: 1230px),
only screen and (max-device-width: 1230px) {

	.logo {
	    width: 40%;
	}

	.nav {
		margin: 50px 0 0 0;
	}

	.nav > ul.navlist > li {
		font-size:1.5rem;
	}
}

@media only screen and (max-width: 1199px),
only screen and (max-device-width: 1199px) {
	.nav > ul.navlist > li {
		font-size:1.35rem;
	}
}

@media only screen and (max-width: 1170px),
only screen and (max-device-width: 1170px) {

	.logo {
	    padding: 18px 0 13px 0;
	}
}

@media only screen and (max-width: 1020px),
only screen and (max-device-width: 1020px) {

	.logo {
	    /* width: 40%; */
	}
}

@media only screen and (max-width: 1000px),
only screen and (max-device-width: 1000px) {

	.nav > ul.navlist > li {
		font-size:1.125rem;
	}
}

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {

	.logo {
	    width:35%;
	}

	header h1 {
		font-size:2.313rem;
		margin:0;
		padding: 17px 12px 0 12px;
	}

	header {
		position:relative;
		display: block;
		background-size: cover;
		background-position: 0px 0px;
		min-height:409px;
	}

	.header-text {
		position:absolute;
		width:100%;
		max-width:none;
		text-align:center;
		background: rgba(0, 0, 0, 0.5);
		margin-left:0;
		padding:0;
		bottom:0;
	}

	header p {
		margin:0;
		padding:10px 12px 24px 12px;
	}

	.text-panel {
		margin: 0 30px;
	}

	.text-box {
		margin:20px 30px 30px 30px;
	}

	.text-box-last {
		margin:0 30px 30px 30px;
	}

	.text-box-left {
		text-align:center;
	}

	.text-box-left img {
		float:none;
		display:block;
		margin: 0 auto;
		padding-right:0;
		padding-bottom:20px;
	}
}

@media only screen and (max-width: 800px),
only screen and (max-device-width: 800px) {

	.logo {
		padding: 18px 0 13px 12px;
	}
}

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {

	.padding {
		padding: 80px 0 0;
	}
}

@media only screen and (max-width: 749px),
only screen and (max-device-width: 749px) {

	header {
		background-position: 50% 0px;
	}

	.logo {
		width:50%;
	}
}

@media only screen and (max-width: 641px),
only screen and (max-device-width: 641px) {

	h1,
	h2 {
		font-size:2.5rem;
	}

	.text-box h2 {
		font-size:2.75rem;
	}

	.text-panel {
		margin: 0 20px;
	}

	.text-box {
		margin: 20px 0 30px 0;
	}

	.text-box-last {
		margin:0 0 30px 0;
	}

	.text-box p {
		text-align:left;
	}

	.text-panel-bg {
		min-height:auto;
		margin: 0 20px;
		padding-top:0;
		padding-bottom:0;
		background-color:transparent;
		background:#FFF;
	}

	.text-panel-bg h2 {
		color:#0B5195;
	}

	.text-panel-bg p {
		color:#424242;
	}

	.mobile-border {
		border-bottom: 2px solid #d6d6d6;	
	}
}

@media only screen and (max-width: 525px),
only screen and (max-device-width: 525px) {

	.logo {
		width:auto;
	}

	.logo img {
	    max-width: 85%;
	}

	header {
		min-height:486px;
		background-position: 90% 0px;
	}
}

@media only screen and (max-width: 400px),
only screen and (max-device-width: 400px) {

	.text-box-left img {
		width:100%;
	}
}

/* Featured Memorial */

.featured {
	background-color:#40618d;
	width:100%;
	margin-bottom:30px;
	height:381px;
}

.featured-text {
	display:block;
	padding-right:80px;
}

.featured h2 {
	font-size:3.046875rem;
	font-family:'Roboto Slab',Arial,Helvetica Neue,Helvetica,sans-serif;
	color:#acbde1;
	line-height:1.2;
	margin:0 0 6px 0;
	padding:0;
}

.featured h3 {
	font-size:3.046875rem;
	font-family:'Roboto Slab',Arial,Helvetica Neue,Helvetica,sans-serif;
	color:white;
	line-height:1.2;
	margin:0 0 6px 0;
	padding:0;
}

.featured p {
	color:white;
}

.featured a {
	font-weight:900;
	color:#8dbeff;
	text-decoration:none;
}

.featured a:hover {
	/*color:#abc9ff;*/
	color:#8dbeff;
}

.slider {
  width: 100%;
  margin: 0 auto;
}

.slick-slide {
  margin: 0px 20px 0 0;
  height:auto;
  display: flex !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}

.slick-slide img {
	height:381px;
	float:left;
  padding-right:54px;
}

.slick-next {
  right: 20px;
}

.slick-prev {
  left: 20px;
  z-index: 2;
}

.slick-prev, .slick-next {
  width: 40px;
  height:40px;
}

.slick-prev {
  left: 20px;
  z-index: 2;
}

.slick-prev::before, 
.slick-next::before {
  font-size: 40px;
}

.slick-prev:before,
.slick-next:before {
    color: white;
}

ul.slick-dots {
	display:none !important; /* hidden on desktop */
}

.slick-dots li.slick-active button::before,
.slick-dots li button::before {
    color: white;
    font-size: 19px;
}

.slick-dots li,
.slick-dots li button {
	width:25px;
	height:25px;
}

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {

	.featured {
		padding-bottom:12px;
		height:auto;
	}

	.featured-text {
		margin: 20px 35px 30px 35px;
		padding-right:0;
	}

	.slick-slide {
		margin:0;
		display: block !important;
	}

	.slick-slide img {
	  width: 100%;
	  height:auto;
	  float:none;
	  padding-right:0;
	  margin: 0 auto;
	}

	ul.slick-dots {
		display:block !important;
	}

	.slick-prev, .slick-next {
	  	margin-top:-99px;
		}
}

@media only screen and (max-width: 1199px),
only screen and (max-device-width: 1199px) {

	.featured h2 {
		font-size:2.5rem;
	}

	.featured h3 {
		font-size:2.5rem;
	}

	.featured p {
		font-size:1.5rem;
	}
}

@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {

	.featured p {
		font-size:1.5rem;
	}
}

@media only screen and (max-width: 627px),
only screen and (max-device-width: 627px) {

	.featured h2 {
		font-size:2.5rem;
	}

	.featured h3 {
		font-size:2.25rem;
	}

	.featured-text {
		max-width:none;
		margin: 20px 20px 30px 20px;
	}

	.featured p {
		font-size:1.438rem;
	}

	.slick-slide img {
	  width: 100%;
	  float:none;
	  padding-right:0;
	}

	.slick-next {
  	right: 12px;
	}

	.slick-prev {
		left: 12px;
	}

	.slick-prev, .slick-next {
  	margin-top:-100px;
	}
}

/* Footer */

.footer {
	position:relative;
	font-family: 'Roboto',Arial,Helvetica Neue,Helvetica,sans-serif;
	background:#234B6F;
	padding:30px 0;
	font-size:1.5rem;
}

.footer .container {
	position:relative;
}

.footer .content {
	position:relative;
	margin-top:0 !important;
}

.footer_logo,
ul.footer,
ul.more_ways,
.footer_info ul,
ul.footer_links {
	margin:0;
	padding:0;
}

.footer_logo {
	float:left;
	width:68px;
	padding-top:8px;
}

.footer_info {
	margin-left:87px;
}

.footer ul,
.footer p {
	text-align:left;
}

.footer ul > li {
	list-style-type: none;
}

.footer li a {
	color:#A1BAD1;
	text-decoration:none;
}

ul.more_ways {
	padding-top:54px;
	margin-bottom:20px;
}

.more_ways li {
	display:inline-block;
	font-family:'Roboto Slab',Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size:1.75rem;
	color:#FFF;
	margin-right:2rem;
}

.more_ways li a {
	font-family:'Roboto Slab',Arial,Helvetica Neue,Helvetica,sans-serif;
	color:#FFF;
}

.more_ways li a:hover {
	color:#c8dbff;
}

.footer_links li {
	display:inline-block;
	margin-right:1rem;
}

.footer_links li a {
	padding-right:1rem;
	border-right: 1px solid #A1BAD1;
	font-weight:700;
}

.footer_info li a:hover,
.footer_links li a:hover {
	color:white;
}

.footer_links li a.last {
	padding-right:0;
	border-right: none;
}

.footer_info p {
	color:#A1BAD1;
	font-size:1rem;
	margin:2rem 0 0 0;
}

.footer_info li {
	color:#A1BAD1;
}

.footernav {
	display:none;
}

.footer .right {
	float: none;
	position: absolute;
	max-width: 1170px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	padding-right:0 !important;
	padding-bottom:20px;
}

.footer .addthis_sharing_toolbox {
	position:absolute;
	top:0;
	left:0;
	margin: 0 auto !important;
	padding-right:0 !important;
}

@media only screen and (max-width: 1200px),
only screen and (max-device-width: 1200px) {

	.footer .right {
    max-width: 970px;
	}
}

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {

	.footer .right {
    max-width: 750px;
	}
}

@media only screen and (max-width: 776px),
only screen and (max-device-width: 776px) {

	.footer .right, 
	.footer_logo,
	.more_ways li,
	.footer_info,
	.footer .addthis_sharing_toolbox {
		padding-left:12px;
	}
}

@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {

	.footer {
		text-align:center;
	}

	.footer_logo {
		display:block;
		float:none;
		margin:0 auto 1rem auto;
	}

	.footer_info {
		margin-left:0;
		padding-left:0;
	}

	.footer ul,
	.footer p {
		text-align:center;
	}

	.footer li,
	.more_ways li,
	.footer_links li {
		display:block;
		margin-right:0;
		margin:0 20px 1rem;
	}

	.footer_logo,
	.more_ways li {
		padding-left:0;
	}

	.footer_links li a {
		padding-right:0;
		border-right:none;
	}

	.footer_info p {
		margin:2rem 20px 0;
	}

	.footer .right {
		width: 180px;
		padding-right:0 !important;
		padding-left:0;
	}

	.footer .addthis_sharing_toolbox {
		left:0;
		right:0;
		margin-left:auto;
		margin-right:auto;
		padding-left:0;
	}
}

/* Search Button */

.browse-button {
	margin:0;
	padding:0;
	font-size:0;
	vertical-align:top;

}

.browse-button li {
	display:inline-block;
	width:25%;
	height:282px;
	text-align:center;
	margin:0;
	padding:0;
	list-style-type:none;
	list-style:none;
}

.browse-button li p {
	font-size:1.75rem;
	font-family:'Roboto Slab',Arial,Helvetica Neue,Helvetica,sans-serif;
	font-weight:700;
	color: #fff;
	line-height:1.2;
	margin:7px 10px 0;
}

.browse-button img {
	width:100%;
	border:none;
}

.browse-button li a {
	display:block;
	height:282px;
	width:100%;
	color: #fff;
	text-decoration:none;
}

/*.browse-photo {
	display:block;
	width:100%;
	height:158px;
	margin:0;
	padding:0;
	background-size:cover;
}

.browse-photo img {
	width:100%;
	border:none;
}

.dog-photo {
	background-image:url(../images/search-dog.jpg);
	background-position:center;
	background-repeat: no-repeat;
}

.cat-photo {
	background-image:url(../images/search-cat.jpg);
	background-position:center;
	background-repeat: no-repeat;
}

.other-photo {
	background-image:url(../images/search-other.jpg);
	background-position:center;
	background-repeat: no-repeat;
}

.human-photo {
	background-image:url(../images/search-human.jpg);
	background-position:center;
	background-repeat: no-repeat;
} */

li.dog {
	background:#7195de url(../images/search-dog-bg.png) center 0px no-repeat;
}

li.cat {
	background:#8ec549 url(../images/search-cat-bg.png) center 0px no-repeat;
}

li.other {
	background:#e9ca21 url(../images/search-other-bg.png) center 0px no-repeat;
}

li.human {
	background:#ae5885 url(../images/search-human-bg.png) center 0px no-repeat;
}

li.dog:hover {
	background:#7195de url(../images/search-dog-bg.png) center -282px no-repeat;
}

li.cat:hover {
	background:#8ec549 url(../images/search-cat-bg.png) center -282px no-repeat;
}

li.other:hover {
	background:#e9ca21 url(../images/search-other-bg.png) center -282px no-repeat;
}

li.human:hover {
	background:#ae5885 url(../images/search-human-bg.png) center -282px no-repeat;
}

@media only screen and (max-width: 900px),
only screen and (max-device-width: 900px) {

	.browse-button li {
		width:50%;
	}

	.browse-photo {
		height:170px;
	}

}

@media only screen and (max-width: 400px),
only screen and (max-device-width: 400px) {

	.browse-button li {
		width:100%;
	}

}

/* Interior Content */

.interior-header {
	width:100%;
	margin:0;
}

.interior-header img {
	width:100%;
	border:0;
}

.interior-content {
	margin:0 90px 0 90px;
	text-align:left;
	padding:50px 0;
}

.interior-content h1 {
	margin-bottom:30px;
}

.interior-content p {
	margin:16px 0;
}

.interior-content p.question {
	font-weight:800;
}

.interior-content p.answer {
	margin-bottom:40px;
}

.interior-content ul {
	margin-left: 5rem;
	margin-bottom: 40px;
}

.interior-content li {
	font-size: 1.727375rem;
	color:#424242;
	margin-bottom: 8px;
}

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {

	.interior-content {
		margin:0 30px;
		padding:50px 0;
	}
}

@media only screen and (max-width: 641px),
only screen and (max-device-width: 641px) {

	.interior-content {
		margin:0 20px;
		padding:40px 0;
	}
}

p.ccvv__link {
	float: right;
	margin-top: -15px;
	font-weight: normal !important;
	font-size:1rem !important;
}







