/*!
 * fullPage 3.0.2
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #444;
}

q:after,
q:before {
  content: '';
}

abbr,
acronym {
  border: 0;
}

/* Custom CSS
 * --------------------------------------- */
body {
  color: #333;
  color: rgba(0, 0, 0, 0.5);
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}

h1 {
  font-size: 6em;
}

p {
  font-size: 2em;
}

.intro p {
  width: 51%;
  margin: 0 auto;
  font-size: 1.5em;
}

.section {
  text-align: center;
}

#menu li {
  display: inline-block;
}

#menu li a:hover {
  text-decoration: underline;
}

#menu li.active a:hover {
  color: #000;
}

#menu li a,
#menu li.active a {
  padding: 9px 18px;
  display: block;
}

.twitter-share-button {
  position: fixed;
  z-index: 99;
  right: 149px;
  top: 9px;
}

#infoMenu {
  height: 20px;
  color: #f2f2f2;
  position: fixed;
  z-index: 70;
  bottom: 0;
  width: 100%;
  text-align: right;
  font-size: 0.9em;
  padding: 8px 0;
}

#infoMenu ul {
  padding: 0 40px;
}

#infoMenu li a {
  display: block;
  margin: 0 22px 0 0;
  color: #333;
}

#infoMenu li a:hover {
  text-decoration: underline;
}

#infoMenu li {
  display: inline-block;
  position: relative;
}

#examplesList {
  display: none;
  background: #282828;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  float: left;
  position: absolute;
  bottom: 29px;
  right: 0;
  width: 638px;
  text-align: left;
}

#examplesList ul {
  padding: 0;
}

#examplesList ul li {
  display: block;
  margin: 5px 0;
}

#examplesList ul li a {
  color: #BDBDBD;
  margin: 0;
}

#examplesList ul li a:hover {
  color: #f2f2f2;
}

#examplesList .column {
  float: left;
  margin: 0 20px 0 0;
}

#examplesList h3 {
  color: #f2f2f2;
  font-size: 1.2em;
  margin: 0 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 0 0 5px;
}

/* Demos Menu
 * --------------------------------------- */
#demosMenu {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}

h1,
h2,
h3,
h4,
p {
  font-family: 'Roboto Condensed', sans-serif !important;
}

.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue p,
.bg-blue span,
.blue-coast h1,
.blue-coast h2,
.blue-coast h3,
.blue-coast h4,
.blue-coast p,
.blue-coast span,
.home-intro h2,
.home-intro h3,
.home-intro h4,
.home-intro span,
.whales-carousel h1,
.whales-carousel h2,
.whales-carousel h3,
.whales-carousel h4,
.whales-carousel p,
.whales-carousel span {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

#menu h1 {
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #065ba7;
}

#mobile-menu h1 {
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #065ba7;
  margin-top: 35px;
}

#menu a {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #065ba7 !important;
}

.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.masthead-report {
  min-height: 118px;
  max-height: 118px;
  background: transparent;
}

body {
  background: #fff;
}

.logo-wraper #logo {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  display: block;
  margin: 0;
  width: 150px;
  height: 60px;
  text-indent: -3333px;
  background-image: url("../img/pb_logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.row.nav-row,
.row.utility-row {
  height: auto;
}

.utility-nav {
  margin-bottom: 10px !important;
}

.navbar.main-nav-wrap {
  display: block;
  margin-top: -25px;
}

.navbar.main-nav-wrap {
  z-index: 0;
}

#section0 {
  background: url("../img/intro-bg.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section0 h1,
p {
  z-index: 999;
  position: relative;
  display: block;
  color: #fff;
}

.masthead-report {
  min-height: 118px;
  max-height: 118px;
  background: transparent;
  position: absolute;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 40px;
  height: 60px;
  margin-left: 0;
  top: 92%;
  margin-top: 0;
  box-shadow: inset 0 0 0 2px #fff !important;
  border-radius: 25px;
  margin-left: -20px;
}

.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}

#section0 {
  position: relative;
}

img.hp-arcs {
  width: 100%;
  min-width: 140px;
  position: absolute;
  margin: 0 auto;
  left: -50%;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  max-height: 300px;
}

