/*
Template Name: finadvisor
Description: HTML5 / CSS3 One Page
Version: 1.0
Author: uiCookies.com
*/

:root {
    --accent-color: #AA151B;
    --accent-color-light: #C34D52;
    --text-color: #666666;
    --speaker-width: 265px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 1.7em;
    color: var(--text-color);
    font-weight: 100;
    background: #ffffff;
    font-weight: 300;
}

/* --------------------------------------
 * Global Typography
 *------------------------------------------*/

.accent-color {
    color: var(--accent-color);
}

.medium {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: var(--accent-color);
}

h1 {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 400;
}

h3 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 400;
    margin-top: 1.5em;
}

h4 {
    font-size: 19px;
    line-height: 1.5em;
    font-weight: 300;
}

h5 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
}

h6 {
    font-size: 15px;
    line-height: 24px;
}

/* --------------------------------------
 * LINK STYLE
 *------------------------------------------*/
a {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

a,
a:active,
a:focus,
a:active {
    text-decoration: none;
    outline: none
}

a:hover,
a:focus {
    text-decoration: underline;
    color: var(--accent-color);
}

.flex-item a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

p.lead {
    font-size: 19px;
    line-height: 1.7em;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.modal-body div ul {
    margin: revert;
    padding: revert;
    list-style: disc;
}

/*Button Style*/
.btn {
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 16px;
    border-radius: 0;
    font-weight: 500;
    border-width: 2px;
    text-transform: uppercase;
    border-radius: 6px;
}

.btn-lg {
    font-size: 18px;
    padding: 15px 30px
}

/*btn-primary*/
.btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
    background: transparent;
    color: var(--accent-color);
    border-color: var(--accent-color);
}

/*btn-default*/
.btn-default {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus {
    background-color: transparent;
    color: var(--accent-color);
    border-color: var(--accent-color);
}

button:focus,
.btn:focus,
.btn:active:focus {
    outline: none;
}

/* --------------------
 * Section Background
 * -------------------*/

.gray-bg {
    background-color: #f0f1f3;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.white-bg {
    background-color: #ffffff;
}

/* --------------------
 *  main Wrapper
 * -------------------*/
#main-wrapper {
    background: #ffffff;
    overflow: hidden;
}

/*-----------------------------
 * NAVIGATION & HEADER STYLE
 *-------------------------------*/

.header {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 10px;
    z-index: 9;
}

/*Logo*/
.navbar-brand {
    padding: 0;
    height: auto;
    margin: 15px 0 !important;
}

@media (max-width : 768px) {
    .navbar-brand {
        width: 200px;
    }

    .navbar-brand img {
        max-width: 100%;
        height: auto;
    }
}

/*navbar*/

.navbar {
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
}

@media (max-width : 768px) {
    .navbar {
        padding: 10px;
    }
}

/*navbar toggle*/
.navbar-toggle {
    margin: 5px 0;
    padding: 11px 10px;
    background: transparent;
}

.navbar-toggle:hover {
    color: #fff;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

/*Navigation Style*/

.main-menu .navbar-right {
    margin-right: 100px; /* -15px before sold out, 100px after sold out */
}

.main-menu .nav li a {
    color: #999;
    font-weight: 500;
    padding: 15px 0 15px 30px;
}

.main-menu .nav li a:hover,
.main-menu .nav li.active a {
    color: var(--accent-color);
    background: transparent;
}

.main-menu .nav li a:focus {
    background: transparent;
}

@media (max-width : 991px) {
    .main-menu .nav li a {
        padding-left: 15px;
    }
}

/* BEFORE WAS 768px */
@media (max-width : 991px) {
    .main-menu .nav li {
        text-align: center;
    }

    .main-menu .nav li a {
        padding: 5px 0;
        color: #0e1555;
    }

    .navbar-collapse {
        margin-top: 10px;
        background: #fff;
    }
}


/* Sticky Menu */

a.navbar-brand,
.nav li a {
    color: white !important;
    /* text-shadow: 1px 1px 1px var(--accent-color); */
}

/* BEFORE WAS 768px */
@media (max-width : 991px) {
    .nav li a {
        color: var(--accent-color) !important;
        text-shadow: none;
    }
}

.sticky-nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background: #ffffff !important;
    opacity: 0.9;
    padding: 5px 0;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, .1); */
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sticky-nav .nav li a,
.sticky-nav a.navbar-brand {
    color: var(--accent-color) !important;
    text-shadow: none;

}

.sticky-nav .navbar-toggle .icon-bar {
    background: var(--accent-color);
}

@media (max-width: 768px) {
    .sticky-nav {
        padding-left: 10px;
        padding-right: 10px;
    }

}

/*-------------------
 * Jumbotron
 *-------------------*/

.jumbotron {
    background: url("../img/jumbo.jpg");
    background-size: cover;
    padding: 0;
    margin: 0;
    height: 100vh;
    min-height: 700px;
    vertical-align: middle;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.mini-jumbotron {
    height: 300px;
    min-height: 300px;
}

.jumbotron .content {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    /* height: 100%; */
    /* width: 100%; */
    margin: 0 auto;
    /* padding: 0 10%; */
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-weight: normal;
    text-shadow: 4px 4px 2px var(--accent-color);

    /*background-color: rgb(0, 0, 0, 30%);
    padding: 3em 0 2em;*/
}

.jumbotron .content .content-content {
    /* background-color: rgb(0, 0, 0, 20%); */
    /* padding: 3em 0; */
    max-width: 1170px;
    margin: auto;
    /* margin-top: 35%; */
}

.jumbotron .content h1 {
    color: white;
    font-weight: bold;
}

.jumbotron .content h2 {
    color: white;
    font-weight: bold;
}

.jumbotron .content p.lead {
    font-size: 24px;
    line-height: 1.5em;
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
}

.jumbotron .content .event-date {
    font-size: 25px;
    /* margin-bottom: 40px; */
}

.jumbotron .btn {
    margin-top: 40px;
}

@media (max-width : 600px) {
    .jumbotron .content {
        min-height: auto;
    }

    .jumbotron .content h1 {
        font-size: 32px;
    }

    .jumbotron .content h2 {
        font-size: 22px;
    }

    .jumbotron .content .event-date {
        font-size: 22px;
    }

    .jumbotron .content p.lead {
        font-size: 15px;
    }
}

/*---------------------------
 * Section Wrapper
 *---------------------------*/
.section-wrapper {
    padding: 60px 0;
}

/*---------------------------
 * Section Title
 *---------------------------*/
.section-title {
    margin-bottom: 40px;
    text-align: center;
}

.section-title h1 {
    margin-bottom: 5px;
}

.section-title p {
    font-size: 18px;
    color: #888888;
}

/* ----------------------------------------------
 * About Event
 *-----------------------------------------------*/
.about-event .lead {
    font-size: 19px;
    line-height: 1.7em;
}

.about-event address {
    font-size: 15px;
    color: #888888;
    line-height: 1.8em;
}

.about-event address strong {
    color: var(--text-color);
}

/* ----------------------------------------------
 * Flex Grids (e.g., Team and Speakers)
 *-----------------------------------------------*/

.flex-grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.flex-item {
    text-align: center;
    font-size: 19px;
    width: 175px;
    padding: 5px;
}

.organizer {
    width: 200px;
}

.flex-item a {
    font-weight: 500;
}

.flex-item img {
    object-fit: cover;
    display: block;
    /* 40px = 2 x gap */
    width: calc(175px - 40px);
    height: calc(175px - 40px);
    border-radius: 50%;
    margin: auto;
    margin-bottom: 1em;
    border: 2px solid var(--accent-color);
}

#speakers-team {
    gap: 40px;
}

.flex-item.speaker {
    width: var(--speaker-width)
}

.flex-item.speaker img {
    width: calc(var(--speaker-width) - 40px);
    height: calc(var(--speaker-width) - 40px);
    border-radius: 30% 0;
    border: 4px solid var(--accent-color);
}

.speaker:hover {
    cursor: pointer;
}

/* --------------------------
 * Agenda
 *---------------------------*/
.section-ajenda .session {
    padding: 15px 0;
    border-left: 1px solid #eeeeee;
    margin-bottom: 40px;
}

.section-ajenda .session time {
    padding: 5px 25px 15px;
    border-bottom: 1px solid #eeeeee;
    display: inline-block;
}

.section-ajenda .session h2 {
    margin: 20px 0 0 20px;
}

.section-ajenda .session h3 {
    margin: 20px 0 20px 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.section-ajenda .session h3 span {
    font-size: 14px;
    display: block;
    line-height: 1;
}

.section-ajenda .session h4 {
    margin: 5px 0 5px 20px;
    font-size: 16px;
}

/* --------------------------
 * Pricing Table
 *---------------------------*/

.pricing-section .pricing-table-default {
    border: 1px solid #f1f1f1;
    background: #ffffff;
    padding-bottom: 40px;
}

@media (max-width : 766px) {
    .pricing-section .pricing-table-default {
        margin-bottom: 30px;
    }
}

.pricing-section .pricing-head h3 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    padding: 14px 40px;
    margin: 0;
    background-color: #0e1555;
}

.pricing-section .pricing-head .price {
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    padding: 43px 0 0;
}

.pricing-section .pricing-head .price sup {
    font-size: 24px;
    font-weight: bold;
    vertical-align: super;
    top: 0;
}

.pricing-section .pricing-detail {
    margin: 0 50px 25px 50px;
}

.pricing-section .pricing-detail p {
    margin: 0;
}

/*pricing list*/

.pricing-section .pricing-list li {
    display: block;
    padding: 8px 0;
}

.pricing-section .pricing-list li i {
    margin-right: 17px;
}

.pricing-section .pricing-list li:first-child {
    padding-top: 25px;
}

.pricing-section .pricing-list li:last-child {
    padding: 12px 0 0;
}

.pricing-section .pricing-detail .pink-i li {
    position: relative;
}

/* --------------------------
 * Client Logo
 *---------------------------*/

.client-logo a img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.client-logo a:hover img {
    opacity: .5;
}

@media (max-width : 992px) {
    .client-logo .section-margin {
        margin-bottom: 30px;
    }
}

/* ------------------
 * Google Map
 * ------------------*/

#googleMap {
    height: 320px;
    border: 5px solid #ffffff;
    margin-bottom: 100px;
}

