/* ==========================================================================
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,300i,400,400i,600,600i,700,700i,800,800i');

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

/* ==========================================================================
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;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #333;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background:#3399FF;
  text-shadow: none;
}
::selection {
  color: #fff;
  background:#3399FF;
  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 {
  line-height: 1.56;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  margin:0 0 15PX 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 60px;
  line-height: 1.28;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}


/* Anchor Links */
a {   
  color: #333;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #333;
  text-decoration: none;

}

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

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

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

span.legionella {
  font-style: italic !important;
}

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

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

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

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


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


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

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

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

.header-container .page-center, 
.footer-container .page-center {
  padding: 0 18px;
}
.body-container .page-center{
  /*padding: 30px 18px;*/
}

}

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

.header-container-wrapper {}
.header-container {}
.header-group {
  position: relative;
  min-height: 85px !important;
}
.custom-header {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 100;
  padding: 10px;
  background-color: white;
}
.custom-logo {
  position: relative;
  z-index: 1;
}
.custom-logo img {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  margin: 25px 0;
}

.header {
  padding: 0 40px;
}



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

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

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


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

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

.footer-container .row-fluid .page-center {
  max-width: 100%;
}

.custom-footer-bg {
  background-color: #1c1c1c;
  color: #9b9b9b;
  line-height: 1.33;
  padding: 49px 0 20px;
}
.footer-wrapper {
  padding-bottom: 14px;
}
.footer-cols {
  margin: 0 -10px !important;
}
.footer-col {
  float: left !important;
  padding: 0 10px;
  margin-bottom: 20px !important;
}
.custom-footer-logo {
  width: 32.37% !important;
  margin: 0;
  min-width: 431px !important;
}
.custom-footer-cotract {
  width: 18.71% !important;
  min-width: 272px !important;
  margin: 0 0 20px 0 !important;
}
.custom-footer-text {
  width: 14.96% !important;
  min-width: 208px !important;
  margin: 0 0 20px 0 !important;
}
.custom-footer-link {
  width: 16.1% !important;
  margin: 0 0 20px 0 !important;
}
.footer-social-link {
  width: 16.1% !important;
  min-width: 222px !important;
  margin: 0 0  0!important;
}
.custom-footer-logo a {
  background-position: 0 0;
  background-size: 250px;
  width: 250px;
  height: 75px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-top: -30px;
  margin-bottom: 23px;
}
.custom-footer-logo p {
  line-height: 1.35;
  margin: 0;
}
.custom-footer-bg h5 {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 23.94px;
  color: #9b9b9b;
}
.custom-footer-cotract p {
  line-height: 1.35;
  font-size:14px;
  margin:0;
}
.custom-footer-cotract ul {
  padding: 0;
  list-style: none;
  width: 195px;
  margin: 0;
}
.custom-footer-cotract ul li:nth-child(2n+1) {
  clear: both;
}
.custom-footer-cotract ul h6 {
  margin-bottom: 0;
  margin-top: -3px;
  color: #9b9b9b;
  line-height:19.4px;
  margin:0;
}
.custom-footer-cotract ul li img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.custom-footer-cotract ul li {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  float: left;
  width: 50%;
  font-size: 14px;
  line-height: 1.36;
  margin-bottom: 7px;
}
.custom-footer-text p {
  font-size: 14px;
  line-height: 1.36;
  margin: 0 0 17.5px 0;
}
.custom-footer-text a {
  text-decoration: none;
  color: #9b9b9b;
}
.custom-footer-text a:hover{
  text-decoration:underline;
}
.custom-footer-link ul {
  font-size: 14px;
  color: #0076c0;
  padding: 0;
  list-style: none;
  margin: 0;
}
.custom-footer-link a {
  color: #0076c0;
  text-decoration: underline;
}
.custom-footer-linkva:hover {
  text-decoration: none;
}
.footer-social-link .socials {
  margin-top: -6px;
  margin-left: 5px; 
}
.socials ul {
  list-style: none;
  padding:0;
}
.socials li {
  white-space: normal;
  margin-bottom: 7px;
}
.socials i {
  margin-right: 3px;
}
.ico-twitter {
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.socials p{
  display: inline;
  line-height: 1.35;
}
.socials a {
  text-decoration: none;
  font-size: 14px;
  color: #9b9b9b;
}
.socials li a:hover {
  color: #0076c0;
}
.custom-bottom-footer {
  border-top: 1px solid #7b7b7b;
  padding-top: 26px;
}
.custom-copyright p {
  color: #fff;
  font-size: 14px;
  float: left;
  line-height: 1.35;
  margin: 0 0 18.200px 0;
}
.custom-copyright-link {
  float: right !important;
  margin-top: -7px;
  padding-right: 10px;
  margin: -7px 0 0 0 !important;
}
.custom-copyright-link ul {
  list-style: none;
  padding: 0;
  float: right;
  margin:0;
}
.custom-copyright-link ul li {
  display: inline-block;
  vertical-align: middle;
}
.custom-copyright-link ul li ~ li {
  margin-left: 19px;
}
.custom-copyright-link ul li a {
  color: #0076c0;
  font-size: 14px;
}
.custom-copyright-link ul li a:hover {
  text-decoration: none;
}
.custom-footer-link a:hover{
  text-decoration: none;
}

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


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

/* Parent List */
.custom-menu-primary {
  float: right !important;
  padding-top: 18px;
  margin: 0 !important;
}
body .custom-menu-primary .hs-menu-wrapper > ul{
  list-style: none;
  line-height:23px;
  float: right;
}
body .custom-menu-primary .hs-menu-wrapper > ul> li{
  display: inline-block;
  vertical-align: middle;
}
body .custom-menu-primary .hs-menu-wrapper > ul > li > a{
  text-decoration: none;
  transition: color .3s;
  font-size: 12px;
  line-height: 32px;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px;
}
body .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #0076c0;
}

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

/* Override max width on menu links */
body .custom-menu-primary .hs-menu-wrapper > ul li a, 
body .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;
}

body .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  float: right;
  padding-top:0;
}

body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
}

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

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

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

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

@media (max-width: 900px){

  /* Menu Reset */
  body .custom-menu-primary,
  body .custom-menu-primary .hs-menu-wrapper > ul,
  body .custom-menu-primary .hs-menu-wrapper > ul li,
  body .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 ===== */

  body .mobile-trigger{
    display: inline-block !important;
    position: absolute;
    top: 33px;
    right: 15px;
    display: none;
    width: 28px;
    height: 24px;
    z-index: 5;
    cursor: pointer;
  }
  body .mobile-trigger span:nth-child(1) {
    top: 0;
  }
  body .mobile-trigger span {
    position: absolute;
    display: block;
    height: 4px;
    width: 100%;
    background: #5c707b;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
  }
  body .mobile-trigger span:nth-child(2) {
    top: 10px;
  }
  body .mobile-trigger span:nth-child(3) {
    top: 20px;
  }

  body.mobile-open .mobile-trigger span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body.mobile-open .mobile-trigger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  } 
  body.mobile-open .mobile-trigger span:nth-child(3),
  body.mobile-open .mobile-trigger span:nth-child(1) {
    top: 12px;
  }
  body.mobile-open .mobile-trigger span:nth-child(2) {
    opacity: 0;
  }
  body.mobile-open .mobile-trigger span {
    transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
    transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
  }


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

  body .custom-menu-primary.js-enabled{
    position: static;
    padding-top:20px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

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

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

  /* Mobile Menu Styles */ 
  body .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position:static;
    top: 0;
    left: 0;
    padding: 0;
  }
  body .custom-menu-primary .hs-menu-wrapper{
    background: #fff;
    width: 100%; /* Full screen width */
    transition: opacity .3s, visibility .3s;
  }
  body .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }

  /* Level 1 Menu List Styles */
  body .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    display: block !important;
    text-align: center;
  }
  body .custom-menu-primary .hs-menu-wrapper > ul > li ~ li {
    margin-left: 0;
    margin-top: 12px;
  }
  body .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 14px; /* Font size of top level list items */
    line-height: 19.4px;
    color: #555555;
    font-weight: 700;
    text-align: center;
  }
}



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


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

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

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

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

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


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

