/*======================================================
	Screen Style Sheet
	Newpark Resources, Inc.
------------------------------------------------------
	Author(s): Melody Tran + Rachel Mayo + Moez Ali
	Created: July 21 2015
======================================================*/


/* General Classes */
.hidden,.hidetext,.special{display:none !important;}
.clear{clear:both;}
.nolink a{color: #888;pointer-events: none !important;}
.input-wrap {position: relative;}
.warning,label.error,span.error{color:#a00;font-size:10px;text-align:left;display:block;}
.unstyled,
.unstyled ul,
.unstyled li,
.junct {
    list-style:none;
	margin:0;
	padding:0;
}

.left {float: left;}
.right {float: right;}
.center {text-align: center;margin:0 auto;}
p.center {margin:15px auto;}
img.left,
iframe.left {
	margin:2px 20px 20px 0;
	display: block;
}
img.right,
iframe.right {
	margin:2px 0 20px 20px;
	display: block;
}
.center img {display: inline-block;}
.image-single img{
        border-radius: 5px;
}
.image-single p.img-caption-out{
    font-size: 13px;
    line-height: 17px;
    text-align: right;
    font-style: italic;
    font-weight: normal;
    padding-right: 0;
    padding-left: 0;
}
iframe {border:none;}
iframe,img {max-width: 100%;}

.sep {
	margin:0 3px !important;
	opacity:0.5;
	filter:alpha(opacity=50);
}
hr {
    border-top: 1px solid #eaeaea;	
}
.junct li {
	list-style: none;
	background:url("/images/t-junct.gif") left top no-repeat;
	margin-left:10px !important;
	padding-left: 20px;
}
.junct li:before{
    display: none !important;
}
.junct li:last-child {
	background:url("/images/l-junct.gif") left top no-repeat;
}
a,
a i,
li,
input[type='submit'],
#search-onclick-btn,
#product-select,
#challenges-buckets .text,
#challenges-buckets .title,
#challenges-buckets .point,
#challenges-buckets .point:before,
.bkt-img-wrap:before,
.bkt-more {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/****** General Layout ******/
body{
	color: #505050;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.025em;
}
body.noscroll {
	overflow: hidden;
}

.constraint{
	width:100%;
	max-width: 1199px;
	margin: 0 auto;
	clear:both;
}
h1,h2,h3,h4 {
	line-height: 1.2;
}
h1 {
	color:#505050;
	text-transform:uppercase;
	margin:0 0 25px;
}

h1.small {
	font-size: 52px  !important;
}

h2{
	color: #008752;
	font-family: AgendaSemibold;
	font-weight: 600;
    font-size: 32px;
    line-height: 40px;
	margin:20px 0 15px;
	text-transform: capitalize;
}
h3{
	color:#000000;
	font-family:AgendaRegular;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
	margin:20px 0 15px;
	letter-spacing: 0.35px;
	text-transform: capitalize;
}
h3:first-child{
    margin-top: 0;
}
h4{
    color: #008752;
	font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.35px;
	margin:25px 0 10px;
	font-family:AgendaSemiBold;
}
.heading.gray{
    color: #505050;
}
.heading.green{
    color: #008752;
}
.heading.brightgreen{
    color: #008752;
}
.heading.tan{
    color: #505050;
}
.heading.white{
    color: #ffffff;
}
.heading.has-accent:after{
    content:'';
    width: 40px;
    height: 2px;
    background-color: #008752;
    display: block;
    margin-top: 4px;
}
.heading:first-child{
    margin-top:0;
}
.heading:last-child{
    margin-bottom: 0;
}
.richtext + .icon-heading{
    margin-top: 30px;
}
.icon-heading{
    display: flex;
    align-items:center;
    margin-bottom: 30px;
}
.icon-heading .image{
    width: 30px;
    height: 30px;
    margin-right: 15px;
    display: flex;
}
.icon-heading img{
    margin: auto;
    display: block;
}
.icon-heading h3{
    margin: 0;
    padding-top: 3px;
}
p{
	color:#707070;
	font-size: 14px;
    line-height: 22px;
}
p:last-child{
    margin-bottom: 0;
}
.tpl-23 h1,
.tpl-25 h1,
#page-index #main-content h1 {
	font-weight: normal;
	border-bottom: none;
	/*margin:0;*/
	padding: 0;
}
#page-index #main-content h1{

	font-family: AgendaSemibold;
	font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.35px;
	margin:0 0 15px;
	display: block;
}

#home-banner h2 {
 	color:#fff;
	font-family:AgendaSemibold;
	font-size:52px;
	text-transform: uppercase;
	text-shadow: 0 0 12px rgba(0,0,0,0.2), 1px 1px 0 rgba(0,0,0,0.2);
	line-height: 0.9;
	margin-top:-40px;
	/*margin:-20px;*/
}

.h1,
#landing-banner h1,
#inter-banner h1,
.tpl-23 h1,
.tpl-25 h1 {
	color:#fff;
	font-family:AgendaSemibold;
	font-size:52px;
	text-transform: uppercase;
	text-shadow: 0 0 12px rgba(0,0,0,0.2), 1px 1px 0 rgba(0,0,0,0.2);
	line-height: 0.9;
}

.caption h1 {
    top: 20px;
}


#main-content>h2:first-child,
#main-content>h3:first-child,
#main-content>.block:first-child > .column > h2:first-child,
#main-content>.block:first-child > .column >h3:first-child {
	margin-top: 0;
}
.blogImg + h3 {
	margin-top: 0 !important;
}
#page-index #main-content h4 {
	color:#008752;
}
#page-index #main-content p{
	margin-bottom:20px;
}
#page-index #main-content p:last-child{
    margin-bottom: 0;
}
p strong,
li strong {
	color:#666;
}
#main-content ul{
    padding-left: 0;
}
#main-content ul li{
	font-size: 14px;
	line-height: 1.6;
	margin:0 0 5px;
	position: relative;
	list-style-type: none;
	padding-left: 15px;
}
#main-content ul li:before{
    content:'';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #008752;
    display: block;
    position: absolute;
    left:0;
    top: 8px;
}

a{
	color: #008752;
}
a:hover{
	color: #006233;
	/*text-decoration: none;*/
}

i.bold:before {
	font-weight: bold;
}

#content-wrap > .constraint:first-child {
	padding-top:50px;
}

.tpl-12 #content,
.tpl-14 #content,
.tpl-15 #content,
.tpl-17 #content,
.tpl-18 #content,
.tpl-23 #content{
	width:76%;
	float:left;
}
.tpl-13 #content,
.tpl-26 #content{
	width:55%;
	float:left;
}

#main-content{
    padding-bottom: 25px;
}

#content-wrap > .constraint{
    padding-top: 25px;
    padding-bottom: 25px;
}

#horizontal-nav + .constraint #main-content > .block-1:first-child{
    padding-top: 0;
}

#horizontal-nav[style*="display: none"] + .constraint #main-content > .block-1:first-child{
    padding-top: 50px;
}

#horizontal-nav + .constraint aside{
    padding-top: 25px;
}

#inter-banner + #content {
	padding-top:30px;
}
#page-index #main-content {
	padding-bottom: 0;
}
#main-content .imageCaption {
	font-size: 14px;
	line-height: 1.2;
	padding:5px 15px;
}
#main-content .imageCaption img {
	margin:0 0 10px;
	display: block;
}
.id-235 #main-content .imageCaption img {
	width: auto;
	height:auto;
}

.id-202 p iframe {
	margin-right:20px;
	float: left;
}
#testimonial-middle {
    color: #cfccb6;
    font-family: AgendaSemibold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: absolute;
    padding: 0 15px;
    margin: -40px 0 0 -146px;
    left: 40%;
    margin-bottom: 50px;
    background: white;
}
.testimonialslider{
    padding-bottom: 30px;
}
.testimonialslider p {
    text-align: center;
    padding: 0 50px;
    text-align: justify;
}
.testimonialslider .slick-slider,
.testimonialslider .slick-list{
    height: 100%;
    margin-bottom: 0;
}
.testimonialslider .slide {
    float: left;
    padding-top: 50px;
    height: 100%;
}
.testimonialslider {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-style: dotted;
    border-color: #ccc;
    background: #e5e5e5;
}

.testimonialslider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0 0 15px 0;
    list-style-type: none;
    position: relative;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0
}
/****** Content Blocks Custom Styles ******/
.gray-bg{
    background-color: #eeeeee;
}
.gray-bg:before{
    display: block;
    background-color: #F5F5F5;
}
.white-bg{
    background-color: #fff;
}
.white-bg:before{
    display: block;
    background-color: #fff;
}
.green-bg{
    background-color: #008752;
}
.green-bg:before{
    display: block;
    background-color: #008752;
}
.black-bg{
    background-color: #000;
}
.black-bg:before{
    display: block;
    background-color: #000;
}

.has-bg-image:before,
.column-has-bg-right:before,
.column-has-bg-left:before{
    content:'';
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity: .7;
}

.has-bg-image > *,
.column-has-bg-right > *,
.column-has-bg > *{
    z-index: 2;
    position: relative;
}

.has-bg-image.gray-bg,
.column-has-bg-right.gray-bg,
.column-has-bg-left.gray-bg{
    position: relative;
}

.has-bg-image.gray-bg > *,
.column-has-bg-right.gray-bg > *,
.column-has-bg-left.gray-bg > *{
    z-index: 2;
    position: relative;
}

.has-bg-image.white-bg,
.column-has-bg-right.white-bg,
.column-has-bg-left.white-bg{
    position: relative;
}

.has-bg-image.white-bg > *,
.column-has-bg-right.white-bg > *,
.column-has-bg-left.white-bg > *{
    z-index: 2;
    position: relative;
}

.has-bg-image.green-bg,
.column-has-bg-right.green-bg,
.column-has-bg-left.green-bg{
    position: relative;
}

.has-bg-image.green-bg > *,
.column-has-bg-right.green-bg > *,
.column-has-bg-left.green-bg > *{
    z-index: 2;
    position: relative;
}

.has-bg-image.black-bg,
.column-has-bg-right.black-bg,
.column-has-bg-left.black-bg{
    position: relative;
}

.has-bg-image.black-bg > *,
.column-has-bg-right.black-bg > *,
.column-has-bg-left.black-bg > *{
    z-index: 2;
    position: relative;
}

.column-has-bg-left,
.column-has-bg-right{
    min-height: 200px;
}

.nested:last-child .block:last-child{
    padding-bottom: 0;
}
.nested:last-child .block.has-bg:last-child{
    padding-bottom: 50px;
}
.nested .block{
    padding-top: 0;
    padding-bottom: 0;
}
.nested .block.has-bg{
    padding-top: 40px;
    padding-bottom: 40px;
}
.nested.no-top-margin{
    margin-top: 0;
}
.nested.no-bottom-margin{
    margin-bottom: -25px;
}
.nested.no-margin{
    margin-top: 0;
    margin-bottom: -25px;
}
.nested.no-top-margin .block.has-bg, 
.nested.no-top-margin .has-bg-image{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nested.no-bottom-margin .block.has-bg, 
.nested.no-bottom-margin .has-bg-image{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.nested.no-bottom-margin + .nested .block.has-bg, 
.nested.no-bottom-margin + .nested .has-bg-image{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nested .block.has-bg .nested .column:first-child, 
.nested .block.column-has-bg .nested .column:first-child{
    padding-left: 0 !important;
    padding-right: 15px;
}
.nested .block.has-bg .nested .column:last-child, 
.nested .block.column-has-bg .nested .column:last-child{
    padding-right: 0 !important;
    padding-left: 15px;
}
.block.has-bg,
.has-bg-image{
    border-radius: 5px;
    overflow: hidden;
}
.block.has-bg.full,
.has-bg-image.full{
    border-radius: 0;
}
.column-has-bg-left{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.column-has-bg-right{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.hide-column-mobile-bg .column-mobile-bg{
    display: none !important;
}
.hide-bg-mobile .column-mobile-bg{
    display: none !important;
}
.bg-left{
    background-position: left center;
}
.bg-right{
    background-position: right center;
}
.richtext ul{
    padding-left: 19px;
    margin-left: 20px;
}
.richtext ul:last-child{
    margin-bottom: -5px;
}
.richtext ul li{
    color: #707070;
    font-size: 14px;
    line-height: 22px;
}
h1 + h4{
    margin-top: -15px;
}
h2 + h3{
    margin-top: -10px;
}
h3 + .richtext,
h2 + .richtext{
    margin-top: -5px;
}
h5 + .button,
.image-single + .files,
.image-single + .image-single{
    margin-top: 13px;
}
.richtext + .gallery.default{
    margin-top: 15px;
}
.richtext + .buckets,
.nested + .nested,
.richtext + .tabbed-content,
.video-block + .nested,
.video-block + .richtext,
.button + .richtext,
.richtext + .files,
.clearfix + .richtext,
.richtext + .video-block,
.image-single + .button,
.richtext + .nested,
.testimonialslider + .button,
.clearfix + .nested,
.image-single + .richtext,
.nested + .richtext,
.nested + h2,
.files + .button,
.video-block + .button,
.image-text-blocks + .richtext,
.richtext + .image-text-blocks,
.heading + .tabbed-content,
.buckets + .button,
.button + .clearfix + .files-list,
.nested + .featured-case-studies,
.nested + .button,
.image-single + .nested,
.nested + .image-single,
.richtext + .featured-case-studies,
* + .files-list,
.files-list + *,
.video-block + *{
    margin-top: 25px;
}
.nested + h3,
.buckets + h3,
.featured-case-studies + h3,
.nested + .video-block,
.video-block + .heading,
.tabbed-content + .video-block,
.tabbed-content + .nested,
#quickContact + .news-sidebar,
.w25 #quickContact + #videosidebar,
.featured-case-studies + .nested,
.buckets + .nested,
.clearfix + .buckets{
    margin-top: 60px;
}


/****** Default Form Styles ******/
input:focus,
textarea:focus,
select:focus{
	color:#222 !important;
}
textarea{resize: none !important;}
.forms {
	position: relative;
}
.forms .input-wrap {
	margin-bottom:15px;
}
.forms select,
.forms input,
.forms textarea {
	border-radius: 0;	
	-moz-border-radius: 0;	
	-webkit-border-radius: 0;	
	width:100%;
}
.forms textarea,
.forms input{
	color:#505050;
	font-size: 14px;
	line-height: 20px;
	background: white;
	border:1px solid #D3D4D8;
	padding: 10px;
	border-radius:5px;
}
.forms select{
	color:#505050;
	font-size: 14px;
	border:1px solid #D3D4D8;
	background:white;
	height: 40px;
	padding:8px 10px 6px;
}

.choice-wrap {
	margin:20px auto 0;
}
.choice-input {
	width: auto !important;
	margin:0 4px 0 0 !important;
	padding: 0;
	display: inline-block;
}
.choice-label {
	font-size: 12px;
	font-weight: normal;
	margin:0;
	display: inline;
}
.forms .submit {
	color:#fff !important;
	font-family: AgendaSemibold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background-color:#505050;
	border:none;
	border-radius: 5px;
	width:112px;
	padding: 10px 0 5px !important;
	float:right;
}
.forms .submit:hover {
	background-color: #444;
}
span.errorMessage {
	color:#a00;
	font-size: 10px;
	text-transform: lowercase;
	line-height:1.2;
	background:#fff;
	border:1px solid #ddd;
	margin:0;
	padding:2px 3px;
	position:absolute;
	top:-8px;
	right:10px;
	display: block;
}

.more-less {
    float: right;
    color: #008752;
}

/****** Buttons ******/
.small-btn {
	font-size: 13px;
	font-family:AgendaLight !important;
}
.button,
.home-more-btn,
.post .post-more,
.all-news,
.green-btn,
.gold-btn {
	color:#fff !important;
	font-family:AgendaSemibold;
    font-size: 16px;
    line-height: 20px;
	text-transform: uppercase;
	text-decoration: none !important;
	letter-spacing: 0.7px;
	border:none;
	display: inline-block;
	position: relative;
	border-radius: 5px;
}

.white-btn{
    color:#008752 !important;
	font-family:AgendaSemibold;
    font-size: 16px;
    line-height: 16px;
	text-transform: uppercase;
	background-color: white;
	text-decoration: none !important;
	letter-spacing: 0.7px;
	border:none;
	display: inline-block;
	position: relative;
	padding: 11px 15px 10px 15px;
	border-radius: 5px;
}
.white-btn i{
    color: #008752;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.white-btn:hover,
.white-btn:active{
    background-color: #505050;
    color: white !important;
}
.white-btn:hover i,
.white-btn:active i{
    color: white;
}
.link-btn{
    color:#006233 !important;
	font-family:AgendaSemibold;
    font-size: 16px;
    line-height: 16px;
	text-transform: uppercase;
	background-color: transparent;
	letter-spacing: 0.7px;
	border:none;
	display: inline-block;
	position: relative;
	padding: 11px 15px 10px 15px;
}
.link-btn i{
    color: #444;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.link-btn:hover,
.link-btn:active{
    text-decoration: underline;
}

.link-btn-white{
    color: white !important;
}
.link-btn-white i{
    color: white;
}


/*START March 18, 2020*/
.blue-btn-challenge,
.green-btn-brochures,
.gold-btn-case-study {
	color:#fff !important;
	font-family:AgendaSemibold;
	/*text-transform: uppercase;*/
	text-decoration: none !important;
	font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.7px;
	border:none;
	display: inline-block;
	position: relative;
}

.gold-btn-case-study:after {
	content:"\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: normal;
	line-height: 1;
	display: block;
	position: absolute;
	top:13px;
	right:15px;
}

.blue-btn-challenge:hover,
.green-btn-brochures:hover,
.gold-btn-case-study:hover {
	background-color:#444 !important;
}

.blue-btn-challenge {
    background-color:#1a528b;
	padding: 12px 30px 10px 15px;
}


.gold-btn-case-study {
	background-color:#505050;
	padding: 12px 30px 10px 15px;
	width:40%;
}

.id-996 .gold-btn-case-study {
	background-color:#505050;
	padding: 12px 30px 10px 15px;
    width:50%;
    margin-left:30%;
}


.green-btn-brochures {
	background-color: #008752;
	padding: 12px 30px 10px 15px;
}


.home-more-btn:hover,
.post .post-more:hover,
.all-news:hover,
.green-btn:hover,
.gold-btn:hover {
	background-color:#444 !important;
}
.home-more-btn{
	padding:12px 10px 8px;
	background:#008752;
}
.post .post-more,
.all-news,
.green-btn {
	background-color: #008752;
	padding: 12px 30px 10px 15px;
}
.gold-btn {
	background-color:#505050;
	padding: 12px 30px 10px 15px;
}
#news-home .post .post-more{
	margin-top: -34px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.all-news{
	margin-top:15px;
	float: right;
}
#news-sidebar .all-news{
	background-position: 90% 46%;
	float:none;
}


.blue-btn-challenge:after,
.green-btn-brochures:after,
.gold-btn-case-study:after,
.post .post-more:after,
.all-news:after,
.green-btn:after,
.gold-btn:after {
	content:"\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: normal;
	line-height: 1;
	display: block;
	position: absolute;
	top:13px;
	right:15px;
}
.download-btn {
	text-align: center;
	width: 440px;
	margin:20px auto 0;
	right:-30px;
	bottom: 30px;
	/*bottom:-15px;*/
	display: block;
}
.button.block {
	display: inline-block;
}
.richtext + .button{
    clear: both;
    float: left;
}
.button + .button,
.button + .clearfix + .button{
    margin-top: 10px;
    display: block;
    float: left;
    clear: both;
}
.richtext + .button + div,
.button + .button + div{
    clear: both;
    position: relative;
    top: 20px;
}


.fluidslider {
    position: relative;
     height: 300px; 
    overflow: hidden;
    border-style: dotted;
    border-color: #ccc;
    background: #e5e5e5;
}

.fluidslider .slide {
    float: left;
}

.id-2 .slick-dots {
display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 1rem 0;
    list-style-type: none;
    position: absolute;
    bottom: 0;
    text-align: center;
        left: 0;
    right: 0
    
}


.slick-dots li {
    padding: 0px 10px;
}
.slick-dots li:before{
    display: none !important;
}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #008752;
    /* background-color: white; */
    text-indent: -9999px;
}
.id-2 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #008752;
}

.id-896 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #008752;
}
/* Tables */
.table {
	color:#505050;
	border: 0;
	width:100%;
	margin:0 0 25px 0;
	clear: both;
}
.table:last-child {
	margin-bottom: 0;
}
.table.small {
	font-size:11px;
}
.table tr{
    border: 1px solid #D3D4D8;
    background-color: white;
}
.table tr:nth-child(even){
    background-color: #e5e5e5;
}
.table thead tr{
    background-color: #008752;
    color: white;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
.table thead tr th,
.table thead tr td{
    background-color: #008752;
    color: white;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
.table th,
.table td {
	vertical-align:middle !important;
	padding:15px 20px !important;
}


.table.col-6 th,
.table.col-6 td {
	width: 16.5% !important;
}
.table .top td {
	vertical-align: top;
}
.table .bottom td {
	vertical-align: bottom;
}
.table .thead td, 
.table .topic td {
	text-align:center;
}
.table .topic td,
.table .topic p {
	color:#505050;
	font-weight:bold;
}
.table .topic td {
	background:#f8f8f8;
}
.table p {
	margin:0;
}

.table.sideways thead tr{
    background-color: #e5e5e5;
    color: #505050;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
.table.sideways thead tr th,
.table.sideways thead tr td{
    background-color: #e5e5e5;
    color: #505050;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 0;
}

.table.sideways td:first-child{
    background-color: #008752;
    color: white;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.id-271 .imageSizeOriginal img,
.id-271 .elementImageOriginal img {
	height: 50px !important;
	width:auto !important;
}
.id-873 table td:first-child{
    width: 200px;
}
.id-1034 table td:first-child{
    width: 250px;
}


.stimulation_tables td{
    padding:10px;
}

.committee {
	text-align: center;
}
.committee td {
	width: 25% !important;
}
.committee img {
	margin:0 4px;
}
.committee img {
	height:30px;
	width:auto !important;
}
.committee .topic td {
	background: #fff;
	padding: 20px 0 0 !important;
}
.committee .topic img {
	height:40px !important;
	opacity:0.8;
	filter:alpha(opacity=80);
}


/* Sitemap and Error page styling */
#page-sitemap #main-content ul {
	list-style: initial;
	padding-left:20px;
}
#page-sitemap #main-content ul li {
	list-style-type: none;
	font-size: 1em;
	margin:5px 0;
}
#page-sitemap #main-content ul li a {
	color:#222;
	font-family:AgendaSemibold;
	font-size: 24px;
}
#page-sitemap #main-content li a:hover {
	color:#008752;
	text-decoration: none;
}

#page-sitemap #main-content ul ul li a {
	color:#666;
	font-size: 18px;
}
#page-sitemap #main-content ul ul ul li a {
	color:#888;
	font-size: 15px;
}
#page-sitemap #main-content ul ul ul ul li a {
	color:#888;
	font-family: AgendaLight;
	font-size: 15px;
	font-weight: normal;
}



