@charset "UTF-8";

/* CSS Document */

#homepage-vidblock {
    display: none;
}

/* Adam King - FTG Landing 06/15/17 */

#FTG-slider {
    margin-bottom: 40px;
}

#FTG-btn{
    font-weight: 200;
}

#FTG-item {
    height: 75vh;
    min-height: 385px;
}

#FTG-cover {
    background-position: 0% 35%;
    background-image: url('/assets/img/NU/test/NU_Homepage_BannerA.jpg');
}

#FTG-content {
    top: 35%;
}

#FTG-title {
    width: 75%;
    padding-top: 0px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
}

#FTG-descrip {
    width: 55%;
}

@media screen and (max-width: 1500px) {
    #FTG-title {
        font-size: 64px;
    }
}

@media screen and (max-width: 1280px) {
    #FTG-cover {
        background-position: 45% 50%;
    }
}

@media screen and (max-width: 1024px) {
    #FTG-title {
        font-size: 48px;
        width: 65%;
    }
}

@media screen and (max-width: 768px) {
    #FTG-cover {
        background-position: 60% 0%;
    }
    #FTG-content {
        top: 40%;
    }
    #FTG-title {
        font-size: 56px;
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    #FTG-item {
        max-height: 480px;
    }
    #FTG-item-lg {
        max-height: 480px;
    }
    #FTG-cover {
        background-position: 50% 0%;
    }
    #FTG-content {
        top: 170px;
        width: 100%;
    }
    #FTG-title {
        width: 100%;
        float: none;
        padding-right: 0px;
        font-size: 42px;
    }
    #FTG-descrip {
        text-align: center;
        width: 100%;
        font-size: 20px !important;
    }
    #FTG-btn {
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    #FTG-content {
        top: 170px;
    }
    #FTG-title {
        font-size: 36px;
        text-align: center;
    }
    #FTG-descrip {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 360px) {
    #FTG-title {
        font-size: 32px;
        text-align: center;
    }
    #FTG-descrip {
        font-size: 18px !important;
    }
}

@media screen and (min-width: 1280px) and (max-height: 599px) {
    #FTG-content {
        top: 20px;
    }
    #FTG-title {
        font-size: 48px;
    }
    #FTG-descrip {
        font-size: 20px !important;
    }
}

@media screen and (min-width: 1024px) and (max-height: 700px) {
    #FTG-content {
        top: 25%;
    }
    #FTG-descrip {
        font-size: 20px !important;
        width: 55%;
    }
    #FTG-cover {
        background-position: 0% 0%;
    }
}

@media screen and (min-width: 1024px) and (max-height: 600px) { 
    #FTG-descrip {
        width: 33%;
    }
}

@media screen and (min-width: 768px) and (max-height: 750px) {
    #FTG-cover {
        background-position: 0% 30%;
    }
}

@media screen and (min-width: 768px) and (max-height: 600px) {
    #FTG-content {
        top: 20%;
    }
}

@media screen and (max-width: 1500px) and (max-height: 599px) {
    #FTG-content {
        top: 0px;
    }
    #FTG-title {
        font-size: 48px;
        text-align: left;
        width: 60%;
    }
    #FTG-descrip {
        font-size: 18px !important;
        width: 40%;
    }
}

@media screen and (max-width: 1024px) and (max-height: 599px) {
    #FTG-content {
        top: 0px;
    }
    #FTG-descrip {
        font-size: 18px !important;
        width: 52%;
    }
}

@media screen and (max-width: 767px) and (max-height: 599px) {
    #FTG-item {
        min-height: 350px;
    }
    #FTG-content {
        top: 120px;
        margin: 0 auto;
    }
    #FTG-title {
        font-size: 48px;
        text-align: center;
        width: 100%;
    }
    #FTG-descrip {
        font-size: 18px !important;
        width: 100%;
    }
}

@media screen and (max-width: 767px) and (max-height: 500px) { 
    #FTG-content {
        top: 80px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) and (max-height: 599px) {
    #FTG-content {
        top: 150px;
    }
    #FTG-title {
        font-size: 32px;
        text-align: center;
    }
    #FTG-descrip {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 480px) and (max-height: 500px) {
    #FTG-content {
        top: 90px;
    }

}

@media screen and (max-width: 360px) and (max-height: 599px) {
    #FTG-content {
        top: 150px;
    }
}

@media screen and (max-width: 700px) and (max-height: 450px) {
    #FTG-content {
        top: 120px;
    }
    #FTG-title {
        font-size: 36px;
        text-align: center;
    }
    #FTG-descrip {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 500px) and (max-height: 450px) {
    #FTG-content {
        top: 90px;
    }
}

@media screen and (max-width: 320px) and (max-height: 480px) {
    #FTG-content {
        top: 120px;
    }
}

/* Adam King - Commencement Landing 06/15/17 */

#commencement-slider {
    margin-bottom: 40px;
}

#commencement-item {
    height: 60vh;
    max-height: 650px;
}

