/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES

   ========================================================================== */

/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Montserrat:400,700,800');
/* HawkTraining_Mar2017-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* 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; }
@charset "UTF-8";
@font-face {
    font-family: 'latoblack';
    src: url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/lato/Lato-Black-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/lato/Lato-Black-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/lato/Lato-Black-webfont.woff2') format('woff2'),*/
         url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/lato/Lato-Black-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/lato/Lato-Black-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/lato/Lato-Black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latobold';
    src: url('https://info.hawktraining.com/hubfs/System%20Files%20%28DND%29/HawkTraining_Mar2017/fonts/lato/Lato-Bold-webfont.eot');
    src: url('https://info.hawktraining.com/hubfs/System%20Files%20%28DND%29/HawkTraining_Mar2017/fonts/lato/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/lato/Lato-Black-webfont.woff2') format('woff2'),*/
         url('https://info.hawktraining.com/hubfs/System%20Files%20%28DND%29/HawkTraining_Mar2017/fonts/lato/Lato-Bold-webfont.woff') format('woff'),
         url('https://info.hawktraining.com/hubfs/System%20Files%20%28DND%29/HawkTraining_Mar2017/fonts/lato/Lato-Bold-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/lato/Lato-Black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoregular';
    src: url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/lato/Lato-Regular-webfont.eot');
    src: url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/lato/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/lato/Lato-Regular-webfont.woff2') format('woff2'),*/
         url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/lato/Lato-Regular-webfont.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/lato/Lato-Regular-webfont.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/lato/Lato-Regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: "hawk";
    src:url("//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/hawk/hawk.eot");
    src:url("//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/hawk/hawk.eot?#iefix") format("embedded-opentype"), 
    	url("//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/hawk/hawk.woff") format("woff"),
		url("//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/hawk/hawk.ttf") format("truetype"),
		url("//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/hawk/hawk.svg#hawk") format("svg");
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: "hawk" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "hawk" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-plus:before {
    content: "\62";
}
.icon-facebook:before {
    content: "\61";
}
.icon-youtube:before {
    content: "\63";
}
.icon-linkedin:before {
    content: "\64";
}
.icon-twitter:before {
    content: "\65";
}
.icon-plus-fill:before {
    content: "\66";
}
.icon-search-find:before {
    content: "\67";
}
.icon-call-phone:before {
    content: "\68";
}
.icon-tie:before {
    content: "\69";
}
.icon-lightbulb:before {
    content: "\6a";
}
.icon-globe:before {
    content: "\6b";
}
.icon-freehand-arrow-down:before {
    content: "\6c";
}
.icon-factory:before {
    content: "\6e";
}
.icon-play:before {
    content: "\6d";
}
.icon-freehand-arrow-right:before {
    content: "\6f";
}
.icon-email-envelope:before {
    content: "\70";
}
.icon-google-plus:before {
    content: "\71";
}
.icon-childcare:before {
    content: "\72";
}
.icon-remove:before {
    content: "\73";
}
.icon-check-mark:before {
    content: "\74";
}
.icon-customer-service:before {
    content: "\75";
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src:url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/glyphicons/glyphicons-halflings-regular.eot');
    src:url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
    	url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), 
		url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'), 
		url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.glyphicon-asterisk:before {
    content: "\002a"
}
.glyphicon-plus:before {
    content: "\002b"
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}
.glyphicon-minus:before {
    content: "\2212"
}
.glyphicon-cloud:before {
    content: "\2601"
}
.glyphicon-envelope:before {
    content: "\2709"
}
.glyphicon-pencil:before {
    content: "\270f"
}
.glyphicon-glass:before {
    content: "\e001"
}
.glyphicon-music:before {
    content: "\e002"
}
.glyphicon-search:before {
    content: "\e003"
}
.glyphicon-heart:before {
    content: "\e005"
}
.glyphicon-star:before {
    content: "\e006"
}
.glyphicon-star-empty:before {
    content: "\e007"
}
.glyphicon-user:before {
    content: "\e008"
}
.glyphicon-film:before {
    content: "\e009"
}
.glyphicon-th-large:before {
    content: "\e010"
}
.glyphicon-th:before {
    content: "\e011"
}
.glyphicon-th-list:before {
    content: "\e012"
}
.glyphicon-ok:before {
    content: "\e013"
}
.glyphicon-remove:before {
    content: "\e014"
}
.glyphicon-zoom-in:before {
    content: "\e015"
}
.glyphicon-zoom-out:before {
    content: "\e016"
}
.glyphicon-off:before {
    content: "\e017"
}
.glyphicon-signal:before {
    content: "\e018"
}
.glyphicon-cog:before {
    content: "\e019"
}
.glyphicon-trash:before {
    content: "\e020"
}
.glyphicon-home:before {
    content: "\e021"
}
.glyphicon-file:before {
    content: "\e022"
}
.glyphicon-time:before {
    content: "\e023"
}
.glyphicon-road:before {
    content: "\e024"
}
.glyphicon-download-alt:before {
    content: "\e025"
}
.glyphicon-download:before {
    content: "\e026"
}
.glyphicon-upload:before {
    content: "\e027"
}
.glyphicon-inbox:before {
    content: "\e028"
}
.glyphicon-play-circle:before {
    content: "\e029"
}
.glyphicon-repeat:before {
    content: "\e030"
}
.glyphicon-refresh:before {
    content: "\e031"
}
.glyphicon-list-alt:before {
    content: "\e032"
}
.glyphicon-lock:before {
    content: "\e033"
}
.glyphicon-flag:before {
    content: "\e034"
}
.glyphicon-headphones:before {
    content: "\e035"
}
.glyphicon-volume-off:before {
    content: "\e036"
}
.glyphicon-volume-down:before {
    content: "\e037"
}
.glyphicon-volume-up:before {
    content: "\e038"
}
.glyphicon-qrcode:before {
    content: "\e039"
}
.glyphicon-barcode:before {
    content: "\e040"
}
.glyphicon-tag:before {
    content: "\e041"
}
.glyphicon-tags:before {
    content: "\e042"
}
.glyphicon-book:before {
    content: "\e043"
}
.glyphicon-bookmark:before {
    content: "\e044"
}
.glyphicon-print:before {
    content: "\e045"
}
.glyphicon-camera:before {
    content: "\e046"
}
.glyphicon-font:before {
    content: "\e047"
}
.glyphicon-bold:before {
    content: "\e048"
}
.glyphicon-italic:before {
    content: "\e049"
}
.glyphicon-text-height:before {
    content: "\e050"
}
.glyphicon-text-width:before {
    content: "\e051"
}
.glyphicon-align-left:before {
    content: "\e052"
}
.glyphicon-align-center:before {
    content: "\e053"
}
.glyphicon-align-right:before {
    content: "\e054"
}
.glyphicon-align-justify:before {
    content: "\e055"
}
.glyphicon-list:before {
    content: "\e056"
}
.glyphicon-indent-left:before {
    content: "\e057"
}
.glyphicon-indent-right:before {
    content: "\e058"
}
.glyphicon-facetime-video:before {
    content: "\e059"
}
.glyphicon-picture:before {
    content: "\e060"
}
.glyphicon-map-marker:before {
    content: "\e062"
}
.glyphicon-adjust:before {
    content: "\e063"
}
.glyphicon-tint:before {
    content: "\e064"
}
.glyphicon-edit:before {
    content: "\e065"
}
.glyphicon-share:before {
    content: "\e066"
}
.glyphicon-check:before {
    content: "\e067"
}
.glyphicon-move:before {
    content: "\e068"
}
.glyphicon-step-backward:before {
    content: "\e069"
}
.glyphicon-fast-backward:before {
    content: "\e070"
}
.glyphicon-backward:before {
    content: "\e071"
}
.glyphicon-play:before {
    content: "\e072"
}
.glyphicon-pause:before {
    content: "\e073"
}
.glyphicon-stop:before {
    content: "\e074"
}
.glyphicon-forward:before {
    content: "\e075"
}
.glyphicon-fast-forward:before {
    content: "\e076"
}
.glyphicon-step-forward:before {
    content: "\e077"
}
.glyphicon-eject:before {
    content: "\e078"
}
.glyphicon-chevron-left:before {
    content: "\e079"
}
.glyphicon-chevron-right:before {
    content: "\e080"
}
.glyphicon-plus-sign:before {
    content: "\e081"
}
.glyphicon-minus-sign:before {
    content: "\e082"
}
.glyphicon-remove-sign:before {
    content: "\e083"
}
.glyphicon-ok-sign:before {
    content: "\e084"
}
.glyphicon-question-sign:before {
    content: "\e085"
}
.glyphicon-info-sign:before {
    content: "\e086"
}
.glyphicon-screenshot:before {
    content: "\e087"
}
.glyphicon-remove-circle:before {
    content: "\e088"
}
.glyphicon-ok-circle:before {
    content: "\e089"
}
.glyphicon-ban-circle:before {
    content: "\e090"
}
.glyphicon-arrow-left:before {
    content: "\e091"
}
.glyphicon-arrow-right:before {
    content: "\e092"
}
.glyphicon-arrow-up:before {
    content: "\e093"
}
.glyphicon-arrow-down:before {
    content: "\e094"
}
.glyphicon-share-alt:before {
    content: "\e095"
}
.glyphicon-resize-full:before {
    content: "\e096"
}
.glyphicon-resize-small:before {
    content: "\e097"
}
.glyphicon-exclamation-sign:before {
    content: "\e101"
}
.glyphicon-gift:before {
    content: "\e102"
}
.glyphicon-leaf:before {
    content: "\e103"
}
.glyphicon-fire:before {
    content: "\e104"
}
.glyphicon-eye-open:before {
    content: "\e105"
}
.glyphicon-eye-close:before {
    content: "\e106"
}
.glyphicon-warning-sign:before {
    content: "\e107"
}
.glyphicon-plane:before {
    content: "\e108"
}
.glyphicon-calendar:before {
    content: "\e109"
}
.glyphicon-random:before {
    content: "\e110"
}
.glyphicon-comment:before {
    content: "\e111"
}
.glyphicon-magnet:before {
    content: "\e112"
}
.glyphicon-chevron-up:before {
    content: "\e113"
}
.glyphicon-chevron-down:before {
    content: "\e114"
}
.glyphicon-retweet:before {
    content: "\e115"
}
.glyphicon-shopping-cart:before {
    content: "\e116"
}
.glyphicon-folder-close:before {
    content: "\e117"
}
.glyphicon-folder-open:before {
    content: "\e118"
}
.glyphicon-resize-vertical:before {
    content: "\e119"
}
.glyphicon-resize-horizontal:before {
    content: "\e120"
}
.glyphicon-hdd:before {
    content: "\e121"
}
.glyphicon-bullhorn:before {
    content: "\e122"
}
.glyphicon-bell:before {
    content: "\e123"
}
.glyphicon-certificate:before {
    content: "\e124"
}
.glyphicon-thumbs-up:before {
    content: "\e125"
}
.glyphicon-thumbs-down:before {
    content: "\e126"
}
.glyphicon-hand-right:before {
    content: "\e127"
}
.glyphicon-hand-left:before {
    content: "\e128"
}
.glyphicon-hand-up:before {
    content: "\e129"
}
.glyphicon-hand-down:before {
    content: "\e130"
}
.glyphicon-circle-arrow-right:before {
    content: "\e131"
}
.glyphicon-circle-arrow-left:before {
    content: "\e132"
}
.glyphicon-circle-arrow-up:before {
    content: "\e133"
}
.glyphicon-circle-arrow-down:before {
    content: "\e134"
}
.glyphicon-globe:before {
    content: "\e135"
}
.glyphicon-wrench:before {
    content: "\e136"
}
.glyphicon-tasks:before {
    content: "\e137"
}
.glyphicon-filter:before {
    content: "\e138"
}
.glyphicon-briefcase:before {
    content: "\e139"
}
.glyphicon-fullscreen:before {
    content: "\e140"
}
.glyphicon-dashboard:before {
    content: "\e141"
}
.glyphicon-paperclip:before {
    content: "\e142"
}
.glyphicon-heart-empty:before {
    content: "\e143"
}
.glyphicon-link:before {
    content: "\e144"
}
.glyphicon-phone:before {
    content: "\e145"
}
.glyphicon-pushpin:before {
    content: "\e146"
}
.glyphicon-usd:before {
    content: "\e148"
}
.glyphicon-gbp:before {
    content: "\e149"
}
.glyphicon-sort:before {
    content: "\e150"
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}
.glyphicon-sort-by-order:before {
    content: "\e153"
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}
.glyphicon-sort-by-attributes:before {
    content: "\e155"
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}
.glyphicon-unchecked:before {
    content: "\e157"
}
.glyphicon-expand:before {
    content: "\e158"
}
.glyphicon-collapse-down:before {
    content: "\e159"
}
.glyphicon-collapse-up:before {
    content: "\e160"
}
.glyphicon-log-in:before {
    content: "\e161"
}
.glyphicon-flash:before {
    content: "\e162"
}
.glyphicon-log-out:before {
    content: "\e163"
}
.glyphicon-new-window:before {
    content: "\e164"
}
.glyphicon-record:before {
    content: "\e165"
}
.glyphicon-save:before {
    content: "\e166"
}
.glyphicon-open:before {
    content: "\e167"
}
.glyphicon-saved:before {
    content: "\e168"
}
.glyphicon-import:before {
    content: "\e169"
}
.glyphicon-export:before {
    content: "\e170"
}
.glyphicon-send:before {
    content: "\e171"
}
.glyphicon-floppy-disk:before {
    content: "\e172"
}
.glyphicon-floppy-saved:before {
    content: "\e173"
}
.glyphicon-floppy-remove:before {
    content: "\e174"
}
.glyphicon-floppy-save:before {
    content: "\e175"
}
.glyphicon-floppy-open:before {
    content: "\e176"
}
.glyphicon-credit-card:before {
    content: "\e177"
}
.glyphicon-transfer:before {
    content: "\e178"
}
.glyphicon-cutlery:before {
    content: "\e179"
}
.glyphicon-header:before {
    content: "\e180"
}
.glyphicon-compressed:before {
    content: "\e181"
}
.glyphicon-earphone:before {
    content: "\e182"
}
.glyphicon-phone-alt:before {
    content: "\e183"
}
.glyphicon-tower:before {
    content: "\e184"
}
.glyphicon-stats:before {
    content: "\e185"
}
.glyphicon-sd-video:before {
    content: "\e186"
}
.glyphicon-hd-video:before {
    content: "\e187"
}
.glyphicon-subtitles:before {
    content: "\e188"
}
.glyphicon-sound-stereo:before {
    content: "\e189"
}
.glyphicon-sound-dolby:before {
    content: "\e190"
}
.glyphicon-sound-5-1:before {
    content: "\e191"
}
.glyphicon-sound-6-1:before {
    content: "\e192"
}
.glyphicon-sound-7-1:before {
    content: "\e193"
}
.glyphicon-copyright-mark:before {
    content: "\e194"
}
.glyphicon-registration-mark:before {
    content: "\e195"
}
.glyphicon-cloud-download:before {
    content: "\e197"
}
.glyphicon-cloud-upload:before {
    content: "\e198"
}
.glyphicon-tree-conifer:before {
    content: "\e199"
}
.glyphicon-tree-deciduous:before {
    content: "\e200"
}
.glyphicon-cd:before {
    content: "\e201"
}
.glyphicon-save-file:before {
    content: "\e202"
}
.glyphicon-open-file:before {
    content: "\e203"
}
.glyphicon-level-up:before {
    content: "\e204"
}
.glyphicon-copy:before {
    content: "\e205"
}
.glyphicon-paste:before {
    content: "\e206"
}
.glyphicon-alert:before {
    content: "\e209"
}
.glyphicon-equalizer:before {
    content: "\e210"
}
.glyphicon-king:before {
    content: "\e211"
}
.glyphicon-queen:before {
    content: "\e212"
}
.glyphicon-pawn:before {
    content: "\e213"
}
.glyphicon-bishop:before {
    content: "\e214"
}
.glyphicon-knight:before {
    content: "\e215"
}
.glyphicon-baby-formula:before {
    content: "\e216"
}
.glyphicon-tent:before {
    content: "\26fa"
}
.glyphicon-blackboard:before {
    content: "\e218"
}
.glyphicon-bed:before {
    content: "\e219"
}
.glyphicon-apple:before {
    content: "\f8ff"
}
.glyphicon-erase:before {
    content: "\e221"
}
.glyphicon-hourglass:before {
    content: "\231b"
}
.glyphicon-lamp:before {
    content: "\e223"
}
.glyphicon-duplicate:before {
    content: "\e224"
}
.glyphicon-piggy-bank:before {
    content: "\e225"
}
.glyphicon-scissors:before {
    content: "\e226"
}
.glyphicon-bitcoin:before {
    content: "\e227"
}
.glyphicon-btc:before {
    content: "\e227"
}
.glyphicon-xbt:before {
    content: "\e227"
}
.glyphicon-yen:before {
    content: "\00a5"
}
.glyphicon-jpy:before {
    content: "\00a5"
}
.glyphicon-ruble:before {
    content: "\20bd"
}
.glyphicon-rub:before {
    content: "\20bd"
}
.glyphicon-scale:before {
    content: "\e230"
}
.glyphicon-ice-lolly:before {
    content: "\e231"
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}
.glyphicon-education:before {
    content: "\e233"
}
.glyphicon-option-horizontal:before {
    content: "\e234"
}
.glyphicon-option-vertical:before {
    content: "\e235"
}
.glyphicon-menu-hamburger:before {
    content: "\e236"
}
.glyphicon-modal-window:before {
    content: "\e237"
}
.glyphicon-oil:before {
    content: "\e238"
}
.glyphicon-grain:before {
    content: "\e239"
}
.glyphicon-sunglasses:before {
    content: "\e240"
}
.glyphicon-text-size:before {
    content: "\e241"
}
.glyphicon-text-color:before {
    content: "\e242"
}
.glyphicon-text-background:before {
    content: "\e243"
}
.glyphicon-object-align-top:before {
    content: "\e244"
}
.glyphicon-object-align-bottom:before {
    content: "\e245"
}
.glyphicon-object-align-horizontal:before {
    content: "\e246"
}
.glyphicon-object-align-left:before {
    content: "\e247"
}
.glyphicon-object-align-vertical:before {
    content: "\e248"
}
.glyphicon-object-align-right:before {
    content: "\e249"
}
.glyphicon-triangle-right:before {
    content: "\e250"
}
.glyphicon-triangle-left:before {
    content: "\e251"
}
.glyphicon-triangle-bottom:before {
    content: "\e252"
}
.glyphicon-triangle-top:before {
    content: "\e253"
}
.glyphicon-console:before {
    content: "\e254"
}
.glyphicon-superscript:before {
    content: "\e255"
}
.glyphicon-subscript:before {
    content: "\e256"
}
.glyphicon-menu-left:before {
    content: "\e257"
}
.glyphicon-menu-right:before {
    content: "\e258"
}
.glyphicon-menu-down:before {
    content: "\e259"
}
.glyphicon-menu-up:before {
    content: "\e260"
}


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


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



/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */
   



 


































 
 
 
 
 
 


 
 
 
 
 
 

/* =============== Base =============== */

/*--------- SIZING ----------*/

 


/*--------- NAVBAR COLORS ----------*/

 
 

 
 



/*--------- Theme Base Colors ----------*/

 
 
 

html, body {
	min-height: 100%;
	margin: 0;
	padding: 0;
} 
html {
    font-family: sans-serif;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
	background: #fff;
	color: #131e42;
	font-family: 'latoregular', 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
}

.row-fluid [class*="span"].wrapper,
.row-fluid .wrapper{
    width: 100%;
    max-width: 1170px;
    margin-left:auto;
    margin-right:auto;
    float: none;
    padding-left:15px;
    padding-right:15px;
}

/* =============== Typography =============== */

/* Basic text */
p {
    margin: 0 0 10px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, 
h4, h5, h6, 
.h1, .h2, .h3, 
.h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
	word-wrap: break-word;
}
h1 a, h2 a, h3 a, 
h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, 
.h4 a, .h5 a, .h6 a {}

h1, .h1, 
h2, .h2, 
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4, .h4, 
h5, .h5, 
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	font-family: 'latobold', 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
@media (min-width: 992px) {
    h1, .h1 {font-size: 3.6vw;}
    h2, .h2 {font-size: 3.4vw;}
}

/* Anchor Links */
a { color: #3cc8b6; text-decoration: none; }
a:hover, a:focus { color: #23527c; text-decoration: none; }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

a{
    margin-bottom:0;
}

.body-container-wrapper ul,.body-container-wrapper li{
    margin-bottom:15px;
}

.body-container-wrapper {
    background:#fff;
    overflow:hidden;
    position:relative;
    z-index:2;
    //padding-top:85px;
}

.body-container-wrapper ul{
    padding:0;
    text-decoration:none;
    margin:20px 0;
}

.body-container-wrapper ol{
    margin:0;
    padding:0;
    text-decoration:none;
    margin-bottom:15px;    
}

.body-container-wrapper li{
    margin-left:26px;
    margin-bottom:8px;
}


.body-container-wrapper ol li:before{
    display:none;
}

.no-list-style ul{
    margin:0;    
    list-style:none;
}

.no-list-style li{
    margin:0;
}

.body-container-wrapper a{
    color:#3cc8b6;
    transition: all ease-in-out .2s;
}

.body-container-wrapper a:hover{
    text-decoration: underline;
}

.body-container-wrapper h4{
  font-size: 24px;
}

blockquote{
    margin: 0;
    font-size: 16px;
    font-style: italic;
    color: #a9a9a9;
    font-weight: 300;
    padding-left: 17px;
    border-left: 2px solid #131e42;
    margin-left: 4px;
    margin-top: 25px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.widget-type-cta{
    margin-top:15px;
}


body a.cta_button,
body .container-fluid .row-fluid .hs-button{    
    font-size: 16px;
    line-height: 18px;
    padding: 16px 40px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    letter-spacing: 1px;
    color: #fff;
    border-radius:50px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background:#ed7448;
    border-color:#ed7448;
    transition: all ease-in-out .2s;
    letter-spacing: 1.5px;
    top:0;
}

.hs_cos_wrapper_type_custom_widget a.cta_button{
    margin-top:25px;
}

body a.cta_button.image-cta{
    padding:0;
    background:transparent;
    text-align:center;
}

body a.cta_button:hover,
body .container-fluid .row-fluid .hs-button:hover{
    box-shadow: 0px 8px 20px 2px rgba(0, 0, 0, 0.32);
    top:-5px;
}

/*body .white-cta a.cta_button,
body .all-text-white a.cta_button,
body .white-cta .container-fluid .row-fluid .hs-button{    
    background:#fff;
    border-color:#fff;
    color:#000;
}*/

body .dark-cta a.cta_button{
    background:#0d2e4f;
    border-color:#0d2e4f;
}

.simple-cta a.cta_button,
.simple-cta a{
    background:transparent;
    border:0;
    padding:0;
    position:relative;
    color: #131e42;
    font-weight:400;
}

.simple-cta a:after{
    content:'\f107';
    font-family: FontAwesome;
    padding-left: 6px;
}   

.align-center {
    text-align:center;
}

.align-left {
    text-align:left;
}

.align-right {
    text-align:right;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.overlay,.base-color-overlay{
    position:relative;
    z-index:1;
}

.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:rgba(0, 0, 0, 0.6);
    z-index: -1;
}
/*
@media (min-width:1025px){

.left-triangle,
.right-triangle{
    position:relative;
    z-index:1;
    overflow:hidden
}

.left-triangle:before{
    position: absolute;
    content: '';
    top: 15%;
    left: -200px;
    z-index: -1;
    width: 300px;
    height: 400px;
    background:#131e42;
    transform: rotate(30deg);
    opacity: .3;
}

.right-triangle:after{
    position: absolute;
    content: '';
    right: -200px;
    bottom: 15%;
    z-index: -1;
    width: 300px;
    height: 400px;
    background:#131e42;
    transform: rotate(30deg);
    opacity: .3;
}
}*/

.base-color-overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#131e42;
    z-index: -1;
    opacity:.95;
    background: ;
}

.grey-bg{
    background:#f8f8f8;
}

body .row-fluid .blue-bg{
    background: #0d82df;
}


body .container-fluid .row-fluid .section-heading.align-center {
    max-width: 840px;
    float: none;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:60px;
}

.section-heading p{
    font-size: 18px;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    letter-spacing: .5px;
}

.section-heading h5{
    font-size: 14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform: uppercase;
    color:#131e42;
    font-family: 'latoregular', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    margin-bottom: 5px;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
    color:#fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
    margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
    color:#131e42;
}

.body-container-wrapper .all-text-white li:before{
    background:#fff;
}

body .container-fluid .row-fluid .pad-bottom{
    margin-bottom:80px;
}

body .container-fluid .row-fluid [class*="span"]{
    min-height:0;
}

.section-bg{
    background-size: cover!important;
    background-position: center center!important;
}

.section-bg .bg-image{
    display:none!important;
}

.section-padding{
    padding:100px 0;
}

.section-border{
    border-bottom:1px solid #e7e7e7;
}

.cta-margin{
    margin-top:50px;
}

@media (min-width: 768px) {
    
.equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}     
}

.inner-page-hero-section{
    padding:30px 0;
}

.inner-page-hero-section h1{
    margin:0;
    font-size:30px;
}


/*========================================================
        Responsive Styling
========================================================*/

@media (min-width:768px) and (max-width:1024px){

.row-fluid [class*="span"].wrapper{
    padding-left:40px;
    padding-right:40px;
}

.pth-header .row-fluid [class*="span"].wrapper{
    padding-left:15px;
    padding-right:15px;
}


h1{
    font-size:32px;
}

h2{
    font-size: 28px;
}

h3{
    font-size: 20px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 16px;
}

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

body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
}

p{
    font-size: 14px;
}

.body-container-wrapper li {
    font-size: 14px;
}

.section-heading p {
    font-size: 18px;
}

.cta-margin {
    margin-top: 30px;
}

}




@media (max-width:767px){


.row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
}


h1{
    font-size:32px;
}

h2{
    font-size:28px;
}

h3{
    font-size: 24px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 16px;
}

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

.align-right {
    text-align: center;
}

.align-left {
    text-align: center;    
}

body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
}

