/**
Theme Name: Bedstone by Windmill Design
Author: Windmill Design
Author URI: http://www.windmilldesign.com
Description: A custom theme by Windmill Design.
Version: 2.16.03
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

/* Contents
- Global
- Utility
- Elements
- Wysiwyg / Style Guide
- Header
- Navigation
- Footer
- Modules
- Pages
- HD / Retina
- Print
*/


/* =================================================================================
  Global / Base
================================================================================= */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
    overflow-x: hidden; /* mobile menu */
}

html {
    height: 100%;
    background: #24475d;
    font-size: 118.8%; /* 19px */
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
}

body {
    margin: 0;
    background: #24475d;
    color: #6d7276;
}

.body-overlay {
    position: relative;
    background: #fff;
    background-image: linear-gradient(#f4f4f4, #f4f4f4 207px, #fff 750px);
    transition: -webkit-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
    transition: -moz-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
    transition: -ms-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
    -ms-transition: -ms-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
    transition: transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
}

p {
    margin: 0.625em 0;
    line-height: 1.6;
}

h1,h2,h3,h4,h5,h6 {}

h1 {
    margin: 0.625em 0;
    font-size: 3.750em;
}
h2 {
    margin: 0.625em 0 0.3em;
    font-size: 1.5em;
    line-height: 1.5;
}
h3 {
    margin: 0.625em 0;
    font-size: 1.25em;
    line-height: 1.25;
}
h4 {
    margin: 0.938em 0;
    font-size: 1.125em;
    line-height: 1.25;
}
h5 {
    margin: 0.938em 0;
    font-size: 1em;
    line-height: 1.125;
    text-transform: uppercase;
}
h6 {
    margin: 0.938em 0;
    font-size: 1em;
    line-height: 1.125;
}
ul, ol {
    margin: 1.250em 0 0.625em;
}
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
    margin-top: 1.875em;
}

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


/* ========== Focus Outline ========== */
a:focus,
a img,
input:focus,
textarea:focus,
button:focus {
    outline: 0 none; /*Chrome Outline Fix*/
}


/* ========== Inputs / Textarea ========== */
input,
textarea {
    width: 100%;
    outline: none;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    padding: 0.32rem 0.5rem;
    background: transparent;
    font-size: 0.84rem;
    font-family: inherit;
    line-height: inherit;
}

input {
    max-width: 500px;
}

::-webkit-input-placeholder {
    color: #9aa5ac;
    font-weight: 300;
    font-family: 'Muli';
}
::-moz-placeholder {
    color: #9aa5ac;
    font-weight: 300;
    font-family: 'Muli';
}
:-moz-placeholder {
    color: #9aa5ac;
    font-weight: 300;
    font-family: 'Muli';
}
:-ms-input-placeholder {
    color: #9aa5ac;
    font-weight: 300;
    font-family: 'Muli';
}
:placeholder-shown {
    color: #9aa5ac;
    font-weight: 300;
    font-family: 'Muli';
}

button {
    font-size: 1em;
    cursor: pointer;
}

.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}



/* =================================================================================
  Utility
================================================================================= */

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important;
}

.clearfix:after {
    display: table;
    clear: both;
    content: "";
}

.bg-img-cover {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}


/* ========== flexbox ========== */
.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.flex--row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex--column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


/* ==================================================
  Wordpress Default Alignments
================================================== */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.25em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.25em;
}

.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
}



