﻿@charset "UTF-8";

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

article, aside, blockquote, body, details, dl, fieldset, figcaption, figure, footer, form, header, hgroup, legend, main, menu, nav, ol, p, section, summary, ul {
    display: block;
    margin: 0;
    padding: 0;
    border: 0
}

audio, canvas, video {
    display: inline-block;
    display: inline;
    zoom: 1
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    cursor: pointer;
    color: inherit
}

    a:active, a:hover {
        outline: 0
    }

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: 400
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

small {
    font-size: .9em
}

dd, dl, menu, ol, ul {
    margin: 0
}

iframe {
    border: none;
    max-width: 100%;
    overflow: hidden
}

ol, ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    -moz-margin-before: 0;
    -moz-margin-after: 0;
    -moz-margin-start: 0;
    -moz-margin-end: 0;
    -moz-padding-start: 0
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

legend {
    white-space: normal;
    *margin-left: 0
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

    button[disabled], html input[disabled] {
        cursor: default
    }

label::-moz-selection {
    background-color: transparent
}

label::selection {
    background-color: transparent
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 1em;
    *width: 1em
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    display: block;
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

[hidden] {
    display: none
}

.clearfix:after {
    content: "";
    display: table;
    float: none;
    clear: both
}

.body-freeze {
    position: fixed;
    right: 0;
    top: 0
}

.component {
    padding-bottom: 3.2rem
}

.video__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

    .video__wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .breadcrumbs li + li {
        margin-left: .8rem
    }

    .breadcrumbs li {
        font-size: 1.3rem
    }

.breadcrumb-utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.6rem 0
}

    .breadcrumb-utility .breadcrumbs {
        padding-bottom: 0
    }

 .ad__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 1.6rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

 .c-rightRail .ad__wrapper > a:not(:last-child){
     padding-bottom: 50px;
 }

.col-md-4 .ad__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1.6rem 0
}

    .col-md-4 .ad__wrapper:first-child {
        padding-top: 0
    }

.ad__wrapper:before {
    content: "ADVERTISEMENT";
    font-size: 1.2rem;
    color: #777;
    font-weight: 700
}
.sideRail-adv .ad__wrapper:before{
    content: none;
}

.ad__wrapper--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.ad__wrapper--row a {
    padding: 20px;
}

    .ad__wrapper--row:before {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        text-align: center;
        padding-bottom: 1.6rem
    }

.header--green {
    background-color: #7d965e
}

.header--orange {
    background-color: #cb703a
}

.header--lightorange {
    background-color: #ca9247
}

.header--purple {
    background-color: #7d5b75
}

@media print {
    #st-2.st-sticky-share-buttons, #top, .footer, .magazineNav {
        display: none
    }
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.card {
    background-color: #fff;
      border: none;
    padding: 1.6rem
}

.card-title {
    font-size: 1.25em;
    color: #000
}

.scfForm {
    margin: 3.2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #01673e;
    padding: 3.2rem
}

    .scfForm, .scfForm div, .scfForm h1, .scfForm label, .scfForm p {
        color: #fff
    }

        .scfForm + div {
            margin-top: 4.8rem
        }

        .scfForm .scfSectionContent {
            padding: 0;
            background-color: transparent;
            min-width: 48rem
        }

@media (max-width:768px) {
    .scfForm .scfSectionContent {
        min-width: 0;
        width: 100%
    }
}

.scfForm .scfTitleBorder {
    padding: 1.2rem 0;
    line-height: 1.3;
    margin: 0;
    font-weight: 700;
    font-size: 3.6rem
}

.scfForm .subscription__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.6rem 0;
    min-width: 48rem
}

@media (max-width:767px) {
    .scfForm .subscription__search {
        min-width: 32rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.scfForm .subscription__search .scfEmailLabel {
    text-align: center
}

.scfForm .scfEmailGeneralPanel {
    width: 100%
}

    .scfForm .scfEmailGeneralPanel input {
        height: 4rem;
        border-radius: .4rem;
        padding: .4rem .8rem;
        width: 100%
    }

.scfForm .scfFooterBorder {
    padding-bottom: 1.6rem;
    text-align: center
}

.scfForm .scfSubmitButtonBorder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.scfForm .scfSubmitButtonBorder, .sjtextf-term-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sjtextf-term-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#col2 a.button, .button, .scfSubmitButtonBorder input, html.mac .button {
    display: inline-block;
    padding: .8rem 1.2rem;
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    font-size: 1.4rem;
    border-radius: 1rem;
    font-weight: 700
}

#col2 a.button--green, .button--green, .scfSubmitButtonBorder input--green, html.mac .button--green {
    background-color: #01673e;
    border-color: #01673e;
    color: #fff
}

    #col2 a.button--green:focus, #col2 a.button--green:hover, .button--green:focus, .button--green:hover, .scfSubmitButtonBorder input--green:focus, .scfSubmitButtonBorder input--green:hover, html.mac .button--green:focus, html.mac .button--green:hover {
        background-color: #019a5c;
        color: #fff
    }

#col2 a.button--white, .button--white, .scfSubmitButtonBorder input--white, html.mac .button--white {
    background-color: #fff;
    border-color: #fff;
    color: #01673e
}

    #col2 a.button--white:focus, #col2 a.button--white:hover, .button--white:focus, .button--white:hover, .scfSubmitButtonBorder input--white:focus, .scfSubmitButtonBorder input--white:hover, html.mac .button--white:focus, html.mac .button--white:hover {
        background-color: #92c95c;
        color: #fff
    }

#col2 a.button--util, .button--util, .scfSubmitButtonBorder input--util, html.mac .button--util {
    background-color: #f2cf82;
    border: 4px solid #f9e9cb;
    color: #000;
    text-transform: none;
    font-weight: 700
}

    #col2 a.button--util:before, .button--util:before, .scfSubmitButtonBorder input--util:before, html.mac .button--util:before {
        content: "\F054";
        font-family: FontAwesome;
        color: #e6a32b;
        margin-right: .4rem
    }

    #col2 a.button--util:focus, #col2 a.button--util:hover, .button--util:focus, .button--util:hover, .scfSubmitButtonBorder input--util:focus, .scfSubmitButtonBorder input--util:hover, html.mac .button--util:focus, html.mac .button--util:hover {
        background-color: #f5d992;
        color: #000
    }

.link-arrow {
    font-weight: 700
}

    .link-arrow:after {
        content: "\F054";
        font-family: FontAwesome;
        margin-left: .8rem;
        font-size: 1.2rem
    }

.button__wrapper--flex {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1.6rem
}

    .button__wrapper--flex .button {
        margin-right: 1.6rem;
        margin-bottom: 1.6rem
    }

.button__wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.scfSubmitButtonBorder input {
    background-color: #fff;
    border-color: #fff;
    color: #01673e
}

    .scfSubmitButtonBorder input:focus, .scfSubmitButtonBorder input:hover {
        background-color: #92c95c;
        color: #fff
    }

:root {
    font-size: 10px
}

body, p {
    font-family: Arial,sans-serif;
    font-size: 1.6rem;
    margin: 0;
    line-height: 25px
}

h1, h2, h3, h4, h5, h6 {
    padding: 1.2rem 0;
    line-height: 1.3;
    margin: 0;
    font-weight: 700
}

.new-home h1, .new-home h2, .new-home h3, .new-home h4, .new-home h5, .new-home h6 {
    color: #364962
}

.newhome .h1, .newhome h1 {
    font-size: 4.8rem;
    padding-bottom: 1rem;
    font-family: Oswald,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: 500
}

.newhome .h2, .newhome h2 {
    font-size: 3.6rem;
    font-family: Oswald,Helvetica,sans-serif
}

    .newhome .h2 .uppercase, .newhome h2 .uppercase {
        text-transform: uppercase;
        font-weight: 500
    }

.h3, h3 {
    font-size: 1.9rem
}

.h4, h4 {
    font-size: 1.6rem
}

.h5, h5 {
    font-size: 1.35rem
}

.h6, h6 {
    font-size: 1.2rem
}

p {
    font-size: 1.6rem;
    letter-spacing: normal;
    color: #1f1f1f;
    padding-bottom: 1.6rem
}

ol:not([class]), ol[class=""], ul:not([class]), ul[class=""] {
    padding-bottom: 1.6rem;
    padding-left: 2.4rem;
    margin-bottom: 0
}

    ol:not([class]) li, ol[class=""] li, ul:not([class]) li, ul[class=""] li {
        position: relative;
        font-weight: 400;
        padding-bottom: 1.2rem
    }

ul:not([class]), ul[class=""] {
    list-style: none
}

    ul:not([class]) li, ul[class=""] li {
        padding-left: 1.2rem;
        background: none
    }

        ul:not([class]) li:before, ul[class=""] li:before {
            content: "\2022";
            color: #428145;
            position: absolute;
            top: 0;
            left: 0
        }

a {
    text-decoration: none;
    color: #01673e
}

    a:active, a:focus, a:hover {
        text-decoration: none;
        color: #6a8edf
    }

    a:not([class]), a[class=""] {
        font-weight: 700
    }

li a {
    font-size: 1.3rem
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0
}

.text-white, .text-white > * {
    color: #fff
}
.text-white a:not(.button) {
    color: #fff;
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase
}

.headline-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section {
    padding: 2em 0
}

.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1024px) {
    .container {
        max-width: 992px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width:1440px) {
    .container {
        max-width: 1366px
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1440px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1, .col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-2, .col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-4, .col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6, .col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-8, .col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-10, .col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1024px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-lg-offset-5 {
        margin-left: 41.666667%;
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    flex-direction: row !important
}

.flex-column, .flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse, .flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.homepage {
    background-color: transparent
}

    .homepage .main-content .row-2 {
        background: #fff;
        padding: 0
    }

        .homepage .main-content .row-2 .partners {
            background-color: #e0e0e0
        }

    .homepage .main-content .homepage-widget .entry-title {
        padding-bottom: .8rem
    }

    .homepage .ads {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .homepage .ad {
        margin: .8rem 0;
    }

.design {
    width: 100%;
    min-width: 0
}

#maincontent {
    width: auto;
    z-index: 1
}

    #maincontent.internal #col2, #maincontent.internal .border, #maincontent.internal .content, #maincontent.internal .section-wrapper, #maincontent.internal .tab-wide {
        width: 100%
    }

    #maincontent.internal .about .article .thumb {
        margin-top: 0
    }

    #maincontent.internal .news-info {
        padding-top: .6rem
    }

        #maincontent.internal .news-info .news-date {
            font-size: 1.4rem
        }

    #maincontent.internal .content {
        float: none
    }

    #maincontent.internal .portlet ul {
        padding-left: 0
    }

        #maincontent.internal .portlet ul li {
            padding-bottom: .4rem
        }

            #maincontent.internal .portlet ul li:before {
                display: none
            }

    #col2 #maincontent.internal .utility, #maincontent.internal .utility {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding-bottom: 1.6rem
    }