p {
    font-size: 14px;
    line-height: 24px;
}

.body-container-wrapper li {
    font-size: 14px;
    line-height: 24px;
}

.primary-banner {
    padding: 120px 0 40px;
}

.section-heading p {
    font-size: 16px;
}

.heading-underline {
    margin-bottom: 20px;
    padding-bottom: 2px;
}

.cta-margin {
    margin-top: 20px;
}

.body-container-wrapper {
    padding-top:0px;   
}

}

/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}

.header-container .row-fluid .page-center,
.footer-container .row-fluid .page-center {
    max-width: 100% !important;
}

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}



/*========================================  
        Header Styling
========================================*/          

.header-container-wrapper {
    min-height: 50px;
}
.header-container {
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	position: fixed;
	border-bottom: #96c0e6 1px solid;
    min-height: 50px;
	-webkit-transition: all 0.3s ease-in-out, padding 0.3s;
    -moz-transition: all 0.3s ease-in-out, padding 0.3s;
    -ms-transition: all 0.3s ease-in-out, padding 0.3s;
    -o-transition: all 0.3s ease-in-out, padding 0.3s;
	transition: all 0.3s ease-in-out, padding 0.3s;;
}
@media (min-width: 768px) {
    .header-container-wrapper {min-height: 70px;}
    .header-container.sticky {min-height: 70px;}
}
@media (min-width: 1920px) {
    .header-container-wrapper {min-height: 120px;}
    .header-container {min-height: 120px;}
    .header-container.sticky {min-height: 70px;}
}
.header-container .row-fluid .widget-span {
    min-height: 0;
}
.header-container .row-fluid #custom_col.logo-col,
.header-container .row-fluid #custom_col.search-col,
.header-container .row-fluid #custom_col.menu-col {
    float: left;
    width: auto;
    margin-left: 0;
}
.header-container .row-fluid #custom_col.search-col {
    float: right;
}
.header-container .row-fluid #custom_col.menu-col {
    float: none;
}
.header-container .row-fluid #custom_col.menu-col,
.header-container .row-fluid #custom_col.menu-col .row-fluid .widget-span.span12 {
    float: none;
}

