﻿/*font declarations*/
@font-face {
    font-family: 'CustomFont';
    font-weight: 700;
    font-style: normal;
    src: url('../../fonts/LS/Brandon_bld.otf');
    font-display: swap;
}

@font-face {
    font-family: 'CustomFont';
    font-weight: 700;
    font-style: italic;
    src: url('../../fonts/LS/Brandon_bld_it.otf');
    font-display: swap;
}

@font-face {
    font-family: 'CustomFont';
    font-weight: 900;
    font-style: normal;
    src: url('../../fonts/LS/Brandon_blk.otf');
    font-display: swap;
}

@font-face {
    font-family: 'CustomFont';
    font-weight: 900 !important;
    font-style: italic;
    src: url('../../fonts/LS/Brandon_blk_it.otf');
    font-display: swap;
}

@font-face {
    font-family: 'CustomFont';
    font-weight: 300;
    font-style: normal;
    src: url('../../fonts/LS/Brandon_light.otf');
    font-display: swap;
}

@font-face {
    font-family: 'CustomFont';
    font-weight: 300;
    font-style: italic;
    src: url('../../fonts/LS/Brandon_light_it.otf');
    font-display: swap;
}

@font-face {
    font-family: 'CustomFont';
    font-weight: 500;
    font-style: normal;
    src: url('../../fonts/LS/Brandon_med.otf');
    font-display: swap;
}

@font-face {
    font-family: 'CustomFont';
    font-weight: 500;
    font-style: italic;
    src: url('../../fonts/LS/Brandon_med_it.otf');
    font-display: swap;
}

@font-face {
    font-family: 'CustomFont';
    font-weight: 400;
    font-style: normal;
    src: url('../../fonts/LS/Brandon_reg.otf');
    font-display: swap;
}

@font-face {
    font-family: 'CustomFont';
    font-weight: 400;
    font-style: italic;
    src: url('../../fonts/LS/Brandon_reg_it.otf');
    font-display: swap;
}

@font-face {
    font-family: 'CustomFont';
    font-weight: 100;
    font-style: italic;
    src: url('../../fonts/LS/Brandon_thin.otf');
    font-display: swap;
}

@font-face {
    font-family: 'CustomFont';
    font-weight: 100;
    font-style: normal;
    src: url('../../fonts/LS/Brandon_thin_it.otf');
}

body {
    font-family: 'CustomFont';
}
/* main container begins*/
.custom-container {
    width: 100%;
    /*max-width: 1200px;*/
    margin: auto;
    max-width: 100%;
    font-size: 16px;
    color: #000000;
}

.body-container {
    padding: 10px 140px 10px 140px;
    /*padding: 60px 240px;*/
}

.video-container {
    padding: 10px 140px 10px 140px;
    align-content: center;
    text-align:center;
}

.subtext__header {
    font-size: 28px;
    text-align: left;
    margin: 40px;
}


.msg-container {
    background-color: #f4f4f3;
    font-size: 48px;
    font-weight: bold;
    padding: 60px 140px 60px 140px;
    font-weight: 700;
    /*text-align: center;*/
}

.msg-container-text {
    background-color: lightgrey;
    font-size: 48px;
    font-weight: bold;
    padding: 60px 140px 60px 140px;
    font-weight: 700;
    /*text-align: center;*/
}
/* main container ends */ /* header begins*/
.header-top-bar {
    background-color: #FFD100;
    padding: 12px 40px;
}

.header-top-bar__lang {
    font-size: 22px;
    font-weight: 400;
    padding-left: 40px;
}

.header-logo-section {
    background-color: #222731;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:80px;
    padding: 16px 80px 16px 80px;
    /*box-shadow: 0px 2px 3px rgb(0 0 0 / 24%);*/
}

.abbott-logo-img-header {
    width: 120px;
    height: auto;
    display: block;
    max-width: 100%;
}

.header-top-bar-arrow {
    padding-left: 8px;
}

