/* ==========================================================================
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 =============== */

@import url('//fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900,300italic,400italic');

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



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

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

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

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

body {
  background-color: #f9f9f9;
  color: #444;
  font-family: 'Gotham-Light',Arial,sans-serif;
  font-family: bilo, arial, sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

body:before {
  /*background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, #eaeaea 0%,#f9f9f9 100%);
  background: linear-gradient(to bottom, #eaeaea 0%,#f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f9f9f9',GradientType=0 );*/
  content: "";
  height: 201px;
  width: 100%;
  display: block;
  position: absolute;
  z-index: -1;
}

.paddingtb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paddingt100 {
  padding-top: 100px;
}

.paddingb100 {
  padding-bottom: 100px;
}

.paddingtb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}


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



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


span {
   hyphens: none;
}

table tr td img {
  max-width: initial;
}

*:last-child {
  margin-bottom: 0;
}


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

/* Basic text */
p {
  margin-bottom: 20px;
  margin-top: 20px;
} 

.body-container-wrapper p {
  font-family: 'Gotham-Light', sans-serif;
  font-family: bilo, sans-serif;
  color: #444444;
  font-size: 18px;
  line-height: 26px;
}

.hs_cos_wrapper_type_section_header {
  margin: 0 0 20px 0
}

.hs_cos_wrapper_type_section_header p {
  color: #929292;
  font-family: "Gotham-Medium",sans-serif;
  display: block;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 28px;
  text-transform: none;
  margin: 0;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  padding: 0;
  white-space: normal;
  word-wrap: break-word;
}





h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, .heading1 {
  color: #1f4460;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 52px;
  text-transform: none;
}

.body-container-wrapper .hs_cos_wrapper_type_header h1 {
  border-bottom: 1px solid #e0e0e0;
  color: #138cc8;
  font-size: 20px;
  line-height: 55px;
  margin: 65px 0 5px 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .25em;
}


.body-container-wrapper .hs_cos_wrapper_type_section_header h1 {
  color: #202020;
  font-size: 40px;
  text-transform: none;
  margin: 0 0 10px 0;
}

h2, .heading2 {
  line-height: 40px;
  font-family: 'Gotham-Light', sans-serif;
  margin-bottom: 0;
  color: #1f4460;
  margin-top:0;
}

h3.form-title {
  font-family: "ChronicleDisplay-Bold",Arial, sans-serif;
  color: #1f4460;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38px;
  text-transform: none;
}

h3.form-title {
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.sidebar h3:first-child,
.blog-sidebar h3:first-child {
  font-family: "Gotham-Light",Arial,sans-serif;
  color: #202020;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.53846em;
  margin: 0 0 20px 0;
}

h3, .heading3 {
  color: #202020;
  display: block;
  line-height:34px;
  margin: 20px 0 20px 0;
}

h4, .heading4 {
  font-family: "Gotham-Medium", Arial, sans-serif;
  color: #1f4460;
  letter-spacing: 0;
  line-height: 28px;
  text-transform: none;
}
h5, .heading5 {
  color: #288cbc;
  letter-spacing: 0px;
  text-transform: none;
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  margin:0;
}
h6, .heading6 {
  color: #288cbc;
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  line-height: 1.2;
}

.blog h2 {
  font-size: 40px;
  line-height: 48px;
}

.blog h3 {
  font-size: 32px;
  line-height: 36px;
}

/* Anchor Links */
a { 
  color: #0180a9; 
  text-decoration: none;
  outline:0;
}
a:hover, a:focus { 
  color: #004b63;
  text-decoration: none;
}

.body-container-wrapper .hs_cos_wrapper_type_header {
  padding-bottom:75px;
  display:block;
}

.body-container-wrapper ul {
  color: #767676;
  font-family: 'Gotham-Light', sans-serif;
  font-family: bilo, sans-serif;
  line-height: 26px;
  list-style-position: outside;
  margin-left: 25px;
  padding-left:0;
}

/* Lists */
ul, ol {
  margin: 0;
  padding-left: 25px;
}
ul ul, ul ol, ol ol, ol ul {}
li {
  margin: 6px 0;
}

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

.hs-tools-menu li,
.hs-menu-wrapper ul li,
.hs-blog-social-share ul li,
ul.inputs-list li,
ul.unstyled li, 
ol.unstyled li {
  margin: 0;
  padding: 0;
  background: none;
}

/*body:not(.reflect) .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(7) > a {
    background: linear-gradient(-45deg, #009dcf, #1f4460);
    padding: 20px 30px;
    margin: 20px 10px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: neue-haas-grotesk-display, sans-serif;
  }*/

body.reflect .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(7) > a {
    /*display: none;*/
  }


/* Block Quotes */

blockquote {
  display: inline-block;
  width: 300px;
  float: right;
  position: relative;
  max-width: 40%;
   -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

blockquote:before {
  content: '"';
  position: absolute;
  font-size: 228px;
  font-family: "ChronicleDisplay-Bold",sans-serif;
  font-weight: bold;
  top: .4em;
  right: -.1em;
  color: #ededed;
  z-index: -1;
}

blockquote p {
  display: inline-block;
  margin: 0;
  padding: 25px 0px;
  font-size: 24px !important;
  line-height: 1.5 !important;
  color: #2ec0f9 !important;
  font-family: ChronicleDisplay-Bold !important;
  font-weight: bold;
}

blockquote i {
  color: #e1e1e1;
  font-size: 47px!important;
  line-height: 20px;
  position: relative;
  left: -40px;
  top: 8px;
}

blockquote small {}

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

.bulletHeading:before {
  content: "\F058";
  font-family: FontAwesome;
  color: rgba(40, 140, 188, 1);
  margin-left: -4px;
  padding-right: 6px;
  font-style:normal;
}

.flex-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-boxes {
  display: flex;
  flex-wrap: wrap;
  width: 45%;
  padding: 10px;
  text-align: center;
  justify-content: center;
}

.flex-boxes.full {
  width: 90%;
}

.flex-boxes p{
  margin-top: 0px;
  padding-top: 0px;
}

.i-icon {
  background: #00c2ff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  text-align: center;
  margin-left: -33px;
  font-family: Gotham-Medium;
  font-size: 16px;
  line-height: 27px;
  margin-top: 2px;
}

.i-icon.end {
  margin-left: 10px;
  margin-top: 5px;
}

/* =============== 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 {}
.custom_header-sticky {
  display: none;
}

.two-col-list, .two-col {
  column-count: 2;
}

.header-container.is-sticky .search-icon {
  top: 17px;
}
.header-container {
  background-color: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  position: relative;
  z-index: 1030;
  border-bottom: 1px solid rgba(239, 239, 239, 0.96);
  padding-left: 45px;
  padding-right: 45px;
  transition:all 0.2s ease;
  /*overflow-x: hidden;*/
}


.header-container-wrapper .page-center {
  max-width:100% !important;
}



.header-container .row-fluid #custom_col.logo-col {
  float: left;
  width: 28.5%;
}
.header-container .row-fluid #custom_col.menu-col {
  width: 71.5%;
  margin-left: 0;
  float: right;
}


.header-container .row-fluid #custom_col.logo-col .widget-type-logo {
  height: 100px;
  position: relative;
  width: auto;
  float: none;
}
.header-container .row-fluid #custom_col.logo-col .widget-type-logo .cell-wrapper {
  display: block;
  left: 0;
  top: 50%;
  position: relative;
}
.header-container .hs_cos_wrapper_type_logo {
  height: 71px;
  position: relative;
  display: block;
  top: 50%;
}
.header-container .hs_cos_wrapper_type_logo a {}

.header-container .hs_cos_wrapper_type_logo a img {
  position: absolute;
  top: 20px;
  max-width: none;
  width: auto !important;
  height: auto;
  display: block;
  max-width: 270px;
}

/* Footer - Logo */
.footer-container .hs_cos_wrapper_type_logo {
  display: block;
  font-size: 15px;
  line-height: 26px;
}
.footer-container .hs_cos_wrapper_type_logo a {}
.footer-container .hs_cos_wrapper_type_logo a img {
  vertical-align: baseline;
}

.flex .row-fluid {
  display: flex;
  align-items: center;
}

.flex.start .row-fluid {
  align-items: flex-start;
}


.custom-header-logo {
  height: 100px;
  padding-top:20px;
}

.custom-header-logo .hs_cos_wrapper {
  position: relative;
}


.custom-header-logo .hs_cos_wrapper img {
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  width: auto!important;
  max-width: none;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  max-width: 270px !important;
  height: 60px !important;
}

.is-sticky .custom-header-logo {
  height: 60px;
  padding-top:14px;
}