ul.utility-nav {
  margin: 0 auto;
  margin-top: 10px;
}

ul.utility-nav li a::before {
  color: #065ba7;
}

.navbar.main-nav-wrap {
  z-index: 0;
  float: right;
  right: 0;
  position: absolute;
  top: 0;
}

.intro-spacer {
  padding-top: 20%;
  height: 1px;
}

.intro {
  overflow: hidden;
}

.whale-slide {
  color: #fff;
  position: relative;
}

.whale-slide img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.whale-slide .whale-content {
  position: absolute;
  display: block;
  z-index: 999;
  color: #fff;
  top: 30%;
  max-width: 920px;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.whale-slide .whale-content h1 {
  color: #fff;
}

.whales-carousel {
  position: relative;
}

.whales-nav {
  position: absolute;
  display: block;
  z-index: 2;
  color: #fff;
  top: 10%;
  width: 100%;
  border-bottom: solid 1px;
  padding-bottom: 15px;
}

.whales-nav a {
  color: #fff;
  font-weight: 400;
  font-size: 25px;
  cursor: pointer;
  padding: 0 25px;
}

.scrollToTop {
  margin: 0 10px 10px 0;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  border: solid #fff 1px;
  padding: 12px 15px;
  opacity: 1;
  background-color: #75b443;
  z-index: 999;
  color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.scrollToTop:hover {
  text-decoration: none;
}

.active-whale {
  position: relative;
}

.active-whale:after,
.active-whale:before {
  top: 114%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.active-whale:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.active-whale:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 11px;
  margin-left: -11px;
}

.owl-wrapper-outer {
  height: 100% !important;
}

.owl-wrapper {
  height: 100%;
}

.owl-item {
  height: 100%;
}

.item,
.owl-item {
  height: 130vh;
}

.board-letter h1 {
  font-size: 70px;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #065ba7;
  padding: 25px 0;
}

.board-letter p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #828282;
  text-align: left;
  padding: 15px 0;
}

.board-letter .intro-header {
  margin: 45px auto;
}

.board-letter .intro-header h1,
.board-letter .intro-header p {
  padding: 0;
  text-align: center;
}

.board-letter .intro-header p {
  max-width: 920px;
  margin: 0 auto;
  font-size: 32px;
}

.board-letter .intro-header span {
  font-weight: 400;
  margin-top: 25px;
  display: block;
}

.intro-header-dark {
  margin: 45px auto;
}

.intro-header-dark h1,
.intro-header-dark p {
  padding: 0;
  text-align: center;
  color: #828282;
}

.intro-header-dark h1 {
  font-size: 70px;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #065ba7;
  padding: 25px 0;
}

.intro-header-dark p {
  max-width: 920px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #828282;
  text-align: center;
}

.intro-header-dark span {
  font-weight: 400;
  margin-top: 25px;
  display: block;
}

.letter-expand {
  height: 475px;
  overflow: hidden;
  margin-bottom: 25px;
}

.bg-dark-blue {
  background-color: #065ba7;
  padding: 45px 0;
}

.bg-dark-blue h1 {
  color: #fff;
}

.bg-blue {
  background-color: #4393cf;
  padding: 45px 0;
  margin-top: 45px;
}

.bg-blue p {
  max-width: 920px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.bg-blue span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44;
  color: #fff;
  padding-top: 25px;
  display: block;
}

.bg-green {
  background-color: #75b443;
  padding: 45px 0;
  margin-top: 45px;
}

.bg-green p {
  max-width: 920px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 42px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.24;
  letter-spacing: normal;
  text-align: center;
}

.number-wrapper {
  margin: 45px 0;
}

.number-wrapper h1 {
  font-size: 75px;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  line-height: 0.52;
  letter-spacing: normal;
  text-align: center;
  color: #065ba7;
  margin-bottom: 25px;
}

.number-wrapper h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #065ba7;
  text-transform: lowercase;
  ;
}

.number-wrapper h3 {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #656565;
  max-width: 200px;
  margin: 0 auto;
}

.bg-light-blue {
  background-color: #eaf3f9;
  margin-top: 45px;
}

