@charset "utf-8";
/* CSS Document */

/* --------------- global styles -----------------------------------------  */
body {
	background-color:#f7f7f7;
}
h2 {
	/*override*/
	line-height:1.25;
}
h3 {
	/*override*/
	line-height:1.5;
}
h6 {
	font-weight:bold;
	font-size:1.5em;
}
h7{
	font:30px/30px 'Oswald';
	font-weight:400;
	color:#5eadfe;
	text-transform:uppercase;
	margin:0 15px;
	position: relative;
	display:block;
	text-align: center;
}


h7 span{
	background: #FFF;
	padding: 0 5px;
	position: relative;
	z-index: 1;	
}



h7:before {
	
  background:#5eadfe;
  content: "";
  display: block;
  height: 1pt;
  position: absolute;
  top: 50%;
  width: 100%;
}


/*h8:before{
	left: 0;
}
a, a:active, a:focus {
outline: none;
}*/

h8{
	font:30px/30px 'Oswald';
	font-weight:400;
	color:#5eadfe;
	text-transform:uppercase;
	margin:0 15px;
	position: relative;
	display:block;
	text-align: center;
}


h8 span{
	background: #FFF;
	padding: 0 5px;
	position: relative;
	z-index: 1;	
}



h8:before {
	
  background:#5eadfe;
  content: "";
  display: block;
  height: 1pt;
  position: absolute;
  top: 125%;
  width: 100%;
}


h8:before{
	left: 0;
}
a, a:active, a:focus {
outline: none;
}


.tw-content-links {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.tw-content-links li {
	font: 17px/1.50em 'Oswald';
	font-weight:400;
	color: #011e41;
	text-transform: uppercase;
}
.welcome-box .title1 {
    /* overrides style*/
    margin: 0 0 15px;
}
.welcome-box p.description {
	/* overrides style*/
	line-height:1.25;
}
.jumbotron {
	/* overrides bootstrap*/
	padding:0;
	margin-bottom:0;
}
.jumbotron > img.img-responsive {
	margin: 0 auto;
	padding:0;
}
.hunt-side-img {
	margin-bottom:20px;
	max-width:100%;
}
.footer-break {
	background:none;
}
.pre-footer-break {
	background:none;
	padding:150px 0;
}
.hunt-list-square {
	list-style:square;
	font-family: "Asap";
}
.hunt-list-square li {
	margin-bottom:1em;
}
.dotted-row {
	border-bottom:dotted 1px #BBBBBB;
	margin-bottom:40px;
	padding-bottom:40px;
}
.dotted-row-sm {
	border-bottom:dotted 1px #BBBBBB;
	margin-bottom:20px;
	padding-bottom:20px;
}
.leftborder {
	border-left:dotted 1px #BBBBBB;
}
.rightborder {
	border-right:dotted 1px #BBBBBB;
}
@media (max-width: 991px) {
.dotted-row, .dotted-row-sm {
	margin-bottom:10px;
	padding-bottom:10px;
}
}

@media (max-width:990px) {
	.rightborder {
	border-right:none;
}
}
/* -- global styles ends --  */


.energystarbanner {
	background-color:#EFFAFF;
}
.energystarimg img {
	margin:10px 0px 10px 60px;
}

.energystartext {
	text-align:center;
	margin:35px 0px 0px 80px;
	font: 16px "Oswald";
	color: #00AEEF;

}


/* -- _header overrides ------------------------------------------------------*/
header {
	background-color:#fff;
	border-bottom:none;
}
.info_list li a {
	color: #9e9d9d;
}
nav.tm_navbar li a {
	color: #9e9d9d;
}
nav.tm_navbar .sub-menu > ul {
	top: 66px;
}
nav.tm_navbar ul.nav.sf-menu > li:last-of-type > ul.submenu {
  left: auto;
  right: 0px;
}
@media (min-width: 1200px) {
	.menu-box {
	padding-top: 39px;
}
}

@media  (max-width: 992px) {
.info_list-wrapper {
	display:none;
}
}
/* -- header overrides ends -----------*/




/* --------- MAIN NAVIGATION  -------------------------------------------------*/

/** bootstrap overides ****************/

.navbar-default {
	background-color: #FFF;
    border-color: #FFF;
}
.navbar {
	min-height:60px;
	margin-bottom: 0;
    position: relative;
}
.navbar-brand {
    float: left;
	padding-top: 6px;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #011e41;
	background: none repeat scroll 0 0 transparent;
}
.navbar-collapse {
    padding-left: 15px;
    padding-right: 0px;
}
/** bootstrap overides ends ********/

/* styles overides*/
.info_list {
    margin: 0 0 2px;
    overflow: hidden;
}
nav.navbar {
    border: medium none;
    margin: 0;
    min-height: 0;
    padding: 0;
}
ul.nav.clearfix {
	float:right;
	margin-top:61px;
}
ul.nav.navbar-nav {
	margin-top:53px;
}
nav.navbar li {
    display: inline-block;
    float: left;
    font-size: 13px;
    line-height: 21px;
	margin-left: 35px;
    padding: 0;
    position: relative;
}
nav.navbar li:first-child {
    margin-left: 0;
}
nav.navbar li a {
    font: 14px "Oswald";
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
nav.navbar ul.nav.navbar-nav li {
    font: 14px "Oswald";
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}	



nav.navbar li a > em {
    background: none repeat scroll 0 0 #8bb8ea;
    display: block;
    width: 100%;
	height: 45px;
    margin-top: 1px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
nav.navbar li > em {
    background: none repeat scroll 0 0 #8bb8ea;
    display: block;
    width: 100%;
	height: 45px;
    margin-top: 1px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.navbar-default nav.navbar li.active > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #011e41;
}
nav.navbar li.active > a > em {
    opacity: 1;
}
nav.navbar li.active > em {
    opacity: 1;
}
nav.navbar li:hover > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #011e41;
    transition: all 0.3s ease 0s;
}
nav.navbar li > a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #011e41;
    transition: all 0.3s ease 0s;
}
nav.navbar li:hover > a > em {
	opacity: 1;
    transition: all 0.3s ease 0s;
}
nav.navbar li:hover > em {
	opacity: 1;
    transition: all 0.3s ease 0s;
}
nav.navbar li > a:hover > em {
    opacity: 1;
    transition: all 0.3s ease 0s;
}
nav.navbar li:hover > em {
    opacity: 1;
    transition: all 0.3s ease 0s;
}
nav.navbar li span {
    background: url("../img/menu-marker.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    bottom: 36px;
    width: 100%;
	height: 4px;
    left: 0;
    position: absolute;
    text-align: center;
}
nav.navbar .sub-menu > ul {
    background: none repeat scroll 0 0 #333;
    display: none;
    left: 0;
    list-style: outside none none !important;
    margin: 0;
    padding: 26px 20px 11px;
    position: absolute;
    text-align: left;
    top: 65px;
    width: 225px;
    z-index: 11;
}
nav.navbar .sub-menu:last-of-type > ul {
    left: auto;
    right: 0;
}
nav.navbar .sub-menu > ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    display: block;
    float: none;
    margin: 0 0 15px;
    padding: 0;
    width: auto;
}
nav.navbar .sub-menu > ul li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    float: none;
    font: 12px "Arial";
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}
nav.navbar .sub-menu > .submenu li span {
    background: url("../img/menu-marker2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    width: 6px;
	height: 7px;
    left: 9px;
    position: relative;
    top: 0;
}
nav.tm_navbar .sfHover > a > em {
    opacity: 1;
    transition: all 0.3s ease 0s;
}
nav.navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 116px;
	left: 204px;
	top: -26px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
    background: none repeat scroll 0 0 #333;
	padding: 26px 20px 11px 20px;
	margin: 0;
	text-align: left;
}
nav.navbar .sub-menu ul:hover li > ul,
nav.navbar .sub-menu ul li:hover > ul,
nav.navbar .sub-menu ul li > a:hover > ul {
	display:block;
}
/* styles overides ends*/