.columnWrap-1 #col2 #maincontent.internal .utility, .columnWrap-1 #maincontent.internal .utility, .columnWrap-2 #col2 #maincontent.internal .utility, .columnWrap-2 #maincontent.internal .utility {
    margin-top: 0
}

#col2 #maincontent.internal .utility .print, #col2 #maincontent.internal .utility .share, #maincontent.internal .utility .print, #maincontent.internal .utility .share {
    font-size: 1.2rem
}

#maincontent.internal #col2 {
    margin-left: 0
}

    #maincontent.internal #col2 .sjs-inner ul li {
        background: none
    }

        #maincontent.internal #col2 .sjs-inner ul li:before {
            display: none
        }

    #maincontent.internal #col2 ul:not([class]), #maincontent.internal #col2 ul[class=""] {
        margin-bottom: 0
    }

        #maincontent.internal #col2 ul:not([class]) li, #maincontent.internal #col2 ul[class=""] li {
            background: none;
            font-size: 1.3rem
        }

            #maincontent.internal #col2 ul:not([class]) li:last-child, #maincontent.internal #col2 ul[class=""] li:last-child {
                padding-bottom: 0
            }

    #maincontent.internal #col2 .sj-sub-filters ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        #maincontent.internal #col2 .sj-sub-filters ul .sj-sub-filters-clear-all {
            background: #01673e;
            padding: .4rem
        }

        #maincontent.internal #col2 .sj-sub-filters ul li {
            background: #78b63c;
            padding-bottom: 0;
            padding-left: 0
        }

    #maincontent.internal #col2 .sj-pagination-page-active, #maincontent.internal #col2 .sj-pagination-page:hover {
        background: #01673e !important
    }

@media (max-width:767px) {
    #maincontent.internal #col2 .sj-memo-container div:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        margin-bottom: 1.6rem
    }
}

#maincontent.internal #col2 #vert-tab-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

    #maincontent.internal #col2 #vert-tab-wrapper .vert_tab_container {
        width: 100%
    }

        #maincontent.internal #col2 #vert-tab-wrapper .vert_tab_container ul li {
            margin-left: 0
        }

    #maincontent.internal #col2 #vert-tab-wrapper .vert-tabs {
        padding-left: 0;
        width: auto;
        margin-right: -1px
    }

        #maincontent.internal #col2 #vert-tab-wrapper .vert-tabs li {
            width: 100%;
            font-size: 1rem
        }

            #maincontent.internal #col2 #vert-tab-wrapper .vert-tabs li.last-tab {
                border: 0
            }

#maincontent.internal #col2 ul.chapters {
    padding-left: 0;
    padding-bottom: 0
}

    #maincontent.internal #col2 ul.chapters li {
        padding-left: .8rem
    }

    #maincontent.internal #col2 ul.chapters a {
        font-size: 1.5rem
    }

    #maincontent.internal #col2 ul.chapters .chapters-sub {
        padding-left: 0
    }

    #maincontent.internal #col2 ul.chapters-sub.inputs li, #maincontent.internal #col2 ul.chapters.inputs li {
        padding-bottom: 0
    }

        #maincontent.internal #col2 ul.chapters-sub.inputs li .localChaper, #maincontent.internal #col2 ul.chapters-sub.inputs li .localChapter, #maincontent.internal #col2 ul.chapters.inputs li .localChaper, #maincontent.internal #col2 ul.chapters.inputs li .localChapter {
            font-size: 1.2rem
        }

#maincontent.internal #col2 ul.timeFilters {
    padding: .8rem;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    #maincontent.internal #col2 ul.timeFilters .month, #maincontent.internal #col2 ul.timeFilters .past-events, #maincontent.internal #col2 ul.timeFilters .today-filter, #maincontent.internal #col2 ul.timeFilters .week {
        float: none;
        height: 0;
        padding: 1.2rem;
        cursor: pointer;
        margin: .4rem
    }

#maincontent.internal #col2 .map-wrapper .green-square > li {
    background: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    #maincontent.internal #col2 .map-wrapper .green-square > li:before {
        content: "";
        background-color: #01673e;
        width: 4px;
        height: 4px;
        display: inline-block;
        margin-right: .8rem
    }

#maincontent.internal .locate-box-terms {
    padding: 0 1.6rem
}

#maincontent.internal .bio-meta-details {
    width: auto
}

#maincontent.internal .square {
    display: none
}

#maincontent.internal .tab_container {
    margin-top: 0
}

#maincontent.internal ul.tabs {
    font-size: 1.2rem;
    float: none;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    #maincontent.internal ul.tabs li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        text-align: center;
        height: auto;
        cursor: pointer
    }

        #maincontent.internal ul.tabs li a {
            font-size: 1.4rem
        }

@media (max-width:767px) {
    #maincontent.internal ul.tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#maincontent.internal .tab-utility {
    width: 100%
}

#maincontent.internal #col2 ul.breadcrumbs, #maincontent.internal ul.breadcrumbs {
    width: auto;
    height: auto
}

    #maincontent.internal #col2 ul.breadcrumbs li, #maincontent.internal ul.breadcrumbs li {
        font-size: 1.2rem;
        margin-bottom: 0
    }

        #maincontent.internal #col2 ul.breadcrumbs li:not(:first-child), #maincontent.internal ul.breadcrumbs li:not(:first-child) {
            margin-left: .2rem
        }

    #maincontent.internal #col2 ul.breadcrumbs + h1, #maincontent.internal ul.breadcrumbs + h1 {
        padding-top: .4rem
    }

#maincontent.internal p {
    padding-bottom: 0;
    font-size: 1.3rem
}

#maincontent.internal .bio, #maincontent.internal .sj-st label, #maincontent.internal .sjtextf-term-title, #maincontent.internal .terms-pdf, #maincontent.internal dd, #maincontent.internal dt {
    font-size: 1.3rem
}

#maincontent.internal .article h3 a, #maincontent.internal .close-filter, #maincontent.internal .expand, #maincontent.internal .filter-text, #maincontent.internal .research-spotlight h3, #maincontent.internal .research-spotlight span {
    font-size: 1.4rem
}

@media (max-width:767px) {
    #maincontent.internal .filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#maincontent.internal .upcoming-events {
    width: 100%;
    margin-left: 0
}

    #maincontent.internal .upcoming-events thead td a {
        font-size: 1.6rem
    }

    #maincontent.internal .upcoming-events tbody td, #maincontent.internal .upcoming-events tbody td.title a {
        font-size: 1.4rem
    }

    #maincontent.internal .upcoming-events td {
        padding: .8rem 1.6rem
    }

@media (max-width:767px) {
    #maincontent.internal .upcoming-events thead td {
        width: 25%
    }

        #maincontent.internal .upcoming-events thead td a {
            font-size: 1.2rem;
            background-position: right 3px
        }

    #maincontent.internal .upcoming-events tbody td, #maincontent.internal .upcoming-events tbody td.title a {
        font-size: 1.1rem;
        word-break: break-word;
        vertical-align: top
    }

    #maincontent.internal .upcoming-events td {
        padding: 0 .2rem
    }
}

#maincontent.internal .content-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

    #maincontent.internal .content-head img {
        max-width: 75%;
        max-height: 21.6rem;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 75%;
        flex: 1 0 75%;
        -o-object-fit: cover;
        object-fit: cover
    }

    #maincontent.internal .content-head .research-head {
        padding: 0;
        width: 100%;
        height: auto;
        position: static;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #699b5c
    }

        #maincontent.internal .content-head .research-head li {
            border-bottom: 1px solid #4e7344;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            margin: 0;
            padding-left: 1.6rem;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto
        }

            #maincontent.internal .content-head .research-head li a {
                color: #e7efe4;
                font-weight: 700;
                text-transform: uppercase;
                background: none
            }

                #maincontent.internal .content-head .research-head li a:after {
                    content: "\276F";
                    margin-left: .8rem
                }

#maincontent.internal .research .gallery-thumbnails span {
    font-size: 1.2rem;
    line-height: 1.2;
    overflow: hidden
}

#maincontent.internal .research-spotlight {
    padding-left: 0;
    padding-right: 0
}

    #maincontent.internal .research-spotlight span {
        display: block
    }

    #maincontent.internal .research-spotlight .column-1, #maincontent.internal .research-spotlight .column-2 {
        padding: 1.6rem;
        width: 100%
    }

@media (max-width:767px) {
    #maincontent.internal .research-spotlight .column-1, #maincontent.internal .research-spotlight .column-2 {
        border: 0
    }
}

#maincontent.internal .thumbnail-container {
    height: auto;
    padding-bottom: 12rem;
    width: 100%
}

    #maincontent.internal .thumbnail-container .gallery-slider {
        width: calc(100% - 12rem);
        bottom: 0;
        top: auto
    }

    #maincontent.internal .thumbnail-container .slideshow-next, #maincontent.internal .thumbnail-container .slideshow-previous {
        bottom: 4.8rem;
        top: auto
    }

#maincontent.internal .inner-column-1 h5, #maincontent.internal .inner-column-2 h5, #maincontent.internal .most-popular {
    height: auto;
    font-size: 1.8rem
}

#maincontent.internal .inner-column-1, #maincontent.internal .inner-column-2 {
    width: auto;
    margin: 0
}

#maincontent.internal .column-wrapper .inner-column-1 {
    width: 50%;
    padding-right: 1.6rem
}

@media (max-width:767px) {
    #maincontent.internal .column-wrapper .inner-column-1 {
        width: 100%;
        padding: 0
    }
}

#maincontent.internal .column-wrapper .inner-column-2 {
    width: 50%;
    padding-left: 1.6rem
}

