@charset "UTF-8";

/* Google Fonts */
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,900|Work+Sans:800,900'); */


/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

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

.gform_body input, .gform_body textarea{ border:2px solid #CCC;}
.gform_body ul li.gfield:before{ background:none !important; display:none !important;}
.gform_body ul li.gfield{ margin-left:0; }

/* =======================================================================
## ++ Globals
========================================================================== */

* {
  margin: 0;
  padding: 0;
  border: 0 none;
  box-sizing: border-box; }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; 
  font-family: proxima-nova, sans-serif;
}

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  font-weight: 400;
    }

/* =======================================================================
## ++ Cleafix
========================================================================== */
/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible; }

/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%; }

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0; }

.clr {
  clear: both; }


.social--icon svg g > g {
}
a.learn-more {
  transition: all 0.5s ease;
}
a.learn-more:hover {
    color: #00AC89;
}

.txt--sunglow {
  color: #0076BE; }

.txt--desertstorm {
  color: #F8F8F7
; }

.txt--fuscousgray {
  color: #4C4953; }

.txt--graynickel {
  color: #CBCBC8; }

.txt--flamingo {
  color: #782B90; }

.txt--white {
  color: white; }

.txt--black {
  color: black; }

.bg--sunglow {
  background-color: #0076BE; }

.bg--desertstorm {
  background-color: #F8F8F7
; }

.bg--fuscousgray {
  background-color: #4C4953; }

.bg--graynickel {
  background-color: #CBCBC8; }

.bg--flamingo {
  background: #782B90
  ; }

.all--caps {
  text-transform: uppercase; }

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

/* latin-ext */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: local("Dosis Regular"), local("Dosis-Regular"), url(https://fonts.gstatic.com/s/dosis/v7/3isE9muMMOq1K7TQ7HkKvIDGDUGfDkXyfkzVDelzfFk.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: local("Dosis Regular"), local("Dosis-Regular"), url(https://fonts.gstatic.com/s/dosis/v7/oaBFj7Fz9Y9_eW3k9Jd9X6CWcynf_cDxXwCLxiixG1c.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
  
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  font-style: normal;
}

p,
a {
  margin-top: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
  line-height: 1.84; 
}

a {
  text-decoration: none; }

ul {
  list-style: none;
  margin-left: 2em;
  margin-top: 1em;
  margin-bottom: 2em; }
  ul li {
    margin-bottom: 0.4em;
    font-size: 1.3em;
    line-height: 30px;
    letter-spacing: 0.2px;
    font-family: inherit;
    font-style: normal;
    font-weight: 400; }
    @media (min-width: 1024px) {
      ul li {
        font-size: 18px;
        line-height: 22px;
      } }
    ul li:before {
      content: "\2022";
      color: #0076BE;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }
ul li strong{ font-weight:800;}
.editor--block {
  margin-bottom: 3.5em; }
  .editor--block:first-child {
    margin-top: 4em; }
  .editor--block p {
    margin-bottom: 1.1em; }
    .editor--block p a{
      color: #0076BE;
      background-image: linear-gradient(180deg, transparent, transparent 90%, #0076BE 90.1%, #0076BE 100%, transparent 100.1%, transparent);
      text-decoration: none; }
      .editor--block p a:hover, input.gform_button.button:hover {
        color: #00AC89; }
      .editor--block p a.btn, input.gform_button.button{
        color: white; }
        .editor--block p a.btn:hover, input.gform_button.button:hover {
          color: white; }

.content--inner {
  width: 70%;
  margin-right: auto; }

.underlined--link {
  position: relative;
  display: inline-block; }

.underlined--link a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0px;
  left: 0;
  visibility: hidden;
  transform: scaleX(0);
  transition: 0.25s linear; }

.underlined--link.line--flamingo a:before {
  background: #782B90; }

.underlined--link.line--sunglow a:before {
  background: #0076BE; }

.underlined--link > a:hover:before,
.underlined--link > a:focus:before {
  visibility: visible;
  transform: scaleX(1); }

.content--link {
  background-image: linear-gradient(180deg, transparent, transparent 96%, #0076BE 96.1%, #0076BE 100%, transparent 100.1%, transparent);
  text-decoration: none; }

.btn, input.gform_button.button{
  transition: all 1s ease;
  padding: 10px 15px;
  display: inline-block;
  margin: 2em auto; }
  .btn:hover, input.gform_button.button:hover {
    background: #00AC89;
    color: white; }

    .btn.copy--lg {
      font-size: 26px;
      line-height: 32px;
    }
	

/* GRAVITY FORMS */
input.gform_button.button{
	background-color: #0076BE;
  font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 900;
	display:block;
	font-size: 2em !important;
	line-height: 39px; 
	padding:10px 20px;
	}
input.gform_button.button:hover{ cursor:pointer;}
input#input_1_7{margin-right: 17px;
    padding: 10px;}	


#gform_2{}
#gform_2 label p{ font-size:1.625rem; margin-bottom:0; }
#gform_2 label p img{ width:120px; height:auto; float:left; display:block; margin:0 15px 0 0;}
#gform_2 ul.gfield_checkbox li{ border-top:1px solid #CCC; padding:20px 0 10px !important; display:block;}
#gform_2 ul.gfield_checkbox li label{ padding:10px; max-width:100%; width:100%;}
#gform_2 ul.gfield_checkbox li label strong{ display:block; clear:right;}
#gform_2 ul.gfield_checkbox li input{ vertical-align:top; display:none; }
#gform_2 ul.gfield_checkbox li input[type=checkbox]:checked + label{ background-color: #fff3d4;}
#gform_2 ul.gfield_checkbox li input[type=checkbox]:disabled + label{ opacity:0.5;}
#gform_2 ul.gfield_checkbox li input[type=checkbox]:disabled + label img{ -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%);}


/*
GOOD ONES
*/


#mobile__nav .mobile--grid .nav--item {
  text-align: center;
}

.btn {
  background-color: #0076BE;
}
.g--block .g--item .cta--arrow {
  transition: all 0.6s ease;
}
.g--block .g--item:hover .cta--arrow {

  color: #00AC89 !important;
}

#hero--text-img {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

#home-hero-block[data-type='image'] #hero--title .overlay--inner {
  max-width: 100%;
}
#home-hero-block[data-type='image'] #hero--title .overlay--inner .in--82 {
width: 100%;
}

@media (min-width: 1024px) { 
  #home-hero-block[data-type='image'] #hero--title .overlay--inner .in--82 {
    width: 82%;
    }
    #home-hero-block[data-type='image'] #hero--title .overlay--inner {
      max-width: 90%;
    }
}

.copy--nav {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.1em;
  letter-spacing: 0.24px; }
  @media (min-width: 1024px) {
    .copy--nav {
      /* font-size: 1.3em;  */
    } }
  @media (min-width: 1200px) {
    .copy--nav {
      /* font-size: 1.4em;  */
    } }

.copy--reg {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.2em;
  letter-spacing: 0.24px; }
  @media (min-width: 1024px) {
    .copy--reg {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 28px;
    } 
    
    }

.copy--sm {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1em;
  letter-spacing: 1.43px;
  letter-spacing: 0.2px;
  line-height: 39px; }

.copy--caption {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 1.43px;
  letter-spacing: 0.2px;
  line-height: 39px;
  font-style: italic; }

.copy--name {
font-family: proxima-nova, sans-serif;  
font-style: normal;
  font-weight: 900;
  font-size: 1.6em;
  letter-spacing: 0.33px;
  line-height: 30px;
  margin: 0;
  word-break: normal; }
  @media (min-width: 768px) {
	.copy--name { word-break: normal; } 
	#gform_2 label p{ font-size:1.625rem;}
}
  @media (min-width: 1024px) {
    .copy--name { font-size: 1.9em; line-height: 36px; }
	  #gform_2 label p{ font-size:1.75rem;}
	  
	  }

.copy--lg {
  font-family: proxima-nova, sans-serif;

  font-style: normal;
  font-weight: 900;
  font-size: 1.6em;
  line-height: 30px;
  letter-spacing: 0.27px; }
  @media (min-width: 1024px) {
    .copy--lg {
      font-size: 26px;
line-height: 32px;
    
    } }

.header--xxl {
  font-family: proxima-nova, sans-serif;

  font-style: normal;
  font-weight: 900;
  font-size: 4em;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 40px;
  text-shadow: 0 0 120px rgba(0, 0, 0, 0.2); }
  @media (min-width: 568px) {
    .header--xxl {
      font-size: 5em;
      line-height: 60px; } }
  @media (min-width: 1024px) {
    .header--xxl {
      font-size: 7em;
      line-height: 90px; } }




      .header--lg {
        font-family: proxima-nova, sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 2.4em;
        line-height: 1.2;
      }


      @media (min-width: 1024px) { 
        .header--lg {
          font-family: proxima-nova, sans-serif;
        
          font-style: normal;
          font-weight: 900;
          font-size: 54px;
        line-height: 66px;
        }

      }



.hero--lg {
  font-family: proxima-nova, sans-serif;

  font-style: normal;
  font-weight: 900;
  font-size: 2.4em;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 0.9;
  text-shadow: 0 0 120px rgba(0, 0, 0, 0.2); }
  @media (min-width: 568px) {
    .hero--lg {
      font-size: 4em; } }
  @media (min-width: 768px) {
    .hero--lg {
      font-size: 4.6em; } }
  @media (min-width: 1024px) {
    .hero--lg {
      font-size: 5.2em; } }




.hero--md {
  font-family: proxima-nova, sans-serif;

  font-style: normal;
  font-weight: 900;
  font-size: 1.8em;
  line-height: 1;
  letter-spacing: 0; }
  @media (min-width: 568px) {
    .hero--md {
      font-size: 2em; } }
  @media (min-width: 768px) {
    .hero--md {
      font-size: 2.2em; } }
  @media (min-width: 1024px) {
    .hero--md {
      font-size: 2.8em; } }

.hero--sm {
  font-family: proxima-nova, sans-serif;

  font-style: normal;
  font-weight: 900;
  font-size: 1.2em;
  letter-spacing: 0.33px;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 0 90px rgba(0, 0, 0, 0.6); }
  @media (min-width: 568px) {
    .hero--sm {
      font-size: 1.3em; } }
  @media (min-width: 768px) {
    .hero--sm {
      font-size: 1.4em; } }
  @media (min-width: 1024px) {
    .hero--sm {
      font-size: 1.5em;
      line-height: 36px; } }

.header--xl {
  font-family: proxima-nova, sans-serif;

  font-style: normal;
  font-weight: 900;
  word-break: break-word;
  font-size: 2em;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 0.9;
  text-shadow: 0 0 120px rgba(0, 0, 0, 0.2); }
  @media (min-width: 568px) {
    .header--xl {
      font-size: 3.5em; } }
  @media (min-width: 1024px) {
    .header--xl {
      font-size: 5em; } }

.header--md {
  font-family: proxima-nova, sans-serif;

  font-style: normal;
  font-weight: 900;
  font-size: 2.4em;
  line-height: 1.2;
  letter-spacing: 0; }
  @media (min-width: 568px) {
    .header--md {
      font-size: 2.4em; } }
  @media (min-width: 768px) {
    .header--md {
      font-size: 2.4em; } }
  @media (min-width: 1024px) {
    .header--md {
      font-size: 36px;
line-height: 44px;
    
    } }

.header--sm {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.38px; }


/*
GOOD ONES
*/
.container,
.container-full {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }

.container .grid,
.container-full .grid {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 576px) {
  .container {
    max-width: 576px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 992px) {
  .container {
    max-width: 992px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

@media (min-width: 1600px) {
  .container {
    max-width: 1600px; } }

.grid {
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.31em !important;
  *letter-spacing: normal !important;
  word-spacing: -0.43em !important;
  list-style-type: none; }

.grid::before,
.grid::after {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal; }

[class^="col-"] {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 15px;
  display: inline-block;
  *display: inline;
  zoom: 1; }

[class^="col-"]::before,
[class^="col-"]::after {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal; }

[class^="col-"] .grid {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -15px; }

.col-12 {
  width: 100%;
  *width: 99.9%; }

.col-11 {
  width: 91.66666667%;
  *width: 91.56666667%; }

.col-10 {
  width: 83.33333333%;
  *width: 83.23333333%; }

.col-9 {
  width: 75%;
  *width: 74.9%; }

.col-8 {
  width: 66.66666667%;
  *width: 66.56666667%; }

.col-7 {
  width: 58.33333333%;
  *width: 58.23333333%; }

.col-6 {
  width: 50%;
  *width: 49.9%; }

.col-5 {
  width: 41.66666667%;
  *width: 41.56666667%; }

.col-4 {
  width: 33.33333333%;
  *width: 33.23333333%; }

.col-3 {
  width: 25%;
  *width: 24.9%; }

.col-2 {
  width: 16.66666667%;
  *width: 16.56666667%; }

.col-1 {
  width: 8.33333333%;
  *width: 8.23333333%; }

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%; }
  .col-xs-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }
  .col-xs-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%; }
  .col-xs-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }
  .col-xs-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%; }
  .col-xs-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }
  .col-xs-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%; }
  .col-xs-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }
  .col-xs-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%; }
  .col-sm-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }
  .col-sm-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%; }
  .col-sm-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }
  .col-sm-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%; }
  .col-sm-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }
  .col-sm-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%; }
  .col-sm-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }
  .col-sm-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%; }
  .col-md-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }
  .col-md-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }
  .col-md-9 {
    width: 75%;
    *width: 74.9%; }
  .col-md-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }
  .col-md-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }
  .col-md-6 {
    width: 50%;
    *width: 49.9%; }
  .col-md-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }
  .col-md-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }
  .col-md-3 {
    width: 25%;
    *width: 24.9%; }
  .col-md-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }
  .col-md-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }

