@charset "UTF-8";
/* ------ Genesis2026 - BRAND VARIABLES IMPORT ------ */
/* ------ BUILD VARS ------ */
/* ------ PATHs ------ */
/* ------ FOOTER ------ */
/* ------ File Upload ------ */
/* ------ Photo Gallery  ------ */
/* ----- Spin to Win Widget -----*/
/* ------ CountDown ------ */
/* ------ Images ------ */
/* ------ Footer ------ */
/* ------ LIST GROUP ------ */
/* ------ DROPDOWNS ------ */
/* ------ JUMBOTRON ------ */
/* ------ PAGINATION ------ */
/* ------ TOOLTIP ------ */
/* ------ POPOVER ------ */
/* ------ FOOTER ------ */
/* ------ File Upload ------ */
/* ------ Photo Gallery ------ */
/* ------  GenesisRAB2026 - VARIABLE OVERRIDES ------ */
/* ------ Genesis2026 - BRAND STYLES IMPORT ------ */
/* ------ GENERIC LAYOUT FILE. REFERENCE THIS IN CLIENT AFTER DECLARING VARIABLES ------ */
/* ------  MASTER TEMPLATE STYLES IMPORT ------ */
/* ------ EKTRON OVERRIDE ------ */
[data-ux-pagebuilder=Column]:not(.ux-siteApp-pageBuilderCssFramework [data-ux-pagebuilder=Column]) {
  float: none;
  padding: 0;
  margin: 0;
}

/* ****************************************************************************************
******************************* FRAMEWORK  (Mobile First) *********************************
******************************************************************************************* */
html,
body,
#aspnetForm {
  height: 100%;
  padding: 0;
  margin: 0;
}

#wrap,
#wrapLogin {
  min-height: 100%;
  position: relative;
}

#wrap {
  background-color: #262626;
}

#wrap,
.gt_main_content,
#gt_registration,
#gt_registration_form,
.gt_content,
#push,
.page,
footer {
  max-width: 960px;
  margin: 0 auto;
}

header .container {
  padding: 0;
}
header .gt_brand {
  display: none;
}
header .gt_brand_image {
  height: 100%;
  width: auto;
}

.gt_brand_image {
  margin: 0 auto;
  padding: 70px 85px 30px 85px;
}

.gt_main_content {
  height: 100%;
  padding: 9vw;
  background-color: #262626;
}

.gt_content {
  padding: 0;
}

hr {
  border-color: #AAA8A6;
  margin-top: 40px;
  margin-bottom: 40px;
  opacity: 1;
}

/* ****************************************************************************************
************************************************** LOGIN PAGE *****************************
******************************************************************************************* */
#wrapLogin {
  background-color: #111111;
}

.gt_main_login {
  position: relative;
  padding-top: 170px;
  margin: 0 auto;
  background-color: #262626;
  background-image: none;
  background-size: contain;
}
.gt_main_login img {
  position: relative;
  top: 0;
  left: 0;
}

.gt_main_login_logo, .logo {
  display: block;
  width: 160px;
  height: auto;
  margin: 0 auto 60px;
}
.gt_main_login_logo img, .logo img {
  display: block !important;
  max-width: 100%;
}

.gt_program_title {
  display: block !important;
  text-align: center;
  margin: 0 auto 60px auto;
  padding: 0 20px;
}
.gt_program_title h1 {
  display: block;
  font-size: 36px;
  font-weight: 300;
  color: #FFF;
  line-height: 1.1em;
}
.gt_program_title h1::after {
  display: none;
}

label.loginInfo, label.loginInfo p {
  font-weight: 400;
  font-size: 16px;
  color: #FFF;
  line-height: 1.1em;
  margin-bottom: 0;
}

#gt_login_form {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
#gt_login_form .portal-form {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
#gt_login_form .form-horizontal input {
  margin: 10px auto;
}
#gt_login_form .form-horizontal input#AccessCode,
#gt_login_form .form-horizontal input#txtAccessCode {
  max-width: 188px;
  text-align: center;
}
#gt_login_form .portal-action-buttons button {
  margin: 10px auto;
}
#gt_login_form .btn, #gt_login_form input.btn.btn.btn-primary {
  color: #3F3F38;
  background-color: #FFFFFF;
  background-image: none;
  border-color: #FFFFFF;
  border-radius: 0px;
  border-width: 1px;
  text-transform: uppercase;
  width: 188px;
  min-height: 42px;
  font-weight: 400;
  font-size: 14px;
}
#gt_login_form .btn:hover, #gt_login_form .btn:focus, #gt_login_form .btn:active, #gt_login_form .btn:active:hover, #gt_login_form input.btn.btn.btn-primary:hover, #gt_login_form input.btn.btn.btn-primary:focus, #gt_login_form input.btn.btn.btn-primary:active, #gt_login_form input.btn.btn.btn-primary:active:hover {
  background-color: #111111;
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-image: none;
  font-weight: 400;
}
#gt_login_form .btn[disabled], #gt_login_form .btn[disabled]:hover, #gt_login_form .btn[disabled]:focus, #gt_login_form input.btn.btn.btn-primary[disabled], #gt_login_form input.btn.btn.btn-primary[disabled]:hover, #gt_login_form input.btn.btn.btn-primary[disabled]:focus {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(229.5, 229.5, 229.5);
}

.registration-website-closed {
  max-width: 400px;
  margin: auto;
}
.registration-website-closed .simple-instructions {
  color: #FFF;
  text-align: center;
}

/* ****************************************************************************************
********************************************* Registration Base ***************************
******************************************************************************************* */
#gt_registration {
  padding: 9vw;
  background-color: #262626;
}
#gt_registration .access .form-horizontal {
  margin-top: 2em;
}
#gt_registration .access .form-horizontal .control-label {
  width: 100%;
  margin: 0 0 0.7em;
  padding: 7px 15px 0;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
}
#gt_registration .access .form-horizontal label.error,
#gt_registration .access .form-horizontal .field-validation-error {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  clear: both;
  text-align: center;
}
#gt_registration .access .portal-form > .form-group > label[for=EmailAddress] {
  font-weight: 400;
  color: #FFFFFF;
}
#gt_registration .access .simple-instructions {
  text-align: center;
}
#gt_registration .access .form-group input {
  width: 286px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
  border-color: #FFFFFF;
}
#gt_registration .access .form-group input:focus {
  border: 1px solid #AAA8A6;
}
#gt_registration .access .alert.alert-info {
  margin: 1em auto 0.5em;
}
#gt_registration .access .portal-action-buttons {
  margin-bottom: 2em;
  text-align: center;
}
#gt_registration .access .btn.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 286px;
}
#gt_registration .registration-guest .portal-form {
  padding-bottom: 25px;
}
#gt_registration .registration-guest .portal-form + .portal-form {
  padding: 0;
}
#gt_registration .portal-form .portal-action-buttons {
  margin: 0 auto;
}

#gt_registration .ajax-loader {
  display: none;
}

/* ****************************************************************************************
********************************** Registration Session ***********************************
******************************************************************************************* */
.registration-session h2,
.registration-session-guest h2 {
  margin-top: 0;
}

.registration-session-attribute h3:first-child {
  margin-top: 0;
}

.registration-session-block > .form-group.dropdown,
.registration-session-block .form-group.dropdown {
  margin-right: 0;
  margin-left: 0;
}
.registration-session-block > .form-group.dropdown .control-label,
.registration-session-block .form-group.dropdown .control-label {
  padding-top: 0;
}

.registration-session label,
.registration-session-guest label {
  margin-top: 0.7em;
}
.registration-session label.error,
.registration-session-guest label.error {
  margin-top: 0.2em;
}

.registration-session-guest .error.col-sm-12 {
  padding: 0;
}

/* ****************************************************************************************
************************************ Registration Guest ***********************************
******************************************************************************************* */
.registration-personal-data-guest label .error {
  margin-top: 0.4em;
}

.registration-guest .bs-example > .row {
  margin: 0;
}
.registration-guest table.table th {
  line-height: 1.2;
}
.registration-guest table.table td:last-child {
  text-align: left;
}
.registration-guest table.table > tbody > tr > td {
  vertical-align: middle;
}
.registration-guest .btn.btn-xs {
  display: block;
  margin: 0.25em 0.5em 0.25em 0;
}
.registration-guest a.btn.btn-primary.btn-sm, .registration-guest a.btn.btn-primary {
  padding: 6px 12px;
}
.registration-guest .next-previous-buttons a {
  padding: 6px 12px;
  color: #3F3F38;
}
.registration-guest .next-previous-buttons a:hover {
  color: #FFFFFF;
}

/* ****************************************************************************************
****************************** Registration Payment Info *******************************
******************************************************************************************* */
.registration-payment-information table.table th,
.registration-payment-information table.table td.table-first,
.registration-guest table.table th,
.registration-guest table.table td.table-first {
  font-size: 105%;
  font-weight: 500;
  color: #FFFFFF;
  border-bottom: 1px solid #999;
}

.registration-payment-information table.table tbody tr,
.registration-guest table.table tbody tr {
  border-color: #999;
}

.registration-payment-information table.table th,
.registration-payment-information table.table td.table-first {
  background-color: rgb(218.25, 218.25, 218.25);
}

.registration-payment-info .text-center {
  text-align: left;
}

.portal-registration-summary-step-participant .form-group {
  margin-bottom: 0;
}

.registration-payment-information table.table td,
.registration-payment-information .registration-guest table.table td {
  vertical-align: middle;
}
.registration-payment-information .btn.btn-default {
  margin-top: 1em;
}
.registration-payment-information .form-group {
  margin: 0 0 5px;
  min-height: 25px;
  display: flex;
  justify-content: center;
}
.registration-payment-information h3 {
  border-bottom: 1px solid #999;
  padding-bottom: 0.1em;
}
.registration-payment-information .portal-form .portal-form {
  padding: 0;
}

.registration-payment-information .form-control-static,
.registration-summary .form-control-static {
  min-height: 0;
  padding: 0;
  margin-bottom: 0;
}

#gt_registration_form div.btn.btn-primary {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 10px auto;
  width: fit-content;
}
#gt_registration_form div.btn.btn-primary a {
  padding: 6px 12px;
  color: #3F3F38;
  text-decoration: none;
}
#gt_registration_form div.btn.btn-primary a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#gt_registration_form .next-previous-buttons a.btn.btn-primary {
  color: #3F3F38;
  background-color: #FFFFFF;
  background-image: none;
  border-color: #FFFFFF;
  border-radius: 0px;
  border-width: 1px;
  text-transform: uppercase;
  width: 155px;
  min-height: 42px;
  font-weight: 400;
  font-size: 14px;
  line-height: 42px;
  text-decoration: none;
}
#gt_registration_form .next-previous-buttons a.btn.btn-primary:hover, #gt_registration_form .next-previous-buttons a.btn.btn-primary:focus, #gt_registration_form .next-previous-buttons a.btn.btn-primary:active, #gt_registration_form .next-previous-buttons a.btn.btn-primary:active:hover {
  background-color: #111111;
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-image: none;
  font-weight: 400;
}
#gt_registration_form .next-previous-buttons a.btn.btn-primary[disabled], #gt_registration_form .next-previous-buttons a.btn.btn-primary[disabled]:hover, #gt_registration_form .next-previous-buttons a.btn.btn-primary[disabled]:focus {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(229.5, 229.5, 229.5);
}

/* ****************************************************************************************
************************************ Registration Summary *********************************
******************************************************************************************* */
.registration-summary h2 {
  padding-bottom: 0.1em;
  border-bottom: 1px solid #999;
}
.registration-summary .registration-summary-step div.form-group {
  min-height: 28px;
}
.registration-summary .registration-summary-step p.form-control-static {
  margin-bottom: 0;
}
.registration-summary .registration-summary-step .sessionInformationBlock label {
  margin-top: 7px;
}