.blog .blog-content {}

/* 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#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 {
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.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 {
  margin: 10px 0;
  display: inline-block;
}

/* 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 */
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing.no-comments {
  border: none;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.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 {
  display: block;
  clear: both;
  padding: 15px 0;
}
.blog-pagination a {
  display: inline-block;
  margin-right: 10px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */

.blog .blog-sidebar .widget-span {
  margin-bottom:40px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}

.blog .blog-sidebar ul {}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover {}

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

/* HubSpot Support added 1/25/18 */
#hs_cos_wrapper_widget_1516898774757 {
  width: 50%;
  margin: 0 auto;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  margin: 0 0 10px 0;
  display: block;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  background-color: #fafafa;
  border: 2px solid #979797;
  padding: 0 15px;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #7c7c7c;
  display: block;
  margin: 0 0 15px;
  line-height:48px;
  font-family: 'Open Sans', sans-serif;
  outline:none;
  font-size:18px;
}

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

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

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

.body-container .widget-type-form, 
.body-container .widget-type-blog_subscribe, 
.body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription {
  background-color: rgba(14, 20, 29, 0.9);
  color: #fff;
  padding: 23px;
  margin:10px 0;
}
.form-title {
  color: #fff;
  font-size: 24px;
  margin: 0 0 10px;
}

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

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

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

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


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

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

}
#comment-form label {}

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  border: 0;
  background: #0076c0;
  color: #fff;
  padding: 13px;
  font-weight: 700;
  transition: background-color .3s;
  display: inline-block;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  margin:0 0 20px 0;
  outline:0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #2a74a7;
}

.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                                      
========================================================================== */
.custom-form{
  width:50% !important;
}
.subcription h1,  .subcription h3{
  color:#fff;
}

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


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


/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 1400px) {
  .custom-footer-logo {
    /*min-width: 610px !important;*/
  } 
  .custom-footer-cotract {
    /*min-width: 371px !important;*/
  }
  .custom-footer-text {
    /*min-width: 282px !important;*/
  }
}
@media (max-width: 1024px) {

  body .custom-header{
    text-align:center;
    padding:10px;
    min-height: 120px !important;
  }
  body .custom-menu-primary {
    float: left !important;
    padding-top: 11px;
    width: 100% !important;
    display: block !important;
  }
  body .custom-logo {
    width: 100% !important;
  }
  body .custom-menu-primary .hs-menu-wrapper > ul {
    list-style: none;
    line-height: 19px;
    float: none;
    display: table;
    width: 100%;
  }
  body .custom-menu-primary .hs-menu-wrapper > ul> li {
    display: table-cell;
    text-align: center;
    float:none !important;
  }
  .custom-footer-logo {
    width: 50% !important;
    max-width: 495px !important;
  }
  .custom-footer-cotract {
    max-width: 48% !important;
  }
  .custom-footer-text {
    clear: both;
    width: 33.33% !important;
  }
  .custom-footer-link {
    width:  33.33% !important;
  }
  .footer-social-link{
    width:  33.33% !important;
  }


}

