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

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

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

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

/* Images */

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

/* Videos */

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

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

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

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

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

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

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

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

/* Blog Author Section */

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

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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

@font-face {
  font-family: 'Nunito Sans Bold';
  src: url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Fonts/NunitoSans-Bold.woff2') format('woff2'),
    url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Fonts/NunitoSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans Light';
  src: url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Fonts/NunitoSans-Light.woff2') format('woff2'),
    url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Fonts/NunitoSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans Black';
  src: url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Fonts/NunitoSans-Black.woff2') format('woff2'),
    url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Fonts/NunitoSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans Italic';
  src: url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Fonts/NunitoSans-Italic.woff2') format('woff2'),
    url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Fonts/NunitoSans-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}


@font-face {
  font-family: 'Nunito Sans Regular';
  src: url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Fonts/NunitoSans-Regular.woff2') format('woff2'),
    url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Fonts/NunitoSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans SemiBold';
  src: url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Fonts/NunitoSans-SemiBold.woff2') format('woff2'),
    url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Fonts/NunitoSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans ExtraBold';
  src: url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Fonts/NunitoSans-ExtraBold.woff2') format('woff2'),
    url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Fonts/NunitoSans-ExtraBold.woff') format('woff');

  font-weight: 800;
  font-style: normal;
  font-display: swap;
}


























































html {
  font-size: 16px;
  scroll-behavior: smooth;
  transition:0.5 all ease-in-out;
}

body {
  font-family: Nunito Sans Regular;
  font-size: 16px;
  color: #212121;
  line-height: normal;
  letter-spacing: normal;
  margin:0;
  font-weight:normal;
  overflow-x:hidden;
  transition:0.5s all ease-in-out;
  -webkit-font-smoothing: antialiased;
}

body .row-fluid .wrapper{
  max-width:1198px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  padding-left:15px!important;
  padding-right:15px!important;
}
body .row-fluid .big-wrapper{
  max-width:1470px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  padding-left:15px!important;
  padding-right:15px!important;
}
body .row-fluid .header-wrapper{
  max-width:1342px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  padding-left:15px!important;
  padding-right:15px!important;
}

script{
  display:none!important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #22333a;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}
.body-container-wrapper .form-container a {
  color: #212121;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 20px;
  font-family: Nunito Sans Bold;
  font-weight:600;
  color: #212121;
  word-break: break-word;
}

h1 {
  font-size: 42px;
  font-weight: bold;
}

h2 {
  font-size: 42px;
  font-family: Nunito Sans SemiBold;
  font-weight:600;
  margin-bottom:13px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
  font-weight: bold;
}

h5 {
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  color:#1e4a79
}

h6{
  font-size: 16px;
  font-family:Nunito Sans Regular;
  line-height: 1.63;
}

strong {
  font-weight: 800;
}

code {
  vertical-align: bottom;
}

.body-container-wrapper {
  background:#FFFFFF;
  overflow:hidden;
}
.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  list-style:none;
  margin:20px 0;
}
.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}
.body-container-wrapper li {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.3px;
}
.no-list-style ul li{
  margin:0;
  padding:0;
}
.no-list-style li{
  margin:0;    
}
.no-list-style li:before{
  display:none;
}

.submitted-message{
  color:#212121;
}

.body-container-wrapper a{
  color:#22333a;    
}

blockquote{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  font-family:Nunito Sans Italic;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  color: #212121;
  font-size: 14px;
}

body .row-fluid .green-cta a.cta_button,
body .row-fluid .green-cta a{
  background-color: #5ca036;
}

body .row-fluid .green-cta a.cta_button:hover,
body .row-fluid .green-cta a:hover{
  background:#1e4a79;
}

body a.cta_button,
body .row-fluid .hs-button{
  background-color: #1e4a79;
  font-size: 16px;
  font-weight:600; 
  font-family: Nunito Sans SemiBold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #FFFFFF;;
  padding:10.5px 22px;
  border-radius:3px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  min-width:127px;
  box-sizing:border-box!important;
}

body a.cta_button:hover{
  background:#5ca036;
  color:#FFFFFF;
}

body .row-fluid .hs-button:hover{
  background:#1e4a79;
  color:#FFFFFF;
}

.white-cta a,
.white-cta a.cta_button{
  background:#FFFFFF;
  color:#1e4a79;
  transition: all ease-in-out .4s;
  border-radius: 2px;
  font-size: 12px;
  font-family: Nunito Sans SemiBold;
  font-weight:600;
  line-height: normal;
  padding: 2px 14px;
}

.white-cta a:hover,
.white-cta a.cta_button:hover{
  color:#FFFFFF;
  background:#1e4a79;
  transition: all ease-in-out .4s;
}

.arrow-cta a.cta_button,
.arrow-cta a{
  background:transparent;
  color:#1e4a79;
  border: none;
  padding:0;
  position:relative;
  z-index:1;
  text-transform:none;
  text-align:left;
  font-size:16px;
  transition: all ease-in-out .4s;
  text-decoration: underline;
  font-family: Nunito Sans SemiBold;
  font-weight:600;
}

.arrow-cta a.cta_button:after,
.arrow-cta a:after{
  position: absolute;
  z-index: 1;
  content: '';
  top: 4px;
  right: -23.5px;
  bottom: 0;
  width: 15px;
  height: 15px;
  background: url(https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/fi-rr-arrow-right.svg)no-repeat;
  background-position: center;
  background-size: cover;
  transition: all ease-in-out .4s;
}

body .row-fluid .arrow-cta a.cta_button:hover,
body .row-fluid .arrow-cta a:hover{
  background: transparent;
  background-position:center;
  background-size:contain;
  transition: all ease-in-out .4s;
  color:#1e4a79;
}

@media (max-width:767px){
  body .row-fluid .arrow-cta a.cta_button:after,
  body .row-fluid .arrow-cta a:after{
    right: -14px;
  }
}

body .container-fluid .row-fluid .hide-module{
  display:none;
}

/* .heading-paragraph p{
  font-size: 18px;
} */

/* .heading-paragraph p{
  font-size: 19px;
} */

.small-heading h6{
  font-size: 14px;
  font-family: Nunito Sans Regular;
  line-height: 1.71;
  font-weight: normal;
}

.hightlight h1 span,
.hightlight h2 span{
  color:#005487;
}

.hightlight h1 span>span,
.hightlight h2 span>span{
  color:#0075a9!important;
}

@media(max-width:767px){
  body .row-fluid .overlay-1:after{
    background: rgba(255 ,255, 255, .7);
    position: absolute;
    content: '';
    z-index: -1;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
  }
}

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

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

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

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.overlay{
  position:relative;
  z-index:1;
}

.border-bottom{
  border-bottom:1px solid #dadada;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(43, 43, 43, 0.4);
  z-index: -1;
}


.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
body .row-fluid .all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#FFFFFF;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
.text-margin-zero p,
body .container-fluid .row-fluid .text-margin-zero.span12,
.text-margin-zero .widget-type-cta{
  margin:0;
}


body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

.hubspot-link__container.sproket{
  display:none!important;
}

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}

.section-bg .bg-image{
  display:none!important;
}

/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: space-between;
    -webkit-justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
  }     
}


@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }  

  .row-reverse .equal-height-container>.row-fluid-wrapper>.row-fluid,
  .row-reverse.row-fluid{
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }

  body .container-fluid .row-fluid .row-reverse .right-col {
    margin: 0;
  }

  body .container-fluid .row-fluid .row-reverse .left-col{
    margin-left:3%;
  }

  .row-reverse .left-col {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }

}

@media(max-width:1024px){

  body .container-fluid .row-fluid .row-reverse .left-col{
    margin-left:3%;
  }

}


@media(max-width: 767px){
  body .mobile-column-reverse>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  body .container-fluid .row-fluid .row-reverse .left-col{
    margin-left:0%;
  }



}



/*========================================================
Typography Responsive Styling
========================================================*/

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

  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  .heading-paragraph p{
    font-size:18px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 29px;
  }

  h3{
    font-size: 22px;
  }

  h4,h5 {
    font-size:16px;
  }

  body .row-fluid .section-padding {
    padding: 80px 0;
  }

  body a.cta_button, body .container-fluid .row-fluid .hs-button {
    font-size: 14px;
    min-width:auto;
    padding:10.5px 11px!important;
  }  

}


@media (max-width:767px){

  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  h1 {
    font-size: 34px;
    letter-spacing:normal;
  }

  body .row-fluid .section-padding {
    padding: 60px 0;
  }

  h2 {
    font-size: 23px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

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

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

  body a.cta_button, body .row-fluid .hs-button{
    display:block;
    float:none;
    clear:both;
    box-sizing:border-box!important;
  }

  body .row-fluid .header-section a.cta_button{
    border-radius:0px;
  }

  body .row-fluid .header-section .green-cta a.cta_button:hover{
    background:#5ca036;
  }

  body .row-fluid .header-section .header-cta a.cta_button:hover{
    background:#1e4a79;
  }

  .heading-content p {
    font-size: 18px;
  }

  .heading-paragraph p{
    font-size:16px;
  }

  .header-section .right-cta-grp .header-cta a.cta_button,
  .header-section .right-cta-grp .green-cta a.cta_button{
    display:none;
  }

  .header-section .custom-menu-primary a.cta_button{
    display:block;
  }

}

@media(max-width:768px){

  body .row-fluid form .form-columns-2 .hs-form-field .hs-input{
    width:100%!important;
  }

}

/*======================================================
Two Column Adjust
========================================================*/

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

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

@media(max-width:767px){

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

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

}


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

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

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


@media (max-width:767px){

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

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



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

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

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

@media (max-width:767px){

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

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

}



/*==================================================
Five Col Adjust
==================================================*/

body .container-fluid .row-fluid .five-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}
body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){
  body .container-fluid .row-fluid .five-col-adjust>span {
    display: block;
    margin-right: 0;
  }

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

/*==================================================
Six Col Adjust
==================================================*/

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

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

@media (max-width:767px){

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

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

}

/*================================================================
form styling
==========================================================================*/

/*======= Placeholder Color ====*/

::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #212121;
  font-family:Nunito Sans Regular
}

:-moz-placeholder {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #212121;
  font-family:Nunito Sans Regular
}

:-ms-input-placeholder{
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #212121;
  font-family:Nunito Sans Regular
}

select::-ms-expand {
  display: none;
}

body .row-fluid textarea.hs-input::placeholder {
  line-height: 1.71;
}

body .row-fluid .hs-button {
  font-family: Nunito Sans SemiBold;
  font-weight:600;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1.63;
  letter-spacing: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #5ca036;
  border-color: #5ca036;
  color: #f5f9fc;
  border-radius: 3px;
  font-size: 16px;
  border:none;
  padding: 13.5px 43.48px;
  text-decoration: none;
  width:100%;
  display:block;
  margin-top: 10px;
}

.hs-button:hover{
  background-color: ;
  border-color: ;
  color: #ffffff;
}

.hs-button:focus {
  outline:none;
}

.hs-button:active {
  background-color: ;
  border-color: ;
}

.hs-form label{
  font-size: 14px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0.02px;
  color: #22333a;
}

.hs-richtext p {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.02px;
  color: #808080;
}

.hs-error-msgs label {
  margin-top: 0;
  margin-bottom: 20px;
  color: #ff0000!important;
}

.hs-input{
  display:inline-block;
  width:100%;
  height:53px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #555555;
  font-family:;
  border-radius: 3px;
  border: solid 1px #2b689c;
  background-color: #FFFFFF;
  padding:14.5px 15px!important;
}

.body-container-wrapper .hs-error-msgs,
.hs-error-msg{
  margin:0;
}
/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            
.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}
.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 4px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  width: 10.4px;
  height: 10.4px;
  cursor:pointer;
  border: solid 0.5px #212121;
}
body .row-fluid .hs-form .field .input input[type="checkbox"]:checked {
  background-color:#212121;
  border: 0;
  border-radius: 3px;
  padding: 0;
  position: relative;
}
.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  top: 3px;
  left: 3px;
  border: 2px solid #FFFFFF;
  border-top: 0;
  line-height: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}
.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input input[type="radio"] {
  position: relative;
  margin-right:5px;
}
body .row-fluid textarea.hs-input {
  height: 153px;
  resize: none;
  padding: 15px!important;
}
.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  left: 0px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}
body .row-fluid .hs-form .field .input input[type="checkbox"] {
  top: -4px;
  margin-left: 0;
  left: 0px;
  padding: 0 !important;
  width: 22.8px;
  height: 22.8px;
  border: solid 1px rgba(11,54,148,0.15);
  margin-bottom: 5px;
  margin-right: 10px;
  border-radius: 3px;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.hs-input[type=file] {
  background-color: ;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
  height: auto;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
textarea.hs-input {
  height: auto;
}
select[multiple].hs-input {
  height: inherit;
}
body .row-fluid form fieldset{
  max-width:100%;
}
/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}
input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}
.actions {
  padding: 0;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin-left:0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  line-height: 1.29;
  letter-spacing: 0.02px;
  color: #212121;
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  cursor: pointer;
}
body .row-fluid form fieldset.form-columns-2 .hs-form-field:last-child {
  float: right;
}
body .row-fluid form fieldset.form-columns-2 .hs-form-field {
  width: 48.8%;
}

body .row-fluid form fieldset.form-columns-1 .input,
body .row-fluid form fieldset.form-columns-2 .input {
  margin-right: 0;
}

.inputs-list:first-child {
  padding-top: 8px;
}

.inputs-list > li + li {
  padding-top: 2px;
}
body .row-fluid .hs-form .field .hs-input {
  border: solid 1px #2b689c;
  color: #555555;
  margin-bottom: 26px;
  margin-top: 4px;
}



body .row-fluid form select {
  background: url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Compressed%20Smartlink/arrow-down-sign-to-navigate%20%281%29.svg')no-repeat;
  background-position: 96.5%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  background-color:#FFFFFF;
  padding-right:50px!important;
  background-size: 2.5% 35%;
}

ul.no-list {
  list-style: none;
}
.hs-field-desc {
  color: #171D29;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media(max-width: 767px) {
  body .row-fluid form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
  body .row-fluid .hs-form .field .hs-input {
    margin-bottom: 15px;
  }
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}
.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

form .file-upload-button-label {
  border: solid 1px #212121;
  position: absolute;
  left: 11px;
  top: 7px;
  border-radius: 4px;
  padding: 0px 10px;
  color: #555555;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0px;
  width: 75px;
  height: 0;
  display: flex;
  cursor: pointer;
  display: flex;
  align-items: left;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 0px;
  height: 26px;
}

form .file-upload-file-name {
  height: 43px;
  color: #555555;
  line-height: 26px;
  display: flex;
  border: solid 1px #212121;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  right: 0;
  width: 100%;
  top: 0px;
  padding: 0 10px;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 8px;
  box-sizing:border-box;
  padding-left:120px;
}

form input[type="file"] {
  display: none !important;
}

form .input {
  display: block;
  position: relative;
}

@media(max-width:480px){
  form .file-upload-button-label{
    font-size:12px;
  }
  form .file-upload-file-name{
    font-size:12px;
  }
}

/*=====================================================================
HEADER STYLING
========================================================================*/

body.top-bar .header-section {
  min-height: 109px!important;
  transition : 0.3s all ease-in-out;
}

.header-section {
  min-height: 84px !important;
  transition : 0.3s all ease-in-out;
}



body .row-fluid #header.header-section{
  transition: all .6s ease-in-out;
}

body .row-fluid #header.header-section.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .16);
  background-color: #fff;
  transition: all .6s ease-in-out;
  width: 100%;
  min-height: 80px
}


.header-section .menu-container ul li a {
  font-size: 14px;
  font-weight: 600;
  font-family:Nunito Sans SemiBold;
  line-height: normal;
  letter-spacing: normal;
  color: #22333a;
  padding:13px 13px 13px;
}

.header-section .menu-container ul li:first-child a {
  padding-left: 0
}

.header-section .menu-container ul li:last-child a {
  padding-right: 0;
  padding-left: 19px
}

.header-section .logo-container {
  padding: 0;
  line-height: 0;
  cursor: pointer
}

.header-section .cta-container .cta_button {
  float: right
}

.header-wrapper {
  line-height: 0
}

@media(min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper {
    float: right
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 165px
  }
  .header-section .transparent-cta a.cta_button:hover {
    text-decoration: underline
  }
}