@media (max-width:767px) {
    #maincontent.internal .column-wrapper .inner-column-2 {
        width: 100%;
        padding: 0
    }
}

#maincontent.internal .hlEvents__list {
    padding-left: 0
}

    #maincontent.internal .hlEvents__list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        #maincontent.internal .hlEvents__list li a {
            color: #333;
            display: block;
            font-size: 1.2rem;
            font-weight: 700;
            position: relative;
            padding-bottom: .8rem
        }

            #maincontent.internal .hlEvents__list li a:active, #maincontent.internal .hlEvents__list li a:focus, #maincontent.internal .hlEvents__list li a:hover {
                color: #6a8edf
            }

#maincontent.internal .locate-box-news label {
    font-size: 1.2rem
}

#maincontent.internal .locate-box-news .button {
    padding: 0
}

#maincontent.internal .locate-box-news .select-207 {
    width: 21rem
}

#maincontent.internal .tab_content .sponsor-listing .sponsor {
    display: block
}

#maincontent.internal .sponsor-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.6rem;
    width: 100%;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    #maincontent.internal .sponsor-content .sponsor-tag {
        position: static
    }

        #maincontent.internal .sponsor-content .sponsor-tag + img {
            margin-left: 0
        }

@media (max-width:991px) {
    #maincontent .billing-module-right {
        margin-left: 0
    }
}

@media (max-width:991px) {
    #maincontent .billing-module {
        width: 100%
    }
}

#maincontent .billing-module .billing-content .text, #maincontent .billing-module .billing-heading {
    width: 100%
}

#maincontent .spotlight .spotlight-content {
    float: none;
    width: auto
}

#maincontent .sj-rs .sj-rs-item h3 {
    padding: 0
}

    #maincontent .sj-rs .sj-rs-item h3 span {
        font-size: 1.3rem !important
    }

#maincontent .sjsf-wrapper .sjsf-submit {
    background-image: none;
    background-color: #f2cf82
}

#maincontent .sjsf-wrapper .sj-searchInput-wrapper {
    position: relative
}

    #maincontent .sjsf-wrapper .sj-searchInput-wrapper:after {
        position: absolute;
        content: "\F002";
        font-family: FontAwesome;
        color: #000;
        right: 1.4rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none;
        font-size: 1.8rem
    }

.elibrary .left-nav li.home {
    height: auto
}

.elibrary .left-nav li a {
    letter-spacing: 0
}

.left-nav {
    padding-left: 0;
    padding-bottom: 0
}

@media (max-width:767px) {
    .left-nav {
        display: none
    }
}

.left-nav .left-nav-sub, .left-nav .left-nav-sub .left-nav-sub2 {
    padding-left: 0;
    padding-bottom: 0
}

    .left-nav .left-nav-sub .left-nav-sub2 li.activeLink a, .left-nav .left-nav-sub .left-nav-sub2 li.activeLink a:active, .left-nav .left-nav-sub .left-nav-sub2 li.activeLink a:focus, .left-nav .left-nav-sub .left-nav-sub2 li.activeLink a:hover, .left-nav .left-nav-sub .left-nav-sub2 li a, .left-nav .left-nav-sub .left-nav-sub2 li a:active, .left-nav .left-nav-sub .left-nav-sub2 li a:focus, .left-nav .left-nav-sub .left-nav-sub2 li a:hover, .left-nav .left-nav-sub li.activeLink a, .left-nav .left-nav-sub li.activeLink a:active, .left-nav .left-nav-sub li.activeLink a:focus, .left-nav .left-nav-sub li.activeLink a:hover, .left-nav .left-nav-sub li a, .left-nav .left-nav-sub li a:active, .left-nav .left-nav-sub li a:focus, .left-nav .left-nav-sub li a:hover {
        font-size: 1.25rem
    }

.related-links ul, .source ul {
    padding-top: 1.6rem;
    padding-left: 0;
    padding-bottom: 0
}

    .related-links ul li, .source ul li {
        padding-bottom: .8rem
    }

        .related-links ul li:before, .source ul li:before {
            display: none
        }

        .related-links ul li a, .source ul li a {
            color: #2a2a2a;
            font-weight: 700
        }

            .related-links ul li a:hover, .source ul li a:hover {
                color: #4166ba
            }

.left-nav li a, .more {
    font-size: 1.4rem
}

.utility__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#stickyFooterContent {
    height: auto;
    width: 100%;
    max-width: 96rem
}

@media (max-width:767px) {
    #stickyFooterContent .sticky {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.imgContent {
    padding: .8rem;
    padding-left: 0;
    margin: 0
}

    .imgContent img {
        float: left;
        margin-right: 1.6rem
    }

@media (max-width:767px) {
    .imgContent img {
        width: 100% !important;
        height: auto !important
    }
}

.imgContent .caption {
    color: #777666
}

@media (max-width:767px) {
    .imgContent .caption {
        width: 100% !important
    }
}

@media (max-width:767px) {
    .imgContent {
        width: 100%
    }
}

.ecomm-checkout {
    width: 100%;
    min-width: 0
}

.entry-source {
    padding-left: 1.2rem
}

.billing-module {
    width: 45%
}

.tab_content h4.conference-header {
    font-size: 1.6rem
}

.rating-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.rating-section, .utility__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.utility__bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 3.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.utility__bar--top {
    padding-bottom: .8rem
}

.utility__bar .utility__item {
    position: relative
}

    .utility__bar .utility__item:not(:last-child) {
        margin-right: 1.6rem
    }

    .utility__bar .utility__item .nav__hasUtility__button {
        position: static;
        top: auto;
        right: auto;
        margin-left: .8rem;
        background-color: transparent
    }

@media (max-width:1023px) {
    .utility__bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 0
    }

        .utility__bar .utility__item {
            width: 100%;
            padding: .8rem 0
        }

        .utility__bar .utility__link {
            color: #fff;
            font-weight: 700;
            font-size: 1.6rem
        }
}

.utility__bar__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.logo__wrapper {
    margin-right: auto
}

@media (max-width:1023px) {
    .logo__wrapper {
        display: none
    }
}

