main {
    margin-top: 120px;
    transition: all .5s
}

@media (min-width: 992px) {
    main {
        margin-top:140px
    }
}

main.scrolling {
    margin-top: 95px
}

@media (min-width: 992px) {
    main.scrolling {
        margin-top:100px
    }
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    src: url("../Fonts/source-sans-3/SourceSans3-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    src: url("../Fonts/source-sans-3/SourceSans3-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Source Sans 3";
    font-style: italic;
    font-weight: 600;
    src: url("../Fonts/source-sans-3/SourceSans3-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Source Serif 4";
    font-style: italic;
    font-weight: 600;
    src: url("../Fonts/source-serif-4/SourceSerif4-SemiBoldItalic.ttf") format("truetype");
}

.btn {
    font-family: "Source Sans 3", sans-serif;
    color: #fff;
    border-radius: 4px;
    border: none
}

.btn i {
    vertical-align: middle
}

.btn.btn-large {
    padding: 14px 20px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px
}

.btn.btn-large.btn-icon-only {
    padding: 16px
}

.btn.btn-large i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px
}

.btn.btn-medium {
    padding: 12px 16px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px
}

.btn.btn-medium.btn-icon-only {
    padding: 12px
}

.btn.btn-medium i {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px
}

.btn.btn-small {
    padding: 10px 12px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 18px
}

.btn.btn-small.btn-icon-only {
    padding: 7px
}

.btn.btn-small i {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal
}

.btn.btn-primary {
    background: #004994;
    box-shadow: 0 4px 4px #00000040
}

.btn.btn-primary:hover {
    background: #0063AF;
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 8px 12px #00000040
}

.btn.btn-primary:active {
    background: #0095DB
}

.btn.btn-primary:disabled, .btn.btn-primary.disabled {
    background: #A1DAF8
}

.btn.btn-primary.btn-white {
    background-color: #fff;
    color: #004994
}

.btn.btn-primary.btn-white:hover {
    color: #0095db !important
}

.btn.btn-primary.btn-white:active {
    color: #0095db
}

.btn.btn-secondary {
    background: #006226;
    box-shadow: 0 4px 4px #00000040
}

.btn.btn-secondary:hover {
    background: #00812C;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 12px #00000040
}

.btn.btn-secondary:active {
    background: #4CA22F
}

.btn.btn-secondary:disabled, .btn.btn-secondary.disabled {
    background: #D9E6B1
}

.btn.borderless {
    background: none
}

.btn.borderless.btn-blue {
    color: #004994
}

.btn.borderless.btn-blue:hover {
    color: #0063af;
    background: none
}

.btn.borderless.btn-white {
    color: #fff
}

.btn.borderless.btn-white:hover {
    color: #dadada;
    background: none
}

.btn .icon-before {
    padding-right: 8px
}

.btn .icon-after {
    padding-left: 8px
}

html {
    font-size: inherit
}

body {
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    font-size: 1rem
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    padding-top: .25rem;
    margin-bottom: .5rem;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 120%;
    color: #000000
}

@media (min-width: 992px) {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        margin-bottom: 1rem
    }
}

h1, .h1 {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: -.64px
}

@media (min-width: 992px) {
    h1, .h1 {
        font-size: 48px;
        font-size: 3rem;
        letter-spacing: -.96px
    }
}

h2, .h2 {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: -.56px
}

@media (min-width: 992px) {
    h2, .h2 {
        font-size: 40px;
        font-size: 2.5rem;
        letter-spacing: -.8px
    }
}

h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem
}

@media (min-width: 992px) {
    h3, .h3 {
        font-size: 32px;
        font-size: 2rem
    }
}

h4, .h4 {
    font-size: 21px;
    font-size: 1.3125rem
}

@media (min-width: 992px) {
    h4, .h4 {
        font-size: 24px;
        font-size: 1.5rem
    }
}

h5, .h5 {
    font-size: 18px;
    font-size: 1.125rem
}

@media (min-width: 992px) {
    h5, .h5 {
        font-size: 20px;
        font-size: 1.25rem
    }
}

h6, .h6 {
    font-size: 16px;
    font-size: 1rem
}

p {
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 140%;
    margin-bottom: 1rem;
    color: #3c3c3c
}

@media (min-width: 992px) {
    p {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 1.5rem
    }
}

p.quote {
    font-weight: 600;
    font-style: italic;
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Source Serif 4", serif
}

@media (min-width: 992px) {
    p.quote {
        font-size: 36px;
        font-size: 2.25rem
    }
}

p.statement {
    font-weight: 700;
    font-size: 22px;
    font-size: 1.375rem
}

@media (min-width: 992px) {
    p.statement {
        font-size: 36px;
        font-size: 2.25rem
    }
}

p.large {
    font-size: 24px;
    font-size: 1.5rem
}

p.italic {
    font-style: italic
}

p.underlined {
    text-decoration: underline
}

p.small {
    font-size: 14px;
    font-size: .875rem
}

p.pre-title {
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem;
    line-height: 17.6px;
    letter-spacing: .56px
}

p a {
    font-size: inherit
}

p.strong {
    font-weight: 700
}

a {
    font-weight: 400;
    color: #004994;
    text-decoration: underline;
    line-height: normal
}

a:hover {
    color: #0063af
}

ul.special-list, ol.special-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

ul.special-list li, ol.special-list li {
    color: #000;
    font-weight: 400;
    line-height: 140%;
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 16px
}

