@charset "UTF-8";
/*
Theme Name: HealthMeans 2022
Theme URI: https://healthmeans.com/
Author: HealthMeans/ Kymera
Author URI: https://kymerastudio.com/
Description: 2022, Wordpress 5.0+ version of HealthMeans.com. Now uses SCSS to generate the stylesheet.
Version: 1.0.1
Text Domain: healthmeans

*/
/*_variables.scss */
/* Define Variables */
/*********************
BREAKPOINTS
*********************/
/*------------------------
ASPECT RATIO BOX
---------------------------- */
/*----------------------
FIX WEBKIT TRANSFORM STUTTER on ANIMATION
------------------------ */
/*-----------------------
EASING 
---------------------- */
/* Scss Document */
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: 700; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #e0ffda;
  color: #E97C04;
  font-weight: 700; }

small {
  font-size: 80%; }

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

sub {
  bottom: 0em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #FFF073;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

*:focus-visible {
  outline: 1px solid #E97C04; }

*:focus:not(:focus-visible) {
  outline: none; }

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both; }

/* Font Cleanup & Reset */
html, html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

body {
  font-feature-settings: "liga", "kern"; }

/* ------ General/Global Site Content ------------ */
/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */ }

#page {
  position: relative;
  word-wrap: break-word;
  width: 100%;
  overflow: hidden;
  background: #ffffff; }

.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 1300px;
  max-width: 100%;
  padding: 0px 40px;
  position: relative;
  z-index: 2; }
  .wrap.wrap-full {
    width: 100%; }

.site-content-contain {
  position: relative;
  z-index: 1; }

#next-content {
  padding-top: 80px; }

hr {
  background-color: #E97C04;
  border: 0;
  height: 1px;
  margin: 55px 0px; }

.hidden {
  display: none; }

/* -------------------------------------------------------
 --------------------Vertical Center Content --------------
------------------------------------------------------------- */
.table-container {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0px;
  left: 0px;
  transition: all .3s ease 0s; }

.table-overlay {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  position: relative;
  max-width: 100vw; }

/*--------------------------------------------------------------
-----  Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/*--------------------------------------------------------------
----   Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%; }

thead th {
  border-bottom: 1px solid #FFF073;
  padding-bottom: 0.5em; }

th {
  padding: 0.4em;
  text-align: left; }

tr {
  /*border-bottom: 1px solid $yellow;*/ }

td {
  padding: 0.4em; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/*--------------------------------------------------------------
---    Links
--------------------------------------------------------------*/
a {
  color: currentColor;
  text-decoration: none; }
  a:hover {
    outline: 0px; }
  a:active {
    outline: 0px; }
  a:visited {
    color: inherit; }

.site-content a {
  position: relative;
  display: inline-block;
  color: currentColor;
  transition: all .3s ease 0s; }

/* ---------------- Button Links ----------------------*/
a.button,
button.button {
  display: inline-block;
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 500;
  background: #E97C04;
  border-radius: 60px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0px;
  position: relative;
  line-height: 1em;
  padding: 12px 18px 12px 18px;
  min-width: 166px;
  max-width: 100%;
  transition: all .5s ease 0s;
  text-decoration: none !important;
  -webkit-appearance: none;
  -moz-appearance: none; }
  a.button:hover,
  button.button:hover {
    background: #002C30;
    color: #ffffff; }
  a.button.white,
  button.button.white {
    background-color: #ffffff;
    color: #E97C04; }
    a.button.white:hover,
    button.button.white:hover {
      background: #FFF073;
      color: #ffffff; }

.btn-join {
  cursor: pointer; }

a.join-bar,
button.join-bar,
button.gform_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  background: #E97C04;
  font-size: 20px;
  font-weight: 500;
  border: 0px;
  border-radius: 0px;
  height: 48px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  padding: 0px 20px;
  cursor: pointer; }
  a.join-bar span,
  button.join-bar span,
  button.gform_button span {
    color: #ffffff; }
  a.join-bar > *,
  button.join-bar > *,
  button.gform_button > * {
    z-index: 2; }
  a.join-bar span.arrow,
  button.join-bar span.arrow,
  button.gform_button span.arrow {
    display: inline-block;
    transition: all .4s ease .3s;
    width: 37px; }
  a.join-bar:before,
  button.join-bar:before,
  button.gform_button:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0px;
    width: 0%;
    height: 100%;
    z-index: 1;
    background: #002C30;
    transition: all .4s ease 0s;
    transform: skewX(15deg);
    z-index: 1; }
  a.join-bar:hover,
  button.join-bar:hover,
  button.gform_button:hover {
    color: #ffffff; }
    a.join-bar:hover:before,
    button.join-bar:hover:before,
    button.gform_button:hover:before {
      width: 100%;
      transform: skewX(0);
      left: 0px; }
  a.join-bar.pinned,
  button.join-bar.pinned,
  button.gform_button.pinned {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 50; }
  a.join-bar.btn-apply,
  button.join-bar.btn-apply,
  button.gform_button.btn-apply {
    position: relative;
    max-width: 100%; }
  a.join-bar.button,
  button.join-bar.button,
  button.gform_button.button {
    position: relative;
    font-size: 21px;
    font-weight: 500; }
  @media (min-width: 768px) {
    a.join-bar,
    button.join-bar,
    button.gform_button {
      height: 75px;
      font-size: 30px;
      padding: 0px 46px;
      width: 50vw; }
      a.join-bar span.arrow,
      button.join-bar span.arrow,
      button.gform_button span.arrow {
        width: 53px; }
      a.join-bar.button,
      button.join-bar.button,
      button.gform_button.button {
        position: relative;
        font-size: 21px;
        font-weight: 500;
        height: 54px;
        padding: 0px 30px;
        width: 100%; }
        a.join-bar.button span.arrow,
        button.join-bar.button span.arrow,
        button.gform_button.button span.arrow {
          width: 42px; }
      a.join-bar:hover span.arrow,
      button.join-bar:hover span.arrow,
      button.gform_button:hover span.arrow {
        transform: translateX(20px); } }

.responsive-background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.responsive-background-image img.bg {
  display: none !important; }

.has-bg {
  overflow: hidden;
  position: relative;
  display: flex; }
  .has-bg picture {
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .has-bg picture img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      max-width: none; }
  .has-bg img.bg {
    z-index: 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: none; }
  .has-bg video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: none; }

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

.blur {
  filter: blur(0px);
  transform: scale(1);
  transition: filter 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .blur.blurred {
    filter: blur(8px);
    transform: scale(1.02); }

/* Scss Document */
/*--------------------------------------------------------------
5.0 Font Includes
--------------------------------------------------------------*/
@font-face {
  font-family: "socicon";
  src: url("assets/fonts/socicon.eot");
  src: url("assets/fonts/socicon.eot?#iefix") format("embedded-opentype"), url("assets/fonts/socicon.woff") format("woff"), url("assets/fonts/socicon.ttf") format("truetype"), url("iassets/fonts/socicon.svg#socicon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ----------------------------------------------------------------------------------------------
----------------------------------- SOCIAL ICON FONT ------------------------------------------------
------------------------------------------------------------------------------------------------ */
[data-icon]:before {
  font-family: "socicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.socicon-rss:before {
  content: "\e00b"; }

.socicon-paypal:before {
  content: "\e00c"; }

.socicon-airbnb:before {
  content: "\e00e"; }

.socicon-periscope:before {
  content: "\e00f"; }

.socicon-goodreads:before {
  content: "\e014"; }

.socicon-tripit:before {
  content: "\e015"; }

.socicon-disqus:before {
  content: "\e019"; }

.socicon-whatsapp:before {
  content: "\e01b"; }

.socicon-patreon:before {
  content: "\e01c"; }

.socicon-mail:before {
  content: "\e01f"; }

.socicon-blogger:before {
  content: "\e020"; }

.socicon-reddit:before {
  content: "\e022"; }

.socicon-stumbleupon:before {
  content: "\e024"; }

.socicon-play:before {
  content: "\e02b"; }

.socicon-wikipedia:before {
  content: "\e02d"; }

.socicon-apple:before {
  content: "\e02e"; }

.socicon-github:before {
  content: "\e030"; }

.socicon-snapchat:before {
  content: "\e03f"; }

.socicon-twitter:before {
  content: "\e040"; }

.socicon-facebook:before {
  content: "\e041"; }

.socicon-googleplus:before {
  content: "\e042"; }

.socicon-pinterest:before {
  content: "\e043"; }

.socicon-foursquare:before {
  content: "\e044"; }

.socicon-yahoo:before {
  content: "\e045"; }

.socicon-skype:before {
  content: "\e046"; }

.socicon-yelp:before {
  content: "\e047"; }

.socicon-feedburner:before {
  content: "\e048"; }

.socicon-linkedin:before {
  content: "\e049"; }

.socicon-myspace:before {
  content: "\e04c"; }

.socicon-soundcloud:before {
  content: "\e04d"; }

.socicon-spotify:before {
  content: "\e04e"; }

.socicon-youtube:before {
  content: "\e051"; }

.socicon-vimeo:before {
  content: "\e052"; }

.socicon-instagram:before {
  content: "\e057"; }

.socicon-tumblr:before {
  content: "\e059"; }

.socicon-twitch:before {
  content: "\e05a"; }

.socicon-google:before {
  content: "\e067"; }

.socicon-sharethis:before {
  content: "\e069"; }

.socicon-itunes:before {
  content: "\e06b"; }

.socicon-telegram:before {
  content: "\e06e"; }

.socicon-medium:before {
  content: "\e06d"; }

/* Scss Document */
/* Typography */
body,
button,
input,
select,
textarea {
  color: #002C30;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.06em;
  margin: 0 0 0.75em; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0; }

h1 {
  font-size: 31px;
  font-weight: 500; }
  @media (min-width: 768px) {
    h1 {
      font-size: 40px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 50px; } }

h2 {
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  font-weight: 600; }
  @media (min-width: 768px) {
    h2 {
      font-size: 31px;
      font-weight: 500; } }

h3 {
  font-size: 21px;
  font-size: 30px;
  font-weight: 600; }

h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800; }

h5 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.15em; }

h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800; }

p {
  margin: 0px 0px 24px 0px;
  padding: 0;
  font-size: 15px;
  line-height: 1.35em;
  font-weight: normal; }
  p + h2 {
    margin-top: 40px; }
    @media (min-width: 1024px) {
      p + h2 {
        margin-top: 60px; } }
  p + h3 {
    margin-top: 40px; }
    @media (min-width: 1024px) {
      p + h3 {
        margin-top: 60px; } }
  @media (min-width: 768px) {
    p {
      font-size: 17px; } }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  color: #E97C04;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0; }

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #FFF073;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #E97C04;
  cursor: help; }

mark,
ins {
  text-decoration: none; }

big {
  font-size: 125%; }

blockquote {
  quotes: "" ""; }

q {
  quotes: "“" "”" "‘" "’"; }

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

/* Scss Document */
/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
label {
  color: inherit;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em; }

fieldset {
  margin-bottom: 1em; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  font-size: 16px !important;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #002C30;
  background: #ffffff;
  border: 1px solid #002C30;
  border-width: 1px 1px 1px 1px;
  padding: 10px 0px 10px 22px;
  height: 50px;
  text-transform: none;
  height: auto;
  outline: 0; }

textarea {
  font-size: 16px !important;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #002C30;
  background: #ffffff;
  border: 1px solid #002C30;
  border-width: 1px 1px 1px 1px;
  padding: 22px 22px 22px 22px !important;
  height: 50px !important;
  text-transform: none;
  height: 165px !important;
  outline: 0; }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="range"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="week"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="color"] {
  padding: 10px 0px 10px 22px !important;
  height: 50px !important; }

.default-inner input[type="text"],
.default-inner input[type="email"],
.default-inner textarea {
  margin-bottom: 26px;
  display: inline-block; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #002C30;
  border-color: #E97C04; }

select {
  max-width: 100%; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em;
  height: 18px;
  width: 16px; }

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400; }

button {
  -webkit-appearance: none; }

input[type="button"],
input[type="submit"] {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  color: #002C30;
  font-weight: 700;
  background: transparent;
  border: 1px solid #002C30;
  border-radius: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  position: relative;
  line-height: 1em;
  padding: 19px 30px;
  max-width: 100%;
  transition: all .3s ease 0s;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none; }
  input[type="button"]:hover,
  input[type="submit"]:hover {
    background: #002C30;
    color: #ffffff; }

/* ------------------ Placeholders -------------- */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #002C30;
  font-family: inherit;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.5s; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #002C30;
  font-family: inherit;
  opacity: 1;
  position: relative;
  -moz-transition: all 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.5s; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #002C30;
  font-family: inherit;
  opacity: 1;
  position: relative;
  -moz-transition: all 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.5s; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #002C30;
  font-family: inherit;
  opacity: 1;
  position: relative;
  -ms-transition: all 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.5s; }

input::placeholder,
textarea::placeholder {
  color: #002C30;
  font-family: inherit;
  opacity: 1;
  position: relative;
  -ms-transition: all 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.5s; }

/*
    * On hover
    */
input:hover::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0; }

input:hover:-moz-placeholder,
input:focus:-moz-placeholder,
textarea:hover:-moz-placeholder,
textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: .5; }

input:hover:-ms-input-placeholder,
input:focus:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: .5; }

input:hover::placeholder,
input:focus::placeholder,
textarea:hover::placeholder,
textarea:focus::placeholder {
  opacity: .5; }

/* ---------------------- End Placeholders ------------------ */
/*--------------------------------------------------------------
6.0 Gravity Forms Overrides
--------------------------------------------------------------*/
.gform_wrapper.gravity-theme .gform_fields {
  align-items: end; }

.customCheckbox {
  display: inline; }

#page .gform_wrapper.gravity-theme .gfield {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    #page .gform_wrapper.gravity-theme .gfield {
      margin-bottom: 20px; } }
#page .gform_wrapper.gravity-theme .gfield_checkbox label, #page .gform_wrapper.gravity-theme .gfield_radio label {
  font-weight: 400; }
#page .gform_wrapper.gravity-theme .gsection {
  border-bottom: 0px;
  padding: 40px 0px 0px 0px;
  border-top: 1px solid #E97C04;
  margin-top: 40px; }
  #page .gform_wrapper.gravity-theme .gsection#field_2_2 {
    margin-top: 0px; }
  #page .gform_wrapper.gravity-theme .gsection .gsection_title {
    font-size: 27px;
    text-transform: none;
    font-weight: 600; }
  @media (min-width: 768px) {
    #page .gform_wrapper.gravity-theme .gsection {
      padding: 40px 0px 10px 0px; } }
#page .gform_wrapper .gfield_required {
  font-size: 11px;
  padding-left: 10px; }
  #page .gform_wrapper .gfield_required span {
    padding-left: 0px; }
  @media (min-width: 768px) {
    #page .gform_wrapper .gfield_required {
      font-size: 12px; } }
#page .ginput_container_consent {
  margin-top: 10px; }
#page .gfield_consent_label {
  display: inline-block; }

.page .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
  grid-column: 1/-1; }
  @media (min-width: 768px) {
    .page .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
      -ms-grid-column-span: 6;
      grid-column: span 6; } }
  @media (min-width: 1440px) {
    .page .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
      -ms-grid-column-span: 3;
      grid-column: span 3; } }

.page .gform_wrapper.gravity-theme .ginput_complex .ginput_container_date {
  flex-basis: auto; }

.page .gform_wrapper.gravity-theme input[type="number"] {
  padding-right: 10px !important; }

.page .gform_wrapper.gravity-theme .ginput_complex .ginput_container_date {
  max-width: 32%;
  width: 32%; }

#input_10_12_6_container span.select2 {
  height: 50px !important;
  padding: 0px !important; }
  #input_10_12_6_container span.select2 span.selection {
    height: 50px !important;
    display: block;
    width: 100%;
    padding: 0px; }

/*--------------------------------------------------------------
6.1 Mailing List Form
--------------------------------------------------------------*/
.ml-form {
  position: relative;
  transition: all .3s ease 0s; }

.ml-form .gform_wrapper {
  position: relative;
  transition: all .3s ease 0s; }

.mailing-list {
  text-align: left; }

.ml-form-loading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(assets/images/ml-loader-dark.gif) top center no-repeat;
  background-size: auto 100%;
  z-index: 5; }

#footer-form .ml-form-loading {
  background: url(assets/images/ml-loader-light.gif) top center no-repeat;
  background-size: auto 100%; }

input.submit-hide {
  display: none !important; }

label.submit-label {
  margin: 0px !important;
  display: block;
  height: 40px; }

/* Phone Landscape */
/* Tablet Portrait */
@media screen and (min-width: 768px) {
  .mailing-list .ml-input {
    width: 48%;
    margin-right: 0% !important; } }
