/*!
Theme Name: kinark
Theme URI: http://underscores.me/
Author: Gage Communications
Author URI: https://www.gagecommunications.ca
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kinark
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

kinark is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400&display=swap");

* {
    margin: 0;
    padding: 0;
}

input, button, textarea {
    font-size: inherit;
    font-family: inherit;
}

p {
    line-height: 1.5;
    margin-bottom: 1.5em;
}

p:last-child {
    margin-bottom: 0;
}

:focus {
    outline: 1px solid black;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #231f20;
}

@font-face {
    font-family: "VentiCF";
    src: url("assets/fonts/venti/VentiCF-Medium.woff2") format("woff2"), url("assets/fonts/venti/VentiCF-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "VentiCF";
    src: url("assets/fonts/venti/VentiCF-MediumOblique.woff2") format("woff2"), url("assets/fonts/venti/VentiCF-MediumOblique.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "VentiCF";
    src: url("assets/fonts/venti/VentiCF-Bold.woff2") format("woff2"), url("assets/fonts/venti/VentiCF-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "VentiCF";
    src: url("assets/fonts/venti/VentiCF-Black.woff2") format("woff2"), url("assets/fonts/venti/VentiCF-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

h1, h2, h3, h4 {
    font-family: "VentiCF";
    font-weight: bold;
}

h1 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0.5em;
    color: #007ba6;
}

h3 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 0.5em;
    color: #262262;
}

h4 {
    font-size: 20px;
    color: #5d2764;
    line-height: 1;
    margin-bottom: 0.5em;
}

a {
    color: #8ec642;
}

ul, ol {
    margin-bottom: 1.5em;
    padding-left: 0;
}

.hidden {
    display: none;
}

.screen-reader-text {
    position: absolute;
    left: -9999999px;
}

.no-break {
    white-space: nowrap;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* classes attached to <body> */
.fc-not-allowed,
.fc-not-allowed .fc-event {
    /* override events' custom cursors */
    cursor: not-allowed;
}

.fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fc {
    /* layout of immediate children */
    display: flex;
    flex-direction: column;
    font-size: 1em;
}

.fc,
.fc *,
.fc *:before,
.fc *:after {
    box-sizing: border-box;
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    /* normalize cross-browser */
}

.fc th {
    text-align: center;
}

.fc th,
.fc td {
    vertical-align: top;
    padding: 0;
}

.fc a[data-navlink] {
    cursor: pointer;
}

.fc a[data-navlink]:hover {
    text-decoration: underline;
}

.fc-direction-ltr {
    direction: ltr;
    text-align: left;
}

.fc-direction-rtl {
    direction: rtl;
    text-align: right;
}

.fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
}

/* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
/* inner-wrappers are responsible for being absolute */
/* TODO: best place for this? */
.fc-liquid-hack td,
.fc-liquid-hack th {
    position: relative;
}

@font-face {
    font-family: 'fcicons';
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.fc-icon {
    /* added for fc */
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'fcicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
    content: "\e900";
}

.fc-icon-chevron-right:before {
    content: "\e901";
}

.fc-icon-chevrons-left:before {
    content: "\e902";
}

.fc-icon-chevrons-right:before {
    content: "\e903";
}

.fc-icon-minus-square:before {
    content: "\e904";
}

.fc-icon-plus-square:before {
    content: "\e905";
}

.fc-icon-x:before {
    content: "\e906";
}

/*
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css

These styles only apply when the standard-theme is activated.
When it's NOT activated, the fc-button classes won't even be in the DOM.
*/
.fc {
    /* reset */
}

.fc .fc-button {
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.fc .fc-button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

.fc .fc-button {
    -webkit-appearance: button;
}

.fc .fc-button:not(:disabled) {
    cursor: pointer;
}

.fc .fc-button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

.fc {
    /* theme */
}

.fc .fc-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4em 0.65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25em;
}

.fc .fc-button:hover {
    text-decoration: none;
}

.fc .fc-button:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

.fc .fc-button:disabled {
    opacity: 0.65;
}

.fc {
    /* "primary" coloring */
}

.fc .fc-button-primary {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color, #2C3E50);
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color, #2C3E50);
}

.fc .fc-button-primary:hover {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #1e2b37;
    background-color: var(--fc-button-hover-bg-color, #1e2b37);
    border-color: #1a252f;
    border-color: var(--fc-button-hover-border-color, #1a252f);
}

.fc .fc-button-primary:disabled {
    /* not DRY */
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color, #2C3E50);
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color, #2C3E50);
    /* overrides :hover */
}

.fc .fc-button-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #1a252f;
    background-color: var(--fc-button-active-bg-color, #1a252f);
    border-color: #151e27;
    border-color: var(--fc-button-active-border-color, #151e27);
}

.fc .fc-button-primary:not(:disabled):active:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc {
    /* icons within buttons */
}

.fc .fc-button .fc-icon {
    vertical-align: middle;
    font-size: 1.5em;
    /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */
}

.fc .fc-button-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.fc .fc-button-group > .fc-button {
    position: relative;
    flex: 1 1 auto;
}

.fc .fc-button-group > .fc-button:hover {
    z-index: 1;
}

.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button.fc-button-active {
    z-index: 1;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc .fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
}

.fc .fc-toolbar.fc-footer-toolbar {
    margin-top: 1.5em;
}

.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: .75em;
    /* space between */
}

.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
    margin-right: .75em;
    /* space between */
}

.fc-direction-rtl .fc-toolbar-ltr {
    /* when the toolbar-chunk positioning system is explicitly left-to-right */
    flex-direction: row-reverse;
}

.fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative;
    /* for abs-positioned elements within */
}

.fc .fc-scroller-liquid {
    height: 100%;
}

.fc .fc-scroller-liquid-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.fc .fc-scroller-harness {
    position: relative;
    overflow: hidden;
    direction: ltr;
    /* hack for chrome computing the scroller's right/left wrong for rtl. undone below... */
    /* TODO: demonstrate in codepen */
}

.fc .fc-scroller-harness-liquid {
    height: 100%;
}

.fc-direction-rtl .fc-scroller-harness > .fc-scroller {
    /* undo above hack */
    direction: rtl;
}

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
    /* bootstrap does this. match */
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid table {
    /* all tables (self included) */
    width: 100%;
    /* because tables don't normally do this */
    table-layout: fixed;
}

.fc .fc-scrollgrid table {
    /* inner tables */
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
}

.fc .fc-scrollgrid {
    border-collapse: separate;
    border-right-width: 0;
    border-bottom-width: 0;
}

.fc .fc-scrollgrid-liquid {
    height: 100%;
}

.fc .fc-scrollgrid-section {
    /* a <tr> */
    height: 1px;
}

.fc .fc-scrollgrid-section > td {
    height: 1px;
    /* needs a height so inner div within grow. better than 0, for firefox */
}

.fc .fc-scrollgrid-section table {
    height: 1px;
    /* for most browsers, if a height isn't set on the table, can't do liquid-height within cells */
    /* serves as a min-height. harmless */
}

.fc .fc-scrollgrid-section-liquid {
    height: auto;
}

.fc .fc-scrollgrid-section-liquid > td {
    height: 100%;
    /* better than `auto`, for firefox */
}

.fc .fc-scrollgrid-section > * {
    border-top-width: 0;
    border-left-width: 0;
}

.fc .fc-scrollgrid-section-header > *,
.fc .fc-scrollgrid-section-footer > * {
    border-bottom-width: 0;
}

.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden;
    /* head keeps its bottom border tho */
}

.fc {
    /* stickiness */
}

.fc .fc-scrollgrid-section-sticky > * {
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
    position: sticky;
    z-index: 2;
    /* TODO: var */
    /* TODO: box-shadow when sticking */
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
    top: 0;
    /* because border-sharing causes a gap at the top */
    /* TODO: give safari -1. has bug */
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
    bottom: 0;
    /* known bug: bottom-stickiness doesn't work in safari */
}

.fc .fc-scrollgrid-sticky-shim {
    /* for horizontal scrollbar */
    height: 1px;
    /* needs height to create scrollbars */
    margin-bottom: -1px;
}

.fc-sticky {
    /* no .fc wrap because used as child of body */
    position: sticky;
}

.fc .fc-view-harness {
    flex-grow: 1;
    /* because this harness is WITHIN the .fc's flexbox */
    position: relative;
}

.fc {
    /* when the harness controls the height, make the view liquid */
}

.fc .fc-view-harness-active > .fc-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fc .fc-col-header-cell-cushion {
    display: inline-block;
    /* x-browser for when sticky (when multi-tier header) */
    padding: 2px 4px;
}