#commencement-item-lg {
    height: 800px;
    height: 100vh;
}

#commencement-cover {
    background-position: center 0%;
}

#commencement-content {
    top: 25%
}

#commencement-title {
    width: 75%;
}

#commencement-descrip {
    width: 55%;
}

@media screen and (max-width: 1500px) {
    #commencement-title {
        font-size: 64px;
    }
}

@media screen and (max-width: 1024px) {
    #commencement-title {
        font-size: 48px;
        width: 65%;
    }
}

@media screen and (max-width: 768px) {
    #commencement-cover {
        background-position: 60% 0%;
    }
    #commencement-content {
        top: 40%;
    }
    #commencement-title {
        font-size: 56px;
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    #commencement-item {
        max-height: 480px;
    }
    #commencement-item-lg {
        max-height: 480px;
    }
    #commencement-cover {
        background-position: 50% 0%;
    }
    #commencement-content {
        top: 70px;
        width: 100%;
    }
    #commencement-title {
        width: 100%;
        float: none;
        padding-right: 0px;
        font-size: 48px;
    }
    #commencement-descrip {
        text-align: center;
        width: 100%;
        font-size: 20px !important;
    }
    #commencement-btn {
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    #commencement-content {
        top: 110px;
    }
    #commencement-title {
        font-size: 36px;
        text-align: center;
    }
    #commencement-descrip {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 360px) {
    #commencement-title {
        font-size: 32px;
        text-align: center;
    }
    #commencement-descrip {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 1280px) and (max-height: 599px) {
    #commencement-content {
        top: 70px;
    }
    #commencement-title {
        font-size: 48px;
        text-align: left;
        width: 60%;
    }
    #commencement-descrip {
        font-size: 18px !important;
        width: 40%;
    }
}

@media screen and (max-width: 1024px) and (max-height: 599px) {
    #commencement-content {
        top: 25px;
    }
}

@media screen and (max-width: 767px) and (max-height: 599px) {
    #commencement-content {
        top: 100px;
        margin: 0 auto;
    }
    #commencement-title {
        font-size: 48px;
        text-align: center;
        width: 100%;
    }
    #commencement-descrip {
        font-size: 18px !important;
        width: 100%;
    }
}

@media screen and (max-width: 480px) and (max-height: 599px) {
    #commencement-content {
        top: 110px;
    }
    #commencement-title {
        font-size: 32px;
        text-align: center;
    }
    #commencement-descrip {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 360px) and (max-height: 599px) {
    #commencement-content {
        top: 150px;
    }
}

@media screen and (max-width: 700px) and (max-height: 450px) {
    #commencement-content {
        top: 90px;
    }
    #commencement-title {
        font-size: 36px;
        text-align: center;
    }
    #commencement-descrip {
        font-size: 18px !important;
    }
}






/* Adam King - 06/13/17: youtube stream */

#yVid {
    width: 66.6%;
}

#yChat {
    width: 33.3%;
}

.video-wrapper {
    position: relative;
    /* 16:9 */
    border: 1px solid #cccccc;
}

.video-wrapper iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    height: 450px;
    float: left;
}

.video-wrapper::after {
    display: block;
    content: '';
    clear: both;
}

.video-feature-descrip {
    padding: 25px 0 10px;
}

.video-feature-descrip h2 {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px;
    color: #003161;
}

.video-feature-descrip p {
    padding: 0px 5px;
}

.video-feature-descrip span {
    font-weight: bold;
}

#yChat-btn {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    background-color: #FF9B1D;
    color: white;
    border: 0px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

#yChat-btn:focus {
    outline: none;
}

@media screen and (max-width: 1024px) {
    .video-wrapper iframe {
        width: 100%;
        float: left;
    }
    #yVid {
        width: 50%;
    }
    #yChat {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .video-wrapper iframe {
        float: none;
    }
    #yVid {
        width: 100%;
    }
    #yChat {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .video-wrapper {
        border: 0px;
    }
}






/* Adam King - 05/15/17: Tableaue (?) breakpoints */

.tableau-desktop {
    visibility: visible;
}

.tableau-mobile {
    visibility: hidden;
    height: 0px;
    width: 0px;
    position: relative;
}

.tableau-tabHori {
    visibility: hidden;
    height: 0px;
    width: 0px;
    position: relative;
}

.tableau-tabVert {
    visibility: hidden;
    height: 0px;
    width: 0px;
    position: relative;
}

.no-flow {
    overflow: hidden;
}

@media screen and (max-width:1280px) {
    .tableau-mobile {
        visibility: hidden;
        height: 0px;
        width: 0px;
        position: relative;
    }
    .tableau-tabHori {
        visibility: hidden;
        height: 0px;
        width: 0px;
        position: relative;
    }
    .tableau-desktop {
        visibility: hidden;
        height: 0px;
        width: 0px;
        position: relative;
    }
    .tableau-tabVert {
        position: relative;
        height: 100%;
        width: 100%;
        visibility: visible;
    }
}