/* Header - Phone */
.header-container .custom_phone {
    position: relative;
    min-height: 0;
}
.header-container .custom_phone span.icon-call-phone {
    display: inline-block;
    position: relative;
    top: 7px;
    font-size: 36px;
    margin-right: 5px;
    width: 60px;
    height: 50px;
    text-align: center;
}
.header-container .custom_phone #nav-phone-number {
    font-size: 24px;
    line-height: 60px;
    color: #fff;
    display: none;
    background: #0e034f;
    -webkit-transition: all 0.3s ease-in-out, padding 0.3s;
    -moz-transition: all 0.3s ease-in-out, padding 0.3s;
    -ms-transition: all 0.3s ease-in-out, padding 0.3s;
    -o-transition: all 0.3s ease-in-out, padding 0.3s;
	transition: all 0.3s ease-in-out, padding 0.3s;;
}
.header-container .custom_phone a.icon-call-phone {
    position: absolute;
    left: -50px;
    height: 50px;
    width: 50px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    background: #0e034f;
    -webkit-transition: all 0.3s ease-in-out, padding 0.3s;
    -moz-transition: all 0.3s ease-in-out, padding 0.3s;
    -ms-transition: all 0.3s ease-in-out, padding 0.3s;
    -o-transition: all 0.3s ease-in-out, padding 0.3s;
	transition: all 0.3s ease-in-out, padding 0.3s;;
}
@media (min-width: 768px) {
    .header-container .custom_phone #nav-phone-number {
        height: 70px;
    }
    .header-container .custom_phone a.icon-call-phone {
        height: 70px;
        width: 70px;
        font-size: 36px;
        line-height: 80px;
    }
}
@media (min-width: 1920px) {
    .header-container .custom_phone #nav-phone-number {
        display: block;
        font-size: 24px;
        line-height: 60px;
        height: 60px;
        padding: 0 20px 0 0;
        color: #fff;
    }
    .header-container .custom_phone a.icon-call-phone {
        position: absolute;
        top: -70px;
        left: -70px;
        height: 70px;
        width: 70px;
        line-height: 80px;
    }
    .header-container.sticky .custom_phone a.icon-call-phone {
        top: 0px;
    }
    .header-container.sticky .custom_phone #nav-phone-number {
        margin-top: -60px;
    }
}

/* Header - Search */
.header-container .hs-search-module {
	padding: 0;
	background: none;
}
/* Header - Search - Desktop */
.header-container .custom_search-desktop {display: block;}
.header-container .custom_search-desktop .hs-search-module {
    background: #96c0e6;
}
.header-container .custom_search-desktop .hs-search-module form.hs-form {}
.header-container .custom_search-desktop .hs-search-module form.hs-form label {display: none;}
.header-container .custom_search-desktop .hs-search-module form.hs-form .input {
    position: relative;
    padding-left: 50px;
    -webkit-transition: all 0.3s ease-in-out, padding 0.3s;
    -moz-transition: all 0.3s ease-in-out, padding 0.3s;
    -ms-transition: all 0.3s ease-in-out, padding 0.3s;
    -o-transition: all 0.3s ease-in-out, padding 0.3s;
	transition: all 0.3s ease-in-out, padding 0.3s;;
}
.header-container .custom_search-desktop .hs-search-module form.hs-form input.hs-input {
    border: 0;
    margin: 0;
    padding: 10px;
    color: #fff;
    height: 50px;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
	-o-box-shadow: none;
    box-shadow: none;;
    -webkit-transition: all 0.3s ease-in-out, padding 0.3s;
    -moz-transition: all 0.3s ease-in-out, padding 0.3s;
    -ms-transition: all 0.3s ease-in-out, padding 0.3s;
    -o-transition: all 0.3s ease-in-out, padding 0.3s;
	transition: all 0.3s ease-in-out, padding 0.3s;;
}
.header-container .custom_search-desktop .hs-search-module form.hs-form a.hs-button.primary {
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: 0 !important;
    line-height: 0;
    color: #0e034f;
    font-size: 0;
    border: 0;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 6px;
    -webkit-transition: all 0.3s ease-in-out, padding 0.3s;
    -moz-transition: all 0.3s ease-in-out, padding 0.3s;
    -ms-transition: all 0.3s ease-in-out, padding 0.3s;
    -o-transition: all 0.3s ease-in-out, padding 0.3s;
	transition: all 0.3s ease-in-out, padding 0.3s;;
}
.header-container .custom_search-desktop .hs-search-module form.hs-form a.hs-button.primary:before {
    font-family: "hawk" !important;
    font-size: 30px;
    line-height: 60px;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\67";
    display: block;
    -webkit-transition: all 0.3s ease-in-out, padding 0.3s;
    -moz-transition: all 0.3s ease-in-out, padding 0.3s;
    -ms-transition: all 0.3s ease-in-out, padding 0.3s;
    -o-transition: all 0.3s ease-in-out, padding 0.3s;
	transition: all 0.3s ease-in-out, padding 0.3s;;
}
.header-container a.hs-button.primary:hover {
    box-shadow: none !important;
}
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"], input[type="file"], textarea, select {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    color: #555;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.42857143;
    padding: 6px 12px;
    border: 0;
    margin: 0 0 15px 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media (min-width: 768px) {
    .header-container .custom_search-desktop .hs-search-module form.hs-form input.hs-input {
        height: 70px;
    }
    .header-container .custom_search-desktop .hs-search-module form.hs-form .input {
        padding-left: 70px;
    }
    .header-container .custom_search-desktop .hs-search-module form.hs-form a.hs-button.primary {
        height: 70px;
		width: 70px;
    }
    .header-container .custom_search-desktop .hs-search-module form.hs-form a.hs-button.primary:before {
        font-size: 36px;
        line-height: 70px;
    }
}
@media (min-width: 1920px) {
    .header-container .custom_search-desktop .hs-search-module form.hs-form input.hs-input {
        height: 59px;
    }
    .header-container .custom_search-desktop .hs-search-module form.hs-form .input {
        padding-left: 60px;
    }
    .header-container .custom_search-desktop .hs-search-module form.hs-form a.hs-button.primary {
        height: 60px;
		width: 60px;
    }
    .header-container .custom_search-desktop .hs-search-module form.hs-form a.hs-button.primary:before {
        font-size: 36px;
        line-height: 60px;
    }
    
    .header-container.sticky .custom_search-desktop .hs-search-module form.hs-form input.hs-input {
        height: 70px;
    }
    .header-container.sticky .custom_search-desktop .hs-search-module form.hs-form .input {
        padding-left: 70px;
    }
    .header-container.sticky .custom_search-desktop .hs-search-module form.hs-form a.hs-button.primary {
        height: 70px;
		width: 70px;
    }
    .header-container.sticky .custom_search-desktop .hs-search-module form.hs-form a.hs-button.primary:before {
        line-height: 70px;
    }
    
}

