/* ==========================================================================
   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=Bitter:400,400i,700');

@import url('//fonts.googleapis.com/css?family=Karla:400,400i,700,700i');

@font-face {
    font-family:regroup;
    src:url('//cdn2.hubspot.net/hubfs/3282840/Regroup%20February2018%20Theme/Fonts/regroup.eot') format("embedded-opentype"),
    url('//cdn2.hubspot.net/hubfs/3282840/Regroup%20February2018%20Theme/Fonts/regroup.woff') format("woff"),
    url('//cdn2.hubspot.net/hubfs/3282840/Regroup%20February2018%20Theme/Fonts/regroup.ttf') format("truetype"),
    url('//cdn2.hubspot.net/hubfs/3282840/Regroup%20February2018%20Theme/Fonts/regroup.svg') format("svg");
    font-weight:400;
    font-style:normal
}

/* 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: "Karla", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(12,23,51,.9);
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

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

/* Highlighted Text */


::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}


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

/* Basic text */
p {
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
} 

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: Bitter;
    font-weight: 400;
    color: #0c1733;
}

h1 {
    margin-top: 0px;
    font-size: 56px;
    line-height: 1.2;
}
h2 {
    font-size: 46px;
    line-height: 1.3;
}
h3 {
    font-size: 32px;
    line-height: 1.5;
}
h4 {
    font-size: 24px;
    line-height: 1.5;
}
h5 {
    font-size: 20px;
    line-height: 1.5;
    font-family: Karla;
    font-weight: 400;
}
h6 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}

/* Anchor Links */
a {
    font-weight: 700;
    color: #00adee;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
}
a:hover, a:focus { 
    color: #0c1733;
}

/* Lists */
ul, ul {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 2;
    padding-left: 17px;
}

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


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


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

.header-container-wrapper {
    position: relative;
    min-height: 80px;
    width: 100%;
    overflow: hidden;
}

.custom-header-logo img.logo__white {
    display: none;
}



.custom-header-logo {
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    float:left !important;
    width:auto !important;
}
.custom-header-logo img {
    width: 145.703px;
}

.custom-header-fixed {
    position: fixed;
    top: 0;
    border-bottom: 1px solid #dcdada;
    z-index: 2;
    background: #fff;
    width: 100% !important;
}

.custom-header-login ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.custom-header-login ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #00adee;
    border-left: 1px solid #dcdada;
    cursor: pointer;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.custom-header-login ul li:hover {
    color: #0c1733;
}

.custom-header-login {
    text-align: center;
    padding-top: 15px;
    float: right !important;
    display: inline-block !important;
    max-width: 321px;
}

.custom-header-login li.cstm-login-btn {
    padding-top: 19px;
    padding-left: 59px;
    padding-right: 60px;
    padding-bottom: 20px;
    vertical-align: top;
}

