@charset "UTF-8";
/* CSS Document */

html, body {
  background-color: #eee;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100vw;
  max-width: 100vw !important;
  overflow-x: hidden;
}

.shpw_button_div {
  user-select: none;
  }  

.banner_logo{
  content:url(../../images/2026/leo_awards_vector_text_logo_2026_lion-rasterized.png);
  position: relative;
  left:0px;
  top:0px;
  padding:0px;
  margin:0px;
  width:90%;
}

#year_agreement {
  font-weight: 400;
}

#shprevpaylnk {
  max-width: 90%;
}

#chq_btn_container{
  height: 150px;
}

/*from welcome*/
label {
  display: inline-block;
}

.loading_alert{
  margin-left:auto;
  margin-right:auto;
  padding:30px;
  color: #fff;
  background-color: #a18861;
  border-color: #d5cbba;
}

.w95ns{
  width:95%;
  margin-left:auto;
  margin-right:auto;
}

.w85{
  width:85%;
  margin-left:auto;
  margin-right:10px;
}

.w300{
  width:300px;
  margin-left:auto;
}

.w460{
  width:460px;
  margin-left:auto;
}

.w10{
  width:10%;
  margin-left:0;
  margin-right:auto;
}

.w20px{
  width:20px;
  margin-left:0;
  text-align: left;
  margin-right:auto;
}

.card{
  width:200px;
}

.ns-card{
  background-color:#d5cbba;
  border-color: #d5cbba;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.ns-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.card_100p{
  width:90%;
  margin-left:auto;
  margin-right:auto;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.15rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.card-img, .card-img-top {
  border-top-left-radius: calc(0.15rem - 1px);
  border-top-right-radius: calc(0.15rem - 1px);
  padding-top:15px;
  padding-bottom:15px;
  padding-left:15px;
  padding-right:15px;
}

.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a18861;
  border-color: #d5cbba;
}

.btn-primary {
  color: #fff;
  background-color: #d5cbba;
  border-color: #d5cbba;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #837051;
  border-color: #d5cbba;
}

h3{font-family: Arial, Verdana, Geneva, "Helvetica Neue", Helvetica, sans-serif;}

.h3light{
  font-family: Arial, Verdana, Geneva, "Helvetica Neue", Helvetica, sans-serif;
  font-size:22px;
  font-weight:lighter;
  color:#222;
}

.dur_length_desc{
  font-size:1rem;
  max-width:650px;
  margin-left:auto;
  margin-right:auto;
}

input[type=text], input[type=password] {
  background-color: #ffffff;
}

.small_field{
  width:80px;
}

.form_title_offset{
  position: relative;
  padding-left:10px;

}

.form_title_font_size{
  font-size:14px;
}

.password_message{
  color: #FF3300;
  display: inline;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  z-index: 1000;
  text-shadow: 0px 0px 4px #ffffff;
}

.hidden_info {
  display: none;
  opacity: 0;
  transition: all 1s;
}

.hidden_info_2 {
  display: none;
  opacity: 0;
  transition: all 2s;
}

.show_info {
  display: block;
  opacity: 1;
  transition: all 1s;
}

#payment_section{
  max-width:90%;
}

#total_before_tax_value_message, #gst_total_message, #total_after_tax_value_message{
  line-height: .9;
  text-align: left;
}

#total_after_tax_value_message{
  margin-bottom: 20px;
}

@media only screen and (min-width: 1000px) {
  .row_h_sess {
    min-height: 135px;
  }
}
@media only screen and (min-width: 870px) and (max-width: 999px) {
  .row_h_sess {
    min-height: 135px;
  }
}
@media only screen and (min-width: 597px) and (max-width: 869px) {
  .row_h_sess {
    min-height: 135px;
  }
}
@media only screen and (max-width: 596px) {
  .row_h_sess {
    min-height: 135px;
  }
}

.w-93 {
  width: 93%;
}

.w-95 {
  width: 95%;
}

.w-98 {
  width: 98%;
}

.w-99 {
  width: 99%;
}

.w-99_8 {
  width: 99.8%;
}

.hairline {
  border-style: solid;
  border-width: thin;
  border-color: #eee;
}

.hairline-ddd {
  border-style: solid;
  border-width: thin;
  border-color: #ddd;
}

/* TABULAR LIST */
.list_header {
  background: linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
  color: #ffffff;
}
@media only screen and (min-width: 870px) {
  .list_header {
    height: 35px;
  }
}
@media only screen and (max-width: 869px) {
  .list_header {
    height: 25px;
  }
}

.list_even {
  background-color: #ddd;
  height: 25px;
}

.list_odd {
  background-color: #ccc;
  height: 25px;
  border: solid medium linear-gradient(to right, rgba(159, 159, 159, 0.7), rgba(159, 159, 159, 0.9));
}

.border-grey{
  padding-top:20px;
  border: 2px solid #333;
  background-color: #eee;
}

.border-orange{
  padding-top:20px;
  border: 8px solid#e34;
  background-color: rgb(150, 150, 150);
}

.border-red{
  padding-top:20px;
  border: 2px solid#e67;
  background-color: #ee3e19;
}

.top_nav_button_banner_div, .top_nav_button_div, .top_nav_button_div_index {
  position: relative;
  top: 0px;
  left: 0px;
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #fff;
  width: 100%;
  /* height: 37px; */
  margin: 10px 0px;
  padding: 15px 10px 15px 10px;
  font: 700 12px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  /*border: solid medium #ddd;*/
  border: solid medium linear-gradient(to right, rgba(255, 0, 0, 0), red);
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  user-select: none;
  text-align: center;
}

.interface_button_div {
  position: relative;
  top: 0px;
  left: 0px;
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #fff;
  width: 100%;
  height: 37px;
  margin: 10px 0px;
  padding: 12px 10px 15px 10px;
  font: 700 12px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium linear-gradient(to right, rgba(255, 0, 0, 0), red);
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  user-select: none;
  text-align: center;
}