/* Header - Search - Mobile */
.header-container #mobile-search-trigger {
    height: 70px;
    width: 70px;
    font-size: 36px;
    line-height: 80px;
    float: left;
    text-align: center;
    background: #96c0e6;
    display: none;
    color: #0e034f;
    -webkit-transition: all 0.3s ease-in-out, padding 0.3s;
    -moz-transition: all 0.3s ease-in-out, padding 0.3s;
    -ms-transition: all 0.3s ease-in-out, padding 0.3s;
    -o-transition: all 0.3s ease-in-out, padding 0.3s;
	transition: all 0.3s ease-in-out, padding 0.3s;;
}
.header-container .custom_search-mobile {display: none;}
.header-container .custom_search-mobile .hs-search-module {
    position: absolute;
    left: 0;
    top: 70px;
    right: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;;
}
.header-container .custom_search-mobile.open .hs-search-module {
    max-height: 50px;
}
.header-container .custom_search-mobile .hs-search-module form.hs-form {}
.header-container .custom_search-mobile .hs-search-module form.hs-form label {display: none;}
.header-container .custom_search-mobile .hs-search-module form.hs-form .input {}
.header-container .custom_search-mobile .hs-search-module form.hs-form input.hs-input {
    padding: 10px;
	color: #fff;
    margin: 0;
    background: #96c0e6;
    height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
	-o-box-shadow: none;
    box-shadow: none;;
}
.header-container .custom_search-mobile .hs-search-module form.hs-form a.hs-button.primary {display: none;}

/* Header - Logo styling */
.header-container .hs_cos_wrapper_type_logo {
    display: block;
    padding: 15px;
    font-size: 18px;
	line-height: 20px;
    height: 50px;
}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {
    width: auto !important;
    height: 30px;
    -webkit-transition: all 0.3s ease-in-out, padding 0.3s;
    -moz-transition: all 0.3s ease-in-out, padding 0.3s;
    -ms-transition: all 0.3s ease-in-out, padding 0.3s;
    -o-transition: all 0.3s ease-in-out, padding 0.3s;
	transition: all 0.3s ease-in-out, padding 0.3s;;
}
@media (min-width: 768px) {
    .header-container .hs_cos_wrapper_type_logo {
        padding: 10px 15px;
    }
    .header-container .hs_cos_wrapper_type_logo a img {
        height: 50px;
    }
    .header-container.sticky .hs_cos_wrapper_type_logo a img {
        height: 50px;
    }
}
@media (min-width: 1920px) {
    .header-container .hs_cos_wrapper_type_logo {
        margin-left: -15px;
    }
    .header-container .hs_cos_wrapper_type_logo a img {
        height: 80px;
    }
}
@media (max-width: 767px) {
    .header-container .hs_cos_wrapper_type_logo {
        padding: 0;
    }
}







/*==================================================
            Two Col Adjust 
==================================================*/

body .container-fluid .row-fluid .two-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 47.4%;
    -webkit-flex-basis: 47.4%;
    float: left;
    margin-right: 2.43%;
    margin-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}


/* Make border boxed*/


body .container-fluid .row-fluid .two-col-adjust.have-box-border span>.hs_cos_wrapper{
    background-color: #fff;
    box-shadow: 0 1px 1px 0 #e6ebee;
    border: solid 1px rgba(129,154,179,0.14);
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding:20px;
    position:relative;
} 



@media (max-width:767px){
 
 
body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
}   
}











/*==================================================
            Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.2%;
    -webkit-flex-basis: 30.2%;
    float: left;
    margin-right: 2.43%;
    margin-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}


/* Make border boxed*/


body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper{
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 1px 1px 0 #e6ebee;
    border: solid 1px rgba(129,154,179,0.14);
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding:20px 0;
    position:relative;
} 

body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper>div{
    padding:0 20px;
}
.redirect-page{
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    display:block;
    cursor:pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper:hover .redirect-page{
    border:1px solid #131e42;
}


@media (max-width:767px){
 
 
body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
}   
}









/*==================================================
            Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 22.5%;
    -webkit-flex-basis: 22.5%;
    float: left;
    margin-right: 2.5%;
    margin-top: 20px;
    box-sizing:border-box;
    position:relative;
}










@media (max-width:767px){
 
body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
}   
}









/*=========================================================
                    FORM STYLE
=========================================================*/                

::-webkit-input-placeholder {
   color: #989898;
}

:-moz-placeholder {
   color: #989898;
}

::-moz-placeholder {  
   color: #989898;
}

:-ms-input-placeholder {  
   color: #989898;
}

select::-ms-expand {
    display: none;
}

.row-fluid form li{
    margin:0;
}

.row-fluid  form li:before{
    display:none;
}

.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
    height: 54px;
    font-family:'latoregular', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    border: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 8px;
    border-radius: 0;
    background: #f5f5f5;
    padding:10px 20px;
    color: #2d3e50;
    font-weight:400;
    background:#fff;
    border:1px solid #dedede;
    box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}


.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
    outline:0;
    border:1px solid #131e42;
}

.row-fluid  form textarea{
    height:150px;    
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
    margin-bottom:0;
}

.row-fluid form .field>label{
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 300;
    display:block;
    margin-bottom:6px;
    margin-top:14px;
}

.row-fluid form .hs_submit .actions{
    text-align:center;
}

.row-fluid form .hs-button.primary{
    height: auto;
    margin-top: 24px;
}

form .hs-error-msgs{
    margin:0;
    padding:0;
}

