@charset "UTF-8";
/*
Theme Name: Intention 
Theme URI: https://byintention.co
Description: Wordpress theme by Intention
Author: Nick Hayward
Author URI: https://byintention.co
Version: 1.0
Tags: 
License:
License URI:
*/
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/montserrat-v26-latin-regular.woff2") format("woff2");
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/montserrat-v26-latin-700.woff2") format("woff2");
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/* #Basic Styles */
body {
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 400;
  color: #000000;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  opacity: 0;
  padding-top: 117px;
  transition: opacity 0.5s linear;
}
body.locked {
  overflow: hidden;
}
body.loaded {
  opacity: 1;
  transition: opacity 0.5s linear;
}

/* #Typography */
h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

h3, h4, h5, h6 {
  margin-bottom: 15px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  text-decoration: none;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 16px 0;
}

p img {
  margin: 0;
}

address {
  margin: 0 0 16px 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

.wp-caption {
  background: #eee;
  margin-bottom: 20px;
}
.wp-caption p {
  padding: 5px 10px;
}
.wp-caption .wp-caption-text:last-child {
  margin: 0;
}

@media only screen and (min-width: 830px) {
  body {
    font-size: 18.1px;
    padding-top: 117px;
  }
  h1 {
    font-size: 37px;
  }
  h2 {
    font-size: 33px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 26x;
  }
  h5 {
    font-size: 23px;
  }
}
/*	Blockquotes  */
blockquote, blockquote p {
  color: #000000;
  font-style: normal;
}
blockquote:last-child, blockquote p:last-child {
  margin: 0;
}

blockquote {
  background: #f7f8f9;
  border: none;
  border-radius: 10px;
  margin: 0 0 16px;
  padding: 25px 50px 20px 50px;
  position: relative;
}
blockquote h3 {
  color: #fbba00;
  font-size: 22px;
  line-height: 1.2;
}
blockquote h3:last-child {
  margin-bottom: 0;
}
blockquote citation {
  font-weight: bold;
}
blockquote:before, blockquote:after {
  background-image: url(images/quote.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
}
blockquote:after {
  position: absolute;
  left: auto;
  right: 20px;
  transform: rotate(180deg);
}

blockquote cite {
  display: block;
  font-size: 12px;
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555;
}

@media only screen and (min-width: 830px) {
  blockquote {
    padding: 40px 55px 30px 55px;
  }
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/* Links */
a, a:visited {
  color: #00A3A0;
  text-decoration: underline;
  transition: color 0.2s linear;
}

a:hover {
  color: rgb(0, 188.5, 185.0306748466);
  transition: color 0.2s linear;
}

a:focus-visible {
  outline-color: #000000;
}

a:active {
  background: inherit;
}

p a, p a:visited {
  line-height: inherit;
}

/* Lists */
ul, ol {
  margin: 0 0 16px 32px;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal outside;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 0 0 0 30px;
}

dl {
  margin: 0 0 30px 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 0 30px;
}

/* #Notification Styles */
.wpcf7-submit {
  margin-bottom: 10px;
}

.sent .wpcf7-response-output,
.positive, .wpcf7-mail-sent-ok {
  background-color: #006600;
  background-image: url(images/icon-pos.svg);
  background-position: 6px 8px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px 5px 28px;
}

.invalid .wpcf7-response-output,
.negative,
div.wpcf7-validation-errors,
div span.wpcf7-not-valid-tip {
  background-color: #c00;
  background-image: url(images/icon-neg.svg);
  background-position: 6px 8px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px 5px 28px;
}

span.wpcf7-not-valid-tip {
  display: block;
}

.wpcf7 br,
.screen-reader-response {
  display: none;
}

/* CSS animation for CF7 ajax loader */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* hide original loader */
.wpcf7-spinner {
  display: none;
}

.submitting .wpcf7-spinner {
  display: inline-block;
}

/* style for custom loader - '1s' for speeding up animation */
.wpcf7-spinner {
  background-image: url(images/icon-refresh4.svg);
  background-position: center center;
  background-size: cover;
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  height: 36px;
  margin-left: 10px;
  transform-origin: center center;
  vertical-align: middle;
  width: 36px;
}

.wpcf7-spinner:before {
  display: inline-block;
  height: 36px;
  transform-origin: center center;
  width: 36px;
}

tt,
kbd,
code,
pre {
  font-family: monospace;
  white-space: pre-wrap;
}

pre {
  margin-bottom: 20px;
}

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

sub {
  top: 0.5ex;
}

sup {
  bottom: 1ex;
}

var {
  font-style: italic;
}

cite {
  font-style: italic;
}

q:before {
  content: "“";
}

q:after {
  content: "”";
}

.left {
  float: left;
}

.right {
  float: right;
}

.imgleft, .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.imgright, .alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
}

.centre {
  text-align: center;
}

.centred {
  margin: 0 auto;
}

abbr, acronym {
  font-style: italic;
  text-decoration: underline;
}

.mobile {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px 0;
}

th {
  background: #eee;
}

th, td {
  border: 1px solid #666;
  padding: 10px;
}

/* #Images */
img {
  height: auto;
  max-width: 100%;
}

/* #Buttons */
button {
  background: transparent;
  border: 0;
  font-family: "Montserrat", arial, sans-serif;
}

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

.button,
.button:visited,
.btn,
.btn:visited,
input[type=submit],
input[type=reset],
input[type=button] {
  background-color: #00A3A0;
  border: none;
  border-radius: 10px;
  box-shadow: var(--clay-shadow-outset, 8px 8px 16px 0 rgba(0, 0, 0, 0.25)), inset var(--clay-shadow-inset-primary, -8px -8px 12px 0 rgba(0, 0, 0, 0.25)), inset var(--clay-shadow-inset-secondary, 8px 8px 12px 0 rgba(255, 255, 255, 0.4));
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 15px;
  overflow: visible;
  padding: 15px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s linear;
  vertical-align: top;
  -webkit-appearance: none;
}
.button.before,
.button:visited.before,
.btn.before,
.btn:visited.before,
input[type=submit].before,
input[type=reset].before,
input[type=button].before {
  content: "";
  height: 10px;
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
}
.button.btn2,
.button:visited.btn2,
.btn.btn2,
.btn:visited.btn2,
input[type=submit].btn2,
input[type=reset].btn2,
input[type=button].btn2 {
  background: #fff;
  color: #00A3A0;
}

.btn.btn2:hover {
  background-color: #f7f8f9;
  color: #00A3A0;
}

.button:hover,
.btn:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  background-color: rgb(0, 188.5, 185.0306748466);
  color: #fff;
  transition: background 0.2s linear;
}

.button:active,
.button:focus,
.btn:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
  color: #fff;
}

