.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-family: 'franklin_gothic', sans-serif;
}

p, a, ul li, ol li, ol li:before, .btn-1, .btn-2, .gform_wrapper .gform_fields .gfield, .gform_wrapper .gform_fields .gfield .gfield_label, header .programs-btn.open, .alert-msg em, .alert-msg a, .fixed-footer .content .phone, .fixed-footer .content .cta .title, .fixed-footer .content .cta .title em, .slide-show .slide .item .des, .program-find-module .filter-bar .text em, .testimonials-home .slide .text p {
    font-family: 'franklin_gothic_book', sans-serif;
}

input, textarea, select {
    font: 100% 'franklin_gothic_book', serif, 'franklin_gothic_book', serif, Arial, Helvetica, sans-serif;
}

.fixed-footer .hours .weekly h6, .program-find-module .filter-bar h4, .upcoming-events-list .title, .hero-2-module .item .title, .hero-2-module .item .sub-title, .hero-2-module .item .job-title, .slide-show .slide .item .title, .about-gallery-module .intro-text h2 {
    font-family: 'franklin_gothic', serif;
}

.ui-datepicker .ui-datepicker-title, .ui-datepicker th, .ui-datepicker td span, .ui-datepicker td a, .selectric .label, header nav ul .item a, header nav .mobile-search .text, header .programs-btn, .programs-dropdown .list .section .title, .programs-dropdown .list .section a, .fixed-footer .content .chat-btn span, .fixed-footer .hours .weekly .time p, .fixed-footer .hours .weekly .small, .fixed-footer .hours .options .item, .program-find-module .filter-bar .time .from .week-pick span, .program-find-module .filter-bar .time .from .text, .program-find-module .filter-bar .submit, .program-list-2 .program em, .upcoming-events-list .event-item .date, .upcoming-events-list .event-item .name, .upcoming-events-list .event-item p {
    font-family: 'franklin_gothic_book', serif;
}

.icon-icons-18::before {
    content: "\E01A";
}

.alert .box::before {
    content: '\E019';
}

.success .box::before {
    content: '\E039';
}

.t2 .bin .left .title {
    color: #006ca3;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
    z-index: 1;
    text-transform: uppercase;
    font-size: 1.6rem;
    padding: 20px 30px;
    text-align: right;
    font-weight: 600;
}

@media (max-width: 1248px) {
    .t2 .bin .left .title {
        display: none;
    }
}

.page-list-filter-custom .page-list-close-link {
    display: none;
}

@media (max-width: 1008px) {
    .page-list-filter-custom .page-list-close-link {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
        z-index: 1;
        text-transform: uppercase;
        font-size: 1.6rem;
        padding: 20px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: right;
        font-weight: 600;
        background-color: #00bce3;
    }

    .page-list-filter-custom .page-list-close-link:after {
        content: '\E002';
        display: block;
        color: #fff;
        font-family: 'uja-riverdale';
        position: absolute;
        right: 19px;
        font-weight: normal;
        font-size: 20px;
        font-size: 2rem;
        line-height: 20px;
        top: 50%;
        margin: -10px 0 0;
    }
}

.shadow {
    z-index: 10100;
}

.simple-popup .popup-loading {
    width: 120px;
    height: 120px;
    background: url(../images/loading.gif) no-repeat center center;
    margin: 0 auto;
}

/* Simple Popup */
.simple-popup, .simple-popup .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: auto;
}

.simple-popup {
    z-index: 10000;
    overflow-x: hidden;
    overflow-y: auto;
}

.simple-popup .overlay {
    background: #000000;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;
    margin: 0;
    padding: 0;
}

.simple-popup .wrapper {
    position: relative;
    float: left;
    background: none;
}

@media (max-width: 748px) {
    .simple-popup .wrapper {
        width: 90%;
    }
}

.simple-popup .close {
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: 30px;
    right: 30px;
    z-index: 5;
}

.simple-popup .close:after {
    content: '\E011';
    display: block;
    font-family: 'uja-sephardic';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000;
    line-height: 20px;
    font-weight: 300;
    font-size: 20px;
    font-size: 2rem;
}

/* End Simple Popup */

.simple-popup .reg-pop-up {
    position: static;
    margin: 0;
    transform: none;
    z-index: 0;
}

