@font-face {
    font-family: 'GillSans';
    src: url('fonts/GillSans.eot?');
    src: url('fonts/GillSans.eot?') format('embedded-opentype'), url('fonts/GillSans.woff2') format('woff2'), url('fonts/GillSans.woff') format('woff'), url('fonts/GillSans.ttf') format('truetype'), url('fonts/GillSans.svg#GillSans') format('svg')
}

@font-face {
    font-family: 'GillSans-SemiBold';
    src: url('fonts/GillSans-SemiBold.eot?') format('embedded-opentype'), url('fonts/GillSans-SemiBold.otf') format('opentype'), url('fonts/GillSans-SemiBold.svg') format('svg'), url('fonts/GillSans-SemiBold.ttf') format('truetype'), url('fonts/GillSans-SemiBold.woff') format('woff')
}

html,
body {
    font-size: 19px;
    font-weight: 200;
    font-family: 'GillSans', sans-serif;
    scroll-behavior: smooth;
    color: var(--brand-blue, #002575);
    overflow-x: hidden
}

main {
    margin: 0;
    padding: 0
}

.bg-white {
    background-color: #fff
}

.bg-blue {
    background-color: var(--brand-blue, #002575)
}

.bg-orange {
    background-color: var(--brand-orange, #ff8200)
}

.bg-green {
    background-color: var(--brand-blue, #00843d)
}

.bg-red {
    background-color: var(--brand-red, #c8102e)
}

.bg-grey {
    background-color: var(--brand-red, #c33c3b)
}

.bg-light-grey {
    background-color: #f7f7f7
}

.border-sm-grey {
    border: 1px solid #b1b1b1
}

.border-blue {
    border-color: var(--brand-blue, #002575)
}

.border-orange {
    border-color: var(--brand-orange, #ff8200)
}

.border-green {
    border-color: var(--brand-blue, #00843d)
}

.border-red {
    border-color: var(--brand-red, #c8102e)
}

.text-blue {
    color: var(--brand-blue, #002575)
}

.text-orange {
    color: var(--brand-orange, #ff8200)
}

.text-green {
    color: var(--brand-blue, #00843d)
}

.text-red {
    color: var(--brand-red, #c8102e)
}

.text-grey {
    color: var(--brand-red, #c33c3b)
}

.font-size-14,
.font-size-14 p {
    font-size: 14px;
    line-height: 16px
}

.font-size-18,
.font-size-18 p {
    font-size: 18px;
    line-height: 25px
}

.font-size-22,
.font-size-22 p {
    font-size: 19px;
    line-height: 25px
}

.font-size-28,
.font-size-28 p {
    font-size: 24px;
    line-height: 26px
}

.font-size-36,
.font-size-36 p {
    font-size: 26px;
    line-height: 28px
}

.font-size-42,
.font-size-42 p {
    font-size: 34px;
    line-height: 38px
}

.font-size-50,
.font-size-50 p {
    font-size: 36px;
    line-height: 45px
}

.csgrid>.white-section>.container {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0
}

@media(min-width:992px) {

    .font-size-14,
    .font-size-14 p {
        font-size: 14px;
        line-height: 16px
    }

    .font-size-18,
    .font-size-18 p {
        font-size: 16px;
        line-height: 1.4
    }

    .font-size-22,
    .font-size-22 p {
        font-size: 22px;
        line-height: 26px
    }

    .font-size-28,
    .font-size-28 p {
        font-size: 28px;
        line-height: 35px
    }

    .font-size-36,
    .font-size-36 p {
        font-size: 36px;
        line-height: 42px
    }

    .font-size-42,
    .font-size-42 p {
        font-size: 42px;
        line-height: 50px
    }

    .font-size-50,
    .font-size-50 p {
        font-size: 50px;
        line-height: 57px
    }

    .nav-1656 {
        display: none !important
    }
}

.weight-200 {
    font-family: 'GillSans', sans-serif
}

.weight-400 {
    font-family: 'GillSans', sans-serif
}

.weight-600 {
    font-family: 'GillSans-SemiBold', sans-serif !important
}

.weight-700,
.weight-700 p {
    font-family: 'GillSans-SemiBold', sans-serif !important
}

.weight-800 {
    font-family: 'GillSans-SemiBold', sans-serif !important
}

.todo {
    background: #0f0;
    color: #000;
    padding: 100px
}

.class-home .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
    left: 0;
    width: 100%
}

@media(min-width:992px) {
    .class-home .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0
    }
}

h4.horline-heading {
    overflow: hidden;
    text-align: left;
    text-transform: uppercase
}

h4.horline-heading:after {
    background-color: #b1b1b1;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 100%
}

h4.horline-heading:before {
    background-color: #b1b1b1;
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    border-radius: 8px
}

h4.horline-heading:after {
    left: .9em;
    margin-right: -50%
}

.horline-btn {
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 15px;
    border: 2px solid var(--brand-blue, #002575);
    border-radius: 50px
}

horline-btn:after {
    background-color: var(--brand-blue, #002575);
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 100%
}

horline-btn:before {
    background-color: var(--brand-blue, #002575);
    content: "";
    display: inline-block;
    height: 5px;
    width: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    border-radius: 8px
}

horline-btn:after {
    left: .9em;
    margin-right: -50%
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

.cookieinfo {
    padding: 30px !important;
    font-size: 22px !important;
    line-height: 28px !important;
    font-family: 'GillSans', sans-serif !important
}

.cookieinfo-close {
    padding-right: 15px !important;
    padding-left: 15px !important
}

@media(max-width:767px) {
    .cookieinfo {
        padding: 30px !important;
        padding-bottom: 80px !important;
        font-size: 22px !important;
        line-height: 28px !important;
        font-family: 'GillSans', sans-serif !important
    }

    .cookieinfo-close {
        position: absolute;
        bottom: 25px;
        left: 30px;
        right: 30px
    }
}

p {
    margin-top: 0;
    font-weight: 200;
    font-size: 18px;
    margin-bottom: .6rem;
    color: #444
}

.caption {
    font-size: 12px;
    font-style: italic;
    line-height: 1;
    color: #333;
    margin: 5px 0
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(240, 130, 25, .92);
    z-index: 99999
}

.preloader lottie-player {
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px
}

.preloader .ie-loader {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite
}

.ie-edge {
    opacity: 0
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .ie-edge {
        opacity: 1
    }

    .section-events .card .img-area {
        max-height: 50%
    }

    html,
    body.d-flex {
        display: block !important
    }
}

@supports (-ms-ime-align:auto) {
    .ie-edge {
        opacity: 1
    }
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.text-white {
    color: #fff !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200
}

h1.large {
    font-size: 40px
}

h1,
.likeh1 {
    font-size: 40px;
    line-height: 100%
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

.grid-section h3 {
    margin-bottom: 20px
}

.grid-section h2,
.grid-section h3 {
    color: var(--brand-red);
}

.extra-large-text {
    font-size: 42px
}

blockquote {
    font-family: 'GillSans', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 25px;
    line-height: 30px;
    margin: 20px 0 20px 20px
}

@media(min-width:992px) {
    blockquote {
        margin: 20px 0 20px -20px
    }
}

blockquote {
    background: #e3e3e3;
    border-left: 4px solid #ccc;
    margin: .5em 0;
    padding: 1.5em 1.5em;
    color: #444;
    quotes: "“" "”" "‘" "’"
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .5em;
    vertical-align: -.4em
}

blockquote {
    font-size: 18px;
    line-height: 1.5
}

.contentpage-item blockquote {
    background: var(--brand-orange, #f60);
    color: var(--brand-blue, #313a3f);
    border-left: 4px solid var(--brand-blue, #313a3f)
}

.contentpage-item blockquote:before {
    color: var(--brand-blue, #313a3f)
}

p.lead {
    font-size: 1rem;
    font-weight: normal
}

.card {
    border-radius: 17px
}

.card h5 {
    text-align: center
}

.newsitem .card img {
    border-radius: 15px 15px 0 0 !important
}

.card-footer {
    padding: 0 1rem 1.25rem 1rem;
    background-color: transparent;
    border-top: none
}

.shadow-sm {
    box-shadow: 0 .125rem .65rem rgba(0, 0, 0, .075) !important
}

a {
    color: var(--brand-blue, #00843d);
    text-decoration: none;
    background-color: transparent
}

p a,
table a {
    text-decoration: underline;
}

a:hover {
    color: var(--brand-blue, #313a3f);
    background-color: transparent
}

img {
    margin: 0;
    overflow: visible;
    max-width: 100%
}

svg,
svg symbol {
    margin: 0;
    overflow: visible;
    max-width: 100%
}

.i {
    stroke: currentColor;
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    width: 1em;
    height: 1em;
    margin: .4em
}

.btn .i {
    stroke-width: 5px;
    width: 13px;
    height: 13px;
    margin: .2em
}

.i-large div {
    font-size: 4em;
    margin: 0
}

.i-medium div {
    font-size: 2em;
    margin: 0
}

.i-small div {
    font-size: 1.2em;
    margin: 0
}

.i-large,
.i-medium,
.i-small {
    max-width: 50em;
    margin: 0
}

button.navbar-toggler {
    border: none;
    border: 0;
    outline: none;
    padding: .5rem .3rem;
    font-weight: bold;
    font-size: 14px;
    color: var(--brand-blue, #313a3f) !important;
    position: relative;
    top: auto;
    text-decoration: none;
    text-align: center;
    display: inline-block !important;
    line-height: 1.4
}

button.navbar-toggler .i {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    float: none
}

button.navbar-toggler .i-menu {
    stroke: var(--brand-blue, #313a3f)
}

button.navbar-toggler .i-menu:hover {
    stroke: #e83577
}

.navbar-collapse .nav-wrapper {
    right: -260px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.navbar-collapse.show .nav-wrapper {
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.nav-wrapper a:link,
.nav-wrapper a:visited,
.nav-wrapper a:active {
    font-family: 'GillSans', sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    border-radius: 6px
}

.nav-wrapper a:hover {
    text-decoration: none
}

.dropdown-toggle::after {
    display: none
}

header .nav-item.dropdown .nav-link.dropdown-toggle i {
    font-size: 14px
}

a.mob-login:hover #Union_1 {
    stroke: #e83577 !important
}

.form-control {
    height: calc(1.2em + .65rem + 10px);
    padding: .75rem .95rem;
    font-size: 17px;
    line-height: 1.5;
    color: var(--brand-blue, #313a3f);
    border: none;
    border-radius: 50px;
    margin: 0;
    background: #eee
}

textarea.form-control.text-area {
    width: 100%;
    height: auto;
    padding: .75rem .95rem;
    font-size: 17px;
    line-height: 1.5;
    color: var(--brand-blue, #313a3f);
    border: none;
    border-radius: 10px;
    background: #eee;
    max-width: 100% !important
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control:focus {
    color: var(--brand-blue, #313a3f);
    background-color: #fff;
    border-color: #f7f7f7;
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(0, 123, 255, .15)
}

.input-group-text {
    color: #fff;
    background-color: var(--brand-orange, #f60);
    border: none;
    border-radius: 5px
}

header .navbar {
    background: var(--brand-blue, #002575);
    border-bottom: var(--brand-orange, 5px solid #ff8200);
    min-height: 75px
}

header .navbar-brand {
    margin-right: 5px
}

header a.navbar-brand img {
    max-width: 120px
}

header .nav-wrapper {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 260px;
    align-items: start;
    align-content: start;
    display: block;
    overflow-y: scroll
}

header .mob-btns {
    display: flex;
    align-items: end;
    height: 60px;
    padding-right: 45px
}

header .mob-btns a.nav-login {
    padding: .5rem .3rem;
    font-weight: bold;
    font-size: 14px;
    color: #005e85;
    position: relative;
    top: auto;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    display: inline-block !important
}

header .mob-btns .nav-login .i {
    display: block;
    margin: 4px auto 4px;
    width: 19px;
    height: 19px;
    float: none
}

header a.nav-login img {
    width: 15px;
    height: 22px;
    margin-left: 6px;
    margin-top: -1px
}

header a.mob-login {
    display: block;
    position: relative;
    padding: .3rem 0;
    margin-left: auto;
    font-weight: bold;
    font-size: 14px;
    color: #005e85;
    text-decoration: none
}

header a.mob-login i {
    width: 16px;
    height: 16px;
    margin-left: 1px;
    margin-top: -3px
}

header .navbar-nav {
    justify-content: flex-end;
    flex-grow: 1;
    border-top: none;
    text-align: left;
    margin-top: 50px
}

header .navbar-light .navbar-nav .nav-link a {
    position: relative;
    font-size: 16px;
    text-align: center;
    line-height: 1.1;
    padding: .29rem .5rem;
    top: 2px;
    display: inline;
    border-radius: 5px
}

header .navbar-light .navbar-nav .nav-link a:hover,
.mob-login:hover {
    background: #f0eff4
}

header .navbar-light .navbar-nav .nav-link a:hover,
.mob-login:hover {
    color: var(--brand-blue, #002575)
}

header .nav-item.dropdown .nav-link.dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1.5;
    cursor: pointer;
    background: #fff
}

.dropdown-toggle {
    padding: .29rem .5rem
}

.dropdown .nav-link.dropdown-toggle {
    margin-bottom: 0;
    background: #fff;
    border-bottom: 1px solid #e5e5e5
}

.dropdown.show .nav-link.dropdown-toggle {
    border-bottom: none;
    margin-bottom: 0
}

.dropdown.show .nav-link.dropdown-toggle:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

header .nav-item.dropdown .dropdown-menu {
    border-radius: 0;
    border: none;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-right: 1px
}

header .dropdown-menu.mega-menu .row ul {
    margin: 0;
    padding: 0
}

header .nav-item.dropdown .dropdown-menu .nav-item {
    border: none
}

header .navbar-nav .nav-item {
    background: #fff;
    border-bottom: 1px solid #e5e5e5
}

header .nav-item .btn.btn-primary {
    padding: .7rem .6rem
}

header .navbar-light .navbar-nav .nav-link:hover {
    border-radius: 0
}

.navbar.shrink {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.nav-link.btn.btn-primary {
    background: #fff;
    color: #005e85;
    border-radius: 6px;
    font-size: 15px;
    padding: .6rem 1.3rem;
    line-height: 1.1;
    border: 0;
    border-bottom: #f08219 2px solid
}

.nav-link.btn.btn-primary.btn-sm {
    padding: .5rem .7rem
}

@media(min-width:992px) {
    header .nav-wrapper {
        background: #fff
    }

    .nav-link {
        padding: 0 !important;
        margin: 0 2px !important
    }

    header .navbar-light .navbar-nav .nav-link:hover,
    .mob-login:hover {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        margin-bottom: 0
    }

    header .navbar-light .navbar-nav .nav-link:focus,
    .mob-login:focus {
        outline: none
    }

    header .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
        padding: .29rem .5rem
    }

    .nav-desk-ul {
        display: inline;
        text-align: right;
        margin-bottom: 5px;
        margin-right: 0;
        width: 80%;
        margin-left: auto
    }

    .navbar-nav {
        width: 75%;
        margin-left: auto
    }

    .nav-desk-ul li {
        display: inline;
        margin-left: 5px
    }

    .nav-wrapper .nav-desk-ul li a:link {
        font-size: 14px
    }

    .nav-desk-ul li .i {
        vertical-align: middle;
        margin: 0 0 0 5px
    }

    .nav-desk-only:link,
    .nav-desk-only:active,
    .nav-desk-only:visited {
        display: inline-block;
        width: auto;
        color: #fff;
        font-size: 13px;
        line-height: 16px;
        font-family: 'GillSans-SemiBold', Verdana, sans-serif
    }

    .nav-desk-only:hover {
        text-decoration: none
    }

    .nav-link.btn.btn-primary {
        margin: 0 10px
    }
}

@media(min-width:1200px) {
    .logo-container {
        width: 250px
    }

    .navbar-nav {
        width: 75%;
        margin-left: auto
    }

    .nav-desk-ul {
        margin-bottom: 3px;
        margin-top: 8px
    }

    header .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        padding: .29rem .5rem
    }
}

@media(max-width:1999px) {
    header .navbar-brand {
        margin-right: 25%
    }
}

.navbar .mobsearch.search-box-search {
    right: 50px;
    position: absolute
}

.navbar .mobsearch.search-box-search input[type="search"] {
    height: 36px;
    width: 36px;
    line-height: 12px;
    color: var(--brand-blue, #002575);
    border: 0 solid #f08219;
    border-radius: 50px !important;
    position: relative;
    font-family: 'GillSans', Verdana, sans-serif !important;
    transition: none;
    background-image: url(/images/icon-search-blue.png);
    background-size: 16px;
    background-position: right 9px center;
    background-repeat: no-repeat;
    padding-left: 19px
}

.navbar .mobsearch.search-box-search form button {
    display: none;
    top: -40px;
    right: -70px;
    bottom: 0;
    width: auto;
    background: var(--brand-blue, #002575);
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 15px;
    padding: 0 15px;
    line-height: 15px;
    outline: none;
    height: 120px;
    z-index: 10001;
    position: absolute
}

.navbar .search-box-search form {
    position: relative;
    width: auto;
    display: inline-block
}

.navbar .search-box-search input[type="search"] {
    height: 30px;
    width: 150px;
    font-size: 14px;
    line-height: 12px;
    color: var(--brand-blue, #002575);
    border: 0 solid #f08219;
    border-radius: 50px !important;
    position: relative;
    font-family: 'GillSans', Verdana, sans-serif !important;
    transition: all .5s ease
}

.navbar .search-box-search input[type="search"].searchexpanded {
    padding-left: 14px;
    width: 200px;
    transition: all .5s ease
}

.navbar .search-box-search form button {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: auto;
    background: none;
    border-radius: 0 4px 4px 0;
    border: 0;
    color: var(--brand-blue, #002575);
    font-size: 13px;
    outline: none;
    line-height: 13px
}

.navbar .mobsearch.search-box-search input[type="search"].searchexpanded {
    padding-left: 14px;
    width: 100%;
    position: fixed;
    top: 0;
    transition: none;
    left: 0;
    height: 120px;
    box-shadow: 0 4px 4px #0000001f;
    border-radius: 0 !important;
    font-size: 20px
}

.close-search {
    position: fixed;
    top: 14px;
    left: 14px;
    z-index: 99999;
    display: none
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: static;
    margin: 0 2px
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
    background: transparent !important;
    border: none !important;
    margin: 0;
    padding-top: 9px !important
}

.dropdown-menu a:active {
    background-color: #f8f9fa
}

.dropdown-menu .container {
    display: flex;
    padding: 15px;
    background: #fff !important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #f08219;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .12);
    margin-right: 0
}

@media(max-width:991px) {
    .nav-desk-ul {
        display: none
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: relative;
        width: 100%
    }

    .extra-large-text {
        font-size: 36px
    }
}

.dropdown-menu {
    z-index: 1
}

.nav-wrapper a:link.social-link {
    color: var(--brand-blue, #002575) !important;
    font-size: 18px !important;
    font-weight: bold;
    padding: 0;
    background: #fff;
    text-align: center;
    border-radius: 30px;
    width: 30px;
    line-height: 30px;
    height: 30px;
    display: inline-block
}

.nav-wrapper a:link.social-link i,
.nav-wrapper a.social-link i {
    font-size: 18px !important;
    color: var(--brand-blue, #002575) !important
}

.mega-menu {
    padding: 0 0 !important;
    border-radius: 0
}

.mega-menu li {
    display: block;
    font-size: .94rem;
    padding: 0
}

.mega-menu li.mega-menu-column {
    margin: 10px 20px 10px 0;
    width: 22%
}

.mega-menu .nav-header {
    padding: 0 !important;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0 15px 10px;
    font-weight: bold;
    color: #005e85
}

.menu-img {
    border-radius: 6px;
    position: relative;
    margin: 5px 0 15px
}

.menu-img img {
    padding: 0;
    position: relative;
    z-index: 10
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background: inherit;
    color: inherit
}

.navbar .nav li.dropdown.open.active>.dropdown-toggle,
.navbar .nav>li.dropdown>a:focus {
    background: inherit;
    color: inherit
}

.navbar .nav li.dropdown>.dropdown-toggle:hover,
.navbar .nav li.dropdown.open>.dropdown-toggle:hover {
    background-color: #ddd
}

.navbar .nav li.dropdown>a:hover .caret,
.navbar .nav li.dropdown>a:focus .caret {
    border-bottom-color: #333;
    border-top-color: #333
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-bottom-color: #333;
    border-top-color: #333
}

.navbar .nav>li>a,
.mega-menu a {
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    font-size: 16px;
    line-height: 1.7
}

.breadcrumb-bar {
    background: rgba(240, 240, 240, 0);
    position: relative;
    width: 100%;
    padding: 5px;
    height: 60px;
    text-align: center;
    display: none
}

.breadcrumb-bar.breadcrumb-solid {
    background: #f8f8f8
}

.breadcrumb-bar .breadcrumb {
    margin: 8px 0 0;
    padding: 0;
    background: none
}

.breadcrumb-bar .breadcrumb a {
    color: #444
}

.breadcrumb-bar .breadcrumb .breadcrumb-item.active {
    color: #444
}

.breadcrumb-bar .breadcrumb .breadcrumb-item.active a,
.breadcrumb-bar .breadcrumb .breadcrumb-item.active {
    font-weight: bold
}

.breadcrumb-bar .breadcrumb-item+.breadcrumb-item::before {
    color: #444
}

@media(min-width:480px) {
    button.navbar-toggler {
        padding: .5rem .5rem;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.4
    }

    button.navbar-toggler .i {
        width: 18px;
        height: 18px
    }

    header .mob-btns a.nav-login {
        padding: .5rem .5rem;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.4
    }

    header .mob-btns .nav-login .i {
        width: 18px;
        height: 18px
    }
}

@media(min-width:768px) {
    header .navbar.shrink {
        min-height: 55px
    }

    .breadcrumb-bar {
        display: block
    }

    header .navbar-brand {
        margin-right: 2rem
    }
}

@media(min-width:992px) {
    .navbar-collapse {
        background: transparent
    }

    header .navbar {
        padding: .3rem .5rem .3rem .5rem
    }

    header .navbar .navbar-brand {
        margin-right: 27%;
        text-align: left
    }

    header .navbar .navbar-nav {
        padding: 0;
        margin-top: 2px;
        margin-bottom: 2px;
        text-align: center
    }

    .nav-link,
    .dropdown {
        padding-bottom: 0
    }

    .navbar.shrink .nav-desk-ul {
        opacity: 0;
        display: none;
        -webkit-transition: opacity 3ms ease-in-out;
        -moz-transition: opacity 3ms ease-in-out;
        -ms-transition: opacity 3ms ease-in-out;
        -o-transition: opacity 3ms ease-in-out;
        transition: opacity 3ms ease-in-out
    }

    header .navbar.shrink .navbar-nav {
        margin-top: 8px !important
    }

    header .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        white-space: nowrap;
        font-family: 'GillSans-SemiBold', sans-serif
    }

    header .navbar-light .navbar-nav .nav-link.btn {
        font-family: 'GillSans-SemiBold', sans-serif
    }

    header .nav-item.dropdown .nav-link.dropdown-toggle {
        position: absolute;
        right: 0;
        top: 0;
        line-height: 1.5;
        cursor: pointer;
        background: #e5e5e5
    }

    .dropdown .nav-link.dropdown-toggle {
        border-bottom: none
    }

    .dropdown.show .nav-link.dropdown-toggle {
        margin-bottom: 0
    }

    .dropdown.show .nav-link.dropdown-toggle:hover {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px
    }

    header .nav-item.dropdown .dropdown-menu {
        border-radius: 0;
        border: none;
        text-align: center;
        padding: 0;
        margin: 0;
        margin-right: 1px
    }

    header .nav-item.dropdown .dropdown-menu .nav-item {
        border: none
    }

    header .nav-item.dropdown .nav-link.dropdown-toggle {
        right: -18px;
        top: 0;
        line-height: 1.3;
        background: none
    }

    header .nav-item.dropdown .dropdown-menu {
        border-radius: .25rem;
        margin-left: -50%
    }

    header .navbar-nav .nav-item {
        border: none;
        margin: 0 2px
    }

    header .nav-wrapper {
        background: transparent;
        height: auto;
        width: auto;
        position: relative;
        flex-grow: 1;
        flex-direction: column;
        align-content: end;
        display: flex;
        margin-left: auto;
        align-items: normal
    }

    .navbar-collapse .nav-wrapper {
        right: auto
    }

    header .nav-wrapper {
        overflow: visible
    }

    header a.navbar-brand img {
        max-width: 180px;
        margin-left: 0
    }

    .nav-link.btn.btn-primary {
        background: #f08219;
        border: #f08219;
        color: #005e85;
        font-size: 17px;
        padding: .7rem 1.2rem;
        margin: 0 0
    }

    .breadcrumb-bar {
        background: rgba(240, 240, 240, 0);
        position: relative;
        width: 100%;
        padding: 1px;
        font-size: 14px;
        margin-bottom: 10px
    }

    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active {
        color: #005e85;
        background: #f0eff4;
        border-radius: 6px;
        margin-bottom: 12px
    }

    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        color: #005e85;
        background: #f08219;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        margin-bottom: 0
    }

    .navbar-light .navbar-nav .show>.nav-link {
        color: #005e85;
        background: #f0eff4;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        margin-bottom: 12px
    }

    .navbar-light .navbar-nav .nav-link[aria-expanded="true"],
    .navbar-light .navbar-nav .nav-link[aria-expanded="true"]:hover {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

.action-bar {
    background: #20a9ac;
    position: fixed;
    width: 100%;
    top: auto;
    bottom: 0;
    z-index: 999;
    padding: 5px;
    text-align: center
}

.action-bar h3 {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 20px
}

.action-bar a.btn {
    margin: 0 0 0 12px;
    line-height: 1.1;
    font-size: 14px
}

.img-area {
    width: auto;
    max-width: 100%;
    display: block;
    height: 100%;
    max-height: 100%;
    position: relative;
    margin: 0;
    height: 250px
}

.img-area img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
    border-radius: 0 !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    overflow: hidden
}

.btn {
    font-weight: 700;
    font-family: 'GillSans', sans-serif
}

.btn.btn-primary {
    background: #fff;
    color: var(--brand-blue, #002575);
    font-size: 17px;
    padding: 6px 20px;
    line-height: 1.1;
    border: 2px solid var(--brand-blue, #002575);
    border-radius: 35px;
    font-family: 'GillSans', sans-serif;
    font-weight: normal
}

.btn.btn-primary:hover {
    color: #fff !important;
    background: var(--brand-blue, #002575) !important
}

.btn.btn-secondary {
    background: var(--brand-blue, #313a3f);
    border: var(--brand-blue, #313a3f);
    border-radius: 6px;
    font-size: 15px;
    padding: .6rem 1.3rem;
    line-height: 1.1
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: var(--brand-orange, #f60);
    border-color: var(--brand-orange, #f60)
}

.btn-link {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: bold
}

.btn-link i {
    font-size: 16px;
    font-weight: normal
}

.btn-link:hover {
    color: var(--brand-orange, #f60);
    text-decoration: none
}

.btn.btn-light {
    background: #fff;
    border: #fff;
    border-radius: 6px;
    font-size: 15px;
    padding: .6rem 1.3rem;
    line-height: 1.1;
    color: var(--brand-blue, #313a3f)
}

.btn.btn-primary:disabled:hover {
    background: #fff;
    color: var(--brand-blue, #313a3f)
}

.card .btn.btn-primary:hover,
.card .btn.btn-secondary:hover {
    background: #f0eff4;
    color: var(--brand-blue, #313a3f)
}

.btn.btn-light:hover {
    background: var(--brand-orange, #f60);
    color: #fff
}

.modal-contact {
    padding: 50px 40px;
    border-radius: 0;
    border: none;
    text-align: left
}

.modal-contact .media {
    align-items: center
}

.modal-contact .media img {
    width: 45px
}

.modal-contact p {
    margin: 0
}

.modal-contact a {
    word-break: break-word
}

.modal {
    z-index: 99999
}

.modal-backdrop.show {
    opacity: .7
}

.modal-backdrop {
    background-color: var(--brand-blue, #313a3f)
}

.action-bar {
    display: block
}

@media(min-width:768px) {
    .action-bar {
        display: block
    }
}

@media(max-width:359px) {
    .d-inline-block.letschat {
        display: none !important
    }
}

@media(min-width:992px) {
    header .nav-wrapper {
        overflow: visible
    }

    header a.navbar-brand img {
        max-width: 180px;
        margin-left: 0
    }

    .action-bar a.btn {
        font-size: 16px
    }

    .action-bar {
        background: rgba(40, 210, 213, .7);
        position: fixed;
        width: 100%;
        top: 102px;
        bottom: auto;
        z-index: 10;
        padding: 12px 10px 12px;
        font-size: 16px;
        display: none
    }

    .action-bar .btn {
        font-size: 15px;
        padding: 8px 20px
    }

    .nav-link.btn.btn-primary {
        background: #fff;
        color: var(--brand-blue, #313a3f) !important;
        border-radius: 4px;
        border-bottom: var(--brand-orange, #f60) 3px solid;
        font-size: 17px;
        padding: .7rem 1.2rem;
        margin: 0 0 0 10px
    }
}

.form-group label {
    margin-bottom: 0;
    padding: 0
}

.help-block {
    font-size: 13px;
    font-weight: normal
}

.field-validation-error {
    width: 100%;
    font-size: 80%;
    color: #dc3545;
    display: block
}

.list-display li {
    margin-bottom: .4rem;
    font-size: 1.1rem
}

.list-checkmarks {
    padding-left: 1.5rem
}

.list-checkmarks li {
    list-style-type: none;
    padding-left: 1rem
}

.list-checkmarks li:before {
    font-family: 'FontAwesome';
    content: "";
    margin: 0 10px 0 -28px;
    color: #fe2a75
}

.bg {
    width: 100%;
    height: 120%;
    display: table-cell;
    position: absolute;
    top: 0;
    bottom: 70px;
    left: 0;
    z-index: 1;
    overflow-x: hidden
}

.container {
    z-index: 2;
    position: relative
}

.sub-section {
    margin-top: 80px
}

section {
    position: relative
}

.section-content .container {
    position: relative;
    z-index: 1;
    margin-top: 100px
}

.closebtn {
    font-size: 22px;
    position: absolute;
    left: 12px;
    top: 12px;
    border: none;
    margin: 0;
    display: block;
    padding: 0;
    color: var(--brand-blue, #313a3f);
    background: none;
    line-height: 1;
    text-decoration: none !important;
    outline: none
}

.closebtn:hover,
.closebtn:active {
    color: var(--brand-orange, #f60);
    outline: none;
    border: none
}

.top-swiper {
    margin-top: 0;
    margin-bottom: 0
}

.swiper-content {
    background: rgba(206, 219, 0, .85);
    margin-top: 65%;
    padding: 20px 20px 15px 20px;
    width: 100%
}

@media(min-width:992px) {
    .swiper-content {
        margin-top: 250px;
        padding: 20px 20px 15px 20px;
        width: 100%
    }
}

.swiper1 .swiper-content {
    background: var(--brand-blue, #002575);
    border-radius: 24px
}

.swiper2 .swiper-content {
    background: var(--brand-red, #c8102e);
    border-radius: 24px
}

.productlander .top-swiper {
    margin-bottom: 0
}

.top-swiper .swiper-caption {
    top: 2rem;
    z-index: 10
}

.top-swiper .swiper-item {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media(min-width:992px) {
    .top-swiper .swiper-item {
        height: 44rem !important
    }
}

.top-swiper .swiper-item.newsswiper {
    height: auto !important
}

.top-swiper .swiper-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 38rem
}

.top-swiper .swiper-content {
    position: absolute;
    max-width: 100%;
    bottom: -50px;
    right: 0
}

@media(min-width:992px) {
    .top-swiper .swiper-content {
        bottom: -50px;
        right: 0
    }
}

.top-swiper h1 p {
    position: relative;
    font-weight: 700
}

.top-swiper .orangewhitedown {
    width: 60px;
    bottom: -20px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    z-index: 10
}

@media(min-width:992px) {
    .top-swiper h1 p {
        position: relative
    }

    .swiper-content {
        margin-top: 250px;
        padding: 20px 20px 15px 20px;
        width: 43%
    }
}

.top-swiper .swiper-button-prev .i,
.top-swiper .swiper-button-next .i {
    stroke: white !important;
    width: 1.8em;
    height: 1.8em;
    margin: 0;
    stroke-width: 6px;
    overflow: visible
}

.top-swiper .swiper-button-prev,
.top-swiper .swiper-button-next {
    width: 2em;
    height: 2em;
    overflow: visible;
    display: none
}

.top-swiper .btn {
    margin-top: 30px
}

.logo-container {
    display: block;
    position: absolute;
    top: -40px;
    z-index: 0;
    left: 0;
    height: auto;
    left: -10px;
    transition: all .3s ease-out;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 200px
}

@media(min-width:992px) {
    .logo-container {
        top: -9px;
        left: 0
    }
}

@media(min-width:1200px) {
    .logo-container {
        left: 0;
        top: -10px
    }
}

.logo {
    margin: 0;
    position: relative
}

#logoAnimMob,
#logoIEAnimMob {
    display: block;
    border-radius: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

#logoAnimDesktop,
#logoIEAnimDesktop {
    display: none;
    border-radius: 0;
    pointer-events: none
}

@media(min-width:480px) {
    .logo-container {
        width: 200px;
        transition: all .3s ease-out
    }
}

@media(min-width:768px) {

    #logoAnimMob,
    #logoIEAnimMob {
        display: block
    }

    #logoAnimDesktop,
    #logoIEAnimDesktop {
        display: none
    }

    .logo-container {
        width: 200px;
        transition: all .3s ease-out
    }

    .closebtn {
        display: none
    }
}

@media(min-width:992px) {

    #logoAnimMob,
    #logoIEAnimMob {
        display: none
    }

    #logoAnimDesktop,
    #logoIEAnimDesktop {
        display: block;
        width: 100%;
        height: 100%
    }

    .logo-container {
        width: 300px;
        z-index: 2;
        transition: all .3s ease-out
    }

    .shrink .logo-container {
        width: 210px
    }

    .closebtn {
        display: none
    }
}

@media(min-width:1200px) {
    .shrink .logo-container {
        width: 220px;
        top: -10px
    }
}

@media(min-width:1400px) {
    .logo-container {
        width: 300px;
        transition: all .3s ease-out
    }

    #logoAnimDesktop,
    #logoIEAnimDesktop {
        display: block;
        width: 100%;
        height: 100%
    }

    .shrink .logo-container {
        width: 220px
    }
}

.small-bodyanim {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    display: flex !important;
    align-items: center !important
}

@media(min-width:768px) {
    .small-bodyanim {
        margin: 0 auto;
        width: 120px;
        height: 120px;
        display: flex !important;
        align-items: center !important
    }
}

.br-angle {
    position: relative
}

.br-angle img {
    position: relative;
    z-index: 9
}

.dark-wrapper {
    background: #005e85
}

.card.callToAction {
    background: var(--brand-blue, #313a3f);
    color: #fff;
    padding: 30px 20px;
    margin-top: 10px
}

.card.callToAction h1,
.card.callToAction h2,
.card.callToAction h3,
.card.callToAction h4 {
    color: #fff;
    margin: 5px auto 15px
}

@media(min-width:992px) {
    .animate {
        animation-duration: .5s;
        -webkit-animation-duration: .5s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.addthis_follow_label {
    font-size: 20px;
    font-weight: bold;
    color: var(--brand-blue, #313a3f)
}

.at-icon-wrapper {
    line-height: 26px !important
}

.at-resp-share-element .at-share-btn {
    margin: 0 15px 20px -5px !important
}

a.at-icon-wrapper:hover svg,
a.at-follow-btn:hover svg {
    fill: var(--brand-orange, #f60) !important
}

a.at-follow-btn:hover .addthis_follow_label {
    color: var(--brand-orange, #f60) !important
}

.eventcard .card {
    background: #f0f0f0
}

.eventcard .card .card-header {
    text-align: center
}

.eventcard .card .card-header h5 {
    margin: 4px 0
}

.eventcard .card {
    border: none
}

.eventcard .card .date {
    font-weight: bold;
    display: block;
    margin: 10px 0 0
}

.eventcard .card .img-area {
    border-radius: 0;
    height: 140px !important
}

.eventcard .card .img-area img {
    border-radius: 0
}

.umbraco-forms-field {
    clear: both;
    position: relative
}

#mc_embed_signup div.mce_inline_error {
    background-color: transparent !important;
    color: var(--brand-orange, #f60) !important;
    margin: 0 !important;
    padding: 0 !important
}

#mce-success-response {
    background: #5b83c2;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    margin: 25px 0 0
}

#mce-error-response {
    background: var(--brand-orange, #f60);
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    margin: 25px 0 0
}

#mce-error-response a {
    color: var(--brand-orange, #f60)
}

#accordion .card-header {
    position: relative;
    border-bottom: none
}

#accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "";
    position: absolute;
    right: 15px;
    font-size: 35px;
    top: 0;
    color: var(--brand-orange, #f60)
}

#accordion .card-header.collapsed:after {
    content: ""
}

.announce {
    z-index: 1020;
    position: fixed;
    width: 100%;
    top: 76px;
    left: 0;
    display: block;
    text-align: left
}

.announce.shrink {
    top: 76px
}

#hellobar-bar {
    width: 100%;
    margin: 0;
    display: table;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 10px 5px;
    -webkit-font-smoothing: antialiased;
    color: #5c5e60;
    top: 0;
    position: relative;
    background-color: #f0eff4;
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .15);
    padding-right: 80px;
    padding-left: 10px;
    display: none;
    border-top: 2px solid var(--brand-orange, #f60)
}

@media(min-width:500px) {
    .announce {
        top: 76px;
        display: block;
        text-align: center
    }

    .announce.shrink {
        top: 76px
    }

    #hellobar-bar {
        padding-right: 80px;
        padding-left: 80px
    }
}

@media(max-width:992px) {
    .announce {
        z-index: 9991
    }
}

@media(min-width:992px) {
    .announce {
        top: 42px
    }

    .announce.shrink {
        top: 55px
    }

    #hellobar-bar {
        border-top: 0 solid var(--brand-orange, #f60)
    }
}

@media(min-width:1200px) {
    .announce {
        top: 60px
    }

    .announce.shrink {
        top: 55px
    }
}

.hb-content-wrapper {
    text-align: left;
    position: relative;
    display: table-cell;
    vertical-align: middle
}

@media(min-width:500px) {
    .hb-content-wrapper {
        text-align: center
    }
}

.hb-content-wrapper p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1;
    font-size: 13px
}

.hb-text-wrapper {
    margin-right: .67em;
    display: inline-block;
    line-height: 1.3
}

.hb-text-wrapper .hb-headline-text {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle
}

.hb-content-wrapper .btn-sm {
    padding: .15rem .5rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: .2rem;
    border: none
}

a.icon-close {
    top: 11px;
    right: 15px;
    cursor: pointer;
    position: absolute;
    line-height: 15px;
    z-index: 999999;
    width: auto;
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: var(--brand-blue, #313a3f)
}

a.icon-close:hover {
    color: #000 !important
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.quote-pull {
    background: var(--brand-orange, #f60);
    color: var(--brand-blue, #313a3f);
    border-left: 4px solid var(--brand-blue, #313a3f);
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0;
    padding: 30px 30px
}

.quote-pull img {
    border-radius: 6px;
    margin: 0
}

.quote-pull h4 {
    text-align: center
}

.quote-pull blockquote {
    background: transparent;
    color: var(--brand-blue, #313a3f);
    border-left: none;
    font-size: 18px;
    line-height: 1.5;
    padding: .5em .5em .5em .5em;
    font-style: normal;
    text-align: center
}

.quote-pull .col-md-8.mb-4 {
    margin-bottom: 0 !important
}

.quote-pull .col-md-4.mb-4 {
    align-items: center;
    display: flex;
    margin-bottom: 0 !important
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link a:hover {
    color: rgba(240, 130, 25, 1)
}

.dropdown.show .dropdown-toggle {
    background: #f0eff4;
    color: var(--brand-blue, #002575);
    border-radius: 5px
}

.navbar-nav .dropdown-toggle:hover {
    background: #f0eff4;
    color: var(--brand-blue, #002575)
}

@media(max-width:992px) {
    .navbar .container {
        max-width: 100% !important
    }
}

.row-like-count {
    color: var(--brand-orange, #f60);
    background: transparent;
    border-radius: 4px;
    padding: 5px 8px
}

.row-like-count:before {
    font-family: 'FontAwesome';
    margin-right: 5px;
    content: ""
}

.top-topic .row-like-count {
    position: absolute;
    background: transparent;
    right: 5px;
    bottom: 5px
}

.bg-center {
    background-position: center !important
}

.bg-cover {
    background-size: cover !important
}

.titleanddescription .form-control {
    height: auto;
    background: #f0eff4;
    margin-top: 40px;
    border: 0
}

.titleanddescription .form-control h2 {
    font-size: 22px;
    line-height: 22px
}

.titleanddescription .form-control p {
    margin-bottom: 0
}

.btn-link-rte a:link,
.btn-link-rte a:visited,
.btn-link-rte a:active {
    background-color: #f0eff4;
    color: var(--brand-blue, #313a3f) !important;
    border-radius: 4px;
    border-bottom: var(--brand-orange, #f60) 3px solid;
    font-size: 15px;
    font-weight: bold;
    padding: .6rem 1.3rem;
    line-height: 1.1;
    display: inline-block;
    width: auto;
    text-decoration: none !important
}

#accordion .btn-link-rte a:link,
#accordion .btn-link-rte a:visited,
#accordion .btn-link-rte a:active {
    background-color: #fff;
    color: var(--brand-blue, #313a3f) !important;
    border-radius: 4px;
    border-bottom: var(--brand-orange, #f60) 3px solid;
    font-size: 15px;
    font-weight: bold;
    padding: .6rem 1.3rem;
    line-height: 1.1;
    text-decoration: none !important
}

.btn-link-rte a:hover {
    background-color: var(--brand-blue, #313a3f) !important;
    color: #f0eff4 !important
}

#accordion .btn-link-rte a:hover {
    background-color: var(--brand-blue, #313a3f) !important;
    color: #fff !important
}

.umbraco-forms-container .btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0 rgba(130, 138, 145, .5)
}

.umbraco-forms-container .btn-group.btn-group-toggle {
    margin-top: 5px;
    margin-bottom: 15px
}

.umbraco-forms-container label.btn.btn-secondary {
    background: #f0eff4;
    border: #f0eff4;
    color: var(--brand-blue, #313a3f)
}

.umbraco-forms-form {
    margin-bottom: 50px
}

.umbraco-forms-form .btn.btn-primary {
    background-color: #f0eff4;
    color: var(--brand-blue, #313a3f) !important;
    border-radius: 4px;
    border-bottom: var(--brand-orange, #f60) 3px solid;
    font-size: 15px;
    font-weight: bold
}

.umbraco-forms-form .btn.btn-primary:hover {
    background-color: var(--brand-blue, #313a3f) !important;
    color: #f0eff4 !important;
    border-radius: 4px;
    border-bottom: var(--brand-orange, #f60) 3px solid;
    font-size: 15px;
    font-weight: bold
}

.article-like .umbraco-forms-form .btn.btn-primary {
    background-color: #fff;
    color: var(--brand-blue, #313a3f) !important;
    border-radius: 4px;
    border-bottom: var(--brand-orange, #f60) 3px solid;
    font-size: 15px;
    font-weight: bold
}

.article-like .umbraco-forms-form .btn.btn-primary:hover {
    background-color: var(--brand-blue, #313a3f) !important;
    color: #f0eff4 !important;
    border-radius: 4px;
    border-bottom: var(--brand-orange, #f60) 3px solid;
    font-size: 15px;
    font-weight: bold
}

.donation-details .nav-pills .nav-link:hover {
    cursor: pointer
}

.references p {
    font-size: 12px
}

.card.aos-animate:nth-child(1) {
    animation-delay: .5s
}

.card.aos-animate:nth-child(2) {
    animation-delay: 1s
}

.card.aos-animate:nth-child(3) {
    animation-delay: 1.5s
}

.card.aos-animate:nth-child(4) {
    animation-delay: 2s
}

.card.aos-animate:nth-child(5) {
    animation-delay: 2.5s
}

.card.aos-animate:nth-child(6) {
    animation-delay: 3s
}

.card.aos-animate:nth-child(7) {
    animation-delay: 3.5s
}

.footer {
    color: var(--brand-blue, #313a3f);
    background-color: #fff;
    z-index: 2;
    position: relative;
    padding-top: 0
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px
}

.foot-social-cont {
    color: var(--brand-blue, #313a3f);
    font-size: 16px;
    padding: 12px 12px 12px 15px;
    background: var(--brand-blue, #00843d);
    border-radius: 15px;
    position: absolute;
    top: -40px;
    text-align: left
}

.foot-social-cont.foot-donate-cont {
    right: 20px;
    padding: 12px 12px 12px 12px
}

@media(max-width:991px) {
    .foot-social-cont.foot-donate-cont {
        right: -30px
    }
}

@media(max-width:767px) {
    .foot-social-cont.foot-donate-cont {
        right: 0;
        position: relative;
        top: 60px
    }
}

.foot-social-cont h6 {
    font-size: 15px;
    font-family: 'GillSans', sans-serif
}

.foot-social-cont li {
    display: inline-block
}

.foot-social-cont a {
    color: var(--brand-blue, #00843d) !important;
    font-weight: bold;
    padding: 0;
    background: #fff;
    text-align: center;
    border-radius: 35px;
    width: 35px;
    line-height: 37px;
    height: 35px;
    display: block;
    font-size: 17px !important
}

.foot-social-cont.foot-donate-cont a {
    padding: 0 15px;
    width: auto;
    line-height: 37px;
    height: 35px;
    display: block;
    font-size: 17px !important;
    text-decoration: none !important
}

.foot-social-cont a:hover {
    background: #fff
}

.foot-copy-cont {
    background-color: var(--brand-blue, #313a3f);
    color: #fff !important;
    font-size: 12px !important;
    padding: 15px 0 !important
}

.foot-copy-cont h6 {
    font-size: 16px;
    font-weight: bold;
    color: #fff
}

.foot-copy-cont p {
    color: #fff !important;
    font-size: 12px !important
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px
}

.footer-content {
    color: #fff;
    text-align: left;
    padding: 60px 0 20px
}

.footer-content p {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0;
    padding: 0 0 5px;
    color: #fff
}

.footer a {
    color: #fff;
    text-decoration: underline !important
}

.footer a:hover {
    color: var(--brand-orange, #ff8200);
    text-decoration: underline
}

.footlogos img {
    height: 50px;
    width: auto !important;
    margin-left: 5px
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #fff
}

.footer li.list-inline-item a.btn-floating {
    border-radius: 50px;
    background: #fff;
    color: var(--brand-blue, #313a3f);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    padding: 0;
    font-size: 14px
}

.footlogos img.queenaward {
    height: 80px
}

.footer li.list-inline-item a.btn-floating i.fa {
    margin: 0 auto
}

.footer li.list-inline-item a.btn-floating:hover {
    color: #44babc
}

.footer .copyright {
    line-height: 1.3;
    font-size: 12px;
    align-self: center;
    margin: 0;
    padding: 0;
    opacity: .7;
    font-weight: 400
}

.footer .i.map {
    width: 26px;
    height: 26px;
    stroke-width: 2px;
    margin: 0 1px 0 1px
}

.footer .list-unstyled {
    margin-bottom: 0;
    margin-top: 8px
}

@media(min-width:1024px) {

    .footer-section-contact a,
    .footer-section-contact p {
        margin: 0;
        font-size: 15px
    }
}

ul.footer-legal-menu {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul.footer-legal-menu li {
    margin-right: 15px;
    position: relative
}

ul.footer-legal-menu li:after {
    content: '|';
    position: absolute;
    right: -10px;
    color: #fff;
    top: 0
}

ul.footer-legal-menu a {
    color: #fff
}

footer a:link,
footer a:visited,
footer a:active {
    color: #fff;
    text-decoration: none
}

footer .bg-orange a:link,
footer .bg-orange a:visited,
footer .bg-orange a:active,
footer .bg-orange p {
    font-size: 14px;
    line-height: 18px;
    font-family: 'GillSans', sans-serif;
    margin: 0 5px
}

footer .bg-orange a:hover {
    text-decoration: underline
}

footer .bg-orange li,
footer .bg-orange ul {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 14px
}

footer .bg-orange .footnavlist a:link,
footer .bg-orange .footnavlist a:visited,
footer .bg-orange .footnavlist a:active {
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    font-family: 'GillSans', sans-serif;
    font-weight: 700
}

.foothouse {
    font-weight: 600
}

footer .bcorp {
    max-width: 70px
}

footer .pt-cols {
    margin-top: 0
}

@media(min-width:992px) {
    footer .pt-cols {
        margin-top: 140px
    }

    footer .bg-orange a:link,
    footer .bg-orange a:visited,
    footer .bg-orange a:active,
    footer .bg-orange p {
        font-size: 14px;
        line-height: 14px;
        font-family: 'GillSans', sans-serif;
        margin: 0 5px
    }

    footer .bg-orange li,
    footer .bg-orange ul {
        padding: 0;
        margin: 0;
        font-size: 14px;
        line-height: 14px;
        font-family: 'GillSans', sans-serif
    }

    footer .bg-orange .footnavlist a:link,
    footer .bg-orange .footnavlist a:visited,
    footer .bg-orange .footnavlist a:active {
        padding: 0;
        margin: 0;
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        font-family: 'GillSans', sans-serif
    }
}

section.pageintroheading h2 p {
    font-weight: 700
}

section.pageintroheading p span.bg-teal {
    color: #fff
}

@media(min-width:992px) {
    .class-home .introgrid1 {
        padding-left: 50px
    }

    .introgrid .row img {
        padding: 0 95px
    }
}

section.wehelpyou .whycolimg {
    height: 110px;
    width: 110px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto
}

@media(min-width:992px) {
    section.wehelpyou .whycolimg {
        height: 150px;
        width: 150px
    }
}

section.wehelpyou .whytext {
    padding: 25px 15px
}

section.wehelpyou .whytext p {
    font-weight: 700
}

section.fullwidthCTA .fwctatitle {
    font-weight: 700
}

section.clientlogoslider h4 {
    text-transform: uppercase
}

.section-story .row {
    align-items: center;
    margin-bottom: 20px
}

.swiper-wrapper.row {
    flex-wrap: nowrap;
    margin-left: 0;
    padding-bottom: 15px
}

.purp-ctaurl a:link,
.purp-ctaurl a:active,
.purp-ctaurl a:visited {
    display: inline-block;
    padding: 7px 20px;
    border: 2px solid var(--brand-blue, #313a3f);
    font-size: 22px
}

@media(min-width:992px) {

    .purp-ctaurl a:link,
    .purp-ctaurl a:active,
    .purp-ctaurl a:visited {
        font-size: 28px
    }
}

.newsitemcard {
    display: block;
    padding-bottom: 0
}

.news-item-img-holder {
    position: relative;
    width: 100%;
    height: 200px
}

.news-by-author .news-item-img-holder {
    height: 300px
}

@media(min-width:992px) {
    .news-by-author .news-item-img-holder {
        height: 300px
    }
}

.newsitemcard .newscontent {
    width: calc(100% - 25px);
    margin-left: 25px;
    z-index: 2;
    position: absolute;
    bottom: 25px;
    background: #fff;
    padding: 20px
}

.featurednews .newscontent {
    z-index: 2;
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 10%;
    padding: 0
}

.person-smallimg-holder {
    height: 80px;
    width: 80px;
    border-radius: 500px
}

.section-head-overlay {
    padding: 30px;
    width: 95%;
    position: absolute;
    bottom: -30px;
    z-index: 2;
    left: 10px;
    background: rgba(49, 58, 63, .93)
}

@media(min-width:992px) {
    .section-head-overlay {
        width: 63%
    }
}

.threecolfullwidthimg .threecolimgblock {
    height: 300px
}

.threecolfullwidthimg .threecolimgblock img {
    width: 60px
}

.threecolfullwidthimg .threecolimgblock:nth-child(1) img {
    position: absolute;
    top: -15px;
    z-index: 2;
    left: 50%
}

.threecolfullwidthimg .threecolimgblock:nth-child(2) img {
    position: absolute;
    bottom: -15px;
    z-index: 2;
    left: 20%
}

.threecolfullwidthimg .threecolimgblock:nth-child(3) img {
    position: absolute;
    bottom: 30%;
    z-index: 2;
    left: 0%
}

@media(min-width:992px) {
    .threecolfullwidthimg .threecolimgblock {
        height: 350px;
        border-bottom: 10px solid #fff
    }

    .threecolfullwidthimg .threecolimgblock:nth-child(1) {
        border-right: 10px solid #fff
    }

    .threecolfullwidthimg .threecolimgblock:nth-child(3) {
        border-left: 10px solid #fff
    }
}

section.values .grid-section .iconlist img {
    max-height: 100px;
    height: auto;
    max-width: 100px;
    width: auto
}

section.values .grid-section .iconlist .col-md-2 {
    text-align: center
}

section.values .grid-section .iconlist {
    padding-bottom: 50px
}

@media(min-width:992px) {
    section.values .grid-section .iconlist {
        padding-bottom: 100px
    }
}

section.team-grid .card {
    border: 0;
    border-radius: 0;
    padding-top: 300px
}

section.team-grid .card .personimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px
}

section.team-grid .card .card-body {
    padding: 40px
}

section.team-grid .grid-col--1 .card:nth-child(1) .card-body {
    background: #cedb00
}

section.team-grid .grid-col--1 .card:nth-child(2) .card-body {
    background: #00bbb8
}

section.team-grid .grid-col--1 .card:nth-child(3) .card-body {
    background: var(--brand-orange-tint-1, #ffc600)
}

section.team-grid .grid-col--1 .card:nth-child(4) .card-body {
    background: #b1b1b1
}

section.team-grid .grid-col--2 .card:nth-child(1) .card-body {
    background: #00bbb8
}

section.team-grid .grid-col--2 .card:nth-child(2) .card-body {
    background: #b1b1b1
}

section.team-grid .grid-col--2 .card:nth-child(3) .card-body {
    background: #cedb00
}

section.team-grid .grid-col--2 .card:nth-child(4) .card-body {
    background: #cedb00
}

section.team-grid .grid-col--3 .card:nth-child(1) .card-body {
    background: var(--brand-orange-tint-1, #ffc600)
}

section.team-grid .grid-col--3 .card:nth-child(2) .card-body {
    background: var(--brand-blue, #002575);
    color: #fff !important
}

section.team-grid .grid-col--3 .card:nth-child(3) .card-body {
    background: var(--brand-blue, #313a3f);
    color: #fff !important
}

section.team-grid .grid-col--3 .card:nth-child(4) .card-body {
    background: #b1b1b1
}

section.team-grid .grid:after {
    display: block;
    content: '';
    clear: both
}

section.team-grid .grid-col {
    float: left;
    width: 49%;
    margin-right: 2%
}

section.team-grid .grid-col--3 {
    margin-right: 0
}

@media(min-width:768px) {
    section.team-grid .grid-col {
        width: 32%
    }

    section.team-grid .grid-col--2 {
        display: block
    }

    section.team-grid .grid-col--1,
    section.team-grid .grid-col--3 {
        margin-top: 150px
    }
}

@media(min-width:1200px) {
    section.team-grid .grid-col {
        width: 32%
    }

    section.team-grid .grid-col--2,
    section.team-grid .grid-col--3 {
        display: block
    }
}

section.team-grid .grid-item {
    margin-bottom: 20px
}

section.team-grid .grid-item--a {
    height: 80px
}

section.team-grid .grid-item--b {
    height: 140px
}

section.team-grid .grid-item--c {
    height: 300px
}

.page-header-stories.page-header-person .head-quote {
    background: rgba(0, 187, 184, .95)
}

.page-header-stories.page-header-person .cs-name {
    position: absolute;
    right: unset;
    width: auto;
    white-space: nowrap;
    bottom: unset;
    top: -35px;
    left: -30px;
    background: rgba(241, 127, 190, .95)
}

.page-header-stories.page-header-person .cs-name h1 {
    width: 100%;
    margin-left: 0;
    font-size: 22px !important;
    line-height: 28px !important
}

.section-page-header.page-header-stories.page-header-person {
    padding: 350px 0 0;
    margin-top: 52px
}

.person-social-cont {
    color: var(--brand-blue, #313a3f);
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 !important
}

.person-social-cont a {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    background: #ccc;
    text-align: center;
    border-radius: 40px;
    width: 40px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    font-size: 20px !important
}

.person-social-cont a:hover {
    background: var(--brand-blue, #002575) !important
}

@media(min-width:992px) {
    .personimgbig {
        position: absolute;
        width: 1000px;
        bottom: 0;
        right: 0;
        top: 0;
        z-index: 2
    }

    .personherocolor {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1000px
    }
}

section.personslider .card {
    border: 0;
    border-radius: 0;
    padding-top: 300px
}

section.personslider .card .personimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px
}

section.personslider .card .card-body {
    padding: 40px
}

section.personslider .swiper-wrapper .card:nth-child(1) .card-body {
    background: #cedb00
}

section.personslider .swiper-wrapper .card:nth-child(2) .card-body {
    background: #00bbb8
}

section.personslider .swiper-wrapper .card:nth-child(3) .card-body {
    background: var(--brand-orange-tint-1, #ffc600)
}

section.personslider .swiper-wrapper .card:nth-child(4) .card-body {
    background: #b1b1b1
}

section.personslider .swiper-wrapper .card:nth-child(5) .card-body {
    background: #00bbb8
}

section.personslider .swiper-wrapper .card:nth-child(6) .card-body {
    background: #b1b1b1
}

section.personslider .swiper-wrapper .card:nth-child(7) .card-body {
    background: #cedb00
}

section.personslider .swiper-wrapper .card:nth-child(8) .card-body {
    background: var(--brand-orange-tint-1, #ffc600)
}

section.personslider .swiper-wrapper .card:nth-child(9) .card-body {
    background: var(--brand-blue, #002575);
    color: #fff !important
}

section.personslider .swiper-wrapper .card:nth-child(10) .card-body {
    background: var(--brand-blue, #313a3f);
    color: #fff !important
}

.personslider .swiper-button-next,
.personslider .swiper-button-prev {
    background: none;
    width: 45px;
    top: 45%
}

.personslider .swiper-button-next img:focus,
.personslider .swiper-button-prev img:focus,
.personslider .swiper-button-next:focus,
.personslider .swiper-button-prev:focus {
    outline: none !important
}

.personslider .swiper-button-prev img {
    transform: rotate(180deg)
}

.section-map #map {
    margin: 0;
    padding: 0;
    height: 650px;
    z-index: 1
}

section.contactfounders .card {
    border: 0;
    border-radius: 0;
    padding-top: 250px
}

section.contactfounders .card .personimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px
}

@media(min-width:768px) {
    section.contactfounders .card .personimg {
        height: 400px
    }

    section.contactfounders .card {
        padding-top: 400px
    }
}

section.contactfounders .card .card-body {
    padding: 40px
}

section.contactfounders .col-6:nth-child(2) .card .card-body {
    background: #cedb00
}

section.contactfounders .col-6:nth-child(1) .card .card-body {
    background: #00bbb8
}

.leaflet-popup-content p {
    margin: 9px 0
}

@media(min-width:768px) {
    section.cs-grid .grid-col {
        width: 32%
    }

    section.cs-grid .grid-col--2 {
        display: block
    }

    section.cs-grid .grid-col--1,
    section.cs-grid .grid-col--3 {
        margin-top: 150px
    }
}

@media(min-width:1200px) {
    section.cs-grid .grid-col {
        width: 32%
    }

    section.cs-grid .grid-col--2,
    section.cs-grid .grid-col--3 {
        display: block
    }
}

section.cs-grid .grid-item {
    margin-bottom: 20px
}

section.cs-grid .grid-item--a {
    height: 80px
}

section.cs-grid .grid-item--b {
    height: 140px
}

section.cs-grid .grid-item--c {
    height: 300px
}

.page-header-stories .head-quote {
    background: rgba(255, 255, 255, .95)
}

.page-header-stories .head-quote p {
    margin-bottom: 0
}

.page-header-stories .cs-name {
    position: absolute;
    right: -20px;
    width: 330px;
    top: -110px;
    background: rgba(241, 127, 190, .95)
}

.page-header-stories .cs-name h1 {
    width: 80%;
    margin-left: 20%;
    font-size: 28px !important;
    line-height: 34px !important
}

@media(min-width:992px) {
    .page-header-stories .cs-name h1 {
        width: 60%;
        margin-left: 40%;
        font-size: 36px !important;
        line-height: 42px !important
    }

    .page-header-stories .cs-name {
        right: -300px;
        width: 330px;
        top: 50px
    }
}

.services-purposecol {
    padding: 20px;
    text-align: center;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%
}

.services-purposecol img {
    max-width: 150px;
    max-height: 100px;
    margin: 0 auto;
    margin-bottom: 30px
}

.services-purposerow {
    margin-bottom: 100px
}

.services-purposerow .col-md-6 {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media(min-width:992px) {
    .services-purposecol {
        padding: 50px 80px
    }
}

.news-sec1 .featurednews .newscontent,
.news-sec3 .featurednews .newscontent,
.newsbytag .featurednews .newscontent {
    position: absolute;
    bottom: 30px;
    left: 0;
    max-width: 300px;
    background: #808080
}

.news-sec2 .news-featured {
    height: 350px;
    border-radius: 0
}

.news-sec2 .news-featured .newscontent {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -150px;
    max-width: 300px;
    background: rgba(0, 187, 184, .95)
}

.newshero-quote {
    background: var(--brand-blue, #00843d);
    color: #fff;
    border-radius: 25px
}

.newsitemsum {
    position: absolute;
    top: 90%;
    left: 0;
    width: 320px;
    background: rgba(255, 255, 255, .95)
}

.page-header-newsitem .orangewhitedown {
    width: 60px;
    bottom: -20px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    z-index: 10
}

.newslider .newsslideimg {
    height: 400px;
    width: 100%
}

.newslider .swiper-button-prev,
.newslider .swiper-button-next {
    background: none;
    width: 50px;
    top: 45%
}

.newslider .swiper-button-prev:focus,
.newslider .swiper-button-next:focus {
    outline: none
}

.newslider .swiper-button-prev img {
    transform: rotate(180deg)
}

.newslider .newscontent a {
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 30px;
    padding: 30px;
    background: rgba(0, 187, 184, .93)
}

@media(min-width:550px) {
    .newsitemsum {
        top: 90%;
        left: 50px;
        width: 400px
    }
}

@media(min-width:768px) {
    .newsitemsum {
        top: 90%;
        left: 50px;
        width: 500px
    }
}

@media(min-width:992px) {
    .newsitemsum {
        top: 90%;
        left: 50px;
        width: 600px
    }
}

@media(max-width:991px) {
    .pageintroheading h2.househeadingfont.font-size-50 p {
        font-size: 28px;
        line-height: 32px
    }
}

.menu-btn-icon {
    height: 27px;
    margin-bottom: 5px
}

.menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    color: var(--brand-blue, #002575);
    z-index: 9999;
    display: none;
    border-bottom: 10px solid var(--brand-orange-tint-1, #ffc600)
}

.menu-overlay ul {
    padding: 0;
    margin: -15px 0 25px 0
}

.menu-overlay ul li {
    padding: 0;
    margin: 0;
    list-style: none
}

.menu-overlay ul li a:link,
.menu-overlay ul li a:visited,
.menu-overlay ul li a:active {
    color: var(--brand-blue, #002575);
    padding: 0;
    text-decoration: none;
    padding: 0 0 28px 0
}

.menu-overlay ul li a.menuactive:link,
.menu-overlay ul li a.menuactive:visited,
.menu-overlay ul li a.menuactive:active {
    color: var(--brand-orange, #f5a800)
}

.men-togg-closed {
    position: absolute;
    width: 40px;
    top: 18px;
    right: 15px
}

h3.pophead {
    font-size: 20px;
    font-weight: 600
}

p.poptext {
    font-size: 17px
}

.gm-style .gm-style-iw-c {
    padding: 10px !important
}

.gm-style-iw-d {
    padding: 10px !important
}

.fixed-top {
    z-index: 997
}

strong {
    font-weight: bold
}

.event-banner {
    width: 100%;
    display: block;
    margin: 40px 0px 0px;
}

.event-banner img {
    transform: scale(1);
    opacity: 1;
    width: 100%;
}

@media (min-width: 768px) {
    .event-banner {
        width: 100%;
        display: block;
        margin: 80px 0px 40px;
    }

    .event-banner img {
        transform: scale(.95);
        opacity: 0.9;
        width: 100%;
        transition: all .3s;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .event-banner:hover img {
        opacity: 1;
        transform: scale(1);
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}
