html {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

/* Compactor*/

header.global-header-wrapper.enroll {
    background: transparent;
    background-image: none;
}

header.global-header-wrapper.compact {
    background-image: none;
    height: 90px;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid rgb(66, 66, 66);
}

header.enroll.compact .header-inner {
    background: transparent !important;
}

.compact .header-inner {

    background: #000 !important;
}

.header-inner .header-logo a {
    position: absolute;
    top: 50%;
    display: block;
    height: initial;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-inner .header-logo a img {
    display: none;
}

.header-inner .header-logo a img.desktop {
    display: block;
}

.compact .header-inner .header-logo a img.desktop {
    display: none;
}

.compact .header-inner .header-logo a img.mobile {
    display: block;
}

.compact .header-inner .header-logo a img {
    height: auto;
    max-width: 285px;
}

/* Header*/

header.global-header-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url(../../../../../images/tmpl/tmpl_header_concrete.png) repeat;
    box-shadow: #000 0px -12px 45px 0px;
    z-index: 100;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.header-inner {
    display: block;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}



header.small .header-left {
    top: 15%;
}

.header-right {
    right: 3%;
    bottom: 0 !important;
    top: 0;
}

header.small .header-right {
    top: 25%;
}

.header-logo {
    display: block;
    position: absolute;
    width: 80%;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
}

.header-logo a img {
    max-width: 420px;
    width: auto;
    position: relative;
    padding: 2% 3%;
}

.header-nav-wrapper {
    display: block;
    position: absolute;
    width: 65%;
    height: auto;
}

.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;
}

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 {
    display: block;
    float: right;
    grid-auto-columns: auto;
    padding: 11px;
    height: 30px;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

aside.global-share a {
    float:left;
    display:block;
    position:relative;
}

aside.global-share h4 {
    display: block;
    float: left;
    color: #ffffff;
    font-family: 'Alegreya Sans';
    font-size: 12px;
    margin: 2px 5px;
    background-color: #c41b30;
    padding: 5px 7px;
    border-radius: 3px;

}

aside.global-share i.ico {
    display: block;
    float: left;
    color: #E0E0E0;
    padding: 7px;
    font-size: 14px;
    cursor: pointer;
}

aside.global-share i.ico:hover {
    color: #fff;
}


nav.br-nav-abs {
    display: block;
    padding: 10px 0;
    width: 70%;
    float: left;
}

nav.br-nav-abs div.ico {
    width: 25px;
    display: block;
    float: left;
    height: 25px;
    position: relative;
    margin: 0;
}

nav.br-nav-abs div.ico img {
    width: 100%;
    display: block;
    float: left;
    margin: 0;
    padding: 6px 0;
}

nav.br-nav-abs div.detail {
    display: block;
    float: left;
    height: 30px;
}

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;
}

nav.br-nav-abs div.detail h5 {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 6px;
}

nav.br-nav-abs h5 a {
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: lowercase;
}

nav.br-nav-abs h5 a:hover {
    text-decoration: underline;
    color: #e1e1e1;
}

nav.br-nav-abs div.detail div.sep {
    display: block;
    float: left;
    color: rgba(255, 255, 255, 0.40);
    padding: 11px 0 0;
    font-size: 9px;
}

nav.br-nav-abs div.detail div.sep:last-of-type {
    display: none;
}

/* 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;
}

/* clearing */
/* main Navigation */

div.menu-trigger {
    display: none;
    position: absolute;
    right: 5%;
    top: 25px;
}

div.menu-trigger i {
    color: #bb3f37;
    font-size: 25px;
    cursor: pointer;
}

div.menu-trigger i:hover {
    color: #d92a1f;
}

a.mobile.mobile-trigger {
    display: none;
}

div.main-nav-wrapper {
    display: inline;
    width: auto;
    position: absolute;
    clear: both;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

nav#main-navigation-mobile {
    display: none;
}

nav#main-navigation {
    display: block;
    width: auto;
    position: absolute;
    float: right;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

nav#main-navigation ul.main-ul {
    display: inline;
    padding: 0 1%;
    margin: 0 auto;
    height: 100%;
    width: auto;
    position: absolute;
    right: 0;
    clear: both;
    bottom: 0;
    top: 0;
}

nav#main-navigation ul.main-ul li {
    -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#main-navigation ul.main-ul li.parent-open {
    background: transparent !important;
}

nav#main-navigation ul.main-ul li.parent-open a {
    color: #FFFFFF !important;
    background-color: #0D0D0D;
    font-weight: 100 !important;
    border-radius: 6px !important;
}

nav#main-navigation ul.main-ul li.parent-open a:hover {
    color: #fcfcfc !important;
}

nav#main-navigation ul.main-ul li.parent-open a h3 {
}

nav#main-navigation ul.main-ul li.parent-open a span {
}

nav#main-navigation ul.main-ul li.parent-open a span i.closed {
    display: none;
}

nav#main-navigation ul.main-ul li.parent-open a span i.open {
    display: block;
}

nav#main-navigation ul.main-ul li a span i.closed {
    display: block;
}

nav#main-navigation ul.main-ul li a span i.open {
    display: none;
}

.compact nav#main-navigation ul.main-ul li a {

    color: #b3b3b3;

    margin-top: 15px;
}

nav#main-navigation ul.main-ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #c41230;
    padding: 8px 29px 8px 11px;
    display: block;
    text-decoration: none;
    position: relative;
    -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: 30px 0 0;
    float: left;
}

nav#main-navigation ul.main-ul li a.no-hit {
    padding-right: 11px;
}

nav#main-navigation ul.main-ul li a h3 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 17px;
    float: left;
    display: block;
    clear: none;
    position: relative;
    width: auto;
}

nav#main-navigation ul.main-ul li a span {
    font-size: 11px;
    height: 100%;
    line-height: 3em;
    display: block;
    position: absolute;
    right: 10px;
    padding: 8px 0 0;
    font-weight: lighter;
}

.compact nav#main-navigation ul.main-ul li a:hover {

    color: #fff !important;
}

nav#main-navigation ul.main-ul li a:hover {
    color: #7A1124 !important;
    -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;
}

a.mn-li-active {
    background-color: #c41230;
    border-radius: 5px;
    color: #FFF !important;
}

nav#main-navigation ul.main-ul li ul.sub {
    display: none;
}

nav#main-navigation ul.main-ul li ul.sub div.nav-pass {
    padding: 0;
    position: relative;
    width: 60%;
    margin: 0 10% auto;
    float: right;
}

nav#main-navigation ul.main-ul li ul.sub div.nav-pass i {

    position: absolute;

    color: #5a5a5a;

    right: 25%;

    font-size: 25px;

    z-index: 1;

    cursor: pointer;
}

nav#main-navigation ul.main-ul li ul.sub div.nav-pass i:hover {
    color #333;
    color: #fac647;
}

nav#main-navigation ul.main-ul li ul.sub div.nav-pass div.nav-pass-inner {
    float: right;
    display: block;
    width: 55%;
    margin: auto;
    border-left: 1px dotted rgba(255, 255, 255, 0.25);
    padding: 0px 15px;
}

nav#main-navigation ul.main-ul li ul.sub div.nav-pass div.passage-ov {
    display: block;
    float: left;
    width: 38%;
}

nav#main-navigation ul.main-ul li ul.sub div.nav-pass div.passage-ov h3 {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 2px 0 12px;
    line-height: 1.4em;
    font-size: 18px;
    color: #FAC647;
}

nav#main-navigation ul.main-ul li ul.sub div.nav-pass div.passage-ov p {
    display: block;
    font-family: 'Open Sans';
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.6em;
    font-weight: 600;
}

nav#main-navigation ul.main-ul li ul.sub div.nav-pass div.passage-ov a,
div.activity-item-inner article div.activity-drop a {
    margin: 20px 0;
    padding: 7px 12px;
    font-weight: lighter !important;
    font-size: 15px;
    background: #000;
    border-radius: 2px !important;
    background: #fac647 !important;
    color: #0D0D0D !important;
    font-family: Georgia;
    text-decoration: none;
}

