/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);
* {
    margin: 0;
    padding: 0;
}


body, html {
    height: 100%;
}


body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	height: 100% !important;
	background: #fff !important;
  display: flex;
  flex-direction: column;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: stretch;

}

.body-container-wrapper {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
}
.footer-container-wrapper {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
}

html {
	height: 100%;
}

.hs-content-path-event .container, .hs-content-path-events .container {
	max-width: 1048px !important;
	width: auto !important;
}
.hs-content-path-event .events-section, .hs-content-path-events .events-section {
/*background: rgb(241, 241, 241);*/
}
.hs-content-path-event .events-listing-wrapper , .hs-content-path-events .events-listing-wrapper {
	background: rgb(241, 241, 241) none repeat scroll 0 0;
	margin: 60px auto;
	max-width: 1000px;
	padding: 30px;
}
.services-cta-outer {
	padding-bottom: 50px;
	padding-top: 25px;
}
.services-listing {
	padding: 50px 0 50px;
	background: #f8f8f8;
}
.service-description p {
	font-size: 13px !important;
	line-height: 20px !important;
}
.service-black-background .service-description p a {
	color: #6db0f3;
}
.service-black-background .service-description p a:hover {
	color: #fff;
}
.footer-sub
{
    font-weight:;
}
.footer-sub a {
	color: #fff !important;
}
.footer-sub a:hover {
/*color: #000080 !important;*/
}
.right-contact {
	background: #000080;
	padding: 20px;
	text-align: center;
	color: #fff;
}
.service-image > img {
	height: 100%;
}
.service-black-background {
	background: rgb(0, 0, 0) none repeat scroll 0 0;
	color: rgb(255, 255, 255);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}
.service-black-background h2 {
	color: #fff;
}
.service-white-background {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
	color: rgb(0, 0, 0);
}
.services-listing .service-description {
	padding: 15px;
}
.service-description h2 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 10px;
}
.right-contact a {
	background: #fff;
	color: #000080;
	display: inline-block;
	line-height: 14px;
	margin-top: 12px;
	padding: 10px;
	border: 2px solid #fff;
	transition: all ease 1s;
}
.right-contact a:hover {
	background: transparent;
	color: #fff;
}
.event-listing * {
	transition: all ease 1s;
}
.event-listing > div .event-text {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	float: left;
	padding: 3%;
	width: 38%;
    min-height: 261px;
}
.event-timing, .event-place {
	color: rgb(154, 154, 154);
	display: block;
	transition: all ease 1s;
}
.event-image {
	float: right;
	width: 62%;
}
.event-listing > div {
	max-height: 260px;
	margin-bottom: 30px;
	overflow: hidden;
	transition: all 1s ease 0s;
}
.event-listing > div:last-child {
	margin-bottom: 0;
}
/*27 jan 2017*/
.form-outer {
	/* margin: 20px 0 0 0;*/
	padding: 20px;
	box-sizing: border-box
}
.form-outer form > fieldset > div > label {
	display: none;
}
.form-outer form > fieldset > div {
	padding-right: 0 !important;
	width: 100% !important;
	margin-bottom: 20px;
}
.form-outer h3 {
	margin: 0 0 12px 0;
	text-align: center;
	font-size: 34px;
}
.form-outer input, .form-outer textarea {
	border: 1px solid #ededed !important;
	box-shadow: none !important;
	padding: 12px 0 !important;
	text-indent: 10px;
	height: auto !important;
}
.form-outer fieldset {
/*margin: 0 0 20px !important;*/
}
.form-outer .hs_submit input {
	background: #000080;
	color: #fff !important;
	padding: 8px 30px !important;
	text-indent: 0;
	border-radius: 4px !important;
	overflow: hidden;
	float: right;
}
.new-contact-page {
	padding: 0;
 background:;
	display: inline-block;
	margin-bottom: 100px;
	margin-top: 100px;
	width: 100%;
}
.inner-contact > span > div {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 30px 0px;
}
.block p strong {
	color: #000 !important;
	display: block;
	margin-bottom: 10px;
}
.street-address {
	/*border-right: 1px solid #ccc;*/
	padding-bottom: 7px;
	padding-top: 7px;
}
.inner-contact > span > div:last-child {
	margin-right: 0 !important;
}
.inner-contact > span > div:last-child .street-address {
	border-right: none;
}
.street-address span, .tel span {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-size: 14px;
}
.street-address p, .tel p {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 80%;
}
.tel p {
	font-weight: bold;
	font-size: 16px
}
.main-title h2 {
	text-align: center;
	font-size: 34px;
	display: none;
}
.body-container-wrapper {
/*display: table;
	width: 100%;
	height: 100%;*/
}
.body-container .container-fluid {
/*display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: top;*/
}
/**20-09-18**/
.copy-text, .copy-text a {
	font-weight: 300;
}
.footer-sub a, .footer-sub a div {	font-weight: 300;}

a.learn-news {
	border: 1px solid rgb(0, 0, 0);
	color: rgb(0, 0, 0);
	display: inline-block;
	font-size: 20px;
	line-height: normal;
	padding: 10px 35px;
}
a.learn-news:hover {
	background: rgb(0, 51, 102) none repeat scroll 0 0;
	border-color: rgb(0, 51, 102);
	color: rgb(255, 255, 255);
}
 @media (min-width:768px) {
.event-listing > div:hover .event-text * {
	color: #fff;
}
}
/************ 8-12-2016 ************/
.event-listing > div .event-text h2 {
	display: block;
	font-family: Lato, sans-serif;
	font-size: 25px;
	font-weight: 900;
	line-height: 33px;
	margin: 10px 0 5px;
    max-width:100%;
}
.event-listing > div:hover .event-image img {
	opacity: 0.55;
}
.event-image img {
	height: 260px;
	overflow: hidden;
	opacity: 0.7;
	transition: all ease 1s;
}
.post-event-purple h2 {
	color: rgb(69, 42, 180);
	transition: all ease 1s;
}
.event-listing > div .event-year {
	font-size: 35px;
	font-family: Lato, sans-serif;
	font-weight: 900;
	transition: all ease 1s;
}
/*.post-event-yellow h2, .post-event-yellow .event-year {
	display: block;
	font-size: 55px !important;
	line-height: 46px !important;
}*/
.post-event-purple .event-year {
	color: #452ab4;
}
.post-event-green .event-year {
	color: #2d8272;
}
.post-event-yellow .event-year {
	color: rgb(253, 180, 14);
	margin-top: 14px;
}
.post-event-red .event-year {
	color: #8e0000;
}
.post-event-green h2 {
	color: #44ac95;
}
.post-event-yellow h2 {
	color: #ffd200;
}
.post-event-red h2 {
	color: rgb(189, 0, 0);
	max-width: 70%;
}
.post-event-purple, .post-event-purple:hover .event-text {
	background: rgb(69, 42, 180);
	transition: all ease 1s;
}
.post-event-green, .post-event-green:hover .event-text {
	background: #44ac95;
}
.post-event-yellow, .post-event-yellow:hover .event-text {
	background: #fed101;
}
.post-event-red, .post-event-red:hover .event-text {
	background: #be0000;
}
.footer-container .page-center {
	background: inherit;
}
.header-container, .body-container, .footer-container {
	padding: 0;
}
.footer-container-wrapper {
	margin-bottom: 0;
}
.banner {
	position: relative;
}
/************* 8-12-2016 **********/
.banner .banner-text {
	/*bottom: 0;
	max-height: 100px;*/
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 37%;
  z-index: 10;
}
.about-banner .outer-text, .about-banner .inner-text {
  display: block;
  height:auto;  
}

/************* 24-11-2016 **********/
/************* 8-12-2016 **********/
.banner-text h1, .banner-text.services-text p{
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  margin: 0 auto;
  max-width: 850px;
  padding: 0 15px !important;
  text-shadow: 1px 1px 0 rgb(85, 85, 85);
}

