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


/* ==========================================================================
   Table of Contents:custom-twocol-home

   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=Roboto'); */

@import url("https://use.typekit.net/nvd8bxt.css");

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

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

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

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

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

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

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


 
 

    /*  */

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

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


 
 
 

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

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

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

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

body {
    background-color: white;
    color: #111;
    font-size: 17px;
    line-height: 1.5;
    background-image: -o-linear-gradient(-45deg, #06161a, #105b62);
    background-image: -moz-linear-gradient(-45deg, #06161a, #105b62);
    background-image: -webkit-linear-gradient(-45deg, #06161a, #105b62);
    background-image: linear-gradient(-45deg, #06161a, #105b62);
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: calc(1500px - (0px * 2));
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

/* 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 {
    background: #f4f4f4;
 /*   border: 1px solid #cecece;*/
 /*   border-radius: 3px;*/
 /*   color: #f36d33;*/
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    overflow: auto;
   /* padding: 0em 0em 0em 0.5em ;*/
}

pre {
    background: #f4f4f4;
    border-left: 3px solid #f36d33;
    color: #666;
    font-family: monospace;
    font-size: 15px;
    padding: 0em 0em 0em 1em;
  
    white-space: pre-wrap;                 /* CSS3 browsers  */
    white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
    white-space: -pre-wrap;                /* Opera 4 thru 6 */
    white-space: -o-pre-wrap;              /* Opera 7 and up */
    word-wrap: break-word;                 /* IE 5.5+ and up */
 
}

codesource
{
  font-family: courier;
  background: #f2f2f2;
  padding:10px;
  border:1px solid #d3d3d3;
  border-radius:7px;
  color:#4d4d4d;
  
}
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 {
    text-rendering: optimizelegibility;
    font-weight: 500;
    margin:0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 2em;
    text-transform: capitalize;
}
h2 {
    margin-bottom: 35px;
    font-size: 1.625em;
      font-weight:700;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.4em;
    line-height: 1.8em;
    margin-bottom: 25px;
    color: #0b272f;
}
h5 {
    margin: 8px 0 12px;
    line-height: 1.75em;
    font-size: 1.1em;
    font-weight:700;
    text-transform: uppercase;
}
h6 {
    line-height: 1.4em;
    font-size: 1em;
}

h7 {
    margin: 8px 0 12px;
    line-height: 1.75em;
    font-size: 1.1em;
}

h10 {
    font-size: 2em;
    text-transform: capitalize;
}

/* Anchor Links */
a { 
   color: #79C6A1;
   text-decoration:none;
}

a:hover {
/*  text-decoration: underline;*/
    text-decoration: none;
}


}

a:focus { }

a:not([href]) {
  display: block;
  position: relative;
  top: -140px; 
  visibility: hidden;
}

/* table */

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered thead {
    background-color: #79C6A1;
    border-spacing: 10px;
    border-collapse: collapse;
}

.table-bordered tr:nth-child(even) {
 /*   background-color: #f2f2f2;*/
}

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

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

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


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

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

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

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


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


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

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

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

.footer-container-wrapper .custom-footer{
    padding-top: 70px;
    padding-bottom: 45px;
}

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

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


.custom-header-logo img {
    width: 145px;
    margin-top: 44px; /* marging top of the logo -> adjust */
}

.custom-header-search  {
    width: 245px;
  
    margin-top: 34px;
}



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

.body-container-wrapper {
    background-color:#fff;
}
.body-container {}

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

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


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

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

.custom-footer * {
    color: rgba(255, 255, 255, 0.6);
}


.custom-footer a:hover {
    color: #79C6A1;
}

.custom-footer-wrapper{
       background: rgba(6, 22, 26, 0.8);
}
.custom-footer{
    margin-bottom:50px;
        background: #0b272f;
}
.custom-footer .col h3 {
    margin-bottom: 43px;
    padding-left: 16px;
    position: relative;
    color: #FFF;
    opacity: .85;
    font-size: 1.25em;
}
.custom-footer .col.col4 ul + h3 {
    margin-bottom: 9px;
    margin-top: 31px;
}
.custom-footer .col h3:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    top: 6px;
    left: -2px;
    width: 4px;
    height: 17px;
    background: #79C6A1;
    border-radius: 2px;
    opacity: 1;
}

.custom-footer .col.col4 h3 {
    margin-bottom: 39px;
}
.custom-footer-wrmenuer .page-center {
    padding: 80px 2px 80px 50px !important;
    max-width: calc(1292px - (30px * 2)) !important;
}

.custom-footer .col1 blockquote {
    font-size: .9375em;
    list-style-type: none;
    margin:0;
}

.custom-footer .col1 blockquote p {
    margin: 0;
}

.custom-footer .col1 blockquote p img {
       width: 48px;
    height: 48px;
    margin-right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-filter: grayscale(20%);
    filter: grayscale(20%);
    border-radius: 50%;
    float: left;
}

.custom-footer .col1 blockquote h2 {
    font-size: 1.0625em;
    margin-bottom: 3px;
    padding-top: 5px;
    color: rgba(255, 255, 255, 0.85);
}


.custom-footer .col1 blockquote h3 {
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-top: 0;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.custom-footer .col1 blockquote  h3:after{
    display:none;
}    



.custom-footer .col1 blockquote ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

.custom-footer .col1 blockquote ul li {
    margin-top: 0;
    font-size: .875em;  
    /* line-height: 1.5; */
    line-height: 29px;
}

.custom-footer .col1 blockquote+blockquote {
    margin-top: 21px;
}
.custom-footer .col1 blockquote ul li:first-child:before {
    background-image: url(//2930733.fs1.hubspotusercontent-na1.net/hubfs/2930733/Nodeum_Mar2017_Theme/images/phn-ico.png);
}
.custom-footer .col1 blockquote ul li:before {
    content: "";
    background-image: url(//2930733.fs1.hubspotusercontent-na1.net/hubfs/2930733/Nodeum_Mar2017_Theme/images/mail-ico.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 28px;
    height: 18px;
    margin: 0px 7px 0 -9px;
    position: relative;
    top: 4px;
}


.footer__list--item {
    font-size: .9375em;
    list-style-type: none;
}

.social__item {
    margin-left: -5px;
}

.custom-footer .col4 blockquote{
    margin:0 !important;
}

.icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: relative;
    top: 6px;
    transform: rotate(0);
    transition: all .2s ease;
    left: 0;
    display: inline-block;
}
.social__item .icon {
    left: -5px;
    margin-right: 3px;
}

.footer__list--item a:hover {
    color: #79C6A1;
}
.social__item a:hover .icon svg path {
    fill: #79C6A1 !important;
}


.custom-footer .col ul + h3{
    margin-bottom: 12px;
    margin-top: 32px;
}

.custom-footer .col4 blockquote + blockquote h3 {
    margin-top: 32px;
    margin-bottom: 9px !important;
}
.custom-footer .col h3.footer__title{
        margin-top: 17px;
    margin-bottom: 12px;
}
.custom-footer .col3 .hs_cos_wrapper_type_rich_text ul li + li img {
    position: relative;
    top: -3px;
    margin-left: 3px;
    vertical-align: middle;
}

.custom-footer .col3 .hs_cos_wrapper_type_rich_text ul li a:hover .icon-arrow > svg path,
.custom-footer .col2 .hs_cos_wrapper_type_rich_text ul li a:hover .icon-arrow > svg path{
    fill: #79C6A1 !important;
}

.custom-footer .col3 .hs_cos_wrapper_type_rich_text ul,
.custom-footer .col2 .hs_cos_wrapper_type_rich_text ul,
.custom-footer .col4 .hs_cos_wrapper_type_rich_text ul{
    margin:0 0 15px;
    padding:0;
    list-style:none;
    min-height: 109px;
    padding-top: 3px;
}
.custom-footer .col3 .hs_cos_wrapper_type_rich_text ul li,
.custom-footer .col2 .hs_cos_wrapper_type_rich_text ul li,
.custom-footer .col4 .hs_cos_wrapper_type_rich_text ul li{
    font-size: .9375em;
    list-style-type: none;
    line-height: 30px;
}
.custom-footer .col3 .hs_cos_wrapper_type_rich_text ul li .icon-arrow ,
.custom-footer .col2 .hs_cos_wrapper_type_rich_text ul li .icon-arrow {
    left: -10px;
    margin-right: -5px;
    position: relative;
    opacity: .5;
        top: 4px;
}
ul.footer__list.footer__list--2.social {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}
.custom-footer .col3 .hs_cos_wrapper_type_rich_text ul li  + li,
.custom-footer .col2 .hs_cos_wrapper_type_rich_text ul li + li {
    margin-top: 7px;
}
 .icon-arrow > svg {
    width: 20px;
}

.icon-arrow > svg path {
    fill: white !important;
}


.custom-footer .col2 .hs_cos_wrapper.hs_cos_wrapper_widget {
    margin-left: -7px;
    display: block;
}
.custom-footer .col3 .hs_cos_wrapper.hs_cos_wrapper_widget{
    margin-left: -16px;
    display: block;
}

.custom-footer .col4 .hs_cos_wrapper.hs_cos_wrapper_widget {
    margin-left: -23px;
    display: block;
}
span.thin {
    font-size: .8em;
    color: #F9EE7A;
}
.custom-footer .col4 .hs_cos_wrapper.hs_cos_wrapper_widget ul li {
    line-height: 22px;
}

.custom-footer .col4 .hs_cos_wrapper.hs_cos_wrapper_widget ul li + li {
    margin-top: 7px;
}



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


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

/* Parent List */

   

.custom-menu-primary .hs-menu-wrapper > ul {
    float: right;
    /*line-height: 110px;*/
     line-height: 50px;
    padding:30px 0px;

}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    padding-right:20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: white;
    line-height: 1.5;
    text-decoration:none;

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


@media (min-width:768px){
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
        padding-right: 0;
        padding-left: 10px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child>a {
        color: #0b272f;
        background: white;
        box-shadow: 0 0 5px rgba(11, 39, 47, 0.45);
        padding: 0px 12px 0px 30px;
        font-size: 1em;
        font-weight: bold;
        line-height: 49px;
        border-radius: 25px;
        letter-spacing: .25px;
        display: inline-block;
        text-transform: uppercase;
        transition: all .2s ease;
        position: relative;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child>a:hover:after {
        position: relative;
        left: 11px;
        opacity:1;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child>a:hover {
        text-decoration: none;
        padding-right: 30px;
    }
    /*.custom-menu-primary .hs-menu-wrapper > ul > li:last-child>a:after {
        width: 26px;
        position: relative;
        left: -10px;
        opacity: 0;
        transition: all .2s ease;
        background-image: url(//2930733.fs1.hubspotusercontent-na1.net/hubfs/2930733/Nodeum_Mar2017_Theme/images/btn-arrow.png);
        content: "";
        height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        top:9px;
    }*/
    .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
        border-top:3px solid #79c6a1;
    }
    .custom-menu-primary .hs-menu-wrapper >ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        font-size: 14px;
        padding: 12px 50px 12px 15px;
        line-height: 1;
        color: #fff;
        text-align: left;
        border: 1px solid rgba(18,18,50,0.11);
        background: #2d3e50;
        border-top: 0;
        font-weight: 400;
        transition: all .2s ease-in-out;
        min-width: 140px;
        -webkit-transition: all .2s ease-in-out;
    }
    .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:before {
        color: #2d3e50;
    }

    .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover a:before {
        color: #79c6a1;
    }

    .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
        color: #79c6a1;     
        text-decoration: none;

       /* text-indent: 2px;*/
    }
}

/* REMOVE VERIFICATION */

/* Child List */

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

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

/* =============== Sub Menu =============== */

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

.custom-simple-menu-primary .hs-menu-wrapper { 
  background:#ffffff;
  display:block;
  background: transparent;
  text-align: center;
  width: 100%;
  border:0px; 
  font-size: 20px;
  padding-left:40%;

  box-shadow: 0 11px 3px -10px #d3d3d3,
              0 -11px 3px -10px #d3d3d3;
 }
.custom-simple-menu-primary .hs-menu-wrapper > ul{ 

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}  


.custom-simple-menu-primary .hs-menu-wrapper  > ul > li{
  background:#ffffff;
  margin-top:20px;
  padding-left:20px;  
  padding-right:20px;  
    display: inline-block;
    vertical-align: middle;

}
.custom-simple-menu-primary .hs-menu-wrapper   > ul > li > a{
  color:#04272b;
  padding-bottom:20px;
    
}
.custom-simple-menu-primary .hs-menu-wrapper  > ul > li > a:hover{
  padding-bottom:20px;
  border-bottom: 3px solid #79c6a1;
}
.custom-simple-menu-primary .hs-menu-wrapper  > ul > li > a:active{
  padding-bottom:20px;
  border-bottom: 3px solid #79c6a1;
}




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

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

@media (max-width: 767px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: -37px;          /* Position Button at right of screen */
    right: 0px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #105b62;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color:  #105b62;
    border-color: #fff
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: #105b62;
    border-color:#fff;
  }

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

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

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background: transparent;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul {
        padding-bottom: 30px !important;
    }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 16px; /* Font size of top level list items */
    line-height: 1.5;
    overflow: visible;
  }
  
    .custom-menu-primary .hs-menu-wrapper > ul li:first-child {
        border-top: none;
    }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding:15px 0;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

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

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

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


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

.blog-post-wrapper .h1{
    text-transform:capitalize;
}

.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
 #comments-listing {
    border: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 15px;
}

.post-header h2{
	margin: 10px 0 0;
}

.post-header h2 a{
	text-decoration: none;
}
.post-header h2 a:hover{}

#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#hubspot-topic_data{
	color: #888888;
	font-weight:700;
    margin: 4px 0;
}
#hubspot-author_data{
	margin: 0 0 10px;
}
.hs-form .input ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hs-form .input ul li{
	padding: 0 !important;
}
.custom_listing_comments {
	border: 1px solid #ccc;
	padding: 15px;
	margin: 10px 0;
}
.more-link{
	display: inline-block;
	padding-top: 20px;
}
.hs-blog-social-share{
	height: auto;
}

