  /*
    dark green: #0B2404 - 11,36,4
    Logo Green: #4F7019 - 79,112,25
    brown: #A06414 - 160,100,20
    dark gray: #757575 - 128,128,128
    bright green: #76A226 - 118,162,38
    Light Gray Footer #f4f4f4 - 244,244,244

    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;

*/

body.open {
    overflow: hidden;
    position:fixed;
}


@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes toggle-up {
    100% {
        transform: rotate(180deg);
    }
}

@keyframes toggle-down {
    100% {
        transform: rotate(180deg);
    }
}


@font-face {
    font-family: 'icomoon';
    src: url('/includes/fonts/icomoon.eot?-4v4dbb');
    src: url('/includes/fonts/icomoon.eot') format('embedded-opentype'), url('/includes/fonts/icomoon.woff?-4v4dbb') format('woff'), url('/includes/fonts/icomoon.ttf?-4v4dbb') format('truetype'), url('/includes/fonts/icomoon.svg?-4v4dbb') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sr-only {
    position: absolute
}

.sr-only {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}


#toTheTop a, #toTheTop a:active, #toTheTop a:focus {
    color: #FFF;
}

#toTheTop a:hover {
    color: #76A226;
}

.to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 40px;
    font-size: 1em;
    text-decoration: none;
    background: rgba(0,0,0,.85);
    color: #FFF;
    padding: 6px 10px;
    border-radius: 7px;
    display: none;
    z-index: 800;
    opacity: .9;
}

.to-top-btn:hover, .to-top-btn:active, to-top-btn:focus {
    color: #00483A
}

#top-row {
    border-bottom: 1px solid #0B2404;
    z-index: 400;
    position: relative;
}

/*#region urgent notice*/
.pnlUrgentNotice {
    background: rgba(255,188,17,.97);
    padding: 2rem 1rem;
    text-align: center;
    font-size: 1.35rem;
    border-top: 1px dashed #0B2404;
    position: fixed;
    bottom: 0;
    z-index: 1500;
    width: 100%;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
}

    .pnlUrgentNotice a {
        color: #0B2404;
    }

        .pnlUrgentNotice a:hover {
            color: #FFF;
        }

.noticeButton {
    padding-top: 1rem;
}

.pnlUrgentNotice .button {
    border: 1px solid #757575;
}
/*#end region /

/*#region navigation*/

#top-container {
    height: 85vh;
    max-height: 1000px;
    overflow: hidden;
    position: relative;
}

#navigation-row-upper-container {
    background: #0B2404;
    color: #fff;    
}

#navigation-row-upper {
    background: #0B2404;   
   
}

#navigation-row-upper ul {    
    width: 100%;    
    text-align: left;
    padding-top:1rem;
    margin-left:0
}

#navigation-row-upper ul li {
    display: inline-block;
    padding-left: 1rem;
}

#navigation-row-upper a {
    font-size: 1rem;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: capitalize;
    transition: all .25s ease-in-out;
}

#navigation-row-upper a:hover {
    color: #757575
}
#iconContainer {
   padding-top:.5em
}

#iconContainer h2 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:1.75rem;
    line-height:1;
    margin-bottom:0;
}

    #searchResourceContainer {
        padding-top: 1rem;
    }
#searchResourceContainer a {
    color:#FFF;
}
#navResource, #navMyBSC {
    position: relative;
}
#resourceDrop, #myBSCDrop {
    padding-top: 1rem;
    position: absolute;
    left:-1px;
    top: 2.5rem;
    background:rgba(79,112,25,.98);   
    min-width: 175px;
    z-index: 50;
    border-bottom: 0 none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
    display:none;
    transition:all .25s ease-in-out;
}
    #resourceDrop ul, #myBSCDrop ul {
        list-style: none;
    }
        #resourceDrop ul li, #myBSCDrop ul li {
            text-align: left;
            font-size: .9rem;
        }
    #resourceDrop a, #myBSCDrop a {
        color: #fff;
    }
        #resourceDrop a:hover, #myBSCDrop a:hover {
            color: #0B2404;
        }

#navResource:hover, #navMyBSC:hover {
    border: 1px solid #FFF !important;
}

    #navResource:hover #resourceDrop, #navMyBSC:hover #myBSCDrop {
        display: block;
    }

    .navButton {
        padding: .5rem 1rem;
        border: 1px solid #76A226 !important;        
        text-align: center;
        margin-right: 1rem;
        text-transform: capitalize;
        display:inline-block;
    }

.navButton i {
    padding-left: .5rem;
    font-size: 1rem !important;
    position:relative;
    top:-.1rem;
}

a .navButton {
    color: #FFF;
}

a:hover .navButton {
    color: #FFF;
    border: 1px solid #FFF !important;
}

.navButtonLeft {
    padding: .5rem 1rem;
    border: 1px solid rgba(118,162,38,.75);
    background: #76A226;
    text-align: center;
    float: left;
    margin-right: 2rem;
    text-transform: uppercase;
}

a .navButtonLeft {
    color: #FFF;
}

a:hover .navButtonLeft {
    color: #0B2404;
    border: 1px solid #0B2404;
}

#logocell {
    padding: 1.25rem 1rem 1rem 1rem;    
}

#logocell img {
    /*width:275px;*/
    max-width: 100%;
}

#buttonCell .button {
    margin-top: 2rem;
    margin-left: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
}

#navigation-row-lower {
    position: relative;
}

#navigation-row-lower-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 4rem;
    padding:0 0 0 2rem;  
    position:relative;
}

#navULcontain {
    width: 98%;    
    margin: 0 auto;   
    bottom: 0;
    padding-top: 1.15rem;
    margin:0 auto;
}

#navigation-row-lower ul {
    text-align: justify;
    height: 65px;
    width: 100%;
    padding: 1rem 0;
    overflow: hidden;
    margin: 0;
}

#navigation-row-lower ul:after {
    content: '';
    width: 100%;
    display: inline-block;
}

#navigation-row-lower ul li {
    display: inline-block;
}

#navigation-row-lower a {
    font-size: 1rem;
    font-size: clamp(1rem, 0.97rem + 0.1499999999999999vw, 1.15rem);
    color: #0B2404;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 250ms ease-in-out;
}

#navigation-row-lower ul li:hover a {
    color: #76A226;
}

#navigation-row-lower ul li a::after {
    display: block;
    content: '';
    border-bottom: solid 1px #0B2404;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

#navigation-row-lower ul li:hover a::after {
    transform: scaleX(1);
}

#navigation-row-lower-container ul > li:hover > .drop-menu {
    display: block;
}

#scrollDesktopMenu {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    z-index: 300;
    background-color: rgba(11,36,4,.95);
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: all 1s;
}

#scrollDesktopMenuMobile {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    z-index: 400;
    background-color: rgba(11,36,4,.95);
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: all .2s;
    border-bottom: 1px solid #FFF;
    display: none;
}

#scrollDesktopMenu img {
    width: 69px;
}

#scrollDesktopMenuMobile img {
    max-width: 100px;
    padding: 1.25rem 0 0 1.5rem
}

#scrollDesktopMenu ul {
    list-style: none;
    text-align: center;
    padding: 1.5rem 1rem 0 1rem;
}

#scrollDesktopMenu ul li {
    display: inline-block;
    padding: 0 1rem;
}

#scrollDesktopMenu ul li a {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
}

