@import url('https://fonts.googleapis.com/css?family=Rubik:300&display=swap');
html {
  height: 100%;
}
body {
  font-size: 0;
  font-family: 'Rubik', sans-serif;
  color: #454747;
}
a {
  text-decoration: none;
}
.home {
  background: #a47306 url(content/home.jpg) center no-repeat;
  background-size: cover;
}
.load {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #a47306;
  z-index: 99;
}
.load img {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translatey(-50%);
}
.home .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(164, 115, 6, 0.5);
  width: 600px;
  padding: 100px;
  max-width: 100%;
  box-sizing: border-box;
}
.home .main img {
  width: 100%;
}
.logo {
  position: absolute;
  left: 0;
  padding: 10px 30px 0 50px;
  top: 0;
  z-index: 2;
}
.home .logo {
  display: none;
}
.logo img {
  width: 200px;
}
.menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-left: 10px;
  box-sizing: border-box;
  background: rgba(164, 115, 6, .6);
  width: 100%;
  text-align: center;
}
.home .menu {
  background: none;
}
.menu a {
  font-size: 16px;
  color: white;
  display: inline-block;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.menu a:hover, .active {
  opacity: .7;
}
.photo {
  background: #a47306 url(content/about.jpg) center no-repeat;
  background-size: cover;
  width: 50vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.about .main {
  width: 50vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
}
.about .inner {
  padding: 100px 70px 70px;
  display: inline-block;
  box-sizing: border-box;
}
.wpcf7-response-output {
    font-size: initial;
    border: 0!important;
}
.grecaptcha-badge, .ajax-loader, .wpcf7-spinner {display:none!important;}
@media (min-height: 700px) {
  .about .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 630px;
  }
}
p {
  font-size: 16px;
  line-height: 150%;
  margin: 10px auto;
}
.about p {
  font-size: 15px;
}
.learning p {
  font-size: 15px;
}
p.h1 {
  color: #a47306;
  font-size: 19px;
  margin: 0;
}
.about p {
  font-size: 16px;
}
p.h1 {
  font-size: 21px;
}
.about .quote {
  color: #a47306;
  font-style: italic;
  text-align: center;
  display: block;
  margin-top: 20px;
}
.learning, .contact, .testimonials {
  background: #a47306 url(content/learning.jpg) center no-repeat fixed;
  background-size: cover;
}
.learning .main, .contact .main, .testimonials .main {
  display: block;
  background: white;
  margin: 120px 50px 50px;
  padding: 30px;
}
.testimonials .main {
  padding: 50px;
}
.contact {
  text-align: center;
}
.contact .main {
  width: 1000px;
  display: inline-block;
  max-width: calc(100% - 100px);
  box-sizing: border-box;
}
form {
  width: 500px;
  display: inline-block;
  margin: 20px 0 10px;
}
input, textarea, button {
  outline: none;
  font: inherit;
  font-size: 16px;
  border: solid 1px #cecece;
  padding: 15px;
  margin: 10px 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
textarea {
  height: 200px;
}
input[type=submit] {
  width: 200px;
  padding: 15px;
  background: #a47306;
  color: white;
  border: none;
}
input[type=submit]:hover {
  background: #966800;
}
label {
  display: block;
}
.screen-reader-response {
  display: none;
}
button:hover, input:focus, textarea:focus {
  border-color: #a47306;
}
.learning .wrap {
  display: inline-block;
  width: 25%;
  padding: 20px;
  vertical-align: top;
  box-sizing: border-box;
}
.learning .h1, .testimonials .h1 {
  color: #a47306;
  font-size: 20px;
  text-transform: uppercase;
}
.testimonials .h1 {
  margin-top: 20px;
  display: block;
}
.quote {
  font-style: italic;
}
.h2 {
  font-size: 20px;
  color: #a47306;
}
.event p {
  margin: 10px 0 20px;
}
.button {
  color: #a47306;
  font-size: 15px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 1px;
  cursor: pointer;
}
.button:hover {
  color: #454747;
}
.more {
  display: none;
}
.border {
  position: absolute;
  width: calc(100% - 20px);
  background: white;
  height: calc(100% - 20px);
  margin: 10px;
}
.open .more {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a47306 url(content/learning.jpg) center no-repeat fixed;
  z-index: 2;
  background-size: cover;
}
.close {
  padding-bottom: 10px;
  margin: 30px;
}
.more .h1 {
  display: block;
}
.more .h2 {
  display: block;
  margin: 20px 0 10px;
  font-size: 15px;
}
.more .inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.more .wrap {
  width: 250px;
  text-align: left;
  padding: 20px 0;
}
ul {
  font-size: 15px;
  list-style: none;
  padding: 0;
}
li {
  position: relative;
  padding-left: 15px;
  line-height: 150%;
}
li:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #454747;
  top: 50%;
  left: 0;
}
.slider {
  font-size: 16px;
  display: block;
  height: 200px;
  position: relative;
  line-height: 150%;
  font-style: italic;
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
}
.prev, .next {
  font-size: 16px;
  position: absolute;
  padding: 100px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  background: url(content/prev.svg) no-repeat center;
  background-size: 10px;
}
.prev {
  left: 0;
}
.next {
  right: 0;
  background-image: url(content/next.svg);
}
.rslides_nav {
  font-size: 16px;
}
.rslides1_on {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intro {
  max-width: 720px;
  margin: 30px auto 20px;
  font-size: 18px;
}
.contact .main a {
  font-size: 18px;
  color: #a47306;
  padding: 10px;
  display: block;
}
svg {
  width: 20px;
  vertical-align: -2px;
  margin-right: 15px;
}
path {
  fill: #a47306;
}
.contact .main a:hover {
  color: #454747;
}
.contact .main a:hover path {
  fill: #454747;
}
.bg {
  display: none;
}
.wpcf7-mail-sent-ok {
  font-size: 16px;
}
@media (min-width: 1390px) {
  .hide {
    display: none;
  }
}
@media (max-width: 1000px) {
  body {
    margin: 0;
    padding-bottom: 1px;
  }
  .photo {
    width: 100%;
    height: 100vw;
    position: relative;
    display: block;
  }
  .about .main {
    position: relative;
  }
  .about .inner {
    position: relative;
    transform: none;
    width: 100%;
    left: initial;
    padding: 50px;
  }
  .logo {
    padding: 8px 0 0 15px;
  }
  .menu {
    text-align: right;
  }
  .home .menu {
    text-align: center;
  }
  .learning .wrap {
    width: 50%;
  }
  .more .h1 {
    margin-bottom: 10px;
  }
  .more .wrap {
    display: block;
    margin: auto;
    padding-bottom: 0;
    width: 250px;
  }
  .more .h2 {
    margin-top: 0;
  }
  ul {
    margin: 0;
  }
  .more p {
    margin: 20px 0;
  }
}
@media (max-width: 750px) {
  .menu a {
    padding: 20px 10px;
    font-size: 14px;
  }
  .learning, .testimonials, .contact {
    background: #a47306
  }
  .bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .bg img {
    width: 100%;
  }
  .grad {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(164, 115, 6, 1) 0%, rgba(164, 115, 6, 0) 100%);
  }
  .more .inner {
    position: relative;
    transform: none;
    display: block;
    top: 0;
    box-sizing: border-box;
  }
  .open .more {
    background: #a47306;
    overflow: scroll;
  }
  .border {
    height: auto;
  }
  .more .button {
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .menu {
    position: relative;
    display: block;
    padding: 10px;
    text-align: center;
  }
  .menu a {
    letter-spacing: 0;
    padding: 6px;
	margin-top: 65px;
    font-size: 13px;
  }
  .logo {
    padding: 20px 0 0;
    left: 50%;
    transform: translatex(-50%);
  }
  .home .menu a {
    margin-top: 10px;
  }
  .learning .main, .contact .main, .testimonials .main {
    margin: 0;
    padding: 20px;
  }
  .home .main {
    padding: 70px 30px;
  }
  .about .inner {
    padding: 30px 20px;
  }
  .learning, .contact, .testimonials {
    background: #a47306;
  }
  .learning .wrap {
    width: 100%;
    padding: 20px 0;
  }
  .hide {
    display: none;
  }
  .close {
    margin: 20px;
  }
  .more .wrap {
    width: 90%;
  }
  .contact .main {
    padding: 10px;
    max-width: 100%;
  }
  form {
    max-width: 100%;
  }
  input, textarea {
    margin-bottom: 0;
  }
}
@media (max-width: 750px) and (orientation: landscape) {
  .home .main {
    width: 60%;
    padding: 50px;
  }
}