/* Tablet Landscape and Wider */
/* Scss Document */
/*--------------------------------------------------------------
Modals
--------------------------------------------------------------*/
.modal-bg {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  background: #ffffff;
  transition: all .5s ease 0s;
  padding: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  z-index: 500;
  -webkit-overflow-scrolling: touch; }
  .modal-bg.closed {
    transition: all .5s ease .75s; }
    .modal-bg.closed:before {
      transition: all 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s; }
  .modal-bg:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 0%;
    bottom: 0px;
    left: 0px;
    background: #F8F7F2;
    transition: all 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s; }

.modal-bg.open {
  opacity: 1;
  pointer-events: auto; }
  .modal-bg.open:before {
    height: 70%; }
  @media (min-width: 768px) {
    .modal-bg.open:before {
      height: 65%; } }
  @media (min-width: 1280px) {
    .modal-bg.open:before {
      height: 70%; } }
  @media (min-width: 1440px) {
    .modal-bg.open:before {
      height: 65%; } }

.modal-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  background: transparent;
  transition: all .5s ease 0s;
  padding: 90px 34px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  padding: 60px 24px 60px 24px;
  z-index: 510;
  -webkit-overflow-scrolling: touch; }
  .modal-wrap.closed {
    transition: all .5s ease .75s;
    pointer-events: none; }
  @media (min-width: 768px) {
    .modal-wrap {
      align-content: center;
      padding: 90px 34px 90px 34px; } }

.modal-wrap.open {
  opacity: 1;
  pointer-events: auto; }

.modal {
  position: relative;
  z-index: 5;
  border-radius: 10px;
  overflow: hidden;
  width: 671px;
  max-width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.2);
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
  /* Displays/Screens ( MacBook 11" @ 1366x768) -------------- */ }
  .modal.open {
    transform: translateY(0px);
    opacity: 1; }
    @media (min-width: 1280px) {
      .modal.open {
        transform: translateY(0px); } }
    @media (min-width: 1440px) {
      .modal.open {
        transform: translateY(0px); } }
  .modal.closed {
    transition: all 0.75s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; }
  .modal.modal-video {
    width: 960px;
    background: #002C30; }
    .modal.modal-video .modal-inner {
      padding: 0px; }
    .modal.modal-video #video-player-modal {
      background: #002C30; }
    @media only screen and (min-width: 768px) and (max-width: 1366px) and (max-height: 768px) {
      .modal.modal-video {
        width: 880px; } }
  .modal .modal-inner {
    padding: 30px 30px 35px 30px; }
    @media (min-width: 768px) {
      .modal .modal-inner {
        padding: 50px 58px; } }
  .modal .modal-title {
    text-align: center;
    background: #002C30;
    color: #ffffff;
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    padding: 22px 52px;
    margin: 0px;
    position: relative; }
    @media (min-width: 768px) {
      .modal .modal-title {
        padding: 24px 31px; } }
  .modal .modal-form input {
    width: 100%; }
  .modal .modal-form button {
    margin-top: 14px;
    width: 100%; }
  .modal .modal-form .field-wrap {
    margin-bottom: 16px; }
  @media (min-width: 768px) {
    .modal .modal-form button {
      margin-top: 16px; } }
  .modal .modal-disclaimer {
    margin-top: 28px; }
    .modal .modal-disclaimer p {
      font-size: 12px;
      text-align: center;
      margin: 0px; }
    @media (min-width: 768px) {
      .modal .modal-disclaimer {
        margin-top: 36px; } }
  @media only screen and (min-width: 768px) and (max-width: 1366px) and (max-height: 768px) {
    .modal.open {
      transform: translateY(0px); }
    .modal .modal-inner {
      padding: 30px; }
    .modal .modal-title {
      padding: 20px;
      font-size: 24px;
      letter-spacing: 0px; }
    .modal a.join-bar.btn-apply, .modal button.join-bar.btn-apply, .modal button.gform_button.btn-apply {
      font-size: 21px;
      padding: 0px 32px;
      height: 60px; }
      .modal a.join-bar.btn-apply span.arrow, .modal button.join-bar.btn-apply span.arrow, .modal button.gform_button.btn-apply span.arrow {
        width: 33px; } }

.modal-intro p {
  text-align: center; }

.already-member {
  text-align: center;
  margin: 42px 0px 0px 0px; }
  .already-member a {
    text-decoration: underline;
    cursor: pointer; }
    .already-member a:hover {
      color: #E97C04; }

.btn-close-modal {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  z-index: 8;
  top: 17px;
  right: 17px;
  cursor: pointer;
  border: 0px;
  background: transparent;
  padding: 0px;
  -webkit-appearance: none; }

.video-complete {
  aspect-ratio: 16 / 9;
  display: block;
  z-index: 5;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  color: #ffffff;
  font-size: 36px;
  pointer-events: none;
  opacity: 0;
  transition: opacity .4s ease 0s; }
  .video-complete.show {
    opacity: 1;
    pointer-events: auto; }
  .video-complete .message {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 7%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: #ffffff;
    font-size: 36px; }
    .video-complete .message > * {
      position: relative;
      z-index: 2; }
    .video-complete .message:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      background: #002C30;
      opacity: .95; }
    .video-complete .message h2 {
      line-height: 1.3em;
      font-size: 19px; }
    @media (min-width: 768px) {
      .video-complete .message {
        padding: 10%; }
        .video-complete .message h2 {
          font-size: 26px; } }
    @media (min-width: 1024px) {
      .video-complete .message h2 {
        font-size: 44px; }
      .video-complete .message a.button {
        font-size: 24px;
        padding: 16px 24px 16px 24px; } }

.video-js {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 56.25% !important;
  font-size: 16px !important;
  height: auto !important; }

.video-js .vjs-tech {
  background-color: #ffffff !important; }

.vjs-poster {
  background-color: #ffffff !important; }

.row-dimensions {
  height: auto !important; }

.video-topic-full-dimensions {
  height: auto !important; }

.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  margin-left: -36px !important;
  margin-top: -36px !important;
  width: 72px !important;
  height: 72px !important;
  line-height: 72px !important;
  border: 0 !important;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  color: #fff !important;
  transition: border-color .4s,outline .4s,background-color .4s !important;
  background-color: rgba(0, 0, 0, 0.45) !important;
  font-size: 2.5em !important;
  border-radius: 50% !important; }

.video-js.vjs-paused .vjs-big-play-button, .vjs-paused.vjs-has-started.video-js .vjs-big-play-button {
  display: block !important; }

.video-js .vjs-big-play-button:active, .video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.fluid-vids {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

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

.video-js div:first-child:not([class]) {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 500px) {
  .video-js .vjs-big-play-button {
    top: 50% !important;
    left: 50% !important;
    margin-left: -1em !important;
    margin-top: -1em !important;
    width: 2em !important;
    height: 2em !important;
    line-height: 2em !important;
    font-size: 26px !important; } }
/* Scss Document */
/* Navigations/Header */
/*-------------------------------------------------------------- Header Setup --------------------------------------------------------------*/
.site-header {
  font-size: 23px;
  color: #004d44;
  background-color: #ffffff;
  bottom: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 7;
  padding-right: 0px;
  text-align: right;
  transition: margin 1s cubic-bezier(0.32, 0.24, 0.15, 1), background-color 0.3s ease 0s, border 0.3s ease 0s, opacity 0.3s ease 0s; }
  .site-header.notice-on {
    margin-top: 36px; }
  .site-header.hide {
    opacity: 0;
    pointer-events: none; }
    .site-header.hide #nav-wrapper.open {
      pointer-events: none; }
  .site-header.header-scroll {
    opacity: 1; }
    .site-header.header-scroll.hide {
      opacity: 0;
      pointer-events: none; }
      .site-header.header-scroll.hide #nav-wrapper.open {
        pointer-events: none; }
  .site-header .header-inner a {
    color: #002C30;
    font-size: 18px;
    font-weight: 500;
    opacity: 0; }
    .site-header .header-inner a:hover {
      color: #E97C04; }

.admin-bar .site-header {
  top: 32px; }

.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  height: auto;
  padding: 0px 0px 0px 30px;
  height: 68px;
  position: relative;
  z-index: 1000; }
  @media (min-width: 768px) {
    .header-inner {
      height: 107px; } }
  @media (min-width: 1024px) {
    .header-inner {
      padding: 0px 40px 0px 40px; } }

.header-left {
  text-align: left; }

.header-right {
  margin-left: auto; }
  .header-right a.button {
    width: auto;
    min-width: 0px;
    font-size: 19px;
    text-transform: none;
    font-weight: 500;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    vertical-align: top;
    transition: background .4s ease 0s, color .4s ease 0s;
    cursor: pointer; }
    @media (min-width: 768px) {
      .header-right a.button {
        font-size: 20px;
        height: 45px;
        line-height: 45px; } }
  .header-right a.btn-join {
    display: none;
    width: 82px;
    margin-right: 10px; }
  .header-right a.btn-signin {
    display: inline-block;
    background: #ffffff;
    color: #002C30;
    border: 1px solid #002C30;
    padding: 0px 16px;
    font-size: 18px;
    margin-left: 10px; }
    .header-right a.btn-signin span {
      width: 28px;
      display: inline-block;
      margin-right: 4px;
      vertical-align: top;
      transform: translateY(6px); }
  .header-right a.btn-accessibility {
    display: none;
    background: #002C30;
    font-size: 16px;
    background: #002C30;
    padding: 0px 9px 0px 18px;
    margin-left: 46px;
    position: relative; }
    .header-right a.btn-accessibility span {
      display: inline-block;
      vertical-align: middle;
      opacity: .5;
      border: 2px solid #ffffff;
      border-radius: 40px;
      width: 46px;
      height: 28px;
      margin: 0px 0px 2px 8px;
      position: relative;
      transition: all .3s ease 0s; }
      .header-right a.btn-accessibility span:before {
        content: "";
        width: 18px;
        height: 18px;
        background: #ffffff;
        border-radius: 50%;
        position: absolute;
        display: block;
        top: 3px;
        left: 3px;
        transition: all .3s ease 0s; }
    .header-right a.btn-accessibility.enabled span {
      opacity: 1; }
      .header-right a.btn-accessibility.enabled span:before {
        left: 21px; }
    .header-right a.btn-accessibility:before {
      content: "";
      width: 1px;
      height: 100%;
      background: #002C30;
      position: absolute;
      left: -23px; }
  @media (min-width: 768px) {
    .header-right {
      display: inline-block; }
      .header-right a.btn-signin {
        display: inline-block; }
      .header-right a.btn-accessibility {
        display: inline-block; }
      .header-right a.btn-join {
        display: inline-block;
        width: 125px;
        margin-right: 0px; } }

/* ----------------------------- Desktop Top Navigation --------------------------- */
.menu-top {
  display: none;
  margin-left: 48px;
  width: auto; }
  .menu-top ul {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0px;
    text-align: center; }
    .menu-top ul li {
      display: inline-block; }
    .menu-top ul a {
      padding: 0px 12px; }
  @media (min-width: 1024px) {
    .menu-top {
      display: inline-block; } }

a.header-title {
  display: inline-block;
  vertical-align: middle;
  margin-top: 6px;
  color: #002C30;
  position: relative;
  z-index: 5;
  width: 45px;
  transition: all .3s ease 0s; }
  @media (min-width: 1024px) {
    a.header-title {
      width: 68px; } }

.home .header-scroll a.header-title {
  opacity: 1; }

.main-navigation.toggled-on ul.nav-menu {
  display: block; }

/* ------------------------------------------- Mobile Navigation ------------------------------------------- */
/* Toggle Icon */
.menu-icon {
  display: inline-block; }
  @media (min-width: 1024px) {
    .menu-icon {
      display: none; } }

#menu-toggle {
  width: 32px;
  height: 32px;
  margin: 0px 28px 0px 15px;
  z-index: 50;
  position: relative;
  cursor: pointer; }
  #menu-toggle span {
    display: block;
    width: 34px;
    height: 3px;
    position: relative;
    margin: 7px 0;
    background: #002C30;
    transition: .25s ease-in-out, background .4s ease 0s; }
  #menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0px;
    transition: background .4s ease 0s; }
    #menu-toggle #hamburger span:nth-child(1) {
      transition-delay: .5s;
      width: 31px; }
    #menu-toggle #hamburger span:nth-child(2) {
      transition-delay: .625s;
      width: 31px; }
    #menu-toggle #hamburger span:nth-child(3) {
      transition-delay: .75s;
      width: 31px; }
    @media (min-width: 768px) {
      #menu-toggle #hamburger {
        padding: 0px; }
        #menu-toggle #hamburger span:nth-child(1) {
          transition-delay: .5s;
          width: 31px; }
        #menu-toggle #hamburger span:nth-child(2) {
          transition-delay: .625s;
          width: 31px; }
        #menu-toggle #hamburger span:nth-child(3) {
          transition-delay: .75s;
          width: 31px; } }
  #menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg) scale(1) translate(0px);
    border-radius: 50%;
    transition: background .4s ease .3s; }
    #menu-toggle #cross span {
      transition: .25s ease-in-out, background 0s;
      background: #002C30;
      margin: 0px; }
    #menu-toggle #cross span:nth-child(1) {
      height: 0%;
      width: 3px;
      position: absolute;
      top: 0%;
      left: calc(50% - 1.5px);
      transition-delay: 0s; }
    #menu-toggle #cross span:nth-child(2) {
      width: 0%;
      height: 3px;
      position: absolute;
      left: 0%;
      top: calc(50% - 1.5px);
      transition-delay: .25s; }
    @media (min-width: 768px) {
      #menu-toggle #cross {
        transform: rotate(45deg) scale(1) translate(0px, 0px); } }
  #menu-toggle.open #hamburger span {
    width: 0%; }
  #menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s;
    width: 0px; }
  #menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: .125s;
    width: 0px; }
  #menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: .25s;
    width: 0px; }
  #menu-toggle.open #cross span:nth-child(1) {
    height: 100%;
    transition-delay: .625s; }
  #menu-toggle.open #cross span:nth-child(2) {
    width: 100%;
    transition-delay: .375s; }
  @media (min-width: 768px) {
    #menu-toggle {
      margin: 0px 28px 0px 30px; } }

/* ---------- Mobile Menu ----------- */
#nav-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  background: rgba(0, 44, 48, 0.83);
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: stretch;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: all .6s ease .5s; }
  #nav-wrapper.open {
    pointer-events: auto;
    opacity: 1;
    height: 100vh;
    transition-delay: 0s; }
    #nav-wrapper.open ul.nav-mobile {
      /*opacity:1;
      transform:translateY(0vw);
      transition-delay:.6s;
      */ }

.nav-mobile-container {
  width: 100%;
  min-height: calc(100vh);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start; }

ul.nav-mobile {
  width: 100vw;
  text-align: center;
  background: #ffffff;
  padding-top: 68px;
  list-style: none;
  margin: 0px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transform: translateY(-100%); }
  ul.nav-mobile.open {
    transform: translateY(0); }
  ul.nav-mobile li {
    list-style: none;
    border-top: 1px solid #dfdfdf;
    display: block;
    width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      ul.nav-mobile li.hide-tablet {
        display: none; } }
    ul.nav-mobile li a {
      display: block;
      font-size: 24px;
      font-weight: 500;
      color: #002C30;
      padding: 24px 0px; }
  @media (min-width: 768px) {
    ul.nav-mobile {
      padding-top: 128px; } }

/* --------End Mobile Menu ---------*/
/* Scss Document */
/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
/* ---------Footer Structure ------------ */
#footer {
  background: #002C30;
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0px 35px 0px;
  color: #ffffff; }
  #footer:before {
    display: none; }
  @media (min-width: 768px) {
    #footer {
      padding: 80px 0px 50px 0px; } }