#top-row-mobile {
    background: #0B2404;
    padding: 1rem;
    height: 70px;
    display: none;
    position: relative;
    z-index: 400;
    border-bottom: 1px solid #FFF;
}

#top-row-mobile img {
    width: 100%;
    max-width: 275px;
}

#top-row-mobile a {
    color: #FFF
}

#top-row-mobile a:hover {
    color: #BFBFBF;
}
.hideSection {
    display: inline-block;
}
.drop-menu {
    background: rgba(255,255,255,1);
    width: 1500px;
    max-width: 90vw;
    position: absolute;
    padding: 2rem;
    right: 1rem;    
    display: none;
    -webkit-box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
    -moz-box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
    box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
    z-index: 600;
}

.drop-menu:hover {
    display: block;
}

.drop-menu-image {
    position: relative;
    margin: auto;
}

.drop-menu-image img {
    width: 100%;
    max-width: 100%;
}

.drop-menu-image-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(20,20,20,.8);
    color: #FFF;
    padding: 1rem;
}

.drop-menu-image-navigation {
    padding: 0 2rem;
}

.drop-menu-image-navigation ul {
    height: auto !important;
    text-align: left !important;
    padding: 0 .5rem 0 1rem !important;
}

.drop-menu-image-navigation ul li {
    display: block !important;
}

.drop-menu-image-navigation ul li a::after {
    border-bottom: none !important;
}

.drop-menu-image-navigation a {
    color: rgba(20,20,20,1) !important;
    font-size: 1.15rem !important;
    text-transform: none !important;
    transition: all .1s ease-in-out !important;
}

    .drop-menu-image-navigation a:hover {
        color: rgba(20,20,20,.5) !important;
    }

.drop-menu-image-navigation .drop-menu-nav-headline {
    color: #00483A !important;
    font-weight: 700;
    font-size: 1.25rem !important;
    padding-top: .75rem;
}

.drop-menu-image-navigation a .drop-menu-nav-headline:hover {
    color: rgba(0,0,0,0.8) !important;
}

#mobileOpenClose {
    display: none;
}
#nav-icon {
    width: 1.875rem;
    height: 1.875rem;
    position: fixed;
    top: 1.5rem;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    right: 2rem;
    z-index: 500
}

#nav-icon span {
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FFF;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon span:nth-child(1) {
    top: 0
}

#nav-icon span:nth-child(2) {
    top: .625rem
}

#nav-icon span:nth-child(3) {
    top: 1.25rem
}

#nav-icon.open span:nth-child(1) {
    top: .625rem;
    background: #FFF;        
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -45px
}

#nav-icon.open span:nth-child(3) {
    top: .625rem;
    background: #FFF;        
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}


#top-row-mobile-search {
    position: fixed;
    top: 1.25rem;
    right: 5rem;
    cursor: pointer;
    font-size: 1.5rem;
    z-index: 400;
    width: 50%;
}


#theMobileNavigation {
    Background-color: rgba(11,36,4,.97);
    background-color: rgba(79,112,25,.97);
    max-height: calc(100%);
    min-height: 100%;
    overflow-y: auto;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: .3s;
    z-index: 300;
    padding-top: 4em;
}

#theMobileNavigation.open {
    width: 100%;
}


.more-arrow {
    position: absolute;
    left: 15rem;
    width: 3rem;
    height: 2rem;
    text-align: center;
}

.more-arrow:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f054";
}

.more-arrow.open:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f078";
}

#theMobileNavigation ul {
    list-style-type: none;
    padding-top: 1rem;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

#theMobileNavigation ul li {
    text-align: left;
    padding: .5rem .5rem .5rem 1rem;
    border-bottom: 1px solid #0B2404
}

#theMobileNavigation ul li a {
    font-size: 1.2rem;
    color: #FFF;
}

#theMobileNavigation ul li a:hover {
    color: #9a9a9a;
}

.mobile-sub-nav {
    display: none;
}

.mobile-sub-nav ul li {
    padding: .5rem .5rem .5rem 0 !important;
    border-bottom: 1px solid rgba(0,0,0,.25) !important;
}

.mobile-sub-nav ul li a {
    font-size: 1rem !important;
    color: #FFF;
}

.mobile-sub-nav ul li:last-child {
    border-bottom: 0px solid #FFF !important;
}

#theTopSearchBox {   
   
}
#theTopResources {
   padding-right:1rem;  
   text-align:right;
}
#topSearchBox {
    background: #0B2404;
}
#topSearchIcon {
    background: #76A226;
    text-align: center;
    padding: .5rem 1rem;
    vertical-align: middle;
    color: #fff;
    height:2.45em;
}
#topSearchIcon:hover {
    background:rgba(79,112,25,1);
}

#topSearchIcon:hover i{
    color: #FFF;
}

#txtTopSearch {
    margin: 0;
    background-color: #CCC;
    border: none;
    font-size: 1.25rem;
    -webkit-box-shadow: none; /* inset 0 1px 2px rgba(10, 10, 10, 0.1);*/
    box-shadow: none /* inset 0 1px 2px rgba(10, 10, 10, 0.1);*/
}
input[id^="topNav_txtTopSearch"] {
    margin: 0 !important;
    height:100%;
}

input[id^="topNav_txtTopSearch"]::-webkit-input-placeholder {
    color: #ccc;
    font-size: 1rem;
    margin: 0;
}

input[id^="topNav_txtTopSearch"]::-moz-placeholder {
    color: #ccc;
    font-size: 1rem;
}

input[id^="topNav_txtTopSearch"]:-ms-input-placeholder {
    color: #ccc;
    font-size: 1rem;
}

input[id^="topNav_txtTopSearch"]:-moz-placeholder {
    color: #ccc;
    font-size: 1rem;
}





/*#endregion*/

/*#region home page image slider */

.slide-container {
    width: 100%;
    height: 85vh;
    max-height: 1000px;
    background-color: #0B2404;
    background-position: center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
    position: relative;
    z-index: 10;
}

.slide-container video {
    width: 100%;
    position: absolute;
    z-index: 10;
}

.slide-container img {
    width: 100%;
    position: absolute;
    z-index: 10;
}

.hero-gradient {
    position: absolute;
    z-index: 20;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.25);
    /*display:none;*/
}

.hero-center-container {
    background: transparent;
    z-index: 200;
    position: absolute;
    top: -100px;
    width: 100%;
    height: 100%;
    display: table;
}

.hero-center-container-inner {
    display: table-cell;
    vertical-align: middle;
}

.hero-center-container-inner > .hero-content {
    position: relative;
    text-align: center;
    width: 75%;
}

.hero-center-container-inner > .hero-content > .herotheButton {
    width: 600px;
    position: relative;
    margin: 0 auto;
}

.hero-contentbox {
   position:absolute;
   z-index:20
}

.hero-contentNoBox {
    background: !important;
    border-left-style: none !important;
    border-left-color: inherit !important;
    border-left-width: medium;
    border-right-style: none !important;
    border-right-color: inherit !important;
    border-right-width: medium;
    border-top-style: none !important;
    border-top-color: inherit !important;
    border-top-width: medium;
    border-bottom-style: none !important;
    border-bottom-color: inherit !important;
    border-bottom-width: medium;
}

.hero-content {
    position: relative;
    top: -25px;
    background: transparent;
    z-index: 500;
    margin: auto;
    color: #FFF;
    font-weight: 400;
    font-size: 4.5rem;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    text-align: center;
    z-index: 60;
    max-width: 100%;
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation: fadein 4s;
}