@media (max-width: 980px) {
  .custom-footer-logo {
    max-width: 400px !important;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {

  .hs-responsive-embed, .hs-responsive-embed.hs-responsive-embed-youtube, .hs-responsive-embed.hs-responsive-embed-wistia, .hs-responsive-embed.hs-responsive-embed-vimeo{
    /*width: 110%;*/
    /*margin-left: 15% !important;*/
  }

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

  .container-fluid .row-fluid .page-center {
    max-width: 90%;
  }

  .header-container .page-center, 
  .footer-container .page-center {
    padding: 0 14px;
  }
  .body-container .page-center{
    padding: 30px 14px;
  }
  .footer-col {
    width: 100% !important;
    float: none !important;
  }
  .custom-footer-logo {
    width: 100% !important;
    max-width: 100% !important;
    min-width:auto !important;
  }
  body {
    font-size: 14px;
  }
  .custom-footer-bg h5 {
    font-size: 16px;
  }
  .custom-copyright p {
    float: none;
  }
  .custom-copyright-link {
    float: none !important;
    margin: 0 0 0 0 !important;
  }
  .custom-copyright-link ul {
    float:none;
  }
  .footer-social-link {
    margin: 0 0 20px!important;
  }
  .custom-header {
    text-align: left;
    padding: 15px 10px 10px;
    min-height: 110px !important;
  }
  .custom-logo img {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    margin-left: -20px;
  }
  .custom-form{
    width:100% !important;
  }
  .custom-footer-cotract {
    max-width: 100% !important;
  }
  .custom-footer-cotract ul {
    margin: 0 auto !IMPORTANT;
  }

}  


/* =============== Landscape phones and smaller devices =============== */
@media screen and ( max-height: 300px ){

  .custom-menu-primary.js-enabled {
    margin: 10px 0;
    max-height: 170px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding-top: 20px;
    position: static;
  }
}

@media (max-width: 319px) {
  .custom-footer-cotract ul {
    margin: 0 auto !important;
    position: relative;
    right: 15px;
  }
  .custom-footer-cotract ul li {
    white-space: normal;
    float: left;
    width: 100%;
  }
}
/* HS added 2/27*/
.socials ul {
  margin: auto;
  width: 200px;
}

.socials li {
  text-align: left;
}

/* Home Page */
.hero-section {
  background-image: url(https://cdn2.hubspot.net/hubfs/1156403/Assets%202018/bg-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px 0;
}

.hero-text h1,
.hero-text h2,
.hero-text p {
  color: #FFF;
  max-width: 930px;
}

.hero-text h1,
.hero-text h2 {
  font-size: 56px;
  font-weight: 300;
}

.hero-text p {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .hero-section {
    padding: 35px 0;
  }

  .hero-text h1,
  .hero-text h2,
  .hero-text p {
    max-width: 550px;
  }

  .hero-text h1,
  .hero-text h2 {
    font-size: 32px;
    line-height: 37px;
  }

  .hero-text p {
    font-size: 15px;
    line-height: 25px;
  }    
}

@media (max-width: 767px) {
  .hero-section {
    padding: 30px 0;
  }

  .hero-text h2,
  .hero-text p {
    max-width: 100%;
  }
}

.section-1 {
  padding: 70px 0 230px;
}

.section-1 h3 {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1.1px;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.section-1 h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 48px;
  text-align: center;
  color: #000000;
  margin-bottom: 54px;
}

@media (max-width: 1024px) {
  .section-1 {
    padding: 35px 0 80px;
  }

  .section-1 h3 {
    font-size: 14px;
    margin: 0 0 5px;
  }

  .section-1 h2 {
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 25px;
  }   
}

@media (max-width: 767px) {
  .section-1 {
    padding: 40px 0 80px;
  }
}

.accordion {
  background-color: #FFF;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  color: #0076c0;
  border: 1px solid #c9cfd3;
  border-bottom: none;
}

.accordion .button {
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 20px 45px 20px 20px;
  position: relative;

}

.accordion:last-child {
  border-bottom: 1px solid #c9cfd3;
}

.active, .accordion:hover {
  color: #1c1c1c;
}

.accordion .button:after {
  content: '\002B';
  font-size: 25px;
  float: right;
  color: #0076c0;
  background: #EEE;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 12.5px);
  right: 20px;
  line-height: 1;
}

.active .button:after {
  content: "\2212"; /* Unicode character for "minus" sign (-) */
}

.panel {
  background-color: white;
  display: none;
  overflow: hidden;
}

.panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 0 20px;
}

.panel ul li {
  cursor: pointer;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.4px; 
  padding: 0 20px 0 12px;
  border-left: 4px solid #FFF;
  transition: all 0.2s;
  margin: 12px 0;
  display: inline-block;
  width: 100%;
}

.panel ul li a {
  color: #0076c0;
  text-decoration: none;
  outline: none;
}

.panel ul li.clicked,
.panel ul li:hover {
  border-left: 4px solid #0076c0;
}

.panel ul li.clicked a,
.panel ul li:hover a {
  color: #1c1c1c;
}

.breadcrumbs {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.breadcrumbs .home {
  color: #0076c0;
  margin-right: 5px;
}

.breadcrumbs .subtitle {
  color: #333333; 
  margin-left: 5px;
}

.header-container .detail-accordion {
  display: none;
  /*
  width: 100%;
  position: absolute;
  left: 0;
  top: 90px;    
  */
}

@media (max-width: 767px) {
  .body-container .detail-accordion,
  .breadcrumbs {
    display: none;
  }

  .header-container .detail-accordion {
    /*display: block;*/
  }
}

.slides-container .slide {
  display: none;
  margin-top: 20px;
}

.slides-container .slide h2 {
  text-align: left;
  margin: 40px 0 20px;
}

.slides-container .slide p,
.slides-container .slide li {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.4px;
  color: #000000;    
}



body .container-fluid .row-fluid .wrapper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 2;
}
.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a {
  color: #fff;
}

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

.section-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}



/*==================================================
Two Col Adjust 
==================================================*/

body .container-fluid .row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 47.4%;
  -webkit-flex-basis: 47.4%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


@media (max-width:767px){


  body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   

  .change-mobile .wrapper .row-fluid-wrapper>.row-fluid,
  .change-on-mobile>.row-fluid-wrapper>.row-fluid{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

}








/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


.redirect-page{
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  width:100%;
  height:100%;
  display:block;
  cursor:pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper:hover .redirect-page{
  border:1px solid #129eb3;
}


@media (max-width:767px){


  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}








/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}



body .row-fluid .extra-margin-remove{
  margin-left:0!important; 
}






@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   


  .contact-section.change-mobile{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mobile-top-margin{
    margin-top:40px;
  }

}


@media(max-width:1024px){
  body .container-fluid .row-fluid .wrapper {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media(max-width:767px){
  body .container-fluid .row-fluid .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}





/* ---------------Header Styling-------------- */

body .header-container {
  padding:0;
}

body .header-container-wrapper{
  position:relative;
}

body .header.header-19 {
  padding: 25px 40px;
  position:relative;
}

body .header-19 .nav-tel {
  display: flex;
  align-items: center;
  text-align: right;
  float: right;
  margin-top:0;
}
body .header-19 .nav-tel img {
  top: 0;
  right: 0;
}
body .header-19 .nav-tel a {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  color: #333333;
  text-decoration: none;
  margin-left: 7px;
  font-family: 'Open Sans', sans-serif;
}

body .header-19 .custom-menu-primary.js-enabled {
  padding-top: 0;
}

body .header-19 .custom-logo img {
  margin: 0;
}
body .container-fluid .header-19 .custom-menu-primary .hs-menu-wrapper > ul > li {
  margin-right: 40px;
  margin-left: 0px;
  display:block;
}
body .header-19 .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size: 13px;
  font-weight: normal;
  line-height: 2.46;
  letter-spacing: 0.5px;
  padding: 5px 0 10px;
  color: #555555 !important;

}

body .header-19 .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #0076c0 !important;
}

body .container-fluid .header-19 .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0;
}



body .header-19 .mobile-trigger {
  display: inline-block !important;
  position: absolute;
  top: 38px;
  right: unset;
  display: none;
  width: 25px;
  height: 13px;
  z-index: 5;
  cursor: pointer;
  left: 30px;
  margin: auto;
}
body .header-19 .mobile-trigger span {
  height: 2px;
}
body .header-19 .mobile-trigger span:nth-child(2) {
  top: 5px;
}
body .header-19 .mobile-trigger span:nth-child(3) {
  top: 10px;
}

@media(min-width:901px){
  body .header-19 .mobile-trigger {
    display: none !important;
  }
}

@media(min-width:1025px) and (max-width:1310px){
  body .header.header-19 {
    padding: 25px 25px;
  }
  body .container-fluid .header-19 .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 15px;
  }
  body .header-19 .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 12px;
    padding: 5px 0 10px;
  }
}



@media(max-width:1024px){
  body .header.header-19 {
    padding: 15px 25px 13px;
  }
  body .header-19 .tel-wrapper {
    position: absolute;
    top: 33px;
    right: 25px;
    z-index: 2;
    width: auto;
  }
  body .container-fluid .header-19 .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin-left: 0;
  }
  body .header-19 .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0px 0 0px;
  }
  body .container-fluid .custom-menu-part {
    min-height: auto;
    width: 100%;
    margin-left: 0;
  }

  body .header-19 .mobile-trigger span:nth-child(3) {
    top: 11px;
  }



  /*       .header-19 .mobile-trigger {
  top: -50px;
} */
  body .header-19 .custom-menu-primary.js-enabled {
    min-height: auto;
    /*     position: absolute;
    left: 0;
    right: 0;
    top: 100%; */
    padding-bottom: 10px;
    background: #fff;
    padding: 0 25px 0;
  }
}

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

  body .header-19 .custom-menu-part {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
  body .container-fluid .header-19 .custom-menu-primary .hs-menu-wrapper > ul{
    display: table;
    list-style: none;
    line-height: 19px;
    float: none;
    display: table;
    width: 100%;
  }
  body .container-fluid .header-19 .custom-menu-primary .hs-menu-wrapper > ul > li{
    display: table-cell;
  }
}

@media(min-width:768px) and (max-width:900px){
  body .header.header-19 {
    padding: 25px;
  }
  body .header-19 .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body .header-19 .custom-logo img {
    max-width: 184px;
  }
  /*   .header-19 .mobile-trigger {
  top: 40px;
}
  body.mobile-open .header-19 .mobile-trigger {
  top: 33px;
} */





  body .header-19 .mobile-trigger {
    top: -55px;
  }
  body .header-19 .custom-menu-primary.js-enabled {
    position: absolute;
    top: 100%;
    z-index: 9;
    left: 0;
    right: 0;
    width: 100%;
  }





  body .header-19 .custom-logo a {
    margin-left: 63px;
  }
  body .header-19 .nav-tel a {
    font-size: 20px;
  }
}