.cstm-login-btn span.hidden-md {
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.custom-header-login li.cstm-rp-btn {
    padding-right: 24px;
    padding-top: 20px;
    padding-bottom: 19px;
    padding-left: 27px;
}

.custom-menu-wrapper {
    margin-top: 17px;
    margin-left: 40px !important;
    text-align: right;
    width: 45% !important;
}

.custom-social-wrapper {
    max-width: 321px;
    float: right !important;
    margin-left: 0px !important;
}

i.icon-lock:before {
    content: '\e80a';
    font-size: 25px;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

i.icon-lock:hover:before {
    color: #0c1733;
}

li.cstm-lock-btn {
    display: none !important;
}

.cstm-rp-btn br.visible-md {
    display: none;
}

.cstm-login-btn i.icon-lock.visible-md {
    display: none;
}

.mobile-menu-social {
    display: none !important;
}

.modal__mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 320px;
    overflow: auto;
    /* display: none !important; */
    opacity: 0;
    visibility: hidden;
    transform: scale(1.2);
}

.modal__mask.show  {
    /* display: block !important; */
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.modal__wrapper {
    padding: 15px;
    height: 100%;
    overflow: auto;
}

.modal__container {
    max-width: 800px;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 50px 80px 40px 80px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.33);
    box-shadow: 0 2px 8px rgba(0,0,0,.33);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    float: none !important;
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

i.icon-close:before {
    content: '\e802';
    color: rgba(12,23,51,.9);
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

i.icon-close:hover:before {
    color: #00adee;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}


.custom-header-form p.title-text {
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-header-form .hs-error-msgs {
    position: absolute;
}

.custom-header-form ul.hs-error-msgs li {
    line-height: 21px;
}

.custom-header-form textarea.hs-input {
    max-height: 49px;

}

.custom-header-form .actions {
    text-align: right;
    margin-top: 20px;
}

.custom-header-form .actions input {
    margin-bottom: 0;
    line-height: 27px;
}


/* =============== Content =============== */
.content-wrapper {
    padding-top: 50px;
    padding-bottom: 20px;
}

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

.custom-footer-wrapper {
    padding-top: 80px;
    background: rgba(244,244,244,.25);
}

.footer-tou {
    display: inline-block;
    margin-left: 92px;
}

.footer-pp {
    display: inline-block;
}

.copyright-ft {
    display: inline-block;
}

.custom-footer-copyright {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #dcdada;
}

.custom-footer-copyright p {
    margin-top: 0;
    margin-bottom: 35px;
}

.custom-footer-wrapper a {
    color: #0c1733;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.custom-footer-wrapper a:hover {
    color: #00adee;
}

.custom-footer-wrapper a:hover .footer__social__icon:before {
    color: #ffffff;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;

}

.footer-pp {
    display: inline-block;
    margin-left: 89px;
}

.footer__social__link:hover {
    background-color: #00adee;
    color: #fff;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.footer__social__link {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #00adee;
    margin-bottom: 24px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    color: #00adee;
    line-height: 31px;
    font-size: 16px;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out important;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out important;
    transition: color .2s ease-in-out,background-color .2s ease-in-out !important;
}

.icon-twitter:before {
    content: '\f099';
}

.VueCarousel-navigation-button:before, .iconfont, 
[class*=' icon-']:before, [class^=icon-]:before {
    font-family: regroup;
    font-style: normal;
    font-weight: 400;
    speak: none;
    color: #00adee;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color .2s ease-in-out !important;
    -o-transition: color .2s ease-in-out !important;
    transition: color .2s ease-in-out !important;
}

.icon-linkedin:before {
    content: '\f0e1';
}

.icon-glassdoor-icon:before {
    content: '\e810';
}

.custom-footer-social-icon {
    text-align: right;
}

.footer__social__links {
    margin-left: -15px;
    margin-right: -15px;
}

.custom-footer-adrs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 17px;
}

.custom-footer-adrs ul li {
    line-height: 27px;
}

.custom-footer-logo img {
    max-width: 145px;
    width: 100%;
}

.custom-footer-adrs a {
    color: #00adee;
    font-weight: 400;
    cursor: pointer;
}

.custom-footer-adrs a:hover {
    color: #0c1733;
}

.custom-footer-menu ul li {
    margin-bottom: 24px;
    width: 42.6%;
    float: left;
}

.custom-footer-menu .hs-menu-wrapper > ul > li.active > a {
    color: #00adee;
}

.custom-footer-menu ul li a {
    line-height: 24px;
}

.custom-fooer-form h3 {
    color: #0c1733 !important;
    margin-top: 8px !important;
    font-weight: 700 !important;
    display: block;
    font-size: 16px !important;
    line-height: 24px !important;
}

.custom-fooer-form span.hs-form-required {
    display: none !important;
}

.custom-fooer-form .hs-form {
    position: relative;
}

.custom-fooer-form .actions {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 0;
}

.custom-fooer-form .hs-button {
    font-size: 0;
    padding: 5px 16px;
    border-radius: 0;
}

.custom-fooer-form .hs-button {
    font-size: 0 !important;
    padding: 5px 16px !important;
    border-radius: 0 !important;
    border: none !important;
    position: relative;
    z-index: 99999 !important;
}

.custom-fooer-form .hs-button:hover {
    background-color: transparent !important;
}

.custom-fooer-form .actions:before {
    content: '\f1d8';
    color: #00adee;
    font-family: regroup;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    top: 3px;
    right: 6px;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-fooer-form .hs-form-field {
    margin-bottom: 25px;
}

.custom-fooer-form .form-title {
    margin-bottom: 15px;
}

.custom-footer-wrapper .col3 {
    padding-left: 4.5px;
    float: right;
    margin-left: 0;
}

.custom-footer-wrapper .col2 {
    margin-left: 29px;
}

.custom-footer-wrapper .col1 {
    margin-bottom: 37px;
    margin-top: 5px;
}

.custom-footer-wrapper.lp-page {
    padding-top: 0px;
}

.custom-footer-wrapper.lp-page .custom-footer-copyright {
    margin-top: 0;
    padding-top: 32px;
    border-top: none;
}

.custom_error_message .hs-button {
    margin: 15px 0px !important;
}

.custom_error_message p {
    margin: 15px 0px;
}

    
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #0c1733;
    outline: 0;
    text-decoration: none;
    padding: 0 10px;
    font-weight: 400;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1.5;
    text-align: center;
    font-family: "Karla", sans-serif;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    font-weight: 700;
    color: #00adee;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #00adee;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    
.custom-menu-primary.mobile-hide {
    display: block !important;
}

.custom-menu-primary.mobile-show {
    display: none !important;
}

}


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

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

@media (max-width: 991px){

  /* 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: -52px;
    right: 15px;
    width: 50px;
    height: 33px;
    padding: 7px 10px 8px 10px;
    background: #ffffff;
    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;
  }
  
  .mobile-open .mobile-trigger {
    top: -59.5px;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: transparent; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 30px;
    height: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #00adee;
    display: inline-block;
  }
  
    .mobile-trigger i {
        width:25px;
    }
    
    .mobile-open .mobile-trigger i {
        width:25px;
        background-color: transparent;
        
    }
    
    
    
.mobile-trigger i:before{ 
    top: -8px;
    right: 0;
  } 
  
.mobile-open .mobile-trigger i:before {
    top: 7px;
    right: 0;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: top .1s 0s ease-in,bottom .1s 0s ease-in,transform .1s .1s ease-out,-webkit-transform .1s .1s ease-out;
}
  
.mobile-trigger i:after{
    top: 8px;
    right: 0;
  } 
  
.mobile-open .mobile-trigger i:after {
    top: 7px;
    right: 0;
    background-color: #ffffff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: top .1s 0s ease-in,bottom .1s 0s ease-in,transform .1s .1s ease-out,-webkit-transform .1s .1s ease-out;
}

  /* ===== 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;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -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: #fff; /* Icon color */
    display: block;
  }
  .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.js-enabled{
    position: relative;
  }

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .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.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: fixed;
        top: 79px;
        left: 0;
        padding-top: 0px;
        height: -webkit-calc(100vh - 72px) !important;
        height: -ms-calc(100vh - 72px) !important;
        height: -o-calc(100vh - 72px) !important;
        height: calc(100vh - 72px) !important;
        min-height: auto;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        display: flex;
        flex-flow: wrap;
       /*align-items: flex-end;*/
    }
  
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #00adee;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    margin-bottom: 12px;
  }
  
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
        font-weight: 700 !important;
        color: #ffffff !important;
    }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
   font-size: 18px;
    line-height: 28px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 15px;
    color: #fff;
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* 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{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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


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


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

div#captcha_wrapper {
    width: 100%;
    overflow-x: auto;
}

.section.post-body img {
    width: 100% !important;
}

.hs-featured-image-wrapper img {
    width: 100%;
}


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

/* Blog Author and Avatar */
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#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 */

/* Post Featured Image on Listings Page */
.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;
}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
    margin-top: 15px;
    margin-bottom: 15px;
    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; }


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

