/* Text Selection
    1. A different sudo selector is needed for FireFox.
    2. Fallback to red if the user's browser does not support rgba colors.
  */
     
    
::-moz-selection { /* 1 */
    background: #CC0000; /* 2 */
    background: rgba(204,0,0,1.0);
    color: #ffffff;
}

::selection {
    background: #CC0000; /* 2 */
    background: rgba(204,0,0,1.0);
    color: #ffffff;
}

/*--------------------------------------------------------------
# Helper Styles
--------------------------------------------------------------*/
body.customize-support {
    margin-top:46px;
}

@media (min-width: 783px) {
    body.customize-support {
        margin-top:30px;
    }
}

.customize-support .ncstate-utility-bar {
    top: 46px;
}

@media (min-width: 783px) {
    .customize-support .ncstate-utility-bar {
        top: 32px;
    }
}

/* Clean */
@font-face {
    font-family: ncsu-icons;
    src: url(https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.eot);
    src: url(https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.eot?#iefix) format('embedded-opentype'),
         url(https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.woff) format('woff'),
         url(https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.ttf) format('truetype'),
         url(https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.svg#ncsu-icons) format('svg');
}

body {
    font-family: UniversLight, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

@media (min-width: 768px) {
    body, html {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    body, html {
        font-size: 13px;
    }
}

#masthead .h1 {
    clear: both;
    text-align: center;
    font-size: 2.75rem;
    margin: 1.25em 0 0.65em;
    font-family: "UniversRoman", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

@media (min-width: 768px) {
    .home #masthead .h1 {
        display: none;
    }
}

#masthead .h1 a,
#masthead .h1 a:hover {
    color: #000;
}

#masthead .parent-link {
    font-family:UniversLightCondensed;
    font-size:1.1rem;
    float:right;
    color:#333;
    margin:0.5rem 0;
    display:none;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: ncsu-icons;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-thin-arrow, .glyphicon-bold-arrow, .glyphicon-roman-arrow {
    font-size: 1.5em;
    line-height: 1.5rem;
    vertical-align: middle;
    display: inline-block;
    left: 0;
    top: -1px;
    -webkit-transition: left 0.2s ease;
    transition: left 0.2s ease;
}

@media (min-width: 768px) {
    #masthead .parent-link{
        display: block;
    }
}

#masthead .parent-link:hover,
#masthead .parent-link:focus {
    color: #c00;
}

.blue-bg {
    background-color: #427E93;
}

.green-bg {
    background-color: #7D8C1F;
}

.indigo-bg {
    background-color: #4156A1;
}

.blue-bg, .blue-bg a, .green-bg, .green-bg a, .indigo-bg, .indigo-bg a {
    color: #fff;
}

.text-mod .entry-header {
    padding-top: 1.5rem;
    margin-bottom: 3rem;
}

.text-mod h1.entry-title {
    line-height: 1;
    font-size: 3.75rem;
    color: #c00;
}

.text-mod .entry-meta,
.archive-description {
    font-size: 1.3125rem;
    margin-top: 2rem;
}

.text-mod .entry-meta:last-child,
.archive-description:last-child {
    margin-bottom: 0;
}

.text-mod .entry-content {
    margin: 3rem 0 0;
    width: 100%;
    font-size: 1.125rem;
}

.front-page .entry-content {
    margin: 0;
    margin-bottom: 50px;
}

.front-page .entry-content > .row {
    margin-bottom: 20px;
}

.hero-caption {
    margin-top: 5px;
    color: #666;
    font-family: GlyphaRoman;
    letter-spacing: .02em;
    font-size: .857rem;
}

.caption, .text-mod article .wp-caption-text {
    color: #666;
    font-family: GlyphaRoman;
    letter-spacing: .02em;
    font-size: .857rem;
    width: 90%;
    margin: 10px auto;
}
@media (min-width: 768px) {
    .caption, .text-mod article .wp-caption-text {
        font-size: .875rem;
    }
}

.alignright.wp-caption {
    display: block;
    float: none;
    margin-left: 0;
}
.alignleft.wp-caption {
    display: block;
    float: none;
    margin-right: 0;
}

@media (min-width: 768px) {
    .alignright.wp-caption {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }
    .alignleft.wp-caption {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }
}


.screenshot-outline {
    border: 1px solid #CCC;
}

.text-mod article .entry-content > p {
    margin: 0 0 25px;
}

.red-txt {
    color: #c00;
    white-space: nowrap;
}

.site-header h1 .red-txt {
    text-transform: capitalize;
}

.page-header {
    padding-bottom: 10px;
    margin: 22px 0 22px;
}

@media (min-width: 768px) {
    .page-header {
        padding-bottom: 10px;
        margin: 44px 0 22px;
    }
}

@media (min-width: 992px){
    .text-mod article .entry-content > p,
    .text-mod .entry-header,
    .text-mod article .entry-content > h2,
    .text-mod article .entry-content > h3,
    .text-mod article .entry-content > ul,
    .text-mod article .entry-content .cookbook {
        width: 83.33333%;
        margin-left: auto;
        margin-right: auto;
    }
}



