/* ==========================================================================
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: 56px;
    font-family: 'acumin-pro', sans-serif;
    color: #191919;
}

section, header {
    padding-top: 60px;
    padding-bottom: 60px;
}


h1{
    font-weight: 800;
}

.section-header {
    font-weight: 600;

}


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

.full-size-background {
    background: url(../img/blur-bg-2.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/blur-bg-2.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/blur-bg-2.jpg', sizingMethod='scale')";
}

.graphic-bg {
    background: url(../img/background-graphic.jpg) 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/background-graphic.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background-graphic.jpg', sizingMethod='scale')";
}


.bg-blurred {
    background: url(../img/blur-bg.jpg) 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/blur-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/blur-bg.jpg', sizingMethod='scale')";
}

.timeline-bg {
    background: url(../img/blur-bg-2.jpg) 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/blur-bg-2.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/blur-bg-2.jpg', sizingMethod='scale')";
}



.mob-hide {
    display: none;
}

.line-blue {
    border-top: 1px solid #0C60A8;
}


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



.text-blue{
    color: #0C60A8;
}

.border-bottom-red {
    border-bottom: 4px solid #DD231B;
}

.border-top-red {
    border-top: 4px solid #DD231B;
}

/* ==========================================================================
BUTTONS
========================================================================== */


.btn {
    border-radius: 0px;
    font-weight: 400;
    padding: 0.5rem 1.75rem;
    font-size: 0.9rem;
}

.btn-lg {
    font-size: 1rem;
    min-width: 200px;
}

.btn-blue {
    border: 2px solid #1FABE3;
    background: #1FABE3;
    color: #fff;
}

.btn-blue:hover {
    border: 2px solid #2aafe4;
    background: #2aafe4;
    color: #fff;
}

  
  /* ==========================================================================
  IMAGES
========================================================================== */
 
.speaker-img {
    max-width: 240px;
    width: 100%;
    height: auto;
}

.img-shadow {
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

.img-responsive {
    width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 50%;
    max-width: 300px;
}

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



/* ==========================================================================
NAV
========================================================================== */


.navbar {
    text-align: center;
}

.nav-link {
    padding: 1.2rem 1rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255, .85);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255, .5);
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

/* ==========================================================================
HEADER
========================================================================== */

header {
    color: #fff;
}

hr.divider {
    border-top:3px solid #1FABE3;
    max-width: 60%;
    margin: 1.5rem 0 1.5rem 0;
}

header h2 {
    font-size: 1.4rem;
    font-weight: 300;
}

.feature-img {
    max-width: 320px;
}

.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
 }

 .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100%;
    min-width: 377.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }

 .vimeo-wrapper-overlay {
   width:100%;
   height:100%;
   background: rgba(12, 96, 168,0.2);
   position: absolute;
   top:0;
   left:0
 }

 /* ==========================================================================
SLIDER
========================================================================== */

#timeline h2 {
    font-size: 2.2rem;
    font-weight: 800;
}

.tns-controls {
    justify-content: space-between;
}


.btn-style-none {
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

/* ==========================================================================
SPEAKERS
========================================================================== */


#speakers {
    overflow: hidden;
}

/* ==========================================================================
VENUES
========================================================================== */

#venue h3 {
    font-weight: 800;
}



/* ==========================================================================
REGISTER
========================================================================== */

.form-control {
    padding: 1rem 2.8rem 1rem 1rem;
    height: calc(2.4em + .75rem + 2px);
    background-color: rgba(0, 84, 177,0.1);
    border-color: rgba(0, 84, 177,0.1);
    border-radius: 30px;
}

label:not(.custom-radio) {
    font-weight: 600;
    padding-left: 1.4rem;
}

.custom-radio label {
    font-weight: 600;
    padding: 1rem 2.8rem 1rem 2rem;
    background-color: rgba(0, 84, 177,0.1);
    border-radius: 30px;
    width: 100%;
}

.custom-control-label::before {
    top: 17px;
    right: .9rem;
    left: auto;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 84, 177,0.1);
    border: 2px solid #0049A7;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #0049A7;
}

.custom-control-label::after {
    top: 17px;
    right: .9rem;
    left: auto;
    width: 20px;
    height: 20px;
}


.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0049A7;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");

}

/* ==========================================================================
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: 300px;
}

#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;
}


footer a {
    color: #1175BD;
    font-weight: 700;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.modal-header {
    border-radius: 0;
}

.modal .close {
    color: #fff;
}