/* Blog Modules */
.blog .blog-sidebar .cell-wrapper {
    margin-bottom: 30px;
}

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

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


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

/* Form Field */
.hs-form-field {
    margin-bottom: 15px;
}

/* Labels and Legends */
.hs-form-field > label {
    color: #0c1733;
    margin-top: 8px;
    font-weight: 700;
    display: block;
    font-family: "Karla", sans-serif;
}

h3.form-title {
    font-family: "Karla", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5; 
    margin: 0px;
    color: rgba(12, 23, 51, 0.9);
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    max-width: 767px;
    font-size: 20px;
    line-height: 1.2;
    display: block;
    border: none;
    background: 0 0;
    border-bottom: 1px solid #dcdada;
    padding: 12px 0;
    width: 100%;
    color: #0c1733;
    border-radius: 0;
    font-family: "Karla", sans-serif;
    font-weight: 400;
}
textarea {
    max-width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    outline: none;
}

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

:-moz-placeholder { /* Firefox 18- */
color: #a7abb5; 
}

::-moz-placeholder { /* Firefox 19+ */
color: #a7abb5; 
}

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

.invalid.hs-input{
    border-color:red;
}

.custom-fooer-form .invalid.hs-input {
    border-color: #dcdada !important;
}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

/* Error */
.hs-error-msgs {
    margin: 0;
    list-style: none;
    padding: 0;
}

