﻿/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Will Tweaks: 
   ========================================================================== */
#ContentBlock1

.vcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo .img-responsive {
    margin: 0 auto;
    display: inline-block;
}

.homepageActionButton {
    display: block;
    width: 13em;
    padding: .2em .2em;
    border-radius: .6em;
    color: rgb(0, 0, 0);
    font-size: 2rem;
    text-decoration: none;
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background: #00937f;
    color: white;
    line-height: 1.5em;
    font-style: normal;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
    padding: 1rem;
}


#ContentBlock1 .btn.btn-primary {
    display: inline-table;
    font-weight: normal;
    width: 15em;
    padding: .2em .2em;
    border-radius: .6em;
    color: rgb(255, 255, 255);
    font-family: Arial;
    font-size: .8em;
    text-decoration: none;
    margin: 0 1em 1em 1em;
    text-align: center;
    background: #00937f;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
}

#ContentBlock1 .btn.btn-emphasis,
.home-callout .btn.btn-emphasis {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    line-height: initial;
    margin: 1em;
    padding: .5em;
    height: auto;
    border-radius: .6em;
    color: rgb(255, 255, 255);
    font-family: Arial;
    font-size: 1.4em;
    text-decoration: none;
    text-align: center;
    background: #00937f;
    /* white-space: pre; */ /* CSS 2.0 */
    /* white-space: pre-wrap; */ /* CSS 2.1 */
    white-space: normal; /* CSS 3.0 */
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
}

#calendarTitle {
    background: red;
}

#ContentBlock1 a.image-link {
    /* margin-bottom: 2.2em;  changed by Will Riddle - 12/13/2018 */
    border: 0;
}

.alerts-top > .alert-danger {
    background-color: #FFFF00;
    padding-top: 0px;
    padding-bottom: 0px;
}


    .alerts-top > .alert-danger p {
        color: #000000;
        font-size: 1.5em;
        margin-top: .2em;
    }

.sidebar-active {
    font-weight: 900;
    border-right: 10px solid #00937f !important;
    display: block;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
#successMessage {
    display: none;
}

/* Content Image Full Width */
img.ci-full {
    width: 100%;
    display: block;
    margin-bottom: 1.4em;
    border: 2px solid black;
}

/* Content Image Float Right */
img.ci-right {
    float: right;
    margin: 0 0 1em 5%;
}

/* Content Image Float Left */
img.ci-left {
    float: left;
    margin: 0 5% 1em auto;
}

#txtKeywords {
    font-size: 18px;
    height: 35px;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    overflow-x: hidden;
}

h1 {
    font-family: 'chaparral-pro';
    font-weight: 600;
    font-size: 50px;
    border: 8px solid #00476c;
    border-bottom: 5px solid #00476c;
    border-left: 4px solid transparent;
    border-top: 5px solid;
    border-right: 4px solid transparent;
    padding: 1rem;
    text-align: center;
    letter-spacing: 2px;
    color: #00476c;
    background-color: light;
    /* border-radius: 2rem; */
    margin-bottom: 1.5rem;
    margin-top: 0px;
    /* border-style: outset inset inset inset; */
    /* background-color: #e4e4e4; */
    position: sticky;
}

#ContentBlock1 h2 {
    font-family: 'proxima-nova';
    font-weight: 600;
    font-size: 27px;
    background-color: #00476c;
    color: white;
    padding: .5rem;
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

    #ContentBlock1 h2 a {
        font-family: 'proxima-nova';
        font-weight: 600;
        font-size: 28px;
        background-color: #00476c;
        color: white;
        padding: .5rem;
        text-align: center;
        margin-top: 1rem;
        overflow: hidden;
    }

#ContentBlock1 h2 a:visited {
    color: white;
}

h3 {
    font-family: 'proxima-nova';
    font-weight: 700;
    font-size: 24px;
}

#ContentBlock1 h3 {
    font-family: 'proxima-nova';
    font-weight: 600;
    font-size: 19px;
    padding: .5rem;
    text-align: center;
    margin-top: 2rem;
    overflow: hidden;
    border-top: 1px solid #00476c;
    border-bottom: 1px solid #00476c;
}

h4 {
    font-family: 'proxima-nova';
    font-weight: 700;
    font-size: 14px;
}

p {
    font-family: 'chaparral-pro';
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 1.4em;
    line-height: 30px;
}

#ContentBlock1 ul {
    /* margin-bottom: 2.2em;  changed by Will Riddle - 12/13/2018 */
    margin-bottom: 1.5em;
    font-size: 22px;
    font-family: 'chapparal-pro';
    line-height: 30px;
}

#ContentBlock1 h2 + ul {
    margin-top: 1.8em;
}

#ContentBlock1 li {
    margin-bottom: 0.4em;
    font-family: 'chaparral-pro';
    font-weight: 400;
    font-size: 22px;
}

#ContentBlock1 ul ul {
    margin-bottom: 0em;
    margin-top: 0.2em;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a.no-border {
    border-bottom: none !important;
}

#ContentBlock1 a {
    /* border-bottom: 2px dotted #333; */
    font-weight: 600;
    text-decoration: underline;
    font-size: 1.1em;
    color: #008472;
}

    #ContentBlock1 a:visited {
        /* border-bottom: 2px dotted #333; */
        font-weight: BOLD;
        text-decoration: underline;
        font-size: 1.1em;
        color: #4cb3a5;
    }

    #ContentBlock1 a:hover {
        color: #24a190 !important;
    }

* {
    -webkit-font-smoothing: antialiased;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
:: -moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    background-color: navy;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    position: relative;
}

#loadmore {
    width: 100%;
    background-color: #00476c;
    color: #fff;
    font-family: 'chaparral-pro';
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
    margin: 15px 0;
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    cursor: pointer;
}

.dropdown {
    position: absolute !important;
    z-index: 99999;
    background: white;
    border-radius: 10px;
    padding: 30px;
    top: 70px;
    display: none;
}

    .dropdown li {
        padding: 5px 0;
        border-bottom: 1px solid #e5e5e5;
        padding-left: 10px;
        color: #00476c;
        background-image: url(/img/ul-arrow.png);
        background-repeat: no-repeat;
        background-position: 0% 11px;
    }

        .dropdown li > a {
            font-weight: 200;
            font-size: 16px;
        }

    .dropdown .col_1 {
        width: 230px;
        float: left;
    }

.navbar1 {
    max-height: 40px;
}

.navbar-nav > li > a {
    font-weight: 700;
}

.navbar-brand {
    float: none !important;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    display: block;
    margin: 10px auto;
    width: 220px;
}

.dropdown ul {
    margin: 10px 30px 0 0;
    border-top: 1px solid #e5e5e5;
    padding: 0;
}

.dropdown-content h4 {
    color: #00476c;
    margin: 1em 0;
}

.dropdown-content p {
    font-size: 16px !important;
    line-height: 22px;
    color: #00476c !important;
    font-style: italic;
}

a.dropdown-title {
    font-size: 32px !important;
    font-style: italic;
    color: #00937f !important;
    font-weight: 500;
}

