@import url('https://cdn2.hubspot.net/hubfs/4118330/Fonts/ProspectusStd/ProspectusStd.css');
@import url("https://use.typekit.net/qdn0dpw.css");
img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom
}

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

.form{
    font-size: 14px;
    width: 500px;
}
.form input{
    border: 1px solid #ccc;
    border-radius: 3px;
}

.header-container-wrapper {
    height: 70px
}

header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0 20px 0;
    box-sizing: border-box;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    z-index: 5;
    opacity: 1;
    border-bottom: 1px solid #afafaf
}

.inner-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

header .logo {
    line-height: 1
}

.input-selector{
margin-bottom: 15px;
}

.input-selector span{
    vertical-align: top;
    margin-right: 10px;
}

label .tooltiptext {
    visibility: hidden;
    width: 120px;
    height: 100px;
    background-color: black;
    color: #fff;
    text-align: start;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
label .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

label:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/*label:hover:after {*/
/*    content: attr(title);*/
/*    border: 1px solid red;*/
/*}*/

.input-selector input{
    border: 1px solid #a4a3a3;
    border-radius: 3px;
    position:absolute;
}
.input-selector select{
    max-width: 200px;
    margin-left: 10px;
    position:absolute;
    z-index:999;
}

.circle{
    background-image:url(../../img/circle.png);
    background-size: 100% 100%!important;
}
.square{background-image:url(../../img/square.png);
    background-size: 100% 100% !important;}





.input-selector input:active +.user-option, .cc-selector input:active +.user-option{opacity: .9;}
.input-selector input:checked +.user-option, .cc-selector input:checked +.user-option{
    background-color: black;
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}
.user-option{

    margin-left: 20px;
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:50px;height:40px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}
.user-option:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}

header .mission {
    font-family: Prospectus Std, Georgia, serif;
    font-weight: 700;
    font-size: 25px;
    font-style: italic;
    color: #cb333b
}

@media(max-width:960px) {
    header {
        padding: 20px 0;
        position: relative
    }
    .inner-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header-container-wrapper {
        height: 116px
    }
}

@media(max-width:600px) {
    .inner-header.page-center.five-padding {
        display: block;
        text-align: center
    }
    header .logo {
        margin-bottom: 10px
    }
}

.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%
    }
}

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
}

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

.widget-type-space {
    visibility: hidden
}

.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")
}

.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

.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: 0
}

.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

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

.hs_cos_flex-slider .hs_cos_flex-slides img {
    width: 100%;
    display: block;
    border-radius: 0px
}

.hs_cos_flex-pauseplay span {
    text-transform: capitalize
}

.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%
}

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

.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: .8;
    right: 5px
}

.hs_cos_flex-slider:hover .hs_cos_flex-prev {
    opacity: .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
}

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

.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
    }
    #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
}

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

pre {
    overflow-x: auto
}

table pre {
    white-space: pre-wrap
}

.comment {
    margin: 10px 0 10px 0
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}
.main-text{
    vertical-align: center;
    align-items: center;
    position: relative;
    padding: 10% 0;
    min-height: 250px;
    margin-bottom: auto;
    overflow-wrap: normal;
}

.line {
    margin: 5px;
    height: 1px;
    background-color: #CB333B;
    line-height: 0;
}
.line.first {
    width: 50%;
}

.footer .lower-footer-container.column-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .mission {
    font-family: Prospectus Std,Georgia,serif;
    font-weight: 700;
    font-size: 30px;
    font-style: italic;
    color: #cb333b;
}

.line.second {
    width: 20%;
}
.follow-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 16%;
    line-height: 0;
}



.footer {
    flex: 1 1 auto;
    position: relative;
    top: 15%;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5% 8% 1% 8%;
    text-align: center;
    height:  200px;/*or just height:50px;*/
    margin-top: auto;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

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

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

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

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

#recaptcha_table td {
    line-height: 0
}

.recaptchatable #recaptcha_response_field {
    min-height: 0;
    line-height: 12px
}

body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-kerning: auto;
    font-kerning: auto
}

