﻿/*****************************************************************************************/
/********                                                                        *********/
/********                       Global CSS Design Rules                          *********/
/********                                                                        *********/
/*****************************************************************************************/

html, body {
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    scroll-behavior: auto;
}

body {
    height: auto;
    background-color: white;
}

h1, h2, h3, h4, h5, h6, p, li, a {
    font-family: "Source Sans 3", sans-serif;
}

ul {
    padding-left: 2rem !important;
}

strong {
    font-weight: 800;
}

.bg-dark-blue {
    background-color: #002045;
}
.bg-light-blue {
    background-color: #119EDA;
}
.bg-yellow {
    background-color: #F9B233;
}
.bg-white {
    background-color: #FFFFFF;
}

.bg-red {
    background-color: #F35325;
}

.bg-green {
    background-color: #81BC06;
}

.bg-sc-blue {
    background-image: url(../../images/backgrounds/bg-blue.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    position: relative;
}

.bg-sc-hero {
    background-image: url('../../images/backgrounds/bg-sc-hero.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin-top: 1px;
}

.text-dark-blue {
    background-color: #002045;
}
.text-light-blue {
    background-color: #119EDA;
}
.text-black {
    color: #343A40;
}
.text-yellow {
    color: #F9B233;
}
.text-blue {
    color: #119EDA;
}
.text-red {
    color: #F35325;
}
.text-green {
    color: #81BC06;
}
.text-white {
    color: #FFFFFF;
}
.red {
    color: #F35325;
}

a.text-white:hover {
    color: #FFFFFF !important;
}

.cursor-pointer {
    cursor: pointer;
}

.time-component {
    display: inline-block;
    min-width: 50px;
    text-align: center;
}

.flex-center {
    display: flex;
    align-items: center;
}


/*****************************************************************************************/
/********                                                                        *********/
/********                    Layout: Home > CSS Design Rules                     *********/
/********                                                                        *********/
/*****************************************************************************************/


/*****************************************************************************************/
/********                    Section: Header > CSS Design Rules                  *********/
/*****************************************************************************************/

#page-container.page-header-fixed #page-header {
    opacity: 1;
}

#page-container.page-header-scroll #page-header {
    opacity: 1;
}

#sc-academyday-desktop-menu {
    min-height: 120px;
    background-color: #002649;
}

#sc-academyday-desktop-menu .nav-link {
    padding: 15px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.25px;
}

#sc-academyday-desktop-menu .nav-link:hover {
    color: #F9B233;
}

#sc-academyday-desktop-menu .nav-item {
    position: relative;
}

#sc-academyday-desktop-menu .nav-item:not(:first-child)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 30%;
    height: 40%;
    width: 1px;
    background-color: #FFFFFF;
}

#sc-academyday-mobile-menu {
    background-color: #002649;
    border-bottom: 1px solid #FFFFFF;
}

#nav-academyday-mobile-menu:not(.mm-menu) {
    display: none;
}

#sc-academyday-cta-fixed {
    position: fixed;
    top: 120px;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1020;
    background: #002649;
    padding: 10px 20px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s, transform 0.3s;
    border-top: 2px solid #FFFFFF;
    display:none;
    justify-content: center;
}

#sc-academyday-cta-fixed.visible {
    opacity: 1;
    transform: translateY(0);
    display: flex;
}

@media (max-width: 993px) {
    #sc-academyday-cta-fixed {
        top: 74.5px;
    }
}

/*****************************************************************************************/
/********            Section: Main Container > CSS Design Rules                  *********/
/*****************************************************************************************/

#main-container {
    padding-top: 120px !important;
    background-color: white;
}

@media (max-width: 993px) {
    #main-container {
        padding-top: 59px !important;
    }
}


/*****************************************************************************************/
/********                    Section: Footer > CSS Design Rules                  *********/
/*****************************************************************************************/

#page-footer {
    flex-direction: column;
}

#sc-academy-day-footer {
    background-color: #002045 !important;
    width: 100%;
}

#sc-academy-day-footer-contact p, #sc-academy-day-footer-contact a {
    color: #FFFFFF;
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#sc-academy-day-footer-links h6 {
    border-radius: 8px;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Source Sans 3';
    font-size: 23px;
    font-weight: 600;
    line-height: 26px;
}

