/*
Theme Name: Forestor
Theme URI: https://forestor.fr
Author: Forestor
Author URI: https://forestor.fr
Description: Forestor Theme
Requires at least: WordPress 5.0
Version: 1.0
*/

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css);
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Oswald:600");

* {
  box-sizing: border-box;
}
body {
  margin: 0;
}

.copyright {
  background-color: rgba(0, 0, 0, 0.15);
  color: rgba(40, 40, 40, 0.5);
  bottom: 0;
  padding: 1em 0;
  position: absolute;
  width: 100%;
  font-size: 0.75em;
  text-align: center;
}
.label {
  width: 100%;
}
.button {
  width: 100%;
  margin: 15px 0;
  background-color: #785580;
  border: none;
  color: #fff;
  border-radius: 2px;
  padding: 7px 10px;
  font-size: 1em;
  cursor: pointer;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  -ms-overflow-style: scrollbar;
  background: #ffffff;
  background-color: #ffffff;
  color: #282828;
  margin: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 2rem 0;
  width: 100%;
}
mark {
  background-color: transparent;
  color: inherit;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  color: #000000;
}
html {
  box-sizing: border-box;
  font-size: 15pt;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
body,
input,
select,
textarea {
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.8;
}
a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: underline;
  color: #000000;
}
a:hover {
  text-decoration: none;
}
strong,
b {
  font-weight: 900;
  color: #000000;
}
em,
i {
  font-style: italic;
}
p {
  margin: 0 0 2rem 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  letter-spacing: 0.25rem;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
  text-transform: uppercase;
  color: #000000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-family: "Oswald", Helvetica, sans-serif;
  font-size: 4rem;
  letter-spacing: 0.1rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.75rem;
}
sub {
  font-size: 0.8rem;
  position: relative;
  top: 0.5rem;
}
sup {
  font-size: 0.8rem;
  position: relative;
  top: -0.5rem;
}
blockquote {
  border-left: solid 0.5rem;
  font-style: italic;
  margin: 0 0 2rem 0;
  padding: 1rem 0 1rem 2rem;
  border-left-color: rgba(99, 116, 133, 0.25);
}
code {
  border-radius: 10px;
  border: solid 1px;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0.25rem;
  padding: 0.25rem 0.65rem;
  background: rgba(99, 116, 133, 0.075);
  border-color: rgba(99, 116, 133, 0.25);
}
pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0 2rem 0;
}
pre code {
  display: block;
  line-height: 1.75;
  padding: 1rem 1.5rem;
  overflow-x: auto;
}
hr {
  border: 0;
  border-bottom: solid 1px;
  margin: 2rem 0;
  border-bottom-color: rgba(99, 116, 133, 0.25);
}
hr.major {
  margin: 4rem 0;
}
.row > * {
  box-sizing: border-box;
  padding: 0 0 0 2rem;
}
.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}
.row > .imp {
  order: -1;
}
.row > .col-1 {
  width: 8.33333%;
}
.row > .off-1 {
  margin-left: 8.33333%;
}
.row > .col-2 {
  width: 16.66667%;
}
.row > .off-2 {
  margin-left: 16.66667%;
}
.row > .col-3 {
  width: 25%;
}
.row > .off-3 {
  margin-left: 25%;
}
.row > .col-4 {
  width: 33.33333%;
}
.row > .off-4 {
  margin-left: 33.33333%;
}
.row > .col-5 {
  width: 41.66667%;
}
.row > .off-5 {
  margin-left: 41.66667%;
}
.row > .col-6 {
  width: 50%;
}
.row > .off-6 {
  margin-left: 50%;
}
.row > .col-7 {
  width: 58.33333%;
}
.row > .off-7 {
  margin-left: 58.33333%;
}
.row > .col-8 {
  width: 66.66667%;
}
.row > .off-8 {
  margin-left: 66.66667%;
}
.row > .col-9 {
  width: 75%;
}
.row > .off-9 {
  margin-left: 75%;
}
.row > .col-10 {
  width: 83.33333%;
}
.row > .off-10 {
  margin-left: 83.33333%;
}
.row > .col-11 {
  width: 91.66667%;
}
.row > .off-11 {
  margin-left: 91.66667%;
}
.row > .col-12 {
  width: 100%;
}
.row > .off-12 {
  margin-left: 100%;
}
.row.gtr-0 > * {
  padding: 0 0 0 0rem;
}
.row.gtr-0.gtr-uniform > * {
  padding-top: 0rem;
}
.row.gtr-25 > * {
  padding: 0 0 0 0.5rem;
}
.row.gtr-25.gtr-uniform > * {
  padding-top: 0.5rem;
}
.row.gtr-50 > * {
  padding: 0 0 0 1rem;
}
.row.gtr-50.gtr-uniform > * {
  padding-top: 1rem;
}
.row.gtr-uniform > * {
  padding-top: 2rem;
}
.row.gtr-150 > * {
  padding: 0 0 0 3rem;
}
.row.gtr-150.gtr-uniform > * {
  padding-top: 3rem;
}
.row.gtr-200 > * {
  padding: 0 0 0 4rem;
}
.row.gtr-200.gtr-uniform > * {
  padding-top: 4rem;
}
.box > :last-child {
  margin-bottom: 0;
}
.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 10px;
  border: 2px solid;
  cursor: pointer;
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 900;
  height: 3rem;
  letter-spacing: 0.1rem;
  line-height: 2.75rem;
  padding: 0 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: transparent;
  border-color: #000000;
  color: #000000 !important;
}
.button.icon,
input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon {
  border-bottom: 2px solid;
}
.button.icon:before,
input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before {
  margin-right: 0.5rem;
  color: #000000;
}
.button.fit,
input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit {
  width: 100%;
}
.button.small,
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small {
  font-size: 0.65rem;
  height: 2.5rem;
  line-height: 2.25rem;
}
.button.large,
input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large {
  font-size: 1rem;
  height: 3.75rem;
  line-height: 3.5rem;
  padding: 0 2.25rem;
}
.button.next,
input[type="submit"].next,
input[type="reset"].next,
input[type="button"].next,
button.next {
  padding-right: 4.5rem;
}
.button.next.fit,
input[type="submit"].next.fit,
input[type="reset"].next.fit,
input[type="button"].next.fit,
button.next.fit {
  padding-left: 1.5rem !important;
  text-align: left;
}
.button.next:after,
input[type="submit"].next:after,
input[type="reset"].next:after,
input[type="button"].next:after,
button.next:after {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 25px 15px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 1.5rem;
  top: 0;
  vertical-align: middle;
  width: 1.25rem;
}
.button.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.button:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled {
  pointer-events: none;
  opacity: 0.25;
}
.button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after,
button:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwczovL3d3dy53My5vcmcvMTk5OS94bGluaycgd2lkdGg9JzM2cHgnIGhlaWdodD0nMjRweCcgdmlld0JveD0nMCAwIDM2IDI0JyB6b29tQW5kUGFuPSdkaXNhYmxlJz48c3R5bGU+bGluZSB7IHN0cm9rZTogIzAwMDAwMDsgc3Ryb2tlLXdpZHRoOiAycHg7IH08L3N0eWxlPjxsaW5lIHgxPScwJyB5MT0nMTInIHgyPSczNCcgeTI9JzEyJyAvPjxsaW5lIHgxPScyNScgeTE9JzQnIHgyPSczNCcgeTI9JzEyLjUnIC8+PGxpbmUgeDE9JzI1JyB5MT0nMjAnIHgyPSczNCcgeTI9JzExLjUnIC8+PC9zdmc+");
}
.button:hover {
  background-color: rgba(99, 116, 133, 0.075);
}
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
button:hover,
button:focus {
  background-color: rgba(99, 116, 133, 0.075);
}
.button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active {
  background-color: rgba(99, 116, 133, 0.175);
}
.button.primary,
input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary {
  box-shadow: none;
  background-color: #000000;
  color: #ffffff !important;
}
.button.primary:hover,
input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.button.primary.icon:before,
input[type="submit"].primary.icon:before,
input[type="reset"].primary.icon:before,
input[type="button"].primary.icon:before,
button.primary.icon:before {
  color: #ffffff !important;
}
form {
  margin: 0 0 2rem 0;
}
form > :last-child {
  margin-bottom: 0;
}
form > .fields {
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 3rem);
  margin: -1.5rem 0 2rem -1.5rem;
}
form > .fields > .field {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding: 1.5rem 0 0 1.5rem;
  width: calc(100% - 1.5rem);
}
form > .fields > .field.half {
  width: calc(50% - 0.75rem);
}
form > .fields > .field.third {
  width: calc(100% / 3 - 0.5rem);
}
form > .fields > .field.quarter {
  width: calc(25% - 0.375rem);
}
label {
  display: block;
  font-size: 0.9rem;
  font-weight: 900;
  margin: 0 0 1rem 0;
  color: #000000;
}
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 10px;
  border: solid 1px;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1rem;
  text-decoration: none;
  width: 100%;
  background-color: #ffffff;
  border-color: rgba(99, 116, 133, 0.25);
}
input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}
select {
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  height: 3rem;
  padding-right: 3rem;
  text-overflow: ellipsis;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZScgdmlld0JveD0nMCAwIDQwIDQwJz48cGF0aCBkPSdNOS40LDEyLjNsMTAuNCwxMC40bDEwLjQtMTAuNGMwLjItMC4yLDAuNS0wLjQsMC45LTAuNGMwLjMsMCwwLjYsMC4xLDAuOSwwLjRsMy4zLDMuM2MwLjIsMC4yLDAuNCwwLjUsMC40LDAuOSBjMCwwLjQtMC4xLDAuNi0wLjQsMC45TDIwLjcsMzEuOWMtMC4yLDAuMi0wLjUsMC40LTAuOSwwLjRjLTAuMywwLTAuNi0wLjEtMC45LTAuNEw0LjMsMTcuM2MtMC4yLTAuMi0wLjQtMC41LTAuNC0wLjkgYzAtMC40LDAuMS0wLjYsMC40LTAuOWwzLjMtMy4zYzAuMi0wLjIsMC41LTAuNCwwLjktMC40UzkuMSwxMi4xLDkuNCwxMi4zeicgZmlsbD0ncmdiYSg5OSwgMTE2LCAxMzMsIDAuMjUpJyAvPjwvc3ZnPg==");
}
select:focus::-ms-value {
  background-color: transparent;
}
select::-ms-expand {
  display: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 3rem;
}
textarea {
  padding: 0.75rem 1rem;
}
input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2rem;
  opacity: 0;
  width: 1rem;
  z-index: -1;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  padding-left: 2.55rem;
  padding-right: 0.75rem;
  position: relative;
  color: #282828;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.8rem;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-radius: 10px;
  border: solid 1px;
  content: "";
  font-size: 0.8rem;
  height: 1.8rem;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.8rem;
  background: #ffffff;
  border-color: rgba(99, 116, 133, 0.25);
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  content: "\f00c";
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
input[type="checkbox"] + label:before {
  border-radius: 10px;
}
input[type="radio"] + label:before {
  border-radius: 100%;
}
::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(40, 40, 40, 0.5) !important;
}
:-moz-placeholder {
  opacity: 1;
  color: rgba(40, 40, 40, 0.5) !important;
}
::-moz-placeholder {
  opacity: 1;
  color: rgba(40, 40, 40, 0.5) !important;
}
:-ms-input-placeholder {
  opacity: 1;
  color: rgba(40, 40, 40, 0.5) !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border-color: #000000;
  box-shadow: 0 0 0 1px #000000;
}
select option {
  color: #000000;
  background: #ffffff;
}
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: #000000;
  box-shadow: 0 0 0 1px #000000;
}
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.icon > .label {
  display: none;
}
.icon.solid:before {
  font-weight: 900;
}
.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}
.icon.alt:before {
  background: #000000;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  margin-right: 1rem;
  text-align: center;
  width: 3rem;
}
.icon.alt > .label {
  display: inline-block;
}
.image img {
  display: block;
}
.image.left img,
.image.right img {
  width: 100%;
}
.image.fit img {
  width: 100%;
}
.image.main img {
  width: 100%;
}
ol {
  list-style: decimal;
  margin: 0 0 2rem 0;
  padding-left: 1.25rem;
}
ol li {
  padding-left: 0.25rem;
}
ul {
  list-style: disc;
  margin: 0 0 2rem 0;
  padding-left: 1rem;
}
ul li {
  padding-left: 0.5rem;
}
ul.alt {
  list-style: none;
  padding-left: 0;
}
ul.alt li {
  border-top: solid 1px;
  padding: 0.5rem 0;
  border-top-color: rgba(99, 116, 133, 0.25);
}
ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}
dl {
  margin: 0 0 2rem 0;
}
dl dt {
  display: block;
  font-weight: 900;
  margin: 0 0 1rem 0;
}
dl dd {
  margin-left: 2rem;
}
ul.actions {
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1rem;
  padding-left: 0;
}
ul.actions li {
  padding: 0 0 0 1rem;
  vertical-align: middle;
}
ul.actions.special {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}
ul.actions.special li:first-child {
  padding-left: 0;
}
ul.actions.stacked {
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}
ul.actions.stacked li {
  padding: 1.3rem 0 0 0;
}
ul.actions.stacked li:first-child {
  padding-top: 0;
}
ul.actions.fit {
  width: calc(100% + 1rem);
}
ul.actions.fit li {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
}
ul.actions.fit li > * {
  width: 100%;
}
ul.actions.fit.stacked {
  width: 100%;
}
.tabs > .titles {
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: -moz-flex-start;
  -webkit-justify-content: -webkit-flex-start;
  -ms-justify-content: -ms-flex-start;
  justify-content: flex-start;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}