.footer-btm {
  width: 100%;
  text-align: center;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 64px 0px 0px 0px;
  font-size: 13px; }
  .footer-btm p {
    font-size: inherit;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    display: inline-block; }
  .footer-btm a {
    color: #ffffff;
    margin: 0px 8px; }
  .footer-btm nav.social-links-footer {
    order: 1;
    margin: 0px;
    width: 100%; }
    .footer-btm nav.social-links-footer a {
      font-size: 24px;
      margin: 0px 8px;
      transition: all .5s ease 0s; }
      .footer-btm nav.social-links-footer a:hover {
        color: #FFF073; }
  .footer-btm .footer-meta {
    order: 2;
    width: 100%;
    margin-top: 70px; }
  @media (min-width: 768px) {
    .footer-btm {
      margin: 120px 0px 0px 0px; }
      .footer-btm .footer-meta {
        order: 1;
        margin-top: 0px; }
      .footer-btm nav.social-links-footer {
        order: 2;
        margin-top: 20px; } }
  @media (min-width: 1024px) {
    .footer-btm .footer-meta {
      width: auto; }
    .footer-btm nav.social-links-footer {
      order: 2;
      width: auto;
      margin: 0px; } }

/* ---------- Footer Menu - Main ----------- */
.menu-footer {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center; }
  .menu-footer .menu {
    list-style: none;
    display: block;
    margin-bottom: 0px; }
    .menu-footer .menu li {
      display: inline-block;
      margin: 0px 13px 16px 13px; }
    .menu-footer .menu a {
      display: inline-block;
      font-size: 18px;
      color: #ffffff;
      font-weight: 400;
      border: 1px solid #FFF073;
      width: 178px;
      line-height: 1em;
      padding: 14px;
      border-radius: 50px;
      text-align: center;
      position: relative;
      overflow: hidden;
      transition: all .4s ease 0s;
      -webkit-mask-image: -webkit-radial-gradient(white, black); }
      .menu-footer .menu a span {
        display: block;
        position: relative;
        z-index: 2; }
      .menu-footer .menu a:before {
        content: "";
        display: block;
        position: absolute;
        left: -2px;
        top: -1px;
        width: 0%;
        height: 102%;
        z-index: 1;
        background: #FFF073;
        transition: all .4s ease 0s;
        transform: skewX(15deg); }
      @media (min-width: 1280px) {
        .menu-footer .menu a:hover {
          color: #002C30; }
          .menu-footer .menu a:hover:before {
            width: 102%;
            transform: skewX(0); } }
    @media (min-width: 1024px) {
      .menu-footer .menu li {
        display: inline-block;
        margin: 0px 13px; } }

/* --------------- Footer Menu - Terms -------- */
.menu-terms {
  display: inline-block;
  width: auto; }
  .menu-terms ul {
    display: inline-block;
    list-style: none;
    margin: 0px; }
    .menu-terms ul li {
      display: inline-block;
      list-style: none;
      padding: 0px; }

/*--------------------------------------------------------------
13.7 Optin Popup Form
--------------------------------------------------------------*/
#optin-popup {
  width: 90%;
  max-width: 90%;
  margin: 5%;
  height: auto;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 50;
  display: block;
  text-align: left;
  transition: all .4s ease 0s;
  background: #E97C04;
  transform: translate3d(0, 500px, 0);
  padding: 30px; }

#optin-popup.on {
  transform: translate3d(0, 0px, 0); }

#optin-popup .mailing-list .gform_wrapper .gform_body {
  width: 324px;
  max-width: calc(100% - 47px);
  margin-right: 0px; }

#optin-popup h2.ml-h2 {
  font-size: 25px;
  padding-right: 34px;
  text-align: left; }
  @media (min-width: 768px) {
    #optin-popup h2.ml-h2 {
      font-size: 28px;
      padding-right: 44px; } }

#optin-popup h3.ml-h3 {
  text-align: left;
  font-size: 14px;
  margin-top: 18px;
  color: #FFF073; }

#optin-popup .mailing-list {
  display: inline-block;
  width: 678px;
  max-width: 100%; }

#optin-popup .ml-form {
  margin-top: 0px; }

#optin-popup .gform_confirmation_message {
  color: #FFF073; }

#optin-popup .gf_left_half,
#optin-popup .gf_right_half {
  width: 324px;
  max-width: 100%;
  padding-right: 0px;
  line-height: 1.4em; }

#optin-popup .gf_left_half {
  margin-bottom: 9px !important; }

#optin-close {
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  top: 30px;
  right: 30px;
  cursor: pointer; }

#optin-close:before {
  content: "";
  background: #ffffff;
  width: 100%;
  position: absolute;
  height: 2px;
  left: 0px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center center; }

#optin-close:after {
  content: "";
  background: #ffffff;
  width: 100%;
  position: absolute;
  height: 2px;
  left: 0px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center; }

#optin-close:hover:before,
#optin-close:hover:after {
  color: #FFF073; }

/* Phone Landscape */
/* Tablet Portrait */
@media screen and (min-width: 768px) {
  #optin-popup {
    width: 495px;
    max-width: 90%;
    margin: 0px auto;
    height: auto;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 50;
    display: block;
    text-align: left;
    transition: all .4s ease 0s;
    background: #E97C04;
    transform: translate3d(0, 500px, 0);
    padding: 50px 20px 50px 50px; }

  #optin-popup .ml-form {
    margin-top: 16px; }

  #optin-popup .gf_left_half {
    margin-bottom: 20px !important; }

  #optin-popup h3.ml-h3 {
    text-align: left;
    font-size: 19px;
    margin-top: 18px;
    color: #E97C04; }

  #optin-popup .mailing-list .gform_wrapper .gform_body {
    width: 324px;
    max-width: calc(100% - 60px);
    margin-right: 20px; } }
/* ----------- Blog - Main, Single Post, Archives -------------------------- */
/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail {
  margin-bottom: 1em;
  overflow: hidden; }

.post-thumbnail a img {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: opacity 0.2s;
  transition: all 0.5s ease-in-out;
  display: block; }

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
  transform: scale(1.2); }

/* --------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------ BLOG MAIN LISTINGS -------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------- */
.page-blog {
  position: relative; }

.page-blog > .wrap {
  display: block;
  position: relative;
  z-index: 2; }

.blog-inner {
  width: 1200px; }

.blog-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 34px 0px;
  position: relative; }
  .blog-list-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -20vw;
    width: 120vw;
    height: 1.5px;
    background: #002C30; }
  @media (min-width: 768px) {
    .blog-list-item {
      border-top: 1.5px solid #002C30;
      opacity: 0; }
      .blog-list-item:last-child {
        border-bottom: 1.5px solid #002C30; }
      .blog-list-item:before {
        display: none; } }
  .blog-list-item .blog-list-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    flex-direction: column; }
    @media (min-width: 768px) {
      .blog-list-item .blog-list-content {
        width: 45%; } }
    .blog-list-item .blog-list-content p {
      font-size: 19px;
      font-weight: 300; }
      .blog-list-item .blog-list-content p.blog-list-cats {
        font-size: 14px; }
      @media (min-width: 768px) {
        .blog-list-item .blog-list-content p {
          font-size: 16px; }
          .blog-list-item .blog-list-content p:last-child {
            margin-bottom: 0px; } }
      @media (min-width: 1024px) {
        .blog-list-item .blog-list-content p {
          font-size: 20px; } }

a.show-gallery {
  font-size: 14px;
  font-weight: 700;
  font-weight: "Poppins", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #002C30;
  margin-bottom: 0px;
  cursor: pointer; }
  @media (min-width: 768px) {
    a.show-gallery {
      display: none; } }

.blog-image-gallery {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  overflow: hidden;
  height: 0px;
  margin-top: 30px; }
  .blog-image-gallery.opened {
    height: auto; }
  .blog-image-gallery a.news-thumb-img {
    display: none;
    width: 16.67%;
    margin: 0px;
    aspect-ratio: 1 / 1; }
    .blog-image-gallery a.news-thumb-img[style*="Array"] {
      display: none; }
  .blog-image-gallery img.news-thumb-mobile {
    display: block;
    width: 100%;
    margin: 0px 0px 40px 0px; }
  @media (min-width: 768px) {
    .blog-image-gallery {
      display: flex;
      margin-top: 0px;
      height: auto; }
      .blog-image-gallery a.news-thumb-img {
        display: inline-block; }
      .blog-image-gallery img.news-thumb-mobile {
        display: none; } }

.blog-list-media {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .blog-list-media {
      width: 52.2%; } }
  .blog-list-media a.show-gallery {
    order: 2; }
    @media (min-width: 768px) {
      .blog-list-media a.show-gallery {
        order: 3; } }
  .blog-list-media .blog-image-gallery {
    order: 3; }
    @media (min-width: 768px) {
      .blog-list-media .blog-image-gallery {
        order: 2; } }
  .blog-list-media img.news-hero {
    width: 100%;
    order: 1; }
    @media (min-width: 768px) {
      .blog-list-media img.news-hero {
        order: 1; } }
    .blog-list-media img.news-hero + .blog-image-gallery {
      width: 100%;
      justify-content: space-between; }
    .blog-list-media img.news-hero.tall {
      width: 100%;
      margin-bottom: 40px; }
      .blog-list-media img.news-hero.tall + .blog-image-gallery {
        width: 100%; }
        .blog-list-media img.news-hero.tall + .blog-image-gallery a.news-thumb-img {
          width: 45%;
          margin: 0px 0px 14px 0px; }
      @media (min-width: 768px) {
        .blog-list-media img.news-hero.tall {
          width: 58%;
          margin-bottom: 0px; }
          .blog-list-media img.news-hero.tall + .blog-image-gallery {
            width: 38%; } }
    .blog-list-media img.news-hero.wide + .blog-image-gallery, .blog-list-media img.news-hero.square + .blog-image-gallery {
      margin-top: 32px; }
  .blog-list-media .blog-video-wrap {
    display: block;
    position: relative;
    width: 100%;
    order: 1;
    aspect-ratio: 16 / 9; }
    .blog-list-media .blog-video-wrap .blog-video, .blog-list-media .blog-video-wrap iframe {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
    .blog-list-media .blog-video-wrap + .blog-image-gallery {
      width: 100%;
      justify-content: space-between; }

.blog-list-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: auto;
  width: 100%; }
  .blog-list-header time {
    font-size: 13px;
    font-weight: 700;
    font-weight: "Poppins", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #002C30; }
  .blog-list-header h2 {
    width: 100%;
    font-size: 28px;
    line-height: 1.3em;
    font-weight: 300;
    text-transform: capitalize;
    margin: 24px 0px 12px 0px; }
    .blog-list-header h2 a {
      color: #002C30; }
    @media (min-width: 768px) {
      .blog-list-header h2 {
        font-size: 34px;
        margin: 18px 0px 0px 0px; } }
    @media (min-width: 1024px) {
      .blog-list-header h2 {
        font-size: 42px; } }
  .blog-list-header .blog-list-cats {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #E97C04; }
    .blog-list-header .blog-list-cats a:after {
      content: ", "; }
    .blog-list-header .blog-list-cats a:last-child:after {
      content: ""; }

/* --------------- Blog Main Navigation ------------- */
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 60px 0px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400; }
  .nav-links.single {
    justify-content: space-between; }

.page-numbers {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  padding: 6px;
  margin: 0px 3px;
  border: 1px solid #E97C04;
  text-align: center;
  line-height: 1em;
  background: transparent;
  color: #E97C04;
  transition: all .3s ease 0s; }
  .page-numbers:hover {
    background: #E97C04;
    color: #ffffff; }
  .page-numbers.dots {
    border: 0px; }
    .page-numbers.dots:hover {
      color: #E97C04;
      background: transparent; }
  .page-numbers.next {
    width: auto;
    border: 0px; }
    .page-numbers.next:hover {
      background: transparent;
      color: #E97C04; }
      .page-numbers.next:hover .arrow-blog {
        transform: translateX(10px); }
  .page-numbers.prev {
    width: auto;
    border: 0px; }
    .page-numbers.prev:hover {
      background: transparent;
      color: #E97C04; }
      .page-numbers.prev:hover .arrow-blog {
        transform: rotate(180deg) translateX(10px); }
  .page-numbers.current {
    background: #FFF073;
    color: #ffffff; }

.arrow-blog {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url("assets/images/arrow-right.svg") right center no-repeat;
  background-size: cover;
  transition: all .3s ease 0s;
  margin: 0px 0px 0px 5px; }
  .arrow-blog.left {
    transform: rotate(180deg);
    margin: 0px 5px 0px 0px; }

/* ------------------ Top Nav Area and Archive Dropdown -------------- */
.blog-header .blog-nav {
  order: 5;
  width: 100%;
  margin-top: 22px; }
.blog-header h1 {
  order: 2; }
.blog-header a.blog-gallery-button {
  order: 1; }
.blog-header h2 {
  order: 3;
  width: 100%;
  text-align: right;
  font-size: 18px;
  color: #002C30;
  margin: 4px 0px 0px 0px; }
@media (min-width: 768px) {
  .blog-header .blog-nav {
    order: 1;
    width: auto;
    margin-top: 0px; }
  .blog-header a.blog-gallery-button {
    order: 2; }
  .blog-header h2 {
    order: 5;
    padding-right: 65px; }
  .blog-header h1 {
    order: 4; } }

.blog-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  .blog-nav .archive-select {
    display: inline-block;
    vertical-align: middle; }

.archive-select {
  width: 100%;
  margin: 0px 0px 13px 0px; }
  @media (min-width: 768px) {
    .archive-select {
      width: 265px;
      margin: 0px 18px 0px 0px; }
      .archive-select.select-tag {
        width: 220px; }
      .archive-select.select-yearly {
        width: 130px; } }
  @media (min-width: 1024px) {
    .archive-select.select-tag {
      width: 320px; }
    .archive-select.select-yearly {
      width: 175px; } }

.related-posts-title {
  display: block;
  position: relative;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 82px; }

.related-posts-title:after {
  content: "";
  display: block;
  width: 1px;
  height: 51px;
  background: #E97C04;
  position: absolute;
  bottom: -61px;
  left: 50%; }

h4.related-date {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 1em;
  padding: 21px;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: 600;
  /*text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);*/ }

@media screen and (min-width: 768px) {
  .list-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    margin-bottom: 86px; }

  .list-post:nth-of-type(even) {
    flex-direction: row-reverse; }

  .list-post-info {
    width: 58%;
    padding: 0px 10%; }

  .list-post-title {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    line-height: 1em; }

  a.list-read-more {
    color: #E97C04;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 17px;
    font-weight: bold;
    box-shadow: inset 0 -6px 0 0 #9defb4;
    transition: all .3s ease 0s; }

  a.list-read-more:hover {
    box-shadow: inset 0 -16px 0 0 #9defb4; }

  .list-post-thumbnail {
    width: 42%; } }
@media screen and (max-width: 800px) {
  .post-info h3 {
    font-size: 30px; }

  .post-date-cat {
    height: 45px; }

  .post-date-cat h4 {
    line-height: 47px; }

  .post-date-cat h4.cat {
    line-height: 47px; }

  .post-date-cat h4.date {
    padding: 0px 16px; }

  .post-info {
    padding-left: 20px;
    padding-right: 20px; }

  .post-info p {
    line-height: 1.5em; } }
@media screen and (max-width: 500px) {
  #posts {
    padding: 28px 0px 0px 0px; }

  .home-post-wide .post-info h3 {
    font-size: 28px; }

  .post-info h3 {
    font-size: 28px; }

  .home-post-left {
    width: 100%; }

  .home-post-right {
    width: 100%; }

  .post-date-cat {
    height: 36px; }

  .post-date-cat h4 {
    line-height: 38px; }

  .post-date-cat h4.cat {
    line-height: 38px;
    font-size: 13px; }

  .post-date-cat h4.date {
    font-size: 13px;
    padding: 0px 12px; }

  .home-post-wide .post-image:after {
    padding-top: 86%; }

  .post-info {
    padding-top: 30px; }

  .post-info h3 {
    margin-bottom: 16px; }

  .oc-product {
    margin-top: 36px; }

  .oc-product + .oc-product {
    margin-top: 0px; }

  .related-date {
    font-size: 13px;
    padding: 16px; } }
/* --------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------ SINGLE BLOG POST -------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------- */
.page-content.page-blog-single {
  padding-bottom: 0px; }

.inner {
  width: 1048px;
  max-width: 100%;
  margin: 0px auto;
  position: relative; }

.inner:after {
  content: "";
  display: table;
  clear: both; }

#header-post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  padding: 0px 20px 26px 20px;
  z-index: 5;
  overflow: visible; }
  #header-post span {
    display: inline-block;
    width: 30%;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px; }
    #header-post span.year {
      text-align: right; }
  #header-post h1 {
    width: 100%;
    order: 3;
    font-size: 40px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    line-height: 1em;
    font-weight: 300;
    position: relative;
    margin: 18px 0px 0px 0px; }
  @media (min-width: 768px) {
    #header-post {
      padding: 0px 20px 40px 20px; }
      #header-post span {
        font-size: 16px;
        width: 20%; }
        #header-post span.year {
          text-align: right;
          order: 3; }
      #header-post h1 {
        width: 60%;
        order: 2;
        margin-top: 0px;
        font-size: 60px; } }
  @media (min-width: 1280px) {
    #header-post {
      padding: 0px 20px 60px 20px; }
      #header-post h1 {
        font-size: 80px;
        width: 77%; }
      #header-post span {
        font-size: 18px;
        width: 10%; }
        #header-post span.year {
          text-align: right;
          order: 3; } }
  @media (min-width: 1440px) {
    #header-post h1 {
      font-size: 100px;
      width: 77%; }
    #header-post span {
      font-size: 23px;
      width: 10%; }
      #header-post span.year {
        text-align: right;
        order: 3; } }

.blog-single-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  padding: 0px 0px;
  position: relative;
  z-index: 2; }

#featured-image-block {
  display: block;
  z-index: 2;
  margin: 0px auto 36px auto;
  width: calc(100vw - 40px);
  max-width: 100vw; }
  @media (min-width: 1280px) {
    #featured-image-block {
      width: 60%;
      margin: 0px auto 48px auto; } }

#featured-image-block img {
  display: block;
  width: 100%; }

.post-inner-container {
  margin-top: 36px;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .post-inner-container {
      margin-top: 45px;
      padding-bottom: 80px; } }
  @media (min-width: 1280px) {
    .post-inner-container {
      margin-top: 90px;
      padding-bottom: 120px; } }