/* ---------------------------
 * Subscribe Form
 * --------------------------- */

.subscribe-form {
    text-align: center;
}



/*-------------------
 * Form Style
 *-------------------*/

.form-control {
    height: 46px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 46px;
    color: #969595;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    box-shadow: none;
}

.form-control.input-lg {
    height: 60px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 60px;
    color: #969595;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    box-shadow: none;
    min-width: 400px;
}

.form-control:focus,
.form-control:active {
    box-shadow: none;
    border-color: var(--accent-color);
}


@media (max-width : 600px) {
    .form-control.input-lg {
        min-width: auto;
        display: block;
    }
}

/* --------------------------------------------
 *   Footer
 *---------------------------------------------- */

/* Copyright */

.footer .copyright-section {
    font-size: 13px;
    color: #888888;
    padding: 30px 0;
}

.footer .copyright-section .copytext {
    font-weight: 400;
    display: block;
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
#preloader {
    background: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(../img/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

/* ---------------------------------------------- /*
 * Floating components
/* ---------------------------------------------- */

.floating-dates {
    z-index: 10;
    position: fixed;
    right: 0;
    top: 20%;
    left: 82%;
    background: rgba(255, 255, 255, .6);
    font-family: 'Roboto', sans-serif;
}


.floating-dates p {
    font-size: 17px;
}

section div p.lead {
    text-align: justify;
}


.reg_list {
    font-size: 19px;
    font-weight: 300;
    list-style: initial;
    padding-left: 40px;
    margin-bottom: 20px;
}

.affiliation,
.participant-affiliation {
    font-size: 15px;
    font-weight: normal;
    color: #999;
}

.affiliation {
    margin-top: 5px;
    line-height: 1.2;
}

.role {
    font-size: 90%;
    color: #4E7CAD;
    font-weight: normal;
}

a:visited {
    color: var(--accent-color);
}

ul.oc_list li {
    list-style-type: none;
}

span.emrole,
span.role {
    display: inline-block;
    font-size: 65%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    /*text-transform: uppercase;*/
    padding: 0.3em;
    width: 7.5em;
    line-height: 1;
}

span.role {
    background-color: orange;
    color: white;
}

.center {
    text-align: center !important;
}

img {
    max-width: 100%;
    margin-bottom: 20px;
    height: auto;
}

img#venue {
    width: 100%;
    border: 4px solid var(--accent-color);
}

/* CSS FOR ARROW */

@keyframes bouncing {
    0% {
        bottom: 0;
    }

    50% {
        bottom: 20px;
    }

    100% {
        bottom: 0;
    }
}

.arrow {
    animation: bouncing 1.5s infinite ease-in-out;
    bottom: 0;
    left: 50%;
    display: block;
    height: 74px;
    width: 74px;
    margin-left: -37px;
    position: absolute;
}

@media (max-width: 600px) {
    .arrow {
        height: 60px;
        width: 60px;
        margin-left: -30px;
    }
}

.cropped {
    height: 330px;
    clip-path: inset(10px 10px 10px 10px round 0px);
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}

@media (max-width: 1200px) {
    .cropped {
        max-width: 100%;
        height: auto;
    }
}

#participants-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    font-size: 19px;
    color: var(--accent-color);
}

