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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('//fonts.googleapis.com/css?family=Lato:300,400|Raleway:300,600');
@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@import url('//fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//cdn2.hubspot.net/hubfs/2143465/Open_Conexus_March2019%20Theme/Css/icomoon.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans');


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

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

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

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

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

body {
  background: #eeeeee;
  color: #747474;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
}
.spanish,
.italian {
  font-weight: 400;
  font-size: 15px;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 100%;
  margin: 0 auto;
}
div#site-wrapper {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
  background-color: #eeeeee;
  max-width: calc(1280px + 60px);
  margin: 0 auto;
}


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

/* Basic text */
p {
  margin: 0 0 20px;
}
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 {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 0em;
  margin-bottom: 1.1em;
  font-size: 35px;
}
h3 {
  font-size: 26px;
  color: #333333;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.62;
  margin-top: 1em;
  margin-bottom: 1em;
}
h4 {}
h5 {}
h6 {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.13;
  letter-spacing: 0px;
  font-size: 15px;
  color: #333333;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}

/* Anchor Links */
a {
  color: #333333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #31abdf;
}

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

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}

.top-header-grp {
  border-bottom: 1px solid #e5e5e5;
  padding-left: 30px;
  padding-right: 30px;
  background-color: rgba(255,255,255,1);
}
.top-header-grp > .row-fluid-wrapper {
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 5px;
  padding-bottom: 10px;
  position: relative;
}
.custom-logo img.hs-image-widget {
  width: 220px !important;
}
.custom-menu-primary {
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.custom-menu-primary .widget-type-menu {
  padding-left: 3%;
  padding-right: 3%;
}
@media(min-width: 1024px) {
  .nav-fixed .custom-menu-primary {
    top: 0px;
    box-shadow: rgba(0,0,0,.118) 0 4px 3px -3px;
    position: fixed;
    width: 100%;
    max-width: 1340px;
    z-index: 99;
    background-color: rgba(255,255,255,0.97);
    border-width: 0;
  }
}
.en-home-page h2.ourServices-col-title a {
  color: #fff;
}
.hs-sample-blog .body-container span.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding-left: 0;
  padding-right: 0;
}
.hs-sample-blog .hs-blog-social-share-item > span, 
.hs-sample-blog .hs-blog-social-share-item > div {
  vertical-align: top !important;
  height: auto !important;
}
.hs-sample-blog .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .twitter-share-button {
  height: auto !important;
}
.hs-sample-blog .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
  margin-top: 0;
}
.hs-sample-blog .hs-featured-image-wrapper {
  max-width: 100%;
  width: auto;
}
.hs-sample-blog .blog-sidebar {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.hs-sample-blog .hs-blog-social-share {
  margin-bottom: 30px;
}
.hs-sample-blog .blog-pagination {
  float: none;
}

.top-header-grp .lang_switcher_class {
  display: block;
}
.top-header-grp .globe_class {
  background-image: none !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  cursor: auto;	
}
.top-header-grp .globe_class .lang_list_class {
  position: static !important;
  transform: none !important;
  width: auto !important;
  height: auto !important;
  padding: 41px 0 0;
  margin: 5px 0 0;
  display: block !important;
  text-align: right;
  display: flex !important;
  text-align: right;
  justify-content: flex-end;
}
.top-header-grp .globe_class .lang_list_class:before,
.top-header-grp .globe_class .lang_list_class:after {
  display: none;
}
.top-header-grp .globe_class .lang_list_class li {
  display: inline;
  border: 0 none;
  padding: 0;
  margin: 0;
  position: relative;
}
.top-header-grp .globe_class .lang_list_class li > a {
  display: inline-block;
  text-indent: -9999999999px;
  width: 30px !important;
  height: 30px !important;
  margin: 0 7px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  vertical-align: top;
  color: transparent;
  position: relative;
  overflow: hidden;
}
.top-header-grp .globe_class .lang_list_class li > a[data-language="en"] {
  background-image: url(//cdn2.hubspot.net/hubfs/2143465/Open_Conexus_March2019%20Theme/Images/australia.svg);
}
.top-header-grp .globe_class .lang_list_class li > a[data-language="es"] {
  background-image: url(//cdn2.hubspot.net/hubfs/2143465/Open_Conexus_March2019%20Theme/Images/spain.svg);
}
.top-header-grp .globe_class .lang_list_class li > a[data-language="it"] {
  background-image: url(//cdn2.hubspot.net/hubfs/2143465/Open_Conexus_March2019%20Theme/Images/italy.svg);
}
.top-header-grp .globe_class .lang_list_class li > a[data-language="li"] {
  background-image: url(//cdn2.hubspot.net/hubfs/2143465/Open_Conexus_March2019%20Theme/Images/lithuania.svg);
}

.top-header-grp .globe_class .lang_list_class li:hover span.screen-reader-text {
  opacity:0.9;
}
.top-header-grp .globe_class .lang_list_class li span.screen-reader-text {
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}
.comment-from h4 {
  font-size: 1.2em;
  font-weight: 700;
  display: block;
  margin: 0;
}
.comment-date {
  font-size: 13px;
  text-align: left !important;
  display: block;
}

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

.body-container-wrapper {}
.body-container span.hs_cos_wrapper.hs_cos_wrapper_widget {
  display: block;
  padding-left: 15%;
  padding-right: 15%;
}

.hs-banner-area-cust-mod {
  height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 35px;
  background-color: #2c2d2f;
}
.hs-banner-area-cust-mod .content-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 30px;
  padding-right: 30px;
}
.hs-banner-area-cust-mod .content-wrapper h2.title-heading-center {
  color: #fff;
  font-size: 65px;
  line-height: 78px;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  margin: 0 0 42px;
  -webkit-font-smoothing: antialiased;
}

.hs-system-layout .body-container-wrapper {
  padding-top: 15px;
  padding-bottom: 20px;
}
.hs-system-layout .body-container-wrapper .hs-search-field {
  padding: 0 15%;
}
.password-template #hs-pwd-widget-password {
  margin-bottom: 18px;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}
a.fusion-tooltip {
  position: relative;
}
.ftr-inr-grp {
  background-color: #2c2d2f;
  border-color: #404042;
  border-top-width: 1px;
  padding-top: 25px;
  padding-bottom: 45px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  border-top: 1px solid #404042;
}
.hs-footer-social-icons {
  margin-top: 20px;
}
.hs-footer-social-icons a.fusion-tooltip {
  padding: 12px;
  width: calc(16px + (2 * 12px) + 2px);
  margin: 0 3.5px 10px;
  background-clip: inherit;
  border: 1px solid #46494a;
  font-size: 16px;
  display: inline-block;
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  text-decoration: none;
}

.hs-footer-social-icons a.fusion-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.hs-footer-social-icons a.fusion-facebook:hover {
  background-color: rgba(59, 89, 152, .8);
}
.hs-footer-social-icons a.fusion-instagram {
  color: #ffffff;
  background-color: #3f729b;
  border-color: #3f729b;
}
.hs-footer-social-icons a.fusion-instagram:hover {
  background-color: rgba(63, 114, 155, 0.8);
}
.hs-footer-social-icons a.fusion-youtube {
  color: #ffffff;
  background-color: #cd201f;
  border-color: #cd201f;
}
.hs-footer-social-icons a.fusion-youtube:hover {
  background-color: rgba(205, 32, 31, 0.8);
}
.hs-footer-social-icons a.fusion-blogger {
  color: #ffffff;
  background-color: #f57d00;
  border-color: #f57d00;
}
.hs-footer-social-icons a.fusion-blogger:hover {
  background-color: rgba(245, 125, 0, 0.8);
}
span.screen-reader-text {
  position: absolute;
  top: -31px;
  max-width: 200px;
  padding: 3px 7px;
  color: #D1D1D2;
  text-align: center;
  background-color: rgba(33,33,33,.97);
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  left: -12px;
  opacity: 0;
  filter: alpha(opacity=90);
  transition: all 0.2s;
  font-weight: normal;
}
a.fusion-tooltip:hover span.screen-reader-text {
  opacity: 1;
}
span.screen-reader-text:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33,33,33,.97);
  margin-left: -5px;
  left: 50%;
  content: "";
}
.ftr-cyprt {
  display: block;
  width: 100%;
  text-align: center;
  color: #8c8989;
  font-size: 12px;
  vertical-align: middle;
  position: relative;
}
.ftr-cyprt .footer_menu {
  right: 0;
  position: absolute;
  top: 5px;
}
.ftr-cyprt .footer_menu a {
  margin: 0 3px;
  color: #bfbfbf;
  text-decoration: none;
}
.ftr-cyprt .footer_menu a:hover {
  color: #ffffff;
}
.footer-logo {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
  background-color: #2c2d2f;
  padding-left: 30px;
  padding-right: 30px;
  border-top: 12px solid #2c2d2f;
}
.footer-logo img.hs-image-widget {
  max-width: 163px;
  display: block;
  margin: auto;
}
.fusion-facebook:before {
  content: "\e604";
}
.fusion-instagram:before {
  content: "\ea92";
}
.fusion-youtube:before {
  content: "\e622";
}
.fusion-blogger:before {
  content: "\e60b";
}
.testimonial-gallery .hs_cos_gallery_main ul.slick-dots > li:hover {
  background: #000;
}

#back-to-top {
  background-color: #333;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #FFF;
  height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  opacity: .9;
  z-index: 10000;
  transition: all .2s ease-in-out 0s;
}
#back-to-top:hover {
  background-color: #31abdf;
}
#back-to-top:before {
  color: #fff;
  line-height: 35px;
  content: '\f106';
  -webkit-font-smoothing: antialiased;
  font-family: icomoon;
  font-size: 22px;
}

.blog-pagination a.prev-link:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  padding-right: 5px;
  font-family: icomoon;
  content: '\f104';
  margin-left: -10px;
}
.blog-pagination a.prev-link:hover {
  color: #31abdf;
}
.blog-pagination span.blog-pagination-right a.next-link:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5px;
  font-family: icomoon;
  content: '\f105';
  padding-left: 5px;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
  text-align: center;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  vertical-align: top;
  float: none !important;
  text-align: left;
  padding-right: 62px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  height: 60px;
  line-height: 60px;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #333333;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  text-decoration: none;
}
.italian .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #0bbff2;
}
.italian .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  color: #0bbff2;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {
  background-color: #fcfcfc;
}
.italian .custom-menu-primary .hs-menu-wrapper > ul > li
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #31abdf;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  color: #0bbff2;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active a {
  background-color: #fcfcfc;
}

.fusion-social-networks.boxed-icons a.fusion-tooltip:hover {
  opacity: 0.8;
}
.fusion-social-networks.boxed-icons a.fusion-tooltip:hover span.screen-reader-text {
  opacity: 1 !important;
}

.portfolio-blog-english .fusion-portfolio-content #hubspot-topic_data {
  font-weight: 300;
}