.footer-callout {
  padding: 45px 0;
  max-width: 920px;
  margin: 0 auto;
}

.footer-callout .download-buttons {
  margin-top: 75px;
}

.footer-callout h1 {
  font-size: 42px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.24;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 25px;
}

.footer-callout p {
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.footer-callout a {
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  height: 47px;
  border-radius: 26px;
  background-color: #75b443;
  padding: 10px 25px;
  margin: 0 15px;
}

svg.svg-inline--fa.fa-copyright.fa-w-16 {
  max-width: 12px;
  margin-right: 5px;
  margin-top: -2px;
}

.home-intro h1 {
  font-size: 70px;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #065ba7 !important;
}

.home-intro P {
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #065ba7;
}

.arrow_box {
  position: relative;
  background: #4393cf;
  border: 4px solid #4393cf;
}

.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(67, 147, 207, 0);
  border-bottom-color: #4393cf;
  border-width: 30px;
  margin-left: -30px;
}

.arrow_box:before {
  border-color: rgba(67, 147, 207, 0);
  border-bottom-color: #4393cf;
  border-width: 36px;
  margin-left: -36px;
}

.fire-inner {
  text-align: left;
  width: 100%;
  opacity: 0.9;
  background-color: #ffffff;
  padding: 75px 0;
  width: 100%;
}

.fire-inner h1 {
  font-size: 21px;
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  color: #828282;
}

.fire-inner h2 {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #828282;
}

.fire-inner h3 {
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.1;
  letter-spacing: normal;
  color: #828282;
  margin-top: 25px;
}

.fire-inner p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #828282;
}

#section4 {
  background: url("../img/fire-img-1.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: relative;
  z-index: 16;
}

#section5 {
  background: url("../img/fire-img-2.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

#section6 {
  background: url("../img/fire-img-4.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

#section7 {
  background: url("../img/fire-img-3.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.fire-bottom {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
}

.fire-inner {
  width: 100%;
  position: relative;
  display: block;
  z-index: 1;
}

.testimonial-fire {
  width: 100%;
  position: relative;
  display: block;
  z-index: 2;
  margin-top: 0;
}

#section2 {
  position: relative;
  display: flex;
}

#section2 .board-letter {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#section2 .align-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#fullpage {
  overflow: hidden;
}

.board-images {
  max-width: 250px;
  margin: 50px auto 25px;
}

.board-images img {
  width: 100%;
}

i.fas.fa-chevron-down {
  margin-left: 5px;
  font-size: 16px;
}

