/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/*! + some other stuff from HTML5 Reset from Richard Clark */

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

optgroup {
  font-weight: bold;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

legend {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/*@import "mixins/mixins";*/

/*@import "mixins/triangle";*/

/*@import "mixins/project-mixins";*/

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  border-style: solid;
  text-transform: none;
}

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

nav ul,
nav ol {
  list-style: none;
  padding: 0;
}

.test {
  display: none;
}

body {
  font-weight: normal;
  line-height: 1.7;
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

h1,
h2,
h3,
h4,
h5,
h6,
.excerpt {
  font-family: "Rozha One", serif;
  font-weight: 400;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6,
.typography p,
.typography ul,
.typography ol {
  color: black;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  margin-bottom: 5px;
  line-height: 1.2;
}

@media only screen and (min-width:1200px) {
  .typography h1,
  .typography h2,
  .typography h3,
  .typography h4,
  .typography h5,
  .typography h6 {
    margin-bottom: 10px;
  }
}

.typography ul,
.typography ol {
  margin-bottom: 20px;
}

.typography p + h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  margin-top: 20px;
}

@media only screen and (min-width:1200px) {
  .typography p + h1,
  .typography h2,
  .typography h3,
  .typography h4,
  .typography h5,
  .typography h6 {
    margin-top: 40px;
  }
}

.typography h1 {
  font-size: 27px;
}

@media only screen and (min-width:1200px) {
  .typography h1 {
    font-size: 30px;
  }
}

.typography h2 {
  font-size: 25px;
}

@media only screen and (min-width:1200px) {
  .typography h2 {
    font-size: 28px;
  }
}

.typography h3 {
  font-size: 23px;
}

@media only screen and (min-width:1200px) {
  .typography h3 {
    font-size: 26px;
  }
}

.typography h4 {
  font-size: 20px;
}

@media only screen and (min-width:1200px) {
  .typography h4 {
    font-size: 24px;
  }
}

.typography h5 {
  font-size: 18px;
}

@media only screen and (min-width:1200px) {
  .typography h5 {
    font-size: 22px;
  }
}

.typography h6 {
  font-size: 16px;
}

@media only screen and (min-width:1200px) {
  .typography h6 {
    font-size: 20px;
  }
}

.typography hr {
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
}

.typography p {
  margin-bottom: 20px;
}

.typography ul,
.typography ol {
  list-style-position: inside;
}

.typography a {
  color: #2BA05E;
  text-decoration: none;
}

.typography a:hover {
  text-decoration: underline;
}

body {
  background: #EDEBE7;
}

body.home {
  background: #152D57;
}

.layout {
  border-right: 1px solid #AB9072;
  border-left: 1px solid #AB9072;
}

.layout-paddings {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width:1440px) {
  .layout-paddings {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.wrapper-inner {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

.wrapper-content {
  max-width: 1000px;
  margin: 20px auto;
  padding: 0 20px;
}

@media only screen and (min-width:1024px) {
  .wrapper-content {
    padding: 0 10px;
    margin: 40px auto;
  }
}

@media only screen and (min-width:1440px) {
  .wrapper-content {
    padding: 0;
  }
}

.nav-links {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 20px 0;
  display: block;
}

@media only screen and (min-width:768px) {
  .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width:1440px) {
  .nav-links {
    margin-top: 80px;
  }
}

.nav-links a {
  text-decoration: none;
  color: black;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
}

.nav-links a:hover {
  opacity: 0.5;
}

.nav-links .nav-previous {
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .nav-links .nav-previous {
    border: 0;
    border-right: 1px solid black;
    padding: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width:768px) {
  .nav-links .nav-previous {
    width: 50%;
  }
}

.nav-links .nav-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}

@media only screen and (min-width:640px) {
  .col-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width:640px) {
  .col-4 .col-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    /* Each item takes up 50% of the container width */
    padding: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 50%;
  }
}

@media only screen and (min-width:1024px) {
  .col-4 .col-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    /* Each item takes up 50% of the container width */
    max-width: 25%;
  }
}

.article-section {
  padding: 40px 0;
}

@media only screen and (min-width:1440px) {
  .article-section {
    padding: 80px 0;
  }
}

.article-section .section-title-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
}

.article-section .section-title-holder a {
  text-decoration: none;
  color: #2BA05E;
}

.article-section .section-title-holder h6 {
  color: black;
  font-size: 19px;
}

.article-section.events-wrapper-bg {
  background: #CDDFD3;
}

.article-section.events-wrapper-bg .article-list h2 a {
  color: black;
}

.article-section.events-wrapper-bg .article-list .location {
  text-transform: uppercase;
  font-size: 12px;
  color: #2BA05E;
}

@media only screen and (min-width:1200px) {
  .article-section.events-wrapper-bg .article-list .location {
    margin-top: 20px;
  }
}

.events-wrapper .article-section.events-wrapper-bg .article-list .location {
  color: #2BA05E;
}

.article-section.events-wrapper-bg .article-list .entry-meta span {
  color: black;
  opacity: 0,8;
}

.article-section .article-list {
  max-width: 1460px;
  padding: 0 20px;
}

@media only screen and (min-width:640px) {
  .article-section .article-list {
    padding: 0 10px;
  }
}

@media only screen and (min-width:1440px) {
  .article-section .article-list {
    padding: 0 20px;
  }
}

.article-section .article-list img {
  border-radius: 10px;
}

.article-section .article-list .entry-meta {
  font-size: 15px;
}

@media only screen and (min-width:1200px) {
  .article-section .article-list .entry-meta {
    margin-top: 10px;
  }
}

.article-section .article-list .entry-meta span {
  opacity: 0.8;
  color: black;
}

.events-wrapper .article-section .article-list .entry-meta span {
  color: white;
}

@media only screen and (min-width:1200px) {
  .article-section .article-list .entry-title {
    min-height: 150px;
  }
}

.article-section .article-list .entry-header {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.article-section .article-list .location {
  text-transform: uppercase;
  font-size: 12px;
  color: #2BA05E;
  margin-top: 10px;
  font-weight: 700;
}

.article-section .article-list h2 {
  line-height: 1.5;
}

.article-section .article-list h2 a {
  color: black;
  text-decoration: none;
  font-weight: 700;
}

@media only screen and (min-width:1200px) {
  .article-section .article-list h2 a {
    font-size: 25px;
  }
}

.events-wrapper .article-section .article-list h2 a {
  color: white;
}

.article-section .article-list article {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.article-section .article-list article:hover {
  opacity: 0.7;
}

.page-header {
  background: #2BA05E;
  text-align: center;
  padding: 120px 0 20px 0;
}

@media only screen and (min-width:768px) {
  .page-header {
    padding: 100px 0 30px 0;
  }
}

@media only screen and (min-width:1440px) {
  .page-header {
    padding: 140px 0 60px 0;
  }
}

.page-header h1 {
  color: white;
  font-size: 22px;
  font-weight: bold;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width:768px) {
  .page-header h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width:1200px) {
  .page-header h1 {
    font-size: 40px;
  }
}

.page-header .event-categories {
  text-align: center;
}

.page-header .event-categories li {
  display: inline-block;
  margin: 5px;
}

.page-header .event-categories a {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  padding: 3px 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.page-header .event-categories a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-header select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px 10px 10px 20px;
  width: 300px;
  color: white;
  appearance: none;
  background-image: url('../images/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: right 25px center;
  margin-top: 15px;
}

.page-header select:focus {
  border: 1px solid #2BA05E;
  box-shadow: 0;
  outline: 0;
}

.page-header .back-button {
  margin-top: 15px;
}

.home-banner {
  background: #CDDFD3;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (min-width:768px) {
  .home-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.home-banner .subtitle {
  color: #2BA05E;
  opacity: 1;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.home-banner p {
  color: black;
  opacity: 0.7;
}

.home-banner h3 {
  color: black;
}

@media only screen and (min-width:768px) {
  .home-banner h3 {
    font-size: 30px;
  }
}

@media only screen and (min-width:1440px) {
  .home-banner h3 {
    font-size: 36px;
  }
}

.home-banner .btn {
  margin-top: 20px;
}

.home-banner .content-banner {
  padding: 30px;
}

@media only screen and (min-width:768px) {
  .home-banner .content-banner {
    width: 60%;
    padding-top: 100px;
  }
}

@media only screen and (min-width:1440px) {
  .home-banner .content-banner {
    padding: 260px 160px 90px 70px;
  }
}

.home-banner .image-banner {
  background-size: cover;
  min-height: 300px;
  background-position: center;
}

@media only screen and (min-width:768px) {
  .home-banner .image-banner {
    width: 40%;
  }
}

.banner-small {
  background: #053623;
  border-radius: 10px;
  color: white;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
  border: 1px solid #053623;
}

@media only screen and (min-width:640px) {
  .banner-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width:1440px) {
  .banner-small {
    margin-bottom: 120px;
    margin-top: 120px;
  }
}

.banner-small div {
  padding: 20px;
}

@media only screen and (min-width:640px) {
  .banner-small div {
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width:1440px) {
  .banner-small div {
    padding: 60px;
    width: 65%;
  }
}

.banner-small h4 {
  font-weight: 600;
}

@media only screen and (min-width:1024px) {
  .banner-small h4 {
    font-size: 26px;
    line-height: 1.3;
  }
}

@media only screen and (min-width:1440px) {
  .banner-small h4 {
    font-size: 32px;
    max-width: 80%;
  }
}

.banner-small h4 span {
  color: #2BA05E;
}

.banner-small .right-side {
  background-color: #EEF4F0;
  background-image: url('../images/graphic.png');
  background-position: right 30px bottom;
  background-repeat: no-repeat;
  background-size: 80px;
  height: 120px;
}

@media only screen and (min-width:640px) {
  .banner-small .right-side {
    width: 40%;
    height: auto;
  }
}

@media only screen and (min-width:1440px) {
  .banner-small .right-side {
    width: 35%;
  }
}

.banner-small .right-side h4 {
  color: #053623;
}

.banner-small .right-side h4 span {
  font-size: 40px;
  display: block;
  color: #053623;
}

@media only screen and (min-width:1440px) {
  .banner-small .right-side h4 span {
    font-size: 60px;
  }
}

.hero-section-title {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, transform 2s ease;
}

.hero-section-title.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, transform 2s ease;
}

#wpforms-form-158 .btn {
  background: #2BA05E;
  box-shadow: none;
  border-radius: 50px;
  font-size: 18px;
  padding: 20px 20px;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  height: auto;
}

#wpforms-form-158 input {
  width: 100%;
  max-width: 100%;
}

#wpforms-form-158 input:focus {
  border-color: #2BA05E;
}

#wpforms-form-158 textarea:focus {
  border-color: #2BA05E;
}

#wpforms-form-158 .wpforms-confirmation-container-full {
  background: none;
}

/**
.overlay {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:300px;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: opacity 0.8s;
 
    .active-mobile-nav & {
        opacity: 1;
    }
}
*/

#wpforms-99 .wpforms-confirmation-container-full {
  background: none;
  border: 0;
}

#wpforms-99 .wpforms-confirmation-container-full p {
  font-size: 30px;
}