.fc .fc-bg-event,
.fc .fc-non-business,
.fc .fc-highlight {
    /* will always have a harness with position:relative/absolute, so absolutely expand */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fc .fc-non-business {
    background: rgba(215, 215, 215, 0.3);
    background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
}

.fc .fc-bg-event {
    background: #8fdf82;
    background: var(--fc-bg-event-color, #8fdf82);
    opacity: 0.3;
    opacity: var(--fc-bg-event-opacity, 0.3);
}

.fc .fc-bg-event .fc-event-title {
    margin: .5em;
    font-size: .85em;
    font-size: var(--fc-small-font-size, 0.85em);
    font-style: italic;
}

.fc .fc-highlight {
    background: rgba(188, 232, 241, 0.3);
    background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
    background: rgba(208, 208, 208, 0.3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

/* link resets */
/* ---------------------------------------------------------------------------------------------------- */
a.fc-event,
a.fc-event:hover {
    text-decoration: none;
}

/* cursor */
.fc-event[href],
.fc-event.fc-event-draggable {
    cursor: pointer;
}

/* event text content */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event .fc-event-main {
    position: relative;
    z-index: 2;
}

/* dragging */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-dragging:not(.fc-event-selected) {
    /* MOUSE */
    opacity: 0.75;
}

.fc-event-dragging.fc-event-selected {
    /* TOUCH */
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* resizing */
/* ---------------------------------------------------------------------------------------------------- */
/* (subclasses should hone positioning for touch and non-touch) */
.fc-event .fc-event-resizer {
    display: none;
    position: absolute;
    z-index: 4;
}

.fc-event:hover,
.fc-event-selected {
    /* TOUCH */
}

.fc-event:hover .fc-event-resizer, .fc-event-selected .fc-event-resizer {
    display: block;
}

.fc-event-selected .fc-event-resizer {
    border-radius: 4px;
    border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
    border-width: 1px;
    border-width: var(--fc-event-resizer-dot-border-width, 1px);
    width: 8px;
    width: var(--fc-event-resizer-dot-total-width, 8px);
    height: 8px;
    height: var(--fc-event-resizer-dot-total-width, 8px);
    border-style: solid;
    border-color: inherit;
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
}

.fc-event-selected .fc-event-resizer:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
}

/* selecting (always TOUCH) */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-selected {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fc-event-selected {
    /* dimmer effect */
}

.fc-event-selected:after {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
    position: absolute;
    z-index: 1;
    /* assume there's a border on all sides. overcome it. */
    /* sometimes there's NOT a border, in which case the dimmer will go over */
    /* an adjacent border, which looks fine. */
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
}

/*
A HORIZONTAL event
*/
.fc-h-event {
    /* allowed to be top-level */
    display: block;
    border: 1px solid #3788d8;
    border: 1px solid var(--fc-event-border-color, #3788d8);
    background-color: #3788d8;
    background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-h-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
}

.fc-h-event .fc-event-main-frame {
    display: flex;
    /* for make fc-event-title-container expand */
}

.fc-h-event .fc-event-time {
    max-width: 100%;
    /* clip overflow on this element */
    overflow: hidden;
}

.fc-h-event .fc-event-title-container {
    /* serves as a container for the sticky cushion */
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    /* important for allowing to shrink all the way */
}

.fc-h-event .fc-event-title {
    display: inline-block;
    /* need this to be sticky cross-browser */
    vertical-align: top;
    /* for not messing up line-height */
    left: 0;
    /* for sticky */
    right: 0;
    /* for sticky */
    max-width: 100%;
    /* clip overflow on this element */
    overflow: hidden;
}

.fc-h-event.fc-event-selected:before {
    /* expand hit area */
    top: -10px;
    bottom: -10px;
}

/* adjust border and border-radius (if there is any) for non-start/end */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
}

/* resizers */
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
    top: 0;
    bottom: 0;
    width: 8px;
    width: var(--fc-event-resizer-thickness, 8px);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
    cursor: w-resize;
    left: -4px;
    left: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
    cursor: e-resize;
    right: -4px;
    right: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

/* resizers for TOUCH */
.fc-h-event.fc-event-selected .fc-event-resizer {
    top: 50%;
    margin-top: -4px;
    margin-top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
    left: -4px;
    left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
    right: -4px;
    right: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

:root {
    --fc-daygrid-event-dot-width: 8px;
}

.fc .fc-popover {
    position: fixed;
    top: 0;
    /* for when not positioned yet */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc .fc-popover-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 3px 4px;
}

.fc .fc-popover-title {
    margin: 0 2px;
}

.fc .fc-popover-close {
    cursor: pointer;
    opacity: 0.65;
    font-size: 1.1em;
}

.fc-theme-standard .fc-popover {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
}

.fc-theme-standard .fc-popover-header {
    background: rgba(208, 208, 208, 0.3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

/* help things clear margins of inner content */
.fc-daygrid-day-frame,
.fc-daygrid-day-events,
.fc-daygrid-event-harness {
    /* for event top/bottom margins */
}

.fc-daygrid-day-frame:before, .fc-daygrid-day-events:before, .fc-daygrid-event-harness:before {
    content: "";
    clear: both;
    display: table;
}

.fc-daygrid-day-frame:after, .fc-daygrid-day-events:after, .fc-daygrid-event-harness:after {
    content: "";
    clear: both;
    display: table;
}

.fc .fc-daygrid-body {
    /* a <div> that wraps the table */
    position: relative;
    z-index: 1;
    /* container inner z-index's because <tr>s can't do it */
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(255, 220, 40, 0.15);
    background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%;
    /* seems to work better than `height` because sets height after rows/cells naturally do it */
}

.fc {
    /* cell top */
}

.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 0.3;
}

.fc {
    /* day number (within cell top) */
}

.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px;
}

.fc {
    /* event container */
}

.fc .fc-daygrid-day-events {
    margin-top: 1px;
    /* needs to be margin, not padding, so that available cell height can be computed */
}

.fc {
    /* positioning for balanced vs natural */
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
    position: absolute;
    left: 0;
    right: 0;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: relative;
    /* for containing abs positioned event harnesses */
    min-height: 2em;
    /* in addition to being a min-height during natural height, equalizes the heights a little bit */
}

.fc .fc-daygrid-body-natural {
    /* can coexist with -unbalanced */
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 1em;
}

.fc {
    /* event harness */
}

.fc .fc-daygrid-event-harness {
    position: relative;
}

.fc .fc-daygrid-event-harness-abs {
    position: absolute;
    top: 0;
    /* fallback coords for when cannot yet be computed */
    left: 0;
    /* */
    right: 0;
    /* */
}

.fc .fc-daygrid-bg-harness {
    position: absolute;
    top: 0;
    bottom: 0;
}

.fc {
    /* bg content */
}

.fc .fc-daygrid-day-bg .fc-non-business {
    z-index: 1;
}

.fc .fc-daygrid-day-bg .fc-bg-event {
    z-index: 2;
}

.fc .fc-daygrid-day-bg .fc-highlight {
    z-index: 3;
}

.fc {
    /* events */
}

.fc .fc-daygrid-event {
    z-index: 6;
    margin-top: 1px;
}

.fc .fc-daygrid-event.fc-event-mirror {
    z-index: 7;
}

.fc {
    /* cell bottom (within day-events) */
}

.fc .fc-daygrid-day-bottom {
    font-size: .85em;
    margin: 2px 3px 0;
}

.fc .fc-daygrid-more-link {
    position: relative;
    z-index: 4;
    cursor: pointer;
}

.fc {
    /* week number (within frame) */
}

.fc .fc-daygrid-week-number {
    position: absolute;
    z-index: 5;
    top: 0;
    padding: 2px;
    min-width: 1.5em;
    text-align: center;
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
    color: #808080;
    color: var(--fc-neutral-text-color, #808080);
}

.fc {
    /* popover */
}

.fc .fc-more-popover {
    z-index: 8;
}

.fc .fc-more-popover .fc-popover-body {
    min-width: 220px;
    padding: 10px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 2px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 2px;
}

.fc-direction-ltr .fc-daygrid-week-number {
    left: 0;
    border-radius: 0 0 3px 0;
}

.fc-direction-rtl .fc-daygrid-week-number {
    right: 0;
    border-radius: 0 0 0 3px;
}

.fc-liquid-hack .fc-daygrid-day-frame {
    position: static;
    /* will cause inner absolute stuff to expand to <td> */
}

.fc-daygrid-event {
    /* make root-level, because will be dragged-and-dropped outside of a component root */
    position: relative;
    /* for z-indexes assigned later */
    white-space: nowrap;
    border-radius: 3px;
    /* dot event needs this to when selected */
    font-size: .85em;
    font-size: var(--fc-small-font-size, 0.85em);
}

/* --- the rectangle ("block") style of event --- */
.fc-daygrid-block-event .fc-event-time {
    font-weight: bold;
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
    padding: 1px;
}

/* --- the dot style of event --- */
.fc-daygrid-dot-event {
    display: flex;
    align-items: center;
    padding: 2px 0;
}

.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    /* important for allowing to shrink all the way */
    overflow: hidden;
    font-weight: bold;
}

.fc-daygrid-dot-event:hover,
.fc-daygrid-dot-event.fc-event-mirror {
    background: rgba(0, 0, 0, 0.1);
}

.fc-daygrid-dot-event.fc-event-selected:before {
    /* expand hit area */
    top: -10px;
    bottom: -10px;
}

.fc-daygrid-event-dot {
    /* the actual dot */
    margin: 0 4px;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 4px solid #3788d8;
    border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
    border-radius: 4px;
    border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}

/* --- spacing between time and title --- */
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px;
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
    margin-left: 3px;
}

/*
A VERTICAL event
*/
.fc-v-event {
    /* allowed to be top-level */
    display: block;
    border: 1px solid #3788d8;
    border: 1px solid var(--fc-event-border-color, #3788d8);
    background-color: #3788d8;
    background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-v-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
    height: 100%;
}

.fc-v-event .fc-event-main-frame {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.fc-v-event .fc-event-time {
    flex-grow: 0;
    flex-shrink: 0;
    max-height: 100%;
    overflow: hidden;
}

.fc-v-event .fc-event-title-container {
    /* a container for the sticky cushion */
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 0;
    /* important for allowing to shrink all the way */
}

.fc-v-event .fc-event-title {
    /* will have fc-sticky on it */
    top: 0;
    bottom: 0;
    max-height: 100%;
    /* clip overflow */
    overflow: hidden;
}

.fc-v-event:not(.fc-event-start) {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fc-v-event:not(.fc-event-end) {
    border-bottom-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-v-event.fc-event-selected:before {
    /* expand hit area */
    left: -10px;
    right: -10px;
}

.fc-v-event {
    /* resizer (mouse AND touch) */
}

.fc-v-event .fc-event-resizer-start {
    cursor: n-resize;
}

.fc-v-event .fc-event-resizer-end {
    cursor: s-resize;
}

.fc-v-event {
    /* resizer for MOUSE */
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
    height: 8px;
    height: var(--fc-event-resizer-thickness, 8px);
    left: 0;
    right: 0;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
    top: -4px;
    top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
    bottom: -4px;
    bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event {
    /* resizer for TOUCH (when event is "selected") */
}

.fc-v-event.fc-event-selected .fc-event-resizer {
    left: 50%;
    margin-left: -4px;
    margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
    top: -4px;
    top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
    bottom: -4px;
    bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc .fc-timegrid .fc-daygrid-body {
    /* the all-day daygrid within the timegrid view */
    z-index: 2;
    /* put above the timegrid-body so that more-popover is above everything. TODO: better solution */
}

.fc .fc-timegrid-divider {
    padding: 0 0 2px;
    /* browsers get confused when you set height. use padding instead */
}

.fc .fc-timegrid-body {
    position: relative;
    z-index: 1;
    /* scope the z-indexes of slots and cols */
    min-height: 100%;
    /* fill height always, even when slat table doesn't grow */
}

.fc .fc-timegrid-axis-chunk {
    /* for advanced ScrollGrid */
    position: relative;
}

.fc .fc-timegrid-axis-chunk > table {
    position: relative;
    z-index: 1;
    /* above the now-indicator-container */
}

.fc .fc-timegrid-slots {
    position: relative;
    z-index: 1;
}

.fc .fc-timegrid-slot {
    /* a <td> */
    height: 1.5em;
    border-bottom: 0;
}

.fc .fc-timegrid-slot:empty:before {
    content: '\00a0';
    /* make sure there's at least an empty space to create height for height syncing */
}

.fc .fc-timegrid-slot-minor {
    border-top-style: dotted;
}

.fc .fc-timegrid-slot-label-cushion {
    display: inline-block;
    white-space: nowrap;
}

.fc .fc-timegrid-slot-label {
    vertical-align: middle;
    /* vertical align the slots */
}

.fc {
    /* slots AND axis cells (top-left corner of view including the "all-day" text) */
}

.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
    padding: 0 4px;
}

.fc {
    /* axis cells (top-left corner of view including the "all-day" text) */
    /* vertical align is more complicated, uses flexbox */
}

.fc .fc-timegrid-axis-frame-liquid {
    height: 100%;
    /* will need liquid-hack in FF */
}

.fc .fc-timegrid-axis-frame {
    overflow: hidden;
    display: flex;
    align-items: center;
    /* vertical align */
    justify-content: flex-end;
    /* horizontal align. matches text-align below */
}

.fc .fc-timegrid-axis-cushion {
    max-width: 60px;
    /* limits the width of the "all-day" text */
    flex-shrink: 0;
    /* allows text to expand how it normally would, regardless of constrained width */
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right;
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
    text-align: left;
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: rgba(255, 220, 40, 0.15);
    background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-timegrid-col-frame {
    min-height: 100%;
    /* liquid-hack is below */
    position: relative;
}

.fc-liquid-hack .fc-timegrid-col-frame {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fc-media-screen .fc-timegrid-cols {
    position: absolute;
    /* no z-index. children will decide and go above slots */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fc-media-screen .fc-timegrid-cols > table {
    height: 100%;
}

.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-media-screen .fc-timegrid-event-harness {
    position: absolute;
    /* top/left/right/bottom will all be set by JS */
}

.fc {
    /* bg */
}

.fc .fc-timegrid-col-bg {
    z-index: 2;
    /* TODO: kill */
}

.fc .fc-timegrid-col-bg .fc-non-business {
    z-index: 1;
}

.fc .fc-timegrid-col-bg .fc-bg-event {
    z-index: 2;
}

.fc .fc-timegrid-col-bg .fc-highlight {
    z-index: 3;
}

.fc .fc-timegrid-bg-harness {
    position: absolute;
    /* top/bottom will be set by JS */
    left: 0;
    right: 0;
}

.fc {
    /* fg events */
    /* (the mirror segs are put into a separate container with same classname, */
    /* and they must be after the normal seg container to appear at a higher z-index) */
}

.fc .fc-timegrid-col-events {
    z-index: 3;
    /* child event segs have z-indexes that are scoped within this div */
}

.fc {
    /* now indicator */
}

.fc .fc-timegrid-now-indicator-container {
    bottom: 0;
    overflow: hidden;
    /* don't let overflow of lines/arrows cause unnecessary scrolling */
    /* z-index is set on the individual elements */
}

.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 2.5% 0 2px;
}

.fc-direction-rtl .fc-timegrid-col-events {
    margin: 0 2px 0 2.5%;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror {
    box-shadow: 0px 0px 0px 1px #fff;
    box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}

.fc-timegrid-event {
    /* events need to be root */
    font-size: .85em;
    font-size: var(--fc-small-font-size, 0.85em);
    border-radius: 3px;
}

.fc-timegrid-event .fc-event-main {
    padding: 1px 1px 0;
}

.fc-timegrid-event .fc-event-time {
    white-space: nowrap;
    font-size: .85em;
    font-size: var(--fc-small-font-size, 0.85em);
    margin-bottom: 1px;
}

.fc-timegrid-event-condensed .fc-event-main-frame {
    flex-direction: row;
    overflow: hidden;
}

.fc-timegrid-event-condensed .fc-event-time:after {
    content: '\00a0-\00a0';
    /* dash surrounded by non-breaking spaces */
}

.fc-timegrid-event-condensed .fc-event-title {
    font-size: .85em;
    font-size: var(--fc-small-font-size, 0.85em);
}

.fc-media-screen .fc-timegrid-event {
    position: absolute;
    /* absolute WITHIN the harness */
    top: 0;
    bottom: 1px;
    /* stay away from bottom slot line */
    left: 0;
    right: 0;
}

.fc {
    /* line */
}

.fc .fc-timegrid-now-indicator-line {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
    border-width: 1px 0 0;
}

.fc {
    /* arrow */
}

.fc .fc-timegrid-now-indicator-arrow {
    position: absolute;
    z-index: 4;
    margin-top: -5px;
    /* vertically center on top coordinate */
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    left: 0;
    /* triangle pointing right. TODO: mixin */
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
    right: 0;
    /* triangle pointing left. TODO: mixin */
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

:root {
    --fc-list-event-dot-width: 10px;
    --fc-list-event-hover-bg-color: #f5f5f5;
}

.fc-theme-standard .fc-list {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
}

.fc {
    /* message when no events */
}

.fc .fc-list-empty {
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* vertically aligns fc-list-empty-inner */
}

.fc .fc-list-empty-cushion {
    margin: 5em 0;
}

.fc {
    /* table within the scroller */
    /* ---------------------------------------------------------------------------------------------------- */
}

.fc .fc-list-table {
    width: 100%;
    border-style: hidden;
    /* kill outer border on theme */
}

.fc .fc-list-table tr > * {
    border-left: 0;
    border-right: 0;
}

.fc .fc-list-sticky .fc-list-day > * {
    /* the cells */
    position: sticky;
    top: 0;
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
    /* for when headers are styled to be transparent and sticky */
}

.fc .fc-list-table th {
    padding: 0;
    /* uses an inner-wrapper instead... */
}

.fc .fc-list-table td,
.fc .fc-list-day-cushion {
    padding: 8px 14px;
}

.fc {
    /* date heading rows */
    /* ---------------------------------------------------------------------------------------------------- */
}

.fc .fc-list-day-cushion:after {
    content: "";
    clear: both;
    display: table;
    /* clear floating */
}

.fc-theme-standard .fc-list-day-cushion {
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
    float: left;
}

.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
    float: right;
}

/* make the dot closer to the event title */
.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
    padding-right: 0;
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
    padding-left: 0;
}

.fc .fc-list-event.fc-event-forced-url {
    cursor: pointer;
    /* whole row will seem clickable */
}

.fc .fc-list-event:hover td {
    background-color: #f5f5f5;
    background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
}

.fc {
    /* shrink certain cols */
}

.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
    white-space: nowrap;
    width: 1px;
}

.fc .fc-list-event-dot {
    display: inline-block;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 5px solid #3788d8;
    border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
    border-radius: 5px;
    border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
}

.fc {
    /* reset <a> styling */
}

.fc .fc-list-event-title a {
    color: inherit;
    text-decoration: none;
}

.fc {
    /* underline link when hovering over any part of row */
}

.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: underline;
}

.fc-theme-bootstrap a:not([href]) {
    color: inherit;
    /* natural color for navlinks */
}

#wpadminbar {
    position: fixed;
}

.region-top {
    display: flex;
}

.region-top > section {
    color: white;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    flex: 1;
}

@media (max-width: 640px) {
    .region-top > section {
        text-align: left;
        display: flex;
        align-items: center;
        line-height: 1;
        font-size: 13px;
    }
}

.region-top > section a {
    color: white;
    text-decoration: none;
}

.region-top > section:first-child {
    background-color: #007ba6;
}

@media (max-width: 640px) {
    .region-top > section:first-child {
        padding-left: 60px;
        padding-right: 16px;
        background-image: url(assets/images/icon-contact.svg);
        background-repeat: no-repeat;
        background-position: 15px center;
        background-size: 34px auto;
    }
}

.region-top > section:nth-child(2) {
    background-color: #8ec642;
}

@media (max-width: 640px) {
    .region-top > section:nth-child(2) {
        padding-left: 16px;
        padding-right: 60px;
        background-image: url(assets/images/icon-message.svg);
        background-repeat: no-repeat;
        background-position: 90% center;
        background-position: calc(100% - 15px) center;
        background-size: 30px auto;
    }
}

.region-top > section .contact:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 23px;
    background: url(assets/images/icon-contact.svg) no-repeat center center;
    background-size: 20px auto;
    margin-right: 10px;
}

@media (max-width: 640px) {
    .region-top > section .contact:before {
        display: none;
    }
}

.region-top > section .consult:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 23px;
    background: url(assets/images/icon-message.svg) no-repeat center center;
    background-size: 26px auto;
    margin-left: 10px;
}

@media (max-width: 640px) {
    .region-top > section .consult:after {
        display: none;
    }
}

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


.region-navigation {
    background: white;
    padding: 0 25px;
    height: 100px;
    position: relative;
    z-index: 100;
}

@media (max-width: 360px) {
    .region-navigation {
        padding: 0 15px;
    }
}

.site-branding {
    float: left;
    padding: 10px 0;
}

.site-branding img {
    display: block;
    height: 80px;
    width: auto;
}

.site-branding2 {
    float: right;
    padding: 25px 0;
}

.site-branding2 img {
    display: block;
    height: 50px;
    width: auto;
}

@media (max-width: 1250px) {
    .site-branding2 {
        clear: right;
        padding: 0;
    }

    .site-branding2 img {
        height: 37px;
    }
}

.menu-toggle {
    display: none;
    float: right;
    background: transparent url(assets/images/icon-menu-button.svg) no-repeat center center;
    background-size: auto 24px;
    border: 0;
    font-size: 0;
    height: 50px;
    width: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

@media (max-width: 1250px) {
    .menu-toggle {
        display: block;
    }
}

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

@media (max-width: 1250px) {
    .main-navigation {
        display: none;
        position: fixed;
        left: 0;
        top: 195px;
        background-color: #8ec642;
        width: 100%;
        max-width: 250px;
        max-height: calc(100% - 140px);
        overflow: auto;
    }

    .main-navigation.open {
        display: block;
    }
}

@media (max-width: 1250px) {
    .admin-bar .main-navigation {
        top: 202px;
    }
}

@media (max-width: 780px) {
    .admin-bar .main-navigation {
        top: 216px;
    }
}

.main-navigation .menu-main-menu-container {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 1250px) {
    .main-navigation .menu-main-menu-container {
        display: block;
        text-align: left;
    }
}

.main-navigation .menu {
    list-style: none;
    margin: 0;
}

.main-navigation .menu > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    position: relative;
}

@media (max-width: 1250px) {
    .main-navigation .menu > li {
        display: block;
        margin: 0;
    }
}

.main-navigation .menu > li > a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 18px;
    line-height: 82px;
    height: 82px;
    color: #262262;
    text-decoration: none;
}

@media (max-width: 1250px) {
    .main-navigation .menu > li > a {
        line-height: 1;
        height: auto;
        color: white;
        padding: 12px 45px 12px 25px;
        position: relative;
    }
}

.main-navigation .menu > li.menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(assets/images/icon-menu-down.svg) no-repeat center center;
    background-size: 15px auto;
    margin-left: 5px;
}

@media (max-width: 1250px) {
    .main-navigation .menu > li.menu-item-has-children > a:after {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -8px;
    }
}

.main-navigation .menu > li:hover > a,
.main-navigation .menu > li.focus > a {
    color: #007ba6;
    background: url(assets/images/icon-people.svg) no-repeat center 22px;
    background-size: 42px auto;
}

@media (max-width: 1250px) {
    .main-navigation .menu > li:hover > a,
    .main-navigation .menu > li.focus > a {
        background: none;
    }
}

.main-navigation .menu > li > .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -20px;
    text-align: left;
    width: 300px;
    margin: 0;
}

@media (max-width: 1250px) {
    .main-navigation .menu > li > .sub-menu {
        position: relative;
        width: auto;
        top: 0;
        left: 0;
    }
}

.main-navigation .menu > li > .sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #8ec642;
}

.main-navigation .menu > li > .sub-menu > li {
    display: block;
    margin: 0;
    list-style: none;
    position: relative;
}

.main-navigation .menu > li > .sub-menu > li.menu-item-has-children > a {
    background-image: url(assets/images/arrow-right-blue.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-position: calc(100% - 15px) center;
    background-size: auto 15px;
}

.main-navigation .menu > li > .sub-menu > li > a {
    display: block;
    padding: 20px 40px 20px 25px;
    background-color: white;
    color: #262262;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    border-bottom: 1px solid #e2e1e2;
}

@media (max-height: 700px) {
    .main-navigation .menu > li > .sub-menu > li > a {
        padding: 12px 40px 12px 25px;
    }
}

@media (max-width: 1250px) {
    .main-navigation .menu > li > .sub-menu > li > a {
        padding: 12px 30px 12px 45px;
    }
}

.main-navigation .menu > li > .sub-menu > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 0;
}

@media (max-width: 1250px) {
    .main-navigation .menu > li > .sub-menu > li:last-child > a {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.main-navigation .menu > li > .sub-menu > li:hover > a, .main-navigation .menu > li > .sub-menu > li.focus > a {
    background-color: #8ec642;
    color: #007ba6;
}

.main-navigation .menu > li > .sub-menu > li.focus > .sub-menu {
    display: block;
}

@media (min-width: 1250px) {
    .main-navigation .menu > li > .sub-menu > li:hover > .sub-menu {
        display: block;
    }
}

.main-navigation .menu > li > .sub-menu > li > .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 300px;
    margin: 0;
}

@media (max-width: 1250px) {
    .main-navigation .menu > li > .sub-menu > li > .sub-menu {
        position: static;
        width: auto;
    }
}

.main-navigation .menu > li > .sub-menu > li > .sub-menu > li {
    display: block;
    list-style: none;
    margin: 0;
}

.main-navigation .menu > li > .sub-menu > li > .sub-menu > li > a {
    display: block;
    padding: 20px;
    background-color: #8ec642;
    text-decoration: none;
    color: #262262;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

@media (max-height: 700px) {
    .main-navigation .menu > li > .sub-menu > li > .sub-menu > li > a {
        padding: 12px 20px;
    }
}

@media (max-width: 1250px) {
    .main-navigation .menu > li > .sub-menu > li > .sub-menu > li > a {
        padding: 12px 20px 12px 60px;
    }
}

.main-navigation .menu > li > .sub-menu > li > .sub-menu > li > a:hover {
    background-color: #9cce55;
}

.main-navigation .menu > li > .sub-menu > li > .sub-menu > li:first-child > a {
    border-top-right-radius: 4px;
}

@media (max-width: 1250px) {
    .main-navigation .menu > li > .sub-menu > li > .sub-menu > li:first-child > a {
        border-top-right-radius: 0;
    }
}

.main-navigation .menu > li > .sub-menu > li > .sub-menu > li:last-child > a {
    border-bottom-right-radius: 4px;
}

@media (max-width: 1250px) {
    .main-navigation .menu > li > .sub-menu > li > .sub-menu > li:last-child > a {
        border-bottom-right-radius: 0;
    }
}

.main-navigation .menu > li.menu-item-has-children.focus > .sub-menu {
    display: block;
}

@media (min-width: 1250px) {
    .main-navigation .menu > li.menu-item-has-children:hover > .sub-menu {
        display: block;
    }
}

.main-navigation .menu-social-container {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
}

.main-navigation .menu-social-container .menu > li {
    margin-right: 5px;
}

.main-navigation .menu-social-container .fb a,
.main-navigation .menu-social-container .ig a,
.main-navigation .menu-social-container .search a,
.main-navigation .menu-social-container .newsletter a {
    font-size: 0;
}

.main-navigation .menu-social-container .fb a:before,
.main-navigation .menu-social-container .ig a:before,
.main-navigation .menu-social-container .search a:before,
.main-navigation .menu-social-container .newsletter a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}

.main-navigation .menu-social-container .search a:before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.main-navigation .menu-social-container .fb:hover > a {
    background-position: left 22px;
}

.main-navigation .menu-social-container .fb a:before {
    background-image: url(assets/images/social-fb-purple.svg);
}

.main-navigation .menu-social-container .ig a:before {
    background-image: url(assets/images/social-ig-purple.svg);
}

.main-navigation .menu-social-container .search:hover > a {
    background-position: right 22px;
}

.main-navigation .menu-social-container .search a:before {
    background-image: url(assets/images/icon-search-purple.svg);
}

.main-navigation .menu-social-container .newsletter a:before {
    background-image: url(assets/images/icon-newsletter2.svg);
}

@media (max-width: 1250px) {
    .main-navigation .menu-social-container {
        margin: 15px 0;
    }

    .main-navigation .menu-social-container li {
        display: inline-block;
        vertical-align: top;
        padding: 0;
    }

    .main-navigation .menu-social-container li a {
        padding: 0;
        width: 30px;
        height: 30px;
    }
}

.search-bar {
    display: none;
    position: fixed;
    top: 241px;
    left: 0;
    right: 0;
    background: white;
    z-index: 49;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}

@media (min-width: 781px) {
    .search-bar {
        top: 226px;
    }
}

@media (min-width: 1250px) {
    .search-bar {
        top: 244px;
    }
}

.search-bar.open {
    display: block;
}

.search-bar form {
    display: flex;
}

.search-bar form label {
    flex: 1;
}

.search-bar .search-field {
    height: 60px;
    border: 0;
    line-height: 60px;
    padding-left: 70px;
    background: white url(assets/images/icon-search-green.svg) no-repeat 22px center;
    background-size: 28px auto;
    border-radius: 0;
    font-size: 20px;
}

.search-bar .button {
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    padding: 0;
    width: 120px;
}

.search-bar .close-button {
    background: white url(assets/images/icon-search-close.svg) no-repeat center center;
    background-size: 20px auto;
    width: 63px;
    height: 60px;
    font-size: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.type-page .entry-header,
.type-event .entry-header,
.type-program .entry-header {
    padding: 40px 25px 0 25px;
}

.type-page.has-post-thumbnail .entry-header,
.type-event.has-post-thumbnail .entry-header,
.type-program.has-post-thumbnail .entry-header {
    position: relative;
    padding: 110px 25px 167px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    min-height: 420px;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 20px;
}

@media (max-width: 640px) {
    .type-page.has-post-thumbnail .entry-header,
    .type-event.has-post-thumbnail .entry-header,
    .type-program.has-post-thumbnail .entry-header {
        padding-bottom: 59px;
        min-height: 250px;
    }
}

.type-page.has-post-thumbnail .entry-header:after,
.type-event.has-post-thumbnail .entry-header:after,
.type-program.has-post-thumbnail .entry-header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 147px;
    background: url(assets/images/bg-curve1.svg) no-repeat bottom center;
    background-size: 100% 100%;
}

@media (max-width: 640px) {
    .type-page.has-post-thumbnail .entry-header:after,
    .type-event.has-post-thumbnail .entry-header:after,
    .type-program.has-post-thumbnail .entry-header:after {
        height: 39px;
        background-image: url(assets/images/bg-curve1-small.png);
    }
}

.type-page.has-post-thumbnail .entry-header .content,
.type-event.has-post-thumbnail .entry-header .content,
.type-program.has-post-thumbnail .entry-header .content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.type-page .entry-title,
.type-event .entry-title,
.type-program .entry-title {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 48px;
    line-height: 1;
}

@media (max-width: 640px) {
    .type-page .entry-title,
    .type-event .entry-title,
    .type-program .entry-title {
        font-size: 32px;
    }
}

.type-page.has-post-thumbnail .entry-title,
.type-page.has-post-thumbnail .subtitle,
.type-event.has-post-thumbnail .entry-title,
.type-event.has-post-thumbnail .subtitle,
.type-program.has-post-thumbnail .entry-title,
.type-program.has-post-thumbnail .subtitle {
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}

.type-page .subtitle,
.type-event .subtitle,
.type-program .subtitle {
    max-width: 420px;
}

.type-page .entry-breadcrumbs,
.type-event .entry-breadcrumbs,
.type-program .entry-breadcrumbs {
    padding: 0 25px;
    max-width: 1100px;
    margin: 0 auto;
    color: #231f20;
    font-size: 11px;
    position: relative;
}

.type-page .entry-breadcrumbs a,
.type-event .entry-breadcrumbs a,
.type-program .entry-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.type-page .entry-breadcrumbs a:hover,
.type-event .entry-breadcrumbs a:hover,
.type-program .entry-breadcrumbs a:hover {
    text-decoration: underline;
}

.type-page .entry-breadcrumbs .breadcrumb-home,
.type-event .entry-breadcrumbs .breadcrumb-home,
.type-program .entry-breadcrumbs .breadcrumb-home {
    margin: 0 5px 0 0;
}

.type-page .entry-breadcrumbs .breadcrumb-ancestor,
.type-page .entry-breadcrumbs .breadcrumb-current,
.type-event .entry-breadcrumbs .breadcrumb-ancestor,
.type-event .entry-breadcrumbs .breadcrumb-current,
.type-program .entry-breadcrumbs .breadcrumb-ancestor,
.type-program .entry-breadcrumbs .breadcrumb-current {
    margin: 0 5px;
}

.type-page .entry-breadcrumbs .breadcrumb-current,
.type-event .entry-breadcrumbs .breadcrumb-current,
.type-program .entry-breadcrumbs .breadcrumb-current {
    color: #8ec642;
    font-weight: bold;
}

@media (min-width: 800px) {
    .type-page.has-post-thumbnail .entry-breadcrumbs,
    .type-event.has-post-thumbnail .entry-breadcrumbs,
    .type-program.has-post-thumbnail .entry-breadcrumbs {
        margin-top: -40px;
    }
}

.type-page .entry-content,
.type-program .entry-content {
    padding: 40px 25px;
}

.type-page .entry-content > *,
.type-program .entry-content > * {
    max-width: 1100px;
    margin: 0 auto 1.5em auto;
}

.type-page .entry-content > .c-accordion__item + .c-accordion__item,
.type-program .entry-content > .c-accordion__item + .c-accordion__item {
    margin-top: -1.5em;
}

.type-page .entry-content h2, .type-page .entry-content h3, .type-page .entry-content h4,
.type-program .entry-content h2,
.type-program .entry-content h3,
.type-program .entry-content h4,
.faqs-container h2,
.faqs-container h3,
.faqs-container h4 {
    margin-bottom: 0.5em;
}

.type-page .entry-content p strong,
.type-program .entry-content p strong,
.faqs-container p strong {
    color: #007ba6;
}

.type-page .entry-content hr,
.type-program .entry-content hr,
.faqs-container hr {
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    margin: 1.5em auto;
    height: 0;
}

.type-page .entry-content .c-accordion__item,
.type-program .entry-content .c-accordion__item,
.faqs-container .c-accordion__item {
    border-bottom: 1px solid white;
}

.type-page .entry-content .c-accordion__item .c-accordion__title,
.type-program .entry-content .c-accordion__item .c-accordion__title,
.faqs-container .c-accordion__item .c-accordion__title {
    color: white;
    padding: 18px 60px 18px 25px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    background: #007ba6 url(assets/images/icon-accordion-open.svg) no-repeat right center;
    background-size: 16px auto;
    background-position: calc(100% - 25px) center;
    margin-bottom: 0;
}

.type-page .entry-content .c-accordion__item .c-accordion__title:after,
.type-program .entry-content .c-accordion__item .c-accordion__title:after,
.faqs-container .c-accordion__item .c-accordion__title:after {
    display: none;
}

.type-page .entry-content .c-accordion__item.is-open .c-accordion__title,
.type-program .entry-content .c-accordion__item.is-open .c-accordion__title,
.faqs-container .c-accordion__item.is-open .c-accordion__title {
    background-image: url(assets/images/icon-accordion-close.svg);
}

.type-page .entry-content .c-accordion__item .c-accordion__content,
.type-program .entry-content .c-accordion__item .c-accordion__content,
.faqs-container .c-accordion__item .c-accordion__content {
    padding: 25px;
    border: 1px solid #007ba6;
    border-top: 0;
}

.type-page .entry-content .c-accordion__item .c-accordion__content p,
.type-program .entry-content .c-accordion__item .c-accordion__content p,
.faqs-container .c-accordion__item .c-accordion__content p {
    margin-bottom: 1.5em;
}

.type-page .entry-content .c-accordion__item .c-accordion__content p:last-child,
.type-program .entry-content .c-accordion__item .c-accordion__content p:last-child,
.faqs-container .c-accordion__item .c-accordion__content p:last-child {
    margin-bottom: 0;
}

.type-page .entry-content ul > li,
.type-page .entry-content ol > li,
.type-program .entry-content ul > li,
.type-program .entry-content ol > li,
.faqs-container ul > li,
.faqs-container ol > li {
    margin-left: 50px;
}

.site-footer {
    background-color: #262262;
    color: white;
    padding: 50px 25px;
}

@media (max-width: 480px) {
    .site-footer {
        padding: 30px 15px;
    }
}

.site-footer > div {
    max-width: 1100px;
    margin: 0 auto;
}

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

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer h3 {
    color: white;
}

.region-footer-main {
    padding-bottom: 30px;
}

.region-footer-main:after {
    content: "";
    display: block;
    clear: both;
}

.block--footer-logos {
    float: left;
    line-height: 65px;
    margin-right: 100px;
    margin-bottom: 20px;
}

@media (max-width: 640px) {
    .block--footer-logos {
        display: block;
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    .block--footer-logos {
        display: flex;
        float: none;
    }
}

.block--footer-logos:after {
    content: "";
    display: block;
    clear: both;
}

.block--footer-logos .footer-logo1 {

    padding-right: 20px;
    padding-bottom: 16px;
    margin-right: 20px;
}

.block--footer-logos .footer-logo1 img {
    display: inline-block;
    height: 56px;
    width: auto;
    vertical-align: middle;
}

@media (max-width: 540px) {
    .block--footer-logos .footer-logo1 {
        float: none;
        flex: 2;
    }

    .block--footer-logos .footer-logo1 img {
        height: auto;
        width: 100%;
    }
}

.block--footer-logos .footer-logo2 {
}

.block--footer-logos .footer-logo2 img {
    display: inline-block;
    height: 120px;
    width: auto;
    vertical-align: middle;
}

@media (max-width: 540px) {
    .block--footer-logos .footer-logo2 {
        float: none;
        flex: 3;
        text-align: right;
    }

    .block--footer-logos .footer-logo2 img {
        height: auto;
        width: 100%;
        max-width:120px;
    }
}

.menu-footer-container {
    float: left;
    margin-right: 50px;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .menu-footer-container {
        margin-right: 30px;
    }
}

.menu-footer-container ul {
    margin: 0;
    list-style: none;
}

.menu-footer-container ul li {
    margin: 0 0 5px 0;
    list-style: none;
}

.menu-footer-container ul a {
    font-size: 13px;
    font-weight: bold;
}

.region-home-footer-content {
    float: left;
    margin-right: 50px;
}

@media (max-width: 480px) {
    .region-home-footer-content {
        margin-right: 30px;
    }
}

.region-home-footer-content h3 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.region-home-footer-content .menu--footer-social {
    margin: 0;
    list-style: none;
}

.region-home-footer-content .menu--footer-social li {
    margin: 0 0 5px 0;
    list-style: none;
}

@media (max-width: 480px) {
    .region-home-footer-content .menu--footer-social li {
        display: inline-block;
        vertical-align: top;
    }
}

.region-home-footer-content .menu--footer-social a {
    font-size: 13px;
}

@media (max-width: 480px) {
    .region-home-footer-content .menu--footer-social a {
        font-size: 0;
    }
}

.region-home-footer-content .menu--footer-social a.ig:before, .region-home-footer-content .menu--footer-social a.fb:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: auto 15px;
    vertical-align: middle;
    padding-right: 12px;
    border-right: 2px solid rgba(255, 255, 255, 0.75);
    margin-right: 10px;
}

@media (max-width: 480px) {
    .region-home-footer-content .menu--footer-social a.ig:before, .region-home-footer-content .menu--footer-social a.fb:before {
        border-right: 0;
        width: 30px;
        height: 30px;
        padding-right: 0;
        margin-right: 0;
    }
}

.region-home-footer-content .menu--footer-social a.ig:before {
    background-image: url(assets/images/social-ig-blue.svg);
    background-position: left center;
}

@media (max-width: 480px) {
    .region-home-footer-content .menu--footer-social a.ig:before {
        background-position: center center;
    }
}

.region-home-footer-content .menu--footer-social a.fb:before {
    background-image: url(assets/images/social-fb-blue.svg);
    background-position: 3px center;
}

@media (max-width: 480px) {
    .region-home-footer-content .menu--footer-social a.fb:before {
        background-position: center center;
    }
}

.back-to-top {
    float: right;
    font-size: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: #8ec642 url(assets/images/icon-back-to-top.svg) no-repeat center center;
    background-size: 19px auto;
    border-radius: 4px;
}

@media (max-width: 480px) {
    .back-to-top {
        width: 42px;
        height: 42px;
        border-radius: 3px;
        background-size: 16px auto;
    }
}

.region-footer-bottom {
    clear: both;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    font-size: 10px;
}

.region-footer-bottom:after {
    content: "";
    display: block;
    clear: both;
}

.region-footer-bottom-left {
    float: left;
}

.region-footer-bottom-right {
    float: right;
    text-align: right;
    width: 40%;
}

@media (max-width: 370px) {
    .region-footer-bottom-right {
        width: 50%;
    }
}

.cookies-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 200px 25px 180px;
    background: white;
    z-index: 100;
    box-shadow: 0 -2px 13px rgba(0, 0, 0, 0.25);
}

@media (max-width: 760px) {
    .cookies-bar {
        padding-left: 80px;
        padding-right: 120px;
    }
}

.cookies-bar.open {
    display: block;
}

.cookies-bar:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    width: 105px;
    background: url(assets/images/icon-people.svg) no-repeat center center;
    background-size: contain;
}

@media (max-width: 760px) {
    .cookies-bar:before {
        left: 15px;
        width: 60px;
    }
}

.cookies-bar:after {
    content: "";
    display: block;
    clear: both;
}

.cookies-bar .text h3 {
    font-weight: normal;
    color: #262262;
    font-size: 16px;
}

.cookies-bar .text p {
    font-size: 14px;
    color: #231f20;
}

.cookies-bar .button-container {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

@media (max-width: 760px) {
    .cookies-bar .button-container {
        right: 20px;
    }
}

.cookies-bar .button {
    color: white;
    background-color: #8ec642;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.cookies-bar .button:hover {
    text-decoration: underline;
}

.button,
.wp-block-button__link {
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 0 16px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    background-color: #8ec642;
    border-radius: 4px;
    text-shadow: none;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.button:hover,
.wp-block-button__link:hover {
    color: #262262;
}

.button-lg {
    font-size: 25px;
}

.contact-button.button:after, .block--contact-form input.button[type=submit]:after,
.contact-button.wp-block-button .wp-block-button__link:after,
.block--contact-form input.wp-block-button[type=submit] .wp-block-button__link:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 30px;
    background: url(assets/images/icon-message.svg) no-repeat center center;
    background-size: 30px auto;
    margin-left: 12px;
}

input[type=submit].contact-button, .block--contact-form input[type=submit] {
    padding-right: 55px;
    background-image: url(assets/images/icon-message.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-position: calc(100% - 10px) center;
    background-size: 30px auto;
    cursor: pointer;
}

.about-button.button:after,
.about-button.wp-block-button .wp-block-button__link:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 48px;
    background: url(assets/images/icon-people-white.svg) no-repeat center center;
    background-size: 48px auto;
    margin-left: 12px;
}

.programs-button.button:after,
.programs-button.wp-block-button .wp-block-button__link:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 26px;
    background: url(assets/images/icon-hands.svg) no-repeat center center;
    background-size: 26px auto;
    margin-left: 12px;
}

.events-button.button:after,
.events-button.wp-block-button .wp-block-button__link:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 20px;
    background: url(assets/images/icon-calendar-white.svg) no-repeat center center;
    background-size: 20px auto;
    margin-left: 12px;
}

.resources-button.button:after,
.resources-button.wp-block-button .wp-block-button__link:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 25px;
    background: url(assets/images/icon-play.svg) no-repeat center center;
    background-size: 25px auto;
    margin-left: 12px;
}

