/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
}

/**
 * Basic styles for links
 */
a {
  color: #74252C;
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within {
  color: #003E69;
  text-decoration: underline;
}

.bg-sky, .bg-blue {
  background-color: #D4DEEE;
}

.bg-smoke {
  background-color: #F1F4F8;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #003E69;
  font: normal 125%/1.4 montserrat, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: abril-text, serif;
  font-weight: 400;
}

.subhead {
  font-family: montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.subhead:after {
  content: "";
  width: 33%;
  border-bottom: 1px solid #74252C;
  margin-top: 0.5rem;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1380px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
  display: flex;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.justify-center {
  justify-content: center;
}

.justify-around {
  justify-content: space-around;
}

.justify-between {
  justify-content: space-between;
}

footer {
  background-color: #003E69;
  padding: 3rem 0;
  color: #6B8BC5;
}
footer .container {
  flex-direction: column;
}
footer .container .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
footer .container .logo img {
  height: 4rem;
  width: auto;
  object-fit: contain;
}
footer .container .content {
  margin: 1rem 0;
  padding: 2rem 0;
  border-top: 1px solid #375D77;
  border-bottom: 1px solid #375D77;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  footer .container .content {
    flex-direction: column;
  }
}
footer .container .content .social {
  width: 25%;
  border-right: 1px solid #375D77;
  padding-right: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  footer .container .content .social {
    width: 100%;
    text-align: center;
    border: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
footer .container .content .social h4 {
  font-family: montserrat, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0;
}
footer .container .content .social p {
  margin: 0;
}
footer .container .content .social a {
  color: #6B8BC5;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
footer .container .content .footer-nav {
  width: 45%;
  background: transparent;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 2rem;
  margin-right: 2rem;
  border-right: 1px solid #375D77;
}
@media screen and (max-width: 768px) {
  footer .container .content .footer-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    border: 0;
    text-align: center;
  }
}
footer .container .content .footer-nav a {
  color: #6B8BC5;
  background: transparent;
}
footer .container .content .contact {
  width: 30%;
}
@media screen and (max-width: 768px) {
  footer .container .content .contact {
    width: 100%;
    text-align: center;
  }
}
footer .container .content .contact p {
  margin: 0;
}
footer .container .content .contact a {
  color: #D4DEEE;
}
footer .container .copyright {
  font-size: 0.8rem;
  text-align: center;
}

#announcement {
  position: fixed;
  bottom: -100%;
  width: 100%;
  transition: bottom 1s 2s;
  text-align: center;
}
#announcement.show {
  bottom: 0;
}
#announcement .content {
  margin: 0 auto;
  padding: 1rem 2rem;
  background: #74252C;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #announcement .content {
    font-size: 0.9rem;
    font-weight: 400;
  }
}
#announcement .content a {
  color: #fff;
}

