/* Minification failed. Returning unminified contents.
(183,27): run-time error CSS1039: Token not allowed after unary operator: '-header-offset'
(937,40): run-time error CSS1046: Expect comma, found '0'
(937,44): run-time error CSS1046: Expect comma, found '/'
(1061,21): run-time error CSS1039: Token not allowed after unary operator: '-header-offset'
(1106,25): run-time error CSS1039: Token not allowed after unary operator: '-header-offset'
(1170,25): run-time error CSS1046: Expect comma, found '193'
(1170,32): run-time error CSS1046: Expect comma, found '/'
(1235,24): run-time error CSS1046: Expect comma, found '56'
(1235,30): run-time error CSS1046: Expect comma, found '/'
(1242,38): run-time error CSS1046: Expect comma, found '193'
(1242,45): run-time error CSS1046: Expect comma, found '/'
(1252,25): run-time error CSS1046: Expect comma, found '193'
(1252,32): run-time error CSS1046: Expect comma, found '/'
(1296,25): run-time error CSS1046: Expect comma, found '193'
(1296,32): run-time error CSS1046: Expect comma, found '/'
(1319,24): run-time error CSS1046: Expect comma, found '163'
(1319,31): run-time error CSS1046: Expect comma, found ')'
(1398,10): run-time error CSS1030: Expected identifier, found '#cmsHeaderPanel'
(1398,25): run-time error CSS1031: Expected selector, found ')'
(1398,25): run-time error CSS1025: Expected comma or open brace, found ')'
(1402,10): run-time error CSS1030: Expected identifier, found '#cmsHeaderPanel'
(1402,25): run-time error CSS1031: Expected selector, found ')'
(1402,25): run-time error CSS1025: Expected comma or open brace, found ')'
(1406,10): run-time error CSS1030: Expected identifier, found '#cmsHeaderPanel'
(1406,25): run-time error CSS1031: Expected selector, found ')'
(1406,25): run-time error CSS1025: Expected comma or open brace, found ')'
(1665,36): run-time error CSS1046: Expect comma, found '193'
(1665,43): run-time error CSS1046: Expect comma, found '/'
(1712,25): run-time error CSS1046: Expect comma, found '193'
(1712,32): run-time error CSS1046: Expect comma, found '/'
(1808,25): run-time error CSS1046: Expect comma, found '193'
(1808,32): run-time error CSS1046: Expect comma, found '/'
(1947,28): run-time error CSS1030: Expected identifier, found '.'
(1947,46): run-time error CSS1031: Expected selector, found ')'
(1947,46): run-time error CSS1025: Expected comma or open brace, found ')'
(2070,29): run-time error CSS1046: Expect comma, found '193'
(2070,36): run-time error CSS1046: Expect comma, found '/'
(2187,19): run-time error CSS1046: Expect comma, found '151'
(2187,25): run-time error CSS1046: Expect comma, found ')'
(2192,23): run-time error CSS1046: Expect comma, found '127'
(2192,29): run-time error CSS1046: Expect comma, found ')'
 */
html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.cms-editable:after, #cms-region-1:after {
    content: '';
    display: table;
    clear: both;
}
/* ----------------------------------------------------------------------------------------------------------------------
Nav STYLES
-------------------------------------------------------------------------------------------------------------------------*/
.header-container header nav {
    display: none;
}

article {
    margin-bottom: 20px;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    background-color: white;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }
/* ----------------------------------------------------------------------------------------------------------------------
SIDE MENU STYLES
-------------------------------------------------------------------------------------------------------------------------*/
aside ul {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

    aside ul ul {
        border: none;
    }

aside .menu-body-wrapper > ul > .subsection {
    padding: 0 20px;
    margin: 0 -20px;
}

aside .subsection ul {
    display: none;
}

.subsection > ul > li {
    padding-left: 12px;
}

aside .subsection .subsection ul {
    display: inline;
}

.main aside .menu-body-wrapper .subsection > a {
    padding: 3px 20px;
    margin: 0 -20px;
    background-image: url(/assets/images/iconPlus.png);
    background-position: right center;
    border-right: 10px solid transparent;
    background-repeat: no-repeat;
}

aside .subsection.expanded {
    background-color: #E0F0DD;
}

.main aside .menu-body-wrapper .subsection.expanded .subsection a {
    background-image: none;
}

.main aside .menu-body-wrapper .subsection.expanded > a {
    background-color: #D8ECCE;
    background-image: url(/assets/images/iconMinus.png);
}

aside .subsection.expanded > ul {
    display: inline;
}

aside .subsection.expanded .subsection li {
    background-image: url(/assets/images/iconIndent.png);
    background-position: 3px top;
    background-repeat: no-repeat;
    padding-left: 20px;
}

/* ===================
    ALL: Green Theme
   =================== */
.wrapper {
    margin: 0 5%;
}

.header-container .wrapper {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: calc(var(--header-offset) * 1px);
}

.header-container {
    display: table-row;
    height: 1px;
}

.main-container {
    background-color: White;
}

.footer-container {
    border-top: none;
    background: #F3F4F6;
}

.footer-container {
    background: #444444;
}

.main aside .menu-body-wrapper {
    padding: 0 20px 5px;
    color: #66C130;
}

    .main aside .menu-body-wrapper.goback-section {
        padding: 5px 20px;
        background-color: #66C130;
    }

    .main aside .menu-body-wrapper a {
        display: block;
    }

    .main aside .menu-body-wrapper.goback-section a {
        color: white;
    }

.main aside .section-divider {
    height: 1px;
    background: #6CBD45;
}

.title {
    color: white;
}

#search {
    border: medium none;
    border-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 33px;
    font-size: .8em;
    width: 230px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

header > nav > ul {
    background-color: #544737;
}

#footerWrapper div.footerCol {
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    width: 25%;
}
/* ==============
    MOBILE: Menu
   ============== */
