@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
.indent {
  text-indent: -9999em;
}
.button {
  position: relative;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  border-radius: 8px;
  font-family: var(--main);
  font-size: 1.5rem;
}
.button + a,
.button + button,
.button + submit {
  margin-left: 15px;
}
.button:hover {
  background: var(--primary);
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*! 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
	========================================================================== */
figure {
  margin: 0;
  padding: 0;
}
/**
* 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;
}
/**
* Rhatchetre 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;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus {
  outline: var(--primary) auto 3px;
}
img {
  max-width: 100%;
}
a,
a:visited {
  text-decoration: none;
  transition: ease all 0.3s;
  outline: none;
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  text-decoration: none;
}
a:active,
a:visited:active {
  text-decoration: none;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
  font-family: var(--heading);
  font-size: 3.25rem;
  text-align: center;
  color: var(--primaryText);
}
h1 em,
.h1 em,
h2 em,
.h2 em,
h3 em,
.h3 em,
h4 em,
.h4 em,
h5 em,
.h5 em {
  font-size: 1.75rem;
  color: var(--secondaryText);
  display: block;
  font-family: var(--main);
  font-style: normal;
  padding-bottom: 15px;
}
.btn {
  display: inline-block;
  appearance: none;
  background: transparent;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
  line-height: normal;
}
.outline {
  background: none;
  border: 2px solid var(--blue);
  color: #000;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
nav,
.nav,
nav ul,
.nav ul {
  list-style-type: none;
  padding-left: 0;
}
hr {
  border: none;
  background: #eee;
  height: 2px;
  width: 60px;
  margin: 35px auto 0;
}
.alignleft,
.alignright {
  margin-bottom: 1em;
}
address {
  font-style: normal;
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.screen-reader-text {
  position: absolute !important;
  left: -999em;
}
.html-times {
  font-size: 1.5em;
  vertical-align: sub;
}
form {
  margin: auto;
  max-width: 780px;
}
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="phone"],
form select,
form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 3.5rem;
  text-indent: 20px;
  border-radius: 1px;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border: 0;
  font-family: var(--main);
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  text-indent: 0px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: var(--main);
  box-sizing: border-box;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  border-radius: 8px;
  font-family: var(--main);
  font-size: 1.5rem;
  border: 0;
}
form input[type="submit"] + a,
form input[type="button"] + a,
form input[type="reset"] + a,
form button + a,
form input[type="submit"] + button,
form input[type="button"] + button,
form input[type="reset"] + button,
form button + button,
form input[type="submit"] + submit,
form input[type="button"] + submit,
form input[type="reset"] + submit,
form button + submit {
  margin-left: 15px;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover {
  background: var(--primary);
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form label {
  display: block;
}
form .field-wrapper {
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .fields,
  reform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .iwrap,
  .form-group,
  .field-wrap {
    width: 100%;
    padding-bottom: 12px;
  }
  .iwrap.quarter,
  .form-group.quarter,
  .field-wrap.quarter {
    width: 23%;
  }
  .iwrap.half,
  .form-group.half,
  .field-wrap.half {
    width: 48%;
  }
  .iwrap.third,
  .form-group.third,
  .field-wrap.third {
    width: 73%;
  }
  .iwrap.one-third,
  .form-group.one-third,
  .field-wrap.one-third {
    width: 31%;
  }
  .iwrap.two-thirds,
  .form-group.two-thirds,
  .field-wrap.two-thirds {
    width: 65%;
  }
  .iwrap.textarea,
  .form-group.textarea,
  .field-wrap.textarea,
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit,
  .iwrap.full,
  .form-group.full,
  .field-wrap.full {
    width: 100%;
  }
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.7rem;
  line-height: 1.75;
  color: var(--text);
  font-family: var(--main);
}
img {
  display: block;
}
#mainwrap {
  overflow: hidden;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1368px;
  width: 100%;
}
.text-content {
  padding: 40px 0 100px;
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  text-align: left;
  padding-top: 30px;
}
a {
  color: var(--primary);
}
.block.header {
  position: relative;
  color: var(--secondaryText);
  padding: 225px 20px;
  text-align: center;
}
.block.header.slim {
  padding: 175px 20px;
}
.block.header h1,
.block.header h2,
.block.header h3,
.block.header h4,
.block.header h5,
.block.header h6 {
  color: var(--secondaryHeading);
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 25px;
}
.block.header a {
  position: relative;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  border-radius: 8px;
  font-family: var(--main);
  font-size: 1.5rem;
  margin: auto;
}
.block.header a + a,
.block.header a + button,
.block.header a + submit {
  margin-left: 15px;
}
.block.header a:hover {
  background: var(--primary);
}
@media screen and (min-width: 768px) {
  .block.header {
    padding: 260px 20px;
  }
  .block.header.slim {
    padding: 140px 20px;
  }
}
#nav {
  position: relative;
  padding: 15px;
}
#nav .inner {
  height: 40px;
}
#nav #logo {
  position: relative;
  display: block;
  float: left;
  height: 40px;
  z-index: 2000;
}
#nav #logo img {
  margin-top: 3px;
  height: 37px;
  display: block;
}
#nav .menu {
  float: right;
  margin-right: 60px;
}
#nav .menu ul {
  display: none;
}
#nav .menu a {
  color: var(--text);
}
#nav .menu a:hover {
  color: var(--primary);
}
#nav #grip {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  background: var(--primary);
  text-align: center;
  z-index: 2000;
}
#nav #grip svg {
  width: 25px;
  height: 25px;
  margin-top: 7px;
  color: #fff;
}
#nav p {
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  #nav #logo {
    height: 47px;
    width: 180px;
    margin-top: 8px;
  }
  #nav #logo img {
    height: 47px;
    width: 180px;
  }
  #nav .inner {
    height: 65px;
  }
  #nav #grip {
    display: none;
  }
  #nav .menu {
    margin-right: 0;
  }
  #nav .menu p {
    text-align: right;
    height: 30px;
    line-height: 30px;
  }
  #nav .menu ul {
    display: block;
    display: flex;
  }
  #nav .menu li {
    padding-left: 20px;
  }
  #nav .menu a {
    text-transform: uppercase;
  }
}
.generic-supernav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.generic-supernav-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #fff;
}
.generic-supernav-overlay .primary {
  padding: 90px 20px 0;
  text-align: center;
}
.generic-supernav-overlay .primary .in {
  padding: 50px 20px 0;
}
.generic-supernav-overlay .primary li {
  padding: 5px 0;
}
.generic-supernav-overlay .primary a {
  color: #333;
  font-size: 2.2rem;
}
.generic-supernav-overlay .primary a:hover {
  color: #a91010;
}
.generic-supernav-overlay .secondary {
  padding: 30px 20px 0;
  color: #fff;
}
.generic-supernav-overlay .generic-social {
  padding-bottom: 30px;
}
.generic-supernav-overlay .generic-social li {
  list-style: none;
  display: inline-block;
  padding-right: 20px;
}
.generic-supernav-overlay .generic-social a {
  color: #fff;
  font-size: 24px;
  display: block;
  height: 53px;
  line-height: 53px;
  width: 53px;
  border-radius: 100%;
  background: var(--primary);
  text-align: center;
  padding: 1px;
}
.generic-supernav-overlay .generic-social a:hover {
  background: #fff;
  color: var(--text);
}
.generic-supernav-overlay .generic-social svg {
  display: block;
  height: 25px;
  width: 25px;
  margin: auto;
  margin-top: 14px;
}
.generic-supernav-overlay .generic-social span {
  display: none;
}
.generic-supernav-overlay .generic-contact {
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.35;
}
.generic-supernav-overlay .generic-contact strong {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}
.generic-supernav-overlay .generic-contact a {
  color: #fff;
}
.generic-supernav-overlay .generic-contact a:hover {
  color: var(--primary);
}
.generic-supernav-overlay .generic-contact p + p {
  padding-top: 10px;
}
.generic-supernav-overlay .generic-logo {
  display: none;
}
.generic-supernav-overlay .generic-logo img {
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .generic-supernav-overlay {
    display: flex;
  }
  .generic-supernav-overlay .inner {
    height: 100%;
    display: flex;
  }
  .generic-supernav-overlay .primary {
    width: 60%;
    display: flex;
    align-items: center;
    font-size: 3rem;
  }
  .generic-supernav-overlay .primary .in {
    padding: 0;
  }
  .generic-supernav-overlay .secondary {
    position: relative;
    width: 40%;
    background: var(--primary);
    display: flex;
    align-items: center;
  }
  .generic-supernav-overlay .secondary:before {
    position: absolute;
    top: 0;
    left: 0;
    right: -10000px;
    bottom: 0;
    content: "";
    background: var(--primary);
  }
  .generic-supernav-overlay .generic-logo {
    display: block;
  }
  .generic-supernav-overlay .in {
    position: relative;
    width: 100%;
  }
  .generic-supernav-overlay .generic-social li {
    padding: 75px 20px 75px 0;
  }
  .generic-supernav-overlay .generic-contact {
    background: none;
    padding: 0;
  }
  .generic-supernav-overlay .generic-contact a {
    text-decoration: underline;
    color: #fff;
  }
  .generic-supernav-overlay .generic-contact a:hover {
    color: #fff;
    text-decoration: none;
  }
}
#footer {
  position: relative;
  background: var(--gray-dk);
  color: var(--secondaryText);
  padding: 50px 25px;
}
#footer h6 {
  font-size: 1.7rem;
  padding: 0 0 20px 0;
  margin: 0;
}
#footer p {
  padding-bottom: 20px;
}
#footer img {
  display: inline;
  max-height: 45px;
  margin-right: 20px;
}
#footer .primary,
#footer .secondary,
#footer .tertiary {
  padding-bottom: 30px;
}
#footer li {
  list-style: none;
}
#footer a {
  color: #fff;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #footer .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #footer .copyright {
    width: 100%;
    text-align: center;
  }
}
.block.featured {
  position: relative;
  padding: 50px 30px;
}
.block.featured h1,
.block.featured h2,
.block.featured h3,
.block.featured h4,
.block.featured h5,
.block.featured h6 {
  max-width: 90%;
  margin: auto;
}
.block.featured header {
  padding-bottom: 35px;
}
.block.featured .item {
  position: relative;
  padding-bottom: 25px;
  text-align: center;
}
.block.featured .item a {
  position: relative;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  border-radius: 8px;
  font-family: var(--main);
  font-size: 1.5rem;
}
.block.featured .item a + a,
.block.featured .item a + button,
.block.featured .item a + submit {
  margin-left: 15px;
}
.block.featured .item a:hover {
  background: var(--primary);
}
.block.featured .item h1,
.block.featured .item h2,
.block.featured .item h3,
.block.featured .item h4,
.block.featured .item h5,
.block.featured .item h6 {
  text-transform: none;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 20px 0;
}
.block.featured .item p:last-of-type {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .block.featured {
    padding: 80px 30px;
  }
  .block.featured article {
    display: flex;
    flex-wrap: wrap;
  }
  .block.featured .item {
    width: 31%;
  }
  .block.featured .item:nth-of-type(2),
  .block.featured .item:nth-of-type(5) {
    margin: 0 2.5%;
  }
}
.block.feature-content {
  position: relative;
  padding: 50px 30px;
  color: var(--secondaryText);
  text-align: center;
}
.block.feature-content h1,
.block.feature-content h2,
.block.feature-content h3,
.block.feature-content h4,
.block.feature-content h5,
.block.feature-content h6 {
  max-width: 90%;
  margin: auto;
  padding-bottom: 30px;
  color: var(--secondaryText);
}
.block.feature-content article {
  padding: 30px;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .block.feature-content {
    padding: 130px 30px;
  }
  .block.feature-content article {
    padding: 50px 30px;
  }
}
.block.text-image {
  position: relative;
  padding: 50px 30px;
  background: var(--gray-lt);
}
.block.text-image article {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .block.text-image {
    padding: 65px 30px;
  }
  .block.text-image .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .block.text-image header {
    width: 100%;
    padding-bottom: 20px;
  }
  .block.text-image article {
    width: 46.5%;
  }
  .block.text-image figure {
    width: 46.5%;
  }
  .block.text-image img {
    display: block;
    border: 1px solid #fff;
  }
}
.block.services {
  position: relative;
  padding: 50px 30px;
}
.block.services h1,
.block.services h2,
.block.services h3,
.block.services h4,
.block.services h5,
.block.services h6 {
  max-width: 90%;
  margin: auto;
}
.block.services header {
  padding-bottom: 35px;
}
.block.services .item {
  position: relative;
  padding-bottom: 15px;
  max-width: 360px;
  margin: auto;
}
.block.services .item h1,
.block.services .item h2,
.block.services .item h3,
.block.services .item h4,
.block.services .item h5,
.block.services .item h6 {
  text-transform: none;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 20px 0;
}
.block.services .item a {
  display: block;
  position: relative;
}
.block.services .item a + div {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
}
.block.services footer {
  text-align: center;
}
.block.services footer a {
  position: relative;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  border-radius: 8px;
  font-family: var(--main);
  font-size: 1.5rem;
  background: #464646;
}
.block.services footer a + a,
.block.services footer a + button,
.block.services footer a + submit {
  margin-left: 15px;
}
.block.services footer a:hover {
  background: var(--primary);
}
@media screen and (min-width: 768px) {
  .block.services header {
    text-transform: uppercase;
  }
  .block.services article {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .block.services .item {
    width: 24%;
  }
  .block.services .item a + div {
    top: 90px;
  }
}
.block.logos {
  position: relative;
  padding: 50px 30px;
  background: var(--primary);
  color: var(--secondaryText);
}
.block.logos h1,
.block.logos h2,
.block.logos h3,
.block.logos h4,
.block.logos h5,
.block.logos h6 {
  color: var(--secondaryHeading);
}
.block.logos a {
  color: var(--secondaryText);
}
.block.logos footer {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .block.logos h1,
  .block.logos h2,
  .block.logos h3,
  .block.logos h4,
  .block.logos h5,
  .block.logos h6 {
    text-transform: uppercase;
    padding-bottom: 30px;
  }
  .block.logos .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.logos header {
    width: 100%;
  }
  .block.logos article {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.logos .item {
    max-width: 200px;
  }
  .block.logos footer {
    width: 22%;
  }
}
.block.questions {
  position: relative;
  padding: 50px 30px;
  background: var(--primary);
  color: var(--secondaryText);
  text-align: left;
}
.block.questions h1,
.block.questions h2,
.block.questions h3,
.block.questions h4,
.block.questions h5,
.block.questions h6 {
  text-align: left;
  color: var(--secondaryHeading);
  padding: 30px 0;
}
.block.questions a {
  color: var(--secondaryText);
}
.block.questions figure {
  height: 300px;
  width: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  object-fit: cover;
}
.block.questions figure img {
  display: block;
}
@media screen and (min-width: 768px) {
  .block.questions .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .block.questions header {
    width: 100%;
    padding-bottom: 20px;
  }
  .block.questions article {
    width: 60%;
  }
  .block.questions figure {
    width: 27%;
    height: auto;
  }
  .block.questions figure img {
    display: block;
  }
}
.block.about-row {
  position: relative;
  padding: 50px 30px;
}
.block.about-row h1,
.block.about-row h2,
.block.about-row h3,
.block.about-row h4,
.block.about-row h5,
.block.about-row h6 {
  text-align: left;
}
.block.about-row article {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .block.about-row {
    padding: 65px 30px;
  }
  .block.about-row .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .block.about-row header {
    width: 100%;
    padding-bottom: 20px;
  }
  .block.about-row article {
    width: 46.5%;
  }
  .block.about-row figure {
    width: 46.5%;
  }
}
.block.generic-text {
  position: relative;
  padding: 50px 30px;
}
.block.generic-text h1,
.block.generic-text h2,
.block.generic-text h3,
.block.generic-text h4,
.block.generic-text h5,
.block.generic-text h6 {
  text-align: left;
}
.block.generic-text article {
  padding-bottom: 30px;
}
.block.gray-row {
  position: relative;
  padding: 50px 30px;
}
.block.gray-row .inner {
  background: var(--gray-lt);
  color: #000;
  padding: 25px;
  box-sizing: border-box;
}
.block.gray-row h1,
.block.gray-row h2,
.block.gray-row h3,
.block.gray-row h4,
.block.gray-row h5,
.block.gray-row h6 {
  text-align: left;
  color: #000;
  font-weight: bold;
}
.block.gray-row article {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .block.gray-row {
    padding: 15px 30px;
  }
}
.block.contact {
  position: relative;
  padding: 50px 30px;
}
.block.contact aside {
  padding: 25px;
  background: var(--primary);
  color: var(--secondaryText);
}
.block.contact h1,
.block.contact h2,
.block.contact h3,
.block.contact h4,
.block.contact h5,
.block.contact h6 {
  text-align: left;
  color: var(--secondaryText);
  font-size: 2rem;
  text-transform: uppercase;
}
.block.contact article {
  margin: auto;
  max-width: 300px;
  padding: 30px 0;
}
.block.contact article button[type="submit"] {
  width: 300px;
  padding: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .block.contact .inner {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    align-items: start;
  }
  .block.contact aside {
    width: 30%;
    padding: 30px;
    box-sizing: border-box;
    order: 2;
  }
  .block.contact article {
    width: 67%;
    order: 1;
    max-width: 67%;
  }
}
.block.gallery {
  position: relative;
  padding: 50px 30px;
}
.block.gallery h1,
.block.gallery h2,
.block.gallery h3,
.block.gallery h4,
.block.gallery h5,
.block.gallery h6 {
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .block.gallery header {
    padding-bottom: 25px;
  }
  .block.gallery article {
    display: flex;
    flex-wrap: wrap;
  }
  .block.gallery article a {
    margin: 0 1%;
    width: 23%;
    background: #000;
  }
  .block.gallery article a img {
    transition: all 0.3s;
  }
  .block.gallery article a:hover img {
    opacity: 0.6;
  }
}
.block.info {
  position: relative;
  padding: 50px 30px;
  background: var(--primary);
  color: var(--secondaryText);
  text-align: center;
}
.block.info h1,
.block.info h2,
.block.info h3,
.block.info h4,
.block.info h5,
.block.info h6 {
  color: var(--secondaryHeading);
  text-transform: uppercase;
}
.block.info a {
  color: var(--secondaryText);
}
#mainwrap {
  clear: both;
}

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