/* @import url('http://example.com/example_sralewaytyle.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/


body  {
  background: #ffffff;
}

.full-width-home-2 {
  background: #4080b0;
  margin: 0 auto;
  padding: 0;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  text-align: center; /*added by HubSpot support 10/8/18 */
}

.header-container-wrapper,
.body-container > .row-number-1,
.footer-container-wrapper {
  /*max-width: 1350px;*/
  max-width: 980px;
/*  padding: 15px 0;  */
  margin: 0 auto;
  float: none;
  background: #fff;
}

.header-container-wrapper {
  padding: 15px 0 0 0;
}

.header-container-wrapper .header-wrapper {
  padding-bottom: 30px;
}

.footer-container {
  padding: 0 15px;
}

.full-width-home-2 .container-width {
  /*max-width: 1350px;*/
  max-width: 980px;
  padding: 15px;
  margin: 0 auto;
  float: none;
}

.full-width-home-2 .page-center {
  float: none !important;
  max-width: 1350px !important;
  padding: 15px 35px 0;
  margin: 0 auto !important;
}

.container-white .container-width {
  background: #fff;
}

.full-width-home-2 .container-width-splint {
  /*/*max-width: 1350px;*/
  max-width: 980px;*/
  max-width: 980px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 0;
  margin: 0 auto;
  float: none;
}

.full-width-home-2 .container-width-cta {
  max-width: 100%;
  padding: 35px 35px 35px 35px;
  margin: 10px auto !important;
  float: none;
  display: block;
}

p {
  color: #434343;
}

em {
  color: #000000;
  font-style: normal;
}

.full-width-home-2 h1,
.full-width-home-2 h2,
.full-width-home-2 h3,
.full-width-home-2 h4,
.full-width-home-2 h5,
.full-width-home-2 h6,
.full-width-home-2 p,
.full-width-home-2 p em,
.full-width-home-2 a,
.full-width-home-2 span {
  font-family: 'Arial', sans-serif;
}

h1 { font-size: 36px; }
h4 { font-size: 16em; }
h5 { font-size: 12em; }
h6 { font-size: 11em; }

.clear {
  clear: both;
}

/** HEADER SECTION **/
.header-wrapper {
  background: #fff;
  max-width: 100%;
  padding: 0 35px;
  float: left;
  margin: 0 auto;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  max-width: none;
  text-transform: uppercase;
}

.custom-menu-primary ul li a {
  font-size: 16px;
}

.custom-menu-primary {
  font-family: 'Arial', sans-serif;
}

@media (min-width: 768px) {
  .custom-menu-primary {
    background: #004c8b !important;
    /*max-width: 1350px;*/
  max-width: 980px;
    padding: 0 35px !important;
    margin: 0 auto !important;
  }
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  margin-bottom: 0;
  float: right;
}

.three-point-logo img {
  width: 100% !important;
  display: block;
  margin: 45px auto 0;
}
.search-icon {
  display: inline-block;
  float: left;
  border: 2px solid #dddddd;
}

.full-width-home-2 .custom-search-form {margin-top: 25px;margin-left: 30px;}

.full-width-home-2 .custom-search-form input[type="text"] {
  background-image: url('//cdn2.hubspot.net/hubfs/30688/search-icon-1.png?t=1441132459857');
  background-size: 50px auto;
  background-repeat: no-repeat;
  border: 2px solid #ddd;
  border-radius: 0;
  padding: 16px 90px 16px 60px;
  width: 95%;
  line-height: 18px;
}

.full-width-home-2 ::-webkit-input-placeholder {
  color: #434343;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.full-width-home-2 :-moz-placeholder { /* Firefox 18- */
  color: #434343;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.full-width-home-2 ::-moz-placeholder {  /* Firefox 19+ */
  color: #434343;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.full-width-home-2 :-ms-input-placeholder {
  color: #434343;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

/** TITLE SECTION **/
.full-width-home-2 .page-title h1 {
  color: #005595;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 20px 0 0;
  padding-top: 35px;
  /*border-top: 1px solid #cbcbcb;*/
}

.full-width-home-2 .page-sub-title p {
  color: #434343;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.1em;
  margin: 10px auto;
  padding-bottom: 35px;
  /*border-bottom: 1px solid #cbcbcb;*/
  text-align: center;
  position: relative;
  z-index: 2;
}

.full-width-home-2 .page-sub-title p em {color: #cb0033;font-weight:600;}


/** HERO SECTION **/
.full-width-home-2 .hero-section {
  /*background: url ('http://cdn2.hubspot.net/hubfs/30688/hero-image-1.jpg?t=1441225794575');*/
  /*background-size: cover;*/
  /*background-position: left 160px;*/
  background-color: #ffffff;
  background-repeat: no-repeat;
  max-width: 100%;
}

.full-width-home-2 .explore-button {
  /*max-width: 90%;*/
  margin: 50px auto;
  /*float: none;*/
}

.full-width-home-2 #explore_button a {
  color: #fff;
  text-decoration: none;
}

.full-width-home-2 #explore_button {
  display: inline-block;
  position: relative;
  z-index: 2;
  /*float: right;*/
  /*top: 0;*/
  /*right: -10px;*/
  right: 0;
  margin: 25px auto;
  background: #d8621d;
  border: 1px solid #d8621d;
  border-radius: 3px;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: .13em;
  padding: 24px 16px;
  text-transform: uppercase;
  cursor: pointer;
}

