/* roboto-300 - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local(''),
        url('/fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/roboto-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local(''),
        url('/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-italic - latin */
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: local(''),
        url('/fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/roboto-v30-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local(''),
        url('/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-regular - latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: local(''),
        url('/fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/raleway-v28-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-600 - latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
src: local(''),
        url('/fonts/raleway-v28-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/raleway-v28-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-800 - latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 800;
src: local(''),
        url('/fonts/raleway-v28-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/raleway-v28-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
  

*, ::after, ::before {padding: 0; margin: 0; box-sizing: border-box;}
html {font-size: 20px; scroll-behavior: smooth; scroll-padding-top: 3rem; /* height of sticky header */}
body {font-family: 'Roboto', sans-serif; line-height: 1.6; color: #333; background: white; font-weight: 300;} 
.container {max-width: 62rem; margin: 0 auto; padding: 0 clamp(0rem,4vw,3rem); position: relative;}
a {color: #1f477d;}
h1 {font-size: 1.75rem; font-weight: 800; font-family: 'Raleway';}
h2 {font-size: 1.25rem; text-align: center; font-weight: 600; font-family: 'Raleway'; color: #1f477d; text-transform: uppercase; margin-bottom: 2rem; padding-top: 0.25rem;}
h4, h3, .home .section h2:not(:first-child) {font-size: 1rem; color: #1f477d; font-weight: 600; font-family: 'Raleway'; text-transform: none; text-align: left; margin-bottom: 0.45rem; line-height: 1.3; padding-top: 0.25rem;}
h4 {font-size: 0.9rem; margin-bottom: 0.35rem;}
p, ul, ol {margin-bottom: 1.6em;}
p + ul {margin-top: -1.6em;}

.preheader, .footer {background-color: #1f477d; color: white;}
.preheader, .preheader a {color: rgba(255,255,255,0.85);}
.preheader a {text-decoration: none; display: inline-block; padding: 0.35rem 0;}
.preheader a + a {margin-left: 1rem;}
.preheader .container, .afterfooter .container, .header .container, .footer .container  {display: flex; justify-content: space-between; }
.preheader {font-size: 0.6rem; font-weight: 400;}
.preheader img {filter: invert(100%); display: inline-block; height: 0.8rem; position: relative; top: 0.1rem;}
.preheader div:nth-child(2) img {height: 0.6rem; margin-right: 0.25rem;}

.header {position: sticky; top: 0; box-shadow: 0px 0px 0.25rem rgba(0,0,0,0.2); background: white; z-index: 99; font-size: 0.65rem; font-weight: 600; font-family: 'Raleway'; letter-spacing: 0.05em;}
.header .container {align-items: center;}
.header .container .logo {display: block; padding: 0.5rem 0;}
.header .container .logo img {display: block; height: 3.5rem;}
.header .container ul {display: flex; margin-right: -0.75rem; margin: 0;}
.header .container ul li {list-style: none;}
.header .container ul li a {color: #333; text-transform: uppercase; text-decoration: none; display: block; padding: 0.75rem;}
.header .container ul li:hover a {color: #1f477d; position: relative;}
.header .container ul li:hover a::after {content: ""; width: calc(100% - 1.5rem); height: 0.15rem; background: rgb(57, 107, 172); position: absolute; bottom: 0; left: 0.75rem;}
.header .container .menubutton {opacity: 0.8; position: absolute; right: 4vw; top: 1.25rem; display: none; background: url(/img/menu.svg) center center / contain no-repeat; width: 2rem; height: 2rem; border: 0; cursor: pointer; border-radius: 0;}
body.menuopen .header .container .menubutton {background-image: url(/img/close.svg);}

.section:nth-child(odd) {background: rgba(31, 71, 125, 0.05);}
.section:nth-child(odd) img {mix-blend-mode: multiply;}
.section {font-size: 0.8rem; padding: 4rem 0;}
.section .container ul {margin-left: 0.8rem;}
.section h2:first-child {position: relative; margin-bottom: 3rem;}
.section h2:first-child::after {content: ""; width: 2.5rem; height: 0.2rem; background: rgb(57, 107, 172); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); margin-bottom: -0.8rem;}

.services, .customers {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    grid-gap: 3rem;
    text-align: center;
}
.services img {width: 5rem; display: inline-block; margin-bottom: 0.25rem;}
.services h3 {text-align: center!important;}
.customers img {width: 100%; height: 10rem; object-fit: contain; position: relative; bottom: 1rem;}

.section.intro.content {text-align: center;}
.section.intro.content img {height: 8rem; display: inline-block; margin: 0.5rem 0;}
.section.intro.content em {color: #1f477d;}

.strengths h3 {background: #1f477d; color: white; padding: 1rem 1.75rem; margin: -1.75rem -1.75rem 1.75rem -1.75rem;}
.strengths > div, .card {padding: 1.75rem 1.75rem 1.25rem; box-shadow: 0px 0px 0.25rem rgba(0,0,0,0.2); margin-bottom: 2rem; background: white}

#contact .container > div {display: flex; gap: 3rem;}
#contact .card {max-width: 20rem; width: 20rem; position: relative; flex-shrink: 0;}
#contact .card img {margin: -1.75rem -1.75rem -0.25rem -1.75rem; max-width: calc(100% + 3.5rem);}
#contact .card a {text-decoration: none; font-weight: 400;}
#contact form {width: 100%; display: flex; flex-direction: column; gap: 1rem;}
#contact form div {display: flex; flex-direction: column; gap: 0.25rem;}
#contact form div input,
#contact form div textarea {border: 1px solid #ccc; font-family: 'Roboto', sans-serif; line-height: 1.6; color: #333; background: white; font-weight: 300; font-size: 0.8rem; padding: 0.2rem 0.25rem;}
#contact form div textarea {height: 10rem; max-width: 100%; min-width: 100%;}
#contact form div input[type="submit"] {transition: all 0.25s ease-in-out;cursor: pointer; background: white; color: #1f477d; border: 2px solid rgb(57, 107, 172); padding: 0.35rem 1rem; font-weight: 600; font-family: 'Raleway'; font-size: 0.9rem; letter-spacing: 0.05em;}
#contact form div input[type="submit"]:hover {background: #1f477d; color: white; border-color: #1f477d;}
@media (max-width: 55rem) {
    #contact .container > div {flex-direction: column; gap: 1rem;}
    #contact .card {max-width: 100%; width: 100%;}
    #contact .card img {width: calc(100% + 3.5rem);}
}


#quote {text-align: center; font-size: 1.3rem; font-weight: 400;}
#quote p:last-child {margin-bottom: 0;}

.page.content {padding-bottom: 7rem;}
.page.content h1 {margin-bottom: 1rem;}
.page.content .container {max-width: 50rem;}

.footer {padding: 2.25rem 0 2.75rem; font-size: 0.75rem;}
.footer .map {max-width: 100%; width: 25rem; height: 12.5rem; background: url(/img/marker.svg) center calc(50% - 1rem) / auto 2rem no-repeat, url(/img/map.jpg) center center / cover no-repeat; position: relative; display: block;}
.footer .map > div {position: absolute; top: 50%; width: 100%; text-align: center; color: #b31412; font-weight: 400; line-height: 1.2;}
.footer .map > div.footer {background: rgba(255,255,255,0.75); line-height: 1.85; color: #333; font-weight: 400; top: auto; bottom: 0; left: 0; font-size: 0.55rem; padding: 0 0.25rem; text-align: left;}
.footer .map > div.button {top: auto; bottom: 1.5rem; width: 2rem; height: 2rem; right: 0.5rem; background: white url(/img/fullscreen.svg) center center / 88% auto no-repeat; box-shadow: 0px 0px 0.25rem rgba(0,0,0,0.2);}
.footer .map > div.button.large {color: black; text-align: left; padding: 0.4rem 0.6rem; height: auto; top: 0.5rem; bottom: auto; width: 13rem; left: 0.5rem; right: auto; background: white;}
.footer .map > div.button.large span {color: #1a73e8; font-size: 0.65rem;}
.footer .map:hover > div.button.large span {text-decoration: underline;}
.footer h3 {color: white; margin-bottom: 0.75rem;}
.footer p:last-child {margin: 0;}
.footer a {color: white; text-decoration: none;}

.afterfooter {padding: 0.8rem 0; font-size: 0.6rem; background: #14335b; font-weight: 400;}
.afterfooter ul {margin: 0 -0.5rem 0 0; display: flex;}
.afterfooter ul li {list-style: none;}
.afterfooter, .afterfooter a {text-decoration: none; color: rgba(255,255,255,0.85);}
.afterfooter ul li a {padding: 0.5rem; text-decoration: none;}

@media (max-width: 48rem) {
    .header .container ul {display: none;}
    .header .container .menubutton {display: block;}
    .footer .container {flex-direction: column; gap: 1.6rem;}
    body.menuopen .header .container {flex-direction: column; align-items: flex-start;}
    body.menuopen .header .container ul {display: flex; flex-direction: column; margin-bottom: 1rem; margin-top: 0.35rem; margin-left: -0.75rem; width: calc(100% + 1.5rem);}
    body.menuopen .header .container ul li:hover a::after {content: none;}
}

@media (max-width: 25rem) {
    .carousel ul li, .strengths > div, .card {padding-left: 6vw!important; padding-right: 6vw!important;}
    .strengths h3, #contact .card img {margin-left: -6vw; margin-right: -6vw; max-width: calc(100% + 12vw);}
}

@media (max-width: 380px) {
    html {font-size: 5.25vw;}
}