/**
* Author: James Davies 
* Author URL: digital22.com
* Theme Name: ATL
* 
*/


@import url(//designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css);
@import url("https://use.typekit.net/dhn7tsd.css");
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i');



/* ==========================================================================
HS COS Boilerplate v1.5.0                                
========================================================================== */

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


/*=====================================*/
/*======= Custom Modules Style ========*/
/*=====================================*/



/* Testimonial */
.quote-box {}
.quote {
    border: none;
    padding: 0;
    font-size: 17px;
    color: #555;
    margin: 0;
    font-family: georgia, sans-serif;
    line-height: 25.5px;
}
.quote-box .details {
    font-size: 13px;
    margin-top: 8px;
}  
.quote-box .name {
    font-weight: normal;
    font-size: 14px;
}
.quote-box .title {
    color: #b3b3b3;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
}
.quote-box .fa {
    font-size: 25px;
    float: left;
    padding: 15px 18px;
    margin: 0px 20px 10px 0px;
    background: #F1F1F1;
    border: 1px solid #ddd;
}
.img-rounded {
    border-radius: 6px;
}
.testimonial-headshot img{
    border-radius: 50%;
    max-width: 150px;
    max-height: 150px;
    margin-top: -10px;
    border: 5px solid #f5f5f5;
}


/* Accordion */
.accordion { margin-bottom: 20px; }
.accordion_group {
    margin-bottom: 2px;
    border: 1px solid ;
    border-radius: 4px;
    background: #f0f0f0;
    padding: 5px 10px;
}
.accordion_header {
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    padding: 10px 15px 10px 25px;
}
.accordion_content { padding: 10px 15px 10px 25px; }
.accordion_group .accordion_icon {
    position: relative;
}
.accordion_group .accordion_icon::before,
.accordion_group .accordion_icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 12px;
    height: 2px;
    margin-top: 10px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .25s;
    transition: all .25s;
    background-color: rgba(25, 26, 26, 0.7);
}
.accordion_group.expanded .accordion_icon::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
}
.accordion_group .accordion_icon::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
}
.accordion_group .accordion_icon::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion_group.expanded .accordion_icon::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
@media (max-width: 767px) {}
/* 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; }



/*=====================================*/
/*======= Custom Modules Style ========*/
/*=====================================*/


/* FAQ Module */
.accordion {}
.accordion_group {
    margin-bottom: 2px;
    background: #f0f0f0;
    padding: 5px 10px;
}
.accordion_header {
    cursor: pointer;
    font-size: 18px;
    line-height: 16px;
    width: 100%;
    padding: 10px 15px;
}
.accordion_icon{
    color: #34495e;
    padding-right: 16px;
    background-color: #34495e;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 3px;
}
.accordion_content { 
    padding: 10px 15px;
    display: none;
}

.accordion_group .accordion_icon {
    position: relative;
}
.accordion_group .accordion_icon::before,
.accordion_group .accordion_icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 3px;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .25s;
    transition: all .25s;
    background-color: #f0f0f0;
}
.accordion_group.expanded .accordion_icon::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
}
.accordion_group .accordion_icon::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
}
.accordion_group .accordion_icon::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion_group.expanded .accordion_icon::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
@media (max-width: 767px) {}


/* Testimonial */
.quote-box {
    background: #f5f5f5;
    padding: 30px;
    padding-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    margin-bottom: 30px;
}
.quote-box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f5f5f5;
    position: absolute;
    bottom: -20px;
    margin-left: -20px;
    left: 50%;
}
.quote {
    border: none;
    padding: 0;
    font-size: 16px;
    color: #666666;
    margin: 0px;
}
.details {
    font-size: 13px;
}  
.name {
    display: block;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}
.quote-box .title {
    display: block;
    color: #b3b3b3;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 13px;
}
.quote-box .fa{
    font-size: 18px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.img-rounded {
    border-radius: 6px;
}
.testimonial-headshot {
    text-align: center;
}
.testimonial-headshot img{
    border-radius: 50%;
    max-width: 150px !important;
    max-height: 150px !important;
    margin-top: -10px;
    border: 5px solid #f5f5f5;
}

/* Services/ Product */
.service-group::after {
   content: " ";
   display: block; 
   height: 0; 
   clear: both;    
}


/* Well Module */

/* Well Colors */









#well{
    min-height: 20px;
    margin-bottom: 20px;       
    border-radius: 4px;
    color: #fff;
}
#well .default{
    border-radius: 4px;        
    border-style: solid;
    border-width: 1px;
    background: #34495e;
    border-color: #02172c;
}
#well .primary{
    border-radius: 4px;
    background: #74bdfc;
    border: 1px solid #428bca;
}    
#well .success{
    border-radius: 4px;
    background: #8eea8e;
    border: 1px solid #5cb85c;
}    
#well .danger{
    border-radius: 4px;
    background: #db7674;
    border: 1px solid #a94442;
}    
#well .info{
    border-radius: 4px;
    background: #8df2ff;
    border: 1px solid #5bc0de;        
}   
#well .plain{
    border-radius: 4px;
    background:#f5f5f5;
    color: #666;
    border: 1px solid #ddd;
}
#well .small{
    padding: 20px;
}
#well .medium{
    padding: 24px;
}   
#well .large{
    padding: 28px;
}
#well .close{
    float: right;
    padding: 3px 10px 0px 0px;
    cursor: pointer;
    color: #666;
}

/* Tabber Module */
.body-container .custom-tabber-wrap .tabber-tabs {
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 40px 0 -2px;
}
.custom-tabber-wrap .tabber-tabs > li {
    float: left;
}
.custom-tabber-wrap .tabber-tabs > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: ;
    text-decoration: none;
    display: block;
}
.custom-tabber-wrap .tabber-tabs > .active > a, 
.custom-tabber-wrap .tabber-tabs > .active > a:hover, 
.custom-tabber-wrap .tabber-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-tabber-wrap .tabber-content .tab-pane {
    background: #fff;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: ;
}
.custom-tabber-wrap .tabber-content .tab-pane.active:nth-child(1) {
    border-top-left-radius: 0;
}
.body-container .custom-tabber-wrap .tabber-content ul {
    padding: 0;
    margin: 0;
}
.custom-tabber-wrap .tabber-content .block h3 {
    display: none;
}
/* Missing Template at Path: \'Custom\/page\/ATL\/animate.css\' */



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

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

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


/* ==========================================================================
Variables                                               
========================================================================== */


/**
* Find the most consistently used font styles, colors, and container widths 
* for your site and assign them to the jinja variables below for easy use 
* and reference. 
*
* Apply the variable as shown below.  Ignore the jingja comment tags.
*
* 
*/

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */











/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.container' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
/* @import url('http://example.com/example_style.css'); */

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

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

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


/** 
* Create jinja macros for CSS3 properties that need browser prefixes.
*
* Apply the style as shown below on it's own CSS property line.  
* Ignore the jinja comment tags. 
*
* 
*/

 

/** 
* Example of how to apply the above macro (ignore the jinja comment tags):
*
* a {
*   color: red;
*   font-size: 12px;
*    
* }
*/

/** 
* Box Sizing
* 
* Applies a natural box layout model to all elements so that width and padding 
* are essentially combined, making responsive styles easier to manage.
*/

*, *: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;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #355863;
  font-family: futura-pt,sans-serif;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 6.5rem;
}

@media (max-width: 1024px) {   
  body {
    margin-top: 4.7rem;
  }
}


@media (max-width: 767px) {   
  body {
    margin-top: 4rem;
  }
}


/**
* Page Center
*
* Apply .containet to full-width modules.
*/

.container-fluid .row-fluid .container {
  float: none;
  max-width: 1110px;
  margin: 0 auto;
}

.header-container .row-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container {
  float: none;
  max-width: 1110px;
  margin: 0 auto;
  z-index: 20;
}


@media (min-width: 1605px) {   
  .container {
    max-width: 1260px !important;
  }
}




