@charset "UTF-8";
/*!
Theme Name: Modular Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: modular-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Modular Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Custom
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  min-height: 100vh; }

body {
  margin: 0;
  overflow-x: hidden; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none; }

.intro-modules article a {
  text-decoration: underline; }

.intro-modules article ol {
  margin-bottom: 20px; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

div {
  display: block;
  position: relative; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3; }

p {
  margin-bottom: 20px;
  line-height: 1.5; }

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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background-color: black;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0;
  width: 100%; }

.intro-modules article ol li {
  margin-bottom: 2.4rem; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .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%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
  outline: thin solid; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.bullet-list {
  display: block;
  position: relative; }
  .bullet-list > br {
    display: none; }
  .bullet-list .list-item {
    display: block;
    position: relative;
    padding-left: 20px; }
    .bullet-list .list-item::before {
      content: "";
      display: block;
      position: absolute;
      width: 5px;
      height: 5px;
      background: black;
      border-radius: 50%;
      left: 5px;
      top: 50%;
      transform: translateY(-50%); }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.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; }

.page {
  margin-bottom: 0; }

.site-content-short {
  margin-bottom: 125px; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.spacer {
  display: block;
  position: relative;
  width: 100%; }

.color-primary {
  color: white; }

.color-secondary {
  color: #161514; }

.color-tertiary {
  color: #D3461A; }

.color-tertiary-on-grey {
  color: #C73A0E; }

.color-quaternary {
  color: #e3e4e5; }

.color-quinary {
  color: #DC4F23; }

.color-senary {
  color: #122f40; }

.color-septenary {
  color: #565656; }

.bg-color-primary {
  background-color: white; }

.bg-color-secondary {
  background-color: #161514; }

.bg-color-tertiary {
  background-color: #D3461A; }

.bg-color-tertiary-on-grey {
  background-color: #C73A0E; }

.bg-color-quaternary {
  background-color: #e3e4e5; }

.bg-color-quinary {
  background-color: #DC4F23; }

.bg-color-senary {
  background-color: #122f40; }

.bg-color-septenary {
  background-color: #565656; }

.bg-gradient-primary {
  background: #1a8ca6;
  background: -moz-linear-gradient(left, #1a8ca6 1%, #166775 100%);
  background: -webkit-linear-gradient(left, #1a8ca6 1%, #166775 100%);
  background: linear-gradient(to right, #1a8ca6 1%, #166775 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a8ca6', endColorstr='#166775',GradientType=1 ); }

.bg-gradient-secondary, .site-header-short-bg {
  background: #545454;
  background: -moz-linear-gradient(top, #545454 1%, #323232 100%);
  background: -webkit-linear-gradient(top, #545454 1%, #323232 100%);
  background: linear-gradient(to bottom, #545454 1%, #323232 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#323232',GradientType=0 ); }

.bg-gradient-tertiary {
  background: #1a8ca6;
  background: -moz-linear-gradient(-45deg, #1a8ca6 1%, #f26f24 100%);
  background: -webkit-linear-gradient(-45deg, #1a8ca6 1%, #f26f24 100%);
  background: linear-gradient(135deg, #1a8ca6 1%, #f26f24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a8ca6', endColorstr='#f26f24',GradientType=1 ); }

/* Desktop */
/* Header and Footer */
/* Modules */
/* Mobile */
/* Header and Footer */
/* Modules */
.style-guide .color-swatch {
  width: calc(100% - 20px);
  height: 60px;
  display: block;
  position: relative; }

.style-guide table th {
  text-align: left; }

.style-guide table td {
  padding-bottom: 20px; }

.style-guide .buttons-table {
  background-color: #e5e5e4; }
  .style-guide .buttons-table th, .style-guide .buttons-table td {
    padding: 20px; }

.style-guide h1 {
  font-size: 45px !important; }

.style-guide h2 {
  font-size: 40px !important; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Montserrat */
@font-face {
  font-family: Montserrat;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/Montserrat-Regular.ttf"); }

@font-face {
  font-family: Montserrat;
  font-weight: normal;
  font-style: italic;
  src: url("fonts/Montserrat-Italic.ttf"); }

@font-face {
  font-family: Montserrat;
  font-weight: 500;
  font-style: normal;
  src: url("fonts/Montserrat-Medium.ttf"); }

@font-face {
  font-family: Montserrat;
  font-weight: 500;
  font-style: italic;
  src: url("fonts/Montserrat-MediumItalic.ttf"); }

@font-face {
  font-family: Montserrat;
  font-weight: 600;
  font-style: normal;
  src: url("fonts/Montserrat-SemiBold.ttf"); }

@font-face {
  font-family: Montserrat;
  font-weight: 600;
  font-style: italic;
  src: url("fonts/Montserrat-SemiBoldItalic.ttf"); }

@font-face {
  font-family: Montserrat;
  font-weight: bold;
  font-style: normal;
  src: url("fonts/Montserrat-Bold.ttf"); }

/* PlayFair */
@font-face {
  font-family: PlayfairDisplay;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/PlayfairDisplay-Regular.ttf"); }

@font-face {
  font-family: PlayfairDisplay;
  font-weight: normal;
  font-style: italic;
  src: url("fonts/PlayfairDisplay-Italic.ttf"); }

/*------*/
html {
  font-size: 62.5%;
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: white;
  background-color: #161514;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll; }

body {
  background-color: #161514; }

#content {
  background-color: white; }

#content > h1 {
  color: black; }

body,
button,
input,
select,
optgroup,
textarea {
  color: white;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  line-height: 1.3; }

p {
  clear: both;
  position: relative;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  line-height: 1.4;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin: 0 0 24px;
  /* 9 */
  margin: 0 0 2.4rem;
  /* 9 */
  letter-spacing: 0.14rem; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin: 0 0 24px;
  /* 9 */
  margin: 0 0 2.4rem;
  /* 9 */
  position: relative;
  letter-spacing: 0;
  font-weight: normal; }

h1, .h1 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 20px;
  /* 9 */
  font-size: 2rem;
  /* 9 */
  line-height: 1.1; }

h2, .h2 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 40px;
  /* 9 */
  font-size: 4rem;
  /* 9 */
  line-height: 1.3; }

h3, .h3 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 40px;
  /* 9 */
  font-size: 4rem;
  /* 9 */
  line-height: 1.3; }

h4, .h4 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 27px;
  /* 9 */
  font-size: 2.7rem;
  /* 9 */
  line-height: 1.3; }

h5, .h5 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 24px;
  /* 9 */
  font-size: 2.4rem;
  /* 9 */
  line-height: 1.4; }

h6, .h6 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 21px;
  /* 9 */
  font-size: 2.1rem;
  /* 9 */
  line-height: 1.4; }

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;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 1.5rem;
  /* 9 */
  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;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 1.5rem;
  /* 9 */ }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

::selection {
  background: #e3e4e5;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #e3e4e5;
  /* Gecko Browsers */ }

@media (max-width: 768px) {
  h1 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 40px;
    /* 9 */
    font-size: 4rem;
    /* 9 */
    line-height: 1.1; }
  h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 34px;
    /* 9 */
    font-size: 3.4rem;
    /* 9 */
    line-height: 1.1; }
  h3 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 27px;
    /* 9 */
    font-size: 2.7rem;
    /* 9 */
    line-height: 1.2; }
  h4 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 24px;
    /* 9 */
    font-size: 2.4rem;
    /* 9 */
    line-height: 1.3; }
  h5 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
    line-height: 1.4; }
  h6 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1.6rem;
    /* 9 */
    line-height: 1.4; }
  p {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1.6rem;
    /* 9 */
    line-height: 1.6; } }

a:focus,
.btn:focus {
  outline-width: 2px;
  outline-color: black; }

.ada-visible-focus {
  opacity: 0;
  z-index: 999;
  background-color: white; }
  .ada-visible-focus:focus {
    opacity: 1;
    color: black; }

a {
  color: #161514;
  letter-spacing: 0.1rem; }
  a.style-1 {
    text-decoration: none; }
  a.style-2 {
    color: #122f40;
    text-decoration: none; }

a:visited.style-1 {
  text-decoration: none; }

a:visited.style-2 {
  color: #122f40;
  text-decoration: none; }

a:hover, a:focus, a:active, a.hover {
  color: inherit; }
  a:hover.style-1, a:focus.style-1, a:active.style-1, a.hover.style-1 {
    color: #DC3A12; }
  a:hover.style-2, a:focus.style-2, a:active.style-2, a.hover.style-2 {
    color: #DC4F23; }

.btn {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  border-radius: 10px; }

.btn .btn-inner {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 14px 35px;
  /* 9 */
  padding: 1.4rem 3.5rem;
  /* 9 */
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: white;
  background: #DC3A12;
  transition: all 0.25s ease-out 0s;
  border-radius: 10px;
  letter-spacing: 0;
  text-align: center; }

.btn .btn-inner:hover,
.btn .btn-inner:focus,
.btn .btn-inner.hover {
  color: #D3461A;
  background: white; }

@media (max-width: 768px) {
  .btn .btn-inner {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 12px 25px;
    /* 9 */
    padding: 1.2rem 2.5rem;
    /* 9 */ } }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.mobile-menu {
  overflow: hidden; }

/* not the module masthead, the <header> tag */
#masthead {
  position: fixed;
  width: 100%;
  height: 126px;
  padding: 0;
  z-index: 10;
  top: 0;
  transform: translateY(0);
  transition: transform 0.5s ease-out 0s;
  background: white; }

/* scroll hide/show menu */
@media (max-width: 1024px) {
  #masthead.scrollDown,
  .module-sub-menu.scrollDown {
    transform: translateY(calc(-100% - 126px));
    transition: transform 0.5s ease-out 0s; }
  #masthead.scrollTransition,
  .module-sub-menu.scrollTransition {
    transition: transform 0.5s ease-out 0s; }
  #masthead.scrollRelative,
  .module-sub-menu.scrollRelative {
    position: fixed;
    transform: translateY(0); }
  #masthead.scrollUp,
  .module-sub-menu.scrollUp {
    position: fixed;
    transition: transform 0.5s ease-out 0s; } }

.site-branding {
  height: 100%; }

.site-main .module:first-child {
  margin-top: 126px; }

.site-main.legacy-page > .module:first-child,
.site-main.memorial-library-page > .module:first-child,
.site-main.tours-page > .module:first-child,
.site-main.grants-page > .module:first-child {
  top: 126px;
  position: fixed;
  margin-top: 0;
  z-index: 5; }

.site-main.legacy-page > .module:nth-child(2),
.site-main.memorial-library-page > .module:nth-child(2),
.site-main.tours-page > .module:nth-child(2),
.site-main.grants-page > .module:nth-child(2) {
  margin-top: 210px; }

.custom-logo-link {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -45px;
  width: 89px;
  height: auto;
  color: white; }
  .custom-logo-link span {
    color: #222; }
  .custom-logo-link img {
    margin: 0 auto;
    display: block; }

.element-invisible {
  position: absolute;
  opacity: 0; }

/* TOP MENU */
.site-top-menu {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: auto;
  height: 36px;
  z-index: 0; }

.site-top-menu .menu-top-menu-container {
  list-style: none;
  color: black;
  display: block;
  position: relative;
  padding: 0; }

.site-top-menu .menu-item {
  display: block;
  position: relative;
  height: 36px;
  padding: 0 9px;
  float: left;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 10px;
  /* 9 */
  font-size: 1rem;
  /* 9 */
  text-transform: uppercase;
  line-height: 36px; }
  .site-top-menu .menu-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid black;
    z-index: -1; }

.site-top-menu .menu-item a {
  color: #4e4f51;
  letter-spacing: 0.14rem;
  font-weight: bold; }

/* PRIMARY MENU */
.site-header-menu {
  display: block;
  position: absolute;
  top: 68px;
  left: calc(50% - 40px);
  transform: translateX(-50%);
  width: auto;
  height: 37px;
  z-index: 0; }
  .site-header-menu .menu-primary-menu-container {
    width: 100%;
    height: 100%; }

.site-header-menu .menu-primary-menu-container {
  list-style: none;
  color: black;
  display: flex;
  position: relative;
  padding: 0;
  height: 30px;
  align-items: center;
  justify-content: center; }

.site-header-menu .menu-item {
  display: block;
  position: relative;
  margin: 0 19px 0 0;
  flex: 0 0 auto; }
  .site-header-menu .menu-item:nth-child(3) {
    margin-right: 88px; }
  .site-header-menu .menu-item:nth-child(4) {
    margin-left: 69px; }
  .site-header-menu .menu-item:last-child {
    margin-right: 0; }

.site-header-menu .menu-item a {
  padding: 7px 5px;
  color: #39383a;
  letter-spacing: 0.14rem;
  display: block;
  position: relative;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 1.3rem;
  /* 9 */
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer; }
  .site-header-menu .menu-item a:hover::after, .site-header-menu .menu-item a:focus::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #D3461A; }

.site-header-menu .menu-item.current_page_item::after,
.site-header-menu .menu-item.current-page-ancestor::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid black; }

.site-header-menu .menu-item.current_page_item a::after,
.site-header-menu .menu-item.current-page-ancestor a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D3461A; }

.site-header-menu .menu-item.current_page_item:first-child::after,
.site-header-menu .menu-item.current-page-ancestor:first-child::after {
  display: none; }