.is-sticky .custom-header-logo img {
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  max-width: none;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.is-sticky .custom-header-logo a {
  height: 32px;
  visibility: visible;
  display: block;
  position: relative;
  width: auto;
}

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

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


.body-space .body-container-wrapper .page-center {
  padding:15px 15px;
}

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


.custom_row,
.row-fluid .custom_row,
.custom_row.widget-span,
.row-fluid .custom_row.widget-span {
  width: auto;
  float: none;
  margin-left: -15px;
  margin-right: -15px;
}

img.alignRight, 
img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
img.alignRight:last-child {
  margin-bottom: 0;
}

/

.custom_blog-subscribe h3.form-title {
  color: #ffffff;
  font-family: "ChronicleDisplay-Bold",sans-serif;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38px;
  text-transform: none;
  margin: 0 0 35px 0;
}



.custom_blog-subscribe h3.form-title > span {
  display: block;
  color: #ffffff;
  font-family: "Gotham-Light",sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}


.custom_blog-subscribe form.hs-form {}
.custom_blog-subscribe form.hs-form .hs-form-field > label {
  display: none;
}

.dark-form  label {
    color: #fff;
}



.custom_blog-subscribe form.hs-form div {
  display: inline;
  vertical-align: middle;
}



.custom_blog-subscribe form.hs-form .hs-form-field .input .hs-input {
  margin: 5px 0 !important;
  border: 0;
}

.custom_blog-subscribe form.hs-form .hs-form-field .input .hs-input[type="email"] {
  display: inline-block;
  max-width: 400px;
  min-height: 47px;
  background: #f4f4f4;
}



.custom_blog-subscribe form.hs-form .hs-button.primary {
  background-color: #6ccaef;
  border-color: #6ccaef;
  color: #ffffff;
  margin: 5px 0;
  padding-top: 0.9615384615384615em;
  padding-bottom: 0.9615384615384615em;
  padding-left: 25px;
  padding-right: 25px;
}


.custom_blog-subscribe form.hs-form .hs-button.primary:hover {
  background-color: #a7e5ff;
  border-color: #a7e5ff;
}

.blog .blog-sidebar .hs-form-field .input textarea,
.blog .blog-sidebar .hs-form-field .input .hs-input {
  background: #f4f4f4;
}

.blog .blog-sidebar .hs-form-field  textarea {
  min-height: 65px;
}

.blog .blog-sidebar .hs-form-field .input .hs-input {
  min-height:50px;
}

.blog .blog-sidebar .hs-form-field .input textarea:focus,
.blog .blog-sidebar .hs-form-field .input .hs-input:focus {
  background-color: #f9f9f9;
  border-color: #d1d1d1;
  outline: 0;
} 

.custom_blog-subscribe form.hs-form .hs-form-field ul.inputs-list {
  margin: 0 0 5px 0;
}


.custom_blog-subscribe form.hs-form .hs-form-field ul.inputs-list label {
  color: inherit;
}


.custon-two-col-equal-group {
  margin-top:0;
}

.custon-two-col-equal-group .column {
  margin-bottom:50px;
}

.custon-two-col-equal-group .column h2 {
  padding-bottom: 23px;
}

.custon-two-col-equal-group .column .bulletHeading {
  margin-left: 3px;
}

.two-column-equal-with-heading .column {
  padding: 30px;
}


.two-column-equal-with-heading .col1 {
  border-right: solid 1px #ccc;
}

.two-column-equal-with-heading .column .title {
  margin-left:23px;
}

.two-column-equal-with-heading .column .title:before {
  content: "\F058";
  font-family: FontAwesome;
  color: rgba(40, 140, 188, 1);
  margin-left: -27px;
  padding-right: 6px;
}

.two-column-equal-with-heading .column .inner-group {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.sticky-side-menu {
  position: sticky;
  top: 50px;
}


/*-----Migration-----*/

.custom-sidebar-links-group {
  padding: 5px 25px 25px 25px;
  background: linear-gradient(-45deg, #22557b, #0f2f48);
  max-width: 89%;
  position: relative;
}

.custom-sidebar-links-group:after {
    content: 'Capabilities';
    text-transform: uppercase;
    letter-spacing: .35em;
    position: absolute;
    left: -45%;
    top: 20%;
    transform: rotate(-90deg);
}

.specialties.custom-sidebar-links-group:after {
    content: 'Specialties';
}

.span12.widget-span.widget-type-cell.custom-sidebar-links-group .wpb_wrapper p a{
  color: #ffffff;
}

.two-column-left .sidebar.left {}



.one-col-with-bg {
  padding: 40px;
  margin-top: 45px;
  background: linear-gradient(90deg,#20425F,#0B2539);
  overflow: auto;
}

.one-col-with-bg h4 {
  color: #05c2fe;
}

.one-col-with-bg p {
  font-size: 18px;
  line-height: 24px;
  color: #f4f4f4 !important;
}

.two-column-left .body-container-wrapper {
  padding-bottom:75px;
}





/*----capabilities---*/

.content-top-image-group {
  width: 30%;
  float: left;
  margin-bottom: 74px;
  text-align: center;
  margin: 1%;
}


.one-column-content-with-top-image .image-group {
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.one-column-content-with-top-image .image-group:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0,0,0,.25);
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.one-column-content-with-top-image .image-group:hover:before {
  opacity: 1;
}

.one-column-content-with-top-image .image-group img {
  vertical-align: middle;
}



.one-column-content-with-top-image .inner-content-group h3.title {
  color: #1f4460;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  text-transform: none;
  font-family: 'Gotham-Light', sans-serif; 
  margin:0;
}



.one-column-content-with-top-image .inner-content-group  p {
  margin-top: 4px;
  line-height: 22px;
}

.one-column-content-with-top-image .inner-content-group h3.title a {
  color: #1f4460;
}

.one-column-content-with-top-image .inner-content-group h3.title a:hover {
  color: #6ccaef;
}

.one-column-content-with-top-image .inner-content-group h3.title a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: -2px;
  color: #288cbc;
  transition: 0.3s;
  font-style:normal;
  content: "\f138";
}

.one-column-content-with-top-image .inner-content-group h3.title a:hover:after {
  color:#6ccaef;
}


.custom-bottom-left-content .content-top-image-group {
  width: 100%;
  float: none;
}

.capabilities .one-col-with-bg {
  max-width: 670px;
  text-align: center;
  margin: 50px auto;
  width: 100%;
}

.capabilities .one-col-with-bg {
  color: #dad8c1;
  font-size: 60px;
  margin-bottom: 20px
}

.capabilities .one-col-with-bg p {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom:20px;
}



.capabilities .custom-top-content-group {
  padding-top: 20px;
}


.capabilities .body-container-wrapper {
  padding-bottom:10px;
}



/*---End of capabilities----*/



/*----About----*/

.about .custom-row2 .page-center .custom-inner-group {
  padding-top: 50px;

}

.about .custom-row2 .custom-row2-header {
  padding-bottom: 40px;
  margin-top: 20px;
  border-bottom: 0;
  border-top: 1px solid #e8e8e8;
  text-align: center;
}

.about .custom-row2 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_header {
  padding:0;
  top: -16px;
  font-size: 12px;	
  background-color: #ffffff;
  color: #333333;	
  line-height: 36px;
  font-weight: 700;
  display: inline-block;
  border: 1px solid transparent;
  position:relative;
}

.about .custom-row2 .hs_cos_wrapper.hs_cos_wrapper_widget h4 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #0180a9;
  font-family: 'Gotham-Light', Arial, sans-serif;
  padding: 0 35px;
}


.leadership-group .title {
  color: #1f4460;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  text-transform: none;
  font-family: 'Gotham-Medium', sans-serif;
  margin:0;
}

.email-icon:before {
  content: "\f0e0";
  font-family: FontAwesome;
  margin-right: 5px;
  font-weight: 200!important;
}

.leadership-group p.contact {
  font-weight:bold;
}

.leadership-group p.contact .email-icon {
  font-weight:bold;
}

.leadership-group p {
  font-weight:normal;
}

.leadership-group .image {
  float:right;
  margin-left:20px;
  margin-bottom:20px;
  width: 50%;
  height: auto;
  max-width: 170px;
}

.leadership-group .separator {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #e8e8e8;
  opacity: 1;
  height: 1px;
}

.about .custom-row2-bottom-group .leadership-group p.contact {
  margin-top:0;
}

.about .custom-row2-bottom-group .leadership-group p.contact br {
  display:none;
}

.about .custom-row2-bottom-group .leadership-group p.contact a {}


.about .custom-row2-bottom-group .leadership-group .separator {
  display:none;
}

.team-member-group {
  margin-bottom: 25px;
}

.team-member-group .inner-group {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}



.team-member-group .inner-group .title {
  color: #444444;
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 0;
}

.team-member-group .inner-group .email-icon {
  font-weight: bold;
}

.team-member-group .content-group {
  font-family: 'Gotham-Light', sans-serif;
  font-size: 15px;
  line-height: 26px;
}


.about .body-container-wrapper {
  padding-bottom:95px;
}


/*------End of About----*/


/*----Error Message----*/

.disclaimer {
  text-align: center;
  background: #00c2ff;
  color: #ffffff;
  padding: 5px;
  max-width: 100%;
}

.disclaimer h4 {
  padding: 0px;
}


.error-404 .custom_error_message h2 {
  margin: 40px 0 20px;
  font-size: 32px;
  font-family:'ChronicleDisplay-Bold', sans-serif;
}

.error-404 .custom_error_message p {
  margin: 15px 0 35px;
}

.error-404 .custom_error_message {
  text-align:center;
}


.error-404 .custom_error_message .with-shadow {
  color: #26343a;
  border-color: #ffffff;
  background-color: #ffffff;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-width: 1px;
  position: relative;
  display: inline-block;
  width: auto;
  height: 39px;
  line-height: 39px;
  margin: 0;
  padding: 0 23px;
  border: 2px solid #303030;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  text-align: left;
  color: #303030;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  background-color: transparent;
  -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  border-color: #ffffff;
  background-color: #ffffff;
}

.error-404 .custom_error_message .with-shadow:hover {
  background-color: #26343a;
  color:#fff;
}


/*----End of Error Message----*/





/*---Culture--*/

.Culture .body-container-wrapper {
  padding:0;
}

.Culture .body-container-wrapper .custom-row1 {
  padding-left:15px;
  padding-right:15px;
  padding-bottom:200px;
  background: -webkit-linear-gradient(top, rgb(247, 247, 247) 0%, rgb(227, 227, 227) 100%);
}

.Culture .body-container-wrapper .hs_cos_wrapper_type_header {
  padding-bottom: 54px;
}


.Culture .custom-bottom-content-group {}

.Culture  .custom-row2 {
  margin-top:-100px;
}

.two-col-right-with-bg {
  padding-top: 75px;
  padding-bottom: 55px;
  text-align: left;
  background-color: #2d2d2d;
  display:table;
}

.Culture .two-col-right-with-bg {
  margin-bottom:60px;
}

.two-col-right-with-bg .inner-content {
  padding:0 3%;
}

.two-col-right-with-bg .inner-content .column {
  padding:0 15px;
}

.two-col-right-with-bg .inner-content .column h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: 38px;
  padding-right: 20px;
  font-family: 'Gotham-Medium', sans-serif;
  margin: 0;
}


.two-col-right-with-bg .inner-content .column  p {
  color: #fff;
  margin-top: 0px;
  padding-left: 38px;
  border-left: solid 1px rgba(255, 255, 255, 0.37);
  font-size: 18px;
  line-height: 26px;
  margin-bottom:20px;
}


.custom-two-col-left {
  padding-bottom: 60px;
  padding-top: 10px;
  border-bottom: solid 1px #dfdfdf;
}

.Culture .custom-bottom-content-group {
  padding-bottom:60px;
}


.two-col-left-parent:last-child > div {
  border-bottom: 0 none;
}


/*------End of Culture----*/





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

.vex-content.hs-gallery .vex-close {
  right:20px;
}


.caption {
  padding-top: 0px;
  margin-top: -60px;
  font-size: 12px !important;
  font-weight: bold !important;
}

.caption.below {
  margin-top: 10px;
  text-align: center !important;
  margin-bottom: 20px;
}

.gallery-holder .slick-dots {
  margin-left: 0px !important;
}

.gallery-holder .hs_cos_gallery_main .slick-next {
  top: 45%!important;
  right: -30px;
  opacity: 1;
  z-index: 99 !important;
}

.gallery-holder .hs_cos_gallery_main .slick-prev {
  top: 45%!important;
  left: -45px;
  opacity: 1;
  z-index: 99 !important;
}

.gallery-holder .hs_cos_gallery_main .slick-prev:before,
.gallery-holder .hs_cos_gallery_main .slick-next:before {
  color: #05c2ff !important;
  font-size: 36px;
}

.gallery-holder .slick-dots li.slick-active button:before {
  color: #288cbc;
  opacity: .85;
}

.gallery-holder .hs_cos_gallery_main .slick-dots li button:before {
   font-size: 15px !important;
}

.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .caption {
  color: rgb(255, 255, 255);
  background: #112f46;
  font-size: 14px;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  width: 100%;
  color: white;
  font-size: 0.8em;
  padding: 10px;
  line-height: normal;
  bottom:0;
  cursor:pointer;
}


.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .caption p {
  font-size: 14px;
  color: #fff;
  margin-top: 0;
  line-height: 1;

}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide:hover .caption {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}


.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
  height: 215px;
  margin: 0px 5px 5px 0px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 215px !important;
}


.hs_cos_gallery_lightbox_thumbnails .slick-slide {
  text-align:left !important;
}


.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
  left:0;
}

.hs_cos_gallery_thumbnails .slick-slide.slick-current {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 5px;
  display: block;
  float: none;
}

.hs_cos_gallery_thumbnails  .hs_cos_gallery_slide.slick-slide {
  margin-right:5px;
  margin-bottom:5px;
}

.hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {
  padding:0;
}


.vex-content.hs-gallery .vex-close {
  width: 75px;
  height: 22px;
  background: url(//2268994.fs1.hubspotusercontent-na1.net/hubfs/2268994/Dillmeier%20Glass%20October2017/Images/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

.vex-content.hs-gallery .vex-close:before,
.vex-content.hs-gallery .vex-close:after {
  display:none;
}

.hs_cos_gallery_lightbox  .slick-prev, .hs_cos_gallery_lightbox  .slick-next {
  z-index:999;
  top:45%;
}


.hs_cos_gallery_lightbox_container .slick-prev,
.hs_cos_gallery_lightbox_container .slick-next {
  display: block;
  float: left;
  height: 12px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 12px;
  background-color: #fff !important;
  border-radius: 100%;
}

.hs_cos_gallery_lightbox_container .slick-prev {
  left:10px;
}
.hs_cos_gallery_lightbox_container .slick-next {
  right:10px;
}


.hs_cos_gallery_lightbox_container .slick-prev {
  background: url(//2268994.fs1.hubspotusercontent-na1.net/hubfs/2268994/Dillmeier%20Glass%20October2017/Images/sprite-1.png) 0 -71px no-repeat;
}


.hs_cos_gallery_lightbox_container .slick-next {
  background: url(//2268994.fs1.hubspotusercontent-na1.net/hubfs/2268994/Dillmeier%20Glass%20October2017/Images/sprite-1.png) -22px -71px no-repeat;
}

.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
  left: 0;
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center center;
}

.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
  display:none;
}

.vex-overlay.hs-gallery {
  background: #000;
  opacity: 0.7;
}





/*-----End of Gallery----*/




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


.testimonials .body-container-wrapper {
  padding: 0 0 75px;
}


.testimonials-group {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 55px;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  margin-top:60px;
}

.testimonials-group .column {
  padding: 30px;
  color: #6d6d6d;
}


.testimonials-group .column.col1 {
  border-right: solid 1px #eaeaea;
}

.testimonials-group .column p {
  line-height: 25px;
  font-size: 18px;
  margin:0;
}

.testimonials-group .column h4 {
  color: #0a5d86;
  font-weight: 400;
  text-align: right;
  font-size: 20px;
  line-height: 24px;
  padding-top: 20px;
}


.testimonials-group .column h4  strong {
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 700;
  margin-left: 20px;
  color: #515151;
  opacity: 1;
  letter-spacing: 2px;
}


.testimonials .testimonials-group .column p {
  color: #000000;
  font-size: 20px;
  line-height: 1.75em;
}


.testimonials .body-container-wrapper .hs_cos_wrapper_type_header {
  padding-bottom: 24px;
  display: block;
}


.testimonials .custom-row1 .testimonial-parent-group:first-child > div.testimonials-group {
  margin-top: 0;
}

.testimonial-parent-group:last-child > div.testimonials-group {
  border-bottom:0;
  margin-bottom:0;
  padding-bottom:0;
}


.testimonials .custom-row2 {
  background-color: #26343a;
  text-align: left;
  padding-top:75px;
  padding-bottom:75px;
  margin-top:75px;
  padding-left:15px;
  padding-right:15px;
}


.testimonials .custom-row2  h2 {
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: none;
  font-family: 'ChronicleDisplay-Bold', sans-serif;
}


.testimonials .custom-row2 p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-family: 'Gotham-Light', sans-serif;
}


.testimonials .custom-row2 h4 {
  color: #288cbc;
  margin-top: 20px;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 100;
  text-align: right;
  font-size: 15px;
  line-height:21px;
}

.testimonials .custom-row2 h4 strong {
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 700;
  margin-left: 20px;
  color: #868686;
  letter-spacing: 2px;
  display: block;
  padding-top: 10px;
}

/*-----End of TestiMonial-----*/



.blogDownloadWrapper { max-width: 760px;padding-top: 100px; margin: auto;}

/*-----Three Column Equal With Top Image--Custom Module---*/

.three-column-equal-with-top-image .image-group {
  -webkit-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.06);
  -moz-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.06);
  box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.06);
}