.tabs > .titles:before {
  content: "";
  display: block;
  height: 6rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.tabs > .titles > .title {
  -moz-transition-property: color, background-color, box-shadow;
  -webkit-transition-property: color, background-color, box-shadow;
  -ms-transition-property: color, background-color, box-shadow;
  transition-property: color, background-color, box-shadow;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.25rem;
  margin-right: 5rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  cursor: pointer;
}
.tabs > .titles > .title:last-child {
  margin-right: 0;
}
.tabs > .titles > .title:hover {
  -moz-animation: tab-title 0.5s ease forwards;
  -webkit-animation: tab-title 0.5s ease forwards;
  -ms-animation: tab-title 0.5s ease forwards;
  animation: tab-title 0.5s ease forwards;
  box-shadow: 0 2px 0 0 rgba(99, 116, 133, 0.25);
}
.tabs > .titles > .title.active {
  -moz-animation: tab-title 0.5s ease forwards;
  -webkit-animation: tab-title 0.5s ease forwards;
  -ms-animation: tab-title 0.5s ease forwards;
  animation: tab-title 0.5s ease forwards;
  box-shadow: 0 2px 0 0 #000000;
}
.tabs > .panels > figure {
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.tabs > .panels > figure.active {
  opacity: 1;
}
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.icons li {
  display: inline-block;
  padding: 1rem;
}
ul.icons li:last-child {
  padding-right: 0;
}
ul.icons li .icon:before {
  font-size: 1.5rem;
}
ul.contact-icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.contact-icons li {
  padding-top: 2rem;
}
ul.contact-icons li .icon:before {
  border-radius: 50%;
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  margin-right: 1rem;
  text-align: center;
  width: 3rem;
  background: #000000;
  color: #ffffff;
}
ul.contact-icons li .icon > .label {
  display: inline-block;
}
ul.contact-icons li:first-child {
  padding-top: 0;
}
section.special,
article.special {
  text-align: center;
}
header p {
  position: relative;
  margin: 0 0 1.5rem 0;
  color: #282828;
}
header h2 + p {
  font-size: 1.25rem;
  margin-top: -1rem;
}
header h3 + p {
  font-size: 1.1rem;
  margin-top: -0.8rem;
}
header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.9rem;
  margin-top: -0.6rem;
}
header.major {
  margin-bottom: 2.7rem;
  padding-bottom: 2.7rem;
  position: relative;
}
header.major h1 {
  border-bottom: 1px solid;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-color: rgba(99, 116, 133, 0.25);
}
header.major p {
  font-size: 1.5rem;
  margin-bottom: 0;
}
header.major.alt {
  margin-bottom: 0;
}
table tbody tr {
  border-left: 0;
  border-right: 0;
  border: solid 1px;
  border-color: rgba(99, 116, 133, 0.25);
}
table td {
  padding: 0.75rem 0.75rem;
}
table th {
  font-size: 0.9rem;
  font-weight: 900;
  padding: 0 0.75rem 0.75rem 0.75rem;
  text-align: left;
  color: #000000;
}
table thead {
  border-bottom: solid 2px;
  border-bottom-color: rgba(99, 116, 133, 0.25);
}
table tfoot {
  border-top: solid 2px;
  border-top-color: rgba(99, 116, 133, 0.25);
}
table.alt {
  border-collapse: separate;
}
table.alt tbody tr td {
  border: solid 1px;
  border-left-width: 0;
  border-top-width: 0;
  border-color: rgba(99, 116, 133, 0.25);
}
table.alt tbody tr td:first-child {
  border-left-width: 1px;
}
table.alt tbody tr:first-child td {
  border-top-width: 1px;
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}
table tbody tr:nth-child(2n + 1) {
  background-color: rgba(99, 116, 133, 0.075);
}
.wrapper {
  padding: 5rem 0 0rem 0;
  position: relative;
}
.wrapper:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAnIGhlaWdodD0nMTAwJyB2aWV3Qm94PScwIDAgMTAwIDEwMCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHBvbHlnb24gcG9pbnRzPScwLDAgMCwxMDAgMTAwLDEwMCcgc3R5bGU9J2ZpbGw6I2ZmZmZmZjsnIC8+PC9zdmc+");
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 6rem;
  left: 0;
  position: absolute;
  width: 100%;
  -moz-transform: translateY(-100%) scale(-1, 1);
  -webkit-transform: translateY(-100%) scale(-1, 1);
  -ms-transform: translateY(-100%) scale(-1, 1);
  transform: translateY(-100%) scale(-1, 1);
  content: "";
  top: 0;
}
.wrapper:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAnIGhlaWdodD0nMTAwJyB2aWV3Qm94PScwIDAgMTAwIDEwMCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHBvbHlnb24gcG9pbnRzPScwLDAgMCwxMDAgMTAwLDEwMCcgc3R5bGU9J2ZpbGw6I2ZmZmZmZjsnIC8+PC9zdmc+");
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 6rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.wrapper > .inner {
  margin: 0 auto;
  max-width: 65rem;
  width: calc(100% - 4rem);
}
.wrapper.alt {
  padding-bottom: 1rem;
}
.wrapper.alt:after {
  -moz-transform: translateY(100%) rotate(180deg);
  -webkit-transform: translateY(100%) rotate(180deg);
  -ms-transform: translateY(100%) rotate(180deg);
  transform: translateY(100%) rotate(180deg);
  bottom: 0;
  content: "";
}
.wrapper.style2 {
  background: #f9f9f9;
}
.wrapper.style2:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAnIGhlaWdodD0nMTAwJyB2aWV3Qm94PScwIDAgMTAwIDEwMCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHBvbHlnb24gcG9pbnRzPScwLDAgMCwxMDAgMTAwLDEwMCcgc3R5bGU9J2ZpbGw6I2Y5ZjlmOTsnIC8+PC9zdmc+");
  z-index: 2;
}
.wrapper.style2:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAnIGhlaWdodD0nMTAwJyB2aWV3Qm94PScwIDAgMTAwIDEwMCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHBvbHlnb24gcG9pbnRzPScwLDAgMCwxMDAgMTAwLDEwMCcgc3R5bGU9J2ZpbGw6I2Y5ZjlmOTsnIC8+PC9zdmc+");
  z-index: 2;
}
.gallery li,
.gallery span {
  display: block;
  margin: 0 0 2rem 0;
}
.gallery li img,
.gallery span img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.gallery .modal {
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
  -ms-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
  transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0.875);
  height: 100%;
  left: 0;
  opacity: 0;
  outline: 0;
  position: fixed;
  top: 0;
  visibility: none;
  width: 100%;
  z-index: 0;
}
.gallery .modal:before {
  -moz-animation: gallery-modal-spinner 1s infinite linear;
  -webkit-animation: gallery-modal-spinner 1s infinite linear;
  -ms-animation: gallery-modal-spinner 1s infinite linear;
  animation: gallery-modal-spinner 1s infinite linear;
  -moz-transition: opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwczovL3d3dy53My5vcmcvMTk5OS94bGluaycgd2lkdGg9Jzk2cHgnIGhlaWdodD0nOTZweCcgdmlld0JveD0nMCAwIDk2IDk2JyB6b29tQW5kUGFuPSdkaXNhYmxlJz48c3R5bGU+Y2lyY2xlIHtmaWxsOiB0cmFuc3BhcmVudDsgc3Ryb2tlOiAjMDAwMDAwOyBzdHJva2Utd2lkdGg6IDEuNXB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9J2Nvcm5lcic+PHBvbHlnb24gcG9pbnRzPScwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2JyAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0ndXJsKCNjb3JuZXIpJz48Y2lyY2xlIGN4PSc0OCcgY3k9JzQ4JyByPSczMicvPjwvZz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4rem;
  content: "";
  display: block;
  height: 4rem;
  left: 50%;
  margin: -2rem 0 0 -2rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 4rem;
}
.gallery .modal:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwczovL3d3dy53My5vcmcvMTk5OS94bGluaycgd2lkdGg9JzY0cHgnIGhlaWdodD0nNjRweCcgdmlld0JveD0nMCAwIDY0IDY0JyB6b29tQW5kUGFuPSdkaXNhYmxlJz48c3R5bGU+bGluZSB7c3Ryb2tlOiAjMDAwMDAwO3N0cm9rZS13aWR0aDogMS41cHg7fTwvc3R5bGU+PGxpbmUgeDE9JzIwJyB5MT0nMjAnIHgyPSc0NCcgeTI9JzQ0JyAvPjxsaW5lIHgxPScyMCcgeTE9JzQ0JyB4Mj0nNDQnIHkyPScyMCcgLz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3rem;
  content: "";
  cursor: pointer;
  display: block;
  height: 4rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 4rem;
}
.gallery .modal .inner {
  -moz-transform: translateY(0.75rem);
  -webkit-transform: translateY(0.75rem);
  -ms-transform: translateY(0.75rem);
  transform: translateY(0.75rem);
  -moz-transition: opacity 0.25s ease, -moz-transform 0.25s ease;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  -ms-transition: opacity 0.25s ease, -ms-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
}
.gallery .modal .inner img {
  box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.35);
  display: block;
  max-height: 85vh;
  max-width: 90vw;
}
.gallery .modal.visible {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 11000;
}
.gallery .modal.visible:before {
  opacity: 1;
}
.gallery .modal.loaded .inner {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 1;
}
.gallery .modal.loaded:before {
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.split {
  display: flex;
  margin: 0 auto 3rem;
}
.split h2 {
  border-bottom: 2px solid;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-color: #000000;
}
.split .content {
  border-right: 1px solid;
  min-width: 70%;
  padding-right: 3rem;
  width: 70%;
  border-color: rgba(99, 116, 133, 0.25);
}
.split .content p {
  margin-bottom: 2.5rem;
}
.split .content > *:last-child {
  margin-bottom: 0;
}
.split .contact-icons {
  margin-bottom: 0;
  padding-left: 4rem;
}
body #page-wrapper {
  padding-top: 4rem;
}
#header > .logo {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: default;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  padding-left: 2rem;
  white-space: nowrap;
}
#header > .logo a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: inherit;
  font-weight: 900;
  letter-spacing: 0.25rem;
  text-decoration: none;
}
#header > .logo a span {
  font-weight: 300;
}