button.button {
  background: #fff;
  box-shadow: none;
  border: 2px solid #065ba7;
  border-radius: 35px;
  color: #065ba7;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.15;
  letter-spacing: normal;
  color: #065ba7;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

button.button:hover {
  cursor: pointer;
  background: #065ba7;
  color: #fff;
}

.chart-section {
  padding: 25px 0 75px;
}

.chart-section p {
  color: #065ba7;
  margin-bottom: 45px;
}

.owl-dots {
  /* position: absolute; */
  /* top: 50px; */
  position: absolute;
  display: block;
  z-index: 2;
  color: #fff;
  top: 12%;
  width: 100%;
}

.owl-dot {
  margin: 0 40px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  border-top: 10px solid #75b443;
}

.whales-nav {
  display: flex;
  max-width: 920px;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.whales-nav .inactive-whale {
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.whales-nav .inactive-whale:hover {
  opacity: 1;
}

.whales-nav .active-whale {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.whales-nav a {
  flex-basis: 25%;
  flex-grow: 0;
  text-decoration: none;
}

.whales-nav h1 {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}

.whales-nav img {
  max-width: 50px;
  width: 100%;
  margin: 0 auto;
  float: none;
  display: block;
  margin-bottom: 15px;
}

.whale-content h1 {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  padding: 5px 0;
}

.whale-content h2 {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}

.whale-content h3 {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  font-weight: 400;
  margin-top: 25px;
}

.whale-content p {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  max-width: 750px;
  margin: 0 auto;
}

p.photo-cred {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
}

.whale-1 .whale-content img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 75px;
}

.whale-2 .maps-content {
  display: flex;
  margin-top: 75px;
}

.whale-2 .maps-content img {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.whale-2 .maps-content p {
  flex-basis: 70%;
  flex-grow: 0;
  text-align: left;
  padding: 0 15px;
  font-size: 14px;
}

.whale-2 .maps-content .text {
  max-width: 295px;
}

.whale-3 .maps-content {
  display: flex;
  margin-top: 75px;
}

.whale-3 .maps-content .legend {
  max-width: 140px;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.whale-3 .maps-content img {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}

.whale-3 .maps-content p {
  flex-basis: 70%;
  flex-grow: 0;
  text-align: left;
  padding: 0 15px;
  font-size: 14px;
}

.whale-3 .maps-content .text {
  max-width: 295px;
}

.whale-3 .maps-content .text img {
  margin-left: 0;
}

.whale-1 .maps-content {
  display: flex;
  margin-top: 75px;
}

.whale-1 .maps-content .legend {
  max-width: 140px;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.whale-1 .maps-content img {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}

.whale-1 .maps-content p {
  flex-basis: 70%;
  flex-grow: 0;
  text-align: left;
  padding: 0 15px;
  font-size: 14px;
}

.whale-1 .maps-content .text {
  max-width: 295px;
}

.whale-1 .maps-content .text img {
  margin-left: 0;
}

.whale-4 .whale-content img {
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  min-height: 100px;
}

.whale-4 .whale-content .maps-content {
  display: flex;
  margin-top: 75px;
}

.whale-4 .whale-content .maps-content .section-50 {
  flex-basis: 50%;
  flex-grow: 0;
}

.whale-4 .whale-content .maps-content .section-50 h1 {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 25px;
}

.whale-4 .whale-content .maps-content .section-50 .inner {
  display: flex;
}

.whale-4 .whale-content .maps-content .section-50 .inner h2 {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
}

.whale-5 .whale-content .percent {
  margin-top: 45px;
}

.whale-5 .whale-content .percent h1 {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-size: 175px;
  font-weight: 400;
  margin-bottom: 0;
}

.whale-5 .whale-content .percent p {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  margin-top: 0;
}

.whale-box-1 {
  border-right: solid 1px;
}

.bar-graphs {
  max-width: 225px;
  margin: 0 auto;
}

.bar-graphs h1,
.bar-graphs h2 {
  text-align: left;
  font-size: 16px;
}

.bar-graphs h1 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 600;
  float: left;
}

.bar-graphs h2 {
  font-size: 20px !important;
  width: 100%;
  display: block;
  float: left;
}

.bar-graphs span {
  margin-top: 0;
  margin-left: 10px;
  padding-top: 10px;
  position: absolute;
}

.bar {
  height: 40px;
  background: #75B443;
  width: 0;
  margin-bottom: 0;
  float: left;
}

.gif-overlay {
  background: #7D96B5;
  opacity: 0.9;
  position: absolute;
  z-index: 999;
  display: block;
  /* top: 0; */
  bottom: 100px;
  height: 85px;
  padding: 15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  font-weight: 600;
}

.gif-overlay p {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}

.signup-form h1 {
  font-size: 42px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.24;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.signup-form .embed-form {
  max-width: 960px;
  margin: 0 auto;
}

.signup-form .BBFormContainer .BBFormSignupFieldWide {
  width: 100%;
  max-width: 250px;
  padding-right: 15px !important;
}

.signup-form .BBFormContainer .BBFormSubmitbutton {
  background: 0 0 !important;
  background-color: #75b443 !important;
  width: auto !important;
  border-radius: 25px !important;
  text-align: center !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  font-size: 17px !important;
  padding: 10px 40px 10px 20px !important !important;
  line-height: 18px !important;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  position: relative !important;
  margin-left: 0;
  padding: 10px 20px !important !important;
}

.coastline-carousel .coastline-spacer {
  position: relative;
}

.coastline-carousel .coastline-spacer img {
  width: 105%;
  height: 105%;
  max-width: 625px;
  float: right;
}

.coastline-carousel .coastline-spacer .coast-content {
  position: absolute;
  display: block;
  z-index: 999;
  top: 15%;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #065ba7;
  margin-top: 15%;
}

#section3 {
  background-color: #065ba7;
  max-height: 650px;
  position: relative;
}

.blue-coast {
  background-color: #065ba7;
  display: flex !important;
  padding: 40px;
}

.blue-coast .center-align {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}

.blue-coast .center-align p:last-of-type {
  height: 150px;
}

.blue-coast .center-align h2 {
  height: 125px;
}

.blue-coast h1 {
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  padding: 0;
}

.blue-coast h2 {
  font-size: 60px;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.07;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 100px;
  margin-bottom: 25px;
}

.blue-coast p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #ffffff;
}

.blue-coast span {
  font-weight: 400;
}

.coast-content h1 {
  font-size: 100px;
  margin-bottom: 0;
  line-height: 95px;
  font-weight: 400;
}

.coast-content h2 {
  font-size: 20px;
  color: #065ba7;
  font-weight: 400;
}

.coast-content .white-spacer {
  background: #fff;
  width: 100%;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.slick-next {
  left: 70px;
  z-index: 999;
  top: auto;
  bottom: 5%;
  height: 30px;
  width: 30px;
}

.slick-prev {
  left: 35px;
  z-index: 999;
  top: auto;
  bottom: 5%;
  height: 30px;
  width: 30px;
}

.slick-next:before,
.slick-prev:before {
  font-size: 25px;
}

.slick-slide {
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}

.slick-slide.opacidown {
  opacity: 0;
}

div.slick-current {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

div.slick-active {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.slick-dots {
  position: absolute;
  bottom: 70%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 999;
  width: 250px;
  left: 20px;
}

.slick-dots li button {
  font-size: 24px;
  line-height: 18px;
  display: block;
  width: 45px;
  height: 45px;
  padding: 5px;
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: 0;
  background: 0 0;
  border: solid 1px;
  border-radius: 50px;
  margin-right: 15px;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: none !important;
  text-align: center;
  opacity: 1;
  color: #065ba7;
  border-radius: 50px;
  border: solid 1px #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 20px;
  padding: 0;
  cursor: pointer;
  opacity: 0.3;
}

.slick-active {
  opacity: 1 !important;
}

.chart-spacer-1 {
  background: #eaf3f9;
  width: 100%;
  height: 50px;
  max-width: 150px;
  floaT: right;
  margin-top: -30px;
  z-index: 999;
  position: relative;
}

.chart-spacer-trial {
  background: #eaf3f9;
  width: 100%;
  height: 35px;
  max-width: 150px;
  floaT: left;
  margin-top: -10px;
  z-index: 999;
  position: relative;
}

.chart-spacer-2 {
  background: #eaf3f9;
  width: 100%;
  height: 50px;
  max-width: 150px;
  floaT: right;
  margin-top: -30px;
  z-index: 999;
  position: relative;
  margin-right: -30px;
}

#mobile-menu,
.menu-toggle {
  display: none;
}

#mobile-menu {
  border-bottom: solid 3px #065ba7;
}

#mobile-menu li {
  text-align: center;
  margin: 15px 0;
}

#mobile-menu .navbar.main-nav-wrap {
  margin-top: 0;
}

#mobile-menu .masthead-report {
  position: relative;
  max-width: 150px;
}

#mobile-menu .navbar ul.main-nav {
  margin-top: -25px;
}

#mobile-menu ul.utility-nav {
  margin: 0 auto;
}

#mobile-menu h1 {
  margin-top: 60px;
}