.three-column-equal-with-top-image h3.title {
  color: #1f4460;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  text-transform: none;
  font-family: 'Gotham-Medium', sans-serif;
  margin-top:20px;
  margin-bottom:0;
}

.three-column-equal-with-top-image .column {
  margin-bottom:20px;
}


.three-column-equal-with-top-image p {
  color: #6d6d6d;
  margin:0;
  font-size: 14px;
}

.three-col-equal-group .column {
  margin-bottom:45px;
}

.two-col-right-group {
  padding-top:60px;
  padding-bottom:60px;
}

/*----Three Column Equal With Top Image End---*/



/*----Pretty Photo----*/

div.ppt,
.pp_social {
  display: none !important;
}

/*----End of Pretty Photo---*/

/*--------.specialties ----*/

.specialties .body-container .hs_cos_wrapper_type_form {
  padding: 0;
  box-shadow: none;
  margin: 95px 0 0 0;
  border: 0 none;
  background: transparent;
  max-width:100%;
}

.specialties .body-container .hs_cos_wrapper_type_form  .content {
  margin-bottom: 25px;
}

.specialties .body-container .hs_cos_wrapper_type_form label {
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1.2;
}

.specialties .body-container .hs_cos_wrapper_type_form h3.form-title {
  background: #6cc9ef;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #1f4460;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  text-transform: none;
  font-family: 'Gotham-Light', sans-serif;
  color: #ffffff;
}


.specialties .body-container .hs_cos_wrapper_type_form .content h2 {
  color: #1f4460;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: none;
  font-family: 'ChronicleDisplay-Bold', sans-serif;
}

.specialties .body-container .hs_cos_wrapper_type_form .content .image-group {
  margin-top:-110px !important;
}

.specialties .body-container .hs_cos_wrapper_type_form .content h2 span {
  font-size: 24px;
  color: #808080;
  font-family: 'Gotham-Light', Arial, sans-serif;
}


.specialties .body-container .hs_cos_wrapper_type_form .hs-input {
  width: 100%;
  color: #545454;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  box-shadow: none;
  border-radius: 0;
  padding: 10px;
  font-family: 'Gotham-Light', sans-serif;
  max-width: 590px;
}

.specialties .body-container .hs_cos_wrapper_type_form .hs-button {
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: none;
  text-decoration: none ;
  text-align: center;
  padding: 11px 40px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #288cbc;
  background-color: #288cbc;
  color: #fff;
  margin: 0 0 20px 0;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
}

.specialties .body-container .hs_cos_wrapper_type_form 	.hs-button:hover {
  background-color: #1c5f80;
  border-color: #1c5f80;
  color: #fff;
}


.specialties .body-container .hs_cos_wrapper_type_form   fieldset.form-columns-2 {}

.specialties .body-container .hs_cos_wrapper_type_form   fieldset.form-columns-2 .hs-form-field {
  width: 33% !important;
}


.specialties .body-container .hs_cos_wrapper_type_form  ul.hs-error-msgs.inputs-list label {
  font-size:15px !important;
  line-height:26px;
}



.specialties  .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
  height: 245px;
  margin: 0px 30px 45px 0px !important;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 31% !important;
}	
.specialties .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide:nth-child(6n+0), 
.specialties .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide:nth-child(3n+0) {
  margin-right: 0 !important;
}

.specialties  .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .caption {
  display:none;
}



/*----End of ---.specialties ---*/





/*------------Home-----*/

.home .custom-footer-top-group {
  display:none !important;
}

.home  .custom-row5 {
  background-color:#26343A;
}


.home .slick-slider {
  z-index:0;
}

.home .body-container-wrapper {
  padding:0;
}

.home .footer-container-wrapper {
  margin-top:0;
}


.home  .custom-row5 .hs_cos_wrapper_type_form {
  margin-top: -600px;
  padding-top: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
  background-color: #ffffff;
}



.home  .custom-row5 .hs_cos_wrapper_type_form h3.form-title {
  font-family: 'ChronicleDisplay-Bold',sans-serif;
  font-weight: 100;
  font-size: 38px;
  color: #1f4460;
  text-transform: uppercase;
  line-height: 52px;
  text-align: center;
}

.home  .custom-row5 .hs_cos_wrapper_type_form label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: 'Gotham-Light', sans-serif;
  font-size:13px;
}

.home .custom-row5 .hs_cos_wrapper_type_form form {
  max-width: 500px;
  display: block;
  margin: 0 auto 0;
  padding-top: 7px;
  padding-bottom:18px;
}

.home .custom-row5 form.hs-form fieldset.form-columns-2 .hs-form-field {
  padding-right: 3px;
}

.home .custom-row5  select {
  height:40px;
}



.home .custom-row5 .hs_cos_wrapper_type_form .hs-error-msgs label {
  color: red;
  font-weight: normal;
  padding-top: 0;
  top: -2px;
  font-size: 13px !important;
}

.home .custom-row5  .hs-richtext { 
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #444444;
  display:block;
  margin: 15px 0;
}

.home .custom-row5  .hs_cos_wrapper_type_form textarea {
  min-height:120px;
}



.image-bg .image {
  display:none;
}

.home  .custom-row4.image-bg { 
  min-height: 750px;
  background-attachment:fixed;
}

.home .custom-row3-group {
  background-color:#fff;
}

.home .custom-row3-group  .page-center {
  padding-top:110px;
  padding-bottom:150px;
}

.full-width-content-with-top-icon .icon {
  color: #288cbc;
  text-align: center;
  margin-top: 20px;
  font-family: 'Gotham-Light', sans-serif;
  margin-bottom: 5px;
}

.full-width-content-with-top-icon .icon i {
  position: relative;
  top: -30px;
  font-size: 28px;
  padding: 25px;
  box-shadow: 0 1px 3px rgba(0,0,0,.21);
  border-radius: 50px;
  color: #cecece;
}

.full-width-content-with-top-icon .content h2 {
  font-family: 'Gotham-Light', sans-serif;
  text-transform: none;
  letter-spacing: 0px;
  color: #253339;
  font-size: 27px;
  margin-bottom: 30px;
  line-height: 38px;
  text-align: center;
}

.full-width-content-with-top-icon .bottom-title {
  color: #288cbc;
  text-align: center;
  margin-top: 20px;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
}

.full-width-content-with-top-icon .bottom-title  strong {
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'Gotham-Book', sans-serif;
  font-weight: 700;
  margin-left: 20px;
  color: #868686;
  opacity: 0.7;
  letter-spacing: 2px;
}


.home .custom-row2-group {
  background-color: #8ba4a7;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: left;
}

.home .custom-row2-group .row2-content {
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  background-color: rgba(255,255,255,0.95);
}

.home .custom-row2-group.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.home .custom-row2-group .page-center {
  padding-bottom: 147px;
  text-align:center;
}


.home .custom-row2-group .page-center h1 {
  font-family: 'ChronicleDisplay-Bold',sans-serif;
  font-weight: 100;
  font-size: 38px;
  color: #1f4460;
  text-transform: uppercase;
  line-height: 52px;
  margin-top: 40px;
  margin-bottom:0;
}

.home .custom-row2-group .page-center h1:first-child {
  margin-top:0;
}


.home .custom-row2-group .page-center article p {
  display:inline-block;
  margin: 0px 20px;
  font-size:17px;
}

.home .custom-row2-group .page-center p {
  font-size: 17px;
  font-family: 'Gotham-Light', sans-serif;
  color: #444444;
  line-height: 26px;
  margin-top: 20px;
}

a.btn:hover {
   cursor:pointer;
}

a.btn.blue-border.btn-left {
  margin: initial;
}

.btn.blue-border {
  border: 1px solid #00c2ff;
  padding: 10px 40px;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 234px;
  margin-top: 20px;
  font-weight: 100;
  transition: all .3s ease-in-out;
  color: #288cbc;
  font-size: 15px;
  line-height: 26px;
}

.btn.white-border {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 40px;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 234px;
  margin-top: 20px;
  font-weight: 100;
  transition: all .3s ease-in-out;
  font-size: 15px;
  line-height: 26px;
}


.home .custom-row2-group .page-center p .btn.blue-border {
  margin-top:60px;
}


.home .custom-row2-group .page-center p .btn.blue-border:hover {
  background-color: #00c2ff;
  color: #fff;
}

.home .custom-row2-group .page-center p .btn.white-border {
  margin-top:60px;
}


.home .custom-row2-group .page-center p .btn.white-border:hover {
  background-color: #fff;
  color: #00c2ff;
}



.three-col-equal-with-background-image .column .inner-content {
  border-radius: 20px;
  /* margin: 60px 15px; */
  transition: 0.7s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: 0 50px 150px -20px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}

.three-col-equal-with-background-image .column .inner-content:before {
  background-color: blue;
}

.three-col-equal-with-background-image .column .inner-content:after {
  background-color: blue;
}

.three-col-equal-with-background-image .column .inner-content h2 {
  text-align: center;
  position: relative;
  font-size: 300%;
  color: #fff;
  text-shadow: 0px 3px 12px rgba(0, 0, 0, 0.7);
  font-family: 'ChronicleDisplay-Bold', sans-serif;
}

.three-col-equal-with-background-image .column .inner-content p {
  position: relative;
  max-width: 80%;
  margin: auto;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.9);
  margin-top: 19px;
  margin-bottom: 35px;
}


.three-col-equal-with-background-image .column {
  margin-bottom:25px;
  position:relative;
}


.three-col-equal-with-background-image .column .inner-content a.readMore {
  position: relative;
  background-color: #00A0D3;
  color: #fff!important;
  border: 1px solid #00A0D3;
  padding: 10px 40px;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 232px;
  margin-top: 20px;
  font-weight: bold;
  transition: all .3s ease-in-out;
}

.three-col-equal-with-background-image .column .inner-content a.readMore:hover {
  background-color: #1796b1;
}

.three-col-equal-with-background-image .column .inner-content .content {
  position: absolute;
  top: 118px;
  z-index: 99;
  left: 0;
  right: 0;
  padding-right: 20px;
  padding-left: 20px;
}


.home .custom-row1-group  {
  padding-bottom: 163px;
  background-color:#fff;
}


.home-slider .hs_cos_gallery_main .slick-slide img {
  display:none;
}

.home-slider .hs_cos_gallery_main .slick-slide {
  min-height: 650px;
  margin-top:-71px;
  position:relative;
  background-color:#333;
  -webkit-clip-path: polygon(50% 80%, 100% 90%, 100% 0, 0 0, 0 90%);
  clip-path: polygon(50% 80%, 100% 90%, 100% 0, 0 0, 0 90%);
  background-color:#fff;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-slider .hs_cos_gallery_main:after {
  content:"";
  -webkit-clip-path: polygon(50% 80%, 100% 90%, 100% 0, 0 0, 0 90%);
  clip-path: polygon(50% 80%, 100% 90%, 100% 0, 0 0, 0 90%);
  height:150px;
  width:100%;
  margin-top:-150px;
  position:absolute;
  bottom:0;
  z-index:9999;
}


