@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=Dosis:200,300,400');

/**
 * 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: 9999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  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: 9999; }

.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 D12764 */
  /* 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 */
    /* 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 */
   /* 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: #4a4a4a;
  font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.44;
  -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,
.page-center {
  float: none;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid .row-fluid .page-center-medium {
  max-width: 840px;
}
.container-fluid .row-fluid .page-center-small {
  max-width: 760px;
}
.container-fluid .row-fluid .page-center-xsmall {
  max-width: 470px;
}
@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: #1974d2;
  -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: #0042a0;
}

.link-invert a {
    color: #4a4a4a;
}
    .link-invert a:hover,
    .link-invert a:focus {
        color: #1974d2;
    }
/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #4a4a4a;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #4a4a4a;
  text-shadow: none;
}



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

/* Basic text */
p { 
    margin: 10px 0; 
}
p + p {
    margin-top: 12px;
}

small {
    font-size: .7em;
}
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: 'Lato', 'Helvetica', 'Arial', sans-serif;
  margin: 10px 0;
  text-rendering: optimizelegibility;
  font-weight: 800;
  line-height: 1.5;
}
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 { font-size: 48px;font-weight: 900!important; }
h2 { font-size: 40px;font-weight: 900!important; }
h3 { font-size: 30px;font-weight: 700!important; }
h4 { font-size: 24px;font-weight: 700!important; }
h5 { font-size: 20px;font-weight: 900!important; }
h6 { font-size: 18px;font-weight: 700!important;font-style: italic; }

.header-margin-none h1,
.header-margin-none h2,
.header-margin-none h3,
.header-margin-none h4 {
  margin: 0;
}

@media (min-width: 768px) {
	.header-large h1 {
		font-size: 100px;
	}
}
@media (max-width:767px) {
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 28px;
	}
}


/* Font Weight */
.font-bold,
.font-bold * {
	font-weight: bold;
}

/* 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: #1974d2; }
.bgSecondary  { background: #fbcd20; }
.bgColor3     { background: #f7f7f7; }
.bgColor4     { background: #4f4f4f; }
.bgColor5     { background: #EBEBEB; }    
.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; }
}

 

/* --------------------------------------------------
    Decoration
   -------------------------------------------------- */

/* Left Decoration */
.left-decoration:not(.left-decoration-nopadding) {
    padding-top: 50px;
}
@media (max-width:1858px) {
    .left-decoration:before,
    .left-decoration:after {
        opacity: 0.5;
    }
}
@media (min-width:768px) {
    .left-decoration {
        position: relative;
        padding-top: 110px;
    }
    .left-decoration.left-decoration-nopadding {
        padding-top: 0;
    }
    .left-decoration:before {
        content: "";
        position: absolute;
        /*left: 0;*/
        left: auto;
        right: 80%;
        top: 10px;
        width: 381px;
        height: 134px;
        background-image: url(https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/Images/homepage/circuit-left.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 381px;
        
        background-position: left top;
        background-size: contain;
        z-index: -1;
    }
    .left-decoration:after {
        content: "";
        position: absolute;
        /*left: 0;*/
        right: 85%;
        top: 90px;
        width: 304px;
        height: 126px;
        background-image: url(https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/Images/homepage/single-circuit.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 304px;
        
        background-position: left top;
        background-size: contain;
        z-index: -1;
    }
    .left-decoration .page-center {
        /*padding-top: 50px!important;*/
    }
}

@media (min-width: 1366px) {
    .left-decoration:before,
    .left-decoration:after {
        right: auto;
        left: 0;
    }
}

/* Right Decoration */
.right-decoration {
    position: relative;
    padding-top: 150px;
}
.right-decoration:before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 958px;
    height: 98px;
    background-image: url(https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/Images/homepage/separator-circuit-partial-right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 958px;
}

@media (min-width: 768px) {
    .right-decoration {
        padding-top: 70px;
    }
    .right-decoration-overlap {
        /*padding-right: 5em;*/
    }
}

/* Fullwidth Decoration */
.fullwidth-decoration {
    position: relative;
    padding-top: 125px;
}
.fullwidth-decoration:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 1440px;
    height: 117px;
    background-image: url(https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/Images/homepage/separator-circuit-fullwidth-left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1440px;
}

/* Image Offset Left */

.image-offset-left {
    position: relative;
}
.image-offset-left:after {
    content: url('https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/icons/hollow-squares.png');
    float: right;
    margin-top: 5px;
}

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

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

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

@media (min-width:768px) {
  .desktop-padding-right-10  {padding-right: 10px;}
  .desktop-padding-right-20  {padding-right: 20px;}
  .desktop-padding-right-30  {padding-right: 30px;}
  .desktop-padding-right-40  {padding-right: 40px;}
  .desktop-padding-right-50  {padding-right: 50px;}
  .desktop-padding-right-60  {padding-right: 60px;}
  .desktop-padding-right-70  {padding-right: 70px;}
  .desktop-padding-right-80  {padding-right: 80px;}
  .desktop-padding-right-90  {padding-right: 90px;}
  .desktop-padding-right-100 {padding-right: 100px;}
  .desktop-padding-right-110 {padding-right: 110px;}
  .desktop-padding-right-120 {padding-right: 120px;}
  .desktop-padding-right-130 {padding-right: 130px;}
  .desktop-padding-right-140 {padding-right: 140px;}
  .desktop-padding-right-150 {padding-right: 150px;}
  .desktop-padding-right-160 {padding-right: 160px;}
  .desktop-padding-right-170 {padding-right: 170px;}
  .desktop-padding-right-180 {padding-right: 180px;}
  .desktop-padding-right-190 {padding-right: 190px;}
  .desktop-padding-right-200 {padding-right: 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: #1974d2; }
.colorSecondary { color: #fbcd20; }

.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-wrapper .span12 {
        min-height: 0;
    }
.header-container {
    z-index: 9999;
}

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

/*#header {
    background: #fff;
    z-index: 9!important;
    position: relative;
    -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 {
    background: none;
    z-index: 9!important;
    position: absolute;
    -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;
}
.is-sticky #header {
    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:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 180px;
    /*max-height: 100%;*/
    background-image: url(https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/Images/gradient.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 180px;
    z-index: 1;
}
@media (min-width:768px) {
    #header {
        padding: 0 30px;
    }
    #header:before {
        width: 400px;
        height: 400px;
        background-size: 400px;
    }
    #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;
    }
}

@media (max-width: 767px) {
    .header-container-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 7;
    }
    #header {
        /*background: rgba(51, 51, 51, 0.7);*/
    }
    #header .page-center {
        padding: 0;
    }
}


/* Top Header
   ------------------ */
.header-topbar {
    position: relative;
    z-index: 10!important;
}
/* Top Header Links */

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

.top-header-links .btn-top-header {
    background: #1974d2;
    padding: 10px 15px;
    color: #fff;
    display: block;
}
    .top-header-links .btn-top-header:hover {
        background: #fbcd20;
    }
    
@media (max-width: 767px) {
    .top-header-links li {
        margin: 0;
        padding: 5px;
    }
    .top-header-links .btn-top-header {
        padding: 4px 10px;
    }
}



/* Phone Number
   ------------------ */
#header .header-phone-number {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 30px;
    height: 30px;
}
#header .header-phone-number a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    width: 30px;
    height: 30px;
    background: #1974d2;
    color: #fff;
    border-radius: 5px;
}
    #header .header-phone-number a:hover {
        background: #fbcd20;
        color: #fff;
    }
    #header .header-phone-number a:hover i,
    #header .header-phone-number a i:hover {
        color: #fff;
    }
    
    
/* Main Header
   ------------------ */
.main-header {
    position: relative;
}
.main-header .page-center > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}
    .main-header .page-center > .row-fluid-wrapper > .row-fluid:before,
    .main-header .page-center > .row-fluid-wrapper > .row-fluid:after {
        display: none;
    }
.main-header .page-center > .row-fluid-wrapper > .row-fluid  > div {
    width: auto;
    margin: 0;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    min-height: 0;
}
.main-header .mobile-phone-number {
    font-size: 0.5em;
}

@media (min-width: 480px) {
    .main-header .mobile-phone-number {
    font-size: 0.8em;
}
}
@media (min-width: 768px) {
    .main-header .page-center > .row-fluid-wrapper > .row-fluid {
        padding: 0;
    }
    .main-header .page-center > .row-fluid-wrapper > .row-fluid  > div {
        flex-basis: auto;
    }
}

/* Logo
   ------------------ */
   
.header-container .hs_cos_wrapper_type_logo a img {
  max-height: 74px;
  width: auto;
  margin-top: 15px;
}
#header .logo img {
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
    .logo {
        text-align: left;
        padding: 10px 10px;
    }
    .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:hover,
        .main-nav .hs-menu-wrapper > ul > li.active-branch {
            background: #f7f8f9;
        }
        /*.main-nav .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper {*/
        /*    -webkit-transition: all ease-in-out 1000ms;*/
        /*    transition: all ease-in-out 1000ms;*/
        /*}*/
        /*.main-nav .hs-menu-wrapper ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {*/
        /*    -webkit-transition: all ease-in-out 300ms;*/
        /*    transition: all ease-in-out 300ms;*/
        /*}*/
    .main-nav .hs-menu-wrapper > ul > li > a {
        color: #4a4a4a;
        max-width: none!important;
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
    }
    .main-nav .hs-menu-wrapper > ul > li > a:hover,
    .main-nav .hs-menu-wrapper > ul > li.active-branch > a {
        color: #1974d2;
    }
    .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: #1974d2;
        color: #fff
    }
    
    
    /* Dropdown (Level 2) */
    
    .main-nav .hs-menu-wrapper > ul > li > ul  {
        background: #fff;
        border-top: 3px solid #1974d2;
        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 > 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;
    }
    .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;
    }
}


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