.hero-contentbox-green, .hero-contentbox-gray {
    position: absolute;
    padding: 2rem;
    background: transparent;
    z-index: 500;
    width: auto;    
    text-align: left;
    z-index: 60;
    max-width: 100%;
    border: 1px solid rgba(255,255,255,.4);
}

.hero-contentbox-gray {
    background: rgba(0,0,0,.35);
}

.hero-contentbox-green {
    background: rgba(118,162,38,.75);
}

.herotheButton {
    font-size: 1rem;
    color: #FFF;
    padding: .5rem;
    border: 2px solid #FFF;
    text-align: center;
    width: auto;
    transition: all .25s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
}

.herotheButton a {
    color: #FFF;
}

.herotheButton:hover {
    background: #76A226;
}

.herotheButton, .hero-contentbox-gray .herotheButton {
        background-color: #76A226;
    }
.herotheButton, .hero-contentbox-gray .herotheButton:hover {
        background-color: #0B2404;
}

.hero-contentbox-green .herotheButton {
    background-color: #4F7019;
}

.hero-contentbox-green .herotheButton:hover {
    background-color: #0B2404;
}
.hero-contentTR {
    top: 4rem;
    right: 6rem;
}

.hero-contentBR {
    bottom: 17rem;
    right: 6rem;
}
.hero-contentTL {
    top: 4rem;
    left: 6rem;
}
.hero-contentBL {
    bottom: 17rem;
    left: 6rem;
}

.herotheTitle {
    color: #FFF;
    font-weight: 400;
    font-size: 1.75rem;   
    text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.herotheTagLine {
    font-size: 3.5rem;
    color: #FFF;    
    text-transform: uppercase;
    font-weight:700;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top:-1rem;
}

#btnPreviousContainer {
    z-index: 200;
    position: absolute;
    top: 0;
    left: 1rem;
    height: 100%;
    display: table;
}

#btnNextContainerInner, #btnPreviousContainerInner {
    display: table-cell;
    vertical-align: middle;
}

#btnNextContainer {
    z-index: 200;
    position: absolute;
    top: 0;
    right: 1rem;
    height: 100%;
    display: table;
}

#btnNext, #btnPrevious {
    font-size: 4rem;
    color: rgba(255,255,255,.55);
    transition: all .25s;
    position: relative;
    top: 90px;
}

#btnNext:hover, #btnPrevious:hover {
    color: #76A226;
}

#pauseplay {
    z-index: 250;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    padding: 1rem;
    height:50px;
    width:50px;
}

#pauseplay i {
    font-size: 2rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
}

#pauseplay a {
    color: #222
}

#pauseplay a:hover {
    color: #FFF
}

/*#endregion */

#homeActionButtons-container {
    border-top: 1px solid #76A226;
    padding:2rem;
    background:#f7f7f7;
}
.homeActionButton {
    margin:1rem;
    background:#0B2404;
    padding:3rem 1rem;
    color:#FFF;
    border:4px solid #76A226;
    font-size:1.25rem;
    text-transform:capitalize;
}
.homeActionButton:hover {
    border: 4px solid #FFF;   
    background:#0B2404
}

/*#region majors*/
#energyInterests {
    background: #0B2404;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #FFF;
    padding: 3rem;
}
#energyInterestPrograms 
{   
    background: url('/img/home_master/bkg_home_student_life.png');
    background-attachment: fixed;
}
#energyInterestProgramsInner {
    background: url('/img/energy_master/energyInterestsBkg.png');
    background-repeat:no-repeat;
    padding:5rem 2rem;
}
#energyInterestListBox {
    background:rgba(255,255,255,.8);
    padding:3rem;
    border:1px solid #F9F9F9;
}
    #energyInterestListBox ul {
        list-style: none;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    #energyInterestListBox li {
       padding:.5rem 0;
    }
    #energyInterestListBox li a {
        font-size: 1.25rem;
        font-family: 'Roboto Condensed', sans-serif;
    }

    #energyInterestListBox li a::after {
        font-family: "Font Awesome 6 Pro";
        font-weight: 700;
        content: "\f054";
        color: #FFF;
        transition: .1s;
        padding-left: 5px;
    }

    #energyInterestListBox li:hover a::after {
        color: #76A226;
    }

 #majors-container, #majors-container2, #majors-container3 {
    background-color: #FFF;
    background: url('/img/home_master/bkg_home_student_life.png');
    border-top: 6px solid #76A226;
    background-attachment: fixed;
}
#major-text, #major-text2, #major-text3 {
    padding: 5rem 10rem;
}
#major-resources-container {
    padding: 5rem 10rem 5rem 0;
}


#major-text3 {
    width: 1500px;
    margin: 0 auto;
}
#major-text-small-head, #student-life-text-small-head, #resources-text-small-head {
    font-size: 2rem;
    color: #0B2404;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 2rem;
}
#major-text-large-head, #major-text-large-head2, #major-text-large-head3, #resources-text-large-head {
    font-size: 4rem;
    color: #0B2404;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 3.85rem;
    padding: 1rem 0;
}
#major-text-content, #major-text-content2, #major-text-content3 {
    font-size: 1.5rem;
    color: #0B2404;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 2.5rem;
}

#major-text-serachbox {
    padding: 1rem 0;
    margin-top: 1rem;
}
#major-search-box {
    background: #FFF;
    padding: 1rem;
    border:1px solid #0B2404;
}
#major-search-icon {
    background: #4F7019;
    text-align: center;
    padding: 1.5rem 1rem 1rem 1rem;
    vertical-align: middle;
}
#major-search-icon i, #major-search-icon2 i, #major-search-icon3 i {
    color: #fff;
}
#major-search-icon:hover i, #major-search-icon2:hover i, #major-search-icon3:hover i {
    color: #0B2404;
}
#txtMajorSearch, #txtMajorSearch2, #txtMajorSearch3 {
    margin: 0;
    background-color:#FFF;
    border: none;
    font-size: 1.25rem;
    -webkit-box-shadow: none; /* inset 0 1px 2px rgba(10, 10, 10, 0.1);*/
    box-shadow: none /* inset 0 1px 2px rgba(10, 10, 10, 0.1);*/
}

#viewAllProgramLink a {
    font-size: 1.1rem;
}

input[id^="txtMajorSearch"]::-webkit-input-placeholder, input[id^="txtMajorSearch2"]::-webkit-input-placeholder, input[id^="txtMajorSearch3"]::-webkit-input-placeholder {
    color: #0B2404;
    font-weight: bold;
    font-size: 1.25rem;
}

input[id^="txtMajorSearch"]::-moz-placeholder, input[id^="txtMajorSearch2"]::-moz-placeholder, input[id^="txtMajorSearch3"]::-moz-placeholder {
    color: #0B2404;
    font-weight: bold;
    font-size: 1.25rem;
}

input[id^="txtMajorSearch"]:-ms-input-placeholder, input[id^="txtMajorSearch2"]:-ms-input-placeholder, input[id^="txtMajorSearch3"]:-ms-input-placeholder {
    color: #0B2404;
    font-weight: bold;
    font-size: 1.25rem;
}

input[id^="txtMajorSearch"]:-moz-placeholder, input[id^="txtMajorSearch2"]:-moz-placeholder, input[id^="txtMajorSearch2"]:-moz-placeholder {
    color: #0B2404;
    font-weight: bold;
    font-size: 1.25rem;
}

