  ﻿/*
    dark green: #0B2404 - 11,36,4
    Logo Green: #4F7019 - 79,112,25
    brown: #A06414 - 160,100,20
    dark gray: #6E6E6E - 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;
}

html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


@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
}

/*#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;
}
/*#endregion*/

/*#region admin styles*/
.brGreenColor {
    color: #76A226;
}

.brGreenBoldColor {
    color: #76A226;
    font-weight:bold;
}
.btn-orange {
    display: inline-block;
    padding: .5em 1em;
    background-color: rgba(79,112,25,1);
    color: #ffffff;
    text-decoration: none;
    transition: all .25s ease-in-out;
}

.btn-orange:hover {
    background-color: #76A226
}

.btn-orange a {
    color: #FFF !important;
    text-decoration: none !important;
    border-bottom: none !important;
}
.btn-orange a:hover {
    color: #FFF !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

/*#endregion*/

/*#region navigation*/
#top-container-sub {
    background:rgba(255,255,255,1);
}

#navigation-row-upper-container {
    background: #0B2404;
    color: #fff;
    padding-bottom: 1rem;
}

#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: 1.5rem;
}

#iconContainer i {
    color: #FFF;
    font-size: 1.5rem;
    padding-right: .25rem;
}

#iconContainer a {
    color: #FFF !important;
    padding-right: 1rem;
}

#iconContainer h2 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: 0;
}

#iconContainer a:hover, #iconContainer a:hover i {
    color: #76A226 !important;
}

#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;*/
    padding: .25rem 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 3rem;
    position: relative;
}

#navULcontain {
    width: 90%;
    margin: 0 auto;
    bottom: 0;
    padding-top: 2.5rem;
    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: 1.5rem;
    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: 900;
    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;
        font-weight: 400 !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: #76A226 !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;
}
#subNavmobileOpenClose {
    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)
    }



    #subnav-icon {
        width: 1.875rem;
        height: 1.875rem;        
        position:absolute;        
        top: .5rem;
        left: .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;
        z-index: 100
    }

    #subnav-icon span {
        position: absolute;
        height: 4px;
        width: 100%;
        background: #0B2404;
        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
    }

    #subnav-icon span:nth-child(1) {
        top: 0
    }

    #subnav-icon span:nth-child(2) {
        top: .625rem
    }

    #subnav-icon span:nth-child(3) {
        top: 1.25rem
    }

    #subnav-icon.open span:nth-child(1) {
        top: .625rem;
        background: #0B2404;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    #subnav-icon.open span:nth-child(2) {
        opacity: 0;
        left: -45px
    }

    #subnav-icon.open span:nth-child(3) {
        top: .625rem;
        background: #0B2404;
        -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;
}


#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%;
        display:none;
    }


.more-arrow {
    position: absolute;
    left: 15rem;
    width: 3rem;
    height: 2rem;
    text-align: center;
}

    .more-arrow:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
    }

    .more-arrow.open:before {
        font-family: "Font Awesome 5 Free";
        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;
}

#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"], .topSearchBox {
    margin: 0 !important;
    height: 100%;
    max-height: 40px;
}
}

    input[id^="topNav_txtTopSearch"]::-webkit-input-placeholder, .topSearchBox::-webkit-input-placeholder {
        color: #ccc;
        font-size: 1rem;
        margin: 0;
    }

input[id^="topNav_txtTopSearch"]::-moz-placeholder, .topSearchBox::-moz-placeholder {
    color: #ccc;
    font-size: 1rem;
}

input[id^="topNav_txtTopSearch"]:-ms-input-placeholder, .topSearchBox:-ms-input-placeholder {
    color: #ccc;
    font-size: 1rem;
}

input[id^="topNav_txtTopSearch"]:-moz-placeholder, .topSearchBox:-moz-placeholder {
    color: #ccc;
    font-size: 1rem;
}