.instagram-button.button:after,
.instagram-button.wp-block-button .wp-block-button__link:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 24px;
    background: url(assets/images/icon-instagram-button.svg) no-repeat center center;
    background-size: 24px auto;
    margin-left: 12px;
}

.read-more-button.button:after,
.read-more-button.wp-block-button .wp-block-button__link:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 24px;
    background: url(assets/images/icon-read-more-button.svg) no-repeat center center;
    background-size: 12px auto;
    margin-left: 12px;
}

.newsletter-button.button:after,
.newsletter-button.wp-block-button .wp-block-button__link:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 24px;
    background: url(assets/images/icon-newsletter-button.svg) no-repeat center center;
    background-size: 20px auto;
    margin-left: 12px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=search],
input[type=tel],
input[type=number] {
    display: block;
    width: 100%;
    font-size: 16px;
    height: 52px;
    line-height: 50px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    padding: 0 20px;
    border-radius: 4px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus {
    outline: none;
    box-shadow: 0 0 0 1px black;
}

textarea {
    display: block;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    padding: 8px 20px;
    line-height: 1;
    box-sizing: border-box;
}

select {
    display: block;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    padding: 0 40px 0 20px;
    line-height: 50px;
    height: 52px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(assets/images/icon-dropdown-arrow.svg) no-repeat 90% center;
    background-position: calc(100% - 15px) center;
    background-size: 12px auto;
}

select[multiple] {
    height: 100px;
    padding: 10px 20px;
    background-image: none;
}

.form-item {
    margin-bottom: 1.5em;
}

input[type=text].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
input[type=search].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border-color: red;
}

