/* @import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,700,400italic,700italic,900,900italic);*/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500;600;700;800&display=swap');


@font-face {
  font-family: 'Corbel';
  src: url('https://www.servicesbytechdata.com/hubfs/_Brand%20Assets/Fonts/corbel.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Corbel';
  src: url('https://www.servicesbytechdata.com/hubfs/_Brand%20Assets/Fonts/corbeli.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Corbel';
  src: url('https://www.servicesbytechdata.com/hubfs/_Brand%20Assets/Fonts/corbelb.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Corbel';
  src: url('https://www.servicesbytechdata.com/hubfs/_Brand%20Assets/Fonts/corbell.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Corbel';
  src: url('https://www.servicesbytechdata.com/hubfs/_Brand%20Assets/Fonts/corbelli.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Corbel';
  src: url('https://www.servicesbytechdata.com/hubfs/_Brand%20Assets/Fonts/corbelz.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}


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

/* ==========================================================================
Developed by GiantFocal. 
Contact Us at support@giantfocal.com
visit our site at giantfocal.com
========================================================================== */

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

/* Other Imported CSS Files
-------------------------------------------------- */
/* 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;
}




/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  display: inline-block;
  position: relative;
  width: auto;
  margin: 20px auto!important;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }
@media (max-width:767px) {
    .flip-clock-wrapper ul li a div div.inn {
      font-size: 30px; }
   
}
/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

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

/**
* Exquisite's CSS variables are made as descriptive as possible. 
* You can edit any variable as needed. 
*/

/* -------------------------------------------------------------------
* COLORS
* Basic setup, primary and secondary colors
* You can change each variable to your liking
* ----------------------------------------------------------------- */
     /* Set website's base color */

  /* Set website's primary color */
  /* Set website's secondary color */


/* -------------------------------------------------------------------
* TYPOGRAPHY
* Options for font size, font weight, font family, and line height
* ----------------------------------------------------------------- */

                 /* Set website's base font size */
                  /* Set website's base line height */

   /* Set website's base font family */
                  /* Set website's base font family font weight */

   /* Set website's header font family */
                  /* Set website's header font family font weight*/
                  /* Set website's header line height */








                  /* Set website's list (li) line height */



/* -------------------------------------------------------------------
* HEADER ON DESKTOP
* Options for website's header: background color and main navigation
* ----------------------------------------------------------------- */

/* Header Background Color */
 /* Set main header's background color */


/* Main navigation  */
        /* Set navigation's ul background color */
        /* Set navigation's li background Color */
    /* Set navigation's link Color */
 /* Set navigation's link Hover Color */
 /* Set navigation's link Hover Background */

/* Dropdown */
         /* Set navigation's dropdown background color */
         /* Set navigation's dropdown font size */
         /* Set navigation's dropdown font color */
         /* Set navigation's dropdown hover font/text color */

/* -------------------------------------------------------------------
* HEADER ON MOBILE
* Options for responsive mobile header (hamburger menu)
* ----------------------------------------------------------------- */

      /* Set mobile navigation's background color */
      /* Set mobile navigation's link color */
      /* Set mobile navigation's hover link color */


/* -------------------------------------------------------------------
* BACKGROUND IMAGE OVERLAY
* This will set all sections with background image. You can edit the overlay color and opacity
* To removie the overlay, you can add '0' on the opacity variable
* ----------------------------------------------------------------- */

   /* Set background image overlay color */
     /* Set background image overlay opacity */



/* -------------------------------------------------------------------
* SITE FOOTER 
* This section is for setting up the site footer section ( above the footer )
* ----------------------------------------------------------------- */

     /* Set footer's background color */
     /* Set footer's headers font size */


/* -------------------------------------------------------------------
* FOOTER
* This section is for setting up the footer section ( where the copyright is )
* ----------------------------------------------------------------- */

  /* Set footer's background color */
     /* Set footer's copyright font size */


/* -------------------------------------------------------------------
* CONTAINER/WRAPPER/PAGE CENTER
* This section is for setting up the content width.
* ALERT: please add 'px' at the end of the value
* ----------------------------------------------------------------- */

   /* Set large container's max width */
    /* Set small container's max width */


/* -------------------------------------------------------------------
* BACKGROUND COLORS
* This template provides 4 classes that you can use to add background color bgPrimary, bgSecondary, bgColor3, bgColor4
* USAGE: just add the class on your preferred module
* ----------------------------------------------------------------- */

   /* Set primary background color */
   /* Set secondary background color */
   /* OPTIONAL Set third background color */
   /* OPTIONAL Set forth background color */


/* -------------------------------------------------------------------
* SOCIAL LINKS
* Social links (icons) default options
* ----------------------------------------------------------------- */

      /* Set social links' background color - Default: transparent */
          /* Set social links' icons color */


/* -------------------------------------------------------------------
* BUTTONS
* Buttons (CTAs) options
* ----------------------------------------------------------------- */

/* Primary Button ( Solid ) */
          /* Set primary button's background color */
             /* Set primary button's hover background color */
          /* Set primary button's text color */
          /* Set primary button's hover text color */

/* Secondary Button ( No background with Border) */
      /* Set secondary button's background color */
          /* Set secondary button's text color */
          /* Set secondary button's border color */

/* Tertiary Button ( Solid ) */
           /* Set tertiary button's background color */
           /* Set tertiary button's hover background color */
           /* Set tertiary button's text color */
           /* Set tertiary button's hover text color */


/* -------------------------------------------------------------------
* OTHERS
* 
* ----------------------------------------------------------------- */

    /* set border's default color, this variable is called in the "Border" section below */


/* -------------------------------------------------------------------
* MODULES
* This part is for setting up the basic font size, font weight, line height as well as the font family that we are going to use through the whole site
* ----------------------------------------------------------------- */

/* Recent posts */
  /* set recent posts' overlay color */
     /* fontawesome unicode, find yours at http://fontawesome.io/icons/ */
     /* set recent posts' overlay opacity - insert 0 to remove overlay */




/* --------------------------------------------------

Index:

1. BASE STYLES
- Base
- Typography
- Alignments
- Margins & Paddings
- Backgrounds
- Display
- Vertical Alignment
- Image & iFrame
- Text Colors
- Borders

2. COS Main Global Groups
- Header
- SiteFooter
- Footer

3. CUSTOM MODULES

4. HUBSPOT BUILT-IN MODULES

5. REUSABLE SECTIONS

6. GIANTFOCAL's CUSTOM PAGES
- Main Pages
- Site Pages
- Landing Pages
- Blog Pages
- System Pages


-------------------------------------------------- */

/* --------------------------------------------------
Macros
-------------------------------------------------- */


/**
* Create jinja macros for CSS3 properties that need browser prefixes.
*
* Apply the style as shown below.  Ignore the jinja comment tags.
*
* 
*/


/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/



/* ==========================================================================


1. BASE STYLES


========================================================================== */

/* --------------------------------------------------
Base
-------------------------------------------------- */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  background: #fff;
  color: #1F2A44;
  font-family: 'Corbel', 'Work Sans', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
hr{
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.clearfix {
  clear: both;
}


/**
* Page Center
* Apply .page-center to fullwidth modules.
*/

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid .row-fluid .page-center-small {
  max-width: 600px;
}
@media (max-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid .footer-copyright .row-fluid .page-center {
    padding: 0 10px;
  }
}

/* Links */
a {
  text-decoration: none;
  color: #00B1E2;
  -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: #007fb0;
}

a.anchor {
  position: relative;
  top: -175px;
}

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



/* --------------------------------------------------
Typography
-------------------------------------------------- */

/* Basic text */
p { 
  margin: 10px 0; 
}

small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headers */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Baloo Bhai 2', 'Work Sans', sans-serif;
  margin: 10px 0;
  text-rendering: optimizelegibility;
  font-weight: 600;
  line-height: 1.2;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, .h1-type { font-size: 60px; }
h2, .h2-type { font-size: 40px; }
h3, .h3-type { font-size: 30px; }
h4, .h4-type { font-size: 24px; }
h5, .h5-type { font-size: 14px; }
h6, .h6-type { font-size: 12px; }

.heading-margin-none * {
  margin: 0;
}


@media (min-width: 768px) {
  .header-large h1 {
    font-size: 100px
  }
}
@media (max-width:767px) {
  h1, .h1-type { font-size: 42px; }
  h2, .h2-type { font-size: 33px; }
}

/* Lists */

ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {
  line-height: 1.5;
}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {
  margin: 0;
  position: relative;
  padding: 20px 0 20px 40px;
  font-size: 18px;
  line-height: 1.4;
  font-style: italic;
}
blockquote:before {
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  left: 3px;
  top: 19px;
  font-size: 26px;
  opacity: 0.2;
}
blockquote p {}
blockquote span {
  display: block;
  font-size: 15px;
  margin-top: 10px;
  font-weight: bold;
  font-style: normal;
}
blockquote small {
}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

/* Backgrounds */
.bgPrimary    { background: #00B1E2; }
.bgSecondary  { background: #CCD814; }
.bgColor3     { background: #D9D9D6; }
.bgColor4     { background: #00558C; }
.bgWhite      { background: #fff; }


/* --------------------------------------------------
Alignments
-------------------------------------------------- */

.text-aligncenter   {text-align: center;  }
.text-alignright    {text-align: right;   }
.text-alignleft     {text-align: left;    }
.text-alignjustify  {text-align: justify; }

@media (max-width: 767px) {
  .mb-text-aligncenter    {text-align: center;  }
  .mb-text-alignright     {text-align: right;   }
  .mb-text-alignleft      {text-align: left;    }
  .mb-text-alignjustify   {text-align: justify; }
}


/* --------------------------------------------------
Margins & Paddings
-------------------------------------------------- */

.margin-10  {margin: 10px 0;}
.margin-20 {margin: 20px 0;}
.margin-30 {margin: 30px 0;}
.margin-40 {margin: 40px 0;}
.margin-50 {margin: 50px 0;}
.margin-60 {margin: 60px 0;}
.margin-70 {margin: 70px 0;}
.margin-80 {margin: 80px 0;}
.margin-90 {margin: 90px 0;}
.margin-100 {margin: 100px 0;}
.margin-110 {margin: 110px 0;}
.margin-120 {margin: 120px 0;}
.margin-130 {margin: 130px 0;}
.margin-140 {margin: 140px 0;}
.margin-150 {margin: 150px 0;}
.margin-160 {margin: 160px 0;}
.margin-170 {margin: 170px 0;}
.margin-180 {margin: 180px 0;}
.margin-190 {margin: 190px 0;}
.margin-200 {margin: 2000px 0;}

.margin-top-10  {margin-top: 10px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-50 {margin-top: 50px;}
.margin-top-60 {margin-top: 60px;}
.margin-top-70 {margin-top: 70px;}
.margin-top-80 {margin-top: 80px;}
.margin-top-90 {margin-top: 90px;}
.margin-top-100 {margin-top: 100px;}
.margin-top-110 {margin-top: 110px;}
.margin-top-120 {margin-top: 120px;}
.margin-top-130 {margin-top: 130px;}
.margin-top-140 {margin-top: 140px;}
.margin-top-150 {margin-top: 150px;}
.margin-top-160 {margin-top: 160px;}
.margin-top-170 {margin-top: 170px;}
.margin-top-180 {margin-top: 180px;}
.margin-top-190 {margin-top: 190px;}
.margin-top-200 {margin-top: 200px;}

.margin-bottom-10  {margin-bottom: 10px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-50 {margin-bottom: 50px;}
.margin-bottom-60 {margin-bottom: 60px;}
.margin-bottom-70 {margin-bottom: 70px;}
.margin-bottom-80 {margin-bottom: 80px;}
.margin-bottom-90 {margin-bottom: 90px;}
.margin-bottom-100 {margin-bottom: 100px;}
.margin-bottom-110 {margin-bottom: 110px;}
.margin-bottom-120 {margin-bottom: 120px;}
.margin-bottom-130 {margin-bottom: 130px;}
.margin-bottom-140 {margin-bottom: 140px;}
.margin-bottom-150 {margin-bottom: 150px;}
.margin-bottom-160 {margin-bottom: 160px;}
.margin-bottom-170 {margin-bottom: 170px;}
.margin-bottom-180 {margin-bottom: 180px;}
.margin-bottom-190 {margin-bottom: 190px;}
.margin-bottom-200 {margin-bottom: 200px;}


@media (max-width: 767px) {
  .mb-margin-10  {margin: 10px 0;}
  .mb-margin-20 {margin: 20px 0;}
  .mb-margin-30 {margin: 30px 0;}
  .mb-margin-40 {margin: 40px 0;}
  .mb-margin-50 {margin: 50px 0;}
  .mb-margin-60 {margin: 60px 0;}
  .mb-margin-70 {margin: 70px 0;}
  .mb-margin-80 {margin: 80px 0;}
  .mb-margin-90 {margin: 90px 0;}
  .mb-margin-100 {margin: 100px 0;}
  .mb-margin-110 {margin: 110px 0;}
  .mb-margin-120 {margin: 120px 0;}
  .mb-margin-130 {margin: 130px 0;}
  .mb-margin-140 {margin: 140px 0;}
  .mb-margin-150 {margin: 150px 0;}
  .mb-margin-160 {margin: 160px 0;}
  .mb-margin-170 {margin: 170px 0;}
  .mb-margin-180 {margin: 180px 0;}
  .mb-margin-190 {margin: 190px 0;}
  .mb-margin-200 {margin: 200px 0;}

  .mb-margin-top-10  {margin-top: 10px;}
  .mb-margin-top-20 {margin-top: 20px;}
  .mb-margin-top-30 {margin-top: 30px;}
  .mb-margin-top-40 {margin-top: 40px;}
  .mb-margin-top-50 {margin-top: 50px;}
  .mb-margin-top-60 {margin-top: 60px;}
  .mb-margin-top-70 {margin-top: 70px;}
  .mb-margin-top-80 {margin-top: 80px;}
  .mb-margin-top-90 {margin-top: 90px;}
  .mb-margin-top-100 {margin-top: 100px;}
  .mb-margin-top-110 {margin-top: 110px;}
  .mb-margin-top-120 {margin-top: 120px;}
  .mb-margin-top-130 {margin-top: 130px;}
  .mb-margin-top-140 {margin-top: 140px;}
  .mb-margin-top-150 {margin-top: 150px;}
  .mb-margin-top-160 {margin-top: 160px;}
  .mb-margin-top-170 {margin-top: 170px;}
  .mb-margin-top-180 {margin-top: 180px;}
  .mb-margin-top-190 {margin-top: 190px;}
  .mb-margin-top-200 {margin-top: 200px;}

  .mb-margin-bottom-10  {margin-bottom: 10px;}
  .mb-margin-bottom-20 {margin-bottom: 20px;}
  .mb-margin-bottom-30 {margin-bottom: 30px;}
  .mb-margin-bottom-40 {margin-bottom: 40px;}
  .mb-margin-bottom-50 {margin-bottom: 50px;}
  .mb-margin-bottom-60 {margin-bottom: 60px;}
  .mb-margin-bottom-70 {margin-bottom: 70px;}
  .mb-margin-bottom-80 {margin-bottom: 80px;}
  .mb-margin-bottom-90 {margin-bottom: 90px;}
  .mb-margin-bottom-100 {margin-bottom: 100px;}
  .mb-margin-bottom-110 {margin-bottom: 110px;}
  .mb-margin-bottom-120 {margin-bottom: 120px;}
  .mb-margin-bottom-130 {margin-bottom: 130px;}
  .mb-margin-bottom-140 {margin-bottom: 140px;}
  .mb-margin-bottom-150 {margin-bottom: 150px;}
  .mb-margin-bottom-160 {margin-bottom: 160px;}
  .mb-margin-bottom-170 {margin-bottom: 170px;}
  .mb-margin-bottom-180 {margin-bottom: 180px;}
  .mb-margin-bottom-190 {margin-bottom: 190px;}
  .mb-margin-bottom-200 {margin-bottom: 200px;}
}
.padding-10  {padding: 10px 0;}
.padding-20 {padding: 20px 0;}
.padding-30 {padding: 30px 0;}
.padding-40 {padding: 40px 0;}
.padding-50 {padding: 50px 0;}
.padding-60 {padding: 60px 0;}
.padding-70 {padding: 70px 0;}
.padding-80 {padding: 80px 0;}
.padding-90 {padding: 90px 0;}
.padding-100 {padding: 100px 0;}
.padding-110 {padding: 110px 0;}
.padding-120 {padding: 120px 0;}
.padding-130 {padding: 130px 0;}
.padding-140 {padding: 140px 0;}
.padding-150 {padding: 150px 0;}
.padding-160 {padding: 160px 0;}
.padding-170 {padding: 170px 0;}
.padding-180 {padding: 180px 0;}
.padding-190 {padding: 190px 0;}
.padding-200 {padding: 200px 0;}

.padding-top-10  {padding-top: 10px;}
.padding-top-20 {padding-top: 20px;}
.padding-top-30 {padding-top: 30px;}
.padding-top-40 {padding-top: 40px;}
.padding-top-50 {padding-top: 50px;}
.padding-top-60 {padding-top: 60px;}
.padding-top-70 {padding-top: 70px;}
.padding-top-80 {padding-top: 80px;}
.padding-top-90 {padding-top: 90px;}
.padding-top-100 {padding-top: 100px;}
.padding-top-110 {padding-top: 110px;}
.padding-top-120 {padding-top: 120px;}
.padding-top-130 {padding-top: 130px;}
.padding-top-140 {padding-top: 140px;}
.padding-top-150 {padding-top: 150px;}
.padding-top-160 {padding-top: 160px;}
.padding-top-170 {padding-top: 170px;}
.padding-top-180 {padding-top: 180px;}
.padding-top-190 {padding-top: 190px;}
.padding-top-200 {padding-top: 200px;}

.padding-bottom-10  {padding-bottom: 10px;}
.padding-bottom-20  {padding-bottom: 20px;}
.padding-bottom-30  {padding-bottom: 30px;}
.padding-bottom-40  {padding-bottom: 40px;}
.padding-bottom-50  {padding-bottom: 50px;}
.padding-bottom-60  {padding-bottom: 60px;}
.padding-bottom-70  {padding-bottom: 70px;}
.padding-bottom-80  {padding-bottom: 80px;}
.padding-bottom-90  {padding-bottom: 90px;}
.padding-bottom-100 {padding-bottom: 100px;}
.padding-bottom-110 {padding-bottom: 110px;}
.padding-bottom-120 {padding-bottom: 120px;}
.padding-bottom-130 {padding-bottom: 130px;}
.padding-bottom-140 {padding-bottom: 140px;}
.padding-bottom-150 {padding-bottom: 150px;}
.padding-bottom-160 {padding-bottom: 160px;}
.padding-bottom-170 {padding-bottom: 170px;}
.padding-bottom-180 {padding-bottom: 180px;}
.padding-bottom-190 {padding-bottom: 190px;}
.padding-bottom-200 {padding-bottom: 200px;}


@media (max-width: 767px) {
  .mb-padding-10  {padding: 10px 0;}
  .mb-padding-20 {padding: 20px 0;}
  .mb-padding-30 {padding: 30px 0;}
  .mb-padding-40 {padding: 40px 0;}
  .mb-padding-50 {padding: 50px 0;}
  .mb-padding-60 {padding: 60px 0;}
  .mb-padding-70 {padding: 70px 0;}
  .mb-padding-80 {padding: 80px 0;}
  .mb-padding-90 {padding: 90px 0;}
  .mb-padding-100 {padding: 100px 0;}
  .mb-padding-110 {padding: 110px 0;}
  .mb-padding-120 {padding: 120px 0;}
  .mb-padding-130 {padding: 130px 0;}
  .mb-padding-140 {padding: 140px 0;}
  .mb-padding-150 {padding: 150px 0;}
  .mb-padding-160 {padding: 160px 0;}
  .mb-padding-170 {padding: 170px 0;}
  .mb-padding-180 {padding: 180px 0;}
  .mb-padding-190 {padding: 190px 0;}
  .mb-padding-200 {padding: 200px 0;}

  .mb-padding-top-10  {padding-top: 10px;}
  .mb-padding-top-20 {padding-top: 20px;}
  .mb-padding-top-30 {padding-top: 30px;}
  .mb-padding-top-40 {padding-top: 40px;}
  .mb-padding-top-50 {padding-top: 50px;}
  .mb-padding-top-60 {padding-top: 60px;}
  .mb-padding-top-70 {padding-top: 70px;}
  .mb-padding-top-80 {padding-top: 80px;}
  .mb-padding-top-90 {padding-top: 90px;}
  .mb-padding-top-100 {padding-top: 100px;}
  .mb-padding-top-110 {padding-top: 110px;}
  .mb-padding-top-120 {padding-top: 120px;}
  .mb-padding-top-130 {padding-top: 130px;}
  .mb-padding-top-140 {padding-top: 140px;}
  .mb-padding-top-150 {padding-top: 150px;}
  .mb-padding-top-160 {padding-top: 160px;}
  .mb-padding-top-170 {padding-top: 170px;}
  .mb-padding-top-180 {padding-top: 180px;}
  .mb-padding-top-190 {padding-top: 190px;}
  .mb-padding-top-200 {padding-top: 200px;}

  .mb-padding-bottom-10  {padding-bottom: 10px;}
  .mb-padding-bottom-20 {padding-bottom: 20px;}
  .mb-padding-bottom-30 {padding-bottom: 30px;}
  .mb-padding-bottom-40 {padding-bottom: 40px;}
  .mb-padding-bottom-50 {padding-bottom: 50px;}
  .mb-padding-bottom-60 {padding-bottom: 60px;}
  .mb-padding-bottom-70 {padding-bottom: 70px;}
  .mb-padding-bottom-80 {padding-bottom: 80px;}
  .mb-padding-bottom-90 {padding-bottom: 90px;}
  .mb-padding-bottom-100 {padding-bottom: 100px;}
  .mb-padding-bottom-110 {padding-bottom: 110px;}
  .mb-padding-bottom-120 {padding-bottom: 120px;}
  .mb-padding-bottom-130 {padding-bottom: 130px;}
  .mb-padding-bottom-140 {padding-bottom: 140px;}
  .mb-padding-bottom-150 {padding-bottom: 150px;}
  .mb-padding-bottom-160 {padding-bottom: 160px;}
  .mb-padding-bottom-170 {padding-bottom: 170px;}
  .mb-padding-bottom-180 {padding-bottom: 180px;}
  .mb-padding-bottom-190 {padding-bottom: 190px;}
  .mb-padding-bottom-200 {padding-bottom: 200px;}
}

/* -------------------------------------------------------------------
* Box
* add paddings to all sides (top, right, bottom, and left)
* ----------------------------------------------------------------- */

.box-10 {
  padding: 10px;
}
.box-15 {
  padding: 15px;
}
.box-20 {
  padding: 20px;
}
.box-25 {
  padding: 25px;
}
.box-30 {
  padding: 30px;
}


/* -------------------------------------------------------------------
* Display
* add options to hide (display-none) elements on desktop/mobile/all
* ----------------------------------------------------------------- */

.display-none {
  display: none!important;
}
@media (min-width: 768px) {
  .desktop-display-none {
    display: none!important;
  }
}
@media (max-width:767px) {
  .mb-display-none {
    display: none!important;
  }
}


/* -------------------------------------------------------------------
* Vertical Alignment
* Make elements align center vertically
* ----------------------------------------------------------------- */

@media (min-width:768px) {
  .vertical-align-center > .row-fluid-wrapper > .row-fluid {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}


/* -------------------------------------------------------------------
* Images & Iframe
* Default image and iframe styles
* ----------------------------------------------------------------- */

/* ----- Image ----- */

img {
  height: auto;
}
.image-round-border img {
  border-radius: 100%;
  border: 5px solid #fff!important;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

/* ----- iFrame ----- */

iframe {
  max-width: 100%!important;
}

/* -------------------------------------------------------------------
* Colors
* add your color classes
* ----------------------------------------------------------------- */

.colorPrimary   { color: #00B1E2; }
.colorSecondary { color: #CCD814; }

.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white p,
.color-white li {
  color: #fff;
}

/* -------------------------------------------------------------------
* Borders
* add border(s) to your modules/elements
* ----------------------------------------------------------------- */

.box-all {
  border: 1px solid #ddd;
}
.border-top {
  border-top: 1px solid #ddd;
}
.border-bottom {
  border-bottom: 1px solid #ddd;
}
.border-left {
  border-left: 1px solid #ddd;
}
.border-right {
  border-right: 1px solid #ddd;
}

@media (max-width: 767px) {
  .mb-box-all {
    border: 1px solid #ddd;
  }
  .mb-border-top {
    border-top: 1px solid #ddd;
  }
  .mb-border-bottom {
    border-bottom: 1px solid #ddd;
  }
  .mb-border-left {
    border-left: 1px solid #ddd;
  }
  .mb-border-right {
    border-right: 1px solid #ddd;
  }
}


/* ==========================================================================


2. COS Global Groups ( Header, SiteFooter and Footer )
!!! BE CAREFUL IN EDITING THIS SECTION !!!

========================================================================== */


/* -------------------------------------------------------------------
* Default Header
* ----------------------------------------------------------------- */

.header-container-wrapper {
  position: relative;
  width: 100%;
}
.header-container {
  z-index: 9999;
}

#header-sticky-wrapper {
  position: relative;
}

#header {
  background: #FFF;
  z-index: 999!important;
  position: relative;
  margin: 0;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
  -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
  -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}
@media (min-width:768px) {
  #header .logo,
  #header .logo img {
    -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
    max-width: 180px;
  }
}

@media (max-width: 768px) {
  #header {
    position: relative!important;
  }
  #header .page-center {
    padding: 0;
  }
  #header .logo img {
    max-width: 180px;
  }
}


/* Top Header
------------------ */
@media (max-width:767px) {
  #top-header { 
    margin-bottom: 0!important;
  }
}
/* Top Header Links */

.top-header-links {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 13px;
}
.top-header-links li {
  display: inline-block;
  margin-left: 10px;
}
.top-header-links li i {
  margin-right: 5px;
  background: transparent;
}



.top-header-links .btn-top-header {
  background: #00B1E2;
  padding: 15px 20px;
  color: #fff;
  display: block;
}
.top-header-links .btn-top-header:hover {
  background: #CCD814;
}

@media (max-width: 767px) {
  .top-header-links li {
    margin: 0;
    padding: 5px;
  }
  .top-header-links .btn-top-header {
    padding: 4px 10px;
  }
}



/* Main Header
------------------ */

.main-header {
  position: relative;
}

/* Logo
------------------ */

.header-container .hs_cos_wrapper_type_logo a img {
  max-height: 74px;
  width: auto;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .logo {
    text-align: center;
  }
  .pt-2-content h2 {
    margin-top: 20px !important;
  }
}
@media (max-width:480px) {
  .logo img {
    max-width: 120px;
  }   
}



/* Menu/Navigation
------------------ */

.main-nav {
  min-height: 0!important;
}

@media (min-width: 768px) {

  .main-nav li.hs-item-has-children > ul {
    opacity: 1;
    visibility: visible;
  }

  /* Parent List (Level 1) */

  .main-nav .hs-menu-wrapper > ul {
    display: block!important;
  }
  .main-nav .hs-menu-wrapper > ul > li {

  }
  .main-nav .hs-menu-wrapper > ul > li > a {
    color: #1F2A44;
    max-width: none!important;
    height: 100px;
    line-height: 100px;
    padding: 0 20px;
  }
  .main-nav .hs-menu-wrapper > ul > li > a:hover,
  .main-nav .hs-menu-wrapper > ul > li.active-branch > a {
    color: #00B1E2;
  }
  .main-nav .hs-menu-wrapper > ul > li.active-branch > ul.active-branch > li.active-branch > a,
  .main-nav .hs-menu-wrapper > ul > li.active-branch > ul.active-branch > li.active-branch > ul.active-branch > li.active-branch > a {
    background: #00B1E2;
    color: #fff
  }


  /* Dropdown (Level 2) */

  .main-nav .hs-menu-wrapper > ul > li > ul  {
    background: #fff;
    border-top: 3px solid #00B1E2;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  }
  .main-nav .hs-menu-wrapper > ul > li > ul > li {

  }
  .main-nav .hs-menu-wrapper > ul > li > ul > li a {
    padding: 8px 15px!important;
    padding-right: 30px!important;
    background: #fff;
    color: #333;
    font-size: 15px;
    min-width: 180px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
  }
  .main-nav .hs-menu-wrapper > ul > li > ul > li:last-child a {
    border-bottom: none;
  }
  .main-nav .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:after {
    content: "\f105"!important;
    font-family: fontawesome!important;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 26px;
    margin: auto;
    display: inline-block;
  }

  /* Child Dropdown (Level 3) */
  .main-nav .hs-menu-wrapper > ul > li > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
  }
  .main-nav .hs-menu-wrapper > ul > li > ul > li > ul {
    left: 100%!important;
  }
}
@media (min-width:1101px) and (max-width:1700px) {
  .main-nav .hs-menu-wrapper > ul > li > ul li a {
    min-width: 180px!important;
  }
  /* Child Dropdown (Level 2) */
  .main-nav .hs-menu-wrapper > ul > li:nth-child(n+6) > ul {
    left: auto!important;
    right: 0!important;
  }

  /* Child Dropdown (Level 3) */
  .main-nav .hs-menu-wrapper > ul > li:nth-child(n+4) > ul > li > ul {
    left: auto!important;
    right: 100%!important;
  }
}
@media (min-width:768px) and (max-width:1100px) {
  .main-nav .hs-menu-wrapper > ul > li > a {
    padding: 0 8px;
    font-size: 14px;
  }
  .main-nav .hs-menu-wrapper > ul > li > ul li a {
    padding: 5px 15px!important;
    white-space: normal!important;
    min-width: 180px!important;
  }
  /* Child Dropdown (Level 2) */
  .main-nav .hs-menu-wrapper > ul > li:nth-child(n+6) > ul {
    left: auto!important;
    right: 0!important;
  }

  /* Child Dropdown (Level 3) */
  .main-nav .hs-menu-wrapper > ul > li:nth-child(n+4) > ul > li > ul {
    left: auto!important;
    right: 100%!important;
  }
}
@media (min-width:768px) and (max-width:850px) {
  .main-nav .hs-menu-wrapper > ul > li > a {
    font-size: 13px;
  }
}


/* CTA
------------------ */

.header-cta .btn {
  padding: 10px;
}


/* CTA
------------------ */

/* -------------------------------------------------------------------
* Premium Header
* ----------------------------------------------------------------- */

.premium-header {

}


/* Menu
------------------ */

.premium-header .main-nav ul:not(.hs-menu-children-wrapper) {
  display: inline-block!important;
  float: right;
}


/* Google Search
------------------- */

.google-search-wrapper {
  position: relative;
}
.search-toggle {

}
.google-search {
  display: none!important;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  z-index: 999;
  margin-top: 36px;
  border: 1px solid  #ddd;
  border-top: 4px solid #00B1E2;
  padding: 10px;
  width: 300px!important;
}
.google-search.active {
  display: block!important;
}
.google-search label {
  display: none!important;
}
.google-search input:focus {
  box-shadow: none!important;
}

@media (max-width: 767px) {
  .google-search-wrapper {
    position: absolute;
    top: 35px;
    left: 10px;
    display: block;
    height: 10px;
    border-left: none;
  }
  .search-toggle {
    padding-left: 10px;
  }
  .google-search  {
    right: auto;
    left: 0;
    width: 100%;
    margin-top: 22px;
  }
}
@media (max-width: 480px) {
  .google-search-wrapper {
    top: 20px;
  }
  .google-search {
    width: 220px!important;
    margin-top: 13px;
  }
}

/* -------------------------------------------------------------------
* Header Social
* ----------------------------------------------------------------- */

.header-social .social-links a {
  color: #1F2A44!important;
  width: 12px;
  height: 12px;
}
.header-social .social-links a:hover {
  color: #00B1E2;
}



/* -------------------------------------------------------------------
* Site Footer
* ----------------------------------------------------------------- */

#site-footer {
  background: #00558C;
  -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.2);
  -o-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.2);
  box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.2);
}  
#site-footer .span3 {
  padding-right: 10px;
}
#site-footer .span3:last-child {
  border: 0px;
}
#site-footer h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#site-footer p,
#site-footer a {
  color: #999;
  font-size: 14px;
}
#site-footer a:hover {
  color: #fff;
}

/* Listing
------------------- */
#site-footer .hs-rss-item {
  margin-bottom: 5px;
}

/* Google Search
------------------- */
#site-footer form input {
  display: inline-block;
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
  color: #fff;
}
#site-footer form input:focus {
  border-color: #00B1E2;
}
#site-footer form a {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#site-footer form a:hover {
  background: #00B1E2;
  border: 1px solid #00B1E2;
}  