.menu  ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu  li a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: inherit;
  display: block;
  font-weight: 300;
  letter-spacing: 0.25rem;
  padding: 0 0.75rem;
  text-decoration: none;
}
.menu  li:hover,
.menu  li:focus {
  color: rgba(0, 0, 0, 0.5);
}
ul.menu {
  margin: 0 !important;
}
.menu li {
  -moz-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  text-decoration: none;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(99, 116, 133, 0.25);
  height: calc(4rem - 1px);
  line-height: 4rem;
  margin-left: 0.5rem;
  padding: 0 2rem;
  display: inline-block;
}
.menu li:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAnIGhlaWdodD0nMTAwJyB2aWV3Qm94PScwIDAgMTAwIDEwMCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHN0eWxlPmxpbmUgeyBzdHJva2Utd2lkdGg6IDZweDsgc3Ryb2tlOiAjMDAwMDAwOyB9PC9zdHlsZT48bGluZSB4MT0nMTAnIHkxPSczMCcgeDI9JzkwJyB5Mj0nMzAnIC8+PGxpbmUgeDE9JzEwJyB5MT0nNTAnIHgyPSc5MCcgeTI9JzUwJyAvPjxsaW5lIHgxPScxMCcgeTE9JzcwJyB4Mj0nOTAnIHkyPSc3MCcgLz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.75rem;
  //content: "";
  float: right;
  height: 1rem;
  margin-left: 0.5rem;
  opacity: 1;
  width: 1rem;
}
.menu  li a {
  -moz-order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 0.65rem;
  font-weight: 900;
  margin-right: 0.25rem;
}
.menu li a:hover,
.menu li a:focus {
  background-color: rgba(99, 116, 133, 0.075);
  color: #000000;
}
.menu li:hover:before,
.menu li:focus:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAnIGhlaWdodD0nMTAwJyB2aWV3Qm94PScwIDAgMTAwIDEwMCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHN0eWxlPmxpbmUgeyBzdHJva2Utd2lkdGg6IDZweDsgc3Ryb2tlOiAjMDAwMDAwOyB9PC9zdHlsZT48bGluZSB4MT0nMTAnIHkxPSczMCcgeDI9JzkwJyB5Mj0nMzAnIC8+PGxpbmUgeDE9JzEwJyB5MT0nNTAnIHgyPSc5MCcgeTI9JzUwJyAvPjxsaW5lIHgxPScxMCcgeTE9JzcwJyB4Mj0nOTAnIHkyPSc3MCcgLz48L3N2Zz4=");
}
#header.alt {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  position: absolute;
}
#header.alt > a:hover,
#header.alt > a:focus {
  color: #ffffff;
}
.menu li {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.menu li:hover,
.menu li:focus,
.menu li.current_page_item {
  background-color: rgba(255, 255, 255, 0.065);
}
.menu li:hover:before,
.menu li:focus:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAnIGhlaWdodD0nMTAwJyB2aWV3Qm94PScwIDAgMTAwIDEwMCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHN0eWxlPmxpbmUgeyBzdHJva2Utd2lkdGg6IDZweDsgc3Ryb2tlOiAjZmZmZmZmOyB9PC9zdHlsZT48bGluZSB4MT0nMTAnIHkxPSczMCcgeDI9JzkwJyB5Mj0nMzAnIC8+PGxpbmUgeDE9JzEwJyB5MT0nNTAnIHgyPSc5MCcgeTI9JzUwJyAvPjxsaW5lIHgxPScxMCcgeTE9JzcwJyB4Mj0nOTAnIHkyPSc3MCcgLz48L3N2Zz4=");
}
.menu li:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAnIGhlaWdodD0nMTAwJyB2aWV3Qm94PScwIDAgMTAwIDEwMCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHN0eWxlPmxpbmUgeyBzdHJva2Utd2lkdGg6IDZweDsgc3Ryb2tlOiAjZmZmZmZmOyB9PC9zdHlsZT48bGluZSB4MT0nMTAnIHkxPSczMCcgeDI9JzkwJyB5Mj0nMzAnIC8+PGxpbmUgeDE9JzEwJyB5MT0nNTAnIHgyPSc5MCcgeTI9JzUwJyAvPjxsaW5lIHgxPScxMCcgeTE9JzcwJyB4Mj0nOTAnIHkyPSc3MCcgLz48L3N2Zz4=");
}