.gfield_error input[type=text],
.gfield_error input[type=email],
.gfield_error input[type=password],
.gfield_error input[type=date],
.gfield_error input[type=search],
.gfield_error input[type=tel],
.gfield_error input[type=number],
.gfield_error select,
.gfield_error textarea {
    border-color: red;
}

.validation_message,
.validation_error {
    color: red;
}

input[type=number][name=phone] {
    -moz-appearance: textfield;
}

input[type=number][name=phone]::-webkit-outer-spin-button, input[type=number][name=phone]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

span.wpcf7-list-item,
.ginput_container_checkbox ul.gfield_checkbox > li,
.ginput_container_radio ul.gfield_radio > li {
    display: inline-block;
    line-height: 1;
    margin: 0 0 0.75em 1em;
    font-size: 15px;
    list-style: none;
}

.form-block-options ul.gfield_checkbox > li,
.form-block-options ul.gfield_radio > li {
    display: block;
}

.wpcf7-form-control-wrap,
.ginput_container_checkbox,
.ginput_container_radio {
    display: block;
    margin-top: 0.75em;
}

.gfield_radio label {
    margin-left: 4px;
}

.gfield_html {
    clear: both;
}

.gfield.clear {
    clear: both;
}

@media (min-width: 860px) {
    .form-layout-2-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
    }
}

