/*
    This CSS File will display on all pages and posts
*/

/* Table of Contents
  - CSS Variables
  - Typography
  - Buttons
  - Site Header
  - Pagination
  - Form
  - 404 Page
  - Sidebar
  - Footer Widgets
  - Site Footer
  - JSMT Shortcode
  - Fadeup Effect
  - Announcement
  - Search
  - Landing Page
  - Accordions
  - Video
  - Coming Soon Page
  - Media Queries
*/

/* CSS Variables
---------------------------------------------------------------------------- */
:root {
    --boxShadow: 0rem 1rem 4rem rgb(0 0 0 / 15%);
    --headingFont: "Merriweather", sans-serif;
    --bodyFont: "Open Sans", sans-serif;
    --iconFont: "font awesome 6 pro";
}

/* Typography
---------------------------------------------------------------------------- */
html {
    font-size: 62.5%;
}

body {
    font-family: var(--bodyFont);
    line-height: 1.5;
    font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headingFont);
}

.site-container ul li li {
    list-style: circle;
}

.site-container ul li li li {
    list-style: square;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

p {
    margin: 0 0 1.6rem 0;
}

a {
    text-decoration: none;
    outline: 0;
    color: var(--mainColor);
}

.entry-title {
    font-weight: 700;
    margin-bottom: 2rem;
}

/* Buttons
---------------------------------------------------------------------------- */
a.button {
    border-radius: 3rem;
    text-transform: uppercase;
    padding: 1.5rem 3rem;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 700;
    background-color: var(--mainColor);
    transition: .5s ease color, .5s ease background-color, .5s ease outline, .5s ease border;
}

a.button:hover {
    background-color: var(--secondColor);
}

a.button.secondary-button {
    background-color: transparent;
    color: var(--mainColor);
    outline: .3rem solid var(--mainColor);
    outline-offset: -.3rem;
}

a.button.secondary-button:hover {
    background-color: var(--mainColor);
    color: #fff;
}

a.button.underlined-button {
    background-color: transparent;
    color: var(--mainColor);
    padding: 0 0 .3rem 0;
    border-bottom: .3rem solid var(--mainColor);
    border-radius: 0;
}

a.button.underlined-button:hover {
    color: var(--secondColor);
    border-color: var(--secondColor);
}

/* Site Header
---------------------------------------------------------------------------- */
.js .nav-primary,
.nav-primary {
    padding: 0;
}

.nav-primary .genesis-nav-menu a {
    outline: 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--secondColor);
}

.nav-primary .genesis-nav-menu .sub-menu a {
    background-color: #111525;
    border: unset;
    box-sizing: border-box;
}

.nav-primary .genesis-nav-menu .sub-menu {
    border-radius: 0 0 2rem 2rem;
    overflow: hidden;
}

.site-header {
    padding: 0;
    background-color: #111525;
    box-shadow: 0 1.5rem 2rem rgba(255 255 255 / 5%);
}

.site-header .title-area .site-title {
    font-family: var(--headingFont);
    font-size: 2.4rem;
}