.home-slider .caption {
  text-align: center !important;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  transition:.6s;
  top:225px;

}

.home-slider .slick-dots {
  margin: 0;
  position: absolute;
  bottom: 50px;
}


.home .three-col-equal-with-background-image {
  margin-top: -140px;
  display: table;
}


.home-slider .slick-active .caption {
  -webkit-animation: text-from-bottom 1.5s 1 cubic-bezier(.165,.84,.44,1);
  -moz-animation: text-from-bottom 1.5s 1 cubic-bezier(.165,.84,.44,1);
  -o-animation: text-from-bottom 1.5s 1 cubic-bezier(.165,.84,.44,1);
  animation: text-from-bottom 1.5s 1 cubic-bezier(.165,.84,.44,1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.home-slider .caption .title {
  font-family: 'Gotham-Light', sans-serif;
  font-weight: 100;
  color: #ffffff;
  font-size: 80px;
  text-shadow: none;
  text-transform: capitalize;
  margin: 10px 0 20px;
  line-height: 1.071428571428571em;
  text-align:center;
}



.home-slider .slick-prev, 
.home-slider .slick-next {
  height: 57px;
  width: 57px;
  border: 2px solid #fff;
  line-height: 54px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  text-align: center;
  z-index: 10;
  -webkit-transition: opacity .3s ease 0s;
  -moz-transition: opacity .3s ease 0s;
  -o-transition: opacity .3s ease 0s;
  transition: opacity .3s ease-in-out;
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  opacity:0;
}


.home-slider .hs_cos_gallery_main:hover .slick-prev, 
.home-slider .hs_cos_gallery_main:hover .slick-next {
  opacity:0.35;
}


.home-slider .slick-prev:hover, 
.home-slider .slick-next:hover {
  opacity:1 !important;
}

.home-slider .slick-prev:before, .home-slider .slick-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  color: #fff;
  line-height: 54px;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  position: absolute;
  bottom: -1px;
  opacity: 1;
}

.home-slider .slick-prev.slick-arrow {
  left: 23px;
}

.home-slider .slick-next {
  right:23px;
}


.home-slider .slick-prev:before {
  content: "\f104";
}

.home-slider .slick-next:before  {
  content: "\f105";
}



.home-slider .caption .subtitle {
  color: #2e6077;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 5px;
  font-size: 22px;
  margin-top: -5px;
  font-family: 'Gotham-Light', sans-serif;
  background-color: #fff;
  padding: 4px 30px;
  font-size: 15px;
  color: #202020;
  font-weight:600;
  text-align:center;
  display:inline-block;
}

/********* LANDING PAGES FOR CONTENT DOWNLOADS ************/

.form-download {
  margin-top: 50px;
}

body .hs-form-field > label {
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

body .hs-form-field legend {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    margin-top: -10px;
    color: #848484;
    font-style: italic;
}

.hs_select_mounting_hardware_ ul {
    column-count: 2;
}


@media screen and (max-width: 1200px) {
  .content-download .form-download .span6 {
    width: 100%;
    margin: auto;
  }
  
  .content-download .form-download .span6 img{
    width: 100%;
    margin: auto;
    margin-left: 0px !important;
  }
   
  .content-download .form-download .hs_cos_wrapper_type_form {
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  
  .content-download .form-download .span6 img{
    float: none !important;
  }
   
  .content-download .form-download .span6 {
    text-align: center;
  }
  
  .content-download .main-content.span7,
  .content-download .main-content.span5 {
    display: flex;
    order: 2;
    width: 100%;
  }
  
  .sticky.span5 .sidebar-form {
    width: 100%;
  }
  
  .content-download .main-content.span7 {
    margin-bottom: 50px;
    margin-top: 20px !important;
  }
  
  .content-download .content-wrapper {
    margin-top: 0px !important;
  }
  
  .content-download .content-wrapper .row-fluid-wrapper .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  
  .content-download .sticky {
    top: auto !important;
    position: relative !important;
  }
}

@media screen and (max-width: 482px) {
  .content-download .form-download {
    padding: 25px !important;
  }
  
  .main-content {
    /*padding: 30px !important;*/
  }
}

/*---------End of Migration-----*/







/* ============== Accessibility =============*/

.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    color: #000000;
}

.visually-hidden:focus {
    clip: auto;
    height: auto;
    overflow: auto;
    position: absolute;
    width: auto;
}




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




.footer-container-wrapper {
  background-color: #26343a;
  margin-top:4%;
}

.footer-container-wrapper .custom-footer-bottom-group {
  padding-top: 100px;
}

.footer-container .custom_bottom-pane {
  margin-top: -100px;
  margin-bottom: 100px;
}
.footer-container {
  background-color: #26343a;
  background-image: url(//2268994.fs1.hubspotusercontent-na1.net/hubfs/2268994/Dillmeier%20Glass%20October2017/Images/ctabackground-tall-white.jpg);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  color: #b7b7b7;
}

.footer-container h3:first-child {
  color: #ffffff;
  font-family: "Gotham-Medium",sans-serift;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  line-height:26px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer-container {
    background-image:none;
  }
}


.custom-footer-top-group {    
  background-color: #2e5c79;
  background: -moz-linear-gradient(45deg, #2e5c79 1%, #26343a 100%);
  background: -webkit-linear-gradient(45deg, #2e5c79 1%,#26343a 100%);
  background: linear-gradient(45deg, #2e5c79 1%,#26343a 100%);
}


.custom-footer-top-group h2 {
  color: #fff;
  text-align: center;
  font-size: 37px;
  line-height: 47px;
  text-transform: uppercase;
  font-family: 'ChronicleDisplay-Bold', sans-serif;
  margin:0;
}


.custom-footer-top-group h4 {
  color: #6ccaef;
  text-align: center;
  opacity: 1;
  margin-top: 15px;
  margin-bottom: 45px;
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
}


.custom-footer-top-group .qbutton {
  transition: 0.3s;
  font-size: 16px;
  padding: 5px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height:39px;
  cursor: pointer;
  border-width:1px;
  border-style:solid;
  border-color:#303030;
  display:inline-block;
  font-family: 'Gotham-Light', sans-serif;
  font-weight:bold;
}

.custom-footer-top-group .qbutton:hover {
  background-color: #6ccaef !important;
  border: solid 1px #6ccaef !important;
  color: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
}

.custom-footer-top-group .qbutton.white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.custom-footer-top-group p {
  font-family: 'Gotham-Light', sans-serif;
  color: #b7b7b7;
  margin-top: 0px;
  margin:0;
  text-align:center;
}


.custom-footer-top-group .page-center { 
  padding:82px 0px 75px 0px;
}

.footer-container a {
  color: #0080a9;
  word-wrap: break-word;
  text-decoration: none;
  transition:color 0.2s ease-in-out;
  font-weight: bold;
}
.footer-container a:hover {
  text-decoration: underline;
}
.footer-container p {
  font-size: 15px;
  font-family: "Gotham-Light",sans-serif;
}
.footer-container p a {
  font-family: "Gotham-Light",Arial,sans-serif;
}
.footer-container h3:first-child + p,
.footer-container p:first-child {
  margin-top: 0;
  margin-bottom:0;
}
.footer-container p:last-child {
  margin-bottom: 0;
}
.footer-container i.fa.fa-phone {
  background-color: #1b2529;
  border: 1px solid #1b2529;
  font-size: 14px;
  line-height: 16px;
  height: 22px;
  padding: 3px 2px 1px;
  text-align: center;
  width: 22px;
  border-radius:20px;
}

.footer-container .row-fluid #custom_col {
  padding-left: 15px;
  padding-right: 15px;
}
.footer-container .row-fluid #custom_col.span6 {
  float: left;
  margin-left: 0;
  width: 50%;
}
.footer-container .row-fluid #custom_col.span3 {
  width: 25%;
  float: left;
  margin-left: 0;
}

/* Footer - Top */
.footer-container .row-fluid > .custom_top {
  padding-top: 0;
  padding-bottom: 100px;
  padding-left:15px;
  padding-right:15px;
}
.footer-container .row-fluid > .custom_top .page-center > div {
  margin-left: -15px;
  margin-right: -15px;
}

/* Footer - Bottom */
.footer-container .row-fluid > .custom_bottom {
  background-color: #1b2529;
  padding-top: 32px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-container .row-fluid > .custom_bottom .page-center > div {
  margin-left: -15px;
  margin-right: -15px;
}
.footer-container .row-fluid > .custom_bottom .page-center > div > div {
  padding-left: 15px;
  padding-right: 15px;
}

/* Footer - Copyright */
.footer-container .custom_copyright {
  color: #9e9e9e;
  font-family: "Gotham-Light",sans-serif;
  font-size: 12px;
}
.footer-container .custom_copyright p {
  margin: 0;
  font: inherit;
}


.footer-subscribe-wrapper {
  border: solid 1px #192327;
  padding: 4px;
  max-width: 286px;
  display: block;
  margin-top: 22px;
  position: relative;
  background-color: rgba(0,0,0,0.2);
  left: -12px;
}




.footer-container .custom_social h3:first-child {
  font-family: "Gotham-Medium",sans-serift;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-top: 45px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.375em;
}
.footer-container .social {}
.footer-container .social i {
  border: 1px solid;
  font-size: 20px;
  height: 56px;
  line-height: 35px;
  margin-right: 5px;
  opacity: 0.7;
  padding: 9px;
  text-align: center;
  width: 56px;
  border-radius:30px;
  transition:all 0.3s ease;
}
.footer-container .social i:hover {
  background-color: rgba(255, 255, 255, 0.15);
  opacity: 1;
}

.footer-container .custom_social  h3:first-child {
  margin-top:50px;
}



.widget-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-module ul li {
  margin: 0 0 20px 0;
}

.widget-module ul li:last-child {
  margin: 0;
}

.widget-module ul li a {
  font-size: 19px;
  font-weight: 700;
}

.widget-module ul li a:hover {}

/* Custom Blog Subscribe */
.custom_blog-subscribe {}
.custom_blog-subscribe .hs_cos_wrapper_type_blog_subscribe {
  background-color: #154b65 !important;
  padding: 30px 50px 50px !important;
  text-align: center;
  border: 0;
  color: #fff;
  box-shadow:none !important;
}

.blog-section {
  hyphens: auto;
}

.footer-subscribe-wrapper  .hs_cos_wrapper_type_form {
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  padding-bottom:10px;
  display:block;
  padding-top:5px;
}


.footer-subscribe-wrapper label {
  color: #818181;
  word-wrap: break-word;
  font-weight: bold;
  font-family: 'Gotham-Light', Arial, sans-serif;
  font-size: 13px;
}

.footer-subscribe-wrapper .hs_cos_wrapper_type_form input.hs-input {
  margin-bottom: 9px !important;
  margin-top: 0 !important;
  min-height: 40px !important;
  padding: 10px;
}

.footer-subscribe-wrapper .hs_cos_wrapper_type_form .hs-form-field {
  padding:0 !important;
}

.footer-subscribe-wrapper  .hs_cos_wrapper_type_form .hs-button.primary.large {
  margin-bottom:0;
}

.footer-subscribe-wrapper ul.hs-error-msgs.inputs-list {
  margin:0 !important;
  padding:0 !important;
  line-height:1;
}

.footer-subscribe-wrapper ul.hs-error-msgs.inputs-list label {
  color:red;
  line-height:1;
}





/* Footer - Horizontal Menu */
.footer-container .hs-menu-wrapper.hs-menu-flow-horizontal{}
.footer-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: block;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
  display: inline-block;
  vertical-align: top;
  float: none;
  width: auto;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
  color: #8f9395;
  font-family: "Gotham-Light",sans-serif;
  font-size: 12px;
  padding: 0 9px;
  text-decoration: none;
  display: inline;
  width: auto;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover {
  color: #0f8cc8;
}

/* Footer - Vertical Menu */
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical {
  font-size: 14px;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  display: block;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
  color: #b7b7b7;
  display: inline-block;
  font-family: "Gotham-Light",sans-serif;
  line-height: 20px;
  margin: 9px 0;
  width: auto;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:hover {
  text-decoration: underline;
}

.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:after {
  content: "\F105";
  font-family: FontAwesome;
  margin-left: 5px;
}
.footer-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li:last-child > a {
  margin-bottom: 0;
}

/* Footer - Courtesy Menu */
.footer-container .custom_courtesy {
  text-align: right;
}

/* Footer - Images */
.footer-container .custom_images {
  color: #b7b7b7;
  font-family: "Gotham-Light",sans-serif;
}
.footer-container .custom_images p {
  margin: 0;
}






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


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


/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}



.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color:#000000;
  font-family: 'Gotham-Light', Arial ,sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
  padding: 40px 17px;
  position: relative;
  display: block;
  transition:opacity 0.3s ease-in-out, color 0.3s ease-in-out;
}


.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children  > a {
  cursor: default;
}

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

.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color:rgba(255, 255, 255, 0.96);
  padding: 7px 0;
  width: 225px;
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.11);
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  color:#757575;
  position: relative;
  font-family: "Gotham-Light",Arial,sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: capitalize;
  text-decoration: none;
  padding: 9px 20px;
  white-space: normal !important;
  transition:color 0.3s ease-in-out;
}


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


.custom-menu-primary .hs-menu-wrapper > ul ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover{}

/* 4th Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a:hover{}

/* 5th Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul li a{
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul li a:hover{}

/* 6th Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul ul li a{
  position: relative;
}


/* 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:1001px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  body.capabilities:before {
    top: 20px;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    opacity: 0.8;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color:#0080A9;
  }
  /*.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    color: #ffffff; 
  }*/

  .custom-menu-primary .hs-menu-wrapper.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    transition:none;
  }

  .header-container-wrapper {
    min-height: 100px;
  }
}