@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%; }
  .col-lg-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }
  .col-lg-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%; }
  .col-lg-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }
  .col-lg-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%; }
  .col-lg-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }
  .col-lg-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%; }
  .col-lg-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }
  .col-lg-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }

@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%; }
  .col-xlg-11 {
    width: 91.66666667%;
    *width: 91.56666667%; }
  .col-xlg-10 {
    width: 83.33333333%;
    *width: 83.23333333%; }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%; }
  .col-xlg-8 {
    width: 66.66666667%;
    *width: 66.56666667%; }
  .col-xlg-7 {
    width: 58.33333333%;
    *width: 58.23333333%; }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%; }
  .col-xlg-5 {
    width: 41.66666667%;
    *width: 41.56666667%; }
  .col-xlg-4 {
    width: 33.33333333%;
    *width: 33.23333333%; }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%; }
  .col-xlg-2 {
    width: 16.66666667%;
    *width: 16.56666667%; }
  .col-xlg-1 {
    width: 8.33333333%;
    *width: 8.23333333%; } }

.col-auto {
  -ms-flex: 1 0 auto;
  flex: 1 0 0px;
  width: auto !important; }

@media (min-width: 576px) {
  .col-xs-auto {
    -ms-flex: 1 0 auto;
    flex: 1 0 0px;
    width: auto !important; } }