#major-cluster-container, #major-cluster-container2 {
    background: #FFF;
}

.major-cluster-item {
    position: relative;
    margin:0 auto;
}
.major-cluster-text {
    position: absolute;
    bottom: 1rem;    
    padding:0 1rem;
    font-size: 1.5rem;
    color: #0B2404;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.45rem;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    transition: all .25s ease-in-out;
    width:100%;
    height:3rem;
}

.major-cluster-item img {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    opacity:.25;
    transition:all .25s ease-in-out;
    width:100%;
}

.major-cluster-item:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
    opacity: 1;
}
.major-cluster-item:hover .major-cluster-text {
    color:#FFF;
}

#clusterContain {
    padding:5rem 0;
}
.clusterItem {
    padding:2rem;
    text-align:center; 
    height:175px;
}
.clusterText {
    border: 1px solid #76A226;
    color: #0B2404;
    padding: 2rem 1rem;
    background: rgba(255,255,255,.9);
    margin:auto;
    height:100%;
}
.clusterText:hover {
    border: 1px solid #76A226;
    color: #76A226;   
    background: #FFF;
    margin: auto;
    height: 100%;
}

#mobileClusters {
    padding-top: 3rem;
    display:none;
}

#mobileClusterHeader {
    width:100%;
    font-weight:bold;
    border:1px solid #FFF;
}

#mobileClusterHeader i {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

#mobileClusterList {
        padding-left: .5rem;
        height: 0;
        overflow: hidden;
        transition: all .5s ease-in-out;
    }
#mobileClusterList.open {
    height: 275px;   
}
#mobileClusterHeader.open i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

#mobileClusterList ul {
    list-style: none;
}
/*#endregion*/


/*#region industry resources*/

#industryResources {
    background: #0B2404;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #FFF;
    padding: 3rem;
    text-align:right;
}





#industryResourcesContent {
    /* background: url('/img/student_master/building_back.png') no-repeat; */
    background: url('/img/home_master/bkg_home_student_life.png');
    background-color: #76A226;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    background-attachment: fixed !important;
    z-index: -10;
    border-top: 1px solid #0B2404;
    padding:4rem 1rem;
}

#industryResourcesContentInner {    
    padding: 5rem 2rem;
    background:#FFF;
    max-width:72rem;
}

#industryResourcesListBox {
    background: rgba(0,0,0,.5);
    padding: 3rem;
    border: 1px solid #F9F9F9;
    color:#FFF;
    font-size:1.25rem;
}
#industryResourcesListBox .button {
        
        border: 1px solid #FFF;
        font-size: 1.15rem;
        width: 95%;
        background: #76A226;
        white-space: nowrap;
        margin-top: 1rem;
        font-family: 'Roboto Condensed', sans-serif;
}

/* Added 11/19 */

#industryResourcesListBox .button {
    margin-bottom:0;
}

#industryResourcesListBox a.button.btn-orange.btn-large {
    font-size: 1.75rem;
    background: #ffb911;
}


#industryResourcesListBoxCol1 {
    padding-right:3rem;
    text-shadow:3px 3px 3px #333;    
}
    #industryResourcesListBoxCol1 a {
        color:#FFF;
    }
    #industryResourcesListBoxCol1 a:hover {
        color:#CCC;
    }
#resourcesInnerContent {
    max-width: 400px;
}

#industryResources-small-head {
    font-size: 2rem;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 2rem;
}
#industryResources-large-head {
    font-size: 4.5rem;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 4.5rem;
    padding: 1rem 0;
}
/*#endregion*/


/*#region by the number home*/
    #byTheNumbersHome {
        background: rgba(15,19,17,.98); /*color behind the image*/
        height: 625px;
        overflow: hidden;
        color: #FFF;
    }

    #byTheNumbersHome h2 {
        color: #fff;
        font-size: 2.5rem;
        font-weight: 700;
        padding-top: 3rem;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    }

    #byTheNumbersHomePhotoContainer {
        position: relative;
        height: 625px;
        overflow: hidden;
    }

    #byTheNumbersHomePhoto {
        height: 100%;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
    }

    #byTheNumbersHomePhoto img {
        width: 100%;
        height: 625px;
        object-fit: cover;
    }

    #byTheNumbersHomeDig {
        height: 100%;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 20;
        background-image: linear-gradient(170deg, rgba(15,19,17,.98) 55%, transparent 65%);
        background-image: -o-linear-gradient(170deg, rgba(15,19,17,.98) 55%, transparent 65%);
        background-image: -moz-linear-gradient(170deg, rgba(15,19,17,.98) 55%, transparent 65%);
        background-image: -webkit-linear-gradient(170deg, rgba(15,19,17,.98) 55%, transparent 65%);
        background-image: -ms-linear-gradient(170deg, rgba(15,19,17,.98) 55%, transparent 65%);
    }

    #byTheNumbersHomeBox {
        background: #757575;
        background-image: url('/img/home_master/bkg_home_events.png');
        background-position: right;
        padding: 0 3rem 3rem 3rem;
        text-align: center;
    }

    #numbersContain {
        text-align: center;
        padding-top: 2rem;
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }

    #byTheNumbersText {
        width: 700px;
        max-width: 100%;
        margin: 0 auto;
    }

    .numbersHeadline {
        font-size: 3.75rem;
        font-weight: 700;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
        font-family: 'Roboto Condensed', sans-serif;
    }

    .numbers-copy {
        font-size: 1.25rem;
        line-height: 1.25rem;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
        font-family: 'Roboto Condensed', sans-serif;
    }

    #numbersOne, #numbersTwo, #numbersThree, #numbersFour {
        text-align: left
    }

    #numbersOne {
        border-bottom: 1px solid #76A226;
        padding: .5rem 2rem 2rem 0;
    }

    #numbersTwo {
        border-bottom: 1px solid #76A226;
        padding: .5rem 2rem 2rem 3rem;
    }

    #numbersThree {
        padding: 1rem 2rem .5rem 0;
    }

    #numbersFour {
        padding: 1rem 2rem .5rem 3rem;
    }

    #numbersOne, #numbersThree {
        border-right: 1px solid #76A226;
    }

/*#endregion*/


/*#region news*/
#home-news-container {
    position: relative;
    padding-bottom: .75rem;
    background-color: #FFF;
    /*background-image: url('/img/home_master/bkg_home_news.png');*/

    background: #757575;
    background-image: url('/img/home_master/bkg_home_events.png');
    background-position: right;   
    text-align: center;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 5rem 5rem 5rem 5rem;
    border-top: 1px solid #0B2404;
}
#home-news-container h2 {
    color:#76A226;
    font-size:1.5rem;
    text-transform:uppercase;
    font-family: 'Roboto Condensed', sans-serif;      
}
#home-new-one {
    border-right:1px solid #76A226;
    padding:0 6rem 3rem 3rem;
    max-width:100%;
}

#home-new-two {
    padding:0 3rem 3rem 6rem;
}
#home-new-two .view-all {
    padding: 2rem 0 0 0;
}
    #home-new-one .view-all a, #home-new-two .view-all a, #home-view-acaDate2 a {
        color: #ccc;
    }
        #home-new-one .view-all a:hover, #home-new-two .view-all a:hover, #home-view-acaDate2 a:hover {
            color: #76A226;
        }
   



    #news-main-headline {
        font-size: 2.5rem;
        color: #0B2404;
        font-family: 'Roboto Condensed', sans-serif;
        line-height: 2.35rem;
        padding: 0 0 2rem 0;
    }