.hs-error-msgs label{
        margin-top: 2px;
        color: #ff0000;
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
}


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

/* Multiple Selection Inputs */
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 Subscription Form =============== */
#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 {
    color: #0c1733;
    margin-top: 8px;
    font-weight: 700;
    display: block;
    font-family: "Karla", sans-serif;
}

/* Input */
.widget-type-google_search input[type="text"] {
    margin-bottom: 30px;
}


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
    -webkit-appearance: none;
    text-decoration: none !important;
    color: #00adee;
    padding: 10px 46px;
    display: inline-block;
    text-align: center;
    outline: 0;
    font-size: 18px;
    line-height: 24px;
    background: 0 0;
    border-radius: 8px;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,opacity .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,opacity .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,opacity .2s ease-in-out;
    overflow: hidden;
    border: 2px solid transparent;
    border-color: #00adee;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Karla", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    white-space: pre-wrap;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    color: #fff;
    background-color: #00adee;
}

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


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
   

.blog .blog-sidebar h3 {
    font-size: 32px;
    line-height: 1.5;
    font-family: Bitter;
    font-weight: 400;
    color: #0c1733;
}

.post-header h2 a {
    font-size: 46px;
}

.post-header h2 a, .post-header h3 a {
    line-height: 1.3;
    font-family: Bitter;
    font-weight: 400;
    color: #0c1733;
}

.hs-blog-header h1 {
    margin-bottom: 0;
}

.custom_listing_comments {
   border: 1px solid #e2e2e2;
   display: block;
   line-height: 165%;
   padding: 15px;
}

#comments-listing {
   border: 1px solid #ccc;
   margin-bottom: 30px;
   margin-top: 30px;
}
#comments-listing.no-comments {
  border: none;
}
.comment.depth-0 {
   border-bottom: 1px solid #000 !important;
   border-top: medium none !important;
   margin: 0 10px 10px !important;
   padding: 0 15px !important;
}
.comment-body {
   border-bottom: medium none;
   color: ;
   display: block;
   font-family: ;
   font-size: ;
   line-height: ;
   padding: 0;
}
.comment-reply-to{
 margin-bottom: 15px;
}
.comment-from h4 {
   margin: 0;
   padding-top: 15px;
}
.comment-date {
   color:  !important;
   display: block !important;
   text-align: left;
}

.blog .hs_subscribe {
    font-size: 16px;
    color: #0c1733;
    font-weight: 700;
    line-height: 24px;
    display: block;
    font-family: "Karla", sans-serif;
}

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


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


