﻿@import 'assets/fonts/bhf_icons.css';

.cta {
    display: inline-block;
    background: #e61a2d;
    color: #FFF;
    font-family: 'Knockout 50 A', 'Knockout 50 B';
    font-weight: 400;
    font-style: normal;
    padding: 7px 10px;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    font-size: 1.125em;
}

a.cta:link {
    color: #FFF;
}

.highlight {
    background: #f0f0f0;
    padding: 0.625em 1.25em;
    margin: 0.625em 0;
    display: block;
}

.intro-text {
    font-size: 1.125em;
    line-height: 1.33333em;
    font-weight: bold;
}

.float-right {
    display: block;
    float: right;
}

.float-left {
    display: block;
    float: left;
}

.anchor {
    color: inherit;
}

.edit-link {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    font-weight: bold;
}

.red-border {
    border: 2px #E71348 solid;
    padding: 20px !important;
}

/* Sitecore Default Stylesheet starts */

html, body {
    box-sizing: border-box;
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    margin: 0px;
    color: #131313;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
}


a:link {
    text-decoration: none;
    color: #0088cc;
}

a:hover {
    text-decoration: underline;
}

#CenterColumn {
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1170px;
    min-height: 402px;
    background: white url('-/media/Default Website/cover.ashx') no-repeat;
    background-size: 1170px 402px;
    text-align: left;
}

#InnerCenter {
    margin: auto;
    position: relative;
    width: 1150px;
    height: 700px;
}

#Header {
    height: 402px;
}

#Footer {
    width: 100%;
    clear: both;
    padding-top: 2px;
}

#LeftContent {
    width: 750px;
    text-align: justify;
}

#scLogo {
    margin-top: 20px;
}

.contentTitle {
    margin-top: 50px;
    font-weight: 400;
    font-size: 36px;
}

.divider {
    background-color: #DCDCDC;
    border: 0 none;
    clear: both;
    display: block;
    height: 1px;
    float: none;
    margin: 50px auto;
    width: 100%;
}

.contentDescription {
    padding-right: 20px;
    line-height: 22px;
}

/* Sitecore Default Stylesheet ends*/


/* Custom styles for RTE 3 column list HTML snippet */
dl {
    background-color: lightblue;
    width: 100%;
    height: auto;
    min-height: 100px;
    display: block;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -moz-columns: 1;
    column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    column-fill: auto;
}

@media (min-width: 768px) {
    dl {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        -moz-columns: 2;
        column-count: 2;
        -moz-column-gap: 50px;
        -webkit-column-gap: 50px;
        column-gap: 50px;
    }
}

@media (min-width: 1024px) {
    dl {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        -moz-columns: 3;
        column-count: 3;
    }
}

dl:before {
    content: '';
}

dl div {
    background-color: lightgreen;
    overflow: hidden;
    /* fix for Firefox */
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}

dl dt {
    color: #8C0032;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

dl dd {
    margin: 0 0 30px 0;
    font-size: 15px;
    font-size: 1rem;
}


.bhfi {
    display: inline-block;
    vertical-align: middle;
}

.bhfi-extlink {
    margin-left: 4px;
}

.text-link--red {
    color: #ed002d !important;
    font-size: 1rem;
    font-family: "BHF Beats Bold", Trebuchet MS, Trebuchet, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-weight: 700;
    line-height: 1.625rem;
    width: fit-content;
}

    .text-link--red::after {
        background-image: url(/assets/img/icons/red-arrow.svg);
        background-size: .875rem .625rem;
        height: .625rem;
        margin-left: .625rem;
        width: .875rem;
        content: "";
        display: inline-block;
    }

.text-link--grey {
    color: #333 !important;
    font-size: 1rem;
    font-family: "BHF Beats Bold", Trebuchet MS, Trebuchet, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-weight: 700;
    line-height: 1.625rem;
    width: fit-content;
}

    .text-link--grey::after {
        background-image: url(/assets/img/icons/grey-arrow.svg);
        background-size: .875rem .625rem;
        height: .625rem;
        margin-left: .625rem;
        width: .875rem;
        content: "";
        display: inline-block;
    }

.cta-button--transparent-red {
    background-color: transparent;
    border-color: #ed002d !important;
    color: #ed002d !important;
    display: inline-flex;
    border: .125rem solid transparent;
    border-radius: 2.5rem;
    font-family: "BHF Beats Bold", Trebuchet MS, Trebuchet, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    margin: auto;
    padding: .8125rem 1.75rem;
}

.cta-button--red {
    background-color: #ed002d;
    border-color: #ed002d !important;
    color: #fff !important;
    display: inline-flex;
    border: .125rem solid transparent;
    border-radius: 2.5rem;
    font-family: "BHF Beats Bold", Trebuchet MS, Trebuchet, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    margin: auto;
    padding: .625rem 1.75rem;
}

blockquote {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-left: 0;
    margin-right: 0;
}

    blockquote::before {
        background: url(/assets/img/icons/quote-icon.svg);
        background-repeat: no-repeat;
        content: "";
        height: 2.8125rem;
        width: 2.75rem;
        box-sizing: border-box;
    }

    blockquote > p {
        font-size: 1.75rem;
        line-height: 1.214;
        color: #ed002d;
        font-family: "BHF Beats Bold", Trebuchet MS, Trebuchet, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
        font-weight: 700;
        margin: 0;
        text-align: left;
    }

    blockquote > cite {
        font-size: 1rem;
        line-height: 1.5;
        color: #474e5a;
        font-family: Trebuchet MS, Trebuchet, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    }
