/* =============================================
   RESETS
================================================ */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

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

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

[hidden], template {
  display: none; }

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

td, th {
  padding: 0; }

/* =============================================
   COLOURS / MIXINS / EXTENDS
================================================ */
.gold {
  color: #929156; }

.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* =============================================
   TOP LEVEL
================================================ */
html, body {
  overflow-x: hidden;
  font-size: .8rem;
  line-height: 1.5; }

@media (max-width: 640px) {
  html, body {
    font-size: .9rem; } }
html {
  font-size: 100%;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  color: #333;
  height: 100%;
  opacity: 0;
  background: #fff;
  position: relative;
  /* Required for static Slidebars to function properly. */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body#thankyou {
  opacity: 1 !important; }

.container-wrapper {
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem; }

.container-box {
  padding: 3rem .5rem;
  margin: 3.3rem auto;
  max-width: 1270px; }

@media (max-width: 640px) {
  .container-box {
    margin: 1.1rem auto; } }
/* =============================================
   TAG / ELEMENTS
================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  /*color: #147278;*/
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  clear: both;
  line-height: .8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

h1 {
  font-size: 3.9rem;
  font-family: "Times", serif;
  font-weight: normal; }

h1 sup {
  font-size: 2.2rem;
  font-family: "nimbus-sans-condensed", sans-serif !important;
  padding-left: .75rem;
  padding-right: .5rem;
  font-weight: 700; }

h2 {
  font-size: 2.0rem;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 1rem; }

h3 {
  font-size: 1.9375rem; }

h4 {
  font-size: 1.5625rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

@media (max-width: 640px) {
  h1 {
    font-size: 2.8rem;
    max-width: 100%; } }
p {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: .6rem;
  text-rendering: optimizeLegibility; }

b, strong {
  font-weight: bold; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================
   LINKS
================================================ */
a {
  cursor: default;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  color: #333; }

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

a:visited {
  color: inherit; }

a:focus {
  outline: none; }

a:link {
  color: #333;
  text-decoration: none;
  line-height: inherit;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover {
  cursor: pointer;
  opacity: .8;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a div {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover div {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a div:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.float {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.float-hover:hover,
.float-hover:focus,
.float-hover:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }

.grow {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.grow-hover:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.slideRight {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.slideRight:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px); }

/* =============================================
   IMAGES
================================================ */
img {
  width: 100%;
  max-width: 100%;
  border: 0;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

a img {
  border: none; }

a:link img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

img.stretchy,
img.lazyload {
  width: 100%; }

.stretchy img,
.lazyload img {
  width: 100%; }

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

/* =============================================
   HEADER
================================================ */
header {
  position: relative;
  width: 100%;
  padding: 0 .75rem 0;
  background: #1e7278;
  z-index: 999999999999999999; }

/*@media (max-width:640px) {
	header {
		display:none;
  }
}*/
/* =============================================
   HEADER AUTO HIDE ON SCROLL
================================================ */
.headroom {
  will-change: transform;
  -webkit-transition: transform 200ms linear;
  -ms-transition: transform 200ms linear;
  transition: transform 200ms linear; }

.header--hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.headroom--pinned {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.headroom--unpinned {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.reveal-container {
  position: relative;
  overflow: hidden; }

.reveal {
  margin-bottom: -2.5%;
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease; }

.reveal {
  min-width: 600px; }

.reveal.revealer--show {
  visibility: visible;
  opacity: 1; }

.reveal.revealer--unpinned {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%); }

@media (max-width: 640px) {
  .reveal {
    margin-bottom: -5%; } }
/* =============================================
   FOOTER
================================================ */
footer {
  position: relative;
  bottom: 0;
  clear: both;
  color: #fff;
  width: 100%;
  font-size: .7rem;
  margin: 0 auto;
  z-index: 1;
  padding: 1rem .5rem 2rem;
  padding-top: 25px;
  background: url("../img/pattern.png") no-repeat center top;
  background-size: cover; }

footer .row div {
  text-align: center; }

footer img {
  max-width: 130px; }

footer a:link,
footer a:visited {
  font-size: 10px;
  color: #fff;
  padding: .1rem 0;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  opacity: 1; }

#copyright {
  font-size: 10px !important;
  color: #fff;
  clear: both;
  opacity: 1; }

#copyright a:link {
  padding: 0; }

/* =============================================
   LOGO
================================================ */
#logo-reg {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
  min-width: 200px;
  z-index: 9999999999999;
  border: 0px red solid; }

#logo-reg img {
  position: relative;
  width: 100%;
  max-width: 100%; }

@media (max-width: 500px) {
  #logo-reg {
    margin-top: 7%;
    margin-left: 7%;
    max-width: 20%; } }
/* =============================================
   LOGO
================================================ */
.logo-ss {
  position: absolute;
  max-width: 25%;
  z-index: 9999999999999; }

#banner {
  top: 15%;
  left: 15%; }

#sherwood {
  bottom: 50px;
  right: 50px;
  max-width: 200px !important; }

#couple {
  top: 10%;
  right: 3%;
  max-width: 270px !important; }

#thames {
  top: 30px;
  right: 50px;
  max-width: 200px !important; }

@media (max-width: 640px) {
  #banner {
    max-width: 150;
    top: 15%;
    left: 15%; }

  #sherwood,
  #couple,
  #thames {
    top: auto;
    bottom: 20px;
    right: 20px;
    max-width: 140px !important; } }