#participants-list li {
    display: inline;
}

.participant-affiliation {
    color: #999;
}

@media (max-width: 700px) {
    #participants-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

@media (max-width: 500px) {
    #participants-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

.fees-table {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 2em;
}

.money {
    width: 100px !important;
    text-align: right;
}

.btn-colored {
    background-color: var(--accent-color);
    color: white;
}

.btn-colored:hover,
.btn-colored:focus {
    color: white;
}

/* Speaker Modals */

.modal-content {
    font-weight: 300;
}

.modal-title,
.modal-talk-title {
    font-weight: 700;
    color: white !important;
}

.modal-talk-title {
    color: var(--accent-color) !important;
}

.modal-header,
.modal-body {
    padding: 40px;
}

.modal-header {
    padding: 10px 40px;
    background: var(--accent-color);
    background-image: linear-gradient(to bottom right, var(--accent-color), var(--accent-color-light));
    border-radius: 5px 5px 0 0;
}

@media (max-width : 768px) {

    .modal-header,
    .modal-body {
        padding: 15px;
    }
}

.modal-header .close {
    margin-top: 12px;
}

.modal-body div {
    padding-bottom: 2rem;
}

.modal-small-heading {
    font-weight: 500;
}

/* Close button on speakers' modal */

.close {
    color: white;
    opacity: 0.5;
}

.close:focus,
.close:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=75);
    opacity: .75;
}

