/*
Theme Name: Fly HSV Theme 2020
Author: McComm Group
Version: 1.1.3
*/

/* region Body */

.wp {

    min-width: 320px;
    width: 100%;
    max-width: 2560px;
    margin: auto;

    background-color: #e6e9ed;
    transition: background-color 1s ease;

    color: #0c1929;
    font-style: normal;
    font-family: neue-haas-grotesk-text, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7em;

}

/* endregion */

/* region Headings */

.wp h1, h2, h3, h4 {
    font-family: termina, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.wp h2, h3, h4, h5, h6 {
    color: #174982;
}

.wp h5 {
    color: #3873d7;
    font-weight: 700;
    letter-spacing: .05em;
}

.wp h6 {
    color: #717882;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.wp h2, h3, h4, h5, h6, ol, ul {
    margin-bottom: 30px;
}

.wp p {
    margin-bottom: 30px;
}

.wp p:last-of-type {
    /*margin-bottom: 0;*/
}

/* endregion */

/* region Fonts */

.wp .termina {
    font-family: termina, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.wp .meno {
    font-family: meno-banner-condensed, serif;
    font-weight: 400;
    font-style: italic;
}

.wp .neuehaas {
    font-family: neue-haas-grotesk-text, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* endregion */

/* region Links */

.wp a {
    color: #174982;
    text-decoration: none;
    transition: color 0.1s linear 0.1s;
}

.wp a:hover {
    color: #76a3ef;
    text-decoration: none;
}

/* endregion */

/* region Lists */

.wp .content ul:not(.fa-ul):not([class^="fl-"]) {
    list-style: none;
    padding: 0;
}

.wp .content ul:not(.fa-ul):not([class^="fl-"]) li::before {
    color: #3873d7;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

    content: "\f054";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}


.wp .content ul:not(.fa-ul):not([class^="fl-"]) li li::before {
    color: #717882;
}

.wp .content ul:not(.fa-ul):not([class^="fl-"]) li {
    padding-left: 1.3em;
}

/*----- */

.wp .content ol:not(.fa-ol):not([class^="fl-"]) {
    list-style: none;
    padding: 0;
    counter-reset: li;
}

.wp .content ol:not(.fa-ol):not([class^="fl-"]) li::before {
    color: #3873d7;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: counters(li, '.') ' ';
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.wp .content ol:not(.fa-ol):not([class^="fl-"]) li ol li::before {
    color: #717882;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: counter(li, lower-alpha);
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.wp .content ol:not(.fa-ol):not([class^="fl-"]) li ol li ol li::before {
    color: #717882;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: counter(li, lower-roman);
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}


.wp .content ol:not(.fa-ol):not([class^="fl-"]) li li::before {
    color: #717882;
}

.wp .content ol:not(.fa-ol):not([class^="fl-"]) li {
    padding-left: 1.3em;
    counter-increment: li;
}

/* endregion */

/* region Forms */

.wp label {
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: bold;
    letter-spacing: .075rem;
    color: #174982;
}

.wp .form-control {
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 2px solid #3873d7;
    border-radius: .5rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wp .form-control:focus {
    border-color: #3773d7;
    box-shadow: 0 0 0 .3rem rgba(118, 163, 239, .4);
}

/* endregion */

/* region Z-Indexing */

.wp .z0 {
    z-index: 0 !important;
}

.wp .z1 {
    z-index: 1 !important;
}

.wp .-z1 {
    z-index: -1 !important;
}

.wp .-z2 {
    z-index: -2 !important;
}

/* endregion */

/* region Card Padding */

.wp .card.content {
    padding: 40px 0 40px 0;
}


/* endregion */

/* region Buttons */

.wp button:focus
{
    outline: none !important;
}

.wp .btn:not(.search-submit-button), .wp .wpcf7-submit, .wp a.fl-button, .wp .fl-builder-content a.fl-button {
    font-weight: 700 !important;
    color: #fff !important;
    background-color: #3773d7 !important;
    border: 2px solid transparent !important;
    padding: .575rem 1.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 3.0rem !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    min-height: 48px;
}

.wp .btn:not(.search-submit-button):hover, .wp .wpcf7-submit:hover, .wp a.fl-button:hover, .wp .fl-builder-content .wp a.fl-button:hover {
    color: #fff !important;
    text-decoration: none !important;
    border: 2px solid #174982 !important;
    background-color: #174982 !important;
}

.wp .btn.btn-outline {
    font-weight: 700 !important;
    color: #174982 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 2px solid #3773d7 !important;
    padding: .575rem 1.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 3.0rem !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    min-height: 48px;
}

.wp .btn.btn-outline:hover {
    color: #fff !important;
    text-decoration: none !important;
    border: 2px solid #174982 !important;
    background-color: #174982 !important;
}

.wp .btn.btn-secondary, .wp .fl-btn-secondary a.fl-button, .wp .fl-btn-secondary .fl-builder-content a.fl-button {
    color: #174982 !important;
    background-color: #fff !important;
    border-color: #3773d7 !important;
    min-height: 48px;
}

.wp .btn.btn-secondary:hover, .wp .fl-btn-secondary a.fl-button:hover, .wp .fl-btn-secondary .wp .fl-builder-content a.fl-button:hover {
    color: #174982 !important;
    background-color: #76a3ef !important;
    border-color: #76a3ef !important;
}

.wp .btn.btn-yellow, .wp .fl-btn-yellow a.fl-button, .wp .fl-builder-content .wp .fl-btn-yellow a.fl-button {
    color: #174982 !important;
    background-color: #f5bc21 !important;
    border-color: #f5bc21 !important;
    min-height: 48px;
}

.wp .btn.btn-yellow:hover, .wp .fl-btn-yellow a.fl-button:hover, .wp .fl-builder-content .fl-btn-yellow a.fl-button:hover {
    color: #fff !important;
    border: 2px solid #174982 !important;
    background-color: #174982 !important;
}

.wp .btn.btn-dark-blue {
    color: #fff !important;
    background-color: #0e2b4d !important;
    border-color: #0e2b4d !important;
    min-height: 48px;
}

.wp .btn.btn-dark-blue:hover {
    color: #fff !important;
    border: 2px solid #0d1a29 !important;
    background-color: #0d1a29 !important;
}

.wp a.fl-button *, .wp .fl-builder-content a.fl-button * {
    color: #fff !important;
    font-size: 16px;
}

.wp a.fl-button *:hover, .wp .fl-builder-content a.fl-button *:hover {
    color: #fff !important;
    font-size: 16px;
}

.wp .fl-btn-secondary a.fl-button *, .wp .fl-builder-content .wp .fl-btn-secondary a.fl-button * {
    color: #174982 !important;
    font-size: 16px;
}

.wp .fl-btn-secondary a.fl-button:hover *, .wp .fl-builder-content .fl-btn-secondary a.fl-button:hover * {
    color: #174982 !important;
    font-size: 16px;
}

.wp .fl-btn-yellow a.fl-button *, .wp .fl-builder-content .fl-btn-yellow a.fl-button * {
    color: #174982 !important;
}

.wp .fl-btn-yellow a.fl-button:hover *, .wp .fl-builder-content .fl-btn-yellow a.fl-button:hover * {
    color: #fff !important;
}


/* endregion */

/* region Icon Button */

.wp .btn-icon-div {
    max-width: 300px;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    flex-direction: row;
    padding: 5px 15px;
    margin: 0 10px 15px 0;
}

.wp .btn-icon {
    display: flex;
    flex-direction: column;
    align-self: center;
    text-align: center;
    width: 35px;
    height: 35px;
    object-fit: scale-down;
    object-position: center;
}

.wp .btn-text {
    width: 100%;
    align-self: center;

    /*word-wrap: break-word;*/
    /*word-break: break-word;*/
    /*-webkit-hyphens: auto;*/
    /*hyphens: auto;*/

    padding-left: 10px;
    text-align: left;
}


/* endregion */

/* region Forms, Inputs, Selects */

.wp select, .wp input:not(.wpcf7-submit):not(.wpcf7-submit):not([type=checkbox]):not([type=radio]):not(.search-submit-field) {
    display: block;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 2px solid #3873d7;
    border-radius: .5rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wp select, .wp input:not(.wpcf7-submit):not([type=checkbox]):not([type=radio]):not(.search-submit-field) {
    width: 100%;
}

.wp textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 2px solid #3873d7;
    border-radius: .5rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wp input[type=checkbox], .wp input[type=radio] {
    display: inline;
}

@media (max-width: 992px) {
    .wp .list-group-item, .wp .wpcf7-list-item {
        display: block;
    }
}



/* endregion */

/* region HR */

.wp hr {
    border-top: 3px solid #f5bc21;
}

.wp .fl-separator {
    border-top: 3px solid #f5bc21 !important;
    margin: 50px auto !important;
}

.wp .clear .fl-separator {
    border-top: 3px solid rgba(0, 0, 0, 0) !important;
    margin: 30px auto !important;
}

/* endregion */

/* region Shadows */

.wp .card {
    border: none;
}

.wp .card {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}

.wp .shadow {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}

/* endregion */

/* region Waves */

.wp .wave-1 {
    margin-top: -200px;
    margin-bottom: -50px;
    width: 100%;
    max-width: 2560px;
    min-width: 320px;
}

@media (min-width: 992px) {
    .wp .wave-1 {
        margin-bottom: -150px;
        margin-top: -240px;
    }
}

@media (min-width: 2000px) {
    .wp .wave-1 {
        margin-top: -320px;
    }
}

.wp .wave-1-end {
    margin-top: -5px;
    width: 100%;
    max-width: 2560px;
    min-width: 320px;

}

.wp .wave-1-short {
    margin-top: -1250px;
    width: 100%;
    max-width: 2560px;
    min-width: 320px;
    position: absolute;
}

@media (min-width: 992px) {
    .wp .wave-1-short {
        margin-top: -800px;
    }
}

.wp .wave-1-news {
    position: absolute;
    margin-top: -200px;
    width: 100%;
    max-width: 2560px;
    min-width: 320px;
}

.wp .wave-1-campaign {
    position: relative;
    margin-top: -15%;
    margin-bottom: -5%;
    width: 100%;
    max-width: 2560px;
    min-width: 320px;
}

.wp .wave-1-img {
    width: 100%;
    object-fit: fill;
    object-position: center;
    position: relative;
}

.wp .wave-1-img-rot
{
    width: 100%;
    object-fit: fill;
    object-position: center;
    position: relative;
    transform: rotate(180deg);
}

.wp .wave-2 {
    overflow: hidden;
    margin-bottom: -15%;
    margin-top: 5%;
    width: 100%;
    max-width: 2560px;
    min-width: 320px;
}

.wp .wave-2-img {
    width: 115%;
    object-fit: fill;
    object-position: center;
    position: relative;
}

/* endregion */

/* region Background Colors */

.wp .bg-1 {
    background-color: #e6e9ed;
}

/* endregion */

/* region Text Styles */

.wp p.lead {
    color: #76a3ef;
    font-weight: 500;
    font-size: 1.3em;
    line-height: 1.4em;
}

@media (min-width: 576px) {
    .wp p.lead {
        font-size: 1.5em;
        line-height: 1.4em;
    }
}

.wp a {
    color: #76a3ef;
    transition: all 0.15s ease;
}

.wp a:hover {
    color: #f5bc21;
}

.wp b, .wp strong {
    font-weight: bold !important;
}

.wp .yellow {
    color: #f5bc21;
}

.wp .blue {
    color: #174982;
}

.wp .leadin {
    font-size: 19px;
    line-height: 1.7em;
}

/* endregion */

/* region Tables */

.wp table th {
    background-color: #0e2b4d;
    color: #ffffff;
}

.wp table a {
    color: #d7441d;
}

.wp table a:hover {
    color: #f5bc21;
}

.wp .fare-table table th {
    border-top: none !important;
}

.wp .tablepress tfoot th, .wp .tablepress thead th {
    background-color: #0e2b4d;
}

.wp .tablepress td, .wp .tablepress th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    transition: all .5s ease;
}

.wp .tablepress tbody td, .wp .tablepress tfoot th {
    border-top: 1px solid #ddd;
}

.wp .tablepress {
    border-collapse: collapse;
    border-spacing: 0;
}

.wp .tablepress .odd td {
    background-color: #f3f4f6;
}

.wp .tablepress .row-hover tr:hover td {
    background-color: #ebebec;
}

/* endregion */

/* region Notice */

.wp #notice {
    display: none;
    background-color: #f5bc21;
    color: #000000;
}


.wp .notice-col {
    display: flex;
    padding: 15px 10px;

    align-items: center;
    justify-content: space-between;
}

.wp .notice-link, .wp .notice-link:hover
{
    color: #000000;
    text-decoration: none;
}

.wp .notice-link
{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.wp .notice .notice-text {
    flex-grow: 100;
    flex-direction: row;
    padding: 0 10px;
    text-align: left;
}

.wp .notice .notice-header {
    font-weight: bold;
    margin-right: 10px;
}

.wp .notice .notice-information {
    margin-right: 10px;
}

.wp .notice .notice-image {
    margin: 10px 20px 10px 10px;
    text-align: center;
}

.wp .notice .notice-dismiss-btn {
    color: #d7441d;
    font-size: 30px;
    background: rgba(0, 0, 0, 0);
    border: none;
    margin: 10px 20px 10px 10px;
    text-align: center;
}

.wp .notice .notice-dismiss-btn:hover {
    border: none;
}

.wp .notice-read-more-desktop, .wp .notice-read-more-mobile {
    color: #000000;
    font-weight: normal;
    white-space: nowrap;
}

.wp .notice-read-more-desktop:hover, .wp .notice-read-more-mobile:hover {
    color: #000000;
    text-underline: #000000;
    text-decoration-line: underline;
    cursor: pointer;
}


.wp .notice-read-more-desktop
{
    display: none;
}

.wp .notice-read-more-mobile
{
    display: inline;
}

.wp .notice-information
{
    display: none;
}

@media (min-width: 992px)
{
    .wp .notice-read-more-desktop
    {
        display: inline;
    }

    .wp .notice-read-more-mobile
    {
        display: none;
    }

    .wp .notice-information
    {
        display: block;
    }
}


/* endregion */

/* region Logo */

.wp .logo-div
{
    width: 350px;
}

.wp .logo-div > a {
    display: block;
}

.wp .logo {
    margin-left: 15px;
    height: 40px;
    width: auto;
    display: block;
}

@media (min-width: 992px) {
    .wp .logo {
        margin-left: 15px;
        height: 55px;
        width: auto;
        display: block;
    }
}

.wp .logo-div:hover path, .wp .logo-div:hover g {
    fill: #76a3ef !important;
    color: #76a3ef !important;
    transition: all 0.15s ease;
}

/* endregion */

/* region Navbar */

.wp .fixed-position {
    position: fixed;
    overflow-y: auto;
    width: 100%;
}

.wp #navbar {
    text-align: center;
    transition: all 0.3s;
    background-color: #ffffff;
}

.wp #navbar .navbar-header {
    display: block;
    padding: 30px 0 0 0;
    background-color: #ffffff;
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    .wp #navbar .navbar-header {
        padding-top: 23px;
    }
}

.wp #navbar .navbar-end {
    height: 0;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .wp #navbar .navbar-end {
        padding-bottom: 23px;
    }
}


/* endregion */

/* region Hamburger */

.wp #menu-text {
    font-size: 19px;
    font-family: neue-haas-grotesk-text, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase;

    width: 80px;
    height: 40px;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    margin-top: 8px;
    margin-right: -16px;
    color: #174982;

    line-height: 36px;
    display: none;
}