/* =============================================
   LOGO DESKTOP
================================================ */
#logo-desktop {
  	/*max-width:300px;
    background: url('../img/logo.png') no-repeat 0 14px;
    background: url('../img/logo.svg') no-repeat 0 14px;
    background-size: 160px;
    height:60px;*/ }

#logo-desktop a:link img {
  opacity: 1; }

#logo-desktop a:hover {
  opacity: 1; }

/* =============================================
   LOGO MOBILE
================================================ */
#logo-mobile {
  display: none;
  max-width: 100%;
  background: #fff url("../img/logo.png") no-repeat center 14px;
  background: #fff url("../img/logo.svg") no-repeat center 14px;
  background-size: 160px;
  height: 60px;
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.6);
  width: 100%;
  z-index: 999999999999;
  cursor: pointer; }

#logo-mobile a:hover {
  opacity: 1; }

@media screen and (min-width: 641px) {
  #logo-mobile {
    display: none !important; } }
/* =============================================
   NAV DESKTOP
================================================ */
#nav-desktop {
  position: relative;
  top: 0;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  z-index: 999999;
  -webkit-backface-visibility: hidden; }

#nav-desktop a {
  font-size: 1.1rem;
  font-family: "nimbus-sans-condensed", sans-serif;
  padding: 20px 20px 20px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase; }

@media (max-width: 900px) {
  #nav-desktop a {
    letter-spacing: 1px;
    padding: 20px 15px 20px; } }
@media (max-width: 770px) {
  #nav-desktop a {
    letter-spacing: 1px;
    padding: 20px 10px 20px; } }
@media (max-width: 700px) {
  #nav-desktop a {
    letter-spacing: 1px;
    padding: 20px 6px 20px; } }
@media (max-width: 400px) {
  #nav-desktop a {
    font-size: .9rem;
    letter-spacing: 0;
    padding: 10px 3px 10px; } }
#nav-desktop a:hover,
#nav-desktop a#selected,
#nav-desktop a#selected {
  color: #d0cf81;
  opacity: 1; }

#nav-desktop .active a {
  color: #333; }

#nav-desktop ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#nav-desktop ul a {
  padding: 30px 20px;
  opacity: .8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 0px red solid; }

@media (max-width: 900px) {
  #nav-desktop ul a {
    padding: 30px 15px; } }
#nav-desktop li {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: .7; }

#nav-desktop li:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* =============================================
   MOBILE MENU OVERLAY
================================================ */
.overlay {
  display: none;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  height: 100vh;
  width: 100%;
  background: #000;
  z-index: 9999; }

.overlay::-webkit-scrollbar {
  width: 0 !important;
  visibility: hidden !important; }

.overlay::-webkit-scrollbar-track {
  width: 0 !important;
  visibility: hidden !important; }

.overlayNav {
  opacity: 1 !important;
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important; }

body.preventUnpinned .headroom--unpinned {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

body.preventUnpinned #container {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0; }

@media (min-width: 641px) {
  .overlay {
    display: none !important; }

  body.preventUnpinned #container {
    opacity: 1; } }
/* =============================================
   NAV MOBILE
================================================ */
#nav-mobile {
  display: block;
  margin: 6rem 0 2rem 0;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "nimbus-sans-condensed", sans-serif;
  line-height: 1.0;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px); }

#nav-mobile li a {
  display: block;
  color: #147278;
  padding: 15px 15px 15px 15px;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center; }

ul#nav-mobile li {
  text-align: center;
  list-style: none; }

ul#nav-mobile {
  clear: both;
  margin-bottom: 6rem; }

#nav-mobile a:hover,
#nav-mobile a#selected,
.work #nav-mobile a#selected {
  color: #fff;
  opacity: 1; }

/* =============================================
   HOMEPAGE
================================================ */
/*#index footer {
  display:none;
}*/
#index .register-button {
  border: 0px red solid;
  background: none;
  padding: 1rem 0;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: bold;
  color: #333 !important;
  font-size: 1.1rem;
  text-align: left !important;
  line-height: 1.1 !important; }

#index .register-button a:hover {
  background: none; }

#index #woodstock h1 {
  font-size: 6rem; }

@media (max-width: 1000px) {
  #index #woodstock h1 {
    font-size: 4rem; } }
#index h4 {
  padding-left: .9rem;
  letter-spacing: 2px; }

#index h4 span {
  font-weight: 900 !important; }

#index p {
  padding-top: .75rem; }

#towns {
  background: url("../img/kitchen.jpg") no-repeat center top;
  background-size: cover;
  min-height: 300px;
  border-left: 1rem #fff solid;
  border-right: 1rem #fff solid; }

@media (max-width: 640px) {
  #towns {
    background: url("../img/kitchen.jpg") no-repeat center top;
    background-size: cover; } }
img[src="img/heading-towns.png"] {
  max-width: 450px;
  padding-left: 8%; }