.post-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0px 40px; }
  @media (min-width: 768px) {
    .post-flex {
      padding: 0px 40px; } }
  @media (min-width: 1280px) {
    .post-flex {
      padding: 0px 54px; } }

.pullquote {
  width: 100%;
  padding: 0px; }
  .pullquote p {
    font-size: 31px;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    line-height: 1.25em; }
  @media (min-width: 768px) {
    .pullquote p {
      font-size: 32px; } }
  @media (min-width: 1280px) {
    .pullquote {
      width: 34.5%;
      padding: 0px 3.9vw 0px 2.6vw; } }

.post-text-inner {
  width: 100%;
  border-top: 1px solid #E97C04;
  padding-top: 50px;
  margin-top: 15px; }
  @media (min-width: 1280px) {
    .post-text-inner {
      width: 48.1%; } }
  .post-text-inner p {
    text-indent: 64px; }
    .post-text-inner p:first-child {
      text-indent: 0px; }
    .post-text-inner p.sig-label {
      text-indent: 0px; }
  .post-text-inner h2 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .post-text-inner h2 + p {
      text-indent: 0px; }

.caption {
  text-align: center;
  margin: 27px 0px 0px 0px; }

.caption p {
  color: #767676;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  line-height: 1.2em; }

.caption p a {
  color: #767676; }

.caption p a:hover {
  color: #E97C04; }

.caption p a:after {
  background: #767676; }

.caption p a:hover:after {
  background: #E97C04; }

.post-image-wide {
  margin: 48px auto; }

.post-image-wide img {
  display: block;
  margin: 0px auto; }

.post-image-2-up {
  margin-bottom: 48px; }

.post-image-2up-left {
  float: left;
  width: calc(50% - 22px); }

.post-image-2up-right {
  float: right;
  width: calc(50% - 22px); }

.post-sig {
  text-align: right;
  margin-bottom: 68px; }

.sig {
  width: 152px;
  display: inline-block;
  height: auto; }

#related-posts {
  background: #f4f4f4;
  padding: 74px 0px 52px 0px;
  text-align: center; }

@media screen and (max-width: 800px) {
  .home-post-wide .post-info h3 {
    font-size: 30px; }

  .post-info h3 {
    font-size: 30px; }

  .post-date-cat {
    height: 45px; }

  .post-date-cat h4 {
    line-height: 47px; }

  .post-date-cat h4.cat {
    line-height: 47px; }

  .post-date-cat h4.date {
    padding: 0px 16px; }

  .cat-post {
    width: 30.4%; }

  .post-info {
    padding-left: 20px;
    padding-right: 20px; }

  .post-info p {
    line-height: 1.5em; }

  .cat-post .post-info h3 {
    font-size: 20px; }

  ul.cat-menu a {
    font-size: 16px;
    letter-spacing: 1px; } }
@media screen and (max-width: 500px) {
  .post-image-2up-left {
    width: 100%; }

  .post-image-2up-right {
    width: 100%; }

  .home-post-wide .post-info h3 {
    font-size: 28px; }

  h3.blog-post-date {
    font-size: 14px;
    margin-bottom: 14px; }

  .post-info h3 {
    font-size: 28px; }

  .home-post-left {
    width: 100%; }

  .home-post-right {
    width: 100%; }

  .post-date-cat {
    height: 36px; }

  .post-date-cat h4 {
    line-height: 38px; }

  .post-date-cat h4.cat {
    line-height: 38px;
    font-size: 13px; }

  .post-date-cat h4.date {
    font-size: 13px;
    padding: 0px 12px; }

  .home-post-wide .post-image:after {
    padding-top: 86%; }

  .post-info {
    padding-top: 30px; }

  .post-info h3 {
    margin-bottom: 16px; }

  .cat-post {
    width: 100%;
    margin: 0px 0px 36px 0px; }

  .cat-post .oc-item-info h3 {
    font-size: 26px; }

  .oc-product {
    margin-top: 36px; }

  .oc-product + .oc-product {
    margin-top: 0px; }

  .related-date {
    font-size: 13px;
    padding: 16px; }

  ul.cat-menu li {
    height: 30px; }

  ul.cat-menu a {
    font-size: 10px;
    letter-spacing: 0px;
    padding: 10px 0px;
    height: 30px; }

  ul.cat-menu li:before {
    height: 4px; }

  ul.cat-menu li:after {
    height: 12px;
    top: 9px; }

  ul.cat-menu li.col-2 {
    height: 34px; }

  ul.cat-menu li.col-2 a {
    font-size: 14px;
    padding: 10px 0px;
    height: 34px; }

  ul.cat-menu li.col-2:after {
    height: 15px;
    top: 10px; }

  ul.cat-menu li.col-3 {
    height: 34px; }

  ul.cat-menu li.col-3 a {
    font-size: 12px;
    padding: 10px 0px;
    height: 34px; }

  ul.cat-menu li.col-3:after {
    height: 15px;
    top: 10px; }

  ul.cat-menu li.col-4 {
    width: 50%;
    border-bottom: 1px solid #000; }

  .cat-menu.sched-menu {
    transform: scale(1.02);
    border-bottom: 0px !important; }

  .col-4.current-menu-item {
    background: #000; }

  .col-4.current-menu-item a {
    color: #ffffff; }

  ul.cat-menu li.col-4 a:after {
    display: none; } }
/* =Comments
-------------------------------------------------------------- */
a.comments-open {
  display: block;
  text-align: center;
  border-top: 1px solid #E97C04;
  border-bottom: 1px solid #E97C04;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  color: #E97C04;
  line-height: 1em;
  padding: 20px 0px;
  cursor: pointer; }

a.comments-open span {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  top: 5px;
  width: 20px;
  height: 1px;
  background: #E97C04;
  position: relative; }

a.comments-open span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 1px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #E97C04;
  transition: all .3s ease 0s; }

a.comments-open.open span:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#comments {
  clear: both;
  margin: 40px 0px; }

#comments .navigation {
  padding: 0 0 18px 0; }

h3#comments-title,
h3#reply-title {
  color: #E97C04;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0; }

h3#comments-title {
  padding: 24px 0; }

.commentlist {
  list-style: none;
  margin: 0; }

.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0 0 0 56px;
  position: relative; }

.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0; }

#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px; }

#comments .comment-body p:last-child {
  margin-bottom: 6px; }

#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px; }

.commentlist ol {
  list-style: decimal; }

.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0; }

.comment-author cite {
  color: #E97C04;
  font-style: normal;
  font-weight: bold; }

.comment-author .says {
  font-style: italic; }

.comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0; }

.comment-meta a:link,
.comment-meta a:visited {
  color: #888;
  text-decoration: none; }

.comment-meta a:active,
.comment-meta a:hover {
  color: #ff4b33; }

.reply {
  font-size: 12px;
  padding: 0 0 24px 0; }

.reply a,
a.comment-edit-link {
  color: #888; }

.reply a:hover,
a.comment-edit-link:hover {
  color: #ff4b33; }

.commentlist .children {
  list-style: none;
  margin: 0; }

.commentlist .children li {
  border: none;
  margin: 0; }

.nopassword,
.nocomments {
  display: none; }

#comments .pingback {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
  padding-bottom: 18px; }

.commentlist li.comment + li.pingback {
  margin-top: -6px; }

#comments .pingback p {
  color: #888;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0; }

#comments .pingback .url {
  font-size: 13px;
  font-style: italic; }

/* Comments form */
#respond {
  margin: 24px 0;
  overflow: hidden;
  position: relative; }

#respond p {
  margin: 0; }

#respond .comment-notes {
  margin-bottom: 1em; }

.form-allowed-tags {
  line-height: 1em; }

.children #respond {
  margin: 0 48px 0 0; }

h3#reply-title {
  margin: 18px 0; }

#comments-list #respond {
  margin: 0 0 18px 0; }

#comments-list ul #respond {
  margin: 0; }

#cancel-comment-reply-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px; }

#respond .required {
  font-weight: bold; }

#respond input {
  margin: 0 0 9px;
  width: 100%; }

#respond textarea {
  width: 100%; }

#respond .form-allowed-tags {
  font-size: 12px;
  line-height: 18px; }

#respond .form-allowed-tags code {
  font-size: 11px; }

#respond .form-submit {
  margin: 12px 0; }

#respond .form-submit input {
  font-size: 14px;
  width: auto; }

/* ----------- Single Job Listings -------------------------- */
.single-job-header {
  padding-top: 32px; }
  @media (min-width: 768px) {
    .single-job-header {
      margin-top: 64px; } }
  .single-job-header h1.single-job-title {
    margin-bottom: 14px;
    line-height: 1.15em;
    font-size: 28px; }
    @media (min-width: 768px) {
      .single-job-header h1.single-job-title {
        margin-bottom: 20px;
        font-size: 50px; } }
  .single-job-header h2.single-job-type {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35em; }
    @media (min-width: 768px) {
      .single-job-header h2.single-job-type {
        margin-bottom: 60px;
        font-size: 21px; } }