@media(min-width:1025px) and (max-width:1200px) {
  body .row-fluid .header-section .menu-container ul li a {
    font-size: 14px;
    padding: 13px 11px 13px;
  }

  body .row-fluid .header-section .right-cta-grp a.cta_button {
    padding: 10px;
    font-size: 14px;
  }

  body .row-fluid .header-section .span4.right-cta-grp{
    margin-left:0;
  }
}


@media(max-width:767px) {
  .header-section .right-cta-grp .cta_button {
    float: right
  }
  body .row-fluid .header-section {
    min-height: 65px!important
  }
  body .row-fluid .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: #3d9fff;
    background-color: #f5f9fc
  }

  .header-section .menu-container ul li:last-child a {
    padding: 0 20px
  }
}

@media(min-width:768px) {
  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background: #fff;
    box-shadow: 0 0 3px #00000029;
    min-width: 165px;
    text-align: left;
    padding: 0;
    border-radius: 5px;
    padding: 10px 0
  }
  .header-section .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding: 10px 15px 10px;
    font-weight: 400
  }
  .header-section .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding: 0
  }
  body .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper>ul ul li:hover>a {
    color: #3d9bf8;
    background: #f5f9fc
  }
}

@media(min-width:768px)and (max-width:1024px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    font-size: 13px
  }

  body .container-fluid .row-fluid .header-section .span8.menu-container.custom-menu-primary.vision-menu-primary{
    width: 72%!important;
  }


  body .row-fluid .header-section .right-cta-grp a.cta_button {
    padding: 8px;
    font-size: 11px;
  }

  body .row-fluid .header-section .right-cta-grp .green-cta a.cta_button{
    min-width:70px;
  }

}

@media(min-width:768px)and (max-width:800px) {
  body .row-fluid .header-section .right-cta-grp .green-cta a.cta_button{
   min-width:60px!important;
  }
}

@media(min-width:1025px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    font-size: 16px
  }
}

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

@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper {
    display: block!important
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: #2b689c;
    /*      font-family: Nunito Sans Bold;
    font-weight:bold; */
    text-decoration: underline
  }

}

.mobile-trigger,
.child-trigger {
  display: none
}

@media(max-width:767px) {
  .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: 0;
    margin: 0;
    background-image: none;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    text-indent: 0;
    text-align: left;
    color: #171d29
  }
  .mobile-trigger {
    display: inline-block!important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 10px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    background: #fff;
    border: 1px solid #171d29;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #171d29
  }
  .mobile-trigger:hover {
    text-decoration: none;
    color: #fff;
    background-color: #171d29;
    border-color: transparent
  }
  .mobile-open .mobile-trigger {
    color: #fff;
    background-color: #171d29;
    border-color: transparent
  }
  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -6px
  }
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    position: absolute;
    content: ''
  }
  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    width: 20px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #171d29;
    display: inline-block
  }
  .mobile-trigger i:before {
    top: -10px
  }
  .mobile-trigger i:after {
    top: 10px
  }
  .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: #171d29
  }
  #header li.hs-menu-item.hs-menu-depth-1.dropdown .child-trigger {
    display: block!important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    min-width: 55px!important;
    height: 47px!important;
    padding: 0!important
  }

  #header li.hs-menu-item.hs-menu-depth-1.dropdown .child-trigger:hover {
    text-decoration: none
  }

  #header li.hs-menu-item.hs-menu-depth-1.dropdown .child-trigger i {
    position: relative;
    top: 38%;
    margin: 0 auto!important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  #header li.hs-menu-item.hs-menu-depth-1.dropdown .child-trigger.child-open i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  #header li.hs-menu-item.hs-menu-depth-1.dropdown .child-trigger i,
  #header li.hs-menu-item.hs-menu-depth-1.dropdown .child-trigger i:after {
    width: 12px;
    height: 8px;
    background-color: #171d29;
    display: block;
    background: url(https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/down%20arrow.svg)no-repeat
  }

  #header li.hs-menu-item.hs-menu-depth-1.dropdown .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  #header li.hs-menu-item.hs-menu-depth-1.dropdown .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 44px;
    margin: 10px 0 10px 0
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none
  }
  .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: visible!important;
    opacity: 1!important;
    position: static!important;
    display: none
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper.hs-menu-flow-horizontal {
    width: 100%;
    position: relative;
    top: 50px;
    left: 0;
    padding: 0;
    z-index: 2;
    border-top: 5px solid #f5f5f6;
    padding-top: 10px
  }
  .custom-menu-primary .hs-menu-wrapper {
    background-color: #fff;
    width: 100%
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li a {
    font-size: 22px;
    line-height: 45px;
    overflow: visible
  }
  .custom-menu-primary .hs-menu-wrapper>ul li {
    */
  }
  .custom-menu-primary .hs-menu-wrapper>ul li a {
    padding: 0 10px;
    color: #171d29
  }
  .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: 20px;
    font-size: 16px
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
    text-indent: 20px
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a {
    text-indent: 30px
  }
}

@media(max-width:767px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: #3d9fff;
    background: #f5f9fc
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover>a {
    color: #3d9fff;
    background: #f5f9fc
  }
  .custom-menu-primary .hs-menu-wrapper {
    display: none
  }
  .mobile-trigger {
    border: 0;
    top: 0;
    right: 14px;
    background: transparent
  }
  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    width: 35px;
    background: #0b3694;
    height: 3px
  }
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    height: 2.3px;
    background: #0b3694
  }
  .mobile-trigger {
    top: 4px;
    right: 10px;
    transition: all .3s ease-in-out
  }
  #header.header-section.fixed .mobile-trigger {
    top: 4px;
    transition: all .3s ease-in-out
  }
  .mobile-open .mobile-trigger {
    background-color: transparent;
    z-index: 5
  }
  .mobile-trigger:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent
  }
  .mobile-trigger i {
    transition: all .3s ease-in-out
  }
  .mobile-open .mobile-trigger i {
    background: transparent!important;
    transition: all .3s ease-in-out
  }
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    transition: all .3s ease-in-out
  }
  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg)
  }
  .mobile-open .mobile-trigger i:after {
    top: 0;
    transform: rotate(-45deg)
  }
  .custom-menu-primary.js-enabled {
    position: absolute;
    padding-top: 0;
    margin: 10px 0 10px 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0
  }
}

@media(max-width:767px) {
  .header-section .header-nav {
    /* 		padding: 15px 0!important; */
    transition: all .3s ease-in-out;
    position: relative
  }
  #header.header-section.fixed {
    transition: all .3s ease-in-out
  }
  .header-section .menu-container ul li a,
  .header-section .menu-container ul li:first-child a {
    font-size: 16px;
    padding: 0 20px
  }
  .header-section .logo-container {
    padding: 10px 0
  }
  .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li {
    background-color: rgba(255, 255, 255, .08)
  }
  .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li {
    background-color: rgba(255, 255, 255, .08)
  }
  .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li a {
    color: #171d29;
    background: #fff
  }
  .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li:hover a{
    background-color: #f8f8f8;
  }
}




/*=======================================================================
MEGA MENU STYLING
========================================================================*/

body.activated,
body.mobile-open{
  position: relative;
  z-index: 3;
}


body.activated:after,
body.mobile-open:after{
  position: absolute;
  z-index: 1;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.94);
}

#header.header-section .header-nav {
  padding: 20px 0 18px;
  background: #fff;
  transition: all .6s ease-in-out;
  border-bottom:1px solid #e4e4e4;
  line-height:0;
}

#header.header-section.transparent .header-nav{
  background: transparent;
}


body.top-bar .header-container-wrapper {
  min-height: 109px !important;
  transition : 0.3s all ease-in-out;
  position:relative;
  z-index:5;
}

.header-container-wrapper {
  min-height: 84px !important;
  transition : 0.3s all ease-in-out;
}

#header.header-section.fixed .child-grp{
  top:14px;
  transition: all .6s ease-in-out;
}

body .row-fluid .header-section .child-grp ul li{
  list-style-type:none;
}

body .row-fluid .header-section .child-grp ul{
  padding:0px;
  margin:0px;
}

body .row-fluid .header-section .child-grp .left-col-heading h5 {
  padding-bottom:6px;
}

body .row-fluid .header-section .child-grp .left-col-heading{
  margin-bottom:10px;
  margin-left:10px;
}


body .header-section .mega-menu-popout .child-grp .top-parent-col ul li{
  margin: 0 0 5px;
  border-radius: 3px;
  /*   max-width:179px; */
  box-sizing:border-box;
}

body .header-section .mega-menu-popout .child-grp .top-parent-col .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{
  padding:6px 14px;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #212121;
  font-family: Nunito Sans SemiBold;
}

body .container-fluid .row-fluid .header-section .mega-menu-popout .child-grp .top-parent-col ul li:hover a{
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family:Nunito Sans ExtraBold;
  color:#2b689c;
}


body .header-section .mega-menu-popout .child-grp .top-parent-col ul li:hover{
  background-color: #ffffff;
}

#header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
  text-decoration:none;
}

#header.header-section .menu-container > ul > li:last-child > a{
  padding-right:14px;
}

#header.header-section .menu-container ul li.hs-menu-item.hs-menu-depth-1.dropdown:last-child a{
  padding-right:20px;
}

body.dark-blue-header #header.header-section .header-nav{
  background: #0b3694;
}

#header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
  text-decoration:none;
}

#header.header-section .menu-container > ul > li:last-child > a{
  padding-right:14px;
}




@media(min-width:768px){

  body .row-fluid .header-section .child-grp .equal-height-container .vertical-center {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content:flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  body .header-section .mega-menu-popout .child-grp.for-5-child .mega-menu-news-list-items ul li a{
    font-size:14px;
    color:#0b3694;
    display:block;
    padding:14px 0px 0px;
  }

  body .header-section .mega-menu-popout .child-grp.for-5-child .mega-menu-news-list-items ul li{
    border-radius: 6px;
    border: solid 1px rgba(11, 54, 148, 0.15);
    padding:10px 20px!important;
  }


  body .header-section .child-grp.for-1-child{
    /*     right: 8%; */
    right: 31%;
  }

  body .header-section .child-grp.for-2-child{
    /*     right:-8%; */
    right:11%;
  }

  body .header-section .child-grp.for-5-child{
    left: auto;
    /*     right: 14%; */
    right: 24%;
  }

}


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

  body .header-section .child-grp{
    margin:0 auto!important;
  }

}

@media (min-width: 1025px) and (max-width: 1200px){
  body .container-fluid .row-fluid .header-section .child-grp.for-5-child {
    right: 22%;
  }

  body .container-fluid .row-fluid .header-section .child-grp.for-2-child {
    right: 20%;
  }

  body .container-fluid .row-fluid .header-section .child-grp.for-1-child {
    right: 38%;
  }

}

@media (min-width: 1025px) and (max-width: 1200px){
  body .row-fluid .cta-grp a.cta_button {
    min-width: unset;
    padding: 16px 11.5px;
    font-size: 14px;
  }
  
    body .row-fluid .header-section .right-cta-grp a.cta_button{
    min-width:100px!important;
  }
  
}

body .header-section .child-grp.for-3-child,
body .header-section .child-grp.for-4-child{
  display: none!important;

}

@media (min-width:1200px){
  body .row-fluid .header-section .menu-container ul li:nth-child(3) a {
    padding-left: 19px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1.dropdown:nth-child(5)>a {
    padding: 13px 20px 13px 12.5px!important;
  }

  body .row-fluid .header-section .right-cta-grp .green-cta a.cta_button{
    min-width:88px;
  }

  body .row-fluid .header-section .right-cta-grp .header-cta a.cta_button{
    min-width:165px;
  }
}



@media(min-width:768px){

/*   body .header-section .span8.widget-span.widget-type-custom_widget.menu-container.custom-menu-primary.vision-menu-primary.vertical-center {
    width: 68%;
  } */
  
  body .header-section .span9.widget-span.widget-type-custom_widget.menu-container.custom-menu-primary.vision-menu-primary.vertical-center {
    width: 71.5%;
  }
  
  body .row-fluid .header-section .span3.right-cta-grp{
    width: 29%;
    text-align: right;
    margin-left: 2%;
  }

  body .row-fluid .header-section .right-cta-grp a.cta_button{
    min-width:unset;
  }

  body .header-section .mega-menu-popout.visible .child-grp.for-1-child .top-parent-col .span6.widget-span.widget-type-cell.col-2.vertical-center {
    margin-left: 10%;
  }

  .back,
  .heading{
    display:none;
  }

  body .header-section .child-grp{
    display: none;
    visibility: hidden; 
    opacity: 0; 
    top: 11px;
    left:0;
    right: 0;
    z-index: 11;
    width: 100%;
    margin: 0 auto!important;
    padding: 0px;
    border-radius: 3px;
    -webkit-transition: opacity .9s;
    position: absolute;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f8f8f8;
    max-width: 478px;
    min-width: 478px;
    transition: all .6s ease-in-out;
    transform: translateY(-120%);
    min-height:291px!important;
    box-sizing:border-box;
  }

  body .header-section .child-grp.for-2-child{
    max-width: 260px;
    min-width: 260px;
  }

  body .header-section .child-grp.for-5-child{
    max-width: 276px;
    min-width: 276px;
  }

  body .header-section .child-grp .wrapper{
    padding:0px 16px!important;
  }

  body.transparent .header-section .child-grp .wrapper{
    padding:0px 16px!important;
  }

  body .header-section .child-grp.for-2-child,
  body .header-section .child-grp.for-5-child{
    padding: 0px;
  }

  body .header-section .mega-menu-popout.visible .child-grp{
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 2px 14px 0px rgb(0 0 0 / 6%);
  }

  body .header-section .mega-menu-popout.visible .child-grp.for-3-child,
  body .header-section .mega-menu-popout.visible .child-grp.for-4-child,
  body .header-section .mega-menu-popout.visible .child-grp.for-6-child{
    display:none;
  }

  body .row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-vertical > ul{
    margin:0px; 
  }

  li.hs-menu-item.hs-menu-depth-1.dropdown.activated,
  li.hs-menu-item.hs-menu-depth-1.dropdown{
    position:relative;
    z-index:1;
  }

  li.hs-menu-item.hs-menu-depth-1.dropdown.activated > a{
    color:#2b689c;
    font-family: Nunito Sans Bold;
    font-weight:bold;
  }

  li.hs-menu-item.hs-menu-depth-1.dropdown a {
    padding: 13px 20px 13px!important;
  }

  li.hs-menu-item.hs-menu-depth-1.dropdown:before{
    position:absolute;
    z-index:1;
    content:'';
    width:9px;
    height:5.2px;
    top:45%;
    right:5px;
    bottom:0;
    background:url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/down%20arrow.svg')no-repeat;
    background-position:center;
    background-size:cover;
    transition: all .3s ease-in-out;
  }

  body.dark-blue-header li.hs-menu-item.hs-menu-depth-1.dropdown:before{
    background:url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/down%20arrow.svg')no-repeat;
    background-position: center;
    background-size: cover;
  }


  li.hs-menu-item.hs-menu-depth-1.dropdown.activated:before{
    transform: translate3d(0px,0px,0px) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(180deg) skew(0,0);
    transform-style: preserve-3d;
    transition: all .3s ease-in-out;
    position:absolute;
    z-index:1;
    content:'';
    width:9px;
    height:5.2px;
    top:45%;
    right:5px;
    bottom:0;
    background:url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/arrow-down-sign-to.svg')no-repeat;
    background-position:center;
    background-size:cover;
  }

  li.hs-menu-item.hs-menu-depth-1.dropdown:after{
    position:absolute;
    z-index:1;
    content:'';
    height:2px;
    background:#2b689c;
    width:0;
    bottom:-11px;
    left:17px;
    right:0;
    transition: all ease-in-out .2s;
  }

  li.hs-menu-item.hs-menu-depth-1.dropdown.activated:after{
    width:88%;
  }

}

@media(min-width:1201px){

  body .header-section .mega-menu-popout .child-grp{
    padding: 30px 39px 0px 20px;
  }

  body .header-section .mega-menu-popout .child-grp.for-5-child{
    padding: 30px 39px 21px 20px;
  }

}

@media(min-width:768px) and (max-width:1200px){
  body .header-section .mega-menu-popout .child-grp{
    padding: 20px 20px 0px;
  }
}


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

  #header.header-section .span2.left-col {
    width: 15%;
  }


  #header.header-section .right-col {
    width: 82%;
    min-height:auto;
  }

  #header.header-section .span9.menu-container.custom-menu-primary.vision-menu-primary {
    width: 90%;
  }

  #header.header-section  .span3.right-cta-grp {
    width: 37.5%;
  }

  #header.header-section.fixed .child-grp{
    top:15px;
    min-height:auto!important;
  }

  body .header-section .child-grp{
    top:11px;
    min-height:auto!important;
  }


  body #header.header-section .menu-container ul li > a {
    font-size: 12px;
    padding: 13px 8px 13px!important;
  }


  body .row-fluid .header-section .child-grp.for-2-child {
    right: 10%;
  }

  body .row-fluid .header-section .child-grp .left-col-heading h5{
    font-size:14px;
  }
  body .container-fluid .row-fluid .header-section .mega-menu-popout .child-grp .top-parent-col ul li:hover a,
  body .header-section .mega-menu-popout .child-grp .top-parent-col .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{
    font-size: 12px;
  }

  #header.header-section .menu-container ul li.hs-menu-item.hs-menu-depth-1.dropdown:last-child a {
    padding-right: 10px;
  }
  #header.header-section li.hs-menu-item.hs-menu-depth-1.dropdown:before {
    top: 48%;
    right: -4px;
    width:8px;
    height:4px;
  }

  body .header-section .mega-menu-popout .child-grp.for-1-child .top-parent-col ul li{
    margin: 0 0 5px;
  }

  body.transparent .header-section .child-grp .wrapper {
    padding: 0px 12px !important;
  }

}