/* ****************************************************************************************
************************************** MEDIA QUERIES **************************************
************************************** 767 and below **************************************
******************************************************************************************* */
@media (max-width: 767px) {
  #wrapLogin {
    background-color: #111111;
  }
  .gt_main_login {
    padding-top: 148px;
  }
  .gt_main_login_logo, .logo {
    width: 160px;
  }
  .gt_brand {
    display: none;
    height: 0;
  }
  header .gt_brand_image {
    display: none;
    margin: 0;
    position: absolute;
    top: 24px;
    left: 24px;
    width: 92px;
    z-index: 500;
    height: 20px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  header .gt_brand {
    display: none;
    position: absolute;
    height: 20px;
    top: 24px;
    left: 24px;
    width: 92px;
    background-image: url("../../../images/Genesis2026/GEN_Wing_negative_RBG_500x100.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1000;
  }
  header .gt_brand img {
    display: none;
  }
  .registration-payment-information .form-group {
    display: block;
  }
}
/* ****************************************************************************************
************************************** 768px and up **************************************
******************************************************************************************* */
@media (min-width: 768px) {
  body {
    background-color: #111111;
  }
  #wrap,
  .gt_main_content,
  .gt_main_login,
  #gt_registration,
  #gt_registration_form,
  #push,
  .container,
  footer {
    margin: 0 auto;
  }
  .gt_container {
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .container {
    width: 100%;
  }
  .gt_main_content,
  #gt_registration {
    padding: 60px 40px;
  }
  .gt_main_content {
    height: 100%;
    padding: 9vw;
    background-color: #262626;
  }
  #gt_col_nav {
    position: absolute;
    top: 0px;
    min-height: calc(100% - 0px - 0px);
    width: 300px;
    background-color: #111111;
    border-right: none;
  }
  #gt_col_nav .navbar {
    background-color: transparent;
    border: 0;
  }
  #gt_col_nav .navbar .container-fluid,
  #gt_col_nav .navbar .navbar-collapse {
    padding: 0;
  }
  #gt_col_nav .navbar .navItem,
  #gt_col_nav .navbar .last {
    width: 100%;
  }
  /* ------ VERTICAL Nav Adjustments ------ */
  #wrap.vertical, footer.vertical {
    max-width: 1170px;
  }
  #wrap.vertical .gt_main_content,
  #wrap.vertical .gt_content,
  #wrap.vertical #gt_registration,
  #wrap.vertical #gt_registration_form,
  #wrap.vertical #push, footer.vertical .gt_main_content,
  footer.vertical .gt_content,
  footer.vertical #gt_registration,
  footer.vertical #gt_registration_form,
  footer.vertical #push {
    max-width: 1170px;
  }
  #gt_col_content {
    margin-left: 300px;
    min-height: 950px;
  }
  #gt_col_content .ajax-loader {
    padding-left: 150px;
    margin: -16px 0 0 -16px;
  }
  /* ------ LOGIN  ------ */
  .gt_main_login, .page {
    height: 658px;
    width: auto;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    background-image: url("../../../images/GenesisRAB2026/Desktop Splash Image 1170x658px_3.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .gt_login_form {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  .gt_program_title {
    max-width: 90%;
  }
  /* ------ REGISTRATION LOGIN ------ */
  #gt_registration .access {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 1px;
  }
  #gt_registration .portal-action-buttons {
    text-align: left;
  }
  #gt_registration h1 {
    text-align: left;
  }
  .gt_registration_form {
    padding: 20px;
  }
  .registration-payment-info .text-center {
    text-align: center;
  }
  .portal-action-buttons .btn.btn-primary {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  /* ------ REGISTRATION ------ */
  .registration-guest table.table td:last-child {
    margin: 0 0.25em;
    text-align: center;
  }
  .registration-guest .btn.btn-xs {
    display: inline-block;
  }
  .registration-payment-information .form-control-static,
  .registration-summary .form-control-static {
    font-size: 17px;
    line-height: 1.428571429;
    margin-bottom: 0;
  }
  .registration-payment-information label + .form-control-static,
  .registration-summary label + .form-control-static {
    padding-top: 0;
  }
  /* ------ Speaker Page ------ */
  .speaker td {
    padding-bottom: 75px;
    display: table-cell;
  }
  .speaker td:first-child {
    width: 209px;
    text-align: center;
    vertical-align: top;
    padding: 0 34px 0 0;
  }
  .speaker td:nth-child(2) h2 {
    margin-top: 0px;
  }
  .speaker img {
    width: 175px;
  }
}
/* ****************************************************************************************
************************************** 992px and up **************************************
******************************************************************************************* */
@media (min-width: 992px) {
  .gt_main_content,
  #gt_registration {
    padding: 60px 75px 200px 75px;
  }
  .gt_row1:has(.widgetBody img) ~ .gt_row2 .gt_main_content {
    padding-top: 60px;
  }
  .registration-summary .btn.btn-xs {
    margin: 0 0.5em 0 0;
  }
}
/* ****************************************************************************************
************************************** If Splash Page **************************************
******************************************************************************************* */
@media (min-width: 992px) {
  .gt_main_login {
    background-image: url("../../../images/GenesisRAB2026/Desktop Splash Image 1170x658px_3.jpg");
    height: 658px;
    background-size: cover;
    background-position: bottom;
  }
}
@media (max-width: 992px) {
  .gt_main_login {
    background-image: url("../../../images/GenesisRAB2026/Mobile Splash Image 768x800px_3.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    background-size: cover;
    background-position: bottom;
    height: 100dvh;
  }
}
@media (min-width: 600px) and (max-width: 992px) and (min-height: 200px) and (max-height: 1000px) and (orientation: landscape) {
  .gt_main_login {
    background-image: url("../../../images/GenesisRAB2026/Mobile Flip Splash Image 760x584px_3.jpg");
    background-size: cover;
    height: 100dvh;
    padding-top: 20vh;
  }
}
/* ------ NAV STYLES & Bootstrap Overrides */
nav.navbar {
  width: auto;
  padding-right: 0;
  padding-left: 0;
  margin: 0 auto;
  border-radius: 0;
  z-index: 100;
  background-color: #111111;
  border: 1px solid transparent;
  background-image: none;
  box-shadow: none;
  --bs-navbar-padding-y: 0;
}
nav.navbar div.container-fluid {
  --bs-gutter-x: 0;
}

div.navbar-header a.brand,
div.navbar-header .navbar-brand {
  color: #FFF;
  font-size: 16px;
  display: block;
  padding: 0 28px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
}
div.navbar-header a.brand:hover,
div.navbar-header .navbar-brand:hover {
  text-decoration: none;
}
div.navbar-header .navbar-toggler {
  background-color: transparent;
  border-radius: 0;
  border-color: transparent;
  padding: 9px 24px 9px 10px;
}
div.navbar-header .navbar-toggler:hover, div.navbar-header .navbar-toggler:focus {
  background-color: transparent;
  box-shadow: none;
}
div.navbar-header .navbar-toggler .icon-bar {
  background-color: #D9D9D9;
  width: 32px;
  height: 4px;
  border-radius: 0;
}
div.navbar-header .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 5px;
}

div.navbar-collapse {
  max-height: fit-content;
}
div.navbar-collapse ul.navbar-nav {
  float: none;
  margin-top: 0;
  margin-bottom: 0;
}
div.navbar-collapse ul.navbar-nav > li.last {
  border-right: 0;
}
div.navbar-collapse ul.navbar-nav > li > a {
  display: block;
  text-align: left;
  width: 100%;
  padding: 20px 28px 20px 28px;
  color: #FFF;
  font-family: "GenesisSansHeadGlobal", Helvetica, Arial, sans-serif, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
div.navbar-collapse ul.navbar-nav > .active > a {
  color: #fff;
  background-color: transparent;
  font-weight: 400;
}
div.navbar-collapse ul.navbar-nav > li > a:hover, div.navbar-collapse ul.navbar-nav > li > a:focus,
div.navbar-collapse ul.navbar-nav > .active > a:hover,
div.navbar-collapse ul.navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: transparent;
  font-weight: 400;
}
div.navbar-collapse ul.navbar-nav .active a,
div.navbar-collapse ul.navbar-nav .active a:hover {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 55%;
}
div.navbar-collapse .vertical .navbar-nav > li > a {
  padding: 15px 30px;
}

/* ------ TABS ------ */
.nav .nav-tabs {
  overflow: hidden;
}

.tab-pane {
  overflow: hidden;
}

.tab-pane p {
  display: none;
}

.gt_nav {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    box-shadow: none;
  }
  .navbar-header {
    height: 66px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: end;
  }
  .navbar-header button.navbar-toggler {
    flex-basis: 10%;
  }
  .navbar-header button.navbar-toggler .icon-bar {
    display: block;
  }
  .navbar-header button.navbar-toggler .sr-only {
    display: none;
  }
  .navbar-header a.brand {
    flex-basis: 90%;
  }
  div.navbar-collapse {
    border-top: 1px solid transparent;
  }
}
/* ------ SMALL DEVICES (TABLETS, 768PX AND UP) ------ */
@media (min-width: 768px) {
  nav.navbar a.brand, nav.navbar .navbar-brand {
    display: none;
  }
  nav.navbar .navbar-nav {
    text-align: center;
  }
  nav.navbar .navbar-nav > li {
    display: inline-block;
    float: none;
  }
}
/* ****************************************************************************************
***************************************** CONTENT *****************************************
******************************************************************************************* */
body {
  font-family: "GenesisSansTextGlobal", Helvetica, Arial, sans-serif, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.428571429;
}

#gt_col_content a, .gt_main_login a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 400;
  cursor: pointer;
}
#gt_col_content a:hover, .gt_main_login a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 700;
}

p {
  margin-bottom: 17px;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* ------ HEADING STYLES ------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  font-family: "GenesisSansHeadGlobal", Helvetica, Arial, sans-serif, sans-serif;
  line-height: 1.1;
}

h1,
.h1 {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 48px;
  text-transform: uppercase;
}

* + h1 {
  margin-top: 0.7em;
}

p + h1 {
  margin-top: 0;
}

h1::after {
  background: #3D3935 none repeat scroll 0 0;
  content: "";
  display: none;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 30px;
  width: 61px;
}

h2,
.h2 {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

p + h2 {
  margin-top: 1em;
}

h3,
.h3 {
  margin-top: 1em;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

h4,
.h4 {
  margin-top: 1.2em;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 16px;
}

h5,
.h5 {
  margin-top: 1.2em;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0.5em;
}

h6,
.h6 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0.5em;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100dvw;
  }
}
/* --------------------------------- LEAD --------------------------------- */
p.gt_lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #FFFFFF;
}

/* ------------------------- Program Activities ----------------------------- */
p + .gt_activity_block {
  margin-top: 58px;
}

.gt_activity_block {
  margin-bottom: 58px;
}
.gt_activity_block .gt_sxs_image_wrapper {
  justify-content: space-between;
  margin-bottom: 28px;
  margin-left: 0px;
  margin-right: 0px;
}
.gt_activity_block .gt_sxs_image_wrapper div {
  --bs-gutter-x: 0;
}

