.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}
.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none;
}
:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}
.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}
h2 {
    width: 72%;
    margin: 0 auto !important;
}
.icon-left:before {
    content: "\0041";
}
.icon-right:before {
    content: "\0042";
}

.icon-search:before {
    content: "\0045";
}
.icon-phone:before {
    content: "\0046";
}
.icon-map:before {
    content: "\0047";
}
.icon-play:before {
    content: "\0048";
}
.icon-mail:before {
    content: "\0049";
}
.icon-close:before {
    content: "\004a";
}
.icon-checkmark:before {
    content: "\004b";
}
.icon-rss:before {
    content: "\004c";
}
.icon-facebook:before {
    content: "\004d";
}
.icon-twitch:before {
    content: "\004e";
}
.icon-twitter:before {
    content: "\004f";
}
.icon-linkedin:before {
    content: "\0050";
}
.icon-instagram:before {
    content: "\0051";
}
.icon-youtube:before {
    content: "\0052";
}
.icon-google-plus:before {
    content: "\0053";
}
.icon-pinterest:before {
    content: "\0054";
}
.icon-vimeo:before {
    content: "\0055";
}
.icon-yelp:before {
    content: "\0056";
}
.icon-snapchat:before {
    content: "\0057";
}
.icon-slack:before {
    content: "\0058";
}
.icon-bars:before {
    content: "\0059";
}
.icon-tiktok:before {
    content: "\005a";
}
.icon-long-arrow-left:before {
    content: "\0061";
}
.icon-long-arrow-right:before {
    content: "\0062";
}
.icon-star:before {
    content: "\0063";
}
.icon-fax:before {
    content: "\0065";
}
.icon-phone2:before {
    content: "\0066";
}
.icon-mobile:before {
    content: "\0067";
}
.icon-caret-down:before {
    content: "\0068";
}
.icon-caret-left:before {
    content: "\0069";
}
.icon-caret-right:before {
    content: "\006a";
}
.icon-caret-up:before {
    content: "\006b";
}
.icon-exclamation:before {
    content: "\006c";
}
.icon-left-double:before {
    content: "\006d";
}
.icon-right-double:before {
    content: "\006e";
}
.icon-houzz:before {
    content: "\006f";
}
.icon-globe:before {
    content: "\0070";
}
.icon-long-arrow-alt-left:before {
    content: "\0071";
}
.icon-long-arrow-alt-right:before {
    content: "\0072";
}
.icon-triangle:before {
    content: "\0073";
}
.icon-download:before {
    content: "\0074";
}
.icon-external-link:before {
    content: "\0075";
}
.icon-list:before {
    content: "\0076";
}
.icon-cursor:before {
    content: "\0077";
}
.icon-facebook-outline:before {
    content: "\0078";
}
.icon-podcast:before {
    content: "\0079";
}
::-moz-selection {
    background: #04040a;
    color: #fff;
}
::selection {
    background: #04040a;
    color: #fff;
}
.color-white-base {
    color: #fff;
}
.lh0 {
    line-height: 0;
}

.lh-base {
    line-height: 2;
}
.lh-mid {
    line-height: 1.4;
}
.lh-compact {
    line-height: 1.2;
}
.ls-base {
    letter-spacing: normal;
}
.ls-wide {
    letter-spacing: 0.22em;
}

a {
    cursor: pointer;
    color: #272969;
    text-decoration: none;
}

