  /* VIDEO AT TOP*/
.vimeo {
    /*.  position: absolute;
    width: 80vw;
    top: 150px;
    left: 40px;
    left: 40px;
    right: 40px;
    margin: 0 auto 0 -40%;
    width: 80%;
    left: 50%;
    right: 50%;
    max-width: 1200px;*/
    box-shadow: none;
    border-radius: 0;
}

html {
    scroll-behavior: smooth;
}

div.slate-form table,
div.slate-form table td,
div.slate-form table tr {
    background: transparent !important;
}

/*
header.main {
    height: 100vh;
    height:88vh;
}*/
header.main .intro {
    position: absolute;
    width: 100%;
    bottom: 0;

}

.intro .text .container span.parent-site,
.intro .text .container span.parent-site.in {
    display: none;
}

.intro .text {
    padding-bottom: 4em;
    padding-top: 13em;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.71);
}

.intro .text .container h1 {
    font-size: 6.25em;
    font-weight: 700;
}

.intro .text .container p {
    font-size: 1.875em;
}

section.main {
    padding-bottom: 0;
}

.color-block {
    padding: 40px;
    background: #007996;
    border-radius: 12px;
    text-align: center;
    color: #fff;
}

.color-block h2 {
    color: #fff;
    margin-top: 0;
}

.highlights-container {
    position: relative;
    text-align: center;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin: 80px 0 80px -50vw;
    background: #007996;
    padding: 60px 0 90px;
    margin-bottom: 0 !important;
}

.highlights-container .button a {}

.highlights-container h2 {
    color: #fff;
}

.highlights-grid {
    max-width: 1280px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: 12fr 12fr 12fr;
    grid-gap: 0;
    grid-row-gap: 0;
    transition: all .32s;
}

.highlight {
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0.25rem 3.5rem rgb(0 0 0 / 11%);
    box-shadow: 0 0.25rem 3.5rem rgb(0 0 0 / 11%);
    padding: 60px;
    transition: all .2s;
    position: relative;
    font-size: 1.25rem;
}

.highlight h3 {
    margin: 0 0 8px;
}

.highlight:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 90;
    -webkit-box-shadow: 0 0.25rem 3.5rem rgb(0 0 0 / 31%);
    box-shadow: 0 0.25rem 3.5rem rgb(0 0 0 / 31%);
}

.highlight:before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: #916600;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.highlight:hover:before {
    opacity: 1;
    width: 100%;
}

.highlights-grid:hover .highlight {
    opacity: .6;
}

.highlights-grid .highlight:hover {
    opacity: 1;

}

.what-to-bring-container {
    position: relative;
    text-align: center;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin: 80px 0 80px -50vw;
    margin: 0 0 0 -50vw;
    background: #fdfaf2;
    padding: 0;
    overflow: hidden;
}

.what-to-bring-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 12fr 12fr;
    grid-gap: 0;
    grid-row-gap: 0;
    transition: all .32s;
    min-height: 600px;
    overflow: hidden;
}

.bring-content {
    padding: 40px 40px 60px 40px;
    text-align: left;
}

.bring-photo {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
}

picture.bring-background {
    width: 100%;
    height: 100%;
    display: flex;

}

picture.bring-background img {
    object-fit: cover;
    height: auto;
    width: 100%;
}

.event-dates-container {
    max-width: 680px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-columns: 1fr !important; */
    grid-gap: 2em;
    grid-row-gap: 0;
    transition: all .32s;
    justify-items: center;

}

.event-date {
    background: #0C2340;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: all .2s;
    border: 8px solid #ccc;
}

.event-date:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    border: 8px solid #d59600;
}

.event-date h3 {
    color: #fff;
    font-size: 2.1rem;
    margin: 0 auto 0.5rem;
    font-family: psfournier-std, serif;
    letter-spacing: -.03em;
    text-transform: none;
}

.event-date p {
    margin: 0;
    color: #fff;
}

