@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 300;
    src: url('https://cdn.fotlinc.com/fonts/NotoSans-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('https://cdn.fotlinc.com/fonts/NotoSans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 400;
    src: url('https://cdn.fotlinc.com/fonts/NotoSans-Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    src: url('https://cdn.fotlinc.com/fonts/NotoSans-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('https://cdn.fotlinc.com/fonts/NotoSans-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 900;
    src: url('https://cdn.fotlinc.com/fonts/NotoSans-Black.woff2') format('woff2');
}

:root {
    --purple: #37246b;
    --deep-purple: #1c1236;
    --light-purple: #6C51B8;
    --pale-blue: #a2cdee;
    --blue-gray: #afb7bc;
    --black: #0a0a0a;
    --white: #ffffff;
    --pale-gray: #fefefe;
    --dim-gray: #ecebea;
    --light-gray: #dcdcdc;
    --gray: #979797;
    --medium-gray: #76777A;
    --dark-gray: #4d4d4d;
    --off-black: #2f2f2f;
}

strong {
    font-weight: 700;
}

.radius-0 {
    border-radius: 0 !important;
}

.brei-icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    pointer-events: none;
    stroke: currentColor;
    stroke-width: 0;
    width: 1em
}

body {
    background: var(--dim-gray);
    font-family: 'Noto Sans', Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
    max-width: 100%;
    overflow-x: hidden;
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word;
    word-wrap: break-word
}

body.nav-is-open {
    position: fixed
}

@media print,screen and (min-width: 768px) {
    body.nav-is-open {
        position:static
    }
}

button,html,input,select,textarea {
    color: var(--black)
}

audio,canvas,img,video {
    vertical-align: middle
}

iframe,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=file],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea {
    max-width: 100%
}

input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=file],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week] {
    word-break: normal
}

label {
    display: inline-block;
    margin-bottom: .625rem
}

label+input[type=checkbox],label+input[type=radio] {
    left: auto;
    opacity: 1;
    position: static
}

input[type=checkbox],input[type=radio] {
    left: -624.9375rem;
    opacity: 0;
    position: absolute
}

input[type=checkbox]:checked+label,input[type=radio]:checked+label {
    color: var(--purple);
    font-weight: 400!important
}

input[type=checkbox]+label,input[type=radio]+label {
    color: var(--black);
    cursor: pointer;
    font-weight: 400;
    max-width: calc(100% - 2.125rem);
    min-height: 1.5rem;
    padding-left: 2.125rem!important;
    padding-top: 0!important;
    position: relative;
    -webkit-transition: color .4s;
    transition: color .4s
}

input[type=checkbox]+label:hover,input[type=radio]+label:hover {
    color: var(--purple)
}

input[type=checkbox]+label:after,input[type=checkbox]+label:before,input[type=radio]+label:after,input[type=radio]+label:before {
    content: "";
    display: inline-block;
    position: absolute
}

input[type=checkbox]:hover+label,input[type=radio]:hover+label {
    color: var(--purple)
}

input[type=radio]:checked+label:after {
    opacity: 1
}

input[type=radio]+label {
    color: var(--black);
    font-weight: 400;
    max-width: calc(100% - 2.125rem);
    min-height: 1.5rem!important;
    padding-left: 2.125rem!important;
    padding-top: .275em;
    position: relative;
    -webkit-transition: color .4s;
    transition: color .4s
}

input[type=radio]+label:after,input[type=radio]+label:before {
    content: "";
    display: inline-block;
    position: absolute
}

input[type=radio]+label:before {
    border: 2px solid var(--purple);
    border-radius: 50%;
    height: 1.5rem;
    left: 0;
    top: 0;
    width: 1.5rem
}

input[type=radio]+label:after {
    background-color: var(--purple);
    height: .75rem;
    left: .375rem;
    opacity: 0;
    top: .375rem;
    -webkit-transition: opacity .425s;
    transition: opacity .425s;
    width: .75rem
}

input[type=radio]:hover+label {
    color: var(--black)
}

input[type=checkbox]:checked+label:after {
    content: "✓";
    opacity: 1
}

input[type=checkbox]+label:before {
    border: 2px solid var(--purple);
    border-radius: 2px;
    height: 1.5rem;
    left: 0;
    top: 0;
    width: 1.5rem
}

input[type=checkbox]+label:after {
    background-color: transparent;
    height: .875rem;
    left: .3125rem;
    line-height: .9375rem;
    opacity: 0;
    top: .3125rem;
    -webkit-transition: opacity .425s;
    transition: opacity .425s;
    width: .875rem
}

input[type=radio]+label:after,input[type=radio]+label:before {
    border-radius: 1.5rem
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

::-ms-input-placeholder {
    color: var(--black)
}

::placeholder {
    color: var(--black)
}

::-webkit-input-placeholder {
    color: var(--black)
}

:-moz-placeholder,::-moz-placeholder {
    color: var(--black);
    opacity: 1
}

:-ms-input-placeholder {
    color: var(--black)
}

.ginput_container_email,.ginput_container_phone,.ginput_container_select,.ginput_container_text,.ginput_container_textarea,.ginput_container_website {
    position: relative
}

.ginput_container_email input[type=email],.ginput_container_email input[type=number],.ginput_container_email input[type=phone],.ginput_container_email input[type=search],.ginput_container_email input[type=text],.ginput_container_email input[type=tel],.ginput_container_email textarea,.ginput_container_phone input[type=email],.ginput_container_phone input[type=number],.ginput_container_phone input[type=phone],.ginput_container_phone input[type=search],.ginput_container_phone input[type=text],.ginput_container_phone input[type=tel],.ginput_container_phone textarea,.ginput_container_select input[type=email],.ginput_container_select input[type=number],.ginput_container_select input[type=phone],.ginput_container_select input[type=search],.ginput_container_select input[type=text],.ginput_container_select input[type=tel],.ginput_container_select textarea,.ginput_container_textarea input[type=email],.ginput_container_textarea input[type=number],.ginput_container_textarea input[type=phone],.ginput_container_textarea input[type=search],.ginput_container_textarea input[type=text],.ginput_container_textarea input[type=tel],.ginput_container_textarea textarea,.ginput_container_text input[type=email],.ginput_container_text input[type=number],.ginput_container_text input[type=phone],.ginput_container_text input[type=search],.ginput_container_text input[type=text],.ginput_container_text input[type=tel],.ginput_container_text textarea,.ginput_container_website input[type=email],.ginput_container_website input[type=number],.ginput_container_website input[type=phone],.ginput_container_website input[type=search],.ginput_container_website input[type=text],.ginput_container_website input[type=tel],.ginput_container_website textarea {
    background-color: var(--dim-gray);
    border-radius: 8px 8px 0 0;
    border: 0 solid var(--dim-gray);
    border-bottom: 1px solid var(--purple);
    padding: .9375rem 1.3125rem .5625rem!important
}

.ginput_container_email input[type=email]:focus,.ginput_container_email input[type=number]:focus,.ginput_container_email input[type=phone]:focus,.ginput_container_email input[type=search]:focus,.ginput_container_email input[type=text]:focus,.ginput_container_email textarea:focus,.ginput_container_phone input[type=email]:focus,.ginput_container_phone input[type=number]:focus,.ginput_container_phone input[type=phone]:focus,.ginput_container_phone input[type=search]:focus,.ginput_container_phone input[type=text]:focus,.ginput_container_phone textarea:focus,.ginput_container_select input[type=email]:focus,.ginput_container_select input[type=number]:focus,.ginput_container_select input[type=phone]:focus,.ginput_container_select input[type=search]:focus,.ginput_container_select input[type=text]:focus,.ginput_container_select textarea:focus,.ginput_container_textarea input[type=email]:focus,.ginput_container_textarea input[type=number]:focus,.ginput_container_textarea input[type=phone]:focus,.ginput_container_textarea input[type=search]:focus,.ginput_container_textarea input[type=text]:focus,.ginput_container_textarea textarea:focus,.ginput_container_text input[type=email]:focus,.ginput_container_text input[type=number]:focus,.ginput_container_text input[type=phone]:focus,.ginput_container_text input[type=search]:focus,.ginput_container_text input[type=text]:focus,.ginput_container_text textarea:focus,.ginput_container_website input[type=email]:focus,.ginput_container_website input[type=number]:focus,.ginput_container_website input[type=phone]:focus,.ginput_container_website input[type=search]:focus,.ginput_container_website input[type=text]:focus,.ginput_container_website textarea:focus {
    border-width: 0 0 2px
}

.ginput_container_email .gfield_required,.ginput_container_phone .gfield_required,.ginput_container_select .gfield_required,.ginput_container_text .gfield_required,.ginput_container_textarea .gfield_required,.ginput_container_website .gfield_required {
    color: var(--black)
}

.ginput_container_email label,.ginput_container_phone label,.ginput_container_select label,.ginput_container_textarea label,.ginput_container_text label,.ginput_container_website label {
    color: var(--black);
    cursor: text;
    font-size: 1.125rem!important;
    font-weight: 400!important;
    left: 1.3125rem;
    line-height: 1.5rem !important;
    max-width: 66.66%;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 0.75rem;
    transform-origin: left bottom;
    transition: transform .425s, color .425s;
    white-space: nowrap;
}

.field--filled .ginput_container_email label,.field--filled .ginput_container_phone label,.field--filled .ginput_container_select label,.field--filled .ginput_container_textarea label,.field--filled .ginput_container_text label,.field--filled .ginput_container_website label,.ginput_container_email input:focus+label,.ginput_container_email textarea:focus+label,.ginput_container_phone input:focus+label,.ginput_container_phone textarea:focus+label,.ginput_container_select input:focus+label,.ginput_container_select textarea:focus+label,.ginput_container_textarea input:focus+label,.ginput_container_textarea textarea:focus+label,.ginput_container_text input:focus+label,.ginput_container_text textarea:focus+label,.ginput_container_website input:focus+label,.ginput_container_website textarea:focus+label {
    color: var(--purple);
    -webkit-transform: translateY(-21px) scale(.6666);
    transform: translateY(-21px) scale(.6666)
}

.gfield {
    margin: 0 0 2.1875rem!important
}

.contact-form .pushbutton-wide {
    border: 2px solid var(--purple);
    border-radius: 8px;
    color: var(--purple);
    cursor: pointer;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
    padding: .625rem 2.5rem;
    text-decoration: none;
    -webkit-transition: background-color .425s,color .425s;
    transition: background-color .425s,color .425s
}

.contact-form .pushbutton-wide__icon {
    margin-left: .5rem
}

.contact-form .pushbutton-wide:focus,.contact-form .pushbutton-wide:hover {
    background-color: var(--purple);
    color: var(--pale-gray);
    text-decoration: none
}

.contact-form .pushbutton-wide:disabled {
    border: 2px solid var(--medium-gray);
    color: var(--medium-gray)
}

.contact-form .pushbutton-wide:active {
    background-color: var(--deep-purple);
    color: var(--pale-gray)
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: var(--purple);
    display: block;
    font-weight: 300;
}

h1, .h1 {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 2.4rem;
}

@media screen and (min-width: 768px) {
    h1, .h1 {
        font-size: 3rem;
        letter-spacing: 0;
        line-height: 3.6rem;
    }
}

h2, .h2 {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 2.4rem;
}

@media screen and (min-width: 768px) {
    h2, .h2 {
        font-size: 2.5rem;
        letter-spacing: 0;
        line-height: 3rem;
    }
}

h3, .h3 {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 2.4rem;
}

@media screen and (min-width: 768px) {
    h3, .h3 {
        font-size: 2.25rem;
        letter-spacing: 0;
        line-height: 2.7rem;
    }
}

h4, .h4 {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 2.4rem;
}

h5, .h5 {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.8rem;
}

h6, .h6 {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.5rem;
}

hr {
    border: solid var(--medium-gray);
    border-width: 1px 0 0;
    display: block;
    height: .0625rem;
    margin: 3rem 0;
    padding: 0;
    position: relative
}

hr.dotted:after,hr.dotted:before {
    background: var(--medium-gray);
    border-radius: 50%;
    content: "";
    display: none;
    height: .5625rem;
    position: absolute;
    top: -.3125rem;
    width: .5625rem
}

@media print,screen and (min-width: 768px) {
    hr.dotted:after,hr.dotted:before {
        display:block
    }
}

hr.dotted:before {
    left: 0
}

hr.dotted:after {
    right: 0
}

img {
    max-width: 100%
}
.user-markup img,
.user-markup img[align=right],
.user-markup img[style*="float: right"],
.user-markup img[align=left],
.user-markup img[style*="float: left"] {
    margin: 1.5em 0;
}

@media print,screen and (min-width: 768px) {
    .user-markup img,
    .user-markup img[align=right],
    .user-markup img[style*="float: right"] {
        margin: 0.5rem 1rem 1.5rem 0;
    }

    .user-markup img[align=left],
    .user-markup img[style*="float: left"] {
        margin: 0.5rem 0 1.5rem 1rem;
    }
}

.user-markup img[align=left] {
    float: left;
}

.user-markup img[align=right] {
    float: right;
}

.image {
    background-position: center 30%;
    background-size: cover;
    height: 100%;
    width: 100%;
}

a {
    text-decoration: none
}

a:focus,a:hover {
    text-decoration: underline
}

.user-markup ol,
.user-markup ul {
    margin: 0 0 1em;
    overflow: hidden;
    padding: 0 0 0 1.75em;
}

.user-markup ol,
.user-markup ol ol,
.user-markup ol ul,
.user-markup ul,
.user-markup ul ol,
.user-markup ul ul {
    counter-reset: itemNum;
}

.user-markup ol ol,
.user-markup ol ul,
.user-markup ul ol,
.user-markup ul ul {
    margin: 0;
}

.user-markup ol ol li:first-child,
.user-markup ol ul li:first-child,
.user-markup ul ol li:first-child,
.user-markup ul ul li:first-child {
    margin-top: .5em;
}

.user-markup ol,
.user-markup ol li,
.user-markup ul,
.user-markup ul li {
    font-size: 1rem;
    line-height: 1.4rem;
    list-style: none;
}

.user-markup ol li,
.user-markup ul li {
    margin-bottom: 1rem;
    position: relative;
}

.user-markup ol li:before,
.user-markup ul li:before {
    position: absolute;
}

.user-markup ol li:last-child,
.user-markup ul li:last-child {
    margin: 0;
}

.user-markup ul.bullet {
    text-align: left;
}

.user-markup ul.bullet > li:not(.gfield):before {
    content: none;
}

.user-markup ul > li:not(.gfield):before {
    border-top: 16px solid var(--purple);
    border-right: 16px solid transparent;
    border-bottom: 0;
    border-left: 0;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    left: -1.5rem;
    position: absolute;
    top: 0.25rem;
    width: 0;
}

.user-markup ol > li {
    counter-increment: itemNum;
}

.user-markup ol > li:before {
    color: var(--purple);
    content: counter(itemNum) ".";
    font-weight: 600;
    left: -1.375em;
}

.user-markup ol>li:nth-child(n+10) {
    padding-left: .5em
}

.user-markup ol>li:nth-child(n+100) {
    padding-left: 1em
}

::-moz-selection {
    background: var(--pale-blue);
    text-shadow: none
}

::selection {
    background: var(--pale-blue);
    text-shadow: none
}

.gsc-control-cse table {
    table-layout: auto
}

.user-markup table {
    border-collapse: collapse
}

.user-markup table td {
    border: 1px solid var(--gray);
    color: var(--dark-gray);
    padding: .625rem 1.125rem;
    text-align: center
}

.user-markup table td:first-child {
    font-weight: 700;
    text-align: left
}

.user-markup table th {
    background-color: var(--deep-purple);
    border: 1px solid var(--deep-purple);
    color: var(--pale-gray);
    font-weight: 400;
    padding: .625rem 1.125rem
}

.user-markup table.clean th {
    background-color: transparent;
    border: 0;
    color: var(--black)
}

.user-markup table.clean td {
    border: 0;
    color: var(--black)
}

.table-wrapper {
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto
}

.nav-is-open .container:before {
    background-color: rgba(10,10,10,.5);
    z-index: 199
}

@media print,screen and (max-width: 1199px) {
    body.nav-is-open {
        overflow:hidden
    }
}

.main__content {
    margin-bottom: 3.75rem;
    position: relative
}

.level .main__content {
    margin-bottom: 0;
    padding: 0 .9375rem
}

@media print,screen and (min-width: 1024px) {
    .level .main__content {
        padding: 0 2.875rem;
    }
}

@media print,screen and (min-width: 1024px) {
    .main__content {
        margin-bottom:7.5rem
    }
}

.main__inner {
    background-color: var(--pale-gray);
    border-radius: 8px;
    margin: -4.6875rem auto 3.8125rem;
    max-width: 70.9375rem;
    padding: 1.25rem 1.25rem 3.1875rem;
    position: relative
}

.main__inner>.page-label {
    margin-bottom: 2.0625rem
}

@media print,screen and (min-width: 1024px) {
    .main__inner {
        min-height: 600px;
        padding: 2.6875rem 7.1875rem 6.25rem;
    }
}

.main__heading + .dotted {
    margin: 1.5rem 0;
}

@media print,screen and (min-width: 1024px) {
    .main__heading + .dotted {
        margin: 2rem 0;
    }
}

@media print,screen and (min-width: 400px) {
    .screen-reader-text {
        display:none!important
    }
}

.pagination-wrapper .nav-links {
    height: 2.5rem;
    position: relative;
    width: 100%
}

.pagination-wrapper .nav-links:before {
    border-bottom: 1px solid var(--medium-gray);
    content: "";
    height: 0;
    left: 1.25rem;
    position: absolute;
    top: 50%;
    width: calc(100% - 2.5rem)
}

.pagination-wrapper .page-numbers {
    display: none
}

.pagination-wrapper .next,.pagination-wrapper .prev {
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: var(--purple);
    border-radius: 50%;
    color: var(--pale-gray);
    display: block;
    height: 2.5rem;
    padding-top: .5rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2.5rem
}

.pagination-wrapper .next.placeholder,.pagination-wrapper .prev.placeholder {
    background-color: var(--medium-gray)
}

.pagination-wrapper .prev {
    left: 0
}

.pagination-wrapper .prev .brei-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination-wrapper .next {
    right: 0
}

.pagination-wrapper .pagination-range {
    color: var(--purple);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
    text-align: center
}

.search-result h2 {
    color: var(--purple);
    font-size: 1.625rem;
    font-weight: 300;
    line-height: 2.125rem;
    padding-bottom: 1rem
}

@media print,screen and (min-width: 768px) {
    .search-result h2 {
        font-size:2.25rem;
        line-height: 2.75rem
    }
}

.search-result a {
    color: var(--purple)
}

.search-result a:visited {
    color: var(--black)
}

.search-result a:focus,.search-result a:hover {
    color: var(--purple);
    font-weight: 400
}

.search-result a:active {
    color: var(--deep-purple)
}

.search-result p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem
}

@media print,screen and (min-width: 1024px) {
    .search-result p {
        font-size:1.25rem;
        font-weight: 400;
        line-height: 1.875rem
    }
}

.custom-form {
    position: relative
}

.custom-form input[type=date] {
    background-color: var(--dim-gray);
    border-radius: 8px 8px 0 0;
    border: 0 solid transparent;
    border-bottom: 1px solid var(--purple);
    padding: 0.9375rem 1.3125rem .5625rem;
    width: 100%
}

.custom-form input[type=email],.custom-form input[type=number],.custom-form input[type=phone],.custom-form input[type=search],.custom-form input[type=text],.custom-form input[type=tel],.custom-form textarea {
    background-color: var(--dim-gray);
    border-radius: 8px 8px 0 0;
    border: 0 solid transparent;
    border-bottom: 1px solid var(--purple);
    padding: .9375rem 1.3125rem .5625rem;
    width: 100%
}

.custom-form input[type=file] {
    background-color: var(--dim-gray);
    border-radius: 8px 8px 0 0;
    border: 0 solid transparent;
    border-bottom: 1px solid var(--purple);
    padding: 1.2375rem 1.3125rem .5625rem;
    width: 100%
}