nav#main-navigation ul.main-ul li ul.sub div.nav-pass div.passage-ov a:hover,
div.activity-item-inner article div.activity-drop a:hover {
    background: #d22a47 !important;
    color: #fff !important;
}

nav#main-navigation ul.main-ul li ul.sub div.nav-pass h3 {
    font-size: 18px;
    text-align: left;
    font-family: Georgia;
    padding: 15px 20px 0;
    font-weight: 200;
    color: #FFFFFF;
    position: absolute;
    bottom: 5%;
    width: 45%;
}

nav#main-navigation ul.main-ul li ul.sub div.nav-pass img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    display: none;
}

nav#main-navigation ul.main-ul li ul.sub div.nav-pass p {
    display: block;
    text-align: left;
    padding: 5px 20px 20px;
    font-family: 'Open Sans';
    font-size: 13px;
    margin: 0;
}

nav#main-navigation ul.main-ul li ul.sub li {
    display: block;
    width: 50%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
}

nav#main-navigation ul.main-ul li ul.sub li.current a {
}

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 dotted rgba(255, 255, 255, 0.33);
}

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;
}

.compact nav#main-navigation ul.main-ul li ul.sub.sub-open,
.compact nav#main-navigation ul.main-ul li ul.sub:hover {

    top: 91px;
}

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;
    width: 100%;
    top: 120px;
    height: auto;
    padding: 2% 0;
    margin: 0;
    background-color: rgb(0, 0, 0);
}

.mn-first {
}

.mn-li {
    display: block;
    padding: 10px 7px;
    float: left;
    height: 100%;
    position: relative;
}

.mn-sprite {
    display: inline-block;
    height: 44px !important;
    float: left;
    margin: 30px 10px;
    width: 50px;
    position: relative;
}

.mn-li-sprite-usr {
    background: url('/images/tmpl/usr-acc-sprite.png') no-repeat 0px 0px;
}

.mn-li-sprite-usr:hover {
    background: url('/images/tmpl/usr-acc-sprite.png') no-repeat 0px -44px;
}

.mn-li-sprite-search {
    background: url('/images/tmpl/usr-acc-search.png') no-repeat 0px 0px;
    display: none;
}

.mn-li-sprite-search:hover {
    background: url('/images/tmpl/usr-acc-search.png') no-repeat 0px -44px;
}

.mn-last {
    padding-right: 0 !important;
}

li.mn-li.current {
}

.compact li.mn-li.current > a {
    color: #fff !important;

}

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 {
    display: block;
    margin: 10px 0;
    padding: 0;
    list-style: none !important;
    width: 100%;
    position: relative;
    width: 145px;
}

nav#landing-nav ul li a.active {
    background: #fac647;
    color: #000;
}

nav#landing-nav ul li a i,
nav#landing-nav ul li a em {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    width: 20px;
}

nav#landing-nav ul li a {
    background: #000000;
    display: block;
    position: absolute;
    font-family: 'Alegreya Sans';
    text-decoration: none !important;
    color: #ffffff;
    line-height: 100%;
    width: 100%;
    border-radius: 3px 0 0 3px;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;

}

nav#landing-nav ul li a span {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 14px;
    left: 43px;
    text-align: left;
}

nav#landing-nav ul li {
    margin: 10px 0 0;
    display: block;
    position: relative;
    float: left;
    height: 40px;
    width: 100%;
    clear: both;
    text-align: center;
    overflow: hidden;
}

nav#landing-nav {
    position: fixed;
    width: auto;
    right: 0;
    z-index: 2;
    min-height: 55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

div.acc-slide-wrapper-control {
    position: absolute;
    bottom: 7%;
    width: 600px;
    z-index: 100;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 3px !important;
    display: block;
    left: 10%;
    right: 25%;
    z-index: 10;
    height: 20px;
}

div.acc-slide-wrapper-control nav {
    display: block;
    margin: 1% auto;
    width: auto;
    position: relative;
    clear: both;
}

div.acc-slide-wrapper-control nav ul {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
}

div.acc-slide-wrapper-control nav ul li {
    list-style: none;
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    overflow: auto;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 1%;
    border-radius: 120px;
    background: rgba(250, 198, 71, 0.44);
    float: left;
}

div.acc-slide-wrapper-control nav ul li.current {
    background: #ffc63a;
}

div.acc-slide-wrapper-control nav ul li.current h5 {
}

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-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    display: none;
}

div.feature-passage {
    position: absolute;
    bottom: 10%;
    width: 45%;
    margin: 10px 0 0 150px;
}

div.feature-passage h3 {
    float: left;
    clear: both;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 100;
    background-color: rgb(250, 198, 71);
    color: #c41230;
    padding: 4%;
    width: 80%;
    margin: 0 0 0 -10%;
    line-height: 1.2em;
}

div.feature-passage p {
    width: 80%;
    clear: both;
    display: block;
    background-color: #c41230;
    padding: 4%;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6em;
    border-radius: 1px;
    color: #FAC647;
    font-weight: 500;
}

div.feature-passage p a {
    color: #fac647;
    font-weight: 800;
}

div.feature-passage p a:hover {
    color: #fbfbfb;
}

section#welcome-featurette {
    z-index: -1;
    overflow: hidden;
    position: relative;
}

section#welcome-featurette img {
    position: absolute;
    z-index: -1;
    margin: 0;
    display: block;
    padding: 0;
    left: 50%;
    top: 0;
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
    max-width: 115%;
    border-radius: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    height: auto;
}

aside#task-acc-aside {
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
}

aside#task-acc-aside ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 22%;
    position: absolute;
    left: 3%;
    z-index: 2;
    top: 20%;
}

aside#task-acc-aside ul li {
    background: #c41230;
    display: block;
    margin: 10px 1%;
    padding: 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;
    border-radius: 3px !important;
    width: 100%;
    float: left;
}

aside#task-acc-aside ul li:last-of-type {
    margin-right: 0 !important;
}

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: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 100;
    color: #E0E0E0;
    margin: 0 !important;
    cursor: pointer;
    line-height: 18px;
}

aside#task-acc-aside ul li.open {
    background: #fac647;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

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-feature-img-bg div.acc-feature-passage {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 2;
}

div.acc-feature-passage-wrapper {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(24, 24, 24, 0.7);
}

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 {
    display: block;
    width: auto;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 28%;
    right: 160px;
    border-left: 1px solid rgba(255, 255, 255, 0.21);
}

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: 100%;
    position: absolute;
    left: 0;
}

aside#task-acc-aside ul li.open h3,
aside#task-acc-aside ul li.open h4 {
    color: #c41230;
}

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 {
    padding: 10px 0 0 !important;
}

aside#task-acc-aside ul li ul li div p {
    font-family: georgia;
    line-height: 1.5em;
    color: #000000;
    font-size: 16px;
}

/* main */

main.page {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    top: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

/* footer */

div.footer-share-dashboard {
    position: absolute;
    top: 25%;
    left: 10%;
    right: 10%;
}

div.footer-share-dashboard i {
}

.absolute aside.footer-share-wrapper {

    top: 0;

    position: absolute;
}

aside.footer-share-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    float: left;
}

div.global-footer-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

div.fgr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

div.footer-gradient {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

div.footer-gradient img {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    min-width: 100%;
    z-index: -1;
    min-height: 100%;
    margin-left: 0;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);
}

.absolute div.footer-share-content {

    width: 80%;

    margin-left: 5%;

    margin-right: 0;
}


div.footer-share-content {
    position: relative;
    z-index: 2;
    padding: 45px 0;
    width: 85%;
    margin: auto;
    border-top: 1px solid rgba(239, 239, 239, 0.4);
}

div.footer-share-content aside.footer-nav-col {
    display: block;
    padding: 0;
}

div.footer-share-content nav.proximity-nav.sil:first-of-type {
    margin-left: 0;
}