.header-top-bar__container {
    position: relative;
}

.header-top-bar__select {
    display: none;
    position: absolute;
    background-color: #ffffff;
    color: #001489;
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
    top: 33px;
}

.myfreestylelogo-logo-img-header {
    width: 120px;
    height: auto;
    display: block;
    max-width: 100%;
    /*height: 80px;*/
}
/*mobile*/
@media only screen and (max-width: 1024px) {
    .header-top-bar {
        padding: 4px;
    }

    .header-logo-section {
        padding: 16px 24px;
    }

    .abbott-logo-img-header {
        width: 100px;
    }

    .myfreestylelogo-logo-img-header {
        width: 100px;
    }
}
/* header ends */
/* hero banner begins */
.event-registration__topheader-border {
    width: 150px;
    height: 10px;
    border-radius: 8px;
    margin: 40px 0px 40px 0px;
    background-color: #FFD100;
    
}
.hero-banner-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    /*position:relative;
    overflow:hidden;*/
}

.hero-banner {
    position: relative;
    z-index:1;
    overflow:hidden;
}

.hero-banner__container {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index:1;
}

.hero-banner__content {
    padding: 90px 48px 0px 48px;;
    margin: 0px 0px 280px 90px;
    width: 75%;
}
.hero-banner__content-text {
    color: #ffffff;
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 0px;
    /*max-width: 400px;*/
}

@media only screen and (min-width: 1024px) {
    html[lang="fr-ca"] .hero-banner__content-text {
        color: #ffffff;
        font-size: 52px;
        font-weight: 600;
        margin-bottom: 40px;
        margin-top: 120px;
        /*max-width: 400px;*/
    }
}

.hero-banner__content-subtext {
    color: #ffffff;
    font-size: 29px;
    font-weight: 500;
    max-width: 600px;
}

.tooltip_Text {
    font-size: 10px;
    font-style: italic;
}