#search {
    display: inline;
    float: none;
    margin: 6px auto 0;
    vertical-align: middle;
    background-color: #252525;
    border: medium none;
    border-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 0.8em;
    line-height: 33px;
    padding-left: 15px;
    padding-right: 15px;
    width: 95%;
}

nav {
    width: 100%;
}

    nav ul {
        margin: 0;
        padding: 0;
    }

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 15px 0;
}

    .main aside li {
        list-style: none;
    }

    .main aside a {
        text-decoration: none;
    }

        .main aside a.selected, .main aside a.selected:visited {
            color: #333333;
        }

        .main aside a, .main aside a:visited {
            color: #5dac3b;
        }

            .main aside a:hover {
                text-decoration: underline;
            }

.footer-container footer {
    color: white;
    padding: 20px 0 50px;
}

#footerWrapper div.footerCol {
    width: 100%;
}

aside figure {
    max-width: none;
}
/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

.header-border {
    background-image: url(/assets/images/headerBackground.jpg);
    background-position: top center !important;
    background-repeat: repeat-x;
    border-bottom: 6px solid #66C130;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

    /* ====================
    INTERMEDIATE: Menu
   ==================== */
    #footerWrapper div.footerCol {
        width: 50%;
    }
    /* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: flex;
        height: 100%;
        align-items: center;
    }
}

@media only screen and (min-width: 1200px) {
    figure.floatLeft, figure.floatRight {
        max-width: 50%;
    }

    .header-container {
        background-position: bottom center !important;
    }

        .header-container header nav {
            display: flex;
            height: 70px;
            justify-content: flex-end;
            flex: 1;
        }

    .navbar-toggle {
        display: none;
    }

    header > nav > ul {
        background-color: transparent;
        display: flex;
        align-items: center;
    }

    #searchContainer {
        display: flex;
        align-items: center;
        background-color: transparent;
        margin: 0 10px;
    }

    #search {
        background-color: #252525;
        display: block;
        float: none;
        margin: 0 5px 0 0;
        width: 230px;
    }

    nav {
        height: 168px;
    }

        nav ul {
            margin: 0;
            padding: 0;
        }

        nav li:first-child a {
            margin-left: 0;
        }

        nav li:last-child a {
            margin-right: 0;
        }

    .header-border {
        height: 70px;
    }
    /* ============
        WIDE: Menu
       ============ */

    .title {
        float: left;
    }

    nav {
        margin-top: 0px;
    }

    /* ============
    WIDE: Main
   ============ */

    .main article {
        width: 75%;
    }

    .main aside {
        float: right;
        width: 25%;
        margin-top: 60px;
    }

    #footerWrapper div.footerCol {
        width: 25%;
    }

    .footer-container footer {
        padding-bottom: 20px;
    }

    .wrapper {
        width: 1120px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1251px) {
    .logo-link {
        font-size: 1.5em !important;
    }

    nav a {
        font-size: 1.2em !important;
    }
}

@media only screen and (min-width: 1251px) and (max-width: 1459px) {
    .header-container .wrapper {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .logo-link {
        font-size: 1.8em !important;
    }

    nav a {
        font-size: 1.4em !important;
    }
}

@media only screen and (min-width: 1460px) {

    /* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1440px;
        margin: 0 auto;
    }

    .header-container .wrapper {
        width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.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 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    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: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.lt-ie9 #search {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal;
    font-family: Arial;
    font-size: 1em;
}

.gt-ie8 #search {
    height: 40px;
    line-height: normal;
    font-size: 1.2em;
}

    .gt-ie8 #search::-ms-clear {
        display: none;
    }

.breadcrumb-arrow {
    background-image: url(/assets/images/breadcrumbArrow.png);
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 8px;
    margin: 0 8px;
}

.cms-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.cms-overlay-background {
    background-color: Black;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    z-index: -1;
}

.cms-overlay-header {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: white;
}

    .cms-overlay-header .cms-button.close {
        position: absolute;
        padding: 6px 10px;
        background-color: #000;
        right: -22px;
        top: -14px;
        cursor: pointer;
        vertical-align: middle;
        border-radius: 14px;
        font-family: sans-serif;
        transition: display 0s, opacity 0.5s linear;
    }

.cms-overlay iframe {
    display: block;
    margin: 20% auto;
}


.k-edit-field .k-checkbox {
    display: inline !important;
}

.autocomplete-suggestions {
    background-color: #ffffff;
    border: 0 1px 1px solid rgba(0, 0, 0, 0.2);
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid rgba(39, 41, 43, 0.15);
    border-radius: 0 0 0.2857rem 0.2857rem;
    box-shadow: 0 1px 4px 0 rgba(39, 41, 43, 0.15);
    cursor: auto;
    display: none;
    font-size: 1rem;
    margin: 0;
    outline: 0 none;
    padding: 0;
    position: absolute;
    text-align: left;
    text-shadow: none;
    top: 100%;
    white-space: nowrap;
    z-index: 11;
    transition: box-shadow 0.2s ease 0s, border 0.2s ease 0s, opacity 0.2s ease 0s;
}

.autocomplete-suggestion {
    box-shadow: none;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    height: auto;
    line-height: 1.2em;
    padding: 0.65rem 1.25rem !important;
    position: relative;
    text-transform: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 1.1em !important;
    padding-right: calc(2.1em) !important;
    white-space: normal;
    word-wrap: normal;
}

.lt-ie9 .autocomplete-suggestion {
    font-size: 1em;
}

.autocomplete-suggestions > .autocomplete-suggestion:first-child {
    border-top-width: 0;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }

/* 2022 Refresh Revisions */
.nodes .node {
    border-radius: 10px;
}

#searchContainer form #search {
    background-color: white;
    color: black;
}

#carouselWrapper .carouselItem .item-container .item-btn-wrapper a {
    background-color: #69BF3C !important;
}