.text-mod.no-components .section-txt {
    margin-bottom: 5rem;
}

h1, h2, h3,
h4, h5, h6 {
    color: #c00;
}

a {
    color: #c00;
}

p a {
    text-decoration: underline;
}

.entry-content a {
    color: #990000;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #4d0000;
    text-decoration: none;
}

.entry-content a.btn {
    text-decoration: none;
}

.entry-content a.btn-primary,
.entry-content a.btn-success,
.entry-content a.btn-danger,
.entry-content a.btn-warning,
.entry-content a.btn-info {
    color: #fff;
}

a:hover,
a:focus {
    color: #900;
    text-decoration: none;
}

ul.related-links li a {
    text-decoration: underline;
}

ul.related-links li a:hover {
    text-decoration: none;
}

/* arrows */

#content ul:not(.list-unstyled):not(.ct-legend) li:before,
footer ul li:before {
    font-family: ncsu-icons;
    content: "i";
    speak: none;
    color: #c00;
    padding-right: .3em;
    margin-left: -1.3em;
    font-size: 0.8em;
}

ul {
    list-style: none;
    padding-left: 1.3em;
    line-height: 1.6em;
}

h3, .h3 {
    font-family: UniversCondensed, Arial, sans-serif;
    font-weight: 700;
}

/* Jumbotron List Styles */
    
.jumbotron {
    color: white;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 650px) { 
    .jumbotron {
        height: 200px;  
    }
    
    .jumbotron.landing {
        height: 600px;
    }

}
@media (min-width: 651px) { 
.jumbotron {
        height: 450px;  
    }
    
    .jumbotron.landing {
        height: 900px;  
    }
    
}
@media screen and (max-width: 767px) {
.jumbotron.landing {
        height: 600px;
        padding-top: 150px!important;
    }
}
@media screen and (min-width: 768px) {
    .jumbotron.landing {
        padding-top: 300px!important;
        padding-bottom: 48px;
    }
}

#primary-menu {
    text-align: center;
}

 #primary-menu li {
    text-align: center;
    margin: auto 1.5em;
}

div.related_stories {
    float: right;
    margin-right: -12.5%;
    margin-left: 2.75em;
    margin-bottom: .5em;
    width: 37.5%;
    max-width: 350px;
}

div.related_stories ul {
    margin-left: .5em;
}

div.related_stories h1 {
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "UniversRoman", Arial, sans-serif;
    line-height: 1.6;
    color: #000;
    margin: 0;
}

/* mobile nav */

#mobile-nav-slide-out {
  position: relative;
  z-index: 200;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease; }

@media (max-width: 768px) {
  .mobile-nav-shown #mobile-nav-slide-out {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .mobile-nav-shown #mobile-nav {
    opacity: 1; } }
@media (min-width: 768px) {
  .mobile-nav-shown #mobile-nav-slide-out {
    display: block !important; } }

#mobile-nav {
  font-family: UniversLight;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #fff;
  border-top: 1px solid #aaa; }
  @media (min-width: 768px) {
    #mobile-nav {
      top: 104px; } }
  @media (min-width: 768px) {
    #mobile-nav {
      display: none; } }
  #mobile-nav.level-2-shown #level-1 {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  #mobile-nav .is-active,
  #mobile-nav .current-menu-item > a,
  #mobile-nav .current-menu-ancestor > a {
    font-weight: bold; }
  #mobile-nav .has-more:before, #mobile-nav .has-more:after,
  #mobile-nav .has-dropdown:before,
  #mobile-nav .has-dropdown:after,
  #mobile-nav #full-nav:before,
  #mobile-nav #full-nav:after {
    content: " ";
    display: table; }
  #mobile-nav .has-more:after,
  #mobile-nav .has-dropdown:after,
  #mobile-nav #full-nav:after {
    clear: both; }
  #mobile-nav .has-more button,
  #mobile-nav .has-dropdown button,
  #mobile-nav #full-nav button {
    color: #aaa;
    background-color: #f2f2f2;
    border: none;
    font-size: 50px;
    padding: 3px; }
  #mobile-nav .has-more button,
  #mobile-nav .has-dropdown button {
    float: right; }
  #mobile-nav .has-dropdown > .is-active + ul {
    display: block; }
  #mobile-nav .has-dropdown button {
    background: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  #mobile-nav .has-dropdown.is-open button {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  #mobile-nav #full-nav button {
    float: left;
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  #mobile-nav #full-nav a {
    line-height: 2.17; }
  #mobile-nav ul {
    margin: 0; }
    #mobile-nav ul + ul {
      border-top: 5px solid #ccc; }
  #mobile-nav ul ul a {
    padding-left: 2.5em; }
  #mobile-nav ul ul ul {
    display: none;
    width: 100%;
    background-color: #e6e6e6;
    overflow: hidden; }
    #mobile-nav ul ul ul a {
      padding-left: 4em; }
  #mobile-nav ul ul ul ul {
    display: block;
    background-color: #f2f2f2; }
    #mobile-nav ul ul ul ul li {
      border-color: #ccc; }
    #mobile-nav ul ul ul ul a {
      padding-left: 4.8em; }
  #mobile-nav li {
    background: none; }
    #mobile-nav li + li,
    #mobile-nav li a + ul {
      border-top: 1px solid #aaa; }
  #mobile-nav a {
    color: #000;
    display: block;
    padding: 15px;
    height: 55px;
    line-height: 1.9; }