div.footer-share-content nav.proximity-nav.sil:last-of-type {
    margin-right: 0;
}

div.footer-share-content nav.proximity-nav.sil {
    position: relative;
    bottom: initial;
    width: 22%;
    float: left;
    margin: 0 2%;
}

div.footer-share-content nav.proximity-nav.sil ul.proximity-ul {
}

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: 16px;
    font-weight: 100;
    padding: 5px 0;
    color: #d0d0d0;
}

div.footer-share-content nav.proximity-nav.sil ul.proximity-ul li h4 a:hover {
    color: #ffffff !important;
}

div.footer-share-content nav.proximity-nav.sil ul.proximity-ul li h4.large a {
    font-size: 20px;
    font-family: 'Open Sans', sans-serifsans-serif;
    padding: 13px 0;
    font-weight: 600;
    color: #e4e4e5;
}

aside.footer-scroll {
    position: absolute;
    right: -25px;
    width: 130px;
    padding: 15px 0 15px 45px;
    background: #000000;
    text-align: left;
    display: block;
    font-family: 'Alegreya Sans';
    text-decoration: none !important;
    color: #ffffff;
    line-height: 100%;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
    font-weight: 600;
    z-index: 1;
    bottom: 40px;
}

aside.footer-scroll:hover {

    color: #c41230;

    background: #fac647;
}

aside.footer-scroll i {

    position: absolute;

    left: 15px;

    font-size: 20px;

    top: 12px;
}

div.footer-share-inner {
    z-index: 2;
    color: #fff;
    position: relative;
    width: 100%;
    padding-top: 40px;
    background: transparent;
}

.absolute #footer-share-aside-wrapper {

    margin-left: 5%;

    width: 84%;
}

#footer-share-aside-wrapper {

    margin: auto;

    padding: 50px 0;

    width: 85%;
}

div.footer-share-inner h3 {
    font-family: 'Questrial', sans-serif;
    font-size: 39px;
    font-weight: 100;
    color: #fac647;
    margin: 9px 0;
    width: 200px;
    float: left;
}

div.footer-share-inner i {
    font-size: 25px;
    color: #c41230;
    padding: 8px 15px;
    background: #fac647;
    border-radius: 3px;
    text-align: right;
    margin: 6px 0 6px 1%;
    width: 13%;
}

div.footer-share-inner i span {
    font-size: 14px;
    display: block;
    float: left;
    padding: 7px 0;
    font-family: 'Alegreya Sans', sans-serif;
    text-align: center;
    font-weight: 600;
    margin-right: 20px;
}

div.footer-share-inner i span a {
    text-decoration: none;
    color: #c41230;
}

aside.footer-share-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 0;
}

footer.footer-global {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    width: 100%;
    background: rgba(177, 22, 49, 0.85);
    min-height: 650px;
}

div.global-footer-inner {
    width: 90%;
    display: block;
    position: relative;
    margin: 30px auto;
}

div.footer-logo {
    display: block;
    float: left;
    width: 188px;
    overflow: hidden;
    padding: 0;
    margin-right: 60px;
}

div.footer-logo img {
    width: 100%;
}

div.footer-note {
    display: block;
    float: left;
    position: relative;
    padding: 10px;
}

div.footer-note p {
    color: #000000;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 15px;
    font-weight: 800;
    float: left;
}

div.footer-note p a {
    color: #000000;
    padding: 0 10px;
    text-decoration: none;
    font-weight: 100;
}

div.footer-note p a:hover {

    color: #fff;
}

/* Activities */

div.activity-wrap {
    position: absolute;
    overflow: hidden;
    top: 20%;
    bottom: 0;
    left: 5%;
    right: 5%;
}

div.activity-item {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

div.activity-item-inner {
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

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: 25px;
}

div.activity-item-inner article.current {
    display: block !important;
}

div.activity-item-inner article h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 100;
    color: #E0E0E0;
    margin: 0 !important;
    cursor: pointer;
    padding: 2px 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    cursor: pointer;
}

div.activity-item-inner article h6 i {
    font-weight: 100;
    font-size: 16px;
    float: right;
    color: #fac647;
}

div.activity-item-inner article h6 i.open {
    display: none;
}

div.activity-item-inner article h6.current i.closed {
    display: none;
}

div.activity-item-inner article h6.current i.open {
    display: block;
    color: #c41230;
}

div.activity-item-inner article div.activity-drop {
    display: none;
}

div.activity-item-inner article p {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #FFFFFF;
    display: block;
    line-height: 1.6em;
    font-weight: 400;
    float: left;
    clear: both;
    width: 95%;
}

div.activity-item-inner article div.activity-drop a {

    float: left;

    margin: 7px 0 15px;
}

/* 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;
}

.data aside.ni-column-wrap {

    margin: 50px auto;

    padding: 30px 0;

    width: auto;
}

aside.ni-column-wrap {
    width: 300px;
    margin: 80px 0 0 50px;
}

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', sans-serif;
    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;
    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 article {
    float: left;
    width: 100%;
    clear: both;
    border-top: 1px solid #E0E0E0;
    padding-bottom: 5px;
    position: relative;
}

aside.ni-column-wrap article:first-of-type {

    border: none;
}

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 a {
    display: block;
    text-decoration: none;
    color: #7c0f23;
    width: 100%;
    padding: 14px 0;
    clear: both;
    float: left;
    -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;
    position: relative;
    height: auto;
}

aside.ni-column-wrap article a:hover {
    color: #c41230;
}

aside.ni-column-wrap article:hover a h4 {
    color: #000000;
}

aside.ni-column-wrap article a.ev-link h4 {
    font-size: 18px;
    color: inherit;
    font-family: 'Open Sans';
}

aside.ni-column-wrap article a h4 {
    display: inline;
    padding: 0;
    font-weight: lighter;
    font-size: 14px;
    -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;
    float: left;
    font-family: -webkit-body;
    line-height: 1.3em;
    margin: 5px 2% 0;
    max-width: 75%;
}

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:hover a figure.ni-related-news-mini {
    width: 45px !important;

    height: 45px;
}

figure.ni-related-news-mini {

    width: 40px !important;

    height: 40px;

    overflow: hidden;

    border-radius: 300px !important;

    padding: 0 !important;

    display: inline !important;

    position: absolute;

    right: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);
}

figure.ni-related-news-mini img {

    width: 100%;
}

aside.ni-column-wrap article figure {
    display: block;
    float: left;
    margin: 0;
    padding: 0 5% 0;
    width: 28%;
    border-radius: 3px;
    -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 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;
}

figure.ni-related-news-figure {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 40%;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

figure.ni-related-news-figure img {
    position: absolute;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: 110%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

}

div.ni-news-recent-block.article article {
    width: 100%;
    float: left;
    margin: 0 2% 2% 0%;
    min-height: 175px;
    border-radius: 3px;
    background: #efefef;
}

div.ni-news-recent-block.article {
    width: 100%;
    height: auto;
    overflow: visible;
}

div.ni-news-recent-block {
    float: left;
    width: 64%;
    display: block;
    position: relative;
    height: 450px;
    overflow: hidden;
}

div.ni-news-recent-block article {
    float: left;
    width: 48%;
    height: 33%;
    position: relative;
    background: #0B0B0B;
    overflow: hidden !important;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
}

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 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    cursor: pointer;
    -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 a {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
}

div.ni-news-recent-block article div.ni-detail.aside a h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    float: left;
    width: auto;
    margin: 0;
    font-weight: 800;
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}

div.ni-news-recent-block article div.ni-detail.aside:hover a {
}

div.ni-news-recent-block article div.ni-detail.aside:hover a h4 {
    color: #c41230;
}

div.ni-news-recent-block article div.ni-detail.aside:hover a small {
    color: #c41230;
    border-top: 1px dotted #c41230;
}

div.ni-news-recent-block article div.ni-detail.aside a small {

    clear: both;

    display: block;

    font-family: 'Questrial', sans-serif;

    font-size: 17px;

    font-weight: 600;

    color: rgb(0, 0, 0);

    background: transparent !important;

    line-height: 1.3em;

    padding-top: 13px;

    border-top: 1px dotted rgb(0, 0, 0);

    margin-top: 15px;

    text-transform: initial;
}

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;
}

div.ni-news-recent-block article div.ni-detail.aside {
    left: 40%;
    width: 60%;
    top: 5%;
}

div.ni-news-recent-block article div.ni-detail.aside:hover {
    background: rgba(250, 198, 71, 0.79);
    top: 0;
}

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.section-news-insights-wrapper h3 {
}

/* Proximity */