.reg-pop-up .table .name-row, .reg-pop-up .headings .name-row {
    width: 30%;
}

.reg-pop-up .table .seat-row, .reg-pop-up .headings .seat-row {
    width: 90%;
    padding: 25px;
}

#header-login-form .error {
    color: red;
}

.display-no {
    display: none;
}

.registration-module .cart .actions a {
    width: 200px;
}

.registration-module .cart .number {
    width: 15%;
}

.registration-module .cart .program {
    width: 30%;
}

.registration-module .cart .family-member {
    width: 20%;
}

.registration-module .form .registration-total-0 {
    display: none;
}

.wrap .no-imp {
    width: 49%;
    float: left;
}

.wrap .no-imp:last-child {
    float: right;
}

.field.overflow-visible {
    overflow: visible;
}

.wrap .field .field-label + .imp, .wrap .field .field-label + .no-imp, .wrap .no-imp .text, .wrap .no-imp .selectric-wrapper, .wrap .fw-inner .selectric-wrapper {
    width: 100% !important;
    float: none !important;
}

.wrap .field .field-label {
    margin-bottom: 5px;
    color: #00bce3;
}

.page-list-filter-custom .page-list-filter-submit {
    float: none;
    width: 100%;
}

.register-wrapper .error-box {
    color: red;
    font-weight: bold;
}

.register-wrapper .error-box a {
    color: #00bce3;
}

#main #registration-promo-code-add, #main #registration-donation {
    width: auto;
    margin-top: 0;
    padding: 13px 40px;
}

#main #registration-donation {
    padding: 13px 60px;
}

@media (max-width: 1008px) {
    .reg-pop-up .table tr td {
        width: auto;
        display: table-cell;
        padding: 10px 20px !important;
    }

    .reg-pop-up .table tr td.action {
        text-align: center;
    }

    .reg-pop-up .table tr td::after, .reg-pop-up .table tr td.number {
        display: none;
    }

    .reg-pop-up .table tr td.number::after, .reg-pop-up .table tr td.action::after {
        content: '';
    }

    .reg-pop-up .headings > * {
        display: none;
    }

    .reg-pop-up .actions {
        margin-top: 10px;
    }

    .reg-pop-up .scroll {
        height: 261px;
    }

    .registration-module .cart .item .des p.family-member:after {
        content: 'family member';
    }

    .registration-module .cart .item .des .remove {
        display: block;
        width: 100%;
    }

    #main #registration-promo-code-add, #main #registration-donation {
        padding: 13px;
    }
}

@media (max-width: 736px) {
    .wrap .no-imp, .wrap .no-imp:last-child {
        width: 100% !important;
        float: none !important;
    }

    #main #registration-promo-code-add {
        padding: 13px 40px;
    }

    #main #registration-donation {
        padding: 13px 60px;
    }
}

.menu-dropdown .login-form .good .text {
    color: #fff !important;
}

.acc-family-members .headings, .acc-family-members .item {
    width: 100%;
    overflow: hidden;
}

.acc-family-members .headings p {
    float: left;
    margin: 0;
    color: #00bce3;
    font-weight: 600;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
}

.acc-family-members .number {
    width: 10%;
}

.acc-family-members .fname, .acc-family-members .lname, .acc-family-members .bdate {
    width: 30%;
}

.acc-family-members .item {
    padding: 10px 0;
}

.acc-family-members .item:nth-child(2n) {
    background-color: #fafafa;
}

.acc-family-members .item p {
    float: left;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    line-height: normal;
}

.form .registration-checkout-contribute .wrap {
    margin-bottom: 20px;
}

