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

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

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

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

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

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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



/*****************************************/
/* colour variables */
/*****************************************/

    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

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

.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.footer-main-menus .hs-menu-children-wrapper{
    /* visibility: hidden;
   opacity: 0;*/
    -webkit-transition: opacity .4s;
    position: relative!important;
    z-index: 10;
    top: 0;
    left: 20px!important;
    display: none;
}

.footer-nav a
{
    cursor:pointer;
     display: inline-block;
     padding:10px 20px;
     width:100% !important;
}
.footer-main-menus li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 5% !important;
    top: -2px !important;
}


/*.footer-main-menus .hs-item-has-children:hover .hs-menu-children-wrapper {
  display: block !important;
}*/
  
  .footer-main-menus .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper
  {
      left:20px !important;
  }
  
  .footer-main-menus .hs-menu-wrapper.hs-menu-flow-vertical li a
  {
      width:auto !important;
  }


* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.main-section {
    margin: 0 auto;
}

.main-header {
    box-shadow: 0 2px 4px 0 rgba(3, 3, 3, 0.06);
    position: relative;
}

.header-top {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #042433;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 40px;
}
.topc {
    position: relative;
}

.login {
    float: left;
    margin: 10px 20px 0 10px;
}

.login a {
    color: white;
}

.social {
    float: right;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    width: 170px;
}
.social ul {
    float: right;
}
.social li {
    display: inline-block;
    float: left;
}
.social li a {
    align-items: center;
    border-right-color: rgba(255, 255, 255, 0.13);
    border-right-style: solid;
    border-right-width: 1px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    height: 40px;
    justify-content: center;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 33px;
}

.social li:last-child a {
    border-right : none;
}
.social li:nth-of-type(1) a:hover {
    background: #00aced;
}
.social li:nth-of-type(2) a:hover {
    background: #3b5998;
}
.social li:nth-of-type(3) a:hover {
	background: #cb2027;
}
.social li:nth-of-type(4) a:hover {
	background: #517fa4;
}
.social li:nth-of-type(5) a:hover {
    background: #cc3732;
}

.locationicons {
    float: left;
    margin-right: 10px;
}

.locationicons,
.locationicons i,
address i.fa-user {
    color: #11ace1;
}

.locationicons a:hover i.fa-user {
    color: #fbc152;
}

addresss {
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
}


addresss a, address a {
    color: #fff;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 10px;
    margin-right: 20px;

}

.top-phone i.fa-user {
    color: #11ace1 !important;
    margin-right: 10px;
}

.top-phone a:hover i.fa-user {
    color: #fbc152;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=BNA Pay Page CSS Starts Here-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
body.bna-pay .hero {
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 8% 0;
}

body.bna-pay .two-column-light {
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    padding: 70px 0;
}

body.bna-pay .two-column-light:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(125,185,232,0) 60%,rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(125,185,232,0) 60%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(125,185,232,0) 60%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7db9e8',GradientType=1 );
}

body.bna-pay .two-column-light>div{
    position: relative;
}

body.bna-pay .two-column-light.one-sol-bg:before {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7db9e8',GradientType=1 );
}

body.bna-pay .two-column-light.one-sol-bg {
    background-position: left !important;
}

body.bna-pay .payment-title-wrap h2 {
    font-size: 38px;
}

body.bna-pay .payment-title-wrap .white-border-title-wrap span {
    font-size: 20px;
    color: #fbc152;
    text-transform: uppercase;
    max-width: 300px;
    display: inline-block;
    font-weight: 500;
    margin-top: 20px;
}

body.bna-pay .payment-solution-content-wrap {
    margin-left: 2%;
    width: 58% !important;
    margin-top: -2.5%;
    padding: 0 0 0 60px;
    background-image: url(//cdn2.hubspot.net/hubfs/229886/BNA_Pay/money-icon.png);
    background-repeat: no-repeat;
    background-position: 0 26px;
}

body.bna-pay .payment-solution-content-wrap h3 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 19px;
    text-transform: none;
}

body.bna-pay .dark-overlay-bg {
    background-size: 60%;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0;
}