nav.proximity-nav {
    float: left;
    display: block;
    width: 250px;
    margin: 1%;
}

nav.proximity-nav.sil {
    position: absolute;
    bottom: 0;
    margin: -20px 5%;
    width: 80%;
    z-index: 2;
}

nav.proximity-nav.sil ul.proximity-ul {
}

nav.proximity-nav.sil ul.proximity-ul li.pr-li {
    float: left;
    border-radius: 3px;
}

nav.proximity-nav.sil ul.proximity-ul li.pr-li a:hover {
    color: #ffffff;
}

nav.proximity-nav.sil ul.proximity-ul li.pr-li a {
    padding: 6px 16px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7em;
    font-size: 14px;
    font-weight: 600;
}

.mobile-programs-nav {
    display:none;
}

select.mobile-programs-nav {
    padding: 10px;
    color: #fff;
    background: #000;
    border-radius: 5px;
    min-width: 200px;
    font-size: 14px;
    border: none;
}

select.mobile-programs-nav::before {

}

select.mobile-programs-nav::after {

}

select.mobile-programs-nav option::before {

}

select.mobile-programs-nav option::after {

}

nav.proximity-nav ul.proximity-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.proximity-nav ul.proximity-ul li.pr-li {
    background: #5A5A5A;
    margin: 1px;
    -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;
    border-radius: 3px !important;
}

nav.proximity-nav ul.proximity-ul li.pr-li:hover,
nav.proximity-nav ul.proximity-ul li.pr-li.current {
    background: #252525;
    -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;
    border-radius: 3px !important;
}

nav.proximity-nav ul.proximity-ul li.pr-li h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

nav.proximity-nav ul.proximity-ul li.pr-li a {
    font-family: Georgia;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    float: left;
    -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;
    border-radius: 3px !important;
}

* Milestone *

/

div.milestone-wrapper {

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    left: 0;

    z-index: 1;
}

div.ml-rollbox {
    width: 78%;
    margin: 80px 8%;
    position: relative;
    display: block;
}

div.ml-rollbox h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: 100;
    color: #fac647;
    margin: 5px 0 20px;
    float: left;
    width: 100%;
    line-height: 1.1em;
    clear: both;
    display: block;
}

div.ml-rollbox p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 600;
    color: #fff;
}

div.ml-rollbox ul {
    display: block;
    margin: 15px 30px 25px 0;
    font-size: 14px !important;
    list-style-type: disc;
    font-weight: 400;
}

div.ml-rollbox ul li {
    font-family: 'Open Sans', sans-serif;
    padding: 2px 0;
    line-height: 1.3em;
    color: #ffffff;
    font-size: 14px;
}

div.milestone-wrapper {

    position: absolute;

    height: auto;

    width: 100%;

    float: left;

    margin-top: 110px;

    display: block;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;
}

div.enroll-scroll-trigger.sub:hover {

    color: #a81932;

    background: transparent;

    border-color: #a81932;
}

div.enroll-scroll-trigger.sub {
    font-size: 16px;
    right: initial;
    bottom: initial;
    top: initial;
    background: transparent;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 3px;
    position: relative;
    width: auto;
    color: #000;
    float: left;
    margin-top: 20px;
}

div.enroll-scroll-trigger {

    position: relative;

    background: #fac647;

    color: #b03e3e;

    font-size: 25px;

    padding: 10px 20px;

    text-align: center;

    cursor: pointer;

    font-family: 'Open Sans', sans-serif;

    font-weight: 100;

    float: left;

    margin-top: 50px;

    border-radius: 3px;

    text-transform: lowercase;
}

div.enroll-scroll-trigger:hover {

    background: #ffbd19;
}

aside.milestone-content-wrapper.ov h2 {
    color: #a81932;
}

aside.milestone-content-wrapper.ov p,
aside.milestone-content-wrapper.ov ul li,
aside.milestone-content-wrapper.ov ul ol {
    color: #000;

}

aside.milestone-content-wrapper.ov {

    background: #F5F5F5;
}

aside.milestone-content-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 60%;
    -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
    background: #9e2036; /* Old browsers */
}

div.milestone-creative-wrapper {
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

img.ml-img-wrap {

    position: absolute;

    max-height: 150%;

    top: 0;

    width: auto;

    right: 0;

    left: 0;

    min-width: 100%;
}

/* General Section CSS */

section.acc-related-para {

    position: relative;

    overflow: hidden;

    border-bottom: 1px solid #505153;

    height: 450px;

    display: block;
}

section.gen-section-wrapper.enroll {
    margin: 0;
    position: relative;
    overflow: hidden;
    min-height: 800px;
}

section.gen-section-wrapper.intake-form {
    margin: 0;
    background: #efefef;
    padding: 0;
}

section.gen-section-wrapper {
    display: block;
    margin: 120px 0 0 0;
}

section.gen-section-wrapper div.gen-section-wrapper-inner.goldenrod {
    border: 0;
}

section.gen-section-wrapper div.gen-section-wrapper-inner {
    width: 100%;
    margin: auto;
    clear: both;
    padding: 25px 0 0;
    background-color: #F5F5F5;
    border-top: 2px solid #FFFFFF;
    border-bottom: 3px solid rgba(76, 77, 79, 0.10);
    box-shadow: rgba(0, 0, 0, 0.3) 0 9px 60px 8px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

section.gen-section-wrapper div.gen-section-wrapper-inner.no-shadow {
    box-shadow: none !important;
    border-top-width: 4px;
}

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 {
    box-shadow: none;
    overflow: visible;
}

div.gen-sec-wrapper {

    width: 80%;

    margin: auto auto 50px;
}

div.gen-sec-col {

    float: left;

    width: 49%;
}

div.gen-sec-col:first-of-type {
    margin-right: 2%;
}

div.gen-passage-wrapper.about.wedge {
    width: 35%;
}

div.gen-passage-wrapper.about.wedge-right {
    width: 40%;
    margin: 45px 5% 65px;
}

div.gen-passage-wrapper.about.partners {
    width: 50% !important;
}

div.gen-passage-wrapper.about {
    margin: 2% 3% 2% 5%;
    width: 41%;
}

div.gen-passage-wrapper.about figure.hs-right {
    width: 175px;
    display: block;
    float: right;
    margin: 10px 0 20px 20px;
}

div.gen-passage-wrapper.about figure.hs-right img {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #dadada;
}

div.gen-passage-wrapper.about h2 {
    font-family: 'Questrial';
    font-weight: 100;
    font-size: 34px;
    margin: 12px 0 7px;
    color: #000000;
    width: 90%;
    line-height: 1.3em;
}

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: 50%;
    display: block;
    float: left;
    margin: 2% 4%;
    padding: 0 0 0 2%;
}

div.gen-passage-wrapper.wedge-right {
    width: 30%;
    margin: 4% 0;
    padding: 0;
}

div.gen-passage-wrapper.wedge-right h3 {
    font-family: 'Questrial';
    margin: 7px auto 15px;
    color: #000000;
    width: 100%;
    line-height: 1.3em;
    font-weight: 100 !important;
    font-size: 23px;
    padding: 5px 0px;
    z-index: 1;
    display: block;
    cursor: pointer;
}

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% 4%;
    padding: 0 2%;
}

div.gen-passage-wrapper.data {
    margin: auto;
    float: none;
    width: 90%;
    padding: 50px 0;
}

