@charset "UTF-8";
/* ==========================================================================
   Stylesheet For Custom Elements On All Pages
   ========================================================================== */


/* Page Header
   ========================================================================== */
.page-header {
    padding: 15px 0;
}

.logo {
    font-size: 11px;
    margin-bottom: 10px;
}

.logo img {
    vertical-align: middle;
}

.trademark {
    margin-bottom: 0;
}

.trademark .logo {
    max-width: 150px;
}

.trademark .slogan {
    color: #b3144b;
    display: block;
    font-size: 8px;
    line-height: 1.2em;
}

.asp {
    overflow: hidden;
}

.asp > div {
    position: absolute;
    left: -99999px;
}

/* Media Queries */
@media only screen and (min-width: 40.063em) {
    .page-header {
        padding: 30px 0 20px;
    }

    .partner-logos {
        padding-left: 30px;
    }

    .trademark .logo {
        display: inline;
        vertical-align: middle;
    }

    .trademark .slogan {
        font-size: 0.3684em;
    }
}

@media only screen and (min-width: 56.063em) {
    .trademark {
        margin-top: 10px;
    }

    .trademark .slogan {
        font-size: 0.4474em;
        display: inline;
        vertical-align: middle;
        white-space: nowrap;
    }
}


/* Page Banner
   ========================================================================== */
.page-banner {
    border-top: 4px solid #b4144b;
    box-shadow: 0px 7px 4px -4px rgba(0,0,0,0.4);
    margin-bottom: 30px;
    position: relative;
}

.page-banner .banner-content {
    background: #b4144b;
    color: #fff;
    font-size: 1.25em;
    line-height: 1.3em;
    padding: 10px 15px;
}

.page-banner .banner-content p {
    margin-bottom: 0;
    text-transform: uppercase;
}

.page-featured {
    border-top: 4px solid #b4144b;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
    position: relative;
}

.page-featured.page-featured-bg1 {
    background-image: url('../images/page-banner1.jpg');
}

.page-featured .featured-caption {
    display: inline-block;
    padding: 20px 40px 20px 0;
    position: relative;
    z-index: 5;
}

.page-featured .featured-caption:before {
    background: rgba(173,30,63,0.5);
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 400%;
    left: -300%;
    top: 0;
    z-index: -1;
}