/*.hero-image img {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  z-index: 1;
}*/

@media (min-width: 980px) {
 /* .hero-image img {
    top: -200px;
    margin-bottom: -250px;
  }*/ /*Changed by HubSpot Support 4/26/2017*/
}

.hero-image img {
  width: 100% !important;
}

.full-width-home-2 #explore_button:hover {
  background: #fe5e00;
  border: 1px solid #fe5e00;
}

/** CTA SECTION **/
.full-width-home-2 .cta-blue:first-child {
  margin-top: 400px;
}

.full-width-home-2 .cta-blue {
  background: #4080b0;
  border: 1px solid #4080b0;
  padding: 10px 35px;
  margin: 5% auto;
  /*margin: 30px 35px 30px;*/
  /*height: 275px;*/
}

.full-width-home-2 .cta-white {
  background: #ffffff;
  border: 4px solid #cc0033;
  padding: 10px 35px;
  margin: 5% auto;
  /*margin: 30px 35px 30px;*/
  /*height: 250px;*/
}

/* Button Centered */
.full-width-home-2 .cta_button {
  display: block !important;
  font-size: 14px;
  text-transform: uppercase;
}

/* Top Two Blue CTAs */
.full-width-home-2 .cta-blue h1 {color: #ffffff; font-size: 24px; line-height: 30px; font-weight: 600; letter-spacing: 0.1em; text-align: center;margin-top: 5px;margin-left: 5px}
.full-width-home-2 .cta-blue #cta_button_30688_f9842171-ad68-4a05-b5fe-abd9025b5353 span {font-size: 24px !important; line-height: 24px; letter-spacing: 0.1em;padding:0;border-radius: 5px;}
.full-width-home-2 .cta-blue #cta_button_30688_f9902260-723b-4d13-8635-365166c0bec8 span {font-size: 24px !important; line-height: 24px; letter-spacing: 0.1em;padding:0;border-radius: 5px;}
.full-width-home-2 .cta-blue .cta_button {width: 85%; margin: 25px auto 15px;}

.full-width-home-2  a#cta_button_30688_f9842171-ad68-4a05-b5fe-abd9025b5353;
.full-width-home-2  a#cta_button_30688_f9902260-723b-4d13-8635-365166c0bec8;
.full-width-home-2 .cta-white #cta_button_30688_f9842171-ad68-4a05-b5fe-abd9025b5353 {margin: 25px auto 15px;}

/* Bottom Two White/Red CTAs */
.full-width-home-2 .cta-white h1 {color: #434343; font-size: 24px; line-height: 30px; font-weight: 600; letter-spacing: 0.1em; margin-top: 5px;margin-left: 5px;}
.full-width-home-2 .cta-white .secondary-header {color: #005595; font-size: 18px; line-height: 24px; font-weight: 400; letter-spacing: 0.1em;margin-top: 5px;margin-left: 5px;}
.full-width-home-2 .cta-white #cta_button_30688_5d475204-c203-4c2c-9e18-1fc8aa1f4c15 span {font-size: 24px !important; line-height: 24px; letter-spacing: 0.1em;padding:0;border-radius: 5px;}
.full-width-home-2 .cta-white #cta_button_30688_668977b7-d02f-4c42-98bd-e6cd62555738 span {font-size: 24px !important; line-height: 24px; letter-spacing: 0.1em;padding:0;border-radius: 5px;}
.full-width-home-2 .cta-white .cta_button {width: 85%;margin: 25px auto 15px;}

.full-width-home-2 a#cta_button_30688_5d475204-c203-4c2c-9e18-1fc8aa1f4c15;
.full-width-home-2 a#cta_button_30688_668977b7-d02f-4c42-98bd-e6cd62555738;
.full-width-home-2 .cta-white #cta_button_30688_5d475204-c203-4c2c-9e18-1fc8aa1f4c15 {margin: 25px auto 15px;}

/** SPLINTS AND SUPPORTS SECTION **/
.full-width-home-2 .splints-header h1 {
  color: #434343;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 30px auto;
}

.full-width-home-2 .splint-image .row-number-1 {padding: 0;}
.full-width-home-2 .splint-image {display: block;}
.full-width-home-2 .span3 {width: 100%;}
.full-width-home-2 .splint-image img {margin: 0 auto;display: block;}
.full-width-home-2 .splint-image h2 {
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: .01em;
  margin-top: 10px;
  text-align: center;
}
.full-width-home-2 .splint-image span {font-style: normal; font-weight: 400;width: 200px;}

/** NEWSLETTER SECTION **/
.full-width-home-2 .newsletter-section {
  width: 100%;
  background: #005595;
  margin: 0;
  padding: 35px 25px;
}

.full-width-home-2 .newsletter-section h1 {color: #ffffff; font-size: 24px; line-height: 30px; font-weight: 600;margin-bottom: 5px;letter-spacing: 0.1em;text-align:center;}
.full-width-home-2 .newsletter-section .secondary-header {color: #ffffff; font-size: 18px; line-height: 26px; font-weight:200; font-style: normal; letter-spacing: 0.1em;text-align:center;}

.full-width-home-2 #cta_button_30688_0a1ec37d-906a-4af4-a237-fc5f50505591 {
  margin-top: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 16px 30px;
}


/** FOOTER SECTION **/
.footer-container .footer-wrapper {
  padding-top: 30px;
  padding-left: 5px;
  font-family: 'Arial', sans-serif;
}

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

.footer-container .footer-wrapper .hs-menu-flow-horizontal>ul {
  float: left;
  width: 100%;
  clear: both;
}

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

.footer-container .footer-wrapper .hs-menu-flow-horizontal ul li a {
  text-decoration: none;
  color: #434343;
  display: block;
  width: 100%;
  /*width: 300px;
  max-width: 100%;*/
  font-weight: 400;
  margin-top: 0;
  border: none;
  white-space: normal !important;
  padding-left: 0;
}

.footer-container .footer-wrapper .hs-menu-item {
  color: #434343;
  font-size: 18px;
  line-height: 24px;
}

.footer-container .footer-wrapper ul li:first-child {
  margin-left: 0;
}

.footer-container .footer-wrapper .hs-menu-children-wrapper li a {
  float: none;
  color: #434343;
  border: none;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 300 !important;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: none;
  display: block;
  width: 100%;
  font-style: italic;
}

.custom-menu-primary>ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {width: 300px !important;max-width: 100% !important;}
.footer-container .footer-wrapper .hs-menu-children-wrapper li a:hover {text-decoration: underline;}

.footer-container .footer-wrapper .hs-menu-children-wrapper li a:first-of-type {
  clear: both;
  position: relative;
}

.footer-wrapper .footer-bottom-container {
  display: block;
  position: relative;
  margin-top: 0px;
}

.footer-wrapper .copyright-text p {
  display: block;
  position: relative;
  color: #434343;
  font-size: 11px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  /*margin-top: 230px;*/
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper .social-box {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  text-align: center;
}

.footer-wrapper .social-icons img {
  /*width: 100% !important;*/
  margin-right: 5px;
}

.footer-wrapper .footer-logo img {
  width: 30%;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

/* Mobile devices (mobile, 480px and down) */
@media (max-width: 480px) {
  /** CTA SECTION **/
  .full-width-home-2 .cta-blue:first-child {
    margin-top: 650px;
  }

  .full-width-home-2 .cta-blue {
    background: #4080b0;
    border: 1px solid #4080b0;
    padding: 10px 15px;
    margin: 5% auto;
    /*margin: 30px 35px 30px;*/
    /*height: 275px;*/
  }

  .full-width-home-2 .cta-white {
    background: #ffffff;
    border: 4px solid #cc0033;
    padding: 10px 15px;
    margin: 5% auto;
    /*margin: 30px 35px 30px;*/
    /*height: 250px;*/
  }

  .full-width-home-2 .cta-blue h1 {font-size: 16px; line-height: 18px;}

  .full-width-home-2 .cta-white h1 {font-size: 14px; line-height: 16px;}
  .full-width-home-2 .cta-white .secondary-header {font-size: 13px;}

  .full-width-home-2 .cta-blue #cta_button_30688_f9842171-ad68-4a05-b5fe-abd9025b5353 span {font-size: 16px !important; line-height: 18px; letter-spacing: 0.1em;padding:0;border-radius: 5px;}
  .full-width-home-2 .cta-blue #cta_button_30688_f9902260-723b-4d13-8635-365166c0bec8 span {font-size: 16px !important; line-height: 18px; letter-spacing: 0.1em;padding:0;border-radius: 5px;}

  .full-width-home-2 .cta-white #cta_button_30688_5d475204-c203-4c2c-9e18-1fc8aa1f4c15 span {font-size: 16px !important; line-height: 18px; letter-spacing: 0.1em;padding:0;border-radius: 5px;}
  .full-width-home-2 .cta-white #cta_button_30688_668977b7-d02f-4c42-98bd-e6cd62555738 span {font-size: 16px !important; line-height: 18px; letter-spacing: 0.1em;padding:0;border-radius: 5px;}

}

.content-container {
    padding: 5px 20px!important;
}

@media (max-width: 720px) {
  .full-width-home-2 .cta-blue:first-child {
    margin-top: 200px;
  }
}

@media (max-width: 767px) {
  .full-width-home-2 .cta-blue:first-child {
    margin-top: 100px;
  }
}


/* Small devices (mobile, smaller tablets, 767px and down) */
@media (max-width: 767px) {
  .footer-container .hs-menu-flow-horizontal ul li {
    display: inline-block !important;
    width: 100% !important;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .full-width-home-2 {
    margin: 0 auto;
    padding: 0;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    text-align: center; /*added by HubSpot support 10/8/18 */
  }

  .full-width-home-2 .container-width {
    max-width: 100%;
    margin: 0 auto !important;
    padding: 15px;
    float: none;
    display: block;
  }

  .full-width-home-2 .container-width-splint {
    max-width: 100%;
    margin: 0 auto !important;
    padding: 15px;
    float: none;
    display: block;
  }

  .full-width-home-2 .container-width-cta {
    max-width: 100%;
    margin: 0 auto !important;
    padding: 15px;
    float: none;
    display: block;
  }

  p {
    color: #434343;
  }

  em {
    color: #cb0033;
    font-style: normal;
  }

  .full-width-home-2 h1,
  .full-width-home-2 h2,
  .full-width-home-2 h3,
  .full-width-home-2 h4,
  .full-width-home-2 h5,
  .full-width-home-2 h6,
  .full-width-home-2 p,
  .full-width-home-2 p em,
  .full-width-home-2 a,
  .full-width-home-2 span {
    font-family: 'Arial', sans-serif;
  }

  h1 { font-size: 36px; }
  h4 { font-size: 16em; }
  h5 { font-size: 12em; }
  h6 { font-size: 11em; }


  /** HEADER SECTION **/
  .three-point-logo img {
    width: 75% !important;
    max-width: 400px !important;
    display: block;
    margin-top: 38px;
    margin-left: 35px;
  }

  .search-icon {
    display: inline-block;
    float: left;
    border: 2px solid #dddddd;
  }

  .full-width-home-2 .custom-search-form {margin-top: 50px;margin-left: 30px;}

  .full-width-home-2 .custom-search-form input[type="text"] {
    background-image: url('//cdn2.hubspot.net/hubfs/30688/search-icon-1.png?t=1441132459857');
    background-size: 50px auto;
    background-repeat: no-repeat;
    border: 2px solid #ddd;
    border-radius: 0;
    padding: 16px 90px 16px 60px;
    width: 97%;
    line-height: 18px;
  }

  .full-width-home-2 ::-webkit-input-placeholder {
    color: #434343;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  .full-width-home-2 :-moz-placeholder { /* Firefox 18- */
    color: #434343;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  .full-width-home-2 ::-moz-placeholder {  /* Firefox 19+ */
    color: #434343;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  .full-width-home-2 :-ms-input-placeholder {
    color: #434343;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  /** TITLE SECTION **/
  .full-width-home-2 .page-title h1 {
    color: #005595;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 20px 0 0;
    padding-top: 75px;
    border-top: none;
  }

  .full-width-home-2 .page-sub-title p {
    color: #434343;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.1em;
    margin: 10px auto;
    padding-bottom: 35px;
    border-bottom: none;
    text-align: left;
  }

  .full-width-home-2 .page-sub-title p em {color: #cb0033;font-weight:600;}


  /** HERO SECTION **/
  .full-width-home-2 .hero-section .explore-button {
    max-width: 90%;
    margin: 10px auto;
    float: none;
  }


  .full-width-home-2 #explore_button {
    display: inline-block;
    /*position: relative;*/
    /*float: right;*/
    /*top: 0;*/
    /*right: -10px;*/
    margin: 25px auto;
    background: #d8621d;
    border: 1px solid #d8621d;
    border-radius: 3px;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: .13em;
    padding: 24px 16px;
    text-transform: uppercase;
    cursor: pointer;
  }

  .full-width-home-2 #explore_button:hover {
    background: #fe5e00;
    border: 1px solid #fe5e00;
  }

  /** CTA SECTION **/
  .full-width-home-2 .cta-blue:first-child {
    margin-top: 20px;
  }
  .full-width-home-2 .cta-blue {
    background: #4080b0;
    border: 1px solid #4080b0;
    padding: 10px 15px;
    margin: 20px 13px 20px;
    height: 275px;
    width: 47.076923077%;
  }

  .full-width-home-2 .cta-white {
    background: #ffffff;
    border: 4px solid #cc0033;
    padding: 10px 15px;
    margin: 20px 13px 20px;
    height: 270px;
    width: 47%;
  }

  /* Button Centered */
  .full-width-home-2 .cta_button {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
  }

  /* Top Two Blue CTAs */
  .full-width-home-2 .cta-blue h1 {color: #ffffff; font-size: 32px; line-height: 36px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;text-align: center;margin: 20px auto 0;max-width: 500px;}
  .full-width-home-2 .cta-blue #cta_button_30688_f9842171-ad68-4a05-b5fe-abd9025b5353 span {font-size: 24px !important; line-height: 24px; letter-spacing: 0.1em;padding:0;border-radius: 5px;}
  .full-width-home-2 .cta-blue #cta_button_30688_f9902260-723b-4d13-8635-365166c0bec8 span {font-size: 24px !important; line-height: 24px; letter-spacing: 0.1em;padding:0;border-radius: 5px;}
  .full-width-home-2 .cta-blue .cta_button {width: 90%; margin: 25px auto 15px;}

  /* Bottom Two White/Red CTAs */
  .full-width-home-2 .cta-white h1 {color: #434343; font-size: 24px; line-height: 30px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;margin-top: 5px;margin-left: 5px;}
  .full-width-home-2 .cta-white .secondary-header {color: #434343; font-size: 18px; line-height: 24px; font-weight: 400; letter-spacing: 0.1em;margin-top: 5px;margin-left: 5px;}

  .full-width-home-2 .cta-white #cta_button_30688_5d475204-c203-4c2c-9e18-1fc8aa1f4c15 span {font-size: 24px !important; line-height: 24px; letter-spacing: 0.1em;padding:0;border-radius: 5px;}
  .full-width-home-2 .cta-white #cta_button_30688_668977b7-d02f-4c42-98bd-e6cd62555738 span {font-size: 24px !important; line-height: 24px; letter-spacing: 0.1em;padding:0;border-radius: 5px;}

  .full-width-home-2 .cta-white .cta_button {width: 90%;margin: 5px auto 15px;}

  .full-width-home-2 a#cta_button_30688_5d475204-c203-4c2c-9e18-1fc8aa1f4c15;
  .full-width-home-2 a#cta_button_30688_668977b7-d02f-4c42-98bd-e6cd62555738;

  .full-width-home-2 .cta-white #cta_button_30688_5d475204-c203-4c2c-9e18-1fc8aa1f4c15 {margin: 95px auto 15px;}

  /** SPLINTS AND SUPPORTS SECTION **/
  .full-width-home-2 .splints-header h1 {
    color: #434343;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: left;
    margin-top: 30px;
    margin-left: 15px;
  }

  .full-width-home-2 .splint-image {display: inline-block;}
  .full-width-home-2 .span3 {width: 45.076923077%;margin: 10px 10px;display:inline-block;}
  .full-width-home-2 .splint-image img {margin: 0 0 25px 5px; display: inline-block;}
  .full-width-home-2 .splint-image h2 {
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .01em;
    margin-top: 10px;
    text-align: left;
  }
  .full-width-home-2 .splint-image span {font-style: normal; font-weight: 400;width: 200px;}

  /** NEWSLETTER SECTION **/
  .full-width-home-2 .newsletter-section {
    width: 100%;
    background: #005595;
    margin: 0;
    padding: 15px 25px 15px 40px;
  }

  .full-width-home-2 .newsletter-section h1 {color: #ffffff; font-size: 36px; line-height: 40px; font-weight: 600;margin-bottom: 5px;letter-spacing: 0.1em;text-align:left;}
  .full-width-home-2 .newsletter-section .secondary-header {color: #ffffff; font-size: 24px; line-height: 26px; font-weight:200; font-style: normal; letter-spacing: 0.1em;text-align:left;}

  .full-width-home-2 #cta_button_30688_0a1ec37d-906a-4af4-a237-fc5f50505591 {
    margin-top: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 24px 48px;
    margin-left: -20px;
  }


  /** FOOTER SECTION **/
  .footer-container .footer-wrapper {
    padding-top: 30px;
    padding-left: 5px;
  }

  .footer-container .footer-wrapper .hs-menu-flow-horizontal ul li a {
    text-decoration: none;
    color: #434343;
    border-top: none;
    display: block;
    width: 100%;
    /*max-width: 150px;*/
    margin-top: 0;
  }

  .footer-container .footer-wrapper .hs-menu-item {
    color: #434343;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
  }

  .footer-container .footer-wrapper ul li:first-child {
    margin-left: 0;
  }

  .footer-container .footer-wrapper .hs-menu-children-wrapper li a {
    float: none;
    color: #434343;
    border: none;
    font-size: 11px;
    margin-top: 8px;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: none;
    display: block;
    width: 100%;
    font-style: normal;
  }

  .custom-menu-primary>ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {width: 100% !important;/*max-width: 150px !important;*/}

  .footer-container .footer-wrapper .hs-menu-children-wrapper li a:hover {text-decoration: underline;}

  .footer-container .footer-wrapper .hs-menu-children-wrapper li a:first-of-type {
    clear: both;
    position: relative;
    top: -5px;
  }

  .footer-wrapper .footer-bottom-container {
    display: block;
    position: relative;
    margin-top: 0px;
  }

  .full-width-home-2 .copyright-text p {
    display: block;
    position: relative;
    left: 25px;
    color: #434343;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    text-align: left;
    /*margin-top: 400px;*/
    margin-left: 0;
  }

  .full-width-home-2 .social-box {
    /* margin-left: auto; */
    margin-right: 25px;
    float: right;
    width: 30%;
    text-align: right;
  }

  .full-width-home-2 .social-icons img {
    /*width: 40px;*/
    margin-right: 5px;
  }

  .footer-wrapper .footer-logo img {
    width: 30%;
    display: block;
    margin-top: 10px;
    /*margin-left: auto;*/
    margin-right: 0;
  }
}

/* Larger devices (desktops and laptops, 980px and up) */
@media (min-width: 980px) {
  .full-width-home-2 {
    margin: 0 auto;
    padding: 0;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    text-align: center; /*added by HubSpot support 10/8/18 */
  }

  .full-width-home-2 .container-width {
    /*max-width: 1350px;*/
  max-width: 980px;
    padding: 15px 35px 35px 35px; /*top, right, bottom, left(Yifei)*/
    margin: 0 auto;
    float: none;
  }

  .full-width-home-2 .container-width-splint {
    /*max-width: 1350px;*/
  max-width: 980px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 0;
    margin: 0 auto !important;
    float: none;
    display: block;
  }

  .full-width-home-2 .container-width-cta {
    /*max-width: 1350px;*/
  max-width: 980px;
    padding: 0 35px 35px 35px; /*Change made by HubSpot Support to remove padding in top 4/25/2017*/
    margin: 0 auto !important;
    float: none;
    display: block;
  }

  p {
    color: #434343;
  }

  em {
    color: #f67b32;
    font-style: normal;
  }

  .full-width-home-2 h1,
  .full-width-home-2 h2,
  .full-width-home-2 h3,
  .full-width-home-2 h4,
  .full-width-home-2 h5,
  .full-width-home-2 h6,
  .full-width-home-2 p,
  .full-width-home-2 p em,
  .full-width-home-2 a,
  .full-width-home-2 span {
    font-family: 'Arial', sans-serif;
  }

  h1 { font-size: 36px; }
  h4 { font-size: 16em; }
  h5 { font-size: 12em; }
  h6 { font-size: 11em; }


  /** HEADER SECTION **/
  .three-point-logo img {
    width: 100%;
    margin-top: 38px;
    margin-left: 35px;
  }
  .search-icon {
    display: inline-block;
    float: left;
    border: 2px solid #dddddd;
  }

  .full-width-home-2 .custom-search-form {margin-top: 110px;margin-left: 30px;}

  .full-width-home-2 .custom-search-form input[type="text"] {
    background-image: url('//cdn2.hubspot.net/hubfs/30688/search-icon-1.png?t=1441132459857');
    background-size: 50px auto;
    background-repeat: no-repeat;
    border: 2px solid #ddd;
    border-radius: 0;
    padding: 16px 90px 16px 60px;
    width: 97%;
    line-height: 18px;
  }

  .full-width-home-2 ::-webkit-input-placeholder {
    color: #434343;
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  .full-width-home-2 :-moz-placeholder { /* Firefox 18- */
    color: #434343;
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  .full-width-home-2 ::-moz-placeholder {  /* Firefox 19+ */
    color: #434343;
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  .full-width-home-2 :-ms-input-placeholder {
    color: #434343;
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  /** TITLE SECTION **/
  .full-width-home-2 .page-title h1 {
    color: #005595;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 20px 0 0;
    padding-top: 0;
  }

  .full-width-home-2 .page-sub-title p {
    color: #434343;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.1em;
    margin: -60px -20px 0 3px;
    padding-bottom: 0;
    border-bottom: none;
    text-align: left;
  }

  .full-width-home-2 .page-sub-title p em {color: #cb0033;font-weight:600;}


  /** HERO SECTION **/
  .full-width-home-2 .hero-section .explore-button {
    max-width: 980px;
    margin: 0 auto!important;
    float: none!important;
  }


  .full-width-home-2 #explore_button {
    display: inline-block;
    position: relative;
    float: right;
    top: 0;
    /*right: -30px;*/
    margin: 25px auto;
    background: #d8621d;
    border: 1px solid #d8621d;
    border-radius: 3px;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: .13em;
    padding: 28px 15px;
    text-transform: uppercase;
    cursor: pointer;
  }

  .full-width-home-2 #explore_button:hover {
    background: #fe5e00;
    border: 1px solid #fe5e00;
  }

  /** CTA SECTION **/
  .full-width-home-2 .cta-blue:first-child {
    margin-top: 30px;
  }
  .full-width-home-2 .cta-blue {
    background: #4080b0;
    border: 1px solid #4080b0;
    padding: 5px;
    margin: 30px 20px 30px;
    height: 275px;
    width: 46.717948718%;
  }

  .full-width-home-2 .cta-white {
    background: #ffffff;
    border: 4px solid #cc0033;
    padding: 5px;
    margin: 30px 20px 30px;
    height: 250px;
    width: 46.717948718%;
  }

  .full-width-home-2 .cta-last {
    margin-right: 0;
  }

  /* Button Centered font_size */
  .full-width-home-2 .cta_button {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
  }

  /* Top Two Blue CTAs */
  .full-width-home-2 .cta-blue h1 {color: #ffffff; font-size: 32px; line-height: 36px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;text-align: center;margin: 20px auto 0;}
  .full-width-home-2 .cta-blue #cta_button_30688_f9842171-ad68-4a05-b5fe-abd9025b5353 span {font-size: 24px !important; letter-spacing: 0.1em;padding:0;border-radius: 5px;}
  .full-width-home-2 .cta-blue #cta_button_30688_f9902260-723b-4d13-8635-365166c0bec8 span {font-size: 24px !important;letter-spacing: 0.1em;padding:0;border-radius: 5px;}
  .full-width-home-2 .cta-blue .cta_button {width: 80%; margin: 60px auto 15px;}
  /* Bottom Two White/Red CTAs */
  .full-width-home-2 .cta-white h1 {color: #434343; font-size: 24px; line-height: 30px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;margin-top: 5px;margin-left: 5px;}
  .full-width-home-2 .cta-white .secondary-header {color: #434343; font-size: 18px; line-height: 24px; font-weight: 400; letter-spacing: 0.1em;margin-top: 5px;margin-left: 5px;}

  .full-width-home-2 .cta-white #cta_button_30688_5d475204-c203-4c2c-9e18-1fc8aa1f4c15 span {font-size: 18px !important; letter-spacing: 0.1em;padding:0;border-radius: 5px;}
  .full-width-home-2 .cta-white #cta_button_30688_668977b7-d02f-4c42-98bd-e6cd62555738 span {font-size: 18px !important; letter-spacing: 0.1em;padding:0;border-radius: 5px;}

  .full-width-home-2 .cta-white .cta_button {width: 40%;margin: 15px auto 20px;}

  .full-width-home-2 a#cta_button_30688_5d475204-c203-4c2c-9e18-1fc8aa1f4c15;
  .full-width-home-2 a#cta_button_30688_668977b7-d02f-4c42-98bd-e6cd62555738;
  .full-width-home-2 .cta-white #cta_button_30688_5d475204-c203-4c2c-9e18-1fc8aa1f4c15 {margin: 85px auto 10px;}

  /** SPLINTS AND SUPPORTS SECTION **/
  .full-width-home-2 .splints-header h1 {
    color: #434343;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: -40px 0 30px 0;
  }

  .full-width-home-2 .splint-image {display: inline-block;}
  .full-width-home-2 .span3 {width: 22.076923077%;}
  .full-width-home-2 .splint-image img {margin: 0 0 25px 0; display: inline-block;}
  .full-width-home-2 .splint-image h2 {
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .01em;
    margin-top: 10px;
    text-align: left;
  }
  .full-width-home-2 .splint-image span {font-style: normal; font-weight: 400;width: 200px;}

  /** NEWSLETTER SECTION **/
  .full-width-home-2 .newsletter-section {
    width: 100%;
    background: #005595;
    margin: 0;
    padding: 15px 25px 15px 40px;
  }

  .full-width-home-2 .newsletter-section h1 {color: #ffffff; font-size: 24px; line-height: 30px; font-weight: 600;margin-bottom: 5px;letter-spacing: 0.1em;}
  .full-width-home-2 .newsletter-section .secondary-header {color: #ffffff; font-size: 24px; line-height: 26px; font-weight:200; font-style: normal; letter-spacing: 0.1em;}

  .full-width-home-2 #cta_button_30688_0a1ec37d-906a-4af4-a237-fc5f50505591 {
    margin-top: 15px;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 24px 16px;
    margin-left: -20px;
  }


  /** FOOTER SECTION **/
  .footer-container .footer-wrapper {
    padding-top: 30px;
    padding-left: 10px;
  }

  .footer-container .footer-wrapper .hs-menu-flow-horizontal ul li a {
    text-decoration: none;
    color: #434343;
    border-top: none;
    display: block;
    /*width: 175px;
    max-width: 175px;*/
    margin-top: 0;
  }

  .footer-container .footer-wrapper .hs-menu-item {
    color: #434343;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .footer-container .footer-wrapper ul li:first-child {
    margin-left: 0;
  }

  .footer-container .footer-wrapper .hs-menu-children-wrapper li a {
    float: none;
    color: #434343;
    border: none;
    font-size: 12px;
    margin-top: 8px;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: none;
    display: block;
    width: 100%;
    font-style: normal;
  }

  .footer-container .footer-wrapper .hs-menu-flow-horizontal ul li a {
    text-decoration: none;
    color: #434343;
    border-top: none;
    display: block;
    /*width: 135px;
    max-width: 135px;*/
    margin-top: 0;
    overflow: visible;
  }

  .custom-menu-primary>ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {/*width: 160px !important;max-width: 160px !important;*/}

  .footer-container .footer-wrapper .hs-menu-children-wrapper li a:hover {text-decoration: underline;}

  .footer-container .footer-wrapper .hs-menu-children-wrapper li a:first-of-type {
    clear: both;
    position: relative;
    top: -5px;
  }

  .footer-wrapper .footer-bottom-container {
    display: block;
    position: relative;
    /*margin-top: 260px;*/
  }

  .full-width-home-2 .copyright-text p {
    display: block;
    position: relative;
    left: 25px;
    color: #434343;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-align: left;
    /*margin-top: 230px;*/
    margin-left: 0;
  }

  .full-width-home-2 .social-box {
    /* margin-left: auto; */
    margin-right: 35px;
    float: right;
    width: 30%;
    text-align: right;
  }

  .full-width-home-2 .social-icons img {
    /*width: 50px;*/
    margin-right: 5px;
  }

  .footer-wrapper .footer-logo img {
    width: 35%;
    display: block;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    float: right;
  }
}

/* Larger devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /*.full-width-home-2 #explore_button {
    right: -60px;
  }*/

  /** HERO SECTION **/
  .full-width-home-2 .cta-blue .cta_button {width: 60%; margin: 60px auto 15px;}

  .full-width-home-2 .cta-white .cta_button {width: 40%;margin: 15px auto 20px;}

  .footer-wrapper .footer-bottom-container {
    display: block;
    position: relative;
    /*margin-top: 260px;*/
  }

  .footer-container .footer-wrapper .hs-menu-item {font-size: 16px;  }

  .footer-container .footer-wrapper .hs-menu-children-wrapper li a {font-size: 14px;}

  .footer-container .footer-wrapper .hs-menu-flow-horizontal ul li a {/*width: 175px;max-width: 175px;*/}

  .custom-menu-primary>ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {/*width: 175px !important;max-width: 175px !important;*/}

  .full-width-home-2 .copyright-text p {
    display: block;
    position: relative;
    bottom: 5px;
    left: 25px;
    color: #434343;
    font-size: 11px;
    line-height: 20px;
    font-weight: 300;
    text-align: left;
    /*margin-top: 230px;*/
    margin-left: 0;
  }

  .full-width-home-2 .social-box {
    /* margin-left: auto; */
    margin-right: 60px;
    float: right;
    width: 30%;
    text-align: right;
  }

  .full-width-home-2 .social-icons img {
    /*width: 70px;*/
    margin-right: 5px;
  }

  .footer-wrapper .footer-logo img {
    width: 30%;
    display: block;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    float: right;
  }
}

@media (max-width: 639px) {
  /** HERO SECTION **/
  .full-width-home-2 .hero-section {
    background: url ('http://cdn2.hubspot.net/hubfs/30688/hero-image-1.jpg');
    background-size: cover;
    background-position: center center;
    height: 500px;
  }
}

@media (min-width: 640px) {
  /** HERO SECTION **/
  .full-width-home-2 .hero-section {
    background: url ('http://cdn2.hubspot.net/hubfs/30688/hero-image-1.jpg');
    background-size: cover;
    background-position: left -110px;
    height: 700px;
  }
}

@media (min-width: 768px) {
  /** HERO SECTION **/
  .full-width-home-2 .hero-section {
    background-position: left -130px;
    height: 800px;
  }
}

@media (min-width: 980px) {
  /** HERO SECTION **/
  .full-width-home-2 .hero-section {
    background-position: left -160px;
    height: 900px;
  }
}

@media (min-width: 1200px) {
  /** HERO SECTION **/
  .full-width-home-2 .hero-section {
    background-position: left -190px;
    height: 1000px;
  }
}

@media (min-width: 1400px) {
  /** HERO SECTION **/
  .full-width-home-2 .hero-section {
    height: 1068px;
  }
}

#hs_cos_wrapper_module_14424915261161103{
    padding-top: 40px !important;
}

/* YouTube Responsive CSS for HubSpot */

 

.hs-responsive-embed {

position: relative;
height: 0;
overflow: hidden;
padding-top: 0;
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.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {

padding-bottom: 56.25%;

} 

/*! HubSpot COS Site Search
Created by Yifei/
---------------------------------------------- */
.search-results-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
    z-index: 99999999;
}

.search-activated .search-results-overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
}

.search-results-overlay .overlay-close {
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    border: 0;
    color: #fff;
    z-index: 100;
    background: none;
    font-size: 2em;
    text-transform: uppercase;
    cursor: pointer;
}

.search-results-wrapper .search::-webkit-input-placeholder {
    color: #fff;
}

.search-results-wrapper .search:-moz-placeholder {
    color: #fff;
}

.search-results-wrapper .search::-moz-placeholder {
    color: #fff;
}

.search-results-wrapper .search:-ms-input-placeholder {
    color: #fff;
}

.search-results-wrapper {
    max-width: 800px;
    margin: 3em auto 1em auto;
    padding: 0 3em;
    height: calc(100vh - 4em);
}

.search-results-wrapper .search {
    width: 100%;
    padding: 0.5em;
    background: none;
    border: 0 none;
    border-bottom: 2px solid #fff !important;
    color: #fff;
    outline: 0;
    font-size: 1.5em;
}

.search-results-wrapper .search:valid:not(:placeholder-shown) {
    border: 0 none !important;
    border-bottom: 2px solid #fff !important;
}

.search-results {
    margin: 2em 0 0 0;
    padding: 0;
    height: calc(100% - 4.4em);
    position: relative;
    overflow-y: auto;
}

.search-results li {
    list-style: none;
    margin-bottom: 1em;
    font-size: 2em;
    padding: 1em;
    background: #fff;
    line-height: 1;
}

.search-results span {
    font-size: 1rem;
    display: block;
    margin-top: 0.75em;
}