/* @override
	http://aspi.local.arrays.co:9080/reformingchina/style/style.css
	http://aspi.local.arrays.co:9080/chinareformsdashboard/style/style.css
	http://aspi.local.arrays.co:9080/aspi/style/style.css */

@import url("//hello.myfonts.net/count/34aaaf");
@import url("../lib/bootstrap-custom/css/bootstrap.min.css");

@font-face {
    font-family: 'NeuzeitSLTStd';
    src: url('../fonts/NeuzeitSLTStd/34AAAF_0_0.eot');
    src: url('../fonts/NeuzeitSLTStd/34AAAF_0_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NeuzeitSLTStd/34AAAF_0_0.woff2') format('woff2'),
         url('../fonts/NeuzeitSLTStd/34AAAF_0_0.woff') format('woff'),
         url('../fonts/NeuzeitSLTStd/34AAAF_0_0.ttf') format('truetype');
    font-weight: normal;
}


@font-face {
    font-family: 'NeuzeitSLTStd';
    src: url('../fonts/NeuzeitSLTStd/34AAAF_1_0.eot');
    src: url('../fonts/NeuzeitSLTStd/34AAAF_1_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NeuzeitSLTStd/34AAAF_1_0.woff2') format('woff2'),
         url('../fonts/NeuzeitSLTStd/34AAAF_1_0.woff') format('woff'),
         url('../fonts/NeuzeitSLTStd/34AAAF_1_0.ttf') format('truetype');
    font-weight: bold;
}

/* @group Typography */

html {
    font-size: 20px; /* For Rem units vertical spacing */
}

body {
    font-size: 16px;
}

.gist-site-content {
    font-family: 'Droid Serif', serif;
    line-height: 1.75;
}

.gist-site-content p {
    margin-bottom: 1.75em;
}

.site-header,
.site-footer,
h1,
h2,
h3,
h4,
h5,
h6,
figcaption,
blockquote,
.more-link,
.explore-button,
.pdf-link,
.pdf-label {
    font-family: 'NeuzeitSLTStd', sans-serif;
}

.gist-site-content h1,
.single-reform .reform-main h1,
blockquote {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.333;
    margin-top: 0;
    margin-bottom: 1em;
    letter-spacing: -.24px;
    color: #5e94b0;
}

.single-reform .reform-main h1 {
    margin-top: 3rem;
}

.single-reform .reform-main h3 + h1 {
    margin-top: 2rem;
}

.single-reform .reform-main h2 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    color: #5e94b0;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.section-title,
.summary-title,
.aside-title,
.single-reform .reform-main h3,
.additional-resources {
    font-size: 1em;
    font-weight: bold;

    margin-top: 0;
    margin-bottom: 1.5rem;

    color: #e94b35;
}

.summary-content h3 {
    font-size: 1em;
    font-weight: bold;
}

.section-title {
    margin-bottom: 2rem;
}

.single-reform .reform-main h3 {
    margin-top: 3rem;
}

.single-reform .reform-main *:first-child,
.single-reform .reform-main .second-col h3 {
    margin-top: 0;
}

blockquote {
    margin-top: 3rem;
    margin-bottom: 3rem;
    /*padding: 0 90px;*/
    text-align: center;
    border-left: none;
    font-size: 1.25em;
}

@media (min-width: 768px) {
    blockquote {
        padding: 0 45px;
    }
}

.aside-content {
    font-size: 0.875em;
}

.small {
    font-size: 11px; /* 0.7857em; */
    /*line-height: 1.5em;*/
}

.pdf-link {
    font-size: 1.5em;
    font-weight: 600;
    text-decoration: underline;
}

.pdf-link:hover {
    color: #337ab7;
}

.pdf-label {
    font-size: 0.75em;
    color: #7f8693;
    padding-left: 15px;
}

/* @end Typography */

/* @group Read More */

.read-more-wrapper {
    text-align: center;
}