@media (min-width:768px) {
  .custom-mega-menu .hs-menu-wrapper {
    text-align: left!important;
  }
    .main-nav.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children {
        
    }
    .main-nav.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children a {
        border: none;
    }
    .main-nav.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul,
    .custom-mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul {
        display: none;
        padding: 15px;
        width: 460px;
        position: absolute!important;
        max-height: 500px;
        margin-right: -20vw;
    }
  .custom-mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul {
    transform: translateX(-50%);
      margin-right: 0;
  }
    .main-nav.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2):hover > ul {
        /*display: -webkit-box;*/
        /*display: -ms-flexbox;*/
        /*display: flex ;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-box-direction: normal;*/
        /*    -ms-flex-flow: column;*/
        /*        flex-flow: column;*/
        /*-ms-flex-wrap: wrap;*/
        /*    flex-wrap: wrap;*/
    }
    .main-nav.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul,
    .custom-mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul {
        display: block;
    }
    .main-nav.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul ul,
    .custom-mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul ul {
        visibility: visible!important;
        opacity: 1!important;
        position: relative!important;
    }
    .main-nav.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul > li,
    .custom-mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul > li {
        /*position: relative;*/
        /*padding-bottom: 15px;*/
        /*-webkit-column-break-inside: avoid;*/
        /*break-inside: avoid;*/
        /*-ms-flex-preferred-size: 30%!important;*/
        /*flex-basis: 30%!important;*/
        width: 30%!important;
        float: none!important;
    }
    .main-nav.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul .hs-menu-children-wrapper,
    .custom-mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul .hs-menu-children-wrapper {
        left: 0!important;
    }
    .main-nav.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul a,
    .custom-mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul a {
        min-width: 0!important;
        word-break: break-word;
        max-width: 100%!important;
        width: auto!important;
        padding: 5px 0!important;
        color: #4a4a4a;
        font-size: 15px;
    }
    .main-nav.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul > .row-fluid > .span4 > li,
    .custom-mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul > .row-fluid > .span4 > li {
        margin-bottom: 15px;
    }
    .main-nav.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul > .row-fluid > .span4 > li > a,
    .custom-mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul > .row-fluid > .span4 > li > a {
        text-decoration: underline;
        font-weight: bold;
        min-width: 0;
    }
        .main-nav.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul > .row-fluid > .span4 > li > a:hover,
        .custom-mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul > .row-fluid > .span4 > li > a:hover {
            color: #fff;
        }
    .main-nav.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul > .row-fluid > .span4 > li li a:hover,
    .custom-mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul > .row-fluid > .span4 > li li a:hover {
        color: #fff;
    }
    .main-nav.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul > li > a,
    .custom-mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul > li > a {
        text-decoration: underline;
        font-weight: bold;
        min-width: 0;
    }
    .main-nav.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > u,
    .custom-mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul {
        position: relative;
        left: 0!important;
    }
}
@media (min-width:900px) {
    .main-nav.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul,
    .custom-mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul {
        margin-right: 0;
    }
}
@media (min-width: 1366px) {
    .main-nav.mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul,
    .custom-mega-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul {
        width: 700px;
    }
}

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

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


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

.premium-header {
    
}


/* Menu
   ------------------ */
@media (min-width:768px) {
    .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: 18px;
    border: 1px solid  #ddd;
    border-top: 4px solid #1974d2;
    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: 0;
        bottom: 0;
        margin: auto;
        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 {
        width: 220px!important;
        margin-top: 13px;
    }
}

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

.header-social .social-links a {
    color: #4a4a4a!important;
    width: 12px;
    height: 12px;
}
    .header-social .social-links a:hover {
        color: #1974d2;
    }



/* -------------------------------------------------------------------
 * Site Footer
 * ----------------------------------------------------------------- */
 
#site-footer {
    position: relative;
    background: #f7f7f7;
    color: #4f4f4f;
    padding-top: 100px;
}   
#site-footer:before {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    width: 958px;
    height: 98px;
    background-image: url(https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/Images/homepage/separator-circuit-partial-right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 958px;
    z-index: 1;
}
#site-footer .page-center {
    position: relative;
    z-index: 2;
}
#site-footer .span3 {
    padding-right: 10px;
}
#site-footer .span3:last-child {
    border: 0px;
}
#site-footer,
#site-footer p,
#site-footer a {
    color: #4f4f4f;
    font-size: 14px;
}
#site-footer a:hover {
    color: #1974d2;
}
#site-footer h4 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #1974d2;
}
#site-footer h4 a {
    color: #1974d2;
}

/* 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;
    box-shadow: none;
    -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: #1974d2;
    box-shadow: none;
}
#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: #1974d2;
        border: 1px solid #1974d2;
    }  
    

/* -------------------------------------------------------------------
 * Footer
 * ----------------------------------------------------------------- */
   
#footer {
  position: relative;
  background: #f7f7f7;
  border-top: 1px solid #B6B6B6;
  font-size: 10px;
  color: #4f4f4f;
}

.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: #0042a0;
}
.footer-background,
.footer-background a {
    background: #1974d2;
}
.footer-container-wrapper .more-links a:hover,
.footer-container-wrapper .contact-us a:hover,
.footer-container-wrapper .about-us a:hover {
    color: #1974d2;
}
.footer-container-wrapper .more-links a {
    margin: 10px 0px;
}
.footer-container-wrapper .footer-copyright {
    background: #4a4a4a;
    color: #fbcd20;
    padding: 10px 0px;
    font-size: 12px;
}
.footer-container-wrapper .social-icons .fa {
    font-size: 20px;
    padding-right: 5px;
}

#footer a {
    color: #4f4f4f;
}
    #footer a:hover {
        color: #1974d2;
    }
    
@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: #1974d2!important;
    }


/* Back to Top
   ------------------ */
.scroll-to-top {
}
.scroll-to-top:before {
    content: "";
    background: #f7f7f7;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border-radius: 50%;
}
.scroll-to-top span {
    position: absolute;
    top: -25px;
    left: 0px;
    right: 0px;
    margin: auto;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #1974d2;
    background-color: #1974d2;
    background-image: url('https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/icons/button-up.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
}
    .scroll-to-top span:hover {
        background-color: #fff;
        background-image: url('https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/icons/button-up-inverted.svg');
    }
.scroll-to-top span img {
    opacity: 0;
} 

/* Float Back to Top
   ------------------ */
.float-scroll-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    background: #1974d2;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    opacity: 0.8;
    transition: 0.2s;
}
    .float-scroll-to-top:hover {
        opacity: 1; 
    }
.float-scrolll-to-top i {
    color: #fff;
    font-size: 30px;
}
.float-scroll-to-top-wrapper {
    min-height: 0px!important;
    height: auto;
}





/* -------------------------------------------------------------------
 * Recent Posts Highlighted
 * ----------------------------------------------------------------- */
.recent-posts-highlighted {
    background: #1974d2;
    padding: 20px;
} 
.recent-posts-highlighted h3 {
    color: #fff;
}
.recent-posts-highlighted .hs-rss-item {
    margin-bottom: 10px;
}
.recent-posts-highlighted a {
    color: #fff;
}
    .recent-posts-highlighted a:hover {
        color: #292929;
    } 

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


    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;
}
.hero-banner-small.hero-banner-bg-image.with-overlay > div {
    position: relative;
    z-index: 2;
}
@media (min-width:769px) {
    .hero-banner-small-fixed {
        height: 400px;
    }
    .hero-banner-small.hero-banner-bg-image.simple-parallax {
        background-attachment: fixed;
    }
}

/* Quote */
.hero-banner-small .hero-banner-small-quote-wrapper {
    display: block;
    width: 800px;
    max-width: 100%;
    margin: 20px 0px;
    /*border-top: 1px solid rgba(255,255,255,0.4);*/
    /*border-bottom: 1px solid rgba(255,255,255,0.4);*/
}
.hero-banner-small .hero-banner-small-quote {
    font-style: italic;
    font-size: 20px;
    margin: 0px 0px 15px;
    padding: 30px;
    background: rgba(0,0,0,.6);
    position: relative;
}
.hero-banner-small .hero-banner-small-quote-writer {
    position: relative;
}
.hero-banner-small .hero-banner-small-quote-writer:before {
    content: "";
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid rgba(0,0,0,.6);
    position: absolute;
    top: auto;
    bottom: 100%;
    right: 40px;
}
.hero-banner-small .hero-banner-small-quote-wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.hero-banner-small .hero-banner-small-quote-wrapper > div > a {
    display: inline-block;
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border-radius: 100%;
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
}
.hero-banner-small .hero-banner-small-name {
    margin: 5px 0px 0px;
}
.hero-banner-small .hero-banner-small-name a {
    color: #fff;
    font-weight: bold;
}

/* 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;
}
.hero-banner-large.hero-banner-bg-image.with-overlay > .page-center {
    position: relative;
    z-index: 2;
}
@media (min-width:769px) {
    .hero-banner-large.hero-banner-bg-image.simple-parallax {
        background-attachment: fixed;
    }
}

/* Scroll to */
.hero-banner-large .scroll-to-next {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    width: 55px;
    height: 55px;
    text-align: center;
    cursor: pointer;
    background: rgba(255,255,255,0.3);
    border-radius: 100%;
    line-height: 55px;
    transition: 0.2s ease;
    z-index: 3;
}
    .hero-banner-large .scroll-to-next:hover {
    background: rgba(255,255,255,0.5);
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }
.hero-banner-large .scroll-to-next i {
    font-size: 45px;
    color: #fff;
    line-height: 55px;
}

/* Quote */
.hero-banner-large .hero-banner-large-quote-wrapper {
    display: block;
    width: 800px;
    max-width: 100%;
    margin: 20px 0px;
    /*border-top: 1px solid rgba(255,255,255,0.4);*/
    /*border-bottom: 1px solid rgba(255,255,255,0.4);*/
}
.hero-banner-large .hero-banner-large-quote {
    font-style: italic;
    font-size: 20px;
    margin: 0px 0px 15px;
    padding: 30px;
    background: rgba(0,0,0,.6);
    position: relative;
}
.hero-banner-large .hero-banner-large-quote-writer {
    position: relative;
}
.hero-banner-large .hero-banner-large-quote-writer:before {
    content: "";
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid rgba(0,0,0,.6);
    position: absolute;
    top: auto;
    bottom: 100%;
    right: 40px;
}
.hero-banner-large .hero-banner-large-quote-wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.hero-banner-large .hero-banner-large-quote-wrapper > div > a {
    display: inline-block;
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border-radius: 100%;
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
}
.hero-banner-large .hero-banner-large-name {
    margin: 5px 0px 0px;
}
.hero-banner-large .hero-banner-large-name a {
    color: #fff;
    font-weight: bold;
}



