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


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:300,700|Roboto+Condensed:300,700|Roboto+Slab:300,700');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url("https://use.typekit.net/bps2tus.css");

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

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

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

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

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

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

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }
@font-face{
    font-family:'Glyphicons Halflings';
    src: url(//cdn2.hubspot.net/hubfs/1781314/Adwhite_July2017/Font/glyphicons-halflings-regular.eot);
    src: url(//cdn2.hubspot.net/hubfs/1781314/Adwhite_July2017/Font/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
         url(//cdn2.hubspot.net/hubfs/1781314/Adwhite_July2017/Font/glyphicons-halflings-regular.woff) format('woff'),
         url(//cdn2.hubspot.net/hubfs/1781314/Adwhite_July2017/Font/glyphicons-halflings-regular.ttf) format('truetype'),
         url(//cdn2.hubspot.net/hubfs/1781314/Adwhite_July2017/Font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}
/*@font-face{*/
/*    font-family:'mr-eaves-xl-modern';*/
/*    src:url(https://use.typekit.net/af/b77d93/00000000000000003b9adbd3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3);*/
/*    font-weight:200;*/
/*    font-style:normal;*/
/*}*/
/*@font-face{*/
/*    font-family:'mr-eaves-xl-modern';*/
/*    src:url(https://use.typekit.net/af/8c50ea/00000000000000003b9adbd0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3);*/
/*    font-weight:400;*/
/*    font-style:normal;*/
/*}*/
/*@font-face{*/
/*    font-family:'mr-eaves-xl-modern';*/
/*    src:url(https://use.typekit.net/af/daac4e/00000000000000003b9adbd8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3);*/
/*    font-weight:700;*/
/*    font-style:normal;*/
/*}*/
/*@font-face{*/
/*    font-family:'mr-eaves-xl-modern';*/
/*    src:url(https://use.typekit.net/af/fbb434/00000000000000003b9adbcf/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3);*/
/*    font-weight:800;*/
/*    font-style:normal;*/
/*}*/
/*@font-face{*/
/*    font-family:'mr-eaves-xl-modern';*/
/*    src:url(https://use.typekit.net/af/cf03b9/00000000000000003b9adbd1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3);*/
/*    font-weight:200;*/
/*    font-style:italic;*/
/*}*/
/*@font-face{*/
/*    font-family:'mr-eaves-xl-modern';*/
/*    src:url(https://use.typekit.net/af/214411/00000000000000003b9adbdc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3);*/
/*    font-weight:400;*/
/*    font-style:italic;*/
/*}*/
/*@font-face{*/
/*    font-family:'mr-eaves-xl-modern';*/
/*    src:url(https://use.typekit.net/af/fa10c6/00000000000000003b9adbdb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3);*/
/*    font-weight:700;*/
/*    font-style:italic;*/
/*}*/
/*@font-face{*/
/*    font-family:'mr-eaves-xl-modern';*/
/*    src:url(https://use.typekit.net/af/a63eba/00000000000000003b9adbd6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3);*/
/*    font-weight:800;*/
/*    font-style:italic;*/
/*}*/
/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

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

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

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

body {
    background: #fff;
    line-height: 1.42857143;
    color: #333;
    padding: 0;
    margin: 0;
    font-family: "mr-eaves-xl-sans",sans-serif;
    font-weight: 100;
    font-size: 13pt;
    letter-spacing: .05em;
}

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

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


/* =============== Typography =============== */

/* Basic text */
p {
    margin: 0 0 10px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-style: 800;
	font-weight: 700;
	color: #00285e;
	text-transform: uppercase;
	margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1{
    color: #ccc;
    font-size: 2.5em;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #000;
}
h2 {
	font-size: 2em;
    font-weight: 100;
}
h3 {
    font-size: 1.5em;
    font-weight: 700;
    color: #00285e;
    text-transform: uppercase;
}
h4 {
    font-size: 1.3em;   
    font-weight: 700;
    letter-spacing: 2px;
    color: #00285e;
    text-transform: uppercase;
}
h5 {
	font-size: 1.2em;
    font-weight: 700;
    color: #00285e;
    text-transform: uppercase;
}
h6 {
    text-transform: uppercase;
    font-size: 1.1em;
    color: #777;
    letter-spacing: -.01px;
}

/* Anchor Links */
a { 
    outline: none;
    color: #337ab7;
    border: 0px;
    text-decoration: none!important; }
a:hover, a:focus {
    color: #23527c;
}

/* Lists */
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0;
}
li {}
.body-container-wrapper li {
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: 100;
    color: #888;
    font-weight: 100;
}
/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

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


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

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

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

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


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


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

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

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


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

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


/*Header Top*/

.custom-header-bottom {
    border: 1px solid transparent;
    display: inline-block;
    width: 100%;
    margin: 0 auto!important;
    padding: 0;
    text-align: center;
    background: #e7e7e7;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #333;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-logo a img {
    position: relative;
    top: 25%;
    width: 220px;
    vertical-align: middle;
}

.custom-header .custom-logo {
    width: 49%;
    margin: 30px auto;
}

.custom-header .custom-right-link {
    display: inline-block;
    position: relative;
    top: 0;
    width: 49%;
    margin: 30px auto;
    float: right;
}

.custom-header .custom-right-link p {
    text-align: right;
    position: relative;
    top: 36%;
    vertical-align: middle;
}

.custom-header .custom-right-link p a {
    font-size: .8em;
    color: gray;
}
.custom-header .custom-right-link p a:not(:last-child) {
    border-right: 1px solid gray;
    padding-right: 5px;
}



/*Header Top*/

/*Header Bottom*/

.custom-page-center {
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    width: 70% !important;
    margin: 0 auto !important;
    float: none !important;
}

.custom-header .custom-social-link {
    display: inline-block;
    float: right;
    text-align: right;
    margin: 0 auto!important;
    padding-top: 10px;
    width: auto;
}
.hvr-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.social-item i {
    font-size: 12px;
    text-align: center;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    padding: 10px;
    margin: 0 auto;
    border-color: #ccc!important;
}
.social-item i {
    border: 1.25px solid #00285e;
}
.custom-social-link span a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 0 2px;
    vertical-align: top;
}

.custom-social-link span a:hover {
    color: #fff;
}
.custom-header.no-navigation .custom-header-bottom {
    min-height: 56px !important;
}

/*Header Bottom*/

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

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

.content-wrapper {}
.main-content,
.sidebar{
    padding: 50px 0;
}
.sidebar.right{}
.sidebar.left{}


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

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




/*Footer */

.custom-footer {
    background-color: #333;
    margin: 0 auto;
    text-align: center;
}

.custom-js-import {
    min-height: 0 !important;
}

.custom-footer .custom-footer-left-content, .custom-footer .custom-footer-right-content {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    color: #e7e7e7;
    font-size: .9em;
    padding: 30px 0;
    margin: 0;
    float: none;
}

.custom-footer .custom-footer-right-content {
    text-align: center;
    margin: 0 auto !important;
    float: right;
}

.custom-footer .custom-footer-left-content p {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0;
}

.custom-footer .custom-footer-left-content p:last-child {
    font-size: .8em;
}

.custom-footer .custom-footer-right-content span a {
    color: #e7e7e7;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 0 2px;
    vertical-align: top;
}

.custom-footer .custom-footer-right-content p {
    margin-top: 10px;
    font-size: .75em;
}

.custom-footer .custom-footer-right-content span a:hover {
    color: #fff;
}

.custom-footer .custom-footer-right-content span a:hover i.hvr-grow,
i.hvr-grow:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.custom-footer .custom-footer-right-content span a i.hvr-grow,
i.hvr-grow {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.custom-footer .custom-footer-right-content span a i.hvr-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.custom-footer .custom-footer-right-content span a:hover i.hvr-rotate {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

.custom-footer .custom-footer-right-content span p a {
    color: #e7e7e7;
}

.custom-footer .custom-footer-right-content span p a:hover {
    color: #e7e7e7;
}
.footer-container-wrapper .container-fluid .row-fluid .page-center {
    width: 70%;
}
.custom-footer.no-navigation {
    min-height: 126px !important;
}

/*Footer */

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


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

/* Parent List */
.custom-header .custom-menu-primary.js-enabled {
    width: auto;
}
.custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1em;
    color: #00285e;
    border: 1px solid #e7e7e7;
    padding: 15px;
    text-shadow: 0 1px 0 rgba(255,255,255,.25);
    display: block;
    line-height: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    background-color: #eee;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    border-left: 1px solid #e7e7e7;
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li:first-child {
    border-left: 1px solid #e7e7e7;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 3px 20px;
    clear: both;
    line-height: 1.42857143;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1em;
    color: #00285e;
    border: 1px solid #e7e7e7;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
    color: #262626;
}

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

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


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

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

@media (max-width: 767px){

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

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

  .mobile-trigger{
    display: block !important;
    border: 0;
    background: transparent;
    float: none;
    vertical-align: middle;
    padding: 0;
    width: 100px;
    height: 35px;
    margin: 20px auto;
    position: relative;
    padding-top: 8px;
    cursor: pointer;
  }
  
  .mobile-trigger>span:first-child {
    font-size: 25px;
    color: #000;
    position: absolute;
    right: 0;
    top: 3px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 1.42857143;
    letter-spacing: 0;
}

.mobile-trigger>span.icon-bar {
    background: #000;
    width: 28px;
    height: 4px;
    vertical-align: middle;
    border-radius: 10px;
    display: block;
}

.mobile-trigger>span.icon-bar + .icon-bar {
    margin-top: 4px;
}
  /* ===== Mobile Child Toggle Buttons ===== */

 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  }
  
  .custom-menu-primary .hs-menu-wrapper{
    
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary.js-enabled .hs-menu-wrapper >ul {
    margin: 7.5px -15px !important;
    width: auto;
    text-align: center;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper >ul li {
    border-top: 0;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1em;
    color: #00285e;
    border: 1px solid transparent;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: block !important;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
  }

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

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


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


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

/* Blog Post and Listing Body Class */
.blog {}
.blog .custom-footer {
    margin-top: 50px;
}
/* Blog Post */
.hs-blog-post {}

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {
    color: #ccc;
    font-size: 2.5em;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #000;
}
.post-header h2 a {
    color: #ccc;
}
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
    display:block;
    margin:15px 0;
}

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

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

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

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

.custom_listing_comments {
   border: 1px solid #e2e2e2;
   display: block;
   line-height: 165%;
   padding: 15px;
}

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


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

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

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

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

/* Pagination */
.blog-pagination {
    text-align:center;
}
.blog-pagination a { 
	padding-right:20px
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

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

.hs-author-avatar img {
	 height: auto !important;
	 max-width: 100%;
	 border-radius:10px;
}

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


/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    /*margin:0 0 20px;*/
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}

.blog-sidebar .hs_cos_wrapper.hs_cos_wrapper_widget {
   margin-bottom: 25px;
   clear: both;
   float: left;
   width: 100%;
}
#comments-listing.no-comments {
    border: 0;
    margin-top: 0;
}

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

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

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

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

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

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


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


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

/* Form Field */
h3.form-title.empty {
    display: none;
}
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    margin: 0;
    font: inherit;
    color: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 24px;
    padding: 1px 0;
    max-width: 600px;
    width: 100%;
    display: block;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {
    min-height: 54px;
    display: inline-block;
}
textarea:focus {}

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

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

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

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

/* Error */
.hs-error-msgs label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
        margin: 0;
    font: inherit;
    color: inherit;
    -webkit-appearance: button;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 1px 6px;
}
a.hs-button.primary {
    margin-top: 10px;
    border: 2px solid rgb(221, 221, 221);
}
input + input[type="submit"] {
    margin-top: 10px !important;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}
.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h1,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h1,
.widget-type-email_simple_subscription h2 {
    font-size: 2.5em;
    line-height: initial;
}
.hs_submit .actions {margin-top: 10px;}

/* =============== Form Module Button =============== */

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


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
/*Contact US*/

.custom-banner {
    height: 150px;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.custom-banner .custom-banner-inner {
    display: inline-block;
    position: relative;
    height: 150px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}

.custom-banner .custom-banner-inner h1.heading {
    display: inline-block;
    position: relative;
    font-style: normal;
    text-align: left;
    vertical-align: middle;
    width: 60%;
    margin: 0 0 10px;
    line-height: 1.42857143;
}

.banner-with-right-button {
    background: url(//cdn2.hubspot.net/hubfs/1781314/Adwhite_July2017/Image/join_bar.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.banner-with-right-button>* {
    display: inline-block;
    position: relative;
    font-style: normal;
    font-weight: 100;
    color: white;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}

.banner-with-right-button >p:first-child {
    font-size: 2em;
    width: 60%;
    text-align: right;
}

.banner-with-right-button p:last-child{
    width: 38%;
    text-align: center;
}
.banner-with-right-button p:last-child a{
    font-size: 1em;
    font-style: normal;
    font-weight: 300;
    color: white;
    padding: 15px 30px;
    border: 2px solid white;
    margin: 0;
}

.banner-with-right-button p:last-child a:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.body-container-wrapper .container-fluid .row-fluid .page-center {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}

.contact-us .body-container-wrapper .main-content p {
    font-size: 1.1em;
    line-height: 1.6em;
    color: #888;
    font-weight: 100;
}

.main-content p {
    font-size: 1.1em;
    line-height: 1.6em;
    color: #888;
    font-weight: 100;
}

.main-content p strong {
    font-weight: normal;
}

.contact-us .contact-left-content {
    width: 70%;
    display: inline-block;
    float: none;
}

.contact-us .contact-right-content {
    width: 24%;
    margin-left: 4%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.main-content strong {font-weight: normal;}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.box {
    display: inline-block;
    width: 90%;
    border: 1px solid #00285e;
    padding: 12px 20px;
    padding-bottom: 40px;
    margin-bottom: -20px;
    font-size: 1.1em;
    line-height: 1.6em;
    color: #888;
    font-weight: 100;
}

.btn-blue {
    display: inline-block;
    padding: 10px;
    width: 90%;
    text-align: center;
    margin: -10px auto;
    color: #fff;
    background: #00285e;
}
.mapbox {
    width: 100%;
    height: 450px;
    background-image: url(//cdn2.hubspot.net/hubfs/1781314/Adwhite_July2017/Image/adwhite-goolge-map.jpg);
    background-size: cover;
}

.mapgraphic {
    display: inline-block;
    float: left;
    margin: 10px;
    z-index: 1;
}

.mapmessage {
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
    z-index: 5;
    font-family: "Helvetica";
    font-size: 9px;
    font-color: black;
}
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}






/*Contact US*/


/*Two Column Right Content*/

.two-col-right-content .number {
    display: inline-block;
    position: relative;
    width: 24%;
    vertical-align: top;
    color: #00285e;
    font-size: 4em;
    font-weight: 100;
    text-align: center;
    letter-spacing: -.05px;
}

.two-col-right-content .content {
    display: inline-block;
    position: relative;
    width: 74%;
}

.two-col-right-content>div {
    display: inline-block;
    position: relative;
    width: 48%;
    min-height: 200px;
    vertical-align: top;
}

.two-col-right-content .content h4 {
    font-weight: 700;
    color: #00285e;
    text-transform: uppercase;
    letter-spacing: -.01px;
    padding: 5px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.two-col-right-content .content h4:hover {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -.01px;
    background: #00285e;
    border-radius: 10px;
}
.two-col-right-content .content p {
    color: #888;
    letter-spacing: -.01px;
}


/*Two Column Right Content*/

span.iframe {
    float: right !important;
    margin: 0 0 10px 10px !important;
}
  /*Three Column Portfolio*/
  
.three-col-portfolio .col {
    display: inline-block;
    width: 33%;
    max-width: 360px;
    text-align: center;
    border: 0;
    margin-bottom: 7px;
}

.three-col-portfolio {
    text-align: center;
}

.three-col-portfolio .col a {
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: rgb(255, 255, 255);
    padding: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
    border: 0;
}
.three-col-portfolio .col a:hover,
.three-col-portfolio .col a:hover img{
    opacity:0.5;
}






  /*Three Column Portfolio*/
  
  
  
  /*Gallery For Light Box*/
.portfolio .hs_cos_gallery_main {
    padding: 0;
    text-align: center;
}
.portfolio .hs_cos_gallery_main .hs_cos_gallery_slide {
    width: 33% !important;
    max-width: 360px;
    text-align: center;
    border: 0;
    margin-bottom: 7px;
    height: 100% !important;
    float:none !important;
    display:inline-block;
}

.portfolio .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper {
    border-radius: 4px;
    transition: border .2s ease-in-out;
    display: block;
    margin-bottom: 13px;
    line-height: 1.42857;
    background-color: #fff;
    padding: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
    border: 0;
    position: static !important;
}

.portfolio .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}
.portfolio .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper:hover,
.portfolio .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper:hover img{
    opacity:0.5;
}


  /*Gallery For Light Box*/
  
  div.pp_pic_holder {
    width: 600px !important;
    margin: 30px auto !important;
    left: 0 !important;
    right: 0 !important;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    top: 0 !important;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    position:fixed !important;
}

div.pp_pic_holder img {
    width: 100% !important;
    height: auto !important;
}

.pp_content_container .pp_content {
    width: 100% !important;
    height: auto !important;
    position: relative;
}

div.pp_pic_holder .ppt {
    width: 100% !important;
    margin: 0;
    display: none !important;
}

div.pp_default .pp_content_container .pp_details {
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    min-height: 30px !important;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0 !important;
    padding: 21px;
}
.pp_overlay {
    position: fixed !important;
    height: 100% !important;
    overflow: hidden;
    opacity:0.5 !important;
}
div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important;
    background: none !important;
}

div.pp_default .pp_content_container .pp_right {
    padding: 0 !important;
    background: none !important;
}

.pp_top,
.pp_bottom {
    display: none;
}
div#pp_full_res {
    padding-top: 53px;
}

div#pp_full_res img {
    padding: 15px;
}

div.pp_default .pp_close {
    background: none !important;
    text-indent: 0;
    color: transparent;
    right: 15px;
    top: 15px;
    width: auto !important;
    height: auto !important;
    opacity: .2;
}
div.pp_default .pp_close:hover {
    opacity:0.5;
}

div.pp_default .pp_close:after {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    position: absolute;
    content: "×";
    top: -1px;
    right: 0;
}

/*Team Detail */

.custom-team-box>span:first-child {
    display: inline-block;
    margin: 20px 20px 20px 0;
    text-transform: uppercase;
    color: #00285e;
    font-size: 1.0em;
    font-weight: 500;
}

.custom-team-box>span:nth-child(2) {
    padding-left: 20px;
    text-transform: lowercase;
    color: #777;
    font-size: 1.1em;
    font-weight: 100;
    border-left: 2px solid #00285e;
    margin-left: -4px;
}

.custom-team-box {
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}


/*Team Detail */

/*our Client*/

.custom-four-col-logo>.col {
    display: inline-block;
    width: 24.5%;
    height: 180px;
    vertical-align: top;
    text-align: center;
}

.custom-three-col-eq>.col {
    display: inline-block;
    width: 33%;
    margin: 0 auto;
    vertical-align: top;
}

.custom-three-col-eq h6 {
    text-align: center;
}

.custom-three-col-eq {
    padding-left: 15px;
    padding-right: 15px;
}

.custom-three-col-eq ul li {
    font-size: .9em;
    color: #777;
    font-weight: 300;
    line-height: 1.5em;
}


/*our Client*/



/*Home*/

.home-row1-image-gallery {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    background: url(//cdn2.hubspot.net/hubfs/1781314/Adwhite_July2017/Image/bkgnd1.jpg) repeat-x;
    margin: 0 auto;
    padding: 0;
}

.home-row1 .hs_cos_gallery_main {
    padding: 0;
    margin: 0;
}

.home-row1 .hs_cos_gallery_main ul.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.home-row1 .hs_cos_gallery_main .slick-slide>div {
    margin: 0 !important;
}

.home-row1 .hs_cos_gallery_main .slick-slide {
    /*margin: 0 auto !important;*/
    /*float: none !important;*/
}

.home-row1 .hs_cos_gallery_main .slick-slide>div img {
    display: inline-block;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
    height: 100%;
    margin-top: 0;
    z-index:12;
}

.slick-prev {
    text-align: left;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%) !important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%) !important;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001))) !important;
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) !important;
    background-repeat: repeat-x;
}

.slick-next {
    text-align: right;
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%) !important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%) !important;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5))) !important;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1) !important;
    background-repeat: repeat-x;
}

