/*  Nicko 6/9/17 - edit on ln. 103  */

.drawer-trigger {
    color: white;
}

.drawer-trigger:hover {
    cursor: pointer;
    color: white;
}

.drawer-trigger.active {
    color: white !important;
}

.header .logo {
    background: url(../img/common/NU-Scholars_Logo.svg);
    /*background-size: contain;
    background-position: 0px 25px;*/
    background-repeat: no-repeat;
    width: 265px;
    /*height: 115px;
    top: 21%;*/
}

.expanded .header-nav-dropdown {
    margin-top: 0px;
}

#rn-content {
    top: 40%;
}

#discover-item {
    height: 430px;
}

#discover-content {
    margin-top: 150px;
    top: 0%;
}

#long-rn-form {
    height: 430px;
}

#bsn-title {
    width: 850px;
}

#bsn-subhead {
    width: 600px;
    top: 110px;
}

#bsn-form-title {
    font-size: 1.8rem !important;
    font-size: 18px !important;
}

#rn-subhead {
    width: 600px;
}

#submit1 {
    margin: 25px 0 10px 0;
}

.field {
    margin-bottom: -5px !important;
}

.help-tab-title {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 9px 0;
}

.button {
    margin: 15px 0 15px;
}

.zcta {
    background-color: #ff9b1d;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.zcta:hover {
    text-decoration: none;
}

#short-list li:nth-child(2n+1) {
    clear: none;
}

#video-container {
    height: 475px;
}



/*  Nicko 6/9/2017 - changed width/height of iFrame values (from 50% to 100%) to accomodate for lightbox display  */

iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1366px) {
    #discover-content {
        margin-top: 70px;
    }
    #rn-content {
        top: 25%;
    }
    #rn-title {
        font-size: 4.2rem !important;
        font-size: 42px !important;
    }
    #bsn-title {
        width: 700px;
    }
    #bsn-subhead {
        top: 215px;
    }
    #ms-cyb-title {
        width: 700px;
    }
    #video-container {
        height: 400px;
    }
}

@media screen and (max-width: 1296px) {
    #discover-item {
        height: 430px !important;
    }
    #discover-content {
        margin-top: 60px;
        float: left;
    }
}

@media screen and (max-width: 1110px) {
    #discover-content {
        top: 85px;
        float: left;
        left: -40px;
    }
    #rn-content {
        top: 40%;
    }
    #rn-title {
        width: 600px;
    }
    #rn-subhead {
        width: 400px;
        top: 60px;
        font-size: 20px !important;
    }
    #bsn-title {
        width: 500px;
    }
    #bsn-subhead {
        width: 400px;
        top: 85px;
        font-size: 20px !important;
    }
    #video-container {
        height: 350px;
    }
}

@media screen and (max-width: 1024px) {
    #rn-content {
        top: 30%;
    }
    #rn-title {
        font-size: 36px !important;
        font-size: 3.6rem !important;
    }
}