input[type=submit]:disabled {
  background: #999;
  cursor: not-allowed;
}

@media only screen and (min-width: 800px) {
  .button,
  .button:visited,
  .btn,
  .btn:visited,
  button,
  input[type=submit],
  input[type=reset],
  input[type=button] {
    font-size: 18.1px;
  }
}
/* #Forms */
form {
  margin-bottom: 20px;
}

form > div {
  margin-bottom: 10px;
}

fieldset {
  background: #fafafa;
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 2%;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
textarea,
select {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #777;
  display: block;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  padding: 8px 10px;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus {
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #444;
}

textarea {
  min-height: 60px;
}

.select-input {
  background-color: #fafafa;
  background-image: url(images/icon-chev-down-grey.svg);
  background-position: right 12px top 50%;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 34px;
  min-width: 200px;
  overflow: hidden;
  position: relative;
}

select {
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  cursor: pointer;
  border: 0;
  display: block;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  outline: 0;
  padding: 11px 11px 11px 12px;
  position: absolute;
  left: 0;
  top: 50%;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 999;
}

select::-ms-expand {
  display: none;
}

input[type=checkbox] {
  display: inline;
}

@media only screen and (min-width: 600px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  input[type=number],
  textarea,
  select {
    font-size: 18px;
  }
}
/* Grid < 800px */
.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 20px;
  width: 100%;
}

.container .container {
  margin: 0;
  width: 100%;
}

.container .one,
.container .one,
.container .two,
.container .three,
.container .four,
.container .five,
.container .six,
.container .seven,
.container .eight,
.container .nine,
.container .ten,
.container .eleven,
.container .twelve,
.container .one-quarter,
.container .one-half,
.container .three-quarter,
.container .one-third,
.container .two-thirds {
  margin: 0;
  width: 100%;
}

.row {
  margin: 0 0 2% 0;
}

/* Grid > 800px */
@media only screen and (min-width: 830px) {
  .container {
    background: transparent;
    display: block;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .container .column,
  .container .columns {
    margin: 0 2%;
  }
  .gridRow,
  .grid {
    display: flex;
    flex-wrap: wrap;
  }
  /* Base Grid */
  .grid .one.column,
  .grid .one.columns {
    flex: 0 0 4.333%;
  }
  .grid .two.columns {
    flex: 0 0 12.666%;
  }
  .grid .three.columns {
    flex: 0 0 21%;
  }
  .grid .four.columns {
    flex: 0 0 29.333%;
  }
  .grid .five.columns {
    flex: 0 0 37.666%;
  }
  .grid .six.columns {
    flex: 0 0 46%;
  }
  .grid .seven.columns {
    flex: 0 0 54.333%;
  }
  .grid .eight.columns {
    flex: 0 0 62.666%;
  }
  .grid .nine.columns {
    flex: 0 0 71%;
  }
  .grid .ten.columns {
    flex: 0 0 79.333%;
  }
  .grid .eleven.columns {
    flex: 0 0 87.666%;
  }
  .grid .twelve.columns {
    flex: 0 0 96%;
  }
  .grid .one-quarter.column {
    flex: 0 0 21%;
  }
  .grid .one-half.column {
    flex: 0 0 46%;
  }
  .grid .three-quarter.column {
    flex: 0 0 71%;
  }
  .grid .one-third.column {
    flex: 0 0 29.333%;
  }
  .grid .two-thirds.column {
    flex: 0 0 62.666%;
  }
  .row {
    margin: 0 -2% 4% -2%;
  }
}
.gridRow {
  clear: both;
  margin-bottom: 2%;
  width: 100%;
}

.gridRow .column,
.gridRow .columns {
  background: #eee;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
}

/* #Clearing */
/* Self Clearing Goodness */
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
}

/* Header */
.skipLink {
  position: absolute;
  left: 50%;
  transform: translateY(-150px) translateX(-50%);
  z-index: 900;
}
.skipLink:focus {
  transform: translateY(10px) translateX(-50%);
}

.wrap {
  background: transparent;
}

#header {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800;
}
#header .container {
  height: 80px;
  position: relative;
}