.middle-content h1 {
	color: #12489b;
	font-size: 44px;
	font-weight: 800;
	margin: 0 auto;
	max-width: 800px;
	padding-bottom: 60px;
	text-align: center;
}
.middle-content .form-sidebar {
	float: right;
	width: 46%;
	background-color: #f6f6f6;
	padding: 60px;
}
.middle-content .content-sidebar {
	width: 46%;
}
.form-sidebar h3 {
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 35px;
}
.content-sidebar h3 {
	color: #373737;
	font-size: 15px;
	padding-top: 40px;
	text-transform: uppercase;
	margin: 0;
}
.content-sidebar p {
	color: #373737;
	font-size: 15px;
	padding-top: 15px;
}
.content-sidebar ul {
	padding-left: 55px;
	padding-top: 20px;
}
.content-sidebar li {
	color: #373737;
	font-size: 16px;
	padding-bottom: 5px;
}
.form-sidebar label {
	color: #4d4d4d;
	font-size: 14px;
}
.form-sidebar .hs-input {
	height: 62px !important;
	border: 1px solid #cccccc !important;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.18) !important;
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.18) !important;
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.18) !important;
}
.form-sidebar select.hs-input {
	background: #e8e9e8 none repeat scroll 0 0 !important;
	box-shadow: inherit !important;
}
.form-sidebar .hs_submit {
	padding-top: 10px;
}
.form-sidebar .hs-button.primary.large {
	background: #12489b none repeat scroll 0 0;
	border: medium none;
	border-radius: 30px;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	height: 62px;
	padding: 0 40px;
	letter-spacing: 3px;
	line-height: 29px;
}
.banner-text-resource {
	bottom: 0;
	margin: auto;
	max-height: 78px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.banner-text-resource h1 {
	color: #fff;
	font-size: 55px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
}
.main-content {
	padding: 80px 0;
}
.resources .span7 {
	width: 62%;
}
.resources .span5 {
	width: 35%;
	position: relative;
}
.resources .span5:hover::after {
	opacity: 1;
}
.resources .span5::after {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	transition-duration: 0.5s;
	transition-property: opacity;
	transition-timing-function: ease-in;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: ease-in;
	-o-transition-duration: 0.5s;
	-o-transition-property: opacity;
	-o-transition-timing-function: ease-in;
	-ms-transition-duration: 0.5s;
	-ms-transition-property: opacity;
	-ms-transition-timing-function: ease-in;
}
.resources {
	border-bottom: 1px solid #cccccc;
	clear: both;
	display: inline-block;
	margin-bottom: 25px;
	padding-bottom: 55px;
	width: 100%;
}
.resources h1 {
	color: #777;
	font-size: 19px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 12px;
}
.resources h1:hover {
	color: #000080;
}
.resources p {
	color: #777;
	font-size: 15px;
	line-height: 24px;
}
.resources p strong {
	display: inline-block;
	margin: 20px 0;
}
.resources ul {
	padding-left: 40px;
	padding-bottom: 15px;
}
.resources li {
	color: #777;
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 5px;
}
.form-sidebar input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #9f9f9f;
 font-size: 16px;
}
.form-sidebar input::-moz-placeholder { /* Firefox 19+ */
 color: #9f9f9f;
 font-size: 16px;
}
.form-sidebar input:-ms-input-placeholder { /* IE 10+ */
 color: #9f9f9f;
 font-size: 16px;
}
.form-sidebar input:-moz-placeholder { /* Firefox 18- */
 color: #9f9f9f;
 font-size: 16px;
}
.banner .banner-text.about-text {
	max-height: inherit;
	height: 100%;
}
.outer-text {
	display: table;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}