#level-1,
#level-2 {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #aaa;
  background-color: #fff; }

#level-1 {
  z-index: 102;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease; }

#level-2 {
  display: none;
  z-index: 101; }
  #level-2 #full-nav {
    text-transform: uppercase;
    font-size: 0.85em; }

#level-1,
#main-content {
    -webkit-transition: -webkit-transform .3s ease
}

#mobile-nav {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background-color: #fff;
    border-top: 1px solid #aaa
}
@media (min-width: 768px) {
    #mobile-nav {
        display: none
    }
}
#mobile-nav.level-2-shown #level-1 {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
#mobile-nav .current-menu-ancestor>a,
#mobile-nav .current-menu-item>a,
#mobile-nav .is-active {
    font-family: UniversRoman
}
#mobile-nav #full-nav:after,
#mobile-nav #full-nav:before,
#mobile-nav .has-dropdown:after,
#mobile-nav .has-dropdown:before,
#mobile-nav .has-more:after,
#mobile-nav .has-more:before {
    content: " ";
    display: table
}
#mobile-nav .has-dropdown>.is-active+ul,
#mobile-nav a {
    display: block
}
#mobile-nav #full-nav button,
#mobile-nav .has-dropdown button,
#mobile-nav .has-more button {
    color: #aaa;
    background-color: #f2f2f2;
    border: none;
    font-size: 50px;
    padding: 3px
}
#mobile-nav .has-dropdown button,
#mobile-nav .has-more button {
    float: right
}
#mobile-nav .has-dropdown button {
    background: 0 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
#mobile-nav .has-dropdown.is-open button {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
#mobile-nav #full-nav button {
    float: left;
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
#mobile-nav #full-nav a {
    line-height: 2.17
}
#mobile-nav ul {
    margin: 0
}
#mobile-nav ul+ul {
    border-top: 5px solid #ccc
}
#mobile-nav ul ul a {
    padding-left: 2.5em
}
#mobile-nav ul ul ul {
    display: none;
    width: 100%;
    background-color: #e6e6e6;
    overflow: hidden
}
#mobile-nav ul ul ul a {
    padding-left: 4em
}
#mobile-nav ul ul ul ul {
    display: block;
    background-color: #f2f2f2
}
#mobile-nav ul ul ul ul li {
    border-color: #ccc
}
#mobile-nav ul ul ul ul a {
    padding-left: 4.8em
}
#mobile-nav li {
    background: 0 0
}
#mobile-nav li a+ul,
#mobile-nav li+li {
    border-top: 1px solid #aaa
}
#mobile-nav a {
    color: #000;
    padding: 15px;
    height: 55px;
    line-height: 1.9
}
#level-1,
#level-2 {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #aaa;
    background-color: #fff
}
#level-1 {
    z-index: 102;
    transition: transform .3s ease
}
#level-2 {
    display: none;
    z-index: 101
}
#level-2 #full-nav {
    text-transform: uppercase;
    font-size: .85em
}




/* Staff Accolades Menu */

nav#staff-menu {
    background-color: #c00;
    font-size: .9rem;
    font-family: UniversRoman;
}

.staff-menu {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    display: none;
}

@media (min-width: 768px) {
    .staff-menu {
        display: block;
    }
}

.staff-menu>li {
    display: inline-block;
    vertical-align: bottom;
}

.staff-menu>li:hover {
    background-color: #900;
}

.staff-menu a {
    display: block;
    padding: .8em 2em;
    color: #fff;
}

.presentations, .certifications, .awards-recognition, .instruction, .leadership, .new-employees {
    padding: 1em 0;
    width: 83.33333%;
    margin-left: auto;
    margin-right: auto;
}

/*staff-accolade-heading*/
#post-45 h2 {
    font-family: GlyphaRoman;
    letter-spacing: .02em;
    color: #000;

    font-size: 2.5em;
    font-weight: 700;
    display: block;

    text-align: center;
}

ul.employees li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}





/* Categories/Archives */

.archive-block h3, .feature-block h3 {
    font-weight: 400;
    font-family: UniversLight;
    font-size: 1.5rem;
    font-size: 1.5em; 
    color: #c00;
    margin: 0 0 .75em;
}

.archive-block, .feature-block {
    display: block;
    color: #555;
}

.text-mod p:last-child {
    margin-bottom: 0;
}
.text-mod p {
    margin: 0 0 25px;
}

.category.feature-txt {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .category.feature-txt {
        margin-bottom: 30px;
    }
}