/****** Cookie Policy ******/
#cookie-policy{
    display: none;
}
.cookie-policy,
.safe-harbor {
	background: #eee;
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.4);
    width: 100%;
    padding: 25px 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    display: none;
}

.test {
	display: none;
}

.cookie-policy .container,
.safe-harbor .container {
	max-width: 1230px;
}
.cookie-policy p,
.safe-harbor p {
	font-size: 0.9em;
}
.cookie-policy p {
	margin:0;
}
.safe-harbor p {
	margin:0 0 5px;
}
.cookie-policy .okay-continue,
.safe-harbor .okay-continue {
	margin:5px 0;
}
.cookie-policy-title,
.safe-harbor-title {
    color: #444;
	font-family: AgendaSemibold;
	font-size: 18px !important;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 5px !important;
	display: block;
}
.safe-harbor-notice {
	width: 75% !important;
}
.safe-harbor-buttons {
	width: 25% !important;
}
.cookie-policy i,
.safe-harbor i{
	color:#008752;
	font-size: 20px;
	padding-right: 15px;
}
.cookie-policy-buttons p,
.cookie-policy-buttons a,
.safe-harbor-buttons p,
.safe-harbor-buttons a {
	color:#008752;
	font-family: AgendaSemibold;
	font-size: 14px;
	/*font-size: 16px;*/
	line-height: 1.2;	
	cursor:pointer;
}
.cookie-policy-buttons p:hover,
.safe-harbor-buttons p:hover {
	text-decoration: underline;
}


/****** Global Navigation */
#global-nav{
	float:right;
	position: relative;
/*	z-index: 10;*/
	margin-right:0;
	margin-top:30px;
}
#global-nav li{
	line-height: 1;
	float:left;
	position:relative;
}
#global-nav li a:hover,
#global-nav > li.current a {
   	color:#008752;
	/*background:#037a41; */
}


.multi-lan:hover,
.email:hover{
	color:#008752;

}
.multi-lan:hover:before,
.email:hover:before {
	color:#008752;
}



#global-nav li a {
	font-size:14px;
	font-family: agendasemibold;
	text-decoration: none !important;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	/*letter-spacing: 0.09em;*/
	display:block;
	position: relative;

}


#global-nav > li > a{
    color:#000000;
/*	color:#aaa;*/
	line-height: 40px;
	height:42px;
	padding:0 17px;
	/*padding:0 7px;*/

}
#global-nav > li > a i{
    font-size: 20px;
    color: #008752;
    position: relative;
    top: 2px;
}
#global-nav li a span {
	line-height: 1.2;
	vertical-align: middle;
	display: inline-block;
}
#global-nav .categories-phone{
	color:#008752;
	font-weight:bold;
	font-size: 13px;
	margin-top: 14px;
	padding-right: 20px; /*added by Moez Ali*/
	display:none;
}
#global-nav .categories-phone:hover{
	background:none !important;
}
#global-nav > li > a:after {
	/*content:"";*/
	background: #ddd;
	height:20px;
	width: 1px;
	display: block;
	position: absolute;
	top:10px;
	left:0;
}
#global-nav li:hover a:after,
#global-nav > li.current a:after
.tpl-23 #global-nav > li.investors > a:after{
	background: #008752;
}

.global-nav-phone{
    padding: 8px 11px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.global-nav-phone:hover,
.global-nav-phone:active{
    background-color: #008752;
}
.global-nav-phone:hover > i,
.global-nav-phone:active > i{
    color: white;
}
.global-nav-phone i{
    font-size: 20px;
    color: #008752;
    padding: 8px 10px 8px 10px;
}
.global-nav-phone:hover .global-nav-phone-dropdown{
    display: block !important;
}
#global-nav .global-nav-phone-dropdown{
    display: none;
    position: absolute;
    background-color: white;
    width: 260px;
    z-index: 2;
    right: 0;
    padding: 25px 20px 25px 20px;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #D3D4D8;
}
#global-nav .global-nav-phone-dropdown .title{
    display: block;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #505050;
    border-bottom: 1px solid #D3D4D8;
    width: 100%;
    padding-bottom: 10px; 
    margin-bottom: 0;
}
#global-nav .global-nav-phone-dropdown a{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #505050;
    border-bottom: 1px solid #D3D4D8;
    width: 100%;
    text-align: left;
    padding: 15px 0 10px 30px;
    display: block;
    position: relative;
}
#global-nav .global-nav-phone-dropdown a:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
#global-nav .global-nav-phone-dropdown i{
    font-size: 13px;
    padding: 0 13px 0 0;
    position: absolute;
    left: 0;
    margin-top: 1px;
}
/*global nav sub menus*/
#global-nav ul {
    background-color: #fff;
    border-top: 1px solid #ddd;
    position: absolute;
    left: 0;
    top: 42px;
    width: 250px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    padding: 10px 20px;
    display: none;
    z-index: 9999;
}
#global-nav li:hover > ul {
    display: block;
}
#global-nav li > ul > li{
    float:none;
}
#global-nav li > ul > li > a,
#global-nav li.current > ul > li > a{
    text-align:left;
    padding:10px;
    font-weight:400;
    color:#444;
}
#global-nav li.current > ul > li > a:hover{
    color:#008752;
}
/****** MultiLanguage Header ******/
.multi-lan{
	color: #bbb;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 14px 12px 12px !important;
	cursor:pointer;
	position:relative;
	margin-left: 50px !important;

}
.multi-lan:before {
	content:"\f0ac";
	color: #008752;	
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
/*	font-size: 1.3em;*/
	font-weight: 300;
    line-height: 1;
    vertical-align: middle;
	margin-right:2px;
	display: inline-block;
	position: relative;
	top:-6px;
	/*top:-1px;*/
}

.multi-lan:hover .mml_links{
    display: block !important;
}

.email{
	color: #bbb;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 11px 5px 0 !important;
	cursor:pointer;
	position:relative;
	
}
.email:before {
	content:"\f0e0";
	color: #008752;	
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-weight: 300;
    line-height: 1;
    vertical-align: middle;
	margin-right:2px;
	display: inline-block;
	position: relative;
	top:-8px;
	/*top:-1px;*/
}

.mml_links {
	list-style: none;
	background: white;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	width:auto;
	margin:0 0 0 -53% !important;
	padding: 10px 15px;
	position: absolute;
	top: 41px;
	left: 0;
	z-index: 99;
	display: none;
}
.mml_links li{
	padding:2px 0 !important;
	float: none !important;
}
.mml_links li a{
	color:#505050;
	padding: 10px 15px;
}
.mml_links a:hover {
	color:#008752;
}


/****** Header ******/
#wrap {
	padding-top: 112px;
}
#header.padded {
	height:112px;
}
#header,
.sticky{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	border-top: 0;
}
.sticky .sticky-only{
	display:block;
	top: 17px !important;
	left: 5px !important;
}
.sticky .sticky-none,
.sticky-only {
	display:none;
}
.main{
	background-color: #008752;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
	width:100%;
	height: 131px;
	position: relative;
	top: 0;
	z-index: 9999;
 }
 
 /*
.main .top{
	box-shadow: inset 0 -1px 0 0 #ccc;
	-moz-box-shadow: inset 0 -1px 0 0 #ccc;
	-webkit-box-shadow: inset 0 -1px 0 0 #ccc;
}

*/
.main .constraint{
	position:relative;
}
.main .logo{
	position: absolute;
	left: 0;
    top: -67px;
}

.main .logo img{
    max-width: 160px;
}

/****** Primary Navigation ******/
.main nav{
	float: left;
	width: 100%;
	/*width: 960px;*/
}
#primary-nav{
	float: none;
	padding:0;
	margin:0;
	width: 100%;
	max-width: none;
	display: flex;
	/*justify-content: space-between; Crystal @8/24/2022 */
	justify-content: center;
}
#primary-nav > li{
	line-height: 40px;
	border-top:8px solid #008752 !important;
	height: 55px;
	float: none;
	display: inline-block;
}
#primary-nav a {
	text-decoration: none !important;
	line-height: 1.2;
	display:inline-block;
}
#primary-nav > li > a{
	color:#222;
	font-family: AgendaSemibold;
	font-size:14px;
	/*font-size:20px;*/
	text-transform: uppercase;
	padding: 5px 60px 0;
	position: relative;
	white-space:nowrap;
}
#primary-nav > li > a:after{
    content:'';
    position: absolute;
    right: 0;
    top:-18px;
    width: 1px;
    height: 55px;
    display: block;
    background-color: white;
    opacity: .25;
}
#primary-nav > li:last-child > a:after{
    display: none;
}
#primary-nav > li:hover {
    background:#eee;
	border-top:8px solid #eee !important;
}

#primary-nav > li:hover,
#primary-nav > li.active a{
	color:#008752;
}

#primary-nav > li:hover a{
	color:#008752;
}


#primary-nav > .active{
    background:#eee;
	border-top:8px solid #eee !important;
/* 	padding-top:14px; */
}



#primary-nav .last a{
	border-right:none;
}
#primary-nav .drop-down {
	background:#111;
	
	box-shadow: inset 0 4px 6px -2px rgba(0,0,0,0.2),0 4px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 4px 6px -2px rgba(0,0,0,0.2),0 4px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 4px 6px -2px rgba(0,0,0,0.2),0 4px 6px rgba(0,0,0,0.2);
	width:245px;
	margin-left: 0px;
	padding: 10px 20px;
	position: absolute;
	top: 55px;
	z-index:99;
	display: none;
}
#primary-nav .drop-down li{
	list-style: none;
	border-bottom:1px solid #888888;
}
#primary-nav .drop-down .last{border-bottom:none;}
#primary-nav .drop-down li a{
	color:#fff;
	font-family: AgendaMedium;
	font-size: 13px;
/* 	text-transform: capitalize; */
/* 	padding: 15px 50px 15px 0; */
	padding: 15px 0;
	display:block;
}
#primary-nav .drop-down li.parent > a:after{
    font-family: "Font Awesome 5 Pro";
    content:'\f105';
    font-weight: 900;
    font-size: 13px;
    color: white;
    position: absolute;
    right: 20px;
}
#primary-nav > li:last-child li.parent > a:after{
    display: none;
}
#primary-nav > li:last-child li.parent ul{
    display: none !important;
}
#primary-nav .drop-down li a:hover{
	color:#008752;
}
#primary-nav .drop-down .drop-down{
    left: 100%;
    top: 0;
    min-height: 100%;
    border-left: 1px solid #888888;
}
#primary-nav .drop-down .drop-down li a:after{
    display: none;
}

/****** Header Social Icons and Search Bar ******/
.social-links {
	width: 150px;
	margin: 26px 5px 0 0;
	/*margin: 26px 30px 0 0;*/
	float: right;
}
.social-links a{
	color:#fff;
	text-decoration: none !important;
	text-align: center;
	line-height: 40px;
	background: #008752;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	width:40px;
	height:40px;
	margin: 0 10px;
	float:left;
}
.social-links a:first-child {
	margin-left: 0;
}
.social-links a:last-child {
	margin-right: 0;
}
.social-links a:hover{
	background:#444;
}

.social-links a:before {
	font-family: "Font Awesome 5 Brands";
	font-weight: normal;
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 40px;
}
.social-links .twitter:before{
	content: "\f099";
}
.social-links .gplus:before{
	content: "\f234";
}
.social-links .linkedin:before{
	content: "\f0e1";
}
.social-links .facebook:before{
	content: "\f39e";
}
.social-links .youtube:before{
	content: "\f167";
}
ul.share-buttons{
list-style: none;
padding: 0;
}

ul.share-buttons li{
  display: inline;
}
ul.share-buttons li:first-child{
    padding-left: 0 !important;
}
ul.share-buttons li:before{
    display: none !important;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img{
  width: 32px;
}

#header #search-onclick-btn{
	color:#ccc;
	font-size: 36px;
	line-height: 1;
	margin:16px -35px 0 0;
	display: block;
	float: right;
	cursor: pointer;
	position: absolute;
	top: -54px;
    right: 190px;
    font-size: 20px;
}
#search-onclick-btn:before {
	/*font-weight: bold;*/	
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    color: #008752;
}
#header #search-onclick-btn:hover{
	color:#008752;
}
#search-onclick-btn i{
    color: #008752;
    font-size: 20px;
}
#header .toggle-container {
	display: none;
	position: absolute;
	right: 5px;
	/*top: 71px;*/
	background: #f3f3f3;
	width: 332px;
	z-index:10;
	box-shadow: inset 0 4px 6px -2px rgba(0,0,0,0.2),0 4px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 4px 6px -2px rgba(0,0,0,0.2),0 4px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 4px 6px -2px rgba(0,0,0,0.2),0 4px 6px rgba(0,0,0,0.2);
}
#header .searchWrap{
	padding: 20px;
}


/* Google CSE */
form.gsc-search-box,
table.gsc-search-box,
.gsc-search-box-tools .gsc-search-box .gsc-input,
input.gsc-search-button,
.gsib_a,
.gsib_b {
	margin:0 !important;
	padding: 0 !important;
}
.gsib_b {
	display: none !important;
}
.gsc-control-searchbox-only {
	background: #fff;
    border: 1px solid #ccc;	
}
form.gsc-search-box {
	height: 40px;
	position: relative;
}
table.gsc-search-box,
table.gsc-search-box table,
table.gsc-search-box tbody,
table.gsc-search-box tr,
table.gsc-search-box td {
	height:100% !important;
	display: block;
}
.gsc-control-searchbox-only * {
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	appearance: none !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
}
.gsc-input-box {
	height: 40px !important;
}
.gsc-search-box-tools .gsc-search-box input.gsc-input {
	font-size: 12px !important;
	line-height: 1;
/* 	background: red !important; */
	height:100% !important;
	padding: 10px 50px 10px 15px !important;
}
td.gsc-search-button,
input.gsc-search-button {
/* 	background: blue !important; */
	height: 40px !important;
	width: 40px !important;
	position: absolute;
	top:0;
	right:0;
	z-index: 9;
}
input.gsc-search-button {
	font-size: 0 !important;
	background:url(/images/grey-right-arrow.png) center center/6px 11px no-repeat transparent !important;
}

.gsc-completion-container {
	font-size: 13px !important;
}
.gssb_c {
	top:195px !important;
}

/* Google CSE Results */
.gsc-table-result, 
.gsc-thumbnail-inside, 
.gsc-url-top {
	padding: 0 !important;
}
.gs-no-results-result .gs-snippet, 
.gs-error-result .gs-snippet {
	margin:0 !important;
}

.gsc-results {
	width: 100% !important;
}

/* Simple Search Results */
.simplesearch-result{
    margin-top: 30px;
}
.simplesearch-result h3{
    margin-bottom: 5px;
}
/****** Banners ******/
.flex-control-nav,
.cycle-pager {
	text-align: right;
	line-height: 1;
	position: relative;
	bottom:55px;
	z-index: 999;
	max-width: 300px;
	margin-right: -webkit-calc(50vw - 608px);
    margin-right: -moz-calc(50vw - 608px);
    margin-right: calc(50vw - 608px);
}
.cycle-pager span {
	font-size: 0;
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    margin: 0 6px;
    display: inline-block;
    cursor: pointer;
}
.cycle-pager span:hover {
	background: #008752;
}
.cycle-pager span.cycle-pager-active {
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    background: transparent;
    cursor: default;
}