@media (min-width: 768px) {
  .col-sm-auto {
    -ms-flex: 1 0 auto;
    flex: 1 0 0px;
    width: auto !important; } }

@media (min-width: 992px) {
  .col-md-auto {
    -ms-flex: 1 0 auto;
    flex: 1 0 0px;
    width: auto !important; } }

@media (min-width: 1200px) {
  .col-lg-auto {
    -ms-flex: 1 0 auto;
    flex: 1 0 0px;
    width: auto !important; } }

@media (min-width: 1600px) {
  .col-xlg-auto {
    -ms-flex: 1 0 auto;
    flex: 1 0 0px;
    width: auto !important; } }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

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

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

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

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

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

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

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

@media only screen and (min-width: 576px) {
  .order-12-xs {
    -ms-flex-order: 12;
    order: 12; }
  .order-11-xs {
    -ms-flex-order: 11;
    order: 11; }
  .order-10-xs {
    -ms-flex-order: 10;
    order: 10; }
  .order-9-xs {
    -ms-flex-order: 9;
    order: 9; }
  .order-8-xs {
    -ms-flex-order: 8;
    order: 8; }
  .order-7-xs {
    -ms-flex-order: 7;
    order: 7; }
  .order-6-xs {
    -ms-flex-order: 6;
    order: 6; }
  .order-5-xs {
    -ms-flex-order: 5;
    order: 5; }
  .order-4-xs {
    -ms-flex-order: 4;
    order: 4; }
  .order-3-xs {
    -ms-flex-order: 3;
    order: 3; }
  .order-2-xs {
    -ms-flex-order: 2;
    order: 2; }
  .order-1-xs {
    -ms-flex-order: 1;
    order: 1; }
  .order-0-xs {
    -ms-flex-order: 0;
    order: 0; } }

@media only screen and (min-width: 768px) {
  .order-12-sm {
    -ms-flex-order: 12;
    order: 12; }
  .order-11-sm {
    -ms-flex-order: 11;
    order: 11; }
  .order-10-sm {
    -ms-flex-order: 10;
    order: 10; }
  .order-9-sm {
    -ms-flex-order: 9;
    order: 9; }
  .order-8-sm {
    -ms-flex-order: 8;
    order: 8; }
  .order-7-sm {
    -ms-flex-order: 7;
    order: 7; }
  .order-6-sm {
    -ms-flex-order: 6;
    order: 6; }
  .order-5-sm {
    -ms-flex-order: 5;
    order: 5; }
  .order-4-sm {
    -ms-flex-order: 4;
    order: 4; }
  .order-3-sm {
    -ms-flex-order: 3;
    order: 3; }
  .order-2-sm {
    -ms-flex-order: 2;
    order: 2; }
  .order-1-sm {
    -ms-flex-order: 1;
    order: 1; }
  .order-0-sm {
    -ms-flex-order: 0;
    order: 0; } }

@media only screen and (min-width: 992px) {
  .order-12-md {
    -ms-flex-order: 12;
    order: 12; }
  .order-11-md {
    -ms-flex-order: 11;
    order: 11; }
  .order-10-md {
    -ms-flex-order: 10;
    order: 10; }
  .order-9-md {
    -ms-flex-order: 9;
    order: 9; }
  .order-8-md {
    -ms-flex-order: 8;
    order: 8; }
  .order-7-md {
    -ms-flex-order: 7;
    order: 7; }
  .order-6-md {
    -ms-flex-order: 6;
    order: 6; }
  .order-5-md {
    -ms-flex-order: 5;
    order: 5; }
  .order-4-md {
    -ms-flex-order: 4;
    order: 4; }
  .order-3-md {
    -ms-flex-order: 3;
    order: 3; }
  .order-2-md {
    -ms-flex-order: 2;
    order: 2; }
  .order-1-md {
    -ms-flex-order: 1;
    order: 1; }
  .order-0-md {
    -ms-flex-order: 0;
    order: 0; } }