.navUtility {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1024px) {
    .navUtility {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (max-width:1023px) {
    .navUtility {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #01673e;
        z-index: 101;
        overflow-y: scroll
    }
}

.navUtility__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 1.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1023px) {
    .navUtility__inner {
        display: block;
        width: 100%;
        padding: 3.2rem 1.6rem 1.6rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.navMain__link--util {
    display: block
}

.utility__link {
    color: #666;
    font-size: 1.4rem
}

    .utility__link:active, .utility__link:focus, .utility__link:hover {
        color: #78b63c
    }

[data-nav-main] {
    background-color: #fff;
    width: 100%;
    z-index: 5;
    padding-top: .8rem
}

.nav__wrapper--outerMost {
    padding: 0
}

.nav__wrapper {
    padding-bottom: 0;
    width: 100%
}

.nav__wrapper--main {
    width: 100%;
    border-top: 1px solid #ccc
}

@media (max-width:1023px) {
    .nav__wrapper--main {
        padding: 0
    }
}

.nav__wrapper--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1023px) {
    .nav__wrapper--inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.navMain__link {
    color: #fff
}

    .navMain__link:active, .navMain__link:focus, .navMain__link:hover {
        color: #78b63c
    }

@media (max-width:1023px) {
    .nav__hasL1s {
        padding: .8rem 0;
        border-bottom: 1px solid #ccc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        cursor: pointer
    }
}

.nav__hasL1s .fa {
    margin-right: 1.6rem;
    color: #fff
}

@media (min-width:1024px) {
    .nav__hasL1s .fa {
        display: none
    }
}

.navMain__link--L1 {
    font-family: TradeGothicLTStd-Bold,Arial,sans-serif;
    cursor: pointer;
    font-size: 1.8rem;
    color: #666;
    text-transform: uppercase;
    padding: .8rem 1.6rem;
    display: block
}

@media (max-width:1023px) {
    .navMain__link--L1 {
        font-size: 1.6rem;
        padding: .8rem 1.2rem;
        color: #fff
    }
}

@media (max-width:767px) {
    .navMain__link--L1 {
        padding: .4rem .8rem
    }
}

.navMain__link--L1:active, .navMain__link--L1:focus, .navMain__link--L1:hover, .navMain__link--L1[aria-expanded=true] {
    background-color: #01673e;
    color: #fff;
    text-decoration: underline
}

.navMain__link--L1--active {
    color: #fff;
    background-color: #579043
}

.nav__hasL2s--column {
    padding: .8rem 1.6rem
}

.navMain__link--L2 {
    font-size: 1.8rem;
    font-family: TradeGothicLTStd-Bold,Arial,sans-serif;
    font-weight: 700
}

    .navMain__link--L2 span {
        margin-right: .8rem
    }

.nav__hasL2s {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 3
}

    .nav__hasL2s .row {
        background-color: #01673e
    }

@media (max-width:1023px) {
    .nav__hasL2s .row {
        background-color: #013420
    }
}

@media (max-width:1023px) {
    .nav__hasL2s {
        position: static
    }
}

.button--overlayCloseTarget {
    display: none
}

@media (min-width:1024px) {
    .button--overlayCloseTarget {
        background-color: transparent;
        opacity: 0;
        cursor: default !important
    }

        .button--overlayCloseTarget:hover {
            cursor: default !important
        }

        .button--overlayCloseTarget[aria-expanded=true] {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 1
        }
}

.hasForm--searchBox {
    padding: .8rem 0
}

.form--searchBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .form--searchBox .form-control {
        font-size: 1.4rem;
        padding: 0 .75rem
    }

    .form--searchBox .input__filter {
        border-radius: 0;
        border: none
    }

    .form--searchBox .input__query, .form--searchBox .input__search {
        background-color: transparent;
        border: 1px solid #ccc;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: .8rem .4rem;
        border-radius: 0
    }

    .form--searchBox .input__query {
        border-right: none;
        width: 100%
    }

    .form--searchBox .input__search {
        border-left: none
    }

    .form--searchBox .input__search__wrapper {
        position: relative
    }

        .form--searchBox .input__search__wrapper:before {
            font-family: FontAwesome;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: .8rem;
            position: absolute;
            content: "\F002";
            pointer-events: none
        }

        .form--searchBox .input__search__wrapper input {
            font-family: FontAwesome;
            padding: 1rem 1.2rem
        }

@media (max-width:1023px) {
    .form--searchBox {
        border: 1px solid #fff
    }

        .form--searchBox .form-control {
            font-size: 1.6rem
        }

            .form--searchBox .form-control .material-icons {
                font-size: 1.6rem;
                line-height: normal
            }

        .form--searchBox .input__query, .form--searchBox .input__search {
            background-color: transparent;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto
        }

            .form--searchBox .input__query::-webkit-input-placeholder, .form--searchBox .input__search::-webkit-input-placeholder {
                color: #fff
            }

            .form--searchBox .input__query::-moz-placeholder, .form--searchBox .input__search::-moz-placeholder {
                color: #fff
            }

            .form--searchBox .input__query:-ms-input-placeholder, .form--searchBox .input__search:-ms-input-placeholder {
                color: #fff
            }

            .form--searchBox .input__query::-ms-input-placeholder, .form--searchBox .input__search::-ms-input-placeholder {
                color: #fff
            }

            .form--searchBox .input__query::placeholder, .form--searchBox .input__search::placeholder {
                color: #fff
            }
}

.form--searchBox .input__filter, .form--searchBox .input__search {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: auto
}

.navToggle__wrapper {
    display: none;
    width: 100%;
    min-height: 4.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: .8rem
}

@media (max-width:1023px) {
    .navToggle__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.navToggle__buttonWrapper {
    padding: 0
}

.navbar-toggler {
    background-color: transparent;
    border: none;
    height: 4rem;
    width: 4rem
}

    .navbar-toggler .navbar-toggler--open {
        font-size: 2rem
    }

    .navbar-toggler[aria-expanded=true] {
        display: block;
        border-color: currentColor;
        position: relative;
        z-index: 102
    }

        .navbar-toggler[aria-expanded=true] .navbar-toggler--open:before {
            display: none
        }

        .navbar-toggler[aria-expanded=true]:after {
            content: "\2715";
            font-size: 1.8rem;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            padding: 1rem 1.2rem;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            border: 1px solid #fff
        }

.logo__link--mobile {
    display: none;
    max-height: 4.8rem;
    padding: .8rem
}

    .logo__link--mobile img {
        max-height: 100%
    }

@media (max-width:1023px) {
    .logo__link--mobile {
        display: block
    }
}

.hideSubMenuItems {
    display: none
}

.nav__splitButtonWrapper {
    position: relative
}

.nav__hasL2s__button, .nav__hasUtility__button {
    background-color: #454342;
    position: absolute;
    top: 0;
    right: 0;
    padding: .4rem;
    line-height: 1;
    border: none;
    color: #fff
}

@media (min-width:1024px) {
    .nav__hasL2s__button, .nav__hasUtility__button {
        display: none
    }
}

.nav__hasL3s, .nav__hasUtils {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.6rem
}

@media (max-width:1023px) {
    .nav__hasL3s, .nav__hasUtils {
        background: #454342;
        padding: 1.6rem
    }

        .nav__hasL3s .navMain__link:not(:last-child), .nav__hasUtils .navMain__link:not(:last-child) {
            padding-bottom: .8rem
        }
}

@media (min-width:1024px) {
    .nav__hasL3s, .nav__hasL3s[style] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width:1024px) {
    .nav__hasUtility__button, .nav__hasUtils, .nav__hasUtils[style] {
        display: none !important
    }
}

.login-wrapper {
    position: relative;
    margin: 0 1.2rem
}

    .login-wrapper .login:before {
        content: "\F105";
        font-family: FontAwesome;
        font-weight: 700;
        color: #f2cf82;
        margin-right: .8rem
    }

    .login-wrapper .login--active:before {
        color: #fff
    }

.login {
    margin: 0 !important;
    padding: 1.2rem
}

@media (max-width:1023px) {
    .login {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700
    }

        .login:hover {
            color: #78b63c
        }
}

.login--active {
    background-color: #579043;
    color: #fff
}

    .login--active:active, .login--active:focus, .login--active:hover {
        color: #fff
    }

.login__utility {
    font-weight: 700;
    padding: .8rem
}

    .login__utility:before {
        content: "\F054";
        font-family: FontAwesome;
        color: #e6a32b;
        font-size: 1.2rem;
        margin-right: .4rem
    }

.login__utility--active {
    background-color: #579043
}

    .login__utility--active .login, .login__utility--active:before {
        color: #fff
    }

.body-freeze {
    position: static
}

@media (max-width:1279px) {
    .body-freeze {
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden
    }
}

.homepage {
    position: relative
}

.overlay {
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.overlay--active {
    opacity: .35;
    visibility: visible
}

@media (max-width:1279px) {
    .overlay {
        display: none
    }
}

.nav-container {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fefefe;
    width: 100%;
    position: relative
}

@media (max-width:1279px) {
    .nav-container {
        max-height: 9.6rem;
        height: 9.6rem;
        overflow: hidden
    }

        .nav-container[aria-expanded=true] {
            max-height: 10000px;
            height: 100vh;
            position: fixed;
            top: 0;
            bottom: 0;
            overflow: auto;
            z-index: 3
        }
}

.nav-container .nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: .8rem;
    padding-top: 1.6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1279px) {
    .nav-container .nav-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.nav-container .nav-menu {
    position: absolute;
    top: 3.2rem;
    right: 1.6rem;
    cursor: pointer;
    display: none
}

@media (max-width:1279px) {
    .nav-container .nav-menu {
        display: block
    }
}

.nav-container .nav-logo {
    max-width: 16rem;
    margin-right: 3.2rem
}

    .nav-container .nav-logo img {
        width: 16rem
    }

@media (max-width:1279px) {
    .nav-container .nav-logo {
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding-bottom: 3.2rem
    }
}

.nav-container .nav-top-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: .8rem
}

@media (max-width:1279px) {
    .nav-container .nav-top-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.nav-container .nav-top-link {
    margin-right: 1.6rem;
    color: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem
}

    .nav-container .nav-top-link i.material-icons {
        font-size: 1.6rem;
        margin-right: .4rem
    }

    .nav-container .nav-top-link.login-link {
        color: #01673e
    }

    .nav-container .nav-top-link:active, .nav-container .nav-top-link:focus, .nav-container .nav-top-link:hover {
        color: #6a8edf
    }

.nav-container .nav-button {
    padding-top: .4rem;
    padding-bottom: .4rem
}

.nav-container .nav-top-right {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media (max-width:1279px) {
    .nav-container .nav-top-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0
    }
}

.nav-container .nav-top-right #headerph_0_hlLoggedInName, .nav-container .nav-top-right .utility__link {
    margin: 1.2rem
}

    .nav-container .nav-top-right #headerph_0_hlLoggedInName .fa, .nav-container .nav-top-right .utility__link .fa {
        margin-right: .8rem
    }

.nav-container .nav-top-right .form--searchBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 4rem
}

    .nav-container .nav-top-right .form--searchBox .input__search {
        padding: 1.6rem;
        border-left: 0
    }

    .nav-container .nav-top-right .form--searchBox .input__query {
        padding: 1.6rem .8rem;
        font-size: 1.4rem
    }

.nav-container #headerph_0_uc_topMainNav_pnlMainNav, .nav-container .nav-bottom {
    border-top: 1px solid #ccc;
    padding-top: .8rem;
    padding-bottom: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media (max-width:1279px) {
    .nav-container #headerph_0_uc_topMainNav_pnlMainNav, .nav-container .nav-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.nav-container .headerph_0_uc_topMainNav_pnlMainNav {
    border-top: 0
}

.nav-container .nav-l1 {
    outline: 0;
    border: 0;
    background-color: transparent;
    font-family: Oswald,Helvetica,sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #555;
    font-weight: 700;
    padding: 0 1.6rem;
    position: relative;
    letter-spacing: .5px;
    -webkit-transform: scaleY(.9);
    transform: scaleY(.9);
    display: block;
    z-index: 3
}

    .nav-container .nav-l1:after {
        content: "";
        position: absolute;
        bottom: -2.4rem;
        left: 50%;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-bottom-color: #f6f9fe;
        border-top: 0;
        margin-left: -20px;
        margin-top: -20px;
        z-index: 3;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        opacity: 0;
        visibility: hidden
    }

    .nav-container .nav-l1[aria-expanded=true] {
        text-decoration: underline
    }

        .nav-container .nav-l1[aria-expanded=true] + .nav-l2-container, .nav-container .nav-l1[aria-expanded=true]:after {
            opacity: 1;
            visibility: visible;
            max-height: 10000px
        }

.nav-container .nav-l2-container {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    width: 100%;
    z-index: 3;
    top: calc(100% + 1.2rem);
    background: #f6f9fe;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 100px 80px rgba(0,0,0,.07),0 41.7776px 33.4221px rgba(0,0,0,.0503198),0 22.3363px 17.869px rgba(0,0,0,.0417275),0 12.5216px 10.0172px rgba(0,0,0,.035),0 6.6501px 5.32008px rgba(0,0,0,.0282725),0 2.76726px 2.21381px rgba(0,0,0,.0196802);
    box-shadow: 0 100px 80px rgba(0,0,0,.07),0 41.7776px 33.4221px rgba(0,0,0,.0503198),0 22.3363px 17.869px rgba(0,0,0,.0417275),0 12.5216px 10.0172px rgba(0,0,0,.035),0 6.6501px 5.32008px rgba(0,0,0,.0282725),0 2.76726px 2.21381px rgba(0,0,0,.0196802);
    border-radius: 2.4rem;
    left: 0;
    margin-bottom: 3.2rem
}

    .nav-container .nav-l2-container:before {
        content: "";
        width: 100%;
        height: 3.2rem;
        position: absolute;
        top: -3.2rem
    }

@media (max-width:1279px) {
    .nav-container .nav-l2-container {
        position: static;
        border: 0;
        border-radius: 0;
        max-height: 0
    }
}

.nav-container .nav-l2-container details summary::-webkit-details-marker {
    display: none
}

.nav-container .nav-l2-container details summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: 1.2rem
}

    .nav-container .nav-l2-container details summary:after {
        direction: ltr;
        display: inline-block;
        font-family: Material Icons;
        font-size: 1em;
        font-style: normal;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 1;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-feature-settings: "liga";
        font-feature-settings: "liga";
        content: "arrow_right";
        position: absolute;
        left: -1.6rem;
        padding: .8rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer
    }

.nav-container .nav-l2-container details[open] summary:after {
    content: "arrow_drop_down"
}

.nav-container .nav-l2-left {
    padding: 6.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1279px) {
    .nav-container .nav-l2-left {
        padding: 3.2rem 6.4rem
    }
}

.nav-container .nav-l2-right {
    background-size: cover;
    background-position: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-bottom: 3.2rem;
    border-top-right-radius: 2.4rem;
    border-bottom-right-radius: 2.4rem;
    margin-left: -1.5rem
}

    .nav-container .nav-l2-right .nav-l2-right-text, .nav-container .nav-l2-right .nav-l2-right-title {
        color: #fff;
        z-index: 1;
        position: relative
    }

    .nav-container .nav-l2-right:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.74)));
        background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.74));
        border-top-right-radius: 2.4rem;
        border-bottom-right-radius: 2.4rem
    }