@media (max-width: 1200px) and (min-width: 1001px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}



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

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

@media (max-width: 1000px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    height: 100%;
    margin: 0 20px 0 0;
    position: absolute;
    left: 0;
    top: 40px;
    font-size: 14px;
    color: #9d9d9d;
    text-align: left;
    transition:opacity 0.3s ease;
    z-index:9899;
    height: 20px;
    width: 20px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    opacity: 0.8;
  }

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



  .mobile-trigger i{
    display: inline-block;;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    position: relative;
    top: 50%;
    width: 1em;
    height: 1em;
    margin-top: -2em;
  }

  .mobile-trigger i:before {
    content: "\f0c9";
  }




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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px !important; /* Button width */
    min-width: 50px !important;
    height: 100% !important; /* Button height */  
    padding: 0 10px 0 0 !important;
    font-style: normal;
    text-align: right;
    font-size: 15px;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 1em;
    position: relative;
    top: 50%;
    margin-top: -0.5em;
  }
  .child-trigger i:before {
    content: "\f105";
  }

  .child-trigger.child-open i{}
  .child-trigger.child-open i:before {
    content: "\f107";
  }


  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    margin-bottom: -1px;
    width:100% !important;
    margin:0 !important;
  }



  /* 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;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  /* 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: 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-bottom: 1px solid #eaeaea
  }

  .custom-menu-primary .hs-menu-wrapper > ul li:last-child {
    border-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    position: relative;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    padding: 10px 0;
    text-transform: none;
    transition:all 0.2s ease;
    color: #888888;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.active a,
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #1abc9c;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    border-top: 1px solid #eaeaea;
    background-color: transparent;
    padding: 0 0 0 20px;
    width: 100%;
    box-shadow:none;
  }

  .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 {
    color: #888888;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    padding: 10px 0;
    text-transform: none;
    transition:all 0.2s ease;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; 
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; 
  }

}



@media (max-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    max-width: 600px;
  }
}
@media (max-width: 600px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    max-width: 420px;
  }
}
@media (max-width: 480px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    max-width: 100%;
  }
}


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


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

.custom_hero {
  overflow: hidden;
  padding-top: 85px;
  padding-bottom: 85px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


.custom_hero h1 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 52px;
  text-transform: none;
  color: #fff;
  margin: 0;
  text-align:center;
}

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

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

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

/* Blog Columns Wrapper */
.blog .content-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
.blog.hs-blog-post .content-wrapper {
  padding-top: 85px;
}

body.blog .body-container .custom_section.two {
  background-color: #ededed;
}
body.blog .body-container .custom_section.two h3:first-child {
  color: #202020;
  display: block;
  font-size: 30px;
  line-height: 1.57143em;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 45px 0;
}
body.blog .body-container .custom_section.two .content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* 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 {
  margin: 0 0 0 0;
  padding: 0 0 100px 0;
  border-bottom: 0;
}

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

/* Blog Post Title */
.post-header h1 {
  color: #202020;
  font-size: 54px;
  line-height: 64px;
  text-transform: none;
  margin: 0 0 15px 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.post-header h2 {
  display: block;
  font-family: inherit;
  font-size: 19px;
  font-weight: 700;
  line-height: inherit;
  margin: 12px 0 0 0;
}
.post-header h2 a {}
.post-header .post-description {
  color: #929292;
  display: block;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 28px;
  text-transform: none;
  font-family: "Gotham-Medium",sans-serif;
  margin: 0 0 20px 0;
}

/* Blog Author and Avatar */
#hubspot-author_data {
  margin: 0 0 10px 0;
}
#hubspot-author_data:after,
#hubspot-author_data:before {
  content: "";
  display: table;
}
#hubspot-author_data:after {
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  max-width: 45px;
  border-radius: 100%;
}
#hubspot-author_data .hs-author-social {
  display: table;
  width: 100%;
  margin-top: 15px;
}
#hubspot-author_data .hs-author-social .hs-author-avatar,
#hubspot-author_data .hs-author-social .hs-author-avatar + div {
  display: table-cell;
  vertical-align: middle;
}
#hubspot-author_data .hs-author-social .hs-author-avatar + div {
  width: 100%;
  padding-left: 15px;
}

#hubspot-author_data .social {
  float: right;
}

.blog-post-wrapper #hubspot-author_data {
  font-size: 14px;
  color: #6d6d6d;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  margin: 0 0 50px 0;
  padding: 4px 13px;
  border-radius:15px;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .custom_blog-title {
  color: #202020;
  display: block;
  font-size: 30px;
  line-height: 1.57143em;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 45px 0;
}
.blog-listing-wrapper .post-listing {}
.blog-listing-wrapper .post-listing:after,
.blog-listing-wrapper .post-listing:before {
  content: "";
  display: table;
}
.blog-listing-wrapper .post-listing:after {
  clear: both;
}
.blog-listing-wrapper .post-listing .post-item {
  margin: 0 0 70px 0;
  padding: 0;
  border-bottom: 0;
  width: 23%;
  min-width: 220px;
  max-height: 350px;
  margin-right: 2%;
  float: left;
  background-color: #fff;
  display: inline-block!important;
}

.blog-listing-wrapper .post-listing .post-item:nth-child(5n+1) {
  clear: left;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}
.post-body img {
  padding-bottom: 40px;
}

.post-item .post-wrap {
  padding-top: 15px;
  min-height: 232px;
  margin-top: -35px;
  position: relative;
}
.post-item .post-wrap #hubspot-author_data {
  bottom: 15px;
  color: #757575;
  display: block;
  position: absolute;
  left: 0px;
  text-align: right;
  margin: 0;
}

.post-item .post-wrap #hubspot-author_data .date {
  font-size:15px;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  position: relative;
  z-index: 3;
}
.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: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0 0 0 0;

}

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

/* Blog Topics List */
#hubspot-topic_data {
  border-bottom: 1px solid;
  color: #b1b1b1;
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 30px 0 0;
  text-transform: uppercase;
}

#hubspot-topic_data a.topic-link {color: #b1b1b1;}

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

.hs-blog-social-share {
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  height: auto;
  margin: 0;
}
.hs-blog-social-share ul li {
  height: 20px !important;
  margin-top: 3px;
  margin-bottom: 3px;
}
.hs-blog-social-share ul li:last-child {
  margin-right: 0 !important;
}
.hs-blog-social-share ul li:last-child div#___plusone_0 {
  width: 58px !important;
}

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

.custom_listing_comments {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ccc;
}
#comments-listing {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#comments-listing:empty,
#comments-listing.no-comments {
  display: none;
}
#comments-listing .comment {
  margin: 0;
  border-top: 0;
  border-bottom: 1px solid #7c7c7c;
  padding: 15px;
}
#comments-listing .comment .comment-date {
  padding: 4px 0;
  font-size: 0.9em;
  font-style: italic;
  color: #7c7c7c;
}
#comments-listing .comment .comment-from {
  padding: 4px 0;
  font-style: italic;
  color: #7c7c7c;
}
#comments-listing .comment .comment-from h4 {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  color: #7c7c7c;
}
#comments-listing .comment .comment-body { 
  padding: 0;
}
#comments-listing .replying {
  padding: 10px;
}
#comments-listing .replying form.hs-form {
  padding-left: 0;
  padding-right: 0;
}

.comment.depth-1 {
    padding-left: 2em !important;
}

/* Pagination */
.blog-pagination {
  text-align: center;
  margin: 20px 0 0 0;
  display: inherit!important;
  font-size: 15px;
}
.blog-pagination a {}
.blog-pagination a + a {
  margin-left: 10px;
}
.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-profile {margin: 0 0 20px 0;}
.hs-author-profile h2.hs-author-name {margin: 0 0 20px 0;}
.hs-author-profile .hs-author-bio {margin: 0 0 20px 0;}
.hs-author-profile .hs-author-avatar {
  padding: 20px 0;
  text-align: center;
}
.hs-author-profile .hs-author-avatar img {
  max-width: 75px;
  width: 100%;
  border-radius: 100%;
}
h3.hs-author-listing-header {margin: 0 0 20px 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 {}
/*.blog .blog-sidebar .widget-span:not(.widget-type-cell):not(.widget-type-global_group) {
background-color: #ffffff;
padding: 40px;
margin-bottom: 30px;
}*/
.sidebar-dropshadow {
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow:10px 10px 45px 10px rgba(43, 43, 43, 0.06);
}
body.blog.hs-blog-post .content-wrapper > div {
  margin-left: -15px;
  margin-right: -15px;
}
body.blog.hs-blog-post .content-wrapper .blog-content {
  padding-right: 60px;
}
body.blog.hs-blog-post .content-wrapper .blog-content > div {
  padding-left: 15px;
  padding-right: 15px;
}
body.blog.hs-blog-post .content-wrapper .blog-content.span8 {
  width: 66.6667%;
}
body.blog.hs-blog-post .content-wrapper .blog-sidebar.span4 {
  margin-left: 0;
  width: 33.3333%;
}

.sidebar-email-sub {
  background-color: #288cbc;
  padding: 25px 40px 10px 40px;
}

.sidebar-email-sub .hs_cos_wrapper_type_form .hs-form-field > label {
  color: #ffffff;
  font-size: 15px;
}

.sidebar-email-sub .hs-button.primary, .sidebar-email-sub input[type="submit"], .sidebar-email-sub input[type="button"] {background-color:#86c5de;border-color:#86c5de;}
.sidebar-email-sub h3 {color:#fff!important;margin-bottom: 5px!important;}
.sidebar-email-sub form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: -15px 0 0px 0;
}

.sidebar-email-sub ul.hs-error-msgs.inputs-list label {color:#fff!important;}
.sidebar-email-sub p {
  color: #fff!important;
  font-size: 14px;
  line-height: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  top:0 !important;
}


.custom_hero .custom_recent-posts-slider {
  margin-top: 55px;
}

.custom_recent-posts-slider {

}

.custom_recent-posts-slider h3:first-child:empty {
  display: none;
}


.related-posts .related-post-items .related-post-item {
  width: 16.8%;
  float: left;
  margin-right: 1%;
  min-width: 228px;
  background-color: #fff;
  margin-bottom: 70px;
  -webkit-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.06);
  -moz-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.06);
  -ms-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.06);
  -o-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.06);
  box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.06);
}

.related-posts .related-post-items .related-topics a {
  color: #b1b1b1;
}


.related-posts {
  margin-top: 10px;
  border-top: 1px solid #b1b1b1;
  padding-top: 85px;
}

.related-posts .related-title h3 {
  color: #202020;
  display: block;
  font-size: 30px;
  line-height: 1.57143em;
  margin: 0 0 25px 0;
}


.related-wrap  a.topic-link {
  color: #b1b1b1;
}

.related-title {
  font-size: 19px;
  font-weight: 700;
  margin-top: 12px;
}

.related-posts .related-post-items .related-image {
  position: relative;
  z-index: 3;
}