/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 1200px){
.custom-header-login {
    text-align: center;
    padding-top: 0;
    float: right !important;
    display: inline-block !important;
    max-width: 321px;
}

.custom-header-login li.cstm-rp-btn {
    padding-right: 24px;
    padding-top: 30px;
    padding-bottom: 29px;
    padding-left: 27px;
}

.custom-header-login li.cstm-login-btn {
    padding-top: 29px;
    padding-left: 59px;
    padding-right: 60px;
    padding-bottom: 30px;
    vertical-align: top;
}

.custom-menu-wrapper {
    margin-top: 18px;
    margin-left: 0 !important;
    text-align: right;
    width: auto !important;
    float: right !important;
    margin-right: 4.3%;
}
    
}    


@media (max-width: 1199px) {
.cstm-login-btn span.hidden-md {
    display: none;
    color: #ffffff;
    font-size: 23px;
    line-height: 35px;
    font-weight: 400;
}

.cstm-login-btn i.icon-lock.visible-md {
    display: block;
}

.cstm-rp-btn br.visible-md {
    display: block;
} 

.custom-header-login li.cstm-login-btn {
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 31px;
    vertical-align: top;
}

.custom-social-wrapper {
    max-width: 205px;
    position: absolute;
    top: 0;
    right: 0;
}

.custom-header-login li.cstm-rp-btn {
    text-align: center;
}

.custom-header-login li.cstm-rp-btn {
    padding-right: 27px;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 30px;
}
.custom-header-login li.cstm-login-btn {
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 31px;
    vertical-align: top;
}

.custom-header-login {
    padding-top: 0;
}
.custom-social-wrapper {
    position: relative;
}
.custom-menu-wrapper {
    margin-top: 22px;
    margin-left: 0!important;
    text-align: right;
    width: auto !important;
    float: right !important;
    margin-right: 2%;
}

}

@media (max-width: 1125px) {


.custom-footer-wrapper {
    text-align: center;
}

.copyright-ft {
    width: 100%;
}

.footer-pp {
    margin-left: 0;
    width: 48%;
    margin-bottom: 35px;
    float: right;
}

.footer-tou {
    margin-left: 0;
    width: 48%;
    margin-bottom: 35px;
    float: left;
}

.custom-footer-wrapper .col3 {
    width: 100%;
    text-align: center;
    padding-left: 0px;
}

.footer__social__links {
    text-align: center;
    margin-top: 15px;
}

.custom-footer-copyright {
    margin-top: 11px;
}

.custom-fooer-form .hs-form {
    width: 100%;
    position: relative;
    max-width: 750px;
    display: inline-block;
}

.custom-fooer-form .form-title {
    margin-bottom: 7px;
}

.custom-footer-wrapper .col2 {
    width: 100%;
    margin-left: 0;
    text-align: center;
}
    
.custom-footer-menu ul li {
    margin-bottom: 24px;
    float: none !important;
    display: inline-block;
    width: auto;
}  

.custom-footer-menu ul li a {
    padding-left: 15px;
    padding-right: 15px;
}

.custom-footer-menu {
    margin-bottom: 32px;
    margin-top: 21px;
    text-align: center;
    border-bottom: 1px solid rgba(220,218,218,.4);
}

.container-fluid .row-fluid .page-center {
  max-width: 970px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.custom-footer-wrapper .col1 {
    width: 100%;
    text-align: center;
    padding-top: 0;
    margin-bottom: 0px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(220,218,218,.4);
}  
    
.custom-footer-adrs ul {
    margin-top: 15px;
}

.footer__social__link {
    margin-left: 20px;
    margin-right: 20px;
}

.custom-fooer-form .actions {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 4px;
}

.custom-header-login ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    display: inline-block;
    float: right;
}

.custom-menu-wrapper {
    width: 61% !important;
    margin-top: 17px;
    margin-bottom: 24px;
    margin-left: -46px !important;
    text-align: right;
}

.custom-header-logo {
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 18px;
    margin-left: 15px !important;
}
    
     
    
}



