
/* ==========================================================================
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: 0px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

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

.section-col {
    padding: 60px 15px 60px 15px;
}

.col-inner {
    max-width: 500px;
    margin: auto;
}

.map-col {
    line-height: 0;
    padding: 0;
}

.map-col iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

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



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


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

.border-bottom {
    border-bottom: 8px solid #fff !important;
}

.border-top {
    border-top: 8px solid #fff !important;
}




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

.bg-dark {
    background-color: #2A372F !important;
}

.bg-green {
    background-color: #59C8A6;
}

.bg-blue {
    background-color: #2E8CAD;
}

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


.text-dark {
    color: #2A372F !important;
}

.text-blue {
    color: #2E8CAD
}

a.text-blue:hover {
    color: #59C8A6
}


/* ==========================================================================
FONT STYLES
========================================================================== */


.section-header {
    border-bottom: 2px solid #fff;
    padding-bottom: 1rem;
    font-weight: 700;
}

.bg-light-grey .section-header {
    border-bottom: 2px solid #2A372F;

}



/* ==========================================================================
BUTTON STYLES
========================================================================== */


.btn {
   border-radius: 0px;
   color: #fff;
   padding: 0.575rem .55rem;
   min-width: 180px;
   font-weight: 600;
   letter-spacing: 1px;
}


 

.btn-green {
    background-color: #59C8A6;
    border-color: #59C8A6;
    color: #fff;

}

.btn-green:hover {
    background-color: #3db18e;
    border-color: #3db18e;
    color: #fff;
}


button:focus {
    outline: none;
}




/* ==========================================================================
MODALS
========================================================================== */

.modal-content {
    margin-top: 3.6rem;
}

.modal-header, .modal-content {
    border-radius: 0 !important;
    border: 0;
}

.modal-header {
    position: relative;
}

.modal-header .close {
    position: absolute;
    right: 2rem;
    top: 43%;
    border: 3px solid #59C8A6;
    color: #59C8A6;
    background: #fff;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
    line-height: 1.9rem;
    font-size: 2rem;
    text-shadow: none;
    opacity: 1;
}

.modal .close:not(:disabled):not(.disabled):focus, .modal .close:not(:disabled):not(.disabled):hover {
    color: #59C8A6;
}


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

header {
    background-image: url(../img/graphic-blue.svg);
    background-size: 650px;
    background-position: right -200px bottom -440px;
    background-repeat: no-repeat;
}


.title-container {
    padding: 40px 0;
    max-width: 680px;
    margin: auto;
}


.title-container h1 {
    font-weight: 700;
}

.title-container h2 {
    font-weight: 400;
}



/* ==========================================================================
DATE SECTION
========================================================================== */


#dateTime {
    background-image: url(../img/graphic-green.svg);
    background-size: 600px;
    background-position: left -90px bottom 315px;
    background-repeat: no-repeat;
}


/* ==========================================================================
FORM
========================================================================== */


.form-control, .custom-select {
    height: calc(2.55rem + 2px);
    border-radius: 20px;
    padding: .275rem 1.75rem;
    border: 1px solid transparent;
    color: #000;
    background: #fff;
}


.custom-checkbox label {
    padding-left: .6rem;
}

.custom-control-label::before {
    top: 1px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #ffffff;
}

.custom-control-label::after {
    top: 1px;
    width: 20px;
    height: 20px;
}

.checkbox-panels .custom-checkbox label {
    padding-top: .6rem;
    padding-bottom: .6rem;
    height: 100%;
}



.checkbox-panels .custom-control-label::before, .checkbox-panels .custom-control-label::after {
    bottom: 5px;
    top: auto;
}


.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
    border-radius: 50px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2E8CAD;
    border: 2px solid #ffffff;

}


label {
    font-weight: 700;
    margin-bottom: .2rem;
}


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

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


.alert {
    border-radius: 0px;
    border: 0;

}