.form .registration-checkout-contribute .wrap .field-wrap {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.form .registration-checkout-contribute .wrap .field-wrap .check-label {
    width: auto;
    display: inline;
    margin-right: 15px;
}

.form .registration-checkout-contribute .wrap .field-wrap .text {
    width: auto;
    margin: 0 15px;
}

.hero .bg-image:before {
    background-image: none;
}

.hero .bg-image .title {
    text-transform: uppercase;
}

.slide-show .slide.bg-image:before {
    content: '';
    display: block !important;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.25;
    filter: alpha(opacity=25);
    position: absolute;
    left: 0;
    top: 0;
}

.quattro-registration-show-item .quattro-registration-show-prices-wrap {
    height: 0;
    width: 60%;
    overflow: hidden;
}

.quattro-registration-show-item.expanded .quattro-registration-show-prices-wrap {
    height: auto;
}

.quattro-registration-show-item .quattro-registration-show-prices-wrap table th {
    padding: 10px 0;
}

.quattro-registration-show-item .quattro-registration-show-prices-wrap table th,
.quattro-registration-show-item .quattro-registration-show-prices-wrap table td {
    width: 20%;
    text-align: center;
}

.bg-white .welcome-module, .bg-white .intro-module {
    background-color: #fff;
}

.bg-color-1 .welcome-module .title, .bg-color-2 .welcome-module .title, .bg-color-3 .welcome-module .title, .bg-color-5 .welcome-module .title, .bg-color-6 .welcome-module .title, .bg-color-7 .welcome-module .title, .bg-color-8 .welcome-module .title,
.bg-color-9 .welcome-module .title, .bg-color-10 .welcome-module .title, .bg-color-11 .welcome-module .title, .bg-color-12 .welcome-module .title {
    color: #fdbb11;
}

.bg-color-1 .welcome-module .title:after, .bg-color-2 .welcome-module .title:after, .bg-color-3 .welcome-module .title:after, .bg-color-5 .welcome-module .title:after, .bg-color-6 .welcome-module .title:after, .bg-color-7 .welcome-module .title:after, .bg-color-8 .welcome-module .title:after,
.bg-color-9 .welcome-module .title:after, .bg-color-10 .welcome-module .title:after, .bg-color-11 .welcome-module .title:after, .bg-color-12 .welcome-module .title:after {
    border-color: #fdbb11;
}

.bg-color-6 .intro-module .aside .text p, .bg-color-7 .intro-module .aside .text p, .bg-color-8 .intro-module .aside .text p, .bg-color-11 .intro-module .aside .text p, .bg-color-12 .intro-module .aside .text p {
    color: #fff;
}

.bg-white .intro-module .aside .more:hover {
    color: #787d83 !important;
}

.bulk-registration-container {
    width: 100%;
}

.bulk-registration-container .qbr-box {
    background-color: #f5f5f5;
    padding: 20px 20px 20px 40px;
    margin: 15px 0;
}

.bulk-registration-container .qbr-box .qbr-item .qbr-header .title h2 {
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-size: 22px;
}

.bulk-registration-container .qbr-box.open .qbr-item .qbr-header .title h2:after {
    content: '\E00A';
    display: block;
    color: #00bce3;
    font-family: 'uja-riverdale';
    position: absolute;
    right: 0px;
    font-weight: normal;
    font-size: 50px;
    line-height: 25px;
    top: 50%;
    margin: -10px 0 0;
}

.bulk-registration-container .qbr-box.close .qbr-item .qbr-header .title h2:after {
    content: '\E00B';
    display: block;
    color: #797979;
    font-family: 'uja-riverdale';
    position: absolute;
    right: 0px;
    font-weight: normal;
    font-size: 50px;
    line-height: 25px;
    top: 50%;
    margin: -10px 0 0;
}

.bulk-registration-container .qbr-box .qbr-item .qbr-sections .qbr-section .qbr-section-title h6:after {
    content: '-';
    display: block;
    color: #00bce3;
    position: absolute;
    right: 5px;
    font-weight: normal;
    font-size: 70px;
    line-height: 14px;
    top: 0%;
    margin: 0;
}

.bulk-registration-container .qbr-box .qbr-item .qbr-sections .qbr-section .qbr-section-item.close .qbr-section-body {
    display: none;
}

.bulk-registration-container .qbr-box .qbr-item .qbr-header .title h2:hover {
    cursor: pointer;
    font-size: 22px;
}

.bulk-registration-container .qbr-box.close .qbr-item .qbr-header .bulk-purchase-transactions,
.bulk-registration-container .qbr-box.close .qbr-item .qbr-sections {
    display: none;
}

.bulk-registration-container .qbr-box .qbr-item .qbr-header .bulk-purchase-transactions {
    text-align: right;
    margin: 20px 0 15px 0;
}

.bulk-registration-container .qbr-box .qbr-item .qbr-header .bulk-purchase-transactions span {
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    padding: 0 10px;
    font-family: 'franklin_gothic_book', serif;
}

.bulk-registration-container .qbr-box .qbr-item .qbr-header .bulk-purchase-transactions input {
    display: inline-block;
}

.bulk-registration-container .qbr-box .qbr-item .qbr-header .bulk-purchase-transactions .check-label {
    display: inline-block;
}

header .icon-.cart svg {
    width: 22px;
    margin: 0 auto;
    fill: #00bce3;
}

header .icon-.cart:hover svg {
    fill: #ffffff;
}

.user-cart-mobile {
    display: none;
}

header .tools .icon-.cart:hover {
    background-color: #00bce3;
}

@media (max-width: 1008px) {
    .user-cart-mobile {
        display: block;
        float: right;
    }

    header .icon-.cart {
        background-color: transparent;
        border-right: 1px solid #e3e3e3;
        border-left: 1px solid #e3e3e3;
        padding: 5px 15px;
        height: 100%;
        width: 66px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
        overflow: hidden;
        font-size: 0.8em;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
        height: 66px;
    }

    header .icon-.cart svg {
        width: 34px;
        margin: 0 auto;
        fill: #00bce3;
    }

    header .icon-.cart:hover svg {
        fill: #00bce3;
    }
}

.bulk-registration-container .qbr-box .qbr-item .qbr-sections .qbr-section {
    margin: 15px 0px;
}

.bulk-registration-container .qbr-box .qbr-item .qbr-sections .qbr-section .qbr-section-title h6 {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-size: 22px;
}

.bulk-registration-container .qbr-box .qbr-item .qbr-sections .qbr-section .qbr-section-title {
    padding: 15px 15px 15px 20px;
}

.bulk-registration-container .qbr-box .qbr-item .qbr-sections .qbr-section .qbr-section-title:hover {
    cursor: pointer;
}

.qbr-section-body .qbr-section-program {
    border-bottom: 2px dashed #d8d8d8;
    padding: 20px;
}

.qbr-section-body .qbr-section-program:nth-last-child(2) {
    border-bottom: none;
}

.qbr-section-body .qbr-section-program .qbr-program-title {
    display: inline-block;
    font-family: sans-serif;
    margin: 0;
    font-size: 16px;
    color: #585858;
}

.qbr-section-body .qbr-section-program .qbr-program-title p {
    display: table;
    margin: 0;
    font-family: sans-serif;
    color: #585858;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 0;
}

.qbr-section-body .qbr-section-program .qbr-program-checkbox {
    display: inline-block;
    float: right;
}

.qbr-section-body .qbr-section-program .qbr-program-checkbox input[type="checkbox"] + label:before {
    margin-right: 0px;
}

.qbr-section-body .transportation-section {
    background-color: #d8d8d8;
    text-align: right;
    padding: 11px 20px;
}

.qbr-section-body .qbr-section-program .qbr-program-transportation-select {
    display: inline-block;
    width: 300px;
}

.qbr-program-transportation-select .selectric-custom .selectric .label,
.qbr-family-member .selectric-custom .selectric .label {
    height: 40px;
    line-height: 40px;
}

.qbr-program-transportation-select .selectric-custom .selectric .button,
.qbr-family-member .selectric-custom .selectric .button {
    width: 40px;
    height: 40px;
}

.qbr-program-transportation-select .selectric-custom .selectric .button:after,
.qbr-family-member .selectric-custom .selectric .button:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}