@media (min-width: 767px) {
  .gt_sxs_image_wrapper .col-md-4 {
    width: 32.133333333%;
    padding: 0;
  }
  .gt_sxs_image_wrapper .col-md-6 {
    width: 49%;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .gt_sxs_image_wrapper .col-md-6 {
    width: 100%;
  }
}
/* ------------------------------ LISTS ------------------------------- */
.gt_main_content, #gt_registration {
  /* ------ INHERITING BOOTSTRAP DEFAULT STYLES FOR GOING INTO CONTENT REGION ------ */
}
.gt_main_content ol,
.gt_main_content ul, #gt_registration ol,
#gt_registration ul {
  padding-left: 18px;
}
.gt_main_content ol + *,
.gt_main_content ul + *, #gt_registration ol + *,
#gt_registration ul + * {
  margin-top: 17px;
}
.gt_main_content ol + hr,
.gt_main_content ul + hr, #gt_registration ol + hr,
#gt_registration ul + hr {
  margin-top: 40px;
}
.gt_main_content ol li,
.gt_main_content ul li, #gt_registration ol li,
#gt_registration ul li {
  padding-top: 6px;
}
.gt_main_content ol li ol, .gt_main_content ol li ul,
.gt_main_content ul li ol,
.gt_main_content ul li ul, #gt_registration ol li ol, #gt_registration ol li ul,
#gt_registration ul li ol,
#gt_registration ul li ul {
  padding-left: 15px;
}
.gt_main_content ul, #gt_registration ul {
  list-style: disc;
}
.gt_main_content ul li > ul > li > ul, #gt_registration ul li > ul > li > ul {
  margin-left: 5px;
  text-indent: 0;
}
.gt_main_content dd, #gt_registration dd {
  margin-bottom: 0.5em;
}
.gt_main_content div > ul > li > ul,
.gt_main_content div > ul > ul, #gt_registration div > ul > li > ul,
#gt_registration div > ul > ul {
  margin: 0;
  list-style-type: none;
}
.gt_main_content div > ul > li > ul > li,
.gt_main_content div > ul > ul > li, #gt_registration div > ul > li > ul > li,
#gt_registration div > ul > ul > li {
  text-indent: -15px;
}
.gt_main_content div > ul > li > ul > li:before,
.gt_main_content div > ul > ul > li:before, #gt_registration div > ul > li > ul > li:before,
#gt_registration div > ul > ul > li:before {
  content: "–";
  text-indent: -5px;
  margin-right: 10px;
}
.gt_main_content ul.dropdown-menu, #gt_registration ul.dropdown-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.gt_main_content ol.carousel-indicators,
.gt_main_content ul.nav,
.gt_main_content ul.list-group,
.gt_main_content ul.pager,
.gt_main_content ul.pagination, #gt_registration ol.carousel-indicators,
#gt_registration ul.nav,
#gt_registration ul.list-group,
#gt_registration ul.pager,
#gt_registration ul.pagination {
  padding-left: inherit;
}

/* ----------------------------------- TABLES --------------------------------- */
.table {
  --bs-table-color: $text-color;
  --bs-table-bg: $table-bg;
}

/* ------ GENERAL TABLE STYLING  ------ */
table.table {
  font-size: 16px;
}
table.table tr:nth-of-type(odd) {
  background-color: transparent;
}
table.table tr:nth-of-type(even) {
  background-color: transparent;
}

.table > tbody + tbody:before {
  background: transparent none repeat scroll 0 0;
  content: "";
  display: block;
  height: 50px;
  width: 61px;
}

.table > tbody + tbody {
  border-top: none;
}

table img {
  margin-right: 10px;
}

table p,
table.table p {
  margin-bottom: 0;
}

/* ------ TABLE Header & Data  ------ */
table.table th,
table.table td.table-first {
  text-transform: uppercase;
  border-top: 0px solid #fff;
  border-bottom: 0;
}

table.table > tbody > tr > th,
table.table > tbody > tr > td {
  line-height: 1.2;
  padding: 8px;
}
table.table > tbody > tr th {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
}
table.table > tbody > tr td {
  border-bottom: 1px solid #C5C6CA;
  border-top: none;
  padding: 8px;
}

table.table > tbody tr:first-child th {
  border-bottom: 1px solid #C5C6CA;
  border-top: none;
  background-color: transparent;
  padding-left: 0px;
}

/* ------ Agenda/Narrow TABLE   ------ */
table.agenda td:first-child {
  min-width: 240px;
  font-weight: 700;
  padding-left: 15px;
}

table.narrow {
  table-layout: auto;
}

table.table.narrow > tbody > tr > th:first-child,
table.table.narrow > tbody > tr > td:first-child {
  width: 180px;
}

/* ------ TABLE Collapse  ------ */
table.collapse {
  display: table;
}
table.collapse td,
table.collapse th {
  display: block;
}
table.collapse td:first-child,
table.collapse th:first-child {
  border-top-width: 2px;
}

/* ------ TABLE Directions  ------ */
table.directions {
  margin-bottom: 20px;
  width: 100%;
}
table.directions tbody tr {
  width: 100%;
}
table.directions tbody tr td {
  padding: 0;
  display: block;
}
table.directions tbody tr td img {
  width: 100%;
  height: auto !important;
  margin: 0;
  padding-bottom: 1em;
}

/* ------ SIGNATURE TABLE ------ */
table.signature > tbody > tr > td {
  max-width: 200px;
  padding-right: 10px;
  vertical-align: top;
}

/* ------ Photo TABLE   ------ */
#gt_col_content table.photo h2 {
  border-top: none;
}
#gt_col_content table.photo h2:first-child,
#gt_col_content table.photo h3:first-child {
  margin-top: 0;
}
#gt_col_content table.photo > tbody > tr > th,
#gt_col_content table.photo > tbody > tr > td {
  padding: 1em 0;
  vertical-align: top;
}

/* ------ Table media queries ------ */
@media (max-width: 767px) {
  table.table {
    border-collapse: collapse;
    table-layout: auto;
  }
  table.table tbody > tr {
    border-bottom: 1px solid #C5C6CA;
  }
  table.table tbody > tr td {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .table > tbody > tr > td,
  table > tbody > tr > td,
  td {
    display: table-row;
    height: 28px;
    border: none;
    border: 8px solid transparent;
  }
  table.narrow {
    table-layout: auto;
  }
  table.standardTable {
    margin: 0 -9vw;
    width: 100dvw;
  }
  table.standardTable tr th {
    display: none;
  }
  table.standardTable tr td:first-child,
  table.standardTable tr td {
    font-weight: 400;
  }
  table.standardTable tr td::before {
    content: attr(data-label);
    display: block;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  table.standardTable tbody tr th,
  table.standardTable tbody tr td,
  table.standardTable tbody tr td:first-child {
    min-width: 200px;
  }
  table.collapse td,
  table.collapse th {
    display: table-cell;
  }
  table.collapse td:first-child,
  table.collapse th:first-child {
    border-top-width: 1px;
  }
  table.directions tbody tr td {
    display: table-cell;
    max-height: 300px;
    width: auto;
  }
  table.directions tbody tr td img {
    width: auto;
    max-height: 300px !important;
    padding-bottom: 0;
  }
  table.directions tbody tr td:not(:last-child) img {
    padding-right: 1em;
  }
}
@media (min-width: 992px) {
  #gt_col_content table.photo td:first-child {
    width: 50%;
    padding-right: 1em;
  }
}
@media (max-width: 991px) {
  #gt_col_content table.photo img {
    display: block;
    margin: 0 auto;
  }
  #gt_col_content table.photo > tbody > tr > td:last-child {
    border-top: none;
    padding-top: 0;
  }
  #gt_col_content table.photo td,
  #gt_col_content table.photo th {
    display: block;
    width: 100%;
  }
  .PBViewing {
    width: 100vw;
  }
}
/* ----------------------- IMAGE AND MEDIA STYLES ---------------------- */
img {
  max-width: 100%;
  width: 100%;
}

img.pull-left {
  margin: 0 10px 10px 0;
}

img.pull-right {
  margin: 0 0 10px 10px;
}

.media-grid img {
  width: 100%;
  padding-bottom: 10px;
}

.media-body {
  display: table-cell;
  width: 10000px;
  margin: 0;
}
.media-body h1,
.media-body h2,
.media-body h3,
.media-body h4 {
  margin-top: 0;
}

.media-left,
.media-right {
  display: table-cell;
  width: auto;
  margin: 0;
}
.media-left img,
.media-right img {
  width: auto;
  padding-bottom: 10px;
  margin: 0;
}

.media-left img {
  padding-right: 10px;
}

.media-right img {
  padding-left: 10px;
}

.media-right,
.media > .pull-right,
.media-left,
.media > .pull-left {
  padding-left: 0;
}

.media-body,
.media-left,
.media-right,
.media img {
  display: block;
  width: 100%;
  padding: 0;
}

.media-body {
  padding-top: 15px;
}

.media img.media-object {
  margin-bottom: 0.5em;
}

@media (min-width: 320px) {
  img.pull-left {
    max-width: 100%;
    margin-right: 10px;
  }
  img.pull-right {
    max-width: 100%;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .media-left,
  .media-right,
  .media-body {
    display: inline-block;
    width: 50%;
  }
  .media-body {
    padding: 0;
  }
  .media-left {
    float: left;
  }
  .media-right {
    float: right;
  }
  .media-left + .media-body {
    padding-left: 30px;
  }
  .media-right + .media-body {
    padding-right: 30px;
  }
  .gt_feature_image {
    margin-bottom: 0;
    z-index: 100;
    position: relative;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .gt_feature_image {
    padding: 0;
  }
}
/* -------------------------- EMPHASIS --------------------------------- */
.text-muted {
  color: #ddd;
}

.text-primary {
  color: #5b5b5b;
}

.text-secondary {
  color: #818181;
}

.text-success {
  color: #008000;
}

.text-info {
  color: #9b9b9b;
}

.text-warning {
  color: #ff9500;
}

.text-danger {
  color: #ff0000;
}

/* ----------------------------- EMPHASIS BLOCK-STYLE ----------------------- */
.bg-muted,
.bg-primary,
.bg-secondary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger {
  padding: 15px;
}

.highlight {
  background-color: #ff0;
}

/* ------ LABELS ------ */
.label-default {
  background-color: #ddd;
}

.label-primary {
  background-color: #5b5b5b;
}

.label-secondary {
  color: #000;
  background-color: #818181;
}

.label-success {
  background-color: #008000;
}

.label-info {
  background-color: #9b9b9b;
}

.label-warning {
  background-color: #ff9500;
}

.label-danger {
  background-color: #ff0000;
}

/* ---------------------  ALTERNATE SIZES FOR BODY COPY ---------------------- */
.text-indent {
  padding-left: 1em;
}

.text-small {
  font-size: 93%;
}

.text-xsmall {
  font-size: 84%;
}

.text-xxsmall {
  font-size: 77%;
}

.text-large {
  font-size: 110%;
}

.text-xlarge {
  font-size: 120%;
}

.text-xxlarge {
  font-size: 130%;
}

/* ---------------------- BACK-TO-TOP ------------------------ */
.arrow_top,
.back_to_top {
  display: block;
  text-align: right;
}
.arrow_top a,
.back_to_top a {
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.arrow_top a::after,
.back_to_top a::after {
  content: url(../../../images/arrow_up.svg);
  display: inline-block;
  transform: scale(0.6);
  width: 30px;
}

.back_to_top {
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 10px;
  transition: opacity 100ms;
}
.back_to_top.show {
  opacity: 1;
}
.back_to_top a {
  color: #FFFFFF;
  padding: 2px 4px 4px 10px;
}
.back_to_top .background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  background: #ffffff;
  border-radius: 5px;
  opacity: 0.5;
}

/* ---------------------- PROFILE SNIPPET ----------------------- */
.bio .col-md-9 {
  padding-left: 0;
}
.bio img {
  padding-bottom: 15px;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs, td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm, td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md, td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg, td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm, td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs, td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md, td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg, td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md, td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs, td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm, td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg, td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg, td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs, td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm, td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md, td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs, td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs, td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm, td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm, td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md, td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md, td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg, td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg, td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print, td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print, td.hidden-print {
    display: none !important;
  }
}
/* ****************************************************************************************
************************************** FORM ELEMENTS **************************************
******************************************************************************************* */
.form-horizontal-form {
  padding: 20px;
  background-color: #ddd;
}

.portal-form, div.uploader {
  width: 100%;
  padding: 25px 15px;
  background-color: transparent;
  border-radius: 1px;
}

.gt_registration .portal-form, #gt_registration div.uploader {
  margin: 10px 0;
  border-top: none;
  border-bottom: none;
  padding: 30px 30px 30px 30px;
}

.gt_registration .registration-payment-information .portal-form > .portal-form {
  border-bottom: none;
}

/* ------  FORM GROUP ------ */
.form-horizontal .form-group {
  margin-bottom: 7px;
}

.registration-summary .form-horizontal .form-group {
  margin: 0 0 5px;
}
.registration-summary .form-horizontal .form-group > .col-sm-12 {
  padding: 0;
}

#gt_registration .form-horizontal .form-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

#gt_registration .form-horizontal .radiogroup .form-group, #gt_registration .form-horizontal .registration-session-block .form-group {
  display: block;
}