@media (hover: hover) {
    a:focus,
    a:hover {
        color: #437f97;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 2px;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    a:focus,
    a:hover {
        color: #437f97;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 2px;
    }
}
.screen-reader-text {
    display: none !important;
}
hr {
    width: 100%;
    border: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 2px;
    background: #272969;
    display: block;
    margin: 1.563rem 0;
}
ul.list {
    line-height: 1.4;
    padding-bottom: 2px;
}
ul.list li {
    display: list-item;
    list-style-type: disc;
    margin-bottom: 1.563rem;
    margin-left: 1em;
}
ul.list li:last-child {
    margin-bottom: 0;
}
ul.list li ol,
ul.list li ul {
    padding-top: 1.563rem;
}
ul.list li li {
    list-style-type: circle;
}
main ol {
    line-height: 1.4;
    padding-bottom: 2px;
}
main ol li {
    display: list-item;
    list-style-type: decimal;
    margin-bottom: 1.563rem;
    margin-left: 1em;
}
main ol li:last-child {
    margin-bottom: 0;
}
main ol li ol,
main ol li ul {
    padding-top: 1.563rem;
}
main ol li li {
    list-style-type: decimal;
}
main ul {
    line-height: 1.4;
    display: block;
    position: relative;
    padding-bottom: 2px;
}
main ul li {
    display: block;
    position: relative;
    margin: 0 0 2rem 2px;
    padding: 0 0 0 1.55em;
    min-height: 1em;
}
main ul li:before {
    content: "";
    display: block;
    width: 0.8em;
    height: 0.8em;
    position: absolute;
    top: 0.4em;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' height='12' viewBox='0 0 12 12' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9 12h9v9h-9z' fill='%2355a5c5' transform='matrix(-1 0 -0 -1 18 24)'/%3E%3Cpath d='m12 9h9v9h-9z' fill='%23272969' transform='matrix(-1 0 -0 -1 24 18)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
main ul li:last-child {
    margin-bottom: 0;
}
.heading-lines {
    position: relative;
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.126rem;
    line-height: 1.4;
}
.heading-lines span {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.heading-lines span.head {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
}
.heading-lines span.line {
    min-width: 3.126rem;
    height: 2px;
    background-color: #272969;
}
p {
    margin-bottom: 1.563rem;
}
p:last-child {
    margin-bottom: 0;
}
.body-area > *,
.wsp-container > * {
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
}
.body-area > :first-child,
.wsp-container > :first-child {
    margin-top: 0 !important;
}
.body-area > :last-child,
.wsp-container > :last-child {
    margin-bottom: 0 !important;
}
.body-area.small-gap > *,
.wsp-container.small-gap > * {
    margin-bottom: 0.63rem;
    margin-top: 0.63rem;
}
.body-area.small-gap > :first-child,
.wsp-container.small-gap > :first-child {
    margin-top: 0 !important;
}
.body-area.small-gap > :last-child,
.wsp-container.small-gap > :last-child {
    margin-bottom: 0 !important;
}
.body-area h1:not([class*="color-"]),
.body-area h2:not([class*="color-"]),
.body-area h3:not([class*="color-"]),
.body-area h4:not([class*="color-"]),
.body-area h5:not([class*="color-"]),
.body-area h6:not([class*="color-"]),
.wsp-container h1:not([class*="color-"]),
.wsp-container h2:not([class*="color-"]),
.wsp-container h3:not([class*="color-"]),
.wsp-container h4:not([class*="color-"]),
.wsp-container h5:not([class*="color-"]),
.wsp-container h6:not([class*="color-"]) {
    color: #272969;
}
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #13132e;
    opacity: 1;
}
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #13132e;
    opacity: 1;
}
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #13132e;
    opacity: 1;
}
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
textarea::placeholder {
    color: #13132e;
    opacity: 1;
}
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #13132e;
    opacity: 1;
}
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #13132e;
    opacity: 1;
}
input:-ms-input-placeholder[type="email"],
input:-ms-input-placeholder[type="number"],
input:-ms-input-placeholder[type="password"],
input:-ms-input-placeholder[type="search"],
input:-ms-input-placeholder[type="tel"],
input:-ms-input-placeholder[type="text"],
textarea:-ms-input-placeholder {
    color: #13132e;
    opacity: 1;
}
input:-moz-placeholder[type="email"],
input:-moz-placeholder[type="number"],
input:-moz-placeholder[type="password"],
input:-moz-placeholder[type="search"],
input:-moz-placeholder[type="tel"],
input:-moz-placeholder[type="text"],
textarea:-moz-placeholder {
    color: #13132e;
    opacity: 1;
}
.two-col-sidebar ul:not(.list) {
    margin: 0;
    padding: 0;
}
.two-col-sidebar ul:not(.list) li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.two-col-sidebar ul:not(.list) li ol,
.two-col-sidebar ul:not(.list) li ul {
    margin: 0;
    padding: 0;
}
.object-contain-wrap img,
.object-cover-wrap img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
}
.body-area,
.clearfix,
.wsp-container {
    clear: both;
}
.body-area:after,
.clearfix:after,
.wsp-container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
img,
svg {
    image-rendering: -webkit-optimize-contrast;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}