/* Hero Banner 4 Position
   ------------------------------------------------ */
.hero-banner-4position {
    position: relative;
    padding: 80px 0px 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.hero-banner-4position.with-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0e0e0e;
    opacity: 0.5;
}
.hero-banner-4position > .page-center {
    z-index: 2;
}
.hero-banner-4position .hero-banner-4position-content {
    position: relative;
}
.hero-banner-4position a {
    color: #fbcd20;
}
    .hero-banner-4position a:hover {
        color: #fff;
    }
@media (min-width:768px) {
    .hero-banner-4position .hero-banner-4position-content {
        width: 60%;
        max-width: 100%;
    }
    .hero-banner-4position-content > * {
        position: relative;
        z-index: 2;
    }
}
@media (min-width:850px) {
    .hero-banner-4position.simple-parallax {
        background-attachment: fixed;
    }
}
@media (max-width:767px) {
    .hero-banner-4position {
        padding: 80px 0px 100px!important;
    }
    .hero-banner-4position:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0083ff;
        opacity: 1;
        mix-blend-mode: multiply;
    }
    .hero-banner-4position .hero-banner-4position-content {
        z-index: 4;
    }
}


/* Circle */
@media (min-width:768px) {
    .hero-banner-4position-content:before {
        content: "";
        width: 950px;
        height: 950px;
        position: absolute;
        left: 34%;
        border-radius: 100%;
        background: #0083ff; /*#0055a5 */
        opacity: 1;
        z-index: 1;
        top: 10%;
        left: 0;
        top: 0;
        transform: translateY(-61%) translateX(-18%);
        -webkit-transform: translateY(-61%) translateX(-18%);
        -o-transform: translateY(-61%) translateX(-18%);
        -moz-transform: translateY(-61%) translateX(-18%);
        -ms-transform: translateY(-61%) translateX(-18%);
        mix-blend-mode: multiply;
    }
    .hero-banner-4position.bottom-left .hero-banner-4position-content:before,
    .hero-banner-4position.bottom-right .hero-banner-4position-content:before {
        content: "";
        width: 950px;
        height: 950px;
        position: absolute;
        left: 34%;
        border-radius: 100%;
        background: #0055a5;
        opacity: 1;
        top: 10%;
        left: 0;
        top: 0;
        transform: translateY(-17%) translateX(-19%);
        -webkit-transform: translateY(-17%) translateX(-19%);
        -o-transform: translateY(-17%) translateX(-19%);
        -moz-transform: translateY(-17%) translateX(-19%);
        -ms-transform: translateY(-17%) translateX(-19%);
    }
}
@media (min-width:768px) and (max-width:1100px) {
    .hero-banner-4position.top-left .hero-banner-4position-content:before,
    .hero-banner-4position.bottom-left .hero-banner-4position-content:before {
        left: -15%;
    }
    .hero-banner-4position.top-right .hero-banner-4position-content:before {
        left: -15%;
    }
}



/* Info
   ------------------------ */
.hero-banner-4position .info-trigger {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 34px;
    background: rgba(0,0,0,0.5);
    padding: 5px 10px;
    cursor: pointer;
    text-align: center;
    z-index: 4;
    transition: 0.2s ease;
}
.hero-banner-4position.swapped .info-trigger {
    right: 0;
    left: auto;
}
    .hero-banner-4position .info-trigger:hover,
    .hero-banner-4position .info-trigger.active {
        background: #fff;
        color: #1974d2;
    }
.hero-banner-4position .info-detail {
    padding: 40px;
    background: #1974d2;
    z-index: 3;
    transition: 0.5s ease;
}

@media (min-width:768px) {
    /* Top left and Bottom Left */
    .hero-banner-4position .info-detail {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 600px;
        max-width: 100%;
        height: 300px;
        padding: 40px;
        z-index: 3;
        transform: translateY(100%) translateX(-100%) scale(0);
        -webkit-transform: translateY(100%) translateX(-100%) scale(0);
        -o-transform: translateY(100%) translateX(-100%) scale(0);
        -moz-transform: translateY(100%) translateX(-100%) scale(0);
        -ms-transform: translateY(100%) translateX(-100%) scale(0);
    }
        .hero-banner-4position .info-detail.active {
            transform: translateY(0) translateX(0) scale(1);
            -webkit-transform: translateY(0) translateX(0) scale(1);
            -o-transform: translateY(0) translateX(0) scale(1);
            -moz-transform: translateY(0) translateX(0) scale(1);
            -ms-transform: translateY(0) translateX(0) scale(1);
        }
        
    /* Top Right and Bottom Right */
    .hero-banner-4position.swapped .info-detail {
        position: absolute;
        right: 0;
        left: auto;
        bottom: 0;
        width: 600px;
        max-width: 100%;
        height: 300px;
        padding: 40px;
        z-index: 3;
        transform: translateY(100%) translateX(100%) scale(0);
        -webkit-transform: translateY(100%) translateX(100%) scale(0);
        -o-transform: translateY(100%) translateX(100%) scale(0);
        -moz-transform: translateY(100%) translateX(100%) scale(0);
        -ms-transform: translateY(100%) translateX(100%) scale(0);
    }
        .hero-banner-4position.swapped .info-detail.active {
            transform: translateY(0) translateX(0) scale(1);
            -webkit-transform: translateY(0) translateX(0) scale(1);
            -o-transform: translateY(0) translateX(0) scale(1);
            -moz-transform: translateY(0) translateX(0) scale(1);
            -ms-transform: translateY(0) translateX(0) scale(1);
        }
}
@media (max-width:767px) {
    .hero-banner-4position .info-detail {
        position: absolute;
        display: none;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .hero-banner-4position .info-detail.active {
        display: block;
    }
}

/* Position
   ------------------------ */
   
/* Position Top Left */
.hero-banner-4position.top-left {
    padding: 80px 0px 250px;
}
.hero-banner-4position.top-left .page-center {
}
/* Position Top Right */
.hero-banner-4position.top-right {
    padding: 80px 0px 250px;
}
.hero-banner-4position.top-right .page-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* Position Bottom Left */
.hero-banner-4position.bottom-left {
    padding: 250px 0px 80px;
}

/* Position Bottom Right */
.hero-banner-4position.bottom-right {
    padding: 250px 0px 80px;
}
.hero-banner-4position.bottom-right .page-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}







/* Hero Slider (3 Slides)
   ------------------------------------------------ */
.hero-slider {
    position: relative;
}
.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;
}
.hero-slider .hero-slider-bg.with-overlay > * {
    position: relative;
    z-index: 2;
}
.hero-slider button.slick-next {
    right: 20px;
}
.hero-slider button.slick-next:before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 33px;
    line-height: 13px;
}
.hero-slider button.slick-prev {
    left: 20px;
}
.hero-slider button.slick-prev:before {
    content: "\f104";
    font-family: fontawesome;
    font-size: 33px;
    line-height: 13px;
}
.hero-slider .slick-dots {
    bottom: 20px;
    width: auto;
    right: 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;  
}

.hero-slider .scroll-to-next {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: rgba(255,255,255,0.3);
    border-radius: 100%;
    line-height: 55px;
    transition: 0.2s ease;
}
    .hero-slider .scroll-to-next:hover {
    background: rgba(255,255,255,0.5);
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }
.hero-slider .scroll-to-next i {
    font-size: 45px;
    color: #fff;
    line-height: 55px;
}
@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;
    }
}


/* Hero Banner 2 Position
   ------------------------------------------------ */
.hero-banner-2position {
    position: relative;
    padding: 0;
    /*height: 400px;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.hero-banner-2position > .page-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 2;
}
.hero-banner-2position .hero-banner-2position-content {
    position: relative;
}
.hero-banner-2position a {
    color: #fbcd20;
}
    .hero-banner-2position a:hover {
        color: #fff;
    }
@media (min-width:768px) {
    .hero-banner-2position {
        min-height: 500px;
    }
    .hero-banner-2position .page-center {
        height: 400px;
    }
    .hero-banner-2position.swapped .page-center {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .hero-banner-2position.top-aligned .page-center {
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start;
    }
    .hero-banner-2position.bottom-aligned .page-center {
        -webkit-box-align:end;
        -ms-flex-align:end;
        align-items:flex-end;
    }
    .hero-banner-2position .hero-banner-2position-content {
        width: 50%;
        max-width: 100%;
    }
    .hero-banner-2position-content > * {
        position: relative;
        z-index: 2;
    }
}
@media (min-width:850px) {
    .hero-banner-2position.simple-parallax {
        background-attachment: fixed;
    }
}
@media (min-width:768px) and (max-width:1000px) {
    .hero-banner-2position,
    .hero-banner-2position .page-center {
        height: 310px;
    }
}
@media (max-width:767px) {
    .hero-banner-2position {
        padding: 0!important;
        height: 224px;
        padding-top: 54px!important;
    }
    .hero-banner-2position .page-center {
        height: 170px;
    }
    .hero-banner-2position.swapped .page-center {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .hero-banner-2position .hero-banner-2position-content {
        width: 50%;
        max-width: 100%;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .hero-banner-2position {
        height: 500px;
    }
}


/* Circle */
@media (min-width:768px) {
    .hero-banner-2position-content:before {
        content: "";
        width: 950px;
        height: 950px;
        position: absolute;
        border-radius: 100%;
        background: #fbcd20; /*#0055a5 */
        top: 10%;
        left: 50%;
        top: 50%;
        opacity: 1;
        z-index: 1;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        mix-blend-mode: multiply;
    }
}


_:-ms-lang(x), .hero-banner-2position-content:before {
    opacity: .7;
}


/* Quote */
.hero-banner-2position .hero-banner-2position-quote {
    position: relative;
    margin: 0px 0px 3px;
    font-size: 14px;
    font-family: 'Dosis', sans-serif;
}
.hero-banner-2position .hero-banner-2position-name {
    margin: 5px 0px 0px;
    font-size: 14px;
}
.hero-banner-2position .hero-banner-2position-name a {
    /*color: #fbcd20;
    font-weight: bold;*/
    color: #fff;
    font-style: italic;
    transition: 0s;
}
    .hero-banner-2position .hero-banner-2position-name a:hover {
        font-weight: bold;
        font-size: 13.7px;
    }
@media (max-width:767px) {
    .hero-banner-2position .hero-banner-2position-quote-wrapper {
        padding: 10px;
        background: rgba(0,0,0,.6);
        line-height: 1.2;
    }
    .hero-banner-2position .hero-banner-2position-quote-wrapper p {
        line-height: 1.2;
    }
}

/* Info
   ------------------------ */
.hero-banner-2position > .page-center.info-detail-container {
    height: auto!important;
    /*position: relative;*/
}
.hero-banner-2position .info-trigger {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
}
.hero-banner-2position.swapped .info-trigger {
    left: 0;
    right: auto;
}
.hero-banner-2position .info-trigger i {
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,0.5);
    padding: 5px 10px;
    cursor: pointer;
    text-align: center;
    transition: 0.2s ease;
    line-height: 1.7;
    position: relative;
    z-index:5;
}
.hero-banner-2position.hero-banner-2position-decoration:before {
    content: url('https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/icons/one-filled-squares.png');
    position: absolute;
    bottom: 10px;
    left: 10px;
    opacity: 1;
    transition: all ease-in-out 200ms;
}
.hero-banner-2position .info-trigger.active:before {
    opacity: 0;
}
.hero-banner-2position.swapped.hero-banner-2position-decoration:before {
    right: auto;
    left: 10px;
}
    .hero-banner-2position .info-trigger:hover,
    .hero-banner-2position .info-trigger.active {
        background: #fff;
        color: #1974d2;
    }