input[id^="topNavBlog_txtTopSearch"], input[id^="topNavEnergy_txtTopSearch"], input[id^="topNavAlumni_txtTopSearch"], .topSearchBox, input[id^="topNavCETI_txtTopSearch"], input[id^="topNavAdmissions_txtTopSearch"], input[id^="topNavCyber_txtTopSearch"] {
    margin: 0 !important;
    height: 100%;
}

    input[id^="topNavBlog_txtTopSearch"]::-webkit-input-placeholder, input[id^="topNavEnergy_txtTopSearch"]::-webkit-input-placeholder, .topSearchBox::-webkit-input-placeholder {
        color: #ccc;
        font-size: 1rem;
        margin: 0;
    }

    input[id^="topNavBlog_txtTopSearch"]::-moz-placeholder, input[id^="topNavEnergy_txtTopSearch"]::-moz-placeholder, .topSearchBox::-moz-placeholder {
        color: #ccc;
        font-size: 1rem;
    }

    input[id^="topNavBlog_txtTopSearch"]:-ms-input-placeholder, input[id^="topNavEnergy_txtTopSearch"]:-ms-input-placeholder, .topSearchBox:-ms-input-placeholder {
        color: #ccc;
        font-size: 1rem;
    }

    input[id^="topNavBlog_txtTopSearch"]:-moz-placeholder, input[id^="topNavEnergy_txtTopSearch"]:-moz-placeholder, .topSearchBox:-moz-placeholder {
        color: #ccc;
        font-size: 1rem;
    }





/*#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;
        padding-left: 3rem;
        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: #6E6E6E;
    background-image: url('/img/home_master/bkg_home_events.png');
    background-position: right;
    padding: 0 3rem 3rem 3rem;
}

#numbersContain {
    text-align: center;
    padding-top: 1rem;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

#numbersContain a {
    color: #FFF;
}

#numbersContain a:hover {
    color: #76A226;
}

#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 subpage elements*/
.hero-gradient {
    position: absolute;
    z-index: 20;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    /*background: url('/img/home_master/bkg_sub_featured.png');*/
    /* display: none; */
}
#pnlFeatureImage {
    position: relative;
    border-bottom: 1px solid #7E8083;
    max-height:400px;
    overflow:hidden;
}

#pnlFeatureImage img {
    width: 100%;
}

#pnlFeatureImage #FeatureTextContainer {
    position: absolute;
    bottom: 3rem;
    padding: 1rem 2rem 2rem 2rem; 
    z-index:30;
}

#FeatureTextContainer #featured {
    color: #FFF;
    font-size: 5rem;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    line-height:1.15;
}

#nonFeatured {
    color: #FFF;
    font-size: 2.75rem;
    ffont-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0;
}


#FeatureTextContainer h2 {
    color: #FFF;
    font-size: 2rem;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#featuredTextContent {
    border-top: 6px solid #76A226;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#featuredTextContent, #NonfeaturedTextContent {
    padding-top: .5rem;
    color: #FFF;
    max-width: 32rem;
}

#pnlNonFeatureImage {
    background-color: #4F7019;
    background-image: url('/img/home_master/bkg_title_bar.png');
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #7E8083;
    height:25px;
    overflow:hidden;
}

#pnlNonFeatureImage h2 {
    color: #FFF;
    font-size: 1.5rem;
    font-family: myriad-pro-condensed, sans-serif,Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}


#tunNav-container {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: -2.5rem;
}

#tunNav-container a {
    color: #999;
}

#tunNav-container a:hover, #tunNav-container a:focus {
    color: #76A226;
}

.page-title {
    color: #0B2404;    
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size:4rem;
    line-height:4rem;
    padding-bottom:2rem;
}

#subpageContent {
    padding: 0 4rem 0 1rem;
}

#content-container {
    margin: 4rem 2rem;
}

#content-container h2 {
    color: #0B2404;
    font-family: 'Roboto Condensed', sans-serif;
}

h1.Body-text {
    font-size:1.25rem;
    font-weight:bold;
}

.wysiwyg {
    padding-bottom: 3rem;
    display: block;
    clear: both;
}

.wysiwyg-title, h2.Contact-Person, h2.Body-text, h2.space-before-subhead, h2.wysiwyg, courseleaf h2 {
    color: #6E6E6E !important;
    font-size: 2rem !important;
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    border-bottom: 2px solid #76A226;
    margin-bottom: 1rem;
}

.wysiwyg .columns {
    -webkit-column-count: 3; /* Old Chrome, Safari and Opera */
    -moz-column-count: 3; /* Old Firefox */
    column-count: 3;
}

.wysiwyg ul, .wysiwyg ol {
    margin-left:2rem;
}

.wysiwyg .columns ul {
    list-style: none;
}