.site-header-menu .menu-item.current_page_item:last-child::after,
.site-header-menu .menu-item.current-page-ancestor:last-child::after {
  border-bottom-color: #efeff0; }

.header-contact-button {
  display: none;
  width: 154px;
  height: 100%;
  background: #1390be;
  color: white;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  z-index: -2; }

.main-navigation {
  clear: both;
  display: none;
  width: 100%;
  height: 0%;
  position: fixed;
  background-size: cover;
  top: 114px;
  left: 0;
  z-index: -1;
  background: white;
  transition: height 0.35s ease-out 0s;
  flex-direction: column;
  justify-content: center;
  overflow-y: hidden;
  overflow-x: hidden; }

.main-navigation .menu-primary-menu-container {
  display: block; }

.main-navigation .menu-top-menu-container {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 8 */
  margin: 0 auto 0;
  /* 9 */
  opacity: 0;
  transform: translateY(-15px);
  transition: all 0.25s ease-out 0s;
  display: flex;
  flex-direction: column; }
  .main-navigation .menu-top-menu-container .menu-item:nth-child(1) {
    order: 3; }
    .main-navigation .menu-top-menu-container .menu-item:nth-child(1) a {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 14px;
      /* 9 */
      font-size: 1.4rem;
      /* 9 */
      line-height: 2; }
  .main-navigation .menu-top-menu-container .menu-item:nth-child(2) {
    order: 1; }
    .main-navigation .menu-top-menu-container .menu-item:nth-child(2) a {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 30px;
      /* 9 */
      font-size: 3rem;
      /* 9 */
      line-height: 1.5;
      letter-spacing: 0.14rem; }
  .main-navigation .menu-top-menu-container::before {
    content: "";
    width: 35%;
    height: 1px;
    background-color: #39383a;
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    order: 2;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    margin: 10px 0;
    /* 9 */
    margin: 1rem 0;
    /* 9 */ }

.main-navigation.show {
  height: calc(100vh - 114px);
  -webkit-transition: height 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: height 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s; }

.main-navigation.mobile-overflow {
  overflow-y: auto; }

.main-navigation .menu-primary-menu-container {
  display: block;
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  padding-top: 10px;
  position: relative;
  text-align: center; }

.main-navigation .menu-primary-menu-container ul,
.main-navigation .menu-primary-menu-container > .menu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation .menu-primary-menu-container ul ul,
.main-navigation .menu-primary-menu-container > .menu .menu {
  left: -999em;
  top: 0; }

.main-navigation .menu-primary-menu-container ul li:hover > ul,
.main-navigation .menu-primary-menu-container ul li.focus > ul,
.main-navigation .menu-primary-menu-container .menu .menu-item:hover > .menu,
.main-navigation .menu-primary-menu-container .menu .menu-item.focus > .menu {
  left: 100%; }

.main-navigation .menu-primary-menu-container ul a,
.main-navigation .menu-primary-menu-container .menu a {
  width: 200px; }

.main-navigation .menu-primary-menu-container .menu-item:hover > ul,
.main-navigation .menu-primary-menu-container .menu-item.focus > ul,
.main-navigation .menu-primary-menu-container .menu-item:hover > .menu,
.main-navigation .menu-primary-menu-container .menu-item.focus > .menu {
  left: auto; }

.main-navigation .menu-item {
  position: relative;
  opacity: 0;
  transform: translateY(-15px);
  transition: all 0.25s ease-out 0s;
  min-width: 320px; }

.main-navigation .menu-item a {
  transition: transform 0.25s ease-out 0s; }

.main-navigation.show .menu-item {
  opacity: 1;
  transform: translateY(0); }

.main-navigation.show .menu-top-menu-container {
  opacity: 1;
  transform: translateY(0); }

.main-navigation.show .menu-item:nth-child(1) {
  transition: all 0.25s ease-out 0.2s; }

.main-navigation.show .menu-item:nth-child(2) {
  transition: all 0.25s ease-out 0.25s; }

.main-navigation.show .menu-item:nth-child(3) {
  transition: all 0.25s ease-out 0.3s; }

.main-navigation.show .menu-item:nth-child(4) {
  transition: all 0.25s ease-out 0.35s; }

.main-navigation.show .menu-item:nth-child(5) {
  transition: all 0.25s ease-out 0.4s; }

.main-navigation.show .menu-item:nth-child(6) {
  transition: all 0.25s ease-out 0.45s; }

.main-navigation.show .menu-top-menu-container {
  transition: all 0.25s ease-out 0.5s; }

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #39383a;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 30px;
  /* 9 */
  font-size: 3rem;
  /* 9 */
  line-height: 1.5;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  max-width: 100vw;
  word-break: break-word; }

.main-navigation .menu-item {
  text-align: center; }

.main-navigation .menu-item.current_page_item a:focus,
.main-navigation .menu-item.current_page_item a:hover,
.main-navigation .menu-item.current_page_item a {
  color: #D3461A; }

.main-navigation-detect {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0; }

.main-navigation .menu-primary-menu-container:hover .menu-item a {
  /*transform: translateX(0);*/ }

.main-navigation .menu-primary-menu-container .menu-item:hover a {
  color: #D3461A; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled .menu-primary-menu-container {
  display: block; }

button.menu-toggle {
  border: none;
  padding: 10px 41px 10px 10px;
  background: transparent;
  outline: none;
  display: none;
  position: absolute;
  width: auto;
  height: 34px;
  top: 48px;
  right: 14px; }
  button.menu-toggle .menu-label {
    display: block;
    position: relative;
    float: left;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */
    letter-spacing: 0.14rem;
    line-height: 17px;
    color: #39383a;
    font-weight: 600;
    text-transform: uppercase; }

.menu-icon,
.menu-icon-close,
.menu-icon-rollover {
  display: block;
  position: absolute;
  top: 1px;
  transition: all 0.25s ease-in-out 0s;
  position: absolute; }
  .menu-icon filter feFlood,
  .menu-icon-close filter feFlood,
  .menu-icon-rollover filter feFlood {
    flood-color: #39383a; }
  .menu-icon g,
  .menu-icon-close g,
  .menu-icon-rollover g {
    fill: #39383a; }

.menu-icon {
  opacity: 1;
  transform: rotate(0); }

.menu-icon-rollover {
  opacity: 0; }

.menu-icon-close {
  opacity: 0;
  transform: rotate(90deg); }

button.menu-toggle .menu-icon,
button.menu-toggle .menu-icon-rollover {
  width: 27px;
  height: 16px;
  top: 11px;
  right: 8px; }

button.menu-toggle .menu-icon-close {
  width: 27px;
  height: 20px;
  top: 8px;
  right: 8px; }

button.menu-toggle:hover .menu-icon,
button.menu-toggle:focus .menu-icon {
  display: block;
  opacity: 1;
  transform: rotate(0); }

button.menu-toggle.expand .menu-icon-close {
  opacity: 1;
  transform: rotate(0); }

button.menu-toggle.expand .menu-icon {
  opacity: 0;
  transform: rotate(-90deg); }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* Header Short */
.site-header-short {
  width: 100%;
  height: 205px;
  z-index: 10;
  position: relative;
  margin-bottom: 150px; }

.site-header-short-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 205px;
  z-index: 8; }

@media (max-width: 1024px) {
  .site-top-menu,
  .site-header-border {
    display: none; }
  .custom-logo-link {
    width: 76px;
    height: auto;
    margin-left: inherit;
    transform: translateX(-50%); }
    .custom-logo-link img {
      max-width: 100%; }
  button.menu-toggle {
    display: block;
    position: relative;
    right: inherit;
    float: right;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-right: 17px;
    /* 9 */
    margin-right: 1.7rem;
    /* 9 */ }
  .site-header-menu {
    display: none; }
  #masthead {
    height: 114px; }
  .site-main .module:first-child {
    margin-top: 114px; }
  .site-main.legacy-page > .module:first-child,
  .site-main.memorial-library-page > .module:first-child,
  .site-main.tours-page > .module:first-child,
  .site-main.grants-page > .module:first-child {
    top: 114px; }
  .site-main.legacy-page > .module:nth-child(2),
  .site-main.memorial-library-page > .module:nth-child(2),
  .site-main.tours-page > .module:nth-child(2),
  .site-main.grants-page > .module:nth-child(2) {
    margin-top: 182px; } }

@media (max-width: 797px) {
  .site-main.legacy-page > .module:first-child,
  .site-main.memorial-library-page > .module:first-child,
  .site-main.tours-page > .module:first-child,
  .site-main.grants-page > .module:first-child {
    top: inherit;
    position: relative;
    margin-top: 114px;
    z-index: 0; }
  .site-main.legacy-page > .module:nth-child(2),
  .site-main.memorial-library-page > .module:nth-child(2),
  .site-main.tours-page > .module:nth-child(2),
  .site-main.grants-page > .module:nth-child(2) {
    margin-top: 0; } }

@media (max-width: 365px) {
  .site-header-menu .menu-item:last-child a {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12px;
    /* 9 */
    font-size: 1.2rem;
    /* 9 */
    height: 31px;
    line-height: 31px;
    padding-top: 0;
    padding-bottom: 0; }
  button.menu-toggle {
    height: 31px;
    line-height: 31px;
    padding-top: 0;
    padding-bottom: 0; }
    button.menu-toggle::before {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 12px;
      /* 9 */
      font-size: 1.2rem;
      /* 9 */
      height: 31px;
      line-height: 31px; }
  button.menu-toggle .menu-icon,
  button.menu-toggle .menu-icon-rollover {
    top: 8px; }
  button.menu-toggle .menu-icon-close {
    top: 5px; } }

@media (max-width: 342px) {
  .site-header-menu .menu-item:last-child {
    display: none; } }

/* Footer */
#footer-sidebar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  clear: both;
  background: #DC3A12;
  padding: 55px 0 25px; }
  #footer-sidebar #footer-sidebar1 #custom_html-2 {
    text-align: right;
    height: 27px; }
  #footer-sidebar .facebook-share-el {
    width: 27px;
    height: 27px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    color: white;
    margin-right: 12px; }
    #footer-sidebar .facebook-share-el span {
      color: white; }
    #footer-sidebar .facebook-share-el img {
      display: block !important;
      width: 100%;
      height: auto;
      position: relative;
      margin: 0 auto; }

#footer-sidebar::after {
  content: "";
  display: block;
  position: relative;
  clear: both; }

/* Column 1 */
#footer-sidebar1 img {
  margin-left: 3px;
  margin-bottom: 35px;
  width: 85px; }

#footer-sidebar1 {
  margin: 0 30px 10px;
  flex: 0 1 100%;
  border-bottom: 3px solid white; }
  #footer-sidebar1 .widget {
    margin-bottom: 10px; }

#footer-sidebar1 p {
  margin-top: 0; }

/* Column 2 */
#footer-sidebar2 {
  padding-left: 30px;
  flex: 0 1 60%;
  display: flex;
  flex-direction: row; }
  #footer-sidebar2 #media_image-2 {
    flex: 0 1 89px;
    width: 89px;
    height: auto;
    margin-right: 20px; }
  #footer-sidebar2 #text-3 {
    flex: 0 1 auto;
    position: relative; }
  #footer-sidebar2 .textwidget p {
    font-weight: 600;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    margin: 0 15px 11px 0;
    /* 9 */
    margin: 0 1.5rem 1.1rem 0;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 10px;
    /* 9 */
    font-size: 1rem;
    /* 9 */
    text-transform: uppercase;
    max-width: 626px;
    color: white;
    letter-spacing: 0.08rem; }
    #footer-sidebar2 .textwidget p .legal-warning, #footer-sidebar2 .textwidget p:nth-child(2), #footer-sidebar2 .textwidget p:nth-child(3) {
      font-weight: normal;
      text-transform: none;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 10px;
      /* 9 */
      font-size: 1rem;
      /* 9 */
      letter-spacing: 0.11rem; }
    #footer-sidebar2 .textwidget p:last-child {
      margin-bottom: 0; }
  #footer-sidebar2 .widget {
    margin-bottom: 0; }

/* Column 3 */
#footer-sidebar3 {
  padding-right: 30px;
  flex: 0 1 40%; }
  #footer-sidebar3 .widget {
    margin-bottom: 0; }
  #footer-sidebar3 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 0; }
    #footer-sidebar3 ul li {
      list-style: none;
      display: block;
      width: auto;
      text-align: center; }
      #footer-sidebar3 ul li a {
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        display: block;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 10px;
        /* 9 */
        font-size: 1rem;
        /* 9 */
        letter-spacing: 0.08rem;
        font-weight: 600;
        padding-right: 30px;
        text-align: left; }
        #footer-sidebar3 ul li a:focus, #footer-sidebar3 ul li a:hover {
          color: black; }
      #footer-sidebar3 ul li.current_page_item a {
        color: white; }
      #footer-sidebar3 ul li:last-child a {
        padding-right: 0; }

/* Footer Copyright */
#footer-copyright {
  display: none;
  width: 100%;
  height: auto;
  background: #161514;
  text-align: center;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 12px;
  /* 9 */
  font-size: 1.2rem;
  /* 9 */
  padding: 0 74px 10px; }
  #footer-copyright p {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12px;
    /* 9 */
    font-size: 1.2rem;
    /* 9 */
    margin: 0; }

/* Break Points */
@media (max-width: 1024px) {
  #footer-sidebar {
    padding: 25px 0; }
  #footer-sidebar1 {
    margin-left: 25px;
    margin-right: 25px; }
  #footer-sidebar2 {
    padding-left: 25px; }
  #footer-sidebar3 {
    padding-right: 25px; } }

@media (max-width: 860px) {
  #footer-sidebar {
    padding: 25px 0;
    flex-direction: column; }
  #footer-sidebar1 {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px; }
  #footer-sidebar2 {
    flex: 0 1 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    display: block; }
    #footer-sidebar2 #media_image-2 {
      display: block;
      position: relative;
      width: 89px;
      float: left; }
    #footer-sidebar2 #text-3 {
      display: block;
      position: relative;
      width: calc(100% - 109px);
      float: right; }
  #footer-sidebar3 {
    margin-left: 25px;
    margin-right: 25px;
    padding-right: 0;
    padding-top: 10px;
    border-top: 3px solid white; }
    #footer-sidebar3 ul {
      justify-content: flex-start; }
      #footer-sidebar3 ul li a {
        text-align: left;
        letter-spacing: 0.03rem;
        padding-right: 15px; }
      #footer-sidebar3 ul li:last-child a {
        padding-right: 0; } }

@media (max-width: 550px) {
  #footer-sidebar2 {
    display: block; }
    #footer-sidebar2 #media_image-2 {
      display: none; }
    #footer-sidebar2 #text-3 {
      width: 100%; }
      #footer-sidebar2 #text-3 p {
        margin-right: 0; } }