.blog-pagination .previous-posts-link {
    display: block;
}
.blog-pagination .all-posts-link {
    display: block;
}
.blog-pagination .next-posts-link {
    display: block;
}

.blog-sidebar .cell-wrapper{
    margin-bottom: 25px;
}
b, strong {
    font-weight: 700;
}
#comment-form{
    display: block;
    padding: 25px;
    background: rgb(211, 221, 228);
    border-radius: 4px;
}

#comment-form .actions{
    margin-top:25px;
}

#hubspot-author_data .hs-author-avatar {
     max-width: 70px;
     padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
     height: auto !important;
     max-width: 100%;
}

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

/* -------------- Default Code for comment ------------ */

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}


.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    color: #666;
    display: block;
    font-family: ;
  
    font-size: ;
  
  line-height: ;
    padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}
label {
    display: block;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}



.comment-date {
    color: #666 !important;
    display: block !important;
    text-align: left;
}

div#comments-listing.no-comments {
    margin: 0;
    padding: 0;
    border: none;
}

div#captcha_wrapper {
    margin-bottom: 15px;
}
.custom-header.custom-header-no-nav .custom-header-logo img{
   margin-bottom: 33px;
}
/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
     max-width: 70px;
     padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
     height: auto !important;
     max-width: 100%;
}

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

/* -------------------- Ends ----------- */



/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    background: #f3f3f3;
    padding: 5px 20px 10px 25px;
    border-bottom:0;
    border-radius:4px;
}
.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: 100px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 0 35px 20px 0;
}

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

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

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

/* 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: transparent;
    border-radius: 0px;
    border: 1px solid #dedede;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    padding:6px 33px 6px 12px;
    height:45px;
    font-size: 14px;
    color: #2d3e50;
    line-height: 1.42857143;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: inherit;
    display:block;
   /* max-width: 500px;*/
    width: 100%;
    background: white;
    border-radius: 2px;
    margin-bottom: 20px;
}
ul.hs-error-msgs.inputs-list {
    color: #b94a48;
}
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 {
    border: none;
    border-bottom: 1px solid #00516f;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
}

.error {
    border-color: #843534 !important;
}


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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


/* =============== All Global Buttons (Freemium,...) (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
      padding: 6px 38px;
    font-size: 1.15em;
    font-weight: bold;
    color: #FFF;
    background: #79c6a1;
    min-height: 50px;
    line-height: 1.2;
    border-radius: 25px;
    letter-spacing: .25px;
    display: inline-block;
    text-transform: uppercase;
    transition: all .2s ease;
    position: relative;
    border: 0;
    outline: 0;
    white-space: normal;
    width: auto;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
        color: #79C6A1;
    background: transparent;
    border: 1px solid #79C6A1;

}

.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-three-col-equal.coming-soon img{
    margin: 30px 0 40px 0px;
    height:100px;
}

.custom-four-col-equal.coming-soon img{
    margin:10px 0 10px 0px;
    height:150px;
}

.sub-header-wrapper{
    background: linear-gradient(to right bottom, #0b272f, #163e4a 50%, #266f84);
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    padding: 215px 0 100px 0;
    transition: margin ease 0.5s;
}
.custom-header {
    position: relative;
    z-index: 99;
}
body.blur .body-container-wrapper {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: translate3d(0, 0, 0);
    transition: all .3s ease;
}

h1.features__main-title.main-title.wrapper {
    text-transform: uppercase;
    left: 5px;
    height: inherit;
    line-height: inherit;
    text-align: center;
    color: white;
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
        margin-bottom: 0;
}


.features__main-title span.icon-wrapper {
    background: white;
    display: inline-block;
    height: 82px;
    width: 82px;
    top: 0px;
    margin-right: 26px;
    position: relative;
    border-radius: 4px;
    transition: box-shadow 0.28s ease;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    padding: 16px;
}

.features__main-title img {
    width: 50px;
}

.icon.icon-xxx {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: relative;
    top: 1px;
}

.body-container .sub-header-wrapper .page-center {
    padding-top: 0;
    padding-bottom: 0;
}

.one-column .page-center.content-wrapper {
    padding-bottom:110px;
    padding-top: 110px;
}

.coming-soon{
    width: 100%;
}

.custom-three-col-equal{
    padding-bottom: 110px;
}

.custom-three-col-equal .col {
    background-size: cover;
    width: 35.4%;
    padding-right: 75px;
    text-align: center;
    float: left;
}

.custom-three-col-equal .col3 {
    padding-right: 0;
    width: 29%;
}
.coming-soon .col .inner-col:hover{
    cursor: not-allowed;
}

.coming-soon .col a:hover .inner-col {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    cursor: pointer;
}
.one-column .page-center.content-wrapper h3 {
    margin-bottom: 45px;
}

p.publish {
    position: absolute;
    top: 7px;
    right: 14px;
    color: gray;
    text-transform: uppercase;
    font-size: 0.8em;
}

.coming-soon .col .inner-col {
    padding: 35px 35px 20px;
    border: 1px solid #d2d2d2;
    transition: box-shadow 0.23s ease;
    background: white;
    border-radius: 4px;
    z-index: 1;
    position: relative;
    text-align: center;
    
}
/*
.coming-soon .col .inner-col img {
    width: 100%;
    height: 100%;
}*/

.coming-soon .col a .inner-col {
    box-shadow: 0 50px 80px -40px rgba(0, 0, 0, 0.35), 0 25px 25px -20px rgba(0, 0, 0, 0.35);
}

.coming-soon .col .content-col {
    width: 100%;
    border-top: 1px solid rgba(130, 130, 130, 0.25);
    display: flex;
    padding: 25px 0 0;
    margin-top: 15px;
    color: #828282;
}

 p {
    margin:0 0 15px;
}

.coming-soon .col .content-col h3 {
    text-align: left;
    font-size: 1em;
    margin-bottom: 0 !important;
    width: 50%;
    display: block;
    line-height: 15px;
    margin-bottom: 8px;
}
.coming-soon .col .content-col p{
    width: 50%;
    display: block;
    line-height: 15px;
    margin-bottom: 8px;
    text-align: right;
}

.custom-four-col-equal.coming-soon.clearfix .col.col4 {
    padding-right: 0;
}

.custom-four-col-equal.coming-soon.clearfix .col {
    width: 26.6%;
    float: left;
    padding-right: 75px;
}

.custom-four-col-equal.coming-soon.clearfix .col.col4 {
    padding-right: 0;
    width: 20.1%;
}

.custom-four-col-equal.coming-soon .col .content-col h3 {
    text-align: left;
    font-size: 1em;
    margin-bottom: 0 !important;
    width: 100%;
    display: block;
    line-height: 15px;
    margin-bottom: 8px;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 3px;
    min-height: 42px;
    display: flex;
    align-items: center;
    margin: -7px 0 -4px 0px !important;
    justify-content: center;
}
h1.features__main-title.main-title.wrapper i {
    color: white;
    margin:0 7px 0 16px;
}
h1.features__main-title.main-title.wrapper i + span {
    opacity: .85;
}

.custom-two-col-equal-img .col {
    float: left;
    padding-right: 0.75em;
    box-sizing: border-box;
    width: 50%;
}

.custom-two-col-equal-img .col ul {
    margin: 0 0 35px 30px;
    padding: 0;
}


.custom-two-col-equal-img.right .col.col1 {
    float: right;
}
.custom-two-col-equal-img.right .col.col2 {
    padding-right: 65px;

}

.custom-two-col-equal-img .col ul li {
    margin: 10px 0;
}

.custom-two-col-equal-img.right.clearfix {
    margin-bottom: 60px;
}


.custom-two-col-equal-img .col img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    background: white;
    border-radius: 4px;
    transition: box-shadow 0.28s ease;
}
.custom-two-col-equal-img .col p {
    margin: 25px 0;
    line-height: 1.8em;
    color: #3e4546;
    font-size: 1em;
}

.custom-two-col-equal-img.left .col.col2 {
    padding-left: 65px;
}


/* ==========================================================================
   Documentation                             
   ========================================================================== */
   
   