a.back-to-jobs {
  display: inline-block;
  font-size: 17px;
  margin-bottom: 40px;
  font-weight: 400; }
  a.back-to-jobs span.arrow {
    display: inline-block;
    vertical-align: middle;
    width: 31px; }
    a.back-to-jobs span.arrow path {
      fill: #002C30; }
  a.back-to-jobs span.text {
    display: inline-block;
    text-decoration: underline;
    transition: all .4s ease 0s;
    margin-left: 6px; }
  @media (min-width: 768px) {
    a.back-to-jobs {
      margin-bottom: 60px; }
      a.back-to-jobs:hover span.text {
        color: #E97C04; } }

.job-intro {
  margin-bottom: 50px; }
  .job-intro h2 {
    font-size: 21px;
    font-weight: 600; }
  .job-intro p {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.525; }
  .job-intro p + h2 {
    margin-top: 40px;
    margin-bottom: 40px; }
  .job-intro ul {
    list-style: none;
    margin: 0px 0px 24px 0px; }
    .job-intro ul li {
      position: relative;
      display: block;
      margin-bottom: 18px;
      padding-left: 36px;
      font-size: 17px;
      font-weight: 400;
      line-height: 1.35em; }
      .job-intro ul li:before {
        content: "";
        display: block;
        width: 13px;
        height: 4px;
        background: #002C30;
        position: absolute;
        left: 0px;
        top: 7px; }
  @media (min-width: 768px) {
    .job-intro {
      margin-bottom: 80px; } }
  @media (min-width: 1440px) {
    .job-intro p {
      font-size: 21px;
      font-weight: 300;
      line-height: 1.525; } }

.job-body {
  background: #F8F7F2;
  padding: 64px 0px;
  max-width: 100vw; }
  @media (min-width: 768px) {
    .job-body {
      padding: 94px 0px 148px 0px; }
      .job-body.wwu-single-mid-body {
        padding-bottom: 78px; } }
  .job-body .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%; }
  .job-body h2 {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 38px; }
  .job-body .job-info-col {
    width: 100%; }
    .job-body .job-info-col + .job-info-col {
      margin-top: 60px; }
      @media (min-width: 768px) {
        .job-body .job-info-col + .job-info-col {
          margin-top: 0px; } }
    .job-body .job-info-col h2 {
      font-size: 21px;
      font-weight: 600;
      margin-bottom: 28px; }
      @media (min-width: 768px) {
        .job-body .job-info-col h2 {
          margin-bottom: 26px; } }
    .job-body .job-info-col ul {
      list-style: none;
      margin: 0px; }
      .job-body .job-info-col ul li {
        position: relative;
        display: block;
        margin-bottom: 18px;
        padding-left: 36px;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.35em; }
        .job-body .job-info-col ul li:before {
          content: "";
          display: block;
          width: 13px;
          height: 4px;
          background: #002C30;
          position: absolute;
          left: 0px;
          top: 7px; }
    @media (min-width: 768px) {
      .job-body .job-info-col {
        width: 47%; } }
  .job-body .btn-apply {
    margin: 40px auto 0px auto; }
    @media (min-width: 768px) {
      .job-body .btn-apply {
        margin-top: 100px; } }

/*--------------------------------------------------------------
Pages - General
--------------------------------------------------------------*/
article,
aside,
footer,
header,
nav,
section {
  width: 100%; }

.page-wrap {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 68px; }
  .page-wrap > section {
    width: 100%; }
  @media (min-width: 768px) {
    .page-wrap {
      padding-top: 107px; } }

.page-content {
  margin: 0px auto 50px auto; }
  @media (min-width: 768px) {
    .page-content {
      margin: 0px auto 100px auto; } }
  .page-content.default {
    margin-top: 60px; }
  .page-content ul {
    margin: 18px 0px 44px 0px; }
    .page-content ul li {
      display: block;
      position: relative;
      padding-left: 30px;
      margin-bottom: 12px; }
      .page-content ul li:before {
        content: "";
        width: 13px;
        height: 1px;
        display: block;
        position: absolute;
        top: 8px;
        left: 0px;
        background: #002C30; }
  .page-content a:not([class]),
  .page-content a[class=""] {
    text-decoration: underline;
    transition: all .2s ease 0s;
    color: currentColor;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px; }
    .page-content a:not([class]):after,
    .page-content a[class=""]:after {
      content: "";
      display: none;
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 1px;
      background: #002C30;
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    .page-content a:not([class]):hover,
    .page-content a[class=""]:hover {
      color: #E97C04; }
      .page-content a:not([class]):hover:after,
      .page-content a[class=""]:hover:after {
        background: #E97C04;
        width: 50%; }
    .page-content a:not([class]).button:hover,
    .page-content a[class=""].button:hover {
      color: #ffffff; }
    .page-content a:not([class]).button:after,
    .page-content a[class=""].button:after {
      display: none; }

.parallax-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  overflow: hidden;
  position: relative;
  width: 100%; }

.parallax {
  position: relative;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

.home-parallax {
  transform: translate(0%, 0%) scale(1.4);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

.header-parallax {
  transform: translate(0%, 0%) scale(1.4);
  opacity: 0; }

.body-parallax-wrapper {
  height: 800px;
  max-height: 60vh; }
  @media (min-width: 768px) {
    .body-parallax-wrapper {
      max-height: 60vh; } }
  @media (min-width: 1280px) {
    .body-parallax-wrapper {
      max-height: 80vh; } }

.body-parallax.responsive-background-image {
  background-position: 50% 100%; }

.page-top {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  background: #F8F7F2;
  position: relative; }
  @media (min-width: 768px) {
    .page-top {
      padding-left: 9.8vw; }
      .page-top:before {
        content: "";
        display: block;
        background: #ffffff;
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 128px; } }

.page-top-sbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative; }

.page-top-banner {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  aspect-ratio: 414 / 248; }
  @media (min-width: 768px) {
    .page-top-banner {
      aspect-ratio: 1230 / 436; } }
  @media (min-width: 1024px) {
    .page-top-banner {
      max-height: 60vh; } }
  @media (min-width: 1440px) {
    .page-top-banner.home-top-banner {
      aspect-ratio: 1230 / 543; } }
  .page-top-banner .coming-soon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5); }
    .page-top-banner .coming-soon h2 {
      color: #E97C04;
      opacity: .7;
      font-weight: 600;
      font-size: 14.5vw;
      margin: 0px; }
      @media (min-width: 768px) {
        .page-top-banner .coming-soon h2 {
          font-size: 13.1vw; } }

.page-top-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  z-index: 10;
  padding: 35px 38px 70px 38px; }
  .page-top-content.home-top-content {
    padding: 25px 38px 50px 38px; }
  .page-top-content h1 {
    font-size: 40px;
    line-height: 1em;
    font-weight: 600;
    width: 100%;
    margin: 0px 0px 10px 0px;
    letter-spacing: -1px; }
    .page-top-content h1 span {
      color: #E97C04; }
    .page-top-content h1.about-title {
      font-size: 55px;
      margin-bottom: 20px; }
  .page-top-content .page-top-content-text {
    border-top: 1px solid #002C30;
    padding-top: 28px;
    margin-top: 14px; }
    .page-top-content .page-top-content-text p {
      font-weight: 400; }
    .page-top-content .page-top-content-text.normal p {
      font-weight: 400; }
  @media (min-width: 768px) {
    .page-top-content {
      padding: 50px 0px 50px 0px; }
      .page-top-content.home-top-content {
        padding: 50px 0px 100px 0px; }
      .page-top-content.joinbar {
        padding-bottom: 100px; }
        .page-top-content.joinbar a.join-bar {
          width: 100%; }
      .page-top-content h1 {
        font-size: 45px;
        padding-right: 5%; }
        .page-top-content h1 span {
          color: #E97C04;
          margin-top: 12px; }
        .page-top-content h1.about-title {
          font-size: 65px; }
      .page-top-content .page-top-content-text {
        padding: 34px 5.7vw 0px 0px;
        margin: 0px; } }
  @media (min-width: 1024px) {
    .page-top-content {
      padding: 60px 0px 100px 0px; }
      .page-top-content.home-top-content {
        padding: 60px 0px 100px 0px; }
      .page-top-content.joinbar {
        padding-bottom: 130px; }
        .page-top-content.joinbar a.join-bar {
          width: 50vw; }
      .page-top-content h1 {
        width: 44.5%;
        font-size: 50px; }
      .page-top-content .page-top-content-text {
        width: 50vw;
        padding: 34px 5.7vw 0px 0px;
        margin: 0px; } }
  @media (min-width: 1280px) {
    .page-top-content h1 {
      font-size: 60px; } }
  @media (min-width: 1440px) {
    .page-top-content h1 {
      font-size: 65px; } }
  .page-top-content.inner {
    padding: 30px 0px 50px 0px; }
    .page-top-content.inner .page-top-content-text {
      border-top: 0px;
      padding: 0px;
      margin: 0px; }
    @media (min-width: 768px) {
      .page-top-content.inner {
        padding: 60px 0px 100px 0px; }
        .page-top-content.inner h1 {
          width: 49%;
          padding-right: 0px; }
        .page-top-content.inner .page-top-content-text {
          width: 50.8%;
          padding-right: 0px; } }

.page-header {
  width: auto;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  position: relative; }
  .page-header > * {
    z-index: 2; }
  .page-header.default-page-header {
    margin: 0px 0px 44px 14vw;
    padding: 55px 0px 35px 0px; }
    .page-header.default-page-header:before {
      content: "";
      background: #F8F7F2;
      position: absolute;
      z-index: 1;
      display: block;
      width: 100vw;
      height: 100%;
      top: 0px;
      left: -35px; }
    .page-header.default-page-header .header-intro {
      max-width: 840px; }
      .page-header.default-page-header .header-intro p {
        font-size: 17px; }
    @media (min-width: 768px) {
      .page-header.default-page-header {
        width: 100%;
        margin: 0px 0px 60px 0px;
        padding: 95px 0px 50px 0px; }
        .page-header.default-page-header:before {
          left: -25px; } }
    @media (min-width: 1024px) {
      .page-header.default-page-header {
        width: 100%;
        margin: 0px 0px 100px 0px;
        margin-bottom: 100px;
        padding: 95px 0px 50px 0px; }
        .page-header.default-page-header:before {
          left: -65px; } }
  .page-header.center-page-header {
    padding: 55px 0px 40px 0px;
    justify-content: center;
    text-align: center; }
    .page-header.center-page-header h1 {
      margin: 0px;
      text-align: center;
      width: 100%; }
    @media (min-width: 768px) {
      .page-header.center-page-header {
        padding: 95px 0px 60px 0px; } }

.page-title {
  line-height: 1em; }
  .page-title span {
    display: block;
    color: #E97C04;
    line-height: 1.15em;
    font-size: 28px;
    font-weight: 600;
    margin-top: 9px; }
  @media (min-width: 768px) {
    .page-title {
      line-height: 1em; } }

/* ------------------- Side by Side Page Layout ----------------------- */
.side-by-side {
  width: 100vw;
  min-height: 60vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between; }
  .side-by-side .sbs-image {
    width: 75%;
    margin-left: auto;
    order: 1;
    aspect-ratio: 303 / 254; }
  .side-by-side .sbs-content {
    order: 2;
    padding: 40px 40px 20px 40px;
    margin-bottom: 40px; }
  @media (min-width: 768px) {
    .side-by-side .sbs-image {
      width: 90.2%;
      margin-left: auto;
      order: 1;
      aspect-ratio: 303 / 205; } }
  @media (min-width: 1024px) {
    .side-by-side .sbs-content {
      width: 54.2%;
      padding: 72px 6.73vw 20px 8.64vw;
      order: 1; }
    .side-by-side .sbs-image {
      width: 45.7%;
      order: 2;
      margin-left: 0px;
      height: 100vh; }
    .side-by-side .pin-spacer {
      order: 2; } }

/* ---------------------404 page --------------------------------*/
.error404 .page-content {
  padding-bottom: 4em; }

.error404 .page-content .search-form,
.search .page-content .search-form {
  margin-bottom: 3em; }

/* 3.8.1 - Offer Boxes (Offer Tool) ------------------------------------- */
/* Reg, Order Boxes */
.offers-list .hto-offer-content {
  width: 60%;
  text-align: left;
  padding-top: 24px;
  border-top: 1px solid #e3e3e3;
  display: flex;
  flex-wrap: wrap; }

.hto-offer-content > div {
  width: 100%; }

.hto-offer-title {
  order: 1; }

.hto-offer-source {
  order: 0; }

.hto-offer-body {
  order: 3; }

.hto-offer-value {
  order: 2; }

.offers-list-cta .hto-offer-content {
  width: 67%; }

.hto-offer-cta {
  position: relative; }

#offers-vipsupporting .hto-offer-value,
#offers-experthost .hto-offer-value {
  display: none; }

.offers-noform .hto-offer-cta {
  display: none; }

.offers-onwhite .hto-offer {
  background: #fff;
  color: #002c30; }

.hto-offer-top {
  align-items: center;
  align-items: flex-start; }

.hto-offer-image {
  text-align: center; }

.hto-offer-body {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
  margin-top: 20px; }

.hto-offer-value h4 {
  font-style: italic;
  color: #02a484;
  text-transform: none;
  margin: 10px 0px 0px 0px;
  position: relative; }

.hto-offer-value h4:before {
  content: "A "; }

.hto-offer-value h4:after {
  content: " value!"; }

.hto-offer-source h3 {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 19px; }

.hto-offer-title h2 {
  text-align: left;
  margin-bottom: 8px;
  line-height: 1.1em;
  font-weight: 500; }

.offers-noform .hto-offer-title h2 {
  font-size: 35px; }

.hto-offer > .row > .col > .hto-offer-success {
  margin-top: 20px;
  color: #016440;
  font-weight: bold;
  font-size: 16px; }

/* Reg-Thank-You & Purchase Bonus Boxes */
.offers-list-cta .hto-offer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  color: #002c30;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.14); }

.offers-list-cta .hto-offer-top {
  width: 68%; }

.offers-list-cta .hto-offer-cta {
  width: 30%; }

.offers-list-cta .hto-offer-title h2 {
  font-size: 22px; }

.offers-list-cta .hto-offer-body {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.4em; }

.offers-list-cta .hto-offer-source h3 {
  font-style: italic;
  font-weight: normal;
  font-size: 17px;
  margin-bottom: 0px; }

.offers-list-cta .hto-offer-image {
  width: 28%; }

.hto-offer .hto-offer-btn {
  padding: 12px;
  font-size: 18px;
  margin-top: 10px;
  border-radius: 30px;
  background: #ff9d31;
  color: #ffffff;
  transition: all .5s ease 0s; }

.hto-offer .hto-offer-btn:hover {
  background: #002c30; }

.offers-rty .hto-offer .hto-offer-value {
  display: none; }

.hto-offer > .row > .col > .tooltiptext {
  font-size: 13px;
  padding: 10px; }

.hto-offer > .row > .col > .hto-offer-email-wrapper > input.hto-offer-email {
  border: 1px solid #002c30 !important;
  margin: 0px;
  border-radius: 10px; }

/* Single Expert Offers */
.offers-list-side .hto-offer-top {
  width: 100%; }

.offers-list-ondark h2,
.offers-list-ondark h3 {
  color: #ffffff; }

.offers-list-side .hto-offer-title h2 {
  font-size: 19px; }

.offers-list-side .hto-offer-source h3 {
  font-size: 15px; }

.offers-list-side .hto-offer-body {
  font-size: 16px;
  line-height: 1.25em; }

.offers-list-side .hto-offer-cta {
  width: 100%;
  margin-top: 20px; }

.offers-aff .hto-offer-image img {
  border-radius: 50%; }

.offers-list-side .hto-offer-value {
  display: none; }

@media screen and (max-width: 840px) {
  .offers-list-cta .hto-offer {
    padding: 20px 20px; }

  .hto-offer .hto-offer-top {
    align-items: flex-start; }

  .hto-offer .hto-offer-title h2 {
    font-size: 20px; }

  .hto-offer .hto-offer-source h3 {
    font-size: 16px;
    margin-bottom: 10px; }

  .hto-offer .hto-offer-body {
    font-size: 16px; } }
@media screen and (max-width: 500px) {
  .offers-list-cta .hto-offer-top {
    width: 100%; }

  .hto-offer .hto-offer-image {
    width: 100%;
    margin-bottom: 20px; }

  .hto-offer .hto-offer-content {
    width: 100%; }

  .offers-list-cta .hto-offer-cta {
    width: 100%;
    padding: 0px; }

  .offers-list-cta .hto-offer {
    padding: 30px;
    margin-bottom: 30px; }

  .hto-offer-body {
    font-size: 16px; }

  .hto-offer .hto-offer-source h3 {
    font-size: 16px;
    margin-bottom: 8px; } }
/* ---------------------------------------------------------------
404 Page --------------------------------------
----------------------------------------------------------------- */
.page-404 {
  padding-top: 100px; }

.icon-404 {
  width: 364px;
  height: auto;
  max-width: 70%;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top; }

.buttons-404 {
  width: 530px;
  max-width: 100%;
  text-align: center;
  display: block;
  vertical-align: top;
  margin: 0px auto; }

.content-404 {
  text-align: center; }

.page-404 .inner {
  width: 1400px;
  max-width: 100%;
  margin: 0px auto; }

.button-404 {
  color: #00be73;
  margin: 0px 16px 16px 16px;
  border-width: 2px; }

.button-404:hover {
  color: #ffffff; }

@media screen and (min-width: 768px) {
  .content-404 {
    text-align: left; }

  .icon-404 {
    width: 30%; }

  .buttons-404 {
    width: 68%; }

  .button-404 {
    font-size: 16px;
    min-width: 180px; }

  .page-404 {
    padding-top: 220px; } }
@media screen and (min-width: 1024px) {
  .content-404 p {
    font-size: 30px; }

  .content-404 p:first-child {
    margin-bottom: 80px; } }
@media screen and (min-width: 1200px) {
  .button-404 {
    font-size: 19px;
    min-width: 218px; }

  .buttons-404 {
    width: 530px; }

  .icon-404 {
    margin-right: 40px; } }
@media screen and (min-width: 1600px) {
  .icon-404 {
    margin-right: 80px; }

  .page-404 {
    padding-top: 400px; }

  .page-404 .page-title {
    font-size: 150px; } }
/* ---------------------------------- Home Page -----------------------------------*/
/* Testimonials Slider */
.testimonials-wrap {
  margin: 83px 0px 40px 0px;
  position: relative; }
  .testimonials-wrap h2 {
    width: 100%;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #002C30;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 40px;
    font-style: normal; }
  @media (min-width: 768px) {
    .testimonials-wrap {
      margin: 130px 0px 120px 0px; }
      .testimonials-wrap h2 {
        margin-bottom: 58px; } }
  @media (min-width: 1280px) {
    .testimonials-wrap {
      margin: 0px 0px 120px 0px; }
      .testimonials-wrap h2 {
        margin-bottom: 71px; } }

.testimonial {
  width: 100%;
  position: relative;
  padding: 0px 28px;
  transition: opacity .3s ease 0s;
  opacity: 0; }
  .testimonial.slick-center {
    opacity: 1; }
  .testimonial.slick-slide {
    width: 100vw; }
  .testimonial p.testimonial-text {
    font-family: "Poppins", sans-serif;
    text-align: center;
    max-width: 100%;
    font-size: 24px;
    line-height: 1.245em;
    margin-bottom: 34px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #002C30; }
  .testimonial p.credit {
    margin: 0px;
    font-size: 17px;
    color: #002C30;
    text-align: center;
    font-weight: 300; }
  @media (min-width: 768px) {
    .testimonial {
      padding: 0px 50px; }
      .testimonial.slick-slide {
        width: 75vw; }
      .testimonial p.testimonial-text {
        font-size: 28px;
        margin-bottom: 60px; } }

.home-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 67px 40px 60px 40px; }
  @media (min-width: 768px) {
    .home-about {
      padding: 200px 0px 0px 0px; } }
  .home-about:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: #F8F7F2; }
    @media (min-width: 768px) {
      .home-about:before {
        height: 105%; } }
    @media (min-width: 1280px) {
      .home-about:before {
        height: 84.3%; } }
    @media (min-width: 1440px) {
      .home-about:before {
        height: 79.3%; } }
  .home-about .home-about-content {
    position: relative;
    z-index: 3;
    order: 2;
    width: 100%;
    padding: 0px;
    text-align: center; }
    .home-about .home-about-content h2 {
      border-bottom: 1px solid #002C30;
      font-size: 31px;
      padding-bottom: 36px;
      text-align: left;
      font-weight: 500; }
    .home-about .home-about-content p {
      text-align: left;
      font-size: 17px; }
    .home-about .home-about-content .button {
      margin-top: 20px; }
    @media (min-width: 768px) {
      .home-about .home-about-content {
        order: 1;
        width: 37.55%;
        padding: 0px;
        text-align: left; }
        .home-about .home-about-content h2 {
          font-size: 53px;
          padding-bottom: 44px; } }
  .home-about .home-about-img {
    width: 56.28vw;
    z-index: 2;
    position: relative;
    display: block;
    order: 1;
    margin: 0px auto 38px 8px;
    -webkit-box-shadow: -18.6vw -9.1vw 0px 0px #ffffff;
    box-shadow: -18.6vw -9.1vw 0px 0px #ffffff;
    aspect-ratio: 527 / 733; }
    @media (min-width: 768px) {
      .home-about .home-about-img {
        margin: 0px 0px 0px 7.25vw;
        order: 2;
        width: 38.58%;
        -webkit-box-shadow: 11.13vw -2.78vw 0px 0px #ffffff;
        box-shadow: 11.13vw -2.78vw 0px 0px #ffffff; } }

.become-member {
  width: 100vw;
  position: relative;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .become-member:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 83%;
    background: #F8F7F2; }
  @media (min-width: 768px) {
    .become-member {
      padding: 0px; } }
  .become-member .bm-img {
    position: relative;
    z-index: 2;
    left: -30vw;
    max-width: none;
    width: 150vw; }
    @media (min-width: 768px) {
      .become-member .bm-img {
        width: 41.6%;
        left: auto;
        max-width: 100%; } }
  .become-member .bm-inner {
    position: relative;
    z-index: 3;
    background: #ffffff;
    text-align: center;
    padding: 44px 0px 48px 0px;
    width: 100%; }
    .become-member .bm-inner h2 {
      font-weight: 400;
      color: #002C30;
      font-size: 25px;
      margin-bottom: 22px;
      line-height: 1em; }
      @media (min-width: 768px) {
        .become-member .bm-inner h2 {
          font-size: 27px;
          margin-bottom: 34px; } }
    @media (min-width: 768px) {
      .become-member .bm-inner {
        width: 50%;
        background: transparent;
        padding: 4% 0px 0px 0px;
        margin: 0px 0px 0px 0px; } }

/* ----------------------------------- Callouts Section ------------------------------ */
.home-callouts {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  width: 100%; }
  @media (min-width: 768px) {
    .home-callouts {
      padding-top: 0px; } }

.home-callouts-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  order: 1; }
  @media (min-width: 768px) {
    .home-callouts-wrap {
      width: 49%;
      order: 2; } }

.home-callouts-imgs {
  display: none;
  position: relative; }
  @media (min-width: 768px) {
    .home-callouts-imgs {
      display: block;
      width: 50%;
      order: 1;
      height: 100vh; } }

.home-callout-hero {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: top center;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  opacity: 0; }
  .home-callout-hero:first-child {
    z-index: 1;
    opacity: 1; }
  .home-callout-hero.onscreen {
    z-index: 2;
    opacity: 1; }

.home-callout {
  display: block;
  padding: 0px 20px;
  width: 100%; }
  @media (min-width: 768px) {
    .home-callout {
      padding: 60px 0px; } }
  .home-callout .home-callout-content {
    text-align: center;
    padding-bottom: 76px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .home-callout .home-callout-content {
        min-height: 80vh; } }
  .home-callout h2 {
    font-size: 40px;
    font-weight: 500;
    color: #E97C04;
    position: relative;
    margin-bottom: 10px;
    width: 100%; }
    .home-callout h2:after {
      content: "";
      display: block;
      width: 1px;
      height: 49px;
      background: #002C30;
      margin: 10px auto 0px auto; }
    @media (min-width: 768px) {
      .home-callout h2 {
        font-size: 50px; }
        .home-callout h2:after {
          height: 138px;
          margin: 30px auto 30px auto; } }
  .home-callout h3 {
    font-size: 31px;
    font-weight: 500;
    color: #002C30;
    padding: 0px 40px;
    line-height: 1.15em;
    width: 100%; }
  .home-callout p {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    margin: 0px auto 40px auto;
    padding: 0px 1vw;
    width: 100%; }
    @media (min-width: 768px) {
      .home-callout p {
        padding: 0px 10vw; } }
  .home-callout .home-callout-img {
    width: 100%;
    margin-bottom: 30px;
    aspect-ratio: 371 / 325; }
    @media (min-width: 768px) {
      .home-callout .home-callout-img {
        display: none; } }

.page-about .page-top-content {
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .page-about .page-top-content {
      padding-bottom: 60px; } }

.team-intro .wrap {
  width: 1300px; }
.team-intro .team-intro-content {
  padding: 90px 0px 0px 54px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative; }
  @media (min-width: 1280px) {
    .team-intro .team-intro-content {
      padding: 190px 0px 0px 0px; } }
.team-intro h2 {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #E97C04;
  font-size: 28px;
  font-weight: 600;
  transform: rotate(-90deg) translateY(-200%) translateX(-70%); }
  @media (min-width: 768px) {
    .team-intro h2 {
      position: relative;
      width: 25%;
      transform: none; } }
  @media (min-width: 1024px) {
    .team-intro h2 {
      width: 17.18%; } }
.team-intro h3 {
  font-size: 29px;
  font-weight: 500;
  margin-bottom: 43px;
  line-height: 1.05em; }
  .team-intro h3 span {
    color: #E97C04; }
  @media (min-width: 768px) {
    .team-intro h3 {
      width: 75%;
      font-size: 31px; } }
  @media (min-width: 1024px) {
    .team-intro h3 {
      font-size: 50px;
      margin: 0px;
      width: 55%; } }
.team-intro p {
  font-size: 17px; }
  @media (min-width: 1024px) {
    .team-intro p {
      width: 21.48%; } }

.team-list-grid .wrap {
  width: 1244px; }

.team-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 7.4%;
  width: 100%;
  margin: 50px 0px 20px 0px; }
  @media (min-width: 1280px) {
    .team-list {
      margin-top: 130px; } }
  .team-list li {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0px 0px 74px 0px; }
    @media (min-width: 768px) {
      .team-list li {
        width: 28.4%; } }
  .team-list .team-member-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-mask-image: -webkit-radial-gradient(white, black); }
    .team-list .team-member-img-wrap .overlay {
      display: block;
      z-index: 2;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: #E97C04;
      opacity: .6;
      mix-blend-mode: overlay;
      transition: all .5s ease 0s; }
    .team-list .team-member-img-wrap .team-member-img {
      z-index: 1;
      aspect-ratio: 1 / 1;
      position: relative;
      filter: grayscale(100%);
      transition: all .5s ease 0s; }
    .team-list .team-member-img-wrap:hover .overlay {
      opacity: 0; }
    .team-list .team-member-img-wrap:hover .team-member-img {
      filter: grayscale(0%); }
  .team-list h2 {
    font-size: 21px;
    font-weight: 600;
    margin: 28px 0px 6px 0px; }
  .team-list h3 {
    font-weight: 400;
    font-style: italic;
    font-size: 17px;
    margin: 0px; }

.about-cta {
  background: #F8F7F2;
  padding: 65px 0px; }
  .about-cta h2 {
    font-weight: 400;
    color: #002C30;
    font-size: 25px;
    margin-bottom: 22px;
    line-height: 1em; }
    @media (min-width: 768px) {
      .about-cta h2 {
        font-size: 27px;
        margin-bottom: 34px; } }
  @media (min-width: 768px) {
    .about-cta {
      padding: 102px 0px; } }

.about-cta-inner {
  text-align: center; }

/* ------------------- Contact Page --------------------- */
/*.page-wrap.page-contact {
    padding: 100px 0px 60px 0px;
    
    @include breakpoint(tabletwide) {
        padding: 166px 0px 100px 0px;
    }
}
*/
.contact-left {
  position: relative;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .contact-left {
      width: 22.3%; } }

.contact-info {
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 34px; }
  .contact-info:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -20%;
    width: 140%;
    height: 1.5px;
    display: block;
    background: #002C30; }
  @media (min-width: 768px) {
    .contact-info {
      padding-bottom: 46px; }
      .contact-info:after {
        content: "";
        left: 0px;
        width: 100%; } }

.page-content-leftnav {
  width: 100%;
  position: relative; }
  @media (min-width: 768px) {
    .page-content-leftnav {
      width: 72.5%; } }
  @media (min-width: 1024px) {
    .page-content-leftnav {
      width: 66.5%; } }

.contact-info h3 {
  font-size: 14px;
  color: #002C30;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 24px; }
.contact-info p {
  font-size: 14px;
  margin: 0px;
  font-weight: 400; }
.contact-info a.button {
  padding: 16px 28px; }
@media (min-width: 768px) {
  .contact-info h3 {
    font-size: 12px; } }
@media (min-width: 1024px) {
  .contact-info h3 {
    font-size: 14px; } }

.contact-numbers {
  margin: 34px 0px 34px 0px; }
  @media (min-width: 768px) {
    .contact-numbers {
      margin: 64px 0px 70px 0px; } }
  .contact-numbers h4 {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .contact-numbers h4 {
        font-size: 12px; } }
    @media (min-width: 1024px) {
      .contact-numbers h4 {
        font-size: 14px; } }
  .contact-numbers p {
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .contact-numbers p {
        font-size: 22px; } }
    @media (min-width: 1024px) {
      .contact-numbers p {
        font-size: 25px;
        margin-bottom: 30px; } }
  .contact-numbers a[href^="mailto:"] {
    font-style: italic;
    color: #002C30;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    .contact-numbers a[href^="mailto:"]:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 1px;
      background: #002C30;
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    .contact-numbers a[href^="mailto:"]:hover {
      color: #E97C04; }
      .contact-numbers a[href^="mailto:"]:hover:after {
        background: #E97C04;
        width: 50%; }

/* ------------------- Calendar Page --------------------- */
.calendar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .calendar #calendar-filters {
    display: none;
    width: 100%;
    margin-bottom: 40px; }
    .calendar #calendar-filters h2 {
      font-size: 20px;
      font-weight: 700;
      margin: 0px 0px 1.3em 0px; }
    .calendar #calendar-filters label {
      font-weight: 400; }
  .calendar #calendar-list {
    width: 100%; }
  .calendar .calendar-filter-buttons {
    width: 100%;
    display: flex;
    justify-content: flex-end; }
  @media (min-width: 768px) {
    .calendar #calendar-filters {
      width: 25%;
      margin: 0px; }
    .calendar #calendar-list {
      width: 75%; }
    .calendar .calendar-filter-buttons {
      width: 75%; } }

h2.year-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0px 0px 1.3em 0px; }

.calendar-filter-buttons {
  margin-bottom: 33px; }
  .calendar-filter-buttons button {
    border: 0px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #002C30;
    background: transparent;
    padding: 8px 0px;
    margin: 0px 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .calendar-filter-buttons button:after {
      content: "";
      display: block;
      width: 0%;
      position: absolute;
      top: 100%;
      left: 0px;
      height: 4px;
      background: #E97C04;
      border-radius: 10px;
      transition: all .3s ease 0s; }
    .calendar-filter-buttons button:hover {
      color: #E97C04; }
    .calendar-filter-buttons button:last-child {
      margin-right: 0px; }
    .calendar-filter-buttons button.active:after {
      width: 100%; }

.event-list-item {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 23px 26px;
  border: 1px solid #002C30;
  border-radius: 20px;
  margin-bottom: 40px; }

.event-list-item-top {
  width: calc(100% - 120px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  order: 1;
  align-items: center;
  margin-bottom: 10px; }
  .event-list-item-top h4 {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    font-weight: 500;
    margin: 0px 20px 0px 0px;
    line-height: 1em;
    border-radius: 40px;
    text-transform: capitalize;
    background-color: #b9e3d2;
    font-size: 14px; }
    .event-list-item-top h4.event {
      background-color: #ffc586; }
    .event-list-item-top h4.webinar {
      background-color: #fff073; }
  .event-list-item-top time {
    margin-right: auto;
    margin-top: 8px;
    font-size: 14px; }
    @media (min-width: 768px) {
      .event-list-item-top time {
        margin-top: 0px; } }

a.event-link-button {
  min-width: 100px;
  font-size: 16px;
  background: #002C30;
  padding: 8px 12px;
  order: 3;
  margin-top: 20px; }
  a.event-link-button:hover {
    background: #E97C04; }
  @media (min-width: 768px) {
    a.event-link-button {
      order: 2;
      margin-top: 0px; } }

.event-list-item-info {
  width: 100%;
  order: 2; }
  .event-list-item-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px .8em 0px; }
    .event-list-item-info h3 a:hover {
      color: #E97C04; }
  .event-list-item-info p {
    font-size: 16px; }
    .event-list-item-info p:last-child {
      margin-bottom: 0px; }
  @media (min-width: 768px) {
    .event-list-item-info {
      order: 3; } }

/* ------------------- Connect Page --------------------- */
.page-connect h1 {
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 18px; }
@media (min-width: 768px) {
  .page-connect h1 {
    font-size: 65px;
    margin-bottom: 30px; } }

.page-careers h1 {
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 18px; }
@media (min-width: 768px) {
  .page-careers h1 {
    font-size: 65px;
    margin-bottom: 30px; } }
@media (min-width: 1024px) {
  .page-careers h1 {
    font-size: 75px;
    margin-bottom: 30px; } }

.sbs-content-text {
  margin-top: 28px; }
  .sbs-content-text h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 28px; }

ul.job-list {
  display: block;
  list-style: none;
  margin: 0px; }
  ul.job-list li {
    display: block;
    border-bottom: 1px solid #002C30;
    margin-bottom: 20px;
    padding: 0px 0px 30px 0px; }
    ul.job-list li:before {
      display: none; }
    ul.job-list li h3 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px; }
      ul.job-list li h3 a {
        color: #E97C04;
        text-decoration: underline; }
    ul.job-list li p {
      margin: 0px;
      font-size: 17px; }

@media (min-width: 768px) {
  .page-learn .page-top-content.inner {
    padding-bottom: 80px;
    align-items: flex-end; }
    .page-learn .page-top-content.inner h1 {
      margin-bottom: 0px; }
    .page-learn .page-top-content.inner p {
      margin-bottom: 0px; } }
.page-learn .page-top-content h1 {
  font-size: 55px; }
  @media (min-width: 768px) {
    .page-learn .page-top-content h1 {
      font-size: 75px; } }
.page-learn .page-top-content p {
  font-size: 17px; }
@media (min-width: 768px) {
  .page-learn {
    margin-bottom: 70px; } }

.ls-header {
  border-top: 1px solid #002C30;
  max-width: calc(100vw - 80px);
  z-index: 10;
  padding: 0px; }
  @media (min-width: 768px) {
    .ls-header {
      padding: 0px 0px; } }
  @media (min-width: 1024px) {
    .ls-header {
      padding: 0px 40px; } }

.ls-header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  width: 800px;
  max-width: 100%;
  padding: 50px 0px 34px 0px; }
  .ls-header-inner h2 {
    font-size: 40px;
    color: #E97C04;
    font-weight: 500;
    width: 100%;
    margin-bottom: 26px;
    flex-grow: 1;
    letter-spacing: -1px; }
  .ls-header-inner p {
    width: 100%;
    margin-bottom: 0px;
    flex-grow: 2; }
  @media (min-width: 768px) {
    .ls-header-inner {
      flex-wrap: nowrap;
      padding: 80px 40px 40px 50px; }
      .ls-header-inner.webinar-header {
        padding-top: 90px; }
      .ls-header-inner h2 {
        width: auto;
        display: inline-block;
        font-size: 58px;
        max-width: 60%;
        padding: 0px 40px 0px 0px;
        margin: 0px;
        letter-spacing: -2px; }
      .ls-header-inner p {
        width: auto;
        display: inline-block; } }

.learn-items {
  display: flex;
  flex-wrap: wrap;
  width: 1248px;
  max-width: 100%;
  margin: 0px auto 4px auto; }
  @media (min-width: 768px) {
    .learn-items {
      padding: 0px 14px; } }
  @media (min-width: 1024px) {
    .learn-items {
      padding: 0px; } }

.learn-item {
  width: 100%;
  padding: 0px 40px;
  margin: 0px 0px 40px 0px;
  position: relative; }
  .learn-item .ft-group {
    margin-top: 28px;
    display: inline-block; }
  .learn-item h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px; }
  .learn-item h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px; }
  @media (min-width: 768px) {
    .learn-item {
      width: 33.3%;
      padding: 0px 14px 34px 14px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: flex-start; }
      .learn-item .ft-group {
        position: absolute;
        bottom: 0px;
        left: 14px; } }
  @media (min-width: 1024px) {
    .learn-item {
      width: 25%; } }

a.learn-item-link {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer; }
  a.learn-item-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #E97C04;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; }
  a.learn-item-link:hover .learn-item-img {
    transform: scale(1.1); }
  a.learn-item-link:hover:after {
    opacity: .3; }

.learn-item-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  aspect-ratio: 16 / 9; }

.featured-talk {
  position: relative;
  margin-bottom: 53px; }
  @media (min-width: 1024px) {
    .featured-talk {
      margin-bottom: 74px; } }

a.ft-talk-link {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer; }
  a.ft-talk-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #E97C04;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; }
  a.ft-talk-link:hover:after {
    opacity: .3; }

.ft-talk-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 414 / 316; }
  @media (min-width: 768px) {
    .ft-talk-img {
      margin-top: -50px;
      aspect-ratio: 1366 / 542; } }

.ft-group {
  font-size: 12px;
  font-weight: 400; }

.ft-talk-content {
  background: #F8F7F2;
  padding: 16px 0px 38px 0px; }
  .ft-talk-content .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
  .ft-talk-content .ft-label {
    display: inline-block;
    order: 1;
    background: #ffffff;
    border: 1px solid #E2E0D5;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 24px;
    line-height: 1em;
    transform: translateY(-48%); }
    @media (min-width: 768px) {
      .ft-talk-content .ft-label {
        transform: translateY(0px); } }
  .ft-talk-content .ft-talk-text {
    order: 3; }
    .ft-talk-content .ft-talk-text h3 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px; }
    .ft-talk-content .ft-talk-text h4 {
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 0px; }
  .ft-talk-content .ft-group {
    order: 2;
    margin-left: auto; }
  @media (min-width: 768px) {
    .ft-talk-content {
      padding: 32px 0px; }
      .ft-talk-content .ft-label {
        display: inline-block;
        order: 1;
        margin-right: 58px; }
      .ft-talk-content .ft-talk-text {
        order: 2;
        max-width: 50%; }
      .ft-talk-content .ft-group {
        order: 3; } }

.talk-play {
  display: block;
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #ffffff;
  width: 56px;
  height: 56px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3; }
  .talk-play.ft {
    width: 96px;
    height: 96px; }
    .talk-play.ft:after {
      background-size: 25px; }
  .talk-play:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url("assets/images/play-triangle.svg?v=1.1") center center no-repeat;
    background-size: 14px;
    width: 90%;
    height: 100%; }

.page-membership .page-top-content {
  align-items: flex-end; }
  .page-membership .page-top-content h1 {
    margin-bottom: 20px;
    font-size: 50px;
    word-wrap: normal; }
    @media (min-width: 1024px) {
      .page-membership .page-top-content h1 {
        font-size: 75px; } }
  .page-membership .page-top-content p {
    margin-bottom: 0px; }

.membership-columns {
  display: none;
  flex-wrap: wrap;
  padding-bottom: 160px;
  justify-content: center; }
  @media (min-width: 768px) {
    .membership-columns {
      display: flex; } }

ul.mem-benefits {
  width: 20%;
  list-style-type: none;
  margin: 0px 20px 0px 0px;
  padding: 122px 0px 0px 0px; }
  ul.mem-benefits li {
    position: relative;
    display: block;
    list-style-type: none;
    min-height: 80px;
    font-size: 14px;
    font-weight: 600;
    padding-right: 15%; }
    ul.mem-benefits li span.tooltip {
      display: inline-block;
      width: 21px;
      height: 21px;
      position: absolute;
      top: 4px;
      right: 0px;
      background: #ffffff;
      border: 1px solid #002C30;
      text-align: center;
      border-radius: 50%;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px; }
      ul.mem-benefits li span.tooltip:before {
        content: "i"; }
      ul.mem-benefits li span.tooltip:hover {
        background: #002C30;
        color: #ffffff; }
  @media (min-width: 1024px) {
    ul.mem-benefits {
      width: 24.5%; }
      ul.mem-benefits li {
        font-size: 16px; } }

.mem-col {
  text-align: center;
  margin-left: 12px;
  width: 24%; }
  .mem-col h2 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px; }
  .mem-col p {
    font-size: 12px;
    margin: 0px 0px 28px 0px; }
  .mem-col a.button {
    margin-top: 12px; }
  @media (min-width: 768px) {
    .mem-col {
      width: 24%; }
      .mem-col a.button {
        font-size: 15px; } }
  @media (min-width: 1024px) {
    .mem-col {
      width: 22.8%; }
      .mem-col h2 {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 10px; }
      .mem-col p {
        font-size: 16px;
        margin: 0px 0px 28px 0px; }
      .mem-col a.button {
        margin-top: 12px;
        font-size: 20px; } }

ul.benefit-yn-list {
  display: block;
  list-style-type: none;
  background: #F8F7F2;
  border: 1px solid #E2E0D5;
  border-radius: 8px;
  margin: 0px 0px 36px 0px;
  padding: 41px 0px 0px 0px; }
  ul.benefit-yn-list li {
    list-style-type: none;
    display: block;
    text-align: center;
    min-height: 80px; }
    ul.benefit-yn-list li.yes {
      font-size: 0px;
      color: #51B37F; }
      ul.benefit-yn-list li.yes:before {
        content: "";
        width: 25px;
        height: 20px;
        display: inline-block;
        background-image: url("assets/images/green-check.svg");
        background-size: cover; }
    ul.benefit-yn-list li.no {
      font-size: 0px;
      color: #C54164; }
      ul.benefit-yn-list li.no:before {
        content: "";
        width: 19px;
        height: 19px;
        display: inline-block;
        background-image: url("assets/images/red-x.svg");
        background-size: cover; }
    ul.benefit-yn-list li.text {
      font-size: 13px;
      font-weight: 400; }
  @media (min-width: 1024px) {
    ul.benefit-yn-list li.text {
      font-size: 16px; } }

.membership-mobile {
  display: flex;
  flex-wrap: wrap;
  padding: 38px 0px;
  background: #F8F7F2; }
  @media (min-width: 768px) {
    .membership-mobile {
      display: none; } }

.mem-box {
  width: 100%;
  padding: 28px 36px;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.2); }
  .mem-box + .mem-box {
    margin-top: 42px; }
  .mem-box .button {
    width: 100%; }
  .mem-box h3 {
    font-size: 58px;
    color: #E97C04;
    font-weight: 500;
    letter-spacing: -2px;
    margin: 30px 0px; }
    .mem-box h3 sup {
      font-size: 48%;
      font-weight: 600;
      letter-spacing: 0px;
      top: -.75em;
      margin-right: 2px; }
    .mem-box h3 sub {
      font-size: 36.2%;
      font-weight: 600;
      letter-spacing: 0px;
      bottom: .125em;
      margin-left: 6px; }
    .mem-box h3 span {
      display: block;
      color: #002C30;
      width: 100%;
      letter-spacing: 0px;
      font-size: 21px;
      font-weight: 600;
      line-height: 1.75em; }

.mem-benefits-mobile {
  margin: 0px 0px 38px 0px;
  text-align: left;
  list-style: none; }
  .mem-benefits-mobile li {
    display: block;
    padding-left: 28px;
    position: relative;
    font-weight: 400;
    margin-bottom: 20px; }
    .mem-benefits-mobile li:before {
      content: "";
      width: 17px;
      height: 12px;
      display: inline-block;
      position: absolute;
      top: 4px;
      left: 0px;
      background-image: url("assets/images/black-check.svg");
      background-size: cover; }

/* ------------------- Work with Us Page --------------------- */
.page-work-with-us h1 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 38px; }
@media (min-width: 768px) {
  .page-work-with-us h1 {
    font-size: 75px;
    margin-bottom: 30px; } }

ul.work-page-links {
  display: block;
  list-style: none;
  margin: 40px 0px 0px 0px; }
  @media (min-width: 768px) {
    ul.work-page-links {
      margin-top: 60px; } }
  ul.work-page-links li {
    display: block;
    margin-bottom: 30px;
    padding: 0px 0px 36px 0px; }
    ul.work-page-links li:before {
      display: none; }
    ul.work-page-links li:after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 150%;
      height: 1px;
      background: #002C30;
      display: block; }
    ul.work-page-links li h2 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 24px; }
      ul.work-page-links li h2 a {
        color: #E97C04;
        text-decoration: underline; }
        ul.work-page-links li h2 a:hover {
          color: #002C30; }
    ul.work-page-links li p {
      margin: 0px;
      font-size: 17px; }
    @media (min-width: 768px) {
      ul.work-page-links li:after {
        width: 100%; } }

@media (min-width: 768px) {
  .wwu-single-header h2.single-job-type {
    margin-bottom: 90px; } }

.wwu-mid-content {
  width: 770px;
  max-width: 100%; }
  .wwu-mid-content ol {
    margin: 0px;
    list-style: none;
    counter-reset: muffins; }
    .wwu-mid-content ol li {
      counter-increment: muffins;
      position: relative;
      display: block;
      margin-bottom: 24px;
      padding-left: 36px;
      font-size: 17px;
      font-weight: 400;
      line-height: 1.35em; }
      .wwu-mid-content ol li:before {
        content: counter(muffins) "";
        display: inline-block;
        position: absolute;
        font-size: 21px;
        font-weight: 600;
        top: 3px;
        left: 0px; }

.wwu-single-mid-body .wrap {
  justify-content: center; }

.wwu-form-section {
  margin: 52px 0px 50px 0px; }
  .wwu-form-section .wwu-form-section-content {
    padding-top: 40px;
    border-top: 1px solid #E97C04; }
  .wwu-form-section h2 {
    margin-bottom: 44px;
    font-size: 27px;
    font-weight: 600; }
  @media (min-width: 768px) {
    .wwu-form-section {
      margin-top: 70px; }
      .wwu-form-section .wwu-form-section-content {
        padding-top: 48px; } }

.wwu-pre-form-section-content {
  padding: 58px 0px 16px 0px; }
  .wwu-pre-form-section-content p {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.45em; }
    .wwu-pre-form-section-content p:last-child {
      margin-bottom: 0px; }
  @media (min-width: 768px) {
    .wwu-pre-form-section-content {
      padding: 86px 5% 16px 5%; } }

.wwu-post-form-section {
  margin: 30px 0px 50px 0px; }
  .wwu-post-form-section .wwu-post-form-section-content {
    padding-top: 40px;
    border-top: 1px solid #E97C04;
    text-align: center; }
    .wwu-post-form-section .wwu-post-form-section-content button, .wwu-post-form-section .wwu-post-form-section-content a.button {
      border-radius: 40px;
      padding: 12px 28px 12px 28px; }
    .wwu-post-form-section .wwu-post-form-section-content p {
      font-size: 16px; }
    .wwu-post-form-section .wwu-post-form-section-content p.last {
      margin-top: 40px; }
    .wwu-post-form-section .wwu-post-form-section-content a:not(.button) {
      text-decoration: underline; }
  @media (min-width: 768px) {
    .wwu-post-form-section {
      margin: 30px 0px 112px 0px; }
      .wwu-post-form-section .wwu-post-form-section-content {
        padding-top: 80px; }
      .wwu-post-form-section p {
        font-size: 17px; } }

/* -------- GSAP Animate Elements ------- */
.slide-title {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }
  .slide-title.onscreen {
    opacity: 1;
    transform: translateX(0px); }

.fade-in {
  opacity: 0;
  transition: opacity 1s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }
  .fade-in.onscreen {
    opacity: 1; }

.fade-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }
  .fade-in-left.onscreen {
    opacity: 1;
    transform: translateX(0px); }

.fade-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }
  .fade-in-right.onscreen {
    opacity: 1;
    transform: translateX(0px); }