/* Contact Form */
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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 15px;
  /* 9 */
  padding: 1.5rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
  border-radius: 0;
  background: white;
  color: #161514;
  border: 1px solid #898989; }

.screen-reader-response,
span.wpcf7-not-valid-tip,
.wpcf7-not-valid-tip {
  color: #C73A0E;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-top: 12px;
  /* 9 */
  margin-top: 1.2rem;
  /* 9 */ }
  .screen-reader-response a,
  span.wpcf7-not-valid-tip a,
  .wpcf7-not-valid-tip a {
    color: #C73A0E; }

textarea {
  height: 168px; }

.wpcf7-form p {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-bottom: 24px;
  /* 9 */
  margin-bottom: 2.4rem;
  /* 9 */
  clear: both; }

.wpcf7-form label:nth-child(2) {
  width: 50%;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding-left: 12px;
  /* 9 */
  padding-left: 1.2rem;
  /* 9 */
  float: right;
  clear: none; }

.wpcf7-form label:nth-child(3) {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-bottom: 24px;
  /* 9 */
  margin-bottom: 2.4rem;
  /* 9 */ }

div.wpcf7-validation-errors,
div.wpcf7-response-output {
  border: none;
  margin: 1px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 10px 22px;
  /* 9 */
  padding: 1rem 2.2rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-top: 20px;
  /* 9 */
  margin-top: 2rem;
  /* 9 */
  background: #efeff0; }

.wpcf7-response-output::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  z-index: -1;
  background: #D3461A; }

.wpcf7-form input[type="reset"],
.wpcf7-form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 1.4rem 3.5rem;
  font-family: Montserrat, sans-serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 1.5rem;
  /* 9 */
  font-weight: 600;
  text-transform: uppercase;
  margin: 0; }

.wpcf7-form .btn:focus input[type="submit"],
.wpcf7-form .btn:hover input[type="submit"] {
  color: white; }

.wpcf7-form .btn {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-top: 25px;
  /* 9 */
  margin-top: 2.5rem;
  /* 9 */
  border: 1px solid #161514;
  cursor: pointer; }
  .wpcf7-form .btn.btn-input .btn-inner {
    padding: 0; }

.wpcf7-form .btn .btn-inner {
  background: white;
  width: 100%;
  transition: all 0.25s ease-out 0s;
  font-family: Montserrat, sans-serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 1.5rem;
  /* 9 */
  font-weight: 600;
  line-height: 1; }

.wpcf7-form .btn:focus .btn-inner,
.wpcf7-form .btn:hover .btn-inner {
  background: transparent; }

div.wpcf7 .ajax-loader {
  position: absolute;
  top: 8px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-left: 15px;
  /* 9 */
  margin-left: 1.5rem;
  /* 9 */ }

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid red !important; }

/* Break Points */
@media (max-width: 1024px) {
  .module.module-contact {
    padding-left: 25px;
    padding-right: 25px; }
  .module-contact .module-inner {
    max-width: 590px; } }

@media (max-width: 768px) {
  .wpcf7-form input[type="reset"],
  .wpcf7-form input[type="submit"] {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 12px 25px;
    /* 9 */
    padding: 1.2rem 2.5rem;
    /* 9 */ }
  .wpcf7-form label:nth-child(1) {
    width: 100%;
    padding-right: 0;
    clear: both; }
  .wpcf7-form label:nth-child(2) {
    width: 100%;
    padding-left: 0;
    clear: both; }
  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 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding-left: 15px;
    /* 9 */
    padding-left: 1.5rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding-right: 15px;
    /* 9 */
    padding-right: 1.5rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1.6rem;
    /* 9 */ } }

.column-module-form label {
  display: block;
  margin-bottom: 5px; }
  .column-module-form label:first-child {
    margin-top: 20px; }

.column-module-form input::placeholder,
.column-module-form textarea::placeholder {
  color: white; }

.nav-prev-inner,
.nav-next-inner {
  background-repeat: no-repeat;
  background-size: 20px auto;
  display: block;
  position: relative; }

.nav-prev-inner {
  background-image: url("images/back-arrow.svg");
  background-position: left center;
  padding: 5px 0 5px 30px; }

.nav-next-inner {
  padding: 5px 30px 5px 0; }

.nav-next-inner::after {
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-image: url("images/back-arrow.svg");
  background-position: left center;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
  width: 100%;
  height: 100%; }

.nav-previous a,
.nav-previous a:hover,
.nav-next a,
.nav-next a:hover {
  text-decoration: none;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
  color: #161514;
  font-weight: 600; }

/* Break Points */
@media (max-width: 768px) {
  .nav-next-inner::after,
  .nav-prev-inner {
    background-size: 15px auto; }
  .nav-prev-inner {
    padding-left: 25px; }
  .nav-next-inner {
    padding-right: 25px; } }

.column-module {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  padding: 0;
  z-index: 0;
  color: black; }

.column-module-inner {
  width: 100%;
  padding: 0;
  margin: 0 auto; }

.module.module-column-modules {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap; }
  .module.module-column-modules .column-modules-left {
    flex: 1 1 auto;
    padding-right: 23px; }
    .module.module-column-modules .column-modules-left:after {
      content: "";
      display: block;
      position: absolute;
      background: #D3461A;
      width: 1px;
      height: 100%;
      top: 0;
      right: 0; }
    .module.module-column-modules .column-modules-left .column-module {
      padding: 55px 130px; }
      .module.module-column-modules .column-modules-left .column-module:nth-child(even) {
        background-color: #efeff0; }
  .module.module-column-modules .column-modules-right {
    flex: 0 0 223px; }
    .module.module-column-modules .column-modules-right .column-module {
      padding: 0 34px 0 23px; }
      .module.module-column-modules .column-modules-right .column-module .column-module-inner {
        padding: 34px 30px; }

/* Break Points */
@media (max-width: 1024px) {
  .module.module-column-modules .column-modules-left .column-module {
    padding: 25px 25px 25px; } }

@media (max-width: 768px) {
  .module.module-column-modules {
    flex-direction: column; }
    .module.module-column-modules .column-modules-left {
      flex: 1 1 100%;
      padding-right: 0; }
      .module.module-column-modules .column-modules-left:after {
        display: none; }
      .module.module-column-modules .column-modules-left .column-module {
        padding: 25px 25px 25px; }
    .module.module-column-modules .column-modules-right {
      flex: 1 1 100%; }
      .module.module-column-modules .column-modules-right .column-module {
        padding: 25px 25px 25px; }
        .module.module-column-modules .column-modules-right .column-module:last-child {
          padding-bottom: 0; } }

.column-module-files.column-module {
  height: 100%; }

.column-module-files .column-module-inner {
  height: 100%; }

.column-module-files .image {
  display: block;
  position: relative;
  margin: 0 auto 25px; }

.column-module-files .h3 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 25px;
  /* 9 */
  font-size: 2.5rem;
  /* 9 */
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: black;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 0 auto 4px;
  text-transform: uppercase;
  line-height: 1; }

.column-module-files .files-list {
  list-style: none;
  width: 100%;
  padding: 0; }
  .column-module-files .files-list li {
    width: 100%;
    padding: 15px 0 5px; }
    .column-module-files .files-list li a {
      width: 100%;
      text-align: center; }
      .column-module-files .files-list li a img {
        display: block;
        position: relative;
        margin: 0 auto 16px; }
      .column-module-files .files-list li a p {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 14px;
        /* 9 */
        font-size: 1.4rem;
        /* 9 */
        font-family: Montserrat, sans-serif;
        font-weight: normal;
        line-height: 1.2;
        letter-spacing: 0.1rem;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        margin: 0; }

/* Break Points */
.column-module-info-block .h3 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
  font-family: Montserrat, sans-serif;
  color: #DC3A12;
  letter-spacing: 0;
  margin: 0 auto 4px;
  line-height: 1; }

.column-module-info-block .h2 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 26px;
  /* 9 */
  font-size: 2.6rem;
  /* 9 */
  font-family: Montserrat, sans-serif;
  color: black;
  letter-spacing: 0;
  margin: 0 auto 24px;
  display: block; }

.column-module-info-block p {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: -0.005rem; }
  .column-module-info-block p:last-child {
    margin-bottom: 0; }

.column-module-info-block strong {
  font-weight: 600; }

.column-module-info-block .details-list {
  list-style: none;
  width: 100%;
  padding: 0; }
  .column-module-info-block .details-list > .list-item {
    width: 100%;
    padding: 15px 0 5px; }
    .column-module-info-block .details-list > .list-item:first-child {
      padding-top: 0; }
  .column-module-info-block .details-list .list {
    padding: 0; }
    .column-module-info-block .details-list .list .list-item {
      padding: 15px 0 5px; }
      .column-module-info-block .details-list .list .list-item:first-child {
        padding-top: 5px; }

.column-module-info-block:nth-child(even) .h3 {
  color: #C73A0E; }

/* Break Points */
/* Full-width Image */
.column-module-form .wpcf7-not-valid-tip {
  display: block; }

.column-module-form .column-module-inner {
  margin: 0 auto; }
  .column-module-form .column-module-inner .h3 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
    font-family: Montserrat, sans-serif;
    color: #D3461A;
    letter-spacing: 0;
    margin: 0 auto 4px;
    line-height: 1;
    text-align: left; }
  .column-module-form .column-module-inner .h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 26px;
    /* 9 */
    font-size: 2.6rem;
    /* 9 */
    font-family: Montserrat, sans-serif;
    color: black;
    letter-spacing: 0;
    margin: 0 auto 24px;
    color: #161514; }
  .column-module-form .column-module-inner input {
    z-index: 1; }
  .column-module-form .column-module-inner .note {
    font-weight: bold; }

.column-module-form .wpcf7-display-none {
  display: none; }

