.simple-banner {
    z-index: 0;
    background: #00111f;
    position: fixed;
}

.simple-banner,
.simple-banner_2,
.simple-banner_3,
.simple-banner_4,
.simple-banner_5 {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
}

.simple-banner .simple-banner-text {
    font-family: "FontRegular";
    color: #ffffff;
    }

.simple-banner .simple-banner-text, 
.simple-banner_2 .simple-banner-text_2,
.simple-banner_3 .simple-banner-text_3,
.simple-banner_4 .simple-banner-text_4,
.simple-banner_5 .simple-banner-text_5 {
    font-weight: 700;
    padding: 10px 40px;
    position: relative;
    }

.simple-banner .simple-banner-button {
    color: #ffffff;
    }

.simple-banner .simple-banner-button:focus {
    outline: dotted 2px #ffffff !important;
    outline-offset: 2px;
    }

.simple-banner .simple-banner-button, 
.simple-banner_2 .simple-banner-button_2,
.simple-banner_3 .simple-banner-button_3,
.simple-banner_4 .simple-banner-button_4,
.simple-banner_5 .simple-banner-button_5 {
    border: none;
    background-color: transparent;
    padding: 0 5px;
    margin: 0 10px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    transform: translate(0%, -50%);
    right: 0;
    top: 50%;
    font-size: 16px;
    cursor: pointer;
    }

a.atb-searchbox__switch:focus,
a.glink:focus{
    outline: dotted 2px #ffffff !important;
    outline-offset: 2px;
    }

.previouspage a,
.nextpage a {
    background-color: #2D7BA1;
    position: relative;
    z-index: 1000;
    width: 20px;
    padding: 30px 0 22px 0;
    margin: 0;
    display: inline-flex;
    height: 99%;
    }

.previouspage a:hover,
.nextpage a:hover {
    background-color: #148526;
    }

.previouspage a .nav-arrow-left,
.nextpage a .nav-arrow-right {
    fill: #fff;
    }

.previouspage a:hover .nav-arrow-left:hover,
.nextpage a:hover .nav-arrow-right:hover {
    /* fill: #a1d6e2; */
    fill: #fff;
    }

ul.menu li.menu-item.previous-arrow, li.menu-item.next-arrow {
    width: 120px;
    }

ul.menu li.menu-item.next-arrow svg {
    transform: rotate(180deg);
    }

ul.menu li.menu-item.next-arrow:hover a svg {
    fill: #fff;
    }

.at-tabs--vertical:not(.at-tabs--right) .at-tabs__tab--active {
    border-right-color: var(--at-active-indicator-color, transparent);
    width: calc(100% + 12px);
    border-right: 1px solid #fff;
}



.ally-mega-menu {
    width: unset !important;
    }

.menu.collapsed > li.current_page_item {
    border-top: 0px;
    }

.menu.collapsed > li.current_page_item a .menu-item-title {
    color: #fff;
    border-bottomL 2px dotted #fff;
    }

.menu.collapsed > li.current_page_item a:hover .menu-item-title,
.menu.collapsed > li.current_page_item a:focus .menu-item-title {
    color: #013f66;
    }

@media (max-width: 1136px) {
    .ally-mega-menu {
        width: 20% !important;
        }
    }

@media (max-width: 768px) {
    .at-tabs--vertical:not(.at-tabs--right) .at-tabs__tab--active {
        border-right-color: #005289;
        width: calc(100% + 0px);
        border: 1px solid #005289;
        }

    }
/*
.ally-mega-menu .menu {
    justify-content: center;
    }

@media (max-width: 553px) {
  .ally-mega-menu {
        width: 30% !important;
        }
    }
*/


.accordion-two-col {
  column-count: 1;
  column-gap: 2rem;
}

@media (min-width: 768px) {
  .accordion-two-col {
    column-count: 2;
  }
}

.ff-global-error-summary {
    position: relative;
    background-color: #E11A00;
    color: #fff !important;
    padding: 0;
    margin-bottom: 20px;
    }

.error.text-danger,
.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label::after {
    color: #E11A00 !important;
    }

.fluentform .ff-el-is-error .ff-el-form-control {
    border-color: #E11A00 !important;
    border-width: 2px;
    }

.fluentform .ff-el-form-control::placeholder {
    color: #767676 !important;
    font-size: .75rem;
    }

.ff-default .ff-el-form-control {
    border-color: #767676 !important;
    }

.ff-error-msg {
    padding: 5px 10px;
    }
