/** 
 * For Apply Now Page
 */


.widget-row:nth-of-type(16){
     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(16) {
         height: 20em;
    }
}

.widget-row:nth-of-type(16)::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
 */