.column-module-form:nth-child(even) .wpcf7-response-output {
  background: #efeff0; }

.column-module-form:nth-child(even) .column-module-inner .h3 {
  color: #C73A0E; }

.column-module-form .wpcf7-form .btn {
  border: none;
  margin-top: 0; }

.column-module-form .wpcf7-form .btn .btn-inner {
  background-color: #DC4F23; }

.column-module-form .wpcf7-form .btn .btn-inner input {
  color: white; }

.column-module-form .wpcf7-form .btn:hover .btn-inner,
.column-module-form .wpcf7-form .btn:focus .btn-inner {
  background-color: white; }

.column-module-form .wpcf7-form .btn:hover .btn-inner input,
.column-module-form .wpcf7-form .btn:focus .btn-inner input {
  color: #DC4F23; }

.column-module-form .wpcf7-form .btn.btn-print {
  margin-right: 20px; }

.column-module-form .wpcf7-form .btn.btn-reset {
  margin-right: 20px; }
  .column-module-form .wpcf7-form .btn.btn-reset .btn-inner {
    background-color: black; }
    .column-module-form .wpcf7-form .btn.btn-reset .btn-inner input {
      color: white; }
  .column-module-form .wpcf7-form .btn.btn-reset:hover .btn-inner,
  .column-module-form .wpcf7-form .btn.btn-reset:focus .btn-inner {
    background-color: white; }
    .column-module-form .wpcf7-form .btn.btn-reset:hover .btn-inner input,
    .column-module-form .wpcf7-form .btn.btn-reset:focus .btn-inner input {
      color: black; }

@media (max-width: 460px) {
  .book-a-school-tour.column-module-form .wpcf7-form .btn.btn-submit {
    margin-top: 20px; } }

.column-module-faq .h2 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
  font-family: Montserrat, sans-serif;
  color: black;
  margin: 0 auto 4px; }

.column-module-faq .question-list {
  list-style: none;
  width: 100%;
  padding: 0; }
  .column-module-faq .question-list li {
    width: 100%;
    padding: 15px 0 5px; }
    .column-module-faq .question-list li:first-child {
      padding-top: 0; }
    .column-module-faq .question-list li p {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 14px;
      /* 9 */
      font-size: 1.4rem;
      /* 9 */
      font-family: Montserrat, sans-serif;
      line-height: 1.75;
      letter-spacing: -0.005rem;
      width: 100%;
      margin: 0; }
    .column-module-faq .question-list li .question p {
      color: #DC3A12;
      font-weight: 500; }

/* Break Points */
.module {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  padding: 74px 74px 74px;
  z-index: 0; }

.module-inner {
  width: 100%;
  padding: 0;
  margin: 0 auto; }

/* Break Points */
@media (max-width: 768px) {
  .module {
    padding: 25px 25px 25px; } }

/* Masthead */
.module-masthead {
  text-align: center;
  width: 100%;
  padding: 55.46% 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #222; }
  .module-masthead .background-image {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0; }
  .module-masthead .down-arrow {
    width: 60px;
    height: 60px;
    display: none;
    position: absolute;
    top: 45px;
    right: 74px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer; }
    .module-masthead .down-arrow span {
      width: 60px;
      height: 60px;
      color: #8D8882; }
    .module-masthead .down-arrow img {
      display: block;
      position: absolute;
      top: 0; }
  .module-masthead:nth-child(1) .down-arrow {
    display: block; }

.module-masthead .module-inner {
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }

.module-masthead .h2 {
  text-align: left;
  margin: -10% 0 0 74px;
  padding-left: 3vw;
  text-indent: -3vw;
  font-size: 3.45vw;
  width: 520px;
  font-family: PlayfairDisplay, sans-serif;
  font-weight: normal;
  position: relative; }

.module-masthead p {
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.module-masthead .btn {
  margin-top: 20px; }

.module-masthead .btn .btn-inner {
  color: #323232;
  background: white;
  transition: all 0.25s ease-out 0s; }

.module-masthead .btn .btn-inner:hover,
.module-masthead .btn .btn-inner:focus {
  color: white;
  background: #323232; }

.module-masthead.style-1 .h2::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("images/ray_charles_signature.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 11.7vw;
  padding-top: 13.9%;
  bottom: -7.9rem;
  left: 34.75vw; }

.module-masthead.style-2 .module-inner {
  justify-content: flex-start;
  align-items: flex-end; }

.module-masthead.style-2 .h2 {
  margin: 27% 0 0 0;
  padding-left: 0;
  right: 6.5%;
  text-indent: 0;
  font-size: 3.45vw;
  width: auto;
  text-align: right; }
  .module-masthead.style-2 .h2::after {
    display: none; }

.module-masthead.style-2 .body-text {
  text-align: center;
  right: 6.5%;
  width: 39%;
  margin: 0;
  color: #DC4F23;
  font-family: PlayfairDisplay, sans-serif;
  font-weight: bold;
  font-size: 2.5vw; }

.module-masthead.style-2 .btn-container {
  text-align: center;
  right: 6.5%;
  width: 39%; }
  .module-masthead.style-2 .btn-container .btn .btn-inner {
    font-size: 1.7vw; }

.module-masthead.style-3 {
  padding: 53.2% 0 0; }
  .module-masthead.style-3 .h2 {
    margin: 6% 0 0 0;
    padding-left: 0;
    left: 50%;
    transform: translateX(-50%);
    text-indent: 0;
    font-size: 6.1vw;
    width: auto;
    text-align: center;
    line-height: 1.05; }
    .module-masthead.style-3 .h2::before {
      content: '“';
      display: block;
      position: absolute;
      font-size: 13.5vw;
      font-family: PlayfairDisplay, sans-serif;
      color: white;
      left: -5.6vw;
      top: -4.7vw;
      line-height: 1;
      height: 8vw; }
    .module-masthead.style-3 .h2::after {
      background: none;
      content: '”';
      display: block;
      position: absolute;
      font-size: 13.5vw;
      font-family: PlayfairDisplay, sans-serif;
      color: white;
      right: -5.6vw;
      bottom: -1vw;
      line-height: 1;
      height: 8vw; }
    .module-masthead.style-3 .h2 .author {
      display: block;
      position: absolute;
      font-style: italic;
      font-size: 2.25vw;
      width: auto;
      left: 50%;
      transform: translate(-50%, 150%);
      padding-top: 0;
      bottom: 0; }
  .module-masthead.style-3.adjust-rt-quotation-mark .h2::after {
    right: -0.6vw; }

/* Break Points */
@media (min-width: 1119px) {
  .module-masthead.style-1 .h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 40px;
    /* 9 */
    font-size: 4rem;
    /* 9 */
    padding-left: 30px;
    text-indent: -30px; }
    .module-masthead.style-1 .h2::after {
      width: 131px;
      left: 404px; }
  .module-masthead.style-2 .h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 40px;
    /* 9 */
    font-size: 4rem;
    /* 9 */ }
  .module-masthead.style-2 .body-text {
    width: 451px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 30px;
    /* 9 */
    font-size: 3rem;
    /* 9 */ }
  .module-masthead.style-2 .btn-container {
    width: 451px; }
    .module-masthead.style-2 .btn-container .btn .btn-inner {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 18px;
      /* 9 */
      font-size: 1.8rem;
      /* 9 */ } }

@media (max-width: 1024px) {
  .module-masthead.style-1 .h2 {
    margin: -10% 0 0 25px;
    font-size: 3.9vw; }
    .module-masthead.style-1 .h2::after {
      left: 40vw; }
    .module-masthead.style-1 .h2 .down-arrow {
      right: 25px;
      top: 25px; }
  .module-masthead.style-2 .down-arrow,
  .module-masthead.style-3 .down-arrow {
    right: 25px;
    top: 25px; } }

@media (max-width: 768px) {
  .module-masthead.style-2 .down-arrow,
  .module-masthead.style-3 .down-arrow {
    width: 35px;
    height: 35px; } }

@media (max-width: 600px) {
  .module-masthead.style-2 .down-arrow,
  .module-masthead.style-3 .down-arrow {
    width: 30px;
    height: 30px; } }

@media (max-width: 500px) {
  .module-masthead {
    min-height: 210px; }
    .module-masthead .module-inner {
      z-index: 2; }
  .module-masthead.style-1 .down-arrow,
  .module-masthead.style-2 .down-arrow,
  .module-masthead.style-3 .down-arrow {
    width: 25px;
    height: 25px; }
  .module-masthead.style-1 .h2 {
    width: calc(100% - 50px);
    margin: -42px auto 0;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
    padding-left: 0px;
    text-indent: 0px;
    text-align: center; }
    .module-masthead.style-1 .h2::after {
      bottom: -50px;
      left: 50%;
      width: 75px;
      height: 42px;
      padding-top: 0;
      transform: translateX(-42%); }
  .module-masthead::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1; }
  .module-masthead.remove-mobile-tint::before {
    display: none; }
  .module-masthead.style-2 .module-inner {
    justify-content: center; }
  .module-masthead.style-2 .h2 {
    width: calc(100% - 50px);
    margin: 0 auto;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
    right: inherit;
    text-align: center; }
  .module-masthead.style-2 .body-text {
    width: calc(100% - 50px);
    margin: 0 auto;
    right: inherit;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1.6rem;
    /* 9 */
    color: white; }
  .module-masthead.style-2 .btn-container {
    right: inherit;
    width: 100%; }
    .module-masthead.style-2 .btn-container .btn {
      margin-top: 12px; }
      .module-masthead.style-2 .btn-container .btn .btn-inner {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 14px;
        /* 9 */
        font-size: 1.4rem;
        /* 9 */ } }

@media (max-width: 370px) {
  .module-masthead {
    min-height: 210px; }
    .module-masthead .background-image {
      width: auto;
      height: 100%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 0; }
    .module-masthead .module-inner {
      z-index: 2; } }

/* Full-width Image */
.module-full-width-image {
  padding: 0;
  height: 100vh; }

.module-full-width-image .module-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%; }

/* Break Points */
@media (max-width: 768px) {
  .module-full-width-image {
    min-height: 360px; } }

/* Text Block */
.module-text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  overflow: hidden; }
  .module-text-block .module-inner {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
  .module-text-block .module-inner-content .h3 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
    font-family: PlayfairDisplay, sans-serif;
    font-weight: normal;
    color: #DC4F23;
    letter-spacing: -0.01rem;
    margin: 0 auto 2px; }
  .module-text-block .module-inner-content .h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 20px;
    /* 9 */
    font-size: 2rem;
    /* 9 */
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    letter-spacing: -0.01rem; }
  .module-text-block .module-inner-content p {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: -0.005rem; }
    .module-text-block .module-inner-content p:last-child {
      margin-bottom: 0; }
  .module-text-block .module-inner-content .btn {
    margin-bottom: 12px;
    display: table; }
    .module-text-block .module-inner-content .btn .btn-inner {
      display: block; }
    .module-text-block .module-inner-content .btn:last-child {
      margin-bottom: 0; }
  .module-text-block.top-align-bg-img .background-image img {
    top: 0 !important;
    bottom: inherit !important; }
  .module-text-block.bottom-align-bg-img .background-image img {
    bottom: 0 !important;
    top: inherit !important; }
  .module-text-block.left-align-bg-img .background-image img {
    left: 0 !important;
    right: inherit !important; }
  .module-text-block.right-align-bg-img .background-image img {
    right: 0 !important;
    left: inherit !important; }
  .module-text-block.no-gradients .background-image span {
    display: none !important; }
  .module-text-block.remove-text-col-bg .module-inner-content {
    background: transparent !important; }

/* LAYOUT 1 */
.module-text-block.layout-1 .background-image {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0; }
  .module-text-block.layout-1 .background-image img {
    width: 100%;
    height: auto;
    display: block;
    position: relative; }
  .module-text-block.layout-1 .background-image span {
    display: block;
    position: absolute;
    width: 100%;
    height: 80px;
    z-index: 1; }
    .module-text-block.layout-1 .background-image span.fade-image-top {
      top: -3px; }
    .module-text-block.layout-1 .background-image span.fade-image-bottom {
      bottom: -3px; }
    .module-text-block.layout-1 .background-image span.fade-image-right {
      display: none; }

.module-text-block.layout-1 .module-inner-image {
  display: none; }

.module-text-block.layout-1 .module-inner-content {
  flex: 0 1 52%;
  padding: 74px; }

.module-text-block.layout-1 .module-inner-quote {
  display: none; }

/* LAYOUT 2 */
.module-text-block.layout-2 .module-inner-image {
  flex: 0 1 50%; }
  .module-text-block.layout-2 .module-inner-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }

.module-text-block.layout-2 .module-inner-content {
  flex: 0 1 50%;
  padding: 25px 74px;
  text-align: center; }
  .module-text-block.layout-2 .module-inner-content .h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 40px;
    /* 9 */
    font-size: 4rem;
    /* 9 */
    font-family: PlayfairDisplay, sans-serif;
    font-weight: normal;
    color: #D3461A;
    letter-spacing: -0.01rem;
    max-width: 270px;
    margin: 0 auto 2px; }
  .module-text-block.layout-2 .module-inner-content p {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 20px;
    /* 9 */
    font-size: 2rem;
    /* 9 */
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.005rem;
    text-transform: uppercase;
    color: #222222; }
    .module-text-block.layout-2 .module-inner-content p:last-child {
      margin-bottom: 0; }
  .module-text-block.layout-2 .module-inner-content .btn {
    margin: 0 auto 12px; }
    .module-text-block.layout-2 .module-inner-content .btn .btn-inner {
      color: #D3461A;
      background: #222222;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 17px;
      /* 9 */
      font-size: 1.7rem;
      /* 9 */ }
      .module-text-block.layout-2 .module-inner-content .btn .btn-inner em {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 14px;
        /* 9 */
        font-size: 1.4rem;
        /* 9 */
        font-family: PlayfairDisplay, sans-serif;
        text-transform: lowercase; }
      .module-text-block.layout-2 .module-inner-content .btn .btn-inner:hover, .module-text-block.layout-2 .module-inner-content .btn .btn-inner:focus {
        background: #D3461A;
        color: #222222; }
    .module-text-block.layout-2 .module-inner-content .btn:last-child {
      margin-bottom: 0; }

.module-text-block.layout-2 .module-inner-quote {
  display: none; }

/* LAYOUT 3 */
.module-text-block.layout-3 .background-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }
  .module-text-block.layout-3 .background-image img {
    display: block;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto; }
  .module-text-block.layout-3 .background-image span {
    display: none; }

.module-text-block.layout-3 .module-inner-image {
  flex: 0 1 50%;
  order: 2;
  padding: 0 56px 0 67px; }
  .module-text-block.layout-3 .module-inner-image img {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto; }

.module-text-block.layout-3 .module-inner-content {
  flex: 0 1 50%;
  order: 1;
  padding: 74px 58px 74px 74px; }

.module-text-block.layout-3 .module-inner-quote {
  display: none; }

.module-text-block.layout-3 .btn .btn-inner em {
  text-transform: lowercase;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  font-family: PlayfairDisplay, sans-serif; }

/* LAYOUT 4 */
.module-text-block.layout-4 .background-image {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0; }
  .module-text-block.layout-4 .background-image img {
    width: 100%;
    height: auto;
    display: block;
    position: relative; }
  .module-text-block.layout-4 .background-image span {
    display: block;
    position: absolute;
    width: 100%;
    height: 80px;
    z-index: 1; }
    .module-text-block.layout-4 .background-image span.fade-image-top {
      top: -3px; }
    .module-text-block.layout-4 .background-image span.fade-image-bottom {
      bottom: -3px; }
    .module-text-block.layout-4 .background-image span.fade-image-right {
      display: none; }

.module-text-block.layout-4 .module-inner-image {
  display: none; }

.module-text-block.layout-4 .module-inner-content {
  flex: 0 1 52%;
  padding: 74px; }
  .module-text-block.layout-4 .module-inner-content .h2 {
    font-family: PlayfairDisplay, sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 26px;
    /* 9 */
    font-size: 2.6rem;
    /* 9 */
    font-weight: normal; }

.module-text-block.layout-4 .module-inner-quote {
  display: none; }

/* LAYOUT 5 */
.module-text-block.layout-5 {
  flex-direction: row; }
  .module-text-block.layout-5 .module-inner {
    justify-content: flex-end;
    min-height: 100%; }
  .module-text-block.layout-5 .background-image {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    .module-text-block.layout-5 .background-image img {
      display: block;
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      top: -9999px;
      right: -9999px;
      bottom: -9999px;
      left: -9999px;
      margin: auto; }
    .module-text-block.layout-5 .background-image span {
      display: none; }
  .module-text-block.layout-5 .module-inner-image {
    display: none; }
  .module-text-block.layout-5 .module-inner-content {
    flex: 0 1 50%;
    background: rgba(0, 0, 0, 0.8);
    padding: 74px;
    height: 100%; }
    .module-text-block.layout-5 .module-inner-content .h2 {
      font-family: PlayfairDisplay, sans-serif;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 26px;
      /* 9 */
      font-size: 2.6rem;
      /* 9 */
      font-weight: normal; }
  .module-text-block.layout-5 .module-inner-quote {
    display: none; }

/* LAYOUT 6 */
.module-text-block.layout-6 {
  flex-direction: row; }
  .module-text-block.layout-6 .module-inner-content {
    flex: 0 1 50%;
    padding: 74px;
    color: #122f40;
    height: 100%; }
    .module-text-block.layout-6 .module-inner-content .h2 {
      font-family: PlayfairDisplay, sans-serif;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 26px;
      /* 9 */
      font-size: 2.6rem;
      /* 9 */
      font-weight: normal; }
    .module-text-block.layout-6 .module-inner-content p {
      margin-bottom: 0; }
    .module-text-block.layout-6 .module-inner-content .btn {
      display: none; }
  .module-text-block.layout-6 .module-inner-quote {
    flex: 0 1 50%;
    color: #122f40;
    padding: 74px;
    text-align: center;
    height: 100%;
    flex-direction: column;
    justify-content: center; }
    .module-text-block.layout-6 .module-inner-quote .h3 {
      font-family: PlayfairDisplay, sans-serif;
      color: #DC4F23;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 18px;
      /* 9 */
      font-size: 1.8rem;
      /* 9 */
      font-weight: normal;
      text-align: center;
      max-width: 340px;
      margin: 0 auto 15px; }
    .module-text-block.layout-6 .module-inner-quote .h2 {
      color: #122f40;
      font-family: PlayfairDisplay, sans-serif;
      text-align: center;
      font-weight: normal;
      max-width: 440px;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 5 */
      /* 4 */
      /* 5 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      margin: 0 auto 35px;
      /* 9 */
      margin: 0 auto 3.5rem;
      /* 9 */ }
      .module-text-block.layout-6 .module-inner-quote .h2::before {
        content: '“';
        display: block;
        position: absolute;
        font-size: 13.5vw;
        font-family: PlayfairDisplay, sans-serif;
        color: #e3e4e5;
        left: -5.4vw;
        top: -2.7vw;
        line-height: 1;
        height: 8vw; }
      .module-text-block.layout-6 .module-inner-quote .h2::after {
        content: '”';
        display: block;
        position: absolute;
        font-size: 13.5vw;
        font-family: PlayfairDisplay, sans-serif;
        color: #e3e4e5;
        right: -5.4vw;
        bottom: -1vw;
        line-height: 1;
        height: 8vw; }
    .module-text-block.layout-6 .module-inner-quote .btn {
      margin-left: auto;
      margin-right: auto; }

/* LAYOUT 7 */
.module-text-block.layout-7 .background-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-repeat: repeat;
  background-position: top center; }

.module-text-block.layout-7 .module-inner-image {
  display: none; }

.module-text-block.layout-7 .module-inner-content {
  flex: 0 1 100%;
  padding: 25px 74px;
  text-align: center;
  max-width: 1120px;
  margin: 0 auto; }
  .module-text-block.layout-7 .module-inner-content .h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 24px;
    /* 9 */
    font-size: 2.4rem;
    /* 9 */
    font-family: PlayfairDisplay, sans-serif;
    font-weight: normal;
    color: #D3461A;
    letter-spacing: -0.01rem;
    max-width: 90%;
    margin: 0 auto 2px; }
  .module-text-block.layout-7 .module-inner-content p {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.005rem;
    color: #222222; }
    .module-text-block.layout-7 .module-inner-content p:last-child {
      margin-bottom: 0; }
  .module-text-block.layout-7 .module-inner-content .btn {
    margin: 0 auto; }
    .module-text-block.layout-7 .module-inner-content .btn:last-child {
      margin-bottom: 0; }

.module-text-block.layout-7 .module-inner-quote {
  display: none; }

/* LAYOUT 8 */
.module-text-block.layout-8 .background-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-repeat: repeat;
  background-position: top center; }

