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

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/gotham-book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/gotham-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

#loading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 342px;
    height: 100%;
    background-color: #ee007d;
    z-index: 9999999;
}

#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: #000000;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
}

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

strong, b {
    font-weight: 600;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
}

.section-sub-title {
    font-size: 24px;
    font-weight: 400;
}


h6 {
    font-weight: 600;
    font-size: 0.9rem;
}

.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')";
}

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

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

.bg-blue {
    background-color: #ee007d;
}

.bg-pebble-grey {
    background-color: #d9dce1;
}

.bg-fuchsia {
    background-color: #ee007d;
}

/*.bg-warm-white {
    background-color: #FFF8F5;
}*/

.bg-warm-white {
    background-color: #fefaf7;
}

.bg-warm-grey {
    background-color: #5B5D60;
}

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

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

.text-blue {
    color: #ee007d;
}

.text-white {
    color: #ffffff;
}

.text-fuchsia {
    color: #ee007d;
}

.btn-bmo {
    background-color: #ee007d;
    color: #fff;
    padding: 15px 25px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: none;
    border-radius: 25px;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    word-break: break-word;
    outline: none;
    border: 2px solid transparent;
}

.btn-bmo:hover {
    color: #ee007d;
    background-color: transparent;
    border: 2px solid #ee007d;
}

.bg-warm-grey .btn-bmo:hover {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
}

.btn-bmo.btn-white {
    background-color: #ffffff;
    color: #ee007d;
    border: 2px solid transparent;
}

.btn-bmo.btn-white:hover {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-lg {
    padding: 15px 30px;
    background-color: #ee007d;
    border-radius: 75px;
    font-size: 1.2rem;
    font-weight: 600;
}

.btn-xl {
    padding: 15px 30px;
    background-color: #ee007d;
    border-radius: 75px;
    font-size: 1.4rem;
    font-weight: 600;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

a {
    color: #ee007d;
}

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

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

.calculator-inputs label {
    color: #ee007d;
    font-weight: 600;
    font-size: 1rem;
    display: block;
}

.bg-fuchsia.calculator-inputs label {
    color: #ffffff;
}

.calculator-inputs label i {
    margin-top: 0.2em;
    font-size: 1.4rem;
    color: #ee007d;
}

.bg-fuchsia.calculator-inputs label i {
    color: #ffffff;
}

.calculator-inputs input {
    border-radius: 0px;
    border: 2px solid #d2d2d2;
    text-align: center;
    color: #ee007d;
    font-weight: 600;
}

.calculator-inputs input.form-control-lg {
    font-size: 1.5rem;
}

.calculator-inputs input.form-control:focus {
    color: #ee007d;
}

.calculator-inputs .input-group-text {
    border-radius: 0px;
    border-color: #ee007d;
    border-right: 0px;
    background-color: transparent;
    font-weight: 600;
    color: #ee007d;
}

.calculator-inputs .input-group input {
    border-left: 0px;
}

.calculator-inputs input::-webkit-input-placeholder { /* Edge */
    color: #cccccc;
}

.calculator-inputs input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc;
}

.calculator-inputs input::placeholder {
    color: #cccccc;
}

.pound-sign {
    position: absolute;
    bottom: 5px;
    left: 15px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #ee007d;
    display: none;
}

.tooltip {
    margin-bottom: 5px;
}

.ui-widget.ui-widget-content {
    border: 0px;
    margin-top: 1.1em;
}

.ui-slider-horizontal {
    height: 8px;
    background-color: #d9dce1;
}

.bg-fuchsia .ui-slider-horizontal {
    height: 8px;
    background-color: #f971b9;
}

.ui-slider-horizontal .ui-slider-handle {
    border-radius: 50%;
    background-color: #ffffff;
    border: 3px solid #d2d2d2;
    height: 1.6em;
    width: 1.6em;
    top: -.55em;
    margin-left: -.6em;
}

.bg-fuchsia .ui-slider-horizontal .ui-slider-handle {
    border: 3px solid #f9e1ee;
}

.ui-slider-horizontal .ui-slider-handle:hover {
    cursor: pointer;
}

.ui-slider-horizontal .ui-slider-handle:focus {
    outline: 0px;
}

.ui-slider-horizontal .ui-slider-handle:focus-within {
    background-color: #ffffff;
}

.ui-widget-header {
    background-color: #009F9F;
}

.bg-fuchsia .ui-widget-header {
    background-color: #ffffff;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

.form-control:focus {
    border: 2px solid #d2d2d2;
    box-shadow: none;
}

/* ==========================================================================
SECTION 2
========================================================================== */

.results-container {
    min-height: 342px;
}

.calculate-button-container {
    padding: 100px 20px;
}

.calculation-results h2 {
    font-weight: 300;
    font-size: 1.5rem;
}

.calculation-results h2, .calculation-results h3 {
    color: #ee007d;
}

.calculation-results .text-white h2, .calculation-results .text-white h3 {
    color: #ffffff;
}

.calculation-results .display-4 {
    font-size: 1.9rem;
}

.legend-item {
    overflow: auto;
    display: inline-block;
}

.legend-item span {
    float: left;
    margin-right: 18px;
}

.legend-block {
    position: relative;
    float: left;
    height: 16px;
    width: 50px;
    margin-right: 10px;
    margin-top: 4px;
}

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

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

.disclaimer {
    padding-bottom: 72px;
}