.news-item-container {
    margin-bottom: .25rem;
    background: #FFF;
    transition: all .25s ease-in-out;
    max-height: 90px;
    overflow: hidden;
    padding-bottom: 1rem;
}
.news-item-container-first {
    max-height: 150px;
}

.news-item-container:hover {
    background:#76A226;
    max-height:190px;
    overflow:hidden;
    color:#FFF;
}
.news-img-col {
    background: #76A226 !important;
    height: 100%;
}

.news-item-container img {
    opacity: .5;
    object-fit: cover;
}
.news-item-container-first img {
    opacity:1;
}

.theNewsTitle {
    padding: 1rem;
    line-height: 1.5rem;
    color: #0B2404;
    font-size: 1.25rem;
    font-family: 'Roboto Condensed', sans-serif;
}

.theNewsDate {
    font-style: italic;
    font-size: 1rem;
    color: #76A226;   
    padding: .5rem 0;   
}
.news-item-container:hover .theNewsTitle {
    color: #FFF;
}
.news-item-container:hover .theNewsDate {
    color: #FFF;
}
.newsDivider {
    border-top:1px dashed #76A226;
}

.news-item-container:hover img {
    opacity: 1;
}

.news-main-image {
    padding-right: 1rem;
}
.news-main-blurb {
    padding-left: 1rem;
    color:#757575;
}
.event-item, .news-item {
    padding: .5rem 0;
}

.news-item-inner-contain {
    border:1px solid #76A226;
    width:95%;
    min-height:200px;
    position:relative;
    overflow:hidden;
}

.news-item-inner-contain img {
    position: absolute;   
    opacity: 0.9;
    transition:all .1s ease-in-out;
}

.news-item-inner-contain:hover img {
    opacity: 0.3;
}

.news-item-inner-contain:hover {
    border: 1px solid #0B2404;   
}

.news-item-inner-contain:hover .theNewsTitle {
   /* color: #757575 !important*/
}

.news-title {
    padding: .5rem 1rem 0 1rem;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5rem;
    transition: all .25s;
    position: relative;      
}
/*#endregion*/

/*#region academic calendar*/
    #academic-calendar-container2 {
        padding: 0 0 1rem 0;
        position: relative;
        text-align:left;
    }

    #academic-calendar-container2 h3 {
        font-size: 1.5rem;
        font-family: 'Roboto Condensed', sans-serif;
        color: #76A226;
        text-transform: uppercase;
    }

    #academic-calendar-container2 .academic-date-item {
        font-family: 'Roboto', sans-serif;
        font-size: 1rem;
        color: #FFF;
    }

    .academic-date-item .theDate {
        font-weight: bold;
        color: #76A226;
    }

    #academic-calendar-container2 ul {
        list-style: none;    
        margin-left: 0;
    }

    #academic-calendar-container2 ul li {
        padding-top: 1rem;
    }

    #home-view-acaDate2 {
        padding: 0 !important;
    }
/*#endregion*/

/*#region by the number home*/
    #byTheNumbersHome {
        background: rgba(15,19,17,.98); /*color behind the image*/
        height: 625px;
        overflow: hidden;
        color: #FFF;
    }

#byTheNumbersHome h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    padding-top: 3rem;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;    
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#byTheNumbersHomePhotoContainer {
    position: relative;
    height: 625px;
    overflow: hidden;
}
#byTheNumbersHomePhoto {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

#byTheNumbersHomePhoto img {
    width: 100%;
    height: 625px;
    object-fit: cover;
}
#byTheNumbersHomeDig {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 20;
    background-image: linear-gradient(170deg, rgba(15,19,17,.98) 55%, transparent 65%);
    background-image: -o-linear-gradient(170deg, rgba(15,19,17,.98) 55%, transparent 65%);
    background-image: -moz-linear-gradient(170deg, rgba(15,19,17,.98) 55%, transparent 65%);
    background-image: -webkit-linear-gradient(170deg, rgba(15,19,17,.98) 55%, transparent 65%);
    background-image: -ms-linear-gradient(170deg, rgba(15,19,17,.98) 55%, transparent 65%);
}
#byTheNumbersHomeBox {
    background: #757575;
    background-image: url('/img/home_master/bkg_home_events.png');
    background-position: right;
    padding:0 3rem 3rem 3rem;
    text-align:center;
}

#numbersContain {
    text-align:center;
    padding-top:2rem;
    width:500px;
    max-width:100%;
    margin:0 auto;
}
#byTheNumbersText {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}

.numbersHeadline {
    font-size: 3.75rem;
    font-weight: 700;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    font-family: 'Roboto Condensed', sans-serif;
}
.numbers-copy {
    font-size: 1.25rem;
    line-height: 1.25rem;     
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    font-family: 'Roboto Condensed', sans-serif;
}

 #numbersOne, #numbersTwo, #numbersThree, #numbersFour {   
    text-align:left
}
#numbersOne {
    border-bottom: 1px solid #76A226;
    padding: .5rem 2rem 2rem 0;
}
#numbersTwo {
    border-bottom: 1px solid #76A226;
    padding: .5rem 2rem 2rem 3rem;
}
#numbersThree {    
    padding: 1rem 2rem .5rem 0;
}
#numbersFour {
    padding: 1rem 2rem .5rem 3rem;
}
#numbersOne, #numbersThree {
    border-right: 1px solid #76A226;    
}

/*#endregion*/


/*#region next steps*/

#nextstepscontainer {    
    background-color: #76A226;   
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    background-attachment: fixed !important;
    z-index: -10;   
    padding: 3rem 3rem 10rem 3rem;
    border-top:1px solid #0B2404;
}


#nextstepscontainer h2 {
    color: #FFF;
    padding: 4rem 0 3rem 0;
    font-size: 4.5rem;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    font-family: 'Roboto Condensed', sans-serif;    
    font-weight: 700;
    
}

.next-step-button {
    padding: 1.5rem;    
    margin: 0 1rem;
    font-size: 1.75rem;
    transition: all .5s;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;    
    background: rgba(79,112,25,0.95);
    color: #FFF;
    border: 3px solid #FFF;
}

.next-step-button:hover {       
    background: rgba(255,255,255,0.25);
    color: #FFF;

}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);       
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0B2404;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
/*#endregion*/


/*#region footer*/
#footer-top, #footer-bottom {
    background: #f4f4f4;
    padding: 2rem;
    color: #757575;
}

    #footer-top a {
        color: #0B2404;
        text-transform: capitalize;
        font-size: 1rem;
        font-family: 'Roboto Condensed', sans-serif;
    }

        #footer-top a:hover {
            color: #76A226;
        }

    #footer-top h3 {
        font-size: 1.5em;
        font-family: 'Roboto Condensed', sans-serif;
    }

    #footer-top ul {
        list-style: none;
        margin-left: 0;
    }

#footer-quicklinks {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

#footer-resources {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

#footer-middle {
    background: #f4f4f4;
    border-top: 2px solid #FFF;
    padding: 2rem 1rem 1rem 1rem;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
    color: #0B2404;
}

#footer-middle-grid-x {
    border-bottom: 1px solid #D3D7DA;
    padding-bottom: 2rem;
}

    #footer-middle-grid-x img {
        padding: 0 2rem 0 0;
        width: 350px;
        max-width: 100%;
    }