.page-header-holder {
  padding: 90px 0 20px 0px;
  text-align: center;
}

@media only screen and (min-width:1440px) {
  .page-header-holder {
    padding: 160px 0 20px 0px;
  }
}

.page-header-holder h2 {
  color: #142E59;
  font-size: 30px;
  text-transform: capitalize;
}

@media only screen and (min-width:1440px) {
  .page-header-holder h2 {
    font-size: 90px;
  }
}

.all-articles {
  max-width: 1000px;
  margin: 0 auto;
  padding: 110px 20px;
}

@media only screen and (min-width:1024px) {
  .all-articles {
    padding: 140px 0 100px 0;
  }
}

.all-articles.post-article {
  padding-top: 110px;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width:1024px) {
  .all-articles.post-article {
    padding-top: 140px;
  }
}

.all-articles.post-article .article-excerpt,
.all-articles.post-article .entry-header,
.all-articles.post-article .entry-content {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width:1024px) {
  .all-articles.post-article .article-excerpt,
  .all-articles.post-article .entry-header,
  .all-articles.post-article .entry-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.all-articles .entry-content figure {
  margin-left: 0;
  margin-right: 0;
}

.all-articles .entry-content figcaption {
  text-align: left;
}

.all-articles header {
  text-align: center;
}

.all-articles header h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #142E59;
  margin-bottom: 30px;
}

