/*HIDDEN TABLE*/
.fancyTable .fancyTableHead th{
    background:transparent;
}
.popup__table{
    display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.5);
      }
      .close {
      color: #000;
      float: right;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
    }
    .popup__style{
        position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: white;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      max-width:800px;
      width:100%;
    }
    .close:hover, .close:focus; {
      color: #000;
      text-decoration:underline;
    }
    .fancyTable th a, .fancyTable th p, .fancyTable th {
    color: #000;
    }
    /*TABLES*/
  .tableBorder{
    padding:1em;
    background:#fff;
    border:2px solid #000;
  }
  .fancyTable{
     position: relative;
    display: table;
    max-width: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  margin:0 0 3em 0;
}
@media screen and (max-width:980px){
.popup__style {
    transform: translate(-50%, -17%);
}
}
table{
  border-spacing:0;
}
caption{
  display:none;
}

*{
margin:0;
padding:0;
border:0;
border-collapse:collapse;
}

.fancyTable thead{
  display:table-header-group;
  vertical-align:middle;
  background: rgb(127,208,217);
background:linear-gradient(320deg, rgba(127,208,217,1) 10%, rgba(172,255,78,1) 100%);
}
tr{
  display:table-row;
  vertical-align:inherit;
  border-color:inherit;
}
.fancyTable .fancyTableHead th {
    color: #000;
    border-left: none;
    border-right: none;
}
.fancyTable .fancyTableHead th, .fancyTable .fancyTableHead td {
    padding: 1.375em 1em;
    font-size: .8em;
    font-weight: 600;
    line-height: 1.2em;
    text-align: left;
    border: none;
}
.fancyTable th, .fancyTable td {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    max-width: 30em;
    min-width: 15em;
    width: auto;
    word-break: break-word;
}
.fancyTable th, .fancyTable td {
    font-size: .8em;
    line-height: 1.25em;
    color: #353535;
    border-right: 2px solid #000;
}
.fancyTable td {
    font-size: .8em;
    padding: 1.625em 1em;
    font-weight: 400;
    background: #fff;
}
.fancyTable th, .fancyTable td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    max-width: 30em;
    min-width: 15em;
    width: auto;
    word-break: break-word;
}
.fancyTable .fancyTableHead td:first-child {
    background: #fff;
    border-top: none;
    border-left: none;
}
.table {
    border-collapse: separate;
    background: white;
}

.fancyTable .fancyTableHead th:nth-child(2) {
    border-radius: 1em 0 0 1em;
}

.fancyTable .fancyTableHead th:last-child {
    border-radius: 0 1em 1em 0;
}

.fancyTable .fancyTableHead th, .fancyTable .fancyTableHead td {
    padding: 0.8em 0em;
    text-align: center;
}

.fancyTable th, .fancyTable td {
    border-right: 1px solid #7F7F7F;
    padding: 1.125em 1em;
    vertical-align: top;
}

tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td {
    background: #F1F1F2;
}

tbody tr:nth-child(even) th:first-child {
    border-radius: 1em 0 0 1em;
}

tbody tr:nth-child(even) td:last-child {
    border-radius: 0 1em 1em 0;
}

.fancyTableHeadPadding td {
    border-right: none;
    height: 1.75em;
    padding: 0;
}

.overflowTable {
    background: #fff;
    padding: .5em;
}

.fancyTable th {
    text-align: right;
}

.fancyTableHead td:first-child {
    width: 10em;
}

/*END HIDDEN TABLE*/
.iconFlex{
    /*background-image:url("/doccenter/de0bad51b37f4580871108f5ab03d9f8");
    background-repeat:no-repeat;
        background-size: cover; */
    height: 650px;
}
.landing__nav-logo-wrap {
    width: 100%;
}
.mod-page-wrap.mod-page-wrap--landing, .mod-page-wrap--landing .htmlModuleWrap, .mod-page-wrap--landing .landing__block{
    background-repeat: no-repeat;
    background-size: cover;
}
.iconFlex1{
    margin:auto;
    width: 325px;
    text-align: center;
    margin-top: 3em;
}
.iconBox p{
    color:#000;
    padding:0;
}
.iconBox p:nth-child(2){
    font-size:20px;
}
.mod-page-wrap--landing .landing__register-wrap .htmlModuleWrap{
    width:600px;
}
.applyTxt{
    font-weight:bold;
    font-size:25px;
    text-align:left;
}
.landing__register-wrap{
    align-items:flex-start;
}
select.landing__register-dropdown, .landing__register-textbox .defaultInput{
    background:transparent;
}
.landing__register-submit{
    background:transparent;
   /*background: rgb(127,208,217);
    background: linear-gradient(320deg, rgba(127,208,217,1) 10%, rgba(172,255,78,1) 100%);*/
    border:2px solid #000;
    width: 10em;
    display: inline-block;
    border-radius: 6px;
    padding: .5em;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    text-transform:capitalize;
    color: black;
    
}
.contactSection{
    margin:auto;
}
.landing__register-wrap{
    flex-direction:row;
    flex-wrap:wrap;
    padding: 10px 0;
}
.landing__register-submit:hover, .landing__register-submit:focus{
    background:#fff;
    border:2px solid #000;
}

.landing__register-wrap .contact-form-v2__form, .landing__nav-wrap{
    background: transparent;
}

.landing-footer .landing-section-block{
    background-color: #000;
}



select.landing__register-dropdown, .landing__register-textbox .defaultInput{
    border: 1px solid black;
}

.landing__register-disclaimer, .landing__register-enter-info{
    color: #000;
    text-align: left;
    width:100%;
}

.landing__register-product{
    width: 100%;
}

div.landing__register-textbox {
  margin: 0;
}

.landing__register-disclaimer{
    padding: 1em 0 1em 0;
}

.landing__nav-logo-img{
    width: auto;
}


@media screen and (min-width: 968px) {
    .landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1) {
        max-width: 100%;
    }

}
@media screen and (min-width: 768px) {
    .landing__register-wrap .contact-form-v2__form {
        width: 415px;
    }
        .landing__register-wrap .htmlModuleWrap {
        align-items: normal;
        }
        .landing__register-wrap {
        width: 1080px;
        }
}

@media screen and (max-width:1130px){
    .landing__register-wrap {
        justify-content: center;
    }
}/*
@media screen and (max-width: 840px) {
    .mod-page-wrap--landing .landing__register-wrap .htmlModuleWrap {
        width: 350px;
    }
}*/
@media screen and (max-width: 768px) {
    select.landing__register-dropdown {
        font-size: 16px;
        height: 40px;
    }
        .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect {
        font-size: 16px;
        padding: 8px 10px 9px 10px;
    }
}
@media screen and (max-width:709px){
    .landing__register-wrap{
        justify-content:center;
    }
    .landing__nav-logo{
        justify-content:center;
    }
}
@media screen and (max-width:360px){
    .landing__register-wrap .contact-form-v2__layout {
    padding: 4px 0;
}
    .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect {
        font-size: 14px;
    }
    .mod-page-wrap--landing .landing__register-wrap .htmlModuleWrap {
        display: none;
    }
}