.mobile-select {
  display: none;
}

.mobile-select {
  height: 67px;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 888888;
  opacity: 1;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  color: #fff;
  top: 0;
  width: 100%;
  text-transform: uppercase;
}

.mobile-select .current_page_item a,
.mobile-select .current_page_item a:visited {
  display: block;
  line-height: 26px;
  background: #fff;
  border: solid 1px #fff;
  padding: 12px 0;
  font-size: 24px !important;
  color: #fff !important;
  cursor: pointer;
}

ul.sub_menu_mobile {
  background: transparent;
  background-color: transparent;
  position: relative;
  z-index: 888;
  padding: 15px;
}

.mobile-select .current_page_item a,
.mobile-select .current_page_item a:visited {
  display: block;
  line-height: 26px;
  background: transparent;
  border: solid 0 #fff;
  padding: 12px 0;
  font-size: 24px !important;
  color: #fff !important;
}

.sub_menu_mobile li a,
.sub_menu_mobile li a:visited {
  display: block;
  line-height: 26px;
  background: none;
  border: solid 0 #fff;
  padding: 12px 15px;
  font-size: 20px;
  color: #065ba7 !important;
  cursor: pointer;
  /* margin-top: -20px; */
}

.mobile-select ul li {
  opacity: 1;
  position: relative;
  background: #fff;
}