.has-icon-logo .site-header .title-area {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.has-icon-logo .site-header .title-area a.custom-logo-link {
    flex: 1;
}

.has-icon-logo .site-header .title-area a.header-link {
    flex: 3;
    margin-left: 1rem;
}

.has-icon-logo .site-header .title-area a.header-link p.site-description {
    line-height: 1;
    margin: 0;
}

.site-header .header-phone {
    text-align: center;
    font-weight: 700;
    font-size: 2.6rem;
}

.site-header .header-phone li {
    list-style-type: none;
}

.wp-custom-logo .site-header .title-area {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.site-container .menu-toggle {
    padding: 3.6rem 1.5rem;
    position: relative;
    z-index: 1000;
    text-align: right;
    margin: 0;
    margin-right: -1.5rem;
    color: white;
}

.site-container .menu-toggle::before {
    font-family: var(--iconFont);
    font-weight: 900;
    content: "\f0c9";
    font-size: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    --fa-secondary-opacity: 0.5;
    margin: 0;
}

.site-container .menu-toggle.activated::before {
    content: '\f00d';
}

.site-container .sub-menu-toggle {
    float: right;
    padding: 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    line-height: 1;
    margin-right: -1.5rem;
    color: white;
}

.site-container .sub-menu-toggle::before {
    content: "\2b";
    font-family: var(--iconFont);
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
    font-weight: 900;
}

.site-container .sub-menu-toggle.activated::before {
    content: '\f068';
}

.site-container .menu-toggle:focus,
.site-container .menu-toggle:hover,
.site-container .menu-toggle:visited,
.site-container .sub-menu-toggle:focus,
.site-container .sub-menu-toggle:hover,
.site-container .sub-menu-toggle:visited {
    outline: 0;
}

/* Pagination
---------------------------------------------------------------------------- */
.pagination {
    flex-basis: 100%;
    max-width: 100%;
    clear: both;
    margin: 6rem 0 0 0;
    text-align: center;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0.8rem 1.2rem;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, .1) 0 10px 32px 0;
    position: relative;
    background: #202846;
    border: 1px solid rgba(255, 255, 255, .1);
    margin: 0;
    color: white;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: var(--secondColor);
    color: var(--mainColor);
}

/* Form
---------------------------------------------------------------------------- */
.site-container .gform_wrapper.gravity-theme .gfield input,
.site-container .gform_wrapper.gravity-theme .gfield select,
.site-container .gform_wrapper.gravity-theme .gfield textarea {
    padding: 1.2rem;
    font-size: 1.6rem;
    margin: 0;
    line-height: 1;
    border-radius: .5rem;
}

.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
}

.site-container .gform_wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.site-container .gform_wrapper select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 2rem) calc(1em + .2rem), calc(100% - 1.5rem) calc(1em + .2rem), calc(100% - 2.5em) .5em;
    background-size: .5rem .5rem, .5rem .5rem, .1rem 1.5em;
    background-repeat: no-repeat;
}

.site-container .gform_wrapper select:focus {
    background-image: linear-gradient(45deg, var(--mainColor) 50%, transparent 50%), linear-gradient(135deg, transparent 50%, var(--mainColor) 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 1.5rem) 1em, calc(100% - 2rem) 1em, calc(100% - 2.5em) .5em;
    background-size: .5rem .5rem, .5rem .5rem, .5rem 1.5em;
    background-repeat: no-repeat;
    outline: 0;
}

.site-container .gform_wrapper.gravity-theme .gfield_label {
    font-size: 1.6rem;
    margin-bottom: .8rem;
}

.site-container .gform_wrapper.gravity-theme .gform_footer {
    padding: 0;
}

.site-container .gform_wrapper.gravity-theme .gfield_validation_message,
.site-container .gform_wrapper.gravity-theme .validation_message {
    font-size: 1.2rem;
    padding: 1rem;
    font-family: var(--headingFont);
    line-height: 1;
    border-radius: 0.5rem;
}

.site-container .gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 1rem 1rem 1rem 5rem;
}

.site-container .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 1.2rem;
}

/* 404 Page
---------------------------------------------------------------------------- */
body.error404 {
    background-color: #111525;
    color: white;
}

body.error404 .site-inner .page-content {
    padding: 8rem 0;
    text-align: center;
}

body.error404 .site-inner h1.page-title {
    font-size: 10rem;
    font-weight: 700;
    line-height: 1;
    font-family: var(--bodyFont);
    margin-bottom: 10px;
}

body.error404 .site-inner .page-content h3 {
    font-size: 4rem;
}

body.error404 .site-inner .page-content p {
    font-size: 2.2rem;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
    font-size: 1.8rem;
}

.sidebar .widget {
    margin-bottom: 4rem;
    border-radius: 1rem;
    margin-top: 4rem;
}

.sidebar .widget-title {
    font-size: 2.4rem;
    border-left: .4rem solid var(--secondColor);
    padding: .8rem 1.5rem;
    line-height: 1;
    color: white;
}

