@charset "UTF-8";
/* CSS Document */

:root {
    --nus-blue: #003D7C;
    --nus-orange: #ef7c00;
    --marsh-green: #89a46c;
    --light-tan: #dce0d1;
}

@font-face {
    font-family: "AntiqueOliTMed";
    src: url('../fonts/AntiqueOliTMed.ttf');
}

@font-face {
    font-family: "CoreSansD47CnMediumW01Rg";
    src: url('../fonts/CoreSansD47CnMediumW01Rg.ttf');
}

@font-face {
    font-family: "CoreSansNW0147CnRegular";
    src: url('../fonts/CoreSansNW0147CnRegular.ttf');
}

@font-face {
    font-family: "Futura";
    src: url('../fonts/Futura.ttc');
}

@font-face {
    font-family: "FuturaStd-Bold";
    src: url('../fonts/FuturaStd-Bold.otf');
}

@font-face {
    font-family: "FuturaStd-Book";
    src: url('../fonts/FuturaStd-Book.otf');
}

.Poppins {
    font-family: 'Poppins', sans-serif;
}

.CoreSansD47CnMediumW01Rg {
    font-family: 'CoreSansD47CnMediumW01Rg', sans-serif;
}

.CoreSansNW0147CnRegular {
    font-family: 'CoreSansNW0147CnRegular', sans-serif;
}




body,
html {
    color: #000000;
    font-size: 16px;
    background-color: #fff;
    font-family: Arial, Helvetica, "sans-serif";
}

body {
    /*	position: relative;*/
    margin-top: 104px;
    overflow-x: hidden;
}

/* p {
    margin-bottom: 8px;
} */

.card-text {
    font-size: 13px;
}

.small {
    font-size: 14px;
    line-height: 1.2;
    color: #4B4B4B;
}

.text-red {
    color: #8F0006
}

.text-cherry-red {
    color: #f45058;
}

.text-nus-blue {
    color: var(--nus-blue);
}

.text-marsh-green {
    color: var(--marsh-green);
}

.container-fluid {
    max-width: 1920px;
    /*	border: 1px solid red;*/
    /*	padding: 0;*/
}

.container {
    max-width: 1690px;
    /*	padding: 5% 5%;*/
}

.modal {
    padding-right: 0;
}

.readmoreButton {
    font-size: 14px;
}

.borderTop {
    border-top: 1px solid #CBCBCB;
    padding-top: 10px;
}

.nowrap {
    white-space: nowrap;
}




/* ***** Navbar *************** */

.navbar-brand img {
    /* width: 180px; */
    height: 60px;
}

.navbar-nav {
    height: 104px;
}

.nav-link {
    display: flex;
    height: 100%;
    padding: 10px 30px 20px !important;
    justify-content: center;
    align-items: flex-end;
    /* font-family: 'CoreSansNW0147CnRegular', sans-serif; */
    font-size: 1.1rem;
    text-align: center;
    color: #000 !important;
    line-height: 1.2;
}

.nav-link.active {
    background-color: var(--marsh-green);
    color: #fff !important;
    /* font-weight: bold; */
}

#programme .nav-link {
    padding: .5rem 1rem !important;
}

#programme .nav-link.active {
    background-color: var(--marsh-green) !important;
}

.nav-link:hover {
    background-color: var(--nus-blue);
    color: #fff !important;
    /*	font-weight: bold;*/
}






#programme .nav-link {
    background-color: var(--nus-blue);
    color: #fff !important;
}

#programme .nav-link:hover {
    background-color: #fff !important;
    color: #000 !important;
    /*	font-weight: bold;*/
}





.dropdown-menu {
    background-color: var(--marsh-green);
    right: 0 !important;
    left: inherit !important;
}

.dropdown-item {
    color: #FFFFFF !important;
}

.dropdown-item:hover {
    background-color: var(--nus-blue);
}

/**************************************/

@media (max-width: 992px) {
    .banner {
        margin-top: 60px;
    }
}