.custom-form input[type=email]:hover,.custom-form input[type=number]:hover,.custom-form input[type=phone]:hover,.custom-form input[type=search]:hover,.custom-form input[type=text]:hover,.custom-form textarea:hover {
    background-color: var(--light-gray);
    border-color: inherit inherit var(--purple);
}

.custom-form input[type=email].error:invalid,.custom-form input[type=number].error:invalid,.custom-form input[type=phone].error:invalid,.custom-form input[type=search].error:invalid,.custom-form input[type=text].error:invalid,.custom-form textarea.error:invalid {
    border-color: var(--dim-gray) var(--dim-gray) red;
}
.custom-form input[type=email].error:invalid,
.custom-form input[type=number].error:invalid,
.custom-form input[type=phone].error:invalid,
.custom-form input[type=search].error:invalid,
.custom-form input[type=text].error:invalid,
.custom-form textarea.error:invalid {
    border-color:#ecebea #ecebea red;
}

.custom-form select {
    background-color: var(--dim-gray);
    border-radius: 8px 8px 0 0;
    border: 0 solid transparent;
    border-bottom: 1px solid var(--purple);
    padding: 0.9375rem 1.3125rem .5625rem;
    width: 100%
}

.g-recaptcha.invalid {
    width: fit-content;
    border: solid 1px red;
}
.custom-form .form-group p{
    margin-bottom:2.1875rem;
    position:relative;
}

.custom-form .required {
    color: var(--black);
}

.custom-form__field input.error,.custom-form__field textarea.error {
    background-image: url('https://cdn.fotlinc.com/images/alert.png');
    background-position: calc(100% - 10px) 14px;
    background-repeat: no-repeat;
}

.custom-form__label {
    cursor: text;
    font-size: 1rem;
    font-weight: 400;
    left: 1.3125rem;
    line-height: 1.5rem;
    overflow: hidden;
    padding-right: .5rem;
    position: absolute;
    text-overflow: ellipsis;
    top: 0.75rem;
    transform-origin: left bottom;
    transition: transform .425s, color .425s;
    z-index: 110
}

.error+.custom-form__label {
    color: red!important
}

.custom-form__error {
    color: red;
    display: block;
    font-size: .75rem;
    line-height: 1rem;
    padding: .125rem 0 0
}

.custom-form input:not([type=checkbox]):not([type=radio])+label,.custom-form textarea+label,.custom-form select+label,.custom-form__label--visible,.custom-form input:not([type=checkbox]):not([type=radio]):focus+label,.custom-form textarea:focus+label {
    color: var(--purple);
    -webkit-transform: translateY(-21px) scale(.6666);
    transform: translateY(-21px) scale(.6666)
}

.custom-form input:placeholder-shown::-webkit-input-placeholder,.custom-form textarea:placeholder-shown::-webkit-input-placeholder {
    opacity: 1
}

.custom-form input:placeholder-shown::-moz-placeholder,.custom-form textarea:placeholder-shown::-moz-placeholder {
    opacity: 1
}

.custom-form input:placeholder-shown:-ms-input-placeholder,.custom-form textarea:placeholder-shown:-ms-input-placeholder {
    opacity: 1
}

.custom-form input:placeholder-shown::-ms-input-placeholder,.custom-form textarea:placeholder-shown::-ms-input-placeholder {
    opacity: 1
}

.custom-form input:placeholder-shown::placeholder,.custom-form textarea:placeholder-shown::placeholder {
    color: var(--purple);
    opacity: 1
}

.custom-form input:placeholder-shown:focus::-webkit-input-placeholder,.custom-form textarea:placeholder-shown:focus::-webkit-input-placeholder {
    opacity: 0
}

.custom-form input:placeholder-shown:focus::-moz-placeholder,.custom-form textarea:placeholder-shown:focus::-moz-placeholder {
    opacity: 0
}

.custom-form input:placeholder-shown:focus:-ms-input-placeholder,.custom-form textarea:placeholder-shown:focus:-ms-input-placeholder {
    opacity: 0
}

.custom-form input:placeholder-shown:focus::-ms-input-placeholder,.custom-form textarea:placeholder-shown:focus::-ms-input-placeholder {
    opacity: 0
}

.custom-form input:placeholder-shown:focus::placeholder,.custom-form textarea:placeholder-shown:focus::placeholder {
    opacity: 0
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-list,.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
    overflow: hidden
}

.modaal-accessible-hide {
    border: 0!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    height: .0625rem!important;
    overflow: hidden;
    padding: 0!important;
    position: absolute!important;
    width: .0625rem!important
}

.modaal-overlay {
    opacity: 0;
    z-index: 999
}

