/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


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

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i');
@import url('//fonts.googleapis.com/css?family=Tenor+Sans');

@font-face {
    font-family: "entypo-fontello";
    font-style: normal;
    font-weight: 400;
    src:url("//4307101.fs1.hubspotusercontent-na1.net/hubfs/4307101/DonohueO-ConnellRiley/Images/entypo-fontello.ttf") format("ttf"),
    url("//4307101.fs1.hubspotusercontent-na1.net/hubfs/4307101/DonohueO-ConnellRiley/Images/entypo-fontello.woff") format("woff");
}

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


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

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight:400;
  Line-height:23px;
  color: #2c3259;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1310px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #333359;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333359;
  text-shadow: none;
}


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

/* Basic text */
p {} 
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 {
    font-family: 'Tenor Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
      color: #2c3259;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 34px;
    line-height: 1.1em;
    margin-bottom: 14px;
    margin-top:0px;
}

h2 {
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 20px;
}

h3 {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
h4 {
    font-size: 18px;
    line-height: 1.1em;
    margin-bottom: 4px; 
}
h5 {
   font-size: 15px;
    line-height: 1.1em;
    margin-bottom: 10px;
}
h6 {
    font-size: 14px;
    line-height: 1.1em;
}

/* Anchor Links */
a { 
   color: #2c3259;
  text-decoration:none;
}
a:hover, a:focus { 
  outline: 0;
  text-decoration: underline;
}

/* Lists */
ul, ol {
    margin-bottom: 20px;
    margin-left: 17px;
    padding: 0px !important;
    margin-top: 0px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== 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 =============== */


.wrapper .special-heading-inner-border {
    border-color: #2c3259;
    display: block;
    width: 100%;
    margin-left: 15px;
    border-top-style: solid;
    border-top-width: 1px;
    position: relative;
    top: 50%;
    opacity: 0.15;
    filter: alpha(opacity=15);
}
.wrapper .special-heading-border {
    height: 1.9em;
    position: relative;
    overflow: hidden;
}
.wrapper h3 {
    padding: 0;
    margin-top: 0;
    float: left;
    color: #2c3259;
}

.wrapper {
    margin-top: 0;
    width: 100%;
    clear: both;
    display: block;
}

.header-container-wrapper {
    min-height: 147px;
}
.header-container {}

.custom-header .page-center {
    max-width: 96% !important;
    padding: 0 !important;
    width: 100% !important;
}
.custom-header {
    width: 100% !important;
    max-width: 100% !important;
    background: #fff;
    z-index:99;
}

.custom-top-header p {
    margin: 0px;
    line-height: 1em;
    font-size: 11px;
    font-family: "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: right;
    font-weight: 700;
}

.custom-top-header {
    background: #2c3259;
    color: #fff;
    /*padding: 9px 0px 10px;
    min-height: 30px !important;*/
}

.custom-logo {
    width: auto !important;
    padding: 0;
    display: block;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.custom-banner-wrapper .banner-content p {
    padding: 10px 0px;
    margin: 0px;
    font-size: 38px !important;
    font-family: "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 49px;
    background: #000;
    filter: alpha(opacity = 80);
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 0 0 1px 0;
    padding: 10px 15px;
}

.custom-banner-wrapper .banner-content h1 {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 10px 15px 10px 15px;
    z-index: 500;
    color: #fff;
    text-align: left !important;
    z-index: 1;
    margin: 0 0 1px 0;
}

.custom-logo img {
    width: 254px;
}

.custom-contact.col p {
    margin: 0.85em 0 !important;
}

.custom-banner-wrapper .banner-content h1 {
    font-size: 70px;
    color: #fff;
  text-transform:uppercase;
}

.custom-banner {
    max-width: 100% !important;
    background-position: center;
    background-repeat: no-repeat !important;
    display: block !important;
    float: none !important;
    padding: 20% 0px;
    margin-left: 0px !important;
    width: 100% !important;
    background-size: cover;
    background-color: #e1e1e1;
}

.custom-banner img {
    width: 100%;
    display: block;
}



/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {
  padding-top:40px;
  padding-bottom:40px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.custom-bottom-footer .custom-copyright {
    padding-top: 15px;
    padding-bottom: 15px;
}

.custom-bottom-footer {
    background-color: #efbb20;
    color: #ffffff;
    font-size: 11px;
}

.custom-top-footer {
    background-color: #2c3259;
    color: #ffffff;
    padding: 45px 0 60px 0;
}

.custom-top-footer h3 {
    padding: 8px 4px;
    border-color: #dbb03a;
    background-color: #dbb03a;
    color: #ffffff;
    text-align: center;
    margin-top: 0.85em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
    margin-bottom: 8px;
}

.custom-bottom-menu ul li.active a{
    font-weight: 700;
}

.custom-bottom-menu ul li a {
    color: #fff;
    display: block;
    padding: 4px 0px 5px 0;
    text-decoration: none;
    font-family: "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:13px;
}

.custom-bottom-menu ul li a:hover {
    color: #efbb20;
}

.custom-contact a:hover {
    text-decoration: underline;
    color: #efbb20;
}

.hs-rss-item-text a {
    font-style: italic;
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
}

.custom-top-footer .col {
    margin-left: 6%;
    width: 20.5%;
}
.hs-rss-item {
    margin-bottom: 0px !important;
    padding: 7px 0;
    display: block;
    font-size: 0.85em;
    line-height: 1.5em;
    border-top-width: 3px;
    border-top-style: solid;
      border-color: #5b646b;
}
.hs-rss-item:first-child {
    border-top: none;
}

a#back-to-top {
    background-color: #efbb20;
    color: #ffffff;
    border: 1px solid #0a4160;
    position: fixed;
    border-radius: 2px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    opacity: 0;
    right: 50px;
    bottom: 50px;
    z-index: 1030;
    visibility: hidden;
    opacity: 0.7;
    visibility: visible;
    transition: all 0.3s ease-out;
    -webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    z-index:9;
}

a#back-to-top span:before {
    font-family: 'entypo-fontello';
    content: '';
}

a#back-to-top:hover {
    background-color: #f8f8f8;
    color: #2c3259;
    border: 1px solid #e1e1e1;
}

@keyframes avia_pop
{
0% {
    transform: scale(0.8);
}
100% {
    transform: scale(1);
}
}
.hs-rss-byline {
    color: #fff !important;
    opacity: 1;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    display: inline-block;
}

.hs-rss-item-text a:hover{
   text-decoration: underline;
    color: #efbb20;
}

.custom-footer-search input[type="search"], input[type="text"] {
    width: 100%;
    position: relative;
    padding: 11px 47px 11px 5px;
    z-index: 1;
    margin: 0;
    box-shadow: none;
    display: block !important;
    background-color: #404780;
    color: #e1e1e1;
    -webkit-appearance: none;
    border: 1px solid #5b646b;
    outline: none;
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.custom-footer-search input[type="submit"], 
.custom-footer-search input[type="button"], 
.custom-footer-search .hs-button.primary {
    width: 40px;
    height: 100%;
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    margin: 0;
    border-radius: 0;
    font-size: 17px;
    min-width: 40px !important;
    background-color: #ffffff !important;
    color: #2c3259;
    display: inline-block !important;
    box-shadow: none;
    border: none !important;
    transition: all 0.3s ease-out;
    font-family: 'entypo-fontello';
    font-size: 17px;
    cursor:pointer;
}

.custom-footer-search input[type="submit"]:before, 
.custom-footer-search input[type="button"]:before, 
.custom-footer-search .hs-button.primary:before {
    font-family: 'entypo-fontello';
    font-size: 17px;
}

.form-area {
    position: relative !important;
}


.footer-container input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #e1e1e1;opacity: 1;}
.footer-container input:-moz-placeholder, textarea:-moz-placeholder{color: #e1e1e1;opacity: 1;}
.footer-container input::-moz-placeholder, textarea::-moz-placeholder{color: #e1e1e1;opacity: 1;}
.footer-container input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #e1e1e1;opacity: 1;}

.custom-contact a {
    color: #fff;
    text-decoration: none;
}

.custom-footer-search input[type="submit"]:hover, .custom-footer-search input[type="button"]:hover, .custom-footer-search .hs-button.primary:hover {
    background-color: #efbb20;
    color: #2c3259;
    border-color: #cd9900;
    outline: none;
}
.hs-rss-item-text {
    line-height: 18px;
}
.custom-footer-search input[type="submit"]:hover, 
.custom-footer-search input[type="button"]:hover, 
.custom-footer-search .hs-button.primary:hover {
    background-color: #efbb20 !important;
    color: #2c3259;
    border-color: #cd9900;
}

.custom-footer-search input[type="submit"]:focus, 
.custom-footer-search input[type="button"]:focus, 
.custom-footer-search .hs-button.primary:focus {
    outline: none;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */
@media screen and (min-width:991px) {
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    display: inline-block !important;
    float: right !important;
    text-align: right;
    width: 100% !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
     display: inline-block !important;
}
.custom-menu-primary.mobile-menu.visible-phone {
    display: none !important;
}
.custom-menu-primary {
    display: block !important;
    margin-left: 0px !important;
    width: auto !important;
    left: 0px;
    float: right !important;
    line-height: 118px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    content: '';
    width: 1px;
    height: 21px;
    background: #e1e1e1;
    position: absolute;
    top: 48px;
    margin-left: 13px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {
    padding-left: 13px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #2c3259;
    padding-left: 9px;
    padding-right: 9px;
   /* display: inline-block !important;*/
    font-size: 13px;
    font-family: "Tenor Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-weight: 600;
    position: relative !important;

}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a:after {
    content: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
      color: #dbb03a;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 208px;
    z-index: 2;
    padding: 0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    margin-top: -1px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    background-color: #ffffff;
    text-decoration: none;
    color: #2c3259;
    text-align: left;
    width: 100%;
    height: auto;
    /*float: left;*/
    text-align: left;
    line-height: 14px;
    padding: 8px 15px;
    font-size: 14px;
    min-height: 14px;
    max-width: none;
    text-decoration: none;
    font-family: inherit;
    font-weight: 400;
    white-space: normal !important;
    display: block !important;    
    font-family: Tenor Sans;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #dbb03a;
}

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

    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
	

}

@media (max-width:1199px) {
	.custom-bottom-header .page-center .row-fluid {
	display: flex;
	align-items: center;
}
.custom-menu-primary {
	line-height: normal;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a::after {
	top: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	margin: 10px 0;
}

}

@media (min-width:992px) and (max-width:1199px) {
	.custom-bottom-header .center-logo {
	margin-top: 0 !important;
}
}

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

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

@media (max-width: 990px){

  /* 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;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger {
   display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -60px;
    right: 37px;
    height: auto;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    z-index: 9999;
    width: 22px;
    height: 20px;
}
.mobile-menu {
  display: block !important;
}
 
 .desktop-menu{
    display:none !important;
  }
  .mobile-open .mobile-trigger{
     position: fixed;
     top: 56px;
    right:30px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    border-color: transparent;
    opacity:0.8;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
     display: block;
    top: 50%;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
	width: 100%;
    height: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #2c3259;
    position: absolute;
    transition: transform 0.15s ease;
    transition-duration: 0.3s;
  }
  
  .mobile-open .mobile-trigger i {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 119px !important;
  }
  .mobile-open .mobile-trigger i:before {
    top: 0;
    opacity: 1;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out, background-color 0.15s ease;
}
  .mobile-trigger i:before{ 
    top: -6px;
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in, background-color 0.15s ease;
  }
  /* Position top line */
  .mobile-trigger i:after{ 
    bottom: -6px;
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) , background-color 0.15s ease;
  } 
  
  /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
       background: #2c3259; /* Icon color */
  }
  .mobile-open .mobile-trigger i:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.15s ease;
  }

  /* ===== 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: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
  }

  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-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: #000; /* Icon color */
    display: block;
  }
  
  .child-trigger span.av-submenu-indicator:before {
    content: "\E87d";
    font-family: 'entypo-fontello';
  }
  .child-open.child-trigger span.av-submenu-indicator {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
  
   .child-trigger span.av-submenu-indicator {
      display: inline-block;
      padding: 0 10px;
      font-size: 11px;
      opacity: 0.5;
      vertical-align: top;
      float: right;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      position: absolute;
      right: 30px;
      top: 50%;
      margin-top: -9px;
      height: 20px;
      line-height: 20px;
      color: #2c3259;
   }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary{
    position: relative;
  }

  /* Hide menu on mobile */
  .custom-menu-primary .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 .hs-menu-wrapper{
		width: 100%;
    position: fixed;
    top: 0;
    padding: 0;
    right: 0;
    max-width: 100%;
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
    -webkit-transition: all .5s cubic-bezier(0.75,0,0.25,1);
    transition: all .5s cubic-bezier(0.75,0,0.25,1);
    width: 350px !important;
    z-index: 99;
    height: 100vh !important;
    overflow-y: auto !important;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li {
    -webkit-transition: opacity 0.3s ease-out, top 0.3s ease-out, left 0.3s ease-out;
    transition: opacity 0.3s ease-out, top 0.3s ease-out, left 0.3s ease-out;
    -webkit-transform: translate3d(0,0,0);
  }
  .custom-menu-primary {
    width: 100% !important;
    left: 0px;
    margin-left: 0px !important;
}
  .av-burger-overlay-bg {
    cursor: pointer;
    z-index: -1;
    opacity: 0;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 700px;
    vertical-align: middle;
    text-align: center;
    transition: 0.3s ease-in;
    visibility: hidden;
}
  .mobile-open .av-burger-overlay-bg {
   opacity: 0.3;
    cursor: pointer;
    visibility: visible;
    z-index: 3;
}
    

  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: #2c3259;
    padding: 15px 50px;
    display: block !important;
    text-align: left;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #e1e1e1;
    font-family: 'Tenor Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover > a {
    color: #fff;
    opacity: 1;
     background-color: #2c3259;
}
  
  .custom-menu-primary .hs-menu-wrapper>ul li:hover>.child-trigger span.av-submenu-indicator{
    color:#fff;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
    content: '';
    height: 1px;
    background-color: #2c3259;
    position: absolute;
    margin-top: 0;
    opacity: 0.3;
    border: none!important;
    width: 7px;
    top: 23px;
    left: 50px;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 14px;
    font-family: 'Tenor Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    white-space: pre-wrap !important;
    position:relative;
    padding:15px 70px;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  
  .custom-banner {
    padding: 8% 0px 7%;
 }
  
  .banner-main-sec .banner-content .banner-content-main h1
  {
    font-size: 42px;
  }
  .banner-main-sec .banner-content .banner-content-main p
  {
    font-size: 14px !important;
  }
  .banner-main-sec .custom-banner-wrapper .custom-banner 
  {
    height: 340px !important;
  }
  .banner-main-sec .banner-content .banner-content-main {
    padding-top: 35px;
}
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
.body-container-wrapper input[type="text"],
.body-container-wrapper input[type="password"], 
.body-container-wrapper input[type="datetime"], 
.body-container-wrapper input[type="datetime-local"], 
.body-container-wrapper input[type="date"], 
.body-container-wrapper input[type="month"], 
.body-container-wrapper input[type="time"], 
.body-container-wrapper input[type="week"], 
.body-container-wrapper input[type="number"], 
.body-container-wrapper input[type="email"], 
.body-container-wrapper input[type="url"], 
.body-container-wrapper input[type="search"], 
.body-container-wrapper input[type="tel"], 
.body-container-wrapper input[type="color"],
.body-container-wrapper input[type="file"],
.body-container-wrapper textarea,
.body-container-wrapper select { 
   width: 100%;
   background-color: #ffffff;
   border: 1px solid #cccccc;
   -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);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
   -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
   -o-transition: border linear 0.2s, box-shadow linear 0.2s;
   transition: border linear 0.2s, box-shadow linear 0.2s;
   padding: 4px 6px;
   font-size: 14px;
   line-height: 20px;
   color: #555555;
   display: block;
   margin: 10px 0;
   vertical-align: middle;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   max-width: 500px;

}

.body-container-wrapper input[type="text"]:focus,
.body-container-wrapper input[type="password"]:focus, 
.body-container-wrapper input[type="datetime"]:focus, 
.body-container-wrapper input[type="datetime-local"]:focus, 
.body-container-wrapper input[type="date"]:focus, 
.body-container-wrapper input[type="month"]:focus, 
.body-container-wrapper input[type="time"]:focus, 
.body-container-wrapper input[type="week"]:focus, 
.body-container-wrapper input[type="number"]:focus, 
.body-container-wrapper input[type="email"]:focus, 
.body-container-wrapper input[type="url"]:focus, 
.body-container-wrapper input[type="search"]:focus, 
.body-container-wrapper input[type="tel"]:focus, 
.body-container-wrapper input[type="color"]:focus,
.body-container-wrapper input[type="file"]:focus,
.body-container-wrapper textarea:focus,
.body-container-wrapper select:focus {
   border-color: rgba(82, 168, 236, 0.8);
   outline: 0;
   outline: thin dotted \9;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

ul.hs-error-msgs.inputs-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.hs-error-msgs label {
    color: red;
    margin: 3px 0px;
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.body-container-wrapper .hs-button.primary,
.body-container-wrapper input[type="submit"],
.body-container-wrapper input[type="button"] {
  cursor: pointer;
   display: inline-block;
   padding: 4px 12px;
   margin-bottom: 20px !important;
   font-size: 14px;
   margin-top: 5px;
   line-height: 20px;
   color: #333333;
   text-decoration: none;
   text-align: center;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
   vertical-align: middle;
   cursor: pointer;
   background-color: #f5f5f5;
   background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
   background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
   background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
   background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
   background-repeat: repeat-x;
   border: 1px solid #cccccc;
   border-color: #e6e6e6 #e6e6e6 #bfbfbf;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   border-bottom-color: #b3b3b3;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.body-container-wrapper .hs-button.primary:hover,
.body-container-wrapper input[type="submit"]:hover,
.body-container-wrapper input[type="button"]:hover {
    text-decoration: none;
   background-color: #e6e6e6;
   background-position: 0 -15px;
   -webkit-transition: background-position 0.1s linear;
   -moz-transition: background-position 0.1s linear;
   -o-transition: background-position 0.1s linear;
   transition: background-position 0.1s linear;

}

.body-container-wrapper .hs-button.primary:focus,
.body-container-wrapper input[type="submit"]:focus,
.body-container-wrapper input[type="button"]:focus {
    outline:none;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
.blog .blog-sidebar h3 {
    padding: 8px 4px;
    border-color: #dbb03a;
    background-color: #dbb03a;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
    font-family: 'Tenor Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
     margin-top:0px !important;
}

.recent-post-item h2 a {
    color: #2c3259;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

div#comment-form p {
    font-size: 0.85em;
    display: block;
    letter-spacing: 0;
    text-transform: none;
    padding-top: 8px;
    line-height: 1.5em;
    font-weight: normal;
    margin-top: 0px;
}

.post-header h1:hover {
    opacity: 0.7;
}

.blog-post-wrapper .post-body p {
    font-size: 16px;
    font-family: "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2c3259;
    line-height: 27px;
}

.custom_listing_comments span.comment-no {
    font-size: 24px;
    line-height: 60px;
    width: 60px;
    display: block;
    text-align: center;
    border-radius: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    background-color: #2c3259;
    color: #ffffff;
    border-color: #0a1037;
}

.custom_listing_comments span.comment-lable {
    color: #2c3259;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center !important;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    margin: 0 auto !important;
}

.blog.hs-blog-listing .content-wrapper {
    padding-top: 0px;
  padding-bottom:0px;
}
.custom_listing_comments {
    text-align: center;
    position: relative;
}
.custom_listing_comments:before {
    position: absolute;
    top: 39%;
    width: 42% !important;
    border-top-style: solid;
    border-top-width: 1px;
    z-index: 1;
    border-color: #e1e1e1;
    left: 0;
    content: '';
}

.custom_listing_comments:after {
    border-color: #e1e1e1;
    right: 0;
    position: absolute;
    top: 39%;
    width: 42%;
    border-top-style: solid;
    border-top-width: 1px;
    z-index: 1;
    content: "";
}


.hs-blog-listing .blog-content {
    border-right: 1px solid #e1e1e1;
    padding-right: 50px;
    width: 73% !important;
  padding-top:50px;
  padding-bottom:50px;
  
}

.hs-blog-listing.blog .blog-sidebar {
    width: 25% !important;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 0px !important;
}

.social-share {
    text-align: center;
    margin-top: 40px;
  margin-bottom:40px;
}

.recent-post-item h2 {
    font-style: italic;
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
    color: #2c3259;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0px;
}

.recent-post-item:first-of-type {
    border-top: none !important;
}

.blog-listing-wrapper .post-listing .post-item span.date{
    display: inline-block !important;
    text-align: center;
    font-size: 0.9em;
    position: relative;
    border-right: 1px solid #e1e1e1;
    padding-right: 13px;
    font-size:13px;
    line-height:27px;
    font-weight:400;
}


.blog-listing-wrapper .post-listing .post-item span.blog-categories a {
    color: #2c3259;
    text-transform: uppercase;
    text-align: center;
    display: inline-block !important;
    font-weight: bold;
    font-family: 'Tenor Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.blog-post-wrapper .post-header span.blog-categories a {
    color: #2c3259;
    text-transform: uppercase;
    text-align: center;
    display: inline-block !important;
    font-weight: bold;
    font-family: 'Tenor Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.social-share ul.social-list li.av-share-link.av-social-link-vk a:before {
    font-family: 'entypo-fontello';
    content: "";
}
.social-share ul.social-list li.av-share-link.av-social-link-reddit:hover {
    color: #fff;
    background-color: #FF4500;
}
.social-share ul.social-list li.av-share-link.av-social-link-reddit a:before {
    font-family: 'entypo-fontello';
    content: "";
}

.social-share ul.social-list li.av-share-link.av-social-link-vk:hover {
    color: #fff;
    background-color: #597BA5;
}

.social-share ul.social-list li.av-share-link.av-social-link-pinterest:hover {
    color: #fff;
    background-color: #cb2027;
}

.social-share ul.social-list li.av-share-link.av-social-link-tumblr:hover {
    color: #fff;
    background-color: #345574;
}

.social-share ul.social-list li.av-share-link.av-social-link-tumblr a:before {
    font-family: 'entypo-fontello';
    content: "";
}

.blog-post-wrapper .post-header span.blog-categories {
    display: block !important;
    text-align: center;
}

.social-share ul.social-list li.av-share-link.av-social-link-pinterest a:before {
    font-family: 'entypo-fontello';
    content: "";
}

.post-header h1 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0px 0 15px;
    letter-spacing: 2px;
    line-height: 1.3em;
    margin-bottom: 10px;
    margin-top: 0px;
    position: relative !important;
}

.post-header h1:after {
    content: '';
    display: block;
    margin: 0 auto !important;
    width: 40px;
    border-top-width: 3px;
    border-top-style: solid;
    padding-bottom: 16px;
    border-color: #e1e1e1;
    position: absolute;
    left: 48%;
    top: 86px;
}
.social-share ul.social-list li a.share_linkedin:before {
    content: "";
    font-family: 'entypo-fontello';
}
.social-share ul.social-list li a.share_email:before {
    font-family: 'entypo-fontello';
    content: "";
}

.hs-blog-post .body-container-wrapper .page-center {
    max-width: 800px;
    margin-left: 0px !important;
    margin: 0 auto !important;
    display: block !important;
    left: 0px;
    float: none;
}

.social-share ul.social-list li a.share_googleplus:before {
    font-family: 'entypo-fontello';
    content: "";
}

.social-share ul.social-list li a {
    display: inline-block !important;
    padding: 15px 0;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
      width: 71px;
}
.social-share ul.social-list li a.share_twitter:before {
    font-family: 'entypo-fontello';
    content: "";
}
.social-share ul.social-list li a.share_facebook:before {
    font-family: 'entypo-fontello';
    content: "";
}
.social-share ul.social-list li {
    display: inline-block !important;
    list-style: none;
    border: 1px solid #e1e1e1;
    margin-right: -5px;
    width:71px;
    cursor:pointer;
}

.social-share ul.social-list li.av-share-link.av-social-link-facebook:hover {
    color: #fff;
    background-color: #37589b;
}

.social-share ul.social-list li.av-share-link.av-social-link-twitter:hover {
    color: #fff;
    background-color: #46d4fe;
}
.social-share ul.social-list li.av-share-link.av-social-link-linkedin:hover {
    color: #fff;
    background-color: #419cca;
}

.social-share ul.social-list li.av-share-link.av-social-link-gplus:hover {
    color: #fff;
    background-color: #de5a49;
}

.social-share h5 {
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: 'Tenor Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.social-share ul.social-list li.av-share-link.av-social-link-mail:hover {
    color: #fff;
    background-color: #9fae37;
}
.recent-post-item {
    padding: 7px 0;
    display: block;
    font-size: 0.85em;
    line-height: 1.5em;
    border-top-width: 3px;
    border-top-style: solid;
    border-color: #e1e1e1;
}

.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 40px;
}

.post-meta-infos span {
    text-transform: uppercase;
    font-family: 'Tenor Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #2c3259;
    font-size: 0.9em;
}

.social-share ul.social-list {
    display: inline-block !important;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    background: transparent;
    color: #2c3259;
}

.post-meta-infos {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 40px;
    width: 100%;
    clear: both;
    border-color: #e1e1e1;
    font-size: 0.9em;
    margin-top: 32px;
}

.hs-blog-post .post-meta-infos span {
    display: inline-block !important;
    text-align: center;
    font-size: 0.9em;
    position: relative;
    border-right: 1px solid #e1e1e1;
    padding-right: 13px;
   font-size:13px;
   line-height:27px;
  font-weight:400;
}

.post-header h2 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0px 0 15px;
    letter-spacing: 2px;
    line-height: 1.3em;
    margin-bottom: 10px;
    margin-top: 0px;
   position:relative !important;
}
.post-header h2 a {
    font-family: 'Tenor Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #2c3259;
}


.blog-listing-wrapper .post-listing .post-item span.blog-categories {
    display: block !important;
    text-align: center;
}

.post-header h2:hover a {
    opacity: 0.7;
}

.post-header h2:after {
    content: '';
    display: block;
    margin: 0 auto !important;
    width: 40px;
    border-top-width: 3px;
    border-top-style: solid;
    padding-bottom: 16px;
    border-color: #e1e1e1;
    position: absolute;
    left: 50%;
    top: 50px;
}

.blog-listing-wrapper .post-listing .post-item .post-body p {
    margin: 0.85em 0;
    color: #2c3259;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.recent-post-item span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #2c3259;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  max-width:150px;
  border-radius: 2px;
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 150px !important;
  padding: 3px 8px;
  color: #d1d1d2;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  color: #2c3259;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
  border-width: 1px;
  border-style: solid;
  padding: 15px;
  border-color: #e1e1e1;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color:  #e1e1e1;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #e1e1e1;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #e1e1e1;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color:#e1e1e1;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #e1e1e1;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e1e1e1;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e1e1e1;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e1e1e1;
}  

.post-pagination a {
    position: fixed;
    height: 110px;
    top: 50%;
    background: #aaa;
    background: rgba(0,0,0,0.1);
    color: #fff;
    margin-top: -55px;
    padding: 15px;
    text-decoration: none;
    z-index: 501;
    -webkit-transform: translate3d(0,0,0);
      -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


.post-pagination a.prev-post span.label.iconfont:before {
    font-family: 'entypo-fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: attr(data-av_icon);
    speak: none;
}

.post-pagination a.next-post span.label.iconfont:before {
    font-family: 'entypo-fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: attr(data-av_icon);
    speak: none;
}
.post-pagination a.next-post span.label.iconfont {
    right: 10px;
    position: absolute;
    top: 50%;
    height: 22px;
    line-height: 22px;
    margin-top: -11px;
    font-size: 24px;
}


.post-pagination a.next-post span.entry-info-wrap {
    width: 1px;
    overflow: hidden;
    display: block;
     -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.post-pagination a.prev-post:hover span.entry-info-wrap{
  overflow:visible;
}
.post-pagination a.next-post:hover span.entry-info-wrap{
  overflow:visible;
}

.blog-pagination a {
    display: block;
}

.post-pagination a.prev-post:hover span.entry-info-wrap {
    width: 240px;
    color: #fff;
}

.post-pagination a.prev-post:hover{
   background: rgba(0,0,0,0.8);
}

@-moz-document url-prefix() {
  
  .post-header h2::after {
    left: 48%;
    top: 82px;
}

}


.post-pagination a.next-post:hover span.entry-info-wrap {
    width: 240px;
    color: #fff;
}

.post-pagination a.next-post:hover{
   background: rgba(0,0,0,0.8);
}


.post-pagination a.prev-post span.entry-info-wrap {
    width: 1px;
    overflow: hidden;
    display: block;
      -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.post-pagination a.next-post {
    right: 0 !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.post-pagination span.entry-info-wrap span.entry-info {
    margin: 0 1px 0 20px;
    display: block;
    height: 80px;
    width: 220px;
    display: table;
}

.post-pagination span.entry-info-wrap span.entry-info span.entry-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.65em;
}

.post-pagination a.prev-post span.label.iconfont {
    left: 10px;
    position: absolute;
    top: 50%;
    height: 22px;
    line-height: 22px;
    margin-top: -11px;
    font-size: 24px;
    color: #fff;
}
.post-pagination a.prev-post {
    left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}



.custom-bottom-header .center-logo img {
    max-width: 200px !important;
    margin: 0 auto;
    display: block;
}
.custom-bottom-header .center-logo {
    margin-top: 27px;
}
div.custom-top-header .retiring-text p {
    display: inline-block;
    float: none !important;
    margin-right: 22px;
}
.custom-top-header .retiring-text>div {
    width: 100%;
    float: right;
}

div.custom-top-header .retiring-text p:first-child {
    padding: 9px 0px 8px;
    background: transparent;
    margin-right: 15px;
}
.custom-top-header .retiring-text a.cta_button.download-planning-cta {
	padding: 8px 10px 7px;
	background: #4d9ff3 !important;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	vertical-align: top;
}
/*======================================================================
 														18-4-2017
========================================================================*/

@media (min-width: 1500px){
	.banner-main-sec .custom-banner 
	{
  		background-position: 50% -4px !important;
    	height: 799px !important;
	}
}

.banner-main-sec .custom-banner 
{
    background-position: 50% -3px;
    height: 574px;
  	padding: 0px;
    transform: translateZ(0px);
}
.banner-main-sec .custom-banner .page-center
{
    height: 100%;
}
.banner-main-sec .banner-content
{
    width: 37.2%;
    display: table;
    height: 100%;
}
.banner-main-sec .banner-content .banner-content-main
{
    display: table-cell;
    vertical-align: middle;
}
.banner-main-sec .banner-content h1 
{
    font-size: 60px;
  	line-height: 1.1em;
  	animation: caption-fade-left 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
}

@keyframes caption-fade-left{
  0% {
    transform: translate(-2000px,0);
    opacity: 0;
}
100% {
    transform: translate(0,0);
    opacity: 1;
}
}

.banner-main-sec .banner-content p
{
    font-size: 16px !important;
    line-height: 1.3em;
    animation: caption-fade-right 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
}
@keyframes caption-fade-right{
  0% {
    transform: translate(2000px,0);
    opacity: 0;
}
100% {
    transform: translate(0,0);
    opacity: 1;
}
}

.testimonial-sec-main
{
    padding: 65px 0px;
}
.testimonial-flex-col
{
    text-align: center;
}
.testimonial-left-content
{
  padding-right: 15px;
}
.testimonial-flex-col, .testimonial-left-content
{
  	animation: avia-btt 0.8s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
@keyframes avia-btt{
0% {
    transform: translate(0,50%);
    opacity: 0;
}
100% {
    transform: translate(0,0);
    opacity: 1;
}
}
.testimonial-left-content p:first-child
{
  	margin-top: 0px;
}
.testimonial-left-content p:last-child
{
  	margin-bottom: 0px;
}
.testimonial-modules 
{
    padding: 0px 110px;
}
.testimonial-content p
{
    font-size: 1.3em;
    line-height: 1.65em;
    color: #2c3259;
  	font-weight: bold;
  	margin: 0px;
}
.testimonial-title h2
{
    font-size: 1.4em;
    margin-top: 50px;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.testimonial-flex-col button.slick-prev.slick-arrow, .testimonial-flex-col button.slick-next.slick-arrow
{
    display: block;
    text-decoration: none;
    visibility: visible;
    position: absolute;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 62px;
    margin: -30px 15px 0;
    z-index: 99;
    overflow: hidden;
    text-indent: -9999999px;
    top: 0;
    margin-top: -1px;
    color: inherit;
    opacity: 0.1;
    font-size: 45px;
    border: 0px; 
    transition: all 0.3s;
}
.testimonial-flex-col button.slick-next.slick-arrow
{
    right: 0;
  	background: url("https://4307101.fs1.hubspotusercontent-na1.net/hubfs/4307101/newww.png");
  	background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
    transform: rotate(180deg);
}
.testimonial-flex-col button.slick-prev.slick-arrow
{
   background: url("https://4307101.fs1.hubspotusercontent-na1.net/hubfs/4307101/newww.png");
  	background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
  	
}
.testimonial-flex-col .slick-slider
{
    cursor: pointer;
}
.testimonial-flex-col .slick-slider:hover button.slick-arrow
{
   opacity: 0.6;
}
.contact-us-main
{
    border-radius: 0;
    padding: 50px 10px;
    color: #fff;
    background: #2c3259;
    border-bottom: 1px solid #5b646b;
    text-align: center;
}
.contact-us-main .contact-content p
{
    margin: 0px;
    font-size: 1.5em;
}
.contact-us-main .contact-content p strong
{
    font-weight: 400;
}
.custom-sitemap-wrapper.col:last-child p
{
    font-size: 0.75em;
    margin-top: 14px;
  	margin-bottom: 9px;
}
:focus
{
    outline: none;
}
.custom-contact.col, .custom-footer-search.col
{
    width: 100% !important;
}
.custom-footer-search
{
    margin-top: 30px;
}
.custom-top-footer 
{
    border-top: 1px solid #5b646b;
}

.header-container {
    position: fixed;
    width: 100%;
    z-index: 999;
}

/*==================================blog page=======================================*/

.left-blog-sec 
{
    padding: 50px 0px;
		width: 73% !important;
    border-right: 1px solid #e1e1e1;
}

.blog-content-main 
{
    padding-right: 50px;
}
p#hubspot-topic_data
{
    font-family: 'Tenor Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #2c3259;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
}
.blog-content-main .post-header h2, .blog-content-main .post-header h1
{
    padding-bottom: 29px;
    margin-bottom: 28px;
}
.blog-content-main .post-header h1
{
  margin-bottom: 30px;
}
.blog-content-main .post-header h2:after , .blog-content-main .post-header h1:after 
{
    padding-bottom: 0px; 
    border-color: #e1e1e1;
    left: 0;
    top: inherit;
    bottom: 0;
    right: 0;
}
.blog-content-main .body-se h4, .blog-content-main .post-body h4
{
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 16px 0px;
}
.blog-content-main .post-body h4
{
    margin: 18px 0px 19px;
}
.blog-content-main .body-se ul
{
    list-style: none;
    padding: 0px;
  	margin-left: 0px;
}
.blog-content-main .body-se ul li
{
    list-style: none;
}
.right-blog-sec {
    margin-left: 0 !important;
    float: none !important;
    width: auto !important;
    overflow: hidden;
    display: block !important;
    clear: none;
    padding: 50px 0px;
}
.date-format, .post-date-format
{
    display: block;
    text-align: center;
    padding: 10px 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 40px;
    width: 100%;
    clear: both;
    float: left;
    border-color: #e1e1e1;
}
.post-date-format
{
  	margin-top: 60px; 
}
.date-format p, .post-date-format p
{
     margin: 0px;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: inline-block;
    border-right: 1px solid #e1e1e1;
    padding-right: 10px;
}
.post-listing .post-item
{
    display: inline-block;
    width: 100%;
    margin-bottom: 50px !important;
}
.recent-post-sec {
    padding-left: 50px !important;
}
.recent-post-sec h3
{
    border-color: #dbb03a;
    background-color: #dbb03a;
    color: #ffffff;
    text-align: center;
    padding: 8px 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
    margin-top: 0px;
}

ul.page-numbers 
{
    list-style: none;
    margin: 0px;
}
ul.page-numbers li a, .blog-pagination a.next-posts-link, .blog-pagination a.previous-posts-link {
    height: 30px;
    width: 30px;
    background: transparent;
    text-align: center;
    line-height: 30px;
    color: #dbb03a;
    margin-right: 10px;
    border: 1px solid #dbb03a;
    transition: all 0.3s;
}
ul.page-numbers li a:hover, .blog-pagination a.next-posts-link:hover, ul.page-numbers li.current a, a.previous-posts-link:hover
{
    background: #dbb03a;
    color: #fff;
}
ul.page-numbers li, .blog-pagination a.next-posts-link, .page-numbers-container, .blog-pagination a.previous-posts-link
{
    display: inline-block;
}
.detail-blog-sec .blog-content-main
{
    padding-right: 0px;
    width: 92%;
    float: none !important;
    margin: 0 auto !important;
    padding: 50px 0px;
}
.detail-blog-sec .blog-content-main .post-body p
{
    font-size: 1.15em;
    line-height: 1.7em;
}
.detail-blog-sec .blog-content-main p#hubspot-topic_data
{
    font-size: 1em;
}
.detail-blog-sec .post-body h4
{
    font-size: 1.15em;
}
.detail-blog-sec .post-body p
{
    text-align: justify !important;
}
.detail-blog-sec .post-header h1
{
    margin-top: 4px;
}
.blog-content-main img
{
		margin-right: 0px !important;
    margin-lefT: 10px !important;
}
.social-sharing 
{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    position: relative;
}
.social-sharing .tooltip
{
    top: -16px;
    background-color: #ffffff;
    color: #2c3259;
    width: 150px;
    border-radius: 2px;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #e1e1e1;
    padding: 15px;
    margin-left: -40px;
    transition: all 0.2s ease-in-out;
    font-size: 13px;
}
.social-sharing .tooltip:before
{
  	height: 10px;
    width: 10px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #e1e1e1;
    border-top: none;
    border-left: none;
    bottom: -6px;
    background-color: #ffffff;
    color: #2c3259;
    content: "";
}
  
.social-sharing h2
{
    font-size: 16px;
    line-height: 1.1em;
}
.social-sharing ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    display: table;
    width: 100%;
    text-align: center;
    table-layout: fixed;
    border-radius: 3px;
    background: transparent;
}
.social-sharing ul li
{
    margin: 0;
    padding: 0;
    display: table-cell;
    border-left: 1px solid #e1e1e1;
  -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social-sharing ul li a
{
     display: block;
    padding: 15px 0;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 28px;
}
.social-sharing ul li:hover .tooltip
{
    opacity: 1;
    top: -6px;
}
.social-sharing ul li:hover a.custom_fb_button
{
    color: #fff;
    background-color: #37589b;
}
.social-sharing ul li:hover a.twitter-sec
{
    color: #fff;
    background-color: #46d4fe;
}
.social-sharing ul li:hover a.google-plus-sec
{
    color: #fff;
    background-color: #de5a49;
}
.social-sharing ul li:hover a.pinterest-sec
{
    color: #fff;
    background-color: #cb2027;
}
.social-sharing ul li:hover a.linkedin-secx
{
    color: #fff;
    background-color: #419cca;
}
.social-sharing ul li:hover a.tumblr-sec
{
    color: #fff;
    background-color: #345574;
}
.social-sharing ul li:hover a.vk-sec
{
    color: #fff;
    background-color: #597BA5;
}
.social-sharing ul li:hover a.reddit-sec
{
    color: #fff;
    background-color: #FF4500;
}
.social-sharing ul li:hover a.email-sec
{
    color: #fff;
    background-color: #9fae37;
}
.custom-recent-posts ul
{
    margin: 0px;
}
.custom-recent-posts ul li
{
    padding: 7px 0;
    display: block;
    font-size: 0.85em;
    line-height: 1.5em;
    border-top-width: 3px;
    border-top-style: solid;
    border-color: #5b646b;
}
.custom-recent-posts ul li a
{
    color: #fff;
    font-style: italic;
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0px;
    transition: all: 0.3s;
}
.custom-recent-posts ul li a:hover
{
    color: #efbb20;
}
.custom-recent-posts ul li span.post-date 
{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ffffff;
}
.custom-recent-posts ul li:first-of-type 
{
    border-top: none !important;
}


/*=================================4-5-2018=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

.retiring-text
{
  text-align: right;
}
.custom-top-header .retiring-text p
{
  float: right;
  padding: 9px 10px 10px;
  background: #dbb03a;
}
div.custom-top-header .retiring-text p.yellow-btn
{
  padding: 9px 10px 10px;
  background: #dbb03a;
}
.custom-top-header .retiring-text p a
{
  /*color:#fff;*/
  text-decoration:none;
}
.custom-top-header .retiring-text p a:hover
{
  color:#fff;
  text-decoration:none;
}
.retiring-text p span
{
    font-size: 8px;
    padding-left: 7px;
}
.custom-top-header p
{
   padding: 9px 0px 10px;
}
.testimonial-left-content ul
{
  margin-bottom: 0px;
}
.testimonial-left-content ul li
{
   list-style: none;
   position: relative;
   margin-bottom: 20px;
   padding-left: 30px;
}
.testimonial-left-content ul li:last-child
{
    margin-bottom: 0px;
}
.testimonial-left-content ul li:before
{
   position: absolute;
   content: "";
   left: 0;
   height: 1px;
   width: 10px;
   background: #2c3259;
   top: 10px;
}
.form-right 
{
    background: #2c3259;
    padding: 40px 30px 40px 40px;
}
.form-right h3
{
    width: 100%;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    margin: 0px 0px 50px 0px;
}
.form-right input, .form-right textarea
{
    height: 50px;
    border-radius: 0px !important;
    border: 0px !important;
    max-width: 100% !important;
    margin: 0px 0px 10px 0px !important;
    padding-left: 20px !important;
    width: 100% !important;
}
.form-right textarea
{
    height: 120px;
    resize: none;
    font: 400 13.3333px Arial;
    padding-top: 10px;
    font-size: 14px;
}
.form-right form label
{
  display: none;
}
ul.hs-error-msgs.inputs-list label
{
  display: block !important;
}
.form-right input[type="submit"]
{
    height: auto !important;
    float: right;
    margin: 10px 10px 0px 0px !important;
    background: #dbb03a !important;
    text-transform: uppercase;
    color: #fff !important;
    text-shadow: none !important;
    padding: 10px 30px !important;
    margin-bottom: 0px !important;
    width: auto !important;
}
::placeholder
{
    color: #555 !important;
    opacity: 0.6 !important;
}
input, textarea, button {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;

    -webkit-border-radius: 0; 
}
.testimonial-flex-col
{
  padding-top: 50px;
}






/*=================================19-may-2018=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.custom-footer-wrapper .custom-top-footer .custom-sitemap-wrapper .custom-contact.col span ul {
    margin: 0;
}
.custom-footer-wrapper .custom-top-footer .custom-sitemap-wrapper .custom-contact.col span ul li {
    list-style: none;
    display: inline-block;
    margin-right: 2px;
    width: 30px;
    float: left;
}
.custom-footer-wrapper .custom-top-footer .custom-sitemap-wrapper .custom-contact.col span ul li a img {
    width: 100%;
}
.custom-top-header .retiring-text ul {
    margin: 0;
    float: right;
}
.custom-top-header .retiring-text ul li {
    display: inline-block;
    width: 30px;
    margin-right: 2px;
    float: left;
}
.custom-top-header .retiring-text > div {
    width: 100%;
    float: right;
}
.custom-top-header .retiring-text p {
    float: left !important;
}
.custom-top-header .custom-callus{
 margin-left: 0px;
}
.custom-top-header .custom-callus {
   float:right;
  width:13%;
}
.custom-top-header .retiring-text {
    width: 86%;
}


/*=================================19-may-2018 end hare=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/




/* Styles that do not fit into any of the available sections above can go here. */


.download-button a.cta_button svg
{
   margin-left: 8px;
}
.custom-bottom-header div.download-button
{
    margin-left: 0px;
    width: 28.7%;
    padding: 39px 0px 0px;
    text-align: right;
}
.download-button a.cta_button
{
    background: #4e9ff4;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 1350px) and (min-width: 1200px){
  .custom-bottom-header div.download-button {
    width: 19.8%;
    padding: 29px 0px 0px;
  }
}


@media (max-width: 1199px){
  .custom-bottom-header div.download-button 
  {
    width: 41%;
    float: right;
  }
  .custom-bottom-header div.custom-menu-primary
  {
     width: auto !important;
     text-align: center;
     float: none !important;
  }
  .desktop-menu.custom-menu-primary .hs-menu-wrapper > ul
  {
      text-align: center;
  }
  .desktop-menu.custom-menu-primary .hs-menu-wrapper > ul > li
  {
    float: none;
    display: inline-block;
  }   
    .header-container-wrapper {
    min-height: 264px;
}
}
@media (max-width: 991px){
  .custom-bottom-header div.download-button {
    width: 60%;
    padding: 25px 0px;
    float: left;
  }
  

div.custom-top-header .retiring-text p:first-child, div.custom-top-header .retiring-text p {
	margin-right: 5px;
}
.custom-top-header .retiring-text p, div.custom-top-header .retiring-text p.yellow-btn {
	padding: 9px 5px 10px;
}
.custom-top-header .retiring-text a.cta_button.download-planning-cta svg {
	width: 14px;
	height: 14px;
	display: inline-block;
	position: relative;
	bottom: -3px;
}
div.custom-top-header .retiring-text p span {
	padding: 0;
}
div.custom-top-header .retiring-text p:first-child {
	padding: 4px 5px 7px;
	background: #4d9ff3;
	margin-right: 15px;
	vertical-align:middle;
}
.custom-top-header .retiring-text a.cta_button.download-planning-cta {
	padding: 8px 5px 6px;
	font-size: 0;
}
div.custom-top-header .retiring-text p.yellow-btn {
    background: #dbb03a; padding: 9px 5px 10px;
}


}

@media (max-width: 767px){
  .mobile-trigger {
    top: 35px !important;
  }
  .custom-bottom-header div.custom-menu-primary
  {
    position: static;
  }
  .custom-bottom-header div.download-button {
    width: 100%;
    text-align: center;
  }
  .custom-bottom-header
  {
    position: relative;
  }
}


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */







/* =============== Screen sizes smaller than .page-center =============== */



@media only screen and (max-width: 1280px) {
  .custom-top-header .retiring-text > div {
    width: 100%;
}
  .custom-top-header .custom-callus {
    width: 15%;
}
  .custom-top-header .retiring-text {
    width: 84%;
}
}

@media only screen and (max-width: 1199px) {
.custom-top-header .retiring-text > div {
    width: 100%;
}
    .custom-top-header .custom-callus {
    width: 20% !important;
    float: right!important;
}
  .custom-top-header .retiring-text {
    width: 80%!important;
}
.download-button a.cta_button {
    padding: 8px 10px;
  }
  
}
@media only screen and (max-width: 991px) {
.custom-top-header .retiring-text > div {
    width: 100%;
}
 
    .custom-top-header .custom-callus {
    width: 24% !important;
}.custom-top-header .retiring-text {
    width: 75% !important;
}.custom-bottom-header .center-logo {
    margin-top: 13px;
}

}
@media only screen and (max-width: 767px) {
.custom-top-header .retiring-text > div {
    width: 100%;
}
  .custom-top-header .retiring-text p, div.custom-top-header .retiring-text p.yellow-btn {
    float: none !important;
    width: 100%;
    margin: 0 auto;
}
  .custom-top-header .retiring-text ul {
    margin: 0;
    float: none;
    width: 100%;
    margin: 16px auto 4px;
    text-align: center;
}
  .custom-top-header .retiring-text ul li {
    float: none;
}
    .custom-top-header .retiring-text {
    width: 100% !important;
}
    .custom-top-header .custom-callus {
    width: 100% !important;
}
.custom-bottom-header .center-logo {
    margin-top: 10px;
    margin-bottom: 10px;
}
div.custom-top-header .retiring-text p:first-child {
    background: 
    #4d9ff3;
    margin-right:0px;
}
div.custom-top-header .retiring-text p {
	margin-right: 0px;
}
.custom-bottom-header .page-center .row-fluid {
    display: block;
}
  div.custom-top-header .retiring-text p.yellow-btn {
    background: #dbb03a;
}
}
@media only screen and (max-width: 599px) {

}
@media only screen and (max-width: 990px) and (min-width: 768px){
 .custom-top-header p {
    text-align: center;
}
.custom-logo img {
    width: 194px;
}
  
.header-container-wrapper {
    min-height: 88px;
}

}

@media (max-width:900px){

  .custom-top-footer {
    background-color: #2c3259;
    color: #ffffff;
    padding: 40px 0 40px 0;
  }
  .form-right {
    	padding: 20px 10px 20px 20px;
	}
  .form-right h3
{
    font-size: 20px;
    margin: 0px 0px 20px 0px;
}
}
@media (max-width: 1053px) {
  
.custom-banner {
    padding: 8% 0px 9%;
 
}
.hs-rss-item-text {
    line-height: 18px;
    display: inline-block !important;
}
  
.hs-rss-byline {
    display: inline-block !important;
  }
.testimonial-flex-col button.slick-next.slick-arrow, .testimonial-flex-col button.slick-prev.slick-arrow
  {
    background-size: 16px;
    width: 35px;
    margin: -30px 0px 0px;
    top: 40px;
  }
  .testimonial-modules {
    padding: 0px 30px;
}
}
@media (max-width: 1199px){
  .span2.custom-callus {
    width: 30%;
    margin: 0;
}
  .span10.retiring-text {
    width: 70%;
}
}

/* =============== Landscape tablet and smaller devices =============== */
@media (min-width: 767px){
    .custom-header {
      width: 100% !important;
      position: fixed;
      max-width: 100% !important;
      background: #fff;
      z-index:99;
  }

}


@media (max-width: 767px) {
  
.custom-top-footer .col {
    width: 100%;
    left: 0px;
    margin-left: 0px !important;
    padding: 30px 0 30px 0;
    margin-bottom: 20px;
}
  
.social-share ul.social-list li a { 
    width: 60px;
}
  
.social-share ul.social-list li {
    width: 60px;
    cursor: pointer;
}
  
  .post-pagination a {
   display: none;
}
.custom-header .page-center {
    width: 100% !important;
    max-width: 85% !important;
    margin: 0 auto;
}
  
 .mobile-trigger {
    right: 55px;
    top: -52px;
}
  
  
 .mobile-open .mobile-trigger {
    right: 50px;
}

.hs-rss-item-text a {
    font-size: 15px;
    line-height: 27px;
  display:inline-block;
}
  
.hs-blog-listing .blog-content {
    width: 100% !important;
    border-right: none;
    padding-right: 0px !important;
} 
  
  
.custom-banner{
    padding: 22% 0px 7%;
}
  
.hs-rss-byline span.hs-rss-date {
    font-size: 15px;
}
a#back-to-top {
    display: none !important;
}
  
.custom-banner-wrapper .banner-content p {
    font-size: 13px !important;
    line-height: 17px;
}
.custom-top-header p {
    text-align: center;
}
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 85%;
    margin: 0 auto;
    padding-left:0px !important;
    padding-right:0px !important;
}

.custom-logo img {
    width: 172px;
}
  
.custom-banner-wrapper .banner-content { 
    margin-left: 50px;
}
  
.custom-banner-wrapper .banner-content h1 {
    font-size: 20px !important;
}
  
.header-container-wrapper {
    min-height: 80px !important;
}
  
  .hs-blog-listing.blog .blog-sidebar {
    width: 100% !important;
    padding-left: 0px;
    padding-top: 20px;
}

  
  .child-trigger {
   display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 50px;
    padding: 0 !important;
    vertical-align: middle !important;
}
 .child-trigger span.av-submenu-indicator {
    display: inline-block;
    font-size: 11px;
    opacity: 0.5;
    vertical-align: top;
    float: right;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    height: 20px;
    line-height: 20px;
    color: #2c3259;
    right: 30px;
   width:auto !important;
}
.banner-main-sec .custom-banner-wrapper .custom-banner {
    height: 272px !important;
  }
  .banner-main-sec .banner-content {
    width: 100%;
    margin-left: 0px;
  }
  .testimonial-left-content {
    padding-right: 0;
}
.testimonial-modules {
    padding: 50px 70px 0px;
    font-size: 0.85em;
  }
   .testimonial-title h2
 {
   font-size: 1.6em;
  }
  .contact-us-main .page-center
  {
    max-width: 100% !important; 
  }
  .custom-top-footer .col
  {
    padding: 0px;
    padding-top: 50px;
  }
   .custom-top-footer .col:first-child
  {
    padding-top: 0px;
  }
  .mobile-trigger, .mobile-open .mobile-trigger {
    right: 24px;
  }
  .header-container {
    position: static !important;
  }
  .testimonial-flex-col button.slick-arrow
  {
    display: none !important;
  }
  .left-blog-sec
  {
    width: 100% !important;
    border-right: 0px solid #e1e1e1;
	}
  .blog-content-main
  {
    padding-right: 0px;
	}
  .header-container-wrapper 
  {
    min-height: 109px !important;
	}
  .recent-post-sec 
  {
    padding-left: 0px !important;
	}
  .detail-blog-sec .blog-content-main {
    width: 100%;
  }
  .blog-content-main .body-se h4, .blog-content-main .post-body h4
  {
      line-height: 26px;
  }
  .blog-content-main img 
  {
    margin-left: 10px !important;
	}
  .social-sharing .tooltip
  {
    display:none;
  }
  
  .custom-top-header .retiring-text p {
    float: none;
}
  .span10.retiring-text, .span2.custom-callus
  {
    width: 100%;
    float: left;
  }
  .custom-top-header .page-center
  {
    max-width: 100% !important;
    width: 100% !important;
  }
}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 1215px) {

  .post-header h2:after {
    content: '';
    display: block;
    margin: 0 auto !important;
    width: 40px;
    border-top-width: 3px;
    border-top-style: solid;
    padding-bottom: 16px;
    border-color: #e1e1e1;
    position: absolute;
    left: 48%;
    top: 98%;
}
}

@media(max-width:550px){
  
   .subscribe-options label {
    margin: 0px;
  }
  
 
}

@media(max-width:648px){
   .social-share ul.social-list li {
    width: 44px;
   }
  
    .social-share ul.social-list li a{
    width: 44px;
   }
  .banner-main-sec .custom-banner-wrapper .custom-banner {
    height: 198px;
  }
}


@media(max-width:470px){

.social-share ul.social-list li {
    width: 27px;
}
  
   .social-share ul.social-list li a{
    width: 27px;
   }
  .banner-main-sec .custom-banner-wrapper .custom-banner {
    height: 134px;
  }
    .testimonial-title {
    float: left;
    text-align: left;
}
}

@media (max-width: 400px){
  .form-right {
    	padding: 20px;
	}
    .form-right input[type="submit"].hs-button.primary.large
  {
    margin: 0px !important;
  }
  .custom-top-header .retiring-text a.cta_button.download-planning-cta svg {
	display: block;
	margin: 7px auto 0;
}div.custom-top-header .retiring-text p span {
	padding: 0 !important;
}
.custom-top-header .retiring-text a.cta_button.download-planning-cta {
	display: inline-block;
}
.custom-top-header .retiring-text a.cta_button.download-planning-cta {
    padding: 0px 5px 6px;
    font-size: 0;
    line-height: 0;
}
}

@media(max-width:550px) and (min-width:375px){
  
.post-header h1:after {
    content: '';
    display: block;
    margin: 0 auto !important;
    width: 40px;
    border-top-width: 3px;
    border-top-style: solid;
    padding-bottom: 16px;
    border-color: #e1e1e1;
    position: absolute;
    left: 45%;
    top: 126px;
 }

}

@media(max-width:375px){
  
   .post-header h1:after {
    content: '';
    display: block;
    margin: 0 auto !important;
    width: 40px;
    border-top-width: 3px;
    border-top-style: solid;
    padding-bottom: 16px;
    border-color: #e1e1e1;
    position: absolute;
    left: 45%;
    top: 165px;
 }


}

@media(max-width:300px){
   .post-header h1:after {
      left: 41%;
    top: 198px;
  }
}

}