.hero-banner-2position .info-detail {
    padding: 40px;
    background: #1974d2;
    z-index: 3;
    transition: 0.5s ease;
}
.hero-banner-2position.swapped .info-detail:before {
    content: "";
    content: url(https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/Images/hollow-squares-white.png?t=1527616487451);
    position: absolute;
    bottom: 5px;
    right: 40px;
    left: auto;
}
.hero-banner-2position .info-detail:before {
    content: "";
    content: url(https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/Images/hollow-squares-white.png?t=1527616487451);
    position: absolute;
    bottom: 5px;
    right: auto;
    left: 40px;
}
@media (min-width:768px) {
    .hero-banner-2position .info-detail {
        position: absolute;
        bottom: 0;
        width: 450px;
        max-width: 100%;
        height: 270px;
        padding: 40px;
        z-index: 3;
    }
    
    /* Left Positioned */
    .hero-banner-2position.swapped .info-detail {
        left: 0;
        transform: translateY(100%) translateX(-100%) scale(0);
        -webkit-transform: translateY(100%) translateX(-100%) scale(0);
        -o-transform: translateY(100%) translateX(-100%) scale(0);
        -moz-transform: translateY(100%) translateX(-100%) scale(0);
        -ms-transform: translateY(100%) translateX(-100%) scale(0);
    }
        .hero-banner-2position .info-detail.active {
            transform: translateY(0) translateX(0) scale(1);
            -webkit-transform: translateY(0) translateX(0) scale(1);
            -o-transform: translateY(0) translateX(0) scale(1);
            -moz-transform: translateY(0) translateX(0) scale(1);
            -ms-transform: translateY(0) translateX(0) scale(1);
        }
        
    /* Swapped - Right Positioned */
    .hero-banner-2position .info-detail {
        right: 0;
        left: auto;
        transform: translateY(100%) translateX(100%) scale(0);
        -webkit-transform: translateY(100%) translateX(100%) scale(0);
        -o-transform: translateY(100%) translateX(100%) scale(0);
        -moz-transform: translateY(100%) translateX(100%) scale(0);
        -ms-transform: translateY(100%) translateX(100%) scale(0);
    }
        .hero-banner-2position.swapped .info-detail.active {
            transform: translateY(0) translateX(0) scale(1);
            -webkit-transform: translateY(0) translateX(0) scale(1);
            -o-transform: translateY(0) translateX(0) scale(1);
            -moz-transform: translateY(0) translateX(0) scale(1);
            -ms-transform: translateY(0) translateX(0) scale(1);
        }
}

/* Overwrite */  
@media (max-width:767px) {
  .hero-banner-2position-content {
    width: 100%!important;
  }
  .hero-banner-2position-content > div > div {
    display: block!important;
  }
  .hero-banner-2position-content > div > div h1 {
    font-weight: 900;
    line-height: 1;
    font-size: 24px;
    margin: 0;
		font-family: 'Lato', sans-serif!important;
  }
  .hero-banner-2position-content > div > div h1 span {
		font-family: 'Lato', sans-serif!important;
  }
}

/* Banner with Play button
   ------------------------------------------------ */
.hero-banner-play-btn {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.hero-banner-play-btn > .page-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 2;
}
.hero-banner-play-btn .page-center > div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 190px;
    height: 190px;
    border-radius: 100%;
    border: 10px solid #1974d2;
    color: #1974d2;
    text-align: center;
    line-height: 190px;
    transition: 0.3s ease;
}
    .hero-banner-play-btn:hover .page-center > div {
        border: 10px solid #fbcd20;
        color: #fbcd20;
    }
.hero-banner-play-btn .page-center > div i {
    font-size: 110px;
    line-height: 180px;
    width: 190px;
}
@media (min-width:768px) {
    .hero-banner-play-btn .page-center {
        height: 400px;
    }
}
@media (min-width:850px) {
    .hero-banner-play-btn.simple-parallax {
        background-attachment: fixed;
    }
}
@media (min-width:768px) and (max-width:1000px) {
    .hero-banner-play-btn,
    .hero-banner-play-btn .page-center {
        height: 310px;
    }
}
@media (max-width:767px) {
    .hero-banner-play-btn {
        padding: 0!important;
        height: 224px;
        padding-top: 54px!important;
    }
    .hero-banner-play-btn .page-center {
        height: 170px;
    }
    .hero-banner-play-btn .page-center > div {
        width: 125px;
        height: 125px;
        border-width: 5px;
        line-height: 125px;
    }
    .hero-banner-play-btn .page-center > div i {
        font-size: 60px;
        width: 125px;
        line-height: 120px;
    }
}

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

/* Testimonial Slider with Background
   ------------------------------------------------ */
   
.testimonial-slider-wrapper {
    position: relative;
}   
.testimonial-slider-wrapper: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: #fbcd20;
    font-size: 16px;
}
.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;
}
.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(//cdn2.hubspot.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: #1974d2; 
    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;
}

/* -------------------------------------------------------------------
 * Breadcrumbs
 * ----------------------------------------------------------------- */
.cm-breadcrumb {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 4!important;
    transition: 0.2s ease;
}
.is-sticky .cm-breadcrumb {
    background: rgba(255,255,255,.85);
}
.cm-breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cm-breadcrumb ul li.hs-breadcrumb-menu-item {
    padding-top: 0px;
    padding-bottom: 0px;
}
.cm-breadcrumb a {
    
} 
.cm-breadcrumb i {
    cursor: pointer;
    font-size: 25px;
}
    .cm-breadcrumb i:hover {
        color: #fbcd20;
    }

.cm-breadcrumb .row-fluid-wrapper > .row-fluid {
    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;
}
    .cm-breadcrumb .row-fluid-wrapper > .row-fluid:before,
    .cm-breadcrumb .row-fluid-wrapper > .row-fluid:after {
        display: none;
    }
.cm-breadcrumb .row-fluid-wrapper > .row-fluid > div {
    width: auto;
}
@media (max-width:767px) {
    .cm-breadcrumb {
        padding: 0!important;
        height: 28px!important;
        overflow: hidden;
    }
    .cm-breadcrumb .row-fluid {
        opacity: 0;
        visibility: hidden;
    }
}

/* Hamburger menu*/

.cm-breadcrumb .hamburger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cm-breadcrumb .hamburger-menu .hamburger-menu-icon {
    margin-right: 10px;
}
.cm-breadcrumb .hamburger-menu a {
    background: #1974d2;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    float: right;
}
.cm-breadcrumb .hamburger-menu a:hover {
    background: #fbcd20;
    color: #fff;
}
.cm-breadcrumb .hamburger-menu a:hover i,
.cm-breadcrumb .hamburger-menu a i:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .cm-breadcrumb .hamburger-menu {
        display: none;
    }
    .is-sticky .cm-breadcrumb .hamburger-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}


 /* -------------------------------------------------------------------
 * CM Navbar
 * ----------------------------------------------------------------- */
 
.main-nav.cm-navbar {
    z-index: 9999!important;
    min-height: 43px!important;
    /*background: url('https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/Images/sticky-pattern.png') repeat;*/
    background: #f7f7f7;
}
.is-sticky .main-nav.cm-navbar {
    padding: 5px 0;
}

.main-nav.cm-navbar .cm-navbar-sticky {
    display: none;
}
.is-sticky .main-nav.cm-navbar .cm-navbar-sticky {
    display: block;
}
.is-sticky .main-nav.cm-navbar .cm-navbar-nav {
    display: none;
}

