﻿@import url(./variables.css);
@import url(./typography.css);
@import url(./header-footer-nav-search.css);
@import url(./obit-and-guestbook.css);
@import url(./custom-blocks.css);
@import url(./overrides.css);

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline;
    zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

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

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browsehappy {
    background: #ccc;
    color: #000;
    margin: .2em 0;
    padding: .2em 0
}

::-moz-selection,
::selection {
    background: #b3d4fc;
    text-shadow: none
}

#site,
#site * {
    box-sizing: border-box
}

#site {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    position: relative
}

@media only screen and (min-width: 65.5rem) {
    #site {
        overflow: hidden
    }
}

.show-hide {
    cursor: pointer;
    display: block;
    transition: all .3s;
    margin-bottom: 1em;
    color: var(--c-primary)
}

.show-hide::after {
    content: " + ";
    display: inline-block;
    border: 1px solid var(--c-primary);
    text-align: center;
    width: 24px;
    margin-left: .5em
}

.show-hide:hover {
    color: var(--c-highlight)
}

.show-hide:hover::after {
    border-color: var(--c-highlight)
}

.show-hide.open::after {
    content: " - "
}

@media only screen and (min-width: 62rem) {
    .offset-left {
        position: relative;
        left: -1em
    }

    .offset-right {
        position: relative;
        right: -1em
    }

    .two-css-columns {
        column-count: 2
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}

body.coverlayed {
    overflow: hidden
}

html {
    scroll-behavior: smooth
}

.content {
    width: 100%;
    max-width: 76rem;
    padding: 0 2em;
    margin: auto;
    position: relative
}

@media only screen and (min-width: 56rem) {
    .content.content-2-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 100px;
    }
    
    .content-2-col .col {
        position: relative;
        max-width: 100%;
    }
}

.guts {
    padding: 0;
    margin: auto
}

.guts>.content .content {
    padding: 0
}

body.home .guts {
    padding: 0
}

@media only screen and (min-width: 48rem) {
    .guts {
        transition: background-position 1.5s cubic-bezier(0, 0, 0, 1)
    }
}

@media only screen and (min-width: 1360px) {
    .guts {
        background-size: 60px 100px
    }
}

img {
    max-width: 100%;
    height: auto;
    transition: all .2s linear
}

.img-right,
.img-left,
.wp-block-image .alignright,
.wp-block-image .alignleft {
    display: block;
    margin: 0 0 1em;
    float: none
}

.aligncenter {
    display: block;
    margin: 0 auto 1em;
    text-align: center
}

img.size-large {
    display: block;
    margin: 2em auto;
    box-shadow: .5em .5em 0 var(--c-primary)
}

figure img.size-large {
    margin: 2em auto 1em
}

.wp-caption {
    position: relative
}

.wp-caption-text {
    margin-bottom: 2em;
    padding: 0 .5rem
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-block-embed__wrapper::before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-block-columns {
    margin-bottom: 0
}

.img-full-wide {
    position: relative;
}

.img-full-wide img {
    width: 100%;
}

.alignwide {
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 0 2rem
}

@media only screen and (min-width: 62rem) {
    .alignwide {
        margin-left: -4rem;
        margin-right: -4rem;
        max-width: 100vw;
        padding: 0 4rem
    }
}

.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw
}

.alignfull>img {
    width: 100vw
}

@media only screen and (min-width: 80rem) {
    .interior-header-image {
        padding: 240px 0 0
    }
}

.wp-block-embed__wrapper {
    max-width: 800px;
    margin: auto
}

.wp-block-embed {
    padding: 2rem 2rem;
    background: #f2f0f0;
    margin-bottom: 4rem
}

@media only screen and (min-width: 48rem) {
    .interior-header-image {
        padding: 230px 0 0
    }
}

@media only screen and (min-width: 48rem) {

    .img-right,
    .wp-block-image .alignright {
        float: right;
        margin: 0 0 2em 2em
    }

    .img-left,
    .wp-block-image .alignleft {
        float: left;
        margin: 0 2em 2em 0
    }
}

@media only screen and (min-width: 80rem) {
    .interior-header-image {
        padding: 240px 0 0
    }
}

.nicespacer {
    padding-top: 2rem
}

.nicespacer.small {
    padding-top: 1rem
}

.nicespacer.medium {
    padding-top: 2rem
}

.nicespacer.large {
    padding-top: 4rem
}

@media only screen and (min-width: 28rem) {
    .nicespacer {
        padding-top: 4rem
    }

    .nicespacer.small {
        padding-top: 2rem
    }

    .nicespacer.medium {
        padding-top: 4rem
    }

    .nicespacer.large {
        padding-top: 8rem
    }
}

.video-holder {
    width: 100%;
    height: 0;
    position: relative;
    padding: 56.25% 0 0
}