form .hs-error-msgs li{
    line-height: 1;
    color: red;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    top: -4px;
    letter-spacing: 0.3px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

body .row-fluid .hs-form fieldset {
    max-width: 100%;
}

form .hs-form-required{
    display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
    margin:0;
    padding:0;
}

.body-container-wrapper form ul,
form ul{
    list-style:none;
}

.body-container-wrapper form li:before{
    display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
    margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 49%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
    margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
    margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
    margin-right:0;
}

body .row-fluid select{
    background: #fff url(//cdn2.hubspot.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
    background-position: center right;
    -webkit-appearance: none;
}





/*=======================================================
            CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    padding: 0;
    border-radius: 4px;
    background: #fff;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 2px solid #ddd;
    margin-right: 8px;
    top: 2px;
    width: 20px;
    height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    top: 3px;
    left: 2px;
    border: 3px solid #131e42;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


.row-fluid .hs-form .field .input  input[type="radio"]{
    border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    background: #131e42;
    left: 3px;
    border-top: 0;
    border-right: 0;
    border-radius: 50%;
}


@media (max-width:480px){


body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
}

body .row-fluid .hs-form fieldset .input{
    margin:0;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

.row-fluid form .hs_submit .actions{
    text-align:center;
}

}











/*============================ Talk To Us Section ==============================*/


.talk-to-us-99,.talk-to-us-main{
    padding:130px 0;   
}
    
body .container-fluid .row-fluid .talk-to-us-99 .section-heading{
    max-width:1060px;
    padding:0;
}

body .row-fluid .talk-to-us-99 .icon-img{
    width: 100%;
    max-width: 110px;
    margin: 20px auto 30px;
    float: none;
    border: 2px solid #fff;
    height: 110px;
    padding: 23px;
    border-radius: 50%;
}

.talk-to-us-99 h3{
    color#2d3e50;
    font-weight: 600;
    font-size: 30px;
}

.talk-to-us-99 .button a{
    color: #fff;
    border: 2px solid;
    padding: 14px 26px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    max-width: 210px;
}

.talk-to-us-99 .button a img {
    width: 25px;
    padding-right: 10px;
}


.talk-to-us-99 .button a .fa{
    font-size: 20px;
    position: relative;
    margin-right: 14px;
}

.talk-to-us-99 .divider{
    margin:50px 0 30px;
}

.contact-assets{
    padding: 30px 0px;
}

.phone-nos{
    position:relative;
    padding-left:50px;
}

.email-address{
    position:relative;
    padding-left:50px;
}

.phone-nos a,.email-address a{
    font-size: 16px;
    font-weight: 600;
}

.phone-nos:before,
.email-address:before{
    content: "\f095";
    font-family: FontAwesome;
    color: #131e42;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    background: #fff;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.55);
    position: absolute;
    left: 0px;
    top: -10px;
}

.row-fluid .email-address:before{
    content:"\f0e0";
    line-height: 40px;
}

.contact-assets{
    
}

.form-wrapped {
    max-width: 450px;
    position:relative;
}

.form-wrapped:before{
    content: "Or";
    font-weight: 600;
}

body .row-fluid .form-wrapped form .hs_submit .actions{
    text-align:left;
}
/*
body .row-fluid .form-wrapped form .hs_submit .hs-button {
    background-image:url('//cdn2.hubspot.net/hubfs/2432204/99%20Template%20Pack/Background%20Images/send-option.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50px;
    padding-right: 65px;
}*/

.talk-to-us-main.overlay:before{
    background: rgba(255, 255, 255, 0.9);
}


@media (max-width:1024px){
 
.talk-to-us-99 {
    padding: 70px 0;
} 
}



@media (max-width:767px){

body .container-fluid .row-fluid .talk-to-us-99 .section-heading {
    padding: 0;
    margin-bottom: 0;
}

body .row-fluid .talk-to-us-99 .icon-img{
    margin: 20px auto 20px;
}


.talk-to-us-99 {
    padding: 50px 0;
} 

.talk-to-us-main {
    padding: 75px 0;
}

.widget-type-rich_text.phone-nos {
    margin-bottom: 40px;
}

.talk-to-us-main .wrapper>.row-fluid-wrapper>.row-fluid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.talk-to-us-main .wrapper>.row-fluid-wrapper>.row-fluid .span5{
    order:1;
    margin-bottom:50px;
}


.talk-to-us-main .wrapper>.row-fluid-wrapper>.row-fluid .span7{
    order:2;
}

}    
















/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
	display: block;
    padding-top: 40px;
    -webkit-transition: all 0.3s ease-in-out, padding 0.3s;
    -moz-transition: all 0.3s ease-in-out, padding 0.3s;
    -ms-transition: all 0.3s ease-in-out, padding 0.3s;
    -o-transition: all 0.3s ease-in-out, padding 0.3s;
	transition: all 0.3s ease-in-out, padding 0.3s;;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	position: relative;
	display: block;
    color: #0e034f;
    font-family: 'latoblack','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 20px;
    padding: 15px;
    border-left: solid 1px #96c0e6;
    -webkit-transition: all 0.3s ease-in-out, padding 0.3s;
    -moz-transition: all 0.3s ease-in-out, padding 0.3s;
    -ms-transition: all 0.3s ease-in-out, padding 0.3s;
    -o-transition: all 0.3s ease-in-out, padding 0.3s;
	transition: all 0.3s ease-in-out, padding 0.3s;;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:focus {
    background-color: #eee;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #0e034f;
    background: #96c0e6;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    border-right: 1px solid #96c0e6;
}

/* 2nd Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
	background-color: #fff;
    background-clip: padding-box;
    min-width: 160px;
    border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
    font-size: 14px;
	text-align: left;
    padding: 5px 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	-o-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
	position: relative;
	display: block;
    color: #0e034f;
    font-family: ;
    font-size: 18px;
    font-weight: normal;
	line-height: 1.42857143;
    padding: 5px 20px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
	transition: none;;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:focus {
    color: #262626;
	background-color: #f5f5f5;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #262626;
    background: #96c0e6;
}

/* 3rd Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
	position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}

/* 4th Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {
	position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a:hover {}

/* 5th Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul li a {
	position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul li a:hover{}

/* 6th Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul li a {
	position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul li a:hover {}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	overflow: visible !important;
	max-width: none !important;
	width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1920px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    
    .header-container.sticky .custom-menu-primary .hs-menu-wrapper > ul {
        padding-top: 10px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid \9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
        background: #96c0e6;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul li a.nav-pink {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a.nav-pink,
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a.nav-pink,
    .custom-menu-primary .hs-menu-wrapper > ul li a.nav-pink:hover {background: #f51cb5;}
    
    .custom-menu-primary .hs-menu-wrapper > ul li a.nav-yellow {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a.nav-yellow,
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a.nav-yellow,
    .custom-menu-primary .hs-menu-wrapper > ul li a.nav-yellow:hover {background: #eba33d;}
    
    .custom-menu-primary .hs-menu-wrapper > ul li a.nav-green {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a.nav-green,
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a.nav-green,
    .custom-menu-primary .hs-menu-wrapper > ul li a.nav-green:hover {background: #3cc8b6;}
    
    /* Menu Dropdown */
    .custom-menu-primary .hs-menu-wrapper.flyouts > ul > li.hs-item-has-children > a {
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper.flyouts > ul > li.hs-item-has-children > a .child-trigger {
        display: block !important;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .custom-menu-primary .hs-menu-wrapper.flyouts > ul > li.hs-item-has-children > a + ul.hs-menu-children-wrapper {
    	opacity: 1;
		visibility: visible;
		display: none !important;
        height: auto !important;
        overflow: auto !important;
        padding: 5px 0 !important;
	}
    .custom-menu-primary .hs-menu-wrapper.flyouts > ul > li.hs-item-has-children > a.child-open,
    .custom-menu-primary .hs-menu-wrapper.flyouts > ul > li.hs-item-has-children > a.child-open:hover {
        border-color: #337ab7;
    }
	.custom-menu-primary .hs-menu-wrapper.flyouts > ul > li.hs-item-has-children > a.child-open + ul.hs-menu-children-wrapper {
		display: block !important;
	}
    
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 1919px){

	/* Menu Reset */
	.custom-menu-primary,
	.custom-menu-primary .hs-menu-wrapper > ul,
	.custom-menu-primary .hs-menu-wrapper > ul li,
	.custom-menu-primary .hs-menu-wrapper > ul li a{
		display: block;
		float: none;
		position: static;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		padding: 0px;
		margin: 0px;
		background-image: none;
		background-color: transparent;
		border: 0px;
		max-width: none;
		width: 100%;
		height: auto;
		line-height: inherit;  
		font-weight: normal;
		text-decoration: none;
		text-indent: 0px;
		text-align: left;
		color: inherit;
		-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
	-o-border-radius: 0;
    border-radius: 0;;
		-webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
	-o-box-shadow: none;
    box-shadow: none;;
	}

	/* ===== Mobile Toggle Button ===== */

	.mobile-trigger {
		display: inline-block !important; /* Show button on mobile */
		cursor: pointer; /* Mouse pointer type on hover */
        position: relative;
        float: right;
        margin-right: 0;
        padding: 9px 10px;
        margin-top: 14px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;;
	}
	.mobile-trigger:hover{
		text-decoration: none; /* Removes link text underline on button */
	}

	/* Change button when menu is open */
	.mobile-open .mobile-trigger{}

	/* Toggle Button Icon */
	.mobile-trigger span.icon-bar {
        display: block;
        height: 3px;
		width: 30px;
        background-color: #0e034f;
        -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
	-o-border-radius: 1px;
    border-radius: 1px;;
    }
    .mobile-trigger span.icon-bar + span.icon-bar {
        margin-top: 7px;
    }

	/* ===== Mobile Child Toggle Buttons ===== */

	.child-trigger{
		display: block !important; /* Hide button on Desktop */
		cursor: pointer; /* Mouse pointer type on hover */
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100% !important; /* Button width */
		min-width: 100% !important;
		height: 100% !important; /* Button height */  
		padding: 0 !important;
	}
	.child-trigger:hover{
		text-decoration: none;
	}
	.child-trigger i{
		position: relative;
		top: 50%; /* Centers icon inside button */
		margin: 0 auto !important;
		-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
    transform: rotate(0deg);;
	}
	.child-trigger i:after{
		position: absolute;
		content: '';
	}
	.child-trigger i, .child-trigger i:after{
		width: 10px; /* Icon line width */
		height: 1px; /* Icon line height */
		background-color: #fff; /* Icon color */
		display: none;
	}
	.child-trigger i:after{
		-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
    transform: rotate(-90deg);;
	}  
	.child-trigger.child-open i{}
	.child-trigger.child-open i:after{
		-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
    transform: rotate(-180deg);;
	}

	/* ===== Mobile Menu Styles ===== */  

	.custom-menu-primary.js-enabled{
		position: relative;
	}

	/* Hide menu on mobile */
	.custom-menu-primary.js-enabled .hs-menu-wrapper,
	.custom-menu-primary.js-enabled .hs-menu-children-wrapper{
		display: none;
	}  

	/* Make child lists appear below parent items */
	.custom-menu-primary ul.hs-menu-children-wrapper{
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		display: none;
	}

	/* Mobile Menu Styles */ 
	.custom-menu-primary.js-enabled .hs-menu-wrapper{
		width: auto;
		position: relative;
		top: 0;
		left: 0;
		padding: 0 15px;
	}
	.custom-menu-primary .hs-menu-wrapper{
		background-color: transparent;
		width: auto; /* Full screen width */
        border-top: 1px solid transparent;
        margin-left: -15px !important;
        margin-right: -15px !important;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        max-height: 400px;
	}

	/* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul {
        width: auto;
        margin: 7.5px -15px !important;
    }
	.custom-menu-primary .hs-menu-wrapper > ul > li{
		position: relative;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
        border: 0;
    }

	/* Level 1 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul li{}
	.custom-menu-primary .hs-menu-wrapper > ul li a{
		position: relative;
        display: block;
        padding: 10px 15px;
        color: #0e034f;
        font-size: 16px;
        line-height: 20px;
        border: 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul li a:hover{
        color: #0e034f;
    }

	/* Level 2 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul {
        border: 0;
        background: none;
        -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
	-o-box-shadow: none;
    box-shadow: none;;
        -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
	-o-border-radius: 0;
    border-radius: 0;;
    }
	.custom-menu-primary .hs-menu-wrapper > ul ul li{}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a{
		position: relative;
        display: block;
        padding: 5px 15px;
        color: #0e034f;
        font-size: 14px;
        line-height: 20px;
        padding-left: 25px;
	}
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
        color: #262626;
    }

	/* Level 3 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
        padding-left: 35px;
    }

	/* Level 4 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{}
    
    .custom-menu-primary .hs-menu-wrapper > ul li a span {display: inline;width: auto;}
    .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid \9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        width: auto;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
        background: #96c0e6;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul li a.nav-pink {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a.nav-pink,
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a.nav-pink,
    .custom-menu-primary .hs-menu-wrapper > ul li a.nav-pink:hover {background: #f51cb5;}
    
    .custom-menu-primary .hs-menu-wrapper > ul li a.nav-yellow {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a.nav-yellow,
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a.nav-yellow,
    .custom-menu-primary .hs-menu-wrapper > ul li a.nav-yellow:hover {background: #eba33d;}
    
    .custom-menu-primary .hs-menu-wrapper > ul li a.nav-green {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a.nav-green,
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a.nav-green,
    .custom-menu-primary .hs-menu-wrapper > ul li a.nav-green:hover {background: #3cc8b6;}
    
}

@media (max-width: 767px) {
    .mobile-trigger {
        margin-top: 8px;
    }
    .mobile-trigger span.icon-bar {
        width: 22px;
        height: 2px;
    }
    .mobile-trigger span.icon-bar + span.icon-bar {
        margin-top: 4px;
    }
}
@media (max-width: 767px) and (max-height: 400px) {
    .custom-menu-primary .hs-menu-wrapper {max-height: 260px;}
}

/* Vertical Menu */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
	transition: all .4s;;
}

 
 
 
 
.body-container .hs-menu-wrapper.hs-menu-flow-vertical {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    background-color: #fff;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
    color: #0e034f;
	white-space: normal !important;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid #96c0e6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:hover {
    color: #0e034f;
    background-color: #96c0e6;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {
	background-color: #fff;
	min-width: 200px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a {
    color: #0e034f;
	white-space: normal !important;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid #96c0e6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a:hover {
    color: #0e034f;
    background-color: #96c0e6;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul li a {
    padding-left: 20px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul li a {
    padding-left: 30px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul ul li a {
    padding-left: 40px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul ul ul li a {
    padding-left: 50px;
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul ul ul ul ul ul li a {
    padding-left: 60px;
}

@media (min-width: 768px) {
	.body-container .sidebar.right .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
		right: 100%;
		left: auto;
	}
}
@media (max-width: 767px) {
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {
		border: 0;
		background-color: transparent;
		min-width: 0;
		-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
	-o-border-radius: 0;
    border-radius: 0;;
		-webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
	-o-box-shadow: none;
    box-shadow: none;;
	}
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul li a {
        padding-left: 20px;
	}
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul li a {
        padding-left: 30px;
	}
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul ul li a {
        padding-left: 40px;
	}
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul ul ul li a {
        padding-left: 50px;
	}
	.body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul ul ul ul ul li a {
        padding-left: 60px;
	}
}


























/*========================================  
        Footer Styling
========================================*/          

.footer-container-wrapper {}
.footer-container {}

.footer-container:before {
    content: "";
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    background: #96c0e6;
    height: 10px;
    display: block;
}

/* Footer - Top */
.footer-container #custom_footer-top {
    padding-bottom: 100px;
}

/* Footer - Bottom */
.footer-container #custom_footer-bottom {
    color: #fff;
    background: #10195b;
    font-size: .8em;
    padding: 15px 0;
}
.footer-container #custom_footer-bottom a {
    color: #fff;
}

/* Footer - Get in Touch */
.footer-container #custom_get-in-touch {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-container #custom_get-in-touch a {
    font-weight: bold;
	font-size: 2.4em;
}
.footer-container #custom_get-in-touch a span {
    font-size: 1.4em;
}

/* Footer - Social */
.footer-container ul.social {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;
}
.footer-container ul.social li {
    display: inline-block;
	margin: 0 10px;
}
.footer-container #custom_get-in-touch ul.social li a,
.footer-container ul.social li a {
    font-size: 36px;
}
@media (min-width: 768px) {
    .footer-container ul.social li {
        margin: 0 30px;
    }
}

/* Footer - Logos */
.footer-container ul.logos {
    margin: 40px 0;
    padding: 0;
    list-style: none;
}
.footer-container ul.logos li {
    display: inline-block;
	margin: 0 10px;
}
.footer-container ul.logos li img {
    max-width: none;
    height: 50px;
}
@media (min-width: 768px) {
    .footer-container ul.logos li {
        margin: 0 30px;
    }
    .footer-container ul.logos li img {
        height: 105px;
    }
}

/* Footer - City Scape */
.footer-container #cityscape {
    height: 240px;
    background: transparent url(//cdn2.hubspot.net/hubfs/2810284/HawkTraining_Mar2017/layout/bkg-cityscape.png) repeat-x;
}

/* Footer - Horizontal Menu */
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal{}
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
    font-size: .9em;
}
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    float: left;
	width: 43.6%;
    margin: 0 3.2%;
    min-height: 260px;
}
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    padding-left: 30px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #0e034f;
}
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover {}
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul {}
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul ul {}
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li {
    padding-left: 30px;
    margin: 5px 0;
}
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li a {
    width: auto;
    display: inline;
    color: #0e034f;
}
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li a:hover {
    color: #23527c;
}