.inner-text {
	display: table-cell;
	vertical-align: middle;
}
.banner-text.about-text > div, .banner-text.about-text > div > div, .work-text > div, .work-text > div > div, .inner-page #home-banner-background-image .text-center.page-center > div, .inner-page #home-banner-background-image .text-center.page-center > div >div {
	height: 100% !important;
}
.about-banner.banner img {
	width: 100% !important;
}
.about-text h1 {
	font-size: 24px;
	font-weight: 300;
	text-shadow: 1px 1px 0 rgb(85, 85, 85);
	padding-bottom: 0;
}
.about-text h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.about-text p {
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	max-width: 660px;
}
.below-banner {
	padding: 60px 0;
}
.below-banner h1 {
	color: #282828;
	font-size: 60px;
	font-weight: 900;
	margin: 0;
	text-align: center;
}
/************ 24-11-2016 ***********/
.blue-section {
 background-image:;
	background-color: #F6F6F6;
	background-repeat: no-repeat;
	background-size: cover;
	color: #777777;
	font-size: 22px;
	line-height: 30px;
	padding: 60px 0;
	text-align: center;
}
.blue-section p {
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 35px;
}
p {
	font-size: 15;
	line-height: 24px;
}
/************ 24-11-2016 ***********/
.about-us {
	border: 2px solid rgb(119, 119, 119);
	color: rgb(119, 119, 119);
}
.about-us:hover {
	color: #000080 !important;
}
.resource-image img {
	width: 100% !important;
}
.work-section {
	position: relative;
	/*background-image: url(//www.mercatusenergy.com/hubfs/NewPages/fOaPlUa-new.jpg);*/
	/*background-image: url(https://www.mercatusenergy.com/hubfs/About%20us%20new%20images/about-footer-img.jpg);
    background-image: url(https://www.mercatusenergy.com/hubfs/About%20us%20new%20images/about-us-footer-img.jpg);*/
	background-image: url(https://www.mercatusenergy.com/hubfs/About%20us%20new%20images/about-bottom.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	/*background-position: center center !important;*/
	height: 485px;
}
.work-text {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	margin: 0 auto !important;
}
.work-text p {
	color: #fff;
	font-size: 30px;
	font-weight: lighter;
	line-height: 37px;
	margin: 0 auto 60px;
	/*max-width: 365px;*/
	max-width: 1080px;
}
.work-section img {
	width: 100% !important;
}
.blue-section {
	background-attachment: fixed;
	background-position: 50% center;
}
/************ 24-11-2016 ***********/
.meet-team {
	padding: 60px 0;
	text-align: center;
 background-image:;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 135px;
	position: relative;
	background-size: 100% 285px;
	background-color: #F6F6F6;
}
.meet-team h2 {
	color: #282828;
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 5px;
}
.owl-item .item img {
	border: 13px solid #fff;
	border-radius: 50%;
}
.owl-item .item img:hover {
	border: 13px solid #000080;
	transition-property: border;
	transition-timing-function: ease-in;
	transition-delay: 0;
	transition-duration: .5s;
	-webkit-transition-property: border;
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-delay: 0;
	-webkit-transition-duration: .5s;
	-o-transition-property: border;
	-o-transition-timing-function: ease-in;
	-o-transition-delay: 0;
	-o-transition-duration: .5s;
	-ms-transition-property: border;
	-ms-transition-timing-function: ease-in;
	-ms-transition-delay: 0;
	-ms-transition-duration: .5s;
}
.meet-team p {
	color: #808387;
	font-size: 16px;
	margin: 0 auto;
	max-width: 600px;
	padding-bottom: 40px;
}
.grey-border {
	padding: 30px 0 50px;
}
.border-text {
	border-bottom: 1px solid #e8e8e8;
}
.meet-team h4 {
	color: #282828;
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 10px;
}
.item > a {
	transition-property: all;
	transition-timing-function: ease-in;
	transition-delay: 0;
	transition-duration: .5s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-delay: 0;
	-webkit-transition-duration: .5s;
	-o-transition-property: all;
	-o-transition-timing-function: ease-in;
	-o-transition-delay: 0;
	-o-transition-duration: .5s;
	-ms-transition-property: all;
	-ms-transition-timing-function: ease-in;
	-ms-transition-delay: 0;
	-ms-transition-duration: .5s;
	display: inline-block;
}
.item > a:hover h4 {
	color: #000080;
}
.owl-item .item span {
	color: #8f9394;
	font-size: 14px;
	font-style: italic;
	font-weight: lighter;
}
.item > a:hover span {
	color: #282828;
}
.meet-team-buttons {
	bottom: -26px;
	left: 0;
	margin: 0 auto !important;
	max-width: 450px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
}
#demo {
	position: relative;
}
.fa.fa-angle-left, .fa.fa-angle-right {
	background: #000080;
	border-radius: 50%;
	color: #fff;
	font-size: 40px;
	height: 50px;
	line-height: 10px;
	padding: 20px 0;
	width: 50px;
}
.customNavigation {
	bottom: 0;
	height: 55px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
/************ 24-11-2016 ***********/
.btn.next {
	padding: 0;
	position: absolute;
	right: -30px;
	top: -46px;
	display: none;
}
.btn.prev {
	left: -30px;
	padding: 0;
	position: absolute;
	top: -46px;
	display: none;
}
.inner-page #home-banner-background-image {
	min-height: 279px;
	background-attachment: inherit;
}
.inner-page #home-banner-background-image .text-center {
	height: 100%;
	max-width: inherit;
	padding-top: 0;
	position: absolute;
	vertical-align: middle;
	width: 100%;
}
.inner-page .banner-form label {
	display: none;
}
.banner-form {
	float: none !important;
	margin: 0 auto !important;
	max-width: 540px;
}
.inner-column .right-column-large {
	margin-left: 0;
}
.inner-column h2 {
	color: #154b9d;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 10px;
	margin-top: 35px;
	text-transform: uppercase;
}
.inner-column p {
	color: #343434;
	font-size: 14px;
	line-height: 24px;
}
.inner-column blockquote {
	background-image: url("//www.mercatusenergy.com/hubfs/NewPages/blockqote-bg.jpg?t=1461933961597");
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: medium none !important;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	margin: 25px 15px;
	position: relative;
}
.inner-column blockquote p {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 50px;
}
.hs-error-msgs.inputs-list label {
	display: block !important;
}
.hs-error-msgs.inputs-list label {
	color: red;
}
.inner-page .hs-error-msgs.inputs-list label {
	bottom: -25px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: auto;
}
.inner-column blockquote span {
	color: #154b9d;
	font-size: 70px;
	left: 25px;
	line-height: 0;
	position: absolute;
	top: 55px;
}
.inner-page .banner-form form > div:first-child {
	position: relative;
}
.inner-column h3 {
	color: #3b3b3b;
	font-size: 22px;
	font-weight: 800;
	line-height: 24px;
}
.inner-column .hs-form-field > label {
	display: none;
}
.inner-column .blog-subscription-left {
	background: #f6f6f6 none repeat scroll 0 0;
	padding: 20px;
}
.main-content .left-column, .main-content .right-column-large {
	width: 73%;
}
.main-content .right-column, .main-content .left-column-small {
	margin-left: 63px;
	width: 21%;
}
.main-content .left-column-small {
	margin-left: 0;
	margin-right: 63px;
}
.inner-column .hs-input {
	border: 1px solid #cccccc;
	height: 40px;
}
.inner-column .actions {
	text-align: center;
}
.inner-column .hs-button.primary.large {
	background: #12489b none repeat scroll 0 0;
	border: medium none;
	border-radius: 30px;
	color: #fff;
	font-size: 12px;
	height: 51px;
	margin-top: 23px;
	padding: 10px 25px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.inner-column .left-listing .block a {
	font-size: 13px;
}
.inner-column .block > h3 {
	background: #12489b none repeat scroll 0 0;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	padding: 8px 0 8px 10px;
	margin-bottom: 35px;
	margin-top: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.inner-column .block li {
	list-style: none;
}
.inner-column .block a {
	border-bottom: 1px solid #e0e0e0;
	color: #343434;
	display: block;
	font-size: 14px;
	padding: 10px 0;
}
.inner-column .left-categories ul {
	padding-left: 10px;
}
.banner-form .hs-button.primary.large:hover, .inner-column .hs-button.primary.large:hover {
	background: #2b2b2b none repeat scroll 0 0;
	color: #fff;
	transition-property: all;
	transition-timing-function: ease-in;
	transition-delay: 0;
	transition-duration: .5s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-in;
	-webkit-transition-delay: 0;
	-webkit-transition-duration: .5s;
	-o-transition-property: all;
	-o-transition-timing-function: ease-in;
	-o-transition-delay: 0;
	-o-transition-duration: .5s;
	-ms-transition-property: all;
	-ms-transition-timing-function: ease-in;
	-ms-transition-delay: 0;
	-ms-transition-duration: .5s;
}
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_blog_subscribe {
	font-size: 20px;
}
/* 11-11-2016*/
.blue-bg.text-color-light {
	padding: 30px 0 50px;
}
.blue-bg {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.blue-bg h3 {
	color: #000080;
}
.company-logo img {
	border: 0px solid rgb(237, 237, 237) !important;
}
.company-logo {
	margin: 0 !important;
	padding: 0 15px;
	/*width: 20% !important;*/
    width: 16.6667% !important;
}
.about-leading .company-logo {
	width: 16.6667% !important;
}
.blue-bg h3 {
	color: #000080;
	line-height: 25px;
}
.blue-bg h3 {
	margin-bottom: 15px;
}
.meet-team {
	margin-bottom: 0 !important;
}
.footer-container-wrapper .footer-sub a:hover {
	/*color: #000080 !important;*/
	color: #000 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	font-family: Lato, sans-serif;
	font-weight: 300;
	padding: 20px 14px;
	color: #003366;
}
.footer-sub .row-fluid [class*="span"] {
	min-height: inherit;
}
/*17 nov*/

.blog_listing_posts .container, .single-posts .container, .container {
	max-width: 1080px !important;
	width: auto !important;
}
.blog_listing_posts .blog-listing-wrapper .post-listing, .single-posts .blog-post-wrapper {
	max-width: inherit;
}
.blog_listing_posts .blog-listing-wrapper img.hs-featured-image {
	display: block !important;
	float: none !important;
	margin: 0;
	max-height: inherit;
	max-width: inherit !important;
}
.post-listing .post-item.small-box {
	border: medium none !important;
	border-radius: 0 !important;
	float: left;
	margin-bottom: 15px !important;
	margin-right: 2.66666666% !important;
	margin-top: 15px !important;
	padding: 0 !important;
	width: 23% !important;
}
.small-box .post-left-sec, .small-box .post-right-sec {
	width: 100% !important;
	margin: 0!important;
}
.middle-content {
	padding: 70px 0;
}
.post-right-sec h2 a {
	display: block;
	font-family: georgia;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 12px;
}
.post-right-sec h2 {
	display: block;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.post-right-sec p {
	line-height: 24px;
	margin: 10px 0;
}
.events-section .blog-pagination {
	margin: 0 auto;
	display: block;
}
.blog-pagination .all-posts-link {
	background: rgb(26, 80, 163) none repeat scroll 0 0;
	border: 1px solid rgb(26, 80, 163);
	border-radius: 3px;
	color: rgb(255, 255, 255);
	display: inline-block;
	margin-bottom: 30px;
	padding: 10px 20px;
}
.blog-pagination .all-posts-link:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: rgb(26, 80, 163);
}
.blog_listing_posts > .container > .blog-section, .single-posts .span12 > .blog-section {
	border-top: 1px solid rgb(237, 237, 237);
	margin: 30px 0 0;
	padding-top: 30px;
}
.post-item.clearfix {
	margin: 15px 0 !important;
}
.post-listing .post-item.small-box:nth-child(4n+5) {
	margin-right: 0 !important;
}
.hs-blog-post .hs-blog-header {
	display: none;
}
.single-posts .blog-section h1 {
	color: #000080;
	display: block;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.single-posts .author-detail span {
	display: inline-block;
	font-weight: bold;
	margin-right: 5px;
}
.author-detail {
	margin-bottom: 10px;
}
.tab-item a {
	color: #000080;
}
.post-image {
	float: left;
	margin: 0 20px 20px 0;
}
.single-posts .span12 > .blog-section .blog-section {
	margin-bottom: 30px;
}
/************* 8-12-2016 *************/
.services-banner img {
	width: 100% !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
	padding: 20px 14px !important;
}
/********** 12-12-2016 ***********/
.services-banner {
	/*background: url(//www.mercatusenergy.com/hubfs/singapore-houston-energy-trading-hedging-advisory-2.jpg);
	background: url(https://www.mercatusenergy.com/hubfs/About%20us%20new%20images/services-banner.jpg);*/
	background: url(https://www.mercatusenergy.com/hubfs/About%20us%20new%20images/services-big-img.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 485px !important;
	position: relative;
}
.services-text button {
	border-color: rgb(240, 240, 240);
	color: rgb(240, 240, 240);
	font-size: 20px !important;
}
.services-text button:hover {
	background-color: rgb(240, 240, 240);
	border-color: rgb(240, 240, 240);
	color: rgb(43, 43, 43);
}
.about-text button {
	border-color: rgb(240, 240, 240);
	color: rgb(240, 240, 240);
	font-size: 20px !important;
}
.about-text button:hover {
	background-color: rgb(240, 240, 240);
	border-color: rgb(240, 240, 240);
	color: rgb(43, 43, 43);
}
.about-banner {
    background:url(https://www.mercatusenergy.com/hubfs/About%20us%20new%20images/about-us-new-banner.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 485px !important;
	position: relative;
}
.hs-content-id-4435838274 .row-fluid-wrapper.row-depth-1.row-number-1 {
}
.hs-content-id-4435838274 .body-container-wrapper {
	position: relative;
	min-height: 100%;
	padding-bottom: 100px;
}
.hs-content-id-4435838274 .footer-container-wrapper {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
.form-outer {
	background: #f7f7f7;
}
.left-text h2, .subscription-left-text h1, .same-class-style h2 {
	color: #2b2b2b;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	margin: 0 auto 15px;
	line-height: normal;
	font-size: 1.2em;
}
.left-text h2 span {
	display: block;
}
.solar-bg .left-text {
	position: relative;
	z-index: 99;
}
.solar-bg {
	overflow: hidden;
	padding: 4.3% 0;
	position: relative;
}
.right-one {
	padding: 0 0 0 8%;
	position: relative;
}
.right-text .img-wrap-top {
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 59%;
}
.img-wrap-top img {
	height: 100%;
	width: 100% !important;
}
.right-one p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
}
.body-container-wrapper .solar-bg .two-sections {
	float: none;
	margin: 0 auto;
	max-width: 1080px;
	padding: 0 11px;
}
.right-text h3 {
	color: #fff;
	font-family: lato;
	font-size: 30px;
	font-weight: 300;
	line-height: normal;
}
.subscription-services {
	background: #f3f3f3 none repeat scroll 0 0;
	padding: 90px 0;
}
.subscription-services .subscription-services-div {
	min-height: 538px;
}
.subscription-services-div {
	background: #fff none repeat scroll 0 0;
	padding: 22px 23px 72px 23px;
	position: relative;
}
.subscription-services-div h2 {
	margin: 22px 0 8px;
}
.subscription-services-div h2 a {
	color: #000080;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}
.subscription-services-div p {
  color: rgb(119, 119, 119);
  font-size: 15px;
  font-weight: 300;
  line-height: 25px; 
  min-height: 340px;
}
.subscription-arrow {
	border: 1px solid #69a5d6;
	bottom: 24px;
	height: 24px;
	left: 24px;
	padding: 7px 0;
	position: absolute;
	text-align: center;
	width: 24px;
}
.subscription-arrow img {
	display: block;
	margin: 0 auto;
}
.solar-form-section {
	background: #f8f8f8;
	overflow: hidden;
	position: relative;
}
.solarbg-img {
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 58% !important;
}
.solarbg-img img {
	width: 100% !important;/*min-height: 641px;*/
	min-height: 737px;
}
.solar-form {
	padding: 43px 0;
}
.solar-form-section .solar-form form input, .solar-form-section .solar-form form textarea, .subscription-two-sections .subscription-right-form form input, .subscription-two-sections .subscription-right-form form textarea, .contactus-block .contact-footer-form form input, .contactus-block .contact-footer-form form textarea {
	background: #fff none repeat scroll 0 0;
	border: 0 none;
	box-shadow: none;
	color: #000080;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	line-height: 18px;
	opacity: 1;
	padding: 13px 16px;
}
textarea {
	resize: none;
	overflow: auto;
    height:auto !important;
}
.solar-form-section .solar-form form ::-webkit-input-placeholder, .subscription-right-form form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:   #000080;
}
.solar-form-section .solar-form form :-moz-placeholder, .subscription-right-form form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:   #000080;
 opacity:  1;
}
.solar-form-section .solar-form form ::-moz-placeholder, .subscription-right-form form ::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #000080;
 opacity:  1;
}
.solar-form-section .solar-form form :-ms-input-placeholder, .subscription-right-form form :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #000080;
}
.solar-form-section .solar-form form input[type="submit"], .solar-form-section .solar-form form input.hs-button.large, .subscription-two-sections .subscription-right-form form input.hs-button.large, .subscription-two-sections .subscription-right-form form input[type="submit"], .contactus-block .contact-footer-form form input[type="submit"].hs-button {
	border: 2px solid #000080;
	color: #000080;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.solar-form-section .solar-form form input[type="submit"]:hover, .solar-form-section .solar-form form input.hs-button.large:hover, .subscription-two-sections .subscription-right-form form input.hs-button.large:hover, .subscription-two-sections .subscription-right-form form input[type="submit"]:hover, .contactus-block .contact-footer-form form input[type="submit"].hs-button:hover {
	color: #fff;
	background: #000080;
}
.solar-form .hs_cos_wrapper_type_form .hs-form-field {
	padding-bottom: 16px;
}
.solar-form-section .solar-form form textarea {
	min-height: 167px;
	resize: none;
	overflow: auto;
}
.solar-form h3 {
	color: #000080;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	margin: 0 auto 54px;
}
.solar-form-section .solar-form form .hs-form-field > label, .subscription-right-form form .hs-form-field > label {
	display: none;
}
.solarbg-text {
	font-size: 30px;
	letter-spacing: 0.025em;
	max-width: 560px;
	padding: 47px 30px 0 0;
	position: relative;
	z-index: 99;
}
.solarbg-img::before {
	background: rgba(4, 84, 163, 0.5) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}
.solarbg-text h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 50px;
}
.solarbg-text p {
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	line-height: 36px;
	margin: 0 0 73px;
}
.learn-more {
	background: url("//www.mercatusenergy.com/hubfs/gallery/learnmore-arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 7px 0 7px 46px;
}
.learn-more:hover {
	color: #fff;
}
.subscription-left-text p, .subscription-left-text strong, .download-text, .same-class-style p {
	color: #777;
	display: block;
	font-size: 15;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 10px;
}
.subscription-left-text p strong, .same-class-style p strong {
	display: inline-block;
}
.subscription-left-text p, .same-class-style p {
	font-weight: 300;
}
.subscription-left-text strong, .download-text {
	font-weight: 600;
	margin: 10px auto;
}
#home-banner-background-image p {
	font-weight: 300;
}
.subscription-two-sections {
	background: #f3f3f3 none repeat scroll 0 0;
	padding: 50px 0;
}
.subscription-right-form form {
	background: #f3f3f3 none repeat scroll 0 0;
	border: 2px solid #12489b;
	padding: 26px 25px;
}
.subscription-right-form h3 {
	background: #12489b none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 0 auto;
	padding: 12px 10px;
	text-align: center;
}
.subscription-right-form form {
	border: 2px solid #12489b;
	padding: 16px 19px;
}
.download-brochure {
	display: inline-block;
	line-height: normal;
	margin: 10px 0;
	padding: 0;
}
.contactus-block {
	background: #0454a3 none repeat scroll 0 0;
	overflow: hidden;
	padding: 30px 0;
	position: relative;
}
.contactus-block .contact-back-image {
	bottom: 0;
	left: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
}
.contactus-block .contact-back-image img {
	max-width: 100%;
}
.contactus-block .contact-title h2 {
	color: #fff;
	display: inline-block;
	font-size: 32px;
	font-style: normal;
	font-weight: 200;
	letter-spacing: 0.025em;
	margin: 0;
	position: relative;
	vertical-align: middle;
	white-space: normal;
	z-index: 9;
}
.contactus-block .contact-footer-form, .contactus-block .contact-title {
	display: inline-block;
	float: none;
	margin: 0;
	position: relative;
	vertical-align: middle;
}
.contactus-block form > div {
	display: inline-block;
	margin-right: 4%;
	vertical-align: top;
	width: 48%;
}
.contactus-block form > div.hs_submit {
	width: 22%;
}
.contactus-block form > div:nth-child(3) {
	width: 74%;
}
.contactus-block form > div:nth-child(2n) {
	margin-right: 0;
}
.contactus-block form > div .hs-form-field > label {
	display: none;
}
.contactus-block form > div > label {
	display: none;
}
.contactus-block form {
	padding-left: 11%;
}
.same-class-style {
	padding: 20px 0;
}
.First-section.same-class-style {
	padding-top: 50px;
}
.report-subscribe, .subscribe-today, .subscribe-now {
	padding: 30px 0 20px;
	text-align: center;
}
.research-link-one, .report-subscribe a, .subscribe-today a, .subscribe-now a {
	background: transparent;
	color: #12489B;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	padding: 7px 35px;
	text-align: center;
	border: 1px solid #12489B;
	transition: all 0.3s ease;
}
.research-link-one:hover, .report-subscribe a:hover, .subscribe-today a:hover, .subscribe-now a:hover {
	background: #12489B;
	color: #fff;
	transition: all 0.3s ease;
}
.highlight-inner-div {
	background: #eeeeee none repeat scroll 0 0;
	padding: 20px;
}
.highlight-inner-div h2 {
	color: #12489B;
	font-size: 1.6em;
	font-weight: 800;
	line-height: 1.2em;
}
.newsletter-bottom-text ul li, .internal-report-section ul li, .highlight-inner-div ul li {
	color: #000080;
	display: list-item;
	font-size: 1em;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2em;
	margin: 0 auto 10px;
	position: relative;
	padding-left: 20px;
}
.newsletter-bottom-text ul li:before, .internal-report-section ul li:before, .highlight-inner-div ul li:before {
	position: absolute;
	content: '';
	background: #12489B;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	padding: 1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	top: 5px;
	left: 0;
}
.second-right-image a {
	display: block;
	font-size: 20px;
	line-height: normal;
	margin: 15px auto 0;
	text-align: center;
	color: #777;
}
.second-right-image a:hover {
	color: #12489B;
}
.newsletter-bottom-text ul, .internal-report-section ul, .highlight-inner-div ul {
	margin: 20px auto 0;
	list-style: none;
}
/*-----------------Areas And Center Section starts here----------*/
.coverage-area-title {
	background: #12489B;
}
.coverage-area-title h2 {
	color: #fff;
	margin: 0;
	padding: 10px;
}
.areas-and-center .icon-outer {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	margin-right: 1.7%;
	padding: 20px 20px 0;
}
.areas-and-center .icon-outer:nth-child(3), .areas-and-center .icon-outer:nth-child(6), .areas-and-center .icon-outer:nth-child(9) {
	margin: 0;
}
.areas-and-center .one {
	border-bottom: 2px solid #12489B;
	padding-bottom: 20px;
}
.areas-and-center .one h3 {
	color: #12489B;
	margin-bottom: 10px;
}
.areas-and-center p {
	margin: 0;
}
/*-----------------Areas And Center Section end here----------*/

/*------------------------Form-Area Starts Here------------*/
#contact_form .getstarted-form {
	max-width: 700px;
	margin: 0 auto;
	width: 100%;
	float: none;
	background: #eee;
	padding: 30px 20px;
}
.getstarted-form h3 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #12489B;
}
.getstarted-form label span {
	font-size: 16px;
	color: #12489B;
}
.getstarted-form .actions {
	text-align: center;
}
.getstarted-form .actions .primary.large {
	background: #192940;
	color: #fff;
	border-color: transparent;
}
.getstarted-form .actions .primary.large:hover {
	background: #ff721a;
}
/*------------------------Form-Area End Here------------*/
.newsletter-bottom-text {
	padding-top: 20px;
}
.banner.crude-oil-market-banner h1 {
  font-size: 35px;
  font-weight: 600;
  line-height: normal;
  margin: 0 auto 15px;
}
.banner.crude-oil-market-banner {
  background-image: url("https://www.mercatusenergy.com/hubfs/About%20us%20new%20images/crude-oil.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;  
  min-height: 485px;
  padding: 40px 0;
}
.market-service-two-sections {
  padding: 80px 0;
}
.market-service-two-sections p {
  margin: 0 auto 12px;
}
.right-form form fieldset {
  margin: 0 auto 15px;
}
.right-form .hs-button.primary.large {
  background: #003366 none repeat scroll 0 0;
  color: #fff;
}

.meet-content a{
        border-color: rgb(240, 240, 240);
    color: rgb(240, 240, 240);
    font-size: 20px ;
        padding: 7px 35px;
    border: 1px solid;
    background: transparent;
    border-radius: 0;
    line-height: inherit;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    cursor: pointer;
}
.meet-content a:hover{
    background:#fff;
    color:#000;
    border-color:#fff;
}
.leader-text{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin: 0 auto !important;
}
.meet-team{
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 485px !important;
    position: relative;
}
.meet-team h2{
    color:#fff;
}

.call-out-text h3 {
  color: rgb(0, 0, 0);
  font-size: 23px;
  font-weight: 300;
}
.call-out-text {
  margin-bottom: 20px;
}
.leader-text > div, .leader-text > div > div {
  height: 100%;
}

.leader-text h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}