@media (max-width:1279px) {
    .nav-container .nav-l2-right:after {
        border-radius: 0
    }
}

@media (max-width:1279px) {
    .nav-container .nav-l2-right {
        margin-left: 0;
        border-radius: 0
    }
}

@media (max-width:1023px) {
    .nav-container .nav-l2-right {
        margin: 0 1.6rem
    }
}

.nav-container .nav-l2-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    max-width: 30%;
    padding-bottom: 3.2rem
}

@media (max-width:1279px) {
    .nav-container .nav-l2-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%
    }
}

.nav-container .nav-l2-link {
    color: #000;
    font-size: 1.8rem;
    font-family: Oswald,Helvetica,sans-serif;
    padding-bottom: 1.6rem;
    display: inline-block
}

.nav-container .nav-link {
    color: #000;
    line-height: 1;
    display: inline-block
}

    .nav-container .nav-link:active, .nav-container .nav-link:focus, .nav-container .nav-link:hover {
        color: #6a8edf
    }

.nav-container .nav-l3-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav-container .nav-l3-list > li:before {
    content: "-";
    margin-right: .4rem;
    margin-left: 1.6rem
}

.nav-container .nav-l3-list > li a {
    font-size: 1.4rem
}

.nav-container .nav-l3-link {
    position: relative;
    font-size: 1.4rem;
    display: block;
    padding: .8rem 1rem
}

    .nav-container .nav-l3-link i.material-icons {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -2.4rem
    }

.login-flyout {
    top: 100%;
    right: 0
}

    .login-flyout[aria-expanded=true] {
        display: block
    }

.login-inner ul {
    list-style: none;
    padding: 0
}

    .login-inner ul li:before {
        display: none
    }

.hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 1;
    padding: 12rem 0 28rem
}

@media only screen and (max-width:1023px) {
    .hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 12rem 0 0
    }
}

.hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.75)),to(transparent));
    background: linear-gradient(90deg,rgba(0,0,0,.75),transparent);
    width: 100%;
    height: 100%;
    z-index: -1
}

.hero__wrapper h1 {
    max-width: 46.4rem;
    color: #fff;
}

.hero__wrapper p {
    max-width: 43.2rem;
    margin: .8rem 0;
    color: #fff;
}

.hero-banner {
    background: hsla(0,0%,100%,.65);
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 2em;
    width: 100%;
    padding: .8rem 0
}

@media only screen and (max-width:1023px) {
    .hero-banner {
        position: static
    }
}

.hero-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 95%;
    margin: 0 auto
}

@media only screen and (max-width:767px) {
    .hero-card-wrapper {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.hero-card {
    position: relative;
    padding: 1.6rem 1.6rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

@media only screen and (max-width:767px) {
    .hero-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width:767px) {
    .hero-card p {
        font-size: 1.6rem;
        line-height: 1.2;
        text-align: center
    }
}

.hero-card__icon {
    width: 2.4rem;
    height: 2.4rem;
    background-color: #01673e;
    position: relative;
    top: 3.2rem;
    left: -3.2rem;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1023px) {
    .hero-card__icon {
        left: -3.2rem
    }
}

@media only screen and (max-width:767px) {
    .hero-card__icon {
        top: 3.6rem;
        left: -9.2rem
    }
}

.hero-card__icon i.material-icons {
    color: #fff;
    font-size: 1.2rem
}

.hero-card__title {
    padding-bottom: .4rem
}

@media only screen and (max-width:767px) {
    .hero-card__title {
        font-size: 2rem
    }
}

.hero-card__title, .hero-card__title a {
    color: #000
}

.fullwidth {
    padding: 8rem 0;
    background-size: cover;
    background-position: top;
    margin-bottom: 4rem
}

@media only screen and (max-width:1023px) {
    .fullwidth {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center
    }
}

.fullwidth-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fullwidth-container--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.fullwidth-container--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (max-width:1023px) {
    .fullwidth-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.fullwidth-headline {
    font-size: 3.6rem;
    text-transform: uppercase;
    padding: 0 .8rem;
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%
}

@media (max-width:1023px) {
    .fullwidth-headline {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%
    }
}

.fullwidth-content {
    padding-left: .8rem;
    max-width: 60%;
    line-height: 140%;
    margin: 1.6rem 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%
}

@media (max-width:1023px) {
    .fullwidth-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.card-collection {
    padding: 4.8rem 0 .8rem 0;
    background-color: #fff
}

    .card-collection .headline-center {
        color: #364962;
        font-weight: center;
        font-size: 3.6rem;
        font-family: Oswald,Helvetica,sans-serif
    }

.card-row {
    margin-top: 3.2rem;
    padding-bottom: 4rem
}

.card {
    border: 0;
    background-color: transparent
}

.card-headline, .card-headline a {
    color: #000
}

.card-media {
    padding: 8rem 0;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 1.6rem
}

.card-eyebrow {
    color: #777;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 1.6rem
}

.card-caption {
    color: #777
}

.card__content__text {
    padding-bottom: 1.6rem
}

.card-link {
    display: block;
    padding-bottom: 1.2rem;
    font-weight: 700
}

.card-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:767px) {
    .card-categories {
        margin-bottom: 6.4rem
    }
}

.card-categories .card-category {
    padding-right: .8rem;
    color: #01673e;
    line-height: 1.3
}

    .card-categories .card-category:after {
        content: ",";
        color: #01673e;
        margin-left: -.5rem;
    }

    .card-categories .card-category:last-child:after {
        content: "";
        margin-left: 0;
    }

.video-cta {
    margin-bottom: 4rem
}

.card-slider {
    padding-bottom: 8rem
}

    .card-slider .card-slider-col {
        margin-right: 8rem
    }

@media only screen and (max-width:1023px) {
    .card-slider .card-slider-col {
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.card-slider .fa-angle-left {
    -ms-flex-item-align: center;
    align-self: center
}

.card-slider .tns-controls button {
    border: 0
}

.card-slider .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.card-slider .tns-nav {
    text-align: center;
    padding: 3.2rem 0 1.6rem
}

    .card-slider .tns-nav > [aria-controls] {
        width: 12px;
        height: 12px;
        padding: 0;
        margin: 0 5px;
        border-radius: 50%;
        background: #bbb;
        border: 0
    }

    .card-slider .tns-nav > .tns-nav-active {
        background: #01673e
    }

.card-slider i.fa {
    color: #888;
    font-size: 4.8rem;
    position: absolute;
    top: calc(50% + 1.6rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

    .card-slider i.fa.prev {
        margin-left: -3.2rem;
        left: 2.4rem
    }

@media (max-width:1023px) {
    .card-slider i.fa.prev {
        left: 4.8rem
    }
}

.card-slider i.fa.next {
    margin-right: -3.2rem;
    right: 2.4rem
}

@media (max-width:1023px) {
    .card-slider i.fa.next {
        right: 4.8rem
    }
}

.card-slider i.fa:hover {
    color: hsla(0,0%,53.3%,.7)
}

.card-slider-headline {
    padding-left: 1.2rem
}

.slider-card h3 {
    color: #000
}

.magazine-spotlight {
    background-color: #01673e;
    padding: 3.2rem 0
}

    .magazine-spotlight .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .magazine-spotlight h3 {
        font-size: 2.4rem
    }

@media only screen and (max-width:1023px) {
    .magazine-spotlight .col-lg-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 8rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.magazine-img-wrapper {
    position: absolute;
    top: -4.8rem;
    right: 3.2rem;
    height: calc(100% + 9.6rem);
    z-index: 2
}

    .magazine-img-wrapper img {
        height: 100%;
        -o-object-fit: fill;
        object-fit: fill
    }

@media only screen and (max-width:1023px) {
    .magazine-img-wrapper {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 3.2rem
    }
}

.img-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background-position: 50%;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 12rem 0
}

@media (max-width:1023px) {
    .img-full {
        padding: 4em 0
    }
}

.img-full .img-full__wrapper {
    padding: 0 24rem
}

@media (max-width:1023px) {
    .img-full .img-full__wrapper {
        padding: 0
    }
}

.img-full .text-float-center {
    text-align: center;
    float: none
}

.img-full .text-float-left {
    text-align: left;
    float: left
}

@media only screen and (max-width:1023px) {
    .img-full .text-float-left {
        float: none;
        text-align: center
    }
}

.img-full .text-float-right {
    text-align: right;
    float: right
}

@media only screen and (max-width:1023px) {
    .img-full .text-float-right {
        float: none;
        text-align: center
    }
}

.img-full .img-full-headline, .img-full .img-full-subtitle {
    font-weight: 500
}

.img-full .img-full-subtitle {
    padding-bottom: 0
}

.img-full .img-full-headline {
    font-size: 4.8rem;
    font-weight: 600;
    font-family: Oswald,Helvetica,sans-serif
}

.img-full p {
    color: #fff
}

.img-full:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.75)),to(transparent));
    background: linear-gradient(90deg,rgba(0,0,0,.75),transparent);
    width: 100%;
    height: 100%;
    z-index: -1
}

.img-full .button__wrapper {
    padding-top: 1em
}

.masonry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff)),#eee;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff),#eee
}

.masonry-headline {
    text-align: center;
    padding-top: 8rem;
    color: #364962
}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 3.2rem;
    -moz-column-gap: 3.2rem;
    column-gap: 3.2rem;
    margin: 0 auto;
    width: 96rem;
    padding-bottom: 3.2rem
}