.green {
    color: #00937f;
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.navbar {
    background-color: #00937f;
}

.navbar2 {
    background-color: #00476c !important;
    margin-bottom: 0 !important;
}

.helper {
    display: inline-block;
    height: 100%;
    line-height: 150px;
    vertical-align: middle;
}

    .helper > img {
        vertical-align: middle;
    }

.hidden {
    display: none;
}

footer h4 {
    font-style: italic;
    font-weight: bold;
    color: #00476c;
    margin: 0.5em 0;
}

.footer-social a {
    margin: 10px 10px 15px;
    display: block;
    float: left;
}

.footer-menu {
    margin-bottom: 1em;
}

.footer-branding {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-top: 1em;
    padding-top: 1em;
    background-color: white;
}

    .footer-social a:first-child {
        margin-left: 0;
    }
/*a.footer-img {
    height: 150px;
    position: relative;
    display: block;
}

.footer-img > img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
}*/
footer ul {
    padding: 0;
    list-style: none;
}

footer li {
    padding-left: 1em;
    text-indent: -0.7em;
    line-height: 2em;
    color: #00476c;
    font-size: 16px;
}

    footer li:before {
        content: "• ";
        color: #ccc;
        padding-right: .5em;
        font-size: 22px;
    }

.contact-info li {
    padding-left: 0;
    text-indent: 0;
    font-size: 22px !important;
    line-height: 26px;
}

    .contact-info li:before {
        padding: 0;
        content: '';
    }

footer {
    margin-top: 3rem;
    border-top: 1px solid black;
    background: #f2f2f2;
}

#srch-term {
    background: url('../img/search.png') no-repeat 15px #f2f2f2;
    border: 0;
    text-indent: 30px;
    padding: 3px;
    border-radius: 30px;
    display: block;
    float: right;
    font-size: 14px;
    margin-top: 25px;
}

.sub-nav li a {
    color: #fff;
    font-size: 18px;
}

#navbar2 .dropdown-title {
    font-size: 32px !important;
    font-style: italic;
    color: #00937f !important;
    font-weight: 500;
}

#navbar2 .dropdown a {
    color: #00476c !important;
    font-size: 16px !important;
}

#navbar2 .dropdown h4 {
    color: #00476c !important;
    margin: 1em 0 !important;
}

    #navbar2 .dropdown h4 a {
        font-size: 18px !important;
    }

#navbar2 li a {
    border: none;
}

.breadcrumb-link {
    padding: 0 10px;
    margin: 15px 0;
    display: inline-block;
    font-size: 12px;
    color: #00476c;
    font-weight: 600;
}

.bullet {
    color: #b9cad2;
}

.list-group li {
    display: block;
    background-color: #fff;
    clear: both;
    margin-bottom: 1px;
}

.list-group ul {
    border-left: 2px solid #00476c;
    border-right: 2px solid #00476c;
    margin-top: 4px;
}

/*
.list-group-item {
    position: static !important;
    color: inherit !important;
    font-size: 12px;
    font-weight: 600;
    border: none;
    padding: 20px 15px 20px 45px;
    margin-bottom: 0px;
    width: 85%;
    display: block;
    z-index: 1;
}
*/

.list-group-item {
    position: static !important;
    color: inherit !important;
    font-size: .8rem;
    border: none;
    padding: 12px 15px 12px 30px;
    margin-bottom: 0px;
    display: block;
    z-index: 1;
}

/*
.list-group .expander:hover
{
    background-color: #e0e9ed;
}

*/

.expander {
    display: block;
    float: left;
    width: 35px;
    z-index: 999;
    padding: 0px 13px;
    cursor: pointer;
}

.list-group-item:hover {
    cursor: pointer;
}

list-group-item {
    padding: 4px;
}

a.list-group-item {
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
}

.sublist-group {
    padding-left: 0;
    border-top: 1px #e6e6e6 solid;
    margin-bottom: -1px;
    border-left: 2px solid #00476c;
    border-right: 2px solid #00476c;
    list-style: none;
    display: none;
}

.list-group li {
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 10px;
    border: 1px solid #00476c;
}

.sublist-group li {
    border-bottom: 1px solid #e6e6e6;
    border: 1px solid #00476c;
    background: #ddeef4;
}

.outside-link {
    padding-left: 35px;
}

.outside-link-img {
    position: absolute;
    right: 15px;
}