#sc-academy-day-footer-links p {
    color: #FFFFFF;
    font-family: "Source Sans 3", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

#sc-academy-day-disclaimers {
    background-color: #262626;
    min-height: 40px;
    width: 100%;
}

#sc-academy-day-disclaimers p {
    color: #FFFFFF;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}




/*****************************************************************************************/
/********                                                                        *********/
/********                    View: Home Page > CSS Design Rules                  *********/
/********                                                                        *********/
/*****************************************************************************************/


/*****************************************************************************************/
/********               Section: Main Hero > CSS Design Rules                    *********/
/*****************************************************************************************/

#sc-academyday-hero { }

#sc-academyday-hero-main {
    background-image: url(../../images/backgrounds/bg-hero.png);
    background-size: cover;
    margin-top: 1px;
    margin-bottom: 0px;
}

#sc-academyday-hero-main h1 {
    color: #FFFFFF; 
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600; 
    line-height: 45px;
}

#sc-academyday-hero-main h2 {
    color: #FFFFFF; 
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500; 
    line-height: 40px;
}

#sc-academyday-hero-main .p-feature {
    font-family: "Source Sans 3", sans-serif;
    font-size: 19px;
    color: white; 
    font-weight: 500; 
    line-height: 1.4;
}


#sc-academyday-hero-main .btn-register {
    background-color: #F9B233; 
    color:#002649;
    padding: 7px 15px 7px 15px;
    border-radius: 25.5px;
    font-family: "Source Sans 3", sans-serif;
    font-size: 24px;
    font-weight: 600;
}

#sc-academyday-hero-bottom {
    background-image: url(../../images/backgrounds/bg-subhero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    position: relative;
    border-top: 1px solid #FFFFFF;
}

#sc-academyday-hero-bottom .p-counter {
    color: #F9B233;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
}

#sc-academyday-bottom .p-disclaimer {
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.20;
}


@media (max-width: 768px) {

    #sc-academyday-hero-main h1 {
        font-size: 36px;
        line-height: 40px;
    }

    #sc-academyday-hero-main h2 {
        font-size: 24px;
        line-height: 28px;
    }

    #sc-academyday-hero-main .p-feature {
        font-size: 16px;
    }

    #sc-academyday-hero-bottom .p-counter {
        font-size: 20px;
        line-height: 30px;
    }

    #sc-academyday-hero-bottom .p-disclaimer {
        font-size: 12px;
    }
}



/*****************************************************************************************/
/********                  Section: Claim > CSS Design Rules                    *********/
/*****************************************************************************************/

#sc-academyday-claim {
    background-image: url('../../images/backgrounds/bg-body-right.png');
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
}


#sc-academyday-claim h2 {
    color: #F9B233;
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}

#sc-academyday-claim p {
    color: #191919;
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}

#sc-academyday-claim .l-academyday-clickable {
    border-radius: 21.5px;
    background: #F9B233;
    color: #002649;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
}

@media (max-width: 768px) {

    #sc-academyday-claim {
        background: none;
    }

    #sc-academyday-claim h2 {
        font-size: 22px;
        line-height: 28px;
    }

    #sc-academyday-claim p {
        font-size: 16px;
        line-height: 22px;
    }
}


/*****************************************************************************************/
/********               Section: Keypoints > CSS Design Rules                    *********/
/*****************************************************************************************/

#sc-academyday-keypoints {
}

#sc-academyday-keypoints h3 {
    font-family: 'Poppins', sans-serif;
    color: #F9B233;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.20;
}

#sc-academyday-keypoints h4 {
    font-family: 'Poppins', sans-serif;
    color: #002649;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.20;
}

#sc-academyday-keypoints p {
    font-family: "Source Sans 3", sans-serif;
    color: #191919;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.20 !important;
    margin-bottom: 20px;
}

@media (max-width: 768px) {

    #sc-academyday-keypoints h3 {
        font-size: 23px;
    }

    #sc-academyday-keypoints h4 {
        font-size: 22px;
    }

    #sc-academyday-keypoints p {
        font-size: 18px;
    }

}


/*****************************************************************************************/
/********                  Section: Agenda > CSS Design Rules                    *********/
/*****************************************************************************************/