@media only screen and (min-width: 800px) {
  #header .container {
    height: 80px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #header .container {
    height: 80px;
    padding: 0;
    position: relative;
  }
}
.mobilenavopenx #header {
  position: relative;
}

#headerMeta {
  background: #2e2d2b;
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
}
#headerMeta .container {
  height: auto;
}
#headerMeta a {
  color: #fff;
  vertical-align: middle;
}
#headerMeta .contact .text {
  display: none;
}
#headerMeta .contact svg {
  margin-left: 20px;
  margin-right: 3px;
  max-height: 18px;
  max-width: 20px;
  vertical-align: text-bottom;
}
#headerMeta .social {
  display: inline-block;
  margin: 0 20px;
  vertical-align: text-bottom;
}
#headerMeta .social a {
  margin: 0 0 0 10px;
  max-height: 18px;
}
#headerMeta .social svg path {
  fill: #fff;
}
#headerMeta .social a:hover svg path {
  fill: #fbba00;
}

@media only screen and (min-width: 830px) {
  #headerMeta .contact .text {
    display: inline;
  }
}
@media only screen and (min-width: 1200px) {
  #headerMeta {
    text-align: right;
  }
  #headerMeta .social {
    margin: 0 2% 0 20px;
  }
}
#headerLogo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 170px;
}
#headerLogo svg, #headerLogo img {
  display: block;
}

@media only screen and (min-width: 1200px) {
  #headerLogo {
    margin: 0;
    position: absolute;
    left: 2%;
    bottom: 15px;
    top: auto;
    transform: none;
    width: 200px;
  }
}
#nav2 {
  display: none;
}

#headerMenuMobile {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0;
  position: absolute;
  top: 25px;
  right: 20px;
  vertical-align: top;
  z-index: 2000;
}
#headerMenuMobile .btn {
  background: transparent;
  color: #fff;
  font-size: 0;
  padding: 0;
}
#headerMenuMobile .btn:active {
  box-shadow: none;
}
#headerMenuMobile button {
  border-radius: 0;
  display: block;
  font-size: 0;
  height: 29px;
  width: 29px;
}
#headerMenuMobile button span {
  background: #00A3A0;
  border-radius: 5px;
  display: block;
  font-size: 0;
  height: 5px;
  overflow: hidden;
  position: absolute;
  top: 12px;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 29px;
}
#headerMenuMobile button:before {
  background: #00A3A0;
  border-radius: 5px;
  content: "";
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 29px;
}
#headerMenuMobile button:after {
  background: #00A3A0;
  border-radius: 5px;
  content: "";
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 29px;
}
#headerMenuMobile button.navOpen:before {
  background: #00A3A0;
  transform: rotate(45deg);
  top: 12px;
  left: -3px;
  width: 38px;
}
#headerMenuMobile button.navOpen span {
  opacity: 0;
  font-size: 0;
}
#headerMenuMobile button.navOpen:after {
  background: #00A3A0;
  transform: rotate(-45deg);
  bottom: 12px;
  left: -3px;
  width: 38px;
}

#headerContactMobile {
  background-image: url(images/icon-mobile.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  font-size: 0;
  height: 34px;
  position: absolute;
  top: 25px;
  right: 20px;
  vertical-align: top;
  width: 30px;
}
#headerContactMobile a {
  display: block;
  font-size: 0;
  height: 34px;
  width: 30px;
}

@media only screen and (min-width: 1200px) {
  #headerMenuMobile,
  #headerContactMobile {
    display: none;
  }
}
/* Homepage */
/* Flexible content */
.transparent {
  background-color: transparent;
}

.white {
  background-color: #fff;
}

.green {
  background-color: #00A3A0;
}

.grey {
  background-color: #e4e2dc;
}

.yellow {
  background-color: #fbba00;
}

.offwhite {
  background-color: #f7f8f9;
}

.teal {
  background-color: #00A3A0;
}

.rounded {
  border-radius: 10px;
  overflow: hidden;
}

.shadow {
  box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.1);
}

.keyline {
  border: 2px solid #fbba00;
}

.padded {
  padding: 30px;
}

@media only screen and (min-width: 600px) {
  .padded {
    padding: 30px;
  }
}
.clay {
  border-radius: 10px;
  box-shadow: var(--clay-shadow-outset, 8px 8px 16px 0 rgba(0, 0, 0, 0.25)), inset var(--clay-shadow-inset-primary, -8px -8px 12px 0 rgba(0, 0, 0, 0.25)), inset var(--clay-shadow-inset-secondary, 8px 8px 12px 0 rgba(255, 255, 255, 0.4));
}

.hero2 ul,
.houseBullets {
  list-style: none;
  margin: 0 0 40px 0;
}
.hero2 ul li,
.houseBullets li {
  background-image: url(images/icon-e.svg);
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  margin-bottom: 10px;
  padding-left: 40px;
}