@media(min-width:768px){

  body .row-fluid #header.header-section .menu-container > ul > li:nth-child(3) > a {
    padding: 13px 2px 13px 14px;
  }

}

@media (max-width: 1200px) and (min-width: 1025px){

  body .row-fluid #header.header-section .menu-container > ul > li > a {
    font-size: 16px;
    padding: 13px 18px 13px;
  }
}

/*============================================================
HEADER Mobile Responsive
===========================================================*/

body.mobile-open{
  overflow:hidden!important;
}

.mega-menu-popout-container{
  position:relative;
}

@media (max-width:767px){
  
  .header-container-wrapper {
    min-height: 65px !important;
    transition : 0.3s all ease-in-out;
  }

  body #header.header-section {
    min-height: 65px !important;
    position:relative;
    z-index:2;
  }

  body.mobile-open #header .mobile-trigger i,
  body.mobile-open #header .mobile-trigger i:before,
  body.mobile-open #header .mobile-trigger i:after {
    height: 3px!important;
  }

  #header.header-section .menu-container ul li a {
    font-size: 16px;
    padding: 12.5px 15px;
    font-weight: bold;
    color: #000;
    line-height: normal;
  }

  #header li.hs-menu-item.hs-menu-depth-1 {
    border-bottom: 1px solid rgba(11, 54, 148, 0.15);
  }

  #header li.hs-menu-item.hs-menu-depth-1.dropdown .child-trigger i, li.hs-menu-item.hs-menu-depth-1.dropdown .child-trigger i:after {
    width: 11px;
    height: 11px;
    display: block;
    background: url(https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/arrow-down-sign-to.svg)no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 30px!important;
  } 

  .custom-menu-primary .hs-menu-wrapper{
    display:none;
  }

  .header-container-wrapper .header-container .mega-menu-popout-container-inner .hs-menu-wrapper{
    display:block;
    position:relative;
  }

  body.cookie-shown .header-container-wrapper .header-container .mega-menu-popout-container-inner{
    padding-top: 108px!important;
  }

  .header-container-wrapper .header-container .mega-menu-popout-container-inner{
    background:#ffffff; 
    position: fixed;
    z-index: 1;
    width: 100%;
    bottom: 0;
    max-height: 100%;
    top:0;
    padding-top: 75px!important;
    transform: translateX(100%);
    transition: transform 500ms cubic-bezier(0.23,1,0.32,1),visibility 500ms cubic-bezier(0.23,1,0.32,1);
    overflow-y: auto;
    box-sizing: border-box;
    height: max-content;
    box-shadow: 0 9px 15px 0 rgba(0,0,0,0.1);
    padding-bottom:10px;
  }

  .span12.row-1.last-row {
    float: none;
    clear: both;
  }

  .header-container-wrapper .header-container .mega-menu-popout-container-inner.slide-open{
    right:0px; 
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown > a{
    position:relative;
    z-index:0;
    display:inline-block;
  }

  .header-section .menu-container.custom-menu-primary .hs-menu-wrapper>ul>li>a{
    transition:0s; 
  }

  li.hs-menu-item.hs-menu-depth-1.dropdown.activated {
    padding-bottom: 0px!important;
  }

  li.hs-menu-item.hs-menu-depth-1.activated{
    padding-bottom: 0px!important;
  }

  body .row-fluid .mobile-meg{
    display:none!important; 
  }

  body #header.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.dropdown>a {
    position: relative;
    z-index: 0;
    display: block;
  }

  body #header.header-section .custom-menu-primary.js-enabled .hs-menu-wrapper.hs-menu-flow-horizontal {
    width: 100%;
    position: relative;
    top: 68px;
    left: 0;
    padding: 0px;
    z-index: 2;
    border-top: 0px;
    box-sizing:border-box;
    padding-top: 0;
    box-shadow: 0 18px 15px 0 rgba(0, 0, 0, 0.1);
    height: calc(100vh - 70px);
    overflow-y: scroll;
    padding-bottom: 100px;
  }

  body .row-fluid #header.header-section .cta-group {
    float: none;
    clear: both;
  }

  body #header.header-section.fixed .child-grp{
    top:0px;
    transition: all .6s ease-in-out;
  }

  body.mobile-open #header.header-section .header-nav:after{
    position:absolute;
    z-index:-1;
    background:#fff;
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
  }

  .mega-menu-list-items ul li p, .mega-menu-news-list-items ul li p {
    font-size: 12px;
    color: #000;
    margin: 0px;
    white-space: normal;
    line-height: normal;
  }

  body .row-fluid .header-section .child-grp ul li {
    list-style-type: none;
    padding: 14px 0px 14px 0px;
    border-bottom: 1px solid rgba(11, 54, 148, 0.15);
  }

  body .row-fluid .header-section .child-grp .mega-menu-list-items ul a:first-child li{
    padding: 0px 0px 14px 0px;
  }

  body .row-fluid .header-section .child-grp .mega-menu-list-items ul a:last-child li{
    border-bottom:none;
  }

  #header.header-section .header-nav {
    padding: 15px 0 15px;
    background: #fff;
    transition: all .6s ease-in-out;
  }

  body .row-fluid #header.header-section .row-1.last-row {
    border-top: 1px solid rgba(11, 54, 148, 0.15);
  }

  body .row-fluid #header.header-section .logo-container{
    position:relative;
    z-index:5;
    width:50%;
  }

  body .row-fluid #header.header-section .mobile-trigger{
    top: 20px;
    right: 10px;
    transition: all .3s ease-in-out;    
  }

}

@media (max-width:767px){
  .header-container-wrapper .header-container .mega-menu-popout-container-inner{
    position: relative;
    transform: unset;
    padding-top: 0 !important;
    padding-bottom: 0;
    box-shadow:unset;
  }

  body .row-fluid .header-section .child-grp .left-col-heading h5{
    margin:0px;
    padding: 10px 14px;
  }

  body .row-fluid .header-section .child-grp .left-col-heading {
    margin-bottom: 0;
    margin-left: 0;
  }

  #header li.hs-menu-item.hs-menu-depth-1{
    padding:0px;
  }

}

/****************** END Header Mobile Responsive ******************/

/*============================================================
Footer Mobile Responsive
=============================================================*/

.footer-section{
  padding:63px 0px 26px;
  background:#f8f8f8;
}

.footer-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  padding:10px 15px;
  opacity:0.6;
  font-weight:600;
}

.footer-section .hs-menu-wrapper.hs-menu-flow-vertical > ul li a{
  padding:7px 0px;
  text-overflow:unset;
  white-space: normal;
  overflow: visible;
}


.footer-section .row-1 {
  margin-bottom: 60px;
}

.footer-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{
  padding-right:0px;
}

.social-icons ul{
  padding-left:0px;
  margin:10px 0px;
}

.social-icons ul li{
  display:inline;
  margin-right:15px;
}

.social-icons ul li img{
  max-width:25px;
}

.footer-section .col-1 .address-text p{
  font-size:14px;
  padding-top:24px;
}

.footer-section .footer-heading h5{
  margin-bottom:8px;
}

.footer-section .footer-logo {
  padding-top: 7px;
}

.footer-container .row-2{
  background:#1e4a79; 
  padding:11px 0;
}

.footer-container .row-2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  padding:0 13px;
  position:relative;
}


.footer-container .row-2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a:after{
  display:none;
}

.footer-container .row-2 .copyright-text p{
  font-weight:300;
}

.footer-container .terms-conditions .hs-menu-wrapper {
  line-height: 0;
}

.footer-container .terms-conditions .hs-menu-wrapper ul {
  line-height: 1;
}


@media(max-width:1024px) and (min-width:768px){
  .footer-section .footer-heading h5 {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

@media(min-width:768px){

  .footer-container .row-2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
    padding-right:0;
  }

  .footer-section .col-2{
    width: 20%;
    margin-left: 0;
    padding-left: 8.5%;
  }

  .footer-section .col-3{
    width: 20%;
    padding-left:4%;
  }

  .footer-section .col-4,
  .footer-section .col-5{
    padding-left:1%;
  }

  .footer-container .row-2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:after{
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 21px;
    top: 0;
    right: 0;
  }

}

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

  .footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child a{
    padding-left:0px;
  }

}

@media(max-width:767px){

  .footer-container .row-2 .terms-conditions{
    text-align:left;
  }

  .footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
    padding-right:15px;
  }

  .footer-section .row-1 {
    margin-bottom: 20px;
  }

  .footer-section{
    padding:50px 0px 20px;
  }

  .footer-container .social-icons {
    padding-bottom: 15px;
  }

  .footer-container .row-2{
    padding:20px 0;
  }

  .footer-container .row-2 .terms-conditions{
    padding: 10px 0 0;
  }

  body .row-fluid .footer-container .row-2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding:10px 20px 10px 0px;
  }

}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  body .row-fluid .api-section-4 .two-col-adjust span>.hs_cos_wrapper{
    flex-basis:auto;
    -webkit-flex-basis:auto;
    width: 43.92%;
  }

}



/*============================================================
Top Header Banner Section Styling Started
=============================================================*/


.top-banner{
  padding:12.5px 15px;
}

.top-banner .white-cta a.cta_button{
  margin-left: 12px;
}

.top-banner .cm-container p{
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family:Nunito Sans SemiBold;
}
span.simple-cta a.cta_button:hover{
  background: transparent; 
  color: #0b3694;
}

@media(max-width:767px){

  .top-banner .equal-height-container > .row-fluid-wrapper > .row-fluid{
    display:flex;
    align-items:center;
  }


  .top-banner .text-col{
    flex-basis:90%;
    line-height:normal;
    text-align:center;
  }

  body .row-fluid .top-banner{
    padding:10px 0;
  }
  .top-banner .text-col p,
  .top-banner .text-col a.cta_button{
    display:inline-block;
    min-width:auto;
    line-height:14px;
  }
}

@media(max-width:400px){
  .top-banner .text-col p,
  .top-banner .text-col a.cta_button{
    text-align:left;
  }

  .top-banner .text-col p,
  .top-banner .text-col a.cta_button{
    font-size:10px;
  }

  body .row-fluid .top-banner .wrapper{
    padding-left: 3px!important;
    padding-right: 3px!important;
  }

  body .row-fluid .top-banner .text-col a.cta_button{
    margin-left: 3px;
  }

}

/*****************Homepage Banner Section*******************/

.homepage-banner-slider .hs_cos_wrappers {
  padding: 182px 0px 0;
}

.homepage-banner-slider .hs_cos_wrappers .cm-container {
  position: relative;
}

.homepage-banner-slider .cta-container {
  margin-top: 35px;
}