@media screen and (max-width: 800px) {
    .no-pad {
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .tableau-mobile {
        visibility: visible;
        position: relative;
        height: 100%;
    }
    .tableau-tabVert {
        visibility: hidden;
        height: 0px;
        position: relative;
    }
    .tableau-desktop {
        visibility: hidden;
        height: 0px;
        position: relative;
    }
    .no-pad {
        padding-left: 10px;
    }
}

@media screen and (max-width: 320px) {
    .no-pad {
        padding: 0px;
    }
}






/*
@media screen and (max-height: 599px) and (min-width: 768px) {
    .tableau-desktop {
        display: none;
    }
    .tableau-tabVert {
        display: none;
    }
    .tableau-tabHori {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .tableau-desktop {
        display: none;
    }
    .tableau-tabVert {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .tableau-tabVert {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .tableau-tabVert {
        display: none;
    }
    .tableau-mobile {
        display: block;
    }
}

*/


/* Adam King - 12/7/16: Custom queries for NU laptops */

@media screen and (max-height:600px) and (min-width: 600px) {
    .hero-slider .hero-content {
        margin-left: 20px;
    }
}

@media screen and (max-height: 750px) {
    .hero-slider h3.title {
        width: 100%;
        float: none;
    }
}

@media screen and (max-height: 500px) {
    .hero-slider h3.title {
        padding-top: 0px;
        text-align: left;
    }
}






/* Adam King - 12/5/16: Custom header nav phone number breakpoints and logo resize. */

@media screen and (max-width:875px) {
    .expanded .header .phone {
        margin-right: 10px;
        font-size: 10px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 800px) {
    .expanded .header .phone {
        margin-right: 0px;
    }
    .header .logo {
        left: 10px;
    }
}

@media screen and (max-width: 767px) {
    /* line 50, _scss/partials/_header.scss */
    .header .logo {
        width: 250.28571px;
        height: 40px;
        margin-top: -20px;
        background-size: cover;
    }
}

@media screen and (max-width: 480px) {
    /* line 50, _scss/partials/_header.scss */
    .header .logo {
        height: 33.33333px;
        width: 208.57143px;
    }
}






/* Jeff Lien - 5/18/16: Tried the "Create Fullscreen HTML5 Page Background Video" post at: thenewcode.com/777/Create-Fullscreen-HTML5-Page-Background-Video.
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(/assets/img/NU/test/01_CarouselHero_ForTheGreater.jpg) no-repeat;
    background-size: cover; 
} */


/* Jeff Lien - 5/17/16: Removed left and right padding on hero item class and overwrote the viewport and additional 480px height. */

.hero-slider .hero-item {
    padding-left: 0;
    padding-right: 0;
}

.nopadleft {
    padding-left: 0px !important;
}

.input2 {
    display: inline-block;
    width: 150px !important;
    margin-bottom: 10px !important;
    margin-left: 10px;
}

.button3 {
    background-color: #ff8a00;
    color: #ffffff !important;
    margin-top: 10px !important;
}

.bottompad {
    margin-bottom: 50px !important;
    margin-top: 10px !important;
}

.bottompad-c {
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}

.formtitle {
    font-weight: bolder;
}

.linktest {
    color: #FFF;
    font-weight: 500;
    font-size: 24px !important;
    letter-spacing: -1px;
}

.buttontest {
    background: #FF9B1D !important;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #FF9B1D !important;
    color: #ffffff !important;
    font-size: 18px !important;
}

.buttontest.active,
.buttontest.active:hover {
    background: ##FF9B1D;
    !important;
    opacity: 0.2;
    !important;
    color: #fff;
    !important;
}

.welltest {
    background: rgba(0, 49, 97, 0.5) !important;
}

.inlineNU {
    display: inline-block;
    margin-right: 10%;
}

.rightfloat {
    font-weight: bold;
    float: right;
}






/* PLEASE DO NOT REMOVE! Red Text Class (used on /login.html) */

.error {
    color: #FF0004;
}






/* Jeff Lien 5-13-16: For inline images on text pages. */

.rightmargin {
    margin-right: 0%;
    float: right;
    display: block;
    margin: 40px 0 40px 40px;
}






/* Jeff Lien 5-13-16: For inline images on text pages with captions. */

.floatright {
    float: right;
    width: 350px;
    padding: 0 0 20px 20px;
}

.nav-info {
    color: #FFF;
}

.result .result-meta-label {
    color: #333;
}

#map {
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    padding-top: 0px;
    position: relative;
}

#totalRec {
    top: 17px;
    right: 40px;
}

.spinner {
    position: relative;
    top: 7px;
    padding-left: 10px;
    visibility: hidden;
}

.h2 {
    margin-top: 0px;
}

@media screen and (max-width: 767px) {
    #totalRec {
        top: 39px;
        right: 50px;
    }
}

@media screen and (max-width: 640px) {
    #video-block {
        height: 85%;
    }
}