.hs_cos_gallery_main .slick-prev:before {
    content: "\e079";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    z-index: 12;
    display: inline-block;
    left: 50%;
    margin-left: -10px;
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    margin-right: -10px;
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.hs_cos_gallery_main .slick-prev,.hs_cos_gallery_main .slick-next {
    color: transparent;
    text-shadow: none;
}

.hs_cos_gallery_main .slick-next:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    right: 50%;
    margin-right: -10px;
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    margin-right: -10px;
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.slick-prev:hover, .slick-next:hover {
    outline: 0;
    opacity: .9;
}

.slick-next:hover {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.slick-prev:hover {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.home-row3 {
    padding: 0 20px;
}

.home-row3 .page-center {
    max-width: 1180px !important;
    padding: 50px 0;
}

.home-row3 h4 {
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #00285e;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0;
}

.home-row3 h4 span {
    font-size: 1.5em;
    font-weight: 100;
    color: #ccc;
    text-transform: lowercase;
    text-align: center;
    padding-left: 10px;
    border-left: 1px solid #ccc;
    margin-left: 10px;
}

.custom-three-col-left-icon {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.custom-three-col-left-icon .col {
    display: inline-block;
    position: relative;
    margin: 10px auto;
    width: 32%;
}

.custom-three-col-left-icon .col a i {
    font-size: 20px;
    text-align: center;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    border: 2px solid #ccc;
    padding: 8.5px;
    margin: 0 auto;
    vertical-align: middle;
}
.custom-three-col-left-icon .col a:hover i {
    color: #23527c;
}
.custom-three-col-left-icon .col>a {
    color: #337ab7;
}
.custom-three-col-left-icon .col a:hover i.hvr-grow:hover {
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 1.2em;
}
.custom-three-col-left-icon .col>a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 1.2em;
}

.home-row4 {
    background-image: url(//cdn2.hubspot.net/hubfs/1781314/Adwhite_July2017/Image/bkgnd-blue.jpg);
    color: #fff;
    padding: 0 20px;
}

.home-row4 .page-center {
    max-width: 1180px !important;
    padding: 50px 0;
}

.home-row4 h4 {
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0;
    color: #fff;
}

.home-row4 h4 span {
    font-size: 1.5em;
    font-weight: 100;
    color: #ccc;
    text-transform: lowercase;
    text-align: center;
    padding-left: 10px;
    border-left: 1px solid #ccc;
    margin-left: 10px;
}

.home-row4 p {
    font-size: 1em;
    line-height: 2em;
}

.home-row5 {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    background-color: #333;
    background-image: url(//cdn2.hubspot.net/hubfs/1781314/Adwhite_July2017/Image/bkgnd-arches2.png);
    color: #fff;
}

.home-row5 .page-center {
    width: 100%;
    max-width: 1180px !important;
    padding: 50px 0;
}

.custom-four-col-equal-logo>.col {
    display: inline-block;
    margin: 0 auto;
    padding: 20px;
    width: 24%;
    float: none;
}

.custom-four-col-equal-logo>.col img {
    width: 100%;
    display: block;
    margin: 24px 0 16px;
}

.home-row5 h4 {
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0;
}

.home-row5 h4 span {
    font-size: 1.5em;
    font-weight: 100;
    color: #ccc;
    text-transform: lowercase;
    text-align: center;
    padding-left: 10px;
    border-left: 1px solid #ccc;
    margin-left: 10px;
}

.custom-four-col-equal-logo>.col a {
    color: #fff;
}

.custom-four-col-equal-logo {
    text-align: center;
}


.custom-three-col-equal-logo>.col {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0;
    width: 330px;
    height: 150px;
    text-align: center;
}

.custom-three-col-equal-logo {
    text-align: center;
}

.home-row6 {
    padding: 0 20px;
    text-align: center;
    background-image: url(//cdn2.hubspot.net/hubfs/1781314/Adwhite_July2017/Image/bkgnd-white_sand-50.png);
}

.home-row6 .page-center {
    max-width: 1180px !important;
    padding: 50px 0;
}

.home-row6 h4 {
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #00285e;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0;
}

.home-row6 h4 span {
    font-size: 1.5em;
    font-weight: 100;
    color: #ccc;
    text-transform: lowercase;
    text-align: center;
    padding-left: 10px;
    border-left: 1px solid #ccc;
    margin-left: 10px;
}

.custom-four-col-equal-logo>.col :hover,
.custom-three-col-equal-logo>.col :hover{
    opacity: 0.5;
}

.custom-three-col-equal-logo>.col a {
    position: relative;
    padding: 0;
    margin: 0;
}

.custom-three-col-equal-logo>.col a img {
    vertical-align: top;
    display: block;
}
.custom-three-col-equal-logo>.col a img:hover {
    opacity: 0.5;
}

.slick-dots li button {
    display: none;
}

.slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 1px 3px 1px 4.25px;
}

.slick-dots li.slick-active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.empty {
    display: none !important;
}
.sidebar .empty {
    display: block !important;
}
.home-row4 *,
.home-row5 *{
    color: #fff;
}



/*Home*/
.banner-with-right-button p strong,
.banner-with-right-button strong {
    font-style: normal;
    font-weight: 700;
}
/* Styles that do not fit into any of the available sections above can go here. */


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


/* =============== Screen sizes smaller than .page-center =============== */
@media(max-width:1199px){

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

    .custom-page-center {
        width: 100% !important;
    }
    .custom-footer .custom-footer-left-content,
    .custom-footer .custom-footer-right-content{
        display: inline-block;
        position: relative;
        width: 100%;
        text-align: center;
        margin: 10px auto;
        padding: 10px 0;
    }
    
    .custom-footer .custom-footer-left-content p {
        margin-top: 25px;
    }
    
    /*Banner With Button*/
    
    .banner-with-right-button>* {
        margin: 0px auto;
        vertical-align: middle;
        width: 100%!important;
        padding: 10px 0;
    }
    
    .banner-with-right-button p:last-child {
        margin-bottom: 40px;
    }
    
    .banner-with-right-button >p:first-child {
        font-size: 1.5em;
        text-align: center;
        padding-top: 20px;
    }

    /*Banner With Button*/
    
    
    /*Two Column Right Content*/
    
    .two-col-right-content>div {
        width: 100%;
    }
    
    /*Two Column Right Content*/

    .custom-four-col-logo>.col {
        width: 25%;
        margin-left: -4.5px;
        padding: 20px;
        height: auto;
    }

    .custom-four-col-logo>.col:first-child {
        margin-left: 0;
    }
    .custom-three-col-left-icon .col {
        width: 48%;
    }

    .home-layout .body-container-wrapper .container-fluid .row-fluid .page-center {
        width: 100%;
    }
    .custom-four-col-equal-logo>.col {
        width: 20%;
    }

    .custom-three-col-equal-logo>.col {
        width: 30%;
        text-align: center;
        margin: 3px auto;
        padding: 0px !important;
    }

    .custom-three-col-equal-logo>.col a {
        display: inline-block;
        width: 80%;
    }

}
@media(max-width:1150px){
    
    span.iframe {
        float: none !important;
        margin: 20px 0 !important;
        display: block;
    }
    span.iframe iframe {
        width: 100%;
    }
    
}

@media (max-width:1051px){
    
    .three-col-portfolio .col {
        float: none !important;
        margin: 0 2px 7px;
    }
}
@media (max-width:900px){
    
    .custom-header .custom-social-link {
        display: none;
    }
    
    /*Banner With Button*/
    
    .contact-us .contact-left-content {
        width: 100% !important;
    }
    
    .contact-us .contact-right-content {
        width: 100% !important;
        margin: 0;
    }
    
    /*Banner With Button*/
    
    /*Team Detail*/
    
    .custom-team-box>span:first-child {
        display: inline-block;
        font-size: 1.5em;
        margin: 0;
        width: 100%;
    }
    
    .custom-team-box>span:nth-child(2) {
        font-size: 1.5em;
        padding-left: 0px;
        border-left: 0px solid #00285e;
        display: inline-block;
        margin: 0;
        width: 100%;
    }
    
    

    /*Team Detail*/

    .custom-three-col-eq>.col:not(:first-child) {
        margin-left: -4px;
    }

    .custom-four-col-logo>.col {
        width: 49%;
        margin: 0;
    }

    .custom-three-col-eq>.col {
        width: 100%;
        padding-bottom: 20px;
    }

    .custom-three-col-eq h6 {
        text-align: left;
    }
    .mapbox {
        background-position: center;
    }
    
    form.hs-form .hs-form-field ul.inputs-list {
        padding-left: 20px;
    }
    
}



/* =============== Landscape tablet and smaller devices =============== */



@media (max-width:767px){
    
    .custom-header .custom-logo {
        float: left;
    }
    .custom-header-bottom {
        padding: 0;
    }
    
    /*Banner With Button*/
    
    .custom-banner .custom-banner-inner h1.heading {
        width: 100%;
        text-align: center;
    }
    
    /*Banner With Button*/
    
    img[style*="float"] {
        float: none !important;
        margin: 20px 0 !important;
        max-width: 100% !important;
        width: auto !important;
    }
    .three-col-portfolio .col {
        width: 100%;
    }
    
    .portfolio .hs_cos_gallery_main .hs_cos_gallery_slide {
        width: 100% !important;
    }
    
    .custom-four-col-logo>.col {
        width: 100%;
        padding: 0;
        margin: 0;
        min-height: 180px;
        text-align:center;
    }

    .custom-three-col-eq {
        padding: 0;
    } 
    .custom-three-col-left-icon .col {
        width: 100%;
    }

    .home-row3 h4 span, .home-row4 h4 span, .home-row5 h4 span,.home-row6 h4 span {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-left: 0px;
        border-left: 0px solid #ccc;
        margin-left: 0px;
    }

    .custom-four-col-equal-logo>.col {
        width: 100%;
        text-align: center;
        margin: 3px auto;
        padding: 0;
        text-align: center;
    }

    .custom-four-col-equal-logo>.col img {
        width: 50%;
        margin: 24px auto 18px;
    }

    .custom-three-col-equal-logo>.col {
        width: 100%;
        text-align: center;
        margin: 3px auto;
        padding: 0px 50px!important;
        height: auto;
    }
    .custom-three-col-equal-logo>.col a img {
        margin: 0 auto;
    }
    .custom-three-col-equal-logo>.col a {
        text-align: center;
        margin: 0 auto;
    }
    .hs-error-msgs label {
        vertical-align: top;
    }
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    input[type="file"],
    textarea,
    select{
        max-width:100%;
    }
    div.pp_pic_holder {
        width: 100% !important;
    }   
    
}


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

@media (max-width: 479px) {}

@media (max-width:400px){
    
    /*Two Column Right Content*/

    .two-col-right-content .number {
        display: block;
        width: 100%;
        text-align: left;
    }

    .two-col-right-content .content {
        width: 100%;
        display: block;
    }
    .custom-banner .custom-banner-inner h1.heading {font-size: 2.0em;}
    .widget-type-email_subscriptions h1,
    .widget-type-email_subscriptions h2,
    .widget-type-email_subscriptions_confirmation h1,
    .widget-type-email_subscriptions_confirmation h2,
    .widget-type-email_simple_subscription h1,
    .widget-type-email_simple_subscription h2 ,
h1 {
        font-size: 2.0em;
    }
    .subscribe-options label {
        display: inline-block;
    }
    
    /*Two Column Right Content*/

}


/*////// HOMEPAGE > CLIENTS SECTION > Logo sizing and positioning //////*/
img[alt="Extended Disc"] {
    width: 55% !important;
    margin: 0 auto !important;
}


div.custom-four-col-equal-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media only screen and (max-width: 800px) {
    div.custom-four-col-equal-logo {
        flex-direction: column;
    }
}




/* HOMEPAGE > PARTNERS SECTION */
/* logo sizing */
img[alt="Google Partner"] {
    max-width: 50% !important;
    margin: 0 auto !important;
}

img[alt="Shopify Partners"] {
    max-width: 50% !important;
    margin: 0 auto !important;
}

/* position partner logos */
.custom-three-col-equal-logo {
    display: flex !important;
}

#hs_cos_wrapper_module_1501578049525370 .col {
    display: flex !important;
}

#hs_cos_wrapper_module_1501578049525370 .col a {
    align-self: center !important;
}

/* deactivate 2 out of 3 partner links */
#hs_cos_wrapper_module_1501578049525370 > div > div:nth-child(1) > a,
#hs_cos_wrapper_module_1501578049525370 > div > div:nth-child(3) > a {
    pointer-events: none !important;
}



/* ////////////////////////////// */
/* BEGIN CUSTOM FOOTER 3-cols */

/* L0 footer container */
.footer-custom {
    background-color: #333;
    color: #fff;
}

/* flex the footer-wrapper */
.footer-custom .row-fluid {
    display: flex;
    justify-content: center;
}

/* constrain footer-wrapper to width used by header */
.footer-wrapper {
    max-width: 1250px !important;
}

/* flex the three footer-col1-3 columns */
.footer-wrapper .row-fluid {
    display: flex;
    justify-content: space-between;
}

/* control size of hubspot badge */
.footer-col1-3:nth-of-type(1) img {
    width: 200px !important;
}



/* MOBILE begin media query MAX-width: 864 */
@media (max-width: 864px) {
    /* stack the three footer-col1-3 columns vertically */
  .footer-wrapper .row-fluid {
      flex-direction: column;
  }
  /* center the three footer-col1-3 columns horizontally */
  .footer-col1-3 {
      align-self: center;
      width: 100% !important;
  }
  /* hubspot badge column */
  .footer-col1-3:nth-of-type(1) {
      margin: 15px 0;
  }
  /* center hubspot badge horizontally */
  #hs_cos_wrapper_module_150851267394532 {
      display: flex;
      justify-content: center;
  }
  /* copyright column */
  .footer-col1-3:nth-of-type(2) {
      margin-bottom: 25px;
      padding: 0 7px;
  }
  .footer-sitemap {
      margin-bottom: 40px;
  }
  .footer-icons-social {
      margin-bottom: 20px;
  }
}
/* end media query MAX-width: 864 */



/* DESKTOP begin media query min-width: 864 */
@media (min-width: 864px) {
    /* position the three footer-col1-3 columns horizontally */
    .footer-wrapper .row-fluid {
      flex-direction: row;
      justify-content: space-between;
      margin: 15px 0 20px;
  }
    
    /* copyright column - position and space items */
  .footer-col1-3:nth-of-type(2) {
      display: flex;
      align-items: center;
    justify-content: center;
      margin: 0 0 25px;
  }
   /* social icons column - position and space items*/
  .footer-col1-3:nth-of-type(3) {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-left: 0;
  }
  .footer-icons-social {
        margin-bottom: 15px;
    }
    /* align hubspot badge left in its container */
    #hs_cos_wrapper_module_150851267394532 {
        display: flex;
        justify-content: flex-start;
    }
}
/* end media query min-width: 864 */