/* ==================================================
  Colors
================================================== */
.color-body { color: #6d7276; }

.color-acc { color: #21aede; }

.color-md { color: #3c4c5e; }

.color-dk { color: #24394f; }

.color-xdk { color: #03354a; }

.color-grey--lt { color: #747b7f; }

.color-grey--md { color: #9aa5ac; }



/* ==================================================
  Type / Typography
================================================== */
.type-strong {
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.type-strong--md {
    font-weight: 400;
}

.section__heading {
    margin-top: 2rem;
    margin-bottom: 1.7rem;
    color: #03354a;
    font-size: 0.95em;
}



/* ==================================================
  Boxes
================================================== */
.box {
    padding: 1em 1.5em 1.5em;
}

.box--box-shadow {
    box-shadow: 0 0 8px -1px rgba(30,30,30,0.15);
}



/* ==================================================
  Borders
================================================== */
.border--full {
    border: 8px solid #e6e6e6;
    box-shadow: none;
    transition: box-shadow 0.25s, border-color 0.25s;
}

a:hover .border--full,
a:focus .border--full,
.featured--primary.border--full:hover {
    box-shadow: 0 0 8px rgba(30,30,30,0.15);
    border-color: #d9d9d9;
}

.border--bottom {
    border-bottom: 10px solid #afb8bd;
}



/* ==================================================
  Rule - Gradient rules
================================================== */
.rule--bottom {
    position: relative;
    padding-bottom: 0.4em;
}

.rule--bottom::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-image: linear-gradient( to right, rgba(228,230,232,1), rgba(228,230,232,0.15) );
}



/* ==================================================
  Gradients
================================================== */
.gradient--lt {
    background: linear-gradient(#fff, #f5f8f9);
}

.gradient--md {
    background: linear-gradient(rgba(255,255,255,0.4), rgba(230,235,238,0.4));
}



/* ==================================================
  Download Link
================================================== */
.download-link {
    color: #67818f;
    font-size: 0.63em;
}

.download-link::after {
    content: '\f1c1';
    margin-left: 0.5em;
    font-size: 1.3em;
    font-family: 'FontAwesome';
}

.download-link:hover,
.download-link:focus,
.download-link--icon:hover,
.download-link--icon:focus {
    color: #67818f;
}

/* ========== Download Icon ========== */
.download-link--icon {
    display: inline-block;
    color: #67818f;
}



/* =================================================================================
  Elements
================================================================================= */

/* ==================================================
  Links
================================================== */
a {
    color: #22a1c9;
    text-decoration: none;
    transition: color 0.25s;
}

a:hover,
a:focus,
a:active {
    color: #0e90bd;
    text-decoration: none;
}

a.click-to-call,
a.click-to-call:visited,
a.click-to-call:hover,
a.click-to-call:active {
    color: inherit;
    text-decoration: inherit;
}




/* ==================================================
  Buttons
================================================== */
.btn {
    display: inline-block;
    padding: 0.5em 1.2em 0.4em;
    border: 2px solid;
    border-radius: 2000px;
    background-color: transparent;
    color: #21aede;
    font-size: 0.63rem;
    font-weight: 700;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.btn--grey {
    color: #67818f;
}

/* ===== btn block ====== */
.btn--block {
    display: block;
    padding-top: 0.8em;
    border-color: #21aede;
    padding-bottom: 0.7em;
    background-color: #21aede;
    color: #fff;
    text-align: center;
    transition: border-color 0.25s, background-color 0.25s;
}

.btn--block:hover,
.btn--block:focus {
    color: #fff;
    border-color: #0d9fd0;
    background-color: #0d9fd0;
}

/* ===== btn with indicator icon ====== */
.btn--indicator {}

.btn--indicator::after {
    content: '\F093';
    position: relative;
    top: -1px;
    margin-left: 1.4em;
    font-size: 0.6em;
    font-family: 'Black Tie';
    font-weight: 700;
}


/* ===== Fancy btn - set-up ====== */
/* "Fancy" button is Ujarak from http://tympanus.net/Development/ButtonStylesInspiration */

.btn--fancy,
.btn--fancy::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn--fancy {
    position: relative;
    z-index: 5;
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

.btn--fancy::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    z-index: -1;
    width: calc(100% + 2px);
    height: 100%;
    border-radius: 2000px;
    background: #21aede;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* Fancy Grey */
.btn--grey.btn--fancy::before {
    background: #67818f;
}

/* Fancy Inverse */
.btn--fancy--inverse {
    background: #21aede;
    color: #fff;
    border-color: #21aede;
}

.btn--fancy--inverse::before {
    left: 0;
    width: 100%;
    background: #fff;
}

.btn--fancy--inverse--lt {
    background: #eef2f4;
    color: #67818f;
    border-color: #eef2f4;
}

.btn--fancy--inverse--lt::before {
    background: #e5ecef;
}

.btn--fancy--inverse--dk {
    background: #24394f;
    border-color: #24394f;
}

/* ===== Fancy - Hover ====== */
.btn--fancy:hover,
.btn--fancy:focus {
    border-color: #21aede;
    color: #fff;
}

.btn--fancy:hover::before,
.btn--fancy:focus::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Fancy Grey */
.btn--grey.btn--fancy:hover,
.btn--grey.btn--fancy:focus {
    border-color: #67818f;
}

/* Fancy Inverse Hover */
.btn--fancy--inverse:hover,
.btn--fancy--inverse:focus {
    border-color: #21aede;
    color: #21aede;
}

.btn--fancy--inverse--lt:hover,
.btn--fancy--inverse--lt:focus {
    border-color: #e5ecef;
    color: #67818f;
}

.btn--fancy--inverse--dk:hover,
.btn--fancy--inverse--dk:focus {
    border-color: #24394f;
    color: #24394f;
}




/* ==================================================
  Breadcrumbs
================================================== */

.nav-breadcrumbs {}

.nav-breadcrumbs ul {
    padding: 0;
    list-style: none;
}

.nav-breadcrumbs li {
    display: inline-block;
}

.nav-breadcrumbs li:before {
    content: '\00a0\003E\00a0'; /* &gt; */
}

.nav-breadcrumbs li:first-child:before {
    content: '';
}

.nav-breadcrumbs li a {}




/* ==================================================
  Document Header / Page Title
================================================== */

.site-headline {
    padding: 0;
    margin: 0 0 1.25em;
}

.site-headline .rule--bottom {
    padding-bottom: 0.7em;
}

.headline-title {
    margin: 0;
    font-size: 3em;
    font-family: "Archer SSm A", "Archer SSm B";
    font-weight: 500;
    line-height: 1.3;
}




/* ==================================================
  Article Header
================================================== */

.article-header {}

.article-header__title {
    margin-top: 0;
    margin-bottom: 0.7rem;
    color: #24394f;
    font-size: 1.05em;
    font-family: 'Muli';
    line-height: 1.4;
}

.article-header__title a {
    color: inherit;
}

.article-header__title a:hover,
.article-header__title a:focus {
    color: #576C82;
}

.article__type {
    display: block;
    margin-bottom: 0.7rem;
    vertical-align: bottom;
    color: #9aa5ac;
    font-size: 0.53em;
}

.article__type::before {
    content: '\f039';
    display: inline-block;
    width: 2em;
    font-family: 'Black Tie';
    font-weight: 900;
    font-size: 1.1em;
}

.gate-passed .article__type::before {
    color: #99c909;
}

.gate-passed .featured--primary .article__type::before {
    color: #fff;
    /* special case, per JR */
}

.article__type--ungated::before {
    content: '\f03A';
}

.article__type.type-strong {
    letter-spacing: 0.2em;
}




/* ==================================================
  Article Meta
================================================== */

.nav-article-meta {}

.nav-article-meta__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-article-meta li {
    display: block;
}

.nav-article-meta__authors {
    margin-bottom: 0.2em;
    color: #97a1a6;
    font-size: 0.74em;
    font-family: 'Muli';
}

.nav-article-meta__authors span::after {
    content: ', ';
}

.nav-article-meta__authors span:last-child::after {
    content: '';
}

.nav-article-meta__authors a {
    color: inherit;
    text-decoration: underline;
}

.nav-article-meta__authors .author--orcid {
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    margin-left: 0.3em;
    background-image: url(images/ORCid-icon.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 19px;
}

.nav-article-meta__authors a:hover,
.nav-article-meta__authors a:focus {
    color: #79868e;
}

.nav-article-meta__date {
    margin-bottom: 0.7rem;
    color: #9aa5ac;
    font-size: 0.63em;
}

/*.nav-article-meta__categories,
.nav-article-meta__tags {
    display: inline-block;
}*/

.nav-article-meta__terms .btn {
    margin-right: 0.4em;
    padding: 0.15em 1em;
    text-transform: none;
}

.nav-article-meta__cite {
    color: #9aa5ac;
    font-size: 0.79em;
    font-weight: 300;
    font-family: 'Muli';
    font-style: italic;
}

.nav-article-meta__cite-doi {
    display: block;
    color: inherit;
}




/* ==================================================
  Pagination
================================================== */

.nav-prevnext {
    margin: 4rem 0 3.5rem;
    padding: 0.35em 1em 0.2em;
    border-radius: 2000px;
    background-color: #21aede;
    color: #fff;
    font-size: 0.63rem;
    font-weight: 700;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.prevnext__list {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.prevnext__item {
    display: inline-block;
    width: 33.33%;
}

.prevnext__item--prev {}

.prevnext__item--desc {
    text-align: center;
}

.prevnext__item--next {
    text-align: right;
}

.prevnext__item a {
    display: inline-block;
    padding: 0.5em 0.75em;
    color: inherit;
}

.prevnext__item--prev a::before,
.prevnext__item--next a::after {
    position: relative;
    font-size: 0.7em;
    font-weight: 700;
    font-family: 'Black Tie';
}

.prevnext__item--prev a::before {
    content: '\F092';
    right: 0;
    margin-right: 1em;
    transition: right 0.25s;
}

.prevnext__item--prev a:hover::before,
.prevnext__item--prev a:focus::before {
    right: 0.5em;
}

.prevnext__item--next a::after {
    content: '\F093';
    left: 0;
    margin-left: 1em;
    transition: left 0.25s;
}

.prevnext__item--next a:hover::after,
.prevnext__item--next a:focus::after {
    left: 0.5em;
}

.prevnext__item--desc {
    font-size: 1.33em;
    font-family: "Archer SSm A", "Archer SSm B";
}

.nav-pagination {
    margin: 2rem 0;
    overflow: hidden;
}

.nav-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-pagination li {
    display: inline;
    margin: 0;
    padding: 0;
}

.nav-pagination li a,
.nav-pagination li span {
    float: left;
    border: 1px solid #ddd;
    border-left-width: 0;
    padding: 6px 10px;
    font-size: 14px;
}

.nav-pagination li:first-child a,
.nav-pagination li:first-child span {
    border-left-width: 1px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.nav-pagination li:last-child a,
.nav-pagination li:last-child span {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}




/* ==================================================
  Search Form
================================================== */

.main-search__form,
input.main-search__field,
.main-search__btn {
    background: transparent;
}

.main-search__form {
    position: relative;
    max-width: 100%;
    border: 1px solid #d7d7d7;
}

input.main-search__field {
    max-width: 100%;
    border: none;
    padding: 0.5rem 3rem 0.5rem 0.7rem;
}

.main-search__btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-right: 0.65em;
    padding-left: 0.65em;
    border: none;
    border-left: none;
    border-radius: 0;
    background: transparent;
    color: #25a2ca;
}



/* ==================================================
  Social
================================================== */
.social {}

.social__list {
    padding: 0;
    list-style: none;
}

.social__item {
    display: inline-block;
}

.social__item:nth-child(n+2) {
    margin-left: 0.3em;
}

.social__item a {
    color: #fff;
    opacity: 1;
    transition: opacity 0.25s;
}

.social__item a:hover,
.social__item a:focus {
    opacity: 0.7;
}




/* ==================================================
  Contact Form
================================================== */
/* added input styles */



/* ==================================================
  Contact Form - Gravity Forms
================================================== */
body .gform_wrapper .gform_body label.gfield_label + div.ginput_container {
    margin-top: 0;
}

.gform_wrapper .gform_body form li,
.gform_wrapper .gform_body li {
    margin-bottom: 0.7rem;
}


/* ========== Inputs ========== */
.gform_wrapper .gform_body input[type=email],
.gform_wrapper .gform_body input[type=number],
.gform_wrapper .gform_body input[type=password],
.gform_wrapper .gform_body input[type=tel],
.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body input[type=url],
.gform_wrapper .gform_body textarea {
    padding: 0.32em 0.5em;
}


/* ========== Label ========== */
.gform_wrapper .gform_body .top_label .gfield_label {
    margin: 0.65em 0 0.2em;
    font-size: 0.85rem;
    font-weight: 700;
}

.gform_wrapper .gform_body .gfield_required {
    color: inherit;
}


/* ========== Description ========== */
.gform_wrapper .gform_body .top_label .gfield_description {
    padding-top: 0.2em;
}

.gform_wrapper .gform_body li.field_description_above .gfield_description {
    margin-bottom: 0.2em;
}

.gform_wrapper .gform_body .description,
.gform_wrapper .gform_body .gfield_description,
.gform_wrapper .gform_body .gsection_description,
.gform_wrapper .gform_body .instruction {
    font-size: 0.8rem;
}


/* ========== Messages / Errors ========== */
.gform_wrapper form div.validation_error {
    color: #790000;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 1.6em;
    border-top: 2px solid #790000;
    border-bottom: 2px solid #790000;
    padding: 0.8em 0;
}

/* input */
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0;
}

/* message */
.gform_wrapper .gform_body .gfield_description + .gform_wrapper .gfield_description.validation_message,
.gform_wrapper .gform_body .ginput_container + .gfield_description.validation_message {
    margin-top: 0;
}

/* message */
.gform_wrapper .gform_body  .gfield_description.validation_message,
.gform_wrapper .gform_body  .top_label .gfield_description.validation_message {
    padding: 0.25em 0 0.65em !important;
}

/* bg color */
.gform_wrapper .gform_body li.gfield.gfield_error,
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #FFDFE0;
    border-top: 1px solid #C89797;
    border-bottom: 1px solid #C89797;
}





/* ==================================================
  selectBoxIt
================================================== */
/* Base(Blade) selectBoxIt styles. Change and add when necessary. */

/* element widths */
.selectboxit-container,
.selectboxit,
.selectboxit-options {
    width: 100% !important; /* override js inline style */
    max-width: 500px;
    min-width: 0 !important; /* override js inline style */
}

/* border radii */
.selectboxit-container .selectboxit,
.selectboxit-container .selectboxit-options,
.selectboxit-option-first,
.selectboxit-option-last {
    border-radius: 0;
}

/* select background - not options list */
.selectboxit-btn {
    border: 1px solid #d7d7d7;
    background: transparent;
}

/* the selected option */
.selectboxit-selected {
    background: #bbb;
}

/* the hover/focus option anchor */
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    background: #444;
    background-image: none;
}



/* ==================================================
  Ads
================================================== */
.ad {
    margin-top: -10px;
}

.ad__wrap {
    font-size: 0;
}

.ad__wrap img {
    display: block;
    width: 100%;
}

.ad__inner {
    display: inline-block;
    text-align: left;
}

.ad__notice {
    margin-bottom: 1em;
    color: #aeb3b6;
    font: 700 .4737em/1 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}



/* ==================================================
  Share
================================================== */
.share {
    margin: 1.8rem 0 2.1rem;
}

.share__label,
.share__list {
    display: inline-block;
}

.share__label {
    position: relative;
    top: 0.25rem;
    margin-right: 0.5em;
    font-size: 0.63rem;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.share__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.share__list li {
    display: inline-block;
    margin-right: 0.2em;
    font-size: 0.8em;
}

.share__list a {
    display: inline-block;
    width: 2.05em;
    height: 2.05em;
    border-radius: 50%;
    background: #24394f;
    color: #fff;
    text-align: center;
    transition: background 0.25s;
}

.share__list a:hover,
.share__list a:focus {
    background: #2ab1df;
}

.share__list a .fa {
    position: relative;
    top: 0.33em;
}




/* ==================================================
  Gated Form
================================================== */
.gated-form__wrap {
    box-shadow: 0 0 8px -1px rgba(30,30,30,0.2);
}

.gated-form {
    padding: 0 2em 1.9em;
}

.gated-form__heading {
    margin-top: 0;
    padding:  1.5rem 2rem 0.5rem;
    color: #24394f;
    font-size: 0.95em;
    font-family: 'Muli';
}

.gated-form__error {
    margin: 1rem 0;
    border: 2px solid rgb(204, 0, 0);
    padding: .8rem 1rem;
    background: rgba(204, 0, 0, .05);
    font-size: .85em;
}
.gated-form__error--hidden {
    display: none;
}

.gated-form input {
    margin-bottom: 0.75em;
    transition: border 0.25s;
}

.gated-form input:focus {
    border-color: #2ab1df;
}

.gated-form input[type=checkbox] {
    display: inline-block;
    width: auto;
}

.label--checkbox {
    display: block;
    font-size: 0.74em;
    font-family: 'Muli';
}

.gated-form .btn {
    margin-top: 0.25rem;
    border: none;
    padding: 0.75em 1.6em 0.7em;
    background: #24394f;
    color: #fff;
    transition: background 0.25s;
}

.gated-form .btn:hover,
.gated-form .btn:focus {
    background: #304963;
}

.gated-form__wrap #loginform {
    padding: 0 2rem 1.5rem;
}

.gated-form__wrap #loginform .login-username {
    margin: 0 0 0.5em;
}

.gated-form__wrap #loginform .login-password {
    margin:  0.5em 0;
}

.gated-form__wrap #loginform .login-remember {
    margin:  0.5em 0;
}

.gated-form__wrap #loginform .login-remember input {
    display: inline-block;
    width:  auto;
}

.gated-form__wrap #loginform .login-submit {
    margin: 0;
}

.gated-form__wrap #loginform label {
    color: #24394f;
    font-size:  0.8em;
}

.gated-form__wrap #loginform input[type=submit] {
    display: inline-block;
    width: auto;
    margin: 0.25rem 0 0 0;
    border: none;
    border-radius: 2000px;
    padding: 0.75em 1.6em 0.7em;
    background: #24394f;
    color: #fff;
    font-size: 0.63rem;
    font-weight: 700;
    font-family: 'Montserrat';
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s;
}

.gated-form__wrap #loginform input[type=submit]:hover,
.gated-form__wrap #loginform input[type=submit]:focus {
    background: #304963;
}

.gated-form__wrap__footer {
    background: #f6f6f6;
    background-image: url(images/gated-form-shadow.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

.gated-form__wrap__footer a {
    display: block;
    padding: 1.2rem 1.5rem 1.1rem;
    color: #2ab1df;
    text-align: center;
    font-size: 0.74em;
    letter-spacing: 0.15em;
}

.gated-form__wrap__footer a::before {
    content: '\F028';
    margin-right: 0.5em;
    font-size: 0.8em;
    font-weight: 900;
    font-family: 'Black Tie';
}

.gated-form__wrap__footer a:hover,
.gated-form__wrap__footer a:focus {
    color: #21aede;
}



/* ==================================================
  Gated Passed Msg (success)
================================================== */
.gate-msg {
    margin: 2rem auto 3rem;
    color: #3d4955;
    font: 300 1.579rem/1.235 "Archer SSm A", "Archer SSm B", serif;
}

.gate-msg--login {
    margin-top: 4rem;
    max-width: 588px;
    text-align: center;
}

.gate-msg--logout {
    text-align: center;
}

.gate-msg__goodbye {
    display: inline-block;
    border: 2px solid #99c909;
    padding: .8rem 1.2rem;
    background: rgba(153, 201, 9, .05);
}

.gate-msg__cta {
    margin-top: 1.5rem;
    font: 700 .895rem 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.gate-msg__link:after {
    content: '\00a0\00bb';
}


/* =================================================================================
  Styleguide / WYSIWYG Content
================================================================================= */

.content {
    margin-bottom: 1.250em;
}

.content h2 {
    color: #24394f;
    font-size: 1.16em;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 1.4;
}

.content h3 {
    color: #24394f;
    font-size: 1.26em;
    font-family: "Archer SSm A", "Archer SSm B";
    font-weight: 700;
}

.content h4 {}

.content h5 {}

.content h6 {}

.content p {
    margin: 1.3em 0;
}

.content h2 + p,
.content h3 + p,
.content h2 + ul,
.content h3 + ul,
.content h2 + ol,
.content h3 + ol {
    margin-top: 0.75em;
}


/* ========== WP Float Positioning ========== */
.content .alignleft,
.content figure.alignleft {
    margin-right: 1.25em;
}

.content .alignright,
.content figure.alignright {
    margin-left: 1.25em;
}

.content .aligncenter,
.content figure.aligncenter {
    margin-right: auto;
    margin-left: auto;
}

.site-main article .content table {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.site-main article .content th,
.site-main article .content td {
    padding: .3rem;
}



/* ==================================================
  Article Sections Nav -- jquery.FAjQ.js
================================================== */
.fajq__heading {
    margin: 0 0 0.5rem 0;
    color: #24394f;
    font-size: 0.68rem;
}
.btn--fajq {
    top: -1px;
    margin-left: .75em;
    padding: .15em .9em;
    text-transform: none;
}
.fajq__list {
    display: none;
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.fajq__item {
    position: relative;
    display: block;
    margin-bottom: .85em;
    padding-left: 1.3em;
    font-size: .768em;
}
.fajq__link:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 0.35em;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    color: rgb(109, 114, 118);
    border-radius: 50%;
    border: 2px solid;
    opacity: 0.4;
    /*transition: all 0.25s;*/
}
.fajq__link:hover:before,
.fajq__link:focus:before {
    border-width: 3px;
    border-color: #21aede;
    opacity: 1;
}



/* ==================================================
  Images
================================================== */
.single-article .content img,
.single-author_custom .content img {
    border: 8px solid #e6e6e6;
    box-shadow: none;
    transition: box-shadow 0.25s, border-color 0.25s;
}

.single-article .content a:hover img,
.single-article .content a:focus img,
.single-author_custom .content a:hover img,
.single-author_custom .content a:focus img {
    box-shadow: 0 0 8px rgba(30,30,30,0.15);
    border-color: #d9d9d9;
}

.content figure {
    margin-right: 0;
    margin-left: 0;
}

.content .wp-caption-text {
    font-size: 0.8em;
    font-style: italic;
}




/* ==================================================
  Lists
================================================== */
.content ul,
.content ol,
.content dl {
    margin-top: 0;
    margin-bottom: 1.8rem;
    font-size: 0.95rem;
}

.content p + ul,
.content p + ol,
.content p + dl {
    margin-top: -0.5rem;
}

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
    margin-top: .5em;
    margin-bottom: 0;
}

.content li {
    margin-bottom: 0.4em;
    line-height: 1.333;
}

/* ol style types */
.content ol > li > ol {
    list-style-type: lower-alpha;
}

.content ol > li > ol > li > ol {
    list-style-type: upper-roman;
}

.content ol > li > ol > li > ol > li > ol {
    list-style-type: decimal;
}



/* ==================================================
  Lead
================================================== */
.content .lead {
    font-size: 1.47em;
    font-family: "Archer SSm A", "Archer SSm B";
    font-weight: 500;
    line-height: 1.4;
}

.content .lead + h2,
.content .lead + h3,
.content .lead + h4,
.content .lead + h5,
.content .lead + h6 {
    margin-top: 2.2rem;
}



/* ==================================================
  Callout
================================================== */
.content .callout {
    margin: 1.25em 0;
    border-left: 4px solid;
    padding: 0 3em 0 0.75em;
    color: #21aede;
    font-size: 1.47em;
    font-family: "Archer SSm A", "Archer SSm B";
    font-weight: 600;
    font-style: italic;
    line-height: 1.4em;
}

.content .callout a {}

.content .callout a:visited,
.content .callout a:hover,
.content .callout a:active {

}



/* ==================================================
  Call-to-action
================================================== */
.content .call-to-action {
    margin: 1.7em 0;
    font-size: 0.89em;
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
}

.content .call-to-action a:after {
    content: '\000BB';
    margin-left: 0.313em;
    transition: margin 0.25s;
}

.content .call-to-action a {}

.content .call-to-action a:hover,
.content .call-to-action a:active {}

.content .call-to-action a:hover:after,
.content .call-to-action a:focus:after {
    margin-left: 0.5em;
}



/* ==================================================
  Blockquote
================================================== */
.content blockquote {
    /* bootstrap styles */
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.content blockquote .footnote {}



/* ==================================================
  Hr
================================================== */
.content hr {
    height: 1px;
    margin: 2rem 0;
    border: none;
    background: #D3D8DC;
}



/* ==================================================
  Footnote
================================================== */
.content .footnote {
    margin-top: 1rem;
    color: #898c8f;
    font-size: 0.84em;
    line-height: 1.5;
    font-style: italic;
}

.content .footnote a {}

.content .footnote a:visited,
.content .footnote a:hover,
.content .footnote a:active {}

.content .footnote--ol {
    font-size: 0.9em;
}





/* =================================================================================
  Header
================================================================================= */

.site-header {
    position: relative;
    margin-bottom: 3rem;
    background: #117ba2;
}

.site-header::before,
.site-header::after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
}

.site-header::before {
    top: 0;
    height: 5px;
    background: #01334a;
    opacity: 0.25;
}

.site-header::after {
    top: 100%;
    height: 4px;
    background-image: linear-gradient( rgba(50,50,50,0.15), rgba(50,50,50,0) );
}

.header-main .container,
.nav-main .container {
    position: relative;
}



/* ==================================================
  Header Main
================================================== */
.header-main {
    padding: 1.5em 0 1.25em;
    background-image: url('images/header-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



/* ==================================================
  Logo
================================================== */
.header-logo {}

.header-logo img {
    width: 545px;
    height: auto; /* define for IE */
}



/* ==================================================
  Header Utility
================================================== */
.header-utility--sm { display: none; }

.header-utility {
    position: absolute;
    top: -0.4em;
    right: 72px;
    display: inline-block;
    color: rgba(255,255,255,0.8);
    text-align: right;
}

.utility__list {
    max-width: 600px;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.3em;
}

.utility__item {
    display: inline-block;
    margin-left: 0.2em;
    font-size: 0.56em;
}

.utility__item:nth-child(n+2)::before {
    content: '|';
    margin-right: 0.25em;
}

.utility__item a {
    display: inline-block;
    color: inherit;
}

.utility__item a:hover,
.utility__item a:focus {
    color: rgba(255,255,255,1);
}

/* =========== Join Now ========== */
.btn--join {
    display: none;
    padding: 0.6em 1.7em 0.5em;
    border-color: #d79d38;
    background: #d79d38;
    color: #fff;
    font-size: 0.63em;
    font-family: 'Montserrat';
    text-transform: uppercase;
    transition: background 0.25s, border-color 0.25s;
}

.btn--join:hover,
.btn--join:focus {
    border-color: #ce9023;
    background: #ce9023;
    color: #fff;
}



/* ==================================================
  Header Search
================================================== */
.header-search {
    position: absolute;
    top: -75px;
    right: 18px;
    width: 335px;
}

.header-search__form {
    position: relative;
    color: #fff;
    font-size: 0.73rem;
    transition: border-color 0.25s;
}

input.header-search__field {
    border: none;
    border: 2px solid rgba(255,255,255,0.6);
    border-radius: 2000px;
    padding-right: 2.5em;
    padding-left: 1em;
    background: transparent;
    color: #fff;
    transition: border-color 0.25s;
}

input.header-search__field:hover,
input.header-search__field:focus {
    border-color: rgba(255,255,255,0.9);
}

.header-search__field::-webkit-input-placeholder {
    color: rgba(255,255,255,1);
    font-family: 'Muli';
    font-weight: 400;
    font-style: normal;
}
.header-search__field::-moz-placeholder {
    color: rgba(255,255,255,1);
    font-family: 'Muli';
    font-weight: 400;
    font-style: normal;
}
.header-search__field:-moz-placeholder {
    color: rgba(255,255,255,1);
    font-family: 'Muli';
    font-weight: 400;
    font-style: normal;
}
.header-search__field:-ms-input-placeholder {
    color: rgba(255,255,255,1);
    font-family: 'Muli';
    font-weight: 400;
    font-style: normal;
}
.header-search__field:placeholder-shown {
    color: rgba(255,255,255,1);
    font-family: 'Muli';
    font-weight: 400;
    font-style: normal;
}

.header-search__btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-right: 1em;
    padding-left: 0.75em;
    border: none;
    border-radius: 2000px;
    background: transparent;
    color: rgba(255,255,255,1);
}




/* ==================================================
  Header Social
================================================== */
.social--header {
    position: absolute;
    top: -148px;
    right: 18px;
    display: inline-block;
    font-size: 0.9em;
}

.social--header .social__item a {}





/* =================================================================================
  Main Navigation
================================================================================= */

.nav-main {
    margin: 0;
    background: #fff;
}

.nav-main__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0; /* collapse space between inline block items */
}

.nav-main__list--flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}

.nav-main__item {
    position: relative;
    display: inline-block;
    font-size: 1rem;
}

.nav-main__item > a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 59px;
    overflow-y: hidden;
    padding: 0;
    color: #03354a;
    font-family: 'Oswald';
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nav-main__item > a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #21aede;
    transition: top 0.25s;
}

/* hover / active state */
.nav-main__item > a:hover::before,
.nav-main__item--active > a::before,
/* active page states */
.post-type-archive-issue .nav-main__item--issues > a::before,
.single-issue .nav-main__item--issues > a::before,
.archive.term-early-online .nav-main__item--early-online > a::before,
.archive.tax-topics .nav-main__item--topics > a::before,
.parent-pageid-9 .nav-main__item--about > a::before,
.parent-pageid-10 .nav-main__item--authors > a::before {
    top: calc(100% - 4px);
}
/* reset for dual-active nav */
.archive.term-early-online .nav-main__item--topics > a::before {
    top: 100%;
}

.nav-main__item--parent > a::after {
    content: "\f091";
    position: relative;
    top: 2px;
    margin-left: 1em;
    font-size: 0.5em;
    font-weight: 700;
    font-family: 'Black Tie';
    opacity: 0.5;
    transition: opacity 0.25s;
}

/* hover / active state */
.nav-main__item--parent > a:hover::after,
.nav-main__item--active > a::after {
    opacity: 1;
}


/* ========== Join Now ========== */
.nav-main__item--join {
    order: 999;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.nav-main__item--join > a {
    height: auto;
    text-align: center;
}

.nav-main__item.nav-main__item--join > a::before {
    display: none;
}

.nav-main__item--join .btn {
    padding: 0.6em 1.7em 0.5em;
    border-color: #d79d38;
    background: #d79d38;
    color: #fff;
    font-size: 0.63em;
    font-family: 'Montserrat';
    text-transform: uppercase;
    transition: background 0.25s, border-color 0.25s;
}

.nav-main__item--join .btn:hover,
.nav-main__item--join .btn:focus {
    border-color: #ce9023;
    background: #ce9023;
}



/* ==================================================
  Submenu / Dropdown
================================================== */
.nav-main__submenu {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 12rem;
    height: 0;
    box-shadow: 0 0px 6px -1px rgba(50,50,50,0.3);
    background: #fff;
    overflow: hidden;
    opacity: 0;
    transition: opacity .5s;
}

.nav-main__submenu--has-icons {
    width: 16rem;
}

.nav-main__item--active .nav-main__submenu {
    z-index: 9999;
    height: auto;
    opacity: 1;
}

.nav-main__submenu--left {
    left: auto;
    right: 0;
}

.nav-main__submenu--mega {
    width: 40rem;
}

.nav-main__submenu ul {
    list-style: none;
    margin: 0;
    padding: 0.75em 1.8em;
    font-size: 0.78rem;
    font-family: 'Muli';
}

.nav-main__submenu--mega ul {
    display: inline-block;
    width: 49%;
}

.nav-main__submenu li {
    display: inline;
}

.nav-main__submenu a {
    display: block;
    padding: 1.1em 0.3em;
    color: #24394f;
    text-decoration: none;
}

.nav-main__submenu a:hover {
    color: #71869C;
}

.nav-main__submenu li:nth-child(n+2) a {
    border-top: 1px solid #e3e3e3;
}

.nav-main__submenu--has-icons a {
    padding-left: 0;
}

.nav-main__submenu a i {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 1.6em;
    color: #21aede;
    font-size: 1.4em;
}


/* ========== Topics mega dropdown ========== */
.nav-main__submenu--mega--has-icons {
    padding: 0.75em 1.8em;
}

.nav-main__submenu--mega--has-icons .col {
    font-size: 0.78rem;
}

.nav-main__submenu--mega--has-icons .col a:nth-child(n+2) {
    border-top: 1px solid #e3e3e3;
}



/* ==================================================
  Mobile Menu "icon"
================================================== */
.toggle-nav-main {
    position: absolute;
    top: 2.65em;
    right: 10px; /* container padding and toggle padding */
    z-index: 9999;
    display: none;
    padding: 8px;
    cursor: pointer;
}

.toggle-nav-main__wrap {
    position: relative;
    width: 30px;
    height: 20px;
    transition: -webkit-transform 0.5s ease-out;
    transition: -ms-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}

.toggle-nav-main__bar {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 0;
    background: #fff;
    transition: all 0.5s ease-out;
}

.toggle-nav-main__bar:nth-child(1) {
    top: 0;
}

.toggle-nav-main__bar:nth-child(2){
    top: 50%;
    margin-top: -1px;
    opacity: 1;
}

.toggle-nav-main__bar:nth-child(3){
    bottom: 0;
}


/* ========== nav-open ========== */
.nav-main--active .toggle-nav-main__wrap {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); /* spins the whole toggle */
}

.nav-main--active .toggle-nav-main__bar:nth-child(1) {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-main--active .toggle-nav-main__bar:nth-child(2){
    opacity: 0;
}

.nav-main--active .toggle-nav-main__bar:nth-child(3){
    bottom: 50%;
    margin-bottom: -1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}





/* =================================================================================
  Site Footer
================================================================================= */

.sticky-site-footer {
    min-height: 100vh;
    /*padding-bottom: 150px*/; /* match .site-footer height */
}

.sticky-site-footer .site-footer {
    /*position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;*/ /* match .sticky-site-footer margin-bottom */
}

.site-footer {
    margin-top: 3.5rem;
    padding-top: 1em;
    background: #f4f4f4 url('./images/site-footer-bg.png') top center no-repeat;
}

.site-footer__secondary {
    padding: 1.1rem 0 1.1rem;
    background: #eaeaea;
}



/* ==================================================
  Footer Ad
================================================== */
.footer-ad {
    margin: 1rem 0;
    text-align: center;
}

.footer-ad .ad__inner {}

.footer-ad .ad__notice {}

.footer-ad .ad__wrap {
    border-color: rgba(255, 255, 255, .45);
}

.footer-ad .ad-lg { display: block; }
.footer-ad .ad-md { display: none; }
.footer-ad .ad-sm { display: none; }



/* ==================================================
  Nav Footer Topics
================================================== */
.nav-footer-topics {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.nav-footer-topics__group {}

.nav-footer-topics__item {
    display: block;
    border: 0 solid #d5dfe3;
    border-width: 0 0 1px;
    padding: 15px 0;
    color: #24394f;
    font: 0.65em/1.429em 'Lato', sans-serif;
}

.nav-footer-topics__item:first-child {
    border-top-width: 1px;
}

.nav-footer-topics__icon {
    width: 1.35em;
    color: #21aede;
    font-size: 1.429em;
}

/* ==================================================
  Footer Utility
    -- footer nav
    -- footer social
================================================== */
.footer-utility {
    float: right;
}

.footer-social {
    float: right;
    margin: 0.8rem 0 0 0.3rem;
    color: #21aede;
    font-size: 1.0256em;
}

.footer-social__link {
    padding: 6px;
    color: inherit;
}

.footer-nav {
    float: right;
    margin: 0.8rem .5rem 0 0;
    padding: 0;
}

.footer-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav__item {
    display: inline;
    color: #5e6a77;
    font: 400 .7368em/1 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.footer-nav__item:nth-child(n+2):before {
    content: '\00a0\007C\00a0\00a0';
}

.footer-nav__link {
    color: inherit;
}

.footer-nav__link:hover {
    color: #3b4448;
}



/* ==================================================
  Footer Brand
================================================== */
.footer-brand {
    float: left;
}

.footer-brand__logo {
    float: left;
    width: 59px;
    height: 59px;
}

.footer-brand__copyright-list {
    float: left;
    max-width: 525px;
    margin: 0.4rem 0 0 1rem;
    padding: 0;
    list-style: none;
    line-height: 1.1;
}

.footer-brand__copyright-item {
    display: inline;
    color: #6e7a81;
    font: 400 .6842em/1 'Muli', sans-serif;
    letter-spacing: .5px;
}

.footer-brand__copyright-item:nth-child(n+2):before {
    content: '\00a0\007C\00a0\00a0';
}

.footer-brand__copyright-item:nth-child(4) {
    display: block;
    margin-top: 0.4em;
}

.footer-brand__copyright-item:nth-child(4):before {
    display: none;
}

.footer-brand__copyright-link {
    color: inherit;
}

.footer-brand__copyright-link:hover {
    color: #3b4448;
}



/* =================================================================================
  Modules
================================================================================= */

.temp-ad {
    display: none;
}
.temp-ad--display {
    display: inline;
}




/* ==================================================
  Colorbox
================================================== */
#colorbox,
#cboxWrapper {
    overflow: visible;
}

#cboxContent,
#cboxLoadedContent {
    background: #e6e6e6;
}

#colorbox {
    max-width: 100%;
}

#cboxLoadedContent {
    padding: 8px;
}

#cboxTitle {
    top: 100%;
    padding-top: 0.2em;
    font-size: 0.9em;
}

#cboxCurrent {
    right: auto;
    left: 0;
    text-indent: 0;
    font-size: 0.7em;
}