@media (min-width: 768px) {
    .main-nav.cm-navbar .hs-menu-wrapper > ul {
        float: right;
        margin: 0;
    }
    .main-nav.cm-navbar .hs-menu-wrapper > ul > li {
        
    }
    .main-nav.cm-navbar .hs-menu-wrapper > ul > li > a {
        
    }
        .main-nav.cm-navbar .hs-menu-wrapper > ul > li:hover,
        .main-nav.cm-navbar .hs-menu-wrapper > ul > li.active-branch {
            background: none;
        }
        .main-nav.cm-navbar .hs-menu-wrapper > ul > li.active-branch > a,
        .main-nav.cm-navbar .hs-menu-wrapper > ul > li:hover > a {
             background: #1974d2;
             color: #fff;
        }
        .main-nav.cm-navbar .hs-menu-wrapper > ul > li.active-branch:first-child > a,
        .main-nav.cm-navbar .hs-menu-wrapper > ul > li:first-child:hover > a {
             background: #fbcd20;
             color: #fff;
             font-weight: bold;
        }
    
    .main-nav.cm-navbar .hs-menu-wrapper > ul > li:hover > a {
        
    }
        
    /* 2nd level*/
    .main-nav.cm-navbar .hs-menu-wrapper > ul > li > ul {
        top: auto;
        bottom: 100%;
        /*top: 100%;*/
        /*bottom: auto;*/
        left: auto!important;
        right: 0;
    }
    
    .main-nav.cm-navbar .hs-menu-wrapper > ul > li > ul > li a {
        border-bottom: none;
    }
    
    /* Logo */
    .cm-navbar-logo {
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        magin: auto;
    }
    
    .cm-navbar-logo-mobile,
    .cm-navbar-contact-mobile {
        display: none
    }
}
@media (max-width:767px) { 
    .cm-navbar-logo-mobile img {
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        width: 160px;
        margin: auto;
    }
    .cm-navbar-contact-mobile {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        background: #1974d2;
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        text-align: center;
        line-height: 38px;
    }
        .cm-navbar-contact-mobile:hover {
            background: #fbcd20;
        }
    .cm-navbar-contact-mobile i {
        font-size: 25px;
        color: #fff;
    }
        .cm-navbar-contact-mobile:hover i {
            color: #fff!important;
        }
}




.cm-navbar {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 4!important;
    transition: 0.2s ease;
}

.cm-navbar i {
    cursor: pointer;
    font-size: 25px;
}
    .cm-navbar i:hover {
        color: #fbcd20;
    }

.cm-navbar .row-fluid-wrapper > .row-fluid {
    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;
}
    .cm-navbar .row-fluid-wrapper > .row-fluid:before,
    .cm-navbar .row-fluid-wrapper > .row-fluid:after {
        display: none;
    }
@media (max-width:767px) {
    .cm-navbar {
        padding: 10px 0;
    }
}


/* Hamburger menu*/

.cm-navbar .hamburger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cm-navbar .hamburger-menu .hamburger-menu-icon {
    margin-right: 10px;
    color: #4a4a4a;
}
    .cm-navbar .hamburger-menu .hamburger-menu-icon:hover {
        color: #fbcd20;
    }
.cm-navbar .hamburger-menu a {
    background: #1974d2;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    float: right;
}
.cm-navbar .hamburger-menu a:hover {
    background: #fbcd20;
    color: #fff;
}
.cm-navbar .hamburger-menu a:hover i,
.cm-navbar .hamburger-menu a i:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .cm-navbar .hamburger-menu {
        display: none;
    }
    .is-sticky  .cm-navbar .hamburger-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}

    
    

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


   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 form .hs-form-field > label {
    font-size: 16px;
}
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: 'Lato', 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;
    display: block;
    height: auto; 
    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;
  -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;
  appearance: none;
  -webkit-appearance: none;
}
body .hs-form .hs_submit input {
  appearance: none;
  -webkit-appearance: none;
}
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;
    
    
}


@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: #4a4a4a;
}
.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;
    padding: 20px 10px!important;
    width: 100%!important;
}
.form-default  input[type="submit"] {
    background: #1974d2;
    color: #fff;
    padding: 20px;
    display: inline-block;
    border: none;
    width: 100%;
}
    .form-default .hs_cos_wrapper_type_form input[type="submit"]:hover {
        background: #fbcd20;
        color: #333;
    }
.form-default .hs_cos_wrapper_type_form input:focus {
    box-shadow: none;
    border-color: #1974d2;
}

.form-default .hs-error-msgs li {
  color: #fbcd20;
  font-size: 14px;
  font-weight: 700;
}


/* 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: #1974d2;
    color: #ffffff;
    border: 1px solid #1974d2;
    cursor: pointer;
    display: block;
    width: 100%;
}
.form-01 .hs_submit input {
    border-radius: 0px;
}
.form-01 input[type="submit"]:hover {
    background: #333;
    border-color: #333
}


/* Custom styling Form 02
   --------------------------- */
.form-02 {
/*   padding: 42px 0px 0px; */
  padding: 36px 0px 0px;
  border-top: 9px solid #1974d2;
  background: #ebebeb;
  background: #f7f7f7;
  width: 500px;
  max-width: 100%;
}
.form-02 h3.form-title {
    padding: 0px 11px;
}
.form-02 form fieldset {
    padding-left: 11px;
}
.form-02 form .hs-form-field {
    padding: 0px 11px;
    line-height: 1;
}
.form-02 form .hs-form-field > label {
    display: inline-block;
    width: 100%;
    margin: 0;
    color: #1974d2; 
    font-size: 16px;
}
.form-02 form .hs-form-field input,
.form-02 form .hs-form-field textarea,
.form-02 form .hs-form-field select {
    font-size: 25px;
    background: #fff;
    min-height: 37px;
}
.form-02 form .hs-form-field textarea,
.form-02 form .hs-form-field select {
    font-size: 18px;
    background: #fff;
    min-height: 37px;
}
.form-02 form .hs-form-field select {
    height: 37px;
}
.form-02 .hs_cos_wrapper_type_form input {
    box-shadow: none;
    color: #fff;
    font-size: 25px!important;
    /*height: 30px;*/
}
.form-02 input[type="text"],
.form-02 input[type="password"],
.form-02 input[type="datetime"],
.form-02 input[type="datetime-local"],
.form-02 input[type="date"],
.form-02 input[type="month"],
.form-02 input[type="time"],
.form-02 input[type="week"],
.form-02 input[type="number"],
.form-02 input[type="email"],
.form-02 input[type="url"],
.form-02 input[type="search"],
.form-02 input[type="tel"],
.form-02 input[type="color"],
.form-02 input[type="file"],
.form-02 textarea,
.form-02 select {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none!important;
    border: 1px solid transparent;
    color: #4f4f4f;
    padding: 0px 5px;
    font-size: 14px;
    margin-top: 5px;
}
.form-02 .hs_cos_wrapper_type_form textarea {
    min-height: 60px;
}
.form-02 .hs_cos_wrapper_type_form input[type="submit"] {
    background: #1974d2;
    color: #fff;
    padding: 20px;
    display: block;
    border: none;
    width: 100%;
    margin-top: 50px;
    font-size: 15px!important;
    font-weight: bold;
    border-radius: 0px;
}
    .form-02 .hs_cos_wrapper_type_form input[type="submit"]:hover {
        background: #fbcd20;
        color: #4f4f4f;
    }
.form-02 .hs-error-msgs li {
  color: #fbcd20;
  font-size: 14px;
  font-weight: 700;
}
.form-02 .hs_submit input {
    border-radius: 0px;
}
@media (min-width:768px) and (max-width:1100px) {
    .form-02 .hs_cos_wrapper_type_form input[type="submit"] {
        font-size: 13px!important;
    }
}
@media (max-width:480px) {
    .form-02 form fieldset {
        padding-right: 11px;
    }
}


/* Custom styling Form 03
   --------------------------- */
.form-03 {
    padding: 20px;
    border: 2px solid #1974d2;
    width: 500px;
    max-width: 100%;
    /*line-height: 11px;*/
}
.form-03 h3.form-title {
    font-size: 26px;
    color: #1974d2;
    padding: 0px 11px;
}
.form-03 form fieldset {
    padding-left: 11px;
}
.form-03 form .hs-form-field {
    padding: 0px 11px;
    line-height: 1;
}
.form-03 form .hs-form-field > label {
    display: inline-block;
    width: 100%;
    margin: 0;
    color: #1974d2; 
    font-size: 16px;
    font-weight: 700;
}
.form-03 form .hs-form-field input,
.form-03 form .hs-form-field textarea,
.form-03 form .hs-form-field select {
    font-size: 14px;
    background: #fff;
    min-height: 37px;
}
.form-03 .hs_cos_wrapper_type_form input,
.form-03 .hs_cos_wrapper_type_form textarea {
    box-shadow: none;
    color: #fff;
    font-size: 25px!important;
    /*height: 30px;*/
}

.form-03 form .hs-form-field textarea,
.form-03 form .hs-form-field select {
    font-size: 18px;
    background: #fff;
    min-height: 200px;
}

.form-03 form .hs-form-field select {
	height: 37px;
	min-height: 37px;
}

.form-03 .hs_cos_wrapper_type_form input[type="text"],
.form-03 .hs_cos_wrapper_type_form input[type="password"],
.form-03 .hs_cos_wrapper_type_form input[type="datetime"],
.form-03 .hs_cos_wrapper_type_form input[type="datetime-local"],
.form-03 .hs_cos_wrapper_type_form input[type="date"],
.form-03 .hs_cos_wrapper_type_form input[type="month"],
.form-03 .hs_cos_wrapper_type_form input[type="time"],
.form-03 .hs_cos_wrapper_type_form input[type="week"],
.form-03 .hs_cos_wrapper_type_form input[type="number"],
.form-03 .hs_cos_wrapper_type_form input[type="email"],
.form-03 .hs_cos_wrapper_type_form input[type="url"],
.form-03 .hs_cos_wrapper_type_form input[type="search"],
.form-03 .hs_cos_wrapper_type_form input[type="tel"],
.form-03 .hs_cos_wrapper_type_form input[type="color"],
.form-03 .hs_cos_wrapper_type_form input[type="file"],
.form-03 .hs_cos_wrapper_type_form textarea,
.form-03 .hs_cos_wrapper_type_form select {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #1974d2;
    color: #222;
    padding: 0px 5px;
    font-size: 14px;
    margin-top: 5px;
}
.form-03 .hs_cos_wrapper_type_form textarea {
    min-height: 60px;
}
.form-03 .hs_cos_wrapper_type_form ul.inputs-list label {
    font-size: 14px;
    font-weight: 400;
}
.form-03 legend.hs-field-desc {
    font-size: 14px;
    margin: 10px 0;
}
.form-03 .hs_cos_wrapper_type_form input[type="submit"] {
    background: #1974d2;
    color: #fff;
    padding: 20px;
    display: block;
    border: none;
    width: 100%;
    margin-top: 50px;
    font-size: 15px!important;
    font-weight: bold;
    overflow: visible;
    white-space: initial;
    border-radius: 0px;
}
    .form-03 .hs_cos_wrapper_type_form input[type="submit"]:hover {
        background: #fbcd20;
        color: #333;
    }