/* -------------------------------------------------------------------
* Footer
* ----------------------------------------------------------------- */

#footer {
  position: relative;
  background: #FFF;
}
.footer-container {}

.footer-background,
.footer-background a,
.footer-copyright a,
.footer-container-wrapper .more-links a,
.footer-container-wrapper .contact-us a,
.footer-container-wrapper .about-us a {
  color: #007fb0;
}
.footer-background,
.footer-background a {
  background: #00B1E2;
}
.footer-container-wrapper .more-links a:hover,
.footer-container-wrapper .contact-us a:hover,
.footer-container-wrapper .about-us a:hover {
  color: #FFF;
}
.footer-container-wrapper .more-links a {
  margin: 10px 0px;
}
.footer-container-wrapper .footer-copyright {
  background: #1F2A44;
  color: #CCD814;
  padding: 10px 0px;
  font-size: 12px;
}
.footer-container-wrapper .social-icons .fa {
  font-size: 20px;
  padding-right: 5px;
}


@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}


/* Social Links
------------------ */

.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-links li {
  display: inline-block;
}
.social-links li:nth-child(n+2) {
  margin-left: 5px;
}
.social-links li a {
  width: 15px;
  height: 15px;
  font-size: 12px;
  line-height: 15px;
  border-radius: 100%;
  color: #ffffff!important;
  display: inline-block;
  background: transparent!important;
  text-align: center;
}
.social-links li a:hover {
  color: #00B1E2!important;
}