.wysiwyg .small-12 {
    padding-bottom:2rem;
}

.wysiwyg h3 {
    color: #76A226;
    font-size:1.75rem
}

.wysiwyg h4 {
    color: #0B2404;
}
.wysiwyg .footnote {
    font-size:.8rem;
}

.wysiwyg img {
    padding:0 1rem;
}

.wysiwyg figure img {
    padding: 0 0;
}

figure {
    padding:0 1rem;
}

figcaption {
    font-size:.85rem;
    color:#76A226;
}

.wysiwyg .image-full-responsive img {
    padding: 0 0;
}

h2.space-before-subhead {
    padding-top: 3rem;
}

courseleaf .wysiwyg-title, h2.Body-text, courseleaf h2 {
    margin-top: 3rem;
    text-transform: capitalize;
}

courseleaf .page-title {
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-weight: initial;
    font-size: initial;
    line-height: initial;
    padding-bottom: 0;
}


h3.Body-text {
    line-height: 1;
    margin-top: 2rem;   
    border-bottom: 2px solid #76A226;
    text-transform:capitalize;
}
.NEW-text-bold {
    font-size: 1.25rem; 
    font-weight:bold;
}

h2.Contact-Person, courseleaf .wysiwyg .wysiwyg-title {
    margin-top: 0 !important;
}

.wysiwyg a {
    /*text-decoration: underline !important;*/
    color:#76A226;
    border-bottom: 0px solid #0B2404;
}

.wysiwyg a:hover, .wysiwyg a:focus {
    /*text-decoration: underline !important;*/
    color: #0B2404;
    border-bottom: 1px solid #76A226;
}

.wysiwyg .responsiveTable th {
    text-align:left;
}





#txtSearch {
    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);*/
}

input[id^="txtSearch"]::-webkit-input-placeholder {
    color: rgba(0,0,0,0.3);
    font-weight: bold;
    font-size: 1.25rem;
}

input[id^="txtSearch"]::-moz-placeholder {
    color: rgba(0,0,0,0.3);
    font-weight: bold;
    font-size: 1.25rem;
}

input[id^="txtSearch"]:-ms-input-placeholder {
    color: rgba(0,0,0,0.3);
    font-weight: bold;
    font-size: 1.25rem;
}

input[id^="txtSearch"]:-moz-placeholder {
    color: rgba(0,0,0,0.3);
    font-weight: bold;
    font-size: 1.25rem;
}



#subpageNavigation {
    padding: 2rem 1rem 8rem 0;
    min-height: 400px;
    background-color: #fefefe;
    border: 1px solid #cacaca;
    /*
        border-left: 1px solid #76A226;
    
    background: url('/img/home_master/bkg_side_nav.png') no-repeat;
    background-color: #FFF;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat-y;
    background-position: center center;
    */
}

#subpageNavigationNoSide {
    background-color: #76A226;
    background-image: url('/img/home_master/bkg_home_news_save.png');
    background-attachment: fixed;   
    background-size:cover;
    padding:4rem 0;
}

#subpageNavigationNoSide #nav-wrap {
    width:100%;
    max-width:100%;
}

#subpageNavigationNoSide .subpage-nav {
    list-style-type: none;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}
#subpageNavigationNoSide ul {
    margin-bottom:0;
}
#subpageNavigationNoSide .subpage-nav li {
    padding:.5rem;
    border-bottom:none;
}

#subpageNavigationNoSide .subpage-nav li a {
    display:initial;
    color:#FFF;
}

#subpageNavigationNoSide .subpage-nav li a:hover {   
    color: #0B2404;
}

#subpageNavigationNoSide h2 {
    color: #FFF;      
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    margin-bottom:1rem;
}

#subpageNavigationNoSide .subpage-nav-active {
        color: #0B2404 !important;
        font-weight: bold;
        text-decoration:underline;
}

.subpage-nav {
    list-style: none;   
}

.subpage-nav li {
    font-size: 1rem;
    border-bottom: 1px solid #f4f4f4;
}

.subpage-nav li a {
    display: inline-block;
    color: #0B2404;
    width: 100%;
    padding: .5rem;
    text-decoration: none;
    text-transform: capitalize;
}

.subpage-nav li a:hover {
    color: #76A226;
}

.subpage-nav-active {
    color: #76A226 !important;
    font-weight: bold;
}

