/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'Custom/system/default/Hs Default Custom Style.css'                      */
/****************************************************************************/

/* @import url('http://example.com/example_style.css'); */
@font-face {
  font-family: 'borda-medium';
  src: url('https://cdn2.hubspot.net/hub/452975/file-2564613593.eot');
  src: url('https://cdn2.hubspot.net/hub/452975/file-2564613593.eot?#iefix') format('embedded-opentype'),
    url('https://cdn2.hubspot.net/hub/452975/file-2557372946.woff') format('woff'),
    url('https://cdn2.hubspot.net/hub/452975/file-2564613598.ttf') format('truetype'),
    url('https://cdn2.hubspot.net/hub/452975/file-2557372951.svg#EuclidCircularBTrialSemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'socialicoregular';
  src: url('https://cdn2.hubspot.net/hub/452975/file-2569656043.eot');
  src: url('https://cdn2.hubspot.net/hub/452975/file-2569656043.eot?#iefix') format('embedded-opentype'),
    url('https://cdn2.hubspot.net/hub/452975/file-2583526040.woff') format('woff'),
    url('https://cdn2.hubspot.net/hub/452975/file-2583526045.ttf') format('truetype'),
    url('https://cdn2.hubspot.net/hub/452975/file-2576498524.svg#EuclidCircularBTrialSemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'modern_pictograms_proregular';
  src: url('https://cdn2.hubspot.net/hub/452975/file-2576266984.eot');
  src: url('https://cdn2.hubspot.net/hub/452975/file-2576266984.eot?#iefix') format('embedded-opentype'),
    url('https://cdn2.hubspot.net/hub/452975/file-2576266994.woff') format('woff'),
    url('https://cdn2.hubspot.net/hub/452975/file-2576267019.woff2') format('woff2'),
    url('https://cdn2.hubspot.net/hub/452975/file-2576266989.ttf') format('truetype'),
    url('https://cdn2.hubspot.net/hub/452975/file-2576266999.svg#EuclidCircularBTrialSemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}


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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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





*{margin:0; padding:0;-moz-box-sizing:border-box; /* Firefox 1, probably can drop this */ -webkit-box-sizing: border-box; /* Safari 3-4, also probably droppable */ box-sizing:border-box; /* Everything else */}

html, body{ height:100%; width:100%; margin:0; }

h1, h2, h3{ font-family: 'borda-medium'; font-weight:normal !important; }
p{ font-family: "anago",sans-serif; font-weight:400; font-size:16px; line-height:22px; color:#5b5b5b; }
img{ max-width:100%; height:auto; }
form{ font-family: 'borda-medium'; font-weight:normal !important; font-size:15px; line-height:22px; letter-spacing:0.2em; color:#1b2935; }

.modern-pic{ font-family: 'modern_pictograms_proregular'; font-weight:normal; font-size:26px; position:relative; }
.social-ico{ font-family: 'socialicoregular'; font-weight:normal; font-size:28px; position:relative; }

/* Navigation
---------------------------*/
.main-nav{ position:relative; width:100%;  }
.middle-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{ max-width:100%; display:block; }
.hs-menu-wrapper, .hs-menu-wrapper *{ width:auto; }
.logo-wrap{ background-color:#4497cb; padding:20px 0; text-align:center; }
.db-nav{ max-height:100%; width:100%; height:auto; background:rgba(27,42,50,1); padding-top:30px;
    /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.db-nav li a{ color:#FFF; font-family: 'borda-medium'; font-size:13px; letter-spacing:0.2em; }
.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ padding:10px; }
.main-nav .social-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ padding:30px 10px; }
.middle-nav{ text-align:center; }
.middle-nav ul{ text-align:center; }
.db-nav .modern-pic{ font-size:14px; display:inline-block; zoom:1; *display:inline; }
.solutions-link, .company-link, .resources-link, .media-link{ display:inline-block; zoom:1; *display:inline; }
.social-nav{ text-align:center; }
.social-nav li{ display:inline-block; max-width:30%; vertical-align:top; zoom:1; *display:inline; }
.social-nav .modern-pic{ font-size:28px !important; }
.social-nav .social-ico{ font-size:34px !important; }
.social-nav li{ line-height:20px; }
.banner-nav{ position:relative; }

/* Mega Menu
---------------------------*/
.widget-type-global_group{ min-height:0 !important; }
.mega-menu-solutions .modern-pic{ display:inline-block; vertical-align:middle; zoom:1; *display:inline; }
#mega-menu-main.mega-menu-solutions{ display:none; min-height:0; background-color:#0a1114; color:#97aeb7; }
.mega-menu-solutions .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ max-width:100% !important; }
.mega-menu-solutions p{ font-family: "anago",sans-serif; font-weight:400; font-size:16px; line-height:22px; color:#97aeb7; }
.dropdown-header{ height:38px; }
.dropdown-right-menu li a{ padding:0 20px; }
.dropdown-right .dropdown-header li a, .dropdown-left .dropdown-header li a, .dropdown-middle h3{ padding-top:0 !important; }
.dropdown-header a, .dropdown-header, .dropdown-header h3{ font-family: 'borda-medium' !important; font-weight:normal !important; font-size:21px !important; letter-spacing:0.2em; color:#FFF !important; }
.dropdown-middle a, .dropdown-right a{ color:#97aeb7; font-size:20px; line-height:31px; font-family: "anago",sans-serif; font-weight:400; }
.dropdown-middle .one-line-description{ color:#2b444f; font-size:14px; line-height:7px; font-family: "anago",sans-serif; font-weight:400; }
.dropdown-left, .dropdown-middle, .dropdown-right{ display:block; max-width:90%; width:100%; margin:0 auto !important; padding:30px 0; }
.dropdown-middle, .dropdown-right{ border-top:2px solid #2b444f; }
.dropdown-left p, .dropdown-middle h3, .dropdown-middle .applications-wrap{ padding:10px 20px; }
.dropdown-middle h3{ font-size:21px !important; }
.applications-wrap-image, .applications-wrap-text{ display:inline-block !important; zoom:1; *display:inline; }
.applications-wrap-text a, .one-line-description{ padding:0 20px !important; }
.dropdown-middle .one-line-description{ color: #97aeb7;line-height:1em}
.dropdown-left .dropdown-more a{ font-family: "anago",sans-serif; font-weight:200; color:#4497cb; font-size:16px; line-height:32px; }

/* General
---------------------------*/
.col-l h3, .col-r h3{ font-size:21px; line-height:22px; color:#1b2935; letter-spacing:0.2em; padding-bottom:24px; padding-top:40px; }
.section-title{ text-transform:uppercase; }
.two-columns{ background-size:cover !important; }
.page-center{ max-width:90%; width:100%; margin:0 auto !important; float:none !important; position:relative; }

/* Home Page
---------------------------*/
.banner{ background-size:cover !important; background-color:#050f16; width:100%; height:625px; color:#FFF; position:relative; z-index:1; }
.home-page .banner-title{ padding-top:160px; font-size:43px; }

.home-page .banner-copy, .home-page .banner a{ font-family: "anago",sans-serif; font-weight:200; font-size:18px; }
.home-page .banner-copy{ padding:30px 0; color:#FFF; line-height:26px; }
.home-page .banner a{ text-decoration:none; color:#61b8ef; }
.cta-link .modern-pic{ vertical-align:middle; }

.home-one{ width:100%; height:auto; position:relative;  }
.home-one .col-l{ position:absolute; max-width:300px; width:100%; bottom:0; margin:0 auto; left:0; right:0; }
.home-one .col-r{ position:relative; padding-bottom:280px; }
.remarkables-row{ width:100%; height:auto; padding:30px 0 !important; text-align:center; background:url(//cdn2.hubspot.net/hub/452975/file-2680124908-jpg/map-bg.jpg) center center no-repeat; background-size:cover; }
.remarkables-row h3{ color:#1b2935; letter-spacing:0.2em; font-size:21px; line-height:22px; padding:20px 0; }
.remarkables-row .image-left, .remarkables-row .image-right{ display:none; }
.remarkables-block{ padding:20px 0; }
.blog-rss{ width:100%; height:auto; padding:40px 0; }
.blog-rss h3{ font-size:14px; line-height:22px; color:#839aab; padding-bottom:20px; }
.hs-rss-item.hs-with-featured-image .hs-rss-item-text, .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{ width:100%; display:block; }
.hs-rss-title{ cursor:default !important; font-family:'borda-medium'; font-size:28px; color:#1b2935; text-decoration:none; }
.hs-rss-description{ padding-top:24px; }
/* don't show Read More link for now */
.hs-rss-description a{ text-decoration:none; font-size:18px; line-height:38px; color:#3c98cc; display:block; margin-bottom:24px; }
.hs-rss-description .modern-pic{ padding-left:5px; vertical-align:middle; }
.no-link a{ margin-bottom:0; display:inline; font-size:16px; line-height:22px; color:#5b5b5b; }

/* About Page
---------------------------*/
.about-page .banner{ height:386px; text-align:center; }
.about-page .banner .page-center{ padding-top:20px; }
.about-page .banner-title{ font-size:40px; padding-bottom:22px; }
.about-page .banner-copy{ font-size:18px; line-height:26px; color:#c1d6e0; }
.about-page .body-container-wrapper .page-center{ padding:50px 0; }
.about-page .two-columns .section-header{ padding-top:30px; }
.dod-section{ background:url(//cdn2.hubspot.net/hub/452975/file-2670373927-jpg/About_Page/about-bg-01.jpg) center center no-repeat; background-size:cover !important; text-align:center;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='http://cdn2.hubspot.net/hub/452975/file-2670373927-jpg/About_Page/about-bg-01.jpg',
    sizingMethod='scale');
    
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='http://cdn2.hubspot.net/hub/452975/file-2670373927-jpg/About_Page/about-bg-01.jpg',
    sizingMethod='scale')";
}
.dod-icons{ width:170px !important; margin:0 auto !important; }
#hs_cos_wrapper_module_14256888734506093{ font-family:'borda-medium'; font-size:28px; line-height:36px; color:#1b2935; display:block; padding-bottom:50px; }
.hq-bar{ padding:16px 0; background-color:#859cad; color:#FFF; text-align:center; font-family:'borda-medium'; font-size:14px; line-height:22px; letter-spacing:0.2em; text-transform:uppercase; }

/* Contact Page
---------------------------*/
.contact-page .banner{ height:386px; text-align:center; }
.contact-page .banner .page-center{ padding-top:66px; }
.contact-page .banner-title{ font-size:40px; padding-bottom:22px; }
.contact-page .banner-copy{ font-size:18px; line-height:26px; color:#c1d6e0; }
.contact-page .main-content{ padding:50px 0; }
.contact-page form{ text-transform:uppercase; }
.contact-page .hs-form-required{ color:#3c98cc; }
.contact-page .hs-input{ margin-bottom:20px; margin-top:5px; height:32px; border:1px solid #8da3b2; font-family:"anago",sans-serif; font-size:14px; }
.contact-page textarea.hs-input{ height:164px; margin-bottom:0; }
.contact-page input[type=submit]{ font-family:'borda-medium'; font-size:13px; letter-spacing:0.2em; cursor:pointer; text-transform:uppercase; clear:both; float:right; color:#FFF; background-color:#28343b; border:1px solid #28343b; padding:10px 30px; position:relative; display:block; text-align:center; margin-top:24px; text-decoration:none; }
.contact-page input[type=submit]:hover{ background-color:#20292f; }
.contact-info{ clear:both; padding-top:50px; }
.contact-info a{ text-decoration:none !important; color:#5b5b5b !important; }
.contact-info h3{ padding-top:46px; font-size:16px; line-height:26px; letter-spacing:0.2em; color:#3c98cc; text-transform:uppercase; }
.contact-info .phone-address{ line-height:26px; }
#hs_cos_wrapper_module_14274064896143693{ font-family:"anago",sans-serif; font-size:20px; font-weight:400; color:#5b5b5b; }

/* Industries Page
---------------------------*/
.industries-page .banner{ height:386px; text-align:center; }
.industries-page .banner .page-center{ padding-top:28px; }
.industries-page .banner-title{ font-size:40px; padding-bottom:22px; }
.industries-page .banner-copy{ font-size:18px; line-height:26px; color:#c1d6e0; }
.industries-page .body-container-wrapper .page-center{ padding:50px 0; }
.industries-page .col-l h3{ padding-top:0; }
.industries-page .col-l .section-header{ margin-bottom:40px; }
.more-btn{ font-family:'borda-medium'; font-size:13px; letter-spacing:0.2em; text-transform:uppercase; color:#FFF; background-color:#28343b; padding:10px 30px; position:relative; display:block; text-align:center; margin-top:24px; text-decoration:none; }
.more-btn:hover{ background-color:#20292f; }
.industries-page .section-img{ text-align:center; }
#hs_cos_wrapper_module_14256006514134630 .img-r{ 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='http://cdn2.hubspot.net/hub/452975/file-2670399107-jpg/Industries_Page/industries-bg-01.jpg',
    sizingMethod='scale');
    
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='http://cdn2.hubspot.net/hub/452975/file-2670399107-jpg/Industries_Page/industries-bg-01.jpg',
    sizingMethod='scale')";
}

#hs_cos_wrapper_module_14256006697065189 .img-r{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='http://cdn2.hubspot.net/hub/452975/file-2680481943-jpg/Industries_Page/industries-bg-02.jpg',
    sizingMethod='scale');
    
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='http://cdn2.hubspot.net/hub/452975/file-2680481943-jpg/Industries_Page/industries-bg-02.jpg',
    sizingMethod='scale')";
}

/* Industries Interior
---------------------------*/
.industries-interior .industries-links{ text-align:center; }
.industries-interior .industries-links h3{ font-size:21px; line-height:22px; color:#1b2935; letter-spacing:0.2em; padding-bottom:40px; }
.industries-links a{ font-family:'borda-medium'; font-size:16px; line-height:22px; color:#3c98cc; letter-spacing:0.2em; text-decoration:none; display:block; }
.industries-links a:hover{ color:#5b5b5b; }
.link-block{ margin-bottom:40px; }
.link-block img{ cursor:pointer; padding-bottom:20px; }
    

/* Platform Page
---------------------------*/
.platform-page .banner{ text-align:center; height:386px; }
.platform-page .banner-title{ padding-top:18px; font-size:40px; padding-bottom:22px; }
.platform-page .banner-copy{ font-size:18px; line-height:26px; color:#c1d6e0; }
.platform-page .body-container-wrapper .page-center{ padding:50px 0; }
.platform-page .col-r .section-header{ padding-top:30px; }
.platform-page .col-l .section-header{ padding-bottom:30px; }
.platform-page .col-l h3, .platform-page .col-r h3{ padding-top:0; }
.platform-page h3{ font-size:21px; line-height:22px; color:#1b2935; text-transform:uppercase; letter-spacing:0.2em; padding-bottom:24px; }
.agnostic-data-section{ background:url(//cdn2.hubspot.net/hub/452975/file-2670268237-jpg/Platform_Page/platform-bg-02.jpg) center center no-repeat; background-size:cover !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='http://cdn2.hubspot.net/hub/452975/file-2670268237-jpg/Platform_Page/platform-bg-02.jpg',
    sizingMethod='scale');
    
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='http://cdn2.hubspot.net/hub/452975/file-2670268237-jpg/Platform_Page/platform-bg-02.jpg',
    sizingMethod='scale')";
}
.agnostic-description{ font-family: "anago",sans-serif; font-weight:400; font-size:16px; line-height:22px; color:#5b5b5b; padding-bottom:40px; }
.icon-small-text{ text-align:center; padding-bottom:34px; }
.icon-small-text h6{ font-family:'borda-medium'; font-weight:normal; font-size:16px; line-height:22px; letter-spacing:0.2em; color:#1b2935; text-transform:uppercase; padding-top:24px; }
.platform-page .technical-benefits h3{ padding-bottom:0; }
.platform-page .technical-benefits .two-columns .page-center{ padding:22px 0 !important; }
.technical-benefits{ text-align:center; }
.technical-benefits .section-header h3{ font-size:18px; line-height:22px; color:#3c98cc; padding-bottom:18px !important; }
.technical-benefits .section-header{ padding-top:18px !important; }
.platform-page .section-img{ text-align:center; }
#hs_cos_wrapper_module_14256690664561846 .img-r{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='http://cdn2.hubspot.net/hub/452975/file-2680210313-jpg/Platform_Page/platform-bg-01.jpg',
    sizingMethod='scale');
    
    -ms-filter: "progid:DXImageTran sform.Microsoft.AlphaImageLoader(
    src='http://cdn2.hubspot.net/hub/452975/file-2680210313-jpg/Platform_Page/platform-bg-01.jpg',
    sizingMethod='scale')";
}

/* Blog Index Page
---------------------------*/
.blog .banner{ text-align:center; height:386px; }
.blog .banner-title{ font-size:40px; padding-top:52px; padding-bottom:22px; }
.blog .banner-copy{ color:#c1d6e0; font-size:18px; line-height:26px; }
.blog .hs_cos_wrapper_type_blog_social_sharing{ display:block; margin-bottom:30px; }
.blog .custom_listing_comments{ display:none; }
.blog .more-btn{ font-size:14px; padding:14px 30px; }
.post-meta{ font-family: "anago",sans-serif; font-weight:400; font-size:15px; line-height:25px; color:#5b5b5b; padding:20px 0; }
.post-meta a{ text-decoration:none; color:#4497cb; }
.post-meta .awesome{ padding-right:3px; }
.post-meta .divider{ font-size:15px; color:#5b5b5b; padding:0 5px; }
.post-header h2 a{ font-size:36px; color:#1b2935; letter-spacing:-0.025em; text-decoration:none; }
.blog .hs-featured-image-wrapper img{ margin-bottom:20px; float:none; margin-left:0; width:100%; max-width:100%; }
.post-body p{ font-size:18px; line-height:28px; }
.blog-pagination{ margin-top:30px; margin-bottom:20px; }
.blog .post-item{ padding:50px 0; border-top:1px solid #d3d1cc; }
.blog .post-item:first-child{ border-top:none; }

.blog-sidebar{ padding-bottom:50px; max-width:258px; margin:0 auto !important; float:none; }
.blog-sidebar ul{ list-style:none; }
.blog-sidebar li{ border-bottom:1px solid #d3d1cc; }
.blog-sidebar li a{ text-decoration:none; display:block; padding:15px 0; color:#5b5b5b; font-family: "anago",sans-serif; font-weight:400; font-size:14px; }
.sb-categories h3{ font-size:18px; color:#1b2935; text-transform:uppercase; padding-bottom:15px; border-bottom:1px solid #d3d1cc; }
.blog-search{ padding-bottom:50px; }
#gsc-i-id1{ background:none !important; font-family: "anago",sans-serif; font-weight:400; font-size:15px; color:#5b5b5b; height:auto !important; margin:0; }
.blog-search .gsc-search-box{ position:relative; }
.blog-search .gsc-input-box{ border:1px solid #d3d1cc; border-radius:6px; height:32px; }
.blog .blog-search .gsc-search-button{ position:absolute; right:1px; top:0; height:30px; border:none !important; background:none !important; padding:6px 18px !important; margin-top:0; }
.blog-search .gsc-search-button:before{ content:'s'; font-family: 'modern_pictograms_proregular'; font-size:25px; color:#595959; position:absolute; right:10px; height:28px; top:6px; }
.blog-search .gsc-search-box-tools .gsc-search-box .gsc-input{ padding-right:0; }
.blog-search table.gsc-search-box td{ vertical-align:initial; }
.blog-search .gsib_b{ display:none !important; }
.blog-search table.gsc-search-box td.gsc-input{ padding-right:0; margin-bottom:0; }
.blog-search table.gstl_50{ height:32px; }
.blog-search .cse .gsc-control-cse, .blog-search .gsc-control-cse{ padding:0; }
.blog-search input.gsc-search-button, .blog-search input.gsc-search-button:hover, .blog-search input.gsc-search-button:focus{ border:none !important; background-color:transparent !important; }
.blog-search .gsc-search-box-tools .gsc-clear-button{ display:none !important; }
.placeholder{ color:#595959; }

.blog .gsc-adBlock, .blog .gcsc-branding, .blog .gsc-adBlockVertical{ display:none !important; }
.blog .gsc-wrapper.gsc-thinWrapper{ width:100%; border-right:none; }
.blog .gs-no-results-result .gs-snippet, .blog .gs-error-result .gs-snippet{ border:none; background-color:#153347; color:#c1d6e0; }
.blog .gsc-option-menu-container{ width:14%; }
.blog .gsc-selected-option-container{ width:100% !important; }
.blog .gsc-orderby{ padding-bottom:10px; }
.next-posts-link, .previous-posts-link{ font-family:"anago",sans-serif; font-size:21px; font-weight:200; color:#28343b; text-decoration:none; }
.next-posts-link{ float:right; clear:both; }

.blog .post-body a{ color:#4496ca; }

.hs-blog-post .body-container-wrapper .page-center{ padding:50px 0; }
.hs-blog-post .post-body img{ float:none; margin-left:0; width:100%; max-width:100%; }
.hs-blog-post p#hubspot-topic_data, .hs-blog-post .post-footer{ display:none; }
.hs-form-booleancheckbox-display input[type=checkbox]{ margin-right:6px; }
.hs-blog-post .post-body h1, .hs-blog-post .post-body h2, .hs-blog-post .post-body h3, .hs-blog-post .post-body h4, .hs-blog-post .post-body h5, .hs-blog-post .post-body h6{ font-family: 'borda-medium'; font-weight:normal; font-size:24px; line-height:28px; color:#4497cb; padding-bottom:10px; }
.hs-blog-post .post-body p{ padding-bottom:30px; }
.hs-blog-post blockquote{ font-family: 'borda-medium'; font-weight:normal; font-size:24px; line-height:34px; color:#1b2935; padding-left:20px; }
.hs-blog-post blockquote:before, .hs-blog-post blockquote:after{ content:'"'; font-family: 'borda-medium'; font-weight:normal; font-size:24px; line-height:34px; color:#1b2935; }

.blog .body-container-wrapper{ padding-bottom:50px; }

/* Resources page
---------------------------------------------------*/
.section-navigation-wrap {
    background:#859cad;
    padding-top:5px;
    padding-bottom:5px;
    display:none!important;
}
.resources-nav-wrap {
    max-width:1080px;
    margin:0 auto;
    text-align:center;
}
.resources-nav-wrap a {
    font-family:'borda-medium';
    color:#FFF;
    font-size:14px;
    margin:15px 25px;
    text-transform:uppercase;
    text-decoration:none;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.resources-item-block {
    padding: 28px;
  background: #FFF;
  margin-bottom: 40px
}
.resource-item-thumbnail img {
  display: block;
    max-width:100%;
    width:100%;
    height:auto;
}
.resource-item-type {
    color:#839aab;
    font-size:14px;
    font-family:'borda-medium';
    padding-bottom:10px;
    text-transform:uppercase;
}
.resource-item-title {
  font-size: 24px;
  font-weight: 300;
    line-height:33px;
  margin-bottom: 10px;
    text-align:left;
    color:#1b2935;
    font-family: "soleil",sans-serif;
    margin-bottom:20px;
}
.resource-item-description {
  font-size: 16px;
    text-align:left;
    font-family:"anago",sans-serif;
    /*font-weight:;*/
}
.resource-item-button-wrap {
  padding-top: 28px;
    text-align:left;
}
.resource-item-button-wrap a {
    padding:8px 35px;
    font-family:'borda-medium';
    color:#FFF;
    background:#28343b;
    text-transform:uppercase;
    text-decoration:none;
    display:inline-block;
    zoom:1;
    *display:inline;
}

/* Footer
---------------------------*/
.lb-footer{ width:100%; height:auto; padding:50px 0; background-color:#4496ca; text-align:center; }
a#cta_button_452975_4bbaa8dc-6ea5-4c9f-901a-24b86af7cec1:hover{ background-color:#20292f; }
.lb-footer h1{ font-size:43px; color:#FFF; padding-bottom:20px; }
.db-footer{ width:100%; height:auto; padding:44px 0; background-color:#28343b; text-align:center; color:#d7dde1; }
.db-footer a{ color:#d7dde1; font-family:'borda-medium'; font-size:13px; letter-spacing:0.2em; }
.db-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ padding:10px; }
.db-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child a{ border-left:none !important; }
.db-footer .copyright{ font-family: "soleil",sans-serif; font-weight:300; text-align:center; font-size:14px; line-height:44px; max-width:198px; width:100%; margin:0 auto; }
.db-footer li{ line-height:19px; }

.lt-ie9 .db-nav{ background-color:#1b2a32 !important; }

/* landing Page
---------------------------*/
.cta-wrap{ width:100%; height:auto; padding:20px 0; background-color:#4496ca; text-align:center; }
.cta-wrap h1{ font-size:21px; color:#FFF; padding:10px 0; }

.landing-page .row-fluid .span10.db-nav{ display:none;}
.landing-page .banner{ height:132px; text-align:center;}
.landing-page .banner .page-center{ padding-top:28px;}
.landing-page .banner-title{ font-size:40px; padding-bottom:22px; text-align:center;}

.landing-page .body-container-wrapper{ padding:50px 0;}
.landing-page .ebook-cover-img { text-align:center;}
.landing-page .ebook-cover-img img{ display:inline-block; max-width:120px; height:auto;}
.landing-page h2{ margin-bottom:30px;}
.landing-page p{ margin-bottom:20px;}

.landing-page form{ text-transform:uppercase; }
.landing-page .hs-form-field{ margin-bottom:20px;}
.landing-page .hs-form-required{ color:#3c98cc; margin-left:0px; }
.landing-page .hs-input{ margin-bottom:2px; margin-top:5px; height:32px; border:1px solid #8da3b2; font-family:"anago",sans-serif; font-size:14px; }
.landing-page textarea.hs-input{ height:164px; margin-bottom:0; }
.landing-page input[type=submit]{ font-family:'borda-medium'; font-size:13px; letter-spacing:0.2em; cursor:pointer; text-transform:uppercase; clear:both; float:right; color:#FFF; background-color:#28343b; border:1px solid #28343b; padding:10px 30px; position:relative; display:block; text-align:center; margin-top:24px; text-decoration:none; }
.landing-page input[type=submit]:hover{ background-color:#20292f; }
.hs-form .hs-error-msgs{ list-style:none;}
.hs-form .hs-error-msgs label{ display:block; margin-bottom:10px; letter-spacing:0; font-size:12px; line-height:1.2em;}

/* Media Room
---------------------------*/
.hs-blog-name-media-room .blog-sidebar, .hs-blog-name-in-the-news .blog-sidebar{ max-width:350px; border:1px solid #d3d1cc; padding:30px; box-sizing:border-box; margin-top:50px !important; }
.hs-blog-name-media-room .blog-sidebar .post-body, .hs-blog-name-in-the-news .blog-sidebar .post-body{ padding:15px 0; border-top:1px solid #d3d1cc; }
.hs-blog-name-media-room .blog-sidebar .post-body span, .hs-blog-name-in-the-news .blog-sidebar .post-body span{ font-family:"anago",sans-serif; color:#1b2935; }
.hs-blog-name-media-room .blog-sidebar .news-sidebar-header a, .hs-blog-name-in-the-news .blog-sidebar .news-sidebar-header a{ display:block; padding-bottom:15px; text-align:center; text-transform:uppercase; font-size:22px; color:#222; text-decoration:none; }
.hs-blog-name-media-room.blog .banner-title, .hs-blog-name-in-the-news.blog .banner-title{ padding-top:120px; }

.hs-blog-name-media-room .post-meta, .hs-blog-name-in-the-news .post-meta{ padding-bottom:0;}
.share{ margin:16px 0; }
.share .addthis_default_style .at4-icon, .at4-icon{ width:2pc; height:2pc; line-height:2pc; background-size:2pc auto!important;}
.share .addthis_counter.addthis_bubble_style{ width:4pc!important; height:2pc; background-position:0px -2pc;}
.share .addthis_counter.addthis_bubble_style:hover{ background-position:0px 0px!important;}
.share .addthis_counter.addthis_bubble_style a.addthis_button_expanded{ font-size:14px; height:2pc; line-height:2pc;}


@media only screen and (min-width: 768px) {
    /*.banner{ margin-top:-56px; } */
    .middle-nav{ text-align:left; }
    .middle-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{ max-width:100%; display:inline-block; zoom:1; *display:inline; }
    .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ padding:25px 13px; }
    .main-nav{ position:absolute; top:0; left:0; right:0; z-index:2; overflow:hidden; max-width:961px; width:100%; margin:0 auto !important; }
    .middle-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ border-right:2px solid #2b444f; }
    .middle-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{ max-width:100%; }
    .social-nav{ text-align:right; }
    .social-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ border-left:2px solid #2b444f; }
    .social-nav li{ max-width:100%; }
    .main-nav .social-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ padding:30px 11px; }
    .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ max-width:170px; width:100%; padding:30px 3px; }
    .db-nav{ background:rgba(27,42,50,0.9); margin-left:0 !important; width:80%; max-height:78px; padding-top:0; margin-left:0 !important; 
        /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    }
    .banner-nav{ position:relative; }
    .home-page .banner-title{ padding-top:206px; }
    .logo-wrap{ width:17% !important; }
    
    .mega-menu-solutions{ position:absolute; top:78px; left:0; right:0; z-index:2; max-width:960px; width:100%; height:266px !important; margin:0 auto !important; float:none !important; }
    .dropdown-middle, .dropdown-right{ border-top:none; border-left:2px solid #2b444f; padding-top:0 !important; margin-top:30px !important; height:204px; }
    .dropdown-middle{ margin-left:5px !important; }
    .applications-wrap-image{ max-width:50px; width:100%; }
    .applications-wrap-text a, .applications-wrap-text .one-line-description{ padding-left:8px !important; padding-right:0 !important; padding-bottom:0 !important; vertical-align:bottom; }
    .applications-wrap-text{ margin-left:0 !important; width:74% !important; }
    .dropdown-right-menu li a{ padding:3px 20px !important; }
    
    /* Home Page
    ---------------------------*/
/*     .home-page .banner-title{ padding-top:264px; } */
    .home-page .banner-copy, .home-page .banner a{ font-family: "anago",sans-serif; font-weight:200; font-size:21px; }
    .home-page .banner-copy{ padding:30px 0 !important; color:#FFF; line-height:32px; max-width:496px; width:100%;}
    .home-one .col-l{ max-width:500px; width:100%; }
    .home-one .col-r{ padding-bottom:446px; }
    .remarkables-row{ padding:60px 0 !important; }
    .remarkables-row .image-left, .remarkables-row .image-right{ display:block; }
    .remarkables-row .image-left img{ width:100px !important; position:absolute; top:17%; left:26%; }
    .remarkables-row .image-right img{ width:100px !important; position:absolute; top:17%; left:60%; }
    .hs-rss-item.hs-with-featured-image .hs-rss-item-text{ float:right; }
    .hs-rss-item.hs-with-featured-image .hs-rss-item-text, .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{ width:48%; display:inline-block; vertical-align:top; zoom:1; *display:inline; }
    .lb-footer{ padding:80px 0 !important; }
    .demo-text{ text-align:right; }
    .home-cta{ text-align:left; }
    .home-cta a{ margin-left:12px; padding:0 48px !important; }
    .db-footer .copyright{ text-align:left; margin-left:0; }
    .db-footer .widget-type-menu{ padding-top:12px; }
    .db-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ padding:2px 10px; border-left:2px solid #d7dde1; max-height:20px; position:relative; }
    
    /* About Page
    ---------------------------*/
    .about-page .banner-copy{ max-width:686px; width:100%; margin:0 auto !important; font-size:21px; line-height:32px; }
    .about-page .banner .page-center{ padding-top:150px !important; }
    .about-page .section-img{ text-align:center; }
    .about-page .dod-section .page-center{ max-width:94%; width:100%; }
    .dod-icons{ width:20% !important; }
    .dod-icons h6{ max-width:130px; width:100%; margin:0 auto; }
    
    /* Contact Page
    ---------------------------*/
    .contact-page .banner-title{ padding-top:84px; }
    .contact-page .banner-copy{ max-width:678px; width:100%; margin:0 auto !important; float:none !important; font-size:21px; line-height:32px; }
    .contact-info{ float:none !important; display:inline-block !important; vertical-align:top; padding-top:0; }
    .contact-page form{ vertical-align:top; max-width:90%; width:100%; }
    
    /* Industries Page
    ---------------------------*/
    .industries-page .banner-title{ padding-top:140px; }
    .industries-page .banner-copy{ max-width:726px; width:100%; margin:0 auto !important; float:none !important; font-size:21px; line-height:32px; }
    .industries-page .more-btn{ max-width:155px; width:100%; margin:0 auto; margin-top:24px; }
    .industries-page .col-l .section-header{ margin-bottom:0; }
    .industries-page .col-r .section-img{ padding-top:30px; }
    
    /* Industries Interior
    ---------------------------*/
    .industries-interior .industries-links h3{ text-align:left; }
    
    /* Platform Page
    ---------------------------*/
    .platform-page .banner-title{ padding-top:140px; max-width:564px; margin:0 auto; }
    .platform-page .banner-copy{ max-width:840px; margin:0 auto; font-size:21px; line-height:32px; }
    .technical-benefits{ text-align:left; }
    .technical-benefits .col-l{ max-width:30%; display:inline-block; margin-right:20px; zoom:1; *display:inline; }
    .technical-benefits .col-r{ max-width:74%; display:inline-block; vertical-align:top; zoom:1; *display:inline; }
    
    /* Blog Index Page
    ---------------------------*/
    .blog .banner-title{ padding-top:140px; }
    .blog .banner-copy{ max-width:752px; margin:0 auto; font-size:21px; line-height:32px; }
    .blog .more-btn{ max-width:180px; }
    .blog .blog-content{ width:63%; margin-right:5%; }
    .blog-sidebar{ padding-top:50px; }
    .blog .hs_cos_wrapper_type_blog_social_sharing{ margin-bottom:10px; }
    
    /* Landing Page
    ---------------------------*/
    .landing-page .row-fluid .span10.db-nav{ display:block;}
    .landing-page .banner{ height:386px;}
    .landing-page .banner-title{ padding-top:140px; }
    
    /* Media Room
    ---------------------------*/
    .hs-blog-name-media-center .blog-sidebar, .hs-blog-name-in-the-news .blog-sidebar{ float:right !important; }
    
}


@media only screen and (min-width: 1024px) {
    .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ max-width:170px; width:100%; padding:30px 14px; }
    .main-nav .social-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ padding:30px 18px; }
    .db-nav{ min-width:796px; }
    .mega-menu-solutions{ padding-bottom:10px; }
    .dropdown-right{ margin-left:-8px !important; }
    .dropdown-middle h3, .dropdown-middle .applications-wrap, .dropdown-right ul{ margin-left:20px !important; }

    .home-one{ padding-top:40px; }
    .home-one .col-l{ position:relative; bottom:0; max-width:50%; width:100%; display:inline-block; box-sizing:border-box; margin-right:50px; zoom:1; *display:inline; }
    .home-one .col-r{ padding-bottom:0; max-width:440px; width:100%; display:inline-block; vertical-align:top; zoom:1; *display:inline; }
    .remarkables-row .image-left img{ width:130px !important; position:absolute; top:17%; left:26%; }
    .remarkables-row .image-right img{ width:130px !important; position:absolute; top:17%; left:60%; }
    .demo-text{ text-align:right; }
    
    .page-center{ max-width:960px; width:100%; float:none !important; }
    .two-columns .page-center{ max-width:1015px; width:100%; float:none !important; }
    
    /* About Page
    ---------------------------*/
    .about-page .banner-title{ font-size:52px; line-height:50px; }
    .dod-icons{ width:192px !important; }
    .dod-icons h6{ max-width:100%; width:100%; }
    .about-page .dod-section .page-center{ max-width:960px; width:100%; padding:70px 0 !important; }
    .about-page .two-columns .page-center{ padding:70px 0 !important; }
    .about-page .col-l, .about-page .col-r{ max-width:48%; width:100%; display:inline-block; vertical-align:top; zoom:1; *display:inline; }
    .about-page .section-img{ margin-right:50px; }
    
    /* Contact Page
    ---------------------------*/
    .contact-page .banner-title{ font-size:52px; line-height:50px; }
    .contact-page .banner-copy{ max-width:690px; width:100%; }
    .contact-page .main-content{ padding:80px 0; }
    .contact-page .main-content p{ max-width:442px; }
    
     /* Industries Page
    ---------------------------*/
    .industries-page .banner-title{ font-size:52px; line-height:50px; }
    .industries-page .banner-copy{ max-width:778px; width:100%; }
    .industries-page .body-container-wrapper .page-center{ padding:70px 0 !important; }
    .industries-page #hs_cos_wrapper_module_14256006440634463 .section-header{ padding:0 !important; }
    .industries-page .section-header{ padding:70px 0 !important; }
    .industries-page .col-l, .industries-page .col-r{ max-width:48%; width:100%; display:inline-block; vertical-align:top; zoom:1; *display:inline; }
    .industries-page .col-l .section-header{ margin-right:50px; }
    .industries-page .col-r .section-header{ margin-left:50px; }
    .industries-page .col-l h3, .industries-page .col-r h3{ padding-top:0; }
    .industries-page .more-btn{ margin-left:0; }
    
    /* Industries Interior
    ---------------------------*/
    .industries-links a{ max-width:188px; margin:0 auto; }
    .military-link{ max-width:120px !important; margin:0 auto; }
    .industries-interior .section-header{ padding:0 !important; }
    .industries-interior .col-r .section-img{ padding-top:108px !important; }
    .hs-content-name-homeland-security .col-l .section-img img{ padding-top:100px; }
    .hs-content-name-homeland-security .col-r .section-img{ padding-top:0 !important; }
    .hs-content-name-homeland-security .col-l .section-header{ padding-top:60px !important; }
    .hs-content-name-law-enforcement .col-r .section-img{ padding-top:54px !important; }
    
     /* Platform Page
    ---------------------------*/
    .platform-page .banner-title{ font-size:52px; line-height:50px; padding-top:130px; max-width:730px; }
    .platform-page .banner-copy{ max-width:874px; }
    .platform-page .col-l, .platform-page .col-r{ max-width:48%; display:inline-block; vertical-align:top; zoom:1; *display:inline; }
    .platform-page .technical-benefits .col-l{ margin-right:0; margin-left:56px; }
    .platform-page .technical-benefits .col-r{ max-width:80%; }
    .platform-page .col-l .section-header{ margin-right:50px; }
    .platform-page .col-r .section-header{ margin-left:50px; }
    .platform-page .col-l h3, .platform-page .col-r h3, .platform-page .col-r .section-header{ padding-top:0; }
    .platform-page .body-container-wrapper .page-center{ padding:70px 0 !important; }
    #hs_cos_wrapper_module_14256690570251509 .section-img{ padding-top:98px; }
    
    /* Blog Index Page
    ---------------------------*/
    .blog .body-container-wrapper .page-center{ padding:20px 0; }
    .blog .banner-title{ font-size:52px; line-height:50px; padding-top:166px; }
    .blog .blog-content{ margin-right:10%; }
    .hs-blog-post .body-container-wrapper .page-center{ padding:70px 0; }
    
    /* landing Page
    ---------------------------*/
    .landing-page .banner-title{ font-size:52px; line-ehight:50px; }
    
    /* Media Room
    ---------------------------*/
    .hs-blog-name-media-room.blog .banner-title, .hs-blog-name-in-the-news.blog .banner-title{ padding-top:166px; }

}


/* FOOTER BLOCKS */ 

.bottom-box {
    position: relative;
}

.bottom-box  .more-btn.light {
    background-color: #4495ca;
    display: inline-block;
    max-width: 180px;
    padding: 10px 20px;
}

.bottom-box  .media-room-list .more-btn.small {
    display: inline-block;
    clear: both;
    padding: 8px 10px;
    margin-top: 5px;
    font-size: 12px;
    text-transform: capitalize;
}
.bottom-box .media-room-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bottom-box .media-room-list li {
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.bottom-box .media-room-list li:last-child {
    border-bottom: 0;    
}

.bottom-box .media-room-list  h3 {
    font-size: 16px;
}



.block-resources h3 {
    text-transform: uppercase;
    color: #b0b4b7;
    font-size: 12px;
}
.block-resources h2 {
    line-height: 1;
}
.block-resources h2 a {
    color: #29363c;
    text-decoration: none;
    opacity: 1;
     font-size: 18px;
     line-height: 1;
}

.block-resources h2 a:hover {
    opacity: 0.85;
}

.box-resource-first {
    border-bottom: 1px solid #414141;
    margin-bottom: 40px;
}

.main-nav.new .middle-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  padding: 30px 8px;
  font-size: 13px;
  text-transform: uppercase;
}
.main-nav.new .middle-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(6) a {
    border-right: 0px !important;
}
.main-nav.new .custom-menu-primary-new{
  width: auto !important;
}
.social-nav{
  margin:0ox !important;
}
.modern-pic i{
  font-size: 11px;
  color: #fff;
}

.menu-social-wrap .modern-pic i {
  font-size: 19px;
  color: #fff;
}
.main-nav .social-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  padding: 30px 14px;
}
.social-nav{
  width: auto !important;
  margin:0 !important
}

.mobile-open .menu-wrapp-section{
  position: fixed;
  z-index: 999;
  width: 100%;
  
}
.menu-wrapp-section{
  min-height:0px !important;
}

@media(max-width:1140px){

}

@media(max-width:991px){
 
  .main-nav.new .middle-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 12px;
  }
  .main-nav .social-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 30px 8px;
}
  .social-nav .social-ico {
    font-size: 27px !important;
  }
  .social-nav .modern-pic {
    font-size: 21px !important;
}
  
}


@media(max-width:880px){
  .main-nav.new .middle-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 11px;
    padding: 30px 6px;
}
}

@media (min-width: 768px){  /*  used to be 961 - need to change back? */

  a.mobile-trigger-new, a.child-trigger-new {
    display: none !important; /* Hide button on Desktop */
  }
  .m-show, .custom-menu-primary-new .menu-social-wrap{
    display:none !important;
    }
  .main-nav.new .hs-menu-item.hs-menu-depth-1:nth-child(n+7) a {
      display: none !important;
  }
}
@media (max-width: 767px){   /* used to be 960 - need to change back?  */

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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
  /* Toggle Button
  ========================================================================== */

  a.mobile-trigger-new {
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: fixed; /*******************************************/
    top: 18px;          /* Position Button at top right of screen  */
    right: 20px;        /*******************************************/
    width: 34px; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 4px;
    background: #1b2a32; /* Background color */
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition:color .2s ease-in; 
    -moz-transition:color .2s ease-in;
    transition:color .2s ease-in;
    border: 0px;
  }

  a.mobile-trigger-new:hover {
    text-decoration: none; /* Removes link text underline on button */
    color: #E2E2E2;
    border-color: #E2E2E2 !important;
  }

  a.mobile-trigger-new span{
    display: inline;
  }

  a.mobile-trigger-new span:before{
    position: absolute;
    content: 'Menu'; /* Change the text on the closed toggle button */
    display: none;
  }

  a.mobile-trigger-new span:after{
    position: relative;
    right: 2px;
    content: 'Close'; /* Change the text on the open toggle button */
    background-color: #000;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out; 
    display: none
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger-new{
    -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
    -moz-transition:background-color 0.2s linear; /* Button color transition effect */
    transition:background-color 0.2s linear; /* Button color transition effect */
    background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger-new span:after{
    opacity: 1; 
  }


  /* Toggle Button Icon & Animations
  ========================================================================== */

  a.mobile-trigger-new i {
    display: inline;
    position: relative;
    top: -5px;
    margin-left: 5px;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s;
  }
  a.mobile-trigger-new  i:before, a.mobile-trigger-new i:after {
    position: absolute;
    content: '';
  }
  a.mobile-trigger-new  i, a.mobile-trigger-new  i:before, a.mobile-trigger-new  i:after {
    width: 15px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #E2E2E2; /* Icon color */
    display: inline-block;
  }
  a.mobile-trigger-new  i:before {
    margin-top: -6px; /* Position top line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger-new  i:after {
    margin-top: 6px; /* Position bottom line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger-new i {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  /* Child Toggle Button
  ========================================================================== */

  a.child-trigger-new {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger-new:hover {
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
  ========================================================================== */

  a.child-trigger-new span {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new span:after {
    position: absolute;
    content: '';
  }
  a.child-trigger-new span, a.child-trigger-new span:after {
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #E2E2E2; /* Icon color */
    display: block;
  }
  a.child-trigger-new span:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  .menu-social-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}


@media(max-width:767px){
  .main-nav.new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    float:none;
  }
  .main-nav.new .middle-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    padding: 10px;
  }
  .main-nav.new .logo-wrap{
    padding: 15px 15px;
    text-align: left;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
  }
/*   .main-nav.new{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
  } */
  .main-nav.new .hs-menu-item.hs-menu-depth-1:nth-child(n+7) {
    float:left;
  }
  .main-nav.new .social-nav {
    display: none !important;
  }
  .main-nav.new .middle-nav.custom-menu-primary-new {
    min-height: 0px !important;
    
  }
  .main-nav.new .db-nav{
    padding:0px;
    padding-top:68px;
    min-height: 0 !important;
  }
  .main-nav.new .middle-nav ul{
    padding: 15px 0 10px;
   
  }
  .main-nav.new .flyouts.hs-menu-flow-horizontal{
   display:none;
  }
  .db-nav .modern-pic{
    font-size:22px;
  }
  .main-nav.new .middle-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 12px;
  }
  .mobile-open .menu-wrapp-section{
    height:100vh;
    overflow: auto;
  }
  .bottom-box {
     margin-top: 20px;
  }
  .bottom-box-right {
    margin-bottom: 40px;
  }
  .banner {
    min-height: 550px;
  }
  .home-page .banner-copy {
    font-weight: 600 !important;
  }
  .banner {
    min-height: 350px;
    height: 450px;
  }
  .home-page .banner.new-banner .banner-title { padding-top: 90px; }
  
}

@media only screen and (max-width: 480px) {
    .box-resource-first {
        border-bottom: 1px solid #eaeaea;
          margin-bottom: 16px;
    }

    .bottom-box {
        padding-bottom: 20px;
        margin-bottom: 16px;
        border-top: 1px solid #414141;
        padding-top: 20px;
    }
    
    .bottom-box h2 {
        padding-bottom: 20px;
    }
    
    
    .bottom-box iframe {
        width: auto !important;
        max-width: 100% !important;
    }
  
   .banner-title{
    font-size: 32px;
    padding-top: 130px;
  }
   .banner-copy {
    padding: 15px 0;
    font-weight: 500;
  }
   .banner.new-banner .banner-links a{
    font-size: 15px;
  }
  .banner{
    height: 435px;
  }
    .banner.new-banner {
    min-height:10px;
  }

}

@media only screen and (min-width: 1024px) {
    #footer-bottom-blocks {
        margin: 60px auto !important;
    }
    .bottom-box {
         min-height: 600px !important;
    }
    
    .bottom-box h2 {
        margin-bottom: 40px;
    }
    
    .bottom-box-left {
        padding-right: 50px;
    }
    
    .bottom-box-right {
        padding-left: 50px;
    }
    
    .bottom-box-center {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .bottom-box-left::after {
        background: #414141;
        height: 100%;
        width: 1px;
        content: "";
        right: 0;
        position: absolute;
        top: 0;
    }
    
    .bottom-box-right::before {
        background: #414141;
        height: 100%;
        width: 1px;
        content: "";
        left: 0;
        position: absolute;
        top: 0;
    }
}
@media(max-width:568px){
.hs-menu-wrapper a sup, .hs-menu-wrapper a span {
    display: inline-block;
}
}