.flipV {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.sublist-group-item {
    position: static !important;
    color: black;
    font-size: .8rem;
    border: none;
    padding: 0px 15px 0px 45px;
    margin-bottom: 0px;
    display: block;
    z-index: 1;
}


.subsublist-group {
    list-style: none;
    border-left: 2px solid #00476c;
    border-right: 2px solid #00476c;
    padding-left: 0;
    display: none;
}

    .subsublist-group li {
        color: black;
        font-size: 12px;
        line-height: 14px;
        background-color: #f4faf9;
        /* padding: 15px 0; */
    }

a.subsublist-group-item {
    padding: 0px 35px;
    display: block;
}

.subsubsublist-group {
    display: none;
    padding-left: 0px;
}

    .subsubsublist-group > li {
        background: #ddeef4;
    }

.subsubsubsublist-group {
    display: none;
    padding-left: 0px;
}

.sidebar-header {
    clear: both;
    margin-bottom: 5px;
}

.list-group {
    clear: both;
    list-style: none;
}

.flipped {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.side-brand {
    float: none !important;
    margin-bottom: 15px;
    padding: 0 15px 15px 15px !important;
    height: 60px !important;
}

.side-srch-term {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background: url('../img/flyout-search2.png') no-repeat 15px #0c5073;
    border: 0;
    text-indent: 26px;
    border-radius: 35px;
    float: right;
    color: white;
    margin-top: 20px;
}

.nav-ico {
    width: 33%;
    float: left;
    border: none !important;
}

.navbar-offcanvas .nav-ico {
    width: 33%;
    padding: 15px 5px !important;
    float: left;
}

    .navbar-offcanvas .nav-ico > img {
        margin: 0 auto;
        height: 27px;
        display: block;
    }

.navbar-offcanvas ul li {
    border-top: 1px solid #266382;
    width: 100%;
}

    .navbar-offcanvas ul li a {
        color: white !important;
    }

.nav-items {
    padding: 0 !important;
}

.navbar-offcanvas .dropdown-toggle {
    font-size: 18px;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-slide-menu {
    color: white;
    overflow-y: auto;
}

.slideout-backbutton {
    cursor: pointer;
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}

#slideout-header {
    padding: 15px;
    clear: both;
    min-height: 60px;
    line-height: 32px;
    float: left;
    width: 100%;
}

.slideout-title {
    float: left;
    margin: 0;
    font-weight: bold;
    font-size: 28px;
    width: 80%;
}

.parents-submenu {
    font-size: 18px;
    clear: both;
    padding: 0;
    border-bottom: 1px solid #266382;
}

    .parents-submenu li {
        padding: 15px 40px 15px;
        border-top: 1px solid #266382;
    }

.dropdown-toggle {
    background: url('../img/dropdown-arrow.png') no-repeat 255px;
}

.program-menu {
    border-bottom: 2px solid white;
}

.home .navbar2 {
    border: none;
    background: transparent\9;
    background: rgb(0,71,108);
    background: rgba(255,255,255,0.2) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
    zoom: 1;
    background: #00476c;
    z-index: 1000;
    font-size: 18px !important;
}

.home .branding {
    min-height: 95px;
    padding: 1.1rem;
}

/* Fixes branding sitting flush against top menu
    Added by Will Riddle - 12/5/2018
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .home .branding {
        padding-top: 1em;
    }
}

.navbar2:nth-child(n) {
    filter: none;
}

.home-callout {
    text-align: center;
}

.navbar-2 {
    background-color: #00476c !important;
    margin-bottom: 0;
}
/*
.home-top{
	background: url('../img/hero-10.jpg') no-repeat top right;
	background-size: cover;
	position: relative;
}
*/
.home-top1 {
    background: url('../img/hero-10.jpg') no-repeat top right;
    background-size: cover;
    position: relative;
}

.home-top2 {
    background: url('../img/hero-11.jpg') no-repeat top right;
    background-size: cover;
    position: relative;
}

.container-fluid.home-links {
    background: white;
    background-color: rgba(255,255,255,0.2);
    padding-top: 30px;
    padding-bottom: 30px;
}

.newsfeed-choice {
    cursor: pointer;
}

.green-link {
    background-color: #00937f;
    color: white !important;
    width: 100%;
    font-size: 32px;
    padding: 30px;
    height: 100px;
    display: inline-block;
    opacity: .8;
    text-decoration: none;
    text-shadow: 2px 3px 0 #056455;
    margin-right: 5px;
    text-align: center;
    font-weight: bold;
}

.blue-link {
    width: 100%;
    float: left;
    height: 49px;
    background-color: #00476c;
    color: white !important;
    text-align: center;
    padding: 15px;
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
}

.top-link {
    margin-bottom: 3px;
}

.isotope {
    margin: 0 auto;
}

.wf-solutions {
    border-radius: 300px;
    border: 5px solid #fff;
}

.workforce-holder {
    border-bottom: 1px solid #fff;
}

.overview-slide, .career-training-slide, .continuing-education-slide {
    display: none; /* this is where you add new entries to hide elements */ /* , .rcam-slide, apprenticeship-training-slide, .co-op-and-internship-slide */
}

.programs {
    background: #40347f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #40347f 0%, #d1c0db 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40347f ), color-stop(100%,#d1c0db ));
    background: -webkit-linear-gradient(top, #40347f 0%,#d1c0db 100%);
    background: -o-linear-gradient(top, #40347f 0%,#d1c0db 100%);
    background: -ms-linear-gradient(top, #40347f 0%,#d1c0db 100%);
    background: linear-gradient(to bottom, #40347f 0%,#d1c0db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40347f ', endColorstr='#d1c0db ',GradientType=0 );
    background-size: cover;
    color: white;
    border-bottom: 2px solid white;
    padding-bottom: 50px;
}

.program-choices {
    list-style: none;
    letter-spacing: 2px;
    text-align: center;
    font-size: 26px;
    text-shadow: 2px 2px 0px #113545;
}

    .program-choices > li {
        padding-bottom: 16px;
        margin-bottom: -10px;
        color: inherit;
        text-decoration: none;
        cursor: pointer;
        color: #00937f;
    }

.program {
    color: #003366;
    margin-bottom: 5px;
}

    .program > .holder {
        background: #000;
        opacity: .8;
        -moz-opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        display: block;
        padding: 20px 15px;
        color: #fff;
        border: 1px solid #755c9a;
    }

    .program h3 {
        font-size: 20px;
        margin: 0;
        display: block;
        text-indent: -17px;
        padding-left: 15px;
    }

        .program h3:before {
            content: '\2022';
            color: #5b5662;
            padding-right: 10px;
        }

.active-choice {
    border-bottom: 8px solid white;
}

.inactive-group {
    width: 100%;
    height: 150px;
    float: left;
    background: black;
    padding-left: 40px;
    opacity: .8;
    position: relative;
    margin: 10px;
    display: block;
    margin-top: 5px;
}

    .inactive-group > a {
        position: absolute;
        top: 25%;
        margin-top: -20px;
        color: inherit;
        font-size: 30px;
        opacity: 1;
        cursor: pointer;
    }

.interest-group {
    padding: 0;
}

    .interest-group a:hover {
        color: inherit;
    }

.active-group {
    display: none;
    width: 100%;
    min-height: 400px;
    float: left;
    background: #f2f2f2;
    margin: 10px;
    opacity: 1;
    position: relative;
}

.collapse-group {
    margin-top: 20px;
    cursor: pointer;
}

.active-title {
    color: #00476c;
    border-bottom: #00476c solid 6px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 34px;
    margin-top: 15px;
    font-style: italic;
    font-weight: 500;
}

ul.active-list {
    font-size: 18px;
    color: #ccc;
    margin-top: 30px;
    line-height: 32px;
    width: 90%;
}

.active-list li a {
    color: #00476c !important;
    font-size: 19px;
}

    .active-list li a:hover {
        color: inherit;
    }

.inactive-group > a > img {
    margin-right: 10px;
    float: left;
}

.inactive-group > a > span {
    float: right;
    width: 135px;
    line-height: 36px;
    font-style: italic;
    font-weight: 500;
}

.by-degree a > div {
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
}

.by-degree .active-group .active-title {
    color: black !important;
    font-style: italic;
    border-bottom: 2px solid #d9d9d9;
}

.by-degree .active-list li a {
    color: black !important;
}

.request-info {
    background: url('../img/request-info-bg.jpg') no-repeat center center;
    background-size: cover;
    color: white;
}

.workforce {
    background: url('../img/wf-background.jpg') no-repeat center center;
    background-size: cover;
    color: white;
}

.alumni {
    background: url('../img/alumni-bg.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    border-bottom: 2px solid white;
}

.alumni-main-img > img {
    border-radius: 300px;
    border: 5px solid #fff;
}

div#cycle-2 {
    margin-top: 3em;
    margin-bottom: 3em;
}

#cycle-2 > div img {
    border-radius: 300px;
    border: 5px white solid;
}

div#cycle-2 > div h4 {
    text-align: center;
}

.alumni-main-content button {
    background: #002539;
    background: rgba(0,1,1,0.8);
    border: 0;
    color: #00937f;
    font-size: 24px;
    padding: 10px 45px;
    font-family: serif;
    line-height: 22px;
}

.newsfeed-choices {
    list-style: none;
    padding: 0;
    letter-spacing: 1px;
}

.news-category {
    color: #00476c;
    border-top: 10px solid #00476c;
    padding-top: 5px;
    font-style: italic;
    font-size: 18px;
    line-height: 20px;
}

.news-title {
    font-weight: 600;
    font-size: 24px;
}

.twitter .news-title {
    float: none;
}

.twitter-text {
    font-size: 24px;
}

.news-image {
    position: relative;
}

    .news-image img {
        width: 100%;
    }

.news-date {
    font-size: 14px;
    font-style: italic;
    color: #00937f;
    font-weight: 600;
}

.day-of-week {
    text-align: center;
    color: white;
    padding-top: 10px;
}

.event-month {
    color: white;
    text-align: center;
    font-size: 26px;
    font-weight: bolder;
    line-height: 24px;
}

.event-day {
    color: #00937f;
    font-size: 36px;
    text-align: center;
    font-weight: lighter;
    line-height: 36px;
}

.by-degree hr {
    border-top: 1px solid #d9d9d9;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.programsofstudy {
    width: 100%;
    padding: 0 !important;
    max-width: 1200px;
}
/* clear fix */
.isotope:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .item ---- */

.news-item {
    display: block;
    float: left;
    width: 230px;
    padding: 0 15px;
    height: 330px;
    margin-right: 10px;
    margin-bottom: 25px;
    background-color: white;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    overflow: hidden;
}

    .news-item:before {
        content: " ";
        width: 100%;
        height: 30%;
        position: absolute;
        z-index: 5000;
        bottom: 0;
        left: 0;
        background: linear-gradient(to top, rgba(255,255,255,1.0), rgba(255,255,255,0.0));
    }

    .news-item.load-more {
        float: left;
        width: 230px;
        height: 330px;
        margin-right: 10px;
        margin-bottom: 25px;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-box-shadow: none;
        background-color: none;
        cursor: pointer;
    }

.news-social {
    margin-right: 10px;
}

.no-gutter {
    padding: 0 !important;
}

.alumni-prev {
    position: absolute;
    top: 25%;
    left: 5%;
    z-index: 9999;
    margin: auto;
    cursor: pointer;
}

.alumni-next {
    position: absolute;
    top: 25%;
    right: 5%;
    z-index: 9999;
    margin: auto;
    cursor: pointer;
}

.home-link-holder {
    padding: 0 2px !important;
}

.home-callout:before {
    content: '';
    width: 100px;
    height: 5px;
    background: #00937f;
    position: absolute;
    top: 0px;
    left: 25px;
}

.overlay {
    position: absolute;
    right: 0;
    z-index: 100;
}

.nav-slide-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 300px;
    background: #00476c;
    z-index: 999;
    overflow-y: auto;
}

#mobile-menu {
    width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    background: #00476c;
    z-index: 99;
    overflow-y: scroll;
    //display: block;
    // removed by Will
}

.footer-sec-links a:before {
    content: '\2022';
    padding-right: 10px;
    font-size: 36px;
    line-height: 6px;
    margin-left: 10px;
    color: #40ae9f;
    position: relative;
    top: 5px;
}

.footer-sec-links a {
    display: block;
    position: relative;
    float: left;
}

@media (max-width: 479px) {
    .mobile-left-col {
        width: 40%;
        float: left;
        margin: 5px 0;
        display: inline-block;
    }

    .footer-copyright {
        font-size: 11px;
    }

    .footer-sec-links > div {
        width: 320px !important;
        font-size: 10px;
    }

    #mobile-menu {
        width: 230px;
        right: -230px;
    }

    .nav-slide-menu {
        width: 230px;
        right: -230px;
        overflow-y: auto;
    }

    .slideout-backbutton {
        margin-top: 4px;
        height: 15px;
    }

    .slideout-title {
        font-size: 22px;
        width: 85%;
    }

    .dropdown-toggle {
        background: url('../img/dropdown-arrow.png') no-repeat 200px;
    }

    .checkbox > label {
        line-height: 16px;
    }

    .navbar-brand img {
        height: 80% !important;
    }

    .overlay {
        height: 140px !important;
        width: 17%;
    }

    .news-item {
        width: 100% !important;
        height: auto !important;
        max-height: 170px;
        min-height: 120px;
    }

    .news-category {
        width: 100% !important;
        float: none !important;
        border-top: none;
        padding-top: 10px;
        font-size: 16px !important;
    }

    .news-title {
        float: none !important;
        font-size: 18px;
        width: 100% !important;
        margin: 0;
    }

    .news-desc {
        float: left !important;
        width: 49% !important;
        font-size: 14px !important;
        text-overflow: ellipsis;
    }

        .news-desc > p {
            font-size: 16px;
            font-family: "proxima-nova-condensed",sans-serif !important;
        }

    .news-image {
        width: 49% !important;
        margin-left: -10px;
    }

        .news-image img {
            width: 100%;
        }

    .news-date {
    }

    .twitter .news-category {
        width: 100%;
    }

    .twitter .news-title {
        width: 100%;
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .subpage h1 {
        /* font-size: 45px; */
        font-weight: bold;
        /* border-bottom: 2px solid #00476c; */
        /* border-left: 2px solid #00476c; */
        /* border-top: 2px solid #00476c; */
        /* border-right: 2px solid #00476c; */
        padding: .3rem;
    }

    .subpage h2 {
        font-size: 18px;
        /* font-style: italic; */
    }

    #ContentBlock1 h3 {
        font-weight: bold;
        font-size: 18px;
    }

    .subpage p {
        font-size: 16px;
        line-height: 22px;
    }

    .subpage li {
        font-size: 16px;
        line-height: 22px;
    }

    .sidebar-header {
        font-size: 12px !important;
    }

    .navbar {
        margin-bottom: 0 !important;
    }

    .home-top {
        background: none !important;
    }

    .home-callout {
        margin-top: -50px !important;
        bottom: 0 !important;
        padding: 15px 25px !important;
        padding-top: 0 !important;
    }

        .home-callout h1 {
            font-size: 26px !important;
            padding-top: 20px;
            margin-top: 0;
            border-top: 9px solid #00937f;
        }

        .home-callout p {
            font-size: 26px !important;
            line-height: 26px !important;
        }

    .home-links {
        padding-top: 1px !important;
        height: auto;
    }

    .newsfeed-choices {
        border-bottom: 1px solid #00476c;
        width: 150% !important;
        overflow: hidden;
    }

    .newsfeed-holder > .row {
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
    }

    .container.newsfeed-holder {
        position: relative;
        height: 28px;
        overflow: hidden;
    }

    .newsfeed-choice {
        float: left;
        padding: 0px 10px 5px 10px;
        text-align: center;
        cursor: pointer;
    }

    .newsfeed-active {
        border-bottom: 3px solid #00476c;
    }

    .request-info h2 {
        font-size: 27px !important;
        text-align: center;
        font-style: italic;
    }

    .request-info h4 {
        font-size: 16px;
        text-align: center;
        margin: 10px;
    }

    .request-cb-holder {
        padding: 0 !important;
    }

    .request-email-holder {
        padding: 0 !important;
    }

    .green-link {
        background-color: #08927e;
        color: white !important;
        width: 99%;
        font-size: 17px;
        line-height: 41px;
        padding: 0px;
        height: 41px;
        display: inline-block;
        opacity: .8;
        text-decoration: none;
        text-shadow: 2px 3px 0 #056455;
        margin-right: 5px;
        text-align: center;
    }

    .more-box {
        padding: 5px;
        cursor: pointer;
    }

    .submit-request {
        margin-top: 25px !important;
        height: 40px !important;
        font-size: 18px !important;
        color: #00937f !important;
        background: black !important;
        opacity: .5;
        border: none !important;
    }

    .form-bottom {
        padding: 20px;
    }

    .program-menu {
        border-bottom: 2px solid white;
    }

    .program-choices > li {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
        line-height: 16px;
        font-size: 16px !important;
    }

    .program-choices .active-choice {
        border-bottom: 3px solid white;
    }

    .program-choices > li a {
        font-size: 16px;
    }

    .interest-group {
        padding: 0;
        margin: 0 0 10px 0;
    }

    .inactive-group {
        padding-left: 5% !important;
        margin: 0 !important;
    }

        .inactive-group a {
            display: block;
            margin-top: -20px;
            top: 30% !important;
            width: 100%;
            margin-left: -12px;
        }

        .inactive-group > a > img {
            margin: 0 auto;
            display: block;
            float: none;
        }

        .inactive-group > a > span {
            float: none;
            display: block;
            line-height: 36px;
            font-weight: 600;
            font-size: 24px;
            width: 100% !important;
            text-align: center;
            margin-top: 10px;
            font-style: italic;
        }

    .by-degree .inactive-group {
        height: 210px !important;
    }

        .by-degree .inactive-group > a {
            top: 20% !important;
        }

            .by-degree .inactive-group > a > span {
                line-height: 26px !important;
                font-weight: bold;
            }

    .by-degree hr {
        width: 75%;
        margin: 7px auto;
        border-top: 1px solid #3c3648 !important;
    }

    .by-degree .inactive-group > a > div {
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-weight: 300;
    }

    .by-degree .active-title {
        font-style: normal !important;
        line-height: 30px;
        padding-bottom: 12px;
        font-weight: 500;
        border-bottom: 1px solid #dedede !important;
        color: #000;
    }

    .by-degree .active-list {
        width: 95%;
    }

        .by-degree .active-list li {
            margin-bottom: 10px;
            line-height: 22px;
        }

            .by-degree .active-list li a {
                color: #000 !important;
                line-height: 26px;
            }

    .by-degree .active-group span {
        color: #000;
        text-align: center;
        padding: 10px 0;
        display: block;
        font-size: 16px;
        font-weight: 300;
    }

    .active-group {
        margin: 0 !important;
    }

    .active-title {
        width: 80% !important;
        font-size: 26px !important;
        border-bottom: #00476c solid 4px !important;
    }

    .active-list li a {
        font-size: 16px !important;
    }

    .by-interest {
        padding: 0;
    }

    #cycle-2 {
        margin-top: 10px !important;
        margin-bottom: 15px !important;
    }

        #cycle-2 div img {
            border: none !important;
        }

        #cycle-2 .cycle-slide {
            padding: 0;
            font-size: 30px;
            line-height: 30px;
            margin-top: 0px;
            text-align: right;
            color: #889e9a;
            cursor: pointer;
            font-family: 'Proxima Nova';
        }

        #cycle-2 .cycle-slide-active {
            color: white;
        }

    .workforce-holder {
        border-bottom: 2px solid #29617a;
    }

    .workforce h6, .alumni h6, .programs h6, .request-info h6 {
        font-size: 12px !important;
        line-height: 16px !important;
        text-align: center;
        margin-top: 15px;
    }

    .workforce h2 {
        font-size: 36px !important;
        text-align: center;
        font-style: italic;
        font-weight: 300;
        letter-spacing: 0 !important;
    }

    .alumni-title-holder {
        border-bottom: 2px solid #204842;
    }

    .alumni h2 {
        font-size: 44px !important;
        text-align: center;
        font-style: italic;
        letter-spacing: 0 !important;
    }

    .programs h2 {
        font-size: 30px !important;
        text-align: center;
        font-style: italic;
    }

    .alumni-prev {
        top: 13%;
        height: 25px;
        left: 12%;
    }

    .alumni-next {
        top: 13%;
        height: 25px;
        right: 12%;
    }

    .alumni-main-img {
        width: 180px !important;
        margin: 0 auto !important;
        display: block;
        float: none !important;
    }

        .alumni-main-img > img {
            width: 100% !important;
        }

    .alumni-main-content p {
        line-height: 24px;
        margin-top: 20px;
        text-align: center;
        font-weight: 300;
        font-size: 22px;
    }

    .alumni-main-content .name {
        font-size: 26px;
        margin: 20px 0 0 0;
        text-align: center;
        font-weight: 300;
        font-style: italic;
        text-shadow: 2px 2px 0px #0b2622;
        letter-spacing: 4px;
    }

    .alumni-main-content h5 {
        text-align: center;
        font-size: 10px;
        margin-top: 5px;
        margin-bottom: 25px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .alumni-main-content button {
        font-size: 20px;
        margin-bottom: 50px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .workforce h2 {
        text-shadow: 2px 2px 0px #113545 !important;
    }

    .workforce-choice {
        float: left;
        padding: 5px 10px;
        color: #00937f;
        cursor: pointer;
    }

        .workforce-choice.active {
            border-bottom: 5px solid #00937f;
        }

    #workforce-solutions-pager {
        width: 100%;
        overflow: hidden;
        height: 35px;
        position: relative;
    }

        #workforce-solutions-pager .pager-row {
            overflow-x: scroll;
            -webkit-overflow-scrolling: touch;
        }

    .workforce-solution-choices {
        overflow: hidden;
        width: 180% !important;
    }

    .wf-solutions {
        margin-top: 20px;
    }

    .slide-content {
        margin-top: 15px;
        padding: 0 !important;
        /* line-height: 12px; */
    }

        .slide-content p {
            line-height: 22px;
            font-weight: 300;
            font-size: 18px;
            text-align: center;
        }

        .slide-content button {
            border: none;
            padding: 10px 25px;
            font-size: 22px;
            margin-top: 25px;
            margin-bottom: 26px;
            background-color: #052432;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

    footer ul li {
        font-size: 18px !important;
        padding-left: 0px;
    }

    footer h4 {
        font-size: 30px !important;
        font-weight: bold;
        margin: 10px 0 !important;
    }

    .contact-info li {
        line-height: 1.4em;
    }

    .home-link-holder {
        padding: 0 !important;
    }
}

