﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: "OS Gill";
    src: url("../fonts/OSGill-Regular.woff2"), url("../fonts/OSGill-Regular.woff");
}

.navbar {
    box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 20%);
    padding: 0px 14px 0px 14px;
    margin-bottom: 40px;
}

a.navbar-brand {
    white-space: normal;
    text-align: left;
    word-break: break-all;
    margin-right: 16px;
}

a.navbar-header {
    font-family: 'OS Gill';
    font-size: 18px;
    color: #453c90;
    letter-spacing: 0.4px;
    padding-left: 16px;
    margin-right: 20px;
    border-left: 1px solid #453c90;
}

    a.navbar-header:hover {
        text-decoration: none;
    }

.nav-item {
    color: #333333;
    padding: 13px 20px;
    border-bottom: 2px solid #fff;
}

a.nav-link {
    color: #333333;
    padding: 6px 20px;
}

    a.nav-link:hover {
        color: #453c90;
    }

.nav-item:hover {
    color: #453c90;
    border-bottom: 2px solid #453c90;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn {
    font-family: 'OS Gill';
    font-size: 16px;
    display: inline-block;
    width: initial;
    margin: 10px;
    padding: 9px 20px;
    text-align: center;
}

.btn-primary {
    color: #fff;
    background-color: #453c90;
    border: solid 2px #453c90;
}

    .btn-primary:hover {
        background-color: #6A63A6;
        border: solid 2px #6A63A6;
    }

    .btn-primary:focus {
        box-shadow: 0 0 3px 2px rgba(0, 113, 188, 0.5);
    }

    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
        background-color: #453c90;
    }

    .btn-primary:disabled, .btn-primary.disabled {
        color: #fff;
        background-color: #dddddd;
        border: solid 2px #dddddd;
        border-color: #dddddd;
        box-shadow: unset;
        opacity: unset;
    }

.btn-outline-primary {
    color: #453c90;
    background-color: #fff;
    border: solid 2px #453c90;
}

    .btn-outline-primary:hover {
        color: #746CAC;
        border: solid 2px #746CAC;
        background-color: #f2f2f2;
    }

    .btn-outline-primary:focus {
        box-shadow: 0 0 3px 2px rgba(0, 113, 188, 0.5);
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
        background-color: #453c90;
    }

.collapse-group {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.collapse-border {
    border-bottom: solid 1px #c7c7c7;
}

.btn-collapse {
    color: #333333;
    font-size: 24px;
    padding: 16px 0;
    background-color: #fff;
    border: none;
    width: 440px;
    text-align: left;
    display: inline-block;
}

.icon-expand {
    width: 28px;
    height: 18px;
    padding: 0;
    background-image: url('../icons/chevron-down.png');
    background-color: #fff;
    border: none;
    display: inline-block;
}

    .icon-expand.collapsing {
        transition: none !important;
        display: none;
    }

    .icon-expand:not(:disabled):not(.disabled):active:focus, .icon-expand:not(:disabled):not(.disabled).active:focus,
    .show > .icon-expand.dropdown-toggle:focus, .icon-expand:focus {
        outline: none;
    }

.icon-collapse {
    width: 28px;
    height: 18px;
    padding: 0;
    background-image: url('../icons/chevron-up.png');
    background-color: #fff;
    border: none;
    display: inline-block;
}

    .icon-collapse:not(:disabled):not(.disabled):active:focus, .icon-collapse:not(:disabled):not(.disabled).active:focus,
    .show > .icon-collapse.dropdown-toggle:focus, .icon-collapse:focus {
        outline: none;
    }

    .icon-collapse.collapsing {
        transition: none !important;
        display: none;
    }

.btn-collapse:not(:disabled):not(.disabled):active:focus, .btn-collapse:not(:disabled):not(.disabled).active:focus,
.show > .btn-collapse.dropdown-toggle:focus, .btn-collapse:focus {
    outline: none;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-family: 'OS Gill';
    font-weight: 200;
}

body {
    /* Margin bottom by footer height */
    font-family: 'OS Gill';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 60px;
    font-weight: 200;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

h1 {
    font-family: 'OS Gill';
    font-size: 40px;
    color: #453C90;
    font-weight: normal;
}

h2 {
    font-size: 40px;
    line-height: 48px;
}

h3 {
    font-size: 32px;
    line-height: 40px;
}

h4 {
    font-size: 24px;
    line-height: 32px;
}

h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    line-height: 28px;
}

header {
    display: block;
}

input, input:valid {
    display: block;
    color: #333333;
    font-size: 16px;
    font-family: 'OS Gill', sans-serif;
    font-weight: 300;
    border: 1px solid #757575;
    border-radius: 3px;
    background-color: #fff;
    display: block;
    height: 40px;
    margin-bottom: 10px;
    padding: 6px 12px;
    width: 480px;
    outline: none;
    max-width: 480px;
}

input.btn {
    font-family: 'OS Gill';
    font-size: 16px;
    display: inline-block;
    width: initial;
    margin: 10px;
    padding: 9px 20px;
    text-align: center;
    font-weight: 400;
    height: unset;
}

input.btn-primary {
    color: #fff;
    background-color: #453c90;
    border: solid 2px #453c90;
}

.invalid-input {
    color: #C63D54;
}

select, select:valid {
    display: block;
    margin-bottom: 10px;
    line-height: 38px;
    padding: 9px 36px 9px 10px;
    width: 480px;
    box-sizing: border-box;
    border: 1px solid #757575;
    border-radius: 4px;
    font-weight: 300;
    font-size: 16px;
}

    select::-webkit-scrollbar {
        width: 12px;
        background-color: #fff;
    }

    select::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px #c7c7c7;
        background-color: #c7c7c7;
    }

label {
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    line-height: 28px;
}

.row {
    display: block;
    padding: 0px 16px;
}

.form {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.buttons {
    display: flex;
    justify-content: center;
}


fieldset {
    min-width: 480px;
    max-width: 480px;
    margin-right: 60px;
}

.center-container {
    display: block;
    min-width: 480px;
    max-width: 480px;
    margin: auto;
}

.toggle {
    position: relative;
    margin-top: 20px;
}

.switch {
    position: absolute;
    display: inline-block;
    width: 48px;
    height: 26px;
    margin-left: 280px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CCCCCC;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: #FFFFFF;
    -webkit-transition: .3s;
    transition: .3s;
}

input:checked + .slider {
    background-color: #453C90;
}

input:checked + .slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}

.slider {
    border-radius: 32px;
}

.slider:before {
    border-radius: 50%;
}

.submit {
    text-align: center;
}

.footer {
    border-top: solid #ddd 1px;
    background: #f5f5f5;
    min-height: 62px;
    color: #666;
    text-align: right;
}

.footer-os {
    padding: 0 12px;
}

a.footer-link {
    padding: 0 12px;
    border-left: solid 2px;
    color: #666;
}

th.table-title {
    font-size: 20px;
    color: #453c90;
    border-bottom: solid 2px #453c90;
    padding: 18px 12px 12px 12px !important;
}

table.confirm-details tr {
    border-bottom: solid 1px #dddddd;
    vertical-align: top;    
}

table.confirm-details th {
    width: 60%;
}

table.confirm-details th, td {
    padding: 12px;
}

table {
    width: 100%;
    margin-bottom: 20px;
}

th, td {
    padding: 12px;
}

table.terms-table td {
    padding-bottom: 0;
}

.form-control {
    height: unset;
}

.g-recaptcha-container {
    text-align: center;
    margin: 16px 20%;
}

.spaced-fieldset{
    margin-top: 30px;
}

legend{
    margin-bottom:10px;
}