.video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.schema-faq .schema-faq-section {
    margin-bottom: 1em
}

.schema-faq .schema-faq-question {
    font-family: "Playfair Display", sans-serif;
    font-weight: normal;
    color: var(--c-primary);
    cursor: pointer;
    font-size: 1.25em
}

.schema-faq .schema-faq-question::before {
    content: "+";
    display: inline-block;
    font-weight: bold;
    width: 1.125em;
    line-height: 1.5;
    text-align: center;
    background: #f2f0f0;
    margin-right: .5em
}

.schema-faq .schema-faq-question.open::before {
    content: "-"
}

.schema-faq .schema-faq-question:hover {
    color: var(--c-highlight)
}

.schema-faq .schema-faq-answer {
    font-size: 1.125em;
    padding: 1rem 1rem 1rem 2.5rem
}


@media only screen {
    .print-only {
        display: none
    }
}

@media only screen {
    .print-only {
        display: none
    }
}

@media only print {
    .print-only {
        display: block
    }
}

body,
html {
    background: #656565;
    min-height: 100%
}

@media only screen and (min-width: 65.5rem) {

    body,
    html {
        background: #fff
    }
}

#site {
    position: relative;
    background: #fff;
    min-height: 100%
}

@media only screen and (min-width: 65.5rem) {
    #site {
        position: relative !important;
        left: auto !important
    }
}

.home-hero {
    overflow: hidden;
    color: #fff;
    position: relative;
    padding: 8rem 2rem;
    text-align: center
}

.home-hero .content {
    z-index: 3;
    max-width: 72rem
}

.home-hero::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding: 3% 0 0;
    background: url(../img/bg-herobottom.svg) no-repeat center bottom/cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3
}

.home-hero .hero-mask {
    background: linear-gradient(to bottom, var(--c-secondary) 0%, rgba(100, 109, 157, 0.65) 100%);
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .9
}

.home-hero a {
    color: #fff
}

.home-hero .intro {
    margin: 0 0 2rem
}

.home-hero .intro p {
    display: block;
    max-width: 40rem;
    margin: 0 auto 1em;
    font-size: 1.125em
}

@media only screen and (min-width: 65.5rem) {
    .home-hero {
        padding: 10rem 2rem 8rem
    }
}

.hero-video {
    width: 177.77777%;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    background: #231f20 url(../img/hero-poster.jpg) no-repeat center center/cover;
    overflow: hidden;
    padding: 0;
    transform: translate(-50%, -50%)
}

.hero-video iframe,
.hero-video video {
    display: none
}

@media only screen and (min-width: 62rem) {

    .hero-video iframe,
    .hero-video video {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }
}

a.obit-btn {
    display: inline-block;
    width: 100%;
    max-width: 30rem;
    padding: .5em 2em;
    background: rgba(255, 255, 255, .8);
    color: var(--c-primary);
    border-radius: .5rem;
    font-weight: bold
}

a.obit-btn:hover {
    color: var(--c-highlight);
    background: #fff
}

.hero-ctas {
    width: 100%;
    max-width: 62rem;
    margin: auto
}

.hero-ctas a {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    margin: .25rem;
    padding: 1rem 2rem;
    border: 3px solid #fff;
    color: var(--c-body);
    background: rgba(230, 237, 251, .6)
}

.hero-ctas a h2 {
    font-size: 1.375em;
    margin-top: 0
}

.hero-ctas a:hover,
.hero-ctas a:focus {
    background: rgba(230, 237, 251, .3)
}

.hero-down-arrow {
    content: "";
    display: block;
    position: relative;
    margin: 2rem auto;
    width: 60px;
    height: 24px;
    background: url(../img/down-arrow.svg) no-repeat center center/contain;
    opacity: 1;
    top: 4rem
}

.dfh-group {
    /* background: #fff url(../img/bg-bricks-fade.jpg) no-repeat center top/cover; */
    padding: 3rem 0;
    overflow: hidden
}

.dfh-group .content {
    max-width: 76rem
}

.dfh-group h2 {
    font-style: italic;
    margin-bottom: 0;
    line-height: 1.3;
}

.dfh-group h3 {
    margin-top: 0;
    line-height: 1.3;
}

.dfh-group strong {
    font-weight: 700;
}

.dfh-group .img-holder {
    text-align: center
}

@media only screen and (min-width: 56rem) {
    .dfh-group {
        padding: 3rem 0;
    }

    .dfh-group .content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 100px;
    }

    .dfh-group h1 {
        font-size: 6.5vw;
        margin: 0;
        position: relative;
        left: 0vw;
        margin: 0 0 .5em;
        text-align: left
    }

    .dfh-group .img-holder {
        padding-top: 1rem;
        position: relative;
        top: 1px;
        text-align: left
    }

    /* .dfh-group .img-holder img {
        filter: drop-shadow(-3px 4px 4px rgba(0, 0, 0, 0.25))
    } */
}