@media only screen and (max-width:1023px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.masonry__card {
    margin: 2.8rem auto 0 auto;
    display: inline-block;
    padding: 4.8rem 3.2rem;
    border: 2px solid #d3d3d3;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.25),0 16px 24px rgba(0,0,0,.06),0 2px 6px rgba(0,0,0,.04),inset 0 9px 0 #79a1cb;
    box-shadow: 0 4px 4px rgba(0,0,0,.25),0 16px 24px rgba(0,0,0,.06),0 2px 6px rgba(0,0,0,.04),inset 0 9px 0 #79a1cb;
    background-color: #fff
}

@media only screen and (max-width:767px) {
    .masonry__card {
        display: block
    }
}

.partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 48rem;
    position: relative;
    padding: 0 8rem
}

    .partners .tns-nav {
        text-align: center;
        padding: 3.2rem 0 1.6rem
    }

        .partners .tns-nav > [aria-controls] {
            width: 12px;
            height: 12px;
            padding: 0;
            margin: 0 5px;
            border-radius: 50%;
            background: #bbb;
            border: 0
        }

        .partners .tns-nav > .tns-nav-active {
            background: #01673e
        }

    .partners i.fa {
        color: #888;
        font-size: 4.8rem;
        position: absolute;
        top: calc(50% + 1.6rem);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1
    }

        .partners i.fa.prev {
            margin-left: -3.2rem;
            left: 8rem
        }

        .partners i.fa.next {
            margin-right: -3.2rem;
            right: 8rem
        }

        .partners i.fa:hover {
            color: hsla(0,0%,53.3%,.7)
        }

    .partners .partners__title {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 3.6rem;
        font-family: Oswald,Helvetica,sans-serif;
        color: #364962
    }

@media only screen and (max-width:767px) {
    .partners .partners__title {
        margin-top: 3.2rem
    }
}

.partners .partners__logo-row.tns-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partners .partners__logo-row.tns-item, .partners .partners__logo.tns-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .partners .partners__logo.tns-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

.partners .partners__real-estate {
    color: #01673e;
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center
}

.partners .partners__logo {
    padding: 0;
    position: relative
}

    .partners .partners__logo a {
        padding-bottom: 3.2rem
    }

        .partners .partners__logo a > div {
            position: absolute;
            top: calc(100% - 3.2rem);
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 100%;
            text-align: center;
            font-weight: 700
        }

.subscription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #01673e;
    padding: 3.2rem 0 1.6rem 0
}

@media only screen and (max-width:1023px) {
    .subscription {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 6.4rem 0
    }
}

.subscription .subscription__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 57.2rem;
    font-weight: 700;
    line-height: 150%
}

    .subscription .subscription__caption p {
        color: #fff;
        margin: 0 2.4rem;
        font-size: 2.4rem
    }

    .subscription .subscription__caption a {
        color: #fff;
        font-size: 80%;
        margin-right: -.8rem
    }

.subscription .subscription__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .subscription .subscription__search .subscription__search--input {
        width: 40rem;
        height: 6.4rem;
        border-radius: 4px;
        padding: 1.6rem;
        margin-right: -4.8rem;
        font-size: 1.6rem
    }

@media (max-width:1023px) {
    .subscription .subscription__search .subscription__search--input {
        width: 32rem
    }
}

.subscription .subscription__search .subscription__search--input::-webkit-input-placeholder {
    color: #000
}

.subscription .subscription__search .subscription__search--input::-moz-placeholder {
    color: #000
}

.subscription .subscription__search .subscription__search--input:-ms-input-placeholder {
    color: #000
}

.subscription .subscription__search .subscription__search--input::-ms-input-placeholder {
    color: #000
}

.subscription .subscription__search .subscription__search--input::placeholder {
    color: #000
}

.subscription .subscription__search .subscription__search--btn {
    font-weight: 700;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    border: none;
    color: #fff;
    background-color: #01673e
}

.footer.footer--redesign {
    background-color: #4a4b4b;
    color: #fff;
    font-size: 14px;
    margin-top: 0;
    padding: 4.8rem 0
}

    .footer.footer--redesign .footer__l1 {
        color: #fff
    }

    .footer.footer--redesign .logo {
        position: static;
        top: auto;
        left: auto;
        max-width: 16rem
    }

        .footer.footer--redesign .logo img {
            margin-bottom: 1.6rem
        }

    .footer.footer--redesign h4 {
        padding: 0
    }

    .footer.footer--redesign ul {
        margin-bottom: 3.2rem
    }

    .footer.footer--redesign .footer__logo {
        padding-bottom: 0
    }

        .footer.footer--redesign .footer__logo p {
            border-top: 1px solid #fff;
            font-size: .96rem
        }

    .footer.footer--redesign .footer__col--container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 0 6.4rem
    }

@media only screen and (max-width:1279px) {
    .footer.footer--redesign .footer__col--container {
        display: grid;
        grid-template-columns: repeat(3,1fr)
    }
}

@media only screen and (max-width:767px) {
    .footer.footer--redesign .footer__col--container {
        grid-template-columns: 1fr
    }
}

.footer.footer--redesign .footer__col {
    margin: 0 1.6rem
}

    .footer.footer--redesign .footer__col .footer__l1 {
        color: #fff;
        font-size: 1.6rem
    }

    .footer.footer--redesign .footer__col a {
        color: #fff;
        font-size: 14px;
        line-height: 150%;
        padding-bottom: 0
    }

    .footer.footer--redesign .footer__col .footer__l1__link, .footer.footer--redesign .footer__col .footer__l2 {
        font-size: 1.6rem
    }

@media only screen and (max-width:767px) {
    .footer.footer--redesign .footer__col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width:1279px) {
    .footer.footer--redesign .footer__col--4 {
        margin-top: -19.2rem
    }
}

@media only screen and (max-width:767px) {
    .footer.footer--redesign .footer__col--4 {
        margin-top: 0
    }
}

.footer.footer--redesign .footer__legal {
    padding: 8rem 0 2.4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .footer.footer--redesign .footer__legal p {
        color: #fff
    }

@media only screen and (max-width:767px) {
    .footer.footer--redesign .footer__legal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer.footer--redesign .footer__legal a {
    margin: .8rem;
    color: #fff
}

.footer.footer--redesign .footer__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 24rem;
    margin: 1.6rem 0
}

.footer.footer--redesign .footer__icon {
    font-size: 150%
}

@media only screen and (max-width:767px) {
    .footer.footer--redesign .footer__icon {
        margin: 1.6rem .8rem
    }
}

.footer {
    background-color: #4a4b4b;
    padding: 2.4rem;
    margin-top: 6.4rem;
    color: #fff;
    font-size: 14px
}

    .footer .footer__l1 {
        font-size: 4rem
    }

    .footer #footerWrap {
        margin: auto;
        width: auto;
        padding-bottom: 3.2rem
    }

    .footer .footer__logo {
        margin-top: 4.8rem;
        padding-bottom: 0
    }

        .footer .footer__logo p {
            border-top: 1px solid #fff;
            font-size: .96rem
        }

    .footer .footer__icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 24rem;
        margin: 1.6rem 0
    }

    .footer .footer__icon {
        font-size: 150%
    }

@media only screen and (max-width:767px) {
    .footer .footer__icon {
        margin: 1.6rem .8rem
    }
}

@media only screen and (max-width:1279px) {
    .footer .footer__col--4 {
        margin-top: -19.2rem
    }
}

@media only screen and (max-width:767px) {
    .footer .footer__col--4 {
        margin-top: 0
    }
}

.footer .footer__col--container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    padding: 0 6.4rem
}

@media only screen and (max-width:1279px) {
    .footer .footer__col--container {
        grid-template-columns: repeat(3,1fr)
    }
}

@media only screen and (max-width:767px) {
    .footer .footer__col--container {
        grid-template-columns: 1fr
    }
}

.footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 8rem
}

    .footer__col .footer__l2 {
        font-size: 1.6rem
    }