span.cycle-pager-active:first-child:last-child{
    display: none;
}

#landing-banner,
#inter-banner,
#landing-banner .banner-image,
#inter-banner .banner-image,
#landing-banner .bg,
#inter-banner .bg {
	height:312px;
}

#home-banner,
#home-banner .banner-image,
#home-banner .bg{
    height: 454px;
}

#home-banner,
#landing-banner,
#inter-banner {
	background: #222;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#home-banner .banner-image,
#landing-banner .banner-image {
	width: 100%;
	display: none;
}
#home-banner .banner-image#banner3 {
	background-position: right top !important;
}
#home-banner .banner-image:before,
#landing-banner .bg:before,
#inter-banner .bg:before,
.bkt-img-wrap:before {
	content:"";
	background: rgba(0,0,0,0.2);
	height:100%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
}
.bucket:hover .bkt-img-wrap:before {
	background: rgba(0,0,0,0.6);
}

#home-banner .bg,
#landing-banner .bg,
#inter-banner .bg {
	background-size: cover !important;
}
#home-banner .bg, #landing-banner .bg, #inter-banner .bg{
    background-size: cover !important;
}
#inter-banner .bg{
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.2);
	position:relative;
	z-index: 10;
}

#home-banner .caption,
#landing-banner .caption {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
	position: absolute;
	bottom:30px;
	z-index: 999;
	left: 0;
    right: 0;
}
#landing-banner .caption{
    top: 30px;
    bottom: auto;
}
#inter-banner .caption {
	max-width: 1199px;
	width: 100%;
	/*margin-left:-600px;*/
	position: absolute;
	top: 30px; 
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 999;
}
#landing-banner .banner-caption,
#inter-banner .banner-caption{
	position: absolute;
	bottom: 40px; 
	z-index: 99;
	left: 0; 
	right: 0;
	margin: 0 auto;
}
#home-banner .banner-caption {
	bottom:80px;
	position: absolute;
	left: 0;
    right: 0;
}
#home-banner .banner-caption a{
    font-weight: 100;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: white;
    display: block;
    position: relative;
    z-index: 2;
}
#home-banner .banner-caption a i{
    font-size: 16px;
    color: white;
    margin-left: 10px;
    position: relative;
    top: 1px;
    display: inline-block;
}
#landing-banner .banner-caption h1,
#landing-banner .banner-caption .h1,
#landing-banner .subtext,
#inter-banner .subtext {
    vertical-align: center;
	/*vertical-align: middle;*/
	display: inline-block;
}
#landing-banner .banner-caption h1,
#inter-banner .banner-caption h1{
    margin-bottom: 0;   
}
#landing-banner .subtext,
#inter-banner .subtext {
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-transform: capitalize;
	text-shadow:0 0 12px rgba(0,0,0,0.4), 1px 1px 0 rgba(0,0,0,0.2);
	line-height: 1;
	letter-spacing: 0.05em;
	border-left:2px solid #008752;
	border-left-width: 4px;
	margin:-10px 0 0 20px;
	padding-left:20px;
	font-weight: 900;
}


/* Stock Banner */
#stock-banner {
	letter-spacing: 0.05em;
	position: relative;
}
#stock-banner:before,
#stock-banner:after {
	content:"";
	background: #008752;
	height: 70px;
	/*width: 25%;*/
	width: 100%; /*added by Moez Ali */
	display: block;
	position: absolute;
	top:0;
	z-index: 0;
}
#stock-banner:before {
	left:0;
}
#stock-banner:after {
	right:0;
}
#stock-banner .constraint {
	position: relative;
}
#stock-banner .constraint > .left *,
#stock-banner .constraint > .right * {
	color:#F4F4EA;
}
#stock-banner .constraint > .left,
#stock-banner .constraint > .right,
#stock-banner .center {
	height: 70px;
	padding:18px 50px 0;
	position: relative;
}
#stock-banner .constraint > .left,
#stock-banner .constraint > .right {
	text-align: right;
	background: #008752;
	width: 20%;
	z-index: 1;
}
#stock-banner .constraint > .right h4{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
#stock-banner .constraint > .right h4 a{
    margin-top: 10px;
}
#stock-banner .constraint > .left {
	padding:18px 50px 0 0;
}
#stock-banner .constraint > .left p + p{
    font-weight: 600;
}
#stock-banner .center {
	background: white;
    width: 64%; /*Modified by mali*/
	/*width: 60%;*/
	margin-left:-30%;
	padding:18px 0 0 0;
	position: absolute;
	left: 47%; /*Modified by mali*/
	/*left:50%;*/
	z-index: 2;
}
#stock-banner .constraint > .right {
	padding:18px 0 0 50px;
}
#stock-banner .angle {
	background: white;
	height:100%;
	width: 30px;
    position: absolute;
    top:0;
}
#stock-banner .angle.first {
	left:-10px;
    transform: skew(10deg,0deg);
    -ms-transform: skew(10deg,0deg);
    -moz-transform: skew(10deg,0deg);
    -webkit-transform: skew(10deg,0deg);
}
#stock-banner .angle.last {
	right:-10px;
    transform: skew(-10deg,0deg);
    -ms-transform: skew(-10deg,0deg);
    -moz-transform: skew(-10deg,0deg);
    -webkit-transform: skew(-10deg,0deg);
}

#stock-banner p {
	margin:0;
}
#stock-banner .center p {
	text-align: left;
	padding:0 8px 0 4px;
	display: inline-block;
}
#stock-banner #stockticker {
	display: inline-block;
}
#stock-banner #refresh {
	font-size: 18px;
	text-shadow: 1px 1px 0 #fff;
	line-height: 1;
	vertical-align: top;
	border-right: 1px solid #d1ceb4;
	height:34px;
	padding: 15px 17px 0 4px;
}
#stock-banner .center span {
	color: #bab7a0;	
}
#stock-banner #refresh a {
	color:#008752;
}
#stock-banner #custom {
	padding-left: 12px;
}
#stock-banner #custom i:before{
    font-size: 16px !important;
    top: 0px !important;
}
#stock-banner #custom strong *:before {
	font-size: 22px;
	position: absolute;
	top:-3px;
	right:-24px;
}
#stock-banner .left span,
#stock-banner .center span {
	font-size: 0.8em;
	text-transform: uppercase;
	display: block;
}
#stock-banner .left span{
    text-transform: none;
}
#stock-banner strong {
	color:#008752;
	position: relative;
}

#stock-banner h4 {
    font-family: AgendaRegular;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 36px;
	background: url("/images/logo-icon-button.png") left center/24px 32px no-repeat;
	height:32px;
    width: 190px;   
	margin: 0;
}
#stock-banner h4 a {
	display: inline-block;
}
#stock-banner h4:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.1em;
    line-height: 1;
    vertical-align: text-bottom;    
    margin:0 0 0 12px;
    display: inline-block;
    position: relative;
    top: -1px;
}


/* Breadcrumbs & SM Toolbar */
#breadcrumbs,
.breadcrumbs {
	margin:10px 0 0 2px;
}
.tpl-17 #breadcrumbs,
.tpl-23 #breadcrumbs {
	margin-top:25px;
}
#breadcrumbs > li,
#breadcrumbs ul {
	display: none;
}
#breadcrumbs > li,
.breadcrumbs > li {
	font-family:"Roboto",sans-serif;
	font-size:12px;
	font-weight: bold;
	text-shadow:0 0 12px rgba(0,0,0,0.4), 1px 1px 0 rgba(0,0,0,0.2);
	line-height: 20px;
	margin:0 26px 0 0;
	float: left;
	position: relative;
}
#breadcrumbs > li.active,
#breadcrumbs li a {
	display: block;
}
#breadcrumbs li a,
.breadcrumbs > li,
.breadcrumbs > li a {
	color:#fff;
/* 	text-decoration: none !important; */
}
#breadcrumbs li a:hover {
	text-decoration: underline;
}
#breadcrumbs > li.active:after,
.breadcrumbs > li:after {
	content:"\f105";
	color: white;
	font-family:"Font Awesome 5 Pro";
	font-weight: normal;
	font-size: 16px;
	line-height: 6px;
	vertical-align: middle;
	position: absolute;
	top:7px;
	right:-16px;
}
#breadcrumbs > li.active:last-child:after,
.breadcrumbs > li.current:after {
	content:none;
}
.tpl-23 .breadcrumbs .sep {
	display: none;
}


/****** Main Home Page ******/


/****** Content-CTA ******/
.content-cta {
	background: url(/images/cta-bg.png) no-repeat 0 center;
	height: 80px;
	margin: 40px auto;
	position:relative;
	clear: both;
}
.parent-253 .content-cta,
.parent-280 .content-cta,
.id-514 .content-cta{
	background: none;
	height: auto;
}

.parent-253 .content-cta a,
.parent-280 .content-cta a,
.id-514 .content-cta a{
	display: none;
}
.content-cta a{
	color: #fff;
	line-height: 44px;
	font-family:AgendaSemibold;
	font-size:20px;
	text-decoration: none !important;
	text-transform: uppercase;
	background-color:#008752;
	height:40px;
	padding: 0 20px;
	display: block;
	position:absolute;
	top: 22px;
	left: 32%;
}
.parent-236 .content-cta a {
	font-size:20px;
}
.content-cta a:hover{
	background-color: #444;
}
/****** General Buckets ******/

.list-extra .bucket-list{
    background-color: #008752;
    height: 100%;
    border-radius: 4px;
}
.list-extra .bucket-list a{
    height: auto !important;
    color: white;
    padding: 5px 15px;
    border-bottom: 1px solid white;
    font-size: 13px !important;
}
.list-extra .bucket-list a:last-child{
    border-bottom: 0;
}

.buckets-default{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px -15px;
    max-width: none;
    min-width: 100%;
}
.buckets-default .bucket{
    padding: 0 15px;
    margin-bottom: 30px;
}
.buckets-default a{
    display: block;
    height: 260px;
    position: relative;
    overflow:hidden;
    border-radius: 5px;
}
.buckets-default .image{
    height: 200px;
    width: 100%;
    position: absolute;
}
.buckets-default img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.buckets-default .content{
    background-color: #008752;
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    min-height: 60px;
}
.buckets-default .title{
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 17px 30px 15px 15px;
    margin: 0;
    font-family: AgendaLight;
}
.buckets-default .title i{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    color: white;
}
@media(min-width: 1200px){
    .buckets-default a:hover .content,
    .buckets-default a:active .content{
        background-color: #505050;
    }
}
.buckets-default-short{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px -16px -8px;
    max-width: none;
    min-width: 100%;
}
.buckets-default-short .bucket{
    padding: 0 8px;
    margin-bottom: 16px;
    border-radius: 4px;
}
.buckets-default-short a{
    display: block;
    height: auto;
    position: relative;
    overflow:hidden;
    border-radius: 4px;
}
.buckets-default-short .image{
    height: auto;
    width: 100%;
    /* position: absolute; */
}
.buckets-default-short img{
    /*position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.buckets-default-short .content{
    background-color: #008752;
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    min-height: 50px;
}
.buckets-default-short .title{
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 17px 30px 15px 15px;
    margin: 0;
    font-family: AgendaLight;
}
.buckets-default-short .title i{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    color: white;
}
@media(min-width: 1200px){
    .buckets-default-short a:hover .content,
    .buckets-default-short a:active .content{
        background-color: #505050;
    }
}
.buckets-introtext{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px -15px;
}
.buckets-introtext .bucket{
    padding: 0 15px;
    margin-bottom: 30px;
}
.buckets-introtext a{
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
    background-color: #F5F5F5;
}
.buckets-introtext .image{
    height: 220px;
    width: 100%;
    position: relative;
}
.buckets-introtext img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.buckets-introtext .content{
    min-height: 70px;
    background-color: #F5F5F5;
    padding: 15px 15px 55px 15px;
}
.buckets-introtext p{
    color: #505050 !important;
    margin-bottom: 0;
}
.buckets-introtext button{
    height: 40px;
    line-height: 40px;
    background-color: #F5F5F5;
    padding: 2px 15px 0 15px;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    position: absolute;
    font-family: AgendaSemibold;
    left:0;
    bottom:0;
    width: 100%;
    color: #008752;
    text-align: left;
}
.buckets-introtext button i{
    position: absolute;
    margin-left: 5px;
    color: #505050;
}
@media(min-width: 1200px){
    .buckets-introtext a:hover button,
    .buckets-introtext a:active button{
        background-color: #F5F5F5;
        color: #505050;
    }
}
.buckets-overlay{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px -15px;
    max-width: none;
}
.buckets-overlay .bucket{
    padding: 0 15px;
    margin-bottom: 30px;
}
.buckets-overlay a{
    display: block;
    height: 260px;
    position: relative;
    overflow:hidden;
    border-radius: 4px;
}
.buckets-overlay .image{
    height: 200px;
    width: 100%;
    position: absolute;
}
.buckets-overlay .image:after{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    display: block;
    background-color: black;
    opacity: .3;
}
.buckets-overlay img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.buckets-overlay .desc{
    position: absolute;
    width: 100%;
    bottom:60px;
    left:0;
    padding: 10px 15px;
    color: white;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.35px;
    font-family: AgendaLight;
    z-index: 2;
}
.buckets-overlay .content{
    background-color: #008752;
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    min-height: 60px;
}
.buckets-overlay .title{
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 17px 30px 15px 15px;
    margin: 0;
    font-family: AgendaLight;
}
.buckets-overlay .title i{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    color: white;
}
@media(min-width: 1200px){
    .buckets-overlay a:hover .content,
    .buckets-overlay a:active .content{
        background-color: #505050;
    }
}
@media(max-width: 767px){
    .buckets-overlay .bucket{
        width: 100%;
    }
}
.buckets-overlay-short{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px -16px -8px;
    width: 100%;
    max-width: none;
}
.buckets-overlay-short .bucket{
    padding: 0 8px;
    margin-bottom: 16px;
}
.buckets-overlay-short a{
    display: block;
    height: 200px;
    position: relative;
    overflow:hidden;
    border-radius: 4px;
}
.buckets-overlay-short .image{
    height: 150px;
    width: 100%;
    position: absolute;
}
.buckets-overlay-short .image:after{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    display: block;
    background-color: black;
    opacity: .3;
}
.buckets-overlay-short img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.buckets-overlay-short .desc{
    position: absolute;
    width: 100%;
    bottom:50px;
    left:0;
    padding: 10px 15px;
    color: white;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.35px;
    font-family: AgendaLight;
    z-index: 2;
}
.buckets-overlay-short.four-columns .desc{
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .7px;
}
.buckets-overlay-short .content{
    background-color: #008752;
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    min-height: 50px;
}
.buckets-overlay-short .title{
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 17px 30px 15px 15px;
    margin: 0;
    font-family: AgendaLight;
}
.buckets-overlay-short .title i{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    color: white;
}
@media(min-width: 1200px){
    .buckets-overlay-short a:hover .content,
    .buckets-overlay-short a:active .content{
        background-color: #505050;
    }
}




.buckets-overlay-title{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px -15px;
    max-width: none;
}

.buckets-overlay-title .bucket{
    padding: 0 15px;
    margin-bottom: 30px;
}
.buckets-overlay-title a{
    display: block;
    height: 260px;
    position: relative;
    overflow:hidden;
    border-radius: 4px;
}
.buckets-overlay-title .image{
    height: 200px;
    width: 100%;
    position: absolute;
}
.buckets-overlay-title .image:after{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    display: block;
    background-color: black;
    opacity: .3;
}
.buckets-overlay-title img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.buckets-overlay-title .desc{
    position: absolute;
    width: 100%;
    bottom:60px;
    left:0;
    padding: 10px 15px;
    color: white;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.35px;
    font-family: AgendaLight;
    z-index: 2;
}
.buckets-overlay-title .content{
    background-color: #008752;
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    min-height: 60px;
}
.buckets-overlay-title .title{
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 17px 30px 15px 15px;
    margin: 0;
    font-family: AgendaLight;
}
.buckets-overlay-title .title i{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    color: white;
}
@media(min-width: 1200px){
    .buckets-overlay-title a:hover .content,
    .buckets-overlay-title a:active .content{
        background-color: #505050;
    }
}
@media(max-width: 767px){
    .buckets-overlay-title .bucket{
        width: 100%;
    }
}







.buckets-image{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px -15px;
    max-width: none;
    min-width: 100%;
}
.buckets-image .bucket{
    padding: 0 15px;
    margin-bottom: 30px;
}
.buckets-image a{
    display: block;
    height: 260px;
    position: relative;
    overflow:hidden;
    border-radius: 5px;
}
.buckets-image .image{
    height: 100%;
    width: 100%;
    position: absolute;
}
.buckets-image .image:after{
    content:'';
    background-color: black;
    opacity: .5;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    display: block;
}
.buckets-image img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.buckets-image .content{
    position: absolute;
    width: 100%;
    left:0;
    right: 0;
    top: 0;
    z-index: 2;
    text-align: center;
}
.buckets-image .title{
    color: white;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 40px 15px 0 15px;
    margin: 0;
    font-family: AgendaLight;
}
.buckets-image p{
    margin:0 ;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: white;
    padding: 0 15px;
}
.buckets-image button{
    position: absolute;
    bottom:0;
    width: 180px;
    background-color: white;
    height: 44px;
    line-height: 44px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    font-family: AgendaLight;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    border:0;
    left:0;
    right: 0;
    color: #008752;
    display: block;
    margin: 0 auto;
}
@media(min-width: 1200px){
    .buckets-image a:hover button,
    .buckets-image a:active button{
        color: #505050;
    }
}
.buckets-complex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px -15px;
}
.buckets-complex .bucket{
    padding: 0 15px;
    margin-bottom: 30px;
}
.buckets-complex a{
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
}
.buckets-complex .image{
    height: 220px;
    width: 100%;
    position: relative;
}
.buckets-complex .image:after{
    content: '';
    background-color: black;
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.buckets-complex img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.buckets-complex .title{
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 0 15px;
    z-index: 2;
    color: white;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.35px;
    display: block;
    width: 100%;
    font-family: AgendaLight;
}
.buckets-complex .content{
    min-height: 70px;
    background-color: #F5F5F5;
    padding: 15px 15px 55px 15px;
}
.buckets-complex p{
    color: #505050 !important;
    margin-bottom: 0;
}
.buckets-complex button{
    height: 40px;
    line-height: 40px;
    background-color: #008752;
    padding: 2px 15px 0 15px;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    position: absolute;
    font-family: AgendaSemibold;
    left:0;
    bottom:0;
    width: 100%;
    color: white;
    text-align: left;
}
.buckets-complex button i{
    position: absolute;
    margin-left: 5px;
    color: white;
    right: 15px;
}
@media(min-width: 1200px){
    .buckets-complex a:hover button,
    .buckets-complex a:active button{
        background-color: #505050;
        color: white;
    }
}
/****** Case Studies  ******/

.featured-case-studies{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px -15px;
}
.featured-case-studies .slick-list{
    width: 100%;
}
.featured-case-studies .item{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.featured-case-studies .item.w100{
    width: 100%;
}

.featured-case-studies .item.w25{
    width: 25%;
}

.featured-case-studies a{
    display: block;
    min-height: 330px;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
    overflow:hidden;
}
.featured-case-studies .image{
    height: 238px;
    width: 100%;
    position: relative;
}
.featured-case-studies img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-case-studies .info{
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 40px 20px 20px;
    width: 100%;
}
.featured-case-studies h4{
    color: white;
    margin: 0;
}
.featured-case-studies h3{
    color: white;
    margin: 9px 0 0 0;
}
.featured-case-studies .desc{
    min-height: 90px;
    background-color: #F5F5F5;
    padding: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.featured-case-studies .item button{
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    padding: 2px 20px 0 0;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    position: relative;
    font-family: AgendaSemibold;
    left:0;
    bottom:0;
    width: 100%;
    color: #008752;
    text-align: left;
}
.featured-case-studies .item button i{
    position: absolute;
    margin-left: 5px;
    top: 12px;
    color: #505050;
}
.featured-case-studies .slick-dots li {
    padding: 0px 10px;
}

.featured-case-studies .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #505050;
    text-indent: -9999px;
}
.featured-case-studies .slick-dots li.slick-active button{
    background-color: #008752;
}
@media(min-width: 1200px){
    .featured-case-studies a:hover button,
    .featured-case-studies a:active button{
        background-color: transparent;
        color: #505050;
    }
}
/****** Landing Buckets ******/
.landing-buckets{
	margin:30px auto;
	clear: both;
}
.landing-buckets .bucket {
	width:30%;
	height:255px;
	margin:20px 2%;
	display: block;
	float:left;
	position: relative;
}
.tpl-13 .landing-buckets .bucket {
	margin:20px 2% !important;
}
.landing-buckets .bucket:nth-child(3n+1) {
	margin-left:0;
}
.tpl-13 .landing-buckets .bucket:nth-child(odd) {
	margin-left:0 !important;
}
.landing-buckets .bucket:nth-child(3n+3) {
	margin-right:0;
}
.tpl-13 .landing-buckets .bucket:nth-child(even) {
	margin-right:0 !important;
}
/*
.landing-buckets .bucket:nth-child(even) {
	margin-right:0;
}
*/
.landing-buckets .bkt-img-wrap {
	background:#008445;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='path_relative_to_the_HTML_file',sizingMethod='scale')";	
	width: 100%;
	height:255px;
	position: relative;
}
.landing-buckets .bkt-img-wrap img {
	position: absolute;
	bottom: 0;
}
.landing-buckets a:hover .bkt-img-wrap img{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.landing-buckets .caption-wrap{
	color:#fff;
	text-align: center;
	letter-spacing: 0.05em;
	width:100%;
	height:255px;
	padding-top:50px;
	position:absolute;
	top:0;
}
.landing-buckets .icon {
	height:50px;
}
.landing-buckets .introtext {
    padding: 0 20px;
}
.landing-buckets .bkt-title{
	font-family:AgendaSemibold;
	font-size: 20px;
	/*font-size: 24px;*/
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0,0,0,0.2),1px 1px 0 rgba(0,0,0,0.2);
	margin: 20px auto 0;
	padding: 0 20px;
}

.landing-buckets .bkt-more {
	color: #006233;
	font-family: AgendaSemibold;
	font-size: 16px;
	text-transform: uppercase;
	background: #fff;
	width: 180px;
	margin: 0 0 0 -90px;
	padding: 15px 0 7px;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.bucket:hover .bkt-more {
	color:#008752;
	padding-bottom: 9px;
}


/****** Divison Home ******/
.division-home{
	width:45%;
	float:left;
}
.division-home h3{
	color:#008752;
	font-family: AgendaLight;
	font-size: 24px;
}


/****** Landing Horizontal Navigation ******/
#horizontal-nav {
	border-bottom:1px solid #ccc;
	margin-bottom:0;
	display: flex;
}
#horizontal-nav .secondary-nav > li{
	position: relative;
	display: flex;
	align-items: center;
	height: 65px;
}
#horizontal-nav .secondary-nav > li > a {
}
#horizontal-nav .secondary-nav > li:first-child > a{
    padding-left: 0;
}
#horizontal-nav .secondary-nav.long > li > a {
    text-align: center;
    max-width: 200px;
}
#horizontal-nav .secondary-nav.long > li:first-child > a{
    padding-left: 0;
}
#horizontal-nav .secondary-nav > li > a > span {
	line-height: 1;
    vertical-align: middle;	
	display: inline-block;
	position:relative;
	top: 2px;
}
#horizontal-nav .secondary-nav ul{
	background-color: #fff;
	border-top:1px solid #ddd;
	position: absolute;
	left: 0;
	top:56px;
	width: 250px;
	box-shadow:0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);
	padding: 10px 0;
	display: none;
	z-index: 9999;
}
#horizontal-nav .secondary-nav ul > li {
    position:relative;
}
#horizontal-nav .secondary-nav > li >  ul > li.parent > a:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f105";
    color:#444;
    float:right;
    margin-top:-2px;
}
#horizontal-nav .secondary-nav ul > li > ul {
    left:250px;
    top:-10px;
}
#horizontal-nav .secondary-nav li:hover > ul{
	display: block;
}