.sidebar .widget.blog-posts ul>li::before {
    content: "\f105";
    font-family: var(--iconFont);
    color: var(--secondColor);
    font-size: 1.5rem;
    font-weight: 700;
    transition: .5s ease all;
    margin-right: .7rem;
    display: inline-block;
    vertical-align: text-bottom;
}

.sidebar .widget ul>li {
    line-height: 1.2;
    list-style-type: none;
}

.sidebar .widget ul>li:not(:last-of-type) {
    margin-bottom: 1.5rem;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
    border-top: 1px solid rgba(255, 255, 255, .1);
    background-color: #111525;
    color: #fff;
    clear: both;
    padding: 4rem 0;
    font-size: 1.4rem;
}

.footer-widget-area {
    padding: 0;
}

.footer-widgets ul>li {
    list-style-type: none;
}

.footer-widgets a {
    color: #fff;
}

.footer-widgets a:hover {
    color: var(--secondColor);
}

.footer-widgets .widget-title {
    font-size: 2.2rem;
}

.footer-widgets span.jsmt-shortcode {
    margin-bottom: 1.5rem;
}

.footer-widgets span.jsmt-shortcode.jsmt-social {
    margin: 0;
    padding: 0;
}

.footer-widgets span.jsmt-shortcode i::before {
    font-size: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
}

.footer-widgets span.jsmt-shortcode.jsmt-hours-shortcode li {
    font-size: inherit;
    margin-left: 0rem;
    list-style-type: none;
}



/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
    background-color: #111525;
    color: #fff;
    padding: 2rem 0;
    border: none;
    font-size: 1.2rem;
    line-height: 1;
}

.site-footer a {
    color: #fff;
    transition: .25s ease all;
    font-size: inherit;
}

.site-footer a:hover {
    color: var(--secondColor);
}

.site-footer .nav-button a {
    background-color: transparent;
    color: var(--secondColor);
    text-shadow: none;
    border: .2rem solid var(--secondColor);
    padding: 1.5rem 3rem;
    border-radius: .5rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
}

.site-footer .genesis-nav-menu .nav-button a:hover {
    border-color: var(--secondColor);
    color: #111525;
    background-color: var(--secondColor);
}

/* JSMT Shortcode
---------------------------------------------------------------------------- */
span.jsmt-shortcode i {
    display: inline-block;
    margin-right: 1rem;
}

span.jsmt-shortcode i::before {
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
    display: block;
    text-align: center;
}

span.jsmt-shortcode ul.social-links>li {
    margin: 0;
    display: inline-block;
}

span.jsmt-shortcode ul.social-links>li:not(:last-of-type) {
    margin: 0;
}

span.jsmt-shortcode ul.social-links>li i {
    width: 3.2rem;
    height: 3.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: .5s ease all;
    border: .2rem solid white;
    border-radius: 50%;
}

span.jsmt-shortcode ul.social-links>li a:hover i {
    background-color: var(--secondColor);
    color: var(--mainColor);
}

span.jsmt-shortcode ul.social-links>li i::before {
    font-size: 1.6rem;
    height: 1.6rem;
    width: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.jsmt-shortcode {
    position: relative;
    display: block;
}

span.jsmt-shortcode.jsmt-social {
    margin: 0;
    padding: 0;
}

span.jsmt-shortcode .address {
    display: inline-block;
}

span.jsmt-shortcode.jsmt-hours-shortcode {
    padding: 0;
}

span.shortcode-label {
    display: block;
    margin-bottom: 1rem;
    line-height: 1;
}

span.jsmt-shortcode.jsmt-hours-shortcode li:not(:last-of-type) {
    margin-bottom: 1rem;
}

span.jsmt-shortcode.jsmt-hours-shortcode li {
    font-size: 1.6rem;
}

.jsmt-shortcode ul.jsmt-hours {
    max-width: 40rem;
}

/* Fadeup Effect
---------------------------------------------------------------------------- */
.fadeup-effect {
    position: relative;
    bottom: -100px;
    opacity: 0;
    transition: opacity 1s ease-in-out, bottom 750ms linear;
}

.fadeup-effect.active {
    bottom: 0;
    opacity: 1;
}

/* Announcement
---------------------------------------------------------------------------- */
.announcement {
    background: var(--secondColor);
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    position: relative;
    line-height: 1.2;
    padding: 1rem 0;
    transition: .5s ease all;
    font-weight: 600;
}

.announcement.closed {
    height: 0;
    padding: 0;
}

.announcement .wrap {
    max-width: 128rem;
    padding: 0 5%;
    margin: 0 auto;
}

.announcement p {
    margin: 0;
}

.announcement a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.announcement a:hover {
    color: #fff;
    text-decoration: none;
}

.announcement div#announcement-close {
    position: absolute;
    right: 2.5rem;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    opacity: .5;
    transition: opacity .3s ease;
}