.row-fluid button.slick-prev {
  height: 42px;
  width: 42px;
  cursor: pointer;
  background: url(https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Fonts/left%20arrow.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 14.5%;
  top: 41%;
  outline: 0;
  font-size: 0;
  border: 0;
  z-index: 1;
}

.row-fluid button.slick-next {
  height: 42px;
  width: 42px;
  cursor: pointer;
  background: url(https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Fonts/right%20arrow.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 11%;
  top: 41%;
  outline: 0;
  font-size: 0;
  border: 0;
  z-index: 1;
}

body .row-fluid .homepage-banner-slider ul.slick-dots {
  position: absolute;
  left:0;
  right: 0;
  bottom: 80px;
  padding: 0;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
  display: block !important;
  width: 100%;

}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}


.slick-dots li button {
  line-height: 0;
  font-size: 0px;
  margin-right: 0px;
  cursor: pointer;
  padding: 0;
  background: transparent;
  opacity: 0;
}

.slick-dots li  {
  height: 10px;
  width: 10px;
  margin: 0;
  margin-right: 8px;
  background: #2b689c;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  cursor:pointer; 
}

body .row-fluid ul.slick-dots li.slick-active {
  width: 31px;
  height: 10px;
  border-radius: 7px;
  background-color: #1e4a79;
}

.slick-initialized .slick-slide:focus,
.slick-dots li button {
  outline: 0;
}

body .row-fluid .homepage-banner-slider .cm-container h2{
  font-family:Nunito Sans Bold;
  font-weight: bold;
}


@media(min-width:1400px) and (max-width:1599px){
  .row-fluid button.slick-prev{
    left:20px;
  }
  .row-fluid button.slick-next{
    right:30px;
  }
}

@media(min-width:1600px){
  .row-fluid button.slick-prev{
    left: 7%;
  }
}

@media(max-width:1399px) {
  .row-fluid button.slick-prev{
    left: 20px;
  }
  .row-fluid button.slick-next{
    right:20px;
  }
  body .row-fluid .homepage-banner-slider .wrapper{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  body .row-fluid .homepage-banner-slider ul.slick-dots{
    padding-left: 80px;
    padding-right: 80px;
    max-width:1042px;
  }
}

@media(max-width:1200px) {
  .body .row-fluid .homepage-banner-slider .slick-next {
    right: -20px;
    width: 33px;
  }
  .body .row-fluid .homepage-banner-slider .slick-prev {
    left: -50px;
    width: 33px;
  }
}

@media(min-width:1025px){

  body .row-fluid .homepage-banner-slider .cm-container h2{
    margin-bottom:30px;
  }
  .homepage-banner-slider .hs_cos_wrappers .cm-container{
    padding-bottom:173px;
  }
}

@media(max-width:780px) and (min-width:768px){
  body .row-fluid .homepage-banner-slider .span6.left-cta {
    width: 47%;
  }
}

@media(min-width:768px){
/*   .homepage-banner-slider .hs_cos_wrappers .cm-container{
    max-width: 471px;
  } */

  .homepage-banner-slider .span6.left-cta{
    width: 193px;
  }

}

@media(max-width: 1200px) and (min-width: 768px) {
  body .row-fluid .homepage-banner-slider .right-col.vertical-center{
    justify-content: flex-end;
  }
}

/* @media(max-width: 1024px) and (min-width: 851px) {
   body .row-fluid .homepage-banner-slider ul.slick-dots{
    left:0;
    bottom: 66px!important;
  }
}

@media(max-width: 850px) and (min-width: 768px) {
   body .row-fluid .homepage-banner-slider ul.slick-dots{
    left:0;
    bottom: 140px!important;
  }
} */

@media(max-width: 1024px) and (min-width: 768px) {
  
  body .row-fluid .homepage-banner-slider ul.slick-dots{
    left:0;
    bottom: 66px!important;
  }

  .homepage-banner-slider .hs_cos_wrappers {
    padding: 100px 0px 0;
  }

  .homepage-banner-slider .hs_cos_wrappers .cm-container{
    padding-bottom: 140px;
  }

  .api-banner-section .equal-height-container>.row-fluid-wrapper>.row-fluid {
    align-items: flex-end;
  }

  .api-banner-section .left-col {
    padding-bottom: 80px;
  }

}

@media(min-width: 768px) {
  .api-banner-section .text-conatiner{
    max-width:500px;
  }
}

@media(max-width: 767px) {

  .row-fluid button.slick-next,
  .row-fluid button.slick-prev{
    display:none!important;
  }
  .homepage-banner-slider .hs_cos_wrappers {
    padding: 60px 0px 0;
    text-align:center;
  }
  .homepage-banner-slider ul.slick-dots {
    bottom: 50px;
  }

  .homepage-banner-slider .cta-container .left-cta {
    margin-bottom: 30px;
  }

  body .row-fluid .homepage-banner-slider ul.slick-dots{
    padding-left: 20px !important;
    padding-right: 20px !important;
    left:0!important;
    box-sizing: border-box;
    position: relative;
    margin: 15px 0;
    bottom: 0;
  }

  .homepage-banner-slider .cta-container{
    margin-bottom:30px;
  }

  .homepage-banner-slider ul.slick-dots{
    text-align:center;
  }

  body .row-fluid .homepage-banner-slider .wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  body .row-fluid .homepage-banner-slider .hs_cos_wrappers .image-container{
    max-width: 314px;
    margin: 0 auto;
  }

  body .row-fluid .api-banner-section{
    text-align:center;
  }
}

@media(max-width: 767px){

  body.homepage .row-fluid .api-banner-section:before,
  body .container-fluid .row-fluid .homepage-banner-slider .hs_cos_wrappers:before{
    width:100%!important;
  }
}


/************************************************************************************
==================== Tw0 Col Adjust Section ******************
************************************************************************************/

@media(max-width: 767px){
  body .container-fluid .row-fluid .homepage-experties.experties .hs_cos_wrapper{
    max-width:100%;
    text-align:center;
  }
}

@media(min-width:768px){
  .homepage-experties.experties .hs_cos_wrapper .image-container {
    background-size:cover !important;
  }
  body .row-fluid .homepage-experties .two-col-adjust span>.hs_cos_wrapper{
    flex-basis: 43.1%;
    -webkit-flex-basis: 43.1%;
    margin-right: 6.5%;
  }
  
  body .row-fluid .homepage-experties .two-col-adjust span>.hs_cos_wrapper:nth-child(2n){
    margin-right:0;
  }

}

@media (min-width: 1025px){
   body .container-fluid .row-fluid .homepage-experties .two-col-adjust>span{
    margin-right:-6.5%;
  }
}

@media (min-width: 768px) and (max-width:1024px){
   body .container-fluid .row-fluid .homepage-experties .two-col-adjust>span{
    margin-right:-7.5%;
  }
  
  body .container-fluid .row-fluid .homepage-experties .hs_cos_wrapper .image-container{
    height: 28vw !important;
  }
}

@media(max-width:400px){
  body .container-fluid .row-fluid .homepage-experties.experties .hs_cos_wrapper .image-container {
    height:57.8vw !important;
 }
}


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


@media (min-width:768px){
  body .row-fluid .homepage-experties .three-col-adjust span>.hs_cos_wrapper{
    flex-basis: 30.38%;
    -webkit-flex-basis: 30.38%;
    margin-right: 2.6%;
  }

  body .row-fluid .homepage-experties .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right:0;
  }

  .homepage-experties .hs_cos_wrapper .arrow-cta a.cta_button,
  .homepage-experties .hs_cos_wrapper .arrow-cta a{
    padding-left:15px;
  }
}

@media (min-width: 1025px){
  body .container-fluid .homepage-experties .row-fluid .three-col-adjust>span{
    margin-right:-2.6%;
  }
}

@media (min-width: 768px) and (max-width:1024px){
  body .container-fluid .homepage-experties .row-fluid .three-col-adjust>span {
    margin-right: -3.6%;
  }
}

@media (max-width:767px){
  .homepage-experties .hs_cos_wrapper .arrow-cta a.cta_button::after,
  .homepage-experties .hs_cos_wrapper .arrow-cta a:after{
    left: unset;
}

  .homepage-experties .top-content{
    padding-bottom:0;
  }
   body .container-fluid .row-fluid .homepage-experties .hs_cos_wrapper .image-container{
    height: 59vw !important;
  }
}

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

.top-content{
  margin:0 auto;
/*   max-width:665px; */
  padding-bottom:20px;
}

.experties .top-content h2{
  margin-bottom:12px;
}
.experties .arrow-cta a.cta_button, .experties .arrow-cta a{
  min-width:78px; 
}

.experties .middle-content{
  margin-top:20px;
  margin-bottom:22px;
}

body .row-fluid .experties .middle-content h4{
  margin-bottom:15px;
  font-weight:600;
}

@media(max-width:767px){
  .top-content{
    max-width:100%;
  }
  .experties .arrow-cta{
    width:90px; 
    margin:0 auto
  }

  .experties .four-col-adjust .hs_cos_wrapper{
    text-align:center;
  }

  .experties .hs_cos_wrapper .image-container{
    background-size:contain !important;
  }
}

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

  .experties .hs_cos_wrapper .image-container{
    height:25vw !important;
    background-size:contain !important;
  }
}



/*****************************************************************
****************** Testimonial Slider Section ******************
*****************************************************************/

.testimonial-slider-section .slick-slide img{
  text-align: center;
  margin: 0 auto;
}

.testimonial-slider-section .testi-logo{
  width:100%;
  max-width:200px;
  margin:0 auto 20px;
}



.testimonial-slider-section .slick-initialized .slick-slide{
  padding: 30px 30px 22px;
  background: #f8f8f8;
  transition: all .6s ease-in-out;
  border-radius: 10px;
  position:relative;
  margin:5px 0;
  max-width: 427px;
  box-sizing: border-box;
  height:auto!important;
}

.testimonial-slider-section .slick-initialized .slick-slide blockquote{
  margin:0;
}

.testimonial-slider-section .slick-initialized .slick-slide{
  opacity: .2;
  transform: scale(.8);
}

.testimonial-slider-section .slick-initialized .slick-slide.slick-active{
  transform: scale(.85);
  opacity: .5;

}

.testimonial-slider-section .slick-initialized .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}

body .row-fluid .testimonial-slider-section.overview-slider .slick-initialized .slick-slide{
  background: #FFFFFF;
}


.testimonial-slider-section .slick-dots {
  padding: 0;
  margin: 70px 0 45px;
  outline: none;
  text-align: center;
}

.testimonial-slider-section .testimony-name h6{
  font-family:Nunito Sans SemiBold;
  font-weight:600;
}

.testimonial-slider-section .add-position p{
  font-size:14px;
  line-height: 1.86;
}

.testimonial-slider-section .testimonial-container{
  margin-top:16px;
}

.testimonial-slider-section .testimony-image{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  float: right;
  margin-top: -2px;
}



@media (max-width:1024px){
  body .row-fluid .testimonial-slider-section .slick-dots {
    margin: 30px 0;
  }
  body .row-fluid .testimonial-slider-section .cta-container a.cta_button{
    display:inline-block;
  }
}

@media (max-width:767px){


  .testimonial-slider-section .testimony-image {
    margin-top: 0;
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
  }

  .testimonial-slider-section .slick-initialized .slick-slide {
    padding: 30px 20px 20px;
    max-width: 100%;
  }

}


/*****************************************************************
****************** Counter Section ******************
*****************************************************************/

.homepage-counter .middle-content h2{
  font-family:Nunito Sans Black;
  font-weight: 900;
  color: #1e4a79;
  margin-bottom:2px;
  line-height: normal;
}

.homepage-counter .top-col{
  margin:0 auto;
/*   max-width:599px; */
}

.homepage-counter .hs_cos_wrapper:before {
  position: absolute;
  top: -21%;
  left: -2px;
  right: -17%;
  bottom: -1px;
  content: '';
  border: 1px solid #dadada;
  border-right: 0;
  border-top: 0;
}


.homepage-counter .four-col-adjust>span{
  overflow: hidden;
  margin: 54px 0 0;
}

.homepage-counter .hs_cos_wrapper .middle-content {
  justify-content: center;
  display:flex;
}

.homepage-counter .hs_cos_wrapper .middle-content h2{
  display:inline-block;
}



@media(min-width:1200px){

  .homepage-counter .hs_cos_wrapper:nth-child(2):before ,  .homepage-counter .hs_cos_wrapper:nth-child(6):before{
    left: -20px;
    right: -15%;
  }
}

@media(min-width:768px){

  .homepage-counter .hs_cos_wrapper{
    padding:46px 0 42px 0;
    margin-top:25px !important;
    flex-basis:21.5%;
    -webkit-flex-basis: 21.5% !important;

  }
  body .container-fluid .row-fluid .homepage-counter .four-col-adjust>span{
    margin-right:-3.5% !important;
  }

  .homepage-counter .hs_cos_wrapper:first-child:before ,.homepage-counter .hs_cos_wrapper:nth-child(5):before{
    border-left: 0;
    left: 12.6%;
    border-left:0;
  }
  .homepage-counter .hs_cos_wrapper:first-child,.homepage-counter .hs_cos_wrapper:nth-child(5){
    left:3%
  }

  .homepage-counter .hs_cos_wrapper:last-child:before ,.homepage-counter .hs_cos_wrapper:nth-child(4):before{
    right:12% ;

  }
  .homepage-counter .hs_cos_wrapper:last-child,.homepage-counter .hs_cos_wrapper:nth-child(4){
    left:0;
  }

}

@media(max-width:767px){

  body .row-fluid .homepage-counter .four-col-adjust>span{
    margin: 15px 0 0;
  }

  body .row-fluid .api-banner-section.thank-you.section-padding,
  body .row-fluid .api-banner-section.contact-banner.section-padding {
    padding: 80px 0 40px!important;
  }

}




/************************************************************************************
==================== Developer API Banner-Section  ******************
************************************************************************************/


body .row-fluid .api-banner-section .green-cta a.cta_button, body .row-fluid .api-banner-section .green-cta a {
  min-width:165px;
}

body .row-fluid .api-banner-section .blue-cta a.cta_button, body .row-fluid .api-banner-section .blue-cta a{
  min-width:176px;
}
.api-banner-section .left-col p{
  margin-bottom:24px;
}
.api-banner-section.less-space .left-col p{
  margin-bottom:14px;
}
.api-banner-section.spacing-api .left-col p{
  margin-bottom:23px;
  margin-top: 20px;
}
.padding-10 .left-col h1, .padding-10 .left-col h2{
  padding-bottom:10px;
}

@media (min-width:1025px){
  .api-banner-section .left-col{
    padding-bottom:133px;
  }
}

@media (max-width:1024px ) and (min-width:768px){
  .api-banner-section .equal-height-container>.row-fluid-wrapper>.row-fluid {
    align-items: flex-end;
  }

  body.developer-api .row-fluid .api-banner-section:before{
    background-position: left bottom;
  }
  body .row-fluid .api-banner-section.section-padding{
    padding:80px 0 0;
  }

  .api-banner-section.spacing-api .left-col p{
    margin-top:0;
  }

}

@media (max-width:1299px){
  body .row-fluid .extra-width.api-banner-section:before{
    background-position: left bottom;
  }
}


@media(min-width:1400px){
  .extra-width.api-banner-section .left-col.span6{
    width:54%;
  }
  .extra-width.api-banner-section .left-col.heading-paragraph p{
/*     font-size:16px; */
    line-height:26px;
  }
  .extra-width.api-banner-section .right-col.span6{
    width:43%;
  }
}

@media(min-width:900px){
  .row-fluid .api-banner-section .blue-cta.span6 {
    width:193px;
  }
}

.row-fluid .api-banner-section .cta-container {
  padding-top:16px;
}

@media(min-width:768px){
  body .row-fluid .equal-height.extra-width.api-banner-section:before{
    width:52%;
  }
  .padding-10-right .right-col{
    padding-left:12%;
  }
}
@media(max-width:767px){
  .row-fluid .api-banner-section.section-padding{
    padding-bottom:0 ;
  } 
  .row-fluid .api-banner-section .right-col{
    padding-top:30px ;
  } 

  body.developer-api .row-fluid .api-banner-section:before{
    background-position: left bottom;
  }


  .row-fluid .api-banner-section .cta-container .blue-cta {
    padding-bottom:30px;
  }

  body.developer-api .row-fluid .api-banner-section.section-padding{
    padding-bottom:60px;
  }
}


/************************************************************************************
====================Blog Rss ******************
************************************************************************************/


.home-1-blog-section .featured-posts {
  overflow: hidden;
}

.home-1-blog-section .featured-posts h4,
.home-1-blog-section .featured-posts h4 a{
  font-family: Nunito Sans SemiBold ;
  font-weight:600;
  margin-bottom: 4px;
}

.home-1-blog-section .featured-posts .post-boxes{
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow:hidden;
  position:relative;
  z-index: 1;
  padding:15px 20px;
  border-radius: 3px;
}

.home-1-blog-section .featured-posts .post-boxes:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: -1;
  transition:all .3s ease-in-out;
  background-color:rgba(33, 33, 33, 0.5);
}

.home-1-blog-section .featured-posts .post-date{
  margin-bottom:6px;
}

.home-1-blog-section .featured-posts .post-date,.author-data{
  font-size: 16px;
  line-height: 1.63;
}

