*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: #fff;
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 15px;
  font-weight: normal;
  color: #111;
}
p {
  line-height: 25px;
}
.row img {
  height: auto;
}
a {
  text-decoration: none;
  line-height: inherit;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  color: #111;
  cursor: pointer;
}
a:hover {
  color: #02646d;
}
iframe {
  border: 0 !important;
}
figure {
  margin: 0;
}
/* Layout Elements */
section {
  clear: both;
  overflow: hidden;
}
/* Rows and Columns */
.row {
  max-width: 1245px;
  margin: 0 auto;
  padding: 15px;
  position: relative;
}
section .row {
  padding: 75px 15px;
}
.no-padding-bottom .row,
.no-padding-bottom.row {
  padding-bottom: 0;
}
.no-padding-top.row {
  padding-top: 0;
}
.big-padding-top {
  padding-top: 75px !important;
}
.big-padding-bottom {
  padding-bottom: 85px !important;
}
.large-text {
  font-size: 20px;
}
/* Targets all elements */
[class*='col-'] {
  float: left;
  padding: 10px;
}
/* Clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/* Main Widths */
.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.33%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}
.col-6 {
  width: 16.66666667%;
}
.col-7 {
  width: 14.28571429%;
}
.col-8 {
  width: 12.5%;
}
.col-9 {
  width: 11.11111111%;
}
.col-10 {
  width: 10%;
}
.col-11 {
  width: 9.09090909%;
}
.col-12 {
  width: 8.33%;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}
.col-3-4 {
  width: 75%;
}
.col-9-10 {
  width: 90%;
}
/* Golden Ratio */
.col-61 {
  width: 61.8%;
}
.col-38 {
  width: 38.2%;
}
/*------------------------------------------------------------------------------------------*/
/* 3. Fonts */
/*------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  color: #111;
  font-weight: 400;
}
h1 {
  padding: 20px 0;
  font-weight: 800;
  font-size: 62px;
  line-height: 60px;
  color: #82266e;
}
h2 {
  padding: 14px 0;
}
h3 {
  padding: 10px 0;
  font-weight: 700;
}
h4 {
  padding: 7px 0;
  font-weight: 400;
}
h5 {
  padding: 7px 0;
  font-weight: 400;
}
h6 {
  padding: 7px 0;
  font-weight: 400;
}
.important-text {
  font-weight: 600;
}
/* Text Alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* ----------Default Buttons---------- */
/* Button Color */
.button,
input[type="submit"] {
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #ffffff;
  border-radius: 10px;
  color: #ffffff;
  background-color: #02646d;
}
.button:hover,
input[type="submit"]:hover {
  color: #02646d;
  background-color: #c7d30a;
}
/* Input Elements */
input,
textarea {
  border: 1px solid #e1e1e1;
  padding: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 3px;
}
input {
  height: 40px;
  margin: 3px 0;
  outline: none;
  line-height: normal;
  font-size: 14px;
}
input[type="submit"] {
  cursor: pointer;
  border-style: solid;
  border-width: 2px;
  padding-top: 0;
  padding-bottom: 0;
}
select {
  border: 1px solid #e1e1e1;
  height: 40px;
  padding: 5px;
}
input:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
*:focus {
  outline: none;
}
.secondary-background-color {
  background-color: #f5f5f5;
}
.icon i {
  color: #c7d30a;
}
/* Logo */
#logo {
  float: left;
  height: 71px;
  line-height: 66px;
  margin-right: 15px;
}
#logo h1,
#logo h2 {
  display: inline-block;
}
#logo h2 {
  font-size: 18px;
  padding: 0;
}
#logo img {
  max-height: 75px;
  vertical-align: middle;
  margin-right: 15px;
}
#navigation-logo {
  display: none;
}
.nav-solid #logo #banner-logo {
  display: none;
}
.nav-solid #logo #navigation-logo {
  display: inline-block;
}
/* Buttons */
.call-to-action {
  padding: 35px 0 35px 0;
}
/*Style*/
.button {
  font-size: 16px;
  margin: 35px 0;
  padding: 11px 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  border: 2px solid transparent;
}
/* Navigation */
#header {
  font-size: 13px;
  overflow: visible;
  z-index: 9998;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #ffffffed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#header .content {
  max-width: 1245px;
  width: 100%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 0 15px;
}
#header .main-navigation {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  margin-top: 10px;
}
#header aside {
  float: right;
}
#header nav ul {
  text-transform: uppercase;
}
#header nav a {
  height: 50px;
  line-height: 50px;
  display: block;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 600;
}
#header.nav-solid {
  background: #fff;
  -webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
  position: fixed !important;
  left: 0;
  color: #333;
}
#header.nav-solid [class*='col-'] {
  padding: 0 20px;
}
#header.nav-solid.active {
  color: #c7d30a;
  border-color: #c7d30a;
}
#header.nav-solid a {
  border-bottom: 3px solid;
  border-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #333;
}
#header.nav-solid a:hover {
  opacity: 1;
}
/* Responsive Nav Styling */
#nav-trigger {
  display: none;
  width: 28px;
  height: 60px;
  float: right;
  text-align: right;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-trigger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #02646d;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  margin-top: 7px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-trigger span:nth-child(1) {
  top: 0px;
}
#nav-trigger span:nth-child(2),
#nav-trigger span:nth-child(3) {
  top: 14px;
}
#nav-trigger span:nth-child(4) {
  top: 28px;
}
#nav-trigger.open span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%;
}
#nav-trigger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
#nav-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
#nav-trigger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
nav li {
  display: inline-block;
  list-style: none;
  margin: 0;
}
nav.open {
  position: relative;
  clear: both;
}
nav.open ul {
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
}
nav.open ul:after {
  display: none;
}
nav.open li {
  display: block;
  margin: 0 20px;
  float: none;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}