.related-posts .related-post-items .related-date {
  bottom: 15px;
  color: #b1b1b1;
  display: block;
  position: absolute;
  right: 15px;
  text-align: right;
  max-width: 100%;
}

.related-posts .related-post-items .related-wrap {
  margin-top: -35px;
  min-height: 250px;
  padding: 15px;
  position: relative;
}

.related-posts .related-post-items .related-topics {
  border-bottom: 1px solid;
  color: #b1b1b1;
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 30px 0 0;
  padding: 0;
  text-transform: uppercase;
}





.custom_case-studies .hs-rss-module .hs-rss-item:nth-child(5n+1) {
  clear: left;
}

.hs-rss-item.hs-with-featured-image {
  overflow: hidden;
}

.slick-slider a.hs-rss-title {
   color: #fff;
}

.custom_recent-posts-slider .hs-rss-item .hs-rss-description {
    color: #0dc2fd;
}

.hs-rss-description p a {
    margin-top: 0px !important;
    color: #ffff;
    display: block;
}

.custom_case-studies .hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper, .custom_case-studies .hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  float: none;
  width: 100%;
}

.slick-slider .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
  width: 90%;
  border: 5px solid #05c2fe;
  float: right;
  z-index: 99;
  position: relative;
}
/*
.custom_recent-posts-slider .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image:after {
    position: absolute;
    content: url(https://www.dillmeierglass.com/hubfs/Images/Home/Accent-Dots1.svg);
    position: absolute;
    top: -30px;
    right: -30px;
    height: 200px;
    width: 200px;
    opacity: 1;
    z-index: 0;
}*/

.slick-slider .hs-rss-item-image-wrapper:after {
    position: absolute;
    content: url(https://www.dillmeierglass.com/hubfs/Images/Home/Accent-Dots1.svg);
    position: absolute;
    top: -30px;
    right: -30px;
    height: 200px;
    width: 200px;
    opacity: 1;
    z-index: 0;
}

.custom_case-studies .hs-rss-module .hs-rss-item .hs-rss-item-text {
  padding: 15px;
  min-height: 115px;
  position: relative;
}

.custom_case-studies .hs-rss-module .hs-rss-item .hs-rss-item-text a.hs-rss-title {
  font-size: 19px;
  font-weight: 700;
}

.custom_case-studies .hs-rss-module {
   display: flex;
   justify-content: center;
}

.custom_case-studies .hs-rss-module .hs-rss-item {
  min-width: 228px;
  max-width: 300px;
  margin: 5px;
  margin-bottom: 50px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.06);
  -moz-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.06);
  -ms-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.06);
  -o-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.06);
  box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.06);
}


.blog .footer-container-wrapper {
  margin-top:0;
}


.custom_case-studies .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-byline {
  bottom: 15px;
  color: #b1b1b1;
  display: block;
  position: absolute;
  right: 15px;
  text-align: right;
  opacity: 1;
  max-width: 100%;
}



.custom_blog-subscribe .hs_cos_wrapper_type_blog_subscribe {
  background-color: #154b65 !important;
  padding: 30px 50px 50px !important;
  text-align: center;
  border: 0;
  color: #fff;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}


.custom_blog-subscribe form.hs-form .hs-form-field .input .hs-input[type="email"] {
  display: inline-block;
  max-width: 400px;
}

.custom_blog-subscribe h3.form-title {
  color: #fff;
  font-family: "ChronicleDisplay-Bold",sans-serif;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38px;
  text-transform: none;
  margin: 0 0 35px 0;
}


.custom_blog-subscribe form.hs-form div {
  display: inline;
  vertical-align: middle;
}

span.hs-rss-date {
  font-size: 13px;
}



/* ==========================================================================
Forms
========================================================================== */


/* All Global Forms
========================================================================== */

.body-container .hs_cos_wrapper_type_form,
.body-container .hs_cos_wrapper_type_blog_subscribe,
.body-container .hs-search-module,
.body-container .widget-type-email_simple_subscription,
.body-container .widget-type-email_subscriptions,
.body-container .widget-type-email_subscriptions_confirmation,
.body-container .widget-type-password_prompt {
  padding: 50px;
  display: block;
  background-color: #ffffff;
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.11);
  max-width:700px;
  margin:10px 0;
  font-size: 18px;
}

.body-container .sidebar .hs_cos_wrapper_type_form,
.body-container .sidebar .hs_cos_wrapper_type_blog_subscribe,
.body-container .sidebar .hs-search-module,
.body-container .sidebar .widget-type-email_simple_subscription,
.body-container .sidebar .widget-type-email_subscriptions,
.body-container .sidebar .widget-type-email_subscriptions_confirmation,
.body-container .sidebar .widget-type-password_prompt,
.body-container .blog-sidebar .hs_cos_wrapper_type_form,
.body-container .blog-sidebar .hs_cos_wrapper_type_blog_subscribe,
.body-container .blog-sidebar .hs-search-module,
.body-container .blog-sidebar .widget-type-email_simple_subscription,
.body-container .blog-sidebar .widget-type-email_subscriptions,
.body-container .blog-sidebar .widget-type-email_subscriptions_confirmation,
.body-container .blog-sidebar .widget-type-password_prompt {
  padding: 0;
  background-color: transparent;
  box-shadow:none;
}

select {
  height: 50px; 
}

/* Form Field */
body .hs-form-field {
  padding-bottom:10px !important;
  display:block;
}

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



body .hs-form-field > label {}


.hs-form-required {
  color: #a60000;
}


/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  color: #545454;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  display: block;
  vertical-align: top;
  box-shadow: none;
  border-radius: 0;
  padding: 10px;
  font-family: 'Gotham-Light', sans-serif;
  /*max-width:700px; shut this off becasue it was limiting how the email field appears on the pdf download custom modules */
  margin:0 0 8px !important;
  max-height:40px;
}

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

/* Separate Styles for Multiple Line Inputs */
body textarea {}
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;
  margin: 0 0 20px 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}

body form.hs-form .hs-form-field ul.inputs-list li input,
body form.hs-form .hs-form-field ul.inputs-list li input + span {
  vertical-align: middle;
}

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

/*-----------POPUP-------------*/
.leadin-preview-wrapper {
   padding: 0px !important;
}

.leadinModal .dyno-image img {
    max-width: none !important;
    height: auto !important;
    width: 100% !important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3 h4 {
   display: none !important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .leadin-button {
    padding: 0.7em 1.7em;
    border-radius: 0px;
    margin-top: 0px;
    font-size: 24px;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {
    width: 100% !important;
    margin-right: 0px !important; 
    margin-bottom: 0px !important;
}

.leadinModal-v3 .leadinModal-close:before {
    color: #fff !important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper {
    margin-left: 0px !important;
}


/* 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 input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


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

#comment-form {
  margin: 55px 0;
}
#comment-form #captcha_wrapper {
  margin: 0 0 20px 0;
}
/* 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"] {}

/* Error */
body .hs-common-error-message {}


.comments-wrapper {
  padding:25px;
  background-color:#fff;
  margin-top:125px;
  margin-bottom:75px;    
  -webkit-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.06);
  -moz-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.06);
  -ms-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.06);
  -o-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.06);
  box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.06);
}

ul.hs-error-msgs.inputs-list label {
  font-size: 12px!important;
  position: relative;
  color: red;
  top:0;
}

.facebook-widget {
  overflow: auto;
}


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

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {
  color:#fff !important;
}

/* 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"] {}


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

body form.hs-form fieldset.form-columns-1 {}
body form.hs-form fieldset.form-columns-1 .hs-form-field {
  padding-left: 0;
  padding-right: 0;
}

body form.hs-form fieldset.form-columns-2 {}
body form.hs-form fieldset.form-columns-2 .hs-form-field {
  padding-left: 5px;
  padding-right: 5px;
}
body form.hs-form fieldset.form-columns-2 .hs-form-field:first-child {
  padding-left: 0;
}
body form.hs-form fieldset.form-columns-2 .hs-form-field:last-child {
  padding-right: 0;
}

body form.hs-form fieldset.form-columns-3 {}
body form.hs-form fieldset.form-columns-3 .hs-form-field {
  padding-left: 5px;
  padding-right: 5px;
}
body form.hs-form fieldset.form-columns-3 .hs-form-field:first-child {
  padding-left: 0;
}
body form.hs-form fieldset.form-columns-3 .hs-form-field:last-child {
  padding-right: 0;
}

/* 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 !important; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="radio"] { width: auto !important; }
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; }
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  body form.hs-form fieldset.form-columns-1 .hs-form-field,
  body form.hs-form fieldset.form-columns-1 .hs-form-field:first-child,
  body form.hs-form fieldset.form-columns-1 .hs-form-field:last-child,
  body form.hs-form fieldset.form-columns-2 .hs-form-field,
  body form.hs-form fieldset.form-columns-2 .hs-form-field:first-child,
  body form.hs-form fieldset.form-columns-2 .hs-form-field:last-child,
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form fieldset.form-columns-3 .hs-form-field:first-child,
  body form.hs-form fieldset.form-columns-3 .hs-form-field:last-child {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  body form.hs-form fieldset.form-columns-1 .hs-form-field,
  body form.hs-form fieldset.form-columns-2 .hs-form-field,
  body form.hs-form fieldset.form-columns-3 .hs-form-field {float:none;width:100%;}
  body form.hs-form fieldset.form-columns-1 .hs-form-field .hs-input,
  body form.hs-form fieldset.form-columns-2 .hs-form-field .hs-input,
  body form.hs-form fieldset.form-columns-3 .hs-form-field .hs-input {width:100%;}
}



/* ==========================================================================
Buttons                                              
========================================================================== */

button::-moz-focus-inner, 
input::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}

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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Gotham-Light",Arial,sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: none;
  text-decoration: none !important;
  text-align: center;
  padding: 11px 40px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #0b2339;
  background-color: #0b2339;
  color: #fff;
  margin: 0 0 20px 0;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  transition:all 0.1s linear;
  width:auto;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  background-color: #1c5f80;
  border-color: #1c5f80;
  color: #ffffff;
}

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


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


/* 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. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}




.body-container-wrapper {
  /*padding-left:15px;
  padding-right:15px; */
}

.vex-open .slick-slide-inner-wrapper {
  background-color:#fff;
  padding:20px;
}

/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


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

.custom-two-col-left {
  padding-bottom: 60px;
  padding-top: 60px;
  border-bottom: solid 1px #dfdfdf;
}

.custom-two-col-left p {
  margin-top: 0px;
}

.custom-two-col-left .column h2 {
  font-family: 'ChronicleDisplay-Bold', sans-serif;
  font-size: 38px;
  line-height: 39px;
  color: #444444;
  margin-top: 20px;
  margin-bottom: 0;
}



/*-----Contact-----*/

.contact .body-container-wrapper {
  padding:0;
}
.contact .custom-row3 {
  background-color: #f1f1f1;
  padding-top:100px;
  padding-bottom:75px;
  margin-top:-50px;
}


.contact .footer-container-wrapper {
  margin-top:0;
}

.contact  .custom-footer-top-group {
  display:none !important;
}

.contact .custom-row3 .hs_cos_wrapper_type_header {
  padding-bottom: 0;
}

.contact ul.hs-error-msgs.inputs-list label {
  font-family: 'Gotham-Light', sans-serif;
  font-size:13px !important;
}

.contact .custom-row3 h3 {
  color: #1f4460;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  text-transform: none;
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: 600;
  margin-top:0;
}

.contact .custom-row2 .hs-form-field > label {
  font-size: 13px;
  color: #414141;
  font-family:'Gotham-Light', sans-serif;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  display: block;
}

.contact .main-content  .hs_cos_wrapper_type_form .hs-richtext  {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin: 15px 0;
  display:block;
  font-family: 'Gotham-Light', sans-serif;
  color: #444444;

}

.contact .main-content  .hs_cos_wrapper_type_form form {
  margin-bottom:18px;
}

.contact .main-content  .hs_cos_wrapper_type_form .hs-input {
  max-width:100%;
}

.contact .main-content  .hs_cos_wrapper_type_form form   textarea {
  min-height:120px !important;
}

.contact .main-content  .hs_cos_wrapper_type_form select {
  height: 40px;
}

.contact .body-container .hs_cos_wrapper_type_form {
  padding-left:65px;
  padding-right:65px;
  position:relative;
  max-width:100%;
}

.contact.two-column-left .sidebar.left {
  padding-bottom: 60px;
}