.feature-img {
    background-color:#000;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .feature-img {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .feature-content.two-column .feature-column,
    .two-column.event-mod .feature-column {
        float: left;
        width: 50%;
    }
}

.feature-content {
    margin: 4rem 0;
}

.feature-content .feature-column {
    margin-top: 2em;
}

.feature-content .feature-column,
.feature-content.four-column .feature-column,
.feature-content.two-column .feature-column {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    position: relative;
}
@media (min-width: 768px) {
    .feature-content .feature-column {
        float: left;
        width: 33.33333%;
        margin-top: 0;
    }
}

.feature-block .action-link {
    color:#c00;
    font-family:UniversRoman;
    font-size:.875rem
}

a.feature-block:focus,
a.feature-block:hover {
    color:#000
}

a.feature-block:focus .action-link,
a.feature-block:focus h3,
a.feature-block:hover .action-link,
a.feature-block:hover h3 {
    color:#600
}

a.feature-block:focus img,
a.feature-block:hover img {
    opacity: .7;
}

.category.feature > .row:not(:last-child) {
    margin-bottom: 40px;
}

.home.feature > .row:not(:last-child) {
    margin-bottom: 30px;
}

/* By The Numbers */
#post-47 .entry-header, #post-243 .entry-header {
    width: 100%;

}

.by-the-numbers .icon-nav ul {
    overflow: auto;
}

.by-the-numbers .icon-nav ul li {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    font-size: 1em;
    font-family: UniversCondensed, Arial, sans-serif;
    margin: 0px 10px 20px;
}

.by-the-numbers .icon-nav ul li img {
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .by-the-numbers .icon-nav ul li {
        width: 175px;
    }
}

@media (min-width: 989px) {
    .by-the-numbers .icon-nav ul li {
        width: 230px;
    }
}

@media (min-width: 1200px) {
    .by-the-numbers .icon-nav ul li {
        width: 155px;
        width: 13.596491228070176%;
        width: 12%;
        margin: 0px 12px;
    }
    .by-the-numbers .icon-nav ul li:first-child {
        margin-left: 0;
    }

    .by-the-numbers .icon-nav ul li:last-child {
        margin-right: 0;
    }
    .by-the-numbers .icon-nav ul li img {
        margin-bottom: 10px;
    }
}

.icon-nav ul .icon-enrollment,
.icon-nav ul .icon-enrollment a {
    color: #CC0000;
}
.icon-nav ul .icon-enrollment a:hover {
    color: #b40000;
}

.icon-nav ul .icon-exams,
.icon-nav ul .icon-exams a {
    color: #666666;
}
.icon-nav ul .icon-exams a:hover {
    color: #333333;
}


.icon-nav ul .icon-support,
.icon-nav ul .icon-support a {
    color: #4156A1;
}
.icon-nav ul .icon-support a:hover {
    color: #344891;
}

.icon-nav ul .icon-production,
.icon-nav ul .icon-production a {
    color: #D14905;
}
.icon-nav ul .icon-production a:hover {
    color: #c03003;
}

.icon-nav ul .icon-video,
.icon-nav ul .icon-video a {
    color: #7D8C1F;
}
.icon-nav ul .icon-video a:hover {
    color: #647413;
}

.icon-nav ul .icon-outreach,
.icon-nav ul .icon-outreach a {
    color: #427E93;
}
.icon-nav ul .icon-outreach a:hover {
    color: #2d637a;
}

.icon-nav ul .icon-lms,
.icon-nav ul .icon-lms a {
    color: #990000;
}
.icon-nav ul .icon-lms a:hover {
    color: #7e0000;
}

.by-the-numbers h2 {
    font-size: 2.5em;
    font-family: UniversCondensed, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 35px;
}

.by-the-numbers .description {
    font-family: "GlyphaRoman";
    letter-spacing: 0.02em;
    font-weight: 700;
}

.by-the-numbers .description,
.by-the-numbers .description h2 {
    text-align: center;
}
.by-the-numbers .description p {
    text-align: left;
}
.by-the-numbers .description img {
    margin: 0 auto;
}

.by-the-numbers .linkout {
    background-color: #666;
    font-size: 1rem;
    font-family: UniversRoman,Arial,sans-serif;
    font-family: "GlyphaRoman";
    display: inline-block;
    background: #eee;
    color: #333;
    display: inline-block;
    padding: 15px 20px 12px;
    max-width: 100%;
    text-decoration: none;
}

.by-the-numbers .linkout:hover{
    background-color: #e6e6e6;
    color: #333;
}

@media screen and (min-width: 550px) {
    .by-the-numbers .description,
    .by-the-numbers .description h2 {
        text-align: left;
    }
    .by-the-numbers .linkout {
        margin: 0 auto;
        text-align: center;
    }
}