@media screen and (max-width: 736px) {
  .menu li {
    display: flex;
    height: 3rem;
  }

  .menu li:before {
    content: ""
  }

  .not-mobile {
    display: none;
  }
}

@media screen and (min-width: 736px) {
  .mobile {
    display: none;
  }
}

#header + #banner {
  margin-top: -4rem;
}
#header.reveal {
  -moz-animation: reveal-header 0.5s ease;
  -webkit-animation: reveal-header 0.5s ease;
  -ms-animation: reveal-header 0.5s ease;
  animation: reveal-header 0.5s ease;
}
#header.reveal > .logo {
  padding-left: 1.25rem;
}
#header.reveal > nav {
  padding-right: 0;
}
#menu .inner {
  padding: 2.5rem 1.5rem 0.5rem 1.5rem;
  -moz-transform: translateY(0.5rem);
  -webkit-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  -webkit-overflow-scrolling: touch;
  background: #000000;
  border-radius: 10px;
  color: #ffffff;
  display: block;
  max-width: 100%;
  opacity: 0;
  position: relative;
  text-transform: uppercase;
  width: 24rem;
}
#menu h2 {
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  color: inherit;
  font-family: "Oswald", Helvetica, sans-serif;
  letter-spacing: 0.1rem;
  padding-bottom: 1rem;
}
#menu .close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwczovL3d3dy53My5vcmcvMTk5OS94bGluaycgd2lkdGg9JzY0cHgnIGhlaWdodD0nNjRweCcgdmlld0JveD0nMCAwIDY0IDY0JyB6b29tQW5kUGFuPSdkaXNhYmxlJz48c3R5bGU+bGluZSB7c3Ryb2tlOiAjZmZmZmZmO3N0cm9rZS13aWR0aDogMS41cHg7fTwvc3R5bGU+PGxpbmUgeDE9JzIwJyB5MT0nMjAnIHgyPSc0NCcgeTI9JzQ0JyAvPjxsaW5lIHgxPScyMCcgeTE9JzQ0JyB4Mj0nNDQnIHkyPScyMCcgLz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3rem;
  content: "";
  cursor: pointer;
  display: block;
  height: 4rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 4rem;
}
#menu .close span {
  display: none;
}
#menu .links, #menu ul {
  list-style: none;
  margin-bottom: 1.5rem;
  padding: 0;
}
#menu .links li {
  padding: 0;
}
#menu .links li a {
  -moz-transition: color ease-in-out;
  -webkit-transition: color ease-in-out;
  -ms-transition: color ease-in-out;
  transition: color ease-in-out;
  background-color: transparent;
  border: 0;
  color: inherit;
  display: block;
  font-weight: 300;
  letter-spacing: 0.25rem;
  line-height: 1.85rem;
  padding: 0.75rem 0;
  text-decoration: none;
}
#menu .links li a:hover {
  background-color: #ffffff;
  color: #000000;
}
.is-menu-visible #page-wrapper {
  -moz-filter: blur(1.5px);
  -webkit-filter: blur(1.5px);
  -ms-filter: blur(1.5px);
  filter: blur(1.5px);
}
.is-menu-visible #menu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  display: flex;
}
.is-menu-visible #menu .inner {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#banner input,
#banner select,
#banner textarea {
  color: #ffffff;
}
#banner a {
  color: #ffffff;
}
#banner strong,
#banner b {
  color: #ffffff;
}
#banner h1,
#banner h2,
#banner h3,
#banner h4,
#banner h5,
#banner h6 {
  color: #ffffff;
}
#banner blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}
#banner code {
  background: rgba(255, 255, 255, 0.065);
  border-color: rgba(255, 255, 255, 0.25);
}
#banner hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#banner .box {
  border-color: rgba(255, 255, 255, 0.25);
}
#banner input[type="submit"],
#banner input[type="reset"],
#banner input[type="button"],
#banner button,
#banner .button {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff !important;
}
#banner input[type="submit"]:after,
#banner input[type="reset"]:after,
#banner input[type="button"]:after,
#banner button:after,
#banner .button:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwczovL3d3dy53My5vcmcvMTk5OS94bGluaycgd2lkdGg9JzM2cHgnIGhlaWdodD0nMjRweCcgdmlld0JveD0nMCAwIDM2IDI0JyB6b29tQW5kUGFuPSdkaXNhYmxlJz48c3R5bGU+bGluZSB7IHN0cm9rZTogI2ZmZmZmZjsgc3Ryb2tlLXdpZHRoOiAycHg7IH08L3N0eWxlPjxsaW5lIHgxPScwJyB5MT0nMTInIHgyPSczNCcgeTI9JzEyJyAvPjxsaW5lIHgxPScyNScgeTE9JzQnIHgyPSczNCcgeTI9JzEyLjUnIC8+PGxpbmUgeDE9JzI1JyB5MT0nMjAnIHgyPSczNCcgeTI9JzExLjUnIC8+PC9zdmc+");
}
#banner input[type="submit"]:hover,
#banner input[type="submit"]:focus,
#banner input[type="reset"]:hover,
#banner input[type="reset"]:focus,
#banner input[type="button"]:hover,
#banner input[type="button"]:focus,
#banner button:hover,
#banner button:focus,
#banner .button:hover,
#banner .button:focus {
  background-color: rgba(255, 255, 255, 0.065);
}
#banner input[type="submit"]:active,
#banner input[type="reset"]:active,
#banner input[type="button"]:active,
#banner button:active,
#banner .button:active {
  background-color: rgba(255, 255, 255, 0.165);
}
#banner input[type="submit"].icon:before,
#banner input[type="reset"].icon:before,
#banner input[type="button"].icon:before,
#banner button.icon:before,
#banner .button.icon:before {
  color: #ffffff;
}
#banner input[type="submit"].primary,
#banner input[type="reset"].primary,
#banner input[type="button"].primary,
#banner button.primary,
#banner .button.primary {
  box-shadow: none;
  background-color: #000000;
  color: #ffffff !important;
}
#banner input[type="submit"].primary:hover,
#banner input[type="reset"].primary:hover,
#banner input[type="button"].primary:hover,
#banner button.primary:hover,
#banner .button.primary:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
#banner input[type="submit"].primary.icon:before,
#banner input[type="reset"].primary.icon:before,
#banner input[type="button"].primary.icon:before,
#banner button.primary.icon:before,
#banner .button.primary.icon:before {
  color: #ffffff !important;
}
#banner label {
  color: #ffffff;
}
#banner input[type="text"],
#banner input[type="password"],
#banner input[type="email"],
#banner select,
#banner textarea {
  background-color: #000000;
  border-color: rgba(255, 255, 255, 0.25);
}
#banner input[type="text"]:focus,
#banner input[type="password"]:focus,
#banner input[type="email"]:focus,
#banner select:focus,
#banner textarea:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
#banner select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZScgdmlld0JveD0nMCAwIDQwIDQwJz48cGF0aCBkPSdNOS40LDEyLjNsMTAuNCwxMC40bDEwLjQtMTAuNGMwLjItMC4yLDAuNS0wLjQsMC45LTAuNGMwLjMsMCwwLjYsMC4xLDAuOSwwLjRsMy4zLDMuM2MwLjIsMC4yLDAuNCwwLjUsMC40LDAuOSBjMCwwLjQtMC4xLDAuNi0wLjQsMC45TDIwLjcsMzEuOWMtMC4yLDAuMi0wLjUsMC40LTAuOSwwLjRjLTAuMywwLTAuNi0wLjEtMC45LTAuNEw0LjMsMTcuM2MtMC4yLTAuMi0wLjQtMC41LTAuNC0wLjkgYzAtMC40LDAuMS0wLjYsMC40LTAuOWwzLjMtMy4zYzAuMi0wLjIsMC41LTAuNCwwLjktMC40UzkuMSwxMi4xLDkuNCwxMi4zeicgZmlsbD0ncmdiYSgyNTUsIDI1NSwgMjU1LCAwLjI1KScgLz48L3N2Zz4=");
}
#banner select option {
  color: #ffffff;
  background: #000000;
}
#banner input[type="checkbox"] + label,
#banner input[type="radio"] + label {
  color: #ffffff;
}
#banner input[type="checkbox"] + label:before,
#banner input[type="radio"] + label:before {
  background: #000000;
  border-color: rgba(255, 255, 255, 0.25);
}
#banner input[type="checkbox"]:checked + label:before,
#banner input[type="radio"]:checked + label:before {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
#banner input[type="checkbox"]:focus + label:before,
#banner input[type="radio"]:focus + label:before {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
#banner ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}
#banner :-moz-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}
#banner ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}
#banner :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}
#banner .formerize-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}
#banner ul.alt li {
  border-top-color: rgba(255, 255, 255, 0.25);
}
#banner header p {
  color: #ffffff;
}
#banner header.major h1 {
  border-color: rgba(255, 255, 255, 0.25);
}
#banner table tbody tr {
  border-color: rgba(255, 255, 255, 0.25);
}
#banner table tbody tr:nth-child(2n + 1) {
  background-color: rgba(255, 255, 255, 0.065);
}
#banner table th {
  color: #ffffff;
}
#banner table thead {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#banner table tfoot {
  border-top-color: rgba(255, 255, 255, 0.25);
}
#banner table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.25);
}
#banner ul.contact-icons li .icon:before {
  background: #000000;
  color: #ffffff;
}
#banner .split h2 {
  border-color: #ffffff;
}
#banner .split .content {
  border-color: rgba(255, 255, 255, 0.25);
}
#banner .tabs > .titles > .title:hover {
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.25);
}
#banner .tabs > .titles > .title.active {
  box-shadow: 0 2px 0 0 #ffffff;
}
#banner h1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-size: 4.75rem;
  margin: 0 auto;
  padding-bottom: 3rem;
  position: relative;
  text-align: center;
  opacity: 0.95;
}
#banner .inner {
  -moz-transition: opacity 1.5s ease-in-out;
  -webkit-transition: opacity 1.5s ease-in-out;
  -ms-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  margin: 0 auto;
  max-width: 65rem;
  opacity: 1;
  position: relative;
  width: calc(100% - 4rem);
  z-index: 3;
}
#banner .content {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: flex;
  position: relative;
  text-align: justify;
  width: 100%;
}
#banner .content p {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 1.5rem;
  font-weight: 400;
  min-width: 70%;
  padding: 3rem 3rem 3rem 0;
}
#banner .content ul {
  -moz-justify-content: -moz-flex-end;
  -webkit-justify-content: -webkit-flex-end;
  -ms-justify-content: -ms-flex-end;
  justify-content: flex-end;
}
#banner .bg {
  -moz-transition: opacity 2s ease-in-out;
  -webkit-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.85;
}
#banner .bg div {
  -moz-transition: opacity 3s ease;
  -webkit-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  transition: opacity 3s ease;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 150%;
}
#banner .bg div.visible {
  -moz-animation: bg 45s linear infinite;
  -webkit-animation: bg 45s linear infinite;
  -ms-animation: bg 45s linear infinite;
  animation: bg 45s linear infinite;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
