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

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

h1, h2, h3, h4, h5 {
  font-family: "sofia-pro";
}

h1 {
  font-size: 1.86rem;
  line-height: 2.3rem;
  font-weight: 500;
}
@media only screen and (min-width: 481px) {
  h1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.12rem;
    line-height: 4rem;
  }
}

h2 {
  font-size: 1.25rem;
  line-height: 1.8rem;
  font-weight: 700;
}
h2:before {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #263174;
  margin: 0.9rem 1rem 0 0;
  float: left;
}

h3 {
  font-size: 1.86rem;
  line-height: 2.3rem;
  font-weight: 500;
}
@media only screen and (min-width: 481px) {
  h3 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 3.12rem;
    line-height: 4rem;
  }
}

html {
  font-size: 75%;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 100%;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "adobe-caslon-pro";
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #4e4e4e;
  position: relative;
  background-color: #73361A;
  background-image: url("img/bg2.jpg");
  background-position: center;
}

a {
  color: #263174;
  text-decoration: none;
}
a:focus, a:hover, a:active {
  text-decoration: underline;
}

.button, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover .button {
  padding: 1rem 3rem;
  background-color: #f7e400;
  color: #263174;
  font-family: "sofia-pro";
  border-radius: 2rem;
  text-decoration: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button:focus, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover .button:focus, .button:hover, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover .button:hover, .button:active, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover .button:active {
  background-color: #263174;
  color: #f7e400;
  text-decoration: none;
}

.header {
  max-width: 1230px;
  position: relative;
  margin: 0 20px 6rem;
}
@media only screen and (min-width: 768px) {
  .header {
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1230px) {
  .header {
    margin: 0 auto;
  }
}
.header .logo {
  width: 100%;
  height: 112px;
  display: block;
  background-image: url("img/logo.png");
  background-size: 100% !important;
  background-repeat: no-repeat;
  margin: 2rem 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .header .logo {
    background-image: url("img/logo2x.png");
    background-size: 350px 92px;
  }
}
@media only screen and (min-width: 481px) {
  .header .logo {
    width: 350px;
    height: 92px;
    background-size: 350px 92px !important;
  }
}
@media only screen and (min-width: 768px) {
  .header .logo {
    margin: 5rem 0;
  }
}
@media only screen and (min-width: 1230px) {
  .header .logo {
    margin: 5rem 0 5rem 5rem;
  }
}
.header .logo:focus, .header .logo:hover, .header .logo:active {
  opacity: 0.75;
}
.header-contact {
  display: block;
}
@media only screen and (min-width: 768px) {
  .header-contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header-contact .button, .header-contact .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover .button, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover .header-contact .button {
  margin: 1rem 0 0;
}

.footer-cont {
  max-width: 1230px;
  margin: 1rem 20px;
  color: white;
  font-size: 0.9rem;
  font-family: "sofia-pro";
}
@media only screen and (min-width: 1230px) {
  .footer-cont {
    width: 100%;
    margin: 2rem auto;
  }
}
.footer a {
  color: white;
}
.footer-bottom {
  text-align: center;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .footer-bottom {
    text-align: left;
  }
}
.footer-bottom span {
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  display: block;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .footer-bottom span {
    height: inherit;
    line-height: inherit;
    font-size: inherit;
    display: inline;
    padding: 0 1rem;
    opacity: 1;
    visibility: visible;
  }
}
.footer nav {
  margin: 0 0 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer nav ul {
    text-align: left;
  }
}
.footer nav li {
  display: inline-block;
}
.footer nav li:after {
  content: '|';
  padding: 0 1rem;
}
.footer nav li:last-child:after {
  display: none;
}
.footer-top {
  width: 100%;
  background-color: #f0e4d4;
}
@media only screen and (min-width: 768px) {
  .footer-top {
    display: flex;
  }
}
.footer-form {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  background-color: #f0e4d4;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .footer-form {
    width: 50%;
  }
}
.footer-form-cont {
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .footer-form-cont {
    max-width: 600px;
    padding: 5rem 2rem;
  }
}
.footer-form h2 {
  color: #263174;
  margin-bottom: 4rem;
}
.footer-form a {
  color: #4e4e4e;
}
.footer-map {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer-map {
    width: 50%;
    display: flex;
  }
}
.footer-map-cont {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer-map-cont {
    max-width: 615px;
  }
}
.footer-map #map {
  width: 100%;
  height: 40rem;
}
@media only screen and (min-width: 768px) {
  .footer-map #map {
    height: 100%;
  }
}