@media only screen and (min-width: 76rem) {
    .dfh-group h1 {
        font-size: 5rem;
        left: 0rem
    }
}

.home-obits {
    background: var(--c-primary);
    padding: 2rem 0
}

.home-obits .content {
    max-width: 76rem;
    text-align: center
}

.home-obits .recent-obits {
    position: relative;
    max-width: 672px;
}

.home-obits .obit-ctas a.boxlink.inv:hover {
    color: var(--c-fourth);
    border-color: var(--c-fourth);
}

.home-obits .obit-listing-holder {
    background: #fff;
    margin: 0 0 2rem
}

.home-obits .obit-listing-holder h2 {
    color: var(--c-body);
    background: var(--c-fourth);
    margin: 0;
    padding: .5rem 1rem;
    font-size: 2rem;
    text-align: left
}

.home-obits .obit-listing-holder .listings-carousel {
    width: 100%;
    padding: 1rem;
    text-align: left
}

.home-obits .obit-listing-holder .listings-carousel a {
    font-weight: 400
}

.home-obits .obit-listing-holder .listings-carousel table {
    width: 100%
}

.home-obits .obit-listing-holder .listings-carousel td,
.home-obits .obit-listing-holder .listings-carousel th {
    padding: .125em
}

.home-obits .obit-listing-holder .listings-carousel td:nth-child(2),
.home-obits .obit-listing-holder .listings-carousel th:nth-child(2) {
    width: 100px
}

.home-obits .obit-listing-holder .listings-carousel td:nth-child(3),
.home-obits .obit-listing-holder .listings-carousel th:nth-child(3) {
    width: 100px
}

.home-obits .obit-listing-holder .slick-dotted.slick-slider {
    margin: 0
}

.home-obits .slick-dots {
    padding: 1rem 1rem 0
}

.home-obits .slick-dots li button {
    background: var(--c-highlight);
}

@media only screen and (min-width: 56rem) {
    .home-obits {
        padding: 4rem 0
    }

    .home-obits .obit-listing-holder {
        margin: 0
    }

    .home-obits .content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 100px;
    }
}

.fun-table {
    border-collapse: collapse;
    margin: 1rem auto;
    border: 1px solid #727272
}

.fun-table td {
    border: 1px solid #727272;
    text-align: left;
    padding: .3em .6em;
    vertical-align: top
}

.fun-table tr:first-child td {
    font-weight: 900;
    background: var(--c-primary);
    color: #fff
}

.single-location-image {
    float: right;
    max-width: 44%;
    border-bottom: 2px solid #000;
    position: relative;
    margin-left: 3rem
}

