*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

:where(:root) {
  --main-color: #ffffff;
  --main-color-alternate: #C5CFC6;
  --main-color-font: #000000;
  --main-color-background: #ffffff;
  --main-color-title: #000000;
  --main-color-main-background: #ffffff;
  --main-color-alternate-background: #C5CFC6;
  --paragraph-color: #000000;
  --body-font: Roboto, Helvica, Helvetica Neue, sans-serif;
  --body-font-size: 1rem;
  --body-font-width: 400;
  --body-line-height: 1.5;
}

:where(:root) {
  line-height: 1.5;
  box-sizing: border-box;
  font-family: Roboto, Helvica, "Helvetica Neue", sans-serif;
}

:where(main) {
  display: block;
}

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

:where(p + p) {
  margin-top: 1rem;
}

ul.mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
}
ul.mega-menu li {
  padding: 0 11px 0 11px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
}
ul.mega-menu li.has-menu > a {
  padding-right: 20px;
}
ul.mega-menu li.has-menu > a:after {
  font-family: icomoon;
  content: "\e93a";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800;
}
ul.mega-menu li a {
  font-size: 15px;
  color: #666666 !important;
  padding-bottom: 8px;
}
ul.mega-menu li ul {
  position: absolute;
  padding: 10px 0;
  z-index: 9999;
  min-width: 186px;
  background-color: rgb(255, 255, 255);
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #2ea3f2;
  border-top-color: rgb(46, 163, 242);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateZ(0);
  text-align: left;
  top: calc(100% - 1px);
  left: 0;
}
ul.mega-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
ul.mega-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
}
ul.mega-menu a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 981px) {
  ul.mega-menu li:hover > ul {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?sia7li");
  src: url("fonts/icomoon.eot?sia7li#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?sia7li") format("truetype"), url("fonts/icomoon.woff?sia7li") format("woff"), url("fonts/icomoon.svg?sia7li#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
  content: "\e900";
}

.icon-warning:before {
  content: "\e901";
}

.icon-sign:before {
  content: "\e901";
}

.icon-backward:before {
  content: "\e902";
}

.icon-player:before {
  content: "\e902";
}

.icon-forward:before {
  content: "\e903";
}

.icon-player1:before {
  content: "\e903";
}

.icon-stop:before {
  content: "\e904";
}

.icon-player2:before {
  content: "\e904";
}

.icon-square:before {
  content: "\e904";
}

.icon-pause:before {
  content: "\e905";
}

.icon-player3:before {
  content: "\e905";
}

.icon-alarm:before {
  content: "\e906";
}

.icon-time:before {
  content: "\e906";
}

.icon-clock:before {
  content: "\e906";
}

.icon-upload:before {
  content: "\e907";
}

.icon-download:before {
  content: "\e908";
}

.icon-heart:before {
  content: "\e909";
}

.icon-share-2:before {
  content: "\e90a";
}

.icon-notifications:before {
  content: "\e90b";
}

.icon-close:before {
  content: "\e90c";
}

.icon-remove:before {
  content: "\e90c";
}

.icon-times:before {
  content: "\e90c";
}

.icon-sign-out:before {
  content: "\e90d";
}

.icon-check:before {
  content: "\e90e";
}

.icon-play:before {
  content: "\e90f";
}

.icon-share-alt:before {
  content: "\e910";
}

.icon-bookmark-o:before {
  content: "\e911";
}

.icon-bookmark:before {
  content: "\e912";
}

.icon-comments:before {
  content: "\e913";
}

.icon-bubbles:before {
  content: "\e913";
}

.icon-chat:before {
  content: "\e913";
}

.icon-talk:before {
  content: "\e913";
}

.icon-magnifier:before {
  content: "\e914";
}

.icon-paper-plane:before {
  content: "\e915";
}

.icon-email:before {
  content: "\e916";
}

.icon-files:before {
  content: "\e917";
}

.icon-arrow-maximise:before {
  content: "\e918";
}

.icon-paperclip:before {
  content: "\e919";
}

.icon-thumbs-up:before {
  content: "\e91a";
}

.icon-clear:before {
  content: "\e91b";
}

.icon-tag:before {
  content: "\e91c";
}

.icon-label1:before {
  content: "\e91d";
}

.icon-cogs:before {
  content: "\e91e";
}

.icon-cog:before {
  content: "\e91f";
}

.icon-handshake-o:before {
  content: "\e920";
}

.icon-envira:before {
  content: "\e921";
}

.icon-medal:before {
  content: "\e922";
}

.icon-award:before {
  content: "\e923";
}

.icon-note:before {
  content: "\e924";
}

.icon-minus-circle:before {
  content: "\e925";
}

.icon-menu:before {
  content: "\e926";
}

.icon-google:before {
  content: "\e927";
}

.icon-calendar:before {
  content: "\e928";
}

.icon-skype:before {
  content: "\e929";
}

.icon-tripadvisor:before {
  content: "\e92a";
}

.icon-whatsapp:before {
  content: "\e92b";
}

.icon-copyright:before {
  content: "\e92c";
}

.icon-youtube:before {
  content: "\e92d";
}

.icon-comment-o:before {
  content: "\e92e";
}

.icon-twitter:before {
  content: "\e92f";
}

.icon-caret-right:before {
  content: "\e930";
}

.icon-caret-left:before {
  content: "\e931";
}

.icon-sort-asc:before {
  content: "\e932";
}

.icon-caret-down:before {
  content: "\e933";
}

.icon-envelope-o:before {
  content: "\e934";
}

.icon-retweet:before {
  content: "\e935";
}

.icon-home3:before {
  content: "\e936";
}

.icon-image:before {
  content: "\e937";
}

.icon-camera:before {
  content: "\e938";
}

.icon-envelope:before {
  content: "\e939";
}

.icon-angle-down:before {
  content: "\e93a";
}

.icon-chevron-up:before {
  content: "\e93b";
}

.icon-document-information:before {
  content: "\e93c";
}

.icon-user:before {
  content: "\e93d";
}

.icon-external-link:before {
  content: "\e93e";
}

.icon-time1:before {
  content: "\e93f";
}

.icon-sitemap:before {
  content: "\e940";
}

.icon-price-tag:before {
  content: "\e941";
}

.icon-cart:before {
  content: "\e942";
}

.icon-credit-card:before {
  content: "\e943";
}

.icon-phone:before {
  content: "\e944";
}

.icon-minus:before {
  content: "\e945";
}

.icon-plus-circle:before {
  content: "\e946";
}

.icon-plus:before {
  content: "\e947";
}

.icon-medical-shield:before {
  content: "\e948";
}

.icon-location:before {
  content: "\e949";
}

.icon-location2:before {
  content: "\e94a";
}

.icon-map2:before {
  content: "\e94c";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-play2:before {
  content: "\ea15";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-file-pdf:before {
  content: "\eadf";
}

:where(a) {
  background-color: transparent;
}

:where(abbr[title]) {
  text-decoration: underline dotted;
}

:where(code, kbd, samp, pre) {
  font-family: monospace, monospace;
  font-size: 1em;
}

:where(sub, sup) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.5em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Ubuntu", "sans-serif";
  font-weight: 500;
  line-height: 1.1;
}

h1, .h1, .th1 {
  font-size: 2.5rem;
}

h2, .h2, .th2 {
  font-size: 2rem;
}

h3, .h3, .th3 {
  font-size: 1.75rem;
}

h4, .h4, .th4 {
  font-size: 1.5rem;
}

h5, .h5, .th5 {
  font-size: 1.25rem;
}

h6, .h6, .th6 {
  font-size: 1rem;
}

.th1, .th2, .th3, .th4, .th5 {
  line-height: 1.3em;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

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

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

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

:where(button, input, optgroup, select, textarea) {
  line-height: inherit;
  border: 1px solid currentColor;
}

:where(button) {
  overflow: visible;
  text-transform: none;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  -webkit-appearance: button;
  padding: 1px 6px;
}
:where(button, [type=button], [type=reset], [type=submit]):not(:disabled) {
  cursor: pointer;
}

:where(input) {
  overflow: visible;
}

:where(input, textarea) {
  padding: 1px;
}

:where(fieldset) {
  border: 1px solid currentColor;
  margin: 0 2px;
}

:where(legend) {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

:where(select) {
  text-transform: none;
}

:where(textarea) {
  overflow: auto;
  vertical-align: top;
}

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

:where([type=color]) {
  background: inherit;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

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

::-moz-focus-inner {
  border: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

.form-wrapper {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  background: white;
}

.form-group {
  margin-bottom: 1em;
}
.form-group.required label::after {
  position: relative;
  display: inline-block;
  content: "*";
  margin-left: 2px;
  color: #a50008;
  font-weight: 500;
}
.form-group.has-error .help-block {
  color: #a50008;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.form-row .form-group {
  width: 50%;
}

.form-control {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #d3d1cc;
  background: #ffffff;
  color: #d3d1cc;
  line-height: 150%;
  font-weight: 400;
  font-size: 16px;
  padding: 0.5rem 1rem;
  outline: none;
  resize: none;
  transition: all 0.2s ease-in-out;
}
.form-control::placeholder {
  color: #c9c9c9;
}
.form-control:hover {
  border-color: rgba(46, 105, 255, 0.5);
  box-shadow: 0 0 0 2px rgba(46, 105, 255, 0.25);
}
.form-control:focus {
  border-color: #2e69ff;
  box-shadow: 0 0 0 3px rgba(46, 105, 255, 0.25);
}

.control-label {
  color: #07074D;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}

.form-btn {
  font-size: 16px;
  border-radius: 5px;
  padding: 12px 25px;
  border: none;
  font-weight: 500;
  background-color: #6A64F1;
  color: white;
  cursor: pointer;
  margin-top: 25px;
}
.form-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.hero .hero-image {
  width: 100%;
  position: relative;
  height: 35rem;
}
.hero .hero-image .hero-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.25);
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.hero .hero-image .hero-content .hero-caption {
  width: 100%;
}
.hero .hero-image .hero-content h1 {
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 80%;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.hero .hero-image .hero-content h1:after {
  position: absolute;
  content: "";
  width: 8rem;
  height: 4px;
  border-radius: 4px;
  background-color: #a0a0a0;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 992px) {
  .hero .hero-image {
    height: 63rem;
  }
  .hero .hero-image .hero-content h1 {
    width: 50%;
    font-size: 5rem;
  }
}
.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.b-t {
  border-top: 1px solid;
}

.b-b {
  border-bottom: 1px solid;
}

.b-l {
  border-left: 1px solid;
}

.b-r {
  border-right: 1px solid;
}

:where(hr) {
  box-sizing: content-box;
  height: 0;
  color: inherit;
  overflow: visible;
}

:where(dl, ol, ul) {
  margin: 1em 0;
}

:where(ol ol, ol ul, ol dl, ul ol, ul ul, ul dl, dl ol, dl ul, dl dl) {
  margin: 0;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(audio, video) {
  display: inline-block;
}

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

:where(img) {
  border: 0;
}

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

:where(table) {
  text-indent: 0;
  border-color: inherit;
}

:where(details) {
  display: block;
}

:where(dialog) {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: fit-content;
}
:where(dialog):not([open]) {
  display: none;
}

:where(summary) {
  display: list-item;
}

:where(canvas) {
  display: inline-block;
}

:where(template) {
  display: none;
}

:where([hidden]) {
  display: none;
}

.container {
  clear: both;
  width: 95%;
  max-width: 92.3em;
  margin: 0 auto;
  padding: 1em 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .container {
    width: 93.75%;
  }
}

.container-fluid {
  clear: both;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/*  SECTIONS  ============================================================================= */
.section {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.group:before, .group:after {
  display: flex !important;
}

.col {
  box-sizing: border-box;
  flex: 0 0 auto;
  margin: 1% 0 1% 1.6%;
}
.col:first-child {
  margin-left: 0;
}

.col-1 {
  flex-basis: 6.8633333333%;
  max-width: 6.8633333333%;
}

.col-2 {
  flex-basis: 15.1966666667%;
  max-width: 15.1966666667%;
}

.col-3 {
  flex-basis: 23.53%;
  max-width: 23.53%;
}

.col-4 {
  flex-basis: 31.8633333333%;
  max-width: 31.8633333333%;
}

.col-5 {
  flex-basis: 40.1966666667%;
  max-width: 40.1966666667%;
}

.col-6 {
  flex-basis: 48.53%;
  max-width: 48.53%;
}

.col-7 {
  flex-basis: 56.8633333333%;
  max-width: 56.8633333333%;
}

.col-8 {
  flex-basis: 65.1966666667%;
  max-width: 65.1966666667%;
}

.col-9 {
  flex-basis: 73.53%;
  max-width: 73.53%;
}

.col-10 {
  flex-basis: 81.8633333333%;
  max-width: 81.8633333333%;
}

.col-11 {
  flex-basis: 90.1966666667%;
  max-width: 90.1966666667%;
}

.col-12 {
  flex-basis: 98.53%;
  max-width: 98.53%;
}

/* CENTERED COLUMNS ==================================================== */
.flex-centered {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/** DISPLAY AS GRID */
.grid-wrapper {
  display: grid;
  grid-template-rows: 50px 1fr;
}
.grid-wrapper .grid-item {
  display: flex;
  align-items: center;
}

.d-flex {
  display: flex;
  display: -ms-flexbox !important;
}

.align-text-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.d-flex-start {
  display: flex;
  justify-content: flex-start;
}

.d-flex-end {
  display: flex;
  justify-content: flex-end;
}

/**
.flex-table-container {
  display: block;
  width: 90%;
  max-width: 600px;
}

.flex-table {
  display: flex;
  flex-flow: row wrap;
  border-left: solid 1px $table-border;
  transition: 0.5s;
  &:first-of-type {
    border-top: solid 1px $table-header-border;
    border-left: solid 1px $table-header-border;
  }
  &:first-of-type .flex-row {
    background: $table-header;
    color: white;
    border-color: $table-header-border;
  }
  &.row:nth-child(odd) .flex-row {
    background: $row-bg;
  }
  &:hover {
    background: #F5F5F5;
    transition: 500ms;
  }
}

.flex-row {
  width: calc(100% / 4);
  text-align: center;
  padding: 0.5em 0.5em;
  border-right: solid 1px $table-border;
  border-bottom: solid 1px $table-border;
}

.rowspan {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
}

.column {
  display: flex;
  flex-flow: column wrap;
  width: 75%;
  padding: 0;
  .flex-row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 0;
    border: 0;
    border-bottom: solid 1px $table-border;
    &:hover {
      background: #F5F5F5;
      transition: 500ms;
    }
  }
}

.flex-cell {
  width: calc(100% / 3); //1px = border right
  text-align: center;
  padding: 0.5em 0.5em;
  border-right: solid 1px $table-border;
  //flex: 1 1 33.3%;
  &:last-child {
    // border-right: 0;
  }
}

@media all and (max-width: 767px) {
  .flex-row {
    width: calc(100% / 3); //1px = border right

    &.first {
      width: 100%;
    }
  }

  .column {
    width: 100%;
  }
}

@media all and (max-width: 430px) {

  .flex-table {
    .flex-row {
      border-bottom: 0;
    }
    .flex-row:last-of-type {
      border-bottom: solid 1px $table-border;
    }
  }

  .header {
    .flex-row {
      border-bottom: solid 1px;
    }
  }

  .flex-row {
    width: 100%; //1px = border right

    &.first {
      width: 100%;
      border-bottom: solid 1px $table-border;
    }
  }

  .column {
    width: 100%;
    .flex-row {
      border-bottom: solid 1px $table-border;
    }
  }

  .flex-cell {
    width: 100%; //1px = border right
  }
}
*/
/* Table column sizing
================================== */
.date-cell {
  width: 20%;
}

.topic-cell {
  width: 41%;
}

.access-link-cell {
  width: 13%;
}

.replay-link-cell {
  width: 13%;
}

.pdf-cell {
  width: 13%;
}

/* Apply styles
================================== */
.flex-table {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.flex-table .flex-row {
  width: 100%;
  display: flex;
}
.flex-table .flex-row .flex-cell {
  box-sizing: border-box;
  flex-grow: 1;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
}
.flex-table .flex-row .flex-cell.column-heading {
  background-color: #43BAC0;
  color: white;
  padding: 1em;
}
.flex-table .flex-row .flex-cell .flex-cell--heading {
  display: none;
}
/* Responsive
==================================== */
@media all and (max-width: 750px) {
  .is-striped {
    background-color: white;
  }
  .flex--collapse {
    display: block;
    width: 100%;
    padding: 1em;
    box-shadow: none;
  }
  .flex--collapse .flex-row {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  }
  .flex--collapse .flex-row .flex-cell {
    width: 100% !important;
    display: flex;
    align-items: center;
  }
  .flex--collapse .flex-row .flex-cell .flex-cell--heading {
    display: inline-block;
    flex: 1;
    max-width: 120px;
    min-width: 120px;
    color: #43BAC0;
    font-weight: 700;
    border-right: 1px solid #ccc;
    margin-right: 1em;
  }
  .flex--collapse .flex-row .flex-cell .flex-cell--content {
    flex: 2;
    padding-left: 1em;
  }
  .flex--collapse .topic-cell {
    background-color: #43BAC0;
    color: white;
    font-weight: 700;
    order: -1;
  }
  .flex--collapse .topic-cell .flex-cell--content {
    padding-left: 0 !important;
  }
  .flex--collapse .flex-row--head {
    display: none;
  }
}
.no-flexbox .flex-table {
  display: block;
}
.no-flexbox .flex-table.flex-cell {
  width: 100%;
}

.tabs-list {
  list-style: none;
  display: flex;
}
.tabs-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 10rem;
  cursor: pointer;
  color: #333;
  border-radius: 1rem 1rem 0 0;
  position: relative;
  transition: 0.5s;
}
.tabs-list li a {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 30px;
  background-color: #ebebeb;
  color: #808080;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.4s ease 0s;
}
.tabs-list li a:hover {
  background-color: #d9d9d9;
}
.tabs-list li.active a {
  background-color: #0d7eff;
  color: #fff;
}

.tab-content {
  margin: 10px 0 15px;
  display: none;
}
.tab-content.active {
  display: block;
}

.tabs .accordion-handle {
  display: none;
}

.tabs-vertical-left, .tabs-vertical-right {
  *zoom: 1;
}

.tabs-vertical-left:before, .tabs-vertical-left:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.tabs-vertical-right:before, .tabs-vertical-right:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.tabs-vertical-left .tabs-list, .tabs-vertical-right .tabs-list {
  width: 25%;
}

.tabs-vertical-left .tabs-list li, .tabs-vertical-right .tabs-list li {
  display: block;
  margin: 0 0 5px 0;
  width: 100%;
}

.tabs-vertical-left .tabs-list li a, .tabs-vertical-right .tabs-list li a {
  height: auto;
  padding: 8px 20px;
  line-height: 1.5;
}

.tabs-vertical-left .tabs-container, .tabs-vertical-right .tabs-container {
  width: 75%;
}

.tabs-vertical-left .tabs-list {
  float: left;
}
.tabs-vertical-left .tabs-container {
  float: right;
}
.tabs-vertical-left .tabs-container .tab-content {
  margin: 0 0 0 15px;
}

.tabs-vertical-right .tabs-list {
  float: right;
}
.tabs-vertical-right .tabs-container {
  float: left;
}
.tabs-vertical-right .tabs-container .tab-content {
  margin: 0 15px 0 0;
}

.accordion-handle {
  position: relative;
  margin-bottom: 10px;
  background-color: #ebebeb;
  text-decoration: none;
  color: #808080;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
.accordion-handle:hover {
  background-color: #d9d9d9;
}
.accordion-handle.active {
  background-color: #0d7eff;
  color: #fff;
}
.accordion-handle h4 {
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: normal;
}
.accordion-handle i {
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB3aWR0aD0iMzgiCiAgIGhlaWdodD0iNzYiCiAgIHZpZXdCb3g9IjAgMCAxMC4wNTQxNjcgMjAuMTA4MzMzIgogICB2ZXJzaW9uPSIxLjEiCiAgIGlkPSJzdmc1IgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxkZWZzCiAgICAgaWQ9ImRlZnMyIiAvPgogIDxnCiAgICAgaWQ9ImxheWVyMSI+CiAgICA8ZwogICAgICAgYXJpYS1sYWJlbD0iKyIKICAgICAgIGlkPSJ0ZXh0MTUxOCIKICAgICAgIHN0eWxlPSJmb250LXNpemU6NDIuNTg2M3B4O2xpbmUtaGVpZ2h0OjEuMjU7Zm9udC1mYW1pbHk6QWtyb2JhdDstaW5rc2NhcGUtZm9udC1zcGVjaWZpY2F0aW9uOkFrcm9iYXQ7bGV0dGVyLXNwYWNpbmc6MHB4O3dvcmQtc3BhY2luZzowcHg7c3Ryb2tlLXdpZHRoOjAuMzUwOTg3IgogICAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMC4yMTY3MjU4LDAsMCwwLjIxNjcyNTgsMC45MDkyOTMyNCwxLjUxMzg3MDIpIj4KICAgICAgPHBhdGgKICAgICAgICAgZD0ibSAyMC43MzYzMDcsNi42NDM2MTI2IHYgOS4yMzI1NzY0IGggOS4yNTMzNyB2IDMuNTM0OTk2IGggLTkuMjUzMzcgdiA5LjIzMjU3NyBIIDE3LjI0Mjg5OSBWIDE5LjQxMTE4NSBIIDguMDEwMzIyNCBWIDE1Ljg3NjE4OSBIIDE3LjI0Mjg5OSBWIDYuNjQzNjEyNiBaIgogICAgICAgICBzdHlsZT0iZm9udC1mYW1pbHk6bW9ub3NwYWNlOy1pbmtzY2FwZS1mb250LXNwZWNpZmljYXRpb246bW9ub3NwYWNlO2ZpbGw6Izk5OTk5OSIKICAgICAgICAgaWQ9InBhdGgxNzMxIiAvPgogICAgPC9nPgogICAgPGcKICAgICAgIGFyaWEtbGFiZWw9Ii0iCiAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjMwMTA2MzgxLDAsMCwwLjE0ODM5NTMxLDEuMDExMDkwMywzLjM2NzYxNTYpIgogICAgICAgaWQ9InRleHQxNjMwIgogICAgICAgc3R5bGU9ImZvbnQtc2l6ZTo2MC42NTgycHg7bGluZS1oZWlnaHQ6MS4yNTtmb250LWZhbWlseTpBa3JvYmF0Oy1pbmtzY2FwZS1mb250LXNwZWNpZmljYXRpb246QWtyb2JhdDtsZXR0ZXItc3BhY2luZzowcHg7d29yZC1zcGFjaW5nOjBweDtmaWxsOiNmZmZmZmY7c3Ryb2tlLXdpZHRoOjAuNDk5OTMxIj4KICAgICAgPHBhdGgKICAgICAgICAgZD0iTSA1LjYyMzc4NDgsNzcuNzY0ODE1IEggMjEuMDU0ODk5IHYgNC44NTczOTQgSCA1LjYyMzc4NDggWiIKICAgICAgICAgc3R5bGU9ImZvbnQtZmFtaWx5Om1vbm9zcGFjZTstaW5rc2NhcGUtZm9udC1zcGVjaWZpY2F0aW9uOm1vbm9zcGFjZTtmaWxsOiNmZmZmZmYiCiAgICAgICAgIGlkPSJwYXRoMTc4MyIgLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=") no-repeat top center;
}
.accordion-handle.active i {
  background-position: bottom center;
}

.accordion-content {
  margin-bottom: 15px;
  display: none;
}

@media only screen and (max-width: 768px) {
  .responsive-tabs .tabs-list {
    display: none;
  }
  .responsive-tabs .accordion-handle {
    display: block;
  }
  .responsive-tabs.tabs-vertical-left .tabs-container, .responsive-tabs.tabs-vertical-right .tabs-container {
    width: 100%;
    float: none;
  }
  .responsive-tabs.tabs-vertical-left .tabs-container .tab-content, .responsive-tabs.tabs-vertical-right .tabs-container .tab-content {
    margin: 10px 0 15px;
  }
}
.btn {
  display: inline-block;
  border: 2px solid;
  padding: 10px 30px 8px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.btn:hover {
  color: #ffffff;
}
.btn.btn-main {
  background-color: var(--main-color);
  color: #ffffff;
}
.btn.btn-alternate {
  background-color: var(--main-color-alternate);
  color: #ffffff;
}

:where(:root) {
  --main-color-main: #000000;
  --main-color-font: #000000;
  --main-color-background: #ffffff;
  --main-color-title: #000000;
  --border-color-one: #ffffff;
  --border-color-two: #C5CFC6;
  --paragraph-color: #212529;
  --body-font: Open Sans, Arial, sans-serif;
  --body-font-size: 1rem;
  --body-font-width: 400;
  --body-line-height: 1.5;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  color: #666;
  font-weight: 500;
  line-height: 1.7em;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-flex-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-none {
  display: none;
}

header .container {
  padding: 0.5em 0;
}
header .container.header-top {
  overflow: initial;
}
header .blurb-header {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.5px;
}
header .blurb-header .pl-4 {
  border-right-color: #a5a5a5;
}
header .blurb-header .blurb-header-content {
  display: table;
  max-width: 550px;
  position: relative;
  word-wrap: break-word;
  width: 100%;
}
header .blurb-header .blurb-header-content .blurb_header-cell-content {
  display: table-cell;
  vertical-align: top;
}
header .blurb-header .travel-phone {
  color: #ff7029;
  font-size: 22px;
}
header .blurb-header .btn {
  background-color: #ee7516;
  border-color: #ee7516;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
header .blurb-header-social-network a {
  color: #666;
  text-decoration: none;
}
header .language-selector {
  box-shadow: none;
  font-size: 1em;
}
header .language-selector.inline {
  float: none;
}
header .language-selector .header-toggle {
  overflow: hidden;
  padding-right: 10px;
}
header .language-selector .header-toggle:after {
  content: "\e922";
  font-family: "travel";
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding-top: 3px;
}
header .language-selector .language-list {
  display: none;
  font-size: 0.8em;
  position: absolute;
  z-index: 2;
  width: 200px;
  right: 0;
  padding: 0.5rem;
  background-color: #fff;
  border: solid 1px #d3d4d5;
  border-radius: 5px 0 5px 5px;
  color: #000000;
}
header .language-selector .language-list ul {
  margin: 0;
}
header .language-selector:hover .language-list {
  display: block;
  animation: fadeIn;
  animation-duration: 0s;
  animation-duration: 0.6s;
}
header .language-selector:hover .language-list li {
  list-style-type: none;
}
header .language-selector:hover .language-list a {
  color: #000000;
}
header .header-top {
  padding: 0;
  margin-right: 0;
  width: 97.8%;
}
header .header-top .dd-blurb-r {
  margin-left: auto !important;
}
header .header-top .dd-desktop-menu {
  margin-left: auto !important;
  position: relative;
}
header .header-top .dd-desktop-menu nav {
  z-index: 99;
}
header .header-top .desktop-navigation.wrap-visible {
  -webkit-animation: fadeInDown 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
  animation: fadeInDown 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
header .header-top .desktop-navigation.wrap-hidden {
  opacity: 0;
  -webkit-animation: fadeOutDown 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
  animation: fadeOutDown 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
header .header-top .desktop-hamburger {
  background-color: forestgreen;
  height: 80px;
  width: 80px;
}
header .header-top .desktop-hamburger > div {
  cursor: pointer;
  width: 80px;
  height: 80px;
}
header .header-top .menu-button, header .header-top .menu-button:before, header .header-top .menu-button:after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}
header .header-top .menu-button:before {
  content: "";
  margin-top: -8px;
}
header .header-top .menu-button:after {
  content: "";
  margin-top: 8px;
}
header .header-top .dm-hamburger {
  display: none;
  margin-bottom: 0px !important;
  margin-left: auto !important;
  height: 80px;
  width: 80px;
}
header .header-top .dm-hamburger > div {
  cursor: pointer;
  width: 80px;
  height: 80px;
}
header .header-top .dm-hamburger > div .menu-button, header .header-top .dm-hamburger > div .menu-button:before, header .header-top .dm-hamburger > div .menu-button:after {
  background-color: #000;
}
header .header-top .header-search-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 999;
}
header .header-top .header-search-container.wrap-hidden {
  display: none;
  -webkit-animation: fadeOutUp 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
  animation: fadeOutUp 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
header .header-top .header-search-container.wrap-visible {
  opacity: 1;
  -webkit-animation: fadeInUp 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
  animation: fadeInUp 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
header .header-top .header-search-container .header-menu-search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-top .header-search-container .header-menu-search .header-menu-search-form {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
header .header-top .header-search-container .header-menu-search .header-menu-search-form input {
  border: 0;
  width: 100%;
  color: #333;
  background: transparent;
  -webkit-appearance: none;
}
header .header-top .header-search-container .header-menu-search .header-menu-search-form input:focus {
  outline: 0;
}
header .header-top .header-search-container .header-menu-search button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: none;
  border: none;
}
header .header-top .header-search-container .header-menu-search button i {
  font-size: 20px;
}
header #desktop-right-menu {
  height: 100vh;
  width: 30%;
  z-index: 9999;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
}
header .dd-fx-section {
  background-color: white;
  right: -110%;
  position: fixed;
  top: 0;
  overflow: auto;
  z-index: 9999;
  -webkit-transition: right 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  transition: right 0.4s cubic-bezier(0.75, 0, 0.25, 1);
}
header .dd-fx-section.desktop-slider {
  right: 0 !important;
}
header .dd-fx-section.desktop-slider .dd-desktop-close {
  cursor: pointer;
}
header .dd-fx-section.desktop-slider .dd-desktop-close .close-button i {
  font-size: 30px;
  transition: 0.3s;
  display: inline-block;
}
header .dd-fx-section.desktop-slider .dd-desktop-close:hover i {
  transform: rotate(90deg);
}
header #mobile-left-menu {
  height: 100vh;
  width: 80%;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
}
header .md-search-header-wrapper {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
header .md-search-header-wrapper .search-form-header > div {
  display: flex;
}
header .md-search-header-wrapper .search-form-header .search-form-input {
  display: inline-block;
  flex: 1;
  -webkit-box-flex: 1;
}
header .md-search-header-wrapper .search-form-header .search-form-input:focus {
  outline: 0;
}
header .md-search-header-wrapper .search-form-header input, header .md-search-header-wrapper .search-form-header button {
  border: none;
  color: #666;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  padding: 5px;
}

@media (max-width: 980px) {
  .md-none {
    display: none;
  }
  header .dd-fx-section {
    right: inherit;
    left: -110%;
    -webkit-transition: left 0.4s cubic-bezier(0.75, 0, 0.25, 1);
    transition: left 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  }
  header .mobile-slider {
    left: 0 !important;
  }
  .header-contact-button {
    font-size: 16px;
  }
  .dm-hamburger {
    display: block !important;
  }
}
footer {
  background-color: #126639;
  color: #FFF;
}
footer a {
  color: #fff;
  text-decoration: none;
}

.btn {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  border: 0;
  padding: 0.3em 1em;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.btn:hover, .btn:focus {
  animation: none;
  outline: 0;
}
.btn.action-btn {
  background: transparent;
  color: var(--clr-txt-150);
}
.btn.action-btn.action-btn-link {
  color: var(--clr-primary-050);
}
.btn.action-btn:hover, .btn.action-btn:focus {
  background: var(--clr-el-01db);
  color: var(--clr-primary-100);
}
.btn.outline-btn {
  background: transparent;
  border: 2px solid var(--clr-primary-100);
  color: var(--clr-primary-050);
}
.btn.outline-btn:hover, .btn.outline-btn:focus {
  background: var(--clr-primary-200);
  border: 2px solid var(--clr-primary-200);
  color: var(--clr-txt-200);
}
.btn.icon-btn {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
}
.btn.icon-btn.icon-btn-reverse {
  flex-direction: row-reverse;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*# sourceMappingURL=style.css.map */
