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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.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: #fff;
  color:#767676;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height:24px;
}

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

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    margin:0 0 15px 0;
    font-weight:500;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    color: #13689b;
    font-size:35.2px;
    line-height:38.72px;
}
h2 {
    color: #2a99d5;
    font-size:28px;
    line-height:38px;
}
h3 {
    color: #13689b;
    font-size:22.4px;
    line-height:35.84px;
    letter-spacing:1.12px;
}
h4 {
    color: #c0cc3b;
    font-size:22.4px;
    line-height:35.84px;
}
h5 {
    color: #767676;
    font-size:19.2px;
    line-height:21.12px;
}
h6 {
    color: #2a99d5;
    font-size:16px;
    line-height:17.6px;
    letter-spacing:0.8px;
}

/* Anchor Links */
a { 
    color: #13689b;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration:none;
}
a:hover, a:focus {
    color: #0b3a57;
    text-decoration: none;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}
ul {
  list-style:none;
}

.body-container	ul{
    margin: 0 0 30px 15px;
    padding-left: 25px; 
}

.body-container	ul	li:before{
  content: "\f111";
  font-family: FontAwesome;
  color: #bfcc39;
  font-size: 9px;
  margin: 0 10px 0 -19px;
  vertical-align:top;
}

.hs-form-required {
    color: red;
}

.legal-consent-container ul li:before {
  display:none;
}

.legal-consent-container ul li input {
  margin:5px 0 0 0;
}

.legal-consent-container ul {
  margin-left:0;
}

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