.hero-banner-button-group {
    display: flex;
    grid-column-gap: 30px;
    margin-top: 20px 0;
    flex-wrap: wrap;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/*.hero-banner-button-group button {

    min-width:44px;
    min-height:44px;
    cursor:pointer;
        padding: 8px 16px;
        width: 100%;
        border: none;
        text-align:center;
        
}*/
.custom-btn {
    display: flex;
    background: none;
    margin-top: 30px;
    border: none;
    min-width: 64px;
    min-height: 50px;
    cursor: pointer;
    padding: 0;
    justify-content: center;
    align-items: center;
}

    .custom-btn img {
        display: block;
        height: auto;
        max-width: 100%;
        width: 340px;
    }



.tutorials_text {
    font-size: 36px;
    margin:40px;
}
.youtube-video {
    text-align: center;
    display: contents;
}
.lnkStyle{
    color: #001489;
}
.lnkStyleBlk {
    color: black;
}
.iframe-new {
    height: 450px;
    /*width:450px;*/
}
.youtube-Img {
    width:550px;
    height:450px;
}
.hero-banner-btnGetsupport {
    background-color: white;
    margin: 0px 16px;
    font-weight: bold;
    font-size: 18px
}
/* hero banner ends */
@media only screen and (max-width: 1024px) {

    .hero-banner__container {
        position: relative;
        background-color: #000000;
        top: 0px;
        transform: translateY(0px);
    }

    .hero-banner-button-group {
        flex-direction: column;
        margin: 0 auto;
        align-items: stretch;
    }
    .iframe-new {
        height: auto;
        width: auto;
    }
    .tutorials_text {
       font-size:1.5rem;
        margin: 10px;
    }
    .youtube-Img {
        width: 300px;
        height: auto;
    }
    .mobile-hide {
        display:none;
    }
    .custom-btn {
        min-width: 54px;
    }

        .custom-btn img {
            min-width: 100%;
        }

    .hero-banner__content {
        width: 100%;
        padding: 28px;
        margin: 0 auto;
    }

    .hero-banner__content-text {
        font-size: 40px;
        max-width: 100%;
        margin:0px;
    }
}
/*Support now section begins*/
.support-container {
    padding: 60px 140px;
    text-align: center;
    z-index: 2;
    position:relative;
}

.btn-container {
    display: flex;
    background: none;
    margin-top: 30px;
    border: none;
    min-width: 64px;
    min-height: 50px;
    /*cursor: pointer;*/
    padding: 0;
    justify-content: center;
    align-items: center;
}

    .btn-container img {
        /*display: flex;
    justify-content: center*/
        background: none;
        display: block;
        height: auto;
        max-width: 100%;
        margin-bottom:30px;
        width: 600px;
        display:inline-block;
    }
.sign-in-txt{
    color:#009ADA;
    white-space:nowrap;
}
.sign-in-txt-grp {
    
    white-space: nowrap;
}
.download-txt {
    font-weight:bold;
    font-size:36px;
}
.yellow-call-btn {
    background-color: #FFD100;
    font-weight: bold;
    font-size: 1em;
    white-space: normal;
    padding: 8px 16px;
    border-radius: 0.5em;
    border: none;
    margin-top: 30px;
    font-family: Calibri;
    padding: 8px 16px;
    display: flex;
}

    .yellow-call-btn .icon {
        margin-right: 12px;
        font-size: 32px;
        flex-shrink: 0;
    }

    .yellow-call-btn .partition {
        margin-right: 12px;
        font-size: 28px;
        /*color: #888;*/
        flex-shrink: 0;
    }

    .yellow-call-btn .btn-text {
        text-align: left;
        white-space: normal; /* Allows text to wrap */
    }
/*section support hero image*/
.mfs-img {
    text-align: center;
    display:inline-block;
}
    .mfs-img img {
        cursor: pointer;
        width: 400px;
        display: block;
        padding-top: 30px;
    }
/*.hero-img-button {
    
}*/

.hero-logo {
    
    display: inline-block;
}
.hero-logo img {
    width: 390px;
    margin-top: 150px;
    display:block;
}

.hero-banner2__content-text {
    color: #ffffff;
    font-size: 58px;
    font-weight: 600;
    margin-bottom: 40px;
    width: 600px;
}
@media only screen and (min-width: 1024px){
    html[lang="fr-ca"] .hero-banner2__content-text {
        color: #ffffff;
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 40px;
        width: 600px;
    }

    
}
    
    .hero-banner2__content-subtext {
        color: #ffffff;
        font-size: 32px;
        font-weight: 400;
        max-width: 600px;
    }

    @media only screen and (max-width: 1024px) {
        .mfs-img img {
            width: 300px;
            display: block;
            padding-top: 30px;
        }
        .download-txt {
            font-size: 2rem;

        }
        .hero-logo img {
            width: 240px;
            margin-top: 30px;
        }

        .hero-banner2__content-text {
            color: #ffffff;
            font-size: 40px;
            font-weight: 600;
            margin-bottom: 40px;
            width: 100%;
        }

        .btn-container img {
            width: 330px;
        }
    }
    /*section support hero image ends*/

    /* registration form begins */
    .event-registration {
        background-color: #F7F7F7;
        padding-bottom: 40px;
    }

    .event-registration__header-border {
        width: 150px;
        height: 10px;
        border-radius: 8px;
        margin: 40px 0px 40px 0px;
        background-color: #FFD100;
        margin: 40px auto;
    }

    .registrant-information {
        padding: 60px 60px 30px 60px;
        z-index: 2;
        position: relative;
    }
    .registrant-information-consents {
        padding: 60px 140px 30px 140px;
        z-index: 2;
        position: relative;
    }

    .registrant-information__header {
        font-size: 52px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .registrant-information__header2 {
        font-size: 28px;
        font-weight: 700;
        text-align: left;
        margin-bottom: 20px;
        margin: 0px 0px 20px 40px;
    }
    .event-registration__body {
        background-color: #f5f5f5;
        padding: 32px 24px;
        margin: 40px auto 0px auto;
        z-index: 2;
    }

    .form-registration {
        padding: 20px 100px;
        font-size: 32px;
    }

    .registration-form__input {
        height: 70px;
        border: 1px solid gray;
        border-radius: 8px;
        font-size: 22px;
    }

    .input-form-fields {
        font-weight: 500;
        font-size:28px;
    }

    .consent-section__item consent-group {
        margin-left: -5px;
    }

    .chkLibre {
        width: 32px;
        height: 32px;
        vertical-align: middle;
        margin-right: 8px;
    }

    .chkLblLibre {
        line-height: 24px;
    }

    .clsDDL {
        color: dimgrey;
        background-image: url('/Content/Images/svg/ic_DropdownArrow-Down.svg');
        background-repeat: no-repeat;
        background-position-x: 99%;
        background-position-y: 50%;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .registration-form__header {
        font-weight: 400;
        margin: 0px 0px 24px 0px;
    }

    .fields-subtext {
        font-weight: 300;
    }

    .btn-style {
        border: none;
        background: none;
    }

    .submit-btn {
        width: 180px;
        height: 80px;
        padding-top: 30px;
    }

    .msg-container-bottom {
        background-color: #FFD100;
        font-size: 48px;
        font-weight: bold;
        padding: 60px 140px 60px 140px;
        font-weight: 700;
        /*text-align: center;*/
    }
    /*mobile*/
/*@media only screen and (max-width: 1366px) {*/
    @media only screen and (max-width: 1024px) {
        .custom-container {
            margin: 0 auto;
        }

        .clsDDL {
            background-position-x: 97%;
        }

        .registrant-information {
            padding: 24px;
        }

        .form-registration {
            padding: 10px;
            font-size: 1.5rem;
        }

        .registrant-information__header {
            font-size: 2rem;
            font-weight: 700;
            margin-top: 20px;
        }

        .registration-form__input {
            height: 50px;
        }

        .body-container {
            padding: 10px;
            margin: 0 auto;
        }

        .video-container {
            padding: 10px;
            margin: 0 auto;
        }

        .support-container {
            padding: 10px;
            margin: 0 auto;
        }

        .subtext__header {
            font-size: 1.5rem;
            text-align: left;
            margin: 10px 0px 10px 0px;
        }

        .msg-container {
            font-size: 2rem;
            padding: 30px;
        }

        .hero-img-button {
            width: 300px;
            display: block;
            padding-top: 30px;
        }

        .msg-container-bottom {
            font-size: 2rem;
            padding: 30px;
        }
    }
    /* Reference section begins */
    .reference-section-new {
        padding: 30px 80px 20px 80px;
    }

    /*mobile*/
    @media only screen and (max-width: 1024px) {
        .reference-section-new {
            padding: 30px 30px 30px 30px;
        }
    }
    /* footer section begins */
    .custom-footer {
        /*background-color: #000000;
    color: #ffffff;
    padding: 48px 48px 48px 100px;*/
        width: 100%;
        background: #222731;
        padding: 30px 80px 30px 80px;
        bottom: 0;
        left: 0;
        z-index: 1000;
    }

    .global-footer {
        width: 100%;
        background: #222;
        padding: 10px 40px 10px 100px;
        bottom: 0;
        left: 0;
        z-index: 1000;
    }

    .footer-row {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        margin-top: 20px;
        padding: 10px 0px 10px 100px;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        min-height: 48px;
    }

    .footer-disclaimer {
        color: #FFD600;
        font-size: 1.1rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
    }

    .footer-contact {
        color: #FFD600;
        font-size: 1.1rem;
        margin-left: auto;
        white-space: nowrap;
        position: relative;
        z-index: 2;
    }

    .footer-divider {
        width: 100%;
        height: 2px;
        margin: 20px 0px 40px 0px;
        background-color: white;
    }

    .custom-footer__social-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
    }

    /*.abbott-logo-img-footer {
    width: 121px;
}*/

    .abbott-logo-img-footer {
        width: 160px;
        height: auto;
        display: block;
        max-width: 100%;
    }

    .custom-footer__social {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .custom-footer__social-text {
        text-transform: uppercase;
        font-size: 16px;
        margin-right: 24px;
        color: white;
        font-weight: bold;
    }

    .custom-footer__social-link:not(:last-child) {
        margin-right: 8px;
    }

    .custom-footer__social-link {
        text-decoration: none;
    }

        .custom-footer__social-link img {
            width: 30px
        }

    .custom-footer__link-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .custom-footer__link-list {
        display: flex;
        list-style: none;
        justify-content: flex-end;
        align-items: center;
        padding: 0;
    }

    .custom-footer__link:not(:last-child) {
        margin-right: 24px;
    }

    .custom-footer__link a {
        color: #ffffff !important;
        text-decoration: none;
    }

        .custom-footer__link a:hover {
            text-decoration: underline;
        }

    .custom-footer__text {
        color: white;
        font-size: 12px;
        font-weight: 600;
    }

    .custom-footer__freestyle {
        margin: 16px 0px;
    }
    /*mobile*/
    @media only screen and (max-width: 1024px) {
        .global-footer {
            padding: 24px;
        }

        .custom-footer {
            padding: 30px;
        }

        .custom-footer__social-text {
            /*text-transform: uppercase;*/
            margin-bottom: 10px;
        }

        .footer-row {
            flex-direction: column;
            align-items: flex-start;
            padding: 0 16px;
            position: static;
            min-height: unset;
        }

        .footer-disclaimer {
            text-align: left;
            position: static;
            text-align: left;
            transform: none;
            font-size: 1rem;
            margin: 0 0 10px 0;
            white-space: normal;
        }

        .footer-contact {
            text-align: left;
            position: static;
            text-align: left;
            transform: none;
            font-size: 1rem;
            margin: 0 0 10px 0;
            white-space: normal;
        }
        /*.footer-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 16px;
        min-height: unset;
        position: static;
    }*/

        /*.footer-disclaimer
    .footer-contact {
        
        
        
        white-space: normal;
    }*/

        .custom-footer__social {
            justify-content: flex-start;
            align-items: flex-start;
            flex-direction: column;
        }

        .custom-footer__social-logo-img {
            margin-bottom: 24px;
        }

        .custom-footer__social-logo {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }

        .custom-footer__link-row {
            flex-direction: column-reverse;
            justify-content: flex-start;
            align-items: flex-start;
        }

        .custom-footer__link-list {
            justify-content: flex-start;
            align-items: flex-start;
        }

        .custom-footer__link {
            padding-bottom: 8px;
        }

        .abbott-logo-img-footer {
            width: 121px;
        }
    }

    /* footer-section ends */

    label.is-invalid {
        display: block;
        width: 100%;
        margin-top: .25rem;
        font-size: 80%;
        color: #A00101;
        font-style: italic;
    }

    /*section thank you*/
    .thankyou-container {
        padding: 10px 140px 10px 140px;
        text-align: center;
    }

    .thankyou-confirmation-logo {
        margin: 50px;
    }

    .right-img {
        width: 80px;
        height: auto;
    }

    .thankyou-header-text {
        font-weight: 500;
        margin-bottom: 30px;
        font-size: 48px;
    }

    .thankyou-header-subtext {
        margin: 30px;
        font-weight: 400;
        font-size: 32px;
    }
    /*mobile*/
    @media only screen and (max-width: 1024px) {
        .thankyou-container {
            padding: 10px;
            margin: 0 auto;
        }

        .right-img {
            width: 70px;
            height: auto;
        }

        .thankyou-confirmation-logo {
            margin: 30px;
        }

        .thankyou-header-text {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 30px;
        }

        .thankyou-header-subtext {
            margin: 10px;
            font-weight: 400;
            font-size: 22px;
        }
    }