.by-the-numbers > div {
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.by-the-numbers .enrollment .red-bg {
    background-color: #CC0000;
    color: #ffffff;
    margin: 20px 0px;
    padding: 20px;
}

@media screen and (min-width: 992px) {
    .by-the-numbers .enrollment .red-bg:first-child {
        margin-top: 0px;
    }

    .by-the-numbers .enrollment .red-bg:last-child {
        margin-bottom: 0px;
    }

    .enrollment {
        border-bottom:1px solid #CC0000;
    }

    .enrollment > .row > .col-md-4 {
        border-right:1px solid #CC0000;
    }

    .enrollment > .row > .col-md-8 > div:not(.row) {
        margin-left: 15px;
    }

    .enrollment > .row > .col-md-8 > .row {
        padding-left: 15px;
    }
}

.enrollment .svg {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.enrollment .svg .graph {
    max-width: 80px;
}

.enrollment .svg .people {
    max-width: 95px;
}

.enrollment .number {
    font-family: "GlyphaRoman";
    font-size: 4em;
    font-weight: 700;
    text-align: center;
    line-height: 1em;
    padding: 15px 0px 0px;
}

.enrollment .text {
    font-family: "GlyphaRoman";
    font-size: 1.9em;
    font-weight: 700;
    text-align: center;
    line-height: 1.15em;
    padding: 15px 0px 0px;
}

.enrollment h2 {
    color: #CC0000;
}

@media screen and (min-width: 992px) {
    .exams {
        border-bottom:1px solid #666666;
    }
    .exams > .row > .col-md-8 {
        border-left:1px solid #666666;
        padding-left: 0px;
    }

    .exams > .row > .col-md-8 > .row {
        padding-left: 15px;
    }

    .exams > .row > .col-md-8 > .row > .col-md-4 {
        border-left:1px solid #666666;
        padding-left: 0px;
    }

    .exams > .row > .col-md-8 > .row > .col-md-4 > p{
        padding-left: 15px;
    }
}

.exams h2 {
    color: #666666;
}

.exams .row > div:nth-child(2) h2 {
    text-align: center;
    font-size: 3em;
    line-height: 1;
    margin-bottom: 25px;
}

#chart2, #chart3 {
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 350px;
    position: relative;
}

#legend2, #legend3 {
    margin-left: 25px;
}

.exams .sidenumber {
    font-family: "GlyphaRoman";
    font-size: 2.5em;
    line-height: 1.25em;
    font-weight: 700;
    color: #666666;
    margin-bottom: 0;
    margin: 0 0 25px; 
}

.exams .sidenumber:last-child {
    margin-bottom: 25px;
}

.exams .sidetext {
    color: #333333;
    font-family: UniversRoman;
    font-size: 1em;
    color: #666;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 0;
}