/* ol,
li {
    margin-left: -10px !important;
} */

.headerText {
    background-color: #1B3A6A;
    max-width: 500px;
    border-radius: 0 30px 30px 0;
    padding: 20px 30px;
    color: #fff;
    /* font-family: 'FuturaStd-Bold', Helvetica, Arial, "sans-serif"; */
    font-weight: 700;
    margin-left: -15px;
}

.headerText2 {
    color: #FFFFFF;
    /* font-family: 'FuturaStd-Medium', Helvetica, Arial, "sans-serif"; */
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2
}

.headerText3 {
    color: #000000;
    /* font-family: 'FuturaStd-Medium', Helvetica, Arial, "sans-serif"; */
    font-weight: 400;
    font-size: 2rem;

    line-height: 1.2
}

.headerTextMargin {
    margin-top: -130px;
}




/* ***** COUNTDOWN *************** */

.btn-primary {
    background-color: #F89621;
    border-color: #F89621;
}

#video {
    text-decoration: none
}

#video img {
    border: 1px solid #C4C4C4;
    width: 100%;
    max-width: 300px;
}

#video img:hover {
    transform: scale(1.02);
    border: 2px solid #C9C9C9;
}

#countdown_container {
    /* margin: 5rem 0 2rem; */
    margin: 0 auto 2rem;
    background-color: var(--nus-blue);
}
#countdown_container .row {
    height: 250px;
}

@media (max-width: 576px) {
    #countdown_container .row {
        height: 150px;
    }

}
.countdownWrapper {
    padding: 0 40px
}

.countdownText {
    /* font-family: 'CoreSansD47CnMediumW01Rg', sans-serif; */
    /* font-family: 'CoreSansNW0147CnRegular', sans-serif; */
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
}

.countdownNum {
    /* font-family: 'CoreSansD47CnMediumW01Rg', sans-serif; */
    /* font-family: 'CoreSansNW0147CnRegular', sans-serif; */
    font-size: 6rem;
    color: #fff;
}

@media (max-width: 991.98px) {
    .countdownWrapper {
        padding: 0 30px
    }
}

@media (max-width: 767.98px) {
    .countdownWrapper {
        padding: 0 20px
    }

    .countdownNum {
        font-size: 4rem;
    }
}

@media (max-width: 575.98px) {
    .countdownWrapper {
        padding: 0 20px
    }
}




/* #skyline_container {} */

#skyline {
    height: 200px;
    background-image: url(../images/skyline.png);
    background-position: center center;
    background-repeat: repeat-x;
}




/* ***** common *************** */

.section_line {
    width: 180px;
    height: 20px;
    margin-right: 20px;
    background-color: var(--nus-orange);
}

.section_header {
    /* font-family: "CoreSansD47CnMediumW01Rg"; */
    font-weight: 600;
    font-size: 52px;
    color: var(--nus-blue);
}

@media (max-width: 576px) {
    .section_header {
        font-size: 42px;
    }
    .section_line {
    width: 80px;
}
}
.section_subheader {
    display: inline-block;
    padding: 5px 20px;
    /* font-family: "CoreSansD47CnMediumW01Rg"; */
    font-weight: 600;
    background-color: var(--nus-blue);
}

.section_subheader.blank {
    display: inline-block;
    padding: 5px 20px;
    font-weight: 600;
    /* font-family: "CoreSansD47CnMediumW01Rg"; */
    background-color: transparent;
}

.figure {}

.figure>img {
    margin-bottom: 0;
}

.figure-caption {
    padding: 5px 20px;
    font-size: 1.5rem;
    /* font-family: "CoreSansD47CnMediumW01Rg"; */
    color: #fff;
    line-height: 1.2;
    background-color: var(--nus-blue);
    text-align: center;
}





.post_para_logos {
    width: 25%;
}

@media (max-width: 767.98px) {
    .post_para_logos {
        width: 50%;
    }
}

@media (max-width: 575.98px) {}





/* ***** SPEAKERS *************** */