.single-location-image::before {
    content: "";
    background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 3
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

.nice-table {
    border-collapse: collapse;
    margin: 0 auto 1em;
    border: 1px solid #727272
}

.nice-table th,
.nice-table td {
    border: 1px solid #727272;
    text-align: left;
    padding: .3em .6em;
    vertical-align: top
}

.nice-table tr:nth-child(even) td {
    background: rgba(0, 0, 0, .05)
}

.nice-table th {
    color: var(--c-primary);
}

.table-wrap {
    width: 100%;
    overflow: auto
}

.table-wrap table {
    min-width: 500px
}

form {
    margin: 0 0 1em
}

fieldset {
    padding: 1em;
    margin: 0 0 1em
}

form ul {
    padding: 0;
    margin: 0 0 1em;
    background: none;
    list-style: none
}

form ul li {
    padding: 0;
    margin: 0 0 .5em;
    background: none;
    list-style: none
}

fieldset ul li:before {
    content: ""
}

legend {
    color: #e6e6e6
}

fieldset legend {
	color: var(--c-body);
}

input[type=submit] {
    border: none;
    background: var(--c-primary);
    color: #fff;
    padding: 1rem 1.5rem;
    transition: all .3s;
    text-transform: uppercase;
    border-radius: 1rem
}

input[type=submit]:hover {
    background: var(--c-highlight);
}

label {
    display: block
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea,
select {
    width: 100%;
    max-width: 500px;
    padding: .5em;
    border: none;
    border-radius: 4px;
    background: #f2f0f0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

textarea.wp-editor-area {
    max-width: none
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 4px var(--c-primary)
}

label.required:after {
    content: "*";
    color: #eb4803
}

form .state {
    display: inline-block;
    width: 30%;
    max-width: 140px
}

form .zip {
    display: inline-block;
    width: 55%;
    max-width: 260px
}

.checkboxes span,
.radios span {
    display: block;
    margin: 0 1em .5em 0
}

.checkboxes span label,
.radios span label {
    display: inline-block
}

.mc-field-group.input-group {
    display: block;
    background: rgba(35, 31, 32, .5);
    padding: 1em;
    margin: 1em 0;
    max-width: 500px;
    border-radius: .5em
}

.mc-field-group.input-group li {
    display: block;
    margin: 0 1em .5em 0
}

.mc-field-group.input-group li label {
    display: inline-block;
    padding: 0 .5em
}

.gform_body,
.gform_footer {
    text-align: left
}

.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3 {
    font-weight: 900 !important
}

.form-holder {
    text-align: left
}

.obit-signup-holder button.g-recaptcha {
    background: var(--c-primary);
    color: #fff;
    border: none;
    border-radius: 1rem
}

.obit-signup-holder button.g-recaptcha:hover,
.obit-signup-holder button.g-recaptcha:focus {
    background: var(--c-primary);
}

.get-in-touch {
    padding: 8vw 0
}

.get-in-touch .content {
    max-width: 60rem
}

.get-in-touch .gform_heading {
    text-align: center;
    opacity: .3;
    margin-bottom: 2rem
}

.get-in-touch .gform_heading h3.gform_title {
    margin: 0 0 .5rem
}

.get-in-touch .gform_heading h3.gform_title {
    font-size: 48px
}

@media screen and (min-width: 420px) {
    .get-in-touch .gform_heading h3.gform_title {
        font-size: calc(48px + 48 * ((100vw - 420px) / 1180))
    }
}

@media screen and (min-width: 1600px) {
    .get-in-touch .gform_heading h3.gform_title {
        font-size: 96px
    }
}

.get-in-touch .gform_heading .gform_description {
    text-transform: uppercase
}

.get-in-touch .gform_heading .gform_description {
    font-size: 20px
}

@media screen and (min-width: 420px) {
    .get-in-touch .gform_heading .gform_description {
        font-size: calc(20px + 16 * ((100vw - 420px) / 1180))
    }
}

@media screen and (min-width: 1600px) {
    .get-in-touch .gform_heading .gform_description {
        font-size: 36px
    }
}

.get-in-touch .gform_body {
    max-width: 500px;
    margin: auto
}

@media only screen and (min-width: 48rem) {
    .get-in-touch .gform_body {
        max-width: none
    }

    .get-in-touch ul.gform_fields {
        columns: 2
    }
}

.get-in-touch li.gfield>label {
    display: none
}

.get-in-touch .gform_footer {
    text-align: center
}

body.coverlayed {
    overflow: hidden
}

.coverlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1313;
    background: rgba(92, 6, 30, .95);
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto
}

.coverlay .cover-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.coverlay .close-coverlay {
    cursor: pointer;
    display: block;
    height: 36px;
    width: 28px;
    padding: 18px 0 0;
    margin: 0 1em;
    position: fixed;
    outline: none;
    right: 0;
    top: 0;
    z-index: 113;
    outline: none
}

.admin-bar .coverlay .close-coverlay {
    top: 40px
}

.coverlay .close-coverlay span,
.coverlay .close-coverlay span:after {
    border-radius: 1px;
    height: 4px;
    width: 28px;
    background: #fff;
    position: absolute;
    display: block;
    content: "";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 250ms ease-in-out
}

.coverlay .close-coverlay span:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg)
}

.coverlay .close-coverlay:hover {
    opacity: .4
}

.coverlay .cover-content {
    color: #fff;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 3em 1em;
    box-sizing: border-box
}

.coverlay .cover-content .content {
    max-width: 960px
}

.coverlay .cover-content .content .gform_wrapper h3.gform_title {
    font-size: 2em
}

.coverlay .cover-content .content .address-col {
    text-align: left;
    padding: 2rem 0;
    border-top: 1px solid var(--c-primary);
}

.coverlay .cover-content .content .address-col h3 {
    font-size: 1.5rem
}

.coverlay .cover-content .content .address-col a {
    color: #fff
}

.coverlay .cover-content .content .address-col a:hover,
.coverlay .cover-content .content .address-col a:focus {
    color: var(--c-primary);
}

@media only screen and (min-width: 48rem) {
    .coverlay .cover-content {
        padding: 3em
    }

    .coverlay .cover-content .content {
        display: flex
    }

    .coverlay .cover-content .content .address-col {
        border-top: none;
        border-left: 1px solid rgba(255, 255, 255, .2);
        padding: 2rem 0 0 2rem;
        flex: 1 0 auto
    }

    .coverlay .cover-content .content .address-col h3 {
        font-size: 1.25rem
    }
}

.coverlay .ginput_container_fileupload input {
    color: #fff
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none !important;
    visibility: hidden
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    width: auto;
    margin: 0
}

.invisible {
    visibility: hidden
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: " ";
    display: table
}

.clearfix:after,
.row:after {
    clear: both
}

.clearfix,
.row {
    zoom: 1
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

/*# sourceMappingURL=style.css.map */