.interface_button_div:hover {
  height: 37px;
  margin: 10px 0px;
  padding: 12px 10px 15px 10px;
  background: #eeeeee;
  background: -moz-linear-gradient(90deg, #eeeeee 0%, #e4e4e4 59%);
  background: -webkit-linear-gradient(90deg, #eeeeee 0%, #e4e4e4 59%);
  background: linear-gradient(90deg, #eeeeee 0%, #e4e4e4 59%);
}

.top_nav_button_banner_div:hover, .top_nav_button_div:hover, .top_nav_button_div_index:hover {
  /* height: 37px; */
  margin: 10px 0px;
  padding: 15px 10px 15px 10px;
}

@media only screen and (max-width: 869px) {
  .top_nav_button_banner_div, .top_nav_button_div, .top_nav_button_div_index {
    height: 37px;
    padding: 15px 10px 15px 10px;
  }
}

@media only screen and (max-width: 600px) {
  .top_nav_button_banner_div, .top_nav_button_div, .top_nav_button_div_index {
    height: 37px;
    padding: 15px 10px 15px 10px;
  }
  

}
.top_nav_button_banner_div:hover, .top_nav_button_div:hover, .top_nav_button_div_index:hover {
  position: relative;
  top: 0px;
  left: 0px;
  color: #222;
  /* height: 37px; */
  margin: 10px 0px;
  padding: 15px 10px 15px 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #eeeeee;
  background: -moz-linear-gradient(90deg, #eeeeee 0%, #e4e4e4 59%);
  background: -webkit-linear-gradient(90deg, #eeeeee 0%, #e4e4e4 59%);
  background: linear-gradient(90deg, #eeeeee 0%, #e4e4e4 59%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#e4e4e4",GradientType=1);
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
}

.rj_nav_button_banner_div {
  position: relative;
  top: 0px;
  left: 0px;
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #fff;
  width: 100%;
  height: 37px;
  margin: 5px 0px;
  padding: 12px 10px 15px 10px;
  border-radius: 5px;
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  user-select: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .rj_nav_button_banner_div {
    font: 700 14px/1 "Open Sans", sans-serif;
  }
}
@media only screen and (min-width: 768px) and (max-width: 869px) {
  .rj_nav_button_banner_div {
    font: 700 10px/1 "Open Sans", sans-serif;
  }
}
@media only screen and (min-width: 870px) {
  .rj_nav_button_banner_div {
    font: 700 12px/1 "Open Sans", sans-serif;
  }
  .pass_pos{
    position: relative;
    left:-20px;
  }
}

@media only screen and (min-width: 886px) and (max-width: 995px) {
  .pass_pos{
    position: relative;
    left:-227px;
  }
}

@media only screen and (min-width: 686px) and (max-width: 767px) {
  .pass_pos{
    position: relative;
    left:28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 890px) {
  .pass_pos{
    position: relative;
    left:-196px;
  }
}

.rj_nav_button_banner_div:hover {
  color: #222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #eeeeee;
  background: -moz-linear-gradient(90deg, #eeeeee 0%, #e4e4e4 59%);
  background: -webkit-linear-gradient(90deg, #eeeeee 0%, #e4e4e4 59%);
  background: linear-gradient(90deg, #eeeeee 0%, #e4e4e4 59%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#e4e4e4",GradientType=1);
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
}

.index_copy_container {
  max-width: 900px;
}

.stg3_mpc_container {
  height: 122px;
  opacity:0;
}

.stg3_mpc_container_visible {
  height: 122px;
  opacity:1;
  transition: all .5s;
}

.stg5_mpc_container {
  height: 22px;
}

.synopsis_required_pos {
  position: relative;
  top: 30px;
  left: -276px;
}

.synopsis_required_pos_reg {
  position: relative;
  top: 32px;
  left: -342px;
}

.moveup25px {
  position: relative;
  top: -19px;
  background-color: #eeeeee;
  padding-top: 15px;
}

.totals_container {
  width: 100%;
  /*border-radius: 10%;*/
  background-color: #eee;
  margin: 0;
}

.totals_container_50 {
  width: 50%;
  /*border-radius: 10%;*/
  padding: 20;
  background-color: #eee;
  margin: 0;
}

.small_form {
  width: 40px;
}

.shadow_01 {
  box-shadow: 3px 3px #888888;
}

.shadow_03 {
  box-shadow: 3px 3px #ccc;
}

.shadow_02 {
  box-shadow: 5px 10px #888888;
}

.insert_contact_result {
  position: relative;
  left: 0px;
}

.recovery_message {
  width: 180px;
  text-align: left;
}

.error_message_text {
  position: relative;
  left: 0px;
  /* top: 0px; */
  color: #F00;
}

.ead_error_message_text {
  position: relative;
  left: 20px;
}

.showandhide {
  font-size: 12px;
}

.main_container {
  text-align: center;
}

.bottom_round_corners {
  border-radius: 0px 0px 0px 0px;
}

#page_container_full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.overflow_y {
  overflow-y: visible;
  overflow-x: hidden;
}

.overflow_none {
  overflow-y: hidden;
  overflow-x: hidden;
}

.new_user_submit_button_positioner {
  position: relative;
  top: -90px;
  left: -226px;
}

.show_hide_pass_positioner {
  position: relative;
  top: 33px;
  left: 394px;
}

.bottom_left_login {
  position: relative;
  width: 200px;
  top: -10px;
  left: -24px;
}

/*from welcome end*/
.hidden_info {
  /*display:none;
  visibility: hidden;*/
  opacity: 0;
  transition: all 2s;
}

.fade-on{
  opacity: 1;
  transition: all 2s;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 0;
  padding-right: 0px;
  padding-bottom: 0em;
  padding-left: 0px;
}

.index_content_container {
  width: 900px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.content_receiver_positioner {
  position: relative;
  top: -4px;
  left: 0px;
  padding-top: 25px;
  width: 90%;
  max-width: 900px;
  background: #f3f1f2;
  background: -moz-linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
  background: -webkit-linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
  background: linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f1f2",endColorstr="#e4e2e3",GradientType=1);
}

.content_receiver_positioner_11 {
  position: relative;
  top: 0px;
  left: 0px;
  padding-top: 25px;
  width: 100%;
  max-width: 900px;
  background: #f3f1f2;
  background: -moz-linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
  background: -webkit-linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
  background: linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f1f2",endColorstr="#e4e2e3",GradientType=1);
}
label {
  display: inline-block;
  line-height: 0.75;
  margin-bottom: 0;
}

/*date checker*/
.pcat_ttl_positioner {
  width: 100%;
  text-align: center;
  position: relative;
  /*left:0px;*/
  top: 0px;
}

.stage_row {
  position: relative;
  top: 0px;
  left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 900px;
  width: 100%;
  height: auto;
  background-color: #d7d4d5;
  z-index: 900;
}

#rsess_edit {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 900px;
  background-color: #eeeeee;
}

.profile_return_target {
  z-index: 1;
  width: 100%;
  max-width: 910px;
  position: relative;
  left: -40px;
}

/* crafts containers */
#ccs {
  cursor: default;
  width: 100%;
  max-width: 846px;
}

.stackblocks {
  position: relative;
  width: 100%;
}

.auto_h {
  width: 95%;
  max-width: 620px;
  position: relative;
  height: auto;
}

#sub_cat_wrapper {
  width: 100%;
  max-width: 600px;
}

.craft_intro {
  width: 100%;
  max-width: 600px;
}

.checkbox_container {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 40px;
  text-align: left;
  align-content: flex-start;
}

.frozen_form_info {
  width: 100%;
  max-width: 750px;
  position: relative;
  top: 5px;
}

/* end of crafts */
/*submissions banner*/
@media only screen and (max-width: 599px) {
  body {
    font-size: 24px;
    overflow-y: hidden;
    /* Hide vertical scrollbar */
    overflow-x: hidden;
    /* Hide horizontal scrollbar */
  }

  /*stage table bootstrap rework*/
  .submission_form_tracker {
    position: relative;
    top: 0px;
    left: 0px;
    height: 120px;
    max-width: 900px;
    vertical-align: bottom;
    z-index: 100;
  }

  .stagetable {
    position: relative;
    top: 0px;
    left: 0px;
    height: 72px;
    background: #d1cfd0;
    background-image: linear-gradient(to right, #ccc9ca, #c3bec0, #b9b4b6, #b0a9ac, #a69fa3, #9d9499, #938a8e, #8a7f84, #7e7177, #72646a, #66575e, #5b4a52);
    /* background-image: linear-gradient(to right top, #ccc9ca, #c3bec0, #b9b4b6, #b0a9ac, #a69fa3, #9d9499, #938a8e, #8a7f84, #7e7177, #72646a, #66575e, #5b4a52); */
    /* background: linear-gradient(90deg, rgba(209,207,208,1) 0%, rgba(90,73,81,1) 20%); */
    max-width: 900px;
    z-index: 899;
  }

  .stage_row {
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 900px;
    width: 100%;
    height: 120px;
    background-color: #d7d4d5;
    z-index: 900;
  }

  .grey_900 {
    width: 100%;
    background: #e4e2e3;
    color: #222;
  }

  .container_1000w {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
  }

  .container_900w {
    width: 100%;
  }

  .login_panel {
    position: relative;
    top: -1px;
    left: 0px;
    width: 100%;
    background-color: #e3e1e2;
    border-radius: 0px 0px 0px 0px;
  }

  .new_user_panel {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    background: #f3f1f2;
    background: -moz-linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
    background: -webkit-linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
    background: linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f1f2",endColorstr="#e4e2e3",GradientType=1);
    padding: 30px;
  }

  .new_user_panel2 {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    background: #f3f1f2;
    background: -moz-linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
    background: -webkit-linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
    background: linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f1f2",endColorstr="#e4e2e3",GradientType=1);
    padding: 5px;
  }

  #form_container2 {
    width: 850px;
    position: relative;
    top: 5px;
    left: -24px;
    font-family: Arial, Verdana, Geneva, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
}

  .submission_banner_container_width {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }

  #submission_banner_container_width_2 {
    position: relative;
    text-align: center;
    left: 0px;
  }

  .submission_banner_container {
    width: 100%;
  }

  .submission_banner_container_bg {
    width: 100%;
    background: #fbf9fa;
    background: -moz-linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    background: -webkit-linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    background: linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbf9fa",endColorstr="#cfcdce",GradientType=1);
  }

  .banner_row_01 {
    width: 100%;
    /*background-color: #634c52;*/
  }

  .banner_row_02 {
    width: 100%;
    /*background-color: #c0aa89;*/
  }

  .banner_row_03 {
    width: 100%;
    height: 25px;
    background: #d1cfd0;
    background-image: linear-gradient(to right, #ccc9ca, #c3bec0, #b9b4b6, #b0a9ac, #a69fa3, #9d9499, #938a8e, #8a7f84, #7e7177, #72646a, #66575e, #5b4a52);
    /*background-image: linear-gradient(to right top, #ccc9ca, #c3bec0, #b9b4b6, #b0a9ac, #a69fa3, #9d9499, #938a8e, #8a7f84, #7e7177, #72646a, #66575e, #5b4a52);*/
    /*background: linear-gradient(90deg, rgba(209,207,208,1) 0%, rgba(90,73,81,1) 20%);*/
    /*background: rgb(209,207,208);
    background: -moz-linear-gradient(left, rgb(209,207,208) 0%, rgb(209,207,208) 79%, rgb(90,73,81) 100%);
    background: -webkit-linear-gradient(left, rgb(209,207,208) 0%, rgb(209,207,208) 79%, rgb(90,73,81) 100%);
    background: linear-gradient(to right, rgb(209,207,208) 0%, rgb(209,207,208) 79%, rgb(90,73,81) 100%);*/
  }

  .banner_row_04 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    max-height: 45px;
    overflow-y: visible;
    background: #fbf9fa;
    background: -moz-linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    background: -webkit-linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    background: linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbf9fa",endColorstr="#cfcdce",GradientType=1);
  }

  .banner_row_05_container_positioner {
    position: relative;
    top: 0px;
    left: 0px;
  }

  .banner_row_05 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    max-height: 45px;
    overflow-y: visible;
    background: #fbf9fa;
    background: -moz-linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    background: -webkit-linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    background: linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbf9fa",endColorstr="#cfcdce",GradientType=1);
  }

  /*MPC panel*/
  #mc_form_elements_container {
    position: relative;
    top: -25px;
    text-align: center;
    margin: 0px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 869px) {
  body {
    background-color: #ddd;
    overflow-y: hidden;
    /* Hide vertical scrollbar */
    overflow-x: hidden;
    /* Hide horizontal scrollbar */
  }

  /*stage table bootstrap rework*/
  .submission_form_tracker {
    position: relative;
    top: 0px;
    left: 0px;
    height: 90px;
    max-width: 900px;
    vertical-align: bottom;
    z-index: 100;
  }

  .stagetable {
    position: relative;
    top: 0px;
    left: 0px;
    height: 90px;
    background: #d1cfd0;
    background-image: linear-gradient(to right, #ccc9ca, #c3bec0, #b9b4b6, #b0a9ac, #a69fa3, #9d9499, #938a8e, #8a7f84, #7e7177, #72646a, #66575e, #5b4a52);
    /* background-image: linear-gradient(to right top, #ccc9ca, #c3bec0, #b9b4b6, #b0a9ac, #a69fa3, #9d9499, #938a8e, #8a7f84, #7e7177, #72646a, #66575e, #5b4a52); */
    /* background: linear-gradient(90deg, rgba(209,207,208,1) 0%, rgba(90,73,81,1) 20%); */
    max-width: 900px;
    z-index: 899;
  }

  .stage_row {
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 900px;
    width: 100%;
    height: 90px;
    background-color: #d7d4d5;
    z-index: 900;
  }

  .grey_900 {
    width: 100%;
    background: #e4e2e3;
    color: #222;
  }

  .container_1000w {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
  }

  .container_900w {
    width: 100%;
  }

  .login_panel {
    position: relative;
    top: -1px;
    left: 0px;
    width: 100%;
    background-color: #e3e1e2;
    border-radius: 0px 0px 0px 0px;
  }

  .new_user_panel {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    background: #f3f1f2;
    background: -moz-linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
    background: -webkit-linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
    background: linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f1f2",endColorstr="#e4e2e3",GradientType=1);
    padding: 30px;
  }

  .new_user_panel2 {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    background: #f3f1f2;
    background: -moz-linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
    background: -webkit-linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
    background: linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f1f2",endColorstr="#e4e2e3",GradientType=1);
    padding: 20px;
  }

  #form_container2 {
    width: 100%;
    position: relative;
    top: 5px;
    left: 0px;
    font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
  }

  .submission_banner_container_width {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }

  #submission_banner_container_width_2 {
    position: relative;
    text-align: center;
    left: 0px;
  }

  .submission_banner_container {
    width: 100%;
  }

  .submission_banner_container_bg {
    width: 100%;
    background: #fbf9fa;
    background: -moz-linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    background: -webkit-linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    background: linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbf9fa",endColorstr="#cfcdce",GradientType=1);
  }

  .banner_row_01 {
    width: 100%;
    /*background-color: #634c52;*/
  }

  .banner_row_02 {
    width: 100%;
    /*background-color: #c0aa89;*/
  }

  .banner_row_03 {
    width: 100%;
    height: 25px;
    background: #d1cfd0;
    background-image: linear-gradient(to right, #ccc9ca, #c3bec0, #b9b4b6, #b0a9ac, #a69fa3, #9d9499, #938a8e, #8a7f84, #7e7177, #72646a, #66575e, #5b4a52);
    /*background-image: linear-gradient(to right top, #ccc9ca, #c3bec0, #b9b4b6, #b0a9ac, #a69fa3, #9d9499, #938a8e, #8a7f84, #7e7177, #72646a, #66575e, #5b4a52);*/
    /*background: linear-gradient(90deg, rgba(209,207,208,1) 0%, rgba(90,73,81,1) 20%);*/
    /*background: rgb(209,207,208);
    background: -moz-linear-gradient(left, rgb(209,207,208) 0%, rgb(209,207,208) 79%, rgb(90,73,81) 100%);
    background: -webkit-linear-gradient(left, rgb(209,207,208) 0%, rgb(209,207,208) 79%, rgb(90,73,81) 100%);
    background: linear-gradient(to right, rgb(209,207,208) 0%, rgb(209,207,208) 79%, rgb(90,73,81) 100%);*/
  }

  .banner_row_04 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    max-height: 45px;
    overflow-y: visible;
    background: #fbf9fa;
    background: -moz-linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    background: -webkit-linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    background: linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbf9fa",endColorstr="#cfcdce",GradientType=1);
  }

  .banner_row_05_container_positioner {
    position: relative;
    top: 0px;
    left: 0px;
  }

  .banner_row_05 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    max-height: 45px;
    overflow-y: visible;
    background: #fbf9fa;
    background: -moz-linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    background: -webkit-linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    background: linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbf9fa",endColorstr="#cfcdce",GradientType=1);
  }

  /*MPC panel*/
  #mc_form_elements_container {
    position: relative;
    top: -25px;
    text-align: center;
  }
}
@media only screen and (min-width: 870px) {
  body {
    background-color: #eee;
    overflow-y: visible;
    /* Hide vertical scrollbar */
    overflow-x: visible;
    /* Hide horizontal scrollbar */
  }

  /*stage table bootstrap rework*/
  .submission_form_tracker {
    position: relative;
    top: 0px;
    left: 0px;
    height: auto;
    max-width: 900px;
    vertical-align: bottom;
    z-index: 100;
  }

  .stagetable {
    position: relative;
    top: 0px;
    left: 0px;
    height: 18px;
    background: #d1cfd0;
    background-image: linear-gradient(to right, #ccc9ca, #c3bec0, #b9b4b6, #b0a9ac, #a69fa3, #9d9499, #938a8e, #8a7f84, #7e7177, #72646a, #66575e, #5b4a52);
    /* background-image: linear-gradient(to right top, #ccc9ca, #c3bec0, #b9b4b6, #b0a9ac, #a69fa3, #9d9499, #938a8e, #8a7f84, #7e7177, #72646a, #66575e, #5b4a52); */
    /* background: linear-gradient(90deg, rgba(209,207,208,1) 0%, rgba(90,73,81,1) 20%); */
    max-width: 900px;
    z-index: 899;
  }

  .stage_row {
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 900px;
    width: 100%;
    height: auto;
    background-color: #d7d4d5;
    z-index: 900;
  }

  .grey_900 {
    width: 900px;
    background: #e4e2e3;
    color: #222;
  }

  .container_1000w {
    width: 1000px;
    position: relative;
    top: 0px;
    left: 0px;
  }

  .container_900w {
    width: 900px;
    position: relative;
    top: -5px;
    left: 85px;
  }

  .login_panel {
    position: relative;
    top: -7px;
    left: 0px;
    width: 100%;
    height: 300px;
    background-color: #e3e1e2;
    border-radius: 0px 0px 0px 22px;
  }

  .new_user_panel {
    width: 675px;
    position: relative;
    top: 0px;
    left: -5px;
    background: #f3f1f2;
    background: -moz-linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
    background: -webkit-linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
    background: linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f1f2",endColorstr="#e4e2e3",GradientType=1);
    padding: 30px;
  }

  .new_user_panel2 {
    width: 900px;
    position: relative;
    top: 0px;
    left: 0px;
    background: #f3f1f2;
    background: -moz-linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
    background: -webkit-linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
    background: linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f1f2",endColorstr="#e4e2e3",GradientType=1);
    padding: 20px;
  }

  #form_container2 {
    width: 850px;
    position: relative;
    top: 5px;
    left: 0px;
    font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
  }

  .submission_banner_container_width {
    width: 900px;
    min-width: 900px;
    overflow: hidden;
  }

  #submission_banner_container_width_2 {
    position: relative;
    text-align: center;
    left: 0px;
  }

  .submission_banner_container {
    width: 900px;
  }

  .submission_banner_container_bg {
    width: 900px;
    background: #fbf9fa;
    background: -moz-linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    background: -webkit-linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    background: linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbf9fa",endColorstr="#cfcdce",GradientType=1);
  }

  .banner_row_01 {
    width: 900px;
    /*background-color: #634c52;*/
  }

  .banner_row_02 {
    width: 900px;
    /*background-color: #c0aa89;*/
  }

  .banner_row_03 {
    width: 900px;
    height: 25px;
    background: #d1cfd0;
    background-image: linear-gradient(to right, #ccc9ca, #c3bec0, #b9b4b6, #b0a9ac, #a69fa3, #9d9499, #938a8e, #8a7f84, #7e7177, #72646a, #66575e, #5b4a52);
    /*background-image: linear-gradient(to right top, #ccc9ca, #c3bec0, #b9b4b6, #b0a9ac, #a69fa3, #9d9499, #938a8e, #8a7f84, #7e7177, #72646a, #66575e, #5b4a52);*/
    /*background: linear-gradient(90deg, rgba(209,207,208,1) 0%, rgba(90,73,81,1) 20%);*/
    /*background: rgb(209,207,208);
    background: -moz-linear-gradient(left, rgb(209,207,208) 0%, rgb(209,207,208) 79%, rgb(90,73,81) 100%);
    background: -webkit-linear-gradient(left, rgb(209,207,208) 0%, rgb(209,207,208) 79%, rgb(90,73,81) 100%);
    background: linear-gradient(to right, rgb(209,207,208) 0%, rgb(209,207,208) 79%, rgb(90,73,81) 100%);*/
  }

  .banner_row_04 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 900px;
    max-height: 45px;
    overflow-y: visible;
    background: #fbf9fa;
    background: -moz-linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    background: -webkit-linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    background: linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbf9fa",endColorstr="#cfcdce",GradientType=1);
  }

  .banner_row_05_container_positioner {
    position: relative;
    top: 0px;
    left: 0px;
  }

  .banner_row_05 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 900px;
    max-height: 45px;
    overflow-y: visible;
    background: #fbf9fa;
    background: -moz-linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    background: -webkit-linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    background: linear-gradient(90deg, #fbf9fa 0%, #cfcdce 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbf9fa",endColorstr="#cfcdce",GradientType=1);
  }

  /*MPC panel*/
  #mc_form_elements_container {
    position: relative;
    top: -25px;
    left: 10px;
    margin: 20px;
  }
}
/*Top Nav Buttons*/
.banner_r_05_cell_01, .banner_r_05_cell_02, .banner_r_05_cell_03 {
  align-content: center;
  align-items: center;
  align-self: center;
}