@media (max-width: 991px) {
.container-fluid .row-fluid .page-center {
    max-width: 750px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.content-wrapper {
    padding-top: 45px!important;
    padding-bottom: 45px!important;
}

.custom-footer-wrapper {
    padding-top: 80px;
    background: rgba(244,244,244,.5);
}

.custom-social-wrapper {
    max-width: 205px;
    position: absolute;
    top: 0;
    right: 0;
    display: none !important;
}

.custom-menu-primary.mobile-hide {
    display: none !important;
}

.custom-menu-primary.mobile-show {
    display: block !important;
}

.mobile-menu-social {
    display: block !important;
    bottom: 0;
}

.mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    padding-top: 15px;
    height: -webkit-calc(100vh - 72px) !important;
    height: -ms-calc(100vh - 72px) !important;
    height: -o-calc(100vh - 72px) !important;
    height: calc(100vh - 72px) !important;
   
}

.custom-menu-primary.js-enabled .hs-menu-wrapper {
   height: 0 !important;
   overflow: hidden;
   transition: all 0.4s ease !important;
   display: flex !important;
}

.custom-menu-wrapper {
    display: none !important;
}

.mobile-menu-social i.icon-lock.visible-md {
    display: none !important;
}

.mobile-menu-social ul {
    padding: 0 15px;
}

.mobile-menu-social ul li.cstm-rp-btn {
    margin-bottom: 25px;
}

.mobile-menu-social ul li {
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 14px;
    cursor: pointer;
}

.mobile-menu-social br.visible-md {
    display: none !important;
}

.mobile-open {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobile-open .custom-header-fixed {
    background: #00adee;
} 


.mobile-open img.logo__color {
    display: none;
}

.mobile-open img.logo__white {
    display: block;
}

.cstm-login-btn span.hidden-md {
    display: block;
}

.custom-fooer-form .form-title {
    margin-bottom: -3px;
}

.custom-fooer-form .hs-form-field {
    padding-left: 36px;
    padding-right: 36px;
}

.custom-fooer-form .actions {
    right: 40px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Bitter;
    font-weight: 400;
    color: #0c1733;
}

h1 {
    margin-top: 0px;
    font-size: 32px;
    line-height: 38px;
}
h2 {
    font-size: 28px;
    line-height: 36px;
}
h3 {
    font-size: 24px;
    line-height: 36px;
}
h4 {
    font-size: 22px;
    line-height: 33px;
}
h5 {
    font-size: 20px;
    line-height: 30px;
    font-family: Karla;
    font-weight: 400;
}

h6 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}
    
}