#banner .bg div.visible.top {
  z-index: 2;
}
#banner .bg div:only-child {
  -moz-animation-direction: alternate !important;
  -webkit-animation-direction: alternate !important;
  -ms-animation-direction: alternate !important;
  animation-direction: alternate !important;
}
body.is-preload #banner .bg {
  opacity: 0;
}
body.is-preload #banner .inner {
  opacity: 0;
}
* {
  box-sizing: border-box;
}
#header {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: flex;
  -moz-justify-content: -moz-flex-end;
  -webkit-justify-content: -webkit-flex-end;
  -ms-justify-content: -ms-flex-end;
  justify-content: flex-end;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: background-color padding;
  -webkit-transition-property: background-color padding;
  -ms-transition-property: background-color padding;
  transition-property: background-color padding;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  border: none;
  color: #282828;
  height: 4rem;
  left: 0;
  line-height: 4rem;
  padding: 0;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 10001;
}
#page-wrapper {
  -moz-transition: -moz-filter 0.25s ease;
  -webkit-transition: -webkit-filter 0.25s ease;
  -ms-transition: -ms-filter 0.25s ease;
  transition: filter 0.25s ease;
}
#banner {
  background-color: #000000;
  color: #ffffff;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 95vh;
  position: relative;
  width: 100%;
}
#banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.325),
    rgba(0, 0, 0, 0)
  );
  z-index: 2;
}
#iv7j8 {
  background-image: url("https://images.unsplash.com/photo-1542273917363-3b1817f69a2d?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1953&q=80");
  background-position: center center;
}
#in1qg {
  background-image: url("images/slides/slide02.jpg");
  background-position: center center;
}
#ifpp9 {
  background-image: url("images/slides/slide03.jpg");
  background-position: center center;
}
#ik1aa {
  background-image: url("images/slides/slide04.jpg");
  background-position: center center;
}
#iquaq {
  cursor: pointer;
}
#i7nfg {
  cursor: pointer;
}
#i2czp {
  cursor: pointer;
}
#i7ujx {
  cursor: pointer;
}
#irglj {
  cursor: pointer;
}
@keyframes gallery-modal-spinner {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes reveal-header {
  0% {
    top: -4rem;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes bg {
  0% {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-25%);
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 13pt;
  }
  .row > * {
    box-sizing: border-box;
    padding: 0 0 0 2rem;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row > .imp-xlarge {
    order: -1;
  }
  .row > .col-1-xlarge {
    width: 8.33333%;
  }
  .row > .off-1-xlarge {
    margin-left: 8.33333%;
  }
  .row > .col-2-xlarge {
    width: 16.66667%;
  }
  .row > .off-2-xlarge {
    margin-left: 16.66667%;
  }
  .row > .col-3-xlarge {
    width: 25%;
  }
  .row > .off-3-xlarge {
    margin-left: 25%;
  }
  .row > .col-4-xlarge {
    width: 33.33333%;
  }
  .row > .off-4-xlarge {
    margin-left: 33.33333%;
  }
  .row > .col-5-xlarge {
    width: 41.66667%;
  }
  .row > .off-5-xlarge {
    margin-left: 41.66667%;
  }
  .row > .col-6-xlarge {
    width: 50%;
  }
  .row > .off-6-xlarge {
    margin-left: 50%;
  }
  .row > .col-7-xlarge {
    width: 58.33333%;
  }
  .row > .off-7-xlarge {
    margin-left: 58.33333%;
  }
  .row > .col-8-xlarge {
    width: 66.66667%;
  }
  .row > .off-8-xlarge {
    margin-left: 66.66667%;
  }
  .row > .col-9-xlarge {
    width: 75%;
  }
  .row > .off-9-xlarge {
    margin-left: 75%;
  }
  .row > .col-10-xlarge {
    width: 83.33333%;
  }
  .row > .off-10-xlarge {
    margin-left: 83.33333%;
  }
  .row > .col-11-xlarge {
    width: 91.66667%;
  }
  .row > .off-11-xlarge {
    margin-left: 91.66667%;
  }
  .row > .col-12-xlarge {
    width: 100%;
  }
  .row > .off-12-xlarge {
    margin-left: 100%;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.5rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.5rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 1rem;
  }
  .row.gtr-uniform > * {
    padding-top: 2rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 3rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 4rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 4rem;
  }
  .wrapper {
    padding: 8rem 0 0rem 0;
  }
  #banner {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 12pt;
  }
  h1 {
    font-size: 3.5rem;
  }
  .row > * {
    box-sizing: border-box;
    padding: 0 0 0 1.5rem;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row > .imp-large {
    order: -1;
  }
  .row > .col-1-large {
    width: 8.33333%;
  }
  .row > .off-1-large {
    margin-left: 8.33333%;
  }
  .row > .col-2-large {
    width: 16.66667%;
  }
  .row > .off-2-large {
    margin-left: 16.66667%;
  }
  .row > .col-3-large {
    width: 25%;
  }
  .row > .off-3-large {
    margin-left: 25%;
  }
  .row > .col-4-large {
    width: 33.33333%;
  }
  .row > .off-4-large {
    margin-left: 33.33333%;
  }
  .row > .col-5-large {
    width: 41.66667%;
  }
  .row > .off-5-large {
    margin-left: 41.66667%;
  }
  .row > .col-6-large {
    width: 50%;
  }
  .row > .off-6-large {
    margin-left: 50%;
  }
  .row > .col-7-large {
    width: 58.33333%;
  }
  .row > .off-7-large {
    margin-left: 58.33333%;
  }
  .row > .col-8-large {
    width: 66.66667%;
  }
  .row > .off-8-large {
    margin-left: 66.66667%;
  }
  .row > .col-9-large {
    width: 75%;
  }
  .row > .off-9-large {
    margin-left: 75%;
  }
  .row > .col-10-large {
    width: 83.33333%;
  }
  .row > .off-10-large {
    margin-left: 83.33333%;
  }
  .row > .col-11-large {
    width: 91.66667%;
  }
  .row > .off-11-large {
    margin-left: 91.66667%;
  }
  .row > .col-12-large {
    width: 100%;
  }
  .row > .off-12-large {
    margin-left: 100%;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.375rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.375rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.75rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.75rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.5rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 2.25rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.25rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 3rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 3rem;
  }
  .button.large,
  input[type="submit"].large,
  input[type="reset"].large,
  input[type="button"].large,
  button.large {
    font-size: 1rem;
    height: 4.25rem;
    line-height: 4rem;
  }
  header.major {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
  header.major h1 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  header.major p {
    font-size: 1.45rem;
  }
  header.major.alt {
    margin-bottom: 2.7rem;
  }
  .wrapper {
    padding: 6rem 0 8rem 0;
  }
  .wrapper:before {
    height: 4rem;
  }
  .wrapper:after {
    height: 4rem;
  }
  .wrapper > .inner {
    max-width: 75rem;
    width: calc(100% - 8rem);
  }
  .split .content {
    min-width: 60%;
    width: 60%;
  }
  #banner .bg div.visible {
    -moz-animation: bg 29.25s linear infinite;
    -webkit-animation: bg 29.25s linear infinite;
    -ms-animation: bg 29.25s linear infinite;
    animation: bg 29.25s linear infinite;
  }
  #banner .inner {
    margin: 0 auto;
    max-width: 75rem;
    width: calc(100% - 8rem);
  }
  #banner h1 {
    font-size: 4rem;
    padding-bottom: 3rem;
  }
  #banner .content p {
    font-size: 1.25rem;
  }
  #banner {
    min-height: 90vh;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 980px) {
  html {
    font-size: 12pt;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  .row > * {
    box-sizing: border-box;
    padding: 0 0 0 1.5rem;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row > .imp-medium {
    order: -1;
  }
  .row > .col-1-medium {
    width: 8.33333%;
  }
  .row > .off-1-medium {
    margin-left: 8.33333%;
  }
  .row > .col-2-medium {
    width: 16.66667%;
  }
  .row > .off-2-medium {
    margin-left: 16.66667%;
  }
  .row > .col-3-medium {
    width: 25%;
  }
  .row > .off-3-medium {
    margin-left: 25%;
  }
  .row > .col-4-medium {
    width: 33.33333%;
  }
  .row > .off-4-medium {
    margin-left: 33.33333%;
  }
  .row > .col-5-medium {
    width: 41.66667%;
  }
  .row > .off-5-medium {
    margin-left: 41.66667%;
  }
  .row > .col-6-medium {
    width: 50%;
  }
  .row > .off-6-medium {
    margin-left: 50%;
  }
  .row > .col-7-medium {
    width: 58.33333%;
  }
  .row > .off-7-medium {
    margin-left: 58.33333%;
  }
  .row > .col-8-medium {
    width: 66.66667%;
  }
  .row > .off-8-medium {
    margin-left: 66.66667%;
  }
  .row > .col-9-medium {
    width: 75%;
  }
  .row > .off-9-medium {
    margin-left: 75%;
  }
  .row > .col-10-medium {
    width: 83.33333%;
  }
  .row > .off-10-medium {
    margin-left: 83.33333%;
  }
  .row > .col-11-medium {
    width: 91.66667%;
  }
  .row > .off-11-medium {
    margin-left: 91.66667%;
  }
  .row > .col-12-medium {
    width: 100%;
  }
  .row > .off-12-medium {
    margin-left: 100%;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.375rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.375rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.75rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.75rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.5rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 2.25rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.25rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 3rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 3rem;
  }
  ul.contact-icons {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.contact-icons li {
    width: 50%;
  }
  ul.contact-icons li:nth-child(2) {
    padding-top: 0;
  }
  header.major p {
    font-size: 1.35rem;
  }
  .wrapper {
    padding: 4rem 0 6rem 0;
  }
  .wrapper:before {
    height: 3rem;
  }
  .wrapper:after {
    height: 3rem;
  }
  .split {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .split .content {
    border-bottom: 1px solid;
    border-right: none;
    padding-bottom: 3rem;
    padding-right: 0;
    width: 100%;
  }
  .split .contact-icons {
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  #banner h1 {
    font-size: 3rem;
    padding-bottom: 3rem;
    text-align-last: center;
    text-align: center;
  }
  #banner .content p {
    font-size: 1.25rem;
    border-right: none;
    min-width: 100%;
    padding: 3rem 0 0 0;
    text-align: center;
  }
  #banner .content {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  #banner .content ul {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  #banner {
    height: 95vh;
    min-height: 700px;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 736px) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  hr.major {
    margin: 3rem 0;
  }
  .row > * {
    box-sizing: border-box;
    padding: 0 0 0 1.25rem;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row > .imp-small {
    order: -1;
  }
  .row > .col-1-small {
    width: 8.33333%;
  }
  .row > .off-1-small {
    margin-left: 8.33333%;
  }
  .row > .col-2-small {
    width: 16.66667%;
  }
  .row > .off-2-small {
    margin-left: 16.66667%;
  }
  .row > .col-3-small {
    width: 25%;
  }
  .row > .off-3-small {
    margin-left: 25%;
  }
  .row > .col-4-small {
    width: 33.33333%;
  }
  .row > .off-4-small {
    margin-left: 33.33333%;
  }
  .row > .col-5-small {
    width: 41.66667%;
  }
  .row > .off-5-small {
    margin-left: 41.66667%;
  }
  .row > .col-6-small {
    width: 50%;
  }
  .row > .off-6-small {
    margin-left: 50%;
  }
  .row > .col-7-small {
    width: 58.33333%;
  }
  .row > .off-7-small {
    margin-left: 58.33333%;
  }
  .row > .col-8-small {
    width: 66.66667%;
  }
  .row > .off-8-small {
    margin-left: 66.66667%;
  }
  .row > .col-9-small {
    width: 75%;
  }
  .row > .off-9-small {
    margin-left: 75%;
  }
  .row > .col-10-small {
    width: 83.33333%;
  }
  .row > .off-10-small {
    margin-left: 83.33333%;
  }
  .row > .col-11-small {
    width: 91.66667%;
  }
  .row > .off-11-small {
    margin-left: 91.66667%;
  }
  .row > .col-12-small {
    width: 100%;
  }
  .row > .off-12-small {
    margin-left: 100%;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.3125rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.3125rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.625rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.625rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.25rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 1.875rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 1.875rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 2.5rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 2.5rem;
  }
  .button.alt,
  input[type="submit"].alt,
  input[type="reset"].alt,
  input[type="button"].alt,
  button.alt {
    padding-left: 1.5rem !important;
    text-align: left;
  }
  .button.large,
  input[type="submit"].large,
  input[type="reset"].large,
  input[type="button"].large,
  button.large {
    font-size: 0.85rem;
    height: 3.75rem;
    line-height: 3.5rem;
    text-align: left;
  }
  .tabs > .titles {
    margin: 0 0 1rem 0;
  }
  .tabs > .titles > .title {
    margin-bottom: 1.25rem;
    margin-right: 1.25rem;
  }
  ul.contact-icons {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.contact-icons li {
    width: 100%;
  }
  ul.contact-icons li:nth-child(2) {
    padding-top: 2.5rem;
  }
  header.major {
    margin-bottom: 1.8rem;
    padding-bottom: 1.3rem;
  }
  header.major p {
    font-size: 1.25rem;
  }
  header.major.alt {
    margin-bottom: 1.8rem;
  }
  .wrapper {
    padding: 4rem 0 6rem 0;
  }
  .wrapper > .inner {
    width: calc(100% - 6rem);
  }
  .wrapper:before {
    height: 2rem;
  }
  .wrapper:after {
    height: 2rem;
  }
  .wrapper.alt {
    padding-bottom: 0;
  }
  .gallery a,
  .gallery span {
    margin: 0 0 0.5rem 0;
  }
  body #page-wrapper {
    padding-top: 3rem;
  }
  #header > .logo {
    font-size: 0.8rem;
    padding-left: 1rem;
  }
  #header > .logo span {
    display: none;
  }
  #header > a[href="#menu"] {
    height: calc(3rem - 1px);
    line-height: 3rem;
    padding: 0 1.5rem;
  }
  #header > a[href="#menu"]:before {
    margin-left: 0;
  }
  #header > a[href="#menu"] span {
    display: none;
  }
  #header > a[href="#menu"]:hover {
    background-color: transparent;
  }
  #menu .inner {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #menu .inner .close {
    background-size: 1.5rem 1.5rem;
  }
  #banner .bg div.visible {
    -moz-animation: bg 18s linear infinite;
    -webkit-animation: bg 18s linear infinite;
    -ms-animation: bg 18s linear infinite;
    animation: bg 18s linear infinite;
  }
  #banner h1 {
    font-size: 2.5rem;
    padding-bottom: 2rem;
  }
  #banner .inner {
    width: calc(100% - 6rem);
  }
  #banner .content p {
    padding-top: 2rem;
  }
  #header {
    -moz-align-items: -moz-flex-start;
    -webkit-align-items: -webkit-flex-start;
    -ms-align-items: -ms-flex-start;
    align-items: flex-start;
    height: 3rem;
    line-height: 3rem;
    padding: 0 0 0 0.5rem;
  }
  #banner {
    min-height: 600px;
  }
}
@media screen and (max-width: 480px) {
  html,
  body {
    min-width: 320px;
  }
  html {
    font-size: 12pt;
  }
  .row > * {
    box-sizing: border-box;
    padding: 0 0 0 1.25rem;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row > .imp-xsmall {
    order: -1;
  }
  .row > .col-1-xsmall {
    width: 8.33333%;
  }
  .row > .off-1-xsmall {
    margin-left: 8.33333%;
  }
  .row > .col-2-xsmall {
    width: 16.66667%;
  }
  .row > .off-2-xsmall {
    margin-left: 16.66667%;
  }
  .row > .col-3-xsmall {
    width: 25%;
  }
  .row > .off-3-xsmall {
    margin-left: 25%;
  }
  .row > .col-4-xsmall {
    width: 33.33333%;
  }
  .row > .off-4-xsmall {
    margin-left: 33.33333%;
  }
  .row > .col-5-xsmall {
    width: 41.66667%;
  }
  .row > .off-5-xsmall {
    margin-left: 41.66667%;
  }
  .row > .col-6-xsmall {
    width: 50%;
  }
  .row > .off-6-xsmall {
    margin-left: 50%;
  }
  .row > .col-7-xsmall {
    width: 58.33333%;
  }
  .row > .off-7-xsmall {
    margin-left: 58.33333%;
  }
  .row > .col-8-xsmall {
    width: 66.66667%;
  }
  .row > .off-8-xsmall {
    margin-left: 66.66667%;
  }
  .row > .col-9-xsmall {
    width: 75%;
  }
  .row > .off-9-xsmall {
    margin-left: 75%;
  }
  .row > .col-10-xsmall {
    width: 83.33333%;
  }
  .row > .off-10-xsmall {
    margin-left: 83.33333%;
  }
  .row > .col-11-xsmall {
    width: 91.66667%;
  }
  .row > .off-11-xsmall {
    margin-left: 91.66667%;
  }
  .row > .col-12-xsmall {
    width: 100%;
  }
  .row > .off-12-xsmall {
    margin-left: 100%;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.3125rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.3125rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.625rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.625rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.25rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 1.875rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 1.875rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 2.5rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 2.5rem;
  }
  .button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  button {
    padding: 0;
  }
  form > .fields {
    width: calc(100% + 3rem);
    margin: -1.5rem 0 2rem -1.5rem;
  }
  form > .fields > .field {
    padding: 1.5rem 0 0 1.5rem;
    width: calc(100% - 1.5rem);
  }
  form > .fields > .field.half {
    width: calc(100% - 1.5rem);
  }
  form > .fields > .field.third {
    width: calc(100% - 1.5rem);
  }
  form > .fields > .field.quarter {
    width: calc(100% - 1.5rem);
  }
  ul.actions:not(.fixed) {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }
  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    padding: 1rem 0 0 0;
    text-align: center;
    width: 100%;
  }
  ul.actions:not(.fixed) li > * {
    width: 100%;
  }
  ul.actions:not(.fixed) li:first-child {
    padding-top: 0;
  }
  ul.actions:not(.fixed) li input[type="submit"],
  ul.actions:not(.fixed) li input[type="reset"],
  ul.actions:not(.fixed) li input[type="button"],
  ul.actions:not(.fixed) li button,
  ul.actions:not(.fixed) li .button {
    width: 100%;
  }
  ul.actions:not(.fixed) li input[type="submit"].icon:before,
  ul.actions:not(.fixed) li input[type="reset"].icon:before,
  ul.actions:not(.fixed) li input[type="button"].icon:before,
  ul.actions:not(.fixed) li button.icon:before,
  ul.actions:not(.fixed) li .button.icon:before {
    margin-left: -0.5rem;
  }
  .tabs > .titles {
    margin: 0 0 1rem 0;
  }
  .tabs > .titles > .title {
    font-size: 0.75rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  header.major p {
    font-size: 1.25rem;
  }
  .wrapper {
    padding: 3rem 0 3rem 0;
  }
  .wrapper > .inner {
    width: calc(100% - 4rem);
  }
  #header + #banner {
    margin-top: -5rem;
  }
  #banner .inner {
    width: calc(100% - 4rem);
  }
  #banner h1 {
    padding-bottom: 2rem;
    text-align-last: center;
    text-align: center;
  }
  #banner .content {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  #banner .content p {
    font-size: 1.15rem;
    padding-top: 2rem;
  }
  #banner .content ul {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  #header {
    min-width: 320px;
  }
  #banner {
    min-height: 650px;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 11pt;
  }
}