@media (min-width: 992px) {
    .wp #menu-text {
        display: block;
    }
}

.wp #nav-icon {
    width: 80px;
    height: 40px;
    position: relative;
    z-index: 2;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg) scale(0.5);
    cursor: pointer;
    margin-top: -2px;
    margin-right: -5px;

}


@media (min-width: 992px) {
    .wp #nav-icon {
        margin-top: 5px;
    }

}

.wp #nav-icon span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #174982;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.wp #nav-icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.wp #nav-icon span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.wp #nav-icon span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.wp #nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -17px;
    left: 8px;
    background: #174982;
}

.wp #nav-icon.open span:nth-child(2) {
    width: 0;
    opacity: 0;
    background: #174982;
}

.wp #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
    background: #174982;
}

/* endregion */

/* region Menu */

.wp .menu {
    width: 100%;
    height: calc(100vh - 100px);
    background-color: #0e2b4d;
    background-image: url("images/pinwheels/pinwheel-nav.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% + 200px);
    background-position-y: 150px;
    background-size: 600px auto;

    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    z-index: 1;
    display: none; /* Hiding menu until Javascript is applied */
}

@media (min-width: 992px) {
    .wp .menu {
        background-size: 850px auto;
        background-position-x: calc(100% + 50px);
        height: auto;


        position: absolute;
        z-index: 1000;
        top: 101px;
    }
}

.wp .menu.open {
    opacity: 1;
    display: block;
}

.wp .menu-div {
    padding: 0 15px 0 15px;
}

.wp .menu-row {
    padding-top: 10px;
    margin-bottom: 200px;
}

@media (min-width: 992px) {
    .wp .menu-row {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;

    }

}

.wp #navbar ul, .wp #navbar li {
    list-style: none;
}