.image-group .col.col-4-1, .image-group .col.col-4-2, .image-group .col.col-4-3, .image-group .col.col-4-4 {
    width: 24.3%;
    padding: 0;
}

#top-section {
    display: flex;
}

    #top-section iframe {
        width: 100%;
        height: 363px;
    }

#video-player {
    width: 65%;
}

#now-playing {
    width: 32%;
    margin-left: 3%;
    background: #f3f3f3;
    padding: 1rem;
    box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.25);
    font-size: 1rem;
}

    #now-playing h3 {
        margin-top: 0;
    }

#middle-section {
    margin-top: 1rem;
}

    #middle-section #featured {
        background: #f3f3f3;
        box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.25);
        padding: 1rem;
    }

        #middle-section #featured h1 {
            margin: .2em 0 1em .3em;
            font-size: 2.4em;
            color: #3a3a3a;
            text-align: center;
        }

#bottom-section {
    border: 1px #e7e7e7 solid;
    margin-top: 1rem;
}

    #bottom-section .tabs {
        margin: 20px;
        padding: 0;
        list-style: none;
        position: relative;
        border-bottom: 1px solid #ccc;
        font-size: 1.1rem !important;
    }

        #bottom-section .tabs .active-tab {
            border-top: 1px solid #ccc;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            border-bottom: none;
            position: relative;
            color: black;
        }

    #bottom-section li:before {
        content: none !important;
    }

    #bottom-section .tabs li {
        display: inline-block;
        cursor: pointer;
        color: #69BF3C;
        padding: 5px 10px;
    }

        #bottom-section .tabs li:first-child {
            margin-left: 10px;
        }

    #bottom-section .tabs-content {
        margin: 20px;
        padding: 0;
        list-style: none;
    }

        #bottom-section .tabs-content li {
            display: none;
            padding-bottom: 30px;
        }

    #bottom-section .image-group .col.col-4-1, #bottom-section .image-group .col.col-4-2, #bottom-section .image-group .col.col-4-3, #bottom-section .image-group .col.col-4-4 {
        width: 23.3%;
        padding: 0;
    }

    #bottom-section .paginate {
        display: inline-block;
        cursor: pointer;
        padding: 5px 10px;
        color: #69BF3C;
        font-weight: bold;
        font-size: 1.1rem;
    }

    #bottom-section .paginate-page {
        display: none;
    }

        #bottom-section .paginate-page.active {
            display: block;
        }

.paginate-left {
    float: left;
}

.paginate-right {
    float: right;
}

#videoWrapper {
    font-size: 1.2em;
}

.paginate-page p {
    margin: 1em .5em;
}

#metadataWrapper {
    display: flex;
}

.image-group .col.col-4-1,
.image-group .col.col-4-2,
.image-group .col.col-4-3,
.image-group .col.col-4-4 {
    padding: 0;
    width: 23%;
    box-shadow: 1px 0px 10px 0px rgb(0 0 0 / 25%);
    margin: 0 1%;
}

    .image-group .col.col-4-1 h2,
    .image-group .col.col-4-2 h2,
    .image-group .col.col-4-3 h2,
    .image-group .col.col-4-4 h2 {
        padding: 0 5%;
    }


select#languageSelector {
    height: 30px;
    border-radius: 5px;
    padding: 0 5px;
}

.image-group .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* semi-transparent black overlay */
    z-index: 9999; /* ensure overlay is above other content */
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px; /* half of spinner height */
    margin-left: -25px; /* half of spinner width */
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #69BF3C;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (min-width: 768px) {

    #navScreenYourself {
        margin-left: 10px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 1082px) {
    nav a {
        font-size: 1.82em;
    }
}

@media only screen and (max-width: 767px) {
    .header-border {
        background: #544737;
    }

    .image-group .col.col-4-1, .image-group .col.col-4-2, .image-group .col.col-4-3, .image-group .col.col-4-4 {
        width: 46%;
        margin: 2% 2%;
    }
}