@media only screen and (min-width: 1200px) {
  .order-12-lg {
    -ms-flex-order: 12;
    order: 12; }
  .order-11-lg {
    -ms-flex-order: 11;
    order: 11; }
  .order-10-lg {
    -ms-flex-order: 10;
    order: 10; }
  .order-9-lg {
    -ms-flex-order: 9;
    order: 9; }
  .order-8-lg {
    -ms-flex-order: 8;
    order: 8; }
  .order-7-lg {
    -ms-flex-order: 7;
    order: 7; }
  .order-6-lg {
    -ms-flex-order: 6;
    order: 6; }
  .order-5-lg {
    -ms-flex-order: 5;
    order: 5; }
  .order-4-lg {
    -ms-flex-order: 4;
    order: 4; }
  .order-3-lg {
    -ms-flex-order: 3;
    order: 3; }
  .order-2-lg {
    -ms-flex-order: 2;
    order: 2; }
  .order-1-lg {
    -ms-flex-order: 1;
    order: 1; }
  .order-0-lg {
    -ms-flex-order: 0;
    order: 0; } }

@media only screen and (min-width: 1600px) {
  .order-12-xlg {
    -ms-flex-order: 12;
    order: 12; }
  .order-11-xlg {
    -ms-flex-order: 11;
    order: 11; }
  .order-10-xlg {
    -ms-flex-order: 10;
    order: 10; }
  .order-9-xlg {
    -ms-flex-order: 9;
    order: 9; }
  .order-8-xlg {
    -ms-flex-order: 8;
    order: 8; }
  .order-7-xlg {
    -ms-flex-order: 7;
    order: 7; }
  .order-6-xlg {
    -ms-flex-order: 6;
    order: 6; }
  .order-5-xlg {
    -ms-flex-order: 5;
    order: 5; }
  .order-4-xlg {
    -ms-flex-order: 4;
    order: 4; }
  .order-3-xlg {
    -ms-flex-order: 3;
    order: 3; }
  .order-2-xlg {
    -ms-flex-order: 2;
    order: 2; }
  .order-1-xlg {
    -ms-flex-order: 1;
    order: 1; }
  .order-0-xlg {
    -ms-flex-order: 0;
    order: 0; } }

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.no-wrap [class^="col-"] {
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.direction-row {
  -ms-flex-direction: row;
  flex-direction: row; }

.direction-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.direction-column {
  -ms-flex-direction: column;
  flex-direction: column; }

.direction-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

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

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

.align-end [class^="col-"] {
  vertical-align: bottom; }

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

.align-center [class^="col-"] {
  vertical-align: middle; }

.align-baseline {
  -ms-flex-align: baseline;
  align-items: baseline; }

.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.align-content-end [class^="col-"] {
  vertical-align: bottom; }

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

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

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

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

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

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

.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  vertical-align: middle; }

.align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  vertical-align: baseline; }

.justify-start {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.justify-start.grid {
  text-align: left; }

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

.justify-end.grid {
  text-align: right;
  text-align-last: right; }

.justify-end.grid [class^="col-"] {
  text-align: left;
  text-align: start;
  text-align-last: left;
  text-align-last: start; }

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

.justify-center.grid {
  text-align: center;
  text-align-last: center; }

.justify-center.grid [class^="col-"] {
  text-align: left;
  text-align: start;
  text-align-last: left;
  text-align-last: start; }

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

.justify-space-between.grid {
  text-align: justify;
  text-align-last: justify; }

.justify-space-between.grid [class^="col-"] {
  text-align: left;
  text-align: start;
  text-align-last: left;
  text-align-last: start; }

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

.justify-space-around.grid {
  text-align: justify;
  text-align-last: justify; }

.justify-space-around.grid [class^="col-"] {
  text-align: left;
  text-align: start;
  text-align-last: left;
  text-align-last: start; }

.grid-bleed [class*="col-"] {
  padding: 0; }

.col-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.col-bleed {
  padding: 0; }

.col-bleed-x {
  padding: 15px 0; }

.col-bleed-y {
  padding: 0 15px; }

.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto; }

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0; }

.flex-footer > :last-child {
  margin-bottom: 0; }

@media (max-width: 575px) {
  .hidden-xxs {
    display: none !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

#home-hero-block {
  width: 90%;
  height: 100vh;
  position: relative;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  #home-hero-block .hero--image {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden; }
    #home-hero-block .hero--image .parallax--wrapper {
      width: 100%;
      height: calc(100vh - 100px);
      position: relative; }
      #home-hero-block .hero--image .parallax--wrapper .overlay--title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto;
        width: 100%;
        min-height: 400px;
        max-width: 1200px; }
        #home-hero-block .hero--image .parallax--wrapper .overlay--title.fade--out {
          transition: opacity 0.5s ease;
          opacity: 0; }
        #home-hero-block .hero--image .parallax--wrapper .overlay--title .overlay--inner {
          max-width: 90%;
          margin-right: auto; }
          #home-hero-block .hero--image .parallax--wrapper .overlay--title .overlay--inner .svg--header {
            display: inline-block;
            max-width: 100%;
            height: auto;
            margin-right: auto; }
          #home-hero-block .hero--image .parallax--wrapper .overlay--title .overlay--inner .hero--md {
            margin-bottom: 20px;
            display: relative; }
          #home-hero-block .hero--image .parallax--wrapper .overlay--title .overlay--inner .hero--lg {
            margin-bottom: 20px;
            display: relative; }
          #home-hero-block .hero--image .parallax--wrapper .overlay--title .overlay--inner h4 {
            text-shadow: 0 0 90px rgba(0, 0, 0, 0.6); }
      #home-hero-block .hero--image .parallax--wrapper .hero--bg {
        min-height: 100vh;
        width: 100%;
        position: fixed;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }

.box--wrapper {
  max-width: 1200px;
  width: 100%; }

.hero--sub {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0; }

.hero--section .hero--image {
  height: 260px;
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .hero--section .hero--image {
      height: 320px; } }
  .hero--section .hero--image .parallax--wrapper {
    width: 100%;
    height: 260px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 1024px) {
      .hero--section .hero--image .parallax--wrapper {
        height: 320px; } }
    .hero--section .hero--image .parallax--wrapper .overlay--title {
      position: relative;
      margin: 0 auto;
      width: 100%;
      max-width: 1200px;
      text-align: left;
      z-index: 1;
      -webkit-transform: translate3d(0, 0, 0); }
      .hero--section .hero--image .parallax--wrapper .overlay--title .overlay--inner {
        max-width: 85%;
        margin: 0 auto; }
        .hero--section .hero--image .parallax--wrapper .overlay--title .overlay--inner h1 {
          max-width: 690px;
          margin-right: auto;
          margin-bottom: 0; }
    .hero--section .hero--image .parallax--wrapper .hero--bg {
      min-height: 100%;
      width: 100%;
      position: absolute;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

#footer {
  width: 100%;
  margin-top: 200px; }
  #footer .footer--top {
    padding: 3em 0;
    position: relative; }
    #footer .footer--top .brand--tag {
      width: 100px;
      position: absolute;
      right: 0px;
      top: -150px; }
      #footer .footer--top .brand--tag img {
        width: 100%;
        max-width: 200px;
        height: auto; }
  #footer .footer--bottom {
    padding: 1em 0; }

.footer--grid {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center; }
  @media (min-width: 768px) {
    .footer--grid {
      -ms-flex-flow: row;
          flex-flow: row; } }

.footer--bottom .footer--grid .grid--item {
  -ms-flex: 1;
      flex: 1; }
  @media (min-width: 768px) {
    .footer--bottom .footer--grid .grid--item:nth-child(1) {
      text-align: left; } }
  @media (min-width: 768px) {
    .footer--bottom .footer--grid .grid--item:nth-child(2) {
      text-align: right; } }

.footer--top .footer--grid .grid--item {
  -ms-flex: 1;
      flex: 1; }
  @media (min-width: 768px) {
    .footer--top .footer--grid .grid--item:nth-child(1) {
      text-align: left; } }
  @media (min-width: 768px) {
    .footer--top .footer--grid .grid--item:nth-child(2) {
      text-align: left; } }

.nest--grid {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 2em; }
  .nest--grid .grid--item {
    -ms-flex: unset !important;
        flex: unset !important; }
    .nest--grid .grid--item.social--hash {
      margin-bottom: 1em; }
      @media (min-width: 768px) {
        .nest--grid .grid--item.social--hash {
          margin-bottom: 0em; } }
    .nest--grid .grid--item.socials {
      text-align: right; }
      .nest--grid .grid--item.socials .social--item {
        margin-left: 12px; }
  @media (min-width: 768px) {
    .nest--grid {
      margin-top: 0em;
      -ms-flex-flow: row;
          flex-flow: row; } }

.grid--block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.legal--item .copy--sm {
  display: inline; }
  .legal--item .copy--sm.privacy--link:hover {
    color: #00AC89; }

.inner--pages {
  margin-top: 60px; }

.latest--entry {
  margin-bottom: 6em; }

.nf-loading-spinner {
  background-color: red; }

.form_description {
  display: none; }

.hightlighted {
  border-radius: 4px; }

.form {
  max-width: 600px;
  margin: 0 auto; }

#submit_form {
  background: red; }

.section {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }

.sub--title {
  width: 100%; }
  .sub--title .sub--grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .sub--title .sub--grid .sub--item {
      -ms-flex: 1;
          flex: 1; }

.content--inner {
  width: 100% !important;
  margin-right: auto; }
  @media (min-width: 1024px) {
    .content--inner {
      width: 70%;
      margin-right: auto; } }

.se--full {
  width: 100%;
  margin: 0 auto; }

.in--100 {
  width: 100%;
  margin: 0 auto; }

.in--98 {
  width: 98%;
  margin: 0 auto; }

.in--96 {
  width: 96%;
  margin: 0 auto; }

.in--94 {
  width: 94%;
  margin: 0 auto; }

.in--92 {
  width: 92%;
  margin: 0 auto; }

.in--90 {
  width: 90%;
  margin: 0 auto; }

.in--88 {
  width: 88%;
  margin: 0 auto; }

.in--86 {
  width: 86%;
  margin: 0 auto; }

.in--84 {
  width: 84%;
  margin: 0 auto; }

.in--82 {
  width: 82%;
  margin: 0 auto; }

.in--78 {
  width: 78%;
  margin: 0 auto; }

.in--72 {
  width: 72%;
  margin: 0 auto; }

.mx--1600 {
  max-width: 1600px;
  margin: 0 auto; }

.mx--1400 {
  max-width: 1400px;
  margin: 0 auto; }

.mx--1200 {
  max-width: 1200px;
  margin: 0 auto; }

.mx--1000 {
  max-width: 1000px;
  margin: 0 auto; }

.mx--900 {
  max-width: 900px;
  margin: 0 auto; }

.mx--800 {
  max-width: 800px;
  margin: 0 auto; }

.mx--600 {
  max-width: 600px;
  margin: 0 auto; }

.pos--relative {
  position: relative; }

.pos--fixed {
  position: fixed; }

.pos--absolute {
  position: absolute; }

#navigation {
  background: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  box-shadow: 0px 0px 0px #888888;
  transition: 0.5s all ease;
  border-bottom: 4px solid white; }
  #navigation.shadow {
    border-bottom: 4px solid #f2f2f2; }