#gt_registration div.uploader .form-group {
  flex-direction: column;
}

/* ------ FORM INSTRUCTION ------ */
.help-block {
  color: #555;
  font-size: 14px;
  font-style: none;
  margin-bottom: 0;
}

.simple-instructions {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #FFFFFF;
  font-weight: 400;
}

.full-instructions {
  margin-top: 10px;
  color: #FFFFFF;
}

.simple-instructions > .full-instructions {
  margin-bottom: 0;
}

/* ------ FORM LABEL STYLES ------ */
label {
  margin-bottom: 0;
  font-weight: 400;
  color: #FFFFFF;
}

label.checkbox-inline,
label.radio-inline {
  margin-right: 10px;
}

.radio label {
  font-weight: 400;
  padding: 0 20px;
}

#gt_registration_form label.control-label {
  font-size: 17px;
  line-height: 1.42857143;
}
#gt_registration_form .registration-session .registration-session-category > .registration-session-block label.control-label {
  margin-top: 0;
}
#gt_registration_form .registration-session .registration-session-category > .registration-session-block ~ .registration-session-block label.control-label {
  margin-top: 7px;
}

.control-label.required:before, label.required:before {
  content: "*";
  color: #FFFFFF;
  display: inline-block;
  width: 8px;
  margin-right: 2px;
}

/* ------ FORM BUTTON STYLES ------ */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.gt_main_content .btn {
  margin-bottom: 1em;
}

.btn-primary {
  color: #3F3F38;
  background-color: #FFFFFF;
  background-image: none;
  border-color: #FFFFFF;
  border-radius: 0px;
  border-width: 1px;
  text-transform: uppercase;
  width: 155px;
  min-height: 42px;
  font-weight: 400;
  font-size: 14px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover {
  background-color: #111111;
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-image: none;
  font-weight: 400;
}
.btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(229.5, 229.5, 229.5);
}

#gt_registration div.btn-primary {
  color: #3F3F38;
  background-color: #FFFFFF;
  background-image: none;
  border-color: #FFFFFF;
  border-radius: 0px;
  border-width: 1px;
  text-transform: uppercase;
  width: 155px;
  min-height: auto;
  font-weight: 400;
  font-size: 14px;
}
#gt_registration div.btn-primary:hover, #gt_registration div.btn-primary:focus, #gt_registration div.btn-primary:active, #gt_registration div.btn-primary:active:hover {
  background-color: #111111;
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-image: none;
  font-weight: 400;
}
#gt_registration div.btn-primary[disabled], #gt_registration div.btn-primary[disabled]:hover, #gt_registration div.btn-primary[disabled]:focus {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(229.5, 229.5, 229.5);
}

.btn-secondary {
  color: #fff;
  background-color: #818181;
  border-color: rgb(116.25, 116.25, 116.25);
  border-radius: 0;
  border-width: 1px;
  font-size: 14px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:hover {
  background-color: rgb(112.425, 112.425, 112.425);
  border-color: rgb(99.675, 99.675, 99.675);
}
.btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus {
  background-color: rgb(103.5, 103.5, 103.5);
  border-color: rgb(90.75, 90.75, 90.75);
}

.btn-success {
  color: #fff;
  background-color: #008000;
  border-color: rgb(0, 102.5, 0);
  border-radius: 0;
  border-width: 1px;
  font-size: 14px;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:active:hover {
  background-color: rgb(0, 94.85, 0);
  border-color: rgb(0, 69.35, 0);
}
.btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus {
  background-color: #004d00;
  border-color: rgb(0, 51.5, 0);
}

.btn-info {
  color: #fff;
  background-color: #9b9b9b;
  border-color: rgb(142.25, 142.25, 142.25);
  border-radius: 0;
  border-width: 1px;
  font-size: 14px;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:active:hover {
  background-color: rgb(138.425, 138.425, 138.425);
  border-color: rgb(125.675, 125.675, 125.675);
}
.btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus {
  background-color: rgb(129.5, 129.5, 129.5);
  border-color: rgb(116.75, 116.75, 116.75);
}

.btn-warning {
  color: #fff;
  background-color: #ff9500;
  border-color: rgb(229.5, 134.1, 0);
  border-radius: 0;
  border-width: 1px;
  font-size: 14px;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:active:hover {
  background-color: rgb(221.85, 129.63, 0);
  border-color: rgb(196.35, 114.73, 0);
}
.btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus {
  background-color: rgb(204, 119.2, 0);
  border-color: rgb(178.5, 104.3, 0);
}

.btn-danger {
  color: #fff;
  background-color: #ff0000;
  border-color: rgb(229.5, 0, 0);
  border-radius: 0;
  border-width: 1px;
  font-size: 14px;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:active:hover {
  background-color: rgb(221.85, 0, 0);
  border-color: rgb(196.35, 0, 0);
}
.btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus {
  background-color: #cc0000;
  border-color: rgb(178.5, 0, 0);
}

.gt_main_content .btn-xs, .gt_main_content .btn-sm, #gt_registration #gt_registration_form .portal .btn-xs, #gt_registration #gt_registration_form .portal .btn-sm {
  color: #3F3F38;
  background-color: #FFFFFF;
  background-image: none;
  border-color: #FFFFFF;
  border-radius: 0px;
  border-width: 1px;
  text-transform: uppercase;
  width: fit-content;
  min-height: 25px;
  font-weight: 400;
  font-size: 400;
  min-width: fit-content;
  text-decoration: none;
}
.gt_main_content .btn-xs:hover, .gt_main_content .btn-xs:focus, .gt_main_content .btn-xs:active, .gt_main_content .btn-xs:active:hover, .gt_main_content .btn-sm:hover, .gt_main_content .btn-sm:focus, .gt_main_content .btn-sm:active, .gt_main_content .btn-sm:active:hover, #gt_registration #gt_registration_form .portal .btn-xs:hover, #gt_registration #gt_registration_form .portal .btn-xs:focus, #gt_registration #gt_registration_form .portal .btn-xs:active, #gt_registration #gt_registration_form .portal .btn-xs:active:hover, #gt_registration #gt_registration_form .portal .btn-sm:hover, #gt_registration #gt_registration_form .portal .btn-sm:focus, #gt_registration #gt_registration_form .portal .btn-sm:active, #gt_registration #gt_registration_form .portal .btn-sm:active:hover {
  background-color: #111111;
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-image: none;
  font-weight: inherit;
}
.gt_main_content .btn-xs[disabled], .gt_main_content .btn-xs[disabled]:hover, .gt_main_content .btn-xs[disabled]:focus, .gt_main_content .btn-sm[disabled], .gt_main_content .btn-sm[disabled]:hover, .gt_main_content .btn-sm[disabled]:focus, #gt_registration #gt_registration_form .portal .btn-xs[disabled], #gt_registration #gt_registration_form .portal .btn-xs[disabled]:hover, #gt_registration #gt_registration_form .portal .btn-xs[disabled]:focus, #gt_registration #gt_registration_form .portal .btn-sm[disabled], #gt_registration #gt_registration_form .portal .btn-sm[disabled]:hover, #gt_registration #gt_registration_form .portal .btn-sm[disabled]:focus {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(229.5, 229.5, 229.5);
}
.gt_main_content .btn-xs, #gt_registration #gt_registration_form .portal .btn-xs {
  display: inline-block;
  min-height: fit-content;
  height: fit-content;
  font-size: 12px;
  padding: 3px;
}
.gt_main_content .btn-sm, #gt_registration #gt_registration_form .portal .btn-sm {
  font-size: 12px;
  padding: 6px 10px;
  justify-self: center;
  margin: 5px;
}

.gt_main_content .btn {
  margin-bottom: 1em;
}

#nextButton,
#previousButton,
#gt_registration .btn.btn-primary,
.portal-action-buttons a.btn.btn-primary,
.portal-action-buttons .btn.btn-primary {
  min-width: 70px;
  margin: 0 2px;
  border-radius: 0px;
}

/* ------ FORM RADIO / CHECKBOX STYLES ------ */
input[type=checkbox],
input[type=radio] {
  margin: 3px 0 0;
}

.checkbox-group,
.radio-group {
  border-radius: 0;
  line-height: 1.42857143;
}

.radio-inline {
  display: inline-block;
  margin-right: 10px;
}
.radio-inline label {
  padding-left: 0;
}

.form-horizontal .radio:not(.radio-inline) {
  padding-top: 0;
  margin-left: 15px;
}

.registration-accomodations .form-horizontal .radio:not(.radio-inline) {
  padding-top: 0;
  margin-left: 0px;
}

.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  vertical-align: bottom;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
}

.form-horizontal .radio-group-validate .radio-inline,
.form-horizontal .checkbox-group-validate .checkbox-inline {
  padding-top: 2px;
}

/* ------ FORM INPUT/SELECTS ------ */
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

input,
select,
textarea,
input.form-control,
select.form-control,
textarea.form-control,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--classic .select2-selection--single .select2-selection__rendered,
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #262626;
  color: #AAA8A6;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.428571429;
  border-color: #FFFFFF;
}
input::placeholder, input::-ms-input-placeholder, input::-ms-input-placeholder,
select::placeholder,
select::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::placeholder,
textarea::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input.form-control::placeholder,
input.form-control::-ms-input-placeholder,
input.form-control::-ms-input-placeholder,
select.form-control::placeholder,
select.form-control::-ms-input-placeholder,
select.form-control::-ms-input-placeholder,
textarea.form-control::placeholder,
textarea.form-control::-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder,
.select2-container--default .select2-selection--single::placeholder,
.select2-container--default .select2-selection--single::-ms-input-placeholder,
.select2-container--default .select2-selection--single::-ms-input-placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered::placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered::-ms-input-placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered::-ms-input-placeholder,
.select2-container--default .select2-results__option--highlighted[aria-selected]::placeholder,
.select2-container--default .select2-results__option--highlighted[aria-selected]::-ms-input-placeholder,
.select2-container--default .select2-results__option--highlighted[aria-selected]::-ms-input-placeholder,
.select2-container--classic .select2-selection--single .select2-selection__rendered::placeholder,
.select2-container--classic .select2-selection--single .select2-selection__rendered::-ms-input-placeholder,
.select2-container--classic .select2-selection--single .select2-selection__rendered::-ms-input-placeholder,
.select2-container--classic .select2-results__option--highlighted[aria-selected]::placeholder,
.select2-container--classic .select2-results__option--highlighted[aria-selected]::-ms-input-placeholder,
.select2-container--classic .select2-results__option--highlighted[aria-selected]::-ms-input-placeholder {
  color: #bbb;
}
input:focus,
select:focus,
textarea:focus,
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.select2-container--default .select2-results__option--highlighted[aria-selected]:focus,
.select2-container--classic .select2-selection--single .select2-selection__rendered:focus,
.select2-container--classic .select2-results__option--highlighted[aria-selected]:focus {
  border-color: #AAA8A6;
}