.wp #navbar .list-unstyled {
    margin-bottom: 5px;
    line-height: 1em;
}

.wp #navbar ul li a, .wp #navbar ul ul li a {
    padding: 10px 0 8px;
    display: block;
    color: #76a3ef;
    text-decoration: none;
    transition: all 0.125s ease;
}

.wp #navbar ul li a:hover, .wp #navbar ul ul li a:hover {
    color: #f5bc21;
}

.wp #navbar .link-arrow {
    display: none;
    color: #f5bc21;
    padding-left: 5px;
    height: 15px;
}

.wp #navbar a:hover .link-arrow {
    /*display: inline-block;*/
}


.wp #navbar ul ul {
    padding-left: 0;
}

.wp #navbar ul ul li {
    padding-left: 20px;
}

@media (min-width: 992px) {
    .wp #navbar ul ul {
        border-left: #174982 solid 4px;
    }
}

.wp #navbar ul li a {
    text-align: left;
}

.wp #navbar li.nav-col-header > a, .wp #navbar li.nav-col-header-last > a {
    font-family: termina, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
}

@media (min-width: 992px)
{
    .wp #navbar li.nav-col-header > a, .wp #navbar li.nav-col-header-last > a {
        font-size: 1.25em;
    }

    .wp #navbar li.nav-col-header
    {
        margin-bottom: 40px;
    }
}