.form-03 .hs-error-msgs li {
    color: #fbcd20;
    font-size: 14px;
  font-weight: 700;
}
@media (min-width:768px) and (max-width:1100px) {
    .form-03 .hs_cos_wrapper_type_form input[type="submit"] {
        font-size: 13px!important;
    }
}
@media (max-width:480px) {
    .form-03 form fieldset {
        padding-right: 11px;
    }
}


/* Radio btn styling */
.form-03 ul.inputs-list li.hs-form-radio {
    margin-bottom: 10px;
}
.form-03 ul.inputs-list li.hs-form-radio label {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  min-height: 40px;
}
.form-03 ul.inputs-list li.hs-form-radio input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.form-03 ul.inputs-list li.hs-form-radio span {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.form-03 ul.inputs-list li.hs-form-radio .check {
    display: block;
    position: absolute;
    border: 2px solid #1974d2;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.form-03 ul.inputs-list li.hs-form-radio .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 22px;
    width: 22px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.form-03 ul.inputs-list li.hs-form-radio input[type=radio]:checked ~ .check::before {
    background: #1974d2;
}

/* 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: #1974d2 !important;
    background: #1974d2 !important;
}
.hsformerror .close-form-error {
    color: #1974d2;
}
.hsformerror em {
    border-color: #1974d2 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;
    font-weight: bold;
    border-radius: 50px;
    line-height: 1;
    border: 2px solid;
}
.btn-small {
    padding: 10px 15px;
}
.btn-large {
    padding: 18px 42px;
}
.btn-primary {
    background: #1974d2;
    color: #ffffff;
    border: 1px solid #1974d2;
}
.btn-primary:hover {
    background: #333;
    border-color: #333;
    color: #ffffff;
}
.btn-primary:focus {
    color: #fff;
}
.btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1px solid #1974d2;
}
.btn-secondary:hover {
    background: #1974d2;
    border-color: #1974d2;
    color: #ffffff;
}

.btn-tertiary {
    background: #ffc222;
    color: #333333
}
.btn-tertiary:hover {
    background: #0055a5;
    color: #ffffff;
}
.halfwidth-cta .btn {
	display: inline-block;
	width: auto!important;
	min-width: 50%!important;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
}
.fullwidth-cta .btn {
	display: inline-block;
	width: 100%!important;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
}
@media (min-width: 767px) {
    .btn + .btn {
        margin-left: 10px;
    }
}




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

/* Primary 1 */
.btn-primary-1 {
    background: #1974d2;
    color: #fff;
    border-color: #1974d2;
}
    .btn-primary-1:hover {
        background: #fbcd20;
        color: #fff;
        border-color: #fbcd20;
    }
.btn-primary-1-box {
    border-radius: 0;
    background: #1974d2;
    color: #fff;
    border-color: #1974d2;
}
    .btn-primary-1-box:hover {
        background: #fbcd20;
        color: #fff;
        border-color: #fbcd20;
    } 


/* Primary 2 */
.btn-primary-2 {
    background: #1974d2;
    color: #fff;
    border-color: #1974d2;
}
    .btn-primary-2:hover {
        background: #fff;
        color: #1974d2
    }
.btn-primary-2-logo {
    position: relative;
    background: #1974d2;
    color: #fff;
    padding-right: 50px;
    border-color: #1974d2;
}
    .btn-primary-2-logo:after {
        content: '';
        width: 30px;
        height: 30px;
        background-image: url('https://fs.hubspotusercontent00.net/hubfs/2823558/Logos/endsight-arrow-inverse-vector.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 28px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
    }
    .btn-primary-2-logo:hover {
        background: #fff;
        color: #1974d2;
    }
    .btn-primary-2-logo:hover:after {
        background-image: url('https://fs.hubspotusercontent00.net/hubfs/2823558/Logos/endsight-arrow-vector.svg');
    }
.btn-primary-2-box {
    border-radius: 0;
    background: #1974d2;
    color: #fff;
    border-color: #1974d2;
}
    .btn-primary-2-box:hover {
        background: #fff;
        color: #1974d2;
    }
    
/* Primary 3 */
.btn-primary-3 {
    background: #1974d2;
    border-color: #1974d2;
    color: #fff;
}
    .btn-primary-3:hover {
        background: #fff;
        color: #1974d2;
        border-color: #fff;
    }
.btn-primary-3-logo {
    position: relative;
    background: #1974d2;
    color: #fff;
    padding-right: 50px;
    border-color: #1974d2;
}
    .btn-primary-3-logo:after {
        content: '';
        width: 30px;
        height: 30px;
        background-image: url('https://fs.hubspotusercontent00.net/hubfs/2823558/Logos/endsight-arrow-inverse-vector.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 28px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
    }
    .btn-primary-3-logo:hover {
        background: #fff;
        border-color: #fff;
        color: #1974d2;
    }
    .btn-primary-3-logo:hover:after {
        background-image: url('https://fs.hubspotusercontent00.net/hubfs/2823558/Logos/endsight-arrow-vector.svg');
    }
.btn-primary-3-box {
    border-radius: 0;
    background: #1974d2;
    border-color: #1974d2;
    color: #fff;
}
    .btn-primary-3-box:hover {
        background: #fff;
        border-color: #fff;
        color: #1974d2;
    }
    
/* Primary 4 */

.btn-primary-4 {
    background: #1974d2;
    border-color: #1974d2;
    color: #fff;
}
    .btn-primary-4:hover {
        background: #fff;
        color: #4a4a4a;
        border-color: #fff;
    }
.btn-primary-4-box {
    border-radius: 0;
    background: #1974d2;
    border-color: #1974d2;
    color: #fff;
}
    .btn-primary-4-box:hover {
        background: #fff;
        border-color: #fff;
        color: #4a4a4a;
    }
    
/* Primary 5*/
.btn-primary-5 {
    background: #1974d2;
    border-color: #1974d2;
    color: #fff;
}
    .btn-primary-5:hover {
        background: #fbcd20;
        color: #4a4a4a;
        border-color: #fbcd20;
    }
.btn-primary-5-box {
    border-radius: 0;
    background: #1974d2;
    border-color: #1974d2;
    color: #fff;
}
    .btn-primary-5-box:hover {
        background: #fbcd20;
        border-color: #fbcd20;
        color: #4a4a4a;
    }
    
/* Secondary 1 */
.btn-secondary-1 {
    background: #fbcd20;
    color: #4a4a4a;
    border-color: #fbcd20;
}
    .btn-secondary-1:hover {
        background: #1974d2;
        color: #fff;
        border-color: #1974d2;
    }

.btn-secondary-1-box {
    border-radius: 0;
    background: #fbcd20;
    border-color: #fbcd20;
    color: #4a4a4a;
}
    .btn-secondary-1-box:hover {
        background: #1974d2;
        border-color: #1974d2;
        color: #fff;
    }

/* Secondary 2 */
.btn-secondary-2 {
    background: #fbcd20;
    color: #fff;
    border-color: #fbcd20;
}
    .btn-secondary-2:hover {
        background: #1974d2;
        color: #fff;
        border-color: #1974d2;
    }
    
.btn-secondary-2-box {
    border-radius: 0;
    background: #fbcd20;
    border-color: #fbcd20;
    color: #fff;
}
    .btn-secondary-2-box:hover {
        background: #1974d2;
        border-color: #1974d2;
        color: #fff;
    }

/* Arrow buttons */

/* Primary 2 Arrow (used with only 1 space CTA button) */
.btn-primary-2-arrow {
    position: relative;
    background: #1974d2;
    color: #fff;
    padding-right: 17px;
    border-color: #1974d2;
}
    .btn-primary-2-arrow:after {
        content: '';
        width: 30px;
        height: 30px;
        background-image: url('https://fs.hubspotusercontent00.net/hubfs/2823558/Logos/endsight-arrow-inverse-vector.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 28px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
    }
    .btn-primary-2-arrow:hover {
        background: #fff;
        color: #1974d2;
    }
    .btn-primary-2-arrow:hover:after {
        background-image: url('https://fs.hubspotusercontent00.net/hubfs/2823558/Logos/endsight-arrow-vector.svg');
    }

/* Primary 2 Box Arrow */
.btn-primary-2-box-arrow {
    border-radius: 0;
    position: relative;
    background: #1974d2;
    color: #fff;
    padding-bottom: 50px;  
    border-color: #1974d2;
}
    .btn-primary-2-box-arrow:after {
        content: '';
        width: 30px;
        height: 30px;
        background-image: url('https://fs.hubspotusercontent00.net/hubfs/2823558/Logos/endsight-arrow-inverse-vector.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 28px;
        position: absolute;
        top: 0;
        bottom: -50px;
        right: 10px;
        margin: auto;
    }
    .btn-primary-2-box-arrow:hover {
        background: #fff;
        color: #1974d2;
    }
    .btn-primary-2-box-arrow:hover:after {
        background-image: url('https://fs.hubspotusercontent00.net/hubfs/2823558/Logos/endsight-arrow-vector.svg');
    }
  


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

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* 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: 'Lato', 'Helvetica', 'Arial', 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: #1974d2;
  border-color: #1974d2;
  -webkit-appearance: none;
}
.cta_border_button:hover {
  border: 2px solid #FFF;
  color: #1974d2;
  border-color: #1974d2;
  background: #1974d2;
  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: 'Lato', 'Helvetica', 'Arial', 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;
  border-color: #1974d2;
  -webkit-appearance: none;
}
.cta_solid_button:hover {
  background: #FFF;
  border-style: solid;
  border-width: 2px;
  border-color: #1974d2;
  background: #1974d2;
}


.hs_cos_wrapper_type_rich_text > h1:first-child,
.hs_cos_wrapper_type_rich_text > h2:first-child {
    line-height: 1.1;
}
/* -------------------------------------------------------------------
 * Post Listing
 * ----------------------------------------------------------------- */
 
.widget-type-post_listing {
    margin: 0px 0px 40px;
}
.widget-type-post_listing h3 {
    font-size: 18px;
}
.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: #4f4f4f;
}
    .widget-type-post_listing ul li a:hover {
        color: #1974d2;    
    }
    


/* -------------------------------------------------------------------
 * Subscription
 * ----------------------------------------------------------------- */
 
.widget-type-blog_subscribe {
  margin: 0px 0px 40px;
}
.widget-type-blog_subscribe h3.form-title {
  margin: 0px;
  font-size: 18px;
}
.widget-type-blog_subscribe form {
  margin-top: 20px;
}
.widget-type-blog_subscribe form .hs-form-field > label {
  display: inline-block;
  width: 100%;
  margin: 0;
  color: #1974d2;
  font-size: 16px;
}
.widget-type-blog_subscribe form input {
  box-shadow: none;
  background: #fff;
  border-radius: 0px;
  border: 0px;
  padding: 0px 5px;
  box-shadow: none!important;
}
.widget-type-blog_subscribe form input:not([type="submit"]) {
  font-size: 25px!important;
  margin-top: 5px;
}
.widget-type-blog_subscribe form .hs-error-msgs li {
  font-size: 14px;
  color: #fbcd20;
  font-weight: 700;
}
.widget-type-blog_subscribe form .hs_submit {
    text-align: center;
}

.widget-type-blog_subscribe form .hs_submit input {
    display: inline-block;
    padding: 15px 30px;
    width: 100%;
    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: 10px 0 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0px;
    line-height: 1;
    border: 2px solid;
    background: #fbcd20;
    color: #4a4a4a;
    border-color: #fbcd20;
}
    .widget-type-blog_subscribe form .hs_submit input:hover {
        background: #1974d2;
        color: #fff;
        border-color: #1974d2;
    }
/*
.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 auto;
    cursor: pointer;
    font-weight: bold;
    border-radius: 50px;
    line-height: 1;
    font-size: 15px;
    color: #ffffff;
    border: 1px solid #1974d2;
    background: #1974d2;
}
    .widget-type-blog_subscribe form .hs_submit input:hover {
        background: #fbcd20;
        border-color: #fbcd20;
        color: #ffffff;
    }
*/



/* -------------------------------------------------------------------
 * Post Filter
 * ----------------------------------------------------------------- */
.widget-type-post_filter {
    margin: 0px 0px 40px;
}
.widget-type-post_filter h3 {
    font-size: 18px;
}
.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: #4f4f4f;
}
    .widget-type-post_filter ul li a:hover {
        color: #1974d2;    
    }  




/* -------------------------------------------------------------------
 * RSS LIsting MOdule
 * ----------------------------------------------------------------- */
.hs-rss-module a.hs-rss-title:hover {
    color: #292929;
}  

/* -------------------------------------------------------------------
 * Post Comment
 * ----------------------------------------------------------------- */
 
.widget-type-blog_comments {
/*     padding: 30px; */
    background: #fff;
}

.widget-type-blog_comments .hs-error-msgs {
  margin: 5px 0;
}
.widget-type-blog_comments .hs-error-msgs label {
  color: #fbcd20;
  font-weight: 700;
  font-size: 14px;
}
.widget-type-blog_comments form .hs_submit > .actions > input {
  display: inline-block;
  width: auto;
  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;
  font-weight: bold;
  background: #1974d2;
  color: #ffffff;
  border: 1px solid #1974d2;
}
  .widget-type-blog_comments form .hs_submit input:hover {
    background: #fbcd20;
    border-color: #fbcd20;
    color: #ffffff;
  }
/* Post Comment */
#comments-listing {
  background: #f7f7f7;
  padding: 30px 20px 20px;
  margin-bottom: 30px;
}
.comment-from h4 {
  font-size: 1.3em;
  font-weight: 300;
}
.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: #1974d2 !important;
    border: 0px !important;
    color: #fff!important;
}

@media (min-width:480px) {
  .widget-type-blog_comments form .hs_recaptcha {
    display: inline-block;
    width: 40%;
    margin: 0;
    float: right;
    text-align: right;
  }
  .widget-type-blog_comments form .hs_recaptcha > * {
    margin: 0;
    float: right;
  }
  .widget-type-blog_comments form .hs_submit {
    display: inline-block;
    width: 60%;
    margin: 0;
    text-align: left;
    float: left;
  }
}



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


   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;
  }