.mobile-select .current_page_item {
  border-bottom: solid 2px #fff;
  background: transparent;
}

.expand-me {
  height: 100% !important;
}

.first-item {
  margin-top: 0;
}

.whale-grid {
  margin-top: 50px;
}

.whale-grid img {
  margin-top: 25px !important;
  margin-bottom: 15px !important;
}

.whale-grid h2 {
  font-size: 50px;
}

body,
html {
  height: 100%;
}

section {
  height: 100%;
  box-sizing: border-box;
}

section div {
  overflow-y: auto;
  height: 100%;
  box-sizing: border-box;
}

.header-nav-wrap {
  width: 95%;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.coast-inner {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  background-color: #065ba7;
}

.slick-slide {
  width: 550px;
  height: 675px;
}

.coastline-carousel {
  width: 100%;
}

.mobile-select .current_page_item:after {
  top: 30%;
  color: #fff;
}

#xl-slider,
.coastline-carousel-mobile {
  display: none;
}

.logo-mobile {
  display: none;
}

.fire-img-mobile {
  display: none;
}

.charts-mobile,
.whale-bg-mobile {
  display: none;
}

.fire-photo-cred {
  position: relative;
  top: 0;
  right: 0;
  font-size: 12px;
  float: right;
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 15px;
}

.chart-more-info {
  margin-bottom: 25px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

#section0 {
  height: 100vh;
  min-height: 800px;
}

#section4, #section5, #section6, #section7 {
  height: 100vh;
  min-height: 1000px;
}