#footer-social {
    text-align: right;
    padding: .75rem 0 .5rem 0;
}

    #footer-social i {
        padding-left: 1.5rem;
    }

    #footer-social a {
        color: #0B2404;
        font-size: 2rem;
    }

#footer-bottom a {
    color: #0B2404;
    font-size: 1rem;
    padding: 0 .5rem;
}

    #footer-social a:hover, #footer-social a:focus, #footer-bottom a:hover, #footer-bottom a:focus {
        color: #4F7019;
    }


#footer-bottom ul {
    list-style: none;
    margin-left: 0;
}

    #footer-bottom ul li {
        display: inline-block;
    }

        #footer-bottom ul li::after {
            content: "|"
        }

        #footer-bottom ul li:last-of-type::after {
            content: ""
        }

.icon-merit:before {
    content: "\e600";
}

.icon-merit:hover {
    color: #4F7019;
}

/*#endregion*/


.view-all i {
    transition:all .5s
}

.view-all:hover i{padding-left:.75rem}
#where-go-container {
    background: #00483A;
    background: url('/img/home_master/bkg_where_go.png') no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
#home-text {
    font-size:1.25rem;
}

.story-container {
    width: 325px;
    height: 425px;
    overflow: hidden;
    max-width: 100%;
    
    border: 4px solid #FFF;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    margin: 0 30%;
    position: relative;
    transition: all .5s;
}

.story-container img{
    z-index:10;
}

.story-headline {
    height:20%;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    background:rgba(0,72,58,0.8);
    color:#FFF;
    padding:1rem;
    font-size:2rem;
    font-weight:bold;
    line-height:1.75rem;
}
.story-container .story-program {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-family: myriad-pro, sans-serif, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.story-container:hover {
    border: 4px solid #00483A;
    -moz-box-shadow: 0 0 0 #888;
    -webkit-box-shadow: 0 0 0#888 ;
    box-shadow: 0 0 0 #888;
}



#people-difference {
    padding:1rem 10rem 1rem 1rem;
    text-align:right;
    font-size:1.5rem;
    text-transform:capitalize;
    position:relative;
    background:#7E8083;
    border-top:1px solid #FFF;
    color:#FFF;
}
    #people-difference img {
    position:absolute;
    bottom:-1rem;
    left:10rem;
    z-index:10;
    }


/* #region general styles */
.paddingZero {
    padding:0 !important;
}
.pt1 {
    padding-top: 1rem
}
.pt2 {
    padding-top: 2rem
}
.ptb1 {
padding:1rem 0;
}
.ptb2 {
    padding:2rem 0
}
.ptb3 {
    padding: 3rem 0
}
.plr1 {
    padding: 0 1rem;
}
.abBtmLeft {
    position:absolute;
    bottom:0;
    left:0;
}
.abBtmLeft1 {
    position: absolute;
    bottom: 1rem;
    left: 0;
}
.boxH100 {
    height:100%
}
.boxW10 {
    width:100%;
}

.text-right {
    text-align:right;
}
/*#endregion*/


/*#region media types*/

@media(max-width:1725px) {
    #top-container, .slide-container {
        max-height:885px;
    }
    #major-text {
        padding: 5rem 7rem;
    }
    .news-item-container:hover {      
        max-height: 170px;
    }
    #byTheNumbersHome h2 {
        font-size:2.25rem;
    }
}

@media(max-width:1600px) {
    #top-container, .slide-container {
        max-height: 760px;
    }
    #major-text-small-head, #student-life-text-small-head {
        font-size: 1.85rem;
        line-height: 1.75rem;
    }
    #major-text-large-head, #student-life-large-head {
        font-size: 4rem;
        line-height: 3.85rem;
    }
    .major-cluster-text {
        font-size:1.4rem;
    }
    .news-item-container:hover {
        max-height: 155px;
    }
    #academic-calendar-container2 ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    #byTheNumbersHomeBox {       
        padding: 0 1.5rem;
    }
    #byTheNumbersHome h2 {
        font-size: 2.15rem;        
    }
    
    .numbersHeadline {
        font-size: 2.5rem;
    }

    .next-step-button {
        padding: 1.25rem;
        font-size: 1.5rem;
    }
}

@media(max-width:1500px) {
    #top-container, .slide-container {
        max-height: 700px;
    }
    #major-text-small-head, #student-life-text-small-head {
        font-size: 1.75rem;
        line-height: 1.65rem;
    }

    #major-text-large-head, #student-life-large-head {
        font-size: 3.5rem;
        line-height: 3.35rem;
    }

    .major-cluster-text {
        font-size: 1.2rem;
        padding: 0 .5rem;
        bottom: .25rem;
    }

    #home-news-container {       
        padding: 5rem 1rem;       
    }
    #home-new-one {        
        padding: 0 3rem 1.5rem 1.5rem;
    }
    #home-new-two {
        padding: 0 1.5rem 1.5rem 3rem;
    }
    .event-title {       
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    .next-step-btn-container {
        width:100% !important;
        margin-bottom:1rem;
    }
    .next-step-button {
        width:500px;
        max-width:100%;
        margin:0 auto;
    }
    #industryResourcesListBox {
        padding: 2rem;
    }

    #industryResourcesListBox .button {
        font-size: 1rem;
        height: 3.75rem;
        white-space: normal;
    }
        #industryResourcesListBox a.button.btn-orange.btn-large {
            font-size: 1.55rem;
           
        }
}

@media(max-width:1350px) {
    #top-container, .slide-container {
        max-height: 650px;
    }
    #logocell {
        padding-right: 2rem;
    }
    #navULcontain {
        width: 100%;
    }
    .herotheTagLine {
        font-size: 2.5rem;
    }

    .herotheTitle {       
        font-size: 1.5rem;
    }
    #byTheNumbersHome h2 {
        padding-top: 2rem;
    }
}

@media(max-width:1300px) {
    
    #top-container, .slide-container {
        max-height: 620px;
    }
    #iconContainer h2 {
        font-size: 1.5rem;
    }
    .navButton {
        padding: .5rem .75rem;
        margin-right: .25rem;
    }
    #major-text, #major-cluster-col {
        width: 100% !important;
    }
    .major-cluster-text {
        font-size:1.5rem;
        bottom:1rem;
        padding:0 1rem;
    }

    .next-step-button {
        padding: 1rem;
        font-size: 1.25rem;
    }

    #student-life-col-one {
        width:25% !important;
        padding-top:3.25rem;
    }
    #student-life-col-two {
        width:75% !important;
    }
    .theNewsTitle {
        line-height: 1.15rem;
        font-size: 1.15rem;        
    }
    .news-item-container-first {
        max-height: 145px;
    }
    .news-item-container:hover {
        max-height: 145px;
    }   
}

@media(max-width:1150px) {
    #logocell {
        width: 30%;
        padding-top: 1.75rem;
    }
    #navCell {
        width:70%;
    }
    #navULcontain {
        width: 100%;
    }
    #navigation-row-lower-container {
        padding: 0;
        height:auto;
    }
    #navigation-row-lower ul {
        padding: 1rem 0;
    }
    #top-container, .slide-container {
        max-height: 560px;
    }
    #student-life-col-one {
        width: 40% !important;
        padding-top: 3rem;
    }
    #student-life-col-two {
        width:60% !important;
    }
    .next-step-button {
        padding: 1rem .5rem;
        font-size: 1rem;
    }

    #energyInterestListBox ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .theNewsTitle {       
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .news-item-container {
        max-height:60px
    }

    .news-item-container-first {
        max-height: 125px;
    }

    .news-item-container:hover {
        max-height: 125px;
    }
    #nextstepscontainer h2 {               
        font-size: 4rem;       
    }


}