nav {
  background: #D4DEEE;
}
nav.main {
  padding-top: 2rem;
}
@media screen and (max-width: 1024px) {
  nav.main {
    padding-top: 0 !important;
  }
}
nav.main .container {
  position: relative;
  align-items: flex-start;
  overflow-y: scroll;
  transition: max-height 0.5s;
}
@media screen and (max-width: 1024px) {
  nav.main .container {
    background-color: #fff;
    max-height: 0;
    flex-direction: column;
  }
  nav.main .container .button {
    background: #74252C;
    color: #fff;
    margin-bottom: 2rem;
  }
}
nav.main .container.open {
  max-height: 100vh;
}
nav.main a {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #003E69;
}
nav.main a:not(.button) {
  padding: 1rem 0.5rem;
}
nav.main a.button {
  font-size: 0.8rem;
}
nav.main a.logo {
  position: relative;
  width: 30%;
  top: -2.5rem;
}
@media screen and (max-width: 1024px) {
  nav.main a.logo {
    display: none;
  }
}
nav.main .nav-control {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
@media screen and (max-width: 1024px) {
  nav.main .nav-control {
    display: flex;
  }
}
nav.main .nav-control a.logo {
  top: 0;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  nav.main .nav-control a.logo {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  nav.main .nav-control a.logo {
    width: 50%;
  }
}
nav.main .nav-control button {
  background: #fff;
  padding: 0 1rem;
  color: #003E69;
  line-height: 1;
  color: #003E69;
  height: 3rem;
  border: none;
  font-size: 1.5rem;
}

.hero {
  padding: 3rem 0;
  position: relative;
}
.hero:before {
  content: "";
  background-color: #D4DEEE;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
}
.hero .container {
  position: relative;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hero .container {
    flex-direction: column;
  }
}
.hero .container .text {
  width: 40%;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .hero .container .text {
    width: 100%;
    padding-right: 0;
  }
}
.hero .container .text h2 {
  font-size: 3rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}
.hero .container .text .cta {
  padding-top: 1.5rem;
}
.hero .container .images {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero .container .images {
    width: 100%;
    padding-top: 2rem;
  }
}
.hero .container .images .main-img {
  border-radius: 100%;
  width: 40vw;
  height: 40vw;
  display: block;
  /* height: 100%; */
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hero .container .images .main-img {
    width: 80vw;
    height: 80vw;
  }
}
.hero .container .images .main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .container .images .sub-img {
  height: 10rem;
  width: 10rem;
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .hero .container .images .sub-img {
    width: 10rem;
    height: 10rem;
    bottom: -2rem;
    right: 0;
  }
}
.hero .container .images .sub-img img {
  height: 100%;
  object-fit: cover;
}

.centered-text {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.centered-text .container {
  width: 50%;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .centered-text .container {
    width: 100%;
  }
}
.centered-text .container .heading {
  text-align: center;
}
.centered-text .container .heading .subhead:after {
  margin-left: auto;
  margin-right: auto;
}
.centered-text .container .heading h2 {
  font-size: 3rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}
.centered-text .container .content {
  text-align: center;
  padding: 0 2rem;
}
.centered-text .container .content .cta {
  text-align: center;
  margin: 3rem auto;
}

.grid-items {
  background-color: #003E69;
  color: #fff;
}
.grid-items .container {
  display: grid;
  padding: 3rem 0;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .grid-items .container {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
}
.grid-items .container .item {
  padding: 3rem;
  border-color: #306285;
  border-width: 0 1px 1px 0;
  border-style: solid;
}
.grid-items .container .item:nth-child(3n) {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .grid-items .container .item:nth-child(n+4) {
    border-bottom: none;
  }
}
.grid-items .container .item .icon {
  color: #D4DEEE;
}
.grid-items .container .item h3 {
  font-size: 2rem;
}
.grid-items .container .item p {
  font-size: 1.1rem;
}
.grid-items .container .item.title .subhead {
  font-size: 1rem;
  color: #6B8BC5;
}
.grid-items .container .item.title .subhead:after {
  border-color: #6B8BC5;
}

.staff {
  margin: 6rem 0;
}
.staff .container {
  display: block;
}
.staff .container .heading {
  text-align: center;
}
.staff .container .heading .subhead:after {
  margin-left: auto;
  margin-right: auto;
}
.staff .container .heading h2 {
  font-size: 3rem;
}
.staff .items {
  border-top: 1px solid #F1F4F8;
}
.staff .items .container {
  display: flex;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .staff .items .container {
    flex-direction: column;
  }
}
.staff .items .container .item {
  border: 1px solid #F1F4F8;
  border-bottom: none;
}
.staff .items .container .item .heading {
  padding: 2rem;
  border-bottom: 1px solid #F1F4F8;
}
.staff .items .container .item .heading .photo {
  border-radius: 100%;
  width: 12rem;
  height: 12rem;
  overflow: hidden;
  margin: 0 auto 2rem;
}
.staff .items .container .item .heading .photo img {
  object-fit: cover;
  width: 100%;
}
.staff .items .container .item .heading h3 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.staff .items .container .item .heading h4 {
  display: inline-block;
  color: #74252C;
  background-color: #F8F4F4;
  padding: 0.5rem;
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  font-weight: 600;
}
.staff .items .container .item .content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.staff .items .container .item .content p {
  font-size: 1rem;
  text-align: center;
}
.staff .items .container .item .content .cta {
  margin: 1rem auto;
}
.staff .items .container .item:hover, .staff .items .container .item:target {
  box-shadow: 0 46px 46px #F1F4F8;
}
.staff .items .container .glide__arrows {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.staff .items .container .glide__arrows button {
  background: none;
  border: none;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .staff .items .container .glide__arrows button {
    font-size: 2rem;
  }
}
.staff .cta {
  margin: 3rem auto;
  text-align: center;
}

.downloads {
  position: relative;
  padding: 3rem 0;
}
.downloads:before {
  content: "";
  background-color: #D4DEEE;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1px;
  left: 0;
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
}
.downloads .container {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .downloads .container {
    flex-direction: column;
  }
}
.downloads .container .heading {
  background: #D4DEEE;
  border: 2px solid #c2cbdb;
  padding: 4rem;
}
.downloads .container .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .downloads .container .grid {
    display: flex;
    flex-direction: column;
  }
}
.downloads .container .grid .item {
  padding: 1rem 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border: 2px solid #F1F4F8;
}
.downloads .container .grid .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.downloads .container .grid .item a span {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
.downloads .container .grid .item a .icon {
  display: inline-block;
  position: relative;
  padding: 1rem;
  margin-right: 2rem;
  flex-grow: 0;
}
.downloads .container .grid .item a .icon:before {
  content: "";
  position: absolute;
  left: calc(50% - 2rem);
  top: calc(50% - 2rem);
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
  background-color: #D4DEEE;
}
.downloads .container .grid .item a .icon img {
  position: relative;
  height: 100%;
  object-fit: cover;
}

.text-and-image .container {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .text-and-image .container {
    flex-direction: column !important;
  }
}
.text-and-image .container .image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  border-right: 2px solid #F1F4F8;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .text-and-image .container .image {
    width: 100%;
    border: none !important;
    padding: 4rem 0 0;
  }
}
.text-and-image .container .image img {
  display: inline-block;
  max-width: 80%;
}
.text-and-image .container .text {
  width: 50%;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .text-and-image .container .text {
    width: 100%;
  }
}
.text-and-image .container.image-right {
  flex-direction: row-reverse;
}
.text-and-image .container.image-right .image {
  border-left: 2px solid #F1F4F8;
  border-right: none;
}

.list-and-image {
  background: #D4DEEE;
}
.list-and-image .container {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .list-and-image .container {
    flex-direction: column !important;
  }
}
.list-and-image .container .list {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .list-and-image .container .list {
    width: 100%;
    border: none !important;
  }
}
.list-and-image .container .list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .list-and-image .container .list ul {
    display: flex;
    flex-direction: column;
  }
}
.list-and-image .container .list ul li {
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  position: relative;
  list-style-type: none;
}
.list-and-image .container .list ul li::before {
  content: url(/img/icons/check-bullet.png);
  height: 22px;
  width: 22px;
  /* padding-right: 1rem; */
  display: flex;
  align-items: center;
  position: absolute;
  top: 6px;
  /* object-fit: contain; */
  left: 0;
}
.list-and-image .container .image {
  width: 50%;
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .list-and-image .container .image {
    width: 100%;
    border: none !important;
    padding: 4rem 0 0;
  }
}
.list-and-image .container .image span {
  position: relative;
}
.list-and-image .container .image span:after {
  content: "";
  width: 6rem;
  height: 6rem;
  position: absolute;
  bottom: 1rem;
  right: -2rem;
  background: url("/img/check-circle.png") center center no-repeat;
  background-size: cover;
}
.list-and-image .container .image img {
  width: 20rem;
  height: 20rem;
  border-radius: 10rem;
  position: relative;
}
.list-and-image .container.image-right {
  flex-direction: row-reverse;
}
.list-and-image .container.image-right .list {
  border-right: 2px solid #fff;
}
.list-and-image .container.image-right .image {
  border-right: none;
}

.contact {
  padding: 4rem 0;
}
.contact .container {
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .contact .container {
    flex-direction: column;
  }
}
.contact .container .text {
  width: 40%;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .contact .container .text {
    width: 100%;
    padding-right: 0;
  }
  .contact .container .text p {
    font-size: 0.8rem;
  }
}
.contact .container .text .hours h4 {
  font-family: montserrat, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1;
}
.contact .container .text .hours p {
  font-size: 1rem;
  margin-top: 0;
}
.contact .container .form {
  padding: 2rem;
  border: 2px solid #F1F4F8;
}
.contact .container .map {
  padding: 2rem;
  border: 2px solid #F1F4F8;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .contact .container .map {
    width: 100%;
    margin-top: 2rem;
    margin-left: 0;
  }
}
.contact .container .map .map-image {
  background: #F1F4F8;
}
.contact .container .map .map-image iframe {
  object-fit: cover;
  max-width: 100%;
}

.gallery {
  padding: 5rem 0;
}
.gallery .container {
  position: relative;
  flex-direction: column;
}
.gallery .heading {
  text-align: center;
}
.gallery .heading .subhead:after {
  margin-left: auto;
  margin-right: auto;
}
.gallery .glide {
  width: 50rem;
  max-width: 60%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gallery .glide {
    max-width: 100%;
  }
}
.gallery .glide .glide__slide {
  display: flex;
  justify-content: center;
  background: #f9f9f9;
}
.gallery .glide__arrows {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.gallery .glide__arrows button {
  background: none;
  border: none;
  font-size: 3rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .gallery .glide__arrows button {
    font-size: 2rem;
  }
}
.gallery .cta {
  margin: 3rem auto;
  text-align: center;
}

.team-member .container {
  flex-direction: row;
  align-items: center;
}
.team-member .photo {
  width: 35%;
  padding: 2rem;
}
.team-member .photo img {
  width: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.team-member .text {
  width: 65%;
}

.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background: #74252C;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 1rem 1rem 1rem 2rem;
  position: relative;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 1;
  border: none;
  outline: none;
  border-radius: 0;
}
.button:hover, .button:target {
  text-decoration: none;
  color: #fff;
}
.button:after {
  /* removed font- based rules */
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-left: 2rem;
  /* using style CSS custom property */
  font: var(--fa-font-regular);
  font-size: 1.5rem;
  content: "\f138";
}
.button.light {
  background: #fff;
  color: #003E69;
}
.button.light:hover, .button.light:target {
  color: #003E69;
}
.button.transparent {
  background: transparent;
  color: #003E69;
  padding: 0;
  font-size: 1rem;
}
.button.transparent.text-light {
  color: #fff;
}

.form-input {
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 0.9rem;
  padding: 0.6rem;
  background: #fff;
  border: 1px solid #bbb;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  outline: none;
  resize: vertical;
  transition: border-color 0.3s ease;
  color: #6B8BC5;
  font-family: inherit;
  font-size: 0.8rem;
  line-height: 1.15;
}
.form-input[disabled] {
  border-color: #c8c8c8;
  background-color: #f2f2f2;
  box-shadow: none;
  cursor: not-allowed;
  color: #7d99cc;
}
.form-input:focus {
  border-color: #6B8BC5;
}
.form-input::placeholder {
  color: #375D77;
  opacity: 1;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.1;
  font-weight: 600;
}
.form-input:-ms-input-placeholder {
  color: #375D77;
}
.form-input::-ms-input-placeholder {
  color: #375D77;
}

.form-control {
  position: relative;
  margin: 0 0 0.9rem;
  box-sizing: border-box;
}
.form-control__input {
  position: absolute;
  opacity: 0;
  appearance: none;
  margin: 0;
  left: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.form-control__label {
  display: flex;
  align-items: center;
  position: relative;
  color: #6B8BC5;
}
.form-control__label::before, .form-control__label::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
}
.form-control__label::before {
  flex-shrink: 0;
  transition: border-color 0.3s ease;
  margin-right: 0.6rem;
  border-color: #bbb;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.form-control__label::after {
  position: absolute;
  top: calc(50% - 10px - 1px);
  left: 0;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0);
  transition: transform 0.3s ease;
}
.form-control__input[type=radio] + .form-control__label::before {
  border-radius: 100%;
}
.form-control__input[type=radio] + .form-control__label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M256%2C464c114.9%2C0%2C208-93.1%2C208-208c0-114.9-93.1-208-208-208C141.1%2C48%2C48%2C141.1%2C48%2C256C48%2C370.9%2C141.1%2C464%2C256%2C464z%22/%3E%3C/svg%3E");
}
.form-control__input[type=checkbox] + .form-control__label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M461.6%2C109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4c-2.4%2C0-4.6%2C1-6.3%2C2.5L194.5%2C323c0%2C0-78.5-75.5-80.7-77.7c-2.2-2.2-5.1-5.9-9.5-5.9c-4.4%2C0-6.4%2C3.1-8.7%2C5.4c-1.7%2C1.8-29.7%2C31.2-43.5%2C45.8c-0.8%2C0.9-1.3%2C1.4-2%2C2.1c-1.2%2C1.7-2%2C3.6-2%2C5.7c0%2C2.2%2C0.8%2C4%2C2%2C5.7l2.8%2C2.6c0%2C0%2C139.3%2C133.8%2C141.6%2C136.1c2.3%2C2.3%2C5.1%2C5.2%2C9.2%2C5.2c4%2C0%2C7.3-4.3%2C9.2-6.2L462%2C121.8c1.2-1.7%2C2-3.6%2C2-5.8C464%2C113.5%2C463%2C111.4%2C461.6%2C109.6z%22/%3E%3C/svg%3E");
}
.form-control__input[type=radio][disabled] + .form-control__label, .form-control__input[type=checkbox][disabled] + .form-control__label {
  cursor: not-allowed;
  color: #7d99cc;
}
.form-control__input[type=radio][disabled] + .form-control__label::before, .form-control__input[type=checkbox][disabled] + .form-control__label::before {
  border-color: #c8c8c8;
  background-color: #f2f2f2;
  box-shadow: none;
}
.form-control__input:focus + .form-control__label::before {
  border-color: #6B8BC5;
}
.form-control__input:checked + .form-control__label::after {
  transform: scale(1);
}