div.gen-passage-wrapper.wedge-right a.grr-feature {
    width: 100%;
    padding: 0;
    max-height: 300px !important;
}

div.gen-passage-wrapper.wedge-right a.grr-feature img {
    max-height: initial !important;
    width: 100%;
}

div.gen-passage-wrapper.wedge-right p {
    margin: 0 !important;
}

div.gen-passage-wrapper.wedge-right a {
    float: none;
    display: inline;
    padding: 0;
    position: relative;
}

div.gen-passage-wrapper.wedge-right a img {
    width: 60%;
    margin: 25px auto;
    display: block;
    position: relative;
    max-height: 120px;
}

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 a:hover {
    color: #7c0f23;
}

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: 70%;
}

div.gen-passage-wrapper ul {
    display: block;
    margin: 15px 30px 25px 0;
    font-size: 14px !important;
    list-style-type: disc;
    font-weight: 400;
}

div.gen-passage-wrapper ul li {
    font-family: 'Open Sans', sans-serif;
    padding: 2px 0 6px;
    line-height: 1.6em;
    color: #000000;
}

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: 45% !important;
    margin: 2% 3%;
    padding: 0 3%;
    min-height: 300px;
}

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-sub-wrapper {
    width: 100%;
    margin: auto;
    position: relative;
    padding: 7px 0;
    display: none;
    float: left;
}

div.gen-passage-wrapper.column-bottom {
    width: 40% !important;
    min-height: 100px;
    margin-top: 0;
}

div.gen-related-wrapper.couns {
    display: none;
}

div.gen-related-wrapper {
    display: block;
    padding: 10% 5% 0;
    clear: both;
}

div.gen-related-wrapper.display {
    padding: 10px 8% 50px;
}

div.gen-related-wrapper h3, div.trm-programs-related-block h4, .ni-related-wrap h3, aside.ni-column-wrap h3 {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fac647;
    background: #c41230;
    float: left;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 25px;
}

aside.ni-column-wrap h3 {

    font-family: 'Alegreya Sans', sans-serif !important;

    font-size: 15px !important;

    font-weight: 600 !important;

    color: #fac647 !important;

    float: left !important;

    padding: 5px 10px !important;

    width: auto !important;

    margin-bottom: 25px !important;
}

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.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 {
    clear: left;
}

article.grr-list-item {
    display: block;
    float: left;
    width: 45%;
    border-radius: 0;
    border-top: 1px solid #E0E0E0;
    padding: 0;
    height: auto;
    margin-right: 5%;
}

article.grr-list-item.partners {
    width: 46%;
    margin: 2%;
}


article.grr-list-item.featured > img {
    width: 100% !important;
    height: auto !important;
}

article.grr-list-item.featured {

    width: 30%;

    height: auto;

    border-top: none;

    padding: 10px 0;
}

article.grr-list-item:hover {
}

article.grr-list-item .grr-item {
    display: block;
    height: auto;
    margin: 2%;
}

article.grr-list-item.featured img.grr-team-image-list {
    height: 125px;
    width: auto;
    margin: auto;
    clear: both;
    float: initial;
}

article.grr-list-item.partners img.grr-team-image-list {
    padding: 15px 0 10px;
    width: 160px;
    max-width: 35%;
}

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.featured a.partner-link {
    width: 90%;
    float: initial;
    margin: auto;
    text-decoration: none;
}

article.grr-list-item a.partner-link {
    display: block;
    height: 30px;
    margin: 2% 0;
    width: 50%;
    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.featured a.partner-link h4.grr-item-partner {
    text-align: center;
    margin: auto;
    float: initial;
}

article.grr-list-item a.partner-link h4.grr-item-partner {
    width: auto;
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    font-weight: 100;
    font-size: 15px;
    color: inherit;
    font-family: Georgia;
}

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%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #484848;
}

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 {
    font-family: 'Questrial';
    margin: 7px auto 0;
    width: 100%;
    line-height: 1.3em;
    font-size: 23px;
    padding: 10px 0px 5px;
    border-bottom: 1px solid #000000;
    z-index: 1;
    display: block;
    cursor: pointer;
}

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.search h3 {
    font-family: 'Questrial';
    font-size: 45px;
    margin: 2px 0;
    color: #000000;
    line-height: 1.3em;
    font-weight: 100;
    padding: 0 0 8px 0;
    width: 98%;
}

div.gen-passage-wrapper h3 {
    font-family: 'Questrial', sans-serif;
    font-size: 35px;
    margin: 2px 0;
    color: #000000;
    line-height: 1.1em;
    font-weight: 100;
    padding: 0 0 8px 0;
    width: 98%;
    float: left;
}

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 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    color: #000000;
    padding: 5px 0;
    margin: 8px 0;
    display: block;
    font-weight: 500;
    position: relative;
    clear: left;
}

div.gen-passage-wrapper iframe {
    width: 100%;
}

aside.gen-section-header-wrapper.acc-enroll-pager {
    height: auto !important;
    min-height: 300px;
}

aside.gen-section-header-wrapper {
    display: block;
    width: 100%;
    padding: 0;
    height: 500px;
    position: relative;
}

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-browse {
    height: 0;
    background: #FAC647;
}

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: 230px !important;
    background: #A71933;
    z-index: 0;
}

aside.gen-section-header-wrapper.section-our-team {
    height: 350px !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;
    bottom: 0;
    z-index: 1;
}

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 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 40px;
    background: #FAC64C;
    margin: 0;
    min-width: 30%;
    max-width: 45%;
    width: auto;
    line-height: 1.2em;
    color: #C41230;
    padding: 15px 2% 20px;
    position: relative;
}

aside.gen-section-header-wrapper div.gen-section-inner div.gen-section-inner-wrapper p {
    font-family: 'Open Sans';
    color: #FAC647;
    font-size: 16px;
    font-weight: 600;
    max-width: 45%;
    min-width: 30%;
    width: auto;
    line-height: 1.5em;
    background: #C41235;
    padding: 2%;
    margin: 0 5%;
}

/* Counselor */

h2.couns-header {
    font-family: 'Questrial';
    font-size: 41px;
    font-weight: 100;
    color: #000;
}

/* Supper Display */

div.supper-display {
    display: block;
    float: left;
    width: 100%;
    background-color: #EDEDED;
    border-top: 1px solid #E3E3E3;
    margin: 0;
}

/* Program Related Content */

div.trm-sheets-item {
}

div.trm-sheets-item article {
    border-bottom: 3px solid #ededed;
}

div.trm-sheets-item article:last-of-type {
    border: none !important;
}

div.trm-sheets-item-inner {

    padding: 10px 0;
}

div.trm-sheets-item-inner a {

    font-family: 'Open Sans', sans-serif !important;

    margin: 5px 0 0;

    font-weight: 800;
}

div.trm-sheets-item-inner a h4 {

    color: inherit;

    font-family: inherit;

    margin: inherit;

    font-size: inherit;
}

div.trm-sheets-item-inner p {
    padding: 0;
}

div.para-wrapper {

    position: absolute;

    left: 9%;

    right: 9%;

    top: 120px;

    bottom: 50px;
}

div.trm-news-item.para h4 {

    width: 80%;

    margin: auto;

    display: block;
}

div.trm-news-item.para h4 span {

    font-family: 'Alegreya Sans', sans-serif;

    font-size: 15px;

    font-weight: 600;

    color: #c41230;

    background: #fac647;

    float: left;

    padding: 5px 10px;

    border-radius: 3px;

    margin: 50px 0 0;
}

div.trm-news-item.para {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    height: 100%;

    width: 100%;

    background: rgba(0, 0, 0, 0.61);
}

div.trm-news-item.para article {

    width: 23%;

    float: left;

    display: block;

    height: 100%;

    position: relative;

    margin: 0 2%;

    border-radius: 3px;

    overflow: hidden;

    min-height: 275px;
}

div.para-related-image {
    width: 100%;
    overflow: hidden;
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 65%;
}

div.para-related-image img {
    min-width: 100%;
    min-height: 100%;
    max-width: 110%;
}