#subpageNavigation ul ul > li:last-child {
    border-bottom: none;
}

.noback {
    background: #FFFFFF !important; 
    position:relative;
}


.sideButton {
    width:100%;
    border:1px solid #fff;
    font-size: 1.15rem !important;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform:uppercase;
}

.sideButton a {
    color: #FFF !important;
    width:100%;
}



.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
   



/* 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 !important;
    -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);
}

#fouryearoptionsbutton .button:before {
    background: #76A226;
}

/*
#fouryearoptionsbutton .button, #viewAllProgramLink .button {
    font-weight: bold;
    margin-top: 3.5rem;
    border: 1px solid #FFF;
    font-size: 1.45rem;
    width: 100%;
    background: #0B2404;
    white-space: nowrap;
}


#fouryearoptionsbutton .button, #viewAllProgramLink .button {
    font-weight: bold;
    margin-top: 1.5rem;
    border: 1px solid #FFF;
    font-size: 1.45rem;
    width: 100%;
    background: #4F7019;
    white-space: nowrap;
}
    */


/*#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;
    }

    .icon-merit:before {
        content: "\e600";
    }

    .icon-merit:hover {
        color: #4F7019;
    }

    #footer-bottom ul {
        list-style: none;
    }

    #footer-bottom ul li {
        display: inline-block;
    }

    #footer-bottom ul li::after {
        content: "|"
    }

    #footer-bottom ul li:last-of-type::after {
        content: ""
    }
/*#endregion*/

/* #region academics section */
.clusterSection {
    padding:1rem;       
    margin-bottom:2rem;
    text-align:center;
}
.clusterItem {
    padding:2rem 3rem;
    text-align:left;
}
.clusterItem img {
    opacity:1;
}
    
.clusterItem h3 {
    color: #76A226;
    padding-top: .5rem;
    font-size: 1.5rem;
}

.clusterItem:hover h3 {
    color: #0B2404;   
}
.clusterItem:hover img {
    opacity: .7;
}

#programListing ul {
    list-style: none;
    list-style-type: none;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    padding-left:1rem;
}
#programListing li{
    padding:.5rem 0;
}

/* #endregion*/






/* #region accordion*/
.accordion {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    background: #FFF;
}

.accordion-section-title,
.accordion-section-title2 {
    width: 100%;
    margin: 0 0 .1em 0;
    padding: .25em .5em;
    display: inline-block;    
    background: #0B2404 !important;
    transition: all linear 0.15s;
    font-size: 1.62em;
    color: #FFF !important;
    font-family: 'robotobold', sans-serif;
    line-height: 1.5;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-size: 1.200em;
    font-weight: 300;
    text-decoration: none;
}

    .accordion-section-title.active,
    .accordion-section-title:hover,
    .accordion-section-title2.active,
    .accordion-section-title2:hover, .accordion-section-title2:focus {
        background: #76A226 !important;
        color: #FFF !important;
        border-bottom: none !important;
    }

