/*
Theme Name: Parent Powered
Text Domain: bracketmedia
*/
/*
@mixin site__uppertitle {
  @include h5();
  text-transform: uppercase;
  color: $primary-color;
  text-align: center;
}

@mixin site__title() {
  @include h2();
  color: $primary-color;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
}

@mixin site__text() {
  @include h5();
  color: $primary-color;
  text-align: center;
  margin: 0 auto;
  width: 700px;
  max-width: 100%;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 20px;
}

@mixin margin() {
  margin-top: 130px;

  @include responsive('tablet-h') {
    margin-top: 70px;
  }
}

@mixin text_block() {
	h1,h2,h3,h4,h5,h6 {
		color: $primary-color;
	}
	h1 {
		@include h1();
    font-family: $secondary-font;
	}
	h2 {
		@include h2();
    font-family: $secondary-font;
	}
	h3 {
		@include h3();
    font-family: $secondary-font;
	}
	h4 {
		@include h4();
	}
	h5 {
		@include h5();
	}
	h6 {
		@include h6();
	}
	p {
    @include h5();
		line-height: 1.4;
		margin-bottom: 28px;
	}
	ul, ol {
		padding-left: 15px;
		margin-bottom: 10px;
		line-height: 1.6;
	}
	ul {
		li {
			list-style: disc;
		}
	}
	a {
		color: $primary-color;

		&:hover {
			text-decoration: underline;
		}
	}

  img {
    width: 100%;
    height: auto;
    margin: 52px 0;
  }
}
*/
@font-face {
  font-family: "FuturaPT-Bold";
  src: url("fonts/FuturaPT-Bold.otf") format("opentype"), url("fonts/FuturaPT-Bold.ttf") format("truetype"), url("fonts/FuturaPT-Bold.woff") format("woff"), url("fonts/FuturaPT-Bold.eot"), url("fonts/FuturaPT-Bold.svg");
}
@font-face {
  font-family: "FuturaPT-Medium";
  src: url("fonts/FuturaPT-Medium.otf") format("opentype"), url("fonts/FuturaPT-Medium.ttf") format("truetype"), url("fonts/FuturaPT-Medium.woff") format("woff"), url("fonts/FuturaPT-Medium.eot"), url("fonts/FuturaPT-Medium.svg");
}
@font-face {
  font-family: "FuturaPT-Book";
  src: url("fonts/FuturaPT-Book.otf") format("opentype");
}
@font-face {
  font-family: "FuturaPT-Light";
  src: url("fonts/FuturaPT-Light.otf") format("opentype");
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-fill-available;
}

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

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}

body {
  font-family: "FuturaPT-Medium", sans-serif;
  font-size: 16px;
  color: #3E3E3E;
  font-size: calc(16px + 6 * (100vw - 300px) / 1360);
  min-height: 100vh;
  min-height: -webkit-fill-available;
  padding-top: 65px;
  max-width: 100vw;
  overflow-x: hidden;
}
@media only screen and (max-width: 1440px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 900px) {
  body {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  body {
    padding-top: 101px;
  }
}
body img {
  max-width: 100%;
  height: auto;
}
body ul li {
  list-style: none;
}
body.overflow--hidden {
  overflow: hidden;
}

section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hidden {
  display: none;
}

/*
input[type="text"],input[type="email"],input[type="search"], input[type="submit"], textarea, button {
  @include default-font();
  -webkit-appearance:none;
  border-radius:0;
  background: transparent
}*/
select {
  font-family: "FuturaPT-Medium", sans-serif;
  font-size: 16px;
  color: #3E3E3E;
}

h1, .h1, .h1 p {
  font-size: 25.09px;
  font-family: "FuturaPT-Bold", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 1050px) {
  h1, .h1, .h1 p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  h1, .h1, .h1 p {
    font-size: 22px;
  }
}

h2, .h2, .h2 p {
  font-size: 32px;
  font-family: "FuturaPT-Bold", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 1050px) {
  h2, .h2, .h2 p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  h2, .h2, .h2 p {
    font-size: 22px;
  }
}

h3, .h3, .h3 p {
  font-size: 25.1px;
  font-family: "FuturaPT-Bold", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 1050px) {
  h3, .h3, .h3 p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  h3, .h3, .h3 p {
    font-size: 18px;
  }
}

h4, .h4, .h4 p {
  font-size: 24px;
  font-family: "FuturaPT-Medium", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 1050px) {
  h4, .h4, .h4 p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  h4, .h4, .h4 p {
    font-size: 18px;
  }
}

h5, .h5, .h5 p {
  font-size: 20px;
  font-family: "FuturaPT-Medium", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 1050px) {
  h5, .h5, .h5 p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  h5, .h5, .h5 p {
    font-size: 16px;
  }
}

h6, .h6, .h6 p {
  font-size: 18px;
  font-family: "FuturaPT-Medium", sans-serif;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1050px) {
  h6, .h6, .h6 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  h6, .h6, .h6 p {
    font-size: 14px;
  }
}

article, article p {
  font-family: "FuturaPT-Book", sans-serif;
  font-weight: 300;
}

b,
strong,
strong * {
  font-weight: 600;
}

:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 30px;
}
@media only screen and (max-width: 1050px) {
  .container {
    padding: 0 76px;
  }
}
@media only screen and (max-width: 750px) {
  .container {
    padding: 0 36px 0 37px;
  }
}

.row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.section {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}

.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.iframe-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 56.25%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .iframe-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.slick-arrow,
.slick-dots button {
  cursor: pointer;
}

.bg-green {
  background-color: #006262;
}
.bg-green h2 {
  color: #FECB17;
}
.bg-green article, .bg-green article p {
  color: #ffffff;
}
.bg-green .video-snapshot__caption h3 {
  color: #006262;
}
.bg-green .video-snapshot__caption article {
  color: #3E3E3E;
}