.modaal-overlay,.modaal-wrapper {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.modaal-wrapper {
    display: block;
    opacity: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.modaal-wrapper,.modaal-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.modaal-wrapper * {
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.modaal-wrapper .modaal-close {
    -webkit-appearance: none;
    background: 0 0;
    border: none;
    padding: 0
}

.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1
}

.modaal-wrapper.modaal-start_fade {
    opacity: 0
}

.modaal-wrapper [tabindex="0"] {
    outline: none!important
}

.modaal-wrapper.modaal-fullscreen {
    overflow: hidden
}

.modaal-outer-wrapper {
    display: table;
    height: 100%;
    position: relative;
    width: 100%
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block
}

.modaal-inner-wrapper {
    display: table-cell;
    height: 100%;
    padding: 5rem 1.25rem;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

.modaal-fullscreen .modaal-inner-wrapper {
    display: block;
    padding: 0;
    vertical-align: top
}

.modaal-container {
    background: var(--white);
    border-radius: 0;
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
    box-shadow: 0 4px 16px rgba(0,0,0,.2);
    color: var(--black);
    cursor: auto;
    display: inline-block;
    margin: auto;
    max-width: 62.5rem;
    position: relative;
    text-align: left;
    width: 100%
}

.modaal-container.is_loading {
    height: 6.25rem;
    overflow: hidden;
    width: 6.25rem
}

.modaal-fullscreen .modaal-container {
    height: 100%;
    max-width: none;
    overflow: auto
}

.modaal-close {
    background: 0 0;
    border-radius: 100%;
    color: var(--white);
    cursor: pointer;
    height: 3.125rem;
    opacity: 1;
    position: fixed;
    right: 16px;
    top: 1.25rem;
    width: 3.125rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.modaal-close:focus,.modaal-close:hover {
    background: var(--white);
    outline: none
}

.modaal-close:focus:after,.modaal-close:focus:before,.modaal-close:hover:after,.modaal-close:hover:before {
    background: var(--purple)
}

.modaal-close span {
    border: 0!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    height: .0625rem!important;
    overflow: hidden;
    padding: 0!important;
    position: absolute!important;
    width: .0625rem!important
}

.modaal-close:after,.modaal-close:before {
    background: var(--white);
    border-radius: 4px;
    content: " ";
    display: block;
    height: 1.375rem;
    left: 1.4375rem;
    position: absolute;
    top: .875rem;
    width: .25rem;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.modaal-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modaal-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modaal-fullscreen .modaal-close {
    background: var(--blue-gray);
    right: 8px;
    top: .625rem
}

.modaal-content-container {
    padding: 1.875rem
}

.modaal-confirm-wrap {
    font-size: 0;
    padding: 1.875rem 0 0;
    text-align: center
}

.modaal-confirm-btn {
    background: 0 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    margin: 0 .625rem;
    vertical-align: middle
}

.modaal-confirm-btn.modaal-ok {
    background: var(--dark-gray);
    border-radius: 3px;
    color: var(--white);
    padding: .625rem .9375rem;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.modaal-confirm-btn.modaal-ok:hover {
    background: var(--off-black)
}

.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline
}

.modaal-confirm-btn.modaal-cancel:hover {
    color: var(--off-black);
    text-decoration: none
}

@keyframes instaReveal {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes instaReveal {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes instaReveal {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes instaReveal {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-ms-keyframes instaReveal {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.modaal-instagram .modaal-container {
    background: 0 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    width: auto
}

.modaal-instagram .modaal-content-container {
    background: 0 0;
    padding: 0
}

.modaal-instagram .modaal-content-container>blockquote {
    height: .0625rem!important;
    opacity: 0!important;
    width: .0625rem!important
}

.modaal-instagram iframe {
    -webkit-animation: instaReveal 1s linear forwards;
    animation: instaReveal 1s linear forwards;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    margin: -.375rem!important;
    max-width: 50rem!important;
    opacity: 0;
    width: 62.5rem!important
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 8.75rem;
    padding-right: 8.75rem
}

.modaal-image .modaal-container {
    max-width: 100%;
    width: auto
}

.modaal-gallery-wrap {
    color: var(--white);
    position: relative
}

.modaal-gallery-item {
    display: none
}

.modaal-gallery-item.is_active,.modaal-gallery-item img {
    display: block
}

.modaal-gallery-label {
    color: var(--white);
    font-size: 1.125rem;
    left: 0;
    margin: 1.25rem 0 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.modaal-gallery-label:focus {
    outline: none
}

.modaal-gallery-control {
    background: 0 0;
    border: none;
    border-radius: 100%;
    color: var(--white);
    cursor: pointer;
    height: 3.125rem;
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3.125rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.modaal-gallery-control.is_hidden {
    cursor: default;
    opacity: 0
}

.modaal-gallery-control:focus,.modaal-gallery-control:hover {
    background: var(--white);
    outline: none
}

.modaal-gallery-control:focus:after,.modaal-gallery-control:focus:before,.modaal-gallery-control:hover:after,.modaal-gallery-control:hover:before {
    background: var(--blue-gray)
}

.modaal-gallery-control span {
    border: 0!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    height: .0625rem!important;
    overflow: hidden;
    padding: 0!important;
    position: absolute!important;
    width: .0625rem!important
}

.modaal-gallery-control:after,.modaal-gallery-control:before {
    background: var(--white);
    border-radius: 4px;
    content: " ";
    display: block;
    height: 1.125rem;
    left: 1.5625rem;
    position: absolute;
    top: 1rem;
    width: .25rem;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.modaal-gallery-control:before {
    margin: -.3125rem 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modaal-gallery-control:after {
    margin: .3125rem 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modaal-gallery-next-inner {
    left: 100%;
    margin-left: 2.5rem
}

.modaal-gallery-next-outer {
    right: 45px
}

.modaal-gallery-prev:after,.modaal-gallery-prev:before {
    left: 1.375rem
}

.modaal-gallery-prev:before {
    margin: .3125rem 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modaal-gallery-prev:after {
    margin: -.3125rem 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modaal-gallery-prev-inner {
    margin-right: 2.5rem;
    right: 100%
}

.modaal-gallery-prev-outer {
    left: 2.8125rem
}

.modaal-video-wrap {
    margin: auto 0;
    position: relative
}

.modaal-video-container {
    background: var(--black);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.75rem;
    max-width: 100%;
    overflow: visible;
    padding-bottom: 56.25%;
    position: relative
}

.modaal-video-container embed,.modaal-video-container iframe,.modaal-video-container object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (min-width: 48rem) {
    .modaal-video-container {
        margin-top:5.125rem
    }
}

.modaal-iframe-elem,.modaal-iframe .modaal-content {
    height: 100%;
    width: 100%
}

.modaal-iframe-elem {
    display: block
}

@media only screen and (min-width: 1400px) {
    .modaal-video-container {
        height:45.6875rem;
        padding-bottom: 0
    }
}

@media only screen and (max-width: 1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left:1.25rem;
        padding-right: 1.25rem
    }

    .modaal-gallery-control {
        background: rgba(0,0,0,.7);
        bottom: 1.25rem;
        top: auto;
        -webkit-transform: none;
        transform: none
    }

    .modaal-gallery-control:after,.modaal-gallery-control:before {
        background: var(--white)
    }

    .modaal-gallery-next {
        left: auto;
        right: 16px
    }

    .modaal-gallery-prev {
        left: 1.25rem;
        right: auto
    }
}

@media screen and (max-width: 56.25rem) {
    .modaal-instagram iframe {
        width:31.25rem!important
    }
}

@media screen and (max-height: 68.75rem) {
    .modaal-instagram iframe {
        width:43.75rem!important
    }
}

@media screen and (max-height: 62.5rem) {
    .modaal-inner-wrapper {
        padding-bottom:3.75rem;
        padding-top: 3.75rem
    }

    .modaal-instagram iframe {
        width: 37.5rem!important
    }
}

@media screen and (max-height: 56.25rem) {
    .modaal-instagram iframe {
        width:31.25rem!important
    }

    .modaal-video-container {
        max-height: 31.875rem;
        max-width: 56.25rem
    }
}

@media only screen and (max-width: 37.5rem) {
    .modaal-instagram iframe {
        width:17.5rem!important
    }
}

@media only screen and (max-height: 51.25rem) {
    .modaal-gallery-label {
        display:none
    }
}

.modaal-loading-spinner {
    background: 0 0;
    height: 12.5rem;
    left: 50%;
    margin: -6.25rem 0 0 -6.25rem;
    position: absolute;
    top: 50%;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    width: 12.5rem
}

@-ms-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5)
    }

    to {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.modaal-loading-spinner>div {
    height: 1.5rem;
    margin-left: .25rem;
    margin-top: .25rem;
    position: absolute;
    width: 1.5rem
}

.modaal-loading-spinner>div>div {
    background: var(--white);
    border-radius: 16px;
    height: 100%;
    width: 100%
}

.modaal-loading-spinner>div:first-of-type>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s
}

.modaal-loading-spinner>div:nth-of-type(2)>div,.modaal-loading-spinner>div:nth-of-type(3)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:first-of-type {
    -ms-transform: translate(84px,84px) rotate(45deg) translate(70px);
    -moz-transform: translate(84px,84px) rotate(45deg) translate(70px);
    -webkit-transform: translate(84px,84px) rotate(45deg) translate(70px);
    -o-transform: translate(84px,84px) rotate(45deg) translate(70px);
    transform: translate(84px,84px) rotate(45deg) translate(70px)
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .12s;
    -moz-animation-delay: .12s;
    -webkit-animation-delay: .12s;
    -o-animation-delay: .12s;
    animation-delay: .12s
}

.modaal-loading-spinner>div:nth-of-type(2) {
    -ms-transform: translate(84px,84px) rotate(90deg) translate(70px);
    -moz-transform: translate(84px,84px) rotate(90deg) translate(70px);
    -webkit-transform: translate(84px,84px) rotate(90deg) translate(70px);
    -o-transform: translate(84px,84px) rotate(90deg) translate(70px);
    transform: translate(84px,84px) rotate(90deg) translate(70px)
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .25s;
    -moz-animation-delay: .25s;
    -webkit-animation-delay: .25s;
    -o-animation-delay: .25s;
    animation-delay: .25s
}

.modaal-loading-spinner>div:nth-of-type(4)>div,.modaal-loading-spinner>div:nth-of-type(5)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(3) {
    -ms-transform: translate(84px,84px) rotate(135deg) translate(70px);
    -moz-transform: translate(84px,84px) rotate(135deg) translate(70px);
    -webkit-transform: translate(84px,84px) rotate(135deg) translate(70px);
    -o-transform: translate(84px,84px) rotate(135deg) translate(70px);
    transform: translate(84px,84px) rotate(135deg) translate(70px)
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .37s;
    -moz-animation-delay: .37s;
    -webkit-animation-delay: .37s;
    -o-animation-delay: .37s;
    animation-delay: .37s
}

.modaal-loading-spinner>div:nth-of-type(4) {
    -ms-transform: translate(84px,84px) rotate(180deg) translate(70px);
    -moz-transform: translate(84px,84px) rotate(180deg) translate(70px);
    -webkit-transform: translate(84px,84px) rotate(180deg) translate(70px);
    -o-transform: translate(84px,84px) rotate(180deg) translate(70px);
    transform: translate(84px,84px) rotate(180deg) translate(70px)
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s
}

.modaal-loading-spinner>div:nth-of-type(6)>div,.modaal-loading-spinner>div:nth-of-type(7)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(5) {
    -ms-transform: translate(84px,84px) rotate(225deg) translate(70px);
    -moz-transform: translate(84px,84px) rotate(225deg) translate(70px);
    -webkit-transform: translate(84px,84px) rotate(225deg) translate(70px);
    -o-transform: translate(84px,84px) rotate(225deg) translate(70px);
    transform: translate(84px,84px) rotate(225deg) translate(70px)
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .62s;
    -moz-animation-delay: .62s;
    -webkit-animation-delay: .62s;
    -o-animation-delay: .62s;
    animation-delay: .62s
}

.modaal-loading-spinner>div:nth-of-type(6) {
    -ms-transform: translate(84px,84px) rotate(270deg) translate(70px);
    -moz-transform: translate(84px,84px) rotate(270deg) translate(70px);
    -webkit-transform: translate(84px,84px) rotate(270deg) translate(70px);
    -o-transform: translate(84px,84px) rotate(270deg) translate(70px);
    transform: translate(84px,84px) rotate(270deg) translate(70px)
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .75s;
    -moz-animation-delay: .75s;
    -webkit-animation-delay: .75s;
    -o-animation-delay: .75s;
    animation-delay: .75s
}

.modaal-loading-spinner>div:nth-of-type(7) {
    -ms-transform: translate(84px,84px) rotate(315deg) translate(70px);
    -moz-transform: translate(84px,84px) rotate(315deg) translate(70px);
    -webkit-transform: translate(84px,84px) rotate(315deg) translate(70px);
    -o-transform: translate(84px,84px) rotate(315deg) translate(70px);
    transform: translate(84px,84px) rotate(315deg) translate(70px)
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .87s;
    -moz-animation-delay: .87s;
    -webkit-animation-delay: .87s;
    -o-animation-delay: .87s;
    animation-delay: .87s
}

.modaal-loading-spinner>div:nth-of-type(8) {
    -ms-transform: translate(84px,84px) rotate(1turn) translate(70px);
    -moz-transform: translate(84px,84px) rotate(1turn) translate(70px);
    -webkit-transform: translate(84px,84px) rotate(1turn) translate(70px);
    -o-transform: translate(84px,84px) rotate(1turn) translate(70px);
    transform: translate(84px,84px) rotate(1turn) translate(70px)
}

.selectability {
    position: relative;
    text-align: left;
    z-index: 50
}

.selectability:focus-within [role*=textbox],.selectability:focus [role*=textbox] {
    border-width: 0 0 2px
}

.selectability-offscreen {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    height: .0625rem;
    margin: -.0625rem;
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: .0625rem
}

.selectability [role*=textbox]:focus,.selectability [role=option]:focus {
    outline: 0
}

.selectability [role*=textbox] {
    background-color: var(--dim-gray);
    border-radius: 8px 8px 0 0;
    border: 0 solid transparent;
    border-bottom: 1px solid var(--purple);
    cursor: pointer;
    font-size: 1rem;
    min-height: 50px;
    padding: .9375rem 1.3125rem .5625rem
}

.selectability [role*=textbox]:hover {
    background-color: var(--gray)
}

.selectability [role*=textbox]:after {
    background-image: url('https://cdn.fotlinc.com/images/chevron_down.png');
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: .8125rem;
    position: absolute;
    right: .6875rem;
    top: calc(50% - .375rem);
    width: 1.4375rem;
}

.form__field--invalid .selectability [role*=textbox] {
    border-color: red;
    color: red
}

.form__field--invalid .selectability [role*=textbox]:before {
    background: red;
    border-color: red
}

@media print,screen and (min-width: 768px) {
    .selectability [role*=textbox] {
        font-size:1.25rem;
        line-height: 1.625rem
    }
}

.selectability [role=option] {
    color: var(--black);
    cursor: default;
    display: block;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.375rem;
    padding: .625rem 1rem
}

.selectability [role=option][aria-disabled=false]:focus,.selectability [role=option][aria-disabled=false]:hover {
    background: var(--dim-gray)
}

@media print,screen and (min-width: 768px) {
    .selectability [role=option] {
        font-size:1.25rem;
        line-height: 1.625rem
    }
}

.selectability[aria-expanded=true] {
    z-index: 111
}

.selectability[aria-expanded=true] [role*=textbox] {
    border-bottom: 2px solid var(--purple)
}

.selectability[aria-expanded=true] [role*=textbox]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.selectability[aria-expanded=true] [role*=listbox] {
    background-color: var(--pale-gray);
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0 0 4px rgba(10,10,10,.8);
    box-shadow: 0 0 4px rgba(10,10,10,.8);
    left: 0;
    max-height: 15.625rem;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 52
}

.selectability[aria-expanded=true]~label {
    z-index: 111
}

.form__field--invalid .selectability {
    border-color: red;
    color: red;
    outline: 2px solid red
}

.form__field--invalid .selectability:before {
    color: red;
    content: "Field is required *";
    font-size: 1rem;
    font-style: italic;
    left: 0;
    position: absolute;
    top: -2.125rem;
    width: 100%
}

.form__field--invalid .selectability:focus-within[aria-disabled=false],.form__field--invalid .selectability:focus[aria-disabled=false],.form__field--invalid .selectability:hover[aria-disabled=false] {
    outline: 2px solid red
}

.selectability[aria-disabled=true],.selectability[aria-disabled=true] [role*=listbox],.selectability[aria-disabled=true] [role*=textbox] {
    cursor: not-allowed
}

.selectability[aria-disabled=true] [role*=textbox]:before {
    background: var(--dim-gray);
}

.selectability[aria-disabled=true] [role*=textbox]:after {
    background-image: url('https://cdn.fotlinc.com/images/chevron_down_gray.png');
}

@media screen and (max-width: 32.5rem) {
    .selectability {
        width:auto
    }
}

.jvectormap-label {
    display: none;
    font-size: smaller;
    padding: .1875rem;
    z-index: 301
}

.jvectormap-label,.jvectormap-zoomin,.jvectormap-zoomout {
    background: var(--pale-gray);
    border: 1px solid var(--purple);
    border-radius: 3px;
    color: var(--purple);
    position: absolute
}

.jvectormap-zoomin,.jvectormap-zoomout {
    cursor: pointer;
    line-height: .625rem;
    right: 8px;
    text-align: center
}

.jvectormap-zoomin {
    bottom: 1.875rem;
    height: 1.125rem;
    padding: .1875rem 0 0 .0625rem;
    width: 1.125rem
}

.jvectormap-zoomout {
    bottom: .625rem;
    height: 1.125rem;
    padding: .125rem 0 0;
    width: 1.125rem
}

.interactive-map {
    position: relative
}

.interactive-map__wrapper {
    padding: 3.125rem 0 0;
    width: 100%
}

.interactive-map__map {
    height: 25rem;
    position: relative;
    width: 100%;
    z-index: 300
}

.js-loading .interactive-map__map {
    background-image: url('https://cdn.fotlinc.com/images/loading.gif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 48px 48px
}

.js-loading .interactive-map__map .jvectormap-container {
    display: none
}

.interactive-map__title {
    margin-bottom: 2.5rem;
}

@media print,screen and (min-width: 768px) {
    .interactive-map__tools {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.interactive-map__legend {
    font-size: 1rem;
    line-height: 1.5rem
}

.js-loading .interactive-map__legend {
    display: none
}

@media print,screen and (min-width: 768px) {
    .interactive-map__legend {
        -webkit-box-flex:1;
        -ms-flex: 1 0 70%;
        flex: 1 0 70%;
        font-size: 1.25rem;
        line-height: 1.875rem;
        max-width: 70%;
        padding-right: 1rem;
        width: 70%
    }
}

.js-loading .interactive-map__selector {
    display: none
}

@media print,screen and (min-width: 768px) {
    .interactive-map__selector {
        -webkit-box-flex:1;
        -ms-flex: 1 0 30%;
        flex: 1 0 30%;
        max-width: 30%;
        width: 30%
    }
}

.interactive-map__link {
    display: block
}

.interactive-map__link a {
    color: var(--purple);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem
}

@media print,screen and (min-width: 768px) {
    .interactive-map__link {
        position:absolute;
        right: 0;
        text-align: right;
        top: 3.75rem;
        width: 30%
    }
}

.interactive-map .selectability {
    z-index: 302
}

.boilerplate {
    padding-top: 3.125rem;
    text-align: center
}

.boilerplate+.boilerplate,hr+.boilerplate {
    padding-top: 0
}

.boilerplate h2,.boilerplate h3,.boilerplate p {
    color: var(--black);
    font-size: 1rem;
    line-height: 1.5rem
}

@media print,screen and (min-width: 1024px) {
    .boilerplate h2,.boilerplate h3,.boilerplate p {
        font-size:1.125rem;
        line-height: 1.75rem
    }
}

.boilerplate h2,.boilerplate h3 {
    font-weight: 700
}

.boilerplate a[href]:not([class]) {
    color: var(--purple);
    font-weight: 600;
    text-decoration: underline
}

.boilerplate a[href]:not([class]):visited {
    color: var(--black)
}

.boilerplate a[href]:not([class]):active,.boilerplate a[href]:not([class]):focus,.boilerplate a[href]:not([class]):hover {
    font-weight: 700
}

.boilerplate a[href]:not([class]):active {
    color: var(--deep-purple)
}

@media print,screen and (min-width: 768px) {
    .boilerplate {
        text-align:left
    }
}

.button,
.user-markup a[href].button {
    border: 2px solid var(--purple);
    border-radius: 8px;
    color: var(--purple);
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    -webkit-transition: background-color .425s,color .425s;
    transition: background-color .425s,color .425s;
}

.button.btn-secondary{
    background-color: var(--purple);
    color: var(--pale-gray);
}

.button__icon {
    margin-left: .5rem
}

.button:focus,
.button:hover,
.user-markup a[href].button:focus,
.user-markup a[href].button:hover {
    background-color: var(--purple);
    color: var(--pale-gray);
    text-decoration: none;
}

.button:disabled,
.user-markup a[href].button:disabled {
    border: 2px solid var(--medium-gray);
    color: var(--medium-gray);
}

.button.btn-secondary:focus,
.button.btn-secondary:hover{
    background-color: var(--pale-gray);
    color: var(--purple);
}

.button:active,
.button.btn-secondary:active,
.user-markup a[href].button:active {
    background-color: var(--deep-purple);
    color: var(--pale-gray);
}

.intro {
    color: var(--black);
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: 3rem;
}

.intro p {
    margin-bottom: 2rem
}

@media print,screen and (min-width: 1024px) {
    .intro {
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-bottom: 4rem;
    }
}

.logo {
    z-index: 51
}

.global-header .logo {
    background-color: var(--pale-gray);
    border-radius: 50%;
    left: calc(50% - 3.125rem);
    padding: .75rem;
    position: absolute;
    text-align: center;
    top: -1.1875rem
}

@media print,screen and (min-width: 768px) {
    .global-header .logo {
        left:.9375rem;
        top: -.9375rem
    }
}

@media print,screen and (min-width: 1024px) {
    .global-header .logo {
        padding: 1rem;
        top: -2.75rem;
    }
}

.logo img {
    margin: auto
}

.global-header .logo img {
    height: 4.875rem;
    max-width: 4.875rem;
    width: 4.875rem
}

@media print,screen and (min-width: 1024px) {
    .global-header .logo img {
        height:8.875rem;
        max-width: 8.875rem;
        width: 8.875rem
    }
}

.more {
    background-color: transparent;
    border-radius: 8px;
    color: var(--purple);
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.75rem;
    padding: .625rem .9375rem;
    -webkit-transition: background-color .425s,color .425s;
    transition: background-color .425s,color .425s
}

.more:focus,.more:hover {
    background-color: var(--purple);
    color: var(--pale-gray);
    text-decoration: none
}

.more:active {
    background-color: var(--deep-purple);
    color: var(--pale-gray);
    text-decoration: none
}

@media print,screen and (min-width: 1024px) {
    .more {
        font-size:1.125rem
    }
}

.page-label {
    display: inline-block;
    padding: .375rem 0 0 .875rem;
    position: relative
}

.page-label__text {
    color: var(--purple);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: 0.25rem;
    line-height: 1.75rem;
    text-transform: uppercase;
}

@media print,screen and (min-width: 1024px) {
    .page-label__text {
        font-size: 0.875rem;
    }
}

.page-label .brei-icon {
    color: var(--purple);
    font-size: .9375rem;
    left: 0;
    position: absolute;
    top: .625rem
}

@media print,screen and (min-width: 1024px) {
    .page-label .brei-icon {
        font-size:1.25rem;
        top: 1rem
    }
}

@media print,screen and (min-width: 1024px) {
    .page-label {
        padding:.875rem 0 0 1.25rem
    }
}

.play-button {
    background-color: rgba(55,36,107,.8);
    border-radius: 50%;
    border: 5px solid var(--purple);
    color: var(--pale-gray);
    display: inline-block;
    font-size: 1.625rem;
    height: 4.375rem;
    left: calc(50% - 2.1875rem);
    position: absolute;
    top: calc(50% - 2.1875rem);
    -webkit-transition: background-color .425s,color .425s;
    transition: background-color .425s,color .425s;
    width: 4.375rem
}

.play-button .brei-icon {
    left: calc(50% - .6875rem);
    position: absolute;
    top: calc(50% - .84375rem)
}

@media print,screen and (min-width: 1024px) {
    .play-button .brei-icon {
        left:calc(50% - 1rem);
        top: calc(50% - 1.28125rem)
    }
}

.play-button:focus,.play-button:hover {
    background-color: var(--pale-gray);
    color: var(--purple)
}

@media print,screen and (min-width: 1024px) {
    .play-button {
        font-size:2.5rem;
        height: 6.5rem;
        left: calc(50% - 3.25rem);
        top: calc(50% - 3.25rem);
        width: 6.5rem
    }
}

.scroller {
    bottom: 1.25rem;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .425s;
    transition: opacity .425s;
    z-index: 500
}

.scroller__icon {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 16px 16px hsla(0,0%,99.6%,.8);
    box-shadow: 0 0 16px 16px hsla(0,0%,99.6%,.8);
    display: block;
    height: 100%
}

.social-media-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 2.5625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 2.5625rem;
    z-index: 1
}

.social-media-link:focus:before,.social-media-link:hover:before {
    background-color: var(--black);
    color: var(--pale-gray)
}

.social-media-link:active:before {
    background-color: var(--pale-gray);
    color: var(--purple)
}

.social-media-link:before {
    background-color: var(--purple);
    border: 2px solid var(--purple);
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition-property: background-color, transform;
    width: 100%;
    will-change: background-color, transform;
    z-index: -1;
}

@media print,screen and (max-width: 1023px) {
    .social-media-link img {
        max-width: 1rem;
    }
}

.social-media-link:before,.social-media-link svg {
    -webkit-transition-duration: .425s;
    transition-duration: .425s
}

.social-media-link svg {
    color: var(--pale-gray);
    height: 1.25rem;
    -webkit-transition-property: color;
    transition-property: color;
    width: 1.25rem
}

@media print,screen and (min-width: 1024px) {
    .social-media-link svg {
        height:1.875rem;
        width: 1.875rem
    }
}

@media print,screen and (min-width: 1024px) {
    .social-media-link {
        height:3.875rem;
        width: 3.875rem
    }
}

.subheading {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 2.5rem;
}

.table__wrapper {
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto
}

.table__heading,
.table__wrapper table {
    font-size: 0.875rem;
    line-height: 1.225rem;
    min-width: 700px;
    text-align: left;
    width: calc(100% - 1.25rem);
}

.table__heading ol,
.table__heading ol li,
.table__heading ul,
.table__heading ul li,
.table__wrapper table ol,
.table__wrapper table ol li,
.table__wrapper table ul,
.table__wrapper table ul li {
    font-size: 0.875rem;
    line-height: 1.225rem;
    list-style: none;
}

.table__heading {
    background-color: var(--purple);
    padding: .625rem 0;
    text-align: center
}

.table__heading h2 {
    color: var(--pale-gray);
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding: 0
}

.breadcrumbs {
    display: none
}

.breadcrumbs__home,.breadcrumbs__item,.breadcrumbs__link {
    vertical-align: middle
}

.breadcrumbs__home {
    color: var(--purple);
    font-size: 0.875rem;
    line-height: 1rem;
    padding-right: 0.25rem;
    position: relative;
    vertical-align: initial;
}

.breadcrumbs__home:hover {
    color: rgba(55,36,107,.8);
    text-decoration: none;
}

.breadcrumbs__item {
    float: left;
    margin-right: 0.625rem;
}

.breadcrumbs__item:after {
    color: var(--purple);
    content: "/";
    padding: 0 0 0 0.25rem;
    position: relative;
    top: 0.125rem;
}

.breadcrumbs__item:last-child {
    margin-right: 0;
}

.breadcrumbs__item:last-child:after {
    content: "";
    display: none;
}

.breadcrumbs__link {
    color: var(--purple);
    font-size: 0.875rem;
    line-height: 1.1875rem;
}

.breadcrumbs__link:active,.breadcrumbs__link:focus,.breadcrumbs__link:hover {
    color: var(--purple);
    font-weight: 600;
    text-decoration: none
}

.breadcrumbs__current {
    color: var(--black);
    pointer-events: none
}

@media print,screen and (min-width: 768px) {
    .breadcrumbs {
        display:block;
        margin-bottom: 2rem;
        overflow: hidden;
    }
}

.contact-card {
    padding-bottom: 2.1875rem;
    padding-top: 3.125rem
}

.contact-card+.boilerplate {
    padding-top: 0
}

.contact-card__title {
    position: relative
}

.contact-card hr {
    margin: 1.25rem 0 1.6875rem;
    max-width: 100%
}

.contact-card__photo {
    padding-bottom: 1.125rem
}

.contact-card__photo img {
    border-radius: 50%;
    margin: auto;
}

.contact-card__photo.logo img {
    border-radius: 0;
    max-width: 12.5rem;
}

@media print,screen and (min-width: 768px) {
    .contact-card__photo {
        flex: 1 0 170px;
        max-width: 10.625rem;
        padding-bottom: 0;
        width: 10.625rem;
    }

    .contact-card__photo.logo {
        flex: 1 0;
        max-width: 12.5rem;
        width: 12.5rem;
    }
}

.contact-card__address {
    font-style: normal;
    text-align: center;
}

.contact-card__address + .contact-card__address {
    margin-top: 1.25rem;
}

@media print,screen and (min-width: 768px) {
    .contact-card__address {
        display: flex;
        flex-direction: row;
        text-align: left;
    }
}

.contact-card__hcard a {
    color: var(--purple);
    font-weight: 600;
    text-decoration: underline;
}

.contact-card__hcard a:visited {
    color: var(--black);
}

.contact-card__hcard a:active {
    color: var(--deep-purple);
}

.contact-card__hcard a:focus,
.contact-card__hcard a:hover {
    font-weight: 900;
}

@media print,screen and (min-width: 768px) {
    .contact-card__hcard {
        align-self: center;
        flex: 1 0 auto;
        justify-content: left;
        padding-left: 2.5rem;
    }
}

@media print,screen and (min-width: 1024px) {
    .contact-card {
        padding-top: 6.25rem;
    }
}

.content-card {
    padding: 0 .9375rem;
    position: relative;
    top: -3.125rem;
}

.content-card__wrapper {
    background: var(--pale-gray);
    border-radius: 8px;
    margin-bottom: 6.25rem;
    padding: 1.5625rem 1.375rem;
    position: relative
}

.content-card__wrapper:before {
    border-color: var(--purple) transparent transparent;
    border-style: solid;
    border-width: 145px 145px 0 0;
    content: "";
    display: none;
    height: 0;
    left: -1.25rem;
    position: absolute;
    top: -1.25rem;
    width: 0
}

@media print,screen and (min-width: 1024px) {
    .content-card__wrapper:before {
        display:block
    }
}

@media print,screen and (min-width: 1024px) {
    .content-card__wrapper {
        margin:0 auto 6.25rem;
        max-width: 70.9375rem;
        padding: 4.375rem 7.1875rem
    }
}

.content-card__content {
    font-size: 1.25rem;
    padding-top: 1rem;
}

.footer-nav {
    margin: 0 0 .875rem auto;
    padding: 2.875rem .9375rem 1.4375rem 0;
    position: relative;
    width: 9.25rem;
    z-index: 102
}

.footer-nav__item {
    display: block;
    position: relative;
    text-align: right
}

@media print,screen and (min-width: 768px) {
    .footer-nav__item {
        display:inline-block
    }
}

.footer-nav__sep {
    color: var(--medium-gray);
    display: none
}

@media print,screen and (min-width: 768px) {
    .footer-nav__sep {
        display:inline-block;
        font-size: 2.1875rem;
        height: 3.125rem;
        position: relative;
        top: .625rem;
        width: 3.125rem
    }
}

.footer-nav__link {
    border-radius: 8px;
    color: var(--pale-gray);
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375rem;
    margin-bottom: 1rem;
    padding: .125rem .9375rem;
    -webkit-transition: background-color .425s,color .425s;
    transition: background-color .425s,color .425s
}

.footer-nav__link:active {
    background-color: var(--pale-gray);
    color: var(--deep-purple);
    text-decoration: none
}

.footer-nav__link:focus,.footer-nav__link:hover {
    background-color: var(--pale-gray);
    color: var(--purple);
    text-decoration: none
}

@media print,screen and (min-width: 768px) {
    .footer-nav__link {
        margin-bottom:0
    }
}

@media screen and (min-width: 1415px) {
    .footer-nav {
        margin-right:-.9375rem
    }
}

@media print,screen and (min-width: 768px) {
    .footer-nav {
        padding:2.125rem .9375rem 0 0;
        text-align: right;
        width: 66%
    }
}

.fruitful-futures {
    padding: 2.5rem 1rem 2.5rem 1rem;
    position: relative;
}

.fruitful-futures__wrapper {
    margin: auto;
    max-width: 71.875rem;
    text-align: center
}

@media print,screen and (min-width: 768px) {
    .fruitful-futures__wrapper {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: left
    }
}

.fruitful-futures__logo {
    margin: 0 auto 1.4375rem;
    max-width: 12.5rem
}

@media print,screen and (min-width: 768px) {
    .fruitful-futures__logo {
        -webkit-box-flex:1;
        -ms-flex: 1 0 308px;
        flex: 1 0 308px;
        margin: 0 0 0 auto;
        max-width: 19.25rem;
        padding-right: 2rem;
        text-align: right;
        width: 19.25rem
    }
}

@media print,screen and (min-width: 1024px) {
    .fruitful-futures__logo {
        max-width: 22rem;
        padding-right: 4.75rem;
    }
}

.fruitful-futures__copy {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem
}

@media print,screen and (min-width: 768px) {
    .fruitful-futures__copy {
        border-left:1px solid var(--medium-gray);
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 308px);
        flex: 1 0 calc(100% - 308px);
        max-width: calc(100% - 19.25rem);
        padding: .75rem 2rem;
        width: calc(100% - 19.25rem)
    }
}

@media print,screen and (min-width: 1024px) {
    .fruitful-futures__copy {
        -webkit-box-flex:1;
        -ms-flex: 1 0 calc(100% - 352px);
        flex: 1 0 calc(100% - 352px);
        font-size: 1.25rem;
        line-height: 1.875rem;
        max-width: calc(100% - 22rem);
        padding: 1.5rem 4.6875rem;
        width: calc(100% - 22rem)
    }
}

@media print,screen and (min-width: 1024px) {
    .fruitful-futures {
        padding: 3rem 1rem 6rem 1rem;
    }
}

.grid-fact {
    background-color: var(--purple);
    height: 100%;
}

.grid-fact__wrapper {
    color: var(--pale-gray);
    padding: 1.75rem 1.25rem
}

@media print,screen and (min-width: 1024px) {
    .grid-fact__wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 3.125rem 2.625rem
    }
}

.grid-fact__figure {
    display: block;
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 1;
    padding-bottom: 1.25rem
}

@media print,screen and (min-width: 1024px) {
    .grid-fact__figure {
        font-size:4.6875rem
    }
}

.grid-fact__title {
    display: block;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1;
    padding-bottom: 1rem
}

@media print,screen and (min-width: 1024px) {
    .grid-fact__title {
        font-size:1.875rem
    }
}

.grid-fact__copy {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem
}

@media print,screen and (min-width: 1024px) {
    .grid-fact__copy {
        font-size:1.25rem;
        line-height: 1.875rem
    }
}

.grid-fact__link {
    color: var(--pale-gray);
    font-weight: 500;
    text-decoration: none
}

.grid-fact__link:active,.grid-fact__link:visited {
    color: var(--pale-gray)
}

.grid-fact__link:focus,.grid-fact__link:hover {
    color: var(--pale-gray);
    text-decoration: underline
}

.grid-image {
    height: 100%;
    position: relative;
    z-index: 100
}

.grid-image .image {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 101
}

.grid-slider {
    border-radius: 8px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 100
}

.grid-slider__container {
    display: block;
    max-width: 100%;
    position: relative
}

.grid-slider__wrapper {
    background-color: var(--deep-purple);
    max-width: 100%;
}

@media print,screen and (min-width: 1024px) {
    .grid-slider__wrapper {
        border-radius: 8px;
    }
}

.grid-slider__slide {
    z-index: 105
}

@media print,screen and (min-width: 1024px) {
    .grid-slider__slide {
        height:27.625rem
    }
}

.grid-slider__img {
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
    z-index: 101
}

@media print,screen and (min-width: 768px) {
    .grid-slider__img {
        padding-bottom:56.25%
    }
}

@media print,screen and (min-width: 1024px) {
    .grid-slider__img {
        height:100%;
    }
}

.grid-slider .image {
    background-position: 50%;
    left: 0;
    position: absolute;
    top: 0
}

.grid-slider__content {
    padding: 1rem;
    width: 100%
}

@media print,screen and (min-width: 768px) {
    .grid-slider__content {
        background-color:rgba(28,18,54,.75);
        bottom: 0;
        left: 0;
        min-height: 112px;
        padding: 1.75rem 6.25rem 1.75rem 1.75rem;
        position: absolute;
        z-index: 102
    }
}

.grid-slider__title {
    color: var(--pale-gray);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem
}

@media print,screen and (min-width: 768px) {
    .grid-slider__title {
        font-size:1.125rem;
        line-height: 1.6875rem
    }
}

.grid-slider__copy {
    color: var(--pale-gray);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem
}

.slick-list .grid-slider__copy {
    opacity: 0;
    transition: opacity .425s ease .5s;
}

.slick-current .grid-slider__copy {
    opacity: 1;
    transition: opacity .425s ease 0s;
}

.grid-slider__copy p:last-of-type {
    margin: 0;
    padding: 0
}

@media print,screen and (min-width: 768px) {
    .grid-slider__copy {
        font-size: 1.125rem;
        line-height: 1.6875rem;
    }
}

.grid-slider__cta {
    color: var(--pale-gray);
    display: block;
    font-weight: 600;
}

.grid-slider__cta:focus,
.grid-slider__cta:hover {
    color: var(--pale-gray);
    text-decoration: underline;
}

.grid-slider__arrows-wrapper {
    background-color: var(--deep-purple);
    height: 5.3125rem;
    position: relative;
    width: 100%;
    z-index: 110
}

.md-no-js .grid-slider__arrows-wrapper {
    display: none
}

@media print,screen and (min-width: 768px) {
    .grid-slider__arrows-wrapper {
        background-color:transparent;
        bottom: 1.75rem;
        height: 3.625rem;
        position: absolute;
        right: 24px;
        width: 3.625rem;
    }
}

.grid-slider__arrows {
    height: 3.625rem;
    left: calc(50% - 1.8125rem);
    position: absolute;
    top: 0.625rem;
    width: 3.625rem;
}

.md-no-js .grid-slider__arrows {
    display: none;
}

@media print,screen and (min-width: 768px) {
    .grid-slider__arrows {
        left:auto;
        position: static;
        top: auto;
    }
}

.grid-slider__next,.grid-slider__prev {
    color: var(--pale-gray);
    font-size: 1.0625rem;
}

.grid-slider__next.slick-disabled,
.grid-slider__prev.slick-disabled {
    color: hsla(0,0%,99.6%,.3);
}

.grid-slider__prev {
    left: 0;
    position: absolute;
    top: 0;
}

.grid-slider__prev .brei-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.grid-slider__next {
    bottom: 0;
    position: absolute;
    right: 0;
}

.grid-slider__slash {
    color: var(--pale-gray);
    font-size: 3.625rem;
}

.grid-story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 100;
}

.grid-story .image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    left: 0;
    opacity: .15;
    position: absolute;
    top: 0;
    z-index: 101;
}

.grid-story__wrapper {
    padding: 1.875rem 2.5rem 1.25rem;
    position: relative;
    z-index: 102;
}

.grid-story__title {
    color: var(--purple);
    display: block;
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 2.8125rem;
    padding-bottom: 0.625rem;
}

.grid-story__copy {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.grid-story .more {
    margin-left: -.09375rem;
}

.grid-story .page-label {
    padding-bottom: 0.625rem;
}

.grid-text {
    background-color: var(--purple);
    height: 100%;
}

.grid-text__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4.0625rem 1.875rem;
    text-align: left;
}

.grid-text__text {
    color: var(--pale-gray);
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 2.75rem;
}

.grid-text__text strong {
    font-weight: 700;
}

@media print,screen and (min-width: 1024px) {
    .grid-text__text {
        font-size:2.5rem;
        line-height: 3.125rem;
    }
}

.grid-video__wrapper {
    background-color: var(--deep-purple);
    position: relative;
    width: 100%;
}

@media print,screen and (min-width: 1024px) {
    .grid-video__wrapper {
        -webkit-backface-visibility:hidden;
        backface-visibility: hidden;
        border-radius: 8px;
        overflow: hidden;
    }
}

.grid-video__img {
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    z-index: 101;
}

@media print,screen and (min-width: 400px) {
    .grid-video__img {
        padding-bottom: 75%;
    }
}

@media print,screen and (min-width: 768px) {
    .grid-video__img {
        padding-bottom: 56.25%;
    }
}

.grid-video .image {
    background-position: 50%;
    left: 0;
    position: absolute;
    top: 0;
}

.grid-video__content {
    padding: 1rem;
}

@media print,screen and (min-width: 768px) {
    .grid-video__content {
        background-color: rgba(28,18,54,.75);
        bottom: 0;
        left: 0;
        min-height: 112px;
        padding: 1.75rem 6.25rem;
        position: absolute;
        width: 100%;
        z-index: 102;
    }
}

.grid-video__title {
    color: var(--pale-gray);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
}

@media print,screen and (min-width: 768px) {
    .grid-video__title {
        font-size: 1.125rem;
        line-height: 1.6875rem;
    }
}

.grid-video__copy {
    color: var(--pale-gray);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
}

.grid-video__copy p:last-of-type {
    margin: 0;
    padding: 0;
}

@media print,screen and (min-width: 768px) {
    .grid-video__copy {
        font-size: 1.125rem;
        line-height: 1.6875rem;
    }
}

.home-carousel {
    position: relative;
}

.home-carousel__wrapper {
    display: block;
}

@media print,screen and (min-width: 768px) {
    .home-carousel__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: calc(100% - 5.625rem);
    }
}

.home-carousel__img {
    border-radius: 8px;
    margin-bottom: 1.75rem;
    opacity: 0;
    padding-bottom: 74.67%;
    -webkit-transition: opacity .5s .5s;
    transition: opacity .5s .5s;
    width: 100%;
}

.home-carousel__slide--active .home-carousel__img {
    opacity: 1;
    -webkit-transition: opacity .5s 0s;
    transition: opacity .5s 0s;
}

@media print,screen and (min-width: 768px) {
    .home-carousel__img {
        height: 10.75rem;
        margin-bottom: 0;
        margin-right: .9375rem;
        padding: 0;
        width: 14.375rem;
    }
}

@media print,screen and (min-width: 1024px) {
    .home-carousel__img {
        margin-right: 3.125rem;
    }
}

.home-carousel__slide.slick-slide {
    padding-bottom: 1.25rem;
}

@media print,screen and (min-width: 768px) {
    .home-carousel__slide.slick-slide {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0;
    }
}

.home-carousel__content {
    opacity: 0;
    -webkit-transition: opacity .25s 0s;
    transition: opacity .25s 0s;
}

.home-carousel__slide--active .home-carousel__content {
    opacity: 1;
    -webkit-transition: opacity .25s .25s;
    transition: opacity .25s .25s;
}

@media print,screen and (min-width: 768px) {
    .home-carousel__content {
        width: calc(100% - 14.375rem);
    }
}

@media print,screen and (max-width: 767px) {
    .home-carousel__title {
        font-size: 1.5rem;
        line-height: 1.8rem;
        padding-bottom: 0.5rem;
    }
}

@media print,screen and (min-width: 768px) {
    .home-carousel__title {
        font-size: 1.75rem;
        line-height: 2.1rem;
    }
}


.home-carousel__link {
    color: var(--purple);
    font-weight: 700;
    margin-left: -0.9375rem;
    padding: 0.3125rem 0.9375rem;
}

.home-carousel__arrows {
    height: 3.625rem;
    margin-top: .75rem;
    position: relative;
    width: 3.625rem;
}

.md-no-js .home-carousel__arrows {
    display: none;
}

@media print,screen and (min-width: 768px) {
    .home-carousel__arrows {
        bottom:calc(50% - 1.8125rem);
        margin-top: 0;
        position: absolute;
        right: 16px;
    }
}

.home-carousel__next,.home-carousel__prev {
    border-radius: 50%;
    color: var(--purple);
    cursor: pointer;
    font-size: 1.0625rem;
    height: 1.9375rem;
    outline: none;
    -webkit-transition: background-color .25s,color .25s;
    transition: background-color .25s,color .25s;
    width: 1.9375rem;
    z-index: 15;
}

.home-carousel__next .brei-icon,
.home-carousel__prev .brei-icon {
    margin: 0 0 0 .125rem;
}

.home-carousel__next:not(.slick-disabled):focus,
.home-carousel__next:not(.slick-disabled):hover,
.home-carousel__prev:not(.slick-disabled):focus,
.home-carousel__prev:not(.slick-disabled):hover {
    background-color: var(--purple);
    color: var(--pale-gray);
}

.home-carousel__next:not(.slick-disabled):active,
.home-carousel__prev:not(.slick-disabled):active {
    background-color: var(--deep-purple);
    color: var(--pale-gray);
}

.home-carousel__next.slick-disabled,
.home-carousel__prev.slick-disabled {
    color: rgba(55,36,107,.3);
    pointer-events: none;
}

.home-carousel__prev {
    left: -0.75rem;
    position: absolute;
    top: -0.375rem;
}

.home-carousel__prev .brei-icon {
    margin: 0 .125rem 0 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.home-carousel__next {
    bottom: -0.5rem;
    position: absolute;
    right: -8px;
}

.home-carousel__slash {
    color: var(--purple);
    font-size: 3.625rem;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
}

.home-carousel .slick-list {
    overflow: hidden;
}

.introduction {
    margin-bottom: 3rem;
    padding: 0 0.9375rem;
    position: relative;
    top: -3.125rem;
}

.introduction__wrapper {
    background: var(--pale-gray);
    border-radius: 8px;
    margin-bottom: -3.125rem;
    padding: 1.5625rem 1.375rem;
    position: relative;
}

.introduction__wrapper:before {
    border-color: var(--purple) transparent transparent;
    border-style: solid;
    border-width: 145px 145px 0 0;
    content: "";
    display: none;
    height: 0;
    left: -1.25rem;
    position: absolute;
    top: -1.25rem;
    width: 0
}

@media print,screen and (min-width: 1024px) {
    .introduction__wrapper:before {
        display:block
    }
}

@media print,screen and (min-width: 1024px) {
    .introduction__wrapper {
        margin:0 auto -5.625rem;
        max-width: 73.125rem;
        padding: 4.375rem 7.1875rem
    }
}

.introduction__content {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding-top: 1.25rem
}

@media print,screen and (min-width: 1024px) {
    .introduction__content {
        font-size:1.25rem;
        line-height: 1.875rem
    }
}

@media print,screen and (min-width: 1024px) {
    .introduction {
        margin-bottom:6.25rem;
        top: -5.625rem
    }
}

.legal {
    padding: 0 .9375rem 0 3.125rem;
    position: relative;
    text-align: right;
    z-index: 102
}

.legal__item,.legal__link {
    display: inline-block
}

.legal__link {
    font-size: .875rem;
    line-height: 2.5rem;
    padding-left: .9375rem
}

.legal__link:focus,.legal__link:hover {
    font-weight: 600;
    text-decoration: none
}

@media print,screen and (min-width: 768px) {
    .legal__link {
        line-height:1.4375rem
    }
}

@media print,screen and (min-width: 768px) {
    .legal {
        padding:0 .9375rem 0 9.375rem
    }
}

.map-selector {
    position: relative
}

.map-selector .indicator {
    background-color: var(--purple);
    bottom: -1.6875rem;
    height: .6875rem;
    position: absolute;
    top: calc(100% - .375rem);
    width: 3.125rem;
    z-index: 102
}

.map-selector__tabs {
    background: var(--pale-gray);
    border: 1px solid transparent;
    list-style-type: none;
    margin: 0;
    max-width: 85.375rem;
    position: relative
}

.map-selector .brei-icon {
    transition: transform .425s;
}

.map-selector__title {
    color: var(--medium-gray);
    float: left;
    line-height: 1;
    text-align: center;
    width: 50%
}

.map-selector__title a {
    color: var(--medium-gray);
    display: inline-block;
    margin: auto;
    max-width: 9.375rem;
    padding: 0 .875rem 1rem;
    text-align: center
}

.map-selector__title a:focus,.map-selector__title a:hover {
    color: var(--medium-gray);
    text-decoration: none
}

.map-selector__title a:focus .brei-icon,.map-selector__title a:hover .brei-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.map-selector__title a:focus {
    outline: none
}

@media print,screen and (min-width: 1024px) {
    .map-selector__title a {
        max-width:100%
    }
}

.map-selector__title .text {
    color: var(--medium-gray);
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-align: center
}

@media print,screen and (min-width: 1024px) {
    .map-selector__title .text {
        font-size:1.5rem;
        line-height: 1.75rem
    }
}

.map-selector__title.is-active,.map-selector__title.is-active a {
    color: var(--purple)
}

.map-selector__title.is-active .brei-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.map-selector__title.is-active .text {
    color: var(--purple)
}

.masthead__image {
    height: 20rem;
    width: 100%;
}

body#home .masthead__image {
    height: 25rem;
}

@media print,screen and (min-width: 768px) {
    .masthead__image {
        height: 30rem;
    }

    body#home .masthead__image {
        height: 37.5rem;
    }
}

@media print,screen and (min-width: 1024px) {
    .masthead--center .masthead__image {
        background-position:50%
    }

    .masthead--top .masthead__image {
        background-position: center 0
    }

    .masthead--bottom .masthead__image {
        background-position: center 100%
    }
}

.off-canvas-bar {
    background-color: var(--dim-gray);
    height: 100vh;
    left: -100%;
    padding-top: 1.25rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200
}

.nav-is-open .off-canvas-bar {
    left: 0
}

.off-canvas-bar__wrapper {
    height: 100vh;
    overflow: auto;
    position: relative
}

.md-no-js .off-canvas-bar__wrapper {
    height: auto;
    padding: 1.875rem
}

@media print,screen and (min-width: 768px) {
    .md-no-js .off-canvas-bar__wrapper {
        padding:0
    }
}

.nav-is-open .off-canvas-bar__wrapper {
    display: block
}

@media print,screen and (min-width: 768px) {
    .off-canvas-bar__wrapper {
        display:block;
        height: 100%;
        overflow: visible;
        padding: 0
    }
}

.off-canvas-bar__close,.off-canvas-bar__open {
    cursor: pointer;
    display: inline-block;
    position: absolute
}

.md-no-js .off-canvas-bar__close,.md-no-js .off-canvas-bar__open {
    display: none
}

@media print,screen and (min-width: 768px) {
    .off-canvas-bar__close,.off-canvas-bar__open {
        display:none
    }
}

.off-canvas-bar__open {
    bottom: -2.6875rem;
    height: 1.5625rem;
    left: 1.25rem;
    width: 1.875rem;
    z-index: 175
}

.off-canvas-bar__open:focus,.off-canvas-bar__open:hover {
    text-decoration: none
}

.off-canvas-bar__open:visited {
    color: currentColor
}

.off-canvas-bar__open .brei-icon {
    color: var(--pale-gray);
    font-size: 1.875rem;
    left: calc(50% - .9375rem);
    position: absolute;
    top: calc(50% - .8125rem)
}

.off-canvas-bar__close {
    color: var(--pale-gray);
    font-size: 1.375rem;
    height: 1.54688rem;
    left: 1.5rem;
    top: 1.3125rem;
    width: 1.54688rem;
    z-index: 235
}

.off-canvas-bar__close:focus,.off-canvas-bar__close:hover {
    color: var(--pale-gray);
    text-decoration: none
}

.off-canvas-bar__close .brei-icon {
    color: var(--pale-gray);
    font-size: 1.6875rem;
    left: calc(50% - 1rem);
    position: absolute;
    top: calc(50% - .8125rem)
}

.off-canvas-bar__close-wrapper {
    background-color: var(--purple);
    display: block;
    height: 4.125rem;
    margin-bottom: .9375rem;
    position: relative;
    z-index: 234
}

@media print,screen and (min-width: 768px) {
    .off-canvas-bar__close-wrapper {
        display:none
    }
}

.off-canvas-bar__search-toggle {
    border-radius: 8px;
    color: var(--pale-gray);
    display: none
}

.off-canvas-bar__search-toggle:focus,.off-canvas-bar__search-toggle:hover {
    background-color: var(--deep-purple);
    color: var(--pale-gray)
}

@media print,screen and (min-width: 768px) {
    .off-canvas-bar__search-toggle {
        bottom:-3.125rem;
        display: block;
        height: 2.0625rem;
        padding: .25rem 0 0;
        position: absolute;
        right: 13px;
        text-align: center;
        width: 2.1875rem
    }
}

@media print,screen and (min-width: 1024px) {
    .off-canvas-bar__search-toggle {
        bottom:-4.3125rem;
        font-size: 1.875rem;
        height: 2.8125rem;
        padding: .5rem 0 0;
        right: 8px;
        width: 2.8125rem
    }
}

@media print,screen and (min-width: 768px) {
    .off-canvas-bar {
        background-color:transparent;
        height: auto;
        left: auto;
        padding: 0;
        position: static;
        top: auto
    }
}

.primary-nav {
    padding: .625rem .9375rem 9.375rem
}

.primary-nav__parent-link {
    color: var(--purple);
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    padding-bottom: .25rem;
    padding-top: .25rem
}

.primary-nav__parent-link:focus,.primary-nav__parent-link:hover {
    color: var(--purple);
    text-decoration: none
}

@media print,screen and (min-width: 768px) {
    .primary-nav__parent-link {
        border-radius:8px;
        color: var(--pale-gray);
        display: inline-block;
        font-size: .875rem;
        padding: .25rem .9375rem .25rem .8125rem
    }

    .primary-nav__item--expanded .primary-nav__parent-link,.primary-nav__parent-link:focus,.primary-nav__parent-link:hover {
        background-color: var(--deep-purple);
        color: var(--pale-gray);
        text-decoration: none
    }
}

@media print,screen and (min-width: 1024px) {
    .primary-nav__parent-link {
        font-size: 1rem
    }
}

.primary-nav__item {
    border-bottom: 1px solid var(--medium-gray);
    margin: 0 0 1.40625rem;
    padding-bottom: 1.40625rem;
    position: relative;
    -webkit-transition: margin-bottom .425s,padding-bottom .425s,border-bottom-color .425s;
    transition: margin-bottom .425s,padding-bottom .425s,border-bottom-color .425s
}

.primary-nav__item--expanded {
    border-color: var(--dim-gray);
    margin-bottom: .25rem;
    padding-bottom: .5625rem
}

@media print,screen and (min-width: 768px) {
    .primary-nav__item {
        border:0;
        display: inline-block;
        margin: 0;
        padding: 0 0 1.0625rem;
        -webkit-transition: none;
        transition: none
    }

    .primary-nav__item--expanded .primary-nav__child-list,.primary-nav__item--is-active .primary-nav__child-list,.primary-nav__item:hover .primary-nav__child-list {
        display: block!important;
        left: -1.0625rem;
        margin: 0;
        min-width: 12.5rem;
        position: absolute;
        top: 100%;
        width: 100%
    }

    .primary-nav__item:last-child:hover .primary-nav__child-list {
        left: auto;
        right: -8px
    }
}

@media screen and (min-width: 56.25em) {
    .primary-nav__item {
        margin:0 0 0 2rem
    }
}

@media print,screen and (min-width: 1024px) {
    .primary-nav__item {
        margin:0;
        padding: 0 0 1.75rem
    }
}

@media screen and (min-width: 68.75em) {
    .primary-nav__item {
        margin:0 0 0 2rem
    }
}

.primary-nav__child-list {
    background-color: var(--pale-gray);
    border: 1px solid var(--light-gray);
    border-radius: 8px;
    display: none;
    margin: .5rem 0
}

@media print,screen and (min-width: 768px) {
    .primary-nav__child-list {
        border-radius:0 0 8px 8px;
        display: none!important;
        padding: .5rem 0 1.5625rem
    }
}

.primary-nav__child-item {
    display: block;
    padding: .6875rem .9375rem
}

.primary-nav__child-item:first-child {
    padding-top: 1.125rem
}

.primary-nav__child-item:last-child {
    padding-bottom: 1.125rem
}

@media print,screen and (min-width: 768px) {
    .primary-nav__child-item:last-child {
        border-bottom:0;
        padding-bottom: 0
    }
}

.primary-nav__child-item .svg-container {
    display: none
}

@media print,screen and (min-width: 768px) {
    .primary-nav__child-item .svg-container {
        display:block
    }
}

@media print,screen and (min-width: 768px) {
    .primary-nav__child-item {
        padding:0 .5rem 0 1.9375rem;
        text-align: left
    }

    .primary-nav__child-item:first-child {
        border: 0;
        padding-top: 0
    }
}

.primary-nav__child-link {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: var(--black);
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3125rem
}

.primary-nav__child-link:before {
    border-top: 16px solid var(--purple);
    border-right: 16px solid transparent;
    border-bottom: 0;
    border-left: 0;
    content: "";
    display: none;
    height: 0;
    left: -2rem;
    position: absolute;
    top: 0.6rem;
    width: 0;
}

.primary-nav__child-link:focus,.primary-nav__child-link:hover {
    color: var(--purple)
}

@media print,screen and (min-width: 768px) {
    .primary-nav__child-link:focus,.primary-nav__child-link:hover {
        text-decoration:none
    }

    .primary-nav__child-link:focus:before,.primary-nav__child-link:hover:before {
        display: block
    }
}

@media print,screen and (min-width: 768px) {
    .primary-nav__child-link {
        display:block;
        font-size: .875rem;
        padding: .5rem 1rem .5rem 0;
        position: relative;
        -webkit-transition: padding .425s;
        transition: padding .425s
    }
}

@media print,screen and (min-width: 1024px) {
    .primary-nav__child-link {
        font-size:1rem
    }
}

.primary-nav__trigger {
    color: var(--purple);
    font-size: 1.25rem;
    height: 1.25rem;
    position: absolute;
    right: 0;
    top: .5625rem;
    width: 1.25rem
}

.primary-nav__trigger .brei-icon {
    left: 0;
    position: absolute;
    top: 0
}

.primary-nav__trigger .brei-icon-minus {
    display: none
}

.primary-nav__trigger.trigger--is-active .brei-icon-minus {
    display: block
}

.primary-nav__trigger.trigger--is-active .brei-icon-plus {
    display: none
}

@media print,screen and (min-width: 768px) {
    .primary-nav__trigger {
        display:none
    }
}

@media print,screen and (min-width: 768px) {
    .primary-nav {
        bottom:-4.125rem;
        padding: 0 3.1875rem 0 .5rem;
        position: absolute;
        right: 50px
    }
}

@media print,screen and (min-width: 1024px) {
    .primary-nav {
        bottom:-5.625rem
    }
}

.pull-quote {
    padding: 3.125rem .8125rem 1.6875rem 1.625rem
}

.pull-quote__icon {
    display: block;
    font-size: 1.8125rem;
    padding-bottom: 1.625rem
}

@media print,screen and (min-width: 1024px) {
    .pull-quote {
        padding:3.125rem 3.125rem 0
    }
}

.search-form {
    padding: .625rem .9375rem
}

.search-form__wrapper {
    background-color: var(--pale-gray);
    border-radius: 8px;
    padding: .625rem .9375rem 1.25rem
}

@media print,screen and (min-width: 768px) {
    .search-form__wrapper {
        background-color:rgba(55,36,107,.9);
        border-radius: 0;
        padding: .625rem .9375rem 1rem
    }
}

@media print,screen and (min-width: 1024px) {
    .search-form__wrapper {
        padding:1.875rem .9375rem 1.25rem;
        width: 100%
    }
}

.search-form__inner {
    margin: auto;
    max-width: 85.625rem;
    position: relative;
    z-index: 401
}

.search-form__label {
    width: calc(100% - 1.875rem)
}

@media print,screen and (min-width: 768px) {
    .search-form__label {
        margin-bottom:.125rem;
        width: calc(100% - 3.3125rem)
    }
}

@media print,screen and (min-width: 1024px) {
    .search-form__label {
        width:calc(100% - 4.0625rem)
    }
}

.search-form__form {
    border-bottom: 1px solid var(--medium-gray);
    width: 100%
}

@media print,screen and (min-width: 768px) {
    .search-form__form {
        width:calc(100% - 3rem)
    }
}

.search-form__field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    color: var(--purple);
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    padding: .25rem .1875rem;
    width: 100%
}

.search-form__field::-ms-input-placeholder {
    color: var(--purple)
}

.search-form__field::placeholder {
    color: var(--purple)
}

.search-form__field::-webkit-input-placeholder {
    color: var(--purple)
}

.search-form__field:-moz-placeholder,.search-form__field::-moz-placeholder {
    color: var(--purple);
    opacity: 1
}

.search-form__field:-ms-input-placeholder {
    color: var(--purple)
}

.search-form__field::-webkit-search-cancel-button {
    display: none
}

@media print,screen and (min-width: 768px) {
    .search-form__field {
        background-color:rgba(55,36,107,0);
        color: var(--pale-gray);
        font-size: 1.625rem
    }

    .search-form__field::-ms-input-placeholder {
        color: var(--pale-gray)
    }

    .search-form__field::placeholder {
        color: var(--pale-gray)
    }

    .search-form__field::-webkit-input-placeholder {
        color: var(--pale-gray)
    }

    .search-form__field:-moz-placeholder,.search-form__field::-moz-placeholder {
        color: var(--pale-gray);
        opacity: 1
    }

    .search-form__field:-ms-input-placeholder {
        color: var(--pale-gray)
    }
}

.search-form__submit {
    color: var(--purple);
    cursor: pointer;
    font-size: 1.5rem;
    position: relative;
    top: .3125rem
}

@media print,screen and (min-width: 768px) {
    .search-form__submit {
        color:var(--pale-gray);
        font-size: .875rem;
        font-weight: 600
    }

    .search-form__submit .brei-icon {
        display: none
    }
}

@media print,screen and (min-width: 1024px) {
    .search-form__submit {
        font-size:1.125rem
    }
}

.search-form__close {
    display: none
}

@media print,screen and (min-width: 768px) {
    .search-form__close {
        background-color:rgba(55,36,107,.9);
        border-radius: 8px;
        color: var(--pale-gray);
        display: block;
        font-size: 1.25rem;
        height: 2.0625rem;
        padding: .25rem 0 0;
        position: absolute;
        right: -2px;
        text-align: center;
        top: .4375rem;
        width: 2.1875rem
    }

    .search-form__close:focus,.search-form__close:hover {
        color: var(--dim-gray)
    }
}

@media print,screen and (min-width: 1024px) {
    .search-form__close {
        font-size:1.5625rem;
        height: 2.8125rem;
        padding: .625rem 0 0;
        right: -5px;
        top: -.375rem;
        width: 2.8125rem
    }
}

.search-form__overlay {
    background-color: rgba(10,10,10,.7);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: opacity .425s;
    transition: opacity .425s;
    width: 100%;
    z-index: 400
}

.search-is-open .search-form__overlay {
    display: block
}

@media print,screen and (min-width: 768px) {
    .search-form {
        display:none;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 400
    }

    .search-is-open .search-form {
        display: block
    }

    .no-search-results-form .search-form {
        display: block;
        margin-top: 1rem;
        opacity: 1;
        position: static
    }

    .no-search-results-form .search-form label {
        width: calc(100% - 5.3125rem)
    }

    .no-search-results-form .search-form input[type=search] {
        width: 100%
    }
}

.simple-map__map-wrapper {
    height: 27.75rem;
    position: relative
}

.simple-map__map-wrapper > div {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media print,screen and (min-width: 768px) {
    .simple-map__wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.simple-map__content {
    padding-bottom: 1.6875rem
}

@media print,screen and (min-width: 768px) {
    .simple-map__content {
        padding-bottom:0;
        padding-right: 2.25rem
    }
}

@media print,screen and (min-width: 768px) {
    .simple-map__content,.simple-map__map {
        -webkit-box-flex:1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%;
        width: 50%
    }
}

.social-media-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0
}

.social-media-list,.social-media-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.social-media-list__item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem
}

.social-media-list__item:not(:first-of-type) {
    margin-left: 1.5625rem
}

@media print,screen and (min-width: 400px) {
    .social-media-list__item:not(:first-of-type) {
        margin-left:.4375rem
    }
}

@media print,screen and (max-width: 399px) {
    .social-media-list__item:nth-child(5) {
        margin-left:0
    }
}

@media print,screen and (min-width: 1024px) {
    .main__inner .social-media-list__item {
        margin:0 0 1rem
    }
}

@media print,screen and (min-width: 768px) {
    .social-media-list__item:not(:first-of-type) {
        margin-left:1.25rem
    }
}

@media print,screen and (min-width: 1024px) {
    .social-media-list__item,.social-media-list__item:not(:first-of-type) {
        margin-left:0
    }
}

@media print,screen and (min-width: 1024px) {
    .main__content>.social-media-list {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        right: 16px;
        top: 12.125rem
    }
}

@media screen and (min-width: 77.6875em) {
    .main__content>.social-media-list {
        right:calc(50% - 600px)
    }
}

.main__inner+.social-media-list {
    margin: -2.5rem auto 2.5rem;
    width: 14.9375rem
}

@media print,screen and (min-width: 400px) {
    .main__inner+.social-media-list {
        text-align:center;
        width: 22.1875rem
    }
}

@media print,screen and (min-width: 768px) {
    .main__inner+.social-media-list {
        width:100%
    }
}

@media print,screen and (min-width: 1024px) {
    .main__inner+.social-media-list {
        width:auto
    }
}

@media print,screen and (min-width: 400px) {
    .social-media-list {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.timeline {
    padding: 3.125rem 0 0
}

.timeline__title {
    color: var(--purple);
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 2.25rem;
    margin-bottom: 1rem
}

@media print,screen and (min-width: 768px) {
    .timeline__title {
        font-size:3.125rem;
        line-height: 4.0625rem
    }
}

.timeline .ctl-story-time {
    position: relative
}

.timeline .ctl-story-time:after {
    background: var(--medium-gray)!important;
    border-radius: 0!important;
    bottom: -3.375rem!important;
    color: var(--medium-gray)!important;
    height: 1.25rem!important;
    left: calc(50% - 1.5625rem)!important;
    width: 3.125rem!important
}

@media print,screen and (min-width: 768px) {
    .timeline .ctl-story-time:after {
        bottom:-3rem!important
    }
}

.timeline li.slick-current .ctl-story-time:after {
    background: var(--purple)!important;
    border-radius: 0!important;
    bottom: -3.375rem!important;
    color: var(--purple)!important;
    height: 1.25rem!important;
    left: calc(50% - 3.125rem)!important;
    width: 6.25rem!important
}

@media print,screen and (min-width: 768px) {
    .timeline li.slick-current .ctl-story-time:after {
        bottom:-3rem!important
    }
}

.timeline .content-title-simple,.timeline .content-title-simple a {
    color: var(--purple)!important;
    font-size: 1.5rem!important;
    font-weight: 300!important;
    line-height: 2.25rem!important
}

@media print,screen and (min-width: 768px) {
    .timeline .content-title-simple,.timeline .content-title-simple a {
        font-size:1.875rem!important;
        line-height: 2.8125rem!important
    }
}

.timeline button.slick-next:before,.timeline button.slick-prev:before {
    color: var(--purple)!important;
    font-size: 2.5rem
}

.timeline .cool-timeline-horizontal .clt_carousel_slider ul.slick-slider .slick-list li:before,.timeline .ht-design-5 .clt_carousel_slider ul.ctl_h_nav:before,.timeline .ht-design-6 .clt_carousel_slider ul.ctl_h_nav:before {
    bottom: 3.125rem!important;
    height: .0625rem!important
}

.timeline .cool-timeline-horizontal .pull-left img {
    border-radius: 8px
}

.timeline .content-details p {
    color: var(--black);
    font-size: 1rem;
    line-height: 1.5rem
}

@media print,screen and (min-width: 768px) {
    .timeline .content-details p {
        font-size:1.25rem;
        line-height: 1.875rem
    }
}

.timeline .ctl_info {
    padding: 0 2.5rem
}

.timeline .read_more {
    border: 2px solid var(--purple);
    border-radius: 8px;
    color: var(--purple);
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
    padding: .625rem 2.5rem;
    text-decoration: none;
    -webkit-transition: background-color .425s,color .425s;
    transition: background-color .425s,color .425s
}

.timeline .read_more:focus,.timeline .read_more:hover {
    background-color: var(--purple);
    color: var(--pale-gray);
    text-decoration: none
}

.timeline .read_more:disabled {
    border: 2px solid var(--medium-gray);
    color: var(--medium-gray)
}

.timeline .read_more:active {
    background-color: var(--deep-purple);
    color: var(--pale-gray)
}

.timeline .ctl-story-time {
    font-weight: 900
}

.timeline .ctl-story-time.selected {
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.timeline .ctl_h_nav .slick-arrow {
    color: var(--purple)!important
}

@media print,screen and (max-width: 1023px) {
    .timeline .pull-left {
        float:none!important;
        max-width: 100%!important;
        width: 100%!important
    }
}

@media print,screen and (min-width: 768px) {
    .timeline {
        padding:6.25rem 0 0
    }
}

.accordions {
    background-color: var(--pale-gray);
    padding: 3.125rem 0 0;
}

.accordions,
.accordions__title {
    position: relative
}

.accordions__title {
    margin-bottom: 2rem;
}

.accordions__desc {
    font-size: 1rem;
    line-height: 1.5rem;
}

@media print,screen and (min-width: 1024px) {
    .accordions__desc {
        font-size: 1.25rem;
        line-height:  1.875rem;
    }
}

.accordions__accordion {
    border-bottom: 1px solid var(--medium-gray);
    margin: 0;
}

.accordions__item.is-active .brei-icon-plus {
    display: none;
}

.accordions__item.is-active .brei-icon-minus {
    display: block;
}

.accordions__trigger {
    background-color: var(--pale-gray);
    border: solid var(--medium-gray);
    border-width: 1px 0 0;
    color: var(--black);
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: 1.3125rem 5.5rem 1.3125rem 1.75rem;
    position: relative;
    -webkit-transition: background-color .425s,color .425s;
    transition: background-color .425s,color .425s;
}

.accordions__trigger:visited {
    color: var(--black);
}

.accordions__trigger:focus,
.accordions__trigger:hover {
    color: var(--pale-gray);
    text-decoration: none;
}

.accordions__trigger:active,
.is-active .accordions__trigger {
    background-color: var(--deep-purple);
    color: var(--pale-gray);
}

@media print,screen and (min-width: 1024px) {
    .accordions__trigger {
        font-size:1.5rem;
        line-height: 1.875rem;
    }
}

.accordions__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.25rem;
    height: 1.25rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 28px;
    top: calc(50% - .625rem);
    width: 1.25rem;
}

.accordions .brei-icon-minus {
    display: none;
}

.accordions .brei-icon-plus {
    display: block;
}

.accordions__content {
    padding: 1.8125rem 1.6875rem;
}

.accordions .user-markup {
    overflow: auto;
    padding: 0;
}

.accordions__cta {
    margin-left: -0.9375rem;
}

.brands-bar {
    padding: 6.25rem 0 0;
}

.brands-bar__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@supports (display: grid) {
    .brands-bar__wrapper {
        display:grid;
        grid-template-columns: 1fr 1fr;
    }

    @media print,screen and (min-width: 1024px) {
        .brands-bar__wrapper {
            grid-template-columns: repeat(4,1fr);
        }
    }
}

.brands-bar__image {
    display: grid;
    margin: 0 auto 1.4375rem;
    max-height: 5.25rem;
    max-width: 8.75rem;
    min-height: 84px;
    width: 100%;
}

.brands-bar__image img {
    width: 100%;
}

@supports (place-content: center) {
    .brands-bar__image {
        place-content:center;
    }
}

@media print,screen and (min-width: 1024px) {
    .brands-bar__image {
        max-height: 7rem;
        min-height: 112px;
    }
}

.brands-bar__links {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.brands-bar__link-item {
    display: block;
    text-align: center;
}

@media print,screen and (min-width: 1024px) {
    .brands-bar__link-item {
        display:inline-block;
    }

    .brands-bar__link-item:before {
        color: var(--purple);
        content: " | ";
    }

    .brands-bar__link-item:first-child:before {
        display: none;
    }
}

.brands-bar__link {
    color: var(--purple);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-decoration: underline;
}

.brands-bar__link:visited {
    color: var(--black);
}

.brands-bar__link:focus,.brands-bar__link:hover {
    color: var(--purple);
    font-weight: 900;
    text-decoration: underline;
}

.brands-bar__brand {
    margin-bottom: 1rem;
    width: 50%;
}

@supports (display: grid) {
    .brands-bar__brand {
        width:100% !important;
    }
}

@media print,screen and (min-width: 1024px) {
    .brands-bar__brand {
        margin-bottom: 0;
        width: 25%;
    }
}

.brands {
    background-color: var(--pale-gray);
    padding: 3.125rem 0.9375rem;
    position: relative;
}

.brands__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    max-width: 70.9375rem;
}

@supports (display: grid) {
    .brands__wrapper {
        display:grid;
        grid-template-columns: 1fr;
    }

    @media screen and (min-width: 37.5em) {
        .brands__wrapper {
            -webkit-column-gap:16px;
            -moz-column-gap: 16px;
            column-gap: 16px;
            grid-template-columns: 1fr 1fr;
        }
    }

    @media print,screen and (min-width: 1024px) {
        .brands__wrapper {
            grid-template-columns:1fr 1fr 1fr;
        }
    }
}

.brands__brand {
    margin-bottom: 0.9375rem;
}

@supports (display: grid) {
    .brands__brand {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media print,screen and (min-width: 768px) {
    .brands__brand {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 16px);
        flex: 1 0 calc(50% - 16px);
        margin: 0 .9375rem 1rem 0;
        max-width: calc(50% - .9375rem);
        width: calc(50% - .9375rem);
    }
}

@media print,screen and (min-width: 1024px) {
    .brands__brand {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33% - 16px);
        flex: 1 0 calc(33% - 16px);
        margin: 0 .9375rem 1rem 0;
        max-width: calc(33% - .9375rem);
        width: calc(33% - .9375rem);
    }
}

.brands__link,.brands__span {
    border: 1px solid var(--medium-gray);
    border-radius: 8px;
    display: block;
    overflow: hidden;
    padding-bottom: 66.56891%;
    position: relative;
}

@media print,screen and (min-width: 768px) {
    .brands__link:focus .bg,
    .brands__link:hover .bg {
        -webkit-transform:scale(1.1);
        transform: scale(1.1);
    }

    .brands__link:focus .brands__logo,
    .brands__link:hover .brands__logo {
        -webkit-transform: translateY(calc(-50% - 16px)) translateX(-50%) translateZ(0) scale(1);
        transform: translateY(calc(-50% - 16px)) translateX(-50%) translateZ(0) scale(1);
    }

    .brands__link:focus .brands__caption,
    .brands__link:hover .brands__caption {
        opacity: 1;
    }
}

.brands .bg {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    left: 0;
    opacity: .2;
    top: 0;
}

.brands .bg,
.brands__logo {
    position: absolute;
    transition: transform .425s;
}

.brands__logo {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 50%;
    max-height: 6.25rem;
    max-width: 15.625rem;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateZ(0) scale(1);
    transform: translateY(-50%) translateX(-50%) translateZ(0) scale(1);
}

.brands__caption {
    bottom: 10%;
    color: var(--black);
    font-size: 1rem;
    font-weight: 600;
    left: 0;
    line-height: 1.5rem;
    opacity: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .425s;
    transition: opacity .425s;
    width: 100%;
}

@media print,screen and (min-width: 1024px) {
    .brands {
        padding:6.875rem 0.9375rem;
    }
}

.cards {
    padding: 0 0.9375rem;
}

.cards__wrapper {
    margin: auto;
    max-width: 73.125rem;
}

.cards__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3.125rem;
}

@media print,screen and (min-width: 768px) {
    .cards__item--with-video .cards__image:focus-within .image,
    .cards__item--with-video .cards__image:hover .image {
        -webkit-transform:scale(1.1);
        transform: scale(1.1);
    }
}

@media print,screen and (min-width: 768px) {
    .cards__item {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 4.375rem;
    }

    .cards__item:nth-child(2n) .cards__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media print,screen and (min-width: 1024px) {
    .cards__item {
        margin-bottom: 6.25rem;
    }

    .cards__item:nth-child(2n) .cards__content {
        padding-left: 0;
        padding-right: 3.75rem;
    }
}

.cards .image {
    left: 0;
    position: absolute;
    top: 0;
    transition: transform .425s;
}

.cards__image {
    border-radius: 8px;
    margin-bottom: 1.4375rem;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}

@media print,screen and (min-width: 768px) {
    .cards__image {
        -webkit-box-flex:1;
        -ms-flex: 1 0 300px;
        flex: 1 0 300px;
        height: 18.75rem;
        margin-bottom: 0;
        padding: 0;
        width: 18.75rem;
    }
}

@media print,screen and (min-width: 1024px) {
    .cards__image {
        -webkit-box-flex:1;
        -ms-flex: 1 0 555px;
        flex: 1 0 555px;
        height: 34.6875rem;
        width: 34.6875rem;
    }
}

@media print,screen and (min-width: 768px) {
    .cards__content {
        -webkit-box-flex:1;
        -ms-flex: 1 0 calc(100% - 300px);
        flex: 1 0 calc(100% - 300px);
        padding: 0 .9375rem;
    }
}

@media print,screen and (min-width: 1024px) {
    .cards__content {
        -webkit-box-flex:1;
        -ms-flex: 1 0 calc(100% - 555px);
        flex: 1 0 calc(100% - 555px);
        padding: 0 .9375rem 0 3.75rem;
    }
}

@media print,screen and (min-width: 1024px) {
    .cards__desc {
        font-size: 1rem;
    }
}

@media print,screen and (min-width: 1024px) {
    .cards + .high-level-cards {
        margin-top: -12.5rem;
        padding-top: 12.5rem;
    }
}

.featured-content + .cards,
.featured-content ~ .cards {
    padding-top: 3.125rem;
}

@media print,screen and (min-width: 768px) {
    .featured-content + .cards,
    .featured-content ~ .cards {
        padding-top: 4.375rem;
    }
}

@media print,screen and (min-width: 1024px) {
    .featured-content + .cards,
    .featured-content ~ .cards {
        padding-top: 6.25rem;
    }
}

.document-selector p:last-of-type {
    margin: 0;
}

.document-selector__title {
    position: relative;
}

.document-selector__title h2 {
    color: var(--purple);
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 2.1875rem;
    margin: 0;
    padding: 0;
}

@media print,screen and (min-width: 1024px) {
    .document-selector__title h2 {
        font-size:3.125rem;
        line-height: 4.0625rem
    }
}

.document-selector>hr {
    margin: 1.25rem 0;
    max-width: 100%
}

.document-selector__document {
    padding: 2.8125rem 0 0
}

@media print,screen and (min-width: 1024px) {
    .document-selector__document {
        padding:3.4375rem 0 0
    }
}

@media print,screen and (min-width: 1024px) {
    .document-selector__row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.document-selector__form {
    margin-top: 1.5rem
}

@media print,screen and (min-width: 1024px) {
    .document-selector__form {
        margin-top:1.75rem
    }
}

.document-selector__field {
    display: block;
    position: relative
}

@media print,screen and (min-width: 1024px) {
    .document-selector__field {
        -webkit-box-flex:1;
        -ms-flex: 1 0 calc(100% - 215px);
        flex: 1 0 calc(100% - 215px);
        width: calc(100% - 13.4375rem)
    }
}

.document-selector__button {
    display: block;
    margin-top: 1.875rem
}

@media print,screen and (min-width: 1024px) {
    .document-selector__button {
        -webkit-box-flex:1;
        -ms-flex: 1 0 215px;
        flex: 1 0 215px;
        margin-top: 0;
        max-width: 13.4375rem;
        padding-left: 1.5625rem;
        width: 13.4375rem
    }
}

.document-selector__label {
    color: var(--purple);
    cursor: text;
    font-size: 1.125rem;
    font-weight: 400;
    left: 1.3125rem;
    line-height: 1.5rem;
    overflow: hidden;
    padding-right: .5rem;
    position: absolute;
    text-overflow: ellipsis;
    top: .75rem;
    -webkit-transform: translateY(-21px) scale(.6666);
    transform: translateY(-21px) scale(.6666);
    transform-origin: left bottom;
    transition: transform .425s, color .425s;
    z-index: 110;
}

.document-selector .button {
    cursor: pointer
}

.facts {
    background-color: var(--pale-gray);
    padding: 0 .9375rem;
    position: relative
}

.level .facts {
    padding: 0
}

.facts__wrapper {
    margin: auto;
    max-width: 85.625rem;
    padding: 3.125rem 0 0
}

@media print,screen and (min-width: 1024px) {
    .facts__wrapper {
        padding: 6.25rem 0 0;
    }
}

.facts__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.facts__item {
    padding: 0.625rem;
    text-align: center;
    width: 100%;
}

@media print,screen and (min-width: 768px) {
    .facts__item {
        padding: 0 .9375rem;
        width: 50%;
    }
}

@media print,screen and (min-width: 1024px) {
    .facts__item {
        padding: 1.25rem 3.75rem 1.25rem 0;
        text-align: left;
        width: 33.3333%;
    }

    .high-level .facts__item {
        width: 25%;
    }
}

.facts hr {
    margin: 1.25rem 0;
    max-width: 100%;
}

.facts__cta {
    bottom: 0.625rem;
    max-width: 50%;
    position: absolute;
    right: 0;
}

@media print,screen and (min-width: 1024px) {
    .facts__cta {
        bottom: 0;
        right: -8px;
    }
}

.facts__num {
    color: var(--purple);
    font-size: 3rem;
    font-weight: 300;
    line-height: 3.6rem;
}

.facts__desc {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4rem;
}

@media print,screen and (min-width: 1024px) {
    .facts__desc {
        font-size: 1.5rem;
        line-height: 2.1rem;
    }
}

.featured-content {
    background-color: var(--pale-gray);
    padding: 3.125rem 0 0;
    position: relative;
    z-index: 100;
}

.featured-content__wrapper {
    background-color: var(--purple);
    padding: .9375rem .9375rem 0
}

@media print,screen and (min-width: 768px) {
    .featured-content__wrapper {
        padding:0 .9375rem 4.6875rem
    }
}

@media screen and (min-width: 75em) {
    .featured-content__wrapper {
        padding:0 .9375rem 8.4375rem
    }
}

.featured-content__inner {
    margin: auto;
    max-width: 85.625rem
}

@media print,screen and (min-width: 768px) {
    .featured-content__inner {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.featured-content__image:before {
    background-color: var(--pale-gray);
    content: "";
    display: block;
    left: -.9375rem;
    padding-bottom: calc(50% + .9375rem);
    position: absolute;
    top: -.9375rem;
    width: calc(100% + .9375rem);
    z-index: 101
}

@media print,screen and (min-width: 768px) {
    .featured-content__image:before {
        display:none
    }
}

.featured-content__image img {
    border-radius: 8px;
    position: relative;
    z-index: 102
}

@media print,screen and (min-width: 768px) {
    .featured-content__image {
        -webkit-box-flex:1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        width: 50%
    }
}

@media print,screen and (min-width: 1024px) {
    .featured-content__image {
        -webkit-box-flex:1;
        -ms-flex: 1 0 57%;
        flex: 1 0 57%;
        width: 57%
    }

    .featured-content--left .featured-content__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.featured-content__content {
    color: var(--pale-gray);
    padding: 2rem 0
}

@media print,screen and (min-width: 768px) {
    .featured-content__content {
        -webkit-box-flex:1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        padding: 4.0625rem 1.8125rem 1.25rem;
        width: 50%
    }
}

@media print,screen and (min-width: 1024px) {
    .featured-content__content {
        -webkit-box-flex:1;
        -ms-flex: 1 0 43%;
        flex: 1 0 43%;
        padding: 12.5rem 3.625rem 1.25rem;
        width: 43%
    }

    .featured-content--left .featured-content__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.featured-content hr {
    margin: 1.25rem 0;
    width: 100%
}

.featured-content hr:after {
    background: var(--medium-gray);
    border-radius: 50%;
    content: "";
    display: none;
    height: .5625rem;
    left: 0;
    position: absolute;
    top: -.3125rem;
    width: .5625rem
}

@media print,screen and (min-width: 768px) {
    .featured-content hr:after {
        display:block
    }
}

@media print,screen and (min-width: 1024px) {
    .featured-content hr:after {
        left:auto;
        right: 0
    }

    .featured-content hr:before {
        background-color: var(--medium-gray);
        content: "";
        display: block;
        height: .0625rem;
        position: absolute;
        right: 100%;
        top: -.0625rem;
        width: 4.6875rem
    }
}

@media print,screen and (min-width: 1024px) {
    .featured-content--left hr:after {
        left:0;
        right: auto
    }

    .featured-content--left hr:before {
        left: 100%;
        right: auto
    }
}

.featured-content__title {
    color: var(--white);
}

.featured-content__cta {
    color: var(--pale-gray);
    display: block;
    font-weight: 600
}

.featured-content__cta:focus,.featured-content__cta:hover {
    color: var(--pale-gray);
    text-decoration: underline
}

.featured-content .ribbon {
    background-color: var(--pale-gray);
    display: none;
    height: 7.8125rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101
}

@media print,screen and (min-width: 768px) {
    .featured-content .ribbon {
        display:block;
        height: 4.6875rem
    }
}

@media screen and (min-width: 75em) {
    .featured-content .ribbon {
        height:17.1875rem
    }
}

@media screen and (min-width: 75em) {
    .featured-content {
        padding:9.0625rem 0 0
    }
}

.full-image-gallery {
    background-color: var(--pale-gray);
    padding: 3.125rem 0 0;
    position: relative;
    z-index: 100
}

.full-image-gallery__wrapper {
    background-color: var(--purple);
    position: relative;
    width: 100%
}

.full-image-gallery__slide {
    z-index: 105
}

.slick-list .full-image-gallery__slide {
    max-height: 41.5625rem
}

@media print,screen and (min-width: 768px) {
    .full-image-gallery__slide {
        display:-webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 26.875rem
    }
}

@media print,screen and (min-width: 1024px) {
    .full-image-gallery__slide {
        height:41.5625rem
    }
}

.full-image-gallery__img {
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
    z-index: 101
}

@media print,screen and (min-width: 768px) {
    .full-image-gallery__img {
        -webkit-box-flex:1;
        -ms-flex: 1 0 calc(100% - 330px);
        flex: 1 0 calc(100% - 330px);
        max-width: calc(100% - 20.625rem);
        padding: 0;
        width: calc(100% - 20.625rem)
    }
}

@media print,screen and (min-width: 1024px) {
    .full-image-gallery__img {
        -webkit-box-flex:1;
        -ms-flex: 1 0 calc(100% - 477px);
        flex: 1 0 calc(100% - 477px);
        max-width: calc(100% - 29.8125rem);
        width: calc(100% - 29.8125rem)
    }
}

.full-image-gallery .image {
    background-position: 50%;
    left: 0;
    position: absolute;
    top: 0
}

.full-image-gallery__content {
    padding: 1rem 1rem 1.875rem
}

.full-image-gallery__content p:last-of-type {
    margin: 0;
    padding: 0
}

.slick-list .full-image-gallery__content {
    opacity: 0;
    -webkit-transition: opacity .425s ease .5s;
    transition: opacity .425s ease .5s;
}

.slick-current .full-image-gallery__content {
    opacity: 1;
    transition: opacity .425s ease 0s;
}

@media print,screen and (min-width: 768px) {
    .full-image-gallery__content {
        -webkit-box-flex:1;
        -ms-flex: 1 0 330px;
        flex: 1 0 330px;
        height: 26.875rem;
        max-width: 20.625rem;
        padding: 1.875rem 1.875rem 6.25rem;
        width: 20.625rem;
    }
}

@media print,screen and (min-width: 1024px) {
    .full-image-gallery__content {
        -webkit-box-flex:1;
        -ms-flex: 1 0 477px;
        flex: 1 0 477px;
        height: 41.5625rem;
        max-width: 29.8125rem;
        padding: 7.875rem 3.4375rem;
        width: 29.8125rem
    }
}

.full-image-gallery__title {
    color: var(--pale-gray);
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.25rem;
    padding-bottom: 1.25rem
}

@media print,screen and (min-width: 1024px) {
    .full-image-gallery__title {
        font-size:1.875rem;
        line-height: 2.8125rem
    }
}

.full-image-gallery__copy {
    color: var(--pale-gray);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem
}

@media print,screen and (min-width: 1024px) {
    .full-image-gallery__copy {
        font-size:1.25rem;
        line-height: 1.875rem
    }
}

.full-image-gallery__cta {
    color: var(--pale-gray);
    display: block;
    font-weight: 600
}

.full-image-gallery__cta:focus,.full-image-gallery__cta:hover {
    color: var(--pale-gray);
    text-decoration: underline
}

@media print,screen and (min-width: 1024px) {
    .full-image-gallery__cta {
        padding-top:1.8125rem
    }
}

.full-image-gallery__arrows-wrapper {
    background-color: var(--purple);
    height: 7.375rem;
    position: relative;
    width: 100%;
    z-index: 110
}

@media print,screen and (min-width: 768px) {
    .full-image-gallery__arrows-wrapper {
        bottom:auto;
        height: auto;
        position: static;
        right: auto;
        width: auto
    }
}

.full-image-gallery__arrows {
    height: 3.625rem;
    left: calc(50% - 1.8125rem);
    position: absolute;
    top: .625rem;
    width: 3.625rem
}

.md-no-js .full-image-gallery__arrows {
    display: none
}

@media print,screen and (min-width: 768px) {
    .full-image-gallery__arrows {
        bottom:1.25rem;
        left: auto;
        position: absolute;
        right: 241px;
        top: auto
    }
}

@media print,screen and (min-width: 1024px) {
    .full-image-gallery__arrows {
        bottom:7.875rem;
        right: 365px
    }
}

.full-image-gallery__next,.full-image-gallery__prev {
    color: var(--pale-gray);
    font-size: 1.0625rem
}

.full-image-gallery__next.slick-disabled,.full-image-gallery__prev.slick-disabled {
    color: hsla(0,0%,99.6%,.3)
}

.full-image-gallery__prev {
    left: 0;
    position: absolute;
    top: 0
}

.full-image-gallery__prev .brei-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.full-image-gallery__next {
    bottom: 0;
    position: absolute;
    right: 0
}

.full-image-gallery__slash {
    color: var(--pale-gray);
    font-size: 3.625rem
}

@media screen and (min-width: 75em) {
    .full-image-gallery {
        padding:9.375rem 0 0
    }
}

.global-footer {
    background-color: var(--purple);
    color: var(--pale-gray);
    overflow: hidden;
    position: relative;
    z-index: 100
}

.global-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 87.5rem;
    position: relative
}

@media screen and (min-width: 75em) {
    .global-footer__wrapper {
        background-color:var(--purple)
    }

    .global-footer__wrapper:after {
        background-color: var(--purple);
        height: 100%;
        left: 100%;
        position: absolute;
        top: 0;
        width: 100vw
    }
}

.global-footer__triangle {
    border-color: var(--dim-gray) transparent transparent;
    border-style: solid;
    border-width: 249px 249px 0 0;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 101
}

@media print,screen and (min-width: 1024px) {
    .global-footer__triangle {
        left:6.25rem
    }
}

.global-footer__content {
    position: relative;
    width: 100%
}

@media print,screen and (min-width: 1024px) {
    .global-footer__content:before {
        background-color:var(--dim-gray);
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: calc(100% - 100px);
        top: 0;
        width: 100vw
    }
}

.global-footer__copyright {
    font-size: .875rem;
    line-height: 1;
    padding: 2rem .9375rem 3.125rem 0;
    text-align: right;
    width: 100%
}

@media print,screen and (min-width: 768px) {
    .global-footer__copyright {
        padding-top:0
    }
}

.global-footer a {
    color: var(--pale-gray)
}

.global-footer .logo {
    left: 0;
    padding: .75rem;
    position: absolute;
    top: 0;
    width: 8.125rem;
    z-index: 104
}

.global-footer .logo img {
    width: 100%
}

@media print,screen and (min-width: 1024px) {
    .global-footer .logo {
        left:.3125rem;
        width: 10.875rem
    }
}

@media screen and (min-width: 75em) {
    .global-footer {
        background-color:var(--dim-gray)
    }
}

.global-header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50
}

.global-header__wrapper {
    background-color: rgba(55,36,107,.9);
    display: block;
    height: 4.125rem;
    margin-top: 1.25rem;
    width: 100%
}

@media print,screen and (min-width: 768px) {
    .global-header__wrapper {
        margin-top:1.875rem
    }
}

@media print,screen and (min-width: 1024px) {
    .global-header__wrapper {
        height:5.625rem;
        margin-top: 5.625rem
    }
}

.global-header__inner {
    margin: auto;
    max-width: 85.625rem;
    position: relative
}

.high-level-cards {
    background-color: var(--pale-gray);
    padding: 6.25rem .9375rem
}

.high-level-cards__title {
    color: var(--purple);
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 2.1875rem;
    margin-bottom: .9375rem
}

@media print,screen and (min-width: 1024px) {
    .high-level-cards__title {
        font-size:3.125rem;
        line-height: 3.75rem
    }
}

.high-level-cards hr {
    margin: .9375rem 0 1.875rem;
    max-width: 100%
}

.high-level-cards__wrapper {
    margin: 0 auto;
    max-width: 21.875rem
}

@media print,screen and (min-width: 768px) {
    .high-level-cards__wrapper {
        max-width:45.25rem
    }
}

@media print,screen and (min-width: 1024px) {
    .high-level-cards__wrapper {
        max-width:62.5rem
    }
}

@media screen and (min-width: 90em) {
    .high-level-cards__wrapper {
        max-width:85.625rem
    }
}

.high-level-cards__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@supports (display: grid) {
    .high-level-cards__inner {
        display:grid;
        grid-template-columns: repeat(1,1fr)
    }

    @media print,screen and (min-width: 768px) {
        .high-level-cards__inner {
            grid-gap:16px;
            grid-template-columns: repeat(2,1fr)
        }
    }

    @media print,screen and (min-width: 1024px) {
        .high-level-cards__inner {
            grid-template-columns:repeat(3,1fr)
        }
    }

    @media screen and (min-width: 90em) {
        .high-level-cards__inner {
            grid-template-columns:repeat(4,1fr)
        }
    }
}

.high-level-cards__item {
    background-color: var(--pale-gray);
    border: 1px solid var(--purple);
    border-radius: 8px;
    color: var(--purple);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 330px;
    flex: 1 0 330px;
    height: 20.625rem;
    margin: 0 .9375rem 1rem 0;
    max-width: 20.625rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: background-color;
    transition: background-color;
    width: 20.625rem;
    z-index: 200
}

.high-level-cards__item--with-more {
    border-radius: 8px 8px 0
}

.high-level-cards__item.is-expanded {
    background-color: var(--purple)
}

.high-level-cards__item.is-expanded .angle {
    border-bottom-width: 700px;
    border-left-width: 700px
}

@supports (display: grid) {
    .high-level-cards__item {
        -webkit-box-flex:1!important;
        -ms-flex: 1 0 auto!important;
        flex: 1 0 auto!important;
        margin: 0 auto 1rem;
        max-width: 100%!important
    }
}

@media print,screen and (min-width: 768px) {
    .high-level-cards__item {
        -webkit-box-flex:1;
        -ms-flex: 1 0 calc(50% - 16px);
        flex: 1 0 calc(50% - 16px);
        height: 22.125rem;
        max-width: calc(50% - .9375rem);
        width: 22.125rem
    }
}

@media print,screen and (min-width: 1024px) {
    .high-level-cards__item {
        -webkit-box-flex:1;
        -ms-flex: 1 0 calc(33% - 16px);
        flex: 1 0 calc(33% - 16px);
        height: 19.8125rem;
        max-width: calc(33% - .9375rem);
        width: 19.8125rem
    }
}

@media screen and (min-width: 85.625em) {
    .high-level-cards__item {
        -webkit-box-flex:1;
        -ms-flex: 1 0 calc(25% - 16px);
        flex: 1 0 calc(25% - 16px);
        height: 20.6875rem;
        max-width: calc(25% - .9375rem);
        width: 20.6875rem
    }
}

.high-level-cards__intro {
    background-color: var(--purple);
    border-radius: 8px;
    color: var(--pale-gray);
}

.high-level-cards__image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .15;
}

.high-level-cards__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    padding: 2.5rem;
    position: absolute;
    right: 0;
    top: 0
}

.high-level-cards__intro .high-level-cards__content > * {
    color: var(--white);
}

.high-level-cards__content h3 strong {
    font-weight: 600;
}

@media print,screen and (min-width: 1024px) {
    .high-level-cards__content {
        padding: 2.25rem;
    }
}

.high-level-cards__more {
    display: none;
    height: 100%;
    left: 0;
    padding: 0 2.375rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 204
}

.is-expanded .high-level-cards__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.high-level-cards__more h3,.high-level-cards__more h4 {
    color: var(--pale-gray);
    font-size: 1.5rem;
    line-height: 1.875rem;
    opacity: 0;
    -webkit-transition: opacity .25s ease 1.5s;
    transition: opacity .25s ease 1.5s
}

.is-expanded .high-level-cards__more h3,.is-expanded .high-level-cards__more h4 {
    opacity: 1
}

.high-level-cards__more p {
    color: var(--pale-gray);
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.6875rem;
    opacity: 0;
    -webkit-transition: opacity .25s ease 1.5s;
    transition: opacity .25s ease 1.5s
}

.is-expanded .high-level-cards__more p {
    opacity: 1
}

.high-level-cards__trigger {
    bottom: 0;
    color: var(--pale-gray);
    font-size: 1.0625rem;
    height: 5.9375rem;
    position: absolute;
    right: 0;
    width: 5.9375rem;
    z-index: 205
}

.high-level-cards__trigger:focus,.high-level-cards__trigger:hover {
    color: var(--pale-gray)
}

.high-level-cards__trigger .brei-icon {
    bottom: 1.5rem;
    position: absolute;
    right: 18px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    transition: transform .425s;
    z-index: 202;
}

.is-expanded .high-level-cards__trigger .brei-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.high-level-cards .angle {
    border-color: transparent transparent var(--purple);
    border-style: solid;
    border-width: 0 0 95px 95px;
    bottom: 0;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-transition: border-width .25s;
    transition: border-width .25s;
    width: 0;
    z-index: 201
}

.image-gallery {
    background-color: transparent;
    margin: 0 -2.1875rem;
    padding: 3.125rem 0 0;
    position: relative;
    z-index: 100
}

.image-gallery__wrapper {
    background-color: var(--deep-purple);
    position: relative;
    width: 100%
}

@media print,screen and (min-width: 1024px) {
    .image-gallery__wrapper {
        -webkit-backface-visibility:hidden;
        backface-visibility: hidden;
        border-radius: 8px;
        overflow: hidden
    }
}

.image-gallery__slide {
    z-index: 105
}

.image-gallery__img {
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
    z-index: 101
}

@media print,screen and (min-width: 768px) {
    .image-gallery__img {
        padding-bottom:56.25%
    }
}

.image-gallery .image {
    background-position: 50%;
    left: 0;
    position: absolute;
    top: 0;
}

.image-gallery__content {
    padding: 1rem;
}

@media print,screen and (min-width: 768px) {
    .image-gallery__content {
        background-color: rgba(28,18,54,.75);
        bottom: 0;
        left: 0;
        min-height: 112px;
        padding: 1.75rem 6.25rem;
        position: absolute;
        width: 100%;
        z-index: 102;
    }
}

@media print,screen and (min-width: 1024px) {
    .image-gallery__content {
        padding: 1.75rem 10.25rem;
    }

    .slick-list .image-gallery__content {
        padding: 1.75rem 17.8125rem 1.75rem 10.25rem;
    }
}

.image-gallery__title {
    color: var(--pale-gray);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
}

@media print,screen and (min-width: 768px) {
    .image-gallery__title {
        font-size:1.125rem;
        line-height: 1.6875rem
    }
}

.image-gallery__copy {
    color: var(--pale-gray);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem
}

.slick-list .image-gallery__copy {
    opacity: 0;
    -webkit-transition: opacity .425s ease .5s;
    transition: opacity .425s ease .5s
}

.slick-current .image-gallery__copy {
    opacity: 1;
    transition: opacity .425s ease 0s;
}

.image-gallery__copy p:last-of-type {
    margin: 0;
    padding: 0
}

@media print,screen and (min-width: 768px) {
    .image-gallery__copy {
        font-size:1.125rem;
        line-height: 1.6875rem
    }
}

.image-gallery__cta {
    color: var(--pale-gray);
    display: block;
    font-weight: 600
}

.image-gallery__cta:focus,.image-gallery__cta:hover {
    color: var(--pale-gray);
    text-decoration: underline
}

.image-gallery__arrows-wrapper {
    background-color: var(--deep-purple);
    height: 5.3125rem;
    position: relative;
    width: 100%;
    z-index: 110
}

.md-no-js .image-gallery__arrows-wrapper {
    display: none
}

@media print,screen and (min-width: 768px) {
    .image-gallery__arrows-wrapper {
        background-color:transparent;
        bottom: 1.75rem;
        height: 3.625rem;
        position: absolute;
        right: 24px;
        width: 3.625rem
    }
}

@media print,screen and (min-width: 1024px) {
    .image-gallery__arrows-wrapper {
        right:192px
    }
}

.image-gallery__arrows {
    height: 3.625rem;
    left: calc(50% - 1.8125rem);
    position: absolute;
    top: .625rem;
    width: 3.625rem
}

.md-no-js .image-gallery__arrows {
    display: none
}

@media print,screen and (min-width: 768px) {
    .image-gallery__arrows {
        left:auto;
        position: static;
        top: auto
    }
}

.image-gallery__next,.image-gallery__prev {
    color: var(--pale-gray);
    font-size: 1.0625rem
}

.image-gallery__next.slick-disabled,.image-gallery__prev.slick-disabled {
    color: hsla(0,0%,99.6%,.3)
}

.image-gallery__prev {
    left: 0;
    position: absolute;
    top: 0
}

.image-gallery__prev .brei-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.image-gallery__next {
    bottom: 0;
    position: absolute;
    right: 0
}

.image-gallery__slash {
    color: var(--pale-gray);
    font-size: 3.625rem
}

@media print,screen and (min-width: 1024px) {
    .image-gallery {
        margin:0 -10.6875rem
    }
}

.map-pager {
    border-top: 1px solid var(--medium-gray);
    padding: 2.25rem 0 0
}

.map-pager--unloaded {
    display: none
}

.map-pager__title {
    color: var(--purple);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding-bottom: .5rem
}

@media print,screen and (min-width: 768px) {
    .map-pager__title {
        font-size:1.25rem;
        line-height: 1.6875rem
    }
}

.map-pager__content p {
    font-size: 1.125rem;
    line-height: 1.5rem
}

.map-pager__content a[href]:not([class]) {
    color: var(--purple);
    font-weight: 600;
    text-decoration: underline
}

.map-pager__content a[href]:not([class]):visited {
    color: var(--black)
}

.map-pager__content a[href]:not([class]):active,.map-pager__content a[href]:not([class]):focus,.map-pager__content a[href]:not([class]):hover {
    font-weight: 700
}

.map-pager__content a[href]:not([class]):active {
    color: var(--deep-purple)
}

.map-pager .user-markup {
    margin: 0;
    padding: 0
}

.map-pager ul li {
    padding: 0 .9375rem
}

@media print,screen and (min-width: 768px) {
    .map-pager ul:not(.result-holder) {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .map-pager ul:not(.result-holder) li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%;
        max-width: 33.3333%;
        width: 33.3333%
    }
}

@media print,screen and (min-width: 768px) {
    .map-pager .pageList {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .map-pager .pageList li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%;
        max-width: 33.3333%;
        width: 33.3333%
    }
}

.map-pager .bInd,.map-pager .pager {
    display: none
}

.map-pager .rightSide {
    height: 2.5rem;
    position: relative;
    width: 100%
}

.map-pager .rightSide:before {
    border-bottom: 1px solid var(--medium-gray);
    content: "";
    height: 0;
    left: 1.25rem;
    position: absolute;
    top: 50%;
    width: calc(100% - 2.5rem)
}

.map-pager .next,.map-pager .prev {
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: var(--purple);
    border-radius: 50%;
    color: var(--pale-gray);
    display: block;
    height: 2.5rem;
    padding-top: .5rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2.5rem
}

.map-pager .next.sp-hidden,.map-pager .prev.sp-hidden {
    background-color: var(--medium-gray);
    pointer-events: none
}

.map-pager .prev {
    left: 0
}

.map-pager .prev .brei-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.map-pager .next {
    right: 0
}

.map-pager .leftSide {
    text-align: center;
    width: 100%
}

.news-feed {
    background-color: var(--pale-gray);
    padding: 3.125rem .9375rem 0;
    position: relative
}

.level .news-feed {
    padding: 3.125rem 0 0
}

.news-feed__wrapper {
    margin: auto;
    max-width: 85.625rem
}

.news-feed__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@supports (display: grid) {
    .news-feed__inner {
        -webkit-column-gap:16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
        display: grid
    }

    @media print,screen and (min-width: 768px) {
        .news-feed__inner {
            grid-template-columns:1fr 1fr
        }
    }

    @media print,screen and (min-width: 1024px) {
        .news-feed__inner {
            -webkit-column-gap:17px;
            -moz-column-gap: 17px;
            column-gap: 17px
        }

        .news-feed--three .news-feed__inner {
            grid-template-columns: 1fr 1fr 1fr
        }

        .news-feed--one .news-feed__inner {
            grid-template-columns: 1fr
        }
    }
}

.news-feed__title {
    position: relative
}

.news-feed__title h2 {
    color: var(--purple);
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1;
    max-width: 60%
}

@media print,screen and (min-width: 1024px) {
    .news-feed__title h2 {
        font-size:3.125rem;
        line-height: 3.75rem
    }
}

.news-feed__cta {
    bottom: -.5625rem;
    max-width: 50%;
    position: absolute;
    right: 0
}

@media print,screen and (min-width: 1024px) {
    .news-feed__cta {
        bottom:0;
        right: -8px
    }
}

.news-feed__item {
    background-color: var(--dim-gray);
    border-radius: 8px;
    overflow: hidden;
    width: 100%
}

@media print,screen and (min-width: 768px) {
    .news-feed__item:focus-within .image,.news-feed__item:hover .image {
        -webkit-transform:scale(1.1);
        transform: scale(1.1)
    }
}

.news-feed__item:nth-child(2),.news-feed__item:nth-child(3),.news-feed__item:nth-child(n+2) {
    display: none
}

@supports (display: grid) {
    .news-feed__item {
        -webkit-box-flex:1!important;
        -ms-flex: 1 0 auto!important;
        flex: 1 0 auto!important;
        margin: 0 auto 1rem;
        max-width: 100%!important;
        width: 100%!important
    }
}

@media print,screen and (min-width: 768px) {
    .news-feed__item {
        -webkit-box-flex:1;
        -ms-flex: 1 0 calc(50% - 16px);
        flex: 1 0 calc(50% - 16px);
        margin: 0 .9375rem 1rem 0;
        max-width: calc(50% - .9375rem);
        width: calc(50% - .9375rem)
    }

    .news-feed__item:nth-child(2) {
        display: block
    }

    .news-feed__item:nth-child(n+3) {
        display: none
    }
}

@media print,screen and (min-width: 1024px) {
    .news-feed--three .news-feed__item {
        -webkit-box-flex:1;
        -ms-flex: 1 0 calc(33.3333% - 16px);
        flex: 1 0 calc(33.3333% - 16px);
        margin-right: 1.375rem;
        max-width: calc(33.3333% - .9375rem);
        width: calc(33.3333% - .9375rem)
    }

    .news-feed--three .news-feed__item:nth-child(3) {
        display: block;
        margin-right: 0;
        margin-top: 0
    }

    .news-feed--three .news-feed__item:nth-child(n+4) {
        display: block;
        margin-top: .9375rem
    }

    .news-feed--one .news-feed__item {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

.news-feed__image {
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 61.51603%;
    position: relative;
}

.news-feed__image .image {
    left: 0;
    position: absolute;
    top: 0;
    transition: transform .425s;
}

.news-feed__content {
    padding: 1.625rem 1.875rem 1.5rem
}

.news-feed__content .more {
    font-size: 0.875rem;
}

.news-feed__link {
    left: -.9375rem;
    position: relative
}

@media print,screen and (min-width: 1024px) {
    .news-feed {
        padding:5rem .9375rem 0
    }

    .level .news-feed {
        padding: 5rem 0 0
    }
}

@media print,screen and (min-width: 1024px) {
    .high-level .news-feed {
        padding-bottom:9.375rem
    }
}

.news-list {
    background-color: var(--pale-gray);
    padding: 3.125rem .9375rem 0;
    position: relative
}

.level .news-list {
    padding: 6.25rem 0 0;
}

.news-list__title {
    padding: 0 0 1rem;
    position: relative;
}

.news-list__title h2 {
    color: var(--purple);
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1;
}

@media print,screen and (min-width: 1024px) {
    .news-list__title h2 {
        font-size: 3.125rem;
        line-height: 3.75rem;
    }
}

.news-list .user-markup {
    padding: 0;
}

.our-brands {
    background-color: var(--purple);
}

.our-brands__wrapper {
    margin: auto;
    max-width: 85.9375rem;
    position: relative;
}

.our-brands__inner:before {
    background-color: var(--dim-gray);
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 199;
}

@media print,screen and (min-width: 768px) {
    .our-brands__inner {
        padding: 0.9375rem 0.9375rem 0;
    }

    .our-brands__inner:before {
        display: none;
    }
}

@media print,screen and (min-width: 1024px) {
    .our-brands__inner {
        padding: 6.25rem .9375rem 0;
    }

    .our-brands__inner:before {
        content: '';
        display: block;
        height: calc(50% + 1.5625rem);
        left: -50vw;
        width: 200vw;
    }
}

.our-brands .slick-list {
    z-index: 200
}

.our-brands__intro {
    background-color: var(--dim-gray);
    padding: 2.3125rem 1.875rem;
    text-align: center;
}

.our-brands__intro p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding-bottom: 1.25rem;
}

@media print,screen and (min-width: 1024px) {
    .our-brands__intro p {
        color: var(--purple);
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
}

@media print,screen and (min-width: 1024px) {
    .our-brands__intro {
        background-color:transparent;
        left: 0;
        padding: 5.3125rem .9375rem 0;
        position: absolute;
        text-align: left;
        top: 0;
        width: 41.81818%;
        z-index: 215;
    }
}

@media print,screen and (min-width: 768px) {
    .our-brands__brand-title {
        color: var(--pale-gray);
        opacity: 0;
        padding-right: 0.9375rem;
        -webkit-transition: opacity .25s ease .5s;
        transition: opacity .25s ease .5s;
    }

    .our-brands__slide--active .our-brands__brand-title {
        opacity: 1;
        -webkit-transition: opacity .25s ease 0s;
        transition: opacity .25s ease 0s;
    }
}

.our-brands__content {
    display: none;
    width: 100%;
}

.our-brands__content hr {
    margin: 1.25rem 0;
}

.our-brands__content hr:after {
    background: var(--medium-gray);
    border-radius: 50%;
    content: "";
    display: none;
    height: 0.5625rem;
    left: 0;
    position: absolute;
    top: -.3125rem;
    width: 0.5625rem;
}

@media print,screen and (min-width: 768px) {
    .our-brands__content hr:after {
        display:block;
    }
}

@media print,screen and (min-width: 768px) {
    .our-brands__content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 50%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
    }

    .our-brands__content p {
        color: var(--pale-gray);
        opacity: 0;
        padding-right: .9375rem;
        -webkit-transition: opacity .25s ease .5s;
        transition: opacity .25s ease .5s;
    }

    .our-brands__slide--active .our-brands__content p {
        opacity: 1;
        -webkit-transition: opacity .25s ease 0s;
        transition: opacity .25s ease 0s;
    }

    .our-brands__content a {
        color: var(--pale-gray);
        display: inline-block;
        font-weight: 600;
        opacity: 0;
        -webkit-transition: opacity .25s ease .5s;
        transition: opacity .25s ease .5s;
    }

    .our-brands__slide--active .our-brands__content a {
        opacity: 1;
        -webkit-transition: opacity .25s ease 0s;
        transition: opacity .25s ease 0s;
    }

    .our-brands__content a:focus,
    .our-brands__content a:hover {
        color: var(--pale-gray);
        text-decoration: underline;
    }
}

@media print,screen and (min-width: 1024px) {
    .our-brands__content {
        -webkit-box-flex:1;
        -ms-flex: 1 0 42.47273%;
        flex: 1 0 42.47273%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: 42.47273%;
        padding: 0;
        width: 42.47273%;
    }
}

@media print,screen and (min-width: 1024px) {
    .our-brands__content-wrap {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.our-brands__thumbnails {
    display: none
}

.our-brands__thumbnails .slick-slide:focus {
    outline: none
}

.our-brands__thumbnails .slick-slide:focus .our-brands__thumb {
    border-color: var(--pale-gray)
}

@media print,screen and (min-width: 768px) {
    .our-brands__thumbnails {
        display:block;
        padding: 1.6875rem 5rem 6.25rem .9375rem
    }
}

.our-brands__thumb {
    -ms-flex-line-pack: center;
    align-content: center;
    border: 1px solid var(--gray);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 10rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 1.875rem;
    position: relative;
    width: 10rem;
}

.our-brands__thumb:before {
    background-color: var(--pale-gray);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: transform .25s;
    width: 100%;
    z-index: 10;
}

.our-brands__thumb:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.our-brands__thumb:hover .our-brands__thumb-logo {
    opacity: 1;
}

.our-brands__thumb:hover .our-brands__thumb-white {
    opacity: 0;
}

.our-brands__thumb:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slick-current .our-brands__thumb {
    background-color: var(--pale-gray);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.our-brands__thumb-logo,.our-brands__thumb-white {
    left: 50%;
    max-width: 6rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    width: 100%;
    z-index: 20;
}

.our-brands__thumb-logo {
    opacity: 0;
}

.slick-current .our-brands__thumb-logo {
    opacity: 1
}

.our-brands__thumb-white {
    opacity: .6
}

.slick-current .our-brands__thumb-white {
    opacity: 0
}

.our-brands__slide {
    height: 21.875rem;
    padding: 0 .34375rem;
    position: relative;
    transform: scale(.9);
    transition: transform .425s ease 0ms;
    z-index: 200;
}

.md-no-js .our-brands__slide {
    display: none!important
}

.md-no-js .our-brands__slide:first-child {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.our-brands__slide.slick-current {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform .425s ease .5s;
}

@media print,screen and (min-width: 768px) {
    .our-brands__slide {
        display:-webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media print,screen and (min-width: 1024px) {
    .our-brands__slide {
        height:37.0625rem
    }
}

.our-brands__figure {
    background-color: var(--pale-gray);
    border: 1px solid var(--medium-gray);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 .9375rem;
    position: relative;
    z-index: 201
}

@media print,screen and (min-width: 768px) {
    .our-brands__figure {
        -webkit-box-flex:1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 50%
    }
}

@media print,screen and (min-width: 1024px) {
    .our-brands__figure {
        -webkit-box-flex:1;
        -ms-flex: 1 0 57.52727%;
        flex: 1 0 57.52727%;
        max-width: 57.52727%;
        width: 57.52727%
    }
}

.our-brands__logo {
    display: block;
    margin: 0 auto 1.25rem;
    max-width: 10rem;
    opacity: 0;
    position: relative;
    -webkit-transition: opacity .25s ease 0ms;
    transition: opacity .25s ease 0ms;
    width: 100%;
    z-index: 202;
}

.slick-current .our-brands__logo {
    opacity: 1;
    -webkit-transition: opacity .25s ease .5s;
    transition: opacity .25s ease .5s;
}

@media print,screen and (min-width: 1024px) {
    .our-brands__logo {
        max-width: 15rem;
    }
}

.our-brands .image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    z-index: 201;
}

.our-brands__inner-caption {
    opacity: 0;
    position: relative;
    text-align: center;
    -webkit-transition: opacity .25s ease 0ms;
    transition: opacity .25s ease 0ms;
    z-index: 205
}

.our-brands__inner-caption p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 0;
    padding-bottom: .6875rem
}

.our-brands__inner-caption .more {
    color: var(--black)
}

.our-brands__inner-caption .more:focus,.our-brands__inner-caption .more:hover {
    color: var(--pale-gray)
}

.slick-current .our-brands__inner-caption {
    opacity: 1;
    -webkit-transition: opacity .25s ease .5s;
    transition: opacity .25s ease .5s
}

@media print,screen and (min-width: 768px) {
    .our-brands__inner-caption {
        display:none
    }
}

.our-brands__arrows-wrapper {
    background-color: var(--purple);
    height: 8.4375rem;
    position: relative;
    width: 100%;
    z-index: 110
}

.md-no-js .our-brands__arrows-wrapper {
    display: none
}

@media print,screen and (min-width: 768px) {
    .our-brands__arrows-wrapper {
        -ms-flex-line-pack:center;
        align-content: center;
        background: -webkit-gradient(linear,left top,right top,from(rgba(55,36,107,0)),color-stop(45%,var(--purple)));
        background: linear-gradient(90deg,rgba(55,36,107,0) 0,var(--purple) 45%);
        bottom: 6.75rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 10.625rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        right: 0;
        width: 14.3125rem;
        z-index: 210
    }
}

@media print,screen and (min-width: 1024px) {
    .our-brands__arrows-wrapper {
        bottom:6.25rem
    }
}

.our-brands__arrows {
    height: 3.625rem;
    left: calc(50% - 1.8125rem);
    position: absolute;
    top: 1.8125rem;
    width: 3.625rem
}

.md-no-js .our-brands__arrows {
    display: none
}

@media print,screen and (min-width: 768px) {
    .our-brands__arrows {
        left:calc(75% - 1.375rem);
        top: 2.875rem
    }
}

.our-brands__next,.our-brands__prev {
    border-radius: 50%;
    color: var(--pale-gray);
    cursor: pointer;
    font-size: 1.0625rem;
    height: 1.9375rem;
    -webkit-transition: background-color .25s,color .25s;
    transition: background-color .25s,color .25s;
    width: 1.9375rem
}

.our-brands__next .brei-icon,.our-brands__prev .brei-icon {
    margin: 0 0 0 .125rem
}

.our-brands__next:not(.slick-disabled):focus,
.our-brands__next:not(.slick-disabled):hover,
.our-brands__prev:not(.slick-disabled):focus,
.our-brands__prev:not(.slick-disabled):hover {
    background-color: var(--deep-purple);
    color: var(--pale-gray);
}

.our-brands__next:not(.slick-disabled):active,
.our-brands__prev:not(.slick-disabled):active {
    background-color: var(--pale-gray);
    color: var(--purple);
}

.our-brands__next.slick-disabled,
.our-brands__prev.slick-disabled {
    color: hsla(0,0%,99.6%,.3);
    pointer-events: none;
}

.our-brands__prev {
    left: -0.75rem;
    position: absolute;
    top: -0.375rem;
}

.our-brands__prev .brei-icon {
    margin: 0 .125rem 0 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.our-brands__next {
    bottom: -0.5rem;
    position: absolute;
    right: -8px;
}

.our-brands__slash {
    color: var(--pale-gray);
    font-size: 3.625rem;
}

.tab-grid {
    background-color: var(--pale-gray);
    padding: 2.5rem 0.9375rem 0;
}

.tab-grid__wrapper {
    margin: auto;
    max-width: 85.375rem;
}

@media print,screen and (min-width: 1024px) {
    .tab-grid__grid {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tab-grid .indicator {
    background-color: var(--purple);
    border-radius: 25px;
    bottom: -1.6875rem;
    height: 0.6875rem;
    position: absolute;
    z-index: 102;
}

.tab-grid hr {
    margin: 1.25rem 0;
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 101;
}

.tab-grid__tabs {
    max-width: 85.375rem;
    position: relative;
}

.tab-grid .brei-icon {
    transition: transform .425s;
}

.tab-grid__title {
    color: var(--medium-gray);
    font-size: 3.75rem;
    line-height: 1;
    text-align: center;
    width: 33%;
}

.tab-grid__title a {
    color: var(--medium-gray);
    display: inline-block;
    margin: auto;
    max-width: 6.875rem;
    padding: 0 .875rem;
    text-align: center;
}

@media print,screen and (max-width: 767px) {
    .tab-grid__title a{
        padding: 0;
    }
}

.tab-grid__title a:focus,
.tab-grid__title a:hover {
    color: var(--medium-gray);
    text-decoration: none;
}

.tab-grid__title a:focus .brei-icon,
.tab-grid__title a:hover .brei-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tab-grid__title a:focus {
    outline: none;
}

@media print,screen and (min-width: 1024px) {
    .tab-grid__title a {
        max-width:100%;
    }
}

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-item .nav-link {
    border: 0;
    color: var(--gray);
}

.nav-tabs .nav-item .nav-link.active {
    border: 0;
    color: var(--purple);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 0;
}

.nav-tabs .nav-item .nav-link.active .text {
    color: var(--purple);
}

.tab-grid__title .text {
    color: var(--medium-gray);
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin: .5rem auto 0;
    text-align: center;
    width: max-content;
}

@media print,screen and (min-width: 1024px) {
    .tab-grid__title .text {
        font-size:1.5rem;
        line-height: 1.75rem;
    }
}

.tab-grid__title.is-active,
.tab-grid__title.is-active a {
    color: var(--purple);
}

.tab-grid__title.is-active .brei-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tab-grid__title.is-active .text {
    color: var(--purple);
}

@media print,screen and (min-width: 1024px) {
    .tab-grid__title {
        font-size: 5.625rem;
    }
}

@media print,screen and (min-width: 1024px) {
    .tab-grid__row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.tab-grid__slot {
    border-radius: 8px;
    margin-bottom: 1.25rem;
    overflow: hidden;
    position: relative;
}

@media print,screen and (min-width: 1024px) {
    .tab-grid__slot {
        margin-left:1.25rem;
        min-height: 442px;
    }

    .tab-grid__slot:first-child {
        margin-left: 0;
    }
}

@media print,screen and (min-width: 1024px) {
    .tab-grid {
        padding:9.375rem 0.9375rem 3.125rem;
    }
}

@media print,screen and (min-width: 1024px) {
    .tab-grid .slot1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33.35849% - 16px);
        flex: 1 0 calc(33.35849% - 16px);
        max-width: calc(33.35849% - 0.9375rem);
        width: calc(33.35849% - 0.9375rem);
    }

    .tab-grid .slot2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(41.58491% - 16px);
        flex: 1 0 calc(41.58491% - 16px);
        max-width: calc(41.58491% - 0.9375rem);
        width: calc(41.58491% - 0.9375rem);
    }

    .tab-grid .slot3 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(25.0566% - 16px);
        flex: 1 0 calc(25.0566% - 16px);
        max-width: calc(25.0566% - .9375rem);
        width: calc(25.0566% - .9375rem)
    }

    .tab-grid .slot4 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(59.32075% - 24px);
        flex: 1 0 calc(59.32075% - 24px);
        max-width: calc(59.32075% - 1.4375rem);
        width: calc(59.32075% - 1.4375rem);
    }

    .tab-grid .slot5 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(42.18868% - 24px);
        flex: 1 0 calc(42.18868% - 24px);
        max-width: calc(42.18868% - 1.4375rem);
        width: calc(42.18868% - 1.4375rem);
    }

    .tab-grid .slot6 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(25.0566% - 16px);
        flex: 1 0 calc(25.0566% - 16px);
        max-width: calc(25.0566% - 0.9375rem);
        width: calc(25.0566% - 0.9375rem);
    }

    .tab-grid .slot7 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(41.58491% - 16px);
        flex: 1 0 calc(41.58491% - 16px);
        max-width: calc(41.58491% - 0.9375rem);
        width: calc(41.58491% - 0.9375rem);
    }

    .tab-grid .slot8 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33.35849% - 16px);
        flex: 1 0 calc(33.35849% - 16px);
        max-width: calc(33.35849% - 0.9375rem);
        width: calc(33.35849% - 0.9375rem);
    }
}

.tabs-panel{
    display: none;
}

.user-markup {
    overflow: auto;
    padding: 2rem 0;
}

.user-markup__cta,
.user-markup__native {
    padding-top: 0;
}

.user-markup + .brands-bar {
    padding-top: 1.5625rem;
}

.user-markup p + * {
    margin-top: 2rem;
}

@media print,screen and (max-width: 767px) {
    .user-markup .align-left {
        margin: 0.375rem 0;
        width: 100%;
    }
}

@media print,screen and (min-width: 768px) {
    .user-markup .align-left {
        display: inline;
        float: left;
        margin-bottom: 1.875rem;
        margin-right: 2.9375rem;
        margin-top: 1.875rem;
    }
}

@media print,screen and (max-width: 767px) {
    .user-markup .align-right {
        margin: 0.375rem 0;
        width: 100%;
    }
}

@media print,screen and (min-width: 768px) {
    .user-markup .align-right {
        display: inline;
        float: right;
        margin-bottom: 1.875rem;
        margin-left: 2.9375rem;
        margin-top: 1.875rem;
    }
}

.user-markup .align-center {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.user-markup img {
    border-radius: 8px;
    overflow: hidden;
}

.user-markup a[href] {
    color: var(--purple);
    font-weight: 600;
    text-decoration: underline;
}

.user-markup a[href]:hover {
    text-decoration: none;
}

.user-markup a[href]:active {
    color: var(--deep-purple);
}

@media print,screen and (min-width: 1024px) {
    .user-markup__cta,
    .user-markup__native {
        padding-top: 0;
    }
}

/*EMPLOYEE ORGANIZATIONS PAGE*/
.employee-organizations h2{
    color: var(--off-black);
    font-size: 20px;
    font-weight: 900;
    line-height: 150%;
    padding-bottom: 0;
}

/*OVERRIDING STYLING FOR ACCORDION FOR LEADERSHIP*/
.accordion{
    list-style-type: none;
    padding: 0;
}
.accordion-item{
    border-left: none;
    border-right: none;
}
.accordion-item:first-of-type .accordion-button{
    border-radius: 0;
}

@media screen and (min-width: 768px) {
    .accordion-button {
        font-size: 1.5rem;
    }
}

.accordion-button:not(.collapsed){
    background-color: var(--deep-purple);
    color: var(--white);
}
.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion-button:focus{
    border:none;
    box-shadow: none;
}
.accordions .accordion-body{
    padding: 16px;
}

/* Timeline Carousel */
#timeline-carousel .carousel-inner {
    margin: 0 auto;
    width: 60%;
}
#timeline-carousel .carousel-control-prev,
#timeline-carousel .carousel-control-next {
    background-color: var(--purple);
    border-radius: 100%;
    height: fit-content;
    opacity: 1;
    padding: 0.75rem 0.75rem 0.5rem 0.75rem;
    transform: translateY(-50%);
    top: 50%;
    width: auto;
}
#timeline-carousel .cool-timeline-horizontal{
    transition:opacity 1.75s ease-in-out;
    -moz-transition:opacity 1.75s ease-in-out;
    -webkit-transition:opacity 1.75s ease-in-out;
}

/*OVERRIDING STYLING FOR CAREER*/
.featured-content{
    background-color: var(--dim-gray);
}
#careers-carousel{
    background-color: var(--purple);
}
#careers-carousel .carousel-inner .carousel-item img{
    margin:0 auto;
}
#careers-carousel .carousel-inner .carousel-item .carousel-caption{
    background: rgba(0,0,0,.5);
    border-radius: 5px;
    padding: 1.25rem 1rem;
    text-shadow: 2px 2px 5px black;
}
@media screen and (max-width:1020px){
    #careers-carousel .carousel-inner .carousel-item .carousel-caption p{
        font-size: 1rem;
    }
}
@media screen and (max-width:768px){
    #careers-carousel .carousel-indicators{
        margin-bottom: 24px;
    }
    #careers-carousel .carousel-inner .carousel-item img{
        width: 100%!important;
        margin-bottom: 16px;
    }
    #careers-carousel .carousel-inner .carousel-item .carousel-caption p{
        font-size: 1rem;
    }
    #careers-carousel .carousel-inner .carousel-item .carousel-caption{
        background: var(--purple);
        border-radius: 0;
        left: 0;
        min-height: 165px;
        position: relative;
        right: 0;
        text-shadow: none;
    }
    /*BOOTSTRAP OVERRIDE*/
    #careers-carousel .carousel-control-next,
    #careers-carousel .carousel-control-prev{
        top: -100px;
    }
    #careers-carousel .carousel-control-prev-icon,
    #careers-carousel .carousel-control-next-icon{
        background-color: var(--purple);
        border-radius: 100%;
        background-size: 50%;
        padding: 16px;
    }
}