.fade-in-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }
  .fade-in-up.onscreen {
    opacity: 1;
    transform: translateY(0px); }

.fade-in-down {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }
  .fade-in-down.onscreen {
    opacity: 1;
    transform: translateY(0px); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  max-width: 100vw;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.home-products-list .slick-track {
  align-items: flex-start; }

.slick-slide {
  float: none;
  height: auto;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 10px;
  width: 54px;
  min-width: 0px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  z-index: 10;
  bottom: -40px;
  left: 50%;
  padding: 0;
  border: none;
  outline: none;
  background: url("assets/images/arrow-right-white.svg") right center no-repeat;
  background-size: cover;
  transition: scale .3s ease 0s; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: .5; }
  .slick-prev:hover,
  .slick-next:hover {
    background: url("assets/images/arrow-right-white.svg") right center no-repeat;
    background-size: cover;
    border: 0px; }
  .slick-prev:focus, .slick-prev:active,
  .slick-next:focus,
  .slick-next:active {
    background: url("assets/images/arrow-right-white.svg") right center no-repeat;
    background-size: cover;
    transform: scale(1.2); }

.gallery-slider .slick-track {
  align-items: flex-start; }
.gallery-slider .gallery-slide {
  width: 74.15vw;
  padding-right: 18px;
  height: auto;
  opacity: .3;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s; }
  .gallery-slider .gallery-slide.slick-active {
    opacity: 1; }
  @media (min-width: 768px) {
    .gallery-slider .gallery-slide {
      width: 36vw;
      padding-right: 32px; } }
.gallery-slider p.gallery-caption {
  margin: 20px 0px 0px 0px;
  font-size: 12px;
  font-weight: 400;
  opacity: 0;
  transition: all .5s ease 0s; }
  @media (min-width: 1024px) {
    .gallery-slider p.gallery-caption {
      font-size: 14px;
      margin: 26px 0px 0px 0px; } }
.gallery-slider .slick-active p.gallery-caption {
  opacity: 1; }
.gallery-slider .gallery-img {
  width: 100%;
  display: block;
  aspect-ratio: 308 / 352; }
  @media (min-width: 768px) {
    .gallery-slider .gallery-img {
      aspect-ratio: 463 / 532; } }
.gallery-slider.bb-slider .gallery-img {
  aspect-ratio: 236 / 419; }
.gallery-slider.bb-slider .slick-prev,
.gallery-slider.bb-slider .slick-next {
  display: none !important; }
.gallery-slider.model-slider {
  margin-bottom: 50px; }
  .gallery-slider.model-slider .gallery-img {
    aspect-ratio: 1 / 1;
    border: 1.5px solid black; }
  .gallery-slider.model-slider .slick-prev,
  .gallery-slider.model-slider .slick-next {
    display: none !important; }
  .gallery-slider.model-slider p.gallery-caption {
    display: none; }
.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  position: absolute;
  display: block;
  height: 28px;
  width: 28px;
  min-width: 0px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  z-index: 10;
  top: -40px;
  left: auto;
  right: 88px;
  padding: 0;
  border: none;
  outline: none;
  background: url("assets/images/arrow-right.svg") right center no-repeat;
  background-size: cover;
  transition: scale .3s ease 0s; }
  @media (min-width: 768px) {
    .gallery-slider .slick-prev,
    .gallery-slider .slick-next {
      top: -49px;
      left: auto;
      right: 88px; } }
  .gallery-slider .slick-prev.slick-disabled,
  .gallery-slider .slick-next.slick-disabled {
    opacity: .5; }
  .gallery-slider .slick-prev:hover,
  .gallery-slider .slick-next:hover {
    background: url("assets/images/arrow-right.svg") right center no-repeat;
    background-size: cover;
    border: 0px; }
  .gallery-slider .slick-prev:focus, .gallery-slider .slick-prev:active,
  .gallery-slider .slick-next:focus,
  .gallery-slider .slick-next:active {
    background: url("assets/images/arrow-right.svg") right center no-repeat;
    background-size: cover; }
  @media (min-width: 768px) {
    .gallery-slider .slick-prev,
    .gallery-slider .slick-next {
      width: 40px;
      height: 40px;
      top: -70px; } }