div.trm-programs-related-wrapper {
    display: block;
    width: 250px;
    padding: 2px;
}

div.para-related-content:hover {

    top: 55%;
}

div.para-related-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 65%;
    z-index: 1;
    cursor: pointer;
    -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.para-related-content h5 span small {

    position: absolute;

    top: 45%;

    -webkit-transform: translateY(-40%);

    -ms-transform: translateY(-45%);

    transform: translateY(-45%);

    left: 20px;

    right: 30px;

    bottom: 10px;

    display: block;

    font-family: 'Questrial', sans-serif;

    font-size: 15px;

    font-weight: 600;

    color: rgba(218, 218, 218, 0.71);

    background: transparent !important;

    line-height: 1.3em;
}

div.para-related-content h5 span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    display: block;
    margin: 0;
    padding: 0;
    left: 20%;
    background: #191919;
    -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.para-related-content:hover h5 span {
    background: #c41b30;
}

div.para-related-content h5 small {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 80%;
    background: #101010;
    -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.para-related-content:hover h5 small {
    background: #a20c1f;
    color: #fff;
}

div.para-related-content h5 small i {
    line-height: 100%;
    display: inline;
    position: absolute;
    text-align: center;
    color: #292929;
    font-size: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 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.para-related-content:hover h5 small i {

    color: #fdaf17;

    top: 40%;
}

div.para-related-content h5 {
    margin: 0;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    border: none;
}

div.para-related-content h5 a {

    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    position: relative;
}

div.trm-programs-related-block div.trm-events-outer {

    clear: both;
}

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;
}

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: 14px;
    font-family: 'Alegreya Sans';
    background-color: #c41b30;
    color: #ffffff;
    text-align: center;
    padding: 3%;
    border-radius: 3px;
    font-weight: 700;
    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 {

    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-download {
}

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: 20px 0 5px;
}

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: #000000;
    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;
}

/* 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.enroll-mesh {
    border-top: none;
    position: relative;
    top: initial;
    bottom: initial;
}

div.trm-acc-enroll-wrapper {

    display: block;

    width: 80%;

    margin: auto;

    padding: 70px 0 50px;
}

h2.acc-enroll {

    font-family: 'Questrial', sans-serif;

    font-size: 50px;

    font-weight: 100;

    margin: 20px 0 10px;
}

div.acc-enroll-narrative {
    width: 55%;
    float: left;
}

div.acc-enroll-narrative p {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5em;
    font-size: 15px
}

div.acc-enroll-narrative ul, ol {

    font-family: 'Open Sans', sans-serif;
    line-height: 1.5em;
    font-size: 15px
}

div.acc-enroll-narrative ul li {
}

div.acc-enroll-form {

    float: right;
    width: 40%;
}

div.trm-acc-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

div.trm-acc-wrapper div.trm-acc-content-left {
    position: absolute;
    left: 7%;
    width: 60%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

div.trm-acc-wrapper div.trm-acc-content-left h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 55px;
    color: #C41230;
    margin: 0 0 10px;
    line-height: 1.1em;
}

div.trm-acc-wrapper div.trm-acc-content-left p {
    font-family: 'Open Sans';
    font-weight: 600;
    width: 70%;
    line-height: 1.6em;
    margin: 20px 0 0;
    color: #a71932;
    padding: 10px 0;
    font-size: 15px;
}

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-acc-content-blocks {
    width: 100%;
    display: block;
    position: absolute;
    margin: 0;
    z-index: 0;
    box-shadow: #5A5A5A 0px 0px 20px -10px;
    background: transparent !important;
    bottom: 0;
    height: 100%;
}

div.trm-feature-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 70%;
}

div.trm-feature-title-inner {
    display: block;
    width: 80%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8%;
    height: auto;
}

div.trm-feature-title h2,
div.trm-feature-title div.title-wrapper {
    display: block;
    font-size: 60px;
    color: #C41230;
    z-index: 1;
    font-family: 'Open Sans';
    font-weight: 100;
    line-height: 1em;
    position: relative;
    margin: 0;
}

div.trm-feature-title div.title-wrapper small {

    display: block;

    clear: both;

    font-size: 17px;

    line-height: 1.4em;

    color: rgb(196, 18, 48);

    font-weight: 500;

    padding: 5px;
}

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 {
    width: 40%;
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    background: #fac647;
    right: 0;
}

div.trm-feature-illustration img {
    display: block;
    z-index: 1 !important;
    width: auto;
    height: 90%;
    position: absolute;
    bottom: 0;
    top: 10%;
}

div.trm-ni-wrapper {
    position: absolute;
    top: 25%;
    left: 7%;
}

div.trm-ni-wrapper h3 {
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    display: block;
    margin: 0;
    padding: 0;
    color: #fac647;
    z-index: 100;
}

div.trm-feature-activity.compact {

    top: 90px;
}

div.trm-feature-activity {
    float: left;
    width: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: 120px;
    background: #000000;
    z-index: 3;
    height: 50px;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

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 {
    display: block;
    position: relative;
    width: 91%;
    margin: auto;
    overflow: hidden;
}

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 div.footer-data h6 {
    font-family: 'Alegreya Sans', sans-serif;
    padding: 5px 0;
    font-size: 14px;
    text-transform: initial;
    margin: 0;
    color: #676767;
}

div.ns-article-wrap div.ns-article-inner div.footer-data a {
    color: #6d6d6d;
}

div.ns-article-wrap div.ns-article-inner div.footer-data a:hover {
    color: #000;
}

div.ns-article-wrap div.ns-article-inner div.footer-data {

    padding: 14px 0;

    float: left;

    display: block;

    border-radius: 3px;
}

div.ns-article-wrap div.ns-article-inner div.footer-data p {
    font-size: 13px;
    color: #676767;
    line-height: 1.4em;
    padding: 0 0 10px;
    margin: 0;
    font-weight: lighter;
    font-family: 'Alegreya Sans', sans-serif;
}

div.ns-article-wrap div.ns-article-inner {
    display: block;
    width: 52%;
    margin: 0 0 2% 5%;
    padding: 15px;
    z-index: 1;
    position: relative;
    float: left;
}

div.ns-article-wrap div.ns-article-related {
    position: absolute;
    right: 3%;
    width: 35%;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e4e4e5;
}

div.ns-article-wrap div.ns-article-inner p:first-of-type {

    font-size: 20px;

    line-height: 1.4em;

    padding: initial;

    padding-bottom: 7px;

    padding-top: 15px;
}

div.ns-article-wrap div.ns-article-inner p {

    padding: 10px 0 7px;
}

div.ns-article-wrap div.ns-article-inner p:hover {
}

div.ns-article-wrap div.ns-article-inner p a {
    color: #c41230;
}

p.ns-source-outbound {

    padding: 6px 0 !important;

    float: left;

    width: auto;

    margin-bottom: 20px !important;

    font-family: 'Open Sans', sans-serif !important;

}

p.ns-source-outbound a {

    font-weight: 600 !important;
    font-size: 18px;
}

p.ns-source-outbound a:hover {

    color: #940e24 !important;
}

div.ns-article-wrap {
    display: block;
    position: relative;
    margin: 130px 0 0;
    padding: 2% 0;
    width: 100%;
    background: #EDEDED;
}

div.ns-masthead {
    display: block;
    position: absolute;
    height: 400px;
    top: -225px;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 5;
    overflow: hidden;
}

div.ns-masthead div.ns-arc-title {
    position: absolute;
    z-index: 1;
    bottom: 20%;
    width: 50%;
    left: 6%;
}

div.ns-masthead div.ns-arc-title div.ns-beatle {
    position: absolute;
    height: 200%;
    top: 50%;
    left: 8%;
    width: 2px;
    z-index: -1;
    border-left: 2px dotted #FAC647;
}

div.ns-masthead div.ns-arc-title h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 35px;
    background: #FAC647;
    margin: 0;
    line-height: 1.2em;
    color: #C41230;
    padding: 12px 25px 15px;
    width: 500px;
    float: left;
}

div.ns-masthead div.ns-arc-title div.ns-vitals {
    background: #C41230;
    padding: 5px 15px 7px;
    color: #FAC647;
    margin: 0 0 0 100px;
    float: left;
    width: auto;
    min-width: 300px;
    max-width: 500px;
}

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 {
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-decoration: underline;
    color: #FAC647;
}

div.ns-masthead div.ns-arc-title div.ns-vitals div.ns-date {
    float: left;
    padding: 2%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

div.ns-masthead figure {
    position: absolute;
    top: 5%;
    left: 35%;
    width: 50%;
    height: 355px;
    overflow: hidden;
    border-radius: 3px;
    z-index: 0;
}

div.ns-masthead figure img {
    min-width: 100%;
    max-width: 150%;
    position: absolute;
    height: auto;
    min-height: 100%;
    top: -10px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Program Components */