.content a.gallery-1 {
    position: relative;
    display: inline-block;
}

.content a.gallery-1::before {
    content: '\f065';
    position: absolute;
    top: 0.6em;
    right: 0.9em;
    display: inline-block;
    color: #000;
    font-size: 0.8em;
    font-family: 'FontAwesome';
    text-shadow: 0 0 4px rgba(255,255,255,1);
}

/* adjustment for aligned items updated by JS for colorbox */
.gallery-1--alignleft {
    float: left;
    margin-right: 1.25em;
}
.gallery-1--alignright {
    float: right;
    margin-left: 1.25em;
}

.gallery-1--alignleft > .alignleft,
.gallery-1--alignright > .alignright {
    float: none;
    margin-right: 0;
    margin-left: 0;
}




/* =================================================================================
  Sidebar
================================================================================= */

.sidebar {
    margin-top: 0.5rem;
    padding-left: 3em;
}

.sidebar-item:nth-child(n+2) {
    margin-top: 2rem;
}

.sidebar .box {
    padding-right: 2em;
    padding-left: 2em;
}

.sidebar-item__heading {
    margin-top: 0.2em;
    margin-bottom: 0;
    color: #03354a;
    font-size: 0.84em;
    letter-spacing: 0;
}

.sidebar-item__heading--border-bottom {
    margin-bottom: 0.1em;
    border-bottom: 1px solid #dadfe3;
    padding-bottom: 0.7em;
}