.hero .container {
  padding: 0;
}
.hero .banner {
  background: #333;
  display: block;
  position: relative;
}
.hero .banner img {
  display: block;
  width: 100%;
}
.hero .banner .inner {
  color: #fff;
  padding: 0 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.hero .banner .inner h1, .hero .banner .inner h2, .hero .banner .inner h3 {
  line-height: 1;
}
.hero .banner .inner a {
  color: #fff;
  text-decoration: none;
}
.hero .banner .inner h1:last-child,
.hero .banner .inner p:last-child {
  margin-bottom: 0;
}
.hero .banner .inner .btn {
  margin-top: 15px;
}

@media only screen and (min-width: 1200px) {
  .hero .banner .inner {
    padding: 0;
  }
}
.hero2 {
  padding: 50px 0;
}
.hero2 .container {
  align-items: center;
}
.hero2 .text {
  padding-bottom: 20px;
}
.hero2 .btn {
  margin-bottom: 10px;
}

@media only screen and (min-width: 830px) {
  .hero2 .container {
    padding: 0 2%;
  }
  .hero2 .text {
    flex: 0 0 50%;
    padding-right: 40px;
    padding-bottom: 0;
  }
  .hero2 .image {
    flex: 0 0 50%;
  }
  .hero2 .btn {
    margin-bottom: 0;
  }
}
.filler {
  padding: 40px 0 0 0;
  position: relative;
  z-index: -1;
}

@media only screen and (min-width: 600px) {
  .filler {
    padding: 70px 0 0 0;
  }
}
.testimonials {
  background: #fff;
  background-position: center center;
  background-size: cover;
  clear: both;
  color: #fff;
  font-size: 16px;
  padding: 60px 20px 120px 20px;
  position: relative;
  text-align: center;
}
.testimonials .container {
  position: inherit;
}
.testimonials blockquote {
  padding: 0 12%;
}
.testimonials h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
}
.testimonials cite {
  opacity: 0.75;
}
.testimonials .tns-nav {
  display: none;
}
.testimonials .tns-controls {
  position: absolute;
  bottom: -50px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 500;
}

.tns-controls button {
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: none;
  font-size: 0;
  height: 80px;
  width: 80px;
}
.tns-controls button:first-child {
  background-image: url(images/arrow.png);
  transform: rotate(0deg);
}
.tns-controls button:nth-child(2) {
  background-image: url(images/arrow.png);
  transform: rotate(-180deg);
}

.newsCards h2 {
  padding: 0 20px;
  text-align: center;
}
.newsCards .card {
  background: #fff;
  margin-bottom: 40px;
}
.newsCards .card .newsThumb img {
  display: block;
  width: 100%;
}
.newsCards .card .newsExcerpt {
  padding: 20px;
}