input[type=text], input[type=password], select.form-control, .form-horizontal input#AccessCode, .form-horizontal input#txtAccessCode,
.select2.select2-container.select2-container--default, .selection .select2-selection.select2-selection--single, .select2-selection__rendered,
.select2-selection__clear, .select2-selection__arrow {
  height: 40px;
  width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #AAA8A6;
}

select.form-control {
  padding: 1px 28px 1px 12px;
  overflow: hidden;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  background: url("../../../img/arrow-down.png") right center no-repeat #262626;
  appearance: none;
  line-height: 1;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select.form-control::-ms-expand {
  display: none;
}
select.form-control option {
  background-color: #111111;
  color: #FFFFFF;
  font-family: "GenesisSansTextGlobal", Helvetica, Arial, sans-serif, sans-serif;
}

/* ------  REQUIRED INDICATOR STYLES FOR FIELD ELEMENTS ------ */
#gt_registration .form-group input.input-validation-error,
#gt_registration .form-group input[required].input-validation-error:not([type=radio]),
#gt_registration .form-group select.input-validation-error,
#gt_registration .form-group select.input-validation-error + .select2-container .select2-selection--single .select2-selection__rendered,
#gt_registration .form-group textarea[required].input-validation-error {
  background-color: #262626;
  border: 1px solid #D83636;
}
#gt_registration .form-group input.input-validation-error:focus,
#gt_registration .form-group input[required].input-validation-error:not([type=radio]):focus,
#gt_registration .form-group select.input-validation-error:focus,
#gt_registration .form-group select.input-validation-error + .select2-container .select2-selection--single .select2-selection__rendered:focus,
#gt_registration .form-group textarea[required].input-validation-error:focus {
  color: #AAA8A6;
  background-color: #262626;
  border: 1px solid #AAA8A6;
}
#gt_registration .form-group select.input-validation-error + span.select2-container--open .select2-selection--single .select2-selection__rendered {
  background-color: #262626;
  color: #AAA8A6;
  border: 1px solid #AAA8A6;
}

/* ------ FORM ALERTS & ERRORS ------ */
.alert.alert-error {
  color: #ff0000;
  border: 1px solid rgb(255, 178.5, 178.5);
  background-color: #ffcccc;
}

label.error,
.field-validation-error {
  margin-left: 0;
}

label.error:empty {
  margin: 0;
}

label > label.error,
.field-validation-error {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 14px;
  color: #ff0000;
  font-weight: normal;
  float: right;
}

label.error select,
.field-validation-error select {
  color: #555;
  font-weight: normal;
}

.checkbox-group-validate,
.radio-group-validate {
  padding: 1%;
  border: 1px solid #ff0000;
}

.portal-form .alert.alert-info {
  display: block;
  max-width: 100%;
  padding: 4px 8px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  border: 0;
  border-radius: 0;
  color: #ff0000;
  background-color: transparent;
}

/* ----- FORM FOCUS STATE ----- */
.select2-container.select2-container--default .select2-dropdown input.select2-search__field:focus, .select2.select2-container.select2-container--default:focus,
.select2.select2-container.select2-container--default .selection .select2-selection.select2-selection--single:focus, input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  outline: 0px;
  box-shadow: none;
  border: 1px solid #AAA8A6;
  background-color: #262626;
  color: #AAA8A6;
}

select.airlineChooser.error ~ .select2.select2-container.select2-container--default .selection .select2-selection.select2-selection--single:focus, select.airlineChooser.error ~ .select2.select2-container.select2-container--default:focus, input.form-control.error:focus,
select.form-control.error:focus,
textarea.form-control.error:focus {
  outline: 0px;
  box-shadow: none;
  border: 1px solid #ff0000;
}
select.airlineChooser.error ~ .select2.select2-container.select2-container--default .selection .select2-selection.select2-selection--single:focus, select.airlineChooser.error ~ .select2.select2-container.select2-container--default:focus, input.form-control.error:focus,
select.form-control.error:focus,
textarea.form-control.error:focus {
  background-color: #262626;
  color: #AAA8A6;
  border: 1px solid #AAA8A6;
}

/* ----- FORM Disabled STATE ----- */
.form-control[disabled], .form-control[disabled]:focus,
.form-control[readonly], input.form-control[readonly]:focus,
fieldset[disabled] .form-control {
  background-color: #262626;
  opacity: 1;
  border-color: #cccccc;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed;
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed;
}

/* ------ Select2 input styles -- necessary for overriding default styling  ------ */
.selection .select2-selection.select2-selection--single {
  border: none;
  box-shadow: none;
}
.selection .select2-selection.select2-selection--single:focus {
  box-shadow: none;
  border: none;
}
.selection .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
  border: 1px solid #ccc;
  border-color: #FFFFFF;
}
.selection .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__clear {
  line-height: 40px !important;
  text-align: right;
}
.selection .select2-selection.select2-selection--single .select2-selection__arrow {
  line-height: 40px;
}

.selection .select2-results__option[aria-selected=true] {
  background-color: #111111;
}

/* ------ Select2 input dropdown -- necessary for overriding default styling  ------ */
.select2-container.select2-container--default .select2-dropdown {
  border: 1px solid #ccc;
  background-color: #111111;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected] {
  color: white;
  background-color: #1967D2;
}
.select2-container.select2-container--default .select2-dropdown .select2-results .select2-results__option[aria-selected] {
  color: #FFFFFF;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 10px;
  overflow: hidden;
}

/* ------ Select2 input ------ */
/* ------ Select2 input dropdown menu  ------ */
/* ------ Select input  ------ */
/* ------ Select2 input  ------ */
select.airlineChooser.error ~ .select2.select2-container.select2-container--default .selection .select2-selection.select2-selection--single {
  border-color: #ff0000;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-top: 3px;
  accent-color: #93918f;
}

/* 768PX AND UP */
@media (min-width: 768px) {
  /* ------ REGISTRATION ------ */
  .gt_registration .portal-form {
    padding: 0px;
  }
  #gt_registration_form label.control-label {
    text-align: right;
    padding-right: 30px;
  }
}
/* 768PX AND DOWN */
@media (max-width: 768px) {
  /* ------ REGISTRATION ------ */
  #gt_registration .form-horizontal .form-group {
    justify-content: flex-start;
  }
  #gt_registration_form div.col-sm-7 {
    width: 100%;
  }
  #gt_registration_form .registration-summary-step .form-group {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gt_registration .portal-form {
    padding: 0vw;
  }
}
/* Move Previous And Next Buttons */
#gt_registration #gt_registration_form .portal-action-buttons .row .col-sm-offset-5 {
  margin-left: 33.666667%;
}

.next-previous-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

/* ------ DATE-TIME PICKER STYLES ------ */
/* ------ @extend-elements ------ */
.xdsoft_datetimepicker .xdsoft_today_button, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_calendar th, .xdsoft_datetimepicker .xdsoft_calendar td {
  width: 14.2857142%;
  background: #ddd;
  border: 1px solid #999;
  color: #555;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
  display: table-cell;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #5b5b5b;
  box-shadow: #5b5b5b 0 1px 3px 0 inset;
  color: #fff !important;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #9b9b9b !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td {
  background: #222;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default {
  background: #9b9b9b;
  box-shadow: #ff0000 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  color: #333;
  font-family: "GenesisSansTextGlobal", Helvetica, Arial, sans-serif, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  display: none;
  width: 224px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #999;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #ddd;
  border-top: 1px solid #999;
  color: #555;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td {
  width: 12.5%;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC");
  opacity: 0.5;
  background-position: -118px -27px;
  background-size: 130px;
  display: inline-block;
  width: 12px;
  height: 20px;
  vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #9b9b9b;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #5b5b5b;
  box-shadow: rgb(78.25, 78.25, 78.25) 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC");
  float: left;
  background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC");
  float: right;
  background-position: 0 0;
}
.xdsoft_datetimepicker .xdsoft_next:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC");
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 97px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #5b5b5b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
  background: #ddd;
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 57px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #ddd !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #999 !important;
}
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #555;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==");
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #5b5b5b;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #9b9b9b;
  box-shadow: #ff0000 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==");
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==");
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==");
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #9b9b9b;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover {
  color: #000 !important;
  background: #5b5b5b !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #222;
  color: #555;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #222 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #222;
  border-top: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #5b5b5b !important;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect:selection {
  background: transparent;
}
.xdsoft_noselect:-moz-selection {
  background: transparent;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

td.xdsoft_date.xdsoft_day_of_week0,
td.xdsoft_date.xdsoft_day_of_week1,
td.xdsoft_date.xdsoft_day_of_week2,
td.xdsoft_date.xdsoft_day_of_week3,
td.xdsoft_date.xdsoft_day_of_week4,
td.xdsoft_date.xdsoft_day_of_week5,
td.xdsoft_date.xdsoft_day_of_week6 {
  background: #fff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background: #999;
  box-shadow: none;
}

.xdsoft_datetimepicker td.xdsoft_date.xdsoft_other_month,
.xdsoft_datetimepicker td.xdsoft_date.xdsoft_other_month.xdsoft_today {
  background: #e5e5e5;
  color: #444;
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  color: #111;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background-color: #BBB;
}

.xdsoft_datetimepicker .xdsoft_label i {
  background-position: -116px -34px;
  background-size: 81px;
  height: 18px;
  width: 15px;
}

/* ------ FOOTER STYLES ------ */
footer.container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  height: 0px;
  background-color: #5b5b5b;
}

.gt_footer_image img {
  min-width: 960px;
  overflow: hidden;
}

/* ---- Consent Banner ----*/
.cookies-eu-banner {
  background: #444;
  color: #FFF;
  font-size: 15px;
  padding: 6px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.cookies-eu-banner #consentButton {
  color: #FFF;
  background-color: #222;
  background-image: none;
  border-color: #000;
  border-radius: 18px;
  border-width: 1px;
  text-transform: none;
  width: 50px;
  min-height: 400;
  font-weight: 400;
  font-size: 700;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 7px;
  margin: 4px 0 4px 20px;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
  height: auto;
  line-height: normal;
}
.cookies-eu-banner #consentButton:hover, .cookies-eu-banner #consentButton:focus, .cookies-eu-banner #consentButton:active, .cookies-eu-banner #consentButton:active:hover {
  background-color: #FFF;
  border-color: #000;
  color: #000;
  background-image: none;
  font-weight: inherit;
}
.cookies-eu-banner #consentButton[disabled], .cookies-eu-banner #consentButton[disabled]:hover, .cookies-eu-banner #consentButton[disabled]:focus {
  background-color: rgb(8.5, 8.5, 8.5);
  border-color: hsl(0, 0%, -10%);
}
.cookies-eu-banner a {
  color: #FFF;
  text-decoration: underline;
  font-weight: 400;
}
.cookies-eu-banner a:hover {
  color: #FFF;
  text-decoration: underline;
  font-weight: 700;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Slider Description*/
.imgDownload {
  position: relative;
  top: -55px;
  bottom: 0;
  left: 620px;
  right: 0;
  height: 50px;
  width: 50px !important;
  opacity: 10;
  background-color: transparent;
}

.sliderImage {
  width: 55%;
  height: 100%;
  float: left;
  display: inline-block;
}

.divider {
  width: 10%;
  height: 100%;
  display: inline-block;
}

.sliderDescription {
  width: 35%;
  display: inline-block;
  float: right;
  margin-left: auto;
  top: 10px;
  overflow: hidden;
}

.H1 {
  color: white;
  font-weight: bold;
  font-size: 2.5em;
}

.H2 {
  color: white;
  font-weight: normal;
  font-size: 1.5em;
}

.descriptionContent {
  margin-top: 30px;
  color: #aaa;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 80%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 830px;
  z-index: 50;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 390px;
  z-index: 50;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.75;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: white;
}

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

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

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/**************************************************/
/************** Secure File Uploader **************/
/**************************************************/
.uploader .filediv, #gt_registration .access .uploader .promptSection input {
  width: 286px;
  margin: 10px auto;
  text-align: center;
  position: relative;
  display: block;
}