@media (min-width: 992px) {
    ul.special-list li, ol.special-list li {
        font-size: 20px;
        font-size: 1.25rem;
        padding-bottom: 24px
    }
}

ul.special-list li.strong, ol.special-list li.strong {
    font-weight: 700
}

main ul:not(.special-list) {
    padding-left: 1.5rem
}

main ul:not(.special-list) li {
    color: #3c3c3c
}

@media (min-width: 992px) {
    main ul:not(.special-list) li {
        font-size: 20px;
        font-size: 1.25rem
    }
}

main ul:not(.special-list) li span {
    color: #3c3c3c
}

main ul.special-list li {
    position: relative;
    padding-left: 27px
}

main ul.special-list li:before {
    content: "";
    background: #004994;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 50%;
    line-height: 24px;
    outline: 4px solid #A1DAF8
}

@media (min-width: 992px) {
    main ul.special-list li:before {
        top: 5px
    }
}

main ul li {
    padding-bottom: 0
}

main ol.special-list {
    counter-reset: list-number
}

main ol.special-list li {
    display: flex
}

main ol.special-list li:before {
    counter-increment: list-number;
    content: counter(list-number);
    font-family: "Source Sans 3", sans-serif;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 21px;
    background: #004994;
    border-radius: 50%;
    color: #fff;
    margin-right: 12px;
    flex-shrink: 0;
    font-weight: 700;
    outline: 4px solid #A1DAF8
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: #cb4040 !important;
    color: #cb4040;
    background-size: 24px
}

.was-validated .form-control:invalid a, .form-control.is-invalid a, .was-validated .form-check-input:invalid a, .form-check-input.is-invalid a {
    color: #cb4040
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    border-color: #cb4040 !important;
    color: #cb4040
}

.was-validated .form-check-input:invalid ~ .form-check-label a, .form-check-input.is-invalid ~ .form-check-label a {
    color: #cb4040
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #59b95d;
    background-size: 24px
}

form .form-group.checkbox {
    margin-bottom: 16px
}

form .form-group.checkbox .form-check {
    display: block
}

form .form-group.checkbox .form-check .form-check-input {
    height: 24px;
    width: 24px;
    margin-top: 0;
    margin-right: 8px;
    background-color: #fff
}

form .form-group.checkbox .form-check .form-check-input:checked {
    background-color: #004994;
    border-color: #004994
}

form .form-group.checkbox .form-check .form-check-input:focus, form .form-group.checkbox .form-check .form-check-input:focus-visible {
    box-shadow: 0 0 0 4px #00499433;
    border-color: #a1daf8;
    outline: none
}

form .form-group.checkbox .form-check .form-check-label {
    margin-bottom: 0 !important;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22.4px;
    display: flex;
    flex-direction: column
}

form .form-group.checkbox .form-check .form-check-label .small {
    font-weight: 400
}

form .form-group.checkbox .form-check .form-check-label a {
    display: contents
}

form .form-group.checkbox .form-check .invalid-feedback {
    margin-top: 8px !important;
    padding-left: 8px
}

form .form-group a {
    font-size: inherit;
    line-height: inherit
}

form label {
    font-family: Source Sans Pro, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.42px;
    color: #000;
    display: flex;
    margin-bottom: 8px
}

form label a {
    font-size: inherit;
    line-height: inherit;
    display: inline-block
}

form .form-select {
    background-size: 17px
}

form .form-control, form .form-select {
    padding: 14px 12px;
    border: 1px solid #000;
    border-radius: 4px;
    font-family: "Source Sans 3", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 16px
}

form .form-control::-moz-placeholder, form .form-select::-moz-placeholder {
    color: #555;
    font-family: "Source Sans 3", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

form .form-control::placeholder, form .form-select::placeholder {
    color: #555;
    font-family: "Source Sans 3", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

form .form-control:focus, form .form-control:focus-visible, form .form-control:active, form .form-select:focus, form .form-select:focus-visible, form .form-select:active {
    border: 1px solid #004994;
    box-shadow: 0 0 0 4px #00499433;
    outline: none;
    background-color: #fff
}

form .help-text, form .invalid-feedback {
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 16.42px;
    color: #00000080;
    margin-bottom: 16px
}

form .invalid-feedback {
    margin-top: -8px;
    color: #cb4040
}

form .invalid-checkbox {
    flex-basis: 100%;
    padding-left: 8px;
    margin-top: 8px
}

form .password-strength-meter-wrap {
    visibility: hidden
}

.grecaptcha-badge {
    z-index: 1
}

.pagination {
    padding-left: 0 !important
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination .page-item .page-link {
    border: 1px solid #F2F2F2;
    color: #004994;
    padding: 8px 12px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 140%;
    font-weight: 700
}

@media (min-width: 992px) {
    .pagination .page-item .page-link {
        padding: 8px 12px
    }
}

.pagination .page-item .page-link:hover {
    background-color: #004994;
    color: #fff
}

.pagination .page-item .page-link.active {
    color: #fff;
    background-color: #004994
}

.pagination .page-item .page-link i {
    font-size: 12px;
    font-size: .75rem
}

@media print {
    .offcanvas, .navbar, .breadcrumbs, footer, .navbar-wrapper {
        display: none !important
    }

    main {
        margin-top: 30px
    }
}

/* Displaying a YouTube video with iframe full width of page */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Images */
.ce-gallery img {
    height: auto;
    max-width: 100%;
}

.ce-textpic .image {
    margin-bottom: 2rem;
}

.ce-image .image {
    margin-bottom: 2rem;
}
