@charset "utf-8";
.micro-site-container .two-col-image-tile h1 {
	color: #005463 !important;
	text-transform: none !important;
}
div.field-content h1, h2, h3 {
	text-transform: none !important;
}
.main_content {
	padding-top: 0px;
	clear: both;
  margin-bottom:50px;
  overflow:hidden;
}
.onecolumn {
	width: 100%;
}
.twocolumn {
	width: 50%;
	float: left;
}
.threecolumn {
	width: 33.33%;
	float: left;
}
.margin-top {margin-top:40px;}
/* HEADINGS ==============================================================================================================================================================  */
H1, H2, H3, H4 {
	font-family: "proxima-nova-extra-condensed", Helvetica, Arial, sans-serif !important;
}
H1 {
	font-size: 48px;
	font-weight: 400;
	text-transform: none;
}
H1 STRONG {
	font-weight: 700;
}
H2 {
	font-size: 42px;
	color: #ff6300;
	font-weight: 700;
	margin-top: 0
}
H2 STRONG {
	font-weight: 700;
}
.authorable H2, H2.section-heading {
	position: relative;
	margin-bottom: 15px;
	font-size: 40px;
	color: #ff6300;
	text-transform: uppercase !important;
}
.authorable H2 STRONG, H2.section-heading STRONG {
	position: absolute;
	z-index: 100;
	display: inline-block;
	font-weight: 400;
	color: #ff6300 !important;
}
H3 {
	font-size: 32px;
	color: #C91D1C;
	font-weight: 700;
	margin-top: 0
}
H3.section-subheading {
	margin-bottom: 18px;
}
H4 {
	font-size: 24px;
	color: #555555;
	font-weight: 600;
	margin-top: 0
}
BODY {
	font-family: Arial, Helvetica, sans-serif !important;
	font-style: normal;
	font-weight: 400;
	color: #6C6F70;
}
/* ---- PARAGRAPHS ---- */
P, .authorable P {
	font-family: "proxima_nova_condensedregular", Arial, Helvetica, sans-serif !important;
	font-size: 17px !important;
	line-height: 1.4;
	color: #555;
	font-weight: 400
}
P STRONG {
	font-weight: 700;
}
.authorable P.intro-text {
	font-family: "proxima-nova-extra-condensed", Helvetica, Arial, sans-serif !important;
	font-size: 22px !important;
	font-weight: 700;
}
.two-col-image-tile.no-img .authorable {
	position: relative;
}
.two-col-image-tile.no-img .authorable > P {
	clear: left;
	width: 52.5% !important;
	overflow: hidden;
}
body {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
sub, sup {
	font-size: 60%;
}
#header {
	width: 100%;
}
.sec-left {
	width: 58%;
}
.sec-right {
	width: 20%;
	padding-left: 0%;
}
.sec-lnav {
	width: 20%;
	float: left;
}
.sec-right-lnav {
	width: 80%;
	float: left;
}
.main-nav {
	display: none !important;
}
.breadcrumb > p {
	font: 400 1.06em Arial, Helvetica, sans-serif !important;
}
.scroll-arrow {
	text-align: center;
	max-width: 55px;
	width: 100%;
	margin: 0 auto;
	height: 55px;
	margin-top: 30px;
	clear: both;
}
/* CUSTOM BANNER ================================================================================================================================ */
.cust_banner {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;
  margin-bottom:60px;
	
}
.cust_banner_content {
	height: auto;
	overflow: hidden
}
.cust_banner_content_top {
	width: 100%;
	text-align: left;
  padding: 40px 30px 25px 35px;
  min-height: 260px;
}
.cust_banner_content_top h1 {
	font-size: 80px;
  line-height:63px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	max-width: 420px;
}
.cust_banner_content_top p {
	font-family: "proxima-nova-extra-condensed", Helvetica, Arial, sans-serif !important;
	font-size: 22px !important;
	color: #ffffff;
	text-decoration: none;
	max-width: 420px;
}
/* MAIN NAVIGATION ========================================================================================================================= */
/* OPTIONAL NAVIGATION ============================================================================================================= */
.opt_nav nav {
	background: #cbcbcb;
	width: 100%;
	margin-bottom: 0px;
}
.opt_nav nav ul {
	margin: 0;
	padding: 0;
	clear: both;
	content: '';
	background-color: #cbcbcb;
}
.opt_nav nav ul li {
	list-style: none;
	text-align: center;
	border-right: 1px solid transparent;
	position: relative;
	max-width: 190px;
	min-height: 130px;
}
.home_nav ul li {
	list-style: none;
	text-align: center;
	border-right: 1px solid transparent;
	position: relative;
	padding-top: 70px;
	margin-top: -70px;
}
.opt_nav nav ul li:hover {
	border-right: 1px solid transparent !important;
}
.opt_nav nav ul li a {
  display: block;
  text-decoration: none;
  color: #333333 !important;
  padding: 30px 34px 20px 34px;
  background-color: #f4f4f4 !important;
  text-align: center;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out !important;
  font-weight: bold !important;
  clear: both;
  font: 17px proxima-nova-condensed, Helvetica, Arial, sans-serif !important;
  min-height: 130px;
  max-height: 130px;
  line-height: 15px !important;
}
.opt_nav nav ul li a:hover {
	background-color: #6ea5c4 !important;
	color: #ffffff !important;
}
.opt_nav nav ul li.nav-item--secondary {
	border-right: 1px solid #6ea5c4 !important;
}
.opt_nav nav ul li.nav-item--secondary A {
	background-color: #6ea5c4 !important;
}
.opt_nav nav {
	display: table;
	table-layout: fixed;
}
.opt_nav ul {
	display: flex;
	flex-direction: row;
}
.opt_nav ul li {
	flex-grow: 1;
}
.opt_nav nav ul li.opt_nav_selected {
	border-right: 1px solid transparent !important;
}
.opt_nav nav ul li.opt_nav_selected a {
	background-color: #6ea5c4 !important;
	color: #ffffff !important;
	transition: all 0.2s ease-in-out !important;
}
.opt_nav nav ul li.opt_nav_selected a:hover {
	background-color: #6ea5c4 !important;
	color: #ffffff !important;
}
.opt_nav nav ul li:first-child {
	border-left: none !important;
}
.opt_nav nav ul li:last-child {
	border-right: none !important;
}
.opt_nav nav ul li a .fa {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #333333 !important;
	padding-bottom: 10px;
	transition: all 0.2s ease-in-out !important;
}
.opt_nav nav ul li a:hover .fa {
	color: #ffffff !important
}
.opt_nav nav ul li.opt_nav_selected a .fa {
	color: #ffffff !important;
	transition: all 0.2s ease-in-out !important;
}
/* Active sticky nav content padding */
/* Fixed 'sticky' behaviour */
.sticky {
	position: fixed;
	width: 100%;
	max-width: 950px;
	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;
  
}
/* SUBMENU STYLING =============================== */
.opt_nav nav ul.sub-menu {
	display: none;
	width: 100%
}
.opt_nav_menu li:hover .sub-menu {
	display: block;
	z-index: 1;
	opacity: 1;
}
.sub-menu {
	width: 100%;
	padding: 5px 0px;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 400 !important;
	opacity: 0;
	transition: opacity linear 0.15s;
	min-width: 250px;
}
.sub-menu li {
	display: block;
	font-size: 16px;
	border-right: none !important;
}
.sub-menu li a {
	display: block;
	padding: 10px 30px !important;
	background-color: #0096AF !important;
	text-align: left !important;
	text-transform: capitalize;
	height: auto !important;
}
.sub-menu li a:hover, .sub-menu .current-item a {
	background: #008099;
}
.opt_nav nav ul.sub-menu {
	display: none;
}
.menu li:hover .sub-menu {
	display: block;
}
.opt_nav nav ul li ul.sub-menu li.sub_nav_ovr a {
	background-color: #008196 !important;
}
.opt_nav nav ul li ul.sub-menu li.sub_nav_ovr a:hover {
	background-color: #008196 !important;
}
@media (max-width: 430px) {
  .opt_nav ul {
    display: block;
  }
  .opt_nav nav {
    font-size: .8em;
  }
  .opt_nav nav ul li {
    display: block;
    border-bottom: 1px solid #ccc;
  }
}
/* CONTENT ========================================================================================================================= */
.authorable img {
	display: inline !important;
}
.two-col-image-tile.img-left .image-holder {
	display: none;
}
.two-col-image-tile .authorable {
	width: 100% !important;
}
/* Panel content general styles */
.onecolumn p {
	font-size: 18px !important;
	line-height: 22px !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.twocolumn p {
	font-size: 18px !important;
	line-height: 22px !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.threecolumn p {
	font-size: 18px !important;
	line-height: 22px !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
/* BUTTONS ================================================================================== */
.order-btn {
	padding: 10px 40px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	background-color: #333333;
	font-size: 18px;
	max-width: 182px;
	font-family: "proxima_nova_condensedregular", Arial, Helvetica, sans-serif !important;
}
.order-btn:hover {color:#ffffff !important; background-color:#ce5368; text-decoration:none !important;}
.learnmore_btn {
	padding: 10px 40px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	background-color: #ff671f;
	font-size: 18px;
	max-width: 172px;
	font-family: "proxima_nova_condensedregular", Arial, Helvetica, sans-serif !important;
}
.learnmore_btn:hover {color:#ffffff !important; background-color: #333333; text-decoration:none !important;;}
/* 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;
}
/* WIDGET PANELS =========================================================================================================================================================================================================================================================================================================================================================================================================== */
/* Widget ========================================================================================================================= */
.wd-item {
	height: 200px;
	max-height: 300px;
	width: 100%;
	padding: 0;
	position: relative;
  margin:30px 0px;
}
.wd-item_logo{text-align:center; height:165px; padding-top:10%;}
.wd-item_logo img{margin:0 auto;}
.wd-item_category{text-align:center;}
.wd_equine{
  text-transform:uppercase; 
  font-family:"proxima-nova-extra-condensed", Helvetica, Arial, sans-serif !important; 
  font-size:20px;
  font-weight:700;
  color:#ff6300; 
  display:inline;
  background-image:url(../images/equine-icon.png); 
  background-position:1%; 
  background-repeat:no-repeat; 
  padding-left:36px;
}
.wd_cattle{
  text-transform:uppercase; 
  font-family:"proxima-nova-extra-condensed", Helvetica, Arial, sans-serif !important; 
  font-size:20px;
  font-weight:700;
  color:#ff6300; 
  display:inline;
  background-image:url(../images/cattle-icon.png); 
  background-position:1%; 
  background-repeat:no-repeat; 
  padding-left:36px; 
  padding-right:10px;
}
.wd_sep{
  border-right:1px solid #ff6300;
  padding-right: 20px;
  margin-right: 15px;
}
.wd_surr {
	width: 25%;
	float: left;
}
/*.wd_surr {display:none}*/
/* Load More */
#loadMore {
	font-family: "proxima_nova_condensedregular", Helvetica, Arial, sans-serif !important;
	padding: 10px;
	text-align: center;
	color: #333333;
	background-color: #f4f4f4;
	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: #333333;
	text-decoration: none;
}
/* Tabbed content on inner pages (SAM - WHERE IS THIS USED?) ====================================================================================== */
.nav-tabs {
	border-bottom: 1px solid #dddddd;
	float: left;
	width: 100%;
	margin-bottom: 0px;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0
}
.nav-tabs li:before {
	content: none!important
}
.nav-tabs li:last-child {
	margin-right: 0
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
	margin-right: 5px;
	list-style-type: none;
}
.nav-tabs li span {
	font-weight: bold
}
.nav-tabs>li>a {
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0;
	background: #c5c5c5;
	color: #565656;
	padding: 10px 56px;
	float: left;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}
.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd;
	text-decoration: none;
	color: #ffffff;
	background-color: #585858;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #FFF;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	padding-bottom: 16px;
	text-decoration: none;
}
.nav-tabs>li>div {
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0;
	background: #c5c5c5;
	color: #565656;
	padding: 10px 56px;
	float: left;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}
.nav-tabs>li>div:hover {
	border-color: #eee #eee #ddd;
	text-decoration: none;
	color: #ffffff;
	background-color: #585858;
}
.nav-tabs>li.active>div, .nav-tabs>li.active>div:focus, .nav-tabs>li.active>div:hover {
	color: #555;
	cursor: default;
	background-color: #FFF;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	padding-bottom: 16px;
	text-decoration: none;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}
.nav-tabs.nav-justified>li {
	float: none
}
.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px;
	text-decoration: none;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd;
	text-decoration: none;
}
.nav-tabs-justified {
	border-bottom: 0
}
.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd;
	text-decoration: none;
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.tab-content {
	width: 100%;
	padding: 15px 14px;
	clear: both;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	min-height: 510px;
}
.tab-content table tbody tr th {
	padding: 6px;
	background-color: #eab70e;
	font-size: 17px;
	text-align: center;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	line-height: 16px;
}
.tab-content table tbody tr td {
	padding: 6px;
	font-size: 17px;
	text-align: center;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	line-height: 16px;
}
.tabbed-section {
	padding-top: 0px !important;
	margin-top: 0px;
	float: left;
	width: 960px;
}
.tab-container {
	width: 90%;
	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 20px 0px;
}
/* ACCORDIONS ===================================================================================================================== */
.accordion {
	clear: both;
	width: 100%;
}
.accordion__segment {
	width: 100%;
	height: 72px;
	padding: 18px 24px !important;
	border: 1px solid #DDD !important;
	background: #EEEDED !important;
}
H3.accordion__heading {
	display: inline-block;
	margin-bottom: 0 !important;
	font-size: 30px !important;
	font-weight: 700;
	color: #585858;
	text-transform: uppercase !important;
}
H3.accordion__expander {
	clear: both;
	width: 100%;
	border: 1px solid #DDD !important;
	background-color: #FBF9FA !important;
}
/* THEMES ---- */
/* GREEN */
.accordion__theme--green H3.accordion__heading {
	color: #08A64E !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	border: 1px solid #DDD !important;
	background: #EEEDED !important;
}
.acc-sectionheading {
  background-color: #ce5267;
  margin-bottom: 0;
  padding: 25px 50px;
  color: #ffffff;
  text-transform: uppercase !important;
  font-weight: normal;
  font-family:"proxima_nova_condensedregular", Arial, Helvetica, sans-serif !important;
  font-size:38px;
  font-weight:bold;
}
.ac-cont-div {padding-top:0px; margin-bottom:1px;}
.ac-container label:after, 
.ac-container input:checked+label:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 28px;
    left: 94%;
    top: 20px;
    background: transparent url(../images/faq-pluminus.png) no-repeat 0 1px;
}
.ac-container input:checked+label:after {
    background: url(../images/faq-pluminus.png) 0 -34px
}
.ac-container {
    width: 100%;
    margin: 0px auto 10px auto;
    text-align: left;
    padding: 0px 0px 0px 0px;
}
.ac-container label {
    padding: 17px 30px 15px 100px;
    position: relative;
    text-transform: uppercase !important;
    z-index: 20;
    margin-bottom: 2px;
    width: 100%;
    font-weight: bold;
    display: block;
    cursor: pointer;
    background-color: #49a8c8;
    color: #ffffff !important;
    line-height: 33px;
    font-family:"proxima_nova_condensedregular", Arial, Helvetica, sans-serif !important;
}
.ac-container label h2 {
    line-height: 33px;
    margin:0;
    color: #ffffff!important;
    font-size: 32px !important;
    text-transform: uppercase !important;
}
.ac-container input {
    display: none;
}
.ac-container article {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -2px;
    overflow: auto;
    height: 0;
    border-left-color: #fff;
    border-right-color: #fff;
    position: relative;
    z-index: 10;
   -webkit-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    -moz-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    -o-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    -ms-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    transition: height .5s ease-in-out, box-shadow .1s linear !important;
}
.ac-container article p {
    color: #333333 !important;
    line-height: 22px !important;
    padding: 0px 0px;
    font-family:"proxima_nova_condensedregular", Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    text-align:left;
}
.ac-container article ul {
    color:#727272 !important;
    line-height: 21px !important;
    font-family:"proxima_nova_condensedregular", Arial, Helvetica, sans-serif !important; 
    font-size:18px !important;
    text-align:left;
}
.ac-container input:checked ~ article {
   -webkit-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    -moz-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    -o-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    -ms-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    transition: height .5s ease-in-out, box-shadow .1s linear !important;
}
.ac-container input:checked ~ article.ac-small {
    height: auto;
    overflow-y:hidden;
    text-align:center;
    padding-bottom: 0px;
    -webkit-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    -moz-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    -o-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    -ms-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    transition: height .5s ease-in-out, box-shadow .1s linear !important;
    background-color: #f0f0f0;
    padding: 30px;
}
.ac-container input:checked ~ article.ac-medium, .ac-container input.close-acc:focus ~ article.ac-medium  {
    height: auto;
    overflow-y:hidden;
    text-align:center;
    -webkit-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    -moz-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    -o-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    -ms-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    transition: height .5s ease-in-out, box-shadow .1s linear !important;
    background-color: #f0f0f0;
    padding: 30px;
}
.ac-container input:checked ~ article.ac-large {
    height: auto;
    overflow-y:auto;
    text-align:left;
    -webkit-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    -moz-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    -o-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    -ms-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    transition: height .5s ease-in-out, box-shadow .1s linear !important;
    background-color: #f0f0f0;
    padding: 30px;
}
.close-acc:focus ~ article.ac-medium  {
    -webkit-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    -moz-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    -o-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    -ms-transition: height .5s ease-in-out, box-shadow .1s linear !important;
    transition: height .5s ease-in-out, box-shadow .1s linear !important;
  background-color: #f0f0f0;
    padding: 30px;
}
.ac-cat {background-image:url(../images/ac-cats.png); background-repeat:no-repeat; background-position:3%;}
.ac-dog {background-image:url(../images/ac-dogs.png); background-repeat:no-repeat; background-position:3%;}
.close-acc {
  background-color:transparent !important; 
  background-image:url(../images/close-acc.png) !important; 
  background-repeat:no-repeat; 
  bottom: 0px; 
  width: 116px !important; 
  height: 28px !important; 
  display: block; 
  margin: 0 auto !important;
  padding:0 !important;
}
.close-acc:after{
  content: '';
  position: absolute;
  width: 25px;
  height: 28px;
  left: 90%;
  top: 0px;
  background:none;
}
/* CAROUSELS ====================================================================================================================== */
.flexslider {
	padding: 0px !important;
	height: auto;
}
.flex-control-paging li a {
	background: #9f9f9f !important;
}
.flex-control-paging li a.flex-active {
	background: #dedada !important;
}
.flex-prev {
	display: inline-block;
	background-image: url(../image/left_car_arrow.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 68px;
	color: #f7911f;
	text-shadow: none;
}
.flex-next {
	display: inline-block;
	background-image: url(../image/right_car_arrow.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 68px;
	color: #f7911f;
	text-shadow: none;
}
/* FOOTER ========================================================================================================================= */
.footer-widget-wrap {
	width: 100%;
	padding: 20px 0;
	overflow: hidden
}
.footer-widget-wrap li.footer-widget:nth-of-type(1) {
	border: 0;
	list-style-type: none
}
.footer-widget {
	width: 19.6%;
	float: left;
	padding: 0 5px 0 15px;
	min-height: 100px;
	border-right: 1px solid #ddd;
	list-style-type: none
}
.footer-widget h6 {
	padding-bottom: 15px;
	color: #157fbf;
	font-size: 17px;
	margin: 0px 0px 0px 0px;
}
.footer-widget p {
	margin-bottom: 12px;
	margin-top: 0px;
}
.footer-widget-wrap li.footer-widget:last-child {
	border: 0;
}
.footer-grey {
	max-width: 1000px;
	background: #ffffff;
	padding: 16px 0px;
	color: #585858;
}
.footer-grey ul {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	padding-left: 0;
}
.footer-grey li {
	float: left;
	margin-right: 30px;
	list-style-type: none;
	font-size: 15px;
}
.footer-grey li a {
	color: #585858;
	text-decoration: none;
}
.footer-grey p {
	font-size: 11px;
	color: #585858;
}
.footer-logo {
	max-width: 125px;
}
.micro-site-footer {
	clear: both
}
.mt-form {
	clear: both;
	padding: 30px 20px;
	border: 1px solid #dddddd;
	background-color: #f1f1f1;
	max-width: 850px;
	margin: 0 auto;
	margin-bottom: 60px;
	margin-top: 60px;
}
/* MODAL POPUPS ================================================================================================================================================== */
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 0px;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 25px;
    border-bottom: none;
    background-color: #333333;
}
.modal-header .close {
  margin-top: -2px;
    float: right;
    background-color: transparent;
    color: #ffffff;
    font-size: 30px;
}
.modal-title {
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    max-width: 340px;
    margin: 0 auto;
    font-size:28px !important;
}
.modal-body {
  position: relative;
  padding: 42px 60px;
  text-align:center;
}
.modal-body p {font-size:20px !important;}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-buttons {margin-top: 30px; height: 60px; text-align:center;}
.back_btn {
  padding: 10px 30px;
	color: #ffffff !important;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #333333;
	font-size: 18px;
  line-height:30px;
	max-width: 200px;
	font-family: "proxima_nova_condensedregular", Arial, Helvetica, sans-serif !important;
  cursor:pointer;
  margin-right:20px;
}
.back_btn {color:#ffffff !important; text-decoration:none !important;}
.back_btn:hover {color:#ffffff !important; background-color:#ce5368; text-decoration:none !important;}
.cont_btn {
  padding: 10px 30px;
  color: #ffffff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	background-color: #49a6c6;
	font-size: 18px;
  line-height:30px;
	max-width: 200px;
	font-family: "proxima_nova_condensedregular", Arial, Helvetica, sans-serif !important;
  cursor:pointer;
}
.cont_btn:hover {color:#ffffff !important; background-color:#ce5368; text-decoration:none !important;}
.flex-direction-nav {list-style-type:none;}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.pad-30 {padding:30px;}
/* Hover boxes */
.hover-cols {
  list-style: outside none none !important;
  margin: 0;
  padding: 30px;
  width: 100%;
  overflow:hidden;
}
.hover-cols .hover_effects_li {
  float: left;
  list-style: outside none none !important;
  margin: 0;
  padding: 0;
}
.ih-item.square .info h3 {
  text-shadow: none !important;
  text-align:center;
  font-family:"proxima-nova-extra-condensed", Arial, Helvetica, sans-serif !important;
  font-size:20px !important; 
  text-transform:uppercase;
}
.ih-item.square .info p {
  font-style: normal !important;
  font-size:14px !important;
  line-height: 16px !important;
  text-align:center !important;
  font-family: "proxima_nova_condensedregular", Arial, Helvetica, sans-serif !important;
  color:#ffffff !important;
}
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item a {
  color: #333;
}
.ih-item img {
  width: 100%;
  height: 100%;
  text-align:center;
}
.ih-item, .ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align:center;
}
.ih-item.square {
  position: relative;
  width: 292px;
  height: 289px;
}
.ih-item.square {
  border: medium none !important;	
}
	
.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
  background: #ff6400;
  background: rgba(255, 100, 0, 0.8);
  visibility: hidden;
  font-size: 14px !important;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 5;
}
.ih-item.square.effect6 .info h3 {
  color: #fff;
  text-align: center;
  background-color:transparent !important;
  padding: 10px;
  margin: 50px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
  font-size: 14px !important;
  position: relative;
  color: #ffffff;
  padding: 20px 30px;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p.hp_click {
  padding: 29px 20px !important; 
  background-color: #ff6300; 
  margin-top: 34px; 
  font-size:18px !important;
  position: absolute; 
  bottom: -9px; 
  width: 100%;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
  visibility: visible !important;
  opacity: 1 !important;
}
.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
	
.title-div {
	width:100%; 
	height:75px; 
	padding:27px 10px 10px 10px; 
	text-transform: uppercase; 
	color:#ff6400; 
	font-size:20px;
  font-weight:600;
	background-color: #f8f6f4; 
	text-align: center; 
	position: absolute; 
	bottom:0; 
	z-index: 3;
  font-family:"proxima-nova-extra-condensed", Arial, Helvetica, sans-serif !important;
}
.hp_click {padding: 29px 20px !important; background-color: #ff6300; margin-top: 34px; font-size:18px !important;position: absolute; bottom: -9px; width: 100%;}
.hp1 {margin:15px 15px 15px 0px !important;}
.hp2 {margin:15px 15px 15px 15px !important;}
.hp3 {margin:15px 0px 15px 15px !important;}
.hp1-ovr {margin: 15px 0.5% !important;}
.hp2-ovr {margin: 15px 0.5% !important;}
.hp3-ovr {margin: 15px 0.5% !important;}
.hp4-ovr {margin: 15px 0.5% !important;}
/* ============================================== MEDIA QUERIES ============================================== */
@media screen and (max-width:959px) {
  .col-sm-8 {
    width: 100%;
    padding-right: 0px;
    padding-top: 20px !important;
  }
  .accimg_tabs {
    float: left;
    width: 47%;
    max-width: 320px;
    padding: 10px 10px;
    margin-right: 10px;
  }
  .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-condensed", Helvetica, Arial, sans-serif;
    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;
  }
  .lbanner_text p {
    font-size: 18px;
  }
  
  .st-ct-lge {
    font-size: 41px;
  }
  .st-ct-sm {
    font-size: 22px;
    line-height: 0.7;
  }
  .tk-ct-sm {
    font-size: 20px;
  }
  .tk-ct-lge {
    font-size: 31px;
  }
  .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;
  }
  .footer-grey {
    padding: 16px 0px;
  }
  .logo-container {
    position: relative!important;
    display: block !important;
  }
  .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;
  }
  /* FORMS =============================================================================== */
    /* FIELDSET ---- */
  FIELDSET {
    position: relative;
    padding: 32px 0 0;
    margin-bottom: 48px;
    border: 0 solid #585858;
  }
  FIELDSET.fieldset--two-col {
    column-count: 1;
    column-gap: 0;
  }
  LEGEND {
    padding: 8px 8px 8px 0;
  }
  /* ---- STANDARD FIELD ---- */
  DIV.field {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  DIV.field.field--check-radio {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  /* ---- STANDARD FORM ELEMENTS ---- */
  /* LABELS ---- */
  LABEL,  .field--check-radio > LABEL {
    flex: 0 0 100%;
    padding: 16px 8px 0 0;
    text-align: left;
  }
  /* INSERTED TEXT (SAVED FIELD) ---- */
  .field INS {
    flex: 1 1 auto;
    width: 100%;
  }
  /* VALIDATION MESSAGE ---- */
  .field-validation-error,  .field .validation {
    flex: 1 1 auto;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  /* INPUT HEIGHTS ---- */
  SPAN.field LABEL {
    height: auto;
  }
  /* ---- BOX BASED INPUTS ---- */
  INPUT[type="text"],  INPUT[type="password"],  INPUT[type="email"],  INPUT[type="url"],  INPUT[type="number"],  INPUT[type="time"],  INPUT[type="date"],  INPUT[type="datetime"],  INPUT[type="datetime-local"],  INPUT[type="week"],  INPUT[type="month"],  INPUT[type="search"],  INPUT[type="tel"],  SELECT,  TEXTAREA {
    flex: 1 1 auto;
    width: 100%;
  }
  /* SELECT ---- */
  .select-wrap {
    flex: 1 1 auto;
    width: 100%;
  }
  /* RADIO & CHECKBOXES  ---- */
  .check-wrap {
    flex: 0 1 33.33%;
  }
  .check-wrap.check-wrap--long {
    flex: 0 1 66.66%;
  }
  INPUT[type="radio"] + LABEL,  INPUT[type="checkbox"] + LABEL {
    padding: 8px 0;
  }
  /* RANGE ---- */
  INPUT[type="range"] {
    flex: 1 1 auto;
    width: 100%;
  }
  .opt_nav nav ul li a {
    font-size: 14px !important;
  }
  .table-wrap {
    overflow-x: scroll;
  }
}
@media screen and (max-width:768px) {
.table-wrap {width: 100%;max-width: 690px;}
  
/* Header */
.cust_banner_content_top {padding: 35px 42px 30px 42px;}
.cust_banner_content_bottom {padding: 20px 25px 15px 42px;}
  
/* Navigation */
.opt_nav nav ul li {min-height:110px;}
.opt_nav nav ul li a {padding:20px 25px 20px 25px; min-height:110px; line-height:16px;}
/* Widgets */
.wd-heading {padding:15px; font-size:26px; line-height:24px;}
.wd-item_heading {margin-bottom:30px; font-size:32px; line-height:14px;}
.wd-item_image {width:78%;}
.wd-item_image img {max-height:130px;}
.wd-item_sticker {width:80px; height:80px; font-size:18px; line-height:15px; padding:18% 12px 5px 13px; margin-bottom:30px;}  
.wd-item {max-height:520px; padding:20px 20px;}  
.wd-item_link {font-size:18px;}  
.wd-item_description p {font-size:16px !important; line-height:18px !important;}
.wd_surr {width: 50%; }
  
/* Accordions */
.ac-container label:after, .ac-container input:checked+label:after {top: 14px;}
.ac-container label {padding: 13px 100px !important;}  
.ac-container input:checked ~ article.ac-large {padding: 10px;}
.ac-container input:checked ~ article.ac-medium {padding: 10px;}
.ac-container input:checked ~ article.ac-small {padding: 10px;}
.hover-cols .hover_effects_li {
    width: 49% !important;
}
  
}
@media screen and (max-width:760px) {
.nav-tabs>li>a {padding: 10px 34px;}
}
@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;
}
.col-sm-8 {
	width: 100%;
	padding-right: 0px;
	padding-top: 0px;
}
.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;
}
.accimg-container label {
	padding: 9px 0px 6px 40px!important;
	font-size: 15px!important;
	line-height: 35px;
}
.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;
}
#loadMore {
	background-position: 76%;
}
.cust_banner {
	min-height: 380px;
	background-position: center;
}
  
.authorable img {
	width: auto;
}
.threecolumn {
	width: 100%;
}
.main_content {
	overflow: hidden;
}
.scroll-arrow {
	margin-top: 30px;
}
  
}
@media screen and (max-width:479px) {
.cust_banner_content {
	padding: 50px 22px 30px 22px;
}
.cust_banner_content_top h1 {
	font-size: 60px;
	line-height: 50px;
}
.cust_banner_content_top h1 span {
	line-height: 68px;
}
.cust_banner_content_top p {
	font-size: 22px !important;
	line-height: 22px;
}
.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%;
}
.table-wrap {
	overflow-x: scroll;
}
.testimonial {
	height: auto;
}
.tquote_right {
	right: 8%;
	bottom: 54%;
}
legend {margin-bottom: 0px;}
DIV.field--top {max-width: 170px;top: 8px;}
  
  
.cust_banner_content {padding: 0px;}
.cust_banner {min-height: auto;}
  