/* ========== sidebar ad =========== */
.sidebar-ad {
    margin-top: 4rem;
    text-align: center;
}

.sidebar-ad .ad-lg { width: 160px; }
.sidebar-ad .ad-md { width: 336px; }
.sidebar-ad .ad-sm { width: 250px; }

.sidebar-ad .ad-sm,
.sidebar-ad .ad-md {
    display: none;
}

@media only screen and (max-width: 991px) {
    .sidebar-ad .ad-lg { display: none; }

    .sidebar-ad .ad-md { display: block; }
}

@media only screen and (max-width: 480px) {
    .sidebar-ad .ad-md { display: none; }

    .sidebar-ad .ad-sm { display: block; }
}



/* ==================================================
  Sidebar Featured
================================================== */
.sidebar-featured .sidebar-item__heading {
    margin-bottom: 0.3rem;
}

.sidebar-featured .featured__item {
    margin-top: 0.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid #dadfe3;
}

.sidebar-featured .featured__thumb {
    height: 160px;
    margin-bottom: 0.7rem;
}

.sidebar-featured .featured__title {
    color: #3c5f84;
    font-size: 0.84em;
    font-family: 'Muli';
}

.sidebar-featured .featured__title a {
    color: inherit;
}



/* ==================================================
  Sidebar Issue Archive
================================================== */
.sidebar-issues-archive {}