@media (min-width:480px) and (max-width: 767px) {
    .mobile-left-col {
        float: left;
        width: 30%;
        margin: 5px 0;
        display: inline-block;
    }

    .footer-copyright {
        color: #fff;
        padding: 15px;
        text-align: center;
    }

    .footer-sec-links {
        text-align: center;
        color: #fff;
        padding-bottom: 10px;
    }

    .home-callout:before {
        content: '';
        width: 75%;
        height: 5px;
        background: #00937f;
        position: absolute;
        top: 0px;
        left: 12.5%;
    }

    .news-date {
    }

    .overlay {
        height: 150px !important;
    }

    .by-degree hr {
        max-width: 350px;
        margin: 20px auto;
    }

    .by-degree li {
        line-height: 24px;
        margin-bottom: 10px;
    }

    .subpage h1 {
        font-size: 30px;
        font-weight: bold;
    }

    .subpage h2 {
        font-size: 24px;
        font-style: italic;
    }

    .subpage h3 {
        font-weight: bold;
        font-size: 20px;
    }

    .subpage p {
        font-size: 16px;
        line-height: 22px;
    }

    .subpage li {
        font-size: 16px;
        line-height: 22px;
    }

    .sidebar-header {
        font-size: 12px !important;
    }

    .navbar {
        margin-bottom: 0 !important;
    }

    .home-top {
        background: none !important;
    }

    .home-mobile {
        width: 100%;
    }

    .home-callout {
        bottom: 0 !important;
        margin-top: -125px;
    }

    .home-links {
        padding-top: 3px !important;
    }

    .home-link-holder a {
        width: 99%;
    }

    .green-link {
        background-color: #08927e;
        color: white !important;
        width: 100%;
        font-size: 22px;
        padding: 15px 10px;
        height: 65px;
        display: inline-block;
        opacity: .8;
        text-decoration: none;
        text-shadow: 2px 3px 0 #056455;
        margin-right: 5px;
        text-align: center;
    }

    .more-box {
        padding: 10px;
    }

    .alumni-title-holder {
        border-bottom: 1px solid #4c6f6c;
    }

    .newsfeed-choices {
        border-bottom: 1px solid #00476c;
        width: 200%;
        overflow: hidden;
    }

    .container-fluid.newsfeed-holder {
        overflow: hidden;
    }

    .newsfeed-choice {
        float: left;
        padding: 0px 15px 5px 15px;
        text-align: center;
        cursor: pointer;
    }

    .newsfeed-active {
        border-bottom: 3px solid #00476c;
    }

    .request-info h2, .programs h2, .alumni h2, .workforce h2 {
        font-size: 42px !important;
        text-align: center;
        font-style: italic;
    }

    .request-info h4 {
        font-size: 16px;
        text-align: center;
        margin: 10px;
    }

    .request-info h6 {
        text-align: center;
        letter-spacing: 2px;
        font-weight: 300;
    }

    .request-cb-holder {
        padding: 0 !important;
    }

    .request-email-holder {
        padding: 0 !important;
    }

    .submit-request {
        margin-top: 25px !important;
        height: 40px !important;
        font-size: 18px !important;
        color: #00937f !important;
        background: black !important;
        opacity: .5;
        border: none !important;
        margin-bottom: 25px;
    }

    .active-choice {
        border-bottom: 4px solid #fff !important;
    }

    .program {
        width: 50% !important;
        float: left;
        padding: 0 5px;
    }

    .program-choices {
        margin-bottom: 0;
    }

        .program-choices li {
            padding: 0;
            margin-bottom: 0px;
            padding-bottom: 5px;
            line-height: 24px;
            font-size: 20px;
        }

            .program-choices li a {
                font-size: 20px !important;
            }

    .inactive-group {
        padding-left: 5% !important;
    }

        .inactive-group a {
            width: 90% !important;
        }

            .inactive-group a img {
                margin: 0 auto;
                display: block;
                float: none !important;
            }

        .inactive-group span {
            display: block;
            margin-top: 10px;
            width: 100% !important;
            text-align: center;
            font-size: 26px;
            font-weight: 500;
        }

        .inactive-group div {
            font-size: 20px !important;
        }

    .by-degree .inactive-group span {
        float: none !important;
    }

    .by-degree .inactive-group {
        height: 250px !important;
    }

        .by-degree .inactive-group a {
            top: 20% !important;
        }

    .by-degree .active-title {
        width: 50% !important;
        font-size: 32px !important;
        line-height: 32px;
    }

    .by-interest .active-title {
        width: 80% !important;
        font-size: 32px !important;
        padding-bottom: 10px;
        line-height: 32px;
    }

    .active-group span {
        color: black;
        display: block;
        margin: 10px auto;
        text-align: center;
        font-size: 16px;
    }

    #cycle-2 {
        margin-top: 1em !important;
        margin-bottom: 1em !important;
    }

        #cycle-2 .cycle-slide {
            padding: 0;
            font-size: 50px;
            line-height: 40px;
            margin-top: 0px;
            text-align: right;
            color: #889e9a;
            cursor: pointer;
            font-family: 'Proxima Nova';
        }

        #cycle-2 .cycle-slide-active {
            color: white;
        }

    .alumni-next {
        top: 16% !important;
        right: 17% !important;
        height: 40px;
    }

    .alumni-prev {
        top: 16% !important;
        left: 17% !important;
        height: 40px;
    }

    .alumni-main-content p {
        text-align: center;
        font-size: 24px;
        margin-top: 25px;
        line-height: 28px;
    }

    .alumni-main-content .name {
        text-align: center;
        font-size: 36px;
        font-weight: 300;
        font-style: italic;
    }

    .alumni-main-content h5 {
        text-align: center;
        font-size: 10px;
        margin-top: -5px;
        margin-bottom: 25px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .alumni-main-content button {
        font-size: 26px;
        margin-bottom: 50px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #workforce-solutions-pager .pager-row {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: 180%;
    }

    .workforce-choice {
        float: left;
        padding: 5px 10px;
        color: #00937f;
        cursor: pointer;
        font-weight: 500;
        font-size: 16px;
    }

        .workforce-choice.active {
            border-bottom: 5px solid #00937f;
        }

    #workforce-solutions-pager {
        width: 100%;
        overflow: hidden;
        height: 37px;
        position: relative;
    }

    .wf-solutions {
        margin-top: 20px;
    }

    .workforce-solution-choices {
        overflow: hidden;
        width: 130% !important;
    }

    .slide-content {
        margin-top: 15px;
        /* line-height: 12px; */
    }

        .slide-content p {
            line-height: 32px;
            font-weight: 300;
            font-size: 30px;
            text-align: center;
            font-style: italic;
        }

        .slide-content button {
            border: none;
            padding: 10px 25px;
            font-size: 22px;
            margin-top: 25px;
            margin-bottom: 26px;
            background-color: #052432;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
}