#horizontal-nav .secondary-nav > li:nth-child(8) ~ li{
    display: none;
}

#horizontal-nav .secondary-nav.customized > li:nth-child(8) ~ li{
    display: flex;
}


#horizontal-nav .secondary-nav > .active > a,
#horizontal-nav .secondary-nav > .active:hover > a {
	color: #008752;
}
#horizontal-nav .secondary-nav li:hover > a {
	color:#000;
}
.secondary-nav li > a:hover {
	color:#008752 !important;
}

#horizontal-nav .secondary-nav ul li{
	line-height: 1.2;
	border:none;
	/* border-left: 1px solid #eee; */
	float:none;
	margin: 8px 0;
    padding: 4px 10px 4px 10px;
}
#horizontal-nav .secondary-nav ul li:not(:last-child){
    border-bottom:1px solid #eee;
}
/* #horizontal-nav .secondary-nav ul li:nth-child(2n+1){
    border-left:none;
    padding-left: 0;
    clear:left;
} */
#horizontal-nav .secondary-nav ul li > a{
	font-size: 15px !important;
	font-family: AgendaLight;
	border-left: none;
	width: 100%;
	padding: 0 !important;
	display: block;
}
#horizontal-nav .secondary-nav {
    height: 65px;
	/*height: 56px;*/
}
#horizontal-nav .secondary-nav li{
	float:left;
}
.secondary-nav li a{
	color:#444;
	font-family: AgendaSemibold;
	font-size:14px;
	text-decoration: none !important;
	/*padding: 0 20px;*/
	padding: 0 18px;
	display:block;
	position: relative;
}


#horizontal-nav .secondary-nav > li > a:after {
	content:"";
	background: #ddd;
	height:20px;
	width: 1px;
	display: block;
	position: absolute;
	top:0;
	left:0;
}

#horizontal-nav .secondary-nav > li:first-child > a:after{
    display: none;
}

.basins #horizontal-nav .secondary-nav {
	height:auto;
}
.basins #horizontal-nav .secondary-nav.long li a {
	padding: 18px 15px 14px;
}
.basins #horizontal-nav .secondary-nav > li > a:after {
	top:14px;
}


/****** Sidebar - Left ******/
#sidebar-left{
	width:20%;
	margin:0 2% 30px 0;
	float:left;
}
#sidebar-left h2{
	color:#008752;
	font-family:AgendaSemibold;
	font-size:18px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin:0;
	padding:5px 10px 10px 0;
}
/*
#sidebar-left > nav > ul{
	width: 100%;
}
*/
#sidebar-left ul li{
	line-height: 1;
}
#sidebar-left ul li a {
	font-family: AgendaSemibold;
    font-size: 14px;
    text-decoration: none !important;	
	display: block;
	position: relative;
}
#sidebar-left ul li a:hover {
	color:#008752;
}
#sidebar-left > nav > ul > li{
	border: 1px solid #ccc;
	border-top:none;
}
#sidebar-left > nav > ul > li:before{
    display: none !important;
}
#sidebar-left > nav > ul > li.current {
	background: #fff;
}
#sidebar-left > nav > ul > li > a{
	color:#777;
	padding: 15px 15px 12px;
}
#sidebar-left > nav > ul > li > ul {
	box-shadow: inset -2px 1px 10px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset -2px 1px 10px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: inset -2px 1px 10px 0 rgba(0,0,0,0.2);
	width: 100%;
}
#sidebar-left > nav > ul > li > ul > li > ul, 
#sidebar-left > nav > ul > li.active > ul {
	background: #eee;
}
#sidebar-left > nav > ul > li > ul {
	display: none;
}
#sidebar-left > nav > ul > li.active > ul {
	display: block;
}
#sidebar-left > nav > ul > li > ul li{
	border-bottom: 1px solid #ccc;
}
#sidebar-left > nav > ul > li > ul li:before{
    display: none !important;
}
#sidebar-left > nav > ul > li > ul li.first {
	border-top: 1px solid #ccc;
}
#sidebar-left > nav > ul > li > ul li.last {
	border-bottom: none;
}
#sidebar-left > nav > ul > li > ul li a{
	color:#96adab;
	padding: 15px 5px 12px 20px !important
}
#sidebar-left .current > a{
	color:#444 !important;
	border-right: 1px solid #fff;
	padding: 15px 30px 12px 15px !important;
	position: relative;
	right:-1px;
}
#sidebar-left ul ul .current {
	background: rgb(238,238,238);
background: -moz-linear-gradient(left,  rgba(238,238,238,1) 20%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 20%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right,  rgba(238,238,238,1) 20%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=1 );
	box-shadow: inset 2px 0px 4px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 2px 0px 4px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 2px 0px 4px -2px rgba(0,0,0,0.2);
}
#sidebar-left ul ul .current > a {
	padding-left:20px !important;
}
#sidebar-left .current > a:after {
	content:"\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	line-height: 1;
	display: block;
	position: absolute;
	top:14px;
	right:10px;
}

.tpl-14 #sidebar-left > nav > ul > .current > a{
	color:#96adab !important;
	background:none !important;
}

.block #sidebar-left{
    width: 100%;
}

/****** Sidebar - Right ******/

#sidebar-right{
	width: 20%;
	margin:0 0 40px 2%;
	float:right;
}
.block #sidebar-right{
    width: 100%;
    margin: 0;
    float: none;
}
#sidebar-right form label{
	display:none;
}
#quickContact h4{
	color:#505050;
	font-family:AgendaLight;
	font-weight: 600;
    font-size: 24px;
    line-height: 28px;
	text-transform: uppercase;
	margin:0 auto 10px;
}
.sidebar-library a{
    display: block;   
}
.sidebar-library img{
    width: 100%;
}
#sidebar-right * + #accordion{
    margin-top: 50px;
}
#sidebar-right #accordion + *{
    margin-top: 50px;
}
#sidebar-right .hexagon-icons{
    padding-left: 15px;
    padding-right: 15px;
}
#sidebar-right .panel-title>a {
    color: #505050;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    font-family: AgendaLight;
    padding-top: 15px;
    text-decoration: none !important;
    padding-left: 0;
}
#sidebar-right .panel-title>a i{
    font-size: 16px;
}
#sidebar-right .panel-group .panel{
    border: 0;
    border-radius: 0;
}

#sidebar-right .panel-default>.panel-heading{
    background-color: white;
    border-color:#D3D4D8 ;
}

#sidebar-right .panel-default>.panel-heading+.panel-collapse .panel-body{
    padding-right: 0;
    padding-left: 0;
}

#sidebar-right .g-recaptcha{
    transform: scale(.9);
    margin-left: -15px;
}
#sidebar-right .video{
    height: 200px;
}
#sidebar-right .video .play{
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 43px;
}
#sidebar-right .video .play i{
    font-size: 14px;
    line-height: 43px;
}

/****** Forms ******/
#token {
	width:1px;
	height:1px;
	padding:0px;
	margin:0px;
	border:none;
	position: absolute;
	left:-9999px;
}
#contact {
	padding: 0 0 40px
}
.block + #contact{
    margin-top: -60px;
}
/*
#rfq{
	padding: 30px;
}
*/
#contact h4,
#rfq h4{
	color:#999;
	font-family: AgendaLight;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom:20px;
}
#rfq h4 span{
	color:#505050; 
	font-family:AgendaSemibold;
}
.forms .form-left{
	width:48%;
	margin-right: 20px;
	float:left;
}
.forms .form-right{
	width:48%;
	float:right;
}
#quickContact .form-left,
#quickContact .form-right {
/*     width: 100%; */
    width: 100%;
	margin:0;
	float:none;
}

#sidebar-right #accordion {
    width: 100%;
}

#sidebar-right #accordion .input-wrap {
    width: 100%;
}

#sidebar-right #accordion .input-wrap #comments {
    width: 100%;
}

 @media (max-width: 1199px) {
     #quickContact .form-left,
    #quickContact .form-right {
    /*     width: 100%; */
        width: 100% !important;
    	margin:0;
    	float:none;
    }
    #sidebar-right #accordion {
        width: 100%;
    }
    #sidebar-right #accordion .input-wrap {
        width: 100%;
    }
    #sidebar-right #accordion .input-wrap #comments {
        width: 100%;
    }
}



#page-contact-ndf #quickContact,
#page-contact-mats #quickContact,
#page-contact-us #quickContact{display:none;}

.id-251 #quickContact{display:none;}
.id-251 #news-sidebar {margin: 0;}

.id-901 #quickContact{display:none;}
/*.id-901 #news-sidebar{margin: 0;}*/



.ndf-contact .form-left,
.ind-contact .form-left,
.manufacturing-contact .form-left,
.mats-contact .form-left{margin-right:10px !important;}
.ndf-contact textarea,
.manufacturing-contact textarea,
.ind-contact textarea,
.mats-contact textarea{height:201px !important;}
.ndf-contact .submit,
.manufacturing-contact .submit,
.ind-contact .submit,
.mats-contact .submit{float:none !important;}

.ndf-contact .checkbox{
	display:block;
	clear:both;
	text-align: left !important;
	padding:0 !important;
}
.ndf-contact .checkbox label{
	font-family:AgendaMedium;
	float:left;
	padding:0;
	margin: 0;
}
.ndf-contact .checkbox input{
	margin:2px 6px 0 1px;
	width:auto !important;
}

#newpark-region {
	margin-left:10px;
	display: none;
}
#newpark-region.active {
	display: block;
}

#rfq textarea,
#contact textarea {
	height:255px;
}
#quickContact textarea {
	height: 140px;
}
#quickContact .submit {
    margin: -10px 0 0 0;	
	float:none;
}
#location {
	display:none;	
}



/* Locations */
.location-block {
	padding-top: 20px;
}
.location-block h3{
	color:#008752 !important;
	font-family: AgendaSemibold !important;
	font-size:20px !important;
	
}
.location-block .address{
	font-size:14px !important;
	margin:0 0 10px;
}
.location-block .phone{
	color:#505050 !important;
	font-size:16px !important;
	font-weight:bold;
	margin:0;
}
.contact-map{
	text-align: center;
}
.contact-map img{
	width: 95%;
}
.locator-btn{
	color:#fff !important;
	font-family:AgendaSemibold;
	text-decoration: none !important;
	text-transform: uppercase;
	line-height: 1.2;
	background: url(/images/icons-sprite.png) no-repeat -10px -171px #008752;
	padding: 12px 25px 10px 40px;
	display: inline-block;
}
.locator-btn:hover{
	background-color:#444;
}


/****** 3 columns landing buckets ******/
.tpl-13 .landing-buckets .bucket {
	width: 48%;
}
.tpl-13 .landing-buckets .bkt-img-wrap,
.tpl-13 .landing-buckets .bkt-img-wrap img,
.tpl-13 .landing-buckets .caption-wrap{
	width:100%;
	height:255px;
}
.tpl-13 .landing-buckets .bkt-caption{
	padding-left:10px;
	padding-right:10px;
}


/****** Quick Search Product Page ******/
.product-search{
	border-bottom: 1px solid #ddd;
	margin:0 auto 25px;
	padding: 0 0 25px;
}
.product-search h3{
	color:#999 !important;
	font-family: AgendaLight !important;
	font-size: 24px !important;
	text-transform: uppercase;
	margin: 10px 20px 0 0 !important;
	display: inline-block;
}
.product-search a{
	color:#666 !important;
	font-family:AgendaSemibold;
}
.product-search .product-search-container{
	width: 370px;
	display: inline-block;
	position:relative;
}
.product-search #product-select{
	color:#666;
	font-family:AgendaSemibold;
	font-size: 16px;
	line-height: 42px;
	letter-spacing: 0.05em;
	background: #F5F4EB;
	border:1px solid #CFCCB5;
	height:40px;
	margin:0;
	padding: 0 15px;
	position: relative;
	cursor: pointer;
}
.product-search #product-select:hover {
	color:#000;
}
.product-search #product-select.active {
	color:#505050;
}
.product-search #product-select:after {
	content:"\f107";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	line-height: 1;
	display: block;
	position: absolute;
	top:12px;
	right:15px;
}
.product-search #product-select.active:after {
	content:"\f404";
	font-size: 24px;
	top:7px;
}

.product-search .secondary-nav {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top:none;
	box-shadow:0 4px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:0 4px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 4px 4px rgba(0,0,0,0.1);
	width: 100%;
	margin: 0;
	padding:0;
	position: absolute;
	z-index: 10;
	display:none;
}
.product-search .secondary-nav > li{
	line-height: 1.2;
}
.product-search .secondary-nav li {
	margin-bottom: 0 !important;
}
.product-search .secondary-nav li:before{
    display: none !important;
}
.product-search .secondary-nav > li > a{
	font-size:16px;
	line-height: 1.2;
	border-bottom: 1px solid #ccc;
	padding:13px 15px 8px;
}
.product-search .secondary-nav li li a {
	font-size:14px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	padding:8px 15px 4px 25px;
}


/****** Product Detail Page *******/
.bk-cat{
	color:#008752;
	font-family: AgendaSemibold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background:url(/images/green-left-arrow.png) no-repeat left 0;
	padding-left: 15px;
}
.bk-cat:hover{
	text-decoration: none;
	color:#005d38;
}
#product-detail .product-description h2{
	margin-top:0;
}
#product-detail .quote-btn{
	color:#fff;
	font-size:16px;
	padding: 10px 20px 6px 48px;
	float: right;
}
#product-detail .quote-btn:after {
	content:"";
	background:url(/images/logo-icon-button.png) center center/15px 20px no-repeat #008752;
	height:32px;
	width: 34px;
	top:0;
	right:auto;
	left:0;
}
.product-specs {
	color:#888;
	margin-bottom:50px;
}
.product-specs .section {
	border-top:1px solid #ddd;
	padding-top:30px;
	margin-top:30px !important;
	position: relative;
}
.product-specs .icon {
    vertical-align: text-bottom;
    margin:0 5px 0 0;
	display: inline-block;
}
.product-specs h3{
	color: #037a41 !important;
	margin:0 0 20px !important;
}
/*.product-specs p,
.product-specs li {
	font-size: 14px !important;
}*/
.icon-b{
	background:url(/images/icon-b.png)no-repeat left 85%;
	padding-left: 45px;
}
.icon-app{
	background:url(/images/icon-app.png)no-repeat left 85%;
	padding-left: 45px;
}
.icon-tr{
	background:url(/images/icon-tr.png)no-repeat left 85%;
	padding-left: 45px;
}
.icon-hs{
	background:url(/images/icon-hs.png)no-repeat left 85%;
	padding-left: 45px;
}
.icon-pack{
	background:url(/images/icon-pack.png)no-repeat left 85%;
	padding-left: 45px;
}