.page-featured .featured-caption h2 {
    color: #fff;
    font-size: 1.25em;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* Media Queries */
@media only screen and (min-width: 40.063em) {
    .page-banner .banner-content {
        background: rgba(180,20,75,0.8);
        font-size: 1.125em;
        position: absolute;
        width: 100%;
        bottom: 30px;
        left: 0;
    }

    .page-featured {
        padding: 50px 0;
    }

    .page-featured .featured-caption h2 {
        font-size: 2.6875em;
    }
}

@media only screen and (min-width: 56.063em) {
    .page-banner .banner-content {
        font-size: 2.5em;
        padding: 10px 75px;
    }

    .page-featured {
        padding: 100px 0;
    }

    .page-featured .featured-caption h2 {
        font-size: 3.75em;
    }
}


/* Page Intro
   ========================================================================== */
.page-intro {
    background: #b4144b;
    box-shadow: 0px 7px 4px -4px rgba(0,0,0,0.3);
    color: #fff;
    padding: 20px 15px;
    position: relative;
    z-index: 10;
}

.page-intro p {
    margin-bottom: 0;
}

.bubble {
    background: #fff;
    color: #b4144b;
    font-size: 1.1875em;
    line-height: 1.2em;
    margin-bottom: 1em;
    padding: 15px 5px;
    position: relative;
    text-align: center;
}

.bubble:after {
    border-color: #ffffff transparent transparent transparent;
    border-style: solid;
    border-width: 30px 35px 0 0;
    display: block;
    position: absolute;
    height: 0;
    width: 0;
}

.bubble.arrow-bottom {
    margin: 0 auto 50px;
    max-width: 300px;
    padding: 10px 40px;
}

.bubble.arrow-bottom:after {
    border-width: 35px 12px 0 12px;
    content: "";
    left: 50%;
    bottom: -34px;
    margin-left: -12px;
}

.bubble em {
    display: block;
    font-size: 1.4842em;
    font-style: normal;
    line-height: 1.15em;
}

/* Media Queries */
@media only screen and (min-width: 40.063em) {
    .bubble.arrow-side {
        margin-right: 30px;
        margin-bottom: 0;
    }

    .bubble.arrow-side:after {
        content: "";
        right: -29px;
        top: 13px;
    }
}

@media only screen and (min-width: 56.063em) {
    .page-intro {
        padding: 20px 30px;
    }

    .page-intro.large-narrow {
        padding-left: 75px;
    }

    .page-intro p {
        padding-right: 55px;
    }

    .bubble em {
        font-size: 1.6842em;
    }
}


/* Page Content
   ========================================================================== */
.page-content {
    background: #f2f2f2;
    margin-bottom: 15px;
    padding: 30px 15px;
}

.page-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-section.narrow {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Media Queries */
@media only screen and (min-width: 56.063em) {
    .page-content {
        padding: 30px 30px 30px 75px;
        margin-bottom: 30px;
    }
}


/* Page Footer
   ========================================================================== */
.page-footer .footer-links a {
    font-size: 1.125em;
}


/* Reusable Elements
   ========================================================================== */
/* >> Components */
.contact-form label {
    font-size: 12px;
    line-height: 1.3em;
}

.contact-form label small {
    color: #808080;
    display: block;
    font-weight: normal;
}

.contact-form .required {
    position: relative;
}

.contact-form .required:after {
    color: #b4144b;
    content: '\2217';
    margin-left: 3px;
    position: absolute;
    top: 0;
}

.contact-form-s1 ol.fields li {
    margin-bottom: 1.5em;
}

.contact-form-s1 label {
    font-weight: bold;
}

.contact-form-s1 label small {
    color: #808080;
    display: block;
    font-size: 0.76em;
    font-weight: normal;
    margin-bottom: 0.3em;
    text-transform: none;
}

.contact-form-s1 .required {
    position: relative;
}

.contact-form-s1 .required:after {
    color: #b4144b;
    content: '\2217';
    font-size: 0.8em;
    margin-left: 2px;
    position: absolute;
    top: -1px;
}

.contact-form-s1 input[type="text"],
.contact-form-s1 textarea {
    font-size: 0.875em;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    padding: 8px;
}

.contact-form-s1 input[type="text"] {
    height: 37px;
}

.contact-form-s1 textarea {
    min-height: 100px;
}

.contact-form-s1 input[type="submit"] {
    font-size: 1.3em;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
}

.quote-form ol.fields li {
    margin-bottom: 1.5em;
}

.quote-form label {
    font-weight: bold;
}

.quote-form label small {
    color: #808080;
    display: block;
    font-size: 0.76em;
    font-weight: normal;
    margin-bottom: 0.3em;
    text-transform: none;
}

.quote-form .required {
    position: relative;
}

.quote-form .required:after {
    color: #b4144b;
    content: '\2217';
    font-size: 0.8em;
    margin-left: 2px;
    position: absolute;
    top: -1px;
}

.quote-form input[type="text"],
.quote-form textarea {
    font-size: 0.875em;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    padding: 8px;
}

.quote-form input[type="text"] {
    height: 37px;
}

.quote-form textarea {
    min-height: 100px;
}

.quote-form input[type="submit"] {
    font-size: 1.3em;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
}

.image-grid ul {
    list-style: none outside none;
    margin: 0;
}

.image-grid ul li {
    text-align: center;
    padding: 20px 30px;
}

.image-grid img {
    max-width: 100%;
}

.video-wrap {
    margin-bottom: 2em;
}

.video-wrap iframe {
    width: 100%;
}

.video-modal {
    background: rgba(255,255,255,0.85);
    max-width: none;
    padding: 33px 10px 10px;
}

.embed-container {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}


.embed-container iframe {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.close-reveal-modal.small {
    position: absolute;
    color: #ad1e3f;
    font-size: 2.8125em;
    line-height: 0.5em;
    right: 5px;
    top: 5px;
}

/* >> Headings */
.section-title-s2 {
    font-size: 1.5625em;
}

.section-title,
.section-title-s2 {
    color: #b4144b;
    text-align: center;
}

.cta1 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.cta2,
a.cta2 {
    color: #fff;
    display: block;
    font-size: 1.3em;
    text-align: center;
    text-decoration: underline;
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bgcolor-primary {
    background-color: #b4144b;
    color: #fff;
}

/* Media Queries */
@media only screen and (max-width: 40em) {
    .image-grid.small-double ul li {
        float: left;
        width: 50%;
    }

    .image-grid.small-double li:nth-child(2n+1) {
        clear: left
    }

    .image-grid.small-double .wide {
        width: 100%;
    }
}

@media only screen and (min-width: 40.063em) {
    .contact-form-s1 label {
        font-size: 1.3em;
    }

    .quote-form label {
        font-size: 1.3em;
    }

    .image-grid {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .image-grid ul {
        display: table-row;
    }

    .image-grid ul li {
        display: table-cell;
        padding: 20px 40px;
        vertical-align: middle;
    }

    .image-grid .wide {
        width: 50%;
    }

    .video-modal {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        margin-left: 0;
        padding: 30px;
    }

    .embed-container,
    .embed-container iframe {
        height: 100%;
    }

    .video-wrap iframe {
        height: 320px;
    }

    .section-title {
        font-size: 2.5em;
    }

    .section-title-s2 {
        font-size: 2em;
    }

    .cta1 {
        font-size: 2.4375em;
        line-height: 1.1em;
    }

    .cta2,
    a.cta2 {
        font-size: 1.5em;
    }
}

/* === Messages and Alerts === */
.alert {
    background-color: #fcf8e3;
    border: 2px solid rgba(0,0,0,0.2);
    color: #fff;
    display: none;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
}

.alert a {
    color: #fff;
    text-decoration: underline;
}

.alert h4 {
    color: #fff;
    margin-bottom: 0.3em;
}

.alert p,
.alert ul {
    padding-bottom: 3px;
}

.alert p:last-child {
    margin-bottom: 0;
}

.alert-error {
    background-color: #7a1739;
}

.alert-success {
    background-color: #4ea476;
}


/* Individual Styles
   ========================================================================== */
.text-center { text-align: center!important; }
.text-right { text-align: right!important; }
.text-strong { font-weight: 700!important; }
.text-uppercase { text-transform: uppercase!important; }
.text-underline { text-decoration: underline!important; }
.text-color-white {	color: #fff!important; }

.bgcolor-primary { background-color: #b3144b!important; }
.bgcolor-blue-dark { background-color: #253f4f!important; }
.bgcolor-grey-light { background-color: #eaeae9!important; }

.p-0 { padding: 0!important; }
.mb-0 {	margin-bottom: 0!important; }
.mb-35 { margin-bottom: 35px!important; }


.contact-form-s1 a {
    text-decoration: underline;
}