#sc-academyday-agenda {
    background-image: url('../../images/backgrounds/bg-body-left.png');
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
}


#sc-academyday-agenda-header {
    background-color: #002649;
    border-radius: 15px;
    padding: 15px;
}


#sc-academyday-agenda h3 {
    font-family: 'Poppins', sans-serif;
    color: #F9B233;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.20;
}


#sc-academyday-agenda-legend {
    list-style-type: none;
    display: flex;
    justify-content: right;
    align-items: end;
}

#sc-academyday-agenda-legend li {
    color: #000000;
    font-family: "Source Sans 3", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height:16px;
    padding-left: 10px;
}

.agenda-legend {
    border-radius: 15px;
    height: 8px;
    width: 85px;
    display: block;
    margin-top: 3px;
}

.agenda-room {
    color: #8692A6;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0px !important;
}

.agenda-schedule {
    display: flex;
    justify-content: center;
    align-items: center;
}

.agenda-schedule p {
    color: #5F6368;
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}


.agenda-slots {
}

.agenda-slot {
    color: #191919;
    font-family: "Source Sans 3", sans-serif;
    font-style: normal;
    line-height: 20px;
}

.agenda-slot-bg-gray {
    background-color: #D9DADB;
    border-radius: 12px;
}

.agenda-slot-bg-blue {
    background-color: #B4E7FD;
    border-radius: 12px;
}

.agenda-slot-bg-white {
    box-shadow: none !important;
    border-radius: 15px !important;
    margin-top: 10px;
}

.agenda-slot-headline-type-a {
    border: 3px solid #002045;
    border-radius: 15px;
}

.agenda-slot-headline-type-b {
    border: 3px solid #119EDA;
    border-radius: 15px;
}

.agenda-slot-headline-type-c {
    border: 3px solid #F9B233;
    border-radius: 15px;
}

.agenda-slot-headline-type-d {
    border: 3px solid #81BC06;
    border-radius: 15px;
}

.agenda-slot-headline-type-e {
    border: 3px solid #F35325;
    border-radius: 15px;
}

.agenda-slot-contents {
    min-height: 175px;
}

.agenda-slot-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
}

.agenda-slot-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}


.filter-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    z-index: 1000;
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}

.filter-agenda-header {
    color: #002649;
    font-size: 18px;
    font-weight: 700;
}

.filter-agenda-option {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 500;
}

.form-check-input {
    background-color: #edf0f7;
}

.block-legend {
    border-radius: 20px;
    width: 96px;
    height: 18px;
}

.filter-agenda {
    width: 20px;
    height: 20px;
}


.activity-selector{
   appearance: none;
   border: 1px solid #d3d3d3;
   width: 24px;
   height: 24px;
   content: none;
   outline: none;
   margin: 0;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   pointer-events: none;
   float: right;
}

.activity-selector:checked {
  appearance: none;
  outline: none;
  padding: 0;
  content: none;
  pointer-events: none;
}

.activity-selector:checked::before{
  position: absolute;
  color: green !important;
  content: "\00A0\2713\00A0" !important;
  font-weight: bolder;
  font-size: 18px;
  pointer-events: none;
}

.event-hightlight {
    background-color: #eaf3d2 !important;
}



@media (max-width: 768px) {

    #sc-academyday-agenda {
        background: none;
    }

    #sc-academyday-agenda h3 {
        font-size: 23px;
    }

    .agenda-slot-bg-white {
        min-height: 180px;
    }

    .agenda-slot-contents {
        min-height: 0;
    }
}


/*****************************************************************************************/
/********               Section: Speakers > CSS Design Rules                    *********/
/*****************************************************************************************/

#sc-academyday-speakers h3 {
    font-family: 'Poppins', sans-serif;
    color: #F9B233;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.20;
}

.sc-academyday-speakers-section {
    display: flex;
}

.sc-academyday-speaker-block {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
}

.sc-academyday-speaker-name {
    font-family: "Source Sans 3", sans-serif;
    font-size: 19px;
}

.sc-academyday-speaker-position {
    font-family: "Source Sans 3", sans-serif;
    font-size: 17px;
    line-height: 22px;
    max-width: 300px;
    margin: auto;
}

@media (max-width: 768px) {

    #sc-academyday-speakers h3 {
        font-size: 23px;
    }
}