.qbr-program-transportation-select .selectric-wrapper,
.qbr-family-member .selectric-wrapper {
    margin: 0;
    height: 40px;
}

.qbr-program-transportation-select .selectric-wrapper .selectric-items li,
.qbr-family-member .selectric-wrapper .selectric-items li {
    text-align: left;
}

.qbr-program-transportation-select .selectric,
.qbr-family-member .selectric {
    border: 1px solid #919191;
}

.bulk-registration-container .qbr-box .qbr-item .qbr-sections .qbr-section .qbr-section-item.close .qbr-section-title h6:after {
    content: '+';
    display: block;
    color: #797979;
    position: absolute;
    right: 5px;
    font-weight: 800;
    font-size: 31px;
    line-height: 21px;
    top: 0%;
    margin: 0;
}

.bulk-registration-container .qbr-box.close .qbr-item .qbr-header .title h2,
.bulk-registration-container .qbr-box .qbr-item .qbr-sections .qbr-section .qbr-section-item.close .qbr-section-title h6 {
    color: #797979;
}

.qbr-filter {
    text-align: right;
    padding: 25px 0;
}

.qbr-filter .qbr-fm-title {
    display: inline-block;
    font-family: sans-serif;
    margin: 0;
    color: #585858;
}

.qbr-filter .qbr-fm-title p {
    display: table;
    margin: 0;
    font-family: sans-serif;
    color: #585858;
    font-size: 17px;
    height: 100%;
    line-height: 47px;
    padding: 0 10px 0 0;
}