/**
**
**
**
**
**
**
**
**
**
**
**
**
**
**
**
**
**/
@media screen and (max-width: 960px) {
  #section4, #section5, #section6, #section7 {
    height: 100vh;
    min-height: auto;
  }

  .fire-photo-cred, .photo-cred {
    display: none;
  }

  #section0 {
    height: 600px !important;
  }

  #section0 .intro.home-intro {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
  }

  #mobile-menu h1 {
    margin-top: 100px;
    font-size: 20px;
  }

  .board-letter .intro-header p {
    font-size: 24px;
  }

  .download-buttons a:hover {
    color: #fff !important;
  }

  #section4,
  #section5,
  #section6,
  #section7 {
    background-image: none !important;
    height: auto !important;
  }

  #section4 .fire-img-mobile,
  #section5 .fire-img-mobile,
  #section6 .fire-img-mobile,
  #section7 .fire-img-mobile {
    display: block;
    width: 100%;
  }

  #section4 .fire-inner,
  #section5 .fire-inner,
  #section6 .fire-inner,
  #section7 .fire-inner {
    padding: 0;
  }

  #section4 .fire-img-overlay,
  #section5 .fire-img-overlay,
  #section6 .fire-img-overlay,
  #section7 .fire-img-overlay {
    padding: 15px;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .intro-header-dark {
    margin: 15px auto;
  }

  .whale-3 .maps-content {
    margin-top: 25px;
  }

  .whale-bg {
    display: none !important;
  }

  .whale-bg-mobile {
    display: block;
    height: 850px !important;
    width: 100% !important;
  }

  .icon-scroll {
    display: none !important;
  }

  .item,
  .owl-item {
    height: 100% !important;
    min-height: 850px;
  }

  .whale-content h1 {
    font-size: 18px;
  }

  .mobile-select .current_page_item a,
  .mobile-select .current_page_item a:visited {
    font-size: 20px !important;
  }

  img.hp-arcs {
    min-width: 960px;
    max-height: 350px;
  }

  .logo-mobile {
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    z-indeX: 999;
  }

  .board-letter .intro-header {
    margin: 25px auto 0;
  }

  #xl-slider,
  .coastline-carousel-mobile {
    display: block;
  }

  .whale-box {
    width: 50%;
  }

  .whale-slide .whale-content {
    top: 10%;
  }

  .mobile-select {
    display: block;
  }

  .whales-nav {
    display: none;
  }

  #thing-to-hide {
    display: none;
  }

  .whale-content {
    padding: 0 12px;
  }

  .whale-content h3 {
    font-size: 23px;
    margin-bottom: 15px;
  }

  .whale-content p {
    font-size: 16px;
  }

  .maps-content {
    display: block !important;
  }

  .maps-content p {
    width: 100%;
    display: block;
    flex: 0 0 100%;
    flex-basis: 100% !important;
    max-width: 100% !important;
    margin-bottom: 25px;
  }

  .maps-content .inner {
    display: flex;
    flex: 0 0 100%;
    text-align: center;
    width: 300px;
    margin: 0 auto;
  }

  .maps-content .inner .section-50 p {
    text-align: center;
  }

  .maps-content .inner p {
    width: 100%;
    display: block;
    flex: 0 0 0;
    flex-basis: 0 !important;
    max-width: 0 !important;
    margin-bottom: 25px;
  }

  .intro-header-dark h1 {
    font-size: 45px;
  }

  .intro-header-dark p {
    font-size: 16px;
  }

  .chart-section .col {
    flex: 0 0 100% !important;
  }

  .chart-section .canvasjs-chart-canvas {
    width: 100%;
  }

  .menu-toggle {
    display: block;
    position: absolute;
    z-index: 999;
    right: 15px;
    top: 5px;
    font-size: 30px;
    color: #065ba7;
    cursor: pointer;
  }

  .fire-inner h3 {
    font-size: 32px;
  }

  .bg-blue p {
    font-size: 18px;
  }

  .bg-blue span {
    font-size: 16px;
  }

  .bg-green p {
    font-size: 32px;
  }

  .home-intro h1 {
    font-size: 32px;
  }

  .home-intro P {
    font-size: 18px;
    width: 100%;
  }

  #section0 .section {
    display: flex;
    height: 100%;
  }

  #section0 .intro.home-intro {
    justify-content: center;
    align-items: center;
    align-self: center;
  }

  #section0 .intro-spacer {
    padding: 0;
  }

  .board-letter h1 {
    font-size: 32px;
  }

  .letter-expand .col {
    flex: 0 0 100%;
  }

  .BBFormContainer .BBFormButtonRow {
    float: right;
    display: block;
    width: 100%;
    text-align: right;
    margin-right: 15px;
  }

  .signup-form .BBFormContainer .BBFormSignupFieldWide {
    width: 100%;
    max-width: 350px;
    padding-right: 15px !important;
    margin: 0 auto;
  }

  .BBFormSection {
    max-width: 350px;
    margin: 0 auto !important;
    display: block;
    position: relative;
  }

  .signup-form h1 {
    font-size: 32px;
  }

  .footer-callout h1,
  .footer-callout p {
    padding: 0 15px;
  }

  .footer-callout h1 {
    font-size: 32px;
  }

  .footer-callout p {
    font-size: 17px;
  }

  .footer-callout a {
    display: block;
    max-width: 300px;
    margin: 0 auto 15px;
  }

  .signup-form .BBFormContainer .BBFormSubmitbutton {
    float: right;
  }

  .fire-inner h2 {
    font-size: 16px;
  }

  .fire-inner h3 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .bg-blue {
    padding: 25px 0;
  }

  .arrow_box:after {
    border-color: rgba(67, 147, 207, 0);
    border-bottom-color: #4393cf;
    border-width: 10px;
    margin-left: -10px;
  }

  .arrow_box:before {
    border-color: rgba(67, 147, 207, 0);
    border-bottom-color: #4393cf;
    border-width: 16px;
    margin-left: -16px;
  }

  a:hover {
    color: #75b443;
    text-decoration: underline;
  }

  #section3 {
    max-height: 100%;
  }

  .coast-inner {
    width: 100%;
    display: none;
  }

  .slick-slide {
    width: 100%;
    height: 300px;
    display: block;
    clear: both !important;
  }

  .blue-coast {
    display: block !important;
  }

  .blue-coast .center-align {
    width: 100%;
    display: block;
    float: left;
    padding: 15px;
    height: 400px;
    position: relative;
  }

  .blue-coast .right-content-slide1,
  .blue-coast .right-content-slide2 {
    width: 100%;
    display: block;
    float: left;
  }

  .bx-wrapper {
    border: 0;
  }

  .coastline-carousel-mobile li,
  .coastline-carousel-mobile ul {
    background-color: #065ba7;
  }

  .xlso-item {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .blue-coast .center-align h2 {
    height: auto;
  }

  .blue-coast {
    padding: 0;
  }

  .blue-coast h2 {
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .blue-coast .center-align p:last-of-type {
    height: 100px;
  }

  .blue-coast p {
    padding: 0;
  }

  .coastline-spacer img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    float: none;
    margin-bottom: 0;
  }

  .bx-wrapper {
    position: relative;
    margin-bottom: 0;
    background-color: #065ba7;
  }

  img.mobile-no-map {
    max-height: 600px;
  }

  .coastline-spacer.mobile-bg {
    position: relative;
    display: flex;
  }

  .coast-content {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    justify-content: center;
    align-items: center;
    align-self: center;
  }

  .coast-content h1 {
    font-size: 65px;
    margin-bottom: 0;
    line-height: 55px;
    font-weight: 400;
    text-align: center;
    color: #065ba7;
  }

  .coast-content h2 {
    font-size: 20px;
    color: #065ba7;
    font-weight: 400;
  }

  .bx-wrapper .bx-controls-direction a {
    top: 92%;
  }

  .blue-coast .center-align h1 {
    font-size: 24px !important;
  }

  .bx-wrapper .bx-next {
    right: 10px;
    background: url("../img/controls.png") -43px -32px no-repeat;
    left: auto;
  }

  .bx-wrapper .bx-prev {
    right: 50px;
    background: url("../img/controls.png") 0 -32px no-repeat;
    left: auto;
  }

  .canvasjs-chart-container {
    margin-top: -50px;
    font-size: 10px;
  }

  .photo-cred {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #section0 {
    height: 550px !important;
    min-height: 550px;
  }

  .charts-mobile {
    display: block;
  }

  img.hp-arcs {
    min-width: 500px;
    max-height: 390px;
  }

  #section0 {
    /* background-size: 500% 100% !important; */
    background-position: -300px -300px !important;
    background-position: top left !important;
    background-size: 100% 600px;
    background: url(../img/intro-bg.png) no-repeat;
  }

  .blue-coast .center-align {
    height: 450px;
  }

  .blue-coast.less .center-align {
    height: 345px;
  }

  .blue-coast.less.more .center-align {
    height: 425px;
  }

  .chart-more-info {
    font-size: 12px;
  }

  .charts-desktop {
    display: none;
  }

  .chart-spacer-2 {
    background: #eaf3f9;
    width: 100%;
    height: 30px;
    max-width: 150px;
    floaT: right;
    margin-top: -22px;
    z-index: 999;
    position: relative;
  }

  .chart-section p {
    color: #065ba7;
    margin-bottom: 45px;
    text-align: center;
    margin: 0 auto 45px;
    width: 100%;
    display: block;
    display: inline-block;
  }

  .chart-section .col {
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .blue-coast p {
    font-size: 14px;
  }

  .blue-coast h2 {
    font-size: 24px;
  }

  .blue-coast .center-align h1 {
    font-size: 18px !important;
  }

  .coast-content h1 {
    font-size: 45px;
  }

  .coast-content h2 {
    font-size: 18px;
  }

  .coast-content {
    width: 300px;
  }

  .blue-coast .center-align {
    height: 400px;
  }

  .blue-coast.less .center-align {
    height: 325px;
  }

  .blue-coast.less.more .center-align {
    height: 350px;
  }

  .number-wrapper h1 {
    font-size: 55px;
  }

  .bg-green p {
    font-size: 24px;
  }
}