@media only screen and (max-width: 767px) {

    header.global-header-wrapper.small {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 110px;
        z-index: 100;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        box-shadow: none;
        border-bottom: 3px solid #F3F3F3;
    }

    header.global-header-wrapper {
        height: 100px;
    }

    .compact .header-inner .header-logo a img,
    .header-logo a img {
        max-width: 90%;
        max-height: 60px;
        padding-left: 2%;
    }

    nav.proximity-nav.sil ul.proximity-ul {
        display: none;
    }

    .mobile-programs-nav {
        display: block;
    }

    /* Breadcrumb */
    nav.br-nav-abs h5:nth-of-type(2) {
        display: block !important;
        padding-left: 0 !important;
    }

    nav.br-nav-abs h5 {
        display: none !important;
    }

    nav.br-nav-abs div.detail div.sep:nth-of-type(2) {
        display: block !important;
    }

    nav.br-nav-abs div.detail div.sep {
        display: none !important;
    }

    /* main Navigation */
    div.menu-trigger {

        display: block;
    }

    /* welcome featurette */
    section.dash-panel {

        display: block;

        position: relative;

        width: 100%;
    }

    div.acc-slide-wrapper {

        position: absolute;

        top: 0;

        bottom: 0;

        left: 0;

        right: 0;

        overflow: hidden;
    }

    div.acc-news-insights-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 50%;
        right: 0;
        background: #000;
        z-index: -1;
        display: none;
    }

    div.acc-slide-wrapper-control.expand {

        right: -300px;

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c41230+0,c41230+100 */

        background: rgb(196, 18, 48); /* Old browsers */

        border-radius: 3px !important;

        display: none;
    }

    a.mobile.mobile-trigger {
        right: 15px;
    }

    nav#landing-nav ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none !important;
        width: 100%;
        position: relative;
        top: initial;
        bottom: initial;
        left: initial;
        right: initial;
    }

    nav#landing-nav {

        bottom: 0;

        width: 40px;

        right: 0;

        height: 160px;

    }

    div.acc-slide-wrapper-control {

        position: absolute;

        bottom: 5%;

        overflow: hidden;

        height: 50px;

        width: auto;

        z-index: 100;

        display: block;

        left: 5%;
    }

    div.acc-slide-wrapper-control nav ul li.current img {

        opacity: 1 !important;
    }

    div.acc-slide-wrapper-control nav ul li h5 {
        position: relative;
        margin: 0;
        padding: 6% 3%;
        color: #FAC647;
        font-family: Georgia;
        font-size: 16px;
        float: right;
        width: 135px;
        font-weight: lighter;
        display: none;
    }

    div.acc-slide-wrapper-control nav ul li img {

        width: 100% !important;

        height: 100% !important;

        border-radius: 50px;

        margin: 0 !important;

        opacity: .5;

        min-width: 0 !Important;
    }

    div.feature-passage h3 {

        float: left;

        font-size: 40px;

        padding: 10px 15px;

        width: 400px;

        margin: 0;

    }

    div.feature-passage p {

        width: 400px;

        line-height: 1.5em;

        font-size: 14px;

        padding: 13px 19px;

        margin-bottom: 30px;

    }

    section#welcome-featurette {
        z-index: -1;
        overflow: hidden;
        position: relative;
    }

    section#welcome-featurette img {
        max-width: 300%;
    }

    aside#task-acc-aside ul {
        width: 23%;
        left: -1%;
        top: 130px;
    }

    aside#task-acc-aside ul li ul li {
        background-color: transparent !important;
    }

    aside#task-acc-aside h3, aside#task-acc-aside h4 {
        padding: 13px;
        font-size: 17px;
        font-weight: 400;
    }

    div.acc-feature-img-bg {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: transparent;
        overflow: hidden;
    }

    div.acc-pass-left {
        display: block;
        width: auto;
        margin: 0;
        clear: both;
        position: absolute;
        top: 25%;
        left: 50%;
        right: 5%;
        overflow: hidden;
        height: 20%;
        display: none;
    }

    div.acc-pass-right {
        right: 12%;
    }

    div.activity-wrap {
        top: 120px;
        bottom: 120px;
    }

    div.acc-pass-left h5 {
        font-family: 'Open Sans';
        font-size: 35px;
        font-weight: 100;
        display: block;
        margin: 0;
        padding: 0;
        color: #FAC647;
    }

    div.acc-pass-left p {
        font-family: 'Open Sans';
        line-height: 1.5em;
        font-size: 15px;
        padding: 0;
        font-weight: 600;
    }

    aside#task-acc-aside ul li ul {
        display: none;
        margin: auto !important;
        padding: 0 !important;
        background-color: transparent !important;
        transition: display .1s linear;
        position: relative;
        width: 95%;
    }

    aside#task-acc-aside ul li ul li {
        background: none;
        padding: 0 !important;
        margin: -30px 0 0 !important;
        width: 90%;
        background-color: transparent !important;
    }

    aside#task-acc-aside ul li ul li div p {
        font-family: georgia;
        line-height: 1.5em;
        color: #000000;
        font-size: 16px;
        display: none;
    }

    /* footer */
    div.footer-share-dashboard {

        position: absolute;
        top: 25%;
        left: 10%;
        right: 10%;
    }

    footer.footer-global {

        min-height: 600px;
    }

    div.fgr {

        position: absolute;

        top: 0;

        bottom: 0;

        left: 0;

        right: 0;

        z-index: 1;

        height: 100%;

        width: 100%;
    }

    .absolute div.footer-share-content {

        width: 80%;

        margin: 0 5%;

        float: none;

        clear: both;

    }

    div.footer-share-content {

        width: 85%;

        margin: auto;

        padding: 11px 0;

        clear: both;

    }

    div.footer-share-content aside.footer-nav-col {
        display: block;
        padding: 0;
        z-index: 100;
    }

    div.footer-share-content nav.proximity-nav.sil:first-of-type {
        margin: inherit;
    }

    div.footer-share-content nav.proximity-nav.sil:last-of-type {
        width: 50%;
    }

    div.footer-share-content nav.proximity-nav.sil:last-of-type ul.proximity-ul li {
        width: initial;
        float: left;
    }

    div.footer-share-content nav.proximity-nav.sil {
        position: relative;
        bottom: initial;
        width: 50%;
        float: left;
        margin: 0 !important;
    }

    div.footer-share-content nav.proximity-nav.sil ul.proximity-ul {
        display: block;
    }

    div.footer-share-content select.mobile-programs-nav {

        display: none !important;
    }

    div.footer-share-content nav.proximity-nav.sil ul.proximity-ul li.pr-first {
        display: block;
        width: 100%;
    }

    div.footer-share-content nav.proximity-nav.sil ul.proximity-ul li {
        width: 100%;
        background: transparent !important;
        display: none;
    }

    div.footer-share-content nav.proximity-nav.sil ul.proximity-ul li h4 {
        width: 100%;
        display: block;
    }

    div.footer-share-content nav.proximity-nav.sil ul.proximity-ul li h4 a {
        font-size: 14px;
        line-height: 1.6em;
    }

    div.footer-share-content nav.proximity-nav.sil ul.proximity-ul li h4 a:hover {

        color: #f06677;
    }

    div.footer-share-content nav.proximity-nav.sil ul.proximity-ul li h4.large a {
        font-size: 16px;
        line-height: 1.5em;
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }

    div.footer-share-inner {

        z-index: 2;

        position: relative;

        width: 85%;

        margin: 5px auto;

        padding-top: 0;

    }

    .absolute .footer-share-inner {
        margin-left: 5%;
        width: 81%;
    }

    .absolute #footer-share-aside-wrapper {
        width: 100%;
    }

    #footer-share-aside-wrapper {
        margin: auto;
        padding: 25px 0;
    }

    div.footer-share-inner h3 {

        font-size: 27px;

        width: 100%;

        margin: 5px 0 25px;

    }

    div.footer-share-inner i span {
        font-size: 13px;
    }

    div.footer-share-inner i {

        font-size: 22px;: 38 % padding: 10 px 5 %;

        width: 40%;

        margin: 1%;

        margin-left: 0;

        padding: 2% 4%;

    }

    aside.footer-share-wrapper img {

        position: absolute;

        left: 0;

        right: 0;

        width: 100%;

        top: 0;

        z-index: 0;
    }

    /* Activities */
    nav.gs-nav-ultra {

        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 20px;
    }

    nav.gs-nav-ultra ul {
        top: 0 !important;
        bottom: 0;
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }

    nav.gs-nav-ultra ul li {
        float: left !important;
        width: auto !Important;
        margin: 0 !Important;
        padding: 0px 14px !important;
        color: #000;
        background: #fff !important;
        border-radius: 0 !important;
    }

    nav.gs-nav-ultra ul li h6 {

        display: block;

        margin: 0;

        padding: 7px 0px;

        font-size: 15px;
    }

    div.activity-item-inner article {
        margin-top: 20px;
    }

    div.activity-item-inner article div.activity-drop a {
        margin: 5px 0 7px;
        padding: 7px 12px;
        font-weight: bolder !important;
        font-size: 11px;
        border-radius: 2px !important;
        background: #fac647 !important;
        color: #0D0D0D !important;
        font-family: Georgia;
        text-decoration: none;
        float: left;
    }

    div.activity-item-inner article div.activity-drop a:hover {

        background: #5A5A5A !important;
        color: #fff !important;
    }

    div.activity-item-inner article p {
        font-family: 'Open Sans';
        font-size: 12px;
        color: #FFFFFF;
        display: block;
        line-height: 1.4em;
        font-weight: 600;
        float: left;
        clear: both;
    }

    /* News and Insights */
    aside.ni-column-wrap.events {
        width: 90%;
        margin: auto auto 3%;
        float: none;
        padding: 0;
    }

    aside.ni-column-wrap.events.home {

        position: absolute;
        top: 25%;
        left: 3%;
        right: 5%;
        display: block;
        bottom: 10%;
    }

    aside.ni-column-wrap.events.home article {

        width: 90%;

        display: block;

        position: relative;

        float: left;

        height: auto;

        padding: 0 0 20px;

        margin: 13px auto;

        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }

    aside.ni-column-wrap.events.home article a {
        float: right;
        width: 65%;
        display: block;
        position: relative;
        clear: none;
        padding: 0;
        margin: 0;
        left: 0;
    }

    aside.ni-column-wrap.events.home article a h4 {
        display: block;
        margin: 0 !important;
        padding: 0 !important;
    }

    aside.ni-column-wrap.events article {
        float: left;
        width: 31%;
        padding: 0;
        border-radius: 3px;
        margin: 1%;
        height: 225px;
        position: relative;
    }

    aside.ni-column-wrap.events h2 {
    }

    aside.ni-column-wrap.business-resources, aside.ni-column-wrap.directory {
        border-top: 1px solid #161616;
        margin-top: 10px;
    }

    aside.ni-column-wrap {

        width: 100%;

        float: left;

        padding: 1% 0;

        margin: 2% 0;
    }

    aside.ni-column-wrap.resources {
        width: 100%;
        margin: 2% auto auto !important;
        position: relative;
        padding: 0;
        display: block;
        clear: both;
        float: none;
    }

    aside.ni-column-wrap.insight {
        background-color: #fff;
        padding: 0;
        position: relative;
        display: block;
        float: none;
        border-top: 1px solid #efefef;
    }

    aside.ni-column-wrap.insight div.insight-wrapper article span i {

        top: 35%;

        display: block;

        position: absolute;
    }

    aside.ni-column-wrap.insight div.insight-wrapper article span {

        display: none;

        position: absolute;

        right: 0;

        top: 0;

        bottom: 0;

        padding: 0 3%;

        color: #C41230;

        width: 10px;

        -webkit-transition: all .1s ease-in-out;

        -moz-transition: all .1s ease-in-out;

        -o-transition: all .1s ease-in-out;

        transition: all .1s ease-in-out;

        margin: 0 -15px 0 0;

        background-color: #FFFFFF;
    }

    aside.ni-column-wrap.insight div.insight-wrapper article:hover span {

        display: block;

        opacity: 1;
    }

    aside.ni-column-wrap.insight div.insight-wrapper article {
        float: right;
        width: 25%;
        margin: 0 3%;
        min-height: 250px;
        position: relative;
        padding: 15px 0;
        cursor: pointer;
    }

    aside.ni-column-wrap.insight div.insight-wrapper article figure {
        width: 100%;
        position: absolute;
        top: 10%;
        bottom: 10%;
        left: 10%;
        right: 10%;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

    aside.ni-column-wrap.insight div.insight-wrapper article figure img {
        border-radius: 300px;
        padding: 0%;
        position: absolute;
        display: block;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    aside.ni-column-wrap.insight div.insight-wrapper article:hover figure div.bubble-figure-mask {

        background: rgba(52, 52, 52, .80);
    }

    aside.ni-column-wrap.insight div.insight-wrapper article figure div.bubble-figure-mask {
        border-radius: 300px;
        padding: 0%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        display: none;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        z-index: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
    }

    aside.ni-column-wrap.insight div.insight-wrapper article:hover figure {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    aside.ni-column-wrap.insight div.insight-wrapper article:hover figure img {
        box-shadow: #000 0px 7px 10px -10px;
    }

    aside.ni-column-wrap.insight div.insight-wrapper article small {
        position: absolute;
        top: 60%;
        background-color: #C41230;
        left: 20%;
        padding: 9px 7px;
        width: 50%;
        color: #FAC647;
        font-family: 'Open Sans';
        text-decoration: underline;
        font-size: 13px;
        z-index: 1;

    }

    aside.ni-column-wrap.insight div.insight-wrapper article:hover a {
        left: 3%;
        width: auto;
        min-width: 150px;
    }

    aside.ni-column-wrap.insight div.insight-wrapper article a {
        position: absolute;
        bottom: 40%;
        background: #FAC647;
        padding: 5px 7px;
        width: auto;
        max-width: 65%;
        min-width: 120px;
        margin: auto 0 0 -10%;
        left: 10%;
        z-index: 1;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

    aside.ni-column-wrap.resources div.insight-wrapper h3, aside.ni-column-wrap.resources div.insight-wrapper h3 {

        font-family: 'Questrial';
        font-size: 35px;
        margin: 3% auto 35px;
        color: #000000;
        line-height: 1.3em;
        font-weight: 100;
        padding: 0px 0 13px;
        width: 98%;
    }

    .ni-resources-inner h3 {
        font-family: 'Questrial', sans-serif;
        font-size: 35px;
        margin: 3% auto 35px;
        color: #000000;
        line-height: 1.3em;
        font-weight: 100;
        padding: 0px 0 13px;
        width: 98%;
    }

    aside.ni-column-wrap.insight div.insight-wrapper {

        position: relative;

        width: 80%;

        margin: auto;

        padding: 1% 0;
    }

    aside.ni-column-wrap.insight img.insight-tmpl-image {

        width: 45%;

        display: block;

        z-index: 0;

        float: left;

        margin: 0 0 0 -10%;
    }

    div.col-resources-left h4,
    div.col-resources-right h4 {
        font-family: Georgia, serif;
        font-weight: lighter;
        font-size: 20px;
    }

    div.col-resources-left p,
    div.col-resources-right p {
        font-family: 'Open Sans';
        font-size: 13.5px;
        display: block;
        padding: 2px 0 15px;
        margin: 0;
        width: 100%;
        float: left;
        color: #000;
    }

    div.col-resources-left li a {
        color: #c41230 !important;
        font-size: 15px;
    }

    div.col-resources-left {
        float: left;
        display: block;
        width: 45%;
        margin-right: 2%;
    }

    div.col-resources-right {
        float: left;
        display: block;
        width: 40%;
    }

    aside.ni-column-wrap.business-resources h3 {
        display: block;
        border-bottom: 2px solid #efefef;
        font-family: 'Alegreya Sans';
        color: #595959;
        font-size: 25px;
        display: none;
    }

    aside.ni-column-wrap h3 {
        display: block;
        border-bottom: 2px solid #efefef;
        font-family: 'Questrial';
        font-size: 35px;
        margin: 2px 0;
        color: #000000;
        line-height: 1.3em;
        font-weight: 100;
        padding: 2% 0 8px 0;
        width: 98%;
    }

    article.dt-search-article-embed div.description {
        display: block;
        clear: both;
        padding: 1px 0 15px;
        font-family: 'Open Sans';
        font-size: 15px;
    }

    article.dt-search-article-embed div.channel {

        font-family: 'Alegreya Sans', sans-serif;

        font-size: 13px;

        font-weight: 600;

        color: #fac647;

        background: #c41230;

        float: left;

        padding: 5px 10px;

        border-radius: 3px;

        margin: 10px 20px;
    }

    article.dt-search-article-embed div.path {
        display: block;
        float: left;
        font-family: 'Open Sans';
        font-size: 13px;
        font-weight: 700;
        color: #161616;
        padding: 10px 0;
    }

    article.dt-search-article-embed {
        padding: 1%;
        border-bottom: 2px dotted rgba(0, 0, 0, 0.07);
    }

    article.dt-search-article-embed a {
        float: left;
        margin: 0;
        width: auto !important;
        position: relative;
        max-width: 80%;
    }

    article.dt-search-article-embed a h4 {

        font-family: 'Questrial';

        font-size: 27px !important;

        font-weight: 100 !important;

        margin: 0 !important;

        padding: 0 !important;

        color: #c41b30 !important;

        width: 100%;

        float: none !important;

        position: relative;

        max-width: 100% !important;
    }

    aside.ni-column-wrap.events article a {
        display: block;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500 !important;
        font-size: 15px;
        position: absolute;
        top: 0;
        left: 5%;
        right: 5%;
        clear: both;
        width: 100%;
    }

    aside.ni-column-wrap.events article p {
        display: block;
        float: left;
        margin: 0 2%;
    }

    aside.ni-column-wrap article:hover a h4 {
        font-size: 14px;
        margin-right: 0;
        width: auto;
    }

    aside.ni-column-wrap article a.ev-link h4 {
        font-size: 18px;
        color: inherit;
        font-family: 'Open Sans';
    }

    aside.ni-column-wrap.news article.news-sub div.ni-detail:hover a small {
        background-color: #fac647;
        color: #c41230;
    }

    aside.ni-column-wrap.news article.news-sub a:hover small i {
        color: #FAC647;
        font-size: 15px;
    }

    aside.ni-column-wrap.news article.news-sub a small {
        display: block;
        float: left;
        margin: 5% 25px 2%;
        position: relative;
        color: #C41230;
        background: #FAC647;
        padding: 4px 8px;
        border-radius: 1px;
        font-family: 'Alegreya Sans';
        font-weight: 600;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        font-size: 13px;
        font-weight: 600;
        text-transform: capitalize;
    }

    aside.ni-column-wrap.news article.news-sub a small i {
        margin: 5px 0 -3px 7px;
        color: #C41230;
        font-size: 14px;
        display: none;
    }

    aside.ni-column-wrap.news article.news-sub a {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 70%;
        background: #C41230;
        padding: 0;
    }

    aside.ni-column-wrap.news article.news-sub:hover a {
        background: #AD162F !important
    }

    aside.ni-column-wrap.news article.news-sub div.ni-date-static i {
        font-size: 14px;
        font-weight: 900;
        padding: 0 7px 0 0;
        color: #c1c1c1;
    }

    aside.ni-column-wrap.news article.news-sub div.ni-date-static {
        right: 0;
        left: 6%;
        bottom: 7%;
        position: absolute;
        font-family: Georgia;
        font-size: 15px;
        font-weight: 900;
        color: #FAC647;
        top: 10%;
    }

    aside.ni-column-wrap.news article.news-sub a h5 {
        display: block;
        margin: 0;
        font-family: Georgia;
        font-size: 15px;
        color: #FAC647;
        float: left;
        font-weight: 100;
        position: absolute;
        top: 10%;
        left: 30%;
        padding: 1px 7px 12px;
        right: 5%;
        border-left: 1px dotted #8E1229;
    }

    aside.ni-column-wrap article figure {
        display: block;
        float: left;
        margin: 0;
        padding: 0 5% 0 0;
        width: 28%;
        border-radius: 3px;
    }

    aside.ni-column-wrap article.news-sub figure {
        display: block;
        width: 30%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 0;
        margin: 0;
    }

    aside.ni-column-wrap article figure img {
        height: 100%;
    }

    aside.ni-column-wrap article figure img a {
    }

    aside.ni-column-wrap.news {

    }

    div.ni-news-featured-block article.current {

        z-index: 0;

        display: block;
    }

    div.ni-news-featured-block article figure {

        position: absolute;

        top: 0;

        left: 0;

        right: 0;

        bottom: 0;

        margin: 0;

        padding: 0;

        width: 100%;
    }

    div.ni-news-featured-block article figure img {
        width: 100%;
        height: auto;
    }

    div.ni-news-featured-block article {

        position: absolute;

        top: 0;

        bottom: 10%;

        left: 0;

        right: 0;

        display: none;

        z-index: -1;
    }

    div.ni-news-featured-block article div.ni-detail {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
    }

    div.ni-article-legend i {
        float: left;
        padding: 13px 2% 2% 6%;
        color: #5A5A5A;
        font-size: 14px;
        font-weight: 900;
    }

    div.ni-article-legend author {
        float: left;
        width: 40%;
        padding: 0;
        margin: 0;
    }

    div.ni-detail div.ni-article-legend author h4 {
        padding: 10px 3% 6% !important;
        margin: 0;
        font-weight: 500 !important;
        font-size: 13px !important;
        color: #5A5A5A;
        text-decoration: underline;
    }

    div.ni-article-legend div.ns-date {
        display: block;
        float: left;
        font-family: 'Open Sans', sans-serif;
        font-size: 13.5px;
        font-weight: 900;
        color: #5A5A5A;
        padding: 10px 1% 3%;
        width: auto;
    }

    div.ni-article-legend {
        background: #fff;
        float: left;
        width: 100%;
        display: block;
        position: relative;
    }

    div.ni-news-featured-block article h4 {
        font-family: 'Open Sans', sans-serif;
        padding: 2% 8% 2% 6% !important;
        float: left;
        font-weight: 400 !important;
        font-size: 22px !important;
    }

    div.ni-news-featured-block article a {
        background: #FAC647;
        position: relative;
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

    div.ni-news-featured-block article a:hover h4 {
        color: #7c0f23 !important;
    }

    div.ni-news-feature-indicator div.indicator-inner i {

        display: block;

        float: left;

        padding: 10% 5px;

        color: #707070;

        cursor: pointer;

        height: 70%;

        margin: 0;
    }

    div.ni-news-feature-indicator div.indicator-inner i:hover {
        color: #C41230;
    }

    div.ni-news-feature-indicator div.indicator-inner {

        margin: auto;

        display: block;

        position: relative;

        height: 100%;

        overflow: hidden;
    }

    div.indicator-bullet:hover {
        background-color: #C41230;
    }

    div.indicator-bullet {
        width: 8px;
        height: 8px;
        float: left;
        display: block;
        background-color: #707070;
        border-radius: 300px;
        padding: 0;
        margin: 14% 4px;
        cursor: pointer;
    }

    div.indicator-bullet.current {
        background-color: #FAC647;
    }

    div.ni-news-feature-indicator {

        position: absolute;

        bottom: 0;

        left: 0;

        right: 0;

        background-color: #343434;

        height: 10%;

        width: 100%;

        border-top: 2px solid #161616;
    }

    div.ni-news-featured-block {

        float: left;

        width: 35%;

        height: 450px;

        margin: 0 1% 0 0;

        display: block;

        position: relative;

        background: #343434;

        border-radius: 3px;

        overflow: hidden;

        z-index: 0;
    }

    div.ni-news-recent-block article div.ni-detail div.ni-shell {

        position: absolute;
        right: 0;
        z-index: 1;
        width: 30%;
        top: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

    div.ni-news-recent-block article div.ni-detail div.ni-shell i {

        position: absolute;
        top: 40%;
        left: 35%;
        color: #C41230;
        font-size: 150%;
        bottom: 40%;
        right: 35%;
        height: 20%;
        width: 35%;
        text-align: center;
    }

    div.ni-news-recent-block article div.ni-detail:hover div.ni-shell {

        background: rgba(250, 198, 71, 0.91);

        opacity: 1;
    }

    div.ni-news-recent-block article div.ni-detail.aside a small i {
        display: none;
    }

    div.ni-news-recent-block article div.ni-detail.aside div.ni-indicator i {
        position: absolute;
        top: 40%;
        left: 35%;
        color: #C41230;
        font-size: 150%;
        bottom: 40%;
        right: 35%;
        height: 20%;
        width: 35%;
        text-align: center;
    }

    div.ni-news-recent-block article div.ni-detail.aside div.ni-indicator {

        position: absolute;

        right: 0;

        z-index: 1;

        width: 30%;

        top: 0;

        bottom: 0;

        opacity: 0;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

    div.ni-news-recent-block article div.ni-detail.aside:hover div.ni-indicator {

        background: rgba(250, 198, 71, 0.91);

        opacity: 1;
    }

    aside.ni-column-wrap.insights {
    }

    aside.ni-column-wrap.resources {
    }

    div.ni-resources-inner h5 {
        font-family: 'Open Sans';
        font-size: 16px;
        font-weight: 600;
        color: #C41230;
        display: block;
        padding: 0;
        margin: 8px 0 10px;
    }

    div.ni-resources-inner h5 a {
        text-decoration: none;
        color: #000;

    }

    div.ni-resources-inner a.more-link {

        font-family: 'Alegreya Sans', sans-serif;

        font-size: 15px;

        font-weight: 600;

        color: #c41230;

        background: #fac647;

        padding: 5px 10px;

        border-radius: 3px;

        width: auto;

        float: left;

        margin: 5px 0 30px;
        text-decoration: none;

    }

    div.ni-resources-inner {

        display: block;

        margin: auto;

        width: 80%;

        position: relative;

        padding: 2% 0 4%;
    }

    section.section-news-insights {
        display: block;
        width: 100%;
        background-color: #FAC647;
    }

    div.section-news-insights-wrapper {
        margin: 0 10%;
        width: 80%;
        padding: 1% 0;
        position: absolute;
        top: 15%;
    }

    div.section-news-insights-wrapper h2 {
        font-family: Georgia;
        font-weight: lighter;
        font-size: 30px;
    }

    .ni-related-wrap h3 {
        display: none;
    }

    div.ni-news-recent-block.article article {
        height: 200px !important;
        margin: 0;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid rgba(111, 111, 111, 0.76);
    }

    figure.ni-related-news-figure {
        width: 100%;
        z-index: 0;
    }

    div.ni-news-recent-block article div.ni-detail.aside {
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.65);
    }

    div.ni-news-recent-block article div.ni-detail.aside a h4 {
        color: #fff;
        border-bottom-color: #fff;
        top: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px;
    }

    div.ni-news-recent-block article div.ni-detail.aside a h4 small {

        line-height: 1.3em;

        color: #fff;

        border-color: #fff;

        font-size: 15px;
    }

    /* General Section CSS */
    section.gen-section-wrapper div.gen-section-wrapper-inner.goldenrod {

        border: 0;
    }

    section.gen-section-wrapper div.gen-section-wrapper-inner.no-shadow {
        box-shadow: none !important;
    }

    img.couns-headshot_feature {
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 1%;
        left: 0;
        height: auto;
    }

    section.gen-section-wrapper div.gen-section-wrapper-inner.min-shadow {
        border-top: none;
        padding-top: 0;
    }

    div.gen-passage-wrapper.about.wedge {
        width: 88%;
        margin: 15px 6% 0;
        float: left;
    }

    div.gen-passage-wrapper.about.wedge-right {
        width: 88%;
        margin: 15px 6% 50px;
        float: left;
    }

    div.gen-passage-wrapper.about {

        margin: 10px auto 40px;

        width: 80%;

        display: block;

        position: relative;

        float: none;

    }

    div.gen-passage-wrapper.about figure.hs-right img {

        width: 100%;

        padding: 0;

        margin: 0;

    }

    div.gen-passage-wrapper.about h2 {

        font-family: 'Questrial';

        font-weight: 100;

        font-size: 32px;

        margin: 12px 0 7px;

        color: #161616;

        width: 90%;

        line-height: 1.2em;

    }

    div.gen-passage-wrapper.about h3 {
        display: block;
        margin: 23px 0 8px;
        font-family: 'Alegreya Sans', sans-serif;
        font-size: 20px;
        color: #5A5A5A;
        font-weight: 600 !important;
    }

    div.gen-passage-wrapper.about h4 {
    }

    div.ev-details.landing div.ni-det-time {

        position: relative;

        bottom: 0;

        left: 5%;

        right: 5%;

        display: block;

        padding: 12px 0;
    }

    div.ev-details.landing {

        position: absolute;

        background: #fac647;

        left: 0;

        right: 0;

        bottom: 0;
    }

    div.ev-details.landing i {
        font-size: 22px;
    }

    div.ev-details.landing i span {
        font-size: 14px;
        font-weight: 600;
    }

    div.ev-details {
        display: block;
        padding: 2% 0;
    }

    div.ev-details.home {
        float: left;
        background: #fac647;
        border-radius: 3px;
        padding: 10px 17px;
    }

    div.ev-details.home i {
    }

    div.ev-details.home i span {
    }

    div.ev-details i {
        color: #C41B30;
        font-size: 22px;
    }

    div.ev-details i span {
        font-family: 'Open Sans';
        font-size: 14px;
        padding: 2% 15px;
        float: right;
        font-weight: 600;
    }

    div.gen-passage-wrapper.events {
        width: 45%;
        margin: 1% 3% 4% 10%;
    }

    div.gen-passage-wrapper.events h2 {
        line-height: 1.2em;
    }

    div.gen-passage-wrapper.events h3 {
        display: block;
        margin: 20px 0 10px;
        font-family: 'Alegreya Sans', sans-serif;
        font-size: 20px;
        color: #595959;
        font-weight: 600;
        padding: 0;
    }

    div.gen-passage-wrapper.events span.ni-event-cat {
        font-family: 'Alegreya Sans', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #c41230;
        background: #fac647;
        float: left;
        padding: 5px 10px;
        border-radius: 3px;
    }

    div.gen-passage-wrapper.search {

        width: 80%;

        margin: 2% auto !important;

        float: none;
    }

    div.search-wrapper {

        display: block;
        width: 100%;
        padding: 1% 0 2%;
    }

    div.search.keyword {
        display: block;
        width: 100%;
        margin: auto;
        padding: 10px 0;
    }

    div.search.keyword fieldset {
        padding: 0 0 2%;
        border: none;
        margin: 0;
    }

    div.search.keyword fieldset legend {
        display: none;
    }

    div.search.keyword fieldset div.searchSubmit i {

        position: absolute;

        top: 30%;

        left: 35%;

        color: #fff;

        font-size: 28px;
    }

    div.search.keyword fieldset div.searchSubmit {

        position: relative;

        float: left;

        width: 7%;

        height: 80px;

        display: block;

        overflow: hidden;
    }

    div.search.keyword fieldset div.searchSubmit input.submit {

        height: 100%;

        width: 100%;

        background: #c41230;

        font-size: 23px;

        border-radius: 0 10px 10px 0;

        border: 1px outset #c41230;
    }

    div.search.keyword fieldset div.searchSubmit input.submit:hover {

        background: #9a2727;
    }

    div.search.keyword fieldset input {
        padding: 0 3%;
        border-radius: 10px 0 0 10px;
        background: #161616;
        font-size: 26px;
        font-family: Georgia;
        font-weight: lighter !important;
        font-style: italic;
        border: 1px outset #4a4c4e;
        color: #fff;
        width: 80%;
        display: block;
        margin: auto;
        float: left;
        height: 78px;
    }

    div.inset-module.left {
    }

    div.inset-moduler.right {
    }

    div.inset-module {

        display: block;
        float: left;
        width: 48%;
        padding: 1%;
    }

    div.inset-module p {
    }

    div.inset-module strong {
    }

    div.gen-passage-wrapper {
        width: 86%;
        margin: auto;
        float: none;
        padding: 10px 0 20px;
    }

    div.gen-passage-wrapper.wedge-right {
        width: 80%;
        margin: auto auto 5%;
        padding: 0;
    }

    div.gen-passage-wrapper.wedge-right h3 {

        text-align: center;
    }

    div.landing-related-content h3 {
        font-family: 'Questrial';
        font-size: 20px;
        line-height: 1.4em;
        display: block;
        width: 80%;
    }

    div.landing-related-content h4 {
        font-family: 'Questrial';
        font-weight: 100;
        display: block;
        margin: 20px 0 0px;
        font-size: 20px;
    }

    div.landing-related-content p {
        font-family: 'Open Sans';
        font-size: 13.5px;
        line-height: 1.6em;
    }

    div.landing-related-content img.min {
        width: 80%;
        margin: auto;
        display: block;
    }

    div.landing-related-content {

        width: 86%;

        clear: both;

        margin: 0 7%;

    }

    div.gen-passage-wrapper.landing-content {
        width: 84%;
        display: block;
        float: left;
        margin: 2% 8%;
        padding: 0;
    }

    div.gen-passage-wrapper.data {
        margin: auto;
        float: none;
    }

    div.gen-passage-wrapper.wedge-right a.grr-feature.grr-item {
        width: 300px;
        padding: 0 0 10px;
        margin: auto;
        position: relative;
        float: none;
        height: auto;
        display: block;
        clear: both;
    }

    div.gen-passage-wrapper.wedge-right a.grr-item {

        float: left;

        width: 25%;

    }

    div.gen-passage-wrapper.wedge-right a.grr-item img {
        margin: auto;
        max-width: 90%;
        max-height: 55px;
    }

    div.gen-passage-wrapper.wedge-right a.grr-feature img {
        max-height: 100% !important;
        width: initial;
    }

    div.gen-passage-wrapper.wedge-right a img {

        width: initial;

        margin: auto;

        display: block;

        position: relative;

        max-height: 45px;

    }

    div.gen-passage-wrapper a {
        color: #C41230;
        text-decoration: none;
        font-weight: 600;
        padding: 10px 0;
    }

    div.gen-passage-wrapper a.hide {
        display: none;
    }

    div.gen-passage-wrapper.browse {

        width: 89%;

        margin: 0% 6% 3%;
    }

    div.gen-passage-wrapper.browse div.pass-left,
    div.gen-passage-wrapper.browse div.pass-right {
        display: block;
        float: left;
        width: 45%;
        padding: 0 2% 0 0;

    }

    div.gen-passage-wrapper.browse div.pass-right {
    }

    div.gen-passage-stripe {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        width: 20%;
    }

    div.gen-passage-wrapper.module-content {
        width: 85%;
        margin: 1% auto 4% !important;
        display: block;
        float: none;
    }

    div.gen-passage-wrapper.copy-content {
        margin: 0 !important;
        width: 100%;
        padding: 0 !important;
        z-index: 1;
        position: relative;
    }

    div.gen-passage-wrapper h2 {

        font-family: 'Questrial';

        font-size: 36px;

        font-weight: 100;

        margin: 15px 0 10px;

        color: #161616;
    }

    div.gen-passage-wrapper.flex {

        width: 86%;

    }

    div.gen-passage-wrapper ul {
        display: block;
        margin: 16px 7px 25px 0;
        padding: 0 0 0 25px;
    }

    div.gen-passage-wrapper ul li {
        font-size: 13px;
        padding: 2px 0 5px;
        line-height: 1.5em;
    }

    div.gen-passage-wrapper.thin-content.extra {

        margin: 50px 0 80px 460px;

        z-index: 1;

        position: relative;

        min-height: 525px;
    }

    div.gen-passage-wrapper.thin-content {
        width: 45% !important;
        margin-left: 20%;
    }

    div.gen-passage-divider {
        height: 5px;
        background-color: #A2A2A2;
        border-radius: 50px;
        display: block;
        margin: 25px 0;
    }

    div.gen-passage-wrapper.relaxed-content h2 {

        font-family: 'Questrial';
        font-size: 36px;
        font-weight: 100;

    }

    div.gen-passage-wrapper.relaxed-content {
        width: 35% !important;
        margin: 2% auto 2% 10%;
    }

    div.gen-passage-wrapper.column-content {
        width: 88% !important;
        margin: 25px auto 45px;
        padding: 0;
        min-height: initial !important;
    }

    div.gen-sub-wrapper ol {

        font-family: 'Open Sans';

        margin: 10px 0;

        padding: 5px 12px 5px 30px;
    }

    div.gen-sub-wrapper ol li {

        font-family: 'Open Sans';

        font-size: 13.5px;

        font-weight: 500;

        padding: 2px 10px 5px;

        line-height: 1.6em;

        color: #000000;
    }

    div.gen-passage-wrapper.column-bottom {
        width: 80% !important;
        min-height: 100px;
        margin-top: 0;
    }

    div.gen-related-wrapper.couns {

        display: none;

    }

    div.gen-related-wrapper {

        display: block;

        padding: 10px 0;

        clear: both;

        width: 90%;

        margin: auto;

    }

    div.gen-related-wrapper.display {
        padding: 8px 7% 50px;
        width: auto;
    }

    div.gen-passage-wrapper-tab {
        width: 45%;
        display: block;
        float: left;
        margin: 2% 5% 2% 10%;
        padding: 0 1%;
    }

    div.gen-passage-wrapper-tab ul.gen-detail-tab-trigger {
        width: 100%;
        margin: 0;
        padding: 0;
        clear: both;
        display: block;
        position: relative;
        float: left;
    }

    div.gen-passage-wrapper-tab ul.gen-detail-tab-trigger li {
        float: left;
        list-style: none;
    }

    div.gen-passage-wrapper-tab ul.gen-detail-tab-trigger li.active h3 {
        color: #252525 !important;
    }

    div.gen-passage-wrapper-tab ul.gen-detail-tab-trigger li h3 {
        margin: 0;
        padding: 10px 15px;
        font-family: 'Questrial';
        font-weight: 300;
        font-size: 23px;
        color: #947B7B;
    }

    div.gen-passage-wrapper-tab ul.gen-detail-tab-trigger li h3:hover {
        color: #252525;
        cursor: pointer;
    }

    aside.ni-column-wrap article {
        width: 45%;
    }

    aside.gen-detail-tab {
        display: block;
        margin: 2%;
        float: left;
        display: none;
        min-height: 300px;
        width: 88%;
    }

    aside.gen-detail-tab.active {
        display: block;
    }

    aside.gen-detail-tab p {
        font-family: "Open Sans";
        font-size: 15px;
        line-height: 1.6em;
        color: #252525;
        padding: 5px 0 10px;
    }

    article.grr-list-item.featured {

        width: 100%;
        margin:0;
        padding: 10px 0;
    }

    article.grr-list-item.featured > img {
        width: 100% !important;
        padding: 5px 0 10px !important;
        height: auto !important;
    }

    article.grr-list-item:first-of-type {
    }

    article.grr-list-item {
        display: block;
        float: left;
        width: 100%;
        border-radius: 0;
        border-top: 1px solid #E0E0E0;
        padding: 1% 0;
        height: auto;
    }

    article.grr-list-item.partners {
        width: 100%;
        margin: 10px 0;
    }

    article.grr-list-item:hover {

    }

    article.grr-list-item .grr-item {
        display: block;
        height: auto;
        margin: 2% 0 1%;
        width: 45%;
    }

    article.grr-list-item img.grr-team-image-list {
        display: block;
        width: 140px;
        float: right;
        margin: 0;
        padding: 1%;
    }

    article.grr-list-item:hover a.partner-link {
        color: #7c0f23 !important;
    }

    article.grr-list-item:hover a.partner-link i {
        color: #7c0f23 !important;
    }

    article.grr-list-item a.partner-link {
        display: block;
        height: 30px;
        margin: 2% 0;
        width: 60%;
        float: left;
        font-family: 'Open Sans';
        color: #C41230 !important;
        font-size: 14px;
        text-align: center;
    }

    article.grr-list-item a.partner-link h4.grr-item-partner small {
        margin: 0 5px;
    }

    article.grr-list-item a.partner-link h4.grr-item-partner {

        width: auto;

        display: block;

        text-align: left;

        margin: 0;

        padding: 0;

        font-family: 'Open Sans';

        font-weight: 600;

        font-size: 14px;

        color: inherit;
    }

    article.grr-list-item a.partner-link i {
        float: left;
        padding: 2%;
        margin: 0 1%;
        color: #000000;
        font-size: 12px;
    }

    article.grr-list-item h4 {
        font-family: Georgia;
        color: #252525;
        float: left;
        width: 40%;
        line-height: 1.5em;
        font-weight: lighter;
        font-size: 15px;
    }

    article.grr-list-item h4 a.grr-item-profile-link {
        font-size: 15px;
    }

    p.grr-item-udetail {
        font-size: 12px;
        width: 50%;
        margin: 2% 1%;
        float: right;
    }

    article.grr-list-item h4 a.grr-item-profile-link:hover {
        color: #c41b30;
    }

    article.grr-list-item p.grr-team-email {
        float: left;
        display: block;
    }

    article.grr-list-item p.grr-team-email a, article.grr-list-item p.grr-team-link a {
        color: #C41230;
        text-decoration: none;
        font-weight: 600;
        font-size: 13px;
        font-family: 'Open Sans';
        display: block;
        float: left;
        margin: 2px 2px 7px;
    }

    article.grr-list-item p.grr-team-link a.btn {
        padding: 7px 12px;
        font-weight: 700 !important;
        font-size: 13px;
        background: #000;
        border-radius: 2px !important;
        background: #C41230 !important;
        color: #FFFFFF !important;
        font-family: 'Alegreya Sans', sans-serif;
    }

    article.grr-list-item p.grr-team-link a.btn:hover {

        background-color: #7c0f23 !important;
    }

    article.grr-list-item p.grr-team-email a:hover, article.grr-list-item p.grr-team-link a:hover {

        color: #7c0f23;
    }

    article.grr-list-item p.grr-team-link {
        float: right;
        display: block;
        width: 102px;
    }

    div.gen-passage-wrapper h3.gen-passage-sub-h3 {
        margin: 3px 0;
        width: 100%;
        line-height: 1.3em;
        font-size: 20px;
        text-align: left;
        padding: 7px 0 2px;
    }

    div.gen-passage-wrapper h3.gen-passage-sub-h3 span {
        float: right;
        display: block;
        clear: none;
        text-align: center;
        padding: 10px;
    }

    div.gen-passage-wrapper h3.gen-passage-sub-h3 span i {
        font-size: 15px;
        color: #000000;
    }

    div.gen-passage-wrapper h3.gen-passage-sub-h3 span i.open {
        display: none;
    }

    div.gen-passage-wrapper h3.gen-passage-sub-h3 span i.closed {
        display: block;
    }

    div.gen-passage-wrapper h3.gen-passage-sub-h3.active span i.open {
        display: block;
        color: #C41230;
    }

    div.gen-passage-wrapper h3.gen-passage-sub-h3.active span i.closed {
        display: none;
    }

    div.gen-passage-wrapper h3.gen-passage-minimal-h3 {
        font-family: 'Alegreya Sans', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #c41230;
        background: #fac647;
        float: left;
        padding: 5px 10px;
        border-radius: 3px;
        width: auto;
        margin: 1% 0 5%;
    }

    aside.ni-column-wrap.news h3 {

        margin: 20px 0 30px !important;

        padding: 10px 0;
    }

    div.gen-passage-wrapper h3 {
        font-size: 26px;
        line-height: 1.1em;
        padding: 0 0 4px 0;
    }

    div.gen-passage-wrapper h4 {
        display: block;
        margin: 20px 0 8px;
        font-family: 'Alegreya Sans', sans-serif;
        font-size: 20px;
        color: #595959;
        font-weight: 600;
    }

    div.gen-passage-wrapper h5 {
    }

    div.gen-passage-wrapper h6 {
        font-family: 'Open Sans';
        font-size: 14px;
        margin: 25px 0 0;
        padding: 0;
        display: block;
        font-weight: 900;
        color: #000000;
        text-transform: uppercase;
    }

    div.gen-passage-wrapper.wedge-right p {
        font-size: 13px;
    }

    div.gen-passage-wrapper p {
        font-size: 13px;
    }

    div.gen-passage-wrapper iframe {
        width: 100%;
    }

    aside.gen-section-header-wrapper {
        height: 400px;
    }

    aside.gen-section-header-wrapper.section-our-team {
        height: 400px !important;
    }

    aside.gen-section-header-wrapper.section-minimize h1 {
        position: absolute;
        top: 30%;
        left: 10%;
        font-family: 'Open Sans';
        font-weight: 300;
        font-size: 50px;
        color: #fac647;
    }

    aside.gen-section-header-wrapper.section-minimize {
        height: 195px;
        background: #a71933;
    }

    aside.gen-section-header-wrapper.section-events div.section-events-wrapper span.ni-event-type {
        float: right;
        clear: both;
        font-family: 'Alegreya Sans', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #fac647;
        background: #c41230;
        padding: 5px 10px;
        border-radius: 3px;
        width: auto;
        margin: 1px 10px;
    }

    aside.gen-section-header-wrapper.section-events div.section-events-wrapper {

        display: block;

        width: 77%;

        position: relative;

        margin: auto;
    }

    aside.gen-section-header-wrapper.section-events {

        height: auto;

        background: #fac647;
    }

    aside.gen-section-header-wrapper.section-events div.ev-details {
        float: left;
        padding: 0 0 30px;
        font-weight: 600;
        margin: 4px 10px;
    }

    aside.gen-section-header-wrapper.section-events div.ev-details i {
        font-size: 27px;
        color: #C41230;
    }

    aside.gen-section-header-wrapper.section-events div.ev-details i span {
        font-size: 18px;
        font-weight: 400;
        padding: 5px 15px;
        float: right;
    }

    aside.gen-section-header-wrapper.section-events h1 {
        font-weight: 100;
        font-family: 'Open Sans';
        font-size: 60px;
        display: block;
        margin: 0;
        padding: 0;
        color: #ECC553;
        position: absolute;
        top: 35%;
        left: 10%;
    }

    aside.gen-section-header-wrapper.section-events h2 {
        color: #C41230;
        font-family: 'Questrial';
        font-weight: 100;
        font-size: 35px;
        width: 90%;
        padding: 20px 0 5px;
        float: left;
        display: block;
        margin: 1% 0;
        line-height: 1.2em;
    }

    aside.gen-section-header-wrapper.section-programs {
        height: 415px !important;
    }

    aside.gen-section-header-wrapper.section-counselor {
        height: 70px !important;
    }

    aside.gen-section-header-wrapper img {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    aside.gen-section-header-wrapper div.gen-section-inner {
        width: 100%;
        margin: auto;
        display: block;
        clear: both;
        top: 50%;
        left: 50%;
        z-index: 1;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    aside.gen-section-header-wrapper div.gen-section-inner div.gen-section-inner-wrapper {
        display: block;
        width: 100%;
        margin: 0;
    }

    aside.gen-section-header-wrapper div.gen-section-inner div.gen-section-inner-wrapper h2 {
        min-width: initial;
        max-width: initial;
        width: 85%;
        font-size: 23px;
        background: rgba(250, 198, 71, 0.85);
        margin: 0;
        padding: 3%;
    }

    aside.gen-section-header-wrapper div.gen-section-inner div.gen-section-inner-wrapper p {
        max-width: initial;
        min-width: initial;
        width: 86%;
        font-size: 13px;
        background: rgba(196, 18, 48, 0.70);
        margin: 0 0 0 8%;
        padding: 2% 3%;
    }

    /* Counselor */
    h2.couns-header {

        font-family: 'Questrial';
        font-size: 41px;
        font-weight: 100;
        color: #000;
    }

    /* Program Related Content */
    div.trm-programs-related-wrapper {
        display: block;
        width: 250px;
        padding: 2px;
    }

    div.trm-programs-related-block div.trm-events-item {

        display: block;

        float: left;

        position: relative;

        width: 100%;

        padding: 0;

        border-top: 1px solid #E0E0E0;
    }

    div.trm-programs-related-block div.trm-events-item article {
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

    div.trm-programs-related-block div.trm-events-item article:hover {

        cursor: pointer;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+14,e9e9e9+100&0+25,1+100 */
        background: -moz-linear-gradient(left, rgba(243, 243, 243, 0) 14%, rgba(242, 242, 242, 0) 25%, rgba(233, 233, 233, 1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(243, 243, 243, 0) 14%, rgba(242, 242, 242, 0) 25%, rgba(233, 233, 233, 1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(243, 243, 243, 0) 14%, rgba(242, 242, 242, 0) 25%, rgba(233, 233, 233, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f3f3f3', endColorstr='#e9e9e9', GradientType=1); /* IE6-9 */

    }

    div.trm-programs-related-block div.trm-events-item article div.trm-event-inner {
        display: block;
        clear: both;
        padding: 12px 0;
    }

    div.trm-programs-related-block div.trm-events-item article div.trm-event-inner div.related-location-date {
        float: right;
        width: 35px;
        font-size: 13px;
        font-family: 'Open Sans';
        background-color: #631A27;
        color: #EDEDED;
        text-align: center;
        padding: 3%;
        border-radius: 3px;
        font-weight: 800;
        margin: 2px 10px 0 0;
    }

    div.trm-programs-related-block div.trm-events-item article div.trm-event-inner h5 {
        display: block;
        margin: 0;
        padding: 0;
        float: right;
        width: 187px;
    }

    div.trm-programs-related-block div.trm-events-item article div.trm-event-inner h5 a {
        padding: 0 10px 0 0;
        display: block;
        float: left;
        color: #631A27;
        text-decoration: none;
        font-weight: 600;
    }

    div.trm-programs-related-nav {
        display: block;
        padding: 10px 0 0 0;
        margin: 0;
    }

    div.trm-programs-related-nav nav {
        display: block;
        margin: 0;
        padding: 0;
    }

    div.trm-programs-related-nav nav ul.related-tab-trigger {
        display: block;
        margin: 0;
        padding: 0;
    }

    div.trm-programs-related-nav nav ul.related-tab-trigger li:first-of-type, div.trm-programs-related-nav nav ul.related-tab-trigger li:hover, div.trm-programs-related-nav nav ul.related-tab-trigger li:first-of-type, div.trm-programs-related-nav nav ul.related-tab-trigger li.current {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf1315+0,7c0f23+100 */
        background-color: #7C0F23;
    }

    div.trm-programs-related-nav nav ul.related-tab-trigger li {
        cursor: pointer;
        list-style: none;
        float: left;
        padding: 12px 22px;
        background-color: #A71933;
        border-radius: 5px 5px 0 0;
        margin: 0 5px 0 0;
    }

    div.trm-programs-related-nav nav ul.related-tab-trigger li span {
        font-family: 'Open Sans';
        color: #fac647;
        font-size: 16px;
        font-weight: 600;
    }

    div.trm-programs-related-tabs {
        display: block;
        float: left;
        width: 100%;
        border-radius: 0 5px 5px 5px;
    }

    div.trm-programs-related-tabs div.trm-programs-related-tabs-inner {
        padding: 19px 22px 30px;
        min-height: 175px;
    }

    div.trm-programs-related-tabs article {
        display: none;
        color: #fff;
        font-family: 'Open Sans';
        line-height: 1.7em;
        font-size: 15px;
    }

    div.trm-programs-related-tabs article:first-of-type {
        display: block;
    }

    aside.programs-related {
        display: block;
        float: left;
        margin: 7px 0 18px;
        width: 100%;
        clear: both;
        position: relative;
    }

    aside.programs-related address {

        display: block;

        width: 100%;

        clear: both;

        padding: 17px 0;
    }

    aside.programs-related address:first-of-type {

        border-top: 1px solid #E0E0E0;
    }

    aside.programs-related address h5 {

        display: block;

        margin: 0;

        padding: 0;

        font-weight: 600;

        font-style: normal;

        color: #000;

        font-size: 13px;
    }

    aside.programs-related address p {
        display: block;
        width: 100%;
        padding: 0;
        margin: 4px 0;
        font-family: 'Open Sans';
        font-style: normal;
        font-size: 13px;
        line-height: 1.5em;
    }

    aside.programs-related div.trm-news-item {

        display: block;

        float: left;

        position: relative;

        width: 100%;

        padding: 0;

        border-top: 1px solid #E0E0E0;
    }

    aside.programs-related div.trm-news-item article {
        margin: 0;
        padding: 0;
        display: block;
    }

    aside.programs-related div.trm-news-item article h5 {

        padding: 0;
        margin: 0;

    }

    aside.programs-related div.trm-news-item article h5 a {

        padding: 14px 5% 14px 0;

        display: block;

        position: relative;

        font-family: 'Open Sans';

        color: #631A27;

        font-size: 13px;

        font-weight: 600;

        text-decoration: none;

        line-height: 1.5em;

        width: 95%;
    }

    aside.programs-related div.trm-news-item article h5 a:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+14,e9e9e9+100&0+25,1+100 */
        background: -moz-linear-gradient(left, rgba(243, 243, 243, 0) 14%, rgba(242, 242, 242, 0) 25%, rgba(233, 233, 233, 1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(243, 243, 243, 0) 14%, rgba(242, 242, 242, 0) 25%, rgba(233, 233, 233, 1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(243, 243, 243, 0) 14%, rgba(242, 242, 242, 0) 25%, rgba(233, 233, 233, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f3f3f3', endColorstr='#e9e9e9', GradientType=1); /* IE6-9 */

    }

    aside.programs-related h5 {
        font-family: 'Open Sans';
        padding: 2px;
        font-weight: 400;
        color: #A71933;
    }

    aside.programs-related div.trm-sheets-item {
        width: 90%;
        height: 160px;
        overflow: hidden;
        display: block;
        position: relative;
        border-radius: 3px;
        margin: 0;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    aside.programs-related div.trm-sheets-item:hover {
        width: 100%;
    }

    aside.programs-related div.trm-sheets-item article {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    aside.programs-related div.trm-sheets-item article div.trm-sheets-item-inner {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #C41B30;
        width: 65%;
        cursor: pointer;
    }

    aside.programs-related div.trm-sheets-item article div.trm-sheets-item-inner-wrapper {
        padding: 18px 0;
        width: 85%;
        margin: auto;
    }

    aside.programs-related div.trm-sheets-item:hover article div.acc-overlay {
        display: block;
        background-color: rgba(255, 255, 255, 0.7);
    }

    aside.programs-related div.trm-sheets-item article div.acc-overlay {
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        width: 35%;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        background-color: rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }

    aside.programs-related div.trm-sheets-item article div.acc-overlay span i {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        color: transparent;
    }

    aside.programs-related div.trm-sheets-item:hover article div.acc-overlay span i {
        color: #C41B30;
    }

    aside.programs-related div.trm-sheets-item:hover article div.acc-overlay span {
        margin: 60px auto;
    }

    aside.programs-related div.trm-sheets-item article div.acc-overlay span {
        position: relative;
        font-size: 40px;
        margin: 70px auto;
        display: block;
        width: 30px;
        text-align: center;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    aside.programs-related div.trm-sheets-item article img {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 0;
        height: 100%;
        left: 0;
    }

    aside.programs-related div.trm-sheets-item:hover article div.trm-sheets-item-inner p {
    }

    aside.programs-related div.trm-sheets-item article div.trm-sheets-item-inner h4 {
        margin: 10px 0;
        padding: 0;
        display: block;
        font-family: 'Open Sans';
        font-size: 23px;
        font-weight: 300;
        color: #FDAF17;
    }

    aside.programs-related div.trm-sheets-item article div.trm-sheets-item-inner p {
        font-family: Georgia;
        font-size: 15px;
        padding: 0;
        margin: 10px 15% 7px 0;
        display: block;
        line-height: 1.5em;
        color: #FFFFFF;
        width: 250px;
    }

    /* Accordions */
    ul.couns-flex-control {
        display: block;
        float: right;
        width: auto;
        position: relative;
        z-index: 1;
    }

    ul.couns-flex-control li {
        float: left;
        display: block;
    }

    ul.couns-flex-control li span {
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
        padding: 0 10px;
        margin: 0;
    }

    ul.couns-flex-control li span:hover {
        color: #A71933;
    }

    div.trm-acc-wrapper {
        background: rgb(250, 198, 71);
    }

    div.trm-acc-wrapper div.trm-acc-content-left {
        width: initial;
        right: 7%;
    }

    div.trm-acc-wrapper div.trm-acc-content-left h2 {

        font-size: 35px;
        margin: 0 0 7px;

    }

    div.trm-acc-wrapper div.trm-acc-content-left p {
        font-size: 15px;
        line-height: 1.6em;
        width: 100%;
        margin: 5px 0 0;
    }

    div.trm-acc-wrapper div.trm-acc-content-right {
        position: absolute;
        top: 20%;
        left: 63%;
        width: 20%;
        bottom: -5%;
        height: 300px;
        border-radius: 7px;
    }

    div.trm-feature-title {
        width: 100%;
        bottom: initial;
        left: 0;
        right: 0;
        top: 30px;
        z-index: 2;
        height: auto;
        display: block;
    }

    div.trm-feature-illustration {
        width: 100%;
        top: 20%;

    }

    div.trm-feature-title-inner {
        position: absolute;
        top: 40%;
        left: 5%;
        right: 5%;
        height: inherit;
        width: 90%;
        display: block;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 10px;
    }

    div.trm-feature-title h2, div.trm-feature-title div.title-wrapper {
        font-size: 35px;
        line-height: 1em;
    }

    div.trm-feature-title div.title-wrapper small {
        font-size: 16px;
    }

    div.trm-feature-title p {
        font-family: Georgia;
        padding: 1%;
        color: #252525;
        font-size: 19px;
        font-weight: lighter;
        line-height: 1.6em;
        margin: 13px 0 5px;
    }

    div.trm-feature-illustration img {
        width: auto;
        height: auto;
        max-height: 83%;
        max-width: 83%;
        bottom: 0;
        left: 50%;
        top: 55%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    div.trm-feature-activity h3 {
        font-family: Georgia;
        color: #FAC647;
        font-size: 30px;
        margin: 0;
        padding: 15px 0 0;
        font-weight: lighter;
    }

    div.trm-feature-activity p {
        font-family: 'Open Sans';
        color: #FFFFFF;
        font-size: 17px;
        line-height: 1.5em;
        margin: 15px 0;
    }

    nav.br-nav-abs {
        width: auto;
        padding-left: 5px;
    }

    div.trm-feature-activity-inner {
        width: 98%;
    }

    div.trm-feature-content-inner {
        display: block;
        padding: 10px 20px;
        position: relative;
    }

    div.trm-feature-content-inner h2 {
        text-align: left;
        font-family: 'Open Sans', sans-serif;
        color: #AA203A;
        font-size: 42px;
        margin: 1% 0 1%;
        font-weight: 400;
    }

    div.trm-feature-content-inner p {
        font-family: 'Open Sans', sans-serif;
        color: #FFFFFF;
        text-align: left;
        font-size: 18px;
        margin: 3% 10% 5% 18%;
    }

    /* News and Insights */
    div.ns-article-wrap aside.ns-article-related {
        float: left;
        margin: 3% 0 10px 5%;
        width: 33%;
        display: block;
    }

    div.ns-article-wrap aside.ns-article-related h3 {

        font-family: 'Alegreya Sans', sans-serif;

        font-size: 15px;

        font-weight: 600;

        color: #c41230;

        background: #fac647;

        padding: 5px 10px;

        border-radius: 3px;

        width: auto;

        float: left;

        margin: 5px 0 30px;
    }

    div.ns-article-wrap div.ns-article-inner {

        display: block;

        width: 86%;

        margin: 10px 0;

        padding: 0px 7% 12px;

        z-index: 1;

        position: relative;

        background-color: #EDEDED;

        float: left;

    }

    div.ns-article-wrap div.ns-article-related {
        width: 87%;
        clear: both;
        position: relative;
        margin: auto;
        right: initial;
        bottom: initial;
        top: initial;
        border: none;
    }

    div.ns-article-wrap {

        margin-top: 80px;

    }

    div.ns-masthead {

        height: 500px;

        z-index: 1;

        overflow: hidden;

    }

    /* Program Components */
    div.programs-comp-wrapper, div.programs-start-wrapper {
        display: block;
        width: 100%;
        clear: both;
        margin: auto;
    }

    div.programs-comp-wrapper ul {
        margin: 15px auto;
        padding: 0;
        border-radius: 3px;
        overflow: hidden;
        position: relative;
        width: 100%;
        display: block;
        clear: both;
    }

    div.programs-comp-wrapper ul li {
        list-style: none !important;
        padding: 0;
        margin: 0;
        width: auto;
        display: block;
        position: relative;
        cursor: pointer;
    }

    div.programs-comp-wrapper ul li:last-of-type h4 {
        border-bottom: 1px solid transparent;
    }

    div.programs-comp-wrapper ul li h4.active {
        background: #FAC647;
        color: #fff;
        border-bottom: 1px solid transparent;
    }

    div.programs-comp-wrapper ul li h4.active:hover {
        background: #FDAF17;
        color: #fff;
        border-bottom: 1px solid rgb(255, 181, 0) !important;
    }

    div.programs-comp-wrapper ul li h4 {
        padding: 14px 22px 16px !important;
        display: block;
        clear: both;
        position: relative;
        font-weight: lighter;
        margin: 0 auto !important;
        width: auto;
        -webkit-transition: all .1s ease-out;
        -moz-transition: all .1s ease-out;
        -o-transition: all .1s ease-out;
        transition: all .1s ease-out;
        border-bottom: 1px dotted #CFCFCF;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,ededed+100 */
        background: rgb(243, 243, 243); /* Old browsers */
        background: -moz-linear-gradient(45deg, rgba(243, 243, 243, 1) 0%, rgba(237, 237, 237, 1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, rgba(243, 243, 243, 1) 0%, rgba(237, 237, 237, 1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, rgba(243, 243, 243, 1) 0%, rgba(237, 237, 237, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ededed', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    }

    div.programs-comp-wrapper ul li h4:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,e9e9e9+100 */
        background: rgb(243, 243, 243); /* Old browsers */
        background: -moz-linear-gradient(45deg, rgba(243, 243, 243, 1) 0%, rgba(233, 233, 233, 1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, rgba(243, 243, 243, 1) 0%, rgba(233, 233, 233, 1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, rgba(243, 243, 243, 1) 0%, rgba(233, 233, 233, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e9e9e9', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    }

    div.programs-comp-wrapper ul li h4 span.ico {
        display: block;
        width: 59px;
        position: absolute;
        text-align: center;
        color: #5A5A5A;
        right: 0;
        top: 35%;
        font-size: 13px;
    }

    div.programs-comp-wrapper ul li h4 span.ico i.open {
        display: none;
    }

    div.programs-comp-wrapper ul li h4.active span.ico i.closed {
        display: none;
    }

    div.programs-comp-wrapper ul li h4.active span.ico i.open {
        display: block;
        color: #7c0f23;
    }

    div.programs-comp-wrapper ul li h4.active span.text {
        color: #7c0f23;
    }

    div.programs-comp-wrapper ul li h4:hover span.text, div.programs-comp-wrapper ul li h4:hover span.ico {
        color: #A71933;
    }

    div.programs-comp-wrapper ul li h4.active:hover span.text, div.programs-comp-wrapper ul li h4.actve:hover span.ico {
        color: #6E0A0B;
    }

    div.programs-comp-wrapper ul li h4 span.text {
        font-size: 13px;
    }

    div.programs-comp-wrapper ul li ul.programs-comp-wrapper-sub-ul {
        display: none;
        background: rgb(249, 249, 249);
        margin: 0 auto 1px !important;
        padding: 0;
        clear: both;
        overflow: hidden;
        width: 100%;
        cursor: text !important;
    }

    div.programs-comp-wrapper ul li ul.programs-comp-wrapper-sub-ul li {
        margin: 0;
        padding: 0;
        display: block;
        cursor: text !important;
    }

    div.programs-comp-wrapper ul li ul.programs-comp-wrapper-sub-ul li div.programs-comp-wrapper-sub {
        margin: 15px 7% 25px;
        width: 86%;
    }

    div.programs-comp-wrapper ul li ul.programs-comp-wrapper-sub-ul li div.programs-comp-wrapper-sub ul {
        display: block;
        float: left;
        width: 96%;
        margin: 0 2% !important;
        padding: 5px 10px 15px 15px;
    }

    div.programs-comp-wrapper ul li ul.programs-comp-wrapper-sub-ul li div.programs-comp-wrapper-sub h5 {
        color: #000000;
        font-size: 21px;
        margin: 15px 0 5px 0;
        display: block;
        clear: both;
        font-family: 'Georgia', serif;
        font-weight: lighter;
    }

    /* Asado */
    aside.program-related-data, aside.about-related-data {

        float: none;

        position: relative;

        top: initial;

        bottom: initial;

        left: initial;

        right: initial;

        border-left: none;

        background: #efefef;

    }

    div.graph-wrapper {
        display: block;
        clear: both;
        width: 100%;
    }

    div.graph-para-top {
        position: relative;
        background-color: #C41230;
        width: 80%;
        margin: 10px;
        border-radius: 100px;
        padding: 1px;
    }

    div.graph-para-bottom {
        position: relative;
        background-color: #C41230;
        width: 72%;
        margin: 10px;
        border-radius: 100px;
        padding: 1px;
    }

    aside.footer-scroll {
        right: -40px;
    }

    .pr-adjust .parallax-mirror {

        margin-top: -5%;

    }

    div.footer-note p a {
        clear: both;
        float: left;
        display: block;
        padding: 1px 0;
        width: 100%;
    }

    div.footer-logo {
        width: 180px;
        float: none;
    }

    div.footer-note {
        width: 90%;
        padding: 0 2%;
        margin: auto;
        float: none;
    }

    div.footer-note p {

        width: auto;

        margin: auto;

        display: block;

        float: none;

    }

    div.ml-rollbox {
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
    }

    div.ml-rollbox h2 {
        font-size: 34px;
    }

    div.ml-rollbox p {

        font-size: 13px;

        line-height: 1.5em;

    }

    div.ml-rollbox ul li, div.ml-rollbox ol li {
        font-size: 13px;
        padding-bottom: 4px;
        line-height: 1.4em;
    }
    div.milestone-wrapper {
    }

    div.account_wrapper .name_int, div.account_wrapper .contact_int {
        width:  100%;
        padding: 0;
    }
    div.account_wrapper h4 {
        font-weight: 100;
        font-size: 40px;
        line-height: 1.2em;
        margin-top: 0;
    }

    div.account_wrapper, div.submit_wrapper {
        padding: 0 2%;
    }

    div.account_wrapper .quest_int fieldset {
        width: 100% !important;
    }

    aside.milestone-content-wrapper.ov {
        background: rgba(245, 245, 245, 0.9);
    }

    aside.milestone-content-wrapper {
        width: 100%;
        web-clip-path: none;
        clip-path: none;
        background: rgba(158, 32, 54, 0.80);
    }

    div.milestone-creative-wrapper {
        width: 100%;
        left: 0;
    }

    img.ml-img-wrap {
        right: 0;
        top: 0;
        left: initial;
        min-width: 100%;
        min-height: 100%;
        max-height: 200%;
        height: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    div.enroll-scroll-trigger {
    }

    .parallax-window.about {
        min-height: 400px !important;
    }

    .goldenrod {

        -webkit-clip-path: none !important;

        clip-path: none !important;

    }

    .parallax-alt {
        display: block;
        position: absolute;
        height: 400px;
        left: 0;
        right: 0;
    }

    .parallax-alt.ni img {
        top: 0 !important;
        right: -30%;
        max-width: 150%;
        min-height: 100%;
        max-height: 645px;
    }

    .parallax-alt img {

        height: auto;

        max-height: 600px;

        min-width: 100%;

        max-width: 500%;

        width: auto !important;

        position: absolute !important;

        right: -100px;

        top: -140px !important;

    }

    div.ns-masthead div.ns-arc-title {

        float: left;

        position: relative;

        clear: both;

        width: 100%;

        left: initial;

        bottom: initial;

        margin: -10% 5%;

        z-index: 10;

    }

    div.ns-masthead div.ns-arc-title h3 {

        font-size: 25px;

        line-height: 1.2em;

        max-width: 100%;

        width: auto;

    }

    div.ns-masthead div.ns-arc-title div.ns-vitals {
        background: #C41230;
        margin: 0 0 0 15%;
        float: left;
        width: auto;
        min-width: 55%;
    }

    div.ns-masthead div.ns-arc-title div.ns-vitals author {
        display: block;
        float: left;
        padding: 2%;
    }

    div.ns-masthead div.ns-arc-title div.ns-vitals author h4 {
        font-size: 12px;
    }

    div.ns-masthead div.ns-arc-title div.ns-vitals div.ns-date {
        font-size: 12px;
    }

    div.ns-masthead {
        position: relative;
        top: initial;
        left: initial;
        right: initial;
        height: auto !important;
        overflow: visible;
    }

    div.ns-masthead figure {

        position: relative;

        top: initial;

        right: initial;

        left: initial;

        margin: 0;

        border-radius: 0 !important;

        width: 100%;

        z-index: 7;

        float: left;

        height: auto;

    }

    div.ns-masthead figure img {
        width: 100%;
        height: auto;
        max-height: initial;
        max-width: initial;
        min-width: initial;
        min-height: initial;
        top: initial;
        left: initial;
        -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        position: relative;
    }

    div.ns-article-wrap div.ns-article-inner p:first-of-type {
        font-size: 16px;
        font-weight: 600;
    }

    .parallax-window, .parallax-mirror {
        display: none !important;
    }

    section.gen-section-wrapper div.gen-section-wrapper-inner.ni {

        padding: 0;

        margin: 0;

        border-bottom: none;
    }

    section.gen-section-wrapper div.gen-section-wrapper-inner.ni div.gen-sec-wrapper {
        width: 100%;
        margin: 0;
    }

    section.gen-section-wrapper div.gen-section-wrapper-inner.ni div.gen-sec-wrapper div.gen-sec-col {
        margin: 0 !important;
        width: 50%;
    }

}

@media only screen and (max-width: 600px) {

    aside.gen-section-header-wrapper.section-press {
        height: 165px !important;
    }

    div.trm-ni-wrapper {

        top: 60px;

        left: 8%;

    }

    div.trm-ni-wrapper h3 {
        font-size: 40px;
    }

    div.feature-passage {

        position: absolute;

        left: 5%;

        margin: 0;

        right: 10%;

        bottom: -1%;

    }

    div.feature-passage h3 {
        width: 90%;
        font-size: 28px;
        line-height: 1.2em;
        font-size: 25px;
    }

    div.feature-passage p {
        width: 85%;
        font-size: 13px;
    }

    section.gen-section-wrapper div.gen-section-wrapper-inner.ni div.gen-sec-wrapper div.gen-sec-col {
        width: 100%;
    }

}

@media only screen and (max-width: 480px) {

    div.gen-passage-wrapper.wedge-right a.grr-item {
        width: 50%;
        padding-bottom: 25px;
    }

    div.gen-passage-wrapper.wedge-right a.grr-feature.grr-item {
        width: 100%;
        padding: 5px 0 15px;
    }

    div.gen-passage-wrapper.wedge-right a.grr-feature.grr-item img {
        width: 80%;
    }

    aside.gen-section-header-wrapper div.gen-section-inner div.gen-section-inner-wrapper p {
        width: 84%;
        font-size: 13px;
        background: rgba(196, 18, 48, 0.70);
        margin: 0 0 0 8%;
        padding: 4%;
        line-height: 1.38em;
    }

    .parallax-alt.ni img {
        right: -50%;
        max-width: 300%;
        max-height: 500px;
    }

    aside.ni-column-wrap article {
        width: 100%
    }

    aside#task-acc-aside ul {

        left: 5%;

        right: 5%;

        width: 90%;

        top: 105px;
    }

    aside#task-acc-aside ul li {
        width: 30%;
    }

    div.acc-pass-right {
        border: none;
        left: 3%;
        right: 20%;
    }

    div.activity-wrap {
        top: 170px;
        right: 0;
        bottom: 0;
    }

    div.activity-item-inner article h6 {
        font-size: 17px;
        padding-bottom: 10px;
    }

    aside#task-acc-aside h3, aside#task-acc-aside h4 {
        font-size: 16px;
        padding: 8px 5px;
    }

    div.activity-item-inner article {
        margin-top: 10px;
    }

    div.activity-item-inner article h6 i {

        font-size: 14px
    }

    section#welcome-featurette img {
        position: relative;
        max-width: 500%;
    }

    footer.footer-global.absolute {
        min-height: 450px;
    }

    .absolute div.footer-share-content {

        display: none;
    }

    div.feature-passage h3 {
        font-size: 20px;
        width: 85%;
    }

    header.global-header-wrapper {

        background: rgba(255, 255, 255, 0.35);

    }

}

@media only screen and (max-width: 380px) {

    .parallax-alt.ni img {
        top: 0 !important;
        right: -60%;
        max-width: 300%;
        min-height: 100%;
        max-height: 400px;
    }

}