/* --------------------------------------------------
VARIABLES
-------------------------------------------------- */





/* --------------------------------------------------
TEMPLATE
-------------------------------------------------- */
.body-container-wrapper {
    background-color: #000;
    background: url(//cdn2.hubspot.net/hubfs/98698/images/body-home.jpg) no-repeat center top #000;
    background-size: cover;
}
/*
.body-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}*/
/* --------------------------------------------------
PAGE STYLES
-------------------------------------------------- */
/* BANNER */
.widget-type-raw_html.banner {
    width: 94%; max-width: 1090px; margin: 0 auto !important; float: none;
    color: #fff;
    text-transform: uppercase;
    font: italic 700 20px 'Lato',sans-serif;
    text-align: center;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
}
.banner .cell-wrapper {
    padding: 54px 0 50px;
}
.banner img {
    vertical-align: middle;
    margin: 0 34px 0 -31px;
}
.banner .start {
    display: inline-block;
    text-align: left;
    width: 351px;
    height: 84px;
    padding: 23px 0 0 54px;
    background: url('https://cdn2.hubspot.net/hubfs/98698/75-years-banner/home-banner-start_new.png') no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.banner .end {
    display: inline-block;
    text-align: left;
    width: 300px;
    height: 84px;
    padding: 23px 0px 0 28px;
    background: url('//cdn2.hubspot.net/hubfs/98698/75-years-banner/home-banner-end_new_2_.png') no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.banner .full {
    display: none;
    width: 466px;
    height: 60px;
    padding: 15px 0 0;
    margin-top: -10px;
    background: url(//cdn2.hubspot.net/hubfs/98698/75-years-banner/home-banner-full_new.png) no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* BUCKETS */
.widget-type-cell.buckets {
    width: 94%; max-width: 1090px; float: none;
    margin: 0 auto 37px !important;
}

.buckets .widget-type-raw_jinja {
    position: relative;
}
.buckets .widget-type-raw_jinja > h3 {
    display: inline-block;
    background: #000;
    color: #fff;
    font: 900 1.12em 'Lato',sans-serif;
    padding: 0.4em 1.7em 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-font-smoothing: antialiased;
}
.buckets .widget-type-raw_jinja .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.4em 2.3em 3.6em;
    background: url(//cdn2.hubspot.net/hubfs/98698/images/bucket-text.jpg) no-repeat center top #fff;
}
.buckets .widget-type-raw_jinja p {
    color: #000;
    font-weight: 700;
    margin: 0;
}

.buckets .widget-type-cell.right-bucket span{ color:#fff!important;}

.buckets .widget-type-raw_jinja .more {
    position: absolute;
    bottom: 9px;
    right: 0;
    display: inline-block;
    background: #af1e24;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 3px 9px 2px 14px;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.buckets .widget-type-raw_jinja .more:hover {
    background: #000;
}
.buckets .widget-type-raw_jinja .more i {
    margin: 0 0 0 5px;
}
/*.buckets .widget-type-raw_jinja img {
    display: none;
}
.buckets .widget-type-cta {
    background: url(//cdn2.hubspot.net/hubfs/98698/images/bucket-request-quote.jpg) no-repeat center;
    background-size: cover;
    border: 5px solid #fff;
    position: relative;
}*/
.buckets .widget-type-cell {
    /*background: url(//cdn2.hubspot.net/hubfs/98698/images/bucket-request-quote-alt.jpg) no-repeat center;*/
    background: url(https://cdn2.hubspot.net/hubfs/98698/images/CTAs/_new-cta/wolf-request-a-quote-1.jpg) no-repeat center;
    background-size: cover;
    border: 5px solid #fff;
    padding: 20px;
    text-align: center;
    position: relative;
    height:360px;
    color:#fff;
}
.buckets .widget-type-text {
    color: #000;
    font: 400 47px/1em 'VeneerTwo',sans-serif;
    text-transform: uppercase;
}
.buckets .hs_cos_wrapper_type_text span {
    display: block;
    font-size: 65px;
}
.buckets .hs-cta-wrapper {
    position: absolute;
    bottom: 1.3em;
    left: 0;
    width: 100%;
    text-align: center;
}
.buckets a.cta_button[title] {
    font: 900 1em/1.2em 'Lato',sans-serif;
    padding: 1em;
}
.buckets .widget-type-linked_image {
    display: none;
}

.widget-type-cell.buckets > .row-fluid-wrapper >.row-fluid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows:1fr;
    grid-gap:25px;
    align-items: stretch;
    justify-content: center;
}

@supports(display:grid){
    .widget-type-cell.buckets > .row-fluid-wrapper >.row-fluid:before,.widget-type-cell.buckets > .row-fluid-wrapper >.row-fluid:after{
        display:none;
    }
    .buckets .span4.widget-span.widget-type-raw_jinja, .buckets .right-bucket {
        width: 100%;
        height: 100%;
        margin: 0!important;
        max-width:none;
        /* display: block; */
    }
}

@media(max-width:767px){
    .widget-type-cell.buckets > .row-fluid-wrapper >.row-fluid {
   
    grid-template-columns: 1fr;
   
  
    }
}
/* ABOUT */
.widget-type-cell.about {
    width: 94%; max-width: 1090px; float: none;
    margin: 0 auto 35px !important;
    border: 5px solid #fff;
}
.about > div {
    padding: 2.4em 5.1em 2.8em;
}
.about .widget-type-text {
    color: #e4d2b2;
    font: 400 3.25em/1.2em 'VeneerTwo',sans-serif;
    text-transform: uppercase;
}
.about .hs_cos_wrapper_type_text span {
    display: block;
    color: #fff;
    font: 400 3.7em/0.9em 'VeneerTwo',sans-serif;
}
.about .widget-type-rich_text {
    color: #fff;
    font: 700 1.12em/130% 'Lato',sans-serif;
    -webkit-font-smoothing: antialiased;
}
.about .widget-type-rich_text a {
    color: #e4d2b2;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}
.about .widget-type-rich_text a:after {
    color: #fff;
    content: "\f067";
    font-family: "FontAwesome";
    margin: 0 0 0 7px;
}

/* RSS & RESOURCE */
.widget-type-cell.rss-resource {
    width: 94%; max-width: 1090px; float: none;
    margin: 0 auto 29px !important;
}
.rss-resource .widget-type-rss_listing {
    background: #fefefe;
}
.rss-resource .widget-type-rss_listing h3 {
    background: url(//cdn2.hubspot.net/hubfs/98698/images/home-rss-header.jpg) repeat-y;
    color: #fff;
    padding: 0.7em 19px 0.55em;
    margin: 0 0 0.9em;
    font: 400 1.6em/1.2em 'VeneerTwo',sans-serif;
    text-transform: uppercase;
}
.rss-resource .widget-type-rss_listing h3:before {
    content: "\f09e";
    font-family: 'FontAwesome';
    color: #e2d1b0;
    margin: 0 13px 0 0;
}
.rss-resource .hs-rss-item {
    border-bottom: 1px solid #d4d4d4;
    padding: 1.2em 8px 1.4em;
    margin: 0 9px;
}
.rss-resource .hs-rss-item:first-child {
    padding: 0 8px 1.4em;
}
.rss-resource .hs-rss-title {
    display: inline-block;
    color: #000;
    font-size: 1.38em;
    line-height: 1.2em;
    text-decoration: none;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.rss-resource .hs-rss-title:hover {
    color: #af1e24;
}
.rss-resource .hs-rss-byline {
    color: #c7c7c7;
}
.rss-resource .feedreader_box > p {
    padding: 19px 9px 17px;
    margin: 0;
    text-align: right;
}
.rss-resource .feedreader_box > p a {
    display: inline-block;
    background: #af1e24;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    padding: 3px 9px 2px 14px;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.rss-resource .feedreader_box > p a:hover {
    background: #000;
}
.rss-resource .feedreader_box i {
    margin: 0 0 0 5px;
}
/*.rss-resource .feedreader_box > p a:after {
    content: "\f067";
    font-family: "FontAwesome";
    margin: 0 0 0 11px;
}*/
.rss-resource .widget-type-raw_jinja {
    background: url(//cdn2.hubspot.net/hubfs/98698/images/home-resource.jpg) no-repeat center;
    background-size: cover;
    border: 5px solid #fff;
    padding: 0 1.7em;
    position: relative;
        min-height: 485px;
}
.rss-resource .widget-type-raw_jinja h3 {
    position: absolute;
    top: 24px;
    font: 400 1.6em/28px 'VeneerTwo',sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    z-index: 2;
}
.rss-resource .widget-type-raw_jinja .image {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    z-index: 1;
}
.rss-resource .widget-type-raw_jinja .image img {
    max-width: 94%;
}
.rss-resource .widget-type-raw_jinja .more {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 3px 13px 2px 17px;
    font-size: 0.9em;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 24px;
    z-index: 3;
}
.rss-resource .widget-type-raw_jinja .more:after {
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 12px;
    margin: 0 0 0 5px;
}


/* IE 8 */
html.lt-ie9 .widget-type-raw_html.banner {
    font: italic 700 16px 'Lato',sans-serif;
}
html.lt-ie9 .buckets .widget-type-raw_jinja {
    overflow: hidden;
}
html.lt-ie9 .widget-type-cell.about {
    max-width: 1082px;
}
html.lt-ie9 .rss-resource .hs-rss-title {
    display: inline;
}
html.lt-ie9 .rss-resource .widget-type-raw_jinja h3 {
    width: 300px;
}
html.lt-ie9 .rss-resource .widget-type-raw_jinja .image img {
    max-width: 300px;
}


/* --------------------------------------------------
RESPONSIVE
-------------------------------------------------- */
@media (max-width: 1100px) {
    .banner img {
        max-width: 315px;
    }
    .buckets .widget-type-text {
        font: 400 35px/1.2em 'VeneerTwo',sans-serif;
    }
    .buckets .hs_cos_wrapper_type_text span {
        font-size: 50px;
    }
}

@media (max-width: 1024px) {
    .widget-type-raw_html.banner {
        font: italic 700 15px 'Lato',sans-serif;
    }
    .banner img {
        display: block;
        margin: 0 auto;
    }
    .banner .start, .banner .end {
        display: none;
    }
    .banner .full {
        display: inline-block;
    }
    .buckets .widget-type-raw_jinja .text {
        padding: 1.3em 1.5em 3.6em;
    }
}

@media (max-width: 960px) {
    .buckets .widget-type-raw_jinja .text {
        position: relative;
    }
    .about > div {
        padding: 2.4em 3.5em 2.8em;
    }
}

@media (max-width: 900px) {
    .buckets .hs_cos_wrapper_type_text span {
        font-size: 45px;
    }
}

@media (max-width: 800px) {
    .about > div {
        padding: 2.4em 3em 2.8em;
    }
    .about .widget-type-text {
        color: #e4d2b2;
        font: 400 3em/1.2em 'VeneerTwo',sans-serif;
        text-transform: uppercase;
    }
    .rss-resource .hs-rss-title {
        font-size: 1.15em;
        line-height: 1.5em;
    }
    .rss-resource .widget-type-raw_jinja h3 {
        position: absolute;
        top: 60px;
        left: 20px;
        right: 20px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .widget-type-cell.buckets {
        margin: 0 auto 22px !important;
    }
    .buckets .span4 {
        /*height: auto !important;*/
        width: 100%;
        max-width: 480px;
        margin: 22px auto 0 !important;
    }
    .buckets .span4:first-child {
        margin-top: 0;
    }
    .buckets .widget-type-raw_jinja img {
        width: 100%;
    }
    .buckets .widget-type-cell {
        padding: 0;
       /* background: none !important;*/
    }
    .buckets .widget-type-text {
        position: absolute;
        top: 20px;
        left: 10px;
        right: 10px;
        min-height: 0;
    }
    .buckets .widget-type-cta {
        min-height: 0;
    }
    .buckets .widget-type-linked_image {
        display: block;
    }
    .buckets .widget-type-linked_image img {
        width: 100% !important;
    }
    .widget-type-cell.about {
        max-width: 480px;
        /*margin: 22px auto 0 !important;*/
    }
    .about .widget-type-text {
        width: 100%;
        text-align: center;
    }
    .about .widget-type-rich_text {
        width: 100%;
    }
    .widget-type-cell.rss-resource {
        max-width: 480px;
        margin: 0 auto 29px !important;
    }
    .rss-resource .widget-type-rss_listing {
        height: auto !important;
        margin: 0;
    }
    .rss-resource .widget-type-raw_jinja {
        height: auto !important;
        padding: 1.7em 1.7em 0;
        margin: 22px 0 0 !important;
    }
    .rss-resource .widget-type-raw_jinja h3 {
        position: static;
        text-align: left;
        margin: 0 0 25px;
    }
    .rss-resource .widget-type-raw_jinja .image {
        position: static;
    }
}

@media (max-width: 480px) {
    .widget-type-raw_html.banner {
        font: italic 700 11px 'Lato',sans-serif;
        letter-spacing: normal;
    }
    .banner .cell-wrapper {
        padding: 54px 0 30px;
    }
    .banner img {
        max-width: 80%;
    }
    .banner .full {
        width: 292px;
        height: 40px;
        padding: 10px 0 0;
        background: url(//cdn2.hubspot.net/hubfs/98698/images/home-banner-full-mobile.png) no-repeat;
    }
    .about > div {
        padding: 2em;
    }
}