.about-us-work {
  border-radius: 0;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  padding: 0 54px;
}
.work-text p {
  margin: 0 auto 50px;
}

.svg-inline--fa {
  color: rgb(0, 51, 102);
}


.subscription-arrow {
  display: inline-block;
  margin-bottom: -7px;
  margin-top: 20px;
  position: static;
}
.learn-more-cta {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-left: 15px;
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
}

.service-description a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
}
.services-cta-outer p a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
}
.subscription-services-div p:last-child {
  min-height: inherit;
}
.learn-news .cta_button:hover {
    background: rgb(0, 51, 102) none repeat scroll 0 0;
    border-color: rgb(0, 51, 102);
    color: rgb(255, 255, 255);
}
.learn-news .cta_button  {
    border: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    display: inline-block;
    font-size: 20px;
    line-height: normal;
    padding: 10px 35px;
}
.learn-news {
    margin-top: 40px;
    text-align: center;
}
.new-custom-main-text
{
    position:relative;  text-align: left;
}
.new-custom-main-text ul li
{
    text-align:left;
    font-size: 16px;
}
.new-custom-main-text ul li a
{
    color:#777777;
}
.new-custom-main-text h3 
{     text-align:left;
    font-size:15px;
}

.new-custom-main-text a {
	color: #777777;
}