div.programs-start-wrapper {

    margin-bottom: 40px !important;
}

div.programs-comp-wrapper,
div.programs-start-wrapper {
    display: block;
    width: auto;
    clear: both;
}

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;
    -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: 60px;
    position: absolute;
    text-align: center;
    color: #5A5A5A;
    right: 0;
    top: 35%;
    font-size: 13px;
    clear: right;
}

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', sans-serif;
    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 5% 25px;
    width: 90%;
}

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 25px;
}

div.programs-comp-wrapper ul li ul.programs-comp-wrapper-sub-ul li div.programs-comp-wrapper-sub ul li {
    list-style: disc !important;
    margin: 0 8px 3px 5px;
    display: list-item;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
}

div.programs-comp-wrapper ul li ul.programs-comp-wrapper-sub-ul li div.programs-comp-wrapper-sub p {
    font-size: 13px;
}

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: left;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 55%;
    right: 0;
    background-color: #f5f5f5;
    border-left: 1px solid #e0e0e0;
}

/* gradients and backgrounds */

.matte {
    background: url(../../../../../images/tmpl/tmpl_programs_bg.png) repeat;
}

.sprinkles {
    background: url(../../../../../images/tmpl/tmpl_sprinkles.png) repeat;
}

.enroll-mesh {
    background-color: #e5e5ec;
}

.main {
    background-color: #000;
}

.black-opaque {
    background-color: rgba(37, 37, 37, 0.94);
}