@media (max-width: 767px) {
    .home-link-holder {
        border-bottom: 1px solid white;
    }

    .mobile-herolinks {
        list-style: none;
        font-size: 22px;
        font-style: italic;
        background-color: #00476c;
        color: white;
        margin-top: 0px;
        display: none;
    }

        .mobile-herolinks li {
            padding: 7px 15px;
        }

    .col-xs-5.col-sm-3.home-link-holder {
        border-bottom: 1px solid white;
    }

    .footer-copyright {
        color: #fff;
        padding: 15px;
        text-align: center;
    }

    .footer-sec-links {
        text-align: center;
        color: #fff;
        padding-bottom: 10px;
    }

    .overlay {
        height: 245px;
    }

    .sidebar-header {
        background: white;
        padding: 10px 20px;
        cursor: pointer;
        font-weight: bold;
        font-size: 18px;
    }

    .home-callout {
        background: #00476c;
        padding: 30px 25px;
        position: relative;
        bottom: 125px;
        color: white;
    }

        .home-callout h1 {
            font-size: 38px;
            font-weight: bold;
            text-align: center;
            text-shadow: 2px 4px 0 #002b41;
            letter-spacing: 3px;
        }

        .home-callout p {
            text-align: center;
            font-style: italic;
            font-size: 30px;
            font-weight: light;
            line-height: 44px;
            padding-top: 15px;
            padding-bottom: 15px;
        }

    .home-link-holder {
        padding: 0 !important;
    }

    .more-box {
        cursor: pointer;
    }

    .news-item {
        height: 150px !important;
        width: 99% !important;
    }

    .twitter-text {
        font-size: 22px;
        font-weight: 300;
    }

    .news-category {
        width: 63%;
        border: none !important;
    }

    .twitter .news-category {
        width: 100% !important;
        float: none !important;
    }

    .news-title {
        font-size: 18px;
        width: 63%;
    }

    .news-desc {
        width: 63%;
        float: right;
        font-size: 16px;
        font-family: "proxima-nova-condensed",sans-serif !important;
    }

        .news-desc > p {
            font-size: 16px;
            font-family: "proxima-nova-condensed",sans-serif !important;
        }

    .footer-logo-holder {
        border-bottom: none;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    footer h4 {
        font-size: 20px;
        font-weight: bold;
    }

    footer ul li {
        font-size: 13px;
    }

    .orgs {
        content: url('../img/mobile-orgs.png');
    }

    .workforce h6, .alumni h6, .programs h6 {
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 1px;
    }

    .workforce h2 {
        text-align: center;
        font-style: italic;
        font-weight: 300;
        text-shadow: 3px 3px 0px #113545;
        letter-spacing: 3px;
    }

    .alumni h2, .programs h2, .request-info h2 {
        text-align: center;
        font-style: italic;
        font-weight: 300;
        text-shadow: 3px 3px 0px #0b2622;
        letter-spacing: 2px;
    }

    .navbar-nav {
        margin: auto !important;
    }

    .footer-sec-links > div {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}

@media (min-width: 768px) {
    .footer-copyright {
        color: #fff;
        padding: 15px;
    }

    .footer-sec-links {
        color: #fff;
        padding: 15px 0;
    }

    .overlay {
        height: 245px;
    }

    .navbar-header {
        width: 100%;
    }

    .home-callout {
        color: white;
        background-color: rgba(0,71,108,.85);
        /*height: 250px;  original was 290 */ /* this is the blue box height */
        margin-top: 200px;
        margin-bottom: 180px;
        padding-bottom: 1em;
    }

        .home-callout h1 {
            font-size: 42px;
            letter-spacing: 3px;
            font-weight: bold;
            text-shadow: 3px 2px 2px rgba(0, 0, 0, 1);
            width: 100%;
            text-align: left;
            padding-left: 15px;
            margin-bottom: 20px;
            margin-top: 45px;
        }

        .home-callout p {
            font-size: 24px;
            line-height: 28px;
            font-style: italic;
            letter-spacing: 2px;
            margin-top: 15px;
            width: 100%;
            text-align: left;
            padding-left: 15px;
        }

    .newsfeed-choices {
        padding-top: 50px;
    }

    .newsfeed-choice.newsfeed-active {
        background-color: #00476c;
        color: #e6e6e6;
    }

    .news-image > img {
        width: 100%;
        margin-top: 15px;
    }

    li.newsfeed-choice {
        background: #e6e6e6;
        float: left;
        text-align: center;
        width: 130px;
        margin: 0 5px;
        padding: 5px 5px;
        border-radius: 30px;
        color: #00476c;
    }

    .programs {
        background: url('../img/pos-bg.jpg');
        background-size: cover;
    }

    .alumni-main-content {
        margin: .35em 0 0 0;
    }

    .alumni .name {
        font-size: 40px;
        color: #00937f;
        font-style: italic;
        font-family: serif;
        font-weight: normal;
        margin: 1em 0 0 0;
    }

    .programs h6, .alumni h6, .workforce h6, .request-info h6 {
        line-height: 28px;
        text-align: center;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-top: 60px;
    }

    .request-info h4 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 2px;
        font-weight: 300;
        text-align: center;
    }

    .programs h2, .alumni h2, .workforce h2, .request-info h2 {
        text-align: center;
        font-style: italic;
        font-weight: 300;
        font-size: 80px;
        text-shadow: 2px 2px 0px #000;
        letter-spacing: 3px;
    }

    .request-email {
        padding: 8px 20px !important;
        margin-top: 15px !important;
        font-size: 32px !important;
        height: 51px !important;
        color: #12394d !important;
    }

    .submit-request {
        margin-top: 15px !important;
        height: 50px !important;
        font-size: 28px !important;
        color: #00937f !important;
        background: black !important;
        opacity: .5;
        border: none !important;
    }

    .form-bottom {
        height: 100px;
    }

    #workforce-solutions-pager .workforce-choice {
        text-align: center;
        padding-bottom: 5px;
        color: #00937f;
        text-shadow: 2px 2px 0 #000;
        font-size: 20px;
        float: left;
        margin: 0 20px;
        cursor: pointer;
    }

    div#workforce-solutions-pager .active {
        border-bottom: 6px solid white;
    }

    div#workforce-solutions-pager {
        margin-top: 30px;
        padding: 0 15px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }

    img.wf-solutions {
        position: relative;
        bottom: -15px;
    }

    .ws-slides {
        padding-top: 25px;
    }

        .ws-slides .slide-content {
            position: relative;
            margin-top: 50px;
            padding-bottom: 25px;
        }

        .ws-slides button {
            background: #002539;
            background: rgba(0,1,1,0.8);
            border: 0;
            color: #00937f;
            margin-top: 30px;
            font-size: 24px;
            padding: 10px 45px;
            font-weight: bold;
        }

    .alumni-main-content, .alumni-main-content > p {
        font-size: 44px;
        line-height: 44px;
        font-weight: 300;
        letter-spacing: 2px;
    }

    .footer-logo-holder {
        border-bottom: #00476c 1px solid;
        margin-bottom: 10px;
        margin-top: 25px;
    }

    .subpagefile footer {
        padding-top: 25px;
        background: #f2f2f2;
    }

    footer li {
        font-size: 14px !important;
    }

    .orgs {
        content: url('../img/orgs.png');
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .small-break {
        clear: left;
    }

    .navbar {
        margin-bottom: 0 !important;
    }

    .programs h2, .alumni h2, .workforce h2, .request-info h2 {
        font-size: 66px !important;
    }

    .programs h6, .alumni h6, .workforce h6, .request-info h6 {
        margin: 50px auto 0px !important;
    }

    .alumni-main-content {
        text-align: center;
    }

    .subpage h1 {
        font-size: 30px;
        font-weight: bold;
    }

    .subpage h2 {
        font-size: 24px;
        font-style: italic;
    }

    .subpage h3 {
        font-weight: bold;
        font-size: 20px;
    }

    .subpage p {
        font-size: 16px;
        line-height: 22px;
    }

    .subpage blockquote {
        color: red;
    }

    .subpage li {
        font-size: 16px;
        line-height: 22px;
    }

    .sidebar-header {
        font-size: 18px !important;
        background: white;
        padding: 10px 15px;
        font-weight: bold;
        cursor: pointer;
    }

    .home-link-holder {
        padding: 1px !important;
    }

    .green-link {
        padding: 15px !important;
        font-size: 26px;
    }

        .green-link.first {
            line-height: 64px;
        }

    .blue-link > img {
        margin-left: -8px;
    }

    .tnprom {
        line-height: 14px;
    }

    #cycle-2 {
        margin-top: 1em !important;
        margin-bottom: 1em !important;
    }

    .cycle-slide-active {
        color: white !important;
    }

    #cycle-2 .cycle-slide {
        padding: 0 10px;
        font-size: 50px;
        line-height: 50px;
        margin-top: 0px;
        text-align: right;
        color: #889e9a;
        cursor: pointer;
        font-family: 'Proxima Nova';
    }

    .alumni-main-content > p {
        font-size: 28px !important;
    }

    .alumni-main-content .name {
        margin-top: .5em !important;
        text-align: center;
    }

    .alumni-main-content h5 {
        text-align: center;
        margin-top: -.25em;
    }

    .alumni-main-content button, .ws-slides button {
        margin: 1em auto 2.5em;
        display: block;
    }

    #workforce-solutions-pager {
        width: 100%;
        overflow: hidden;
        height: 38px;
        position: relative;
    }

    .slide-content p {
        font-size: 33px;
        line-height: 40px;
        text-align: center;
        font-style: italic;
    }

    .pager-row {
        overflow-x: scroll;
        height: 60px;
    }

    .workforce-solution-choices {
        overflow: hidden;
        width: 150% !important;
    }

    .by-interest.interest-group, .a-z.program {
        padding: 2px !important;
    }

    .inactive-group {
        padding-left: 0 !important;
    }

        .inactive-group a {
            width: 100%;
        }

        .inactive-group > a > img {
            float: none !important;
            margin: 0 auto !important;
            display: block;
        }

    .by-interest .inactive-group > a > span {
        margin-top: 5px;
    }

    .inactive-group > a > span {
        float: none !important;
        width: auto !important;
        line-height: 36px;
        font-size: 24px !important;
        text-align: center;
        display: block;
        font-weight: 500;
        margin-top: 5px;
    }

    .by-degree .inactive-group > a > span {
        font-size: 36px !important;
        font-weight: 500;
        margin-top: 5px;
    }

    .by-degree .inactive-group > a {
        top: 25% !important;
    }

    .active-title {
        width: 80% !important;
        font-size: 22px !important;
        line-height: 32px;
    }

    .by-degree .active-title {
        font-size: 36px !important;
    }

    .active-group {
        color: black !important;
    }

        .active-group span {
            color: black;
            display: block;
            margin: 10px auto;
            text-align: center;
            font-size: 16px;
        }

    .by-degree .inactive-group {
        height: 305px !important;
    }

    .footer-new-row {
        clear: left;
    }

    .footer-copyright {
        color: #fff;
        padding: 15px;
        text-align: center;
    }

    .footer-sec-links {
        text-align: center;
        color: #fff;
        padding-bottom: 10px;
    }

        .footer-sec-links > div {
            margin-left: auto;
            margin-right: auto;
            float: none;
        }
}

