@import url("https://use.typekit.net/yxt5svl.css");
@import url("https://use.typekit.net/kxk4agr.css");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,400i,700,700i");

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(3.5px);
        transform: translateX(3.5px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(3.5px);
        transform: translateX(3.5px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

html {
    font-family: sans-serif;
    line-height: 1.35;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    padding: 0;
    font-family: "cronos-pro", sans-serif;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #f7f7f7;
    color: #5B6770;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0 0 0.15em;
    padding: 0;
    font-family: "freight-text-pro", serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
}

h1,
h2,
h4,
h5,
.h1,
.h2,
.h4,
.h5 {
    color: #002855;
}

h3,
h6,
.h3,
.h6 {
    color: #5B6770;
}



h1,
.h1{
    font-size: 1.65rem;
}

h2,
.h2{
    font-size: 1.5rem;
}

h3,
.h3{
    font-size: 1.35rem;
}

h4,
.h4{
    font-size: 1.25rem;
}

h5,
.h5{
    font-size: 1.125rem;
}

h6,
.h6{
    font-size: 1rem;
}

p,
a,
section {
    position: relative;
    margin: 0;
    padding: 0;
}

a {
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-decoration: none;
    color: #207788;
}

a:hover, 
a:focus {
    color: #bb2403;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

hr {
    margin: 1.5em 0;
    border-top: none;
    border-color: #DFD1A7;
}

small {
    font-size: 0.9375em;
    line-height: 1.25em;
}

strong {
    color: #1D252D;
    font-weight: 700;
}

button {
    cursor: pointer;
}

legend {
    color: #1D252D;
    font-weight: 700;
}

label {
    color: #002855;
    font-weight: 700;
}

input,
select,
textarea,
.form-control,
.modal-content .form-control {
    padding: 0.65em 0.75em;
    border: #DFD1A7 1px solid;
    outline: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 1rem;
    font-family: "Nunito Sans", sans-serif;
    color: #5B6770;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus,
.modal-content .form-control:focus {
    -webkit-box-shadow: inset 0 0 0 2px #C6AA76;
    box-shadow: inset 0 0 0 2px #C6AA76;
    border-color: #C6AA76;
}

select {
    min-height: calc(2.65em + 4px);
}

table {
    position: relative;
}

.main-header {
    background-color: #fff;
}

.navbar-brand img {
    height: auto;
    max-height: none;
    width: auto;
    max-width: 100%;
}

#userNav .nav-link, .language-toggle .dropdown-toggle {
    font-size: 1rem;
}

.badge-light {
    background: #dfd1a7;
    color: #333;
}


#primaryNav.navbar-nav li.nav-item a.nav-link {
    position: relative;
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #002855;
    padding: 0.75em 1em;
    margin: 0;
    font-size: 1rem;
    text-transform: none;
}

#primaryNav.navbar-nav li.nav-item a.nav-link:hover,
#primaryNav.navbar-nav li.nav-item a.nav-link:focus {
    background: transparent;
    color: #333;
    border-color: #757575;
}

#primaryNav.navbar-nav li.nav-item .dropdown-menu {
    background-color: #fff;
    padding: 10px 15px;
    border-top: #C6AA76 3px solid;
    -webkit-box-shadow: 0 5px 15px -2px black;
    box-shadow: 0 5px 15px -2px black;
}

#primaryNav.navbar-nav li.nav-item .dropdown-menu a.dropdown-item {
    color: #207788;
    text-transform: none;
    font-weight: 700;
    padding: 1em 1.25em;
    font-size: 1rem;
    font-family: "cronos-pro", sans-serif;
}

#primaryNav.navbar-nav li.nav-item .dropdown-menu a.dropdown-item:hover,
#primaryNav.navbar-nav li.nav-item .dropdown-menu a.dropdown-item:focus {
    background-color: #207788;
    color: #fff;
}

.homepage-image-behind-issue:after {
    background: rgb(5 18 33 / 65%);
}

.homepage-issue-description-wrapper,
.page-issue-description-wrapper {
    background-color: #fff;
}

@media (max-width: 992px) {
    .homepage-issue-description-wrapper,
    .page-issue-description-wrapper {
        padding: 10px;
    }
}

.homepage-issue-description:after {
    background: linear-gradient(to top,rgba(255,255,255,.85) 65%,rgba(255,255,255,0) 100%);
    height: 50%;
}