@media(max-width:767px){
  body .header.header-19 {
    padding: 21.5px 20px;
  }
  body .header-container-wrapper .container-fluid .header-19 .tel-wrapper {
    display:none;
  }
  body .header-19 .mobile-trigger {
    right: 15px;
    left: unset;
    top:33px;
    padding:0;
  }
  body .header-19 .custom-logo img {
    max-width: 147px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  body .header-19 .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 20px 0;
  }

  body .header-19 .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0;
  }
  body .container-fluid .header-19 .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 0;
  }
  body .header-19 .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    right: 0;
    z-index:9;
    box-shadow: none;
  }
  body.mobile-open .header-19 .mobile-trigger {
    top: 27px;
  }
  body .header-19 .header-19 .mobile-trigger span:nth-child(3) {
    top: 11px;
  }
}


/* --------------footer Section------------ */

body .footer-section {
  background-color: #0177c0;
  padding: 60px 0 50px;
  text-align:left;
}

.footer-section * {
  font-family: 'Open Sans', sans-serif;
}

body .container-fluid .footer-section .row-fluid .wrapper {
  max-width: 1368px;
  padding: 0 40px;
}

body .footer-logo-img {
  padding-bottom: 30px;
  border-bottom: solid 1px #6d9fc5;
  margin-bottom: 27px;
}
body .footer-section ul li:before {
  display:none;
}
body .footer-section p,body .footer-section p span,body .footer-section li a {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.4px;
  color: #d0ebfb;
  margin: 0;
  font-weight:400;
}
body .footer-section li a , body .footer-section p strong  {
  color: #fff;
}
body .footer-section ul li {
  padding: 0;
}

body .footer-four-col-left p{
  margin: 0;
  margin-bottom: 30px;
}

body .footer-section h5 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.6px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
body .container-fluid .footer-section .row-fluid ul li a {
  padding: 0;
  width: 100%;
  white-space: normal;
  font-style: italic;
  text-decoration: underline;
}

body .footer-section ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body .footer-section .footer-contact-us ul {
  display: flex;
  align-items: stretch;
  margin-top: 20px;
}

body .footer-section .footer-contact-us ul li img {
  max-width: 52px;
  margin-right: 16px;
}

body .footer-four-col-contract-grp, 
body .footer-four-col-contact-grp,
body .footer-four-col-left-grp{
  max-width: 288px;
}

body .footer-four-col-left-grp{
  max-width: 377px;
}
body .footer-section .footer-four-col-contact-grp ul {
  padding: 4px 0 29px;
}
body .copyright-section {
  padding-top: 19px;
  border-top: solid 1px #6d9fc5;
  margin-top: 33px;
}

@media(min-width:768px){
  body .copyright-section > .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: center;
  }
}
body .container-fluid .copyright-left {
  display: flex;
  align-items: center;
}
body .footer-section .socials ul {
  display:block;
  text-align:right;
  width: 100%;
}

body .footer-four-col-right-grp ul li {
  margin-bottom: 8px;
}
body .footer-four-col-contact-grp p a {
  color: #d0ebfb;
  text-decoration: none;
}
body .container-fluid .footer-section .row-fluid .copyright-section ul li a {
  font-style: normal;
  vertical-align: middle;
}
body .container-fluid .footer-section .row-fluid .copyright-section .copyright-left ul li {
  margin-right: 25px;
}
body .container-fluid .footer-section .row-fluid .copyright-section .copyright-left ul{
  margin-left:15px;
}

body .footer-section .socials ul li:first-child {
  margin-left: 0;
}

body .footer-section .socials ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 27px;
}

@media(max-width:1024px){
  body .footer-section h5 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.5px;
  }
  body .copyright-section {
    margin-top: 3px;
    padding-top: 22px;
  }
  body .footer-four-col-left-grp {
    max-width: 255px;
  }
}

@media(min-width:768px) and (max-width:1024px){
  body .footer-four-col > .row-fluid-wrapper > .row-fluid > div {
    width: 22%;
    margin-left: 1%;
  }
  body .footer-four-col > .row-fluid-wrapper > .row-fluid > div.footer-four-col-left {
    width: 31%;
    margin-left: 0;
  }
  body .container-fluid .copyright-left {
    justify-content: space-between;
  }

}


@media(min-width:768px) and (max-width:900px){
  body .footer-four-col > .row-fluid-wrapper > .row-fluid > div.footer-four-col-left {
    width: 100%;
    margin-left: 0;
  }

  body .footer-four-col > .row-fluid-wrapper > .row-fluid > div {
    width: 33.333%;
    margin-left: 0;
  }
  body .footer-four-col-contract-grp,
  body .footer-four-col-contact-grp,
  body .footer-four-col-left-grp {
    max-width: 210px;
  }
  body .footer-four-col-left-grp {
    max-width: 100%;
  }
  body .footer-section h5,
  body .footer-section p{
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.4px;
  }
  body .copyright-section {
    margin-top: 60px;
    padding-top: 90px;
    position:relative;
  }

  body .container-fluid .copyright-left {
    display: block;
    text-align: left;
  }

  body .container-fluid .footer-section .row-fluid .copyright-section .copyright-left ul {
    margin-left: 0;
    display: block;
    text-align: left;
    float: none;
  }

  body .footer-section .custom-copyright p {
    width: 100%;
  }

  body .footer-section .custom-copyright {
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  body .copyright-section > .row-fluid-wrapper > .row-fluid > div {
    width: 50%;
    margin-left: 0;
  }
}


@media(max-width:767px){
  body .footer-section {
    padding: 40px 0 64px;
  }

  body .footer-logo-img img {
    padding-left: 15px;
    max-width: 125px;
    height: auto;
  }
  body .footer-four-col {
    padding: 0 15px;
  }
  body .container-fluid .copyright-left {
    display: block;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 28px;
  }
  body .footer-four-col-contract-grp,
  body .footer-four-col-contact-grp,
  body .footer-four-col-left-grp {
    max-width: 100%;
  }

  body .footer-four-col-contract {
    margin-top: 30px;
  }
  body .footer-four-col-right {
    margin-top: 33px;
  }
  body .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 27px;
    margin-top: 10px;
  }

  body .container-fluid .footer-section .row-fluid .copyright-section .copyright-left ul {
    margin-left: 0;
    display: block;
    float: none;
    text-align: center;
  }

  body .container-fluid .footer-section .row-fluid .wrapper {
    padding: 0px;
  }

  body .footer-four-col-left-grp {
    max-width: 100%;
  }
  body .footer-section h5,
  body .footer-section p{
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.4px;
  }

  body .footer-section .socials ul {
    text-align: center;
  }

  body .container-fluid .footer-section .row-fluid .copyright-section .copyright-left ul li {
    float: none;
    display: inline-block;
    margin-right:23px;
    width: auto;
  }
  body .container-fluid .footer-section .row-fluid .copyright-section .copyright-left ul li:last-child {
    margin-right: 11px;
  }
  body .container-fluid .footer-section .row-fluid .copyright-section ul li a {
    display: inline-block;
  }
  body .footer-section .footer-simple-menu {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
  }
  body .copyright-section {
    margin-top: 3px;
    padding-top: 26px;
    padding-bottom: 48px;
  }
}




.text-container h2 {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #141416;
}

/*-----------Hero Section----------------  */