@media (min-width: 640px) {
    .form-col-1-of-2 {
        width: 49%;
        float: left;
        margin-right: 2%;
        clear: left;
    }

    .form-col-2-of-2 {
        width: 49%;
        float: left;
    }

    .form-col-2-of-2 + li {
        clear: both;
    }
}

.form-actions {
    margin-bottom: 1.5em;
}

.form-actions:last-child {
    margin-bottom: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}

.gform_wrapper ul.gform_fields > li {
    margin-left: 0;
    margin-bottom: 1.5em;
    list-style: none;
}

.gform_wrapper .hidden_label label,
.gform_wrapper .gform_validation_container {
    position: absolute;
    left: -9999999px;
}

.form--telehealth-intake .form-item-additional-reasons .wpcf7-list-item,
.form--telehealth-intake .form-item-additional-services .wpcf7-list-item,
.form--telehealth-intake .form-item-considerations .wpcf7-list-item,
.form--telehealth-intake .form-item-primary-reason .wpcf7-list-item {
    display: block;
}

.form--virtual-group-screening .form-item-benefit-instructions .wpcf7-list-item,
.form--virtual-group-screening .form-item-placement-type .wpcf7-list-item {
    display: block;
}

.block--home-slides {
    height: 660px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1200px) {
    .block--home-slides {
        height: 500px;
    }
}

@media (max-width: 640px) {
    .block--home-slides {
        height: 400px;
    }
}

.block--home-slides:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 147px;
    background: url(assets/images/bg-curve1.png) no-repeat bottom center;
    background-size: 100.1% 100%;
    z-index: 11;
}

@media (max-width: 640px) {
    .block--home-slides:after {
        background-image: url(assets/images/bg-curve1-small.png);
        height: 39px;
    }
}