@media only screen and (min-width:1024px) {
  .all-articles header h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width:1440px) {
  .all-articles header h2 {
    font-size: 90px;
    line-height: 1;
  }
}

.all-articles .post-thumbnail img {
  width: 100%;
}

.all-articles .post-date {
  color: #142E59;
  opacity: 0.8;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.all-articles .article-excerpt {
  font-size: 20px;
}

@media only screen and (min-width:1440px) {
  .all-articles .article-excerpt {
    font-size: 26px;
    line-height: 1.5;
  }
}

.all-articles p {
  color: #142E59;
}

@media only screen and (min-width:1440px) {
  .all-articles p {
    font-size: 18px;
  }
}

.page-content-404 {
  min-height: 500px;
  padding-top: 50px;
  text-align: center;
}

@media only screen and (min-width:1440px) {
  .page-content-404 {
    padding-top: 100px;
  }
}

.page-content-404 .all-articles p {
  margin-bottom: 40px;
}

.page-content-404 .all-articles h2 {
  margin-bottom: 10px;
}

.btn-back {
  background: #AB9072;
  text-transform: none;
  text-decoration: none;
  color: white;
  padding: 10px 20px;
  display: inline-block;
}

.btn-back:hover {
  background: #152D57;
}

.btn-back:visited {
  color: white;
}

html {
  scroll-behavior: smooth;
}

.site-header {
  background: #EDEBE7;
  border: 1px solid rgba(171, 144, 144, 0.4);
  width: 100%;
  position: fixed;
  max-width: 1540px;
  z-index: 99998;
  top: 0;
  height: 80px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  margin: 0 auto;
}

@media only screen and (min-width:1025px) {
  .site-header {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 120px;
    padding: 20px 0 15px 0;
  }
}

.site-header h1 {
  max-width: 200px;
}

@media only screen and (min-width:768px) {
  .site-header h1 {
    max-width: 250px;
  }
}

@media only screen and (min-width:1440px) {
  .site-header h1 {
    max-width: 350px;
  }
}

.site-header h1 a {
  display: block;
  line-height: 0;
}

.site-header h1 a span {
  visibility: hidden;
  height: 0;
  display: block;
  overflow-y: scroll;
}

.site-header .logo {
  max-width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 200px;
}

@media only screen and (min-width:1025px) {
  .site-header .logo {
    max-width: 300px;
  }
}

.site-header .logo img {
  max-width: 100%;
  width: auto;
}

.site-header .inner-holder {
  position: relative;
  height: 100%;
}

@media only screen and (min-width:1025px) {
  .site-header .inner-holder {
    padding: 30px 0;
  }
}

.site-header .main-navigation {
  display: none;
}

@media only screen and (min-width:1025px) {
  .site-header .main-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.site-header .main-navigation a {
  color: #AB9072;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-family: "Archivo Narrow", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}

.site-header .main-navigation a:hover {
  opacity: 0.6;
}

.site-header .main-navigation .current_page_item a {
  color: #AB9072;
}

.site-header .main-navigation li {
  margin: 0 40px;
}

@media only screen and (min-width:1440px) {
  .site-header .main-navigation li {
    margin: 0 50px;
  }
}

.site-header .main-navigation li:nth-child(2) {
  margin-right: 200px;
}

@media only screen and (min-width:1440px) {
  .site-header .main-navigation li:nth-child(2) {
    margin-right: 300px;
  }
}

.site-header .main-navigation li:nth-child(3) {
  margin-left: 200px;
}

@media only screen and (min-width:1440px) {
  .site-header .main-navigation li:nth-child(3) {
    margin-left: 300px;
  }
}

.home .site-header {
  background: #152D57;
}

.home .main-navigation a {
  color: white;
}

.mobile-navigation-open .site-header {
  background: #152D57;
}

.trigger-open {
  height: 78px;
  width: 80px;
  padding-top: 26px;
  background: none;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

@media only screen and (min-width:1025px) {
  .trigger-open {
    display: none;
  }
}

.mobile-navigation {
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 80px;
  background: #142E59;
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  border: 1px solid rgba(171, 144, 144, 0.4);
}

.mobile-navigation-open .mobile-navigation {
  pointer-events: all;
  opacity: 1;
}

.mobile-navigation ul {
  list-style: none;
  border-bottom: 1px solid rgba(171, 144, 144, 0.4);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mobile-navigation li {
  margin: 20px 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.mobile-navigation-open .mobile-navigation li {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mobile-navigation li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.mobile-navigation li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.mobile-navigation li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.mobile-navigation li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.mobile-navigation a {
  color: #AB9072;
  text-decoration: none;
  font-family: "Archivo Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}

.mobile-navigation-open {
  height: 100%;
  position: fixed;
  width: 100%;
}

.follow-on-social {
  text-align: center;
  color: #AB9072;
}

.follow-on-social .facebook-icon {
  background-image: url('../images/facebook.svg');
  height: 40px;
  width: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-top: 20px;
}

footer {
  text-align: center;
  padding-top: 60px;
  border-top: 1px solid rgba(171, 144, 144, 0.4);
  padding: 40px 20px 80px 20px;
}

@media only screen and (min-width:1024px) {
  footer {
    padding-top: 100px;
  }
}

footer p,
footer .site-info {
  color: #AB9072;
}

@media only screen and (min-width:1024px) {
  footer .footer-working-hours {
    font-size: 28px;
  }
}

footer h2 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
  color: #AB9072;
}

@media only screen and (min-width:1440px) {
  footer h2 {
    font-size: 60px;
  }
}

footer img {
  display: inline-block;
  margin-bottom: 20px;
  max-width: 300px;
}

footer a {
  color: #AB9072;
  text-decoration: none;
  display: block;
}

footer a:visited {
  color: #AB9072;
}

@media only screen and (min-width:1440px) {

}

footer .footer-central-section {
  margin: 60px 0;
}

@media only screen and (min-width:1440px) {
  footer .footer-central-section {
    margin: 140px 0;
  }
}

footer .footer-central-section img {
  margin-bottom: 20px;
}

footer .footer-central-section p {
  color: #AB9072;
}

footer .footer-navigation {
  margin-bottom: 30px;
}

footer .footer-navigation ul {
  list-style: none;
}

footer .footer-navigation li {
  margin-bottom: 10px;
}

@media only screen and (min-width:1440px) {
  footer .footer-navigation li {
    display: inline-block;
    margin: 0 20px;
  }
}

footer .footer-navigation a {
  font-family: "Archivo Narrow", sans-serif;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

footer .footer-navigation a:hover {
  opacity: 0.5;
}

.home .footer-working-hours {
  color: #AB9072;
}

.take-me-home {
  position: fixed;
  bottom: 0;
  height: 50px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
  background: #EDEBE7;
  border: 1px solid rgba(171, 144, 144, 0.4);
}

@media only screen and (min-width:1025px) {
  .take-me-home {
    display: none;
  }
}

.take-me-home a {
  color: #142E59;
  text-decoration: none;
  background-image: url('../images/gold-arrow-left.svg');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 60px;
}

.page-on-load {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #AB9072;
}

.page-on-load.trigger-animation {
  -webkit-animation: slideUpAndDisappear 1s ease-out forwards;
  animation: slideUpAndDisappear 1s ease-out forwards;
}

@-webkit-keyframes slideUpAndDisappear {
  0% {
    top: 0;
    opacity: 1;
  }

  90% {
    top: -100%;
    opacity: 1;
  }

  100% {
    top: -100%;
    opacity: 0;
  }
}

@keyframes slideUpAndDisappear {
  0% {
    top: 0;
    opacity: 1;
  }

  90% {
    top: -100%;
    opacity: 1;
  }

  100% {
    top: -100%;
    opacity: 0;
  }
}

.path {
  fill: none;
  stroke: black;
  stroke-width: 2;
  -webkit-animation: morphPath 2s infinite alternate;
  animation: morphPath 2s infinite alternate;
  /* Animation duration, direction, and repetition */
}

@-webkit-keyframes morphPath {
  0% {
    d: path("M 0 100 V 100 Q 50 100 100 100 V 100 z");
    /* Start path */
  }

  50% {
    d: path("M 0 100 V 0 Q 50 0 100 0 V 0 z");
    /* Midway path */
  }

  100% {
    d: path("M 0 100 V 100 Q 50 100 100 100 V 100 z");
    /* End path */
  }
}

@keyframes morphPath {
  0% {
    d: path("M 0 100 V 100 Q 50 100 100 100 V 100 z");
    /* Start path */
  }

  50% {
    d: path("M 0 100 V 0 Q 50 0 100 0 V 0 z");
    /* Midway path */
  }

  100% {
    d: path("M 0 100 V 100 Q 50 100 100 100 V 100 z");
    /* End path */
  }
}

.landing-text-styles p {
  color: #fff;
}

.landing-text-styles h1,
.landing-text-styles h2,
.landing-text-styles h3,
.landing-text-styles h4,
.landing-text-styles h5 {
  color: #AB9072;
}

.site-main {
  border: 1px solid rgba(171, 144, 144, 0.4);
  max-width: 1540px;
  margin: 0 auto;
}

.illustration-section {
  border-bottom: 1px solid rgba(171, 144, 144, 0.4);
  background-repeat: no-repeat;
  background-position: center;
  height: 380px;
  background-size: cover;
}

@media only screen and (min-width:1440px) {
  .illustration-section {
    height: 600px;
  }
}

.hero-section {
  text-align: center;
  padding-top: 40px;
  position: relative;
  padding-bottom: 40px;
}

@media only screen and (min-width:1440px) {
  .hero-section {
    padding-top: 100px;
  }
}

.hero-section h2 {
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
  font-weight: 300;
}

@media only screen and (min-width:1024px) {
  .hero-section h2 {
    font-size: 60px;
  }
}

@media only screen and (min-width:1440px) {
  .hero-section h2 {
    font-size: 100px;
  }
}

@media only screen and (min-width:1440px) {
  .hero-section p {
    font-weight: 400;
  }
}

.hero-section .left-side {
  padding: 0 20px;
}

@media only screen and (min-width:1440px) {
  .hero-section .left-side {
    position: absolute;
    width: 300px;
    left: 20%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
  }
}

.hero-section .right-side {
  padding: 0 20px;
}

@media only screen and (min-width:1440px) {
  .hero-section .right-side {
    position: absolute;
    width: 300px;
    right: 0%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
  }
}

.hero-section .center-side {
  padding: 0 20px;
  max-width: 700px;
  margin: 20px auto 20px auto;
}

@media only screen and (min-width:1440px) {
  .hero-section .center-side {
    margin-bottom: 100px;
    padding: 0;
  }
}

.hero-section .hs-gallery {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width:1440px) {
  .hero-section .hs-gallery {
    width: 70%;
  }
}

.hero-section .hs-gallery div {
  height: 380px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width:1440px) {
  .hero-section .hs-gallery div {
    height: 600px;
  }
}

.hero-section .hs-gallery .slick-slide {
  overflow: hidden;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
}

.bistro-section {
  border-top: 1px solid rgba(171, 144, 144, 0.4);
  border-bottom: 1px solid rgba(171, 144, 144, 0.4);
}

@media only screen and (min-width:1024px) {
  .bistro-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width:1440px) {

}

.bistro-section h3 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
}

@media only screen and (min-width:1440px) {
  .bistro-section h3 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

.bistro-section h4 {
  font-size: 30px;
}

.bistro-section p {
  opacity: 0.7;
}

.bistro-section .bs-navigation {
  margin: 20px 0 0 0;
}

.bistro-section .bs-navigation a {
  border-bottom: 1px solid rgba(171, 144, 144, 0.4);
}

.bistro-section .bs-links {
  background-image: url('../images/gold-arrow.svg');
  background-repeat: no-repeat;
  background-position: 100% center;
  padding: 10px 0;
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bistro-section .bs-links:hover {
  opacity: 0.6;
  background-position: 98% center;
}

@media only screen and (min-width:1440px) {
  .bistro-section .bs-links {
    padding: 20px 0;
    font-size: 20px;
  }
}

.bistro-section .bs-image-wrapper {
  overflow: hidden;
  margin-bottom: 10px;
}

.bistro-section .bs-image-wrapper a {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.bistro-section .bs-image-wrapper a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bistro-section .bs-div {
  padding: 30px;
}

@media only screen and (min-width:1440px) {
  .bistro-section .bs-div {
    padding: 60px;
  }
}

.bistro-section .bs-div .bs-image-holder {
  background-size: cover;
  background-position: center;
  height: 260px;
  background-repeat: no-repeat;
  display: block;
  padding: 0;
}

@media only screen and (min-width:768px) {
  .bistro-section .bs-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width:1024px) {
  .bistro-section .bs-wrapper {
    border-left: 1px solid rgba(171, 144, 144, 0.4);
  }
}

@media only screen and (min-width:768px) {
  .bistro-section .bs-wrapper .bs-div {
    width: 50%;
  }
}

@media only screen and (min-width:1024px) {
  .bistro-section .bs-wrapper .bs-div:first-child {
    border-right: 1px solid rgba(171, 144, 144, 0.4);
  }
}

.gallery-section {
  padding: 40px 20px;
  text-align: center;
}

@media only screen and (min-width:1440px) {
  .gallery-section {
    padding: 60px;
  }
}

.news-section {
  border-top: 1px solid rgba(171, 144, 144, 0.4);
  padding: 30px;
  position: relative;
}

@media only screen and (min-width:1440px) {
  .news-section {
    padding: 60px;
  }
}

.news-section .ns-title {
  text-align: center;
}

@media only screen and (min-width:768px) {
  .news-section .ns-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width:1440px) {
  .news-section .ns-title {
    margin-bottom: 60px;
  }
}

.news-section .ns-title .show-more-news {
  display: none;
}

.news-section h3 {
  color: #AB9072;
  font-size: 36px;
}

@media only screen and (min-width:1440px) {
  .news-section h3 {
    font-size: 60px;
  }
}

.news-section .show-more-news {
  color: #fff;
  text-decoration: none;
  background-image: url('../images/gold-arrow.svg');
  background-repeat: no-repeat;
  background-position: 100% center;
  padding-right: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-section .show-more-news:hover {
  opacity: 0.6;
  background-position: 98% center;
}

.news-section .recent-post {
  border-bottom: 1px solid rgba(171, 144, 144, 0.4);
  padding: 20px 0 40px 0;
  position: relative;
}

@media only screen and (min-width:768px) {
  .news-section .recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 30px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width:1440px) {
  .news-section .recent-post {
    margin-left: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.news-section .recent-post .last-post-year {
  display: none;
}

@media only screen and (min-width:1440px) {
  .news-section .recent-post .last-post-year {
    display: block;
    position: absolute;
    color: #AB9072;
    font-size: 30px;
    top: 20px;
    left: -300px;
  }
}

.news-section .post-thumbnail {
  overflow: hidden;
}

@media only screen and (min-width:768px) {
  .news-section .post-thumbnail {
    margin-right: 30px;
    min-width: 300px;
  }
}

@media only screen and (min-width:1440px) {

}

.news-section .post-thumbnail a {
  overflow: hidden;
  display: block;
  background-size: cover;
  background-position: center;
  height: 260px;
  width: 100%;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}

.news-section .post-thumbnail a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (min-width:768px) {
  .news-section .post-thumbnail a {
    height: 200px;
  }
}

.news-section img {
  width: 100%;
  max-width: auto;
}

.news-section a {
  display: block;
}

.news-section h2 a {
  font-size: 24px;
  line-height: 1.2;
  color: #AB9072;
  text-decoration: none;
  margin-bottom: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news-section h2 a:hover {
  opacity: 0.6;
}

.blog .news-section h2 a {
  color: #142E59;
}

@media only screen and (min-width:1440px) {
  .news-section h2 a {
    font-size: 32px;
  }
}

.news-section p {
  color: #fff;
  opacity: 0.8;
}

@media only screen and (min-width:1024px) {
  .news-section p {
    font-size: 18px;
  }
}

.blog .news-section p {
  color: #142E59;
}

.news-section .post-meta {
  font-size: 14px;
  color: #AB9072;
  opacity: 0.8;
  text-transform: uppercase;
  margin-top: 15px;
}

.blog .news-section .post-meta {
  color: #142E59;
  opacity: 0.7;
}

.news-section .mobile-more-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0 30px 0;
}

.news-section .mobile-more-holder .show-more-news {
  max-width: 200px;
}

#wpforms-132 input,
#wpforms-132 textarea {
  background: none;
  width: 100%;
  appearance: none;
  outline: 2px;
  border-radius: 0;
  border: 1px solid #AB9072;
}

#wpforms-132 input:focus,
#wpforms-132 textarea:focus {
  outline: 0;
  border: 0;
  border: 1px solid #AB9072;
  box-shadow: none;
}

#wpforms-132 input::-webkit-input-placeholder,
#wpforms-132 textarea::-webkit-input-placeholder {
  color: #AB9072;
  opacity: 0.4;
}

#wpforms-132 input::-moz-placeholder,
#wpforms-132 textarea::-moz-placeholder {
  color: #AB9072;
  opacity: 0.4;
}

#wpforms-132 input:-ms-input-placeholder,
#wpforms-132 textarea:-ms-input-placeholder {
  color: #AB9072;
  opacity: 0.4;
}

#wpforms-132 input::placeholder,
#wpforms-132 textarea::placeholder {
  color: #AB9072;
  opacity: 0.4;
}

@media only screen and (min-width:1440px) {
  #wpforms-132 input,
  #wpforms-132 textarea {
    font-size: 26px;
  }
}

#wpforms-132 input[type="email"] {
  width: 100%;
  max-width: 100%;
  border: 0;
  border-bottom: 1px solid #AB9072;
  padding-bottom: 10px;
}

#wpforms-132 button[type="submit"] {
  background: #AB9072;
  border-radius: 0;
  padding: 15px 45px;
  height: auto;
  float: right;
}

#wpforms-132 button[type="submit"]:hover {
  background: #142E59;
}

@media only screen and (min-width:1440px) {
  #wpforms-132 textarea {
    height: 400px;
  }
}

#wpforms-132 .wpforms-confirmation-container-full {
  text-align: center;
  background: none!important;
  border: 0;
}

.box {
  width: 100px;
  height: 100px;
  background-color: red;
  margin-top: 1500px;
  /* Position it down the page */
}

.single-header {
  background: #2BA05E;
  text-align: center;
  position: relative;
}

@media only screen and (min-width:1024px) {

}

@media only screen and (min-width:1440px) {

}

@media only screen and (min-width:1024px) {
  .single-header::after {
    content: "";
    display: block;
    height: 20px;
    width: 100%;
    max-width: 1040px;
    position: absolute;
    right: -600px;
    bottom: -10px;
    background-color: #EEF4F0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.single-header h1 {
  color: white;
  font-size: 22px;
  font-weight: bold;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width:768px) {
  .single-header h1 {
    font-size: 40px;
  }
}

.single-header .entry-meta {
  color: #2BA05E;
}

.single-header .entry-meta * {
  font-size: 14px;
}

.single-header .entry-meta a {
  color: #2BA05E;
  text-decoration: none;
}

.single-article .thumbnail-description {
  font-size: 14px;
  color: black;
  opacity: 0.5;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.single-article .excerpt {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (min-width:768px) {
  .single-article .excerpt {
    margin-bottom: 20px;
  }
}

.single-article blockquote {
  border-left: 5px solid #2BA05E;
  padding-left: 20px;
  margin: 10px 0;
  font-style: italic;
}

@media only screen and (min-width:1440px) {
  .single-article blockquote {
    margin: 30px 0;
    max-width: 90%;
  }
}

.single-article .post-thumbnail {
  text-align: center;
}

.single-article .post-thumbnail img {
  width: 100%;
  max-width: 1000px;
}

.single-article .entry-footer {
  font-size: 14px;
  color: black;
  margin: 20px 0;
}

.single-article .entry-footer a {
  color: black;
}

.single-article .entry-footer span {
  margin-right: 10px;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide img {
  display: block;
}

.slick-loading.slick-slide img {
  display: none;
}

.dragging.slick-slide img {
  pointer-events: none;
}

/* Arrows */

.slick-arrow {
  position: absolute;
  display: block;
  height: 100%;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 0;
  padding: 0;
  border: none;
  outline: none;
  z-index: 3;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow:hover,
.slick-arrow:focus {
  outline: none;
  background: transparent;
}

.slick-arrow:hover:before,
.slick-arrow:focus:before {
  opacity: 1;
}

.slick-arrow:before {
  content: '';
  position: absolute;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  width: 20px;
  height: 20px;
  -webkit-transform-origin: 10px 10px;
  -ms-transform-origin: 10px 10px;
  transform-origin: 10px 10px;
  top: 50%;
  margin: -10px 19px;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.slick-disabled.slick-arrow:before {
  opacity: .3;
}

.slick-prev {
  left: 0;
}

.slick-prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-next:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 40px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots .slick-active button:hover:before,
.slick-dots .slick-active button:focus:before {
  opacity: 1;
}

.slick-dots .slick-active button:before {
  opacity: 1;
}

.slick-dots button {
  display: none;
  background: none;
  border: 0;
  color: transparent;
  display: block;
  height: 8px;
  width: 8px;
  padding: 0;
  cursor: pointer;
  outline: 0;
}

.slick-dots button:hover,
.slick-dots button:focus {
  outline: none;
}

.slick-dots button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  margin: -6px;
  border-radius: 12px;
  opacity: .5;
  background: #AB9072;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  border: 1px solid #AB9072;
}

.btn {
  font-size: 15px;
  padding: 8px 15px;
  text-decoration: none;
  display: inline-block;
  border-radius: 50px;
}

@media only screen and (min-width:1024px) {
  .btn {
    font-size: 18px;
    padding: 12px 20px;
  }
}

.btn.btn-green {
  background: #2BA05E;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.btn-green:hover {
  background: white;
  color: #053623;
}

.btn.btn-outlined {
  border: 1px solid white;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.btn-outlined:hover {
  background: white;
  color: #053623;
}

.btn.btn-white {
  background: white;
}

/*
@import "site/default/header";
@import "site/default/footer";

@import "site/default/main";
*/

@media print {
  /* Print */

  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

@page {
    margin: 0.5cm;
}

  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  pre,
  blockquote {
    border: 1px solid #ddd;
    page-break-inside: avoid;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }
}

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