/* copyright text control - MOBILE begin media query MAX-width: 575 */
@media (max-width: 575px) {
    .footer-dash {
        display: none;
    }
    .footer-location {
        display: block;
    }
}





/* col3 - social icons column */
.footer-col1-3:nth-of-type(3) .hs_cos_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* colorize sitemap link */
.footer-sitemap a {
    text-decoration: none;
    color: #fff;
}


/* flex social icons */
.footer-icons-social {
  display: flex;
  width: 220px;
  justify-content: space-between;
}



/* add space to the left of all but the first social icon */
.footer-icon-social:nth-child(n+2) {
    margin-left: 7px;   
}


.footer-icon-social {
    display: flex;
    justify-content: center;
}

.footer-icon-social img {
  width: 34px;
  height: 34px;
}

/* mouse hover fx */
.hvr-grow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* END CUSTOM FOOTER-3-cols */
/* //////////////////////// */





/* ////// HEADER MOBILE FIX & HOMEPAGE CLIENT LOGOS //////*/
@media only screen and (max-width: 530px) {
    .page-center .row-number-4 .row-fluid,
    .contacto {
        display: flex;
        flex-direction: column;
    }
    .row-number-4 .custom-right-link {
        margin: 0 auto 10px;
        width: auto;
        font-size: 28px;
    }
    .custom-header .custom-logo {
        margin: 30px 0 20px;
        width: auto;
    }
    .custom-logo a img {
        display: block;
        margin: 0 auto;
    }
    .custom-header .custom-right-link p a:not(:last-child) { 
        border-right: none;
    }
    .contacto a {
        text-align: center;
        font-size: 1em;
    }
    /* hodgepodge of selectors to control widths of logos in mobile view. Fourth logo img set to 100% (says inline:2 & I can't find the setting to change it) so I contrained col for fourth logo instead of img */
    .custom-four-col-equal-logo > div:nth-child(1) > a:nth-child(1) > img:nth-child(1),
    .custom-four-col-equal-logo > div:nth-child(2) > a:nth-child(1) > img:nth-child(1),
    .custom-four-col-equal-logo > div:nth-child(3) > a:nth-child(1) > img:nth-child(1),
    .custom-four-col-equal-logo > div:nth-child(4) > a:nth-child(1) > img:nth-child(1),
    .row-number-14 .widget-span widget-type-custom_widget .layout-widget-wrapper #hs_cos_wrapper_module_1501571724892368 > div > div:nth-child(4) > a > img,
    .custom-four-col-equal-logo > div:nth-child(4),
    .custom-four-col-equal-logo col a img {
        width: 80% !important;
    }
    /* adding space to top of logo 4 to more closely match group spacing*/
    .custom-four-col-equal-logo > div:nth-child(4) {
        margin-top: 30px;
    }
}