.cust_banner_content_top {min-height: 120px;padding: 25px 22px 20px 20px;}
.cust_banner_content_top_left img {max-width: 80%;}
.cust_banner_content_bottom {padding: 15px 15px 15px 20px;} 
.cust_banner_content_bottom p {font-size: 14px !important; line-height: 18px !important;}
  
.sticky nav ul li {min-height:60px;}
.opt_nav nav ul li {min-height: 60px; border-right: none !important;}
.opt_nav nav ul li:first-child {border-left: none !important;} 
.opt_nav nav ul li a {padding: 10px 25px 10px 25px; min-height: 60px; line-height: 16px;} 
.opt_nav nav ul li a .fa {padding-bottom: 5px;} 
.opt_nav nav ul li:last-child {border-right:none !important;}  
.opt_nav nav ul li {max-width: 100%;} 
.wd-item {
    height: 150px;
    margin: 0px 0px;
    padding:10px 5px;
}
.wd_sep {
    padding-right: 20px;
    margin-right: 5px;
}
.wd_cattle {
    font-size: 12px;
    padding-left: 27px;
    padding-right: 10px;
}
.wd_equine {
    font-size: 12px;
    padding-left: 26px;
}
  
.wd-item_logo {
    height: 90px;
    padding-top: 0%;
}
  
.hover-cols .hover_effects_li {
    width: 100% !important;
}
.hp1-ovr {margin: 15px 0% !important;}
.hp2-ovr {margin: 15px 0% !important;}
.hp3-ovr {margin: 15px 0% !important;}
.hp4-ovr {margin: 15px 0% !important;}
 
#loadMore {font-size: 20px !important;; background-position: 80%;}
}