.btn,
.modal-content .close {
    display: inline-block;
    margin: 0.5em 0;
    padding: 1em 1.25em;
    background-color: transparent;
    border: transparent 2px solid;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    font-family: "Nunito Sans", sans-serif;
    font-size: .9375rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.15;
    background-color: #DFD1A7;
    color: #1D252D;
}

.btn:hover,
.btn:focus,
.modal-content .close:hover,
.modal-content .close:focus {
    background-color: #207788;
    color: #fff;
    border-color: transparent;
}

.btn-primary,
.modal-content .btn-primary {
    background: rgba(32, 119, 136, 0.25);
    color: #002855;
    font-weight: 400;
    font-size: 1.125rem;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.modal-content .btn-primary:hover,
.modal-content .btn-primary:focus,
.modal-content .btn-primary:active {
    background-color: #002855 !important;
    color: #fff !important;
}

.article-summary-authors,
.article-summary-pages {
    font-size: 1rem;
    color: #5B6770;
}

.issue-toc-section-title {
    font-family: "freight-text-pro", serif;
    color: #5B6770;
    font-size: 1.75rem;
}

.article-summary-title a {
    color: #207788;
}

.article-summary-title a:hover,
.article-summary-title a:focus {
    color: #bb2403;
}

.article-summary-title a::after,
.article-details-issue-identifier a::after,
.authors-string .author-string-href::after {
    display: inline-block;
    margin-left: 0.25em;
    content: "»";
    font-family: "cronos-pro", sans-serif;
    font-size: 1.25em;
    line-height: 1;
    vertical-align: baseline;
    position: absolute;
    color: #C6AA76;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    opacity: 0;
}

.article-summary-title a:hover::after,
.article-summary-title a:focus::after,
.article-details-issue-identifier a:hover::after,
.article-details-issue-identifier a:focus::after,
.authors-string .author-string-href:hover::after,
.authors-string .author-string-href:focus::after {
    opacity: 1;
    -webkit-animation: pulse 1s infinite alternate ease-in-out;
    animation: pulse 1s infinite alternate ease-in-out;
}

.page-content p,
.page-content li {
    font-size: 1.125rem;
}

.article-details-issue-identifier a,
.modal-content a {
    color: #207788;
}

.article-details-issue-identifier a:hover,
.article-details-issue-identifier a:focus,
.modal-content a:hover,
.modal-content a:focus {
    color: #bb2403;
}

.article-details-main .article-details-heading,
.article-details-main .item > .label,
.article-details-heading, 
.article-details .item > .label {
    color: #002855;
}

.page-header h1 {
    font-size: 1.65rem;
}

.page-issue-date, 
.page-issue-doi, 
.page-issue-doi a {
    font-size: 1rem;
}

.page-issue-date,
.page-issue-doi, {
    color: #5B6770;
}

.page-issue-description .h2 {
    font-size: 1.5rem;
    text-align: left;
}

.article-details-issue-section,
.article-details-doi,
.article-details-published {
    font-size: 1rem;
    color: #5B6770;
}

.authors-string .author-string-href {
    color: #207788;
}

.authors-string .author-string-href:hover,
.authors-string .author-string-href:focus {
    color: #bb2403;
}

.card-title {
    font-size: 1.25rem;
    font-family: "freight-text-pro", serif;
    margin: 0 0 0.15em;
}

.issue-summary {
    padding: 5px;
    transition: all .25s ease-in-out;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.issue-summary-cover {
    max-width: 100%;
}

.issue-summary:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.15);
}

.issue-summary-title,
.issue-summary-date {
    font-size: 1rem;
    color: #5B6770;
}

.issue-summary-series a {
    color: inherit;
    position: inherit;
    display: block;
    position: static;
    color: #207788;
}

.issue-summary-series a::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: ' ';
    z-index: 10;
}

.issue-summary-series a:hover, .issue-summary-series a:focus {
    color: #bb2403;
}

.modal-content {
    background: #fff;
    color: #5B6770;
}

.modal-content .close {
    font-size: 2rem;
    padding: 0;
    width: 1.5em;
    height: 1.5em;
    margin: 0;
}

.pdf-header {
    padding: 10px 20px;
    justify-content: space-between;
}

.pdf-frame iframe {
    padding-top: 5.5rem;
}

@media (max-width: 600px) {
    .pdf-header {
        display: block;
        text-align: center;
        padding: 10px;
    }

    .pdf-return-article {
        max-width: 100%;
    }

    .pdf-download-button {
        max-width: 100%;
    }

    .pdf-frame iframe {
        padding-top: 11rem;
    }
}

.site-footer {
    background: #002855;
    color: #fff;
}