/* Social Links PrimaryColor
------------------ */

.social-links-primaryColor {
  list-style: none;
  margin: 0; 
  padding: 0;
}
.social-links-primaryColor  li {
  display: inline-block;
}
.social-links-primaryColor  li:nth-child(n+2) {
  margin-left: 5px;
}
.social-links-primaryColor  li a {
  font-size: 15px;
  line-height: 1;
  border-radius: 100%;
  color: #00B1E2!important;
  display: inline-block;
  text-align: center;
}
.social-links-primaryColor  li a:hover {
  color: #00B1E2!important;
}

/* Back to Top
------------------ */
.scroll-to-top {
}
.scroll-to-top span {
  position: absolute;
  top: -25px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: #00B1E2;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 35px;
  padding: 4px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.scroll-to-top span:hover {
  background: #CCD814;
}



/* ==========================================================================


3. CUSTOM MODULES

========================================================================== */



/* -------------------------------------------------------------------
* Hero Banners
* ----------------------------------------------------------------- */

/* Small Hero Banner with Background Image
------------------------------------------------ */

.hero-banner-small.hero-banner-bg-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-banner-small.hero-banner-bg-image.with-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e0e0e;
  opacity: 0.7;
}
.hero-banner-small.hero-banner-bg-image.with-overlay > div {
  position: relative;
  z-index: 2;
}
@media (min-width:769px) {
  .hero-banner-small.hero-banner-bg-image.simple-parallax {
    background-attachment: fixed;
  }
}


/* Large Hero Banner with Background Image
------------------------------------------------ */
.hero-banner-large.hero-banner-bg-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-banner-large.hero-banner-bg-image.with-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e0e0e;
  opacity: 0.7;
}
.hero-banner-large.hero-banner-bg-image.with-overlay > div {
  position: relative;
  z-index: 2;
}
@media (min-width:769px) {
  .hero-banner-large.hero-banner-bg-image.simple-parallax {
    background-attachment: fixed;
  }
}


/* Hero Slider (3 Slides)
------------------------------------------------ */

