
/* call custom fonts ===================================================================== */

@font-face {
    font-family: 'Open Sans';
    src: url('../../../../assets/common/fonts/OpenSans/OpenSans.eot');
    src: url('../../../../assets/common/fonts/OpenSans/OpenSans.woff') format('woff'),
        url('../../../../assets/common/fonts/OpenSans/OpenSans.ttf') format('truetype'),
        url('../../../../assets/common/fonts/OpenSans/OpenSans.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../../../assets/common/fonts/OpenSans/OpenSansBold.eot');
    src: url('../../../../assets/common/fonts/OpenSans/OpenSansBold.woff') format('woff'),
        url('../../../../assets/common/fonts/OpenSans/OpenSansBold.ttf') format('truetype'),
        url('../../../../assets/common/fonts/OpenSans/OpenSansBold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../../../assets/common/fonts/OpenSans/OpenSans-Semibold.eot');
    src: url('../../../../assets/common/fonts/OpenSans/OpenSans-Semibold.woff') format('woff'),
        url('../../../../assets/common/fonts/OpenSans/OpenSans-Semibold.ttf') format('truetype'),
        url('../../../../assets/common/fonts/OpenSans/OpenSans-Semibold.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

/* general classes from bootstrap ===================================================================== */

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 22px;
    color: #121212;
    background: #fff;
    position: relative;
}

/* index page formatting ===================================================================== */

.section-index-header {
    background: url(../images/bg/bg-hero01.png) center center no-repeat;
    background-size: cover;
}

.section-index-header .container {
    padding-top: 0;
    padding-bottom: 50px;
    position: relative;
}

.section-index-header .banner {
    position: relative;
    width: 100%;
    max-width: 170px;
    margin-bottom: -30px;
}

.section-index-header h1 {
    font-weight: 800;
    font-size: 38px;
    margin-bottom: 10px;
}

.section-index-header h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

.section-index-header p {
    margin-bottom: 20px;
}

.section-index-header .btn-register {
    background: #0e486e;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding: 10px 40px;
    border-radius: 30px;
}

.section-index-header .btn-register:hover {
    background: #1097b4;
}

.section-index-header .heroshot {
    width: 100%;
    max-width: 700px;
}

.section-health-and-vitality {
    background: #fff;
    border-bottom: 5px solid #f9f9f9;
}

.section-health-and-vitality .container {
    padding-top: 70px;
    padding-bottom: 50px;
}

.section-health-and-vitality .row {
    display: flex;
    align-items: center;
}

.section-health-and-vitality p {
    margin-bottom: 40px;
}

.section-youll-learn {
}

.section-youll-learn .container {
    padding-top: 70px;
}

.section-youll-learn .row {
    display: flex;
    align-items: center;
}

.section-youll-learn h2 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 50px;
    font-weight: normal;
    position: relative;
}

.section-youll-learn h2 img {
    width: 80px;
}

.section-youll-learn p {
    margin-bottom: 50px;
}

.section-youll-learn ul {
    margin: 0px 0 50px 40px;
}

.section-youll-learn ul li {
    margin-bottom: 30px;
}

.section-youll-learn ul li i {
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 700;
    font-size: 22px;
    top: 6px;
    left: -45px;
}

.section-why-attend {
}

.section-why-attend .container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-why-attend .row {
    display: flex;
    align-items: center;
}

.section-why-attend h2 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 80px;
    font-weight: 700;
}

.section-why-attend p {
    margin-bottom: 40px;
}

.section-why-attend ul {
    margin: 0px 0 50px 40px;
}

.section-why-attend ul li {
    margin-bottom: 20px;
}

.section-why-attend ul li i {
    font-size: 10px;
    color: #3d4fbf;
    top: 10px;
    left: -35px;
}

.section-registration-footer {
    background: url(../images/bg/bg-bottom01.jpg) center center no-repeat;
    background-size: cover;
}

.section-registration-footer .container {
    padding-top: 60px;
    padding-bottom: 230px;
}

.section-registration-footer h2 {
    font-size: 28px;
    margin-bottom: 60px;
    font-weight: 700;
}

.section-registration-footer .btn-register {
    background: #0e486e;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding: 10px 40px;
    border-radius: 30px;
}