.bg-white {
  background-color: #ffffff;
}
.bg-white h2 {
  color: #006262;
}
.bg-white article, .bg-white article p {
  color: #3E3E3E;
}
.bg-white .video-snapshot__caption h3 {
  color: #3E3E3E;
}
.bg-white .video-snapshot__caption article {
  color: #3E3E3E;
}

.bg-teal {
  background-color: #14B3B3;
}
.bg-teal h2 {
  color: #3E3E3E;
}
.bg-teal article, .bg-teal article p {
  color: #3E3E3E;
}
.bg-teal .video-snapshot__caption h3 {
  color: #006262;
}
.bg-teal .video-snapshot__caption article {
  color: #3E3E3E;
}

article ol {
  list-style: decimal;
}
article ol li {
  display: list-item;
  list-style: decimal;
  list-style-position: inside;
}
article ul {
  list-style: disc;
}
article ul li {
  display: list-item;
  list-style: disc;
  list-style-position: inside;
}
article blockquote {
  position: relative;
  font-weight: bold;
  padding: 5px 0 5px 25px;
  border-left: 2px solid #12A5A5;
  display: block;
  margin: 15px 0;
}
article a, article p > a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
article strong, article b {
  font-family: "FuturaPT-Bold", sans-serif;
}

.hidden, .d-none {
  display: none !important;
}