/****** Global Locator Page *******/
.filter-wrap select{
	width:100%;
	position: relative;
	border: 0 solid #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:url(/images/grey-down-arrow.png) no-repeat 95% center #fff;
	cursor:pointer;
}
#locations-clear-btn{
	float: right;
	color: #fff;
	text-transform: uppercase;
	background: url(/images/icons-sprite.png) no-repeat -15px -244px #037a41;
	padding: 10px 25px 10px 45px;
	cursor:pointer;
}
.locator-column{
	width:25%;
	float:left;
	padding:0 20px;
}
.locator-column.column-1 {
	padding-left: 0;
}
.locator-column.column-4 {
	padding-right: 0;
}
.locator-column.dim {
	opacity:0.4;
	filter:alpha(opacity=40);
}

#main-content .locator-column>h3:first-child{
	font-size: 21px;
	line-height: 52px;
	border-bottom: 1px solid #ddd;
	height:55px;
	margin:0;
}
#main-content .locator-column.column-3>h3:first-child,
.intl #main-content .locator-column.column-4>h3:first-child {
	line-height: 1;
}
.locator-locations{
	margin:0 auto 50px;
	padding:50px 0;
	border-bottom:1px solid #ddd;
	clear: both;
	position: relative;
}
.locator-locations .column-2:before,
.locator-locations .column-3:before,
.locator-locations .column-4:before{
	content: '';
	/*height: 600px;*/
	height: 92%;
	display: block;
	width: 1px;
	background: #ddd;
	position: absolute;
	margin-left: -20px;
}

#global-map{
	text-align: center;
	position: relative;
}
#global-map .global-map {
	max-width: 691px;
}

#global-map img{
	margin: 0 auto;
}

#global-map .pin i{
	font-size: 2em;
	color: #037a41;
}
#global-map .pin,
#global-map .pin span {
	position: absolute;
	left: 0%;
	top:0%;
}
#global-map .pin span{
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 4px #fff,-1px -1px 4px #fff,1px -1px 4px #fff,-1px 1px 4px #fff;
	vertical-align: middle;
	line-height: 1.2;
	width: 82px;
	cursor: default
}

#global-map span:before {
	content:"\f3c5";
	color:#037a41;
	font-family: "Font Awesome 5 Pro";
	font-size: 24px;
	font-weight: bold;
	text-decoration: none !important;
	display: block;
	margin:0 auto 4px;
}

#global-map #north-america{
	max-width:301.5px;
	/*left: 20.7%; /*Added by Moez Ali*/
	left: 21.3%;
    top: -0.1%;
}
#global-map #north-america span {
	top:66%;
	left:32%;
	cursor:pointer;
}
#global-map #south-america{
	max-width:91px;
	/*left: 34.9%;*/
	left: 35.1%;
    top: 57.1%;
}
#global-map #south-america span {
	top:20%;
	left:28%;
	cursor:pointer;
}
#global-map #europe{
	max-width:205px;
	left: 45.4%;
    top: 4%;
}
#global-map #europe span {
	top: 35%;
    left: 8%;
    cursor:pointer;
}
#global-map #asia{
	max-width:315px;
    top: 2.2%;
    left: 52.6%;
}
#global-map #asia span {
	top: 78%;
    left: 41%;
    cursor:pointer;
}
#global-map .pin:hover span {
	color:#222;
}
#global-map .pin img {
	opacity:0;
	filter:alpha(opacity=0);
}
#global-map .pin.active img,
#global-map .pin:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}


/****** PDF ******/
#main-content .pdf-ctas > a {
	color: #fff;
	font-family: 'AgendaSemibold';
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 42px;
	background: #037a41;
	height:40px;
	min-width: 190px;
	margin: 30px 30px 30px 0;
	padding: 0 20px;
	display: inline-block;
}
#main-content .pdf-ctas > a:hover {
	color: #fff;
	background: #005c37;
}

.pdf-ctas > a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 2px 2px #055204;
    background: #0a9107;
    border: 1px solid #055204;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 36px;
    line-height: 36px;
    min-width: 190px;
    margin: 10px;
    padding: 0 1.25em;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.pdf-ctas > a:hover {
    background: #0cb809;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pdf-iframe{
	height:auto;
	width: 100%;
    padding-top: 0px;
    padding-bottom: 129.4%; /* 8.5:11 */
	margin-bottom:50px;
	overflow: hidden;
    position: relative;
    z-index: 1;
}

.pdf-iframe iframe {
	min-width: 100%; 
	overflow: hidden;
}

.pdf-iframe iframe,
.pdf-iframe object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.pdf-iframe .resp { display: none; }
@media only screen and (max-width: 1199px) {
    .pdf-iframe .default { display: none !important; }
    .pdf-iframe .resp { display: block !important; }
}


#iframe_internal::-webkit-scrollbar {
	width:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#iframe_internal::-webkit-scrollbar-track {
	background-color:#eee;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#iframe_internal::-webkit-scrollbar-thumb {
	background-color:#505050;
	border:none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}


/****** Library Tab *******/
#library-tab #tabs-menu{
	list-style: none;
	box-shadow: inset 0 -1px 0 #222;
	-moz-box-shadow: inset 0 -1px 0 #222;
	-webkit-box-shadow: inset 0 -1px 0 #222;
	margin: 30px 0;
	padding-left:0;
	display: block;
}

#library-tab #tabs-menu .current {
	border: 1px solid #222;
	border-bottom: 1px solid #fff;
}
#library-tab #tabs-menu .current a{
	color:#037a41;
}
#library-tab #tabs-menu .first.current{
	border-left: 1px solid #222;
}
#library-tab #tabs-menu .first{
	border-left:1px solid #bfc2c8;
}
#library-tab #tabs-menu li{
	border-right: 1px solid #bfc2c8;
	border-top:1px solid #bfc2c8;
	font-family:AgendaSemibold;
	font-size: 18px;
	text-decoration: none;
	line-height: 1;
	letter-spacing: 0.05em;
	vertical-align: middle;
	height: 50px;
	padding: 0 25px;
	display: table-cell;
}

#library-tab #tabs-menu li a{
	color:#222;
	text-decoration: none !important;
}
#library-tab #tabs-menu li:before{
    display: none !important;
}
#library-tab #tabs-menu li:hover a{
	color:#037a41;
}
#library-tab .tab-content{
	display:none;
}
#library-tab .current .tab-content {
	display: block;
}


/****** Tabbed Content ******/
#tabbed-content {
	padding:20px 0;
	clear:both;
}
#tabs-menu, 
#tabs-wrapper {
	margin:0 !important;
	position:relative;
}
#tabs-wrapper {
	border-bottom: 1px solid #222;
}
#tabs-menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px !important; /*added by Moez*/
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:1;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-bottom: none;
	border-left: none;
	height:48px;
	max-width: 280px;
	margin:0;
	display:inline-block;
	position:relative;
	padding-left: 0 !important;
}
#tabs-menu li:before{
    display: none !important;
}
#tabs-menu li:first-child {
	border-left:1px solid #ddd;
}
#tabs-menu li:hover {
    background: #f3f3f3;
}
#tabs-menu .current, 
#tabs-menu .current:hover {
	color: #222;
    background: none;
	border: 1px solid #222 !important;
	border-bottom: none !important;
    position: relative;
}
#tabs-menu .current:after {
	content:"";
	background: #fff;
	height:1px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: -1px;
}

#tabs-menu li a {
	color:#888;
	text-decoration:none !important;
	line-height: 1;
	padding:16px 20px;
	display:block;
}
#tabs-menu .current a,
#tabs-menu .current:hover a {
	color: #222;
}

#tabs-wrapper .prev, 
#tabs-wrapper .next {
	color:#222;
	font-size:18px;
	text-align:center;
	line-height:50px;
	vertical-align: middle;
	background:#eee;
	height:48px;
	width:50px;
	position:relative;
	z-index:10;
	cursor:pointer;
	display:none;
}

#tabs-wrapper .tab-content {
    font-size: 15px;
	margin:0 !important;
	padding:30px 20px 15px;
	position:relative;
	clear:both;
	display:none;
}
#tabs-wrapper .tab-content ul {
	padding: 0 0 0 20px;
}
#tabs-wrapper .tab-content ul li {
	margin:5px 0;
}

#tab-content-wrapper .show,
#tabs-wrapper .current .tab-content {
	display:block;	 
}
.tabbed-content .nav-tabs{
    display: flex;
}
.tabbed-content .nav-tabs li{
    border: 0 !important;
    border-bottom: 4px solid transparent !important;
    margin: 0 0 -2px 0 !important;
}
.tabbed-content .nav-tabs li a{
    font-family: AgendaLight;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.35px;
    color: #505050;
    padding: 5px 20px;
    border: 0 !important;
}
.tabbed-content .nav-tabs li:before{
    display: none !important;
}
.tabbed-content .nav-tabs li.active{
    border-color: #008752 !important;
}
.tabbed-content .nav-tabs li.active:before{
    display: none;
}
.tabbed-content .nav-tabs li.active a{
    color: #008752;
}
.tabbed-content .nav-tabs>li.active>a, 
.tabbed-content .nav-tabs>li.active>a:hover, 
.tabbed-content .nav-tabs>li.active>a:focus,
.tabbed-content .nav>li>a:hover, 
.tabbed-content .nav>li>a:focus{
    background-color: white !important;
    color: #008752;
    border:0 !important;
}
.tabbed-content .tab-content{
    padding: 30px 0;
}
/****** News Section Home Page ******/
#news-home{
	background:#F5F5F5;
	-webkit-box-shadow: inset 0 3px 3px 0 rgba(0,0,0,0.3);
	-moz-box-shadow:	inset 0 3px 3px 0 rgba(0,0,0,0.3);
	box-shadow:	 inset 0 3px 3px 0 rgba(0,0,0,0.3);
	padding:60px 0;
}
#news-home .constraint {
	position: relative;	
}
#news-home .constraint:before{
	content: '';
	background: #ddd;
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	top:34px;
}
#news-home h3,
#news-sidebar h3,
#videosidebar h3{
	color: #505050;
    display: block;
    float: none;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    font-family: AgendaLight;
	margin:0 0 15px;
}

#videosidebar{
    margin-top:20%;
}
.w25 #videosidebar{
    margin-top: 0;
}

.id-901 #videosidebar,
.id-197 #videosidebar {
    margin-top:0;
}

#news-home h3 a {
	color:#505050;
}
#news-home .column {
	width:33%;
	padding-right:50px;
	float:left;
}
#news-home .column.last {
	padding-right:0;
}
#news-home .title {
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-size: 14px;
    line-height: 20px;
}
#news-home .post-info,
#news-sidebar .post-info{
	font-size:11px;
	margin-bottom: 5px;
}
#news-sidebar .post-info {
	margin:0 0 5px;
}
#news-sidebar .title,
#news-home .title a,
#news-sidebar .title a{
	font-size:14px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
}
#news-home .green-btn{
    float: left;
}

#main-content .entry .post-more:hover {
	color: #fff;
}


/****** News Sidebar ******/
#news-sidebar{
	margin:50px 0 0;
}
.news-sidebar h3{
    color: #505050;
    display: block;
    float: none;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    font-family: AgendaLight;
}
.news-sidebar h3 + hr,
.news-sidebar p + hr{
    margin-top: 15px;
    margin-bottom: 15px;
}
.news-sidebar + .news-sidebar{
    margin-top: 50px;
}
.news-sidebar .post-info .date{
    color: #505050;
}
@media(max-width: 767px){
    .news-sidebar + .news-sidebar{
        display: none;
    }
}
/*#page-contact-ndf #news-sidebar, */
#page-contact-mats #news-sidebar, 
#page-contact-us #news-sidebar {
	margin:0;
}
#news-sidebar h4 a {
	font-family: AgendaLight;
}
#videosidebar + *{
    margin-top: 50px;
}


#news-sidebar > div {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
#news-sidebar > div:last-of-type {
	border-bottom: none;
}


/****** News Blog Page ******/
/*
.tpl-25 #inter-banner h1{font-size:68px;}
.tpl-25 #content{margin-top:30px;margin-bottom:30px;}
*/
#news-filters {
	background:#eeeeee;	
	border-bottom: 1px solid #ccc;
	padding:20px;
}
#page-global-locator #news-filters {display: none;}
#news-filters h3{
	color:#505050;
	font-family: AgendaSemibold;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin:8px 30px 0 0;
	float: left;
}
#news-filters .filter-sep{
	color:#ccc;
	font-family: AgendaLight;
	font-size:30px;
}



#news-filters .select-title,
.filter-wrap{
	line-height: 36px;
	width:270px;
	height:40px;
	background:url(/images/grey-down-arrow.png) no-repeat 92% 50% #fff;
	border: 1px solid #ccc;
	margin-right:30px;
	float:left;
	position:relative;
	cursor: pointer;
}
#news-filters .select-title:last-child {
	margin-right: 0;
}

#news-filters .select-title span,
#news-filters .select-title ul li a,
.filter-wrap select{
	color:#444;
	font-family:AgendaRegular;
	font-size:14px;
	text-transform: capitalize;
	letter-spacing: 0.05em;
	padding: 0 15px;
}
#news-filters .select-title ul li:before{
    display: none;
}
#news-filters .select-title span {
	font-family:AgendaSemibold;
}

#news-filters .select-title ul,
.byYear ul li ul{
    display:none;
}

.select-title ul{z-index:100;}

#news-filters .select-title ul{
	list-style: none;
	width:100%;
	background:#fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-shadow:0 4px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:0 4px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 4px 4px rgba(0,0,0,0.1);
	padding: 10px 0;
	position:absolute;
	top: 39px;
}

/* Added by Moez Ali*/
#news-filters .select-title1 ul{
	height:200px;
    overflow-y: scroll;
}
/* End by Moez Ali*/

#news-filters .select-title:hover ul{
	display: block;
}
#news-filters .select-title ul li{
	line-height: 1.2;
	padding: 0;
}
#news-filters .select-title ul li:hover{
	 background:#eee;
	 cursor: pointer;
}
#news-filters .select-title ul li a{
	display: block;
	vertical-align: middle;
	padding: 10px 15px;
}
#news-filters .select-title ul li:hover a{
	text-decoration: none;
	color:#037a41;
}


#news-filters #news-clear {
	color:#a00;
	text-decoration: none !important;
	text-transform: uppercase;
	line-height: 1;
	margin:8px 0 0;
	float: left;
	display: none;
}
#news-filters #news-clear:before {
	font-size: 18px;
	position: relative;
	top:2px;
	right:2px;
}
#news-filters #news-clear:hover {
	color:#222;
}
#news-filters-active{
    margin-top: 15px;
    display: none;
}
.news-feed{
    padding-left: 15px;
    padding-right: 15px;
}
.news-feed .item{
    margin-bottom: 20px;
}
.news-feed h4{
    margin-top: 0;
    text-transform: uppercase;
}
.news-feed .title a {
    color: #707070;
}
.news-feed .post-info{
    margin-bottom: -5px !important;
}
/* Articles */
.post{
	padding:28px 0 30px;
	border-bottom: 1px solid #ccc;
}
#content .post-info{
	font-size: 11px;
}
#content .post-info + hr{
    margin: 15px 0;
}
.post-info .date{
	color:#505050;
	font-size: 14px;
    line-height: 20px;
    font-weight: bold;
	margin-right:3px;
}
.post-info .tl-tag{
	color:#999;
	text-transform: uppercase;
	margin:0 3px;
}
.title{
	margin-top:5px;
	margin-bottom: 10px;
}


#page-careers-main #sidebar-right #quickContact, #page-training-at-newpark #sidebar-right #quickContact, #page-equal-employment #sidebar-right #quickContact{
    display:none;
}
#page-contact-ndf #sidebar-right .panel-group{
    display:none;
}

#page-manufacturing-contact-us #sidebar-right .panel-group{
    display:none;
}




.post .title a{
	font-family: AgendaSemibold;
	font-size: 24px;
	letter-spacing: 0.05em;
}
.post .entry p{
	margin-bottom:25px;
}
.post .blog-image{
	max-width: 200px;
	margin:5px 20px 0 0;
	float:left;
}
.blogImg {
	width: 180px;
	padding:0 20px 20px 0;
	float: left;
}
.blogImg:first-of-type {
	width: 360px;
	padding:0 0 20px 20px;
	float: right;
}
.blogImg img {
	width: 100%;
	margin:5px 0 0;
}
.blogImg span,
p .caption {
	font-size: 12px;
	line-height: 1.3;
	background: #eee;
	border: 1px solid #ddd;
	border-top: 0;
	box-shadow: inset 0 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	padding: 6px 8px 5px;
	display: block;
}
p .caption {
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #ddd;
	margin:10px auto 0;
}


.id-367 .blogImg,
.id-369 .blogImg {
	width: 200px;
}

/* Image Links */
.imageLink {
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	width: 180px;
	margin:5px 20px 15px 0;
	display: inline-block;
}
.imageLink.small {
	width: 100px;
}
.imageLink img {
	width: 100%;
	margin:0 0 5px;
	display: block;
}


/****** Misc *******/
.working-iframe {
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-bottom: 10px;
}
#ind-apps {
	background: #eee;
	padding: 20px;
}
#ind-apps h2 {
	margin-top: 0;
}
#ind-apps * {
	text-shadow: 1px 1px 0 #fff;
	padding: 0.2%;
}

/****** Video ********/

.video-block .title{
    max-width: 100%;
    width: 100%;
    text-align: right;
    margin:0 auto;
    padding: 15px 0 8px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.35px;
    font-family: AgendaLight;
    color: #505050;
    font-style: italic;
}
.video-block .subtitle {
	max-width: 100%;
    width: 100%;
    text-align: right;
    margin:0 auto;
    padding: 0 0 12px 0;
    font-size: 13px;
    line-height: 15px;
    color: #505050;
    font-style: italic;
}

.video-block .video + .subtitle{
    padding-top: 15px;
}

.video-block .caption{
    background-color: #008752;
    padding: 0 15px;
}

.video-block .caption .title{
    color: white;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}

