.heading-with-border {
    text-transform: uppercase;
    color: white;
    font-size: 28px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 40px;
    line-height: 135%;
}

.heading-with-border:before {
    content: "";
    width: 95px;
    height: 8px;
    background: #D1B555;
    display: block;
    margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
    .heading-with-border {
        font-size: 24px;
    }
}

@media screen and (max-width: 479px) {
    .heading-with-border {
        font-size: 20px;
    }

    .heading-with-border:before {
        margin-bottom: 20px;
        height: 6px;
    }
}

@font-face {
    font-family: "GothMedium";
    src: url("../fonts/GothamMedium.ttf") format("truetype"), url("../fonts/GothamMedium.woff") format("woff"), url("../fonts/GothamMedium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GothBook";
    src: url("../fonts/GothamBook.ttf") format("truetype"), url("../fonts/GothamBook.woff") format("woff"), url("../fonts/GothamBook.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GothBold";
    src: url("../fonts/GothBold.ttf") format("truetype"), url("../fonts/GothBold.woff") format("woff"), url("../fonts/GothBold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

.hide {
    display: none !important;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

table.fee_table {
    width: 100%;
    margin-bottom: 20px;
}

table.fee_table th {
    font-weight: normal;
    padding: 10px 0;
    text-align: left;
}

table.fee_table thead th {
    text-align: center;
}

table.fee_table td {
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
}

@media screen and (max-width: 480px) {
    table.fee_table {
        font-size: 14px;
    }

    table.fee_table td {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    table.fee_table {
        font-size: 12px;
    }
}

table.team_table h4 {
    margin-top: 5px;
}

table.team_table hr {
    margin: 20px 0;
}

@media screen and (max-width: 782px) {
    table.team_table td {
        display: block;
    }

    table.team_table img {
        max-width: 400px;
        width: 100%;
        margin: auto;
    }
}

fieldset,
img {
    border: 0;
}

cite,
code,
em,
th {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}

body {
    font-family: Helvetica, sans-serif;
    font-size: 17px;
    color: #414243;
    background: #F5F3EE;
}

@media screen and (max-width: 480px) {
    body {
        font-size: 16px;
    }
}

select,
input,
textarea {
    font: 99% Helvetica, sans-serif;
}

p {
    line-height: 25px;
    margin: 20px 0;
}

.inline {
    display: inline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.none {
    float: none;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.nomargin {
    margin: 0;
}

.small {
    font-size: 10px;
}

.hide {
    display: none;
}

.relative {
    position: relative;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* {
    margin: 0;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

em {
    color: #777;
    font-style: italic;
}

sup {
    font-size: 8px;
}

a {
    outline: none;
    color: #536778;
    text-decoration: underline;
}

area {
    outline: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: none;
}

hr {
    border: 0;
    border-bottom: 1px dotted #E8E5DD;
    height: 0px;
    margin: 30px 0;
}

h1 {
    font-size: 46px;
    margin: 0 0 10px 0;
    font-family: 'GothBook';
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 42px;
    }
}

@media screen and (max-width: 782px) {
    h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 32px;
    }
}

h2 {
    margin: 20px 0;
    font-family: 'GothBook';
    font-size: 38px;
    text-align: center;
    font-weight: normal;
    line-height: 45px;
}

@media screen and (max-width: 1024px) {
    h2 {
        font-size: 35px;
    }
}

@media screen and (max-width: 782px) {
    h2 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media screen and (max-width: 480px) {
    h2 {
        font-size: 28px;
        line-height: 40px;
    }
}

h3 {
    font-family: 'Raleway', sans-serif;
    margin: 25px 0;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (max-width: 782px) {
    h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    margin: 20px 0;
    text-transform: uppercase;
}

h4 a {
    color: inherit;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

h4 a:hover {
    text-decoration: none;
    color: #D1B555;
}

h5 {
    font-size: 16px;
    padding: 0;
    font-weight: 500;
}

h6 {
    font-size: 11px;
    color: #333333;
    padding: 0;
}

blockquote {
    color: #803e24;
    font-size: 21px;
}

blockquote p {
    font-size: 21px;
    line-height: 32px;
}

.hidden {
    display: none;
}

.clearfloat {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

section {
    padding-bottom: 100px;
    overflow: hidden;
}

section.bg-white {
    background: white;
}

section.bg-black {
    background: #414243;
    color: white;
}

@media screen and (max-width: 782px) {
    section {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 480px) {
    section {
        padding-bottom: 60px;
    }
}

.section__heading {
    padding: 100px 0 30px;
}

.section__heading:before {
    content: "";
    display: block;
    width: 76px;
    height: 8px;
    background: #D1B555;
    margin: 10px auto;
}

@media screen and (max-width: 782px) {
    .section__heading {
        padding: 80px 0 20px;
    }

    .section__heading:before {
        height: 6px;
    }
}

@media screen and (max-width: 480px) {
    .section__heading {
        padding: 60px 0 10px;
    }

    .section__heading:before {
        height: 4px;
    }
}

hr {
    color: #dfdfdf;
    background: #dfdfdf;
    height: 1px;
    position: relative;
    clear: both;
}

.body-wrapper {
    max-width: 1716px;
    margin: auto;
    padding: 0 35px;
}

.body-wrapper.alt {
    max-width: 933px;
}

@media screen and (max-width: 782px) {
    .body-wrapper {
        padding: 0 20px;
    }
}

.btn-default {
    display: inline-block;
    color: #414243;
    background: #D1B555;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 20px;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 5px;
}

.btn-default i {
    font-size: 15px;
}

@media screen and (max-width: 480px) {
    .btn-default {
        font-size: 16px;
        font-weight: 600;
        padding: 12px 20px;
        letter-spacing: 0;
        display: -moz-flex;
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-align-items: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 230px;
    }
}

.btn-default:hover {
    text-decoration: none;
    background: #536778;
    color: #D1B555;
}

.btn-alt {
    display: inline-block;
    border: 3px solid #536778;
    color: #536778;
    background: none;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 20px;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 5px;
}

.btn-alt i {
    font-size: 15px;
}

@media screen and (max-width: 480px) {
    .btn-alt {
        font-size: 16px;
        font-weight: 600;
        padding: 10px 20px;
        border-width: 2px;
    }
}

.btn-alt:hover {
    text-decoration: none;
    background: #536778;
    color: #D1B555;
}

.link-more {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #536778;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    text-decoration: none;
}

.link-more:hover {
    color: #D1B555;
}

.two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 10px;
    margin: 20px 0;
}

@media screen and (max-width: 782px) {
    .two-col {
        grid-template-columns: repeat(1, 1fr);
    }
}

ul.list {
    list-style: initial;
    margin-left: 20px;
}

ul.list li {
    margin: 5px;
}

@media screen and (min-width: 783px) {
    .mobile-only {
        display: none !important;
    }
}

@media screen and (max-width: 782px) {
    .desktop-only {
        display: none !important;
    }
}

.header {
    font-weight: 600;
    text-transform: uppercase;
    /**
	Mobile Menus These are just styling elements,
	the positioning is done by styles in /vendor/relentless **/
}

header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #F5F3EE;
}

header.header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E2E0DC;
}

@media screen and (min-width: 1025px) {
    body.admin-bar header.header {
        top: 32px;
    }
}

.header a {
    color: #536778;
    text-decoration: none;
}

.header__logo {
    width: 299px;
}

.header__top {
    border-bottom: 1px solid #E2E0DC;
    padding: 10px 0;
}

body.pinned .header__top {
    display: none;
}

.header__top__left {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

.header__top a {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.header__top a:hover {
    color: black;
}

.header__main {
    padding-top: 10px;
}

.header__top,
.header__main {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__social {
    margin: 0;
    display: block;
}

.header__social li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 0 0 15px;
}

.header__menu {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    margin-bottom: 2px;
    text-align: right;
}

.header__menu li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.header__menu li a {
    display: block;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    padding-bottom: 5px;
}

.header__menu li:hover>ul.sub-menu {
    visibility: visible;
}

.header__menu li.current-menu-item a,
.header__menu li.current-menu-parent>a,
.header__menu li:hover>a,
.header__menu li a:hover {
    border-bottom: 3px solid #D1B555;
}

.header__menu ul.sub-menu {
    position: absolute;
    visibility: hidden;
    padding: 0;
    list-style: none;
    background: #D1B555;
    z-index: 99;
    text-align: left;
    margin-left: -10px;
    margin-top: -3px;
    min-width: 160px;
    width: calc(100% + 20px);
    -webkit-box-shadow: 1px 1px 1px #E2E0DC;
    box-shadow: 1px 1px 1px #E2E0DC;
}

.header__menu ul.sub-menu li {
    margin: 0px;
    display: block;
}

.header__menu ul.sub-menu li:not(:last-child) {
    border-bottom: 1px solid white;
}

.header__menu ul.sub-menu li a {
    padding: 8px 10px;
    border-bottom: none;
    color: white;
    font-weight: 500;
    font-size: 12px;
}

.header__menu ul.sub-menu li a:hover {
    background: #536778;
}

.header__menu li.menu-contact ul.sub-menu {
    min-width: auto;
}

.header .menu-toggle {
    padding: 8px;
    width: 30px;
    position: absolute;
    top: 55px;
    right: 27px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: 0.2s top;
    transition: 0.2s top;
}

@media screen and (max-width: 1024px) {
    body.pinned .header .menu-toggle {
        top: 14px;
    }
}

@media screen and (max-width: 782px) {
    .header .menu-toggle {
        right: 12px;
    }
}

@media screen and (max-width: 480px) {
    .header .menu-toggle {
        top: 58px;
    }

    body.pinned .header .menu-toggle {
        top: 17px;
    }
}

.header .menu-toggle i,
.header .menu-toggle:before,
.header .menu-toggle:after {
    background: #536778;
    display: block;
    border-radius: 4px;
    width: 100%;
    height: 4px;
    content: "";
    margin: 5px 0;
}

.header .menu-toggle,
.header [data-menu-close-button] {
    display: none;
}

@media screen and (max-width: 1400px) {
    .header__logo {
        width: 250px;
    }

    .header__menu {
        font-size: 14px;
    }

    .header__menu li {
        margin-left: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .header__logo {
        width: 225px;
    }

    .header__menu {
        font-size: 12px;
    }

    .header__menu li {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1024px) {
    body.admin-bar {
        margin-top: -32px;
    }

    .header .menu-toggle {
        display: block;
    }

    .header__menu {
        clear: both;
        padding-top: 20px;
    }

    .header__menu li {
        padding: 5px 20px 5px 30px;
    }

    .header__menu li a {
        color: #536778 !important;
        padding: 10px 0 !important;
        text-align: left;
    }

    .header__menu li a br {
        display: none;
    }

    .header__menu li.current-menu-item a,
    .header__menu li.current_page_parent a,
    .header__menu li a:hover {
        color: #536778 !important;
        border-bottom: 3px solid #D1B555;
    }

    .header__menu ul.sub-menu {
        margin-right: -10px;
        background-color: #F5F3EE;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header__menu ul.sub-menu li a:hover {
        background: none;
    }

    [data-mobile-menu] .wp-menu-wrapper {
        background: rgba(255, 255, 255, 0);
        -webkit-transition: background 0.3s ease-out;
        transition: background 0.3s ease-out;
        right: 0;
        z-index: 1001 !important;
    }

    .open[data-mobile-menu] .wp-menu-wrapper [data-menu-close-button] {
        display: -moz-flex;
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    [data-mobile-menu] .wp-menu {
        -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25) !important;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25) !important;
        background: #F8F8F8;
        min-width: unset !important;
        width: 88%;
        top: 0;
    }

    [data-mobile-menu] .wp-menu:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 82px;
        background: white;
    }

    [data-mobile-menu] .wp-menu a {
        padding: 10px;
        color: inherit;
    }

    [data-mobile-menu] .wp-menu-area .sub-menu li {
        padding: 5px 10px;
    }

    [data-mobile-menu] [data-sub-menu-toggle]::before {
        font-family: 'FontAwesome';
        color: #536778;
    }

    [data-mobile-menu] .menu-item-has-children>[data-sub-menu-toggle]::before {
        content: "\f067" !important;
    }

    [data-mobile-menu] .wp-menu-area li.open>[data-sub-menu-toggle]::before {
        content: "\f068" !important;
    }

    [data-mobile-menu] [data-menu-close-button] {
        position: relative;
        float: right !important;
        width: 82px;
        height: 82px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 35px !important;
        color: black;
    }

    [data-mobile-menu] [data-menu-close-button]:before {
        font-family: 'FontAwesome' !important;
        display: inline-block;
        content: attr(data-icon);
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
        content: "\f00d" !important;
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        margin-top: -46px;
    }
}

@media screen and (max-width: 600px) {
    .header__top__left {
        font-size: 11px;
    }

    .header__social li {
        margin-left: 10px;
    }
}

@media screen and (max-width: 480px) {
    .header__top__left {
        font-size: 10px;
    }

    .header__top__left a {
        display: block;
    }

    .header__top__left span {
        display: none;
    }

    .header__social li {
        margin-left: 5px;
    }
}

@media screen and (max-width: 350px) {
    .header__logo {
        width: 220px;
    }
}

.footer a {
    color: inherit;
    text-decoration: none;
}

.footer a:hover {
    color: #536778;
}

body.home .footer__inner {
    border-top: 3px solid #E2E0DC;
}

.footer__logo {
    margin: 35px 0 15px;
    display: inline-block;
    max-width: 299px;
}

.footer__main {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__menu {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 30px;
}

.footer__menu>li {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-right: 3em;
}

.footer__menu>li ul {
    font-weight: 500;
    font-size: 13px;
    text-transform: none;
    margin-top: 10px;
}

.footer__menu>li ul li {
    margin: 5px 0;
}

.footer__logos {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__logos>*:not(:first-child) {
    margin-left: 3em;
}

.footer__social {
    margin: 20px 0;
    display: block;
}

.footer__social li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 25px 0 0;
}

.footer__copyright {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.footer hr {
    margin: 20px 0;
}

@media screen and (max-width: 1500px) {
    .footer__menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    }

    .footer__menu>li {
        margin-right: 2em;
    }

    .footer__logos>*:not(:first-child) {
        margin-left: 1.5em;
    }
}

@media screen and (max-width: 1200px) {
    .footer__main {
        -moz-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer__menu>Li:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 782px) {
    .footer__menu {
        display: initial;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .footer__menu>li {
        margin-bottom: 20px;
        margin-right: 0;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }
}

@media screen and (max-width: 480px) {
    .footer__menu {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

/** Banner **/
.banner {
    position: relative;
    padding-bottom: 0;
}

.banner__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    color: #536778;
}

.banner__content {
    padding: 6em 4.5em;
}

@media screen and (max-width: 1024px) {
    .banner__content {
        padding: 4em 0;
    }
}

@media screen and (max-width: 480px) {
    .banner__content {
        padding: 2.5em 0;
    }
}

.banner__content.color-white {
    color: white;
}

.banner__content.color-white .btn-alt {
    border-color: white;
    color: white;
}

.banner__content.color-white .btn-alt:hover {
    background: white;
    color: #536778;
}

.banner__content .btn-alt {
    margin-top: 20px;
}

.banner__content h1 {
    margin-bottom: 15px;
}

.banner__content p {
    font-size: 18px;
}

@media screen and (max-width: 1024px) {
    .banner__content p {
        font-size: 17px;
    }
}

@media screen and (max-width: 479px) {
    .banner__content p {
        font-size: 15px;
    }
}

.banner__image {
    min-height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

body.page-template-page_events-php .banner__image {
    -o-object-position: 70%;
    object-position: 70%;
}

#sublinks {
    background: #536778;
    padding-bottom: 0;
    z-index: 100;
    width: 100%;
}

@media screen and (min-width: 1201px) {
    body.admin-bar #sublinks.isStuck {
        top: 127px !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
    body.admin-bar #sublinks.isStuck {
        top: 113px !important;
    }
}

#sublinks ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

#sublinks ul li {
    margin-right: 55px;
}

#sublinks ul li a {
    color: white;
    border-bottom: 4px solid transparent;
    padding: 18px 0 13px;
    display: block;
    text-align: center;
    text-decoration: none;
}

#sublinks ul li.current-hash-item a,
#sublinks ul li a:hover {
    border-bottom-color: #D1B555;
}

@media screen and (max-width: 1024px) {
    #sublinks ul li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 782px) {
    #sublinks ul {
        font-size: 12px;
    }
}

@media screen and (max-width: 720px) {
    #sublinks ul {
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -20px;
        margin-right: -20px;
        padding-top: 5px;
    }

    #sublinks ul li {
        margin: 0 10px;
    }

    #sublinks ul li a {
        border-bottom-width: 3px;
        padding: 5px 0;
    }
}

.image-content-row {
    margin: 100px 0;
}

@media screen and (max-width: 782px) {
    .image-content-row {
        margin: 80px 0;
    }
}

@media screen and (max-width: 480px) {
    .image-content-row {
        margin: 60px 0;
    }
}

.image-content-row .body-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .image-content-row .body-wrapper {
        grid-gap: 40px;
    }
}

@media screen and (max-width: 782px) {
    .image-content-row .body-wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }
}

.image-content-row .image-col {
    height: 100%;
}

.image-content-row .image-col img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 783px) {
    .image-content-row.image-right .image-col {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 1200px) and (min-width: 783px) {
    .image-content-row .two-col {
        grid-template-columns: repeat(1, 1fr);
    }
}

.footer-ctas {
    overflow: hidden;
    padding: 0 0 100px;
    background: #414243;
}

.footer-ctas h2 {
    color: white;
}

.footer-ctas .ctas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px;
    grid-auto-rows: minmax(100px, auto);
}

@media screen and (max-width: 1200px) and (min-width: 1025px),
(max-width: 782px) {
    .footer-ctas .ctas {
        grid-gap: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .footer-ctas .ctas {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 520px) {
    .footer-ctas .ctas {
        grid-template-columns: repeat(1, 1fr);
        max-width: 360px;
        margin: auto;
    }
}

.footer-ctas .cta {
    position: relative;
    text-decoration: none;
    color: white;
    display: block;
}

.footer-ctas .cta__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(65, 66, 67, 0.5);
    -webkit-transition: 0.3s background;
    transition: 0.3s background;
}

.footer-ctas .cta__content__inner {
    padding: 0.5em 2em;
}

@media screen and (max-width: 1400px) {
    .footer-ctas .cta__content__inner {
        padding: 0.2em 1.5em;
    }
}

.footer-ctas .cta:hover .cta__content {
    background: rgba(65, 66, 67, 0.75);
}

.footer-ctas .cta__image {
    width: 100%;
}

.footer-ctas .cta h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media screen and (max-width: 1500px) and (min-width: 1401px),
(max-width: 782px) and (min-width: 601px) {
    .footer-ctas .cta h3 {
        font-size: 26px;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1201px),
(max-width: 600px) and (min-width: 521px) {
    .footer-ctas .cta h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
    .footer-ctas .cta h3 {
        font-size: 20px;
    }
}

.footer-ctas .cta p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

@media screen and (max-width: 1400px) and (min-width: 1201px),
(max-width: 600px) and (min-width: 521px) {
    .footer-ctas .cta p {
        font-size: 17px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
    .footer-ctas .cta p {
        font-size: 16px;
    }
}

.footer-ctas hr {
    margin: 100px 0;
}

.grecaptcha-badge {
    display: none;
}