.page-center {
    max-width: 1366px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

.five-padding {
    padding-left: 75px;
    padding-right: 75px
}

.twelve-padding {
    padding-left: 173px;
    padding-right: 173px
}

.twenty-padding {
    padding-left: 278px;
    padding-right: 278px
}

.eight-gutter {
    margin-left: 8.5%
}

.quarter-gutter {
    margin-left: 25%
}

.column-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.column-container.even {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.row-fluid-wrapper .row-fluid [class*="span"] {
    min-height: 0
}

.cta {
    font-family: "proxima-nova", Arial, sans-serif !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    text-align: center;
    color:  #cb333b;
    align-content: center;
    font-weight: 800 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    letter-spacing: 2px !important;
    -webkit-transition: all .25s ease-in-out !important;
    -o-transition: all .25s ease-in-out !important;
    transition: all .25s ease-in-out !important
}

@media (max-width: 960px){
.footer.lower-footer-container.column-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}}
@media (max-width: 960px){
    .text-image-header-style-one .background-container {
        height: 286px;
    }}

@media (max-width: 1280px){
    .text-image-header-style-one .background-container {
        height: 485px;
    }}

@media (max-width: 600px){
    .column-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    } }

@media(max-width:600px) {
    .column-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

textarea,
input[type="text"],
input.hs-button {
    -webkit-appearance: none;
    border-radius: 0
}

body {
    flex-direction: column;
    align-items: center;
    margin: 0;
    /*margin-bottom: 100px;*/
    padding: 0;
    font-size: 18px;
    line-height: 1.67;
    font-family: "proxima-nova", Arial, sans-serif;
    color: #000;
    background-color: #fff;
}

h1 {
    font-family: Prospectus Std, Georgia, serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.3;
    margin-top: .83em;
    margin-bottom: .83em
}

h2,
blockquote {
    font-family: Prospectus Std, Georgia, serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 1.2;
    margin-top: .83em;
    margin-bottom: .83em
}

blockquote {
    margin-top: .2em;
    margin-bottom: .6em;
    font-weight: 400
}

h3,
h2.seo {
    font-family: Prospectus Std, Georgia, serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.38;
    margin-top: .35em;
    margin-bottom: .35em
}

h3 strong {
    font-weight: 700
}

h4 {
    font-family: Prospectus Std, Georgia, serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin-top: .33em;
    margin-bottom: .33em
}

h5 {
    font-family: Prospectus Std, Georgia, serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    margin-top: .67em;
    margin-bottom: .67em
}

h6,
cite {
    font-family: "proxima-nova", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-top: 1.33em;
    margin-bottom: 1.33em
}

p {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.67;
    margin-top: .6em;
    margin-bottom: .6em
}

p.small {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6
}

p.large {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6
}

.impact {
    font-family: Prospectus Std, Georgia, serif;
    font-weight: 700;
    font-size: 110px;
    line-height: 1.2
}

.black {
    font-weight: 900
}

.cta_button.ghost-cta {
    background-color: transparent !important;
    -moz-transition: all .25s ease !important;
    -webkit-transition: all .25s ease !important;
    -o-transition: all .25s ease !important
}

.cta_button.ghost-cta.dark {
    color: #000 !important
}

.button-row-1 a:hover{
    text-decoration: none;
    color: white;
}

.cta_button.ghost-cta.dark:hover {
    color: #fff !important;
    background-color: #000 !important;
    border: 1px solid #000 !important
}

.cta_button.ghost-cta.dark:hover h6 {
    color: #fff !important
}

.cta_button.ghost-cta.red {
    color: #cb333b !important
}

.cta_button.ghost-cta.red:hover {
    color: #fff !important;
    background-color: #cb333b !important;
    border: 1px solid #cb333b !important
}

.cta_button.ghost-cta.red:hover h6,
.cta_button.ghost-cta.red:hover h6 span {
    color: #fff !important
}

.cta_button.ghost-cta.white {
    color: #fff !important
}

.cta_button.ghost-cta.white:hover {
    color: #12156e !important;
    background-color: #fff !important;
    border: 1px solid #fff !important
}

.cta_button.ghost-cta.white:hover h6,
.cta_button.ghost-cta.white:hover h6 span {
    color: #12156e !important
}

.cta_button.ghost-cta h6 {
    margin: 0;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease
}

@media(min-width:961px) and (max-width:1280px) {
    .five-padding {
        padding-left: 34px;
        padding-right: 34px
    }
    .twelve-padding {
        padding-left: 116px;
        padding-right: 116px
    }
    .twenty-padding {
        padding-left: 194px;
        padding-right: 194px
    }
    .eight-gutter {
        margin-left: auto
    }
    h1 {
        font-size: 38px
    }
    h2,
    blockquote {
        font-size: 46px
    }
    h3,
    h2.seo {
        font-size: 30px
    }
    h4 {
        font-size: 24px
    }
    h5 {
        font-size: 20px
    }
    h6,
    cite {
        font-size: 14px
    }
    p {
        font-size: 16px
    }
    p.large {
        font-size: 18px
    }
    .impact {
        font-size: 76px
    }
}

@media(min-width:601px) and (max-width:960px) {
    .hide-small-screens {
        display: none
    }
    .five-padding {
        padding-left: 34px;
        padding-right: 34px
    }
    .twelve-padding {
        padding-left: 34px;
        padding-right: 34px
    }
    .twenty-padding {
        padding-left: 34px;
        padding-right: 34px
    }
    .eight-gutter {
        margin-left: auto
    }
    .quarter-gutter {
        margin-left: auto
    }
    h1 {
        font-size: 26px
    }
    h2,
    blockquote {
        font-size: 38px
    }
    h3,
    h2.seo {
        font-size: 28px
    }
    h4 {
        font-size: 24px
    }
    h5 {
        font-size: 20px
    }
    h6,
    cite {
        font-size: 14px
    }
    p {
        font-size: 16px
    }
    p.large {
        font-size: 18px
    }
    .impact {
        font-size: 50px
    }
}

@media(max-width:600px) {
    .cta_button.ghost-cta {
        width: 100% !important;
        padding: 20px 0 !important
    }
    .hide-small-screens {
        display: none
    }
    .five-padding {
        padding-left: 24px;
        padding-right: 24px
    }
    .twelve-padding {
        padding-left: 24px;
        padding-right: 24px
    }
    .twenty-padding {
        padding-left: 24px;
        padding-right: 24px
    }
    .eight-gutter {
        margin-left: auto
    }
    .quarter-gutter {
        margin-left: auto
    }
    h1 {
        font-size: 26px
    }
    h2,
    blockquote {
        font-size: 38px
    }
    h3,
    h2.seo {
        font-size: 28px
    }
    h4 {
        font-size: 24px
    }
    h5 {
        font-size: 20px
    }
    h6,
    cite {
        font-size: 14px
    }
    p {
        font-size: 16px
    }
    p.large {
        font-size: 18px
    }
    .impact {
        font-size: 55px
    }
    .cta_button.ghost-cta {
        width: 100% !important;
        padding: 20px 0 !important
    }
}
html {
    scroll-behavior: smooth
}


@media screen and (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }
}

.grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: space-evenly;
    padding: 0 5%;
    width: 100%
}

.grid-container * {
    box-sizing: border-box
}

.grid-container .grid-item {
    width: 100%;
    margin: 0;
    padding: .5em
}
.row-button {
    display: inline-block;
    text-align: center;
    margin: 0; /* space between buttons */
}
.page-header
{
    margin-top:1% ;
    font-size: 35px;
    text-align: center;

}
.page-header span
{
    font-size: 18px;


}

@media(min-width:600px) {
    .grid-container .grid-item {
        /* width: 50%; */
        width: 100%;
    }
}

@media(min-width:960px) {
    .grid-container .grid-item {
        /* width: 33.33%; */
        /* width: 50%; */
        width: 100%;
        /* max-width: 300px; */
        /* max-width: 380px; */
        max-width: 720px;
        margin: 0 .5em 50px .5em;
        padding: 0
    }
}

.grid-container .grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.grid-container .grid-item .grid-content {
    display: flex;
    flex-flow: column
}

.grid-container .grid-item img.card-image {
    width: 100%;
    background-color: blue;
    height: auto;
    margin: 0 0 10px 0
}
.text-image-header-style-one .background-container {
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 100%;
    position: relative;
    padding: 0;
/* GHF 2023    height: 615px */
    height: 730px
}

.text-image-header-style-one .background-container .text-container {
    background-size: cover;
    position: absolute;
    left: 5%;
    bottom: 24%;
    max-width: 50%;
    background-color: #fff;
    padding: 40px
}

.text-image-header-style-one .background-container .text-container h1 {
    margin: 0
}
@media(max-width:1350px) {
    .text-image-header-style-one .background-container {
        height: 415px
    }
}

@media(max-width:1280px) {
    .text-image-header-style-one .background-container {
        height: 485px
    }
}

@media(max-width:960px) {
    .text-image-header-style-one .background-container {
        height: 286px
    }
    .text-image-header-style-one .background-container .text-container {
        background-color: transparent
    }
    .text-image-header-style-one .mobile-header-holder {
        background-color: #fff
    }
    .text-image-header-style-one .mobile-header-holder h1 {
        margin-bottom: 0;
        padding-top: .83em;
        margin-top: 0
    }
}