.uploader .filediv .file-select-name {
  background-color: transparent;
  border: none;
  min-width: 200px;
  min-height: 36px;
  padding: 6px 10px;
  width: fit-content;
  margin: 10px auto;
  text-align: center;
  color: #fff;
}

.uploader .filediv input[type=file] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  padding: 0;
}

.uploader .file-column,
#gt_registration .access #MoSeUp_fileupload.btn.btn-primary {
  width: fit-content;
  margin: auto;
}

#gt_registration .access .uploader div.btn.btn-primary {
  color: #3F3F38;
  background-color: #FFFFFF;
  background-image: none;
  border-color: #FFFFFF;
  border-radius: 0px;
  border-width: 1px;
  text-transform: uppercase;
  width: fit-content;
  min-height: auto;
  font-weight: 400;
  font-size: 14px;
  width: fit-content;
  padding: 6px 10px;
  margin: 0 auto;
}
#gt_registration .access .uploader div.btn.btn-primary:hover, #gt_registration .access .uploader div.btn.btn-primary:focus, #gt_registration .access .uploader div.btn.btn-primary:active, #gt_registration .access .uploader div.btn.btn-primary:active:hover {
  background-color: #111111;
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-image: none;
  font-weight: inherit;
}
#gt_registration .access .uploader div.btn.btn-primary[disabled], #gt_registration .access .uploader div.btn.btn-primary[disabled]:hover, #gt_registration .access .uploader div.btn.btn-primary[disabled]:focus {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(229.5, 229.5, 229.5);
}

/**************************************************/
/***************** Countdown Timer ****************/
/**************************************************/
.countdownWidget {
  text-align: center;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

#clockdiv {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  display: inline-block;
  font-weight: 400;
  text-align: center;
}

#clockdiv > div {
  padding: 7px 10px;
  border-radius: 1px;
  background: #ddd;
  display: inline-block;
}

#clockdiv div > span {
  padding: 5px;
  border-radius: 1px;
  background: #fff;
  font-weight: 600;
  font-size: 33px;
  display: inline-block;
}

.smalltext {
  padding-top: 6px;
  font-size: 15px;
  font-weight: 400;
}

/**************************************************/
/***************** Photo Gallery ******************/
/**************************************************/
:root {
  --pg-image-margin: 2px;
}

.flexbox #photo-grid .item {
  margin: var(--pg-image-margin);
}

#gt_col_content .photo-gallery {
  padding: 60px 75px 200px 75px;
}
#gt_col_content .photo-gallery .controls {
  background-color: #262626;
}
#gt_col_content .photo-gallery .gallery-info h1 {
  padding-top: 15px;
}
#gt_col_content .photo-gallery .badge, #gt_col_content .photo-gallery #view-selected-button .badge {
  color: #3F3F38;
  background-color: #FFFFFF;
  font-size: 14px;
  top: 0;
  padding: 0;
}
#gt_col_content .photo-gallery .badge .dropdown-toggle::after, #gt_col_content .photo-gallery #view-selected-button .badge .dropdown-toggle::after {
  vertical-align: middle;
}
#gt_col_content .photo-gallery #view-selected-button:hover .badge {
  color: #FFFFFF;
  background-color: #111111;
}
#gt_col_content .photo-gallery #view-selected-button[disabled=disabled] {
  opacity: 100;
}
#gt_col_content .photo-gallery span.caret {
  display: none;
}
#gt_col_content .photo-gallery button#dropdownMenu1,
#gt_col_content .photo-gallery .right-buttons button {
  width: auto;
  min-width: 150px;
  max-width: 250px;
}
#gt_col_content .photo-gallery .categories button.show {
  display: inline-block !important;
}
#gt_col_content .photo-gallery .right-buttons {
  display: flex;
  justify-content: space-around;
}
#gt_col_content .photo-gallery ul.dropdown-menu {
  background-color: #111111;
}
#gt_col_content .photo-gallery ul.dropdown-menu li.category-item {
  padding: 5px 10px;
}
#gt_col_content .photo-gallery ul.dropdown-menu li.category-item a {
  color: #FFFFFF;
  background-color: #111111;
  font-size: 16px;
}
#gt_col_content .photo-gallery .photo-controls button.btn-default {
  color: #3F3F38;
  background-color: #FFFFFF;
  background-image: none;
  border-color: #FFFFFF;
  border-radius: 0px;
  border-width: 1px;
  text-transform: uppercase;
  width: auto;
  min-height: auto;
  font-weight: 400;
  font-size: 14px;
}
#gt_col_content .photo-gallery .photo-controls button.btn-default:hover, #gt_col_content .photo-gallery .photo-controls button.btn-default:focus, #gt_col_content .photo-gallery .photo-controls button.btn-default:active, #gt_col_content .photo-gallery .photo-controls button.btn-default:active:hover {
  background-color: #111111;
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-image: none;
  font-weight: 400;
}
#gt_col_content .photo-gallery .photo-controls button.btn-default[disabled], #gt_col_content .photo-gallery .photo-controls button.btn-default[disabled]:hover, #gt_col_content .photo-gallery .photo-controls button.btn-default[disabled]:focus {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(229.5, 229.5, 229.5);
}
#gt_col_content .photo-gallery .photo-controls button.btn-default:focus {
  background-color: #FFFFFF;
  color: #3F3F38;
}
#gt_col_content .photo-gallery .photo-controls button.btn-success {
  color: #FFFFFF;
  background-color: #111111;
  background-image: none;
  border-color: #FFFFFF;
  border-radius: 0px;
  border-width: 1px;
  text-transform: uppercase;
  width: auto;
  min-height: auto;
  font-weight: 400;
  font-size: 14px;
}
#gt_col_content .photo-gallery .photo-controls button.btn-success:hover, #gt_col_content .photo-gallery .photo-controls button.btn-success:focus, #gt_col_content .photo-gallery .photo-controls button.btn-success:active, #gt_col_content .photo-gallery .photo-controls button.btn-success:active:hover {
  background-color: #111111;
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-image: none;
  font-weight: 400;
}
#gt_col_content .photo-gallery .photo-controls button.btn-success[disabled], #gt_col_content .photo-gallery .photo-controls button.btn-success[disabled]:hover, #gt_col_content .photo-gallery .photo-controls button.btn-success[disabled]:focus {
  background-color: hsl(0, 0%, -3.3333333333%);
  border-color: rgb(229.5, 229.5, 229.5);
}
#gt_col_content .photo-gallery .photo-controls button.btn-success:focus {
  background-color: #111111;
  color: #FFFFFF;
}

.glyphicon-download-alt {
  display: block;
  height: 15px;
  width: 15px;
  background-image: url("../../../images/box-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 767px) {
  #gt_col_content .container .photo-gallery {
    padding: 70px 10px 70px 10px;
  }
  #photo-grid .item img {
    height: 50vw;
  }
}
/**************************************************/
/************ Header Image Placeholder ************/
/**************************************************/
@media (max-width: 767px) {
  .gt_feature_image {
    display: none;
  }
}
@media (min-width: 768px) {
  .gt_feature_image_mobile {
    display: none;
  }
}
/**************************************************/
/*************** Standings Widget *****************/
/**************************************************/
.standingsModal {
  padding: 0;
  margin: 0;
}

.standingsModal .close {
  opacity: 1;
  font-size: 30px;
}

.standingsContainer .standingsModal .modal-lg,
.gt_main_content .final-four-modal .modal-lg {
  max-width: 90vw;
  width: fit-content;
  position: static;
  padding: 5px 15px 5px 15px;
  background-color: white;
  box-sizing: border-box;
  left: 0;
}

.standingsModal .modal-lg .modal-content {
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  border: none !important;
  background: none;
  font-size: 12pt;
}

.standingsModal .modal-lg .modal-content .modal-header {
  text-align: center;
  padding-bottom: 20px;
}

.standingsModal .modal-lg .modal-content .modal-body {
  overflow-y: scroll !important;
  height: 65vh !important;
  display: block;
  padding: 0 15px;
}

.standingsModal .modal-lg .modal-content .modal-body th {
  position: sticky !important;
  top: 0 !important;
  width: 75px;
  background-color: white;
  text-align: center;
  vertical-align: middle;
}

.standingsModal .modal-lg .modal-content .modal-body td {
  text-align: center;
}

.standingsModal .modal-lg .modal-content .modal-body th:after,
.standingsModal .modal-lg .modal-content .modal-body th:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}

.standingsModal .modal-lg .modal-content .modal-body th:after {
  bottom: 0;
  border-bottom: 3px solid #e6e6e6;
}

.standingsModal .modal-lg .modal-content .modal-footer .btn {
  color: #3F3F38;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 0px;
  text-transform: uppercase;
  width: 155px;
  font-weight: 400;
}

.standingsModal .modal-lg .modal-content .modal-footer .btn:hover {
  color: #FFFFFF;
  background-color: #111111;
  border-color: #FFFFFF;
  border-radius: 0px;
  text-transform: uppercase;
  width: 155px;
  font-weight: inherit;
}

.standings .italics {
  font-style: italic;
}

.standings .bold {
  font-weight: 700;
}

.standings table.table tr.green-background:nth-of-type(even), .standings-container table.table tr.green-background:nth-of-type(odd) {
  background-color: #A9D08E;
}

.standings table.table tr.blue-background:nth-of-type(even), .standings-container table.table tr.blue-background:nth-of-type(odd) {
  background-color: #82b6fe;
}

.standings table.table tr.yellow-background:nth-of-type(odd), .standings table.table tr.yellow-background:nth-of-type(even) {
  background-color: #FFD966;
}

.standings-container {
  overflow-x: auto;
  background-color: white;
}
.standings-container .gt_program_title {
  display: none;
}
.standings-container .btn-primary {
  background-color: #5b5b5b;
  font-weight: 700;
}
.standings-container .hidden-table {
  display: none;
}
.standings-container .hidden-contentBlock {
  display: none;
}
.standings-container .standings-modal {
  padding: 0;
  margin: 0;
}
.standings-container .standings-modal .modal-lg {
  width: 98vw;
  padding: 5px 15px 5px 15px;
  background-color: white;
  box-sizing: border-box;
}
.standings-container .standings-modal .modal-lg .modal-content {
  box-shadow: unset;
  -webkit-box-shadow: unset;
  border: none;
  background: none;
  font-size: 10pt;
}
.standings-container .standings-modal .modal-lg .modal-content .modal-body .standings {
  overflow-y: scroll;
  height: 65vh;
  display: block;
}
.standings-container .standings-modal .modal-lg .modal-content .modal-body .standings thead th {
  position: sticky;
  top: 0;
  background-color: white;
}
.standings-container .close {
  opacity: 1;
  font-size: 30px;
}
.standings-container .standings-legend span {
  display: inline-block;
  line-height: 20px;
  padding: 4px 8px;
  margin: 0 5px;
}
.standings-container .number-formatting {
  text-align: center;
}

