/* @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;}

/********* Variable **********/


.post-listing #hubspot-topic_data {
	background: #002d73 !important;
}



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

body{ 
    font-family:Roboto; 
    color:#191837; 
    font-size:16px;
    line-height:26px;
    background:#f8f8f8;
}
h1{
    font-size:60px;
    font-family:Domine;
    line-height:72px;
}
h2{
    font-size:48px;
    font-family:Domine;
    line-height: 60px;
}
h3{
    font-size:36px;
    font-family:Domine;
    line-height: 48px;
}
h4{
    font-size:30px;
    font-family:Domine;
    line-height: normal;
}
h5{
    font-size:24px;
    font-family:Domine;
    line-height: 30px;
}
h6{
    font-size:18px;
    font-family:Domine;
    line-height: normal;
}
.padding-100{ padding:100px 0; }

.padding-60{ padding:60px 0; }



.post-body p a:hover {
    text-decoration: underline !important;
}

a.textCTA {
    color: #0000EE;
    font-size: 18px;
    text-decoration: none;
}

a.textCTA:hover {
    /* color: #67b2e8; */
    text-decoration: underline;
}


a.textCTA-orange {
    color: #ff6600;
    font-size: 18px;
    text-decoration: none;
}

a.textCTA-orange:hover {
    /* color: #67b2e8; */
    text-decoration: underline;
}

a.textCTA-blue {
    color: #67b2e8;
    font-size: 18px;
    text-decoration: none;
}

a.textCTA-blue:hover {
    /* color: #67b2e8; */
    text-decoration: underline;
}