.announcement div#announcement-close:hover {
    opacity: 1;
}

.announcement div#announcement-close span {
    font-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
}

/* Search
---------------------------------------------------------------------------- */
#search-form {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    max-width: 66rem;
    margin: 2.5rem auto 0;
    box-shadow: var(--boxShadow);
    border-radius: 3rem;
}

#search-form input {
    border-radius: 3rem 0 0 3rem;
    border-color: #fff;
    padding: 1.3rem 2.5rem;
}

#search-form [type=submit] {
    border-radius: 0 3rem 3rem 0;
    transition: background-color 0.25s ease, color 0.25s ease;
}

#fancybox-close:hover span {
    transform: none;
}

.search-results .search-results-header {
    background-color: var(--mainColor);
    color: white;
    text-align: center;
    padding: 4rem 0;
}

.search-results .search-results-header .page-title {
    font-weight: 700;
    font-size: 4rem;
}

.search-results .site-inner .flexcol {
    background-color: white;
    box-shadow: var(--boxShadow);
    border-radius: 0.5rem;
    padding: 2rem;
    position: relative;
}

.search-results .site-inner .flexcol .post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.search-results .site-inner .flexcol .post-type {
    background-color: var(--secondColor);
    display: inline-block;
    line-height: 1;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.search-results .site-inner .flexcol .post-name {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 2.4rem;
}

.search-results .site-inner .flexcol .post-excerpt {
    font-size: 1.5rem;
    line-height: 1.4;
}

/* Landing Page
---------------------------------------------------------------------------- */
.landing-page .floating-cta,
.single-landing .floating-cta {
    position: fixed;
    bottom: 2rem;
    right: -8rem;
    opacity: 0;
    transition: 0.5s ease all;
}

.landing-page .floating-cta.appear,
.single-landing .floating-cta.appear {
    opacity: 1;
    right: 2rem;
}

/* Accordions
---------------------------------------------------------------------------- */
.accordion {
    overflow: hidden;
}

.accordion-header {
    padding: 1rem 3rem 1rem 1rem;
    cursor: pointer;
    outline: none;
    transition: 0.5s ease all;
    font-family: var(--headingFont);
    font-weight: 700;
    font-size: 1.8rem;
    list-style-type: none;
    position: relative;
    line-height: 1.2;
}

.accordion-header:hover,
.accordion[open] .accordion-header {
    background-color: #333;
    color: white;
}

.accordion-header::after {
    content: '+';
    font-weight: 700;
    font-family: var(--headingFont);
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%);
    line-height: 1;
    font-size: 2.6rem;
}

.accordion[open] .accordion-header::after {
    content: '-';
}

.accordion:not(:last-of-type) {
    border-bottom: 0.1rem solid;
}

.accordion-content {
    padding: 2rem;
    background-color: #eee;
    margin-top: -10rem;
}

.accordion-content ul {
    padding-left: 3rem;
}

.accordion-content ul>li:not(:last-of-type) {
    margin-bottom: 1rem;
}

details summary {
    cursor: pointer;
    transition: margin 0.5s ease;
}

details[open] summary {
    margin-bottom: 10rem;
}

/* Video
---------------------------------------------------------------------------- */
.video-section {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
}

.video-section .video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0 0 0 / 35%);
    color: white;
    font-size: 6rem;
    cursor: pointer;
    transition: transform 0.5s ease;
}

