/*
Theme Name: Tenzing One
Theme URI:
Description: Custom theme for Tenzing One and Bold Brand
Author: Joe Blackburn
Version: 1.0
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
@import "css/normalize.css";
@import "css/slick.css";
@import "css/lity.css";
/* !Local Fonts - - - - - */
@font-face {
  font-family: "Slab";
  src: url("fonts/font.woff2") format("woff2"), url("fonts/font.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Slab";
  src: url("fonts/font-2.woff2") format("woff2"), url("fonts/font-2.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

.sans {
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
}

.quad {
  font-family: "Slab", "proxima-nova", Arial, Verdana, sans-serif;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.green {
  color: #38A390;
}

.lt-green {
  color: #C6D8D6;
}

.dk-green {
  color: #2C454A;
}

.orange {
  color: #D26028;
}

.yellow {
  color: #FEC465;
}

.brown {
  color: #867870;
}

.vlt-grey {
  color: #EEEEEE;
}

.white-bg {
  background: #fff;
}

.black-bg {
  background: #000;
}

.green-bg {
  background: #38A390;
}

.lt-green-bg {
  background: #C6D8D6;
}

.dk-green-bg {
  background: #2C454A;
}

.orange-bg {
  background: #D26028;
}

.yellow-bg {
  background: #FEC465;
}

.brown-bg {
  background: #867870;
}

.vlt-grey-bg {
  background: #EEEEEE;
}

.italic {
  font-style: italic;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.space {
  letter-spacing: 0.05em;
}

.xspace {
  letter-spacing: 0.1em;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.plain a, a.plain {
  text-decoration: none;
}

a {
  color: #D26028;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

a:hover {
  color: #000;
}

.rel {
  position: relative;
}

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.inline {
  display: inline-block;
}

ul.inline > li {
  display: inline;
  float: left;
}

ul.ilb > li,
.ilb {
  display: inline-block;
  vertical-align: top;
}

ul.ilb {
  display: block;
}

li.vmiddle,
.vmiddle {
  vertical-align: middle;
}

li.vbottom,
.vbottom {
  vertical-align: bottom;
}

.reverse {
  direction: rtl;
}

.dfix {
  direction: ltr;
}

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

img.fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.flex-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrap .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important;
}

.cover {
  background: url(images/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.flex-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-bottom .flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 100% !important;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
}

.grid.row {
  grid-auto-rows: 1fr;
}

.grid.grid2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.grid4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex {
  display: flex;
}

.over {
  position: relative;
  z-index: 1;
}

/* !Font Size Functions - - - - - */
/* !Page Defaults - - - - - */
.text {
  line-height: 1.5em;
  font-size: 1.2857142857em;
}

.text.large-text {
  font-size: 1.7142857143em;
  line-height: 1.4em;
}

.text a {
  color: #D26028;
  text-decoration: underline;
}

.text a:hover {
  color: #38A390;
}

.text.white a {
  color: #FEC465;
}

.text.white a:hover {
  color: #fff;
}

.text.small-text {
  font-size: 1em;
}

.text p {
  margin: 15px 0;
}

.header-text p:first-child,
.text p:first-child {
  margin-top: 0;
}

.header-text p:last-child,
.text p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal;
}

.text img {
  display: block;
  margin: 10px auto;
  width: auto;
  height: auto;
  max-width: 100%;
}

.text img.alignleft {
  float: left;
  margin: 0 30px 30px 0;
  display: inline-block;
}

.text img.alignright {
  float: right;
  margin: 0 0 30px 30px;
  display: inline-block;
}

.text ul {
  margin: 30px 0;
  padding: 0 0 0 25px;
}

.text ul li {
  position: relative;
  margin: 0 0 0 20px;
}

.text ul li + li {
  margin-top: 5px;
}

.text ul li:marker {
  color: inherit;
  font-size: 1em;
}

.text h1,
.text h2,
.text h3,
.text h4 {
  margin: 30px 0 10px 0;
  font-weight: bold;
  color: #2C454A;
  font-family: "Slab", "proxima-nova", Arial, Verdana, sans-serif;
  line-height: 1.4em;
}

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text ul:first-child {
  margin-top: 0;
}

.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child,
.text ul:last-child {
  margin-bottom: 0;
}

.text blockquote {
  margin: 50px 0;
  padding: 10px 0 10px 30px;
  border-left: 2px solid #D26028;
  color: #2C454A;
  font-weight: bold;
  font-size: 1.4285714286em;
  line-height: 1.5em;
  text-align: left;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
}

/* !Body - - - - - */
body {
  min-width: 320px;
  font-size: 14px;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  color: #000;
  line-height: 1.6em;
  background: #2C454A;
}

#container {
  background: #fff;
}

/* !Page Blocks - - - - - */
.page-block + .page-block {
  margin-top: 90px;
}

.page-block.bg,
.block-pad {
  padding: 90px 0;
}

.page-block.bg + .page-block.bg {
  margin-top: 0;
}

.page-block:last-child {
  padding-bottom: 90px;
}

.page-block:first-child {
  padding-top: 90px;
}

.page-block.no-pad {
  padding: 0;
}

.block-border {
  border: 60px solid #EEEEEE;
}

.inner {
  padding: 0 30px;
  max-width: 920px;
  display: block;
  margin: 0 auto;
}

.inner.mid {
  max-width: 1040px;
}

.inner.wide {
  max-width: 1170px;
}

.inner.vwide {
  max-width: 1360px;
}

/* !Headline - - - - - */
.big-headline,
.headline {
  font-family: "Slab", "proxima-nova", Arial, Verdana, sans-serif;
  font-size: 3.9285714286em;
  line-height: 1.3em;
  font-weight: bold;
}

.headline {
  font-size: 2.8571428571em;
  line-height: 1.3em;
}

.mid-headline,
.small-headline {
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 2.5714285714em;
  line-height: 1.4em;
}

.small-headline {
  font-size: 1.7142857143em;
}

.big-headline em {
  text-decoration: none;
  background-image: linear-gradient(90deg, rgba(254, 196, 101, 0.2) 0%, rgba(254, 196, 101, 0.9) 100%);
  background-repeat: no-repeat;
  font-style: normal;
  background-position: left -8px bottom 0;
  background-size: calc(100% + 16px) 75px;
  padding: 0 10px;
}

/* !Buttons - - - - - */
.button,
input.gform_button {
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #fff;
  background: #D26028;
  font-size: 1.4285714286em;
  line-height: 1.3em;
  padding: 11px 20px 12px 20px;
  border-radius: 3px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.button.yellow-bg {
  background: #FEC465;
  color: #fff;
}

.button:hover,
input.gform_button:hover,
.button.yellow-bg:hover {
  background: #2C454A;
  color: #fff;
}

.page-block.dk-green-bg .button:hover {
  background: #FEC465;
  color: #fff;
}

a.text-link {
  display: inline-block;
  color: #D26028;
  font-weight: bold;
  border-bottom: 2px solid #D26028;
  font-size: 1.2857142857em;
  line-height: 1.4em;
}

a.text-link:hover {
  color: #2C454A;
  border-color: #2C454A;
}

/* !Spacing - - - - - */
.small-headline + .text {
  margin-top: 20px;
}

.headline + .text,
.text + a.text-link,
.small-headline + a.text-link {
  margin-top: 25px;
}

.text + a.button,
.small-headline a.button,
.text + .center {
  margin-top: 30px;
}

/* !Alternating Rows - - - - - */
.alt-row {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-auto-rows: 1fr;
  background: #fff;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}

.alt-row:nth-child(even),
.switch .alt-row {
  grid-auto-flow: column;
  direction: rtl;
}

.switch .alt-row:nth-child(even) {
  direction: ltr;
}

.alt-row + .alt-row {
  margin-top: 60px;
}

.alt-content {
  padding: 40px;
}

.alt-image {
  height: 100%;
}

.alt-image img.full {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.alt-max {
  max-width: 460px;
  margin: 0 auto;
}

a.alt-video {
  display: block;
}

a.alt-video:before {
  content: "";
  width: 111px;
  height: 111px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url(images/play-button.svg) no-repeat center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

a.alt-video:hover:before {
  opacity: 0.6;
}

/* !Testimonial Block - - - - - */
.test-name {
  margin-top: 30px;
}

.test-wrap.has-image {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 40px;
}

.test-image {
  border-radius: 120%;
  overflow: hidden;
}

/* !Callout - - - - - */
.callout-wrap {
  padding-left: 300px;
  background: url(images/t-logo-orange.svg) no-repeat left top;
  min-height: 170px;
}

.orange-bg .callout-wrap {
  background-image: url(images/t-logo-yellow.svg);
}

/* !Icon Columns - - - - - */
.mid-headline + ul.icon-cols {
  margin-top: 60px;
}

ul.icon-cols {
  grid-gap: 60px;
}

.col-icon {
  max-width: 90px;
  margin: 0 auto 30px 0;
}

/* !Logos - - - - - */
.logo-cycle-wrap {
  padding: 0 10px;
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.6;
}

.slick-prev {
  background: url(images/arrow-left-white.svg) no-repeat center;
  left: 0;
}

.slick-next {
  background: url(images/arrow-right-white.svg) no-repeat center;
  right: 0;
}

.logo-cycle-wrap .slick-prev {
  background: url(images/arrow-left-dk-green.svg) no-repeat center;
  left: -30px;
}

.logo-cycle-wrap .slick-next {
  background: url(images/arrow-right-dk-green.svg) no-repeat center;
  right: -30px;
}

.logo-pad {
  padding: 0 8px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.logo-pad img {
  display: block;
  object-fit: contain;
  margin: 0 auto;
  width: auto;
  height: 100%;
  max-height: 125px;
  max-width: 100%;
}

.logo-pad a {
  display: block;
}

.logo-cycle .slick-track {
  display: flex;
}

.logo-cycle .slick-slide {
  display: flex;
  height: inherit !important;
  align-items: center;
  justify-content: center;
}

.logos-block .mid-headline {
  padding-bottom: 40px;
}

/* !Search Results - - - - - */
ol.search-list {
  margin: 50px 0;
  padding-left: 20px;
}

ol.search-list li + li {
  margin-top: 35px;
}

/* !Page Header - - - - - */
.page-header.no-image {
  background: #2C454A;
}

.page-header {
  height: 400px;
}

.page-header-screen {
  padding: 260px 0 35px 0;
}

/* !Header - - - - - */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 200px;
  z-index: 100;
}

a.logo {
  width: 250px;
  display: block;
  position: absolute;
  top: 50%;
  left: 65px;
  transform: translate(0, -50%);
  z-index: 101;
}

ul.nav {
  position: absolute;
  top: 50%;
  right: 65px;
  z-index: 101;
  display: inline-flex;
  width: calc(100vw - 420px);
  gap: 40px;
  align-items: center;
  justify-content: flex-end;
  transform: translate(0, -50%);
}

#container {
  position: relative;
}

ul.nav a.nav-link {
  font-size: 1.7142857143em;
  line-height: 1.4em;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  color: #fff;
}

ul.nav a.button {
  font-size: 1.7142857143em;
}

ul.nav a.button:hover {
  background: #FEC465;
}

ul.nav a.nav-link:before {
  content: "";
  width: 0;
  left: 50%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% + 15px);
  z-index: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

ul.nav a.nav-link:hover:before,
ul.nav a.nav-link.active:before {
  left: 0;
  width: 100%;
}

ul.nav a.search-toggle {
  display: block;
  padding: 2px 0;
  position: relative;
  top: 2px;
}

a.search-toggle path {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

a.search-toggle:hover path {
  fill: rgba(255, 255, 255, 0.6);
}

.scroll-header {
  height: 100px;
  background: #2C454A;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100500;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.scrolled .scroll-header {
  visibility: visible;
  opacity: 1;
}

a.scroll-logo {
  width: 80px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 65px;
  z-index: 10;
  transform: translate(0, -50%);
}

a.nav-toggle {
  display: block;
  position: fixed;
  top: 32px;
  right: 65px;
  width: 40px;
  height: 36px;
  z-index: 100500;
}

a.nav-toggle div {
  width: 40px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: center;
  transform: translate(0, -50%);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

a.nav-toggle div:nth-child(1) {
  transform: translate(0, -13px);
}

a.nav-toggle div:nth-child(3) {
  transform: translate(0, 10px);
}

a.nav-toggle.active div:nth-child(2) {
  opacity: 0;
}

a.nav-toggle.active div:nth-child(1) {
  transform: translate(0, -50%) rotate(-45deg);
}

a.nav-toggle.active div:nth-child(3) {
  transform: translate(0, -50%) rotate(45deg);
}

.scroll-header a.search-toggle {
  position: absolute;
  top: calc(50% + 3px);
  right: 140px;
  transform: translate(0, -50%);
  z-index: 10;
}

.nav-wrap,
.search-wrap {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 100200;
  overflow: scroll;
  padding: 100px 65px 65px 65px;
  background: #2C454A;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav-active .nav-wrap,
.search-active .search-wrap {
  visibility: visible;
  opacity: 1;
}

.nav-wrap-content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.nav-wrap-top {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.nav-wrap-bottom {
  padding: 30px 0;
}

ul.mobile-nav a {
  display: block;
  color: #fff;
  font-size: 2.8571428571em;
  line-height: 1.4em;
  font-weight: bold;
}

ul.mobile-nav a:hover,
ul.mobile-nav a.active {
  color: #D26028;
}

ul.mobile-nav li + li {
  margin-top: 20px;
}

.credit a {
  color: #fff;
}

.credit a:hover {
  color: #FEC465;
}

.nav-wrap .credit a:hover {
  color: #D26028;
}

.nav-social {
  padding-top: 20px;
}

a.social {
  display: inline-block;
  margin-right: 10px;
  width: 38px;
  height: 38px;
}

a.social svg {
  display: block;
  width: 38px;
  height: 38px;
}

a.social circle,
a.social path {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

a.social:hover circle,
.form-social a.social circle {
  fill: #C6D8D6;
}

a.social:hover path,
.form-social a.social path {
  fill: #2C454A;
}

.nav-social a.social:hover circle,
.form-social a.social:hover circle {
  fill: #D26028;
}

.nav-social a.social:hover path,
.form-social a.social:hover path {
  fill: #fff;
}

.form-social {
  margin-top: 30px;
}

/* !Search Wrap - - - - - */
.search-wrap {
  background: #EEEEEE;
  z-index: 100600;
}

.search-wrap-content {
  min-height: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.search-form-wrap {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

#searchform input[type=text] {
  border: none;
  border-bottom: 2px solid #2C454A;
  height: 50px;
  color: #2C454A;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  font-size: 2.5714285714em;
  line-height: 1.3em;
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  width: 100%;
  font-weight: bold;
}

#searchform ::-webkit-input-placeholder {
  opacity: 1;
  color: #2C454A;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#searchform :-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #2C454A;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#searchform ::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #2C454A;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#searchform :-ms-input-placeholder {
  opacity: 1;
  color: #2C454A;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#searchform :focus::-webkit-input-placeholder {
  color: transparent;
  outline: none;
  border-color: #D26028;
}

#searchform :focus:-moz-placeholder { /* Firefox 18- */
  color: transparent;
  outline: none;
  border-color: #D26028;
}

#searchform :focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
  outline: none;
  border-color: #D26028;
}

#searchform :focus:-ms-input-placeholder {
  color: transparent;
  outline: none;
  border-color: #D26028;
}

#searchform input[type=text]:focus-visible {
  outline: none;
  border-color: #D26028;
}

input.search-button {
  width: 40px;
  height: 40px;
  background: url(images/search-icon-dark.svg) no-repeat center;
  display: block;
  margin: 20px auto 0 auto;
  border: none;
  text-indent: -9999px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

input.search-button:hover {
  opacity: 0.6;
}

a.search-close {
  width: 35px;
  height: 35px;
  position: fixed;
  right: 65px;
  top: 32px;
  background: url(images/x-dk-green.svg) no-repeat center;
  text-indent: -9999px;
}

a.search-close:hover {
  opacity: 0.6;
}

/* !Footer - - - - - */
.footer-sep {
  padding: 0 8px;
}

footer {
  padding: 60px 0;
}

.footer-cols {
  display: grid;
  grid-template-columns: 55% 1fr;
  grid-gap: 60px;
  align-items: center;
}

.footer-sub-cols {
  display: grid;
  grid-template-columns: 40% 1fr;
}

a.footer-logo {
  display: block;
  max-width: 250px;
}

.footer-under {
  margin-top: 100px;
}

ul.footer-links a,
.footer-section a {
  display: block;
  color: #fff;
  font-size: 1.1428571429em;
  font-weight: bold;
}

ul.footer-links {
  align-items: top;
  grid-gap: 20px 40px;
}

ul.footer-links a:hover,
.footer-section a:hover {
  color: #FEC465;
}

.footer-section.dk-green a {
  color: #2C454A;
}

.footer-section.dk-green a:hover {
  color: #D26028;
}

.footer-col2 {
  padding-left: 40px;
}

.footer-form-wrap {
  padding: 60px 40px;
}

.footer-under .credit {
  display: flex;
  align-items: center;
}

.footer-social {
  padding-left: 15px;
  height: 38px;
}

.small-headline + .footer-form {
  margin-top: 30px;
}

.footer-section {
  margin-top: 30px;
}

.footer-section:first-child {
  margin-top: 30px;
}

.footer-section a + a {
  margin-top: 5px;
}

/* !Form Modules - - - - - */
.form-wrap {
  display: grid;
  grid-auto-flow: column;
  direction: rtl;
  grid-template-columns: 1fr 200px;
  grid-gap: 100px;
}

.form-logo {
  max-width: 180px;
}

.form-social a.social,
.form-social a.social svg {
  width: 30px;
  height: 30px;
}

.page-form {
  margin-top: 50px;
}

.page-form:first-child {
  margin-top: 0;
}

/* !Accessibility Focus - - - - - */
* :focus-visible,
a.nav-link:focus-visible,
a.nav-toggle:focus-visible,
a.search-toggle:focus-visible {
  outline: 2px solid #D26028;
  outline-offset: 4px;
}

.orange-bg :focus-visible,
.orange-bg a.nav-link:focus-visible,
.orange-bg a.nav-toggle:focus-visible,
.orange-bg a.search-toggle:focus-visible {
  outline: 2px solid #FEC465;
  outline-offset: 4px;
}

/* !Modular Header - - - - - */
.mod-header {
  min-height: 100dvh;
}

video {
  width: 100%;
  height: auto;
}

video.mod-video,
img.header-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.mod-header-wrap {
  padding: 260px 0 80px 0;
  min-height: 100dvh;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  overflow: scroll;
}

.mod-header-wrap a.button {
  margin-top: 35px;
}

.mod-header-wrap a.button:hover {
  background: #FEC465;
}

.header-image-cycle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.header-image-cycle .slick-list,
.header-image-cycle .slick-track,
.header-image-cycle .slick-slide {
  height: 100%;
}

.mod-header.darken:before,
.page-header.darken:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.3);
}

/* !Scroll Down Animation - - - - - */
.arrows {
  width: 40px;
  height: 80px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  z-index: 5;
  text-align: center;
}

.arrows polygon {
  animation: fade_move_down 2s ease-in-out infinite;
}

@keyframes fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
/* !Single Post - - - - - */
time {
  font-weight: bold;
  font-size: 1.4285714286em;
  line-height: 1.4em;
}

time + .single-post-image {
  margin-top: 40px;
}

.single-post-image {
  margin-bottom: 45px;
}

ul.post-nav-links {
  gap: 50px;
  align-items: center;
  display: flex;
}

ul.post-nav-links a {
  display: block;
  font-size: 1.7142857143em;
  line-height: 1.3em;
  border-bottom: 2px solid #D26028;
}

ul.post-nav-links a:hover {
  color: #2C454A;
  border-color: #2C454A;
}

ul.post-nav-links li {
  position: relative;
}

ul.post-nav-links li + li:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: calc(50% + 5px);
  left: -26px;
  background: #D26028;
  z-index: 1;
  transform: translate(0, -50%);
}

/* !News Landing - - - - - */
li.grid-post.has-image {
  display: grid;
  grid-template-columns: 38.7% 1fr;
  grid-gap: 60px;
}

ul.post-list li + li {
  margin-top: 120px;
}

.small-headline a {
  color: #000;
  display: block;
}

.small-headline a:hover {
  color: #D26028;
}

a.grid-post-image {
  overflow: hidden;
  display: block;
}

a.grid-post-image img {
  transform-origin: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

a.grid-post-image:hover img {
  transform: scale(1.15);
}

/* !Pagination - - - - - */
.blog-load {
  padding-top: 120px;
}

/* !Form - - - - - */
.gfield {
  clear: both;
}

input.medium,
input.large,
input.small,
textarea,
select {
  width: 100%;
  background: none;
  border: 1px solid #000;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 12px;
  height: 40px;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  color: #000;
  text-indent: 0.01px;
  text-overflow: "";
  font-size: 1.0157714286rem;
  line-height: 1.3em;
  font-weight: bold;
}

select {
  background: url(images/select-arrow.svg) no-repeat right 15px center;
  padding-right: 50px;
}

textarea {
  resize: none;
  height: 150px;
}

input.medium:focus-visible,
input.large:focus-visible,
input.small:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  border-color: #D26028;
}

.gform_validation_container {
  display: none !important;
}

.gfield_label {
  display: none;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #000;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #000;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #000;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}

:focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.gform_submission_error {
  padding-bottom: 20px;
  font-weight: bold;
  color: #D26028;
  font-size: 1.4285714286em;
  line-height: 1.4em;
  font-weight: 800;
  padding-bottom: 30px;
}

.validation_message {
  padding-top: 5px;
  color: #D26028;
  font-style: italic;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4em;
}

.gform_confirmation_message {
  color: #38A390;
  font-weight: bold;
  font-size: 1.4285714286em;
  line-height: 1.4em;
}

.gform_ajax_spinner {
  margin: 20px auto 0 auto;
  border: 4px solid rgba(44, 69, 74, 0.2);
  border-left: 4px solid #2C454A;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.instruction {
  display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.gform_footer {
  padding-top: 25px;
}

.gform_footer img {
  display: block;
  margin: 15px auto 0 auto;
  width: 24px;
  height: auto;
  clear: both;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
  align-items: flex-start;
}

.gfield {
  flex-basis: 100%;
}

.gfield--width-half {
  flex-basis: calc(50% - 10px);
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.gfield_radio,
.gfield_checkbox,
.gfield--type-consent {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}

fieldset.gfield--type-choice {
  clear: both;
}

fieldset.gfield--type-choice legend {
  padding-top: 20px;
}

.gchoice,
.gfield--type-consent {
  text-align: left;
  width: calc(100% - 4px);
  display: inline-block;
  padding: 0 25px 0 34px;
  margin: 0;
  position: relative;
  vertical-align: top;
}

.gchoice + .gchoice {
  margin-top: 15px;
}

.gfield--type-consent {
  width: 100%;
  margin-bottom: 20px;
}

.gfield_radio label,
.gfield_checkbox label,
.gfield--type-consent label {
  font-size: 1.0714285714em;
  display: block;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  color: #000;
  font-weight: bold;
}

.gfield_radio input,
.gfield_checkbox input,
.gfield--type-consent input {
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 120%;
  -webkit-appearance: none;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.gfield_radio input:checked {
  background: #D26028;
}

.gfield_checkbox input,
.gfield--type-consent input {
  border-radius: 0;
}

.gfield_checkbox input:checked,
.gfield--type-consent input:checked {
  background: url(images/check.svg) no-repeat center #fff;
}

/* !Page Intro - - - - - */
.page-intro {
  padding: 180px 0 120px 0;
}

#main.no-pad {
  padding-bottom: 0;
}

/* !Decorations + Parallax - - - - - */
.parallax,
.reverse-parallax {
  position: relative;
  transform: translateY(var(--translateY));
  will-change: transform;
}

.fade {
  opacity: 0;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.shift-up {
  position: relative;
  transform: translate(0, 30px);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.inview.fade {
  opacity: 1;
}

.inview .shift-up {
  transform: translate(0, 0);
}

/* - - - Media Queries - - - */
@media only screen and (max-width: 1439px) {
  /* Style adjustments for viewports that meet the condition */
  a.logo {
    width: 200px;
  }
  ul.nav a.nav-link,
  ul.nav a.button {
    font-size: 1.4285714286em;
  }
  header {
    height: 120px;
  }
  a.search-toggle svg {
    width: 24px;
    height: 24px;
  }
  ul.nav {
    right: 65px;
    width: calc(100vw - 250px);
    gap: 30px;
  }
  a.nav-toggle,
  a.search-close {
    right: 65px;
  }
  .scroll-header a.search-toggle {
    right: 140px;
  }
}
@media only screen and (max-width: 1250px) {
  a.logo {
    width: 150px;
    left: 30px;
  }
  .follow {
    display: none;
  }
  ul.nav {
    gap: 25px;
  }
  ul.nav a.nav-link,
  ul.nav a.button {
    font-size: 1.2857142857em;
  }
  .block-border {
    border-width: 30px;
  }
  .alt-row + .alt-row {
    margin-top: 30px;
  }
  .page-block + .page-block {
    margin-top: 60px;
  }
  .page-block.bg,
  .block-pad {
    padding: 60px 0;
  }
  .page-block.bg + .page-block.bg {
    margin-top: 0;
  }
  .page-block:last-child {
    padding-bottom: 60px;
  }
  .page-block:first-child {
    padding-top: 60px;
  }
  .page-block.no-pad {
    padding: 0;
  }
  .callout-wrap {
    padding-left: 200px;
    background-size: 160px auto;
    min-height: 120px;
  }
  .button,
  input.gform_button {
    font-size: 1.1428571429em;
  }
  .footer-sub-cols {
    display: block;
  }
  .footer-col2 {
    margin-top: 40px;
    padding-left: 0;
  }
  a.footer-logo {
    width: 150px;
  }
  .footer-sep.break {
    height: 10px;
    text-indent: -9999px;
    flex-basis: 100%;
  }
  .footer-under .credit {
    flex-wrap: wrap;
  }
  .footer-cols {
    grid-template-columns: 1fr 1fr;
  }
  .footer-social {
    padding-left: 0;
  }
  .mod-header-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  a.nav-toggle,
  a.search-close,
  ul.nav {
    right: 30px;
  }
  .scroll-header a.search-toggle {
    right: 110px;
  }
  a.scroll-logo {
    left: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  header,
  a.scroll-logo img {
    display: none;
  }
  .scroll-header {
    visibility: visible;
    opacity: 1;
    background: rgba(210, 96, 40, 0);
    height: 90px;
  }
  .scrolled .scroll-header {
    background: #d26028;
  }
  a.scroll-logo {
    width: 110px;
    height: 44px;
  }
  a.scroll-logo:before,
  a.scroll-logo:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(images/tenzing-logo.svg) no-repeat center;
    background-size: 100% auto;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  a.scroll-logo:after {
    opacity: 0;
    background-image: url(images/tenzing-logo-white.svg);
  }
  .scrolled a.scroll-logo:before {
    opacity: 0;
  }
  .scrolled a.scroll-logo:after {
    opacity: 1;
  }
  a.nav-toggle,
  a.search-close {
    top: 27px;
  }
  .nav-wrap,
  .search-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  ul.mobile-nav a {
    font-size: 1.8571428571em;
  }
  #searchform input[type=text] {
    font-size: 1.7142857143em;
  }
  .text blockquote {
    font-size: 1.2857142857em;
    padding-left: 25px;
  }
  .block-border {
    border-width: 0;
  }
  .big-headline {
    font-size: 2.8571428571em;
  }
  .headline {
    font-size: 2.2857142857em;
  }
  .mid-headline {
    font-size: 1.8571428571em;
  }
  .small-headline {
    font-size: 1.4285714286em;
  }
  .page-block + .page-block {
    margin-top: 45px;
  }
  .page-block.bg,
  .block-pad {
    padding: 45px 0;
  }
  .page-block.bg + .page-block.bg {
    margin-top: 0;
  }
  .page-block:last-child {
    padding-bottom: 45px;
  }
  .page-block:first-child {
    padding-top: 45px;
  }
  .page-block.no-pad {
    padding: 0;
  }
  .text {
    font-size: 1.1428571429em;
  }
  .text.large-text,
  .test-name.small-headline {
    font-size: 1.2857142857em;
  }
  .callout-wrap {
    padding-left: 0;
    padding-top: 120px;
    background-size: 100px auto;
    background-position: center top;
    min-height: 0;
  }
  .page-header {
    height: 300px;
  }
  .page-header-screen {
    padding: 160px 0 35px 0;
  }
  .footer-cols {
    display: block;
  }
  footer {
    padding: 45px 0;
  }
  .footer-under {
    margin-top: 60px;
  }
  .footer-form-wrap {
    padding: 35px 30px;
  }
  .footer-right {
    margin-top: 40px;
  }
  .alt-row {
    display: block;
  }
  .alt-image {
    padding: 30px 30px 0 30px;
    max-width: 710px;
    margin: 0 auto;
    height: auto;
  }
  .alt-image img.full {
    object-fit: none;
    width: 100%;
    height: auto;
  }
  .alt-content {
    padding: 30px;
  }
  .alt-max,
  .grid-post-left,
  .grid-post-right {
    max-width: 650px;
    margin: 0 auto;
  }
  .grid-post-left {
    margin-bottom: 30px;
  }
  li.grid-post.has-image {
    display: block;
  }
  ul.post-list li + li {
    margin-top: 60px;
  }
  a.text-link {
    font-size: 1.1428571429em;
  }
  .mod-header-wrap {
    padding: 110px 10px 80px 10px;
  }
  .mod-header-wrap a.button {
    margin-top: 5px;
  }
  .form-wrap {
    display: block;
  }
  .form-left {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  /* Style adjustments for viewports that meet the condition */
  .text img.alignleft,
  .text img.alignright {
    margin: 10px auto;
    float: none;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  ul.icon-cols.grid.grid2 {
    grid-template-columns: 1fr;
  }
  .test-wrap.has-image {
    display: block;
  }
  .test-image {
    max-width: 200px;
    margin: 0 auto 30px auto;
  }
  .big-headline {
    font-size: 2em;
  }
  .headline {
    font-size: 1.8571428571em;
  }
  .mid-headline {
    font-size: 1.5714285714em;
  }
  .small-headline {
    font-size: 1.2857142857em;
  }
  .page-header {
    height: 250px;
  }
  ul.post-nav-links a {
    font-size: 1.4285714286em;
  }
  .gfield--width-half {
    flex-basis: 100%;
  }
  .gfield--width-half:nth-of-type(2n+1) {
    padding-right: 0;
  }
  .gfield--width-half:nth-of-type(2n+2) {
    padding-left: 0;
  }
  .gform_submission_error,
  .gform_confirmation_message {
    font-size: 1.1428571429em;
  }
}
@media only screen and (max-width: 650px) {
  /* Style adjustments for viewports that meet the condition */
  .alt-image {
    padding: 0;
  }
  .alt-row + .alt-row {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (max-width: 400px) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (max-width: 320px) {
  /* Style adjustments for viewports that meet the condition */
}
/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