.wp #navbar li.nav-col-header.nav-col-no-hover > a:hover, .wp #navbar li.nav-col-header-last.nav-col-no-hover > a:hover {
    color: #ffffff;
    cursor: default;
}

.wp #navbar li.nav-col-header-last {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .wp #navbar li.nav-col-header-last > a {
        border-bottom: #174982 solid 4px;
        width: auto;
        padding-bottom: 50px;
    }
}

/* Custom Toggle Icons */
@media (max-width: 992px) {
    .wp .dropdown-icon::after {
        font-family: "Font Awesome 5 Free";
        content: "\f078";
        font-weight: 900;
        color: #76a3ef;
        padding-left: 10px;
    }

    .wp .dropdown-icon.minus::after {
        font-family: "Font Awesome 5 Free";
        content: "\f077";
        font-weight: 900;
    }
}

.wp #navbar .follow-header {
    font-family: termina, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    /*font-size: 1.1em;*/
    color: #ffffff;
    display: none;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .wp #navbar .follow-header {
        display: block;
    }
}

/* endregion */

/* region Search (Navbar) */

.wp #navbar-menu-4.list-unstyled.navbar-menu
{
    margin-bottom: 30px;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .wp #navbar-menu-4.list-unstyled.navbar-menu
    {
        margin-bottom: 40px;
        margin-top: 0;
    }
}

.wp .custom-search-form {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .wp .custom-search-form {
        margin-bottom: 40px;
    }
}


.wp input.search-submit-field {
    background-color: #19375e;
    color: #76a3ef;
    font-weight: 700;
    padding: .575rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1.5rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wp .search-submit-button {
    background-color: #19375e !important;
    color: #76a3ef !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 0 1.5rem 1.5rem 0 !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.wp .search-submit-button:focus {
    background-color: #19375e !important;
    color: #f5bc21 !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 0 1.5rem 1.5rem 0 !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.wp .search-submit-button:hover {
    color: #f5bc21 !important;
    background-color: #19375e !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 0 1.5rem 1.5rem 0 !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.wp .search-submit-button, .wp .search-submit-button:active, .wp .search-submit-button:hover
{
    border-right: 2px solid #76a3ef !important;
    border-top: 2px solid #76a3ef !important;
    border-bottom: 2px solid #76a3ef !important;
    border-left: none !important;
    box-shadow: none !important;
}

.wp .search-submit-field, .wp .search-submit-field:active, .wp .search-submit-field:hover
{
    border-left: 2px solid #76a3ef !important;
    border-top: 2px solid #76a3ef !important;
    border-bottom: 2px solid #76a3ef !important;
    border-right: none !important;
    box-shadow: none !important;
}

/* endregion */

/* region Social Links */

.wp .social-links {
    padding-left: 0;
    text-align: left;
    margin-bottom: 0;
    margin-top: 40px;
}

@media (min-width: 992px) {
    .wp .social-links {
        margin-top: 0;
    }
}

.wp #navbar .social-links li {
    display: inline;
}


.wp #navbar .social-links a {
    visibility: hidden;
    position: relative;
    color: #76a3ef;
    font-size: 1.5em;
    display: inline-block;

    width: 30px;
    height: 30px;
}

.wp #footer .social-links li {
    display: inline;
}

.wp #footer .social-links ul, .wp #footer .social-links li {
    list-style: none;
}

.wp #footer .social-links a {
    visibility: hidden;
    position: relative;
    color: #76a3ef;
    display: inline-block;
    content: "";

    width: 50px;
    height: 50px;
    font-size: 1.8em;
}

.wp #navbar .social-links a:hover, .wp #footer .social-links a:hover {
    color: #f5bc21;
}

@media (min-width: 992px) and (max-width: 1440px)
{
    .wp #footer .social-links a {
        width: 30px;
        height: 30px;
        font-size: 1.50em;
    }
}

.wp .social-links a::after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    font-family: "Font Awesome 5 Brands";
}

