html {
  box-sizing: border-box;
  }

*, *:before, *:after {
  box-sizing: inherit;
  }

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  }

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

html, body {
  height: 100%;
  }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  }

body {
  background: #0e443d;
  color: #fff;
  font: 400 16px/22px 'Roboto', Helvetica, Arial, sans-serif;
  -webkit-font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  }

a {
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  }

a:hover {
  color: #eee;
  }

em {
  font-style: italic;
  }

strong {
  font-weight: 700;
  }

h1 {
  font: 96px/1.1 Prata, Georgia, 'Times New Roman', times, serif;
  letter-spacing: -1px;
  margin: 0 auto;
  max-width: 1170px;
  }

h2 {
  font: 32px/1.2 Prata, Georgia, 'Times New Roman', times, serif;
  margin-bottom: 24px;
  max-width: 630px;
  }

h3 {
  font-family: Prata, Georgia, 'Times New Roman', times, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 14px;
  }

h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 36px;
  min-width: 140px;
  text-transform: uppercase;
  }

img {
  display: block;
  }

h4 img {
  display: inline-block;
  margin: 0 5px -4px 0;
  width: 20px;
  }

hr {
  background: #fff;
  border: none;
  color: #fff;
  height: 1px;
  margin: 24px 0;
  }

.wrap {
  margin: 0 auto;
  max-width: 2400px;
  padding: 0 48px;
  }

.header {
  align-items: center;
  background: #0e443d;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 48px 0;
  position: sticky;
  top: 0;
  z-index: 2;
  }

.logo {
  border: none;
  }

.logo:hover {
  color: #fff;
  }

.logo img {
  bottom: -5px;
  position: relative;
  display: inline-block;
  margin-right: 7px;
  width: 24px;
  }

.nav a:not(.btn) {
  margin-right: 48px;
  border: none;
  }

.nav img {
  display: inline;
  width: 20px;
  }

.header .btn {
  font-size: 18px;
  }

.menu-toggle {
  display: none;
  margin-bottom: -10px;
  position: relative;
  z-index: 1000;
  }

.content {
  margin: 0 auto;
  max-width: 1800px;
  }

.section {
  display: flex;
  justify-content: space-between;
  padding-bottom: 160px;
  }

.section > div {
  max-width: 800px;
  width: 100%;
  }

.section > div p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 24px;
  max-width: 630px;
  }

.section p.small {
  font-size: 16px;
  }

.intro {
  display: block;
  padding-bottom: 200px;
  text-align: center;
  }

.intro img {
  margin: 0 auto 64px;
  }

.intro p {
  font-size: 16px;
  }

.purpose {
  padding-bottom: 300px;
  }

.purpose > div p {
  font-size: 24px;
  }

.contact > p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 42px;
  min-width: 340px;
  }

.services .slideshow img {
  border-radius: 15px;
  margin: 36px 0 12px;
  max-width: 630px;
  width: 100%;
  }

.quote strong {
  font-size: 16px;
  }

.press .photo {
  margin-bottom: 16px;
  }

.press .photo img {
  border-radius: 15px;
  }

.press a {
  font-weight: 500;
  }

.press .article {
  margin-bottom: 48px;
  }

.press span {
  color: #bbb;
  font-size: 16px;
  }

.footer {
  align-items: baseline;
  padding-bottom: 48px;
  }

.footer p {
  font-size: 14px;
  }

.slides img { display: none }

.controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  max-width: 630px;
  xpadding: 0 12px;
  width: 100%
  }

