html,
body {
	padding: 0;
	margin: 0;
	min-width: 320px;
}
html {
	background-color: #ffffff;
	overflow-y: scroll;
	scroll-behavior: smooth;
}
body {
    font-family: 'Open Sans', sans-serif;
    color: #091f40;
}
main {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
}

h2 {
    font-size: 32px;
}
h3 {
    font-size: 28px;
}

.width-limiter {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.width-limiter.has-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.hidden {
	display: none !important;
}
.text-hidden,
.hidden-text {
	display: block;
	text-indent: -9999px;
	text-align: left !important;
	width: 1px;
	height: 1px;
	top: -1px;
	position: absolute;
}

#header {
    min-width: 320px;
    position: relative;
}

    #header .logo-cont {
        display: inline-block;
        vertical-align: bottom;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    #header .logo {
        width: 215px;
        height: 45px;
        background: url(../images/logo.svg) center center no-repeat;
        background-size: contain;
    }

#mobile-nav-toggle-cont {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: 0px;
}

#mobile-nav-toggle-button {
    width: 43px;
    height: 25px;
    background-image: url(../images/icon-mobile-menu.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    margin: 20px;
    transition: .25s transform;
}

#mobile-nav-toggle-button.active {
    background-image: url(../images/icon-mobile-menu-close.svg);
    transform: rotate(90deg);
}

#header nav {
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% - 305px);
}

#header ul {
    margin: 0;
    padding: 0;
}

    #header ul li {
        display: block;
    }

        #header ul li a {
            text-decoration: none;
            color: inherit;
            font-weight: 700;
        }
        #header ul li a:hover {
            color: #1392dc;
        }

.hero-cont .hero {
    padding-top: 56.25%;
    background: url(../images/hero.jpg?v=2024) center center no-repeat;
    background-size: cover;
}

.hero-cont .heading-cont {
    background-color: #1392dc;
    padding: 50px 0;
}

.hero-cont .heading-cont h1 {
    text-align: center;
    color: #ffffff;
    margin: 0;
    font-size: 28px;
    line-height: 1em;
    font-weight: 400;
}

main ul {
    list-style: none;
}
main ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
}
main ul li:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 1.25em;
    background: url(../images/arrow-right-solid.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
}

#about {
    padding-top: 20px;
    padding-bottom: 50px;
}
#about h2 {
    text-align: center;
}
#about ul {
    margin-top: 40px;
}

#contact {
    background-color: #091f40;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
#contact a {
    color: inherit;
    text-decoration: none;
}
#contact a:hover {
    color: #1392dc;
}

#contact .title {
    font-size: 24px;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#contact .title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-top: -5px;
}
#contact .title.phone:before {
    width: 24px;
    height: 24px;
    background-image: url(../images/phone-solid.svg);
}
#contact .title.email:before {
    width: 24px;
    height: 18px;
    background-image: url(../images/envelope-solid.svg);
}
#contact .title.location:before {
    width: 19px;
    height: 24px;
    background-image: url(../images/location-pin-solid.svg);
}

#contact .content-wrapper > div {
    position: relative;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    flex: 0 0 33.33%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

#contact .content-wrapper > div + div:before {
    content: '';
    display: inline-block;
    position: absolute;
}

#map iframe {
    width: 100%;
}

#footer {
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    color: #b1bcc5;
    padding-top: 20px;
    padding-bottom: 25px;
}

@media (max-width: 600px){
    #header nav:not(.active) {
        display: none;
    }
    #header nav {
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        background-color: #091f40;
        color: #ffffff;
    }
        #header nav ul li {
            border-top: 1px solid #010914;
        }
            #header nav ul li a {
                display: block;
                padding: 15px 20px;
                text-align: center;
            }
    #mobile-nav-toggle-cont {
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width: 800px){    
    #contact .content-wrapper > div {
        padding: 30px 20px;
    }

    #contact .content-wrapper > div + div:before {
        left: 50%;
        top: 0px;
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 95px;
        border-bottom: 2px solid #1392dc;
    }
}
@media (min-width: 425px){
    #header .logo {
        width: 305px;
        height: 64px;
    }
}
@media (min-width: 601px){
    #header ul {
        display: flex;
        justify-content: flex-end;
    }
        #header ul li {
            display: inline-block;
            vertical-align: middle;
            padding: 10px 20px 40px 20px;
        }
}
@media (min-width: 801px){
    .hero-cont .heading-cont h1 {
        font-size: 36px;
    }
    main ul {
        columns: 2;
        column-gap: 50px;
    }
    main ul li {
        font-size: 20px;
    }
    #about {
        padding-bottom: 100px;
    }
    #about ul {
        max-width: 925px;
        margin: 65px auto 0 auto;
    }
    #contact {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #contact .content-wrapper {
        display: flex;
        align-items: center;
    }
    #contact .content-wrapper > div {
        font-size: 20px;
    }
    #contact .content-wrapper > div + div:before {
        left: 0px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 95px;
        border-left: 2px solid #1392dc;
    }
}

@media (min-width: 1171px){
    .hero-cont .hero {
        padding-top: 0px;
        height: 650px;
    }
    .hero-cont .heading-cont h1 {
        font-size: 52px;
    }
}