@media (max-width: 576px) {
    .sc-academyday-speakers-section {
        flex-direction: column;
    }
}

/*****************************************************************************************/
/********            Section: Registration > CSS Design Rules                    *********/
/*****************************************************************************************/

#sc-academyday-registration h3 {
    font-family: 'Poppins', sans-serif;
    color: #F9B233;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.20;
}

#sc-academyday-registration h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
}

#sc-academyday-registration .separator {
    background-color: #002045;
    border-radius: 15px;
    height: 5px;
    width: 100%;
}

#sc-academyday-registration button {
    background-color: #F9B233;
    color: #FFFFFF;
    font-family: "Source Sans 3", sans-serif;
    font-size: 24px;
    border-radius: 12px;
}

.radio-blue {
    border: 1px solid #119EDA !important;
    border-radius: 35% !important;
    width: 20px !important;
    height: 20px !important;
}

#formError, #formInfo {
    display: none;
}

#errorSummary, #errorMiniSummary, #sc-academyday-registration-warning, #sc-academyday-docs-warning {
    display: none;
}

#errorAgenda {
    display: none;
}

form label {
    font-weight: 700;
}

select.error, textarea.error, input.error, select.error + span > span > span {
    border: 2px solid #a94442 !important;
    color: #a94442 !important;
}

.select2-container--default .select2-selection--single {
    height: 38px !important;
    border-color: #edf0f7 !important;
    background-color: #edf0f7 !important;
    transition: none;
}

.select2-selection__arrow {
    margin-top: 5px;
}

.select2-container {
    margin-top: 2px;
}

.select2-dropdown {
    margin-top: 5px;
}


@media (max-width: 768px) {

    #sc-academyday-registration h3 {
        font-size: 23px;
    }

    #sc-academyday-registration h5 {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
    }
}


/*****************************************************************************************/
/********              Section: Banner CTA > CSS Design Rules                    *********/
/*****************************************************************************************/

#sc-academyday-banner-cta {

}

#sc-academyday-banner-cta h4 {
    color: #F9B233;
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 600;
}

#sc-academyday-banner-cta p {
    color: #FFFFFF;
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.20;
}

@media (max-width: 768px) {

    #sc-academyday-banner-cta h4 {
        font-size: 22px;
    }

    #sc-academyday-banner-cta p {
        font-size: 16px;
    }
}


/*****************************************************************************************/
/********               Section: Partners > CSS Design Rules                    *********/
/*****************************************************************************************/

#sc-academyday-partners h3 {
    font-family: 'Poppins', sans-serif;
    color: #F9B233;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.20;
}

@media (max-width: 768px) {

    #sc-academyday-partners h3 {
        font-size: 23px;
    }
}

/*****************************************************************************************/
/********               Section: Location > CSS Design Rules                    *********/
/*****************************************************************************************/

#sc-academyday-location {
}

#sc-academyday-location-info {
    background-color: #002649;
    border-radius: 53px;
}

#sc-academyday-location-info h3 {
    color: #F9B233;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.20;
}

#sc-academyday-location-info h4 {
    color: #FFFFFF;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.20;
}


#sc-academyday-location-info p, #sc-academyday-location-info a {
    color: #FFFFFF;
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.20;
}

#sc-academyday-location-info .btn-overlay {
    position: absolute;
    bottom: -20px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

#sc-academyday-location-info .btn-video {
    display: inline-flex;
    align-items: center;
    background-color: #F9B233; 
    color: #002649;
    padding: 7px 15px 7px 15px;
    border-radius: 25.5px;
    font-family: "Source Sans 3", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 768px) {

    #sc-academyday-location-info h3 {
        font-size: 23px;
        line-height: 1.20;
    }

    #sc-academyday-location-info h4 {
        font-size: 18px;
        line-height: 20px;
    }

    #sc-academyday-location-info p, #sc-academyday-location-info a {
        font-size: 16px;
        line-height: 18px;
    }

}

/*****************************************************************************************/
/********                Section: Contact > CSS Design Rules                    *********/
/*****************************************************************************************/

#sc-academyday-contact {
    
}

#sc-academyday-contact h3 {
    color: #F9B233;
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
}

#sc-academyday-contact p {
    color: #191919;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