@media (min-width:992px) {
    .little-slide {
        margin-right: -10px;
    }

    .nav-ico {
        /* margin: 15px 0 0 0; */
    }

    .home-callout h1 {
        font-size: 50px !important;
    }

    .home-top {
        margin-top: -40px;
    }

    .arrow_box {
        position: relative;
        background: #ffffff;
        border: 2px solid #b3b5b4;
    }

        .arrow_box:after, .arrow_box:before {
            bottom: 100%;
            left: 15%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

    .nav-ico:after {
        content: none !important;
    }

    .navbar-nav > li > a:after {
        position: absolute;
        bottom: 10px;
        left: 50%;
        margin-left: -5px;
        width: 10px;
        height: 10px;
        content: url("../img/dropdown-indicator.png");
    }

    #navbar2 .navbar-nav > li {
        padding: 0 10px;
    }

        #navbar2 .navbar-nav > li a {
            font-size: 16px;
        }

    .sub-nav li a:after {
        position: absolute;
        bottom: 12px;
        left: 50%;
        margin-left: -5px;
        width: 10px;
        height: 10px;
        content: url("../img/wdropdown-indicator.png");
    }

    .arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 11px;
        margin-left: -25px;
    }

    .arrow_box:before {
        border-color: rgba(179, 181, 180, 0);
        border-bottom-color: #b3b5b4;
        border-width: 14px;
        margin-left: -28px;
    }

    .inactive-group {
        padding-left: 0 !important;
    }

        .inactive-group > a {
            width: 100%;
        }

            .inactive-group > a > img {
                margin: 0 auto;
                float: none;
                display: block;
            }

            .inactive-group > a > span {
                float: none;
                width: 100%;
                line-height: 36px;
                font-style: italic;
                display: block;
                text-align: center;
                margin-top: 8px;
                font-weight: 500;
            }

    .active-title {
        width: 80%;
    }

    .by-degree .inactive-group {
        height: 300px !important;
    }

    .active-group span {
        color: black;
        font-size: 18px;
        margin: 5px 0;
        display: block;
        text-align: center;
    }

    .by-degree .active-group .active-title {
        color: black !important;
        font-style: italic;
        border-bottom: 2px solid #d9d9d9;
    }

    .by-degree .active-group .active-list li a {
        color: black !important;
    }

    .workforce-solution-choices {
        width: 979px;
        margin: 0 auto;
    }

    .alumni #cycle-1 {
        border-bottom: 2px solid #3a5c57;
        padding-bottom: 30px;
    }

    .little-slide h4 {
        text-transform: uppercase;
        color: #00937f;
        font-size: 16px;
    }

    .footer-sec-links > div {
        float: right;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .dropdown {
        top: 60px;
    }

    .navbar {
        border: none !important;
        height: 35px !important;
        margin-bottom: 0 !important;
    }

    .home-top {
        margin-top: -40px;
    }

    .nav-ico {
        margin: 0 !important;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 8px !important;
        font-size: 13px;
        line-height: 20px !important;
    }

    .navbar-inverse {
        border-bottom: none !important;
    }

    .green-link {
        font-size: 26px;
        padding: 28px;
    }

    #navbar2 li a {
        font-size: 14px;
    }

    .slide-content p {
        font-size: 26px;
        line-height: 30px;
        font-style: italic;
    }
}