.staff-directory h4.title {
  font-family: 'Gotham-Light', sans-serif;
  color: #444444;
  font-size: 15px;
  line-height: 26px;
  margin-top:20px;
  margin-bottom:0
}


.staff-directory .add {
  font-family: 'Gotham-Light', sans-serif;
  color: #444444;
  font-size: 15px;
  line-height: 26px;
}

.staff-directory .email-icon {
  font-weight: 700;
}

.staff-directory-parent {
  margin-bottom:25px;
}

.contact .sidebar h3 {
  color: #1f4460;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 600;
  margin-top:0;
  font-family: 'Gotham-Medium', sans-serif;
}

.contact .sidebar .social-icons-wrapper i {
  font-size: 20px;
  line-height: 35px;
  background-color: #0f8cc8;
  padding: 9px;
  border: solid 1px;
  border-radius: 30px;
  width: 56px;
  height: 56px;
  text-align: center;
  margin-right: 5px;
  color: #fff;
  transition: .3s;
  display: inline-block;
}

.contact .sidebar .social-icons-wrapper {
  margin-top:25px;
}

.contact .sidebar .social-icons-wrapper i:hover {
  background-color: #26343a;
}

.thankYouSocial i {
  font-size: 20px;
  line-height: 35px;
  background-color: #0f8cc8;
  padding: 9px;
  border: solid 1px;
  border-radius: 30px;
  width: 56px;
  height: 56px;
  text-align: center;
  margin-right: 5px;
  color: #fff;
  transition: .3s;
  display: inline-block;
}

.thankYouSocial {
  margin-top:25px;
}

.thankYouSocial i:hover {
  background-color: #26343a;
}



.contact .google_map_holder, .google_map_shortcode_holder, .pagination {
  position: relative;
}
.contact .qode_google_map {
  display: block;
  width: 100%;
  height: 450px;
}

.contact .google_map_ovrlay, .google_map_shortcode_overlay {
  position: absolute;
  z-index: 1000;
  height: 100%;
  display: none;
  width: 100%;
}

.contact .google_map_shortcode_overlay {
  top: 0;
  left: 0;
}
.contact .empty_space_image {
  display: block;
  height: 100%;
}


.contact  .custom-row1-group {
  padding-top: 20px;
  background-color: #F9F9F9;
}

.contact .custom-row2 {
  padding-left:15px;
  padding-right:15px;
}


/*----End of Contact----*/


div.pp_default .pp_content,
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left {
  background:none !important;
}

div.pp_default .pp_close {
  background-image:none !important;
  opacity:.7;
  top:5px;
}

.sort-by-topic ul {
  color: #fff;
}

div.pp_default .pp_close:after {
  content: "\f00d";
  font-size: 15px;
  height: 15px;
  line-height: 30px;
  width: 30px;
  left: 0;
  color: #FFF;
  font-family: FontAwesome,serif;
  text-align: center;
  position: absolute;
  top: 0;
  text-indent: 0;
  line-height: 22px;
}

.full-width-icon-header-parent {
  margin-bottom:50px;
}

.full-width-icon-header-parent:last-child {
  margin-bottom:0;
}

.blog .body-container-wrapper {
  padding-left:0;
  padding-right:0;
}




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


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

/* Header - Sticky */
@media (min-width: 1001px) {

  .header-container.is-sticky {
    background-color: rgba(255, 255, 255, 0.96);
    border-bottom: 0;
    position: fixed;
    top: -120px;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    z-index: 1050;
    border-bottom: 0;
    visibility: hidden;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.11);
    transition:none;
    z-index:999;
  }
  .header-container.is-sticky.animating {
    top: 0;
    visibility: visible;
    transition:all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .header-container.is-sticky .row-fluid #custom_col.logo-col .widget-type-logo {
    height: 60px;
  }
  .header-container.is-sticky .hs_cos_wrapper_type_logo {
    height: 50px;
  }
  .header-container.is-sticky .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

}

@media (max-width: 1900px) {
  #hero .hero-message {
    margin-left: 15% !important;
  }

  #hero {
    background-size: 120%;
    background-position: left center;
  }
}

@media (max-width: 1299px) {

  #hero .hero-message {
    margin-left: 10% !important;
  }

  #hero .hero-message h1 {
    font-size: 72px;
  }

  #hero .hero-message h3 {
    font-size: 16px;
  }

  .custom_case-studies .hs-rss-module .hs-rss-item:nth-child(5n+1),
  .blog-listing-wrapper .post-listing .post-item:nth-child(5n+1) {
    clear: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }

  .home-slider .hs_cos_gallery_main .slick-slide {
    min-height: 520px;
  }

  .home-slider .caption {
    top:170px;
  }

  .three-col-equal-with-background-image .column .inner-content .content {
    top: 81px;
  }


  .home-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
    position:static;
  }

  .home-slider .caption {
    top: auto;
    bottom: 203px;
    position: absolute;
    display: block !important;
    left: 0;
    right: 0;
  }

  .specialties .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
    height: 215px;
    width: 30% !important;
  }
}
@media (max-width: 1200px) {


  .body-container .hs_cos_wrapper_type_form,
  .body-container .hs_cos_wrapper_type_blog_subscribe,
  .body-container .hs-search-module,
  .body-container .widget-type-email_simple_subscription,
  .body-container .widget-type-email_subscriptions,
  .body-container .widget-type-email_subscriptions_confirmation,
  .body-container .widget-type-password_prompt {
    padding: 15px;
  }
  body .hs-button.primary, 
  body input[type="submit"], 
  body input[type="button"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs_cos_gallery_thumbnails .slick-slide.slick-current {
    max-width: 880px;
  }

  .home-slider .caption .title {
    font-size: 50px;
    line-height: 70px;
  }

  .home-slider .caption .subtitle {
    font-size:17.6px;
  }

  .home-slider .caption {
    margin:0 auto;
    width:80%;
  }

  body.blog.hs-blog-post .content-wrapper > div {
    margin-left: 0;
    margin-right: 0;
  }

  .specialties .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
    height: 195px;
  }

}


@media (max-width: 1100px) and (min-width:768px) {
  .three-col-equal-with-background-image .column .inner-content h2 {
    font-size:190%;
  }

  .three-col-equal-with-background-image .column .inner-content p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .three-col-equal-with-background-image .column .inner-content {
    text-align:center;
  }

  .three-col-equal-with-background-image .column .inner-content a.readMore {
    padding: 10px 20px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: auto;
    max-width: none;
    margin-top: 10px;
    font-size: 12px;
  }

  .three-col-equal-with-background-image .column .inner-content .content {
    top: 40px;
  }

}

@media (max-width: 1024px) {

  .header-container .row-fluid #custom_col.logo-col {
    width: 35%;
  }
  .header-container .row-fluid #custom_col.menu-col {
    width: 65%;
  }


  .home .three-col-equal-with-background-image .inner-group {
    margin:0;
  }
}




@media (max-width: 1000px) {
  .header-container .row-fluid .widget-span {
    min-height: 0;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(1),
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(6) {
    display: block !important;
  }
  .header-container .row-fluid #custom_col.logo-col,
  .header-container .row-fluid #custom_col.menu-col {
    width: 100%;
    float: none;
  }
  .header-container .row-fluid #custom_col.logo-col .widget-type-logo,
  .header-container .row-fluid #custom_col.logo-col .widget-type-logo .cell-wrapper,
  .header-container .hs_cos_wrapper_type_logo,
  .header-container .hs_cos_wrapper_type_logo a img {
    position: static;
    height: auto;
  }
  .header-container .hs_cos_wrapper_type_logo {
    text-align: center;
    padding-top: 1.035714285714286em;
    padding-bottom: 1.035714285714286em;
    padding-left: 39px;
    padding-right: 39px;
    position: relative;
  }
  .header-container .hs_cos_wrapper_type_logo a img {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
  }

  .header-container .custom-header-logo {
    width:100% !important;
    max-width:100%;
    margin:0;
  }

  .custom-header-logo .hs_cos_wrapper img {
    margin: 0 auto;
    display: block;
    right: 0;
    left: 0;
  }

  .custom-header-logo .hs_cos_wrapper {
    position: relative;
    display: block;
  }
  img.alignLight,
  img.alignRight,
  .alignleft,
  .alignright {
    display: block;
    width: 100%;
    float: none !important;
    margin: 0 0 20px 0!important;
    position:static !important;
  }


  .custom-footer-logo img {
    margin-bottom: 8px;
  }

  .custom-footer-top-group h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .custom-footer-top-group h4 {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .custom-footer-top-group .qbutton {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .custom-footer-top-group .page-center {
    padding: 52px 0 20px;
  }

  h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .custom-header-logo .hs_cos_wrapper img {
    top: 14px;
    max-width: 320px;
    height: auto;
  }

  /* .content-top-image-group {
  min-height: 365px;
}*/

  .hs_cos_gallery_thumbnails .slick-slide.slick-current {
    max-width: 660px;
  }

  .specialties .body-container .hs_cos_wrapper_type_form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }

  .specialties .body-container .hs_cos_wrapper_type_form .hs-input {
    max-width: 600px;
  }

  .specialties .body-container .hs_cos_wrapper_type_form .content .image-group {
    margin-top: 0 !important;
    float:none !important;
  }

  .home-slider .hs_cos_gallery_main .slick-slide {
    min-height: 650px;
    margin-top: 0;
  }

  .home-slider .caption {
    bottom: 263px;
  }

  .home-slider .slick-prev {
    left:5px !important;
  } 
  .home-slider .slick-next {
    right:5px;
  }

  .home .three-col-equal-with-background-image {
    width: 100%;
  }

  .home .three-col-equal-with-background-image .inner-group {
    text-align:center;
  }

  .three-col-equal-with-background-image .column {
    width: auto;
    display: inline-block;
  }


  body:before {
    top: 100px;
  }

  .body-container-wrapper .hs_cos_wrapper_type_header h1 {
    font-size: 40px;
    line-height: 50px;
    padding-top:30px;
  }

  .body-container-wrapper .hs_cos_wrapper_type_header {
    padding-bottom:55px;

  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left:0 !important;
    padding-right:0 !mportant;
  }

  .custom-sidebar-links-group {
    padding: 5px 15px 25px 15px;
  }

  .home .custom-row2-group .page-center {
    padding-bottom:0;
  }

  .header-container .custom-header-logo {
    padding-top:0;
  }


  .three-column-equal-with-top-image,
  .testimonials-group .outer-group, 
  .about .custom-row3 .page-center.bottom > div,
  .two-col-right-with-bg,
  .custom-two-col-left .inner-group {
    margin:0 !important;
  }

  .related-posts {
    padding-left:10px;
    padding-right:10px;
  }

  .specialties .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
    height: 135px;
    width: 29% !important;
    margin-right:20px !important;
  }
}