.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;
}
.hero-banner-video .scroll-to-next {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: rgba(255,255,255,0.3);
    border-radius: 100%;
    cursor: pointer;
    transition: 0.2s ease;
}
    .hero-banner-video .scroll-to-next:hover {
    background: rgba(255,255,255,0.5);
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }
.hero-banner-video .scroll-to-next i {
    font-size: 45px;
    line-height: 55px;
    color: #fff;
}

/* -------------------------------------------------------------------
 * 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: #4a4a4a;
}
.recent-posts-wrapper .recent-item .post-title:hover {
    color: #1974d2;
}
.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: #f7f7f7;
    }
    .feature-box-02 {
        background: #1974d2;
        color: #fff;
    }
    .feature-box-03 {
        background: #595959;
        color: #fff;
    }
    .feature-box-04 {
        background: #4f4f4f;
        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%;
    color: #1974d2;
}
.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: #f7f7f7;
    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 #f7f7f7;
}
.pricing-table.pricing-style-two.pricing-table-active {
    border: 10px solid #1974d2;
    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: #f7f7f7;
    padding: 20px 0px;
    font-size: 18px;
}
.pricing-table.pricing-style-three.pricing-table-active h4 {
    background: #1974d2;
    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: #4a4a4a;
        position: absolute;
        right: 15px;
        top: 10px;
    }
.sidebar-menu .hs-menu-wrapper > ul > li > a {
    background: #f7f7f7;
    color: #4a4a4a;
}
.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: #1974d2;
            border-bottom: 1px solid #1974d2;
        }
    
    
/* -------------------------------------------------------------------
 * 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;
}
.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: #1974d2;
    }
    
@media (max-width: 767px) {
    .team-member .team-member-portrait:after {
        opacity: 1;
    }
    .team-member .team-member-details {
        opacity: 1;
    }
}


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

.team-boxes-v02 {
    position: relative;
    float: left;
}
.team-boxes-v02 .team-member-portrait-wrapper {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
}
.team-boxes-v02 .team-member-portrait-wrapper > div {
    display: inline-block;
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: 0.4s ease;
}
    .team-boxes-v02:hover .team-member-portrait-wrapper > div {
        border-radius: 100%;
    }
.team-boxes-v02 .team-member-portrait-wrapper > div:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.team-boxes-v02 .team-member-portrait-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    transition: 0.4s ease;
}
    .team-boxes-v02:hover .team-member-portrait-wrapper .team-member-portrait-hover {
        opacity: 1;
    }

/* Trigger */
.team-boxes-v02 .team-boxes-v02-trigger {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}


/* Popup */
.mfp-bg.team-boxes-v02-popup-overlay {
    opacity: 0!important;
}
.team-boxes-v02-popup-overlay .mfp-close {
    color: #fff!important;
}
.team-boxes-v02-popup {
    background: rgba(255,255,255,0.8);
	padding: 40px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}
.team-boxes-v02-popup img {
    border: 2px solid #fff;
}
.team-boxes-v02-popup a {
    color: #fbcd20;
}
    .team-boxes-v02-popup a:hover {
        color: #fff;
    }

/* -------------------------------------------------------------------
 * 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: #1974d2; 
    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;
}




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


   6. GIANTFOCAL'S CUSTOM PAGES


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



/* ------------------------------------------------------------
 * Team Page V02
 * ------------------------------------------------------------ */