.one-column-docu .sub-header-wrapper{
    background: linear-gradient(to right bottom, #173840, #5dc7bb 80%, #81c3c0);
}


.one-column-docu .sub-header-wrapper span.icon-wrapper {
    margin-right: 18px;
}

.one-column-docu .body-container .page-center {
    padding-top: 110px;
    padding-bottom: 110px;
}
.one-column-docu .body-container .sub-header-wrapper .page-center {
    padding-top: 0px;
    padding-bottom:0px;
}

.custom-documentation-row1 p {
    color: #3e4546;
}
iframe.box-dark {
    border-radius: 4px;
    box-shadow: 0 50px 80px -40px rgba(0, 0, 0, 0.35), 0 25px 25px -20px rgba(0, 0, 0, 0.35);
    border: 1px solid #d2d2d2;
    transition: box-shadow 0.23s ease;
        margin-bottom: 2px;
}

.custom-documentation-row2 {
    background: #d3dde4;
}

.custom-documentation-row2 ul li img {
    width: 46px;
    height: 46px;
}
.custom-documentation-row2 .col {
    padding: 45px 65px 29px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    background: white;
    border-radius: 4px;
    transition: box-shadow 0.28s ease;
    z-index: 1;
    position: relative;
}
iframe {
    max-width: 100%;
}
.custom-documentation-row2 .col h2 {
    padding-left: 7px;
    margin-bottom: 0;
    font-size: 1.5em;
        color: #0b272f;
}

.custom-documentation-row2 ul {
    margin: 0;
    list-style: none;
    padding: 11px 0 0 0;
}

.custom-documentation-row2 ul li a span {
    margin-right: 6px;
        top: -2px;/
    width: 46px;
    height: 46px;
    line-height: 46px;
    position: relative;
    display: inline-block;
}
.custom-documentation-row2 ul li {
    vertical-align: bottom;
    margin: 7px 0 0;
}
.custom-documentation-row2 ul li a{
        display: block;
    color: #115F66;
}
.custom-documentation-row2 ul li a:hover {
    color: #79C6A1;
}

.custom-documentation-row2 .col ul +h2 {
    padding-top: 19px;
}

/* ==========================================================================
   Features                            
   ========================================================================== */
   
  
.custom-accordion .top-img img {
    width: 46px;
}

.one-column-feat .body-container-wrapper {
    background-color: transparent;
    color: #FFF;
    padding: 0 0 50px 0;
    background: #115f66;
    background: -moz-linear-gradient(top, #115f66 0%, #0b272f 17%, #0b272f 100%);
    background: -webkit-linear-gradient(top, #115f66 0%, #0b272f 17%, #0b272f 100%);
    background: linear-gradient(to bottom, #115f66 0%, #0b272f 17%, #0b272f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#115f66', endColorstr='#0b272f',GradientType=0 );
}

.custom-feat-row1 .page-center {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.custom-feat-row2 .page-center {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.custom-feat-row1 h1 {
    font-size: 2em;
    color: white;
    text-transform: uppercase;
    line-height: 230px;
    text-align: center;
    padding: 0 50px 0 0;
    margin: 0 0 -15px;
}

.custom-feat-row2 .page-center {
    max-width: calc(1049px - (30px * 2)) !important;
}
.custom-accordion .col {
    min-height: 398px;
    padding: 20px 60px 40px;
}
.custom-accordion{
    border-radius: 2px;
    margin:25px 0;
}
.custom-one-col-accordian.custom-accordion{
    background: #115f66;
    background: -moz-linear-gradient(45deg, #115f66 0%, #0b272f 100%);
    background: -webkit-linear-gradient(45deg, #115f66 0%, #0b272f 100%);
    background: linear-gradient(45deg, #115f66 0%, #0b272f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#115f66', endColorstr='#0b272f',GradientType=1 );
}
.custom-accordion h1 {
    margin: 26px 0 12px;
    line-height: 1.75em;
    font-size: 1.1em;
    text-transform: uppercase;
}
.custom-accordion p {
    opacity: .8;
    width: 50%;
    line-height: 1.675em;
    margin:0;
}

.custom-one-col-accordian {
    position:relative;
}
.custom-one-col-accordian .accordian-col-bg{
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.icon-round {
    background: #0c4e54;
    border-radius: 50%;
    display: inline-block;
}
.feature__more .feature__icon svg path {
    fill: white !important;
}

.feature__more:hover{
    opacity:1;
}
.custom-freemium-row1 select option {
    color: #000;
}
.coming-soon .col:hover .content-col h3,
.coming-soon .col:hover .content-col p{
    color: #424242;
}

.feature__more {
    width: 100%;
    text-align: right;
    transition: all .2s ease;
    padding-bottom: 10px;
    padding-left: 5px;
    margin-top: 20px;
    opacity: .8;
    font-size: .65em;
    text-transform: uppercase;
    letter-spacing: .3em;
    transition: all .15s ease;
    min-height: 31px;
}
.feature__more {
    text-align: left;
}

.feature__more .feature__icon {
    position: relative;
    left: -7px;
    top: 7px;
    position: relative;
    left: -7px;
}

.custom-accordion .top-img {
    position: relative;
    left: -7px;
    top: 18px;
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.feature__more.active {
    padding-bottom: 33px;
}

.feature__more.active span.feature__icon.icon.icon-round {
    transform: rotate(180deg);
    background: #115F66;
}
.accor-content h2 {
    font-size: 1.115em;
    line-height: 1.6em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.accor-content {
    line-height: 1.675em;
    width: 50%;
}

.custom-accordion .accor-content p{
    width:100%;
    margin-bottom: 15px;
}

.custom-accordion {
    display: inline-block;
    width: 100%;
        float: left;
}
.custom-two-col-accordian.custom-accordion .col {
    width: calc(50% - 25px);
    float: left;
    background: #115f66;
    margin-right: 0;
}

.custom-two-col-accordian.custom-accordion .col.col2 {
    float: right;
}
.custom-two-col-accordian.custom-accordion p {
    width: 100%;
}
.custom-two-col-accordian.custom-accordion .accor-content {
    line-height: 1.675em;
    width: 100%;
}
.custom-two-col-accordian.custom-accordion .feature__more {
    text-align: right;
}

a.btn {
    padding: 0 38px;
    font-size: 1em;
    font-weight: bold;
    background: #FFF;
    color: #0b272f;
    height: 49px;
    line-height: 50px;
    border-radius: 25px;
    letter-spacing: .25px;
    display: inline-block;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    transition: all .2s ease;
    position: relative;
}

a.btn:hover {
    text-decoration: none;
    padding-right: 56px;
}

a.btn-small {
    padding: 0 16px;
    height: 28px;
    line-height: 28px;
    margin-top: 12px;
}

a.btn-small:hover {
    padding-right: 16px;
}

/* ==========================================================================
   Freemium                             
   ========================================================================== */


#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #071F24;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    top: 0;
    z-index: -1;
}

.one-column-freemium .body-container-wrapper,
.one-column-freemium .custom-footer-wrapper2,
body.one-column-freemium {
    background-color: transparent;
}


.custom-header2 .page-center,
.one-column-freemium .body-container-wrapper .page-center{
    max-width:100% !important;
    padding-right:20% !important;
    padding-left: 20% !important;
}
.custom-header2 {
    padding:20px 20px 0;
}
.custom-footer-wrapper2{
    padding:0px 20px 20;
}

.one-column-freemium .body-container-wrapper{
     padding:0px 20px 0;
}

body.one-column-freemium{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    direction: ltr;
}

.custom-header-about {
    text-align: right;
}
.custom-header-logo2{
    text-align:center;
        padding-bottom: 60px;
}

.custom-header-logo2 img {
    margin-top: 17px;
    width: 70.4px;
}


.custom-freemium-row1 .hs_cos_wrapper_type_rich_text ul {
    margin: 0;
    padding: 5px 4px 40px 0;
    list-style: none;
    text-align: right;
    width: 100%;
}
.custom-freemium-row1 .hs_cos_wrapper_type_rich_text ul li {
    display: inline-block;
    color: #ffffff;
    display: inline-block;
    padding: 0 30px 30px;
    font-size: 12px;
        margin-right: -4px;
}


.custom-freemium-row1 .hs_cos_wrapper_type_rich_text ul li:nth-child(1){
     background: url(//2930733.fs1.hubspotusercontent-na1.net/hubfs/2930733/Nodeum_Mar2017_Theme/images/step1_active9.png) center bottom no-repeat;
     color: #4495B3;

}


.custom-freemium-row1 .hs_cos_wrapper_type_rich_text ul li{
    background: url(//2930733.fs1.hubspotusercontent-na1.net/hubfs/2930733/Nodeum_Mar2017_Theme/images/step2.png) center bottom no-repeat;

}

.custom-freemium-row1 .hs_cos_wrapper_type_rich_text ul li:nth-child(3){
    background: url(//2930733.fs1.hubspotusercontent-na1.net/hubfs/2930733/Nodeum_Mar2017_Theme/images/step3.png) center bottom no-repeat;
}


.custom-freemium-row1 span.hs-form-required {
    display: none;
}

.custom-accordion .col-inner {
    position: relative;
    z-index: 2;
}


.custom-freemium-row1 .custom-free-form-heading h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding-bottom: 40px;
    font-size: 24px;
    line-height: 1.1;
    color: inherit;
    margin: 20px 0 10px;
    text-align: center;
}

.custom-freemium-row1 .custom-free-form-heading p {
    margin: 0 0 10px;
    font-size: 13px;
        padding-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
}
.custom-freemium-row1 h3.form-title{
    margin:0;
    padding:0;
}

.custom-freemium-row1 form .col {
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.custom-freemium-row1 form .actions {
    float: left;
    width: 100%;
    display: inline-block;
    text-align: right;
        padding-right: 15px;
}

.custom-freemium-row1 input[type="text"],.custom-freemium-row1 input[type="password"],
.custom-freemium-row1 input[type="datetime"],.custom-freemium-row1 input[type="datetime-local"],
.custom-freemium-row1 input[type="date"],.custom-freemium-row1 input[type="month"],
.custom-freemium-row1 input[type="time"],.custom-freemium-row1 input[type="week"],
.custom-freemium-row1 input[type="number"],
.custom-freemium-row1 input[type="email"],.custom-freemium-row1 input[type="url"],
.custom-freemium-row1 input[type="search"],.custom-freemium-row1 input[type="tel"],
.custom-freemium-row1 input[type="color"],.custom-freemium-row1 input[type="file"],
.custom-freemium-row1 textarea,
.custom-freemium-row1 select{
    border-bottom: 2px solid white;
    margin-bottom:0;
    max-width: 100%;
    color: #fff;
    line-height:20px;
 }
 
 .custom-freemium-row1 input[type="text"]:focus,.custom-freemium-row1 input[type="password"]:focus,
.custom-freemium-row1 input[type="datetime"]:focus,.custom-freemium-row1 input[type="datetime-local"]:focus,
.custom-freemium-row1 input[type="date"]:focus,.custom-freemium-row1 input[type="month"]:focus,
.custom-freemium-row1 input[type="time"]:focus,.custom-freemium-row1 input[type="week"]:focus,
.custom-freemium-row1 input[type="number"]:focus,
.custom-freemium-row1 input[type="email"]:focus,.custom-freemium-row1 input[type="url"]:focus,
.custom-freemium-row1 input[type="search"]:focus,.custom-freemium-row1 input[type="tel"]:focus,
.custom-freemium-row1 input[type="color"]:focus,.custom-freemium-row1 input[type="file"]:focus,
.custom-freemium-row1 textarea:focus,
.custom-freemium-row1 select:focus{
    border: none;
    border-bottom: 2px solid #00516f;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
}

 .custom-freemium-row1 select {
    color: #fff;
    height: 34px;
}
 
 .custom-freemium-row1 fieldset {
    margin-bottom: 20px !important;
}
.custom-footer-wrapper2 {
    padding: 0 20px 0px;
}
.custom-footer-wrapper2 .page-center {
    max-width: 100% !important;
    padding: 10px 20px 5px 20px !important;
    font-size: 12px;
}



.custom-footer-wrapper2 a {
    text-shadow: none;
    color: #0d638f;
}

.custom-footer-wrapper2 a:hover {
    color: #23527c;
    text-decoration: underline;
}
.custom-footer-wrapper2 a:hover {
    outline: 0;
    
}
.one-column-home #fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.45) !important;
}
.one-column-home .fancybox-item.fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #8bceae url(//2930733.fs1.hubspotusercontent-na1.net/hubfs/2930733/Nodeum_Mar2017_Theme/images/icon-cross.svg) center center no-repeat;
    color: #48aa7b;
    border: none;
    transform: rotate(45deg);
    transition: all .17s ease;
}
.one-column-home .fancybox-item.fancybox-close:hover {
    transform: rotate(135deg);
}


.one-column-home .fancybox-opened .fancybox-outer {
    border-radius: 3px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
    background: #79C6A1;
}
.list-inline {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
        text-align: center;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-inline>li h5{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
        line-height: 1.1;
    color: inherit;
    text-transform: none;
}
[class^="soc-"], [class*=" soc-"] {
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-top: 1px;
    line-height: 20px;
    background-image: url(//2930733.fs1.hubspotusercontent-na1.net/hubfs/2930733/Nodeum_Mar2017_Theme/images/social.png) !important;
    background-position: 20px 20px;
    background-repeat: no-repeat;
}
.soc-fa {
    background-position: 0 -40px;
}

.soc-fa:hover {
    background-position: -31px -40px;
}

.soc-tw:hover {
    background-position: -30px -80px;
}

.soc-tw {
    background-position: 0 -80px;
}
.soc-li {
    background-position: 0 0;
}

.soc-li:hover {
    background-position: -31px 0;
}
.soc-yo {
    background-position: 0 -60px;
}

.soc-yo:hover {
    background-position: -30px -60px;
}


.soc-go:hover {
    background-position: -30px -20px;
}


.soc-go {
    background-position: 0 -20px;
}

.custom-footer2-copyright h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
    color: inherit;
    text-align: center;
    text-transform: none;
}

.one-column-partner .sub-header-wrapper {
    background: linear-gradient(to right bottom, #0b7079, #0f212d);
}

.one-column-partner .features__main-title span.icon-wrapper{
    margin-right: 19px;
}

.custom-partner-row1 .page-center,
.custom-partner-row2 .page-center{
    padding-top:110px !important;
    padding-bottom:110px !important;
}
.custom-partner-row1 h1,
.custom-partner-row2 h1 {
    font-size: 1.4em;
    line-height: 1.8em;
    margin-bottom: 25px;
    color: #0b272f;
    text-transform: none;
    letter-spacing: 0;
}
.custom-partner-row1 p,
.custom-partner-row2 p {
    color: #3e4546;
    line-height: 1.675em;
    font-size: 1em;
}

.custom-partner-row1 .col2 {
    padding: 0;
    background: white;
    color: #03272b;
    border-radius: 4px;
    box-shadow: 0 50px 80px -40px rgba(0, 0, 0, 0.35), 0 25px 25px -20px rgba(0, 0, 0, 0.35);
    border: 1px solid #d2d2d2;
    transition: box-shadow 0.23s ease;
}

.custom-partner-row1 .col2 .col1-content {
    padding: 50px 35px 50px 45px;
}

.custom-partner-row1 .col2 .col1-content h1 {
    font-size: 1.15em;
    line-height: 1.65em;
    display: block;
    margin-bottom: 20px;
}
.inlineLink {
       margin-top: 8px;
    color: #115f66;
    display: inline-block;
    transition: all .2s ease;
}

.inlineLink:hover .icon ,
.inlineLink:hover span{
    left: 5px;
}


.inlineLink span{
    position:relative;
    transition: all .2s ease;
    left: 0;
}

.custom-partner-row2 .col1 .right-col ul.hs-error-msgs.inputs-list label {
     font-size: 11px;
   line-height: 1.2;
   display: block;
}

.custom-partner-row2 .col1 .right-col ul li a{
        color: #0b272f;
}

.custom-partner-row2 .col1 .right-col ul li a:hover{
    color: #79C6A1;
}

.one-column .page-center.content-wrapper h3 {
    margin-bottom: 45px;
    color: #0b272f;
}

.coming-soon .col .content-col h3 {
    color: #828282;
}




.custom-partner-row1 .col2 .col1-img {
    position: relative;
}

.custom-partner-row1 .col2 .col1-img:before {
    content: "";
    clear: both;
    display: block;
    width: 18px;
    height: 100%;
    background: url(//2930733.fs1.hubspotusercontent-na1.net/hubfs/2930733/Nodeum_Mar2017_Theme/images/stripes_1.svg) no-repeat;
    background-size: 100% 100%;
    right: -9px;
    bottom: 0;
    position: absolute;
    left: -10px;
    right: inherit;
    transform: rotate(180deg);
}

.one-column-partner .custom-partner-row2 .page-center{
    padding-top:0 !important;
}

.custom-partner-row2 .col1-img{
    position: relative;
}
.custom-partner-row2 .col1-img .hs_cos_wrapper_type_rich_text{
    display: inline-block;
        position: relative;
}


.custom-partner-row2 .col1-img .hs_cos_wrapper_type_rich_text:after{
    content: "";
    clear: both;
    display: block;
    width: 18px;
    height: 100%;
    background: url(//2930733.fs1.hubspotusercontent-na1.net/hubfs/2930733/Nodeum_Mar2017_Theme/images/stripes_1.svg) no-repeat;
       background-size: 100% 100%;
        right: -9px;
    bottom: 0;
    position: absolute;
}

.custom-partner-row2 .col1 {
    padding: 0;
    background: white;
    color: #03272b;
    border-radius: 4px;
    box-shadow: 0 50px 80px -40px rgba(0, 0, 0, 0.35), 0 25px 25px -20px rgba(0, 0, 0, 0.35);
    border: 1px solid #d2d2d2;
    transition: box-shadow 0.23s ease;
}
.custom-partner-row2 .col1 .right-col {
    padding: 50px 35px 50px 0px;
}
.custom-partner-row2 .col1 .right-col h1 {
    font-size: 1.15em;
    line-height: 1.65em;
    display: block;
    margin-bottom: 20px;
        color: #03272b;
}

.custom-partner-row2 .col1 .right-col ul {
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;
    font-size: 1.2em;
    margin-bottom: 15px;
    list-style: none;
}
.custom-partner-row2 .col1 .right-col ul h5 {
    font-size: 13.728px;
    text-transform: uppercase;
    display: block;
    margin: 25px 0 3px;
    font-family: aller;
    font-weight: bold;
}

.custom-partner-row2 .col1 .right-col ul li {
    margin-bottom: 5px;
    font-size: 1.1em;
}
.custom-partner-row2 .col1 .right-col ul li span {
    position: relative;
    /* top: 6px; */
    left: -4px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
    display: inline-block;
}

.custom-partner-row2 .col1 .right-col h3.form-title {
    font-size: 13.728px;
    text-transform: uppercase;
    display: block;
    margin: 12px 0 6px;
    font-family: aller;
    font-weight: bold;
}

.custom-partner-row2 .col1 .right-col span.hs-form-required {
    display: none;
}

.custom-partner-row2 .col1 .right-col .hs-input {
   font: 11px Arial !important;
   border: 1px solid #a9a9a9 !important;
   padding: 3px 3px !important;
   margin: 0 !important;
   box-shadow: none !important;
}

.custom-partner-row2 .col1 .right-col input.hs-button.primary.large {
background: #efefef !important;
   box-shadow: none !important;
   color: #000;
   padding: 1px 6px !important;
   font: 11px Arial;
   text-shadow: none !important;
   text-transform: none;
   line-height: 16px;
   min-height: 16px !important;
   border-radius: 0 !important;
   border: 1px solid #a9a9a9;
   position: absolute;
   right: 16px;
   top: 0;
}


.custom-partner-row2 .col1 .right-col form {
        position: relative;
    padding-right: 113px;
    max-width: 286px;
    width: 100%;
}

.custom-partner-row2 .col2 {
    padding: 0px 14px 0 27px;
}
/* ==========================================================================
   Homepage                            
   ========================================================================== */

.custom-home-row1 {
    background-image: -o-linear-gradient(-45deg, #06161a, #105b62);
    background-image: -moz-linear-gradient(-45deg, #06161a, #105b62);
    background-image: -webkit-linear-gradient(-45deg, #06161a, #105b62);
    background-image: linear-gradient(-45deg, #06161a, #105b62);
    position: relative;
}

.custom-home-row1 * {
    color: #fff;
}

..custom-home-row1 .inner-row1-col1 ul li a .inner-row1-col1 h1 {
    font-size: 3.2em;
    padding-right: 0;
    font-weight: bold;
    text-shadow: 1px 0 0 rgba(17, 95, 102, 0.35);
    text-transform: none;
        padding-top: 4px;
}

..custom-home-row1 .inner-row1-col1 ul li a .inner-row1-col1 h2 {
    font-size: 1.325em;
    line-height: 1.7em;
    font-style: italic;
    letter-spacing: .25px;
    margin-top: 30px;
    margin-right: 25px;
}
.custom-home-row1 .inner-row1-col1 ul {
    margin: 40px 0 0 -5px;
    padding: 0;
    list-style: none;
}

.custom-home-row1 .inner-row1-col1 ul li {
    display: inline-block;
}
.custom-home-row1 .inner-row1-col1 ul li:first-child {
    margin-right: 15px;
}
.custom-home-row1 .inner-row1-col1 ul li:first-child a{
     color: #FFF;
    background: #79C6A1;
    box-shadow: 0 0 5px rgba(121, 198, 161, 0.45);
}


.custom-home-row1 .inner-row1-col1 ul li a{
    padding: 0 38px;
    font-size: 1em;
    font-weight: bold;
    background: #FFF;
    color: #0b272f;
    min-height: 49px;
    line-height: 50px;
    border-radius: 25px;
    letter-spacing: .25px;
    display: inline-block;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    transition: all .2s ease;
    position: relative;
    display: inline-block;
    float: none;
}
.custom-home-row1 .inner-row1-col1 ul li a:hover{
    text-decoration: none;
    padding-right: 56px;
}
.custom-home-row1 .inner-row1-col1 ul li a span, .btn span{
    height: 32px;
    line-height: 32px;
    top: 6px;
    opacity: 0;
    /* width: 0px; */
    position: absolute;
    transition: all .2s ease;
    right: 29px;
}
.custom-home-row1 .inner-row1-col1 ul li a span img, .btn span img {
    width: 26px;
    position: relative;
    left: -15px;
    transition: all .2s ease;
}
.custom-home-row1 .inner-row1-col1 ul li a:hover span, .btn:hover span {
    opacity: 1;
    /*width: 26px;*/
}
.custom-home-row1 .inner-row1-col1 ul li a:hover span img, .btn:hover span img{
    position: relative;
    left: 10px;
}
.btn{
    padding: 0 38px;
    font-size: 1em;
    font-weight: bold;
    background: #79c6a1;
    color: #FFF;
    min-height: 49px;
    line-height: 50px;
    border-radius: 0px;
    letter-spacing: .25px;
    display: inline-block;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    transition: all .2s ease;
    position: relative;
    display: inline-block;
    float: none;
}
.custom-home-row1 .inner-row1-col1 ul li:last-child {
    margin-top: 15px;
}
.custom-home-row1 .inner-row1-col1 {
    width: 42% !important;
    padding-right: 0.75em;
}


.custom-home-row1 .inner-row1-col2 {
    position: relative;
    padding-right: 0;
    min-height: 410px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55.2% !important;
    float: right !important;
    margin-left: 0 !important;
}

.custom-home-row1 .inner-row1-col2 .inner-row1-col2-inner{
    /*
    box-shadow: inset 4px 6px 12px 1px rgba(255,255,255,0.04), inset -4px -6px 12px rgba(11,39,47,0.6), 0 2px 6px rgba(0,0,0,0.6), 7px 20px 45px rgba(0,0,0,0.4);
    transition: all .3s ease;
    background-color: #1a626f;
    border-radius: 25px;
    width: 650px;
    min-height: 375px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100% !important;
    */
    
      
    float: right;
    height: 410px;
    width: 720px !important;
    background-color: #051e21;
    border-radius: 6px;
    box-shadow: inset 4px 6px 12px 1px rgba(255, 255, 255, 0.03), inset -4px -6px 12px rgba(11, 39, 47, 0.5), 0 2px 6px rgba(0, 0, 0, 0.55), 7px 20px 45px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.custom-home-row1 .inner-row1-col2-wrap {
    /*
    min-height: 335px !important;
    background: transparent;
    border: 1px solid rgba(11, 39, 47, 0.4);
    border-radius: 4px;
    padding: 5px;
    width: 568px !important;
    max-width: 100% !important;
    */
    
    height: 410px;
        width: 720px;
        top: 0;
        left: 0;
        position: relative;
        background-size: 100%;
}

.custom-home-row1 .inner-row1-col2-inner-col1 ul{
    margin:0 0 15px;
    padding:0;
    list-style:none;
}

.custom-home-row1 .inner-row1-col2-inner-col1 ul li:first-child {
    background: #276a77;
    color: rgba(255, 255, 255, 0.75);
        width: 110%;
}
.custom-home-row1 .inner-row1-col2-inner-col1 ul li{
    list-style-type: none;
    display: block;
    min-height: 35px;
    line-height: 35px;
    border: 2px solid #276a77;
    color: #3e858d;
    padding-left: 17px;
    border-radius: 3px;
}
.custom-home-row1 .inner-row1-col2-inner-col1 ul li + li {
    margin-top: 12px;
}



.custom-home-row1 .inner-row1-col2 :before,
.custom-home-row1 .inner-row1-col2 :after{
    display: none;
}
.custom-home-row1 .inner-row1-col2-wrap {
    /*
    min-height: 335px !important;
    background: transparent;
    border: 1px solid rgba(11, 39, 47, 0.4);
    border-radius: 4px;
    padding: 5px;
    width: 566px !important;
    max-width: 100% !important;
    */ 
   
    height: 424px;
        width: 720px;
        top: 0;
        left: 0;
        position: relative;
        background-size: 100%;
}
.custom-home-row1 .inner-row1-col2-inner-col1 {
    width: 35% !important;
}

.custom-home-row1 .inner-row1-col2-inner-col2 {
    padding: 15px 0;
    box-sizing: border-box;
    width: 63% !important;
    float: right !important;
    background: #276a77;
    display: block;
    border-radius: 0 3px 3px 3px;
    margin-left: 0 !important;
}

.custom-home-row1 .inner-row1-col2-inner-col2 blockquote {
    margin: 0;
    width: 50%;
    padding-right: 15px;
    float: left;
    text-align:center;
}

.custom-home-row1 .inner-row1-col2-inner-col2 blockquote + blockquote {
    padding: 0 0 0 15px;
}

.custom-home-row1 .inner-row1-col2-inner-col2-row1 {
    display: flex;
    justify-content: flex-start;
    padding: 7px 40px 5px;
}

.custom-home-row1 .inner-row1-col2-inner-col2 blockquote p {
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-size: .85em;
    letter-spacing: .08em;
    margin-top: 6px;
}


.custom-home-row1 .inner-row1-col2-inner-col2-row2 {
    display: flex;
    justify-content: flex-start;
    padding: 7px 40px 5px;
}
.custom-home-row1 .inner-row1-col2-inner-col2-row2 p {
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-size: .85em;
    letter-spacing: .08em;
    display: inline;
}

.custom-home-row1 .inner-row1-col2-inner-col2-row2 p +p {
    text-transform: inherit;
    float: right;
    position: relative;
    top: 1px;
}
.custom-home-row1 .inner-row1-col2-inner-col2-row2 img {
    margin-bottom: 6px;
}


.custom-home-row1 .inner-row1-col2-inner-col2-row3 {
    padding: 7px 40px 5px;
}

.accordian-col-bg.mac-row{
    display:none;
}

body.mac .accordian-col-bg.mac-row{
    display:block;
}
body.mac .mac-row+.accordian-col-bg{
    display:none;
}

.custom-home-row1 .inner-row1-col2-inner-col2-row3 ul {
        margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    /* float: left; */
    display: flex;
}
.custom-home-row1 .inner-row1-col2-inner-col2-row3 ul li{
        padding: 0 20px;
    width: 39.3%;
    height: 29px;
    line-height: 29px;
    background: #599183;
    color: rgba(11,39,47,0.75);
    font-size: .7em;
    text-transform: uppercase;
    text-align: center;
}
.custom-home-row1 .inner-row1-col2-inner-col2-row3 ul li:first-child{
        background: #0b272f;
    color: rgba(255, 255, 255, 0.75);
    border-radius: 4px 0 0 4px;
}
.custom-free-form-heading {
    padding-top: 94px;
}
.custom-home-row1 .inner-row1-col2-inner-col2-row3 ul li:last-child{
    background: #79C6A1;
    color: rgba(11, 39, 47, 0.75);
    border-radius: 0 4px 4px 0;
}

.custom-home-row1 .page-center {
    padding: 0 !important;
   
}

.custom-home-row1 .inner-row1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-home-row1 .inner-row2 {
    min-height: 84px !important;
    line-height: 84px;
    background: rgba(6, 22, 26, 0.35);
    color: #FFF;
    text-transform: uppercase;
    font-size: .75em;
    bottom: 0;
    letter-spacing: 0.2em;
    /* position: absolute; */
    width: 100%;
}

.custom-home-row1 .inner-row2 p {
    margin: 0;
}
.custom-home-row1 .inner-row2 p span {
    margin-right: 15px;
    display: inline-block;
    top: -2px;
}


.custom-home-row2 .page-center {
    max-width: calc(1049px - (30px * 2)) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.custom-home-row2 .col {
    padding-right: 25px;
    padding-left: 25px;
    margin-top: 90px;
    padding: 70px 35px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    background: white;
    border-radius: 4px;
    transition: box-shadow 0.28s ease;
        position: relative;
}

.custom-home-row2 {
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% auto;
    padding-bottom: 40px;
}

@media (min-width: 1600px){
    .custom-home-row2 {
        background-position-y: -200px;
    }
}


.custom-home-row2 .col .hs_cos_wrapper_type_linked_image {
    display: block;
    position: absolute;
    top: -36px;
    padding: 18px;
    background: #0b272f;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    box-sizing: content-box;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.custom-home-row2 .col .hs_cos_wrapper_type_linked_image img.hs-image-widget {
    width: 32px;
    
}
.custom-home-row2 .content-row h1,
.custom-home-row2 .inner-row1-col h1{
    margin-bottom: 35px;
    text-transform: none;
    font-size: 1.625em;
}
.custom-home-row2 .inner-row1-col ol,
 ol{
    /*margin: 0 0px 15px 30px;*/
   margin: 15px 0px 15px 40px;
    padding: 0;
   
}


.custom-home-row3 .page-center{
    padding-bottom: 0 !important;
}



.custom-home-row2 .col.col1{
    padding-right:50px;
}
.custom-home-subs-form {
    padding-bottom: 80px;
    padding-top: 40px;
}

.custom-home-subs-form h3{
    margin:0;
    padding:0;
}
.custom-home-subs-form .hs_cos_wrapper_type_form{
    display:block;
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Aller', Arial, sans-serif;
}

.custom-home-subs-form form  {
    position: relative;
    border: 3px solid #79C6A1;
    min-height: 58px;
    line-height: 58px;
    border-radius: 32px;
    padding: 0 0 0 25px;
}
.custom-home-subs-form label{
    margin:0;
    padding:0;
}

.custom-home-subs-form  span.hs-form-required {
    display: none;
}


.custom-home-subs-form form .hs-input {
    letter-spacing: .25px;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #79C6A1;
    width: 230px;
    height: 58px;
    line-height: 58px;
    font-size: 1em;
    font-weight: bold;
}

.custom-home-subs-form form .hs-input {
    letter-spacing: .25px;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #79C6A1;
    width: 230px;
    height: 58px;
    line-height: 58px;
    font-size: 1em;
    font-weight: bold;
    padding: 1px 0;
    margin: 0;
    max-width: 100%;
        font-family: Arial;
}

.custom-home-subs-form form .hs-input:focus {
    color: #0b272f;
    outline: none;
}

.custom-home-subs-form form input.hs-button.primary.large {
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #F9EE7A;
    background: #F9EE7A;
    height: 52px;
    line-height: 49px;
    margin: 3px;
    display: inline-block;
    border-radius: 0px;
    padding: 0 20px;
    text-transform: uppercase;
    color: #0b272f;
    float: right;
    width: 300px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.65);
    transition: all .2s ease;
    font-size: 1em;
    font-weight: bold;
        letter-spacing: 0;
    box-shadow: none;
}

.custom-home-subs-form form input.hs-button.primary.large:hover {
    background: #fff;
    border: 2px solid #0b272f;
    color: #0b272f;
    cursor: pointer;
}

.custom-home-subs-form ::-webkit-input-placeholder {
    color: #79C6A1;
    font-style: italic; 
} 
.custom-home-subs-form :-moz-placeholder {
    /* Firefox 18- */
    color: #79C6A1;
    font-style: italic; 
}
       
.custom-home-subs-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #79C6A1;
    font-style: italic; 
}
    
.custom-home-subs-form:-ms-input-placeholder {
    color: #79C6A1;
    font-style: italic;
}

.custom-home-row3 .inner-row1-col1 {
    padding: 80px 8% 0 20px;
}

.custom-home-row3 .inner-row1-col1 h1 {
    line-height: 1.35em;
    font-size: 1.625em;
    text-transform: none;
}


.custom-three-col-top-icon .col {
    padding: 15px 20px;
    float: left;
    width: 25%;
    margin-top: 16px;
        min-height: 272px;
}

.inner-row1-col2 .custom-three-col-top-icon .col {
    width: 50%;
}
.custom-three-col-top-icon .col h1 {
    color: #0b272f;
    margin: 8px 0 12px;
    line-height: 1.75em;
    font-size: 1.1em;
    text-transform: uppercase;
}

.custom-three-col-top-icon .col img {
   width: 50px !important;
    height: 50px !important;
    margin-left: -7px;
    margin-bottom: 2px;
}
.custom-three-col-top-icon .col p {
    line-height: 1.675em;
    color: #0b272f;
}

.custom-home-row3 .inner-row1-col2 .hs_cos_wrapper_type_custom_widget{
    margin-left: -15px;
    display: block;
}

.custom-home-row3 .inner-row3 .custom-three-col-top-icon .col1 {
    margin-left: 25%;
}

.custom-home-row3 .inner-row3 .custom-three-col-top-icon .col {
    margin-top: 4px;
}



.custom-home-row3 .inner-row3 .hs_cos_wrapper_type_rich_text {
    width: 100%;
    padding:65px 0 80px;
    text-align: center;
    display:block;
}

a.btn-highlight-2 {
    color: #FFF;
    background: #79C6A1;
    box-shadow: 0 0 5px rgba(121, 198, 161, 0.45);
}

a.btn-highlight-2 span{
    height: 32px;
    line-height: 32px;
    top: 8px;
    position: absolute;
    transition: all .2s ease;
    right: 29px;
    opacity: 0;
    width: 0;
}

a.btn-highlight-2:hover span {
    opacity: 1;
    width: 26px;
}

a.btn-highlight-2 span img{
    width: 26px;
    position: relative;
    left: -15px;
    transition: all .2s ease;
        height: 32px;
}



a.btn-highlight-2:hover span img{
    position: relative;
    left: 10px;
}

.custom-home-row4 {
    position: relative;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% auto;
    padding-bottom: 80px;
    padding-top: 80px;
    overflow: hidden;
}

.custom-home-row4 video {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    max-width: none;
}


.custom-home-row4 .col{
    color: black;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 20px 10px 10px 25px;
    transition: all .2s ease;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 50px 80px -40px rgba(0, 0, 0, 0.35), 0 25px 25px -20px rgba(0, 0, 0, 0.35);
    border: 1px solid #d2d2d2;
        border-radius: 4px;
            z-index: 1;
    position: relative;
        min-height: 191px !important;
}

@media (min-width: 560px){
    .custom-home-row4 .col{
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 25px 15px 15px 25px;
    }
}


.custom-home-row4 .page-center {
    position: relative;
    z-index: 2;
    max-width: calc(1060px - (30px * 2)) !important;
        padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.custom-home-row4 .col h1 {
    color: #0b272f;
    margin-bottom: 28px;
        text-transform: none;
       font-size: 1.3em;
           margin-top: 6px;
}
.custom-home-row4 .col h1 span {
    display: inline;
    margin-left: 15px;
    top: -2px;
    transition: all .2s ease;
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: relative;
}



.custom-home-row4 .col p {
    color: #0b272f;
    margin-bottom: 6px;
    padding-right: 20px;
}

.custom-home-row4 .col a {
    display:block;
}

.custom-home-text-slider-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.925);
    padding: 25px 15px 15px 25px;
    overflow: hidden;
    color: #0b272f;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    background: white;
    border-radius: 4px;
    transition: box-shadow 0.28s ease;
}
.custom-home-text-slider-wrapper .hs_cos_wrapper_type_rich_text h1 {
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: 1.3em;
    color: #0b272f;
    margin-bottom: 28px;
    text-transform: none;
}

.custom-home-text-slider-wrapper .hs_cos_gallery_main,
.custom-home-text-slider-wrapper .hs_cos_gallery_thumbnails,
.custom-home-text-slider-wrapper .hs_cos_gallery_lightbox {
    padding: 0;
    margin: 0;
}


.custom-home-text-slider-wrapper .caption{
    line-height: 2.25em;
    letter-spacing: .015em;
}
.custom-home-text-slider-wrapper .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    margin: 0;
}

.custom-home-text-slider-wrapper .hs_cos_gallery_main .slick-slide img{
    display:none !important;
}

.custom-home-text-slider-wrapper .caption blockquote {
    width: 100%;
    padding-left: 0;
    border: 0;
    letter-spacing: inherit;
    color: #0b272f;
    display: block;
    font-style: italic;
    font-size: 18px;
    margin: 7px 0 15px;
}

.custom-home-text-slider-wrapper .hs_cos_gallery_main.slick-fixed-height-slider .slick-track {
    display: block;
}

.custom-home-text-slider-wrapper .caption blockquote p {
    margin-bottom: 28px;
}

.custom-home-text-slider-wrapper .caption blockquote h2 {
    float: right;
    font-size: 1.125em;
    margin-top: 10px;
    margin-bottom: 0;
}
.review__author--name {
    font-weight: bold;
}


.custom-home-row4 .col{
        display: block;
}

.review__author--job {
    font-style: italic;
}

.review__author--company {
    color: #115F66;
}
.custom-home-row1 {
    overflow: hidden;
}

.custom-home-text-slider-wrapper ul.slick-dots {
    margin: 26px 0 13px;
}

.custom-home-text-slider-wrapper ul.slick-dots button:before{
    display:none;
}

.custom-home-text-slider-wrapper ul.slick-dots li{
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.custom-home-text-slider-wrapper ul.slick-dots li button{
        width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.custom-home-text-slider-wrapper ul.slick-dots li.slick-active button,
.custom-home-text-slider-wrapper ul.slick-dots li:hover button{
    background: #869791;
}

.custom-home-text-slider-wrapper .slick-arrow{
    display:none !important;
}

.custom-home-subs-form ul.hs-error-msgs.inputs-list {
    position: absolute;
    margin: 0 !important;
}


.custom-home-row4 .col.hover h1 span{
        margin-left: 38px;
}



@media (min-width: 560px){
    .custom-home-row4 .col h1 {
    font-size: 1.5em;
    }
    .custom-home-text-slider-wrapper {
        margin-top: 22px;
        margin-bottom: 15px;
    }
    .custom-home-text-slider-wrapper .hs_cos_wrapper_type_rich_text h1 {
        font-size: 1.5em;
    }
}


@media (min-width: 768px){
    .custom-home-row4 .col{
        padding: 30px 50px 35px;
        margin-top: 18px;
        margin-bottom: 20px;
    }
    .custom-home-text-slider-wrapper {
        margin-top: 60px;
        margin-bottom: 20px;
            padding: 30px 50px 25px;
    }
    
    .custom-home-row4 .col.col2 {
        float: right !important;
        margin-left: 0 !important;
    }
    
    .custom-home-row4 .col {
        width: 47.85% !important;
        transition: all .2s ease;
        float:left;
    }

    .custom-home-row4.result_hover .col.col1.hover {
        width: 48.8% !important;
    }
    
    .custom-home-row4.result_hover .col.col2 {
        width: 46.85% !important;
    }
     .custom-home-row4.result_hover .col.col1{
        width: 46.85% !important;
        
    }
    
    .custom-home-row4.result_hover .col.col2.hover  {
        width: 48.8% !important;
    }
}

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


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


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

    
@media (max-width: 1610px) {
    .custom-home-row4 video {
        width:auto;
    }
}   
    
    
@media (max-width: 1240px) {
    .custom-home-row1 .inner-row1-col1 {
        width: 62% !important;
        padding-right: .75em;
        z-index: 5;
        position: relative;
    }
    .custom-home-row1 .inner-row1-col2 {
        width: 38% !important;
    }
    .custom-home-row1 .inner-row1-col2 .inner-row1-col2-inner {
        transform: scale(1) rotate(25deg) !important;
        right: -117px;
        position: relative;
    }
}



@media (max-width: 1199px) {
    
    .custom-header2 .page-center, .one-column-freemium .body-container-wrapper .page-center{
        padding-right: 0% !important;
        padding-left: 0% !important;
    }
}


@media (max-width: 1052px) {
    
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding-right: 15px;
    }
}



@media (max-width: 1040px) {
    
    .custom-footer .col {
        margin-bottom: 50px;
    }
    .custom-home-row1 .inner-row1-col1{
        width: 70% !important;
    }
    .custom-home-row1 .inner-row1-col2 {
        width: 30% !important;
    }
}

@media (max-width: 1029px) {
    .custom-footer .col {
        margin-bottom: 50px;
        padding-right: 0.75em;
        width: 50% !important;
        margin-left: 0 !important;
    }
    .custom-footer .col .hs_cos_wrapper.hs_cos_wrapper_widget {
        margin-left: 0 !important;
    }
    .custom-footer .col.col4 ul + h3 {
        margin-top: 46px;
    }
    .custom-footer .col.col1, .custom-footer .col.col2 {
        margin-bottom: 44px;
    }
    .custom-footer .col4 .hs_cos_wrapper_type_rich_text ul {
        min-height: 1px !important;
    }
    .custom-four-col-equal.coming-soon img{
            height: auto;
    }
    .custom-three-col-equal.coming-soon img{
        height: auto;
        width: 80px;
    }
    .custom-two-col-equal-img .col {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }
    .custom-two-col-equal-img .col img {
        margin-bottom: 30px;
    }
    .custom-home-row2 .col {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .custom-home-row2 .page-center {
        max-width: 100% !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding: 0 55px !important;
    }
    .custom-home-row2 .col2 {
        text-align: center;
    }
    .custom-three-col-top-icon .col{
            width: 33.33%;
    }
    .custom-home-row3 .inner-row3 .custom-three-col-top-icon .col1 {
        margin-left: 0;
    }
    .custom-home-row4 .page-center {
        padding: 0 50px !important;
    }
}

@media (max-width: 979px) {
    .custom-three-col-equal .col,
    .custom-four-col-equal.coming-soon.clearfix .col,
    .custom-three-col-equal .col3{
            padding-right:0 !important;
    }
    .custom-three-col-equal .col3,
    .custom-four-col-equal.coming-soon.clearfix .col.col4{
        margin-right: 0 !important;
    }
    .custom-three-col-equal .col {
        width: 31.6% !important;
        margin-right: 2.5%;
    }
    .custom-four-col-equal.coming-soon.clearfix .col {
        width: 23.1% !important;
        margin-right: 2.5%;
    }
    .custom-freemium-row1 form .col {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        float: none;
    }
    .custom-partner-row1 .col2 .col1-content {
        padding: 20px 15px 20px 15px;
    }
    .custom-partner-row2 .col2 {
        padding: 0;
    }
    .custom-partner-row2 .col1 .right-col {
        padding: 10px 20px 20px 10px;
    }
}


@media (min-width: 768px) and (max-width: 1000px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child>a{
        padding:0px 0px 0px 15px;
            font-size: 11px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child>a:after{
            width: 17px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding-right: 10px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        color: white;
        line-height: 1.5;
        font-size: 13px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
        padding-right: 0;
        padding-left: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child>a:hover {
        text-decoration: none;
        padding-right: 19px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child>a:hover:after {
        position: relative;
        left: 6px;
        opacity: 1;
    }
}
@media (max-width: 800px) {
    .custom-one-col-accordian .col,
    .custom-one-col-accordian .accordian-col-bg{
        background-position-x: 200px;
    }
    
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .custom-footer-wrapper .page-center {
        padding: 60px 2px 0px 25px !important;
    }
    .custom-home-row4 video {
        height:100%;
        width:auto;
    }
    .custom-partner-row1 .col1 {
        margin-bottom: 30px;
    }
    .custom-footer .col {
        width: 100% !important;
        float: left !important;
    }
    .custom-footer .col.col2, .custom-footer .col.col3 {
        width: 50% !important;
    }
    .custom-footer .col1 blockquote,
    .custom-footer .col4 blockquote{
        float: left;
        padding-right: 0.75em;
        box-sizing: border-box;
        width: 50% !important;
        margin-top: 0 !important;
    }
    .custom-footer .col h3 {
        margin-bottom: 18px;
    }
    .custom-footer .col.col4 h3 {
        margin-bottom: 15px;
    }
    .custom-footer .col.col4,
    .custom-footer .col.col1{
        padding-right: 0 !important;
    }
    .custom-footer .col1 blockquote p img {
        background: white;
           width: 37px;
        height: 37px;
        float: left;
        border-radius: 50%;
        margin-right: 10px;
    }
    .custom-footer .col1 blockquote ul{
        margin: 0px 0 13px 3px;
    }
    .custom-four-col-equal.coming-soon.clearfix .col2.col {
        margin-right: 0;
    }
    .custom-four-col-equal.coming-soon.clearfix .col {
        width: 48.5% !important;
        margin-right: 2.5%;
        margin-bottom: 30px;
    }
    .custom-four-col-equal.coming-soon img {
        height: auto;
        width: 150px;
    }
    .custom-three-col-equal .col {
        width: 100% !important;
        margin: 0 auto 30px!important;
        float: none !important;
        max-width: 500px;
    }
    h1.features__main-title.main-title.wrapper{
        padding-left: 0;
        margin-bottom: 0;
        left: 0;
    }
    .mobile-open .sub-header-wrapper.clearfix {
        margin-top: 0 !important;
        transition: margin ease 0.5s;
    }
    .custom-documentation-row1 .col1,
    .custom-documentation-row2 .col1{
        margin-bottom: 30px;
    }
    .custom-documentation-row2 .col{
        padding: 25px;
    }
    .custom-feat-row2 .page-center {
        max-width: calc(1040px - (30px)) !important;
        padding-right: 55px !important;
        padding-left: 55px !important;
    }
    .custom-one-col-accordian .col,
    .custom-one-col-accordian .accordian-col-bg{
        background-position-x: 200px;
    }
    .custom-accordion p {
        width: 68%;
    }
    .custom-two-col-accordian.custom-accordion .col {
        width: 100%;
    }
    .custom-accordion .col {
        min-height: 1px;
        padding: 20px 40px 20px;
    }
    .custom-two-col-accordian.custom-accordion .col.col1 {
        margin-bottom: 50px;
    }
    .accor-content {
        line-height: 1.675em;
        width: 100%;
    }
    .custom-freemium-row1 .hs_cos_wrapper_type_rich_text ul{
        display:none;
    }
    .hs-form fieldset.form-columns-2 .hs-form-field,
    form.hs-form fieldset .hs-form-field{
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
    }
    .custom-freemium-row1 fieldset {
        margin-bottom: 0px !important;
    }
    .custom-freemium-row1 input[type="text"], .custom-freemium-row1 input[type="password"],
    .custom-freemium-row1 input[type="datetime"], .custom-freemium-row1 input[type="datetime-local"],
    .custom-freemium-row1 input[type="date"], .custom-freemium-row1 input[type="month"],
    .custom-freemium-row1 input[type="time"], .custom-freemium-row1 input[type="week"],
    .custom-freemium-row1 input[type="number"], .custom-freemium-row1 input[type="email"],
    .custom-freemium-row1 input[type="url"], 
    .custom-freemium-row1 input[type="search"], .custom-freemium-row1 input[type="tel"],
    .custom-freemium-row1 input[type="color"], .custom-freemium-row1 input[type="file"],
    .custom-freemium-row1 textarea, .custom-freemium-row1 select {
        margin-bottom: 20px !important;
    }
    input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"], 
    input[type="date"], input[type="month"],
    input[type="time"], input[type="week"],
    input[type="number"], input[type="email"],
    input[type="url"], input[type="search"],
    input[type="tel"], input[type="color"], 
    input[type="file"], textarea, select{
        max-width:100%;
    }
    .custom-home-row4 .col{
        width:100% !important;
    }
    .checkbox-row span.fakelabel span{
        float:none;
    }
    .custom-partner-row1 .col2 .col1-img:before,
    .custom-partner-row2 .col1-img .hs_cos_wrapper_type_rich_text:after{
        display:none;
    }
    .custom-partner-row1 .col2 .col1-img img,
    .custom-partner-row2 .col1-img .hs_cos_wrapper_type_rich_text img{
            margin: 0 auto;
        display: block;
    }
    .custom-partner-row2 .col1 .right-col {
        padding: 20px;
    }
    .custom-partner-row2 .col1{
        margin-bottom:30px;
    }
    .custom-partner-row2 .col1-img .hs_cos_wrapper_type_rich_text {
        display: block;
    }
    .custom-home-row1 .inner-row1-col2-inner-col1{
            float: left !important;
    }
    .custom-home-row1 .inner-row1-col1{
         float: left !important;
    }
    .custom-home-row1 .inner-row1-col2 .inner-row1-col2-inner {
        right: -62px;
    }
    .custom-home-subs-form {
        padding-bottom: 0;
    }
    .custom-home-row3 .inner-row1-col2 .hs_cos_wrapper_type_custom_widget {
        margin-left: 0;
        display: block;
    }
    .custom-three-col-top-icon .col {
        width: 50%;
    }
    .custom-home-row4 .col.col2 {
        margin-top: 40px;
    }
    .custom-home-row1 .inner-row1{
        justify-content: inherit;
    }

    
}  

@media (max-width: 678px){
    .custom-home-subs-form form input.hs-button.primary.large{
        position: static;
        float: none;
        width: auto;
        border: 1px solid #FFF!important;
    }
    .custom-home-subs-form ul.hs-error-msgs.inputs-list {
        position: static;
        margin:0 0 10px!important;
        line-height: 1.6;
        text-align:center;
    }
    .custom-home-subs-form form {
        position: relative;
        border: none;
        min-height: 58px;
        line-height: 58px;
        border-radius: 0;
        padding: 0;
    }
    .custom-home-subs-form form .hs-input {
        letter-spacing: .25px;
        background: transparent;
        border: none;
        box-shadow: none;
        color: #79C6A1;
        line-height: 58px;
        border: 3px solid #79c6a1;
        min-height: 58px;
        line-height: 58px;
        border-radius: 32px;
        padding: 0 0 0 25px;
        width: 100%;
        margin-bottom: 15px;
    }
    .custom-home-subs-form form .actions {
        text-align: center;
        display: inline-block;
        margin: 0 auto;
        border: 3px solid #79C6A1;
        border-radius: 32px;
    }
    .custom-home-row1 .inner-row1-col1 h2 {
        margin-top: 20px;
        font-size: 1.2em;
        line-height: 1.5em;
        padding-right: 5%;
            padding-left: 10px;
    }
    .custom-home-subs-form form .hs_submit {
        text-align: center;
    }
    .custom-home-row1 .inner-row1-col2 .inner-row1-col2-inner{
            opacity: .5;
    }
    .custom-home-row1 .inner-row2 p {
        margin: 3px 0 0;
    }
    .custom-home-row1 .inner-row2 {
        min-height: 58px !important;
        line-height: 58px;
        background: rgba(6,22,26,0.35);
        color: #FFF;
        text-transform: uppercase;
        font-size: .75em;
        bottom: 0;
        letter-spacing: .2em;
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    
}

@media (max-height: 600px){
    .custom-home-row1 .inner-row1{
        height:auto !important;
        min-height:550px !important;
    }


    .custom-home-row1{
        height:auto !important;
        min-height:600px !important;
    }
}


@media (max-width: 600px){
    .custom-one-col-accordian .col,
    .custom-one-col-accordian .accordian-col-bg{
        background-position-x: 150px;
    }
    .custom-feat-row1 h1{
        padding:0;
    }
}
@media (max-width: 560px){

    .custom-home-row1 .inner-row1-col2 .inner-row1-col2-inner {
        right: 54px;
    }

}



@media (max-width: 500px){

    .custom-one-col-accordian .col,
    .custom-one-col-accordian .accordian-col-bg{
        background-position-x: 100px;
    }

}

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


@media (max-width: 479px) {
    .custom-footer .col1 blockquote ul {
        margin: 0px 0 0px 3px;
    }
    .custom-footer .col.col2, 
    .custom-footer .col.col3,
    .custom-footer .col1 blockquote,
    .custom-footer .col4 blockquote{
        width: 100% !important;
        padding-right: 0 !important;
    }
    .custom-accordion p {
        width: 80%;
    }
    .custom-footer-wrapper .page-center {
        padding: 60px 25px 0px 25px !important;
    }
    .custom-home-row1 .inner-row1-col1 ul li {
        display: block;
    }
    .custom-header-logo {
       /* padding-right: 82px;*/
             padding-right: 50px;

    }
     .custom-four-col-equal.coming-soon.clearfix .col{
        width: 100% !important;
        margin: 0 auto 30px!important;
        float: none !important;
        max-width: 400px;
    }
    h1.features__main-title.main-title.wrapper{
        font-size: 1.5em;
            
    }
    .features__main-title span.icon-wrapper {
        display: block;
        margin: 0 auto 15px !important;
    }
    .features__main-title span.icon-wrapper{
        margin-right: 0px;
    }
    .custom-feat-row2 .page-center {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .custom-accordion {
        border-radius: 2px;
        margin: 10px 0;
    }
    .custom-two-col-accordian.custom-accordion .col.col1 {
        margin-bottom: 20px;
    }
    .custom-partner-row2 .col1 .right-col form {
        position: static;
        padding-right: 0;
        max-width: 100%;
        width: 100%;
    }
    .custom-partner-row2 .col1 .right-col input.hs-button.primary.large{
        position: static;
        margin: 15px 0;
    }
    .inner-row1-col2 .custom-three-col-top-icon .col,
    .custom-three-col-top-icon .col{
        width: 100%;
        margin-top: 0;
    }
        .custom-home-row4 .col.col2 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .custom-home-row2 .page-center{
        padding: 0 40px !important;
    }
    .custom-home-row1 .inner-row1-col1 h1 {
        margin-left: 0;
        padding-right: 5%;
        font-size: 1.95em;
            padding-left: 10px;
    }
    .custom-home-row1 .inner-row1 {
        display: table;
        width: 100% !important;
    }
    .custom-home-row1 .inner-row1>.row-fluid-wrapper.row-depth-1.row-number-3 {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }
    .custom-home-row1 .inner-row1-col1 {
        width: 100% !important;
        padding: 0;
    }
    .custom-home-row1 .inner-row1-col2 .inner-row1-col2-inner {
        right: 0;
    }
    .custom-home-row1 .inner-row1-col2 {
        width: 1%!important;
        position: absolute;
        transform: translateY(0%);
        /* top: 43%; */
        left: 81%;
    }
    .custom-home-subs-form form input.hs-button.primary.large {
        position: static;
        float: none;
        width: auto;
        white-space: normal;
        height: auto;
            line-height: 25px;
        padding: 2px 20px;
    }
    .custom-home-subs-form form .actions{
            line-height: 25px;
    }
    
}


@media (max-width: 450px){

    .custom-one-col-accordian .col,
    .custom-one-col-accordian .accordian-col-bg{
        background-position-x: 80px;
    }

}

.banner-bottom{
    padding:0;
}

.news-list{
    display:flex;
    height: 84px;
}
.news-item{
    height: 95px;
    top: -11px;
    position: relative;
    padding: 20px 20px;
    background: rgb(121, 198, 161);
    border-radius: 5px 5px 0 0;
}
.news-item:hover{
    background: rgba(15,86,93,1);
}
.news-item+.news-item{
    margin-left:15px;
}
.news-title, .news-sub_title{
    font-size: 1.25em;
    text-transform: initial;
    letter-spacing: initial;
    line-height: initial;
    margin-bottom:0;
    color: #08252a;
}
.news-sub_title{
    opacity:.75;
    font-size: 1em;
    padding-right:35px;
    padding-top: 8px;
}

.hs-blog-header.news-main-title{
    text-align:center;
    padding: 30px 0;
    background-color: rgb(211, 221, 228);
    
}
.hs-blog-header.news-main-title h1{
    margin: 15px 0;
    text-transform: capitalize;

}

.subscription{
    display: block;
    padding: 25px 25px 5px;
    background: rgb(211, 221, 228);
    border-radius: 0px;
    text-align: center;
}
.post-body{
    padding:25px 0;
}
#hubspot-author_data{
    color:rgba(0, 0, 0, 0.6);
}
#hubspot-author_data .author-link{
    color:black;
}

.blog-filter{
    text-align:center;
}
.blog-filter h3{
    display:none;
}
.blog-filter ul{
    display:flex;
    justify-content: center;
    padding-left:0;
    border-bottom: 1px solid #d3dde4;
    padding-bottom: 14px;
}
.blog-filter ul li{
    list-style-type:none;
    padding: 7px 20px;    
}
.blog-filter ul li .filter-link-count{
    color: rgba(0, 0, 0, 0.4);
    font-size:.9em;
}
.blog-filter ul li:hover{
    background:rgb(211, 221, 228);
}
.blog-filter ul li+li{
    border-left:1px solid rgb(211, 221, 228);
}
.hs-featured-image-wrapper{
    float:left;
}
.post-body-list{
    padding-bottom:5px;
    padding-top:5px;
}
.post-body-list--text{
    width: 50%;
    float:left;
}
.post-body-list .more-link{
    float: right;
    display: inline-block;
    padding: 0 14px;
    height: 36px;
    line-height: 36px;
    /*border: 1px solid red;*/
    background-color:#0E4C52;
    transition: all .2s ease;
    color:white;
    border-radius: 18px;
}
.post-body-list .more-link+.more-link{
    margin-right:12px;
}
.post-body-list .more-link:hover{
    background-color:#78C49F;
}


.cta {
padding: 0 38px;
font-size:  1em;
font-weight:  bold;
background: blue;
color: red;
height:  49px;
line-height: 50px;
border-radius:  0px;
letter-spacing: .25px;
display: inline-block;
text-transform: uppercase;
transition: all .2s ease;
position: relative;
}


/* Transition */


/* User Select */


/* Border Radius */



/* Pricing Module */
.pricing-table h3.heading {
    color: #fff;
    margin: 0px;
    text-align: center;
    padding: 5px 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    background: #34495e;
    border-top-right-radius: 4px;
    }

.pricing-table h3.heading2 {
    color: #fff;
    margin: 0px;
    text-align: center;
    padding: 5px 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    background: #79C6A1;
    border-top-right-radius: 4px;
    border-style: solid;
    border-top-width:thin;
    border-left-width:thin;
    border-right-width:thin;
    border-bottom-width:0;
    border-color:grey;
    }
    
.pricing-table .label{
    padding: 5px 10px;
    right: 15px;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-left: 10px;
    vertical-align: middle;
    background: #02172c;
}
.pricing-table .content2 {
    background: transparent;
    padding: 0px;
    text-align: center;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    }
    
.pricing-table .content {
    background: white;
    padding: 30px;
    text-align: center;
    border-style: solid;
    border-top-width:thin;
      border-left-width:thin;
      border-right-width:thin;
    border-color:grey;
    }
.pricing-table .footer {
    color: #79C6A1;

    background: white;
    margin: 0px;
    text-align: center;
    padding: 10px 0px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-style: solid;
    border-width:thin;
    border-color:grey;
    
    }
.pricing-table .content ul{
    list-style: none;
    padding-left: 0px;

    }
.pricing-table .content ul li{
    padding: 10px 0px;
    }
.pricing-table .number{
    font-size: 60px;
    font-weight: 700;
    }
.pricing-table .currency{
    font-size: 24px;
    position: relative;
    top: -25px;
    }
.pricing-table .unit{
    font-size: 12px;
    color: #ccc;
    text-transform: uppercase;
    }
.pricing-table .content a{
    padding: 10px 25px;
}
.icon-width i {
    color: #34495e;
}


/* CTA button with Solid Background */
.cta_solid_button {
    border-style: solid;
    border-width: 2px;
    color: #FFF;
  /*  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;*/
    font-family: ;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-transform: uppercase;
    border-color: #34495e;
    -webkit-appearance: none;
}
.cta_solid_button:hover {
    background: #FFF;
    border-style: solid;
    border-width: 2px;
    border-color: #34495e;
    background: #34495e;
    text-transform: uppercase;
}

/* Well Colors */





/* Well Module */
#well{
    min-height: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}
#well .default{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    background: #34495e;
    border-color: #02172c;
}
#well .primary{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #74bdfc;
    border: 1px solid #428bca;
}
#well .success{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #8eea8e;
    border: 1px solid #5cb85c;
}
#well .danger{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #db7674;
    border: 1px solid #a94442;
}
#well .info{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #8df2ff;
    border: 1px solid #5bc0de;
}
#well .plain{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background:#f5f5f5;
    color: #666;
    border: 1px solid #ddd;
}
#well .small{
    padding: 20px;
}
#well .medium{
    padding: 24px;
}
#well .large{
    padding: 28px;
}

#well .close{
    float: right;
    padding: 3px 10px 0px 0px;
    cursor: pointer;
    color: #666;
}
.hs_cos_wrapper_type_rich_text ul {
    padding-left: 20px;
}
.hs_cos_wrapper_type_rich_text ul li {
    list-style: none;
}
.hs_cos_wrapper_type_rich_text ul li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f058";
    margin-right: 8px;
    color: #79C6A1;
    font-size: 18px;
}

/* Colors */
.accentColor1 { color: #34495e; }
.accentColor2 { color: #ccc; }
.accentColor3 { color: #ddd; }

.mj-hero-banner-video{
    width:100%;
    min-height: 585px;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}  
.mj-hero-banner-video .mask{
    position: absolute;
    z-index:2;
    
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: #0d2c35;
background: -moz-linear-gradient(-45deg, #0d2c35 0%, #226474 100%);
background: -webkit-linear-gradient(-45deg, #0d2c35 0%,#226474 100%);
background: linear-gradient(135deg, #0d2c35 0%,#226474 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2c35', endColorstr='#226474',GradientType=1 );
}
.mj-hero-banner-video .content{
    position:absolute;
    z-index:3;
    text-align:center;
    color: #fff;
    padding: 80px 30px;
}
@media (max-width: 767px) {
    .mj-hero-banner-video .content{
        padding: 120px 30px 40px 30px;
    }
}
.mj-hero-banner-video .content h1{
    font-weight: 600;
    font-size: 62px;
    letter-spacing: 1px;

    color: white;
    text-transform: none;
    word-break: break-word;
 
    line-height: 1.3;
}
.mj-hero-banner-video .content p{
    font-size: 22px;
    line-height:26px;
    font-weight:200;
    margin-bottom: 25px;
}


/***************************************/
/* ************ FEATURES ****************/
/***************************************/


/* FEATURES V2 */
.features *{
    box-sizing: border-box;
}
.features{
    background: none;
    height: 100%;  
  
}
.features .center-text-small{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    flex-direction:column;
    flex:0;
    text-align:center;
  
    padding-right:100px;
    padding-left:100px;
    justify-content: center;
    padding-top:30px;
    padding-bottom: 30px;
    
    

}
.features .center-text{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    flex-direction:column;
    flex:0;
    text-align:center;
  
    padding-right:200px;
    padding-left:200px;
    justify-content: center;
    padding-top:30px;
    padding-bottom: 30px;

}
.features .center-text h2{
    text-align:center;
    font-weight: 400;
    margin-top:15px;
    margin-bottom: 15px;
}

.features .center-text .rich-text-wrapper{
    max-width: 900px;
    margin: 0 auto;
    float: none;
}

.features .cta-wrapper{
    text-align:center;
}

.features .grey-bg-dark{

    background-color: #fafafa;
    text-align: center;
}

.features .green-bg-dark{

    background-color: #79c6a1;
    text-align: center;
}

.features .center-images{
    text-align:center;
    margin-top:15px;
    margin-bottom: 15px;


}

.features .topiconcta {
  background-color: #ffffff;
  width: 300px;
  height:300px;
  padding:10px;
  margin:5px;
  border-style:solid;
  border-color:#efefef;
  border-width:1px;
}

.features .topicon {
  background-color: #ffffff;
  width: 300px;
  height:350px;
  padding:10px;
  margin:5px;
  border-style:solid;
  border-color:#efefef;
  border-width:1px;
}

.features .topicon h3{
   font-weight: 400;
    font-size: 22px;
    line-height: 1;
  /*  color: #79c59f;*/
    text-transform: none;
    word-break: break-word;
}


/* HEADER BANNER MAIL */

.vg-mail-header{
    width:100%;
/*    min-height: 585px;*/
    background-position:  center;
    background-size: cover;
    position: relative;
    align-items: center;
}


.vg-mail-header .social ul li a{
   display:block;
   width:60px;
   height: 60px;
   background-color: #0c3440;
   border-radius: 50%;
   text-align:center;
   transition: 0.3s all linear;
}
.vg-mail-header .social ul li a i{
   line-height: 60px;
   font-size: 24px;
   transition: 0.3s all linear;
}

.vg-mail-header .social ul li a:hover{
   background-color: #fff;
}
.vg-mail-header .social ul li a:hover i{
   color: #0c3440;
}


/* USE CASE PAGE */


.use-case-main-page p{
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    letter-spacing: .5px;
    line-height:1.5;
}
.use-case-main-page  h1{
    letter-spacing:1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    color:#79C6A1;
}
.use-case-main-page  h2{
    letter-spacing:1px;
    text-transform: uppercase;
    color:blue;
    margin-bottom: 5px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    color: #2d3e50;
}
.use-case-main-page  h5{
    font-size: 18px;
    font-weight:700;
    letter-spacing:1px;
    text-transform: uppercase;
    color:#666;
    margin-bottom: 5px;
}
.use-case-main-page  h6{
    font-size: 17px;
    font-weight:700;
    letter-spacing:1px;
    color:#666;
    margin-bottom: 5px;
}



.use-case-main-page li {
  position: relative;
  padding-left: 15px;
  padding-top:5px;
}

.use-case-main-page li:before {
  position: absolute;
  left: -5px;
}



.use-case-form .title {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing:1px;
    font-weight: 700;
}
.use-case-form hs-input {
    max-width: 280px;
    height: 37px;
    text-align: center 
    font-size: 14px ;
    color: #a8a7a7 ;
    border-radius: 5px ;
    border-style: solid ;
    border-width: 1px ;
    border-color: #b3aeae ;
    margin-left: 0px ;
    padding-top: 12px ;
    padding-bottom: 10px;
}

.use-case-form .hs_submit {
    display: block;
}

.use-case-form .hs_submit input{
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    color: #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0;
    border-color: #79C6A1;
    background: #115F66;
    text-transform: uppercase;
}
.use-case-form .hs_submit input:hover{
    border-radius: 0px;
    background: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #79C6A1;
    color: #34495e;
}

   
.left-col-detail {
    border-top: 2px solid #333;
    padding-top: 20px;
    margin-top: 10px;
    
}



.download-con {
    background-color: #e1e1e1;
    padding: 30px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

/* FORMS CASE STUDY */


.usecase .Form_Email_Address .title {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    font-weight: 700;
}
.usecase .Form_Email_Address input {
    max-width: 280px;
    height: 37px;
    text-align: center 
    font-size: 20px ;
    color: #a8a7a7 ;
    border-radius: 5px ;
    border-style: solid ;
    border-width: 1px ;
    border-color: #b3aeae ;
    margin-left: 0px ;
    padding-top: 12px ;
    padding-bottom: 10px;
}
/*
.Form_Email_Address .hs_email {
    display: inline-block;
    width: 280px;
    margin-right: 5px;
    vertical-align: top;
   
}*/
.usecase .Form_Email_Address .hs_submit {
    display: block;
}

.usecase .Form_Email_Address .hs_submit input{
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    color: #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0;
    border-color: #79C6A1;
    background: #115F66;
    text-transform: uppercase;
}
.usecase .Form_Email_Address .hs_submit input:hover{
    border-radius: 0px;
     background: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #79C6A1;
    color: #34495e;
}

   

/*.Form_Email_Address .hs-button.primary {
    border-style: solid;
    border-width: 2px;
    color: #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0;
    border-color: #34495e;
    background: #34495e;
    text-transform: uppercase;
}
.Form_Email_Address .hs-button.primary:hover {
    background: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #34495e;
    color: #34495e;
}*/

/* Landing Page */



/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input {
    -webkit-appearance: none;
    appearance: none;
    width: 100% !important;
    border-radius: 3px;
    border: 1px solid #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4d4d4d;
    padding: 13px 10px;
    margin: 0 0 15px;
}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4d4d4d;
    padding: 13px 10px;
    margin: 0 0 15px;
}

/* Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea, textarea {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4d4d4d;
    padding: 13px 10px;
    margin: 5px 0 15px;
}
.hs_cos_wrapper_type_form textarea:focus {}


/*Thank You Page*/
.thank-you-starter {}


/* ==========================================================================
   Buttons
   ========================================================================== */
/* All Global Buttons (Excluding CTAs) */
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: ;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block !important;
    text-align: center;
    max-width: 500px;
   /* width: 50%;*/
    padding: 10px 10%;
    margin:0px  !important;
}

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

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


.generic-padding {
    padding: 7% 0;
}

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

.left-content-spacing {
    padding-left: 40px;
}

.primary_nav_wrap
{
	margin-top:15px
}

.primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

.primary_nav_wrap ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-size:22px;
	line-height:32px;
	padding:0 30px;
}

.primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

.primary_nav_wrap ul li.current-menu-item
{
  border-bottom: solid 2px lightblue;
}

.primary_nav_wrap ul li:hover
{
  border-bottom: solid 2px lightblue;
}

.primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}



********************************************************/
/*******  Modules/me-search-results.scss *******/
/********************************************************/
 .row-fluid-search{
    width:100%;
    *zoom:1;
}
 .row-fluid-search:before,.row-fluid-search:after{
    display:table;
    content:"";
}
 .row-fluid-search:after{
    clear:both;
}
 .row-fluid-search [class*="span"]{
    display:block;
    float:left;
    width:100%;
    min-height:28px;
    margin-left:2.127659574%;
    *margin-left:2.0744680846382977%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
 .row-fluid-search [class*="span"]:first-child{
    margin-left:0;
}
 .row-fluid-search .span12{
    width:99.99999998999999%;
    *width:99.94680850063828%;
}
 @media (max-width:767px){
     .row-fluid-search{
        width:100%;
    }
     .row-fluid-search [class*="span"]{
        display:block;
        float:none;
        width:auto;
        margin-left:0;
    }
}
 @media (min-width:768px) and (max-width:1139px){
     .row-fluid-search{
        width:100%;
        *zoom:1;
    }
     .row-fluid-search:before,.row-fluid-search:after{
        display:table;
        content:"";
    }
     .row-fluid-search:after{
        clear:both;
    }
     .row-fluid-search [class*="span"]{
        display:block;
        float:left;
        width:100%;
        min-height:28px;
        margin-left:2.762430939%;
        *margin-left:2.709239449638298%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -ms-box-sizing:border-box;
        box-sizing:border-box;
    }
     .row-fluid [class*="span"]:first-child{
        margin-left:0;
    }
     .row-fluid .span12{
        width:99.999999993%;
        *width:99.9468085036383%;
    }
}
 @media (min-width:1280px){
     .row-fluid-search{
        width:100%;
        *zoom:1;
    }
     .row-fluid-search:before,.row-fluid-search:after{
        display:table;
        content:"";
    }
     .row-fluid-search:after{
        clear:both;
    }
     .row-fluid-search [class*="span"]{
        display:block;
        float:left;
        width:100%;
        min-height:28px;
        margin-left:2.564102564%;
        *margin-left:2.510911074638298%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -ms-box-sizing:border-box;
        box-sizing:border-box;
    }
     .row-fluid-search [class*="span"]:first-child{
        margin-left:0;
    }
     .row-fluid-search .span12{
        width:100%;
        *width:99.94680851063829%;
    }
}
 *{
    outline:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
 *:before,*:after{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
 ::-moz-selection{
    background:#79c6a1;
}
 ::selection{
    background:#79c6a1;
}
 ::-moz-selection{
    background:#79c6a1;
}
 body .row-fluid-search [class*="span"]{
    min-height:1px;
}
 .mb--30{
    margin-bottom:1.66667rem;
}
 .pt--90{
    padding-top:5rem;
}
 .pb--70{
    padding-bottom:3.88889rem;
}
 .me-container{
    max-width:1170px;
}
 .me-container:before,.me-container:after{
    display:table;
    content:"";
}
 .me-container:after{
    clear:both;
}
 .me-container--small{
    max-width:940px;
}
 *,*::before,*::after{
    -webkit-box-sizing:inherit;
    -moz-box-sizing:inherit;
    box-sizing:inherit;
}
 .me-container,[class*="span"].me-container{
    display:block;
    width:100%;
    padding-right:15px;
    padding-left:15px;
    margin-right:auto!important;
    margin-left:auto!important;
    min-height:1px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    float:none!important;
}
 .me-container:before,.me-container:after,[class*="span"].me-container:before,[class*="span"].me-container:after{
    display:table;
    content:"";
}
 .me-container:after,[class*="span"].me-container:after{
    clear:both;
}
 .me-container .row-fluid-search-wrapper,[class*="span"].me-container .row-fluid-search-wrapper{
    margin-right:-15px;
    margin-left:-15px;
}
 .me-container .row-fluid-search,[class*="span"].me-container .row-fluid-search{
    width:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0;
}
 .me-container .row-fluid-search:before,.me-container .row-fluid-search:after,[class*="span"].me-container .row-fluid-search:before,[class*="span"].me-container .row-fluid-search:after{
    display:table;
    content:normal;
}
 .me-container .row-fluid-search:after,[class*="span"].me-container .row-fluid-search:after{
    clear:both;
}
 .me-container .row-fluid-search [class*="span"],[class*="span"].me-container .row-fluid-search [class*="span"]{
    display:block;
    float:left;
    width:100%;
    min-height:1px;
    margin-left:0;
    margin-right:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:0;
    padding-left:0;
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
    -moz-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
}
 @media (max-width:767px){
     .me-container .row-fluid-search [class*="span"],[class*="span"].me-container .row-fluid-search [class*="span"]{
        display:block;
        float:none;
        margin-left:0;
        -webkit-box-flex:0;
        -webkit-flex:0 0 100%;
        -moz-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%;
    }
}
 .me-container .row-fluid-search .span12,.me-container .row-fluid-search .col-6,.me-container .row-fluid-search .col-12,.me-container .row-fluid-search .col-sm-6,.me-container .row-fluid-search .col-lg-4,[class*="span"].me-container .row-fluid-search .span12,[class*="span"].me-container .row-fluid-search .col-6,[class*="span"].me-container .row-fluid-search .col-12,[class*="span"].me-container .row-fluid-search .col-sm-6,[class*="span"].me-container .row-fluid-search .col-lg-4{
    width:100%;
    min-height:1px;
    padding-right:15px;
    padding-left:15px;
}
 .me-container .row-fluid-search .span12,[class*="span"].me-container .row-fluid-search .span12{
    -webkit-box-flex:0;
    -webkit-flex:0 0 100%;
    -moz-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
}
 @media (max-width:767px){
     .me-container .row-fluid-search .span12,[class*="span"].me-container .row-fluid-search .span12{
        width:100%;
        -webkit-box-flex:0;
        -webkit-flex:0 0 100%;
        -moz-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%;
    }
}
 .me-container .row-fluid-search .col-6,[class*="span"].me-container .row-fluid .col-6{
    -webkit-box-flex:0;
    -webkit-flex:0 0 50%;
    -moz-box-flex:0;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
}
 .me-container .row-fluid-search .col-12,[class*="span"].me-container .row-fluid-search .col-12{
    -webkit-box-flex:0;
    -webkit-flex:0 0 100%;
    -moz-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
}
 @media (min-width:576px){
     .me-container .row-fluid-search .col-sm-6,[class*="span"].me-container .row-fluid-search .col-sm-6{
        -webkit-box-flex:0;
        -webkit-flex:0 0 50%;
        -moz-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%;
    }
}
 @media (min-width:992px){
     .me-container .row-fluid-search .col-lg-4,[class*="span"].me-container .row-fluid-search .col-lg-4{
        -webkit-box-flex:0;
        -webkit-flex:0 0 33.333333%;
        -moz-box-flex:0;
        -ms-flex:0 0 33.333333%;
        flex:0 0 33.333333%;
        max-width:33.333333%;
    }
}
 *:focus{
    outline:0;
}
 /*h1,h4,h5,p,span,div{
    margin:0;
    padding:0;
    color:inherit;
}*/
 a.me-big{
    -webkit-transition:.3s linear all;
    -o-transition:.3s linear all;
    -moz-transition:.3s linear all;
    transition:.3s linear all;
}
 h1.me-big,h4.me-big,h5.me-big{
    color:#171717;
    line-height:1.2;
    font-weight:normal;
}
 h5.me-big span.me-big{
    font-size:inherit;
    font-weight:inherit;
}
 h5.me-big span.me-big{
    color:#115f66;
}
 h1.me-big{
    font-size:2.88889rem;
}
 @media (max-width:580px){
     h1.me-big{
        font-size:2.33333rem;
    }
}
 h4.me-big{
    font-size:1.66667rem;
}
 @media (max-width:580px){
     h4.me-big{
        font-size:1.33333rem;
    }
}
 h5.me-big{
    font-size:1.11111rem;
}
 @media (max-width:580px){
     h5.me-big{
        font-size:1rem;
    }
}*/
/*
 p{
    font-size:1rem;
    font-weight:300;
}*/
 p.me-big{
    font-size:1.38889rem;
}
 @media (max-width:580px){
     p.me-big{
        font-size:1.22222rem;
    }
}
 /*@media (max-width:580px){
     p{
        font-size:.88889rem;
    }
}
*/
.me-big{
    font-size:1.38889rem;
}
 @media (max-width:580px){
     .me-big{
        font-size:1.22222rem;
    }
}
/* a{
    position:relative;
    display:inline-block;
    color:#115f66;
    text-decoration:none;
}*/
 /*@media (min-width:576px){
     a:hover:before{
        content:"";
        position:absolute;
        width:100%;
        bottom:0px;
        border-bottom:1px dashed #115f66;
    }
}*/
 .hs_cos_wrapper_type_inline_rich_text{
    /*color:#04272b;*/
}
 .hs_cos_wrapper_type_inline_rich_text h1{
    margin-bottom:1.66667rem;
}
 .hs_cos_wrapper_type_inline_rich_text h4{
    margin-bottom:1.38889rem;
}
 .hs_cos_wrapper_type_inline_rich_text h5,.hs_cos_wrapper_type_inline_rich_text p{
    margin-top:0;
    margin-bottom:1.11111rem;
}
 .me-text-center{
    text-align:center;
}
 .me-search-results__title{
    margin-top:1.11111rem;
    margin-bottom:4.44444rem;
}
 .me-search-results__item{
    height:100%;
}
.me-search-results__item-link{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    border:1px solid #ebebeb;
    display:block;
    padding:1.66667rem 30px .55556rem;
    height:100%;
    margin-bottom:5px;

}
.me-search-results__item-link:hover{
    text-decoration:none;
    -webkit-box-shadow:0px 7px 20px 5px rgba(0,0,0,0.05);
    -moz-box-shadow:0px 7px 20px 5px rgba(0,0,0,0.05);
    box-shadow:0px 7px 20px 5px rgba(0,0,0,0.05);
}
 .me-search-results__item-link:hover:before{
    display:none;
}
.me-search-results__item-description {
  color:grey;
   
}
.me-search-results__item-description .hs-search-highlight{
  color:#79C6A2;
   
}
 .me-search-results__next-page-wrapper{
    text-align:right;
}
 .me-search-results__prev-page,.me-search-results__next-page,.me-search-results__back-button{
    display:inline-block;
    color:#171717;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}
 .me-search-results__prev-page:hover,.me-search-results__next-page:hover,.me-search-results__back-button:hover{
    color:#115f66;
}
 .me-search-results__prev-page:hover:before,.me-search-results__next-page:hover:before,.me-search-results__back-button:hover:before{
    display:none;
}
 .me-search-results__prev-page:hover{
    -webkit-transform:translateX(-3px);
    -moz-transform:translateX(-3px);
    -ms-transform:translateX(-3px);
    -o-transform:translateX(-3px);
    transform:translateX(-3px);
}
 .me-search-results__next-page:hover{
    -webkit-transform:translateX(3px);
    -moz-transform:translateX(3px);
    -ms-transform:translateX(3px);
    -o-transform:translateX(3px);
    transform:translateX(3px);
}


.custom-home-row2 .col {
    padding-right: 25px;
    padding-left: 25px;
    margin-top: 90px;
    padding: 70px 35px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    background: white;
    border-radius: 4px;
    transition: box-shadow 0.28s ease;
        position: relative;
}


/* Center text middle - straight*/
.center-col-200 {
    padding-right: 400px;
    padding-left: 400px;
}

.center-col-200 h1{
    text-align:left;
    letter-spacing:1px;
    text-transform: uppercase;
    color:blue;
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0,5;
    line-height: 1.4;
    color: #2d3e50;
}
.center-col-200 h3 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .5px;
}
.center-col-200 h6{
    text-align:left;
    font-size: 18px;
    font-weight: 500;
    letter-spacing:1px;
    color:#666;
    margin-bottom: 5px;
}

@media (max-width:768px){
    .center-col-200 {
        padding-right: 0px;
        padding-left: 0px;
    }
}