@media (min-width:1024px) {
    .twitter .news-title {
        margin: 15px 0;
    }

    .twitter-text {
        line-height: 30px;
    }
}

@media (min-width:1200px) {
    .home-callout h1 {
        width: 75%;
    }

    .home-top {
        margin-top: -50px;
    }

    .programs h2, .alumni h2, .workforce h2, .request-info h2 {
        font-size: 86px;
    }

    .ws-slides .slide-content {
        padding-left: 0;
        padding-right: 0;
    }

        .ws-slides .slide-content p {
            font-size: 28px;
            font-style: italic;
        }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    /* ==========================================================================
   Added by Will Riddle
   ========================================================================== */
    /*
    input.toggle-box + label + div {
        display: block;
    }*/

    /* ==========================================================================
   Not added by will
   ========================================================================== */

    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }



    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* GOOGLE Site Search Fix */




/* The Accordian WIll uses */

/* fix form submenu not being clickable on subpage.aspx */
.dropdown-backdrop {
    position: static;
}

body {
    -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
    from {
        padding: 0;
    }

    to {
        padding: 0;
    }
}


#ContentBlock1 h2 + input.toggle-box + label, #ContentBlock1 h3 + input.toggle-box + label {
    margin-top: 2.5em;
}



#ContentBlock1 input.toggle-box + label + div + h2, #ContentBlock1 input.toggle-box + label + div + h3 {
    margin-top: 2em;
}