nav.open li:last-child {
  border-bottom: none;
}
nav.open a {
  padding: 12px 0;
  color: #333;
  width: 100%;
  height: auto;
  line-height: normal;
  display: block;
  border-bottom: none !important;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.open a:hover {
  background: #fafafa;
  opacity: 1;
}
.nav-solid nav#nav-mobile li {
  border-top: 1px solid #e1e1e1;
  border-bottom: none;
}
.features-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.features-part .description-part {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
.features-part .description-part h4 {
  font-weight: 700;
  padding-top: 0;
  font-size: 22px;
  color: #26717a;
}
/* --------- 2.6 Images ---------- */
/*Alignment*/
img {
  vertical-align: top;
}
.image-center {
  display: block;
  margin: 0 auto;
}
a img {
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
a img:hover {
  opacity: 0.7;
}
/* Section Headings */
.section-title {
  font-size: 34px;
  font-weight: 600;
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-subtitle {
  font-size: 18px;
  padding-top: 0;
}
.section-heading {
  padding: 0 0 15px 0;
}
.section-heading h2:after {
  background: #c7d30a;
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  margin-top: 30px;
}
.features-list .section-heading h2:after {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.features-list .reversed .section-heading h2:after {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.section-heading h3 {
  font-size: 14px;
  font-weight: bold;
  color: #ccc;
  letter-spacing: 2px;
  padding-bottom: 0;
  text-align: center;
}
.text-center .section-heading h2:after {
  margin: 30px auto 25px auto;
}
/* 4. Banner */
#banner {
  background: #eaeaea;
}
#banner .mobile-cover {
  display: none;
  padding: 15px;
}
#banner .mobile-cover img {
  max-width: 100%;
}
#banner .section-heading {
  padding: 75px 0 15px 0;
}
#banner .section-heading:before {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  margin-top: 30px;
  background: #c7d30a;
}
#banner .button {
  font-size: 16px;
  border-color: #f5f5f5;
}
#banner h1 {
  padding-top: 5%;
}
#banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#banner-content .left-side {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 470px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 470px;
          flex: 0 0 470px;
}
#banner-content .right-side {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#banner-content .row {
  padding-top: 60px;
  padding-bottom: 100px;
}
/* Parrallax */
.banner-parallax-1,
.banner-parallax-2,
.banner-parallax-3 {
  min-height: 350px;
}
.features div:nth-child(4) {
  clear: both;
}
.feature {
  padding: 0 5px;
}
.features-list .main-part {
  padding: 0 15px;
}
#gallery img {
  max-height: 300px;
}
#gallery [class*='col-'] {
  padding: 0;
}
#gallery a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#gallery a:hover img {
  opacity: 0.15;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
