@charset "utf-8";
/* Primary colors/fonts 
Orange: #ff6400
Dark Grey: #585858
Fonts: 
Open Sans: font-family:"open-sans", Arial, Helvetica, sans-serif !important;
Proxima Nova Extra Condensed: font-family:"proxima-nova-extra-condensed", Arial, sans-serif !important;
Proxima Nova Regular: font-family: "proxima_nova_condensedregular", Arial, Helvetica, sans-serif !important;
Gotham Condensed Bold: font-family: "Gotham Cond A", "Gotham Cond B", "proxima-nova-extra-condensed, Arial, sans-serif !important"; font-style: normal; font-weight: 700;
Gotham Narrow Book;    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "open-sans", Arial, Helvetica !important; font-style: normal;font-weight: 400;
*/
.main_content {
	padding-top: 0px;
	clear: both;
  margin-bottom:20px;
  overflow:hidden;
}
.onecolumn {
	width: 100%;
  padding:0;
}
.twocolumn {
	width: 50%;
	float: left;
}
.threecolumn {
	width: 33.33%;
	float: left;
}
.threecolumn-menu {
	width: 33.33%;
	float: left;
  margin-top: 82px;
  padding-right:10px;
}
.threecolumn-menu-noauth {
  width: 33.33%;
	float: left;
  padding-bottom: 25px;
}
.center {text-align:center;}
/* Menu element */
.menu-subheader {
  text-align:center;
  font-size: 21px;
  text-transform: uppercase;
  font-family: "proxima-nova-extra-condensed", Arial, sans-serif !important;
}
.menu-ul li {
  font-size: 13px;
}
/* Form elements */
select {
    padding: 13px;
    border-radius: 5px;
}
/* Dashboard page content */
.selectable-content {padding:0px;}
/* BUTTONS ======================================================================================================================= */
.btn {
	padding: 13px 50px;
	color: #ffffff;
	border:0;
	text-decoration: none;
  border-radius:0px;
	text-transform: uppercase;
	background-color: #ff6400;
	font-size: 18px;
  line-height:17px;
	font-family:"proxima-nova-extra-condensed", Arial, Helvetica, sans-serif !important;  
  font-style: normal; 
  font-weight: 700;
  margin:5px;
  -webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
  -moz-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
  -o-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
  transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
  -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
  -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
  -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
  transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}
