﻿/**
* Theme Name: 
* Theme URI: 
* Author: My Brother Darryl
* Author URI: http://www.mybrotherdarryl.com
* Version: 0.0.1
* License: Attribution-NonCommercial-NoDerivatives 4.0 International
*  
* This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
*/
/*--------------------------------
RESET CLASSES
--------------------------------*/
/*--------------------------------
VARIABLES
--------------------------------*/
/************ CONTAINER DEBUGGER *************/
/* {
    outline: 1px solid red;
}*/
/************** COLORS ******************************/
/**FORM COLORS**/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
.black {
  color: #000000;
}

.white {
  color: white;
}

.warning {
  color: #cc0000;
}

.grey {
  color: #4c4c4c;
}

.rblue {
  color: #26539C;
}

.orange {
  color: #D88000;
}

.dkgrey {
  color: #222222;
}

.dkgreybkg {
  background-color: #222222;
}

/************** FONTS ******************************/
.primaryfont {
  font-family: "Roboto", sans-serif;
}

.secondaryfont {
  font-family: "Nunito Sans", sans-serif;
}

.thirdfont {
  font-family: "Nunito Sans", sans-serif;
}

.fontWeightLt, .fw-light {
  font-weight: 200;
}

.fontWeightReg, .fw-reg {
  font-weight: 400;
}

.fontWeightMed, .fw-med {
  font-weight: 500;
}

.fontWeightSemiBold, .fw-semibold {
  font-weight: 600;
}

.fontWeightBold, .fw-bold {
  font-weight: 700;
}

.fontWeightExtraBold, .fw-exbold {
  font-weight: 800;
}

.fontWeightBlack, .fw-black {
  font-weight: 900;
}

.fs-38 {
  font-size: 2.375rem;
}
@media screen and (max-width: 768px) {
  .fs-38 {
    font-size: 2rem;
  }
}

.fs-37 {
  font-size: 2.313rem;
}
@media screen and (max-width: 768px) {
  .fs-37 {
    font-size: 1.6rem;
  }
}

.fs-25 {
  font-size: 1.563rem;
}
@media screen and (max-width: 768px) and (min-width: 577px) {
  .fs-25 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 576px) {
  .fs-25 {
    font-size: 1.04rem;
    line-height: 1.5;
  }
}

.fs-18 {
  font-size: 1.125rem;
}
@media screen and (max-width: 576px) {
  .fs-18 {
    font-size: 1.04rem;
  }
}

.fs-15 {
  font-size: 0.938rem;
}

label .nbh {
  position: relative;
  top: -0.15rem;
}