.video-section .video-content:hover {
    transform: scale(1.1);
}

.video-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.video-wrapper {
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
}

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

/* Coming Soon Page
---------------------------------------------------------------------------- */
.coming-soon-page .site-inner {
    padding: 0;
    max-width: none;
}

.coming-soon-page .coming-soon-section {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.coming-soon-page .coming-soon-section .image-section {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.45));
}

.coming-soon-page .coming-soon-section .image-section .wrap {
    padding: 0;
}

.coming-soon-page.admin-bar .coming-soon-section .image-section {
    min-height: calc(100vh - 3.2rem);
}

.coming-soon-page .coming-soon-section .content-wrap {
    text-align: center;
    padding: 2rem 5%;
    color: white;
}

.coming-soon-page .coming-soon-section .content-wrap .coming-logo {
    margin-bottom: 2rem;
}

.coming-soon-page .coming-soon-section .content-wrap .section-title {
    font-size: 4rem;
    font-weight: 700;
}

.coming-soon-page .coming-soon-section .content-wrap a.button {
    display: block;
    margin: 10px 0;
}

.coming-soon-page .coming-soon-section .content-wrap a.button.primary-button {
    background-color: white;
    color: var(--mainColor);
}

.coming-soon-page .coming-soon-section .content-wrap a.button.secondary-button {
    color: white;
    outline-color: white;
}

.coming-soon-page .coming-soon-section .content-wrap a.button.secondary-button:hover {
    background-color: white;
    color: var(--mainColor);
}

/* Core styles/functionality */
.tab {
    position: relative;
}

.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}

.tab input:checked~.tab__content {
    max-height: 40rem;
}

/* Visual styles */
.accordion {
    overflow: hidden;
}

.accordion .tab:not(:last-of-type) {
    border-bottom: .1rem solid;
}

.accordion .tab label {
    padding: 1rem 3rem 1rem 1rem;
    cursor: pointer;
    outline: none;
    transition: 0.5s ease all;
    font-family: var(--headingFont);
    font-weight: 700;
    font-size: 1.8rem;
    list-style-type: none;
    position: relative;
    line-height: 1.2;
}

.accordion .tab input:checked+.tab__label,
.accordion .tab:hover label {
    background-color: var(--mainColor);
    color: white;
}

.tab__label,
.tab__close {
    display: flex;
    cursor: pointer;
}

.tab__label {
    justify-content: space-between;
    padding: 1rem;
}

.tab__label::after {
    content: '+';
    font-weight: 700;
    font-family: var(--headingFont);
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%);
    line-height: 1;
    font-size: 2.6rem;
}

.tab input:checked+.tab__label::after {
    content: '-';
}

.tab__content {
    padding: 0 2rem;
}

.tab__content>*:last-child {
    padding-bottom: 2rem;
}

.tab__content>*:first-child {
    padding-top: 2rem;
}

.tab__content ul {
    padding-left: 2rem;
}

.tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

.site-header .widget {
    margin: 0;
}

.site-header .widget ul>li {
    margin: 0;
    padding: 0;
}

.site-header .widget a {
    padding: 1.2rem 2rem;
    border-radius: 3rem;
    line-height: 1;
}

.gform_wrapper.gravity-theme .ginput_container_address span#input_1_10_5_container {
    flex: 0 0 100%;
}

.gform_wrapper.gravity-theme .gsection_title {
    margin-top: 2rem;
    margin-bottom: 0;
}

.gform_wrapper.gravity-theme .gfield#field_6_5 textarea.small {
    height: 4.4rem;
}

.site-header .header-widget-area .jsmt-shortcode a i::before {
    font-size: 1.8rem;
    margin-right: 0rem;
    position: relative;
    top: 1px;
}

.site-header .header-widget-area .jsmt-shortcode a {
    font-size: 1.8rem;
}

.flexible-layout .gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flexible-layout .gallery img {
    border: unset;
    padding: 0;
}

.flexible-layout .gallery .gallery-item {
    clear: unset;
    float: unset;
    width: auto;
    margin: 0;
    flex: 1;
}

