@import url(//fonts.googleapis.com/css?family=Quicksand:400,700);
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
.row {
  clear: both;
}

[class^='col-'] {
  float: left;
  display: block;
  min-height: 1px;
}
[class^='col-'].p-5 {
  padding: 0 5px;
}
[class^='col-'].p-10 {
  padding: 0 10px;
}
[class^='col-'].p-15 {
  padding: 0 15px;
}
[class^='col-'].pl-5 {
  padding-left: 5px;
}
[class^='col-'].pl-10 {
  padding-left: 10px;
}
[class^='col-'].pl-15 {
  padding-left: 15px;
}
[class^='col-'].pr-5 {
  padding-right: 5px;
}
[class^='col-'].pr-10 {
  padding-right: 10px;
}
[class^='col-'].pr-15 {
  padding-right: 15px;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

@media (max-width: 989px) {
  [class^='col-'] {
    float: none;
    width: 100% !important;
    clear: both;
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #595959;
}

a {
  color: #595959;
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out 0s;
  -o-transition: color 0.2s ease-in-out 0s;
  -webkit-transition: color 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: color 0.2s ease-in-out 0s;
}
a:hover {
  color: #b0cd50;
}
a img {
  border: 0;
}

.h1, .h2, .h3,
h1, h2, h3 {
  color: #E70000;
  font-size: 21px;
  font-weight: 400;
  font-family: 'Quicksand', sans-serif;
  margin: 0 0 5px;
}
h1 a, h2 a, h3 a {
  color: #E70000;
}

h3.black {
    color: #000;
}

input[type='radio'],
input[type='checkbox'] {
  margin: 0;
}

input[type='text'],
input[type='password'],
input[type='submit'],
input[type='button'],
textarea,
select {
  width: 100%;
  margin: 0;
  padding: 8px 10px;
  font-size: 14px;
  font-family: Arial;
  border: 4px solid #f1f1f1;
  background-color: #fff;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.2s ease-in-out 0s;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='submit']:focus,
input[type='button']:focus,
textarea:focus,
select:focus {
  border-color: #ccc;
}

textarea {
  min-height: 100px;
}

select {
  padding: 6px 10px;
}

input[type='submit'],
input[type='button'] {
  color: #595959;
  font-size: 16px;
  cursor: pointer;
  background-color: #b9d35a;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.2s ease-in-out 0s;
}
input[type='submit']:hover,
input[type='button']:hover {
  color: #fff;
  background-color: #647b3b;
}

.default-form label {
  display: block;
  margin-bottom: 5px;
}
.default-form label > span {
  display: block;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.link {
  cursor: pointer;
}
.link.hover {
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.link.hover:hover {
  color: #b0cd50;
}

.hidden {
  display: none;
}

.btn {
  display: inline-block;
  color: #fff;
  line-height: 1.1;
  padding: 16px 10px;
  cursor: pointer;
  background-color: #414141;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  background-color: #494949;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background-color: rgba(245, 245, 245, 0.8);
  z-index: 2;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.2s ease-in-out 0s;
}
header.content-area {
  background-color: whitesmoke;
}
header .logo {
  position: absolute;
  top: 5px;
  left: 15px;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.2s ease-in-out 0s;
}
header .logo img {
  height: 55px;
}
header .nav-open-close {
  position: absolute;
  top: 0;
  right: 10px;
  display: none;
  font-size: 18px;
  line-height: 70px;
  text-transform: uppercase;
  cursor: pointer;
}
header .nav {
  font-size: 0;
  margin: 0 0 0 180px;
  padding: 0;
}
header .nav li {
  display: inline-block;
  font-size: 14px;
  padding: 0;
  margin-right: 2px;
}
header .nav li:hover a, header .nav li.active a {
  color: #fff;
  background-color: #525252;
}
header .nav li:hover ul {
  display: block;
  -moz-animation: subnavigation 0.2s 1;
  -webkit-animation: subnavigation 0.2s 1;
  animation: subnavigation 0.2s 1;
}
header .nav li a {
  display: inline-block;
  padding: 27px 18px;
  text-transform: uppercase;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.1s ease-in-out 0s;
}
header .nav li ul {
  position: absolute;
  top: 70px;
  padding: 0;
  display: none;
  background-color: #525252;
}
header .nav li ul li {
  display: block;
  margin-right: 0;
}
header .nav li ul li a {
  display: block;
  color: #fff;
  padding: 10px 18px;
}
header .nav li ul li a:hover {
  color: #525252;
  background-color: whitesmoke;
}

.page-image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-image .teasers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
  white-space: nowrap;
}
.page-image .teasers .image {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.page-image .teasers img {
  width: 100%;
  will-change: margin;
}
.page-image .text {
  position: relative;
  display: none;
  color: rgba(0, 0, 0, 0.75);
  font-size: 30px;
  font-family: 'Quicksand', sans-serif;
  line-height: 1.1;
  text-align: center;
  padding: 20px 25px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  text-shadow: 0 0 8px #fff;
  -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
}
.page-image .text h1 {
  display: inline;
  color: rgba(0, 0, 0, 0.75);
}
.page-image .text span {
  font-size: 50px;
}
.page-image .text .btn {
  font-size: 1rem;
  text-shadow: none;
  margin: 10px;
}
.page-image .fa-chevron-down {
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  margin-left: -34px;
  text-align: center;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
  border: 4px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.4);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
  -moz-transition: background-color 0.2s ease-in-out 0s;
  -o-transition: background-color 0.2s ease-in-out 0s;
  -webkit-transition: background-color 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: background-color 0.2s ease-in-out 0s;
}
.page-image .fa-chevron-down:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.page-image .fa-chevron-down.jump {
  -moz-animation: jump 1.2s infinite;
  -webkit-animation: jump 1.2s infinite;
  animation: jump 1.2s infinite;
}

.bg-divider.sticky,
.secondary-teaser {
  width: 100%;
  height: 430px;
  background-position: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.bg-divider.sticky .text,
.secondary-teaser .text {
  position: relative;
  color: rgba(0, 0, 0, 0.75);
  font-size: 30px;
  font-family: 'Quicksand', sans-serif;
  line-height: 1.1;
  text-align: center;
  padding: 20px 25px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  text-shadow: 0 0 8px #fff;
  -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
}
.bg-divider.sticky .text h1,
.secondary-teaser .text h1 {
  display: inline;
  color: rgba(0, 0, 0, 0.75);
}
.bg-divider.sticky .text span,
.secondary-teaser .text span {
  font-size: 50px;
}

.container {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

.content {
  position: absolute;
  top: 100%;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  padding-bottom: 132px;
  background-color: #fff;
  z-index: 1;
}
.content .page-image-text,
.content .page-image-replacement {
  display: none;
}
.content .content-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.content .content-wrapper .col-3 {
  position: relative;
}
.content .content-wrapper .col-3 .text {
  position: absolute;
  top: 200px;
  width: 295px;
  font-size: 12px;
  padding: 10px 12px;
  background-color: rgba(255, 255, 255, 0.8);
}
.content .content-wrapper .col-3 .text h1 {
  font-size: 14px;
}
.content .sticky-wrapper {
  position: relative;
  clear: both;
  background-color: #fff;
}
.content .bg-divider {
  background-color: #e0e0e0;
  background-position: center;
}
.content .bg-divider.text-block {
  height: auto;
  color: initial;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  line-height: initial;
  text-align: left;
  text-transform: none;
  text-shadow: none;
}
.content .bg-divider.text-block h1, .content .bg-divider.text-block h2, .content .bg-divider.text-block h3 {
  color: #E70000;
  font-size: 21px;
  margin: 0 0 5px;
}
.content .bg-divider.text-block.last {
    float: none;
}
.content .bg-divider.sticky.fixed {
  position: fixed;
  top: 70px;
  z-index: -1;
}
.content .bg-divider.sticky.fixed + .sticky-wrapper {
  margin-top: 430px;
}
/*.content .bg-divider h1, .content .bg-divider h2, .content .bg-divider h3 {
  color: rgba(255, 255, 255, 0.85);
  font-size: 6.5vw;
  margin: 0;
}*/
.content footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 132px;
  color: #fff;
  padding-top: 25px;
  background-color: #525252;
  text-transform: uppercase;
}
.content footer nav {
  text-align: right;
}
.content footer nav ul {
  margin: 0;
  padding: 0;
}
.content footer nav ul li {
  display: inline-block;
}
.content footer nav ul li a {
  color: #fff;
  margin: 0 10px;
}

@media (max-width: 989px) {
  h1, h2, h3 {
    margin-top: 20px;
  }

  header .logo {
    left: 10px;
  }
  header .nav-open-close {
    display: block;
  }
  header .nav {
    position: absolute;
    top: 70px;
    width: 100%;
    margin: 0;
    display: none;
    background-color: #fff;
  }
  header .nav li {
    display: block;
    margin-right: 0;
  }
  header .nav li:hover ul, header .nav li.active ul {
    display: none;
  }
  header .nav li a {
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  header .nav li ul {
    display: none;
  }

  .container {
    width: 100%;
  }

  .content .container {
    padding: inherit 15px;
  }
  .content .container img {
    max-width: 100%;
  }
  .content .container [class^='col-']:first-of-type h1, .content .container [class^='col-']:first-of-type h2, .content .container [class^='col-']:first-of-type h3 {
    margin-top: 0;
  }
  .content .container .col-3 {
    text-align: left;
  }
  .content .container .col-3 h1,
  .content .container .col-3 .wrapper {
    margin-left: 0;
  }
  .content .container .subnavigation {
    text-align: left;
  }
  .content .container .subnavigation .item:last-of-type {
    margin-right: 15px;
  }
  .content .bg-divider {
    height: 200px;
    background-size: cover;
  }
  .content .bg-divider.sticky.fixed + .sticky-wrapper {
    margin-top: 200px;
  }
  .content .bg-divider h2 {
    line-height: 300px;
  }
}
@media (max-width: 759px) {
  .page-image .text {
    font-size: 5vw;
  }
  .page-image .text span {
    font-size: 8vw;
  }
}
/******* Animations *******/
@-moz-keyframes jump {
  0% {
    margin-bottom: -5px;
  }
  50% {
    margin-bottom: 5px;
  }
  100% {
    margin-bottom: -5px;
  }
}
@-webkit-keyframes jump {
  0% {
    margin-bottom: -5px;
  }
  50% {
    margin-bottom: 5px;
  }
  100% {
    margin-bottom: -5px;
  }
}
@keyframes jump {
  0% {
    margin-bottom: -5px;
  }
  50% {
    margin-bottom: 5px;
  }
  100% {
    margin-bottom: -5px;
  }
}
@-moz-keyframes subnavigation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes subnavigation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes subnavigation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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