@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiYA.ttf) format('truetype');
}
html {
  width: 100%;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #424242;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}
h1 {
  font-size: 3rem;
  margin: 0 0 1rem 0;
}
h2 {
  font-size: 2rem;
  margin: 0 0 1rem 0;
}
h3 {
  font-size: 1.75rem;
  margin: 0 0 1rem 0;
}
h4 {
  font-size: 1.5rem;
  margin: 1rem 0;
  padding-bottom: 1rem;
  position: relative;
}
h4:after {
  content: '';
  width: 4rem;
  height: 1px;
  background: #cdcdcd;
  position: absolute;
  bottom: 0;
  left: calc(50% - 2rem);
}
h5 {
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
}
h6 {
  font-size: 1rem;
  margin: 0 0 1rem 0;
}
a {
  color: #0088cc;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a.anchor-target {
  display: inline-block;
}
a:focus {
  outline: none;
  text-decoration: underline;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
img {
  display: inline-block;
  max-width: 100%;
}
iframe {
  max-width: 100%;
}
header {
  background-color: #999999;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header__logo {
  display: inline-block;
}
header .header__nav {
  display: inline-block;
  position: relative;
}
header .header__nav:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #cdcdcd;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
header .header__nav ul {
  margin: 0;
  padding: 0;
  display: block;
}
header .header__nav ul li {
  display: inline-block;
  margin: 0 0.5rem;
}
header .header__nav ul li a {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #424242;
}
header .header__nav ul li a:hover,
header .header__nav ul li a.is-active {
  color: #a0ce4e;
}
header .header__nav ul li a:focus {
  text-decoration: underline;
}
header .header__nav-indicator {
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  background-color: #a0ce4e;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0;
  bottom: -1.375rem;
  z-index: 1;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
.banner {
  float: left;
  width: 100%;
  display: block;
  border-top: 0.5rem solid #fff;
}
.banner__slide {
  display: block;
}
.tns-outer button {
  display: none;
}
article {
  display: block;
  clear: both;
}
article.menu {
  text-align: center;
  background: url('assets/swirl.png'), #fff;
  background-repeat: repeat;
  background-size: 72px;
}
article.contact .article__content > .container {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
article.contact .article__content .contact__info {
  display: inline-block;
  width: 100%;
  max-width: 40%;
}
article.contact .article__content .contact__map {
  display: inline-block;
  width: 100%;
  max-width: 60%;
}
.article__header {
  background-color: #e0e0e0;
  padding: 2rem 0 4rem 0;
  margin-bottom: 4rem;
  text-align: center;
  position: relative;
}
.article__header:after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #a0ce4e;
  border: 6px solid #e0e0e0;
  position: absolute;
  bottom: calc(-1.25rem + 3px);
  left: calc(50% - 0.75rem);
  z-index: 0;
}
.article__header h2 {
  font-size: 3.5rem;
  line-height: 1;
  position: relative;
}
.article__header h2:after {
  content: '';
  width: 4rem;
  height: 1px;
  background-color: #424242;
  position: absolute;
  bottom: -1.5rem;
  left: calc(50% - 2rem);
}
.article__content {
  padding-bottom: 3rem;
}
.article__grid {
  margin: 0 auto;
  width: 100%;
}
.article__grid .grid-gallery {
  position: relative;
}
.article__grid .grid-gallery img {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .article__grid .grid-gallery img[data-mobile-hide] {
    display: none;
  }
}
.article__grid .container:nth-child(2) {
  padding-bottom: 24px;
  padding-top: 24px;
  text-align: right;
}
footer {
  padding: 2rem 0;
  text-align: right;
}
/* [ BREAKPOINTS ] ----------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  article.contact .article__content > .container {
    display: block;
  }
  article.contact .article__content .contact__info {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  article.contact .article__content .contact__map {
    max-width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  header {
    padding-bottom: 2.5rem;
  }
  header > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