.navbar-nav {
    float: right;
    margin: 0;
}
.navbar-default {
}


ul.nav.navbar-nav > li {
	color:#555454;
}



ul.submenu {
	display:none;
	list-style:none;
}

@media (min-width:768px) {
.menu-box {
	padding-top: 39px;
}
/* styles overides*/
ul.nav.navbar-nav > li, ul.nav.navbar-nav > li > span {
	cursor:pointer;
}

nav.navbar .sub-menu > ul li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #8bb8ea !important;
    text-decoration: none;
    transition: all 0.25s ease 0s;
}
/* styles overides ends*/
.navbar-default .navbar-nav > li > a:hover > ul.submenu {
	display:block;
}
li:hover > ul.submenu {
	display:block;
}
.navbar-toggle {
    display: none;
}
.logo-xs {
	display:none;
}
}


@media (min-width: 768px) and (max-width: 992px) {
.navbar-header {
	float:none;
	margin-right:auto;
	margin-left:auto;
}
.navbar-brand {
    float: none;
	margin-right:auto;
	margin-left:auto;
}
.navbar-nav {
    float:none;
    margin: 0;
	margin-right:auto;
	margin-left:auto;
	padding-left:16%;
}
}


@media (max-width:767px) {
/* bootstrap override */
.navbar-toggle {
	background-color:#011e41;
    border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:#001A2E;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-collapse {
    max-height:none;
}
/* bootstrap override ends */

.navbar-collapse {
    padding-left: 0px;
    padding-right: 0;
}
.navbar-collapse.collapse.in{
}
ul.nav.navbar-nav {
    margin-top:0;
	background-color:#011e41;
}
ul.nav.navbar-nav > li {
	background-color:#011e41;
}
ul.nav.navbar-nav > li:focus,
ul.nav.navbar-nav > li.active:hover, 
ul.nav.navbar-nav > li.active > a,
ul.nav.navbar-nav > li.active > a:hover, 
ul.nav.navbar-nav > li.active > a:focus,
 ul.nav.navbar-nav > li:hover,
 ul.nav.navbar-nav > li > a:hover,
 ul.nav.navbar-nav > li > a,
 ul.nav.navbar-nav > li.sub-menu {
	color:#FFF;
}
.navbar-nav {
        float: left;
        margin: 0;
}
.navbar-nav{	
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 20;
}
nav.navbar li {
	display:block;
	margin-left:0;
	width:100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
nav.navbar ul.nav.navbar-nav li {
	padding: 0px 0;  
}	
.navbar-default ul.navbar-nav li a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    font-size: 14px;
    padding: 15px 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
.navbar-default ul.navbar-nav li > span {
	text-indent:0;
}
nav.navbar li a > em, nav.navbar li > a:hover > em {
	display:none;
}
nav.navbar ul.nav.navbar-nav > li span {
	background-image: url("../img/menu-marker-wht.png") no-repeat scroll center;
}
nav.navbar ul.nav.navbar-nav > li span {
	background-color: #03428f;
    color: #326e9a;
    font-size: 12px;
    font-weight: 800;
    padding-left: 17px;
    padding-right: 17px;
}
nav.navbar li span {
    cursor: pointer;
    width: 70px;
	height: 52px;
    line-height: 50px;
    opacity: 0.7;
	opacity:1;
	color:#FFF;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
	left:auto;
	background-position:center center;
}
nav.navbar li {
	margin-bottom:0;
}
nav.navbar .sub-menu > ul {
	left: 0;
    list-style: outside none none !important;
    margin: 0;
    padding: 0;
    text-align: left;
	top:53px;
	position: static;
    width: 100%;
    z-index: 300;
    background-color:#011e41;
	margin-top:0px;
}
nav.navbar .sub-menu > ul.submenu > li {
	font-size: 12px;
	line-height:1;
	padding:0;
	margin:0;
}
nav.navbar .sub-menu > ul.submenu > li a {
	font-size: 12px;
	line-height:1;
    padding: 12px 0;
	text-indent:36px;
	display:block;

}
.logo-lg {
	display:none !important;
}
}

@media (max-width:482px) {

}


/* --------- MAIN NAVIGATION ends  --------------*/





/* --------------- sidebar navigation styles -------------------------------  */
ul.tw-sidebar-nav {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
.tw-sidebar-nav li{
	font: 17px/1.25em 'Oswald';
	font-weight:400;
	color: #011e41;
	text-transform: uppercase;
	margin:0 0 0 0;
}
.tw-sidebar-nav li a{
	display: block;
	margin:0 0 0 0;
	padding-top:1em;
	padding-bottom:1em;
	padding-left:1em;
	background-color: #3e3e3e;
	border-bottom:solid 1px #535353;
}
.tw-sidebar-nav li a:last-child{
	border-bottom:none;
}
.tw-sidebar-nav li.active a{
	color:#fff;
	background-color:#626262;
}
.tw-sidebar-nav li a:hover{
	color:#3e3e3e;
	background-color:#91CEFB;
}
/* -- sidebar navigation styles ends --  */

/* -----------  INDEX page ------------------------------------------------- */
.index-phone-visible {
	 padding: 20px 0;
    text-align: center;
}
.index-phone-visible a img {
	margin-bottom:10px;
}
.thumb-pad0 .thumbnail .caption.caption-margin {
    
    padding-bottom: 15px;
}
.thumb-pad0 .thumbnail .caption.caption-margin p:last-of-type {
	margin-bottom: 0;
	
}
.indxOperationsBtn {
	padding-bottom:40px;
}

@media (max-width: 480px) {
.indxOperationsBtn {
	padding-bottom:20px;
}
}

@media (max-width: 320px) {
.indxOperationsBtn {
	padding-bottom:20px;
}	
}
/* --  INDEX page ends -- */

/* -----------  Footer LinkedIn and copyright ------------------------------- */
#hunt-footer {
	border-top:solid #5f5e5e 1px;
	min-height:600px;
}

section.footer-core-values {
	padding-top:11px;
	padding-bottom:3px;
	background-color:#fff;
	font-family: "Asap";
	font-style:italic;
	border-top:solid #5f5e5e 1px;
	border-bottom:solid #5f5e5e 1px;
}


section.footer-core-values ul {
	padding:0;
	list-style:none;
	color:#011e41;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
	

	line-height:2.0;
}

section.footer-core-values ul li{
		display:inline-block;
		margin-right:20px;
		margin-left:20px;
		margin-right:10px;
		margin-left:10px;
		
}
section.footer-core-values ul li.footer-core-pipe {
	color:#7f7f7f;
	display:none;

}
@media (max-width: 1170px) {
	section.footer-core-values ul {
		font-size:11px;
		

		line-height:2.0;
	}
}
@media (min-width: 1200px) {
	section.footer-core-values ul li{
		display:inline-block;
		margin-right:32px;
		margin-left:32px;
		margin-right:66px;
		margin-left:0px;
}
section.footer-core-values ul li:last-of-type{
			margin-right:0px;
}
section.footer-core-values ul li.footer-core-pipe {
	color:#7f7f7f;
	display:none;

}
}

/*@media (min-width: 992px) {
	section.footer-core-values ul li{
		display:inline-block;
		margin-right:32px;
		margin-left:32px;
}
section.footer-core-values ul li:last-of-type{
			margin-right:0px;
}
section.footer-core-values ul li.footer-core-pipe {
	color:#7f7f7f;
	display:none;

}
}
*/


@media (max-width: 1199px) {
div.energystartext {
		display: block; 
        float: none; 
        width: 60%;
		margin:auto;
		padding-top:5px;
		padding-bottom:10px;
			}
	
@media (max-width: 1199px) {
div.energystarimg img {
		display: block; 
        float: none; 
		margin:auto;
		padding-top:10px;
	
			}
@media (max-width: 768px) {
	div.energystartext {
		display: block; 
        float: none; 
        width: 60%;
		margin:auto;
		padding-top:5px;
		padding-bottom:10px;
		font-size:14px;
			}
	
@media (max-width: 768px) {
	div.energystarimg img {
		display: block; 
        float: none; 
		margin:auto;
		padding-top:10px;
		width:140px;
			}
	

@media (max-width: 1199px) {
	section.footer-core-values ul {
		font-size:11px;
		

		line-height:2.0;
	}
	section.footer-core-values ul li{
		margin-right:8px;
		margin-left:8px;
		
		margin-right:5px;
		margin-left:5px;
		
		margin-right:40px;
		margin-left:0px;
	}
}


@media (max-width: 991px) {
	section.footer-core-values ul {
		font-size:10px;
	

		line-height:2.0;
	}
	section.footer-core-values ul li{
		margin-right:8px;
		margin-left:8px;
		
		margin-right:5px;
		margin-left:5px;
	}
}

@media (max-width: 985px) {
	section.footer-core-values ul li{
		
		
		margin-right:5px;
		margin-left:5px;
	}
	/*section.footer-core-values ul li::after {
    content: " | ";
	} 
	*/
	section.footer-core-values ul li:last-child:after {
    content:normal;
	} 
}
@media (max-width: 770px) {

}

@media (max-width: 768px) {
section.footer-core-values ul {
		font-size:10px;
		margin-right:6px;
		margin-left:6px;
}
section.footer-core-values ul li {
		font-size:10px;
		margin-right:3px;
		margin-left:3px;
}
}


@media (max-width: 620px) {
	section.footer-core-values ul {
		width:100%;
		font-size:10px;
		line-height:1.5;
	}
	section.footer-core-values ul li{
		display:block;
		margin-right:6px;
		margin-left:6px;
	}
	section.footer-core-values ul li::after {
    content:normal;
	} 
}


/*@media (min-width: 604px) and (max-width: 974px) { */
@media (min-width: 621px) and (max-width: 991px) {
	section.footer-core-values ul li.footer-core-pipe {
	display:inline-block;
	}
}
@media (max-width: 620px) {
	section.footer-core-values ul li.footer-core-pipe {
	display:none;
	}
}

@media (max-width: 480px) {
	section.footer-core-values ul {
		width:100%;
		font-size:10px;
		line-height:1.5;
	}
	section.footer-core-values ul li{
		display:block;
		margin-right:6px;
		margin-left:6px;
		
	}
	section.footer-core-values ul li::after {
    content:normal;
	} 
	section.footer-core-values ul li.footer-core-pipe {
		display:none;
	}
}

/*
section.footer-core-values {
	padding-top:16px;
	padding-bottom:16px;
	background-color:#e4e4e4;
}
section.footer-core-values div {
	color:#333;
	text-transform:uppercase;
	text-align:center;
	font-size:12px;
	line-height:1.5;
}
*/


section.local-footer{
	background-color:rgba(31,31,31,1.00);
	padding-top:1.25em;
	padding-bottom:0;
}
div.local-footer-info {
	padding-right:0;
}
div.local-footer-info p {
	text-align:right;
	padding:0 0 .5em 0;
	color:#B8B8B8;
}
.local-footer-control {
	padding-right:0;
	padding-left:0;
}
.local-footer-control p {
	text-align:center;
	padding:.5em .5em;
}
section.hci-footer-wrapper {
	background-color:rgba(31,31,31,1.00);
	min-height:550px;
}
section#hunt-footer {
}
a.logo1 img {
	margin-bottom:10px;
}
.list-box p.footer-overview {
	line-height:1.25;
}
.footer-dl {
	margin-bottom:0;
}
dd a.hunt-linkedIn-foot {
color:#ccc;
}
dd a.hunt-linkedIn-foot:hover {
	color:#428bca;
}
dd a.hunt-linkedIn-foot img {
	display:inline-block;
	margin:-3px 0 0 0;
	padding:0;
}
.copy p,.copy a {
color:rgba(137,137,137,1.00);
}
.copy a:hover {
	color:#ccc;
}

div.footer-list-intro p {
	line-height:1.25;
	padding-right:0;
	padding-left:0;
}
article.footer-list {
	margin-bottom:10px;
}
@media (max-width: 991px) {
div.local-footer-info p {
	text-align:center;
}
}
@media (max-width: 767px) {
div.local-footer-info p {
	text-align:center;
}
.copy p {
	text-align:center;
}
}
@media (max-width: 480px) {
#hunt-footer {
	min-height:900px;
}
div.local-footer-info p {
	text-align:center;
}
.copy p {
	text-align:center;
}
}
/* --  Footer LinkedIn and copyright ends --- */


/* --------------- ABOUT - Letter from the CEO ---------------------------  */
.hunt-letter {
	margin-top:20px;
}
.hunt-letter p, .hunt-letter ul {
	text-align:left;
	font-size:13px;
	line-height:1.5;
	color:#3e3e3e;
}
.hunt-letter p{
	text-align:left;
}
.hunt-letter p:first-of-type {
    margin-top: 0px;
}
.hunt-letter p span {
	font-size:18px;
	font-weight:bold;
}
.hunt-leadership h4 {
	color:#E4E4E4;
}
.hunt-letter-sig strong{
	font-size:20px;
}
.hunt-letter-list {
	list-style:square;
}
.hunt-letter-list li {
	color: #555;
    font-family: "Asap";
    font-size: 15px;
    padding: 0 2px;
}
/* -- ABOUT - Letter from the CEO ends --  */

/* -- ABOUT - Doing business with hunt ------------------------------- */
@media (max-width: 480px) {
	.product-sales-team {
	margin-bottom:20px;
}
}
/* -- ABOUT - Doing business with hunt ends -- */

/* --------------- ABOUT - Leadership page---------------------------  */
.hunt-bio-img {
	margin-bottom:20px;
	max-width:100%;
}
.leadership-box-affiliate {
	padding-top:2.5em;
	border-top: 1px solid #8d8d8d;
}
.president-letter a img{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.president-letter a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}



/*-----thumbs OVERRIDE-----*/
.thumb-pad0 .thumbnail .caption.hunt-leadership {
	padding: 0 20px 16px 20px;
}
.thumb-pad0 .thumbnail .caption p.hunt-top-leadership-name {
	margin-bottom: 22px;
	color: #ffffff;
	font: 16px/21px 'Arial';
}
.thumb-pad0 .thumbnail .caption p.hunt-top-leadership-title-comp {
	margin-bottom: 22px;
	color: #ccc;
	font: 13px/21px 'Arial';
}
.thumb-pad0 .thumbnail .caption p.hunt-top-leadership-title-comp strong {
	font-size:15px;
	font-weight:400;
}
.thumb-pad0 .thumbnail .caption p.hunt-leadership-name {
	margin-bottom: 22px;
	color: #ffffff;
	font: 13px/21px 'Arial';
}
.thumb-pad0 .thumbnail .caption p.hunt-leadership-title-comp {
	margin-bottom: 13px;
	color: #ccc;
	font: 10px/17px 'Arial';
}
.thumb-pad0 .thumbnail .caption p.hunt-leadership-title-comp strong {
	font-size:12px;
	font-weight:400;
	}
.thumb-pad0 .thumbnail .caption .title2 {
	font: 15px/16px 'Oswald';
	color: #333;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #8d8d8d;
	text-transform: uppercase;
	font-weight:400;

}
/*-----thumbs OVERRIDE ends -----*/

/* jw */
article.huntSideNav h2 {
	margin:0 0 0 0;
	padding:15px 0 15px 17px;
	background-color: #3e3e3e;
	border-bottom: solid 1px #f7f7f7;
	color:#f7f7f7;
}
dd {
	color:#ccc;	
}
.content-box p{
	padding: 0 20px 30px 0;
	font-family:"Asap";
	font-size:15px;
	color:#555;
	padding:0 2px 0 2px;
}
.pop-box p {
	color: #333;
	font-size:13px;
	font-style:italic;
	text-align:center;
	padding:0 2px 0 2px;
}
.pop-box h2 {
	color: #428bca;
	font-size:22px;
	text-align:center;
	margin-bottom:15px;
	padding:0;
}
.thumb-pad8 {
	margin: 0 0 30px 0;	
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	text-align: center;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0 8px 36px 8px;
	overflow: hidden;
	text-align: center;
}
.thumb-pad8 .thumbnail .caption .title2 {
	font: 17px/18px 'Oswald';
	color: #333;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #8d8d8d;
	text-transform: uppercase;
	font-weight:400;
}
.thumb-pad8 .thumbnail .caption p {
	margin: 0;
	color: #333;
	font: 12px/14px 'Arial';
}
.thumb-pad8 .thumbnail figure {
	padding: 0;
	margin: 0 0 20px 0;
}
.thumb-pad8 .thumbnail figure img {
	width: 100%;
}
.thumb-pad8 .thumbnail figure a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad8 .thumbnail figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad9 {
	margin: 0 0 30px 0;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	text-align: center;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0 1px 36px 1px;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .title2 {
	font: 15px/16px 'Oswald';
	color: #333;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #8d8d8d;
	text-transform: uppercase;
	font-weight:400;
}

.thumb-pad9 .thumbnail .caption p {
	margin: 0;
	color: #333;
	font: 11px/12px 'Arial';
	text-align:left;
}
.thumb-pad9 .thumbnail figure {
	padding: 0;
	margin: 0 0 15px 0;
}
.thumb-pad9 .thumbnail figure img {
	width: 100%;
}
.thumb-pad9 .thumbnail figure a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad9 .thumbnail figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.row.bio2 {
	padding-bottom:20px;
	margin-bottom:20px;
}
.bio2 article.bio-text2 {
	padding-right:40px;
	padding-left:40px;
}
.bio2 article.bio-text2 img {
	margin-bottom:26px;
	margin-left:0;
	padding-left:0;
	display:block;
}
.bio2 article h4{
	font: 24px/18px 'Oswald';
	color: #333;
	text-align:left;
	margin-bottom: 10px;
	padding: 0 0 0 0;
	text-transform: uppercase;
	font-weight:400;
}
.bio2 article h5{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight:bold;
	font-size:12px;
	line-height:1.25;
	text-align:left;
	text-transform:none;
	text-decoration:none;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
.row.bio2 article p{
	line-height:1.25;
	text-align:left;
	color:#333;
}
.bio2 article p.bio-company2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.5;
	font-style:italic;
	text-align:left;	
}
.bio2 article p.bio-border2{
	margin-bottom:16px;
	padding-bottom:16px;
	border-bottom: solid 1px #999;
}
.bio2 article p.bio-nav-header2 {
	font: 24px/18px 'Oswald';
	color: #333;
	text-align:left;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #8d8d8d;
	text-transform: uppercase;
	font-weight:400;
}
.bio-nav-title2 p{
	font-size:10px;
	line-height:1.5;
	font-weight:normal;
	margin:0;
}
.testimBox2 {
	padding: 44px 0 30px 0;
	background: #e4e4e4 url(../img/box_border.png) 0 top repeat-x;
}
.testimBox2 h2 {
	width: 100%;
	text-align: center;
}
.testimBox2 figure {
}
.testimBox2 p {
	margin-bottom: 0;
}
.testimBox2 article article {
	padding-bottom: 30px;
}
.testimBox2 a {
	color: #3e3e3e;
	font: 26px 'Oswald';
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimBox2 a:hover {
	color: #fd6b32;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.row-fluid-5 {
   width: 100%;
   *zoom: 1;
}
.row-fluid-5:before,
.row-fluid-5:after {
   display: table;
   line-height: 0;
   content: "";
}
.row-fluid-5:after {
   clear: both;
}
.row-fluid-5 [class*="span"] {
   display: block;
   float: left;
   width: 100%;
   min-height: 30px;
   margin-left: 1.875%;
   *margin-left: 1.875%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.row-fluid-5 .controls-row [class*="span"] + [class*="span"] {
   margin-left: 1.875%;
}
.row-fluid-5 [class*="span"]:first-child{
    margin-left: 0;
}
.row-fluid-5 .span2 {
   width: 18.5%;
   *width: 18.5%;
}
/* responsive ONLY */

 @media (max-width: 700px){ /* spans reduce to 100px then go full width */
.row-fluid-5 [class*="span"]{
    margin-left: 0;
    float: left;
    width: 100%;
    padding: 10px; 
}
 }
 
@media (min-width: 1200px) {
.thumb-pad9 {
	height: 250px;
}
}

@media (max-width: 991px) {
.pop-box{
	margin-top:50px;	
}
.pop-box img{
    display:none;	
}
}

@media (min-width: 768px) and (max-width: 991px) {
.thumb-pad8 {
	margin: 0 0 30px 0;	
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	text-align: center;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0 0 36px 0;
	overflow: hidden;
	text-align: center;
}
.thumb-pad8 .thumbnail .caption .title2 {
	font: 16px/17px 'Oswald';
	color: #333;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #8d8d8d;
	text-transform: uppercase;
	font-weight:400;
}
.thumb-pad8 .thumbnail .caption p {
	margin: 0;
	color: #333;
	font: 11px/12px 'Arial';
}
.thumb-pad8 .thumbnail figure {
	padding: 0;
	margin: 0 0 20px 0;
}
.thumb-pad8 .thumbnail figure img {
	width: 100%;
}
.thumb-pad8 .thumbnail figure a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad8 .thumbnail figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad9 {
	height: 230px;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0 1px 36px 1px;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .title2 {
	font: 13px/14px 'Oswald';
	color: #333;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #8d8d8d;
	text-transform: uppercase;
	font-weight:400;
}
.thumb-pad9 .thumbnail .caption p {
	margin: 0;
	color: #333;
	font: 12px/14px 'Arial';
	text-align:left;
}
.thumb-pad9 .thumbnail figure {
	padding: 0;
	margin: 0 0 20px 0;
}
.thumb-pad9 .thumbnail figure img {
	width: 100%;
}
.thumb-pad9 .thumbnail figure a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad9 .thumbnail figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.thumb-pad9 .thumbnail .caption .title2 {
	font: 13px/14px 'Oswald';
	color: #333;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #8d8d8d;
	text-transform: uppercase;
	font-weight:400;
}
.thumb-pad9 {
	height: 230px;	
}
.thumb-pad9 .thumbnail .caption p {	
	margin: 0;
	color: #333;
	font: 11px/12px 'Arial';
}
.caption.hunt-leadership i {
    font-size: 10px;
}	
}

@media (min-width: 481px) and (max-width: 1199px) {
.thumb-pad9 {	
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	text-align: center;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0 1px 36px 1px;
	text-align: center;
}
.thumb-pad9 .thumbnail .caption .title2 {
	font: 14px/15px 'Oswald';
	color: #333;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #8d8d8d;
	text-transform: uppercase;
	font-weight:400;
}
.thumb-pad9 .thumbnail .caption p {	
	margin: 0;
	color: #333;
	font: 11px/12px 'Arial';
}
.thumb-pad9 .thumbnail figure {
	padding: 0;
	margin: 0 0 15px 0;
}
.thumb-pad9 .thumbnail figure img {
	width: 100%;
}
.thumb-pad9 .thumbnail figure a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad9 .thumbnail figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
}

@media (min-width: 481px) and (max-width: 767px) {
.thumb-pad8 {
	margin: 0 0 30px 0;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	text-align: center;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0 0 36px 0;
	overflow: hidden;
	text-align: center;
}
.thumb-pad8 .thumbnail .caption .title2 {
	font: 16px/17px 'Oswald';
	color: #333;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #8d8d8d;
	text-transform: uppercase;
	font-weight:400;
}
.thumb-pad8 .thumbnail .caption p {
	margin: 0;
	color: #333;
	font: 11px/12px 'Arial';
}
.thumb-pad8 .thumbnail figure {
	padding: 0;
	margin: 0 0 20px 0;
}
.thumb-pad8 .thumbnail figure img {
	width: 100%;
}
.thumb-pad8 .thumbnail figure a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad8 .thumbnail figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad9 {
	height: 260px;	
}
.thumb-pad9 .thumbnail .caption .title2 {
	font: 12px/15px 'Oswald';
	color: #333;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #8d8d8d;
	text-transform: uppercase;
	font-weight:400;
}
.thumb-pad9 .thumbnail .caption p {
	margin: 0;
	color: #333;
	font: 9px/12px 'Arial';
}
}

@media (max-width: 480px) {
.thumb-pad8 {
	margin: 0 0 30px 0;
}
.leadership-box article {
 width: 100%;
 text-align:center; 
}
.leadership-box-affiliate article {
 width: 100%;
 text-align:center; 
}
.thumb-pad8 .thumbnail figure img {
	width: 50%;
}
.thumb-pad9 .thumbnail figure img {
	width: 50%;
}
.thumb-pad9 .thumbnail .caption p {
	margin: 0;
	color: #333;
	font: 12px/14px 'Arial';
	text-align:center;
}
}
/*-- jw ends --*/
a.hci-leadership  {
	font-size:13px;
	font-weight:normal;
	color:#428bca;
}
a:hover.hci-leadership  {
	color: #2a6496;
}

/* --------------- ABOUT - Leadership bio pages---------------------------  */
.leadership-back-link {
	margin-top:30px;
}
/* -- ABOUT - Leadership bio pages ends --  */




/* --------------- ABOUT - Hunt History ------------ */
div.thumbnail.hunt-history p {
    font-size: 13px;
}
div.thumbnail.hunt-history img.panel-img {
		margin-bottom:40px;
		width:100%;
}
div.thumbnail.hunt-history .panel-txt p, 
div.thumbnail.hunt-history .panel-txt h3, 
div.thumbnail.hunt-history .panel-txt h4 {
padding-left:0px;
}
div.thumbnail.hunt-history figure img {
	padding-bottom:40px;
}
.hunt-text-normal {
	text-transform:none;
}
.hunt-hist-line-height {
	line-height:1.25;
}
}

@media (max-width: 991px) {
	div.thumbnail.hunt-history .panel-txt p, 
div.thumbnail.hunt-history .panel-txt h3, 
div.thumbnail.hunt-history .panel-txt h4 {
padding-left:5px;
}
}

@media (max-width: 750px) {
div.thumbnail.hunt-history img.panel-img {
	margin-bottom:20px;
}
div.thumbnail.hunt-history .panel-txt p, 
div.thumbnail.hunt-history .panel-txt h3, 
div.thumbnail.hunt-history .panel-txt h4 {
padding-left:0px;
}
div.thumbnail.hunt-history figure img {
	padding-bottom:10px;
}
}

@media (max-width: 480px) {
div.thumbnail.hunt-history img.panel-img {
	margin-bottom:10px;
}
div.thumbnail.hunt-history .panel-txt p, 
div.thumbnail.hunt-history .panel-txt h3, 
div.thumbnail.hunt-history .panel-txt h4 {
padding-left:0px;
}
.div.thumbnail.hunt-history figure img {
	padding-bottom:0;
}
}
	
/*--am--*/
.panel-title{
font-size:16px;	
}
.panel-title {
	color:#979797;
}
/*--am ends--*/
/* ---- ABOUT - Hunt History ends ------- */



/* --------------- ABOUT - Doing business with Hunt ------------ */
.areas-of-interest{
	list-style:square;
	padding-left:20px;
	font-family: "Asap";
}

.thumb-pad10 {
	margin: 0 0 30px 0;
}
.thumb-pad10 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	text-align: center;
	background: none;
}
.thumb-pad10 .thumbnail .caption {
	padding: 0 1px 36px 1px;
	overflow: hidden;
}
.thumb-pad10 .thumbnail .caption .title2 {
	font: 15px/16px 'Oswald';
	color: #333;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	font-weight:400;
}
.thumb-pad10 .thumbnail .caption .title2 a{
	font: 15px/16px 'Oswald';
	color:#333;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	font-weight:400;
}
.thumb-pad10 .thumbnail .caption p {
	margin: 0;
	color: #333;
	font: 11px/12px 'Arial';
	text-align:left;
}
.thumb-pad10 .thumbnail figure {
	padding: 0;
	margin: 0 0 15px 0;
}
.thumb-pad10 .thumbnail figure img {
	width: 100%;
}
.thumb-pad10 .thumbnail figure a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad10 .thumbnail figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
@media (min-width: 1200px) {
.thumb-pad10 {
	height: 250px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.thumb-pad10 {
	height: 230px;
}
.thumb-pad10 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: none;
}
.thumb-pad10 .thumbnail .caption {
	padding: 0 1px 36px 1px;
	overflow: hidden;
}
.thumb-pad10 .thumbnail .caption .title2 {
	font: 13px/14px 'Oswald';
	color: #333;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	font-weight:400;
}
.thumb-pad10 .thumbnail .caption p {
	margin: 0;
	color: #333;
	font: 12px/14px 'Arial';
	text-align:left;
}
.thumb-pad10 .thumbnail figure {
	padding: 0;
	margin: 0 0 20px 0;
}
.thumb-pad10 .thumbnail figure img {
	width: 100%;
}
.thumb-pad10 .thumbnail figure a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad10 .thumbnail figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.thumb-pad10 .thumbnail .caption .title2 {
	font: 13px/14px 'Oswald';
	color: #333;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	font-weight:400;
}
.thumb-pad10 {
	height: 230px;	
}
.thumb-pad10 .thumbnail .caption p {	
	margin: 0;
	color: #333;
	font: 11px/12px 'Arial';
}
}
@media (min-width: 481px) and (max-width: 1199px) {
.thumb-pad10 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	text-align: center;
	background: none;
}
.thumb-pad10 .thumbnail .caption {
	padding: 0 1px 36px 1px;
	text-align: center;
}
.thumb-pad10 .thumbnail .caption .title2 {
	font: 14px/15px 'Oswald';
	color: #333;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	font-weight:400;
}
.thumb-pad10 .thumbnail .caption p {	
	margin: 0;
	color: #333;
	font: 11px/12px 'Arial';
}
.thumb-pad10 .thumbnail figure {
	padding: 0;
	margin: 0 0 15px 0;
}
.thumb-pad10 .thumbnail figure img {
	width: 100%;
}
.thumb-pad10 .thumbnail figure a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad10 .thumbnail figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
}

@media (min-width: 481px) and (max-width: 767px) {
.thumb-pad10 {
	height: 260px;	
}
.thumb-pad10 .thumbnail .caption .title2 {
	font: 12px/15px 'Oswald';
	color: #333;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	font-weight:400;
}
.thumb-pad10 .thumbnail .caption p {
	margin: 0;
	color: #333;
	font: 9px/12px 'Arial';
}
}

@media (max-width: 480px) {
.thumb-pad10 .thumbnail figure img {
	width: 50%;
}
.thumb-pad10 .thumbnail .caption p {
	margin: 0;
	color: #333;
	font: 12px/14px 'Arial';
	text-align:center;
}
.thumb-pad10 {
    margin: 0 0 30px;
}
}
/* ---- ABOUT - Doing business with Hunt ends ------- */


/* --------------- ABOUT - Financial Summary ------------ */
.finacial-info-header{
	font-size:14px;
	font-weight:bold;
	margin-bottom:.75em;
}
/* ---- ABOUT - Financial Summary ends ------- */


/* --------------- Operations page---------------------------  */
#container {
	min-height:800px;
}
.item {
	min-height:750px;
}
.item.oil {
	min-height:750px;
}

@media (max-width: 768px) {
.item{
	min-height:650px;
}
.item.oil {
	min-height:950px;
}
}

@media (max-width: 480px) {
#container {
	min-height:2400px;
}
.item{
	min-height:900px;
}
.item.oil {
	min-height:950px;
}
}

.operationsActive {
	color:#FF5F00;
}
ul.ops li a.operationsActive {
	color:#FF5F00;
}
.operationsBtn {
	padding-bottom:20px;
}
.thumb-pad7 .thumbnail .caption.caption-margin {
    padding-bottom: 15px;
}
.thumb-pad7 .thumbnail .caption p.caption-p {
    margin-bottom: 0;
	text-align:left;
}

.logistics-height .thumbnail .caption{
	min-height:250px;
	min-height:275px;
}
.logistics-height2 .thumbnail .caption{
	min-height:250px;
	
}

@media (min-width: 974px) and (max-width: 1200px) {
.logistics-height .thumbnail .caption{
	min-height:250px;
	min-height:375px;
}
}

@media (max-width: 991px) {
.oil-height .thumbnail .caption {
	min-height:225px;
}
}

@media (max-width: 768px) {
.oil-height .thumbnail .caption {
	min-height:220px;
}
}

@media (max-width: 480px) {
.lng-height div.thumbnail div.caption {
	min-height:225px;
}
}
/* -- Operations page ends --  */



/* -- Operations International page  ------------------------------------------------  */

.international h2{
	text-align:left;
	font-size:1.75em;
}
.international ul {
	padding-left:0;
	list-style:none;
	font-size:1em;
}
.international ul li {
	margin-bottom:.5em;
}
.former-wide-list {
	padding-right:0;
	padding-left:0;
}
.former-ops {
	
	border-right:dotted 1px #AFAFAF;
}
.current-ops-desc {
	padding-top:52px;
}

@media (max-width: 991px) {
.former-ops {
	border-left:none;
}
.former-wide-list {
	/* removes override for smaller windows */
	padding-right:15px;
	padding-left:15px;
}
}

@media (max-width: 768px) {
	.former-ops {
	margin-bottom:40px;
}
}
/* -- Operations International page ends --  */



/* ---------------- Careers pages ------------------------------ */

#sideNavWrapper{
	
	background-color: #fff;
}

#sideNavSearch{
	
	background-color: #59aeed;
	border-bottom: solid 10px #FFF;
}