.gallery-slider .slick-prev {
  display: none !important; }

.home-slider {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease 0s; }
  .home-slider .slick-list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; }
    .home-slider .slick-list .slick-track {
      width: 100% !important;
      height: 100%; }
  .home-slider.slick-initialized .slick-slide {
    display: flex; }
  .home-slider .slick-slide {
    position: absolute !important;
    height: 100%;
    width: 100%; }
  .home-slider.active {
    opacity: 1; }
  .home-slider .slick-dots {
    width: auto;
    display: none; }
    @media (min-width: 768px) {
      .home-slider .slick-dots {
        display: inline-block;
        right: 60px;
        bottom: 45px; } }

#testimonials-slider {
  padding-bottom: 55px; }
  #testimonials-slider .slick-prev,
  #testimonials-slider .slick-next {
    height: 10px;
    width: 54px;
    background-image: url("assets/images/arrow-right-blue.svg");
    background-size: cover;
    bottom: 0px; }
  #testimonials-slider .slick-prev {
    left: 50%;
    right: auto;
    margin: 0px 0px 0px -60px; }
  #testimonials-slider .slick-next {
    left: auto;
    margin: 0px -60px 0px 0px;
    right: 50%; }
  @media (min-width: 768px) {
    #testimonials-slider {
      padding-bottom: 106px; }
      #testimonials-slider .slick-prev {
        left: 56px;
        right: auto;
        margin: 0px; }
      #testimonials-slider .slick-next {
        left: auto;
        margin: 0px;
        right: 56px; } }

.slick-prev {
  transform: rotate(180deg);
  margin-left: -46px; }
  .slick-prev:focus, .slick-prev:active {
    transform: rotate(180deg) scale(1.2); }

.slick-next {
  margin-left: 11px; }
  .slick-next:focus {
    transform: scale(1.2); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 15px;
      width: 15px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          background: #FFF073; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 1px solid #002C30;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        background: #ffffff;
        color: black;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: all .4s ease 0s; }
    .slick-dots li.slick-active button:before {
      background: #E97C04;
      color: black; }

.archive-dropdown {
  width: 100%; }

.select2-search {
  display: none; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 50px;
  user-select: none;
  -webkit-user-select: none; }

.woocommerce-checkout .select2-container .select2-selection--single {
  height: 48px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #002C30;
  border-radius: 0px;
  box-sizing: border-box;
  display: block;
  position: relative;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  top: 0px; }
  .select2-dropdown.select2-dropdown--above {
    top: 32px; }

.select2-results {
  display: block;
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll; }

/* ---------------Dropdown Options List ------------ */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 12px 20px 12px 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #ffffff; }

/* ---------------Dropdown Options List - Single Optio ------------ */
.select2-results__option {
  padding: 2px 0px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* ------ Search Field ------------ */
.select2-search--dropdown {
  display: none;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #ffffff;
  filter: alpha(opacity=0); }

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

/* -----------Select Box Wrap (includes background arrow) --------*/
.select2-container--default .select2-selection--single {
  background-image: url("assets/images/select-arrow.svg");
  background-position: right 22px center;
  background-size: 20px 21px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: 1px solid #002C30;
  border-radius: 0px; }

/* ---------- Select Box Label ----------------- */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #002C30;
  font-family: "Poppins", sans-serif;
  line-height: 48px;
  padding-left: 24px !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px; }

#select2-input_1_4-container {
  font-size: 12px;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    #select2-input_1_4-container {
      font-size: 14px;
      letter-spacing: 2px; } }

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  padding-left: 14px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #E97C04; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  display: none;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
  display: none; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single {
  background-image: url("assets/images/select-arrow-up.svg"); }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default.select2-container--open .select2-selection--single .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default.select2-container--open .select2-selection--single .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option[role=group] {
    padding: 0; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #E97C04;
    color: white; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-results__option--highlighted {
    background-color: #E97C04;
    color: white; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$whiteFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$whiteFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='$whiteFF', GradientType=0); }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-dropdown--above {
    border-bottom: none; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-dropdown--below {
    border-top: none; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-results__option[role=group] {
    padding: 0; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb; }

.tooltip_templates {
  display: none; }

.tooltip-wrap {
  font-size: 14px;
  padding: 24px 22px;
  text-align: center; }
  .tooltip-wrap p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.1em;
    padding: 20px; }

.tooltip_templates p,
.tooltip_templates h2,
.tooltip_templates h3,
.tooltip_templates h4 {
  color: #fff; }

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

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute; }

.tooltipster-box {
  flex: 1 1 auto; }

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.tooltipster-update-fade {
  animation: tooltipster-fading .4s; }

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0); } }
.tooltipster-update-rotate {
  animation: tooltipster-rotating .6s; }

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.tooltipster-update-scale {
  animation: tooltipster-scaling .6s; }

.tooltipster-sidetip .tooltipster-box {
  background: #002c30;
  border: 2px solid #002c30;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 24px;
  text-align: left;
  font-size: 15px; }

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #002c30;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #002c30;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #002c30;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #002c30;
  left: 0;
  top: -3px; }

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #002c30; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #002c30; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #002c30; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #002c30; }

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

/* Borderless Theme */
.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  border: none;
  background: #002C30;
  background: #002C30; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
  height: 8px;
  margin-left: -8px;
  width: 16px; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
  height: 16px;
  margin-left: 0;
  margin-top: -8px;
  width: 8px; }

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
  display: none; }

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
  border: 8px solid transparent; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #002C30;
  border-bottom-color: #002C30; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #002C30;
  border-left-color: #002C30; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #002C30;
  border-right-color: #002C30; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #002C30;
  border-top-color: #002C30; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -8px; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
  left: -8px; }

.page-calendar .page-top-content {
  align-items: flex-end; }
  .page-calendar .page-top-content h1 {
    margin-bottom: 10px; }
  .page-calendar .page-top-content p {
    margin-bottom: 0px; }
  @media (min-width: 768px) {
    .page-calendar .page-top-content {
      margin-bottom: 0px; } }

