@media only screen and (max-width: 1024px) {



    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 {
        background: rgba(255, 255, 255, 0.5);
    }



    header.small .header-left {
        top: 15%;
    }

    .header-right {
        right: 1%;
        bottom: 0 !important;
        top: 0;
    }

    header.small .header-right {
        top: 25%;
    }

    .header-nav-wrapper-inner {
        display: block;
        width: 85%;
        margin: auto;
        position: absolute;
        top: 20%;
        bottom: 20%;
    }

    /* Ico Navigation */
    div.gen-nav-right-explorer {
        display: block;
        float: left;
        width: 40%;
        margin: 3%;
    }

    nav.ico-nav.sil {
        margin: auto;
        z-index: 2;
        width: 95%;
        display: block;
    }

    ul.ico-nav-ul {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    ul.ico-nav-ul li.pr-li-ico {
        float: left;
        width: 33%;
        list-style: none;
        margin: 0;
        overflow: hidden;
        display: block;
        padding: 0;
        background: transparent;
    }

    nav.proximity-nav.sil ul.proximity-ul { display: none;}

    .mobile-programs-nav {
        display:block;
    }


    div.pr-li-ico-set {
        width: 90%;
        position: relative;
        margin: 5% auto;
        display: block;
        min-height: 180px;
        border-radius: 5px;
        overflow: hidden;
        -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;
    }

    div.pr-li-ico-set:hover {
        cursor: pointer;
        box-shadow: #000000 0px 2px 13px -3px;
    }

    div.pr-li-ico-set img {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        border: 0 !important;
    }

    div.pr-li-ico-set:hover img {
        width: 100% !important;
    }

    div.pr-li-ico-set h4 {
        background: #5A5A5A;
        margin: -5px 0 0 0;
        padding: 10%;
        min-height: 40px;
        position: relative;
        -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;
    }

    div.pr-li-ico-set:hover h4 {
        background-color: #252525;
    }

    div.pr-li-ico-set:hover h4 a {
        color: #FAC647;
    }

    div.pr-li-ico-set a {
        text-decoration: none;
        color: #fff;
        font-family: Georgia;
        font-weight: lighter;
        margin: 0;
        padding: 0;
    }

    /* Breadcrumb */
    aside.global-share {
        width: 127px;
        overflow: hidden;
        right: -80px;
    }

    aside.global-share.open {
        right: 0;
    }

    aside.global-share.open > h4 {
        color: #000;
        background: #fac64c;
    }

    aside.global-share.open > h4:hover {
        background: #dadada;
    }

    aside.global-share h4 {
        cursor: pointer;
    }

    aside.global-share h4:hover {
        background: #ff0000;
    }

    i#share-print {
        display: none;
    }

    nav.br-nav-abs div.ico {
        width: 25px;
        display: block;
        float: left;
        height: 25px;
        position: relative;
        margin: 0px 8px 0 0;
    }

    nav.br-nav-abs div.ico img {
        width: 100%;
        display: block;
        float: left;
        margin: 0;
        padding: 6px;
    }

    nav.br-nav-abs div.detail {
        display: block;
        float: left;
        height: 30px;
        max-width: 88%;
    }

    nav.br-nav-abs h5 a {
        font-size: 11px;
    }

    nav.br-nav-abs div.detail h4 {
        display: block;
        float: left;
        clear: none;
        position: relative;
        margin: 0;
        font-family: Georgia, serif;
        color: #FAC647;
        font-size: 13px;
        padding: 10px 6px 0 16px;
        font-weight: bold;
    }

    /* Sprint Navigation */
    div.sprint-nav-wrapper {
        display: block;
        width: 100%;
        position: absolute;
        clear: both;
        margin: 0;
        right: 4%;
        padding: 0;
        height: 50%;
        -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;
        overflow: hidden;
        top: 0;
        display: none;
    }

    header.small div.sprint-nav-wrapper {
        opacity: 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;
    }

    nav#sprint-navigation {
        display: block;
        width: 100%;
        position: absolute;
        float: inherit;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
    }

    nav#sprint-navigation ul.sprint-ul {
        margin: 2% 0;
        padding: 0;
        width: 100%;
        display: block;
        text-align: right;
    }

    nav#sprint-navigation ul.sprint-ul li {
        display: inline-block;
    }

    nav#sprint-navigation ul.sprint-ul li a {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #bb3f37;
        text-decoration: none;
    }

    .spr-first {
    }

    .spr-li {
        padding: 1px 10px;
    }

    .spr-last {
        border: none !important;
        padding: 5px !important;
    }

    /* main Navigation */
    div.menu-trigger {

        display: block;
    }


    div.mobile-mn-cntrol-inner {

        margin: 5%;

        border: 1px solid #b3b3b3;

        border-radius: 5px;

        overflow: hidden;

        position: absolute;

        top: 0;

        left: 0;

        right: 0;

        bottom: 0;

    }

    nav#main-navigation-mobile {
        display: block;

    }

    a.mobile.mobile-trigger.close:hover {
        color: #e2cb27  !important;
    }

    a.mobile.mobile-trigger.close {

        color: #e8002b !important;

    }

    a.mobile.mobile-trigger {
        display: block;
        padding: 0;
        right: 6%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    a.mobile.mobile-trigger:hover {
        color: #ff0000;
    }

    nav#main-navigation {
        display: none;
    }


    nav#main-navigation ul.main-ul li ul.sub li:last-of-type a {
        margin-bottom: 0 !important
    }

    nav#main-navigation ul.main-ul li ul.sub li a {
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #FFFFFF !important;
        padding: 10px 6%;
        font-family: 'Open Sans';
        margin: 0 0 2px 0;
        width: 88%;
        -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: transparent !important;
        line-height: 1.4em;
        border-radius: 3px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    nav#main-navigation ul.main-ul li ul.sub li:last-of-type a {
        border: none !important;
    }

    nav#main-navigation ul.main-ul li ul.sub li a:hover {
        background: #fac647 !important;
        color: #0D0D0D !important;
    }

    nav#main-navigation ul.main-ul li ul.sub.sub-open, nav#main-navigation ul.main-ul li ul.sub:hover {
        position: fixed;
        z-index: 1;
        left: 0;
        right: 0;
        box-shadow: #000 0px 20px 15px -23px;
        width: 100%;
        top: 120px;
        height: auto;
        padding: 2% 0;
        margin: 0;
        border-bottom: 1px solid rgb(90, 90, 90);
        background-color: rgba(13, 13, 13, 0.89);
    }


    .mn-last {
        padding-right: 0 !important;
    }

    li.mn-li.current {
    }

    li.mn-li.current > a {
        font-weight: 400 !important;
        color: #A71933 !important;
        border-radius: 7px;
    }

    li.mn-li.last {
    }

    /* 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;
    }



    nav#landing-nav ul li a span {
        display: none;
    }


    nav#landing-nav ul li a {

        font-size: 19px;

    }


    nav#landing-nav {

        bottom: 0;

        width: 55px;

        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 {

        bottom: 0;

        left: 5%;

        width: 65%;

        margin: 0;

        -webkit-transform: translateY(-50%);

        -ms-transform: translateY(-50%);

        transform: translateY(-50%);

    }

    div.feature-passage h3 {

        font-size: 30px;

        margin: 0;

    }

    div.feature-passage p {

        width: 80%;

        line-height: 1.5em;

        margin-left: 10%;

    }

    section#welcome-featurette {
        z-index: -1;
        overflow: hidden;
        position: relative;
    }

    section#welcome-featurette img {
        max-width: 200%;
    }


    aside#task-acc-aside ul {
        display: block;
        width: 22%;
        left: -1%;
        z-index: 2;
        top: 22%;
    }

    aside#task-acc-aside ul li {
        margin: 2% 1%;
    }

    aside#task-acc-aside ul li:hover {
        background: #7c0f23;
    }

    aside#task-acc-aside ul li ul li {
        background-color: transparent !important;
    }

    aside#task-acc-aside h3, aside#task-acc-aside h4 {
        padding: 13px 18px;
        font-size: 22px;
        font-weight: 100;
        text-align: center;
    }

    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 {
        left: 25%;
        right: 6%;
    }

    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;
    }

    div.acc-feature-img-bg img {
        width: auto;
        left: 50%;
        min-height: 100%;
        max-height: 140%;
        min-width: 100%;
        max-width: 300%;
        height: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    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;
    }

    /* main */


    /* footer */
    div.footer-share-dashboard {

        position: absolute;
        top: 25%;
        left: 10%;
        right: 10%;
    }



    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-left: 5%;

        float: none;

        clear: both;

    }

    div.footer-share-content {

        width: 90%;

        margin: auto;

        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: 80%;
    }

    div.footer-share-content nav.proximity-nav.sil:last-of-type ul.proximity-ul li {
        width: 41%;
        float: left
    }

    div.footer-share-content nav.proximity-nav.sil {
        position: relative;
        bottom: initial;
        width: 29%;
        float: left;
        margin: 0 2% !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 {
        width: 90%;
        background: transparent !important;
    }

    div.footer-share-content nav.proximity-nav.sil ul.proximity-ul li h4 {
    }

    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: 18px;
        line-height: 1.5em;
    }

    .absolute div.footer-share-inner {

        margin: 0;

    }

    div.footer-share-inner {

        width: 90%;

        margin: 5px auto;

        padding-top: 0;

    }

    .absolute #footer-share-aside-wrapper {
        margin-left: 5%;
        margin-bottom: 0;
        padding-bottom: 20px;
        width: 90%;
    }

    #footer-share-aside-wrapper {
        margin: auto;
        padding: 40px 0;
        width: initial;
    }

    div.footer-share-inner h3 {

        font-size: 40px;

        margin: 3% 2% 70px;

    }

    div.footer-share-inner i {

        font-size: 25px;

        margin: 1%;

        margin-right: 0;

        width: 25%;

    }

    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: 30px;
    }

    div.activity-item-inner article div.activity-drop a {
        margin: 5px 0 7px;
        padding: 7px 12px;
        font-weight: lighter !important;
        font-size: 15px;
        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: 14px;
        color: #FFFFFF;
        display: block;
        line-height: 1.6em;
        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;
    }

    div.ni-news-recent-block.article article {
        height: 145px !important;
        min-height: initial;
    }

    div.ni-news-recent-block article div.ni-detail.aside a h4 small {

        font-size: 14px;

        line-height: 1.3em;

    }

    /* 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;
    }


    div.gen-passage-wrapper.about.wedge {
        width: 40%;
        margin: 15px 0 auto 7%;
        float: left;
    }

    div.gen-passage-wrapper.about.wedge-right {
        width: 42%;
        margin: 5%;
        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-size: 35px;

    }

    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: 50%
    }

    div.landing-related-content {

        float: left;

        display: block;

        width: 30%;

        clear: none;

        padding: 5% 0;
    }

    div.gen-passage-wrapper.landing-content {
        width: 50%;
        display: block;
        float: left;
        margin: 2% 3% 4% 5%;
    }

    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;
        max-width:  90%;
    }


    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-wrapper.module-content {
        width: 85%;
        margin: 1% auto 4% !important;
        display: block;
        float: none;
    }



    div.gen-passage-wrapper h2 {

        font-size: 35px;

    }

    div.gen-passage-wrapper.flex {

        width: 86%;

    }

    div.gen-passage-wrapper ul {
        display: block;
        margin: 16px 10px 25px 0;
    }

    div.gen-passage-wrapper ul li {
        font-size: 13.5px;
        padding: 2px 0;
        line-height: 1.7em;
        color: #000;
    }

    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: 89%;

        margin: auto;

    }

    div.gen-related-wrapper.display {
        padding: 8px 7% 50px;
    }


    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: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:hover {

    }

    article.grr-list-item .grr-item {
        display: block;
        height: auto;
        margin: 2%;
    }

    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: 56%;
        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 {
        text-decoration: none;
        color: #a71933;
        font-size: 16px;
    }

    p.grr-item-udetail {
        font-size: 13px;
        float: left;
        display: inline-block;
        width: 50%;
    }

    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;
        color: #000000;
        width: 100%;
        font-size: 22px;
        text-align: left;
        font-weight: 500 !important;
        padding: 8px 0 4px;
    }

    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: 30px;
        padding: 0 0 4px 0;
        width: 100%;
    }

    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 {
        line-height: 1.6em;
    }

    div.gen-passage-wrapper iframe {
        width: 100%;
    }

    div.gen-sec-wrapper {
        width: 90%
    }

    aside.gen-section-header-wrapper {
        height: 400px;
    }

    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: 350px !important;
        background: transparent !important;
    }

    aside.gen-section-header-wrapper.section-press {
        height: 200px !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;
        position: absolute;
        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: 90%;
        margin: 2% auto 4%;
    }

    aside.gen-section-header-wrapper div.gen-section-inner div.gen-section-inner-wrapper h2 {
        min-width: initial;
        max-width: initial;
        width: 45%;
        font-size: 23px;
    }

    aside.gen-section-header-wrapper div.gen-section-inner div.gen-section-inner-wrapper p {
        max-width: initial;
        min-width: initial;
        width: 45%;
        padding: 16px;
        font-size: 13px;
    }

    /* 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';
        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 {
        top: 0;
    }

    div.trm-acc-wrapper div.trm-acc-content-left {
        width: 55%;
    }

    div.trm-acc-wrapper div.trm-acc-content-left h2 {

        font-size: 40px;
        margin: 0 0 19px;
    }

    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: 60%;
    }

    div.trm-feature-title-inner {
        position: absolute;
        width: 92%;
        left: 9%;
        top: 45%;
    }

    div.trm-feature-title h2, div.trm-feature-title div.title-wrapper {
        font-size: 45px;
        line-height: 1em;
    }

    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;
        top: 5%;
        height: 95%;
    }

    div.trm-ni-wrapper {

        position: absolute;

        top: 60px;

        left: 8%;

    }

    div.trm-feature-activity {
        box-shadow: none;
    }

    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;
    }

    div.trm-feature-activity-inner {
        width: 93%;
    }

    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: 90%;

        margin: 25px 5% 10px;

        padding: 5px 0 12px;

        background-color: #EDEDED;

    }

    div.ns-article-wrap div.ns-article-related {
        width: 90%;
        clear: both;
        position: relative;
        margin: auto;
        right: initial;
        bottom: initial;
        top: initial;
        border: none;
    }



    div.ns-masthead {

        display: block;

        height: 500px;

        top: -380px;

        left: 0;

        width: 100%;

        right: 0;

        z-index: 1;

    }

    div.ns-masthead div.ns-arc-title {

        max-width: 400px;

        width: auto;

        left: 5%;

        bottom: 35%;

    }

    div.ns-masthead div.ns-arc-title h3 {

        font-size: 27px;

        line-height: 1.1em;

        max-width: 100%;

        width: auto;

    }

    div.ns-masthead div.ns-arc-title div.ns-vitals {
        margin: 0 0% 0 15%;
        float: left;
        min-width: 60%;
    }


    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 figure {

        top: 85px;

        right: 0;

        left: 35%;

        z-index: 0;

        height: 320px;

        width: auto;

    }

    /* 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 {
        float: left;
        width: 90%;
        display: block;
        position: relative;
        height: auto;
        font-size: 15px;
        font-weight: 900;
        font-family: 'Open Sans';
        color: #5A5A5A;
    }

    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 4% 25px;
        width: 92%;
    }

    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 {
        width: auto;
        right: -40px;
    }

    .pr-adjust .parallax-mirror {

        margin-top: -5%;

    }

    div.footer-logo {
        width: 20%;
        margin-right: 5%;
    }

    div.footer-note {
        width: 70%;
        padding: 0;
    }

    div.ml-rollbox h2 {
        font-size: 40px;
    }
    div.ml-rollbox p {

        font-size: 13px;
    }

    div.ml-rollbox ul li, div.ml-rollbox ol li {
        font-size: 13px;
    }

    aside.milestone-content-wrapper {
        width: 75%;
    }



    div.milestone-creative-wrapper {
        width: 55%;
        left: initial;
    }

    img.ml-img-wrap {
        left: 50%;
        top: 50%;
        height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    div.enroll-scroll-trigger {
    }

    .goldenrod {

        -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);

        clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);

    }


}