#top_nav_buttons_show_or_hide, #top_menu_bg_container {
  height: 27px;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  left: 0px;
  top: 0px;
  /*-15px*/
  background-position: -20px 0px;
  background: -webkit-linear-gradient(left, #bdbcc1, #dadadd);
  background: -moz-linear-gradient(left, #bdbcc1, #dadadd);
  background: -o-linear-gradient(left, #bdbcc1, #dadadd);
  background: linear-gradient(left, #bdbcc1, #dadadd);
  /**/
}

.button_offset_001 {
  position: relative;
  top: 2px;
}

#tracker_container {
  max-width: 900px;
}

.tracker_container_shift_down {
  position: relative;
  top: 0px;
  z-index: 900;
}

.tracker_container_shift_down2 {
  /*position:relative; */
  position: fixed;
  width: 920px;
  top: 190px;
  z-index: 900;
}

#stage_info {
  position: relative;
  top: -5px;
  left: 0px;
  padding: 10px;
  text-align: center;
  vertical-align: central;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  color: #ffffff;
  font-size: 14px;
}

.stage_cell {
  position: relative;
  top: 0px;
  left: 0px;
  height: 23px;
  background-color: #cecece;
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
}

.edit_stage {
  position: relative;
  top: -6px;
  background-color: #D0810E;
  height: 3px;
  text-align: center;
  vertical-align: central;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  color: #000000;
  font-size: 10px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.active_stage_cell {
  margin-top: 0px;
  background-color: #5a4951;
  height: 23px;
  width: 100%;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  vertical-align: central;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  color: #e7e7ec;
  font-size: 10px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.incomplete_stage_cell {
  margin-top: 5px;
  background-color: #d3d3d3;
  /* background-color:#bab5b7;*/
  height: 18px;
  text-align: center;
  vertical-align: central;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  color: #472d35;
  font-size: 10px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none;
  ser-select: none;
  /* Likely future */
}

.complete_stage_cell {
  margin-top: 0px;
  background-color: #a19181;
  height: 23px;
  width: 100%;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  vertical-align: central;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  color: #e7e7ec;
  font-size: 10px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.complete_stage_na_cell, .complete_stage_na {
  margin-top: 0px;
  background-color: #a19181;
  height: 23px;
  width: 100%;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  vertical-align: central;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  color: #e7e7ec;
  font-size: 10px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

/*Year Agreement*/
/*R or C / Qualification*/
#r_or_c_container {
  position: relative;
  top: -25px;
  left: 0px;
  width: 100%;
  margin: 0px;
  padding-top: 20px;
}

.qualification_positioner {
  position: relative;
  top: 0px;
  left: 0px;
}

#qualification_positioner > table > tbody > tr:nth-child(1) > td > div > label .custom-control-label::before {
  color: #333;
  border-color: #5a4951;
  background-color: #a19181;
}

#intro_text_container_b {
  padding-bottom: 40px;
}

/*program name panel*/
.modular_label_positioner {
  position: relative;
  top: 0px;
  left: 4px;
}

.www_label_positioner {
  position: relative;
  top: -7px;
  left: 4px;
}

.stg5_accept {
  position: relative;
  left: 24px;
  top: 20px;
  margin-bottom: 30px;
}

/*program name panel end*/
/*duration panel*/
.durform_row_01 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/*duration panel end*/
.width_300 {
  max-width: 300px;
}

/* type styles */
/* CSS Document */
tr {
  text-align: left;
}

td {
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.unset {
  position: unset;
  top: unset;
  left: unset;
  clear: unset;
  float: unset;
  color: unset;
  font-family: unset;
  font-size: unset;
  font-weight: unset;
  text-align: unset;
  padding-left: unset;
  padding-right: unset;
  padding-top: unset;
  padding-bottom: unset;
  display: unset;
}

.small_bold_heading {
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  display: block;
}

.lable_look_prg {
  position: relative;
  top: 0px;
  left: 10px;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding-bottom: 0px;
}

label, .lable_look {
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding-bottom: 0px;
  clear: right;
}


@media only screen and (max-width: 993px) {

.required {
  display: inline-block;
  text-align: center;
  padding-left: 5px;
  padding-right: 10px;
  color: #FF3300;
}
}
@media only screen and (min-width: 994px) {

.required {
  display: inline-block;
  text-align: left;
  padding-left: 5px;
  padding-right: 10px;
  color: #FF3300;
}
}

@media only screen and (max-width: 500px) {
.lable_look_14 {
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  font-size: 12.8px;
  font-weight: bold;
  display: block;
  padding-bottom: 0px;
  letter-spacing: 1.05px;
  color:#3d3d3d;
}

}

@media only screen and (min-width: 501px) {
.lable_look_14 {
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  font-size: 12.8px;
  font-weight: bold;
  display: block;
  padding-bottom: 0px;
  letter-spacing: 1.05px;
  color:#3d3d3d;
}

}

#recprogram_stream_url, #recprogram_name, #recprogram_url, #synop_data, #number_of_crafts, #grid_calc_container, #serep_part_01, #pec_data, #attrms_data {
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  font-size: 12px;
}

#recprogram_stream_url, #recprogram_name{
  background-color: #e9e9ea;
  padding:20px;
}

.boldnames_20 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.italic_green {
  clear: none;
  font-style: italic;
  color: green;
}

.synopsis_text {
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
}

.tall_span {
  line-height: 34px;
}

.blockquote {
  font-size: 1rem;
}

#video_stream_error_message_0, #program_link_message {
  font-size: 12px;
  color: #FF3300;
  display: inline;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  text-shadow: 0px 0px 4px #ffffff;
  text-align: left;
}

