/*--2017--*/
/*---Containers------*/
.container {max-width: 1400px; margin: auto;}
.con-upper-header {background: #075292 url(/images/2017/upper-header-bkg-swoosh.jpg) top center no-repeat; min-height: 91px; margin: 0;}
.con-menu {background: #3087b6; color: #fff; box-shadow: 0px 3px 3px 0px rgba(7, 82, 146, 0.4);}
.con-slider {background: #3087b6;}
.con-home-register {color: #fff; font-size: 18px; line-height: 26px; background: #dd9700; text-align: center; padding: 4px 0; font-weight: bold;}
.con-home-register:hover {background: #ffb71b; transition: all 0.5s;}
.con-home-register a, .con-home-country a {color: #fff; text-decoration: underline; font-weight: bold;}
.con-home-white {background: #fff;}
.con-home-country {background: #707070; text-align: center;}
.con-home-country:hover {background: #979797; transition: all 0.5s;}
.con-home-showcase {border-top: 1px solid #000; background: #fff; padding: 0 0 20px 0; text-align: center;}

.global-container {max-width: 1400px; padding: 0 10px; margin: auto;}
.con-internal {border-left: 1px solid #dee5ec; border-right: 1px solid #dee5ec; border-top: 1px solid #dee5ec; background: #fff;}
.con-sub-footer {border-top: 1px solid #d1d1d1; background: #fff;}
.con-footer {background: #00367a url(/images/bkg-footer.png) top center repeat-x;}
#Body-System {
	background: #fff;
	/*background: url(/images/snow-header-1200px.jpg) no-repeat center center fixed;*/
	background-size: cover;
	margin: 0 auto;
	overflow-x: hidden;
	}

/*---Header---*/
.header {position: fixed; left: 0; top: 0; z-index: 1000; width: 100%; -webkit-transition: height 0.5s; -moz-transition: height 0.5s; transition: height 0.5s;}
.header.shrink {transition: all 0.5s; margin: 0; padding: 0;}
.header.shrink .header-upper-area {padding: 0 0 10px 0; border-bottom: none;}
.header.shrink .header-lower-area {display: none; transition: all 0.5s;}
.header.shrink .main-logo {width: 35%;}
.header.shrink .header-right {width: 65%;}
.header.shrink .an-main-logo-truncate {display: block;}
.header.shrink .an-main-logo {display: none;}
.header.shrink .con-upper-header {min-height: auto;}
.header.shrink .main-menu ul {margin: 0;}

.necessary-spacer {height: 124px; width: 100%;}

/*---Global Internals--------*/
.internal-pad {padding: 10px;}
h1.gh-blue {color: #fff;}
h1.gh-orange {color: #e08400;}

tr.hoverField:hover {background-color: #eafaff;}
tr.hoverField2:hover {background-color: #fff2e2;}

.internal-banner-cat {float: right; margin: 0 0 10px 20px; width: 100%; height: auto;}
.internal-banner-cat-whole {width: 100%; height: auto; margin: 0; padding: 0;}
@media only screen and (min-width: 0) and (max-width: 600px) {
.internal-banner-cat {display: none;}
}
.internal-vet-login {
	margin: 0 0 25px 0;
	width: 938px;
	background: #1857A8;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	}
.internal-vet-login a, .internal-vet-login a:visited {color: #fff; text-decoration: underline;}
.internal-vet-login a:hover {color: #ffd8ab;}

.internal-vet-login2 {
	margin: 0 0 25px 0;
	width: 938px;
	background: #397C2D;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	}
.internal-vet-login2 a, .internal-vet-login2 a:visited {color: #fff; text-decoration: underline;}
.internal-vet-login2 a:hover {color: #daffd3;}

/*---Forms-------------*/
.form-title {
	font-size: 16px;
	padding: 4px 15px 15px 0;
	}
.form-field {
	border: 1px solid #d1d1d1;
	padding: 8px 10px;
	}
.form-desc {
	border: 1px solid #d1d1d1;
	padding: 5px;
	}  
.warning {
	color: #d60000;
	font-style: italic;
    margin: 10px 0;
	}
.forgot-pw {
	text-transform: uppercase;
	font-style: italic;
	padding: 25px 0 15px 165px;
	}
.forgot-pw a, .forgot-pw a:visited {font-weight: normal; text-decoration: none;}
.forgot-pw a:hover {color:#1666ca;}

.form-pad {
	padding: 20px 20px 25px 20px;
	margin: 5px 20px 20px 20px;
	border: 1px solid #d1d1d1;
	}
.form-pad-orange:hover {background: #fff6e9;}

.register-dog {float: right; margin: 0 0 20px 20px; border-bottom: 1px solid #d1d1d1;}
.register-reseller {background: #f2faff; padding: 15px; border: 1px solid #b7d1e3; margin: 20px 0; width: 50%;}
.register-PO-intro {border: 1px dashed #d3e4eb; font-size: 16px; line-height: 24px; padding: 10px 20px; background: #f3fcff; margin: 0 0 20px 0;}
.register-WR-intro {border: 1px dashed #ece1cc; font-size: 16px; line-height: 24px; padding: 10px 20px; background: #fff7e8; margin: 0 0 20px 0;}
@media only screen and (min-width: 0) and (max-width: 800px) {
.register-reseller {width: 90%;}
}

@media only screen and (min-width: 0) and (max-width: 600px) {
.register-dog {display: none;}
}

/*---About Us Area---------*/
.about-us-bkg {
	background: #000 url(/images/bkg-welcome.jpg) top right no-repeat;
	padding: 18px 22px 22px 0;
	}
h1.about-us-title {
	color: #fff;
	font-size: 20px;
	background: #1858a9;
	margin: 0 0 0 -10px;
	padding: 5px 10px 5px 31px;
	font-weight: normal;
	float: left;
	}
h2.about-us-intro {
	color: #fff;
	padding: 16px 10px 0 20px;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal; margin: 0;
	}
@media only screen and (min-width: 0px) and (max-width: 600px) {
.about-us-bkg {
	background: #fff;
	padding: 0;
	}
h1.about-us-title {
	color: #fff;
	font-size: 18px;
	background: #ff890b;
	margin: 0;
	padding: 10px;
	float: none;
	font-weight: bold;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.55);
	border: none;
	text-align: center;
	}
.about-corner {display: none}
h2.about-us-intro {
	color: #404040;
	padding: 16px 0 0 0;
	}
}
h3.check-area {padding: 20px 0 0 20px; margin: 0;}
.check-area-td1 {width: 5%; text-align; right;}
.check-area-td2 {width: 95%;}
.about-check-item  {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0 10px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	}
.about-orange-checkmark {display: none;}
.about-checkmark {display: inline;}
h4.about-us-intro {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	width: 50%;
	margin: 0;
	padding: 0 0 0 25px;
	}
.about-read-more {font-size: 16px; padding-top: 15px;}
.about-arrow-down {text-align: center;}
.about-meet-advisors {text-align: center; font-size: 26px; color: #00a2e5; padding: 10px 0 20px 0; font-style: italic;}
@media only screen and (min-width: 601px) and (max-width: 900px) {
h4.about-us-intro {width: 95%; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);}
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
h3.check-area {padding: 20px 0 0 0;}
.about-check-item  {
	color: #ff890b;
	font-size: 18px;
	text-shadow: none;
	margin: 0 0 10px 10px;
	}
.about-orange-checkmark {display: inline;}
.about-checkmark {display: none;}
h4.about-us-intro {
	color: #404040;
	width: 100%;
	padding: 0;
	}
.about-read-more {display: none;}
.about-arrow-down {display: none;}
.about-meet-advisors {font-size: 24px; line-height: 34px;}
}
#DVM-Profile {
	padding: 30px 0 20px 0;
	border-top: 1px solid #d1d1d1;
	}

.DVMprofile-title {color: #7d7d7d; padding: 0 0 10px 0;}

.DVMprofile-answer {padding: 0;}
.DVMprofile-answer a, .DVMprofile-answer a:visited {color: #086fb0; text-decoration: none;}
.DVMprofile-answer a:hover {color: #008def;}

.dvm-profile-pic {float: right; margin: 0 0 20px 20px;}
@media only screen and (min-width: 0px) and (max-width: 600px) {
.dvm-profile-pic {float: none; margin: 0 0 15px 0; width: 95%;}
}

/*---Videos---------*/
.fluid-video-box {
	width: 31%;
	float: left;
	margin: 0 10px 10px 0;
	display: block;
	position: relative;
	border: 1px solid #000;
	}
@media only screen and (min-width: 501px) and (max-width: 900px) {
.fluid-video-box {
	width: 47%;
	float: left;
	margin: 0 10px 10px 0;
	display: block;
	position: relative;
	}
}
@media only screen and (min-width: 0) and (max-width: 500px) {
.fluid-video-box {
	width: 100%;
	margin: 0 0 10px 0;
	float: none;
	position: inherit;
	}
}
.fluid-video {
    height: 0;
    padding-bottom: 56.3%;
    position: relative;
}

.fluid-video > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*--Training--*/
.embed-container {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;}
.embed-container iframe, .embed-container object, .embed-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.training-q {font-size: 18px; font-weight: bold; line-height: 26px; padding: 0 0 10px 0;}
.training-a {font-size: 16px; font-weight: bold; line-height: 24px; padding: 0 0 0 10px;}

.training-content {font-size: 18px; line-height: 26px;}
.training-breaker {height: 10px; margin: 30px 0 0 0; border-top: 1px dashed #d1d1d1;}
.training-resp {width: 50%; height: auto; float: right; margin: 0 0 15px 15px;}
.training-resp-1 {width: 100%; height: auto; margin: 0 0 10px 0;}
.training-product-float {width: 45%; float: right; margin: 0 0 15px 15px; padding: 10px 10px 15px 10px; text-align: center; font-style: italic; background: #fff; border: 1px solid #d1d1d1;}
.training-img {width: 100%; height: auto; margin-left: auto; margin-right: auto;}
.training-content h1 {font-size: 28px; line-height: 36px; font-weight: bold; margin: 0; padding: 15px 0 5px 0; color: #0084c2; font-style: italic;}
.training-content h2 {font-size: 22px; line-height: 30px; font-weight: bold; margin: 0; padding: 15px 0 5px 0; color: #539fc3;}
.training-bio {float: left; max-width: 200px; width: 100%; height: auto; margin: 0 15px 15px 0;}
.training-nutrient {float: left; max-width: 160px; width: 100%; height: auto; margin: 0 15px 15px 0;}
.training-products {display: table; width: 100%; border-collapse: collapse; border: 0;}
.training-product {display: table-cell; width: 20%; text-align: center; padding: 10px;}
.training-product h2{height: 50px;}
.training-product p{height: 95px;}
.training-product-border {border-right: 1px dashed #d1d1d1;}
.training-profit {display: table; width: 100%; border-collapse: collapse; border: 0;}
.training-profit-left {display: table-cell; width: 70%; vertical-align: middle;}
.training-profit-right {display: table-cell; width: 30%; vertical-align: middle;}
.training-health {display: table; }
.training-paw {display: table-cell; width: 10%; vertical-align: top;}
.training-paw-info {display: table-cell; width: 90%; vertical-align: top;}
.training-paw img {height: auto; width: 52px; margin-left: auto; margin-right: auto;}
.training-pyramid {width: 70%; max-width: 600px; height: auto; float: right; margin: 0 0 15px 15px;}
.training-event {width: 47%; max-width: 450px; height: auto; margin: 0 10px 10px 0; box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);}
.training-pyramid-photo {display: inline-block; width: 50%; max-width: 550px; height: auto;}

.training-a label {padding: 0 0 10px 0;}

.training-img-wrap{
	height:260px;
	position:relative;
	padding: 10px 0 0 0;
	}
.training-img-overlay{
	/*background-color: rgba(213, 160, 0, 0.9);*/
	background: #edb200;
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	bottom:0;
	color:#fff;
	opacity:0;
	filter: alpha(opacity = 0);
	position:absolute;
	width:100%;
	z-index:1000;
	}
.training-img-wrap:hover .training-img-overlay{
	opacity:1;
	filter: alpha(opacity = 75);
	transition:opacity 0.25s;
	-moz-transition:opacity 0.25s;
	-webkit-transition:opacity 0.25s;
	}
.training-img-desc {padding: 10px; color: #fff; font-weight: bold;}

@media only screen and (max-width: 800px) {
.training-products {display: block;}
.training-product {display: block; width: 100%; text-align: center; padding: 10px 0; margin: 0 0 20px 0;}
.training-product-border {border-left: none; border-bottom: 1px dashed #d1d1d1;}
.training-profit {display: block; width: 100%; border-collapse: collapse; border: 0;}
.training-profit-left, .training-profit-right{display: block; width: 100%;}
.training-pyramid {width: 60%; margin: 0 0 10px 10px;}
.training-product h2 {padding: 5px 0 0 0; height: auto;}
.training-product p{height: auto;}
.training-product-clear {clear: both;}
}
@media only screen and (max-width: 700px) {
.training-resp {width: 100%; float: none; margin: 10px 0 5px 0;}
.training-bio, .training-nutrient {float: none; margin: 0 0 5px 0;}
.training-pyramid {width: 100%; float: none; margin: 0 0 5px 0;}
.training-product-float {width: 100%; float: none; margin: 10px 0 5px 0; padding: 0; border: 0;}
.training-pyramid-photo {display: block; width: 100%; margin-left: auto; margin-right: auto;}
}
@media only screen and (max-width: 500px) {
.training-event {width: 100%; margin: 0 0 10px 0;}
}

/*---Marketing Resources---------*/
.MR-field {
	width: 47%;
	float: left;
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	color: #106bbf;
	display: block;
	position: relative;
	text-align: center;
	}
.MR-field a, .MR-field a:visited {color: #2e88db; text-decoration: none;}
.MR-field a:hover {color: #48a7ff;}
.MR-field:hover{background: #ecf1f6;}
.MR-left {border-left: 1px solid #d1d1d1;}

@media only screen and (min-width: 0) and (max-width: 600px) {
.MR-field {
	width: 100%;
	margin: 0 0 10px 0;
	float: none;
	position: inherit;
	border-top: 1px solid #e7e7e7;
	border-right: none;
	border-bottom: none;
	}
.MR-left {border-left: none;}
}
.MR-catalog-1 {margin: 10px 10px 10px 0; float: left; width: 46%; text-align: center;}
.MR-catalog-2 {margin: 10px 0 0 0; float: left; width: 46%; text-align: center;}
@media only screen and (min-width: 0) and (max-width: 600px) {
.MR-catalog-1 {float: none; margin: 10px 0 20px 0; width: 100%; border-bottom: 1px solid #d1d1d1; padding: 0 0 15px 0;}
.MR-catalog-2 {float: none; margin: 0; width: 100%;}
}
/*---Contact Forms---------*/
h2.contact-intro {
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
.mcf-general {background: #f7f7f7;}
.mcf-product {background: #fff5eb;}
.mcf-animal {background: #f1ffef;}
.mcf-order {background: #eaffff;}
.mcf-technical {background: #f8eeff;}
.mcf-feedback {background: #fffff2;}
.mcf-pad {padding: 10px; margin: 0 0 15px 0; border: 1px solid #d1d1d1;}

.mcf-area-title {color: #979797; font-weight: bold; font-size: 18px; font-style: italic; padding: 0 0 10px 0;}
.mcf-field-area {width: 47%; float: left;}
.mcf-field-area-line {border-right: 1px solid #d1d1d1; margin: 0 15px 0 0; padding: 0 15px 0 0;}
.mcf-field-area-line-reverse {border-left: 1px solid #d1d1d1; margin: 0 0 0 15px; padding: 0 0 0 15px;}
.mcf-field1 {padding: 5px; border: 1px solid #d1d1d1; width: 96%; margin: 0 0 20px 0;}
.mcf-title {padding: 0 0 10px 0; font-weight: bold;}
.mcf-title3 {padding: 0 0 10px 0; font-weight: bold;}
@media only screen and (min-width: 0) and (max-width: 600px) {
.mcf-pad {padding: 10px;}
.mcf-field-area {width: 95%; float: none;}
.mcf-field-area-line {border-right: none; margin: 0; padding: 0;}
.mcf-field-area-line-reverse {border-left: none; margin: 0; padding: 0;}
.mcf-title3 {padding: 20px 0 10px 0;}
.mcf-field1 {width: 85%;}
}
.mcf-field2 {
	padding: 10px;
	border: 1px solid #d1d1d1;
	min-height: 200px;
	width: 90%;
	margin: 0 0 25px 0;
	}
.mcf-expand1 {font-style: italic; color: #969696; padding: 0 5px;}
.mcf-expand2 {padding: 10px 0;}
.mcf-check {
    color: #e79535;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	}
.mcf-check-area {float: left;}
.mcf-animal-lower {border-top: 1px solid #d1d1d1; padding: 20px 0 0 0;}
@media only screen and (min-width: 0) and (max-width: 600px) {
.mcf-animal-lower {border-top: none; padding: 0;}
}
.mcf-select-area {
	outline: 1px solid #cdcdcd;
	margin: 0 auto;
	width: 47%;
	float: left;
	padding: 10px 0 12px 0;
	background: #f0f7ff;
	color: #124f9c;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}
.mcf-select-area:hover {background: #d7eaff;}
	
.c-blue {color: #1c7ec9; font-weight: bold;}

/*---Credit Application -------*/  
.credit-field {border: 1px solid #d1d1d1; margin: 0 0 20px 0;}
.credit-field:hover {background-color: #f7f7f7;}

@media only screen and (min-width: 0) and (max-width: 600px) {
.credit-field {margin: 0 0 10px 0; border-top: 1px solid #d1d1d1; border-left: none; border-right: none; border-bottom: none;}
}

/*---Research Area-------*/
.research-top-image {float: right; margin: 0 0 10px 10px;}
.research-top-image2 {display: none; width: 100%; height: auto; margin: 5px 0;}

@media only screen and (min-width: 0) and (max-width: 500px) {
.research-top-image {display: none;}
.research-top-image2 {display: inline;}
}

.research-title-nav {
    font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	padding: 20px 0 5px 0;
	}

.research-AN-whole {
	background: #1857A8;
	padding: 20px;
	margin: 20px -20px 0 -20px;
	}

.research-AN-title {
    font-size: 24px;
	color: #fff;
	padding: 0 0 15px 0;
	font-weight: bold;
	font-style: italic;
	}

.research-AN-intro {
    color: #fff;
	font-size: 14px;
	}

.research-REG-whole {
	background: #e0eeff;
	padding: 20px;
	margin: 0 -20px -20px -20px;
	}

.research-REG-title {
    font-size: 24px;
	color: #1857a8;
	padding: 40px 0 15px 0;
	font-style: italic;
	font-weight: bold;
	}

.research-MMN-whole {
	background: #fff;
	padding: 20px;
	margin: 0 -20px -20px -20px;
	}

.research-nav {
    padding: 20px 20px 0 0;
	text-align: center;
	border: 1px solid #dbdbdb;
	}

.research-nav-item {
    font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	background: #fdfdfd;
	text-align: center;
	width: 160px;
	border: 1px solid #dbdbdb;
	margin: 0 0 20px 24px;
	float: left;
	}

.research-nav-item-AN {
    font-size: 14px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	background: #fdfdfd;
	text-align: center;
	min-width: 120px;
	border: 1px solid #dbdbdb;
	margin: 0 0 20px 10px;
	float: left;
	}

.research-product-area {
	border: 1px solid #e6e6e6;
	margin: 20px 0 10px 0;
	padding: 20px 20px 0 20px;
	}

.rpaBlue {background: #f5fcff;}
.rpaOrange {background: #fff9ef;}
.rpaGreen {background: #f1ffef;}

.research-product-title {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 10px 0;
	}

.rptBlue {color: #0096d7;}
.rptOrange {color: #ffa61b;}
.rptGreen {color: #129100;}

.research-product-article {
	font-weight: bold;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #d1d1d1;
	}

.research-product-article-last {
	font-weight: bold;
	margin: 0 0 5px 10px;
	}

.research-product-article a, .research-product-article a:visited {color: #323232; text-decoration: none;}
.research-product-article a:hover {text-decoration: none; color: #006c9b;}

.research-product-article-last a, .research-product-article-last a:visited {color: #323232; text-decoration: none;}
.research-product-article-last a:hover {text-decoration: none; color: #006c9b;}

.research-product-question {
    padding: 20px 10px 20px 10px;
	font-size: 16px;
	color: #2f2f2f;
	line-height: 26px;
	}

.research-answer {
    padding: 5px 0 20px 15px;
	font-size: 14px;
	color: #252525;
	font-weight: normal;
	line-height: 22px;
	}

.research-answer p {
    padding: 0 0 15px 0;
	}

.research-answer a, .research-answer a:visited {color: #006c9b; font-weight: bold; text-decoration: none;}
.research-answer a:hover {text-decoration: underline; color: #0091cf;}

.research-inner-title1 {
    color: #b1b1b1;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 7px;
	}

.research-inner-title2 {
    color: #b1b1b1;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 0 7px 0;
	}

.research-download {
    float: right;
	padding: 10px;
	background: #f4f4f4;
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 30px 30px;
	width: 240px;
	text-align: left;
	line-height: 24px;
	}

.research-download2 {
	padding: 10px;
	background: #f4f4f4;
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	text-align: left;
	line-height: 24px;
	}

.glaucoma-flash {float: right; width: 405px; margin: -30px 0 0 40px;}
@media only screen and (min-width: 0) and (max-width: 600px) {
.glaucoma-flash {display: none;}
}
@media only screen and (device-width: 768px) {
  .glaucoma-flash {display: none;}
}
h2.recent-research {font-weight: normal; font-size: 14px; line-height: 22px; margin: 0; padding: 20px;
	background: url(/images/bkg-research-blue-fade.jpg) top right no-repeat;
	}
.recent-research-title {font-size: 26px; font-weight: bold; color: #4076bc; padding: 0 0 5px 0; line-height: 34px;}
@media only screen and (min-width: 0) and (max-width: 750px) {
h2.recent-research {background: none; padding: 20px 0 10px 0;}
.recent-research-title {font-size: 20px; line-height: 28px;}
}

/*--Nutrient Content Expand----------*/
#Nprofile {
    border-top: 1px solid #d1d1d1;
	padding: 10px 0;
	}
#Nprofile  a, #Nprofile  a:visited {text-decoration: none;}
.Nprofile-Ptitle {
	color: #df8300;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	font-size:18px;
	}
.Nprofile-Ptitle a, .Nprofile-Ptitle a:visited {text-decoration: none;}
.Nprofile-Ptitle a:hover {color: #ff9600;}
.Nprofile-title {
	color: #056db6;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	font-size:18px;
	}
.Nprofile-title a, .Nprofile-title a:visited {text-decoration: none;}
.Nprofile-title a:hover {color: #008def;}
.Nprofile-answer {
    padding: 10px 50px 0 50px;
	font-weight: normal;
	}
.Nprofile-answer a, .Nprofile-answer a:visited {color: #086fb0; text-decoration: none;}
.Nprofile-answer a:hover {color: #008def;}
.Nprofile-answer2 {
    padding: 10px 50px 0 50px;
	font-weight: normal;
	text-align: center;
	}
.Nprofile-side {
    float: right;
	border: 1px solid #d1d1d1;
	padding: 15px;
	margin: 15px 0 20px 20px;
	width: 220px;
	background: #f6f6f6;
	}
@media only screen and (min-width: 0px) and (max-width: 600px) {
.Nprofile-side {float: none; margin: 0 0 20px 0; width: 90%;}
.Nprofile-answer {padding: 10px 0 0 0;}
.Nprofile-answer2 {padding: 10px 0 0 0;}
}
.Nprofile-latin {
    padding-bottom: 7px;
	font-style: italic;
	}
.Nprofile-CatTitle {
    font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background: #f3f7fd;
	color: #002239;
	margin: 20px 0 0 0;
	font-style: italic;
	}
.Nprofile-pic {
    float: right;
	border: 1px solid #d1d1d1;
	margin: 10px 0 10px 20px;
	}

/*---Events------------*/
.event-banner {
	border: 1px solid #d1d1d1;
	margin: 0 10px 10px 0;
	float: left;
	width: 31%;
	display: block;
	position: relative;
	}
@media only screen and (min-width: 501px) and (max-width: 900px) {
.event-banner {
	width: 47%;
	float: left;
	margin: 0 10px 10px 0;
	}
}
@media only screen and (min-width: 0) and (max-width: 500px) {
.event-banner {
	width: 100%;
	margin: 0 0 10px 0;
	float: none;
	position: inherit;
	}
}
/*---Resource Banners---*/
.banner-area {
    font-weight: bold;
	padding: 8px 0 25px 0;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 25px;
	}

.banner-sizeinfo {
	font-size: 20px;
	padding: 10px 0;
	font-weight: bold;
	color: #336699;
	}

.banner-codeinfo {padding: 0 0 10px 0; font-style: italic; font-weight: normal; color: #414141;}

.banner-code {
	padding: 5px 8px;
	background: #e1e1e1;
	}

.banner-area2 {
    font-weight: bold;
	padding: 8px 0 25px 0;
	margin-bottom: 0;
	}

.banner-area3 {
    font-weight: bold;
	padding: 8px 0 25px 10px;
	margin-bottom: 25px;
	}

/*--Careers--*/
.career-image {float: right; width: 50%; max-width: 500px; height: auto; box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);}

/*-----Product Resources----*/
.ProR-item {
	height: 200px;
	float: left;
	padding: 22px;
	margin: 0 10px 10px 0;
	border: 1px solid #d1d1d1;
	width: 260px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	}
.ProR-item a, .ProR-item a:visited, .ProR-item a:active{color: #008fca; text-decoration: none;}
.ProR-item a:hover{color: #00b4ff;}

.ProR-title {font-size: 20px; font-weight: bold; color: #003a52; padding: 0 0 20px 0;}

/*------Subscription FAQ's-------*/
.sub-faq-section {
  font-size: 20px;
  font-style: italic;
  color: #e7a300;
  font-weight: bold;
  padding: 15px 0 20px 0;
  border-top: 1px solid #d1d1d1;
  margin: 35px 0 0 0;
  }

/*---Online and Phone Ordering---*/
.oapo-img1 {float: right; margin: 10px 20px 10px 0; max-width:405px;}
.oapo-img2 {max-width:400px; margin: 0 0 10px 0;}
.oapo-bottom {border-top: 1px solid #d1d1d1;}
.oapo-btm1 {float: left; padding: 0 10px 0 0; width: 47%;}
.oapo-btm2 {float: right; max-width: 400px; width: 47%; background: #f2f2f2;text-align: center;}
@media only screen and (min-width: 0) and (max-width: 700px) {
.oapo-img1 {float: none; margin: 10px 0 0 0;}
.oapo-img2 {border-top: 1px solid #d1d1d1;}
.oapo-btm1 {float: none; width: 100%; padding: 10px 0 0 0;}
.oapo-btm2 {float: none; width: 100%; background: #f2f2f2;}
}

/*---Overseas----------*/
.australia-img {float: right; margin: 0 0 30px 30px; max-width: 300px;}
.canada-img1 {max-width: 900px;}
.canada-img2 {float: right; margin: 0 0 20px 50px; max-width: 300px;}
@media only screen and (min-width: 0) and (max-width: 600px) {
.australia-img, .canada-img1, .canada-img2{display: none;}
}
/*---Dr. David Williams------------*/
.williams-1 {width: 47%; padding: 0 10px 0 0; float: left;}
.williams-2 {width: 47%; float: left;}
@media only screen and (min-width: 0) and (max-width: 600px) {
.williams-1 {width: 100%; padding: 0; float: none;}
.williams-2 {width: 100%; float: none;}
}
/*---Advisory Team------------*/
.adv-area1 {float: none; width: 100%;}
.adv-area2 {float: right; width: 30%;}
.adv-area-lower-1 {float: left; width: 68%;}
.adv-area-lower-2 {float: right; width: 30%;}
@media only screen and (min-width: 0) and (max-width: 600px) {
.adv-area1 {float: none; width: 100%;}
.adv-area2 {float: none; width: 100%;}
.adv-area-lower-1 {float: none; width: 100%; margin: 0 0 10px 0;}
.adv-area-lower-2 {display: none;}
}
.adv-doc-title {font-size: 20px; font-weight: bold; color: #1858a9; padding: 0 0 15px 0;}
.adv-bio-whole {padding: 20px 0; border-top: 1px solid #d1d1d1;}
.adv-a1-pic {float: left; width: 40%; text-align: center;}
.adv-a1-text {float: left; width: 60%;}
.adv-a1-text p {padding: 0 0 10px 0;}
.adv-a1-text-pad {padding: 0 0 0 15px;}
@media only screen and (min-width: 0) and (max-width: 600px) {
.adv-a1-pic {float: none; width: 100%; margin: 0 0 15px 0;}
.adv-a1-text {float: none; width: 100%;}
.adv-a1-text-pad {padding: 0;}
}
.adv-pic-actual {max-width: 269px; z-index: 1; position: relative;}
.adv-a1-pic-title {font-weight: bold; background: url(/images/advisory-white-80-bkg.png) top center repeat; padding: 10px; margin: -60px 0 0 0; color: #000; z-index: 2; position: relative;}
.adv-a1-pic-title2{font-weight: normal; font-style: italic;}
@media only screen and (min-width: 601px) and (max-width: 860px) {
.adv-a1-pic-title {margin: 0;}
}

/*---Where To Buy---*/
.where-to-buy-show {display: block;}
.where-to-buy-hide {display: none;}
.where-to-buy-intro {display: block; font-size: 14px; margin: 0; padding: 0; font-weight: normal;}
@media only screen and (min-width: 0) and (max-width: 799px) {
.where-to-buy-show {display: none;}
.where-to-buy-hide {display: block; padding: 20px 0;}
.where-to-buy-intro {display: none;}
}
/*---10 Year Anniversary---*/
.year-circle {margin: -25px 0 -28px 0; z-index: 50; position: relative;}
.year-intro-1 {display: block; z-index: 1; position: relative;}
.year-intro-2 {display: none; z-index: 1; position: relative;}
.year-research-banner-1 {display: block; z-index: 1; position: relative;}
.year-research-banner-2 {display: none; z-index: 1; position: relative;}
@media only screen and (min-width: 0) and (max-width: 600px) {
.year-intro-1 {display: none;}
.year-intro-2 {display: block;}
.year-research-banner-1 {display: none;}
.year-research-banner-2 {display: block;}
}
.year-content-intro {
	background: #3ab5d2;
	padding: 10px 40px 15px 40px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	}
.year-content-intro a, .year-content-intro a:visited, .year-content-intro a:active {color: #ffec1b; text-decoration: none; font-weight: bold;}
@media only screen and (min-width: 0) and (max-width: 700px) {
.year-content-intro {font-size: 16px; line-height: 24px; padding: 10px 10px 15px 10px;}
}
.year-research-info {background: #ff9421; padding: 20px; color: #fff; font-size: 18px; line-height: 30px;}
.year-ri1 {float: left; width: 17%;}
.year-ri2 {float: left; width: 33%;}
.year-ri3 {float: left; width: 17%;}
.year-ri4 {float: left; width: 33%;}
.year-ri-area-num {font-size: 120px; line-height: 90px; font-weight: bold; text-align: right; padding: 0 20px 0 0;}
.year-ri-mobile-break {clear: none;}
.year-ri-mobile-divider {display: none;}
@media only screen and (min-width: 801px) and (max-width: 900px) {
.year-ri1 {width: 20%;}
.year-ri2 {width: 30%;}
.year-ri3 {width: 10%;}
.year-ri4 {width: 40%;}
.year-ri-area-num {padding: 0 15px 0 0;}
}
@media only screen and (min-width: 761px) and (max-width: 820px) {
.year-research-info {font-size: 16px; line-height: 26px;}
.year-ri1 {width: 20%;}
.year-ri2 {width: 30%;}
.year-ri3 {width: 10%;}
.year-ri4 {width: 40%;}
.year-ri-area-num {padding: 0 15px 0 0; font-size: 120px; line-height: 90px;}
}
@media only screen and (min-width: 651px) and (max-width: 760px) {
.year-research-info {font-size: 16px; line-height: 26px;}
.year-ri1 {width: 20%;}
.year-ri2 {width: 30%;}
.year-ri3 {width: 10%;}
.year-ri4 {width: 40%;}
.year-ri-area-num {padding: 0 15px 0 0; font-size: 100px; line-height: 90px;}
}
@media only screen and (min-width: 0) and (max-width: 650px) {
.year-research-info {font-size: 16px; line-height: 26px;}
.year-ri1 {width: 25%;}
.year-ri2 {width: 70%;}
.year-ri3 {width: 25%;}
.year-ri4 {width: 70%;}
.year-ri-area-num {padding: 0 15px 0 0; font-size: 80px; line-height: 70px;}
.year-ri-mobile-break {clear: both;}
.year-ri-mobile-divider {border-top: 1px dotted #fff; margin: 15px 0 0 0; height: 15px; width: 100%; display: block;}
}
.year-coastal-steward {background: #cee2eb; padding: 10px 20px; font-size: 18px; line-height: 30px; color: #2c5867;}
.year-coastal-steward a, .year-coastal-steward a:active, .year-coastal-steward a:visited {color: #0093d1; text-decoration: none;}
.year-coastal-steward a:hover {color: #20bdff;}
.year-cs-img {width: 50%; max-width: 503px; height: auto; margin: -30px 0 10px 20px; float: right; z-index: 50; position: relative;}
@media only screen and (min-width: 550px) and (max-width: 675px) {
.year-cs-img {width: 100%; margin: -30px 0 -10px 0; float: none;}
}
@media only screen and (min-width: 0) and (max-width: 549px) {
.year-cs-img {width: 100%; margin: -20px 0 -10px 0; float: none;}
}
.year-coastal-clean {background: #007aad;}

.year-pet-tips {padding: 30px 20px 20px 20px; background: #226119 url(/images/10-year/go-green-bkg.jpg) top left no-repeat; color: #fff;}
.year-pet-tips a, .year-pet-tips a:active, .year-pet-tips a:visited {color: #fff600;}
.year-pet-tips a:hover {color: #fffb8a;}
.year-pet-tips li {padding: 0 0 15px 0;}
.year-pet-tips-title {font-size: 18px; color: #fff600; font-weight: bold; padding: 0 0 5px 0;}
@media only screen and (min-width: 0) and (max-width: 600px) {
.year-pet-tips {background: #38902e; padding: 30px 10px 10px 10px;}
}

.year-orca-awareness {background: #3c8aab; color: #fff; font-size: 18px; line-height: 30px; padding: 1px 30px; margin: 0;}
.year-orca-awareness a, .year-orca-awareness a:visited, .year-orca-awareness a:active {color: #ffc961;}
.year-orca-awareness a:hover {color: #ffb017;}
.orca-img {display: block;}
.orca-img-m {display: none;}
@media only screen and (min-width: 0) and (max-width: 600px) {
.orca-img {display: none;}
.orca-img-m {display: block;}
.year-orca-awareness {font-size: 16px; line-height: 24px; padding: 1px 10px; margin: 0;}
}
.year-reef-images {background: #4cbeee; width: 25%; float: left;}
.year-reef-img {width: 99%; height: auto; max-width: 600px; border: 2px solid white;}
.year-reef-content {background: #eefaff; color: #1991c3; padding: 10px 20px;}
@media only screen and (min-width: 601px) and (max-width: 850px) {
.year-reef-images {width: 50%; float: left;}
}
@media only screen and (min-width: 0) and (max-width: 600px) {
.year-reef-images {width: 100%; float: none;}
}

/*--Nutrient Profiles--*/
.nutrient-table {display: table; width: 100%; padding: 15px 0; border-top: 1px solid #d1d1d1;}
.nutrient-image-block {display: table-cell; padding: 0 15px 0 0; width: 20%; border-right: 1px solid #e7e7e7; vertical-align: top;}
.nutrient-info-block {display: table-cell; padding: 0 0 0 15px; width: 80%; vertical-align: top;}
.nutrient-name {font-size: 24px; line-height: 32px; font-weight: bold; color: #2772a2; padding: 0 0 15px 0;}
.nutrient-info {}
.nutrient-image {width: 100%; max-width: 400px; height: auto; margin-left: 0 auto; margin-right: 0 auto;}
@media only screen and (max-width: 700px) {
.nutrient-table {display: block; width: 100%; padding: 15px 0; border-top: 1px solid #d1d1d1;}
.nutrient-image-block {display: block; padding: 0 0 15px 0; width: 100%; border-right: none;}
.nutrient-info-block {display: block; padding: 0; width: 100%;}
}

/*Zoo and Aquarium Fundraiser-*/
.aqzoo-pad {padding: 25px 0 25px 15px;}
h1.aqzoo-title {font-size: 30px; font-weight: 600; line-height: 40px; margin: 0; padding: 20px 10px; background: #3d84a7; text-align: center; color: #fff;}
h2.aqzoo-sub-title {padding: 7px 15px; font-size: 24px; line-height: 34px; color: #f09900; margin: 0; font-weight: bold; display: inline-block; border: 2px dashed #d1d1d1; margin: 0 0 20px 0;}
.aqzoo-img-1 {float: right; width: 50%; max-width: 665px; height: auto; -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); margin: 0 0 20px 40px;}
.aqzoo-intro {font-size: 18px; line-height: 28px; padding: 0 0 15px 0; margin: 0;}
ul.aqzoo-list {margin: 0 0 20px 0; padding: 20px 10px 10px 40px; background: #e9feff;}
ul.aqzoo-list li {margin: 0; padding: 0 0 15px 5px; font-size: 18px; line-height: 28px;}
h3.aqzoo-sub-title-2 {font-size: 28px; line-height: 38px; text-align: center; margin: 0; padding: 15px 0; color: #f09900; border-top: 1px dotted #d1d1d1; margin: 20px 0 0 0;}
.aqzoo-table {border: 0; width: 70%; margin-left: auto; margin-right: auto; margin-top: 20px; margin-bottom: 20px; border: 1px solid #d1d1d1; padding: 0;}
.aqzoo-table tr:hover {background: #e9feff;}
.aqzoo-td {width: 50%; padding: 10px; vertical-align: top;}
.aqzoo-td-title {background: #528ca1; font-size: 20px; line-height: 28px; color: #fff; text-transform: uppercase;}
.aqzoo-td-title .tooltiptext {
	visibility: hidden;
	width: 220px;
	background-color: #2965a0;
	color: #fff;
	text-transform: none;
	border-radius: 2px;
	padding: 2px 12px;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	font-size: 12px;
}
.aqzoo-td-title:hover .tooltiptext {visibility: visible;}
.azqzoo-td-text {width: 50%; font-size: 16px; line-height: 24px;}
.azqzoo-td-border-top {border-top: 1px solid #d1d1d1;}
.aqzoo-border-1 {border-right: 1px solid #fff;}
.aqzoo-border-2 {border-right: 1px solid #d1d1d1;}
@media only screen and (max-width: 910px) {
.aqzoo-img-1 {float: none; width: 100%; max-width: 665px; height: auto; -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); margin-top: 0; margin-left: auto; margin-right: auto; margin-bottom: 30px;}
.aqzoo-table {width: 100%;}
}

/*--Commitment to Quality Page - Authorized Resellers--*/
.ctq-main-image {width: 50%; height: auto; max-width: 600px; float: right; margin: 0 0 20px 30px;}
.ctq-intro-area {font-size: 16px; line-height: 24px; color: #4d4d4d;}
h2.ctq-boxes-title {font-size: 26px; line-height: 34px; font-weight: 400; text-align: center; padding: 15px 0; border-bottom: 1px solid #d1d1d1; margin: 0 0 20px 0; color: #333;}
.ctq-flex {display: flex; flex-wrap: wrap; justify-content: center;}
.ctq-flex-box {order: 1; width: 25%;}
.ctq-flex-box-pad {padding: 10px;}
.ctq-flex-box img {width: 100%; height: auto; max-width: 500px; margin-left: auto; margin-right: auto; border: 0; -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.5); -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.5); box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.5);}
@media only screen and (max-width: 1100px) {
.ctq-flex-box {order: 1; width: 33.33%;}
}
@media only screen and (max-width: 800px) {
.ctq-flex-box {order: 1; width: 50%;}
}
@media only screen and (max-width: 550px) {
.ctq-flex-box {order: 1; width: 100%;}
.ctq-main-image {float: none; width: 100%; margin: 0 0 1px 0; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;}
}

hr {
    border: 1px dashed #d1d1d1;
    padding: 0;
    margin: 20px 0;
    height: 1px;
}

.equine-side-pic {width: 100%; height: auto; max-width: 650px; margin-left: auto; margin-right: auto; margin-top: auto; margin-bottom: 10px;}