@media (min-width: 530px) and (max-width: 765px) {
    #hs_cos_wrapper_module_1501571724892368 > div > div:nth-child(4) {
        width: 50% !important;
    }
}

/*Hack to counteract some letter spacing:before style that is applied to the body*/
i:before {
letter-spacing: -1px;
}



/* SOCIAL MEDIA HEADER 201807*/
.custom-header-bottom .row-number-6 .row-fluid .custom-page-center .row-fluid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: center;
}
.custom_social {
    width: 100% !important;
  padding: 10px 20px 15px;
  }

.social_buttons-header svg {
  max-width: 45px;
}


.social_buttons-header svg .b {
  fill: #00275D;
}

.social_buttons-header svg .a {
  stroke: #00275D;
  stroke-width: 1px;
}



@media (min-width: 768px) {
  .custom-header-bottom .row-number-6 .row-fluid .custom-page-center .row-fluid {
    flex-direction: row;
    justify-content: space-between;
  }
  .custom_social {
    width: 40% !important;
    padding: 0;
  }
  .social_buttons-header svg {
    max-width: 35px;
  }

  .social_buttons-header svg .b {
  fill: #00275D;
}
  .social_buttons-header svg .a {
    stroke: #e7e7e7;
    stroke-width: 2px;
  }
  .social_buttons-header a:hover svg .a {
    stroke: #00275D;
  }
}


