.wrapper-section {
    width: 100%;
}
.wysiwyg img {
    display: block;
}
.wysiwyg p > img {

}
.wysiwyg *:last-child {
    margin-bottom: 0 !important;
}
.sidebar-open + .wrapper-section {
    margin-top: -3rem;
}
.card-feature {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
}

.card-cell {
    padding-bottom: 1.5rem;
}
.card-cell > .card-feature {
    margin-bottom: 0;
}
.card-feature > .content .title {
    min-height: 5.4rem;
}
/* Ensures items nexted in sidebar nav don't try to create additional space */
.inner-blocks > div {
    padding-top: 0;
    margin-top: 0;
}
.inner-blocks > div > .grid-container {
    padding-left: 0;
    padding-right: 0;
}
.wrapper-header header nav li:after {
    content: '';
}
.wpcf7-submit {
    display: inline-block;
    font-family: "GalanoGrotesque-Bold",Arial,sans-serif;
    font-size: .98rem;
    color: #002a45;
    background-color: #ffdb2a;
    padding: 0.5rem 1.2rem 0.7rem;
    border-radius: 20px;
    transition: background-color .3s ease-in-out;
    box-shadow: none;
    border: none;
}
.h-100 {
    height: 100%;
}
@media screen and (min-width: 64em) {
    .h-lg-100 {
        height: 100%;
    }
}
.mb-2r {
    margin-bottom: 2rem;
}

.aligncenter {
    margin: 0 auto;
}
.alignleft,
.alignright {
    clear: both;
    margin: 0 1rem 1rem;
}
.alignright {
    float: right;
    margin-right: 0;
}
.alignleft {
    float: left;
    margin-left: 0;
}
.aligncenter,
.alignright,
.alignleft {

    height: auto !important;
    max-width: 100%;
}
.wysiwyg .figcaption {
    font-family: "GalanoGrotesque-Medium",Arial,sans-serif;
    font-size: 1rem;
    background-color: #002a45;
    color: #fff;
    padding: 0.8rem 1.2rem;
}

/* Header fixes */
.wrapper-header .utility-search {
    /* Fix for flex height (setting 100% doesn't include neighbours padding height */
    height: auto;
}
.wrapper-header .utility-search .search-button {
    height: 100%;
    padding-top: 0;
}
nav#mainNav {
    display: inline-flex;
    justify-content: flex-end;
}
/* Ensures menu fills space for dropdown arrow */
nav#mainNav .nav-menu {
    /* Offset for padding-top */
    min-height: calc(100% - 2.5rem);
}
.wrapper-header-nav-large {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.wrapper-header-nav-large .utility-nav {
    flex: 0 0 auto;
    width: auto;
    justify-content: flex-end;
}
.wrapper-header-nav-large #mainNav {
    flex: 1 0 0%;
    width: 100%;
}
.wrapper-header-nav-large #mainNav > ul {
    /* Ensures spacing for new arrow */
    padding-bottom: 2.5rem;
}
/* - - - - - - - - */
/* NAV - dropdown  */
/* - - - - - - - - */
.nav-drop-wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    top: 100%;
    left: 0;
    background: #ffdb2a;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 30%);
    z-index: 15;
    transition: max-height 300ms;
    max-height: 0;
    will-change: max-height;
    overflow: hidden;
}
.nav-drop-wrapper.active {
    max-height: 80vh;
    z-index: 16;
}
.nav-drop-wrapper ul {
    list-style-type: none;
    padding: 0.5rem;
    margin: 0;
}
.nav-drop-wrapper .nav-drop {
    display: flex;
    flex-wrap: wrap;
}
.nav-drop-wrapper li a {
    text-decoration: none;
    text-transform: capitalize;
    font-family: "GalanoGrotesque-Bold",Arial,sans-serif;
    line-height: 1;
    color: #002a45;
    transition: color 150ms;
}
.nav-drop-wrapper li a:hover {
    color: #fff;
}
.nav-drop-item-main {
    flex: 0 0 auto;
    width: auto;
}
.nav-drop-item-main li {
    max-width: 300px;
}
.nav-drop-item-main a {
    font-size: 2.8rem;
}
.nav-drop-item-children {
    flex: 1 0 0%;
    width: 100%;
    display: flex;
}
.nav-drop-item-children li a {
    font-size: 1.3rem;
    line-height: 1.43;
}
.nav-drop-item-children > .col {
    width: 25%;
}
/* - - - - - - - - */
/* NAV - arrow     */
/* - - - - - - - - */
.nav-drop-arrow {
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    transform: translate(-50%, 100%) scaleX(1.5);
    width: 2rem;
    height: 1rem;
    transition: opacity 300ms, transform 300ms;
    opacity: 0;
    will-change: opacity, transform;
}
.nav-drop-arrow::before {
    content: '';
    position: absolute;
    background-color: #ffdb2a;
    width: 2rem;
    height: 2rem;
    display: block;
    transform: rotate(45deg) translateZ(0);
    transform-origin: center;
}
nav#mainNav .nav-menu .nav-item.has-children {
    position: relative;
}
nav#mainNav .nav-menu .nav-item.has-children.active .nav-drop-arrow {
    transform: translate(-50%, 0) scaleX(1.5);
    opacity: 1;
}

.card-simple--img .img {
    min-height: 300px;
}
.card-disabled {
    background-color: #afafaf;
    cursor: not-allowed;
}
.card-disabled .title {
    color: #efefef;
}
.card-simple .content {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.card-simple .cta-more {
    padding: 0.5rem 1.2rem 0.5rem !important;
}
.frm_button_submit,
.frm_final_submit,
.frm_submit > input {
    display: inline-block !important;
    font-family: "GalanoGrotesque-Bold",Arial,sans-serif !important;
    font-size: .98rem !important;
    background-color: #ffdb2a !important;
    color: #002a45 !important;
    padding: 0.5rem 1.2rem 0.5rem !important;
    border-radius: 20px !important;
    transition: background-color .3s ease-in-out !important;
    border: none !important;
}

.pl-0 {
    padding-left: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pass-eye-closed {
    background-image: url('../../../App_Themes/main/img/layout/closed-eye.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 99% 50%;
    cursor: pointer;
}
.pass-eye-opened {
    background-image: url('../../../App_Themes/main/img/layout/open-eye.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 99% 50%;
    cursor: pointer;
}
.narrow-input-pass{
    width:75%;
}

.positionStyle {
    bottom: 5rem !important;
    left: auto !important;
    right: 15px !important;
    top:auto !important;
}