#speakers {
    scroll-margin-top: 5.5rem;
    background-color: var(--light-tan);
    background: linear-gradient(180deg, rgba(220, 224, 209, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

#hills {
    height: 200px;
    background-image: url(../images/hills.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 100% 100%;
}

@media (max-width: 991.98px) {
    #hills {
        background-size: cover;
    }
}

.card {
    display: flex;
    /* margin-bottom: 30px; */
    /* padding: 10px 5px; */
    color: #FFF;
    border: 0;
    align-items: center;
    /*	background-color: rgba(255, 255, 255, 0.1);*/
    background-color: transparent;
}

.border-blue,
.card-img-top {
    max-width: 200px;
    border: 2px solid var(--nus-blue);
    border-radius: 50%;
}

@media (max-width: 991.98px) {
    .border-blue {
        max-width: 100%;
    }
}

#speakers img {
    cursor: pointer;
}

.card-body {
    text-align: center;
    padding: 0;
    max-width: 320px;
}

.card-title {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 20px;
    /* font-family: "CoreSansD47CnMediumW01Rg"; */
    background-color: var(--nus-blue);
    cursor: pointer;
}

.card-text {
    text-align: center;
    color: #000;
    /*	white-space: pre-line;*/
}

.card-footer {
    background-color: transparent;
    border: 0;
}

.readmoreButton {
    /*	border: 1px solid #1B3A6A;*/
    /*	border-radius: 30px;*/
    padding: 8px 10px;
    line-height: 1.2;
    background-color: #929292;
}

/*
.readmoreButton:hover {
	background-color: #f45058;
	color: #fff;
}
*/
.speakerName {
    padding: 5px 10px;
    font-size: 25px;
    color: #fff;
    background-color: var(--nus-blue);
}

.speakerTitle {
    font-size: 14px
}

.border-green {
    border: 6px solid var(--marsh-green);
}

.modal-body {
    font-size: 16px
}

.speaker_btn_close_cross {
    font-size: 40px;
    color: var(--nus-blue);
}




/* ***** PROGRAMME *************** */

#programme {
    scroll-margin-top: 8rem;
}

.bgGray {
    background-color: #EAEAEA;
    padding: 10px 0;
}

.programme-day-container>.row:nth-child(odd) {
    background-color: #dcf7eb;
    padding: 10px 0;
}

.programme-day-header1 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: var(--nus-blue);
}

.programme-day-header2 {
    font-size: 18px;
    font-weight: bold;
}

.calTabFontMedium {
    /* font-family: "CoreSansD47CnMediumW01Rg"; */
    font-size: 2rem;
}



/* PRICING TABLE *****************************/

.pricing-table-container .pricing-table td {
    vertical-align: middle;
}

.pricing .pricing-table {
    background: #fff;
}

.pricing .pricing-table th,
.pricing .pricing-table {
    text-align: center;
}

.pricing .pricing-table th,
.pricing .pricing-table td {
    padding: 10px 5px;
}

.pricing .pricing-table th {
    font-size: 18px;
    font-weight: 400;
    border-bottom: 0;
    background: var(--nus-blue);
    color: #EBEDF3;
    padding: 20px 10px;
    vertical-align: inherit;
}

.pricing table>tbody>tr:nth-child(2n + 1)>td {
    background-color: #f9fafc;
}

.pricing .pricing-table th.highlight {
    border-top: 4px solid #4caf50 !important;
}

.pricing .pricing-table tr:nth-child(odd) {
    background: #f0f8ff;
}

.pricing .pricing-table tbody tr th:first-child {
    color: #fff;
    background: var(--nus-orange);
    color: #fff;
    vertical-align: middle;
}

.pricing tr td .ptable-title {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.pricing tr td .ptable-title i {
    width: 23px;
    line-height: 25px;
    text-align: right;
    margin-right: 5px;
}

.pricing tr td {
    font-size: 16px;
}

.pricing tr td:first-child i {
    display: inline;
    margin-bottom: 0px;
    font-size: 22px;
}



/* ***** LOGOS *************** */

#logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#logos img {
    padding: 20px 20px;
    margin: 0 auto;
}