@media screen and (max-width: 901px) {
    .intro .text {
        padding-bottom: 1rem;
        padding-top: 2rem;
    }

    .what-to-bring-container {
        left: 0;
        right: 0;
        margin: 80px 0;
        width: auto;
    }

    .highlights-container {
        padding: 20px;
        margin: 0;
        right: 0;
        left: 0;
        width: auto;
    }

    .what-to-bring-grid,
    .highlights-grid {
        display: block;
    }

    .event-dates-container {
        display: block;
    }

    .event-date {
        margin: 16px auto;
    }

    .bring-photo {
        position: relative;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
}

.diamond {
    margin: 2rem auto 2rem;
    clear: both;
}

.diamond hr {
    max-width: 300px;
    margin: 4em auto;
}

.diamond hr::after {
    content: ' ';
    display: block;
    width: 14px;
    height: 14px;
    background: #69B3E7;
    border-top: 1px solid #69B3E7;
    border-right: 1px solid #69B3E7;
    transform: translate(-50%, 0) rotate(45deg) skew(15deg, 15deg);
    ;
    -moz-transform: translate(-50%, 0) rotate(45deg) skew(15deg, 15deg);
    ;
    -webkit-transform: translate(-50%, 0) rotate(45deg) skew(15deg, 15deg);
    ;
    margin: -9px 0;
    position: absolute;
    left: 50%
}

/*====MODAL Window===*/
/* Unopened lightbox */
.off-canvas-toggle,
.off-canvas-toggle2,
.off-canvas-toggle3,
.off-canvas-toggle4,
.off-canvas-toggle5,
.off-canvas-toggle6,
.off-canvas-toggle7 {
    /*float: left;
    padding: 0 15px;*/
}

.close.off-canvas-toggle,
.close.off-canvas-toggle2,
.close.off-canvas-toggle3,
.close.off-canvas-toggle4,
.close.off-canvas-toggle5,
.close.off-canvas-toggle6,
.close.off-canvas-toggle7 {
    position: absolute;
    right: 30px;
    top: 30px;
    display: block;
    background: #fff;
    background: rgba(255, 255, 255, .2);
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}

.off-canvas,
.off-canvas2,
.off-canvas3,
.off-canvas4,
.off-canvas5,
.off-canvas6,
.off-canvas7 {
    width: 300px;
    width: 100vw;
    position: fixed;
    display: grid;
    align-items: start;
    justify-items: center;
    left: 0;
    top: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    /*background: #c99700;*/
    transform: translateX(-100%);
    transition: .4s ease-in-out;
    z-index: 1060;
}

.off-canvas-active .off-canvas,
.off-canvas-active2 .off-canvas2,
.off-canvas-active3 .off-canvas3,
.off-canvas-active4 .off-canvas4,
.off-canvas-active5 .off-canvas5,
.off-canvas-active6 .off-canvas6,
.off-canvas-active7 .off-canvas7 {
    transform: translateX(0);
}

.list-group {
    padding: 20px;
}

.off-canvas-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 35, 64, .85);
    z-index: 1050;
    visibility: hidden;
    opacity: 0;
    transition: .4s ease-in-out;
}

.off-canvas-active .off-canvas-overlay,
.off-canvas-active2 .off-canvas-overlay,
.off-canvas-active3 .off-canvas-overlay,
.off-canvas-active4 .off-canvas-overlay,
.off-canvas-active5 .off-canvas-overlay,
.off-canvas-active6 .off-canvas-overlay,
.off-canvas-active7 .off-canvas-overlay {
    opacity: 1;
    visibility: visible;
}

.slate-form-container {
    box-sizing: border-box;
    color: #0c2340 !important;
    width: 100%;
    min-height: 100vh;
    background: #69B3E7;
    display: grid;
    grid-template-columns: 45% 55%;
    column-gap: 2em;
    padding: 7em;
}

.slate-form-container #register_date,
.slate-form-container #register_date span {
    color: #0c2340 !important;

}

.slate-form {
    order: 2;
}

.slate-form p {
    color: #0c2340;
}

.form-info {
    color: #0c2340;
    order: 1;
    text-align: center;
}

.form-info p {
    color: #fff;
}

.form-info h2 {
    font-size: 3em;
    font-weight: 700;
    /* color:#fff;*/
    margin: 0;
    line-height: 1.3em;
}

.program-info {
    padding: 3em;
    margin: 15px;
    max-width: 900px;
    background: #558AC4;
    color: #0c2340;
    position: relative;
}

.program-info p {
    color: #0c2340;
}

.program-info h3 {
    font-weight: 700;
    font-size: 1.875em;
    color: #0c2340;
    margin: 1em 0 0.75em;
}

.program-info ul {
    margin: 0 0 1em;
}

.program-info ul li {
    font-family: 'new-atten', sans-serif;
    font-size: 1.325em;
    margin: 0 0 1em;
}

div.form_page input[type=password],
div.form_page input[type=text],
div.form_page input[type=email],
div.form_page input[type=tel],
div.form_page input:not([type]),
div.form_page select,
div.form_page textarea {
    color: #0c2340;
}

@media screen and (max-width: 901px) {
    .slate-form-container {
        display: block;
        padding: 2em;
    }

}

@keyframes slide-in {
    from {
        transform: translate(-50%, -100%);
        opacity: 0;
    }

    to {
        transform: translate(-50%, 50%);
        opacity: 1;
    }
}