/* ==========================================================================
CUSTOM CSS
========================================================================== */

#pre-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

body {
    padding-top: 61px;
    color: #232323;
}

header {
    padding-top: 120px;
    padding-bottom: 120px;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

a {
    color: #90d5ac;
}

a:hover {
    color: #90d5ac;
}

.special-notice {
    padding: 30px;
    border-bottom: 1px solid #90d5ac;
}

.special-notice h1 {
    font-size: 1.6rem;
    border: 0;
}

.special-notice .lead {
    font-size: 1rem;
}

.section-title {
    display: inline-block;
    border-bottom: 4px solid #100d38;
    padding-bottom: 10px;
    padding-right: 40px;
    margin-bottom: 40px;
}

.bg-gunmetal .section-title {
    border-bottom: 4px solid #ffffff;
}

.bg-light-green .section-title {
    border-color: #22222d;
}

.alert#cookie-consent {margin-bottom: 0px;}

.full-size-background {
    background: url(../img/event-header.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/event-header.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/event-header.png', sizingMethod='scale')";
    min-height: 300px;
}

.btn {
    border-radius: 0.15rem;
}

/* ==========================================================================
COLOURS
========================================================================== */

.bg-black {
    background-color: #000000;
}

.bg-light-grey {
    background-color: #F5F7FA;
}

.bg-light-green {
    background-color: #c1dae8;
}

.bg-green {
    background-color: #3dae2b;
}

.bg-dark-green {
    background-color: #348f41;
}

.bg-midnight-blue {
    background-color: #100d38;
}

.bg-gunmetal {
    background-color: #263238;
}

.bg-grey-x {
    background-color: #AFBEC5;
}

.bg-pacific-blue {
    background-color: #0EB1D2;
}

.text-light-grey {
    color: #eeeeee;
}

.text-regular-grey {
    color: #cccccc;
}

.text-midnight-blue {
    color: #22222d;
}

.text-light-green {
    color: #100d38;
}

.text-green {
    color: #3dae2b;
}

.text-dark-green {
    color: #348f41;
}

.text-gunmetal {
    color: #263238;
}

.text-grey-x {
    color: #AFBEC5;
}

.btn-yellow {
    /*background-color: #e4c620;*/
    background-color: #fcb86a;
    color: #22222d;
}

.btn-yellow:hover {
    background-color: #fcb86a;
    color: #22222d;
}

.btn-light-green {
    background-color: #fcb86a;
    color: #ffffff;
}

.btn-light-green:hover {
    background-color: #fcb86a;
    color: #ffffff;
}

.btn-dark-green {
    background-color: #348f41;
    color: #ffffff;
}

.btn-dark-green:hover {
    background-color: #348f41;
    color: #ffffff;
}

.btn-midnight-blue {
    background-color: #22222d;
    color: #ffffff;
}

.btn-midnight-blue:hover {
    background-color: #22222d;
    color: #ffffff;
}

.btn-pacific-blue {
    background-color: #0EB1D2;
    color: #ffffff;
}

.btn-pacific-blue:hover {
    background-color: #0EB1D2;
    color: #ffffff;
}

.btn-crayola {
    background-color: #E2C044;
    color: #ffffff;
}

.btn-crayola:hover {
    background-color: #E2C044;
    color: #ffffff;
}

.btn-grey-x {
    background-color: #AFBEC5;
}

.btn-gunmetal {
    background-color: #263238;
    color: #ffffff;
}

/* ==========================================================================
NAVIGATION
========================================================================== */

.navbar {
    padding: 0rem 1rem;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #263238;
    background-color: rgba(255,255,255,0.1);
}

.nav-link {
    display: block;
    padding: .5rem 2rem;
    color: #263238;
    font-size: 0.9rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #263238;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #263238;
    background-color: rgba(255,255,255,0.1);
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fcb86a;
}



/* ==========================================================================
SPONSOR LOGOS SECTION
========================================================================== */

.header-line {
    border-top: 1px solid #AFBEC5;
    width: 80%;
    height: 0px;
    margin: 0px auto;
}

.sponsors {
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sponsors ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sponsors li {
    display: inline-block;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.sponsors li img {
}

/* ==========================================================================
TABLE
========================================================================== */

.table .thead-midnight-blue th {
    color: #fff;
    background-color: #22222d;
    border-color: #22222d;
}

.table tr:first-child td, .table tr:first-child th {
    border: 0px;
}

.bg-light-green .table td, .bg-light-green .table th {
    border-color: #100d38;
}

.table td, .table th {
    border-color: #263238;
}

/* ==========================================================================
SECTION 1
========================================================================== */

.synopsis-container {
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #fcb86a;
}

.speakers-topics img {
    max-width: 255px;
}

.panel-speakers .card-text, .platform-speakers .card-text {
    font-size: 0.9rem;
}

.panel-speakers .card-body, .platform-speakers .card-body {
    min-height: 210px;
}

.panel-speakers .card-body a, .platform-speakers .card-body a {
    position: absolute;
    bottom: 20px;
}

.synopsis.collapse:not(.show) {
    height: 49px !important;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  

}

.synopsis.collapsing {
    min-height: 49px !important;
}

.speaker-anchor {
    position:absolute;
    margin-top: -160px;
}

/* ==========================================================================
VIDEOS
========================================================================== */

.play-icon-container {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video-thumbnail {
    position: relative;
}

.video-thumbnail:hover .play-icon-container {
    background-color: rgba(255, 255, 255, 0.1);
}

.play-icon-container i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* ==========================================================================
MAP
========================================================================== */

.map-container {
    position: relative;
    color: #222;
    background-attachment: scroll;
    background-image: url(../img/map-image.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 500px;
}

#map {
    position:absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}

/* ==========================================================================
FOOTER
========================================================================== */

footer {
    padding-top: 80px;
    padding-bottom: 80px;
}