body.bna-pay .dark-overlay-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(40,40,40);
    background: -moz-linear-gradient(left, rgba(40,40,40,1) 0%,rgba(40,40,40,1) 40%,rgba(125,185,232,0) 50%,rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(left, rgba(40,40,40,1) 0%,rgba(40,40,40,1) 40%,rgba(125,185,232,0) 50%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right, rgba(40,40,40,1) 0%,rgba(40,40,40,1) 45%,rgba(40,40,40,0.5) 80%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7db9e8',GradientType=1 );
}

body.bna-pay .dark-overlay-bg>div{
    position: relative;
}

body.bna-pay .our-cstmr .blue-border-title-wrap,body.bna-pay .our-cstmr p {
    color: #fff;
    position: relative;
}

body.bna-pay .sell-more-image img {
    max-width: 500px;
    width: 100% !important;
    margin-top: -15px;
}

body.bna-pay .bottom-sec-cta {
    margin-top: 30px;
}

body.bna-pay .blue-gradient  .bottom-sec-cta {
    margin-top: 0;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=BNA Pay Page CSS Starts Here-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media (max-width: 1360px){
body.bna-pay .two-column-light {
    background-size: 70%;
}
}

@media (max-width: 1200px){
body.bna-pay .two-column-light {
    background-size: 90%;
}
}

@media (max-width: 980px){
body.bna-pay .two-column-light {
    background-size: 115%;
}

body.bna-pay .two-column-light.payment-sol-bg {
    background-position: -24px;
}

body.bna-pay .two-column-light.one-sol-bg {
    background-position: center !important;
}

body.bna-pay .dark-overlay-bg {
    background-size: 100%;
    background-position: 140px;
}
}

@media (max-width: 820px){

body.bna-pay .two-column-light {
    background-size: 120%;
    background-position: left;
}
}


@media (max-width: 767px){

.hero .cta-button a, .complete .cta-button a, a#cta_button_229886_bcc1af4f-13de-4f86-9af2-0ecfd722d6e3
{
    width:100%;
}
.header-top {
    text-align: center;
}
.container {
    float: none !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    
}

.header img
{
    top:0px !important;
    display:block !important;
}

.custom-menu-primary ul {
    border-top: 2px solid transparent;
}

.custom-menu-primary.js-enabled
{
    left: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    top: 0px !important;
    width: 100% !important;
    text-align: right;
    
}

.mobile-trigger
{   top: 17px;
    right: 20px !important;
    text-align: left !important;
}

.custom-menu-primary.js-enabled .hs-menu-wrapper
{
    width: 100%;
    
}
.header-top .container
{
    padding:0px !important;
}
a#cta_button_229886_14c67cce-3589-4ae8-bbb6-6228559d129e
{
    font-size:14px;
    padding-left:5px;
    padding-right:5px;
}

/*************************************BNA Pay*******************************************/



body.bna-pay .payment-title-wrap .white-border-title-wrap span {
    max-width: 100%;
}

body.bna-pay .payment-title-wrap .white-border-title-wrap:after {
    top: 0;
    left: -10%;
    height: 100%;
}

body.bna-pay .payment-title-wrap .white-border-title-wrap {
    margin: 10% 0 5% 6%;
}

body.bna-pay .payment-solution-content-wrap {
    margin-left: 2%;
    width: 100% !important;
    margin-top: 0;
    padding: 0 0 0 60px;
    background-image: url(//cdn2.hubspot.net/hubfs/229886/BNA_Pay/money-icon.png?t=1474535031634);
    background-repeat: no-repeat;
    background-position: 0 26px;
}

body.bna-pay .two-column-light {
    background-image: none;
    padding: 37px 0;
}

body.bna-pay .two-column-light .span6{
    min-height:0;
}

body.bna-pay .dark-overlay-bg:before{
    background-image:none;
    background-color:rgba(40,40,40,.92);
}

body.bna-pay .two-column-light.one-sol-bg .header-blue-border {
    padding-top: 0 !important;
}

body.bna-pay .dark-overlay-bg {
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}

body.bna-pay .sell-more-image {
    display: none;
}

/*************************************BNA Pay*******************************************/
}

@media (max-width: 736px){
body.bna-pay .payment-solution-content-wrap {
    background-image: none;
    padding: 0;
}

body.bna-pay .blue-border-title-wrap {
    margin: 20px 0 20px 21px;
}



body.bna-pay .padding {
    margin: 0 auto;
}
}

@media (max-width: 640px){
body.bna-pay .blue-gradient .bottom-sec-cta {
    margin-top: 10px;
}
}
/**/
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.25px;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, p, a {
	margin: 0;
	padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 300;
    background:transparent none repeat scroll 0 0;
    border:0 none;
}
a {
	text-decoration: none;
	margin: 0;
	padding: 0;
    color: #042433;
}
a:hover {
    color: #11ace1;
}

fieldset {
	border: none;
}
img {
	margin: 0;
	padding: 0;
}

.inner-banner {
    background: url('//cdn2.hubspot.net/hubfs/229886/small-BNA-inner-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 8% 0;
}
.inner-banner h1 {
    color: white;
    text-align: center;
}
.poynt-banner {
    background: url('https://cdn2.hubspot.net/hubfs/229886/poynt_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 8% 0;
}
.poynt-banner h1 {
    color: white;
    text-align: center;
}
.talech-banner {
    background: url('https://cdn2.hubspot.net/hubfs/229886/talech_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 8% 0;
}
.talech-banner h1 {
    color: white;
    text-align: center;
}

/*SET UP STYLES*/

.clearfix {
    clear: both;
}

.container {
    max-width: 1200px;
    width:100%;
	margin: 0 auto;
}

.spacing {
    padding: 3% 0;
}

.padding {
    padding: 5% 0;
}

.cta-padding {
    padding: 5% 0;
}

i,
a {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.cta-button.right {
    float: right !important;
}

.cta-button a,
img.hs-cta-image {
    border-radius: 5px !important;
    border: none !important;
    color: white !important;
}

.cta-button.blue a,
img.hs-cta-image {
    background: #11ace1 !important;
}

.cta-button.orange a {
    background: #fbc152 !important;
}

.cta-blue {
    color: white;
}

.margin-bottom {
    margin-bottom: 5%;
}
.complete .blue-border-title-wrap:before,
.welcome .blue-border-title-wrap:before,
.why-us .blue-border-title-wrap:before
{
    left: -3%;
}
.blue-border-title-wrap:before {
    content: '';
    height: 111%;
    width: 3px;
    background: #11ace1;
    position: absolute;
    left: -2%;
    top: -17px;
}

.blue-border-title-wrap {
    position: relative;
    color: #393939;
    margin: 3% 0 3% 3%;
}

.blue-border-title-wrap h2 {
    font-size: 2em;
}

.blue-border-title-wrap span {
    position: absolute;
    top: -20px;
    text-transform: uppercase;
    color: #11ace1;
}

.white-border-header:before {
    content: '';
    height: 111%;
    width: 3px;
    background: white;
    position: absolute;
    left: -25px;
    top: -17px;
}

.white-border-header {
    position: relative;
    color: white;
    margin: 3% 0;
}

.white-border-header h2 {
    font-size: 2em;
}

.white-border-header span {
    position: absolute;
    top: -20px;
    text-transform: uppercase;
    color: white;
}

.blue-gradient {
    background: url('//cdn2.hubspot.net/hubfs/229886/blue-gradient-bg.png');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.blue-big-border-title-wrap {
    position: relative;
    text-align: right;
    
}

.blue-big-border-title-wrap:after {
    content: '';
    height: 100%;
    width: 3px;
    background: #11ace1;
    margin-left: 10px;
    position: absolute;
    top: 8%;
}

.blue-big-border-title-wrap h2 {
    font-size: 2em;
    color: #042433;
    line-height: 1.1;
}

.blue-big-border-title-wrap span {
    font-size: 1.6em;
    color: #fbc152;
    text-transform: uppercase;
}

.blue-header h3 {
    color: #11ace1;
}

h3.black {
    color:#393939;
}

.blue-header h3 {
    margin-bottom: 3%;
}

.blue-header ul {
    margin-top: 3%;
}

.blue-header li {
    padding: 5px 0;
}

ul.page-list {
    text-indent: 20px;
}

ul.page-list li {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

ul.page-list li:hover {
    color: #11ace1;
}

ul.page-list li i {
    margin-right: 10px;
    color: #11ace1;
    text-indent: -20px;
}

.img-text {
    margin-top: 2%;
}

span.bold {
    font-weight: bold;
}

.margin-top:  {
  margin-top: 2%;  
}

/*HEADER STYLES*/

/*top header*/

.top-header {
    background: #042433;
    position: relative;
}

.top-header span {
    color: white;
    font-size: 12px;
}

.header-phone i {
    margin-right: 10px;
    color: #11ace1;
}

.top-header .social-links {
/*    text-align: right;
    display: table-cell;
    position: absolute;
    bottom: 26%;
    right: 23%;*/

    text-align: right;
    display: table-cell;
    position: absolute;
    right: 165px;
}

.social-links a {
    text-align: center;
    border-right: 2px solid #1a323e;
    padding: 10px;
    margin-top: 2.5%;
    height: auto;
}

.social-links i,
ul.contact-social i{
    font-size: 1em;
    color: white;
    height: 25px;
    width: 25px;
    display: table-cell;
    vertical-align: bottom;
}
/*RESPONSIVE NAV TEST*/
.flex-container {
    display: flex !important;
    justify-content: space-between;
}

.flex-item {
    flex-grow: 1;
    display: inline-flex;
}

.locationicons,
addresss a,
.login {
    margin-top: 10px;
}

/*END RESPONSIVE NAV TEST*/
@media (max-width: 457px) {
    .top-phone {
    line-height: 1;    
    }
    .locationicons, addresss a, .login {
    margin-top: 0.5%;    
    }
    .main-header-wrap {
    margin-top: 5%;    
    }
    addresss a {
    margin-bottom: 0;    
    }
    .privacy {
    display: flex;
    justify-content: center;    
    }
}

@media (max-width: 584px) {
 .flex-container {
    display: flex !important;
    -webkit-display: flex !important;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    }
   .header-top {
    height:82px;    
   }
   .top-phone {
    flex: 1; 
    -webkit-flex: 1;
   }
   .social {
    float: none !important;
    width: auto;
   }
   .social ul {
    float: none;   
   }
}


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

.main-footer .social-links li,
ul.contact-social li{
    display: inline-block;
}

.footer .social-links a,
ul.contact-social a {
    text-align: center;
    display: inline-flex;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #4b5054;
    justify-content: center;
    align-items: center;
}

ul.contact-social a {
    background: #e9e9e9;
    border: none;
}

.footer .social-links i,
ul.contact-social i{
    font-size: 1em;
    color: white;
    height: 25px;
    width: 25px;
    position: relative;
    top: 25%;
}

ul.contact-social i {
    color: #8c8a8a;
    top: 18%;
}

ul.social i:hover,
ul.contact-social i:hover,{
    color: white;
}

.social-links a.tweet:hover,
ul.social i.fa-twitter:hover,
ul.contact-social a.tweet:hover
{
    background: none repeat scroll 0 0 #00aced;
}

.social-links a.facebook:hover,
ul.social i.fa-facebook:hover,
ul.contact-social a.facebook:hover
{
    background: none repeat scroll 0 0 #3b5998;
}

.social-links a.linkedin:hover,
ul.social i.fa-linkedin:hover,
ul.contact-social a.linkedin:hover
{
    background: none repeat scroll 0 0 #0077b5;
}

.social-links a.youtube:hover,
ul.social i.fa-youtube-play:hover,
ul.contact-social a.youtube:hover
{
    background: none repeat scroll 0 0 #cc3732;
}

.social-links a.google:hover,
ul.social i.fa-google-plus:hover,
ul.contact-social a.google:hover
{
    background: none repeat scroll 0 0 #cc3732;
}

ul.contact-social a:hover i {
    color: white;
}

.cta-header.orange {
    margin: 0;
    position: absolute;
    right: 0;
}

.cta-header.orange a {
/*    max-height: 23px;
    min-height: 19px;
    height: 23px; */

    height: 23px; 
}

.center {
    text-align: center;
}

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

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

.left {
    float: left;
}

.right {
    float: right;
}

.white h1 {
    color: white;
}

.content-wrap {
    position: relative;
}


/*MAIN NAV*/

.header-wrap {
    position: relative;
    z-index: 100;
}

.header-phone {
    position: absolute;
    top: 25%;
}

.header img {
    margin-left: 10px;
    margin-top: 7%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    max-width: 100%;
}

.nav ul {
    float: right;
}

.nav .hs-menu-flow-horizontal>ul li a {
    margin: 0 5px;
    text-transform: uppercase;
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-size: 14px;
    color: #042433;
    padding: 40px 10px;
    position: relative;
    border-bottom: 2px solid transparent;
}

.nav .hs-menu-flow-horizontal>ul li a:hover {
    transition: color 0.4s ease;
    -webkit-transition:all 0.4s ease;
    -moz-transition: all 0.4s ease;
   color: #11ace1;
   border-bottom: 2px solid #11ace1;
}

.nav .hs-menu-children-wrapper {
    width: 100%;
    background: #e9e9e9;
}

.nav .hs-menu-children-wrapper li {
    color: white;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    width: inherit;
    border-top: 2px solid transparent;
    background: #042433;
}

li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper:hover {
    border-top: 2px solid #11ace1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    color: white;
    text-transform: capitalize;
    padding: 10px 20px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
    background: #11ace1;
}

.nav .hs-menu-flow-horizontal>ul li a:hover {
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:hover {
}

li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100% !important;
    top: -2px !important;
}



/*HOME BANNER*/
.hero {
    background: url('//cdn2.hubspot.net/hubfs/229886/bna-home-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 240px 0;
    background-attachment: fixed;
}

.hero h1,
.inner-banner h1
{
    font-size: 3em;
}

.hero h1,
.poynt-banner h1
{
    font-size: 3em;
}
.hero h1,
.talech-banner h1
{
    font-size: 3em;
}


/*COMPLETE PAYMENT SOLUTION - HAND BACKGROUND*/

.complete-payment-solution {
    position: relative;
}

.complete.content-wrap {
   padding: 5% 0 7%;
   position: relative; 
}

.complete.content-wrap p {
    padding-bottom: 5%;
}

.hand-wrap {
    float: right;
}

.hand-bg img.hs-image-widget  {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 41% !important;
}
.hero-button-group,
.complete.button-group
{
    display: flex !important;
}
.hero-button-group {
    justify-content: center;
}
.complete.button-group {
    justify-content: flex-start;
}
.hero-button-group .button {
margin-right: 20px;
}
a#cta_button_229886_bcc1af4f-13de-4f86-9af2-0ecfd722d6e3 {
    margin-left: 20px;
}

/*HIGH RISK - BLUE BACKGROUND*/

.high-risk {
    color: white;
}

.cta-button.orange.left {
    float: left;
}

.payment-title-wrap {
    line-height: 1.3;
    width: 22% !important;
}

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

.white-border-title-wrap {
    position: relative;
    text-align: right;
    
}

.white-border-title-wrap:after {
    content: '';
    height: 100%;
    width: 3px;
    background: white;
    margin-left: 10px;
    position: absolute;
    top: 0;
}

.white-border-title-wrap h2 {
    font-size: 2em;
    color: white;
    line-height: 1.1;
}

.white-border-title-wrap span {
    font-size: 1.6em;
    color: #fbc152;
    text-transform: uppercase;
}

.high-risk p {
    font-size: 16px;
}

/*icon item section*/

.logo-item {
    margin: 5% 0;
}

.logo-item i {
    height: 30px;
    width: 30px;
    font-size: 2em;
    display: table;
}

.logo-item .icon-wrap {
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.logo-item .title-wrap {
    display: table-cell;
    vertical-align: sub;
    width: 87%;
}

.title-wrap span.title {
    display: block;
    font-size: 18px;
    margin-bottom: 3%;
    text-transform: capitalize;
    font-family:'Lato';
    font-weight: 400;
    letter-spacing: 0.5px;
}

.resource-btn-wrap {
    margin: 5% 0;
}

a.icon-list-item {
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
}

a.icon-list-item:after {
    content: '\f054';
    font-family: FontAwesome;
    margin-left: 10px;

}


/*TESTIMONIALS*/

.speech-bubble {
    padding: 5% 5% 25%;
    border: 2px solid #e9e9e9;
    border-radius: 6px;
    position: relative;
    margin: 7% 0;
}

.testimonial-container .triangle img {
    position: absolute;
    height: 10%;
    width: 10%;
    bottom: -10%;
}

.author-pic >img {
    border-radius: 50%;
    margin-right: 20px;
}

.testimonial .wrapper {
    display: table-cell;
    vertical-align: middle;
}

p.testimonial-content {
    font-style: italic;
    font-weight: 600;
    color: #808080;
    font-size: 1.15em;
    min-height: 100px;
}

.speech-bubble i {
    position: absolute;
    bottom: 10%;
    right: 10%;
    font-size: 2em;
    color: #808080;
}

.author-pic {
    display: table-cell;
}

span.author-title {
    display: block;
}

span.author-name {
    color: #11ace1;
    text-transform: capitalize;
    font-weight: bold;
}

/*ORANGE HOME CTA*/
.cta.orange {
    background: #fbc152;
    color: white
}

.cta h3 {
    font-size: 2em;
    margin: 2% 0;
}

.cta h4 {
    font-weight: lighter;
    text-transform: none;
    font-size: 1.1em;
}

.grey.cta-wrap {
    margin-top: 4%;
}

.cta-button
{
    margin-top: 3%;
}

/*LATEST POST*/

.home.latest-post {
    position: relative;
    padding-top: 3%; margin-bottom: 8%;
}

.latest-post,
.latest-post a {
    color: #393939;
}

.latest-post .posts {
    float: left;
    margin: 64px 1%;
    text-align: left;
    width: 31%;
}

.latest-post .postImg {
    height: 250px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 5%;
}

.latest-post h3 {
    margin: 10px 0 20px;
    line-height: 1.3;
    transition: all 0.2s ease;
}

.latest-post .span4:hover h3,
.latest-post .span4:focus h3 {
    color: #11ace1;
}

.latest-post .span4 p:not(.postDate) {
    transition: all 0.2s ease;
}

.latest-post .span4 p:not(.postDate):hover,
.latest-post .span4 p:not(.postDate):focus {
    color: #11ace1;
    font-weight: bold;
}

.latest-post a.cta-button{
    color: #fff;
    display: block;
    width: 180px;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 5% auto 0;
    text-align: center;
    position: initial;
    background: #11ace1;
    border: 2px solid transparent !important;
    background: #11ace1;
    border-radius: 5px;
    box-shadow: none;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webskit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    text-shadow: none;
    padding: 15px;
}

.latest-post a.cta-button:hover {
    background: rgba(12, 128, 166, 1);
}

#fancyNewsRss li {
    float: left;
    margin: 64px 1%;
    text-align: left;
    width: 31%;
}

/*GREY CTA*/
.cta.grey {
    background: #efefef;
    color #393939;
}

.grey.right a {
    float: right;
}

/*FOOTER*/
.footer {
    background: #042433;
    padding: 6% 0 0;
}

.footer h3 {
    color: white;
    margin-bottom: 10%;
}

.footer a,
.footer p,
.footer span {
    color: #d2d2d2;
}    

.footer-nav a {
    width: 30%;
    text-transform: capitalize;
}

.footer-nav a:before {
    content: '\f178';
    font-family: FontAwesome;
    color: white;
    margin-right: 5px;
}

.footer-nav a:hover:before,
.footer-nav a:hover{
    color: white;
}

.footer.contact ul {
    margin-bottom: 30px;
    padding: 0;
}


.footer.contact li,
.privacy ul
{
    display: table;
}

.footer.contact li a:hover {
    color: #11ace1;
}

.footer.contact li i,
.privacy ul li 
{
   display: table-cell;
}

.footer.contact li i {
    vertical-align: top;
    padding-right: 15px;
    font-size: 1.3em;
}

.bottom-footer-link-wrap {
    float: right;
}

.privacy li {
    padding: 0 5px;
    position: relative;
}

.privacy li a:hover {
    color: #11ace1;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 80%;
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
}

/*ABOUT PAGE*/

.grey-bg {
    background: #f2f3f3;
}

.what-we-offer {
    margin: 7% 0;
    display: block;
}

.offer .icon-container,
.offer .item-container
{
    display: inline-block;
    float: left;
    
}

.offer .icon-container {
    margin: 0 5% 0 0;
}

.offer .item-container {
    width: 78%;
    margin-top: -3%;
}

.what-we-offer i {
    font-size: 2em;
    color: #11ace1;
    width: 50px;
    height: 50px;
    position: relative;
}

.what-we-offer i:before {
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #e9e9e9;
    padding: 10px;
}

.solutions {
   margin-top: -2%;
}

.solutions .what-we-offer {
    color: white;
}

.solutions .icon-container,
.solutions .item-container
{
    display: inline-block;
    float: left;
}

.solutions .icon-container {
    display: inline-block;
    float: left;
    margin-right: 1%;
}

.solutions .item-container {
    width: 85%;
}

.solutions i:before {
    color: white;
    border: none;
}

.solutions i {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.solutions .item-container h3 {
    font-weight: 300;
    margin-bottom: 4%;
}

.independance {
    text-align: center;
}

.independance i {
    font-size: 2.5em;
    color: #11ace1;
}

.independance h3 {
    margin: 1.5% 0;
    font-size: 2em;
    font-weight: 300;
    color: #11ace1;
    
}

.independance p {
    width: 80%;
    margin: 0 auto;
}

.partners h3 {
    color: white;
    text-align: center;
    margin-bottom: 5%;
}

.partners.grey-bg h3 {
    color: #393939;
}

/*PRODUCTS & SERVICES*/

.services-item-wrap {
    position: relative;
    height: 173.4px;
}

.services-item-wrap h3 {
    padding-bottom: 2%;
}

.what-we-offer {
    clear: both;
    display: table;
}

.services-item-wrap .what-we-offer i:before {
    border: none;
}

.services-item-wrap .what-we-offer .icon-container {
    display: table-cell;
    vertical-align: top;
}

.services-item-wrap .what-we-offer .item-container {
    display: table-cell;
    vertical-align: sub;
    width: 87%;
}

.services-item-wrap a {
    position: absolute;
    left: 9%;
    bottom: 10%;
}

.services-item-wrap .margin-right i {
    margin-right: 5px;
}

/*HIGH RISK MERCHANTS*/

.high-risk-list ul.page-list {
    text-indent: -10px;
}

.high-risk-list ul.page-list li {
    padding: 5px 0;
}

.high-risk-list ul.page-list li:hover,
.high-risk-list ul.page-list li a:hover,
.increase-revenue ul.page-list li a:hover
{
    color: #393939;
}
.payment-solution-content-wrap {
    margin-left: 2%; 
    width:75% !important;
    margin-top: -2.5%;
}

/*PAYMENT TERMINALS*/

.electric-payment-method ul.page-list {
    text-indent: 0;
    position: relative;
    left: 25px;
}

.payment-terminal ul.page-list li:hover {
    color: #393939;
}

.electric-payment-method img {
    margin-top: 10%;
}

.span5 ..widget-span .widget-type-linked_image {
    float: right;
}

/*PARTNERS*/

.partner-item-wrap {
    padding: 5%;
    border: 2px solid #e1e1e1;
    overflow: auto;
    margin: 2% 0;
}

.partner-item-wrap img {
    float: left;
}

.partner-item-wrap .text-wrap {
    width: 76%;
    float: right;
}

.partners .partner-item-wrap span {
    text-transform: lowercase;
}

/*TESTIMONIALS*/

.testimonial-wrap {
    padding: 2%;
    border: 2px solid #e1e1e1;
    position: relative;
    min-height: 286.52px;
    margin: 5% 0;
}

.testimonial-wrap i {
    color: #11ace1;
}

.testimonial-wrap i.fa-quote-left {
    font-size: 2em;
    display: block;
    margin-bottom: 5px;
}

.testimonial-wrap i.fa-hand-o-right {
    font-size: 1em;
}

.testimonial-wrap img {
    display: inline-block;
    float: left;
    margin-right: 5%;
}

.testimonial-wrap .text-wrap {
    width: 90%;
    margin: 2% auto;
    padding-bottom: 12%;
}

.testimonial-wrap .author-info {
    margin-top: 10px;
    display: inline-block;
    width: 60%;
}

.testimonial-wrap .author-title {
    display: inline;
    margin-left: 5px;
}

.testimonial-wrap a> i {
    color: #393939;
}

.testimonial-wrap a {
    display: block;
    position: absolute;
    font-size: 12px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.testimonial-wrap a.case-study {
    top: 34%;
    left: 32%;
}

.testimonial-wrap a.case-study.no-video {
    top: 80%;
    left: 40%;
}

.testimonial-wrap a:hover i {
    color: #11ace1;
}

/*CONTACT US*/

span.blue-title {
    color: #11ace1;
    text-transform: uppercase;
    margin-right: 5px;
    font-weight: bold;
}

ul.social i {
    padding: 10px;
    background: #bfbfbf;
    color: #686969;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

ul.social li {
    display: inline-block;
    float: left;
    padding: 0 3px;
}

fieldset label span {
    text-transform: uppercase;
    font-weight: 400;
    color: #575757;
}

textarea, input[type="text"],
input[type="email"],
input[type="tel"]
{
    margin: 2% 0 8%;
}

form input.hs-button.primary.large {
    padding: 10px 30px;
    background: #11ace1;
    border-radius: 6px;
    border: none;
    color: white;
    line-height: 1.6;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-transform: uppercase;
}

form input.hs-button.primary.large:hover {
    background: rgba(12, 128, 166, 1);
}

.departments {
    color: white;
}

.departments .new-group {
   margin-bottom: 15%;
}

.departments .new-group h3 {
    margin-bottom: 5%;
    font-weight: 300;
}

.departments .new-group li {
    margin-bottom: 2%;
}

.departments .new-group li i {
    margin-right: 5px;
}

.departments .new-group a {
    color: white;
}
.departments .new-group a:hover {
    color: #fbc152;
}

.help-today li {
    margin: 1% 0;
}

/*SITE MAP*/

.sitemap-block li {
    text-transform: capitalize;
}

.sitemap-block li:before {
    content: '\f105 ';
    font-family:'FontAwesome';
    color: #808080;
    font-size: 1.1em;
    margin-right: 8px;
}

.post-side.sitemap h1 {
    border-top: 2px solid #11ace1;
}

.get-started-common a {
    background: #11ace1;
}

.get-started-common a:hover {
    background: rgba(12,128,166,1);
}

/*RESPONSIVE MENU*/
/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


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

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

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

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

 .increase-revenue ul.page-list li:hover {
    color: #393939;    
    }
ul.contact-page li a {
    border-right: none;
}  
    

@media (min-width: 300px) and (max-width: 736px) {
    
    .span4.widget-span.widget-type-global_widget.social  {
    float: none !important;
    clear: both;
    text-align: center;
    }
    
    .span4.widget-span.widget-type-global_widget.social,
    .top-phone .social ul {
    float: none !important;
    }
    
    .header img {
    margin-top: 0;    
    }
    
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 65px !important;
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    z-index: 500;
    overflow: hidden;
    position: relative !important;    
    }
        
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 0 10px;
    font-size: 1em;
    }
    
    li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 0 !important;
    top: 0 !important;
    }
    
    .span8 .widget-span .widget-type-cta .login-butt {
    display: block; 
    }
    
    a#cta_button_229886_14c67cce-3589-4ae8-bbb6-6228559d129e,
    .login-butt {
    width: 100% !important;
    }

    .home.latest-post {
    padding-top: 8%;    
    }
    
    .latest-post .posts {
    width: 100%;    
    }
    
    .latest-post a.post_main_link {
    bottom: -6%;    
    }
    
    a.cta_button {
    width: 100%;    
    }
    
    .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 0;
    }
    
    .hs-menu-wrapper.hs-menu-flow-vertical li a {
    overflow: visible;    
    }
    .latest-post a.cta-button {
    font-size: 14px;
    bottom: -8%;
    }
    
    /*ABOUT PAGE*/
    .offer-solutions .white-border-title-wrap:after {
    height: 100%;
    top: 0;
    left: -8%;
    position: absolute;
    }
    .partners .image-wrap  {
    text-align: center;
    }

    .why-us img,
    .products-services img,
    .global img ,
    .international img,
    .mobile-payment img,
    .payment-terminal img,
    .xenteo img,
    .high-risk img,
    .support img
    {
    display: none;    
    }
    .terminal-list {
    display: block !important;    
    }
    ul.page-list {
    width: 61% !important;    
    }
    .electric-payment-method ul.page-list {
    left: 0;
    width: 100% !important;
    }
    .high-risk-list ul.page-list {
    text-indent: 0 !important;    
    }
    .payment-terminal .electric-payment-method ul.page-list {
    left: 5% !important;    
    }
   
    .increase-revenue ul.page-list,
    .merchants ul.page-list
    {
    width: 100% !important;    
    }
    .merchants ul.page-list {
    margin-left: 0 !important;    
    }
    .partner-item-wrap .text-wrap {
    width: 95%;
    float: left;
    margin: 10% 5% 0 5%;
    }
    .testimonial-wrap a {
    position: inherit;    
    }
    
    /*PRODS AND SERVICES*/
    .services-item-wrap a {
    text-align: left !important;
    }
    
    .padding {
    margin: 5% auto;    
    }
    .white-border-title-wrap:after {
    top: 0;
    left: -10%;
    height: 100%;
    }
    #hs_menu_wrapper_module_14678146855929 ul.active-branch {
    position: relative;
    z-index: 600;
    }
    .blue-border-title-wrap {
    position: relative;
    color: #393939;
    }
    .blue-big-border-title-wrap {
    position: relative;
    text-align: left;
    margin: 5%;
    }
    .blue-big-border-title-wrap:after {
    top: 0;
    left: -7%;    
    }
    .testimonial-wrap .author-info {
    width: 100%;
    margin-bottom: 4%;    
    }
    .testimonial-wrap .text-wrap {
    padding-bottom: 3%;    
    }
    .email {
    margin-top: 5%;    
    }
    a.cta_button {
    box-sizing: border-box !important;
    } 
     .footer h3 {
    margin-bottom: 2%;
    margin-top: 5%;    
    }
    .footer-nav a:before {
    content: none;    
    }
    .footer-nav li.hs-item-has-children {
    position: relative;
    }
    .testimonial-wrap img {
    float: none !important;    
    display: block !important;
    }
    .bottom-footer-link-wrap {
    width: 40%;
    margin: 0 auto;
    padding: 2% 0;
    float: none;
    }
    .bottom-footer {
    text-align: center;    
    }
    .hero {
    padding: 10% 0 5% 0;    
    }
    .container.mobile-nav-wrap {
    width: auto;
    
    }
    .hero h1 {
    font-size: 2.5em;
    line-height: 1.3;
    }
    .hero .span3 .widget-span .widget-type-space {
    display: none;    
    }
    .blue-border-title-wrap:after {
    left: -8%;    
    }
    .blue-border-title-wrap h2 {
    font-size: 1.92em;
    line-height: 1.2;
    }
    .payment-title-wrap .span10 .widget-span .widget-type-cell {
    width: 100%;    
    }
    .cta h4 {
    font-size: 1em;
    word-break: break-all;    
    }
    .cta h3,
    .cta h4 {
    line-height: 1.3;    
    }
    .latest-post {
    clear: both;    
    }
    .blue-border-title-wrap {
    margin: 10% 0 5% 7%;   
    }
    .white-border-title-wrap {
    margin: 10% 0 5% 6%;       
    }
    .home.latest-post {
    margin-bottom: 20%;    
    }
    .home.latest-post .blue-border-title-wrap {
    left: 8%;   
    }
    .latest-post .posts {
    margin: 3% 1% 5% 0;    
    }
    .latest-post a.post_main_link {
    padding: 2% 4%;    
    }
    .independance h3 {
    font-size: 1.5em;    
    }
    .independance p {
    width: 100%;    
    }
    .testimonial-wrap .author-title {
    font-size: 13px;   
    display: block;
    margin-left: 0;
    }
    .departments .white-border-header {
    margin: 5% 0 10%;    
    }
    .hot-post-header {
    padding-top: 60px !important;    
    }
    .cta h3 {
    font-size: 1.5em;    
    }
    .blue-border-title-wrap:after {
    left: -8%;    
    }
    .payment-solution-content-wrap {
    width: 100% !important;    
    }
    .logo-item i {
    margin-right: 20px;    
    }
    
}/*END OF 736PX*/


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




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


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 550px) and (min-width: 300px) {
    .bottom-footer-link-wrap {
    width: 51%;    
    }
}

@media (max-width: 767px){
.header .container
{
    width:100% !important;
    padding:0px !important;
}

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

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

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .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:#ffffff;
  }


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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    right: 5%;
    height: auto;
    padding: 7px 10px 8px 10px;
    background: #042433;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
   
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #11ace1; 
    border-color: transparent;
  }

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


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: white; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: white; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

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

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
     .main-header-wrap {
        position: relative; 
     }
     
     
   .custom-menu-primary.js-enabled{
       position: absolute;
       width: 100%;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    right: 0;          /**************************************************************/
    padding: 0;
    z-index: 1000;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-bottom: 1px solid #383838;
    background: #303335;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
    text-transform: capitalize;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  
  .top-header,
  .header-contact,
  .top-header .social-links,
  .cta-header.orange
  {
    display: block;
  }
  
  .top-header .row-fluid [class*="span"] {
    min-height: 19px; 
  }
  
 .span12 .widget-span .widget-type-cell .top-header {
    padding-bottom: 15px; 
 }
  
  .header-contact {
    position: absolute;
    top: 20%;
    left: 23%;
    margin-top: 0;
  }
  
  .top-header .social-links {
    position: absolute;
    bottom: 10%;
    right: 5%;  
  }
  
  .top-header .social-links a {
    padding: 6px;  
  }
  
  .cta-header.orange {
    position: absolute;
    left: 0;
    bottom: 0;  
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    border-top: 3px solid #11ace1;
  }
  
   .hs-menu-wrapper>ul li {
    background:#042433;
    border-bottom: 1px solid #808080;
  }
   .hs-menu-wrapper>ul li:hover {
    background: #11ace1;
    border-bottom: 1px solid transparent;
  }
  
  .header-wrap {
      position: static;
  }
  
  .nav .hs-menu-flow-horizontal>ul li a:hover {
    border-bottom: 2px solid transparent;
  }
  .container
{
    padding-left:30px;
    padding-right:30px;
    width: auto;
}

.white-border-title-wrap {
    text-align: left;
}

.cta-button.orange.left {
    float: none;
}

.hero .cta-button a,
.complete .cta-button a,
a#cta_button_229886_bcc1af4f-13de-4f86-9af2-0ecfd722d6e3
{
    width: 95%;
    margin: 1% 0;
}

.complete img {
    display: none;
}    
ul.page-list li {
    text-indent: -3%;
}
.what-we-offer i {
    margin-top: 22%;
}
.header-top {
    height: 110px;
}
.header-text-wrap {
    margin: 15px 0;
}
.social i {
    font-size: 1.3em;
}

.social li a {
    width: 50px;
}
address a,
.header-text-wrap {
    font-size: 15px;
}
.blue-border-title-wrap:before {
left: -20px;
}  
.hero-button-group,
.complete.button-group
{
    display: block;
    flex-direction: column;
}
.button.blue {
    margin: 0  0 5% 0 !important;
}
.complete.button-group {
    width: 100%;
}
.latest-post img.img-responsive,
.latest-post .posts .post-img {
    height: auto;
}
.latest-post a.cta-button {
    width: 80%;
    bottom: -9%;
}

  
}/*END OF 767PX*/

/*MEDIA QUERIES*/
@media (max-width: 957px) and (min-width: 768px) {
    .custom-menu-primary .hs-menu-wrapper>ul li a {
    padding: 40px 0;
    font-size: 11px;
    }
    .header img {
    margin-left: 0;
    }
}    

@media (max-width: 1005px) and (min-width: 958px) {
    .custom-menu-primary .hs-menu-wrapper>ul li a {
    font-size: 11px;
    }
}

@media (max-width: 1096px) and (min-width: 1006px) {
    .custom-menu-primary .hs-menu-wrapper>ul li a {
    font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .container 
    {
      width: 95%;
      margin: 0 auto;
    }
    .header-top .container {
    width: 100%;
    }
}