@media only screen and (min-width: 900px) {
  .newsCards .card {
    flex: 0 0 31.333%;
    margin: 0 1%;
  }
  .newsCards .card .newsExcerpt {
    padding: 30px;
  }
}
.gallery {
  background: transparent;
  clear: both;
  padding: 0;
  text-align: center;
}
.gallery .tns-outer {
  position: relative;
}
.gallery .tns-controls {
  display: none;
}
.gallery .tns-nav {
  padding-left: 20px;
  position: absolute;
  bottom: -60px;
  left: 0;
  text-align: center;
  width: 100%;
}
.gallery .tns-nav button {
  background: #fff;
  border: 3px solid #fbba00;
  border-radius: 100px;
  height: 25px;
  margin: 0 5px;
  width: 25px;
}
.gallery .tns-nav button:hover {
  background: #fbba00;
}
.gallery .tns-nav button.tns-nav-active {
  background: #fbba00;
}
.gallery .mygallery {
  background-image: url(images/blob-grey-3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(-3px 10px 10px rgba(0, 0, 0, 0.3));
  padding: 50px 50px 80px 50px;
}
.gallery figure {
  position: relative;
}
.gallery figure a {
  display: block;
  position: relative;
}
.gallery img {
  display: block;
  border-radius: 30px;
  overflow: hidden;
}
.gallery .overlay {
  border-radius: 30px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: opacity 0.5s;
}
.gallery .close-overlay {
  display: none;
}
.gallery figure:hover .overlay {
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.5s;
}
.gallery .expand {
  color: #fff !important;
  opacity: 0;
  height: 60px;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.5s;
  transform: translateX(-50%) translateY(-50%);
  width: 60px;
  z-index: 100;
}
.gallery figure:hover .expand {
  opacity: 1;
  transition: opacity 0.5s;
}

@media only screen and (min-width: 600px) {
  .gallery .tns-controls {
    display: block;
    position: absolute;
    top: 50%;
    left: -80px;
    margin-top: -40px;
    width: calc(100% + 170px);
  }
  .gallery .tns-controls button {
    float: left;
  }
  .gallery .tns-controls button:last-child {
    float: right;
  }
  .gallery .mygallery {
    padding: 50px 100px 80px 100px;
  }
  .gallery .tns-item {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery .tns-controls {
    left: -125px;
    width: calc(100% + 250px);
  }
}
.twoColumn {
  clear: both;
  padding: 0;
}
.twoColumn .box {
  margin-bottom: 20px;
}
.twoColumn.boxed .box {
  padding: 20px;
}
.twoColumn p:last-child {
  margin: 0;
}

@media only screen and (min-width: 600px) {
  .twoColumn {
    padding: 0;
  }
  .twoColumn .container {
    display: flex;
  }
  .twoColumn.middle .container {
    align-items: center;
  }
  .twoColumn .box {
    flex: 0 0 46%;
    margin: 0 2%;
  }
  .twoColumn.boxed .box {
    padding: 30px;
  }
}
.threeColumn {
  padding: 0;
}
.threeColumn .box {
  margin-bottom: 20px;
}
.threeColumn.boxed .box {
  padding: 20px;
}
.threeColumn p:last-child {
  margin: 0;
}

@media only screen and (min-width: 800px) {
  .threeColumn {
    padding: 0;
  }
  .threeColumn .container {
    display: flex;
  }
  .threeColumn.middle .container {
    align-items: center;
  }
  .threeColumn .box {
    flex: 0 0 29.333%;
    margin: 0 2%;
  }
  .threeColumn.boxed .box {
    padding: 30px;
  }
}
.full {
  clear: both;
}
.full .text {
  margin: 0 auto;
  padding: 0 20px;
}
.full h1:last-child,
.full p:last-child {
  margin: 0;
}

@media only screen and (min-width: 830px) {
  .full .text {
    padding: 0;
  }
}
.videoPanel .video-js,
.videoPanel .fluid-width-video-wrapper {
  border-radius: 20px;
  overflow: hidden;
}
.videoPanel .inner {
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.videoPanel .inner.blobImage {
  padding: 10%;
}
.videoPanel .inner.videoShadow {
  filter: drop-shadow(-3px 10px 10px rgba(0, 0, 0, 0.3));
}

@media only screen and (min-width: 600px) {
  .videoPanel .video-js,
  .videoPanel .fluid-width-video-wrapper {
    border-radius: 30px;
  }
}
.boxes .box {
  flex-flow: row nowrap;
  flex-basis: 33%;
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 30px;
}
.boxes .box:last-child {
  margin-bottom: 0;
}
.boxes .box p:last-child {
  margin: 0;
}
.boxes .gutters {
  margin: 0 1%;
}

@media only screen and (min-width: 830px) {
  .boxes .normal {
    align-items: normal;
  }
  .boxes .top {
    align-items: start;
  }
  .boxes .middle {
    align-items: center;
  }
  .boxes .box {
    margin-bottom: 0;
  }
}
.styledBoxes .box {
  flex-flow: row nowrap;
  flex-basis: 33%;
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 30px;
}
.styledBoxes .box:last-child {
  margin-bottom: 0;
}
.styledBoxes .box h2, .styledBoxes .box h3, .styledBoxes .box h4,
.styledBoxes .box p:last-child {
  margin: 0;
}
.styledBoxes .box p:nth-child(3) {
  margin-top: 16px;
}
.styledBoxes .box .image {
  background-image: url(images/blob-y-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
  padding: 10%;
}
.styledBoxes .box .image img {
  border-radius: 30px;
  display: block;
}
.styledBoxes .box:nth-child(2) .image {
  background-image: url(images/blob-y-2.svg);
}
.styledBoxes .box:nth-child(3) .image {
  background-image: url(images/blob-y-3.svg);
}
.styledBoxes ul {
  list-style: none;
  margin: 20px 0 40px 0;
  text-align: left;
}
.styledBoxes ul li {
  background-image: url(images/icon-e.svg);
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  margin-bottom: 10px;
  padding-left: 40px;
}
.styledBoxes .btn {
  margin: 0;
}

@media only screen and (min-width: 830px) {
  .styledBoxes .normal {
    align-items: normal;
  }
  .styledBoxes .top {
    align-items: start;
  }
  .styledBoxes .middle {
    align-items: center;
  }
  .styledBoxes .box {
    margin-bottom: 0;
    padding-bottom: 90px;
    position: relative;
  }
  .styledBoxes .box .image {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    padding: 30px;
  }
  .styledBoxes .box .centre {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
}
.image.red {
  background-image: url(images/blob-r-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  padding: 10%;
}
.image.red img {
  border-radius: 30px;
  display: block;
  position: relative;
}

.image.black {
  background-image: url(images/blob-b-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  padding: 10%;
}
.image.black img {
  border-radius: 30px;
  display: block;
  position: relative;
}

.image.white {
  background: none;
  background-image: url(images/blob-white-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  padding: 10%;
}
.image.white img {
  border-radius: 30px;
  display: block;
  position: relative;
}

.image.blobShadow {
  filter: drop-shadow(-3px 5px 5px rgba(0, 0, 0, 0.4));
}

.textImage {
  padding: 0;
}
.textImage .imageWrap {
  margin-bottom: 20px;
}
.textImage .text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 20px;
}
.textImage .text p:last-child {
  margin: 0;
}

@media only screen and (min-width: 830px) {
  .textImage .top {
    align-items: start;
  }
  .textImage .middle {
    align-items: center;
  }
  .textImage .imageWrap {
    margin-bottom: 0;
  }
  .textImage .text {
    padding: 0;
  }
}
.faqs {
  margin: 0 auto;
  padding: 0;
}

.faq {
  position: relative;
}
.faq .faqHeader {
  background: #eee;
  border-radius: 10px;
  padding: 15px 15px 15px 50px;
}
.faq h3 {
  margin: 0;
}

.faq-question {
  cursor: pointer;
  position: relative;
}

.showFaq {
  content: "";
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 24px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 30px;
}
.showFaq span {
  background: #00A3A0;
  border-radius: 5px;
  display: inline-block;
  height: 21px;
  position: relative;
  width: 3px;
}
.showFaq span:after {
  content: "";
  background: #00A3A0;
  border-radius: 5px;
  display: inline-block;
  height: 3px;
  position: absolute;
  left: -9px;
  top: 9px;
  transition: all 0.2s linear;
  width: 21px;
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 20px 20px 50px;
  transition: all 0.2s ease;
}

.faq.active .showFaq {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq.active .faq-answer {
  max-height: 1000px;
  opacity: 1;
  padding-top: 20px;
  transition: all 0.2s ease;
}
.faq.active .showFaq span:after {
  opacity: 0;
  transition: all 0.2s linear;
}

@media only screen and (min-width: 800px) {
  .showFaq {
    top: 21px;
  }
}
.iconText {
  display: flex;
  margin-bottom: 20px;
}
.iconText .icon {
  flex: 0 0 100px;
}
.iconText .text {
  margin: 0;
  max-width: 9999;
  padding-left: 20px;
  padding-top: 10px;
}

@media only screen and (min-width: 830px) {
  .iconText {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .iconText {
    padding: 0;
  }
}
/* Blog section */
.postmetadata {
  background: #fafafa;
  border: 1px solid #eee;
  font-size: 12px;
  margin-bottom: 40px;
  padding: 5px 10px;
}
.postmetadata span {
  display: inline-block;
}

.blogcat {
  padding: 0 16px 0 0;
}

.blogdate {
  padding: 0 16px 0 0;
}

.blogcomments {
  color: #999;
  padding: 0 16px 0 0;
}

.entry img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.wp-caption {
  max-width: 100%;
}

.navigation {
  text-align: center;
}
.navigation .navlink {
  display: inline-block;
}

/* search */
#searchContent {
  margin: 0 auto;
  max-width: 600px;
  padding: 50px 0;
}

#s {
  float: left;
  margin-right: 5px;
  width: 50%;
}

#searchform {
  display: block;
  margin: 0;
  max-width: 100%;
  position: relative;
  text-align: right;
  width: 100%;
}
#searchform input {
  height: 46px;
  padding: 0 12px;
}

#search {
  position: absolute;
  left: 0;
  right: 75px;
}

#s {
  border: none;
  border-radius: 0;
}

#search input[type=text] {
  width: 100%;
}

#searchsubmit {
  margin: 0;
  width: 60px;
}

#searchwrapper {
  background: #eee;
  padding: 10px;
}
#searchwrapper label {
  display: none;
}
#searchwrapper div {
  margin: 0;
}