.section-registration-footer .btn-register:hover {
    background: #1097b4;
}

/* modal formatting ===================================================================== */

.modal-register .modal-content {
    border-radius: 0px;
}

.modal-register .modal-header {
    padding-top: 45px;
    padding-bottom: 5px;
    border-bottom: none;
}

.modal-register .modal-header .close {
    opacity: 1;
    font-size: 30px;
    margin-top: -34px;
}

.modal-register .modal-header a {
    color: #cc231e;
    text-decoration: underline;
}

.modal-register h1 {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 5px;
    line-height: 32px;
}

.modal-register h1 small {
    font-size: 80%;
    font-weight: 800;
    color: #000;
}

.modal-register .text-desc {
    font-size: 20px;
    margin-bottom: 30px;
}

.modal-register .text-desc img {
    width: 20px;
}

.modal-register h3 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 10px;
}

.modal-register h3 span {
    color: #cc231e;
}

.modal-register h4 {
    font-size: 24px;
    margin-top: 0px;
}

.modal-register h4 strong {
    font-size: 26px;
    color: #000;
}

.modal-register h4 span {
    color: #000;
    font-weight: 700;
}

.modal-register .play-learn {
    margin-top: 20px;
}

.modal-register .play-learn p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.modal-register label {
    font-weight: normal;
    font-size: 16px;
}

.modal-register .modal-body {
    padding-bottom: 75px;
}

.modal-register .form-group {
    margin-bottom: 10px;
}

.modal-register .form-control {
    border: 1px solid #898989;
    border-radius: 0px;
}

.modal-register .btn-register {
    background: #1097b4;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding: 10px 50px;
    border-radius: 30px;
    margin-top: 15px;
}

.modal-register .btn-register:hover {
    background: #40aec7;
}

/* confirmation formatting ===================================================================== */

.section-confirmation {
}

.section-confirmation .container {
    padding-top: 50px;
    padding-bottom: 200px;
}

.section-confirmation .digital-show {
    position: relative;
    margin-bottom: 40px;
    max-width: 260px;
}

.section-confirmation .digital-show .rec {
    position: absolute;
    top: 44px;
    right: 32px;
    width: 10px;
}

.section-confirmation h1 {
    font-weight: 800;
    font-size: 44px;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 40px;
}

.section-confirmation h3 {
    font-size: 22px;
    margin-bottom: 30px;
}

.section-confirmation h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.section-confirmation p {
    font-size: 16px;
    margin-bottom: 30px;
}

.section-confirmation strong {
    font-weight: 700;
}

.section-confirmation .calendar {
    margin-bottom: 10px;
}

.section-confirmation .addtocalendar .atcb-link {
    font-size: 12px;
    color: #312b2c;
    padding: 5px;
    background: #f2f2f2;
    border: 1px solid #dad8d8;
    width: 150px;
    margin-top: -7px;
    text-align: center;
    box-shadow: none;
}

.section-confirmation .addtocalendar .atcb-link:hover,
.section-confirmation .addtocalendar .atcb-link:focus,
.section-confirmation .addtocalendar .atcb-link:visited {
    background: #c7c7c7;
    color: #312b2c;
    font-size: 12px;
    box-shadow: none;
    padding: 5px;
    margin-top: -7px;
}

.section-confirmation .btn-facebook {
    background: #0081f8;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
}

.section-confirmation .btn-facebook:hover {
    filter: brightness(75%);
}

.section-confirmation .btn-copy-link {
    background: #f2f2f2;
    color: #0a4159;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
}

.section-confirmation .btn-copy-link:hover {
    filter: brightness(75%);
}

.section-confirmation .link-text {
    color: #0D4860;
    text-decoration: underline;
}

/* footer formatting ===================================================================== */

.section-footer {
    background: #1C1C1C;
    color: #f9f8f6;
    font-size: 18px;
}

.section-footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 1200px) {

    /* index page formatting ===================================================================== */

    .section-index-header .container {
        padding-top: 50px;
    }

    .section-index-header .banner {
        position: absolute;
        top: 0;
        right: -30px;
    }

    .section-youll-learn h2 img {
        position: absolute;
        top: -5px;
        left: 80px;
    }
    
    /* modal formatting ===================================================================== */

    .modal-register .modal-dialog {
        width: 770px;
    }

    .modal-register h1 {
        font-size: 44px;
        line-height: 44px;
    }

}