.exams .text {
    padding: 14px 10px 6px;
    background-color: #666;
    text-align: center;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 50px;
    font-family: UniversRoman;
    font-size: 1.8em;
    line-height: 2em;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

.support > .row > .col-md-8 > .row:first-child {
    margin-top: 30px;
}

@media screen and (min-width: 992px) {
    .support {
        border-bottom:1px solid #4156A1;
    }

    .support > .row > .col-md-4 {
        border-right:1px solid #4156A1;
    }

    .support > .row > .col-md-8 > div:not(.row) {
        margin-left: 15px;
    }

    .support > .row > .col-md-8 > .row:first-child {
        border-bottom:1px solid #4156A1;
        margin-left: 15px;
        margin-right: 0px;
        padding-left: 0px;
        padding-bottom: 20px;
    }

    .support > .row > .col-md-8 > .row {
        padding-left: 15px;
    }
}

.support h2 {
    color: #4156A1;
}

.support .svg {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.support .svg .phone {
    max-width: 65px;
}

.support .svg .consultations {
    max-width: 100px;
}

.support .svg .workshops {
    max-width: 150px;
}

.support .number {
    font-family: "GlyphaRoman";
    font-size: 4em;
    font-weight: 700;
    text-align: center;
    line-height: 1em;
    padding: 15px 0px 0px;
}

.support .text {
    font-family: "GlyphaRoman";
    font-size: 1.9em;
    font-weight: 700;
    text-align: center;
    line-height: 1.15em;
    padding: 15px 0px 0px;
}

.support .no-bg .text {
    font-family: Univers, Arial, sans-serif;
}

.by-the-numbers .support .reynolds-bg {
    background-color: #4156A1;
    color: #ffffff;
    margin: 20px 0px;
    padding: 20px;
    margin-top: 30px;
}

.support .reynolds-bg .text {
    color: #ffffff;
}

@media screen and (min-width: 992px) {
    .production {
        border-bottom:1px solid #D14905;
    }

    .production > .row > .col-md-4 {
        border-right:1px solid #D14905;
    }

    .production > .row > .col-md-8 > div:not(.row) {
        margin-left: 15px;
    }

    .production > .row > .col-md-8 > .row {
        padding-left: 15px;
    }
}

.production h2 {
    color: #D14905;
}

.production .svg {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.production .svg .tablet {
    max-width: 80px;
}

.production .svg .arrow {
    max-width: 100px;
    padding-top: 20px;
}

.production .svg .graduate {
    max-width: 110px;
}

.production .svg .handshake {
    max-width: 120px;
}

.production .number {
    font-family: "GlyphaRoman";
    font-size: 4em;
    font-weight: 700;
    text-align: center;
    line-height: 1em;
    padding: 20px 0px 0px;
}

.production .text {
    font-family: "GlyphaRoman";
    font-size: 1.9em;
    font-weight: 700;
    text-align: center;
    line-height: 1.15em;
    padding: 15px 0px 20px;
}

.production .no-bg .text {
    font-family: Univers, Arial, sans-serif;
}

.by-the-numbers .production .orange-bg {
    background-color: #D14905;
    color: #ffffff;
    margin: 20px 0px;
    padding: 20px;
    margin-top: 30px;
}

.production .orange-bg .text,
.production .orange-bg .number {
    color: #ffffff;
}

@media screen and (min-width: 992px) {
    .video {
        border-bottom:1px solid #7D8C1F;
    }

    .video > .row > .col-md-4 {
        border-right:1px solid #7D8C1F;
    }

    .video > .row > .col-md-8 div {
        margin-left: 15px;
    }
}

.video h2 {
    color: #7D8C1F;
}

.video .svg {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.video .svg .video1 {
    max-width: 80px;
}

.video .svg .video2 {
    max-width: 130px;
}

.video .number {
    font-family: "GlyphaRoman";
    font-size: 4em;
    font-weight: 700;
    text-align: center;
    line-height: 1em;
    padding: 10px 0px 0px;
}

.video .text {
    font-family: "GlyphaRoman";
    font-size: 1.9em;
    font-weight: 700;
    text-align: center;
    line-height: 1.15em;
}

.by-the-numbers .video .green-bg {
    background-color: #7D8C1F;
    color: #ffffff;
    margin: 20px 0px;
    padding: 20px;
}

.video .green-bg .text,
.video .green-bg .number {
    color: #ffffff;
}

@media screen and (min-width: 992px) {
    .outreach {
        border-bottom:1px solid #427E93;
    }

    .outreach > .row > .col-md-4 {
        border-right:1px solid #427E93;
    }
}

.outreach h2 {
    color: #427E93;
}

.outreach h3 {
    color: #427E93;
    font-size: 2.5em;
    font-family: UniversCondensed, Arial, sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 35px;
    line-height: 1em;
    padding-left: 18px;
}

.lms h2 {
    color: #990000;
}

.lms h3 {
    color: #990000;
    font-size: 2.5em;
    font-family: UniversCondensed, Arial, sans-serif;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 20px;
}

.lms h3:first-child {
    line-height: 1em;
    margin-bottom: 35px;
}

@media screen and (min-width: 992px) {
    .lms {
        border-bottom:1px solid #990000;
    }

    .lms > .row > .col-md-8 {
        border-left:1px solid #990000;
    }

    .lms > .row > .col-md-4 > div:not(.row) {
        margin-right: 15px;
    }

    .lms > .row > .col-md-8 {
        padding-left: 30px;
    }

    .lms h3 {
        padding-left: 18px;
    }

    .lms h3:first-child {
        margin-top: 0;
    }
}

.lms .svg {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.lms .svg .mediasite {
    max-width: 110px;
}

.lms .number {
    font-family: "GlyphaRoman";
    font-size: 4em;
    font-weight: 700;
    text-align: center;
    line-height: 1em;
    padding: 20px 0px 0px;
}

.lms .text {
    font-family: "GlyphaRoman";
    font-size: 1.9em;
    font-weight: 700;
    text-align: center;
    line-height: 1.15em;
}

.by-the-numbers .lms .gray-bg {
    background-color: #990000;
    color: #fff;
    margin: 20px 0px;
    padding: 20px;
}

.sidebar-title {
    font-size: 14px;
    font-family: UniversRoman;
    text-transform: uppercase;
}

/* Chartist CSS */

.ct-legend {
  padding: 0;
  font-family: sans-serif;
}
.ct-legend li {
  position: relative;
  padding-left: 0.4em;
  margin-bottom: 0.3em;
  list-style-type: none;
}
.ct-legend li::before {
  height: 0.9em;
  width: 1.25em;
  position: absolute;
  top: 0.25em;
  left: 0;
  content: '';
}
.ct-legend .ct-series-0::before {
  background-color: #d70206;
}
.ct-legend .ct-series-1::before {
  background-color: #F05B4F;
}
.ct-legend .ct-series-2::before {
  background-color: #F4C63D;
}
.ct-legend .ct-series-3::before {
  background-color: #453D3F;
}

#chart1 .ct-labels .ct-label.ct-horizontal.ct-end {
    width: 65px !important;
}

#chart1 .ct-series-a .ct-area {
    fill: #cc0000;
}

#chart1 .ct-area {
    stroke: none;
    fill-opacity: .5;
    fill-opacity: .99;
}

#chart1 .ct-series-a .ct-line {
    stroke: #000;
}
#chart1 .ct-series-a .ct-point {
    stroke: #000;
    stroke-width: 7px;
}
#chart1 .ct-line {
    fill: none;
    stroke-width: 4px;
}