.control { cursor: pointer; font-size: 18px }
.control:hover { color: #bbb }

.dots span {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 0 2px;
  transition: background 0.6s ease;
  width: 8px;
}

.dots span.active { background: #bbb }
.fade { animation-name: fade; animation-duration: 2s }

@keyframes fade { from {opacity: .5} to {opacity: 1} }

details {
  border-bottom: 1px solid #fff;
  padding: 24px 0 8px;
  }

details:first-child {
  padding-top: 0;
  }

details:last-child {
  border: none;
  }

details summary > * { display: inline }

details summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  }

details p {
  margin-bottom: 0;
  }

summary::-webkit-details-marker {
  display: none;
  }

summary::after {
  content: '';
  background: url('/_assets/images/chevron.svg');
  background-size: cover;
  height: 24px;
  justify-content: space-between;
  margin-left: 12px;
  position: relative;
  top: 3px;
  transition: transform 0.2s;
  width: 24px;
  }

details[open] > summary::after {
  transform: rotate(180deg);
  }

button, .btn {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: 300 16px 'Roboto', Helvetica, Arial, sans-serif;
  margin-top: 4px;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
  -webkit-font-smoothing: auto !important;
  }

button:hover, .btn:hover {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  color: #0e443d;
  }

.cancel {
  border-color: #bbb;
  color: #bbb;
  font-size: 14px;
  margin-left: 12px;
  }

form { width: 100% }
form p { margin-bottom: 20px }
form .row { display: flex; justify-content: space-between }
form .col { flex: 48% }
form .space { flex: 4% }

label {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3px;
  }

label span { color: #bbb; margin-left: 4px }

input, textarea {
  border: none;
  border-radius: 3px;
  font: 400 18px/24px 'Roboto', Helvetica, Arial, sans-serif;
  outline: 0;
  padding: 12px;
  width: 100%;
  }

textarea { resize: none }

.hidden { display: none }

.hamburger {
  cursor: pointer;
  display: inline-block;
  }

.bar1, .bar2, .bar3 {
  background: #fff;
  height: 2px;
  margin: 4px 0;
  transition: 0.2s;
  width: 20px;
  }

body.menu-open {
  overflow: hidden;
  }

.menu-open .bar1 {
  transform: translate(0, 5.8px) rotate(-45deg);
  }

.menu-open .bar2 {
  opacity: 0;
  }

.menu-open .bar3 {
  transform: translate(0, -5.8px) rotate(45deg);
  }

.mobile-menu {
  align-items: center;
  background: rgb(14,68,61);
  background: rgb(14,68,61,0.97);
  color: #fff;
  display: flex;
  height: 0;
  justify-content: center;
  left: 0;
  overflow-y: hidden;
  position: fixed;
  top: 0;
  transition: 0.2s;
  width: 100%;
  z-index: 1;
  }

.menu-open .mobile-menu {
  height: 100%;
  }

.mobile-menu ul {
  list-style: none;
  text-align: center;
  }

.mobile-menu ul li {
  font-size: 18px;
  margin-bottom: 16px;
  }

.mobile-menu ul li a:not(.btn) {
  border: none;
  }

@media only screen and (max-width: 1207px) {
  h1 { font-size: 64px }
  }

@media only screen and (max-width: 1100px) {
  form .row { display: block }
  }

@media only screen and (max-width: 977px) {
  .contact { display: block }
  form .row { display: flex }
  }

@media only screen and (max-width: 837px) {
  h1 { font-size: 48px }
  .section:not(.footer) { display: block; padding-bottom: 80px }
  .intro { padding-bottom: 100px }
  }

@media only screen and (max-width: 800px) {
  .wrap { padding: 0 32px }
  .header { padding: 24px 0 }
  .nav { display: none }
  .menu-toggle { display: block }
  }

@media only screen and (max-width: 637px) {
  h1 { font-size: 32px }
  h2 { font-size: 24px }
  h3 { font-size: 20px }
  summary::after { top: 0 }
  }

@media only screen and (max-width: 575px) {
  form .row { display: block }
  }

@media only screen and (max-width: 480px) {
  h1 { font-size: 28px }
  h3 { font-size: 18px }
  hr { margin: 16px 0 }
  details p { font-size: 16px }
  .wrap { padding: 0 16px }
  .header { padding: 16px 0 24px }
  .footer { display: block; text-align: center }
  .footer p { margin-bottom: 8px; }
  }