.slick-prev, .slick-next {
  z-index: 10;
}
.hero-slider.slick-slider {
  margin-bottom: 0;
}
.hero-slider .hero-slider-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-slider .hero-slider-bg.with-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e0e0e;
  opacity: 0.7;
}
.hero-slider .hero-slider-bg.with-overlay > * {
  position: relative;
  z-index: 2;
}
.hero-slider button.slick-next {
  right: 20px;
}
.hero-slider button.slick-prev {
  left: 20px;
}
.hero-slider .slick-dots {
  bottom: 20px;
}
.hero-slider .slick-dots li {
  width: 35px;
  height: 5px;
  padding: 0px;
}
.hero-slider .slick-dots li button {
  width: 35px;
  height: 5px;
  margin: 0px 2px;
  padding: 0px;
}
.hero-slider .slick-dots li button:before {
  content: "";
  width: 35px;
  height: 5px;
  background: #fff;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;  
}
@media (min-width:767px) and (max-width:1250px) {
  .container-fluid .row-fluid .hero-slider .page-center {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width:767px) {
  .slick-prev, .slick-next {
    display: none!important;
  }
}
@media (max-width:480px) {
  .hero-slider h1 {
    font-size: 40px;
  }
}



/* -------------------------------------------------------------------
* Testimonials
* ----------------------------------------------------------------- */

/* Testimonial Slider with Background
------------------------------------------------ */

.testimonial-slider-wrapper {
  position: relative;
}   
.testimonial-slider-wrapper.bgImage:before {
  content: "";
  background: #333;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .75;
}
.testimonial-slider > div h4 {
  color: #fff;
  margin: 0px 0px 40px;
  padding:0px 30px;
  font-weight: 100;
  font-style: italic;
  line-height: 1.4;
}   
.testimonial-slider p {
  color: #CCD814;
  color: #fff;
  font-size: 16px;
}
.testimonial-slider-wrapper.bgSecondary .testimonial-slider p {
  color: #fff;
  font-weight: bold;
}
.testimonial-slider p.portrait-photo {
  text-align: center;
}
.testimonial-slider p.portrait-photo img {
  width: 120px;
  float: none;
  max-width: 100%;
  border-radius: 100%;
  margin: auto;
}
.testimonial-slider-wrapper .testimonial-slider {
  padding: 0px 30px;
  margin-bottom: 0;
}
.testimonial-slider-wrapper button.slick-prev {
  left: 5px;
}
.testimonial-slider-wrapper button.slick-next {
  right: 5px;
}

@media (max-width: 767px) {
  .testimonial-slider-wrapper .testimonial-slider {
    padding: 0px;
  }
  .testimonial-slider > div h4 {
    padding: 0px;
  }
}


/* Testimonial Box
------------------------------------------------ */

.testimonial-box .testimonial-portrait {
  border-radius: 100%;
}
.testimonial-box p.testimonial-box-writer {
  font-weight: bold;
  margin: 35px 0px 0px;
}
.testimonial-box p.testimonial-box-detail {
  margin: 0;
  font-style: italic;
  font-size: 14px;
}
@media (max-width:767px) {
  .testimonial-box .testimonial-portrait {
    width: 220px;
    max-width: 100%;
    margin: auto;
    float: none;
  }
}


/* -------------------------------------------------------------------
* Gallery
* ----------------------------------------------------------------- */

/* Gallery Box
------------------------------------------------ */

.gallery-box {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.gallery-box .gallery-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.gallery-box:hover .gallery-image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.gallery-box .gallery-caption {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
  transition-delay: 0.1s;
}
.gallery-box:hover .gallery-caption {
  opacity: 1;
}
.gallery-box .gallery-caption-inner {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 20px;
}
.gallery-box .gallery-caption-inner h4,
.gallery-box .gallery-caption-inner p {
  color: #fff;
  margin: 2px 0px;
}
.gallery-box .gallery-caption-inner p {
  opacity: 0.7;
}
@media (max-width:768px) {
  .gallery-box .gallery-caption,
  .gallery-box:hover .gallery-caption{
    background: rgba(0,0,0,0.4);
    opacity: 1;
  }
}


/* -------------------------------------------------------------------
* Products
* ----------------------------------------------------------------- */


/* Product Listing Box
------------------------------------------------ */
.product-box {
  width: 100%;
  text-align: left;
  background: #fff;
  padding: 5px;
}
.product-box .product-details {
  padding: 15px 15px 10px;
}
.product-box a {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.product-box a:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  background-image: url(//2333817.fs1.hubspotusercontent-na1.net/hubfs/2333817/Template_Packs/001.Premium_Exquisite/icons/plus-icon.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
-ms-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
.product-box a:hover:after {
  opacity: 1;
}
.product-box a img {
  width: 100%;
}
.product-box .product-details h4 {
  font-size: 14px;
  margin: 0px;
}
.product-box .product-details p {
  color: #00B1E2; 
  font-size: 20px;
  margin: 0px;
  font-weight: bold;
}
.product-box .product-details p span {
  color: #333;
  font-size: 16px;
  margin-right: 5px;
}
.product-box .product-details p span.discount-active {
  color: #999;
  opacity: 0.5;
  text-decoration: line-through;
}


/* -------------------------------------------------------------------
* Decision Tree
* ----------------------------------------------------------------- */
.cm-decision-tree {
  background: #CCD814;
}

/* Toggle */
.cm-decision-tree-toggle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.75em;
  font-weight: bold;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cm-decision-tree-toggle-wrapper > div {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.cm-decision-tree-toggle {
  text-align: center;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  transition: 0.2s ease;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
.cm-decision-tree-toggle:hover {
  background: #c2ce0a;
}
.cm-decision-tree-toggle.active {
  background: #00B1E2;
}
.cm-decision-tree-toggle:nth-child(n+2) {
  border-left: 1px solid #fff;
}

@media (min-width: 768px) {
  .cm-decision-tree-toggle-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cm-decision-tree-toggle-wrapper > div {
    -ms-flex-preferred-size: 33.1%;
    flex-basis: 33.1%;
  }
}

/* Flex content */
.cm-descition-tree-content {
  background: #00B1E2;
  -webkit-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
.cm-descition-tree-content > div {
  padding: 30px 15px;
}
.cm-descition-tree-content > div > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.cm-descition-tree-content > div > span > div {
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
} 
.decision-tree-item {
  padding: 10px;
  text-align: center;
  color: #fff;
}
.decision-tree-item h3 {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .cm-descition-tree-content > div > span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
} 



/* -------------------------------------------------------------------
* Location tabs
* ----------------------------------------------------------------- */
.cm-location-tabs-wrapper {
}
.cm-location-tabs-wrapper .cm-location-tabs {

  border-bottom: 2px solid #f7f8f9;
}
.cm-location-tabs-wrapper .cm-location-tabs p {
  display: inline-block;
  width: 100%;
  margin: 0px;
  padding: 20px 10px;
  border-right: 5px solid #fff;
  text-align: center;
  background: #f7f8f9;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.2s ease;
}
.cm-location-tabs-wrapper .cm-location-tabs p:last-child {
  border-right: 0px;
}
.cm-location-tabs-wrapper .cm-location-tabs p.active {
  background: #333;
  color: #fff; 
}
.cm-location-tabs-wrapper .cm-location-tabs p:hover {
  background: #00B1E2;
  color: #fff; 
}
.cm-location-tabs-wrapper .cm-location-tabs-detail {
  text-align: left;
  border: 2px solid #f7f8f9;
}
.cm-location-tabs-wrapper .cm-location-tabs-detail > div {
  padding: 40px;
}
@media (min-width:651px) {
  .cm-location-tabs-wrapper .cm-location-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width:767px) {
  .cm-location-tabs-wrapper .cm-location-tabs-detail > div {
    padding: 20px;
  }
}
@media (max-width:650px) {
  .cm-location-tabs-wrapper .cm-location-tabs p {
    display: inline-block;
    width: 100%;
    border-right: 0px;
  }
}



/* ==========================================================================


4. COS BUILT-IN MODULES


========================================================================== */


/* -------------------------------------------------------------------
* Image Slider
* ----------------------------------------------------------------- */

.hs_cos_flex-slider {
  margin: 0;
}
.widget-type-image_slider .caption {
  padding: 10px 0;
  background: #333;
}

/* -------------------------------------------------------------------
* Form
* ----------------------------------------------------------------- */


/* All Global Forms
------------------ */

/* Form Field */
body .hs-form-field { margin-bottom: 15px; }

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

/* Labels */
body label {
  margin-bottom: 5px;
  font-weight: 700;
}
body .hs-form-field > label {}

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

body input[type="submit"] {
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all linear 300ms;
-moz-transition: all linear 300ms;
-o-transition: all linear 300ms;
-ms-transition: all linear 300ms;
transition: all linear 300ms;
  font-size: 15px;
  cursor: pointer;
}

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


@media (max-width: 767px) {
  body input[type="submit"] {
    display: block;
    width: 100%;
  }
}


/* Separate Styles for Multiple Line Inputs */
body textarea {
  min-height: 200px;
}
body textarea:focus {}

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

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

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

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

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


/* Form Module
------------------------- */

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

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

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

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"],
.hs_cos_wrapper_type_form input[type="datetime"],
.hs_cos_wrapper_type_form input[type="datetime-local"],
.hs_cos_wrapper_type_form input[type="date"],
.hs_cos_wrapper_type_form input[type="month"],
.hs_cos_wrapper_type_form input[type="time"],
.hs_cos_wrapper_type_form input[type="week"],
.hs_cos_wrapper_type_form input[type="number"],
.hs_cos_wrapper_type_form input[type="email"],
.hs_cos_wrapper_type_form input[type="url"],
.hs_cos_wrapper_type_form input[type="search"],
.hs_cos_wrapper_type_form input[type="tel"],
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li.hs-form-radio input[type="radio"] { width: auto; }
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}

/* Custom styling Form Default
--------------------------- */

.form-default {
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
  border: 1px solid #f6f7f8;
}
.form-default .hs_cos_wrapper_type_form input {
  box-shadow: none;
  color: #1F2A44;
}
.form-default input[type="text"],
.form-default input[type="password"],
.form-default input[type="datetime"],
.form-default input[type="datetime-local"],
.form-default input[type="date"],
.form-default input[type="month"],
.form-default input[type="time"],
.form-default input[type="week"],
.form-default input[type="number"],
.form-default input[type="email"],
.form-default input[type="url"],
.form-default input[type="search"],
.form-default input[type="tel"],
.form-default input[type="color"],
.form-default input[type="file"],
.form-default textarea,
.form-default select {
  background: none;
  border: none;
  border-radius: 0;
  border: 1px solid #ddd;
  margin-top: 10px;
  min-height: 42px;
  padding: 5px 10px!important;
  width: 100%!important;
}
.form-default  input[type="submit"] {
  background: #00B1E2;
  color: #fff;
  padding: 20px;
  display: inline-block;
  border: none;
  width: 100%;
}
.form-default .hs_cos_wrapper_type_form input[type="submit"]:hover {
  background: #CCD814;
  color: #333;
}
.form-default .hs_cos_wrapper_type_form input:focus {
  box-shadow: none;
  border-color: #00B1E2;
}

.form-default .hs-error-msgs li {
  color: #CCD814;
  font-size: 12px;
}

.hs_error_rollup {
  display: none;
}

/* GDPR */
.legal-consent-container,
.legal-consent-container p,
.individual-resource-lp .form-box .legal-consent-container p {
  font-size: 11px;
  line-height: 1.3;
}



/* Custom styling Form 01
--------------------------- */
.form-01 {
  background: rgba(0,0,0,0.15);
  padding: 25px;
  -webkit-box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
  -moz-box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
  box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
}
.form-01 h3 {
  font-weight: 700;
  color: #fff;
}
.form-01 label {
  font-weight: 400;
  color: #fff;
}
.form-01 input {
  border-radius: 0px!important;
}
.form-01 input[type="submit"] {
  padding: 20px;
  background: #00B1E2;
  color: #ffffff;
  border: 1px solid #00B1E2;
  cursor: pointer;
  display: block;
  width: 100%;
}
.form-01 input[type="submit"]:hover {
  background: #00558C;
  border-color: #00558C
}

/* Custom styling Form 02
--------------------------- */
.form-02 {
  padding: 25px;
}
.form-02 h3 {
  font-weight: 700;
}
.form-02 label {
  font-weight: 400;
}
.form-02 input {
  border-radius: 0px!important;
}
.form-02 fieldset + .hs_submit {
  padding-right: 10px;
}
.form-02 input[type="submit"] {
  padding: 20px;
  background: #00B1E2;
  color: #ffffff;
  border: 1px solid #00B1E2;
  cursor: pointer;
  display: block;
  width: 100%;
}
.form-02 input[type="submit"]:hover {
  background: #00558C;
  border-color: #00558C
}

/* Multi Column Form
-------------------------------------------------- */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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


/* Google Search Form
-------------------------------------------------- */

/* Label */
.widget-type-google_search label {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Montserrat',sans-serif;
  display: block;
  text-rendering: optimizelegibility;
  margin: 0px 0px 20px;
}

/* Input */
.widget-type-google_search input[type="text"] {
  width: 100%;
  float: left;
  margin-top: 0px;
  height: 36px;
}
.widget-type-google_search input[type="focus"] {}

.widget-type-google_search .hs-button.primary {
  float: left;
  margin-left: 2px;
}

/* Form Error Selectors
-------------------------------------------------- */
.hsformerror {
  font-size: 12px!important;
  border: 0 !important;
  color: #FFF!important;
  background-image: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
  z-index: 99999 !important;
  border-color: #00B1E2 !important;
  background: #00B1E2 !important;
}
.hsformerror .close-form-error {
  color: #00B1E2;
}
.hsformerror em {
  border-color: #00B1E2 transparent transparent !important;
}




/* -------------------------------------------------------------------
* Buttons
* ----------------------------------------------------------------- */

.btn {
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
  margin: 5px 0;
  cursor: pointer;
  border-radius: 24px 0px 24px 0;
  line-height: 1;
}
.btn-small {
  padding: 10px 15px;
}
.btn-large {
  padding: 18px 42px;
}
.btn-primary {
  background: #00B1E2;
  color: #ffffff;
  border: 1px solid #00B1E2;
}
.btn-primary:hover {
  background: #00558C;
  border-color: #00558C;
  color: #ffffff;
}
.btn-primary:focus {
  color: #fff;
}
.btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid #00B1E2;
}
.btn-secondary:hover {
  background: #00B1E2;
  border-color: #00B1E2;
  color: #ffffff;
}

.btn-tertiary {
  background: #FFB81C;
  color: #ffffff
}
.btn-tertiary:hover {
  background: #CCD814;
  color: #ffffff;
}

@media (min-width: 767px) {
  .btn + .btn {
    margin-left: 10px;
  }
}


/* Form Module Button
-------------------------------------------------- */

.main .hs_cos_wrapper_type_form .hs-button.primary.large {
  display: block;
  margin: auto;
  text-align: center;
  /*-webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;*/
  cursor: pointer;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background: #C8226A;
  border-radius: 24px 0 24px 0;
  border: 0px solid white !important;
  font-size: 15px;
  padding: 16px 45px;
  height: auto;
  text-transform: none;
  font-family: 'Corbel', 'Work Sans', sans-serif;
  -webkit-appearance: none;
}
.main .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
  background: #603ECC;
}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Google Search Button
-------------------------------------------------- */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
-------------------------------------------------- */

/**
* Override global CTA styles by wrapping the CTA module in a module group
* that has an ID, and use that ID to prefix your CTA selector. Example shown below.
*
* All overriding properties require !important tags.
*/

/* CTA button with border */
.cta_border_button {
  background: #fff;
  border-style: solid;
  border-width: 2px;
  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
  font-family: 'Corbel', 'Work Sans', sans-serif;
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
  -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
  text-decoration: none;
  color: #00B1E2;
  border-color: #00B1E2;
  -webkit-appearance: none;
}
.cta_border_button:hover {
  border: 2px solid #FFF;
  color: #00B1E2;
  border-color: #00B1E2;
  background: #00B1E2;
  color: #FFF;
}

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


/* -------------------------------------------------------------------
* Post Listing
* ----------------------------------------------------------------- */

.widget-type-post_listing {
  margin: 0px 0px 40px;
}
.widget-type-post_listing h3 {
  font-size: 18px;
  text-transform: uppercase;
}
.widget-type-post_listing ul {
  padding: 0px 0px 0px 10px;
  margin: 0px;
}
.widget-type-post_listing ul li {
  list-style: none;
  line-height: 1.5;
  margin: 10px 0px;
}
.widget-type-post_listing ul li a {
  color: #999;
  font-style: italic;
}
.widget-type-post_listing ul li a:hover {
  color: #00B1E2;    
}



/* -------------------------------------------------------------------
* Subscription
* ----------------------------------------------------------------- */

.widget-type-blog_subscribe {
  margin: 0px 0px 40px;
}
.widget-type-blog_subscribe h3.form-title {
  margin: 0px;
  font-size: 18px;
  text-transform: uppercase;
}
.widget-type-blog_subscribe form {
  margin-top: 20px;
}
.widget-type-blog_subscribe form input {
  box-shadow: none;
  background: #fff;
  border-radius: 0px;
  border: 0px;
}
.widget-type-blog_subscribe form .hs_submit input {
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
  margin: 5px 0;
  cursor: pointer;
  border-radius: 50px;
  line-height: 1;
  color: #ffffff;
  border: 1px solid #00B1E2;
  background: #00B1E2;
}
.widget-type-blog_subscribe form .hs_submit input:hover {
  background: #00558C;
  border-color: #00558C;
  color: #ffffff;
}




/* -------------------------------------------------------------------
* Post Filter
* ----------------------------------------------------------------- */
.widget-type-post_filter {
  margin: 0px 0px 40px;
}
.widget-type-post_filter h3 {
  font-size: 18px;
  text-transform: uppercase;
}
.widget-type-post_filter ul {
  padding: 0px 0px 0px 10px;
  margin: 0px;
}
.widget-type-post_filter ul li {
  list-style: none;
  line-height: 1.5;
  margin: 10px 0px;
}
.widget-type-post_filter ul li a {
  color: #999;
  font-style: italic;
}
.widget-type-post_filter ul li a:hover {
  color: #00B1E2;    
}  



/* -------------------------------------------------------------------
* Post Comment
* ----------------------------------------------------------------- */

.widget-type-blog_comments {
  padding: 30px;
  background: #fff;
}
.widget-type-blog_comments form .hs_submit > .actions > input {
  display: inline-block;
  padding: 15px 30px;
  margin-top: 15px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
  margin: 5px 0;
  cursor: pointer;
  border-radius: 50px;
  line-height: 1;
  background: #00B1E2;
  color: #ffffff;
  border: 1px solid #00B1E2;
}
.widget-type-blog_comments form .hs_submit input:hover {
  background: #00558C;
  border-color: #00558C;
  color: #ffffff;
}
#comments-listing {
  padding-bottom: 20px;    
}
.comment.depth-0:first-child {
  margin: 0px!important;
  border: 0!important;
  padding-top: 0px!important;
}
.comment.depth-0 {
  padding-top: 0;
  border: 0!important;
  padding: 10px;
  margin: 0;
}
.comment.depth-1 {
  border: 0;
  padding: 10px;
  margin: 0;
  padding-left: 40px;
}
.hs-common-confirm-message {
  background-color: #00B1E2 !important;
  border: 0px !important;
  color: #fff!important;
}



/* ==========================================================================


5. REUSABLE SECTIONS


========================================================================== */


/* -------------------------------------------------------------------
* Hero Banner
* ----------------------------------------------------------------- */

.hero-banner {
  height: auto;
  /*font-size: 20px;*/
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  position: relative;
}
.hero-banner:before {
  content: "";
  background: #0e0e0e;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.paid-lp .hero-banner:before {
  content: "";
  background: rgb(14, 14, 14,.8);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.hero-banner.hero-banner-nooverlay:before {
  opacity: 0;
  display: none;
}
.hero-banner .hero-image {
  display: none;
}
.hero-banner .page-center {
  position: relative;
}
.hero-content h1 {
  color: #fff;
}

.hero-content {
  color: #fff;
}
.hero-content a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
@media (max-width:769px) {
  .hero-banner {
    background-attachment: initial;
  }
}

/* Hero Video */
.hero-banner-video video {
  max-width: none!important;
}


/* -------------------------------------------------------------------
* Latest/Recent News
* ----------------------------------------------------------------- */

.recent-posts-wrapper {
  margin-top: 30px;
}
.recent-posts-wrapper .recent-item {
  display: inline-block;
  /* width: 100%;
  float: left;
  margin: 0px 0px 20px; */
  text-align: left;
}
.recent-posts-wrapper .recent-item a {
  position: relative;
  display: block;
}
.recent-posts-wrapper .recent-item a:first-child:before {
  content: "\f002";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-size: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 1;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.recent-posts-wrapper .recent-item a:first-child:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #0e0e0e;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.recent-posts-wrapper .recent-item:hover a:first-child:before {
  opacity: 1;
}
.recent-posts-wrapper .recent-item:hover a:first-child:after {
  opacity: 0.75;
}
.recent-posts-wrapper .recent-item img {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.recent-posts-wrapper .recent-item .post-title {
  font-size: 20px;
  color: #1F2A44;
}
.recent-posts-wrapper .recent-item .post-title:hover {
  color: #00B1E2;
}
.recent-posts-wrapper .recent-item .post-summary {
  font-size: 15px;
}



/* -------------------------------------------------------------------
* Feature Boxes
* ----------------------------------------------------------------- */

.feature-boxes {

}
.feature-box {
  padding: 70px;
  text-align: center;
  display: inline-block!important;
  margin-left: 0!important;
}
.feature-box-01 {
  background: #D9D9D6;
}
.feature-box-02 {
  background: #00B1E2;
  color: #fff;
}
.feature-box-03 {
  background: #0a5f96;
  color: #fff;
}
.feature-box-04 {
  background: #00558C;
  color: #fff;
}
.feature-box h3 {
  margin: 30px 0;
}
@media (min-width: 1300px) {
  .feature-box {
    width: 25%!important;
  }
}
@media (max-width: 1299px) {
  .feature-box {
    width: 50%!important;
  }
}
@media (max-width: 767px) {
  .feature-box {
    width: 100%!important;
    padding: 30px;
  }
}


/* -------------------------------------------------------------------
* Numbers
* ----------------------------------------------------------------- */
.numbers-section .span3:first-child {
  border-left: 1px solid #999;
}
.numbers-section .span3 {
  padding-right: 10px;
  border-right: 1px solid #999;
}
.numbers-section h3 {
  margin: 0px;
  font-size: 39px;
}
.numbers-section span {
  font-size: 14px;
}
@media (max-width:767px) {
  .numbers-section .span3:first-child {
    border-left: none;
    border-top: 1px solid #999;
  }
  .numbers-section .span3 {
    border: 0px;
    padding: 15px 0px;
    border-bottom: 1px solid #999;
  }
}


/* -------------------------------------------------------------------
* Pricing Table
* ----------------------------------------------------------------- */
.pricing-table h3 {
  font-size: 42px;
}
.pricing-table h3 span {
  font-size: 20px;
}
.pricing-table h4 {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  color: #00B1E2;
}
.pricing-table ul {
  padding: 0px;
  margin: 0px;
}
.pricing-table ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 6px 0px;
  border-bottom: 1px solid #f5f5f5;
}
.pricing-table .pricing-button {
  display: inline-block;
  margin: 25px auto 0px;
}

/* Version One */
.pricing-table.pricing-style-one {
  text-align: center;
  background: #D9D9D6;
  padding: 70px 20px;
}
.pricing-table.pricing-style-one.pricing-table-active {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}

/* Version Two */
.pricing-table.pricing-style-two {
  padding: 50px 20px;
  text-align: center;
  background: #fff;
  border: 10px solid #D9D9D6;
}
.pricing-table.pricing-style-two.pricing-table-active {
  border: 10px solid #00B1E2;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

/* Version Three */
.pricing-table.pricing-style-three {
  padding: 0px 0px 50px;
  text-align: center;
  background: #fff;
}
.pricing-table.pricing-style-three.pricing-table-active {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.pricing-table.pricing-style-thre h3 {
  padding: 20px 0px;
}
.pricing-table.pricing-style-three h4 {
  background: #D9D9D6;
  padding: 20px 0px;
  font-size: 18px;
}
.pricing-table.pricing-style-three.pricing-table-active h4 {
  background: #00B1E2;
  color: #fff;
  padding: 20px 0px;
}

.pricing-table > div:first-child,
.pricing-table > div:last-child {
  border-bottom: 0px;
}

@media (min-width:768px) {
  .pricing-table-wrapper .span3 {
    width: 25%;
    margin: 0px;
  }   
  .pricing-table-wrapper .span4 {
    width: 33.33%;
    margin: 0px;
  } 
  .pricing-table.pricing-table-active {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
  }
}
@media (min-width:768px) and (max-width:1150px) {
  .pricing-table h3 {
    font-size: 30px;
  }
  .pricing-table h3 span {
    font-size: 18px;
  }
}
@media (min-width:768px) and (max-width:850px) {
  .pricing-table h3 {
    font-size: 24px;
  }
  .pricing-table h3 span {
    font-size: 16px;
  }
  .pricing-table h4 {
    font-size: 18px;
  }
}
@media (max-width:767px) {  
  .pricing-table {
    margin-bottom: 20px;
  }
}



/* -------------------------------------------------------------------
* Sidebar Menu
* ----------------------------------------------------------------- */
.sidebar-menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  width: 100%;
  float: left;
  position: relative;
}
.sidebar-menu .hs-menu-wrapper > ul > li:after {
  content: "\f107";
  font-family: fontawesome;
  color: #1F2A44;
  position: absolute;
  right: 15px;
  top: 10px;
}
.sidebar-menu .hs-menu-wrapper > ul > li > a {
  background: #D9D9D6;
  color: #1F2A44;
}
.sidebar-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
  position: relative!important;
  top: auto;
  left: 0!important;
}
.sidebar-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > a {
  border-bottom: 1px dotted #ddd;
  display: block;
  width: 100%;
  color: #333;
  position: relative;
}
.sidebar-menu .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > a:hover {
  color: #00B1E2;
  border-bottom: 1px solid #00B1E2;
}


/* -------------------------------------------------------------------
* Maps
* ----------------------------------------------------------------- */

.map iframe{
  pointer-events: none;
  display: block;
}
@media (max-width:767px) {
  .map iframe {
    height: 400px!important;
  }
}



/* -------------------------------------------------------------------
* Gallery
* ----------------------------------------------------------------- */

/* Gallery 2 Column Fullwidth
------------------------------------------- */
.gallery-two-col-wrapper > span > div {
  display: inline-block;
  float: left;
  width: 50%;
  height: 600px;
}
@media (max-width:850px) {
  .gallery-two-col-wrapper > span > div,
  .gallery-two-col-wrapper .gallery-box {
    height: 400px;
  }
}
@media (max-width:600px) {
  .gallery-two-col-wrapper > span > div {
    width: 100%;
    height: 300px;
  }
  .gallery-two-col-wrapper .gallery-box {
    height: 300px;
  }
}

/* Gallery 3 Column Fullwidth
------------------------------------------- */
.gallery-three-col-wrapper > span > div {
  display: inline-block;
  float: left;
  width: calc(100%/3);
  height: 500px;
}
.gallery-three-col-wrapper .gallery-box {
  height: 500px;
}
@media (max-width:950px) {
  .gallery-three-col-wrapper > span > div {
    width: 50%;
  }
  .gallery-three-col-wrapper > span > div,
  .gallery-three-col-wrapper .gallery-box {
    height: 400px;
  }
}
@media (max-width:600px) {
  .gallery-three-col-wrapper > span > div {
    width: 100%;
    height: 300px;
  }
  .gallery-three-col-wrapper .gallery-box {
    height: 300px;
  }
}


/* Gallery 4 Column Fullwidth
------------------------------------------- */
.gallery-four-col-wrapper > span > div {
  display: inline-block;
  float: left;
  width: 25%;
  height: 400px;
}
.gallery-four-col-wrapper .gallery-box {
  height: 400px;
}
@media (min-width:1101px) and (max-width:1250px) {
  .gallery-four-col-wrapper > span > div,
  .gallery-four-col-wrapper .gallery-box {
    height: 300px;
  }
}
@media (max-width:1100px) {
  .gallery-four-col-wrapper > span > div {
    width: 50%;
  }
  .gallery-four-col-wrapper > span > div,
  .gallery-four-col-wrapper .gallery-box {
    height: 400px;
  }
}
@media (max-width:600px) {
  .gallery-four-col-wrapper > span > div {
    width: 100%;
    height: 300px;
  }
  .gallery-four-col-wrapper .gallery-box {
    height: 300px;
  }
}


/* Gallery 3 Column Boxed
------------------------------------------- */
.gallery-three-col-boxed-wrapper > span > div {
  display: inline-block;
  float: left;
  width: 31%;
  margin: 1%;
  height: 300px;
}
.gallery-three-col-boxed-wrapper .gallery-box {
  height: 300px;    
}
@media (max-width:1100px) {
  .gallery-three-col-boxed-wrapper > span > div {
    width: 48%;
  }
  .gallery-three-col-boxed-wrapper > span > div,
  .gallery-three-col-boxed-wrapper .gallery-box {
    height: 400px;
  }
}
@media (max-width:600px) {
  .gallery-three-col-boxed-wrapper > span > div {
    width: 100%;
    margin: 0px 0px 20px;
    height: 300px;
  }
  .gallery-three-col-boxed-wrapper .gallery-box {
    height: 300px;
  }
}



/* -------------------------------------------------------------------
* Team Boxes
* ----------------------------------------------------------------- */

.team-boxes {

}
@media (min-width: 768px) {
  .team-boxes > span > div {
    width: 31%;
    margin: 0 1% 20px;
    display: inline-block;
    float: left;
    box-sizing: content-box;
  }
}
.team-member {
  position: relative;
  width: 100%;
  height: 400px;
  padding-bottom: 30px;
  overflow: hidden;
  margin-bottom: 1%;
}
.team-member .team-member-portrait {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}   
.team-member:hover .team-member-portrait {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.team-member .team-member-portrait:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0pc;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.team-member:hover .team-member-portrait:after {
  opacity: 1;
}
.team-member .team-member-portrait img {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.team-member .team-member-details {
  position: relative;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.team-member:hover .team-member-details {
  opacity: 1;
}
.team-member .member-name {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.team-member .member-position {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.team-member .member-position: after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #fff;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.team-member .member-content a i {
  font-size: 17px;
  color: #fff;
  margin: 0px 4px;
  -webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.team-member .member-content a:hover i {
  color: #00B1E2;
}

@media (max-width: 767px) {
  .team-member .team-member-portrait:after {
    opacity: 1;
  }
  .team-member .team-member-details {
    opacity: 1;
  }
}


/* -------------------------------------------------------------------
* Services
* ----------------------------------------------------------------- */

/* Services with Background
----------------------------------------------- */

.service-with-bg {
  background: #fff;
  background: rgba(255,255,255,.1);
}


/* -------------------------------------------------------------------
* Products
* ----------------------------------------------------------------- */


/* Product Listing
---------------------------------------------- */

.product-listing-wrapper > span > div {
  display: inline-block;
  width: 23%;
  float: left;
  margin: 0px 1% 25px;
}
@media (max-width:900px) {
  .product-listing-wrapper > span > div {
    width: 31%;
    margin: 0px 1% 25px;
  }
}
@media (max-width:767px) {
  .product-listing-wrapper > span > div {
    width: 48%;
    margin: 0px 1% 25px;
  }
}
@media (max-width:480px) {
  .product-listing-wrapper > span > div {
    width: 100%;
    margin: 0px 0px 25px;
  }
}

/* Product Single
---------------------------------------------- */

.product-single-price {
  margin-bottom: 15px;
}
.product-single-price span {
  color: #00B1E2; 
  font-size: 23px;
  margin: 0px;
  font-weight: bold;
}
.product-single-price span span {
  color: #333;
  font-size: 16px;
  margin-right: 5px;
  opacity: 0.6;
  text-decoration: line-through;
}


/* -------------------------------------------------------------------
* Bottom CTA
* ----------------------------------------------------------------- */

#bottom-cta .btn {
  min-width: 200px;
  box-sizing: border-box!important;
  -webkit-box-sizing: border-box!important;
  -o-box-sizing: border-box!important;
  -moz-box-sizing: border-box!important;
}

/* -------------------------------------------------------------------
* Services Box
* ----------------------------------------------------------------- */
.cm-services-box {
  padding: 3%;
}
.cm-services-box > div {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}
.cm-services-box img {
  margin-bottom: 10px;
}
.cm-services-box p {
  font-size: 14px;
  line-height: 1.3;
}


/* -------------------------------------------------------------------
* Offering
* ----------------------------------------------------------------- */


.offering-price {
  color: #00B1E2;
  font-size: 1.3em;
  font-weight: bold;
}
.offering-price span span {
  text-decoration: line-through;
  color: #1F2A44;
  font-size: 1rem;
}

/* Offer bar */

.offer-bar {
  background: #C4D600;
}

/* Capabilities flexible column */

.capabilities-flex-col {
  font-size: 1.4em;
  text-align: center;
}
.capabilities-flex-col > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.capabilities-flex-col > span > div {
  margin: 10px;
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
}

@media (min-width: 768px) {
  .capabilities-flex-col > span > div {
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
    margin: 0 10px;
  }
}

/* Buttons */
.offering-button-wrapper > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.offering-button-wrapper > div > div > .span6 {
  width: auto!important;
  margin: 0px 5px 5px 0;
}

/* Relevant content flexible column */

.relevant-content-flex-col > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.relevant-content-flex-col > span:after {
  content: "";
  height: 1px;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  float: left;
}
.relevant-content-flex-col > span > div {
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .relevant-content-flex-col > span {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .relevant-content-flex-col > span > div {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }
}

/* Resources - on offering page 
.offering-resources-flex-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.offering-resources-flex-col:after {
content: "";
height: 1px;
flex-basis: 32%;
}
.offering-resources-flex-col > a {
-ms-flex-preferred-size: 90%;
flex-basis: 90%;
margin: 10px 0;
}

@media (min-width: 768px) {
.offering-resources-flex-col {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.offering-resources-flex-col > a {
-ms-flex-preferred-size: 32%;
flex-basis: 32%;
}
}
*/
.offering-resources-flex-col .slick-dots li {
  width: 10px;
  height: 0px;
}
.offering-resources-flex-col .slick-dots button {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.5);
  border-radius: 100%;
}
.offering-resources-flex-col .slick-dots li.slick-active button {
  background: rgba(255,255,255,0.9);
}
.offering-resources-flex-col .slick-dots button:before {
  display: none;}

/* Relevant content box */
.relevant-content-box-wrapper {

}
.relevant-content-box {
  padding: 25px;
  background: rgba(255,255,255,.1);
  text-align: center;
  color: #fff;
  -webkit-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
.relevant-content-box-wrapper:hover .relevant-content-box {
  background: rgba(255,255,255,.2);
}
.relevant-content-box img {
  margin: auto;
}   


/* Offering Resources content box */
.offering-resources-box-outer-wrapper {
  margin: 10px;
}
.offering-resources-box-wrapper {

}
.offering-resources-box {
  padding: 25px;
  background: rgba(255,255,255,.1);
  text-align: center;
  color: #fff;
  -webkit-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
.offering-resources-box-wrapper:hover .offering-resources-box {
  background: rgba(255,255,255,.2);
}
.offering-resources-box img {
  margin: auto;
}   

.hs-blog-listing.resources-blog .blog-subscribe {
  display: none;
}


/* -------------------------------------------------------------------
* OEM / Solution Provider
* ----------------------------------------------------------------- */

[data-offering] {
  display: none;
}
.oem-sidebar-menu .hs-menu-wrapper ul li a {
  border-bottom: 1px solid #c3c3c3;
}
.oem-sidebar-menu .hs-menu-wrapper ul li a:hover {
  background: #c3c3c3;
}
.oem-sidebar-menu .hs-menu-wrapper ul li:last-child a {
  border-bottom: 0px;
}
.oem-sidebar-menu .hs-menu-wrapper ul li:after {
  display: none!important;
}

/* ==========================================================================


6. GIANTFOCAL'S CUSTOM PAGES


========================================================================== */

/* ------------------------------------------------------------
* Services Page
* ------------------------------------------------------------ */

/* Toogle */
.services-tab-toggle {
  max-width: 100%;
  margin: auto;
}
.services-tab-toggle > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.services-tab-toggle a {
  padding: 20px;
  background: #656565;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.services-tab-toggle a.active {
  /*background: #00B1E2;*/
  background: #fff;
  color: #1F2A44;
}
.services-tab-toggle a:hover {
  background: #00B1E2;
}
.services-tab-toggle a + a {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .services-tab-toggle > div {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
  }
  .services-tab-toggle a {
    font-size: 2.5em;
    -ms-flex-preferred-size: 49.5%;
    flex-basis: 49.5%;
  }
  .services-tab-toggle a + a {
    margin-top: 0;
  }
}
@media (min-width:768px) and (max-width:900px) {
  .services-tab-toggle a {
    font-size: 2em;
  }
}

/* Tabs */
.body-container-wrapper .services-tab {
  display: none;
  padding: 30px;
  background: #fff;
  margin-top: 10px;
}
.services-tab .hs_cos_wrapper_widget_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
}
.services-tab .hs_cos_wrapper_widget_container > div {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}
.services-tab .services-tab-one {

}
@media (min-width:481px) and (max-width:850px) {
  .services-tab .hs_cos_wrapper_widget_container > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width:480px) {
  .services-tab .hs_cos_wrapper_widget_container > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .body-container-wrapper .services-tab {
    margin-top: 0;
  }
}

/* ------------------------------------------------------------
* Homepage
* ------------------------------------------------------------ */
.exquisite-prism svg {
  width:  700px;
  max-width: 100%;
}
.prism-on-hover {
  cursor: pointer;
  transition: 0.2s ease;
}
.prism-on-hover path {
  opacity: 0;
  transition: 0.2s ease;
}
.prism-on-hover:hover path {
  fill: #000;
  opacity:0.2;
} 
@media (min-width: 768px) {
  .exquisite-prism svg {
    min-height: 450px;
  }
}

/* ------------------------------------------------------------
* Contact and Landing Pages
* ------------------------------------------------------------ */

/* Landing Page 2 */

.landing-2 .header-container .hs_cos_wrapper_type_logo a img {
  margin-top: 0;
}

.landing-2 .landing-header-logo {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 20px 0;
}

.landing-2 .banner {
  color: #fff;
  background: #1F2A44;
  padding: 135px 0;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  font-size: 21px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .landing-2 .banner {  
    background-position: center;
    padding: 55px 0;
  }
}

.landing-2 .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.landing-2 .banner .page-center {
  position: relative;
  z-index: 2;
}

.landing-2 .banner-text {
  background: ;
  color: ;
  padding: 50px 0;
  text-align: left;
}

.landing-2 .banner.banner-text h1 {
  color: #5e686d;
}

.landing-2 .banner-text h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #5e686d;
  margin-bottom: 10px;
}

.landing-2 .banner-text h4 {
  font-weight: 400;
  color: ;
  font-size: 21px;
}

.landing-2 .banner-image h1 {
  color: #fff;
}

.landing-2 .banner-image h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.landing-2 .banner h1,
.landing-2 .banner h2 {
  font-weight: 300;
  color: #fff;
}
.landing-2 .banner h2 {
  font-size: 40px;
}
.landing-2 .banner h3 {
  color: #fff;
}

@media (max-width: 767px) {
  .landing-2 .banner h1 {
    font-size: 40px;
  }

  .landing-2 .banner h2 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .landing-2 .banner h1 {
    font-size: 32px;
  }

  .landing-2 .banner h2 {
    font-size: 28px;
  }
}

.landing-2 .banner h1:last-child,
.landing-2 .banner p:last-child {
  margin-bottom: 0;
}

.landing .body-container-wrapper {
  padding: 0px !important;
}
.landing-2 li {
  margin-bottom: 10px;
}
.landing-2 .form-title {
  border-top: 15px solid #c7d444;
}
.landing-2 .form-box.form-overlap {
  position: relative;
  margin-top: -275px;
}
.landing-2 .form-box h3 {
  font-family: 'Work Sans',sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #00b1e2;
  background-color: #162547;
  letter-spacing: 0;
  line-height: 26px;
  padding: 10px 20px;
  margin: -15px -15px 0 !important;
}
.landing-2 .form-box p {
  color: #ffffff;
  background-color: #162547;
  letter-spacing: 0;
  line-height: 26px;
  padding: 10px 20px 0 20px;
  margin: 0 -15px 0 !important;
}
.landing-2 .form-box form {
  padding: 20px;
  background-color: #162547;
  margin: 0 -15px;
}
.landing-2 .form-box label {
  display: block;
  color: #ffffff;
  font-weight: normal;
}
.landing-2 form .hs-button {
  padding: 5px 45px;
  font-size: 18px;
  border-radius: 100px;
  margin: 5px auto !important;
  max-width: 190px;
  -webkit-appearance: none;
  display: block !important;
}
.landing-2 .banner {
  padding: 100px 0px;
}
.landing-2 .banner .border-left {
  border-left: 1px solid #fff;
  padding-left: 25px;
}
.landing-2 .banner .banner-content {
  text-align: left;
}
.landing-2 .banner h1 {
  font-size: 42px;
  line-height: 48px;
  margin: 10px auto 0;
}
.landing-2 .banner h3 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.landing-2 .main-text {
  padding-top: 40px;
}
.landing-2 h4 {
  color: #11254a;
  padding-top: 40px;
}
.landing-2 .share-this-title {
  font-weight: bold;
  margin-top: 1px;
  margin-right: -25px;
}
.landing-2 .section-grey.section {
  padding: 20px;
  background: #11254a;
  margin-top: 40px;
}
.landing-2 .section-grey .page-center {
  padding: 0 5%;
}
.landing-2 .testimonial {
  text-align: center;
  padding: 40px 0;
}
.landing-2 .testimonial.border-bottom {
  border-bottom: 2px solid #dadbdb;
}
.landing-2 .testimonial p {
  font-size: 21px;
  color: #ffffff;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .landing-2 .hs-button, 
  .landing-2 input[type="submit"] {
    font-size: 16px;
    padding: 15px 10px;
  }
  .landing-2 .share-this-title { 
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .landing-2 .banner {
    background-position: center;
    padding: 50px 0;
  }
  .landing-2 .main-text img {
    width: 50%;
    float: none !important;
    margin: 10px auto 35px auto !important;
    clear: both !important;
    text-align: center;
    display: block;
  }
  .landing-2 .form-box.form-overlap {
    margin-top: 0;
  }
  .landing-2 .form-box h3,
  .landing-2 .form-box p {
    margin: 0 !important;
  }
  .landing-2 .form-box form {
    margin: 0 auto;
  }
  .landing-2 .share-this-title { 
    margin-right: 0;
  }
}

.landing .hs_cos_wrapper_type_social_sharing a,
.thank-you-page .hs_cos_wrapper_type_social_sharing a {
  display: inline-block;
  margin-left: 15px;
}

.landing .hs_cos_wrapper_type_social_sharing a:first-child,
.thank-you-page .hs_cos_wrapper_type_social_sharing a:first-child {
  margin-left: 0;
}

.landing .hs_cos_wrapper_type_social_sharing i,
.thank-you-page .hs_cos_wrapper_type_social_sharing i {
  width: auto;
  background: none !important;
}

.landing-4 .container-fluid .row-fluid .center-small,
.landing-4 .center-small {
  float: none;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.landing-4 .body-container input.hs-button.primary.large, 
.landing-2 .body-container input.hs-button.primary.large {
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
  margin: 5px 0;
  cursor: pointer;
  border-radius: 50px;
  line-height: 1;
  background: #00b1e2;
  color: #fff;
  border: 1px solid #00b1e2;
  font-size: 18px;
  width: 100%;
  text-transform: none;
}

.landing-4 .page-center {
  float: none !important;
  max-width: 1180px;
  margin: 0 auto !important;
  padding: 0 20px;

}

.landing-4 .body-container input.hs-button.primary.large:hover,
.landing-2 .body-container input.hs-button.primary.large:hover {
  background: #00558c;
  border-color: #00558c;
  color: #fff;
}

@media (min-width: 1024px) {
  .landing-4 .page-center.extra-padding {
    padding: 0 60px;
  }
}

@media (min-width: 768px) {
  .landing-4 .page-center.extra-padding .span6:first-child {
    padding-right: 60px;
    border-right: 1px solid ;
  }

  .landing-4 .page-center.extra-padding .span6:last-child {
    padding-left: 30px;
  }
}

.landing-4 .body-container-wrapper {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-4 .banner-text {
  padding: 50px 0;
}

.landing-4 h2 {
  font-size: 30px;
}

.landing-4 .page-center.ty-margin {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.landing-4 .landing-bar {
  background: #00558c;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  overflow: visible;
}

.landing-4 .banner h3 {
  color: #00558c;
}

.landing-4 .span12.widget-span.widget-type-logo {
  margin: 20px;
  text-align: left;
}

.landing-4 .selectric {
  border-radius: 0px !important;
  border: 1px solid #959595;
}

.landing-4 .landing-bar:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 17px 0 17px;
  border-color: #00558c transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: -22px;
}

body.landing-4 .body-container .hs-form-field > label {
  display: block;
}

.landing-4 .selectric-wrapper {
  width: 100%;
}

.landing-4 .body-container input[type="submit"] {
  text-transform: none;
  display: block;
  width: 260px;
  max-width: 100%;
  margin: 0;
}

.landing-4 .share-this-title {
  text-transform: uppercase;
  font-size: 18px;
  margin: 20px 0px 10px;
}

.landing-4 .body-container .widget-type-rich_text ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.landing-4 .body-container .widget-type-rich_text ul li {
  padding-left: 16px;
  text-indent: -14px;
  margin-bottom: 10px;
}

.landing-4 .body-container .widget-type-rich_text ul li:before {
  content: "• ";
  font-size: 22px;
  color: #00558c;
  position: relative;
  top: 3px;
}

/* Placeholder Text */
.landing-4 .body-container ::-webkit-input-placeholder { /* Webkit Browsers */
  color: transparent;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 400;
}
.landing-4 .body-container :-moz-placeholder { /* Firefox 18- */
  color: transparent;;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 400;
}
.landing-4 .body-container ::-moz-placeholder { /* Firefox 19+ */
  color: transparent;;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 400;
}
.landing-4 .body-container :-ms-input-placeholder { /* IE10 */
  color: transparent;;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 400;
}

/* Contact TD */
.contact-td .contact-content h1 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 60px;
  color: #1F2A44;
  letter-spacing: 0;
}
.contact-td .submitted-message {
  color: #fff;
}
@media (max-width: 768px) {
  .contact-td .contact-content h1 {
    font-size: 40px;
  }
}
.contact-td .contact-content p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  color: #1F2A44;
  font-size: 20px;
  letter-spacing: -0.48px;
  line-height: 26px;
  margin-bottom: 30px;
}
.contact-td .form-container {
  padding: 20px;
  border-top: 15px solid #c7d444;
  background-color: #162547;
}
@media (max-width: 768px) {
  .contact-td .form-container {
    margin-top: 50px;
  }
}
.contact-td .form-container h3 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #00B1E2;
  letter-spacing: 0;
  line-height: 26px;
  padding: 20px 0;
}
.contact-td .form-container form p {
  color: #FFFFFF;
}
.contact-td .body-container .hs-form-field > label, 
.contact-td .body-container .hs_cos_wrapper_type_form label {
  font-family: 'Work Sans', sans-serif;
  color: #fff !important;
  text-transform: none !important;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: -0.39px;
  line-height: 24px;
}
.contact-td label .hs-form-required {
  color: #fff !important;
}
.contact-td .body-container .hs_cos_wrapper_type_form input,
.landing-2 .body-container .hs_cos_wrapper_type_form input,
.landing-2 .body-container .hs_cos_wrapper_type_form select,
.contact-td .body-container .hs_cos_wrapper_type_form select {
  border-radius: 4px;
  height: 50px;
}
.contact-td .body-container .hs_cos_wrapper_type_form textarea {
  min-height: 100px;
}
.contact-td .body-container .hs-fieldtype-checkbox label {
  font-weight: bold;
}
.contact-td .body-container .hs_cos_wrapper_type_form input[type="checkbox"] {
  height: auto;

}
.contact-td.body-container .hs-form-checkbox label {
  font-weight: normal;
}
.contact-td .body-container .hs-form-checkbox span {
  padding-left: 10px;
}
.contact-td .body-container .hs_submit {
  margin: 5px auto;
  text-align: center;
}
.contact-td .body-container input.hs-button.primary.large {
  padding: 5px 45px;
  font-size: 18px;
  border-radius: 100px;
  margin: 5px auto !important;
  max-width: 175px;
  -webkit-appearance: none;
}

.contact-td ul.hs-error-msgs.inputs-list {
  margin-top: 3px;
}

.contact-td #site-footer {
  background: #ffffff;
}
.contact-td #site-footer .footer-text a {
  color: #00b1e2 !important;
  font-weight: bold !important;
  text-decoration: underline;
}
.contact-td #site-footer .footer-text-copy a {
  color: #999999 !important;
  text-decoration: underline;
  font-size: 12px;
}
.contact-td #site-footer .footer-text-copy p {
  margin-bottom: 10px;
}
.contact-td #site-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  padding: 10px 20px 0 0 !important;
  color: #00b1e2 !important;
  font-weight: bold !important;
}
.contact-td #site-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
  padding: 10px 20px 0 0 !important;
  color: #00b1e2 !important;
  font-weight: bold !important;
  text-decoration: underline;
}
.contact-td #site-footer .social-links .fa, .contact-td #site-footer .social-links a {
  color: #9d2859 !important;
  font-size: 30px !important;
  width: 30px !important;
  height: 30px !important;
} 

/*** Minimal Footer ***/

.minimal-footer#site-footer {
  background: #ffffff;
}
.minimal-footer#site-footer .footer-text a {
  color: #00b1e2 !important;
  font-weight: bold !important;
  text-decoration: underline;
}
.minimal-footer#site-footer .footer-text-copy a {
  color: #999999 !important;
  text-decoration: underline;
  font-size: 12px;
}
.minimal-footer#site-footer .footer-text-copy p {
  margin-bottom: 10px;
}
.minimal-footer#site-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  padding: 10px 20px 0 0 !important;
  color: #00b1e2 !important;
  font-weight: bold !important;
}
.minimal-footer#site-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
  padding: 10px 20px 0 0 !important;
  color: #00b1e2 !important;
  font-weight: bold !important;
  text-decoration: underline;
}
.minimal-footer#site-footer .social-links .fa, .minimal-footer#site-footer .social-links a {
  color: #9d2859 !important;
  font-size: 30px !important;
  width: 30px !important;
  height: 30px !important;
} 