/* ***** FOOTER *************** */

footer>div {
    background-color: var(--nus-blue);
}

.footerButton {
    width: 250px;
    /*	height: 50px;*/
    background-color: #fff;
    color: #1B3A6A;
    padding: 20px 30px;
    /* font-family: 'FuturaStd-Bold', Helvetica, Arial, "sans-serif"; */
    text-align: center;
    border-radius: 40px;
}

.footerButton:hover {
    background-color: #D3FAF7;
    color: #1B3A6A;
}


#email {
    color: #FC797F;
}


.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}




/* ***** REGISTRATION FORM *************** */

.select-editable {
    position: relative;
}

.other-option {
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    display: none;
    z-index: 1;
    /* Make sure the input field is on top of the select dropdown */
}

.select-editable select {
    width: 100%;
}

.form-control {
    background-color: #efefef;
}

#signup_form_Wrapper {
    max-width: 1200px;
}

.redButton {
    background-color: var(--nus-orange);
    width: 100%;
    max-width: 300px;
    border: 0;
}

.redButton:hover {
    background-color: #717171;
}

.registerButton {
    background-color: #1B3A6A;
    border-radius: 30px;
    padding: 8px 30px;
    color: #fff;
}

.registerButton:hover {
    background-color: #fff;
    border: 1px solid #1B3A6A;
    color: #1B3A6A;
}

#timeslotCheck1_selected,
#timeslotCheck2_selected {
    display: none;
    padding: 20px 0 20px 20px;
}

/* .timeslots-row {
    margin-left: -25px;
    margin-right: -25px;
} */

.timeslots-col {
    /* margin: 10px 20px 10px 0; */
    padding: 15px 20px 15px 45px;
    color: #fff;
    /* border: 1px solid var(--nus-blue); */
    border-radius: 20px;
    background-color: var(--marsh-green);
}

.timeslots-col.blue {
    background-color: var(--nus-blue);
}

/* .row .timeslots-col:nth-of-type(1) {
    margin-left: 20px;
} */

.timeslots-col span {
    font-weight: bold;
}

/* SM or smaller */
@media (max-width: 767.98px) {
    .timeslots-col {
        /* color: #000;
        border: 0; */
        padding: 10px 15px 10px 40px;
        /* background-color: transparent; */
    }
}




/* ***** MINIMUN *************** */

@media screen and (min-width: 992px) {
    .minHeight {
        min-height: 220px;
    }
}

/* @media screen and (min-width: 1400px) {
	#coupleImage {
		max-width: 800px;
	}
} */

/* ***** MAXIMUM *************** */

@media screen and (max-width: 575px) {
    .headerText {
        font-size: 19px;
        border-radius: 0 50px 50px 0;
    }

    .readmoreButton {
        padding: 8px 10px;
    }

    /* .card-text {
        white-space: normal;
    } */

    #ppts ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .lineWidth {
        width: 15%;
        height: 40px;
    }

    .card-img-top {
        max-width: 150px;
    }
}

@media screen and (max-width: 767px) {
    body {
        /*	position: relative;*/
        margin-top: 30px
    }

    body,
    html {
        font-size: 14px;
    }

    .card-title {
        font-size: 16px;
        line-height: 1.2;
    }

    .card-text {
        font-size: 12px;
    }

    .modal-body {
        font-size: 14px
    }

    .navbar-brand img {
        /* max-width: 150px; */
        height: 50px;
        /* padding: 5px 0; */
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav {
        height: inherit;
    }
}

/* ***** MINIMUN - MAXIMUM *************** */

@media screen and (min-width: 576px) and (max-width: 767px) {
    #coupleImage {
        max-width: 350px;
    }

    #report {
        max-width: 300px;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    body {
        /*	position: relative;*/
        margin-top: 40px
    }

    #coupleImage {
        max-width: 500px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    #coupleImage {
        max-width: 600px;
    }
}