/* ---------------------------------- Responsive Tabs Plugin -------------------------- */
.resp-vtabs {
  margin: 70px 0px !important; }

.resp-tabs-list {
  margin: 0px 0px; }

.resp-tabs-list li {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  padding: 15px 18px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left; }

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left; }

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none; }

.resp-tab-content {
  display: none;
  padding: 15px;
  padding: 40px 20px; }

.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  color: #fff;
  background-color: #002C30 !important; }

.resp-content-active,
.resp-accordion-active {
  display: block; }

.resp-tab-content {
  border: 1px solid #c1c1c1; }

h2.resp-accordion {
  font-size: 16px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 14px 15px; }

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important; }

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue; }

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
  margin-top: 24px; }

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0px -2px 10px 0px;
  cursor: pointer;
  float: none;
  text-align: center;
  font-size: 20px;
  border-right: none;
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
  border: 1px solid #c1c1c1;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px; }

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background: #f8f8f8;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
  z-index: 10; }

.resp-vtabs .resp-tab-content {
  border: none; }

.resp-vtabs li.resp-tab-active {
  background-color: #002C30;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  margin: 0 0 5px 0 !important;
  border-right: 0;
  border-bottom: 1px solid #d5d5d5;
  text-align: center;
  color: #fff; }

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #c1c1c1; }

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #9B9797; }

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB !important; }

.resp-easy-accordion h2.resp-accordion {
  display: block; }

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1; }

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
  width: 100%;
  margin: 0px; }

.resp-tab-content-active {
  display: block; }

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1 !important; }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none; }

  h2.resp-accordion {
    display: block; }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1; }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none; }

  .resp-accordion-closed {
    display: none !important; }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important; } }
/* -------- Table Styles ----------- */
.cal-table tr td {
  border: 1px solid #ededed;
  padding: 14px; }

.cal-table tr td:first-child {
  width: 40%; }

.cal-table tr:nth-child(odd) td {
  background: #ededed; }

.event-with {
  display: block;
  margin-top: 5px;
  font-size: .75em; }

.event-with p {
  font-size: inherit;
  line-height: 1.35em; }

.event-with p:last-child {
  margin-bottom: 0px; }

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
#comments {
  clear: both;
  padding: 2em 0 0.5em; }

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em; }

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-list .children {
  margin: 0px 0px 0px 24px; }

.comment-list li:before {
  display: none; }

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2; }

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px; }

.comment-author .says {
  display: none; }

.comment-meta {
  margin-bottom: 1.5em; }

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase; }

.comment-metadata a {
  color: #767676; }

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em; }

.comment-body {
  color: #E97C04;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em; }

.comment-reply-link {
  font-weight: 800;
  position: relative; }

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em; }

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px; }

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #E97C04;
  padding: 2px; }

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic; }

.comments-pagination {
  margin: 2em 0 3em; }

.form-submit {
  text-align: right; }

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
#secondary {
  padding: 1em 0 2em; }

.widget {
  padding-bottom: 3em; }

h2.widget-title {
  color: #222;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  margin-bottom: 1.5em;
  text-transform: uppercase; }

.widget-title a {
  color: inherit; }

/* widget forms */
.widget select {
  width: 100%; }

/* widget lists */
.widget ul {
  list-style: none;
  margin: 0; }

.widget ul li,
.widget ol li {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 0.5em 0; }

.widget ul li + li {
  margin-top: -1px; }

.widget ul li ul {
  margin: 0 0 -1px;
  padding: 0;
  position: relative; }

.widget ul li li {
  border: 0;
  padding-left: 24px;
  padding-left: 1.5rem; }

/* Widget lists of links */
.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
  bottom: 0; }

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
  padding-bottom: 0.25em;
  padding-top: 0.25em; }

.widget_rss ul li {
  padding-bottom: 1em;
  padding-top: 1em; }

/* widget markup */
.widget .post-date,
.widget .rss-date {
  font-size: 0.81em; }

/* Text widget */
.widget_text {
  word-wrap: break-word; }

.widget_text ul {
  list-style: disc;
  margin: 0 0 1.5em 1.5em; }

.widget_text ol {
  list-style: decimal; }

.widget_text ul li,
.widget_text ol li {
  border: none; }

.widget_text ul li:last-child,
.widget_text ol li:last-child {
  padding-bottom: 0; }

.widget_text ul li ul {
  margin: 0 0 0 1.5em; }

.widget_text ul li li {
  padding-left: 0;
  padding-right: 0; }

.widget_text ol li {
  list-style-position: inside; }

.widget_text ol li + li {
  margin-top: -1px; }

/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
  float: right; }

.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent; }

.widget_rss .widget-title .rsswidget:first-child img {
  display: block; }

.widget_rss ul li {
  padding: 2.125em 0; }

.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0; }

.widget_rss li .rsswidget {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.4; }

.widget_rss .rss-date,
.widget_rss li cite {
  color: #767676;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase; }

.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
  padding: 0; }

.widget_rss .rssSummary {
  margin-bottom: 0.5em; }

/* Contact Info Widget */
.widget_contact_info .contact-map {
  margin-bottom: 0.5em; }

/* Gravatar */
.widget-grofile h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0; }

/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
  border: 0; }

/* Recent Posts widget */
.widget_recent_entries .post-date {
  display: block; }

/* Search */
.search-form {
  position: relative; }

.search-form .search-submit {
  bottom: 3px;
  padding: 0.5em 1em;
  position: absolute;
  right: 3px;
  top: 3px; }

.search-form .search-submit .icon {
  height: 24px;
  top: -2px;
  width: 24px; }

/* Tag cloud widget */
.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
  line-height: 1.5; }

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  float: left;
  font-size: 14px !important;
  /* !important to overwrite inline styles */
  font-size: 0.875rem !important;
  margin: 4px 4px 0 0 !important;
  padding: 4px 10px 5px !important;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  width: auto;
  word-wrap: break-word;
  z-index: 0; }

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
  border-color: #FFF073;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none; }

/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
  text-align: center; }

.widget_calendar tfoot td {
  border: 0; }

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

img.alignleft,
img.alignright {
  float: none;
  margin: 0; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption {
  color: #E97C04;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/* Media Elements */
.mejs-container {
  margin-bottom: 1.5em; }

/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0; }

/* SVG Icons base styles */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1em; }

/* --------------------------------------------------------------
16.2 FANCYBOX (POPUP IMAGE GALLERY) ------------------------------------
--------------------------------------------------------------- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: none;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("assets/images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("assets/images/preloader.png") center center no-repeat; }

.fancybox-close {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 69px;
  height: 68px;
  cursor: pointer;
  background: url("assets/images/btn-x.png") center center no-repeat;
  background-size: 41px 40px;
  z-index: 8041;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.fancybox-close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all .4s ease 0s; }

.fancybox-nav {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: none;
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.no-touch .fancybox-prev {
  left: 0;
  cursor: url("assets/images/cursor-left-arrow.png"), auto;
  cursor: -webkit-image-set(url("assets/images/cursor-left-arrow.png") 1x, url("assets/images/cursor-left-arrow-2x.png") 2x) 40px 80px, auto; }

.no-touch .fancybox-next {
  right: 0;
  cursor: url("assets/images/cursor-right-arrow.png"), auto;
  cursor: -webkit-image-set(url("assets/images/cursor-right-arrow.png") 1x, url("asset/simages/cursor-right-arrow-2x.png") 2x) 40px 80px, auto; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
  display: none !important; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
  display: none !important; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(255, 255, 255, 0.9); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #112357;
  background: rgba(0, 0, 0, 0.8); }

/*--------------------------------------------------------------
16.3 LiquidSlider
--------------------------------------------------------------*/
/*
 *  Liquid Slider v2
 *  Copyright 2012 Kevin Batdorf
 *  http://liquidslider.com
 *  MIT license
 */
.no-js .liquid-slider {
  height: 350px;
  overflow: scroll; }

.ls-preloader {
  background: url(../images/loading.gif) #f2f2f2 no-repeat center 50%;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

/*** Containers ***/
.ls-wrapper {
  clear: both;
  overflow: auto;
  position: relative;
  margin: 0px auto; }

.liquid-slider {
  background: #fff;
  width: 90px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative; }

.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px; }

.ls-responsive .liquid-slider {
  width: 100%;
  margin: 0; }

.panel-container {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

.liquid-slider .panel-container .fade {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block; }

/*** Panels ***/
.liquid-slider .ls-panel {
  width: 980px;
  display: block;
  float: left; }

.ls-panel-inner {
  padding: 12px 20px 20px 1px; }

.ls-panel-inner h2 {
  display: none; }

.ls-panel-inner p {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 300; }

.panel-wrapper {
  padding: 0px 0px;
  position: relative; }

/*** Tabbed Navigation ***/
.ls-nav {
  overflow: hidden;
  clear: both; }

.ls-nav a {
  display: block;
  color: #E97C04;
  position: relative;
  margin: 0px 17px;
  padding: 10px 0px;
  outline: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 1px; }

.ls-nav li:first-child a {
  margin-left: 0px; }

.ls-nav a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  background: #9defb4;
  transition: all .3s ease 0s; }

.no-touch .ls-nav a:hover {
  text-shadow: none; }

.ls-nav a:hover {
  color: #FFF073; }

.ls-nav .current a {
  color: #FFF073; }

.currentCrossLink {
  font-weight: bold; }

.ls-nav ul {
  background: #fff;
  text-align: left;
  padding: 0;
  clear: both;
  display: block;
  margin: 0px auto 40px auto;
  border-bottom: 1px solid #FFF073;
  overflow: hidden;
  width: 100%; }

.ls-nav ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.ls-nav ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1px;
  height: 100%;
  background: #FFF073; }

.ls-nav ul li:last-child:after {
  display: none; }

.ls-nav ul li a {
  display: block;
  float: left;
  text-decoration: none; }

/*** Mobile Navigation ***/
.ls-select-box {
  width: 100%;
  height: 50px;
  overflow: hidden;
  background: url(assets/images/ls-menu.png) no-repeat right 20px center #E97C04;
  background-size: 33px 33px;
  margin-bottom: 20px;
  padding-left: 14px; }

.ls-select-box select {
  color: #fff;
  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 5px 0px 0px 0px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  height: 50px;
  cursor: pointer;
  outline: 0; }

/*** Arrow Navigation (non-graphical) ***/
.ls-nav-left, .ls-nav-right {
  top: 0;
  float: left;
  clear: both; }

.ls-nav-left a, .ls-nav-right a {
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  display: block;
  text-align: center;
  text-decoration: none; }

.ls-responsive .ls-nav-left {
  position: absolute;
  left: 0;
  z-index: 2; }

.ls-responsive .ls-nav-left a {
  background: #9A9A9A;
  width: 80px; }

.ls-responsive .ls-nav-left a:hover {
  background: #747474; }

.ls-responsive .ls-nav-right {
  position: absolute;
  right: 0;
  z-index: 2; }

.ls-responsive .ls-nav-right a {
  background: #9A9A9A;
  width: 80px; }

.ls-responsive .ls-nav-right a:hover {
  background: #747474; }

/* Responsive Styles */
@media screen and (min-width: 768px) {
  .ls-panel-inner {
    padding: 20px 20px 40px 1px; }

  .ls-panel-inner p {
    font-size: 22px; }

  .ls-nav a {
    font-size: 19px;
    letter-spacing: 2px; }

  .ls-panel-inner h6 {
    font-size: 16px; } }
@media screen and (min-width: 1024px) {
  .ls-nav a {
    display: block;
    position: relative;
    margin: 0px 20px;
    padding: 10px 0px;
    outline: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px; }

  .ls-panel-inner p {
    font-size: 16px; }

  .ls-panel-inner h6 {
    font-size: 14px; } }
@media screen and (min-width: 1300px) {
  .ls-nav a {
    display: block;
    position: relative;
    margin: 0px 16px;
    padding: 10px 0px;
    outline: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px; }

  .ls-panel-inner p {
    font-size: 18px; }

  .ls-panel-inner h6 {
    font-size: 14px; } }
@media screen and (min-width: 1500px) {
  .ls-nav a {
    display: block;
    position: relative;
    margin: 0px 24px;
    padding: 10px 0px;
    outline: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px; }

  .ls-panel-inner p {
    font-size: 22px; }

  .ls-panel-inner h6 {
    font-size: 16px; } }
/*--------------------------------------------------------------
16.4 StickMe
--------------------------------------------------------------*/
.stickme-holder {
  transition: opacity .3s ease 0s; }

.stickme-holder.fadeOut {
  opacity: 0; }

/* Phone Landscape */
@media screen and (min-width: 480px) {
  /* Typography */
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 14px;
    font-size: 0.875rem; }

  /* Fix image alignment */
  img.alignleft {
    float: left;
    margin-right: 1.5em; }

  img.alignright {
    float: right;
    margin-left: 1.5em; }

  /* Blog Index, Archive, Search */
  .taxonomy-description {
    font-size: 14px;
    font-size: 0.875rem; }

  /* Site Footer */
  .site-footer {
    font-size: 16px;
    font-size: 1rem; }

  /* Gallery Columns */
  .gallery-item {
    max-width: 25%; }

  .gallery-columns-1 .gallery-item {
    max-width: 100%; }

  .gallery-columns-2 .gallery-item {
    max-width: 50%; }

  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }

  .gallery-columns-4 .gallery-item {
    max-width: 25%; } }
/* Tablet Portrait */
@media screen and (min-width: 768px) {
  /* Typography */
  .has-sidebar:not(.error404) #primary {
    float: left;
    width: 58%; }

  .has-sidebar #secondary {
    float: right;
    padding-top: 0;
    width: 36%; }

  .error404 #primary {
    float: none; }

  .error404 .page-content {
    padding-bottom: 9em; } }
/* Tablet Landscape and Wider */
@media screen and (min-width: 1264px) {
  .has-sidebar .entry-content blockquote.alignleft {
    margin-left: -20%; }

  .blog:not(.has-sidebar) .entry-content blockquote.alignright,
  .archive:not(.has-sidebar) .entry-content blockquote.alignright,
  .page-two-column .entry-content blockquote.alignright,
  .healthmeans-front-page .entry-content blockquote.alignright {
    margin-right: -20%; } }
@media screen and (max-width: 48.875em) and (min-width: 48em) {
  .admin-bar .site-navigation-fixed.site-header,
  .admin-bar .site-navigation-hidden.site-header {
    top: 46px; } }
/*--------------------------------------------------------------
21.0 Print
--------------------------------------------------------------*/
@media print {
  /* Hide elements */
  form,
  button,
  input,
  select,
  textarea,
  .site-header,
  .social-navigation,
  #secondary,
  .content-bottom-widgets,
  .header-image,
  .panel-image-prop,
  .icon-thumb-tack,
  .page-links,
  .edit-link,
  .post-navigation,
  .pagination.navigation,
  .comments-pagination,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link,
  .site-footer aside.widget-area,
  .site-info {
    display: none !important; }

  .entry-footer,
  #comments,
  .site-footer,
  .single-featured-image-header {
    border: 0; }

  /* Font sizes */
  body {
    font-size: 12pt; }

  h1 {
    font-size: 24pt; }

  h2 {
    font-size: 22pt; }

  h3 {
    font-size: 17pt; }

  h4 {
    font-size: 12pt; }

  h5 {
    font-size: 11pt; }

  h6 {
    font-size: 12pt; }

  .page .panel-content .page-title,
  body.page:not(.healthmeans-front-page) .page-title {
    font-size: 10pt; }

  /* Site Branding */
  .site-header {
    background: transparent;
    padding: 0; }

  .custom-header-media {
    padding: 0; }

  .healthmeans-front-page.has-header-image .site-branding,
  .healthmeans-front-page.has-header-video .site-branding,
  .home.blog.has-header-image .site-branding,
  .home.blog.has-header-video .site-branding {
    position: relative; }

  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em !important;
    /* override styles added by JavaScript */ }

  .site-title {
    font-size: 25pt; }

  .site-description {
    font-size: 12pt;
    opacity: 1; }

  /* Posts */
  .single-featured-image-header {
    background: transparent; }

  .entry-meta {
    font-size: 9pt; }

  /* Colors */
  body,
  .site {
    background: none !important;
    /* Brute force since user agents all print differently. */ }

  body,
  a,
  .site-title a,
  .healthmeans-front-page.has-header-image .site-title,
  .healthmeans-front-page.has-header-video .site-title,
  .healthmeans-front-page.has-header-image .site-title a,
  .healthmeans-front-page.has-header-video .site-title a {
    color: #222 !important;
    /* Make sure color schemes don't affect to print */ }

  h2,
  h5,
  blockquote,
  .site-description,
  .healthmeans-front-page.has-header-image .site-description,
  .healthmeans-front-page.has-header-video .site-description,
  .entry-meta,
  .entry-meta a {
    color: #777 !important;
    /* Make sure color schemes don't affect to print */ }

  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 11pt;
    width: 34%; }

  .site-footer {
    padding: 0; } }