.accordion-section-content {
    padding: 15px;
    display: none;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

.accordion ul, .accordion ol {
    margin-left:2rem;
}
/*#endregion*/

/*#region programs*/
.programdetail {
    width: 100%;
    background: #f4f4f4;
    padding: 1rem;
    margin: 1rem 0 3rem 0;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.programdetail h2 {
    font-size: 1.5rem;
    color: #76A226 !important;
    font-family: 'Roboto Condensed', sans-serif;
}
.programdetail .label {
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: .3rem;
    font-family: 'Roboto Condensed', sans-serif;
}

.programdetail a {
    color: #76A226;
    text-decoration:underline;
}
.programdetail a:hover {
    color: #0B2404;
    text-decoration: none;
}
/*#endregion*/

.acaCalendarItem {
    border-bottom: 1px solid #76A226;
    padding:.5rem 0;
    font-size:.9rem;
}

.acaCalendarItem .small-12 {
    padding-bottom:0 !important;
}


/*#region survey*/
.surveyBox {
    padding: 2rem;
    border: 1px solid #76A226;    
    margin: 2rem 0;    
}

    .surveyBox input, .surveyBox select {
        max-width: 500px;
    }
    .copyerror {
        color:#FF0000;
    }
    .SurveyCell {
        font-size:.85rem
    }
    .survey-instructions {
        padding-top:2rem;
        padding-bottom:1rem;
        text-align:left;
        font-size:1.5rem;
        color:#0B2404;
        
    }
/*#endregion*/

/*#region event list*/
    .event-item {
        padding:2rem;
        margin-bottom:1rem;
        border:1px solid #f4f4f4;
        font-size:1.05em; 
        transition:all .2s ease-in-out;
    }
    .event-title {
        font-size: 1.5rem;
        color: #76A226;
        text-transform: capitalize;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .event-item:hover {
        background-color: #f4f4f4;
        border: 1px solid #76A226;
        color: #76A226;
    }
    .event-item:hover .event-title {
        color:#0B2404;
    }
.event-date {
    font-size: .95rem;
    color: #6E6E6E;
}
    .event-image {    
        text-align:center;    
        padding-right:1rem;
        overflow:hidden;
    }
    .event-image img {
        /*height: 100%;*/
        object-fit: cover;
    }
    .event-blurb {
        font-size:1rem;
        padding:.35rem 0;
        color:#0B2404;
        font-weight:normal;    
    }

/*#endregion*/

/*#region news events*/

.pnlStoryPhoto {
    margin-bottom:1rem;
    margin-top:.5rem;
}
    .pnlStoryPhoto img {
        /*width:100%;*/
    }
.newsFeaturedImage {
    float:right;
    padding:1rem 0 1rem 1rem;
}
/*#endregion*/
/*#region member*/
.memberContainer {
    width: 50%;
    max-width: 100%;
    padding: 1em;
    display: block;
    margin-bottom: 3em
}

.memberImage {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    text-align:right;

}

.memberImage img {
    padding: .5rem
}

.memberInfo {
    width: 58%;
    display: inline-block;
    font-size: .85em !important;
}

.memberInfo h2 {
    margin-top: 0
}
/*#endregion*/

/*#region media types*/
@media(max-width:1725px) {
    #top-container-sub {
        max-height: 885px;
    }
    #byTheNumbersHome h2 {
        font-size: 2.25rem;
    }
}

@media(max-width:1600px)
{
    #top-container-sub {
        max-height: 760px;
    }


    #byTheNumbersHomeBox {
        padding: 0 1.5rem;
    }

    #byTheNumbersHome h2 {
        font-size: 2.15rem;
    }

    .numbersHeadline {
        font-size: 2.5rem;
    }

    #subpageNavigationNoSide {        
        padding: 4rem 1rem;
    }
}

@media(max-width:1500px) {
    #top-container-sub {
        max-height: 700px;
    }
    .event-title {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }   
}

@media(max-width:1350px) {
    #top-container-sub {
        max-height: 650px;
    }    
    #byTheNumbersHome h2 {
        padding-top: 2rem;
    }
    #logocell {
        padding-right: 2rem;
    }
    #navULcontain {
        width: 100%;
    }
}

@media(max-width:1300px) {
    #navigation-row-lower a {
        font-size: 1.3rem;
    }
    #top-container-sub {
        max-height: 620px;
    }
    #iconContainer h2 {
        font-size: 1.5rem;
    }
    .navButton {
        padding: .5rem .75rem;
        margin-right: .25rem;
    }
    #FeatureTextContainer #featured {
        font-size: 4rem;
        line-height: 1;
    }
    #pnlFeatureImage #FeatureTextContainer {        
        bottom: 1rem;
        padding: 1rem 2rem 1rem 2rem;
    }
    #programListing ul {        
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;        
    }
}

@media(max-width:1150px) {
    #iconContainer h2 {
        font-size: 1.25rem;
    }
    #navULcontain {
        width: 100%;
    }
    #navigation-row-lower-container {
        padding: 0 0 0 3rem;
    }
    #navigation-row-lower a {
        font-size: 1.15rem;
    }
    #navigation-row-lower ul {
        padding: 1rem 2rem;
    }
    #top-container-sub {
        max-height: 560px;
    }    
}