.intro {
  padding: 40px 0 0;
  background: #ffffff url(images/paper-aqua.svg);
  background-attachment: fixed;
}
@media only screen and (max-width: 750px) {
  .intro {
    padding: 0px 0 0 0;
  }
}
.intro__logo {
  max-width: 300px;
  margin: 0px auto;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .intro__logo {
    max-width: 224px;
  }
  .intro__logo h1 {
    font-size: 19.2px;
  }
}
@media only screen and (max-width: 750px) {
  .intro__logo {
    display: none;
  }
}
.intro__logo h1 {
  color: #006262;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}
.intro .container {
  position: relative;
  z-index: 1;
}
.intro .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro .row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.intro__content {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.intro__content.default-content {
  margin-bottom: 30px;
  min-height: calc(100vh - 265px);
  font-family: "FuturaPT-Book", sans-serif;
  padding: 94px 0 77px;
}
@media only screen and (min-width: 750px) {
  .intro__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 0px;
    padding: 37.8px 0 32px;
  }
}
@media only screen and (min-width: 1050px) {
  .intro__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
    max-width: 58%;
    margin-bottom: 0px;
    padding: 94px 0 77px;
  }
}
.intro__content h2 {
  color: #006262;
  line-height: 1.1;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1140px) {
  .intro__content h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 900px) {
  .intro__content h2 {
    max-width: 250px;
  }
}
@media only screen and (max-width: 1050px) {
  .intro__content h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 750px) {
  .intro__content h2 {
    margin-bottom: 8px;
    line-height: 1.5;
    max-width: 75%;
  }
}
.intro__content article, .intro__content article p {
  line-height: 1.5;
  font-size: 21.3px;
}
@media only screen and (max-width: 1050px) {
  .intro__content article, .intro__content article p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .intro__content article, .intro__content article p {
    line-height: 24px;
  }
}
.intro__image {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .intro__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    max-width: calc(42% - 23px);
    margin-left: 20px;
    text-align: right;
  }
  .intro__image img {
    max-width: 580px;
  }
}
.intro__image .animation svg {
  max-width: none;
  max-height: none;
  width: 130vw !important;
  height: auto !important;
  margin-left: -22vw;
}
@media only screen and (min-width: 600px) {
  .intro__image .animation svg {
    max-width: 70vw;
    margin-left: -20vw;
  }
}
@media only screen and (min-width: 1440px) {
  .intro__image .animation svg {
    margin-left: -18vw;
  }
}
.intro .decorations {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media only screen and (max-width: 750px) {
  .intro .decorations {
    display: none;
  }
}
.intro .decorations .deco {
  position: absolute;
}
.intro .decorations .deco.deco1 {
  top: 40px;
  left: -15px;
  width: 289px;
  height: 155px;
  background: url(images/deco-left.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1050px) {
  .intro .decorations .deco.deco1 {
    width: 140px;
    height: 75px;
    top: 20px;
    left: 37px;
  }
}
.intro .decorations .deco.deco2 {
  bottom: 135px;
  right: -30px;
  width: 216px;
  height: 193px;
  background: url(images/deco-right.svg) no-repeat;
  background-size: contain;
}

.cta {
  padding: 41px 0 35px;
}
@media only screen and (max-width: 1050px) {
  .cta {
    padding: 32px 0 32px;
  }
}
@media only screen and (max-width: 750px) {
  .cta {
    padding: 31px 0 31px;
  }
}
.cta .container {
  padding: 0 30px 0 30px;
}
.cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1050px) {
  .cta__inner {
    max-width: 65%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 750px) {
  .cta__inner {
    max-width: none;
  }
}
.cta__inner h3 {
  color: #006262;
  font-family: "FuturaPT-Bold", sans-serif;
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 4px;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .cta__inner h3 {
    font-size: 19.2px;
    line-height: 1.28;
    margin-bottom: 4px;
  }
}
@media only screen and (min-width: 1050px) {
  .cta__inner h3 {
    font-size: 25.1px;
    margin-bottom: 12px;
  }
}
.cta__inner p {
  font-size: 18px;
  position: relative;
  font-family: "FuturaPT-Book", sans-serif;
  color: #006262;
  text-align: center;
  line-height: 1.28;
}
@media only screen and (min-width: 750px) {
  .cta__inner p {
    font-size: 19.2px;
  }
}
@media only screen and (min-width: 1050px) {
  .cta__inner p {
    font-size: 25.1px;
  }
}
.cta__inner p::before {
  content: "- ";
}

.two-columns-blocks {
  padding: 24px 0;
}
@media only screen and (min-width: 750px) {
  .two-columns-blocks {
    padding: 47.8px 0 48.2px;
  }
}
@media only screen and (min-width: 1050px) {
  .two-columns-blocks {
    padding: 63px 0 64px;
  }
}
.two-columns-blocks h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 4px;
}
@media only screen and (min-width: 750px) {
  .two-columns-blocks h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1050px) {
  .two-columns-blocks h2 {
    font-size: 32px;
    margin-bottom: 15.8px;
  }
}
.two-columns-blocks article {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 1050px) {
  .two-columns-blocks article {
    font-size: 21.3px;
  }
}
.two-columns-blocks .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.two-columns-blocks .row.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.two-columns-blocks .row .content {
  width: 100%;
  margin-bottom: 0px;
}
@media only screen and (min-width: 750px) {
  .two-columns-blocks .row .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52.18%;
            flex: 0 0 52.18%;
    max-width: 52.18%;
    margin-bottom: 0px;
  }
}
.two-columns-blocks .row .media {
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (min-width: 750px) {
  .two-columns-blocks .row .media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.18%;
            flex: 0 0 39.18%;
    max-width: 39.18%;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 750px) {
  .two-columns-blocks .row .media.media-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.18%;
            flex: 0 0 44.18%;
    max-width: 44.18%;
  }
}
.two-columns-blocks .row .media.media-2 img {
  width: 100%;
}
.two-columns-blocks .row .media .video-snapshot {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
  text-align: center;
}
.two-columns-blocks .row .media .video-snapshot__caption {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25.9px 16.8px 25.9px 18.2px;
}
@media only screen and (min-width: 750px) {
  .two-columns-blocks .row .media .video-snapshot__caption {
    padding: 26px 16.9px 26px 18.1px;
  }
}
@media only screen and (min-width: 1050px) {
  .two-columns-blocks .row .media .video-snapshot__caption {
    padding: 37px 24px 26px 26px;
  }
}
.two-columns-blocks .row .media .video-snapshot__caption h3 {
  font-size: 17.5px;
  margin-bottom: 12.5px;
  line-height: 1.28;
}
@media only screen and (min-width: 750px) {
  .two-columns-blocks .row .media .video-snapshot__caption h3 {
    margin-bottom: 11.5px;
    font-size: 17.5px;
  }
}
@media only screen and (min-width: 1050px) {
  .two-columns-blocks .row .media .video-snapshot__caption h3 {
    font-size: 25.1px;
  }
}
.two-columns-blocks .row .media .video-snapshot__caption article, .two-columns-blocks .row .media .video-snapshot__caption article p {
  font-size: 12.5px;
  line-height: 1.3;
}
@media only screen and (min-width: 1050px) {
  .two-columns-blocks .row .media .video-snapshot__caption article, .two-columns-blocks .row .media .video-snapshot__caption article p {
    font-size: 18px;
  }
}
.two-columns-blocks .row .media .video-snapshot__caption .play-button {
  width: 92px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(images/play-button-hover.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1050px) {
  .two-columns-blocks .row .media .video-snapshot__caption .play-button {
    width: 51.5px;
    height: 50.1px;
  }
}
@media only screen and (max-width: 750px) {
  .two-columns-blocks .row .media .video-snapshot__caption .play-button {
    width: 52px;
    height: 50px;
  }
}
.two-columns-blocks .row .media .video-snapshot__caption .play-button > span {
  width: 92px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(images/play-button.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  -webkit-transition: all 0.8 ease;
  transition: all 0.8 ease;
}
@media only screen and (max-width: 1050px) {
  .two-columns-blocks .row .media .video-snapshot__caption .play-button > span {
    width: 51.5px;
    height: 50.1px;
  }
}
@media only screen and (max-width: 750px) {
  .two-columns-blocks .row .media .video-snapshot__caption .play-button > span {
    width: 52px;
    height: 50px;
  }
}
.two-columns-blocks .row .media .video-snapshot__caption .play-button:hover span {
  opacity: 0;
}
.two-columns-blocks .row .media .video-snapshot__caption.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 7px;
}
.two-columns-blocks .row .media .video-snapshot__caption.right .video-snapshot__caption__cont {
  width: 45%;
}
.two-columns-blocks .row .media .video-snapshot__caption.right .play-button {
  top: 50%;
}
.two-columns-blocks .row .media .video-snapshot__caption.bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.two-columns-blocks .row .media .video-snapshot__video {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  display: none;
}
.two-columns-blocks .row .media .video-snapshot__video video {
  width: 100%;
  height: auto;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.results {
  position: relative;
  background: #E7FAFA url(images/paper-snowday.svg) center center repeat;
  padding: 40px 0;
}
.results .spinner {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0px auto;
  background: url(images/spinner.svg) center center repeat;
}
.results h3 {
  margin-bottom: 16.5px;
  color: #12A5A5;
}
.results .results-container {
  margin: 0;
}
.results .results-container::before {
  position: absolute;
  top: 0;
  right: 100%;
  width: 50vw;
  height: 100%;
  background: #E7FAFA url(images/paper-snowday.svg) center center repeat;
  z-index: 1;
  content: "";
}
.results .results-container .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  background: transparent;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 0px;
  z-index: 22;
}
.results .results-container .slick-arrow.slick-disabled {
  display: none !important;
}
.results .results-container .slick-arrow.slick-prev {
  left: 0px;
  border: none;
  border-left: 2px solid #14B3B3;
  border-top: 2px solid #14B3B3;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.results .results-container .slick-arrow.slick-next {
  right: -40px;
  border: none;
  border-right: 2px solid #14B3B3;
  border-top: 2px solid #14B3B3;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.results .results-container .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.results .results-container .slick-slide {
  height: inherit !important;
}
.results .results-container .slick-list {
  overflow: visible;
}
.results .results-container .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-top: 24px;
}
.results .results-container .slick-dots li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.results .results-container .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50rem;
  border: 1px solid #12A5A5;
  margin-right: 6px;
  font-size: 0px;
}
.results .results-container .slick-dots li.slick-active button {
  background-color: #93f6e6;
}
.results .results-container .result-item {
  padding: 0 35px 0 0;
  margin: 0 32px 0 0;
  position: relative;
  border-right: 1px solid #006262;
}
.results .results-container .result-item p, .results .results-container .result-item a {
  font-size: 18px;
  line-height: 1.29;
  display: block;
  font-family: "FuturaPT-Light", sans-serif;
  color: #3e3e3e;
  text-decoration: none;
}
.results .results-container .result-item__title {
  font-family: "FuturaPT-Medium", sans-serif;
  color: #006262;
  font-size: 18px;
  line-height: 1.29;
}
.results .results-container .result-item a:hover {
  color: #12A5A5;
}