.video-block .caption .subtitle{
    color: white;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.video-block .caption .subtitle:first-child{
    padding-top: 15px;
}

.video-block.has-caption .video{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.video{
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
    overflow:hidden;
    position: relative;
}

.video:before{
    display: none;
}

.video:after{
    display: none;
}

/****** Files *******/
.files-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: -20px;
}

.files-list a{
    display: block;
    width: 33.33%;
    background-color: transparent;
    position: relative;
    min-height: 30px;
    padding-left: 25px;
    margin-bottom: 20px;
    border-radius: 0;
}
.files-list.one-column a{
    width: 100%;
}
.files-list.two-column a{
    width: 50%;
}
.files-list.three-column a{
    width: 33.33%;
}
.files-list.four-column a{
    width: 25%;
}
.files-list .title{
    font-weight: bold;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}
.files-list a:hover span,
.files-list a:active span{
    color: #505050;
}
.files-list a:hover i:before,
.files-list a:active i:before{
    color: #505050;
}
.files-list i{
    color: #505050;
    height: 30px;
    width: 25px;
    position: absolute;
    left: 0;
    top: 4px;
}

.files-list i:before{
    font-size: 20px;
    color: #505050;
}

.files{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px;
}

.files a{
    display: block;
    width: 270px;
    background-color: transparent;
    position: relative;
    min-height: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    border-radius: 0;
}
.files a:hover .h5,
.files a:active .h5{
    color: #505050;
}
.files a:hover i:before,
.files a:active i:before{
    color: #505050;
}
.files .h5{
    left: 0;
    padding-right: 40px;
    padding-left: 0;
    text-align: left;
    z-index: 2;
    color: #008752;
    margin-top: 3px;
    font-weight: 600;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.files i{
    color: #008752;
    height: 30px;
    width: 48px;
    position: absolute;
    right: 0;
    top: 0;
}

.files i:before{
    font-size: 20px;
    color: #008752;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.files.has-image a{
    height: auto;
    width: 270px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}
.files.has-image .image{
    height: 300px;
    width: 100%;
    max-width: 270px;
    display: block;
    position: relative;
}
.files.has-image .image img{
    display:block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-height: 100%;
    border: 1px solid black;
   /* -webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.25);*/
}
.files.has-image .h5{
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    padding: 0;
    text-align: center;
    display: block;
    margin-top: 15px;
    font-weight: bold;
}
.files.align-files-left{
    text-align: left;
}
.files.has-image.align-files-left{
    justify-content: flex-start;
    text-align: left;
}
.files.has-image.align-files-left a{
    margin-left: 0;
    margin-right: 15px;
}
.files.has-image.align-files-left img{
    left: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.files.has-image.align-files-left .h5{
    text-align: left;
    max-width: 230px;
}
/***** Images/Gallery *******/
.gallery .img-wrapper a{
    position: relative;
    text-decoration: none;
}

.gallery .img-wrapper img{
    min-width: 0;
    min-height: 0;
    display: block;
    border-radius: 5px;
}
.gallery.crop-image .img-wrapper img{
    min-width: 100%;
    min-height: 100%;
    max-width: 0;
    object-fit: cover;
}
.gallery .caption-inner{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    color: white;
    padding: 15px;
    background-color: rgba(0, 132, 61, .66);
}
.gallery.default .image{
    height: auto;
}
.gallery.default .img-wrapper img{
    min-width: 100%;
}
.gallery.default.crop-image .image{
    height: 280px;
}
.gallery.default[data-count="4"].crop-image .image{
    height: 200px;
}
.gallery.default.has-caption-outer img{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.gallery.default .caption-outer{
    background-color: #008752;
    color: white;
    padding: 20px;
    min-height: 50px;
    font-size: 1em;
    text-align: left;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.gallery.default.has-caption-outer a{
    height: 100%;
    background-color: #008752;
    border-radius: 4px;
}
@media(max-width: 1199px){
    .gallery.default .img-wrapper{
        width: 50% !important;
    }
}
@media(max-width: 767px){
    .gallery.default{
        justify-content: flex-start;
        max-width: 100%;
        margin: 0;
    }
    .gallery.default .img-wrapper{
        width: 100% !important;
    }
    .gallery.default .image{
        height: auto;
    }
}
@media(max-width: 400px){
    .gallery.default .image{
        height: auto;
    }
}
/****** Image Text Blocks *******/
.image-text-blocks{
    justify-content: space-between;
}

.image-text-blocks a{
    text-decoration: none !important;
}
.image-text-block h4{
    text-align: center;
}
.image-text-block .image{
   height: 130px;
}
.image-text-blocks.on-image .image-text-block{
    position: relative;
}
.image-text-blocks.on-image .image{
    height: 280px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.image-text-blocks.on-image h4{
    text-align: left;
}
.image-text-blocks.on-image .content{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 280px;
    text-align: center;
}
.image-text-blocks.on-image .secondary-content{
    position: relative;
    width: 100%;
    top: 0;
    padding-top: 15px;
    color: #505050;
    font-size: 14px;
    line-height: 20px;
    background-color: white;
    flex-grow: 1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.image-text-blocks.on-image h4{
    width: 100%;
    text-align: center;
    margin: auto;
    font-size: 55px !important;
    line-height: 55px;
    height: 34px !important;
    color: white;
    position: absolute;
    top: 80px;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0,.5);
}
.image-text-blocks.on-image .content p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    color: #fff !important;
    text-align: center;
    font-size: 28px;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0,.5);
}
.image-text-blocks.next-image a{
    display: flex;
    flex-wrap: wrap;
    text-decoration: none !important;
}
.image-text-blocks.next-image .image{
    width: 50%;
    height: 200px;
    margin:0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.image-text-blocks.next-image .content{
    background-color: #F5F5F5;
    width: 50%;
    height: 200px;
    margin:0;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.image-text-blocks.next-image .secondary-content{
    margin-top: 15px;
}
.image-text-blocks.next-image h4{
    margin-top: auto;
    color: #666;
    font-size: 14px;
    width: 100%;
    line-height: 20px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.image-text-blocks.next-image .desc{
    margin-bottom: auto;
    margin-top: 0;
}
.image-text-blocks.default .content{
    background-color: white;
}
.has-bg .image-text-blocks.on-image .image-text-block,
.has-bg-image .image-text-blocks.on-image .image-text-block{
    display: flex;
    flex-direction: column;
}
.has-bg .image-text-blocks.on-image .secondary-content,
.has-bg-image .image-text-blocks.on-image .secondary-content{
    padding: 30px;
}
.has-bg .image-text-blocks.default .content,
.has-bg-image .image-text-blocks.default .content{
    padding: 5px 10px 15px 10px;
}
.image-text-blocks.default h4{
    font-size: 17px;
}
@media(min-width: 1200px){
    .image-text-blocks.next-image a:hover .image{
        opacity: .9;
    }
}
@media(min-width: 768px){
    .extra-tall-box{
        padding-top: 250px !important;
    }
}

/* Kronos CTA */
.kronos-cta{
    height: 400px;
}
.kronos-cta h2{
    margin-top: 180px !important;
}
.kronos-cta .button{
    margin-top: 30px;
}
@media(max-width: 767px){
    .kronos-cta{
        height: auto;
    }
    .kronos-cta h2{
        margin-top: 0;
        text-align: left;
        color: #505050 !important;
    }
    .kronos-cta .button{
        margin-top: 23px;
    }
}
/****** Footer *******/
footer{
	clear: both;
}
#footer .green-top{
	text-align: center;
	background:url("/images/footer-bg.jpg") no-repeat top center #005d38;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='path_relative_to_the_HTML_file',sizingMethod='scale')";
	padding: 60px 0;
}
#footer .green-top .constraint{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .green-top a{
	text-decoration: none !important;
	text-align: center;
	vertical-align: top;
	width:24%;
	padding: 0 10px;
    display: inline-block;
}
#footer .green-top a button{
    margin-top: 5px;
}
#footer .green-top .item .item-image{height:80px;}
#footer .green-top .item-1 .item-image{
	background:url("/images/cog-wheel.png") no-repeat center center;
}
#footer .green-top .item-2 .item-image{
	background:url("/images/global-presence.png") no-repeat center 70%;
}
#footer .green-top .item-3 .item-image{
	background:url("/images/icon_hardhat.png") no-repeat center 70%;
}
#footer .green-top .item-4 .item-image{
	background:url("/images/sustain.png") no-repeat center 70%;
}
#footer .green-top h3{
	color:#fff;
	font-family:AgendaSemibold;
	font-weight: 600;
    font-size: 24px;
    line-height: 28px;
	letter-spacing: 0.35px;
    text-transform: uppercase;
}
#footer .green-top p{
	color:#fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
#footer .partner-middle{
	text-align: center;
	padding:50px 0;
}
#footer .partner-middle h3{
	color: #505050;
	font-family: AgendaSemibold;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.35px;
	background: #fff;
	position: absolute;
	padding: 10px 15px;
	margin: -20px 0 0 -146px;
	left: 50%;
}
#partner-content{
	width:1080px;
	margin:0 auto;
	padding: 40px 0;
}
#partner-content li {
	text-align: center;
	display: none;

	opacity:0.6;
	filter:alpha(opacity=60);
}
#partner-content img {
	min-height: 60px;
	max-height:80px;
	max-width: 400px !important;
	width: auto !important;
	padding: 10px 20px;
}

/* Mega Footer */
footer .footer-mega{
/*	border-top:10px solid #cfccb6;*/
	background:#f0f0f0;
/*	border-bottom: 1px solid #cfccb6;*/
	/*padding: 55px 0;*/
}

footer .footer-hr1{
/*	border-top:1px solid #037a41;*/
	background:#f0f0f0;
/*	border-bottom: 1px solid #cfccb6;*/
	padding: 35px 0;
}

footer .footer-mega1{
/*	border-top:10px solid #cfccb6;*/
	background:#f0f0f0;
/*	border-bottom: 1px solid #cfccb6;*/
	padding: 10px 0;
}

#footer .mega-content{
	width:1200px;
	margin:0 auto;
	position: relative;
	padding: 70px 0 50px 0;
}
.footer-mega .mega-block{
	float: left;
	padding: 0 60px;
}
.footer-mega .mega-block-1 img{
	margin-bottom: 20px;
}

.footer-mega .mega-block-1{
	text-align: center;
	margin-top: -20px;
    padding-left: 0;
}

.footer-mega .mega-block-2{
	
	padding-right:0;
}




.footer-mega .mega-block-3{
	
	padding-right:0;
}
.footer-mega .mega-block-4{

	padding-right:0;
}

.footer-mega .mega-block-5{

padding-right:0;
}

.footer-mega .mega-block li a,
.footer-mega .bk-top{
	color:#505050;
	letter-spacing: 0;
	text-decoration: none !important;
	text-transform: capitalize;
	padding:2px 0;
	display:block;
	font-size: 12px;
    line-height: 20px;
}

.footer-mega .mega-block-2 li a:hover,
.footer-mega .mega-block-3 li a:hover,
.footer-mega .mega-block-4 li a:hover,
.footer-mega .mega-block-5 li a:hover
{
	color: #006233;
}



.footer-mega .mega-block-2 h4,
.footer-mega .mega-block-3 h4,
.footer-mega .mega-block-4 h4,
.footer-mega .mega-block-5 h4{
	color:#008752;
	font-family:AgendaSemibold;
	font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.7px;
	margin:0 0 5px;
	text-transform: uppercase;
}

.footer-mega .mega-block-2 h4,
.footer-mega .mega-block-3 h4,
.footer-mega .mega-block-4 h4{
	margin-bottom: 5px;
}
.footer-mega .mega-block-2,
.footer-mega .mega-block-3,
.footer-mega .mega-block-4,
.footer-mega .mega-block-5{
	margin-top:40px;
}

.footer-mega .bk-top {
    position: absolute;
    top:45px;
    right: 0;
}

.footer-mega .bk-top:hover {
	color:#008752;
}

.footer-mega .bk-top i {
	color:#fff;
	text-align: center;
    vertical-align: middle;	
	background: #008752;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	height:40px;
	width: 40px;
    display: inline-block;	
    font-size: 16px;
    line-height: 40px;
    margin-left: 15px;
}
.footer-mega .bk-top:hover i {
	background: #888;
}

.mega-links {
    float: right;
}

#footer .social-links {
	width: auto;
	margin:0 0 0 0;
	float:none;
	position: absolute;
	top:215px;
	left: 0;
}
#footer .social-links a{
	color:#F5F4EB;
	background: #008752;
}
#footer .social-links a:hover {
	background: #888;
	filter:none;
	opacity: 100;
}

#footer .bottom{
	text-align: center;
	background-color: white;
	width: 100%;
	padding-right: -webkit-calc(50vw - 608px);
    padding-right: -moz-calc(50vw - 608px);
    padding-right: calc(50vw - 608px);
    padding-left: -webkit-calc(50vw - 608px);
    padding-left: -moz-calc(50vw - 608px);
    padding-left: calc(50vw - 608px);
    padding-bottom: 30px;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}
#footer .bottom a{
	color:#008752;
	font-size:12px;
	font-weight:bold;
}
#footer .bottom span{
	color:#505050;
	font-size:12px;
	margin:0 5px 0 0;
}
#footer #copyright {
	font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #505050;
    width: 50%;
    margin-bottom:0;
    text-align: right;
}

#footer #terms {
	font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    width: 50%;
    margin-bottom:0;
    text-align: left;
}


/****** Social Media Toolbar ******/
#share-media-bar{
	text-align:right;
	height:24px;
}
#share-media-bar > div{
	float:left;
	margin:0 10px 0 0;
	padding:0;
}
.share-email{
	display:none;
}
.share-twitter{
	height:22px;
	margin:2px 0 0 !important;
	padding:0;
}
.share-twitter iframe{
	width:84px !important;
}
.share-gplus{
	height:22px;
	margin:0 !important;
	width:69px;
}
.share-gplus iframe{
	float:left;
	height:22px;
	margin:2px 0 0 !important;
	width:69px !important;
}
.share-facebook{
	height:21px;
	margin:2px 9px 0 0 !important;
}
.share-linkedin{
	height:21px;
	margin:2px 0 0 !important;
}


/* Other Classes */
#main-content .case-study-resource.list.active {
	height: auto;
	border-top: 1px solid #d3cac1;
	margin: 40px 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1 ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.three-col ul li{
	width: 33%;
	float: left;
}
.two-col .partners-block{
	text-align: center;
	height: 110px;
	width: 48%; 
	margin-bottom: 30px;
	float: left;
}


/****** All Int'l Stylesheets ******/
.intl #global-nav .categories-phone {
	font-size: 13px;
	/*margin-top: 11px;*/
	/*margin-top: 14px;*/
}

.intl #primary-nav .drop-down li a {
	font-size: 16px;
}
.intl #horizontal-nav .secondary-nav > li > a {
	max-width: 220px;
	text-align:center; /* added by Moez Ali  */
}
.intl #horizontal-nav .secondary-nav.long > li > a {
	max-width: 180px;
}

.intl #landing-banner h1,
.intl #inter-banner h1 {
	font-size:52px;
}

.intl .landing-buckets .bkt-title {
	font-size: 17px;
}

.intl .content-cta a {
	text-align: center;
	min-width: 480px;
	left:23%;
}
.intl .content-cta a:before,
.intl .content-cta a:after {
	content:"";
	background: #fff;
	height:100%;
	width:20px;
	position: absolute;
	top:0;
}
.intl .content-cta a:before {
	left:-20px;
}
.intl .content-cta a:after {
	right:-20px;
}

.intl #global-map .pin span {
	font-size: 0.8em;
}

.intl #quickContact h4 {
	font-size: 22px;
}

.intl #footer .green-top h3 {
	font-size: 1.1em;
}
.intl #footer .green-top p {
	font-size: 1em;
}

.intl .footer-mega li {
	font-size: 0.9em;
}

/****** Spanish Stylesheets ******/


/****** Distributor Stylesheet ******/
#dist-content {
	    margin-bottom: 30px;
	}

#distributor-links-container{
/* 	background: url('/images/distributors-map.png') top center/920px 578px no-repeat; */
	border-bottom: 1px solid #ddd;
	width: 100%;
	height: 600px;
	margin:0 auto 20px;
	padding:0 0 20px;
	position: relative;
}
#distributor-links-container ul li{
	position: absolute;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#distributor-links-container .arizona-marker{
	top:52%;
	left:18%;	
}
#distributor-links-container .california-marker{
	top:36%;
	left:2%;	
}
#distributor-links-container .florida-marker{
	top:72%;
	left:79%;	
}
#distributor-links-container .georgia-marker{
	top:58%;
	left:73.5%;	
}
#distributor-links-container .illinois-marker{
	top:35%;
	left:61%;	
}
#distributor-links-container .indiana-marker{
	top:34%;
	left:66.5%;	
}
#distributor-links-container .kansas-marker{
	top:41%;
	left:44%;	
}
#distributor-links-container .massachusetts-marker{
	top:19%;
	left:90%;	
}
#distributor-links-container .minnesota-marker{
	top:14%;
	left:51%;	
}
#distributor-links-container .missouri-marker{
	top:41%;
	left:55%;	
}
#distributor-links-container .michigan-marker{
	top:22%;
	left:68%;	
}
#distributor-links-container .newjersey-marker{
	top:26%;
	left:87%;	
}
#distributor-links-container .ohio-marker{
	top:32%;
	left:72.5%;	
}
#distributor-links-container .oklahoma-marker{
	top:52%;
	left:46%;	
}
#distributor-links-container .oregon-marker{
	top:14%;
	left:6%;	
}
#distributor-links-container .pennsylvania-marker{
	top:27%;
	left:81%;	
}
#distributor-links-container .texas-marker{
	top:67%;
	left:44%;
}
#distributor-links-container .utah-marker{
	top:35%;
	left:20%;	
}

/*Edit by Moez Ali*/

#distributor-links-container .kentucky-marker{
	top:43%;
	left:68%;	
}

#distributor-links-container .maryland-marker{
	top:30%;
	left:85%;	
}

#distributor-links-container .northcarolina-marker{
	top:45%;
	left:80%;	
}

#distributor-links-container .newyork-marker{
	top:22%;
	left:78%;	
}

#distributor-links-container .southcarolina-marker{
	top:57%;
	left:80%;	
}

/*End Edit*/

#distributor-links-container .wisconsin-marker{
	top:19%;
	left:59%;	
}
#distributor-links-container a{
	text-align: center;
	text-decoration: none !important;
	line-height: 40px;
	background: none;
	width: 50px;
	height: 50px;
	display: block;
}
#distributor-links-container a:before{
	content:"\f3c5";
	color:#008752;
	font-family: "Font Awesome 5 Pro";
	font-size: 24px;
	font-weight: bold;
	display: block;
}
#distributor-links-container a:hover:before {
	color:#000;
}
#viewport{
	position: relative;
}
#viewport .distributor{
	vertical-align: top;
	width: 32%;
	padding: 20px;
	display: inline-block;
}
#viewport .distributor.active-state{
	background: #fff;
	z-index: 1;
}
#viewport .distributor img {
	max-height:60px;
	margin:0 0 15px;
	display: block;
/* 	float: left; */
}
#viewport .distributor h4 {
	margin:0 0 10px;
}
#viewport .distributor span {
	display: block;
}