.arc-volume__list,
.arc-issue__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.arc-volume__item {
    border-bottom: 2px solid #e7ebee;
    padding-left: 1.8em;
    color: #747b7f;
    font-size: 0.74em;
    font-family: 'Montserrat';
}

.arc-volume__item:nth-child(n+12) {
    display: none;
}

.toggle--arc-volume {
    position: relative;
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.45em;
    cursor: pointer;
    transition: color 0.25s
}

.toggle--arc-volume:hover,
.toggle--arc-volume:focus {
    color: #5B6266;
}

.arc-volume__icon {
    position: absolute;
    top: 50%;
    left: -1.8em;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    border-radius: 50%;
    background: #d79d38;
}

.arc-volume__icon::before,
.arc-volume__icon::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 3px;
    display: inline-block;
    width: 9px;
    height: 1px;
    background: #fff;
}

.arc-volume__icon::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
}

.toggle--arc-volume--active .arc-volume__icon::after {
    transform: rotate(0deg);
}

/* ========== Issue List ========== */
.arc-issue__list {
    display: none;
    padding-bottom: 0.6em;
}

.arc-issue__list li {
    font-family: 'Muli';
}

.arc-issue__list li:nth-child(n+2) {
    margin-top: 0.2em;
}


/* ========== More 'Button' ========== */
.toggle--arc-more {
    display: block;
    margin-top: 1.4em;
    color: #67818f;
    font-size: 0.63em;
    line-height: 1em;
    cursor: pointer;
    transition: color 0.25s;
}