.object-cover-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.object-cover-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.object-contain-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.object-contain-wrap img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.top-center img {
    -o-object-position: top center;
    object-position: top center;
}
.bottom-center img {
    -o-object-position: bottom center;
    object-position: bottom center;
}
.top-left img {
    -o-object-position: top left;
    object-position: top left;
}
.top-right img {
    -o-object-position: top right;
    object-position: top right;
}
.bottom-left img {
    -o-object-position: bottom left;
    object-position: bottom left;
}
.bottom-right img {
    -o-object-position: bottom right;
    object-position: bottom right;
}
.contain {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.bottom_right_squares:not(.hide-xs) {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bottom_right_squares:not(.hide-xs).gold {
    width: 15vw;
    max-width: 140px;
    aspect-ratio: 1/1;
}
.bottom_right_squares:not(.hide-xs).bluelines {
    width: 20vw;
    max-width: 17.5rem;
    aspect-ratio: 35/8;
}
@media (min-width: 769px) {
    .bottom_right_squares:not(.hide-xs) {
        display: block;
    }
}
#header .row{
    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: 0;
    padding: 0;
    position: relative;
    gap: 1.563rem 0;
}
#footer .row {
    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: 0;
    padding: 0;
    position: relative;
    gap: 1.563rem 0;
}
#footer .row.nested {
    margin-left: -1.563rem;
    margin-right: -1.563rem;
}
#header .row.compact {
    padding-left: 0.7815rem;
    padding-right: 0.7815rem;
}
.row.compact > .col {
    padding-left: 0.7815rem;
    padding-right: 0.7815rem;
}
.row.mb2x-row {
    gap: 3.126rem 0;
}
.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.col {
    position: relative;
    display: block;
}
.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}
.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}
.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.show-xs {
    display: block !important;
}
.hide-xs {
    display: none !important;
}

body,
html {
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    background-color: #fff;
    color: #04040a;
    letter-spacing: normal;
    line-height: 2;
    min-height: 100vh;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    scroll-behavior: smooth;
}
body.menu-open,
html.menu-open {
    width: 100vh;
    height: 100vh;
    overflow: hidden;
}
body.menu-open #container,
html.menu-open #container {
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
}
body {
    font-size: 16px;
}
html {
    font-size: 75%;
}
@media (min-width: 415px) {
    html {
        font-size: 83.33%;
    }
    body {
        font-size: 17px;
    }
}
@media (min-width: 769px) {
    html {
        font-size: 91.66%;
    }
    body {
        font-size: 17px;
    }
}
@media (min-width: 1330px) {
    html {
        font-size: 100%;
    }
    body {
        font-size: 18px;
    }
}
form label .req {
    color: #f33;
}
span.wpcf7-not-valid-tip {
    background: #f33 !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.2;
    padding: 15px;
}
div.wpcf7-response-output {
    font-size: 14px !important;
    margin: 1.563rem 0 0 0 !important;
    border: none !important;
    background: #fff !important;
    padding: 1.563rem !important;
    color: #04040a !important;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-size: 0.75em !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    line-height: 1.2;
}
.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 0.75em !important;
    font-weight: 400 !important;
    line-height: 1.2;
}
.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 1.563rem !important;
    grid-column-gap: 1.563rem !important;
}
.gform_wrapper.gravity-theme .gfield_required {
    font-size: 1em !important;
    color: #f33 !important;
}
.gform_required_legend {
    margin-bottom: 1.563rem !important;
    font-size: 0.75em !important;
    font-weight: 400 !important;
}
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
    margin: 3.126rem 0 0 0 !important;
    padding: 0 !important;
}