.gold-mesh {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fac647+0,fdaf17+100&0.9+0,1+88 */

    background: -moz-linear-gradient(left, rgba(250, 198, 71, 0.9) 0%, rgba(253, 178, 29, 1) 88%, rgba(253, 175, 23, 1) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(left, rgba(250, 198, 71, 0.9) 0%, rgba(253, 178, 29, 1) 88%, rgba(253, 175, 23, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to right, rgba(250, 198, 71, 0.8) 0%, rgba(253, 178, 29, 1) 88%, rgba(253, 175, 23, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6fac647', endColorstr='#fdaf17', GradientType=1);
    /* IE6-9 */
}

.black-mesh {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#161616+0,000000+99&0.9+0,0.95+100 */

    background: -moz-linear-gradient(-45deg, rgba(22, 22, 22, 0.9) 0%, rgba(0, 0, 0, 0.95) 99%, rgba(0, 0, 0, 0.95) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(-45deg, rgba(22, 22, 22, 0.9) 0%, rgba(0, 0, 0, 0.95) 99%, rgba(0, 0, 0, 0.95) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(135deg, rgba(22, 22, 22, 0.9) 0%, rgba(0, 0, 0, 0.95) 99%, rgba(0, 0, 0, 0.95) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6161616', endColorstr='#f2000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.dark-burgundy {
    background: rgba(124, 15, 35, 0.90);
}

.embolden {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c41230+0,c41230+100&0.4+1,0.77+100 */
    background: -moz-linear-gradient(left, rgba(196, 18, 48, 0.4) 0%, rgba(196, 18, 48, 0.4) 1%, rgba(196, 18, 48, 0.77) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(196, 18, 48, 0.4) 0%, rgba(196, 18, 48, 0.4) 1%, rgba(196, 18, 48, 0.77) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(196, 18, 48, 0.4) 0%, rgba(196, 18, 48, 0.4) 1%, rgba(196, 18, 48, 0.77) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66c41230', endColorstr='#c4c41230', GradientType=1); /* IE6-9 */

}

.black-mesh-utility {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e1e1e+0,000000+0,141414+100 */

    background: rgb(30, 30, 30);
    /* Old browsers */

    background: -moz-linear-gradient(-45deg, rgba(30, 30, 30, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(20, 20, 20, 1) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(-45deg, rgba(30, 30, 30, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(20, 20, 20, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(135deg, rgba(30, 30, 30, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(20, 20, 20, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e1e1e', endColorstr='#141414', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.black-mesh-transparent {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+35,000000+35,000000+100&0+10,1+100 */

    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.28) 35%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.28) 35%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.28) 35%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
    /* IE6-9 */
}

.red-mesh-flat {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7c0f23+0,6d0a0a+100 */

    background: rgb(124, 15, 35);
    /* Old browsers */

    background: -moz-linear-gradient(top, rgba(124, 15, 35, 1) 0%, rgba(109, 10, 10, 1) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(124, 15, 35, 1) 0%, rgba(109, 10, 10, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(124, 15, 35, 1) 0%, rgba(109, 10, 10, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c0f23', endColorstr='#6d0a0a', GradientType=0);
    /* IE6-9 */
}

.dark-mesh {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+41,000000+100&0+10,1+100 */

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.34) 41%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.34) 41%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.34) 41%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.red-mesh {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c41230+0,7c0f23+100 */

    background: rgba(196, 18, 48, .70);
    /* Old browsers */

    background: -moz-linear-gradient(-45deg, rgba(196, 18, 48, 1) 0%, rgba(124, 15, 35, .75) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(-45deg, rgba(196, 18, 48, 1) 0%, rgba(124, 15, 35, .75) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(135deg, rgba(196, 18, 48, 1) 0%, rgba(124, 15, 35, .60) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c41230', endColorstr='#7c0f23', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.goldenstock {
    background: #fac647;
}

.goldenrod {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fac647+0,f97c00+100&1+0,0.45+100 */
    background: -moz-linear-gradient(left, rgba(250,198,71,1) 0%, rgba(249,124,0,0.45) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(250,198,71,1) 0%,rgba(249,124,0,0.45) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(250,198,71,1) 0%,rgba(249,124,0,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac647', endColorstr='#73f97c00',GradientType=1 ); /* IE6-9 */
    -webkit-clip-path: polygon(0 0, 70% 0, 60% 100%, 0% 100%);
    clip-path: polygon(0 0, 70% 0, 60% 100%, 0% 100%);

}

/* graphics */

.acc-shadow {
    box-shadow: #000 0px 6px 10px -9px !important;
}

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;
}

/* Mobile Menu */

a.mobile.mobile-trigger {
    color: #c41230;
    font-size: 30px;
    padding: 33px;
    position: absolute;
    right: 0;
}

div.mobile-mn-cntrol.open {
    opacity: 1;
    visibility: visible;
    background: #000000;
}

.main-ul-mobile.mm-listview {
    padding: 0 10px !important;
}

.mm-listview {

    padding: 20px 30px 0 !important;
}

div.mobile-mn-cntrol {
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.mm-navbar-top-2 {
    right: 0 !important;
    height: 80px !important;
    top: 0 !important;
    width: 50% !important;
    left: initial !important;
    border-bottom: 1px dotted #ccc !important;
}

.mm-navbar-top-1 {
    top: 0 !important;
    height: 80px !important;
    width: 50%;
    left: 0 !important;
    right: initial !important;
    border-bottom: 1px dotted #ccc !important;
}

img.mbl-mmenu {
    height: 65%;
    top: 20%;
    left: 3%;
    bottom: 16%;
    position: absolute;
    padding: 0;
}

ul.main-ul-mobile {
    z-index: 1;
    margin: 0 !important;
    padding: 0 !important;
}

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}

.mm-listview .mm-next:before,
.mm-listview > li:not(.mm-divider):after,
.mm-next:after,
.mm-prev:before {
    content: '';
    bottom: 0
}

.mm-hidden {
    display: none !important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
    display: block
}

.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
    height: 40px;
    bottom: auto
}

.mm-listview > li.mm-vertical > .mm-next:after,
.mm-vertical .mm-listview > li > .mm-next:after {
    top: 16px;
    bottom: auto
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after,
.mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-next:after,
.mm-prev:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-navbar > * {
    display: block;
    padding: 10px 0
}

.mm-navbar .mm-btn:first-child {
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0
}

.mm-panel .mm-navbar {
    display: none;
    border-bottom: 1px dotted #ccc;
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview > li {
    position: relative;
    border-color: #ccc !important;
    padding: 5px 0 !important;
    border-bottom: 1px;
    border-bottom-style: dotted;
}

.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
    border-color: inherit
}

.mm-listview > li > a {

    font-family: 'Open Sans', sans-serif;

    font-size: 20px !important;

    font-weight: 100;

    padding: 10px !important;
}

.mm-listview > li > span {
    font-size: 12px !important;

}

.mm-listview > li:not(.mm-divider):after {
    border-bottom-style: none !important;
    display: block;
    position: absolute;
    right: 0;
    left: 20px;
}

.mm-listview .mm-next {
    background: transparent;
}

.mm-listview .mm-next:before {
    border: none !important;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -20px
}

.mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0
}

.mm-listview .mm-inset > li {
    padding: 5px 0
}

.mm-listview .mm-divider {
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px
}

.mm-listview .mm-spacer {
    padding-top: 40px
}

.mm-listview .mm-spacer > .mm-next {
    top: 40px
}

.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px
}

.mm-menu {
    background: rgb(0, 0, 0) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px;
    overflow: hidden;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
    color: #fff !important;
    float: left;
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgb(250, 198, 71) !important;
}

.mm-menu .mm-listview > li .mm-next:after {
    border-color: rgb(255, 0, 45) !important;
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
    width: 20%
}

/* clearing */

div.clear {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    background: transparent !important;
}

.invision {
    display: none !important;
    clear: both;
}

.nocontent {
}

.parallax-window.about {
    min-height: 350px;
    position: relative;
    top: 0;
}

.parallax-window {

    min-height: 500px;

    background: transparent;
}

.parallax-alt {

    display: none;
}

.parallax-window.related-content {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}

img.related-content-abs {

    position: relative;

    width: 100%;

    z-index: -1;

    min-height: 100%;

    display: inline;

    top: -50%;
}

aside.aside-map {

    position: relative;
    height: auto;
}

aside.aside-map #map-track {

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    left: 0;

    z-index: 1;
}

aside.aside-map #map {

    height: 600px;
    width: 100%;
    display: block;
}

.sty-h2 {
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    margin: 10px 0 0;
}

.sty-h3 {
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    margin: 5px 0px 12px;
    font-weight: 600;
}

.sty-c {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    float: left;
    clear: both;
    padding: 3px 0;
    margin: 0;
}

.sty-c i {
    color: #a71932;
    font-size: 15px !important;
    padding: 1px;
    float: left;
    display: none;
    margin: 5px;
}

.sty-c span {
    float: left;
    display: block;
    font-size: 14px;
}

.sty-c em {
    font-weight: 800;
    font-style: normal;
}

.sty-addr {

}

.sty-phn {

}

.sty-fax {
}

.sty-mail {
}

.sty-mail a {
    text-decoration: none;
    font-weight: 800;
    color: #c41b30;
}

/* ECP Dashboard */

div.int-wrapper {
    position: relative;
    width: 90%;
    margin: 50px 5% 100px;
    float: left;
}

div.int-wrapper h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    font-weight: 100;
    margin: 10px 0;
}

input.int_frm.button {

    padding: 10px 20px;
    border-radius: 3px;
    background: #000;
    color: #fff;
    border: none;
}

div.account_wrapper, div.submit_wrapper {

    padding: 15px 20px;
    position: relative;
    float: left;
}

div.account_wrapper h4 {
    font-family: 'Questrial', sans-serif;
    color: #000000;
    font-size: 35px;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #000000;
    padding-bottom: 20px;
    clear: both;
    font-weight: 600;
    margin: 20px 0 25px;
}

div.account_wrapper h5 {
    font-family: 'Open Sans', sans-serif;
    float: left;
    clear: both;
    margin: 20px 0 25px;
    font-size: 16px;
    color: #f7c046;
    padding: 10px 12px;
    font-weight: 600;
    background: #a81932;
    border-radius: 3px;
}

div.account_wrapper p.append_data {
    border-bottom: none;
    font-weight: bold;
    font-size: 17px;
}

div.account_wrapper p {

    display: block;

    font-family: 'Open Sans', sans-serif;

    clear: both;

    font-size: 14px;

    line-height: 1.6em;

    border-bottom: 3px solid #dcdcdc;

    padding-bottom: 25px;
}

div.account_wrapper .int {
    padding: 5px 0 20px;
    border-radius: 3px;
    float: left;
    width: 100%;
    display: block;
    clear: both;
    margin: 1% 0;
}

div.account_wrapper .quest_int {

    width: 98%;

    float: none;
}

div.account_wrapper .rev_emp_int fieldset label {

    width: 48% !important;
}

div.account_wrapper .quest_int fieldset {

    float: left;

    width: 45% !important;

    clear: none !important;

    padding-right: 4% !important;
}

div.account_wrapper .name_int, div.account_wrapper .contact_int {

    width: 46%;

    padding-right: 3%;

    clear: none;
}

div.account_wrapper .int fieldset {
    border: none;
    clear: both;
    position: relative;
    display: inline;
    padding: 0;
    width: 96%;
}


div.account_wrapper .int fieldset.city-state div {
    width: 50%;
    float:left;
}

div.account_wrapper .int fieldset.city-state {

    margin: auto;

    width: 97%;

    display: block;
}

div.account_wrapper .int fieldset.city-state label {

    width: 97%;

    margin: 0;

    padding-right: 3%;

    overflow: hidden;

    clear: none;
}

div.account_wrapper .int fieldset.city-state label input {
    width: 95%;
    float: left;
}

div.account_wrapper .int fieldset.city-state label select {
    width: 98%;
    padding-right: 0;
    padding-left: 0;
}

div.account_wrapper .int fieldset p {
    padding: 25px 0 20px;
    width: 98%;
    display: block;
    margin: 6px auto 17px;
    border-bottom: 1px solid;
}

div.account_wrapper .int fieldset label {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    display: block;
    float: left;
    margin: 10px 1% 0;
    width: 99%;
}

div.account_wrapper .int fieldset label textarea {

    width: 99%;

    height: 150px;
}

div.account_wrapper .int fieldset label select {
    font-weight: normal;
    font-size: 13px;
    padding: 5px 1%;
    width: 98%;
    margin: 2% 0;
}

div.account_wrapper .int fieldset label input.valid,
div.account_wrapper .int fieldset label select.valid,
div.account_wrapper .int fieldset label textarea.valid {

    color: #000;
    background: rgb(255, 251, 242);
    border: 5px solid rgb(226, 226, 226);
}

div.account_wrapper .int fieldset label input.invalid,
div.account_wrapper .int fieldset label select.invalid,
div.account_wrapper .int fieldset label textarea.invalid {

    color: #000000;

    background-color: rgb(255, 255, 255) !important;

    border: 5px solid #ffc6d0;
}

div.account_wrapper .int fieldset label input {

    font-weight: normal;

    font-size: 13px;

    padding: 5px 1%;

    width: 98%;

    margin: 2% 0;
}

.name_int label {

    width: 98%;
}

.pr-adjust .parallax-mirror {
    overflow: visible !important;
    margin-top: 7%;
}