/* Contact */
/* Footer */
#footer {
  background: #000000;
  color: #f7f8f9;
  font-size: 13px;
  padding: 50px 0;
  text-align: center;
}
#footer a {
  color: #f7f8f9;
}
#footer a:hover {
  color: #00A3A0;
}
#footer ul {
  font-size: 18px;
  margin: 0 0 30px 0;
  list-style: none;
}
#footer ul li {
  margin-bottom: 10px;
}

@media only screen and (min-width: 830px) {
  #footer {
    text-align: left;
  }
  #footer ul {
    font-size: 20px;
  }
}
.footerLogo {
  font-size: 16px;
  font-weight: bold;
}
.footerLogo img, .footerLogo svg {
  max-width: 260px;
}
.footerLogo .email svg {
  margin-right: 20px;
  max-width: 24px;
  vertical-align: middle;
}
.footerLogo .phone svg {
  margin-right: 20px;
  max-width: 24px;
  vertical-align: middle;
}
.footerLogo .social a {
  margin: 0 10px;
}
.footerLogo .social {
  padding-top: 10px;
}

@media only screen and (min-width: 830px) {
  .footerLogo {
    font-size: 20px;
  }
  .footerLogo .social a {
    margin: 0 30px 0 0;
  }
  .footerNav {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding-left: 30px;
  }
}
.btt {
  display: block;
  font-size: 0;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
  width: auto;
}
.btt a {
  display: inline-block;
}
.btt svg {
  height: auto;
  width: 30px;
}
.btt svg path {
  fill: #fff;
}

/* #Media Queries */
@media only screen and (min-width: 600px) {
  .mobile {
    display: block;
  }
}
#wpadminbar {
  display: none;
}