@media screen and (max-width: 767px) {
    .title1 {
        font-size: 28px !important;
        font-size: 2.8rem !important;
    }
    #short-list li {
        width: 100%;
        padding: 0 10px;
    }
    .title2 {
        margin-bottom: 20px;
    }
    .hero-slider .hero-content {
        top: 240px;
    }
    .hero-slider .hero-item {
        height: 485px !important;
    }
    .header .logo {
        width: 165px !important;
        height: 55px !important;
        background-size: 100% !important;
        /* background-position: -830% 30% !important; */
        margin-left: 10px !important;
        margin-top: -26px !important;
        top: 55%;
    }

    .icon-keyboard-arrow-right {
        position: relative;
        top: 3px;
    }
    .icon-keyboard-arrow-right:before {
        font-size: 20px;
    }
    #submit1 {
        font-size: 16px;
    }
    #discover-content {
        left: 0px;
    }
    #rn-content {
        top: 105px;
        text-align: center;
    }
    #rn-title {
        font-size: 4.2rem;
        font-size: 42px;
        width: 100%;
    }
    #rn-subhead {
        width: 100%;
    }
    #bsn-title {
        font-size: 3rem !important;
        font-size: 30px !important;
        width: 400px;
    }
    #bsn-subhead {
        width: 330px;
    }
    #crim-content {
        top: 125px;
    }
    #crim-title {
        font-size: 3rem;
        font-size: 30px;
    }
    #crim-long-content {
        top: 125px;
        margin-top: 0px;
    }
    #crim-long-title {
        font-size: 3rem;
        font-size: 30px;
    }
    #rn-item {
        height: 300px !important;
    }
    .footer-navigation .primary .footer-nav ul li {
        margin: 0px;
        float: none;
        display: inline-block;
        width: auto;
    }
    .footer-navigation .footer-nav ul {
        margin: 2% 2% 2% 5%;
        padding: 20px 0 20px 0;
        text-align: center;
    }
    .footer-navigation {
        padding: 0px;
    }
    .footer-navigation .primary:after {
        margin-bottom: 0px;
    }
    .zcta {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 667px) {
    .title1 {
        font-size: 26px !important;
        font-size: 2.6rem !important;
    }
    .formmodule {
        height: 475px;
    }
    .hero-slider .hero-content {
        top: 75px;
    }
    .help-tab-title {
        margin: 0px;
        padding: 10px 0 15px 0;
    }
    #discover-content {
        top: 20px;
        margin-top: 50px;
        right: 0;
        float: none;
    }
    #rn-image {
        background-position: 0% 20%;
    }
    #rn-content {
        top: 125px;
    }
    #rn-title {
        width: 100%;
        font-size: 4.2rem;
        font-size: 42px;
    }
    #rn-subhead {
        width: 100%;
    }
    #rn-links li {
        width: 100%;
    }
    #bsn-title {
        width: 100%;
        font-size: 3.6rem;
        font-size: 36px;
        line-height: 1.2 !important;
    }
    #bsn-subhead {
        width: 100%;
        top: 70px;
    }
    #bsn-form-title {
        font-size: 2.4rem !important;
        font-size: 24px !important;
    }
    #crim-content {
        top: 75px;
        margin-top: 0px;
        right: 0;
        float: none;
    }
    #crim-long-content {
        top: 50px;
    }
    #crim-subhead {
        margin-top: 10px !important;
    }
    #crim-help {
        padding: 5px;
    }
    #long-crim-form {
        margin-top: -40%;
    }
    iframe {
        width: 100%;
        height: 100%;
    }
    #video-container {
        height: 500px;
    }
}

@media screen and (max-width: 480px) {
    .primary-container {
        margin-top: 0px;
    }
    #bsn-form-title {
        font-size: 1.8rem !important;
        font-size: 18px !important;
    }
    #bsn-title {
        font-size: 26px !important;
        font-size: 2.6rem !important;
    }
    #main {
        margin-top: 0px;
    }
    .header .logo {
        width: 232px;
    }
    .zcta {
        margin: 0px 0 20px 0;
    }
    .hero-slider h3.title {
        margin-bottom: 15px;
        font-size: 36px !important;
    }
    .hero-slider .hero-content .subhead1 {
        top: 110px;
        position: relative;
    }
    .title1 {
        font-size: 28px !important;
        font-size: 2.8rem !important;
    }
    #discover-content {
        top: 25px;
    }
    #ma-title {
        font-size: 30px !important;
    }
    #rn-title {
        font-size: 30px !important;
    }
    #rn-subhead {
        top: 100px;
        font-size: 16px !important;
    }
    #bsn-title {
        width: 100%;
        font-size: 3rem !important;
        font-size: 30px !important;
    }
    #bsn-subhead {
        width: 100%;
        top: 125px;
    }
    #crim-title {
        margin-bottom: 10px;
        margin: 0 auto !important;
        width: 300px;
        position: relative;
    }
    #crim-long-title {
        font-size: 30px !important;
    }
    #crim-subhead {
        top: 15px;
    }
    #long-crim-form {
        margin-top: -50%;
    }
    .formmodule {
        margin-top: -40%;
    }
    #video-container {
        height: 400px;
    }
}

@media screen and (max-width:400px) {
    #rn-subhead {
        top: 100px;
    }
    #bsn-subhead {
        top: 140px;
    }
}

@media screen and (max-width: 360px) {
    #rn-image {
        background-position: 10% 20%;
    }
    .title1 {
        font-size: 24px !important;
        font-size: 2.4rem !important;
    }
    #video-container {
        height: 300px;
    }
}

@media screen and (max-width: 667px) and (max-height:400px) {
    #rn-content {
        top: 50px;
        margin-top: 25px;
    }
    .wysiwyg p:last-of-type {
        margin-bottom: 0px;
    }
    #rn-links h3 {
        margin-bottom: 20px;
    }
    #rn-links li {
        width: 100%;
    }
    .title3 {
        margin-top: 10px;
    }
}