/* mobile nav time */
@media(max-width:1023px) {
    #mobile-xr-logo {
        position: relative;
        top: -.65rem;
        padding: .75rem;
        background: #FFF;
    }
    #mobileOpenClose {
        display: block;
    }

    #top-row-mobile {
        display: block;
    }

    #top-row {
        display: none;
    }

    #scrollDesktopMenu {
        display: none;
    }

    #scrollDesktopMenu ul {
        display: none;
    }

    #scrollDesktopMenuMobile {
        display: block;
    }

    .slide-container img {
        position: absolute;
        z-index: 10;
        width: 100%;
        z-index: 10;
        height: 100%;
        object-fit: cover;
    }

    #btnPreviousContainer, #btnNextContainer, .hero-center-container {
        top: 70px;
    }

    #btnNext, #btnPrevious {
        top: -35px;
    }

    .hero-contentBL, .hero-contentTL {       
        left: 6rem;
    }

    .hero-contentBR, .hero-contentTR {       
        right: 6rem;
    }

    .hero-contentTR, .hero-contentTL {
        top: inherit;
    }

    .hero-center-container {
        top: -10%;
    }
   
    .hero-content {
        font-size: 3rem;
        top: -35px;
    }

    .hero-contentBR, .hero-contentTR, .hero-contentBL, .hero-contentTL {
        bottom: 35%;
    }
    .hero-center-container {
        top:initial;
    }
          
    #energyInterests, #industryResources {
        font-size: 2.5rem;
        padding: 1.5rem 3rem;
    }

    #industryResourcesListBox .button {
        font-size: 1rem;
        height: initial;
        white-space: nowrap;
    }

    #industryResourcesListBoxCol1 {       
        text-align: center;
        padding-right:0;
    }
    #resourcesInnerContent {
        max-width:100%;
    }
    #resourcesInnerList {
        text-align:center;
    }


    #student-life-col-one {
        width: 100% !important;
        padding-top: 0;
        display: none;
    }

    #student-life-col-two {
        width: 100% !important;
    }

    .theNewsTitle {
        white-space:normal;
        overflow: visible;
        text-overflow: ellipsis;       
        font-size: 1.5rem;
        line-height:1.75rem;
    }
    #home-new-one {
        border-right: 0;
        padding: 0 1.5rem 1.5rem 1.5rem;
        width:100%;
    }
    .news-item-container img {
        opacity: 1;       
    }

    .news-item-container {
        max-height: initial;
        padding-bottom: 1rem;
    }

    .news-item-container-first {
        max-height: inherit;
    }

    .news-item-container:hover {
        max-height: initial;
    }
    .news-item-container-last {
        display: none;
    }

    #home-new-one .view-all, #home-new-two .view-all, #home-view-acaDate2 {
        text-align: left;
        padding:0
    }   
    #home-new-two {   
        width:100%;
        padding: 3rem 1.5rem 1.5rem 1.5rem;
    }

    #byTheNumbersHomePhotoContainer {       
        height: 400px;
    }

    #byTheNumbersHomePhoto img {       
        height: initial;
    }


    #byTheNumbersHome {       
        height: initial;
    }
    #byTheNumbersHomeBox {
        padding: 0 1.5rem 3rem 1.5rem;
    }
    #byTheNumbersHome h2 {
        font-size: 2.5rem;
    }
    .numbersHeadline {
        font-size: 3.75rem;
    }

    .numbers-copy {
        font-size: 1.25rem;
        line-height: 1.25rem;        
    }

    #nextstepscontainer h2 {
        font-size: 3.25rem;
    }

    #footer-middle-grid-x {
        text-align:center;
    }
    #footer-social {
        padding-top:2rem;
        text-align:center;
    }
    #footer-quicklinks {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    #footer-resources {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

}

@media(max-width:875px) {
    .hero-content {
        font-size: 2.5rem;
    }

    .hero-contentBL, .hero-contentBR, .hero-contentTR, .hero-contentTL {
        bottom: -11rem;
        margin: auto;
        position: relative;
        max-width: 500px;
        left: 0;
        top: auto;
    }
    #btnNext, #btnPrevious {
        font-size: 3rem;
    }

    .hero-center-container-inner > .hero-content > .herotheButton {
        width: auto;
        max-width: 90%;
    }
    #homeActionButtons-container {
        padding:2rem 1rem;
    }
    .next-step-button {
        font-size: 1.25rem;
        height: 95px;
    }
    #industryResourcesListBox .button {
        font-size: 1rem;
        height: 3.75rem;
        white-space: normal;
    }
    

    #major-text {
        padding:5rem 4rem;
    }
    .major-cluster-text {
        font-size: 1.2rem;
        padding: 0 .5rem;
        bottom: .25rem;
    }
    #byTheNumbersHomePhotoContainer {
        height: 300px;
    }

    #byTheNumbersHomePhoto img {
        height: initial;
    }
    #byTheNumbersHome h2 {
        font-size: 2.25rem;
    }
    #nextstepscontainer h2 {
        font-size: 2.75rem;
    }
    #footer-quicklinks {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media(max-width:750px) {
    .hero-content {
        font-size: 2rem;
    }

    .herotheTagLine {
        font-size: 2rem;
    }
    .herotheTitle {
        font-size: 1.3rem;
    }

    .hero-contentBL > .herotheTitle, .hero-contentBR > .herotheTitle, .hero-contentTR > .herotheTitle, .hero-contentTL > .herotheTitle {
        font-size: 1.3rem;
        
    }    
    #major-text-small-head, #student-life-text-small-head {
        font-size: 1.35rem;
        line-height: 1.25rem;
    }
    #major-text-large-head, #student-life-large-head {
        font-size: 3rem;
        line-height: 2.75rem;
    }

    input[id^="txtMajorSearch"]::-webkit-input-placeholder {
        color: #0B2404;
        font-weight: bold;
        font-size: 1rem;
    }

    input[id^="txtMajorSearch"]::-moz-placeholder {
        color: #0B2404;
        font-weight: bold;
        font-size: 1rem;
    }

    input[id^="txtMajorSearch"]:-ms-input-placeholder {
        color: #0B2404;
        font-weight: bold;
        font-size: 1rem;
    }

    input[id^="txtMajorSearch"]:-moz-placeholder {
        color: #0B2404;
        font-weight: bold;
        font-size: 1rem;
    }
    #major-text-serachbox {      
        margin-top: .25rem;
    }
    #major-search-box{        
        padding: .5rem;       
    }
    #major-search-icon {
        padding:1rem .5rem;
    }
    #student-life-container {
        padding:2rem 1rem;
    }
    .theNewsTitle {        
        font-size: 1.35rem;
        line-height: 1.3rem;
    }
    #nextstepscontainer h2 {
        font-size: 2.25rem;
    }
    .next-step-button {
        font-size: 1rem;
    }

   

}