@media (max-width:767px) {
    .footer__col {
        padding-left: 1.6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer__l1 {
    padding-bottom: 0;
    color: #fff
}

    .footer__l1:not(:first-child) {
        padding-top: 3.2rem
    }

.footer__l1__link {
    color: #78b63c;
    font-size: 1.8rem
}

    .footer__l1__link:focus, .footer__l1__link:hover {
        color: #9ac86d
    }

.footer__l2__list {
    padding-bottom: 0
}

.footer__l2__link, .footer__legal__link, .footer__social__link {
    color: #cdcece;
    line-height: 1.8;
    display: block
}

    .footer__l2__link:focus, .footer__l2__link:hover, .footer__legal__link:focus, .footer__legal__link:hover, .footer__social__link:focus, .footer__social__link:hover {
        color: #f8fcfc
    }

.footer__legal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    padding: 8rem 0 2.4rem 0
}

    .footer__legal li {
        padding: 0 .4rem
    }

        .footer__legal li:not(:last-child) {
            border-right: 1px solid #cdcece
        }

        .footer__legal li:first-child {
            padding-left: 0
        }

    .footer__legal p {
        color: #fff;
        padding: 0 .4rem
    }

@media only screen and (max-width:767px) {
    .footer__legal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__legal__link {
    font-size: 1.6rem;
    margin: 0 .8rem;
    color: #fff
}

.footer__social__icon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .footer__social__icon a .span--green {
        margin: 0 .8rem;
        color: #78b63c
    }

    .footer__social__icon a span {
        color: #cdcece
    }

.footer__contact, .footer__contact a, .footer__legal, .footer__legal a {
    color: #e9eef1
}

.footer__contact {
    padding: 1.6rem 0 3.2rem 4rem
}

.footer__contact, .footer__legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__legal {
    text-align: center;
    padding-top: 1.6rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.6rem 0;
    width: 85%;
    border-top: 1px solid #e9eef1;
    border-bottom: 1px solid #e9eef1
}

    .footer__bottom.row {
        margin: 0 auto
    }

    .footer__bottom > .footer__column {
        padding: 0
    }

.logo__container--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .logo__container--footer .logo {
        max-width: 16rem;
        position: static
    }

.img-breadcrumb {
    background: url(img/imgbreadcrumb.0170488f.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    background-position: 50%;
    background-size: cover;
    padding: 4rem 0 8rem 0
}

    .img-breadcrumb .text-float-left {
        text-align: left
    }

        .img-breadcrumb .text-float-left p {
            padding-right: 50%
        }

@media only screen and (max-width:1023px) {
    .img-breadcrumb .text-float-left {
        float: none;
        text-align: center
    }

        .img-breadcrumb .text-float-left p {
            padding-right: 0
        }
}

.img-breadcrumb .text-float-right {
    float: right;
    text-align: right
}

    .img-breadcrumb .text-float-right p {
        padding-left: 50%
    }

@media only screen and (max-width:1023px) {
    .img-breadcrumb .text-float-right {
        float: none;
        text-align: center
    }

        .img-breadcrumb .text-float-right p {
            padding-left: 0
        }
}

.img-breadcrumb .breadcrumb {
    padding: 0
}

.breadcrumb-item {
    color: #fff
}

.breadcrumb-wrapper a {
    font-weight: 500
}

.breadcrumb-wrapper .active {
    font-size: .8em;
    font-weight: 700
}

.img-breadcrumb-headline {
    margin-top: 4.8rem;
    color: #1f1f1f
}

@media only screen and (max-width:1023px) {
    .img-breadcrumb-headline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0;
        padding-left: 0
    }
}

.img-breadcrumb-headline .img-breadcrumb-title {
    font-weight: 600;
    font-size: 4.8rem;
    padding-bottom: 1rem;
    font-family: Oswald,Helvetica,sans-serif
}

.img-breadcrumb-headline .img-breadcrumb-content {
    font-size: 1.76rem
}

.breadcrumb-item + .breadcrumb-item:before {
    color: #fff
}

.survey {
    padding: 6.4rem 0 3.2rem 0
}

    .survey, .survey .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .survey-wrapper, .survey .container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

.survey-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 1em
}

    .survey-wrapper img {
        margin: 0 1.6rem
    }

    .survey-wrapper h2 {
        font-size: 3.2rem;
        font-family: Arial,sans-serif
    }

    .survey-wrapper p {
        padding: 1.6rem 0
    }

#news {
    margin: 0 auto;
    max-width: 1050px;
    padding: 0 2rem
}

    #news a {
        font-weight: 400;
        text-decoration: underline
    }

        #news a:active, #news a:focus, #news a:hover {
            color: #01673e
        }

    #news > img {
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 40rem
    }

    #news .top-text {
        font-weight: 700;
        padding: .8rem 0
    }

    #news .news-header, #news .top-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #news .news-header {
        background-color: #01673e;
        color: #fff;
        padding: 1.6rem;
        margin: 0 -1.6rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        #news .news-header .news-header-headline {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            font-size: 1.6rem;
            font-weight: 400
        }

            #news .news-header .news-header-headline b {
                font-size: 1.9rem
            }

        #news .news-header img {
            max-width: 14rem
        }

    #news .news-subheader {
        background-color: #555;
        color: #fff;
        padding: .8rem 1.6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -1.6rem
    }

    #news .news-subheader-left .news-subheader-headline {
        padding: 0
    }

    #news .news-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        #news .news-social a {
            color: #fff;
            opacity: .5;
            font-size: 1.6rem;
            padding: .8rem
        }

            #news .news-social a img {
                width: 16px;
                height: 16px
            }

            #news .news-social a:hover {
                opacity: 1;
                color: #01673e
            }

    #news .news-hero {
        width: 100%;
        padding-bottom: 1.6rem
    }

    #news .rt_component {
        padding-bottom: 2.4rem
    }

        #news .rt_component .headline-nopadding, #news .rt_component h4 {
            padding: 0
        }

        #news .rt_component a {
            text-decoration: none;
            font-weight: 700
        }

    #news .events {
        background-color: #01673e;
        color: #fff;
        padding: .8rem 1.6rem;
        margin-bottom: .8rem
    }

        #news .events h5 {
            padding-bottom: 0
        }

    #news .events--grey {
        background-color: grey
    }

        #news .events--grey p {
            color: #fff
        }

    #news .events a {
        color: #fff;
        text-decoration: none;
        font-weight: 700
    }

    #news .events .event-item {
        padding-bottom: 1.2rem
    }

    #news .ad__wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #news .ad__wrapper--row {
        padding-top: 0;
        padding-bottom: 2.4rem;
        -ms-flex-wrap: none;
        flex-wrap: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        #news .ad__wrapper--row .col-md-4:only-child {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
            max-width: 100%
        }

        #news .ad__wrapper--row:before {
            content: "";
            display: none
        }

        #news .ad__wrapper--row div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 1.6rem
        }

            #news .ad__wrapper--row div:before {
                content: "ADVERTISEMENT";
                font-size: 1.2rem;
                color: #777;
                font-weight: 700
            }

    #news .sponsored-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #e6eef0;
        padding: 1.6rem;
        margin-bottom: 2.4rem
    }

        #news .sponsored-content a {
            font-weight: 700;
            text-decoration: none
        }

        #news .sponsored-content img {
            padding: 1.6rem;
            max-width: 40%;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 40%;
            flex: 1 0 40%;
            -o-object-fit: contain;
            object-fit: contain
        }

@media (max-width:767px) {
    #news .sponsored-content img {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

@media (max-width:767px) {
    #news .sponsored-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#news .sponsored-content .subheadline {
    padding-bottom: 0
}

#news .news-box {
    padding: 2rem;
    margin: 0 -1.6rem;
    margin-bottom: 2.4rem
}

    #news .news-box .rt_component {
        padding-bottom: 0
    }

        #news .news-box .event-item:not(:last-child), #news .news-box .rt_component:not(:last-child) {
            padding-bottom: 2.4rem
        }

    #news .news-box [id*=EventListingTitle] {
        padding-top: 0
    }

    #news .news-box[style*=background-color] a {
        color: #fff;
        font-weight: 700;
        text-decoration: none
    }

        #news .news-box[style*=background-color] a:hover {
            color: #01673e
        }

#news .news-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #01673e;
    padding: 1.6rem
}

    #news .news-footer .news-footer-img, #news .news-footer a > img {
        max-width: 24rem;
        padding-bottom: 3.2rem
    }

    #news .news-footer .email-text {
        padding: 3.2rem 0;
        color: #fff
    }

    #news .news-footer a {
        color: #fff
    }

    #news .news-footer .footer-links a {
        text-decoration: none;
        padding: .8rem 0
    }

        #news .news-footer .footer-links a:active, #news .news-footer .footer-links a:focus, #news .news-footer .footer-links a:hover {
            color: #f2cf82
        }

        #news .news-footer .footer-links a:first-child {
            padding-left: 0
        }

        #news .news-footer .footer-links a:not(:last-child):after {
            content: "|";
            padding-left: .8rem;
            padding-right: .8rem
        }

    #news .news-footer .footer-bottom, #news .news-footer .footer-links span {
        color: #fff
    }

.two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .two-columns .card {
        height: auto
    }

.img-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2.4rem
}

    .img-col > a {
        width: 100%
    }

.card-title {
    font-size: 2.4rem;
    margin-bottom: 0;
    padding-bottom: .8rem
}

.card-text {
    padding-bottom: .8rem;
    max-width: 89%
}

.two-columns-wrapper {
    padding: 3.2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.two-columns-headline {
    text-align: center;
    color: #364962;
    font-weight: 600;
    font-size: 3.6rem;
    font-family: Oswald,Helvetica,sans-serif
}

.card-grid {
    min-height: inherit;
    padding: 2em 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f8f8f8
}

.card-grid, .grid-card__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grid-card__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 3.2rem
}

.grid-card .card-title {
    font-size: 1.76rem;
    color: #000
}

    .grid-card .card-title h3 {
        padding: 0
    }

.grid-card .card-subtitle {
    color: #999
}

.grid-card .grid-card__date {
    font-weight: 500;
    color: #757575
}

.grid-card .card-text {
    max-width: 100%
}

.fellow-spotlight {
    padding: 8em 0;
    color: #364962;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    background-position: 50%;
    background-size: cover;
    background-color: #e9eef1
}

@media only screen and (max-width:1279px) {
    .fellow-spotlight {
        padding-top: 16rem;
        padding-bottom: 4rem
    }
}

@media (max-width:1023px) {
    .fellow-spotlight {
        background-image: none !important;
        padding-top: 4rem
    }
}

.text-float-right .fellow-spotlight__wrapper {
    padding-left: 40%
}

@media only screen and (max-width:1279px) {
    .text-float-right .fellow-spotlight__wrapper {
        float: none;
        text-align: center;
        padding-left: 55%
    }
}

@media (max-width:1023px) {
    .text-float-right .fellow-spotlight__wrapper {
        padding-left: 0
    }
}

.text-float-left .fellow-spotlight__wrapper {
    padding-right: 40%
}

@media only screen and (max-width:1279px) {
    .text-float-left .fellow-spotlight__wrapper {
        float: none;
        text-align: center;
        padding-right: 55%
    }
}

@media (max-width:1023px) {
    .text-float-left .fellow-spotlight__wrapper {
        padding-right: 0
    }
}

.fellow-spotlight-headline {
    padding: 0 6.4rem;
    font-size: 3.6rem;
    font-family: Oswald,Helvetica,sans-serif
}

.fellow-spotlight__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:1279px) {
    .fellow-spotlight__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.fellow-spotlight-body__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width:1279px) {
    .fellow-spotlight-body__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.fellow-spotlight__name {
    font-size: 2.4rem
}

.fellow-spotlight__content {
    color: #364962;
    line-height: 150%;
    padding-bottom: 1em
}

.profile-slider {
    text-align: center
}

.profile-slider, .profile-slider__headline--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-slider__headline--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 3.2rem
}

    .profile-slider__headline--wrapper h2 {
        max-width: 40%;
        color: #364962
    }

    .profile-slider__headline--wrapper p {
        padding: 0 36rem
    }

@media only screen and (max-width:1023px) {
    .profile-slider__headline--wrapper p {
        padding: 0 12rem
    }
}

.profile-slider__headline {
    font-weight: 600;
    font-size: 3.6rem;
    font-family: Oswald,Helvetica,sans-serif
}

.profile-slider__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .profile-slider__profile img {
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 100%
    }

.tns-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .tns-controls button {
        outline: 0;
        border: 0
    }

