.restricted-site-width {
    margin: auto;
    max-width: 1920px;
}
html {
    scroll-behavior: smooth;
}
a, a:active, a:hover, a:visited {
    color: black;
}

h1 {
    font-size : 1.4em;
    font-weight: normal;
    line-height: 1;
}
h2 {
    font-size: 1.5em;
    line-height: 1;
    text-align:center;
}
img.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}
sup {
    font-size: 60%;
    top: -.4em;
}
header.mdc-layout-grid {
    background-color: transparent;
    position:absolute;
    z-index:100;
    padding: 5px 20px;
    min-width: 100%;
    height: 75px;
}
header.mdc-layout-grid .mdc-layout-grid__cell img{
    max-height: 50px;
}
header.mdc-layout-grid .mdc-layout-grid__cell.nav-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header.mdc-layout-grid .mdc-layout-grid__cell nav {
    margin: 10px;
    float:right;
}
header.mdc-layout-grid .mdc-layout-grid__cell nav .mdc-button {
    color: white;
    padding: 0;
}

header.mdc-layout-grid .mdc-layout-grid__cell nav .mdc-button.sign-in-button {
    margin-left:24px;margin-right: 10px;
}
header.mdc-layout-grid .mdc-layout-grid__cell nav .mdc-button.join-button {
    border: 1px solid white;
}
header.mdc-layout-grid .mdc-layout-grid__cell nav a {
    color: black;
    padding: 10px 10px;
    font-size: .9rem;
}

.hero > .mdc-layout-grid {
    min-height: 100vh;
}
.hero > .mdc-layout-grid h1 {
    padding-top: 40vh;
}
.hero .mdc-layout-grid {
    padding-top: 64px;
    background-position: center;
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
}
.hero .mdc-layout-grid h1 {
    text-align: center;
    color: white;
    font-weight: normal;
    line-height: 2.3rem;
    font-size: 2.3rem;
}
.page-title {
    margin-top: 20px;
    font-size: 1.7em;
    text-align: center;
    line-height: 1;
}

@media (min-width: 840px){
    .mdc-layout-grid__cell--offset-1 {
        grid-column-start: 2;
    }
    .mdc-layout-grid__cell--offset-2 {
        grid-column-start: 3;
    }
    .mdc-layout-grid__cell--offset-3 {
        grid-column-start: 4;
    }
    .mdc-layout-grid__cell--offset-4 {
        grid-column-start: 5;
    }
}

.scroll-to-content {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -50px;
}
.scroll-to-content a {
    color: white;
    opacity: .6;
}
.scroll-to-content a .material-icons {
    transform: rotate(90deg);
    font-size: 3em;
}

.mdc-layout__content {
    overflow-x: initial;
    overflow-y: initial;
    padding: 75px 0 0 0;
    display: block;
}
.mdc-layout__content.has-hero{
    padding: 0;
}

