#aboutpages .container {
    width: 100%;
}


/*! CSS Used from: https://www.annualreviews.org/wro/mpap~product.css */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*! CSS Used from: https://www.annualreviews.org/pb-assets/assets/css/main-1677763251663.css */
aside,
section {
    display: block;
}

h2,
h3 {
    font-style: normal;
}

hr {
    box-sizing: content-box;
    height: 0;
}

a:hover,
a:active {
    outline: 0;
}

a:focus {
    outline: thin dotted;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        -webkit-filter: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a {
        text-decoration: underline;
    }

    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

* {
    box-sizing: border-box;
}

body *:focus {
    outline: 2px solid #7AACFE !important;
    outline: 5px auto -webkit-focus-ring-color !important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

hr {
    margin: 30px auto;
    border: 0;
    border-bottom: solid 1px #e5eaea;
    background-color: none;
    clear: both;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1,
h2,
h3 {
    margin: 0 0 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1;
    color: #2f5e83;
    transition: font-size 0.15s ease-in-out;
}

h1 {
    font-size: 2.1rem;
}

h2 {
    font-size: 26px;
    font-size: 1.625rem;
}

h3 {
    font-size: 20px;
    font-size: 1.25rem;
}

p {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 25px;
    line-height: 1.3;
}

ul {
    margin: 0 0 25px;
}

li {
    font-size: 16px;
    font-size: 1rem;
}

@media (min-width: 767px) {
    h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }

    h3 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

a {
    color: #2f5e83;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

a:focus {
    outline: 0;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

.ar-columns-container .ar-content-right-col {
    padding: 30px 20px 30px;
}

.ar-columns-container .nav-left-col {
    padding: 20px 20px;
}

.ar-columns-container .nav-left-col+.ar-content-right-col {
    padding-top: 20px;
}

@media (min-width: 990px) {
    .ar-columns-container .ar-content-right-col {
        padding-top: 0;
        padding-left: 25px;
        width: 75%;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 1600px) {
    .ar-columns-container .ar-content-right-col {
        padding-right: 100px;
    }

    .ar-columns-container .nav-left-col {
        min-width: 244px;

    }

    .ar-columns-container .ar-content-right-col {
        width: 83%;
    }
}



.grid-container {
    margin: 0%;
    width: 100%;
}

.grid-container:after,
.grid-container:before {
    display: table;
    clear: both;
    content: " ";
}


@media only screen and (min-width: 1150px) {
    .grid-container {
        margin: 0 auto;
    }
}

.general-page-list ul {
    margin: 0 0 20px;
    padding: 0;
}

.general-page-list ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.general-page-list ul li a {
    color: #333;
    display: block;
    padding: 10px 10px 10px 0px;
}

.general-page-list ul li.active,
.general-page-list ul li:hover {
    padding-left: 20px;
    background-color: #406d8c;
    color: #fff;
    position: relative;
}

.general-page-list ul li.active:before,
.general-page-list ul li:hover:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.general-page-list ul li.active a,
.general-page-list ul li:hover a {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 990px) {

    .nav-left-col-wrapper:before,
    .nav-left-col-wrapper:after {
        content: " ";
        display: table;
    }

    .nav-left-col-wrapper:after {
        clear: both;
    }

    .nav-left-col-wrapper .nav-left-col+.ar-content-right-col {
        float: left;
    }
}

.video-container {
    background-color: black;
}

a.btn.full {
    width: 100%;
    background: #b1c9d9;
    color: #2f5e83;
}

a.btn.full:hover {
    background: #8fb1c8;
}


.ar-columns-container .nav-left-col+.ar-content-right-col h1 {
    background-color: #264162;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/hybrid/banner-default-1503337545653.webp');
    color: #fff;
    margin: 0 0 10px;
    padding: 10px;
    width: 100%;
    font-size: 2.5rem;
}

@media (min-width: 990px) {
    .ar-columns-container .ar-content-right-col {
        padding-top: 0;
        padding-left: 25px;
        width: 75%;
        -ms-flex-order: 1;
        order: 1;
    }
}

z @media (min-width: 1600px) {
    .ar-columns-container .ar-content-right-col {
        padding-right: 100px;
    }

    .ar-columns-container .ar-content-right-col {
        width: 83%;
    }
}

[class*='grid-'] {
    float: left;
    padding: 10px;
    width: 100%;
}


@media (min-width: 767px) {
    .grid-12 {
        width: 100%
    }

    .grid-11 {
        width: 91.66666%
    }

    .grid-10 {
        width: 83.33%
    }

    .grid-9 {
        width: 75%
    }

    .grid-8 {
        width: 66.66667%
    }

    .grid-7 {
        width: 58.333%
    }

    .grid-6 {
        width: 50%
    }

    .grid-5 {
        width: 41.6665%
    }

    .grid-4 {
        width: 33.33%
    }

    .grid-3 {
        width: 24.99%
    }

    .grid-2 {
        width: 16.66666%
    }

    .grid-1 {
        width: 8.33%
    }

    .grid-t-12 {
        width: 100%
    }

    .grid-t-11 {
        width: 91.66666%
    }

    .grid-t-10 {
        width: 83.33%
    }

    .grid-t-9 {
        width: 75%
    }

    .grid-t-8 {
        width: 66.66667%
    }

    .grid-t-7 {
        width: 58.333%
    }

    .grid-t-6 {
        width: 50%
    }

    .grid-t-5 {
        width: 41.6665%
    }

    .grid-t-4 {
        width: 33.33%
    }

    .grid-t-3 {
        width: 24.99%
    }

    .grid-t-2 {
        width: 16.66666%
    }

    .grid-t-1 {
        width: 8.33%
    }
}

@media only screen and (min-width: 1150px) {
    .grid-container {
        margin: 0 auto;
    }
}

@media (min-width: 990px) {
    .nav-left-col-wrapper .nav-left-col+.ar-content-right-col {
        float: left;
    }
}

.pricing-journal-titles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pricing-journal-titles span {
    width: 33%;
}

@media screen and (max-width: 1024px) {
    .pricing-journal-titles span {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .pricing-journal-titles span {
        width: 100%;
    }
}

.full-width-custom-panel {
    background-repeat: no-repeat;
}

.full-width-custom-panel .content-restricter {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.full-width-custom-panel p {
    line-height: 1.3;
}

.full-width-custom-panel .panel-content-wrapper {
    max-width: 650px;
    width: 100%;
}

.full-width-custom-panel.padding-even {
    padding: 40px 0;
}

.full-width-custom-panel.dark {
    background-color: #e4e6dd;
}

.full-width-custom-panel.dark p {
    color: #333;
}

.full-width-custom-panel.left {
    background-position: left center;
}

@media (min-width: 767px) {
    .full-width-custom-panel {
        background-size: cover;
        background-position: center center;
    }

    .full-width-custom-panel:before,
    .full-width-custom-panel:after {
        content: " ";
        display: table;
    }

    .full-width-custom-panel:after {
        clear: both;
    }

    .full-width-custom-panel.padding-even {
        padding: 60px 0;
        margin: 0 20px;
    }

    .footnote {
        margin: 0 20px;
    }

    .full-width-custom-panel.left .panel-content-wrapper {
        float: left;
        width: 50%;
    }
}

.ar-banner {
    padding: 20px;
    background-image: url(/images/hybrid/banner-default-1503337545653.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
}

.ar-banner h1 {
    font-weight: 300;
    color: #fff;
}

.ar-banner .ar-banner-title-container .title {
    background: rgba(201, 80, 43, 0.9);
    padding: 20px;
}

.ar-banner .ar-banner-title-container .title h1 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 35px;
    font-size: 2.1875rem;
}

.ar-banner.basic .ar-banner-title-container {
    border: 0;
}

.ar-banner.basic .ar-banner-title-container .title {
    padding: 0 20px 0;
    background: none;
}

@media (min-width: 650px) {
    .ar-banner {
        padding: 30px 20px;
    }
}

@media (min-width: 840px) {
    .ar-banner {
        padding: 30px 20px 30px 0;
    }

    .ar-banner .ar-banner-title-container {
        display: table;
        min-width: 60%;
        margin-bottom: 15px;
    }

    .ar-banner .ar-banner-title-container:before,
    .ar-banner .ar-banner-title-container:after {
        content: " ";
        display: table;
    }

    .ar-banner .ar-banner-title-container:after {
        clear: both;
    }

    .ar-banner .ar-banner-title-container .title {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        text-align: left;
    }

    .ar-banner .ar-banner-title-container .title h1 {
        font-size: 40px;
        font-size: 2.5rem;
    }

    .ar-banner.basic {
        padding-bottom: 20px;
    }

    .ar-banner.basic .ar-banner-title-container .title {
        padding: 20px 20px 0;
    }
}

@media (min-width: 1150px) {
    .ar-banner .ar-banner-title-container {
        min-width: 60%;
    }

    .ar-banner .ar-banner-title-container .title {
        padding-right: 40px;
    }

    .ar-banner .ar-banner-title-container .title h1 {
        font-size: 48px;
        font-size: 3rem;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhduz8A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxduz8A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxduz8A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBduz8A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBduz8A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxduz8A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBduz8A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBduz8A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.footnote {
    font-size: 12px;
    font-size: 0.75rem;
}

#bellowheadercontainer .main-content-container {
    /* override standard template padding  (by default)*/
    padding: 0;
}

#bellowheadercontainer .row {
    margin-left: 0;
    margin-right: 0;
}

.nav-left-col-wrapper {
    display: flex;
}

@media (max-width: 989px) {
    .nav-left-col-wrapper {
        flex-direction: column;
    }
}

@media (min-width: 990px) {
    .nav-left-col-wrapper .nav-left-col {
        float: none;
    }
}

.ar-columns-container .nav-left-col {
    padding: 0;
    margin: 20px;
}

.ar-columns-container .ar-content-left-col,
.ar-columns-container .ar-content-right-col,
.ar-columns-container .ar-content-full-col,
.ar-columns-container .ar-content-middle-col {
    padding: 30px 20px 30px;
}

.ar-content-right-col .fr-view blockquote {
    border-left: 0;
    font-size: 16px;
    padding: 11px 22px;
    margin: 0 0 22px;
    color: #333;
}

.ar-content-right-col img {
    float: left;
    margin-right: 40px;
    margin-bottom: 10px;
}

figure img+figcaption {
    float: left;
    clear: left;
}

.modalTeam {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.75);
}

.modalTeam .modal-dialog {
    max-width: 432px;
    width: 100%;
    padding: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 3px;
}

.modalTeam .modal-content {
    margin: auto;
    display: block;
}