.test-hero-section {
  padding: 30px 0 64px;
  position: relative;
  z-index: 1;
}

.test-hero-section:before {
  content: '';
  position: absolute;
  opacity: 0.3;
  background: linear-gradient(to top, rgba(0, 36, 58, 0.3), rgba(0, 36, 58, 0.5) 30%, #00121e);
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.test-hero-section .big-cta {
  margin-top: 12px;
}

.hero-text-container h1 {
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.83);
  font-size: 56px;
  font-weight: normal;
  line-height: normal;
}

.hero-text-container h4 {
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.hero-text-container h4:before {
  content: '';
  position: absolute;
  left: -85px;
  top: 0;
  bottom: 0;
  height: 1px;
  width: 63px;
  background: #979797;
  margin: auto;
}
.hero-text-container h4:after {
  content: '';
  position: absolute;
  right: -85px;
  top: 0;
  bottom: 0;
  height: 1px;
  width: 63px;
  background: #979797;
  margin: auto;
}

.hero-text-container h3 {
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.58);
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
}




body .container-fluid .big-cta a.cta_button {
  border-radius: 5px;
  background-color: #f7941d;
  display: block;
  max-width: 424px;
  margin: 0 auto;
  text-align: right;
  position: relative;
  padding: 20px 60px 20px 40px;
  box-sizing: border-box !important;
  text-decoration: none;
}
.big-cta a.cta_button h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: right;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.big-cta a.cta_button h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 0;
  text-align: right;
}