/* Partners */
.partner {
    width: 250px;
}

.partner a img {
    border-radius: 0;
    border: 0;
    width: 100%;
    height: auto;
    filter: saturate(0);
    opacity: 50%;
}

.partner a img:hover {
    transition: all 1s;
    opacity: 100%;
    filter: saturate(1);
}

/* Program */

#program {
    gap: 60px 20px;
}

.daily-program {
    flex-direction: column;
    justify-content: flex-start;
}

.flex-item.session {
    text-align: left;
    width: 360px;
    font-size: 17px;
    /* flex-basis: 142px; */
    /* border: 1px solid red; */
}

h2.session {
    font-size: 25px !important;
    font-weight: bold;
    border-bottom: 1px solid var(--accent-color);
    margin-bottom: 0;
}

.session-title {
    font-weight: bold;
}

.session-time {
    border-bottom: 0.5px solid var(--text-color);
}

.session-description {
    font-style: italic;
}

.session-location p,
.session-description p {
    margin-bottom: 0px;
}

.session-location p {
    margin-top: 5px;
}

.session-location {
    font-weight: bold;
}

.tutorial {
    background-color: #BAF9FB;
}

.social,
.food {
    background-color: #FAFAFA;
}

.event {
    background-color: #FDF3D0;
}

.students-talks {
    background-color: #DCE9D5;
}

.organization {
    background-color: #EFEFEF;
}

/* BEGIN: Change navbar collapse breakpoint */

@media (max-width: 1200px) { /* 991px before sold out, 1200px after sold out */

    .ribbon {
        display: none;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

/* END: Change navbar collapse breakpoint */

.ribbon {
    position: fixed;
    background: var(--accent-color);
    box-shadow: 0 0 0 999px var(--accent-color);
    clip-path: inset(0 -100%);
    z-index: 10000;
    color: white;
    font-weight: 400;
    font-size: 25px;
    padding: 7px 25px;
    /* Align ribbon top-right */
    inset: 0 0 auto auto;
    transform-origin: 0 0;
    transform: translate(29.3%) rotate(45deg);
}

.text-banner {
    background: var(--accent-color);
    color: white !important;
    font-weight: 500;
    text-align: center;
    padding: 8px;
}

.strike {
    text-decoration: line-through;
}