.custom_listing_comments {
    padding: 0;
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

.post-item {
    padding-bottom: 30px;
}

.post-item a:hover h3 {
    color: #00adee;
}

.post-item + .post-item {
    border-top: 1px solid #dcdada;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item, 
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    margin-right: 10px !important;
    float: left !important;
}

.hs-blog-social-share-item > *,
.fb_iframe_widget span,
.hs-blog-social-share-item iframe {
    display: block !important;
}

.comments__title {
    margin-bottom: 0;
    margin-top: 40px;
}

.post-footer .hs-form {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.post-footer .hs-submit,
.post-footer .hs-form-field,
.post-footer .hs_error_rollup {
    padding-left: 15px;
    padding-right: 15px;
}

.post-footer .hs-form-field {
    width: 50%;
    float: left;
}

.post-footer .hs-form-field.hs-fieldtype-textarea,
.post-footer .hs-form-field.hs-subscribe,
.post-footer .hs-form-field.hs-recaptcha,
.post-footer .hs_error_rollup {
    width: 100%;
}

.post-footer .hs-form-field.hs-subscribe,
.post-footer .hs-form-field.hs-recaptcha,
.post-footer .hs-form-field.hs-submit,
.post-footer .hs-form-field.hs-comment{
    float: none;
}

.post-footer  .hs-form-field.hs-subscribe .inputs-list {
    margin: 0;
}


/* ============= EMAIL SUBSCRIBE ================ */
#hs_cos_wrapper_module_152637336193323_title {
    font-size: 16px;
}

label[id^='label-email-465951ad-5021-4763-be10-ae90556ab84b_'] {
    display: none !important;  
}

input[id^='email-465951ad-5021-4763-be10-ae90556ab84b_'] {
    width: 90%;
}

form[id^='hsForm_465951ad-5021-4763-be10-ae90556ab84b_'] {
    position: relative !important;
}

form[id^='hsForm_465951ad-5021-4763-be10-ae90556ab84b_'] .hs_submit .hs-button {
    margin: 0;
    font-size: 0 !important;
    padding: 5px 16px !important;
    border-radius: 0 !important;
    border: none !important;
    position: relative;
    z-index: 99999 !important;
}

form[id^='hsForm_465951ad-5021-4763-be10-ae90556ab84b_'] .hs_submit .hs-button:hover {
    background-color: transparent !important;
}

form[id^='hsForm_465951ad-5021-4763-be10-ae90556ab84b_'] .hs_submit .actions {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 0;
}


form[id^='hsForm_465951ad-5021-4763-be10-ae90556ab84b_'] .hs_submit .actions:before {
    content: '\f1d8';
    color: #00adee;
    font-family: regroup;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    top: 3px;
    right: 6px;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
}



@media (max-width: 767px) {
    .post-footer .hs-form-field {
        width: 100%;
        float: none;
    }
}

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

@media (min-height: 700px) {
.custom-menu-primary .hs-menu-wrapper > ul li a {
    line-height: 43px;
}

.mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    padding-top: 33px;
    height: -webkit-calc(100vh - 72px) !important;
    height: -ms-calc(100vh - 72px) !important;
    height: -o-calc(100vh - 72px) !important;
    height: calc(100vh - 72px) !important;
}

.mobile-menu-social ul li.cstm-rp-btn {
    margin-bottom: 46px;
}

.mobile-menu-social ul li {
    margin-bottom: 24px;
}

}

@media (max-width: 991px) and (max-height: 500px) {
.mobile-menu-social {
    display: block !important;
    position: relative;
    bottom: 0;
}
}


@media (max-width: 767px) {
.custom-header-form .hs-form-field {
    width: 100% !important;
}

.modal__container {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.modal__container .hs-form-field > label {
    text-align: left !important;
}

.custom-header-form p.title-text {
    margin-top: 20px;
    margin-bottom: 0;
}

.modal__close {
    top: 15px;
    right: 15px;
}

.custom-header-form .actions {
    text-align: right;
    margin-top: 0;
}

.modal__container .hs-form-field {
    padding-right: 0px !important;
}

div#hubspot-author_data span {
display: inline-block;
}
.blog .blog-sidebar{
margin-top: 30px;
}

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

@media (max-width: 400px) {
.email-prefs .item .item-inner * {
    font-size: 12px;
}   
.subscribe-options label {
    margin-left: 0px;
}
}

@media (max-width: 338px) {
.email-prefs .item .item-inner * {
    font-size: 11px;
}  

.subscribe-options label span {
    font-size: 12px;
}
.subscribe-options label {
    margin-left: 0px;
}
}

/* ==================== Blog detail ====================== */
.blog-post-wrapper h3 {
    margin-top: 0;
}

/* ================== Subscribe page ===================== */

@media screen and (min-width: 768px) {
    .custom-footer-wrapper-layout {
        position: relative;
    }
   .floating-footer {
        position: absolute;
        bottom:  0;
    } 
}

@media screen and (max-width: 767px) {
    .floating-footer {
        position: relative;
        margin-top: 50px;
    } 
}

.custom-subscribe-content .hs_cos_wrapper_type_blog_subscribe {
    text-align: left;
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 10px;
}

.hs_error_rollup {
    display: none;
}

/* ============= Custom page ================*/
.left-container-box h2 {
    margin-top: 0;
}

@media screen and (min-width: 992px) {
    .sidebar.right {
        margin-top: 150px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar.right {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .sidebar.right {
        margin-top: -50px;
    }
}


