
.signin-container .link:hover {
    text-decoration: underline;
}

.signin-container .link{
    color: var(--primary) !important;
    font-weight: bold !important;
}


.swiper-button-prev{
    left: 20px;
}
.swiper-button-next {
    right: 20px;
}
.gray-border {
    border-bottom: 2px #d4d4d4 solid;
}
/*
.book-button {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 20px;
    border: 1px solid #ffffff;
    background-color: rgb(14, 30, 59);
}*/

.row.about-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.row .col.article-col {
    min-width: 350px !important;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    margin: 10px;
    padding: 0;

}

.calendar-container {
    margin-left: 20px;
    margin-right: 20px;
}
.flex-col {
    display: flex;
    flex-direction: column;
}
.row.article-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #ececec;
    padding-top: 50px;
    padding-bottom: 50px;
}

.copyright-notice .white-text > p {
    font-size: 13rem;
    line-height: 1.5;
}

.swiper {
    height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fffff8;
}

img {
    max-width: 100%;
}

.margin-container {
    padding: 50px !important;
}

.margin-container > h2 {
    margin-bottom: 20px;
}

button.expand-button {
    text-align: center;
    background-color: #758aad;
    border-radius: 0;
}
button.expand-button.button {
    width: 100%;
    height: inherit;
    padding: 0;
    height: 22px;
    min-height: unset;

    margin: 0;
}
button.expand-button {
    color: transparent;
}
button.expand-button.button::after {
    color: blue !important;
    content: "";
}
.arrow {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.calendar-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.arrow.down {
    margin-top: -5px;
}

.book-item.focus > h5 {
    font-size: 150%;
}

.book-item {
    padding-left: 25px !important;
    cursor: pointer;
}

.book-item.focus {
    padding-left: 15px !important;
    background-color: var(--secondary) !important;
    color: var(--on-secondary) !important;
}
.book-item.focus:before {
    content: "";
}
.book-item:before {
    content: "•";
    font-size: 25rem;
    height: 10px !important;
    position: absolute;
    left: 10px;
}

.about-img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.event-container {
    max-height: 330rem;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: auto;
    scrollbar-color: #1d365c #ffffff;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */

  /* Chrome, Edge, and Safari */
  .event-container::-webkit-scrollbar {
    width: 16px;
  }

  .event-container::-webkit-scrollbar-track {
    background: #ffffff;
  }

  .event-container::-webkit-scrollbar-thumb {
    background-color: #1d365c;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }

.row.article-row {
    max-width: 100%;
    margin: 0;
}

.cds-logo {
    max-width: 44px;
    padding: 10px;
}

.modal {
    color: #ffffff;
}

.modal-text-column {
    max-height: 540rem;
    overflow-y: auto;
    scrollbar-width: auto;
    scrollbar-color: #dbdfe1 #ffffff;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */

  /* Chrome, Edge, and Safari */
  .modal-text-column::-webkit-scrollbar {
    width: 18px;
  }

  .modal-text-column::-webkit-scrollbar-track {
    background: #ffffff0d;
  }

  .modal-text-column::-webkit-scrollbar-thumb {
    background-color: #b8c4cb7d;
    border-radius: 0px;
    border: 0px solid #ffffff;
  }

  .modal-container .col > p  {
      font-size:20px;
  }

  .modal-container .col > h3  {
    font-weight: bold;
}


.circle, .diamond, .square {
    min-width: 25rem;
    min-height: 25rem;
    max-width: 25rem;
    max-height: 25rem;
    height: 25rem;
}

.close-button {
    position: absolute;
    top: 1rem;
}

.col.s6.modal-text-column {
    margin-top: 15rem;
}

.col.s6 {
    justify-content: center;
    display: flex;
}
.col.s6.left-align {
    justify-content: flex-start;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    font-family: "montserrat", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    font-family: "montserrat", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    font-family: "montserrat", Arial, Helvetica, sans-serif;
    font-size: 14px;    }

textarea::-moz-placeholder,
input::-moz-placeholder {
    font-family: "montserrat", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.block-text {
    min-height: 145rem;
}

/* Gravity forms */

input#gform_submit_button_1 {
    border: 2px solid #ffffff;
    padding-left: 25px;
    padding-right: 25px;
}

.cds-gf {
    margin-left: 20rem;
    margin-right: 20rem;
    text-align: center;
    color: #000000;
}

.cds-gf-text-input .ginput_container > textarea,
.cds-gf-input .ginput_container > input {
    border-radius: 6px;
    background: #ededed;
    font-family: inherit;
}

.cds-gf-text-input .ginput_container > textarea,
.cds-gf-input .ginput_container > input {
    padding-left: 40px !important;
}

.gf-icon {
    position: absolute;
    color: black;
    z-index: 200;
    top: 10rem;
    left: 10rem;
    color: #ffffff !important;
    font-size: 20rem;

}

.cds-gf .gform_validation_error form .gform-body .gform_fields .gfield_error .validation_message,
.cds-gf .gform_validation_error .gform_validation_errors {
    background: transparent;
    border: none;
    text-align: left;
    padding: 0;
    margin: 0;
    padding-left: 0;
    font-weight: bolder !important;
    color: #ff3e3e;
}

.gform_confirmation_message {
    color: #ffffff !important;
}

div#gform_1_validation_container {
    display: none;
}

.instruction.validation_message,
.gfield_description.validation_message.gfield_validation_message {
    margin-top: 5px !important;
}

.validation_message,
.instruction.validation_message {
    font-weight: bolder !important;
}
/* Modal */

.contact-title-desktop {
    margin-left: 52rem;
}

.contact-us-button {
    width: 130px;
    height: 80px;
    cursor: pointer;
    background: #106ac2;
    position: absolute;
    z-index: 2000;
    border-right: 10px;
    margin-top: -40px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.contact-img {
    max-height: 40px;
    display: flex;
    padding: 0;
    margin: 0 20px 0 0;
    border-radius: revert;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    .col.article-col.calendar-container {
        margin-left: 30px !important;
    }
    .col.title-container-mobile{
        display: none;
    }

    .modal {
        padding-left: 30rem;
    }

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

    html {
        font-size: var(--tablet-size) !important;
    }

    .row.about-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .row .col.s6 {
        width: 100%;
    }

    .col.s6.left-align.title-container-desktop {
        display: none;
    }

    .modal {
        top: 0%;
    }

    .cds-gf {
        width: 100%;
        margin-left: 0;
        margin-right: 0;    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    html {
        font-size: var(--tablet-size) !important;
    }

    .row.about-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .row .col.s6 {
        width: 100%;
    }

    .col.s6.left-align.title-container-desktop {
        display: none;
    }

    .modal {
        left: 10%;
        right: 10%;
        top: 0%;
        min-width: 80%;
        max-width: 100%;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .cds-gf {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    html {
        font-size: var(--tablet-size) !important;
    }

    .row.about-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .row .col.s6 {
        width: 100%;
    }
    .copyright-notice .white-text > p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .slider-area {
        height: 550rem !important;
    }

    .col.s6.left-align.title-container-desktop {
        display: none;
    }

    .modal {
        left: 0%;
        right: 0%;
        top: 0%;
        min-width: 100%;
        max-width: 100%;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    button.events-button {
        margin: 0 !important;
        font-size: 12rem !important;
        padding-left: 8rem;
        padding-right: 8rem;
    }
    .cds-gf {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    html {
        font-size: var(--mobile-size) !important;
    }

    .row .col.article-col {
        min-width: 0 !important;
        width: 100%;
    }

    .row.article-row {
        padding-top: 25rem;
        padding-bottom: 25rem;
    }

    .slide-content {
        margin: 35px !important;
    }
    h1 {
        font-size: 38rem;
    }
    h2 {
        font-size: 36rem;
    }
    .margin-container {
        padding: 30px !important;
    }
    .swiper-button-prev {
        left: 0 !important;
    }
    .swiper-button-next {
        right: 0 !important;
    }

    .menu.bottom, .menu.top {
        height: 100%;
    }


/* Iphone 5 */
@media (max-width: 320px) {
    html {
        font-size: var(--mobile-size) !important;
    }

    .margin-container {
        padding: 20px !important;
    }
    .slider-area {
        height: 350px !important;
    }

}