.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0;
} [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
color: #e9540d;
margin: 10px 0;
}
h1 {
line-height: 2.65rem;
}
@media screen and (max-width: 640px) {
h1 {
font-size: 1.3rem;
line-height: 2rem;
}
h2 {
font-size: 1.1rem;
}
h3, h4, h5, h6 {
font-size: 1rem;
}
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #e9540d;
}
a:visited {
color: #e9540d;
}
a:hover, a:focus, a:active {
color: #e9540d;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} button,
input[type=button],
input[type=reset],
input[type=submit] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
border-color: #aaa #bbb #bbb;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}
.button {
background: orange;
display: block;
padding: 10px 20px;
margin: 0;
}
.team-members {
display: grid;
grid-template-columns: 1fr;
gap: 10px;
}
.team-members__member {
position: relative;
display: flex;
}
.team-members__details {
position: absolute;
bottom: 20px;
left: 20px;
z-index: 1;
color: white;
}
.team-members__details h2 {
margin: 0;
color: white;
font-size: 1.2rem;
}
@media screen and (min-width: 40em) {
.team-members {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (min-width: 64em) {
.team-members {
grid-template-columns: 1fr 1fr 1fr;
}
}
.case-studies {
display: grid;
grid-template-columns: 1fr;
}
.case-studies__content {
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
text-align: center;
font-size: 1.4rem;
font-weight: bold;
}
.case-studies__study {
position: relative;
display: flex;
}
.case-studies__study:after {
position: absolute;
display: block;
content: " ";
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.case-studies__study:nth-child(even):after {
background: rgba(30, 42, 78, 0.55);
}
.case-studies__study:nth-child(odd):after {
background: rgba(233, 84, 13, 0.55);
}
@media screen and (min-width: 40em) {
.case-studies {
grid-template-columns: repeat(3, 1fr);
}
.case-studies--one {
grid-template-columns: 1fr;
}
.case-studies--two {
grid-template-columns: repeat(2, 1fr);
}
.case-studies--three {
grid-template-columns: repeat(3, 1fr);
}
.case-studies--four {
grid-template-columns: repeat(4, 1fr);
}
}
.action-links-title {
text-align: center;
margin-bottom: 30px;
}
.action-links {
display: grid;
grid-template-columns: 1fr;
}
.action-links__link {
display: flex;
flex-flow: column;
gap: 10px;
align-items: center;
padding: 100px 20px;
text-decoration: none;
background-size: cover;
text-align: center;
justify-content: center;
}
.action-links__link:nth-child(1) {
background-color: #1e2a4e;
}
.action-links__link:nth-child(1) h2 {
color: white;
}
.action-links__link:nth-child(1) svg path {
fill: white;
}
.action-links__link:nth-child(2) {
background-color: #e9540d;
}
.action-links__link:nth-child(2) h2 {
color: #1e2a4e;
}
.action-links__link:nth-child(2) svg path {
fill: #1e2a4e;
}
.action-links__link:nth-child(3) {
background-color: #ededed;
}
.action-links__link:nth-child(3) h2 {
color: #e9540d;
}
.action-links__link:nth-child(3) svg path {
fill: #e9540d;
}
.action-links__link:nth-child(4) {
background-color: #384554;
}
.action-links__link:nth-child(4) h2 {
color: white;
}
.action-links__link:nth-child(4) svg path {
fill: white;
}
.action-links__link h2 {
margin: 0;
}
.action-links__link svg {
height: 45px;
}
.action-links__link--image *, .action-links__link--image h2 {
color: white !important;
}
.action-links__link--image svg path {
fill: white !important;
}
@media screen and (min-width: 40em) {
.action-links--one {
grid-template-columns: 1fr;
}
.action-links--two {
grid-template-columns: repeat(2, 1fr);
}
.action-links--two .action-links__link {
padding: 180px 20px;
}
.action-links--three {
grid-template-columns: repeat(2, 1fr);
}
.action-links--four {
grid-template-columns: repeat(2, 1fr);
}
.action-links--four a {
padding-top: 70px;
padding-bottom: 70px;
}
}
@media screen and (min-width: 64em) {
.action-links--one {
grid-template-columns: 1fr;
}
.action-links--two {
grid-template-columns: repeat(2, 1fr);
}
.action-links--two .action-links__link {
padding: 180px 20px;
}
.action-links--three {
grid-template-columns: repeat(3, 1fr);
}
.action-links--four {
grid-template-columns: repeat(4, 1fr);
}
}
.testimonial {
background: #ededed;
color: #1e2a4e;
padding: 4%;
font-size: 1.2rem;
text-align: center;
}
.testimonial__by {
font-weight: bold;
}
.call-to-action {
padding: 40px;
}
.call-to-action__button {
margin: 0;
background: transparent;
border: solid 2px white !important;
color: inherit !important;
padding: 10px 20px;
cursor: pointer;
text-decoration: none;
display: inline-block;
}
.call-to-action--image {
background-size: cover;
color: white;
}
.call-to-action--orange {
background: #e9540d;
color: #1e2a4e !important;
}
.call-to-action--blue {
background: #1e2a4e;
color: white !important;
}
.call-to-action--lgrey {
background: #ededed;
color: #e9540d !important;
}
.call-to-action--slate {
background: #384554;
color: white !important;
}
.call-to-action--dgrey {
background: #706f6f;
color: white !important;
}
@media screen and (min-width: 40em) {
.call-to-action {
padding: 40px 80px;
}
.call-to-action button {
margin: 0;
}
}
@media screen and (min-width: 64em) {
.call-to-action {
padding: 40px 120px;
}
}
@media screen and (max-width: 640px) {
.call-to-action * {
font-size: 1rem !important;
text-align: center !important;
}
.call-to-action__button {
display: block;
}
}
.feature-blocks__block {
display: grid;
grid-template-columns: 1fr;
margin: 40px 0;
}
.feature-blocks__content {
padding: 20px;
border: solid 2px #e9540d;
}
.feature-blocks__image {
background: #e9540d;
display: flex;
align-content: center;
justify-content: center;
padding: 70px 0;
}
.feature-blocks__image img {
max-width: 150px;
}
@media screen and (min-width: 40em) {
.feature-blocks__block {
grid-template-columns: 1fr 1fr;
}
.feature-blocks__content {
padding: 40px;
}
.feature-blocks__image {
padding: 0;
}
}
@media screen and (min-width: 64em) {
.feature-blocks__block {
gap: 40px;
}
.feature-blocks__content {
padding: 80px 40px;
}
}
.embed {
width: 100%;
aspect-ratio: 16/9;
position: relative;
}
.embed iframe {
position: absolute;
width: 100%;
height: 100%;
}
.contact-form input, .contact-form textarea, .contact-form select {
width: 100%;
background: white;
}
.contact-form input, .contact-form select {
height: 34px;
}
.contact-form label {
color: #e9540d;
margin-bottom: 5px;
display: block;
}
.contact-form input[type=submit] {
background: #e9540d;
color: white;
padding: 10px 20px;
border: none;
cursor: pointer;
margin-top: 10px;
}
.hero-cta {
position: relative;
}
.hero-cta .contact-form {
background: white;
padding: 20px;
border-radius: 10px;
}
.hero-cta .contact-form .wpcf7-spinner {
display: none;
}
.hero-cta .contact-form__caption {
color: black;
padding: 10px 0;
}
.hero-cta .contact-form__caption p {
margin: 0;
}
.hero-cta__image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
}
.hero-cta__container {
padding: 20px;
position: relative;
z-index: 1;
display: grid;
grid-template-columns: 1fr;
max-width: 1000px;
margin: 0 auto;
}
.hero-cta__content {
display: flex;
flex-flow: column;
align-self: center;
padding-right: 80px;
}
.hero-cta__button {
padding: 10px 20px;
border-radius: 5px;
color: white !important;
background: #e9540d;
text-decoration: none;
align-self: flex-start;
}
@media screen and (min-width: 40em) {
.hero-cta__container {
grid-template-columns: 3fr 2fr;
}
}
@media screen and (max-width: 640px) {
.hero-cta__content {
text-align: center;
padding-right: 0;
}
.hero-cta__button {
align-self: center;
width: 100%;
margin-bottom: 30px;
}
}
.code {
display: flex;
}
.company-details {
background: #1e2a4e;
color: white;
display: grid;
grid-template-columns: 1fr;
padding: 60px 40px;
gap: 50px;
text-align: center;
}
.company-details--footer {
max-width: 1000px;
margin: 0 auto;
}
.company-details__icon svg {
max-width: 150px;
margin-bottom: 30px;
}
@media screen and (min-width: 40em) {
.company-details {
grid-template-columns: 1fr 1fr;
}
.company-details *:only-child {
grid-column: 1/-1; justify-self: center; }
}
.address-lookup {
position: relative;
}
.address-lookup__suggestions {
border: 1px solid #ccc;
max-height: 300px;
overflow-y: auto;
position: absolute;
top: 100%;
right: 0;
width: 100%;
background-color: #fff;
z-index: 9999;
}
.address-lookup__suggestion {
padding: 8px;
cursor: pointer;
}
.address-lookup__suggestion:hover {
background-color: #f0f0f0;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
.grid-container > div:nth-child(1) {
margin-top: 40px;
}
.grid-container .grid--full {
margin-top: 0 !important;
}
.grid {
display: grid;
gap: 20px;
max-width: 1000px;
margin: 0 auto;
padding: 0 20px;
}
.grid--full {
margin: 0;
max-width: 100%;
padding: 0;
}
.grid--one {
grid-template-columns: 1fr;
gap: 0;
}
.grid--two {
grid-template-columns: 1fr;
}
.grid--three {
grid-template-columns: 1fr;
}
.grid--four {
grid-template-columns: 1fr;
}
.grid--sidebar {
grid-template-columns: 3fr 1fr;
gap: 20px;
}
@media screen and (min-width: 40em) {
.grid--one {
grid-template-columns: 1fr;
gap: 0;
}
.grid--two {
grid-template-columns: 1fr 1fr;
}
.grid--three {
grid-template-columns: 1fr 1fr 1fr;
}
.grid--four {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
.top-bar {
background: #1e2a4e;
color: #fff;
}
.top-bar__menu-button {
display: none;
}
.top-bar__shortcode {
margin-right: auto;
}
.top-bar__shortcode .ti-header.source-Google {
padding: 0 !important;
}
.top-bar__shortcode .ti-widget-container {
margin: 0 !important;
}
.top-bar__shortcode .ti-text, .top-bar__shortcode .ti-rating {
color: white !important;
}
.top-bar__inner {
max-width: 1000px;
margin: 0 auto;
display: flex;
gap: 20px;
align-items: center;
justify-content: flex-end;
padding: 10px 20px;
}
.top-bar svg {
fill: #e9540d;
display: flex;
height: 16px;
}
.top-bar a {
text-decoration: none;
color: white;
}
.top-bar__phone, .top-bar__email {
display: flex;
gap: 5px;
align-items: center;
}
.site-header {
background: #384554;
color: white;
}
.site-header__menu-button {
display: block;
width: 30px;
display: flex;
cursor: pointer;
margin-left: auto;
}
.site-header__menu-button svg {
fill: white;
width: 30px;
}
.site-header__logo {
height: 26px;
}
.site-header__inner {
max-width: 1000px;
margin: 0 auto;
padding: 0 20px;
display: flex;
gap: 10px;
align-items: center;
padding-top: 10px;
padding-bottom: 10px;
}
.site-header__nav {
margin-left: auto;
display: none;
}
.site-header__nav a {
color: white;
text-decoration: none;
white-space: nowrap;
display: flex;
height: 100%;
align-items: center;
}
.site-header__nav ul {
display: flex;
list-style: none;
margin: 0;
padding: 0;
justify-content: flex-end;
background: #384554;
}
.site-header__nav ul li {
height: 60px;
display: flex;
align-items: center;
position: relative;
padding: 0 12px;
}
.site-header__nav ul li a {
width: 100%;
}
.site-header__nav ul li:hover {
background: rgb(66.2, 81.5678571429, 99.3);
}
.site-header__nav ul li:hover > ul {
display: flex;
flex-flow: column;
z-index: 2;
background: rgb(66.2, 81.5678571429, 99.3);
}
.site-header__nav ul li ul {
display: none;
position: absolute;
left: 0;
top: 100%;
margin: 0;
list-style: none;
min-width: 150px;
background: #384554;
}
.site-header__nav ul li ul li {
height: auto;
position: relative;
padding: 5px 10px;
}
.site-header__nav ul li ul li:hover {
background: rgb(76.4, 94.1357142857, 114.6);
}
.site-header__nav ul li ul li:hover > ul {
display: flex;
flex-flow: column;
z-index: 2;
background: rgb(76.4, 94.1357142857, 114.6);
}
.site-header__nav ul li ul li ul li:hover {
background: rgb(86.6, 106.7035714286, 129.9);
}
.site-header__nav ul li ul li ul {
display: none;
position: absolute;
left: 100%;
top: 0;
margin: 0;
list-style: none;
}
@media screen and (min-width: 64em) {
.site-header__inner {
padding-top: 0;
padding-bottom: 0;
}
.site-header__menu-button {
display: none;
}
.site-header__nav {
display: block;
}
}
@media screen and (max-width: 640px) {
.top-bar__inner {
justify-content: center;
}
.top-bar span {
display: none;
}
}
.site-footer {
color: white;
margin-top: 50px;
}
.site-footer__top {
background: #e9540d;
}
.site-footer__bottom {
background: #1e2a4e;
}
.site-footer__inner {
max-width: 1000px;
margin: 0 auto;
padding: 40px 20px;
display: grid;
grid-template-columns: 1fr 3fr;
gap: 30px;
}
.site-footer__logo {
width: auto;
max-width: 200px;
}
.site-footer__accreditations {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 20px;
justify-content: center;
align-items: center;
}
.important-links__inner {
max-width: 1000px;
margin: 0 auto;
padding: 10px 20px;
display: flex;
justify-content: space-between;
}
.important-links ul {
display: flex;
list-style: none;
padding: 0;
margin: 0;
gap: 10px;
justify-content: flex-end;
}
@media screen and (max-width: 640px) {
.site-footer__inner {
grid-template-columns: 1fr;
}
.important-links__inner {
flex-direction: column;
align-items: center;
gap: 10px;
}
.important-links ul {
justify-content: center;
flex-flow: column;
text-align: center;
}
}
.mobile-menu {
position: fixed;
top: 0;
right: 0;
height: 100%;
width: 80vw;
background: #384554;
color: white;
display: none;
overflow-y: scroll;
}
.mobile-menu__close {
cursor: pointer;
}
.mobile-menu__close svg {
fill: white;
width: 45px;
padding: 10px;
margin-left: 5px;
display: flex;
margin-bottom: 20px;
}
.mobile-menu a {
color: white;
}
.mobile-menu--open {
display: block;
z-index: 99999;
}
.mobile-menu ul {
padding: 0;
margin: 0;
list-style: none;
}
.mobile-menu ul a {
display: block;
padding: 5px 10px 10px 20px;
border-bottom: solid 1px rgba(255, 255, 255, 0.2);
margin-bottom: 5px;
text-decoration: none;
}
.mobile-menu ul ul {
padding: 0;
margin: 0;
}
.mobile-menu ul ul a {
padding-left: 40px;
border-bottom: none;
}
.mobile-menu ul ul ul a {
padding-left: 60px;
}
.disable-overflow {
overflow: hidden;
}
.page-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
display: none;
z-index: 9999;
}
.page-overlay--open {
display: block;
}