.read-more {
    display: inline-block;
    font-size: 0.875em;
    font-family: 'NeuzeitSLTStd', sans-serif;
    letter-spacing: 0.7px;
    border: 1px solid #337ab7;
    padding: 0.5em 2em;

    transition: color ease-in-out 200ms, border ease-in-out 200ms;
}
.read-more:hover {
    color: #23527c;
    border: 1px solid #23527c;
    text-decoration: none;
}

/* @end Read More */

/* @group Logos */

.aside-content img {
    display: block;
    height: 40px;
    margin: 24px 0 8px;
}

/* @end Logos */

/* @group Containers */

.max-width-full {
    max-width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

@media (min-width: 1280px) {
    .max-width-full {
        max-width: 100%;
        padding-right: 4rem;
        padding-left: 4rem;
    }
}

.max-width-1280 {
    max-width: calc(1280px + 2rem);
    padding-right: 1rem;
    padding-left: 1rem;
}

.max-width-1000 {
    max-width: calc(1000px + 2rem);
    padding-right: 1rem;
    padding-left: 1rem;
}

.max-width-940 {
    max-width: calc(940px + 2rem);
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 768px) {
    .max-width-1280 {
        max-width: calc(1280px + 4rem);
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .max-width-1000 {
        max-width: calc(1000px + 4rem);
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .max-width-940 {
        max-width: calc(940px + 4rem);
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    main.two-column-layout {
        margin-right: 0;
    }
}


/* @end Containers */

/* @group Site Header */

.site-header {
    color: #fff;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.site-header a {
    color: #fff;
}

.site-header a:hover,
.site-header a:focus,
.site-header a:active {
    text-decoration: none;
}

.site-title,
.single-reform .site-header .reform-title {
    font-size: 2.5em;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: center;
    letter-spacing: 6px;
}

.site-title {
    text-transform: uppercase;
}

.single-reform .site-header .reform-title {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.site-description {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 3rem;
    text-align: center;
    letter-spacing: 0.03em;
}

.site-tagline {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 4rem;
    text-align: center;
    /*letter-spacing: 0.03em;*/
}

.main-navigation {
    float: right;
    font-size: 1.125em;
    margin-top: 1rem;
    text-align: right;
    height: 50px;
}

.main-navigation .menu {
    margin-top: 15px;
}

.main-navigation a,
.site-title-small a {
    padding-bottom: 2px;
    transition: border-bottom-color ease-in-out 200ms;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active,
.site-title-small a:hover,
.site-title-small a:focus,
.site-title-small a:active {
    border-bottom-color: rgba(255, 255, 255, 1);
}

.site-header .site-logos {
    margin-top: 1rem;
    float: left;
}

.site-header .logo-link {
    margin-right: 1.5rem;
    display: inline-block;
    transition: opacity ease-in-out 200ms;
    will-change: opacity;
}

.site-header .logo-link:hover {
    opacity: 0.75;
}

.menu-toggle {
    cursor: pointer;
}

/* @end Site Header */

/* @group Mobile Header */

@media (max-width: 767px) {
    .site-header .logo-link {
        margin-right: 1rem;
    }

    .site-header .logo-link svg {
        height: 30px;
    }

    .site-header .logo-aspi svg {
        width: 105px;
    }

    .site-header .logo-rhodium svg {
        width: 82px;
    }

    .site-header .site-title-small {
        display: none;
    }

    .main-navigation .menu {
        margin-top: 0;
    }

    .main-navigation .menu {
        display: none;
    }
}

/* @end Mobile Header */

/* @group Header Hover Effect */

.sliding-underline-hover {
    position: relative;
    display: inline-block;
    /*padding-bottom: 3px;*/
    border-bottom: none !important;
}

.sliding-underline-hover:hover {
    border-bottom: none;
}

.sliding-underline-hover:before,
.sliding-underline-hover:after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    content: '';
}

.sliding-underline-hover:before {
    left: 0;
    transition: width 0s ease-in-out, background 150ms ease-in-out;
    /*opacity: 0;*/
}

.sliding-underline-hover:after {
    right: 0;
    transition: width 150ms ease-in-out, opacity 150ms ease-in-out;
    /*opacity: 0;*/
    background: #fff;
}

.sliding-underline-hover:hover:before {
    width: 100%;
    transition: width 200ms ease-in-out, opacity 200ms ease-in-out;
    opacity: 1;
    background: #fff;
}

.sliding-underline-hover:hover:after {
    width: 100%;
    transition: all 0s ease-in-out;
    opacity: 1;
    background: transparent;
}

.site-header-top.sticky .sliding-underline-hover:after {
    background: #7f8693;
}

.site-header-top.sticky .sliding-underline-hover:hover:before {
    background: #7f8693;
}

.site-header-top.sticky .sliding-underline-hover:hover:after {
    background: transparent;
}

/* @end Header Hover Effect */

/* @group Sticky Header */

.site-branding {
    margin-top: 6rem;
}

.site-header-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 1rem;
}

@keyframes slide-down {
    0% {
        transform: translate(0, -100%);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes slide-up {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, -100%);
    }
}

.site-header-top.sticky {
    position: fixed;
    z-index: 2900;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 15px;
    animation-name: slide-down;
    animation-duration: 200ms;
    color: #7f8693;
    border-bottom: 1px solid #7f8693;
    background-color: white;
}

.site-header-top.sticky.unsticky {
    animation-name: slide-up;
    animation-duration: 200ms;
}

.site-header-top.sticky a {
    color: inherit;
}

.site-header-top.sticky .site-logos,
.site-header-top.sticky .site-title-small,
.site-header-top.sticky .main-navigation {
    margin-top: 25px;
}

.site-header-top.sticky .main-navigation {
    height: 30px;
}

.site-header-top.sticky .main-navigation .menu {
    margin-top: 0;
}

.site-header-top.sticky .site-title-small {
    border-left-color: #7f8693;
    padding-top: 8px;
    padding-bottom: 2px;
    padding-left: 1rem;
}

.site-header-top.sticky .logo-link {
    display: inline-block;
    margin-right: 1rem;
}

.site-header-top.sticky .logo-link svg {
    height: 30px;
}

.site-header-top.sticky .logo-aspi svg {
    width: 105px;
}

.site-header-top.sticky .logo-rhodium svg {
    width: 82px;
}

.site-header-top.sticky .logo-link svg path {
    fill: #7f8693;
}

.site-header-top.sticky .menu-toggle svg path {
    fill: #7f8693;
}

/* @end Sticky Header */

/* @group Menus */

.menu ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.menu li {
    display: inline-block;
}

.main-navigation .section-item {
    margin-left: 2em;
}

.menu .section-item a:hover {
    cursor: pointer;
}

.section-item .popover-menu {
    font-weight: bold;

    /*display: block;*/
    /*display: none;*/
    padding-top: 1rem;
    padding-bottom: 3rem;
    text-align: left;
    background-color: #fff;
}

.popover-menu-close {
    position: fixed;
    top: 1rem;
    right: 1rem;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icons/close-black.svg) center center no-repeat;
    cursor: pointer;
}

.popover-menu .popover-menu-item {
    font-size: 1.333em;
    display: block;
    margin-bottom: .5rem;
    padding-right: 50px;
    padding-left: 50px;
}

.popover-menu .popover-menu-item:first-child {
    padding-top: 1rem;
    border-top: 2px solid #e6e6e6;
}

.popover-menu-reforms:before {
    content: 'Explore Reforms';
}

.popover-menu-archive:before {
    content: 'Previous Quarters';
}

.popover-menu:before {
    display: block;
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding-right: 50px;
    padding-left: 50px;
    color: #7f8693;
}

.popover-menu a {
    padding-bottom: 0;
    transition: color ease-in-out 200ms;
    color: #7f8693;
    border-bottom: none;
}

.popover-menu a:hover {
    color: #5e94b0;
    border-bottom: none;
}

/* Desktop Menu */
@media (min-width: 768px) {
    .section-item .popover-menu {
        position: fixed;
        z-index: 3000;
        top: 0;
        right: 0;
        bottom: -50%;
        width: 500px;
        transform: translateX(100%);
        will-change: transform;
    }

    .section-item:focus .popover-menu,
    .section-item.active .popover-menu {
        display: block;
        transform: translateX(0);
    }

    .section-item.active .popover-menu,
    .section-item.active.inactive .popover-menu {
        transition: transform cubic-bezier(0.530, 0.000, 0.475, 1.005) 600ms;
    }

    .section-item.active.inactive .popover-menu {
        transform: translateX(100%);
    }

    @keyframes menu-bg-fade-in {
        0% {
            opacity: 0;
            display: none;
        }

        0.1% {
            opacity: 0;
            display: block;
        }

        100% {
            display: block;
            opacity: 1;
        }
    }

    @keyframes menu-bg-fade-out {
        0% {
            opacity: 0;
            display: none;
        }

        0.1% {
            opacity: 0;
            display: block;
        }

        100% {
            display: block;
            opacity: 1;
        }
    }

    .menu-bg-dim {
        position: fixed;
        z-index: 2990;
        top: 0;
        right: 0;
        bottom: -50%;
        left: 0;
        display: none;
        content: '';
        background-color: rgba(0, 0, 0, .5);
        will-change: opacity;
    }

    .section-item:focus .menu-bg-dim,
    .section-item.active .menu-bg-dim {
        display: block;
        animation-name: menu-bg-fade-in;
        animation-duration: 600ms;
    }

    .section-item.active.inactive .menu-bg-dim {
        animation-name: menu-bg-fade-out;
        animation-duration: 600ms;
        animation-direction: reverse;
    }
}

/* Mobile Menu */
@media (max-width: 767px) {
    .menu-toggle + .menu {
        position: fixed;
        z-index: 3000;
        top: 0;
        right: 0;
        bottom: -50%;
        left: 0;
        display: block;
        transform: translateX(100%);
        color: #7f8693;
        background-color: #fff;
    }

/*    .menu-toggle:focus + .menu,
    .menu-toggle.active + .menu {

    }*/

    .menu-toggle.active + .menu,
    .menu-toggle.active.inactive + .menu {
        transform: translateX(0);
    }

    .main-navigation .popover-menu {
        padding-bottom: 1rem;
    }

    .popover-menu .popover-menu-item a {
        /*color: #5e94b0;*/
    }

    .main-navigation .section-item {
        margin-left: 0;
        width: 100%;
    }

    .section-item .popover-menu-close {
        display: none;
    }

    .section-item:first-child .popover-menu-close {
        display: block;
    }

    .main-navigation .section-item > a {
        display: none;
    }

    .section-item .popover-menu {
        position: static;
        display: block;
        transition: none;
        transform: translateX(0);
    }

    .footer-navigation .section-item .popover-menu {
        display: none;
    }

    .popover-menu .popover-menu-item {
        display: block;
        padding-right: 25px;
        padding-left: 25px;
    }

    .popover-menu:before {
        padding-right: 25px;
        padding-left: 25px;
    }
}


/* @end Menus */

/* @group Reforms Navigation */

.reform-navigation {
    position: absolute;
    /*top: 50%;*/
    left: 0;
    top: 0;
    right: 0;
    display: block;
}

.reform-navigation .nav-next,
.reform-navigation .nav-previous {
    font-size: 2em;
    left: 10px;
    display: inline;
    position: absolute;
    top: 4rem;
}

.reform-navigation a {
    display: inline-block;
    transition: transform ease-in-out 200ms;
    will-change: transform;
}

.reform-navigation a:hover,
.reform-navigation a:focus,
.reform-navigation a:active {
    text-decoration: none;
}

.reform-navigation .nav-previous {

}

.reform-navigation .nav-previous a,
.reform-navigation .nav-next a {
    overflow: hidden;
    width: 37px;
    height: 26px;
    color: transparent;
    background: url(/static/images/icons/arrow-previous.svg) 0 0 no-repeat;
    will-change: auto;
}

.reform-navigation .nav-previous a {
    background-position-x: 5px;
}

.reform-navigation .nav-next a {
    background: url(/static/images/icons/arrow-next.svg) no-repeat;
}

@keyframes arrow-right {
    0% {
        background-position-x: 0;
        opacity: 1;
    }

    50% {
    	background-position-x: 5px;
    	opacity: 0;
    }

    50.1% {
    	background-position-x: -32px;
    	opacity: 0;
    }

    50.2% {
    	background-position-x: -32px;
    	opacity: 1;
    }

    100% {
        background-position-x: 0;
        opacity: 1;
    }
}

@keyframes arrow-left {
    0% {
        background-position-x: 5;
        opacity: 1;
    }

    50% {
    	background-position-x: 0px;
    	opacity: 0;
    }

    50.1% {
    	background-position-x: 37px;
    	opacity: 0;
    }

    50.2% {
    	background-position-x: 37px;
    	opacity: 1;
    }

    100% {
        background-position-x: 5;
        opacity: 1;
    }
}

.reform-navigation .nav-previous:hover a,
.reform-navigation .nav-previous:focus a,
.reform-navigation .nav-previous:active a {
    /*transform: translate(-5px);*/
    animation-name: arrow-left;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out;
}

.reform-navigation .nav-next {
    right: 10px;
    left: auto;
    float: right;
}

.reform-navigation .nav-next:hover a,
.reform-navigation .nav-next:focus a,
.reform-navigation .nav-next:active a {
    /*transform: translate(5px);*/
    animation-name: arrow-right;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out;
}

@media (max-width: 1200px) {
    .site-title.site-title-small {
        display: none;
    }

    .site-header .logo-link svg {
        height: 30px;
    }

    .site-header .logo-aspi svg {
        width: 105px;
    }

    .site-header .logo-rhodium svg {
        width: 82px;
    }
}

/* @end Reforms Navigation */

/* @group Site Content */

.gist-site-content {
    padding-top: 2rem;
}

section,
aside {
    margin-bottom: 4rem;
}

.more-link {
    display: block;
    margin-top: 3rem;
    margin-right: auto;
    margin-left: auto;
    padding: 4px 30px 3px;
    width: 190px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    letter-spacing: 0.7px;
    font-size: 0.875em;
    transition: color ease-in-out 200ms, background-color ease-in-out 200ms;
}

.more-link:hover,
.more-link:focus,
.more-link:active {
    text-decoration: none;
    color: #fff;
    background-color: #5e94b0;
}

#content a[href*='#'] {
    text-decoration: underline;
}

.hreform.reform-main .reform-content img {
    max-width: 100%;
    margin-left: 0;  /* Override negative margin */
}

.summary-content img {
    max-width: 100%;
}

/* @end Site Content*/

/* @group Site reforms */

.site-reforms {
    margin-right: -4px;
    margin-left: -4px;
}

.site-reforms .hreform {
    display: inline-block;
    width: 192px;
    /*width: 20%;*/
    /*width: 33.333%;*/
    margin-bottom: 10px;
    padding-right: 4px;
    padding-left: 4px;
    vertical-align: top;
}

/*@media (min-width: 768px) {
    .site-reforms .hreform {
        width: 20%;
    }
}*/

.site-reforms .reform-header {
    position: relative;
    min-height: 115px;
    padding: 10px;
    /*border: 1px solid #e0e0e0;*/
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.site-reforms .reform-title {
    font-size: .875em;
    font-weight: bold;
    line-height: 1.285em;
    letter-spacing: -0.03em;
    margin-top: 0;
    margin-bottom: 0;
}

.site-reforms .reform-title a {
    color: #3f3f3f;
}

.site-reforms .reform-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 200ms ease-in-out;
    opacity: 0;
    background-color: rgba(0, 0, 0, .31);
}

.site-reforms .reform-header:hover .reform-link {
    opacity: 1;
}

.site-reforms .explore-button {
    font-size: .875em;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding: 7px 20px;
    transform: translate(-50%, -50%);
    color: white;
    border: 1px solid #fff;
}

/* @end Site reforms */

/* @group Single reform */

.site-title-small {
    font-size: 1em;
    float: left;
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 19px 0 15px 1.5rem;
    letter-spacing: 2.5px;
    border-left: 1px solid #fff;
}
.site-title-small a {
    padding-bottom: 4px;
}

.single-reform .site-branding .reform-title {
    letter-spacing: 0;
}

.single-reform .reform-main {
    margin-top: 1rem;
    margin-bottom: 5rem;
}

.single-reform .reform-main img {
    width: 100%;
    height: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.single-reform .reform-main figure {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.single-reform .reform-main figure img {
    margin-top: 0;
    margin-bottom: 1rem;
}

.single-reform .reform-main figcaption {
    font-size: .75em;
    text-align: center;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .single-reform .reform-main .reform-content.one-col {
        padding: 0 15%;
    }
    .single-reform .reform-main .reform-content.two-col {
        padding: 0;
    }
    .single-reform .reform-main img {
        width: 170%;
        margin-left: -35%;
    }
}

/* @end Single reform */

.gist-site-content .photo-credit {
    margin-bottom: 0;
    font-size: 12px;
}

/* @group Site Footer */

.site-footer {
    padding-top: 1rem;
    border-top: 1px solid #7f8693;
    color: #7f8693;
}

.site-footer a {
    transition: opacity ease-in-out 200ms;
    color: inherit;
    will-change: opacity;
}

.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
    text-decoration: none;
    /*color: #333;*/
    opacity: 0.75;
}

.site-info {
    margin-bottom: 1rem;
}

.footer-logos {
    display: inline-block;
    height: 30px;
    margin-right: 1rem;
    vertical-align: middle;
    border-right: 1px solid #7f8693;
}


.footer-logos .logo-link {
    display: inline-block;
    margin-right: 1rem;
}

.footer-logos svg path {
    fill: #7f8693;
}

.footer-logos svg {
    height: 30px;
}

.footer-logos .logo-aspi svg {
    width: 105px;
}

.footer-logos .logo-rhodium svg {
    width: 82px;
}

.footer-title {
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}


.footer-title a {

}

.footer-navigation {
    text-align: right;
    margin-bottom: 1rem;
}

.footer-navigation .menu,
.footer-navigation .menu > ul,
.footer-social {
    display: inline-block;
    vertical-align: middle;
}

.footer-navigation .menu {
    padding-bottom: 8px;
}

.footer-navigation .menu a {
    margin-left: 1rem;
}

.footer-navigation .menu li:first-child a {
    margin-left: 0;
}

.footer-social {
    margin-left: 1rem;
}

.footer-social a {
    display: inline-block;
    height: 30px;
    margin-left: 5px;
}

.footer-social a:first-child {
    margin-left: 0;
}

.footer-social a svg,
.side-nav-social a svg {
    width: 30px;
    height: 30px;
}

.footer-social a svg #hover,
.side-nav a svg #hover{
    transition: opacity ease-in-out 200ms;
}

.footer-social a:hover svg #hover,
.side-nav a:hover svg #hover {
    opacity: 1;
}

@media (max-width: 991px) {
    .footer-navigation {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .footer-navigation {
        text-align: center;
    }
}

/* @end Site Footer */

/* @group side-nav left */
.content-area {
    position: relative;
}
.side-nav {
    display: none;
    position: absolute;
    top: 20px;
    left: 2rem;
    width: 192px;

    font-size: 16px;
}
.side-nav.sticky {
    position: fixed;
}
@media (min-width: 1280px) {
    .side-nav {
        display: block;
    }
}
.side-nav ul {
    list-style: none;
    margin: 0;
    margin-bottom: 1em;
    padding: 0;
    border-bottom: 1px solid #ecedef;
}
.side-nav li {
    border-top: 1px solid #ecedef;
    /*padding: 0.5em 0 0.35em;*/
}
.side-nav li a {
    display: inline-block;
    padding: 8px 0 6px;

    font-family: 'NeuzeitSLTStd', sans-serif;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.16px;
    color: #D8DADE;
    transition: color ease-in-out 200ms;
    text-decoration: none !important;
}
.side-nav li.active a,
.side-nav li:hover a {
    color: #7F8693;
}
.side-nav-social a {
    height: 30px;
    margin-left: 5px;
}
.side-nav-social a:first-child {
    margin-left: 0;
}
.side-nav-social a:hover {
    text-decoration: none;
}
/* @end Social sticky left */

/* @group Newsletter Modal */

button.gist-close {
    display: block;
    float: right;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 0;
    background: url(../images/icons/close-black.svg) center center no-repeat;
    background-size: contain;
    opacity: 0.75;
    cursor: pointer;

    -webkit-appearance: none;
}

.close:hover,
.close:focus {
    opacity: 1;
}

/*.modal-open {
  overflow: hidden;
}*/

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-newsletter-open #newsletter-modal,
.modal-embed-open #embed-modal {
    display: block;
}

.modal-dialog {
    position: relative;
    margin: 110px 10px 10px;
    width: auto;
}

.modal-content {
    position: relative;
    outline: 0;
    background-color: #ffffff;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3000;
    background-color: #000000;
    opacity: 0;
    transition: opacity ease-in-out 300ms;
}

.modal-newsletter-open .modal-backdrop.in,
.modal-embed-open .modal-backdrop.in {
    bottom: 0;
    opacity: 0.5;
}

.modal-newsletter-open .modal-backdrop,
.modal-embed-open .modal-backdrop {
    bottom: 0;
    opacity: 0;
}

.modal-header {
    padding: 30px 30px 0;
}

.modal-header .gist-close {
    margin-top: -2px;
}

.modal-title {
    margin: 0 30px 0 0;
    color: #6195af;
    letter-spacing: 0.18px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.25;
}

.modal-body {
    position: relative;
    padding: 30px;
}

.modal-select {
    margin-bottom: 10px;
    width: 100%;
    background: none;
    background-image: linear-gradient(45deg, transparent 50%, #5e94b0 50%), linear-gradient(135deg, #5e94b0 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em), calc(100% - 15px) calc(1em);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.crd-embed-p {
    margin-bottom: 0.25em !important;
}
.crd-embed-input {
    width: 100%;
    font-family: monospace;
    font-size: 0.75em;
    margin-bottom: 2em;
}

.modal-button {
    overflow: visible;
    width: 100%;
    background: none;
    text-align: center;
    transition: color ease-in-out 200ms, background-color ease-in-out 200ms;

    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
}

.modal-select,
.modal-button {
    display: inline-block;
    padding: 9px 10px 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #5e94b0;
    border-radius: 0;
    color: #5e94b0;
    letter-spacing: 0.7px;
    font-size: 1em;
    line-height: normal;
}

.modal-button:hover,
.modal-button:focus,
.modal-button:active {
    background-color: #5e94b0;
    color: #ffffff;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 160px auto 30px;
        width: 600px;
    }

    .modal-select {
        margin-right: 10px;
        margin-bottom: 0;
        width: calc(70% - 10px);
    }

    .modal-button {
        width: 30%;
    }
}

/* @end Newsletter Modal */

/* @group Utilities */

.position-static {
    position: static;
}

.position-relative {
    position: relative;
}

/* @end Utilities */

/* @second-column */

.second-col {
    float: right;
}

@media (min-width: 992px) {
    .second-col {
        padding-left: 2.2rem;
        padding-right: 0;
    }
}

.second-col-container {
    padding-bottom: 3rem;
}

@media (min-width: 992px) {
    .second-col-container {
        padding-bottom: 0;
        padding-left: 1rem;
        border-left: 1px solid #D8DADE;
    }
}

.second-col p,
.second-col li,
.second-col a {
    font-size: 0.875em;
    color: #7F8693;
}

.second-col p,
.single-reform .reform-main .second-col h3 {
    margin-bottom: 1em;
}

.second-col ul {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}

.second-col li::marker {
    color: #7F8693;
}


@media (max-width: 991px) {
    .additional-resources {
        clear: both;
    }
}

/* @end second-column */