.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > a {}
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > a:before {
    font-family: "hawk" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\66";
    float: left;
	font-size: 1.2em;
    margin-left: -30px;
    margin-top: 1px;
}
.footer-links a {
  color: #0e034f;
}
.footer-links :hover {
  color: #23527c;
}
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children:nth-child(2) > a:before {color: #96c0e6;}
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children:nth-child(3) > a:before {color: #3cc8b6;}
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children:nth-child(4) > a:before {color: #eba33d;}
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children:nth-child(5) > a:before {color: #f51cb5;}

.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(2) > ul li a:hover {color: #96c0e6;}
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(3) > ul li a:hover {color: #3cc8b6;}
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(4) > ul li a:hover {color: #eba33d;}
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(5) > ul li a:hover {color: #f51cb5;}

.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-last-child(2),
.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child {min-height: 110px;}

.footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(2n+1) {clear: left;}

@media (min-width: 992px) {
    .footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
        width: 26.93%;
		margin: 0 3.2%;
    }
    .footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(2n+1) {clear: none;}
    .footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(3n+1) {clear: left;}
}
@media (min-width: 1400px) {
    .footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
        width: 13.6%;
		margin: 0 3.2%;
    }
    .footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(2n+1) {clear: none;}
    .footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(3n+1) {clear: none;}
    .footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(5n+1) {clear: left;}
}

.table-programme {
    display: table-cell;
    table-layout: fixed;
}
.table-programme tr {
}
.table-programme td {
    text-align: center;
}

@media (max-width: 767px) {
    .footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
        margin-bottom: 10px;
    }
}
























/***************************Hero Style************************************/

.news-blog-banner{
    padding:150px 0px 100px;
}

.overlay.news-blog-banner:before {
    background: rgba(0, 0, 0, 0.40);
}



/*Toggle*/

.subnav{
    width: 100%;
    background: #eaeaea;
    border-bottom: 1px solid #d7d5d5;
    z-index: 10;
    text-align: center;
    padding: 25px 0px 25px;
}

.subnav h2{
    display: inline-block;
    margin: 0px;
    font-size: 25px;
    text-transform: initial;
    font-weight: 600;
}


.click-me.styleno1 {
    padding: 0px 0px 0px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-transform: initial;
    vertical-align: middle;
    cursor: pointer;
}


.click-me{
    text-align:left;
    padding: 25px 0 25px;
    padding: 10px 20px;
   
}

.close-button img{
    width:40px;
}

.click-me .fa{
    cursor: pointer;
    font-size: 35px;
    color: #131e42;
    display: inline-block;
    position:relative;
    top: 5px;
}

.blog-sec-body{
    padding-top:55px;
}

@media(min-width:768px){
.news-post-topic{
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.blog-sub-form{
    border-right: 1px solid rgba(255,255,255,0.5);
    padding-right: 30px;
}
}

@media(max-width:767px){
    
    .click-me.styleno1{
        font-size:14px;
    }
    
}

/* ==========================================================================
 
                                Blog-Style                            
 
   ========================================================================== */
   

/**/


.overlay{
    position:relative;
    z-index:1;
}

.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(23,23,23,1);
    background: -moz-linear-gradient(45deg, rgba(23,23,23,1) 0%, rgba(109,0,25,0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(23,23,23,1)), color-stop(100%, rgba(109,0,25,0)));
    background: -webkit-linear-gradient(45deg, rgba(23,23,23,1) 0%, rgba(109,0,25,0) 100%);
    background: -o-linear-gradient(45deg, rgba(23,23,23,1) 0%, rgba(109,0,25,0) 100%);
    background: -ms-linear-gradient(45deg, rgba(23,23,23,1) 0%, rgba(109,0,25,0) 100%);
    background: linear-gradient(45deg, rgba(23,23,23,1) 0%, rgba(109,0,25,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#6d0019', GradientType=1 );
    z-index: -1;
}


.align-center {
    text-align:center;
}


.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
    color:#fff;
}


 .section-padding {
    padding: 100px 0;
}


   
   
.hs-featured-image {
   float:none;
   margin:0px 0px 0px 0px;
   max-width:100%;
   padding-right:0px;
   height:240px;
   width: 100%;
   display: block;
   background-size: cover!important;
   background-position: center center!important;
   position:relative;
}

.hs-featured-image:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    //background-image: linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0, 0, 0, 0.6));
}

.news-post-header{
    position:relative;
    padding-bottom:7px;
}

.news-post-item h2{
    margin-top:5px;
    margin-bottom:0px;
    padding-bottom:0px;
    display: inline-block;
   
}

.news-post-item h2 a{
    line-height: 1.5;
    display: -webkit-box;
    font-size:18px;
    font-weight:600;
    color: #131e42;
}

.news-post-item h2 a:hover,
.row-fluid .news-post-listing .news-post-item:hover h2 a{
    color:#131e42;
}


.news-pubdate {
    width: 100%;
    height: 40px;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.67);
    box-shadow: 0px 0px 9px 0 rgba(0, 0, 0, 0.31);
    padding-top: 10px;
    position: absolute;
    top: -40px;
    z-index: 10;
    text-align: left;
    left: 0px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

span.day {
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
}

span.month,span.year {
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

@media(min-width:768px){

.news-post-listing{
    display: block;
    margin: 0 -25px 0 0;
    padding: 0;
    //overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}



.row-fluid .news-post-listing .news-post-item {
    border: solid 1px #e4e4e3;
    float: left;
    width: 30.833%;
    display: block;
    box-sizing: border-box;
    margin: 0 2.5% 25px 0;
    list-style: none;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    transition: all ease-in-out .4s;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    position:relative;
   
}

}


.row-fluid .news-post-item {
    border: solid 1px #e4e4e3;
    float: left;
    width:100%;
    display: block;
    box-sizing: border-box;
    margin: 0 0px 25px 0;
    box-sizing: border-box;
    transition: all ease-in-out .4s;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    position:relative;
   
}

.hs-featured-image{
     transition: all 5s cubic-bezier(0.5,0.51,1,1);
    -webkit-transition: all 10s cubic-bezier(0.5,0.51,1,1);
}
    
.news-post-item:hover .hs-featured-image{
    transform: scale(1.3);
    
}   

.row-fluid .news-post-listing .news-post-item:hover{
    border-color:#131e42;
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.26);
    
}

.news-post-body {
    padding: 25px 15px 50px;
    position: relative;
}

.news-post-item .bottom-part{
    display:inline-block;
    width: 100%;
    padding: 20px 0 10px;
    border-top: 1px solid #e4e4e3;
    margin-top:10px;
}

.news-post-item .hs-author-avatar{
    display: block;
    max-width:40px;
    float: left;
}

.author-module {
    position: absolute;
    bottom: 25px;
    padding: 20px 15px;
    width: 100%;
    box-sizing: border-box;
}

.author-module a.author-link, .author-module {
    font-size: 14px;
    font-weight: 600;
    color: #eba33d;
    line-height: 1.4;
    display: inline-block;
    max-height: 28px;
    transition: color .15s;
}
    
.authorname {
    position: relative;
    top: 5px;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    padding-left: 15px;
    letter-spacing: .75px;
    text-transform: uppercase;
}


.author-box{
    position: absolute;
    bottom: 0px;
}

.social-shares{
    overflow: hidden;
    display: block;
    text-align: center;
}

.social-shares .fa{
    font-size: 20px;
    padding: 0px 8px;
    border-radius: 50%;
    height: 20px;
    display: inline-block;
    
}

.social-shares .fa:hover{color:#131e42;}

.s-title{
    display: block;
    font-size: 11px;
    font-weight:700;
    padding-bottom: 7px;
    text-transform: uppercase;
   
}
    
.news-post-item .hs-author-avatar img{
    border-radius:50%;
} 

.hs-featured-image-wrapper{
    position:relative;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}

.hs-featured-image-wrapper .topic-list a:first-child + a{
    display: inline-block;
    color: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 7px 10px;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 600;
   
}

.hs-featured-image-wrapper .topic-link{display:none;}

.news-post-body p{
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    
}

.news-post-topic  ul{
  list-style:none;
  padding:0px;
  margin:0px;
}

.news-post-topic  ul li{
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    margin-left: 0px;
}

.news-post-topic  ul li a{
  font-weight: 400;
  color:#fff;
  letter-spacing:.5px;
  font-size:12px;
  border: 1px solid #ffffff;
  padding:7px 20px;
  display: block;
  text-transform:uppercase;
 
}

.recents-news-post ul{
  list-style:none;
  padding:0px;
  margin:0px;
}

.recents-news-post ul li{position:relative;padding-left:25px}

.recents-news-post ul li:before{
    content: "\f00c";
    position: absolute;
    left:0px;
    top:0px;
    font-family: "FontAwesome";
    width:18px;
    height:18px;
    color: #131e42;
    font-size: 15px;
    
}

.recents-news-post ul li a{
    color:#ffffff;
    
    font-size:15px;
    
}

.top-section-blog{
    //padding-top:50px;
    //background:url("//cdn2.hubspot.net/hubfs/459002/brickwall.png") repeat;
    //padding-bottom: 20px;
    //transform: translate(0,0);
    //transition: transform .4s ease-in,opacity .3s ease-in;
}

.top-section-blog::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}

.top-section-blog h3{
    font-size: 24px;
    margin-top: 0px;
    color:#fff;
    font-weight: 400;
    text-align:left;
    
}


.top-section-blog form input[type="email"]{
    height:50px;
    padding-left:15px;
    margin-bottom:20px;
    font-size:15px;
    border:1px solid #e7e7e7;
}

.top-section-blog form input[type="email"]:focus{
    outline:none;
}

.top-section-blog form label{display:none;}

.top-section-blog form ul.hs-error-msgs.inputs-list{
    margin:0px;
    border:2px solid #131e42;
    list-style-type:none;
    width:100%;
    position: absolute;
    top: 49px;
}

.top-section-blog .hs_email.field.hs-form-field{position:relative;overflow:hidden;}

.top-section-blog form input[type="submit"]{
    border: none;
    padding: 10px 20px;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    background:#000;
    color: #fff;
    cursor: pointer;
    height:50px;
    -webkit-appearance:none;
    font-size: 16px;
    text-transform: uppercase;}
    
  
    
/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   color: #555;
   opacity: 1;
   font-size:15px;
   font-style:italic;
   }
:-moz-placeholder { /* Firefox 18- */
   color: #555;
   opacity: 1;
   font-size:15px;
   font-style:italic;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #555;
   opacity: 1;
   font-size:15px;
   font-style:italic;
}
:-ms-input-placeholder { /* IE10 */
   color: #555;
   opacity: 1;
   font-size:15px;
   font-style:italic;

}


/*Blog news-post page Fadding Effects*/

body.hs-blog-post .body-container-wrapper {
animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}



.section.news-post-header h2,.section.news-post-header h2 a{
    font-size:40px;
    line-height:50px;
    font-weight:400;
  
    text-align:center;
    margin-top:0px;
   
}


.hot-post-header.have-featured-image {
    background-size: cover;
    background-position: center;
    padding:150px 0px;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align:center;
    position:relative;
    z-index:1;
}

.hot-post-header:before{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    //background: linear-gradient(45deg,rgba(0, 143, 250, 0.78),rgba(19, 98, 155, 0.9));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:-1;
}

span.blog-listing-item-container {
    display: block;
    max-width: 770px;
    margin: 0 auto;
}

h1.blog-post-title {
    margin: 0px;
}
    
    
.hs-blog-post .widget-span.widget-type-cell.blog-content{
    margin:0 auto;
    float:none;
    max-width:840px;
    padding:0px 20px;
    position: relative;
    z-index: 1;
}   

.hs-blog-post .section.news-post-body{padding-top:50px;}

.hs-blog-post .section.news-post-body p,
.hs-blog-post .section.news-post-body{
    font-size:18px;
    line-height:30px;
   }
    
.hs-blog-post .section.news-post-body h3,
.hs-blog-post .section.news-post-body h2{
    font-size:34px;
    line-height:40px;
    text-align:left;
    font-weight:400;
    }   
    
.hs-blog-post .section.news-post-body ul{
  list-style:none;
  padding:0px;
  margin: 25px 0px;
}

.hs-blog-post .section.news-post-body ul li{
  position:relative;
  padding-left:25px;
  padding-bottom:5px;
  margin-left:0px;
}

.hs-blog-post .section.news-post-body ul li:before{
    content:"\f00c";
    position:absolute;
    left:0px;
    top:0px;
    font-family: "FontAwesome";
    width:18px;
    height:18px;
    font-size: 15px;
    
}
   


.hs-blog-post .section.news-post-body img{//display:none;
    margin-top:20px;
    margin-bottom:20px;
}

.hs-blog-post #blog-sec-body{
    padding:75px 0px;
    position:relative;
    
    }
    
.news-post-share{
   position: relative;
    top: -27px;
    left: 10px;
}

  .news-post-share ul{
list-style:none;
  padding:0px;
  margin:0px;}
 
  .news-post-share li{
    display:block;
    width:40px;
    height:40px;
    text-align: center;
    vertical-align: middle;
    margin-left:0px;
}

.news-post-share li a {
    color: #3cc8b6;
}

.news-post-share li a:hover,.news-post-share li:hover .fa{color:#131e42;}

.news-post-share li .fa{
    font-size:24px;
    
    vertical-align: middle;}


.news-post-share {
    position: absolute;
    top: 30px;
    left: -60px;
    float: left;
    height: 100%;
}


/*Author-Style*/


.author-post-details{
    overflow:hidden;
}

span.author-avatar {
    width: 65px;
    height: 65px;
    display: block;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 100%;
    margin-left:30px;
    float: left;
    border: 3px solid #3cc8b6;
}

span.authorname-details {
    padding-top:18px;
    display: block;
    margin-left: 20px;
    float: left;
    font-size: 14px;
}

a.topic-link {
    font-size: 12px;
    font-weight: 700;
    color: #b1b1b1;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'latoregular', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
}

span.min-read {
    font-size: 12px;
    font-weight: 700;
    color: #b1b1b1;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'latoregular', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
}


.for-topic-text{
    color:#03799a;
    font-size:16px;
}

.more-link{
  float: none;
  text-align: center;
  padding: 8px 0px;
  display: inline-block;
  background: #131e42;
  color: #fff;
  font-weight: 600;
  margin: 20px auto 0px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  
}

.news-post-date{
    font-size: 12px;
    color: #fff;
    z-index: 1;
    position: relative;
    font-weight: 700;
    background-color:#131e42;
    padding: 10px 10px;
    display: inline-block;
    
    text-transform: uppercase;
    
}

.news-post-date .fa{font-size:15px;}




/*Recent news-posts*/

.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
width: 70%;
padding-right:10px;
line-height: 20px;
font-size: 12px;
}

.popular ul li a:hover,.hs-rss-item-text a:hover{color: #8cc647;}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {width: 30%;}

.hs-rss-byline{opacity: 1;font-size: 10px;color: #03799a;text-transform: capitalize;font-weight:bold;}

.popular ul{list-style:none;padding-left:0px;}

.popular ul li{line-height: 20px;
padding-bottom: 10px;
position: relative;
padding-left: 30px;}

.popular ul li:before,.popular ul li:before {
content: "\f00c";
position: absolute;
left: 5px;
top: 2px;
font-family: "FontAwesome";
width: 16px;
height: 16px;
color: #8cc647;
}


.popular ul li a{font-size:14px;}

/**/


.blog-subscription{background: #f2f3f4;padding: 10px;border-top:3px solid #8cc647;padding-bottom:30px;}

.blog-subscription label,.blog-subscription .hs-form-required{display:none;}

.blog-subscription input[type="email"]{text-align: left!important;
min-height: 36px;
border: 1px solid #ccc;}

.blog-subscription .hs-button{border: none;
padding: 10px 20px;
text-align: center;
display: block;
width: 100%;
margin-top: 5px;
font-weight: bold;
background: #;
background: #34495e;
color: #fff;
cursor:pointer;}

.hs-button:hover{background:#0F2030;}


#comment-form{
  padding-top:15px;
  padding-bottom:0px;
  padding-left: 15px;
  padding-right: 15px;
 }
 
#comment-form .hs-form-field {
    position: relative;
} 

#comment-form ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
    margin:0px;
}

#comment-form ul.hs-error-msgs.inputs-list label {
    font-size: 13px;
    color: red;
    font-weight: 600;
    letter-spacing: .25px;
}

#comment-form input[type="email"],
#comment-form input[type="text"]{
    text-align: left!important;
    min-height:50px;
    border:1px solid #ccc;
    border-radius:0px;
    font-size:16px;
    width:100%;
    margin-bottom:20px;
    padding-left:16px;
    box-sizing: border-box;
    max-width: 100%;
    box-shadow: none;
 }
 

#comment-form .hs-form fieldset{max-width:100%;} 

#comment-form textarea{
    padding-top:15px;    
    padding-left:16px;
    border-radius:0px;
    text-align: left!important;
    min-height:120px;
    border: 1px solid #ccc;
    width:100%;
    font-size:16px;
    box-sizing: border-box;
    max-width: 100%;
    box-shadow: none;
 }

#comment-form .hs-form-booleancheckbox input{min-height:10px;}

#comment-form .hs-button{
    border: none;
    cursor: pointer;
    float: none;
    text-align: center;
    padding: 16px 0;
    display: inline-block;
    background: #131e42;
    color: #fff;
    font-weight: 600;
    margin:0px auto 0;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    -webkit-appearance: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out;
}




#hubspot-topic_data{
    border-top: 1px solid #e1e3e4;
    border-bottom: 1px solid #e1e3e4;
    padding: 10px 0;}


/*Pagination-Style*/


.previous-news-posts-link {
    font-size: 30px;
    
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    position: fixed;
    left:0px;
    top: 65%;
    -webkit-appearance: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.next-news-posts-link {
    font-size: 30px;
    background:#131e42;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    position: fixed;
    right: 0px;
    top: 65%;
    -webkit-appearance: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    
}




.news-post-pagination{}

.prev-news-post a {
    position:fixed;
    font-weight: 700;
    left: 0;
    top:65%;
    color: #ffffff;
    background-color:#131e42;
    padding: 15px 20px 10px;
    font-size: 12px;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    

}



.prev-news-post .fa{
  padding-right: 7px;
  font-size: 40px;
  padding-top: 0;
  position: relative;
  top: -4px;
  vertical-align: middle;
}

.next-news-post a{
  position:fixed; 
  font-weight: 700;
  right:0px;
  top:65%;
  color: #ffffff;
  background-color:#131e42;
  padding: 15px 20px 10px;
  font-size: 12px;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  
}

.next-news-post .fa{
  padding-left:7px;
  font-size: 40px;
  padding-top: 0;
  position: relative;
  top: -4px;
  vertical-align: middle;
}


.news-post-by-date{
  padding: 20px 0px;
  font-size: 14px;
  
  text-align: center;
  margin-top: 0;
  
  font-weight: 700;
  text-transform: uppercase; 
  letter-spacing: 1px;
 }

.news-post-by-date .fa{
    color:#131e42;
    font-size:20px;
}

.hs-author-avatar{
    text-align:center;
}

.hs-blog-post .hs-author-avatar img{
    border-radius:50%;
    border:4px solid #cccccc;
}

.hs-blog-post .hs-author-avatar a{
    display: inline-block;
}

body.hs-blog-post .blog-author-section{
    display:none;
}

body.hs-blog-listing .blog-author-section{
    display:none;
}

body.hs-blog-listing.author-body .blog-author-section{
    display:block;
    background-color:#a2e8df;
    padding:75px 0px;

}
    
body.hs-blog-listing.author-body .news-post-item .bottom-part,
body.hs-blog-listing.author-body .news-post-body{
}    

body.hs-blog-listing.author-body .hs-author-profile{text-align:center;}

body.hs-blog-listing.author-body .hs-author-avatar img{
    max-width:100px;
    border-radius:50%;
}

body.hs-blog-listing.author-body h2.hs-author-name{
    font-size:25px;
    color:#0e034f;
    
    }
    
body.hs-blog-listing.author-body .hs-author-social-links{padding-bottom:15px;}    

body.hs-blog-listing.author-body .hs-author-bio{
    max-width:770px;
    margin:0 auto;
    float:none;
    color:#0e034f;
    font-size:16px;
    line-height:25px;
    
}


body.hs-blog-listing.author-body .hs-author-social-links a.hs-author-social-link{
    background-image:none;
    width: 30px;
    height: 30px;
    border-width: 0;
    border: 0;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: 0px;
    font-size: 20px;
    color: #0e034f;}
    
body.hs-blog-listing.author-body .hs-author-social-links a.hs-author-social-link:hover{color:#131e42;}    


/* ==========================================================================
   Responsive-Style
   ========================================================================== */
   
   
   
   
  @media(max-width:1024px) and (min-width:768px){
      
    .news-post-item ,.news-post-listing-simple{width:50%} 
    
    .next-news-post a,.prev-news-post a,.next-news-posts-link,.previous-news-posts-link{font-size:0px;z-index:3;}
    

}


@media(max-width:767px){
     
body .header-container-wrapper .hs-menu-wrapper{
    display:none;
}

.row-fluid .news-post-share{
    display:none;
}

.recents-news-post ul li {
    padding-bottom:10px;
}

.news-post-item ,
.news-post-listing-simple{
    width:100%;
    padding-right:0px;
    margin:0px;
}

.news-post-item .hs-author-avatar{
    max-width:35px;
}

.authorname{
    font-size:11px;
    top:8px;
}

.span3.pop-news-post-image {
    float: left;
    width: 50px;
    margin-right: 15px;
}

.span9.pop-news-post-title {
    float: left;
    width: 70%;
}

.span9.pop-news-post-title a {
    font-size: 14px;
}


.news-post-listing{
    margin:0px;
}

.section.news-post-body{
    padding:0px;
}

.row-fluid blockquote{
  padding-left:15px; 
  margin: 30px 0;
}

.widget-type-blog_subscribe,
.recents-news-post{padding-top:40px;}

.section.news-post-header h2, .section.news-post-header h2 a {
font-size: 30px;
line-height: 40px;}

.next-news-post a,.prev-news-post a,.next-news-posts-link,.previous-news-posts-link{font-size:0px;z-index:3;padding: 10px 10px 5px;}

.next-news-post a .fa,.prev-news-post a .fa,.next-news-posts-link .fa,.previous-news-posts-link.fa{font-size:16px;top: -3px;}

#comment-form {
padding-top:0px;
padding-bottom: 0;
padding-left:0px;
padding-right:0px;
}

.hs-blog-post #comment-form div.input{margin-right:0px;}

.hs-blog-post .section.news-post-body h3, .hs-blog-post .section.news-post-body h2{
    font-size:24px;
    line-height:32px;
    
}



.span3.pop-news-post-image{
    width: 23.404255317%;
}    
    
    
}
   
   
@media(max-width:767px){

.header-container .hs_cos_wrapper_type_logo a img{
    max-width: 175px;
    padding-top: 10px;
    padding-left: 15px;
}

.header-container-wrapper{
    position:relative;
    box-shadow:none;
    border-bottom: 1px solid #e2e2e3;
}

.header-container.container-fluid .wrapper{
    padding-right:0px;
    padding-left:0px;
}

.row-fluid .subnav{
    position:relative;
    width:100%;
    top:0px;
}

.body-container-wrapper {
    padding-top:0px;
}

.row-fluid .breadcrumb-section{
    display:none;
    visibility:hidden;
}

.blog-section{
    padding-top:15px;
    padding-right:0px;
}

.blog-content{
    padding-right:0px;
}

.news-post-body .hs-featured-image{
    float:none;
    width:100%;
    margin:0 auto 30px;
    max-width:100%;
}

.section.news-post-header h2 {
    font-size: 25px;
    line-height: 32px;
}

.hs-blog-post .section.news-post-body img:first-child {
    margin-bottom: 0px;
}

}




.hamburger-menu .click-me .fa{
    
}

body.hamburger-menu .row-fluid .pth-header{
    z-index:0;
}

.hamburger-menu .row-fluid .top-section-blog{
    visibility: visible;
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.row-fluid .top-section-blog{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #131e42;
    background-image: linear-gradient(180deg,#f07155,#ff8f59);
    padding-top:100px;
    visibility: hidden;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.5s,visibility 0.5s;
    transition: transform 0.5s,visibility 0.5s;
    z-index:99;
}


.row-fluid .hamburger-menu .click-me{
    
}

.subnav .click-me{
    padding-top:0px;
}


.close-button.click-me {
    position: absolute;
    top: 90px;
    right: 30px;
    max-width: 30px;
    padding: 0px;
    cursor: pointer;
}


/*Sidebar*/

.pop-news-post-image{
    
}

.pop-news-post-item {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.46);
    margin-bottom: 15px;
}

.pop-news-post-item:last-child{
    border-bottom:none;
    margin-bottom:0;
}

.span3.pop-news-post-image {
    max-width:100px;
    float:left;
    background-size: cover !important;
    display: block;
    background-position: top center !important;
    height: 75px;
    
}

.pop-news-post-title a{
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
    padding-left:0px;
    color:#ffffff;
}

.pop-news-post-date {
    font-size: 11px;
    color: #fff;
    text-align: left;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5px;
}


blockquote {
    border-left: 5px solid #131e42;
    margin: 50px 0px;
    padding-left: 30px;
}


.author-body .author-box{
    display:none;
}


@media(min-width:768px){
    
.make-equal-height > .row-fluid-wrapper >.row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    
}
    
}


.hs-blog-listing .blog-sec-body {
    padding-top: 70px;
    padding-bottom:70px;
}


.comment-section .row-fluid .widget-type-cell.wrapper-wrapped {
    max-width: 770px;
    margin: 0 auto;
    float: none;
}

.comment-section h3{
    font-size:30px;   
}

.hs-blog-post .row-fluid .post-footer {
    padding:0px;
    background:transparent;
    border:0;
    margin-top:0;
}

.comment-section{
    position:relative;
}

.comment-section:before {
    content: "";
    position: absolute;
    display: block;
    width: 38px;
    height: 38px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -19px;
}

.post-title-related{
    line-height: 1.5;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 400;
    color: #131e42;
    margin: 0px 0px 5px;
}

.main-list .post-body {
    padding: 20px 20px;
}

.related-post .post-item.span4 {
    padding-right: 0px;
    border: solid 1px #e4e4e3;
    margin-bottom: 25px;
    transition: all .3s ease-in-out;
    background: #ffffff;
    position: relative;
    border-radius: 5px 5px 5px 5px;
}

.related-post .post-item.span4:hover{
    border-color: #131e42;
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.26);
}

.main-list.post-item-inner p{
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

h3.related-post-title {
    margin: 0px auto 40px;
    max-width: 600px;
    font-size:30px;
}

.main-list.post-item-inner a.read-more-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.section.news-post-body p:first-child::first-letter {
    font-size: 60px;
    color:#131e42;
    font-weight: bold;
    padding-right: 10px;
    line-height: 100%;
    float: left;
}


    
 .span12.widget-span.widget-type-cell.subscribe-card.news-post-item {
    //background-color: #007fe4;
    background: linear-gradient(180deg,#f19961 0,#f97a67);
 }
    


.subscribe-card .news-post-item-inner {
   padding: 20px 20px 20px;
}

body .subscribe-card h3.form-title {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    color:#ffffff;
}

body .widget-type-blog_subscribe form {
    position: relative;
    min-height: 70px;
}

.span12.widget-span.widget-type-blog_subscribe {
    min-height: 70px!important;
}

li.shareTrigger, li.shareTrigger:hover .fa {
    color: #000;
}


.footer-cta-section.overlay:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: -1;
}

.footer-cta-section .hs_cos_wrapper.form-title {
    display: none;
}

body .footer-cta-section .widget-type-blog_subscribe form input[type="email"]{
    margin-bottom:10px;
}

.footer-cta-section .row-fluid form .field>label{
    display:none;
}

.footer-cta-section .row-fluid [class*="span"].wrapper{
    max-width:770px;
}


.footer-cta-section p{
    font-size:18px;
}

body .footer-cta-section .row-fluid form .hs-button.primary ,
body .container-fluid .footer-cta-section .row-fluid form .hs-button.primary {
    height: auto;
    margin-top: 0px;
    margin: 0px;
    padding: 14px 50px;
    cursor: pointer;
    background: #222;
    border: 1px solid #222;
    color: #fff;
    border-radius: 0px;
    width: auto;
    position: static;
    font-weight: 400;
    height: 50px;
    font-size: 14px;
    letter-spacing: 1px;
}

body .container-fluid .footer-cta-section .row-fluid form .hs-button.primary:hover,
body .footer-cta-section .row-fluid form .hs-button.primary:hover {
    background-color: #ffffff;
    border-color: #fff;
    color: #222;
}

.footer-cta-section .hs_email.field.hs-form-field {
    width: 70%;
    float: left;
}

.footer-cta-section .widget-type-blog_subscribe{
    padding-top:30px;
}

@media(max-width:767px){
.row-fluid .footer-cta-section .hs_email.field.hs-form-field {
    width: 100%;
    float: none;
}
.container-fluid .row-fluid .wrapper{
    box-sizing: border-box;
}

.comment-section .row-fluid .widget-type-cell.wrapper-wrapped,.header-container.container-fluid .wrapper{
    padding: 0px 20px;
}

.hs-blog-post .widget-span.widget-type-cell.blog-content{
    padding: 0px 0px;
}

}

.hs-author-profile .hs-author-avatar {
    width: 90px;
    max-width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 5px solid #e7e7e7;
    background-size: cover;
    background-position: top center;
}






.blog-subscription-bar h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 12px;
    color: #fff;
    letter-spacing: .5px;
    line-height: 25px
}

.blog-subscription-bar .hs_cos_wrapper.form-title {
    display: none
}

body .widget-type-blog_subscribe form input[type="email"] {
    border: 1px solid #eee;
    height: 50px;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 15px;
    padding-left: 15px;
    padding-right:110px;
}

body .widget-type-blog_subscribe form {
    position: relative
}

body .container-fluid .row-fluid .widget-type-blog_subscribe form label {
    display: none
}

body .container-fluid .row-fluid .widget-type-blog_subscribe form input[type="submit"] {
    background: #333;
    border: 2px solid #fff;
    border-radius: 0;
    height: 50px;
    width: 105px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: .25px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    text-align: center;
    -webkit-appearance: none;
    font-size: 15px;
    margin: 0
}

.hs-form-field {
    position: relative
}

ul.hs-error-msgs.inputs-list {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.hs-error-msgs.inputs-list label {
    font-size: 10px;
    color: red;
    display: inline-block
}

.blog-subscription-bar {
    background: #2b2b2b;
    padding: 15px 0
}

.section.post-body blockquote {
    padding-top: 40px;
    padding-bottom: 40px;
    border-left-width: 5px;
    margin: 50px 0
}


/****************************** Infinite Scroll Style *******************************/


.ias-trigger.ias-trigger-next,.ias-spinner {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}

.ias-trigger.ias-trigger-next a {
    color: #131e42;
    border: 1px solid #131e42;
    border-radius: 2px;
    display: inline-block;
    padding: 15px 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'latoregular', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    transition: all .4s ease;
}


.ias-trigger.ias-trigger-next a:hover{
    background:#131e42;
    color:#ffffff
}


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
   
@media (max-width: 1919px) {
    .header-container .hs_cos_wrapper_type_logo {margin-left: -15px;}
    .header-container .custom_search-desktop {display: none;}
    .header-container #mobile-search-trigger,
    .header-container .custom_search-mobile {display: block;}
    .header-container .custom_phone a.icon-call-phone {left: -70px;}
    .header-container .row-fluid #custom_col.menu-col {
        float: left;
        width: 100%;
    }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .header-container #mobile-search-trigger {
        width: 50px;
        height: 50px;
        line-height: 60px;
        font-size: 30px;
    }
    .header-container .custom_phone a.icon-call-phone {left: -50px;}
    .header-container .custom_search-mobile .hs-search-module {top: 50px;}
    .footer-container .custom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
        margin-bottom: 10px;
    }
}




