/**12-04-18**/

.books-flex-col {
  padding: 60px 0;
}
.content-section {
  margin-bottom: 30px;
}.content-section h2 {
  font-size: 25px;
  margin: 0 0 20px;
}.content-section ul {
  padding: 15px 0 0 14px;
}.content-section .cta-sec {
  margin-top: 20px;
}
.main-module-sec {
  margin-bottom: 30px;
}
.main-module-sec .image-section {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}.main-module-sec .content-section {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  width: 75%;
}.main-module-sec .image-section img {
  height: auto;
}


.offer-page .banner .banner-text {
  position: static;
}
.offer-page .banner.about-banner {
  min-height: inherit !important;
  padding: 70px 0 100px;
}
.offer-page .inner-text h4 {
  color: rgb(255, 255, 255);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}.offer-page .inner-text h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 56px;
  margin-bottom: 38px;
}.offer-page .inner-text p {
  font-size: 16px;
  font-weight: normal;  margin-bottom: 20px;
  line-height: 30px;
}.offer-page .inner-text p:last-child {
  margin-bottom: 0;
}

.offer-page .cta-banner-area {
  padding: 60px 0 0;
}
.offer-page .about-banner h3 {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.offer-page .banner .about-text form label span {
  display: none;
}.offer-page .banner .about-text form input {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  color: rgb(85, 85, 85);
  font-size: 16px;
  height: 56px;
  padding: 6px 15px;
}.banner .about-text form fieldset:first-child {
  margin-bottom: 13px;
}
.offer-page .about-banner h3 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 26px;
  text-transform: capitalize;
}.offer-page .banner .about-text form .hs_submit input:hover {
  background: #000 none repeat scroll 0 0;}
.offer-page .banner .about-text form .hs_submit input {
  background: rgb(23, 23, 138) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 50px;
  color: rgb(255, 255, 255);
  font-size: 11px;
  height: auto;
  letter-spacing: 1px;
  margin-top: 16px;
  padding: 14px 32px 13px;
}.offer-page .banner .about-text form fieldset .field:last-child {
  padding-right: 0;
}.offer-page .banner .about-text form {
  margin: auto;
  max-width: 390px;
}.offer-page .hs-error-msgs.inputs-list label {
  color: rgb(255, 255, 255);
  font-size: 11px; text-align:left;
}.hs_error_rollup {
  display: none;
}

.error-template .about-text h1 {
  font-size: 120px;
  font-weight: bold;
  line-height: 100px;
  margin-bottom: 10px;
}
.error-template .about-text p {
  font-size: 21px;
  line-height: 30px;
  margin: 15px auto 35px;
  max-width: 510px;
}
.error-template .about-text .cta-banner-area a:hover {
    background: rgb(0, 0, 0) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
}
.error-template .about-text .cta-banner-area a {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  border-radius: 50px;
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 20px;
  margin-top: 10px;
  padding: 12px 30px;
}
.error-template .banner .banner-text.about-text {
  position: static;
}.error-template .banner.about-banner {
  min-height: inherit !important;
  padding: 200px 0;
}

.error-template .banner form input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 0;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 16px;
  height: 55px;
  margin-right: 7px;
  padding: 0 15px;
  vertical-align: top;
  width: 100%;
}.error-template .banner form a.hs-button {
  background: rgb(23, 23, 138) none repeat scroll 0 0;
  border-radius: 50px;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 20px;
  margin-top: 24px;
  padding: 14px 30px;
  vertical-align: top;
}.error-template .about-text h2 {
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: bold;
  margin: 15px 0 0;
}
.error-template .banner form label {
  color: rgb(255, 255, 255);
  display: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
}.error-template .about-text p:nth-child(2) {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
}

.error-template form {
  margin: 15px auto 0;
  max-width: 500px;
}
.inner-text a.btn:hover {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    color: rgb(0, 0, 0);
}
.inner-text a.btn {
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-size: 20px;
    padding: 9px 35px;
}
.airline-fuel-hedging .banner.about-banner {
	position: relative;
	z-index: 99;
}.airline-fuel-hedging .banner.about-banner::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff6;
	z-index: -9;
}


.offer-page.energy-glossary .inner-text * {
	color: #003366;
}
#banner-background-image.crude-oil-market-banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
}
/*===============29-10-2018==================*/

.right-form input[type="file"]
{
  padding: 0px;
  border: 0px;
  height: auto;
  margin-top: 10px;
  box-shadow: none;
}

 @media (min-width:1921px) {
.solarbg-img {
	width: 55% !important;
}
.contactus-block .contact-back-image {
	width: 57%;
}
.contactus-block .contact-back-image img {
	width: 100% !important;
}
}
@media (min-width:2000px) {
    
    .error-template .banner.about-banner {
  padding: 20% 0;
}
}
@media (min-width:1600px) {
    .offer-page .banner.about-banner {
  display: table;
  height: 100%;
  padding: 15% 0;
  width: 100%;
}.offer-page .body-container-wrapper, .offer-page .body-container-wrapper > .body-container, .offer-page .body-container-wrapper > .body-container > .row-fluid-wrapper, .offer-page .body-container-wrapper > .body-container > .row-fluid-wrapper .row-fluid {
  height: 100%;
}
.error-template .banner.about-banner {
  padding: 15% 0;
}.error-page-class .banner.about-banner {
  padding: 12% 0;
}

.error-template .body-container-wrapper, .error-template .body-container-wrapper > .body-container, .error-template .body-container-wrapper > .body-container > .row-fluid-wrapper, .error-template .body-container-wrapper > .body-container > .row-fluid-wrapper > .row-fluid, .error-template .body-container-wrapper > .body-container > .row-fluid-wrapper > .row-fluid > .about-banner {
  height: 100%;
}
}
@media (min-width:2700px) {
.solarbg-img {
	width: 53% !important;
}
.right-text .img-wrap-top {
	width: 55%;
}
}
@media (min-width:3800px) {
.solar-bg {
	background-position: 352px center;
}
.solarbg-img {
	width: 51% !important;
}
}
.subscription-left-text p, .subscription-left-text strong, .download-text, .same-class-style p (min-width:4500px) {
.solar-bg {
 background-position: 721px center;
}
.right-text .img-wrap-top {
 width: 52.5%;
}
}
@media (max-width:1440px) {
.right-one {
	padding: 0 0 0 11.5%;
}
.solar-bg {
	padding: 3.5% 0;
}
.solar-form {
	padding: 20px 0;
}
}
@media (max-width:1920px) {
.new-contact-page {
	margin-bottom: 150px;
	margin-top: 150px;
}
}
@media (max-width:1366px) {
.new-contact-page {
	margin-bottom: 100px;
	margin-top: 100px;
}
}
 @media (min-width:992px) and (max-width:1230px) {
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
}
   .container, .container-fluid .row-fluid .page-center, .body-container-wrapper .solar-bg .two-sections {
	margin: 0 auto;
	max-width: 960px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	padding: 20px 13.5px !important;
}
.main-content .left-column-small {
	margin-right: 57px;
}
.main-content .right-column, .main-content .left-column-small {
	margin-left: 57px;
	width: 21%;
}
.btn.prev {
	left: -12px;
}
.btn.next {
	right: -12px;
}
/*events*/
.hs-content-path-event .container, .blog_listing_posts .container, .single-posts .container, .hs-content-path-events .container {
	width: 960px !important;
}
.hs-content-path-event .events-listing-wrapper, .hs-content-path-events .events-listing-wrapper {
	max-width: 970px;
}
.event-listing > div .event-text h2 {
	font-size: 24px;
	line-height: 25px;
}
.left-text h2 {
	font-size: 25px;
}
.right-text h3 {
	margin-bottom: 10px;
}
.body-container-wrapper .solar-bg {
	max-height: 179px;
	min-height: 179px;
	padding: 3.2% 0;
}
.solarbg-img {
	max-width: 700px;
	width: 64% !important;
}
.solar-form h3 {
	margin: 0 auto 15px;
}
.solar-form {
	padding: 33px 0;
}
.subscription-services .subscription-services-div {
	min-height: 600px;
}
.contactus-block {
	padding: 6px 0;
}
.contactus-block .contact-back-image {
	width: 65%;
}
/*---------------15-02-2017--------*/
.areas-and-center .icon-outer {
	margin-right: 1.6%;
	padding: 15px 15px 0;
}
.highlight-inner-div h2 {
	font-size: 1.4em;
}
.newsletter-bottom-text .same-class-style ul li {
	font-size: 16px;
}
.solarbg-img img {
	min-height: 510px;
}
.solarbg-text p {
	font-size: 23px;
	line-height: 33px;
	margin: 0 0 30px;
}
.subscription-services-div p {
  min-height: 400px;
}

}