@media (max-width: 767px) {
  .standings-container .table > tbody > tr > td, .standings-container table > tbody > tr > td, .standings-container td {
    display: table-cell;
  }
}
/**************************************************/
/****************** Spin To Win** *****************/
/**************************************************/
#spinToWin .access .btn.btn-primary {
  min-width: fit-content;
}

.spinnerContainer .spinner, .spinnerContainer .prizes, .spinnerContainer #prize-won-list .th {
  text-align: center;
  font-size: 15px;
}
.spinnerContainer .spinner {
  margin-right: 0;
  margin-left: 0;
}
.spinnerContainer .spinner h2 {
  text-align: left;
  margin-bottom: 50px;
}
.spinnerContainer #wheel-controls, .spinnerContainer .spinButtonContainer {
  display: flex;
  flex-direction: column;
}
.spinnerContainer #wheel-controls a.btn.btn-primary, .spinnerContainer .spinButtonContainer a.btn.btn-primary {
  margin: 10px auto;
  width: fit-content;
  max-width: 250px;
  z-index: 1;
}
.spinnerContainer table#prize-won-list {
  margin-bottom: 100px;
}
.spinnerContainer table#prize-won-list th {
  text-align: center;
  border-bottom: none;
}
.spinnerContainer table#prize-won-list td {
  border-top: none;
}
.spinnerContainer .wheel-wrapper {
  position: relative;
  width: 400px;
  height: 400px;
  margin: auto;
}
.spinnerContainer svg {
  transform: rotate(-90deg);
  transition: transform 5s cubic-bezier(0.33, 1, 0.68, 1);
}
.spinnerContainer .pointer {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid red;
  position: absolute;
  top: -10px;
  left: calc(50% - 15px);
}
.spinnerContainer button {
  margin-top: 20px;
  position: relative;
  z-index: 5000;
}
.spinnerContainer #result {
  margin-top: 20px;
  font-size: 28px;
  text-align: center;
  margin-bottom: 0.5em;
}
.spinnerContainer #wheel {
  width: 400px;
  height: 400px;
  z-index: 0;
}

#spinToWin .wheel-wrapper {
  max-width: 60%;
  margin: 0 auto;
}
#spinToWin .prizeWheelSlice {
  stroke: #ffffff;
  stroke-width: 3px;
}
#spinToWin .prizeWheelText {
  font-size: 2em;
  fill: #000000;
}
#spinToWin span.form-control {
  background-color: #eee;
  opacity: 1;
}

#spinToWin .prizeWheelSlice:nth-of-type(1) {
  fill: #1c305d;
}

#spinToWin .prizeWheelText:nth-of-type(1) {
  fill: #FFFFFF;
  font-weight: 700;
}

#spinToWin .prizeWheelSlice:nth-of-type(2) {
  fill: #dcdcdc;
}

#spinToWin .prizeWheelText:nth-of-type(2) {
  fill: #000000;
  font-weight: 700;
}

#spinToWin .prizeWheelSlice:nth-of-type(3) {
  fill: #054958;
}

#spinToWin .prizeWheelText:nth-of-type(3) {
  fill: #FFFFFF;
  font-weight: 700;
}

#spinToWin .prizeWheelSlice:nth-of-type(4) {
  fill: #aacae6;
}

#spinToWin .prizeWheelText:nth-of-type(4) {
  fill: #000000;
  font-weight: 700;
}

#spinToWin .prizeWheelSlice:nth-of-type(5) {
  fill: #396080;
}

#spinToWin .prizeWheelText:nth-of-type(5) {
  fill: #FFFFFF;
  font-weight: 700;
}

#spinToWin .prizeWheelSlice:nth-of-type(6) {
  fill: #c0d1d6;
}

#spinToWin .prizeWheelText:nth-of-type(6) {
  fill: #000000;
  font-weight: 700;
}

#spinToWin .prizeWheelSlice:nth-of-type(7) {
  fill: #333333;
}

#spinToWin .prizeWheelText:nth-of-type(7) {
  fill: #FFFFFF;
  font-weight: 700;
}

#spinToWin .prizeWheelSlice:nth-of-type(8) {
  fill: #00aad2;
}

#spinToWin .prizeWheelText:nth-of-type(8) {
  fill: #000000;
  font-weight: 700;
}

table#prize-won-list tr:first-child th {
  background-color: transparent;
}
table#prize-won-list tr td:first-child {
  border-right: 6px solid #fff;
}

@media (max-width: 767px) {
  #spinToWin .wheel-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
  .spinnerContainer .wheel-wrapper {
    width: 84vw;
    height: 84vw;
  }
  .spinnerContainer #wheel {
    width: 84vw;
    height: 84vw;
  }
  #prize-won-list th, #prize-won-list td {
    display: table-cell;
    text-align: center;
  }
  .prizeWheelText {
    font-size: 14px;
  }
}
#wheel-controls {
  padding: 0;
}

/* ------ LOGIN PAGE - STRUCTURE VARIABLES ------ */
/* ------ LOGIN PAGE - LOGO ------ */
/* ------ LOGIN PAGE - FORM ------ */
/* ------ LOGIN PAGE - FORM ELEMENTS ------ */
/* ------ LOGIN STRUCTURE MIXINS ------ */
/* ------ LOGIN LOGO MIXINS ------ */
/* ------ LOGIN FORM ALIGNMENT MIXINS ------ */
/* ------ LOGIN FORM ELEMENT - LABEL MIXINS ------ */
/* ------ LOGIN FORM ELEMENT - TEXTBOX MIXINS ------ */
/* ------ LOGIN FORM ELEMENT - BUTTON MIXINS ------ */
/* ------ DESKTOP LOGIN POSITION / ALIGNMENT ------ */
/* For use with custom login page. (Works best when logo & title are hidden) */
/* Desktop resolutions only! */
/* Parameters:
    $align: 'left', 'right' or 'center'
    $top: pixels from top of page
    $side: pixels from left/right of (960*800) login graphic */
/**************************************************************************************************
****************************************** FRAMEWORK **********************************************
**************************************************************************************************/
/* *************************************** LOGIN */
/*
//Uncomment for custom splashpage login img
    .gt_main_login_logo img {
        content: $url_login_logo;
        width: 100%;
        max-width: 100%;        
    }
*/
/* *************************************** BRAND */
/* *************************************** NAVBAR */
div.navbar-header a.brand {
  font-family: "GenesisSansHeadGlobal", Helvetica, Arial, sans-serif, sans-serif;
  font-weight: 300;
}

/**************************************************************************************************
******************************* HTML ELEMENTS / SIMPLE CLASSES ************************************
**************************************************************************************************/
/**************************************************************************************************
***************************************** REGISTRATION ********************************************
**************************************************************************************************/
.btn.btn-primary {
  font-family: "GenesisSansHeadGlobal", Helvetica, Arial, sans-serif, sans-serif;
}

#gt_registration .access .form-group input, #gt_registration .access .form-group select, #gt_registration .access .form-group textarea,
#gt_registration .access .form-group input.form-control, #gt_registration .access .form-group select.form-control, #gt_registration .access .form-group textarea.form-control,
#gt_registration .access .form-group .selection .select2-selection.select2-selection--single .select2-selection__rendered,
#gt_registration #gt_registration_form input,
#gt_registration #gt_registration_form select,
#gt_registration #gt_registration_form textarea,
#gt_registration #gt_registration_form input.form-control,
#gt_registration #gt_registration_form select.form-control,
#gt_registration #gt_registration_form textarea.form-control,
#gt_registration #gt_registration_form .selection .select2-selection.select2-selection--single .select2-selection__rendered, #gt_registration input, #gt_registration select, #gt_registration textarea,
#gt_registration input.form-control, #gt_registration select.form-control, #gt_registration textarea.form-control,
#gt_registration .selection .select2-selection.select2-selection--single .select2-selection__rendered {
  border-left: none;
  border-right: none;
  border-top: none;
}
#gt_registration .access .form-group input:focus, #gt_registration .access .form-group input:hover, #gt_registration .access .form-group select:focus, #gt_registration .access .form-group select:hover, #gt_registration .access .form-group textarea:focus, #gt_registration .access .form-group textarea:hover,
#gt_registration .access .form-group input.form-control:focus,
#gt_registration .access .form-group input.form-control:hover, #gt_registration .access .form-group select.form-control:focus, #gt_registration .access .form-group select.form-control:hover, #gt_registration .access .form-group textarea.form-control:focus, #gt_registration .access .form-group textarea.form-control:hover,
#gt_registration .access .form-group .selection .select2-selection.select2-selection--single .select2-selection__rendered:focus,
#gt_registration .access .form-group .selection .select2-selection.select2-selection--single .select2-selection__rendered:hover,
#gt_registration #gt_registration_form input:focus,
#gt_registration #gt_registration_form input:hover,
#gt_registration #gt_registration_form select:focus,
#gt_registration #gt_registration_form select:hover,
#gt_registration #gt_registration_form textarea:focus,
#gt_registration #gt_registration_form textarea:hover,
#gt_registration #gt_registration_form input.form-control:focus,
#gt_registration #gt_registration_form input.form-control:hover,
#gt_registration #gt_registration_form select.form-control:focus,
#gt_registration #gt_registration_form select.form-control:hover,
#gt_registration #gt_registration_form textarea.form-control:focus,
#gt_registration #gt_registration_form textarea.form-control:hover,
#gt_registration #gt_registration_form .selection .select2-selection.select2-selection--single .select2-selection__rendered:focus,
#gt_registration #gt_registration_form .selection .select2-selection.select2-selection--single .select2-selection__rendered:hover, #gt_registration input:focus, #gt_registration input:hover, #gt_registration select:focus, #gt_registration select:hover, #gt_registration textarea:focus, #gt_registration textarea:hover,
#gt_registration input.form-control:focus,
#gt_registration input.form-control:hover, #gt_registration select.form-control:focus, #gt_registration select.form-control:hover, #gt_registration textarea.form-control:focus, #gt_registration textarea.form-control:hover,
#gt_registration .selection .select2-selection.select2-selection--single .select2-selection__rendered:focus,
#gt_registration .selection .select2-selection.select2-selection--single .select2-selection__rendered:hover {
  border-left: none;
  border-right: none;
  border-top: none;
}
#gt_registration .access .form-group .form-group input.input-validation-error, #gt_registration .access .form-group .form-group select.input-validation-error, #gt_registration .access .form-group .form-group textarea.input-validation-error,
#gt_registration .access .form-group .form-group input.form-control.input-validation-error, #gt_registration .access .form-group .form-group select.form-control.input-validation-error, #gt_registration .access .form-group .form-group textarea.form-control.input-validation-error,
#gt_registration .access .form-group .form-group select.input-validation-error + .select2-container .select2-selection--single .select2-selection__rendered,
#gt_registration #gt_registration_form .form-group input.input-validation-error,
#gt_registration #gt_registration_form .form-group select.input-validation-error,
#gt_registration #gt_registration_form .form-group textarea.input-validation-error,
#gt_registration #gt_registration_form .form-group input.form-control.input-validation-error,
#gt_registration #gt_registration_form .form-group select.form-control.input-validation-error,
#gt_registration #gt_registration_form .form-group textarea.form-control.input-validation-error,
#gt_registration #gt_registration_form .form-group select.input-validation-error + .select2-container .select2-selection--single .select2-selection__rendered, #gt_registration .form-group input.input-validation-error, #gt_registration .form-group select.input-validation-error, #gt_registration .form-group textarea.input-validation-error,
#gt_registration .form-group input.form-control.input-validation-error, #gt_registration .form-group select.form-control.input-validation-error, #gt_registration .form-group textarea.form-control.input-validation-error,
#gt_registration .form-group select.input-validation-error + .select2-container .select2-selection--single .select2-selection__rendered {
  border-color: #D83636;
  border-left: none;
  border-right: none;
  border-top: none;
}
#gt_registration .access .form-group .form-group input.input-validation-error:focus, #gt_registration .access .form-group .form-group input.input-validation-error:hover, #gt_registration .access .form-group .form-group select.input-validation-error:focus, #gt_registration .access .form-group .form-group select.input-validation-error:hover, #gt_registration .access .form-group .form-group textarea.input-validation-error:focus, #gt_registration .access .form-group .form-group textarea.input-validation-error:hover,
#gt_registration .access .form-group .form-group input.form-control.input-validation-error:focus,
#gt_registration .access .form-group .form-group input.form-control.input-validation-error:hover, #gt_registration .access .form-group .form-group select.form-control.input-validation-error:focus, #gt_registration .access .form-group .form-group select.form-control.input-validation-error:hover, #gt_registration .access .form-group .form-group textarea.form-control.input-validation-error:focus, #gt_registration .access .form-group .form-group textarea.form-control.input-validation-error:hover,
#gt_registration .access .form-group .form-group select.input-validation-error + .select2-container .select2-selection--single .select2-selection__rendered:focus,
#gt_registration .access .form-group .form-group select.input-validation-error + .select2-container .select2-selection--single .select2-selection__rendered:hover,
#gt_registration #gt_registration_form .form-group input.input-validation-error:focus,
#gt_registration #gt_registration_form .form-group input.input-validation-error:hover,
#gt_registration #gt_registration_form .form-group select.input-validation-error:focus,
#gt_registration #gt_registration_form .form-group select.input-validation-error:hover,
#gt_registration #gt_registration_form .form-group textarea.input-validation-error:focus,
#gt_registration #gt_registration_form .form-group textarea.input-validation-error:hover,
#gt_registration #gt_registration_form .form-group input.form-control.input-validation-error:focus,
#gt_registration #gt_registration_form .form-group input.form-control.input-validation-error:hover,
#gt_registration #gt_registration_form .form-group select.form-control.input-validation-error:focus,
#gt_registration #gt_registration_form .form-group select.form-control.input-validation-error:hover,
#gt_registration #gt_registration_form .form-group textarea.form-control.input-validation-error:focus,
#gt_registration #gt_registration_form .form-group textarea.form-control.input-validation-error:hover,
#gt_registration #gt_registration_form .form-group select.input-validation-error + .select2-container .select2-selection--single .select2-selection__rendered:focus,
#gt_registration #gt_registration_form .form-group select.input-validation-error + .select2-container .select2-selection--single .select2-selection__rendered:hover, #gt_registration .form-group input.input-validation-error:focus, #gt_registration .form-group input.input-validation-error:hover, #gt_registration .form-group select.input-validation-error:focus, #gt_registration .form-group select.input-validation-error:hover, #gt_registration .form-group textarea.input-validation-error:focus, #gt_registration .form-group textarea.input-validation-error:hover,
#gt_registration .form-group input.form-control.input-validation-error:focus,
#gt_registration .form-group input.form-control.input-validation-error:hover, #gt_registration .form-group select.form-control.input-validation-error:focus, #gt_registration .form-group select.form-control.input-validation-error:hover, #gt_registration .form-group textarea.form-control.input-validation-error:focus, #gt_registration .form-group textarea.form-control.input-validation-error:hover,
#gt_registration .form-group select.input-validation-error + .select2-container .select2-selection--single .select2-selection__rendered:focus,
#gt_registration .form-group select.input-validation-error + .select2-container .select2-selection--single .select2-selection__rendered:hover {
  border-color: #D83636;
  border-left: none;
  border-right: none;
  border-top: none;
}

