body {
  margin: 0 auto;
	background: #003378;
	text-align: left;
	color: #2e2e2e;
	font-family:"Century Gothic","Arial",sans-serif;
	font-size: 14px;
	line-height: 22px;
  }

a, a:visited , a:active {
    color:#dd9700;
	  text-decoration: none;
	  font-weight: bold;
    }
a:hover {
    color:#ffb71b;
	text-decoration: none;
    }
img {
    border: 0;
}

strong {font-weight: bold;}
.center {text-align: center;}
.clear {clear:both;}
.strong {font-weight:bold;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.uppercase {text-transform: uppercase;}
.fleft {float: left;}
.fright {float: right;}
.tleft {text-align: left;}
.tright {text-align: right;}
.hide {display:none;}
.inline {display: inline-block;}
.middle {vertical-align: middle;}
.divider-20 {margin-top: 20px; height: 20px; border-top: 1px solid #d1d1d1;}
.divider-30 {margin-top: 30px; height: 30px; border-top: 1px solid #d1d1d1;}

.red {color: red;}
.req-blue{color: #1c7ec9; font-weight: bold;}
.req-orange {color: #f08c07; font-weight: bold;}
.green {color: #237c00;}
.orange {color: #dc7c00;}
label {cursor: pointer;}
.resp-img {width: 100%; height: auto;}
.shadow-img {
	-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
	}
.strikethrough {color: red; text-decoration: line-through;}
.flexcontainer {display: -webkit-flex; display: flex; /* or inline-flex */ flex-direction: row; width: 100%;}
.flexstart {align-items: flex-start;}
.flexend {align-items: flex-end;}
nav, a, img, li{
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
select {cursor: pointer;}

/*--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 url(/images/bkg-body-snow.jpg) top center repeat;
	margin: 0 auto;
	overflow-x: hidden;
	}

/* Site notice */
#site-notice {font-weight: bold; padding: 10px 0; text-align: center;}
#site-notice img {margin: 0 7px; vertical-align: middle;}
#site-notice-x {cursor: pointer; position: absolute; right: 20px;}

/*---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;}

.main-logo {display: inline-block; width: 20%;}
.an-main-logo {max-width: 151px; height: auto; width: 100%; margin: 8px 0 0 16px;}
.an-main-logo-truncate {max-width: 340px; height: auto; width: 100%; margin: 5px 0 0 10px; display: none;}
.header-right {display: inline-block; width: 80%; text-align: right; padding: 5px 0 0 0;}
.main-menu {min-height: 33px; margin: 0; padding: 0;}

.header-upper-area {border-bottom: 1px solid #4e8bb7; padding: 0 0 13px 0; display: inline-block;}
.header-lower-area {text-align: right; padding: 7px 0 0 0;}
.menu-top-icon, .menu-top-icon-mobile {display: inline-block; vertical-align: top; width: 26px; height: 26px;}
.menu-top-facebook {background: url(/images/2017/header-facebook-icon.png) top center no-repeat; margin: 0 5px 0 0;}
.menu-top-facebook:hover {background: url(/images/2017/header-facebook-icon-hover.png) top center no-repeat;}
.menu-top-instagram {background: url(/images/2017/header-instagram-icon.png) top center no-repeat; margin: 0 10px 0 0;}
.menu-top-instagram:hover {background: url(/images/2017/header-instagram-icon-hover.png) top center no-repeat;}
.facebook-like {display: inline-block; margin: 2px 5px 0 0;}
.menu-cart, .your-account, .login-access {display: inline-block; vertical-align: top;}
.menu-cart img {display: inline-block; margin: 0 6px 0 0; vertical-align: top;}
.menu-cart a, .menu-cart a:hover {color: #fff; text-decoration: none; font-size: 16px; font-weight: bold;}
.my-cart-num-total {background: #ffb81f; padding: 2px 8px; border-radius: 3px; display: inline-block;}
.my-cart-num-total:hover {background: #ffc74c;}
.your-account img, .login-access img {display: inline-block; margin: 0 6px 0 0; vertical-align: top;}
.login-access {padding: 0 0 0 15px; border-left: 1px solid #4e8bb7;}
.header-text {display: inline-block; margin: 0; vertical-align: top; font-size: 18px; text-transform: uppercase; padding: 3px 0 0 0;}
.phone {display: inline-block; margin: 0 10px 0 0;}
.phone a, .phone-mobile a {font-weight: bold; text-decoration: none; color: #ffb412;}
.phone a:hover, .phone-mobile a:hover {color: #ffc74c; text-decoration: none;}
.support, .blog {display: inline-block; margin: 0 10px 0 0;}
.support a, .blog a {color: #fff; text-decoration: none; font-weight: normal;}
.support a:hover, .blog a:hover {color: #ffc74c; text-decoration: none;}
.welcome-msg {display: inline-block; padding: 0 10px 0 0;}
.welcome-msg a {color: #fff; font-size: 16px; font-weight: normal;}
.welcome-msg a:hover {color:#ffc74c;}
.phone-mobile {display: none; font-size: 18px; text-transform: uppercase; padding: 0 5px 0 0;}

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

/*---Search---*/
.search-us {display: inline-block; margin: 1px 5px 0 10px; vertical-align: top;}
.search-us img {display: inline-block; vertical-align: top; margin: 0; padding: 0;}
.search-field {background: #e1f4ff; width: 76px; height: 25px; border: 0; border-radius: 0; margin: 0; padding: 0 5px 0 7px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease; display: inline-block; vertical-align: top; font-size: 14px; line-height: 22px;}
.search-field:focus {width: 125px;}
.search-image-result {width: 100%; height: auto; max-width: 189px; margin-left: auto; margin-right: auto;}

/*---Home---*/
.home-slider-big {display: block; height: auto; width: 100%; max-width: 1400px;}
.home-slider-mobile {display: none; height: auto; width: 100%; max-width: 800px;}
.home-separation {padding: 5px 0 20px 0;}
.home-flexcontainer {display: flex; width: 100%; align-items: flex-end; justify-content: space-evenly; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex;}
.home-item {padding: 20px; text-align: center; justify-content: space-between; flex-grow: 1;}
.home-item-image {outline: 5px solid rgba(255,255,255,.5); outline-offset: -5px; width: 100%; height: auto; max-width: 252px; margin-left: auto; margin-right: auto;}
.home-item-supplement {margin-left: auto; margin-right: auto; max-width: 154px; height: auto; width: 100%;}
.home-item-title {padding: 20px 0 10px 0;}
.home-item-title a{color: #333; text-transform: uppercase; font-size: 22px; font-weight: bold; line-height: 32px;}
.home-item-description {color: #333; font-size: 16px; line-height: 24px; padding: 0 0 20px 0; font-weight: normal;}
a.home-item-button {display: inline-block; width: 157px; font-weight: normal; font-style: italic; font-size: 22px; padding: 11px 0; color: #333; border: 1px solid #ababab; background: #fff;}
a.home-item-button:hover {background: #ffb71b; color: #fff;}
.con-home-country img {display: inline-block; vertical-align: middle;}
.home-country-text, .home-country-mobile {display: inline-block; vertical-align: middle;}
.figure {position: relative; overflow: hidden; background: #000; text-align: center; cursor: pointer; height: 273px; max-width: 388px; margin: 0 auto;}
.figure img {position: relative; display: block; min-height: 100%; max-width: 100%; opacity: 1; transition: opacity .35s,transform .35s; transform: scale(1.12); vertical-align: middle;}
.figure img:hover {transform: scale(1.0); opacity: 0.8;}
.figure figcaption {color: #fff; position: absolute; top: 65%; left: 0; width: 100%; backface-visibility: hidden;}
.figure figcaption h2 {font-size: 30px; text-transform: uppercase; backface-visibility: hidden; text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.8);}
.figure figcaption h2  a {color: #fff;}
.figure figcaption h2 a:hover{color: #fff;}
.home-showcase-title {text-transform: uppercase; color: #484848; font-size: 30px; line-height: 38px; display: inline-block; padding: 0 25px; margin: -30px 0 30px 0; background: #fff; position: relative;}
.home-showcase-img {margin-left: auto; margin-right: auto; width: 100%; height: auto; max-width: 173px;}

/*--end 2017--*/

/*---Gloabl Internals--------*/
.internal-pad {padding: 10px;}
.global-breadcrumbs {
    margin: 20px 0 0 0;
	border-top: 1px solid #ebebeb;
	padding: 10px 0 0 0;
	font-style: normal;
	font-weight: normal;
	color: #959595;
	font-size: 12px;
	text-transform: uppercase;
	}
.global-breadcrumbs a, .global-breadcrumbs a:visited {color: #959595; text-decoration: none; font-weight: normal;}
.global-breadcrumbs a:hover {color: #F09C0A;}

h1.global-header {
	background: #f69100;
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	font-style: italic;
	margin: 0 15px 10px -24px;
	padding: 8px 12px 8px 35px;
	float: left;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.39);
	-moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.39);
	box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.39);
	}
h1.gh-blue {color: #fff;}
h1.gh-orange {color: #e08400;}

h2.global-internal-intro {
	padding: 5px 0 0 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	margin: 0 auto;
	}
@media only screen and (min-width: 0) and (max-width: 500px) {
h1.global-header {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 10px 0;
	padding: 7px 5px;
	float: none;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	text-align: center;
	}
h2.global-internal-intro {
	padding: 0 0 10px 0;
	}
}

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;
	font-weight: bold;
	}
.form-field {
	font-size: 16px;
	border: 1px solid #d1d1d1;
	padding: 3px;
	}
.form-desc {
	font-size: 16px;
	border: 1px solid #d1d1d1;
	padding: 5px;
	}
    
    
.error {
    background: linear-gradient(to right, #ad0707, #CE3334, #ad0707);
    border: 1px solid #830000;
    border-radius: 3px;
    box-shadow: 0 0 2px #310404;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    margin: 15px 0 25px 0;
    padding: 10px;
    text-align: center;
    text-shadow: 0 0 4px #310404;
}

.error:before {
    content: "\f071";
    font-family: 'Font Awesome 5 Free';
    margin-right: 9px;
}

.error a {
    color: #fff;
    font-weight: 800;
    text-decoration: underline;
}

    
.warning {
	color: #d60000;
    font-size: 15px;
	font-style: italic;
    margin: 10px 0;
	}
.forgot-pw {
	font-size: 14px;
	text-transform: uppercase;
	font-style: italic;
	padding: 25px 0 15px 165px;
	}
.forgot-pw a, .forgot-pw a:visited {color: #7c7c7c; 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;}
}
/*---Login-------------*/
.login-main-title {font-size: 20px; font-style: italic; padding: 10px 0 10px 0; color: #808080;}
.login-p1 {float: left; width: 57%; padding: 0 10px 0 0; border-right: 1px solid #d1d1d1; margin: 0 20px 0 0;}
.login-p2 {float: left; width: 37%;}
@media only screen and (min-width: 0) and (max-width: 600px) {
.login-p1 {float: none; width: 100%; padding: 0 0 10px 0; border-right: none;}
.login-p2 {float: none; width: 100%; margin: 20px 0 0 0;}
}
.login-forgot-pw {text-transform: uppercase; font-style: italic; padding: 10px 0 0 0;}
.login-forgot-pw a, .login-forgot-pw a:visited, .login-forgot-pw a:active {color: #7c7c7c; font-weight: normal; text-decoration: none;}
.login-forgot-pw a:hover {color:#1666ca;}
h1.global-header-register {
	background: #0886d5;
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	font-style: italic;
	margin: 0 15px 10px -20px;
	padding: 8px 12px 8px 35px;
	float: left;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.39);
	-moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.39);
	box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.39);
	}
@media only screen and (min-width: 0) and (max-width: 500px) {
h1.global-header-register {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 10px 0;
	padding: 7px 0;
	float: none;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	text-align: center;
	}
}
/*---Tabs----------*/
ul.simpleTabsNavigation {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
ul.simpleTabsNavigation li {
	list-style: none;
	display: inline;
	margin: 0 auto;
	padding: 0;
	}
ul.simpleTabsNavigation li a {
	border: 1px solid #E0E0E0;
	padding: 10px 20px;
	background: #e3e8f0;
	font-size: 14px;
	text-decoration: none;
	}
ul.simpleTabsNavigation li a:hover {
	background-color: #f2f8ff;
	}
ul.simpleTabsNavigation li a.current {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
	}
div.simpleTabsContent {
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	margin: 7px 0 0 0;
	display: none;
	}
div.simpleTabsContent.currentTab {display:block;}

@media only screen and (min-width: 0) and (max-width: 600px) {
div.simpleTabsContent {
	border-left: none;
	border-right: none;
	border-bottom: none;
	}
ul.simpleTabsNavigation li {
	display: block;
	padding: 0 0 20px 0;
	}
ul.simpleTabsNavigation li a.current {
	border-bottom: 1px solid #E0E0E0;
	background-color: #e3e8f0;
	}
ul.simpleTabsNavigation li a {
	background: #fff;
	}
}
/*---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%;}
}
/*---Testimonials---------*/
.test-col-1 {float: left; width: 50%;}
.test-pad-1 {padding: 0 10px 0 0;}
.test-pad-2 {padding: 0 0 0 10px;}
h3.test-quote {
	background: url(/images/quotes-86x72.png) top left no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #30588d;
	margin: 30px 0 30px 0;
	}
.test-quote-identity {padding: 20px 0 0 0; color: #83a3cd; font-size: 14px; font-weight: bold;}
.test-view-all {margin: 0; padding: 20px 0 0 0; text-align: center;}
@media only screen and (min-width: 0px) and (max-width: 700px) {
.test-col-1 {float: none; width: 100%;}
.test-pad-1 {padding: 0;}
.test-pad-2 {padding: 0;}
h3.test-quote {margin: 10px 0 10px 0;}
}
.test-col-1 a, .test-col-1 a:visited, .test-col-1 a:active {color: #4a8ee6;}
.test-col-1 a:hover {color: #69abff;}

.test-icon-photo {float: right; margin: 0 0 10px 10px;}
.test-act-quote {padding: 20px 0 0 20px;}

#Testprofile {
    border-top: 1px solid #d1d1d1;
	padding: 10px 0;
	}
#Testprofile  a, #Testprofile  a:visited {text-decoration: none;}

.Testprofile-title {
	color: #056db6;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	font-size:16px;
	}
.Testprofile-title a, .Testprofile-title a:visited {text-decoration: none;}
.Testprofile-title a:hover {color: #008def;}
.Testprofile-answer {
    padding: 10px 0 0 0;
	}
.Testprofile-answer a, .Testprofile-answer a:visited {color: #086fb0; text-decoration: none;}
.Testprofile-answer a:hover {color: #008def;}

.Testprofile-Atitle {
    color: #ed9100;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 20px 0;
	}

.Testprofile-pic {
    float: right;
	margin: 0 0 20px 20px;
	width: 50%;
	height: auto;
	}
/*---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;}
}
/*---FAQ Section--------*/
#FAQ-Main {
    border-bottom: 1px solid #d1d1d1;
	padding: 10px 0;
	}

#FAQ-Main2 {padding: 10px 0;}

.FAQ-Title {
	color: #214f89;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	font-size:16px;
	line-height: 26px;
	text-decoration: none;
	}
.FAQ-Title a, .FAQ-Title a:visited {text-decoration: none;}
.FAQ-Title a:hover {color: #ff9600;text-decoration: none;}
.FAQ-Title strong{font-weight: bold;}
.FAQ-Answer {
    padding: 10px 50px 0 50px;
	}
.FAQ-Answer a, .FAQ-Answer a:visited {color: #086fb0; text-decoration: none;}
.FAQ-Answer a:hover {color: #008def;}

@media only screen and (min-width: 0) and (max-width: 500px) {
.FAQ-Answer {padding: 10px 0;}
}

.faq-filter {display: inline-block; padding: 5px 10px; background: #f8f8f8; box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25); margin: 7px;}
.faq-filter span {background: #ffbd7c; color: #fff; padding: 3px 5px;}
.faq-filter:hover {background: #fff; box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);}
.FAQ-Block {
	border-top: 1px solid #d1d1d1;
	padding: 10px 0;
	}
.FAQ-Overall-Section {padding: 10px 0 20px 0;}

/*--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;}
}

/*---Search---*/
.search-page-area {padding: 20px 0 0 0; border-top: 2px solid #d1d1d1;}
.search-page-title {font-size: 20px; font-style: italic; font-weight: bold; color: #e59d3f;}
.search-page-listing {border: 1px solid #d1d1d1; padding: 15px; background: #f5fcff; margin: 0 0 10px 0;}
.search-page-listing:hover {background: #e7f8ff;}
.search-page-list1 {font-size: 18px; padding: 0 0 7px 0;}
.search-page-list2 {}

/*---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;}
.aqzoo-video-area {width: 50%; max-width: 600px; height: auto; margin: 0 0 20px 20px; float: right;}
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-video-area {float: none; width: 100%; max-width: 950px; margin: 0 0 20px 0;}
.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; -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5); -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5); box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);}
.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;}
}


/*---Sub Footer------------*/
.sub-foot-npa {float: right; margin: 15px 0 10px 0;}
.sub-foot-miu {float: right; margin: 11px 0 10px 0;}

.sub-footer-info {
	text-align: left;
	color: #4874ab;
	padding: 30px 0 30px 10px;
	font-weight: bold;
	font-style: italic;
	}
@media only screen and (max-width: 600px) {
.sub-footer-info {padding: 5px 0 20px 0; text-align: center;}
.sub-foot-npa {float: none; margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 0;}
.con-sub-footer {text-align: center;}
}
/*---Footer------------*/
.foot-col1 {float: left; width: 25%; padding: 10px 0 5px 0;}
.foot-col2 {float: left; width: 25%; padding: 10px 0 5px 0; border-left: 1px solid #2c64ac; }
.foot-col3 {float: left; width: 24%; padding: 10px 0 5px 0; border-right: 1px solid #2c64ac; border-left: 1px solid #2c64ac;}
.foot-col4 {float: right; width: 25%; padding: 10px 0 5px 0;}
.whale-tail {text-align: center;}
@media only screen and (min-width: 451px) and (max-width: 720px) {
.foot-mobile-clear {clear: both; border-top: 1px solid #2c64ac;}
.foot-col1 {float: left; width: 47%; padding: 10px 0 5px 0;}
.foot-col2 {float: right; width: 51%; padding: 10px 0 5px 0; border-left: 1px solid #2c64ac; border-right: none;}
.foot-col3 {float: left; width: 49%; padding: 20px 0 5px 0; border-right: 1px solid #2c64ac; border-left: none;}
.foot-col4 {float: right; width: 49%; padding: 20px 0 5px 0;}
}
@media only screen and (min-width: 0) and (max-width: 450px) {
.foot-col1 {float: none; width: 100%; padding: 10px 0; border-bottom: 1px solid #2c64ac;}
.foot-col2 {float: none; width: 100%; padding: 10px 0; border-bottom: 1px solid #2c64ac; border-right: none; border-left: none;}
.foot-col3 {float: none; width: 100%; padding: 10px 0; border-bottom: 1px solid #2c64ac; border-right: none; border-left: none;}
.foot-col4 {float: none; width: 100%; padding: 10px 0 0 0;}
.whale-tail {display: none;}
}
.foot-title {
    color: #dce7f6;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	padding: 0 0 7px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #2c64ac;
	}
.foot-sub-title {font-size: 14px; color: #aec7e6;}
ul.foot-links {
	font-size: 14px;
	line-height: 24px;
	}
ul.foot-links a, ul.foot-links a:visited {color: #fff; text-decoration: none; font-weight: normal;}
ul.foot-links a:hover {color: #ff9f22;}
ul.foot-links {
	list-style: none;
	margin: 0px auto; /*takes away spacing from ul*/
	padding: 0; /*takes away spacing from ul*/
	}

.foot-top-link {
	width: 100%;
	padding: 1px 0 6px 5px;
	font-style: italic;
	background: #215da8;
	text-align: left;
	margin: 0 0 15px 0;
	}
.foot-top-link a, .foot-top-link a:visited{color: #fff;}
.foot-top-link a:hover {color: #e2efff;}
.menu-foot-icon {float: left; margin: 2px 10px 10px 0;}
.foot-help-ordering {
	text-align: center;
	border-top: 1px solid #2c64ac;
	border-bottom: 1px solid #2c64ac;
	margin: 20px 0 10px 0;
	color: #fff;
	}

.foot-copywright {
    text-align: center;
	color: #698bb6;
	font-size: 12px;
	line-height: 20px;
	padding: 10px 0 0 0;
	background: url(/images/footer-whale-tail.png) top center no-repeat;
	min-height: 100px;
	}
@media only screen and (min-width: 0) and (max-width: 649px) {
.foot-copywright {padding: 10px 0 20px 0;}
}

.foot-disclaimer {padding: 10px 0 15px 0; font-size: 12px; line-height: 20px; color: #89a9d3; border-top: 1px solid #2c64ac; text-align: center;}

/* NEW STYLES */

#events-upcoming img, #events-past img {
    border: 1px solid #d1d1d1;   
    display: inline-block; 
    height: auto;
    margin: 10px 10px 0 0; 
    max-width: 252px; 
    width: 20%;
}

#events-past {
    display: none;
}

#events-past-toggle {
    color: #F09C0A;
    font-size: 20px; 
    font-style: italic;
    font-weight: bold;  
    padding: 10px; 
}

#events-past-toggle:hover {
    background: #e7f0fc;
    cursor: pointer; 
}

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

.product_image_tn {
    border: 1px solid #eee;
    cursor: pointer;
    margin: 0 5px;
}

.product_image_tn:hover {
    border: 1px solid #aaa;
}

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

.site-alert {
    padding: 15px 5px !important;
}

.site-alert .ui-dialog-titlebar {
    display: none;
}

.site-alert .ui-dialog-content {
    padding: 0 5px !important;
    text-align: center;
}

.site-alert p {
    margin: 0 0 10px 0;
}