textarea {
    resize: vertical;
    padding: 1em !important;
    line-height: 2;
}
textarea.small {
    height: 8em !important;
}
textarea.medium {
    height: 10em !important;
}
textarea.large {
    height: 12em !important;
}

button {
    cursor: pointer;
}
div[role="search"] {
    position: relative;
    background: #d5d5d5;
    padding: 10px;
    border-radius: 10px;
}
div[role="search"]:after {
    content: "\0045";
    color: #272969;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    width: 50px;
    text-align: center;
    font-size: 25px;
    right: 10px;
    z-index: 2;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div[role="search"]:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    width: 52px;
    background: #fff;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
}
#header div[role="search"] input[type="search"] {
    width: calc(100% - 50px);
    border-radius: 10px 0 0 10px;
    border: none;
    font-size: 19px;
}
#header label {
    margin: 0;
}
div[role="search"] input[type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: 50px;
    overflow: hidden;
    opacity: 0;
    padding: 0;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
}
.top-0 {
    top: 0;
}
.bottom-0 {
    bottom: 0;
}
.left-0 {
    left: 0;
}
.right-0 {
    right: 0;
}
.overflow-hidden {
    overflow: hidden;
}
.no-touch {
    pointer-events: none;
}
.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.h-100 {
    height: 100%;
}
.border-radius {
    border-radius: 0.25rem;
}
.transition {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.lazyloaded.transition {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.scale {
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media (hover: hover) {
    .scale:focus,
    .scale:hover {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .scale:focus,
    .scale:hover {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}
#container {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#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;
    min-height: 100vh;
    height: 100%;
}
body.logged-in #wrapper {
    min-height: calc(100vh - 48px);
}
@media (min-width: 783px) {
    body.logged-in #wrapper {
        min-height: calc(100vh - 32px);
    }
}
.mt {
    margin-top: 1.563rem;
}
.mb {
    margin-bottom: 1.563rem;
}
.ml {
    margin-left: 1.563rem;
}
.mr {
    margin-right: 1.563rem;
}

.mb4 {
    margin-bottom: 0.39075rem;
}
.mt2 {
    margin-top: 0.7815rem;
}
.mt4 {
    margin-top: 0.39075rem;
}
#footer .mt2x {
    margin-top: 3.126rem;
}
.mb2x {
    margin-bottom: 3.126rem;
}
.mt-auto {
    margin-top: auto;
}
.mb-auto {
    margin-bottom: auto;
}
.ml-auto {
    margin-left: auto;
}
.mr-auto {
    margin-right: auto;
}
.m-auto {
    margin: auto;
}
.mt0 {
    margin-top: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mt-row {
    margin-top: 6.25rem;
}
.mb-row {
    margin-bottom: 6.25rem;
}
.flex-margin {
    margin-top: 3.126rem;
    margin-bottom: 3.126rem;
}
@media(min-width:1024px){
.body-container #content #footer ul li a{
    font-size: 16px !important;
    padding: 0  !important;
    font-weight:300 !important;
}
}
#content {
     padding-bottom: 0px !important; 
}
.container-fluid{
    margin-top: 40px;
    margin-bottom:30px;
}
caption.lead {
    font-size: 16px !important;
}
.file-drop-zone-title {
    font-size: 16px !important;
}
.alert-info {
    color: #000 !important;
    background-color: #fff !important;
    border: none;
}
div#sidebar {
    display:none;
}
a.btn.btn-primary.btn-lg {
    font-size: 14px;
}