.btn:hover {color:#ffffff !important; text-decoration:none !important; background-color:#0075bc;}
.orange {background-color:#ff6400;}
.light-orange {background-color:#F69534;}
.grey {background-color:#4F4C5A;}
.white {background-color:#FFFFFF;}
/* CONTENT ========================================================================================================================= */
/* Search header */
.content-header {background-color:#ffffff; margin-bottom:15px;}
.ch-contain {}
.ch-content {padding:30px; text-align:left; color:#585858;}
.ch-content h3 {color:#ff6400; font-size:40px; text-transform:capitalize; font-weight:700;}
/* Navigation */
.opt_nav {padding-right:15px; width:35%;}
#wrapper .opt_nav {width:100%; padding:0;}
.opt_nav_menu {background-color:#ffffff;} 
.ban_nav {}
.ban_nav ul {margin-bottom:0}
.ban_nav ul li {list-style-type: none;}
.ban_nav ul li a {
  padding: 20px 28px 14px 28px; 
  font-size: 24px; 
  line-height:20px;
  display:block; 
  color:#585858; 
  border-bottom:1px solid #dddddd; 
  font-family: "proxima-nova-extra-condensed", Arial, sans-serif !important; 
  font-style: normal; 
  font-weight: 600; 
}
.ban_nav ul li a:hover { 
  color:#ff6400; 
  text-decoration:none;
}
.ext_link {background-image:url("../images/dashboard/extdoc_icon.png"); background-position:96%; background-repeat:no-repeat;}
/* Flexslider overrides */
.flexslider, .flexslider {
  margin: 0;
  padding: 50px 50px 20px 50px;
  text-align:center;
  background-color:#ffffff;
}
.flexslider .slides img, .flexsliderCallout .slides img {
  width: auto;
  display: block;
  float:left;
  max-width: 100%;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 15px;
  text-align: center;
  left: 0px;
}
.flex-control-paging li a {
  background: #ffb788!important;
  width: 13px!important;
  height: 13px!important;
}
.flex-control-paging li a.flex-active {
  background: #ff6400!important;
  cursor: default!important;
}
.flex-direction-nav a:before {
  font-family:"proxima-nova-extra-condensed", Arial, sans-serif !important;
  font-weight:700;
  font-size: 50px;
  display: inline-block;
  content: '<';
  color: #efefef;
  text-shadow: none;
}
.flex-direction-nav .flex-prev {
  left: 10px;
}
.flex-direction-nav .flex-next {
  right: 10px;
  text-align: right;
}
.flexsliderCallout .offer_text {
  width: 100%
}
.flexsliderCallout .offer_text h3, .flexsliderCallout .offer_text p {
  font-size: 18px;
  line-height: 16px;
  width: 75%;
    margin: 0 auto 25px;
}
.flexsliderCallout .offer_text .btn {
  width: 50%;
  margin: 0 auto;
  font-size: 20px!important;
  line-height: 30px!important
}
.flexsliderCallout .offer_text img {
  float: none!important;
  margin: 0 auto
}
.flexsliderCallout .flex-direction-nav a {
  overflow: visible
}
.flexsliderCallout .flex-direction-nav a:before {
  color: #000
}
.flexsliderCallout .flex-control-nav {
  bottom: -12px;
}
h2.sliderHeader {
  text-align: center;
  color: black;
  font-size: 32px
}
/* Offers carousel and page */
.carousel_panel {
  overflow:visible !important; 
  height:auto; 
  border-bottom:5px solid #363636;
  padding-bottom: 20px;
}
.offers_head {
  /* padding: 20px 0px 15px 0px;
  margin-top: 15px;
  border-top: 5px solid #4F4C5A;*/
  overflow:hidden;
}
.offers_title {
  width: 50%;
  float: left;
  text-align: left;
  font-family: "proxima-nova-extra-condensed", Arial, sans-serif !important;
  font-size:30px;
  color:#363636;
  font-weight:700;
}
.offers_link {
  width: 50%;
  float: right;
  text-align: right;
  padding-top: 7px;
}
.offers_link a {
  font-size: 22px;
  font-family: "proxima-nova-extra-condensed", Arial, sans-serif !important;
  font-weight: 700;
  color: #363636;
  text-decoration: underline;
}
.offer_image {
  width: 40%;
  float: left;
  overflow: hidden;
}
.offer_image_page {
  text-align: center;
  margin: auto;
}
.offer_text {
  float: left;
  width: 60%;
}
.offer_text_page {
  text-align: left;
  padding: 20px;
}
.offer_text h3 {
  text-transform: capitalize;
  color: #363636;
  font-size: 47px;
  font-weight: 700;
  text-align:center;
}
.offer_text_page h3 {
  text-transform: capitalize;
  color: #363636;
  font-size: 47px;
  font-weight: 700;
  text-align:left;
}
.offer_text_page_left h3 {
  text-transform: capitalize;
  color: #363636;
  font-size: 44px;
  font-weight: 700;
  text-align:left;
}
.offer_text p {
  color: #363636;
  text-align:center;
}
.offer_text_page p {
  color: #363636;
}
.offer_text_page_left p {
  color: #363636;
}
.offer_text_page_left {
  padding-left:40px;
  padding-top:20px;
  padding-bottom:20px;
}
/* Welcome */
.welcome_banner {padding-right:15px; width:40%;}
.welcome_banner_container {background-color:#ffffff; height:340px; max-height:340px; padding:30px;}
.welcome_banner_container h2 {
  font-family: "proxima_nova_condensedregular", Arial, Helvetica, sans-serif !important; 
  font-style: normal; 
  font-weight: 600;
  font-size:40px;
  line-height:44px;
  color:#0075bc;
}
.welcome_banner_container p {color:#585858; font-size:12px !important; line-height:14px !important;}
.welcome_banner_container p span {color:#585858; font-size:14px !important; line-height:18px !important;}
.welcome_banner_container a {text-align:left; color:#585858; text-decoration:underline; font-size:14px !important;}
/* Recent topics */
.recent_topics {background-color:#ffffff; width:25%;}
.recent_topics_container {height:340px; max-height:340px; padding:30px; text-align:right;}
.recent_topics_container h3 {
  text-align:right; 
  font-family: "proxima_nova_condensedregular", Arial, Helvetica, sans-serif !important; 
  font-style: normal; 
  font-weight: 600;
  font-size:26px;
  line-height:28px;
  color:#585858;
}
.recent_topics_container a {text-align:left; color:#585858; text-decoration:underline; font-size:14px !important;}
/* Right side widgets */
#wd_content_w_search {
  height: 100px;
}
#wd_content_w_search .search_results {
  height: 1px;
  overflow: hidden
}
#wd_content_w_search.results {
  height: auto;
}
#wd_content_w_search.results .search_results {
  height: auto
}
.priorSearch, .noPostcode {
  position: relative;
  top: -21px;
  display: block
}
.priorSearch.hide, .noPostcode.hide {
  display: none
}
.priorSearch a, .noPostcode p {
  color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  display: block
}
.priorSearch a:after {
  position: absolute;
  content: '⯆';
  right: 0
}
.searchSuggest {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: auto;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 40px;
  border: 1px solid #E6DBDA;
  background-color: #fff;
  z-index: 1
}
.searchSuggest.hide {
  display: none
}
.searchSuggest span {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 12px;
  display: inline-block;
  border-bottom: 1px solid #E6DBDA;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  transition: background-color 250ms ease-in-out
}
.searchSuggest span:hover,
.searchSuggest span:active,
.searchSuggest span:focus {
  background-color: #F0EEEB;
  cursor: pointer
}
.rep_search {
  padding:30px 28px 23px; 
  margin-bottom:15px; 
  background-color:#4F4C5A;
}
.rep_search.loading, .left_postcode.loading {
  opacity: .7;
  position: relative
}
.rep_search.loading:after, .left_postcode.loading:after {
  content: '';
  background: url(/_locale-assets/images/spinner.svg) no-repeat center;
  background-size: 90px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.searc_input span {
  color: #fff;
  float: left;
	margin-top: 30px;
  font-size: 14px;
}
.rep_search h3 {
  color:#ffffff; 
  text-transform:uppercase; 
  font-size:24px; 
  line-height:20px;
}
.rep_search input {
  box-sizing: border-box;
  border-radius:5px; 
  /*background-color:#ffffff; */
  color:#363636; 
  border:0; 
  padding:15px 35px 12px 20px; 
  width:100%;  
  font-size:11px;
  text-transform:uppercase;
  font-weight:400;
  /*background-image:url(../images/dashboard/search.png); */
  /*background-repeat:no-repeat;*/
 /* background-position:95%;*/
}
.rep_search input.hasLetters {
  box-shadow: inset 0px 0px 2px 2px rgba(255,40,40,1)
}
.rep_search form {
  position: relative;
  width: 100%;
  margin-bottom: 30px
}
.rep_search .repSearchSend {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
  background: url(../images/dashboard/search.png) no-repeat;
  width: 26px;
  height: 26px;
  overflow: hidden;
}
.rep_search .search_results .searchData {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  border-bottom: 4px solid #fff;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.rep_search .search_results .searchData .searchUpdate {
  font-weight: 700
}
.rep_search .search_results .searchData .removeSearch {
  float: right
}
.rep_search .search_results .searchData .removeSearch a {
  color: #fff
}
.rep_search .search_results .searchData .removeSearch a:hover,
.rep_search .search_results .searchData .removeSearch a:active, 
.rep_search .search_results .searchData .removeSearch a:focus {
  text-decoration: underline
}
.rep_search .search_results ul li {
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  margin-bottom: 37px;
}
.rep_search .search_results ul li:after {
  display: table;
  clear: both;
  content: '';
}
.rep_search .search_results ul h3 {
  font-size: 20px;
  line-height: 20px
}
.rep_search .search_results ul p,
.rep_search .search_results ul a {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px
}
.rep_search .search_results ul a {
  text-decoration: underline
}
.rep_search .search_results ul p:first-child {
  text-transform: uppercase
}
.rep_search .search_results ul img {
  float: left;
  margin-right: 10px;
  max-height: 52px
}
.rep_search .search_results ul .content {
  overflow: hidden
}
.rep_search .search_results .closePanel {
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: underline;
}
.rep_search input::-webkit-input-placeholder,
.rep_search input::-moz-placeholder,
.rep_search input:-ms-input-placeholder,
.rep_search input:-moz-placeholder {color: #363636;}
/*  Bootstrap for popover start */
.popover.top {
	margin-top: -10px;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	line-break: auto;
}
.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0;
}
.popover>.arrow {
	border-width: 11px;
}
.popover>.arrow:after {
	content: "";
	border-width: 10px;
}
.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}
.popover-title {
	padding: 8px 14px;
  color: #000!important;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
/*  Bootstrap for popover end */
.prod_avail {padding:30px 28px; background-color:#ff6400; margin-bottom:15px;}
.prod_avail h3 {
  background-image:url(../images/dashboard/pai-icon.png); 
  background-repeat:no-repeat; 
  background-position:left;
  text-transform:uppercase; 
  padding-left:60px;
  line-height:20px;
  padding-top:14px;
  min-height:47px;
  font-size:24px;
 
  color:#ffffff;  
}
.prod_avail p a {color:#ffffff; text-decoration:underline; font-size:12px; text-transform:uppercase;}
.resources_widget {background-color:#ffffff; padding:30px 28px; margin-bottom:15px;}
.resources_widget h3 {color:#363636; text-transform:uppercase; font-size:24px; line-height:20px;}
.resources_widget p {color:#363636; font-size:14px;}
.resources_widget p a.icn1 {
  background-image:url('../images/dashboard/icon1.png');   
  background-repeat:no-repeat; 
  background-position:left;
  text-decoration:none;
  padding-left:35px;
  font-size:14px; 
  padding-top:7px;
  display:block;
  color:#363636;
  height:30px; 
  width:100%;
  
}
.resources_widget p a.icn2 {
  background-image:url('../images/dashboard/icon2.png');
  background-repeat:no-repeat; 
  background-position:left;
  text-decoration:none;
  padding-left:35px;
  font-size:14px; 
  padding-top:7px;
  display:block;
  color:#363636;
  height:30px; 
  width:100%;
}
.resources_widget p a.icn3 {
  background-image:url('../images/dashboard/icon3.png');
  background-repeat:no-repeat; 
  background-position:left;
  text-decoration:none;
  padding-left:35px;
  font-size:14px; 
  padding-top:7px;
  display:block;
  color:#363636;
  height:30px; 
  width:100%;
}
.resources_widget p a.icn1:hover , .resources_widget p a.icn2:hover , .resources_widget p a.icn3:hover {
  text-decoration:underline;
  color:#ff6400;
}
/* LISTS ========================================================================================================================= */
/* ---- Bullet List ---- */
UL.bullet-list {
	padding-left: 18px;
}
UL.bullet-list > LI {
	list-style: disc;
	margin-bottom: 8px !important;
	color: #585858 !important;
}
UL.bullet-list > LI LI {
	list-style: circle;
	margin-bottom: 8px !important;
	color: #7A7A7A !important;
}
ul {
	list-style-type: square;
}
ul li:before {
	font-size: 17px;
}
/* Tabbed content ====================================================================================== */
.nav-tabs {
	border-bottom: none;
	width: 100%;
	margin-bottom: 0px;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
  margin:0 auto;
  padding-top:15px;
  border-top:5px solid #363636;
  max-width:1024px;
  text-align:center;
}
.nav-tabs li:before {
	content: none!important
}
.nav-tabs li:last-child {
	margin-right: 0
}
.nav-tabs>li {
  display:inline-block;
	margin-bottom: 0px;
	margin-right: 0px;
	list-style-type: none;
  width:20%;
  max-width:150px;
  text-align:center;
  margin:0 auto;
  float:none;
}
.nav-tabs li span {
	font-weight: bold;
}
.nav-tabs>li>a {
	line-height: 14px;
	border: none;
	border-radius: 0;
	color: #565656;
	padding: 10px 0px 30px 0px;
	font-size: 14px;
	text-decoration: none;
  text-align:center;
  text-transform:uppercase;
  font-family: "proxima_nova_condensedregular", Arial, Helvetica; 
  font-style: normal; 
  font-weight: 400;
  width:auto;
  margin:0 auto;
  -webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
  -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
  -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
  transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
  -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
  -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
  -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
  transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
.nav-tabs>li>a:hover {
	text-decoration: none;
	color: #ff671f;
	background-color: transparent;
  border-bottom:5px solid #ff671f;
  padding: 25px 0px 15px 0px;
  cursor:pointer;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #ff671f;
	cursor: pointer;
	background-color:transparent;
	border: none;
	border-bottom:5px solid #ff671f;
	padding-bottom: 0px;
	text-decoration: none;
  width:auto;
  text-align:center;
  font-family: "proxima_nova_condensedregular", Arial, Helvetica !important; 
  font-style: normal;
  font-weight: 400;
  padding: 25px 0px 15px 0px;
  margin:0 auto;
}
.nav > li > a {
  display: table;
}
.tab-content>.tab-pane {
	display: none;
}
.tab-content>.active {
	display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.tab-content {
	width: 100%;
	padding: 70px 20px 60px 20px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	min-height: 510px;
  background-color:#eeeeee;
  margin-top:-5px;
  overflow:hidden;
  border-bottom:1px solid #dddddd;
}
.tab-content table {
    border-right: 1px solid #ff671f;
}
.tab-content table tbody tr th {
	padding: 5px;
	background-color: #ff671f;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
}
.tab-content table tbody tr td {
  padding: 10px;
  font-size: 12px;
  text-align: center;
  border-left: 1px solid #ff671f;
  border-bottom: 1px solid #ff671f;
  line-height: 16px;
  background-color: #ffffff;
}
.tabbed-section {
	padding-top: 0px !important;
	margin-top: 0px;
	float: left;
	width: 1000px;
}
.tab-container {
	width: 100%;
	margin-top: 0px;
	background: #fff;
	padding: 0;
	margin: 0 auto;
}
.fade.in {
	opacity: 1
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.col-sm-8 {
	width: 100%;
	padding: 2% 0 2% 0;
}
.col-md-4 {
	margin: 0 !important;
}
.col-sm-4 {
	padding: 0 !important;
	width: auto !important;
}
.tiles {
	margin: 0px 0px 00px 0px;
}
.product_content {}
.product_content .pad {margin-right:15%;}
.product_content h2 {text-align:left; text-transform:uppercase !important; font-size:30px;}
.prod_image_content {
    min-height:400px; 
    background-color:#ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prod_image {width:100%; padding:0; margin-bottom:15px;}
.tab_btn {margin:0 auto;}
/* OPTIONAL ELEMENTS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Active sticky nav content padding */
/* Fixed 'sticky' behaviour */
.sticky {
	position: fixed;
	width: 100%;
	max-width: 1024px;
	top: 0;
	z-index: 800;
	border-top: 0;
	margin: 0 auto;
}
.sticky + .selectable-content {
  padding-top:140px;
}
.sticky nav ul li {
    min-height: 90px;
}
.sticky nav ul li a {
    padding: 14px 34px 10px 34px;
    transition: all 0.2s ease-in-out !important;
    min-height: 90px;
    line-height: 12px !important;
    font-size:14px !important;
}
.sticky nav ul li a .fa {
    padding-bottom: 5px;
}
/* PAGE ELEMENTS ================================================================================================================== */
/* Home page */
.h_panels {margin-top:15px;}
.horse_banner {padding-right:7.5px;}
.horse_banner .pad {background-color:#1a9bd5; padding:40px; height:260px;}
.hhr_title {}
.hhr_title h3 {
  font-family:"proxima-nova-extra-condensed", Arial, sans-serif !important; 
  font-style: normal; 
  font-weight: 700;
  color:#ffffff; 
  font-size:65px; 
  line-height:52px; 
  padding-top:10px;
}
.hhr_text {font-size:12px; color:#bde2f3; margin-top:30px; padding-left:20px;}
.hhr_button {margin-top:40px;}
.hhr_button a {
  padding:10px 40px; 
  background-color:#78b6e4;
  margin:0 auto;
  font-size:18px;
  line-height:18px;
  color:#ffffff; 
  font-family: "proxima-nova-extra-condensed", Arial, sans-serif !important; 
  font-style: normal; 
  font-weight: 700;
}
.heartworm_banner {padding-left:7.5px;}
.heartworm_banner .pad {background-color:#000000; padding:40px; height:260px; text-align:center;}
.hw_logo {text-align:center;}
.hw_logo img {display:inherit; margin:0 auto;}
.hw_text {text-align:center; color:#ffffff; padding:15px 26%; font-size:14px; color:#ffffff;}
.hw_button {margin-top:20px;}
.hw_button a {
  padding:10px 50px; 
  background-color:#ff6400;
  margin:0 auto; 
  font-size:18px;
  line-height:18px;
  color:#ffffff;
  font-family: "proxima-nova-extra-condensed", Arial, sans-serif !important; 
  font-style: normal; 
  font-weight: 700;
}
/* Contact panel */
.contact_panel {background-color:#ffffff; margin-top:15px; margin-bottom:0px;}
.contact_panel_internal {text-align:center; padding:50px 30%;}
.contact_panel_internal .authorable p {text-align:center; color:#585858; font-size:12px !important; line-height:14px !important;}
.contact_panel_internal .authorable p strong {font-weight:bold; color:#ff6400; font-weight:12px; text-transform:uppercase;}
/* White header panels */
.white-text {
  padding:40px 20%; background-color:#ffffff;     
  -webkit-box-shadow: 0px 6px 8px -6px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 6px 8px -6px rgba(0,0,0,0.3);
  box-shadow: 0px 6px 8px -6px rgba(0,0,0,0.3);
}
.white-center-text {text-align:center;}
.white-center-text h3 {
  color:#000000; 
  font-size:60px; 
  font-family: "proxima-nova-extra-condensed", Arial, sans-serif !important; 
  font-style: normal; 
  font-weight: 700;  
  text-transform:uppercase; 
  text-align:center;
}
.white-center-text p {
  color:#000000; 
  font-size:14px; 
  color:#000000; 
  line-height:18px; 
  text-align:center;
}
/* Clear header panels */
.clear-header {padding:40px 30px 20px 30px; background-color:transparent; margin-bottom:0;}
.clear-header h3 {color:#000000; font-size:58px; line-height:40px; text-align:center !important; } 
.clear-header p {color:#000000; text-align:center !important;}
/* Blue panels */
.blue_panel {background-color:#0098d3; padding:30px 10%; margin-bottom:0;}
.blue_panel h3 {font-size:58px; font-weight:700; line-height:58px; color:#ffffff; text-align:center !important; text-transform:uppercase;}
.blue_panel p {color:#ffffff;  text-align:center !important; max-width:670px; margin:0 auto;}
.number_column {padding:30px 20px;}
.number_column  h3 {font-size:140px; line-height:76px; font-weight:700; color:#ffffff; letter-spacing:-7px; text-align:center !important;}
.number_column  p {
  font-size:18px; 
  font-weight:700;
  color:#ffffff; 
  text-align:center !important;; 
  text-transform:uppercase;
  font-family:"proxima-nova-extra-condensed", Arial, sans-serif !important; 
}
/* Tripple column Learn More boxes on home */
.tripple-link-panels{padding:30px 0px 0px 0px; overflow:hidden;}
.db-search {background-color:#ffffff; padding:45px 40px; height:530px; width:32%; margin-right:1.33%;}
.db-search h3 {font-size:62px; letter-spacing:-2px; line-height:52px; color:#000000; margin-top:30px;}
.db-search p {color:#000000; font-size:12px; line-height:14px;}
.heartworm-col{background-color:#000000; padding:50px 30px; height:530px;}
.heartworm-col h3 {font-size:62px; letter-spacing:-2px; line-height:52px; color:#ffffff; margin-top:44px;}
.heartworm-col p {color:#ffffff; font-size:12px; line-height:14px;}
.horse-health{background-color:#ffffff; padding:45px 40px; height:530px; width:32%; margin-left:1.33%;}
.horse-health h3 {font-size:62px; letter-spacing:-2px; line-height:52px; color:#000000; margin-top:30px;}
.horse-health p {color:#000000; font-size:12px; line-height:14px;}
/* Orange text panel */
.info-panel {padding:50px 30px; text-align:left;}
.info-panel h3 {color:#ffffff; max-width:500px; font-size:60px; line-height:56px; font-weight:700; text-transform:none;}
.info-panel p {color:#ffffff;}
.info-panel p a {color:#ffffff; text-decoration:underline; }
/* Two column info panel */
.twocol-info-panel {background-color:#ffffff;}
.twocol-info-panel-text {background-color:#ffffff; padding:20px 30px 10px 30px; max-height:300px;}
.twocol-info-panel-text h3 {color:#363636; font-size:26px; text-transform:none; line-height:24px; font-weight:700; font-family: "proxima-nova-extra-condensed", Arial, Helvetica !important;}
.twocol-info-panel-text p {color:#363636; line-height:16px;}
.twocol-info-panel-text p a {color:#ff6400; text-transform:uppercase; text-decoration:none; font-weight:bold}
.twocol-info-panel-image {background-color:#ffffff;}
.twocol-info-panel-image img {width:100%; max-width:342px; text-align:right;}
/* ARTICLES ========================================================================================================================= */
#home-articles {padding-top:10px;}
.artp-content {
  padding:0px; overflow:hidden; padding-top:0;
}
.section--articles .section-limits {
}
.article-feed {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.article-item {
	flex: 0 1 33.333%;
	height: 250px;
	padding-right: 0px;
	margin-bottom: 0px;
  width:50%;
  float:left;
}
.article-item.featured {width:100% !important; height:340px; margin-bottom:0px;}
.article-item.featured-bottom {width:100% !important; height:340px; margin-top:15px;}
.article-item_viewport {
	position: relative;
	width: 50%;
	height: 250px;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: #FAFAFA;
  background-repeat:no-repeat; 
  background-position:center;
  background-size:cover;
  float:left;
}
.article-item.featured .article-item_viewport {height:340px;}
.article-item_image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: 200%;
}
.article-subject {
	margin-bottom: 0px;
	font-size: 14px;
  text-transform:uppercase;
	font-weight: 600;
	color: #090909;
}
.article-item_heading {
	height: auto;
	margin-bottom: 0px;
	font-size: 20px;
  text-transform:uppercase;
	font-weight: 600;
	color: #090909;
}
.article-item_heading a {
	text-decoration: none;
	font-size: 20px !important;
	font-weight: 600;
	color: #090909;
}
.article-item_content {width:50%; float:left; padding:45px 25px; height:250px; background-color:#fcfcfc;}
.article-item.featured .article-item_content {background-color:#ffffff; height:340px;}
.article-item.featured-bottom .article-item_content {background-color:#ffffff; height:340px;}
.article-item_description {}
.authorable A.article-item_link-button {
	display: inline-block;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px !important;
	font-weight: 600;
	color: #fd6402;
}
.authorable A.article-item_link-button:hover {
	color: #f88f1c !important;
	text-decoration: none;
}
.article_surr {
	width: 33.33%;
	float: left;
}
.article-item_description P {
  display: block;
	margin-top: 0;
	color: #090909 !important;
	overflow: hidden;
	text-overflow: ellipsis;
  font-size:14px; 
  line-height:18px;
   white-space: nowrap
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  .article-item_description P {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal
  }
}
.article_sort {
	position: absolute;
	right: 0;
	z-index: 30;
	margin-top: 25px;
}
.article_surr {
	display: none;
}
/* Load More */
#loadMore {
	padding: 10px;
	text-align: center;
	color: #090909;
	background-color: #f88f1c;
	transition: all 600ms ease-in-out;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	clear: both;
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 24px !important;
	text-transform: uppercase;
	background-image: url(../images/down-arrows.png);
	background-repeat: no-repeat;
	background-position: 70%;
}
#loadMore:hover {color: #090909;text-decoration:none;}
.art_search {width:100%; padding:15px 20px; overflow:hidden; text-align:center; margin-top:40px; border-top:4px solid #090909;}
.art_text {width:17%; padding-right:10px; display:inline-block; font-size:16px; padding-top:15px;}
.art_select {width:23%; display:inline-block; margin:0 7.5px;}
.art_select select {width:100%; border:1px solid #dddddd;}
.art_select_search {width:13%; float:left;}
.art_select_search button {}
#article_hover {position:relative; cursor:pointer;}
.art_div_hover {
  display:none; 
  background-image:url(../images/article-hover-bg.png); 
  background-repeat:repeat; 
  padding:20% 20%; 
  position:absolute; 
  height:605px; 
  top:0; left:0; right:0; bottom:0; 
  z-index:300;
  -webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
  -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
  -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
  transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
  -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
  -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
  -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
  transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
.art_div_hover h3 {color:#ffffff; font-size:48px; line-height:40px; text-align:center; max-width:330px; margin:0 auto;}
.art_div_hover p {color:#ffffff; font-size:12px;}
#article_hover:hover .art_div_hover {
  display:block;
  -webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
  -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
  -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
  transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
  -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
  -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
  -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
  transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
/* Hover widgets */
.hover-container {
  position: relative;
  width: 50%;
  height:500px;
  background-repeat:no-repeat;
  background-size:cover;
  float:left;
}
.hover-image {
  display: block;
  width: 100%;
  height: auto;
}
.image-overlay {
  position: relative;
  bottom: 0;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  z-index: 3;
  background-color: #78b6e4;
  top: 300px;
  padding: 48px 30px;
  height: 200px;
}
.image-overlay h3 {
  font-size: 46px;
  line-height: 37px;
  color: #ffffff;
  font-family:"proxima-nova-extra-condensed", Arial, sans-serif !important; 
  font-style: normal; 
  font-weight: 700;
  letter-spacing: -2px;
}
.image-overlay p {
  font-size: 28px !important;
  line-height: 18px !important;
  text-decoration:underline !important;
  text-transform: uppercase;
  color: #ffffff;
  font-family:"proxima-nova-extra-condensed", Arial, sans-serif !important; 
  font-style: normal; 
  font-weight: 700;
}
.hover-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-image:url(../images/hover-ovr-bg.png); 
  background-repeat:repeat;
  z-index:5;
  cursor:pointer;
}
.hover-container:hover .hover-overlay {
  opacity: 1;
}
.hover-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width:70%;
}
.hover-text p {color:#ffffff; text-align:left;}
.hover-text h2 {
  font-family:"proxima-nova-extra-condensed", Arial, sans-serif !important; 
  font-style: normal; 
  font-weight: 700;
  font-size:58px;
  line-height:42px; 
  color:#ffffff;
  text-align:left;
}
.hover-text input[type=text], .hover-text input[type=password] {
  background-color:#ffffff; 
  border-radius:5px; 
  padding:13px 20px; 
  color:#585858; 
  margin-bottom:10px; 
  border:1px solid #dddddd; 
  text-transform:uppercase;
  font-weight:400;
  font-size:14px;
  text-align:left;
  width:90%;
}
.hover-text p a {
  font-size: 28px !important;
  line-height: 18px !important;
  text-decoration:underline !important;
  text-transform: uppercase;
  color: #ffffff;
  font-family:"proxima-nova-extra-condensed", Arial, sans-serif !important; 
  font-style: normal; 
  font-weight: 700;
}
#wd_content_wd_signin .hover-text h2  {text-align:center;}
#wd_content_wd_signin .hover-text p {color:#ffffff; text-align:center;}
#wd_content_wd_signin .hover-text input.signin-btn {
  background-color:#ff6400; 
  border-radius:0px; 
  height:40px; 
  color:#ffffff; 
  padding:10px 40px; 
  line-height:18px; 
  font-size:18px; 
  font-family: "proxima-nova-extra-condensed", Arial, sans-serif !important; 
  font-style: normal; 
  font-weight: 700;
}
#wd_content_wd_signin .hover-text input.signin-btn:hover {
  background-color:#585858; 
  color:#ffffff; 
}
#wd_content_wd_signin .hover-text .forgot-pw {text-align:right !important; width:90%; margin:0 auto;}
#wd_content_wd_signin .hover-text .forgot-pw a {color:#ffffff; font-size:12px !important; line-height:12px !important;}
#wd_content_wd_signin .hover-text .signin {width:90%; margin:0 auto;}
.banner-hovers {overflow:hidden;}
/* FOOTER ========================================================================================================================= */
.footer-logo {
	max-width: 125px;
}
.micro-site-footer {
	clear: both
}
/* Header and Navigation */
@media (max-width: 979px){
  .nav-megamenu .nav-toggle-btn {
      position: absolute;
      top: 140px;
      left: 2%;
      padding: 5px;
      z-index: 3000;
  }
  .nav-megamenu .nav-toggle-btn > .nav-toggle-label {display: none !important;}
  .nav-megamenu .nav-toggle-btn .nav-icon > .icon-close {
    font-size: 2.1em;
    color: #ff671f;
    padding-right: 5px;
    left: 0;
    top: 0;
   }
  .nav-megamenu .nav-main {
      position: relative;
      padding-top: 55px;
      z-index: 2000;
      background-color: transparent;
  }
  .nav-megamenu .nav-main li {
    padding: 12px 0 10px 20px;
  }
  .nav-megamenu .nav-main > li {font-size: 20px; background-color:#f0f0f0;}
}
/* ============================================== MEDIA QUERIES ============================================== */
@media screen and (max-width:959px) {
  .micro-site-nav-megamenu #micro-site-logo {
    float: left;
    max-width: 100%;
  }
  .micro-site-nav-toggle-btn.btn-link.pull-left {
    display: none;
  }
  .micro-site-nav-main {
    display: block;
  }
  .micro-site-container .micro-site-nav-megamenu {
    overflow: visible;
  }
  .micro-site-nav-main UL > LI {
    display: block;
    border: none;
    border-top: 0px solid #c0c0c0;
    font-family: "proxima-nova-extra-condensed", Arial, sans-serif !important; 
    font-style: normal; 
    font-weight: 700;
    text-transform: none;
  }
  .micro-site-nav-main UL LI A {
    padding: 14px 10px !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }
  .sticky {
    position: relative;
  }
  .sticky + .selectable-content {
    padding-top: 0px;
  } 
  .accimg-container input:checked ~ article.ac-small {
    height: 180px;
    overflow: hidden;
    padding-top: 10px;
  }
  .authorable img {
    display: inline !important;
    width: auto;
  }
  .tab-container {
    width: 100%;
  }
  .nav-tabs>li>a {
    padding: 10px 50px;
  }
  .micro-site-container .micro-site-nav-main-mob {
    display: none !important;
  }
  .menu-selected,  .menu-selected a,  .menu-selected span,  .menu-selected:hover,  .menu-selected a:hover,  .menu-selected span:hover {
    background-color: #01505D !important;
    color: #FFFFFF !important;
  }
}
@media screen and (max-width:768px) {
  
/* Content */
.content_block h2 {
    font-size: 22px;
    margin-bottom: 25px;
}
.product_content h2 {
    font-size: 25px;
}
.onecolumn p {
    font-size: 12px !important;
    line-height: 16px !important;
}
.twocolumn p {
    font-size: 12px !important;
    line-height: 16px !important;
}
.threecolumn p {
    font-size: 12px !important;
    line-height: 16px !important;
}
.tab_btn {
    padding: 12px 15px;
    font-size: 11px;
}
  
/* Tabs */
.nav-tabs>li {
    float: left;
    max-width: 142px;
}
.nav-tabs>li>a {
    padding: 10px 15px;
    font-size:12px;
}
.tab-content {
    padding: 40px 30px 30px 40px;
    min-height: 400px;
}
.product_content h2 {
    font-size: 25px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    padding: 20px 0px 10px 0px;
}
.nav-tabs>li>a:hover {
  padding: 20px 0px 10px 0px;
}
.btn {
    padding: 12px 15px;
    font-size: 11px;
    margin: 5px;
}
}
@media screen and (max-width:760px) {
.nav-tabs>li>a {padding: 10px 34px;}
  
 .nav-megamenu .nav-main > li {
   
    padding-right: 30px;
} 
 .footerSlideTextHead {
    font-size: 23px;
  }
  
  
}
@media screen and (max-width:599px) {
H1 {font-size: 36px;}
H2 {font-size: 32px;}
H3 {font-size: 24px;}
H4 {font-size: 18px;}
.authorable H2,  H2.section-heading {font-size: 32px;}
.micro-site-nav-main ul li {
	width: 100%!important;
	border-bottom: 2px solid #ffffff;
}
.micro-site-nav-main ul li a {
	padding: 10px 10px !important;
	font: 18px proxima-nova-condensed, Helvetica, Arial, sans-serif !important;
	width: 100%;
	text-align: left;
}
.micro-site-nav-megamenu.sticky + .col-md-8.col-sm-8 {
	padding-top: 0px;
}
/* Wysiwyg content styles  */
.nav-tabs>li>a {
	padding: 10px 7px;
	font-size: 10px;
}
.authorable div ul,  .authorable div ol {
	margin-bottom: 0px;
	margin-left: 26px;
	margin-right: 10px;
}
.authorable div ul li,  .authorable div ol li {
	font-size: 17px;
	line-height: 24px;
	color: #555555;
	margin-bottom: 10px;
}
.authorable p {
	font-size: 17px;
}
.micro-site-container .micro-site-nav-main-mob {
	display: none !important;
}
.pad .authorable > P {
	width: 100% !important;
}
.cust_banner {
	min-height: 380px;
	background-position: center;
}
  
.authorable img {
	width: auto;
}
.threecolumn {
	width: 100%;
}
.main_content {
	overflow: hidden;
}
.scroll-arrow {
	margin-top: 30px;
}
.nav-tabs {
    padding-top: 0px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    padding: 12px 0px;
    font-size:14px;
    border-bottom: 3px solid #ff671f;
    width:100%;
}  
.nav-tabs>li {
    float: left;
    max-width: 100%;
    width:100%;
}  
.nav-tabs>li>a {
    padding: 12px 0px;
    font-size: 14px;
    line-height: 10px;
    border-bottom: 3px solid #dddddd;
    width: 100%;
}
.feature-tile .btn {
    width: 80%!important;
}
.product_content h2 {
    font-size: 22px;
    margin-bottom: 20px;
}
  .footerSlideTextHead img {
    width: 42%;
}
  .footerSlideTextHead {
 
    font-size: 20px !important;
  }
}
@media screen and (max-width:479px) {
.authorable H2, H2.section-heading {
	font-size: 28px;
}
.authorable H2 STRONG, H2.section-heading STRONG {
}
.authorable H2, H2.section-heading {
	min-height: 50px;
	border-bottom: 0px solid #DDD;
}
.authorable H2 STRONG, H2.section-heading STRONG {
	min-height: auto;
	width: 100%;
}
.twocolumn {
	width: 100%;
}
 
.tab-content {
    padding: 30px 25px 30px 25px;
}
  .nav-megamenu .nav-main > li {
   
    padding-right: 20px;
}
  
}
@media screen and (max-width:360px) {
  .footerSlideTextHead img {
    width: 42%;
}
  .nav-megamenu .nav-main > li {
    
    padding-right: 20px;
}
  .footerSlideTextHead {
 
    font-size: 20px !importnat;
  }
}