/*#region 2024 Changes*/
.header-container .wrapper {
    display: flex;
    justify-content: space-between;
    height: 70px;
}

.logo-link {
    display: flex;
    color: #e9e9e9;
    text-decoration: none;
    font-size: 2.1em;
    font-weight: 700;
    align-items: center;
}

    .logo-link img {
        margin-right: 10px;
        height: 60px;
    }

nav a {
    font-weight: 500;
    text-decoration: none;
    font-size: 1.6em;
    text-wrap: nowrap;
    color: #e9e9e9;
    padding: 0 15px;
}

    nav a i {
        font-size: .8em;
    }

.hover-pulldown {
    position: absolute;
    flex-direction: column;
    z-index: 2;
    margin-left: 5px;
    border-radius: 5px;
    padding: 5px 0;
    max-width: 220px;
    display: none;
    top: calc((var(--header-offset) + 70) * 1px);
    border: 6px #66C130 solid;
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #544943;
}

    .hover-pulldown li {
        padding: 7px 20px;
    }

        .hover-pulldown li a {
            color: #e9e9e9;
            padding: 0;
            text-wrap: wrap;
            max-width: 100%;
            display: flex;
        }

        .hover-pulldown li:hover {
            background: #3b3330;
        }

    .hover-dropdown:hover .hover-pulldown, .hover-pulldown:hover {
        display: flex;
    }

.click-dropdown, .click-pulldown {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .logo-link {
        flex: 1;
    }

    header nav {
        flex-direction: column;
        position: absolute;
        z-index: 2;
        max-width: 180px;
        border: 6px #66C130 solid;
        border-top: none;
        right: 10px;
        top: calc((var(--header-offset) + 70) * 1px);
        padding: 0 10px 10px 15px;
        background: #544737;
        border-radius: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    header > nav > ul {
        background-color: transparent;
    }

    .gt-ie8 #search {
        height: 32px;
        margin-top: 5px;
    }

    #languageSelector {
        margin-top: 10px;
    }

    nav a {
        padding: 0;
    }

    nav ul li {
        margin: 10px 0;
    }

    .hover-dropdown {
        display: none;
    }

    .click-dropdown {
        display: block;
    }

    nav .click-pulldown a {
        font-size: 1.3em;
        text-wrap: wrap;
    }

    ul.click-pulldown {
        border-bottom: 1px #e9e9e9 solid;
    }

    .click-dropdown .fa-angle-down {
        transition: .3s all;
    }

        .click-dropdown .fa-angle-down.rotated {
            transform: rotate(180deg);
        }
}

@media only screen and (max-width: 787px) {
    .logo-link {
        text-wrap: wrap;
        font-size: 1.8em;
        max-width: 80%;
    }
}

.video-card {
    background: rgb(102 193 48 / 30%);
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 900px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 2px 10px 0 #b4b4b4;
}

.video {
    position: relative;
    aspect-ratio: 16/9;
}

.video-info {
    display: flex;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    padding: 20px;
    color: #3c3c3c;
}

.video-title {
    font-size: 1.5em;
    margin-bottom: 5px;
    font-weight: 500;
}

.video-description {
    font-size: 1.15em;
}

article .cms-editable, article #cms-region-1 {
    padding: 0 10%;
}

article .cms-editable, article #cms-region-1, article .cms-editable-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-container #contentWrapper .main.wrapper {
    display: flex;
}

article .cms-editable, article #cms-region-1 {
    padding: 0 5%;
    box-sizing: border-box;
}

.main-container #contentWrapper article h1 {
    margin-bottom: .9em;
    text-align: center;
    font-size: 4em;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #2b2a2a;
}

aside > div > ul {
    border-radius: 10px;
    padding: 20px 10px;
    box-shadow: 0 0 4px 0px #bfbfbf;
    background: rgb(77 56 55 / 5%);
}

.main aside ul li a, .main aside ul li a:visited {
    text-decoration: none !important;
    font-size: 1.2em;
    padding: 10px 5px;
    border-bottom: 1px solid rgb(102 193 48 / 40%);
    color: #4e972f;
}

    .main aside ul li a.selected, .main aside ul li a.selected:visited {
        font-weight: 500;
        font-size: 1.25em;
    }

aside ul li a:not(.section-header):hover {
    background: rgb(102 193 48 / 10%);
}

aside ul li a.section-header {
    font-size: 1.9em;
    color: #3c3c3c !important;
    margin-bottom: 10px;
    line-height: 1.3;
    padding: 0 5px;
    border-bottom: none;
}

aside ul li ul li:last-of-type a {
    border-bottom: none;
}

.cms-editable#cms-region-1 ul {
    padding-left: 0 !important;
    margin-top: 0 !important;
}

    .cms-editable#cms-region-1 ul li {
        padding-left: 40px;
    }

        .cms-editable#cms-region-1 ul li::before {
            left: 10px !important;
        }

.cms-editable#cms-region-1 h4, .cms-editable#cms-region-1 p, #cms-region-1 p {
    width: 100%;
}