/****** Board Committees & Charters *******/
#main-content .layoutColumns {
	display:block;
}
.layoutColumnsInner {
	display:inline-block;
}
.layoutColumnsInner {
	display:block;
	margin-right:-2em;
}
.layoutColumns .layoutColumns {
	margin:0;
	width:100%;
}
.layoutColumns:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.layoutColumn {
	float:left;
}
.layoutColumnLast {
	float:right;
}
.layoutColumn .layoutColumnInner {
	display:inline-block;
}
.layoutColumn .layoutColumnInner {
	display:block;
	margin-right:2em;
	min-height:1px;
}
.layoutColumn100 {
	width:100%;
}
.layoutColumn66 {
	width:66.66%;
}
.layoutColumn50 {
	width:50%;
}
.layoutColumn33 {
	width:33.33%;
}
.layoutColumn25 {
	width:25%;
}
.layoutColumn75 {
	width:75%;
}
.elementLine {
	clear: both;
	height: 0;
	border-bottom: 1px solid #dcdee0;
	margin-bottom: 2.5em;
}
.elementLinkProminent a{
	padding: 0.15em 1.15em;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#037940+0,036c3a+100 */
	background: #037940;
	background: -moz-linear-gradient(top,	#037940 0%, #036c3a 100%);
	background: -webkit-linear-gradient(top,	#037940 0%,#036c3a 100%);
	background: linear-gradient(to bottom,	#037940 0%,#036c3a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#037940', endColorstr='#036c3a',GradientType=0 );

}

/* Articles Pagination */
.pageList {
	padding: 30px 0;
}
.pageList li{
	font-weight: bold;
	line-height: 1;
	margin:0 5px !important;
	float: left;
	padding-left: 0 !important;
}
.pageList li a.active {
	color:#aaa;
}
.pageList li:before{
    display: none !important;
}
/****** Maddie CSS ******/
.one_half {
	width: 48%;
	float: left;
 }
 
.one_half_last {
	width:48%;
	float: right;
}

.one_third {
	width: 30%;
	float: left;
	margin-right: 5%;
}

.one_third_last {
	width: 30%;
	float: right;
}

li.inline {
	font-size: 14px !important;
	list-style: square;
	padding-left: 10px;
}

ul.inline {
	padding-left: 17px;
}


/*fix for privacy-policy page*/
.jumplink-anchor{
	display: block;
	width: 10px;height: 10px;
	border:0px solid red;
	position: absolute;
	bottom:130px;
}
.jump-link-parent{
	position: relative;
}

/* Rachel CSS */
.w50 {
	width: 50%;
}
.w40 {
	width: 40%;
}
.w33 {
	width: 33%;
}
.w20 {
	width: 20%;

}
img.w50,
img.w40,
img.w33 {
	height:auto;
}

.right.padded {
	margin:0;
	padding:5px 0 20px 20px;
}
.left.padded {
	margin:0;
	padding:5px 20px 20px 0;
}

#tech-paper {
    max-height: 340px;
	/*max-height: 292px;*/
	padding-top:3px !important;
	overflow: hidden;
}
.pdf,
.download,
.video,
.link {
/* 	font-weight: bold; */
	line-height: 1.2;
	padding: 5px 0 5px 20px;
	display: block;
	position: relative;
}
.case-study {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px 24px;
	display: block;
	position: relative;	
}
#tech-paper .download,
#tech-paper .link,
#news-left .news-inner > div,
#news-right .news-inner > div {
	border-bottom: 1px solid #d2d2d2;
	box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
	padding:12px 0 12px 20px;
}
#news-left .news-inner > div,
#news-right .news-inner > div {
    border: 0;
    padding: 0 0 0 20px;
}
#news-home .news-inner > div {
	padding-left:0;
}
.pdf:before,
.download:before,
.video:before,
/*.link:before,*/
.case-study:before {
	content:"\f15c";
	color:#505050;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	text-decoration: none !important;
	line-height: 1;
	position: absolute;
	top:4px;
	left:0;
}
#tech-paper .download:before {
	top:12px;
}
.case-study:before {
	content:"\f139";
    /*top:0;*/
}

.link:before {
	content:"\f0c1";
	/*top:4px;*/
	color:#505050;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	text-decoration: none !important;
	line-height: 1;
	position: absolute;
	left:0;
}

.id-910 .link:before {
	content:"\f1fe";
	/*top:4px;*/
	color:#505050;
	font-family: "Ionicons";
	font-size: 18px;
	text-decoration: none !important;
	line-height: 1;
	position: absolute;
	left:0;
	display:none;
}


.video:before {
	content:"\f24d";
	top:4px;
	left:-4px;
}


/* Search Results */
.sisea-highlight {text-shadow:1px 1px 1px #fff;background:#e9e9e9;padding:3px;}
.sisea-paging {color:#666;font-size:12px;text-transform:uppercase;margin:15px 0;}
.sisea-result-pages {margin-right:2px;}
.sisea-current-page {color:#222;}
.sisea-page {margin:0 2px;display: inline-block;}
.sisea-result h3 {margin-bottom: 0 !important;}
.sisea-result {padding: 10px 0;}


/* Drilling Challenges */
.id-117 #sidebar-right,
.id-667 #sidebar-right,
.id-999 #sidebar-right,
.id-117 .content-cta,
.id-999 .content-cta,
.id-667 .content-cta {
	display: none;
}
.id-117 #content,
.id-999 #content,
.id-667 #content {
	width: 100%;
	float: none;
}
#challenges-buckets {
	width:100%;
	position: relative;
	overflow: hidden;
}
.id-117 #challenges-buckets {
	height:2920px;
}

.id-999 #challenges-buckets {
	height:2920px;
}

.id-667 #challenges-buckets {
	height:2140px;
}

.id-999 #challenges-buckets #section1 {
	background: url("/images/challenges_deepwater_section1_bg.jpg") center center/500px 927px repeat-x #00A2AE;
	height:927px;
	bottom:1759px;
}
.id-999 #challenges-buckets #section2 {
	background: url("/images/challenges_deepwater_section2_bg.jpg") center center/500px 1353px repeat #007581;
	height:1353px;
	bottom:406px;
}
.id-999 #challenges-buckets #section3 {
	background: url("/images/challenges_deepwater_section3_bg.jpg") center center/500px 406px repeat #085157;
	height:406px;
	bottom:0;
}

.id-117 #challenges-buckets #section1 {
	background: url("/images/challenges_deepwater_section1_bg.jpg") center center/500px 927px repeat-x #00A2AE;
	height:927px;
	bottom:1759px;
}
.id-117 #challenges-buckets #section2 {
	background: url("/images/challenges_deepwater_section2_bg.jpg") center center/500px 1353px repeat #007581;
	height:1353px;
	bottom:406px;
}
.id-117 #challenges-buckets #section3 {
	background: url("/images/challenges_deepwater_section3_bg.jpg") center center/500px 406px repeat #085157;
	height:406px;
	bottom:0;
}

.id-667 #challenges-buckets #section1 {
	background: url("/images/challenges_land_section1_bg.jpg") center center/500px 274px repeat #b8a999;
	height:274px;
	bottom:1576px;
}
.id-667 #challenges-buckets #section2 {
	background: url("/images/challenges_land_section2_bg.jpg") center center/500px 991px repeat #a89f88;
	height:991px;
	bottom:585px;
}
.id-667 #challenges-buckets #section3 {
	background: url("/images/challenges_land_section3_bg.jpg") center center/500px 585px repeat #4f3b1a;
	height:585px;
	bottom:0;
}

.id-117 #challenges-buckets .topper {
	width:580px;
	height:275px;
	margin-left:-286px;
	display: block;
	position: absolute;
	top:-20px;
	/*top:0;*/
	left:50%;
	z-index: 3;
}

.id-999 #challenges-buckets .topper {
	width:580px;
	height:275px;
	margin-left:-286px;
	display: block;
	position: absolute;
	top:-20px;
	/*top:0;*/
	left:50%;
	z-index: 3;
}

.id-667 #challenges-buckets .topper {
	width:470px;
	height:290px;
	margin-left:-220px;
	display: block;
	position: absolute;
	top:0;
	left:50%;
	z-index: 3;
}

#challenges-buckets .drill {
	position: absolute;
	left:50%;
	z-index: 1;
}
.id-117 #challenges-buckets .drill {
	width:288px;
	margin-left:-146px;
	top:230px;
}

.id-999 #challenges-buckets .drill {
	width:288px;
	margin-left:-146px;
	top:230px;
}

.id-667 #challenges-buckets .drill {
	width:264px;
	margin-left:-20px;
	top:235px;
	/*margin-left:-6px;*/
	/*top:270px;*/
}

#challenges-buckets .section {
	width: 100%;
	position: absolute;
}


#challenges-buckets #oil {
	background: #a68064;
	background: -moz-linear-gradient(top,  #a68064 0%, #8c6346 40%, #8c6346 100%);
	background: -webkit-linear-gradient(top,  #a68064 0%,#8c6346 40%,#8c6346 100%);
	background: linear-gradient(to bottom,  #a68064 0%,#8c6346 40%,#8c6346 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a68064', endColorstr='#8c6346',GradientType=0 );
	box-shadow:  0 6px 1px #000;
	-moz-box-shadow:  0 6px 1px #000;
	-webkit-box-shadow:  0 6px 1px #000;
	height:0px;
	position: absolute;
	left:50%;
	transition:top 0.3s;
	-moz-transition:top 0.3s;
	-webkit-transition:top 0.3s;
	z-index: 2;
}

.id-117 #challenges-buckets #oil {
	max-height: 2353px !important;
	width:20px;
	/*width:37px;*/
	/*margin-left:-15px;*/
	margin-left:-8px;
	/*top:234px;*/
	top:243px;
}

.id-999 #challenges-buckets #oil {
	max-height: 2353px !important;
	width:20px;
	/*width:37px;*/
	/*margin-left:-15px;*/
	margin-left:-8px;
	/*top:234px;*/
	top:243px;
}

.id-667 #challenges-buckets #oil {
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	box-shadow:  0 1px 1px #000;
	-moz-box-shadow:  0 1px 1px #000;
	-webkit-box-shadow:  0 1px 1px #000;
	max-height: 1265px !important;
	width:9px;
	margin-left:0px;
	top:290px;
}

.wave {
  display: inline-block;
  position: absolute;
  width: 20px;
  /*width: 37px;*/
  padding-bottom: 100%;
  bottom: -20px;
 /* bottom: -37px;*/
  vertical-align: middle;
  overflow: hidden;
}
.id-667 .wave {
	display: none;
}
svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#shadow {
	position: absolute;
	top:1px;
	z-index: 0;
}


#challenges-buckets a {
	text-decoration: none !important;
	width: 540px;
	display: block;
	float:none;
	position: absolute;
	z-index: 9;
}
#challenges-buckets .left {
	margin-left:-525px;	
}
#challenges-buckets .right {
	margin-right:-525px;	
}
#challenges-buckets .text {
	color:#fff;
	font-size: 1em;
	text-align: center;
	text-shadow: 0 0 2px rgba(0,0,0,0.2);
	line-height: 1.2;
	background: #222;
	background: rgba(0,0,0,0.7);
	width: 220px;
}
#challenges-buckets .left .text {
	float:left;
}
#challenges-buckets .right .text {
	float:right;
}
#challenges-buckets a:hover .text {
	color:#444;
	text-shadow: none;
	background: #eee;
	box-shadow: none;
}
#challenges-buckets .text span {
	display: block;
}
#challenges-buckets .text .title {
	font-size: 1.2em;
	background: #000;
	background: rgba(0,0,0,0.8);
	margin:0;
	padding: 15px;
}
#challenges-buckets a:hover .title {
	background: #fff;
}
#challenges-buckets a .desc {
	padding: 15px 15px 18px;
}
#challenges-buckets a .point {
	background: #222;
	background: rgba(0,0,0,0.8);
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	height:30px;
	width: 30px;
	margin-top: -15px;
	display: block;
	position: absolute;
	top:49%;
}
#challenges-buckets a:hover .point {
	background: #eee;
	box-shadow: none;
}
#challenges-buckets .left .point {
	right:0;
}
#challenges-buckets .right .point {
	left:0;
}

#challenges-buckets a .point:before {
	content:"";
	background: rgba(0,0,0,0.8);
	height:5px;
	width: 290px;
	display: block;
	position: absolute;
	top:42%;
}
#challenges-buckets .left .point:before {
	left:-290px;
}
#challenges-buckets .right .point:before {
	right:-290px;
}
#challenges-buckets a:hover .point:before {
	background: #eee;
	box-shadow: none;
}

/* Special Adjustments */
.id-667 #challenges-buckets a#challenge6 {
    margin-left: -492px;	
}

.id-667 #challenges-buckets a#challenge7 {
    margin-right: -595px;	
}
.id-667 #challenges-buckets a#challenge7 .point {
    left: 70px;
}
.id-667 #challenges-buckets a#challenge7 .point:before {
    width: 220px;	
    right: -220px;
}


/*** Browser Fixes ***/



/************ NON-TOPSPOT CSS ************/

/* Moez Ali */

		#map {
			position:relative;
			width:902px;
			height:597px;
			background:url(/images/North-America-Basins.png) no-repeat #fff;
			margin:0 auto;
		}
		
		
		#map li {
			margin:0;
			padding:0;
			list-style:none;
		}
		
		#map li a {
	position: absolute;
	display: block;
	/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
	background: url(blank.gif);
	text-decoration: none;
	color: #000;
	background-image: url(blank.gif);
		}
		
		#map li a span { display:none; }
		
		#map li a:hover span {
			position:relative;
			display:block;
			width:200px;
			left:10px;
			top:10px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
 			filter:alpha(opacity=80);
			opacity:0.8;
  		}
		
		#map a.anadarko_basins {
	top: 408px;
	left: 556px;
	width: 22px;
	height: 27px;
		}
		
		#map a.arkoma_basins {
	top: 413px;
	left: 598px;
	width: 22px;
	height: 27px;
		}
		
		#map a.appalachia_basin {
	top: 359px;
	left: 696px;
	width: 23px;
	height: 40px;
		}
		
		#map a.fort_worth_basin {
	top: 442px;
	left: 559px;
	width: 28px;
	height: 28px;
		}
		
		#map a.gulf_coast_basin {
			top: 146px;
			left: 520px;
			width: 70px;
			height: 50px;
		}
		
		#map a.permian_basin {
	top: 440px;
	left: 537px;
	width: 20px;
	height: 27px;
		}
		
		#map a.rocky_mountain_basins {
	top: 323px;
	left: 512px;
	width: 23px;
	height: 30px;
		}
		
		#map a.tx_la_ms_salt_basin {
	top: 439px;
	left: 602px;
	width: 24px;
	height: 24px;
		}
		
		#map a.western_canadian_sedimentary_basin {
	top: 211px;
	left: 453px;
	width: 25px;
	height: 27px;
		}
		
		#map a.texas_gulf_coast_basin {
	top: 471px;
	left: 574px;
	width: 19px;
	height: 28px;
		}
		
		#map a.williston_basin {
	top: 295px;
	left: 533px;
	width: 22px;
	height: 29px;
		}
		
		#map a.gom_basin {
	top: 486px;
	left: 599px;
	width: 22px;
	height: 29px;
		}
		
		#map a.louisiana_gulf_coast_basin {
	top: 462px;
	left: 608px;
	width: 22px;
	height: 25px;
		}
		

#challenges-thumbs {
	border-top:1px solid #ddd;
	margin:30px auto;
	padding-top: 30px;
	position: relative;
}
#challenges-thumbs a {
	text-align: center;
	height:340px;
	width: 45%;
	display: block;
	opacity:0.8;
	filter:alpha(opacity=80);
	position: relative;	
}
#challenges-thumbs a:hover {
	opacity:1;
	filter:alpha(opacity=100);	
}
#challenges-thumbs .divider{
    border-left:1px solid #ddd;
    height:90%;
    position:absolute;
    bottom:0;
    left:50%;
}
#challenges-thumbs h4 {
	font-weight: bold;
}
#challenges-thumbs img {
	width: 360px;
	margin-left:-180px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left:52%;
}
#challenges-thumbs .left img {
	left:50%
}

/*Calender CSS Style - Topspot - Ash */

button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
    text-transform: capitalize;
}

.event-list {
    width: 40%;
    float: left;
}
#event-calendar {
    border-radius: 20px;
    max-width: 100%;
    margin: -5px auto 60px auto;
    padding: 0 10px 10px 10px;
    overflow: hidden;
    width:58%;
}
.event-item.category1 {
    margin: 70px 0;
}
.event-list .event-item > a {
    background-color: #fafbff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
    min-height: 130px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    overflow: hidden;
}
.event-list .event-item .date {
    background-color: #739f32;
    color: white;
    width: 20%;
    overflow: hidden;
    min-height: 130px;
    position: relative;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.event-list .event-item .day {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
.event-list .event-item .day span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.event-list .event-item img {
    display: none;
}
.event-list .event-item .content {
    padding: 15px 15px 15px 10px;
    background-color: #f5f2f2;
    width: 80%;
}
.event-list .event-item .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
    font-weight: bold;
    display: block;
}
.event-list .event-item .content * {
    color: #00225d;
}
.event-list .event-item .link {
    text-align: center;
    margin: 10px 0px;
    background: #739f32;
    /* width: 100%; */
    display: block;
    /* letter-spacing: 0; */
    /* right: 0; */
    width: 200px;
    /* left: 0; */
    float: right;
}
.event-list .event-item .link .button {
    font-size: 13px;
    padding: 8px 30px 6px 30px;
}

#event-calendar .fc-toolbar {
    padding: 15px 0;
    margin-bottom: 0;
    position: relative;
}
#event-calendar .fc-view-container {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}

#event-calendar .fc-head {
    background-color: #739f32;
}

th.fc-day-header.fc-widget-header span {
    color: white;
}

button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-disabled {
    text-transform: capitalize;
}






/* Homepage Pulsing Arrows */
@-webkit-keyframes pulse {
0% {
-webkit-transform: translateY(5px);
}
50% {
-webkit-transform: translateY(0);
}
100% {
-webkit-transform: translateY(5px);
};
}

@keyframes pulse {
0% {
transform: translateY(5px);
}
50% {
transform: translateY(0);
}
100% {
transform: translateY(5px);
}
}

@media only screen and (min-width:1200px) {
	.id-117 #challenges-buckets .topper {
	    transition:all 0.5s;
	    -moz-transition:all 0.5s;
	    -webkit-transition:all 0.5s;
		-webkit-animation: pulse 2s linear infinite;
		animation: pulse 2s linear infinite;    
	}
}

/* ADDED BY MOEZ ALI */

#distributor-links-reset {
    display: none;
    cursor:pointer;
    text-transform: uppercase;
    margin-left: 83%;
    color: #a00;
    text-decoration: none !important;
}

#distributor-links-reset:hover {
    color: #222;
}

/* END BY MOEZ ALI */

/* "Edit Page" button */
#edit-page {
	color:#fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1;
	background: #2bc271;
	border-radius: 0 0 8px 0;
	-moz-border-radius: 0 0 8px 0;
	-webkit-border-radius: 0 0 8px 0;
	width: 40px;
	padding: 5px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
#edit-page:hover {
	color:#2bc271;
	background: #fff;
}
.id-823 h1.small {
font-size: 38px !important;
}


div.figure {
  float: right;
  width: 60%;
 /* border: thin #037a41 solid;*/
  margin: 0.5em;
  padding-left: 4%;
  /*padding: 0.5em;*/
  /*text-align: center;*/
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}