.home-1-blog-section .featured-posts .item-1 {
  height: 534px;
  display: block;
  width: 48.717948718%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.home-1-blog-section .featured-posts .item-2{
  display: block;
  width: 48.717948718%;
  height: 243px;
  float: left;
  margin-left: 2.564102564%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.home-1-blog-section .featured-posts .item-3,.featured-posts .item-4{
  width: 23.076923077%;
  display: block;
  float: left;
  height:259px;
  margin-left: 2.564102564%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top:32px;
}

.home-1-blog-section .featured-posts .post-boxes  a.author-link{
  color:#ffffff;
}

.home-1-blog-section .featured-posts .post-boxes .item-wrapper {
  position: absolute;
  bottom: 17px;
  left:20px;
  right:20px;
}

.home-1-blog-section .section-heading{
/*   max-width: 599px; */
  text-align: center;
  margin: 0 auto 60px;
}

.home-1-blog-section .section-heading h2{
  margin-bottom:10px;
}

.home-1-blog-section .cta-container {
  margin-top: 70px;
}

.home-1-blog-section .cta-container a.cta_button{
  min-width: 184px;
}

@media (min-width:768px) and (max-width:1024px){
  body .row-fluid .home-1-blog-section .featured-posts .post-date, .author-data {
    font-size: 14px;
  }
  .home-1-blog-section .featured-posts h4, .home-1-blog-section .featured-posts h4 a {
    font-size: 16px;
  }
}

@media (min-width:1025px){
  body .row-fluid .home-1-blog-section .featured-posts .item-1 .item-wrapper{
    bottom: 40px;
    left: 30px;
  }

  .home-1-blog-section .featured-posts .item-1 h4,
  .home-1-blog-section .featured-posts .item-1 h4 a{
    font-size:24px;
  }

}

@media (max-width:767px){

  .home-1-blog-section .featured-posts .post-boxes{
    text-align:left;
  }

  body .row-fluid .home-1-blog-section .section-heading{
    max-width:100%;
    margin-bottom:30px;
  }

  body .row-fluid .home-1-blog-section .cta-container {
    margin-top: 30px;
  }

  .home-1-blog-section .featured-posts .item-1 {
    height: 300px;
    width: 100%;
  }

  .home-1-blog-section .featured-posts .item-2 {
    margin: 20px 0;
    width: 100%;
    height: 300px;
  }

  .home-1-blog-section .featured-posts .item-3, .featured-posts .item-4 {
    width: 100%;
    margin: 0 0 20px;
    height: 250px;
  }

}


/************************************************************************************
==================== Subscribe Section ******************
************************************************************************************/



.subscribe-now .form-section , .subscribe-now .middle-content{
  max-width:590px;
  margin:0 auto;
}

.border-top{
  border-top:8px solid #5ca036;
}

@media (max-width:767px){
  .border-top{
    border-top:0;
  }
}

.subscribe-now .middle-content p{
  margin-bottom:6px;
}

.subscribe-now .form-section .actions {
  position: absolute;
  right: 0;bottom:0;
  z-index:1;
  top:24px;
}

.subscribe-now .form-section{
  position: relative;
  z-index:1;
}

.subscribe-now .form-section .hs-input{
  height:43px;
}

.subscribe-now .form-section .hs-button{
  padding: 8.5px 10.48px;
  min-width:176px;
  border-radius: 0 3px 3px 0;
  margin: 0;
}

.subscribe-now .form-section .hs-input::placeholder{
  font-size: 16px;
  font-weight: normal;
  color: #b4b4b4;
}

@media(min-width:768px) and (max-width:1024px){
  .subscribe-now .form-section .hs-button{
    padding: 9px 10.48px;
  }

  body .row-fluid .subscribe-now .form-section .actions{
    top: 25px;
  }

}

@media(max-width:480px){
  .subscribe-now .form-section .hs-button{
    padding: 8.5px 10.48px;
  }
}

@media(max-width:767px){
  .subscribe-now .form-section , .subscribe-now .middle-content{
    max-width:100%;

  }

  body .row-fluid .subscribe-now .form-section .hs-input{
    height:43px;
    padding:15px!important;
  }

}



/************************************************************************************
==================== Two Col  Section ******************
************************************************************************************/


@media(min-width:1240px){
  .homepage-smartlink .left-col {
    position: relative;
    left: -5.5%;
  }
}

body .row-fluid .homepage-smartlink .two-col-adjust span>.hs_cos_wrapper{
  margin-top:26px;
} 

.homepage-smartlink .top-container{
  max-width:665px;
  margin:0 auto;
  padding-bottom: 45px;
}

.homepage-smartlink  .hs_cos_wrapper .left-col-1{
  width:35px;
  float:left;
}

.homepage-smartlink  .hs_cos_wrapper .right-col-1{
  width:85%;
  float:right;
}

.homepage-smartlink  .character-group.row-fluid {
  margin-top: 27px;
}

.homepage-smartlink  .right-col .bigger-content h2 {
  margin-bottom:7px;
}
.homepage-smartlink  .right-col .bigger-content {
  padding-bottom:1px;
}
.homepage-smartlink  .right-col-1 h4 {
  margin-bottom:14px;
}
.row-fluid .homepage-smartlink .row-fluid.blue-cta a.cta_button ,.row-fluid .homepage-smartlink .row-fluid.blue-cta .hs-button{
  min-width:136px;

}
.row-fluid .homepage-smartlink .row-fluid.blue-cta{
  padding-top:36px;

}

body .homepage-smartlink .left-col.vertical-center{
  justify-content: flex-end;
}

@media(min-width:768px) and (max-width:1024px){
  body .row-fluid .homepage-smartlink .hs_cos_wrapper .right-col-1{
    width:80%;
  }
  body .row-fluid .homepage-smartlink.section-padding{
    padding:80px 0 0;
  }

  .homepage-smartlink .right-col{
    padding-bottom:80px;
  }

  body .row-fluid .homepage-smartlink .left-col.vertical-center {
    justify-content: flex-end;
  }

  body .row-fluid .homepage-smartlink .right-col-1 h4{
    margin-bottom: 2px;
    font-size: 16px;
  }

  body .row-fluid .homepage-smartlink p {
    font-size: 14px;
  }

}

@media (min-width:1025px){
  .homepage-smartlink .right-col{
    padding-bottom:116px;
  }
}

@media(max-width:500px){
  .row-fluid .homepage-smartlink .hs_cos_wrapper .right-col-1{
    width:84% !important;
  }
}

@media(max-width:767px){
  .row-fluid .homepage-smartlink .hs_cos_wrapper {
    max-width:100% !important;
  } 
  .row-fluid .homepage-smartlink .hs_cos_wrapper .right-col-1{
    width:92.2%;
  }
  .homepage-smartlink .bigger-content{
    padding-top:30px;
  }

  .homepage-smartlink .character-group.row-fluid{
    margin-top: 0;
  }

  .subscribe-now .form-section .hs-button{
    min-width: 150px!important;
  }

  body .row-fluid .homepage-smartlink.section-padding{
    padding:0 0 80px;
  }

  body .row-fluid .homepage-smartlink .left-col{
    position:relative;
    padding-top:60px;
  }

  .homepage-smartlink .left-col .image-container {
    max-width: 55%;
    margin: 0 auto;
  }

}


/************************************************************************************
==================== Conatct Us Page Styling ******************
************************************************************************************/



/************************************************************************************
==================== Conatct Us Page Two Card Section ******************
************************************************************************************/


@media(min-width:1200px){
  .api-section-4 .two-col-adjust span{
    margin-right:-7% !important;
  }
}


.api-section-4 .two-col-adjust span>.hs_cos_wrapper{
  padding: 31px 37px 31px 19px;
  border-radius: 3px;
  border: solid 1px #2b689c;
  background-color: #FFFFFF;
  max-width: 468px;
  box-sizing: border-box!important;
}

.api-section-4 .two-col-adjust {
  max-width:996px;
  margin:0 auto;
}

.api-section-4 .hs_cos_wrapper .left-col h3{
  padding-bottom:8px;
  line-height: 1.63;
  margin-bottom:20px
}

.api-section-4 .hs_cos_wrapper .left-col p{
  line-height: 1.63;
}

body .row-fluid .api-section-4 .two-col-adjust span>.hs_cos_wrapper{
  position:relative;
}

body .row-fluid .api-section-4 .two-col-adjust span>.hs_cos_wrapper a.cta_button{
  position:absolute;
  bottom:30px;
}


body .row-fluid .api-section-4 .cta-container{
  margin-top:30px;
}

@media (min-width:1400px){
  body .row-fluid .api-section-4 .two-col-adjust span>.hs_cos_wrapper{
    flex-basis:44%;
    -webkit-flex-basis: 44%;
    margin-right: 5.6%
  }

  body .container-fluid .api-section-4 .row-fluid .two-col-adjust>span{
    margin-right: -5.6%
  }
}

@media(max-width:767px){
  .api-section-4 .two-col-adjust span>.hs_cos_wrapper{
    max-width:100% !important;
  }
  .api-section-4 .two-col-adjust span>.hs_cos_wrapper{
    padding: 30px 20px;
  }
  .api-section-4 .hs_cos_wrapper .left-col h3 , .api-section-4 .hs_cos_wrapper .left-col p{
    padding-bottom:0;
  }

  body .row-fluid .api-section-4 .two-col-adjust span>.hs_cos_wrapper:first-child {
    margin-top: 0;
  }

}

@media (max-width:1024px) and (min-width:768px){
  body .row-fluid .api-section-4 .two-col-adjust span>.hs_cos_wrapper{
    margin-top: 0;
  }
}


body .row-fluid .api-section-4 .green-cta a.cta_button, 
body .row-fluid .api-section-4 .blue-cta a.cta_button {
  min-width:165px;
}


/************************************************************************************
==================== Contact Us Section  ******************
************************************************************************************/


@media(min-width:768px){
  .contact-us-all .hs_cos_wrapper{  
    border-right: 1px solid #b4b4b4;
    height: 70px;
    display: flex !important;
    align-items: center;
  }

/*   .contact-us-all .hs_cos_wrapper:nth-child(2)>.row-fluid.inner {  
    max-width: 400px;
    margin: 0 auto;
    left: 7.4%;
  }
  .contact-us-all .hs_cos_wrapper:nth-child(3)>.row-fluid.inner {  
    max-width:220px ;
    margin-left:auto;
    position: relative;
    left: 7.4%;
  }
 */

}

body .row-fluid .contact-us-all .right-col{
  margin-left:-6px!important;
}

.contact-us-all .right-col h6{
  font-size:12px;
}

.contact-us-all .right-col h5{
  font-size:16px;
  font-weight:bold;
}

.contact-us-all .hs_cos_wrapper:last-child{  
  border-right:none;

}

.contact-us-all .hs_cos_wrapper .right-col h5 p{
  margin-bottom:0;
}

.contact-us-all .hs_cos_wrapper .span4.left-col{  
  width:61px;
  float:left;
}

.contact-us-all .bottom-content{
  padding:24px 0 25px 0;
}

@media(max-width:767px){
  .contact-us-all .hs_cos_wrapper:last-child{  
    border-bottom:none;

  }
  .contact-us-all .hs_cos_wrapper{  
    border-bottom: 1px solid #b4b4b4;
    padding:30px 10px;

  }

  body .row-fluid .contact-us-all .right-col h6 {
    font-size: 14px;
    margin-bottom:4px;
  }

}


@media(min-width:1400px){
  .contact-us-all .span4.hs_cos_wrapper:nth-child(1) {  
    width: 27.076923%;

  }
  .contact-us-all .span4.hs_cos_wrapper:nth-child(2){  

    width: 40.717949%;
  }
  .contact-us-all .span4.hs_cos_wrapper:nth-child(3) {  

    width: 27.076923%;
  }

}

/************************************************************************************
==================== subscribe Section  Styling******************
************************************************************************************/


body .row-fluid .subscribe-now .hs-form .field .hs-input{
  border:1px solid #b4b4b4;
  padding-right:200px !important;
}

body .row-fluid .subscribe-now .left-col h2{
  font-family: Nunito Sans Bold;
  font-weight:bold;
}
@media(max-width:767px){
  body .row-fluid .subscribe-now .form-section .actions{
    position:relative;top: 0;
  }
}



/************************************************************************************
==================== Contact Us Styling******************
************************************************************************************/


/*==================== Contact Us form section Styling******************/

.form-section-request-demo.request-us .span8.right-col {
  max-width: 636px;
  float: left;
  border: 1px solid #2b689c;
  padding: 25px 30px 30px 30px;
}
.form-section-request-demo.request-us .top-content{
  padding-bottom:18px;
}
.form-section-request-demo.request-us .left-col .right-col.span10 h4 {
  font-size: 18px;
  margin-bottom: 9px;
}
.form-section-request-demo.request-us .left-col .right-col.span10{
  padding-bottom:20px;
}
.form-section-request-demo.request-us{
  line-height:1.63;
}
.form-section-request-demo.request-us .left-col h2{
  margin-bottom:10px;
}
.form-section-request-demo.request-us .left-col .top-content p {
  margin-bottom:0;
}
.form-section-request-demo.request-us .left-col .bottom-benifit-container .description{
  max-width:292px;
  padding-left:6%;
}
.form-section-request-demo.request-us .left-col .bottom-benifit-container .content-heading h3{
  font-weight: bold;
  margin-bottom:10px;
}
.form-section-request-demo.request-us .left-col .bottom-benifit-container .bottom-description{
  padding-top:15px;
}
.form-section-request-demo.request-us .left-col .bottom-benifit-container .description p{
  position:relative;
  z-index:1;
}
.form-section-request-demo.request-us .left-col .bottom-benifit-container .description p:before{
  position:absolute;
  z-index:1;
  content:"";
  background:url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Compressed%20Smartlink/blue%20%20checked.png');
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 0;
  right: 0;
  left: -32px;
}

.form-section-request-demo.request-us .row-fluid .hs-form .field .input input[type="checkbox"]{
  margin-bottom: -11px;
  border: solid 1px #2b689c;
  width: 20px;
  height: 20px;

}
.form-section-request-demo.request-us .right-col .Form-Container ul{
  margin:-12px 0 0 0;
}
.form-section-request-demo.request-us .row-fluid .hs-button{
  margin-top:43px;
}

.request-us .right-col .Form-Container p{
  font-size: 14px;
  line-height: 1.71;
  margin-bottom:0;
  padding:20px 0 0 0;
  font-weight: normal;
  color: #212121;
}

@media(min-width:768px){
  .form-section-request-demo .small-form-class{
    max-width:338px;
    margin-left:auto;
  }

  .form-section-request-demo .span8.right-col{
    max-width: 716px;
    float: right;
  }

}
@media(min-width:1200px){
  .form-section-request-demo.request-us .span8.right-col {
    margin-left: 7.5%;
  } 
  .form-section-request-demo .small-form-class{
    max-width:338px;
    margin-left:0;
  }
  .form-section-request-demo .right-col .Form-Container .hs-input {
    width: 304px;
  }
  .form-section-request-demo.request-us .right-col .Form-Container .hs-input {
    width: 273px;
  }
  body .row-fluid  .form-section-request-demo form fieldset.form-columns-2 .hs-form-field .input:last-child{
    float:right !important;
  }
  body .row-fluid  .form-section-request-demo form fieldset.form-columns-2 .hs-form-field .input:first-child{
    float:left !important;
  }
  body .row-fluid  .form-section-request-demo form fieldset.form-columns-2 .hs-form-field{
    width:47.7% !important
  }
  body .row-fluid  .form-section-request-demo.request-us form fieldset.form-columns-2 .hs-form-field{
    width:47% !important
  }
  .form-section-request-demo.request-us .left-col .bottom-benifit-container .content-heading h3{
    font-size: 30px;
  }
  
  body .row-fluid .form-section-request-demo.request-us .span4.left-col{
    width: 413px;
  }
}

.row-fluid .form-section-request-demo{
  padding:125px 0px 127px 0px;
}
.form-section-request-demo .bottom-container .image-container img{
  margin-right:20px;
}
.form-section-request-demo .right-col .right-col-top-content {
  margin-bottom:30px;
  max-width: 566px;
}

@media (min-width:768px) and (max-width:1024px){
  body .row-fluid .form-section-request-demo h2 {
    font-size: 22px;
  }

  .form-section-request-demo .left-col .right-col.span10 {
    padding-left: 10px;
  }

  body .row-fluid .form-section-request-demo .left-col .right-col.span10 h4 {
    font-size: 14px;
    margin-bottom: 2px;
  }
}

.form-section-request-demo h2{
  font-size: 30px;
  font-weight:bold;
  font-family: Nunito Sans Bold;
}

.form-section-request-demo  .left-col .right-col.span10{
  max-width:260px;
  margin:auto;
  padding-bottom: 30px;
}


.form-section-request-demo  .left-col .right-col.span10 h4{
  font-size: 18px;
  margin-bottom: 13px;
}

.form-section-request-demo  .left-col .right-col.span10 p{
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  margin-bottom: 9px;
  color: #212121;
}

.form-section-request-demo  .left-col .bottom-container h4{
  font-size:16px;
  margin-bottom:24px;
}


.form-section-request-demo .right-col .Form-Container{
  background:#f8f8f8;
  padding:45px 40px 69px 38px;
  border-radius:6px;

}
.form-section-request-demo.request-us a{
  color:#1e4a79;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  color: #1e4a79;
  margin-bottom:0;
  padding:20px 0 0 0;
}
.form-section-request-demo.request-us .right-col .Form-Container{
  background:#ffffff;
  padding:0;

}
.form-section-request-demo  .left-col .Card-conatiner{
  margin-bottom:30px;
  border-bottom: 0.5px solid #b4b4b4;
  margin-left:0;
}
.form-section-request-demo.request-us .inputs-list:first-child {
  padding-top: 0;
}

@media(max-width:767px){

  body .row-fluid .form-section-request-demo h2 {
    font-size: 22px;
  }
  .form-section-request-demo  .right-col .right-col-top-content {
    margin-bottom:26px;
    max-width: 100%;
    padding-top:30px;
  }
  .form-section-request-demo.request-us .span7.right-col {
    max-width: 100%;
    float: none;
    padding: 15px;
  }
  .form-section-request-demo.request-us .left-col .bottom-benifit-container .description{
    max-width:100%;
    padding-left:6%;
  }
  .form-section-request-demo.request-us .left-col .Card-conatiner .left-col.span2{
    padding-bottom:10px;
  }
  .form-section-request-demo.request-us .left-col .bottom-benifit-container .description{
    max-width:100%;
  }
  .form-section-request-demo .left-col .top-content {
    max-width:100%;
  }
  .form-section-request-demo .left-col .right-col.span10{
    max-width:100%;
  }
  .form-section-request-demo  .right-col .Form-Container{
    background:#f8f8f8;
    padding:40px 20px;
  }
  .form-section-request-demo .left-col .top-content{
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .form-section-request-demo.request-us .right-col .Form-Container form select{
    background-position: 96%;
    padding-right: 30px !important;
    background-size: 5.5% 24%;
  }
}

/************************************************************************************
==================== Api Page Styling******************
************************************************************************************/


/*==================== Developer API Section-2 Styling******************/

/* for traing page  */
@media(min-width:1400px){
/*   .training-page .left-col .image-container{
    position: absolute;
    left: -23%;
    top:15%;
  } */
  .training-page .left-col {
    position: relative;
    z-index:1;
  }
  .training-page .span7.right-col {
    float:right;
  } 
  .api-section-2 .span7.right-col{
    width:56%;
  } 
  .api-section-2 .span5.left-col{
    width:41.3%;
  } 
}
/*  */


.api-section-2 .top-container{
/*   max-width:665px; */
  margin:0 auto;
  padding-bottom: 40px;
}

.api-section-2 .left-col-1{
  width:35px;
  float:left;

}

.api-section-2 .right-col-1{
  width:91.2%;
  float:right;
}

.api-section-2  .character-group.row-fluid {
 margin-top: 30px;
}

.api-section-2 .character-border.row-fluid{
    border-bottom: 1px solid #b4b4b4;
}

.api-section-2  .character-border.row-fluid:last-child {
  border-bottom:none;
}

.api-section-2  .right-col-1 h4 {
  margin-bottom:14px;
  font-weight: 600;
  font-family: Nunito Sans SemiBold;
}


@media(min-width:768px) and (max-width:1024px){
  .api-section-2 .right-col-1{
    width:90%;
  }
  body .row-fluid .parmanant-bottom .row-fluid.align-bottom{
    display:flex;
    align-items: flex-end;

  }
  body .row-fluid .section-padding.padding-bottom0{
    padding-bottom:0 !important;
  }
  .api-section-2 .right-col-1 h4 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .max-width p {
    font-size: 14px;
  }
  .api-section-2 .top-container{
    padding-bottom:10px;
  }

}

@media(min-width:768px){

  body .row-fluid .api-section-2.training-page .right-col.vertical-center{
    justify-content: initial;
  }
  body .row-fluid .api-section-2.training-page .character-group.row-fluid {
    margin-top: 10px;
  }
}


@media(min-width:1025px){
  .api-section-2 .right-col.span7{
    padding-left:3%;
  }
}


@media(max-width:480px){
  .api-section-2 .right-col-1{
    width:83%;
  }
}

@media(max-width:767px){
  .api-section-2 .left-col{
    text-align:center;
  }
  .api-section-2 .top-container{
    max-width:100%;
    padding-bottom:20px;
  }

  .api-section-2 .span7.right-col {
    margin-top: 40px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  body .row-fluid .parmanant-bottom .row-fluid.align-bottom{
    display:block ;

  }
}

/*==================== Developer API Section-3 Styling******************/



body .row-fluid .api-section-3 .green-cta a.cta_button, body .row-fluid .api-section-3 .green-cta a{
  min-width:176px;
}
.api-section-3 .small-row{
  max-width: 1122px;
  margin: 0 auto;
}

.api-section-3 .left-col{
  max-width: 599px;
  margin:auto;
}



@media(min-width:768px){
  .api-section-3 .left-col p{
    margin-bottom:0;
  }

}

@media(max-width:767px){
  .api-section-3 .left-col{
    max-width:100%;

  }

}

/*==================== Developer API Section-4 Styling******************/

@media(max-width:767px){
  body .row-fluid .api-section-4 .two-col-adjust span>.hs_cos_wrapper{
    width:100% !important;
  }
}
/* remove further and add this for IE only width need to change */


@media screen and (-ms-high-contrast:active), all and (-ms-high-contrast:none){
  body .row-fluid .api-section-4 .two-col-adjust span > .hs_cos_wrapper {
    flex-basis: auto;
    -webkit-flex-basis: auto;
    width: 45.92%;   
  }
}
  @media screen and (-ms-high-contrast:active), all and (-ms-high-contrast:none){
  body .row-fluid .homepage-experties .three-col-adjust span>.hs_cos_wrapper{
    width: 30%;
     flex-basis: auto;
    -webkit-flex-basis: auto;
  }

}
body .row-fluid .api-section-4 .hs_cos_wrapper .left-col h3{
  line-height:normal;
}
@media(min-width:768px) and (max-width:1024px){
  body .row-fluid .api-section-4 .two-col-adjust span>.hs_cos_wrapper{
    margin-right:auto ;
  }
}

/*==============================================
*  Features overview - Single Styling
* =====================******************/

/*==================== Features overview - Single Three Col Adjust Section Styling******************/

.feature-three-col .top-content{
  margin:0 auto;
/*   max-width:665px; */
  padding-bottom:24px;
}

.feature-three-col .middle-content h4{
  margin:20px 0 15px 0;
}
@media(max-width:767px){
  .feature-three-col .row-fluid .three-col-adjust span>.hs_cos_wrapper{
    max-width:100%;
    text-align:center;
  }
  .feature-three-col .row-fluid .three-col-adjust span>.hs_cos_wrapper .image-container{
    background-size:contain !important;

  }
  .feature-three-col .row-fluid .three-col-adjust span>.hs_cos_wrapper:first-child{
    margin-top:0;
  }
}
@media(min-width:1200px){
  .row-fluid .feature-three-col .three-col-adjust span>.hs_cos_wrapper{
    max-width:329px;
    margin-right:7%;
  }
  body .row-fluid .feature-three-col .three-col-adjust>span{
    margin-right:-7% !important;
  }
}

/*==================== Feature Support-Business Styling******************/

.row-fluid .feature-support .top-content-1{
  margin: 0 auto;
/*   max-width: 665px; */
  padding-bottom: 40px;
}
.row-fluid .feature-support .character-group{
  padding-bottom:38px;
}
.row-fluid .feature-support .character-group:last-child{
  margin-bottom:15px;
}
.row-fluid .feature-support .character-group {
  max-width:300px;
}
.row-fluid .feature-support .character-group.right-1 {
  margin-left:auto;
}

@media(min-width:1025px){
  .feature-support .character-group{
    
  }
}

@media(min-width:1200px){
  .feature-support .row-fluid .span6 {
    width: 44.812%;

  }
  .feature-support .row-fluid .span3{
    width: 25%;
  }
}
.feature-support .row-fluid .left-col .image-container{
  margin-bottom:20px;
}
@media(max-width:767px){
  .feature-support .row-fluid .span6 {
    width: 100%;
    padding-bottom:30px;

  }

  .row-fluid .feature-support .character-group {
    max-width:100% ;
    padding-bottom:15px;
  }
  .feature-support .row-fluid .span3{
    width:100%;
  }
  .row-fluid .feature-support .top-content-1{

    max-width: 100%;
    padding-bottom: 15px;
  }
}
@media(min-width:768px){
  .row-fluid .feature-support.how-support .top-content-1{
/*     max-width:680px; */
    margin:0 auto;
  }
}
@media(min-width:768px) and (max-width:1024px){

  .feature-support{
    padding-bottom:0 !important
  }
  .align-bottom{
    display: flex;
    vertical-align: bottom;
    align-items:center;
  }
  .row-fluid .feature-support .top-content-1 {
    padding-bottom: 30px;
  }
}


/*==================== Feature Accordian-section Styling******************/

.feature-accordian .row-fluid.green-cta a.cta_button{
  min-width:224px;
}
.feature-accordian .accordion-container{
  max-width:769px;
  margin:0 auto;
}
.row-fluid .feature-accordian .row-fluid .green-cta{
  padding-top:50px;


}
.feature-accordian .accordion_header h6:after {
  content: "";
  background: url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/minus.svg');
  position: absolute;
  top: 8px;
  font-weight: normal;
  background-color: transparent;
  width: 15px;
  height: 2.5px;
  border-radius: 0px;
  background-position:center center;
  right: -22px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feature-accordian .accordion_group.expanded h6:after{
  content: "";
  background: url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/fi-rr-plus-small.svg');
  top: -6px;
  font-weight: normal;
  background-color: transparent;
  width: 42px;
  height: 42px;
  border-radius: 0px;
  background-position: 100%;
  right: -35px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;

}

.feature-accordian .accordion_header h6 {
  margin: 0;
  padding-bottom: 0px;
  cursor: pointer;
  position: relative;
  transition: all ease-in-out .3s;
  font-family: Nunito Sans SemiBold;
  line-height: normal;
  letter-spacing: normal;
  line-height: 1.71;
  font-size:17px;
}

.feature-accordian .accordion_content p {
  padding-top: 13px;
  padding-right: 21px;
  margin-bottom: 0px;
  font-weight: normal;
  font-size:15px;
  line-height:1.76;
}

.feature-accordian .accordion_group {
  border-radius: 3px;
  border:1px solid #2b689c;
  padding: 16.5px 45px 16.5px 20px;
  margin-bottom: 20px;
}
.feature-accordian .top-content{
  padding-bottom: 50px;
/*   max-width:665px; */
}
@media(max-width:767px){
  .feature-accordian .accordion-container{
    max-width:100%;
  }
  .feature-accordian .top-content{
    max-width:100%;
    padding-bottom: 30px;
  }
  .feature-accordian .accordion_content p {
    padding-right: 8px;
  }
  .row-fluid .feature-accordian .row-fluid .green-cta{
    padding-top:25px;
  }
}

/*==================== Feature Request CM Styling******************/

body .row-fluid .request-section .green-cta a.cta_button{
  min-width:247px;
  padding: 15.5px 0px;
}

.margin-top{
  margin-top:130px;
}

/* body .row-fluid .request-section .left-col{
  max-width:500px;
} */
.request-section .left-col p{
  margin-bottom:24px;
}
.request-section.bottom-space .left-col p{
  padding-bottom:10px;
}

.request-section.spacing-api .left-col p{
  margin-bottom:15px;
}
.request-section.margin-left-0 .span7.left-col  {
  margin-left:0 !important;
}

.row-fluid .request-section .cta-container {
  padding-top:5px;
}

@media (min-width:1025px){
  .request-section .left-col{
    padding-bottom:133px;
  }
}
@media(min-width:768px) and (max-width:1024px){
  body .row-fluid .section-padding.request-section {
    padding: 60px 0;
  }
  .margin-top {
    margin-top: 80px;
  }
  
}



@media(max-width:767px){

  body .row-fluid .request-section .left-col{
    max-width:100%;
  }
  .margin-top {
    margin-top: 0px;
  }
  .request-section.padding-bottom-767{
    padding-bottom:60px !important;

  }

}

/*================================
Resource PAge Styling
=================******************/


/*==================== Resource Two Col Adjust Styling******************/

.resource-two-col .two-col-adjust .hs_cos_wrapper .bottom-content{
  position: absolute;
  bottom: 0;
  padding:17px 20px 20px 20px;
  background-color: rgba(248, 248, 248, 0.9);
  left: 0;
  transition: all 1s ease;
  right: 0;
  min-height:156px;
  box-sizing:border-box;
}
.resource-two-col .two-col-adjust .hs_cos_wrapper .bottom-content .bottom-content1 {
  position: relative;
  bottom: 0;
  padding-bottom:0;
}
.resource-two-col .two-col-adjust .hs_cos_wrapper .bottom-content .arrow-cta{
  opacity:0;
}
.resource-two-col .two-col-adjust .hs_cos_wrapper .bottom-content p{
  margin-bottom:10px;
}
.resource-two-col .two-col-adjust .hs_cos_wrapper .bottom-content h3{
  margin-bottom:10px;
}
.resource-two-col .two-col-adjust .hs_cos_wrapper:hover .bottom-content{
  background-color: rgba(43, 104, 156, 0.95);
}
.resource-two-col .two-col-adjust .hs_cos_wrapper:hover .bottom-content .arrow-cta{
  display:block;
  opacity:1;
}
.resource-two-col .two-col-adjust .hs_cos_wrapper:hover .bottom-content h3,.resource-two-col .two-col-adjust .hs_cos_wrapper:hover .bottom-content p,.resource-two-col .two-col-adjust .hs_cos_wrapper:hover .bottom-content .arrow-cta a.cta_button{
  color:#fff;
}
body .row-fluid .resource-two-col .two-col-adjust span>.hs_cos_wrapper{
  margin-top:53px;
  cursor:pointer;
}
@media(max-width:1024px){
  .resource-two-col .two-col-adjust .hs_cos_wrapper .bottom-content .arrow-cta a.cta_button:after{
    right: -23.5px !important;
  }
  .resource-two-col .two-col-adjust .hs_cos_wrapper .bottom-content{
    height:120px;
  }
}
@media(max-width:1024px) and (min-width:768px){
  body .row-fluid .resource-two-col .two-col-adjust span>.hs_cos_wrapper:first-child,body .row-fluid .resource-two-col .two-col-adjust span>.hs_cos_wrapper:nth-child(2){
    margin-top:0;
  }
}
@media(max-width:767px){
  body .row-fluid .resource-two-col .two-col-adjust span>.hs_cos_wrapper{
    max-width:100%;
  }

  .resource-two-col .two-col-adjust .hs_cos_wrapper .bottom-content .arrow-cta a.cta_button:after{
    left:92px;
  }
  body .row-fluid .resource-two-col .two-col-adjust span>.hs_cos_wrapper:first-child{
    margin-top:0;
  }
}
body .row-fluid .resource-two-col .two-col-adjust .hs_cos_wrapper .bottom-content .arrow-cta a.cta_button:after{
  position: absolute;
  z-index: 1;
  content: '';
  top: 4px;
  right: 23.5px;
  bottom: 0;
  width: 15px;
  height: 15px;
  background: url('https://5397526.fs1.hubspotusercontent-na1.net/hubfs/5397526/SmartLink%20Images/right-arrow%20%282%29.svg') no-repeat;
  background-position: center;
  background-size: cover;
  transition: all ease-in-out .4s;
}

@media(max-width:410px){
  .resource-two-col .two-col-adjust .hs_cos_wrapper .bottom-content{
    height:120px;
  }
}

/*==================== Feature Counter Styling******************/

.feature-counter .middle-content h2{
  font-weight: 900;
  color: #1e4a79;
  font-family: Nunito Sans Black;
  display:inline-block;
}

.feature-counter .middle-content{
  display:flex;
}

.feature-counter .image-conatiner{
  margin-bottom:10px;
}

.all-white .middle-content h2{
  color: #fff;
}
.feature-counter .top-col{
  margin:0 auto;
  max-width:599px;
}

.feature-counter .hs_cos_wrapper:before {
  position: absolute;
  top: 1%;
  left: -28%;
  content: '';
  height: 93px;
  border-left: 0.5px solid #dadada;
}
.feature-counter .four-col-adjust>span .hs_cos_wrapper:first-child:before{
  display:none;
}

.feature-counter .four-col-adjust>span .hs_cos_wrapper:last-child .row-fluid1{
  margin-left:auto; 
}
.feature-counter .four-col-adjust>span .hs_cos_wrapper:last-child:before{
  left:3%;
}
.feature-counter .four-col-adjust>span .hs_cos_wrapper:nth-child(3) .row-fluid1{
  margin:0 auto; 
}
.feature-counter .four-col-adjust>span .hs_cos_wrapper:nth-child(3):before{
  left:-12%;
}
@media(max-width:815px){
  .feature-counter .four-col-adjust>span .hs_cos_wrapper:last-child:before{
    left:-3%;
  }
}
@media(max-width:767px){
  .feature-counter .middle-content{
    justify-content:center;
  }
  .feature-counter .hs_cos_wrapper:before {
    position: absolute;
    left: 0;
    right:0;
    content: '';
    top:30px;
    border-bottom: 0.5px solid #dadada;
    border-left:none;
  }
  .feature-counter .four-col-adjust>span .hs_cos_wrapper:first-child:before{
    display:block;
  }
  .feature-counter .hs_cos_wrapper{
    padding-bottom:30px;
  }
  .feature-counter .four-col-adjust>span .hs_cos_wrapper:last-child:before{
    display:none;
  }
}


@media(min-width:768px) and (max-width:1024px){
  body  .container-fluid .row-fluid .feature-counter .text-container1 p {
    font-size: 16px ;
  }
}


/*================================
**********FAQ PAge Styling******
=================******************/

/*==================== Feature Tabber- Acoordian Styling******************/

.row-fluid .faq-tabber-1 .wrapper63{
    padding: 76px 30px 44px 29px;
    max-width: 1110px;
    margin: 70px auto 0;
}

.faq-tabber-1 h2{
  font-size: 20px;
  font-weight:normal;
  line-height: normal;
  color:#ffffff;
  margin-bottom:0;
} 
ul.tabs-1{
  margin-bottom:70px;
  padding: 0px;
  list-style: none;
}
.body-container-wrapper .faq-tabber-1 ul{
  margin:0;
}
ul.tabs-1 li:last-child{
  margin-right:0;
}
ul.tabs-1 li{
  display: inline-block;
  margin: 2px 0px;
  padding: 25px 3%;
  margin-right: 3%;
  float: none;
  cursor:pointer;
}


ul.tabs-1 li.current-1{
  background: #ffffff;
}
.faq-tabber-1 .tab-content-1{
  display: none;
}
.faq-tabber-1 .tab-content-1.current-1{
  display: inherit;
}

@media (min-width:768px) and (max-width:1200px){
  body .row-fluid ul.tabs-1 li{
    margin-right: 2%;
  }
  body .row-fluid .faq-tabber-1 h2{
    font-size:18px;
  }
}



.faq-tabber-1 {
  padding: 0 0 130px 0;
  position:relative;
  z-index:1;
}
.faq-tabber-1 .left-col-1{

  max-width: 1168px;
  margin-right: auto;
  margin-left: auto;
}
.faq-tabber-1 .content-top { 
  padding-bottom:72px;
  max-width:300px;
}
.faq-tabber-1 .content-top p{
  font-size: 18px;
  font-weight: normal;
  color: #212121;

}
.faq-tabber-1 .content-top h4{ 
  font-size: 30px;
  font-weight: bold;
  color: #212121;
}
.faq-tabber-1 ul.tabs-1 li.current-1 h2{
  color:#2b689c;
  font-weight:bold;

}
body .container-fluid .row-fluid .faq-tabber-1 .accordion_header h6 {
  margin: 0;
  padding-bottom: 0px;
  cursor: pointer;
  position: relative;
  transition: all ease-in-out .3s;
  color: #212121;
  line-height:normal;
  font-size:17px;
}
.faq-tabber-1 h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: normal;
}
.faq-tabber-1 .accordion_content p {
  padding-top: 16px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing:0.44px;
}
.faq-tabber-1 .accordion_content {
  display: none;
}
.faq-tabber-1 .accordion_group {
  border-radius: 3px;
  border: solid 1px #2b689c;
  background-color: #ffffff;
  padding: 16px 45px 16px 20px;
  margin-bottom: 20px;
}
.faq-tabber-1 .accordion_header h6:after {
  content: "";
  background: url(https://5397526.fs1.hubspotusercontent-na1.net/hubfs/5397526/SmartLink%20Images/Minus.png);
  position: absolute;
  top: 8px;
  font-weight: normal;
  background-color: transparent;
  width: 16px;
  height: 14px;
  border-radius: 0px;
  background-position: 100%;
  right: -22px;
  text-align: center;
  background-repeat: no-repeat;
}
.row-fluid .faq-tabber-1 .accordion_group.expanded-1 h6:after {
  content: "";
  background: url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/fi-rr-plus-small.svg');
  position: absolute;
  top: -8px;
  font-weight: normal;
  background-color: transparent;
  width: 42px;
  height: 42px;
  border-radius: 0px;
  background-position: 100%;
  right: -35px;
  background-size: contain;
  text-align: center;
  background-repeat: no-repeat;
}
@media(max-width:767px){
.row-fluid .faq-tabber-1 .wrapper63{
  padding:38px 15px 22px 15px;
  margin-top:45px;
  }
  .faq-tabber-1 h2 {
    font-size: 17px
  }
  .faq-tabber-1 .content-top h4 {
    font-size: 25px;
  }
  .faq-tabber-1 .accordion_header h3:after {
    right: -14px;
  }
  .faq-tabber-1 .content-top { 
    padding-bottom:30px;
    max-width:100%;
  }
  .row-fluid .faq-tabber-1{
    padding:60px 0 ;
  }
  .faq-tabber-1 .accordion_group.expanded-1 h3:after {
    right: -14px;
  }
  ul.tabs-1 li {
    width: 100%;
    display: block;
    text-align: left;
  }
  .row-fluid .faq-tabber-1 .wrapper63{
    max-width:100%;
  }
}
@media(max-width:1170px){
  ul.tabs-1 li{
    margin-right: 4.1%;
  }
}
@media (min-width: 1280px){
  .faq-tabber-1 .row-fluid .span8 {
    width: 69.28% !important;
    margin-left: 3.69% !important;
  }
}
@media(max-width:480px){
    .faq-tabber-1 .accordion_group {
    padding: 16px 25px 16px 20px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
ul.tabs-1 li{
  padding: 25px 3.219%;

}
}


/*================================
Business Type  PAge Styling
=================******************/
/*==================== Business Type Section-3 Styling******************/

.api-section-21 .character-group.row-fluid:first-child{
  margin-top:0;
}
.api-section-21 .top-container{
/*   max-width:665px; */
  margin:0 auto;
  padding-bottom: 55px;
}

.api-section-21 .left-col-1{
  width:35px;
  float:left;

}

.api-section-21  .character-group.row-fluid {
  border-bottom: 1px solid #b4b4b4;

}
.api-section-21  .character-group.row-fluid:last-child{
  border-bottom: 0;
}
.api-section-21  .character-group.row-fluid{

  margin-top: 20px;
}

.api-section-21  .character-group.row-fluid:last-child {
  border-bottom:none;
}

.api-section-21  .right-col-1 h4 {
  margin-bottom:14px;

}

@media(min-width:1025px){
  .api-section-21 .right-col.span7{
    padding-left:5%;
  }
}

@media(max-width:767px){
.api-section-21 .character-group.row-fluid:first-child{
  margin-top:27px;
}
  .api-section-21 .top-container{
    max-width:100%;
  }

  .api-section-21 .top-container{
    max-width:100%;
    padding-bottom: 25px;
  }
}
@media(min-width:1200px){
  .api-section-21  .character-group.row-fluid {

    max-width: 515px;
    margin-left: 8%;
  }
}
.padding-bottom0.section-padding{
  padding-bottom:0 !important;
}

/*================================
Feature Overview PAge Styling
=================******************/
/*==================== 50-50 Business CM Styling******************/

@media(min-width:768px){

  body .row-fluid .business-50-50.row-reverse .span6.right-col{
/*     width:54%; */
/*  width:auto; */
    float:right;
    text-align:left;
  }
   .business-50-50 .span6.right-col{
    width:54%;
    float:right;
    text-align:left;
  }
  .business-50-50 .span6.right-col{
    text-align:right;
  }
  
  .business-50-50 .span6.left-col{
     max-width:561px;
  }
  
  body .row-fluid .business-50-50.row-reverse .left-col {
    margin-left: 3.5% !important;
    max-width:561px;
  }
  .business-50-50 .green-cta a.cta_button{
    min-width:176px;
  }

  .business-50-50 .left-col p{
    margin-bottom:32px;
   line-height:1.63;
  }
  .business-50-50 .left-col h2{
    margin-bottom:17px;
  }
  
  .business-50-50 .left-col {
   max-width:516px;
  }
}
@media(max-width:767px){
  .business-50-50 .row-fluid-wrapper>.row-fluid{
    display: flex;
    flex-direction: column-reverse;
    -webki-flex-direction: column-reverse;
  }
  .business-50-50 .span6.right-col{
    padding-bottom:30px;
  }
  .business-50-50 .span6.right-col .image-container{
    text-align:center;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .business-50-50 .left-col.vertical-center{
    display:block !important;
  }
  
}


/*=======================================================
Busniess Type - Landscape ProfessionalPAge Styling
======================================******************/

/*==================== Feature I Frame Styling******************/

.i-frame-1{
  overflow: hidden;
}

.i-frame-1 .container{
  height: 100%;
  width: 100%;
}

.small-corner{
  max-width:598px;
  background: #ffffff;
  position:absolute;
  bottom:0px;
  border-radius:0;
  z-index:1;
  left:0;
}

.small-corner-1{
  padding: 40px 38px;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
  border-radius: 0;

}
.small-corner-1 .link-simple a{
  color:#2b689c;
  text-decoration:underline;
  font-weight:bold;

}

.i-frame-1 .motion-on-map{
  position: absolute;
}

.i-frame-1.visible .motion-on-map.left {
  -webkit-animation: toLeft linear 7s;
  animation: toLeft linear 7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  will-change: transform;
}

.i-frame-1 .motion-on-map.left {
  -webkit-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  transform: translateX(100vw);
}

.i-frame-1.visible .motion-on-map.right {
  -webkit-animation: toRight linear 7s;
  animation: toRight linear 7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  will-change: transform;
}

.i-frame-1 .motion-on-map.right {
  -webkit-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  transform: translateX(-100vw);
}

.i-frame-1.visible .motion-on-map.up {
    -webkit-animation: toUp linear 7s;
    animation: toUp linear 7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    will-change: transform;
}

.i-frame-1 .motion-on-map.up {
    -webkit-transform: translateY(150vh);
    -ms-transform: translateY(150vh);
    transform: translateY(150vh);
}

.i-frame-1.visible .motion-on-map.down {
    -webkit-animation: toDown linear 7s;
    animation: toDown linear 7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    will-change: transform;
}

.i-frame-1 .motion-on-map.down {
    -webkit-transform: translateY(-150vh);
    -ms-transform: translateY(-150vh);
    transform: translateY(-150vh);
}




@-webkit-keyframes toLeft {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }

  100% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
}

@keyframes toLeft {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }

  100% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
}

@-webkit-keyframes toRight {
  0% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }

  100% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}

@keyframes toRight {
  0% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }

  100% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}

@-webkit-keyframes toUp {
  0% {
    -webkit-transform: translateY(150vh);
    transform: translateY(150vh);
  }

  100% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
}

@keyframes toUp {
  0% {
    -webkit-transform: translateY(150vh);
    transform: translateY(150vh);
  }

  100% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
}

@-webkit-keyframes toDown {
  0% {
    -webkit-transform: translateY(-150vh);
    transform: translateY(-150vh);
  }

  100% {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
}

@keyframes toDown {
  0% {
    -webkit-transform: translateY(-150vh);
    transform: translateY(-150vh);
  }

  100% {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
}

.loction-section{
  position:relative;
}

@media(max-width:767px){
 .small-corner {
    margin: 0 15px 0 0;
    left: 0;
    right: 0;
  
}
.small-corner-1{
    padding:40px 15px;
  }
  .span8.link-simple {
    margin-top: 30px;
}
}

@media (min-width:768px) and (max-width:1024px){
  body .small-corner-1 .link-simple a{
    font-size:14px;
  }
  
  body .row-fluid .small-corner-1 .green-cta a.cta_button {
   min-width:160px; 
  }
}

/*==================== 50-50 Business CM copy Styling******************/

@media(min-width:768px){

  .business-50-50-copy.row-reverse .span6.right-col{
    width:50%;
    float:right;
    text-align:left;
  }
  .business-50-50-copy .span6.right-col{
    width:50%;
    float:right;
    text-align:left;
  }
  .business-50-50-copy .span6.right-col{
    text-align:right;
  }

  body .row-fluid .business-50-50-copy.row-reverse .left-col {
    margin-left: 2.8% !important;
  }
  .business-50-50-copy .green-cta a.cta_button{
    min-width:176px;
  }

  .business-50-50-copy .left-col p{
    margin-bottom:28px;
    line-height:1.63;
  }
  .business-50-50-copy .left-col h2{
    margin-bottom:22px;
  }

  .business-50-50-copy .left-col {
    max-width:516px;
  }
}
@media(max-width:767px){
  .business-50-50-copy .row-fluid-wrapper>.row-fluid{
    display: flex;
    flex-direction: column-reverse;
    -webki-flex-direction: column-reverse;
  }
  .business-50-50-copy .span6.right-col{
    margin-bottom:30px;
  }
  .business-50-50-copy .span6.right-col .image-container{
    text-align:center;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .business-50-50-copy .left-col.vertical-center{
    display:block !important;
  }

}


/*=======================================================
Success Story PAge Styling
======================================******************/

/*==================== Success Story Story Styling******************/

.success-story-story-53 .image-container{
  max-width:72px;
  margin:0 auto 25px auto;
}
.success-story-story-53 .row-fluid .para p{
  margin-bottom:41px;
  font-style: italic;
  line-height: 1.63;
  letter-spacing: normal;
}
.success-story-story-53 .info-container p{
  font-size:14px;
}
.success-story-story-53 .info-container h6{
  margin-bottom:3px;
}
.success-story-story-53 .wrapper{
  max-width:971px !important;
}
.success-story-story-53 .para{
  position:relative;
  z-index:1;
}
.success-story-story-53 .para:before{
  position:absolute;
  z-index:-1;
  content:'';
  background:url('https://5397526.fs1.hubspotusercontent-na1.net/hubfs/5397526/SmartLink%20Images/quote-right.png') no-repeat;
  width:73px;
  height:52px;
  background-size:contain;
  top:-36px;
  left:0;
}

/*==================== Success Story Video CM  Styling******************/

.story-video .three-col-adjust .hs_cos_wrapper .bottom-content{
  position: absolute;
  bottom: 0;
  background-color: rgba(248, 248, 248, 0.9);
  left: 0;
  transition: 1s ease;
  right: 0;
  min-height:140px;
  box-sizing:border-box;
}
body .row-fluid .story-video .three-col-adjust .hs_cos_wrapper{
  flex-basis: 30.2% ;
    -webkit-flex-basis: 30.2%;
  margin-right: 2.5%;
}
.story-video .three-col-adjust .hs_cos_wrapper .bottom-content .bottom-content1 {
 position: relative;
  bottom: 0;
  padding: 20px 20px 0 20px;
}
.story-video .three-col-adjust .hs_cos_wrapper .bottom-content .arrow-cta{
  opacity:0;
}
.story-video .three-col-adjust .hs_cos_wrapper .bottom-content p{
  margin-bottom:10px;
}
.story-video .three-col-adjust .hs_cos_wrapper .bottom-content h3{
  margin-bottom:13px;
}
.story-video .three-col-adjust .hs_cos_wrapper:hover .bottom-content{
  background-color: rgba(43, 104, 156, 0.95);
}
.story-video .three-col-adjust .hs_cos_wrapper:hover .bottom-content .arrow-cta{
  display:block;
  opacity:1;
}
.story-video .three-col-adjust .hs_cos_wrapper:hover .bottom-content h4,.story-video .three-col-adjust .hs_cos_wrapper:hover .bottom-content p,.story-video .three-col-adjust .hs_cos_wrapper:hover .bottom-content .arrow-cta a.cta_button{
  color:#fff;
}
.story-video .three-col-adjust .hs_cos_wrapper .bottom-content h4{
  margin-bottom: 15px;
}
.story-video .three-col-adjust .hs_cos_wrapper:hover .bottom-content h4{
  margin-bottom:8px;
}
body .row-fluid .story-video .three-col-adjust span>.hs_cos_wrapper{
  margin-top:53px;
}
@media(max-width:1024px){
  .story-video .three-col-adjust .hs_cos_wrapper .bottom-content .arrow-cta a.cta_button:after{
    right: -23.5px !important;
  }
}
@media(max-width:767px){
  body .row-fluid .story-video .three-col-adjust span>.hs_cos_wrapper{
    max-width:100%;
  }
  .story-video .three-col-adjust .hs_cos_wrapper .bottom-content .arrow-cta a.cta_button:after{
    left:92px;
  }
}
.story-video .three-col-adjust .hs_cos_wrapper .bottom-content .arrow-cta a.cta_button:after{
  position: absolute;
  z-index: 1;
  content: '';
  top: 4px;
  right: 23.5px;
  bottom: 0;
  width: 15px;
  height: 15px;
  background: url('https://5397526.fs1.hubspotusercontent-na1.net/hubfs/5397526/SmartLink%20Images/right-arrow%20%282%29.svg') no-repeat;
  background-position: center;
  background-size: cover;
  transition: all ease-in-out .4s;
}


.story-video .video-right-col, .story-video .hs_cos_wrapper .image-container {
  position:relative;
  z-index:0;
  background-position:center !important;
  background-size:cover !important;
  width:100%;
  height:299px;
  border-radius:3px;
}

.story-video .video-right-col .video-btn-1{
  position:absolute;
  z-index:1;
  left: 40%;
  top: 28%;
  max-width:72px;
}

body .row-fluid .story-video.zero .three-col-adjust span>.hs_cos_wrapper{
  margin-top:30px;
}


/*=======================================================
Success Story Single PAge Styling
======================================******************/

/*==================== Success Story Challenges CM  Styling******************/

.success-story-Challenge .span4.left-col{
  margin-left:0;
}
.success-story-Challenge .span8.right-col{
  margin-left:0;
}
.success-story-Challenge .span4.left-col .content-heading {
  max-width:268px;
}
.success-story-Challenge .right-col .content-paragraph{
  padding-bottom:40px;
  max-width:721px;
}
.success-story-Challenge .right-col .content-paragraph li{
  position:relative;
  z-index:1;
  padding-left:5.5%;
  list-style:none;
  margin-bottom:17px;
  margin-top:5px;
}
.success-story-Challenge li:before{
  position:absolute;
  z-index:-1;
  content:'';
  background:url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Compressed%20Smartlink/blue%20%20checked.png') no-repeat;
  width:20px;
  height:20px;
  top:0px;
  left:0;
}
@media(max-width:767px){
  .success-story-Challenge .right-col .content-paragraph li{
      padding-left:10.5%;
}
  .success-story-Challenge li:before{
    left:33px
  }
}
 @media (min-width: 768px) and (max-width: 1024px) {
    .success-story-Challenge .span4.left-col .content-heading {
    max-width:175px !important;
  }
}

/*==================== Success Story solution CM  Styling******************/

.success-story-Challenge .span4.left-col{
  margin-left:0;
}
.success-story-Challenge .span8.right-col{
  margin-left:0;
}
.success-story-Challenge .span4.left-col .content-heading h2{
  
  margin-bottom:7px;
}
.success-story-Challenge .span4.left-col .content-heading {
  max-width:268px;
  border-bottom:0.5px solid #b4b4b4;
}
.success-story-Challenge .right-col .content-paragraph h4{
  margin-bottom:16px;
}
.success-story-Challenge .right-col .content-paragraph{
  padding-bottom:40px;
  max-width:721px;
}
.success-story-Challenge .right-col .content-paragraph li{
  position:relative;
  z-index:1;
  padding-left:5.5%;
  list-style:none;
  margin-bottom:17px;
  margin-top:5px;
}
.success-story-Challenge li:before{
  position:absolute;
  z-index:-1;
  content:'';
  background:url('https://get.smartlinknetwork.com/hubfs/SmartLink%20Images/Compressed%20Smartlink/blue%20%20checked.png') no-repeat;
  width:20px;
  height:20px;
  top:0px;
  left:0;
}
@media(max-width:767px){
  .success-story-Challenge .right-col .content-paragraph li{
      padding-left:10.5%;
}
  .success-story-Challenge li:before{
    left:33px;
  }
  .success-story-Challenge .span4.left-col .content-heading {
    max-width: 100%;
    margin-bottom: 30px;
}
}
 @media (min-width: 768px) and (max-width: 1024px) {
    .success-story-Challenge .span4.left-col .content-heading {
    max-width:175px !important;
  }
}

/*==================== success Story Section-4 Styling******************/

.success-story-solution .left-col .middle-content{
  max-width:590px;
  margin:0 auto;
  padding-bottom:25px;
}
.success-story-solution a.cta_button, .success-story-solution .row-fluid .hs-button{
  min-width:176px;
}

/*=======================================================
Pricing  PAge Styling
======================================******************/

/*==================== Pricing Table CM  Styling******************/

del{
  font-weight:normal;
  color:#212121;
  font-size:20px;
  margin-right: 15px;
}
.hide{
  display:none;
}

.pricing-table .upper-content ul{
  display:flex;
}
.pricing-table .upper-content .heading-para{
  max-width: 517px;
}

.pricing-table .pricing-3.plan-monthly .annual-price-container{
  display:none;
}

body .row-fluid .pricing-table li.active {
  background: #5ca036;
  color:#ffffff;
  border:none;
}

.lower-content{
  display:none;
}

.lower-content.active{
  display:block;
}

.pricing-table .pricing-3.plan-yearly .monthly-price-container h3{
  display:none;
}

.pricing-table .upper-content ul li{
  padding:10px 0 11px;
  color:#1e4a79;
  font-size: 16px;
  font-weight: normal;
  min-width:165px;
  text-align:center;
  border: solid 1px #1e4a79;
}

.pricing-table .upper-content ul li:first-child{
  padding-left: 4.5px;
  padding-right: 4.5px;
}

.pricing-table .upper-content ul li h5{
  margin-bottom:0;
}

.pricing-table .lower-content .three-col-adjust>span>.hs_cos_wrapper{
  border-radius: 6px;
  border: solid 1px #1e4a79;
  background-color: #ffffff;
  overflow:hidden;
}

.pricing-table .lower-content .three-col-adjust{
  position:relative;
}

.pricing-table .lower-content .three-col-adjust>span>.hs_cos_wrapper .table-content{
  padding: 30px 20px 106px 20px;
}

.pricing-table .lower-content .three-col-adjust .hs_cos_wrapper .table-button{
  bottom: 30px;
  position: absolute;
  left: 20px;
  right: 20px;
  max-width: 100%;
  box-sizing: border-box;
}

.pricing-table .lower-content .three-col-adjust .hs_cos_wrapper:hover a.cta_button {
  background: #FFFFFF;
  color: #1E4A79;
}


.pricing-table .lower-content .three-col-adjust .hs_cos_wrapper li{
  position:relative;
  z-index:0;
}

.pricing-table .lower-content .three-col-adjust .hs_cos_wrapper ul{
  padding-left:18px;
}

.pricing-table .lower-content .three-col-adjust .hs_cos_wrapper h4{
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1e4a79;
  padding-bottom:30px;
  margin-bottom:30px;
  border-bottom:1px solid #dadada;
}

.pricing-table .lower-content .three-col-adjust .hs_cos_wrapper h4 span{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
}

.pricing-table .monthly-price-container{
  border-bottom:1px solid #dadada;
  margin-bottom:30px;
  padding-bottom:30px;
}

.pricing-table .lower-content .three-col-adjust .hs_cos_wrapper .table-content>h3{
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
  margin:0;
}
.pricing-table .lower-content .three-col-adjust .hs_cos_wrapper h3{
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1e4a79;
  margin:0;
}

.pricing-table .lower-content .three-col-adjust>span>.hs_cos_wrapper:hover{
  border-radius: 6px;
  border: solid 1px rgba(43, 104, 156, 0.5);
  background-color: #2b689c;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

body .row-fluid .pricing-table a.cta_button{
  display:block;
}

.pricing-table .lower-content .three-col-adjust>span>.hs_cos_wrapper:hover h3 ,
.pricing-table .lower-content .three-col-adjust>span>.hs_cos_wrapper:hover h4 ,
.pricing-table .lower-content .three-col-adjust>span>.hs_cos_wrapper:hover li ,
.pricing-table .lower-content .three-col-adjust>span>.hs_cos_wrapper:hover ul,
.pricing-table .lower-content .three-col-adjust>span>.hs_cos_wrapper:hover del{
  color:#ffffff;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

.pricing-table .upper-content .span6.right-col li{
  cursor:pointer;
} 

.switch-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 ;
  margin-top: 24px;
  margin-bottom: 42px;
  max-width: 311px;
  margin-left: auto;
  margin-right: 10%;
}

.switch {
  pointer-events: visible;
  position: relative;
  display: inline-block;
  width: 49px;
  height: 18px;
}

.switch input {
  display: none;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: #fff;
  transition: .4s;
  border: 1px solid grey;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: -2px;
  bottom: -4px;
  border-radius: 100px;
  background-color: #5CA036;
  transition: .4s;
  box-shadow: 0 10px 40px rgba(50,50,93,.2);
}

.switch input:checked+.slider:before {
  -webkit-transform: translateX(27px);
  transform: translateX(27px);
}

.switch-wrap .month-select{
  font-size:16px;
  line-height:25px;
  letter-spacing:0.02px;
  color: #212121;
  font-weight:600;
  text-transform:capitalize;
}

.switch-wrap .year-select{
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #212121;
}

@media(max-width:400px){
  .pricing-table .upper-content ul {
    display: block;
  }
  .switch-wrap{
    display: block;
  }
  .switch-wrap .year-select{
    display: block;
    margin-top:10px;
  }
  .switch .slider {
    top: 5px;
    bottom: -5px;
  }
}
@media(max-width:767px){
  .pricing-table .lower-content .three-col-adjust>span>.hs_cos_wrapper{
    max-width:100%;
  }
  .switch-wrap{
    margin-top: 0;
    margin-bottom: 42px;
    max-width: 311px;
    margin-left: 0;
    margin-right: 0;
    padding:0;
  }
  .pricing-table .upper-content .heading-para {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media(min-width:768px){
  .pricing-table .upper-content ul {
    max-width: 340px;
    margin-left: auto;
    margin-right: 5%;
    margin-top: 12px;
    margin-bottom: -4px;
  }
}
@media(max-width:1024px){
  .switch-wrap{
    padding: 0;
  }
}
@media(min-width:1200px){
  .pricing-table .lower-content .three-col-adjust .hs_cos_wrapper .table-button  a.cta_button {
    min-width:324px;
  }
}
.pricing-table .upper-content.span12 {
  margin-bottom: 12px;
}

.pricing-table .lower-content .three-col-adjust>span>.hs_cos_wrapper:nth-child(2n)::before{
  position: absolute;
  z-index: 1;
  padding: 10px 0px;
  top: 15px;
  bottom: 0;
  text-align: center;
  width: 113px;
  height: 14px;
  right: -40px;
  content: 'Popular';
  font-size: 12px;
  transform: rotate(52deg);
  color: #ffffff;
  background-color: #1e4a79;
  padding-right: 7px;
  text-transform: uppercase;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .pricing-table .lower-content .three-col-adjust>span>.hs_cos_wrapper{
    margin-right:2.2%;
  }
}

/*==================== Feature You Get Table CM  Styling******************/

.feature-you-get {
  padding: 100px 0px 130px;
}
.feature-you-get thead tr th {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #212121;
  padding: 10px 30px 35px;
}
.feature-you-get tbody tr td {
  padding: 0px 30px 30px;
}
.feature-you-get  th:first-child {
  width: 28.6%;
  text-align: left;
}
.feature-you-get th {
  width: 25.13%;
}
.feature-you-get  td:first-child { 
  text-align: left;
}
.feature-you-get td,
.feature-you-get thead tr th {
  border-right: solid 1px #dadada;
}
.feature-you-get td:last-child,
.feature-you-get thead tr th:last-child {
  border-right: none;  
}

.feature-you-get table { 
  max-width: 1168px;
  border: solid 1px #1e4a79;
  border-radius: 6px;
  margin: 33px 0px 70px;
  background-color:#FFFFFF;

}

@media(max-width: 767px) {
  .feature-you-get .mob-scroll {
    overflow-x: scroll;
  }
  .feature-you-get tbody tr td {
    padding: 0px 15px 20px;
  }
  .feature-you-get thead tr th {
    padding: 10px 15px 20px;
  }
  .feature-you-get table {
    margin: 0px 0px 20px;
  }
  .feature-you-get .cta-container {
    margin-bottom: 20px; 
  }
  .feature-you-get .mob-scroll .arrow-cta a.cta_button:after, body .row-fluid .arrow-cta a:after{
    left: 145px;
  }
}
@media(min-width: 768px) {
  .feature-you-get .mob-scroll .arrow-cta a.cta_button, .arrow-cta a{
    left: 0;
  }
}

/*==================== Logo-Section CM  Styling******************/

.logo-section .logo-section-content ul li{
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 0;
  padding: 0 10px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logo-section .logo-section-content ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.logo-section .logo-section-content{
  padding:40px 0px;
}
/* .logo-section .logo-section-content .image-container img{
border: solid 0.6px #dadada;
} */
.logo-section .logo-section-content .image-container{
  max-width:121px;
}
.logo-section {
  border-top:1px solid #b4b4b4;
  border-bottom:1px solid #b4b4b4;
  margin:70px 0px;
}

@media(max-width:1024px){
  .logo-section .logo-section-content ul {
    display: block;
  }
  .logo-section .logo-section-content ul li{
    width: 100%;
    max-width: 100px;
    margin: 15px 0;
    display: inline-block;
    height: auto;
    border: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .logo-section .logo-section-content .image-container{
    max-height:68px;
  }
}

/*=======================================================
Newsletter Popup
======================================******************/

.newletter-popup .newletter-popup-content{
  border-radius: 6px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding:88px 20px 102px 40px;
}
.newletter-popup {
  -webkit-backdrop-filter: blur(130px);
  backdrop-filter: blur(130px);
  background-color: rgba(255, 255, 255, 0.7);
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index:5;
}
.row-fluid .newletter-popup .row-fluid{
  margin: 0 auto;
  max-width: 942px;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}
.newletter-popup .newletter-popup-content{
  position:relative;
  z-index:0;
}
.newletter-popup .newletter-popup-content .span6.right-col p{
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
  margin-bottom:28px;
}
.newletter-popup .newletter-popup-content .span6.right-col h2{
  font-size: 42px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
  font-family: 'Nunito Sans Bold';
}
.newletter-popup .newletter-popup-content .span6.right-col form .actions {
  position: absolute;
  right: 4%;
  top: -1px;
  bottom: 0;
}
.newletter-popup .newletter-popup-content .span6.right-col .form-popup {
  position: relative;
}
.newletter-popup .newletter-popup-content .span6.right-col .hs-button {
  margin: 0;
  padding: 8.5px 18px;
  font-family: 'Nunito Sans Regular';
  font-weight: 100;
  border-radius: 0 3px 3px 0;
}
.newletter-popup .newletter-popup-content .span6.right-col .hs-form .field .hs-input{
  margin:-0.9px;
  border-radius: 3px;
  border: solid 1px #b4b4b4;
  background-color: #ffffff;
  max-width: 414px;
  max-height: 43px;
  padding: 0px 150px 0px 15px!important;
}
.newletter-popup .newletter-popup-content .span6.right-col ::placeholder{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #b4b4b4;
}

@media(min-width:768px) and (max-width:1024px){
  .newletter-popup .newletter-popup-content .span6.right-col h2{
    font-size: 29px;
  }
}
@media(max-width:1024px){
  .newletter-popup .newletter-popup-content .span6.right-col form .actions {
    right: 0%;
    top: 0px;
  }
  .newletter-popup .newletter-popup-content .span6.right-col .hs-form .field .hs-input{
    max-width: 100%;
  }
}
@media(max-width:590px){
  .newletter-popup .newletter-popup-content {
    background-size: cover !important;
    background-position: right !important;
  }
  #cross{
    left: 88% !important;
  }
  .newletter-popup .newletter-popup-content {
    padding: 20px;
  }
}
@media(max-width:767px){
  .newletter-popup .newletter-popup-content::before{
    background: #ffffff;
    position: absolute;
    content: '';
    z-index: -1;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity:0.7;
  }
  .newletter-popup .newletter-popup-content {
    margin:0px 20px ;
  }
  .newletter-popup .newletter-popup-content .span6.right-col h2{
    font-size: 23px;
  }
  .newletter-popup .newletter-popup-content .span6.right-col .hs-button {
    padding: 7.5px 3px;
  }
  
  .newletter-popup .newletter-popup-content .span6.right-col form .actions{
    position:relative;
  }
  body .row-fluid .newletter-popup .newletter-popup-content .span6.right-col .hs-form .field .hs-input{
    margin-bottom:15px;
    padding:15px!important;
  }
}

/* pop-up-styling */

.hide{
  display:none;
}


/* diagonal-styling */

@media(min-width:2500px){


  body .row-fluid .diaogonal-class:after {
    width: 59%!important;
  }
  body .row-fluid .api-banner-section.diaogonal-class:before,
  body .row-fluid .diaogonal-class:before {
    width: 58%!important;
  }
  body .row-fluid .request-section.diaogonal-class:after {
    width: 63%!important;
  }
}

  .diaogonal-class{
    position:relative;
    z-index: 1;
    overflow: hidden;
  }

  .diaogonal-class:after {
    position: absolute;
    width: 59%;
    height: 118%;
    content: '';
    background: inherit;
    top: -5%;
    right: 0;
    bottom: 0;
    transform-origin: bottom left;
    transform: skewY(121deg);
    z-index: -1;
  }

  @media(max-width:767px){
    .diaogonal-class:after {
      left:0;
      right: unset;
      width:100%;
    }
    body .row-fluid .api-banner-section.diaogonal-class:before,
    .diaogonal-class:before{
      opacity:0.5!important;
    }
    
    body .row-fluid .diaogonal-class:before{
      width:100%!important;
    }

  }

/* Trainng Page Banner Section */


/* .api-banner-section .text-conatiner p{
  font-size:20px;
}


@media(min-width:768px) and (max-width:1024px){
.api-banner-section .text-conatiner p{
  font-size:18px;
}
}

@media(max-width:767px){
.api-banner-section .text-conatiner p{
  font-size:16px;
}
}
 */