/** 
 * For Apply Now Page
 */


.widget-row:nth-of-type(7){
     padding: .5rem 0 .5rem;
     background: transparent;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     /*-ms-flex-pack: center;
     justify-content: center;
     max-width: 63rem;*/
     position: relative;
     /*text-align: left;
     width: 100%;*/
     text-align: center;
}

@media (min-width: 46.25em) {
     .widget-row:nth-of-type(7) {
         height: 20em;
    }
}

.widget-row:nth-of-type(7)::before{
    background-color: #d8d0bf;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
}

@media (max-width: 34.375em) {
  .site-hero__nav-item {
    white-space: inherit;
  }
}

/**
 * End of Apply Now Page
 */

/**
 * For Landing Page
 */


/**  #a39161 = tan #42235e = purple
 * Clear Nav and footer
 */
.site-footer {display: none;}
.site-navigation {display: none;}
.site-controls__control {display:none;}
.site-search {display: none;}
.site-header {
    background-color: #42235e;
    position: relative;
    border-bottom: 5px solid #a39161;
}
.site-header>.container {padding: 0.5rem;}

.site-header__identity {height: 60px; margin-bottom: 0;}

@media (max-width: 61.24em) {
    .site-header__identity {
    margin-left: 0;
    position: relative;
    z-index: 3;
    height: 40px;
    }
}
.site-main {padding:0 !important;}
.site-content__inner {
    margin-top: 0 !important;
    width: 100%;
}
.page-heading {display: block; margin: 1rem 0rem;}
.nav--breadcrumb {display :none;}
.side-tab-wrap {display: none;}
/**
 * End of Apply Now Page
 */
.side-tab-wrap-custom {
  display: none;
}

.tab-toggle-custom {
  display: none;
}
.sidebar {display: none;}