#program_entrants_names_message_red {
  color: #FF3300;
}

#program_name_required_message {
  position: relative;
  left: 0px;
  top: 0px;
  margin-left: 0px;
  font-size: 12px;
  color: #FF3300;
  display: inline;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  text-shadow: 0px 0px 4px #ffffff;
  text-align: left;
}

#required_message {
  color: #FF3300;
  display: inline;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  z-index: 1000;
  text-shadow: 0px 0px 4px #ffffff;
}
@media only screen and (max-width: 993px) {
  #required_message {
    left: 0px;
  }
}

#required_message_prg {
  color: #FF3300;
  display: inline;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  z-index: 1000;
  text-shadow: 0px 0px 4px #ffffff;
}
@media only screen and (max-width: 993px) {
  #required_message_prg {
    left: 0px;
  }
}

.required_med_just {
  color: #FF3300;
  display: inline;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  z-index: 1000;
  text-shadow: 0px 0px 4px #ffffff;
}

@media only screen and (max-width: 869px) {
  .logged_in_message {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 10px;
    vertical-align: top;
  }

  #year_agreement {
    text-align: center;
    font-size: 20px;
    line-height: 33px;
  }

  .trid {
    text-align: center;
    z-index: 1000;
    color: #eee;
    font-weight: bold;
    font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
    font-size: 18px;
  }
}
@media only screen and (min-width: 870px) {
  .logged_in_message {
    position: relative;
    left: 25px;
    width: 250px;
    top: 6px;
    font-size: 10px;
    vertical-align: top;
  }

  #year_agreement {
    position: relative;
    top: -4px;
    left: -15px;
    font-size: 14px;
    line-height: 17px;
  }

  .trid {
    position: relative;
    left: 0px;
    top: 3px;
    z-index: 1000;
    color: #ddd;
    font-weight: bold;
    font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
    font-size: 12px;
  }
}
#restore_frame_title {
  width: 100%;
  max-width: 851px;
  margin-top: 20px;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  padding-left: 15px;
}

#rndrlnk {
  font-weight: normal;
  position: relative;
  left: 0px;
  top: 6px;
  font-size: 12px;
  color: blue;
}

.banner_logo {
  position: relative;
  left: -14px;
  top: -5px;
  width: 400px;
}

.yearText {
  flex: auto;
  position: relative;
  align-self: center;
  align-items: center;
  left: -19px;
  top: 11px;
  font-family: Gotham, Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  font-size: 24pt;
  font-weight: 700;
  color: #a18860;
}

/**/
#program_head_title {
  position: relative;
  top: 3px;
  left: 0px;
  z-index: 1000;
  font-family: Gotham, Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: 700;
  color: #eee;
  text-transform: capitalize;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(200, 200, 200, 0.4);
}

/*Qualification R or C*/
.radio_label {
  position: relative;
  left: 10px;
  top: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 0.5;
  margin: 0;
  padding: 0;
}

/* titles */
.check_lable_text {
  position: relative;
  left: 40px;
  top: -30px;
}
@media only screen and (max-width: 599px) {
  .check_lable_text {
    font-size: 16px;
    left: 60px;
    font-weight: 700;
  }
}

.login_title {
  position: relative;
  top: 4px;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 10px;
  text-align: center;
}