.five-col-team-boxes > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.five-col-team-boxes > span > div {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
.five-col-team-boxes > span > div > div {
    display: inline-block;
    width: 100%;
    padding: 1px;
    outline: none;
    border: none;
    float: left;
}

.five-col-team-boxes.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

@media (max-width:950px) {
    .five-col-team-boxes > span > div {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}
@media (max-width:767px) {
    .five-col-team-boxes > span > div {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }
}
@media (max-width:400px) {
    .five-col-team-boxes > span > div {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
} 

/* ------------------------------------------------------------
 * Customer Reviews
 * ------------------------------------------------------------ */
 
.customer-reviews {
    font-family: 'Dosis', sans-serif;
}


/* ------------------------------------------------------------
 * Custom Social Share
 * ------------------------------------------------------------ */
.custom-social-share img {
	display: none!important;
}
.custom-social-share a {
	display: inline-block!important;
	width: 50px!important;
	height: 50px;
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100%;
}
.custom-social-share-linkedin {
	background-image: url(https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/icons/social-share/linkedin.png);
}
.custom-social-share-linkedin:hover {
	background-image: url(https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/icons/social-share/linkedin-hover.png);
}
.custom-social-share-facebook {
	background-image: url(https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/icons/social-share/facebook.png);
}
	.custom-social-share-facebook:hover {
		background-image: url(https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/icons/social-share/facebook-hover.png);
	}
.custom-social-share-twitter {
	background-image: url(https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/icons/social-share/twitter.png);
}
	.custom-social-share-twitter:hover {
		background-image: url(https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/icons/social-share/twitter-hover.png);
	}
.custom-social-share-email {
	background-image: url(https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/icons/social-share/mail.png);
}
	.custom-social-share-email:hover {
		background-image: url(https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/icons/social-share/mail-hover.png);
	}
.custom-social-share-pinterest {
	background-image: url(https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/icons/social-share/pinterest.png);
}
	.custom-social-share-pinterest:hover {
		background-image: url(https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/icons/social-share/pinterest-hover.png);
	}
@media (max-width:767px) {
	.custom-social-share a {
		width: 32px!important;
		height: 32px;
		background-size: 32px;
	}
}

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

body.exquisite-blog #header .logo > .row-fluid-wrapper > .row-fluid > .span6:last-child  span {
  display: none;
}

body.exquisite-blog a.btn.btn-primary {
    font-weight: bold;
}
    body.exquisite-blog a.btn.btn-primary:hover {
        background-color: #fbcd20;
        border-color: #fbcd20;
    }
    
.blog-hero-banner {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}      
.blog-hero-banner > div {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media (min-width: 768px) {
    .blog-hero-banner {
        min-height: 500px!important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .blog-hero-banner {
        height: 500px!important;
    }
}

/* 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: #4a4a4a;
}
#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;
}

body.exquisite-blog .blog-sidebar .widget-type-post_filter ul li a span {
  display: none;
}

/* Pagination */
body.exquisite-blog .blog-pagination {
    text-align: center;
    margin-top: 20px;
}
body.exquisite-blog .blog-pagination a {
    display: inline-block;
    float: none;
    margin: 5px 5px;
    -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 {
    }

/* General Post
----------------------- */

body.exquisite-blog .blog-post-featured-banner {
    height: 224px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
body.exquisite-blog .blog-post-featured-banner img {
    display: none;
}
body.exquisite-blog .widget-type-blog_content > .blog-section > .blog-post-wrapper {
    background: #fff;
    padding: 50px 30px 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;
    border: 0px!important;
}

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
}
@media (max-width:767px) {
    body.exquisite-blog .widget-type-blog_content > .blog-section > .blog-post-wrapper {
        padding: 30px 10px 30px;
    }
    body.exquisite-blog .blog-post-featured-banner {
        padding: 0!important;
        height: 224px;
        padding-top: 54px!important;
    }
}
@media (min-width: 768px) {
    body.exquisite-blog .blog-post-featured-banner {
        height: 500px;
    }
    body.exquisite-blog .blog-post-featured-banner img {
    }
}

/* General Author
----------------------- */
body.exquisite-blog .hs-author-profile {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
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;
}

/* bottom */
body.exquisite-blog .hs-author-profile-bottom {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
    background: url('https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/icons/hollow-squares@2x.png') #1974d2;
    background-repeat: no-repeat;
    background-position: 96% 87%;
    background-size: 150px;
}
body.exquisite-blog .hs-author-profile-bottom a {
    color: #fff;
}
body.exquisite-blog .hs-author-profile-bottom .hs-author-avatar a {
    display: inline-block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
body.exquisite-blog .hs-author-profile-bottom .hs-author-bio {
    color: #fff;
    margin-top: 15px;
}
@media (min-width:768px) and (max-width:970px) {
    body.exquisite-blog .hs-author-profile-bottom .hs-author-avatar a {
        width: 140px;
        height: 140px;
    }
}


/* Post - Social Share Section */
.blog-post-social-share-section {
  text-align: center;
}
.blog-post-social-share-section ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-post-social-share-section ul li > a,
.blog-post-social-share-section ul li > span,
.blog-post-social-share-section ul li > div > span {
  float: left;
}




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

}

/* Blog V-03
----------------------- */

/* Header/Banner */
.blog-small-banner {
    background: #1974d2;
}
.blog-small-banner h4 {
    margin: 0px;
    font-weight: 300;
}

/* Top Description Bar */
.blog-top-description {
    
}
.blog-top-description h1 {
    font-size: 48px;    
}
.blog-top-description p {
    margin-top: 0px;
}

.blog-topic-select {
    height: 42px;
    line-height: 42px;
    border-radius: 0px;
    padding: 0px 10px;
    box-shadow: none;
    border-color: #ebebeb;
    -webkit-appearance:none;
}
.blog-topic-select:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    border-color: #222;
}
    .blog-topic-select option:hover {
      color: #fff; 
      box-shadow: inset 20px 20px #f30;
    }
.blog-join-icons {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.blog-join-icons a {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #fff;
    line-height: 24px;
}
.blog-join-icons a i {
    font-size: 18px;
    line-height: 24px;
}
.blog-join-icons a.rss-icon {
    margin-left: 5px;
    background: #fec67e;
}
.blog-join-icons a.email-icon {
    margin-left: 5px;
    background: #a3d3ea;
}




/* Listing */
body.exquisite-blog-03 .post-listing {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
body.exquisite-blog-03 .post-listing .post-item {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 20px;
    border: 2px solid #f7f7f7;
}
body.exquisite-blog-03 .post-listing .post-item .hs-featured-image-wrapper .hs-featured-image-link {
    display: inline-block;
    width: 100%;
    /*height: 210px;*/
    padding-bottom: 62.5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
body.exquisite-blog-03 .post-listing .post-item .hs-featured-image-wrapper .hs-featured-image-link img {
    display: none!important;
} 
body.exquisite-blog-03 .post-header h2 {
    font-size: 28px;
    font-weight: 800;
}
body.exquisite-blog-03 .post-listing .post-item-inner {
    padding: 20px;
}
body.exquisite-blog-03 .post-header-top {
    display: inline-block;
    width: 100%;
    font-size: 14px; 
    margin-top: -10px;
}
body.exquisite-blog-03 .post-header-top-author {
    display: flex;
    float: left;
    width: 60%;
    flex-wrap: nowrap;
}
body.exquisite-blog-03 .post-header-top-author > div {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    left: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #0976e2;
    background-color: #fff;
}
body.exquisite-blog-03 .post-header-top-date {
    float: right;
    width: 40%;
    text-align: right;
}
@media (max-width:850px) {
    body.exquisite-blog-03 .post-listing {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 20px;
                column-gap: 20px;
    }
    body.exquisite-blog-03 .post-listing .post-item {
        /*-ms-flex-preferred-size: 100%;*/
        /*flex-basis: 100%;*/
    }
}


/* Post */
.blog-post-wrapper .post-header .hs-author-avatar img {
    width: 40px;
}
.hs-author-social-section {
    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;
    margin: 5px 0px;
}
.hs-author-social-section > * {
    margin-right: 5px;
}
.hs-blog-social-share .hs-blog-social-share-list {
    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;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    float: left;
    margin-right: 6px;
}
/* Susbcribe section */
.blog-susbcribe-section {
    background: #1974d2;
    position: relative;
}
    .blog-susbcribe-section:before {
        content: url('https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/Images/circuit-left-white.png');
        position: absolute;
        top: 20px;
        left: 0;
    }
    .blog-susbcribe-section:after {
        content: url('https://cdn2.hubspot.net/hubfs/2823558/Endsight-Apr2017/Images/hollow-squares-white.png');
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
.blog-susbcribe-section h2 {
    margin: 0;
    font-size: 40px;
}
.blog-susbcribe-section .hs-form > .hs-form-field > label,
.blog-susbcribe-section .hs-form .hs-fieldtype-text > label {
    color: #fff;
}
.blog-susbcribe-section .hs-form .hs-fieldtype-text > label span {
    color: #fff!important;
}
.blog-susbcribe-section form .hs_submit {
}
.blog-susbcribe-section 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: 24px 0 0;
    cursor: pointer;
    font-weight: bold;
    border-radius: 50px;
    line-height: 1;
    border: 2px solid;
    background: #fbcd20;
    color: #4a4a4a;
    border-color: #fbcd20;
    appearance: none;
    -webkit-appearance: none;
    width: auto;
}
    .blog-susbcribe-section form .hs_submit input:hover {
        background: #fff;
        color: #1974d2;
        border-color: #fff;
    }
    
    
@media (max-width: 767px) {
    .blog-susbcribe-section {
        padding: 100px 0 50px;
    }
    .blog-susbcribe-section:before {
        
    }
}

    
/* ------------------------------------------------------------
 * 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: #1974d2;
    color: #ffffff;
    border: 1px solid #1974d2;
}
    .error-form-01 form a.hs-button.primary:hover {
        background: #333;
        border-color: #333;
        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: #1974d2;
    color: #ffffff;
    border: 1px solid #1974d2;
}
    .password-page form input[type="submit"]:hover {
        background: #333;
        border-color: #333;
        color: #ffffff;
    }
    
    
/* 500 Error Page
----------------------- */





/* ------------------------------------------------------------
 * Landing Pages
 * ------------------------------------------------------------ */
 
.lp-form-01 {
    background: rgba(0,0,0,0.15);
    padding: 30px;
    width: 500px;
    max-width: 100%;
}
.lp-form-01 form .hs-form-field > label {
    font-size: 16px;
}
.lp-form-01 form .hs-form-field input,
.lp-form-01 form .hs-form-field textarea,
.lp-form-01 form .hs-form-field select {
    font-size: 20px;
}
.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: #1974d2;
    color: #fff;
    padding: 20px;
    display: block;
    border: none;
    width: 100%;
}
    .lp-form-01 .hs_cos_wrapper_type_form input[type="submit"]:hover {
        background: #fbcd20;
        color: #333;
    }
.lp-form-01 .hs_cos_wrapper_type_form input:focus {
    box-shadow: none;
    border-color: #1974d2;
}

.lp-form-01 .hs-error-msgs li {
  color: #fbcd20;
  font-size: 14px;
  font-weight: 700;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* ==========================================================================
   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:#333;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#1974d2;
}

/* 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: #1974d2;
}

/* 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: initial;
    line-height: 1.1;
    text-indent: 0;
    padding: 12px 10px;
}
/* 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: 50px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #fff; 
  }
  .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: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #4a4a4a; /* Icon color */
    display: inline-block;
    transition: 0.2s ease;
  }
  .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: #fbcd20; /* 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;
    position: absolute;
    top: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#0e0e0e; /* Menu background color set off global menuColorMobile variable */
    background: #333;
    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: #1974d2;
    }
  /* 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:767px) {
    .mobile-trigger {
        top: 0;
        bottom: 0;
        margin: auto;
        height: 33px;
    }   
}






























/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out; 
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}





/* Magnific Popup Overwrite */
.mfp-wrap,
.mfp-content {
    z-index: 99999;
}