/*OVERRIDING STYLING FOR SUPPLY CHAIN*/
#facility-carousel{
    text-align: center;
}
#facility-carousel h2.map-pager__title{
    font-size: 22px;
}
#facility-carousel h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
#facility-carousel p{
    font-size: 14px;
}
#facility-carousel .carousel-control-next,
#facility-carousel .carousel-control-prev{
    width: auto;
}
@media screen and (max-width:768px){
    #facility-carousel .carousel-control-next,
    #facility-carousel .carousel-control-prev{
        align-items: baseline;
        top: 50px;
    }
}
#facility-carousel .carousel-control-next-icon,
#facility-carousel .carousel-control-prev-icon{
    background-color: var(--dim-gray);
    background-size: 65%;
    border: 1px solid var(--gray);
    border-radius: 100px;
    padding: 16px;
}
#facility-carousel .carousel-control-next-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2337246b'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-position-x: 9px;
}
#facility-carousel .carousel-control-prev-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2337246b'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    background-position-x: 6px;
}

/*OVERRIDES FOR JVECTORMAP - NEEDS !IMPORTANT TO FULLY OVERRIDE*/
.jvectormap-zoomin,
.jvectormap-zoomout{
    background: var(--white)!important;
    color: var(--purple)!important;
    height: 16px!important;
    left: auto!important;
    top: auto!important;
    width: 16px!important;
}
.jvectormap-zoomin{
    bottom: 30px!important;
}
.jvectormap-zoomout{
    bottom: 5px!important;
}