.stage_title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.form_lable {
  font-family: Gotham, Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  font-weight: 500;
  color: #333;
  margin-bottom: 0px;
}
@media only screen and (max-width: 599px) {
  .form_lable {
    font-size: 14px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 990px) {
  .form_lable {
    font-size: 14px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1099px) {
  .form_lable {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1100px) {
  .form_lable {
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .subFormTitleText {
    position: relative;
    left: 0px;
    top: 0px;
    font-family: Gotham, Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
    font-size: 20pt;
    font-weight: 700;
    color: #47202f;
    margin-bottom: 20px;
    user-select: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 990px) {
  .subFormTitleText {
    position: relative;
    left: 0px;
    top: 0px;
    font-family: Gotham, Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
    font-size: 20pt;
    font-weight: 700;
    color: #47202f;
    margin-bottom: 20px;
    user-select: none;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1099px) {
  .subFormTitleText {
    position: relative;
    left: 0px;
    font-family: Gotham, Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
    font-size: 20pt;
    font-weight: 700;
    color: #47202f;
  }
}
@media only screen and (min-width: 1100px) {
  .subFormTitleText {
    position: relative;
    left: 0px;
    font-family: Gotham, Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
    font-size: 20pt;
    font-weight: 700;
    color: #47202f;
    user-select: none;
  }
}
.shpw_button_div {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #fff;
  display: inline-block;
  /*    width: 78px;*/
  width: 98%;
  font: 700 12px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}

.shpw_button_div:hover {
  color: #000;
  background: #e9e9e9;
}

/* CSS Document */
.form_style_align {
  text-align: left;
}

input:focus {
  outline: none;
  border: none;
}

textarea:focus {
  outline: none;
  border: solid;
  border-width: 1px;
  border-color: #727366;
}

input[type=radio]:focus {
  outline: none;
  border: none;
  box-shadow: none;
  outline-color: transparent;
}

.grid_button_positioner {
  position: relative;
  top: 15px;
  left: -8px;
}

.cvd_button {
  position: relative;
  top: 0px;
  left: 0px;
}

/*into / welcome*/
.intro_login_buttons {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #fff;
  display: inline-block;
  width: 165px;
  height: 33px;
  padding: 10px 7px 10px 7px;
  font: 700 12px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.intro_login_buttons:hover {
  color: #000000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #e9e9e9;
  display: inline-block;
  width: 165px;
  height: 33px;
  padding: 10px 5px 10px 5px;
  font: 700 12px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/*into / welcome end*/
/*new user*/
.shpw_button {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #fff;
  display: inline-block;
  width: 85px;
  height: 33px;
  margin: 0px 0px;
  padding: 10px 7px 10px 7px;
  font: 700 12px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.shpw_button:hover {
  color: #000;
  background: #e9e9e9;
}

.shpw_button_active {
  position: relative;
  line-height: 12px;
  width: 210px;
  height: 23px;
  color: #ffffff;
  background: #353339;
  /*the colour of the button*/
  background: -webkit-linear-gradient(top, #353339, #513f74);
  background: -moz-linear-gradient(top, #353339, #513f74);
  background: -o-linear-gradient(top, #353339, #513f74);
  background: linear-gradient(top, #353339, #513f74);
  /*reduce the size of the shadow to give a pushed effect*/
  -webkit-box-shadow: inset 0px 1px 0px #605c65, 0px 2px 0px 0px #605c65, 0px 2px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #605c65, 0px 2px 0px 0px #605c65, 0px 2px 5px #999;
  box-shadow: inset 0px 1px 0px #605c65, 0px 2px 0px 0px #605c65, 0px 2px 5px #999;
  user-select: none;
}

.shpw_button_red {
  font-size: 10px;
  position: relative;
  line-height: 10px;
  width: 70px;
  height: 15px;
  color: #eeeeee;
  background: #f00;
  /*the colour of the button*/
  background: -webkit-linear-gradient(top, #f00, #f00);
  background: -moz-linear-gradient(top, #f00, #f00);
  background: -o-linear-gradient(top, #f00, #f00);
  background: linear-gradient(top, #f00, #f00);
  /*reduce the size of the shadow to give a pushed effect*/
  -webkit-box-shadow: inset 0px 1px 0px #605c65, 0px 2px 0px 0px #605c65, 0px 2px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #605c65, 0px 2px 0px 0px #605c65, 0px 2px 5px #999;
  box-shadow: inset 0px 1px 0px #605c65, 0px 2px 0px 0px #605c65, 0px 2px 5px #999;
  user-select: none;
}

.shpw_button_02 {
  position: relative;
  line-height: 10px;
  width: 170px;
  height: 15px;
  background: #ceccd6;
  /*the colour of the button ceccd6 ceccd6*/
  background: -webkit-linear-gradient(top, #a69eae, #ceccd6);
  background: -moz-linear-gradient(top, #a69eae, #ceccd6);
  background: -o-linear-gradient(top, #a69eae, #ceccd6);
  background: linear-gradient(top, #a69eae, #ceccd6);
  padding: 2px 2px 2px 2px;
  /*apply some padding inside the button*/
  margin-bottom: 3px;
  border: 1px solid #a69eae;
  /*required or the default border for the browser will appear*/
  cursor: pointer;
  /*forces the cursor to change to a hand when the button is hovered*/
  /*style the text*/
  font-size: 8px;
  font-weight: bold;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue",  Helvetica, sans-serif;
  /*Oswald is available from http://www.google.com/webfonts/specimen/Oswald*/
  letter-spacing: 2px;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3);
  /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
  color: #555555;
  /*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
  -webkit-box-shadow: inset 0px 1px 0px #ceccd6, 0px 3px 0px 0px #6d607c, 0px 10px 5px #a9a8ac;
  -moz-box-shadow: inset 0px 1px 0px #ceccd6, 0px 3px 0px 0px #6d607c, 0px 10px 5px #a9a8ac;
  box-shadow: inset 0px 1px 0px #ceccd6, 0px 3px 0px 0px #6d607c, 0px 10px 5px #a9a8ac;
  /*give the corners a small curve*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  user-select: none;
}

.shpw_button_active_02 {
  position: relative;
  line-height: 12px;
  width: 210px;
  height: 23px;
  color: #ffffff;
  background: #353339;
  /*the colour of the button*/
  background: -webkit-linear-gradient(top, #353339, #513f74);
  background: -moz-linear-gradient(top, #353339, #513f74);
  background: -o-linear-gradient(top, #353339, #513f74);
  background: linear-gradient(top, #353339, #513f74);
  /*reduce the size of the shadow to give a pushed effect*/
  -webkit-box-shadow: inset 0px 1px 0px #605c65, 0px 2px 0px 0px #605c65, 0px 2px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #605c65, 0px 2px 0px 0px #605c65, 0px 2px 5px #999;
  box-shadow: inset 0px 1px 0px #605c65, 0px 2px 0px 0px #605c65, 0px 2px 5px #999;
  user-select: none;
}

/*new user end*/
.top_nav_button_div_ghosted {
  position: relative;
  color: #eee;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #333;
  width: 100%;
  /* height: 40px; */
  margin: 0px 0px;
  padding: 15px 10px 15px 10px;
  font: 400 16px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #333;
  /*box-shadow: inset 0 -1px 0 1px rgba(0,0,0,0.1), inset 0 -10px 20px rgba(0,0,0,0.1);*/
  cursor: none;
  text-align: center;
  overflow: hidden;
}

/*glimmer*/
.top_nav_button_div_red {
  position: relative;
  color: #eee;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #911;
  width: 100%;
  /* height: 40px; */
  margin: 0px 0px;
  padding: 15px 10px 15px 10px;
  font: 400 16px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #911;
  /*box-shadow: inset 0 -1px 0 1px rgba(0,0,0,0.1), inset 0 -10px 20px rgba(0,0,0,0.1);*/
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  animation: buttonAnim 1s 2.5s backwards;
  transition: all 1.5s;
}

.top_nav_button_div_red::before {
  content: "/";
  color: transparent;
  text-shadow: 0 0 0 #fff;
  width: 100%;
  height: 60px;
  right: 100%;
  background: linear-gradient(to right, transparent, #fff, transparent);
  position: absolute;
  top: 0;
  left: -100%;
  transform: skewX(-30deg);
  opacity: 0.4;
  transition: left 0.5s;
}

.top_nav_button_div_red:hover::before {
  left: 100%;
}

.top_nav_button_div_red:focus {
  outline: none;
}

@keyframes buttonAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
/*wide*/
.top_nav_button_div_red_wide {
  user-select: none;
  position: relative;
  color: #eee;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #911;
  width: 100%;
  /* height: 40px; */
  margin: 0px 0px;
  padding: 15px 10px 15px 10px;
  font: 400 16px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #911;
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  animation: buttonAnim 1s 1s backwards;
  transition: all 1s;
}

.top_nav_button_div_red_wide::before {
  content: "/";
  color: transparent;
  text-shadow: 0 0 0 #fff;
  width: 100%;
  height: 60px;
  right: 100%;
  background: linear-gradient(to right, transparent, #fff, transparent);
  position: absolute;
  top: 0;
  left: -100%;
  transform: skewX(-30deg);
  opacity: 0.4;
  transition: left 0.5s;
}

.top_nav_button_div_red_wide:hover::before {
  left: 100%;
}

.top_nav_button_div_red_wide:focus {
  outline: none;
}

@keyframes buttonAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
/*wide end*/
/* yes / no small buttons */
.button_div_red_sm {
  user-select: none;
  position: relative;
  color: #eee;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #911;
  width: 100px;
  height: 40px;
  margin: 0px 0px;
  padding: 10px 10px 10px 10px;
  font: 400 16px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #911;
  /*box-shadow: inset 0 -1px 0 1px rgba(0,0,0,0.1), inset 0 -10px 20px rgba(0,0,0,0.1);*/
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  animation: buttonAnim 1s 1s backwards;
  transition: all 1s;
}

.button_div_red_sm::before {
  content: "/";
  color: transparent;
  text-shadow: 0 0 0 #fff;
  width: 100%;
  height: 60px;
  right: 100%;
  background: linear-gradient(to right, transparent, #fff, transparent);
  position: absolute;
  top: 0;
  left: -100%;
  transform: skewX(-30deg);
  opacity: 0.4;
  transition: left 0.5s;
}

.button_div_red_sm:hover::before {
  left: 100%;
}

.button_div_red_sm:focus {
  outline: none;
}

@keyframes buttonAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
.button_div_grey_sm {
  user-select: none;
  position: relative;
  color: #eee;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #333;
  width: 100px;
  height: 40px;
  margin: 0px 0px;
  padding: 10px 10px 10px 10px;
  font: 400 16px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #333;
  /*box-shadow: inset 0 -1px 0 1px rgba(0,0,0,0.1), inset 0 -10px 20px rgba(0,0,0,0.1);*/
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  animation: buttonAnim 1s 1s backwards;
  transition: all 1s;
}

.button_div_grey_sm::before {
  content: "/";
  color: transparent;
  text-shadow: 0 0 0 #fff;
  width: 100%;
  height: 60px;
  right: 100%;
  background: linear-gradient(to right, transparent, #fff, transparent);
  position: absolute;
  top: 0;
  left: -100%;
  transform: skewX(-30deg);
  opacity: 0.4;
  transition: left 0.5s;
}

.button_div_grey_sm:hover::before {
  left: 100%;
}

.button_div_grey_sm:focus {
  outline: none;
}

@keyframes buttonAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
/*yes / no small btn end*/
/*ghosted*/
.top_nav_button_div_ghosted_wide_002 {
  user-select: none;
  position: relative;
  color: #eee;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #555;
  /*line-height: 20px;*/
  width: 400px;
  /* height: 80px; */
  margin: 0px 0px;
  padding: 15px 10px 15px 10px;
  font: 400 16px/1.5 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #555;
  /*box-shadow: inset 0 -1px 0 1px rgba(0,0,0,0.1), inset 0 -10px 20px rgba(0,0,0,0.1);*/
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  animation: buttonAnim 1s 1s backwards;
  transition: all 1s;
}

.top_nav_button_div_ghosted_wide {
  user-select: none;
  position: relative;
  color: #eee;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #555;
  width: 400px;
  /* height: 40px; */
  margin: 0px 0px;
  padding: 15px 10px 15px 10px;
  font: 400 16px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #555;
  /*box-shadow: inset 0 -1px 0 1px rgba(0,0,0,0.1), inset 0 -10px 20px rgba(0,0,0,0.1);*/
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  animation: buttonAnim 1s 1s backwards;
  transition: all 1s;
}

.top_nav_button_div_ghosted_wide::before {
  content: "/";
  color: transparent;
  text-shadow: 0 0 0 #fff;
  width: 100%;
  height: 60px;
  right: 100%;
  background: linear-gradient(to right, transparent, #fff, transparent);
  position: absolute;
  top: 0;
  left: -100%;
  transform: skewX(-30deg);
  opacity: 0.4;
  transition: left 0.5s;
}

.top_nav_button_div_ghosted_wide:hover::before {
  left: 100%;
}

.top_nav_button_div_ghosted_wide:focus {
  outline: none;
}

@keyframes buttonAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
/*ghosted end*/
/*glimmer end*/

@media screen and (max-width: 599px) {
.top_nav_button_div_wide {
  position: relative;
  top: 0px;
  left: 0px;
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #fff;
  width: 100%;
  /* height: 37px; */
  margin: 5px 0px;
  padding: 15px 10px 15px 10px;
  font: 700 12px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  /*border: solid medium #ddd;*/
  border: solid medium linear-gradient(to right, rgba(255, 0, 0, 0), red);
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  user-select: none;
  text-align: center;
}

.top_nav_button_div_wide:hover {
  position: relative;
  top: 0px;
  left: 0px;
  color: #222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #eeeeee;
  background: -webkit-linear-gradient(left, #eeeeee 0%, #e4e4e4 59%);
  background: -o-linear-gradient(left, #eeeeee 0%, #e4e4e4 59%);
  background: linear-gradient(to right, #eeeeee 0%, #e4e4e4 59%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#e4e4e4",GradientType=1);
  width: 100%;
  /* height: 37px; */
  margin: 5px 0px;
  padding: 15px 10px 15px 10px;
  font: 700 12px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  /*border: solid medium #ddd;*/
  border: solid medium linear-gradient(to right, rgba(255, 0, 0, 0), red);
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  user-select: none;
  text-align: center;
}
}

@media screen and (min-width: 600px) {
.top_nav_button_div_wide {
  position: relative;
  top: 0px;
  left: 0px;
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #fff;
  width: 100%;
  /* height: 37px; */
  margin: 5px 0px;
  padding: 15px 10px 15px 10px;
  font: 700 12px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  /*border: solid medium #ddd;*/
  border: solid medium linear-gradient(to right, rgba(255, 0, 0, 0), red);
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  user-select: none;
  text-align: center;
}

.top_nav_button_div_wide:hover {
  position: relative;
  top: 0px;
  left: 0px;
  color: #222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #eeeeee;
  background: -webkit-linear-gradient(left, #eeeeee 0%, #e4e4e4 59%);
  background: -o-linear-gradient(left, #eeeeee 0%, #e4e4e4 59%);
  background: linear-gradient(to right, #eeeeee 0%, #e4e4e4 59%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#e4e4e4",GradientType=1);
  width: 100%;
  /* height: 37px; */
  margin: 5px 0px;
  padding: 15px 10px 15px 10px;
  font: 700 12px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  /*border: solid medium #ddd;*/
  border: solid medium linear-gradient(to right, rgba(255, 0, 0, 0), red);
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  user-select: none;
  text-align: center;
}
}

.top_nav_button_div:hover, .top_nav_button_div_index:hover {
  position: relative;
  top: 0px;
  left: 0px;
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background-image: linear-gradient(#e9e9e9, #d7d7d7);
  width: 100%;
  /* height: 37px; */
  margin: 5px 0px;
  padding: 15px 10px 15px 10px;
  font: 700 12px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #ddd;
  border: solid medium linear-gradient(to right, rgba(255, 0, 0, 0), red);
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  user-select: none;
  text-align: center;
}

.top_nav_button_div:active, .top_nav_button_div_index:active, .top_nav_button_div:focus, .top_nav_button_div_index:focus {
  position: relative;
  top: 0px;
  left: 0px;
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background-image: linear-gradient(#e9e9e9, #d7d7d7);
  width: 100%;
  /* height: 37px; */
  margin: 5px 0px;
  padding: 15px 10px 15px 10px;
  font: 700 12px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #ddd;
  box-shadow: inset 0 -2px 0 2px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}

.top_nav_button_div_active {
  position: relative;
  top: 0px;
  left: 0px;
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background-image: linear-gradient(#e9e9e9, #d7d7d7);
  width: 100%;
  /* height: 37px; */
  margin: 5px 0px;
  padding: 15px 10px 15px 10px;
  font: 700 12px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #ddd;
  box-shadow: inset 0 -2px 0 2px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}

.top_nav_button_div_active:hover {
  position: relative;
  top: 0px;
  left: 0px;
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background-image: linear-gradient(#e9e9e9, #d7d7d7);
  width: 100%;
  /* height: 37px; */
  margin: 5px 0px;
  padding: 15px 10px 15px 10px;
  font: 700 12px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #ddd;
  box-shadow: inset 0 -2px 0 2px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  user-select: none;
}

.custom-control-label:before {
  position: relative;
  top: 1px;
  left: 0px;
  background-color: #bab5b7;
}

#craft_or_full.custom-control-label:before {
  position: relative;
  top: 20px;
  left: -20px;
  background-color: #bab5b7;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  padding: 0;
  background-color: #5a4951;
}

.custom-control-input:active ~ .custom-control-label::before {
  padding: 0;
  background-color: #502634;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #333, 0 0 0 0.2rem rgba(55, 55, 55, 0.25);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/custom_checkbox.svg");
  position: relative;
  top: -15px;
  left: 0px;
}

/*Qualification RorC*/
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  position: relative;
  top: -15px;
  left: 0px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:active ~ .custom-control-label::before {
  padding: 0;
  background-color: #502634;
  border: none;
}

/*program name*/
.accept_info_button_div, .accept_button_div {
  letter-spacing: 1px;
  position: relative;
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #fff;
  width: 100px;
  height: 34px;
  margin: 0px 0px;
  padding-left: 8px;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 10px;
  font: 700 11px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #ddd;
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  user-select: none;
}

.accept_info_button_div:hover, .accept_button_div:hover {
  letter-spacing: 1px;
  position: relative;
  color: #000;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
  background-image: linear-gradient(#e9e9e9, #d7d7d7);
  width: 100px;
  height: 34px;
  margin: 0px 0px;
  padding-left: 8px;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 10px;
  font: 700 11px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #ddd;
  box-shadow: inset 0 -2px 0 2px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  user-select: none;
}

.accept_button_div_red {
  letter-spacing: 1px;
  position: relative;
  color: #eee;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #6A0C0C;
  width: 100px;
  height: 37px;
  margin: 0px 0px;
  padding-left: 8px;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 10px;
  font: 700 11px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #ddd;
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  user-select: none;
}

.accept_button_div_red:hover {
  letter-spacing: 1px;
  position: relative;
  color: #eee;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #771414;
  width: 100px;
  height: 37px;
  margin: 0px 0px;
  padding-left: 8px;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 10px;
  font: 700 11px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #ddd;
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  user-select: none;
}

.store_synopsis_button_div {
  letter-spacing: 1px;
  position: relative;
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #fff;
  width: 135px;
  height: 37px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  padding-left: 8px;
  padding-top: 9px;
  padding-right: 10px;
  padding-bottom: 10px;
  font: 700 11px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #ddd;
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  user-select: none;
}

.store_synopsis_button_div:hover {
  letter-spacing: 1px;
  position: relative;
  color: #000;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
  background-image: linear-gradient(#e9e9e9, #d7d7d7);
  width: 135px;
  height: 37px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  padding-left: 8px;
  padding-top: 9px;
  padding-right: 10px;
  padding-bottom: 10px;
  font: 700 11px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #ddd;
  box-shadow: inset 0 -2px 0 2px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  user-select: none;
}

.store_synopsis_button_div_complete {
  letter-spacing: 1px;
  position: relative;
  color: #eee;
  text-shadow: 0 1px 0 rgba(69, 58, 90, 0.8);
  background: #826c91;
  width: 135px;
  height: 37px;
  margin: 0px 0px;
  padding-left: 8px;
  padding-top: 9px;
  padding-right: 10px;
  padding-bottom: 10px;
  font: 700 11px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #ddd;
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  user-select: none;
}

.accept_info_button_div_complete {
  letter-spacing: 1px;
  position: relative;
  color: #eee;
  text-shadow: 0 1px 0 rgba(69, 58, 90, 0.8);
  background: #826c91;
  width: 100px;
  height: 37px;
  margin: 0px 0px;
  padding: 10px;
  font: 700 11px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #ddd;
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  user-select: none;
}

.moc_button, .moc_button_red, .moc_button:focus, .moc_button_red:focus, .moc_button:active, .moc_button_red:active {
  outline: 0;
}

.moc_button {
  letter-spacing: 1px;
  position: relative;
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  background: #fff;
  width: 100%;
  /*	height:40px;*/
  margin: 0px 0px;
  /*padding: 10px 10px 10px 10px;*/
  font: 700 12px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #ddd;
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  user-select: none;
  z-index: 999;
}

.moc_button:hover {
  letter-spacing: 1px;
  position: relative;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(91, 74, 82, 0.8);
  background-image: linear-gradient(#a18861, #ae8b54);
  font: 700 12px/1 "Open Sans", sans-serif;
  border: solid medium #ddd;
  box-shadow: inset 0 -2px 0 2px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  user-select: none;
}

.moc_button_active {
  letter-spacing: 1px;
  position: relative;
  color: #ffffff;
  background: #353339;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  width: 100%;
  /*	height:40px;*/
  margin: 0px 0px;
  /*padding: 10px 10px 10px 10px;*/
  font: 700 12px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #ddd;
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}

.moc_button_red {
  letter-spacing: 1px;
  position: relative;
  color: #ffffff;
  background: #5c4b53;
  background-image: linear-gradient(#5c4b53, #6a5d63);
  text-shadow: 0 1px 0 rgba(84, 73, 78, 0.8);
  width: 100%;
  /*	height:40px;*/
  margin: 0px 0px;
  /*padding: 10px 10px 10px 10px;*/
  font: 700 12px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  border: solid medium #ddd;
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  user-select: none;
}

/*accept btn*/
.storing_button {
  position: relative;
  top: 0px;
  left: 0px;
  color: #eee;
  text-shadow: 0 1px 0 rgba(30, 30, 30, 0.6);
  background: #911;
  /*the colour of the button ceccd6 ceccd6*/
  background: -webkit-linear-gradient(#911, #600);
  background: -o-linear-gradient(#911, #600);
  background: linear-gradient(#911, #600);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#e4e4e4",GradientType=1);
  width: 100%;
  /* height: 37px; */
  margin: 5px 0px;
  padding: 12px 10px 12px 10px;
  font: 700 12px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  /*border: solid medium #ddd;*/
  border: solid medium linear-gradient(to right, rgba(255, 0, 0, 0), red);
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  user-select: none;
  text-align: center;
}

/**/
/*MPC Buttons*/
.mpc_buttons {
  color: #3a3434;
  text-shadow: 0 1px 0 rgba(55, 55, 55, 0.1);
  background: #f6f6f6;
  display: block;
  padding-left: auto;
  padding-right: auto;
  font: 700 16px/1 "Open Sans", sans-serif;
  border-radius: 5px;
  box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  user-select: none;
}
.mpc_buttons:hover {
  color: #000;
  text-shadow: 0 1px 0 rgba(55, 55, 55, 0.1);
  background-image: linear-gradient(#e9e9e9, #d7d7d7);
}
.mpc_buttons_active {
  height: 37px;
  color: #3a3434;
  background: #cfcdce;
  background: -moz-linear-gradient(90deg, #cfcdce 0%, #bab5b7 59%);
  background: -webkit-linear-gradient(90deg, #cfcdce 0%, #bab5b7 59%);
  background: linear-gradient(90deg, #cfcdce 0%, #bab5b7 59%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cfcdce",endColorstr="#bab5b7",GradientType=1);
}
@media only screen and (max-width: 599px) {
  .mpc_buttons {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 869px) {
  .mpc_buttons {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 870px) {
  .mpc_buttons {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 870px) {
  /*global button style*/
  .yes_button_div {
    letter-spacing: 1px;
    position: relative;
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background: #fff;
    width: 100px;
    height: 37px;
    margin: 0px 0px;
    padding-left: 8px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    font: 700 11px/1 "Open Sans", sans-serif;
    border-radius: 5px;
    border: solid thin #c1bcbe;
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.3), inset 0 -10px 20px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-align: center;
    user-select: none;
  }

  .yes_button_div:hover {
    letter-spacing: 1px;
    position: relative;
    /*	color: #000;
        text-shadow: 0 2px 0 rgba(255,255,255,0.8);
        background-image: linear-gradient(#e9e9e9, #d7d7d7);*/
    color: #000;
    text-shadow: 0 1px 0 rgba(55, 55, 55, 0.1);
    background-image: linear-gradient(#e9e9e9, #d7d7d7);
    width: 100px;
    height: 37px;
    margin: 0px 0px;
    padding-left: 8px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    font: 700 11px/1 "Open Sans", sans-serif;
    border-radius: 5px;
    border: solid thin #ddd;
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
    user-select: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 869px) {
  /*global button style*/
  .top_nav_button_banner_div, .top_nav_button_div, .top_nav_button_div_index {
    position: relative;
    top: 0px;
    left: 0px;
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    background: #fff;
    width: 100%;
    /* height: 50px; */
    margin: 5px 0px;
    padding: 15px 10px 15px 10px;
    font: 700 12px/1 "Open Sans", sans-serif;
    border-radius: 5px;
    /*border: solid medium #ddd;*/
    border: solid medium linear-gradient(to right, rgba(255, 0, 0, 0), red);
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    user-select: none;
    text-align: center;
  }

  .top_nav_button_banner_div:hover {
    position: relative;
    top: 0px;
    left: 0px;
    color: #222;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    background: #eeeeee;
    background: -moz-linear-gradient(90deg, #eeeeee 0%, #e4e4e4 59%);
    background: -webkit-linear-gradient(90deg, #eeeeee 0%, #e4e4e4 59%);
    background: linear-gradient(90deg, #eeeeee 0%, #e4e4e4 59%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#e4e4e4",GradientType=1);
    width: 100%;
    height: 50px;
    margin: 5px 0px;
    padding: 15px 10px 15px 10px;
    font: 700 12px/1 "Open Sans", sans-serif;
    border-radius: 5px;
    /*border: solid medium #ddd;*/
    border: solid medium linear-gradient(to right, rgba(255, 0, 0, 0), red);
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    user-select: none;
    text-align: center;
  }

  .yes_button_div {
    letter-spacing: 1px;
    position: relative;
    margin: 0px 0px;
    border: solid thin #c1bcbe;
    /*    width: 100%;
    	height:50px;
    	color: #333;
        text-shadow: 0 1px 0 rgba(255,255,255,0.5);
        background: #fff;
        padding-left: 8px;
     	padding-top: 20px;
        padding-right: 10px;
        padding-bottom: 8px;
        margin-bottom: 30px;
        font: 700 11px/1 'Open Sans',sans-serif;
        border-radius: 5px;
        box-shadow: inset 0 -1px 0 1px rgba(0,0,0,0.3), inset 0 -10px 20px rgba(0,0,0,0.4);
        cursor: pointer;
    	text-align: center;
    	user-select: none;
    		*/
    width: 100%;
    height: 37px;
    color: #3a3434;
    text-shadow: 0 1px 0 rgba(55, 55, 55, 0.1);
    background: #f6f6f6;
    display: block;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: auto;
    padding-right: auto;
    font: 700 16px/1 "Open Sans", sans-serif;
    border-radius: 5px;
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
    user-select: none;
  }

  .yes_button_div:hover {
    letter-spacing: 1px;
    position: relative;
    color: #000;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
    background-image: linear-gradient(#e9e9e9, #d7d7d7);
    width: 100%;
    height: 37px;
    box-shadow: inset 0 -2px 0 2px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
    user-select: none;
  }
}
@media only screen and (max-width: 599px) {
  body {
    background-color: #ccc;
  }

  /*global button style*/
  .top_nav_button_banner_div, .top_nav_button_div, .top_nav_button_div_index {
    position: relative;
    top: 0px;
    left: 0px;
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    background: #fff;
    width: 100%;
    /* height: 50px; */
    margin: 5px 0px;
    padding: 15px 10px 15px 10px;
    font: 700 12px/1 "Open Sans", sans-serif;
    border-radius: 5px;
    /*border: solid medium #ddd;*/
    border: solid medium linear-gradient(to right, rgba(255, 0, 0, 0), red);
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    user-select: none;
    text-align: center;
  }

  .top_nav_button_banner_div:hover {
    position: relative;
    top: 0px;
    left: 0px;
    color: #222;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    background: #eeeeee;
    background: -moz-linear-gradient(90deg, #eeeeee 0%, #e4e4e4 59%);
    background: -webkit-linear-gradient(90deg, #eeeeee 0%, #e4e4e4 59%);
    background: linear-gradient(90deg, #eeeeee 0%, #e4e4e4 59%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#e4e4e4",GradientType=1);
    width: 100%;
    height: 50px;
    margin: 5px 0px;
    padding: 15px 10px 15px 10px;
    font: 700 12px/1 "Open Sans", sans-serif;
    border-radius: 5px;
    /*border: solid medium #ddd;*/
    border: solid medium linear-gradient(to right, rgba(255, 0, 0, 0), red);
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    user-select: none;
    text-align: center;
  }

  .yes_button_div {
    letter-spacing: 1px;
    position: relative;
    width: 100%;
    height: 50px;
    color: #3a3434;
    text-shadow: 0 1px 0 rgba(55, 55, 55, 0.1);
    background: #f6f6f6;
    display: block;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: auto;
    padding-right: auto;
    font: 700 16px/1 "Open Sans", sans-serif;
    border-radius: 5px;
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
    user-select: none;
  }

  .yes_button_div:hover {
    letter-spacing: 1px;
    position: relative;
    color: #000;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
    background-image: linear-gradient(#e9e9e9, #d7d7d7);
    width: 100%;
    height: 50px;
    margin: 0px 0px;
    padding-left: 8px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font: 700 11px/1 "Open Sans", sans-serif;
    border-radius: 5px;
    border: solid thin #ddd;
    box-shadow: inset 0 -2px 0 2px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
    user-select: none;
  }
}
/* CSS Document */
.form_field_height {
  /*height:25px;*/
}

input {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: textfield;
  background-color: -internal-light-dark(white, #3b3b3b);
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 2px;
  border-width: 1px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-style: inset;
  border-color: -internal-light-dark(#767676, #858585);
  border-image: initial;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-color: white !important;
  background-image: none !important;
  color: -internal-light-dark(black, white) !important;
}

/*input[type="password"]{margin-top: 10px;}*/
input[type=text], input[type=password], input[type=url], input[type=email], input[type=tel], input[type=number] {
  padding: 12px 10px;
  box-sizing: border-box;
  /*border: 1px solid transparent;*/
  border-radius: 2px;
  background-color: #f8f8f8;
  margin-right: 10px;
  height: 25px;
}
@media only screen and (max-width: 599px) {
  input[type=text], input[type=password], input[type=url], input[type=email], input[type=tel], input[type=number] {
    margin-bottom: 30px;
    height: 40px;
  }
}

/*http://code.iamkate.com/html-and-css/styling-checkboxes-and-radio-buttons/  beta*/
input[type=checkbox]:not(old),
input[type=radio]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -1.8em;
  line-height: 1.5em;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio]:not(old) + label > span {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin: 0.25em 0.25em 0.25em 0.25em;
  border: 0.0625em solid silver;
  /*border-radius    : 0.25em;*/
  border-radius: 50%;
  background: #e0e0e0;
  background-image: -moz-linear-gradient(#f0f0f0, #e0e0e0);
  background-image: -ms-linear-gradient(#f0f0f0, #e0e0e0);
  background-image: -o-linear-gradient(#f0f0f0, #e0e0e0);
  background-image: -webkit-linear-gradient(#f0f0f0, #e0e0e0);
  background-image: linear-gradient(#f0f0f0, #e0e0e0);
  vertical-align: bottom;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio]:not(old):checked + label > span {
  background-image: -moz-linear-gradient(#e0e0e0, #f0f0f0);
  background-image: -ms-linear-gradient(#e0e0e0, #f0f0f0);
  background-image: -o-linear-gradient(#e0e0e0, #f0f0f0);
  background-image: -webkit-linear-gradient(#e0e0e0, #f0f0f0);
  background-image: linear-gradient(#e0e0e0, #f0f0f0);
}

input[type=checkbox]:not(old):checked + label > span:before {
  content: "✓";
  display: block;
  width: 1em;
  color: #47202f;
  font-size: 0.875em;
  line-height: 1em;
  text-align: center;
  text-shadow: 0 0 0.0714em #47202f;
  font-weight: bold;
}

input[type=radio]:not(old):checked + label > span > span {
  display: block;
  width: 0.8em;
  height: 0.8em;
  margin: 0.09em;
  border: 0.0625em solid #47202f;
  border-radius: 50%;
  background: #47202f;
  background-image: -moz-linear-gradient(#47202f, #5f2b38);
  background-image: -ms-linear-gradient(#47202f, #5f2b38);
  background-image: -o-linear-gradient(#47202f, #5f2b38);
  background-image: -webkit-linear-gradient(#47202f, #5f2b38);
  background-image: linear-gradient(#47202f, #5f2b38);
}

#minutes_duration_input {
  width: 100px;
}

input[type=textbox]:focus {
  border-color: #777;
}

@media only screen and (max-width: 599px) {
  .login_form_field {
    width: 95%;
    height: 50px;
    padding: 8px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 869px) {
  .login_form_field {
    width: 95%;
    height: 50px;
    padding: 8px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 870px) {
  .login_form_field {
    width: 95%;
    height: 37px;
    padding: 8px;
  }
}
.loading_message_container {
  transition: all 1s;
}
@media only screen and (min-width: 780px) {
  .loading_message_container {
    position: fixed;
    padding: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 100px;
    color: #000;
    background-color: #BABCBF;
    z-index: 999;
    border-radius: 15px;
    opacity: 1;
  }
}
@media only screen and (max-width: 779px) {
  .loading_message_container {
    position: fixed;
    color: #000;
    background-color: #BABCBF;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    padding: 25%;
    font-size: 30px;
    font-weight: bolder;
  }
}

@media only screen and (orientation: portrait) and (max-width: 1000px){
  .rj_nav_button_banner_div, .shpw_button, .shpw_button_div {
    position: relative;
    top: 0px;
    left: 0px;
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    background: #fff;
    width: 100%;
    height: 120px;
    font-size: 45px;
    margin: 5px 0px;
    padding: 33px 15px;
    border-radius: 5px;
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    user-select: none;
    text-align: center;
  }

  input[type=text], input[type=password], input[type=url], input[type=email], input[type=tel], input[type=number] {
    padding: 22px;
    box-sizing: border-box;
    /* border: 1px solid transparent; */
    border-radius: 2px;
    background-color: #f8f8f8;
    margin: 20px;
    height: 120px;
    width:100%;
    font-size: 60px;
}

.form_title_font_size {
  font-size: 30px;
  margin-top:30px;
}

.form_title_offset{
  position: relative;
  top:-7px;
  padding-left:20px;

}

.required {
  display: inline-block;
  text-align: center;
  padding-left: 5px;
  padding-right: 10px;
  color: #FF3300;
  font-size: 45px;
}

.body_copy {
  font-family: Arial, Verdana, Geneva, "Helvetica Neue", Helvetica, sans-serif; 
  font-weight:regular;
  font-size: 45px;
  line-height: 65px;
  text-align: left;
  display: inline;
}

.body_copy_justify {
  text-align: justify;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 45px;
}

.body_copy_bold {
  font-family: Arial, Verdana, Geneva, "Helvetica Neue", Helvetica, sans-serif; 
  font-weight:bold;
  font-size: 45px;
  display: inline;
}
.login_panel {
  position: relative;
  top: 0px;
  left: 0px;
  height: 40vh;
  width: 100%;
  background-color: #e3e1e2;
  border-radius: 0px 0px 0px 0px;
}
.lable_look_14 {
  font-family: Arial, Verdana, Geneva, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: bold;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #3d3d3d;
}

.login_title {
    position: relative;
    top: 4px;
    font-family: Arial, Verdana, Geneva, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 47px;
    font-weight: 700;
    margin: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8px;
}

.form_lable {
  font-size: 40px;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}

.h3, h3 {
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 87px;
    margin-top:60px;
    margin-bottom:30px;
}

.banner_logo{
  content:url(../../images/2026/leo_awards_vector_text_logo_2026_lion-rasterized.png);
  position: relative;
  left:0px;
  top:0px;
  padding:0px;
  margin:0px;
  width:90%;
}

.subFormTitleText {
  position: relative;
  left: 0px;
  font-family: Arial, Verdana, Geneva, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #47202f;
  user-select: none;
}

.pass_pos{
  position: relative;
  left:0px;
  top:0px;
  padding:0px;
  margin:0px;
  width:100%;
}

#rndrlnk{
  font-size: 30px; 
}

#new_user_signup_welcome_message{
  margin-top:30px;
  margin-bottom:30px;
}

.new_user_panel {
  width: 95%;
  position: relative;
  top: 0px;
  left: 0px;
  background: #f3f1f2;
  background: -moz-linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
  background: -webkit-linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
  background: linear-gradient(90deg, #f3f1f2 0%, #e4e2e3 59%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f1f2",endColorstr="#e4e2e3",GradientType=1);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left:auto;
  margin-right:auto;
}

.logintitle_bk {
    position: relative;
    top: -9px;
    width: 100%;
    height: 104px;
    border-bottom: thin;
    border-bottom-color: #333333;
    background-color: #d7d5d6;
}
#welcome_message_container{
       position: relative;
    top: 0px; 
}


}
  