#gallery a:before {
  font-size: 2.2em;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  content: "+";
  width: 70px;
  height: 70px;
  border-radius: 100em;
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  line-height: 72px;
  margin: -35px 0 0 -35px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#gallery a:hover:before {
  opacity: 1;
  top: 50%;
  left: 50%;
}
/* Pricing Table */
.pricing-block-content {
  background: #fff;
  padding: 25px 0 25px 0;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  border: 10px solid #fff;
  border-radius: 10px;
}
.pricing-block ul {
  list-style: none;
  margin: 25px 0 25px 0;
}
.pricing-block li {
  padding: 14px 5px;
  font-size: 14px;
  border-bottom: 1px dotted #e1e1e1;
}
.pricing-block li.unavailable {
  text-decoration: line-through;
  color: #c5c5be;
}
.pricing-block li.important {
  font-weight: 600;
}
.pricing-block li:last-of-type {
  border: none;
}
.pricing-block h3 {
  font-size: 17px;
  text-transform: uppercase;
  padding-bottom: 0;
}
.pricing-sub {
  font-style: italic;
  color: #111;
  margin: 15px 0 15px 0;
  min-height: 55px;
}
.pricing {
  background: #f5f5f5;
  padding: 25px 10px;
  position: relative;
  border-radius: 10px;
}
.pricing p {
  font-style: italic;
  color: #b4b4b4;
  line-height: auto;
  margin: 0;
}
.featured .pricing {
  background-color: #02646d;
  color: #fff;
}
.featured .pricing p {
  color: #fff;
}
.price {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  position: relative;
}
.price span {
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 22px;
}
/* 7. Footer */
#landing-footer {
  clear: both;
  font-size: 13px;
  font-weight: normal;
}
#landing-footer .row {
  padding: 0;
}
#landing-footer p,
#landing-footer a {
  font-size: 13px;
}
#landing-footer .footer-item {
  margin: 20px;
  display: inline-block;
}
a.termsAndCondsLink {
  display: block;
  padding: 30px 30px 0;
  font-weight: 600;
  font-size: 20px;
}
.general {
  margin-bottom: 50px;
}
.privacy-text {
  text-align: left;
  line-height: 25px;
}
.privacy-text h2 {
  margin-top: 40px;
}
.privacy-text h3 {
  margin-top: 20px;
}
.privacy-text ul,
.privacy-text ol {
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.privacy-text .shortDescription {
  padding-bottom: 20px;
}
.description-part img {
  max-width: 100%;
}
/* Media Queries for Nav
===============================*/
@media all and (max-width: 1024px) {
  #nav-trigger {
    display: block;
  }
  nav#nav-main {
    display: block;
    position: absolute;
    top: -1000px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  nav#nav-main.open {
    position: relative;
    top: 0;
    display: block;
    opacity: 1;
  }
  nav#nav-mobile {
    display: block;
  }
  nav#nav-mobile li {
    display: block;
  }
  #header aside {
    display: none;
  }
  #header {
    position: relative;
    top: 0;
  }
  #header .row {
    padding: 0 15px !important;
  }
  #header.nav-solid [class*="col-"] {
    padding: 0;
  }
  #banner {
    text-align: center;
  }
  #banner .section-heading:before {
    margin: auto;
  }
  #banner .mobile-cover {
    display: block;
  }
  #banner #banner-content .left-side {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  #banner #banner-content .right-side {
    display: none;
  }
  #banner #banner-content .section-heading {
    padding: 0px 10px;
  }
  #wrapper {
    margin: 0;
    padding: 0;
  }
  .features-list .features-part,
  .introduction .features-part {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features-list .features-part .description-part,
  .introduction .features-part .description-part {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .features-list .reversed .features-part,
  .introduction .reversed .features-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-border {
    display: none;
  }
  .row {
    padding: 0 15px !important;
    width: 100%;
  }
  .button {
    margin: 15px 0;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-1-3,
  .col-2-3,
  .col-3-4,
  .col-9-10,
  .col-61,
  .col-38 {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  #logo h2 {
    padding: 0;
  }
  #banner-content.row {
    padding-top: 45px !important;
  }
  /*-----------------Sections-----------------*/
  section {
    text-align: center;
    padding-top: 40px;
  }
  /* Call to Action*/
  .call-to-action {
    padding-bottom: 25px;
  }
  .section-heading h2:after,
  .text-center .section-heading h2:after {
    margin: 30px auto 0;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .section-heading h3,
  .text-center .section-heading h3 {
    padding-top: 20px;
  }
  .section-title {
    font-size: 26px;
  }
  .pricing-block li {
    padding: 10px 5px;
  }
  .pricing {
    padding: 15px 0;
    min-height: auto;
  }
  #landing-footer {
    padding: 10px 0;
  }
  #landing-footer .footer-item {
    margin: 2px;
    display: block;
  }
  /*-----------------Typography-----------------*/
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  nav li {
    border-bottom: 5px solid transparent;
  }
  nav li:hover {
    border-bottom: 5px solid #02646d;
  }
  nav li.cta-wrapper:hover {
    border-bottom: none;
  }
  nav a.cta {
    background: #c7d30a;
    height: 35px;
    line-height: 35px;
    margin-left: 30px;
    border-radius: 7px;
    font-weight: 700;
    padding: 1px 15px 4px;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
  }
  nav a.cta:hover {
    background: #02646d;
    color: #ffffff;
  }
  .pricing-sub {
    min-height: 75px;
  }
  #banner {
    min-height: 600px;
  }
  .reversed .features-part .main-part {
    text-align: left;
  }
  .reversed .features-part .description-part {
    text-align: right;
  }
  .features-part .main-part {
    text-align: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 400px;
       -moz-box-flex: 1;
        -ms-flex: 1 0 400px;
            flex: 1 0 400px;
  }
  .introduction .features-part .main-part {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .pricing .price {
    font-size: 36px;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.3 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 25px;
    right: 25px;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-family: "fontawesome";
    font-size: 22px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .featherlight .featherlight-close-icon:hover {
    opacity: 1;
  }
  .featherlight .featherlight-image {
    /* styling */
    max-height: 100%;
    max-width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* Gallery Styling */
@media all {
  .featherlight-next,
  .featherlight-previous {
    font-family: "fontawesome";
    font-size: 22px;
    display: block;
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .featherlight-previous {
    left: 0;
    right: 80%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: inline-block;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .featherlight-next span {
    text-align: right;
    left: auto;
    right: 7%;
  }
  .featherlight-previous span {
    text-align: left;
    left: 7%;
  }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
    opacity: 1;
  }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous,
  .featherlight-loading .featherlight-next {
    display: none;
  }
}
/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
#cookie-policy {
  position: fixed;
  top: 25px;
  right: 15px;
  width: 600px;
  max-width: 100%;
  z-index: 9999;
}
.react-cookie-law-dialog {
  width: 100%;
  background-color: #02646d;
  border-radius: 5px;
  font-size: 13px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.react-cookie-law-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  word-wrap: wrap;
}
.react-cookie-law-container .react-cookie-law-policy {
  color: white;
  text-decoration: underline;
}
.react-cookie-law-container .react-cookie-law-policy:hover {
  color: white;
}
.react-cookie-law-select-pane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.react-cookie-law-option-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  padding: 0 20px 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.react-cookie-law-option-wrapper:first-child {
  color: gray;
}
.react-cookie-law-option-checkbox {
  height: 18px;
  width: 18px;
  margin-right: 5px;
  cursor: pointer;
}
.react-cookie-law-button-wrapper {
  text-align: right;
}
.react-cookie-law-accept-btn {
  background-color: #c7d30a;
  border: 1px solid #c7d30a;
  padding: 10px;
  border-radius: 5px;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.react-cookie-law-decline-btn {
  background-color: #02646d;
  border: none;
  padding: 0;
  border-radius: 0;
  margin-right: 20px;
  color: #dadada;
  cursor: pointer;
}
@media (max-width: 620px) {
  #cookie-policy {
    top: 0;
    left: 0;
    width: auto;
    margin: 20px;
  }
  .react-cookie-law-select-pane {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .react-cookie-law-option-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 0 0;
  }
  .react-cookie-law-policy {
    margin-top: 15px;
  }
}
.error-headline {
  font-size: 26px;
  text-align: center;
}
.error-description {
  font-size: 16px;
  text-align: center;
}


/*# sourceMappingURL=css\homepage.min.css.map*/