/* Horizontal Rules */
hr {
  color: #ccc !important;
  background-color: #ccc !important;
  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 {}

.body-container .page-center {
    padding: 30px;
}

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

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

.header-wrapper {
    min-height: 100px;
    padding: 0;
    margin: 0;
    z-index: 1;
    border-top: 10px solid #bfcc39;
}

.header-wrapper .page-center{
    padding:0 15px;
}

.custom-logo {
    margin: 15px 0px 15px 15px !important;
    width:auto !important;
    float:left !important;
}
.custom-logo img{
    width:220px;
}

.cta-group {
    margin: 22px 0 0 13px !important;
    border-left: 1px solid #caccd5;
    padding: 0 0px 0 15px;
}

.cta-group a {
    display: inline-block;
    color: #CACCD5;
    line-height: 52px;
    vertical-align: middle;
    font-size: 36px;
    margin: -2px 9.7px 0 9.7px;
}

.cta-group a:hover{
    color: #6dbae2;
}

.cta-group a.tel {
    margin-right: 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cta-group .fa-globe:before {
    content: "\f0ac";
}
.cta-group .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.cta-group .fa-search:before {
    content: "\f002";
}

.cta-group  .fa-phone:before {
    content: "\f095";
}

.custom-language-container {
    float: left;
    width: 100%;
    background: #f3f3f3;
    position: relative;
    min-height: 1px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ededed;
    margin: -1px 0 0 0;
}
.custom-language-container .page-center{
    padding:0 15px;
}

.custom-language-contents ul{
    margin:0;
    padding:0;
    display:block;
    list-style:none;
}

.custom-language-contents ul li{
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
}
.custom-language-contents ul li a {
    display: block;
    padding: 8px 15px;
    color: #767676;
    background: #f3f3f3;
    border-right: 1px solid #CACCD5;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing:0.7px;
    line-height:24px;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}
.custom-language-contents ul li a:hover {
    color: #0a3755;
}

.header-search {
    float: right !important;
    text-align: right !important;
    padding: 0px 4px;
    margin: -1px 0 0 0;
    position: relative;
}

.header-search .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.header-search form .word {
    margin: 0 auto 20px !important;
    background-color: #fff;
    border-color: #c8c8c8 #c8c8c8 #d2e2e7;
    border-image: none;
    border-radius: 50px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #858585;
    display: block;
    font-size: .85em;
    letter-spacing: -.05em;
    padding: 6px 35px 6px 10px;
    position: relative;
    right: 0;
    transition: all .4s linear 0s;
    width: 182px;
    float: right !important;
    line-height: 24px;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    outline:none;
}

.header-search form .searchbtn {
    top: 20%;
    background: url(//4312127.fs1.hubspotusercontent-na1.net/hubfs/4312127/Extradigital%20-Mar2018/Images/search.png) right center no-repeat;
    border: none;
    height: 16px;
    width: 15px;
    position: absolute;
    right: 19px;
    cursor:pointer;
}

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


.header-ph-no strong{
    color: #6dbae2;
    font-weight:700;
}
.header-ph-no h3 {
    font-weight: 700;
    margin: 0 0 10px;
}
.header-ph-no {
    float: right !important;
    text-align: right;
    padding: 0 15px;
    margin: -1px 0 0 0;
}

.banner-area {
    min-height: 100px !important;
    padding: 10px;
    margin: 0 0 40px;
    background: #0d689d;
    float: left !important;
    width: 100%;
}
.banner-area .page-center{
  	padding:0 30px;
}
.banner-area img{
    max-width: 80px;
    margin: 0 14.400px 0 0;
    display: block;
    float: left;
    vertical-align: middle;
}

.banner-area h1{
    font-size: 32px;
    color:#fff;
    padding-top:25px
}


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

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

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


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

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

.footer-wrapper {
    background: #f3f3f3;
}

.footer-social-icon {
    padding: 30px;
    background: #bfcc39;
}
.footer-social-icon ul {
    width: 50% !important;
    position: relative;
    min-height: 1px;
    margin: 0 auto;
    float: none!important;
    padding: 0;
    text-align: center;
    list-style: none;
}
.footer-social-icon ul li {
    text-align: center;
    display: inline-block;
}

.footer-social-icon ul li a {
    margin: 0 44px 0 0;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
}
.footer-social-icon ul li a .fa {
    font-size: 40px;
}
.footer-social-icon .fa-google-plus:before {
    content: "\f0d5";
}
.footer-social-icon .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.footer-social-icon .fa-facebook-square:before {
    content: "\f082";
}
.footer-social-icon .fa-instagram:before {
    content: "\f16d";
}
.footer-social-icon .fa-linkedin:before {
    content: "\f0e1";
}
.footer-social-icon .fa-twitter:before {
    content: "\f099";
}
.footer-social-icon ul li:last-child > a {
    margin: 0;
}

.footer-wrapper .page-center{
    padding: 15px 0 15px 0;
}

.footer-links {
    width: 41.66666667% !important;
    float: left !important;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-links h4 {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;
    color: #13689b;
    font-size: 25.92px;
    line-height: 41.472px;
    letter-spacing: 1.296px;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    margin:11px 0;
}
.footer-links ul {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    list-style: none;
    display: block;
}
.footer-links ul li a {
    color: #767676;
    font-weight: 400;
    font-size: 14.4px;
    line-height: 24px;
    display: block;
}
.footer-links ul li a:hover{
   color: #13689b;
}
.footer-links p {
    float: left;
    margin: 28.800px 0 14.400px 0;
    padding: 0 15px;
}
.footer-links p a {
    color: #767676;
    font-weight: 400;
    font-size: 14.4px;
    line-height: 24px;
    display: block;
}
.footer-links p a:hover{
     color: #13689b;
}

.footer-address {
    width: 41.66666667% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-address h4{
    font-weight: 600;
    color: #13689b;
    font-size: 25.92px;
    line-height: 41.472px;
    letter-spacing: 1.296px;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    margin:11px 0;
}
.footer-address p{
    margin:0 0 17.280px 0;
    font-size:14.4px;
    line-height:24px;
}


.footer-content-group {
    width: 58.33333333% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 !important;
}

.footer-contact-us {
    width: 58.33333333% !important;
    margin: 0 !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-contact-us h4{
    font-weight: 600;
    color: #13689b;
    font-size: 25.92px;
    line-height: 41.472px;
    letter-spacing: 1.296px;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    margin:11px 0;
}

.footer-contact-us p.icon {
    padding: 0;
    display: block;
    margin: 0 0 8.640px 0;
    font-size: 14.4px;
    line-height: 24px;
}
.footer-contact-us p.icon strong {
    color: #13689b;
    font-weight: 700;
}
.footer-contact-us p.icon a {
    color: #767676;
    font-weight: 400;
}
.footer-contact-us p.icon a:hover{
    color: #13689b;
}

.footer-contact-us p.icon#call:before {
    display: inline-block;
    text-align: center;
    width: 30px;
    content: "\f10b";
    font-family: FontAwesome;
    color: #13689b;
    font-size: 42px;
    line-height: 32px;
    margin-right: 10px;
    vertical-align: middle;
}
.footer-contact-us p.icon#emailcontact:before {
    display: inline-block;
    text-align: center;
    width: 30px;
    content: "\f0e0";
    font-family: FontAwesome;
    color: #13689b;
    font-size: 20px;
    line-height: 32px;
    margin-right: 10px;
    vertical-align: middle;
}
.footer-contact-us p.icon#address:before {
    display: inline-block;
    text-align: center;
    width: 30px;
    content: "\f2bb";
    font-family: FontAwesome;
    color: #13689b;
    font-size: 22px;
    line-height: 32px;
    margin-right: 10px;
    vertical-align: middle;
}
p.footer-logos {
    margin: 43.200px 0 14.400px 0;
}
.footer-logos a {
    padding: 7.200px;
}
.footer-logos a img {
    vertical-align: middle;
}

.sub-footer{
    clear: both;
    padding: 15px 0;
    vertical-align: middle;
    background: #176a9b;
    color: #fff;
    font-size: 85%;
    text-align: center;
}

.sub-footer .page-center{
    padding:0 15px;
}

.footer-copyright{
    text-align: left; 
    width: 41.66666667% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin:0 !important;
}
.footer-copyright p{
  margin:0 0 14.688px 0;
  font-size:12.24px;
  line-height:24px;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}
.footer-copyright a{
   color:#fff;
}

.footer-text{
    text-align: right;
    width: 58.33333333% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin:0 !important;
}
.footer-text p{
  margin:0 0 14.688px 0;
  font-size:12.24px;
  line-height:24px;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}

.footer-text a{
   color:#fff;
}

.footer-bottom{
    background: #0a3755;
    clear: both;
    padding: 15px 0;
    vertical-align: middle;
    color: #fff;
    font-size: 85%;
    text-align: center;
}
.footer-bottom .page-center{
    padding:0 15px;
}

.footer-registered-office{
    width: 58.33333333% !important;
    text-align: left;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-registered-office p{
    margin:0 0 14.688px 0;
    font-size: 12.24px;
}

.footer-registered-office b{
    color: #fff;
    font-weight: 700;
}

.footer-vat-no{
    text-align: right;
    width: 41.66666667% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 !important;
}

.footer-vat-no p{
     margin:0 0 14.688px 0;
     font-size: 12.24px;
}

.footer-vat-no b{
    color: #fff;
}

#back-to-top{
    cursor: pointer;
    z-index: 99999;
    position: fixed;
    right: 0;
    text-decoration: none;
    color: #6dbae2;
    padding:32px;
    bottom: 11em;
}
#back-to-top:hover{
 color: #0b3a57;
}

#back-to-top:before{
  content: "\f139";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:80px;
  opacity: .7;
}




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


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

/* Parent List */




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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
    .custom-menu-primary .hs-menu-wrapper{ 
        display:block !important;
    }
    .mobile-header-wrapper{
        display:none !important;
    }
    .custom-menu-primary.mobile{
        display:none !important;
    }
    .custom-menu-primary {
        margin: 14px 0 0 0 !important;
        display: block !important;
        float: left !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul{
        padding:0 15px;
        margin:0;
        display:block;
        list-style:none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li{}
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        padding: 22px 12px 32px 12px;
        color: #12689d;
        font-size: 16px;
        font-weight: 600;
        background: 0 0;
        letter-spacing:0.8px;
        line-height:22px;
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
        color: #6abae3;
    }

    /* Child List */
    .custom-menu-primary .hs-menu-wrapper > ul ul{
        padding: 20px 35px 40px 35px;
        border-top: 2px solid #bfcc39;
        background: #fff;
        border-bottom: 1px solid #898989;
        border-radius: 0;
        min-width: 160px;
        border-right: 1px solid rgba(0,0,0,.15);
        border-left: 1px solid rgba(0,0,0,.15);
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:not(:nth-child(4)) > ul > li:first-child> a{
        color: #13689b;
        background-color: #fff;
        padding: 10px;
        border-bottom: 1px solid #f3f3f3;
        font-size: 20px;
        line-height: 28.5714px;
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        font-weight: 700;
        cursor: auto;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:not(:nth-child(4)) > ul > li:first-child> a:hover{
        color: #13689b !important;
        letter-spacing:0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        color: #767676;
        white-space: normal;
        font-weight: 400;
        display:block;
        font-size:16px;
        padding: 10px;
        line-height:28.8px;
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        border-bottom: 1px solid #f3f3f3;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > li:last-child {
      border: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
        color: #2a99d5!important;
        letter-spacing: .025em;
    }
     .custom-menu-primary .hs-menu-wrapper > ul> li:hover > ul{
         display:block !important;
     }
     .custom-menu-primary .hs-menu-wrapper > ul> li > ul{
          display:none !important;
     }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3).hs-item-has-children > ul > li:nth-child(5) > a {
        color: #13689b;
        background-color: #fff;
        padding: 10px;
        border-bottom: 1px solid #f3f3f3;
        font-size: 20px;
        line-height: 28.5714px;
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        font-weight: 700;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) {
        position: static !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {
        width: 100% !important;
        padding: 20px 0px 40px 0px;
    }
    .header-wrapper .page-center {
        padding: 0 15px;
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > li{
        padding: 0 17px;
        border-right: 1px solid #ccc;
        display: block;
        width: 33.33333333% !important;
        float: left !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4).hs-item-has-children > ul.hs-menu-children-wrapper li.hs-item-has-children ul {
        position: relative;
        right: 0 !important;
        left: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
        padding: 0;
        border: none;
    }
   
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > li > a{
        color: #13689b;
        background-color: #fff;
        padding: 10px;
        border-bottom: 1px solid #f3f3f3;
        font-size: 20px;
        line-height: 28.5714px;
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        font-weight: 700;
        cursor: auto;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul > li > a:hover{
        letter-spacing: 0;
        color: #13689b !important;
    }
}


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

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

@media (max-width:991px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 8px;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 24% !important;
    padding: 12px 10px;
  }
  .mobile-trigger .icon-bar {
    background: 0 0;
    display: block;
    width: 40px;
    height: 6px;
    border-radius: 2px;
    border: 2px solid #fff;
  }
  .mobile-trigger .icon-bar+.icon-bar {
    margin-top: 4px;
  }
  
  
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 21px;
    width: 25px !important;
    min-width: 40px !important;
    height: 35px !important;
    padding: 0 !important;
    text-align: center;
    font-weight: bold;
  }
  .child-trigger:after{
    display: inline-block;
    text-align: right;
    content: "\f078";
    font-family: FontAwesome;
    color: #767676;
    margin-right: 10px;
    vertical-align: middle;
    float: right; 
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top:0px; /* Makes room for button */
    margin: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.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top:-85px;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    
  }

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

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

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

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


/* ==========================================================================
   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 .body-container .page-center{
  padding: 0px 15px 30px 15px;
}

.hs-blog-header {
    padding-left: 15px;
    padding-right: 15px;
}
.hs-blog-header h1 {
    margin: 22px 0 11px 0;
}

.hs-blog-listing .blog-content{
  padding-bottom:40px;
}

.newsitemwrapper {
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-top: 3px solid #ced34d;
}
.imgWrapBlock {
    min-height: 198px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.imgWrapBlock img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 16px;
}
.post-header h2{
    color: #00679b;
    letter-spacing: 1px;
    display: block;
    min-height: 3.5em;
    font-size:19.2px;
    line-height:30.72px;
    font-weight:700;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    margin:22px 0 11px 0;
}
.post-date {
    margin: 0 0 19.200px 0;
    font-size: 16px;
    line-height: 24px;
}
.post-date strong {
    color: #13689b;
    font-weight: 700;
}
.more-link{
  text-align:center;
}

.hs-blog-listing .post-body{
  margin:0 0 19.200px 0;
}

.more-link a{
    text-align: center;
    margin: 10px auto 0 !important;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.42857143;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 15px;
    box-shadow: none;
    color: #fff;
    background-color: #13689b;
    border-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
 		width: 60%;
    transition: all .3s;
}
.more-link a:hover{
    color: #fff;
    background-color: #0d4a6e;
    border-color: transparent;
}

.footer-slider-container .page-center{
    border-top: 1px solid #e0e0e0;
    padding:20.160px 15px !important;
}

.clients-logos {
    min-height: 130px;
    margin: 0 auto;
    padding: 0 15px;
}
.client-logos {
    padding: 0 15px;
}
.slider-left-text{
    font-size: 22.4px;
    min-height: 130px !important;
    line-height: 31.36px;
    padding-top: 20px;
    border-right: 2px solid #c0cc3b;
    color: #13689b;
    width: 17.2% !important;
    float: left !important;
    padding-left: 15px;
    padding-right: 15px;
}
.slider-left-text p{
    margin:0;
}


.blog-bottom-slider{
    width: 82% !important;
    float: left !important;
    padding-left: 15px;
    padding-right: 15px;
    margin:0 !important;
}

.hs-blog-post .blog-content {
    float: left !important;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66666667% !important;
    padding-bottom: 40px;
}
.hs-blog-post .post-body hr{
  display:none !important;
}

.blog-sidebar{
    float: left !important;
    width: 33.33333333% !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
 		margin:0 !important;
}
.blog-sidebar-map h3 {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    line-height:29.12px;
    font-size: 22.4px;
    font-weight: 700;
    letter-spacing:1.12px;
    color: #13689b;
    margin-top: 22px;
    margin-bottom: 11px;
   font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}
.blog-sidebar-map img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 20px 22.400px 20px;
    vertical-align: middle;
}

.hs-blog-post .hs-blog-header {
    padding-left: 0;
    padding-right: 0;
}

.sidebar-recent-post {
    border-bottom: 2px dotted #c0cc3b!important;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.sidebar-recent-post h3 {
    border-top: 6px solid #0d689d;
    padding-top: 15px;
    color: #2a99d5;
    font-size:28.8px;
    line-height:37.44px;
    margin:22px 0 11px 0;
    font-weight:500;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    letter-spacing: normal;
}
.sidebar-recent-post h2 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  	font-weight:600;
}
.sidebar-recent-post h2 a{
    color: #13689b;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.sidebar-recent-post h2 a:hover{
  	color: #0b3a57;
}

.sidebar-recent-post .sidebar-post{
   margin:0 0 19.200px 0;
}

.hs-blog-post .section.post-body {
    margin-bottom: 22px;
    border: 0;
    border-bottom: 1px solid #eee;
}
.bottom-post-date {
    margin: 0 0 19.200px 0;
}
.back-to-blog {
    margin: 0 0 19.200px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

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

.blog .blog-content {}

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

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

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

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

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    float: left !important;
    width: 33.33333333% !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

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

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

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

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

/* Pagination */

.blog-pagination {
    clear: both;
    margin: 20px 0;
    float: left;
    width: 100%;
    padding: 0 20px;
}
.blog-pagination a {
    color: #13689b;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display:inline-block;
}
.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 {
    width: 100% !important;
    padding: 0 15px;
    margin: 20px 0;
}
.blog-pagination span {
    padding: 0 5px;
}

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

.body-container .form-title{
  font-size:28px;
  line-height:38px;
  letter-spacing:normal;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
  color: #13689b;
  font-weight:500;
}
.body-container	 label{
  margin-bottom: 5px;
  font-weight: 700;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
  color: #767676;
  font-size:16px;
  line-height:24px;
}



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

/* One Line Inputs */
.body-container	input[type="text"],
.body-container	input[type="password"], 
.body-container	input[type="datetime"], 
.body-container	input[type="datetime-local"], 
.body-container	input[type="date"], 
.body-container	input[type="month"], 
.body-container	input[type="time"], 
.body-container	input[type="week"], 
.body-container	input[type="number"], 
.body-container	input[type="email"], 
.body-container	input[type="url"], 
.body-container	input[type="search"], 
.body-container	input[type="tel"], 
.body-container	input[type="color"],
.body-container	input[type="file"],	
.body-container	textarea,
.body-container	select {
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  height: auto;
  width:100%;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
  margin:5px 0 10px 0;
}

.body-container	input[type="text"]:focus,
.body-container	input[type="password"]:focus, 
.body-container	input[type="datetime"]:focus, 
.body-container	input[type="datetime-local"]:focus, 
.body-container	input[type="date"]:focus, 
.body-container	input[type="month"]:focus, 
.body-container	input[type="time"]:focus, 
.body-container	input[type="week"]:focus, 
.body-container	input[type="number"]:focus, 
.body-container	input[type="email"]:focus, 
.body-container	input[type="url"]:focus, 
.body-container	input[type="search"]:focus, 
.body-container	input[type="tel"]:focus, 
.body-container	input[type="color"]:focus,
.body-container	input[type="file"]:focus,
.body-container	textarea:focus,
.body-container	select:focus {
  border-color: #13689b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(19,104,155,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(19,104,155,.6);
}

/* 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{
  color:red;
  font-weight:normal;
}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container	.hs-button.primary,
.body-container	input[type="submit"],
.body-container	input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 1.42857143;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 15px;
    box-shadow: none;
    color: #fff;
    background-color: #13689b;
    border-color: transparent;
    margin: 20px 0;
    white-space:normal !important;
  	outline:none;
}

.body-container	.hs-button.primary:hover,
.body-container	input[type="submit"]:hover,
.body-container	input[type="button"]:hover {
    color: #fff;
    background-color: #0d4a6e;
    border-color: transparent;
}

.body-container	.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                                      
   ========================================================================== */

img.google-partner {
    width: 57.625px;
}

img.iso-img {
    width: 87.422px;
}

img.hpc {
    width: 147.203px;
}

.post-body li{
    color: #bfcc39;
}
.slider-item img {
    vertical-align: middle;
    display: block;
    max-width: 100%;
    height: 130px;
    margin: 0 auto 1em;
}
.slider-item > div {
    padding: 0 15px;
}

.hs_subscribe li:before {
    display: none !important;
}

.custom-form{
  width:50% !important;
}

ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.hs-error-msgs.inputs-list li:before {
    display: none !important;
}

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


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


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

@media (max-width:1199px) {
    
    .custom-logo {
        margin: 0!important;
        width: 100% !important;
        float: left !important;
        text-align: center;
    }
    .custom-logo img {
        width: 220px;
    }
    .custom-menu-primary {
        margin: -15px 0px 0 -5px !important;
        width: auto !important;
    }
    .cta-group {
        margin: 2px -3px 0 0px !important;
        border-left: 1px solid #caccd5;
        padding: 0 0px 0 15px;
        width: 29.5% !important;
        float: right !important;
    }
    .cta-group a{
       line-height: 36px; 
    }
    .custom-language-container .page-center{
        max-width:970px !important;
    }
    .custom-language-container{
        margin: -25px 0 0 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul{
        padding: 0;
    }
  .container-fluid .row-fluid .page-center{
       max-width:970px;
  }
  .banner-area h1{
      font-size: 322px;
      color:#fff;
    padding-top:25px
  }
}

@media (max-width: 1000px) {
   .custom-menu-primary {
        margin: -15px 0px 0 0px !important;
    } 
    .cta-group{
        width: 25.5% !important;
    }
}

@media (max-width:991px) {
    
    .header-wrapper{
        display:none !important;
    }
    .custom-language-container{
        display:none !important;
    }
    .mobile-header-wrapper {
        min-height: 100px;
        padding: 0;
        margin: 0;
        z-index: 1;
        border-top: 10px solid #bfcc39;
    }
    .mobile-header-content {
        background: #c0cc3b;
        color: #fff;
        margin: 0;
        display: block;
    }
    .mobile-lang {
        width: 25% !important;
        float: left !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-search {
        width: 25% !important;
        float: left !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-ph-no {
        width: 25% !important;
        float: left !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-header-content .navbar-toggle {
        color: #fff;
        padding: 12px 10px;
        margin: 0;
        position: relative;
        float: right;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        outline: none;
        cursor: pointer;
    }
     .mobile-header-content .fa {
        font-size: 32px;
        vertical-align: middle;
        color: #fff;
    }
    .mobile-header-content .fa-globe:before {
        content: "\f0ac";
    }
    .mobile-header-content .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }
    .mobile-header-content .fa-search:before {
        content: "\f002";
    }
    .mobile-header-content a {
        color: #fff;
        padding: 12px 10px;
        display: block;
        text-align: center;
    }
     .mobile-header-content .fa-phone:before {
        content: "\f095";
    }
    .mobile-header-content #mobile-langs {
        width: 100%;
        background: #fff;
        padding: 0;
        overflow-y: auto;
    }
   .mobile-header-content #mobile-langs ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display:block;
    }
    .mobile-header-content #mobile-langs ul li {
        display: block;
        margin: 0;
        padding: 0;
    }
    .mobile-header-content #mobile-langs ul li a {
        display: block;
        padding: 15px 25px;
        color: #767676;
        border-bottom: 1px solid #ccc;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
    }
     .mobile-header-content #mobile-langs ul li a:hover{
        color: #767676; 
     }
     #search_bar {
        margin: 0;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 0;
        float: none;
        display: block;
        overflow-x: visible;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        overflow-y: auto;
    }
    #search_bar form {
        float: none;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }
    #search_bar form .word{
        background-color: #fff;
        border-color: #c8c8c8 #c8c8c8 #d2e2e7;
        border-image: none;
        border-radius: 50px;
        border-style: solid;
        border-width: 1px;
        box-sizing: border-box;
        color: #858585;
        display: block;
        font-size: .85em;
        letter-spacing: -0.68px;
        padding: 6px 35px 6px 10px;
        position: relative;
        right: 0;
        transition: all .4s linear 0s;
        width: 95%;
        margin: 10px auto;
        font-size:13.6px;
        line-height:24px;
        font-weight:400;
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    }
    #search_bar form .searchbtn {
        background: url(//4312127.fs1.hubspotusercontent-na1.net/hubfs/4312127/Extradigital%20-Mar2018/Images/search.png) right center no-repeat;
        border: none;
        height: 16px;
        width: 15px;
        position: absolute;
        right: 10%;
        top: 39%;
    }
    /* Placeholder Text */
    #search_bar ::-webkit-input-placeholder {
        color: #aab3be;
        opacity: 1;
    } /* Webkit Browsers */
    #search_bar :-moz-placeholder {
        color: #aab3be;
        opacity: 1;
    } /* Firefox 18- */
    #search_bar ::-moz-placeholder {
        color: #aab3be;
        opacity: 1;
    } /* Firefox 19+ */
   #search_bar :-ms-input-placeholder {
        color: #aab3be;
        opacity: 1;
    } /
    .custom-menu-primary.desktop{
        display:none !important;
    }
    .container-fluid .row-fluid .page-center{
        max-width:750px;
    }
    .mobile-logo {
        text-align: center;
    }
    .custom-menu-primary.mobile{
        width:100% !important;
    }
   
    .custom-menu-primary.mobile .hs-menu-wrapper > ul{
        padding:0px;  
    }
    .custom-menu-primary.mobile .hs-menu-wrapper > ul > li{
         border-bottom: 1px solid #ccc;
    }
    .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a{
        color: #12689d;
        font-size: 16px;
        font-weight: 600;
        padding: 15px 20px;
        letter-spacing:0.8px;
        line-height:22px;
        font-weight:600;
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    }
    .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a:hover{
        color: #6abae3;
    }
    .custom-menu-primary.mobile .hs-menu-wrapper > ul ul{
        padding: 20px 36px 20px 36px;
    }
    .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li{
        padding:10px;
        border-bottom: 1px solid #f3f3f3;
        
    }
    .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li:first-child{
         padding: 10px;
         border-bottom: 1px solid #f3f3f3;
    }
    .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li:first-child > a{
        color: #13689b;
        font-size: 20px;
        font-weight: 700;
        display: block;
        background-color: #fff;
        line-height:28.5714px;
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        cursor: auto;
    }
    .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li a{
        display: block;
        clear: both;
        font-weight: 400;
        color: #767676;
        white-space: normal;
        line-height:28.5714px;
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        font-size:16px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3).hs-item-has-children > ul > li:nth-child(5) > a {
        color: #13689b;
        background-color: #fff;
        padding: 0;
        font-size: 20px;
        line-height: 29px;
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        font-weight: 700;
    }
    .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.sub-menu-open > a{
        color: #fff;
        background: #0d689d;
    }
    .child-trigger.child-open:after{ 
        color:#fff;
    }
    .footer-links{
       width: 100% !important;
    }
    .footer-content-group{
      width: 100% !important;
    }
    .footer-links p{
       margin: 0px 0 14.400px 0;
    }
    .banner-area .page-center {
      padding: 0 15px;
  	}
    .banner-area h1 {
      font-size: 32px;
      color:#fff;
    padding-top:25px
    }
    .banner-area img{
        margin: 0 8.2px 0 0;
    }
    .blog-listing-wrapper .post-listing .post-item{
        width: 50% !important;
    }
    .hs-blog-post .blog-content{
       width: 100% !important;
    }
    .blog-sidebar{
       width: 100% !important;
    }
  
  	.slider-left-text {
      width: 33.33333333% !important;
    }
    .blog-bottom-slider {
        width: 66% !important;
    }
   .slider-left-text p {
      margin: 0;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 29.12px;
      line-height: 34.944px;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul li:nth-child(4) ul {
      padding: 20px 26px;
  }
 .custom-menu-primary.mobile .hs-menu-wrapper > ul li:nth-child(4) ul li {
    padding: 0;
}
  .custom-menu-primary.mobile .hs-menu-wrapper > ul li:nth-child(4) ul li .child-trigger{
  	display:none !important
  }
 .custom-menu-primary.mobile .hs-menu-wrapper > ul li:nth-child(4) ul li a {
    color: #13689b;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
}
  .custom-menu-primary.mobile .hs-menu-wrapper > ul li:nth-child(4) ul ul{
  	      display:block !important;
      visibility:visible !important;
      opacity:1 !important;
      height:auto !important;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul li:nth-child(4) ul ul li:last-child {
        border-bottom: none;
    }
    .custom-menu-primary.mobile .hs-menu-wrapper > ul li:nth-child(4) ul ul {
      padding: 0;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul li:nth-child(4) ul ul li a {
      color: #12689d;
      font-size: 16px;
      font-weight: 600;
      background: 0 0;
      padding: 10px 20px 10px !important;
      line-height: 24px;
      border-bottom: none;
  }
  
}

.mt120 {
  margin-top:120px
}
.intro-pad-80-120 {
  margin: 80px 0px 120px;
}
.padtb30 {
  padding-top:30px;
  padding-bottom:30px;
}
.pad20-0 {padding:20px 0;}
.padt30 {padding-top:30px;}
.padt60 {padding-top:60px;}
.padb20{padding-bottom:20px;}
.padb50 {padding-bottom:50px;}
.marginb20 {margin-bottom:20px;}
.margint20 {margin-top:20px;}
.box-text {
  padding:20px; 
  border-bottom:4px solid #c0cc3b;
  background:#ffffff; 
  min-height:190px!important;
}
.text-white {
  color:#fff;
}
.text-center {
  text-align:center;
}
.bg-bluegradient {
  background: #2a99d5;
  background: -webkit-linear-gradient(to right, #176A9B, #2a99d5);
  background: linear-gradient(to right, #176A9B, #2a99d5);
  color:#fff;
}
.bg-grey {
  background: #F3F3F3;
}
.ppc-hero-1 {
  background:url("https://4312127.fs1.hubspotusercontent-na1.net/hubfs/4312127/ed-landingpage-bg.jpg") no-repeat; 
  margin-bottom:60px; 
  background-position: top center;
}

.ppc-hero-2 {
  background:url("https://4312127.fs1.hubspotusercontent-na1.net/hubfs/4312127/ed-landingpage-bg-fade.jpg") no-repeat; 
  margin-bottom:60px; 
  background-position: top center;
}

.ppc-hero-3 {
  background:url("https://4312127.fs1.hubspotusercontent-na1.net/hubfs/4312127/b2beat-bg.jpg") no-repeat;
  background-color:#4FABFF;
  background-position: center center;
}


/* ppc form */
.ppcbtn a {
  text-align: center;
  float:right;
  margin:20px 0px;
  color: #ffffff;
  padding: 15px 40px;
  border: 2px solid #fff;
  border-radius: 50px;
  font-size: 20px;
}

.ppcbtn a:hover {
  background: #ffffff;
  color: #C0CC3b;
  margin:15px 0px 25px 0px;
}

.ppcform input[type="text"], 
.ppcform input[type="password"], 
.ppcform input[type="datetime"], 
.ppcform input[type="datetime-local"], 
.ppcform input[type="date"], 
.ppcform input[type="month"], 
.ppcform input[type="time"], 
.ppcform input[type="week"], 
.ppcform input[type="number"], 
.ppcform input[type="email"], 
.ppcform input[type="url"], 
.ppcform input[type="search"], 
.ppcform input[type="tel"], 
.ppcform input[type="color"], 
.ppcform input[type="file"], 
.ppcform textarea, 
.ppcform select {
  text-align:center !important;
  padding: 10px 20px !important;
	border-radius: 50px !important;
  border:1px solid rgba(0,0,0,.25) !important;
  font-size:16px !important;
  box-shadow:0px 0px 8px rgba(0,0,0,.25) !important;
}
.ppcform .hs-button.primary, .body-container .ppcform input[type="submit"], .body-container .ppcform input[type="button"] {
	background-color: #c0cc3b !important;
  width:100% !important;
  text-align:center !important;
  padding: 10px 20px !important;
	border-radius: 50px !important;
  margin:5px 0px !important;
  letter-spacing:0.10em !important;
  text-transform:uppercase !important;
  font-weight:normal !important;
  font-size:16px !important;
  box-shadow:0px 0px 8px rgba(0,0,0,.25) !important;
}

.ppcform .hs-button.primary:hover, .body-container .ppcform input[type="submit"]:hover, .body-container .ppcform input[type="button"]:hover {
	background-color: #133553 !important;
  width:100% !important;
  text-align:center !important;
  padding: 10px 20px !important;
	border-radius: 50px !important;
  margin:5px 0px !important;
  letter-spacing:0.15em !important;
  text-transform:uppercase !important;
  font-weight:normal !important;
  transition: 0.3s !important;
}

.ppcform .hs-form-required {display:none;}

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

@media (max-width: 767px) {
  .mt120 {
    margin-top:60px
  }
  .intro-pad-80-120 {
    margin: 40px 0px 60px;
  }
  .ppcform {
    margin:50px;
  }
  .mobile-header-content{
        min-height: 58px !important;
    }
    .footer-links{
      display:none !important;
    }
    .footer-address{
      display:none !important;
    }
    .footer-bottom{
       display:none !important;
    }
    .footer-text{
      display:none !important;
    }  
    .footer-copyright{
      text-align: center;
      width: 100% !important;
    }
    .sub-footer .page-center {
      padding: 0;
    }
    .footer-contact-us{
       width: 100% !important;
       text-align: center;
    }
    .footer-social-icon{
      padding: 20px 10px;
    }
    .footer-social-icon ul li a{
        margin: 0 14px 0 0;
    }
    #back-to-top{
        bottom: 128px;
    }
    .footer-social-icon ul{
      width: 100% !important;
    }
    .banner-area h1 {
      font-size: 32px;
      color:#fff;
    padding-top:25px
    }
    .banner-area img{
      margin: 0 100px 20px 0;
    }
    .blog-listing-wrapper .post-listing .post-item {
      width: 100% !important;
    }
    .more-link a{
      width: 100%;
    }
    .custom-form{
      width:100% !important;
    }
   .slider-item img {
        height: 120px;
    }

  .slider-left-text,
  .blog-bottom-slider{
  	width:50% !important;
  }
}  


@media (max-width: 567px) {
  
  .slider-left-text p {
      margin: 0;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 20.16px;
      line-height: 24.192px;
  }
  .slider-item img {
      height: auto !important;
      vertical-align: middle !important;
      padding: 20px 0 0;
  }
  
}

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

@media (max-width: 479px) {
    .mobile-trigger{
        right: 1px;
    }
    .mobile-logo img {
        width: 272px;
    }
  	.sub-footer .page-center {
      padding: 0 15px
    }
    .banner-area h1{
      font-size:32px;
      color:#fff;
    padding-top:25px
    }
   .custom-menu-primary.js-enabled .hs-menu-wrapper{
      width: 100%;
      position: absolute;
      top:-80px;
      left: 0;
      padding: 0;
    }
}

@media (max-width: 330px) {
  .slider-left-text p {
      margin: 0;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 17.92px;
      line-height: 21px;
  }
}

.social ul li::before {
	content: none !important;
}

.social ul {
	margin: auto !important;
	padding-left: 0px !important;
  width:50% !important;
  display:flex !important;
  padding:0px !important;
}

.social li {
  width: 25% !important;
}

.social li a {
  color: #fff !important;
}

/* animation */

.fade-left {
  position: relative;
animation: fadeIn ease 1s;
-webkit-animation: fadeIn ease-in 1s;
-moz-animation: fadeIn ease-in 1s;
-o-animation: fadeIn ease-in 1s;
-ms-animation: fadeIn ease-in 1s;
}
@keyframes fadeIn {
0% {opacity:0; left:-30px;}
100% {opacity:1; left:0px;}
}

@-moz-keyframes fadeIn {
0% {opacity:0; left:-30px;}
100% {opacity:1; left:0px;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0; left:-30px;}
100% {opacity:1; left:0px;}
}

@-o-keyframes fadeIn {
0% {opacity:0; left:-30px;}
100% {opacity:1; left:0px;}
}

@-ms-keyframes fadeIn {
0% {opacity:0; left:-30px;}
100% {opacity:1; left:0px;}
}

.ppc-test{
  padding-left:20px;
  border-left:10px solid #c0cc3b;
}

.banner-area img {
	max-width: none !important;
}

.banner-area {
	margin: 0px 0px 20px 0px !important;
}

@media only screen and (max-width: 768px) {
  .sm-hide{display:none !important;}
}

@media only screen and (max-width: 600px) {
  .hide{display:inline !important;}
}
@media only screen and (min-width: 600px) {
  .hide{display:none !important;}
}