@media(max-width:600px) {
    .text-image-header-style-one .background-container {
        height: 140px
    }
}

.grid-container .grid-item h5.card-header {
    margin: 5px 0 0 0;
    height: 60px;
}

.grid-container .grid-item p.card-copy {
    flex: 1 0 auto
}

.grid-container .grid-item p.card-copy,
.grid-container .grid-item span.card-dimensions,
.grid-container .grid-item span.card-pricing {
    line-height: 20px
}

.grid-container .grid-item p.card-copy,
.grid-container .grid-item span.card-dimensions {
    margin-bottom: 15px;
    height: 60px;
}
div.button-row{
    display: block;
    /* margin:20px 0 0 0; */
    margin: 0 0 0 0;
    flex-grow: 1;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-family: "proxima-nova",Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    border: 1px solid #cb333b;
    padding: 20px;
    cursor: pointer;
    background-color:  #fff;
    color:  #cb333b;
    text-decoration: none;
    font-size: 14px !important;

}

div.button-row:hover {
    color: #fff !important;
}

div.button-row:hover{
    background-color:  #cb333b;
}


.button-row-1{
    margin:0;
    height: 80px;
    width:40%;
    flex-grow: 1;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-family: "proxima-nova",Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    border: 1px solid #cb333b;
    padding: 20px;
    cursor: pointer;
    background-color:  #cb333b;
    text-decoration: none;
    color: white;
    text-decoration: none;
    font-size: 14px !important;

}

.button-row-1 a{
    text-decoration: none !important;
    color: white;
}

.grid-container .grid-item {
    margin: 20px;
margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media(min-width:960px) {
    .grid-container .grid-item div.button-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: space-between
    }
}

section.product-grid.module .grid-container .grid-item div.button-row a.cta.cta_button {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    font-family: "proxima-nova", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    color: #cb333b;
    border: 1px solid #cb333b;
    padding: 20px;
    cursor: pointer;
    background-color: #fff;
    text-decoration: none;
    font-size: 14px !important
}

@media(min-width:960px) {
    section.product-grid.module .grid-container .grid-item div.button-row a.cta.cta_button {
        width: 140px;
        height: 45px;
        padding: 0
    }
}

section.product-grid.module .grid-container .grid-item div.button-row a.cta.cta_button span {
    letter-spacing: 1px
}

section.product-grid.module .grid-container .grid-item div.button-row a.pdf-link.dark {
    border-color: #000;
    color: #000;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    margin-bottom: 15px
}

section.product-grid.module .grid-container .grid-item div.button-row a.cta.cta_button:hover {
    background-color: #cb333b;
    color: #fff;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important
}

section.product-grid.module .grid-container .grid-item div.button-row a.pdf-link.dark:hover {
    background-color: #000;
    color: #fff;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important
}

.filter-container {
    padding: 0 0 45px 0
}

.filter-container * {
    cursor: pointer
}

.filter-upper {
    border-top: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf
}

.filter-upper,
.selected-filter {
    padding: 20px 0
}

.filter-upper p,
.selected-filter p {
    margin: 0
}

.filter-list-wrapper,
.selected-filter {
    border-bottom: 1px solid #afafaf
}

.filter-upper>p:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    display: inline-block;
    padding-top: 3px;
    margin-left: 5px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.filter-upper>p.expanded:after {
    -webkit-transform-origin: 4px 2px;
    -ms-transform-origin: 4px 2px;
    transform-origin: 4px 2px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter-list-wrapper {
    padding: 40px 0
}

.filter-list {
    list-style: none;
    padding-left: 0;
    color: #afafaf;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    height: 192px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.filter-list p:hover {
    color: #000
}

.filter-list p {
    margin-top: 0;
    margin-bottom: 5px;
    margin-right: 15%
}

.selected-filter .selected {
    display: inline-block;
    vertical-align: middle
}

.selected-filter .results-count {
    padding-left: 5px;
    letter-spacing: 2px
}

.clear-filter {
    width: 12px;
    display: inline-block;
    line-height: 0;
    height: 12px;
    vertical-align: middle;
    margin-left: 6px;
    margin-top: 3px
}

@media(max-width:960px) {
    .case-study-list .column-container .case-study h3 {
        font-size: 22px
    }
}

@media(max-width:600px) {
    .case-study-list .column-container .case-study {
        width: 100%
    }

    .filter-list {
        height: auto
    }

    .filter-upper > p.expanded {
        color: #cb333b
    }

    .filter-upper > p.expanded:after {
        border-top-color: #cb333b
    }
}