.content {
  max-width: 1230px;
  margin: 0 20px;
}
@media only screen and (min-width: 1230px) {
  .content {
    width: 100%;
    margin: 0 auto;
  }
}
.content-cont {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.content-nav {
  width: 90%;
  height: 999rem;
  position: absolute;
  background-color: #263174;
  right: 0;
  color: white;
  font-family: "sofia-pro";
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .content-nav {
    width: 60%;
  }
}
@media only screen and (min-width: 1030px) {
  .content-nav {
    width: 40%;
  }
}
@media only screen and (min-width: 1540px) {
  .content-nav.fixed {
    width: 148px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
  }
}
@media only screen and (min-width: 1540px) and (min-width: 2000px) {
  .content-nav.fixed {
    width: 250px;
  }
}
@media only screen and (min-width: 1540px) {
  .content-nav-m {
    width: 78px;
    height: 65px;
    display: block;
    margin: 0 auto;
    background-image: url("img/m.png");
    position: absolute;
    bottom: 2rem;
    left: 50%;
    margin-left: -39px;
  }
}
@media only screen and (min-width: 1540px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1540px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 1540px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1540px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 1540px) and (min-resolution: 1.3dppx) {
  .content-nav-m {
    background-image: url("img/m2x.png");
    background-size: 78px 65px;
  }
}

.content-nav nav {
  margin: 4rem 0 0;
  font-weight: 700;
}
.content-nav nav ul {
  list-style: none;
  margin: 1rem;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .content-nav nav ul {
    text-align: left;
  }
}
.content-nav nav li {
  display: inline-block;
}
.content-nav nav a {
  color: white;
  display: inline-block;
  padding: 1rem 0.4rem;
}
@media only screen and (min-width: 481px) {
  .content-nav nav a {
    padding: 1rem;
  }
}
.content-white {
  width: 100%;
  background-color: white;
  padding: 20rem 0 0;
}
.content-white-main {
  max-width: 1230px;
  margin: 0 20px;
  background-color: white;
  color: #263174;
  padding: 2rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin: 2rem 0 0;
}
@media only screen and (min-width: 1230px) {
  .content-white-main {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
  }
}
.content-white-main h2 {
  padding: 0 1%;
}
.content-main {
  background-color: #f0e4d4;
  color: #263174;
  padding: 2rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin: 8rem 0 0;
}
@media only screen and (min-width: 481px) {
  .content-main {
    padding: 5rem 5rem 10rem;
  }
}
.content-main p {
  margin: 0;
}
@media only screen and (min-width: 960px) {
  .content-main-copy {
    display: flex;
    justify-content: space-between;
  }
}
.content-main-intro {
  margin: 0 0 2rem;
}
@media only screen and (min-width: 481px) {
  .content-main-intro {
    margin: 0 0 5rem;
  }
}
@media only screen and (min-width: 960px) {
  .content-main-intro {
    width: 45%;
    margin: 0;
  }
}
.content-main-text {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media only screen and (min-width: 960px) {
  .content-main-text {
    width: 45%;
  }
}
.content-main-text.full {
  width: 100%;
}
.content-main-text p.wp-caption-text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  background: white;
  opacity: 0.9;
  box-sizing: border-box;
  padding: 0.5rem 0.8rem 0.8rem 0.8rem;
  font-size: 1rem;
}
.content-main-text img, .content-main-text div.wp-caption {
  width: auto;
  height: auto;
  max-width: 100%;
  position: relative;
}
.content-main-text img img, .content-main-text div.wp-caption img {
  width: 100%;
  display: block;
}
.content-main-text img.alignright, .content-main-text div.wp-caption.alignright {
  float: right;
  margin: 1rem 0 2rem 2rem;
  width: 100% !important;
}
@media only screen and (min-width: 680px) {
  .content-main-text img.alignright, .content-main-text div.wp-caption.alignright {
    width: auto !important;
  }
}
.content-main-text img.alignleft, .content-main-text div.wp-caption.alignleft {
  float: left;
  margin: 1rem 2rem 1rem 0;
  width: 100% !important;
}
@media only screen and (min-width: 680px) {
  .content-main-text img.alignleft, .content-main-text div.wp-caption.alignleft {
    width: auto !important;
  }
}
.content-main-text img.alignnone, .content-main-text div.wp-caption.alignnone {
  float: left;
  margin: 1rem 2rem 1rem 0;
  width: 100%;
}
@media only screen and (min-width: 680px) {
  .content-main-text img.alignnone, .content-main-text div.wp-caption.alignnone {
    width: auto;
  }
}
.content-main-text img.aligncenter, .content-main-text div.wp-caption.aligncenter {
  display: block;
  margin: 2rem auto;
  width: 100%;
}
@media only screen and (min-width: 680px) {
  .content-main-text img.aligncenter, .content-main-text div.wp-caption.aligncenter {
    width: auto;
  }
}
.content-main-text img.size-medium, .content-main-text div.wp-caption.size-medium {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 481px) {
  .content-main-text img.size-medium, .content-main-text div.wp-caption.size-medium {
    width: 50%;
  }
}
@media only screen and (min-width: 680px) {
  .content-main-text img.size-medium, .content-main-text div.wp-caption.size-medium {
    width: auto;
  }
}
.content-main-text img.size-thumbnail, .content-main-text div.wp-caption.size-thumbnail {
  width: 40%;
  height: auto;
  margin: 0 auto 2rem;
  float: none;
  clear: both;
  display: block;
}
@media only screen and (min-width: 481px) {
  .content-main-text img.size-thumbnail, .content-main-text div.wp-caption.size-thumbnail {
    width: 20%;
    float: left;
    clear: none;
    display: inline;
    margin: 1rem 2rem 1rem 0;
  }
}
@media only screen and (min-width: 680px) {
  .content-main-text img.size-thumbnail, .content-main-text div.wp-caption.size-thumbnail {
    width: auto;
  }
}
@media only screen and (min-width: 481px) {
  .content-main-text img.size-thumbnail.alignright, .content-main-text div.wp-caption.size-thumbnail.alignright {
    float: right;
    margin: 1rem 0 1rem 2rem;
  }
}
.content-main h2 {
  margin: 0 0 2rem;
}
@media only screen and (min-width: 481px) {
  .content-main h2 {
    margin: 0 0 5rem;
  }
}
.content-main h3 {
  margin: 0;
}
.content-main table {
  background-color: white;
  border: 1px solid #f0e4d4;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  font-family: "sofia-pro";
  font-size: 1.1rem;
  line-height: 1.7rem;
}
.content-main table tr {
  margin: 0;
  padding: 0;
}
.content-main table td {
  margin: 0;
  padding: 0.5rem;
}
.content-listpage .content-main {
  margin-bottom: -20rem;
}
.content-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.content-list li {
  width: 100%;
  margin: 1rem 0;
  height: 20rem;
  background-color: #263174;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 481px) {
  .content-list li {
    width: 48%;
    margin: 1rem 1%;
  }
}
@media only screen and (min-width: 960px) {
  .content-list li {
    width: 31.3333%;
  }
}
.content-list li:focus a, .content-list li:hover a, .content-list li:active a {
  opacity: 0;
}
.content-list li a {
  width: 100%;
  height: 100%;
  background-color: #263174;
  color: white;
  font-family: "sofia-pro";
  font-size: 2.4rem;
  line-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0.9;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content-list li a span {
  width: 70%;
  display: block;
  text-align: left;
  margin-bottom: 5rem;
}
.content-list li a span:after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #f7e400;
  margin: 0.9rem 1rem 0 0;
}

.footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="text"], .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="password"], .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="email"], .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="tel"], .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover select, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover textarea {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 4px solid #263174 !important;
  color: #263174;
  font-size: 16px;
  padding: 0.5em 0.5em 0.3em 0;
}
.footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="text"]::-webkit-input-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="password"]::-webkit-input-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="email"]::-webkit-input-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="tel"]::-webkit-input-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover select::-webkit-input-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover textarea::-webkit-input-placeholder {
  color: #4e4e4e;
}
.footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="text"]:-moz-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="password"]:-moz-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="email"]:-moz-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="tel"]:-moz-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover select:-moz-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover textarea:-moz-placeholder {
  color: #4e4e4e;
}
.footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="text"]::-moz-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="password"]::-moz-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="email"]::-moz-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="tel"]::-moz-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover select::-moz-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover textarea::-moz-placeholder {
  color: #4e4e4e;
}
.footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="text"]:-ms-input-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="password"]:-ms-input-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="email"]:-ms-input-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover input[type="tel"]:-ms-input-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover select:-ms-input-placeholder, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover textarea:-ms-input-placeholder {
  color: #4e4e4e;
}
.footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover .button {
  background-color: #263174;
  color: white;
}
.footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover .button:focus, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover .button:hover, .footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover .button:active {
  background-color: #f7e400;
  color: #263174;
}
.footer .formcraft-css .fc-form.fc-form-1 .form-element .field-cover .button span {
  text-shadow: none;
}

html .formcraft-css .fc-form .form-element .field-cover .formcraft-icon {
  margin: 0 12px .15em 12px !important;
}

html .formcraft-css .fc-form .form-element .error {
  background-color: transparent !important;
  top: 14px !important;
  right: 10px !important;
}

html .formcraft-css.align-left .fc-form {
  margin: 0 !important;
}

.homepage {
  max-width: 1230px;
  margin: 0 20px 8rem;
}
@media only screen and (min-width: 1230px) {
  .homepage {
    width: 100%;
    margin: 0 auto 8rem;
  }
}
.homepage h1 {
  color: white;
  margin: 0 auto;
}
@media only screen and (min-width: 1230px) {
  .homepage h1 {
    width: 85%;
  }
}
.homepage-hero {
  width: 100%;
  height: 30rem;
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 3;
}
.homepage-cont {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.homepage-main {
  margin-top: -8rem;
}

.home .header {
  width: 100%;
  max-width: 1230px;
  margin: 0 0 5rem;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1230px) {
  .home .header {
    margin: 0 auto 5rem;
    padding: 0;
  }
}
.home .header .logo {
  margin: 0;
}

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