/* ------------------------------------------------------------
* Footer 2021
* ------------------------------------------------------------ */

.footer {
  background: #11254A;
}

.container-fluid .footer .row-fluid .page-center {
  max-width: 1220px;
  padding: 0 15px;
}

.footer .footer-top {
  padding: 45px 0 55px;
  border-top: 2px solid #00B1E2;
  border-bottom: 2px solid #00B1E2;
}

.footer .footer-top h2 {
  font-size: 23px;
  color: #fff; 
}

.footer .footer-top h3 {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #fff;
}

.footer .footer-top .social-links li:nth-child(n+2) {
  margin-left: 10px;
}

.footer .footer-top .social-links li a {
  

  width: auto;
  height: auto;
  line-height:1;

  font-size: 24px;
  border-radius: 0;
  color: #00B1E2 !important;
  display: inline-block;
  
  background: transparent: !important;
  text-align: center;
}

.footer .footer-top .social-links li a:hover {
  color: #fff !important;
  
}

.footer .footer-top .social-links li a i {
  background: none !important;
}


.footer-top form {
  display: flex;
  align-items: flex-start;
}

.footer-top form .hs-error-msgs {
  margin: 8px 0 0;
}

.footer-top form .hs-error-msgs label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.footer-top form .hs_email {
  width: 64%;
  margin: 0;
}