.toggle--arc-more:hover,
.toggle--arc-more:focus {
    color: #4E6876;
}



/* ==================================================
  Sidebar Back Issues
================================================== */
.sidebar-back-issues .btn {
    margin-top: 1rem;
}




/* ==================================================
  Sidebar Issue
================================================== */
.single-article .sidebar {
    margin-top: 3rem;
}

.sidebar-issue.box {
    padding-bottom: 0.5em;
}

/* ========== Sidebar Header ========== */
.sidebar-issue__cover {
    position: relative;
    margin: -2.2rem auto 1.2rem;
    text-align: center;
    max-width: 300px;
}
.sidebar-issue__cover__link {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
}
.sidebar-issue__cover__img {
    display: block;
    box-shadow: 1px 1px 8px -1px rgba(25,25,25,0.4);
}
.sidebar-issue__cover__zoom {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    opacity: .6;
}

.sidebar-issue__header {
    position: relative;
    margin-bottom: 0.7rem;
    padding-bottom: 0.5rem;
    text-align: center;
}

.sidebar-issue__header::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 11px;
    background-image: url(images/sidebar-issue-shadow.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 221px 10px;
}

.sidebar-issue__header .btn {
    margin-bottom: 0;
}

.sidebar-issue__title {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 0.75em;
    letter-spacing: 0;
}

/* ========== Sidebar Body ========== */
.sidebar-issue__body {
    /*margin: 0 auto;
    max-width: 250px;*/
}

.sidebar-issue__section {
    padding: 0.9em 0;
}

.sidebar-issue__section:nth-child(n+2) {
    border-top: 1px solid #dadfe3;
}

.sidebar-issue__section-heading {
    margin: 0 0 0.5rem 0;
    color: #24394f;
    font-size: 0.68rem;
}

.sidebar-issue__section-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.73em;
}

.sidebar-issue__section-list li {
    position: relative;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 1.3em;
}

.sidebar-issue__section-list a {
    display: block;
    color: inherit;
}

.sidebar-issue__section-list a::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 0.35em;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid;
    opacity: 0.4;
    /*transition: all 0.25s;*/
}

.sidebar-issue__section-list a:hover::before,
.sidebar-issue__section-list a:focus::before,
.sidebar-issue__section-item--current a::before {
    border-width: 3px;
    border-color: #21aede;
    opacity: 1;
}





/* ==================================================
  Article Listing
================================================== */
.list-article {
    margin-top: 1.5em;
}

.list-article:nth-of-type(n+2) {
    padding-top: 1.5em;
    border-top: 1px solid #dadfe3;
}