.toggle-box {
    display: none;
}

    .toggle-box + label {
        cursor: pointer;
        display: block;
        font-weight: bold;
        line-height: 21px;
        margin-bottom: 5px;
    }

        .toggle-box + label + div {
            display: none;
            margin-bottom: 10px;
        }

    .toggle-box:checked + label + div {
        display: block;
    }

    .toggle-box + label:before {
        background-color: #4F5150;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        color: #FFFFFF;
        content: "+";
        display: block;
        float: left;
        font-weight: bold;
        height: 20px;
        line-height: 20px;
        margin-right: 5px;
        text-align: center;
        width: 20px;
        margin-bottom: 4px;
    }

    .toggle-box:checked + label:before {
        content: "\2212";
    }


/* Alert Box */
#alerts {
    color: Black;
    text-align: left;
    background-color: White !important;
    font-size: medium;
    // padding-right:100px;
    padding-left: 15px;
    border-radius: 25px;
    // background: url("/img/alert-icon.png") no-repeat scroll 100% 1em transparent;
    // background-position:right;
}


/*
 * Styles by Will
*/
.quotes {
    width: 100%;
    background: url('http://www.northeaststate.edu/img/left-quote.png') top left no-repeat;
    padding-left: 55px;
    line-height: 18px;
    border-left: none
}


    .quotes p {
        padding-right: 45px;
        text-align: center;
        background: url('http://www.northeaststate.edu/img/right-quote.png') bottom right no-repeat;
        padding-bottom: 15px;
        font-weight: 600;
        letter-spacing: 3px;
        font-style: italic;
        word-spacing: .3em;
        border-left: none
    }


#ContentBlock1 blockquote {
    border-left-color: #00476c;
    border-top: 1px solid #00476c;
    border-bottom: 1px solid #00476c;
    border-right: 1px solid #00476c;
    background-color: #FAF7F3;
}

@media ( max-width: 991px) {
    #ContentBlock1 li {
        font-size: 16px;
    }

    .quotes {
        background-size: 20px;
        padding-left: 20px;
    }


        .quotes p {
            background-size: 20px;
            font-style: normal;
            padding-right: 20px;
            font-weight: 550;
        }
}