.footer-top form .hs_email > label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}

.footer-top form .hs_email input {
  display: block;
  min-height: 47px;
  margin: 0;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 15px;
  color: #005590;
  border-radius: 0;
  border: none;
  background: #fff;
}

.footer-top form ::-webkit-input-placeholder {
  font-size: 16px;
  color: #005590;
}
.footer-top form :-moz-placeholder {
  font-size: 16px;
  color: #005590;
}
.footer-top form ::-moz-placeholder {
  font-size: 16px;
  color: #005590;
}
.footer-top form :-ms-input-placeholder {
  font-size: 16px;
  color: #005590;
}

.footer-top form .hs_submit {
  width: 36%;
  margin: 0 0 0 -7px;
  padding: 16px 10px;
  position: relative;
  background: none;
  border: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #FFFFFF;
  letter-spacing: -0.37px;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
}

.footer-top form .hs_submit:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skew(-15deg);
  background-color: #00B1E2;
  transition: all .3s linear;
}

.footer-top form .hs_submit:hover:before {
  background: #00558c;
  border-color: #00558c;
}

.footer-top form .actions {
  height: 15px;
}

.footer-top form input[type="submit"] {
  position: relative;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: 'Corbel', 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #FFFFFF;
  letter-spacing: -0.37px;
  text-transform: none;
}