.qbr-filter .qbr-family-member {
    display: inline-block;
}

.qbr-filter .selectric-wrapperr {
    display: inline-block;
}

.bulk-registration-container .qbr-box.close .qbr-item .qbr-header .title h2 {
    font-size: 22px;
}

.bulk-registration-container .qbr-box .qbr-item .qbr-sections .qbr-section.close .qbr-section-title h6 {
    font-size: 20px !important;
}

.qbr-filter .btn-bs {
    display: inline-block;
    border: 1px solid #00bce3;
    background-color: #00bce3;
    height: 47px;
    padding: 0 40px;
    margin: 0 0 0 15px;
}

.qbr-filter .btn-bs:hover {
    border: 1px solid #00bce3;
    background-color: #ffffff;
    cursor: pointer;
}

.qbr-filter .btn-bs:hover p {
    color: #00bce3;
}

.qbr-filter .btn-bs p {
    display: table;
    margin: 0;
    height: 100%;
    line-height: 47px;
    padding: 0 10px 0 0;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
}

.qbr-family-member .selectric-wrapper {
    height: 45px;
    width: 300px;
}

.qbr-family-member .selectric-custom .selectric .label {
    height: 45px;
    line-height: 45px;
}

.cbr-no-records {
    padding: 50px 0;
}

.bulk-registration-container .qbr-box .qbr-item .qbr-sections .qbr-section .qbr-section-item {
    background-color: #e8e8e8;
    margin: 10px 0;
}

.bulk-registration-form {
    width: 100%;
    margin: 0 0 200px 0;
}