#containerCareer{
	
}



.perks-list {
	padding: 0;
	list-style: none;
}
.perks-list li {
	font-family:"Asap";
	line-height: 1.428571429;
	overflow: hidden;
}
.perks-list li span {
	font-size: 15px;
	color: #428bca;
	float: left;
	margin-right: 14px;
}
.perks-list li a {
	color: #242424;
	font: 18px 'Oswald';
	line-height: 21px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.perks-list li a:hover {
	color:#0066C5;
}
.perks-list li p {
	margin-top: 0;
}


.aside-title{
	font: 400 18px 'Oswald';
	text-align: center;
	
}

.perks-listSlider {
	padding: 0;
	list-style: none;
}
.perks-listSlider li {
	font-family:"Asap";
	line-height: 3.3;
	/*overflow: hidden;*/
	position: relative;
}
.perks-listSlider li span:before {
	font-size: 15px;
	color: #428bca;
	float: left;
	margin-right: 14px;
}
.perks-listSlider li a {
	color: #242424;
	font: 14px 'Asap';
	line-height: 15px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	position:absolute; 
}
/*.perks-listSlider li a:hover {
	color:#0066C5;
}*/
.perks-listSlider li p {
	margin-top: 0;
}

@media (max-width:480px){
.perks-listSlider {
	padding: 0;
	list-style: none;
}
.perks-listSlider li {
	font-family:"Asap";
	line-height: 1.428571429;
	overflow: hidden;
}
.perks-listSlider li span {
	font-size: 15px;
	color: #428bca;
	float: left;
	margin-right: 14px;
}
.perks-listSlider li a {
	
	font: 14px 'ASAP';
	line-height: 21px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
/*.perks-list li a:hover {
	color:#0066C5;
}*/
.perks-listSlider li p {
	margin-top: 0;
}
	
.img-responsiveVid {
  /*display: block;*/
  max-width: 100%;
  height: auto;
}	
	
	figure{
		margin:0;
	}	


	
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}	
	
.glyphiconSlider {
  position: relative;
  top: -13px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}	
	

.pop-box{
	margin-top:50px;
	margin-left: 0;
	margin-bottom: 30px;
}
.pop-box img{
    display:none;	
}	
	
	
	
	
	
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphiconSlider {
  position: relative;
  top: -13px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.fraud-alert {
	
}
.fraud-alert h6 {
	font-size:12px;
	font-weight:bold;
	line-height:1;
	margin-bottom:16px;
}
.fraud-alert p {
	font-size:12px;
	margin-bottom:16px;
}

.btn-default.btn4{
	box-shadow:none;
	position:relative;
	text-decoration:none!important;
	padding:5px 13px;
	border-radius:0;
	font:15px 'Oswald';
	text-shadow:1px 1px 0 rgba(0,0,0,0.1);
	margin:0;
	text-transform:uppercase;
	color:#FFF;
	background:#59aeed;
	border: 2px solid #FFF;
	display:inline-block;
	-webkit-transition:all .25s ease;

	transition:all .25s ease}

.btn-default.btn4:hover{
	color:#fff;
	background:#31708f;
	text-decoration:none!important;
	-webkit-transition:all .25s ease;
	transition:all .25s ease
}

.btn-default.btn5{
	box-shadow:none;
	position:relative;
	text-decoration:none!important;
	padding:5px 13px;
	border-radius:0;
	font:17px 'Oswald';
	text-shadow:1px 1px 0 rgba(0,0,0,0.1);
	margin:0;
	text-transform:uppercase;
	color:#FFF;
	background:#59aeed;
	display:inline-block;
	-webkit-transition:all .25s ease;
	transition:all .25s ease
}

.btn-default.btn5:hover{
	color:#fff;
	background:#31708f;
	text-decoration:none!important;
	-webkit-transition:all .25s ease;
	transition:all .25s ease
}


.btn-default.btnJobSearch{
	box-shadow:none;
	position:relative;
	text-decoration:none!important;
	text-align: center;
	padding: 5px;
	/*border-radius:0;*/
	width: 100%;
	border-radius: 0;
	font:23px 'ASAP';
	text-shadow:1px 1px 0 rgba(0,0,0,0.1);
	/*margin:0;*/
	text-transform:uppercase;
	color:#FFF;
	background:#84abda;
	display:inline-block;
	-webkit-transition:all .25s ease;
	transition:all .25s ease
}

.btn-default.btnJobSearch:hover{
	color:#5b5b5b;
	background:#5eadfe;
	text-decoration:none!important;
	-webkit-transition:all .25s ease;
	transition:all .25s ease
}


.btn-default.btnLinkedin{
	box-shadow:none;
	position:relative;
	text-decoration:none!important;
	text-align: center;
	padding: 5px;
	/*border-radius:0;*/
	width: 100%;
	border-radius: 0;
	font:200 18px 'Oswald';
	text-shadow:1px 1px 0 rgba(0,0,0,0.1);
	/*margin:0;*/
	text-transform:uppercase;
	color:#59aeed;
	/*background:#84abda;*/
	display:inline-block;
	-webkit-transition:all .25s ease;
	transition:all .25s ease
}

.btn-default.btnLinkedin:hover{
	color:#FFF;
	background:#59aeed;
	text-decoration:none!important;
	-webkit-transition:all .25s ease;
	transition:all .25s ease
}




.searchJobBtn{
	
	text-align: center;
}

.CareersPad{
	width:100%;
	
}

.CareerSpacer{
	padding: 20px 0;
}

.titleCareer{
	color: #5eadfe;
	font: 400 22px 'Oswald';
	text-align: center;
}



.caption-Career{
	font: 400 15px 'ASAP';
	
}


.JobSearchTitle{
	font: 200 20px 'Oswald';
	margin: 5px 0;
	color: #FFF;
	text-transform: uppercase;
	
}


@media (min-width:768px){
.titleCareer{
	color: #5eadfe;
	font: 400 18px 'Oswald';
	text-align: center;
}
	
.caption-Career{
	font: 400 13px 'ASAP';
	
}
	
	
.img-responsiveVid {
  /*display: block;*/
  max-width: 100%;
  height: auto;
}	

.thumbnailCareer{
	display: block;
    padding: 4px;
    margin-bottom: 18px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}	
	
	
	
}


@media (min-width:1024px){
	
.content-box p{
	padding: 0 20px 30px 0;
	font-family:"Asap";
	font-size:15px;
	color:#555;
	padding:0 2px 0 2px;
}
	
.titleCareer{
	color: #5eadfe;
	font: 400 18px 'Oswald';
	text-align: center;
}
	
.caption-Career{
	font: 400 13px 'ASAP';
	
}

}/*-------END 992px--------------*/
	
	
	
.jobListCareer{
	
 font: 400 15px 'Oswald';
 text-align: left;
 list-style-type: none;
	
}

.titleFraud{
	color: #3B3B3B;
	font: 400 18px 'Oswald';
	text-transform: uppercase;
	/*text-align: center;*/
	padding: 7px 0 0 4em;
	/*float: right;*/
	margin-bottom: 3px;
}

.titleLinkedin{
	color: #84abda;
	font: 400 18px 'Oswald';
	/*text-align: center;*/
	/*padding: 7px 0 0 3em;
	/*float: right;*/
	margin-bottom: 3px;

}

.titleLinkedin:hover{
	color:#fff;
	/*background:#5eadfe;*/
	text-decoration:none!important;
	-webkit-transition:all .25s ease;
	transition:all .25s ease;
}


.diversityTitle{
	color:#3b3b3b;
	font: 400 16px 'Oswald';
	text-transform: uppercase;
	
}

.sideAlert{
padding: 15px 10px 0 20px;
	
}

.fraudColumn{
float: left;
	width: 5%;
	padding: 3px 0 3px 30px;
	
}

.fraudRow{
clear: both;
display: table;	
	
}

.fraudTitle{
	
	float:left;
	width: 33%;
	padding: 3px;
}

.sideLinkedin{
padding-left: 20px;
	
}

.linkedin_aside{
	
	padding: 40px 0 20px 10px;
	text-align: center;
}

.linkedColumn{
float: left;
	width: 5%;
	/*padding: 3px;*/
	
}

.linkedRow{
clear: both;
display: table;	
	
}


.JobsBtn{
	
 font: 400 18px 'Oswald';
 text-align: center;
	padding: 10px 0;
 
	
}

.slider_caption{
	font: 400 15px 'ASAP';
	padding: 0 50px 0 0;
	
}

.CoverageColumn{
	float: left;
	width: 50%;
	padding: 10px;
	/*height: 300px;*/
	
}


.Coveragerow:after{
	display: table;
	clear: both;		
}

.footer-breakCareer{
	padding: 50px 0 50px 0;
	background: #FFF;
	
}

.thumb-pad0Career{
	    margin: 0 0 10px 0;
    overflow: hidden;
    
	
}

.thumbnailCareer{
	display: block;
    padding: 4px;
    margin-bottom: 18px;
    line-height: 1.428571429;
    

    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.thumb-pad0Career .thumbnailCareer{position:relative;margin:0;border-radius:0;box-shadow:none;border:none;padding:0;text-align:center;background:none}
/*.thumb-pad0Career .thumbnailCareer .caption{padding:0 40px 36px 40px;overflow:hidden;text-align:center}
.thumb-pad0Career .thumbnailCareer .caption .title{font:24px/25px 'Oswald';color:#fff;text-align:center;margin-bottom:17px;padding:0 0 13px 0;border-bottom:1px solid #8d8d8d;text-transform:uppercase;font-weight:300}
.thumb-pad0Career .thumbnailCareer .caption .title{font:24px/25px 'Oswald';color:#fff;margin-bottom:17px;padding:0 0 13px 0;border-bottom:1px solid #8d8d8d;text-transform:uppercase;font-weight:300}
.thumb-pad0Career .thumbnailCareer .caption p{margin-bottom:22px;color:#fff;font:13px/21px 'Arial';text-align:left}*/
.thumb-pad0Career .thumbnailCareer figure{padding:0;margin:0 0 20px 0}
/*.thumb-pad0Career .thumbnailCareer figure img{width:100%}*/
.thumb-pad0Career .thumbnailCareer figure a{display:block;-webkit-transition:all .3s;transition:all .3s}
.thumb-pad0Career .thumbnailCareer figure a:hover{
	opacity:.5;
	filter:alpha(opacity=70);

}

.thumb-pad0Benefit{
	    margin: 0 0 10px 0;
    overflow: hidden;
	background: #84abda;
    
	
}

.thumbnailBenefit{
	display: block;
    /*padding: 4px;*/
    margin-bottom: 18px;
    line-height: 1.428571429;
    

    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.thumb-pad0Benefit .thumbnailBenefit{position:relative;/*margin:0;*/border-radius:0;box-shadow:none;border:none;padding:0;text-align:center;background:none}
/*.thumb-pad0Benefit .thumbnailBenefit .caption{padding:0 40px 36px 40px;overflow:hidden;text-align:center}*/
.thumb-pad0Benefit .thumbnailBenefit .caption .title{font:18px/20px 'Oswald';color:#fff;text-align:center;margin-bottom:17px;padding:0 0 13px 0;text-transform:uppercase;font-weight:400}

.thumb-pad0Benefit .thumbnailBenefit .caption p{margin-bottom:22px;color:#fff;font:13px/21px 'Arial';text-align:left}
.thumb-pad0Benefit .thumbnailBenefit figure{padding:0;/*margin:0 0 20px 0*/}
.thumb-pad0Benefit .thumbnailBenefit figure img{width:100%}
.thumb-pad0Benefit .thumbnailBenefit figure a{display:block;-webkit-transition:all .3s;transition:all .3s}
.thumb-pad0Benefit .thumbnailBenefit figure a:hover{
	opacity:.5;
	filter:alpha(opacity=70);

}
/*.thumb-pad0Benefit .thumbnailBenefit .caption.caption-margin {
    padding-bottom: 15px;
}*/


.img-responsiveVid {
  /*display: block;*/
  max-width: 100%;
  height: auto;
}





/* ----------------------------- Careers pages ends ------------------------------------------- */


/* --- SOCIAL ENVIRONMENTAL page --------------------------------- */
img.safety-chart{
	margin-bottom:0px;
	max-width:100%
}
td.msds, th.msds {
	text-align:center;
}
.table-striped > tbody > tr:nth-child(2n+1) > th.msds-header {
	/* overrides */
	color:#FFF;
	background-color:#3e3e3e;
	text-transform:uppercase;
}
.hunt-msds-icon-wrapper { 
    width:93px;
    height:79px;
}
a.hunt-msds-icon {
	display:block;
	width:100%;
	height:100%;
	background: url(../img/social/ehs-page-icon-circle.png) no-repeat;
}
a:hover.hunt-msds-icon {
	width:83px;
	height:79px;
	background: url(../img/social/ehs-page-icon-circle-hover.png) no-repeat;
}

a.hunt-msds-icon {
	display:block;
	width:100%;
	height:100%;
	background: url(../img/social/ehs-page-icon-circle.png) no-repeat;
}
a:hover.hunt-msds-icon {
	width:83px;
	height:79px;
	background: url(../img/social/ehs-page-icon-circle-hover.png) no-repeat;
}
a div.hunt-msds-icon-bg {
	display:block;
	width:83px;
	height:79px;
	background: url(../img/social/ehs-page-icon-circle.png)  0 top no-repeat;
}
a.hunt-msds-icon2 {
	display:block;
	min-height:79px;
	padding-top:1em;
	padding-left:93px;
	margin-top:14px;
	background: url(../img/social/ehs-page-icon-circle.png)  0 top no-repeat;
	font-size:1.25em;
	line-height:1.25;
}
a:hover.hunt-msds-icon2 {
	background: url(../img/social/ehs-page-icon-circle-hover.png)  0 top no-repeat;
}
	
/* -- SOCIAL ENVIRONMENTAL page ends -- */


/* --- SOCIAL RESPONSIBILITY - Awards --------------------------- */
article.hunt-awards h4 {
	font-size:20px;
	line-height:22px;
}
article.hunt-awards ul {
	list-style:square;
	margin-bottom:20px;
}
article.hunt-awards ul ul {
	list-style:square;
	margin-bottom:16px;
}
/* -- SOCIAL RESPONSIBILITY - Awards ends -- */

/* -----------  CONTACT page ------------------------------------------------- */
.contact-address .row {
	/* overides bootstrap row -15px left margin */
	margin-left:0;
}
.row.contact-email {
}
.row.contact-email {

}
.contact-email-list, .contact-email-list2 {
	list-style:none;
	margin-top:0px;
	margin-bottom:0;
	margin-left:0;
	padding-left:0;
}
@media (max-width: 480px) {
.contact-email-list li, .contact-email-list2 li {
	font-size:1.25em;
	padding-bottom:.5em;
}
}

/* --  CONTACT page ends -- */

/* -----------  Media Inquiries page -------------------------------- */
.pop-box p.hunt-media-disclaimer{
	text-align:left;
	font-size:12px;
	line-height:1.25;
}
/* --  Media Inquiries page ends -- */

/* -----------  News Releases page -------------------------------- */
.hunt-news h2 {
	
}
.hunt-news dt {
	margin-top:0;
	margin-bottom:5px;
	padding-top:16px;
	border-top:solid 1px #FFF;
}
.hunt-news dt:first-of-type {
	border-top:none;
}
.hunt-news dd {
	color:#666;
	margin-bottom:0;
	margin-left:18px;
	padding-bottom:16px;
	border-bottom:solid 1px #CBCBCB;
}
/* --  News Releases page ends -- */

/* -----------  404 error page -------------------------------- */

.errorBox1 h2, .errorBox1 h4 {
		font-family:"Asap";
}

/* --  404 error page ends -- */
/* -----------  Site Map page -------------------------------- */

.hunt-sitemap-header{
		border-bottom:solid 1px #3e3e3e;
margin-bottom:0;
}
.hunt-sitemap-header > h2 {
	line-height:1.75em;
	margin-bottom:0;
}
article.hunt-sitemap, article.hunt-sitemap2 {
	padding-top:20px;
}
article.hunt-sitemap {
	border-right:solid 1px #ccc;
}
.hunt-sitemap ul, .hunt-sitemap2 ul {
	list-style:none;
	font-family:"Asap";
	font-size:1em;
	font-size:18px;
	margin-bottom:2em;
	padding-left:2em;
}
ul.sitemap-no-header{
	padding-left:0;
}
.hunt-sitemap li, .hunt-sitemap2 li {
	margin-bottom:.5em;
}
.hunt-sitemap ul li li, .hunt-sitemap2 ul li li  {
	font-size:1em;
	font-size:18px;
	color:#838383;
}
.hunt-sitemap ul li li:first-of-type, .hunt-sitemap2 ul li li:first-of-type  {
	margin-top:.5em;
}
.hunt-sitemap ul > li > ul > li a, .hunt-sitemap2 ul > li > ul > li a {
	font-size:1em;
	font-size:18px;
}
.hunt-sitemap h6 a, .hunt-sitemap li a, .hunt-sitemap2 li a {
	color:#555454;
}
.hunt-sitemap h6 a span, .hunt-sitemap li a span, .hunt-sitemap2 li a span {
	color:#ccc;"
}
.hunt-sitemap h6 a:hover, .hunt-sitemap h6 a:hover span,
.hunt-sitemap2 h6 a:hover, .hunt-sitemap2 h6 a:hover span, 
.hunt-sitemap li a:hover, .hunt-sitemap li a:hover span,
.hunt-sitemap2 li a:hover, .hunt-sitemap2 li a:hover span {
	color:#428bca;
}
.hunt-sitemap h6, .hunt-sitemap2 h6{
	font-family:"Asap";
	font-size:1.25em;
	font-size:20px;
	font-weight:bold;
}
@media (max-width: 991px) {
	article.hunt-sitemap {
	border-right:none;
}
}
@media (max-width: 768px) {
	article.hunt-sitemap {
	border-right:none;
}
}
@media (max-width: 480px) {
article.hunt-sitemap {
	border-right:none;
}
.hunt-sitemap ul, .hunt-sitemap2 ul {
	font-size:14px;
	padding-left:1em;
	margin-bottom:1em;
}
.hunt-sitemap li, .hunt-sitemap2 li {
	margin-bottom:1.5em;
}
.hunt-sitemap h6 a, .hunt-sitemap li a, .hunt-sitemap2 li a {
	padding-top:.5em;
	padding-bottom:.5em;
	
}
.hunt-sitemap ul li li, .hunt-sitemap2 ul li li  {
	font-size:14px;
}
.hunt-sitemap ul li li:first-of-type, .hunt-sitemap2 ul li li:first-of-type  {
	margin-top:1.5em;
}
.hunt-sitemap ul > li > ul > li a, .hunt-sitemap2 ul > li > ul > li a {
	font-size:14px;
}
.hunt-sitemap h6, .hunt-sitemap2 h6{	
	font-size:16px;
	font-weight:bold;
	margin-bottom:1.25em;
}
}
/* --  Site Map page ends -- */

@media print {
  a[href]:after {
    content: " ";
  }
}