a { color: gray; }
a:hover, a:focus { color: #000; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

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



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


/* Basic text */
p,ul,li { 
  font-size:18px;
  font-family: futura-pt,sans-serif;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

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

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}


button a{
  font-family: 'PT Sans';
  font-weight: bold;
}
button {
  font-family: 'PT Sans';
  font-weight: bold;

}

.pt40{
  padding-top:40px;
}

/* ==========================================================================
Content                                                 
========================================================================== */
.body-container-wrapper{
  width:100%;
  overflow:hidden;
}
@media (max-width: 767px) {
  .body-container-wrapper{
    margin-top: 5rem;
  }
}


.body-container-wrapper p{
  color:#345768;
  font-family: 'PT Sans',sans-serif;
}



.box {
  position: relative;
  min-height: 440px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  resize: both;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.box div {
  color: #000;
  width: 100%;
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  resize: both;
}
/* @import url('http://example.com/example_style.css'); */

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

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

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


.header-container-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100vw;
  -webkit-box-shadow: 2px 17px 39px -22px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 17px 39px -22px rgba(0,0,0,0.75);
  box-shadow: 2px 17px 39px -22px rgba(0,0,0,0.75);
}
.header-container {
  position:relative;
  z-index:9;
}

/* Logo styling */

.header-container .logo img{
  width:100%;
}
.header-container{
  width: 100%;
  background-color:#fff;
  padding: 20px 0;
}
.header-container.sticky-header{
  position: fixed;
  top: 0;
  padding: 10px 0; 
}

@media (min-width: 1024px and max-width: 1605px){
  .header-container{
    padding: 20px;
  }
  .header-container .logo img{
    width:60%;
  }
}
/*   fix*/
@media (max-width: 767px){
  .header-container .logo img{
    width:90%;
    position: relative;
    z-index: 200;
    min-height: 3.15rem;

  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .header-container .logo img{
    width:50% !important;
  }
}
  /* Submenu styling */

  div.hs-menu-wrapper.active-branch > ul {
    min-width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  li.hs-menu-item.hs-menu-depth-1 a{
    color:#fff;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    transition: 0.8s;
  }

  @media(min-width: 1024px){
    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul {
      padding-top: 25px;
      min-width: 100%;
      position: relative;
    }
    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul{
      -webkit-box-shadow: 2px 29px 24px -9px rgba(51,51,51,1);
      -moz-box-shadow: 2px 29px 24px -9px rgba(51,51,51,1);
      box-shadow: 2px 29px 24px -9px rgba(51,51,51,1);
    }
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul > li {
    padding: 8px 4px;
    background-color: #fff;
    transition: .7s
  }

  @media(min-width: 1024px){
    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul > li {
      border-bottom: 1px solid rgba(112,112,112, 0.4) ;
      padding: 9px 17px;
    }
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul > li:last-of-type {
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
    border-bottom: none;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul > li a {
    text-transform:capitalize;
    font-weight: 700;
    font-size: 18px;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul::after {
    position: absolute;
    content: "";
    bottom: 10px;
    bottom: -7px;
    width: 100%;
    height: 31px;
    z-index: -1;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
  }



  li.hs-menu-item.hs-menu-depth-1 > a{
    transition: .8s;
  }


  li.hs-menu-item.hs-menu-depth-1:nth-of-type(2),
  li.hs-menu-item.hs-menu-depth-1:nth-of-type(3),
  li.hs-menu-item.hs-menu-depth-1:nth-of-type(4) {
    position: relative;
  }

  li.hs-menu-item.hs-menu-depth-1:nth-of-type(2):after,
  li.hs-menu-item.hs-menu-depth-1:nth-of-type(3):after,
  li.hs-menu-item.hs-menu-depth-1:nth-of-type(4):after {
    position: absolute;
    content: "";
    background: url(https://www.atltranslate.com/hubfs/Assets%202020/Home/menu_arrow.svg);
    left: 100%;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
  }

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


    li.hs-menu-item.hs-menu-depth-1:nth-of-type(2):after,
    li.hs-menu-item.hs-menu-depth-1:nth-of-type(3):after,
    li.hs-menu-item.hs-menu-depth-1:nth-of-type(4):after {
      left: 97%;
    }
  }

  @media(max-width:1024px){


    li.hs-menu-item.hs-menu-depth-1:nth-of-type(2):after,
    li.hs-menu-item.hs-menu-depth-1:nth-of-type(3):after,
    li.hs-menu-item.hs-menu-depth-1:nth-of-type(4):after {
      width: 5px;
      height: 5px;
    }
  }

  @media(max-width: 767px){

    li.hs-menu-item.hs-menu-depth-1:nth-of-type(1) > a:hover{
      color: #665ED0;
    }

    li.hs-menu-item.hs-menu-depth-1:nth-of-type(2) > a:hover {
      color: #6cbe45;
    }

    li.hs-menu-item.hs-menu-depth-1:nth-of-type(3) > a:hover{
      color: #e98f23;
    }

    li.hs-menu-item.hs-menu-depth-1:nth-of-type(4) > a:hover {
      color: #cd3a39;
    }

    li.hs-menu-item.hs-menu-depth-1:nth-of-type(5) > a:hover {
      color: #665ED0;
    }
  }

  @media(min-width: 767px){

    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-of-type(2) ul::after {
      background-color: #6cbe45;
    }

    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-of-type(3) ul::after {
      background-color: #e98f23;
    }

    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-of-type(4) ul::after {
      background-color: #cd3a39;
    }

    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-of-type(2) ul > li:hover{
      background-color: #6cbe45;
      transition: .7s
    }

    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-of-type(3) ul > li:hover {
      background-color: #e98f23;
      transition: .7s
    }

    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-of-type(4) ul > li:hover{
      background-color: #cd3a39;
      transition: .7s
    }

    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul > li:hover > a {
      color: white;
      transition: .7s
    }

  }

  @media(max-width:1024px){

    div.hs-menu-wrapper.active-branch > ul {
      flex-direction: column;
    }
    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul {
      display: block;
    }
  }


  /* Submenu search input */

  .header__container {
    position:relative;
  }

  .header__container .header-container-search {
    position:absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%)
  }

  @media (max-width: 1024px) {
    .header__container .header-container-search {
      left: 0;
      height: 100%;
    }

    .header-container-search .row-fluid-wrapper.row-depth-2.row-number-2 {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1;
      top: 140%;
    }
  }


  @media (max-width: 767px) {

    .header__container .row-fluid-wrapper.row-depth-1.row-number-5 {
      height: 100%;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
    }

    .header__container .header-container-search {
      right: 0;
      left: initial;
    }

    .header__container .row-fluid-wrapper.row-depth-2.row-number-1  {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }

    .header__container .header-container-search  {
      height: 100%;
      width: 100% !important;
      position: initial !important;
      top: initial;
      transform: initial;
    }

    /*    .header__container{
    padding: 0 1rem;
  }
    */
    /*   .header__container .header-container-search {
    left: initial;
    right: 4.3rem;
  } */


  }
  /* header rebuild */
  @media (max-width: 1111px){
    .container {
      padding: 0 20px;
    }
  }
  /* @media (max-width: 1111px) {
  .inputWidth {
  min-width: 67vw !important;
} */



  /*  */

  .header-container-search .hs-search-field__bar {
    min-width: 0;
    position: absolute;
    height: 4rem;
    background: #fff;
    right: 100%;
    bottom: 100%;
    transition: min-width 0.8s;
    padding: 0;
  }

  .inputWidth {
    min-width: 54vw  !important;
  }

  @media (max-width: 1605px) {
    .inputWidth {
      min-width: 67vw !important;
    }
  }

  @media (max-width: 1300px) {
    .inputWidth {
      min-width: 73vw !important;
    }
  }

  @media (max-width: 1024px) {
    .header-container-search .hs-search-field__bar {
      min-width: initial;
      min-height: 0;
      height:0;
      transition: min-height 0.8s;
      overflow:hidden;
    }

    .inputWidth {
      position: absolute;
      width: 100vw !important;
      min-height: 4rem !important;
      transition: min-height 0.8s;
      left: 0;
      top: -3px;
    }
  }

  .header-container-search .hs-search-field__bar input{
    position: absolute;
    right: 50%;
    background: 0;
    outline: 0;
    border: 0;
    font-size: 2rem;
    font-weight: 500;
    width: 95%;
    border-bottom: 1px solid #355863;
    color: #355863;
    bottom: 1rem;
    transform: translate(50%, 50%);
    padding: 0;
  }

  @media (max-width: 1024px) {
    .header-container-search .hs-search-field__bar input {
      bottom: 50%;

    }
    .header-container .logo img,
    .header__cta a{
      position:relative;
      z-index:9999;

    }
  }

  .header-container-search .hs-search-field__input::placeholder { 
    color: #355863;
    opacity: 1; 
  }

  .header-container-search button{
    min-height: 3rem;
    width: 3rem;
    border: none;
    background: none;
    cursor: pointer;
  }

  .header-container-search button:focus{
    border: none;
    outline: none;
  } 

  @media (max-width: 1024px) {
    .header-container-search button{
      right: 25%;
      top: 0;
      position: absolute;
    }


  }



  @media (max-width: 767px) {
    .header-container .row-fluid-wrapper.row-depth-1.row-number-4 {
      /*     margin: 0 2rem; */
    }

    .header-container-search button{
      right: 15%;
      bottom:0;
    }
  }

  @media (max-width: 460px) {
    .header-container .row-fluid-wrapper.row-depth-1.row-number-4 {
      /*     margin: 0 1rem; */
    }

    .header-container-search button{
      right: 17%;
    }

  }

  @media (max-width: 415px) {
    .header-container-search button{
      right: 20%;
      top:50%;
      transform:translateY(-50%);
    }     
    .header-container .logo img{
      transform: translateX(-10px);
    }
  }
  /* @media (max-width: 375px) {
  .header-container-search button{
  right: 17%;
}     

} */


  /* .header-container-search svg{
  height: 2.5rem;
  fill: #355863;
}
  */



   /* Set ul background color */
   /* Set li background Color */
   /* Set link Color */
   /* Set link Hover Color */

  /* Parent List */
  .custom-menu-primary{
    padding-top: 0;
  }

  .header__hamburger {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul{ 
    background: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    background:#fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color:#355863 !important;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    padding: 4px 10px;
    text-decoration:none;
    font-family: futura-pt,sans-serif;
  }

  @media (max-width: 1605px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
      font-size: 18px;
    }
  }

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

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

  /* 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;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
  }

  @media (min-width:1025px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
      border-bottom-left-radius: 21px;
      border-bottom-right-radius: 21px;
    }
  }


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




  /* ==========================================================================
  Mobile Menu - Hubspot Standard Toggle Menu
  ========================================================================== */


  @media (max-width: 1024px){
    /* Variables
    ========================================================================== */

       /* Set Mobile Menu Background Color */
          /* Set Link Color */
     /* Set Link Hover Color */

    /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */
    #hs_cos_wrapper_module_152145278824253_ {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    /* menu fix  */
    .custom-menu-primary {
      position: fixed;
      /*     top: 0; */
      top: 80px;
      min-width: 100vw;
      height: 90vh !important;
      overflow-y: scroll;
      transform: translateX(100%);
      transition: transform 0.5s ease-in-out;
    }
    .openMobile {
      transform: translateX(0);
      left:0;
      z-index: -1;
      margin:0 !important;
    }

    .header__hamburger {
      display: block;
      border: none;
      position: relative;
      background-color: transparent;
      margin: 0.625rem 0 0.625rem 0;
      width: 1.875rem;
      height: 1.4375rem;
      cursor: pointer;
      z-index: 5; 
    }
    .header__hamburger span {
      display: block;
      position: absolute;
      height: 0.25rem;
      width: 100%;
      background: #355863;
      border-radius: 0.3125rem;
      opacity: 1;
      left: 0;
      transform: rotate(0deg);
      transition: 0.25s ease-in-out;
      pointer-events: none; 
    }
    .header__hamburger span:nth-child(1) {
      top: 0;
      will-change: top, width, left; }
    .header__hamburger span:nth-child(2), .header__hamburger span:nth-child(3) {
      top: 0.5625rem;
      will-change: transform; }
    .header__hamburger span:nth-child(4) {
      top: 1.125rem;
      will-change: top, width, left; }
    .header__hamburger--open span:nth-child(1) {
      top: 0.5625rem;
      width: 0%;
      left: 50%; }
    .header__hamburger--open span:nth-child(2) {
      transform: rotate(45deg); }
    .header__hamburger--open span:nth-child(3) {
      transform: rotate(-45deg); }
    .header__hamburger--open span:nth-child(4) {
      top: 0.5625rem;
      width: 0%;
      left: 50%; }

    .header__hamburger:focus {
      border: none;
      outline: none;
    }

    /* menu fix */
    .custom-menu-primary .hs-menu-wrapper.active-branch {
      padding: 50px 17px;
      /*     padding-top: 7rem; */
      padding-top: 3.5rem !important;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {      
      white-space: pre;
    }


    .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:#355863 !important;
    }

    @media (max-width: 767px){
      .header__hamburger {
        /*       width: 2.875rem; */
        max-width: 40px;
        width: 100%;
      }
    }

    /*   @media (max-width: 460px){
    .header__hamburger {
    width: 3.875rem;
  }
  } */



    /* Menu Styles on Mobile Devices
    ========================================================================== */  

    .custom-menu-primary.js-enabled{
      position: relative;
      padding-top: 44px; /* Makes room for button */
      margin: 10px 0 10px 0;
      margin-bottom:-70px;

    }

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

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

    /* Mobile Menu Styles */ 
    .custom-menu-primary.js-enabled .hs-menu-wrapper{
      width: 100%;
      position: absolute; /**************************************************************/
      top: 10px;;             /* Positions the menu to drop from the very top of the screen */
      left: 0;          /**************************************************************/
      padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper{
      background-color: #fff !important; /* Menu background color set off global menuColorMobile variable */
      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-weight: 600;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li a{
      line-height: 45px;
      overflow: visible;
      font-size: 1.4rem !important;
      position: relative;
    }

    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
    }
    .custom-menu-primary .hs-menu-wrapper ul > li a:after{
      position: absolute; 
      content: "";
      left: 0;
      bottom: 0;
      width: 0;
      height: 1px;
      background-color: #355863;
      transition: width .6s;
    }

    .custom-menu-primary .hs-menu-wrapper >  ul > li a{
      padding: 0 10px;
      color:#ffffff; /* link color set by global mobile-aColor variable */
    } 
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover:after{
      width: 100%;
    }

    .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(n+1) a:hover:after{
      background-color: #e98f23;
    }

    .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(n+2) a:hover:after{
      background-color: #cd3a39;
    }

    .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(n+3) a:hover:after{
      background-color: #6cbe45;
    }

    .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(n+4) a:hover:after{
      background-color: #665ED0;
    }

    /* Level 2 and Higher Menu List Styles */
    .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 */
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
    }
  }
/* @import url('http://example.com/example_style.css'); */

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

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

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

.footer-container-wrapper{
  background-color:#355863;
  padding:60px 0;
}
.footer-container-wrapper .left img{
  width:10%;
  margin-bottom:10px;
}
/*  */
@media (max-width: 1200px) {
  .footer-container-wrapper .left img{
  width:20%;
  }
}
@media (max-width: 500px) {
  .footer-container-wrapper .left img{
  width:40%;
  }
}
/*  */

.footer-container-wrapper .left p{
  color:#fff;
  font-family: futura-pt,sans-serif;
  font-size:16px;
}
.footer-container-wrapper .left p a{
  color:#fff;
  text-decoration:none;
}
.footer-container-wrapper .left .cta{
  margin:25px 0; 
}
.footer-container-wrapper .left .cta a{
  background-color: #fff;
  color: #355863;
  padding: 6px 10px;
  border-radius: 10px;
  font-weight:bold;
  font-size:21px;
}
.footer-container-wrapper p.copyright{
  margin-bottom:0px;
}
.footer-container-wrapper .copyright a{
  font-weight:bold;
}
.footer-container-wrapper .right p{
  margin:0px;
  font-family: futura-pt,sans-serif;
  font-size:16px; 
}
.footer-container-wrapper .right p a{
  color:#fff;
  text-decoration:none;
  font-size:18px;
}
.footer-container-wrapper .right .digital{
  color:#fff;
  margin-top:20px;  
}
.footer-container-wrapper .right .social{
  padding:20px 0 32px 0;
}
.footer-container-wrapper .right .social img{
  width:14%;
}
.footer-container-wrapper .middle-area ul{
  list-style:none;
  padding-left:0px;
}
.footer-container-wrapper .middle-area li{
  padding:3px 0; 
}
.footer-container-wrapper .middle-area li a{
  color:#fff;
  text-decoration:none;
  font-size:21px;
  font-weight:bold;
  text-transform:uppercase;
  font-family: futura-pt,sans-serif;
}
.footer-container-wrapper .right .social a{
  padding-right:10px;
}


@media (max-width: 1024px) {
.footer-container-wrapper {
    padding: 60px 37px;
}

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

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

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


/* ==========================================================================
VIDEO STYLING HOME                                              
========================================================================== */

.video-section {
  margin-bottom: 4rem !important;
}

.video-section .row-fluid  {
  width: 100% !important;
  display: flex !important;
  align-items: center;
}

@media (max-width: 1605px) {
  .video-section .row-fluid{
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .video-section:last-of-type() {
    margin-bottom: 0 !important;
  }

  .video-section .row-fluid {
    flex-direction: column-reverse;
    padding: 2rem 0;
    padding: 0;
  }

  .video-section .widget-span.widget-type-custom_widget {
    width: 100%;
  }

}


@media (max-width: 767px) {
  .video-section .row-fluid {
    align-items: initial;
  }
}


.video-section__header {
  padding-right: 2.4rem;
}

@media (max-width: 1024px) {
  .video-section__header {
    padding: 0 4.7rem;
    text-align: center;
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .video-section__header {
    padding: 0 1rem;
    margin-top: 4rem;
  }
}

.video-section__header h3 {
  color: #355868;
  font-size: 2.5rem;
  margin: 2rem 0;
  text-transform: capitalize;
}

@media (max-width: 1605px) {
  .video-section__header h3 {
    font-size: 2.3rem;
    margin:  0;
    margin-bottom: 1rem;
  }
}

@media (max-width: 1024px) {
  .video-section__header h3 {
    font-size: 2rem;
  }
}

.video-section__header p {
  font-family: 'PT Sans',sans-serif;
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 1605px) {
  .video-section__header p {
    font-size: 1.3rem;
  }
}

.video-section__box {
  min-width: 51%;
}





/* ==========================================================================
HOME                                                
========================================================================== */

/* Home - Global Section Heading*/

.home__heading h2{
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 5rem 0;
}

@media (max-width: 1024px) {
  .home__heading h2 {
    margin: 3rem 0;
    font-size: 2.7rem;
  }
}

.home__heading-companies h2 {
  margin: 0; 
  margin-bottom: 5rem;
}

@media (max-width: 1605px) {
  .home__heading h2{
    font-size: 2.7rem;
  }
}

@media (max-width: 767px) {
  .home__heading-companies h2 {
    margin: 0 2rem;
  }

  .home__heading h2{
    margin: 3rem 0;
    font-size: 1.8rem;
  }
}

/* Home - Hero Banner*/

.home-header{
  background-image: url(https://4148556.fs1.hubspotusercontent-na1.net/hubfs/4148556/Assets%202020/Home/Home.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 5.5rem);
  overflow: hidden;
}
.home-header .circle-top{
  background-color:#cd3a39;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  height: 700px;
  width: 700px;
  position: relative;
  left: -14rem;
  top: -9rem;
}

@media (max-width: 1024px) {   
  .home-header {
    height: initial;
  }
}

/*  */
@media (max-width: 767px) {   
  .home-header {       
    background-position: top right;  
    background-size: 168%;
    height: calc(100vh - 5.5rem);    
    min-height: calc(121vh - 4rem) !important;
  }
} 
@media (max-width: 330px){
  .home-header {
    background-position: top right;
    background-size: 168%;
    height: calc(100vh - 5.5rem);
    min-height: calc(166vh - 4rem) !important;
  }}
/*  */
@media (max-width: 330px) and (max-height: 568px){
  .home-header {  
    background-size: 200%;    
  }
}

.home-header .circle-bottom{
  background-color: #e98f23;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 700px;
  width: 700px;
  position: absolute;
  right: -15rem;
  bottom: -72rem;
}

.home-header .circle-bottom:after{
  background: transparent;
  content: "";
  outline: 0;
  border: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px dashed rgba(255,255,255,0.3);
  position: absolute;
  top: 0;
  left: 70%;
}

.home-header .circle-top button{
  background: transparent;
  outline: none;
  border: none;
  max-width: 16rem;
  position: absolute;
  bottom: -5%;
  right: 5%;
  cursor: pointer;
  transition: transform .8s;
}

.home-header .circle-top button:hover{
  transform: scale(1.1);
  transition: transform .8s;
}

.home-header .circle-top button::after{
  background: transparent;
  content: "";
  outline: 0;
  border: 0;
  width: 16rem;
  height: 16rem;
  border-radius: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%) scale(3);
}

@media (max-width: 1800px) {
  .home-header .circle-top {
    height: 658px;
    width: 658px;
    left: -210px;
    top: -116px;
  }

  .home-header .circle-bottom{
    height: 678px;
    width: 678px;
  }

}

@media (max-width: 1700px) {
  .home-header .circle-top button::after{
    transform: translate(50%, 50%) scale(2.7);
  }
}


.home-header .circle-bottom .inner{
  position: absolute;
  right: 0;
  top: 10rem;
  left: 0;
  margin: 0 auto;
  max-width: 76%;
}

@media (max-width: 1800px) {
  .home-header .circle-bottom .inner{
    max-width: 77%;
  }
}

@media (max-width: 1700px) {
  .home-header .circle-bottom .inner{
    max-width: 79%;
  }
}

@media (max-width: 1605px) {
  .home-header .circle-bottom .inner{
    top: 6rem;
    max-width: 75%;
  }
}


@media (max-width: 1300px) {
  .home-header .circle-bottom .inner{
    top: 6rem;
  }
}

.home-header .circle-bottom .inner h4{
  color:#fff;
  text-align:right;
  font-size:38px;
  margin:0px;
}
.home-header .circle-bottom .inner p,
.home-header .circle-top .inner p {
  color: #fff;
  text-align: left;
  font-size: 1.8rem;
  font-family: futura-pt,sans-serif !important;
}

.home-header .circle-top .inner p {
  margin: 0;
}

.home-header .circle-bottom .inner p {
  margin-top: 0;
  font-family: futura-pt,sans-serif !important;
}

@media (max-width: 1700px) {
  .home-header .circle-top {
    height: 600px;
    width: 600px;
    left: -158px;
    top: -94px;
  }


  .home-header .circle-bottom{
    height: 636px;
    width: 636px;
    right: -10rem;
    bottom: -66rem;
  }
}


@media (max-width: 1605px) {
  .home-header .circle-top .inner p {
    font-size: 1.75rem;
  }

  .home-header .circle-bottom .inner p {
    font-size: 1.2rem;
    margin-top: 25px;
  }
}

@media (max-width: 1370px) {
  .home-header .circle-top .inner p {
    font-size: 1.3rem;
  }
}

.home-header .circle-bottom .inner p span {
  font-weight: 700;
  font-size: 2.1rem;
  font-family: futura-pt,sans-serif !important;
}

@media (max-width: 1605px) {
  .home-header .circle-bottom .inner p span {
    font-size:23px;
  }
}


.home-header h1{
  color:#fff;
  font-size:38px;
  line-height: normal;
  font-weight:bold;
  margin:0px;
  margin-top:50px;
}

@media (max-width: 1605px) {
  .home-header h1{
    font-size:2.7rem;
  }
}

@media (max-width: 1400px) {
  .home-header h1{
    font-size:2.4rem;
  }
}

@media (max-width: 1370px) {
  .home-header h1{
    font-size:2rem;
  }
}

.home-header h3{
  color:#fff;
  font-size:38px;
  font-weight:500;
  margin:20px 0;
}


.home-header .inner{
  position: absolute;
  left: 14rem;
  top: 11rem;
  max-width: 50%;
}

@media (max-width: 1800px) {
  .home-header .inner {
    left: 12rem;
    top: 9rem;
    max-width: 49%;
  }

}

@media (max-width: 1700px) {
  .home-header .inner {
    left: 10rem;
    top: 7rem;
    max-width: 55%;
  }

  .home-header .circle-top button img {
    max-width: 87%;
  }

}
.home-header .circle-two{
  position: absolute;
  top: 360px;
  right: -60px;
}

@media (max-width: 1400px) {

  .home-header .circle-top  {
    height: 475px;
    width: 475px;
    top: -64px;
    left: -51px;
    transform: scale(0.9);
  }

  .home-header .inner {
    left: 7rem;
    top: 4rem;
    max-width: 51%;
    margin-left: 23px;
  }

  .home-header .circle-top button {
    transform: scale(.9);
  }

  .home-header .circle-top button img {
    max-width: 71%;
  }

  .home-header .circle-top button::after {
    transform: translate(50%, 50%) scale(1.9);
  }
}


@media (max-width: 1605px) {
  .home-header .circle-top  {
    transform: scale(0.9);
  }

  .home-header .circle-bottom {
    right: -2rem;
    bottom: -62rem;
    height: 475px;
    width: 475px;
  }

}


@media (max-width: 1445px) {
  .home-header .circle-top  {
    transform: scale(0.7);
  }

  .home-header .circle-bottom {
    right: -2rem;
    bottom: -50rem;
    height: 475px;
    width: 475px;
  }

  .home-header .inner{
    max-width: 53%;
    left: 10rem;
    top: 6rem;

  }


}

@media (max-width: 1370px) {
  .home-header .circle-top  {
    transform: scale(0.9);
  }

  .home-header .circle-bottom {
    transform: scale(0.9);
    bottom: -46rem;
  }

  .home-header .inner{
    max-width: 54%;
    left: 7rem;
    top: 4rem;
  }
}

@media (max-width: 1300px) {
  .home-header .circle-bottom {
    bottom: -45rem;
  }
}

/* @media (max-height: 640px) and (max-width: 1280px) {
.home-header .circle-bottom {
bottom: -47rem;
}
} */


@media (max-width: 1024px) {

  .home-header .circle-top {
    transform: scale(0.6);
    top: -142px;
  }

  .home-header .circle-bottom {
    right: -4rem;
    bottom: -43rem;
    transform: scale(0.6);
  }
  .home-header .circle-bottom .inner {
    max-width: 75%;
  }
}


@media (max-width: 767px) { 

  /* Home */
  .home-header{
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
  }

  .home-header .inner{
    position: inital;
    left: inherit;
    max-width: 80%;
    top: inherit;
  }
  .home-header .circle-bottom{
    border-radius: 0px;
    left: inherit;
    position: inherit;
    height: 100%;
    width: 100%;
    top: 0px;
    padding:20px;
    transform: scale(1);
    min-height: 35vh;

  }
  .home-header .circle-bottom .inner{
    position: inherit;
    left: inherit;
    top: inherit;
    max-width: 80%;
  }

  .home-header .circle-top button::after {
    transform: translate(50%, 50%) scale(1.8);
  }

  .home-header .circle-bottom .inner h4{
    text-align:center;
  }

  .home-header .circle-bottom .inner p,
  .home-header .circle-top .inner p{
    width:100%;
    text-align:center;
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .home-header .circle-top button{
    max-width: 9rem;
    bottom: -18%;
  }
  .home-header .container{
    padding:0px;
  }
  .home-header h1{
    margin-top:0px;
    font-size: 1.5rem;
    text-align:center;

  }
  .home-header h1 br{
    display:none;
  }
  .home-header .circle-top {
    border-radius: 0px;
    left: initial;
    transform: initial;
    min-height: 40vh;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: initial;
    height: initial;
    padding-top: 3rem;
    position: relative;
    top: 0;
  }


  .home-header .circle-top .inner {
    position: initial;
    margin: 0;
  }
}
@media (max-width: 359px) {
  .home-header .circle-top button img{
    max-width: 55%;
  }
} 

/* Home - Section Videos*/

.home-section-video{
  position: relative;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .home-section-video .iframe_wrapper{
/*     padding:0 1rem; */
  }
}

@media (max-width: 1024px) {
  .home-section-video{
    margin-bottom: 2rem;
  }
}

.home-section-video .circle-decoration--green {
  top: -3rem;
  left: -28%;
  background: #6cbe45;
  min-width: 40rem;
  min-height: 40rem;
  z-index: -1;
}
.home-section-video .circle-decoration--red {
  top: -3rem;
  right: -38%;
  background:  #cd3a39;
  min-width: 50rem;
  min-height: 50rem;
  z-index: -1;
}
.home-section-video .circle-decoration--orange {
  bottom: 2rem;
  left: -28%;
  background: #e98f23;
  min-width: 40rem;
  min-height: 40rem;
  z-index: -1;
}

@media (max-width: 1605px) {
  .home-section-video .circle-decoration--red {
    right: -39%;
  }
}


@media (max-width: 1446px) {
  .home-section-video .circle-decoration--green {
    min-width: 43rem;
    min-height: 43rem;
    top: -1rem;
    left: -41%;
  }
  .home-section-video .circle-decoration--red {
    min-width: 44rem;
    min-height: 44rem;
    right: -41%;
    top:0;
  }

  .home-section-video .circle-decoration--orange {
    min-width: 45rem;
    min-height: 45rem;
    left: -46%;
  }
  .home-section-accomplish .circle-decoration--red {
    left: -27% !important;
  }

}

@media (max-width: 1370px) {
  .home-section-video .circle-decoration--green {
    min-width: 47rem;
    min-height: 47rem;
    left: -55%;
  }
  .home-section-video .circle-decoration--red {
    min-width: 38rem;
    min-height: 38rem;
    right: -44%;
  }
  .home-section-video .circle-decoration--orange {
    min-width: 40rem;
    min-height: 40rem;
    left: -46%;
  }

}

/* Home - Section Accomplish*/

.home-section-accomplish{
  position: relative;
  background: #F6F6F6;
  z-index: 2;
}


.home-section-accomplish__boxes {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  grid-gap: 3rem;
  margin: 2rem 0;
}

.home-section-accomplish .circle-decoration--red {
  bottom: 2rem;
  left: -33%;
  background: #cd3a39;
  min-width: 50rem;
  min-height: 50rem;
  z-index: -1;
}
.home-section-accomplish .circle-decoration--purple {
  top: -3rem;
  right: -40%;
  background: #665ED0;
  min-width: 60rem;
  min-height: 60rem;
  z-index: -1;
}

@media (max-width: 1601px) {
  .home-section-accomplish .circle-decoration--red {
    min-width: 33rem;
    min-height: 33rem;
  }

  .home-section-accomplish .circle-decoration--purple {
    min-width: 40rem;
    min-height: 40rem;
  }
}

@media (max-width:  1446px) {
  .home-section-accomplish .circle-decoration--purple {
    min-width: 30rem;
    min-height: 30rem;
    right: -23%;
  }
}

@media (max-width:  1370px) {
  .home-section-accomplish .circle-decoration--red {
    left: -35% !important;
  }
  .home-section-accomplish .circle-decoration--purple {
    min-width: 41rem;
    min-height: 40rem;
    right: -41%;
  }
}

@media (max-width: 767px) {
  .home-section-accomplish__boxes {
    grid-template-columns:  1fr;
  }
}

/* Home - Section Testimonials*/

.home-section-testimonials__boxes {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}

.home-section-testimonials__slider {
  background: #F6F6F6;
}

.home-section-testimonials .bx-controls-auto,
.home-section-logos .bx-controls-auto {
  visibility: hidden;
}

@media (max-width: 1024px) {
  .home-section-testimonials__boxes {
    grid-template-columns: initial;
  }
}

/* Home - Section Logos*/

.home-section-logos {
  padding: 7rem 0;
}

@media (max-width: 767px) {
  .home-section-logos {
    padding: 3rem 0;
  }

  .home-section-logos h2 {
    margin: 0 1rem;
  }
}


/* Home - Section CTA*/

.home-section-cta {
  background-color: #cd3a39;
}


/* Home - Section Blog Feedback*/

.home-section-blog {
  background: #F6F6F6;
  padding-bottom: 5rem;
}

.blog-listing .feedreader_box,
.threeblog .feedreader_box {
  display: flex;
}
.blog-listing .hs-rss-item {
  width:25%;
  float:left;
}
.blog-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
  width:100%;
}
.blog-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-text{
  width:100%;
}
.blog-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  padding-bottom: 63%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.blog-listing h3{
  display:none;
}
.blog-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  float: left;
  padding: 40px 20px;
  font-size: 0.9375rem;
  box-sizing: border-box;
  width: 100%;
  padding-top: 69%;
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #fff;
  background-color:#fff;
  min-height: 600px;
}
.blog-listing .hs-rss-item.hs-with-featured-image {
  overflow: hidden;
}
.blog-listing .hs-rss-item a{
  text-decoration:none;
  display:block;
}
.blog-listing .hs-rss-title{
  color:#355863;
  font-size:18px;
  line-height: normal;
  font-weight: bold;
  min-height: 6rem;
}
.blog-listing .hs-rss-title:hover{
  color:#355863 !important;
}
.blog-listing .hs-rss-byline {
  font-size:16px;
}
.blog-listing{
  position:relative;
}
.blog-listing .hs-rss-item {
  position:relative;
}
.blog-listing .hs-rss-description p{
  font-size:16px;
  margin-top: 1rem;
  margin-bottom: 5rem;
}
.blog-listing  .hs-rss-description p a{
  margin-top:3rem;
  color:#9aabb1;
  position: absolute;
  bottom: 45px;
  left: 20px;
  font-family: futura-pt,sans-serif;
  transition: color .8s;
}

.blog-listing  .hs-rss-description p a:hover{
  color:#e98f23;
}
.blog-listing .hs-rss-title:hover{
  color:;
}

@media (max-width: 1024px){
  .blog-listing .feedreader_box {
    flex-wrap: wrap;
    display: flex;
  }
  .blog-listing .hs-rss-item {
    flex-basis: 48%;
  }
}

@media (max-width: 767px){
  .blog-listing .hs-rss-item {
    width: 100% !important;
    min-height: 400px;
  }
  .blog-listing .hs-rss-item{
    width: 100%!important;
    float: left;
  }
  .blog-listing .feedreader_box {
    display: initial;
    margin: 0 1rem;
  }
}

@media (max-width: 415px){
  .video-section__box .vidyard-player-container {
    width: 289px !important;
  }

  .video-section__box .embed_container {
    min-height: 170px !important;
  }
}

@media (min-width: 600px){
  .blog-listing .hs-rss-item {
    overflow: hidden;
    width: calc(25% - 10px);
    margin-right: 5px;
    margin-right: 0.3125rem;
    margin-left: 5px;
    margin-left: 0.3125rem;
    float: left;
    position: relative;
    vertical-align: top;

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

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

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

/* ==========================================================================
SUBPAGES GLOBAL CLASSES                                               
========================================================================== */

/* Subpage - Global Section Heading*/

.subpage__heading h2{
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 5rem 0;
}


.subpage__heading--bolder h2{
  font-weight: 700;
}

@media (max-width: 1605px) {
  .subpage__heading h2{
    font-size: 2.7rem;
  }
}

@media (max-width: 1024px) {
  .subpage__heading h2{
    margin: 3rem 0;
    font-size: 2.7rem;
  }
}

@media (max-width: 767px) {
  .subpage__heading h2{
    margin: 3rem 1rem;
    font-size: 1.6rem;
  }
}


.subpage--space {
  padding: 3rem 0;
} 

.subpage--spaceCircles {
  padding: 8rem 0;
}

.subpage--spaceCirclesTop {
  padding: 0;
}

@media (max-width: 1024px) {
  .subpage--spaceCirclesTop {
    padding: 0;
  }

}

.subpage--bgrGreen {
  background-color: #6cbe45;
} 
.subpage--bgrGreenDark {
  background-color: #345768;
} 

.subpage--bgrRed {
  background-color: #cd3a39;
}

.subpage--bgrOrange {
  background-color: #e98f23;
}

.subpage--bgrPurple {
  background-color: #665ED0;
}
.subpage--bgrPurpleDark {
  background-color: #664b81;
}

.subpage--background {
  background-color: #F6F6F6;
} 

.subpage--backgroundDarker {
  background-color: #F2F2F2;
}

.subpage__video {
  margin-bottom: 7rem;
  position: relative;
}

.services .subpage__video {
  margin-bottom: 0;
}

.website .subpage__video-dotDecotation:before {
  position: absolute;
  border-radius: 100%;
  content: "";
  display: none
}

@media (min-width: 1200px) {
  .website .subpage__video-dotDecotation:before {
    display: block;
  }
}

.website .subpage__video-dotDecotation:before {
  width: 43rem;
  height: 43rem;
  background: #6cbe45;
  right: -65%;
  bottom: -20%;
}

@media (min-width: 1700px) {
  .website .subpage__video-dotDecotation:before {
    right: -56%;
  }
}

@media (min-width: 1445px) {
  .website .subpage__video-dotDecotation:before {
    right: -50%;
  }
}

.pricing .subpage__video-cnt .vidyard-player-container,
.services .subpage__video-cnt .vidyard-player-container,
.website .subpage__video-cnt .vidyard-player-container{
  max-width: 78% !important ;
}

@media (max-width: 1024px) {
  .subpage__video-cnt--smaller {
    max-width: 80% !important;
    margin: 0 auto !important;
    padding:0;
  }

}

@media (max-width: 766px) {
  .subpage__video {
    max-width: 80% !important;
    margin: 0 auto !important;
  }
  /*    */

}

@media (min-width: 767px) {
  .subpage__video-cnt {
    padding: 0 7rem;
  }
  .subpage__video-cnt--smaller .embed_container {
    padding: 0 !important;  
    position: relative;
    z-index: 2;
  }
/* szerokość */
  .subpage__video-cnt--smaller .vidyard-player-container{
    width: 40% !important;
  }


  .subpage__video-cnt--smaller .iframe_wrapper{
    padding-bottom: 20.25%;
  }

}

.subpage__certificates{
  padding-bottom: 4rem;
} 


.subpage__certificates img{
  margin: 2rem 0;
  padding: 0 2rem;
} 

@media (min-width: 1024px) {
  .subpage__certificates .certificate_3{
    padding: 0 5rem;
  } 
}

@media (max-width: 1024px) {
  .subpage__certificates .span3.widget-span.widget-type-custom_widget span,
  .subpage__certificates .span6.widget-span.widget-type-custom_widget span{
    display: flex;
    justify-content: center;
  }

}

.subpage__translationBoxesGrid {
  display: grid !important;
  grid-template-columns: repeat(5,1fr); ``  
}

@media (max-width: 1690px) {

  .subpage__translationBoxesGrid .box-square__img {
    height: 20rem;  
  }

  .subpage__translationBoxesGrid .box-square__text p{
    font-size: 1.3rem;
  }
}

@media (max-width: 1470px) {

  .subpage__translationBoxesGrid .box-square__text p{
    font-size: 1.2rem;
  }
}

@media (max-width: 1380px) {

  .subpage__translationBoxesGrid .box-square__img {
    height: 16rem;  
  }

  .subpage__translationBoxesGrid .box-square__text p{
    font-size: 1rem;
  }
}

@media (max-width: 1024px) {
  .subpage__translationBoxesGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .subpage__translationBoxesGrid{
    display: initial !important;
  }
}

.subpage__userSensesCnt {
  display: grid !important;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 4rem;
  padding-top: 4rem;
  padding-bottom: 0;

}

@media (max-width: 1800px) {
  .subpage__userSensesCnt {
    padding: 0 4rem;
    padding-top: 4rem;
    padding-bottom: 0;

  }
}

@media (max-width: 1024px) {
  .subpage__userSensesCnt{
    grid-template-columns: repeat(3, 1fr)
  }

  .subpage__userSensesCnt{
    padding: 0 3rem;
  }
}

@media (max-width: 767px) {
  .subpage__userSensesCnt{
    grid-template-columns: repeat(1, 1fr)
  }
}


.subpage__userSensesCnt a{
  pointer-events: none;
}

.subpage__audienceVideoGrid,
.subpage__testimonialCnt {
  display: grid !important;
  grid-template-columns: repeat(3,1fr);
}
.subpage__testimonialCnt.center-tile .row-number-12 {
  grid-column: 2;
}
/* row-number-12 */
@media (max-width: 1024px) {
  .subpage__testimonialCnt,
  .subpage__audienceVideoGrid{
    grid-template-columns: initial;
  }
}

.subpage__flagsCnt {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
}

.subpage__flagsCnt--txt {
  position: absolute;
  bottom: 3%;
  right: 20%;
  max-width: 200px;
}



.subpage__flagsCnt--txt p {
  font-weight: 900;
  margin: 0;
  font-family: futura-pt,sans-serif;
  text-transform: capitalize;
  font-size: 1.4rem;
  text-align: right;
}

.subpage__flagsCnt  .row-fluid-wrapper {
  grid-column: span 2;
}

.subpage__flagsCnt  .row-fluid-wrapper:last-child:nth-child(3n - 1) {
  grid-column-end: -2;
}

.subpage__flagsCnt  .row-fluid-wrapper:nth-last-child(2):nth-child(3n + 1) {
  grid-column-end: 4;
}

.subpage__flagsCnt  .row-fluid-wrapper:last-child:nth-child(3n - 2) {
  grid-column-end: 5;
}

@media (max-width: 1024px) {
  .subpage__flagsCnt{
    grid-gap: 3rem;
    padding: 0 4rem;
  }
}

@media (max-width: 767px) {
  .subpage__flagsCnt {
    display: initial !important;
  }
}

.subpage__industriesIconsCnt {
  display: grid !important;
  grid-template-columns: repeat( 8, 1fr );
  margin-top: 6rem !important;
}

@media (min-width: 1024px) {
  .subpage__industriesIconsCnt .row-fluid-wrapper {
    grid-column: span 2;
  }

  .subpage__industriesIconsCnt .row-fluid-wrapper:nth-last-child(2):nth-child(odd) {
    grid-column: 3 / span 2;
  }
}


@media (max-width: 1024px) {
  .subpage__industriesIconsCnt {
    grid-template-columns: repeat( 2, 1fr );
  }
}

@media (max-width: 767px) {
  .subpage__industriesIconsCnt {
    grid-template-columns: repeat( 1, 1fr );
  }
}

.subpage__knowledgeBoxes {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 8rem  !important;
}

@media (max-width: 1605px) {
  .subpage__knowledgeBoxes .box-square__text p {
    font-size: 1.1rem;
  }
}

@media (max-width: 1024px) {
  .knowledge-hub .body-container-wrapper .body-container.container-fluid > .row-fluid-wrapper.row-depth-1.row-number-5 {
    max-width: 88%;
    margin: 0 auto;
  }

  .subpage__knowledgeBoxes {
    padding: 0  !important;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .subpage__knowledgeBoxes {
    grid-template-columns: repeat(1, 1fr);
  }

  .subpage__knowledgeBoxes .box-square__text p {
    font-size: 1.4rem;
  }
}

.subpage__knowledgeBoxes .box-square__img {
  height: 23rem;
}

@media (max-width: 1445px) {
  .subpage__knowledgeBoxes .box-square__img {
    height: 17rem;
  }
}

@media (max-width: 1300px) {
  .subpage__knowledgeBoxes .box-square__img {
    height: 15rem;
  }
}

@media (max-width: 767px) {
  .subpage__knowledgeBoxes .box-square__img {
    height: 20rem;
  }
}


.subpage__serachCnt {
  max-width: 23% !important;
  margin-top: 3rem !important;
  position: relative;
}

.subpage__serach input {
  border-radius: 30px;
  border: 2px solid #355863;
  padding: 0.6rem 1rem;
  font-size: 1.2rem !important;
}
.subpage__serach input:focus {
  outline: none;
}

.subpage__serachCnt button {
  position: absolute;
  right: 7px;
  background: transparent;
  min-height: 100%;
  width: 4rem;
  border: none;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 1445px) {
  .subpage__serachCnt button {
    right: -3px;
  }
}

@media (max-width: 1300px) {
  .subpage__serachCnt button {
    right: -5px;
  }
}

.subpage__serachCnt .hs-search-field__bar button svg {
  height: 1.3rem;
  fill:  #355863;
}

.subpage__serachCnt:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15%;
  height: 70%;
  width: 2px;
  background: #355863;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .subpage__serachCnt {
    max-width: 70% !important;
  }
}

@media (max-width: 767px) {
  .subpage__serachCnt {
    max-width: 100% !important;
  }
}

@media (min-width: 1024px) {
  .pricing #hs_cos_wrapper_module_1604512469979277_ > h2 {
    margin: 0;
    margin-top: 5rem;
  }
}


@media (max-width: 1024px) {
  .pricing .span12.widget-span.widget-type-cell.subpage--space.container {
    min-height: 93vh;
  }
}

@media (max-width: 767px) {
  .pricing .span12.widget-span.widget-type-cell.subpage--space.container {
    min-height: 51vh;
  }
}

.subpage__pricing-cnt {
}

.subpage__pricing-video {
  position: relative;
  z-index: 3;
}


.subpage__pricing-video:after {
  position: absolute;
  content: "";
  border-radius: 100%;
  top: 156%;
  background: rgb(102, 94, 208);
  width: 17rem;
  height: 17rem;
  right: 7rem;
}

.subpage__pricing-video .embed_container {
  width: 84% !important;
}

.subpage__pricing-form {
  min-height: 50rem !important;
  position: relative;
  z-index: 3;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.subpage__pricing-form:before,
.subpage__pricing-form:after {
  position: absolute;
  content: "";
  z-index: 3;
  border-radius: 100%;
  z-index: -2;
  left: -20rem;
}

.subpage__pricing-form:before {
  width: 100rem;
  height: 100rem;
  background: #E98F23;
  top: -4rem;
}

.subpage__pricing-form:after {
  width: 55rem;
  height: 55rem;
  background: #CD3A39;
  top: 0;
}

@media (max-width: 1685px) {
  .subpage__pricing-form {
    min-height: 56rem !important;
  }
  .subpage__pricing-form:before {
    width: 88rem;
    height: 88rem;
  }
  .subpage__pricing-form:after {
    width: 46rem;
    height: 46rem;
  }

}

@media (max-width: 1024px) {
  .subpage__pricing-cnt .row-fluid-wrapper.row-depth-1.row-number-5 > .row-fluid{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 auto;
  }

  .subpage__pricing-video .embed_container {
    transform: translateX(-12%);

  }

  .subpage__pricing-video:after {
    width: 61vw;
  }

  .subpage__pricing-video:after {
    display: none
  }

  .subpage__pricing-video .embed_container {
    width: 127%;
  }

  .subpage__pricing-form {
    min-height: 46rem !important;
  }
  .subpage__pricing-form:after {
    width: 38rem;
    height: 38rem;
  }
}

@media (max-width: 767px) {
  .subpage__pricing-cnt .row-fluid-wrapper.row-depth-1.row-number-5 > .row-fluid{
    display: block;
  }

  .subpage__pricing-form a::after {
    width: 7rem;
    height: 7rem;
  }

  .subpage__pricing-form a svg {
    width: 159px;
  }

  .subpage__pricing-form {
    min-height: 31rem !important;
  }

  .subpage__pricing-video .embed_container {
    width: 84%;
    margin: 0 auto;
    display: block;
    margin-bottom: 3rem;
  }

  .subpage__pricing-form:after {
    width: 26rem;
    height: 26rem;
  }

  .subpage__pricing-video .embed_container {
    transform: initial;

  }
}

/* Subpage - Decoration Dots*/
/* INFO - style do kółek znajdują się też w module Banner Subpages Description; podpisano: Fruzia*/
.subpage--dotDecoration {
  position: relative;
}

.subpage--dotDecoration--hidden {
  overflow: hidden;
}


.subpage--dotDecoration:before,
.subpage--dotDecoration:after {
  position: absolute;
  border-radius: 100%;
  content: "";
  display: none
}

@media (min-width: 1200px) {
  .subpage--dotDecoration:before,
  .subpage--dotDecoration:after{
    display: block;
  }
}


.subpage__services--redDot:before {
  width: 23rem;
  height: 23rem;
  left: -12rem;
  top: 0;
  transform: translateY(-25%);
  background: #cd3a39;
  z-index: -1;
}
.subpage__services--greenDot:before {
  width: 76rem;
  height: 76rem;
  right: -54rem;
  top: 0;
  transform: translateY(-60%);
  background: #6cbe45;
}
.subpage__services--orangeDot:after {
  width: 59rem;
  height: 59rem;
  left: -51rem;
  top: 0;
  background: #e98f23;
  z-index: -1;
}
.subpage__services--orangeDotSmall:before {
  width: 23rem;
  height: 23rem;
  left: -37rem;
  top: 50%;
  transform: translateY(79%);
  background: #e98f23;
  z-index: -1;
}
.subpage__translation--redDot:before {
  width: 65rem;
  height: 65rem;
  left: -54rem;
  top: 0;
  transform: translateY(-23%);
  background: #cd3a39;
  z-index: -1;
}
.subpage__translation--purpleDot:before {
  width: 57rem;
  height: 57rem;
  right: -46rem;
  bottom: 100%;
  background: #665ED0;
  z-index: -1;
}
.subpage__website--orangeDot:before {
  width: 33rem;
  height: 33rem;
  right: -21rem;
  top: 0;
  transform: translateY(-57%);
  background: #e98f23;
  z-index: -1;
}
.subpage__website--purpleDot:before {
  width: 57rem;
  height: 57rem;
  left: -46rem;
  bottom: 0;
  background: #665ED0;
  z-index: -1;
}
.subpage__website--orangeDotBig:before {
  width: 57rem;
  height: 57rem;
  left: -46rem;
  bottom: 0;
  background: #e98f23;
}
.subpage__website--redDot:after {
  width: 23rem;
  height: 23rem;
  right: -15rem;
  bottom: 0;
  background: #cd3a39;
  z-index: -1;
}

.subpage__marketing--redDot:before {
  width: 36rem;
  height: 36rem;
  right: -17rem;
  bottom: -40%;
  background: #cd3a39;
  z-index: -1;
}
.subpage__marketing--greenDot:before {
  width: 55rem;
  height: 55rem;
  left: -43rem;
  bottom: 0;
  background: #6cbe45;
  z-index: -1;
}
.subpage__software--purpleDot:before {
  width: 55rem;
  height: 55rem;
  left: -40rem;
  bottom: 0;
  background: #665ED0;
  z-index: -1;
}
.subpage__software--redDot:before {
  width: 49rem;
  height: 49rem;
  right: -37rem;
  bottom: 0;
  background: #cd3a39;
  z-index: -1;
}
.subpage__software--orangeDot:before {
  width: 15rem;
  height: 15rem;
  left: 4%;
  bottom: 64%;
  background: #6cbe45;
  z-index: -1;
}
.subpage__document--redDot:before {
  width: 49rem;
  height: 49rem;
  left: -37rem;
  bottom: 0;
  background: #cd3a39;
}
.subpage__document--orangeDot:before {
  width: 15rem;
  height: 15rem;
  left: 4%;
  bottom: 64%;
  background: #e98f23;
  z-index: -1;
  top: -19%;
}
.subpage__training--greenDot:before {
  width: 33rem;
  height: 33rem;
  left: -22rem;
  bottom: 0;
  background: #6cbe45;
  z-index: -1;
}
.subpage__training--purpleDot:before {
  width: 33rem;
  height: 33rem;
  right: -22rem;
  bottom: 0;
  background: #665ED0;
  z-index: -1;
}
.subpage__videoTranslation--redDot:before {
  width: 33rem;
  height: 33rem;
  right: -22rem;
  bottom: 50%;
  background: #cd3a39;
  z-index: -1;
}
.subpage__videoTranslation--greenDot:before {
  width: 33rem;
  height: 33rem;
  left: -22rem;
  top: 50%;
  background: #6cbe45;
  z-index: -1;
}
.subpage__videoTranslation--purpleDot:before {
  width: 8rem;
  height: 8rem;
  right: 34%;
  top: 17rem;
  background:  #665ED0;
  z-index: -1;
}

.subpage__videoTranslation--orangeDot-small:after {
  width: 12rem;
  height: 12rem;
  right: 16rem;
  top: 7rem;
  background:  #e98f23;
  z-index: -1;
}
.subpage__clients--purpleDot:before {
  width: 50rem;
  height: 50rem;
  left: -37rem;
  bottom: 0;
  background: #665ED0;
  z-index: -1;
}
.subpage__caseStudies--orangeDot:before {
  width: 33rem;
  height: 33rem;
  left: -24rem;
  bottom: 0;
  background: #e98f23;
  z-index: -1;
}

.subpage__caseStudies--greenDot:before {
  width: 13rem;
  height: 13rem;
  right: 8rem;
  bottom: -1rem;
  background: #6cbe45;
  z-index: -1;
}

.subpage__caseStudies--purpleDot:after {
  width: 8rem;
  height: 8rem;
  right: 36rem;
  top: 3rem;
  background: #665ED0;
  z-index: -1;
}

@media (max-width: 1800px) {
  .subpage__services--orangeDotSmall:before {
    left: -30rem;
    z-index: 1;
  }

  .subpage__software--orangeDot:before {
    left: 4%;
    top: 11%;
    width: 10rem;
    height: 10rem;
  }
  .subpage__clients--purpleDot:before {
    left: -40rem;
  }
}

@media (max-width: 1605px) {
  .subpage__services--redDot:before {
    transform: translateY(-28%);
    left: -18rem;
  }
  .subpage__services--greenDot:before {
    width: 55rem;
    height: 55rem;
    right: -34rem;
    z-index: 1;
  }
  .subpage__services--orangeDotSmall:before {
    left: -28rem;
    z-index: 1;
  }
  .subpage__translation--redDot:before {
    width: 33rem;
    height: 33rem;
    left: -28rem;
    transform: translateY(-21%);
  }
  .subpage__translation--purpleDot:before {
    width: 22rem;
    height: 22rem;
    right: -16rem;
  }
  .subpage__website--purpleDot:before {
    width: 33rem;
    height: 33rem;
    left: -28rem;
  }
  .subpage__website--orangeDotBig:before {
    width: 33rem;
    height: 33rem;
    left: -28rem;
  }

  .subpage__marketing--redDot:before {
    width: 32rem;
    height: 32rem;
    bottom: -26%;
  }
  .subpage__marketing--greenDot:before {
    width: 40rem;
    height: 40rem;
    left: -36rem;
  }
  .subpage__software--purpleDot:before {
    width: 40rem;
    height: 40rem;
    left: -34rem;
  }
  .subpage__software--redDot:before {
    width: 44rem;
    height: 44rem;
  }
  .subpage__software--orangeDot:before {
    width: 10rem;
    height: 10rem;
    top: 8%;
  }
  .subpage__document--redDot:before {
    width: 40rem;
    height: 40rem;
    left: -34rem;
  }
  .subpage__document--orangeDot:before {
    width: 10rem;
    height: 10rem;
  }
  .subpage__training--greenDot:before {
    width: 22rem;
    height: 22rem;
    left: -15rem;
  }
  .subpage__training--purpleDot:before {
    right: -25rem;
    bottom: 43px;
  }
  .subpage__clients--purpleDot:before {
    width: 40rem;
    height: 40rem;
    left: -34rem;
  }
  .subpage__caseStudies--orangeDot:before {
    width: 22rem;
    height: 22rem;
    left: -15rem;
  }

}

@media (max-width: 1450px) {
  .subpage__services--orangeDotSmall:before {
    left: -24rem;
  }
  .subpage__caseStudies--greenDot:before {
    width: 10rem;
    height: 10rem;
  }

  .subpage__caseStudies--purpleDot:after {
    top: 6.5rem;
    right: 30rem;
    transform: scale(0.7);
  }
  .subpage__document--orangeDot:before {
    top: -38%;
  }

  .subpage__marketing--redDot:before {
    width: 28rem;
    height: 28rem;
  }
}

@media (max-width: 767px) {
  .banner__subpage-description .vidyard-player-container {
    min-width: 100%;
    width: 300px !important;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .spaceTop {
    padding-top: 6rem;
  }
}

@media (max-width: 415px) {
  .hs-image-widget{
    width:65% !important;
    height:100% !important;
  }

  .certificate_3 img {
    width:100% !important;
  }
}
/* @import url('http://example.com/example_style.css'); */

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

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

/* ==========================================================================
SINGLE TESTIMONIAL CLASSES                                               
========================================================================== */
.testimonial__listCnt {
  margin: 0 auto;
}


.testimonial__list {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: left;
  line-height: 1.4;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.testimonial__list li {
  font-size: 1.7rem;
  margin-bottom: 1.2rem;
  position: relative;
  margin-left: 18px;
  font-family: 'PT Sans';
}
@media (max-width: 1600px) {  
  .testimonial__list li{
 font-size: 1.3rem;
  }
}

.testimonial__list li:before{
  position: absolute;
  content: "";
  right: 103%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  top: 19%;
}

.testimonial__listCnt li:nth-child(7n+1):before {background:#cd3a39;}
.testimonial__listCnt  li:nth-child(7n+2):before {background:#e98f23;}
.testimonial__listCnt  li:nth-child(7n+3):before {background:#6cbe45;}
.testimonial__listCnt  li:nth-child(7n+4):before {background:#665ED0;}
.testimonial__listCnt  li:nth-child(7n+5):before {background:#cd3a39;}
.testimonial__listCnt  li:nth-child(7n+6):before {background:#e98f23;}
.testimonial__listCnt  li:nth-child(7n+7):before {background:#6cbe45;}

.testimonial-cta {
  margin-top: 6rem;
}

@media (min-width: 1024px) {   
  .audiante .row-fluid-wrapper {
    position: relative;
  }

  .audiante .subpage-text-center:before,
  .audiante .subpage-text-center:after {
    position: absolute;
    content: "";
    border-radius: 100%;
    z-index: -1;
  }

  .audiante .row-number-3 .subpage-text-center:before {
    width: 40rem;
    height: 40rem;
    background: #6cbe45;
    left: -17%;
    bottom: -33%;
  }

  .audiante .row-number-4 .subpage-text-center:before {
    width: 11rem;
    height: 11rem;
    background: #665ED0;
    right: 7%;
    bottom: 44%;
  }

  .audiante .row-number-4 .subpage-text-center:after {
    width: 11rem;
    height: 11rem;
    background: #665ED0;
    right: -3%;
    bottom: 23%;
  }

  .audiante .row-number-5 .subpage-text-center:after {
    width: 40rem;
    height: 40rem;
    background: #6cbe45;
    right: -17%;
    bottom: -33%;
  }
  .subpage-text-center.warmAudio,
  .subpage-text-center.inoage,
  .subpage-text-center.eastWest,
  .subpage-text-center.pioneer {
    position: relative;
  }

  .subpage-text-center.warmAudio:after,
  .subpage-text-center.inoage:after,
  .subpage-text-center.inoage:before,
  .subpage-text-center.eastWest:before,
  .subpage-text-center.eastWest:after,
  .subpage-text-center.pioneer:after,
  .subpage-text-center.pioneer:before{
    position: absolute;
    content: "";
    border-radius: 100%;
    z-index: -1;
  }

  .row-number-3 .subpage-text-center.warmAudio:after {
    width: 50rem;
    height: 50rem;
    background: #6cbe45;
    left: -42%;
    bottom: -100%;
  }

  .row-number-5 .subpage-text-center.warmAudio:after {
    width: 20rem;
    height: 20rem;
    background: #cd3a39;
    right: -7%;
    top: -23%;
  }

  .row-number-4 .subpage-text-center.inoage:after {
    width: 45rem;
    height: 45rem;
    background: #cd3a39;
    top: 0;
    right: -36%;
  }

  .row-number-5 .subpage-text-center.inoage:after {
    width: 15rem;
    height: 15rem;
    background: #665ED0;
    left: 5%;
    top: -5%;
  }

  .row-number-5 .subpage-text-center.inoage:before {
    width: 10rem;
    height: 10rem;
    background: #e98f23;
    right  : 5%;
    bottom: -4%;
  }

  .row-number-3 .subpage-text-center.eastWest:before {
    width: 45rem;
    height: 45rem;
    background: #665ED0;
    left: -36%;
    bottom: -100%;
  }

  .row-number-4 .subpage-text-center.eastWest:before {
    width: 16rem;
    height: 16rem;
    background: #665ED0;
    left: 6%;
    bottom: -10%;
  }

  .row-number-3 .subpage-text-center.pioneer:before {
        width: 26rem;
    height: 26rem;
    background: #6cbe45;
    left: -15%;
    top: 0;
  }

  .row-number-3 .subpage-text-center.pioneer:after {
    width: 11rem;
    height: 11rem;
    background: #e98f23;
    left: 16%;
    bottom: -14%;
  }

  .row-number-5 .subpage-text-center.pioneer:after {
    width: 26rem;
    height: 26rem;
    background: #665ED0;
    right: -13%;
    bottom: -26%;
  }
}


@media (min-width: 1605px) { 
  .row-number-3 .subpage-text-center.warmAudio:after {
    width: 65rem;
    height: 65rem;
    left: -38%;
  }

  .row-number-4 .subpage-text-center.inoage:after {
    right: -31%;
  }

    .row-number-3 .subpage-text-center.pioneer:before {
    width: 26rem;
    height: 26rem;
          left: -7%;
    top: -7%;
  }

  .row-number-3 .subpage-text-center.eastWest:before {
    width: 65rem;
    height: 65rem;
    left: -39%;
    bottom: -100%;
  }

  .row-number-4 .subpage-text-center.eastWest:before {
    left: 6%;
  }

  .row-number-3 .subpage-text-center.pioneer:after {
    left: 12%;
    bottom: -2%;
  }

  .row-number-5 .subpage-text-center.pioneer:after {
    right: -7%;
    bottom: -7%;;
  }
}

@media (min-width: 1700px) { 
  .row-number-3 .subpage-text-center.pioneer:after {
    left: 13%;
    bottom: -2%;
  }

  .row-number-5 .subpage-text-center.pioneer:after {
    bottom: -8%;
  }
}
/* @import url('http://example.com/example_style.css'); */

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

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

.slideDown a {
  max-height: 50px;
  max-width: 200px;
  margin: 0 auto;
  display: inline-block;
}

.slideDown-box p {
  min-height: 150px;
}

@media(min-width:360px)and (max-width:1200px) {
  .slideDown-box p {
    min-height: 220px;
  }

  .slideDown--height {
    min-height: 270px !important;
  }
}


.slideDown-box button {
  text-align: center;
  margin: 0 auto;
  padding: 10px 30px;
  background-color: transparent;
  border-radius: 50px;
  text-transform: uppercase;
  transition: 0.8s;
  cursor: pointer;
}
.slideDown-box--orange button{
  color:#e98f23;
  border: 2px solid #e98f23;
}
.slideDown-box--red button{
  color:#cd3a39;
  border: 2px solid #cd3a39;
}
.slideDown-box--green button{
  color:#6cbe45;
  border: 2px solid #6cbe45;
}
.slideDown-box--blue button{
  color:#355863;
  border: 2px solid #355863;
}
.slideDown-box:hover a button {
  color:#fff;
}
.slideDown-box--orange:hover a button{
  background-color:#e98f23;
}
.slideDown-box--red:hover a button{
  background-color:#cd3a39
}
.slideDown-box--green:hover a button{
  background-color:#6cbe45;
}
.slideDown-box--blue:hover a button{
  background-color:#355863;
}

.connector-section-two {
  position:relative;
  background-color: #fff;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.conector-content h1 {
  color: #4b508f !important;
  font-weight: 700;
  font-size: 35px;
}

.conector-content h2 {
  color: #4b508f !important;
  font-weight: 700;
  font-size: 28px;
}
@media(max-width:420px){
  .conector-content h1 {
    font-size: 25px;
  }
  .conector-content h2 {
    font-size: 23px;
  }
}
.conector-content p {
  line-height: 40px;
}

.conector-content p,
.conector-content li {
  color: #355863 !important;
}

.conector-content li {
  margin-top: 8px;
}

@media(max-width:414px){
  .connector-heading h1 {
    font-size: 31px !important;
  }
}

.connector-section-two .circle-orange-connector{
  background-color:#e98f23;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  height: 800px;
  width: 800px;
  position: absolute;
  right: -80px;
  bottom: -390px;
  z-index: 1;
  display: none;
}

.text-header h1 {
  font-size: 53px
}

@media(min-width:420px){
  .text-header h1 {
    font-size: 72px;
    text-align: center;
  }
}

.text-left .page-center {
  max-width: 20%;
}


@media(min-width:1200px){
  .connector-section-two .circle-orange-connector {
    display: block;
  }
}

.conncetor-cta-cnt {
  background-color:#4b508f;
}

.connector-box {
  text-align:center;
  max-width: 60%;
  float: none;
  margin: 0 auto;
  margin-bottom: 20px;
}
.connector-box h4{
  margin-bottom: 40px;
  color:#fff;
  font-size: 30px;
}
@media(max-width:414px){
  .connector-box {
    max-width: 100%;
  }
  .connector-box h4{
    font-size: 24px;
  }
}
.connector-box a {
  max-height: 70px;
  max-width: 280px;
  margin: 0 auto;
  display: inline-block;
  z-index: 10;
}
.connector-box button{
  text-align: center;
  margin: 0 auto;
  padding: 20px 40px;
  background-color: white;
  border-radius: 50px;
  text-transform: uppercase;
  transition: 0.8s;
  cursor: pointer;
  font-size: 22px;
  color:#cd3a39;
  border: none;
}
.connector-box:hover button{
  color:#fff;
  background-color:#cd3a39;
}

.careers-section-three .widget-type-linked_image {
  display: flex!important;
  justify-content: center;
}
.careers-section-three #hs_cos_wrapper_module_1522146175386478 {
  display: flex!important;
  justify-content: center;
}

.careers-section-three .hs_cos_wrapper_type_rich_text {
  display: flex;
  justify-content: center;
  flex-direction:column;
}
/* @import url('http://example.com/example_style.css'); */

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

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


/* ==========================================================================
Recovered styles From Old Landing Page                                               
========================================================================== */
.lp-header{
	background-color:#778a91;
  position:relative;
  z-index:2;
  padding-bottom:70px;
}
.lp-header .container{
	position:relative;
} 
  
.lp-header h1{
	color:#fff;
  font-size:74px;
  margin:0px;
  line-height:inherit;
  padding-top:35px;
}
.lp-header p{
	color:#fff;
}
.lp-header h3{
	color:#fff;
  font-size:32px;
  margin:0px;
}
.lp-header h3 span{
	color:#b8c5c8;
} 
.lp-header h4{
	color:#fff;
  font-size:24px;
}
.lp-header .form{
  background-color:#cd3a39;
  padding:40px;
  position:absolute;
  border-bottom-left-radius: 4%;
  border-bottom-right-radius: 4%;
  z-index: 1;
  right:0px;
}
.lp-header .form h3{
	text-align:center;
  font-size:39px;
  margin-bottom:30px;
}
.lp-header .form .hs-form-required{
	display:none;
}
.lp-header .form input{
	border-radius:30px;;
  border:0px;
  font-size:21px;
  color:#cd3a39;
  padding: 11px 18px;
  margin-bottom:11px;
}
.lp-header .form textarea{
	border-radius:30px;;
  border:0px;
  font-size:21px;
  color:#cd3a39;
  padding: 11px 18px;
  margin-bottom:11px;
  line-height: initial;
}
.lp-header .form .hs_submit{
	margin: 0 auto;
  display: block;
  text-align: left;
}
.lp-header .form .inputs-list{
	text-align:left;
  color:#fff;
  margin:0px;
}
.lp-header .form .inputs-list li{
	font-size:12px;
}
.lp-header .form .hs_submit input{
	background-color: transparent;
  border:1px solid #fff;
  color:#fff;
  font-size:17px;
  text-transform:uppercase;
  font-weight:500;
  margin-bottom:0px;
  margin-top:20px;
}

.hs-form .hs_upload span{
	color:#fff;
  text-align:left;
	padding-left: 12px;
  display:block;
}

.lp-header ul{
	color:#fff;
  padding-left:20px
}
.lp-section-two{
	padding:150px 0;
  position:relative;
}
.lp-section-two h3{
	font-size:30px;
  margin:0px;
}
.lp-section-two .circle-green{
  background-color:#6cbe45;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  height: 350px;
  width: 350px;
  position: absolute;
  left: 220px;
  top: -240px;
}
.lp-section-two .circle-red{
  background-color:#cd3a39;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
	height: 80px;
  width: 80px;
  position: absolute;
  left: 464px;
  top: 40px;
  border: 13px solid #fff;
}
.lp-section-two .circle-orange{
  background-color:#e98f23;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  height: 800px;
  width: 800px;
  position: absolute;
  right: -80px;
  bottom: -390px;
}
.lp-section-three{
	background-color:#f2f2f2;
  position:relative;
  z-index:2;
  padding:70px 0;
}
.lp-section-three h4{
	text-align:center;
  font-size:24px;
  margin:0px;
  padding-top:30px;
}
.lp-section-three p{
	text-align:center;
}
.lp-section-three img{
  border: 6px solid #355863 !important;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
.lp-section-three .one .circle-orange{
  background-color:#e98f23;
  border-radius:50%;
  -webkit-border-radius: 50%;
  height: 25px;
  width: 25px;
	position: absolute;
  left: 78px;
  border: 3px solid #fff;
  top: 137px;
}
.lp-section-three .one .circle-red{
  background-color:#cd3a39;
  border-radius:50%;
  -webkit-border-radius: 50%;
  height: 25px;
  width: 25px;
  position: absolute;
  left: 249px;
  border: 3px solid #fff;
  top: 40px;
}
.lp-section-three .two .circle-orange{
  background-color:#e98f23;
  border-radius:50%;
  -webkit-border-radius: 50%;
  height: 25px;
  width: 25px;
	position: absolute;
  left: 247px;
  border: 3px solid #fff;
  top: 137px;
}
.lp-section-three .two .circle-red{
  background-color:#cd3a39;
  border-radius:50%;
  -webkit-border-radius: 50%;
  height: 25px;
  width: 25px;
  position: absolute;
  left: 79px;
  border: 3px solid #fff;
  top: 40px;
}
.lp-section-three .three .circle-orange{
  background-color:#e98f23;
  border-radius:50%;
  -webkit-border-radius: 50%;
  height: 25px;
  width: 25px;
	position: absolute;
  left: 78px;
  border: 3px solid #fff;
  top: 137px;
}
.lp-section-three .three .circle-red{
  background-color:#cd3a39;
  border-radius:50%;
  -webkit-border-radius: 50%;
  height: 25px;
  width: 25px;
  position: absolute;
  left: 249px;
  border: 3px solid #fff;
  top: 40px;
}
/* @import url('http://example.com/example_style.css'); */

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

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

/* ==========================================================================
SEARCH PAGE GLOBAL CLASSES                                               
========================================================================== */
.searchPage {
  margin-top: 10.5rem !important;
}

.searchPage .body-container-wrapper {
  padding: 3.5rem  0 !important;
}

@media (max-width: 1024px) {
  .searchPage .body-container-wrapper {
    padding: 1.5rem  1rem !important;
  }

}

.searchPage_cnt {

}

.searchPage .hs-search-field__bar label{
  background: 0;
  font-size: 2rem;
  font-weight: 500;
  color: #355863;
  margin-bottom: 1rem
}

@media (max-width: 1024px) {
  .searchPage .hs-search-field__bar label{
    font-size: 1.6rem;
  }

}

.searchPage .hs-search-field__bar input{
  background: 0;
  outline: 0;
  border: 0;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  border-bottom: 1px solid #355863;
  color: #355863;
  padding: 0;
/*   margin: 2rem 0;
  margin-bottom: 3.3rem */
/* dodać margin na search bar input w wynikach wyszukiwania */
}

@media (max-width: 1024px) {
  .searchPage .hs-search-field__bar input{
    font-size: 1.6rem;
  }

}

.searchPage .hs-search-field__input::placeholder { 
  color: #355863;
  opacity: 1; 
}

.searchPage .hs-search-results__listing li {
  margin-bottom: 3rem
}

.searchPage .hs-search-results__title { 
  font-size: 1.7rem;
  color: #355863;
  font-family: futura-pt,sans-serif;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .searchPage .hs-search-results__title {
    font-size: 1.4rem;
  }

}

.searchPage .hs-search-results__description { 
  color: #345768;
  font-family: 'PT Sans',sans-serif;
  font-size: 1rem;
  margin: 0;
}

.searchPage .hs-search-highlight {
  font-weight: bold;
  font-weight: 700;
  font-size: 1.3rem;
}

@media (max-width: 1024px) {
  .searchPage .hs-search-highlight  {
    font-size: 1.1rem;
  }

}

/* ==========================================================================
Custom Menu Primary
========================================================================== */
/* ==========================================================================
TEMPLATE MODULE SELECTORS                                         
========================================================================== */



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


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

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

/* Blog Listing */
body.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 a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* 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
*
* Overrides defaults to better align icons and prevent overlapping 
*/

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
* Blog Commments 
*
* Custom styles are listed below, as the COS does not provide default styles.
*/

#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 Author Page 
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
* Blog All Posts Page
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

body.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 {}




/* ==========================================================================
Forms
========================================================================== */


/* All Global Forms
========================================================================== */

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

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

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

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: futura-pt,sans-serif;
  font-size: 13px;
}

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

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
  /* color: #555;
  opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
  /* color: #555;
  opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
  /* color: #555;
  opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
  /* color: #555;
  opacity: 1; */
}


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

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

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

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

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* 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"] {}

/* Error */
body .hs-common-error-message {}


/* 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"] {}


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: futura-pt,sans-serif;
  font-size: 13px;
  text-decoration: none !important;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

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


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


/* CTA Buttons
========================================================================== */

/** 
* Override global CTA styles by wrapping the CTA module in a module group 
* that has an ID, and use that ID to prefix your CTA selector. Example shown below.
*
* All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}


/* ==========================================================================
MOBILE MEDIA QUERIES                              
========================================================================== */




.full-width-img img{
  margin-top: -1px!important;
}

.post-footer {
  margin-top: 5rem;
  border-top: 2px solid #d4d4d4;
}
.post-footer form {
  /*   max-width: 445px; */
  border-bottom-left-radius: 4%;
  border-bottom-right-radius: 4%;
  padding: 40px;
}
.post-footer form input{
  border-radius: 30px;
  border: 1px solid #757575;
  font-size: 21px;
  color: #cd3a39;
  padding: 11px 18px;
  margin-bottom: 11px;
  font-family: futura-pt,sans-serif;
}
.post-footer form textarea{
  border-radius: 30px;
  border: 1px solid #757575;
  font-size: 21px;
  color: #cd3a39;
  padding: 11px 18px;
  margin-bottom: 11px;
  line-height: initial;
  font-family: futura-pt,sans-serif;
}
.post-footer form .hs-button {
  background-color: transparent;
  border: 1px solid #757575;
  color: #757575;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 20px;
}
.post-footer form  .hs-error-msgs li label {
  color: black;
  font-size: 12px;
  font-family: 'PT Sans',sans-serif;
}
.post-footer form .hs-form-required {
  display: none;
}
.post-footer form input::placeholder {
  font-size:21px;
  color: rgb(117, 117, 117);
  font-weight: 400;
  font-family: futura-pt,sans-serif;
  opacity:1;
}
.post-footer form textarea::placeholder {
  font-size:21px;
  color: rgb(117, 117, 117);
  font-weight: 400;
  font-family: futura-pt,sans-serif;
  opacity:1;
}
.post-footer form  .inputs-list {
  margin: 0;
}
.blogPagination {
  list-style: none;
  display: flex;
  justify-content: center;
}
.blogPagination li {
  margin: 0 10px;
}
label a {
  color: white;
}
.hs-form-booleancheckbox label {
  display: flex;
}
.hs-form-booleancheckbox label span{
  /*  padding-left: 5x; */
  displaY: inline-block;
}

.lp-header .form .inputs-list li {
  display: flex;
}

.search-section-two .module-inner .row-fluid {
  displaY:initial;
}

.search-section-two .widget-type-custom_widget{
  width:100%;
  margin: 0 auto;
  text-align:cetner;
}


@media(min-width:1921px){
  .full-width-img img {
    max-width:initial!important;
    max-height:initial!important;
    width:100%!important;
  }
}
.aplly-btn{
  text-decoration:none;
}
.aplly-btn button{
  text-align: center;
  margin: 0 auto;
  background-color: transparent;
  border: 2px solid #355863;
  border-radius: 50px;
  margin-top: 20px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center;
  margin: 0;
  color: #355863;
  text-decoration: none;
  font-size: 17px;
  padding: 10px 30px;
  display: block;
  cursor: pointer;
  margin-top: 20px;
  text-decoration:none;

}

.aplly-btn:hover button {
  background:#355863;
  color:white;
}

@media (max-width: 767px){
  .about-section-three .team-inner {
    width: 65%;
    left: 12%;
  }
}
a {
  text-decoration:none!important;
}
.hs-content-id-19604144374 .circle-top {
  background:#e98e05!important;
}

.hs-content-id-19606123245 .hs_cos_wrapper h1 {
  color:white!important;
}

.hs-content-id-19606123245 .container-2 .btn span {
  color:white!important;
}
.hs-content-id-19606123245 #hs_cos_wrapper_module_1559559934534258_{
  color:white!important;
}
@media screen and (max-width:650px){
  #backgroundTable a img {
    width:30px!important;
    height:initial!important;
  }
}
/* new overrides */
@media screen and (min-width:768px){
.aboutPage .atl_about_img {
  text-align:right;
}
  .aboutPage .atl_small_orange_ball {
  position: relative;
  }
  
.aboutPage .atl_small_orange_ball:before {
 content:'';
 position:absolute;
 background: #e98f23;
 left:-40%;
  bottom:-25%;
  width:100px;
  height:100px;
  border-radius:50%;
  
 }