.fancybox-video {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.join {
  position: relative;
  padding: 24px 0 22.6px;
}
@media only screen and (min-width: 900px) {
  .join {
    padding: 47.6px 0 39.7px;
  }
}
.join .mobile-title {
  display: block;
  margin-bottom: 8px;
}
@media only screen and (min-width: 900px) {
  .join .mobile-title {
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  .join h2 {
    margin-bottom: 39.6px;
  }
}
.join article {
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .join article {
    max-width: 192px;
    margin-bottom: 16px;
  }
}
.join .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.join__column {
  width: 100%;
}
.join__column.form {
  margin-bottom: 0px;
}
@media only screen and (max-width: 900px) {
  .join__column.form h2:not(.gform_submission_error) {
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  .join__column.form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 0px;
  }
}
.join__column.image .animation svg {
  max-width: none;
  max-height: none;
  width: 100vw !important;
  height: auto !important;
}
@media only screen and (min-width: 900px) {
  .join__column.image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    max-width: 52%;
    margin-bottom: 0px;
    text-align: right;
  }
  .join__column.image .animation {
    width: 50vw;
    margin-top: -47px;
  }
  .join__column.image .animation svg {
    max-width: 120%;
    max-height: none;
    width: unset !important;
    height: unset !important;
  }
}

.learnmore {
  padding: 21px 0 30px;
}
@media only screen and (min-width: 750px) {
  .learnmore {
    padding: 48px 0px;
  }
}
@media only screen and (min-width: 1050px) {
  .learnmore {
    padding: 88px 0;
  }
}
.learnmore h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media only screen and (min-width: 750px) {
  .learnmore h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1050px) {
  .learnmore h2 {
    font-size: 32px;
    margin-bottom: 31.8px;
  }
}
.learnmore article {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 750px) {
  .learnmore article {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1050px) {
  .learnmore article {
    font-size: 21.3px;
    margin-bottom: 50px;
  }
}
.learnmore .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 750px) {
  .learnmore .row {
    margin: 0 -8px;
  }
}
@media only screen and (min-width: 1050px) {
  .learnmore .row {
    margin: 0 -33px;
  }
}
.learnmore .column {
  width: 100%;
  padding: 0 0px;
  position: relative;
  margin-bottom: 0px;
  border-bottom: 1px solid #12A5A5;
}
@media only screen and (min-width: 750px) {
  .learnmore .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    margin-bottom: 0;
    padding: 0 8px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 750px) and (min-width: 1050px) {
  .learnmore .column {
    padding: 0 33px;
  }
}
@media only screen and (min-width: 750px) {
  .learnmore .column:not(:first-child)::before {
    position: absolute;
    left: 0;
    border-left: 1px solid #12A5A5;
    width: 1px;
    top: 55px;
    height: calc(100% - 55px);
    content: "";
  }
}
@media only screen and (min-width: 750px) and (min-width: 1050px) {
  .learnmore .column:not(:first-child)::before {
    top: 93px;
    height: calc(100% - 93px);
  }
}
@media only screen and (max-width: 750px) {
  .learnmore .column:first-child {
    border-top: 1px solid #12A5A5;
  }
}
.learnmore .column__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #94F0F0;
  padding: 11px 0;
  margin-bottom: 0px;
}
@media only screen and (min-width: 750px) {
  .learnmore .column__title {
    padding: 0 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1050px) {
  .learnmore .column__title {
    padding: 0 0;
    margin-bottom: 32.21px;
  }
}
@media only screen and (max-width: 750px) {
  .learnmore .column__title {
    cursor: pointer;
  }
  .learnmore .column__title::after {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 18px;
    height: 18px;
    display: block;
    background: url(images/angle-down.svg) center center no-repeat;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    content: "";
  }
  .learnmore .column__title:hover {
    color: #ffffff;
  }
}
.learnmore .column__title .icon {
  display: block;
  width: 40px;
  height: 39px;
  margin-right: 16px;
}
@media only screen and (min-width: 750px) {
  .learnmore .column__title .icon {
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1050px) {
  .learnmore .column__title .icon {
    width: 55.3px;
    height: 53.8px;
    margin-right: 16.74px;
  }
}
.learnmore .column__title .icon img {
  max-width: 100%;
}
@media only screen and (max-width: 750px) {
  .learnmore .column .links {
    display: none;
    padding: 20px 0;
  }
}
.learnmore .column .links a {
  font-family: "FuturaPT-Light", sans-serif;
  color: white;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.29;
  margin-bottom: 16px;
  display: block;
}
@media only screen and (min-width: 1050px) {
  .learnmore .column .links a {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 24px;
  }
}
.learnmore .column .links a:last-child {
  margin-bottom: 0;
}
.learnmore .column .links a:hover {
  color: #94F0F0;
}
.learnmore .column .links a:active {
  color: #16CCCC;
}
@media only screen and (max-width: 900px) {
  .learnmore .column.js-active .column__title {
    color: #ffffff;
  }
  .learnmore .column.js-active .column__title::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.organizations {
  padding: 12px 0 34px;
  background: rgba(20, 179, 179, 0.15) url(images/paper-aqua.svg);
  background-attachment: fixed;
}
@media only screen and (min-width: 750px) {
  .organizations {
    padding: 48.2px 0 56px;
  }
}
@media only screen and (min-width: 1050px) {
  .organizations {
    padding: 87px 0 94px;
  }
}
.organizations .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  .organizations .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.organizations .container .row .media {
  width: 100%;
  margin-bottom: 8px;
}
@media only screen and (min-width: 750px) {
  .organizations .container .row .media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.9%;
            flex: 0 0 29.9%;
    max-width: 29.9%;
    margin-bottom: 0px;
  }
  .organizations .container .row .media img {
    margin-top: 64px;
  }
}
@media only screen and (min-width: 1050px) {
  .organizations .container .row .media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.9%;
            flex: 0 0 29.9%;
    max-width: 29.9%;
    margin-bottom: 0px;
  }
}
.organizations .container .row .content {
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 750px) {
  .organizations .container .row .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}
.organizations .container .row .content h2 {
  margin-bottom: 8px;
  color: #006262;
  font-size: 22px;
  line-height: 1.5;
}
@media only screen and (min-width: 750px) {
  .organizations .container .row .content h2 {
    font-size: 24px;
    margin-bottom: 15.8px;
  }
}
@media only screen and (min-width: 900px) {
  .organizations .container .row .content h2 {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 31.8px;
  }
}
.organizations .container .row .content article {
  margin-bottom: 18px;
  line-height: 1.5;
  font-size: 16px;
  max-width: 526px;
}
@media only screen and (min-width: 750px) {
  .organizations .container .row .content article {
    margin-bottom: 24px;
    width: calc(100vw - 154px);
  }
}
@media only screen and (min-width: 900px) {
  .organizations .container .row .content article {
    font-size: 21.3px;
    margin-bottom: 40px;
    width: 100%;
  }
}
.organizations .container .row .content .orgs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -45px;
  width: calc(100% + 20px);
}
@media only screen and (max-width: 750px) {
  .organizations .container .row .content .orgs {
    margin: 0 -10px 0 -10px;
  }
}
.organizations .container .row .content .orgs__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
@media only screen and (max-width: 1050px) {
  .organizations .container .row .content .orgs__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .organizations .container .row .content .orgs__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.organizations .container .row .content .orgs__item__logo {
  position: relative;
  overflow: hidden;
  width: 120px;
  min-width: 120px;
  height: 120px;
  background-color: #ffffff;
  margin-bottom: 24px;
}
@media only screen and (min-width: 900px) {
  .organizations .container .row .content .orgs__item__logo {
    width: 160px;
    min-width: 160px;
    height: 160px;
  }
}
.organizations .container .row .content .orgs__item__data {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
}
.organizations .container .row .content .orgs__item__data h4 {
  font-family: "FuturaPT-Bold", sans-serif;
  color: #006262;
  margin-bottom: 4px;
  font-size: 19.2px;
  line-height: 24.5px;
}
@media only screen and (min-width: 900px) {
  .organizations .container .row .content .orgs__item__data h4 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }
}
.organizations .container .row .content .orgs__item__data .address p,
.organizations .container .row .content .orgs__item__data .address a {
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: "FuturaPT-Book", sans-serif;
  line-height: 1.5;
  color: #3E3E3E;
  font-size: 16px;
}
@media only screen and (min-width: 900px) {
  .organizations .container .row .content .orgs__item__data .address p,
.organizations .container .row .content .orgs__item__data .address a {
    font-size: 21.3px;
  }
}
.organizations .container .row .content .orgs__item__data .address a:hover {
  color: #14B3B3;
}