.footer-menu {
  padding: 60px 0 19px;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: flex;
  justify-content: space-between;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul:before,
.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
  display: none;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li {
  width: 18%;
  float: none;
}

.footer-menu i.fa {
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 0;
  color: #005590 !important;
  display: inline-block;
  background: #fff !important;
  text-align: center;
  margin-right: 5px;
  transition: all .3s;
  float: left;
}

.footer-menu a:hover i.fa {
  color: #fff !important;
  background: #005590 !important;
}

@media (min-width: 962px) {
  .footer-menu i.fa {
    bottom: -6px;
    position: relative;
  }
}

@media (max-width: 961px) {
  .footer .span3,
  .footer .span9 {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: block;
  }

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

  .footer-top .span6:last-child {
    margin-top: 30px; 
  }
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li ul li {
  margin-bottom: 15px;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li ul {
  margin-top: 20px;
}

.footer-menu a {
  white-space: normal !important;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16.25px;
  padding: 0 !important;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
  text-decoration: underline;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li > a {
  font-weight: 600;
  text-transform: uppercase;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  white-space: wrap;
  letter-spacing: -0.51px;
  line-height: 18.33px;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  position: relative;
  left: unset;
}



.footer .copyright {
  width: 534px;
  max-width: 100%;
}

.footer .copyright ul {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  font-size: 14px;
  color: #FAFAFA;
  line-height: 2;
}

.footer .copyright ul li {
  display: inline-block;
}

.footer .copyright ul li:not(:first-child):before {
  content: '';
  display: inline-block;
  margin: 0 15px -3px;
  width: 1px;
  height: 15px;
  background: #fafafa;
}

@media (max-width: 599px) {
  .footer .copyright ul li {
    display: block;
    width: 100%;
  }

  .footer .copyright ul li:not(:first-child):before {
    display: none;
  }
}

.footer .copyright ul a {
  color: #FAFAFA;
  text-decoration: none;
}

.footer .copyright ul a:hover {
  color: #FAFAFA;
  text-decoration: underline;
}


.footer .copyright p {
  font-size: 10px;
  color: #E8E8E8;
  line-height: 18px; 
}

.footer .copyright p:last-child {
  margin: 0;
}



/* ------------------------------------------------------------
* Blog Pages
* ------------------------------------------------------------ */


/* General Listing
----------------------- */
body.exquisite-blog {

}
body.exquisite-blog .post-listing .post-item {
  margin-bottom: 40px;
  background: #fff;
}
body.exquisite-blog .post-header h2 {
  margin: 0px;
}
body.exquisite-blog .post-header h2 a {
  color: #1F2A44;
  text-transform: uppercase;
}
#hubspot-author_data,
#hubspot-author_data a {
  display: inline-block;
  font-size: 12px;
  margin: 0px 0px 5px;
  color: #999;
}
body.exquisite-blog .post-listing .hs-featured-image-wrapper {
  display: inline-block;
  width: 100%;
}
body.exquisite-blog .post-listing .hs-featured-image-wrapper img {
  max-width: 100%;
  float: none;
  width: 100%;
  margin: 0px;
}
body.exquisite-blog .post-listing .post-item-inner {
  padding: 20px 30px;
}
body.exquisite-blog .post-listing .post-body {
  margin-bottom: 15px;
}
body.exquisite-blog.hs-blog-listing .widget-type-blog_comments {
  display: none;
}


/* Pagination */
body.exquisite-blog .blog-pagination {
  text-align: center;
}
body.exquisite-blog .blog-pagination a {
  display: inline-block;
  float: none;
  margin: 5px 5px;
  padding: 8px 20px;
  text-transform: uppercase;
  border: 2px solid #00B1E2;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}
body.exquisite-blog .blog-pagination a:hover {
  background: #00B1E2;
  color: #fff;
}

/* General Post
----------------------- */
body.exquisite-blog .blog-section .blog-post-wrapper {
  background: #fff;
  padding: 30px;
}
body.exquisite-blog .blog-section .blog-post-wrapper .post-header h1 {
  line-height: 1.2;
  margin: 0px;
}
body.exquisite-blog .blog-section .blog-post-wrapper .hs-featured-image-wrapper {
  display: inline-block;
  width: 100%;
  margin: 20px 0px;
}
body.exquisite-blog .blog-section .blog-post-wrapper .hs-featured-image-wrapper img {
  max-width: 100%;
  width: 100%;
  margin: 0px;
}

body.exquisite-blog .blog-section .blog-post-wrapper #hubspot-topic_data {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f5f5f5;
}
body.exquisite-blog .about-author-sec {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  padding: 30px;
  background: #fff;
}
body.exquisite-blog .about-author-sec .span4 {
  text-align: center;
}
body.exquisite-blog .writer-avatar {
  display: inline-block;
  width: 150px;
  max-width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}


/* General Author
----------------------- */
body.exquisite-blog .hs-author-profile {
  background: #fff;
  padding: 30px;
  margin-bottom: 60px;
}
body.exquisite-blog .hs-author-profile .hs-author-avatar {
  display: inline-block;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 100%;   
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat 
}
body.exquisite-blog .hs-author-profile .hs-author-social-link {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
body.exquisite-blog .hs-author-profile .hs-author-social-links a {
  width: auto;
  height: auto;
  margin-right: 10px;
  background: none;
  text-indent: initial;
}
body.exquisite-blog .hs-author-profile .hs-author-social-links a i {
  font-size: 20px;
}

/* Blog V-01
----------------------- */
body.exquisite-blog-01 {

}


/* Resources 2019 */

.resources-2019 .container-fluid .row-fluid .page-center.filter-banner {
  max-width: 100% !important;
}
.resources-2019 .container-fluid .row-fluid .page-center.sub-banner,
.resources-2019 #site-footer .container-fluid .row-fluid .page-center {
  max-width: 1400px !important;
  margin: 0 auto;
}

.resources-2019 .bgPrimary,
.resources-2019 .filter-banner {
  background: #00558C;
}

.resources-2019 .grid-item .featured-image {
  text-align: center;
  height: 175px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1024px) {

  .resources-2019 .filter-header-resources {
    display: flex;
    align-items: center;
    padding: 20px;
  }
  .resources-2019 .resources-filter #filters {
    justify-content: flex-end;
  }
  .resources-2019 .resources-filter #filters select {
    margin-left: 0;
    margin-right: 10px;
    width: 250px;
    height: 50px;
  }
  .resources-2019 .resources-filter #filters select.topic-select {
    width: 300px;
  }
}

.resources-2019 h1 {
  font-size: 50px;
  color: #FFFFFF;
  letter-spacing: -1.21px;
}

#show-only-on-filter {
  display: none;
  min-height: 500px;
}

#show-only-on-filter .row-fluid:before,
#show-only-on-filter .row-fluid:after {
  display: none !important;
}

/* ---- grid ---- */