/*===============Error page================*/

.error-sec
{
  	padding-top: 85px;
  	color: #888;
}
.error-content i
{
    font: normal normal normal 14px/1 FontAwesome;
	  font-size: 220px;
}
.error-content h1
{
    font-family: 'Poiret One',Arial,cursive;
    font-weight: 700;
    margin: 0 auto 5px;
    font-size: 90px;
    color: #888;
  	line-height: normal;
}
.error-content h3
{
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 28.8px;
    color: #888;
    margin-bottom: 40px;
    margin-top: 0px;
  	line-height: normal;
}
.site-input form
{
  	max-width: 45%;
    margin: 0px auto 0px;
}
.search-label
{
  	margin-top: 30px;
}
.search-label p
{
  	font-family: 'Roboto',Arial,sans-serif;
    color: #888;
    font-size: 16px;
}
.site-input form input
{
    padding: 10px 0;
    margin: 0px 0 20px;
}
.search-bttn a
{
    background: #aaa;
    border-radius: 4px;
    padding: 10px 40px;
    color: #fff;
    cursor: pointer;
    font-family: 'Roboto',Arial,sans-serif;
  	font-size: 16px;
}
.error-sec .home-link
{
  	margin-top: 70px;
}
.error-sec .home-link a
{
  	font-family: 'Roboto',Arial,sans-serif;
    font-size: 20px;
    margin-top: 50px;
    color: #888;
    text-decoration: underline;
}

/*================= Search Result page==============*/

body.result-page
{
  	min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
body.result-page .body-container-wrapper
{
    background: url("https://www.mercatusenergy.com/hubfs/About%20us%20new%20images/fileclic-sfondo.jpg");
  	flex-grow: 1;
    background-size: cover;
    position: relative;
    background-position: center;
}
body.result-page .body-container-wrapper:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
body.result-page .footer-container-wrapper
{
  	flex-shrink: 0px;
}
.search-result-section .text-center
{
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    top: 50%;
    border: 1px solid #fff;
    transform: translate(0, -50%);
    padding: 40px;
}
.search-result-section .search-label p 
{
    color: #036;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.search-result-section .search-bttn a {
    background: #036;
}
.search-result-section .site-input form input
{
  	border: 0px;
}
.header-container .hs_cos_wrapper_type_logo a img {
    padding-top: 14px;
}
/********** 09-04-2018 ***********/

@media (max-width:1200px) {
.new-custom-main-text ul
{
    padding:0 20px;
}

}

/********** 12-12-2016 ***********/

@media (max-width:991px) {
.header-container .hs_cos_wrapper_type_logo a img {
    padding-top: 8px;
}
  .about-banner, .services-banner, .banner.crude-oil-market-banner  {
	min-height: 300px !important;
}
.work-section {
	height: 300px;
}
#banner-background-image.crude-oil-market-banner {
      min-height: 300px !important;
    background-size: cover;
}
.banner-text h1, .banner-text.services-text p
{
    font-size:18px;
    line-height:28px;
}.subscription-services-div p {
  min-height: 510px;
}
  .footer-sub div.copy-text, .footer-sub div.social
  {
    width: 100%;
    text-align: center;
    margin: 0px;
  }
}
 @media (min-width:768px) and (max-width:991px) {
.container, .container-fluid .row-fluid .page-center, .body-container-wrapper .solar-bg .two-sections {
	margin: 0 auto;
	max-width: 750px;
}
.main-content .right-column, .main-content .left-column-small {
	margin-left: 35px;
	width: 25%;
}
.main-content .left-column-small {
	margin-right: 35px;
}
.inner-column img {
	height: inherit;
}
.main-content .left-column, .main-content .right-column-large {
	width: 70%;
}
.btn.prev {
	left: -15px;
}
.btn.next {
	right: -15px;
}
.below-banner h1 {
	font-size: 40px;
}
.owl-item .item {
	margin: 0 auto;
	max-width: 200px;
}
.banner-text-resource h1 {
	font-size: 40px;
}
.resources img {
	height: inherit;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	font-size: 12px;
	padding: 20px 9px !important;
}
.middle-content .form-sidebar {
	padding: 30px;
}
.form-sidebar .hs-button.primary.large {
	letter-spacing: 0;
}
.banner .banner-text {
	/*max-height: 150px;*/
}
.banner-text h1 {
	/*max-width: 600px;
	font-size: 32px;
	padding-bottom: 15px;
	line-height: 36px;*/
}
.middle-content h1 {
	max-width: 600px;
	font-size: 30px;
	padding-bottom: 30px;
}
.inner-column blockquote {
	background-size: cover;
	background-color: transparent;
}
.company-logo {
	/*width: 20% !important;*/
}
.services-listing {
	text-align: center;
}
.services-listing .span3 {
	display: inline-block;
	float: none !important;
	margin: 1.5% !important;
	vertical-align: top;
	width: 45%;
}
/*events*/
.hs-content-path-event .container, .hs-content-path-events .container {
	max-width: 760px !important;
	width: auto !important;
}
.blog_listing_posts .container, .single-posts .container {
	max-width: 750px !important;
	width: auto !important;
}
.hs-content-path-event .events-listing-wrapper, .hs-content-path-events .events-listing-wrapper {
	max-width: 750px;
}
.event-listing > div .event-text h2 {
	font-size: 17px;
	line-height: 27px;
}
/*.post-event-yellow h2, .post-event-yellow .event-year {
	display: block;
	font-size: 59px !important;
	line-height: 52px !important;
}*/
.custom-menu-primary {
	padding-top: 0 !important;
}
/* 17 nov */
.span6.post-right-sec {
	margin: 0 !important;
	width: 100% !important;
}
.span6.post-left-sec {
	margin: 0 !important;
	width: 100% !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
	padding: 20px 9px !important;
}
.contactus-block .contact-back-image {
	width: 100%;
}
.contactus-block form {
	padding-left: 0;
}
.contactus-block form > div:nth-child(3) {
	width: 68%;
}
.areas-and-center .icon-outer {
	margin-right: 1.5%;
	padding: 15px 10px 0;
}
.areas-and-center .one h3 {
	font-size: 18px;
}
.areas-and-center p {
	font-size: 15px;
	line-height: 24px;
}
.highlight-inner-div h2 {
	font-size: 1.1em;
}
.solarbg-text p {
	font-size: 23px;
	line-height: 30px;
	margin: 0 0 13px;
}
.solarbg-img img {
	min-height: 530px;
}
.solarbg-text h5 {
	margin: 0 0 20px;
}
.solar-form h3 {
  color: #fff;
}
.solar-form form input.hs-button.primary.large {
  border: 2px solid #fff;
  color: #fff;
}
.contactus-block .contact-title h2
{
    font-size:22px;
}
.banner .banner-text.services-text {
  /*max-height: 102px;*/
}
.work-text p {
  font-size: 20px;
  line-height: 32px;
}

.leader-text h2 {
  font-size: 20px;
}

.meet-team {
  min-height: 345px !important;
}
.call-out-text h3 {
  font-size: 21px;
}


}