.module-text-block.layout-8 .module-inner-image {
  display: none; }

.module-text-block.layout-8 .module-inner-content {
  flex: 0 1 100%;
  padding: 25px 74px;
  text-align: center; }
  .module-text-block.layout-8 .module-inner-content .h3 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 26px;
    /* 9 */
    font-size: 2.6rem;
    /* 9 */
    font-family: PlayfairDisplay, sans-serif;
    font-weight: normal;
    letter-spacing: -0.01rem;
    max-width: 90%;
    margin: 0 auto 30px; }
  .module-text-block.layout-8 .module-inner-content .h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 26px;
    /* 9 */
    font-size: 2.6rem;
    /* 9 */
    font-family: PlayfairDisplay, sans-serif;
    font-weight: normal;
    letter-spacing: -0.01rem;
    max-width: 90%;
    margin: 0 auto 2px; }
  .module-text-block.layout-8 .module-inner-content p {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.005rem;
    color: #222222; }
    .module-text-block.layout-8 .module-inner-content p:last-child {
      margin-bottom: 0; }
  .module-text-block.layout-8 .module-inner-content .btn {
    margin: 0 auto; }
    .module-text-block.layout-8 .module-inner-content .btn:last-child {
      margin-bottom: 0; }

.module-text-block.layout-8 .module-inner-quote {
  display: none; }

.module-text-block.layout-1 a,
.module-text-block.layout-1 a:visited, .module-text-block.layout-3 a,
.module-text-block.layout-3 a:visited, .module-text-block.layout-4 a,
.module-text-block.layout-4 a:visited, .module-text-block.layout-5 a,
.module-text-block.layout-5 a:visited {
  color: #D3461A; }

.module-text-block.heading-color-white .h2,
.module-text-block.subheading-color-white .h3,
.module-text-block.body-color-white p {
  color: white; }

.module-text-block.heading-color-black .h2,
.module-text-block.subheading-color-black .h3,
.module-text-block.body-color-black p {
  color: black; }

.module-text-block.heading-color-orange .h2,
.module-text-block.subheading-color-orange .h3 {
  color: #E34C1D; }

.memorial-orange .h3 {
  color: #DF5226 !important; }

.module-text-block.layout-7 .module-inner-content .h2 {
  color: #CB3E12; }

/* Break Points */
@media (max-width: 1024px) {
  /* LAYOUT 1 */
  .module-text-block.layout-1 .module-inner-content {
    padding: 25px; }
  /* LAYOUT 2 */
  .module-text-block.layout-2 .module-inner-content {
    padding: 25px; }
  /* LAYOUT 3 */
  .module-text-block.layout-3 .module-inner-image {
    padding: 0 19px 0 23px; }
  .module-text-block.layout-3 .module-inner-content {
    padding: 25px 20px 25px 25px; }
  /* LAYOUT 4 */
  .module-text-block.layout-4 {
    min-height: 0 !important; }
    .module-text-block.layout-4 .module-inner-content {
      padding: 25px; }
  /* LAYOUT 5 */
  .module-text-block.layout-5 {
    min-height: 0 !important; }
    .module-text-block.layout-5 .module-inner-content {
      padding: 25px; }
  /* LAYOUT 6 */
  .module-text-block.layout-6 .module-inner-content,
  .module-text-block.layout-6 .module-inner-quote {
    padding: 25px; }
  .module-text-block.layout-6 .module-inner-quote .h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin: 0 auto 35px;
    /* 9 */
    margin: 0 auto 3.5rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 0 40px;
    /* 9 */
    padding: 0 4rem;
    /* 9 */ }
    .module-text-block.layout-6 .module-inner-quote .h2::before {
      left: 0; }
    .module-text-block.layout-6 .module-inner-quote .h2::after {
      right: 0; }
  /* LAYOUT 7 */
  .module-text-block.layout-7 {
    min-height: 0 !important; }
    .module-text-block.layout-7 .module-inner-content {
      padding: 25px; }
  /* LAYOUT 8 */
  .module-text-block.layout-8 {
    min-height: 0 !important; }
    .module-text-block.layout-8 .module-inner-content {
      padding: 25px; } }

@media (max-width: 850px) {
  /* LAYOUT 5 */
  .module-text-block.layout-5.layout-bp-850 {
    flex-direction: column; }
    .module-text-block.layout-5.layout-bp-850 .background-image {
      height: auto;
      position: relative; }
      .module-text-block.layout-5.layout-bp-850 .background-image img {
        position: relative;
        min-width: 100%;
        min-height: 0;
        top: inherit;
        right: inherit;
        bottom: inherit;
        left: inherit;
        margin: 0 0 0 -22%; }
    .module-text-block.layout-5.layout-bp-850 .module-inner-content {
      flex: 0 1 100%; }
  .module-text-block.layout-bp-850 .module-inner {
    display: block; }
  .module-text-block.layout-bp-850.left-align-bg-img .background-image img {
    margin: 0 !important; }
  .module-text-block.layout-bp-850.right-align-bg-img .background-image img {
    margin: 0 !important; } }

@media (max-width: 768px) {
  .module-text-block.left-align-bg-img .background-image img {
    margin: 0 !important; }
  .module-text-block.right-align-bg-img .background-image img {
    margin: 0 !important; }
  .module-text-block .module-inner {
    display: block; }
  /* LAYOUT 1 */
  .module-text-block.layout-1 {
    flex-direction: column; }
    .module-text-block.layout-1 .background-image {
      position: relative;
      top: inherit;
      left: inherit;
      transform: none; }
      .module-text-block.layout-1 .background-image img {
        margin-left: -19%; }
      .module-text-block.layout-1 .background-image span.fade-image-top {
        display: none; }
      .module-text-block.layout-1 .background-image span.fade-image-right {
        display: block;
        width: 80px;
        height: 100%;
        top: -3px;
        right: calc(19% - 3px); }
    .module-text-block.layout-1 .module-inner-content {
      flex: 0 1 100%; }
  /* LAYOUT 2 */
  .module-text-block.layout-2 .module-inner {
    flex-direction: column; }
  .module-text-block.layout-2 .module-inner-image {
    flex: 0 1 100%;
    width: 100%; }
  .module-text-block.layout-2 .module-inner-content {
    flex: 0 1 100%;
    width: 100%; }
    .module-text-block.layout-2 .module-inner-content .h2 {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 40px;
      /* 9 */
      font-size: 4rem;
      /* 9 */ }
    .module-text-block.layout-2 .module-inner-content p {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 20px;
      /* 9 */
      font-size: 2rem;
      /* 9 */ }
    .module-text-block.layout-2 .module-inner-content .btn .btn-inner {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 17px;
      /* 9 */
      font-size: 1.7rem;
      /* 9 */ }
      .module-text-block.layout-2 .module-inner-content .btn .btn-inner em {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 14px;
        /* 9 */
        font-size: 1.4rem;
        /* 9 */ }
  /* LAYOUT 3 */
  .module-text-block.layout-3 .module-inner {
    flex-direction: column; }
  .module-text-block.layout-3 .module-inner-image {
    padding: 16px 23px 0;
    order: 1; }
  .module-text-block.layout-3 .module-inner-content {
    padding: 25px;
    order: 2; }
  /* LAYOUT 4 */
  .module-text-block.layout-4 {
    flex-direction: column; }
    .module-text-block.layout-4 .background-image {
      position: relative;
      top: inherit;
      left: inherit;
      transform: none; }
      .module-text-block.layout-4 .background-image img {
        margin-left: -15%; }
      .module-text-block.layout-4 .background-image span.fade-image-top {
        display: none; }
      .module-text-block.layout-4 .background-image span.fade-image-right {
        display: block;
        width: 80px;
        height: 100%;
        top: -3px;
        right: calc(15% - 3px); }
    .module-text-block.layout-4 .module-inner-content {
      flex: 0 1 100%; }
  /* LAYOUT 5 */
  .module-text-block.layout-5 {
    flex-direction: column; }
    .module-text-block.layout-5 .background-image {
      height: auto;
      position: relative; }
      .module-text-block.layout-5 .background-image img {
        position: relative;
        min-width: 100%;
        min-height: 0;
        top: inherit;
        right: inherit;
        bottom: inherit;
        left: inherit;
        margin: 0 0 0 -22%; }
    .module-text-block.layout-5 .module-inner-content {
      flex: 0 1 100%; }
  /* LAYOUT 6 */
  .module-text-block.layout-6 {
    flex-direction: column;
    min-height: 0 !important; }
    .module-text-block.layout-6 .module-inner {
      flex-direction: column; }
    .module-text-block.layout-6 .module-inner-content,
    .module-text-block.layout-6 .module-inner-quote {
      flex: 0 1 100%; }
  /* LAYOUT 7 */
  .module-text-block.layout-7 .module-inner {
    flex-direction: column; }
  .module-text-block.layout-7 .module-inner-content {
    width: 100%; }
    .module-text-block.layout-7 .module-inner-content .btn .btn-inner {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 17px;
      /* 9 */
      font-size: 1.7rem;
      /* 9 */ }
      .module-text-block.layout-7 .module-inner-content .btn .btn-inner em {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 14px;
        /* 9 */
        font-size: 1.4rem;
        /* 9 */ }
  /* LAYOUT 8 */
  .module-text-block.layout-8 .module-inner {
    flex-direction: column; }
  .module-text-block.layout-8 .module-inner-content {
    width: 100%; } }

@media (max-width: 500px) {
  /* LAYOUT 6 */
  .module-text-block.layout-6 .module-inner-quote .h2::before {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 67px;
    /* 9 */
    font-size: 6.7rem;
    /* 9 */
    left: 0px;
    top: -14px;
    height: 40px; }
  .module-text-block.layout-6 .module-inner-quote .h2::after {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 67px;
    /* 9 */
    font-size: 6.7rem;
    /* 9 */
    right: 0px;
    bottom: -5px;
    height: 40px; } }

/* Text Block Two Col */
.module-text-block-two-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  overflow: hidden; }
  .module-text-block-two-col .module-inner {
    width: 100%;
    height: auto;
    padding: 55px 95px;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start; }
  .module-text-block-two-col .module-inner-content {
    flex: 1 1 50%;
    padding-right: 40px; }
    .module-text-block-two-col .module-inner-content img {
      float: left;
      margin-right: 20px; }
    .module-text-block-two-col .module-inner-content .h3 {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 18px;
      /* 9 */
      font-size: 1.8rem;
      /* 9 */
      font-family: PlayfairDisplay, sans-serif;
      font-weight: normal;
      color: #DC4F23;
      letter-spacing: -0.01rem;
      margin: 0 auto 2px;
      clear: none; }
    .module-text-block-two-col .module-inner-content .h2 {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 20px;
      /* 9 */
      font-size: 2rem;
      /* 9 */
      font-family: Montserrat, sans-serif;
      font-weight: 500;
      letter-spacing: -0.01rem;
      clear: none; }
    .module-text-block-two-col .module-inner-content p {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 14px;
      /* 9 */
      font-size: 1.4rem;
      /* 9 */
      font-family: Montserrat, sans-serif;
      font-weight: normal;
      line-height: 1.75;
      letter-spacing: -0.005rem;
      clear: none; }
      .module-text-block-two-col .module-inner-content p:last-child {
        margin-bottom: 0; }
    .module-text-block-two-col .module-inner-content-col-2 {
      flex: 1 1 50%;
      padding-left: 40px; }
      .module-text-block-two-col .module-inner-content-col-2 p {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 14px;
        /* 9 */
        font-size: 1.4rem;
        /* 9 */
        font-family: Montserrat, sans-serif;
        font-weight: normal;
        line-height: 1.75;
        letter-spacing: -0.005rem; }
        .module-text-block-two-col .module-inner-content-col-2 p:last-child {
          margin-bottom: 0; }
  .module-text-block-two-col.col-2-last-paragraph-orange .module-inner-content-col-2 p:last-child {
    color: #D3461A; }

/* LAYOUT 1 */
/* LAYOUT 2 */
.module-text-block-two-col.layout-2 {
  background: white; }
  .module-text-block-two-col.layout-2 .module-inner:after {
    content: "";
    display: block;
    position: absolute;
    background: #D3461A;
    width: 1px;
    height: calc(100% - 110px);
    top: 55px;
    right: 560px; }
  .module-text-block-two-col.layout-2 .module-inner-content {
    padding-right: 60px; }
    .module-text-block-two-col.layout-2 .module-inner-content-col-2 {
      flex: 0 0 465px;
      padding-left: 20px; }
      .module-text-block-two-col.layout-2 .module-inner-content-col-2 ul {
        max-width: 445px;
        width: 100%;
        padding: 12px;
        background-color: #efeff0;
        display: block;
        position: relative; }
        .module-text-block-two-col.layout-2 .module-inner-content-col-2 ul li {
          width: 100%;
          height: auto;
          padding: 0 0 12px;
          display: block;
          position: relative; }
          .module-text-block-two-col.layout-2 .module-inner-content-col-2 ul li img {
            display: block;
            position: relative;
            width: 100%;
            height: auto; }
          .module-text-block-two-col.layout-2 .module-inner-content-col-2 ul li:last-child {
            padding-bottom: 0; }

.module-text-block-two-col.layout-1 a,
.module-text-block-two-col.layout-1 a:visited {
  color: #D3461A; }

.module-text-block-two-col.heading-color-white .h2,
.module-text-block-two-col.subheading-color-white .h3,
.module-text-block-two-col.body-color-white p {
  color: white; }

.module-text-block-two-col.heading-color-black .h2,
.module-text-block-two-col.subheading-color-black .h3,
.module-text-block-two-col.body-color-black p {
  color: black; }

.module-text-block-two-col.heading-color-orange .h2,
.module-text-block-two-col.subheading-color-orange .h3 {
  color: #D3461A; }

.module-text-block-two-col.layout-2 a,
.module-text-block-two-col.layout-2 a:visited {
  color: #DC3A12; }

.module-text-block-two-col.layout-2.heading-color-orange .h2,
.module-text-block-two-col.layout-2.subheading-color-orange .h3 {
  color: #DC3A12; }

/* Break Points */
@media (max-width: 1024px) {
  /* LAYOUT 1 */
  .module-text-block-two-col.layout-1 .module-inner {
    padding: 25px; }
  /* LAYOUT 2 */
  .module-text-block-two-col.layout-2 .module-inner {
    padding: 25px; }
    .module-text-block-two-col.layout-2 .module-inner:after {
      height: calc(100% - 50px);
      top: 25px;
      right: 50%; }
  .module-text-block-two-col.layout-2 .module-inner-content-col-2 {
    flex: 0 1 50%; } }

@media (max-width: 768px) {
  .module-text-block-two-col .module-inner {
    display: block;
    flex-direction: column; }
  .module-text-block-two-col .module-inner-content,
  .module-text-block-two-col .module-inner-content-col-2 {
    flex: 0 1 100%;
    padding: 0; }
  /* LAYOUT 1 */
  .module-text-block-two-col.layout-1 .module-inner-content p:last-child {
    margin-bottom: 20px; }
  /* LAYOUT 2 */
  .module-text-block-two-col.layout-2 .module-inner:after {
    display: none; }
  .module-text-block-two-col.layout-2 .module-inner-content-col-2 ul {
    margin: 25px auto 0; }
  .module-text-block-two-col.layout-2 .module-inner-content,
  .module-text-block-two-col.layout-2 .module-inner-content-col-2 {
    flex: 0 1 100%;
    padding: 0; } }

/* Board Of Directors */
.module-board-of-directors {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
  overflow: hidden;
  background: white; }
  .module-board-of-directors .module-inner {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
  .module-board-of-directors .module-inner-content .h3 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
    font-family: PlayfairDisplay, sans-serif;
    font-weight: normal;
    color: #DC4F23;
    letter-spacing: -0.02rem;
    margin: 0 auto;
    text-align: center; }
  .module-board-of-directors .module-inner-content .h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 25px;
    /* 9 */
    font-size: 2.5rem;
    /* 9 */
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 17px; }
  .module-board-of-directors .directors-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column; }
    .module-board-of-directors .directors-list li {
      display: flex;
      flex-direction: column;
      position: relative; }
      .module-board-of-directors .directors-list li p {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 14px;
        /* 9 */
        font-size: 1.4rem;
        /* 9 */
        font-family: Montserrat, sans-serif;
        font-weight: normal;
        line-height: 1.75;
        letter-spacing: 0.1rem;
        color: black;
        margin-bottom: 16px; }
      .module-board-of-directors .directors-list li:last-child p {
        margin-bottom: 0; }

.module-board-of-directors.heading-color-white .h2,
.module-board-of-directors.subheading-color-white .h3 {
  color: white; }

.module-board-of-directors.heading-color-black .h2,
.module-board-of-directors.subheading-color-black .h3 {
  color: black; }

.module-board-of-directors.heading-color-orange .h2,
.module-board-of-directors.subheading-color-orange .h3 {
  color: #DC3A12; }

/* Break Points */
@media (max-width: 1024px) {
  .module-board-of-directors {
    padding: 25px 0; } }

/* Multi-Column */
.module-multi-column {
  color: #323232; }

.module-multi-column ul {
  list-style: none;
  margin-left: -10px;
  padding: 0;
  width: calc(100% + 20px);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap; }

.module-multi-column li {
  padding: 0 10px 50px;
  text-align: center; }

.module-multi-column.col-4 li {
  flex: 0 1 25%; }

.module-multi-column.col-3 li {
  flex: 0 1 33.3333%; }

.module-multi-column.col-2 li {
  flex: 0 1 50%; }

.module-multi-column.col-1 li li {
  flex: 0 1 100%; }

.module-multi-column .image {
  width: 80%;
  max-width: 240px;
  padding-top: 80%;
  margin: 0 auto 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center; }

.module-multi-column .btn {
  border-color: #323232; }

@media (max-width: 1024px) {
  .module-multi-column.col-4 li {
    flex: 0 1 33.3333%; } }

/* Break Points */
@media (max-width: 900px) {
  .module-multi-column.col-4 li,
  .module-multi-column.col-3 li {
    flex: 0 1 50%; }
  .module-multi-column h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin: 0 0 20px;
    /* 9 */
    margin: 0 0 2rem;
    /* 9 */ }
  .module-multi-column .image {
    width: 50%;
    padding-top: 50%;
    max-width: 200px; } }

@media (max-width: 600px) {
  .module-multi-column {
    padding-bottom: 0; }
  .module-multi-column ul {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-left: 0; }
  .module-multi-column.col-4 li,
  .module-multi-column.col-3 li,
  .module-multi-column.col-2 li,
  .module-multi-column.col-1 li {
    width: 100%;
    display: block;
    flex: none;
    margin: 0; }
  .module-multi-column h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin: 0 0 20px;
    /* 9 */
    margin: 0 0 2rem;
    /* 9 */ }
  .module-multi-column li {
    padding: 0 0 50px;
    text-align: center; }
  .module-multi-column .image {
    width: 50%;
    padding-top: 50%;
    max-width: 200px; } }

/* Full-width Image */
.module-quote {
  background: white;
  padding: 0;
  min-height: 338px; }

.module-quote .module-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: 100%; }

.module-quote .h2 {
  color: #122f40;
  font-family: PlayfairDisplay, sans-serif;
  font-weight: normal;
  display: inline-block;
  position: relative;
  margin: 0 4.8vw 10px;
  font-size: 3.45vw; }
  .module-quote .h2 span {
    color: #D3461A;
    display: inline; }
  .module-quote .h2 span.inline-quote {
    display: inline;
    position: relative;
    font-size: 13.5vw;
    font-family: PlayfairDisplay, sans-serif;
    color: #122f40;
    line-height: 0;
    vertical-align: -6.3vw; }
    .module-quote .h2 span.inline-quote-left {
      vertical-align: -5.75vw; }

.module-quote .author {
  color: #122f40;
  font-family: PlayfairDisplay, sans-serif;
  font-style: italic;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
  letter-spacing: 0;
  margin-bottom: 30px; }

.module-quote .facebook-share-el {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 12px;
  /* 9 */
  font-size: 1.2rem;
  /* 9 */
  color: #565656;
  text-transform: uppercase;
  letter-spacing: 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  padding: 34px 0 0;
  /* 9 */
  padding: 3.4rem 0 0;
  /* 9 */
  display: inline-block;
  position: relative;
  cursor: pointer; }
  .module-quote .facebook-share-el img {
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }

.quote-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%; }
  .quote-list li {
    display: block;
    width: 100%;
    height: auto;
    flex: 0 1 100%;
    padding: 60px 74px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1.5s linear 0s, visibility 0s ease 1.5s;
    visibility: hidden; }
    .quote-list li.show {
      opacity: 1;
      transition: opacity 1.5s linear 1.6s, visibility 0s ease 0s;
      visibility: visible; }

.quote-nav {
  display: block;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  padding: 0;
  width: 100%; }
  .quote-nav li {
    display: inline-block;
    position: relative;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin: 0 5px 5px;
    /* 9 */
    margin: 0 0.5rem 0.5rem;
    /* 9 */ }
    .quote-nav li a {
      display: block;
      position: relative;
      border: 1px solid #161514;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      padding: 5px 10px;
      /* 9 */
      padding: 0.5rem 1rem;
      /* 9 */
      background: white;
      color: #161514;
      border-radius: 50%;
      font-weight: 600;
      font-family: Montserrat, sans-serif;
      text-transform: uppercase;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 14px;
      /* 9 */
      font-size: 1.4rem;
      /* 9 */ }
      .quote-nav li a.active {
        background: #161514;
        color: white; }
    .quote-nav li:nth-child(1) a, .quote-nav li:nth-child(2) a {
      border-radius: 10px; }

/* Break Points */
@media (min-width: 1119px) {
  .module-quote .h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 40px;
    /* 9 */
    font-size: 4rem;
    /* 9 */ }
    .module-quote .h2::before {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 151px;
      /* 9 */
      font-size: 15.1rem;
      /* 9 */
      left: -60px;
      top: -30px;
      height: 88px; }
    .module-quote .h2 span.inline-quote {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 151px;
      /* 9 */
      font-size: 15.1rem;
      /* 9 */
      vertical-align: -68px; }
      .module-quote .h2 span.inline-quote-left {
        vertical-align: -64px; } }

@media (max-width: 1024px) {
  .quote-list li {
    padding: 25px; } }

@media (max-width: 850px) {
  .module-quote .author {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */ } }

@media (max-width: 500px) {
  .module-quote .h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-left: 27px;
    /* 9 */
    margin-left: 2.7rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-right: 27px;
    /* 9 */
    margin-right: 2.7rem;
    /* 9 */ }
    .module-quote .h2::before {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 67px;
      /* 9 */
      font-size: 6.7rem;
      /* 9 */
      left: -27px;
      top: -14px;
      height: 40px; }
    .module-quote .h2::after {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 67px;
      /* 9 */
      font-size: 6.7rem;
      /* 9 */
      right: -27px;
      bottom: -5px;
      height: 40px; } }

/* Full-width Image */
.module-sub-menu {
  background-color: black;
  color: white;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  padding: 16px 74px; }
  .module-sub-menu ul {
    list-style: none;
    padding: 0; }
    .module-sub-menu ul li {
      display: inline-block;
      position: relative;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      /* 4 */
      /* 5 */
      padding: 17px 0;
      /* 9 */
      padding: 1.7rem 0;
      /* 9 */
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      margin-right: 42px;
      /* 9 */
      margin-right: 4.2rem;
      /* 9 */
      text-transform: uppercase;
      font-weight: 600;
      cursor: pointer; }
      .module-sub-menu ul li:last-child {
        margin-right: 0; }
      .module-sub-menu ul li a {
        letter-spacing: 0.14rem;
        color: white; }
        .module-sub-menu ul li a:hover::after, .module-sub-menu ul li a:focus::after {
          content: "";
          display: block;
          position: absolute;
          bottom: 9px;
          left: -2px;
          width: calc(100% + 4px);
          height: 1px;
          background-color: #D3461A; }
        .module-sub-menu ul li a .lowercase {
          text-transform: lowercase; }
      .module-sub-menu ul li a:focus {
        outline: medium solid white; }

.albums-discography-page .module-sub-menu ul li.active::after,
.singles-discography-page .module-sub-menu ul li.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 9px;
  left: -2px;
  width: calc(100% + 4px);
  height: 1px;
  background-color: #D3461A; }

/* Break Points */
@media (max-width: 1024px) {
  .module-sub-menu {
    padding: 8px 25px; }
  .albums-discography-page .module-sub-menu,
  .singles-discography-page .module-sub-menu {
    padding: 0 25px 6px; }
    .albums-discography-page .module-sub-menu ul li,
    .singles-discography-page .module-sub-menu ul li {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      /* 4 */
      /* 5 */
      padding: 15px 0;
      /* 9 */
      padding: 1.5rem 0;
      /* 9 */ } }

@media (max-width: 767px) {
  .module-sub-menu ul li a:hover::after, .module-sub-menu ul li a:focus::after {
    display: none; } }

@media (max-width: 459px) {
  .module-sub-menu ul li {
    display: table;
    margin: 0;
    text-align: left; }
    .module-sub-menu ul li:last-child {
      margin: 0; } }

.module-albums {
  padding-top: 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding-left: 55px;
  /* 9 */
  padding-left: 5.5rem;
  /* 9 */
  background: white; }

.module-albums .album-modal {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  padding: 148px 0;
  /* 9 */
  padding: 14.8rem 0;
  /* 9 */ }
  .module-albums .album-modal.hide {
    display: none; }
  .module-albums .album-modal .close {
    text-transform: uppercase;
    color: #161514;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 5px 5px 5px 37px;
    /* 9 */
    padding: 0.5rem 0.5rem 0.5rem 3.7rem;
    /* 9 */
    display: inline-block;
    position: absolute;
    top: 74px;
    right: 0;
    line-height: 1;
    cursor: pointer;
    outline-color: black; }
    .module-albums .album-modal .close::after {
      content: 'X';
      display: inline-block;
      position: absolute;
      text-align: center;
      font-family: Montserrat, sans-serif;
      font-weight: 600;
      width: 25px;
      height: 25px;
      line-height: 25px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 50%;
      background-color: #e5e5e5;
      color: #6f6f6f; }
  .module-albums .album-modal .col-1 {
    width: 49%;
    height: auto;
    position: absolute;
    text-align: right; }
    .module-albums .album-modal .col-1 .album-cover {
      width: 100%;
      height: auto;
      max-width: 436px; }
  .module-albums .album-modal .album-heading {
    color: #161514;
    font-family: PlayfairDisplay, sans-serif;
    font-weight: normal;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 26px;
    /* 9 */
    font-size: 2.6rem;
    /* 9 */
    width: 51%;
    margin-left: 49%;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 0 0 0 74px;
    /* 9 */
    padding: 0 0 0 7.4rem;
    /* 9 */ }
  .module-albums .album-modal .album-body-text {
    color: #161514;
    line-height: 1.75;
    letter-spacing: 0;
    width: 51%;
    margin-left: 49%;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 0 0 0 74px;
    /* 9 */
    padding: 0 0 0 7.4rem;
    /* 9 */ }
    .module-albums .album-modal .album-body-text p:last-child {
      margin-bottom: 0; }
  .module-albums .album-modal .cta-container {
    width: 51%;
    margin-left: 49%;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 0 0 0 74px;
    /* 9 */
    padding: 0 0 0 7.4rem;
    /* 9 */ }
    .module-albums .album-modal .cta-container .album-cta {
      width: 89px;
      height: 33px;
      display: inline-block;
      background-image: url("images/itunes_icon.png");
      background-size: 100% auto;
      background-repeat: no-repeat;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 5 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      /* 4 */
      /* 5 */
      /* 4 */
      /* 5 */
      margin: 0 10px 0 0;
      /* 9 */
      margin: 0 1rem 0 0;
      /* 9 */
      outline-color: black; }
    .module-albums .album-modal .cta-container .album-cta-2 {
      width: 93px;
      height: 33px;
      display: inline-block;
      background-image: url("images/google_icon.png");
      background-size: 100% auto;
      background-repeat: no-repeat;
      outline-color: black; }

.module-albums .module-inner {
  display: flex;
  flex-direction: row; }
  .module-albums .module-inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(32.4% - 19px);
    height: 100%;
    background-color: #efeff0;
    z-index: 0; }

.module-albums .module-inner-albums {
  flex: 0 1 67.6%;
  height: 100%; }

.module-albums .module-inner-singles {
  flex: 0 1 67.6%;
  height: 100%; }

.module-albums .module-inner-sidebar {
  flex: 0 1 32.4%;
  height: 100%;
  z-index: 1; }
  .module-albums .module-inner-sidebar .sidebar-inner {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin: 0 0 0 19px;
    /* 9 */
    margin: 0 0 0 1.9rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 32px 35px;
    /* 9 */
    padding: 3.2rem 3.5rem;
    /* 9 */
    color: #161514;
    background-color: #efeff0; }
    .module-albums .module-inner-sidebar .sidebar-inner h2 {
      text-transform: uppercase;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 20px;
      /* 9 */
      font-size: 2rem;
      /* 9 */
      font-weight: 600;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 5 */
      /* 4 */
      /* 5 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      margin: 0 0 10px;
      /* 9 */
      margin: 0 0 1rem;
      /* 9 */
      letter-spacing: 0.3rem;
      line-height: 1.2; }
    .module-albums .module-inner-sidebar .sidebar-inner p {
      font-weight: 500;
      line-height: 1.75;
      letter-spacing: -0.009rem;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 5 */
      /* 4 */
      /* 5 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      margin: 0 0 30px;
      /* 9 */
      margin: 0 0 3rem;
      /* 9 */ }

.module-albums .album-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .module-albums .album-list li {
    flex: 0 1 33.3333333%;
    display: block;
    position: relative;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 0 19px 37px;
    /* 9 */
    padding: 0 1.9rem 3.7rem;
    /* 9 */ }
    .module-albums .album-list li::after {
      content: "";
      width: 1px;
      height: 100%;
      top: 0;
      right: 0;
      background-color: #e3e4e5;
      display: block;
      position: absolute; }
    .module-albums .album-list li:nth-child(3n + 3)::after {
      background-color: #DC4F23; }
    .module-albums .album-list li .image {
      width: 100%;
      height: auto;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 5 */
      /* 4 */
      /* 5 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      margin: 0 0 10px;
      /* 9 */
      margin: 0 0 1rem;
      /* 9 */
      cursor: pointer; }
      .module-albums .album-list li .image img {
        width: 100%;
        height: auto;
        display: block;
        position: relative; }
    .module-albums .album-list li .album-content {
      width: 100%; }
      .module-albums .album-list li .album-content p {
        color: #161514;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 14px;
        /* 9 */
        font-size: 1.4rem;
        /* 9 */
        /* 3 */
        /* 3 */
        /* 4 */
        /* 5 */
        /* 4 */
        /* 5 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        margin: 0 0 5px;
        /* 9 */
        margin: 0 0 0.5rem;
        /* 9 */
        text-transform: uppercase;
        letter-spacing: 0;
        font-weight: 600;
        line-height: 1.3; }
      .module-albums .album-list li .album-content a {
        text-transform: uppercase;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 12px;
        /* 9 */
        font-size: 1.2rem;
        /* 9 */
        font-weight: 700;
        color: #565656; }
      .module-albums .album-list li .album-content a:hover,
      .module-albums .album-list li .album-content a:focus {
        color: #DC4F23;
        cursor: pointer; }

.module-albums .single-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .module-albums .single-list li {
    flex: 0 1 33.3333333%;
    display: block;
    position: relative;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 0 19px 19px;
    /* 9 */
    padding: 0 1.9rem 1.9rem;
    /* 9 */
    text-align: center;
    min-height: 55px; }
    .module-albums .single-list li::after {
      content: "";
      width: 1px;
      height: 100%;
      top: 0;
      right: 0;
      background-color: #e3e4e5;
      display: block;
      position: absolute; }
    .module-albums .single-list li:nth-child(3n + 3)::after {
      background-color: #DC4F23; }
    .module-albums .single-list li p {
      color: #161514;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 14px;
      /* 9 */
      font-size: 1.4rem;
      /* 9 */
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 0;
      font-weight: 600;
      line-height: 1.3;
      word-break: break-word; }
    .module-albums .single-list li p.record-label {
      text-transform: none;
      font-weight: 500;
      color: #565656; }
    .module-albums .single-list li a:hover,
    .module-albums .single-list li a:focus {
      color: #DC4F23;
      cursor: pointer; }

/* Break Points */
@media (max-width: 1024px) {
  .module-albums {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding-left: 6px;
    /* 9 */
    padding-left: 0.6rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding-right: 25px;
    /* 9 */
    padding-right: 2.5rem;
    /* 9 */ }
  .module-albums .album-modal {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 98px 0 74px 19px;
    /* 9 */
    padding: 9.8rem 0 7.4rem 1.9rem;
    /* 9 */ }
    .module-albums .album-modal .close {
      top: 37px; }
    .module-albums .album-modal .album-heading,
    .module-albums .album-modal .album-body-text,
    .module-albums .album-modal .cta-container {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 5 */
      /* 4 */
      /* 5 */
      /* 4 */
      /* 5 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      padding: 0 0 0 26px;
      /* 9 */
      padding: 0 0 0 2.6rem;
      /* 9 */ } }

@media (max-width: 850px) {
  .module-albums .module-inner::after {
    width: calc(36.4% - 19px); }
  .module-albums .module-inner-albums,
  .module-albums .module-inner-singles {
    flex: 0 1 63.6%; }
  .module-albums .module-inner-sidebar {
    flex: 0 1 36.4%; } }

@media (max-width: 768px) {
  .module-albums {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding-left: 6px;
    /* 9 */
    padding-left: 0.6rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding-right: 6px;
    /* 9 */
    padding-right: 0.6rem;
    /* 9 */ }
    .module-albums .module-inner {
      flex-direction: column; }
      .module-albums .module-inner::after {
        display: none; }
    .module-albums .module-inner-albums,
    .module-albums .module-inner-singles {
      flex: 1 1 100%;
      order: 2; }
    .module-albums .module-inner-sidebar {
      flex: 1 1 100%;
      order: 1;
      background-color: #efeff0;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 5 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      margin: 0 19px 19px;
      /* 9 */
      margin: 0 1.9rem 1.9rem;
      /* 9 */ }
      .module-albums .module-inner-sidebar .sidebar-inner {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        padding: 25px;
        /* 9 */
        padding: 2.5rem;
        /* 9 */
        margin: 0; }
        .module-albums .module-inner-sidebar .sidebar-inner h2 {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 18px;
          /* 9 */
          font-size: 1.8rem;
          /* 9 */ }
          .module-albums .module-inner-sidebar .sidebar-inner h2 br {
            display: none; }
        .module-albums .module-inner-sidebar .sidebar-inner p {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 14px;
          /* 9 */
          font-size: 1.4rem;
          /* 9 */ }
  .module-albums .album-list li:nth-child(3n + 3)::after,
  .module-albums .single-list li:nth-child(3n + 3)::after {
    display: none; }
  .module-albums .album-modal {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 98px 19px 74px;
    /* 9 */
    padding: 9.8rem 1.9rem 7.4rem;
    /* 9 */
    flex-direction: column;
    flex-wrap: nowrap; }
    .module-albums .album-modal .col-1 {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      margin-bottom: 25px;
      /* 9 */
      margin-bottom: 2.5rem;
      /* 9 */
      text-align: center;
      position: relative;
      width: 100%; }
    .module-albums .album-modal .album-heading {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 20px;
      /* 9 */
      font-size: 2rem;
      /* 9 */
      line-height: 1.3; }
    .module-albums .album-modal .album-body-text {
      line-height: 1.5; }
    .module-albums .album-modal .album-heading,
    .module-albums .album-modal .album-body-text,
    .module-albums .album-modal .cta-container {
      padding: 0;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      width: 436px; } }

@media (max-width: 600px) {
  .module-albums .album-list li,
  .module-albums .single-list li {
    flex: 0 1 50%; }
    .module-albums .album-list li:nth-child(3n + 3)::after,
    .module-albums .single-list li:nth-child(3n + 3)::after {
      background-color: #e3e4e5;
      display: block; }
    .module-albums .album-list li:nth-child(even)::after,
    .module-albums .single-list li:nth-child(even)::after {
      display: none; } }

.module-legacy-repeater {
  background: white;
  padding: 0; }
  .module-legacy-repeater .module-inner {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
  .module-legacy-repeater .module-inner-menu {
    flex: 0 0 226px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 58px 0 74px;
    /* 9 */
    padding: 5.8rem 0 7.4rem;
    /* 9 */
    background-color: #efeff0; }
    .module-legacy-repeater .module-inner-menu .legacy-menu {
      list-style: none;
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%); }
      .module-legacy-repeater .module-inner-menu .legacy-menu li {
        line-height: 2.35;
        display: block;
        position: relative; }
        .module-legacy-repeater .module-inner-menu .legacy-menu li a {
          font-weight: 600;
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 20px;
          /* 9 */
          font-size: 2rem;
          /* 9 */
          letter-spacing: 0.4rem; }
          .module-legacy-repeater .module-inner-menu .legacy-menu li a:hover, .module-legacy-repeater .module-inner-menu .legacy-menu li a:focus {
            color: #161514; }
            .module-legacy-repeater .module-inner-menu .legacy-menu li a:hover::after, .module-legacy-repeater .module-inner-menu .legacy-menu li a:focus::after {
              content: "";
              display: block;
              position: absolute;
              bottom: 10px;
              left: 1px;
              width: calc(100% - 11px);
              height: 1px;
              background-color: #D3461A; }
        .module-legacy-repeater .module-inner-menu .legacy-menu li.active a::after {
          content: "";
          display: block;
          position: absolute;
          bottom: 10px;
          left: 1px;
          width: calc(100% - 11px);
          height: 1px;
          background-color: #D3461A; }
  .module-legacy-repeater .module-inner-list {
    flex: 1 1 auto;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 74px;
    /* 9 */
    padding: 7.4rem;
    /* 9 */ }

.module-legacy-repeater .h2 {
  color: #DC4F23; }

.module-legacy-repeater p {
  color: #161514; }

.legacy-repeater-list {
  list-style: none;
  padding: 0; }
  .legacy-repeater-list li {
    display: flex;
    flex-direction: row; }
    .legacy-repeater-list li:last-child {
      margin-bottom: 0; }
  .legacy-repeater-list .col-text {
    flex: 0 1 57%;
    flex-direction: column;
    align-items: flex-start;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    padding: 0 74px 65px 0;
    /* 9 */
    padding: 0 7.4rem 6.5rem 0;
    /* 9 */ }
    .legacy-repeater-list .col-text .h2 {
      line-height: 1;
      text-transform: none;
      font-weight: 500;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      /* 4 */
      /* 5 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      margin: -6px 0 18px;
      /* 9 */
      margin: -0.6rem 0 1.8rem;
      /* 9 */
      letter-spacing: -0.05rem; }
    .legacy-repeater-list .col-text .h3 {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 20px;
      /* 9 */
      font-size: 2rem;
      /* 9 */
      font-weight: 600;
      color: #161514;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      margin-bottom: 1px;
      /* 9 */
      margin-bottom: 0.1rem;
      /* 9 */
      line-height: 1.25;
      letter-spacing: -0.01rem; }
    .legacy-repeater-list .col-text p {
      line-height: 1.75;
      letter-spacing: 0; }
      .legacy-repeater-list .col-text p:last-child {
        margin-bottom: 0; }
  .legacy-repeater-list .col-image {
    flex: 0 1 43%; }
    .legacy-repeater-list .col-image div {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      z-index: 0;
      text-align: center; }
      .legacy-repeater-list .col-image div img {
        display: block;
        position: relative;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto; }

/* Break Points */
@media (max-width: 1024px) {
  .module-legacy-repeater .module-inner-menu {
    flex: 0 0 127px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 11px 0 25px;
    /* 9 */
    padding: 1.1rem 0 2.5rem;
    /* 9 */ }
    .module-legacy-repeater .module-inner-menu .legacy-menu li a {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 18px;
      /* 9 */
      font-size: 1.8rem;
      /* 9 */ }
  .module-legacy-repeater .module-inner-list {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 25px;
    /* 9 */
    padding: 2.5rem;
    /* 9 */ }
  .module-legacy-repeater .col-text {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    padding: 0 25px 25px 0;
    /* 9 */
    padding: 0 2.5rem 2.5rem 0;
    /* 9 */ } }

@media (max-width: 768px) {
  .module-legacy-repeater .module-inner-menu {
    flex: 0 0 127px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 11px 0 25px;
    /* 9 */
    padding: 1.1rem 0 2.5rem;
    /* 9 */ }
    .module-legacy-repeater .module-inner-menu .legacy-menu li a {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 18px;
      /* 9 */
      font-size: 1.8rem;
      /* 9 */ }
  .module-legacy-repeater .module-inner-list {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 25px;
    /* 9 */
    padding: 2.5rem;
    /* 9 */ }
  .module-legacy-repeater .col-text {
    flex: 0 1 100%;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    padding: 0 0 25px 0;
    /* 9 */
    padding: 0 0 2.5rem 0;
    /* 9 */ }
  .module-legacy-repeater .col-image {
    flex: 0 1 100%; }
    .module-legacy-repeater .col-image .image-1 {
      margin-top: 0 !important; }
    .module-legacy-repeater .col-image .image-2 {
      margin-top: 15px !important; }
  .legacy-repeater-list li {
    flex-direction: column; } }

@media (max-width: 500px) {
  .module-legacy-repeater .module-inner {
    flex-direction: column; }
  .module-legacy-repeater .module-inner-menu {
    flex: 0 0 100%;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 11px 25px 25px;
    /* 9 */
    padding: 1.1rem 2.5rem 2.5rem;
    /* 9 */
    order: 2; }
  .module-legacy-repeater .module-inner-list {
    flex: 0 0 100%; } }

/* Full-width Image */
.module-contact {
  background-color: #efeff0;
  color: #161514; }
  .module-contact .module-inner {
    display: flex;
    flex-direction: row;
    max-width: 900px;
    margin: 0 auto; }
    .module-contact .module-inner .col-1,
    .module-contact .module-inner .col-2 {
      flex: 0 1 50%; }
      .module-contact .module-inner .col-1 h1,
      .module-contact .module-inner .col-2 h1 {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 26px;
        /* 9 */
        font-size: 2.6rem;
        /* 9 */
        font-family: PlayfairDisplay, sans-serif; }
      .module-contact .module-inner .col-1 h2,
      .module-contact .module-inner .col-2 h2 {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 18px;
        /* 9 */
        font-size: 1.8rem;
        /* 9 */
        font-family: PlayfairDisplay, sans-serif;
        color: #C73A0E;
        margin: 0; }
      .module-contact .module-inner .col-1 input,
      .module-contact .module-inner .col-2 input {
        z-index: 1; }

.contact-page .module-contact {
  min-height: calc(100vh - 383px); }

.module-contact h2 {
  color: #161514; }

.module-contact .wpcf7-form .btn {
  border: none;
  margin-top: 0; }

.module-contact .wpcf7-form .btn .btn-inner {
  background-color: #DC4F23; }

.module-contact .wpcf7-form .btn .btn-inner input {
  color: white; }

.module-contact .wpcf7-form .btn:hover .btn-inner,
.module-contact .wpcf7-form .btn:focus .btn-inner {
  background-color: white; }

.module-contact .wpcf7-form .btn:hover .btn-inner input,
.module-contact .wpcf7-form .btn:focus .btn-inner input {
  color: #DC4F23; }

@media (max-width: 1024px) {
  .module-contact .module-inner {
    flex-direction: column; }
    .module-contact .module-inner .col-1,
    .module-contact .module-inner .col-2 {
      flex: 0 1 100%; } }

.module-contact label {
  display: block;
  margin-bottom: 5px; }

.module-contact .required {
  text-align: right; }

.module-contact input::placeholder,
.module-contact textarea::placeholder {
  color: white; }

/* Blog Archive */
.site-main-single,
.site-main-blog {
  margin: 0 auto;
  padding: 74px;
  width: 100%;
  position: relative;
  color: #161514;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
  font-family: Montserrat, sans-serif; }

.site-main-single .subtitle,
.site-main-blog .subtitle {
  display: inline-block;
  position: relative; }

.post-template-default .site-header-short {
  margin-bottom: 110px; }

.entry-author {
  text-transform: uppercase;
  display: inline-block;
  position: relative; }

.site-main-single p,
.site-main-blog p {
  margin-top: 0;
  position: relative; }

.site-main-single .post-thumbnail,
.site-main-blog .post-thumbnail {
  margin-top: 20px; }

.site-main-blog .post-thumbnail {
  max-height: 800px;
  overflow: hidden; }

.site-main-single a,
.site-main-blog a {
  margin-top: 0;
  position: relative; }

.site-main-single a.back-link,
.site-main-single a:visited.back-link,
.site-main-single a:active.back-link,
.site-main-single a:hover.back-link,
.site-main-blog a.back-link,
.site-main-blog a:visited.back-link,
.site-main-blog a:active.back-link,
.site-main-blog a:hover.back-link {
  width: 100px;
  display: block;
  position: relative;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
  color: #161514;
  font-weight: 600;
  margin-bottom: 45px;
  text-decoration: none;
  padding: 5px 0 5px 30px;
  background-image: url("images/back-arrow.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left center; }

.site-main-single p:first-child,
.site-main-blog p:first-child {
  margin-top: 55px; }

.site-main-blog .entry-content {
  margin-top: 0;
  overflow: hidden; }

.site-main-blog article {
  width: 100%;
  margin-bottom: 175px;
  position: relative;
  display: block; }

.site-main-blog article::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  left: 0;
  background: #161514;
  width: 100%;
  height: 1px; }

.search article h1,
.search .entry-title,
.error404 article h1,
.error404 .entry-title,
.page-template-default article h1,
.page-template-default .entry-title {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 20px;
  /* 9 */
  font-size: 2rem;
  /* 9 */
  font-weight: 600; }

.search article h2,
.error404 article h2,
.page-template-default article h2 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
  font-weight: 600; }

.search .entry-content,
.error404 .entry-content,
.page-template-default .entry-content {
  margin-top: 0; }
  .search .entry-content p:first-child,
  .error404 .entry-content p:first-child,
  .page-template-default .entry-content p:first-child {
    margin-top: 0; }
  .search .entry-content p:last-child,
  .error404 .entry-content p:last-child,
  .page-template-default .entry-content p:last-child {
    margin-bottom: 0; }
  .search .entry-content a,
  .error404 .entry-content a,
  .page-template-default .entry-content a {
    color: #de3311; }

.search .site-main,
.error404 .site-main,
.page-template-default .site-main {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 146px 155px 100px;
  /* 9 */
  padding: 14.6rem 15.5rem 10rem;
  /* 9 */ }

.search input[type="button"],
.search input[type="reset"],
.search input[type="submit"],
.error404 input[type="button"],
.error404 input[type="reset"],
.error404 input[type="submit"],
.page-template-default input[type="button"],
.page-template-default input[type="reset"],
.page-template-default input[type="submit"] {
  border: none;
  color: white;
  background: #DC4F23;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  width: auto;
  height: 100%;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 1.5rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 14px 35px;
  /* 9 */
  padding: 1.4rem 3.5rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  margin: 15px 0 0;
  /* 9 */
  margin: 1.5rem 0 0;
  /* 9 */
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: all 0.25s ease-out 0s;
  border-radius: 10px;
  letter-spacing: 0;
  text-align: center; }
  .search input[type="button"]:hover,
  .search input[type="reset"]:hover,
  .search input[type="submit"]:hover,
  .error404 input[type="button"]:hover,
  .error404 input[type="reset"]:hover,
  .error404 input[type="submit"]:hover,
  .page-template-default input[type="button"]:hover,
  .page-template-default input[type="reset"]:hover,
  .page-template-default input[type="submit"]:hover {
    background: white;
    color: #DC4F23; }

/* Break Points */
@media (max-width: 1024px) {
  .page-template-default .site-main {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 134px 74px 74px;
    /* 9 */
    padding: 13.4rem 7.4rem 7.4rem;
    /* 9 */ } }

@media (max-width: 768px) {
  .page-template-default .site-main {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding: 134px 25px 25px;
    /* 9 */
    padding: 13.4rem 2.5rem 2.5rem;
    /* 9 */ }
  .page-template-default .entry-title {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */ }
  .page-template-default .entry-content p {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12px;
    /* 9 */
    font-size: 1.2rem;
    /* 9 */ }
  .site-main-single,
  .site-main-blog {
    padding: 0 25px; }
  .site-main-blog article {
    margin-bottom: 60px; }
  .site-main-blog article::after {
    bottom: -30px; }
  .site-main-single .subtitle,
  .site-main-blog .subtitle {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */ }
  .site-main-single p:first-child,
  .site-main-blog p:first-child {
    margin-top: 15px; }
  .entry-author {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */
    margin-bottom: 10px; }
  .site-main-single a.back-link,
  .site-main-single a:visited.back-link,
  .site-main-single a:active.back-link,
  .site-main-single a:hover.back-link,
  .site-main-blog a.back-link,
  .site-main-blog a:visited.back-link,
  .site-main-blog a:active.back-link,
  .site-main-blog a:hover.back-link {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12px;
    /* 9 */
    font-size: 1.2rem;
    /* 9 */
    background-size: 15px auto;
    padding-left: 25px;
    margin-bottom: 30px; }
  .nav-next-inner::after,
  .nav-prev-inner {
    background-size: 15px auto; }
  .nav-prev-inner {
    padding-left: 25px; }
  .nav-next-inner {
    padding-right: 25px; } }

/* Scroll Animation */
.animation-element {
  opacity: 0;
  transform: translateY(0);
  /* remove vertical for now */ }
  .animation-element .quote-list,
  .animation-element .module-inner-image.ani-layout-3,
  .animation-element .module-inner-content h3,
  .animation-element .module-inner-content h2,
  .animation-element .module-inner-content p,
  .animation-element .module-inner-content a,
  .animation-element .module-inner-content div,
  .animation-element .module-inner-quote {
    opacity: 0;
    transform: translateY(50px); }
  .animation-element .module-inner-image {
    opacity: 0; }

.in-view {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.25s ease 0.25s, transform 1.25s ease 0.25s; }
  .in-view .module-inner-image,
  .in-view .module-inner-image.ani-layout-3 {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1.25s ease 0.65s, transform 1.25s ease 0.65s; }
  .in-view .quote-list,
  .in-view .module-inner-content h3,
  .in-view .module-inner-content h2,
  .in-view .module-inner-content p,
  .in-view .module-inner-content a,
  .in-view .module-inner-content div,
  .in-view .module-inner-quote {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1.25s ease 1s, transform 1.25s ease 1s; }

.bg-in-view {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.25s ease 0s, transform 1.25s ease 0s; }
  .bg-in-view .module-inner-image,
  .bg-in-view .module-inner-image.ani-layout-3 {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1.25s ease 0.5s, transform 1.25s ease 0.5s; }
  .bg-in-view .quote-list,
  .bg-in-view .module-inner-content h3,
  .bg-in-view .module-inner-content h2,
  .bg-in-view .module-inner-content p,
  .bg-in-view .module-inner-content a,
  .bg-in-view .module-inner-content div,
  .bg-in-view .module-inner-quote {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1.25s ease 1s, transform 1.25s ease 1s; }

.legacy-repeater-list .image-1.animation-element,
.legacy-repeater-list .image-2.animation-element {
  transform: translateX(800px); }

.legacy-repeater-list .image-1.animation-element.in-view {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1.25s ease 0.25s, transform 1.25s ease 0.25s; }

.legacy-repeater-list .image-1.animation-element.bg-in-view {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1.25s ease 0s, transform 1.25s ease 0s; }

.legacy-repeater-list .image-2.animation-element.in-view {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1.25s ease 0.5s, transform 1.25s ease 0.5s; }

.legacy-repeater-list .image-2.animation-element.bg-in-view {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1.25s ease 0.25s, transform 1.25s ease 0.25s; }

.intro-delay .in-view {
  transition: opacity 1.25s ease 0.5s, transform 1.25s ease 0.5s; }

.intro-delay .bg-in-view {
  transition: opacity 1.25s ease 0.5s; }

.custom-logo-link {
  opacity: 0; }

.intro-masthead .custom-logo-link {
  opacity: 1;
  transition: opacity 1.25s ease 0.5s; }

.module-masthead .module-inner {
  opacity: 0;
  transform: translateY(50px); }

.intro-module-masthead .module-inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.25s ease 0.3s, transform 1.25s ease 0.3s; }

.module-masthead .module-inner.animation-element.in-view,
.module-masthead .module-inner.animation-element.bg-in-view {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.25s ease 0.25s, transform 1.25s ease 0.25s; }

body .site-cover {
  content: "";
  display: block;
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #161514;
  z-index: 100; }

body.intro-module-short .site-cover,
body.intro-modules .site-cover {
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s, height 0s ease 0.85s;
  transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s, height 0s ease 0.85s; }

body::before {
  content: "";
  display: block;
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #161514;
  z-index: 100;
  opacity: 0; }

body.trans-out::before {
  -webkit-transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: opacity 0.5s ease-out 0s;
  height: 100%;
  opacity: 1; }

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