.footer {
    background-color: #313131;
    color: white;
}
.footer a {
    color: white;
}
.footer .social-links {
    padding: 2rem 0;
    text-align: center;
}
.footer .social-links a {
    margin: 0 10px;
    border: 1px solid white;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
}
.footer .footer-menu {
    padding: 2rem;
    text-align: center;
}
.footer .footer-menu nav{
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
}
.footer .footer-menu nav a {
    font-size: 0.9rem;
}
.footer .footer-menu nav a:hover {
    text-decoration: underline;
    opacity: .8;
}
.footer .footer-menu nav .sign-in-button,
.footer .footer-menu nav .join-button,
.footer .footer-menu nav .close-menu {
    display: none;
}
.footer nav a {
    font-size: 16px;
}
.footer .footer-menu .contact-info {
    font-size:0.9rem;
    color:whitesmoke;
}
.footer .footer-menu .contact-info .material-icons {
    font-size: 1rem;
    padding: 0 10px;
    margin: 5px 0;
    vertical-align: sub;
}
.footer .footer-menu .contact-info a {
    margin-left:20px;
}
.footer .footer-menu .copy-terms-menu a {
    white-space: nowrap;
}
body.Security .content-container,
body.Evolve\\MembersController .content-container {
    margin: auto;
    max-width: 100%;
    width: 400px;
}
body.Security article {
    background: white;
    padding: 50px;
    border-radius: 5px;
}
body.Security .login-in-withs {
    flex-direction: column;
    margin-top: 34px;
    justify-content: space-around;
    min-height: 40px;
}
body.Security .login-in-withs .g-signin2 {
    min-width: 100%;
    margin: 24px 0;
}
body.Security .login-in-withs .g-signin2 .abcRioButton {
    margin: auto;
    width: 300px !important;
}
body.Security .login-in-withs .g-signin2 .abcRioButtonContentWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
body.Security .login-in-withs .g-signin2 .abcRioButtonContents {
    font-family: inherit;
    margin-right: 20px;
}
body.Security .login-in-withs .g-signin2 .abcRioButtonContents:after {
    content: " with Google";
    font-size: 15px;
}
body.Security .login-in-withs .g-signin2 .abcRioButtonContents span {
    font-size: 15px;
    line-height: 40px;
}
body.Security .login-in-withs .fb-signin-button {
    background: #1877f2;
    color: white;
    height: 36px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    width: 300px;
    margin: auto;
}
body.Security .login-in-withs .fb-signin-button:hover {
    box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3);
}
body.Security .login-in-withs .fb-signin-button img {
    padding-right: 20px;
}
body.Evolve\\MembersController .verification-error {
    padding: 50px 20px;
}
body.Evolve\\MembersController h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 2em;
    padding: 20px 0;
}
body.Evolve\\MembersController .account-activation form {
    display: flex;
    flex-direction: column;
    padding: 50px;
}
body.Evolve\\MembersController .account-activation form .es-mdc-field-holder {
    margin-bottom: 20px;
}
body.Evolve\\MembersController .account-activation form .btn-toolbar {
    text-align: center;
}
body.Evolve\\MembersController .account-activation form .message.error {
    padding: 10px;
    background: rgba(255,0,0,0.5);
    border: 1px solid red;
    margin-bottom: 20px;
    text-align: center;
}

.w-100 {
    width: 100%;
}
.d-flex {
    display: flex;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-center {
    text-align: center;
}
.material-icon-container {
    display: inline-flex;
    align-items: center;
}
.material-icon-container .material-icons {
    margin-right: 5px;
}
#session-message {
    background-color: rgba(253, 201, 123, 0.5);
    padding: 10px;
}
#session-success {
    display: flex;
    justify-content: center;
    background-color: #131313;
    color: white;
    text-align: center;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 2px;
}
#session-success .icon {
    max-width: 20px;
    max-height: 20px;
    padding-right: 10px;
}
#session-errors {
    background-color: rgba(255,0,0,0.6);
    padding: 10px;
}
#session-errors ul {
    margin-top: 10px;
}
#session-errors ul li {
    list-style-type: disc;
    margin-left: 20px;
}

header.mdc-layout-grid .nav-container .close-menu,
header.mdc-layout-grid .nav-menu-controller {
    display: none;
}

.sticky-on-scroll.sticky {
    position: fixed;
}
.sticky-on-scroll.stuck-bottom,
.sticky-on-scroll.sticky.stuck-bottom {
    position: absolute;
}

*[data-limit-height] {
    overflow: hidden;
    position: relative;
    /*transition-duration: 500ms;*/
    /*transition-property: max-height;*/
}
*[data-limit-height].show-more {
    transition-duration: 500ms;
    transition-property: max-height;
    max-height: 110% !important;
}
*[data-limit-height] .readMoreLink {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background-color: white;
    padding: 10px 0;
    cursor: pointer;
    width: 100%;
    font-size: .9em;
    font-weight: 600;
    box-sizing: border-box;
}
*[data-limit-height] .readMoreLink:before {
    content: "";
    position: absolute;
    bottom: 1em;
    right: 0;
    width: 100%;
    height: 4em;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff 50%);
}
*[data-limit-height].show-more .readMoreLink:before {
    height: 2em;
}
*[data-limit-height] .readMoreLink:after {
    content: "Read more ";
    position: absolute;
    bottom: 10px;
    padding-right: 20px;
    background: url(images/read-more.png) right center no-repeat;
}
*[data-limit-height] .readMoreLink:hover:after {
    text-decoration: underline;
}