/***************************************************** Header ***************************************************/
.hs-menu-wrapper ul {
    padding:0 !important;
}
.header-container .hs_cos_wrapper_type_logo a img{
    margin-top:0px;
    width: 200px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover{ color:#67b2e8; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{
    background: #67b2e8;
    color:#fff;
    text-transform:uppercase;
    font-weight: bold;
    padding:5px 30px; 
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a:hover{
    background:#ff8300;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    text-transform: capitalize;
    font-size:16px;
    padding:5px 15px;
}
.body-container-wrapper{ padding-top:60px; }
@media (min-width:1024px ){
    .header{ position:relative; }
    .header .custom-menu-primary {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}


/**************************************************** Footer ****************************************************/
.footer-container-wrapper{
    background:#002d73;
    color:#fff;
    font-size:14px;
}
.footer-container-wrapper .top-footer{ padding-top:40px !important; padding-bottom:40px !important; }
.bottom-footer {
    padding: 20px 0;
    border-top: 1px solid #1f1f2b;
    background: #01265f;
}
.footer-container-wrapper a{ color:#fff; }
.footer-container-wrapper .about-text a{
    color:#67b2e8;
    text-decoration:none;
    text-transform: uppercase;
    font-weight:bold;
}
.footer-container-wrapper .about-text a:hover{ color:#fff; }
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li a{ padding:5px 0; }
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover{ color: #67b2e8; }
.footer-container-wrapper .footer-menu p {
    /* margin: 0;
    text-transform: uppercase;
    font-weight: bold; */
}


.footer-container-wrapper .footer-menu p a{
    color:#fff;
    text-decoration:none;
    text-transform: none;
    font-weight:normal;
}
.footer-container-wrapper .footer-menu p a:hover {
    color: #67b2e8;
    text-transform: none !important;
    font-weight: normal !important;
}


.footer-container-wrapper .contact-information .hs_cos_wrapper_type_linked_image {
    background: #67b2e8;
    display: inline-block;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height:50px;
    text-align: center;
    vertical-align: middle;
    margin-bottom:30px;
}
.footer-container-wrapper .contact-information .hs_cos_wrapper_type_linked_image img{ padding-top:0; vertical-align: middle; }
.footer-container-wrapper .copyright-text {
    padding: 0px 0 0 0;
    font-size:14px;
    text-align: right !important;
}
.footer-container-wrapper .copyright-text{ color:#999; }
.hs_cos_wrapper_type_social_sharing {
    display: inline-block;
    padding: 0;
    text-align: left;
    width: 100%;
}

.bottomShareText {
    text-align: left;
    padding-top: 10px;
}


.hs_cos_wrapper_type_social_sharing img { display: none; }
.fm_button span{ background:none!important; }
.hs_cos_wrapper_type_social_sharing a, .fm_button span{
    color: #fff !important;
    width: 35px !important;
    display: inline-block !important;
    text-align: center !important;
    border-radius: 100% !important;
    height: 35px !important;
    margin:0 3px !important;
    padding: 4px 0 0 0 !important;
    transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
    -ms-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
}
.hs_cos_wrapper_type_social_sharing a:hover, 
.fm_button span:hover { 
    transform:translateY(-5px);
    -webkit-transform:translateY(-5px);
    -ms-transform:translateY(-5px);
    -o-transform:translateY(-5px);
}
.hs_cos_wrapper_type_social_sharing a:before, .fm_button span:before{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hs_cos_wrapper_type_social_sharing a:first-child:before, .fm_facebook>span:before { content: "\f09a"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(2):before, .fm_linkedin>span:before { content: "\f0e1"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(3):before, .fm_twitter>span:before { content: "\f081"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(4):before, .fm_googleplus>span:before { content: "\f0d5"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(5):before, .fm_pinterest>span:before { content: "\f0d2"; }
.hs_cos_wrapper_type_social_sharing a:nth-child(6):before { content: "\f0e0"; }
.fm_youtube>span:before{ content: "\f16a" ; }
.hs_cos_wrapper_type_social_sharing a:first-child, .fm_facebook{ background:#3b5998;}
.hs_cos_wrapper_type_social_sharing a:nth-child(3), .fm_twitter{ background:#55acee;}
.hs_cos_wrapper_type_social_sharing a:nth-child(2), .fm_linkedin{ background:#0077b5;}
.hs_cos_wrapper_type_social_sharing a:nth-child(4), .fm_googleplus{ background:#dd4b39;}
.hs_cos_wrapper_type_social_sharing a:nth-child(5), .fm_pinterest{ background:#bd081c;}
.hs_cos_wrapper_type_social_sharing a:nth-child(6){ display: none  !important; }
.hide {
    display: none !important;
}

/*************************************************** Blog Listing **************************************************/
.widget-type-image_slider{ 
    max-height:500px; 
    background-image:url(https://3067823.fs1.hubspotusercontent-na1.net/hubfs/3067823/awwal/Loading_icon.gif);
    background-repeat: no-repeat;
    background-position: center center;
    overflow:hidden;
}
.widget-type-image_slider .cell-wrapper.layout-widget-wrapper,
.widget-type-image_slider .hs_cos_wrapper_type_image_slider,
.widget-type-image_slider .hs_cos_flex-slider,
.widget-type-image_slider .hs_cos_wrapper_type_image_slider,
.widget-type-image_slider .hs_cos_flex-viewport,
.widget-type-image_slider .hs_cos_flex-slider .hs_cos_flex-slides,
.widget-type-image_slider .hs_cos_flex-slider .hs_cos_flex-slides li{ 
    height:100%; 
    overflow:hidden; 
}
.widget-type-image_slider .hs_cos_flex-slider .hs_cos_flex-slides li{
    background:#000;
}
.hs_cos_flex-direction-nav a{ top:32% !important; }
.widget-type-image_slider .hs_cos_flex-slider .hs_cos_flex-slides img{ height: auto; opacity:0.7; }
.widget-type-image_slider .caption{ 
    width:100% !important; 
    top:50% !important;  
    font-size:16px !important;
    line-height: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.widget-type-image_slider .captionZZ a{ 
    color:#fff;
    padding:15px 30px;
    font-weight:bold;
    display: inline-block;
    text-transform: uppercase;
    border:1px solid #fff;
    margin-top:20px;
    box-shadow: inset 0 0 0 transparent;
}
.widget-type-image_slider .captionZZ a:hover{
    box-shadow: inset 0 -60px 0 #fff;
    color:#00000f;
}


.hs_cos_flex-slider .caption {
	background-color: transparent !important;
}


/* --------------- CUSTOM CODE ADDED by PG -- HOME SLIDER BUTTONS ------------- */
.widget-type-image_slider .caption .education a{ 
    color:#fff;
    padding:15px 30px;
    font-weight:bold;
    display: inline-block;
    text-transform: uppercase;
    border:0px solid #67b2e8 !important;
    margin-top:20px;
    background: #67b2e8 !important;
}
.widget-type-image_slider .caption .education a:hover{
    box-shadow: inset 0 -60px 0 #fff;
    border:0px solid #fff !important;
    color:#00000f;
}

.widget-type-image_slider .caption .emergency a{ 
    color:#fff;
    padding:15px 30px;
    font-weight:bold;
    display: inline-block;
    text-transform: uppercase;
    border:0px solid #002d73 !important;
    margin-top:20px;
    background: #002d73 !important;
}
.widget-type-image_slider .caption .emergency a:hover{
    box-shadow: inset 0 -60px 0 #fff;
    border:0px solid #fff !important;
    color:#00000f;
}

.widget-type-image_slider .caption .healthcare a{ 
    color:#fff;
    padding:15px 30px;
    font-weight:bold;
    display: inline-block;
    text-transform: uppercase;
    border:0px solid #ff8300 !important;
    margin-top:20px;
    background: #ff8300 !important;
}
.widget-type-image_slider .caption .healthcare a:hover{
    box-shadow: inset 0 -60px 0 #fff;
    border:0px solid #fff !important;
    color:#00000f;
}

.widget-type-image_slider .caption .publicentity a{ 
    color:#fff;
    padding:15px 30px;
    font-weight:bold;
    display: inline-block;
    text-transform: uppercase;
    border:0px solid #007934 !important;
    margin-top:20px;
    background: #007934 !important;
}
.widget-type-image_slider .caption .publicentity a:hover{
    box-shadow: inset 0 -60px 0 #fff;
    border:0px solid #fff !important;
    color:#00000f;
}

.widget-type-image_slider .caption .religious a{ 
    color:#fff;
    padding:15px 30px;
    font-weight:bold;
    display: inline-block;
    text-transform: uppercase;
    border:0px solid #ffc627 !important;
    margin-top:20px;
    background: #ffc627 !important;
}
.widget-type-image_slider .caption .religious a:hover{
    box-shadow: inset 0 -60px 0 #fff;
    border:0px solid #fff !important;
    color:#00000f;
}

/* --------------- end CUSTOM CODE ADDED by PG ------------- */


/* --------------- CUSTOM CODE ADDED by PG -- SUBSCRIBE BUTTON ------------- */

.blog-subscription-box .subscribe-header {
    text-align: right;
    padding-left: 0px;
}

.blog-subscription-box .subscribe-now {
    text-align: center;
}

.blog-subscription-box .subscribe-now a.subscribeButton{
    background: #67b2e8;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 30px;
    margin-top: 20px;
}

.blog-subscription-box .subscribe-now a.subscribeButton:hover {
    background: #ff8300;
}

/* --------------- end CUSTOM CODE ADDED by PG ------------- */


.hs_cos_flex-slider:hover .hs_cos_flex-prev{
    left:20px !important;
}
.hs_cos_flex-slider:hover .hs_cos_flex-next{
    right:20px !important;
}
.top-bar{
    background:#f2f2f2;
    padding:15px 0;
    border-bottom:1px solid #e0e0e0;
}
.top-bar h3 {
    float: left;
    font-size: 24px;
    margin-right:15px;
}
.top-bar h6 {
    padding: 15px 0 0 0;
    color:#67b2e8;
}
.topic-list h3 {
	padding-top: 13px;
}
.blog-topics{ postion: relative; }
.blog-topics .topic {
	background: #f8f8f8;
	display: initial;
	width: 200px;
	display: inline-block;
	border: 1px solid #e0e0e0;
	padding: 5px 10px 5px 15px;
	cursor:pointer;
	color:#999;
}
.blog-topics ul ul {
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	background: #fff;
	width: 100%;
	top: 38px;
	border: 1px solid #e0e0e0;
	margin:0;
}
.blog-topics ul.active ul {
    display: block;
}
.blog-topics ul{ 
    padding:0; 
    position: relative;
    display:inline-block;
    margin-top:18px;
}
.blog-topics li{
    list-style:none;
}
.blog-topics .topic .fa {
	float: right;
	font-size: 20px;
	padding: 3px 5px 0 0;
}
.blog-topics ul li a {
	padding: 10px 15px;
	display: inline-block;
	width: 100%;
}
.blog-subscription-box{ position: relative; }
.blog-subscription-box #hs_form_target_blog_subscription input[type="email"], .widget-type-blog_subscribe input[type="email"]{
    width:41%;
}
.blog-subscription-box .hs-error-msgs label {
	color: red;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	left: 50%;
	bottom: -11px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.blog-subscription-box .hs-error-msgs.inputs-list{
    margin:0 !important;
}
.blog-subscription-box input {
	background: #f8f8f8 !important;
	border-radius: 0 !important;
	height: 40px !important;
	border:1px solid #e0e0e0;
}
.blog-subscription-box input:focus{
    box-shadow:none !important;
}
.blog-subscription-box .hs-button.primary.large {
	background: #67b2e8 !important;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	height: 39px !important;
	padding: 0 22px;
	margin-top: 2px;
}
.blog-subscription-box .hs-button.primary.large:hover{
    background:#00000f !important;
}
.blog-subscription-box .hs_email.field.hs-form-field > label{ display: none; }
.post-listing .post-item {
    width: 50%;
    padding: 0 15px;
    position: relative;
    display: inline-block;
    margin-right: -2px;
    vertical-align: top;
}
.hs-featured-image-wrapper{ overflow:hidden; }
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    margin-top:0;
    margin-bottom:0;
    width:100%;
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
}
.post-listing .post-header{ margin-top:10px; }
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image:hover{
    transform:scale(1.03);
    -webkit-transform:scale(1.03);
    -ms-transform:scale(1.03);
    -o-transform:scale(1.03);
}
.post-listing #hubspot-topic_data {
    position: absolute;
    top: 15px;
    left: 30px;
    text-transform: uppercase;
    background: #67b2e8;
    padding: 5px 15px;
    color: #fff;
}
.post-listing #hubspot-topic_data a{ color:#fff; }
.blog-pagination {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.blog-pagination ul{
    padding:0;
}
.blog-pagination li {
    display: inline-block;
}
.blog-pagination .previous-posts-link{ float: none; }
.post-listing .author-link {
    color: #67b2e8;
    font-weight: bold;
}
.post-listing .author-link:hover{
    color:#00000f;
}
.post-listing .continue-reading {
  background: #67b2e8;
  border: 1px solid #67b2e8;
  /* box-shadow: inset 0 0 0 transparent; */
  /* color: #67b2e8; */
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-top: 15px;
  padding: 9px 30px;
  text-transform: uppercase;
  transition: ease-in-out all 0.4s;
  -webkit-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
}
.post-listing .continue-reading:hover{
    background: #fff;
    box-shadow: 0 -50px 0 #fff inset; 
    border: 1px solid #67b2e8;
    color: #67b2e8;
}
.blog-pagination a {
    background: #fff;
    padding: 9px 15px;
    border-radius: 100%;
    border: 1px solid #e0e0e0;
    font-weight: bold;
    margin:0 5px;
    color:#999;
}
.blog-pagination a:hover{
    color:#00000f;
    border-color:#00000f;
}
.blog-pagination .first-posts-link a ,
.blog-pagination .last-posts-link a{
    background: transparent;
    border:none;
}

.blog-pagination .active a{
    background: #67b2e8;
    color:#fff;
    border-color:#67b2e8;
}
.author-top {
    text-align: center;
    padding-bottom: 30px;
}
.author-top img {
    border-radius: 100%;
    width: 300px;
}
.author-top h1 {
    font-size: 36px;
    margin: 0;
}

/*********************************************** Blog Post *********************************************************/
.blog-post-content {
    margin-top: 25px;
}
.blog-post-header {
  display: inline-block;
  position: relative;
  width: 100%;
  height:400px;
  overflow:hidden;
  background:#000;
}
.blog-post-header img {
  margin: 0;
  max-width: 100%;
  width: 100%;
  opacity:0.6;
}
.blog-post-header .section.post-header {
  color: #fff;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
}
.blog-post-header .section.post-header a{ 
    color:#fff; 
    font-weight:bold;
    text-decoration:underline;
}
.blog-post-header .section.post-header #hubspot-author_data{ float: none; }
.blog-post-content .post-header .social-sharing {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.blog-post-content ul{ padding:0; }
.blog-post-content ul li::before {
    background: #67b2e8;
    border-radius: 100%;
    color: #67b2e8;
    content: "" !important;
    font-size: 52px;
    height: 6px;
    left: 0;
    line-height: 5px;
    margin-right: 15px;
    position: absolute;
    top: 12px;
    vertical-align: middle;
    width: 6px;
}
.comment-form {
    width: 65% !important;
}
.post-detail {
    width: 65% !important;
}
.blog-post-content ul li {
    margin: 5px 0;
    padding-left: 25px;
    position: relative;
}
.comment-form input,
.comment-form textarea{
    background:#f8f8f8 !important;
    border-radius:0 !important;
    height:40px !important;
}
.comment-form textarea{
    min-height:120px !important;
}
.comment-form input:focus,
.comment-form textarea:focus,
.comment-form select:focus{
    box-shadow:none !important;
    border-color:#67b2e8 !important;
}
.comment-form .hs-button {
    background:#67b2e8 !important;
    font-size:16px !important;
    text-transform: uppercase;
    color:#fff !important;
    height: 40px !important;
    border:none !important;
    font-family: Roboto !important;
    font-weight:500 !important;
    transition: background-image 0.4s;
    padding:2px 35px 0 !important;
}
.comment-form .hs-button:hover{
    background:#00000f !important;
}
.comment-form .hs-form-required { display: none; }
.comment-form .hs-error-msgs{ margin:0 !important; }
.comment-form .hs-error-msgs  label{
    color:red;
    font-size:14px !important;
    font-weight: normal !important;
}
.comment-form li{ padding-left:0 !important; }
.comment-form li:before{ display: none; }
.comment-form .comment-body{ padding:0; }
.comment-form .comment-body p{ margin:0; }
.comment-form .comment-reply-to.hs-button {
  background: transparent none repeat scroll 0 0 !important;
  color: #67b2e8 !important;
  font-weight: normal !important;
}
.comment-form .comment-reply-to::before{
  color: #67b2e8 !important;
  line-height:20px;
}
.comment-form .comment{ border:none; }
.comment-form-box {
    background: #fff;
    padding: 50px 0;
}
#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}
.hs-blog-social-share-list li{ 
    padding:0 !important; 
    float: none !important;
    display: inline-block;
}
.hs-blog-social-share-list li::before{ display: none; }
.hs-blog-social-share {
	width: 100%;
	text-align: center;
	padding:10px 0 0 0;
	margin-bottom:15px;
	background: url(https://3067823.fs1.hubspotusercontent-na1.net/hubfs/3067823/awwal/pattern-bg.png);
}
.author-detail {
    margin-top: 80px;
}
.author-detail .hs_cos_wrapper_type_social_sharing{
    text-align: center;
    margin-top:10px;
}
.author-detail img {
    margin-bottom: 10px;
    border-radius:100%;
}


.author-detail {
	text-align: center;
}
.author-detail h6 {
	text-transform: uppercase;
	margin: 0;
	font-family: Roboto;
    font-weight: 600;
}
.author-detail p {
	margin: 5px 0;
	font-size:14px;
}
.author-detail a {
    text-indent: inherit !important;
    width: 30px !important;
    height: 30px !important;
    border-width: 0px;
    border: 0px;
    margin:0 4px;
    font-size:16px !important;
    border-radius:100%;
    line-height: 30px !important;
    display: inline-block;
    color:#fff;
    padding:0 !important;
}
.author-detail .hs-social-facebook{
    background:#3b5998 !important;
}
.author-detail .hs-social-linkedin{
    background:#0077b5 !important;
}
.author-detail .hs-social-twitter{
    background:#0077b5 !important;
}
.post-detail .post-body h5 {
    font-family: Roboto;
    font-weight: 300;
    line-height: 36px;
    display: inline-block;
}
blockquote h4 {
	color: #67b2e8;
	font-weight: normal;
}
blockquote p {
	font-weight: bold;
}
blockquote {
    margin: 30px 0;
    border-left: 3px solid #67b2e8;
    padding-left: 15px;
}
.next-prev-post {
    border-top: 1px solid #ccc;
    padding: 20px 0 0 0;
    margin: 15px 0 45px 0;
}
.next-prev-post a {
	text-transform: uppercase;
	color: #999;
	font-weight: bold;
}
.next-prev-post a .fa {
    font-size: 24px;
    vertical-align: top;
}
.next-prev-post a:hover{
    color:#00000f;
}
.next-prev-post div {
    display: inline-block;
}
.next-prev-post .next-post{
    float:right;
}
.hs-blog-post .blog-subscription-box {
    margin: 0 auto !important;
    width: 47% !important;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.related-article{
    display:inline-block;
    width:100%;
}
.related-article .related-post-item {
    background: #fff;
    margin-bottom:40px;
}
.related-article .span4 {
  display: inline-block;
  float: none;
  margin: 0 8px;
  vertical-align: top;
}
 .related-article .related-post-item .detail{
    padding:20px;
}
.related-article h3 {
    text-align: center;
    margin: 50px 0;
    display: inline-block;
    width: 100%;
    font-size: 36px;
    padding-top: 25px;
}
.related-article img {
    width:100%;
}
.related-article a.topic-link {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #67b2e8;
    color: #fff;
    padding: 7px 12px;
    text-transform: uppercase;
    font-size: 14px;
}
.related-article .related-image {
    position: relative;
}
/*********************************************** Responsive Style *******************************************/
@media ( max-width:767px ){
    h1 { 
        font-size: 24px;
        line-height: 30px;
    }
    h2 {
        font-size: 24px;
        line-height:30px;
    }
    h3 {
        font-size: 18px;
        line-height:24px;
    }
    h4 {
        font-size: 18px;
    }
    
    
    .padding-100{ padding:30px 0; } 
    .header-container{ padding:10px 0; }
    .mobile-trigger{ top:40px; }
    .mobile-trigger i, 
    .mobile-trigger i::before, 
    .mobile-trigger i::after{
        background-color:#000;    
    }
    .header-container .hs_cos_wrapper_type_logo a img{ margin-top:8px; min-width:200px !important; max-width:200px !important;}
    .custom-menu-primary.js-enabled .hs-menu-wrapper{ top:15px !important; }
    .custom-menu-primary .hs-menu-wrapper > ul{ background:#000; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{ padding:5px 15px; }
    .body-container-wrapper{ padding-top:0; }
    .widget-type-image_slider .hs_cos_flex-slider{ 
        margin:0;
    }
    .hs_cos_flex-direction-nav a{ top:50% !important; }
    
    /* .hs_cos_flex-control-nav { position: relative !important; } */
    
    .top-bar h3{ width:100%; text-align: center; }
    .blog-topics ul{ width:100%; margin:0; }
    .blog-topics .topic{ width:100%; }
    .blog-subscription-box input{ width:100% !important; }
    .post-listing .post-item{ width:100%; padding:0 5px; }   
    .blog-listing-wrapper .post-listing .post-item{ padding-bottom:30px; }
    .blog-pagination{
        display: inline-block;
        width:100%;
    }
    .blog-pagination ul{ padding:0; }
    .blog-pagination a{
        font-size:18px !important;
        padding:5px 10px;
        margin:0 2px;
    }
    .footer-container br{
        display: none; 
    }
    .footer-container{ text-align: center; }
    .footer-container-wrapper .contact-information .hs_cos_wrapper_type_linked_image{
        margin-bottom:0;
        margin-top:20px;
    }
    .footer-container .about-text{ margin-bottom:20px; }
    .footer-container  .hs_cos_wrapper_type_social_sharing{
        padding-top:20px;
        text-align:center;
    }
    .hs_cos_flex-slider .superimpose .caption{ position: absolute !important; background: transparent none repeat scroll 0 0;  }
    
    .hs_cos_flex-slider h1 {
        font-size: 26px;
    }
    
    .sliderButton {
        display: none !important;
        visibility: hidden;
    }
    
    .widget-type-image_slider .caption{ top:35% !important; }
    .widget-type-image_slider .caption p{ margin:0; }
    .widget-type-image_slider .caption a{ margin-top:5px; }
    
    .widget-type-image_slider .caption{ 
    width:100% !important; 
    top:33!important;  
    font-size:14px !important;
    line-height: 18px;
}
    
    .blog-post-header{height:180px; }
    .hs-blog-post .blog-subscription-box{ width:100% !important; }
    .author-detail {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .comment-form {
        width: 100% !important;
    }
    .post-detail {
        width: 100% !important;
    }
    
    /* --------------- CUSTOM CODE ADDED by PG -- SUBSCRIBE BUTTON ------------- */

    .blog-subscription-box .subscribe-header {
        text-align: center;
    }

    .blog-subscription-box .subscribe-now {
        text-align: center;
    }
    
    .bottomShareText {
        text-align: center;
    }
    
    .footer-container-wrapper .copyright-text {
        padding: 6px 0 0 0;
        font-size:14px;
        text-align: center !important;
    }

}

@media ( min-width:767px ) and ( max-width:1024px ){
  
  #header-revamp .btn-subscribe a{
    margin: 0 4em 1em auto;
  }
  
  
    .body-container-wrapper{ padding-top:0 !important; }
    .header-container{ padding:10px 0 !important; }
    .mobile-trigger{ top:40px; }
    .mobile-trigger i, 
    .mobile-trigger i::before, 
    .mobile-trigger i::after{
        background-color:#000;    
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper{ top:15px !important; }
    .custom-menu-primary .hs-menu-wrapper > ul{ background:#000; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{ padding:5px 15px; }

}

@media ( min-width:768px ) and ( max-width:1023px ){
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        display: inline-block;
        font-size: 14px;
        max-width: none;
        padding: 5px 15px;
        width: 100% !important;
    }
    .header-container .hs_cos_wrapper_type_logo a img{ margin-top:5px; }
    .header-container{ padding:0; }
    .body-container-wrapper{ padding-top:56px; }
    .top-bar h3 {
        float: none;
        line-height: normal;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .blog-topics{ text-align: center; }
    .top-bar{ padding:0; }
    .blog-subscription-box .hs-error-msgs label{
        left:auto;
        right:0;
        bottom:-30px;
    }
    .footer-container br{
        display: none; 
    }
    .widget-type-image_slider .hs_cos_flex-slider{ 
        margin:0;
    }
    .hs_cos_flex-direction-nav a{ top:50% !important; }
    .contact-information .span3, .contact-information .span9 {
        text-align: center;
        width: 100%;
    }
    .footer-container-wrapper .contact-information .hs_cos_wrapper_type_linked_image{ margin-bottom:0; }
    .blog-post-header{ height:300px; }
    .hs-blog-post .blog-subscription-box{ width:46% !important; }
    .author-box {
        width: 32% !important;
    }
    .comment-form{ width:80% !important; }

}
@media ( min-width:1024px ) and ( max-width: 1200px ){
    .blog-subscription-box #hs_form_target_blog_subscription input[type="email"], .widget-type-blog_subscribe input[type="email"]{
        width:35% !important;
    }
}

/* DB Custom Styles - Header Revamp */

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a {
    background: transparent;
    color: inherit;
    font-weight: normal;
    padding: 5px 15px;
    text-transform: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a:hover {
    color: #67b2e8;
    background-color: transparent;
}

.btn-subscribe a {
    background: #67b2e8;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    transition: all ease-in-out 0.2s;
    position: relative;
    z-index: 9999;
    max-width: 200px;
    text-align: center;
    margin: 2em auto;
    padding: 20px;
}

.btn-subscribe a:hover {
    background: #ff8300;
}

.header-container {
    padding: 10px;
}

.container-fluid .row-fluid .page-center {
    max-width: 1300px;
}

.header-container .hs_cos_wrapper_type_logo a img {
    margin-top: 3.5em;
    width: 100% !important;
    max-width: 200px;
}

.header-container .gig-logo {
    max-width: 200px;
}

.header-container .gig-logo a img {
    height: auto !important;
    display: block;
    max-height: unset !important;
    min-width: unset !important;
    min-height: unset !important;
    margin: 0 !important;
}

.logo-wrapper>div>div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: flex;
    flex-wrap: wrap;
    place-content: end;
}



@media (min-width:768px) {

    .body-container-wrapper {
        padding-top: 160px !important;
    }

    .btn-subscribe a {
        max-width: 150px;
        margin: 0 0 1em auto;
        padding: 5px 30px;
        margin-right: 50px;
    }
  
#header-navigation > div > div {

    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    align-items: end;
}
}

@media (min-width:1024px) {
  
  .mobile-trigger {
  top: unset;
  display: flex !important;
  align-content: center;
}
  
  .header-logos > div > div {
    display: flex;
    align-items: center;
  }
  
  .btn-subscribe a {
    margin-right:0;
    margin-bottom:2em;
  }

    .header-logos>div>div.row-fluid {
        display: flex;
        align-items: center;
    }

    .header .custom-menu-primary {
        position: relative;
        right: 0;
        top: 50%;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
      width:100%;
    }

    .header-container .gig-logo a img {
        max-width: 200px;
        max-height: unset;
    }

    .header-container .hs_cos_wrapper_type_logo a img {
        margin-top: 0;
    }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: flex;
  flex-wrap: wrap;
  place-content: end;
  float: none;
}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
      float: none !important;
      display: flex;

}