#chart1 .ct-label {
    fill: #000;
    color: #000;
}

#chart1 .ct-point-label {
    fill: #000;
    color: #000;
    font-size: .9rem;
    line-height: 1;

}

#chartText {
    display: block;
    margin-top: 2em;
}

#chartText .ct-text-number {
    line-height: .99;
    color: #cc0000;
    display: block;
    font-family: GlyphaRoman;
    font-size: 4em;
    font-weight: 700;
    text-align: center;
}

#chartText .ct-text-words {
    line-height: .99;
    color: #cc0000;
    display: block;
    font-family: GlyphaRoman;
    font-size: 2em;
    font-weight: 700;
    text-align: center;
}

@media screen and (min-width: 992px) {
    #chartText {
        display: none;
    }
    #chart1 .ct-label {
        font-size: 1.25em;
        fill: #000;
        color: #000;
        font-family: UniversCondensed, Arial, sans-serif;
        font-weight: 700;
    }

    #chart1 .ct-point-label {
        font-size: 1.75em;
        font-size: 2em;
        fill: #fff;
        font-family: UniversCondensed, Arial, sans-serif;
        font-weight: 700;
        -webkit-font-smoothing: antialiased;
    }
    #chart1 .ct-text {
        display: inline-block;
        font-family: UniversCondensed;
        font-size: 2.5rem;
        font-weight: 700;
        fill: rgba(255,255,255,1);
        color: rgba(255,255,255,1);
    }

    #chart1 .ct-text-number {
        display: inline-block;
        font-family: GlyphaRoman;
        font-size: 4em;
        font-weight: 700;
        fill: rgba(255,255,255,1);
        color: rgba(255,255,255,1);
    }

    #chart1 .ct-text-words {
        display: inline-block;
        font-family: GlyphaRoman;
        font-size: 2em;
        font-weight: 700;
        fill: rgba(255,255,255,1);
        color: rgba(255,255,255,1);
    }

    #chart1 .ct-grid-outline {
        stroke: rgba(0,0,0,1);
        stroke-dasharray: 0;
        stroke-width: 5;
    }
}

@media screen and (min-width: 1200px) {
    #chart1 .ct-text {
        display: inline-block;
        font-family: UniversCondensed;
        font-size: 2.5rem;
        font-weight: 700;
        fill: rgba(255,255,255,1);
        color: rgba(255,255,255,1);
    }

    #chart1 .ct-text-number {
        display: inline-block;
        font-family: GlyphaRoman;
        font-size: 6em;
        font-weight: 700;
        fill: rgba(255,255,255,1);
        color: rgba(255,255,255,1);
    }

    #chart1 .ct-text-words {
        display: inline-block;
        font-family: GlyphaRoman;
        font-size: 2.75em;
        font-weight: 700;
        fill: rgba(255,255,255,1);
        color: rgba(255,255,255,1);
    }
}

#chart1 .ct-label-area {
    fill: #666;
}

#chart2 .d3-chart-0,
#chart3 .d3-chart-0 {
    fill: #666;
}

#chart2 .d3-chart-1,
#chart3 .d3-chart-1 {
    fill: #CCC;
}

#chart2 .chartist-tooltip,
#chart3 .chartist-tooltip {
    background: #333;
    color: #fff;
}
#chart2 .chartist-tooltip:before,
#chart3 .chartist-tooltip:before {
    border-top-color: #333;
}

#legend2 .ct-series-0::before,
#legend3 .ct-series-0::before {
  background-color: #666;
}

#legend2 .ct-series-1::before,
#legend3 .ct-series-1::before {
  background-color: #CCC;
}

#chart4 .ct-series-a .ct-bar:first-child,
#chart42 .ct-series-a .ct-bar:first-child {
    stroke: #2d637a;
    stroke: #CCC;
}

#chart4 .ct-series-a .ct-bar:nth-child(2),
#chart42 .ct-series-a .ct-bar:nth-child(2) {
    stroke: #6fb2c5;
    stroke: #427E93;
}

#chart4 .ct-grids .ct-horizontal:nth-child(2),
#chart42 .ct-grids .ct-horizontal:nth-child(2) {
    display: none;
}

#chart4 .ct-labels .ct-vertical,
#chart42 .ct-labels .ct-vertical {
    fill: rgba(0,0,0,1);
    color: rgba(0,0,0,1);
    font-size: .8rem;
    line-height: 1;
}

#chart4 .ct-labels .ct-horizontal,
#chart42 .ct-labels .ct-horizontal {
    fill: rgba(0,0,0,1);
    color: rgba(0,0,0,1);
    font-size: 1rem;
    line-height: 1;
}

#chart4 .ct-axis-title,
#chart42 .ct-axis-title {
    font-family: Univers, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;

}

#chart4 .chartist-tooltip,
#chart42 .chartist-tooltip {
    background: #599baf;
    color: #fff;
}
#chart4 .chartist-tooltip:before,
#chart42 .chartist-tooltip:before {
    border-top-color: #599baf;
}