.cms-editable#cms-region-1 h4 {
    margin-top: 10px !important;
    font-size: 24px !important;
}

.cms-editable#cms-region-1 img {
    width: 80%;
    max-width: 900px !important;
}

.cms-editable#cms-region-1 .block.rounded-lg.shadow-lg {
    background: rgb(102 193 48 / 30%);
    box-shadow: 0px 2px 10px 0 #b4b4b4;
}

.quote-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Inter', sans-serif;
    color: rgba(31, 41, 55, 0.8);
    font-size: 1.6em;
    margin-top: -60px;
}

.quote-top {
    display: flex;
    padding-left: 50px;
    align-items: center;
}

    .quote-top svg {
        min-width: 80px;
        color: rgb(156 163 175);
        width: 80px;
    }

.quote-container .quote {
    margin-top: 15px;
}

.quote-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: .9em;
    text-align: right;
    width: 100%;
}

hr {
    border-top: 1px solid #b1b1b1;
    margin: 20px 0;
    width: 100%;
}

html.video {
    aspect-ratio: initial;
}

.main-container #contentWrapper .main.wrapper#home-wrapper {
    width: 100%;
    padding-top: 0;
    margin: 0;
}

#home-wrapper #cms-region-1,
#home-wrapper #cms-region-2,
#home-wrapper #cms-region-3,
#home-wrapper #cms-region-4,
#home-wrapper #cms-region-5 {
    padding: 0;
    width: 100%;
}

#home-wrapper #cms-region-1 {
    overflow: hidden;
    max-height: calc(100vh - 76px);
    position: relative;
}

    #home-wrapper #cms-region-1 img {
        width: 100%;
        max-width: none !important;
    }

    #home-wrapper #cms-region-1 p {
        margin: 0;
        position: absolute;
        text-align: center;
        font-family: "Inter", sans-serif;
        display: flex;
        flex-direction: column;
        top: 55%;
        transform: translateY(-50%);
    }

        #home-wrapper #cms-region-1 p span:first-of-type {
            font-size: 60px;
            font-weight: 600;
            color: black;
        }

        #home-wrapper #cms-region-1 p span:last-of-type {
            font-size: 26px;
            margin-top: 20px;
            color: #4f4f4f;
        }

div#carouselWrapper {
    height: calc(80vh - 76px);
}

body:has(#cmsHeaderPanel) div#carouselWrapper {
    height: calc(80vh - 165px);
}

body:has(#cmsHeaderPanel) #home-wrapper #cms-region-1 {
    max-height: calc(100vh - 165px);
}

body:has(#cmsHeaderPanel) #contentOneSource #home-wrapper #cms-region-1 {
    max-height: calc(100vh - 345px);
}

#home-wrapper article .cms-editable-container {
    display: block;
    overflow: hidden;
}

#home-wrapper #cms-region-2, #home-wrapper #cms-region-4 {
    background: rgba(100,78,53,0.15);
}

/* Start 3x2 tiles */
.tile-grid-3x2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 60px 0;
}

.tile-row-3x2 {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px 0;
}

.tile-grid-3x2 .tile-row-3x2 .tile-3x2 {
    width: 35%;
    background: #cfdec6;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: 2px 2px 5px 1px #afafaf;
    color: #212121;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    margin: 0 2%;
    transition: .3s all;
}

    .tile-grid-3x2 .tile-row-3x2 .tile-3x2:hover {
        scale: 1.1;
    }

.tile-icon-3x2 {
    height: 40px;
    width: 40px;
}

.tile-title-3x2 {
    font-size: 1.6em;
    margin-left: 15px;
    font-weight: 600;
}

.tile-header-3x2 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.tile-description-3x2 {
    color: #575757;
    font-size: 1.3em;
}
/* End 3x2 tiles */

/* Start 1x3 tiles */
.tile-grid-1x3 {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 60px 0;
}

.cms-editable .tile-grid-1x3 .tile-1x3 {
    width: 22.25%;
    background: #cfdec6;
    border-radius: 10px;
    padding: 20px 30px 40px 30px;
    box-shadow: 2px 2px 5px 1px #afafaf;
    color: #212121;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    margin: 0 1%;
    transition: .3s all;
}

    .cms-editable .tile-grid-1x3 .tile-1x3:hover {
        scale: 1.1;
    }

.tile-icon-1x3 {
    height: 60px;
    width: 60px;
}

.tile-title-1x3 {
    font-size: 1.6em;
    margin-left: 15px;
    font-weight: 600;
}

.tile-header-1x3 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.tile-description-1x3 {
    color: #575757;
    font-size: 1.3em;
}
/* End 1x3 tiles */

.alert-box {
    font-size: 1.3em;
    background: #5c4e4d;
    padding: 20px 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    font-family: "Inter", sans-serif;
    color: white;
}

.alert-heading {
    margin: 0 30px 0 10px;
}

.alert-button {
    background: #66c130;
    padding: 10px 30px;
    color: white !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    transition: .1s all;
}

    .alert-button:hover {
        background: #529d26;
    }

    .alert-button svg {
        margin-left: 5px;
    }

#home-wrapper #cms-region-3 {
    margin-bottom: 60px;
}

.home-text-header {
    display: flex;
    justify-content: center;
}