@media (max-width:900px) {

  #hero {
    background-size: 0%;
    background-color: #ffffff;
  }

  #hero .hero-message, 
  #hero > .row-fluid-wrapper {
    width: 100%;
  }

  #hero .hero-message h1 {
    max-width: 500px;
    text-align: center;
    margin: auto;
  }

  #hero .hero-message h3 {
    font-size: 16px;
    text-align: center;
    margin: auto;
    display: block;
    max-width: 500px;
    width: 80%;
  }

  #hero .hero-message {
    margin: auto !important;
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
  }
}
@media (min-width:768px) {
  .two-column-equal-with-heading .column {
    width: 50%;
    float:left;
  }

  .two-column-equal-with-heading {
    margin-left:-15px;
    margin-right:-15px;
  }

  .capabilities .custom-top-content-group > span {
    margin-left:-15px;
    margin-right:-15px;
    display:block;
  }

  .team-member-parent {
    width: 20%;
    float: left;
    margin-bottom: 20px;
  }


  .testimonials-group .outer-group,
  .about .custom-row3 .page-center.bottom > div {
    margin-left: -15px;
    margin-right: -15px;
  }


  .testimonials-group .column {
    float:left;
    width:50%;
  }


  .testimonials-group .column .inner-group {
    padding-left:15px;
    padding-right:15px;
  }



  .custom-two-col-left {
    display:table;
    width:100%;
  }

  .custom-two-col-left .inner-group {
    display: table;
    margin: 0 -15px;
  }


  .custom-two-col-left .column {
    float:left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-two-col-left .col1 {
    width: 25%;
  }

  .custom-two-col-left .col2 {
    width: 75%;
  }


  .about .custom-row2-bottom-group .custom-left {
    padding-right:49px;
    width:50% !important;
  }

  .about .custom-row2-bottom-group .custom-right {
    padding-left:49px;
    border-left: solid 1px #eaeaea;
    width:50% !important;
    margin:0 !important;
  }

  .capabilities .custom-bottom-left-content {
    margin-left: -15px !important;
    width:33.33% !important;
  }

  .capabilities .custom-bottom-right-content {
    margin-right:-15px !important;
    width:66.66% !important;
    margin-left:0 !important;
  } 

  .about .custom-row2 .page-center  > div  {
    margin-left: -15px;
    margin-right: -15px;
  }

  .two-col-right-with-bg .column {
    float:left;
  }

  .two-col-right-with-bg .column.col2 {
    width: 33.33333333%;
  }

  .two-col-right-with-bg .column.col1 {
    width: 66.66666667%;
  }

  .two-col-right-with-bg {
    margin:0 -15px;
  }

  .home .custom-row5 .hs_cos_wrapper_type_form, .home .custom-row2-group .row2-content {
    width: 68.5%;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    float: none !important;
    max-width:100%;
  }

  .three-col-equal-with-background-image .inner-group {
    margin:0 -15px;	
  }

  .three-col-equal-with-background-image .column {
    width: 33.33333333%;
    float:left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .staff-directory-parent {
    width: 25%;
    float:left;
  }

  .staff-directory-parent .staff-directory {
    padding-left:15px;
    padding-right:15px;
  }

  .contact .custom-row3 .content {
    margin: 0 -15px;
    display:table;
  }



}

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

@media (max-width: 767px) {
  img.awardimg {
    position: initial !important;
  }
  .one-column-content-with-top-image .inner-content-group {
    padding:0;
  }
  
  .two-col-list {
    column-count: 1;
  }


  #hubspot-author_data .social {
    float: none;
  }


  .custom_case-studies .hs-rss-module .hs-rss-item {
    width:48%;
  }

  .contact .custom-row3 {
    padding-bottom: 40px;
  }

  .content-top-image-group {
    width: 100%;
    float: none;
    margin-bottom: 75px;
  }

  .two-col-right-with-bg .inner-content .column  p {
    padding-left:0;
    border-left:0;
  }

  .two-column-equal-with-heading .col1 {
    border-right:0;
  }

  .footer-container .row-fluid #custom_col,
  .footer-container .row-fluid #custom_col.span6,
  .footer-container .row-fluid #custom_col.span3 {
    width: 100%;
    float: none;
  }
  .footer-container .row-fluid #custom_col {
    margin-bottom: 0;
  }
  .footer-container .row-fluid #custom_col:last-child {
    margin-bottom: 0;
  }
  .footer-container .row-fluid > .custom_bottom .row-fluid #custom_col {
    margin-bottom: 0;
  }

  body.two-column .content-wrapper .main-content.span8,
  body.two-column .content-wrapper .sidebar.right.span4,
  body.blog.hs-blog-post .content-wrapper .blog-content.span8,
  body.blog.hs-blog-post .content-wrapper .blog-sidebar.span4 {
    width: 100%;
  }
  body.blog.hs-blog-post .content-wrapper > div {
    margin-left: 0;
    margin-right: 0;
  }
  body.blog.hs-blog-post .content-wrapper .blog-content > div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials-group .column.col1 {
    border-right:0;
  }

  .body-container-wrapper .hs_cos_wrapper_type_header h1 {
    margin-bottom:0;
  }

  /*.sidebar + .main-content,
  .main-content + .sidebar,
  .main-content + .main-content,
  .blog-content + .blog-sidebar,
  .blog-sidebar + .blog-content {
  margin-top: 30px;
}*/

  .footer-container .row-fluid > .custom_top .page-center > div {
    margin-left: 0;
    margin-right: 0;
  }

  .custom-footer-top-group .page-center {
    padding-bottom:32px;
  }

  /* .footer-container-wrapper .custom-footer-bottom-group {
  padding-left:0;
  padding-right:0;
}*/

  .custom_row, .row-fluid .custom_row, .custom_row.widget-span, .row-fluid .custom_row.widget-span {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-container .row-fluid #custom_col {
    padding-left:0;
    padding-right:0;
  }

  .footer-subscribe-wrapper {
    left:0 !important;
  }

  .body-container-wrapper .hs_cos_wrapper_type_header {
    padding:25px 0 55px;
  }

  .body-container-wrapper .hs_cos_wrapper_type_header h1 {
    font-size: 30px;
    line-height: 40px;
  }


  .custom-sidebar-links-group {
    display:none !important;
  }


  .team-member-group .inner-group {
    padding:0;
  }

  .Culture .custom-bottom-content-group {
    padding-left:15px;
    padding-right:15px;
  }

  .hs_cos_gallery_thumbnails .slick-slide.slick-current {
    max-width: 440px;
  }


  .capabilities .body-container-wrapper {
    padding-bottom: 20px;
  }

  .body-container-wrapper .hs_cos_wrapper_type_header h1 {
    padding-top:0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left:0;
    padding-right:0;
  }

  .contact .custom-row3 {
    padding-left:10px;
    padding-right:10px;
  }


  .home .custom-row3-group .page-center {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .two-column-equal-with-heading .column .inner-group,    
  .two-column-equal-with-heading .column {
    padding-right:0 !important;
    padding-left:0 !important;
  }


  .blog-post-wrapper #hubspot-author_data {
    overflow: hidden;
  }

  .custom_hero {
    margin-left: 0;
    margin-right: 0;
  }

  body.blog.hs-blog-post .content-wrapper .blog-content {
    padding-right:0;
  }

  .related-posts .related-post-items .related-post-item {
    width: 48%;
  }

  .specialties .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
    height: 530px;
    width: 100% !important;
    margin-right: 0 !important;
  }

  .specialties .hs_cos_gallery_thumbnails .slick-slide.slick-current {
    max-width: 100%;
    width: 100% !important;
  }
  
  
  blockquote {
    display: inherit;
    float: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
  }
  
  blockquote i {
    left: 0;
    top: 0;
  }



}

@media (max-width: 600px) {
  .modal {
    display: none !important;
  }
  .modal-mask {
    background: none;
  }
  .related-posts .related-post-items .related-post-item,
  .blog-listing-wrapper .post-listing .post-item,
  .custom_case-studies .hs-rss-module .hs-rss-item {
    width: 100% !important;
    margin-right: 0;
    float: none;
  }
  .custom_case-studies .hs-rss-module .hs-rss-item:nth-child(5n+1),
  .blog-listing-wrapper .post-listing .post-item:nth-child(5n+1) {
    clear: none;
  }
  .custom_case-studies .hs-rss-module .hs-rss-item:nth-child(2n+1),
  .blog-listing-wrapper .post-listing .post-item:nth-child(2n+1) {
    clear: none;
  }

  .body-container-wrapper .hs_cos_wrapper_type_header h1 {
    font-size: 25px;
    line-height: 35px;
  }

  .body-container-wrapper .hs_cos_wrapper_type_header {
    padding-top:15px;
    padding-bottom:40px;
  }

  .about .custom-row2 .page-center .custom-inner-group {
    padding-left:25px;
    padding-right:25px;
  }

  .leadership-group .image {
    margin-left:0;
    float:none;
  }

  .custom-two-col-left .column.col1 h1 {
    display:none;
  }

  .hs_cos_gallery_thumbnails .slick-slide.slick-current {
    max-width: 215px;
  }

  .home  .custom-row5 .hs_cos_wrapper_type_form,
  .home .custom-row2-group .row2-content {
    padding-left:20px;
    padding-right:20px;
  }

  .home-slider .caption .title {
    font-size:40px !important;
    line-height:50px;
  }

  .home-slider .slick-prev, .home-slider .slick-next {
    display:none !important;
  }

  .home-slider .caption {
    width:95%;
  }


  .contact .body-container .hs_cos_wrapper_type_form {
    padding-left: 15px;
    padding-right: 15px;

  }


  .footer-container .mobile-hide {
    display:none !important;
  }

  .home .custom-row2-group .page-center h1 {
    font-size:29px;
  }

  .contact .custom-row3 .content {
    display:none;
  }

  .fb_iframe_widget {
    overflow-x: auto;
    width: 280px;
  }
  
  .hs-rss-module.feedreader_box.hs-hash-1524520163 {
    display: flex;
    justify-content: center;
}

  .related-posts .related-post-items .related-post-item {
    width:100%;
    margin-right:0;
  }

  .sidebar-email-sub,
  .custom_blog-subscribe .hs_cos_wrapper_type_blog_subscribe {
    padding-left:20px !important;
    padding-right:20px !important;
  }

  .specialties .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
    height: 360px !important;
  }

}


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

@media (max-width: 480px) {
  .custom_recent-posts-slider .slick-slider .hs-rss-item.hs-with-featured-image .hs-rss-item-text,
  .custom_recent-posts-slider .slick-slider .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  body.blog.hs-blog-post .content-wrapper .blog-content {
    padding-right: 0;
  }

  .body-container-wrapper .hs_cos_wrapper_type_header h1 {
    font-size: 20px;
    line-height: 25px;
  }

  .custom-header-logo .hs_cos_wrapper img {
    top: 20px;
    max-width: 100%;
    padding-left: 20px;
  }

  .header-container {
    padding-left:25px;
    padding-right:25px;
  }


}

@media (max-width: 479px) {

  .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .caption {
    right: 0;
    left: 0;
    display: block;
    float: right;
    margin-left: 10px;
  }

  .testimonials-group .column {
    padding-left:15px;
    padding-right:15px;
  }

  .specialties .body-container .hs_cos_wrapper_type_form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    padding:0 !important;
  }

  .about .custom-row2 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_header {
    display:block;
  }

  .about .custom-row2 .hs_cos_wrapper.hs_cos_wrapper_widget h4 {
    padding:0;
  }

  div.pp_pic_holder,
  div.pp_default .pp_content,
  .pp_hoverContainer,
  #fullResImage {
    height:auto !important;
    width:100% !important;
    left: 0 !important;
    right:0;
  }


  .pp_content_container .pp_details {
    width: 100% !important;
  }

  a.pp_close {
    position: relative !important;
    right: auto !important;
    left: 88%;
    /* float: right; */
    width: auto !important;
  }

  .three-col-equal-with-background-image .column .inner-content .content {
    top:50px;
  }

  .specialties .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
    height: 270px !important;
  }

  .specialties .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .caption {
    margin-left:0;
  }

}

@media (max-width: 420px) {
  .header-container {
    padding-left: 15px;
    padding-right: 15px;
  }


}
@media (max-width: 400px){
  #comment-form #captcha_wrapper {overflow: visible;margin-left: -7px;}
  .recaptchatable #recaptcha_image #recaptcha_challenge_image {width: 100%;}
  .recaptchatable .recaptcha_r4_c2 {width: 0;}
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {width: 93px !important;}
}
@media (max-width: 350px) {
  .footer-container .row-fluid > .custom_bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-container .row-fluid > .custom_bottom .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-container .row-fluid > .custom_bottom .custom_row.first > div {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .row-fluid .custom_recent-posts-slider {
    width: auto;
    float: none;
  }
  .custom_recent-posts-slider .cell-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

    padding: 30px 0;
  }


  .home-slider .caption .title {
    font-size:32px !important;
    line-height:32px;
  }



}





.footer-subscribe-wrapper {
  border: solid 1px #192327;
  padding: 15px;
  max-width: 286px;
  display: block;
  margin-top: 22px;
  position: relative;
  background-color: rgba(0,0,0,0.2);
  left: -12px;
}


.sort-by-topic {
  background-color: #2e5a76;
  color: #fff;
}

.sort-by-topic ul {
  list-style: inherit;
  font-size: 19px;
}

.sort-by-topic h3 {
  color: #fff!important;
}

.sort-by-topic a {
  color: #fff!important;
  opacity:0.85;
  transition:0.2s;
}
.sort-by-topic a:hover {
  opacity:1;
}


.sidebar-button {
  padding: 12px 20px;
  background-color: #288cbc;
  color: #fff;
  font-weight: 300;
  width: 100%;
  margin: 10px 0;
  border-radius: 4px;
  font-size: 20px;
  display: block;
  transition:0.3s;
}

.sidebar-button:hover {
  background-color: #2e5a76;
  color: #fff!important;
}


.blog-pagination {
  display: inherit!important;
}



img.awardimg {
  position: absolute;
  top: -180px;
  width: 170px !important;
  right: 0px;
}

.span12.widget-span.widget-type-rich_text.custom_images {
  position: relative;
}