.profile-slider__profile--wrapper, .profile-slider__profile--wrapper .tns-outer {
    position: relative
}

    .profile-slider__profile--wrapper .tns-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .profile-slider__profile--wrapper .tns-controls button {
            outline: 0;
            border: 0
        }

        .profile-slider__profile--wrapper .tns-controls i.fa {
            color: #888;
            font-size: 4.8rem;
            position: absolute;
            top: calc(50% - 6.4rem);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 1
        }

            .profile-slider__profile--wrapper .tns-controls i.fa.prev {
                margin-left: -3.2rem;
                left: 2.4rem
            }

@media (max-width:1023px) {
    .profile-slider__profile--wrapper .tns-controls i.fa.prev {
        left: 4.8rem
    }
}

.profile-slider__profile--wrapper .tns-controls i.fa.next {
    margin-right: -3.2rem;
    right: 2.4rem
}

@media (max-width:1023px) {
    .profile-slider__profile--wrapper .tns-controls i.fa.next {
        right: 4.8rem
    }
}

.profile-slider__profile--wrapper .tns-controls i.fa:hover {
    color: hsla(0,0%,53.3%,.7)
}

.profile-slider__profile--wrapper .tns-nav button {
    outline: 0;
    border: 0
}

.card-slider2 {
    padding-bottom: 8rem;
    padding: 4.8rem 0
}

@media only screen and (max-width:1279px) {
    .card-slider2 {
        text-align: center;
        padding: 4.8rem 0
    }
}

.card-slider2 .card-slider-headline {
    margin-left: .4rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 1em
}

@media only screen and (max-width:1023px) {
    .card-slider2 .card-slider-headline {
        text-align: center;
        margin-left: 0
    }
}

.card-slider2 .card-slider-title {
    color: #010101;
    font-family: Arial,sans-serif;
    font-size: 3.2rem
}

.card-slider2 .card-slider-content {
    font-size: 1.76rem
}

.card-slider2 .fa-angle-left, .card-slider2 .fa-angle-right {
    -ms-flex-item-align: center;
    align-self: center;
    display: none
}

.card-slider2 .tns-controls button {
    border: 0
}

.card-slider2 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.card-slider2 .tns-nav {
    text-align: center;
    padding: 3.2rem 0 1.6rem
}

    .card-slider2 .tns-nav > [aria-controls] {
        width: 12px;
        height: 12px;
        padding: 0;
        margin: 0 5px;
        border-radius: 50%;
        background: #bbb;
        border: 0
    }

    .card-slider2 .tns-nav > .tns-nav-active {
        background: #01673e
    }

.card-slider2 i.fa {
    color: #888;
    font-size: 4.8rem;
    position: absolute;
    top: calc(50% + 1.6rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

    .card-slider2 i.fa.prev {
        margin-left: -3.2rem;
        left: 2.4rem
    }

@media (max-width:1023px) {
    .card-slider2 i.fa.prev {
        left: 4.8rem
    }
}

.card-slider2 i.fa.next {
    margin-right: -3.2rem;
    right: 2.4rem
}

@media (max-width:1023px) {
    .card-slider2 i.fa.next {
        right: 4.8rem
    }
}

.card-slider2 i.fa:hover {
    color: hsla(0,0%,53.3%,.7)
}

.card-slider-container {
    position: relative
}

.card-slider-headline {
    color: #364962
}

@media only screen and (max-width:1023px) {
    .card-slider-headline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

.slider-card {
    min-height: 48rem;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.25),0 16px 24px rgba(0,0,0,.06),0 2px 6px rgba(0,0,0,.04),inset 0 9px 0 #79a1cb;
    box-shadow: 0 4px 4px rgba(0,0,0,.25),0 16px 24px rgba(0,0,0,.06),0 2px 6px rgba(0,0,0,.04),inset 0 9px 0 #79a1cb;
    border-radius: 8px;
    padding: 3.2rem;
    margin: .8rem 1.6rem;
    background-color: #fff;
    border: 0
}

@media (max-width:1023px) {
    .slider-card {
        margin: .8rem 2.4rem
    }
}

.slider-card h2 {
    text-transform: uppercase;
    font-weight: 500
}

.slider-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:1023px) {
    .slider-card-wrapper {
        padding-top: 3.2rem
    }
}

.tns-horizontal .slider-card-row.tns-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.card-slider i.fa {
    top: 44%
}

.tns-slide-active .slider-card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: inherit
}

.event-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12rem 0
}

    .event-cards .container .card:nth-child(odd) {
        background: hsla(0,0%,89.8%,.5)
    }

@media only screen and (max-width:1023px) {
    .event-cards {
        text-align: center
    }
}

.event-cards .event-cards__logo {
    width: 75%
}

@media only screen and (max-width:1023px) {
    .event-cards .event-cards__logo {
        width: 45%
    }
}

@media only screen and (max-width:1023px) {
    .event-cards .card-categories {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
}

.event-cards .gray-bg {
    background: hsla(0,0%,89.8%,.21)
}

.event-cards .row {
    padding: 4.8rem 0
}

.event-cards .card-body {
    padding: 0
}

@media only screen and (max-width:1023px) {
    .event-cards .card-body {
        padding: 3.2rem 0 1.6rem 0
    }
}

.event-cards .card-title {
    padding: 0
}

@media only screen and (max-width:1023px) {
    .event-cards .card-title {
        padding: .8rem 0
    }
}

.event-cards .card-text {
    padding-top: .8rem
}

@media only screen and (max-width:1023px) {
    .event-cards .card-text {
        max-width: 100%;
        padding: .8rem 0
    }
}

.event-cards .card-subtitle {
    color: #999;
    font-weight: 700;
    font-size: 1.6rem;
    padding-top: 1.6rem
}

.event-cards .event-cards__profile--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1023px) {
    .event-cards .event-cards__profile--wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1.6rem 0
    }
}

.event-cards .event-cards__profile--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 1.6rem
}

@media only screen and (max-width:1023px) {
    .event-cards .event-cards__profile--info {
        padding-left: 0;
        padding: .8rem 0
    }
}

.event-cards .event-cards__profile--info .event-cards__profile--name {
    font-weight: 700;
    padding-bottom: 0
}

.event-cards .event-cards__profile--info .event-cards__company {
    padding-bottom: 0
}

.event-cards .button {
    margin-right: 1.6rem;
    padding: .4rem 1.2rem
}

@media only screen and (max-width:1023px) {
    .event-cards .button {
        text-align: center;
        margin-right: 0
    }
}

.filter-collapse-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-bottom: 3px solid #01673e
}

    .filter-collapse-container .filter-headline {
        padding: 0;
        color: #000;
        font-size: 2.4rem;
        margin-right: 1.6rem
    }

@media (max-width:1023px) {
    .filter-collapse-container .filter-headline {
        margin-right: 0;
        padding-bottom: 1.6rem
    }
}

.filter-collapse-container .filter-clear {
    background-color: transparent;
    outline: 0;
    border: 0;
    color: #01673e
}

@media (max-width:1023px) {
    .filter-collapse-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.filter-checkbox {
    margin-left: auto;
    margin-right: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .filter-checkbox label {
        margin-bottom: 0;
        margin-right: .8rem
    }

@media (max-width:1023px) {
    .filter-checkbox {
        margin-left: 0;
        padding-top: .8rem;
        padding-bottom: .8rem;
        margin-right: 0
    }
}

.filter-l1 {
    background: #fff;
    border: 2px solid #01673e;
    border-radius: 4px 4px 0 0;
    padding: .8rem 1.2rem;
    color: #01673e;
    font-weight: 700;
    margin-bottom: -2px;
    margin-right: .8rem
}

    .filter-l1 span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .filter-l1:active, .filter-l1:focus, .filter-l1:hover, .filter-l1[aria-expanded=true] {
        background-color: #01673e;
        color: #fff
    }

    .filter-l1[aria-expanded=false] + .filter-l2__container {
        display: none
    }

@media (max-width:1023px) {
    .filter-l1 {
        width: 100%
    }
}

.filter-l2__container {
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f6f9fe;
    border: 1px solid #dee1e6;
    -webkit-box-shadow: 0 100px 80px rgba(0,0,0,.07),0 41.7776px 33.4221px rgba(0,0,0,.0503198),0 22.3363px 17.869px rgba(0,0,0,.0417275),0 12.5216px 10.0172px rgba(0,0,0,.035),0 6.6501px 5.32008px rgba(0,0,0,.0282725),0 2.76726px 2.21381px rgba(0,0,0,.0196802);
    box-shadow: 0 100px 80px rgba(0,0,0,.07),0 41.7776px 33.4221px rgba(0,0,0,.0503198),0 22.3363px 17.869px rgba(0,0,0,.0417275),0 12.5216px 10.0172px rgba(0,0,0,.035),0 6.6501px 5.32008px rgba(0,0,0,.0282725),0 2.76726px 2.21381px rgba(0,0,0,.0196802);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 3.2rem 4.8rem;
    z-index: 2
}

.filter-l2-title {
    font-size: 3rem;
    color: #000;
    padding-bottom: 3.2rem;
    font-weight: 700
}

.filter-l2-list .col-lg a {
    color: #000;
    font-size: 1.6rem;
    padding-left: 0;
    padding-right: 0
}

    .filter-l2-list .col-lg a:active, .filter-l2-list .col-lg a:focus, .filter-l2-list .col-lg a:hover {
        text-decoration: none;
        color: #6a8edf
    }

.filter-l2-list .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%
}

@media (max-width:1023px) {
    .filter-l2-list .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%
    }
}

.filter-l2-list .col-lg .filter-l3-link {
    font-size: 1.4rem;
    line-height: 1.3;
    display: block;
    color: #000;
    padding-bottom: 0;
    font-weight: 700;
    text-align: left
}

.filter-l2-link {
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    outline: 0;
    background-color: transparent;
    text-align: left
}

    .filter-l2-link:active, .filter-l2-link:focus, .filter-l2-link:hover, .filter-l2-link[aria-expanded=true] {
        color: #01673e
    }

        .filter-l2-link[aria-expanded=true] i.material-icons {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

        .filter-l2-link[aria-expanded=true] + .filter-l3-list {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

    .filter-l2-link[aria-expanded=false] + .filter-l3-list {
        max-height: 0;
        overflow: hidden
    }

.filter-l3-list {
    padding-left: 2.4rem;
    list-style: none;
    max-height: 10000px
}