@media (max-width: 748px) {
    .qbr-filter .qbr-fm-title {
        display: none;
    }

    .qbr-filter .qbr-family-member {
        width: 100%;
    }

    .qbr-family-member .selectric-wrapper {
        width: 100%;
    }

    .qbr-filter {
        padding: 25px 10px;
        width: 100%;
    }

    .qbr-filter .btn-bs {
        width: 100%;
        margin: 0;
    }

    .qbr-filter .btn-bs p {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .qbr-section-body .qbr-section-program .qbr-program-title {
        width: 90%;
    }

    .qbr-section-body .qbr-section-program .qbr-program-transportation-select {
        width: 100%;
    }
}

.success-box {
    height: auto;
    width: 800px;
    display: block;
    padding: 30px 60px 30px 120px;
}

.success-box .box {
    height: 100%;
}

.success-title span {
    font-size: 20px;
}

.success-box p.errors-title span {
    font-size: 20px;
    color: #ff0000 !important;
}

.success-box p.errors-title {
    margin: 20px 0 0 0;
}

.button-section {
    margin: 50px 0 0 0;
    text-align: center;
}

.button-section a {
    color: #ffffff;
    background: #00457e;
    padding: 15px 22px;
    border: 1px solid #00457e;
}

.button-section a:hover {
    color: #00457e;
    background: #ffffff;
    padding: 15px 22px;
    border: 1px solid #00457e;
}

.filter {
    margin: 0 auto;
    display: flex;
}

.filter .datepicker {
    margin: 20px auto 0 auto;
    text-align: center;
}

.no-child-programs {
    margin: 50px 20px 200px;
    text-align: center;
    font-size: 22px;
}

.filter .next-day {
    margin: 20px 0 0 15px;
}

.filter .next-day svg {
    fill: #000;
    width: 25px;
    height: 25px;
    margin-top: 12px;
}

.filter .prev-day {
    margin: 20px 15px 0 0;
}

.filter .prev-day svg {
    fill: #000;
    width: 25px;
    height: 25px;
    margin-top: 12px;
}

.filter .next-day:hover,
.filter .prev-day:hover {
    cursor: pointer;
}

.filter .next-day:hover svg,
.filter .prev-day:hover svg {
    fill: #00bce3;
}

.date-subtitle {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.acount-registration-history .headings p {
    float: left;
    margin: 0;
    color: #00bce3;
    font-weight: 600;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: center;
}

.acount-registration-history .item p {
    float: left;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    line-height: normal;
    text-align: center;
}

.acount-registration-history .r-timestamp {
    width: 20%;
}

.acount-registration-history .r-description {
    width: 30%;
}

.acount-registration-history .r-family-member,
.acount-registration-history .r-waitlist,
.acount-registration-history .r-amount-paid {
    width: 10%;
}

.acount-registration-history .r-cancelation {
    width: 20%;
}

.acount-registration-history .headings, .acount-registration-history .item {
    width: 100%;
    overflow: hidden;
}

.acount-registration-history .item {
    padding: 10px 0;
}

.acount-registration-history .item:nth-child(2n) {
    background-color: #fafafa;
}

.acount-registration-history .cancel-registration-btn {
    color: #ffffff;
    background-color: #00bce3;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    border: 1px solid #00bce3;
}

.acount-registration-history .cancel-registration-btn:hover {
    color: #00bce3;
    background-color: #ffffff;
    cursor: pointer;
}

.cancel-registration-popup {
    height: auto;
    width: 600px;
    display: block;
    padding: 30px 60px;
}

.cancel-registration-popup .cancel-registration a {
    color: #ffffff;
    background-color: #00bce3;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    border: 1px solid #00bce3;
}

.cancel-registration-popup .cancel-registration a:hover {
    color: #00bce3;
    background-color: #ffffff;
    cursor: pointer;
}

.cancel-registration-popup .cancel-registration {
    text-align: center;
    margin: 50px 0;
}

.cancel-registration-popup p {
    text-align: center;
    font-style: inherit;
}

.cancel-registration-popup p span {
    color: #00bce3 !important;
    font-weight: 600;
}

#cancel-error {
    display: block;
    color: red !important;
    line-height: 1;
}

#success-msg {
    color: green !important;
    font-size: 20px;
    line-height: 1;
}

@media (max-width: 868px) {
    .acount-registration-history .headings {
        display: none;
    }

    .acount-registration-history .r-timestamp,
    .acount-registration-history .r-description,
    .acount-registration-history .r-family-member,
    .acount-registration-history .r-waitlist,
    .acount-registration-history .r-amount-paid,
    .acount-registration-history .r-cancelation {
        width: 100%;
    }

    .acount-registration-history p:before {
        content: "";
        color: #00bce3;
        font-weight: 600;
        padding: 15px 15px 15px 0;
        text-transform: uppercase;
    }

    .acount-registration-history p.r-cancelation:before {
        padding: 0;
    }

    .acount-registration-history .r-timestamp:before {
        content: "Timestamp";
    }

    .acount-registration-history .r-description:before {
        content: "Description";
    }

    .acount-registration-history .r-family-member:before {
        content: "Family Member";
    }

    .acount-registration-history .r-waitlist:before {
        content: "Waitlist";
    }

    .acount-registration-history .r-amount-paid:before {
        content: "Amount Paid";
    }

    .acount-registration-history .item p {
        text-align: left;
    }
}

.alert-custom {
    min-height: 200px;
    height: auto;
}

.alert-custom .box {
    height: 100%;
    min-height: 200px;
}

.alert-custom p {
    padding: 20px 0;
}

header .tools .icon-.account {
    width: 170px;
}

@media (max-width: 768px) {
    select.custom {
        display: block !important;
    }
}

.fm-text-desc {
    margin: 20px 0 0 0 !important;
    font-size: 18px !important;
}

.countdowns {
    padding: 50px 20%;
}

.countdowns div {
    margin-bottom: 50px;
}

.countdowns p {
    margin: 0;
}

.q-p-t {
    padding: 0 0 10px 0;
    font-family: 'franklin_gothic_book', serif;
    font-size: 20px;
}

.q-p-t a {
    font-size: 20px;
}

.registration-module-q {
    min-height: 400px;
}

.program-list-2 .program.xcolor-new-corporate:hover:before {
    background-color: #707073;
}