.list-article__thumb {
    float: left;
    display: inline-block;
    width: 225px;
    height: 170px;
    margin-top: 0;
    margin-right: 1.5em;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.list-article--has-thumb .list-article__content {
    padding-left: calc(225px + 1em);
}



/* ==================================================
  Comments
================================================== */

.comment-form .form-allowed-tags {
    display: none;
}
.comments-header__title {
    color: #24394f;
    font-size: 1.16em;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 1.4;
}
.comment-reply-title {
    color: #24394f;
    font-size: 1.26em;
    font-family: "Archer SSm A", "Archer SSm B";
    font-weight: 700;
}
.comment-metadata {
    font-size: .8em;
}
.comment-reply-link {
    font-size: .9em;
    font-style: italic;
}
.comment-form__group {
    margin-bottom: .5rem;
    width: 90%;
    max-width: 500px;
}
.comment {
    margin: 1rem 0;
    border-left: 1px solid #D3D8DC;
    padding-left: 1rem;
}
.comment + .comment {
    margin-top: 2rem;
}
.comment > .comment {
    margin-left: 6%;
    border: 0 none;
}




/* =================================================================================
  Home Page
================================================================================= */

.home .site-header {
    margin-bottom: 1.5rem;
}

/* ==================================================
  Home Featured Articles
================================================== */
.home-featured {
    margin-bottom: 2rem;
}
.home-featured .featured__title {
    margin-top: 0;
    font-family: "Archer SSm A", "Archer SSm B";
}

.home-featured .featured__title a {
    color: inherit;
}


/* ========== Primary ========== */
.featured--primary {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    padding: 1.5em 2em;
}

.featured--primary:hover {
    cursor: pointer;
}

.featured--primary,
.featured--primary .article__type,
.featured--primary .btn {
    color: #fff;
}

.featured-primary .article__type {
    text-shadow: 0 0 5px rgba(25,25,25,0.2);
}

.featured--primary .featured__title {
    font-size: 2.25em;
    font-weight: 500;
    line-height: 1.05;
    text-shadow: 0 0 5px rgba(25,25,25,0.2);
}

.featured--primary .featured__title a:hover,
.featured--primary .featured__title a:focus {
    color: rgba(255,255,255,0.8);
}

.featured--primary .btn {
    border-color: rgba(255,255,255,0.4);
    transition: border-color 0.25s;
}

.featured--primary .btn:hover,
.featured--primary .btn:focus {
    border-color: rgba(255,255,255,1);
}


/* ========== Secondary ========== */
.featured--secondary .col:nth-child(n+2) .featured__item {
    border-top: 1px solid #dadfe3;
    margin-top: 0.5em;
    padding-top: 0.5em;
}

.featured--secondary .featured__thumb {
    float: left;
    width: 143px;
    height: 118px;
}

.featured--secondary .featured__content {
    padding-top: 0.2rem;
    padding-left: calc(143px + 1em);
}

.featured--secondary .article__type {
    margin-bottom: 0.5rem;
}

.featured--secondary .featured__title {
    color: #24394f;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.2;
}

.featured--secondary .featured__title a:hover,
.featured--secondary .featured__title a:focus {
    color: #30557c;
}



/* ==================================================
  Featured Issue
================================================== */
.featured-issue {
    position: relative;
    min-height: 275px;
}

.featured-issue.box--box-shadow {
    box-shadow: 0 0 6px -1px rgba(25,25,25,0.35);
}

.featured-issue::before {
    content: '';
    position: absolute;
    top: 3.15rem;
    left: 0;
    display: block;
    width: 100%;
    height: 14px;
    background-image: url(images/current-issue-shadow.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 406px 14px;
}


/* ========== Featured Issue Content ========== */
.featured-issue__content {
    position: relative;
    display: block;
    background-color: rgba(33, 174, 222, 0.0);
    padding: 1em 1.5em 1.5em 165px;
    transition: background-color .6s;
}
.featured-issue__content:hover {
    background-color: rgba(33, 174, 222, 0.03);
}

.featured-issue__heading {
    margin: 0 0 1.8rem 0;
    color: #20aede;
    font-size: 1.65em;
    font-weight: 500;
    font-family: "Archer SSm A", "Archer SSm B";
}

.featured-issue__title {
    max-width: 266px;
    font-size: 0.68em;
    letter-spacing: 0;
}

.featured-issue__list {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1.1em;
    max-width: 266px;
    font-size: 0.78em;
    font-family: 'Muli';
}

.featured-issue__list li {
    margin-bottom: 0.4em;
}

.featured-issue .btn {
    padding: 0.8em 1.5em 0.7em;
    letter-spacing: 0.07em;
}

.featured-issue .btn i {
    position: relative;
    top: -1px;
    margin-left: 0.5em;
    font-size: 0.7em;
}


/* ========== Featured Issue Image ========== */
.featured-issue__img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 155px;
    box-shadow: 1px 0 5px rgba(25,25,25,0.4);
}

.featured-issue__img--1 {
    z-index: 5;
    transform: rotate(-3deg) scale(1) translate(-23px, 35px);
    transition: transform .6s;
}
.featured-issue__content:hover .featured-issue__img--1 {
    transform: rotate(-2deg) scale(1.1) translate(-20px, 33px);
}

.featured-issue__img--2 {
    z-index: 2;
    transform: rotate(-8deg) scale(1) translate(-40px, 24px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s;
}
.featured-issue__content:hover .featured-issue__img--2 {
    transform: rotate(-9deg) scale(1.1) translate(-45px, 27px);
}



/* ==================================================
  Early Online
================================================== */
.ftr-early-online {
    padding-left: 0.7rem;
}

.early-online__heading {
    margin-top: 0;
    margin-bottom: 0.85rem;
    border-bottom: 3px solid #e7ebee;
    padding-bottom: 0.6rem;
    color: #03354a;
    font-size: 0.84em;
    letter-spacing: 0.05em;
}

.early-online__heading a {
    color: inherit;
}

.early-online__heading a::after {
    content: '\f093';
    position: relative;
    top: -1px;
    margin-left: 1em;
    font-weight: 700;
    font-family: 'Black Tie';
    font-size: 0.55em;
    transition: margin 0.25s;
}

.early-online__heading a:hover::after,
.early-online__heading a:focus::after {
    margin-left: 1.5em;
}

.early-online__item:nth-of-type(n+2) {
    margin-top: 0.8rem;
    border-top: 1px solid #e7ebee;
    padding-top: 1rem;
}

.early-online__item .article__type {
    margin-bottom: 0.4rem;
}

.early-online__title {
    margin-top: 0;
    color: #24394f;
    font-size: 0.84em;
    font-weight: 500;
    font-family: 'Muli';
}

.early-online__title a {
    color: inherit;
}

.early-online__title a:hover,
.early-online__title a:focus {
    color: #576C82;
}



/* ==================================================
  Home Ad
================================================== */
.col--home-ad {
    text-align: right;
}

.home-ad .ad-sm {
    display: none;
}

@media only screen and (max-width: 991px) {
    .home-ad .ad-lg { display: none; }

    .home-ad .ad-sm { display: block; }
}

@media only screen and (max-width: 768px) {
    .home-ad .temp-ad--display {
        display: inline-block;
        width: 250px;
    }
}



/* ==================================================
  Recent Articles
================================================== */
.section--recent .flex--row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section--recent .list-article {
    width: 100%;
    margin-top: 1.3em;
}

.section--recent .col:nth-child(-n+2) .list-article {
    margin-top: 0;
}

.section--recent .box {
    padding-bottom: 1.2em;
}

.section--recent .article__type {
    margin-bottom: 0.5rem;
}

.section--recent .btn--block {
    margin-top: 2.7rem;
}


/* =================================================================================
  Attachment page
================================================================================= */
/* ==================================================
  Attachment: Cover image
================================================== */
.attachment--cover-image img {
    box-shadow: 1px 1px 8px -1px rgba(25,25,25,0.4);
}

/* =================================================================================
  Article Detail / Single Article
================================================================================= */

.single-article .site-header {
    margin-bottom: 1.5rem;
}



/* ==================================================
  Single Article Header
================================================== */
.single-article .site-headline {}

.single-article .site-headline .article__type {
    margin-bottom: 1rem;
}

.single-article .headline-title,
.single-newsletter .headline-title {
    margin-bottom: 0.7rem;
}

.single-article .nav-article-meta__cite {
    margin-bottom: 0.4rem;
}

.single-article__terms-wrap {
    position: relative;
    min-height: 57px;
    margin: 1.5rem 0;
    padding: 0.75rem 1rem 0.8rem 0;
}

.single-article__terms-wrap::before,
.single-article__terms-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-image: linear-gradient( to right, rgba(228,230,232,1), rgba(228,230,232,0.15) );
}

.single-article__terms-wrap::before {
    top: 0;
}

.single-article__terms-wrap::after {
    bottom: 0;
}

.single-article__terms-wrap .download-link {
    float: right;
    margin-top: 0.3rem;
}




/* ==================================================
  Single Article Gated
================================================== */
.section__heading--gated-article {
    font-size: 1.05em;
    letter-spacing: 0;
}

.section__heading--gated-article::before {
    content: '\F039';
    margin-right: 0.9em;
    font-size: 0.75em;
    font-weight: 900;
    font-family: 'Black Tie';
}

.gated-membership-ad,
.single-article .content img.gated-membership-ad {
    border: none;
}





/* =================================================================================
  Single Author
================================================================================= */

.author__orcid {
    display: inline-block;
    color: #989b9d;
    font-size: 0.79rem;
    font-weight: 300;
}

.author__orcid:hover,
.author__orcid:focus {
    color: inherit;
}

.author__orcid--icon-before::before {
    content: '';
    position: relative;
    top: 0.25em;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0.7em;
    background-image: url(images/ORCid-icon.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 19px;
}





/* =================================================================================
  Editorial Board
================================================================================= */

.editorial-board__item:nth-child(n+2) {
    margin-top: 2.2rem;
}

.editorial-board__thumb {
    float: left;
    display: inline-block;
    width: 240px;
    height: 240px;
    margin-right: 1.9em;
    background: #22a1c9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.editorial-board__role {
    margin-bottom: 0.55em;
    color: #24394f;
    font-size: 1.15em;
    font-weight: 700;
    font-family: 'Montserrat';
}

.editorial-board__desc.content > *:first-child {
    margin-top: 0;
}





/* =================================================================================
  Issue Archive
================================================================================= */

.post-type-archive-issue .site-headline {
    margin-bottom: 2rem;
}

.issue-list__item {
    position: relative;
    padding: 1.5rem 1.9rem 1.9rem;
}

.issue-list__item:nth-child(n+2) {
    margin-top: 1.1rem;
}

.issue-list__thumb {
    float: left;
    display: inline-block;
    width: 215px;
    box-shadow: 1px 1px 8px -1px rgba(25,25,25,0.4);
}

.issue-list__content {
    padding-left: calc(215px + 1.8em);
}

.issue-list__title {
    margin-bottom: 0;
    color: #21aede;
    font-size: 0.95em;
    letter-spacing: 0.05em;
}

.issue-list__title a {
    color: inherit;
}

.issue-list__title a:hover,
.issue-list__title a:focus {
    color: #0895C5;
}

.issue-list__date {
    display: block;
    color: #9aa5ac;
    font-size: 0.63em;
}

.issue-list__features {
    margin: 0.9em 0 0;
    padding-left: 1em;
}

.issue-list__features li {
    margin-bottom: 0.2em;
    font-size: 0.84em;
    font-family: 'Muli';
}

.issue-list__content .btn {
    margin-top: 1.5rem;
    padding-top: 0.6em;
    padding-bottom: 0.5em;
}

/* ========== Download Link ========== */
.issue-list__item .download-link--icon {
    position: absolute;
    bottom: 1.9rem;
    right: 1.9rem;
    font-size: 1.2em;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform 0.25s;
    transition: -ms-transform 0.25s;
    transition: transform 0.25s;
}

.issue-list__item .download-link--icon:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}





/* =================================================================================
  Issue Detail
================================================================================= */

.single-issue .nav-article-meta__date {
    margin-bottom: 0;
}

.single-issue .site-headline .nav-article-meta {
    margin-top: 0.65rem;
    margin-bottom: 0.15rem;
}

.toc__heading {
    margin: 2.1em 0 2em;
    color: #24394f;
    font-size: 1.16em;
    letter-spacing: 0.02em;
}

.section__heading--toc {
    margin-bottom: 0.3rem;
    font-size: 0.79em;
    letter-spacing: 0.02em;
}



/* ==================================================
  TOC Articles
================================================== */
.toc-articles {
    padding-left: 2.5rem;
}

.toc-article {
    padding: 1.3rem 0;
}

.toc-article:nth-child(n+2) {
    border-top: 1px solid #dadfe3;
}

.toc-article__title {
    color: #24394f;
    font-size: 1.05em;
    font-weight: 400;
    font-family: 'Muli';
}

.toc-article__title a {
    color: inherit;
}

.toc-article__title a:hover,
.toc-article__title a:focus {
    color: #3E5369;
}

.toc-article .nav-article-meta__citation {
    color: #9aa5ac;
    font-size: 0.73em;
    font-family: 'Muli';
    font-style: italic;
}





/* =================================================================================
  Index
================================================================================= */

.content .term-desc {
    margin-bottom: 1.5em;
}





/* =================================================================================
  Search Page
================================================================================= */

.site-main--search {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
}

.search .section__heading {
    font-size: 0.79em;
    letter-spacing: 0.01em;
}


/* ==================================================
  Search Bar
================================================== */
.search-adv__searchbar {
    position: relative;
    max-width: 100%;
    border: 1px solid #d7d7d7;
}

.search-adv__searchbar .search-adv__field {
    width: 100%;
    max-width: 100%;
    border: none;
    padding: 0.5rem 3rem 0.5rem 0.7rem;
    background: transparent;
}

.search-adv__search-icon {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: 100%;
    padding-right: 0.65em;
    padding-left: 0.65em;
    border: none;
    border-left: none;
    border-radius: 0;
    background: transparent;
    color: #25a2ca;
}


/* ==================================================
  Filter
================================================== */
.search-adv__filter {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 1rem;
    padding: 1em 2em 1em;
    background: #f4f4f4;
}

.search-filter__label {
    margin-right: 0.5rem;
    color: #838d93;
    font-size: 0.68em;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.search-adv__filter input {
    width: 100%;
    padding: 0.5rem 0.5rem 0.4rem;
    font-size: 0.74rem;
}

.search-adv__filter .datepicker-wrap {
    position: relative;
    width: 100%;
    max-width: calc( (100% - 365px) / 2 );
}

.search-adv__filter .datepicker-wrap::after {
    content: '\F019';
    position: absolute;
    top: 50%;
    right: 1em;
    display: inline-block;
    margin-top: -0.6em;
    color: #9aa5ac;
    font-size: 0.74rem;
    font-weight: 400;
    font-family: 'Black Tie';
}

.search-adv__filter input.datepicker {
    padding-right: 2.5em;
}

.search-adv__filter .separator {
    display: inline-block;
    width: 1.2rem;
    height: 1px;
    background: #a1adb4;
}

.search-adv__filter .btn {
    margin-left: 1rem;
    padding: 0.5em 1.3em 0.5em;
    font-size: 0.7em;
}


/* ========== Datepicker ========== */
.ui-datepicker {
    z-index: 100 !important;
    font-size: 0.7em;
}



/* ==================================================
  Search Results
================================================== */
.search__results-heading-wrap {
    position: relative;
}

.toggle--search-sort__wrap {
    position: absolute;
    right: 0;
    top: 0.1rem;
    display: inline-block;
    color: #97a1a6;
    font-size: 0.63rem;
    cursor: default;
}

.toggle--search-sort {
    transition: color 0.25s;
}

.toggle--search-sort--recent,
.recent--active .toggle--search-sort--relevance {
    color: #21aede;
    cursor: pointer;
}

.toggle--search-sort--recent:hover,
.recent--active .toggle--search-sort--relevance:hover {
    color: #3BC8F8;
}

.recent--active .toggle--search-sort--recent,
.recent--active .toggle--search-sort--recent:hover {
    color: #97a1a6;
    cursor: default;
}





/* =================================================================================
  Login Template
================================================================================= */

.columns--login-gated {
    margin-top: 3rem;
    margin-bottom: 2rem;
}







/* =============== Retina =============== */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (   min--moz-device-pixel-ratio: 1.5),
only screen and (     -o-min-device-pixel-ratio: 1.5/1),
only screen and (        min-device-pixel-ratio: 1.5),
only screen and (                min-resolution: 140dpi),
only screen and (                min-resolution: 1.5dppx) {

  /* Retina-specific stuff here */
    .exempli-gratia {
        background-image: url('./images/example.png');
        background-size: 123px auto;
    }
}



/* =============== Print Styles =============== */
@media print {
    * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
    @page { margin: 0.5cm; }
    /* a, a:visited { text-decoration: underline; } */
    abbr[title]:after { content: " (" attr(title) ")"; }
    a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
    .site-header .header-logo a:after { content: ''; }

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

    .hidden-print {display: none !important;}
    table.visible-print {display: table;}
    tr.visible-print {display: table-row !important;}
    th.visible-print, td.visible-print {display: table-cell !important;}
    .visible-print-block {display: block !important;}
    .visible-print-inline {display: inline !important;}
    .visible-print-inline-block {display: inline-block !important;}

    .header-logo .visible-print-block {
        margin: 0;
        font-size: 2.5rem;
    }

    .headline-title {
        font-size: 1.8rem;
    }

    .content {
        font-size: 16px;
    }

    .site-footer {
        margin-top: 1rem;
    }
}