#announcements h4 {
    /*color: #cf6f00 !important;*/
    color: #006233;
    font-weight: bold;
    /*font-family: AgendaSemibold;*/
    font-size: 21px;
    text-transform: uppercase;
    margin: 0 auto 30px;
}

#announcements {
  border-style: dotted;
  border-color: #ccc;
  background: #e5e5e5;
}

#content-announcement {
    padding: 2%;

}

/*View Printer Friendly Version*/

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-print::before {
    content: "\f02f";
   
}



.banner-caption.constraint h1{
    color:white;
}
.banner-caption.constraint {
    color: white;
}


.mgm{position:fixed;top:0;right:0;left:0;z-index:10001;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0;display:none;box-sizing:border-box}.mgm.fade.in{padding:0!important;top:60px;overflow-x:hidden;overflow-y:auto}.mgm-dialog{padding:20px;max-width:800px;width:100%;position:relative;margin:0Ã‚ auto;box-sizing:border-box}.mgm-content{border-radius:10px;background:transparent;border:0;box-shadow:unset}.mgm.fadeÃ‚ .mgm-dialog{-webkit-transition:-webkit-transformÃ‚ .3sÃ‚ ease-out;-o-transition:-o-transformÃ‚ .3sÃ‚ ease-out;transition:transformÃ‚ .3sÃ‚ ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.mgm.inÃ‚ .mgm-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.mgm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:none;background-color:#000}.mgm-body{padding:0;position:relative}.mgm-header{padding:0;border:0}.mgm-content{background:transparent;border-radius:10px;border:0;box-shadow:unset}button.mgm-close{-webkit-appearance:none;padding:0;cursor:pointer;background:0;border:0;font-size:30px;text-shadow:unset;color:#fff;font-weight:700;line-height:1}.fade.in{opacity:1}.fade{opacity:0;-webkit-transition:opacityÃ‚ .15sÃ‚ linear;-o-transition:opacityÃ‚ .15sÃ‚ linear;transition:opacityÃ‚ .15sÃ‚ linear}.mgm-backdrop.fade{opacity:0}.mgm-backdrop.in{opacity:.5}.video-wrapper{position:relative;padding-bottom:56.2%;padding-top:0;height:0}.video-wrapperÃ‚ iframe{position:absolute;top:0;left:0;width:100%;height:100%}

body.id-933 #main-content,
body.id-921 #main-content{
    padding: 0 !important;
}

body.id-933 .constraint,
body.id-921 .constraint{
    width: auto !important;
}

body.id-933 #content-wrap > .constraint:first-child,
body.id-921 #content-wrap > .constraint:first-child{
    padding: 0 !important;
}

body.id-921 #tabbed-content{
    max-width: 915px;
}

#iframe-login{
    height: 100px;
}

#iframe-login-buttons a{
    display:block;
    margin-bottom: 15px;
    background-color: #008752;
    color: white;
    text-decoration: none;
}

#iframe-login-buttons a:hover,
#iframe-login-buttons a:active{
    background-color: #0c7b46;
}

.login-form{
    max-width: 90%;
}

.login-form .submit{
    float: left;
}

.loginForm form label {
    display: block;
}
.loginForm {
    margin-bottom: 40px;
}
.loginFP form label {
    display: block;
}
.formleft {
    width: 48%;
    float: left;
}
.registrbtn {
    background-color: #008752;
    padding: 10px;
    color: white;
    text-align: center;
    border: none;
    margin: 10px 0px;
   
    
}
.loginFPButton input {
    background-color: #008752;
    padding: 10px;
    color: white;
    text-align: center;
    border: none;
    margin: 10px 0px;
}
.formright .green-btn:after {
    display: none;
}
.registerbtn {
    /*background-color: #008752;
    padding: 10px;
    color: white;
    text-align: center;
    border: none;
    margin: 10px 0px;*/
     color:#fff !important;
	font-family: AgendaSemibold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background-color:#505050;
	border:none;
	border-radius: 5px;
	width:112px;
	padding: 10px 0 5px !important;
	text-align: center;
	line-height: 1.3;
}
.register-checkbox input{
    width: auto;
    margin-right: 10px;
}

/*
.register .form-left {
    width: 20%;
    float: left;
}
.register .form-right {
    width: 20%;
}
.register input {
    margin: 10px;
}
.register form label {
    display: block;
}
.register-checkbox {
    width: 600px;
}
.register-checkbox input {
    margin: 0px;
    display: inline-block;
    margin-right: 5px;
}
*/
@media (max-width: 1199px) {
    .formleft {
        width: 100%;
        float: none;
    }
    .form-left.register {
        width: auto;
        float: none;
    }
}

#contact-button a{
    display:block;
    border-radius: 3px;
    width: 240px;
    padding: 8px 0;
    margin-bottom: 15px;
    background-color: #008752;
    color: white;
    text-align: center;
    text-decoration: none;
}

.id-197 #contact-button a {
    display: none;
    border-radius: 3px;
    width: 240px;
    padding: 8px 0;
    margin-bottom: 15px;
    background-color: #008752;
    color: white;
    text-align: center;
    text-decoration: none;
}

.id-935 .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    /*border-top: 8px solid #fff !important;*/
}
.flex-box {
  display:flex;
  justify-content:space-between;
  outline: 2px dashed blue;
}

.flex-box-2 {
  display:flex;
  justify-content: flex-end;
  outline: 2px deeppink dashed;
}

.recaptcha-box {
    margin-top: 10px;
    margin-bottom: 20px;
}

/*START video modal*/

.mgm-video {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10001;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    display: none;
    box-sizing: border-box;
}

.mgm-video.fade.in {
    padding: 0 !important;
    top: 60px !important;
    overflow-x: !important;
    overflow-y: !important;
}

.mgm-video-dialog {
    padding: 20px;
    max-width: 800px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}

.mgm-video-content {
    border-radius: 10px;
    background: transparent;
    border: 0;
    box-shadow: unset;
}

.mgm-video.fade .mgm-video-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.mgm-video.in .mgm-video-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.mgm-video-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
    background-color: #000;
}

.mgm-video-body {
    padding: 0;
    position: relative;
}

.mgm-video-header {
    padding: 0;
    border: 0;
}

.mgm-video-content {
    background: transparent;
    border-radius: 10px;
    border: 0;
    box-shadow: unset;
}

button.mgm-video-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0;
    border: 0;
    font-size: 30px;
    text-shadow: unset;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

.fade.in {
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.mgm-video-backdrop.fade {
    opacity: 0;
}

.mgm-video-backdrop.in {
    opacity: .5 !important;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.20%;
    padding-top: 0;
    height: 0;
}

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

#ytmp {
    height: 100% !important;
}
.green-btn-brochures {
	min-width: 170px;
}
#main-content .imageCaption {
	padding: 15px;
}
#main-content .imageCaption img {
	margin: 0 0 15px 0;
	width: 100%;
	display: block;
}
@media (max-width: 768px) {
	.id-480 .table td { display: block }
	.id-480 .table td:last-child { padding: 5px 0 15px 0 !important }
}

/*END video modal*/


.green-btn-articles:after {
	content:"\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: normal;
	line-height: 1;
	display: block;
	position: absolute;
	top:11px;
	right:15px;
}

.green-btn-articles {
	color:#fff !important;
	font-family:AgendaSemibold;
	/*text-transform: uppercase;*/
	text-decoration: none !important;
	letter-spacing: 0.05em;
	line-height: 1;
	border:none;
	display: inline-block;
	position: relative;
}

.green-btn-articles:hover {
	background-color:#444 !important;
}


.green-btn-articles {
    background-color: #008752;
    padding: 12px 30px 10px 15px;
    width: 60%;
}

.id-282 .table-responsive td:first-child{
    width: 750px;
}
/*
.id-282 #sidebar-right,
.id-997 #sidebar-right,
.id-998 #sidebar-right,
.id-858 #sidebar-right,
.id-855 #sidebar-right,
.id-856 #sidebar-right,
.id-857 #sidebar-right,
.id-268 #sidebar-right,
.id-1005 #sidebar-right,
.id-200 #sidebar-right,
.id-834 #sidebar-right,
.id-215 #sidebar-right,
.id-216 #sidebar-right,
.id-220 #sidebar-right,
.id-213 #sidebar-right,
.id-217 #sidebar-right,
.id-221 #sidebar-right,
.id-1034 #sidebar-right

 {
    display: none;
}*/

.id-282 #content,
.id-997 #content,
.id-998 #content,
.id-858 #content,
.id-855 #content,
.id-856 #content,
.id-857 #content,
.id-268 #content,
.id-200 #content,
.id-1034 #content

 {
    width: 100%;
}

.id-834 #content,
.id-215 #content,
.id-216 #content,
.id-208 #content,
.id-220 #content,
.id-213 #content,
.id-217 #content,
.id-221 #content

 {
    width: 75%;
}


.id-856 #sustainability:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    /*margin: 0 auto; /* This will center the border. */
    width: 4%; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 3px solid #008752; /* This creates the border. Replace black with whatever color you want*/

}

#sustainability:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    /*margin: 0 auto; /* This will center the border. */
    width: 12%; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 3px solid #008752; /* This creates the border. Replace black with whatever color you want*/

}


#env:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    /*margin: 0 auto; /* This will center the border. */
    width: 4%; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 3px solid #008752; /* This creates the border. Replace black with whatever color you want*/

}

 div.col-sm-7.five-three {
    width: 60% !important;
    }

    div.col-sm-5.five-two {
      width: 40% !important;
    }
    

.id-996 .row {
margin-right: 15px !important;
    margin-left: -15px !important;
}

.id-996 td {
    width:40% !important;
}

.email-contact:before {
    content: "\f422";
    color: #ccc;
    font-family: "Ionicons";
    font-size: 2.5em;
    /* font-size: 1.3em; */
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    margin-right: 2px;
    display: inline-block;
    position: relative;
    top: 4px;
    /* top: -1px; */
}

.main .top {
    background-color: white;
}

#primary-nav li {
    border-top: none;
}

#primary-nav > li > a {
    color: white;
}

.footer-hr {
    
    border: 1px solid #008752;
    width:auto;
}

@media only screen and (max-width: 568px) {
  /* .mobile-invert-footer {
      display: table;
  }
  
  .mobile-invert-footer > span {
      display: table-header-group;
  } */
}

.id-999 #test-nmis {
background: url(assets/banner-images/1.NDF-10631.About.Us.Banner.jpg) no-repeat center;
background-size: contain;
}

.id-1005 #content {
    
    /*margin-left:10%;
    width:80%;*/
    width:100%;
	float:left;
}

.id-1005 .forms .submit {
	color:#fff !important;
	font-family: AgendaSemibold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background-color:#1b9455;
	border:none;
	border-radius: 5px;
	width:112px;
	padding: 10px 0 5px !important;
	float:right;
}

.id-1005 .forms .submit:hover {
	background-color: #1b9455;
}

.id-1005 span.errorMessage {
display:none;
}

.id-1005 .input-wrap {position: unset;}


/* Create four equal columns that floats next to each other */
.column1 {
  float: left;
  width: 30%;
  
}

.column2 {
  float: right;
  width: 70%;
  
}

.column3 {
  float: right;
  width: 100%;
  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column1  {
    width: 50%;
  }
    .column2  {
    width: 50%;
  }
}

 /* Styling for Newpark solids control page */
		@media (max-width: 991px) {
			.bg-visible-md {
				background: none !important;
			}
		}
		
		@media (min-width: 992px) {
			.f-35-md {
				font-size: 35px;
			}
			
			.w-50-md {
				max-width: 50%;	
			}
			
			.mt-0-md {
				margin-top: 0 !important;	
			}
			
			.mt-50-md {
				 margin-top: 50px !important;
			}
		}
		
/*Updated News page 2023*/
.newsArticles {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 35px;
}
.newsArticles .post .title a {
    font-size:20px;
}
@media (max-width: 1024px) {
    .newsArticles {
        grid-template-columns: auto auto;
    }
}
@media (max-width: 768px) {
    .newsArticles {
        grid-template-columns: auto;
    }
}

.tabbed-content .nav-tabs {
    position:sticky;
    top:131px;
    background:#FFF;
    z-index:1;
}
.tabbed-content .nav-tabs.unstick {
    position:static;
}
#main-content .tabbed-content .nav-tabs li{
    padding-left:0;
}
.tabbed-content .nav-tabs>li>a {
    padding-top: 10px;
}
.tabbed-content .nav-tabs li.active {
    background-color: #008752;
}
.tabbed-content .nav-tabs>li.active>a:focus,.tabbed-content .nav>li>a:focus {
    background-color: #008752 !important;
    color:#FFF;
}
.tabbed-content .nav-tabs>li.active>a {
    background-color:#008752 !important;
    color:#FFF;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .tabbed-content .nav-tabs {
        top:109px;
    }
}
@media (max-width: 768px) {
    .tabbed-content .nav-tabs {
        flex-wrap:wrap;
    }
    .tabbed-content .nav-tabs li {
        flex: 0 1 50%;
    }
    .tabbed-content .nav-tabs li a {
        font-size:13px;
    }
    .tabbed-content .nav-tabs li:not(li:first-child,li:nth-child(2)) {
        border-top: 1px solid #ddd !important;
    }
}

/*logo and menu adjustments for updted nav*/
/* @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .main .top {
        top: 45px;
        position: relative;
        background: transparent;
    }
    .logo.desktop-tablet {
        top:-80px !important;
    }
    #search-onclick-btn {
        top:-25px !important;
    }
} */

/****** Global Navigation 2025 */

.main .top .constraint {
    min-height:76px;
    display:flex;
    align-items:center;
}
.nav-row {
    display:flex;
    justofy-content:space-between;
    margin-left:25px;
}
#global-nav-new{
	float:right;
	position: relative;
/*	z-index: 10;*/
	margin-right:0;
	/* margin-top:30px; */
	display:flex;
}
#global-nav-new li{
	line-height: 1;
	position:relative;
	max-width: 170px;
}
#global-nav-new li a:hover,
#global-nav-new > li.current a,
#icon-nav li a:hover,
#icon-nav > li.current a{
   	color:#008752;
	/*background:#037a41; */
}

#icon-nav {
    display:flex;
    /* margin-top:30px; */
}


.multi-lan:hover,
.email:hover{
	color:#008752;

}
.multi-lan:hover:before,
.email:hover:before {
	color:#008752;
}



#global-nav-new li a,
#icon-nav li a{
	font-size:14px;
	font-family: agendasemibold;
	text-decoration: none !important;
	text-align: center;
	/* text-transform: uppercase; */
	/* letter-spacing: 0.05em; */
	/*letter-spacing: 0.09em;*/
	display:block;
	position: relative;

}


#global-nav-new > li > a{
    color:#000000;
	line-height: 46px;
	height:46px;
	padding:0 12px;

}
#icon-nav > li > a{
    color:#000000;
	line-height: 43px;
	height:46px;
	padding:0 12px;
}
#icon-nav > li > a i{
    font-size: 20px;
    color: #008752;
    position: relative;
    top: 2px;
}
#global-nav-new li a span {
	line-height: 1.2;
	vertical-align: middle;
	display: inline-block;
}
#icon-nav .categories-phone{
	color:#008752;
	font-weight:bold;
	font-size: 13px;
	margin-top: 14px;
	padding-right: 20px; /*added by Moez Ali*/
	display:none;
}
#icon-nav .categories-phone:hover{
	background:none !important;
}
#global-nav-new > li > a:after {
	/*content:"";*/
	background: #ddd;
	height:20px;
	width: 1px;
	display: block;
	position: absolute;
	top:10px;
	left:0;
}
#global-nav-new li:hover a:after,
#global-nav-new > li.current a:after
.tpl-23 #global-nav > li.investors > a:after{
	background: #008752;
}

.global-nav-phone{
    padding: 8px 11px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.global-nav-phone:hover,
.global-nav-phone:active{
    background-color: #008752;
}
.global-nav-phone:hover > i,
.global-nav-phone:active > i{
    color: white;
}
.global-nav-phone i{
    font-size: 20px;
    color: #008752;
    padding: 8px 10px 8px 10px;
}
.global-nav-phone:hover .global-nav-phone-dropdown{
    display: block !important;
}
#icon-nav .global-nav-phone-dropdown{
    display: none;
    position: absolute;
    background-color: white;
    width: 260px;
    z-index: 2;
    right: 0;
    padding: 25px 20px 25px 20px;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #D3D4D8;
}
#icon-nav .global-nav-phone-dropdown .title{
    display: block;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #505050;
    border-bottom: 1px solid #D3D4D8;
    width: 100%;
    padding-bottom: 10px; 
    margin-bottom: 0;
}
#icon-nav .global-nav-phone-dropdown a{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #505050;
    border-bottom: 1px solid #D3D4D8;
    width: 100%;
    text-align: left;
    padding: 15px 0 10px 30px;
    display: block;
    position: relative;
}
#icon-nav .global-nav-phone-dropdown a:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
#icon-nav .global-nav-phone-dropdown i{
    font-size: 13px;
    padding: 0 13px 0 0;
    position: absolute;
    left: 0;
    margin-top: 1px;
}
/*global nav sub menus*/
#global-nav-new ul,
#icon-nav ul{
    background-color: #fff;
    border-top: 1px solid #ddd;
    position: absolute;
    left: 0;
    top: 42px;
    width: 250px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    padding: 10px 20px;
    display: none;
    z-index: 9999;
}
#global-nav-new li:hover > ul,
#icon-nav li:hover > ul{
    display: block;
}
#global-nav-new li > ul > li,
#icon-nav li > ul > li{
    float:none;
}
#global-nav-new li > ul > li > a,
#global-nav-new li.current > ul > li > a,
#icon-nav li > ul > li > a,
#icon-nav li.current > ul > li > a{
    text-align:left;
    padding:10px;
    font-weight:400;
    color:#444;
}
#global-nav-new li.current > ul > li > a:hover{
    color:#008752;
}

/**search toggle*/
#header #search-onclick-btn {
    top:8px;
    /* margin-top:37px; */
}
#header .toggle-container {
    top:76px;
}
@media only screen and (max-width: 1199px) {
    #header #search-onclick-btn {
        top: 8px !important;
    }
}
@media only screen and (max-width: 768px) {
    #header #search-onclick-btn {
        right: 60px !important; 
    }
}

/*Logo*/
.main .logo {
    position:static;
}

/*header adjustments for smaller desktop*/
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .main .top .constraint{
        flex-wrap:wrap;
    }
    .main .logo {
        flex:0 1 100%;
    }
    #icon-nav {
        position:absolute;
        top:15px;
        right:15px;
    }
    #search-onclick-btn{
        z-index:10;
    }
    #header .toggle-container {
        top:111px !important;
        right:0 !important;
    }
}

/*lubricans table*/
.lubricant-table tr td:first-child {
    background-color:#008752;
    color:#FFF;
    font-weight:bold;
}
.lubricant-table tr td {
    text-align:center;
}
.lubricant-table i {
    color:#008752;
}
.lubricant-table .asterisk {
    position: absolute;
    font-size: 1.25em;
    font-weight: bold;
}