/* mobile nav time */
@media(max-width:1023px) {
    #theMobileNavigation.open {
        display: block;
    }
    #mobileOpenClose
    {
        display: block;
    }
    #subNavmobileOpenClose {
        display:block;
        padding-left:1rem;
        width:100%;
        position:relative;
    }

    #subpageContent {
        padding: 2rem 2rem 0 1rem;
    }
    #nav-wrap {
        padding-top: 2rem;
    }

    #top-row-mobile {
        display: block;
    }
    #top-row {
        display: none;
    }   
    #pnlFeatureImage #FeatureTextContainer {
        bottom: .5rem;
        padding: 1rem 2rem .5rem 2rem;
    }
    #FeatureTextContainer #featured {
        font-size: 3.5rem;
    }
    #FeatureTextContainer h2 {
        font-size: 1.5rem;        
    }
    #featuredTextContent {
        font-size: 1.15rem;       
    }
    #subpageNavigation {
        padding: 0;
        height: 0;  
        min-height:0;
        max-height:0;
        border: 0px;        
        overflow: hidden;
        opacity:0;
        transition:all .5s ease-in-out;       
    }
    #subpageNavigation.open {
        height: auto;
        min-height:400px;
        max-height: 100%;
        background-color: #fefefe;
        border: 1px solid #cacaca;
        opacity:1;
    }
    #subpageNavigationNoSide {
        padding:2rem 1rem;
    }
    #subpageNavigationNoSide h2 {
        font-size:1.75rem;
    }
    #subpageNavigationNoSide #nav-wrap {
        padding-top:0;
    }
    #content-container {
        margin: 1rem 2rem 4rem 2rem;
    }
    #tunNav-container {
        margin-top: 1rem;
    }
    .page-title {       
        font-size: 3rem;
        line-height: 3rem;
    }
    #scrollDesktopMenu {
        display: none;
    }
    #scrollDesktopMenu ul {
        display: none;
    }
    #scrollDesktopMenuMobile {
        display: block;
    }
    #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;
    }
    #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) {    

    #FeatureTextContainer #featured {
        font-size: 3rem;
    }

    #FeatureTextContainer h2 {
        font-size: 1.25rem;
    }

    #featuredTextContent {
        font-size: 1rem;
    }
    
    #byTheNumbersHomePhotoContainer {
        height: 300px;
    }

    #byTheNumbersHomePhoto img {
        height: initial;
    }

    #byTheNumbersHome h2 {
        font-size: 2.25rem;
    }

    #footer-quicklinks {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    #subpageNavigationNoSide .subpage-nav {
        list-style-type: none;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}

@media(max-width:800px) {
    .wysiwyg .responsiveTable th {
        text-align: center;
    }
}

@media(max-width:750px) {
    #subpageContent {
        padding: 2rem 0 0 0;
    }
    #subnav-icon {        
        left: 0;        
    }
    .memberContainer {
        width: 100%;
    }
}

@media(max-width:639px) {    
    #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;
    }

    #subpageNavigationNoSide h2 {
        font-size: 1.5rem;
    }

    #subpageNavigationNoSide .subpage-nav {
        list-style-type: none;
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    #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;
    }

    #programListing ul {       
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        padding-left: 0;
    }
}

@media(max-width:600px) {
    #pnlFeatureImage #FeatureTextContainer {
        bottom: .5rem;
        padding: 1rem 2rem .5rem 1rem;
    }

    #FeatureTextContainer #featured {
        font-size: 2rem;
    }

    #featuredTextContent {
        border-top: 3px solid #76A226;
    }
    #content-container {
        margin: 1rem 1rem 4rem 1rem;
    }
    #pnlNonFeatureImage {        
        background-position: left bottom;
    }
    .hideSection {
        display: none;
    }
}

@media(max-width:500px) {
    #FeatureTextContainer {
        display:none;
    }
}

@media(max-width:450px) {
    .page-title {
        font-size: 2rem;
        line-height: 2rem;
    }
    .wysiwyg img {
        /*width:100% !important;*/
        padding: 0 0;
    }
    #footer-bottom ul {
        list-style: none;
    }

    #footer-bottom ul li {
        display: block;
    }

    #footer-bottom ul li::after {
        content: ""
    } 
}

@media(max-width:400px) {    
    #byTheNumbersHomePhotoContainer {
        height: 175px;
    }
    .memberContainer {
        padding: .25em;
        margin-bottom: 3em
    }
    .memberImage {
        width: 100%;
        text-align:left;
    }
    .memberInfo {
        width: 100%
    }
    
    #top-row-mobile img {
        width: 100%;
        max-width: 225px;
        padding-top: .35rem;
    } 
}

@media(max-width:300px) {    
}
/*#endregion*/