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

@font-face {
    font-family: BentonSans;
    src: url('../fonts/BentonSans-Book.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: BentonSans;
    src: url('../fonts/BentonSans-Regular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: BentonSans;
    src: url('../fonts/BentonSans-Medium.otf');
    font-weight: 700;
    font-style: normal;
}

h1, h2 {
    font-family: 'Times New Roman', serif;
}

.font-family-times-new-roman {
    font-family: 'Times New Roman', serif;
}

#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: 106px;
    font-family: BentonSans, sans-serif;
}

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

a {
    color: #1f355e;
}

a:hover {
    color: #1f355e;
}

.bg-blue a {
    color: #ffffff;
}

.bg-blue a:hover {
    color: #ffffff;
}

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

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

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

.bg-blue a.wellsaid, .bg-blue a.agenda-modal-link {
	color: #1f355e;
	text-decoration: underline;
}

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

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

.bg-blue {
    background-color: #1f355e;
}

.bg-purple {
    background-color: #4d5496;
}

.bg-teal {
    background-color: #5fb8d0;
}

.bg-light-teal {
    background-color: #9acde0;
}

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

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

.text-blue {
    color: #1f355e;
}

.text-purple {
    color: #4d5496;
}

.text-yellow {
    color: #F5A700;
}

.text-teal {
    color: #5fb8d0;
}

.btn-blue {
    background-color: #1f355e;
    color: #ffffff;
}

.btn-blue.btn-outline {
    background-color: #ffffff;
    border-radius: 0px;
    border: 3px solid #1f355e;
    color: #1f355e;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 3rem;
}

.btn-blue.btn-sm {
    padding: 0.7rem 1.5rem 0.5rem;
}

.btn-blue.btn-outline:hover {
    background-color: #1f355e;
    color: #ffffff;
}

.btn-white {
    background-color: #ffffff;
    color: #1f355e;
}

.btn-white.btn-outline {
    background-color: #1f355e;
    border-radius: 0px;
    border: 3px solid #ffffff;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 3rem;
}

.btn-white.btn-outline:hover {
    background-color: #ffffff;
    color: #1f355e;
}

.btn-white.btn-sm {
    padding: 0.7rem 1.5rem 0.5rem;
}

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

.navbar-brand {
    padding-top: 25px;
    padding-bottom: 25px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 700;
    color: #1f355e;
}

.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: #1f355e;
}

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

header {
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    overflow: hidden;
    background-color: #1f355e;
}

.logo-stack-container {
    position: relative;
    z-index: 1000;
    padding-left: 0px;
}

.attestation-section .logo-stack-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.event-title-container {
    margin-top: 2rem;
    margin-left: 1.5rem;
}

.attestation-section .event-title-container {
    width: 100%;
}

.logo-stack-container h1 {
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 1.2rem;
}

.logo-stack-container h3 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.28rem;
    margin-bottom: 1.2rem;
}

.logo-stack-container h4 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}

.header-shapes-container {
    position: relative;
    display: none;
}

.header-shape {
    position: absolute;
    top: 0px;
    width: 1200px;
    max-width: 1200px;
}

.position-1 {
    left: -70%;
    z-index: 600;
}

.position-2 {
    left: -60%;
    z-index: 500;
}

.position-3 {
    left: -50%;
    z-index: 400;
}

.position-4 {
    left: -42%;
    z-index: 300;
}

.position-5 {
    left: -30%;
    z-index: 200;
}

.position-6 {
    left: 0%;
    z-index: 100;
}

.attestation-btn-container {
    /*padding-top: 6rem;*/
}

.full-screen-height {
    height: auto;
}

.wellington-logo-attestation {
    position: relative;
    margin-top: 3rem;
    margin-left: 2%;
}

/* ==========================================================================
WELCOME
========================================================================== */

.fa-minus {
    font-size: 18px;
}

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

.agenda-table td, .agenda-table th {
    border-top: 1px solid #1f355e;
}

.agenda-table th {
    width: 25%;
    font-size: 1.2rem;
    white-space: nowrap;
}

.agenda-table td {
    padding-top: 1rem;
}

/* ==========================================================================
SLIDE
========================================================================== */

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

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

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

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

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

.carousel-slide {
    min-height: 640px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.carousel-slide-inner {
    max-width: 1140px;
    margin: 0px auto;
    padding-left: 15%;
    padding-right: 15%;
    
}

.carousel-slide-content {
    padding: 4rem;
    background-color: rgba(255, 255, 255, 0.8);
}

/* ==========================================================================
CONTACT
========================================================================== */

.contact-container {
    padding: 200px 12%;
}

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

.form-control, .custom-select {
    border: 2px solid #1f355e;
    border-radius: 0px;
}

/* ==========================================================================
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 */
}

/* ==========================================================================
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%);
}

.video-modal {
    max-width: 1110px;
}

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

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