@media (max-width: 768px) {

    #sc-academyday-contact h3 {
        font-size: 23px;
    }
}


/*****************************************************************************************/
/********                                                                        *********/
/********                    View: FAQs Page > CSS Design Rules                  *********/
/********                                                                        *********/
/*****************************************************************************************/



.title-faqs {
    color: white;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}


.academy {
    border-bottom: 3px solid #F9B233;
    color: black;
    font-weight: 700;
    font-size: 20px
}

#primer-car {
    border-top: 1px solid black;
}

#accordion .block {
    box-shadow: none;
    border-bottom: 1px solid black;
}

.block.block-rounded {
    border-radius: 0px
}

.title-accordion {
    color:black;
    font-size: 20px;
}

.link-accordion.collapsed {
    background-image: url('../../images/icons/arrows/ic-arrow-collapsed.png');
}
.link-accordion {
    background-image: url('../../images/icons/arrows/ic-arrow-expanded.png');
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    width: 100%;
}



/*****************************************************************************************/
/********                                                                        *********/
/********              View: Registrations Page > CSS Design Rules               *********/
/********                                                                        *********/
/*****************************************************************************************/

.update-blockinfo {
    border: 1px solid #8692A6;
    border-radius: 15px;
    padding: 20px;
}

.btn-linkedin-share {
    border-radius: 10px;
    background-color: #0072b1;
    font-weight: 800;
}


/*****************************************************************************************/
/********                                                                        *********/
/********                    View: Talk Info > CSS Design Rules                  *********/
/********                                                                        *********/
/*****************************************************************************************/

#sc-academyday-talk-navigation .btn-return {
    border: 1px solid #F9B233;
    background-color: white;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #F9B233;
    font-weight: 700;
}

#sc-academyday-talk-header p {
    color: #119EDA;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.hr-talk-header {
    border-top: 3px solid #C4C4C4;
    margin: 0.5rem 0;
    opacity: 1;
}

#sc-academyday-talk-title h1 {
    color: #191919;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

#sc-academyday-talk-title h2 {
    color: #191919;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

#sc-academyday-talk-title .btn-register {
    border-radius: 10px;
    background-color: #F9B233;
    color: #FFFFFF;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

#sc-academyday-talk-contents h3 {
    color: #191919;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

#sc-academyday-talk-contents p {
    color: #191919;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}


/*****************************************************************************************/
/********                                                                        *********/
/********              CSS Design Rules >  Media Queries                         *********/
/********                                                                        *********/
/*****************************************************************************************/
@media (max-width: 575px) {
    /* FAQS PAGE */
    .title-accordion {
        font-size: 15px;
    }

    .registration-title {
        font-size: 24px;
    }


}

/*****************************************************************************************/
/********                                                                        *********/
/********                Plugin: MobileMenu > CSS Design Rules                   *********/
/********                                                                        *********/
/*****************************************************************************************/

.mm-menu {
    --mm-color-background: #002649;
    --mm-color-text: white;
    --mm-color-button: gray;
}

.mm-listitem {
    border-color: gray !important;
}

.mm-listitem__text .fa {
    width: 30px;
    text-align: center;
}

.mm-navbar {
    border-color: gray !important;
}

.mm-navbars_top .mm-navbar:not(:last-child) {
    border-bottom: none;
    width: 50%;
    padding-left: 20px;
    padding-top: 10px;
}

.mburger {
    width: 80px;
    height: 50px !important;
    color: #FFFFFF !important;
    --mb-bar-height: 3px;
    --mb-animate-timeout: 0.1s;
}

.mburger:hover {
    color: #FFFFFF;
}

.btn-dual:hover {
    background-color: #d1d9ea00 !important;
    border-color: #d1d9ea00 !important;
}

.mm-listview {
    padding-left: 0px !important;
}


/*****************************************************************************************/
/********                                                                        *********/
/********                Plugin: BackToTop > CSS Design Rules                    *********/
/********                                                                        *********/
/*****************************************************************************************/

#home-back-to-top {
    z-index: 2;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 80px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #FFC633 url(../../images/icons/buttons/ic-btn-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .5;
}


.no-touch .cd-top:hover {
    background-color: #FFC633;
    opacity: 1;
}

@media only screen and (min-width: 767px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 767px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 20px;
        bottom: 20px;
    }
}