img[src="img/heading-woodstock.png"] {
  max-width: 450px;
  padding-left: 8%; }

@media (max-width: 1100px) {
  img[src="img/heading-towns.png"] {
    max-width: 450px;
    padding-left: 0;
    padding-right: 3rem; }

  img[src="img/heading-woodstock.png"] {
    max-width: 450px;
    padding-left: 0;
    padding-right: 3rem; } }
@media (max-width: 640px) {
  img[src="img/heading-register.png"] {
    max-width: 60%; }

  .heading {
    text-align: center; }

  img[src="img/heading-towns.png"] {
    max-width: 70%;
    padding-left: 0;
    padding-right: 0; }

  img[src="img/heading-woodstock.png"] {
    max-width: 70%;
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 450px) {
  img[src="img/heading-register.png"] {
    max-width: 90%; }

  img[src="img/heading-towns.png"] {
    max-width: 90%; }

  img[src="img/heading-woodstock.png"] {
    max-width: 90%; } }
#scroll {
  position: absolute;
  top: -95px;
  left: 0;
  right: 0;
  width: 20px;
  margin: 0 auto;
  text-align: center;
  z-index: 999999999999999999; }

@media (max-width: 640px) {
  #scroll {
    top: -57px;
    width: 16px; } }
a.scroll:hover {
  opacity: 1; }

#playVideo {
  position: absolute;
  opacity: 1;
  z-index: 10;
  cursor: pointer; }

#video {
  opacity: 1;
  z-index: 1; }

#montage-container {
  border-top: 10px #fff solid;
  /*padding-left:1rem !important;
  margin-right:1rem !important;*/ }

#montage {
  border-left: 10px #fff solid;
  border-right: 10px #fff solid; }

#montage img {
  border-left: 5px #fff solid;
  border-right: 5px #fff solid; }

@media (max-width: 640px) {
  #montage div:nth-child(n+3) {
    border-top: 10px #fff solid; } }
/* =============================================
   FLOORPLANS
================================================ */
#floorplans.floorplans .container-box {
  padding: 3rem .5rem; }

.floorplans .container-box {
  padding: 3rem 1.5rem; }

.floorplans img[src="img/logo-clr.png"] {
  max-width: 220px; }

.floorplans #collection {
  padding: .5rem 1rem 1rem; }

.floorplans #collection div div {
  background: #000;
  text-align: center;
  padding: 1rem 1rem .65rem;
  margin-bottom: 1.75rem; }

.floorplans #collection div h6 {
  color: #d0cf81;
  margin: 0;
  margin-bottom: .25rem; }

.floorplans #collection .columns-nomargin {
  border-left: 2px #fff solid;
  border-right: 2px #fff solid; }

.floorplans #collection div p {
  color: #fff;
  text-transform: uppercase;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: bold;
  font-size: .9rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 1px; }

.container-box #plans.align-middle {
  background: #000; }

.container-box #plans .text-center {
  padding: 2rem 0 1rem; }

.container-box #plans h2 {
  color: #d0cf81;
  margin-bottom: 2rem; }

.container-box #plans h5 {
  color: #fff;
  line-height: 1.5; }

.floorplans .bxslider img {
  max-width: 600px;
  padding-bottom: 50px; }

#floorplans-brentwood .bxslider img[src="img/floorplans-brentwood-2nd.png"] {
  max-width: 700px; }

#floorplans-forestbrook .bxslider img {
  max-width: 750px !important; }

.floorplans .bxslider h6 {
  text-transform: uppercase; }

.floorplans .bxslider h6 {
  padding-bottom: 4px;
  border-bottom: 4px #147278 solid;
  display: table;
  margin: 0 auto 3rem;
  text-align: center !important; }

.floorplans .bxslider li div.align-middle {
  background: none !important; }

#back a,
#next a {
  padding: .5rem 1rem;
  display: block;
  float: left;
  text-align: center;
  background: #147278;
  color: #fefefe;
  font-weight: bold;
  font-size: 16px;
  max-width: 146px;
  margin-top: 2rem;
  font-family: "nimbus-sans-condensed", sans-serif; }

#next a {
  border-left: 2px #fff solid; }

#download a {
  text-transform: uppercase;
  color: #147278;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: bold;
  font-size: 16px;
  background: url("../img/download.png") no-repeat left center;
  background-size: 24px;
  padding: 1rem 1rem 1rem 27px; }

@media (max-width: 640px) {
  #floorplans img[src="img/logo-clr.png"] {
    margin-bottom: 3rem; }

  #floorplans #collection div p {
    letter-spacing: 0; }

  #floorplans #collection .columns-nomargin {
    border-left: 0;
    border-right: 0; }

  #back a,
  #next a {
    margin-left: auto;
    margin-right: auto; } }
/* =============================================
   REGISTRATION
================================================ */
#index #pattern .row.expanded,
#thankyou #pattern .row.expanded {
  max-width: 1280px; }

#index #pattern,
#thankyou #pattern {
  padding-top: 25px;
  background: url("../img/pattern.png") no-repeat center top;
  background-size: cover; }

#index #pattern.map {
  padding: 35px 20px 30px; }