ul#legend4 {
    margin-left: 3em;
    margin-bottom: 50px;
}

#legend4 li {
    font-size: 1.25em;
}

#legend4 .ct-series-0::before {
  background-color: #CCC;
}

#legend4 .ct-series-1::before {
  background-color: #427E93;
}

#chart5 .ct-label {
    fill: rgba(0,0,0,.7);
    color: rgba(0,0,0,.7);
}

#chart5 .ct-point-label {
    fill: #fff;
    font-family: Univers, Arial, sans-serif;
    font-size: 1rem;
    text-align: center;
}

#chart5 .ct-point {
    stroke: #cc0000;
}

#chart5 .ct-area {
    fill-opacity: 1;
}

#chart5 .ct-series-a .ct-area,
#chart5 .ct-series-b .ct-area,
#chart5 .ct-series-c .ct-area {
    fill: #990000;
}

#chart5 .ct-series-a .ct-line,
#chart5 .ct-series-b .ct-line,
#chart5 .ct-series-c .ct-line {
    stroke: #990000;
}

#chart5 .ct-series-d .ct-area,
#chart5 .ct-series-e .ct-area,
#chart5 .ct-series-f .ct-area {
    fill: #999;
}

#chart5 .ct-series-d .ct-line,
#chart5 .ct-series-e .ct-line,
#chart5 .ct-series-f .ct-line {
    stroke: #999;
}

#chart5 .ct-point,
#chart5 .ct-point-label {
    pointer-events: none;
}

#chart5 .chartist-tooltip {
    background: #CC0000;
    color: #FFF;
}
#chart5 .chartist-tooltip:before {
    border-top-color: #CC0000;
}

#legend5 {
    margin-left: 25px;
    margin-bottom: 25px;
}

#legend5 .ct-series-0::before {
  background-color: #990000;
}

#legend5 .ct-series-1::before {
  background-color: #CCC;
}

.btn:hover .glyphicon-thin-arrow,
.btn:hover .glyphicon-bold-arrow,
.btn:hover .glyphicon-roman-arrow,
.btn:focus .glyphicon-thin-arrow,
.btn:focus .glyphicon-bold-arrow,
.btn:focus .glyphicon-roman-arrow,
a:hover .glyphicon-thin-arrow,
a:hover .glyphicon-bold-arrow,
a:hover .glyphicon-roman-arrow,
a:focus .glyphicon-thin-arrow,
a:focus .glyphicon-bold-arrow,
a:focus .glyphicon-roman-arrow {
    left:4px;
}
.nowrap {
    white-space:nowrap;
}

.glyphicon-thin-arrow,
.glyphicon-bold-arrow,
.glyphicon-roman-arrow {
    font-size:1.5em;
    line-height:1.5rem;
    vertical-align:middle;
    display:inline-block;
    left:0;
    top:-1px;
    -webkit-transition:left 0.2s ease;
    transition:left 0.2s ease;
}

.colophon {
    color: #000;
    background-color: #f2f2f2;
    padding: 1.5rem;
    width: 100%;
}

.alignright.colophon {
    display: block;
    float: none;
    margin-left: 0;
}

.colophon p {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .colophon {
        width: 35%;
     }
    .alignright.colophon {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }
}

@media (min-width: 992px) {
    .colophon {
        width: 25%;
    }
}

.share-links {
    margin-bottom: 0;
    margin: 0 0 20px;
}

li.share-link {
    display: inline-block;
    margin-left: 16px;
}

li.share-link:first-of-type {
    margin-left: 0;
}

li.share-link a {
    color: #333;
    font-size: 24px;
}

li.share-link a:hover {
    color: #900;
}

.hero {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

.home .hero {
    background: #990000;
    margin-bottom: 2em;
}

.home .hero img {
    opacity: .9;
}

.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

.hero-title {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10.5%;
}

.hero-title h1 {
    line-height: 1.1em;
    font-size: 3em;
    font-family: "UniversRoman",Arial,sans-serif;
    font-weight: bold;
    color: #fff;
}
/*.site-title {
    display: inline-block;
    background: #cc0000;
    padding: 20px 20px 0;
    margin: 0 auto;
}
.site-year {
    display: inline-block;
    background: #cc0000;
    padding: 0 20px;
    margin: 0 auto;
}*/

@media (min-width: 768px) {
    .hero-title h1 {
        font-size: 3em;
    }
    .hero-content {
        display: block;
    }
}

@media (min-width: 992px) {
    .hero-title h1 {
        font-size: 4em;
    }
}

@media (min-width: 1104px) {
    .hero-title h1 {
        font-size: 5em;
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.scrollup a {
    color: #fff;
}

.scrollup {
    padding-top: 2px;
    line-height: 1;
    color: #fff;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    display: none;
    opacity: 1;
    font-size: 3em;
    text-align: center;
    background: #CC0000;
}
	
.scrollup:hover {
    opacity: 0.7;
}