@media(min-width: 1024px) {
  .nav-fixed .custom-menu-primary .hs-menu-wrapper>ul > li.hs-contact > a span {
    -webkit-transition-duration: 0.0s;
    transition-duration: 0.0s;
    color: #fff;
    padding: 10px 21px;
    background-image: linear-gradient( to top, #31abdf, #31abdf );
    border: 0px solid #00ace0;
    border-radius: 0px;
  }
  .nav-fixed .custom-menu-primary .hs-menu-wrapper>ul > li.hs-contacto > a span,
  .nav-fixed .custom-menu-primary .hs-menu-wrapper>ul > li.hs-contatti > a span {
    color: #fff;
    padding: 10px 21px;
    background-image: linear-gradient( to top, #00b4eb, #06c0e7 );
    border: 1px solid #00ace0;
    border-radius: 3px;
  }
  .nav-fixed .custom-menu-primary .hs-menu-wrapper>ul > li.hs-contact > a span:hover {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-image: linear-gradient( to top, #1677b0, #1677b0 );
  }
  .hs-three-col-title .fusion-builder-row .column .fusion-column-wrapper h2 {
    font-size: 35px !important;
  }
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #ffffff;
  width: 200px;
  border-top: 3px solid #31abdf;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 300;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  padding-top: 13px;
  padding-bottom: 13px;
  color: #333333;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  border-bottom: 1px solid #f4f4f4;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  background-color: #fcfcfc;
}

.spanish .custom-menu-primary .hs-menu-wrapper > ul ul li a {
  font-weight: 400;
  white-space: normal !important;
}
.es-course-page ul.fusion-filters > li {
  font-weight: 400;
  font-size: 15px;
}

.home-layout.it-page .testimonial-gallery .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper > .caption h3 strong {
  font-weight: 700;
}

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

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


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

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

@media (max-width: 1023px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 0;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    line-height: 1;
    margin-top: 48px;
  }


  /* Toggle Button Icon */
  .mobile-trigger i {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
  }
  .mobile-trigger i:before {
    color: #000000;
    content: "\f0c9";
  }


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

  .child-trigger {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 42px !important; /* Button height */
    padding: 0 !important;
    font-size: 12px;
    line-height: 42px;
    font-family: icomoon;
    color: #333333;
    padding-left: 6px !important;
  }
  .child-trigger:hover{
    text-decoration: none;
    color: #31abdf;
  }
  .child-trigger i:before {
    display: block;
    margin: 0;
    content: '\e61f';
  }
  .child-trigger i {
    font-style: normal;
  }


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

  .custom-menu-primary {
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
    min-height: 0 !important;
  }
  .custom-menu-primary .widget-type-menu {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    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 {
    padding-left: 30px;
    padding-right: 30px;
    color: #333333 !important;
    font-size: 12px;
    background-color: #f9f9f9;
    height: 42px;
    line-height: 42px;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{

  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

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

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    width: 100%;
    border-top: 0;
    font-family: Lato,Arial,Helvetica,sans-serif;
    font-weight: 300;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-box-shadow: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding-right: 30px;
    padding-left: 39px;
    color: #333333;
    font-size: 12px;
    background-color: #f9f9f9;
    border-color: #e0e0e0;
    height: 42px;
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
    content: "-";
    margin-right: 2px;
  }

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

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


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


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

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

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

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

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


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

.blog .blog-content {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

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

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

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

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

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  padding-bottom: 50px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  float: left;
  margin: 0 25px 15px 0;
  max-width: 540px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}
.fusion-rollover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  line-height: normal;
  text-align: center;
  background-image: -webkit-linear-gradient(top, rgba(63,124,205,0.8) 0%, #3f7ccd 100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all .3s ease-in-out;
  -webkit-transform-style: preserve-3d;
}
.hs-featured-image-wrapper .fusion-rollover {
  background-image: linear-gradient(top, rgba(63,124,205,0.8) 0%, #3f7ccd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(63,124,205,0.8)), color-stop(1, #3f7ccd));
  background-image: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3f7ccd, endColorstr=#3f7ccd), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  background-image: -webkit-linear-gradient(top, rgba(63,124,205,0.8) 0%, #3f7ccd 100%);
  background-image: -moz-linear-gradient(top, rgba(63,124,205,0.8) 0%, #3f7ccd 100%);
  background-image: -ms-linear-gradient(top, rgba(63,124,205,0.8) 0%, #3f7ccd 100%);
  background-image: -o-linear-gradient(top, rgba(63,124,205,0.8) 0%, #3f7ccd 100%);
}
.fusion-rollover:before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  height: 100%;
}
.fusion-rollover-content {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  height: auto;
  width: 90%;
}
.fusion-rollover-content a {
  line-height: 2;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  color: #333333;
  background-color: #333333;
  background: none;
  width: calc(35px * 1.5);
  height: calc(35px * 1.5);
  display: inline-block;
  opacity: .9;
  position: relative;
  vertical-align: middle;
  margin: 0;
  border-radius: 50%;  
}
.fusion-rollover-content a:hover {
  opacity: 1;
}
.fusion-rollover-gallery:before, .fusion-rollover-link:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-indent: 0;
  line-height: normal;
  text-shadow: none;
  font-family: icomoon;
  font-size: 15px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.fusion-rollover-link:before {
  content: '\e619';
  font-size: 35px;
  line-height: 1.5;
  color: #ffffff;
}
.hs-featured-image-wrapper:hover .fusion-rollover {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-style: preserve-3d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3f7ccd, endColorstr=#3f7ccd), progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.fusion-portfolio-content h2.entry-title {
  font-size: 24px;
  line-height: 34px;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 1px;
  padding: 0;
}
.fusion-portfolio-content #hubspot-topic_data {
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 400;
}
.fusion-portfolio-content #hubspot-topic_data a.topic-link {
  color: #aaa;
  font-size: 15px;
}
.fusion-post-content .fusion-portfolio-buttons a.fusion-button {
  text-decoration: none;
  display: inline-block;
  position: relative;
  outline: 0;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  padding: 9px 20px;
  line-height: 1;
  font-size: 12px;
  background: #3e7ccc;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3e7ccc, endColorstr=#3e7ccc);
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  margin: 0 0 15px;
  border-radius: 2px;
}
.fusion-post-content .fusion-portfolio-buttons a.fusion-button:hover {
  background: #2d69b6;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2d69b6, endColorstr=#2d69b6);
}
.fusion-separator {
  border: 0 solid #E7E6E6;
  clear: both;
  position: relative;
  z-index: 11;
}
.blog .sep-double {
  border-color: #e0dede !important;
}
.fusion-portfolio .fusion-separator {
  margin-top: 35px;
}
.fusion-separator.sep-double {
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  box-sizing: content-box;
  margin-top: 35px;
}
.blog-pagination {
  font-size: 12px;
  float: right;
  margin-top: 40px;
  line-height: normal;
  margin-bottom: 80px;
}
.blog-pagination a {
  padding: 2px 6px;
  font-size: 12px;
  display: inline-block;
  margin-left: 3px;
  border: 1px solid transparent;
  position: relative;
  color: #333333;
}
.blog-pagination span.blog-pagination-center a {
  border-color: #e0dede;
}
.blog-pagination span.blog-pagination-center a.active {
  border-color: #31abdf;
  background-color: #31abdf;
  color: #fff;
}
.blog-pagination span.blog-pagination-center a:hover {
  border-color: #31abdf;
}
.blog-pagination span.blog-pagination-right a.next-link {
  border-color: transparent !important;
}
.blog-pagination span.blog-pagination-right a.next-link:hover {
  color: #31abdf;
}
.hs-blog-post .blog-content {
  padding-left: 17%;
  padding-right: 17%;
}
.hs-post-image-wrapper {
  margin-bottom: 70px;
}
.fusion-sharing-box {
  display: table;
  height: 70px;
  width: 100%;
  margin-bottom: 0;
  margin-top: 60px;
}
.fusion-sharing-box h4 {
  color: #333333;
  font-size: 18px;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
.blog-post-wrapper .post-body:after, .blog-post-wrapper .post-body:before {
  content: "";
  display: table;
}
.fusion-social-networks {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0 -5px;
  padding-right: 2px;
}
.fusion-social-networks a.fusion-tooltip {
  margin: 0 3.5px 10px;
  padding: 9px;
  border: 1px solid #46494A;
  font-size: 16px;
  display: inline-block;
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 1px;
  position: relative;
}
.openconexus-blog .fusion-social-networks a.fusion-tooltip span.screen-reader-text {
  left: 50%;
  transform: translateX(-50%);
}
.fusion-social-networks a.fusion-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.fusion-social-networks a.fusion-twitter {
  color: #ffffff;
  background-color: #55acee;
  border-color: #55acee;
}
.fusion-social-networks a.fusion-linkedin {
  color: #ffffff;
  background-color: #0077b5;
  border-color: #0077b5;
}
.fusion-social-networks a.fusion-tumblr {
  color: #ffffff;
  background-color: #35465c;
  border-color: #35465c;
}
.fusion-social-networks a.fusion-googleplus {
  color: #ffffff;
  background-color: #dc4e41;
  border-color: #dc4e41;
}
.fusion-social-networks a.fusion-pinterest {
  color: #ffffff;
  background-color: #bd081c;
  border-color: #bd081c;
}
.fusion-twitter:before {
  content: "\e605";
}
.fusion-linkedin:before {
  content: "\e60f";
}
.fusion-tumblr:before {
  content: "\e613";
}
.fusion-googleplus:before {
  content: "\e900";
}
.fusion-pinterest:before {
  content: "\e602";
}

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: block;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: helvetica;
  color: #33475b;
  font-size: 13px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: block;
  width: 100%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.field {
  margin-bottom: 18px;
}

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

input.hs-input.error {
  border-color: #c87872;
}
.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.2;
  font-weight: 400;
}
.cnt-us-lyt .main-content-column .hs-form .hs-richtext h3 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 24px;
  color: #33475b;
  font-size: 1.17em !important;
  font-weight: bold;
}
.inputs-list:first-child {
  padding-top: 6px !important;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px !important;
}
.inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-family: helvetica;
  color: #33475b;
  font-size: 13px;
  position: relative;
}
.hs-input[type=checkbox], .hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  width: auto;
}
.inputs-list>li+li {
  padding-top: 2px;
}
.inputs-list>li label.hs-form-radio-display {
  margin-bottom: 4px;
}
.inputs-list> li.hs-form-checkbox {
  margin-bottom: 4px;
}
.actions {
  margin-bottom: 18px;
  padding: 17px 20px 18px 0px;
}
.cnt-us-lyt .main-content-column .hs-form .actions {
  text-align: center;
}
.hs_submit.hs-submit:after, .hs_submit.hs-submit:before {
  display: table;
  content: "";
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  background: #2d4ef3;
  border-color: #2d4ef3;
  color: #ffffff;
  font-family: helvetica;
}

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

.hs-button.primary:focus,
input[type="submit"]:focus,
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 {}


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

.australia-lyt .hs-banner-area-cust-mod {
  margin-bottom: 0;
}
.australia-lyt .main-content-column .hs_cos_wrapper_type_rich_text {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 15%;
  padding-right: 15%;
  background: #fff;
}
.hs-tw-col-eq-grp .hs-tw-col-eq-inr-grp .col-grp {
  width: 50%;
  position: relative;
  float: left;
  padding-bottom: 19px;
  background-color: rgb(245, 245, 245);
}
.hs-tw-col-eq-grp .hs-tw-col-eq-inr-grp .inner-grp {
  display: flex;
}
.hs-tw-col-eq-grp .hs-tw-col-eq-inr-grp .right .img-col-grp {
  order: 1;
}
.hs-tw-col-eq-grp .hs-tw-col-eq-inr-grp .col-grp .col-inr-grp {
  padding: 15%;
}
.hs-tw-col-eq-grp .hs-tw-col-eq-inr-grp .img-col-grp {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hs-tw-col-eq-grp .hs-tw-col-eq-inr-grp .left .content-col-grp.col-grp {
  background-color: #fff;
}
.hs-tw-col-eq-grp .hs-tw-col-eq-inr-grp .left .content-col-grp.col-grp .col-inr-grp {
  background-color: #fff;
}

.he-cnt-with-bg {
  padding-top: 120px;
  padding-right: 5%;
  padding-bottom: 120px;
  padding-left: 5%;
  text-align: center;
}
.he-cnt-with-bg .inner-grp:before,.he-cnt-with-bg .inner-grp:after {
  content: "";
  display: block;
  clear: both;
}
.he-cnt-with-bg .inner-grp .hs-lft-col {
  width: 25%;
  position: relative;
  float: left;
  min-height: 1px;
}
.he-cnt-with-bg .inner-grp .middle-col {
  width: 50%;
  position: relative;
  float: left;
}
.he-cnt-with-bg .inner-grp .hs-rt-col {
  width: 25%;
  position: relative;
  float: left;
}
.he-cnt-with-bg .inner-grp .middle-col .inner-col h2 {
  color: #ffffff;
}
.he-cnt-with-bg .inner-grp .middle-col .inner-col p {
  margin-top: 0;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 300;
}
.he-cnt-with-bg .inner-grp .middle-col .btn-wrapper {
  padding-top: 12px;
}

.abt-us .hs-banner-area-cust-mod {
  margin-bottom: 0;
}
.abt-us .main-content .main-content-column .hs_cos_wrapper_type_rich_text {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: rgba(255,255,255,1);
}

.abt-us .hs-tw-col-eq-grp .hs-tw-col-eq-inr-grp .col-grp {
  padding-bottom: 0;
}

.hs-team-member-grp {
  padding-top: 100px;
  padding-right: 8%;
  padding-bottom: 50px;
  padding-left: 8%;
  background: #fff;
}
.hs-team-member-grp .title-wrapper {
  padding-bottom: 11px;
}
.hs-team-member-grp .title-wrapper h2 {
  text-align: center;
}
.hs-team-member-grp .hs-team-member-item {
  float: left;
  margin-right: 1%;
  margin-bottom: 12%;
  position: relative;
  margin-left: 1%;
}
.hs-team-member-grp .hs-team-member-item .member-column {
  text-align: center;
}
.hs-team-member-grp .hs-team-member-item .member-column .person-desc {
  background-color: #ECECEC;
  padding: 40px 0;
}
.hs-team-member-grp .hs-team-member-item .member-column .person-desc .person-author {
  display: block;
  width: 100%;
}
.hs-team-member-grp .hs-team-member-item .member-column .person-desc .person-image {
  width: 230px;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 230px;
  max-height: 230px;
}
.hs-team-member-grp .hs-team-member-item .member-column .person-desc .person-author .person-author-wrapper {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0px;
  font-size: 15px;
  padding:20px;
}
.hs-team-member-grp .hs-team-member-item .member-column .person-desc .person-author .person-author-wrapper span.person-name {
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.hs-team-member-grp .hs-team-member-item .member-column .person-desc .person-author .person-author-wrapper span.person-title {
  font-size: 15px;
  color: #333333;
}
.hs-team-member-grp .hs-team-member-item .member-column .fusion-button-wrapper a.fusion-button {
  width: 100%;
  background: #3e7ccc;
  color: #ffffff;
  transition: all .3s;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
  display: inline-block;
  position: relative;
  outline: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.hs-team-member-grp .hs-team-member-item .member-column .fusion-button-wrapper a.fusion-button:hover {
  background: #2d69b6;
  color: #ffffff;
}
.hs-team-member-grp .hs-team-member-item:last-child {
  margin-right: 0;
}
.hs-three-col-title .fusion-builder-row .column {
  width: 33.3333%;
  position: relative;
  float: left;
  background: #fff;
}
.hs-three-col-title .fusion-builder-row .column .fusion-column-wrapper {
  padding: 30%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 45.032px;
  text-align: center;
}
.hs-three-col-title .fusion-builder-row .column .fusion-column-wrapper h2 {
  text-align: center;
  margin-bottom: 0px;
  color: #ffffff;
}
.hs-get-connected {
  padding-top: 135px;
  padding-right: 15%;
  padding-bottom: 150px;
  padding-left: 15%;
  background: #fff;
  text-align: center;
}
.hs-get-connected .fusion-social-links a.fusion-tooltip {
  padding: 40px;
  width: calc(30px + (2 * 40px) + 2px);
  font-size: 30px;
  margin: 0 3.5px 10px;
  border: 1px solid #46494A;
  display: inline-block;
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  text-decoration: none;
  position: relative;
}
.hs-get-connected .fusion-social-links a.fusion-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.hs-get-connected .fusion-social-links a.fusion-facebook:hover {
  background-color: rgba(59, 89, 152, .8);
}
.hs-get-connected .fusion-social-links a.fusion-instagram {
  color: #ffffff;
  background-color: #3f729b;
  border-color: #3f729b;
}
.hs-get-connected .fusion-social-links a.fusion-instagram:hover {
  background-color: rgba(63, 114, 155, .8);
}
.hs-get-connected .fusion-social-links a.fusion-youtube {
  color: #ffffff;
  background-color: #cd201f;
  border-color: #cd201f;
}
.hs-get-connected .fusion-social-links a.fusion-youtube:hover {
  background-color: rgba(205, 32, 31, 0.8);
}
.hs-get-connected .fusion-social-links a.fusion-blogger {
  color: #ffffff;
  background-color: #f57d00;
  border-color: #f57d00;
}
.hs-get-connected .fusion-social-links a.fusion-blogger:hover {
  background-color: rgba(245, 125, 0, .8);
}
.hs-get-connected .fusion-social-links a.fusion-tooltip:hover span.screen-reader-text {
  opacity: 0.9;
}
.hs-get-connected .fusion-social-links a span.screen-reader-text {
  position: absolute;
  top: auto;
  bottom: 109%;
  max-width: 200px;
  padding: 3px 7px;
  color: #d1d1d2;
  text-align: center;
  background-color: rgba(33,33,33,.97);
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  filter: alpha(opacity=90);
  transition: all .2s;
  font-weight: normal;
}
.hs-get-connected .fusion-social-links a span.screen-reader-text:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33,33,33,.97);
  margin-left: -5px;
  left: 50%;
  content: "";
}

.hs-get-connected .fusion-social-links a:hover span.screen-reader-text {
  opacity: 1;
}
.hs-get-connected .heading-wrapper {
  padding-bottom: 33px;
}

.fusion-button {
  border-radius: 2px;
  width: auto;
  background: #06c0e7;
  background-image: -webkit-gradient( linear, left bottom, left top, from( #00b4eb ), to( #06c0e7 ) );
  background-image: -webkit-linear-gradient( bottom, #00b4eb, #06c0e7 );
  background-image: -moz-linear-gradient( bottom, #00b4eb, #06c0e7 );
  background-image: -o-linear-gradient( bottom, #00b4eb, #06c0e7 );
  background-image: linear-gradient( to top, #00b4eb, #06c0e7 );
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
  display: inline-block;
  position: relative;
  outline: 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .2s;
  color: #ffffff;
  text-decoration: none;
}
.fusion-button:hover {
  background: rgb(45, 105, 182);
  color: #ffffff;
  text-decoration: none;
}

.work-psblits-lyt .hs-banner-area-cust-mod,
.special-offers-lyt .hs-banner-area-cust-mod {
  margin-bottom: 0;
}
.work-psblits-lyt .main-content-column .hs_cos_wrapper_type_rich_text {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 15%;
  padding-right: 15%;
  background: #fff;
}
.work-psblits-lyt .hs-tw-col-eq-grp .hs-tw-col-eq-inr-grp .col-grp {
  padding-bottom: 0;
}
.work-psblits-lyt .main-content-column-two {
  padding-top: 100px;
  padding-right: 8%;
  padding-bottom: 50px;
  padding-left: 8%;
  background: #fff;
}
.work-psblits-lyt .main-content-column-two span.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding: 0;
}
.job-oppertunities-grp .hs-job-location-grp .title-wrapper {
  text-align: center;
  padding-bottom: 13px;
}
.work-psblits-lyt .main-content-column-two .hs_cos_wrapper_type_rich_text {
  padding-bottom: 11px !important;
}
.job-oppertunities-grp .hs-job-locn-itm-grp .hs-job-locn-item {
  width: 30.6666%;
  margin-right: 4%;
  margin-bottom: 12%;
  float: left;
}
.job-oppertunities-grp .hs-job-locn-itm-grp .hs-job-locn-item:last-child {
  margin-right: 0;
}
.job-oppertunities-grp .hs-job-locn-itm-grp .hs-job-locn-item .fusion-person {
  text-align: center;
}
.job-oppertunities-grp .hs-job-locn-itm-grp .hs-job-locn-item .fusion-person .person-desc {
  padding: 40px;
  margin-top: 0;
  min-height: 340px;
  background-color: #f7f7f7;
}
.job-oppertunities-grp .hs-job-locn-itm-grp .hs-job-locn-item .fusion-person .person-desc .person-author {
  display: block;
  width: 100%;
}
.job-oppertunities-grp .hs-job-locn-itm-grp .hs-job-locn-item .fusion-person .person-desc .person-author .person-author-wrapper {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0px;
}
.job-oppertunities-grp .hs-job-locn-itm-grp .hs-job-locn-item .fusion-person .person-desc .person-author .person-author-wrapper span.person-name {
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.job-oppertunities-grp .hs-job-locn-itm-grp .hs-job-locn-item .fusion-person .person-desc .person-author .person-author-wrapper span.person-title {
  display: block;
  color: #333333;
  font-size: 15px;
}
.job-oppertunities-grp .hs-job-locn-itm-grp .hs-job-locn-item .fusion-person .person-desc .person-content {
  margin-top: 25px;
}
.job-oppertunities-grp .hs-job-locn-itm-grp .hs-job-locn-item .fusion-person .fusion-button-wrapper a.fusion-button {
  width: 100%;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  background: #3e7ccc;
  color: #ffffff;
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
  display: inline-block;
  position: relative;
  outline: 0;
  zoom: 1;
}
.job-oppertunities-grp .hs-job-locn-itm-grp .hs-job-locn-item .fusion-person .fusion-button-wrapper a.fusion-button:hover {
  background: #2d69b6;
  color: #ffffff;
}
.work-psblits-lyt .hs-get-connected {
  padding-top: 100px;
  padding-bottom: 100px;
}

.special-offers-lyt .main-content-column .hs_cos_wrapper_type_rich_text {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgba(255,255,255,1);
}
.hs-refer-a-friend-cust-mod .fusion-builder-row {
  display: flex;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content {
  width: 66.6666%;
  position: relative;
  float: left;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-wrapper {
  background-color: rgb(236, 236, 236);
  padding: 15%;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .right-col-img {
  width: 33.3333%;
  position: relative;
  float: left;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .right-col-img .fusion-column-wrapper {
  padding: 15%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.hs-three-col-title.three-col-title-bg {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hs-three-col-title.three-col-title-bg .column .fusion-column-wrapper h2 {
  margin-bottom: 1.1em;
  font-size: 35px !important;
}
.special-offers-lyt .hs-get-connected {
  padding-top: 115px;
  padding-bottom: 115px;
}
.hs-three-col-title.three-col-title-bg .column {
  background: transparent;
}

.special-offers-lyt .main-content-column-two .hs_cos_wrapper_type_rich_text {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
  padding-left: 15%;
  padding-right: 15%;
}

.cnt-us-lyt .hs-banner-area-cust-mod {
  margin-bottom: 0;
}
.cnt-us-lyt .main-content-column .hs_cos_wrapper_type_form {
  background: #fff;
}

.cnt-us-lyt .main-content-column .hs-form {
  max-width: 620px !important;
  margin: 0 auto;
  padding-top: 32px;
}
.cnt-us-lyt .main-content-column .hs-form .hs-richtext {
  margin-bottom: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
  font-weight: 400;
}
.cnt-us-lyt .main-content-column .hs-form .hs-richtext img {
  margin-bottom: 24px !important;
}
.hs-form-required {
  color: red;
}
.cnt-us-lyt .main-content-column .hs-form fieldset {
  max-width: 100% !important;
}
.cnt-us-lyt .main-content-column .hs-form fieldset .hs-input {
  max-width: 100% !important;
}
.cnt-us-lyt .hs-three-col-title .fusion-builder-row .column .fusion-column-wrapper {
  padding: 20% 15%;
}
.cnt-us-lyt .hs-three-col-title .fusion-builder-row .column .fusion-column-wrapper h2 {
  margin-bottom: 10px;
}
.cnt-us-lyt .hs-three-col-title .fusion-builder-row .column .fusion-column-wrapper p {
  color: #fff;
}
.cnt-us-lyt .hs-three-col-title .fusion-builder-row {
  display: flex;
}
.cnt-us-lyt .hs-three-col-title .fusion-builder-row .column .fusion-column-wrapper {
  height: 100%;
}
ul.hs-error-msgs.inputs-list label {
  color: #f2545b;
}
.hs_error_rollup ul.hs-error-msgs.inputs-list label.hs-main-font-element {
  font-size: 14px;
}
.related-post-group {
  padding-top: 55px;
  padding-bottom: 8px;
}
.related-post-group h3 {
  font-size: 22px;
  line-height: 1.5;
  color: #333333;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 0 0 37px;
}
.related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper {
  margin-left: 5px;
}
.related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper .fusion-image-wrapper {
  overflow: hidden;
  position: relative;
  height: 222px;
  background-color: #f6f6f6;
}
.related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper .fusion-image-wrapper:hover .fusion-rollover {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-style: preserve-3d;
}
.related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper h4.fusion-carousel-title {
  margin: 15px 0 3px;
  color: #333333;
  font-size: 18px;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0px;
}
.related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper .fusion-carousel-meta {
  font-size: 14px;
  line-height: 1.5;
}
.related-post-group button.slick-arrow {
  background-color: rgba(0,0,0,.8);
  width: 30px;
  height: 30px;
  margin-top: -15px;
  z-index: 4;
  opacity: .8;
}
.related-post-group button.slick-arrow:hover {
  background-color: rgba(0,0,0,.9);
  opacity: 1;
}
.related-post-group button.slick-prev {
  left: 5px;
}
.related-post-group button.slick-next {
  right: 0;
}
.related-post-group .slick-prev:before {
  content: '\f104';
}
.related-post-group .slick-prev:before, 
.related-post-group .slick-next:before {
  line-height: 30px;
  font-size: 14px;
  display: block;
  position: relative;
  line-height: 29px;
  font-size: 14px;
  color: #fff;
  font-family: icomoon;
  opacity: 1;
}
.related-post-group .slick-next:before {
  content: '\f105';
}
.spanish-blog .fusion-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 31px;
}
.spanish-blog .fusion-title h3 {
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0;
  padding: 0 8px 0 0;
}
.spanish-blog .fusion-title .title-sep-container {
  position: relative;
  height: 6px;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.spanish-blog .fusion-title .title-sep-container .title-sep.sep-single {
  display: block;
  position: relative;
  width: 100%;
  border: 0 solid #E7E6E6;
  box-sizing: content-box;
  border-color: #e0dede;
  border-bottom-width: 1px;
}
.spanish-blog .blog-listing-wrapper .post-listing .post-item {
  padding-bottom: 45px;
}
.hs-post-image-wrapper img {
  width: 100%;
}
.spanish-blog .blog-pagination span.blog-pagination-center a.active {
  background-color: #3f7ccd;
  border-color: #3f7ccd;
}
.spanish-blog .blog-pagination span.blog-pagination-center a:hover {
  border-color: #3f7ccd;
}
.spanish-blog .blog-pagination span.blog-pagination-right a.next-link:hover {
  color: #3f7ccd;
}
.spanish-blog .fusion-portfolio-content h2.entry-title a:hover {
  color: #3f7ccd;
}

.our-sprt .main-content .our-sprt-col-one .hs_cos_wrapper_type_rich_text {
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
}
.our-sprt .main-content .our-sprt-col-two span.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding-left: 0;
  padding-right: 0;
}
.our-sprt .main-content .our-sprt-col-two {
  background: #fff;
}
.our-sprt .main-content .our-sprt-col-two .hs_cos_wrapper_type_form {
  max-width: 700px;
  margin: auto;
  background-color: rgb(255,255,255);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  border-radius: 2px;
  padding: 50px 39px !important;
}

.our-sprt .main-content .our-sprt-col-two .hs_cos_wrapper_type_form h3.form-title {
  font-family: "Roboto Condensed";
  color: rgb(96,125,139);
  font-weight: 400;
  font-size: 31.98px !important;
  font-style: normal;
}

.our-sprt .main-content .our-sprt-col-two .hs_cos_wrapper_type_form .hs-form {

}

.our-sprt .main-content .our-sprt-col-two .hs_cos_wrapper_type_form .hs-form .hs-form-field > label {
  font-family: "Roboto";
  color: rgb(96,125,139);
  font-weight: 700;
  font-size: 14.04px;
  font-style: normal;
}

.our-sprt .main-content .our-sprt-col-two .hs_cos_wrapper_type_form .hs-form .hs-input {
  font-size: 1.000rem;
  background: white;
  border-radius: 0;
  height: 28px;
}
.our-sprt .main-content .our-sprt-col-two .hs_cos_wrapper_type_form .hs-form .hs-input.invalid.error {
  border: 2px solid;
  border-color: rgb(196,59,29);
}
.our-sprt .main-content .our-sprt-col-two .hs_cos_wrapper_type_form .hs-form .hs-form-field > label span.hs-form-required {
  font-family: "Roboto";
  color: rgb(196,59,29);
  font-weight: 400;
  font-style: normal;
  padding-left: 3px;
}
.hs-lp-padding.has-no-banner .body-container-wrapper {
  padding-top: 50px;
}
.hs-system-layout.has-no-banner .body-container-wrapper {
  padding-top: 50px;
}

.our-sprt .main-content .our-sprt-col-two .hs_cos_wrapper_type_form .hs-form ul.inputs-list.multi-container {}

.our-sprt .main-content .our-sprt-col-two .hs_cos_wrapper_type_form .hs-form ul.inputs-list.multi-container li.hs-form-radio {}

.our-sprt .main-content .our-sprt-col-two .hs_cos_wrapper_type_form .hs-form ul.inputs-list.multi-container li.hs-form-radio .hs-input {
  display: inline-block;
  width: auto;
  height: auto;
}

.our-sprt .main-content .our-sprt-col-two .hs_cos_wrapper_type_form .hs-form input.hs-button.primary.large {
  box-shadow: none;
  background-color: #4d90fe;
  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
  background-image: linear-gradient(top,#4d90fe,#4787ed);
  border: 1px solid #3079ed;
  color: #fff;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  line-height: 27px;
  min-width: 54px;
  outline: 0px;
  padding: 0 8px;
  width: 70px;
}


.our-service-lyt .hs-banner-area-cust-mod {
  margin-bottom: 0;
}
.our-service-lyt .main-content .main-content-column .hs_cos_wrapper_type_header {
  padding-top: 35px;
  padding-bottom: 110px;
  background: #fff;
  text-align: center
}
.hs-our-services-grp .fusion-builder-row .tw-col-eq {
  width: 33.33%;
  float: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.hs-our-services-grp .fusion-builder-row .fusion-column-wrapper {
  padding: 100px;
  min-height: 751px;
  position: relative;
  z-index: 2;
}
.hs-our-services-grp .fusion-builder-row span.fusion-column-inner-bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hs-our-services-grp .fusion-builder-row span.fusion-column-inner-bg span.fusion-column-inner-bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,transform 1s;
  transition: opacity 1s,transform 1s,-webkit-transform 1s;
}
.hs-our-services-grp .fusion-builder-row span.fusion-column-inner-bg:hover span.fusion-column-inner-bg-image {
  opacity: .9;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hs-our-services-grp .fusion-builder-row .tw-col-eq .right-col-wrapper .fusion-column-wrapper {
  padding: 15%;
  background-color: rgb(255, 255, 255);
}
.hs-our-services-grp .fusion-builder-row .tw-col-eq .right-col-wrapper .fusion-column-wrapper .fusion-column-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 617.031px;
}
.hs-our-services-grp .fusion-builder-row .tw-col-eq .right-col-wrapper .fusion-column-wrapper .fusion-column-table .fusion-column-tablecell {
  display: table-cell;
  vertical-align: middle;
}
.hs-our-services-grp .fusion-builder-row .tw-col-eq .left-col-wrapper {
  width: 100%;
}
.hs-our-services-grp .fusion-builder-row .tw-col-eq .right-col-wrapper {
  width: 100%;
  position: relative;
}
.hs-our-services-grp .fusion-builder-row .tw-col-eq .right-col-wrapper:before {
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 5;
}
.hs-our-services-grp .fusion-builder-row .tw-col-eq.bottom .right-col-wrapper:before {
  bottom: -25px;
  top: auto;
}
.hs-our-services-grp .fusion-builder-row .tw-col-eq.bottom .left-col-wrapper{
  order: 1;
}

@media(min-width: 1270px) {
  .hs-our-services-grp .fusion-builder-row .tw-col-eq .right-col-wrapper .fusion-column-wrapper .fusion-column-table .fusion-column-tablecell h2 {
    font-size: 35px !important;
  } 
  h2.moreInformation-col-title {
    font-size: 35px !important;
  }
}
.service-column-grp {
  background: #fff;
}
.hs-our-services-grp {
  padding-bottom: 55px;
  background: #fff;
}

.our-service-lyt .moreInformation-module {
  padding-right: 17%;
  padding-left: 17%;
}
.our-service-lyt .moreInformation-module p {
  font-weight: 300;
}

.hs-cnt-with-bg-img {
  padding-top: 170px;
  padding-right: 15%;
  padding-bottom: 170px;
  padding-left: 15%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hs-cnt-with-bg-img .fusion-builder-row.fusion-row {
  margin-bottom: 25px;
}
.hs-cnt-with-bg-img .fusion-builder-row blockquote {
  margin: -25px;
  background-color: transparent;
}
.hs-cnt-with-bg-img .fusion-builder-row blockquote div {
  display: block;
  padding: 25px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  font-style: italic;
  color: #ffffff;
}
.hs-cnt-with-bg-img .fusion-builder-row blockquote div h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 26px;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.62;
  letter-spacing: 0px;
}
.hs-cnt-with-bg-img .fusion-builder-row .author {
  color: #ffffff;
  margin-top: 25px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  font-family: Lato, Arial, Helvetica, sans-serif;
}
.fusion-fullwidth.fullwidth-box.nonhundred-percent-fullwidth {
  background-color: #ececec;
  padding-top: 90px;
  padding-right: 8%;
  padding-bottom: 120px;
  padding-left: 8%;
}
.fusion-sep-clear {
  clear: both;
  display: block;
  height: 1px;
  font-size: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}
.fusion-separator {
  border: 0 solid #E7E6E6;
  clear: both;
  position: relative;
  z-index: 11;
  height: 1px;
  border-color: transparent;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
.fusion-clearfix {
  clear: both;
  zoom: 1;
}
.fusion-countdown {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
}
.fusion-countdown-1 {
  background-color: #3e7ccc;
}
.fusion-countdown .fusion-countdown-heading-wrapper {
  line-height: 25px;
}
.fusion-countdown .fusion-countdown-subheading {
  font-size: 13px;
  letter-spacing: 1px;
}
.fusion-countdown-1 .fusion-countdown-subheading {
  color: #ffffff;
}
.fusion-countdown .fusion-countdown-counter-wrapper {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  margin: 0 10px;
  font-size: 20px;
  text-align: center;
}
.fusion-countdown-1 .fusion-countdown-counter-wrapper {
  color: #ffffff;
}
.fusion-countdown .fusion-dash-wrapper {
  display: inline-block;
  padding: 5px;
}
.fusion-countdown .fusion-dash {
  padding: 12px 22px;
  text-align: center;
}
.fusion-countdown-1 .fusion-dash {
  background-color: #333333;
}
.fusion-countdown .fusion-digit {
  display: inline-block;
}
.fusion-countdown .fusion-digit>div {
  width: 11px;
}
.fusion-countdown .fusion-digit {
  display: inline-block;
}
.fusion-countdown .fusion-dash-title {
  display: inline-block;
  padding-left: 5px;
  min-width: 46px;
}
.fusion-countdown .fusion-countdown-heading {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}
.fusion-countdown-1 .fusion-countdown-heading {
  color: #ffffff;
}
.fusion-countdown .fusion-first-digit {
  display: none !important;
}
.fusion-separator.fusion-full-width-sep.sep-none {
  margin-bottom: 0;
}

.hs-team-member-grp .hs-tm-mbr-itm-grp.column-3 .hs-team-member-item {
  width: 30.6666% !important;
}
.hs-team-member-grp .hs-tm-mbr-itm-grp.column-3 .member-column .person-desc {
  height: auto;
}
.hs-team-member-grp .hs-tm-mbr-itm-grp.column-3 .person-content {
  margin-top: 25px;
}
.abt-us.spanish .hs-three-col-title.three-col-title-bg .column .fusion-column-wrapper h2 {
  margin: 0;
}

.work-psblits-lyt .main-content-column-two.empty-wrapper {
  display: none;
}
.our-service-lyt.spanish .hs-our-services-grp .fusion-builder-row .tw-col-eq .right-col-wrapper .fusion-column-wrapper .fusion-column-table {
  min-height: auto;
}
.our-service-lyt.spanish .hs-our-services-grp .fusion-builder-row .fusion-column-wrapper {
  min-height: 373px;
}

.our-service-lyt.spanish .hs-our-services-grp {
  padding-bottom: 55px;
  background: #fff;
}

/*  Home Banner Area  */
.home-bannerArea-module {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home-bannerArea-module.right-content {
  min-height: 300px;
  height: calc(100vh - 199px);
}
.home-bannerArea-module.right-content .home-bannerArea-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  height: calc(100vh - 199px);
}
.home-bannerArea-module.right-content .home-bannerContent-group {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 30px;
  padding-right: 30px;
}
.home-banner-content {
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.home-bannerArea-module.right-content .home-banner-content {
  float: right;
}
h2.home-banner-title {
  color: rgb(255, 255, 255);
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 14px;
  padding: 0;
}
.home-bannerBtn-group {
  margin-top: 3.25%;
  overflow: visible;
}
.home-bannerArea-module.right-content a.home-banner-btn {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  position: relative;
  outline: 0;
  zoom: 1;
  border: 1px solid transparent;
  border-width: 0px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
  background: #3e7ccc;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3e7ccc, endColorstr=#3e7ccc);
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  border-radius: 2px;
}
.home-bannerArea-module.right-content a.home-banner-btn:hover {
  background: #2d69b6;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2d69b6, endColorstr=#2d69b6);
  transition: all .3s;
  border-width: 0px;
  border-color: #ffffff;
}

/*    */
.home-layout .body-container {
  background-color: #fff;
}
.home-layout .body-container span.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding-top: 90px;
  padding-bottom: 90px;
}
.home-layout .body-container .hs_cos_wrapper_type_rich_text p {
  color: #747474;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 15px;
  line-height: 2;
}
.home-layout .home-row1-content span.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding: 0 !important;
}
.home-layout .home-row1-content {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 15%;
  padding-right: 15%;
}

/*  About Us  */
.aboutUs-group-module {
  position: relative;
}
.aboutUs-cols-group {
  margin: 0 auto;
}
.aboutUs-col {
  width: 33.3333%;
  position: relative;
  overflow: hidden;
  float: left;
}
.aboutUs-col:first-child,
.aboutUs-col:nth-child(3n+1) {
  clear: left;
}
.aboutUs-col:nth-child(3n+3) {
  clear: right;
}
.aboutUs-col-wrapper {
  position: relative;
  z-index: 2;
  pointer-events: none;
  padding: 160px;
  height: auto;
  min-height: 320px;
  color: #fff;
}
.aboutUs-col-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 31px;
  position: absolute;
  bottom: 0px;
  left: 21px;
  margin: 0 0 30px;
}
.aboutUs-col-title h2 {
  color: #333333;
  padding: 0 8px 0 0;
  margin: 0;
  text-align: left;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: 0px;
  font-size: 35px;
  color: #fff;
}
.aboutUs-col-inner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.aboutUs-col-inner-bg > a {
  color: #fff;
  width: 100%;
  height: 100%;
}
.aboutUs-col-bgImage {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,transform 1s;
  transition: opacity 1s,transform 1s,-webkit-transform 1s;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.aboutUs-col-inner-bg.hover-type-zoomout:hover .aboutUs-col-bgImage {
  opacity: .9;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*  Our Services  */
.ourServices-module {
  position: relative;
  padding: 90px 0 120px;
  background-color: #ffffff;
  background-position: left top;
  background-repeat: no-repeat;
}
.ourServices-topSec {
  color: #000;
  text-align: center;
}
h2.ourServices-heading {
  color: #333;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: 0px;
  margin: 0 0 3px;
}
p.ourServices-subHeading {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 2;
  margin: 0 0 70px;
}
.ourServices-col {
  position: relative;
  float: left;
  width: 33.3333%;
  margin: 0 0 89px;
}
.ourServices-colInner-wrap {
  border-right: 3px solid rgb(255, 255, 255);
  padding: 55px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 506px;
}
.skyblue-theme .ourServices-colInner-wrap {
  color: #fff;
  background-color: rgb(0, 193, 234);
}
.darkSkyblue-theme .ourServices-colInner-wrap {
  color: #fff;
  background-color: rgb(49, 171, 223);
}
.ourServices-col:nth-child(3n+3) .ourServices-colInner-wrap {
  border-right: 0;
}
.ourServices-col-inner {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 15px;
  line-height: 2;
  margin: 0 -15px 61px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.ourServices-col-topSec {
  margin-bottom: 15px;
}
.ourServices-col-icon > img {
  margin: 0 10px 20px 0;
  vertical-align: top;
  height: auto;
}
h2.ourServices-col-title {
  color: #fff;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
}
.ourServices-col-topSec:hover h2.ourServices-col-title {
  color: #3f7ccd !important;
}
.ourServices-btns-group {
  text-align: center;
}
.ourServices-btn {
  display: inline-block;
  position: relative;
  outline: 0;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .2s;
  text-decoration: none;
  padding: 16px 39px;
  line-height: 21px;
  font-size: 18px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  background: #06c0e7;
  background-image: -webkit-gradient( linear, left bottom, left top, from( #00b4eb ), to( #06c0e7 ) );
  background-image: -webkit-linear-gradient( bottom, #00b4eb, #06c0e7 );
  background-image: -moz-linear-gradient( bottom, #00b4eb, #06c0e7 );
  background-image: -o-linear-gradient( bottom, #00b4eb, #06c0e7 );
  background-image: linear-gradient( to top, #00b4eb, #06c0e7 );
  border-radius: 2px;
  color: #fff;
}
.ourServices-btn:hover {
  color: #fff;
  background: #2d69b6;
}

/*  Testimonial Gallery  */
.testimonialGallery-module {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 89px 0;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.testimonial-gallery .hs_cos_gallery_main ul.slick-dots > li.slick-active {
  background-color: #000;
}
.testimonial-gallery .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper > .caption h3 strong {
  font-weight: 400;
}
.testimonial-gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper > img[src*="/Open_Conexus_March2019%20Theme/Images/transparent.png"] {
  display: none !important;
}
.body-container .testimonial-gallery span.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_gallery {
  padding: 0 !important;
}
.testimonial-gallery-group {
  width: 48%;
  margin-right: 4%;
  clear: left;
  position: relative;
  float: left;
  padding: 55px;
  min-height: 495px;
}
h2.testimonialGallery-title {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: 0px;
  margin: 0 0 1.1em;
  text-align: center;
}
.testimonial-gallery .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}
.testimonial-gallery .hs_cos_gallery_main .slick-arrow,
.testimonial-gallery .hs_cos_gallery_main ul.slick-dots > li button {
  display: none !important;
}
.testimonial-gallery .hs_cos_gallery_main ul.slick-dots {
  padding: 0;
  margin: 25px 0 0;
}
.testimonial-gallery .hs_cos_gallery_main ul.slick-dots > li {
  display: inline-block;
  margin: 0 10px 0 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #000;
}
.testimonial-gallery .hs_cos_gallery_main ul.slick-dots > li.slick-active {
  background-color: #000;
}
.testimonial-gallery .hs_cos_gallery_main .slick-slide {
  margin: 0 !important;
}
.testimonial-gallery .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper,
.testimonial-gallery .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper > .caption,
.testimonial-gallery .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper > .caption > span {
  display: block !important;
  margin: 0 !important;
}
.testimonial-gallery .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper > .caption {
  text-align: center !important;
}
.testimonial-gallery .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper > .caption h4 {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0px;
}
.testimonial-gallery .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper > .caption h5 {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.33;
  line-height: 1.13;
  letter-spacing: 0px;
  margin: 1.67em 0 0;
}
.testimonial-gallery .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper > .caption > * {
  color: #000;
}
.testimonial-gallery .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper > .caption h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  letter-spacing: 2px;
  margin: 25px 0 0;
  color: #000000;
}

/*  More Information  */
.moreInformation-module {
  padding: 89px 0;
  background-color: #ffffff;
  background-position: left top;
  background-repeat: no-repeat;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.moreInformation-col {
  width: 48%;
  float: left;
  position: relative;
}
.moreInformation-col-inner {
  padding: 55px;
  min-height: 288px;
  height: auto;
  text-align: center;
}
.moreInformation-col.right {
  float: right;
}
h2.moreInformation-col-title {
  margin: 0 0 3px;
  text-transform: uppercase;
}
.moreInformation-module p {
  color: #000;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 18px;
  line-height: 2;
  margin: 0 0 20px;
}
a.moreInformation-btn {
  display: inline-block;
  position: relative;
  outline: 0;
  zoom: 1;
  border: 0 none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .2s;
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  background: #06c0e7;
  background-image: -webkit-gradient( linear, left bottom, left top, from( #00b4eb ), to( #06c0e7 ) );
  background-image: -webkit-linear-gradient( bottom, #00b4eb, #06c0e7 );
  background-image: -moz-linear-gradient( bottom, #00b4eb, #06c0e7 );
  background-image: -o-linear-gradient( bottom, #00b4eb, #06c0e7 );
  background-image: linear-gradient( to top, #00b4eb, #06c0e7 );
  border-radius: 2px;
  color: #fff;
}
a.moreInformation-btn:hover {
  color: #fff;
  background: #2d69b6;
  text-decoration: none;
}
.moreInformation-btn-text {
  display: inline-block;
  padding-right: 28px;
}
.moreInformation-btn-divider {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  border-left: 1px solid #fff;
  padding: 0 12.5px;
}
.moreInformation-btn-divider > i.fa {
  position: relative;
  top: 50%;
  margin-top: -6.5px;
  display: block;
}



/*  EN Home Page  */
.en-home-page .home-bannerArea-module,
.en-home-page .home-bannerArea-module .home-bannerArea-img{
  height: auto;
  min-height: 100px!important;
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: none;
}
.en-home-page .home-bannerArea-module {
  position: relative;
  overflow: hidden;
}
.en-home-page .home-bannerContent-group {
  height: auto;
  min-height: 830px!important;
  padding: 90px;
  top: 0;
  transform: none;
  width: 100%;
  height: 100%;
}
.home-bannerArea-module.left-content .home-banner-content {
  float: left;
  padding: 150px 0px 0px 0px;
  text-align: left;
  width: 58.4%;
  max-width: 100%;
}
.home-bannerArea-module.left-content h2.home-banner-title {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.4em;
  letter-spacing: 0px;
  margin: 0 0 30px;
  -webkit-font-smoothing: auto;
}
.home-bannerArea-module.left-content .home-bannerBtn-group {
  margin-top: 0;
  padding: 22px 0 0;
}
.home-bannerArea-module.left-content .home-banner-btn {
  display: inline-block;
  position: relative;
  outline: 0;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .2s;
  padding: 13px 29px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 17px;
  font-size: 14px;
  letter-spacing: 4px;
  border: 1px solid #ffffff;
  color: #fff;
  background-color: transparent;
}
.home-bannerArea-module.left-content .home-banner-btn:hover {
  background: #1677b0;
} 
.home-bannerArea-module.left-content .home-banner-btn > i.fa {
  margin-left: 10px;
}
.home-layout.en-home-page .body-container .hs_cos_wrapper_type_rich_text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  color: #31abdf;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #31abdf;
}
.darkSkyblue-btn {
  display: inline-block;
  position: relative;
  outline: 0;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .2s;
  text-decoration: none;
  padding: 12px 29px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 17px;
  font-size: 14px;
  letter-spacing: 4px;
  background: #31abdf;
  color: #fff;
}
.darkSkyblue-btn:hover {
  background: #1677b0;
  color: #fff;
}
.button-icon-right {
  margin-left: 10px;
}
.ourServices-module.darkSkyblue-theme {
  padding-bottom: 0;
}
.ourServices-module.darkSkyblue-theme .ourServices-col {
  margin-bottom: 0;
}
.en-home-page .ourServices-col-inner {
  margin-bottom: 0;
}
.en-home-page .ourServices-col-topSec {
  margin-bottom: 15px;
  padding-bottom: 50px;
}
.en-home-page h2.ourServices-col-title {
  font-size: 28px;
  line-height: 33px;
}
.en-home-page .ourServices-col-btSec {
  overflow: hidden;
  margin-bottom: 60px;
  min-height: 114px;
}
.en-home-page .ourServices-col-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
.ourServices-module.darkSkyblue-theme .ourServices-btn {
  display: inline-block;
  position: relative;
  outline: 0;
  zoom: 1;
  border: 1px solid #ffffff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .2s;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  background: #31abdf;
}
.ourServices-module.darkSkyblue-theme .ourServices-btn:hover {
  border-color: #ffffff;
  background: #1677b0;
}

.en-home-page .testimonialGallery-module {
  border: 0 none;
  min-height: 585px!important;
  padding: 79px 0;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.en-home-page .testimonial-gallery-group {
  padding: 35px 55px;
  min-height: 0;
}

.en-home-page .moreInformation-module {
  padding: 129px 0;
  border: 0 none;
  background-position: left top;
  background-repeat: no-repeat;
}
.en-home-page .moreInformation-module p {
  font-weight: 300;
}
.en-home-page .moreInformation-col-inner {
  min-height: 0;
}
.en-home-page a.moreInformation-btn {
  color: #fff;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  background: #31abdf;
  border-radius: 0;
}
.en-home-page a.moreInformation-btn:hover {
  color: #fff;
  background: #1677b0;
}
.en-home-page .moreInformation-btn-text {
  padding: 0;
}
.en-home-page .moreInformation-btn-divider {
  position: static;
  padding: 0 0 0 2px;
  border: 0 none;
}

/* -- M -Blog Styling- --- */

.openconexus-blog .blog-post-wrapper .post-body {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 15px;
  line-height: 2;
}
.openconexus-blog .blog-post-wrapper .post-body p {
  margin: 0 0 20px;
}
.openconexus-blog .blog-post-wrapper .post-body .hs_cos_wrapper_type_rich_text > p:last-child {
  margin-bottom: 0;
}
.openconexus-blog .hs-post-image-wrapper {
  margin-bottom: 30px;
}
.openconexus-blog .hs-post-image-wrapper img {
  width: 100%;
}
.openconexus-blog .blog-post-wrapper .post-body blockquote {
  background-color: #f6f6f6;
  border-left: 4px solid #3f7ccd;
  padding: 15px;
  font-style: italic;
}
.openconexus-blog .blog-post-wrapper .post-body blockquote :last-child {
  margin-bottom: 0;
}
.openconexus-blog .related-post-group h3 {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.openconexus-blog .related-post-group h3:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e0dede;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%) translateX(8px);
  margin-top: -2px;
}

.fusion-author {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0px;
}
.fusion-author-avatar {
  float: left;
  margin-right: 20px;
  max-width: 20%;
}
.fusion-author-avatar img {
  vertical-align: top;
  height: auto;
}
.fusion-author-info {
  overflow: hidden;
}
.fusion-author .fusion-author-title {
  margin: 0 0 1em;
  color: #333;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 1.17em;
  font-weight: 300;
  line-height: 1.62;
  letter-spacing: 0px;
}
.fusion-author .fusion-author-title a {
  color: #333333;
}
.fusion-author .fusion-author-title a:hover {
  color: #3f7ccd;
}
.fusion-author .fusion-author-social {
  display: table;
  margin: 20px 0 80px;
  padding: 5px 0;
  width: 100%;
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede;
}
.fusion-author-tagline {
  display: table-cell;
  vertical-align: middle;
  max-width: 70%;
  font-weight: 700;
}
.fusion-author .fusion-social-networks {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  line-height: normal;
}
.fusion-social-networks.boxed-icons .fusion-social-networks-wrapper {
  margin: 0 -5px;
}
[class*=" fusion-icon-"],
[class^=fusion-icon-] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fusion-social-networks.boxed-icons .fusion-social-network-icon {
  display: inline-block;
  font-size: 16px;
  margin: 0 5px 10px;
  padding: 8px;
  background-color: #000000;
  border-radius: 50%;
  background-clip: inherit;
  border: 1px solid #000000;
  color: #fff;
  margin-bottom: 2px;
}
.fusion-icon-mail:before {
  content: "\e616";
}

.fusion-social-networks .fusion-social-network-icon:hover {
  opacity: .8;
}

.openconexus-blog .blog-listing-wrapper .post-listing .post-item {
  padding: 0;
  margin: 0 0 65px;
  overflow: hidden;
}
.openconexus-blog h2.entry-title.fusion-post-title {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0px;
  margin: 0 0 25px;
}
.openconexus-blog h2.entry-title.fusion-post-title.post-listing-simple {
  margin-bottom: 0;
}
.openconexus-blog .fusion-post-content-container {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}
.openconexus-blog .blog-pagination {
  margin: 40px 0 0;
}
.openconexus-blog .blog-pagination > span {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}
.openconexus-blog .blog-pagination a {
  color: #333333;
}  
.openconexus-blog .blog-pagination span.blog-pagination-center a:hover {
  border-color: #3f7ccd;
}
.openconexus-blog .blog-pagination span.blog-pagination-center a.active {
  background-color: #3f7ccd;
  border-color: #3f7ccd;
}
.openconexus-blog .blog-pagination span.blog-pagination-right a:hover {
  color: #3f7ccd;
}
.openconexus-blog .blog-pagination span.blog-pagination-right a.next-link:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5px;
  font-family: icomoon;
  content: '\f105';
  padding-left: 5px;
}
a.fusion-tooltip:hover span.screen-reader-text {
  opacity: 0.9;
}

/* Map */

.cnt-us-lyt .main-content-column-two {
  background: #fff;
  padding-top: 180px;
}
.map-group .map-wrapper {
  margin-bottom: 85px;
}
.map-group .map-wrapper:last-child .hs-map-cnt-wrapper h2:last-child {
  font-size: 26px !important;
  line-height: 1.62;
  margin-bottom: 26px;
}
.map-group .map-wrapper:last-child {
  margin-bottom: 0;
}

.cnt-us-lyt.spanish .map-group .map-wrapper .hs-map-cnt-wrapper h2:first-child {
  display: none;
}
.cnt-us-lyt.spanish .main-content .main-content-column {
  padding-top: 89px;
  background: #fff;
}
.cnt-us-lyt.spanish .main-content-column .hs-form .hs-richtext img {
  margin-bottom: 0 !important;
}
.cnt-us-lyt.spanish .main-content-column .hs-form fieldset .hs-input {
  border-radius: 15px;
  background-clip: padding-box;
}
.cnt-us-lyt.spanish .hs-field-desc {
  font-size: 11px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.2;
}
.cnt-us-lyt.spanish .main-content-column .hs-form fieldset select {
  border-radius: 3px;
}
.cnt-us-lyt.spanish .main-content-column .hs-form .actions {
  text-align: left;
}
.cnt-us-lyt.spanish .main-content-column .hs-form .actions input.hs-button.primary {
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
}
.spanish.cnt-us-lyt .main-content-column-two {
  padding-top: 90px;
}
.map-group .map-wrapper .hs-map-cnt-wrapper h2:empty {
  display: none;
}
.spanish.cnt-us-lyt .map-group .map-wrapper {
  margin-bottom: 35px;
}

.work-psblits-lyt.spanish .hs-three-col-title.three-col-title-bg .column .fusion-column-wrapper h2 {
  margin: 0;
}
.our-service-lyt.spanish .moreInformation-module p {
  font-weight: 400;
}
.cnt-us-lyt.english .map-group .map-wrapper:last-child h2:last-child {
  font-size: 26px !important;
  line-height: 1.62 !important;
}


.related-post-group .fusion-carousel-wrapper .related-post-item {
  outline: none !important;
}
.related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper .fusion-image-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper .fusion-image-wrapper > img[src=""] {
  opacity: 0;
  visibility: hidden;
}

.italian .hs-our-services-grp .fusion-builder-row .fusion-column-wrapper {
  min-height: 783px;
}


.courses-layout .body-container {
  background: #fff;
}
.courses-layout .hs-banner-area-cust-mod {
  margin-bottom: 0;
}
.courses-row1 {
  padding: 90px 8% 120px;
}
.course-recentPost-heading {
  text-align: center;
  overflow: hidden;
  padding: 0 0 34px;
}
.course-recentPost-heading h2 {
  text-transform: uppercase;
  margin: 0 0 1.1em;
}
ul.fusion-filters {
  font-size: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 13px 0 52px;
  line-height: 34px;
  text-align: center;
  display: block;
}
ul.fusion-filters > li {
  display: inline-block !important;
  margin-right: 30px;
  background-image: linear-gradient( to top, #00b4eb, #06c0e7 );
  padding: 4px 21px 5px;
  font: 16px/34px Lato, Arial, Helvetica, sans-serif;
  font-weight: 300;
}
ul.fusion-filters > li > a {
  display: block;
  color: #fff !important;
  line-height: 31px;
}
/*ul.fusion-filters > li:hover,*/
ul.fusion-filters > li.active {
  padding-top: 3px;
  padding-bottom: 3px;
}
/*ul.fusion-filters > li:hover > a,*/
ul.fusion-filters > li.active > a {
  border-top: 3px solid transparent;
  border-color: #31abdf;
}
.it-course-page ul.fusion-filters > li {
  font-weight: 400;
  font-size: 15px;
}
ul.fusion-filters > li:first-child > a {
  border-top: 3px solid #3f7ccd;
}
ul.fusion-filters > li:first-child {
  padding: 3px 21px 3px;
}
li.hs-form-radio .hs-input {
  font-size: 16px;
}
.course-recentPosts-wrapper {
  margin: -6px;
  position: relative;
}
.course-recent-post {
  position: relative;
  float: left;
  width: 33.33%;
  padding: 6px;
}
.course-recentPosts-content-wrapper {
  border: 1px solid #eae9e9;
  border-bottom-width: 3px;
  background-color: #ffffff;
}
.fusion-image-wrapper {
  overflow: hidden;
  z-index: 1;
  position: relative;
  opacity: 1;
}
.fusion-image-wrapper > img {
  vertical-align: top;
  height: auto;
}
.fusion-image-wrapper:hover .fusion-rollover {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-style: preserve-3d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3f7ccd, endColorstr=#3f7ccd), progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.course-recentPosts-wrapper .fusion-portfolio-content {
  padding: 25px 25px 25px 25px;
  text-align: left;
  font-weight: 400;
}
.course-recentPosts-wrapper .fusion-portfolio-content h4 {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0px;
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0;
  color: #333;
}
.course-recentPosts-wrapper .fusion-portfolio-content h4 a {
  color: #aaa !important;
  font-size: 15px;
}
.fusion-content-sep {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 6px;
  border-top: 3px solid #e9eaee;
  border-bottom: none !important;
}
.course-recentPosts-wrapper .fusion-portfolio-content p:last-child {
  margin-bottom: 0;
}

.courses-layout .moreInformation-module {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 95px 15% 125px;
}
.courses-layout .moreInformation-col-inner {
  padding: 16px;
  min-height: 0;
}
.courses-layout .moreInformation-col-inner:empty {
  padding: 89px;
}
.fusion-portfolio-content h2.entry-title a {
  color: #333333;
}
.fusion-portfolio-content h2.entry-title a:hover {
  color: #3f7ccd;
}
.courses-layout .moreInformation-btns-group {
  padding-top: 2px;
  padding-bottom: 2px;
}
.en-course-page .moreInformation-module p {
  font-weight: 300;
}
.en-course-page .course-recentPosts-wrapper .fusion-portfolio-content {
  font-weight: 300;
}
.en-course-page .fusion-portfolio-content h2.entry-title a {
  color: #333333;
}
.en-course-page .fusion-portfolio-content h2.entry-title a:hover {
  color: #31abdf;
}

.abt-us.italian .hs-three-col-title.three-col-title-bg .column .fusion-column-wrapper h2 {
  margin: 0;
}

.italian .hs-three-col-title.three-col-title-bg .column .fusion-column-wrapper h2 {
  margin: 0;
}

.cnt-us-lyt.italian .main-content .main-content-column .hs_cos_wrapper_type_rich_text {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #fff;
}

.cnt-us-lyt.italian .main-content-column-two {
  padding-top: 0;
}
.cnt-us-lyt.italian .map-group .map-wrapper h2:first-child {
  display: none;
}
.map-group .map-wrapper h2:last-child {
  font-size: 26px !important;
  line-height: 1.62;
  letter-spacing: 0px;
}
.es-openconexus-blog .related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper h4.fusion-carousel-title a:hover {
  color: #3f7ccd;
}
@media (max-width: 1340px) {
  .related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper .fusion-image-wrapper > img[src=""] {
    min-height: 16.7vw;
  }
}

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

.related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper .fusion-carousel-meta {
  font-weight: 400;
}
.en-openconexus-blog .related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper .fusion-carousel-meta {
  font-weight: 300;
}
.related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper .fusion-carousel-meta {
  font-weight: 400;
}
.en-openconexus-blog .related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper .fusion-carousel-meta {
  font-weight: 300;
}

a.cta_button {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  vertical-align: middle;
}

.wow {
  visibility: hidden;
}
.italian.our-service-lyt .moreInformation-module p {
  font-weight: 400;
}

.cnt-us-lyt.english .hs-three-col-title .fusion-builder-row .column.column-two h2 {
  padding-top: 43px;
}
.cnt-us-lyt.english .hs-three-col-title .fusion-builder-row .column.column-three .fusion-column-wrapper h2 {
  padding-top: 30px;
}

.hs-footer-social-icons a.fusion-tooltip:hover:before {
  color: rgba(255, 255, 255, 0.8);
}

.hs-lp-footer .footer_menu {
  display: none !important;
}

.italian .custom-menu-primary .hs-menu-wrapper > ul ul li a {
  font-weight: 400;
}
.italian #back-to-top:hover {
  background-color: #3f7ccd;
}


.hs-prices-living-bg .slick-slide-inner-wrapper {
  padding-top: 170px;
  padding-right: 15%;
  padding-bottom: 197px;
  padding-left: 15%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block !important;  
}
.hs-prices-living-bg .hs_cos_gallery_main {
  padding: 0;
}
.hs-prices-living-bg .slick-slider {
  margin-bottom: 0;
}
.hs-prices-living-bg .slick-initialized .slick-slide {
  margin: 0 !important;
}
.body-container .hs-prices-living-bg span.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hs-prices-living-bg .slick-prev, 
.hs-prices-living-bg .slick-next {
  display: none !important;
}
.hs-prices-living-bg .caption.below {
  margin-bottom: 25px;
  text-align: center !important;
}
.hs-prices-living-bg .caption.below blockquote {
  margin: -25px;
  background-color: transparent;
}
.hs-prices-living-bg .caption.below blockquote > div {
  display: block;
  padding: 25px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  font-style: italic;
  color: #ffffff;
}
.hs-prices-living-bg .caption.below blockquote > div h3 {
  color: #fff;
  margin-bottom: 0;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px !important;
  text-align: center;
  letter-spacing: 2px;
}
.hs-prices-living-bg .slick-initialized .slick-slide:not(:first-child) h3 {
  margin-top:0;
  line-height: 30px;  
}
.hs-prices-living-bg .slick-initialized .slick-slide:first-child h3 {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 26px !important;
  letter-spacing: 0;
  font-weight: 300;
}
.hs-prices-living-bg .caption.below blockquote + div {
  color: #ffffff;
  margin-top: 25px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  font-family: Lato, Arial, Helvetica, sans-serif;
}
.hs-prices-living-bg .testimonial-img {
  margin: 0 auto 25px;
  width: 150px;
  text-align: center;
  color: #ffffff; 
  display: block;
}
.hs-prices-living-bg .testimonial-img:before {
  line-height: 40px;
  font-family: icomoon;
  font-size: 28px;
  content: "\e61a";
  line-height: 100px;
  font-size: 90px;
}
.hs-prices-living-bg .slick-dots {
  position: absolute !important;
  bottom: 175px !important;
  z-index: 11111;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hs-prices-living-bg .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.hs-prices-living-bg .slick-dots li button {
  display: inline-block;
  margin-right: 10px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #000;
  border-color: #ffffff;
}
.hs-prices-living-bg .slick-dots li.slick-active button,
.hs-prices-living-bg .slick-dots li button:hover {
  background-color:#fff;
  border-color: #ffffff;
}
.hs-prices-living-bg .slick-dots li button:before {
  display:none !important;
}
.hs-prices-living-bg .slick-dots li {
  margin: 0;
  height: auto;
  width: auto;
  display: inline;
}
.hs-prices-living-bg .slick-slide-inner-wrapper:after, 
.hs-prices-living-bg .slick-slide-inner-wrapper:before {
  content: "";
  display: table;
  clear: both;
}

h2.ourServices-col-title a {
  color: #fff;
}
.openconexus-blog span.screen-reader-text {
  left: -6px;
}

.spanish .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  color: #0bbff2;
}

.italian-blog .related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper h4.fusion-carousel-title a:hover {
  color: #3f7ccd;
}

.hs-mig-layout .hs-search-field {
  padding-left: 15%;
  padding-right: 15%;
}

.hs-lp-padding .body-container-wrapper {
  margin-bottom: 20px;
}

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing {
  margin: 0;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}
.comment.depth-0:first-child {
  border-top: 0;
}

.lft-rt-pad .main-content .hs_cos_wrapper_type_rich_text {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.lft-rt-pad .sidebar.right {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.lft-rt-pad .sidebar.right span.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding-left: 0;
  padding-right: 0;
}

/**/

#comments-listing.new-comments .comment.depth-0:not(:last-of-type) {
  border-bottom: 0 none;
}

.hs-blog-post.hs-sample-blog .blog-content {
  padding-left: 5%;
  padding-right: 5%;
}
.staff-resource .body-container-wrapper {
  text-align: center;
  background: #fff;
  padding-top: 75px;
  padding-bottom: 60px;
}

.he-cnt-with-bg .inner-grp .middle-col .btn-wrapper span.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding: 0;
}

.cnt-us-lyt.spanish .hs-three-col-title .fusion-builder-row .column.column-two .fusion-column-wrapper h2 {
  padding-top: 50px;
}
.cnt-us-lyt.spanish .hs-three-col-title .fusion-builder-row .column.column-three .fusion-column-wrapper h2 {
  padding-top: 70px;
}


li[data-language="en"] {
  order: 1;
}
li[data-language="es"] {
  order: 2;
}
li[data-language="it"] {
  order: 3;
}
li[data-language="li"] {
  order: 4;
}


.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table {
  border-top: 8px solid rgb(158, 158, 158);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
  width: 98%;
  margin: auto;
  padding: 34px;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table h3.title {
  font-size: 34px !important;
  line-height: 135%;
  max-width: 100%;
  color: rgba(0,0,0,.87);
  margin: 0;
  font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
  font-weight: normal;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table span.hs_cos_wrapper.hs_cos_wrapper_widget {
  padding: 0;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table span.hs_cos_wrapper.hs_cos_wrapper_widget h3.form-title {
  margin: 0;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-richtext p {
  white-space: pre-wrap;
  line-height: 135%;
  margin-top: 22px;
  font-size: 13px;
  color: rgba(0,0,0,.87);
  font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-richtext p.red {
  color: #c5221f;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-richtext h3 {
  margin: 0;
  font-weight: 500;
  font-size: 20px !important;
  font: 400 16px/24px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-richtext h3 span {
  background: #9E9E9E;
  padding: 8px 18px 8px 34px;
  display: inline-block;
  margin-left: -34px;
  margin-top: 16px;
  margin-bottom: 35px;
  font-weight: 500;
  color: black;
  position: relative;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-richtext h3 span:after {
  content: "";
  border: 20px solid #fff;
  width: 20px;
  height: 30px;
  position: absolute;
  top: 0;
  border-top-color: #9E9E9E;
  border-left-color: #9E9E9E;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-form-field > label {
  color: #000;
  font-size: 20px;
  line-height: 135%;
  width: 100%;
  font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
  font-weight: normal;
  margin: 0 0 13px;

}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-form-field > label span.hs-form-required {
  color: #c5221f;
  padding-left: 5px;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-form-field .hs-input {
  display: block;
  font: 400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
  height: auto;
  line-height: 24px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: rgba(0,0,0,0.12);
  background: #fff;
  padding-left: 0;
  padding-bottom: 0;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-form-field {
  margin-bottom: 50px;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-richtext label {
  color: #000;
  font-size: 20px;
  line-height: 135%;
  width: 100%;
  font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
  font-weight: normal;
  margin: 0;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-richtext label a {
  color: #31abdf;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-form-field .hs-input::placeholder {
  opacity: 0.6;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-button {
  background-color: #1a73e8;
  text-transform: uppercase;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-form-field .hs-input.invalid.error {
  border-color: #c5221f;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-form-field ul.hs-error-msgs.inputs-list {
  padding-left: 0 !important;
  background-color: #fce8e6;
  padding: 5px !important;
  margin-top: 10px;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-form-field ul.hs-error-msgs.inputs-list label {
  color: #c5221f;
  font: 400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
  line-height: 135%;
  margin-top: 0;
}

.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-form-field ul.inputs-list.multi-container li.hs-form-radio .hs-input {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 2px;
  border-color: rgba(0,0,0,0.54);
  display: inline-block;
  background: none !important;
  -webkit-appearance: none;
  box-sizing: content-box;
  vertical-align: middle;
  margin-right: 10px;
  outline: none;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-form-field ul.inputs-list.multi-container li.hs-form-checkbox .hs-input {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: solid 2px;
  border-color: rgba(0,0,0,0.54);
  display: inline-block;
  background: none !important;
  -webkit-appearance: none;
  box-sizing: content-box;
  vertical-align: middle;
  margin-right: 10px;
  outline: none;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-form-field ul.inputs-list.multi-container li.hs-form-radio span,
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-form-field ul.inputs-list.multi-container li.hs-form-checkbox span {
  line-height: 135%;
  color: rgba(0,0,0,.87);
  font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
  font-size: 18px;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-form-field ul.inputs-list.multi-container li.hs-form-radio .hs-input:checked {
  border-color: rgb(6, 83, 160);
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-form-field > label {
  position: relative;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-form-field ul.inputs-list.multi-container li.hs-form-radio .hs-input:checked + span:before {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: rgb(6, 83, 160);
  left: 5px;
  top: 10px;
}

.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content.one-col-col .fusion-column-wrapper .fusion-column-table {
  margin: auto;
  max-width: 640px;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content.one-col-col .fusion-column-wrapper {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-form-field ul.inputs-list.multi-container li.hs-form-checkbox {
  margin-bottom: 10px;
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-form-field ul.inputs-list.multi-container li.hs-form-checkbox .hs-input:checked {
  border-color: rgb(19, 90, 143);
}
.hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-table .hs-form .hs-form-field ul.inputs-list.multi-container li.hs-form-checkbox .hs-input:checked + span:before {
  position: absolute;
  width: 19px;
  height: 20px;
  content: "";
  border-radius: 3px;
  background: rgb(19, 90, 143);
  left: 1px;
  top: 5px;
}

/************************ Rework Css *************************/

/********************* OPENCONEXUS STAFF ***********************/

.hs-staff .hs-banner-area-cust-mod .fusion-title h2.title-heading-center {
  font-size: 60px;
  line-height: 80px;
}
.hs-staff .hs-banner-area-cust-mod {
  margin-bottom: 0;
}

.hs-staff .main-content-column {
  background-color: #ffffff;
  padding: 75px 5% 60px;
}
.hs-staff .main-content-column > span {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.hs-staff .main-content-column > span > .hs_cos_wrapper_type_module {
  max-width: 66.66666667%;
  width: 100%;
  margin: 0 auto;
}
.cst-staff-sccordion-grp .cst-inner-col {
  margin-bottom: 21.74px;
}
.hs-staff .header-container-wrapper {
  min-height: 199px!important;
}
.cst-staff-sccordion-grp .cst-inner-col .set {
  display: block;
}
.cst-staff-sccordion-grp .cst-inner-col .set a.accordion-title {
  display: block;
}

.cst-staff-sccordion-grp .cst-inner-col .set:first-child a.accordion-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cst-staff-sccordion-grp .cst-inner-col .set a.accordion-title {
  display: block;
  border-color: #f0f0f0;
  background-color: #f8f8f8;
  margin-bottom: -1px;
  border: 1px solid transparent;
  box-sizing: border-box;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  border-radius: 5px;
  line-height: 1;
  color: #333333;
  font-size: 18px;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  border-color: #f0f0f0;
}
.cst-staff-sccordion-grp .cst-inner-col .set a.accordion-title .inner-title {
  background: 0 0;
  display: block;
  padding: 14px 20px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  border: none;
  color: #666;
  padding-right: 42px;
  cursor: pointer;

}

.cst-staff-sccordion-grp .cst-inner-col .set a.accordion-title.active, .cst-staff-sccordion-grp .cst-inner-col .set a.accordion-title.active:hover {
  background-color: #f8f8f8;
}

.cst-staff-sccordion-grp .cst-inner-col .set a.accordion-title:hover {
  background-color: #f0f0f0;
}

.cst-staff-sccordion-grp .cst-inner-col .set a.accordion-title .inner-title i.vc_tta-icon {
  font-size: 1.15em;
  line-height: 0;
  display: inline;
  vertical-align: middle;
}
.cst-staff-sccordion-grp .cst-inner-col .set a.accordion-title .inner-title span.vc_tta-title-text {
  margin-left: 14px;
}

.cst-staff-sccordion-grp .cst-inner-col .set a.accordion-title .inner-title .vc_tta-controls-icon-plus:before {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-color: #666;
  content: '';
  display: block;
  box-sizing: border-box;
  border-style: solid;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 2px 0 0;
}
.cst-staff-sccordion-grp .cst-inner-col .set a.accordion-title .inner-title .vc_tta-controls-icon-plus:after {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-color: #666;
  content: '';
  display: block;
  box-sizing: border-box;
  border-style: solid;
  position: absolute;
  left: 50%;
  bottom: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 0 0 0 2px;
}
.cst-staff-sccordion-grp .cst-inner-col .set a.accordion-title .inner-title .vc_tta-controls-icon-plus {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 12px;
  font-size: inherit;
  margin: 0;
}

.cst-staff-sccordion-grp .cst-inner-col .set .content {
  border: solid transparent;
  box-sizing: content-box;
  padding: 14px 20px;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out;
  border-width: 1px;
  background-color: #f8f8f8;
  border-color: #f0f0f0;
  margin-bottom: -1px;
}
.cst-staff-sccordion-grp .cst-inner-col .set a.accordion-title.active .inner-title .vc_tta-controls-icon-plus.fa-minus:after {
  display: none;
}
.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-2-col-grp.clearfix {
  margin-left: -15px;
  margin-right: -15px;
}

.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-2-col-grp.clearfix .cst-col-items {
  width: 50%;
  float: left;
}

.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-2-col-grp.clearfix .cst-col-items .cst-content {
  margin-bottom: 35px;
}

.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-2-col-grp.clearfix .cst-col-items .cst-content ol li h4,
.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-2-col-grp.clearfix .cst-col-items .cst-content h4 {
  color: #333333;
  font-size: 18px;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0px;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-3-col-grp.clearfix .cst-col-items .cst-content ol li h4,
.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-one-col.clearfix .cst-col-items .cst-content ol li h4 {
  color: #333333;
  font-size: 18px;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0px;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-2-col-grp.clearfix .cst-col-items .cst-content ol li h4 a:hover,
.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-2-col-grp.clearfix .cst-col-items .cst-content h4 a:hover,
.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-3-col-grp.clearfix .cst-col-items .cst-content ol li h4 a:hover,
.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-one-col.clearfix .cst-col-items .cst-content ol li h4 a:hover {
  color: #31abdf;
}
.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-2-col-grp.clearfix .cst-col-items .cst-content ol li h4 a,
.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-2-col-grp.clearfix .cst-col-items .cst-content h4 a.
.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-3-col-grp.clearfix .cst-col-items .cst-content ol li h4 a,
.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-one-col.clearfix .cst-col-items .cst-content ol li h4 a {
  color: #333333;
}

.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-3-col-grp.clearfix {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 1em;
}
.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-3-col-grp.clearfix .cst-col-items {
  width: 33.33333333%;
  float: left;
}

.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-3-col-grp.clearfix .cst-col-items .cst-title-col {
  display: block;
  margin-bottom: 21.74px;
  max-width: 100%;
  text-align: center;
}
.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-3-col-grp.clearfix .cst-col-items .cst-title-col .btn-col.blue {
  font-size: 14px;
  padding: 14px 20px;
  border: 1px solid transparent;
  box-sizing: border-box;
  color: #FFF;
  background-color: #08c;
  box-shadow: 0 5px 0 #006394;
  display: block;
  width: 100%;
  text-align: inherit;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  font-family: Arial;
  position: relative;
  top: 0;
}

.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-3-col-grp.clearfix .cst-col-items .cst-title-col .btn-col.blue:hover {
  color: #f7f7f7;
  background-color: #08c;
  top: 3px;
  box-shadow: 0 2px 0 #006394;
  border: 1px solid transparent;
  text-decoration: none;
}
.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-3-col-grp.clearfix .cst-col-items .cst-title-col .btn-col.green {
  font-size: 14px;
  padding: 14px 20px;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: inherit;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  font-family: Arial;
  position: relative;
  top: 0;
  color: #fff;
  background-color: #6AB165;
  box-shadow: 0 5px 0 #4f934b;
}

.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-3-col-grp.clearfix .cst-col-items .cst-content {
  margin-bottom: 35px;
}

.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-3-col-grp.clearfix .cst-col-items .cst-title-col .btn-col.green:hover {
  color: #f7f7f7;
  background-color: #6AB165;
  top: 3px;
  box-shadow: 0 2px 0 #4f934b;
}
.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-3-col-grp.clearfix .cst-col-items .cst-title-col .btn-col.light_blue {
  font-size: 14px;
  padding: 14px 20px;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: inherit;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  font-family: Arial;
  position: relative;
  top: 0;
  color: #fff;
  background-color: #4CADC9;
  box-shadow: 0 5px 0 #338faa;
}

.cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-3-col-grp.clearfix .cst-col-items .cst-title-col .btn-col.light_blue:hover {
  color: #f7f7f7;
  background-color: #4CADC9;
  top: 3px;
  box-shadow: 0 2px 0 #338faa;
}

.cst-staff-sccordion-grp .cst-inner-col .set a.accordion-title .inner-title .fa-download:before {
  content: "\f019";
}

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

@media (min-width: 768px) {
  .it-page .moreInformation-col-inner {
    min-height: 0;
  }
  .cnt-us-lyt.english .map-group .map-wrapper h2:last-child {
    font-size: 35px !important;
  }
}



@media (max-width: 1300px) {
  .hs-banner-area-cust-mod .content-wrapper h2.title-heading-center {
    font-size: 5vw;
    margin: 0 0 32px;
  }
}

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

@media (max-width: 1023px) {
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active a {
    background-color: #f6f6f6;
  }
  .home-bannerArea-module.right-content, .home-bannerArea-module.right-content .home-bannerArea-img{
    height: calc(100vh - 146px);
  }
  .spanish .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-weight: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    background-color: #f6f6f6;
  }
  .top-header-grp > .row-fluid-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 8px;
    position: relative;
  }
  .custom-logo a#hs-link-module_151811935402031_logo {
    max-width: 75%;
    display: block;
  }
  .span6.hdr-lang-swichr {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
  }
  .top-header-grp .globe_class .lang_list_class {
    text-align: center;
    padding-top: 0;
    margin-top: 0;
  }
  .custom-logo {
    width: 100% !important;
    float: none !important;
  }
  .header-container-wrapper {
    min-height: auto !important;
    background: #fff;
  }
  .custom-logo a#hs-link-module_151811932754921_logo {
    max-width: 75%;
    display: block;
  }
  .hs-team-member-grp .hs-tm-mbr-itm-grp.column-3 .hs-team-member-item .person-desc .person-author .person-author-wrapper span.person-title {
    font-size: 11px;
  }
  .home-bannerArea-module.right-content ,
  .home-bannerArea-module.right-content .home-bannerArea-img {
    height: calc(100vh - 168px);
  }
  .cnt-us-lyt .main-content-column .hs-form .hs-richtext img {
    max-width: 100% !important;
  }
  .italian .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-weight: 400;
  }
  .en-home-page h2.ourServices-col-title {
    line-height: 1.2;
  }
  .top-header-grp .globe_class .lang_list_class {
    display: block!important;
  }
  .hs-staff .header-container-wrapper {
    min-height: inherit!important;
  }
  .hs-staff .hs-banner-area-cust-mod .fusion-title h2.title-heading-center {
    font-size: 41.203px;
    line-height: 54.938px;
    margin-top: 6px;
  }
  .cst-staff-sccordion-grp .cst-inner-col h2.title {
    font-size: 28.421px!important;
    line-height: 36.541px!important;
  }
}

@media (max-width: 816px) {
  .hs-banner-area-cust-mod {
    height: auto;
    padding-bottom: 50%;
    min-height: 200px;
  }
  .hs-banner-area-cust-mod .content-wrapper h2.title-heading-center {
    font-size: 7.95vw;
    margin: 0 0 16px;
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .en-home-page h2.ourServices-col-title {
    font-size: 28px !important;
  }
}
@media (max-width: 800px) {
  .our-service-lyt.spanish .hs-our-services-grp .fusion-builder-row .fusion-column-wrapper {
    min-height: 0;
  }
  .hs-footer-social-icons {
    margin-top: 35px;
    padding-bottom: 10px;
  }
  .hs-tw-col-eq-grp .hs-tw-col-eq-inr-grp .inner-grp {
    display: block;
  }
  .hs-tw-col-eq-grp .hs-tw-col-eq-inr-grp .col-grp {
    width: 100%;
    float: none;
  }
  .hs-tw-col-eq-grp .hs-tw-col-eq-inr-grp .inner-grp {
    display: block;
  }
  .hs-tw-col-eq-grp .hs-tw-col-eq-inr-grp .inner-grp .img-col-grp {
    padding: 100px;
    width: 100%;
  }
  .hs-team-member-grp .hs-team-member-item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .hs-three-col-title .fusion-builder-row .column {
    width: 100%;
  }
  .job-oppertunities-grp .hs-job-locn-itm-grp .hs-job-locn-item {
    width: 100%;
  }
  .hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content {
    width: 100%;
  }
  .hs-refer-a-friend-cust-mod .fusion-builder-row .right-col-img {
    width: 100%;
  }
  .hs-refer-a-friend-cust-mod .fusion-builder-row {
    display: block;
  }
  .hs-featured-image-wrapper {
    float: none;
    max-width: 100%;
  }
  .hs-our-services-grp .fusion-builder-row .tw-col-eq {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    flex-wrap: wrap;
  }
  .hs-our-services-grp .fusion-builder-row .tw-col-eq.bottom .right-col-wrapper:before {
    bottom: auto;
    top: -25px;
  }
  .fusion-countdown {
    display: block;
  }
  .fusion-countdown .fusion-countdown-heading-wrapper {
    text-align: center;
  }
  .fusion-countdown .fusion-countdown-counter-wrapper {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .fusion-countdown .fusion-countdown-counter-wrapper {
    display: block;
  }
  .fusion-countdown .fusion-dash-title {
    display: block;
    font-size: 16px;
    padding-left: 0;
  }
  .hs-team-member-grp .hs-tm-mbr-itm-grp.column-3 .hs-team-member-item {
    width: 100% !important;
    margin-right: 0;
  }
  .hs-team-member-grp .hs-tm-mbr-itm-grp.column-3 .hs-team-member-item .person-desc .person-author .person-author-wrapper span.person-title {
    font-size: 15px;
  }
  .home-bannerArea-module.right-content a.home-banner-btn {
    padding: 9px 20px;
    line-height: 14px;
    font-size: 12px;
  }
  .aboutUs-col,
  .ourServices-col,
  .moreInformation-col {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }
  .aboutUs-col-title {
    margin-bottom: 20px;
  }
  .ourServices-colInner-wrap {
    min-height: 0;
    border-right: 0 none;
  }
  .ourServices-col-inner {
    margin-bottom: 76px;
  }
  .testimonial-gallery-group {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: 0;
  }
  .moreInformation-col.left,
  .moreInformation-col.right {
    float: none !important;
  }
  .moreInformation-col-inner {
    min-height: 0;
  }

  .home-bannerArea-module.left-content .home-banner-content {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }
  .he-cnt-with-bg .inner-grp .hs-lft-col,
  .he-cnt-with-bg .inner-grp .middle-col,
  .he-cnt-with-bg .inner-grp .hs-rt-col {
    width: 100%;
    float: none;
  }

  /* -- M -Blog Styling- --- */

  .fusion-author .fusion-social-networks {
    text-align: center;
    display: block;
    margin-top: 10px;
  }

  .openconexus-blog #back-to-top {
    bottom: 30px;
    border-radius: 4px;
    height: 40px;
    z-index: 10000;
    -webkit-border-radius: 4px;
  }
  .openconexus-blog #back-to-top:before {
    line-height: 38px;
  }
  .cnt-us-lyt .hs-three-col-title .fusion-builder-row {
    display: block;
  }

  .hs-our-services-grp .fusion-builder-row .fusion-column-wrapper {
    min-height: 0;
  }
  .italian .hs-our-services-grp .fusion-builder-row .fusion-column-wrapper {
    min-height: 0;
  }
  .course-recent-post {
    width: 50%;
  }
  ul.fusion-filters > li {
    margin-right: 5px;
  }
  a#back-to-top {
    bottom: 30px;
    border-radius: 4px;
    height: 40px;
    z-index: 10000;
    -webkit-border-radius: 4px;
    background-color: #333 !important;
  }
  .hs-our-services-grp .fusion-builder-row .tw-col-eq .right-col-wrapper .fusion-column-wrapper .fusion-column-table {
    min-height: auto;
  }
  .related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper .fusion-image-wrapper {
    height: 142px;
  }
  .cnt-us-lyt.spanish .hs-three-col-title .fusion-builder-row .column.column-two .fusion-column-wrapper h2 {
    padding-top: 0;
  }
  .cnt-us-lyt.spanish .hs-three-col-title .fusion-builder-row .column.column-three .fusion-column-wrapper h2 {
    padding-top: 0;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .hs-sample-blog.hs-blog-post .blog-post-wrapper .post-body img {
    float: none !important;
    margin-right: 0 !important;
  }
  .hs-mig-layout .hs-search-field {
    margin-top: 20px;
  }
  .hs-mig-layout form.hs-form.stacked {
    margin-bottom: 20px;
  }
  .ftr-cyprt .footer_menu {
    right: 0;
    position: static;
    top: 0;
  }
  .hs-blog-post .blog-content {
    padding-left: 10%;
    padding-right: 10%;
  }
  .fusion-sharing-box {
    display: block;
  }
  .fusion-sharing-box h4 {
    display: block;
  }
  .fusion-social-networks {
    text-align: left;
    display: block;
  }
  .fusion-sharing-box {
    height: auto;
  }
  .cnt-us-lyt .main-content-column .hs-form .hs-form-field {
    width: 100% !important;
    padding-right: 0;
  }
  .cnt-us-lyt .main-content-column .hs-form fieldset .hs-form-field .hs-input {
    width: 100% !important;
  }
  .cnt-us-lyt .main-content-column .hs-form fieldset .hs-form-field ul.inputs-list li .hs-input {
    width: auto !important;
  }
  .our-service-lyt .moreInformation-module {
    padding-right: 0;
    padding-left: 0;
  }
  .related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper .fusion-image-wrapper > img[src=""] {
    min-height: 21.2vw;
  }
  .openconexus-blog .blog-post-wrapper .post-body blockquote {
    margin-left: 0;
    margin-right: 0;
  }
  .openconexus-blog.hs-blog-post .blog-content h2[data-fontsize="35"] {
    font-size: 4.36vw;
    line-height: 5.65vw;
  }
  .openconexus-blog.hs-blog-post .blog-content h3[data-fontsize="26"] {
    font-size: 3.28vw;
    line-height: 5.3vw;
  }
  .openconexus-blog.hs-blog-post .blog-content {
    padding-left: 17%;
    padding-right: 17%;
  }
  .blog-pagination {
    float: none !important;
    text-align: center;
  }
  .blog-pagination > span {
    display: block !important;
    padding-bottom: 5px;
  }
  .blog-pagination span.blog-pagination-right a.prev-link {
    margin-left: 0;
    margin-right: 0;
  }
  .blog-pagination span.blog-pagination-right a.next-link {
    margin-left: 0;
  }
  .blog-pagination > span.blog-pagination-center > a:first-child {
    margin-left: 0;
  }
  .blog-pagination > span.blog-pagination-center > a:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  input[type="text"], 
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"], 
  input[type="file"], 
  textarea, 
  select {
    max-width:100%;
  }
  .hs-prices-living-bg .slick-initialized .slick-slide:first-child h3 {
    font-size: 25.025px !important;
  }
  .hs-lp-pages form.hs-form.stacked {
    margin-bottom: 20px;
  }
  h2.home-banner-title  {
    font-size: 36.99px;
    line-height: 44.388px;
  }
  .home-layout .hs_cos_wrapper_type_rich_text h2,
  h2.testimonialGallery-title,
  h2.ourServices-heading,
  h2.moreInformation-col-title  {
    font-size: 32.743px;
  }
  .aboutUs-group-module h2 {
    font-size: 32.743px;
    line-height: 42.098px;
  }
  .hs-staff .hs-banner-area-cust-mod .fusion-title h2.title-heading-center {
    margin-top: -7px;
    font-size: 7.34vw;
    line-height: 1.2;
  }
  .hs-staff .main-content-column > span > .hs_cos_wrapper_type_module {
    max-width: 100%;
  }
  .cst-staff-sccordion-grp .cst-inner-col h2.title {
    font-size: 33.058px!important;
    line-height: 42.503px!important;
  }
  .cst-staff-sccordion-grp .cst-inner-col h2.title {
    font-size: 4.4vw!important;
    line-height: 1.29!important;
    margin-top: 1px;
  }
  .cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-2-col-grp.clearfix .cst-col-items {
    width: 100%;
    float: left;
  }
  .cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-2-col-grp.clearfix .cst-col-items:last-child {
    padding-left: 30px;
  }
  .cst-staff-sccordion-grp .cst-inner-col .set .content .content-inner.hs-3-col-grp.clearfix .cst-col-items {
    width: 100%;
  }
}

@media (max-width: 731.8px) {
  .course-recent-post {
    width: 100%;
  }
  .related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper .fusion-image-wrapper {
    height: 131px;
  }
}

@media (max-width: 570px) {
  .related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper .fusion-image-wrapper > img[src=""] {
    min-height: 31.2vw;
  }
}

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

@media (max-width: 479px) {
  .hs-refer-a-friend-cust-mod .fusion-builder-row .left-col-content .fusion-column-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  .hs-banner-area-cust-mod .content-wrapper h2.title-heading-center {
    font-size: 7.765vw;
    line-height: 1.2;
  }
  .body-container span.hs_cos_wrapper.hs_cos_wrapper_widget {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
  }
  .hs-tw-col-eq-grp .hs-tw-col-eq-inr-grp .col-grp .col-inr-grp {
    padding: 5%;
  }
  .related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper .fusion-image-wrapper > img {
    min-width: 100%;
    min-height: 100%;
  }
  .related-post-group .fusion-carousel-wrapper .related-post-item .fusion-carousel-item-wrapper .fusion-image-wrapper > img[src=""] {
    min-height: 51.2vw;
  }
  .openconexus-blog.hs-blog-post .blog-content h2[data-fontsize="35"] {
    font-size: 5.45vw;
    line-height: 6.95vw;
  }
  .openconexus-blog.hs-blog-post .blog-content h3[data-fontsize="26"] {
    font-size: 4.7vw;
    line-height: 7.6vw;
  }
  h2.testimonialGallery-title {
    font-size: 24px;
  }
  .testimonial-gallery-group {
    padding-left: 20px;
    padding-right: 20px;
  }
  h2.moreInformation-col-title {
    font-size: 24px;
  }
  .hs-system-layout .body-container-wrapper .hs-search-field {
    padding: 0 5%;
  }
  .course-recentPost-heading h2 {
    font-size: 24px;
  }
  .home-bannerArea-module.left-content h2.home-banner-title {
    font-size: 35.5px;
  }
  .hs-mig-layout .hs-search-field {
    padding-left: 5%;
    padding-right: 5%;
  }
  .hs-get-connected {
    padding-right: 10%;
    padding-left: 10%;
  }
  .our-sprt .main-content .our-sprt-col-one .hs_cos_wrapper_type_rich_text {
    padding-left: 5%;
    padding-right: 5%;
  }
  .special-offers-lyt .main-content-column-two .hs_cos_wrapper_type_rich_text {
    padding-left: 5%;
    padding-right: 5%;
  }
  .australia-lyt .main-content-column .hs_cos_wrapper_type_rich_text {
    padding-left: 5%;
    padding-right: 5%;
  }
  .lft-rt-pad .main-content .hs_cos_wrapper_type_rich_text {
    padding-left: 5%;
    padding-right: 5%;
  }
  .work-psblits-lyt .main-content-column .hs_cos_wrapper_type_rich_text {
    padding-left: 15%;
    padding-right: 15%;
  }
  h2.home-banner-title {
    font-size: 28px;
    line-height: 34px;
  }
  .home-layout .hs_cos_wrapper_type_rich_text h2,
  h2.ourServices-heading {
    font-size: 26px;
  }
  h2.ourServices-col-title {
    font-size: 22.5px;
    line-height: 27px;
  }
  .en-home-page .home-bannerContent-group {
    padding: 90px 40px;
  }
  .fusion-portfolio-content h2.entry-title {
    font-size: 22.5px;
    line-height: 31.875px;
  }
  .cst-staff-sccordion-grp .cst-inner-col h2.title {
    font-size: 5.5vw!important;
  }
}

@media (max-width: 400px) {
  .openconexus-blog.hs-blog-post .blog-content h2[data-fontsize="35"] {
    font-size: 22.5px;
    line-height: 28.929px;
  }
  .openconexus-blog.hs-blog-post .blog-content h3[data-fontsize="26"] {
    font-size: 22.5px;
    line-height: 36.346px;
  }
  .hs-prices-living-bg .caption.below blockquote>div {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-prices-living-bg .slick-initialized .slick-slide:first-child h3 {
    font-size: 22.5px !important;
  }
  h2.home-banner-title  {
    font-size: 22.605px;
    line-height: 27.126px;
  }
  .home-layout .hs_cos_wrapper_type_rich_text h2,
  h2.testimonialGallery-title,
  h2.ourServices-heading,
  h2.moreInformation-col-title  {
    font-size: 22.5px;
  }
  .aboutUs-group-module h2 {
    font-size: 22.5px;
    line-height: 28.929px;
  }
}