.flexible-layout .gallery .gallery-item:not(:first-of-type) {
    margin-left: 1rem;
}

.site-footer .wrap .site-footer-widget .widget {
    margin: 0;
}

.before-site-footer .widget {
    margin-bottom: 2rem;
}

/* Single Landing Page
---------------------------------------------------------------------------- */

.single-landing .header-phone a {
    color: var(--secondColor);
}

.single-landing .header-phone a:hover {
    color: white;
}

.single-landing .flexible-layout-image-text-section .flexbox.png-image .flexcol .image-wrap {
    box-shadow: unset;
}

.single-landing .floating-cta a.button {
    background-color: var(--secondColor);
    color: #333;
    border: .2rem solid var(--secondColor);
}

.single-landing .floating-cta a.button:hover {
    background-color: #202846;
    color: var(--secondColor);
    border: .2rem solid var(--secondColor);
}

.single-landing.wp-custom-logo .site-header .title-area img {
    max-width: 15rem;
}



/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width:660px) {
    .flexible-layout .gallery {
        width: 50%;
    }

    .footer-widgets .textwidget>ul,
    .footer-widgets nav>ul {
        column-count: 2;
    }

    .site-footer .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .site-footer .wrap .site-footer-widget {
        flex: 1;
        text-align: left;
        min-height: 5.1rem;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .single-landing .site-footer .wrap .site-footer-widget {
        min-height: unset;
        margin: 0;
    }

    .site-footer .wrap .site-footer-widget+p {
        flex-basis: 100%;
        max-width: 100%;
        order: 3;
    }

    .site-footer .wrap nav {
        order: -1;
        margin-bottom: 2rem;
        width: 100%;
        flex: 1;
        text-align: right;
    }

    .before-site-footer {
        flex-basis: 100%;
    }


}

@media only screen and (min-width:960px) {
    .entry-title {
        font-size: 4rem;
    }

    .nav-primary .genesis-nav-menu .sub-menu {
        border-top: unset;
        border-bottom: 2px solid rgba(255, 255, 255, .1);
        border-left: 2px solid rgba(255, 255, 255, .1);
        border-right: 2px solid rgba(255, 255, 255, .1);
    }

    .site-header>.wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        max-width: calc(100vw - 9rem);
    }

    .wp-custom-logo .site-header .title-area {
        flex: 1;
        order: 0;
        max-width: unset;
    }

    .wp-custom-logo .site-header .title-area .custom-logo-link {
        aspect-ratio: unset;
        width: fit-content;
    }

    .site-header .widget-area {
        flex: 1;
        text-align: right;
        order: 3;
    }

    .site-header .genesis-nav-menu .nav-button a {
        background-color: transparent;
        color: var(--secondColor);
        text-shadow: none;
        border: .2rem solid var(--secondColor);
        padding: 1.5rem 3rem;
        border-radius: 3rem;
    }

    .site-header .genesis-nav-menu .nav-button a:hover {
        background-color: var(--secondColor);
        border-color: var(--secondColor);
        color: #111525;
    }



    .title-area img {
        width: auto;
        position: relative;
        z-index: 99;
    }

    .site-header>.wrap .nav-primary {
        text-align: center;
        order: 2;
    }

    .site-header>.wrap .nav-primary .genesis-nav-menu .menu-item {
        text-align: left;
    }

    .flexbox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .flexcol {
        flex: 1;
        box-sizing: border-box;
    }

    .full-width-content .content {
        width: 100%;
    }

    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 30rem;
    }

    .site-header .widget a,
    .nav-primary .genesis-nav-menu a {
        padding: 3.3rem 1rem;
        font-size: 1.6rem;
        font-weight: 700;
        color: white;
    }

    .site-header .widget a:hover,
    .nav-primary .genesis-nav-menu .menu-item.current-menu-item>a,
    .nav-primary .genesis-nav-menu a:hover {
        color: var(--secondColor);
    }

    .nav-primary .genesis-nav-menu .button.menu-item a {
        padding: 1rem 2rem;
        border-radius: .2rem;
    }

    .nav-primary .genesis-nav-menu .button.menu-item a::before {
        content: unset;
    }

    .nav-primary .genesis-nav-menu a::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: auto;
        right: 0;
        width: 0;
        height: .4rem;
        transition: all .4s;
        background-color: var(--secondColor);
    }

    .nav-primary .genesis-nav-menu .menu-item.current-menu-item>a::before,
    .nav-primary .genesis-nav-menu a:hover:before {
        width: 100%;
        left: 0;
        right: auto;
    }

    .nav-primary .genesis-nav-menu .sub-menu a {
        padding: 1.5rem;
        font-size: 1.6rem;
    }

    .genesis-nav-menu a.sf-with-ul::after {
        content: '\f0d7';
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font-size: 1.6rem;
        font-weight: 900;
        font-family: var(--iconFont);
        vertical-align: baseline;
        padding-left: 1rem;
        line-height: 1;
    }

    .content {
        width: calc(70% - 4rem);
    }

    .footer-widgets .wrap {
        max-width: 128rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .footer-widgets .footer-widget-area {
        flex: 1;
    }

    .footer-widgets .footer-widget-area:not(:first-of-type) {
        padding-left: 4rem;
    }

    .site-header .header-phone {
        text-align: right;
        flex: 1;
    }

    .sidebar .widget-title {
        font-size: 3.2rem;
    }

    .admin-bar .site-header {
        top: 32px;
    }

    .accordion-header {
        padding: 2rem;
        font-size: 2rem;
    }

    .accordion-header::after {
        right: 2rem;
        font-size: 3rem;
    }

    .sidebar .widget {
        background: #202846;
        border: 1px solid rgba(255, 255, 255, .1);
        box-shadow: rgba(0, 0, 0, .1) 0 10px 32px 0;
        color: white;
        padding: 2rem;
    }

    .coming-soon-page .coming-soon-section .content-wrap {
        max-width: 96rem;
        margin: 0 auto;
        border-radius: 3rem;
        padding: 4rem;
        background-color: rgba(0, 0, 0, 0.35);
    }

    .coming-soon-page .coming-soon-section .content-wrap a.button {
        display: inline-block;
        margin: 0 1rem;
    }

    .coming-soon-page .coming-soon-section .content-wrap .section-title {
        font-size: 6rem;
        font-weight: 700;
    }

    .search-results .search-results-header {
        padding: 8rem 0;
    }

    .search-results .search-results-header .page-title {
        font-size: 5rem;
    }

    .search-results .site-inner .flexbox {
        gap: 3rem;
    }

    .search-results .site-inner .flexcol {
        flex-basis: calc(50% - 1.5rem);
        max-width: calc(50% - 1.5rem);
    }

    .accordion .tab label {
        padding: 2rem;
        font-size: 2rem;
    }


    .single-landing .flexible-layout-image-text-section .flexbox.png-image .flexcol:first-of-type {
        flex: .5;
    }

    .single-landing .header-phone a {
        padding: 2.3rem 0;
        display: inline-block;
    }
}

