@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
body {
  padding: 0;
  background: #dacfbf;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  font-family: 'Open Sans', arial, sans-serif;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
a {
	color: #a27a5e;
	text-decoration: underline;
}
a:hover, a:active {
	color: #a27a5e;
	text-decoration: none;
}
b, strong {
	font-weight: 600;
}
h1 {
	margin-top: 0px;
	font-family: 'Open Sans Condensed', arial, sans-serif;
	font-size: 34px;
	font-weight: 300;
	/*white-space: nowrap;*/
}
h2, h3, h4, h5, h6 {
	font-weight: 700;
}
h2, h3, h4, h5, h6 {
	font-size: 14px;
}
h3{
	font-size: 12px;
}
.font12{
	font-size: 12px;
}
hr {
	height: 1px;
	border: 0px;
	background: linear-gradient(to right, #ffffff, #f2dece, #d9ae8d, #f2dece, #ffffff);
}
@media (min-width: 768px) {
	hr.mobile {
		display: none;
	}
}
.container {
	margin-top: 0px;
	background: #ffffff;
	border-radius: 0px;
	box-shadow: 5px 5px 25px -2px #333;
}
@media (min-width: 768px) {
	.container {
		margin: 20px auto 50px;
		border-radius: 30px;
	}
}
.nowrap {
	white-space: nowrap;
}
/*header*/
.navbar-header {
	text-align: center;
}
.logo-sm {
	position: relative;
	left: -35px;
}
@media (min-width: 992px) {
	.logo-sm {
		display: none;
	}
}
.logo {
	display: none;
	position: relative;
	left: -35px;
}
@media (min-width: 992px) {
	.logo {
		display: block;
	}
}
img.header-img {
  display: none;
}
@media (min-width: 768px) {
  .navbar {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; 
  }
  .navbar-header {
    float: left;
  }
  .logo {
	position: relative;
	left: 10px;
  }
  .logo-sm {
	position: relative;
	left: 15px;
  }
  img.header-img {
    display: block;
    float: right;
    position: relative;
  }
  img.plans {
    right: 50px;
  }
}
/*end header*/
/*covid banner*/
.covid-banner {
	font-size: 25px;
	background:#a94442;
}
.covid-banner a {
	color:white;
	line-height:1.2em;
}
/*end covid banner*/
}
/*main body*/
.mainbody {
	background: #ffffff;
	padding-bottom: 15px;
}
.content {
	background: #ffffff;
}
.content li {
	font-size: 14px;
}
.leftnavfoot, .main-content {
  float: right;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #dddddd;
  border: solid 1px #cccccc;
}
.leftnavfoot {
  width: 100%;
}
.main-content {
  width: 100%;
}
nav.leftnav {
  display: none;
}
.hidenseek-leftnavcopy {
  display: none;
}
@media (min-width: 768px) {
  nav.leftnav {
    display: block;
  }
  .leftnavfoot {
  width: 25%;
  }
  .main-content {
  width: 75%;
  }
  .hidenseek-leftnavcopy {
    display: block;
  }
  .hidenseek-bottomcopy {
    display: none;
  }
}
.hidenseek-copy {
  display: block;
}
div.hidenseek-portrait, .about-portrait {
  float: right;
}
.hidenseek-col-right {
  display: none;
}
@media (min-width: 992px) {
  .hidenseek-col-right {
    display: block;
  }
  .hidenseek-copy {
    display: none;
  }
}
.hidenseek-leftnavcopy, .hidenseek-bottomcopy, .hrs-operation ul li {
	font-size: 12px;
	line-height: 18px;s
}
.hidenseek-leftnavcopy p {
	margin: 15px;
}
.hidenseek-leftnavcopy img {
	margin: 15px;
}
.hidenseek-bottomcopy img {
	margin: 15px 0;
}
.hrs-operation {
	margin-left: 15px;
}
.hrs-operation-bottomcopy {
	margin-left: 0;
}
.hrs-operation ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0 15px 0;
}
.hrs-operation span {
	font-size: 10px;
}
.redarrow {
	margin: 0 5px 0 0;
}
.portrait, .about-portrait {
	margin: 0 0 5px 20px;
	font-size: 10px;
	line-height: 11px;
}
.portrait p, .about-portrait p {
	margin-right: 0px;
}
.portrait span, .about-portrait span {
	font-size: 9px;
	line-height: 10px;
}
.portrait img {
	width: 67%;
}
.about-portrait img {
	width: 75%;
}
@media (max-width: 768px) {
	.portrait {
		position: relative;
		left: 30px;
	}
}
@media (min-width: 768px) {
	.portrait img {
		width: 129px;
		margin-left: 0px;
	}
	.about-portrait img {
		width: 131px;
	}
}
@media (min-width: 1200px) {
	.portrait img, .about-portrait img {
		width: 100%;
	}
}
.home-callout {
	margin: 30px auto;
	text-align: center;
}
@media (max-width: 400px) {
	.home-callout img {
		width: 85%;
	}
}
.travel-rt-col {
	margin: 30px 0 5px 20px;
	padding: 20px 10px 10px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #dddddd;
	border-radius: 10px;
}
.traveldog-rt-col {
	margin: 10px 0 12px;
}
.travel-rt-col b {
	font-size: 16px;
}
.travel {
	display: none;
	width: 60%;
	margin: 30px auto;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	min-height: 95px;
}
.traveldog {
	margin: 0 20px 0 0;
	float: left;
}
.travel b {
	font-size: 16px;
}
@media (min-width: 550px) {
	.travel {
		display: block;
	}
}
@media (min-width: 768px) {
	.travel {
		width: 75%;
	}
}
@media (min-width: 992px) {
	.travel {
		display: none;
	}
}
.travel-phone {
	margin: 30px auto;
	padding: 20px 10px 10px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	width: 60%;
}
.traveldog-phone {
	margin: 10px 0 12px;
}
.travel-phone b {
	font-size: 16px;
}
@media (min-width: 549px) {
	.travel-phone {
		display: none;
	}
}
.docpdf-download {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin: 15px 0 20px;
}
.medicallibrary {
	background: linear-gradient(to right, #ffffff, #f1f0f7, #e8e6f2);
	padding: 12px 15px;
	margin: 30px auto;
	font-size: 12px;
	line-height: 16px;
	width: 60%;
	border: 1px solid #dddddd;
	border-radius: 10px;
	min-height: 100px;
}
.medicallibrary h2 {
	font-size: 16px;
	margin: 0;
}
.medicallibrary-books {
	float: right;
	position: relative;
	top: -13px;
	right: -16px;
}
.medicallibrary a {
	position: relative;
	top: 5px;
	left: 50%;
	white-space: nowrap;
}
@media (min-width: 768px) {
	.medicallibrary {
		width: 370px;
	}
}
@media (max-width: 660px) {
	.medicallibrary a {
		left: 40%;
	}
}
@media (max-width: 570px) {
	.medicallibrary a {
		left: 35%;
	}
}
@media (max-width: 550px) {
	.medicallibrary a {
		left: 60%;
	}
}
@media (max-width: 420px) {
	.medicallibrary a {
		left: 30%;
	}
}
.animalcare {
	background: linear-gradient(to right, #e8e6f2, #f1f0f7, #ffffff, #ffffff);
	padding: 15px 15px 25px;
	margin: 30px auto;
	font-size: 12px;
	line-height: 16px;
	width: 60%;
	border: 1px solid #dddddd;
	border-radius: 10px;
	min-height: 100px;
}
.animalcare h2 {
	font-size: 16px;
	margin: 0;
}
.animalcare-img {
	float: right;
	position: relative;
	top: -5px;
	left: 10px;
	margin: 0 0 15px 15px;
	width: 120px;
}
.animalcare a {
	position: relative;
	float: right;
	top: 5px;
	white-space: nowrap;
}
@media (min-width: 500px) {
	.animalcare {
		width: 370px;
		height: 155px;
	}
	.animalcare-img {
		width: 130px;
	}
	.animalcare a {
	position: relative;
	float: none;
	top: 5px;
	left: 35%;
	white-space: nowrap;
	}
}
@media (min-width: 385px) {
	.carousel {
 		position: relative;
	    width: 319px;
  		margin: auto;
	}
}
.carousel-indicators {
	bottom: -17px;
}
.carousel-indicators li {
  	display: inline-block;
 	width: 6px;
  	height: 6px;
  	margin: 1px;
  	text-indent: -999px;
  	cursor: pointer;
  	background-color: #000 \9;
  	background-color: rgba(0, 0, 0, 0);
  	border: 1px solid #fff;
  	border-radius: 10px;
}
.carousel-indicators .active {
  	width: 8px;
  	height: 8px;
  	margin: 0;
  	background-color: #fff;
}
@media (max-width: 310px) {
	.carousel-indicators {
		bottom: -18px;
	}
}
@media (min-width: 360px) {
	.carousel-indicators {
		bottom: -17px;
	}
	.carousel-indicators li {
  		width: 8px;
  		height: 8px;
	}
	.carousel-indicators .active {
 	  	width: 10px;
  		height: 10px;
	}
}
.about-articles {
	display: block;
	background: linear-gradient(#ffffff, #efefef, #dddddd);
	padding: 12px 15px;
	margin: 30px auto;
	font-size: 12px;
	line-height: 16px;
	width: 85%;
	border: 1px solid #dddddd;
	border-radius: 10px;
	min-height: 100px;
}
.about-articles h2 {
	font-size: 16px;
	margin: 0;
}
.about-articles ul.links {
	list-style-image: url(../images/redarrow.png);
}
.about-articles ul {
	list-style-image: url(../images/PDF-icon.gif);
}
.about-articles li {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 14px;
}
.about-articles ul li a {
	z-index: 10;
}
.about-articles img {
	position: relative;
	top: -50px;
	right: -20px;
	float: right;
	z-index: 15;
}
@media (max-width: 575px) {
	.about-articles img {
		width: 60px;
		top: -20px;
		right: -10px;
	}
}
.medicallibrary-search {
	display: block;
	width: 100%;
	height: 475px;
	border: 1px solid #dddddd;
}
#weight-profile-tool {
	width: 565px;
	height: auto;
	margin-top: 50px;
	padding: 0 0 150px 0;
	background: #fef6e6;
	border: 1px solid #dddddd;
	border-radius: 5px 5px 0 0;
}
.h2-canine, .h2-feline {
	background: linear-gradient(to right, #c9a359,#d9c399);
	border-radius: 5px 5px 0 0;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 32px;
	font-weight: 400;
}
/*.h2-feline {
	display: none;
}*/
.weight-tabs {
	position: relative;
	height: 289px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.weight-tabs li {
	float: left;
}
.weight-tabs li a, .weight-content {
	display: inline-block;
	float: left;
}
a.thin {
	background: url(../images/weight-tabs.jpg);
}
a.underweight {
	background: url(../images/weight-tabs.jpg) -37px;
}
a.ideal-default {
	background: url(../images/weight-tabs-active.jpg) -74px !important;
}
/*a:hover.ideal-default {
	background: url(../images/weight-tabs-hover.jpg) -74px !important;
}*/
a.ideal {
	background: url(../images/weight-tabs.jpg) -74px;
}
a.overweight {
	background: url(../images/weight-tabs.jpg) -111px;
}
a.obese {
	background: url(../images/weight-tabs.jpg) -148px;
}
a:focus.thin, a:hover.thin, a:active.thin {
	background: url(../images/weight-tabs-active.jpg);
}
a:focus.underweight, a:hover.underweight, a:active.underweight {
	background: url(../images/weight-tabs-active.jpg) -37px;
}
a:focus.ideal, a:hover.ideal, a:active.ideal {
	background: url(../images/weight-tabs-active.jpg) -74px;
}
a:focus.overweight, a:hover.overweight, a:active.overweight {
	background: url(../images/weight-tabs-active.jpg) -111px;
}
a:focus.obese, a:hover.obese, a:active.obese {
	background: url(../images/weight-tabs-active.jpg) -148px;
}
/*a:hover.thin {
	background: url(../images/weight-tabs-hover.jpg);
}
a:hover.underweight {
	background: url(../images/weight-tabs-hover.jpg) -37px;
}
a:hover.ideal {
	background: url(../images/weight-tabs-hover.jpg) -74px;
}
a:hover.overweight {
	background: url(../images/weight-tabs-hover.jpg) -111px;
}
a:hover.obese {
	background: url(../images/weight-tabs-hover.jpg) -148px;
}
a:active.thin {
	background: url(../images/weight-tabs-active.jpg);
}
a:active.underweight {
	background: url(../images/weight-tabs-active.jpg) -37px;
}
a:active.ideal {
	background: url(../images/weight-tabs-active.jpg) -74px;
}
a:active.overweight {
	background: url(../images/weight-tabs-active.jpg) -111px;
}
a:active.obese {
	background: url(../images/weight-tabs-active.jpg) -148px;
}*/
/*.weight-tabs a:focus+div {
	visibility: visible;
	opacity: 1;
	width: 372px;
	padding: 30px 30px 0;
}*/
.weight-tabs a.active+div {
	visibility: visible;
	opacity: 1;
	width: 372px;
	padding: 30px 30px 0;
}
.weight-tabs a.active div {
	visibility: visible;
	opacity: 1;
	width: 372px;
	padding: 30px 30px 0;
}
.weight-content {
	/*display: none;
	width: 372px;
	padding: 35px 30px 0;*/
	transition: opacity 0.85s ease-out 0.3s, width 0.25s ease-out;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 289px;
    overflow: hidden;
}
.weight-content-default {
	visibility: visible;
	opacity: 1;
	width: 372px;
	padding: 30px 30px 0;
}
.weight-content img {
	float: left;
	margin-top: 20px;
}
.weight-content ul {
	display: block;
	float: right;
	width: 150px;
	margin: 20px 0 0;
	padding: 0;
	list-style: disc;
}
.weight-content ul.ul-obese {
	margin: 0;
}
.weight-content li {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px 0;
}
.canine-feline-btn {
	position: relative;
	left: 1px;
	white-space: nowrap;
	clear: both;
}
.canine-feline-btn a {
	display: block;
	float: left;
	width: 280px;
	height: 149px;
	background: #ebbf68;
	border: 4px solid #ebbf68;
	color: #663b17;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
	line-height: 20px;
}
.canine-feline-btn a span {
	font-size: 11px;
	text-decoration: underline;
	font-weight: 400;
}
.canine-feline-btn a:hover span {
	text-decoration: none;
}
a.canine-btn-default {
		background: url(../images/canine-btn-active.jpg) !important;
}
a.feline-btn-default {
		background: url(../images/feline-btn-active.jpg) !important;
}
/*a:hover.canine-btn-default {
		background: url(../images/canine-btn-hover.jpg) !important;
}*/
a.canine-btn {
	background: url(../images/canine-btn.jpg);
	padding: 15px 20px 0 190px;
}
a:focus.canine-btn, a:hover.canine-btn, a:active.canine-btn {
	background: url(../images/canine-btn-active.jpg);
}
/*a:hover.canine-btn {
	background: url(../images/canine-btn-hover.jpg);
}
a:active.canine-btn {
	background: url(../images/canine-btn-active.jpg);
}*/
a.feline-btn {
	background: url(../images/feline-btn.jpg);
	padding: 15px 20px;
}
 a:focus.feline-btn, a:hover.feline-btn, a:active.feline-btn {
	background: url(../images/feline-btn-active.jpg);
}
/*a:hover.feline-btn {
	background: url(../images/feline-btn-hover.jpg);
}
a:active.feline-btn {
	background: url(../images/feline-btn-active.jpg);
}*/
/*.canine-feline-btn img {
	border: 4px solid #ebbf68;
}*/
.weight-profile-tool-sm {
	width: 95%;
}
.weight-profile-tool-lg {
	display: none;
}
@media (min-width: 992px) {
	.tabs-img-tablet, .weight-content-img-mobile {
		display: none;
	}
}
@media (max-width: 991px) {
	#weight-profile-tool {
		width: 444px;
		padding: 0 0 125px 0;
	}
	.weight-tabs {
		position: relative;
		left: 1px;
		height: 294px;
		padding-top: 200px;
	}
	.tabs-img, .weight-content-img {
		display: none;
	}
	a.thin {
		background: url(../images/weight-tabs-tablet.jpg);
	}
	a.underweight {
		background: url(../images/weight-tabs-tablet.jpg) -88px;
	}
	a.ideal-default {
		background: url(../images/weight-tabs-tablet-active.jpg) -176px !important;
	}
	a:focus.ideal-default, a:hover.ideal-default, a:active.ideal-default {
		background: url(../images/weight-tabs-tablet-active.jpg) -176px !important;
	}
	a.ideal {
		background: url(../images/weight-tabs-tablet.jpg) -176px;
	}
	a.overweight {
		background: url(../images/weight-tabs-tablet.jpg) -264px;
	}
	a.obese {
		background: url(../images/weight-tabs-tablet.jpg) -352px no-repeat;
	}
	a:focus.thin, a:hover.thin, a:active.thin {
		background: url(../images/weight-tabs-tablet-active.jpg);
	}
	a:focus.underweight, a:hover.underweight, a:active.underweight {
		background: url(../images/weight-tabs-tablet-active.jpg) -88px;
	}
	a:focus.ideal, a:hover.ideal, a:active.ideal {
		background: url(../images/weight-tabs-tablet-active.jpg) -176px;
	}
	a:focus.overweight, a:hover.overweight, a:active.overweight {
		background: url(../images/weight-tabs-tablet-active.jpg) -264px;
	}
	a:focus.obese, a:hover.obese, a:active.obese {
		background: url(../images/weight-tabs-tablet-active.jpg) -352px no-repeat;
	}
	.weight-tabs a.active+div {
		visibility: visible;
		opacity: 1;
		width: 440px;
		padding: 20px 20px 0;
	}
	.weight-content {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		clear: both;
		transition: opacity 0.85s ease-out 0.3s, width 0.25s ease-out;
    	visibility: hidden;
    	opacity: 0;
    	width: 0;
    	height: 200px;
    	overflow: hidden;
	}
	.weight-content-default {
		visibility: visible;
		opacity: 1;
		width: 440px;
		padding: 20px 20px 0;
	}	
	.weight-content {
		float: left;
	}
	img.canine {
		margin: 30px 0 0 20px;
	}
	img.feline {
		margin: 15px 0 0 15px;
	}
	.weight-content ul {
		display: block;
		float: right;
		width: 260px;
		margin: 17px 0 0;
		padding: 0;
		list-style: disc;
	}
	.weight-content ul.ul-obese {
		margin: 0;
	}
	.canine-feline-btn a {
		border: 4px solid #ebbf68;
		width: 220px;
		height: 131px;
	}
	a.canine-btn-default {
		background: url(../images/canine-btn-tablet-active.jpg) !important;
	}
	a.feline-btn-default {
		background: url(../images/feline-btn-tablet-active.jpg) !important;
	}
	a.canine-btn {
		background: url(../images/canine-btn-tablet.jpg);
		padding: 15px 20px 0 130px;
	}
	a:focus.canine-btn, a:hover.canine-btn, a:active.canine-btn {
		background: url(../images/canine-btn-tablet-active.jpg);
	}
	a.feline-btn {
		background: url(../images/feline-btn-tablet.jpg);
		padding: 15px 20px;
	}
	a:focus.feline-btn, a:hover.feline-btn, a:active.feline-btn {
		background: url(../images/feline-btn-tablet-active.jpg);
	}
}
@media (max-width: 767px) {
	#weight-profile-tool {
		margin: 50px auto 0;
	}
}
@media (min-width: 526px) {
	.tabs-img-phone {
		display: none;
	}
}
@media (max-width: 525px) {
	#weight-profile-tool {
		width: 288px;
		padding: 0 0 125px 0;
	}
	.tabs-img-tablet {
		display: none;
	}
	.weight-tabs {
		position: relative;
		left: 1px;
		height: 304px;
		padding-top: 210px;
	}
	a.thin {
		background: url(../images/weight-tabs-phone.jpg);
	}
	a.underweight {
		background: url(../images/weight-tabs-phone.jpg) -57px;
	}
	a.ideal-default {
		background: url(../images/weight-tabs-phone-active.jpg) -114px !important;
	}
	a:focus.ideal-default, a:hover.ideal-default, a:active.ideal-default {
		background: url(../images/weight-tabs-phone-active.jpg) -114px !important;
	}
	a.ideal {
		background: url(../images/weight-tabs-phone.jpg) -114px;
	}
	a.overweight {
		background: url(../images/weight-tabs-phone.jpg) -171px;
	}
	a.obese {
		background: url(../images/weight-tabs-phone.jpg) -228px no-repeat;
	}
	a:focus.thin, a:hover.thin, a:active.thin {
		background: url(../images/weight-tabs-phone-active.jpg);
	}
	a:focus.underweight, a:hover.underweight, a:active.underweight {
		background: url(../images/weight-tabs-phone-active.jpg) -57px;
	}
	a:focus.ideal, a:hover.ideal, a:active.ideal {
		background: url(../images/weight-tabs-phone-active.jpg) -114px;
	}
	a:focus.overweight, a:hover.overweight, a:active.overweight {
		background: url(../images/weight-tabs-phone-active.jpg) -171px;
	}
	a:focus.obese, a:hover.obese, a:active.obese {
		background: url(../images/weight-tabs-phone-active.jpg) -228px no-repeat;
	}
	.weight-tabs a.active+div {
		visibility: visible;
		opacity: 1;
		width: 284px;
		padding: 15px 15px 0;
	}
	.weight-content {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		clear: both;
		transition: opacity 0.85s ease-out 0.3s, width 0.25s ease-out;
    	visibility: hidden;
    	opacity: 0;
    	width: 0;
    	height: 210px;
    	overflow: hidden;
	}
	.weight-content-default {
		visibility: visible;
		opacity: 1;
		width: 284px;
		padding: 15px 15px 0;
	}
	.weight-content {
		float: left;
	}
	img.canine {
		margin: 30px 0 0 0px;
	}
	img.feline {
		margin: 15px 0 0 0px;
	}
	.weight-content ul {
		display: block;
		float: right;
		width: 160px;
		margin: 23px 0 0;
		padding: 0;
		list-style: disc;
	}
	.weight-content ul.ul-obese {
		margin: 0;
	}
	.weight-content li {
		font-size: 13px;
		line-height: 16px;
		margin: 0 0 6px 0;
	}
	.canine-feline-btn a {
		border: 4px solid #ebbf68;
		width: 142px;
		height: 131px;
	}
	a.canine-btn-default {
		background: url(../images/canine-btn-phone-active.jpg) !important;
	}
	a.feline-btn-default {
		background: url(../images/feline-btn-phone-active.jpg) !important;
	}
	a.canine-btn {
		background: url(../images/canine-btn-phone.jpg);
		padding: 15px 20px 0 50px;
	}
	a:focus.canine-btn, a:hover.canine-btn, a:active.canine-btn {
		background: url(../images/canine-btn-phone-active.jpg);
	}
	a.feline-btn {
		background: url(../images/feline-btn-phone.jpg);
		padding: 15px 20px;
	}
	a:focus.feline-btn, a:hover.feline-btn, a:active.feline-btn {
		background: url(../images/feline-btn-phone-active.jpg);
	}
}
@media (min-width: 400px) {
	.weight-profile-tool-sm {
		width: 345px;
	}
}
@media (min-width: 600px) {
	.weight-profile-tool-lg {
		display: block;
		width: 542px;
	}
	.weight-profile-tool-sm {
		display: none;
	}
}
@media (min-width: 768px) {
	.weight-profile-tool-lg {
		display: block;
		width: 95%;
	}
}
@media (min-width: 992px) {
	.weight-profile-tool-lg {
		width: 542px;
	}
}
.resources {
	width: 100%;
	padding: 0;
	background: linear-gradient(#b49077, #654028);
	border-radius: 12px;
	border: 1px solid #b49077;
	color: #ffffff;
}
.resources a {
	font-family: 'Open Sans Condensed', arial, sans-serif;
	font-size: 22px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 15px 10px;
	margin: 0;
}
.resources a:hover, .resources a:active {
	color: #d9c6b8;
	text-decoration: none;
}
.panel-body-resources {
	background: #f5f5f5;
	border: 1px solid #ddd;
	width: 98%;
	margin: 0 auto;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.resources a img, .resources a span {
	display: none;
}
.resources a .current {
	display: inline-block;
}
.resources a span {
	float: right;
	font-size: 18px;
}
.resources a span b {
	font-weight: 300;
}
@media (max-width: 335px) {
	.resources a span b {
		display: none;
	}
}
.panel-body-resources ul {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 0;
}
.panel-body-resources ul  li {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}
.panel-body-resources ul li ul {
	margin-left: 12px;
	padding-left: 0;
}
.panel-body-resources ul li ul li {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 2px;
}
p.carecredit {
	display: block;
	background: #ffffe5;
	padding: 15px;
	margin: 15px 0px;
	border: solid 1px #dddddd;
}
/*end main body*/

/*footer*/
footer p small {
	font-size: 10px;
}
footer img.icon {
	display: block;
	float: right;
}
/*end footer*/