.button, .passform form input[type=submit], .site .gform_wrapper .gform_footer input.button,
.site .gform_wrapper .gform_footer input[type=submit],
.site .gform_wrapper .gform_page_footer input.button,
.site .gform_wrapper .gform_page_footer input[type=submit] {
  cursor: pointer;
  height: 60px;
  width: 215px;
  line-height: 32px;
  font-size: 21.33px;
  font-family: "FuturaPT-Bold", sans-serif;
  background: url(images/button-hover.svg) center center no-repeat;
  background-size: 100% 100%;
  color: #ffffff !important;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .button, .passform form input[type=submit], .site .gform_wrapper .gform_footer input.button,
.site .gform_wrapper .gform_footer input[type=submit],
.site .gform_wrapper .gform_page_footer input.button,
.site .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 16px;
    line-height: 24px;
    padding: 9px 33px 13px;
    width: 163px;
    height: 46.3px;
    background-size: 100% 100%;
  }
}
.button > span, .passform form input[type=submit] > span, .site .gform_wrapper .gform_footer input.button > span,
.site .gform_wrapper .gform_footer input[type=submit] > span,
.site .gform_wrapper .gform_page_footer input.button > span,
.site .gform_wrapper .gform_page_footer input[type=submit] > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  line-height: 32px;
  font-size: 21.33px;
  font-family: "FuturaPT-Bold", sans-serif;
  background: url(images/button-tangerine.svg) center center no-repeat;
  background-size: 100% 100%;
  color: #ffffff !important;
  padding: 16px 42px 12.5px 43px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border: none;
  text-align: center;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .button > span, .passform form input[type=submit] > span, .site .gform_wrapper .gform_footer input.button > span,
