﻿html {
    scroll-behavior: smooth;
}
.popclose {
    color:#fff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: right;
    padding-right: 5px;
    cursor:pointer;
}.popup-overlay2 {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    width: 100%;
    height: 100vh;
}

.popup2 {
    display: table;
    width: 100%;
    margin: 0 auto;
    float: none;
    position: relative;
    left: auto;
    right: auto;
    text-align: center;
    top: 25%;
    max-width: 400px;
}
.popup-overlay {
    display: none;
    position: fixed;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 10000000;
}

.popup {
    display: inline-block;
    width: 100%;
    min-height: 40px;
    background-color: white;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    -webkit-box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    -moz-box-shadow: inset 0px 10px 10px -6px rgba(117,117,117,1);
    box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    position: absolute;
    font-size: 12px;
    font-weight: normal;
}

a.accept, a.submit {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
    color: white;
    background-color: #fead15;
    border-radius: 5px;
    padding: 0px 9px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
}
/*.content {
    font-size: 14px;
}*/
.FabName {
    text-align: center;
    padding: 5px 0;
    line-height: 17px;
    font-size: 13px;
    margin-bottom: 20px;
    color:#000
}



.status-mes {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 7px solid rgba(0, 0, 0, 0.08);
    border-right: 7px solid rgba(0, 0, 0, 0.08);
    border-bottom: 7px solid rgba(0, 0, 0, 0.08);
    border-left: 7px solid #ffb41d;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.popup p {
    color: #000;
}

.slideshow-slide-caption-title {
    color: #4e4e4e;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 100px;
}
.slideshow-sub-title {
    color: #4e4e4e;
    font-family: 'Poppins', sans-serif;
    font-size: 76px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: -40px;
}
.SliderTextBg {
    display: table;
    background: #ffffff47;
    padding: 15px 20px;
}
p {
    margin-bottom: 10px;
}
.slogan {
    font-family: 'Poppins', sans-serif;
    margin-left: 45px;
    font-size: 24px;
    margin-top: 0;
    text-align: center;
    display: table;
    margin-bottom: 0;
    font-style: italic;
    margin-top: -4px;
}

.slideshow-slide-image {
    background-position:bottom;
}
.DownArrow {
    position: absolute;
    z-index: 100;
    bottom: 14px;
    display: table;
    left: 50%;
    right: 50%;
    float: none;
    font-size: 52px;
    color: black;
}
.content a:hover {
    color: #737373;
}
.form-control {
    background: #fff;
    color: #000;
}
h1.returnMessage {
    color: red;
    font-size: 15px;
    text-align: center;
}
/*a.subButton {
    display: block;
    margin-bottom: -20px;
    font-weight: bold;
    color: #737373;
}*/

a.subButton {
    color: #fead15
} .backButton a {
    display: block;
    vertical-align: text-bottom;
    margin-top: 22px;
}
.backButton {
    display:inline-block;
    float:right;
}
.popup p {
    font-size: 14px;
}

.social-icons-subnav {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #1b1b1b;
    position: absolute;
    right: 110px;
}

.footerSub {
    text-align: right;
}
img.mobile_logo {
    display: none;
    margin-bottom: 5px;
}
.trueColour {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fead15;
}