body .container-fluid .big-cta a.cta_button:before {
  content: '';
  position: absolute;
  left: 52px;
  top: 0;
  bottom: 0;
  width: 29px;
  height: 35px;
  margin: auto;
  background-image: url(https://cdn2.hubspot.net/hub/1156403/hubfs/Assets%20Phigenics%20%20May2019/shape-copy.svg?t=1557225716576&width=860);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
body .container-fluid .big-cta a.cta_button:after {
  content: '';
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  width: 54px;
  height: 54px;
  margin: auto;
  background-color: #fff;
  border-radius: 100%;
}


@media(max-width:1024px){
  .test-hero-section {
    padding: 62px 0 64px;
  }
  .hero-text-container h1 {
    font-size: 46px;
  }
  .hero-text-container h4 {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 1.1px;
  }
  .hero-text-container h3 {
    font-size: 20px;
  }




  body .container-fluid .big-cta a.cta_button {
    max-width: 380px;
    padding: 15px 40px 16px 30px;
  }
  body .container-fluid .big-cta a.cta_button:before {
    left: 42px;
    width: 26px;
    height: 29px;
  }
  body .container-fluid .big-cta a.cta_button:after {
    left: 30px;
    width: 49px;
    height: 49px;
  }
  .big-cta a.cta_button h3 {
    font-size: 22px;
  }
}



@media(max-width:900px){
  .test-hero-section {
    padding: 68px 0 78px;
  }

  .hero-text-container h1 {
    font-size: 30px;
  }
  .hero-text-container h4 {
    font-size: 14px;
    letter-spacing: 0.9px;
  }
  .hero-text-container h3 {
    font-size: 18px;
  }

  .test-hero-section .big-cta {
    margin-top: 5px;
  }
  body .container-fluid .big-cta a.cta_button {
    max-width: 313px;
    padding: 11px 30px 12px 20px;
  }
  .big-cta a.cta_button h3 {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
  .big-cta a.cta_button h5 {
    font-size: 14px;
  }
  body .container-fluid .big-cta a.cta_button:after {
    left: 20px;
    width: 39px;
    height: 39px;
  }
  body .container-fluid .big-cta a.cta_button:before {
    left: 30px;
    width: 20px;
    height: 25px;
  }
}


@media(max-width:767px){
  .test-hero-section {
    padding: 58px 0 69px;
  }
  .hero-text-container h4:before {
    display:none;
  }
  .hero-text-container h4:after {
    display:none;
  }
  .hero-text-container h1 {
    line-height: 1;
    margin-bottom: 7px;
  }
  .hero-text-container h4 {
    font-size: 11px;
    letter-spacing: 0.7px;
    margin-bottom: 23px;
  }
  .test-hero-section .big-cta {
    margin-top: 11px;
  }


  body .container-fluid .big-cta a.cta_button {
    max-width: 289px;
    padding: 8px 30px 10px 20px;
  }
  .big-cta a.cta_button h3 {
    font-size: 18px;
  }
  .big-cta a.cta_button h5 {
    font-size: 12px;
  }
}


/* -------------Hero SEction End */

/* ----------Common Questions Section---------- */

.common-question-section {
  background-color: #f7f7f9;
  padding: 54px 0 30px;
}

.common-question {
  border-radius: 5px;
  border: solid 1px #edeef2;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 16px;
}
.common-question-top {
  background-color: #0177c0;
  text-align: center;
  box-sizing: border-box;
  padding: 17px 25px 13px;
  min-height: 171px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.common-question-cm {
  margin-top: 13px;
}
.common-question-bottom p a {
  font-weight: 600;
  color: #f7941d;
  text-decoration: none;
}

@media(min-width:768px){
  .common-question-listing {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5%;
  }

  .common-question-listing > .common-question {
    width: 23.5%;
    margin-right: 1.5%;
  }
}
.common-image-icon {
  min-height: 69px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-question-top h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.4px;
  color: #fff;
  display: block;
  margin-top:11px;
}
.common-question-bottom {
  padding: 29px 25px 25px;
}
.common-question-bottom p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.73;
  letter-spacing: 0.4px;
  color: #000000;
}

@media(min-width:1025px) and (max-width:1200px){
  .common-question-top {
    padding: 17px 5px 13px;
  }
}

@media(max-width:1024px){
  .common-question-section {
    padding: 37px 0 19px;
  }

  .common-question-top {
    padding: 17px 16px 13px;
  }
  .common-question-cm {
    margin-top: -2px;
  }

  .text-container h2 {
    font-size: 24px;
    line-height: 1.92;
  }
  .common-question-top h5 {
    font-size: 14px;
    line-height: 1.64;
  }
  .common-question-bottom p {
    font-size: 14px;
    line-height: 1.86;
  }
  .common-question-bottom {
    padding: 18px 24px 17px;
  }
  .common-question-section .text-container {
    margin-bottom: 12px;
  }


}

@media(max-width:900px){
  .common-question-section {
    padding: 20px 0 19px;
  }

  .common-question-section .text-container h2 {
    font-size: 20px;
    line-height: 2.3;
  }
  .common-question-top {
    padding: 17px 25px 0px;
  }
  .common-question-top h5 {
    margin-top: 25px;
  }
  .common-question-listing > .common-question {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .common-question-listing {
    margin-right: -3%;
  }
  .common-question-cm {
    max-width: 640px;
    margin: 0 auto;
  }
  .common-question-bottom {
    padding: 3px 24px 17px;
  }
  .common-image-icon{
    min-height: 60px;
    align-items: flex-end;
  }
  .common-question-top h5 {
    margin-top: 23px;
  }
}

@media(max-width:767px){
  .common-question-section .text-container h2 {
    font-size: 18px;
    line-height: 1.39;
  }
  .common-question-top h5 {
    margin-top: 25px;
  }
  .common-question-listing {
    margin-right: 0;
  }
  .common-question-listing > .common-question {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .common-question-section .text-container {
    margin-bottom: 18px;
  }
}

/* ---------Common Section End------- */

/* -----------Defencible Section------------ */

.defensible-section {
  background-color: #f7f7f9;
  padding: 30px 0 75px;
  position: relative;
  z-index: 1;
}
.defensible-section:before {
  content: '';
  position: absolute;
  opacity: 0.6;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

body .container-fluid .row-fluid .defensible-section .wrapper {
  max-width: 1010px;
}


@media(min-width:768px){
  .defence-three-listing {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.63%;
  }
  .defence-three-listing > .defence-three {
    width: 31.7%;
    margin-right: 1.63%;
  }

  .defence-two-listing {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.8%;
  }
  .defence-two-listing > .defence-two {
    width: 48.2%;
    margin-right: 1.8%;
  }
}



.defensible-section h2 {
  margin-bottom: 20px;
}
.defensible-section h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
  color: #141416;
}

.defence-three {
  border-radius: 5px;
  background-color: #ffffff;
  min-height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-bottom: 16px;
}
.defence-three-cm {
  margin-top: 17px;
}

.defence-two {
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 16px;
}

.defence-two .defence-two-top {
  padding: 67px 20px 47px;
  text-align: center;
}
.defence-two .defence-two-bottom {
  padding: 0 39px 40px;
}
.defence-two-bottom h5 {
  font-weight: 600;
  line-height: 1.78;
  letter-spacing: 0.5px;
  color: #000000;
}

.defence-two-bottom ul li:before {
  content: '';
  position: absolute;
  background: url(https://cdn2.hubspot.net/hubfs/1156403/Assets%20Phigenics%20%20May2019/Check%20Mark.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 9px;
  top: 9px;
  bottom: 0;
  left: 0;
}

.defence-two-bottom ul li {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.4px;
  padding-bottom: 10px;
  box-shadow: inset 0 -1px 0 0 #dcdfe6;
  margin-bottom: 10px;
}

.defence-two-bottom ul li:last-child {
  box-shadow: none;
}

.defence-two-bottom ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}



@media(max-width:1024px){
  .defensible-section {
    padding: 30px 0 72px;
  }
  .defensible-section h3 {
    font-size: 30px;
    line-height: 1.53;
    letter-spacing: normal;
  }
  .defensible-section h2 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.64;
  }
  .defence-two .defence-two-top {
    padding: 57px 20px 31px;
  }
  .defence-two-bottom h5 {
    margin-bottom: 28px;
  }
  .defence-two .defence-two-bottom {
    padding: 0 39px 16px;
  }
}

@media(max-width:900px){

  .defensible-section {
    padding: 6px 0 43px;
  }

  .defensible-section h2 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.8;
  }
  .defensible-section h3 {
    font-size: 26px;
    line-height: 1.77;
  }

  body .container-fluid .row-fluid .defensible-section .wrapper {
    max-width: 680px;
  }
  .defence-three-cm {
    margin-top: 31px;
  }
  .defence-three {
    min-height: 180px;
  }

  .defence-three-top img {
    max-width: 141px;
    height: auto;
  }

  .defence-three-listing > .defence-three {
    width: 31%;
    margin-right: 2.333%;
  }
  .defence-two-listing {
    display: block;
    margin-right: 0;
  }
  .defence-two-listing > .defence-two {
    width: 100%;
    margin-right: 0;
    display: flex;
    padding: 32px 24px 21px 45px;
  }
  .defence-two .defence-two-top {
    padding: 0;
  }
  .defence-two .defence-two-top img {
    max-width: 130px;
    height: auto;
  }
  .defence-two-bottom ul li {
    padding-left: 27px;
    box-shadow: none;
  }
  .defence-two-bottom h5 {
    margin-bottom: 18px;
  }
  .defence-two .defence-two-bottom {
    padding: 0 24px 16px 39px;
  }
}

@media(max-width:767px){
  .defence-three-listing > .defence-three {
    width: 100%;
    margin-right: 0;
  }
  .defensible-section{
    background-image:none !important;
  }

  .defensible-section h2 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.39;
  }
  .defensible-section h3 {
    font-size: 18px;
    line-height: 1.39;
    font-weight: normal;
  }

  .defence-two-listing > .defence-two {
    display: block;
    box-sizing: border-box;
    padding: 32px 25px 18px 25px;
  }

  .defence-three-cm {
    margin-top: 0;
  }
  .defence-two .defence-two-bottom {
    padding: 0;
    margin-top: 33px;
  }
  .defence-two-bottom ul li {
    font-size: 14px;
  }
  .defence-two-bottom ul li:before {
    top: 6px;
  }
  .defence-two .defence-two-top img {
    max-width: 115px;
  }
}

/* -----------Defensible Section End--------- */

/* -------------Services Section --------*/
.services-section {
  padding: 89px 0 47px;
  position: relative;
  z-index: 1;
}
.services-section:before {
  content: '';
  position: absolute;
  background: linear-gradient(to left, rgba(1, 119, 192, 0), rgba(1, 119, 192, 0.66) 47%, #0177c0), linear-gradient(to bottom, rgba(1, 119, 192, 0), #0177c0);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.services-section .text-container h2 {
  color: #fff;
}

.services-section .text-container {
  max-width: 641px;
}
.services-section .text-container p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.78;
  letter-spacing: 0.5px;
  color: #d0ebfb;
  margin: 0;
  margin-bottom: 33px;
}

.service-img {
  min-height: 138px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 10px solid #1A77C0;
  position: relative;
  max-width: 138px;
  margin: 0 auto;
}
.service-img:after {
  position: absolute;
  color: '';
  content: '';
  left: -10px;
  right: -10px;
  top: -10px;
  border: 1px solid #fff;
  bottom: -10px;
  border-radius: 50%;
}

@media(min-width:768px){
  .services-19-listing {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .services-19-listing > .services-19 {
    text-align: center;
    width: 13.6666%;
    margin-right: 3%;
    margin-bottom: 34px;
  }
}

.services-19-cm {
  margin-top: 30px;
}

.services-19-listing > .services-19 {
  margin-bottom: 34px;
}
.services-section-top {
  margin-bottom: 28px;
}
.services-19-listing .services-19 h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #d0ebfb;
  text-transform: uppercase;
  margin-top: 14px;
}


@media(max-width:1024px){
  .services-section {
    background-position: right;
  }
  .services-section .text-container {
    max-width: 480px;
  }
  .services-section .text-container p {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.4px;
  }
  .services-section .text-container h2 {
    font-size: 30px;
    line-height: 1.53;
  }
  .services-section-top {
    margin-bottom: 15px;
  }
  .services-19-top img {
    max-width: 123px;
    height: auto;
  }
  .service-img {
    min-height: 126px;
  }
  .services-19-cm {
    margin-top: 16px;
  }
  .services-19-listing .services-19 h5 {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}

@media(max-width:900px){
  .services-section {
    padding: 67px 0 33px;
  }
  body .container-fluid .services-section .row-fluid .wrapper {
    max-width: 100%;
  }

  .services-section .text-container h2 {
    font-size: 26px;
    line-height: 1.77;
    margin-bottom: 21px;
  }
  body .container-fluid .services-section .text-container {
    max-width: 517px;
    margin: 0 auto;
    float: none;
    width: 100%;
  }
  .services-19-top img {
    max-width: 100px;
  }
  .service-img {
    min-height: 100px;
  }
  .services-section .text-container p {
    margin-bottom: 29px;
  }
  .services-section-top {
    margin-bottom: 0px;
  }
  .services-section .text-container h2 {
    line-height: 1.58;
    margin-bottom: 21px;
  }
  .services-19-cm {
    margin-top: 6px;
  }
  .services-19-top p {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #d0ebfb;
    margin-top: 0;
  }
  .services-19-listing .services-19 h5 {
    font-size: 14px;
    letter-spacing: 0.4px;
  }
}

@media(max-width:767px){
  .services-section {
    background-position: top;
    padding: 58px 0 76px;
  }
  .services-section .text-container h2 {
    line-height: 2;
    margin-bottom: 14px;
    font-size: 18px;
  }
  .services-section .text-container p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.57;
  }
  .services-section .text-container p:last-child {
    margin-bottom: 4px;
  }


  .services-19-top {
    text-align: center;
  }
  .services-19-top img {
    max-width: 100%;
  }
  .service-img {
    min-height: 160px;
    max-width:160px;
  }
  .services-19-cm {
    margin-top: 25px;
  }
  .services-19-listing > .services-19 {
    margin-bottom: 21px;
  }
}

/* -----------Services Setion End--------- */

/* ------------Support Section----------- */

.support-section {
  padding: 73px 0 130px;
}


/* @media(min-width:768px){
.support-group > .row-fluid-wrapper > .row-fluid {
display: flex;
align-items: center;
}
} */

.support-group-content {
  padding-top: 42px;
}
.support-group-content h2 {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #141416;
  margin-bottom: 13px;
}
.support-group-content h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.54;
  color: #000000;
  margin-bottom: 11px;
}
.support-group-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #141416;
  margin:0;
  margin-bottom:15px;
}
.support-group-bottom p {
  font-size: 14px;
  font-weight: 600;
  line-height: 2.57;
  letter-spacing: 0.4px;
  padding-left: 15px;
}
.support-group-bottom p a{
  color: #f7941d;
  position: relative;
  text-decoration: none;
}
.support-group-bottom p a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  width: 100%;
  background: #f7941d;
}