.item--logo {
  position: relative; }
  .item--logo .main--logo {
    transition: all 0.75s ease-in-out;
    position: absolute;
    /* top: -125px; */
    /* padding: 10px 5px; */
    top: -32px;
    /* background: white; */
    right: 0;
    z-index: 99;
    /* max-width: 100px;  */
  
    /* bottom: 0px; */
    /* top: -114px; */
    /* top: -10px; */
    right: 0;
    z-index: 99;
    max-width: 96px;
  
  
  }
    .item--logo .main--logo svg #mark {
      transition: all 0.75s ease-in-out;
      fill: #0076BE; }
    @media (min-width: 1024px) {
      .item--logo .main--logo {
        top: -40px;
        max-width: 140px; }
        .item--logo .main--logo svg #mark {
          transition: all 0.75s ease-in-out;
          fill: white; }
        .item--logo .main--logo.move--up {
          /* top: -175px; */
          transition: all 0.75s ease-in-out; }
          .item--logo .main--logo.move--up svg #mark {
            transition: all 0.75s ease-in-out;
            fill: #0076BE; } }
    .item--logo .main--logo svg {
      width: 100%;
      height: auto; }

.nested--box {
  width: 100%;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 768px) {
    .nested--box {
      -ms-flex-pack: start;
          justify-content: flex-start; } }

.top--nav {
  width: 100%;
  padding: 10px 0; }
  @media (min-width: 1024px) {
    .top--nav {
      padding: 20px 0; } }
  .top--nav .nav--grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .top--nav .nav--grid .nav--box {
      -ms-flex: 1;
          flex: 1;
      width: 100%; }
      .top--nav .nav--grid .nav--box.box--logo {
        -ms-flex: 1;
            flex: 1; }
      .top--nav .nav--grid .nav--box.box--menu {
        -ms-flex: 1;
            flex: 1;
        -ms-flex-pack: start;
            justify-content: flex-start; }
        @media (min-width: 1024px) {
          .top--nav .nav--grid .nav--box.box--menu {
            -ms-flex: 5;
                flex: 5; } }
        .top--nav .nav--grid .nav--box.box--menu .box--wrapper .nested--grid .nested--box {
          width: 100%;
          -ms-flex-flow: row;
              flex-flow: row;
          -ms-flex-pack: start;
              justify-content: flex-start;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: start;
              align-items: flex-start; }
          @media (min-width: 1024px) {
            .top--nav .nav--grid .nav--box.box--menu .box--wrapper .nested--grid .nested--box {
              -ms-flex-pack: distribute;
                  justify-content: space-around; } }
      .top--nav .nav--grid .nav--box .nav--item {
        display: inline-block;
        /* padding: 0.4em 0.3em; */
        position: relative;
        display: none;
        text-align: center; }
        @media (min-width: 1024px) {
          .top--nav .nav--grid .nav--box .nav--item {
            display: block; } }
        .top--nav .nav--grid .nav--box .nav--item.item--logo {
          display: block !important; }
        .top--nav .nav--grid .nav--box .nav--item.item--hamburger {
          display: block !important;
          padding: 0.4em 0.6em;
          -ms-flex-item-align: start;
              align-self: flex-start; }
          @media (min-width: 1024px) {
            .top--nav .nav--grid .nav--box .nav--item.item--hamburger {
              display: none !important; } }

#landing-navigation {
  background: white;
  position: absolute;
  width: 100%;
  bottom: 0px;
  opacity: 0;
  border-bottom: 4px solid white;
  z-index: 99; }
  #landing-navigation .nav--block {
    width: 90%; }
  #landing-navigation.stick {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: auto !important;
    z-index: 99;
    border-bottom: 4px solid #f2f2f2; }
    #landing-navigation.stick .item--logo {
      position: relative; }
      #landing-navigation.stick .item--logo .main--logo {
        position: absolute;
        bottom: 0px;
        /* top: -114px; */
        top: -10px;
        right: 0;
        z-index: 99;
        max-width: 96px;
        transition: 0.3s ease all; }
        @media (min-width: 1024px) {
          #landing-navigation.stick .item--logo .main--logo {
            max-width: 140px;
            /* top: -160px;  */
            top: -20px; 
          } }
        #landing-navigation.stick .item--logo .main--logo svg #mark {
          transition: all 0.75s ease-in-out;
          fill: #0076BE; }
  #landing-navigation .item--logo {
    position: relative; }
    #landing-navigation .item--logo .main--logo {
      transition: 0.5s ease all;
      position: absolute;
      /* bottom: 0px; */
      top: -17px;
      right: 0;
      z-index: 99;
      max-width: 100px; }
      @media (min-width: 1024px) {
        #landing-navigation .item--logo .main--logo {
          max-width: 140px;
          top: -40px; 
        } }
      #landing-navigation .item--logo .main--logo svg {
        width: 100%;
        height: auto; }
        #landing-navigation .item--logo .main--logo svg #mark {
          transition: all 0.75s ease-in-out;
          fill: white; }
  #landing-navigation .nested--box {
    width: 100%;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 768px) {
      #landing-navigation .nested--box {
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  #landing-navigation .top--nav {
    width: 100%;
    padding: 10px 0; }
    @media (min-width: 1024px) {
      #landing-navigation .top--nav {
        padding: 20px 0; } }
    #landing-navigation .top--nav .nav--grid {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      #landing-navigation .top--nav .nav--grid .nav--box {
        -ms-flex: 1;
            flex: 1;
        width: 100%; }
        #landing-navigation .top--nav .nav--grid .nav--box.box--logo {
          -ms-flex: 1;
              flex: 1; }
        #landing-navigation .top--nav .nav--grid .nav--box.box--menu {
          -ms-flex: 1;
              flex: 1;
          margin-left: 0;
          -ms-flex-pack: start;
              justify-content: flex-start; }
          @media (min-width: 1024px) {
            #landing-navigation .top--nav .nav--grid .nav--box.box--menu {
              -ms-flex: 5;
                  flex: 5;
              -ms-flex-pack: distribute;
                  justify-content: space-around; } }
          #landing-navigation .top--nav .nav--grid .nav--box.box--menu .box--wrapper .nested--grid .nested--box {
            width: 100%;
            -ms-flex-flow: row;
                flex-flow: row;
            -ms-flex-pack: start;
                justify-content: flex-start;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center; }
            @media (min-width: 1024px) {
              #landing-navigation .top--nav .nav--grid .nav--box.box--menu .box--wrapper .nested--grid .nested--box {
                -ms-flex-pack: distribute;
                    justify-content: space-around; } }
        #landing-navigation .top--nav .nav--grid .nav--box .nav--item {
          display: inline-block;
          /* padding: 0.4em 0.3em; */
          position: relative;
          display: none;
          text-align: center; }
          @media (min-width: 1024px) {
            #landing-navigation .top--nav .nav--grid .nav--box .nav--item {
              display: block; } }
          #landing-navigation .top--nav .nav--grid .nav--box .nav--item.item--logo {
            display: block !important; }
          #landing-navigation .top--nav .nav--grid .nav--box .nav--item.item--hamburger {
            display: block !important; }
            #landing-navigation .top--nav .nav--grid .nav--box .nav--item.item--hamburger .ham--wrapper {
              margin-left: 5px;
              position: relative;
              top: 1px; }
            @media (min-width: 1024px) {
              #landing-navigation .top--nav .nav--grid .nav--box .nav--item.item--hamburger {
                display: none !important; } }