.block--home-slides .slide {
    height: 660px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

@media (max-width: 1200px) {
    .block--home-slides .slide {
        height: 500px;
    }
}

@media (max-width: 640px) {
    .block--home-slides .slide {
        height: 400px;
    }
}

.block--home-slides .slide .content {
    width: 70%;
    max-width: 520px;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    margin-top: -73px;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
}

@media (max-width: 1200px) {
    .block--home-slides .slide .content {
        width: 80%;
        left: 10%;
    }
}

@media (max-width: 640px) {
    .block--home-slides .slide .content {
        margin-top: -20px;
    }
}

.block--home-slides .slide .content h2 {
    font-size: 48px;
    color: inherit;
    line-height: 1;
}

@media (max-width: 640px) {
    .block--home-slides .slide .content h2 {
        font-size: 32px;
    }
}

.block--home-slides .slide .content h2 i {
    font-style: italic;
    font-weight: 300;
}

.block--home-slides .slide .content p {
    font-size: 15px;
    color: inherit;
    font-weight: 300;
}

.block--home-slides .slick-arrow {
    position: absolute;
    top: 40%;
    width: 52px;
    height: 52px;
    margin-top: -52px;
    font-size: 0;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 52px;
    cursor: pointer;
    z-index: 10;
}

.block--home-slides .slick-prev {
    left: 5%;
    margin-left: -25px;
    background-image: url(assets/images/arrow-left-blue.svg);
}

.block--home-slides .slick-next {
    right: 5%;
    margin-right: -25px;
    background-image: url(assets/images/arrow-right-blue.svg);
}

.wp-block-media-text__media img {
    height: auto;
}

.block--home-1 {
    grid-template-columns: 50% 50% !important;
}

@media (max-width: 760px) {
    .block--home-1 {
        display: block;
    }
}

.block--home-1 .wp-block-media-text__media {
    align-self: end;
    text-align: center;
}

@media (max-width: 760px) {
    .block--home-1 .wp-block-media-text__media {
        display: none;
    }
}

.block--home-1 .wp-block-media-text__media img {
    max-width: 420px;
}

.block--home-1 .wp-block-media-text__content {
    padding: 30px 8% 30px 0;
    max-width: 640px;
}

@media (max-width: 760px) {
    .block--home-1 .wp-block-media-text__content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.block--home-2 {
    background-color: #5d2764;
    color: white;
    grid-template-columns: 50% 50% !important;
}

@media (max-width: 760px) {
    .block--home-2 {
        display: block;
    }
}

.block--home-2 .wp-block-media-text__content {
    padding: 8% 0 8% 8%;
    max-width: 640px;
    justify-self: end;
}

@media (max-width: 760px) {
    .block--home-2 .wp-block-media-text__content {
        padding: 30px 20px;
    }
}

.block--home-2 > .wp-block-media-text__media {
    align-self: end;
}

@media (max-width: 760px) {
    .block--home-2 > .wp-block-media-text__media {
        display: none;
    }
}

.block--home-2 h2 {
    color: inherit;
}

.block--home-2 p {
    color: inherit;
}

.block--home-3 {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
    margin-bottom: 0;
}

.block--home-3 .wp-block-column {
    padding: 100px 30px;
    position: relative;
    overflow: hidden;
    flex: 1;
}

.block--home-3 .wp-block-column > h2 > a {
    text-decoration: none;
    color: white;
}

.block--home-3 .wp-block-column > h2 > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.block--home-3 .wp-block-column:nth-child(1) {
    background: linear-gradient(-45deg, #1687b0, #0c6f9d);
}

.block--home-3 .wp-block-column:nth-child(1):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(assets/images/icon-people1-white.svg) no-repeat center 5%;
    background-size: auto 150%;
    opacity: 0.1;
    transition: background-size 0.4s;
}

.block--home-3 .wp-block-column:nth-child(1):hover {
    background: linear-gradient(-45deg, #2898bc, #137ca6);
}

.block--home-3 .wp-block-column:nth-child(2) {
    background: linear-gradient(-45deg, #81bd38, #98cb4f);
    margin-left: 0;
}

.block--home-3 .wp-block-column:nth-child(2):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(assets/images/icon-people2-white.svg) no-repeat center 5%;
    background-size: auto 150%;
    opacity: 0.1;
    transition: background-size 0.4s;
}

.block--home-3 .wp-block-column:nth-child(2):hover {
    background: linear-gradient(-45deg, #8dc546, #a7d464);
}

.block--home-3 .wp-block-column:nth-child(2) p a {
    color: #007ba6;
    text-shadow: none;
}

.block--home-3 .wp-block-column:nth-child(2) .button,
.block--home-3 .wp-block-column:nth-child(2) .wp-block-button__link {
    background-color: #007ba6;
}

.block--home-3 .wp-block-column:nth-child(3) {
    background: linear-gradient(-45deg, #201c56, #322d6e);
    margin-left: 0;
}

.block--home-3 .wp-block-column:nth-child(3):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(assets/images/icon-people3-white.svg) no-repeat 50% 5%;
    background-size: auto 150%;
    opacity: 0.1;
    transition: background-size 0.4s;
}

.block--home-3 .wp-block-column:nth-child(3):hover {
    background: linear-gradient(-45deg, #242067, #3c3782);
}

.block--home-3 .wp-block-column:hover:before {
    background-size: auto 170%;
}

.block--home-3 h2 {
    color: inherit;
}

.block--home-3 p {
    color: inherit;
}

.block--home-events {
    padding: 80px 25px 150px 25px;
    position: relative;
    min-height: 300px;
}

@media (max-width: 1200px) {
    .block--home-events {
        min-height: 250px;
    }
}

@media (max-width: 940px) {
    .block--home-events {
        padding-top: 50px;
        padding-bottom: 40%;
    }
}

@media (max-width: 760px) {
    .block--home-events {
        padding: 30px 20px 100px 20px;
    }
}

@media (max-width: 640px) {
    .block--home-events {
        padding-bottom: 80px;
    }
}

.block--home-events:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 80px;
    width: 55%;
    background: url(assets/images/bg-home-events.jpg) no-repeat bottom left;
    background-size: contain;
}

@media (max-width: 940px) {
    .block--home-events:before {
        top: auto;
        bottom: 0;
        left: 10%;
        right: 10%;
        padding-bottom: 40%;
    }
}

@media (max-width: 760px) {
    .block--home-events:before {
        display: none;
    }
}

.block--home-events:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 134px;
    background: url(assets/images/bg-curve2.png) no-repeat bottom center;
    background-size: 100% 100.1%;
}

@media (max-width: 640px) {
    .block--home-events:after {
        background-image: url(assets/images/bg-curve2-small.png);
        height: 36px;
    }
}

.block--home-events .content {
    width: 80%;
    max-width: 540px;
    margin: 0 0 0 auto;
    position: relative;
}

@media (max-width: 940px) {
    .block--home-events .content {
        width: auto;
        height: inherit;
        max-width: none;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .block--home-events .content {
        margin: 0 auto 0 50%;
    }
}

.block--home-events .content > ul {
    margin: 0 0 40px 0;
}

.block--home-events .content > ul li {
    list-style: none;
    display: flex;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin: 0 0 8px 0;
    background-color: white;
    padding-right: 80px;
}

@media (max-width: 640px) {
    .block--home-events .content > ul li {
        padding-right: 0;
    }
}

.block-- .content > ul li:focus-within {
    outline: 1px solid black;
}

.block--home-events p {
    color: #262262;
}

.block--home-events .event-date {
    background-color: #5d2764;
    color: white;
    width: 110px;
    /*height: 110px;*/
    text-align: center;
    line-height: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.block--home-events .event-date .month {
    text-transform: uppercase;
    font-size: 26px;
    padding-top: 15%;
}

.block--home-events .event-date .day {
    font-size: 52px;
    font-weight: bold;
    padding-bottom: 15%;
}

.block--home-events .event-content {
    align-self: center;
    flex: 1;
    padding: 15px 18px;
}

@media (max-width: 640px) {
    .block--home-events .event-content {
        padding: 10px 15px;
    }
}

.block--home-events .event-title {
    text-decoration: none;
    color: #262262;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
}

@media (max-width: 640px) {
    .block--home-events .event-title {
        font-size: 20px;
    }
}

.block--home-events .event-title:focus {
    outline: none;
}

.block--home-events .event-title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block--home-events .event-time {
    color: #262262;
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding-left: 30px;
    height: 20px;
    line-height: 20px;
    background: url(assets/images/icon-time.svg) no-repeat left center;
    background-size: auto 20px;
    padding-right: 2px;
    margin-right: 2px;
}

@media (max-width: 640px) {
    .block--home-events .event-time {
        float: none;
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }
}

.block--home-events .event-time:after {
    content: "—";
}

.block--home-events .event-time-end {
    border-right: 1.5px solid #262262;
    color: #262262;
    font-size: 14px;
    font-weight: bold;
    float: left;
    line-height: 20px;
    padding-right: 7px;
    margin-right: 7px;
    padding-left: 2px;
    margin-left: -1px;
}

.block--home-events .event-cost {
    float: left;
    height: 20px;
    line-height: 20px;
    color: #007ba6;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.block--home-events .view-event {
    color: #007ba6;
    font-weight: bold;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

@media (max-width: 640px) {
    .block--home-events .view-event {
        display: none;
    }
}

.block--home-events li:hover {
    background: url(assets/images/bg-event-hover.png) no-repeat top right;
    background-size: 90px auto;
}

@media (max-width: 640px) {
    .block--home-events li:hover {
        background: none;
    }
}

.block--home-events li:hover .event-date {
    background-color: #e8861c;
}

.block--home-events li:hover .view-event {
    color: #8ec642;
}


.block--home-4 {
    background-color: #007ba6;
    color: white;
    padding: 0 25px;
    margin-top: -1px;
    grid-template-columns: 50% 50% !important;
}

@media (max-width: 760px) {
    .block--home-4 {
        display: block;
        padding: 0;
    }
}

.block--home-4 h2 {
    color: inherit;
}

.block--home-4 .wp-block-media-text__content {
    padding: 80px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    max-width: 640px;
    justify-self: end;
}

@media (max-width: 760px) {
    .block--home-4 .wp-block-media-text__content {
        padding: 30px 20px;
    }
}

.block--home-4 .wp-block-media-text__media {
    align-self: end;
    margin-top: -120px;
    position: relative;
    text-align: center;
}

@media (max-width: 760px) {
    .block--home-4 .wp-block-media-text__media {
        display: none;
    }
}

.block--home-4 .wp-block-media-text__media img {
    max-width: 420px;
}

#custom_html-4 {
    /* INSTAGRAM BLOCK */
    padding: 80px 25px;
    text-align: center;
}

#custom_html-4 .instagram-container {
    position: relative;
    padding-bottom: 24.5%;
    overflow: hidden;
    margin-bottom: 25px;
}

@media (min-width: 1365px) {
    #custom_html-4 .instagram-container {
        padding-bottom: 20%;
    }
}

#custom_html-4 .instagram-container .cover-link {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#custom_html-4 .instagram-container #pixlee_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#custom_html-4 .instagram-container #pixlee_container > a {
    visibility: hidden;
}

.block--operated-by {
    margin: 0 auto 40px auto;
    max-width: 1140px;
    padding: 20px;
    border: 1px solid #E0E0E0;
    border-bottom: 6px solid #8ec642;
    border-radius: 4px;
    font-size: 18px;
}

#custom_html-5,
#custom_html-7 {
    /* NEWSLETTER BLOCK */
    background: url(assets/images/bg-newsletter.jpg?v2) no-repeat center center;
    background-size: cover;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
    padding: 80px 25px;
}

@media (max-width: 760px) {
    #custom_html-5,
    #custom_html-7 {
        padding: 30px 20px;
    }
}

#custom_html-5 > div,
#custom_html-7 > div {
    max-width: 800px;
    margin: 0 auto;
}

#custom_html-5 h2,
#custom_html-7 h2 {
    color: inherit;
}

#custom_html-5 .ctct-form-defaults,
#custom_html-7 .ctct-form-defaults {
    background-color: transparent;
    padding: 0;
}

#custom_html-5 .ctct-form-button,
#custom_html-7 .ctct-form-button {
    background-color: #8ec642;
    height: 46px;
    line-height: 46px;
    color: white;
    border: 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}

#custom_html-5 .ctct-form-button:after,
#custom_html-7 .ctct-form-button:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 24px;
    background: url(assets/images/icon-newsletter-button.svg) no-repeat center center;
    background-size: 20px auto;
    margin-left: 12px;
}

@media (min-width: 760px) {
    #custom_html-5 .ctct-form-custom,
    #custom_html-7 .ctct-form-custom {
        display: grid;
        grid-template-columns: 1fr 150px;
    }

    #custom_html-5 .ctct-form-custom > p:first-child,
    #custom_html-7 .ctct-form-custom > p:first-child {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    #custom_html-5 #email_address_label_0,
    #custom_html-7 #email_address_label_0 {
        margin: 0;
    }

    #custom_html-5 #email_address_field_0,
    #custom_html-7 #email_address_field_0 {
        margin: 0 20px 0 0;
    }

    #custom_html-5 .ctct-form-button,
    #custom_html-7 .ctct-form-button {
        align-self: end;
    }

    #custom_html-5 #gdpr_text,
    #custom_html-7 #gdpr_text {
        grid-row: 3;
        grid-column-start: 1;
        grid-column-end: 3;
        margin-top: 24px;
    }
}

.type-page.post-16 .entry-content {
    padding-bottom: 0;
}

.type-page .entry-content > .block--core-values {
    margin-bottom: 0;
}

.type-page .entry-content > .block--core-values .wp-block-media-text__media {
    align-self: flex-end;
}

@media (max-width: 600px) {
    .type-page .entry-content > .block--core-values .wp-block-media-text__media {
        display: none;
    }
}

.type-page .entry-content > .block--core-values .wp-block-media-text__content {
    padding: 25px 0;
}

.type-page ul.core-values {
    margin: 0;
}

.type-page ul.core-values li {
    list-style: none;
    color: #262262;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: center;
}

.post-134 .entry-content {
    padding-bottom: 0;
}