#gt_registration .access #portalForm,
#gt_registration .access #MoSeUp_uploader {
  padding: 0;
}
#gt_registration .access #portalForm .simple-instructions, #gt_registration .access #portalForm .full-instructions,
#gt_registration .access #portalForm .simpleInsructions, #gt_registration .access #portalForm .fullInstructions,
#gt_registration .access #MoSeUp_uploader .simple-instructions,
#gt_registration .access #MoSeUp_uploader .full-instructions,
#gt_registration .access #MoSeUp_uploader .simpleInsructions,
#gt_registration .access #MoSeUp_uploader .fullInstructions {
  border-bottom: 1px solid #AAA8A6;
  text-align: left;
  font-size: 16px;
  font-family: "GenesisSansHeadGlobal", Helvetica, Arial, sans-serif, sans-serif;
  padding-bottom: 40px;
}
#gt_registration .access #portalForm .simple-instructions:has(~ .full-instructions),
#gt_registration .access #portalForm .simpleInsructions:has(~ .fullInstructions),
#gt_registration .access #MoSeUp_uploader .simple-instructions:has(~ .full-instructions),
#gt_registration .access #MoSeUp_uploader .simpleInsructions:has(~ .fullInstructions) {
  border-bottom: none;
  padding-bottom: 0;
}
#gt_registration .access #portalForm .form-group,
#gt_registration .access #MoSeUp_uploader .form-group {
  max-width: 286px;
  justify-content: center;
  margin: 0 auto;
}
#gt_registration .access #portalForm .control-label,
#gt_registration .access #MoSeUp_uploader .control-label {
  text-align: left;
  padding: 7px 0;
  margin: 40px auto 0;
}

/**************************************** PAGE/SECTION SPECIFIC OVERRIDES */
table.agenda > tbody > tr td {
  padding: 16px 8px;
}

/**************************************** ERROR CODES / HELP BLOCKS / INSTRUCTIONS */
/**************************************************************************************************
*****************************************MEDIA QUERIES*********************************************
**************************************************************************************************/
/* SMALL DEVICES (MOBILE, TABLETS, 320PX AND UP) */
/* SMALL DEVICES (TABLETS, 768PX AND UP) */
@media (max-width: 768px) {
  .gt_main_login {
    background-color: #111;
  }
  #gt_col_content .photo-gallery button#dropdownMenu1,
  #gt_col_content .photo-gallery .right-buttons button {
    width: fit-content;
    max-width: unset;
    margin: 5px auto;
    padding: 8px 40px;
  }
  #gt_col_content .photo-gallery .right-buttons {
    flex-direction: column;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 600px) and (max-width: 992px) and (min-height: 200px) and (max-height: 1000px) and (orientation: landscape) {
  .gt_main_login {
    background-color: #111;
  }
}
/* GenesisSansText Regular */
@font-face {
  font-family: "GenesisSansTextGlobal";
  src: url("../Genesis2026/GenesisSansGlobal/GenesisSansText-Regular.eot");
  src: url("../Genesis2026/GenesisSansGlobal/GenesisSansText-Regular.eot?#iefix") format("embedded-opentype"), url("../Genesis2026/GenesisSansGlobal/GenesisSansText-Regular.woff2") format("woff2"), url("../Genesis2026/GenesisSansGlobal/GenesisSansText-Regular.woff") format("woff"), url("../Genesis2026/GenesisSansGlobal/GenesisSansText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* GenesisSansText Italic */
@font-face {
  font-family: "GenesisSansTextGlobal";
  src: url("../Genesis2026/GenesisSansGlobal/GenesisSansText-Italic.eot");
  src: url("../Genesis2026/GenesisSansGlobal/GenesisSansText-Italic.eot?#iefix") format("embedded-opentype"), url("../Genesis2026/GenesisSansGlobal/GenesisSansText-Italic.woff2") format("woff2"), url("../Genesis2026/GenesisSansGlobal/GenesisSansText-Italic.woff") format("woff"), url("../Genesis2026/GenesisSansGlobal/GenesisSansText-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
/* GenesisSansTextBold */
@font-face {
  font-family: "GenesisSansTextGlobal";
  src: url("../Genesis2026/GenesisSansGlobal/GenesisSansText-Bold.eot");
  src: url("../Genesis2026/GenesisSansGlobal/GenesisSansText-Bold.eot?#iefix") format("embedded-opentype"), url("../Genesis2026/GenesisSansGlobal/GenesisSansText-Bold.woff2") format("woff2"), url("../Genesis2026/GenesisSansGlobal/GenesisSansText-Bold.woff") format("woff"), url("../Genesis2026/GenesisSansGlobal/GenesisSansText-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* GenesisSansText Bold Italic */
@font-face {
  font-family: "GenesisSansTextGlobal";
  src: url("../Genesis2026/GenesisSansGlobal/GenesisSansText-BoldItalic.eot");
  src: url("../Genesis2026/GenesisSansGlobal/GenesisSansText-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../Genesis2026/GenesisSansGlobal/GenesisSansText-BoldItalic.woff2") format("woff2"), url("../Genesis2026/GenesisSansGlobal/GenesisSansText-BoldItalic.woff") format("woff"), url("../Genesis2026/GenesisSansGlobal/GenesisSansText-BoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
/* GenesisSansHead Light */
@font-face {
  font-family: "GenesisSansHeadGlobal";
  src: url("../Genesis2026/GenesisSansGlobal/GenesisSansHead-Light.eot");
  src: url("../Genesis2026/GenesisSansGlobal/GenesisSansHead-Light.eot?#iefix") format("embedded-opentype"), url("../Genesis2026/GenesisSansGlobal/GenesisSansHead-Light.woff2") format("woff2"), url("../Genesis2026/GenesisSansGlobal/GenesisSansHead-Light.woff") format("woff"), url("../Genesis2026/GenesisSansGlobal/GenesisSansHead-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* GenesisSansHead Regular */
@font-face {
  font-family: "GenesisSansHeadGlobal";
  src: url("../Genesis2026/GenesisSansGlobal/GenesisSansHead-Regular.eot");
  src: url("../Genesis2026/GenesisSansGlobal/GenesisSansHead-Regular.eot?#iefix") format("embedded-opentype"), url("../Genesis2026/GenesisSansGlobal/GenesisSansHead-Regular.woff2") format("woff2"), url("../Genesis2026/GenesisSansGlobal/GenesisSansHead-Regular.woff") format("woff"), url("../Genesis2026/GenesisSansGlobal/GenesisSansHead-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* ------  GenesisRAB2026 - STYLE OVERRIDES ------ */
/**************************************************************************************************
****************************************** FRAMEWORK **********************************************
**************************************************************************************************/
/* *************************************** LOGIN */
/*
//Uncomment for custom splashpage login img
    .gt_main_login_logo img {
        content: $url_login_logo;
        width: 100%;
        max-width: 100%;        
    }
*/
/* *************************************** NAVBAR */
/**************************************************************************************************
******************************* HTML ELEMENTS / SIMPLE CLASSES ************************************
**************************************************************************************************/
/**************************************************************************************************
***************************************** REGISTRATION ********************************************
**************************************************************************************************/
/**************************************** PAGE/SECTION SPECIFIC OVERRIDES */
/**************************************** ERROR CODES / HELP BLOCKS / INSTRUCTIONS */
/**************************************************************************************************
*****************************************MEDIA QUERIES*********************************************
**************************************************************************************************/
/* SMALL DEVICES (MOBILE, TABLETS, 320PX AND UP) */
/* SMALL DEVICES (MOBILE, TABLETS, UP TO 767PX) */
/* SMALL DEVICES (MOBILE, TABLETS, UP TO 767PX) */
/* SMALL DEVICES (TABLETS, 768PX AND UP) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/*# sourceMappingURL=GenesisRAB2026Default.css.map */