@media only screen and (min-width: 1144px) {
    .site-header>.wrap .nav-primary {
        width: fit-content;
    }

    .wp-custom-logo .site-header .title-area img {
        max-width: 15rem;
    }

    .site-header .widget a,
    .nav-primary .genesis-nav-menu a {
        padding: 3.3rem 1.5rem;
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1280px) {
    .site-header .header-widget-area .jsmt-shortcode a i::before {
        margin-right: .5rem;
    }

    .site-header .header-widget-area .jsmt-shortcode a i::before,
    .site-header .header-widget-area .jsmt-shortcode a {
        font-size: 2.6rem;
    }
}

@media only screen and (min-width:1340px) {

    .site-inner,
    .wrap {
        max-width: 128rem;
        margin: 0 auto;
    }

    .site-inner {
        padding: 6rem 0;
    }

    .single-guides .wrap,
    .single-guides .site-inner {
        max-width: 144rem;
    }
}

@media only screen and (min-width:2000px) {
    html {
        font-size: 75%;
    }

    .footer-widgets .wrap,
    .site-inner,
    .wrap {
        max-width: 80%;
        margin: 0 auto;
    }

    .nav-primary>.wrap {
        max-width: 100%;
    }

    .site-inner {
        min-height: calc(100vh - 62.5rem);
    }
}

@media only screen and (max-width:1339px) {
    .site-inner {
        padding: 4rem 5%;
    }

    .wrap {
        padding: 0 5%;
    }

    .nav-primary>.wrap {
        padding: 0;
    }
}

@media only screen and (max-width:959px) {
    .footer-widgets {
        padding: 4rem 0;
    }

    .contact-page .site-inner .content-sidebar-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .contact-page .site-inner .content-sidebar-wrap .content {
        flex-basis: 100%;
        max-width: 100%;
        order: 2;
    }

    .contact-page .site-inner .content-sidebar-wrap .sidebar {
        flex-basis: 100%;
        max-width: 100%;
        order: 1;
    }

    .contact-page .site-inner .content-sidebar-wrap .sidebar .widget {
        box-shadow: none;
        margin: 0;
        border-bottom: .1rem solid #ccc;
    }

    .nav-primary .genesis-nav-menu .sub-menu a {
        font-size: 1.6rem;
        padding: 1.5rem;
        font-weight: 400;
    }

    .site-header {
        position: relative;
    }

    .single-landing .site-header {
        position: sticky;
        top: -9.5rem;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    .nav-primary .genesis-nav-menu {
        padding: 0 0 1.5rem 0;
    }

    .nav-primary .genesis-nav-menu a {
        padding: 1.5rem 0;
    }

    .nav-primary .genesis-nav-menu .menu-item:not(:last-of-type) a {
        border-bottom: .1rem solid #eee;
    }

    .landing-page .site-header {
        padding: 1rem 0;
    }

    .landing-page .title-area {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .search-results .site-inner .flexcol:not(:last-of-type) {
        margin-bottom: 3rem;
    }

    .widget-area.header-widget-area {
        position: fixed;
        bottom: 2rem;
        right: 2rem;
        border-radius: 50%;
        background-color: var(--secondColor);
        color: var(--mainColor);
        z-index: 999;
    }

    .widget-area.header-widget-area span.jsmt-shortcode a {
        box-sizing: border-box;
        display: block;
        padding: 0;
    }

    .widget-area.header-widget-area span.jsmt-shortcode a i {
        width: 5rem;
        height: 5rem;
        font-size: 3rem;
        margin: 0;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
    }

    .widget-area.header-widget-area span.jsmt-shortcode a i::before {
        margin: 0;
        font-size: 3rem;
        width: 3rem;
        height: 3rem;
        color: #111525;
    }

    .widget-area.header-widget-area span.jsmt-shortcode a span {
        display: none;
    }

    .single-landing .site-header {
        padding: 1rem 0;
    }

    .single-landing .site-header .title-area {
        float: unset;
        display: block;
        text-align: center;
        margin: 0 auto 1rem;
    }

    .single-landing .site-footer {
        padding: 2rem 0 9rem;
    }
}

@media only screen and (max-width: 782px) {
    div#wpadminbar {
        height: 4.6rem;
    }

    .coming-soon-page.admin-bar .coming-soon-section .image-section {
        min-height: calc(100vh - 4.6rem);
    }
}

@media only screen and (max-width:659px) {
    body {
        font-size: 1.6rem;
    }

    .announcement div#close {
        top: 10rem;
        right: 0;
    }

    .coming-soon-page .coming-soon-section .content-wrap .coming-logo img {
        max-width: 20rem;
    }

    .single-landing .title-area,
    .single-landing .header-phone {
        display: block;
        width: 100%;
        text-align: center;
    }

    .wp-custom-logo .site-header .title-area {
        max-width: 15rem;
    }

    .single-landing .site-footer,
    .site-footer {
        padding: 2rem 0 9rem;
    }

    .site-footer .wrap .site-footer-widget .widget {
        margin-bottom: 2rem;
    }

}

@media only screen and (max-width:480px) {
    html {
        font-size: 57%;
    }
}