.form-select {
  appearance: none;
  box-sizing: border-box;
  margin: 0 0 0.9rem;
  padding: 0.6rem;
  padding-right: calc(0.9rem + 12px);
  width: 100%;
  background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M256%2C298.3L256%2C298.3L256%2C298.3l174.2-167.2c4.3-4.2%2C11.4-4.1%2C15.8%2C0.2l30.6%2C29.9c4.4%2C4.3%2C4.5%2C11.3%2C0.2%2C15.5L264.1%2C380.9c-2.2%2C2.2-5.2%2C3.2-8.1%2C3c-3%2C0.1-5.9-0.9-8.1-3L35.2%2C176.7c-4.3-4.2-4.2-11.2%2C0.2-15.5L66%2C131.3c4.4-4.3%2C11.5-4.4%2C15.8-0.2L256%2C298.3z%22/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.6rem) center;
  border: 1px solid #bbb;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  outline: 0;
  transition: border-color 0.3s ease;
  color: #6B8BC5;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
.form-select[disabled] {
  border-color: #c8c8c8;
  background-color: #f2f2f2;
  box-shadow: none;
  cursor: not-allowed;
  color: #7d99cc;
}
.form-select:focus {
  border-color: #6B8BC5;
}
.form-select::-ms-expand {
  display: none;
}

.form-row {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.form-row .half {
  width: 49%;
}
.form-row .button {
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