@media (max-width: 1199px) and (min-width: 992px) {

    /* index page formatting ===================================================================== */

}

@media (max-width: 991px) and (min-width: 768px) {

    /* general classes from bootstrap ===================================================================== */

    body {
        font-size: 20px;
    }

    /* index page formatting ===================================================================== */

    .section-index-header h1 {
        font-size: 34px;
    }

    .section-index-header h3 {
        font-size: 24px;
    }

    .section-health-and-vitality .container {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .section-health-and-vitality p {
        margin-bottom: 30px;
    }

    .section-youll-learn .container {
        padding-top: 50px;
    }

    .section-youll-learn h2 {
        font-size: 26px;
    }

    .section-why-attend .container {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .section-why-attend h2 {
        font-size: 26px;
    }

    .section-why-attend p {
        margin-bottom: 30px;
    }

    .section-registration-footer .container {
        padding-top: 50px;
        padding-bottom: 150px;
    }

    .section-registration-footer h2 {
        font-size: 26px;
    }

    /* confirmation formatting ===================================================================== */

    .section-confirmation .container {
        padding-bottom: 150px;
    }
    
}

@media (max-width: 767px) {

    /* general classes from bootstrap ===================================================================== */

    body {
        font-size: 16px;
    }

    /* index page formatting ===================================================================== */
    
    .section-index-header h1 {
        font-size: 32px;
    }

    .section-index-header h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .section-index-header p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .section-index-header .btn-register {
        font-size: 16px;
        padding: 10px 20px;
    }

    .section-health-and-vitality .container {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .section-health-and-vitality .row {
        display: block;
    }

    .section-health-and-vitality p {
        margin-bottom: 20px;
    }

    .section-youll-learn .container {
        padding-top: 20px;
    }

    .section-youll-learn h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .section-youll-learn p {
        margin-bottom: 30px;
    }

    .section-youll-learn ul {
        margin: 0px 0 30px 33px;
    }

    .section-youll-learn ul li {
        margin-bottom: 10px;
    }

    .section-youll-learn ul li i {
        font-size: 16px;
        left: -35px;
        top: 2px;
    }
    
    .section-why-attend .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section-why-attend .row {
        display: block;
    }

    .section-why-attend h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .section-why-attend p {
        margin-bottom: 20px;
    }

    .section-why-attend ul {
        margin: 0px 0 30px 33px;
    }

    .section-why-attend ul li {
        margin-bottom: 10px;
    }

    .section-why-attend ul li i {
        font-size: 9px;
        top: 5px;
        left: -32px;
    }
    
    .section-registration-footer .container {
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .section-registration-footer h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .section-registration-footer .btn-register {
        font-size: 16px;
        padding: 10px 20px;
    }

    /* confirmation formatting ===================================================================== */

    .section-confirmation .container {
        padding-bottom: 100px;
    }

    .section-confirmation h1 {
        font-size: 32px;
        line-height: 32px;
    }

    .section-confirmation h3 {
        font-size: 18px;
    }

    .section-confirmation h4 {
        font-size: 16px;
    }

    .section-confirmation p {
        font-size: 14px;
    }

    /* modal formatting ===================================================================== */

    .modal-register {
        font-size: 14px;
    }

    .modal-register .modal-dialog {
        max-width: 340px;
        margin: 10px auto;
    }

    .modal-register .modal-body {
        padding-bottom: 170px;
    }

    .modal-register h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .modal-register h1 small {
        font-size: 78%;
    }

    .modal-register h3 {
        font-size: 22px;
        line-height: normal;
    }

    .modal-register h4,
    .modal-register h4 strong {
        font-size: 20px;
    }

    .modal-register .text-desc {
        font-size: 16px;
    }

    .modal-register .play-learn p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .modal-register p small {
        font-size: 90%;
    }

    .modal-register .btn-register {
        font-size: 16px;
        padding: 8px 20px;
    }

    /* footer formatting ===================================================================== */

    .section-footer,
    .section-footer .text-right {
        text-align: center;
    }

}