.wp .facebook > a::after {
    content: "\f39e";
}

.wp .twitter > a::after {
    content: "\f099";
}

.wp .instagram > a::after {
    content: "\f16d";
}

.wp .youtube > a::after {
    content: "\f167";
}

.wp .yelp > a::after {
    content: "\f1e9";
}

.wp .linkedin > a::after {
    content: "\f08c";
}

/* endregion */

/* region Hero */

.wp .hero {
    background-color: #174982;
    color: #fff;
    position: relative;
    max-height: 1500px;
}

.wp .hero-video {

    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp .hero-content {
    min-height: 700px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 576px) {
    .wp .hero-content {
        width: 85%;
        min-height: 800px;
    }
}

@media (min-width: 1680px) {
    .wp .hero-content {
        width: 70%;
    }
}

.wp .hero-text {
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
}

.wp .hero-top {
    margin-top: 60px;
    font-size: 30px;
    font-weight: normal;
}

.wp .hero-bottom {
    font-size: 40px;
    font-weight: bold;
    border-bottom: #f5bc21 solid 5px;
    margin-bottom: 40px;
    padding-bottom: 50px;
}

.wp .hero-bottom-lg {
    display: none;
}

@media (min-width: 576px) {

    .wp .hero-top {
        font-size: 40px;
    }

    .wp .hero-bottom {
        display: none;
    }

    .wp .hero-bottom-lg {
        font-size: 40px;
        font-weight: bold;
        border-bottom: #f5bc21 solid 5px;
        margin-bottom: 40px;
        padding-bottom: 50px;
        display: block;
    }
}

@media (min-width: 768px) {
    .wp .hero-top {
        font-size: 55px;
    }

    .wp .hero-bottom-lg {
        font-size: 55px;
    }
}

@media (min-width: 992px) {
    .wp .hero-top {
        margin-top: 80px;
        font-size: 70px;
    }

    .wp .hero-bottom-lg {
        font-size: 70px;
        margin-bottom: 60px;
        padding-bottom: 70px;
    }
}


@media (min-width: 1200px) {
    .wp .hero-top {

        font-size: 85px;
    }

    .wp .hero-bottom-lg {
        font-size: 85px;
    }
}

@media (min-width: 1440px) {
    .wp .hero-top {
        font-size: 100px;
    }

    .wp .hero-bottom-lg {
        font-size: 100px;
    }
}

.wp .hero-btn-group {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

@media (min-width: 1200px) {

    .wp .hero-btn-group {
        flex-direction: row;
    }
}

/* endregion */

/* region Carousel & Cards */

.wp .carousel-control-next, .wp .carousel-control-prev
{
    color: #ffffff;
}

.wp .carousel-control-next:hover, .wp .carousel-control-prev:hover
{
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.wp .carousel-card-div {
    margin-top: 50px;
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    .wp .carousel-card-div {
        padding-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .wp .carousel, .wp .carousel-inner, .wp .carousel-item img {
        border-radius: 0.25rem;
    }
}

.wp .carousel {
    width: 100%;
}

.wp .carousel-item {
    width: 100%;
}

.wp .carousel-item img {
    width: 100%;
    height: 100%;
    /*max-height: 600px;*/
    object-fit: cover;
}

.wp .carousel-div {
    display: flex;
    align-items: center;
}

@media (max-width: 1200px) {
    .wp .carousel-div {
        padding-left: 0;
        padding-right: 0;
    }
}

.wp .card-div {
    display: flex;
    align-items: center;
}

@media (max-width: 1200px) {
    .wp .card-stack {
        padding: 0 0 15px 15px;
    }
}

.wp .card-stack .col-6 {
    padding: 15px 15px 0 0;
}

@media (min-width: 1200px) {
    .wp .card-stack .col-6 {
        padding: 0 15px 15px 0;
    }
}

.wp .card-btn {
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 15px 10px 15px 10px;
    margin: auto;
    justify-content: space-evenly;
}

.wp .card-btn:hover {
    background-color: #f3f4f6;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

/*@media (min-width: 1200px) {*/
/*    .wp .card-btn {*/
/*        flex-direction: row;*/
/*        padding: 15px 5px 15px 10px;*/
/*    }*/
/*}*/

.wp .card-icon {
    display: flex;
    flex-direction: column;
    align-self: center;
    text-align: center;
    width: 50px;
    height: 50px;
    object-fit: scale-down;
    object-position: center;
}

.wp .card-text-content {
    width: 100%;
    align-self: center;
    text-align: center;

    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    font-size: 12px;
    line-height: 1.25;

    /*word-wrap: break-word;*/
    /*word-break: break-word;*/
    /*-webkit-hyphens: auto;*/
    /*hyphens: auto;*/
}

@media (min-width: 576px) {
    .wp .card-text-content {
        font-size: 14px;
        line-height: 1.5;
    }
}

/*@media (min-width: 1200px) {*/
/*    .wp .card-text-content {*/
/*        padding-left: 5px;*/
/*        text-align: left;*/
/*    }*/
/*}*/

/* endregion */

/* region Intro Card */
.wp .card-intro-div {
    padding-bottom: 100px;
}

.wp .card-intro-content {
    color: #0c1929;
    display: flex;
    align-items: center;
    padding: 30px 15px 30px 15px;
}

@media (min-width: 992px) {
    .wp .card-intro-content {
        display: flex;
        align-items: center;
        padding: 70px 40px 70px 40px;
    }
}

.wp .card-intro-block {
    position: relative;

    background-color: #ffffff;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;

    min-height: 250px;
    overflow: hidden;
}

.wp .card-intro.yellow .card-intro-block {
    background-color: #f5bc21 !important;
}

.wp .card-intro.blue .card-intro-block {
    background-color: #3873d7 !important;
}

@media (min-width: 992px) {
    .wp .card-intro-block {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0.25rem;
    }
}

.wp .card-intro-pinwheel {
    height: auto;
    width: 100%;
    margin-right: -100px;
    margin-top: -50px;
    max-height: 444px;
    max-width: 448px;
    position: absolute;
    top: -50px;
    right: -50px;
}

.wp .card-intro-heading-div {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.wp .card-intro-heading {
    width: 100%;
}

.wp .card-intro-heading h1 {
    font-family: termina, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #174982;
    font-size: 30px;
}

@media (min-width: 992px) {
    .wp .card-intro-heading h1 {
        font-size: 40px;
    }
}

.wp .card-intro.yellow .card-intro-heading h1 {
    color: #174982 !important;
}


.wp .card-intro.blue .card-intro-heading h1 {
    color: #0e2b4d !important;
}

.wp .card-intro-heading h3 {
    font-family: meno-banner-condensed, serif;
    font-weight: 400;
    font-style: italic;
    color: #f5bc21;
}

.wp .card-intro.yellow .card-intro-heading h3 {
    color: #ffffff !important;
}


.wp .card-intro.blue .card-intro-heading h3 {
    color: #ffffff !important;
}

/* endregion */

/* region Carriers List */

.wp .carrier-list {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
}

@media (min-width: 992px) {
    .wp .carrier-list {
        padding: 30px 80px;
        display: flex;
    }
}

.wp .carrier-item {
    flex: 1;
    margin: 30px;
    text-align: center;
}

.wp .carrier-img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
    max-height: 100px;
    max-width: 200px;
    min-height: 50px;
    min-width: 100px;
}

@media (max-width: 1150px) {
    .wp .carrier-img {
		max-height: 75px;
    }
}

/* endregion */

/* region Content - Title */


.wp .title {

    font-family: termina, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;

    padding-bottom: 75px;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;

    color: #fff;
    text-transform: uppercase;

    background-color: #76a3ef;
    background-image: linear-gradient(to right, rgb(55, 115, 215), rgba(0, 0, 0, 0)), url("images/title_default.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
    background-position-x: right;
}

@media (min-width: 992px) {
    .wp .title {
        font-size: 48px;
        min-height: 265px;
    }
}

.wp .title span {
    display: inline-block;
    padding: 30px 0 30px;
}


/* endregion */

/* region Content - Text Page */

.wp .lift-page {
    margin-top: -75px;
}

.wp .min-height {
    min-height: 200px;
}

/* endregion */

/* region CTA */

.wp .cta {
    color: #fff;
    padding: 10px;
}

@media (min-width: 576px) {
    .wp .cta {
        padding: 50px 80px 20px 80px;
    }

}

.wp .cta.blue {
    color: white;
    background-color: #3873d7;
}

.wp .cta.yellow {
    color: #0d1a29;
    background-color: #f5bc21;
}

.wp .cta h1 {
    font-size: 30px;
}

@media (min-width: 992px) {
    .wp .cta h1 {
        font-size: 40px;
    }
}

.wp .cta.blue h3 {
    color: #ffffff !important;
}

.wp .cta.yellow h3 {
    color: #ffffff !important;
}

.wp .cta.blue h1 {
    color: #0e2b4d !important;
}

.wp .cta.yellow h1 {
    color: #174982 !important;
}

.wp .cta .cta-img {
    align-self: center;
    width: 100%;
    height: auto;
    object-position: center;
    padding: 10px;
}

@media (min-width: 992px) {
    .wp .cta .cta-img {
        width: 60%;
        max-width: 1200px;
    }
}

/* endregion */

/* region Disclaimer/Notes */

.wp .disclaimer-notes {
    text-align: left;
    color: #101d2d;
    padding: 30px 30px 20px 30px;
    font-size: 17px;
}

@media (min-width: 992px) {
    .wp .disclaimer-notes {
        padding: 50px 80px 20px 80px;
    }
}

.wp .disclaimer-fixed {
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 992px) {
    .wp .disclaimer-fixed {
        height: 250px;
        padding: 50px 140px 20px 140px;
    }
}

/* endregion */

/* region Footer */

@media (max-width: 992px) {
    .wp .footer-bar {
        margin: 40px auto 40px auto;
        border-top: #f5bc21 solid 2px;
    }
}

@media (min-width: 992px) {
    .wp .footer-bar-full {
        margin: 30px auto 60px auto;
        border-top: #f5bc21 solid 2px;
        width: 80%;
    }
}

.wp .footer {
    padding-top: 20%;
    background-color: #0e2b4d;
    color: #76a3ef;

    background-image: url("images/pinwheels/pinwheel-nav.svg");
    background-repeat: no-repeat;
    background-position-x: -100px;
    background-position-y: -50px;
    background-size: 900px auto;

}

.wp .footer .footer-logo {
    text-align: left;
    margin-bottom: 50px;
    max-height: 70px;

}

.wp .footer .footer-logo path {
    fill: #ffffff !important;
}

.wp .footer .footer-logo:hover path {
    fill: #f5bc21 !important;
    transition: all 0.15s ease;
}

.wp .footer .footer-logo-secondary {
    text-align: left;
    max-height: 50px;
}

.wp .footer .footer-logo-secondary path {
    fill: #76a3ef !important;
}

.wp .footer .footer-logo-secondary:hover path {
    fill: #f5bc21 !important;
    transition: all 0.15s ease;
}

@media (min-width: 992px) {
    .wp .footer .alternate-site-text {
        margin-top: 20px;
    }
}

.alternate-site-text
{
    margin-bottom: 10px;
}

.wp .footer .footer-menu {
    list-style: none;
    padding-left: 0;
    line-height: 200%;
}

.wp .footer .copyright {
    color: #174982;
}

@media (min-width: 992px) {
    .wp .footer .copyright {
        text-align: center;
    }
}

.wp .footer .copyright a {
    color: #174982;
}

.wp .footer .copyright a:hover {
    color: #f5bc21;
}

/* endregion */

/* region MyHSV Ticket */

.wp .myhsv-header-img {
    margin-top: 15px;
    width: 100%;
}

.wp .fare-board {
    margin-bottom: 20px;
}

.wp .fare-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background-color: #d7441d;
    color: #ffffff;

}

.wp .fare-header h2 {
    color: #ffffff;
}

.wp .fare-header-icon-div {
    position: absolute;
    z-index: 0;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    left: 0;
    right: 0;
}

.wp .fare-header-icon {
    position: relative;
    height: 10%;
    width: 100%;
    max-height: 120px;
    object-position: right;
    object-fit: scale-down;
}

.wp .fare-header-content {
    padding: 30px 15px 15px 15px;
    position: relative;
    z-index: 1;
}

.wp .fare-table {
    width: 100%;
    overflow-x: scroll;
}

/* endregion */

/* region Newsroom & News (Archive) */

.wp .news-hero {
    width: 100%;
    max-width: 2560px;
    min-width: 320px;
    height: 1300px;
    position: absolute;
    background-color: #3773d7;
    margin-top: -50px;

}

.wp .news-hero-background {
    height: 100%;
    opacity: 0.2;
    background-image: url("images/pinwheels/pinwheel-news.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% + 400px);
    background-position-y: -100px;
    background-size: 1200px auto;
}

.wp .news-title {
    color: #174982;
}

.wp .news-title:hover
{
    color: #f5bc21;
    transition: all 0.15s ease;
}

.wp .news-date {
    color: #76a3ef;
    text-transform: uppercase;
    font-weight: bold;
}

.wp .news-content {
    color: #0d1a29;
}

.wp .news-more {
    color: #0d1a29;
    font-weight: bold;
}

.wp .news-more-icon {
    color: #76a3ef;
}

.wp .news-more-link:hover .news-more-icon, .wp .news-more-link:hover .news-more
{
    color: #f5bc21 !important;
    transition: all 0.15s ease;
}

.wp .news-break {
    margin: 60px 0 60px 0;
    border-top: 3px solid #f5bc21;
}

.wp .news-image {
    margin-bottom: 15px;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .wp .news-image {
        margin-bottom: 0;
    }
}

.wp .news-image img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    max-height: 450px;
    max-width: 600px;
}

.wp .news-image-single {
    width: 100%;
}

.wp .news-image-single img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    max-height: 600px;
    max-width: 600px;
}

.wp .news-header-div {
    padding-bottom: 175px;
}

.wp .news-intro {
    margin-top: -200px;
    background-image: url("images/gray-half-background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.wp .news-background-spacing {
    position: absolute;
    width: 100%;
    height: 700px;
}

.wp .news-posts {
    margin-top: -75px;
    margin-bottom: 80px;
}

@media (min-width: 992px) {
    .wp .news-posts {
        margin-top: -25px;
    }
}

.wp .news-btn-single {
    width: 100%;
}

.wp .news-single-content {
    margin-bottom: 80px;
}

.wp .news-single-content img {
    width: 100%;
    height: auto;
}

.wp .screen-reader-text {
    display: none;
}

/* endregion */

/* region News (Single) */

.wp .news-image-single {
    text-align: center;
}

.wp .news-image-single > img {
    /*width: 100%;*/
    height: auto;
    max-width: 100%;
    /*object-fit: scale-down;*/
}

.wp .news-paging-single {
    width: 100%;
    text-align: center;
    position: relative
}

.wp .left-align {
    position: relative;
    left: auto;
}

.wp .right-align {
    position: relative;
    right: auto;
}

@media (min-width: 768px) {
    .wp .left-align {
        position: absolute;
        left: 0;
    }

    .wp .right-align {
        position: absolute;
        right: 0;
    }
}

.wp .news-paging-single a {
    list-style-type: none;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 0;
    font-size: 17px;
    font-weight: 500;
    padding: 0.475rem 1.0rem 0.4rem 1.0rem;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    background-color: #76a3ef;;
    border-color: #76a3ef;
    border-width: 1px;
    border-style: solid;
    color: #ffffff;
    margin: 0 0 1.0rem 0;
    width: 210px;
}

.wp .news-paging-single a:hover, .wp .news-paging-single a:active, .wp .news-paging-single a:focus {
    background-color: #f5bc21;
    border-color: #f5bc21;
    color: #ffffff;
}


/* endregion */

/* region News Sidebar */
.wp .sidebar .widget h3 {
    display: block !important;

    font-family: termina, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #3873d7;
    letter-spacing: .05em;
    margin-bottom: 10px;
}

/* endregion */

/* region Campaign */

.wp .campaign-hero {
    width: 100%;
    max-width: 2560px;
    min-width: 320px;
    /*margin-top: -50px;*/
    background-color: #3773d7;
}

.wp .campaign-hero-img-desktop {
    display: none;
}

.wp .campaign-hero-img-mobile {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .wp .campaign-hero-img-desktop {
        display: block;
        width: 100%;
        height: auto;
    }

    .wp .campaign-hero-img-mobile {
        display: none;
    }
}


/* endregion */

/* region Custom Pagination */

.wp .custom-pagination
{
    display: flex;
    justify-content: center;
}

.wp .custom-pagination .btn
{
    margin-right: 6px !important;
}

.wp .custom-pagination  .btn.current,
.wp .custom-pagination  .btn.current:hover
{
    color: #fff !important;
    text-decoration: none !important;
    border: 2px solid #174982 !important;
    background-color: #174982 !important;
}

.wp .custom-pagination .btn.btn-page-number
{
    padding: .575rem 0 !important;
    min-width: 48px;
}

.wp .custom-pagination .btn.btn-outline.btn-page-counter {
    border: 2px solid rgba(0, 0, 0, 0) !important;
    cursor: auto !important;
    margin-right: 0 !important;
}

.wp .custom-pagination .btn.btn-outline.btn-page-counter:hover {
    color: #174982 !important;
    border: 2px solid rgba(0, 0, 0, 0) !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

/* endregion */

/* region Other */

#wpadminbar {
    position: fixed !important;
}

/* endregion */

/* region SVG Fixes */

/* Fix for icons to the left of WP content */
.wp svg + p {
    display: inline-grid;
}

/*.fl-builder-content img[src$=".svg"]:not(.preset) {*/
/*    width: 100% !important;*/
/*    height: auto !important;*/
/*    max-width: 120px;*/
/*}*/

/* endregion */

/* region Placeholder Fixes */
.wp ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #76a3ef !important;
}

.wp :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #76a3ef !important;
    opacity: 1 !important;
}

.wp ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #76a3ef !important;
    opacity: 1 !important;
}

.wp :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #76a3ef !important;
}

.wp ::-ms-input-placeholder { /* Microsoft Edge */
    color: #76a3ef !important;
}

.wp ::placeholder { /* Most modern browsers support this now. */
    color: #76a3ef !important;
}

/* endregion */

/* region BB Accordion */

.wp .fl-accordion
{
    margin-bottom: 40px;
}

.wp .fl-accordion-item {
    margin-bottom: 15px !important;
    border-style: solid !important;
    border-width: 0 !important;
    background-clip: border-box !important;
    border-color: #f5bc21 !important;
    border-bottom-width: 3px !important;
}

.wp .fl-accordion-button-label {
    color: #0c1929;
    font-weight: bold;
}

.wp .fl-accordion-button-label:hover {
    color: #0c1929;
}

.wp .fl-accordion-small .fl-accordion-button {
    padding: 10px 0 !important;
}

.wp .fl-accordion-button-label:focus, .fl-accordion-button-label:active, .wp .fl-accordion-button-icon:focus, .fl-accordion-button-icon:active {
    outline-style: none !important;
}

.wp .fl-accordion-button-icon {
    transition: all 0s;
    opacity: 1 !important;
}

.wp .fl-accordion-item a.fl-accordion-button-icon::after {
    color: #3873d7 !important;
    opacity: 1 !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f067" !important;
    font-size: 20px !important;

}

.wp .fl-accordion-item.fl-accordion-item-active a.fl-accordion-button-icon::after {
    color: #3873d7;
    opacity: 1 !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f068" !important;
    font-size: 20px !important;
}

.wp .fl-accordion-item.fl-accordion-item-active a.fl-accordion-button-icon {
    content: "";
}


.wp svg.fl-accordion-button-icon.fl-accordion-button-icon-right, .wp i.fl-accordion-button-icon.fl-accordion-button-icon-right {
    display: none;
}


/* endregion */

/* region BB MyHSV Block */

.wp .block-div {
    min-height: 300px;
    width: 100%;
}

.wp .block-div.blue {
    background-color: #0d1a29;
}

.wp .block-div.blue .block-content {
    color: #76a3ef !important;
}

.wp .block-div.yellow {
    background-color: #f5bc21;
}

.wp .block-div.yellow .block-content {
    color: #0d1a29 !important;
}

.wp .block-div .block-header {
    color: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.wp .block-div .block-content {
    position: relative;
    z-index: 1;
}

.wp .block-div .block-content p {
    margin-bottom: 5px;
}

.wp .block-icon a {
    height: 100%;
    position: relative;
}

.wp .block-icon-div {
    position: relative;
}

.wp .block-icon {
    position: absolute;
    height: 175px;
    width: auto;
    max-width: 175px;
    margin-right: 20px;
    object-position: right;
    top: 0;
    right: 0;
}

.wp .block-div.yellow .block-icon path {
    fill: #fdd056 !important;
    color: #fdd056 !important;
}

.wp .block-div.blue .block-icon path {
    fill: #0e2b4d !important;
    color: #0e2b4d !important;
}

.wp .fl-module-myhsv-block {
    display: flex;
    flex: 1;
}

.wp .fl-module-myhsv-block .fl-module-content.fl-node-content {
    display: flex;
    flex: 1;
}

.wp .block-div {
    flex: 1;
}


/* endregion */

/* region BB Image Text Row */

.wp .image-text-row {
    display: flex;
    align-items: center;
}

.wp .image-div {
    align-self: flex-start;
    display: inline-block;
    width: 25%;
}

.wp .text-div {
    display: inline-block;
    width: 75%;
    padding-left: 10px;
}

.wp .image-attachment {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

/* endregion */


/* region BB Slider */

/* Change left arrow button on BB slideshow */
.fl-slideshow-image-nav-left .fl-slideshow-nav-buttons a {
    background: none left center no-repeat !important;

}
/* Change right arrow button on BB slideshow */
.fl-slideshow-image-nav-right .fl-slideshow-nav-buttons a {
    background: none right center no-repeat !important;
    padding-right: 20px;
}

.fl-slideshow-image-nav-right .fl-slideshow-nav-buttons a:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    content: "\f054";
}

.fl-slideshow-image-nav-left .fl-slideshow-nav-buttons a:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    content: "\f053";
}

/* endregion */


/* region BB Buddy Booking Iframe */

.wp #sform
{
    width: 100%;
    height: 850px;
    overflow-y: scroll;
    overflow-x: scroll;
}

/* endregion */

.grecaptcha-badge {
    display:none !important;
}