@media only screen and (min-width: 960px) {
  #wpadminbar {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #nav2 {
    display: block;
    margin: 0;
    position: absolute;
    bottom: 20px;
    right: 2%;
  }
  #nav2 ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #nav2 ul li {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
  }
  #nav2 ul li a {
    border-bottom: 2px solid #fff;
    border-radius: 0;
    color: #2e2d2b;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-right: 2px;
    margin: 0 25px;
    padding: 0;
    text-decoration: none;
    transition: border 0.2s linear;
  }
  #nav2 ul li a:last-child {
    margin-right: 0;
  }
  #nav2 ul li a:hover {
    border-bottom: 2px solid #fbba00;
    transition: border 0.2s linear;
  }
  #nav2 ul li a:hover {
    color: #2e2d2b;
  }
  #nav2 ul li.current-menu-ancestor a, #nav2 ul li.current_page_item a {
    border-bottom: 2px solid #fbba00;
  }
  #nav2 ul li.homeLink {
    display: none;
  }
  #nav2 ul li.getStarted.current_page_item a {
    border-bottom: none;
  }
  #nav2 ul li.getStarted a {
    background: #00A3A0;
    border: 0;
    border-radius: 10px;
    box-shadow: var(--clay-shadow-outset, 8px 8px 16px 0 rgba(0, 0, 0, 0.25)), inset var(--clay-shadow-inset-primary, -8px -8px 12px 0 rgba(0, 0, 0, 0.25)), inset var(--clay-shadow-inset-secondary, 8px 8px 12px 0 rgba(255, 255, 255, 0.4));
    color: #fff;
    font-weight: bold;
    padding: 0 15px;
    position: relative;
    transition: all 0.2s linear;
  }
  #nav2 ul li.getStarted a.before {
    content: "";
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  #nav2 ul li.getStarted a:hover {
    background: rgb(0, 188.5, 185.0306748466);
    transition: all 0.2s linear;
  }
  #nav2 ul li button.sub_nav {
    display: none;
  }
  #nav2 ul li .sub-menu {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    display: none;
    padding: 10px 0;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 200;
  }
  #nav2 ul li .sub-menu li {
    float: none;
  }
  #nav2 ul li .sub-menu li.current_page_item a {
    font-weight: bold;
  }
  #nav2 ul li .sub-menu li a {
    border: none;
    border-radius: 5px;
    height: auto;
    line-height: 1.2;
    margin: 0 10px;
    overflow: hidden;
    padding: 10px 15px;
    width: 320px;
  }
  #nav2 ul li .sub-menu li a:hover {
    background: #FEE9AD;
  }
  #nav2 ul li.openSubnav .sub-menu {
    display: block;
  }
  .navclose {
    display: none;
  }
  #nav2 a.mobile_handle {
    display: none;
  }
  #nav2 .menu-parent-item {
    position: relative;
    z-index: 400;
  }
  #nav2 .menu-parent-item > a:after {
    background-image: url(images/icon-chev-down-grey.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 8px;
    content: "";
    display: inline-block;
    height: 15px;
    opacity: 1;
    position: absolute;
    right: 5px;
    top: 11px;
    transition: all 0.1s linear;
    vertical-align: middle;
    width: 15px;
  }
  #nav2 .menu-parent-item.openSubnav > a:after {
    opacity: 0;
    transition: all 0.1s linear;
  }
}
.wpcf7 {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.wpcf7 input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #666;
  border-radius: 5px;
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  position: relative;
  top: 0;
  vertical-align: middle;
  width: 24px;
}
.wpcf7 input[type=checkbox]:focus {
  border-color: #918cad;
  border-radius: 5px;
  box-shadow: 0 0 0 0.25rem rgba(35, 24, 91, 0.25);
}
.wpcf7 input:checked[type=checkbox] {
  background-color: #666;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.wpcf7 .checkmark {
  background-color: #fafafa;
  border: 1px solid #666;
  border-radius: 5px;
  display: inline-block;
  height: 25px;
  position: absolute;
  top: 7px;
  left: 0;
  width: 25px;
}
.wpcf7 .checkmark:focus {
  border-color: #918cad;
  box-shadow: 0 0 0 0.25rem rgba(35, 24, 91, 0.25);
}
.wpcf7 .wpcf7:hover input[type=checkbox] ~ .checkmarkx {
  background-color: #ccc;
}
.wpcf7 input[type=checkbox]:checked ~ .checkmark {
  background-color: #666;
}
.wpcf7 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.wpcf7 input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.wpcf7 .checkmark:after {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  height: 10px;
  position: absolute;
  left: 8px;
  top: 3px;
  width: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpcf7-acceptance {
  display: inline-block;
  line-height: 27px;
  margin: 10px 0;
  position: relative;
}

html .wcpt-product-form select {
  height: 40px;
  width: 100%;
}

.social {
  font-size: 0;
  margin-bottom: 40px;
}
.social a {
  display: inline-block;
  height: 30px;
  margin: 0 30px 0 0;
  vertical-align: middle;
}
.social svg {
  height: 100%;
  width: auto;
}
.social a path {
  fill: #fff;
  transition: all 0.2s linear;
}
.social a:hover path {
  fill: #00A3A0;
  transition: all 0.2s linear;
}

.fadeTest {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
}

.tabs .container {
  max-width: 800px;
}
.tabs .tabList {
  list-style: none;
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 400;
}
.tabs .tabList li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.tabs .tabList li button {
  background: #eee;
  border: 1px solid #ddd;
  border-bottom: 0;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  text-decoration: none;
}
.tabs .tabList li button:hover {
  text-decoration: none;
}
.tabs .tabList li.active button {
  background: #fff;
  padding-bottom: 11px;
}
.tabs .tabsPanel {
  border: 1px solid #ddd;
  margin-top: -1px;
  position: relative;
}
.tabs .tabContent {
  background: #fff;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  overflow: hidden;
  padding: 20px;
  position: relative;
  transition: all 0.2s linear;
  z-index: 300;
}
.tabs .tabContent.active {
  display: block;
  opacity: 1;
  transition: all 0.2s linear;
}

.accordion .accordionPanel header {
  background: #f7f8f9;
  border: 1px solid #ddd;
  margin: 0;
  padding: 10px 20px 10px 50px;
  position: relative;
}
.accordion .accordionPanel header a {
  cursor: pointer;
  display: block;
}
.accordion .accordionPanel h3 {
  margin: 0;
}
.accordion .accordionPanel .showFaq {
  top: 11px;
}
.accordion .accordionPanel .inner {
  border: 0;
  height: 0;
  opacity: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: all 0s linear;
}
.accordion .accordionPanel.active .inner {
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom: 0;
  height: unset;
  opacity: 1;
  padding: 20px;
  transition: opacity 0.2s linear, height 0.2s linear, padding 0s linear;
}
.accordion .accordionPanel.active .showFaq {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accordion .accordionPanel.active .showFaq span:after {
  opacity: 0;
  transition: all 0.2s linear;
}
.accordion .accordionPanel:last-child .inner {
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 830px) {
  .accordion .accordionPanel .showFaq {
    top: 14px;
  }
}
.fadeIn {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.in-view {
  opacity: 1;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.yellowFade {
  background: rgb(251, 186, 0);
  background: linear-gradient(180deg, #fbba00 0%, #fbba00 75%, white 100%);
}

body .video-js .vjs-big-play-button {
  border: 0;
  border-radius: 100px;
  height: 3em;
  line-height: 3em;
}

@media only screen and (max-width: 1199px) {
  #nav2 {
    background: #fbba00;
    border-radius: 0 0 20px 20px;
    box-sizing: border-box;
    max-height: calc(100vh - 127px);
    overflow: hidden;
    overflow-y: auto;
    padding: 20px 20px 100px 20px;
    position: relative;
    top: 80px;
    left: 0;
    right: 10px;
    text-align: left;
    z-index: 1500;
  }
  #nav2 .navopen {
    display: block;
  }
  #nav2 ul {
    margin: 0 auto;
    max-width: 300px;
    /* Second Level */
  }
  #nav2 ul li {
    display: block;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
  }
  #nav2 ul li a,
  #nav2 ul li a:link,
  #nav2 ul li a:visited {
    background-color: #fff;
    background-image: url(images/icon-house.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    float: none;
    margin-bottom: 10px;
    padding: 10px 10px 10px 50px;
    clear: both;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
  }
  #nav2 ul li a span,
  #nav2 ul li a:link span,
  #nav2 ul li a:visited span {
    display: block;
    font-size: 15px;
    opacity: 0.5;
  }
  #nav2 ul li.getStarted a {
    background: #00A3A0;
    border-radius: 10px;
    box-shadow: var(--clay-shadow-outset, 8px 8px 16px 0 rgba(0, 0, 0, 0.25)), inset var(--clay-shadow-inset-primary, -8px -8px 12px 0 rgba(0, 0, 0, 0.25)), inset var(--clay-shadow-inset-secondary, 8px 8px 12px 0 rgba(255, 255, 255, 0.4));
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    padding: 15px;
    position: relative;
    text-align: center;
  }
  #nav2 ul li button.sub_nav {
    background: none;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 15px;
    margin: 0;
    padding: 0;
    transform: rotate(0deg);
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.2s linear;
    z-index: 500;
  }
  #nav2 ul li button.sub_nav.open {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.2s linear;
  }
  #nav2 ul li button.sub_nav .arrow_down {
    background-image: url(images/icon-chev-down-grey.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 20px;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 20px;
  }
  #nav2 ul li.openSubnav button.sub_nav {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.2s linear;
  }
  #nav2 ul li.openSubnav .sub-menu {
    max-height: 500px;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    opacity: 1;
    transition: all 0.8s ease;
  }
  #nav2 ul .sub-menu {
    background: none;
    border: 0;
    display: block;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    position: relative;
    -webkit-transition: max-height 0.2s;
    -moz-transition: max-height 0.2s;
    transition: all 0.2s ease;
    width: 100%;
    z-index: 999999;
  }
  #nav2 ul .sub-menu a,
  #nav2 ul .sub-menu a:link,
  #nav2 ul .sub-menu a:visited {
    background: #fff;
    margin-left: 20px;
    padding: 10px 20px;
  }
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}
.tns-outer.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*	
	1. Buttons
*/
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(images/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(images/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}

/* gradient */
lite-youtube::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  top: 0;
  /* Pixel-perfect port of YT's gradient PNG, using https://github.com/bluesmoon/pngtocss plus optimizations */
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.54) 14%, rgba(0, 0, 0, 0.15) 54%, rgba(0, 0, 0, 0.05) 72%, rgba(0, 0, 0, 0) 94%);
  height: 99px;
  width: 100%;
  font-family: "YouTube Noto", Roboto, Arial, Helvetica, sans-serif;
  color: hsl(0, 0%, 93.33%);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  padding: 25px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

lite-youtube:hover::before {
  color: white;
}

/* responsive iframe with a 16:9 aspect ratio
	thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* play button */
lite-youtube > .lyt-playbtn {
  display: block;
  /* Make the button element cover the whole area for a large hover/click target… */
  width: 100%;
  height: 100%;
  /* …but visually it's still the same size */
  background: no-repeat center/68px 48px;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  position: absolute;
  cursor: pointer;
  z-index: 1;
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: 0;
}

lite-youtube:hover > .lyt-playbtn,
lite-youtube .lyt-playbtn:focus {
  filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lyt-playbtn {
  opacity: 0;
  pointer-events: none;
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