body .container-fluid .support-group-content-group {
  max-width: 480px;
  float: right;
}

.support-section .support-group {
  position: relative;
}
.support-group-top {
  margin-bottom: 11px;

}

.support-section .support-image img {
  position: static !important;
  height: 600px;
  left: -82px;
  top: 22px;
}





.support-section a.cta_button h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 0.67;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
.support-section a.cta_button h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: #141416;
  text-decoration: none;
  margin-bottom: 14px;
}
body .container-fluid .support-section a.cta_button {
  border-radius: 7px;
  background-color: #f7941d;
  display: block;
  text-decoration: none;
  width: 100%;
  max-width: 352px;
  padding: 26px 0px;
  margin-bottom: 12px;
}


@media(max-width:1024px){

  .support-section {
    padding: 73px 0 147px;
  }

  .support-section .support-image img {
    height: 520px;
    left: -72px;
    top: 15px;
    width: 52% !important;
  }
  .support-group-content h2 {
    font-size: 30px;
    line-height: 1.53;
    margin-bottom: 1px;
  }
  .support-group-content h3 {
    font-size: 22px;
    line-height: 1.68;
    letter-spacing: normal;
    margin-bottom: 8px;
  }
  .support-group-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.4px;
    margin-bottom: 7px;
  }
  body .container-fluid .support-group-content-group {
    max-width: 434px;
    float: right;
    margin-right: 50px;
  }
  .support-group-bottom p {
    font-size: 14px;
    font-weight: 600;
    line-height: 2.57;
  }
}

@media(max-width:900px){
  .support-section {
    padding: 3px 0 107px;
  }

  .support-section .support-image img {
    height: 500px;
    left: -152px;
    top: 78px;
    width: 70% !important;
  }
  .support-group-content h2 {
    font-size: 26px;
    line-height: 1.77;
  }
  .support-group-content h3 {
    font-size: 18px;
    line-height: 2.06;
  }
  body .container-fluid .support-section a.cta_button {
    max-width: 316px;
    padding: 19.5px 0px;
  }
  body .container-fluid .support-group-content-group {
    max-width: 321px;
    margin-right: 37px;
  }
  .support-group-bottom p {
    padding-left: 0;
    font-size: 13px;
  }
}

@media(max-width:767px){
  .support-section {
    padding: 28px 0 115px;
  }

  .support-section .support-image img {
    position: relative;
    height: auto;
    left: 0;
    top: 0;
    width: 100% !important;
  }
  .support-group-content h2 {
    font-size: 18px;
    line-height: 2.56;
  }
  body .container-fluid .support-group-content-group {
    max-width: 100%;
    margin-right: 0;
  }
  .support-group-content p {
    font-size: 14px;
    line-height: 2;
  }
  .support-section a.cta_button h4 {
    font-size: 14px;
  }
  .support-section a.cta_button h5 {
    font-size: 16px;
    line-height: 0.75;
  }
  body .container-fluid .support-section a.cta_button {
    max-width: 290px;
    padding: 21px 0px;
    margin:0 auto;
    margin-top: 7px;
    margin-bottom: 8px;
  }
  .support-group-bottom p a {
    display: inline-block;
    text-decoration:none;
  }
  .support-group-bottom p {
    text-align: center;
    max-width: 100%;
  }

  .support-group-content {
    padding-top: 33px;
  }
}
/* ------------Faq Section------------- */
.faq19-section {
  background-color: #f7f7f9;
  margin-top: -116px;
  padding-top: 74px;
  padding-bottom: 260px;
}
.faq19-section .text-container {
  margin-bottom: 25px;
}

.faq-19-cm {
  max-width: 480px;
}
.faq-19-cm .faq-19-content h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: 0.4px;
  color: #000000;
  margin-bottom: 7px;
}
.faq-19-cm .faq-19-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.4px;
  color: #000000;
  margin: 0;
  margin-bottom: 15px;
}

.faq-19-cm .faq-19 {
  margin-bottom: 40px;
}


@media(max-width:1024px){

  .faq19-section {
    margin-top: -122px;
    padding-top: 71px;
    padding-bottom: 20px;
  }
  .faq19-section .text-container h2 {
    font-size: 30px;
    line-height: 1.53;
    margin-bottom: 5px;
  }
  .faq19-section .text-container {
    margin-bottom: 35px;
  }
  .faq-19-cm {
    max-width: 430px;
  }

}

@media(max-width:900px){
  .faq19-section {
    margin-top: -68px;
    padding-top: 71px;
    padding-bottom: 20px;
  }
  .faq19-section .text-container h2 {
    font-size: 26px;
    line-height: 1.77;
  }

  body .container-fluid .faq-container-group > .row-fluid-wrapper > .row-fluid > div {
    width: 100%;
    display: block;
    margin-left: 0;
    float: none;
  }
  .faq-19-cm {
    max-width: 514px;
    margin: 0 auto;
  }
}

@media(max-width:767px){
  .faq19-section {
    padding-top: 47px;
  }
  .faq19-section .text-container {
    margin-bottom: 46px;
  }
  .faq-19-cm {
    max-width: 100%;
  }

  .faq19-section .text-container h2 {
    font-size: 18px;
    line-height: 1.44;
    text-align: left;
    margin-bottom: 10px;
  }
  .faq-19-cm .faq-19-content h5 {
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 10px;
  }
  .faq-19-cm .faq-19-content p {
    font-size: 14px;
    line-height: 1.71;
  }
}