.grid {
  margin: 100px auto 0 auto;
  max-width: 1080px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

/* 4 columns, percentage width */
.grid-item,
.grid-sizer {
  width: 23%;
}
.gutter-sizer {
  width: 2%;
}

.grid-item {
  float: left;
  height: 580px;
  background: #11254A;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .grid-item {
    width: 100% !important;
  }
}

.resource-content {
  padding: 10px;
}
.resources-2019 .grid-item h3 {
  line-height: 100%;
}
.resources-2019 .grid-item .featured-image {
  text-align: center;
  height: 193px;
}

.resources-2019 .gradient-banner .btn-primary {
  background: #12244a;
  color: #fff;
  border: 1px solid #12244a;
}

.resources-2019 .gradient-banner .btn-primary:hover {
  background: #00b1e2;
  color: white;
  border: 1px solid #00b1e2;
}


.resources-2019 .featured-resource-block {
  background: #11254A;
}
.resources-2019 .featured-resource-block-content h3,
.resources-2019 .grid-item .type {
  font-family: 'Work Sans';
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #00B1E2;
  letter-spacing: 0;
  line-height: 100%;
}

.resources-2019 .featured-resource-block-content h2,
.resources-2019 .grid-item h3 a {
  font-family: 'Work Sans';
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF !important;
  letter-spacing: 0;
}
.resources-2019 .featured-resource-block-content p,
.resources-2019 .grid-item .content-exerpt {
  font-size: 18px;
  color: #FFFFFF !important;
  letter-spacing: 0;
  line-height: 20px;
}
.resources-2019 .grid-item .content-exerpt span {
  color: #00B1E2 !important;
}

.resources-2019 .featured-resource-blocks {
  max-width: 1200px !important;
  margin: 40px 0;
}
.resources-2019 .featured-resource-blocks .row-fluid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: stretch;
}
.resources-2019 .featured-resource-block-content {
  padding: 20px;
}

.resources-2019 .testimonial-block {
  display: block;
  align-items: center;
  background-color: #00B1E2;
  font-family: 'Work Sans';
  font-weight: 600;
  font-size: 19.33px;
  color: #FFFFFF;
  padding: 20px;
  letter-spacing: 0;
  line-height: 26.02px;
  width: 22%;
}
.resources-2019 .testimonial-block small {
  font-family: 'Work Sans';
  display: block;
  max-width: 142px;
  font-size: 16.73px;
  color: #fff;
  letter-spacing: 0;
  float: right;
}

.resources-2019 .by-topic {
  margin-right: 15px;
}

.resources-2019 .by-topic > p, .resources-2019 .by-content-type > p {
  margin-bottom: 3px;
}

.key-category-header {
  margin-bottom: 30px; 
}
.key-category-header .row-fluid {
  display: flex;
  align-items: center;
}
.key-category-header .see-all-link {
  font-family: 'Work Sans';
  font-weight: 600;
  font-size: 17.6px;
  color: #00B1E2;
  line-height: 25.6px;
  text-align: right;
}

.see-all-button a {
  background: #00B1E2;
  border-radius: 32px;
  font-family: 'Work Sans';
  font-size: 20px;
  color: #FFFFFF !important;
  letter-spacing: -0.48px;
  text-align: center;
  line-height: 24px;
  display: block;
  margin: 40px auto;
  width: 280px;
  padding: 20px 0;
}
.see-all-button a:hover {
  background: #00558c;
}

.resources-2019 .gradient-banner {
  background: url(https://3844221.fs1.hubspotusercontent-na1.net/hubfs/3844221/TechData-Gradient.png) no-repeat center center;
  background-size: cover;
  margin-top: 100px;
  padding: 65px 180px;
  text-align: center;
  color: #fff;
}

.resources-2019 p.no-results.text-center {
  text-align: center;
  font-size: 23px;
}

@media (max-width: 1139px) and (min-width: 768px) {
  #filters {
    width: 50% !important;
    padding-bottom: 20px;
  }
  .resources-filter .span2 {
    width: 40% !important;
  }
  .resources-filter #filters select {
    width: 200px !important;
    margin-right: 10px;
    margin-left: 0 !important;
  }
}

@media(max-width: 1000px){
  .resources-2019 .featured-resource-blocks .block-col {
    width: 100%;
    margin: 30px 0px !important;
  }
  .resources-2019 .testimonial-block small {
    float: none;
  }
  .resources-2019 .ordered-block .featured-resource-block.span3 {
    width: 100%;
    margin: 30px 0px !important;
  }
  .resources-2019 .resource-block-content {
    padding: 20px;
    min-height: auto;
  }
}

@media(max-width: 1000px) and (min-width: 500px){
  .featured-resource-block .featured-image {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .resources-filter {
    padding: 40px 20px 50px 20px;
  }
  .custom-banner-image {
    margin-top: 40px;
  }
  .custom-banner-image .featured-resource-about {
    left: 0;
    top: 50px;
  }
  .resources-2019 .featured-resource-blocks .row-fluid {
    display: block;
  }
  .resources-2019 .featured-resource-blocks {
    display: block;
    margin: 0;
  }
  .resources-2019 .featured-resource-block,
  .resources-2019 .featured-resource-blocks .block-col {
    margin: 40px 0 0 0;
  }
  .key-category-header h2,
  .key-category-header .see-all-link {
    text-align: center;
  }
  .resources-2019 .gradient-banner {
    margin-top: 0;
    padding: 20px;
  }
  .resources-2019 .blue-box-small {
    margin: 40px 0 0 0;
    padding: 20px;
  }
}


/* Resources
----------------------- */

.resources-listing {
}
.resource-item {
  width: 48%!important;
  margin: 1%!important;
}
.resource-item .span5 {
  text-align: center;
}
.resource-item .span5 > img {
  margin: 7px auto 10px;
}
.resource-item h3 {
  font-size: 28px;
  line-height: 1.1;
}
@media (max-width:600px) {
  .resource-item {
    width: 100%!important;
    margin: 0 0 20px!important;
  }
}


/* Resources filter */

.resources-filter {

}
.resources-filter #filters h3 {
  margin: 0;
}
.resources-filter #filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('https://3844221.fs1.hubspotusercontent-na1.net/hubfs/3844221/Tech_Data_August2017/icons/select-arrow.png') #fff;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
@media (min-width: 768px) {
  .resources-filter #filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .resources-filter #filters h3 {
    width: auto;
  }
  .resources-filter #filters select {
    width: 20%;
    margin-left: 10px;
  }
}
@media (max-width:767px) {
  .resources-filter #filters h3 {
  }
  .resources-filter #filters select {
    margin-top: 10px;
  }
}

/* ------------------------------------------------------------
* System Pages
* ------------------------------------------------------------ */

/* 404 Error Page & 500 Error Page
----------------------- */
.error-content-01 {
  float: none!important;
  margin: auto!important;
  max-width: 600px;
  padding: 0px 40px;
}

.error-content-01 h1 {
  font-size: 120px;
  line-height: 1;
}
.error-content-01 h2 {
  font-size: 50px;
  line-height: 1;
}
.error-content-01 p {
  font-size: 21px;
}
@media (max-width:767px) {
  .error-content-01 {
    padding: 0px;
  }
  .error-content-01 h1 {
    font-size: 60px;
  }
  .error-content-01 h2 {
    font-size: 30px;
  }
}

/* Form */
.error-content-01 {
  text-align: center;
}
.error-content-01 form input[type="text"] {
  display: block;
  width: 100%;
  padding: 25px;
  background: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0px;
  margin: 20px auto;
}
.error-content-01 form a.hs-button.primary {
  display: inline-block;
  float: none;
  padding: 15px 30px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
  margin: 5px 0;
  cursor: pointer;
  border-radius: 50px;
  line-height: 1;
  background: #00B1E2;
  color: #ffffff;
  border: 1px solid #00B1E2;
}
.error-form-01 form a.hs-button.primary:hover {
  background: #00558C;
  border-color: #00558C;
  color: #ffffff;
}


/* Subscribe & Unsubscribe Page
----------------------- */

.email-prefs input {
  margin-top: 3px;
}

/* Password Page
----------------------- */
.password-page form input {
  display: block;
  width: 100%;
  max-width: 700px;
  padding: 25px;
  background: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0px;
  margin: 20px 0px;
}
.password-page form input[type="submit"] {
  display: block;
  width: auto;
  float: none;
  padding: 15px 30px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
  margin: 5px 0;
  cursor: pointer;
  border-radius: 50px;
  line-height: 1;
  background: #00B1E2;
  color: #ffffff;
  border: 1px solid #00B1E2;
}
.password-page form input[type="submit"]:hover {
  background: #00558C;
  border-color: #00558C;
  color: #ffffff;
}


/* 500 Error Page
----------------------- */



/* ------------------------------------------------------------
* Landing Pages
* ------------------------------------------------------------ */

.lp-form-01 {
  background: rgba(0,0,0,.65);
  padding: 30px;
  width: 500px;
  max-width: 100%;
}
.lp-form-01 .hs_cos_wrapper_type_form input {
  box-shadow: none;
  color: #fff;
}
.lp-form-01 .hs_cos_wrapper_type_form input[type="text"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="password"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="datetime"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="datetime-local"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="date"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="month"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="time"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="week"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="number"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="email"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="url"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="search"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="tel"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="color"],
.lp-form-01 .hs_cos_wrapper_type_form input[type="file"],
.lp-form-01 .hs_cos_wrapper_type_form textarea,
.lp-form-01 .hs_cos_wrapper_type_form select {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255,255,255,.35);
  margin-top: 10px;
}
.lp-form-01 .hs_cos_wrapper_type_form input[type="submit"] {
  background: #00B1E2;
  color: #fff;
  padding: 20px;
  display: block;
  border: none;
  width: 100%;
}
.lp-form-01 .hs_cos_wrapper_type_form input[type="submit"]:hover {
  background: #CCD814;
  color: #333;
}
.lp-form-01 .hs_cos_wrapper_type_form input:focus {
  box-shadow: none;
  border-color: #00B1E2;
}

.lp-form-01 .hs-error-msgs li {
  color: #CCD814;
  font-size: 12px;
}























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

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

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

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

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




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


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

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

@media (max-width: 767px){

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

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


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

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

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


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

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

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #00B1E2; /* Icon color */
  }


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

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

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


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    z-index: 9999;
  }

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

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

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

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 14px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a {
    background: #00B1E2;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

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

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}
@media (max-width:480px) {
  .mobile-trigger {
    top: 16px;
  }   
}

/******* About 2019 ******/

.page-center-med {
  max-width: 1000px;
  margin: 0 auto !important;
  float: none !important;
  padding: 0px 20px;
}

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

.about-2019 .top-content p {
  font-size: 20px;
}

.about-2019 .below-video {
  margin-top: 60px;
}

.about-2019 .below-video h3 {
  font-size: 40px;
}

.about-2019 .below-video p {
  font-size: 20px;
  color: #00B1E2;
  font-weight: 500;
}

.about-2019 .numbers-sec h3 {
  color: #C4D600;
  font-weight: bold;
  font-size: 55px !important;
}

.about-2019 .blue-box ul.hs-error-msgs.inputs-list {
  padding-left: 0px;
  list-style: none;
  font-size: 14px;
}

.about-2019 .blue-box .hs_error_rollup {
  position: absolute;
}

.about-2019 .resource-cta-section h3 {
  font-weight: 400;
}

.about-2019 .numbers-sec .span12.widget-span.widget-type-text {
  color: #1F2A44;
  font-size: 20px;
  font-weight: 500;
}

.about-2019 .span12.widget-span.widget-type-cell.padding-100.text-aligncenter.numbers-sec {
  padding: 50px 0px 70px 0px;
}

.about-2019 .map-section {
  padding: 60px 0px;
  background: #0D1626;
}

.about-2019 .map-text {
  color: white;
  font-size: 30px;
  margin-bottom: 50px;
}

.about-2019 .tabs-section {
  padding: 60px 0px;
}

.about-2019 .cm-location-tabs {
  border-bottom: 2px solid #00b1e2 !important;
}

.about-2019 .cm-location-tabs-wrapper .cm-location-tabs p {
  text-transform: none;
  font-size: 26px;
  color: #00b1e2;
  font-weight: 400;
}

.about-2019 .cm-location-tabs-wrapper .cm-location-tabs p.active, .about-2019 .cm-location-tabs-wrapper .cm-location-tabs p:hover {
  color: white;
}

.about-2019 .slick-dots {
  position: static;
}
.about-2019 .slick-dots li {
  width: 60px;
  height: 6px;
  margin: 0 11px;
  position: static;
  line-height: normal;
}
.about-2019 .slick-dots li button {
  background: #fff;
  padding: 0;
  display: inline-block;
  height: 100%;
  width: 100%;
  position: static;
  line-height: normal;
  font-size: inherit;
  -webkit-appearance: none;
}
.about-2019 .slick-dots li.slick-active button {
  background: #00558C;
}
.about-2019 .testimonial-slider > div h4 {
  font-size: 30px;
  line-height: 33px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 30px;
}
.about-2019 .testimonial-slider p {
  margin: 0 0 2.5em;
  font-size: 20px;
  line-height: 24px;
}

.about-2019 .testimonial-slider-wrapper {
  padding: 65px 0;
}

.about-2019 .testimonial-slider .slick-dots li.slick-active button:before {
  content: none;
}

.about-2019 .slick-dots li button:before {
  content: none;
}

.about-2019 .testimonial-slider .slick-prev:before {
  display: none;
}

.about-2019 .resource-cta-section {
  padding: 80px 0px;
}

@media(max-width: 767px){
  .about-2019 .testimonial-slider-wrapper button.slick-next {
    display: none !important;
  }
}

@media(min-width: 768px){
  .about-2019 .cm-location-tabs-detail > div:nth-child(2) {
    width: 30%;
    margin: 0 auto;
  }
  .about-2019 .cm-location-tabs-detail > div:nth-child(3) {
    width: 30%;
    float: right;
  }
}