@media(max-width:639px) {
    .next-step-button {
       font-size:1.5rem;
       height:initial
    }

    #industryResourcesListBox .button {
        font-size: 1rem;
        height: initial;
        margin-top: 0;
    }

    #industryResourcesListBox .button {
        font-size: 1rem;        
        margin-top: .75rem;
    }
    .major-cluster-text {        
        bottom: 1rem;
        padding: 0 1rem;
        font-size: 1.5rem;  
        line-height: 1.45rem;        
        height: 3rem;
    }

    .theNewsTitle {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: .25rem;
        padding-top: .75rem;
        font-size: 1.25rem;
        line-height:1.15rem;
    }

    #byTheNumbersHomePhotoContainer {
        height: 225px;
    }

    #byTheNumbersHome h2 {
        font-size: 2rem;
    }
    #byTheNumbersText {
        text-align:left;
    }
    .numbersHeadline {
        font-size: 2.25rem;
    }
    #numbersContain {        
        width: 450px;
    }

    #numbersOne {       
        padding: 2rem 0;
        border-bottom:1px solid #76A226;
        border-right:none;
        text-align:center;
    }

    #numbersTwo {
        padding: 2rem 0;
        border-right: none;
        text-align: center;
    }

    #numbersThree {
        padding: 2rem 0;
        border-bottom: 1px solid #76A226;
        border-right: none;
        text-align: center;
    }
    #numbersFour {
        padding: 2rem 0;
        text-align: center;
    }
    #nextstepscontainer h2 {
        padding:2rem;
        font-size: 2.75rem;
        line-height:2.5rem;
    }
    #footer-top, #footer-bottom {
        text-align: center;
        padding-top:0;
    }
    #footer-top h3 {
        padding-top:2rem;
    }
    #footer-bottom {
        font-size:.9rem;
    }

    #footer-bottom a {
        color: #0B2404;
        font-size: .9rem;
        padding: 1rem .5rem;
    }
    #footer-bottom .cell {
        padding-top:.5rem;
    }

    #mobileClusters {
        display:block;
    }
    #major-cluster-col {
        display:none;
    }
}

@media(max-width:600px) {
    #top-container, .slide-container {
        max-height: 100%;
        height: 550px;
    }

    .hero-center-container-inner {
        vertical-align: bottom;
        padding-bottom: 2.75rem;
    }

    #btnNextContainerInner, #btnPreviousContainerInner {
        vertical-align: bottom;
        padding-bottom: 4rem;
    }

    #btnNext, #btnPrevious {
        font-size: 2rem;
    }

    .herotheTagLine {
        font-size: 1.7rem;
    }

    #pauseplay {
        top: 4rem;
        left: 1rem;
    }

    #top-container, .slide-container {
        max-height: 100%;
        height: 475px;
    }

    .hero-center-container {
        top: -5rem;
    }

    .hero-contentbox-green, .hero-contentbox-gray {
        /*background: transparent;*/
        padding: 1rem;
    }

    .hero-contentBL, .hero-contentBR, .hero-contentTR, .hero-contentTL {
        margin: 0 3rem;
        bottom: -12rem;
    }
    #major-text {
        padding: 3rem 2rem;
    }
    #major-text-large-head, #student-life-large-head {
        font-size: 1.85rem;
        line-height: 1.75rem;
    }
    #major-text-small-head, #student-life-text-small-head {
        font-size: 1.15rem;
        line-height: 1rem;
    }

    #industryResources {
        text-align: left;
    }

    #industryResourcesContentInner {
        background: url('/img/energy_master/energyInterestsBkg.png');
        background-repeat: no-repeat;
    }

    .hideSection {
        display: none;
    }
}

@media(max-width:500px) {
    .hero-center-container-inner {
        vertical-align: bottom;
        padding-bottom: 2rem;
    }

    #btnNextContainerInner, #btnPreviousContainerInner {
        vertical-align: bottom;
        padding-bottom: 3rem;
    }

    #btnNext, #btnPrevious {
        font-size: 2rem;
    }

    #btnNext, #btnPrevious {
        font-size: 2rem;
    }

    .hero-contentbox {
        padding: 2rem 4rem;
    }

    .hero-center-container {
        top: -4rem;
    }

    .hero-center-container-inner {
        vertical-align: bottom;
        padding-bottom: 3rem;
    }

   

    #student-life-container {
        padding: .5rem 0;
    }

    #student-life-col-two {
        padding: 3rem 1rem 3rem 1.5rem;
    }
    #home-new-one {
        border-right: 0;
        padding: 0 1rem 1rem 1rem;
    }

    .theNewsTitle {       
        font-size: 1.15rem;
        line-height:1rem;
    }
    #nextstepscontainer h2 {
        font-size: 2rem;
        line-height:2rem;
        padding:1rem 1rem 2rem 1rem;
    }
    .next-step-button {
        font-size: 1.25rem;
        padding: 1rem;
    }
    #nextstepscontainer {       
        padding: 3rem 3rem 5rem 3rem;
    }

    #energyInterests {
        font-size: 2rem;
        padding: 1rem 1.5rem;
    }

    #energyInterestProgramsInner {
        background-position-x: -200px;
    }

    #energyInterestListBox {
        padding: .25rem;
    }

    #energyInterestProgramsInner {
        padding: 2.5rem 1rem;
    }

    #energyInterestProgramsInner, #industryResourcesContentInner {
        background-position-x: -200px;
    }

    #industryResources-large-head {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }

    #industryResourcesContentInner {
        padding: 3rem 1.5rem;
    }

    #industryResourcesListBox {
        padding: 1.5rem;
    }

        #industryResourcesListBox .button {
            width: 100%;
        }
}

@media(max-width:450px) {
    #top-container, .slide-container {
        height: 450px;
    }

    #btnNext, #btnPrevious {
        font-size: 2rem;
    }

    .hero-center-container {
        top: -4rem;
    }

    .hero-contentBL, .hero-contentBR, .hero-contentTR, .hero-contentTL {
        bottom: -11rem;
    }

    .herotheTitle {
        font-size: 1rem !important;
        padding-bottom: .5rem;
    }

    .herotheTagLine {
        font-size: 1.25rem;
        white-space: nowrap;
    }
    #footer-bottom ul {
        list-style: none;
    }

        #footer-bottom ul li {
            display: block;
        }

            #footer-bottom ul li::after {
                content: ""
            } 
}

@media(max-width:400px) {


    .herotheTagLine {
        padding: .35em 0;
    }


    .hero-contentBL > .herotheTitle, .hero-contentBR > .herotheTitle, .hero-contentTR > .herotheTitle, .hero-contentTL > .herotheTitle {
        font-size: 1.25rem;
        line-height: 1rem;
    }

    .hero-contentBL > .herotheTagLine, .hero-contentBR > .herotheTagLine, .hero-contentTR > .herotheTagLine, .hero-contentTL > .herotheTagLine {
        font-size: 1rem;
        padding-top: .5rem;
    }

    #byTheNumbersHomePhotoContainer {
        height:175px;
    }

    #nextstepscontainer h2 {
        font-size: 1.85rem;
        line-height: 1em;       
    }

    .next-step-button {
        font-size: 1.15rem;
        padding: 1rem;
    }

    #nextstepscontainer {
        padding: 3rem 3rem 5rem 3rem;
    }
    
    #top-row-mobile img {
        width: 100%;
        max-width: 225px;
        padding-top: .35rem;
    } 
}



@media(max-width:300px) {
    .next-step-button {
       font-size:1.15rem;
        margin: .5rem .25rem;
    }
}
    /*#endregion*/