#my-job-widget-container {
    height: 1000px;
}
@media screen and (max-width:768px){
    #my-job-widget-container {
        height: 800px;
    }
    #my-job-widget-container .search-box-wrapper:after{
        display: none!important;
    }
    #my-job-widget-container .nav-links{
        padding-bottom: 0!important;
    }
}

/* Fruitful Futures */
.partnerships {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    align-self: stretch;
    flex-wrap: wrap;
}

.partnerships .item {
    display: flex;
    min-width: 8rem;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.partnerships .item img {
    display: flex;
    width: 10rem;
    padding: 0 0.02238rem 0.03019rem 0;
    justify-content: center;
    align-items: center;
}

/* Grievances Page Form Styling */
.grunion-field-wrap{
    margin-bottom: 1rem;
}
.grunion-field-wrap label {
    display: block;
    font-weight: 700;
    float: none;
    margin-bottom: .25rem;
}
.grunion-field-wrap label span {
    color: var(--gray);
    font-weight: 300;
    margin-left: 8px;
}
.grunion-field-wrap textarea {
    padding: 8px;
    width: 100%;
}
.grunion-field-wrap input {
    padding: 8px;
    width: 50%;
}

/* BRK 24 */
#brk24 {
    background: #ffffff;
}

#brk24 .main .masthead {
    margin: 0;
}