*[data-limit-height].show-more .readMoreLink:after {
    content: "Read less ";
    background: url(images/read-less.png) right center no-repeat;
}
.breadcrumbs a:hover {
    color: silver;
}
.breadcrumbs a.back {
    padding-left: 20px;
    background: url("images/breadcrumb-back.png") 5px center no-repeat;
}
.breadcrumbs .breadcrumb-section-divider {
    display: inline-block;
    width: 20px;
    height: 1em;
    text-align: center;
}
.breadcrumbs .breadcrumb-section-divider:before {
    content: "|";
}
.breadcrumbs .breadcrumb-divider {
    display: inline-block;
    width: 20px;
    height: 1em;
    background: url("images/breadcrumb.png") center bottom no-repeat;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.1;
}
.line-clamp.line-clamp-2 {
    -webkit-line-clamp: 2;
}
.mdc-layout-grid__cell--force-1 {
    grid-column-start: 1;
}
.external-link:after {
    content: "open_in_new";
    padding-left: 3px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: text-top;
}
/*
    Hack to work around Chrome bug with autofill and mdc textfield labels
    Following will trigger animationstart javascript event that can then
    add the appropriate classes.
 */
#Form_PageForm_Email:-webkit-autofill,
#Form_PageForm_Password:-webkit-autofill,
#CustomMemberLoginForm_LoginForm_Email:-webkit-autofill,
#CustomMemberLoginForm_LoginForm_Password:-webkit-autofill{
    animation-name: onAutoFillStart;
}
@keyframes onAutoFillStart {
    from {}
    to {}
}


@media (max-width: 768px) {
    header.mdc-layout-grid .nav-menu-controller {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        justify-content: center;
        color: white;
        text-align: right;
    }
    header.mdc-layout-grid .mdc-layout-grid__cell.nav-container {
        position: absolute;
        padding-left: 20px;
        right: 0;
        top: 0;
        background-color: rgba(0,0,0,.5);
        display: none;
    }
    header.mdc-layout-grid .nav-container.mdc-layout-grid__cell nav {
        margin:10px;
        float:right;
    }
    header.mdc-layout-grid .nav-container.mdc-layout-grid__cell--span-1-phone nav a,
    header.mdc-layout-grid .nav-container.mdc-layout-grid__cell--span-2-phone nav a {
        display: block;
        padding: 10px;
        margin-bottom: 10px;
    }
    header.mdc-layout-grid .nav-container.mdc-layout-grid__cell--span-1-phone nav a.close-menu,
    header.mdc-layout-grid .nav-container.mdc-layout-grid__cell--span-2-phone nav a.close-menu {
        text-align: right;
    }
    header.mdc-layout-grid .nav-container.mdc-layout-grid__cell nav .mdc-button.sign-in-button {
        margin: 0 0 10px 0;
    }
    header.mdc-layout-grid .nav-container.mdc-layout-grid__cell nav .mdc-button.join-button {
        display: inline-flex;
        margin-left: 10px;
        text-align: center;
    }

    .hero > .mdc-layout-grid {
        min-height: 100vh;
    }
    .hero > .mdc-layout-grid h1 {
        padding-top: 40vh;
    }

    .footer .footer-menu {
        padding: 0 10px 20px 10px;
    }
    .footer .footer-menu nav {
        flex-wrap: wrap;
        justify-content: space-evenly;
        padding: 0 20px;
    }
    .footer .footer-menu nav a {
        margin-bottom: 5px;
    }
    .footer .footer-menu .contact-info a {
        display: block;
        margin-left: 0;
    }
    .footer .footer-menu .dd-footer-section {
        flex-basis: 100%;
    }

}