/********** 12-12-2016 ***********/
@media (max-width:991px) {
.right-text .img-wrap-top {
	left: 0;
	width: 100%;
}
.left-text h2 {
	/*color: #fff;*/
	font-size: 25px;
}
.solar-bg {
	padding: 7.5% 0;
}
.subscription-services .subscription-services-div {
	min-height: 700px;
	padding: 22px 15px 72px;
}
.subscription-services {
	padding: 50px 0;
}
.solarbg-img {
	width: 100% !important;
}
.solar-form {
	position: relative;
	z-index: 99;
}
.solar-form-section .solar-form form input[type="submit"]:hover, .solar-form-section .solar-form form input.hs-button.large:hover {
	border: 2px solid #000080;
}
}
@media (max-width:767px) {
.header-container .hs_cos_wrapper_type_logo a img {
    padding-top: 0;
}
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal > ul {
    float: none;
    width: 100%;
}
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal {
    width: 100%;
    top: 90%;
    position: absolute;
    left: 0;
}
  .header-container .hs_cos_wrapper_type_logo a img {
    width: 160px!important;
}
  .new-custom-main-text ul li a br 
{
    display:none;
}
    
    .about-banner, .services-banner, .banner.crude-oil-market-banner  {
    min-height: inherit !important;
    padding: 60px 0;
}.banner .banner-text.about-text {
  height: 100%;
  max-height: inherit;
  position: static;
}
.banner-text h1 {
  max-width: 100%;
}
.container, .container-fluid .row-fluid .page-center, .body-container-wrapper .solar-bg .two-sections {
	margin: 0 auto;
	max-width: 100%;
	width: auto !important;
}
.banner .banner-text.about-text {
	/*padding: 20px;*/
}
.banner-text h1 {
	font-size: 17px;
}
a.mobile-trigger {
	margin-top: 10px !important;
}
.about-text * {
	font-size: 17px !important;
}
.company-logo {
	float: left !important;
	padding: 0 8px !important;
	/*width: 20% !important;*/
}
.inner-column h3 {
	text-align: center;
}
.inner-page #home-banner-background-image .text-center {
	padding-bottom: 0;
}
blockquote br, #home-banner-background-image p br {
	display: none;
}
.main-content .right-column, .main-content .left-column-small {
	margin-left: 0;
	width: auto;
	margin-top: 30px;
}
.main-content .left-column-small {
	margin-right: 0;
}
.inner-column img {
	height: inherit;
}
.main-content .left-column, .main-content .right-column-large {
	width: auto;
}
.blue-section, .work-section {
	background-attachment: inherit;
	background-position: inherit !important;
}
.meet-team {
	background-size: 100% 255px;
}
.btn.prev {
	left: -14px;
}
.fa.fa-angle-left, .fa.fa-angle-right {
	font-size: 28px;
	height: 30px;
	line-height: 0;
	padding: 16px 0;
	width: 30px;
}
.btn.next {
	right: -14px;
}
.work-text {
	width: 100% !important;
}
.meet-team-buttons {
	max-width: inherit;
}
.meet-team-buttons .our-team {
	float: left;
	width: 50%;
}
.meet-team-buttons .our-contact {
	float: right;
	width: 50%;
}
.below-banner h1 {
	font-size: 40px;
}
.owl-item .item {
	margin: 0 auto;
	max-width: 180px;
}
.meet-team h4 {
	font-size: 18px;
	margin-bottom: 5px;
}
.main-content {
	padding: 50px 0;
}
.resources .span5 {
	margin: 0 auto 15px !important;
	max-width: 366px;
	width: auto;
}
.resources .span7 {
	text-align: center;
	width: auto;
}
.resources ul {
	text-align: left;
	display: inline-block;
}
.resources img {
	height: inherit;
}
.banner .banner-text-resource {
	bottom: auto;
	max-height: inherit;
	text-align: center;
	top: 45px;
	width: 100%;
}
.banner-text-resource h1 {
	font-size: 40px;
}
.middle-content .form-sidebar {
	padding: 30px;
}
.banner .banner-text {
	/*max-height: 150px;*/
}
.banner-text h1 {
	/*max-width: 600px;
	font-size: 32px;
	padding-bottom: 15px;
	line-height: 36px;*/
}
.middle-content h1 {
	max-width: 600px;
	font-size: 30px;
	padding-bottom: 30px;
}
.banner-text img {
	max-width: 200px;
}
.middle-content .content-sidebar {
	width: auto;
}
.middle-content .form-sidebar {
	float: none;
	margin: 30px auto 0;
	max-width: 450px;
	width: auto;
}
.middle-content {
	padding: 50px 0;
}
.content-sidebar ul {
	padding-left: 15px;
}
.resource-image img {
	min-width: 800px;
}
.resource-image {
	overflow: hidden;
}
.services-listing {
	text-align: center;
}
.services-listing .span3 {
	display: inline-block;
	float: none !important;
	margin: 1.5% !important;
	vertical-align: top;
	width: 45%;
}
.right-contact {
	float: none !important;
	margin: 15px auto 0 !important;
	max-width: 300px;
}
/*Events*/
.hs-content-path-event .events-sectio, .hs-content-path-events .events-section {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.hs-content-path-event .container, .hs-content-path-events .container {
	width: auto !important;
}
.event-listing > div .event-text {
	background: rgb(255, 255, 255) !important;
	display: block;
	float: none;
	padding: 20px;
	width: auto;
    min-height:inherit;
}
.event-image img {
	height: inherit;
}
.event-image {
	float: none;
	width: auto;
}
.event-listing > div {
	max-height: inherit;
}
.post-event-purple, .post-event-purple:hover .event-text {
	background: rgb(119, 119, 119) none repeat scroll 0 0;
}
.event-timing, .event-place {
	color: rgb(154, 154, 154);
}
/*.post-event-purple h2 {
	color: rgb(118, 66, 216);
}
*/
.post-event-purple .event-year {
	color: rgb(69, 42, 180);
}
.post-event-green h2 {
	color: rgb(68, 172, 149);
}
.post-event-green .event-year {
	color: rgb(45, 130, 114);
}
.post-event-yellow h2 {
	color: rgb(255, 210, 0);
}
.post-event-yellow .event-year {
	color: rgb(253, 180, 14);
}
.post-event-red h2 {
	color: rgb(189, 0, 0);
}
.post-event-red .event-year {
	color: rgb(142, 0, 0);
}
.post-event-red h2 {
	max-width: inherit !important;
}
.event-listing > div .event-text h2, .event-year {
	display: inline-block !important;
}
.hs-content-path-event .events-listing-wrapper, .hs-content-path-events .events-listing-wrapper {
	padding: 20px;
}
.custom-menu-primary {
	padding-top: 0 !important;
}
.blog_listing_posts .container, .single-posts .container {
	width: auto !important;
}
/*17 nov*/
.post-listing .post-item.small-box {
	width: 48.5% !important;
}
.post-listing .post-item.small-box:nth-child(4n+5), .post-listing .post-item.small-box:nth-child(2n+3) {
	margin-right: 0 !important;
}
.blog-post-wrapper h2.resp-tab-active {
	background: #000080 !important;
	color: #000080 !important;
}
h2.resp-tab-active a {
	color: #fff!important;
}
h2.resp-tab-active span.resp-arrow {
	border-top-color: rgb(255, 255, 255) !important;
}
.inner-contact > span > div {
	display: block;
	width: auto;
	vertical-align: top;
}
.street-address {
	border: none !important;
}
.form-outer .hs_submit input {
	float: none;
}
.main-title h2 {
	display: block;
}
.form-outer h3 {
	display: none;
}
.left-block {
	margin-bottom: 20px;
}
.subscription-services .subscription-services-div {
	margin: 0 auto 20px;
	min-height: inherit;
	padding: 22px 15px 72px;
}
.subscription-services .subscription-services-div:last-child {
	margin: 0 auto;
}
.right-text .img-wrap-top, .solarback-img .solarbg-img, .contactus-block .contact-back-image {
	display: block;
	margin: 0 auto !important;
	max-width: 95%;
	position: relative;
	min-height: inherit;
}
.right-text .img-wrap-top img, .solarback-img .solarbg-img img, .contactus-block .contact-back-image img {
	display: none;
	margin: 0 auto;
	max-height: 250px;
	width: auto !important;
}
.solar-bg {
	background: url("//www.mercatusenergy.com/hubfs/gallery/solar-image-new.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.solar-form {
	padding: 20px 15px;
}
.solar-form-section .solarback-img {
	background: url("/hs-fs/hubfs/research-bottom.jpg?t=1488621996796&width=1314&name=research-bottom.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	/*background: #0454a3 none repeat scroll 0 0;*/
	padding: 50px 15px;
	position: relative;
}
.solarbg-text p {
	font-size: 18px;
	line-height: 28px;
}
.right-one {
	padding: 0;
}
.left-text h2 span {
	display: inline-block;
}
.left-text h2, .right-text h3 {
	margin: 0 auto 10px;
	line-height: normal;
}
.solarbg-text p, .solarbg-text h5 {
	margin: 0 0 15px;
}
.solarbg-text {
	max-width: 100%;
	padding: 0;
}
.solar-form-section .container {
	padding: 0;
}
.solar-form-section .solarback-img::before {
	background: rgba(4, 84, 163, 0.5) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}
.solarbg-img::before {
	display: none;
}
.contactus-block .contact-back-image {
	width: 100%;
}
.contactus-block {
  background: url("/hs-fs/hubfs/gallery/solar-image-new.jpg?t=1488621996796&width=1226&name=solar-image-new.jpg");
 background-repeat: no-repeat;
 background-size: cover;
  padding: 30px 0;
}
.contactus-block {
	padding: 30px 0;
}
.contactus-block form {
	padding-left: 0;
}
.contactus-block .contact-footer-form, .contactus-block .contact-title {
	display: block;
}
.contactus-block form > div:nth-child(2n), .contactus-block form > div:nth-child(3), .contactus-block form > div {
	display: block;
	width: 100%;
}
.contactus-block .contact-footer-form form input.hs-button[type="submit"] {
  border: 2px solid #fff;
  color: #fff;
}
.contactus-block .contact-footer-form form input.hs-button[type="submit"]:hover {
  border: 2px solid navy;
  color: #fff;
 }
.areas-and-center .icon-outer {
	width: 100%;
	display: block;
	margin: 0;
}
.coverage-area-title h2 {
	font-size: 26px;
}
.left-text h2, .subscription-left-text h1, .same-class-style h2 {
	margin-top: 20px;
}
.First-section.same-class-style {
	padding-top: 0;
}
.highlight-inner-div {
	padding: 0 5px 20px;
}
.newsletter-bottom-text ul, .internal-report-section ul, .highlight-inner-div ul {
	margin: 0;
}
.market-service-two-sections {
  padding: 30px 0 50px;
}
.banner.crude-oil-market-banner h1 {
  font-size: 25px; 
  line-height: normal;
  margin: 0 auto 5px;
}
.banner.crude-oil-market-banner .banner-text {
  /*max-height: 78px;  padding:80px 0;*/
  max-height:inherit !important;
 
}
.banner .banner-text.services-text {
 /* max-height: 135px; padding:80px 0;*/
 max-height:inherit;
  
}
.work-text p {
  font-size: 17px;
  line-height: 27px;
  margin: 0 auto 20px;
}
.subscription-services-div p {
  min-height: inherit;
}

.meet-team {
    background-attachment: inherit;
    background-size: 100% auto;
    min-height: 300px !important;
}
.leader-text {
  width: 100% !important;
}
.leader-text h2 {
  font-size: 18px;
}
.call-out-text h3 {
    font-size: 20px;

}

.subscription-services-div p {
min-height: inherit;
}

.main-module-sec .image-section {
  width: 30%;
}
.main-module-sec .content-section {
  width: 65%;
}


.offer-page .inner-text h1 {
  font-size: 30px !important;
  line-height: 40px;
  margin-bottom: 28px;
}.offer-page .inner-text h4 {
  font-size: 11px !important;
}.offer-page .banner .about-text form .hs_submit input {
  font-size: 11px !important;
}
.offer-page .banner.about-banner {
  padding: 50px 0 100px;
}

.error-template .banner.about-banner {
  padding: 60px 0;
}
.error-template .banner form input {
  margin-bottom: 15px;
  margin-right: 0;
  width: 100%;
}.error-template .banner form label {
  text-align: center;
}
.error-template .about-text p {
  font-size:21px !important;
  margin-bottom: 30px;
}
.error-template .about-text h1 {
  font-size: 60px !important;
  line-height: 40px;
  margin-bottom: 0;
}.error-template .about-text p:nth-child(2) {
  font-size: 30px !important;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}
.error-template .about-text h2 {
  font-size: 30px !important;
}
.error-content h1 {
    font-size: 3.5em;
}
 .site-input form {
    max-width: 100%;
}
  .search-result-section .text-center
  {
    	max-width: 95% !important;
    	padding: 20px;
  }
  .search-result-section .search-label p {
    font-size: 20px;
    line-height: 26px;	
	}
}
 @media (max-width:639px) {
a.mobile-trigger {
	margin-top: 10px !important;
}
.leading-companies {
	text-align: center;
}
.company-logo, .about-leading .company-logo {
	display: inline-block !important;
	float: none !important;
	padding: 8px !important;
	width: 49% !important;
}
.inner-column blockquote {
	background-size: cover;
	margin: 25px 0;
}
.about-banner, .services-banner, .banner.crude-oil-market-banner  {
    min-height: inherit !important;
}
#banner-background-image.crude-oil-market-banner {
  min-height: 250px !important;
}
.work-section {
	height: inherit;
	min-height: 250px !important;
}
.banner .banner-text {
  top: 28%;
}
.meet-team {
	margin-bottom: 100px;
}
.about-banner.banner img {
	min-width: 800px;
}
.blue-section p {
	font-size: 16px;
	padding-bottom: 20px;
}
.resource-cta {
	height: 40px;
	line-height: 38px;
	padding: 0 30px;
	font-size: 16px;
}
.banner.about-banner {
	overflow: hidden;
}
.about-text h3 {
	font-size: 21px;
}
.below-banner h1, .meet-team h2 {
	font-size: 30px;
}
.resources h1 {
	font-size: 18px;
}
.banner-text h1 {
	font-size: 20px;
	line-height: 26px;
	max-width: 100%;
}

.banner-text img {
	max-width: 150px;
}
.banner .banner-text {
	/*bottom: auto;
	max-height: inherit;
	top: 37%;*/
}
.middle-content h1 {
	font-size: 22px;
	max-width: inherit;
}
.banner .banner-text.about-text {
	/*top: 0;*/
}
.banner-form {
	max-width: 436px;
}
.services-listing .span3 {
	display: block;
	float: none !important;
	margin: 30px 0 !important;
	vertical-align: top;
	width: auto;
}
/*events*/
.event-listing > div .event-text {
	padding: 10px;
}
.event-listing > div .event-text h2 {
	font-size: 24px;
	line-height: 26px;
}
/*.post-event-yellow h2, .post-event-yellow .event-year {
	font-size: 35px !important;
	line-height: 26px !important;
}*/
.hs-blog-header h1 {
	font-size: 24px;
	padding: 0 15px;
}
.event-listing > div .event-year {
	font-size: 30px !important;
}
.post-image {
	float: none;
	margin: 10px;
}
.resp-tabs-container, .blog-section {
	text-align: center;
}
/************ 8-12-2016 ************/
.banner .banner-text {
	/*bottom: 0;
	max-height: 100px;
	top: 0;*/
}
.form-outer form.hs-form fieldset {
	margin-bottom: 0 !important;
}
.form-outer form.hs-form fieldset div {
	padding: 0 !important;
}
.form-outer form.hs-form fieldset div input, .form-outer form.hs-form fieldset div textarea {
	width: 100% !important;
}
.form-outer form.hs-form fieldset .hs-form-field {
	width: 100% !important;
	margin-bottom: 20px;
}
.coverage-area-title h2 {
	font-size: 20px;
}
.areas-and-center .icon-outer {
	padding: 15px 0 0;
}
.banner.crude-oil-market-banner .banner-text {
  /*max-height: 98px;*/
}
div.meet-team h2 {
  font-size: 22px;
}
.about-text button {
  font-size: 17px !important;
  padding: 6px 25px;
}


.main-module-sec .content-section {
  margin-left: 0;
  margin-top: 20px;
  width: 100%;
}.main-module-sec .image-section {
  text-align: left;
  width: 100%;
}.main-module-sec {
  margin-bottom: 10px;
}.books-flex-col {
  padding: 40px 0;
}
}
@media (max-width:480px) {
    .banner .about-text form fieldset .field {
  padding: 0;
}.offer-page .banner .about-text form input {
  width: 100% !important;
}.offer-page .banner .about-text form fieldset .field {
  margin-bottom: 12px; 
}.offer-page .banner .about-text form fieldset:first-child {
  margin-bottom: 0;
}.offer-page .banner .about-text form .hs_submit input {
  margin-top: 4px;
  width: auto !important;
}.error-template .about-text h2 {
  font-size: 22px !important;
}
}
 @media (max-width:479px) {
.new-custom-main-text h2 {
    font-size: 22px;
    margin-top: 20px;
}
.learn-news {
    margin-top: 20px;
}
.new-custom-main-text ul li
{
    line-height: normal;
padding-bottom: 10px;
}
.inner-page #home-banner-background-image {
	min-height: 335px;
}
.banner .banner-text {
  top: 22%;
}
.inner-page .hs-error-msgs.inputs-list label {
	bottom: -6px;
	display: inline-block;
	position: relative;
}
.banner-form {
	max-width: 260px;
}
.banner-form form > div:first-child {
	display: block;
	float: none;
	padding-bottom: 20px;
}
.inner-page #home-banner-background-image .text-center {
	padding: 0 15px;
}
.btn.prev {
	left: 0;
}
.btn.next {
	right: 0;
}
.about-us-work {
	font-size: 16px;
	height: 45px;
	line-height: 44px;
}
.owl-item .item {
	max-width: 209px;
}
.about-us {
	font-size: 15px;
	height: 42px;
	line-height: 42px;
}
.below-banner h1 {
	font-size: 26px;
}
.below-banner {
	padding: 30px 0;
}
.banner-text h1 {
	font-size: 18px;
}
.about-text h3 {
	font-size: 13px;
}
.about-text p {
	font-size: 15px;
	max-width: 280px;
}
.banner .banner-text.about-text {
	/*top: 0;*/
}
.middle-content h1 {
	font-size: 20px;
}
.form-sidebar h3 {
	font-size: 17px;
	margin-bottom: 20px;
}
.form-sidebar .hs-input {
	height: 45px !important;
}
.form-sidebar .hs-button.primary.large {
	font-size: 13px;
	height: 50px;
	letter-spacing: 3px;
	padding: 0 15px;
}
/*17 nov*/
.post-listing .post-item.small-box {
	margin-right: 0 !important;
	width: 100% !important;
}
/*********** 8-12-2016 *********/
.banner .banner-text {
	/*bottom: 0;
	max-height: 80px;
	top: 0;*/
}
#contact_form .getstarted-form {
	padding: 20px 10px;
}
.getstarted-form h3 {
	margin-bottom: 20px;
}
.getstarted-form .hs_cos_wrapper_type_form .hs-form-field {
	padding-bottom: 15px;
}
.banner.crude-oil-market-banner .banner-text {
  /*max-height: 108px;*/
}
.meet-team {
  min-height: 220px !important;
}
.call-out-text h3 {
    font-size: 18px;
}
.about-banner, .services-banner, .banner.crude-oil-market-banner {
  padding: 40px 0;
}

.content-section h2 {
  font-size: 20px;
}

.offer-page .banner .about-text form fieldset:first-child {
  margin-bottom: 0;
}.offer-page .banner .about-text form fieldset .field {
  margin-bottom: 12px; 
}.offer-page .inner-text h1 {
  font-size: 25px !important;
  line-height: 35px;
  margin-bottom: 27px;
}
   
@media screen and (min--moz-device-pixel-ratio:0) { 
   .for-register {
	height: 120px;
}
   }
   
}
@media (max-width:340px) {
.getstarted-form label span {
	font-size: 13px;
}
.newsletter-bottom-text ul li, .internal-report-section ul li, .highlight-inner-div ul li {
	padding-left: 15px;
	font-size: 0.9em;
}
}
.custom-menu-primary {
	padding-top: 5px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a, .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
	color: #000080 !important;
}
.footer-sub {
	background: #003366 none repeat scroll 0 0;
}