.landing-nav-block {
  background: white;
  width: 100%;
  position: absolute;
  height: 75px;
  bottom: 0;
  z-index: 98; }


#mobile_close {
  color: white;
}

.mobile--wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 999999999;
  display: none; }
  .mobile--wrap .mobile--inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%;
    overflow-y: scroll; }
    .mobile--wrap .mobile--inner .mobile--block {
      position: relative; }
      .mobile--wrap .mobile--inner .mobile--block .content--block {
        position: relative;
        padding: 2em;
        background: white; }

#mobile__nav .mobile--grid {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 4em; }
  #mobile__nav .mobile--grid .nav--item {
    margin-bottom: 1em; }
    #mobile__nav .mobile--grid .nav--item .copy--nav {
      font-size: 120%; }

#home-hero-block {
  width: 90%;
  height: 100vh;
  position: relative;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  #home-hero-block .hero--image {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden; }
    #home-hero-block .hero--image .parallax--wrapper {
      width: 100%;
      height: calc(100vh - 100px);
      position: relative; }
      #home-hero-block .hero--image .parallax--wrapper .overlay--title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto;
        width: 100%;
        min-height: 400px;
        max-width: 1200px; }
        #home-hero-block .hero--image .parallax--wrapper .overlay--title.fade--out {
          transition: opacity 0.5s ease;
          opacity: 0; }
        #home-hero-block .hero--image .parallax--wrapper .overlay--title .overlay--inner {
          max-width: 90%;
          margin-right: auto; }
          #home-hero-block .hero--image .parallax--wrapper .overlay--title .overlay--inner .svg--header {
            display: inline-block;
            max-width: 100%;
            height: auto;
            margin-right: auto; }
          #home-hero-block .hero--image .parallax--wrapper .overlay--title .overlay--inner .hero--md {
            margin-bottom: 20px;
            position: relative; }
          #home-hero-block .hero--image .parallax--wrapper .overlay--title .overlay--inner .hero--lg {
            margin-bottom: 20px;
            position: relative; }
          #home-hero-block .hero--image .parallax--wrapper .overlay--title .overlay--inner h4 {
            text-shadow: 0 0 90px rgba(0, 0, 0, 0.6); }
      #home-hero-block .hero--image .parallax--wrapper .hero--bg {
        min-height: 100vh;
        width: 100%;
        position: fixed;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }

.box--wrapper {
  max-width: 1200px;
  width: 100%; }

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

.hero--sub {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0; }

.fade--first-enter-active,
.fade--first-leave-active {
  transition: opacity 1s; }

.fade--first-enter,
.fade--first-leave-to {
  opacity: 0; }

.fade--second-enter-active,
.fade--second-leave-active {
  transition: opacity 1s 0.5s; }

.fade--second-enter,
.fade--second-leave-to {
  opacity: 0; }

.slide-fade-enter-active {
  transition: all 0.8s ease; }

.slide-fade-leave-active {
  transition: all 1.6s cubic-bezier(1, 0.5, 0.8, 1); }

.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateX(-100px);
  opacity: 0; }

.slide-fade-two-enter-active {
  transition: all 0.8s ease; }

.slide-fade-two-leave-active {
  transition: all 1.6s cubic-bezier(1, 0.5, 0.8, 1); }

.slide-fade-two-enter,
.slide-fade-two-leave-to {
  transform: translateX(100px);
  opacity: 0; }

.slide-fade-up-enter-active {
  transition: all 0.8s ease; }

.slide-fade-up-leave-active {
  transition: all 1.6s cubic-bezier(1, 0.5, 0.8, 1); }

.slide-fade-up-enter,
.slide-fade-up-leave-to {
  transform: translateY(50px);
  opacity: 0; }

#anim--first,
#anim--second,
#anim--third {
  opacity: 0;
  position: relative; }

.hero--section .hero--image {
  height: 260px;
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .hero--section .hero--image {
      height: 320px; } }
  .hero--section .hero--image .parallax--wrapper {
    width: 100%;
    height: 260px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 1024px) {
      .hero--section .hero--image .parallax--wrapper {
        height: 320px; } }
    .hero--section .hero--image .parallax--wrapper .overlay--title {
      position: relative;
      margin: 0 auto;
      width: 100%;
      max-width: 1200px;
      text-align: left;
      z-index: 1;
      -webkit-transform: translate3d(0, 0, 0); }
      .hero--section .hero--image .parallax--wrapper .overlay--title .overlay--inner {
        max-width: 85%;
        margin: 0 auto; }
        .hero--section .hero--image .parallax--wrapper .overlay--title .overlay--inner h1 {
          max-width: 690px;
          margin-right: auto;
          margin-bottom: 0; }
    .hero--section .hero--image .parallax--wrapper .hero--bg {
      min-height: 100%;
      width: 100%;
      position: absolute;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.modal--wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 999999999;
  display: none; }
  .modal--wrap .modal--inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%;
    overflow-y: scroll; }
    .modal--wrap .modal--inner .modal--block {
      position: relative;
      margin-top: 60px; }
      .modal--wrap .modal--inner .modal--block .content--block {
        position: relative;
        padding: 2em;
        width: 100%;
        background: white;
        opacity: 0; }
        .modal--wrap .modal--inner .modal--block .content--block:first-child {
          margin-top: 0em !important; }

.content--editor p {
  margin-bottom: 2em; }