#brk24 .intro {
    text-align: center;
}

#brk24 .intro img {
    max-width: 90%;
}

#brk24 .intro h1 {
    color: #003568;
}

#brk24 .fine-print {
    font-size: 0.75rem;
    line-height: 1.4;
    padding-top: 2em;
}

#brk24 .container {
    margin: auto;
    max-width: 73.125rem;
}

#brk24 .modular-image img {
    height: 100%;
}
  
#brk24 .image-region img,
#brk24 .modular-image img {
    object-fit: cover;
    width: 100%;
}

#brk24 .text-type-accent {
    color: #ffffff;
    font-family: 'alkaline';
    font-weight: normal;
    transform: rotate(-7deg);
}

#brk24 .text-type-heading {
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
}

#brk24 .copy-region .text-type-accent {
    font-size: 4rem;
    letter-spacing: 0;
    line-height: 1;
}

#brk24 .copy-region .text-type-heading {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.4;
}

#brk24 .copy-region hr {
    background-color: #035642;
    border: none;
    height: 6px;
    margin: 1rem auto 1.5rem auto;
    opacity: 1;
    width: 25%;
}

#brk24 .experience-modular-heroBanner {
  position: relative;
}

#brk24 .experience-component .modular-hero {
  width: 100%;
  display: grid;
  justify-content: center;
  align-content: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 2.5rem 0;
}

#brk24 .modular-image {
    height: 100%;
    left: 0;
    min-height: 250px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
    
@media print, screen and (min-width: 540px) {
    #brk24 .intro img {
        max-width: 75%;
    }

    #brk24 .experience-component.full-bleed-image .image-region {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
}
    
@media print, screen and (min-width: 768px) {
    #brk24 .copy-region .text-type-accent {
        font-size: 5rem;
    }
    
    #brk24 .copy-region .text-type-heading {
        font-size: 2rem;
    }

    #brk24 .copy-region hr {
        margin: 2rem auto;
        width: 15%;
    }
    
    #brk24 .experience-component .modular-hero {
        min-height: 320px;
    }
}
   
@media print, screen and (min-width: 1440px) {
    #brk24 .experience-component .modular-hero {
        padding: 6rem 0;
    }
    
    #brk24 .modular-image img {
        height: auto;
    }

    #brk24 .copy-region .text-type-accent {
        font-size: 8rem;
    }
    
    #brk24 .copy-region .text-type-heading {
        font-size: 2.5rem;
    }

    #brk24 .brands {
        padding: 4rem 0.9375rem;
    }
    #brk24 .container {
        padding: 0;
    }

    #brk24 .intro img {
        max-width: 60%;
    }

    #brk24 .brands__wrapper.two-column-grid {
        grid-template-columns: 1fr 1fr;
    }

    #brk24 .brands__wrapper.two-column-grid .brands__logo {
        max-height: 8rem;
        max-width: 18rem;
    }
}