.site .gform_wrapper .gform_footer input[type=submit] > span,
.site .gform_wrapper .gform_page_footer input.button > span,
.site .gform_wrapper .gform_page_footer input[type=submit] > span {
    padding: 9px 33px 13px;
    font-size: 16px;
  }
}
.button:hover span, .passform form input[type=submit]:hover span, .site .gform_wrapper .gform_footer input.button:hover span,
.site .gform_wrapper .gform_footer input[type=submit]:hover span,
.site .gform_wrapper .gform_page_footer input.button:hover span,
.site .gform_wrapper .gform_page_footer input[type=submit]:hover span {
  background: url(images/button-hover.svg) center center no-repeat;
  background-size: 100% 100%;
}

.site .gform_wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.site .gform_wrapper .select2-container--default .select2-selection--single {
  height: auto;
  border: 1px solid #12A5A5;
  font-family: "FuturaPT-Light", sans-serif;
  font-size: 18px !important;
  line-height: 1.29;
  color: #808080 !important;
  font-weight: 300;
  background: #ffffff;
  padding: 8px 17px !important;
  border-radius: 2px;
}
@media only screen and (max-width: 900px) {
  .site .gform_wrapper .select2-container--default .select2-selection--single {
    font-size: 14px !important;
    padding: 6px 8px !important;
  }
}
.site .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #808080;
  font-weight: 300;
  font-family: "FuturaPT-Light", sans-serif;
  line-height: 1.29;
}
@media only screen and (max-width: 900px) {
  .site .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.29;
  }
}
.site .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #E7FAFA;
  color: #14B3B3;
}
@media only screen and (max-width: 900px) {
  .site .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 30px;
  }
}
.site .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  width: 15px;
  height: 15px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #14B3B3;
  border-left: 2px solid #14B3B3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  color: transparent;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media only screen and (max-width: 900px) {
  .site .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 14px;
    height: 14px;
    top: 7px;
    left: 14px;
  }
}
.site .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  display: block;
  height: 200%;
  width: 200%;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site .gform_wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  border-bottom: none;
  border-right: none;
  border-top: 2px solid #14B3B3;
  border-left: 2px solid #14B3B3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
}
@media only screen and (max-width: 900px) {
  .site .gform_wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    top: 14px;
  }
}
.site .gform_wrapper .select2-container--default .select2-results__option--highlighted {
  background-color: #14B3B3;
  color: #ffffff;
}
.site .gform_wrapper .select2-container--default .select2-results__option--selected {
  background-color: #14B3B3;
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .site .gform_wrapper .gform_fields {
    grid-column-gap: 16px !important;
  }
  .site .gform_wrapper .gform_fields .gfield:nth-child(3), .site .gform_wrapper .gform_fields .gfield:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
  }
  .site .gform_wrapper .gform_fields .gfield:nth-child(4), .site .gform_wrapper .gform_fields .gfield:nth-child(8) {
    grid-column: 7/-1;
  }
}
.site .gform_wrapper .top_label .gfield_label,
.site .gform_wrapper legend.gfield_label {
  display: none !important;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper textarea.textarea,
.site .gform_wrapper select {
  width: 100% !important;
  font-size: 18px !important;
  font-family: "FuturaPT-Light", sans-serif;
  line-height: 1.29;
  color: #808080 !important;
  font-weight: 300;
  background: #ffffff;
  padding: 8px 17px !important;
  border: 1px solid #14B3B3;
  border-radius: 2px;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .site .gform_wrapper textarea.textarea::-webkit-input-placeholder, .site .gform_wrapper select::-webkit-input-placeholder {
  color: #808080 !important;
  opacity: 1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .site .gform_wrapper textarea.textarea::-moz-placeholder, .site .gform_wrapper select::-moz-placeholder {
  color: #808080 !important;
  opacity: 1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .site .gform_wrapper textarea.textarea:-ms-input-placeholder, .site .gform_wrapper select:-ms-input-placeholder {
  color: #808080 !important;
  opacity: 1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .site .gform_wrapper textarea.textarea::-ms-input-placeholder, .site .gform_wrapper select::-ms-input-placeholder {
  color: #808080 !important;
  opacity: 1;
}
.site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.site .gform_wrapper textarea.textarea::placeholder,
.site .gform_wrapper select::placeholder {
  color: #808080 !important;
  opacity: 1;
}
@media only screen and (max-width: 900px) {
  .site .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.site .gform_wrapper textarea.textarea,
.site .gform_wrapper select {
    font-size: 14px !important;
    padding: 6px 8px !important;
  }
}
.site .gform_wrapper select option {
  font-size: 16px;
}
.site .gform_wrapper select optgroup {
  font-size: 18px;
  color: #3E3E3E;
}
.site .gform_wrapper .ginput_complex.ginput_container_address span,
.site .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
  width: 100%;
  padding-right: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 10px;
  display: block;
}
.site .gform_wrapper .ginput_complex.ginput_container_address label {
  display: none !important;
}
.site .gform_wrapper .gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0px;
}
@media only screen and (max-width: 900px) {
  .site .gform_wrapper .gform_footer {
    padding-bottom: 0px !important;
  }
}
.site .gform_wrapper .gform_footer input.button,
.site .gform_wrapper .gform_footer input[type=submit],
.site .gform_wrapper .gform_page_footer input.button,
.site .gform_wrapper .gform_page_footer input[type=submit] {
  cursor: pointer;
  height: 60px;
  width: 215px;
  line-height: 32px;
  font-size: 21.33px;
  font-family: "FuturaPT-Bold", sans-serif;
  background: url(images/button-hover.svg) center center no-repeat;
  background-size: 100% 100%;
  color: #ffffff !important;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: url(images/button-submit.svg) center center no-repeat;
  background-size: contain;
  color: #ffffff !important;
  margin-bottom: 0px;
  font-size: 21.3px !important;
}
@media only screen and (max-width: 900px) {
  .site .gform_wrapper .gform_footer input.button,
.site .gform_wrapper .gform_footer input[type=submit],
.site .gform_wrapper .gform_page_footer input.button,
.site .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 16px;
    line-height: 24px;
    padding: 9px 33px 13px;
    width: 163px;
    height: 46.3px;
    background-size: 100% 100%;
  }
}
.site .gform_wrapper .gform_footer input.button > span,
.site .gform_wrapper .gform_footer input[type=submit] > span,
.site .gform_wrapper .gform_page_footer input.button > span,
.site .gform_wrapper .gform_page_footer input[type=submit] > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  line-height: 32px;
  font-size: 21.33px;
  font-family: "FuturaPT-Bold", sans-serif;
  background: url(images/button-tangerine.svg) center center no-repeat;
  background-size: 100% 100%;
  color: #ffffff !important;
  padding: 16px 42px 12.5px 43px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border: none;
  text-align: center;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .site .gform_wrapper .gform_footer input.button > span,
.site .gform_wrapper .gform_footer input[type=submit] > span,
.site .gform_wrapper .gform_page_footer input.button > span,
.site .gform_wrapper .gform_page_footer input[type=submit] > span {
    padding: 9px 33px 13px;
    font-size: 16px;
  }
}
.site .gform_wrapper .gform_footer input.button:hover span,
.site .gform_wrapper .gform_footer input[type=submit]:hover span,
.site .gform_wrapper .gform_page_footer input.button:hover span,
.site .gform_wrapper .gform_page_footer input[type=submit]:hover span {
  background: url(images/button-hover.svg) center center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 900px) {
  .site .gform_wrapper .gform_footer input.button,
.site .gform_wrapper .gform_footer input[type=submit],
.site .gform_wrapper .gform_page_footer input.button,
.site .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 14px !important;
    padding: 12px 33px !important;
    font-size: 16px !important;
  }
}
.site .gform_wrapper .gform_footer input.button:hover,
.site .gform_wrapper .gform_footer input[type=submit]:hover,
.site .gform_wrapper .gform_page_footer input.button:hover,
.site .gform_wrapper .gform_page_footer input[type=submit]:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.site .gform_wrapper li.gfield.gfield_error,
.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-family: "FuturaPT-Medium", sans-serif;
  line-height: 1;
  color: #E96227;
}
.site .gform_wrapper .validation_message {
  padding: 0 0 0 0 !important;
  background: transparent;
  color: #E96227;
  border: none;
  text-align: left;
}
.site .gform_wrapper .gform_validation_errors {
  padding: 8px 0;
  line-height: 1.2;
  margin-bottom: 10px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site .gform_wrapper .gform_validation_errors h2.gform_submission_error {
  font-size: 16px;
  font-weight: 400;
  color: #E96227;
}
.site .gform_wrapper .gform_validation_errors h2.gform_submission_error .gform-icon {
  display: none;
}
.site .gform_wrapper .gfield_checkbox li input,
.site .gform_wrapper .gfield_checkbox li input[type=checkbox],
.site .gform_wrapper .gfield_radio li input[type=radio] {
  display: none;
}
.site .gform_wrapper ul.gfield_checkbox li label,
.site .gform_wrapper ul.gfield_radio li label {
  font-family: "FuturaPT-Medium", sans-serif;
  line-height: 1;
  color: #fc0;
  padding-left: 30px;
  line-height: 20px;
  position: relative;
}
.site .gform_wrapper ul.gfield_checkbox li label:before,
.site .gform_wrapper ul.gfield_radio li label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #3E3E3E;
  content: "";
}
.site .gform_wrapper .gchoice_select_all:after,
.site .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.site .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  color: #fc0;
  content: "";
}