.fullcalendar-events {
    display: block;
    max-width: 1150px;
    padding: 20px 25px;
    box-sizing: border-box;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .fullcalendar-events {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.fullcalendar-events a {
    color: inherit;
}

.fullcalendar-events .event-search-container {
    float: left;
    font-size: 0;
}

.fullcalendar-events .event-search-container input {
    display: inline-block;
    border: 0;
    width: 270px;
    padding-left: 25px;
    background: url(assets/images/icon-search-blue.svg) no-repeat 1px center;
    background-size: 15px auto;
    font-style: italic;
}

.fullcalendar-events .fc-scroller-harness {
    overflow: visible;
    z-index: 2;
}

.fullcalendar-events .fc-month-view,
.fullcalendar-events .fc-list-view {
    color: #007ba6;
    margin: 0;
    float: right;
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px auto;
    padding: 0 0 0 32px;
    line-height: 52px;
}

.fullcalendar-events .fc-month-view:hover,
.fullcalendar-events .fc-list-view:hover {
    text-decoration: underline;
    cursor: pointer;
}

.fullcalendar-events .fc-month-view {
    background-image: url(assets/images/icon-calendar-blue.svg);
}

.fullcalendar-events .fc-list-view {
    background-image: url(assets/images/icon-list.svg);
}

@media (max-width: 760px) {
    .fullcalendar-events .fc-list-view {
        display: none;
    }
}

.fullcalendar-events.view-calendar .fc-month-view,
.fullcalendar-events.view-list .fc-list-view {
    display: none;
}

.fullcalendar-events .fc-prev-button,
.fullcalendar-events .fc-next-button {
    color: #007ba6;
    text-transform: uppercase;
    font-weight: 600;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto 12px;
    border: 0;
    font-size: 13px;
    font-family: "VentiCF";
}

.fullcalendar-events .fc-prev-button:hover, .fullcalendar-events .fc-prev-button:not(:disabled):active,
.fullcalendar-events .fc-next-button:hover,
.fullcalendar-events .fc-next-button:not(:disabled):active {
    color: #007ba6;
    background-color: transparent;
    text-decoration: underline;
}

.fullcalendar-events .fc-prev-button {
    padding-left: 30px;
    background-image: url(assets/images/arrow-left-blue.svg);
    background-position: left center;
}

.fullcalendar-events .fc-next-button {
    padding-right: 30px;
    background-image: url(assets/images/arrow-right-blue.svg);
    background-position: right center;
}

.fullcalendar-events .fc-header-toolbar {
    clear: both;
    padding-top: 12px;
    border-top: 1px solid #d9d9d9;
}

.fullcalendar-events .fc-daygrid {
    border-radius: 4px;
}

.fullcalendar-events .fc-daygrid .fc-col-header-cell {
    background-color: #007ba6;
    color: white;
    font-weight: bold;
    font-family: "VentiCF";
    font-size: 14px;
    line-height: 36px;
    text-transform: uppercase;
}

.fullcalendar-events .fc-daygrid .fc-daygrid-day-top {
    justify-content: center;
    font-size: 12px;
}

.fullcalendar-events .fc-daygrid .fc-day-today {
    background-color: inherit;
    border: 2px solid #262262;
}

.fullcalendar-events .fc-daygrid .fc-daygrid-event {
    border: 0;
    background: transparent;
    padding: 4px 2px 4px 18px;
    margin: 0;
    white-space: break-spaces;
    z-index: inherit;
}

.fullcalendar-events .fc-daygrid .fc-daygrid-event:hover {
    text-decoration: underline;
}

.fullcalendar-events .fc-daygrid .fc-daygrid-event:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: white;
}

.fullcalendar-events .fc-daygrid .fc-event-main {
    font-size: 13px;
    font-weight: bold;
    position: static;
}

.fullcalendar-events .fc-daygrid .fc-daygrid-event-harness:nth-child(3n + 1) {
    background-color: #007ba6;
}

.fullcalendar-events .fc-daygrid .fc-daygrid-event-harness:nth-child(3n + 1) .fc-daygrid-event,
.fullcalendar-events .fc-daygrid .fc-daygrid-event-harness:nth-child(3n + 1) .fc-event-main {
    color: white;
}

.fullcalendar-events .fc-daygrid .fc-daygrid-event-harness:nth-child(3n + 2) {
    background-color: #8ec642;
}

.fullcalendar-events .fc-daygrid .fc-daygrid-event-harness:nth-child(3n + 2) .fc-daygrid-event,
.fullcalendar-events .fc-daygrid .fc-daygrid-event-harness:nth-child(3n + 2) .fc-event-main {
    color: white;
}

.fullcalendar-events .fc-daygrid .fc-daygrid-event-harness:nth-child(3n + 3) {
    background-color: #262262;
}

.fullcalendar-events .fc-daygrid .fc-daygrid-event-harness:nth-child(3n + 3) .fc-daygrid-event,
.fullcalendar-events .fc-daygrid .fc-daygrid-event-harness:nth-child(3n + 3) .fc-event-main {
    color: white;
}

.fullcalendar-events .fc-daygrid .fc-daygrid-day-frame {
    display: flex;
    flex-direction: column;
}

.fullcalendar-events .fc-daygrid .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-bottom: 0;
    min-height: 3em;
}

.fullcalendar-events .fc-daygrid .fc-daygrid-event-harness {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.fullcalendar-events .fc-daygrid td.fc-day-sat,
.fullcalendar-events .fc-daygrid td.fc-day-sun {
    background-color: #f6f6f6;
}

.fullcalendar-events .fc-list {
    border: 0;
}

.fullcalendar-events .fc-list-table .fc-list-day-cushion,
.fullcalendar-events .fc-list-table .fc-list-event-time,
.fullcalendar-events .fc-list-table .fc-list-event-graphic {
    display: none;
}

.fullcalendar-events .fc-list-table th {
    border: 0;
}

.fullcalendar-events .fc-list-table .fc-list-event-title {
    padding: 25px 0;
}

.fullcalendar-events .listview-event {
    display: flex;
}

.fullcalendar-events .listview-event .date {
    width: 88px;
    border-right: 1px solid #262262;
    margin-right: 25px;
    color: #262262;
    text-align: center;
    line-height: 0.9;
}

@media (max-width: 760px) {
    .fullcalendar-events .listview-event .date {
        width: 75px;
    }
}

.fullcalendar-events .listview-event .date .month {
    text-transform: uppercase;
    font-size: 20px;
}

.fullcalendar-events .listview-event .date .day {
    font-weight: bold;
    font-size: 60px;
}

@media (max-width: 760px) {
    .fullcalendar-events .listview-event .date .day {
        font-size: 50px;
    }
}

.fullcalendar-events .listview-event .content {
    flex: 1;
}

.fullcalendar-events .listview-event .image {
    width: 240px;
    margin-left: 25px;
}

@media (max-width: 760px) {
    .fullcalendar-events .listview-event .image {
        display: none;
    }
}

.fullcalendar-events .listview-event .image img {
    display: block;
    width: 100%;
    height: auto;
}

.fullcalendar-events .listview-event .title {
    color: #262262;
    font-family: "VentiCF";
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2px;
}

.fullcalendar-events .listview-event .time {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    color: #262262;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    background: url(assets/images/icon-time.svg) no-repeat left center;
}

.fullcalendar-events .listview-event .location {
    display: inline-block;
    vertical-align: top;
    color: #e8861c;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    position: relative;
}

.fullcalendar-events .listview-event .time + .location:before {
    content: "|";
    margin-left: 16px;
    margin-right: 20px;
    color: #262262;
    font-weight: bold;
    line-height: 20px;
}

.fullcalendar-events .listview-event .cost {
    display: inline-block;
    vertical-align: top;
    color: #007ba6;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    position: relative;
}

.fullcalendar-events .listview-event .cost:before {
    content: "|";
    margin-left: 16px;
    margin-right: 20px;
    color: #262262;
    font-weight: bold;
    line-height: 20px;
}

@media (max-width: 760px) {
    .fullcalendar-events .listview-event .time,
    .fullcalendar-events .listview-event .location,
    .fullcalendar-events .listview-event .cost {
        display: block;
    }

    .fullcalendar-events .listview-event .time:before,
    .fullcalendar-events .listview-event .location:before,
    .fullcalendar-events .listview-event .cost:before {
        display: none;
    }
}

.fullcalendar-events .listview-event .excerpt {
    margin-top: 15px;
    font-size: 15px;
    color: #231f20;
}

.fullcalendar-events .listview-event .view-details {
    margin-top: 15px;
}

.fullcalendar-events .listview-event .view-details .read-more-button {
    color: white;
}

.fullcalendar-events .monthview-event .popup {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 320px;
    margin-left: -160px;
    margin-bottom: 8px;
    padding: 10px 15px;
    background-color: #fff;
    color: #606060;
    z-index: 100;
    font-weight: normal;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.fullcalendar-events .monthview-event .popup:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 7px solid white;
}

.fullcalendar-events .monthview-event .popup .popup-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.fullcalendar-events .monthview-event .popup .popup-date {
    font-size: 14px;
}

.fullcalendar-events .monthview-event .popup .popup-time {
    font-size: 14px;
    margin-bottom: 0.5em;
}

.fullcalendar-events .monthview-event:hover .popup {
    display: block;
}

.block--team-members {
    max-width: 1150px;
    padding: 0 25px;
    box-sizing: border-box;
    margin: 0 auto;
}

.block--team-members .team-member {
    padding: 40px 0;
    border-top: 1px solid #d9d9d9;
}

.block--team-members .team-member:after {
    content: "";
    display: block;
    clear: both;
}

.block--team-members .photo {
    float: left;
    margin-right: 50px;
}

@media (max-width: 640px) {
    .block--team-members .photo {
        float: none;
        display: flex;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 25px;
    }
}

.block--team-members .photo img {
    display: block;
    border-radius: 100%;
}

.block--team-members .name {
    color: #262262;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
}

.block--team-members .title {
    color: #007ba6;
    font-weight: bold;
    font-size: 14px;
}

.block--team-members .bio {
    margin-top: 1em;
    font-size: 15px;
}

.event--container {
    max-width: 1150px;
    padding: 0 25px 50px 25px;
    box-sizing: border-box;
    margin: 0 auto;
}

.event--container:after {
    content: "";
    display: block;
    clear: both;
}

.event--details-container {
    margin-top: 25px;
}

.event--details-container h1 {
    color: #007ba6;
    font-size: 32px;
}

.event--details {
    display: flex;
    align-items: center;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin: 40px 0;
}

@media (max-width: 760px) {
    .event--details {
        display: grid;
        grid-template-columns: auto auto;
        -moz-column-gap: 30px;
        column-gap: 30px;
        font-size: 15px;
    }
}

.event--details > div {
    flex: 1;
    padding: 25px 20px 25px 45px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 32px auto;
}

@media (max-width: 760px) {
    .event--details > div {
        padding: 20px 0 20px 35px;
        background-size: 26px auto;
    }
}

.event--details h3 {
    color: #5d2764;
    font-size: 18px;
    line-height: 1;
    margin: 0;
}

.event--details .event--date {
    background-image: url(assets/images/icon-calendar-green.svg);
}

.event--details .event--time {
    background-image: url(assets/images/icon-time.svg);
}

.event--details .event--location {
    background-image: url(assets/images/icon-location.svg);
}

.event--details .event--cost {
    background-image: url(assets/images/icon-cost.svg);
}

.type-event .entry-content hr {
    height: 0;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    margin: 1.5em auto;
}

.type-event .sidebar {
    margin-top: 50px;
}

.type-event .sidebar > div {
    margin-bottom: 2em;
}

.type-event .sidebar h3 {
    color: #5d2764;
    font-size: 18px;
    margin-bottom: 0.25em;
    line-height: 1;
}

@media (min-width: 940px) {
    .type-event .entry-content {
        width: 60%;
        width: calc(100% - 360px);
        float: left;
    }

    .type-event .sidebar {
        width: 300px;
        float: right;
    }
}

.event--share h3 {
    margin-bottom: 0;
}

.event--share .share-links {
    margin: 0;
}

.event--share .share-links li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
}

.event--share .share-links a {
    font-size: 0;
    display: block;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}

.event--share .share-links .fb {
    width: 30px;
    background-image: url(assets/images/social-fb-blue.svg);
    background-size: auto 15px;
}

.event--share .share-links .link {
    width: 30px;
    background-image: url(assets/images/icon-link.svg);
    background-size: auto 14px;
}

.block--request-consultation .form-item > label {
    display: block;
    font-size: 0;
}

.block--request-consultation .wpcf7-not-valid-tip {
    font-size: 16px;
}

.block--request-consultation .form-item-services .wpcf7-list-item,
.block--request-consultation .form-item-services .gfield_checkbox > li {
    display: block;
    line-height: 1;
    margin-bottom: 0.75em;
    font-size: 15px;
}

.block--request-consultation .form-item-names-of-children,
.block--request-consultation .form-item-message {
    clear: both;
}

.block--request-consultation .form-item-services .gfield_label {
    font-family: "VentiCF";
    color: #5d2764;
    font-weight: bold;
    font-size: 20px;
}

@media (min-width: 640px) {
    .block--request-consultation .form-item-first-name,
    .block--request-consultation .form-item-names-of-children,
    .block--request-consultation .form-item-phone-number,
    .block--request-consultation .form-item-best-time-to-contact {
        width: 49%;
        float: left;
        margin-right: 2%;
        clear: left;
    }

    .block--request-consultation .form-item-last-name,
    .block--request-consultation .form-item-age-of-children,
    .block--request-consultation .form-item-email-address,
    .block--request-consultation .form-item-method-of-communication {
        width: 49%;
        float: left;
    }

    .block--request-consultation .form-item-location,
    .block--request-consultation .form-item-message {
        clear: both;
    }

    .block--request-consultation .form-item-services .wpcf7-checkbox,
    .block--request-consultation .form-item-services .ginput_container_checkbox {
        display: block;
        -moz-column-count: 4;
        column-count: 4;
    }
}