#index .slider {
  width: 1000px; }

#index #pattern #copy,
#thankyou #pattern #copy {
  background: #404042;
  padding: 2.5rem 1.5rem 2.5rem; }

#index #pattern #copy img,
#thankyou #pattern #copy img {
  max-width: 200px; }

#index #pattern h1 {
  text-transform: capitalize;
  margin-top: 2rem;
  font-size: 2.5rem;
  color: #fff; }

@media (max-width: 1000px) {
  #index #pattern h1 {
    font-size: 2rem; } }
#index .container-box {
  border: 0;
  padding: 0; }

#index .container-box h2 {
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 2.5rem; }

#index #pattern p {
  color: #fff;
  font-size: .9rem;
  max-width: 200px; }

@media (max-width: 900px) {
  #index #pattern h1 {
    font-size: 2rem;
    margin-top: 15px; }

  #index #pattern p {
    font-size: .8rem;
    line-height: 1.2;
    margin: 0; } }
#index #logo-reg {
  margin-top: 5%;
  margin-left: 7%; }

#index #logo-reg img {
  max-width: 250px; }

@media (max-width: 640px) {
  #index .container-box {
    padding: 2rem 0; }

  #index #pattern #copy {
    text-align: center !important; }

  #index #pattern #copy p {
    text-align: center !important;
    margin: 0 auto; } }
#signupForm {
  margin: auto;
  max-width: 800px; }

#form-logo {
  background: url("../img/logo-clr.png") no-repeat right 1rem top 2rem;
  background-size: 150px;
  min-height: 200px; }

@media (max-width: 640px) {
  #form-logo {
    background: url("../img/logo-clr.png") no-repeat center top 2rem;
    background-size: 120px;
    min-height: 170px; } }
#register {
  max-width: 800px;
  margin: 0 auto; }

#register h1 {
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: 600; }

#register h4 {
  padding-left: 4rem;
  font-size: 2rem; }

#register p {
  padding-top: .3rem;
  margin-bottom: 3.5rem; }

#register .text-small {
  max-width: 600px; }

#register #link {
  color: #666;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 1.0rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: right; }

#register #link span {
  color: #147278 !important;
  margin: 0 !important;
  background: none !important;
  opacity: 1 !important;
  font-size: 1.0rem;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative !important;
  top: 0 !important; }

@media (max-width: 640px) {
  #register p {
    padding-top: .3rem;
    margin-bottom: 1.0rem !important; }

  #register #link {
    text-align: left;
    padding-top: 1rem; } }
#reg-heading {
  border: 1px red solid; }

#with {
  float: left;
  max-width: 400px;
  border: 1px red solid; }

#us {
  font-size: 90px;
  font-family: "Times", serif;
  color: #147278;
  float: right;
  border: 1px red solid;
  line-height: 1;
  max-width: 160px; }

.referral {
  font-size: .6rem;
  padding: 0 !important; }

#signupForm #radioButtons {
  margin-top: 1rem; }

#signupForm #radioButtons label {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #147278;
  display: table-cell; }

#signupForm #radioButtons input[type=radio] {
  border: 1px solid #147278;
  padding: 0.75em;
  display: table-cell;
  -webkit-appearance: none;
  cursor: pointer; }

#signupForm #radioButtons input[type=radio]:checked {
  background: url("../img/radio-bg.png") no-repeat center center;
  background-size: 14px 15px; }

#signupForm #radioButtons #index input[type=radio]:focus {
  outline-color: transparent; }

/* =============================================
   THANK YOU
================================================ */
#thankyou {
  /*  background: url('../img/parkridge-banner.jpg')  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/ }

#thankyou #container {
  /*  height:800px;
    padding:0 1rem;*/ }

#thankyou #logo-reg {
  /*  padding-top:4rem;
    max-width:600px;
    min-width:200px;
    margin: 0 auto;
    left:0;
    right:0;
    text-align:center;*/ }

#thankyou #logo-reg img {
  max-width: 300px; }

#thankyou h3 {
  margin-top: 0;
  color: inherit;
  font-family: Times, serif;
  font-weight: normal;
  text-transform: none; }

#thankyou p {
  margin: 1rem auto;
  color: #000;
  font-size: 1.0rem;
  max-width: 600px; }

#thankyou footer {
  margin-top: 25%;
  bottom: 0; }

/* =============================================
   PRIVACY
================================================ */
#privacy #container-content {
  padding: 3rem .75rem; }

/* =============================================
   LINES
================================================ */
.line {
  border-top: 1px #ccc solid;
  margin: 30px 0 30px;
  clear: both;
  opacity: 1; }

/* =============================================
   FLOATS / TEXT ALIGNMENT
================================================ */
.left {
  float: left !important; }

.right {
  float: right !important; }

.right-left {
  float: right !important;
  text-align: right; }

.right-centre {
  float: right !important;
  text-align: right; }

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

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

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

.text-justify {
  text-align: justify !important; }

.text-small {
  font-size: .7rem; }

@media (max-width: 640px) {
  .right-left {
    float: left;
    text-align: left;
    clear: both; }

  .right-centre {
    float: none;
    text-align: center;
    clear: both; } }