/************** DEVICE BREAKS ******************************/
/************************************/
/*
    Use by calling:
    @include respond-to('small') {...

    Result:
    @media (min-width: 767px) {.....
*/
/************************************/
/************************************/
/*Device Break Mixin setup*/
/*
    Use by calling:
    @include min-width(768) {
        display: flex;
    }
*/
/************************************/
@media screen and (min-width: 769px) {
  .retna, .dsktp {
    display: block;
  }
  .regsize, .mble {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .retna, .dsktp {
    display: none;
  }
  .regsize, .mble {
    display: block;
  }
}
/**************** PADDING ***************/
.pl-40 {
  padding-left: 40px;
}

sup {
  font-size: 65%;
}

@media screen and (max-width: 576px) {
  .hideonsmall {
    display: none;
  }
  .showonsmall {
    display: inline;
  }
}
@media screen and (min-width: 577px) {
  .hideonsmall {
    display: inline;
  }
  .showonsmall {
    display: none;
  }
}
/************ list inset with no bullets *********/
.inset-1 {
  display: block;
  margin-left: 2rem;
}

.inset-2 {
  display: block;
  margin-left: 4rem;
}

.nobull {
  list-style: none !important;
}

/*--------------------------------
PRIMARY LAYOUT STYLES
--------------------------------*/
*, *::after, *::before {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.8rem;
  font-family: "Nunito Sans", sans-serif;
}
body p {
  font-size: 16px;
  line-height: 1.8rem;
  font-family: "Nunito Sans", sans-serif;
  color: #222222;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Roboto", sans-serif;
  color: #222222;
}

a {
  cursor: pointer;
  color: #222222;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #26539C;
  text-decoration: none;
  border-bottom: 2px solid #26539C;
}
a.no-underline {
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover, a.underline:focus {
  color: #26539C;
  text-decoration: none;
  border: 2px solid #26539C;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

.arialivebutton {
  background-color: green;
  border: 2px solid green;
  border-radius: 7px;
  color: white;
}
.arialivebutton:focus, .arialivebutton:hover {
  background-color: blue;
  border: 2px solid blue;
  color: white;
}

.note-editor.note-airframe .note-editing-area .note-editable {
  min-height: 100px;
}

/*--------------------------------
COOP Pre-Header style
--------------------------------*/
.preheader {
  background-color: #494949;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .preheader {
    height: 54px;
  }
}
.preheader ul, .preheader li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.preheader .menuright ul {
  text-align: right;
}
.preheader .menuright ul li {
  margin-right: 0;
}
.preheader li {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}
.preheader .col-sm-4 li {
  margin: 0;
}
.preheader a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0);
  line-height: 50px;
  padding: 5px;
}
.preheader a .nbh {
  top: -0.1rem;
}
.preheader a.header-nav-trigger:focus {
  border: 0px solid white;
}
.preheader a:focus {
  border: 1px solid white;
}
.preheader a:focus.using-mouse {
  border: 0px solid transparent;
}
@media (min-width: 1200px) {
  .preheader a {
    font-size: 15px;
    margin-right: 25px;
  }
  .preheader a.last {
    margin-right: 0px !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .preheader a {
    font-size: 14px;
    margin-right: 15px;
  }
}
@media (max-width: 991.5px) and (min-width: 768px) {
  .preheader a {
    font-size: 11px;
    margin-right: 12px;
  }
}
@media (max-width: 768px) {
  .preheader a {
    font-size: 22px;
    margin-right: 0px;
  }
}
.preheader .header-nav-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 54px;
  width: 54px;
  background-color: transparent;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.9s;
  -moz-transition: -moz-transform 0.9s;
  transition: transform 0.9s;
  display: none;
  z-index: 1001;
}
@media screen and (max-width: 991px) {
  .preheader .header-nav-trigger {
    display: block;
  }
}
.preheader .header-nav-trigger .header-nav-icon {
  position: absolute;
  /*@include center;*/
  width: 22px;
  height: 2px;
  background-color: #ffffff;
}
.preheader .header-nav-trigger .header-nav-icon::before, .preheader .header-nav-trigger .header-nav-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}
.preheader .header-nav-trigger .header-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.preheader .header-nav-trigger .header-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.preheader .header-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}
.nav-is-open .preheader .header-nav-trigger {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.nav-is-open .preheader .header-nav-trigger .header-nav-icon::after,
.nav-is-open .preheader .header-nav-trigger .header-nav-icon::before {
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s 0.5s, width 0.5s 0.5s;
  -moz-transition: -moz-transform 0.5s 0.5s, width 0.5s 0.5s;
  transition: transform 0.5s 0.5s, width 0.5s 0.5s;
}
.nav-is-open .preheader .header-nav-trigger .header-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-is-open .preheader .header-nav-trigger .header-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/**** FIX HEADER IN IE - PUSHES TEXT DOWN EVEN THOUGH THERE'S A NEGATIVE MARGIN ******/
.no-float-ie-fix {
  float: none !important;
}

/********************************
******* COOP Header Nav *********
********************************/
.nav-primary {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nav-primary .nav {
  position: relative;
}
.nav-primary .nav ul, .nav-primary .nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 0px !important;
}
.nav-primary .nav ul .nbh, .nav-primary .nav li .nbh {
  position: relative;
  top: -0.1em;
  padding-left: 0px !important;
  font-family: "Roboto", sans-serif;
}
.nav-primary .nav ul {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-left: 90px;
  padding: 0;
  max-width: 100%;
  height: 60px;
  background: rgba(50, 62, 72, 0.5);
  overflow: hidden;
  text-align: center;
  word-spacing: -0.26em;
  font-size: 0;
  text-align: right;
}
.nav-primary .nav li {
  margin: 0;
  padding: 0;
  display: inline-block;
  word-spacing: 0;
  margin-left: 25px;
  margin-right: 25px;
}
.nav-primary .nav img {
  position: relative;
  z-index: 100;
}
.nav-primary .nav a {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 60px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 6px solid transparent;
}
.nav-primary .nav a:hover, .nav-primary .nav a:active, .nav-primary .nav a:focus {
  border-bottom-color: #323e48;
  color: #ffffff;
}
.nav-primary .nav a.active {
  border-bottom-color: #323e48;
}

/*--------------------------------
HEADER
--------------------------------*/
header {
  margin-bottom: 100px;
  background-color: #26539C;
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  header {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  header {
    margin-bottom: 40px;
  }
}
header .pattern {
  height: 61px;
  width: 100%;
  background-image: url(../images/pattern.svg);
  background-repeat: repeat-x;
  background-size: auto 61px;
  background-position: left top;
}
@media screen and (max-width: 767px) {
  header .pattern {
    height: 31px;
    background-size: auto 31px;
  }
}
header .contestlockup {
  /*@media screen and (min-width: 992px) {
      background-image: url(../../images/header-bkg-1920x625.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      padding: 25px 0 25px 0;
  }

  @media screen and (max-width: 991px) {
      background-image: url(../../images/header-bkg-1920x625.svg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      padding: 25px 0 0 0;
  }*/
}
header .contestlockup .headerFullWidth {
  width: 100%;
  height: auto;
}
header .contestlockup .enterlockup {
  padding: 50px 0 50px 0;
}
@media screen and (max-width: 768px) {
  header .contestlockup .enterlockup {
    padding-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------
FOOTER
--------------------------------*/
.footer {
  margin-top: 135px;
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  .footer {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 40px;
  }
}
.footer .brand-footer {
  display: block;
  max-width: 270px;
  padding: 16px 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .footer .brand-footer {
    max-width: 40%;
  }
}
.footer .copyright-wrapper {
  color: #222222;
  font-size: 0.938rem;
  line-height: 1.2rem;
}
.footer .copyright-wrapper .container {
  padding-top: 11px;
  padding-bottom: 44px;
}
.footer .copyright-wrapper a {
  color: #222222;
  text-decoration: underline;
}
.footer .copyright-wrapper a:hover, .footer .copyright-wrapper a:focus {
  color: #26539C;
  text-decoration: none;
  border-bottom: 2px solid #26539C;
}

.nav-container {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}
.nav-container .nav-wrapper {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 54px 0 40px 0;
  background-color: #494949;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.nav-container .nav-wrapper ul, .nav-container .nav-wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.nav-container .nav-wrapper li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-container .nav-wrapper li:first-of-type {
  border-top: none;
}
.nav-container .nav-wrapper li a {
  color: #ffffff;
  text-decoration: none;
}
.nav-is-open .nav-container {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.nav-is-open .nav-container .nav-wrapper {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transform: transition(transform 0.5s);
  -moz-transform: transition(transform 0.5s);
  -ms-transform: transition(transform 0.5s);
  -o-transform: transition(transform 0.5s);
  transform: transition(transform 0.5s);
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

/*--------------------------------
MOBILE MENU STYLES
--------------------------------*/
@media screen and (min-width: 992px) {
  .nav-container {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.7s;
    -moz-transition: visibility 0s 0.7s;
    transition: visibility 0s 0.7s;
  }
}
@media screen and (max-width: 991px) {
  .preheader .desktop-menu {
    display: none;
  }
  .preheader .header-nav-trigger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 54px;
    width: 54px;
    background-color: transparent;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: -webkit-transform 0.9s;
    -moz-transition: -moz-transform 0.9s;
    transition: transform 0.9s;
    z-index: 1001;
  }
  .preheader .header-nav-trigger .header-nav-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 22px;
    height: 2px;
    transition: background-color 0.5s ease;
    background-color: white;
  }
  .preheader .header-nav-trigger .header-nav-icon::before, .preheader .header-nav-trigger .header-nav-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
    -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
    transition: transform 0.5s, width 0.5s, top 0.3s;
  }
  .preheader .header-nav-trigger .header-nav-icon::before {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .preheader .header-nav-trigger .header-nav-icon::after {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  .preheader a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1em;
  }
  .nav-container {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.7s;
    -moz-transition: visibility 0s 0.7s;
    transition: visibility 0s 0.7s;
  }
  .nav-container .nav-wrapper {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 120px 0 40px 0;
    background-color: #4c4c4c;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  }
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .nav-container .nav-wrapper {
    padding: 75px 0 40px 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .nav-container .nav-wrapper {
    padding: 120px 0 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .nav-container .nav-wrapper ul, .nav-container .nav-wrapper li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    font-family: "Roboto", sans-serif;
  }
  .nav-container .nav-wrapper .nav-menu li {
    padding: 0 5%;
    margin: 0 0;
    text-transform: uppercase;
    display: block;
    border-top: 1px solid white;
  }
  .nav-container .nav-wrapper .nav-menu li:nth-child(1), .nav-container .nav-wrapper .nav-menu li:nth-child(2), .nav-container .nav-wrapper .nav-menu li:nth-child(3), .nav-container .nav-wrapper .nav-menu li:nth-child(4), .nav-container .nav-wrapper .nav-menu li:nth-child(5), .nav-container .nav-wrapper .nav-menu li:nth-child(6), .nav-container .nav-wrapper .nav-menu li:nth-child(7), .nav-container .nav-wrapper .nav-menu li:nth-child(8) {
    font-size: 19px;
    line-height: 40px;
  }
  .nav-container .nav-wrapper .nav-menu li:first-of-type {
    border-top: none;
  }
  .nav-container .nav-wrapper .nav-menu li a {
    color: #ffffff;
    text-decoration: none;
  }
  .nav-container .nav-wrapper .nav-menu li a:focus, .nav-container .nav-wrapper .nav-menu li a:hover {
    text-decoration: none;
    border-bottom: 0px;
    font-weight: bold;
  }
  .nav-is-open .preheader .header-nav-trigger {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .nav-is-open .preheader .header-nav-trigger .header-nav-icon {
    background-color: white;
    transition: background-color 0.5s ease;
  }
  .nav-is-open .preheader .header-nav-trigger .header-nav-icon::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50%;
    transform-origin: right top;
    transition: transform 0.5s 0.5s, width 0.5s 0.5s;
  }
  .nav-is-open .preheader .header-nav-trigger .header-nav-icon::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 50%;
    transform-origin: right bottom;
    transition: transform 0.5s 0.5s, width 0.5s 0.5s;
  }
  .nav-is-open .nav-container {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
  .nav-is-open .nav-container .nav-wrapper {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform: transition(transform 0.5s);
    -moz-transform: transition(transform 0.5s);
    -ms-transform: transition(transform 0.5s);
    -o-transform: transition(transform 0.5s);
    transform: transition(transform 0.5s);
    -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.7);
  }
}
@media screen and (min-width: 992px) {
  .preheader .desktop-menu {
    display: block;
  }
  .preheader .header-nav-trigger {
    display: none;
  }
}
/*--------------------------------
SKIP NAVIGATION
--------------------------------*/
.skipnav {
  text-align: left;
}

.skipnav a {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 10px 20px;
  text-decoration: none;
  color: white !important;
  font-size: 20px;
}

.skipnav a:focus, .skipnav a:active {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000000;
  width: auto;
  height: auto;
  overflow: visible;
  text-decoration: underline;
  background-color: black;
  color: white;
  font-size: 20px;
}

.modal-header {
  border-bottom: 2px solid #d4d4d4;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.15);
}

.modal-body li {
  padding-bottom: 30px;
}

/*********FORM CLASSES************/
/*--------------------------------
FORM GENERAL SETTINGS
--------------------------------*/
.form-control {
  color: black !important;
}
.form-control:focus {
  color: black !important;
  border-color: #4c4c4c;
}

fieldset {
  margin: 0;
  margin-bottom: 44px;
  padding: 0;
  padding: 11px 33px;
  border: 1px solid #737373;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  fieldset.paddingLeftRight-xxl {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media (max-width: 380px) {
  fieldset {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.mbd-label-sub {
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

.form-group {
  margin-bottom: 15px;
}
.has-error .form-group {
  margin-bottom: 0;
}

.form-group-default {
  background-color: white;
  position: relative;
  border: 0px;
  border-radius: 5px;
  border: 2px solid #737373;
  padding-top: 7px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  /*overflow: hidden;*/
  width: 100%;
  transition: background-color 0.2s ease;
}
.form-group-default:focus-within, .form-group-default.focussed {
  border: 2px solid black !important;
  outline: 1px solid;
}
.form-group-default.required:not(.hiddenoutline)::after {
  z-index: 1;
  color: #737373;
  content: "*";
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
}
.form-group-default label {
  margin: 0;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease;
  color: #737373;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}
.form-group-default label:not(.error) {
  font-size: 15px;
  font-weight: 400;
}
.form-group-default .form-control {
  border: 0;
  height: 25px;
  min-height: 25px;
  padding: 0px;
  margin-top: -2px;
  background: 0 0;
  outline: 0;
}
@media screen and (max-width: 991px) {
  .form-group-default .form-control {
    height: 35px;
  }
}
.form-group-default .form-control option {
  height: 30px;
}

.focussed {
  border: 2px solid #4c4c4c !important;
}

fieldset.form-group-default {
  border: none !important;
  padding-left: 0px !important;
}
fieldset.form-group-default legend {
  margin: 0;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease;
  color: #737373;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}
fieldset.form-group-default legend:not(.error) {
  font-size: 15px;
  font-weight: 400;
}

.form-control {
  background-color: white;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-family: arial, helvetica, sans-serif;
  -webkit-appearance: none;
  color: #4c4c4c;
  outline: 0;
  height: 35px;
  padding: 9px 12px;
  line-height: normal;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  min-height: 35px;
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}
@media screen and (max-width: 991px) {
  .form-control {
    font-size: 16px !important;
  }
}
.has-success .form-control, .has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.help-block {
  background: white;
  border-radius: 0 0 2px 2px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  padding-top: 4px;
  padding-left: 12px;
  padding-bottom: 10px;
}
.has-error .help-block {
  color: #cc0000;
  border: 1px solid #cc0000;
  border-top: none;
  background-color: #cc0000;
  margin-bottom: 10px;
}

.inputhelper {
  font-size: 12px;
  padding: 5px 0 0px 13px;
  margin: -15px 0px 15px 0;
  color: #737373;
  line-height: 1rem;
}

/*--------------------------------
FORM BUTTONS
--------------------------------*/
.button {
  position: relative;
  display: inline-block;
  background-color: #26539C;
  border: none;
  border-radius: 5px;
  color: black;
  cursor: pointer;
  line-height: 1.16;
  outline: none;
  overflow: hidden;
  -webkit-transition-duration: 0.3s; /* Safari */
  transition-duration: 0.3s;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
}
.button:hover, .button:active, .button:focus {
  background-color: #4c4c4c;
  text-decoration: none;
  transition: all 0.3s;
}
.button .fa, .button .fas {
  /*background-image: url(scss/spinner-solid.svg);
  background-size: 25px 25px;
  background-position: center center;
  background-repeat: no-repeat;*/
}
.button .spinner {
  margin-top: -5px;
  padding-right: 15px;
}
.button .spinner img {
  -webkit-animation: rotation 2s infinite linear;
  vertical-align: unset;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

.submit-button {
  background: #26539C 0% 0% no-repeat padding-box;
  border-radius: 0;
  border: 2px solid #26539C;
  opacity: 1;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto Condensed", Roboto, sans-serif;
  font-size: 38px;
  line-height: 64px;
  letter-spacing: 0px;
  color: white;
  opacity: 1;
  text-transform: uppercase;
  -webkit-transition-duration: 0.3s; /* Safari */
  transition-duration: 0.3s;
  width: 330px;
}
@media screen and (max-width: 576px) {
  .submit-button {
    font-size: 30px;
  }
}
.submit-button:hover, .submit-button:focus {
  background-color: white;
  color: #26539C;
  text-decoration: none;
  border: 2px solid #26539C;
}
.submit-button .spinner {
  margin-top: -5px;
  padding-right: 15px;
}
.submit-button .spinner img {
  -webkit-animation: rotation 2s infinite linear;
  vertical-align: unset;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

/********** email validation re-submit button ************/
#btnSubmitResend {
  padding: 0px;
  border: 0px;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
  border-radius: 0px;
}
#btnSubmitResend:hover, #btnSubmitResend:focus {
  text-decoration: none;
  border-bottom: 2px solid black;
  margin-bottom: -2px;
}

/*--------------------------------
FORM CHECKBOXES
--------------------------------*/
input[type=checkbox],
input[type=checkbox]:focus,
.has-success input[type=checkbox]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.checkbox {
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 0;
  padding-left: 0;
}
.checkbox:focus-within label::before {
  border: 2px solid black !important;
  outline: 1px solid;
}
.checkbox .help-block {
  background-color: transparent;
  padding: 0;
}
.checkbox.has-error .help-block {
  border: none;
  background-color: transparent;
  font-size: 14px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .checkbox.has-error .help-block {
    padding-left: 12px;
  }
}
.checkbox input[type=checkbox] {
  position: absolute;
  left: -999em;
  opacity: 1;
}
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
  min-width: 17px;
  min-height: 17px;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #4c4c4c;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
@media screen and (max-width: 767px) {
  .checkbox label {
    font-size: 16px;
    line-height: 1.6;
  }
}
.checkbox label::before {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  top: 1.4px;
  border-radius: 5px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  border: 2px solid #737373;
}
.checkbox label::after {
  border-radius: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.5px;
  top: 0;
  font-size: 11px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox input[type=checkbox]:checked + label::before {
  border-color: #737373;
  /*border-width: 12px;*/
  background-color: #737373;
}
.checkbox input[type=checkbox]:not(:checked):focus ~ label::before {
  border: 2px solid #737373 !important;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  background-image: url(../images/mbd-icon-checkbox.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  position: absolute;
  display: block;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  z-index: 49;
  left: 0.5px;
  top: 2px;
  margin-top: 0px;
  width: 24px;
  height: 24px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .checkbox input[type=checkbox]:checked + label::after {
    left: 0px;
    top: 2px;
    background-size: 22px 22px;
  }
}

.text-danger.checkbox-error {
  margin-top: -15px;
  padding-bottom: 15px;
  max-width: 88%;
}

.multi-checkbox {
  margin-bottom: 0px;
  margin-top: 5px;
  min-height: 0;
  padding-left: 0;
}
.multi-checkbox .sgl-checkbox {
  margin-bottom: 10px;
}
.multi-checkbox input[type=checkbox] {
  position: absolute;
  left: -999em;
  opacity: 1;
}
.multi-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  min-width: 17px;
  min-height: 17px;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #ffffff;
}
.multi-checkbox label::before {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  background-color: white;
  border: 1px solid #4c4c4c;
}
.multi-checkbox label {
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.multi-checkbox label::before {
  top: 1.4px;
  border-radius: 3px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.multi-checkbox label::after {
  border-radius: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.5px;
  top: 0;
  font-size: 11px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.multi-checkbox input[type=checkbox]:checked + label::before {
  border-color: #ffffff;
  border-width: 8.5px;
}
.multi-checkbox input[type=checkbox]:checked + label::after {
  content: "";
  background-image: url(../images/mbd-icon-checkbox.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  position: absolute;
  display: block;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  z-index: 49;
  left: 0.5px;
  top: 2px;
  margin-top: 0px;
  width: 16px;
  height: 16px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .multi-checkbox input[type=checkbox]:checked + label::after {
    left: 0px;
    top: 2px;
    background-size: 20px 20px;
  }
}
.multi-checkbox.has-error input[type=checkbox] + label::before {
  border-color: #cc0000;
  background-color: #cc0000;
}

/*--------------------------------
FORM RADIO
--------------------------------*/
input[type=radio],
input[type=radio]:focus,
.has-success input[type=radio]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.radio-group-label {
  font-size: 15px;
  font-weight: 400;
  transition: opacity 0.2s ease;
  margin: 0px;
  color: #737373;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5rem;
  margin-bottom: 7px;
}

.has-error .radio-group-label {
  color: black;
}

.radio-group-Container {
  min-height: 25px;
  height: 30px;
  margin-top: 0px;
  padding: 0 30px 0 10px;
}
@media screen and (max-width: 992px) {
  .radio-group-Container {
    display: flex;
    justify-content: space-between;
  }
  .radio-group-Container.noSmallscreenJustify {
    justify-content: start;
  }
  .radio-group-Container.noSmallscreenJustify .form-check {
    padding-right: 20px;
  }
}

.radio {
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 0;
  padding-left: 0;
}
.radio:focus-within label::before {
  outline: -webkit-focus-ring-color auto 1px;
}
.radio .help-block {
  background-color: transparent;
  padding: 0;
}
.radio.has-error .help-block {
  border: none;
  background-color: transparent;
  font-size: 14px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .radio.has-error .help-block {
    padding-left: 12px;
  }
}
.radio input[type=radio] {
  position: absolute;
  left: -999em;
  opacity: 1;
}
.radio input[type=radio]:checked + label::before {
  border-color: #ffffff;
  border-width: 12px;
}
.radio input[type=radio]:checked + label::after {
  content: "";
  background-image: url("images/mbd-icon-checkbox.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  position: absolute;
  display: block;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  z-index: 49;
  left: 0.5px;
  top: 2px;
  margin-top: 0px;
  width: 24px;
  height: 24px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .radio input[type=radio]:checked + label::after {
    left: 0px;
    top: 2px;
    background-size: 12px 12px;
  }
}
.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
  min-width: 17px;
  min-height: 17px;
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
@media screen and (max-width: 767px) {
  .radio label {
    font-size: 16px;
    line-height: 1.6;
  }
}
.radio label::before {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  top: 1.4px;
  border-radius: 5px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  border: 2px solid #4c4c4c;
}
.radio label::after {
  border-radius: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.5px;
  top: 0;
  font-size: 11px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

/*********************************************
***** FORMCHECK ACCESSIBLE RADIO GROUP *******
*********************************************/
.form-check input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 3px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  padding: 0;
}
.form-check input[type=radio]:checked + label:before {
  border-color: #737373; /***** CHANGE COLOR ******/
  border-width: 7px;
}
.form-check input[type=radio]:focus + label:before, .form-check input[type=radio]:focus-within + label:before, .form-check input[type=radio]:active + label:before {
  border-color: #737373; /***** CHANGE COLOR ******/
  border-width: 7px;
}
.form-check label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  min-width: 20px;
  min-height: 20px;
  margin-bottom: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-check label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #757575;
  top: 2px;
  border-radius: 3px;
  transition: border 140ms linear 0s, color 140ms linear 0s, background-color 140ms linear 0s;
}

.form-check input[type=radio] + label:before {
  bottom: 2.5px;
  border-radius: 99px;
  -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 3rem;
}
@media screen and (max-width: 992px) {
  .form-check-inline {
    margin-right: unset;
  }
}

#datepicker {
  margin: 0;
  padding: 0;
  height: 25px;
  vertical-align: bottom;
  background-image: url(images/calendar-alt-regular.svg);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 0px;
  height: 25px;
  min-height: 25px;
  padding: 0px;
  margin-top: -2px;
  width: 100%;
}

.ui-datepicker-trigger {
  margin: 2px;
  padding: 0;
  vertical-align: bottom;
}

.ui-datepicker-trigger img {
  width: 25px;
  height: 25px;
}

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

button.ui-datepicker-trigger {
  background-color: transparent !important;
  border: none !important;
  margin: auto !important;
}

button.ui-datepicker-trigger:focus,
button.ui-datepicker-trigger:hover,
button.ui-datepicker-trigger:active {
  border: none !important;
  margin: auto !important;
  outline: 2px solid #8cc63f !important;
  background-color: #fdf6e7 !important;
}

/***********************************
*********CALENDAR STYLING***********
***********************************/
.datepicker {
  max-width: 90%;
  margin-left: 0;
  margin-right: 10%;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.55);
  box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.55);
}
.datepicker .table-condensed {
  position: relative;
  padding: 0.2em 0;
}
.datepicker .table-condensed th.prev {
  display: block;
  vertical-align: middle;
  text-align: center;
}
.datepicker .table-condensed th.prev:focus, .datepicker .table-condensed th.prev:hover {
  background-color: lightblue;
}
.datepicker .table-condensed th.next {
  display: block;
  vertical-align: middle;
  text-align: center;
}
.datepicker .table-condensed th.next:focus, .datepicker .table-condensed th.next:hover {
  background-color: lightblue;
}
.datepicker .table-condensed th.datepicker-switch {
  text-align: center;
  vertical-align: middle;
}
.datepicker .table-condensed th.datepicker-switch:focus, .datepicker .table-condensed th.datepicker-switch:hover {
  background-color: lightblue;
}
.datepicker .table-condensed th.dow {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  text-align: center;
}
.datepicker .table-condensed td.day {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  text-align: center;
  color: black;
}
.datepicker .table-condensed td.day:focus, .datepicker .table-condensed td.day:hover {
  background-color: lightblue;
}
.datepicker .table-condensed td.focused.day {
  background-color: lightblue !important;
}
.datepicker .table-condensed td.old.day, .datepicker .table-condensed td.new.day {
  color: white;
  background-color: #737373;
}
.datepicker .table-condensed td.active.day {
  background-color: blue;
  color: white;
}
.datepicker .table-condensed span.month,
.datepicker .table-condensed span.year {
  display: inline-block;
  padding: 10px 15px;
}
.datepicker .table-condensed span.month:hover, .datepicker .table-condensed span.month:focus,
.datepicker .table-condensed span.year:hover,
.datepicker .table-condensed span.year:focus {
  background-color: lightblue;
}

/*--------------------------------
FORM DRAG SELECT
--------------------------------*/
.dragSelect {
  display: flex;
  align-items: stretch;
  margin-bottom: 7px;
}

.sortableGroup1,
.sortableGroup2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 47%;
  float: left;
}

.sortableGroup1 {
  margin-right: 3%;
}

.sortableGroup2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.08) !important;
}

.sortableGroup1 li {
  margin: 7px 3px 7px 3px;
  padding: 0.4em 25px 0.4em 0.4em;
  padding-left: 10px;
  font-size: 14px;
  cursor: grab;
  display: block;
}

.sortableGroup2 li {
  margin: 7px 3px 7px 3px;
  padding: 0.4em 15px 0.4em 0.4em;
  padding-left: 2.5em;
  font-size: 14px;
  cursor: grab;
  display: block;
}

.sortableGroup1 li span {
  float: right;
  margin-top: 5px;
  margin-right: -20px;
}

.sortableGroup1 li.ui-state-default,
.sortableGroup2 li.ui-state-default {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 4px;
  background: #fff !important;
  font-weight: normal;
  color: #58585A;
  transition: opacity 0.2s ease;
}

.sortableGroup1 li.ui-state-default:hover,
.sortableGroup1 li.ui-state-default:active,
.sortableGroup2 li.ui-state-default:hover,
.sortableGroup2 li.ui-state-default:active {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 4px;
  background: #f1f1f1 !important;
  font-weight: normal;
  color: #333 !important;
  transition: opacity 0.2s ease;
}

.sortableGroup2 .ui-icon, .ui-widget-content .ui-icon {
  background-image: url(images/mbd-icon-4arrow.svg);
  background-size: cover;
}

.sortableGroup1 .ui-icon, .ui-widget-content .ui-icon {
  background-image: url(images/mbd-icon-rghtarrow.svg);
  background-size: cover;
}

.sortableGroup2 .ui-icon-arrowthick-2-n-s {
  background-position: 0px 0px;
}

.sortableGroup1 .ui-icon-arrowthick-2-n-s {
  background-position: 0px 0px;
}

.sortableGroup2 li.ui-state-default span.ui-icon {
  position: absolute;
  margin-left: -2em;
  margin-top: 2px;
}
.sortableGroup2 li.ui-state-default span.order {
  padding-right: 10px;
  font-weight: bold;
}

/*--------------------------------
FORM ERRORS
--------------------------------*/
.has-error input:focus,
.has-error select:focus,
.has-error textarea:focus,
.has-error textarea:active,
.has-error input[type=email]:focus,
.has-error input[type=file]:focus,
.has-error input[type=tel]:focus,
.has-error input[type=text]:focus,
.has-error input[type=radio]:focus,
.has-error input[type=checkbox]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.alert {
  font-size: 16px;
}
.alert.alert-danger {
  border: 1px solid #cc0000;
  background-color: #cc0000;
  color: #cc0000;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.alert-text, .text-danger {
  color: #cc0000 !important;
  margin-top: 5px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.5rem;
}

.textarea.advanced .field-validation-error {
  padding-left: 15px !important;
}

.has-error .boxed-error {
  padding: 12px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #cc0000;
  display: block;
}

#errorTurnstile.boxed-error {
  padding: 12px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #cc0000;
  display: block;
}
#errorTurnstile.boxed-error span {
  background-image: url(../images/circle-exclamation-solid-red.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: left 0px top 5px;
  display: inline-block;
  padding: 0px 25px;
  border-radius: 5px;
}

.field-validation-error {
  display: block;
  width: 100%;
}

/********************************************** 
********* FORM GROUP DEFAULT ERRORS ***********
**********************************************/
.form-group-default.has-error {
  /*border-color: $warning;*/
  border: 1px solid #cc0000;
  /*background-color: $ltred;
  border-radius: 2px;
  font-weight: 800;*/
  color: #cc0000;
  background-color: #ffffff;
}
.form-group-default.has-error label {
  color: #000000;
}

.form-group-default.advanced {
  border-left: 1px solid #737373;
  border-top: 1px solid #737373;
  border-right: 1px solid #737373;
  border-bottom: 1px solid #737373;
  background-image: url(../../images/circle-exclamation-solid-red.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right 30px top -20px;
}
.form-group-default.advanced.has-error {
  border: 2px solid black !important;
  background-image: url(../../images/circle-exclamation-solid-red.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right 30px top 8px;
  transition: background 0.7s linear;
}
.form-group-default.advanced.has-error input {
  border-bottom: 1px solid #757575;
  border-radius: 0px;
}

.form-group-age.multiInput.has-error {
  margin-bottom: 27px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  border: 1px solid #cc0000 !important;
  transition: border-width 0.5s linear;
}
.form-group-age.multiInput.has-error .row {
  padding-left: 4px;
  padding-right: 4px;
}
.form-group-age.multiInput.has-error .row .col-sm-4 .form-group.form-group-default {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .form-group-age.multiInput.has-error .row .col-sm-4 .form-group.form-group-default {
    margin-bottom: 25px;
  }
}
.form-group-age.multiInput.has-error .row .col-sm-4:nth-of-type(3) .form-group.form-group-default {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .form-group-age.multiInput.has-error .row .col-sm-4:nth-of-type(3) .form-group.form-group-default {
    margin-bottom: 5px;
  }
}

.form-group-default:focus-within.advanced.has-error {
  border: 2px solid black !important;
}

/************************************ 
********* CHECKBOX ERRORS ***********
************************************/
.checkbox.has-error input[type=checkbox] + label::before {
  border-color: #000000;
  border-width: 3px;
}

.checkbox.has-error .field-validation-error {
  margin-left: 40px;
  margin-top: -15px;
  margin-bottom: 24px;
  width: auto !important;
}
.checkbox.has-error .field-validation-error span {
  background-image: url(../../images/circle-exclamation-solid-red.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: left 0px top 5px;
  display: inline-block;
  padding: 0px 25px;
  border-radius: 5px;
}

/********************************* 
********* RADIO ERRORS ***********
**********************************/
.radio.has-error input[type=radio] + label::before {
  border-color: #cc0000;
  background-color: #cc0000;
}

/********************************* 
********* SELECT ERRORS ***********
**********************************/
.provdropdown.has-error .text-danger {
  margin-top: 0px;
}

/********************************* 
********* FIELDSET ERRORS ***********
**********************************/
fieldset,
fieldset#ageSet {
  background: rgba(255, 255, 255, 0);
  transition: background 0.5s ease-in-out;
  padding: 0px;
}
fieldset.has-error,
fieldset#ageSet.has-error {
  background: rgb(255, 255, 255);
  padding: 7px;
  border-radius: 5px;
  border: 1px solid #cc0000 !important;
  transition: border-width 0.5s linear;
}
fieldset.has-error .form-group-default,
fieldset#ageSet.has-error .form-group-default {
  margin-bottom: 25px;
}
fieldset.has-error .row.errors,
fieldset#ageSet.has-error .row.errors {
  margin-top: -20px;
}

.error.icon {
  margin-top: -5px;
  margin-right: 5px;
}

/************************************************* 
********* STANDARD DROPDOWNS *********************
*************************************************/
select,
select:focus,
.has-success select:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

label[for=Input_Province]:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  color: white;
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 1;
  width: 10%;
  height: 100%;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

select.form-control:not([size]):not([multiple]) {
  height: 25px;
  margin-top: -2px;
  background-image: url(images/mbd-icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 0 30px 0 10px;
}
@media screen and (max-width: 991px) {
  select.form-control:not([size]):not([multiple]) {
    height: 35px;
  }
}

/************************************************* 
********* CUSTOMIZE SELECT 2 DROPDOWNS ***********
*************************************************/
.select2-container {
  height: 25px;
  margin-top: -2px;
  padding: 0 30px 0 10px;
  width: 100%;
}
.select2-container.select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid #aaa;
}
.select2-container.select2-container--default .select2-selection--single:focus-visible {
  outline: 0px !important;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: none;
  border-style: solid;
  border-width: 0;
  background-image: url(images/mbd-icon-arrow.svg);
  background-repeat: no-repeat;
  height: 15px;
  width: 18px;
  left: 0%;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  top: 0%;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -ms-transition: -ms-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}
.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: none;
  border-style: solid;
  border-width: 0;
  background-image: url(images/mbd-icon-arrow.svg);
  background-repeat: no-repeat;
  transform: rotate(180deg);
  height: 15px;
  width: 18px;
  left: 0%;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  top: 0%;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -ms-transition: -ms-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #aaa;
}

/***********************************************************
*********** MULTI SELECT DROPDOWN WITH CHECKBOXES **********
***********************************************************/
.multi-select, .multi-select-plugin {
  display: inline-block;
  position: relative;
  width: 100%;
  outline: 0px;
}
.multi-select:focus, .multi-select:focus-visible, .multi-select-plugin:focus, .multi-select-plugin:focus-visible {
  outline: 0px;
}
.multi-select > span, .multi-select-plugin > span {
  border: none;
  background: none;
  position: relative;
  display: block;
  cursor: default;
  height: 25px;
  margin-top: -2px;
  background-image: url(images/mbd-icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 0 30px 0 10px;
}
.multi-select > ul, .multi-select-plugin > ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  top: 100%;
  min-width: 100%;
  z-index: 1000;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
}
.multi-select > ul > li, .multi-select-plugin > ul > li {
  white-space: nowrap;
}
.multi-select > ul > li label input[type=checkbox], .multi-select-plugin > ul > li label input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.multi-select > ul > li.selected > label, .multi-select-plugin > ul > li.selected > label {
  background-color: #4c4c4c;
}
.multi-select > ul > li.focused > label, .multi-select-plugin > ul > li.focused > label {
  background-color: #4c4c4c;
}
.multi-select > ul > li > label, .multi-select-plugin > ul > li > label {
  padding: 0.25em 0.5em;
  display: block;
}
.multi-select > ul > li > label:focus, .multi-select > ul > li > label:hover, .multi-select-plugin > ul > li > label:focus, .multi-select-plugin > ul > li > label:hover {
  background-color: #4c4c4c;
}
.multi-select.in > ul, .multi-select-plugin.in > ul {
  display: block;
}
.multi-select-backdrop, .multi-select-plugin-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
}

/*--------------------------------
FORM TEXT INPUTS
--------------------------------*/
input,
textarea,
input[type=email],
input[type=tel],
input[type=text],
input:focus,
textarea:focus,
textarea:active,
input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
.has-success input:focus,
.has-success textarea:focus,
.has-success textarea:active,
.has-success input[type=email]:focus,
.has-success input[type=tel]:focus,
.has-success input[type=text]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.form-group-default.textarea {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.form-group-default.textarea textarea.form-control {
  border: 0px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: auto !important;
}
.form-group-default.textarea label {
  padding-left: 12px;
}

/*--------------------------------
FORM UPLOAD
--------------------------------*/
input[type=file],
input[type=file]:focus,
.has-success input[type=file]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.dropzoneContainer {
  margin-bottom: 20px;
}

.dropzone {
  display: flex;
  flex-wrap: wrap;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.dropzone .dz-message {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 100%;
}
.dropzone .dz-message .dz-button {
  font-size: 22px !important;
  font-weight: 800 !important;
  text-align: center;
  font-family: "Nunito Sans", sans-serif !important;
  color: #737373;
}
.dropzone .dz-message .dz-button:focus {
  outline: 0px;
}
.dropzone .dz-message .dz-button .uploadtxt {
  font-size: 15px !important;
}
.dropzone .dz-preview {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.dropzone .dz-preview.dz-error {
  opacity: 1;
}
.dropzone .dz-preview .dz-error-mark {
  display: none;
}
.dropzone .dz-preview .dz-error-mark svg {
  display: none;
}
.dropzone .dz-preview .dz-error-message {
  opacity: 1;
  position: unset;
  background: transparent;
  color: #cc0000;
  border-radius: unset;
  top: 0;
  text-align: center;
  padding: 20px 0 0 0;
}
.dropzone .dz-preview .dz-error-message:after {
  border: 0px;
}
.dropzone .errormessages {
  display: flex;
  width: 100%;
  min-width: 100%;
  align-self: end;
}

.fallback {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.form-group-default > .fallback > .file .form-control2 {
  width: 100%;
  cursor: pointer;
  background: white;
  height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group-default > .fallback > .file .form-control2::-ms-expand {
  display: none;
}

.upload-image {
  max-width: 10%;
  height: auto;
  padding-top: 20px;
}

.success-area {
  background-color: white;
  position: relative;
  border: 0px;
  border-radius: 5px;
  border: 2px solid #006cac;
  padding-top: 7px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  /* overflow: hidden; */
  width: 100%;
  transition: background-color 0.2s ease;
}
.success-area .fa-check-square {
  font-size: 40px;
  padding-top: 20px;
}

.form-check {
  margin-bottom: 10px;
  padding-left: 0px;
  position: relative;
}
.form-check.switch input[type=checkbox] {
  top: 1px;
  width: 28px;
  height: 18px;
  position: absolute;
  margin: 0;
  z-index: -1;
  opacity: 0;
}
.form-check.switch input[type=checkbox] + label {
  padding-left: 34px;
}
.form-check.switch input[type=checkbox] + label:before {
  cursor: pointer;
  width: 26px;
  height: 18px;
  top: 2px;
  background-image: -webkit-linear-gradient(to right, #00a46c 0%, #11b689 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%);
  background-image: -moz-linear-gradient(to right, #00a46c 0%, #11b689 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%);
  background-image: linear-gradient(to right, #00a46c 0%, #11b689 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%);
  background-size: 300%;
  background-position: right;
  border-radius: 50px;
  border: none;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  transition: background 310ms, box-shadow 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.form-check.switch input[type=checkbox] + label:after {
  transform: translateX(0%);
  background: #fff;
  top: 4px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 9px;
  box-shadow: 1px 0px 1px 0.5px rgba(0, 0, 0, 0.12), 2px 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform, box-shadow;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  position: absolute;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  overflow: hidden;
}
.form-check.switch input[type=checkbox]:checked + label:before {
  background-position: left;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
}
.form-check.switch input[type=checkbox]:checked + label:after {
  transform: translateX(calc(100% - 6px));
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.08), -3px 3px 6px rgba(0, 0, 0, 0.3);
}
.form-check.switch input[type=checkbox]:focus + label:before {
  border: 2px solid black;
}
.form-check.switch.switch-lg input[type=checkbox] {
  top: 0px;
  width: 34px;
  height: 22px;
}
.form-check.switch.switch-lg input[type=checkbox] + label {
  padding-left: 42px;
}
.form-check.switch.switch-lg input[type=checkbox] + label:before {
  width: 34px;
  height: 22px;
  top: 0px;
}
.form-check.switch.switch-lg input[type=checkbox] + label:after {
  width: 18px;
  height: 18px;
  top: 2px;
}
.form-check label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  min-width: 18px;
  min-height: 18px;
  margin-bottom: 0;
  transition: border 140ms linear 0s, color 140ms linear 0s, background-color 140ms linear 0s;
}
.form-check label:before {
  content: "";
  position: absolute;
  left: 0px;
  box-sizing: border-box;
  background-color: #fff;
}

/***********************************************
****************** SWITCH V2 *******************
***********************************************/
.form-check-v2 {
  margin-bottom: 10px;
  padding-left: 0px;
  position: relative;
}
.form-check-v2.switch input[type=checkbox] {
  top: 1px;
  width: 28px;
  height: 18px;
  position: absolute;
  margin: 0;
  z-index: -1;
  opacity: 0;
}
.form-check-v2.switch input[type=checkbox] + label {
  padding-left: 60px;
}
.form-check-v2.switch input[type=checkbox] + label:before {
  cursor: pointer;
  width: 54px;
  height: 18px;
  top: 2px;
  background-color: black;
  border-radius: 50px;
  border: none;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  transition: background 310ms, box-shadow 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "NO";
  font-size: 12px;
  text-align: right;
  font-weight: bold;
  color: white;
  padding-right: 5px;
  padding-top: 2px;
}
.form-check-v2.switch input[type=checkbox] + label:after {
  transform: translateX(0%);
  background: #fff;
  top: 4px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 9px;
  box-shadow: 1px 0px 1px 0.5px rgba(0, 0, 0, 0.12), 2px 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform, box-shadow;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  position: absolute;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  overflow: hidden;
}
.form-check-v2.switch input[type=checkbox]:checked + label:before {
  background-color: #00a46c;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  content: "YES";
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px !important;
  padding-right: none;
  text-align: left;
  padding-top: 2px;
}
.form-check-v2.switch input[type=checkbox]:checked + label:after {
  transform: translateX(calc(100% + 14px));
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.08), -3px 3px 6px rgba(0, 0, 0, 0.3);
}
.form-check-v2.switch input[type=checkbox]:focus + label:before {
  outline: 3px solid #666666;
}
.form-check-v2.switch.switch-lg input[type=checkbox] {
  top: 0px;
  width: 54px;
  height: 22px;
}
.form-check-v2.switch.switch-lg input[type=checkbox] + label {
  padding-left: 60px;
}
.form-check-v2.switch.switch-lg input[type=checkbox] + label:before {
  width: 54px;
  height: 22px;
  top: 0px;
}
.form-check-v2.switch.switch-lg input[type=checkbox] + label:after {
  width: 18px;
  height: 18px;
  top: 2px;
}
.form-check-v2 label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  min-width: 18px;
  min-height: 18px;
  margin-bottom: 0;
  transition: border 140ms linear 0s, color 140ms linear 0s, background-color 140ms linear 0s;
}
.form-check-v2 label:before {
  content: "";
  position: absolute;
  left: 0px;
  box-sizing: border-box;
  background-color: #fff;
}

/*Progress Bar*/
#upload-progress {
  height: 20px;
  border: 1px solid #ddd;
  width: 100%;
}

#upload-progress .progress-bar {
  background: #bde1ff;
  width: 0;
  height: 20px;
}

/********************************************************
****************  Step by Step Indicator  ***************
********************************************************/
.tlwrapper {
  display: table;
  width: 100%;
}
.tlwrapper .timeline {
  display: table-row;
  counter-reset: timeline;
}
.tlwrapper .timeline li {
  display: table-cell;
  width: 20%;
  counter-increment: timeline;
  list-style: none;
  text-align: center;
  padding: 0.25em 0.5em;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding-left: 25px;
  white-space: nowrap;
}
.tlwrapper .timeline li.timeline-past {
  background-color: #ccc;
}
.tlwrapper .timeline li:first-child {
  padding-left: 0;
}
.tlwrapper .timeline li:after {
  left: 0;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(151, 204, 237, 0);
  border-left-color: #ccc;
  border-width: 20px;
  margin-top: -20px;
}
.tlwrapper .timeline li > span {
  z-index: 100;
  position: relative;
  display: block;
  color: #555;
}
.tlwrapper .timeline li > span:before {
  display: inline-block;
  color: #555;
  content: counter(timeline);
  border: 3px solid #555;
  margin-right: 0.25em;
  border-radius: 5px;
  padding: 0 0.25em;
}
.tlwrapper .timeline li a {
  z-index: 100;
  position: relative;
  display: block;
  color: #555;
}
.tlwrapper .timeline li a:before {
  display: inline-block;
  color: #555;
  content: counter(timeline);
  background-color: none;
  border: 3px solid #555;
  margin-right: 0.25em;
  border-radius: 5px;
  padding: 0 0.25em;
}
.tlwrapper .timeline li.timeline-current > span {
  color: #036;
  font-weight: bold;
}
.tlwrapper .timeline li.timeline-current > span:before {
  color: #fff;
  background-color: #036;
  border-color: #036;
}
.tlwrapper .timeline li.timeline-current a {
  color: #036;
  font-weight: bold;
}
.tlwrapper .timeline li.timeline-current a:before {
  color: #fff;
  background-color: #036;
  border-color: #036;
}
.tlwrapper .timeline li.timeline-current:after {
  left: 0;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(151, 204, 237, 0);
  border-left-color: #ccc;
  border-width: 20px;
  margin-top: -20px;
}
.tlwrapper .timeline .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