.search_wrapper {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .search_wrapper {
    padding-top: 16px !important;
  }
}
.search_wrapper .gform_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 32px;
}
@media only screen and (max-width: 900px) {
  .search_wrapper .gform_body {
    padding-top: 24px;
  }
}
.search_wrapper .gform_body .gfield.gfield-zipcode {
  width: 27.14%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.14%;
          flex: 0 0 27.14%;
}
.search_wrapper .gform_body .gfield.gfield-state {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63.8%;
          flex: 0 0 63.8%;
  width: 63.8%;
}
.search_wrapper .gform_body .gfield.separator {
  font-family: "FuturaPT-Light", sans-serif;
  line-height: 1.33;
  color: #808080 !important;
  font-weight: 300;
  text-align: center;
  margin: 0px auto;
  font-size: 18px;
  padding: 0 8px;
}
.search_wrapper .gform_footer {
  padding-top: 24px;
}

.select2-results__option {
  font-size: 18px;
  font-family: "FuturaPT-Light", sans-serif;
  color: #808080;
}
.select2-results__option--highlighted, .select2-results__option:hover {
  background-color: #14B3B3;
  color: #ffffff;
}

.passform {
  padding: 50px 0;
  position: relative;
  text-align: center;
  min-height: calc(100vh - 235px);
}
.passform form {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.passform form label {
  display: none;
}
.passform form input[type=password] {
  width: 100% !important;
  font-size: 18px !important;
  font-family: "FuturaPT-Light", sans-serif;
  line-height: 1.29;
  color: #808080 !important;
  font-weight: 300;
  background: #ffffff;
  padding: 8px 17px !important;
  border: 1px solid #14B3B3;
  border-radius: 2px;
  margin: 20px auto 10px;
}
.passform form input[type=password]::-webkit-input-placeholder {
  color: #808080 !important;
  opacity: 1;
}
.passform form input[type=password]::-moz-placeholder {
  color: #808080 !important;
  opacity: 1;
}
.passform form input[type=password]:-ms-input-placeholder {
  color: #808080 !important;
  opacity: 1;
}
.passform form input[type=password]::-ms-input-placeholder {
  color: #808080 !important;
  opacity: 1;
}
.passform form input[type=password]::placeholder {
  color: #808080 !important;
  opacity: 1;
}
@media only screen and (max-width: 900px) {
  .passform form input[type=password] {
    font-size: 14px !important;
    padding: 6px 8px !important;
  }
}
.passform form input[type=submit] {
  background: url(images/button-submit.svg) center center no-repeat;
  background-size: contain;
  color: #ffffff !important;
  margin-bottom: 0px;
  font-size: 21.3px !important;
}
@media only screen and (max-width: 900px) {
  .passform form input[type=submit] {
    font-size: 14px !important;
    padding: 12px 33px !important;
    font-size: 16px !important;
  }
}
.passform form input[type=submit]:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  place-items: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background-color: #E7FAFA;
  max-width: 100vw;
}
@media only screen and (max-width: 750px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 900px) {
  .header {
    max-width: 100vw;
  }
}
.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  max-width: 100vw;
  overflow-x: hidden;
  min-height: 65px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .header .nav {
    min-height: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .header .nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 0;
  }
}
.header .nav__logo {
  max-width: 130px;
  max-height: 48px;
  overflow: hidden;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 600px) {
  .header .nav__logo {
    position: relative;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.header .nav__toggler {
  width: 37px;
  height: 37px;
  padding: 4px 0;
  margin: 8px 0;
  cursor: pointer;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background: transparent;
  display: none;
}
@media only screen and (max-width: 600px) {
  .header .nav__toggler {
    display: block;
  }
}
.header .nav__toggler .bar {
  display: block;
  position: relative;
  width: 100%;
  height: 6px;
  margin-bottom: 5px;
  border-radius: 10px;
  background-color: #14B3B3;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.header .nav__toggler:hover .bar {
  background-color: #12A5A5;
}
.header .nav__toggler.js-open .bar:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 10%;
          transform-origin: 50% 10%;
}
.header .nav__toggler.js-open .bar:nth-child(2) {
  display: none;
}
.header .nav__toggler.js-open .bar:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 90% 0%;
          transform-origin: 90% 0%;
}
.header .nav__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0px 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media only screen and (max-width: 600px) {
  .header .nav__primary {
    position: fixed;
    top: 100px;
    left: 101%;
    z-index: 9;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #E7FAFA;
  }
  .header .nav__primary.js-open {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
}
.header .nav__primary__mnu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 600px) {
  .header .nav__primary__mnu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .header .nav__primary__mnu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  .header .nav__primary__mnu li:last-child {
    border-bottom: none;
  }
}
.header .nav__primary__mnu li a {
  padding: 0px 20px;
  line-height: 23.4px;
  color: #12A5A5;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .header .nav__primary__mnu li a {
    padding: 6px 20px 6px 36px;
    display: block;
    text-align: left;
    width: 100%;
    font-size: 11px;
  }
}
.header .nav__primary__mnu li a:hover {
  color: #006262;
}