/* =============================================
   LISTS
================================================ */
ul, ol, dl {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: .5rem;
  /* 1.25rem */
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 0;
  margin-bottom: 0;
  font-size: 1rem;
  /* Override nested font-size change */ }

ol {
  margin-left: 1.4rem;
  list-style-position: outside !important; }

/* ==========================================================================
   VIDEO RESPONSIVE
============================================================================= */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 56.25% is 16:9 */
  padding-top: 0;
  height: 0;
  z-index: 0; }

.video-container iframe,
.video-container div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

/* =============================================
   BUTTONS / INPUTS / LABELS
================================================ */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  overflow: visible;
  border: 0;
  border-radius: 2px;
  line-height: 1; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button a,
.button a {
  color: #fff; }

.button {
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 0;
  border-radius: 1px;
  padding: .6rem .8rem .5rem .7rem;
  margin: 0 0 1rem 0;
  font-size: 0.7rem;
  font-weight: bold;
  background: #147278 !important;
  color: #fff !important; }

[data-whatinput='mouse'] .button {
  outline: 0; }

.button:hover, .button:focus {
  opacity: .9;
  color: #fff; }

input.button {
  border: 0;
  margin-top: .5rem;
  border-radius: 1px;
  padding: .6rem .8rem .5rem .7rem !important;
  font-size: 0.7rem;
  font-weight: bold;
  font-family: inherit;
  text-transform: uppercase;
  color: #fff !important;
  background: #147278 !important;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

button:hover,
input[type="button"]:hover,
button a:hover,
.button a:hover,
button:focus,
.button:hover,
button:focus {
  opacity: .8 !important;
  background: #555;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal;
  font-weight: bold;
  font-size: 0.7rem;
  font-family: inherit;
  text-transform: uppercase;
  color: #000; }

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

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

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: border-box; }

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

textarea {
  max-width: 100%;
  overflow: auto;
  height: auto;
  font-family: inherit;
  font-weight: bold;
  /*min-height: 80px;*/
  border-radius: 1px; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  /*height: 2.4375rem;*/
  padding: .6rem .6rem .7rem;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 0.7rem;
  color: #000;
  text-transform: uppercase;
  background-color: transparent;
  /*box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);*/
  border-radius: 1px;
  border: 1px #000 solid;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #999;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.2s, border-color 0.2s ease-in-out; }

[type='submit'],
[type='button'] {
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }

/* =============================================
   SELECT
================================================ */
select {
  /*height: 2.4375rem;*/
  width: 100%;
  padding: .6rem .6rem .7rem;
  margin: 0 0 1rem;
  font-size: 0.7rem;
  font-family: inherit;
  text-transform: uppercase !important;
  font-weight: bold;
  line-height: normal;
  color: #000;
  background-color: transparent;
  border: 1px #000 solid;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url("../img/arrow-down-select.png");
  background-size: 22px 20px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }

@media (max-width: 640px) {
  /*select {
    background-image: url('../img/arrow-down-select.png');
    background-size: 22px 20px;
  }*/ }
select::-ms-expand {
  display: none; }

select[multiple] {
  height: auto; }

/* =============================================
   PLACEHOLDER TEXT
================================================ */
/* Placeholder text */
::-webkit-input-placeholder {
  color: #000; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

/* Placeholder text focus */
[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.2s 0.2s ease;
  opacity: 0; }

/* =============================================
   LEAD FORM VALIDATION
================================================ */
#signupForm label.error {
  color: #e70000 !important;
  margin-top: -10px;
  padding-bottom: 15px;
  display: block;
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1.0; }

#MobilePhone {
  display: none; }

#signupForm div {
  position: relative; }

#signupForm span {
  position: absolute;
  top: -8px;
  font-size: .7rem;
  color: #147278;
  text-transform: uppercase;
  font-weight: bold;
  background: #fff;
  padding: 0px !important;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#signupForm input:focus + span,
#signupForm textarea:focus + span,
#signupForm input:focus ~ label + span {
  opacity: 1 !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#signupForm input ~ label + span {
  opacity: 0 !important; }

#reCaptchaError {
  display: none;
  margin-top: .1rem;
  margin-bottom: .3rem;
  color: red;
  font-family: 'Arial', sans-serif;
  font-size: 12px; }

.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

/* =============================================
   ROWS
================================================ */
.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.row .row {
  max-width: none;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.row.expanded {
  max-width: none; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

/* =============================================
   COLUMNS > NEWSPAPER STYLE
================================================ */
.columns-list {
  -webkit-columns: 2 150px;
  -moz-columns: 2 150px;
  columns: 2 150px;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem; }

/*@media (max-width:1024px) {
	.columns-list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}*/
@media (max-width: 640px) {
  .columns-list {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0rem;
    -moz-column-gap: 0rem;
    column-gap: 0rem; } }
/* =============================================
   COLUMNS
================================================ */
.column, .columns {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  min-width: initial; }

.column-nomargin, .columns-nomargin {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0;
  padding-right: 0;
  min-width: initial; }

.column-left, .columns-left {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0.9375rem;
  padding-right: 0.46875rem;
  min-width: initial; }

.column-right, .columns-right {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0.46875rem;
  padding-right: 0.9375rem;
  min-width: initial; }

.column-centre, .columns-centre {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0.703125rem;
  padding-right: 0.703125rem;
  min-width: initial; }

@media (max-width: 640px) {
  .column-left, .columns-left {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    min-width: initial; }

  .column-right, .columns-right {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    min-width: initial; }

  .column-centre, .columns-centre {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    min-width: initial; } }
.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  -webkit-flex: 0 0 5.55556%;
  -ms-flex: 0 0 5.55556%;
  flex: 0 0 5.55556%;
  max-width: 5.55556%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -webkit-flex: 0 0 11.11111%;
  -ms-flex: 0 0 11.11111%;
  flex: 0 0 11.11111%;
  max-width: 11.11111%; }

.small-offset-1 {
  margin-left: 5.55556%; }

.small-3 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-2 {
  margin-left: 11.11111%; }

.small-4 {
  -webkit-flex: 0 0 22.22222%;
  -ms-flex: 0 0 22.22222%;
  flex: 0 0 22.22222%;
  max-width: 22.22222%; }

.small-offset-3 {
  margin-left: 16.66667%; }

.small-5 {
  -webkit-flex: 0 0 27.77778%;
  -ms-flex: 0 0 27.77778%;
  flex: 0 0 27.77778%;
  max-width: 27.77778%; }

.small-offset-4 {
  margin-left: 22.22222%; }

.small-6 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-5 {
  margin-left: 27.77778%; }

.small-7 {
  -webkit-flex: 0 0 38.88889%;
  -ms-flex: 0 0 38.88889%;
  flex: 0 0 38.88889%;
  max-width: 38.88889%; }

.small-offset-6 {
  margin-left: 33.33333%; }

.small-8 {
  -webkit-flex: 0 0 44.44444%;
  -ms-flex: 0 0 44.44444%;
  flex: 0 0 44.44444%;
  max-width: 44.44444%; }

.small-offset-7 {
  margin-left: 38.88889%; }

.small-9 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-8 {
  margin-left: 44.44444%; }

.small-10 {
  -webkit-flex: 0 0 55.55556%;
  -ms-flex: 0 0 55.55556%;
  flex: 0 0 55.55556%;
  max-width: 55.55556%; }

.small-offset-9 {
  margin-left: 50%; }

.small-11 {
  -webkit-flex: 0 0 61.11111%;
  -ms-flex: 0 0 61.11111%;
  flex: 0 0 61.11111%;
  max-width: 61.11111%; }

.small-offset-10 {
  margin-left: 55.55556%; }

.small-12 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-11 {
  margin-left: 61.11111%; }

.small-13 {
  -webkit-flex: 0 0 72.22222%;
  -ms-flex: 0 0 72.22222%;
  flex: 0 0 72.22222%;
  max-width: 72.22222%; }

.small-offset-12 {
  margin-left: 66.66667%; }

.small-14 {
  -webkit-flex: 0 0 77.77778%;
  -ms-flex: 0 0 77.77778%;
  flex: 0 0 77.77778%;
  max-width: 77.77778%; }

.small-offset-13 {
  margin-left: 72.22222%; }

.small-15 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-14 {
  margin-left: 77.77778%; }

.small-16 {
  -webkit-flex: 0 0 88.88889%;
  -ms-flex: 0 0 88.88889%;
  flex: 0 0 88.88889%;
  max-width: 88.88889%; }

.small-offset-15 {
  margin-left: 83.33333%; }

.small-17 {
  -webkit-flex: 0 0 94.44444%;
  -ms-flex: 0 0 94.44444%;
  flex: 0 0 94.44444%;
  max-width: 94.44444%; }

.small-offset-16 {
  margin-left: 88.88889%; }

.small-18 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-17 {
  margin-left: 94.44444%; }

.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-1 > .column, .small-up-1 > .columns,
.small-up-1 > .column-nomargin, .small-up-1 > .columns-nomargin {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-2 > .column, .small-up-2 > .columns,
.small-up-2 > .column-nomargin, .small-up-2 > .columns-nomargin {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-3 > .column, .small-up-3 > .columns,
.small-up-3 > .column-nomargin, .small-up-3 > .columns-nomargin {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-4 > .column, .small-up-4 > .columns,
.small-up-4 > .column-nomargin, .small-up-4 > .columns-nomargin {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-5 > .column, .small-up-5 > .columns,
.small-up-5 > .column-nomargin, .small-up-5 > .columns-nomargin {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-6 > .column, .small-up-6 > .columns,
.small-up-6 > .column-nomargin, .small-up-6 > .columns-nomargin {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-up-7 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-7 > .column, .small-up-7 > .columns,
.small-up-7 > .column-nomargin, .small-up-7 > .columns-nomargin {
  -webkit-flex: 0 0 14.28571%;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%; }

.small-up-8 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.small-up-8 > .column, .small-up-8 > .columns,
.small-up-8 > .column-nomargin, .small-up-8 > .columns-nomargin {
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (min-width: 40em) {
  .medium-1 {
    -webkit-flex: 0 0 5.55556%;
    -ms-flex: 0 0 5.55556%;
    flex: 0 0 5.55556%;
    max-width: 5.55556%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-2 {
    -webkit-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%; }

  .medium-offset-1 {
    margin-left: 5.55556%; }

  .medium-3 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .medium-offset-2 {
    margin-left: 11.11111%; }

  .medium-4 {
    -webkit-flex: 0 0 22.22222%;
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    max-width: 22.22222%; }

  .medium-offset-3 {
    margin-left: 16.66667%; }

  .medium-5 {
    -webkit-flex: 0 0 27.77778%;
    -ms-flex: 0 0 27.77778%;
    flex: 0 0 27.77778%;
    max-width: 27.77778%; }

  .medium-offset-4 {
    margin-left: 22.22222%; }

  .medium-6 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .medium-offset-5 {
    margin-left: 27.77778%; }

  .medium-7 {
    -webkit-flex: 0 0 38.88889%;
    -ms-flex: 0 0 38.88889%;
    flex: 0 0 38.88889%;
    max-width: 38.88889%; }

  .medium-offset-6 {
    margin-left: 33.33333%; }

  .medium-8 {
    -webkit-flex: 0 0 44.44444%;
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    max-width: 44.44444%; }

  .medium-offset-7 {
    margin-left: 38.88889%; }

  .medium-9 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .medium-offset-8 {
    margin-left: 44.44444%; }

  .medium-10 {
    -webkit-flex: 0 0 55.55556%;
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    max-width: 55.55556%; }

  .medium-offset-9 {
    margin-left: 50%; }

  .medium-11 {
    -webkit-flex: 0 0 61.11111%;
    -ms-flex: 0 0 61.11111%;
    flex: 0 0 61.11111%;
    max-width: 61.11111%; }

  .medium-offset-10 {
    margin-left: 55.55556%; }

  .medium-12 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .medium-offset-11 {
    margin-left: 61.11111%; }

  .medium-13 {
    -webkit-flex: 0 0 72.22222%;
    -ms-flex: 0 0 72.22222%;
    flex: 0 0 72.22222%;
    max-width: 72.22222%; }

  .medium-offset-12 {
    margin-left: 66.66667%; }

  .medium-14 {
    -webkit-flex: 0 0 77.77778%;
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    max-width: 77.77778%; }

  .medium-offset-13 {
    margin-left: 72.22222%; }

  .medium-15 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .medium-offset-14 {
    margin-left: 77.77778%; }

  .medium-16 {
    -webkit-flex: 0 0 88.88889%;
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    max-width: 88.88889%; }

  .medium-offset-15 {
    margin-left: 83.33333%; }

  .medium-17 {
    -webkit-flex: 0 0 94.44444%;
    -ms-flex: 0 0 94.44444%;
    flex: 0 0 94.44444%;
    max-width: 94.44444%; }

  .medium-offset-16 {
    margin-left: 88.88889%; }

  .medium-18 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .medium-offset-17 {
    margin-left: 94.44444%; }

  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }

  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }

  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }

  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .medium-up-1 > .column, .medium-up-1 > .columns,
  .medium-up-1 > .column-nomargin, .medium-up-1 > .columns-nomargin {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .medium-up-2 > .column, .medium-up-2 > .columns,
  .medium-up-2 > .column-nomargin, .medium-up-2 > .columns-nomargin {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .medium-up-3 > .column, .medium-up-3 > .columns,
  .medium-up-3 > .column-nomargin, .medium-up-3 > .columns-nomargin {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .medium-up-4 > .column, .medium-up-4 > .columns,
  .medium-up-4 > .column-nomargin, .medium-up-4 > .columns-nomargin {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .medium-up-5 > .column, .medium-up-5 > .columns,
  .medium-up-5 > .column-nomargin, .medium-up-5 > .columns-nomargin {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .medium-up-6 > .column, .medium-up-6 > .columns,
  .medium-up-6 > .column-nomargin, .medium-up-6 > .columns-nomargin {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .medium-up-7 > .column, .medium-up-7 > .columns,
  .medium-up-7 > .column-nomargin, .medium-up-7 > .columns-nomargin {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .medium-up-8 > .column, .medium-up-8 > .columns,
  .medium-up-8 > .column-nomargin, .medium-up-8 > .columns-nomargin {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }
@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }
@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }
@media screen and (min-width: 64em) {
  .large-1 {
    -webkit-flex: 0 0 5.55556%;
    -ms-flex: 0 0 5.55556%;
    flex: 0 0 5.55556%;
    max-width: 5.55556%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-2 {
    -webkit-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%; }

  .large-offset-1 {
    margin-left: 5.55556%; }

  .large-3 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .large-offset-2 {
    margin-left: 11.11111%; }

  .large-4 {
    -webkit-flex: 0 0 22.22222%;
    -ms-flex: 0 0 22.22222%;
    flex: 0 0 22.22222%;
    max-width: 22.22222%; }

  .large-offset-3 {
    margin-left: 16.66667%; }

  .large-5 {
    -webkit-flex: 0 0 27.77778%;
    -ms-flex: 0 0 27.77778%;
    flex: 0 0 27.77778%;
    max-width: 27.77778%; }

  .large-offset-4 {
    margin-left: 22.22222%; }

  .large-6 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .large-offset-5 {
    margin-left: 27.77778%; }

  .large-7 {
    -webkit-flex: 0 0 38.88889%;
    -ms-flex: 0 0 38.88889%;
    flex: 0 0 38.88889%;
    max-width: 38.88889%; }

  .large-offset-6 {
    margin-left: 33.33333%; }

  .large-8 {
    -webkit-flex: 0 0 44.44444%;
    -ms-flex: 0 0 44.44444%;
    flex: 0 0 44.44444%;
    max-width: 44.44444%; }

  .large-offset-7 {
    margin-left: 38.88889%; }

  .large-9 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .large-offset-8 {
    margin-left: 44.44444%; }

  .large-10 {
    -webkit-flex: 0 0 55.55556%;
    -ms-flex: 0 0 55.55556%;
    flex: 0 0 55.55556%;
    max-width: 55.55556%; }

  .large-offset-9 {
    margin-left: 50%; }

  .large-11 {
    -webkit-flex: 0 0 61.11111%;
    -ms-flex: 0 0 61.11111%;
    flex: 0 0 61.11111%;
    max-width: 61.11111%; }

  .large-offset-10 {
    margin-left: 55.55556%; }

  .large-12 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .large-offset-11 {
    margin-left: 61.11111%; }

  .large-13 {
    -webkit-flex: 0 0 72.22222%;
    -ms-flex: 0 0 72.22222%;
    flex: 0 0 72.22222%;
    max-width: 72.22222%; }

  .large-offset-12 {
    margin-left: 66.66667%; }

  .large-14 {
    -webkit-flex: 0 0 77.77778%;
    -ms-flex: 0 0 77.77778%;
    flex: 0 0 77.77778%;
    max-width: 77.77778%; }

  .large-offset-13 {
    margin-left: 72.22222%; }

  .large-15 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .large-offset-14 {
    margin-left: 77.77778%; }

  .large-16 {
    -webkit-flex: 0 0 88.88889%;
    -ms-flex: 0 0 88.88889%;
    flex: 0 0 88.88889%;
    max-width: 88.88889%; }

  .large-offset-15 {
    margin-left: 83.33333%; }

  .large-17 {
    -webkit-flex: 0 0 94.44444%;
    -ms-flex: 0 0 94.44444%;
    flex: 0 0 94.44444%;
    max-width: 94.44444%; }

  .large-offset-16 {
    margin-left: 88.88889%; }

  .large-18 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .large-offset-17 {
    margin-left: 94.44444%; }

  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }

  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }

  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }

  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .large-up-1 > .column, .large-up-1 > .columns,
  .large-up-1 > .column-nomargin, .large-up-1 > .columns-nomargin {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .large-up-2 > .column, .large-up-2 > .columns
  .large-up-2 > .column-nomargin, .large-up-2 > .columns-nomargin {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .large-up-3 > .column, .large-up-3 > .columns,
  .large-up-3 > .column-nomargin, .large-up-3 > .columns-nomargin {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .large-up-4 > .column, .large-up-4 > .columns,
  .large-up-4 > .column-nomargin, .large-up-4 > .columns-nomargin {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .large-up-5 > .column, .large-up-5 > .columns,
  .large-up-5 > .column-nomargin, .large-up-5 > .columns-nomargin {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .large-up-6 > .column, .large-up-6 > .columns,
  .large-up-6 > .column-nomargin, .large-up-6 > .columns-nomargin {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .large-up-7 > .column, .large-up-7 > .columns,
  .large-up-7 > .column-nomargin, .large-up-7 > .columns-nomargin {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .large-up-8 > .column, .large-up-8 > .columns,
  .large-up-8 > .column-nomargin, .large-up-8 > .columns-nomargin {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }
@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }
.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }
@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }
.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

@media screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }

  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }

  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; } }
@media screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }

  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }

  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; } }
/* =============================================
   FULLSCREEN IMAGE
================================================ */
#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: 0 !important;
  overflow: hidden; }

#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%; }

/* =============================================
   SCROLL DOWN BUTTON
================================================ */
#scroll-down {
  position: absolute !important;
  margin: 0 auto !important;
  left: 0;
  right: 0;
  width: 50px;
  padding: 0;
  display: block;
  top: 1rem;
  cursor: pointer;
  z-index: 99999999999999; }

#scroll-down img {
  opacity: 1; }

@media (max-width: 640px) {
  #scroll-down {
    display: none; } }
/* ==========================================================================
   WOW ANIMATE ELEMENTS ON VIEWPORT ENTRY
	 class="wow slideInRight" data-wow-delay="0s" data-wow-duration="1s"
============================================================================= */
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: visible;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: visible;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: visible;
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: visible;
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    visibility: visible;
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    visibility: visible;
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    visibility: visible;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

/* =============================================
   VISIBILITY
================================================ */
.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }
@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }
@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }
/* =============================================
   ORIENTATION
================================================ */
.show-for-landscape,
.hide-for-portrait {
  display: block !important; }

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important; } }
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important; } }