/*
 * FOOTER UPDATES - FIT ADDITIONAL HS BADGE
 */

div[class*="footer-col"]  {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.footer-sitemap {
    font-size: 20px;
}




.footer-col4-3 {
    margin-top: 30px;
    text-align: center;
}

.footer-col4-3 span {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 992px) {  
    .footer-col4-3 {
        justify-content: flex-end;
    }
}



.footer-col2-3 img {
  max-height: 110px !important;
  width: auto !important;
}

@media (min-width: 768px) {
.footer-col2-3 img {
  margin-left: 22px !important;
}
}

.footer-col1-3 img {
  min-width: 150px !important;
}
.footer-col2-31 img {
  max-height: 115px !important;
  width: auto !important;
}

.aw-badges-footer {
  max-width: 390px;
}


@media (min-width: 1280px){
.footer-col3-3 {
     width: 33.076923077% !important;
}
.footer-col3-3 .layout-widget-wrapper {
    width: 100% !important;
}
}






@media (max-width: 850px) {
.footer-col2-3 img {
    min-height: 110px;
    margin-bottom: 10px;
}
}

/* BADGES UPDATE 20190724 */
.aw-badges-footer {
  padding-left: 30%;
  padding-right: 30%;
  padding-bottom: 30px;
}

.aw-badges-footer .badge:first-child {
  margin-top: 20px;
}

.aw-badges-footer .badge {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
.aw-badges-footer {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.aw-badges-footer .badge:first-child {
  margin-top: 0;
}

.aw-badges-footer .badge {
  margin-bottom: 0;
}
.badge-platinum {
  width: 30% !important;
}

.badge-htx {
  width: 22% !important;
}

.badge-directory {
  width: 22% !important;
}

.badge-databx {
  width: 20% !important;
}

}


.footer-sitemap a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  min-width: 95px !important;
}