.home-text-region {
    width: 75%;
    margin: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-container #contentWrapper article .home-text-header h1 {
    color: #6f6f6f;
    font-size: 3.5em;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin: 0 0 50px 0;
}

    .main-container #contentWrapper article .home-text-header h1:last-child {
        color: #66c130;
        margin-left: 10px;
    }

.home-text-body:not(.home-text-faq-grid) {
    font-family: "Inter", sans-serif;
    font-size: 1.3em;
    line-height: 2;
    color: #3a3a3a;
    margin: 0;
}

.home-text-body.home-text-faq-grid {
    display: flex;
}

.home-text-faq-column {
    display: flex;
    flex-direction: column;
    margin: 0 2%;
    flex: 1;
}

.home-text-faq-header {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #1c1c1c;
    font-size: 1.1em;
}

    .home-text-faq-header svg {
        width: 35px;
        height: 35px;
        color: #66c130;
        margin-right: 5px;
    }

.home-text-faq {
    font-family: "Inter", sans-serif;
    font-size: 1.4em;
    color: #4b4b4b;
}

.home-text-faq-body {
    line-height: 1.6;
    margin: 20px 0 30px 0;
}

.alert-button.faq-button {
    display: flex;
    width: fit-content;
    font-size: 1.5em;
    font-family: "Inter", sans-serif;
    padding: 15px 40px;
    align-items: center;
}

    .alert-button.faq-button svg {
        width: 25px;
        height: 25px;
        margin-left: 20px;
        margin-top: 2px;
    }

.page-list-wrapper h1 {
    font-size: 4.5em;
    text-align: center;
    font-family: "Inter", sans-serif;
    margin-top: .33em;
}

.page-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: none !important;
}

    .page-list .page-card {
        display: flex;
        width: 75%;
        padding: 50px 0;
        border-bottom: 1px rgb(102 193 48 / 50%) solid;
        align-items: center;
    }

        .page-list .page-card:first-of-type {
            padding-top: 20px;
        }

        .page-list .page-card:last-of-type {
            border-bottom: none;
        }

.page-card-thumbnail {
    width: 50%;
    min-width: 50%;
    height: fit-content;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px 0 #cbcaca;
}

.page-card-body {
    font-family: "Inter", sans-serif;
    font-size: 1.6em;
    padding-left: 50px;
}

    .page-card-body > a {
        font-size: 1.5em;
        text-decoration: none !important;
    }

        .page-card-body > a:hover {
            color: #4a8f21 !important;
        }

.page-tags {
    display: flex;
    flex-wrap: wrap;
}

    .page-tags.footer-tags {
        width: 100%;
        margin-top: 40px;
    }

.page-tag {
    background: rgb(102 193 48 / 40%);
    padding: 5px 15px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: "Inter", sans-serif;
    color: #333 !important;
    text-decoration: none !important;
    font-size: .9em;
}

.page-tags.footer-tags .page-tag {
    font-size: 1.1em;
}

.interactives-iframe {
    width: 100%;
    border: none;
    height: 500px;
    max-width: none !important;
}

    .interactives-iframe.caffeine-iframe {
        height: 700px;
    }

.page-card-description {
    text-align: left !important;
}

.cms-editable .page-card-body, #cms-region-1 .page-card-body {
    font-size: 1.3em;
}

.page-list > .page-card > .page-card-thumbnail > img, .page-list > .page-card > .page-card-thumbnail > a > img {
    width: 100% !important;
    max-width: none !important;
}

#cms-region-1 .page-list .page-card {
    width: 100%;
}

.tour-wrapper *, .category-description * {
    font-family: "Inter", sans-serif;
}

.main-container #contentWrapper article .tour-description h1 {
    font-size: 3.2em;
    font-weight: 700;
    margin-bottom: 1.4em;
}

.main-container #contentWrapper article .tour-description h2 {
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.2em;
    color: #3d3d3d;
}

.main-container #contentWrapper article .tour-description p {
    font-size: 1.5em;
    max-width: 80%;
    margin-left: 10%;
    color: #1f2937cc;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 3em;
}

.main-container #contentWrapper article .tour-description ul li {
    font-size: 1.4em;
    color: #1f2937cc;
    max-width: 80%;
    margin-left: 10%;
    line-height: 1.7;
}

.tour-tile-grid {
    display: flex;
    flex-direction: column;
}

    .tour-tile-grid.tour-tile-grid-small {
        width: 85%;
    }

.tour-tile-row {
    display: flex;
}

.tour-tile {
    display: flex;
    width: 45%;
    margin: 30px 2.5%;
    background: rgb(102 193 48 / 30%);
    color: #333 !important;
    border-radius: 10px;
    box-shadow: 3px 4px 10px 0 #b4b4b4;
    text-decoration: none !important;
    align-items: center;
    min-height: 300px;
    transition: .3s all;
}

    .tour-tile.tour-tile-small {
        min-height: auto;
        padding: 20px 0;
        font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
        font-style: italic;
        justify-content: center;
        font-size: 1.2em;
        box-shadow: 2px 4px 8px -2px #b4b4b4;
    }

    .tour-tile:hover {
        transform: translate(5px, 5px);
    }