.program-list-2 .program.xcolor-new-corporate:hover:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(112, 112, 115, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(112, 112, 115, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(112, 112, 115, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr=$ color-CorporateGrey, GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.xcolor-new-corporate1:hover:before {
    background-color: #15b0e5;
}

.program-list-2 .program.xcolor-new-corporate1:hover:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(21, 176, 229, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(21, 176, 229, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(21, 176, 229, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr=$ color-Corporate1, GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.xcolor-new-corporate2:hover:before {
    background-color: #007dc3;
}

.program-list-2 .program.xcolor-new-corporate2:hover:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 125, 195, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 125, 195, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 125, 195, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr=$ color-Corporate2, GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.xcolor-new-corporate3:hover:before {
    background-color: #00457e;
}

.program-list-2 .program.xcolor-new-corporate3:hover:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 69, 126, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 69, 126, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 69, 126, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr=$ color-Corporate3, GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.xcolor-new-1:hover:before {
    background-color: #f5841f;
}

.program-list-2 .program.xcolor-new-1:hover:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(245, 132, 31, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(245, 132, 31, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(245, 132, 31, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr=$ color-new1, GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.xcolor-new-2:hover:before {
    background-color: #cf1d79;
}

.program-list-2 .program.xcolor-new-2:hover:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(207, 29, 121, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(207, 29, 121, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(207, 29, 121, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr=$ color-new2, GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.xcolor-new-3:hover:before {
    background-color: #00cbd5;
}

.program-list-2 .program.xcolor-new-3:hover:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 203, 213, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 203, 213, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 203, 213, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr=$ color-new3, GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.xcolor-new-4:hover:before {
    background-color: #3b41a8;
}

.program-list-2 .program.xcolor-new-4:hover:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(59, 65, 168, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(59, 65, 168, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(59, 65, 168, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr=$ color-new4, GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.xcolor-new-5:hover:before {
    background-color: #f5841f;
}

.program-list-2 .program.xcolor-new-5:hover:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(82, 199, 51, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(82, 199, 51, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(82, 199, 51, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr=$ color-new5, GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.xcolor-new-6:hover:before {
    background-color: #34cf9e;
}

.program-list-2 .program.xcolor-new-6:hover:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(52, 207, 158, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(52, 207, 158, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(52, 207, 158, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr=$ color-new6, GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.xcolor-new-7:hover:before {
    background-color: #bf27b8;
}

.program-list-2 .program.xcolor-new-7:hover:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(191, 39, 184, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(191, 39, 184, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(191, 39, 184, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr=$ color-new7, GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.xcolor-new-8:hover:before {
    background-color: #6baaf6;
}

.program-list-2 .program.xcolor-new-8:hover:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(107, 170, 246, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(107, 170, 246, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(107, 170, 246, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr=$ color-new8, GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.xcolor-new-9:hover:before {
    background-color: #ff5752;
}

.program-list-2 .program.xcolor-new-9:hover:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 87, 82, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 87, 82, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 87, 82, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr=$ color-new9, GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.xcolor-new-10:hover:before {
    background-color: #fee400;
}

.program-list-2 .program.xcolor-new-10:hover:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(254, 255, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(254, 255, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(254, 255, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr=$ color-new10, GradientType=0);
    /* IE6-9 */
}

/*temporary fix*/

.program-list-2 {
    width: 100%;
    border: 1px solid #fff;
}

.program-list-2 .item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.program-list-2 .program {
    width: 33.333% !important;
}

.program-list-2 .program.orange:hover:before {
    background-color: #cc6b4d;
}

.program-list-2 .program.orange:hover:after {
    background: -moz-linear-gradient(top, transparent 0%, rgba(204, 107, 77, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(204, 107, 77, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(204, 107, 77, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6cc6b4d', GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.red:hover:before {
    background-color: #701c45;
}

.program-list-2 .program.red:hover:after {
    background: -moz-linear-gradient(top, transparent 0%, rgba(112, 28, 69, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(112, 28, 69, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(112, 28, 69, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6701c45', GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.green:hover:before {
    background-color: #286040;
}

.program-list-2 .program.green:hover:after {
    background: -moz-linear-gradient(top, transparent 0%, rgba(40, 96, 64, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(40, 96, 64, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(40, 96, 64, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6286040', GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.lightgreen:hover:before {
    background-color: #009490;
}

.program-list-2 .program.lightgreen:hover:after {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 148, 144, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 148, 144, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 148, 144, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6009490', GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.teal:hover:before {
    background-color: #63b399;
}

.program-list-2 .program.teal:hover:after {
    background: -moz-linear-gradient(top, transparent 0%, rgba(99, 179, 153, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(99, 179, 153, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(99, 179, 153, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a663b399', GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.blue:hover:before {
    background-color: #19458d;
}

.program-list-2 .program.blue:hover:after {
    background: -moz-linear-gradient(top, transparent 0%, rgba(25, 69, 141, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(25, 69, 141, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(25, 69, 141, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a619458d', GradientType=0);
    /* IE6-9 */
}

.program-list-2 .program.purple:hover:before {
    background-color: #5d0c8b;
}

.program-list-2 .program.purple:hover:after {
    background: -moz-linear-gradient(top, transparent 0%, rgba(93, 12, 139, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(93, 12, 139, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(93, 12, 139, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a65d0c8b', GradientType=0);
    /* IE6-9 */
}

@media (max-width: 1008px) {
    .program-list-2 .program {
        width: 50% !important;
        height: 80px;
    }
}

body .gform_wrapper .gform_validation_container {
    display: none !important;
}

.wrapper .alert-msgs-box.alert-mobile {
    display: none;
}

@media (max-width: 1008px) {
    .wrapper .alert-msgs-box.alert-mobile {
        display: block;
        position: relative;
        top: 0;
    }

    .wrapper .alert-msgs-box.alert-mobile .alert-msg {
        margin: 0;
    }

    .alert-msgs-box.alert-desktop {
        display: none;
    }

    .wrapper {
        margin-top: 66px;
    }

    .hero-2-module {
        padding: 100px 1.0653409091% 100px 1.0653409091% !important
    }

    header .logo-box .color.color-transparent {
        display: none;
    }
}

#footer .footer-site-logo {
    max-width: 75px;
    margin-top: 10px;
}

#footer .footer-copyright {
    margin: 15px 0 10px 0;
}

.home .slide-show {
    padding: 0 !important;
}

#chat-widget-container {
    bottom: 55px !important;
}

.menu-dropdown .login-form .good:after,
.menu-dropdown .login-form .fail:after {
    content: none;
}

.menu-dropdown .login-form .email:before,
.menu-dropdown .login-form .pass:before {
    left: 8px;
}

.password-eye-icon.eye-off {
    display: none;
}

.password-eye-icon {
    width: 30px;
    position: absolute;
    right: 15px;
    top: 9px;
    cursor: pointer;
}

.login-box form .reg {
    margin-top: 10px;
    line-height: 1.7;
}

.cc-cancelled {
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.page-template-quattro_api_packages_search .page-builder .pb-section.hero .pb-row-modules.container {
    max-width: 100%;
}

#login-packages {
    border: 1px solid #00bce3;
    color: #fff;
    background-color: #00bce3;
}

#login-packages:hover {
    background-color: #fff;
    color: #00bce3;
}

input[type="number"], input[type="url"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #818181;
    margin-bottom: 1em;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    color: #515151;
}

input[type="number"]:hover,
input[type="url"]:hover,
input[type="number"]:focus,
input[type="url"]:focus {
    color: #00bce3;
    border: 1px solid #00bce3;
}

.gform_wrapper .gform_fields .gfield.gfield--type-time .ginput_complex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.gform_wrapper .gform_fields .gfield.gfield--type-time .ginput_complex .ginput_container_time {
    margin: 0;
}

.gform_wrapper .gform_fields .gfield.gfield--type-time .ginput_complex .gfield_time_minute {
    margin: 0 10px;
}

.gform_wrapper .selectric-items {
    height: auto;
}

@media(max-width: 400px) {
    .gform_wrapper .gform_fields .gfield.gfield--type-time .ginput_complex {
        display: grid;
        grid-template-columns: 1fr;
    }
    .gform_wrapper .gform_fields .gfield.gfield--type-time .ginput_complex .ginput_container_time {
        margin: 0 0 20px 0;
    }
}

.gform_button.b-w {
    border: 1px solid #00bce3;
    color: #fff;
    background-color: #00bce3;
}

body .gform-body * {
    color: #000;
    fill: #00bce3;
}