.video-modal--wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999999999;
  display: none; }
  .video-modal--wrap .modal--inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%;
    overflow-y: scroll; }
    .video-modal--wrap .modal--inner .modal--block {
      position: relative;
      margin-top: 0px; }
      .video-modal--wrap .modal--inner .modal--block .mx--1200,
      .video-modal--wrap .modal--inner .modal--block .section--max {
        height: 100vh; }
        .video-modal--wrap .modal--inner .modal--block .mx--1200 .in--72,
        .video-modal--wrap .modal--inner .modal--block .mx--1200 .section--inner,
        .video-modal--wrap .modal--inner .modal--block .section--max .in--72,
        .video-modal--wrap .modal--inner .modal--block .section--max .section--inner {
          height: 100%; }
          .video-modal--wrap .modal--inner .modal--block .mx--1200 .in--72 .content--block,
          .video-modal--wrap .modal--inner .modal--block .mx--1200 .section--inner .content--block,
          .video-modal--wrap .modal--inner .modal--block .section--max .in--72 .content--block,
          .video-modal--wrap .modal--inner .modal--block .section--max .section--inner .content--block {
            height: 100%; }
      .video-modal--wrap .modal--inner .modal--block .content--block {
        position: relative;
        width: 100%;
        background: transparent; }
        .video-modal--wrap .modal--inner .modal--block .content--block:first-child {
          margin-top: 0em !important; }
        .video-modal--wrap .modal--inner .modal--block .content--block .content--editor {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 100%; }

.embed--container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed--container iframe,
.embed--container object,
.embed--container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.grid--block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .grid--block .social--hash a {
    transition: all 0.5s ease; }
  .grid--block .social--hash:hover a {
    transition: all 1s ease;
    color: #00AC89 !important; }
  @media (min-width: 568px) {
    .grid--block .social--hash {
      width: 100%; } }
  @media (min-width: 1024px) {
    .grid--block .social--hash {
      width: 100%;
      -ms-flex-pack: end;
          justify-content: flex-end; } }

.social--item .social--icon {
  width: 26px;
  height: 26px;
  margin-left: 1em; }
  .social--item .social--icon #icon {
    transition: all 0.5s ease; }
  .social--item .social--icon:hover #icon {
    transition: all 1s ease;
    fill: #00AC89 !important; }

hr {
  height: 2px;
  background: gray;
  margin: 4em auto;
  width: 100%; }

.editor--block {
  margin-right: auto;
  max-width: 98%; }
  @media (min-width: 568px) {
    .editor--block {
      max-width: 82%; } }

.parallax--section {
  padding: 2em 0; }
  .parallax--section .image--block .parallax--wrapper {
    width: 100%;
    height: 540px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .parallax--section .image--block .parallax--wrapper .overlay--icon {
      height: 240px;
      width: 100%;
      text-align: center;
      position: relative;
      max-width: 220px;
      margin: 0 auto;
      z-index: 1;
      display: inline-block;
      position: absolute; }
      .parallax--section .image--block .parallax--wrapper .overlay--icon .parallax--mark {
        width: 100%;
        height: auto;
        display: block; }
    .parallax--section .image--block .parallax--wrapper .bg--img {
      z-index: 0;
      min-width: initial;
      background-position: 25% 50%;
      min-height: 100%;
      width: 100%;
      position: absolute;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
      z-index: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: all 3s ease; }
      @media (min-width: 768px) {
        .parallax--section .image--block .parallax--wrapper .bg--img {
          background-position: center; } }
    .parallax--section .image--block .parallax--wrapper .img--caption {
      position: absolute;
      bottom: -3.5rem;
      right: 0.5rem; }

.news--img {
  width: 100%;
  display: block;
  height: auto; }

.thumbnail--option {
  position: relative;
  width: 100%;
  height: 100%; }
  .thumbnail--option .thumb--overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .thumbnail--option .video--thumb {
    width: 100%;
    display: block; }

.btn--close {
  position: fixed;
  right: 1em;
  top: 2em;
  margin: 0;
  z-index: 9999; }

.card {
  width: 100%;
  text-align: center;
  cursor: pointer; }
  .card .card--inner {
    display: inline-block;
    width: 100%;
    margin: 0 auto; }
    .card .card--inner .card--photo {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      transition: opacity 1s ease;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      .card .card--inner .card--photo .photo--overlay {
        transition: opacity 1s ease;
        position: absolute;
        background: #000;
        opacity: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .card .card--inner .card--content {
      text-align: left;
      margin-top: 10px;
      max-width: 90%; }
      .card .card--inner .card--content h4 {
        transition: all 1s ease; }
      .card .card--inner .card--content .card--position {
        line-height: initial; }
  .card:hover .card--photo .photo--overlay {
    transition: opacity 1s ease;
    opacity: 0.3; }
  .card:hover .card--content h4 {
    color: #00AC89; }

.nohover {
  pointer-events: none; }

.g--block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 1024px) {
    .g--block {
      -ms-flex-flow: row;
          flex-flow: row; } }
  .g--block .g--item {
    transition: transform 3s ease;
    position: relative;
    -ms-flex: 1;
        flex: 1;
    padding: 3rem 2%;
    width: 100%; }
    @media (min-width: 768px) {
      .g--block .g--item {
        min-height: 420px; } }
    .g--block .g--item .img--caption {
      bottom: -0.8rem;
      right: 1rem;
      position: absolute; }
      @media (min-width: 768px) {
        .g--block .g--item .img--caption {
          bottom: -0.8rem;
          right: 2.2rem; } }
    .g--block .g--item .item--inner {
      overflow: hidden;
      position: relative;
      min-height: 260px;
      width: 100%; }
      @media (min-width: 768px) {
        .g--block .g--item .item--inner {
          min-height: 420px; } }
      .g--block .g--item .item--inner .img--overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2); }
      .g--block .g--item .item--inner .item--content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 80%;
        z-index: 3;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
            flex-flow: column;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .g--block .g--item .item--inner .item--content .svg--text {
          max-height: 200px;
          width: 100%; }
    .g--block .g--item:hover .bg--img {
      transition: transform 3s ease;
      transform: scale(1.125); }

.bg--img {
  min-height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 3s ease; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

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

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0); }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: translate3d(0, 0, 0); } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0); }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 900px, 0);
    opacity: 0; } }

.hinge {
  animation-duration: 2s;
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }
