@import "fontawesome.min.css";
@import "brands.min.css";
/**
 * Reset
 * normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css
 * ----------------------------------------------------------------------------
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

summary {
  display: list-item; }

figure {
  margin: 0; }

pre,
code,
kbd,
samp {
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border: 0;
  vertical-align: middle; }

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

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[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; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

progress {
  display: inline-block;
  vertical-align: baseline; }

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

/**
 * General
 * ----------------------------------------------------------------------------
 */
::selection {
  background-color: #395050;
  color: #fff; }

html {
  font-family: "Fira Sans", sans-serif;
  font-size: 112.5%;
  height: 100%;
  min-height: 100%; }
  @media only screen and (max-width: 600px) {
    html {
      font-size: 100%; } }
body {
  background: #fff;
  color: #5e5e5e;
  line-height: 1.66667; }

a {
  color: #2c1313;
  text-decoration: none;
  -webkit-transition: border .3s ease, color .3s ease;
  transition: border .3s ease, color .3s ease; }
  a:hover {
    border-color: currentColor;
    text-decoration: none;
    color: #8b2727; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2c1313;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: bold;
  line-height: 1.2;
  margin: 1.66667rem 0 0.83333rem;
  text-rendering: optimizeLegibility; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 2.22222rem; }

h2 {
  font-size: 1.88889rem; }

h3 {
  font-size: 1.33333rem; }

h4 {
  font-size: 1.11111rem; }

h5 {
  font-size: 0.88889rem; }

h6 {
  font-size: 14px;
  letter-spacing: 0.075em;
  text-transform: uppercase; }

p {
  margin: 0 0 1.66667em; }

address {
  font-style: italic;
  margin: 0 0 1.66667em; }

mark,
ins {
  background: #fff493;
  color: #2c1313;
  padding: 0 3px;
  text-decoration: none; }

code {
  background: #f7f7f7;
  border-radius: 3px;
  color: #2c1313;
  padding: 0 3px; }

pre {
  border: 1px solid rgba(222, 222, 222, 0.541176);
  border-radius: 3px;
  color: #2c1313;
  font-size: 0.88889rem;
  margin: 0 0 1.66667rem;
  overflow: auto;
  padding: 1.5em 1.875em;
  position: relative;
  white-space: pre; }
  pre:before {
    border-color: rgba(222, 222, 222, 0.541176);
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: inherit;
    content: "</>";
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    padding: 1px 4px;
    position: absolute;
    right: 0;
    top: 0; }
  pre > code {
    padding: 0; }

blockquote {
  border-top: 3px solid rgba(222, 222, 222, 0.541176);
  color: #2c1313;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.33333rem;
  line-height: 1.4;
  margin: 2.5rem auto;
  padding: 1.33333rem 0 0 60px;
  position: relative; }
  blockquote:first-child {
    margin-top: 0; }
  blockquote:before {
    color: #3cb464;
    content: "\201C";
    font-size: 64px;
    left: 0;
    line-height: 1;
    position: absolute;
    width: 30px;
    top: 1.33333rem; }
  blockquote p {
    margin-bottom: 0.5em; }
    blockquote p:last-child {
      margin-bottom: 0; }
  blockquote small,
  blockquote cite {
    color: #d18989;
    display: block;
    font-size: 0.66667em;
    font-style: normal;
    font-weight: normal;
    margin-top: 1em; }
    blockquote small:last-child,
    blockquote cite:last-child {
      margin-bottom: 0; }

dl {
  margin: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 1.66667em; }

ul,
ol {
  margin: 0 0 1.66667em;
  padding: 0 0 0 1.66667em; }

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

hr {
  border: 0;
  border-bottom: 1px solid rgba(222, 222, 222, 0.541176);
  margin: 1.66667em 0; }

table {
  line-height: 1.5;
  margin: 0 0 1.66667rem;
  text-align: left;
  width: 100%; }

caption {
  color: #d18989;
  font-size: 0.88889rem;
  font-style: normal;
  margin-bottom: 1em;
  text-align: left; }

th,
td {
  border-bottom: 1px solid rgba(222, 222, 222, 0.541176);
  padding: 0.5em 5px; }

th {
  color: #2c1313;
  font-weight: bold; }

/* Form fields */
label {
  color: #2c1313;
  font-weight: bold; }
  label > span {
    font-size: 14px;
    font-weight: normal; }

input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  padding-left: 0.25em;
  padding-right: 1em; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
  background: #fff;
  border: 1px solid rgba(222, 222, 222, 0.541176);
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #5e5e5e;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  max-width: 100%;
  padding: 0.5em 10px;
  vertical-align: baseline;
  width: 100%; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    outline: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
  height: 3em; }

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button {
  background: #3cb464;
  border: 2px solid #3cb464;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 3em;
  letter-spacing: 0.075em;
  line-height: 1.5;
  padding: 0.25em 25px;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  button:hover, button:focus, button:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:active,
  .button:hover,
  .button:focus,
  .button:active {
    background: 0;
    border-color: #3cb464;
    color: #3cb464;
    outline: 0; }

.button.inverse {
  background: 0;
  color: #3cb464; }
  .button.inverse:hover, .button.inverse:focus, .button.inverse:active {
    background: #3cb464;
    border-color: #3cb464;
    color: #fff; }

a.button {
  padding-bottom: 0.60714em;
  padding-top: 0.60714em; }

#menu-open,
#menu-close {
  background: 0;
  border: 0;
  box-shadow: none;
  color: inherit;
  height: 40px;
  padding: 0;
  position: relative;
  width: 40px; }

.contact-form label {
  display: block;
  margin-bottom: 0.25em;
  padding-left: 10px; }

/* Videos, audios and embeds */
embed,
iframe,
object,
video {
  max-width: 100%; }

.js-reframe {
  margin: 0 0 1.66667em; }

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

.post-thumbnail img,
.post-content img {
  border-radius: 3px; }

/* Text meant only for screen readers */
.screen-reader-text,
.site-logo + .site-title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px; }

/* Clearing floats */
.post-content:after {
  clear: both; }

.post-content:before,
.post-content:after {
  content: "";
  display: table; }

/**
 * Icons
 * ----------------------------------------------------------------------------
 */
.icon-menu,
.icon-close {
  background: currentColor;
  border-radius: 1px;
  color: inherit;
  height: 2px;
  margin-top: -1px;
  margin-left: -12px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px; }
  .icon-menu:before, .icon-menu:after,
  .icon-close:before,
  .icon-close:after {
    background: currentColor;
    border-radius: 1px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }

.icon-menu:before {
  top: -8px; }

.icon-menu:after {
  bottom: -8px; }

.icon-close {
  background: 0;
  margin-left: -17px;
  width: 34px; }
  .icon-close:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .icon-close:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.icon-arrow-left,
.icon-arrow-right {
  background: currentColor;
  color: inherit;
  height: 2px;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 16px; }
  .icon-arrow-left:before,
  .icon-arrow-right:before {
    border-color: currentColor;
    border-style: solid;
    content: "";
    height: 8px;
    position: absolute;
    top: 1px;
    width: 8px; }

.icon-arrow-left:before {
  border-width: 2px 0 0 2px;
  left: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top left;
  transform-origin: top left; }

.icon-arrow-right:before {
  border-width: 2px 2px 0 0;
  right: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right; }

/**
 * Structure
 * ----------------------------------------------------------------------------
 */
.site {
  overflow: hidden;
  position: relative; }

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100vw; }

.site-header,
.subscribe,
.site-footer {
  padding-left: 4vw;
  padding-right: 4vw; }

.intro,
.post-full .post-header,
.post-full .post-subtitle,
.post-full .post-content,
.post-nav-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px; }

.elev_head_wrapper {
  width: 100%; }

/**
 * Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {
  background: #fff;
  border-top: 5px solid;
  background-image: url("/images/background_header.svg");
  background-size: cover;
  background-position: top;
  padding-left: 0px; }

.site-header-inside {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.site-branding {
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 100%;
  padding: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center; }

.site-logo {
  margin: 0; }
  .site-logo a {
    border: 0; }
  .site-logo img {
    max-height: 60px;
    height: 60px; }

.site-title {
  color: #2c1313;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.66667rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0; }
  .site-title a {
    border: 0;
    color: inherit; }

.site-navigation {
  margin-left: auto; }

.menu {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

.menu-item {
  display: inline-block;
  margin-left: 20px;
  padding: 0.5em 0; }
  .menu-item a {
    border: 0;
    color: inherit;
    color: #f7f6fa; }

.menu-item a:hover,
.current-menu-item a {
  color: #d18989;
  border-bottom: 2px solid #d18989; }

.menu-toggle {
  display: none; }

.icon-close {
  color: #d18989; }

@media only screen and (max-width: 1100px) {
  .site-branding {
    margin-right: 20px; }
  #menu-open {
    display: block;
    margin-left: auto;
    color: #f7f6fa; }
  .site-navigation {
    background-color: #395050;
    border-top: 5px solid #3cb464;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s, visibility 0s .3s;
    transition: opacity .3s, visibility 0s .3s;
    visibility: hidden;
    z-index: -1; }
  .site-nav-inside {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative; }
  #menu-close {
    display: block;
    position: absolute;
    right: 4vw;
    top: 1.33333rem; }
  .menu {
    padding: 5rem 4vw 3.33333rem; }
  .menu-item {
    border-bottom: 1px solid rgba(222, 222, 222, 0.541176);
    display: block;
    padding: 0; }
    .menu-item:first-child {
      border-top: 1px solid rgba(222, 222, 222, 0.541176); }
    .menu-item a {
      display: block;
      padding: 0.83333rem 0; }
  .menu--opened .site {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    z-index: 9997; }
  .menu--opened .site-navigation {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    visibility: visible;
    z-index: 9998; } }

.elev_slogan {
  background-color: #395050;
  background-image: linear-gradient(to right, #3e2723, #395050, #3e2723);
  padding-right: 1.5rem; }
  @media only screen and (max-width: 600px) {
    .elev_slogan {
      background-image: linear-gradient(to right, #3e2723, #354646); } }
  .elev_slogan li a {
    border-color: currentColor; }

/**
 * Content
 * ----------------------------------------------------------------------------
 */
.post {
  margin-bottom: 3.33333em; }

.post-header {
  margin-bottom: 2.5rem; }

.post-meta {
  color: #d18989;
  font-size: 0.88889rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-bottom: 0.83333rem;
  text-transform: uppercase; }