@media screen and (min-width: 736px) {
  .block-middle {
    margin: 100px 200px;
  }
}

.block-middle {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 20px;
}

.footer  {
  width: 100%;
  background-image: url(assets/images/wave-haikei.svg);
  background-size: cover;
  height: 400px;
}

.icons span {
  font-size: 30px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.gallery {
  column-gap: 2rem;
  columns: 3;
  margin: 0 0 2rem 0;
  width: 100%;
}

.gallery img {
  border-radius: 10px;
}


@media screen and (max-width: 800px) {
  .gallery {
    columns: 2;
  }
}

@media screen and (max-width: 400px) {
  .gallery {
    columns: 1;
  }
}


#gallery .blocks-gallery-caption {
  display: none;
}

#menu {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: none;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    pointer-events: none;
    -moz-transition: opacity 0.5s ease, visibility 0.5s;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s;
    -ms-transition: opacity 0.5s ease, visibility 0.5s;
    transition: opacity 0.5s ease, visibility 0.5s;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-color: rgba(224, 224, 224, 0.9);
    cursor: default;
    height: 100%;
    left: 0;
    padding: 1.5rem;
    position: fixed;
    text-align: center;
    top: 0;
    user-select: none;
    width: 100%;
    z-index: 10002;
}

.special {
  margin: 25px;
}

.special img {
  width: 200px;
}

@media screen and (max-width: 500px) {
  .special img {
    width: 100px;
  }

  .inner .content {
    display: flex;
    justify-content: center;
  }
}