.desktop {
    display: none !important;
}

body {
    background-image: none;
    font-size: 1.2rem;
    overflow-x: hidden;
}

iframe {
    max-width: 100%;
    height: auto;
}

#header-outer {
    width: 100%;
}

#root {
    width: 100%;
    margin-bottom: 0px;
}

#page-body {
    box-shadow: none;
}

#mobile-nav {
    position: fixed;
    top: 0;
    height: 100%;
    overflow-y: auto;
    width: 70%;
    min-width: 300px;
    left: 0;
    z-index: 9;
    background: white;
    padding: 2.5em;
    box-sizing: border-box;
    box-shadow: 0 0 100px;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-150%);
}
#mobile-nav.open {
    transform: translateX(0);
}

#mobile-nav a {
    color: white;
    font-size: 1.2rem;
    padding: .5em;
    display: block;
}

#mobile-nav ul ul {
    padding-left: 1em;
}

#mobile-nav li {
    display: block;
}

#mobile-nav-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 8;
}
#mobile-nav-overlay.open {
    display: block !important;
}

#header-mobile {
    overflow: hidden;
    padding: 20px 1.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header-mobile .logo {
    display: block;
    flex-basis: 200px;
}

#header-mobile .mobile-nav-icon {
    padding-right: 2em;
}

#header-mobile .strapline {
    flex-basis: 60%;
    margin-left: auto;
    height: 100px;
    font-size: 1.3em;
    text-align: right;
    color: #00447C;
    text-transform: uppercase;
    font-family: walkway_ultraboldregular, HelveticaNeueMedium, Helvetica, Arial, sans-serif;
    letter-spacing: 0.04em;
}

#header-mobile .strapline td {
    height: 120px;
    vertical-align: center;
    line-height: 0.9em;
}

.strapline-rotator .item {
    width: 100%;
}

#main {
    padding: 0 2vw;
}

.wide-column > .content, #center-column > .content {
    padding: 0 5%;
}

#left-column {
    float: none;
    width: 100%;
    min-height: 0;
    padding: 20px 0;
}

#main-navigation {
    position: static !important;
    width: 100% !important;
    border-top: 2px;
    border-bottom: 2px;
    border-style: solid;
    border-right: 0;
    border-left: 0;
    padding: 15px 0;
}

.vertical-navigation {
    margin-bottom: 0;
    text-align: center;
    position: relative;
}

.vertical-navigation ul {
}

.vertical-navigation ul li {
    display: inline-block;
    margin: 0 0px 3px;
}

.vertical-navigation ul li a {
    display: block;
    border-radius: 2px;
    padding: 4px 6px;
    background-color: #AAAAAA;
    font-size: 1.1em;
    color: #FFFFFF;
}

.vertical-navigation ul li a.active {
    color: #FFFFFF;
    background-image: none;
    background-color: #00447C;
}

.vertical-navigation ul li a.active.dropdown {
    background-image: none;
}

.vertical-navigation ul ul {
    display: none !important;
    margin-bottom: 5px;
}

.vertical-navigation ul .active ul {
    display: block;
    position: absolute;
}

.vertical-navigation ul ul li a {
    font-size: 0.9em;
    padding: 4px 6px;
}

.vertical-navigation ul ul li a.active2 {
    background-color: #f3f3f4;
}


.grid-item .text .title {
    padding: 0 0 0 10px;
    font-size: 1.3rem;
}

#hero-image .overlay {
    left: 0;
}

.page-grid {
    grid-template-columns: 1fr;
}

.grid-item-2 {
    width: 100%;
    margin: 0 0 2px 0;
}

.page .text {
    float: none !important;
    width: 100%;
    margin-left: 0;
    clear: both;
}

.grid-item-2 > .grid-item {
}

.grid-item-subpage {
    padding: 5px 5px 5px 15px;
    margin-bottom: 2px;
}

#center-column {
    float: none;
    width: 100%;
}

#center-column img {
    max-width: 100%;
}

#page-image {
    height: 184px;
    overflow: hidden;
}

#contact-cta {
    width: 90%;
    padding: 0 5%;
}

#contact-cta .item {
    width: 100%;
    float: none !important;
 }

.az-column {
    float: none !important;
    width: auto;
    padding: 0 15px;
}

#right-column {
    float: none;
    width: 100%;
    margin-right: 0px;
}

#right-column .grid-item .icon {
    top: 5px;
    right: 8px;
    width: 35px;
}

#right-column .grid-item .arrow {
    display: none;
}

#right-column .social {
    margin-top: 15px;
    border-top: 1px solid #707070;
}

.wide-column {
    grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 480px) {
    .wide-column {
        grid-template-columns: 1fr;
    }
}

#logos-footer {
    box-shadow: none;
    margin-top: 2px;
    text-align: center;
}

#logos-footer .item {
    margin: 0 5px;
}


#footer-outer-box {
}

#footer-outer {
    width: 90%;
    padding: 30px 5% 30px;
}

#footer-outer .float-left {
    float: none;
    width: 100%;
    text-align: center;
}

#footer-outer .float-right {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

form.formhandler fieldset fieldset label.legend {
    float: none !important;
}