/*-------Case Study Section-----------  */

.casestudy19-section {
  margin-top: -219px;
}

@media(min-width:1025px){
  .casestudy-two-listing {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-right: -2.7%;
    justify-content: center;
  }
  .casestudy-two-listing > .casestudy-two {
    width: 47.3%;
    margin-right: 2.7%;
  }
}

.casestudy19-section .text-container h2 {
  margin-bottom: 50px;
}

.casestudy-two-listing > .casestudy-two {
  background: #fff;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.14);
  display: flex;
  margin-bottom: 17px;
  position: relative;
}
.casestudy-two-left {
  min-width: 193px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 256px;
}

a.read-more-case {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


.defence-two-right {
  padding: 28px 20px 20px 40px;
}

.defence-two-right h6 {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #747780;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #979797;
  padding-bottom: 8px;
  margin-bottom: 35px;
}
.defence-two-right h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55;
  color: #f7941d;
  margin-bottom: 6px;
}
.defence-two-right p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.4px;
  color: #000000;
}

@media(max-width:1024px){
  .casestudy19-section {
    margin-top: 0;
    background-color: #f7f7f9;
    padding-bottom: 61px;
  }
  .casestudy19-section .text-container h2 {
    font-size: 30px;
    line-height: 1.53;
    letter-spacing: normal;
  }
  .casestudy-two-cm {
    max-width: 848px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .casestudy-two-left {
    min-height: 210px;
  }
}

@media(max-width:900px){

  body .container-fluid .row-fluid .casestudy19-section .wrapper {
    max-width: 692px;
  }

  /*   .casestudy-two-listing > .casestudy-two {
  display: block;
} */

  .casestudy19-section {
    padding-bottom: 57px;
  }
  .casestudy-two-left {
    min-height: 200px;
  }

  .casestudy19-section .text-container h2 {
    font-size: 26px;
    line-height: 1.77;
  }

  .casestudy-two-cm {
    max-width: 647px;
  }
}

@media(max-width:767px){
  .casestudy19-section {
    padding-bottom: 46px;
  }
  .casestudy-two-listing > .casestudy-two {
    display: block;
  }

  .casestudy19-section .text-container h2 {
    font-size: 18px;
    line-height: 1.44;
    text-align: left;
  }
  .defence-two-right h4 {
    font-size: 16px;
    line-height: 1.94;
  }
  .defence-two-right p {
    font-size: 14px;
    line-height: 1.71;
  }
  .defence-two-right h6 {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .defence-two-right {
    padding: 23px 20px 30px 20px;
    margin-bottom: 16px;
  }
  .casestudy-two-left {
    min-height: 0;

  }
  .casestudy-two-cm {
    margin-top: 10px;
  }
}

/* ----------Test Listing Section---------- */

.testing-list-section {
  padding-top: 88px;
  padding-bottom: 94px;
}
.test-listing-group h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: 0.4px;
  color: #000000;
  min-height: 52px;
  margin-bottom: 9px;
}
.test-listing-group ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.test-listing-cm {
  width: 100%;
  max-width: 256px;
}
.test-listing-group ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.4px;
}

.test-listing-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.4px;
  margin: 0;
}

@media(max-width:1024px){
  .testing-list-section .text-container h2 {
    font-size: 30px;
    line-height: 1.53;
    letter-spacing: normal;
  }
  body .row-fluid .testing-section-group.four-col-adjust span {
    margin-right: -1%;
  }
  body .row-fluid .testing-section-group.four-col-adjust span>.hs_cos_wrapper {
    flex-basis: 23.5%;
    -webkit-flex-basis: 24%;
    float: left;
    margin-right: 1%;
  }
  .test-listing-cm {
    width: 100%;
    max-width: 230px;
  }
}

@media(max-width:900px){
  body .container-fluid .testing-list-section .row-fluid .wrapper {
    max-width: 693px;
  }
  .testing-list-section {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .test-listing-group h5 {
    min-height: 0;
  }
  .test-listing-cm {
    width: 100%;
    max-width: 100%;
  }

  body .row-fluid .testing-section-group.four-col-adjust span {
    margin-right: -2.3%;
  }
  body .row-fluid .testing-section-group.four-col-adjust span>.hs_cos_wrapper {
    flex-basis: 48%;
    -webkit-flex-basis: 47.7%;
    float: left;
    margin-right: 2.3%;
    margin-bottom: 24px;
  }
}

@media(max-width:767px){
  .testing-list-section {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .testing-list-section {
    padding-top: 41px;
    padding-bottom: 58px;
  }
  .testing-list-section .text-container h2 {
    font-size: 18px;
    line-height: 1.44;
    text-align: left;
  }
  body .row-fluid .testing-section-group.four-col-adjust span {
    margin-right: 0;
  }
  body .row-fluid .testing-section-group.four-col-adjust span>.hs_cos_wrapper {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 21px;
    margin-top: 10px;
  }
}
/* -------------Test Listing End------------ */


/* ----------Contact Us Section---------- */

.contact-us-section {
  padding: 136px 0 147px;
  position:relative;
  z-index:1;
}
.contact-us-section:before {
  content: '';
  position: absolute;
  opacity: 0.3;
  background: linear-gradient(to top, rgba(0, 36, 58, 0.3), rgba(0, 36, 58, 0.5) 30%, #00121e);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index:-1;
}

.contact-us-section .text-container h2 {
  color: #fff;
}
body .container-fluid .row-fluid .contact-us-section .wrapper {
  max-width: 830px;
}

.contact-us-section .big-cta {
  margin-top: 15px;
}



@media (min-width:901px) and (max-width:1024px){
  body .container-fluid .contact-us-section .big-cta a.cta_button {
    max-width: 424px;
    padding: 16px 40px 18px 30px;
  }
  body .container-fluid .contact-us-section .big-cta a.cta_button:before {
    left: 52px;
    width: 29px;
    height: 35px;
  }
  .contact-us-section .big-cta a.cta_button h3 {
    font-size: 24px;
  }
  body .container-fluid .contact-us-section .big-cta a.cta_button:after {
    left: 40px;
    width: 54px;
    height: 54px;
  }

}
@media(max-width:1024px){
  .contact-us-section {
    padding: 105px 0 115px
  }
  .contact-us-section .text-container h2 {
    font-size: 30px;
    line-height: 1.53;
    letter-spacing: normal;
  }

}

@media(max-width:900px){
  .contact-us-section {
    padding: 58px 0 73px;
  }
  body .container-fluid .row-fluid .contact-us-section .wrapper {
    max-width: 685px;
  }
  .contact-us-section .text-container h2 {
    font-size: 26px;
    line-height: 1.46;
  }
  .contact-us-section .big-cta {
    margin-top: 4px;
  }
}

@media(max-width:767px){
  .contact-us-section {
    padding: 67px 0 89px;
  }
  .contact-us-section .big-cta {
    margin-top: 10px;
  }
  body .container-fluid .contact-us-section .big-cta a.cta_button {
    padding: 11px 30px 13px 20px;
  }
  .contact-us-section .text-container h2 {
    font-size: 18px;
    line-height: 1.67;

    
  }
img.hs-image-widget {
    padding-top: 10%;
}
  
}
  
  .page-header h3{
    font-size: 42px !important;     
    font-weight: 600;     
    line-height: 1.1;     
    color: #141416;
  }