body.nav-up .header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

body.nav-down .header .nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.nav-down .header .nav__primary {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 600px) {
  body.nav-down .header .nav__primary {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
body.nav-down .header .nav__logo {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  position: relative;
}
@media only screen and (max-width: 600px) {
  body.nav-down .header .nav__logo {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.footer {
  background: #E96227 url(images/paper-white.svg) center center repeat;
  background-attachment: fixed;
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  padding: 23px 0 21px;
}
@media only screen and (min-width: 750px) {
  .footer {
    padding: 40px 0 37px;
  }
}
@media only screen and (min-width: 1050px) {
  .footer {
    padding: 50px 0 51.3px;
  }
}
.footer__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.footer__cont__logo {
  max-width: 139px;
}
@media only screen and (min-width: 1050px) {
  .footer__cont__logo {
    max-width: 174px;
  }
}
.footer__cont__logo img {
  max-width: 100%;
}
.footer__cont__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__cont__social .share-icon {
  width: 47px;
  height: 32px;
  margin-right: 12px;
  -webkit-transition: all 0.4 ease;
  transition: all 0.4 ease;
}
@media only screen and (max-width: 900px) {
  .footer__cont__social .share-icon {
    width: 41px;
    height: 29px;
    cursor: pointer;
  }
}
.footer__cont__social .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 2.4 ease;
  transition: all 2.4 ease;
}
.footer__cont__social .social-icons a {
  width: 41px;
  height: 54px;
  margin-left: 8px;
  -webkit-transition: all 0.4 ease;
  transition: all 0.4 ease;
}
@media only screen and (min-width: 750px) {
  .footer__cont__social .social-icons a {
    width: 43px;
    height: 54px;
    margin-left: 9px;
  }
}
@media only screen and (min-width: 1050px) {
  .footer__cont__social .social-icons a {
    width: 55.3px;
    height: 54px;
    margin-left: 12px;
  }
}
.footer__cont__social .social-icons a svg {
  max-width: 100%;
}
.footer__cont__social .social-icons a:hover svg path.color {
  fill: #94F0F0;
}
@media only screen and (max-width: 750px) {
  .footer__cont__social .social-icons {
    display: none;
  }
  .footer__cont__social .social-icons.js-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*# sourceMappingURL=style.css.map */