.block--programs-list {
    box-sizing: border-box;
    max-width: 1150px;
    padding: 0 25px;
    margin: 0 auto;
}

.program-teaser {
    padding: 40px 0;
    border-top: 1px solid #d9d9d9;
}

.program-teaser:after {
    content: "";
    display: block;
    clear: both;
}

.program-teaser .program-teaser--image {
    margin-bottom: 1.5em;
}

@media (min-width: 760px) {
    .program-teaser .program-teaser--image {
        float: left;
        margin-right: 50px;
        margin-bottom: 0;
    }
}

.program-teaser .program-teaser--image img {
    display: block;
}

.program-teaser .content {
    overflow: hidden;
}

.program-teaser .program-teaser--title {
    font-family: "VentiCF";
    color: #262262;
    font-size: 26px;
}

.program-teaser .program-teaser--excerpt {
    font-size: 14px;
}

.program-teaser .program-teaser--excerpt .read-more {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.program-teaser .program-teaser--excerpt .read-more:hover {
    text-decoration: underline;
}

.program-teaser .program-teaser--children {
    border-top: 1px solid #ececec;
    margin-top: 30px;
}

.program-teaser .program-teaser--child a {
    font-family: "VentiCF";
    border-bottom: 1px solid #ececec;
    display: block;
    padding: 20px 40px 20px 0;
    line-height: 1;
    color: #5d2764;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    background: url(assets/images/arrow-right-green.svg) no-repeat right center;
    background-size: auto 18px;
}

.program-teaser .program-teaser--child a:hover {
    text-decoration: underline;
}

.block--contact-info h3 {
    color: #262262;
    font-size: 26px;
    line-height: 1;
}

.block--contact-info p {
    color: #007ba6;
    line-height: 1;
}

.block--contact-info .column-location,
.block--contact-info .column-phone,
.block--contact-info .column-mail {
    margin-top: 20px;
    padding-bottom: 35px;
    padding-top: 90px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 65px;
}

.block--contact-info .column-location {
    background-image: url(assets/images/icon-location.svg);
}

.block--contact-info .column-phone {
    background-image: url(assets/images/icon-phone.svg);
}

.block--contact-info .column-phone strong {
    font-size: 28px;
}

.block--contact-info .column-mail {
    background-image: url(assets/images/icon-mail.svg);
}

.block--contact-form .form-item > label {
    display: block;
    font-size: 0;
}

.block--contact-form .wpcf7-not-valid-tip {
    font-size: 16px;
}

.block--contact-form .form-item-message {
    clear: both;
}

@media (min-width: 640px) {
    .block--contact-form .form-item-reason {
        width: 49%;
        float: left;
        margin-right: 2%;
        clear: left;
    }

    .block--contact-form .form-item-method-of-communication {
        width: 49%;
        float: left;
    }

    .block--contact-form .form-item-name {
        width: 32%;
        float: left;
        margin-right: 2%;
        clear: left;
    }

    .block--contact-form .form-item-email {
        width: 32%;
        float: left;
        margin-right: 2%;
    }

    .block--contact-form .form-item-phone {
        width: 32%;
        float: left;
    }
}

.block--contact-map {
    background: url(assets/images/bg-contact-map.png) no-repeat center center;
    background-size: cover;
    position: relative;
    height: 0;
    padding-bottom: 50%;
}

.block--contact-map:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    padding-bottom: 7.5%;
    background: url(assets/images/bg-curve3.svg) no-repeat top center;
    background-size: 100% 100%;
}

.block--contact-map a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    background: url(assets/images/icon-map-marker.svg) no-repeat center center;
    background-size: auto 10%;
}

.block--faqs {
    display: flex;
    padding: 0 25px 40px 25px;
    box-sizing: border-box;
    max-width: 1150px;
    margin: 0 auto;
}

@media (max-width: 760px) {
    .block--faqs {
        display: block;
    }
}

.faqs-menu {
    list-style: none;
    margin: 0 50px 0 0;
    width: 220px;
}

@media (max-width: 760px) {
    .faqs-menu {
        margin: 0 0 40px 0;
    }
}

.faqs-menu li {
    display: block;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #ececec;
}

.faqs-menu li:last-child {
    border-bottom: 0;
}

.faqs-menu a {
    display: block;
    padding: 15px 30px 15px 0;
    font-family: "VentiCF";
    font-weight: bold;
    color: #5d2764;
    text-decoration: none;
    line-height: 1;
}

.faqs-menu a.open {
    background: url(assets/images/arrow-right-green.svg) no-repeat right center;
    background-size: auto 18px;
}

.faqs-container {
    flex: 1;
}

.faqs-container .faq-content {
    display: none;
}

.faqs-container .faq-content.open {
    display: block;
}

.page-search {
    padding: 40px 25px;
    box-sizing: border-box;
    max-width: 1150px;
    margin: 0 auto;
}

.search-form {
    margin-bottom: 1.5em;
    display: block;
}

.posts-navigation {
    margin-top: 2.5em;
    clear: both;
}


.block--parent-events {
    padding: 0px 0px 0px 0px;
    position: relative;
    /*min-height: 400px;*/
    display: flex;
}

@media (max-width: 1400px) {
    .block--parent-events {
        /*min-height: 400px;*/
    }
}

@media (max-width: 1240px) {
    .block--parent-events {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .block--parent-events {
        /*padding: 30px 20px 15px 20px;*/
        /*min-height: 370px;*/
        display: inline-block;
        margin-top: 30px;
    }
}

@media (max-width: 599px) {
    .block--parent-events {
        /*min-height: 410px;*/
    }
}

.block--parent-events:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0px;
    width: 55%;
}

.block--parent-events:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
}

.block--parent-events .content {
    width: 100%;
    height: 100px;
    max-width: 500px;
    margin: 5px 5px 5px 5px;
    position: relative;
}

@media (max-width: 940px) {
    .block--parent-events .content {
        margin: 0 0px 0 0px;
    }
}

@media (max-width: 760px) {
    .block--parent-events .content {
        margin: 0 0 0 0;
    }
}

@media (min-width: 480px) {
    .block--parent-events .content {
        margin: 0 auto 0 0%;
    }
}

.block--parent-events .content > ul {
    margin: 0 0 10px 0;
}

.block--parent-events .content > ul li {
    list-style: none;
    display: flex;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin: 0 0 8px 0;
    background-color: white;
    padding-right: 40px;
    min-width: 250px;
}

@media (max-width: 900px) and (min-width: 600px) {
    .block--parent-events .content > ul li {
        padding-right: 0;
        min-width: 700px;
    }
}

.block-- .content > ul li:focus-within {
    outline: 1px solid black;
}

.block--parent-events p {
    color: #262262;
}

.block--parent-events .event-date {
    background-color: #5d2764;
    color: white;
    width: 83px;
    /*height: 83px;*/
    text-align: center;
    line-height: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.block--parent-events .event-date .month {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    padding-top: 15%;
}

.block--parent-events .event-date .day {
    font-size: 35px;
    padding-top: 3%;
    font-weight: bold;
    padding-bottom: 15%;
}

.block--parent-events .event-content {
    align-self: center;
    flex: 1;
    padding: 0px 3px;
}

.block--parent-events .event-title {
    text-decoration: none;
    color: #262262;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
    padding-right: 10px;
    padding-left: 5px;

}

@media (min-width: 1000px) {
    .block--parent-events .event-title {
        width: 160px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 500px) {
    .block--parent-events .event-title {
        width: 180px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.block--parent-events .event-title:focus {
    outline: none;
}

.block--parent-events .event-title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 2px;
    width: 90%;
    height: 100%;
}

.block--parent-events .event-time {
    color: #262262;
    font-size: 12px;
    font-weight: bold;
    float: left;
    background: url(assets/images/icon-time.svg) no-repeat left center;
    background-size: auto 12px;
    padding-right: 3px;
    padding-left: 15px;
    margin-left: 3px;
}

.block--parent-events .event-time:after {
    content: "—";
}

.block--parent-events .event-time-end {
    border-right: 1.5px solid #262262;
    color: #262262;
    font-size: 12px;
    font-weight: bold;
    float: left;
    padding-right: 3px;
    padding-left: 3px;
    margin-left: -1px;
}

.block--parent-events .event-cost {
    float: left;
    height: 14.2px;
    line-height: 15.50px;
    color: #007ba6;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 3px;
}

.block--parent-events .view-event {
    color: #007ba6;
    font-weight: bold;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

@media (max-width: 740px) {
    .block--parent-events .view-event {
        display: none;
    }
}

.block--parent-events li:hover {
    background: url(assets/images/KAS-Event-Hover-3.png) no-repeat top right;
    background-size: auto 81px;
}

@media (max-width: 900px) {
    .block--parent-events li:hover {
        background: none;
    }
}

.block--parent-events li:hover .event-date {
    background-color: #e8861c;
}

.block--parent-events li:hover .view-event {
    color: #8ec642;
}


a.button.events-button {
    min-width: 150px;
}

table.anchor .has-text-align-center {
    text-align: left;
    font-weight: bold;
    padding-bottom: 2px;
}

table.anchor .has-text-align-center a {
    color: #007ba6;
}

table.anchor .has-text-align-center a:after {
    bottom: 1px;

    border-width: 0 0 1px;
    border-style: solid;
}

table.anchor .has-text-align-center a:-webkit-any-link {
    text-decoration: none;
}

table.anchor .has-text-align-center a:hover {
    text-decoration: underline #8ec642 solid;
    -webkit-text-decoration: underline #8ec642 solid;
    text-underline-position: under;
    -webkit-text-underline-position: under;
    text-decoration-thickness: 2px;
    -webkit-text-decoration-thickness: 2px;
}

.type-program .entry-content .nnnshare .event--share ul > li {
    margin-left: 0px;
}

.nnanchor h3 {
    position: relative;
}

.nnanchor h3 span {
    position: absolute;
    top: -200px;
}

@media (max-width: 760px) {
    button.fc-month-view.fc-button {

        display: none;
    }

}

@media (max-width: 760px) {
    table.anchor tr {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 760px) {
    td.has-text-align-center {
        flex: 25%;
        margin-top: 25px;
    }
}

.anchorpage {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}


/* BLOG
============================ */
.breadcrumb-link {
    margin: 0 5px;
}

.blog-archive-list-wrap {
    display: block;
    width: 100%;
    max-width: 1148px;
    margin: 48px auto;
}


.blog-archive-list-col-1 {

}

.blog-archive-list-col-2 {

    padding: 0 25px;
}

@media (min-width: 1024px) {
    .blog-archive-list-wrap {
        display: flex;
    }

    .blog-archive-list-col-1 {
        width: calc(100% - 200px);
    }

    .blog-archive-list-col-2 {
        width: 200px;
        padding: 0 25px;
    }
}

#blog-archive-list {
    padding: 0 25px;
}

#blog-archive-list .blog-excerpt-wrap {
    border-bottom: 1px solid #ddd;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

#blog-archive-list h2.post-title {
    margin-bottom: 0;
}

#blog-archive-list .post-title a {
    text-decoration: none;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 8px;
    color: #007ba6;
}

#blog-archive-list .blog-post-date {
    display: block;
    margin-bottom: 12px;
    color: #00000080;
}

#blog-archive-list .blog-excerpt {
    padding-bottom: 16px;
}

#blog-sidebar .widget {
    margin-bottom: 32px;
}

#blog-sidebar a {
    text-decoration: none;
    color: #676767
}

#blog-sidebar a:hover {
    color: #8ec642;
}

#blog-sidebar ul {
    margin: 0;
    padding: 0;
}

#blog-sidebar li {
    list-style: none;
}

#blog-sidebar h3 {
    font-size: 1.6rem;
    line-height: 110%;
    margin: 0.9rem 0 0.72rem 0;
    color: #666;
}

#email_address_field_1 {
    margin: 0 8px 0 0 !important;
}

.footer-callout {
    text-align: center;
    padding: 25px 15px 50px;
}

.footer-callout h3 {
    font-weight: 900;
    font-size: 2.2rem;
}
/*# sourceMappingURL=style.css.map */