.tour-tile-left {
    padding-right: 10px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: grid;
}

.tour-tile-right {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
    padding-right: 10px;
}

.tour-tile-title {
    font-size: 1.6em;
    font-weight: 700;
    margin-top: 20px;
}

.tour-tile-description {
    font-size: 1.3em;
    margin: 10px 0;
}

.tour-wrapper hr {
    margin-left: 5%;
    width: 95%;
}

.main-container #contentWrapper article .category-description h1 {
    font-weight: 700;
    font-size: 3.2em;
}

#contentWrapper .category-description > p {
    text-align: left;
    color: #1f2937cc;
    font-size: 1.5em;
}

article .alt-bg {
    background: rgba(100,78,53,0.15);
}

#contentWrapper article .cms-editable .category-description, #contentWrapper article #cms-region-1 .category-description {
    width: 100%;
}

#categoryWrapper .cms-editable {
    padding: 40px 0;
}

    #categoryWrapper .cms-editable#cms-region-1 {
        padding-top: 0;
    }

#categoryWrapper article {
    display: flex;
    flex-direction: column;
}

#categoryWrapper .breadcrumbWrapper {
    align-self: center;
}

.category-description h2 {
    font-weight: 700;
    font-size: 2.8em;
    text-align: center;
}

.pageSlider-page {
    position: relative;
}

.pageSlider-container {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.pageSlider-pages {
    max-width: 90%;
    display: flex;
    overflow: hidden;
}

.pageSlider-page {
    position: relative;
    min-width: 30%;
    display: flex;
    flex-direction: column;
    padding: 0 2%;
    transition: .2s all;
}

    .pageSlider-page:hover {
        scale: 1.05;
    }

.pageSlider-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pageSlider-page > div:has(.pageSlider-iframe) {
    border-radius: 10px;
    overflow: hidden;
}

.pageSlider-img {
    border-radius: 10px;
}

.pageSlider-container .fa-chevron-right, .pageSlider-container .fa-chevron-left {
    font-size: 3.5em;
    color: #454545;
    cursor: pointer;
    width: 5%;
    text-align: center;
}

    .pageSlider-container .fa-chevron-right:hover, .pageSlider-container .fa-chevron-left:hover {
        color: #242424;
    }

    .pageSlider-container .fa-chevron-right.disabled, .pageSlider-container .fa-chevron-left.disabled {
        color: #a5a5a5;
        cursor: default;
    }

.pageSlider-container *:not(i) {
    font-family: "Inter", sans-serif;
    color: #242323;
    text-decoration: none !important;
}

.pageSlider-title {
    text-align: center;
    margin-top: 20px;
    font-size: 1.55em;
}

.pageSlider-description {
    font-size: 1.3em;
    margin-top: 5px;
}

textarea.k-textbox {
    resize: both;
}

.min-50 {
    min-width: 50%;
}

.event-section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 3em;
    font-weight: 700;
    margin-top: 0;
}

.event-section {
    padding: 40px 0;
}

    .event-section * {
        font-family: "Inter", sans-serif;
    }

.event-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .event-section .form-card {
        width: 50%;
        padding: 30px;
        background: rgb(242, 242, 242);
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
        margin-bottom: 40px;
    }

        .event-section .form-card h3 {
            text-align: center;
            font-size: 2em;
            max-width: 90%;
            margin: 0 auto 30px auto;
        }

    .event-section .form-group {
        display: flex;
        flex-direction: column;
        margin: 30px 0;
    }

    .event-section label {
        font-size: 1.8em;
        color: rgb(31, 41, 55);
        margin-bottom: 15px;
        margin-left: 5px;
    }

    .event-section input, .event-section textarea {
        border-radius: 8px;
        border: 1px solid rgba(31, 41, 55, 0.2);
        padding: 10px 15px;
        font-size: 1.5em;
    }

        .event-section input:focus, .event-section textarea:focus {
            outline: 1px solid rgba(31, 41, 55, 0.3);
        }

    .event-section .form-group textarea {
        height: 6em;
        font-size: 1.4em;
    }

    .event-section ::placeholder {
        color: #898989;
    }

    .event-section button {
        background: rgb(102 193 48 / 30%);
        border: none;
        border-radius: 5px;
        padding: 15px 40px;
        font-size: 1.6em;
        font-weight: 500;
        box-shadow: 3px 4px 10px 0 #b4b4b4;
        transition: .3s all;
    }

        .event-section button:hover {
            transform: translate(3px, 3px);
        }

#pastEvents {
    display: none;
    opacity: 0;
    transition: .2s all;
    margin-top: 50px;
}

.main .event-card, .main .event-card:visited {
    background: #cfdec6;
    width: 42%;
    border-radius: 10px;
    box-shadow: 3px 4px 10px 0 #b4b4b4;
    padding: 15px;
    display: flex;
    color: #333;
    text-decoration: none !important;
    cursor: pointer;
    transition: .3s all;
    margin-bottom: 40px;
}

    .main .event-card:hover {
        transform: translate(3px, 3px);
    }

.event-card-calendar {
    border: 1px solid #544737;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.event-month {
    background: #544737;
    color: white;
    text-align: center;
    font-size: 1.7em;
    padding: 5px 40px;
}