.post-title {
  font-size: 2.66667rem;
  margin: 0 0 1.66667rem; }
  .post-title a {
    border: 0;
    color: inherit; }
    .post-title a:hover {
      color: #5e5e5e; }

.post-subtitle {
  font-size: 1.33333rem;
  line-height: 1.5;
  margin-bottom: 2.5rem; }

.post-thumbnail {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  margin-bottom: 2.5rem; }
  .post-thumbnail img {
    width: 100%; }

/* Post feed */
.post-feed {
  margin-bottom: 4vw; }

.post-card {
  margin-bottom: 4vw; }
  .post-card .post-header {
    margin-bottom: 0.83333rem; }
  .post-card .post-meta {
    font-size: 14px; }
  .post-card .post-title {
    font-size: 1.66667rem;
    margin-bottom: 0.83333rem; }
  .post-card .post-excerpt {
    font-size: 16px; }

.post-card-inside {
  border: 1px solid rgba(222, 222, 222, 0.541176);
  border-radius: 3px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.post-card-thumbnail {
  border: 0;
  border-radius: 3px 3px 0 0;
  display: block;
  margin: 0;
  height: 100%; }
  .post-card-thumbnail img {
    border-radius: 3px 3px 0 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.post-card-content {
  padding: 1.33333rem 1.66667rem 0.33333rem; }

@media only screen and (min-width: 681px) {
  .layout-grid .post-feed {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2vw;
    margin-right: -2vw; }
  .layout-grid .post-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-grid .post-card-inside {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 2vw;
    margin-right: 2vw; }
  .layout-grid .post-card-content:only-child {
    border-top: 50px solid rgba(60, 180, 100, 0.1); }
  .layout-list .post-card-inside {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .layout-list .post-card-thumbnail {
    border-radius: 0 3px 3px 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
    .layout-list .post-card-thumbnail img {
      border-radius: 0 3px 3px 0;
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .layout-list .post-card-content {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .layout-list .post-card-content:only-child {
      border-right: 165px solid rgba(60, 180, 100, 0.1);
      padding-right: 7%; } }

@media only screen and (min-width: 751px) {
  .post-feed {
    margin-bottom: 1.66667em; }
  .post-card {
    margin-bottom: 1.66667em; }
  .layout-grid .post-feed {
    margin-left: -0.83333em;
    margin-right: -0.83333em; }
  .layout-grid .post-card-inside {
    margin-left: 0.833333em;
    margin-right: 0.833333em; }
  .layout-list .post-card {
    margin-bottom: 2.5em; } }

/* Intro section */
.intro {
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 801px) {
    .intro {
      margin-bottom: 3.33333rem; } }
.intro-text {
  color: #2c1313;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.33333rem;
  line-height: 1.5;
  margin-bottom: 1.66667rem; }
  .intro-text > * {
    margin-bottom: 1.66667rem; }

.intro-cta {
  margin-bottom: 1.66667rem; }
  .intro-cta .button {
    margin: 0 15px 0.83333rem 0; }

/* Pagination */
.pagination {
  margin: 0 0 3.33333em; }
  .pagination .nav-links {
    padding: 0 60px;
    position: relative;
    text-align: center; }
  .pagination .page-number {
    color: #d18989;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 1.5;
    padding: 0.67857em 0;
    text-transform: uppercase; }
  .pagination .newer-posts,
  .pagination .older-posts {
    height: 40px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 45px; }
  .pagination .older-posts {
    left: 0; }
  .pagination .newer-posts {
    right: 0; }

/* Post navigation */
.post-nav-title {
  font-size: 1.33333rem;
  margin-bottom: 1.66667rem; }

/**
 * Subscribe
 * ----------------------------------------------------------------------------
 */
.subscribe {
  background: #f7f7f7;
  border-bottom: 1px solid rgba(222, 222, 222, 0.541176);
  padding-bottom: 2.5em;
  padding-top: 2.5em;
  text-align: center; }
  @media only screen and (min-width: 801px) {
    .subscribe {
      padding-bottom: 3.33333em;
      padding-top: 3.33333em; } }
  .subscribe .inner {
    max-width: 555px; }

.subscribe-title {
  font-size: 1.66667rem;
  margin: 0 0 1.33333rem; }

.subscribe-text {
  font-size: 0.88889rem;
  margin-bottom: 1.66667rem; }

.subscribe-form {
  margin-bottom: 1.66667rem; }
  .subscribe-form .subscribe-email {
    width: 100%; }
  .subscribe-form .button {
    margin-top: 0.83333rem;
    width: 100%; }
  @media only screen and (min-width: 481px) {
    .subscribe-form {
      position: relative; }
      .subscribe-form .subscribe-email {
        height: 3.75em;
        padding-right: 145px;
        width: 100%; }
      .subscribe-form .button {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        position: absolute;
        right: 9px;
        top: 9px;
        width: 130px; } }
/**
 * Site Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
  background: #f7f7f7;
  padding-bottom: 0.83333em;
  padding-top: 2.5em; }

.site-info {
  font-size: 12px;
  letter-spacing: 0.09em;
  line-height: 1.5;
  margin-bottom: 1.66667rem;
  padding-top: 0.5em;
  text-transform: uppercase; }

.social-links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.83333rem; }
  .social-links a {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 0;
    color: inherit;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 30px;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 5% 0.83333em 0;
    width: 30px; }
    .social-links a:hover {
      color: #d18989; }
  .social-links .fab {
    font-size: 18px; }

@media only screen and (min-width: 601px) {
  .site-footer-inside {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .social-links {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: auto; }
    .social-links a {
      margin-left: 30px;
      margin-right: 0; } }

@media only screen and (min-width: 801px) {
  .social-links a {
    margin-left: 40px; } }

/**
 * Palettes
 * ----------------------------------------------------------------------------
 */
.palette-blue a {
  border-color: #108afb; }
  .palette-blue a:hover {
    border-color: currentColor; }

.palette-blue blockquote:before {
  color: #108afb; }

.palette-blue button,
.palette-blue input[type="submit"],
.palette-blue input[type="button"],
.palette-blue input[type="reset"],
.palette-blue .button {
  background: #108afb;
  border-color: #108afb;
  color: #fff; }
  .palette-blue button:hover, .palette-blue button:focus, .palette-blue button:active,
  .palette-blue input[type="submit"]:hover,
  .palette-blue input[type="submit"]:focus,
  .palette-blue input[type="submit"]:active,
  .palette-blue input[type="button"]:hover,
  .palette-blue input[type="button"]:focus,
  .palette-blue input[type="button"]:active,
  .palette-blue input[type="reset"]:hover,
  .palette-blue input[type="reset"]:focus,
  .palette-blue input[type="reset"]:active,
  .palette-blue .button:hover,
  .palette-blue .button:focus,
  .palette-blue .button:active {
    background: 0;
    border-color: #108afb;
    color: #108afb; }

.palette-blue .button.inverse {
  background: 0;
  color: #108afb; }
  .palette-blue .button.inverse:hover, .palette-blue .button.inverse:focus, .palette-blue .button.inverse:active {
    background: #108afb;
    border-color: #108afb;
    color: #fff; }

.palette-blue .site-header {
  border-top-color: #108afb; }

@media only screen and (max-width: 1100px) {
  .palette-blue .site-navigation {
    border-top-color: #108afb; } }

@media only screen and (min-width: 681px) {
  .palette-blue.layout-grid .post-card-content:only-child {
    border-color: rgba(16, 138, 251, 0.1); }
  .palette-blue.layout-list .post-card-content:only-child {
    border-color: rgba(16, 138, 251, 0.1); } }

.palette-black a {
  border-color: #323232; }
  .palette-black a:hover {
    border-color: #d18989; }

.palette-black blockquote:before {
  color: #323232; }

.palette-black button,
.palette-black input[type="submit"],
.palette-black input[type="button"],
.palette-black input[type="reset"],
.palette-black .button {
  background: #323232;
  border-color: #323232;
  color: #fff; }
  .palette-black button:hover, .palette-black button:focus, .palette-black button:active,
  .palette-black input[type="submit"]:hover,
  .palette-black input[type="submit"]:focus,
  .palette-black input[type="submit"]:active,
  .palette-black input[type="button"]:hover,
  .palette-black input[type="button"]:focus,
  .palette-black input[type="button"]:active,
  .palette-black input[type="reset"]:hover,
  .palette-black input[type="reset"]:focus,
  .palette-black input[type="reset"]:active,
  .palette-black .button:hover,
  .palette-black .button:focus,
  .palette-black .button:active {
    background: 0;
    border-color: #323232;
    color: #323232; }

.palette-black .button.inverse {
  background: 0;
  color: #323232; }
  .palette-black .button.inverse:hover, .palette-black .button.inverse:focus, .palette-black .button.inverse:active {
    background: #323232;
    border-color: #323232;
    color: #fff; }

.palette-black .site-header {
  border-top-color: #323232; }

@media only screen and (max-width: 1100px) {
  .palette-black .site-navigation {
    border-top-color: #323232; } }

@media only screen and (min-width: 681px) {
  .palette-black.layout-grid .post-card-content:only-child {
    border-color: rgba(50, 50, 50, 0.1); }
  .palette-black.layout-list .post-card-content:only-child {
    border-color: rgba(50, 50, 50, 0.1); } }

.palette-red a {
  border-color: #395050; }
  .palette-red a:hover {
    border-color: currentColor; }

.palette-red blockquote:before {
  color: #395050; }

.palette-red button,
.palette-red input[type="submit"],
.palette-red input[type="button"],
.palette-red input[type="reset"],
.palette-red .button {
  background: #395050;
  border-color: #395050;
  color: #fff; }
  .palette-red button:hover, .palette-red button:focus, .palette-red button:active,
  .palette-red input[type="submit"]:hover,
  .palette-red input[type="submit"]:focus,
  .palette-red input[type="submit"]:active,
  .palette-red input[type="button"]:hover,
  .palette-red input[type="button"]:focus,
  .palette-red input[type="button"]:active,
  .palette-red input[type="reset"]:hover,
  .palette-red input[type="reset"]:focus,
  .palette-red input[type="reset"]:active,
  .palette-red .button:hover,
  .palette-red .button:focus,
  .palette-red .button:active {
    background: 0;
    border-color: #395050;
    color: #395050; }

.palette-red .button.inverse {
  background: 0;
  color: #395050; }
  .palette-red .button.inverse:hover, .palette-red .button.inverse:focus, .palette-red .button.inverse:active {
    background: #395050;
    border-color: #395050;
    color: #fff; }

.palette-red .site-header {
  border-top-color: #395050; }

@media only screen and (max-width: 1100px) {
  .palette-red .site-navigation {
    border-top-color: #395050; } }

@media only screen and (min-width: 681px) {
  .palette-red.layout-grid .post-card-content:only-child {
    border-color: rgba(57, 80, 80, 0.1); }
  .palette-red.layout-list .post-card-content:only-child {
    border-color: rgba(57, 80, 80, 0.1); } }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.424);
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.424); }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.424); }

.elev_brand_signoff {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
  padding-top: 2rem; }
  .elev_brand_signoff img {
    height: 70px;
    object-fit: contain; }

.elev_hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-areas: "headline image" "description image";
  background-image: url("/images/background_hero.svg");
  background-size: cover;
  padding: 3.5rem 1rem; }
  @media only screen and (max-width: 768px) {
    .elev_hero {
      grid-template-areas: "image" "headline" "description"; } }
  .elev_hero .elev_headline {
    grid-area: headline;
    font-size: 58px;
    line-height: 1;
    font-weight: bold;
    padding: 10px 20px;
    color: #f7f6fa; }
    @media only screen and (max-width: 600px) {
      .elev_hero .elev_headline {
        font-size: 42px;
        padding-top: 2rem; } }
  .elev_hero .elev_description {
    grid-area: description;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0px 20px; }
    @media only screen and (max-width: 600px) {
      .elev_hero .elev_description {
        align-items: center; } }
    .elev_hero .elev_description p {
      padding: 10px 0px;
      text-align: justify;
      color: #f7f6fa; }
  .elev_hero .elev_sliding_images {
    grid-area: image; }
    .elev_hero .elev_sliding_images img {
      box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
      object-fit: cover;
      height: minmax(400px, 100%); }
    @media only screen and (max-width: 600px) {
      .elev_hero .elev_sliding_images {
        padding-left: 0px; } }
@media only screen and (max-width: 600px) {
  .other_pages .elev_sliding_images {
    display: none; } }

.elev_features {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  padding: 10%;
  justify-content: space-evenly;
  background-image: linear-gradient(to bottom left, #003bfd10, #cfeaf531); }
  .elev_features .elev_features_headline {
    grid-column: span 2 / auto;
    justify-self: center; }
    .elev_features .elev_features_headline * {
      margin-bottom: 40px; }
    .elev_features .elev_features_headline p {
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px;
      color: #3cbbd2; }
    .elev_features .elev_features_headline h2 {
      font-size: 44px;
      line-height: 1.2;
      text-align: center;
      color: #3e2723; }
    .elev_features .elev_features_headline span {
      font-size: 24px;
      text-align: center;
      line-height: 1.5;
      max-width: 750px;
      display: block;
      color: #373649; }
    @media only screen and (max-width: 600px) {
      .elev_features .elev_features_headline p {
        font-size: 11px; }
      .elev_features .elev_features_headline h2 {
        font-size: 36px;
        line-height: 56px;
        max-width: 90vw;
        margin: 0px;
        margin-bottom: 40px; }
      .elev_features .elev_features_headline span {
        font-size: 20px;
        max-width: 90vw; } }
  .elev_features .elev_features_feature {
    max-width: 750px;
    padding: 10%;
    border: 1px solid #6c7e953a;
    background-color: white;
    border-radius: 0.4rem;
    box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
    transition: all .3s ease; }
    .elev_features .elev_features_feature:hover {
      box-shadow: 0px 0px 5px 0 rgba(46, 61, 73, 0.2); }
    .elev_features .elev_features_feature h3 {
      font-size: 22px;
      line-height: 1.5;
      color: #3e2723; }
    .elev_features .elev_features_feature p {
      font-size: 17px;
      line-height: 26px;
      color: #373649; }
    @media only screen and (max-width: 600px) {
      .elev_features .elev_features_feature h3 {
        font-size: 20px; }
      .elev_features .elev_features_feature p {
        font-size: 16px; } }
  @media only screen and (max-width: 600px) {
    .elev_features .elev_features_feature {
      grid-column: span 2 / auto; } }
.elev_vision_mission {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 4rem 12rem;
  background-image: url("/images/background_features.svg");
  background-position: center left;
  background-size: cover;
  background-color: white; }
  .elev_vision_mission .elev_vision_mission_head p {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #3cbbd2; }
  .elev_vision_mission h3 {
    font-size: 44px;
    line-height: 1.2;
    text-align: center;
    color: #3e2723; }
  .elev_vision_mission p {
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    color: #373649; }
  @media only screen and (max-width: 600px) {
    .elev_vision_mission {
      padding-left: 2rem;
      padding-right: 2rem; }
      .elev_vision_mission h3 {
        font-size: 36px;
        line-height: 56px;
        max-width: 90vw;
        margin: 0px;
        margin-bottom: 40px; }
      .elev_vision_mission p {
        font-size: 20px;
        max-width: 90vw; } }
.elev_page_content {
  margin: 0 auto;
  padding: 2rem 1.5rem; }
  @media only screen and (min-width: 601px) {
    .elev_page_content {
      max-width: 750px; } }
  .elev_page_content h2, .elev_page_content h3, .elev_page_content h4, .elev_page_content h6 {
    color: #3e2723; }
  .elev_page_content p {
    color: #373649;
    line-height: 1.8; }
  .elev_page_content time {
    background-color: #3e2723;
    padding: 0.3rem 0.5rem;
    color: white;
    font-size: 95%; }
  .elev_page_content .elev_thumbnail {
    max-height: 500px;
    overflow: hidden; }
    .elev_page_content .elev_thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: left;
      margin: 0;
      padding: 0; }

@media only screen and (max-width: 600px) {
  .elev_features {
    grid-template-columns: 1fr; } }

.elev_post_container {
  display: grid;
  padding: 1rem;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: 60px;
  justify-content: space-around;
  align-items: stretch;
  max-width: 1200px;
  margin: auto; }
  @media only screen and (max-width: 600px) {
    .elev_post_container {
      grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
      grid-auto-rows: auto; } }
  .elev_post_container .elev_post_card {
    display: flex;
    grid-row: span 6;
    flex-direction: column;
    border: 1px solid #e7e7e7;
    border-bottom: 1px solid #e5e5e5;
    background-color: rgba(255, 255, 255, 0); }
    .elev_post_container .elev_post_card .elev_post_card_head a {
      overflow: hidden; }
      .elev_post_container .elev_post_card .elev_post_card_head a img {
        height: 250px;
        width: 100%;
        object-fit: cover;
        object-position: center; }
    .elev_post_container .elev_post_card .elev_post_card_body {
      overflow: hidden;
      padding: none; }
      .elev_post_container .elev_post_card .elev_post_card_body div {
        display: inline-flex;
        flex-direction: row;
        padding: 1rem;
        font-size: 90%;
        width: 100%;
        background-color: whitesmoke;
        text-transform: uppercase; }
        .elev_post_container .elev_post_card .elev_post_card_body div time {
          font-size: 90%;
          padding-right: 0.5rem; }
        .elev_post_container .elev_post_card .elev_post_card_body div span {
          font-size: 80%;
          border-left: 1px solid #ccc;
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
          .elev_post_container .elev_post_card .elev_post_card_body div span a {
            border: none;
            color: white;
            background-color: #3e2723;
            padding: 0.2rem 0.4rem;
            font-size: 80%; }
            .elev_post_container .elev_post_card .elev_post_card_body div span a:hover {
              color: #3e2723;
              background-color: #ccc; }
      .elev_post_container .elev_post_card .elev_post_card_body h2, .elev_post_container .elev_post_card .elev_post_card_body p {
        padding: 0.1rem 1rem; }
      .elev_post_container .elev_post_card .elev_post_card_body h2 {
        line-height: 1.5;
        font-size: 32px;
        margin-top: 0 !important;
        text-transform: none; }
      .elev_post_container .elev_post_card .elev_post_card_body p a {
        text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .elev_post_container #post_0 {
      grid-column: span 2;
      position: relative; }
      .elev_post_container #post_0 .elev_post_card_head {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: -1; }
        .elev_post_container #post_0 .elev_post_card_head a img {
          object-fit: cover;
          height: 100%;
          width: 100%; }
      .elev_post_container #post_0 .elev_post_card_body {
        position: absolute;
        padding: 0 3rem;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.514); }
        .elev_post_container #post_0 .elev_post_card_body div {
          background-color: transparent; }
          .elev_post_container #post_0 .elev_post_card_body div time {
            background-color: transparent;
            color: white;
            padding: 0.3rem 0.5rem; }
          .elev_post_container #post_0 .elev_post_card_body div span {
            display: inline-flex;
            justify-content: center;
            align-items: center; }
            .elev_post_container #post_0 .elev_post_card_body div span a {
              font-size: 100%;
              color: white;
              line-height: 1;
              background-color: transparent; }
              .elev_post_container #post_0 .elev_post_card_body div span a:hover {
                color: #3e2723;
                background-color: #ccc; }
        .elev_post_container #post_0 .elev_post_card_body h2 a {
          color: #f7f7f7; }
          .elev_post_container #post_0 .elev_post_card_body h2 a:hover {
            color: white; }
        .elev_post_container #post_0 .elev_post_card_body p {
          color: #f7f7f7; }
          .elev_post_container #post_0 .elev_post_card_body p a {
            color: #f7f7f7; }
            .elev_post_container #post_0 .elev_post_card_body p a:hover {
              color: white; } }
  @media only screen and (min-width: 600px) {
    .elev_post_container #post_1, .elev_post_container #post_2, .elev_post_container #post_3, .elev_post_container #post_4, .elev_post_container #post_5, .elev_post_container #post_6 {
      grid-row: span 2;
      display: flex;
      flex-direction: row; }
      .elev_post_container #post_1 .elev_post_card_head, .elev_post_container #post_2 .elev_post_card_head, .elev_post_container #post_3 .elev_post_card_head, .elev_post_container #post_4 .elev_post_card_head, .elev_post_container #post_5 .elev_post_card_head, .elev_post_container #post_6 .elev_post_card_head {
        flex: 1; }
        .elev_post_container #post_1 .elev_post_card_head a img, .elev_post_container #post_2 .elev_post_card_head a img, .elev_post_container #post_3 .elev_post_card_head a img, .elev_post_container #post_4 .elev_post_card_head a img, .elev_post_container #post_5 .elev_post_card_head a img, .elev_post_container #post_6 .elev_post_card_head a img {
          object-fit: cover;
          height: 100%;
          width: 100%; }
      .elev_post_container #post_1 .elev_post_card_body, .elev_post_container #post_2 .elev_post_card_body, .elev_post_container #post_3 .elev_post_card_body, .elev_post_container #post_4 .elev_post_card_body, .elev_post_container #post_5 .elev_post_card_body, .elev_post_container #post_6 .elev_post_card_body {
        display: flex;
        flex: 2;
        flex-direction: column;
        justify-content: center;
        height: 100%; }
        .elev_post_container #post_1 .elev_post_card_body div, .elev_post_container #post_2 .elev_post_card_body div, .elev_post_container #post_3 .elev_post_card_body div, .elev_post_container #post_4 .elev_post_card_body div, .elev_post_container #post_5 .elev_post_card_body div, .elev_post_container #post_6 .elev_post_card_body div {
          background-color: transparent;
          width: auto; }
        .elev_post_container #post_1 .elev_post_card_body h2, .elev_post_container #post_2 .elev_post_card_body h2, .elev_post_container #post_3 .elev_post_card_body h2, .elev_post_container #post_4 .elev_post_card_body h2, .elev_post_container #post_5 .elev_post_card_body h2, .elev_post_container #post_6 .elev_post_card_body h2 {
          font-size: 95%; }
        .elev_post_container #post_1 .elev_post_card_body p, .elev_post_container #post_2 .elev_post_card_body p, .elev_post_container #post_3 .elev_post_card_body p, .elev_post_container #post_4 .elev_post_card_body p, .elev_post_container #post_5 .elev_post_card_body p, .elev_post_container #post_6 .elev_post_card_body p {
          font-size: 12px;
          margin-bottom: 0;
          display: none; } }
  @media only screen and (min-width: 600px) {
    .elev_post_container #post_7, .elev_post_container #post_8, .elev_post_container #post_9 {
      border-top: 3px solid #395050;
      display: flex;
      grid-row: span 3;
      flex-direction: column;
      background-color: #f6f6f6; }
      .elev_post_container #post_7 .elev_post_card_head, .elev_post_container #post_8 .elev_post_card_head, .elev_post_container #post_9 .elev_post_card_head {
        overflow: hidden;
        height: 500px;
        display: none; }
        .elev_post_container #post_7 .elev_post_card_head a, .elev_post_container #post_8 .elev_post_card_head a, .elev_post_container #post_9 .elev_post_card_head a {
          overflow: hidden; }
          .elev_post_container #post_7 .elev_post_card_head a img, .elev_post_container #post_8 .elev_post_card_head a img, .elev_post_container #post_9 .elev_post_card_head a img {
            height: 500px;
            width: 100%;
            object-fit: cover;
            object-position: center; }
            .elev_post_container #post_7 .elev_post_card_head a img:hover, .elev_post_container #post_8 .elev_post_card_head a img:hover, .elev_post_container #post_9 .elev_post_card_head a img:hover {
              height: 550px; }
      .elev_post_container #post_7 .elev_post_card_body, .elev_post_container #post_8 .elev_post_card_body, .elev_post_container #post_9 .elev_post_card_body {
        overflow: hidden;
        padding: none;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; }
        .elev_post_container #post_7 .elev_post_card_body div, .elev_post_container #post_8 .elev_post_card_body div, .elev_post_container #post_9 .elev_post_card_body div {
          background-color: transparent;
          width: auto; }
        .elev_post_container #post_7 .elev_post_card_body h2, .elev_post_container #post_7 .elev_post_card_body p, .elev_post_container #post_8 .elev_post_card_body h2, .elev_post_container #post_8 .elev_post_card_body p, .elev_post_container #post_9 .elev_post_card_body h2, .elev_post_container #post_9 .elev_post_card_body p {
          padding: 0.1rem 1rem; }
        .elev_post_container #post_7 .elev_post_card_body h2, .elev_post_container #post_8 .elev_post_card_body h2, .elev_post_container #post_9 .elev_post_card_body h2 {
          line-height: 1.5;
          font-size: 32px;
          margin-top: 0 !important;
          text-transform: none;
          text-align: center; }
        .elev_post_container #post_7 .elev_post_card_body p, .elev_post_container #post_8 .elev_post_card_body p, .elev_post_container #post_9 .elev_post_card_body p {
          display: none; } }
.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 3rem; }
  .pagination .page-item {
    margin: 5px;
    display: inline-flex;
    border: 2px solid #3e2723;
    border-radius: 5px; }
    .pagination .page-item a {
      color: #3e2723;
      padding: 0.2rem 1.5rem; }
      .pagination .page-item a:hover {
        color: white; }
    .pagination .page-item:hover {
      background-color: #3e2723;
      cursor: pointer; }
      .pagination .page-item:hover a {
        color: white; }
  .pagination .active {
    background-color: #3e2723; }
    .pagination .active a {
      color: white; }
  .pagination .disabled {
    display: none; }

.elev_heading_comments {
  padding: 0.3rem 2rem;
  background-color: #395050;
  text-transform: uppercase;
  font-weight: 300;
  color: white;
  font-size: 28px;
  display: inline-block; }

.elev_heading_form {
  padding: 0.3rem 2rem;
  background-color: #395050;
  text-transform: uppercase;
  font-weight: 300;
  color: white;
  font-size: 18px;
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 0; }

fieldset {
  border: none;
  border: 1px solid #cfcfcf;
  margin: 0; }

.elev_reply_button {
  width: 100px;
  align-self: flex-end; }

.elev_show_form {
  display: block;
  transition: height 2s; }

.elev_hide_form {
  display: none;
  transition: height 1s; }

.elev_comments {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #395050;
  padding: 1rem 0; }
  .elev_comments .elev_single_comment {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    overflow: hidden; }
    .elev_comments .elev_single_comment .elev_comment_content p {
      color: #395050;
      margin: 0; }
    .elev_comments .elev_single_comment .elev_comment_name {
      color: rgba(57, 80, 80, 0.876);
      font-style: italic;
      font-weight: 600; }
    .elev_comments .elev_single_comment .elev_reply {
      padding-left: 1rem;
      margin: 1rem 0 0 1rem;
      border-left: 5px solid rgba(57, 80, 80, 0.733); }

.elev_intro {
  min-height: 250px;
  background-color: #47311f;
  background-image: linear-gradient(to top right, #47311f, #832525);
  color: #f7f6fa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .elev_intro .elev_intro_image {
    height: 100%;
    min-width: 300px;
    overflow: hidden;
    border-radius: 0.3rem; }
    .elev_intro .elev_intro_image img {
      width: 600px;
      width: 350px;
      object-fit: cover; }
      @media only screen and (max-width: 600px) {
        .elev_intro .elev_intro_image img {
          height: 300px;
          object-fit: contain; } }
  .elev_intro .elev_intro_body {
    padding: 1rem 1rem;
    max-width: 700px; }
    @media only screen and (max-width: 600px) {
      .elev_intro .elev_intro_body {
        padding: 2rem; } }
    .elev_intro .elev_intro_body .elev_intro_header {
      font-size: 250%;
      font-family: "Sorts Mill Goudy", serif;
      padding: 1rem 0; }
      @media only screen and (max-width: 600px) {
        .elev_intro .elev_intro_body .elev_intro_header {
          font-size: 200%; } }
    .elev_intro .elev_intro_body .elev_intro_text {
      font-size: 130%; }
      @media only screen and (max-width: 600px) {
        .elev_intro .elev_intro_body .elev_intro_text {
          font-size: 110%; } }
.elev_book {
  width: 100%;
  display: flex;
  margin: auto;
  padding: 0;
  background: linear-gradient(45deg, #fdf9f4 0%, #e495021c 100%); }
  @media only screen and (max-width: 768px) {
    .elev_book {
      flex-direction: column; } }
  .elev_book .elev_book_item {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 5rem 1rem;
    box-shadow: 0 0 4px 0 rgba(17, 22, 26, 0.16), 0 2px 4px 0 rgba(17, 22, 26, 0.08), 0 4px 8px 0 rgba(17, 22, 26, 0.08); }
    .elev_book .elev_book_item .elev_book_image {
      height: 350px;
      overflow: hidden;
      padding: 0 2rem; }
      @media only screen and (max-width: 768px) {
        .elev_book .elev_book_item .elev_book_image {
          padding: 0 0rem; } }
      .elev_book .elev_book_item .elev_book_image img {
        height: 350px;
        width: 100%;
        object-fit: cover;
        border-radius: 5px;
        object-position: top; }
    .elev_book .elev_book_item .elev_book_desc {
      padding: 1rem 2rem; }
      @media only screen and (max-width: 768px) {
        .elev_book .elev_book_item .elev_book_desc {
          padding: 0 0.5rem; } }
      .elev_book .elev_book_item .elev_book_desc .elev_book_header {
        font-size: 250%;
        font-weight: 900;
        text-transform: uppercase;
        padding: 0.4rem 0; }
        @media only screen and (max-width: 600px) {
          .elev_book .elev_book_item .elev_book_desc .elev_book_header {
            font-size: 200%; } }
      .elev_book .elev_book_item .elev_book_desc .elev_book_text {
        font-size: 130%; }
        @media only screen and (max-width: 600px) {
          .elev_book .elev_book_item .elev_book_desc .elev_book_text {
            font-size: 110%; } }
.elev_contact_container {
  padding: 4rem 3rem;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 900px;
  align-items: center;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .elev_contact_container {
      padding: 4rem 1rem;
      grid-template-columns: 1fr;
      grid-auto-rows: auto; }
      .elev_contact_container h2 {
        margin-top: 30px; } }
  .elev_contact_container .elev_links {
    display: flex;
    padding-top: 2rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-left: 1px solid #e5e5e5; }
    @media only screen and (max-width: 768px) {
      .elev_contact_container .elev_links {
        border-left: none; } }
    .elev_contact_container .elev_links hr {
      width: 70%; }
      @media only screen and (max-width: 768px) {
        .elev_contact_container .elev_links hr {
          width: 100%; } }
    .elev_contact_container .elev_links h2 {
      width: 70%; }
    .elev_contact_container .elev_links a {
      border: 0;
      text-decoration: none;
      margin-bottom: 10px;
      width: 70%; }
    .elev_contact_container .elev_links span {
      display: block; }
      .elev_contact_container .elev_links span:hover {
        border-bottom: 2px solid #395050; }
      .elev_contact_container .elev_links span::before {
        content: ' \261B';
        padding: 10px;
        color: #395050; }
  .elev_contact_container .elev_contact_card {
    margin: 0 auto;
    padding-top: 2rem;
    border-radius: 10px;
    padding-left: minmax(2rem, calc(100vw - 800px));
    padding-right: minmax(2rem, calc(100vw - 800px));
    max-width: 800px;
    flex: 2; }
    .elev_contact_container .elev_contact_card hr {
      margin-left: 2rem; }
      @media only screen and (max-width: 768px) {
        .elev_contact_container .elev_contact_card hr {
          width: 100%;
          margin-left: 0; } }
    .elev_contact_container .elev_contact_card .elev_contact_heading {
      margin: 0 auto;
      padding-left: 2rem;
      padding-right: 2rem;
      margin-bottom: 1rem;
      text-align: left; }
      @media only screen and (max-width: 600px) {
        .elev_contact_container .elev_contact_card .elev_contact_heading {
          padding-left: 1rem;
          padding-right: 1rem; } }
    .elev_contact_container .elev_contact_card .contact-form {
      padding-left: 2rem;
      padding-right: 2rem;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .elev_contact_container .elev_contact_card .contact-form p, .elev_contact_container .elev_contact_card .contact-form label {
        color: rgba(48, 48, 48, 0.829);
        font-weight: 200; }
      .elev_contact_container .elev_contact_card .contact-form .form-input, .elev_contact_container .elev_contact_card .contact-form .form-textarea {
        color: rgba(59, 59, 59, 0.973);
        border-color: rgba(156, 156, 156, 0.123);
        background-color: rgba(223, 223, 223, 0.76);
        border: none;
        border-radius: 0;
        border-bottom: 2px solid #395050;
        background-color: transparent; }
      .elev_contact_container .elev_contact_card .contact-form .form-textarea {
        height: 100px; }
      .elev_contact_container .elev_contact_card .contact-form .form-row {
        width: 100%;
        justify-self: flex-start; }
      .elev_contact_container .elev_contact_card .contact-form .name {
        width: 45%; }
      .elev_contact_container .elev_contact_card .contact-form .email {
        width: 45%; }
      .elev_contact_container .elev_contact_card .contact-form .submit button {
        margin-left: auto;
        display: block; }
      @media only screen and (max-width: 600px) {
        .elev_contact_container .elev_contact_card .contact-form {
          padding-left: 1rem;
          padding-right: 1rem; }
          .elev_contact_container .elev_contact_card .contact-form .name, .elev_contact_container .elev_contact_card .contact-form .email {
            width: 100%; } }