.event-day {
    font-weight: 700;
    font-size: 3.5em;
    text-align: center;
    line-height: 1.2;
}

.event-card-calendar-bottom {
    display: flex;
    justify-content: space-between;
    padding: 0 10px 5px 10px;
    margin-top: -5px;
}

    .event-card-calendar-bottom > span {
        font-size: 1.3em;
        font-weight: 700;
    }

.event-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 2em;
}

.event-card-right {
    padding-left: 20px;
}

.event-description {
    font-size: 1.3em;
    color: #3d3d3d;
}

.event-date {
    font-size: 1.5em;
}

#eventsWrapper .breadcrumbWrapper {
    padding: 0 10%;
}

.event-card-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
}

#carouselWrapper li::before {
    content: "";
}

.events-pagination {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: -10px;
}

.event-section i.fa-solid {
    font-family: "Font Awesome 6 Free";
    cursor: pointer;
    color: rgb(73 151 27);
    font-size: 3.5em;
}

    .event-section i.fa-solid:not(.disabled):hover {
        color: rgb(60 127 21);
    }

    .event-section i.fa-solid.disabled {
        opacity: .3;
        cursor: default;
    }

.alert-banner {
    width: 100%;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 1.5em;
    padding: 10px 0;
    position: absolute;
    top: 0;
    z-index: 99999999;
}

    .alert-banner.alert-success {
        background: #cfdec6;
    }

    .alert-banner i {
        float: right;
        margin-top: 5px;
        margin-right: 20px;
        cursor: pointer;
    }

#categoryWrapper .breadcrumbWrapper {
    width: 100%;
}

.reading-time-container {
    width: 100%;
    text-align: center;
    margin-top: -2em;
    margin-bottom: 20px;
}

.reading-time {
    font-size: 1.75em;
    font-family: "Inter", sans-serif;
    color: rgba(31, 41, 55, 0.8);
}

.page-card-iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

.page-card-reading-time {
    margin-top: -10px;
    color: rgb(107, 114, 128);
}

.event-request {
    font-size: 1.5rem;
    max-width: 80%;
    font-weight: 400;
    font-family: InterVariable, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    color: rgb(17, 24, 39);
}

@media (max-width: 768px) {
    #home-wrapper #cms-region-1 p span:first-of-type {
        font-size: 40px;
    }

    #home-wrapper #cms-region-1 p span:last-of-type {
        font-size: 20px;
    }

    .tile-row-3x2 .tile-3x2:last-of-type {
        margin-top: 40px;
    }

    .tile-grid-3x2 .tile-row-3x2 .tile-3x2, .cms-editable .tile-grid-1x3 .tile-1x3 {
        width: 80%;
    }

    .cms-editable .tile-grid-1x3 .tile-1x3 {
        margin: 20px 0;
    }

    .tile-row-3x2, .tile-grid-1x3, .home-text-header, .home-text-body.home-text-faq-grid, .page-list .page-card {
        flex-direction: column;
        align-items: center;
    }

    .main-container #contentWrapper article #cms-region-4 .home-text-header h1:first-of-type {
        margin-bottom: 10px;
    }

    div#carouselWrapper {
        height: 426px;
    }

    .page-list .page-card {
        width: 100%;
    }

    .page-card-thumbnail {
        width: 100%;
        min-width: 100%;
        margin-bottom: 20px;
    }

    .page-card-body {
        padding-left: 0;
    }

    .wrapper {
        margin: 0;
    }

    .page-list-wrapper {
        padding: 0 5%;
    }

    .pageSlider-container .fa-chevron-right, .pageSlider-container .fa-chevron-left {
        width: auto;
    }

    .pageSlider-container {
        justify-content: space-around;
        padding-left: 10px;
    }

    .pageSlider-page {
        min-width: 96%;
    }

    .pageSlider-pages {
        max-width: 80%;
    }

    .alert-box {
        margin: 0 10px;
        flex-direction: column;
    }

        .alert-box svg {
            display: none;
        }

    .alert-heading {
        text-align: center;
        margin-bottom: 10px;
        font-size: 1.4em;
    }
}

@media (max-width: 1000px) {
    .event-section .form-card {
        width: 80%;
    }

    .main .event-card, .main .event-card:visited {
        width: 85%;
    }
}

@media (max-width: 1100px) {
    .tour-tile-row {
        flex-wrap: wrap;
    }

    .tour-tile {
        width: 100%;
        margin: 30px 0;
        min-height: 250px;
    }
}

@media (max-width: 1200px) {
    .main-container #contentWrapper .main.wrapper {
        flex-direction: column;
    }

    .main-container #contentWrapper #categoryWrapper.main.wrapper {
        margin: 0;
    }

    #categoryWrapper .category-description, #categoryWrapper .breadcrumbWrapper, .pageSlider-container {
        max-width: calc(100vw - 20px);
    }
}

@media (min-width: 1200px) {
    #categoryWrapper .breadcrumbWrapper {
        width: 1200px;
    }

    #contentWrapper article .cms-editable .category-description, #contentWrapper article #cms-region-1 .category-description {
        width: 1200px;
    }
}
/*#endregion*/

