/*!
 * DO NOT OVERRIDE THIS FILE.
 * Generated with `npm run build`
 *
 * whitehouse-theme - WordPress Theme for whitehouse.gov
 * @version 45.0.0
 * @author White House
 * @link https://www.whitehouse.gov/
 */

@charset "UTF-8";
/**
 * Colors from WH style guide
 * Updated: 2017-03-28
 */
/**
 * Global Colors
 */
/**
 * Tiny MCE editor variables
 */
/**
 * Media Queries
 */
meta.mq--start {
  display: none;
}

meta.mq-xsmall {
  font-family: "0";
}

meta.mq-small {
  font-family: "400";
}

meta.mq-medium {
  font-family: "700";
}

meta.mq-large {
  font-family: "1000";
}

meta.mq-xlarge {
  font-family: "1400";
}

meta.mq-xsmall-gutter {
  font-family: "24px";
}

meta.mq-small-gutter {
  font-family: "40px";
}

meta.mq-medium-gutter {
  font-family: "40px";
}

meta.mq-large-gutter {
  font-family: "40px";
}

meta.mq-xlarge-gutter {
  font-family: "40px";
}

meta.mq-small-up {
  font-family: "(min-width: 400px)";
}

meta.mq-medium-up {
  font-family: "(min-width: 700px)";
}

meta.mq-large-up {
  font-family: "(min-width: 1000px)";
}

meta.mq-xlarge-up {
  font-family: "(min-width: 1400px)";
}

meta.mq-small-down {
  font-family: "(max-width: 699px)";
}

meta.mq-medium-down {
  font-family: "(max-width: 999px)";
}

meta.mq-large-down {
  font-family: "(max-width: 1399px)";
}

meta.mq-xsmall-only {
  font-family: "(min-width: 0px) and (max-width: 399px)";
}

meta.mq-small-only {
  font-family: "(min-width: 400px) and (max-width: 699px)";
}

meta.mq-medium-only {
  font-family: "(min-width: 700px) and (max-width: 999px)";
}

meta.mq-large-only {
  font-family: "(min-width: 1000px) and (max-width: 1399px)";
}

meta.mq-xlarge-only {
  font-family: "(min-width: 1400px)";
}

meta.mq--end {
  display: none;
}

body {
  background-color: #FFFFFF;
  color: #293340;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.75rem;
  margin: 0;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: rgba(140, 210, 255, 0.4);
  text-shadow: none;
}

::selection {
  background: rgba(140, 210, 255, 0.4);
  text-shadow: none;
}

::-moz-selection {
  background: rgba(140, 210, 255, 0.4);
  text-shadow: none;
}

h2,
h3,
h4,
h5,
h6,
p,
hr,
blockquote,
ul,
ol,
dl,
table,
fieldset {
  margin: 28px 0;
}

a {
  color: #2B5E92;
  cursor: pointer;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active {
  color: #2B5E92;
  outline: none;
}

h1,
.h1 {
  color: #323a45;
  font-family: "Merriweather", serif;
  font-size: 2.0625rem;
  line-height: 1.24242;
  font-weight: 700;
  margin: 0;
}

@media (min-width: 700px) {
  h1,
  .h1 {
    font-size: 3.0625rem;
  }
}

@media (min-width: 1000px) {
  h1,
  .h1 {
    font-size: 4.0625rem;
  }
}

h2,
.h2 {
  color: #323a45;
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.3;
  margin-top: 56px;
}

@media (min-width: 1000px) {
  h2,
  .h2 {
    font-size: 2.1875rem;
  }
}

h3,
.h3 {
  color: #323a45;
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.46154;
  margin-top: 49px;
}

@media (min-width: 1000px) {
  h3,
  .h3 {
    font-size: 1.875rem;
  }
}

h4,
.h4 {
  color: #323a45;
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.59091;
  margin-top: 42px;
}

@media (min-width: 1000px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  color: #323a45;
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.77778;
  margin-top: 35px;
}

@media (min-width: 1000px) {
  h5,
  .h5 {
    font-size: 1.25rem;
  }
}

h6,
.h6,
legend {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #293340;
  font-weight: 700;
  letter-spacing: 0.056em;
  text-transform: uppercase;
  color: #293340;
  font-size: 0.875rem;
  line-height: 1.92857;
}

hr {
  border: 0;
  border-top: 1px solid #dbdbdb;
}

img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  vertical-align: bottom;
}

picture > img {
  display: block;
}

.image img,
.video img {
  height: auto !important;
}

figure {
  position: relative;
  margin: 0;
  vertical-align: bottom;
}

iframe {
  margin: 0 auto;
  max-width: 100%;
}

nav ol,
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li {
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 28px;
  margin-left: 0;
}

li {
  margin: 14px 0;
}

li > ul,
li > ol {
  margin: 14px 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

caption {
  margin-bottom: 0.625em;
}

th,
td {
  padding: 0.625em 1em;
}

tr.odd td {
  background: #FFFFFF !important;
}

tr.even td {
  background: #e4e4e4 !important;
}

th {
  background: #111111;
  color: #FFFFFF;
}

th:first-child {
  border-left: 1px solid #111111;
}

th:last-child {
  border-right: 1px solid #111111;
}

tbody {
  -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.05);
          box-shadow: 0 0 10px rgba(17, 17, 17, 0.05);
}

tbody td:first-child {
  border-left: 1px solid #dbdbdb;
}

tbody td:last-child {
  border-right: 1px solid #dbdbdb;
}

tbody tr:last-child td {
  border-bottom: 1px solid #dbdbdb;
}

tbody tr:nth-child(odd) td {
  background: #FFFFFF;
}

tbody tr:nth-child(even) td {
  background: #e4e4e4;
}

tfoot {
  color: #3e4754;
  font-size: 0.875em;
}

fieldset {
  border: 0;
  border-top: 1px solid #e1e6ea;
  padding: 0;
}

legend {
  margin-left: 0.5em;
  padding: 0 0.5em;
}

label {
  cursor: pointer;
  display: inline-block;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  border: 1px solid #dbdbdb;
  padding: 0.625em 1em;
}

a,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}

.allnews__button {
  text-align: center;
}

@media (min-width: 700px) {
  .allnews__button {
    text-align: left;
  }
}

.allnews__button a {
  color: #323a45;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  -webkit-transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.allnews__button a:hover {
  opacity: 0.7;
}

.allnews__button a img {
  padding-right: 1rem;
  vertical-align: text-top;
}

.article__image {
  margin: 0 0 10px;
}

.article__image .image {
  margin: 0;
}

.article__content .issue-flag {
  margin: 0 0 10px;
}

.article__content .meta {
  margin: 12px 0 0;
}

.article__title {
  margin: 0;
  color: #293340;
  font-size: 1.25rem;
}

.article__title > a {
  color: inherit;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.article__title > a:hover {
  -webkit-box-shadow: inset 0 -2px 0 #e1e6ea;
          box-shadow: inset 0 -2px 0 #e1e6ea;
}

@media (min-width: 700px) {
  .article--content::after, .article--results::after {
    clear: both;
    content: "";
    display: block;
  }
  @supports ((display: -webkit-box) or (display: flex)) {
    .article--content, .article--results {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .article--content .article__image, .article--results .article__image {
    float: left;
    width: 250px;
    margin: 0 48px 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .article--content .article__title, .article--results .article__title {
    font-size: 1.5rem;
  }
}

.article--full .article__content {
  margin-left: 12px;
  margin-right: 12px;
}

@media (min-width: 400px) {
  .article--full .article__content {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 700px) {
  .article--full {
    position: relative;
  }
  .article--full .article__image {
    margin: 0;
  }
  .article--full .article__image .image__overlay {
    display: block;
    background-image: linear-gradient(195deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.8;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .article--full .article__content {
    margin: 0;
  }
  .article--full .article__image + .article__content {
    position: absolute;
    margin: 0;
    bottom: 50px;
    left: 54px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
    pointer-events: none;
  }
  .article--full .article__image + .article__content .issue-flag {
    color: #FFFFFF;
  }
  .article--full .article__image + .article__content .issue-flag a {
    pointer-events: auto;
  }
  .article--full .article__image + .article__content .meta {
    color: #FFFFFF;
  }
  .article--full .article__image + .article__content .meta__author-label, .article--full .article__image + .article__content .meta__author-name, .article--full .article__image + .article__content .meta__date,
  .article--full .article__image + .article__content .meta__date time {
    color: #FFFFFF;
  }
  .article--full .article__image + .article__content .meta__author-label a, .article--full .article__image + .article__content .meta__author-name a, .article--full .article__image + .article__content .meta__date a,
  .article--full .article__image + .article__content .meta__date time a {
    color: inherit;
    pointer-events: auto;
  }
  .article--full .article__image + .article__content .article__title {
    color: #FFFFFF;
    font-size: 1.875rem;
  }
  .article--full .article__image + .article__content .article__title > a {
    pointer-events: auto;
  }
  .article--full:hover .article__image .image__overlay {
    opacity: 1;
  }
}

.author::after {
  clear: both;
  content: "";
  display: block;
}

.author__label, .meta__author-label {
  float: left;
  margin-right: 12px;
}

.author__thumb {
  float: left;
  margin-right: 12px;
}

@supports ((display: -webkit-box) or (display: flex)) {
  .author {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .author__thumb {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.article--results .author .author__label, .article--results .author .meta__author-label {
  float: none;
  display: inline-block;
  margin-right: 0;
  font-style: italic;
  font-weight: 900;
}

.article--results .author .author__byline {
  display: inline-block;
}

.author .image {
  margin: 0;
}

.author .image img {
  border: 3px solid #e1e6ea;
  border-radius: 50%;
  width: 56px;
}

.author__label, .meta__author-label {
  color: #56616d;
  font-family: "Merriweather", serif;
  font-size: 0.8125rem;
}

.author__name, .meta__author-name {
  font-family: "Merriweather", serif;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 900;
  margin: 0;
}

.author__name > a, .meta__author-name > a {
  color: #265189;
  -webkit-transition: color 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.author__name > a:hover, .meta__author-name > a:hover {
  color: #4b9cdc;
}

.author__title {
  color: #56616d;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  margin: 0;
}

.body-overflow {
  position: relative;
  margin: 0 auto;
}

.visual-grid-active::after {
  bottom: 0;
  color: #fff;
  content: "";
  font-family: sans-serif;
  font-size: 9px;
  line-height: 1.5;
  padding: 5px;
  pointer-events: none;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  z-index: 1001;
}

@media (min-width: 0px) and (max-width: 399px) {
  .visual-grid-active::after {
    background: orange;
    content: "xsmall";
  }
}

@media (min-width: 400px) and (max-width: 699px) {
  .visual-grid-active::after {
    background: green;
    content: "small";
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .visual-grid-active::after {
    background: red;
    content: "medium";
  }
}

@media (min-width: 1000px) and (max-width: 1399px) {
  .visual-grid-active::after {
    background: blue;
    content: "large";
  }
}

@media (min-width: 1400px) {
  .visual-grid-active::after {
    background: rebeccapurple;
    content: "xlarge";
  }
}

.briefing-statement__content .meta {
  margin: 12px 0 0;
}

.briefing-statement__type {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #293340;
  font-weight: 700;
  letter-spacing: 0.056em;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.42857;
  margin: 0 0 10px;
}

.briefing-statement__title {
  margin: 0;
  color: #293340;
  font-size: 1.25rem;
}

.briefing-statement__title > a {
  color: inherit;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.briefing-statement__title > a:hover {
  -webkit-box-shadow: inset 0 -2px 0 #e1e6ea;
          box-shadow: inset 0 -2px 0 #e1e6ea;
}

@media (min-width: 700px) {
  .briefing-statement .briefing-statement__title {
    font-size: 1.5rem;
  }
}

a[data-mce-selected].button,
.button {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #293340;
  font-weight: 700;
  letter-spacing: 0.056em;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  padding: 20px 40px;
  text-align: center;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  white-space: nowrap;
  margin: 0;
  text-decoration: none;
}

a[data-mce-selected].button:focus,
.button:focus {
  text-decoration: underline;
}

a[data-mce-selected].button:hover, a[data-mce-selected].button:active,
.button:hover,
.button:active {
  text-decoration: none;
}

a[data-mce-selected].button, a[data-mce-selected].button--default,
.button,
.button--default {
  background-color: #FFFFFF;
  border: 2px solid #ebe8ed;
  color: #336799;
}

a[data-mce-selected].button:focus, a[data-mce-selected].button:hover, a[data-mce-selected].button:active, a[data-mce-selected].button--default:focus, a[data-mce-selected].button--default:hover, a[data-mce-selected].button--default:active,
.button:focus,
.button:hover,
.button:active,
.button--default:focus,
.button--default:hover,
.button--default:active {
  background-color: #ebe8ed;
  color: #336799;
}

a[data-mce-selected].button--blue,
.button--blue {
  background-color: #336799;
  border: 2px solid #265981;
  color: #FFFFFF;
}

a[data-mce-selected].button--blue:focus, a[data-mce-selected].button--blue:hover, a[data-mce-selected].button--blue:active,
.button--blue:focus,
.button--blue:hover,
.button--blue:active {
  background-color: #265981;
  color: #FFFFFF;
}

a[data-mce-selected].button--gold,
.button--gold {
  background-color: #fbf9f8;
  border: 2px solid #e9ebef;
  color: #617484;
}

a[data-mce-selected].button--gold:focus, a[data-mce-selected].button--gold:hover, a[data-mce-selected].button--gold:active,
.button--gold:focus,
.button--gold:hover,
.button--gold:active {
  border: 2px solid #a98860;
  background-color: #a98860;
  color: #FFFFFF;
}

a[data-mce-selected].button--white,
.button--white {
  background-color: #fbf9f8;
  border: 2px solid #FFFFFF;
  color: #183760;
}

a[data-mce-selected].button--white:focus, a[data-mce-selected].button--white:hover, a[data-mce-selected].button--white:active,
.button--white:focus,
.button--white:hover,
.button--white:active {
  background-color: transparent;
  color: #FFFFFF;
}

/**
 * Assumes structure of:
 * <span class="divider"><hr><hr></span>
 */
.divider {
  position: relative;
  display: block;
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 1rem;
  color: #a98860;
  margin: 28px auto;
  max-width: 280px;
  width: 100%;
}

.divider::after {
  content: '\2605 \2605 \2605';
  letter-spacing: 0.9em;
  text-indent: 0.9em;
  left: 50%;
  line-height: inherit;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.divider hr {
  position: absolute;
  color: #748796;
  border: 0;
  border-top: 1px solid currentColor;
  height: 4px;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(50% - 50px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.divider hr::after {
  content: '';
  display: block;
  border-bottom: 1px solid currentColor;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.divider hr:first-child {
  left: 0;
}

.divider hr:first-child::after {
  margin-left: 15px;
}

.divider hr:last-child {
  right: 0;
}

.divider hr:last-child::after {
  margin-right: 15px;
}

.editor {
  font-size: 16px;
  line-height: 1.75;
}

@media (min-width: 700px) {
  .editor {
    font-size: 1.125rem;
    line-height: 1.66667;
  }
}

.editor__module {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 28px;
  margin-bottom: 28px;
}

.editor__module-share {
  display: none;
}

@media (min-width: 1000px) {
  .editor__module-share {
    display: block;
  }
}

.editor__module-download .author__image-download-container-wrap a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875em;
  color: #323a45;
  position: relative;
  padding-left: 33px;
}

.editor__module-download .author__image-download-container-wrap a::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 20px;
  background: url(../img/download.svg) left center no-repeat;
  display: block;
  top: 0;
  left: 0;
}

.editor__module--named.editor__module--left {
  border-bottom: 1px solid #e1e6ea;
  margin-bottom: 22px;
}

.editor__module--named.editor__module--left:not(.editor__module-its) {
  padding: 22px 0;
}

.editor__module--named.editor__module--left:first-child {
  padding-top: 0;
}

.editor__module--named.editor__module--left + .editor__module--named.editor__module--left {
  margin-top: -22px;
}

@media (min-width: 700px) and (max-width: 999px) {
  .editor__module--content {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.editor__module--full {
  clear: both;
  margin-left: -24px;
  margin-right: -24px;
}

@media (min-width: 400px) {
  .editor__module--full {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media (min-width: 700px) {
  .editor__module--full {
    margin-left: -70px;
    margin-right: -70px;
  }
}

@media (min-width: 1000px) {
  .editor__module--full {
    margin-left: -290px;
    margin-right: -120px;
  }
}

@media (min-width: 1400px) {
  .editor__module--full {
    margin-left: -290px;
    margin-right: -120px;
  }
}

@media (min-width: 700px) {
  .editor__module--left {
    float: left;
    clear: left;
    width: 250px;
    margin-top: 6px;
    margin-bottom: 10px;
    margin-right: 20px;
  }
}

@media (min-width: 1000px) {
  .editor__module--left {
    margin-bottom: 20px;
    margin-left: -290px;
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  .editor__module--left {
    margin-bottom: 20px;
    margin-left: -290px;
  }
}

.editor h1, .editor .h1 {
  clear: both;
  margin-left: -24px;
  margin-right: -24px;
}

@media (min-width: 400px) {
  .editor h1, .editor .h1 {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media (min-width: 700px) {
  .editor h1, .editor .h1 {
    margin-left: -70px;
    margin-right: -70px;
  }
}

@media (min-width: 1000px) {
  .editor h1, .editor .h1 {
    margin-left: -290px;
    margin-right: -120px;
  }
}

@media (min-width: 1400px) {
  .editor h1, .editor .h1 {
    margin-left: -290px;
    margin-right: -120px;
  }
}

@media (max-width: 999px) {
  .editor h1, .editor .h1 {
    margin-left: 0;
    margin-right: 0;
  }
}

.editor > h1:first-child,
.editor > .h1:first-child,
.editor > h2:first-child,
.editor > .h2:first-child,
.editor > h3:first-child,
.editor > .h3:first-child,
.editor > h4:first-child,
.editor > .h4:first-child,
.editor > h5:first-child,
.editor > .h5:first-child {
  margin-top: 28px;
}

.editor > a:not(.button):not(.tweetable),
.editor > *:not(.editor__module):not(div) a:not(.button):not(.tweetable) {
  border-bottom: 2px solid #e1e6ea;
  -webkit-transition: border-bottom 0.1s ease-out;
  transition: border-bottom 0.1s ease-out;
}

.editor > a:not(.button):not(.tweetable):focus, .editor > a:not(.button):not(.tweetable):hover, .editor > a:not(.button):not(.tweetable):active,
.editor > *:not(.editor__module):not(div) a:not(.button):not(.tweetable):focus,
.editor > *:not(.editor__module):not(div) a:not(.button):not(.tweetable):hover,
.editor > *:not(.editor__module):not(div) a:not(.button):not(.tweetable):active {
  border-bottom-color: #336799;
}

.editor > hr.editor__hr--thick,
.editor > *:not(.editor__module):not(div) hr.editor__hr--thick {
  border-top: 4px solid #e1e6ea;
}

.editor > blockquote,
.editor > *:not(.editor__module):not(div) blockquote {
  border-left: 5px solid #e1e6ea;
  font-family: "Merriweather", serif;
  font-size: 1rem;
  line-height: 2;
  padding: 0 0 0 19px;
  color: #3e4754;
}

@media (min-width: 700px) {
  .editor > blockquote,
  .editor > *:not(.editor__module):not(div) blockquote {
    font-size: 1.25rem;
    line-height: 1.9;
    padding-left: 38px;
  }
}

.editor > ul,
.editor > *:not(.editor__module):not(div) ul {
  list-style: none;
  color: #3e4754;
}

.editor > ul li::before,
.editor > *:not(.editor__module):not(div) ul li::before {
  display: inline-block;
  margin-right: 0.8em;
  text-align: right;
  direction: rtl;
}

.editor > ol,
.editor > *:not(.editor__module):not(div) ol {
  list-style: none;
  color: #3e4754;
}

.editor > ol li::before,
.editor > *:not(.editor__module):not(div) ol li::before {
  display: inline-block;
  margin-right: 0.8em;
  text-align: right;
  direction: rtl;
}

.editor > ul,
.editor > *:not(.editor__module):not(div) ul {
  padding-left: 1.2em;
}

.editor > ul > li::before,
.editor > *:not(.editor__module):not(div) ul > li::before {
  content: '\2022';
  color: #a98860;
  width: 1.2em;
  margin-left: -2em;
}

.editor > ol,
.editor > *:not(.editor__module):not(div) ol {
  padding-left: 2.8em;
  counter-reset: li;
}

.editor > ol > li,
.editor > *:not(.editor__module):not(div) ol > li {
  counter-increment: li;
}

.editor > ol > li::before,
.editor > *:not(.editor__module):not(div) ol > li::before {
  content: "." counter(li);
  font-weight: 700;
  width: 2em;
  margin-left: -2.8em;
}

.editor > .button,
.editor > *:not(.editor__module):not(div) .button {
  margin: 5px 0;
}

.editor__citation {
  font-size: 1rem;
  color: #293340;
  line-height: 1.6875;
}

.editor__dropcap {
  overflow: hidden;
}

@media (min-width: 700px) and (max-width: 999px) {
  .editor__dropcap {
    clear: left;
  }
}

.editor__dropcap::first-letter {
  font-family: "Merriweather", serif;
  font-size: 5.25rem;
  line-height: 56px;
  color: #5c87b1;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  margin: 12px 10px 4px 0;
}

@media (min-width: 700px) {
  .editor__dropcap::first-letter {
    font-size: 5.625rem;
    line-height: 60px;
  }
}

.editor__dropcap.editor__intro::first-letter {
  font-size: 6.375rem;
  line-height: 68px;
}

@media (min-width: 700px) {
  .editor__dropcap.editor__intro::first-letter {
    font-size: 6.75rem;
    line-height: 72px;
  }
}

.editor__intro {
  font-family: "Merriweather", serif;
  color: #333e51;
  font-size: 1.125rem;
  line-height: 1.88889;
}

@media (min-width: 700px) {
  .editor__intro {
    line-height: 2;
  }
}

.eop__icon {
  margin: 0 0 16px;
}

.eop__icon-container {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  padding: 8px;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.19);
          box-shadow: 0 2px 9px rgba(0, 0, 0, 0.19);
  border: 1px solid #bcc3c9;
  background-color: #f1f2f5;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.eop__icon img {
  border-radius: 50%;
}

.eop__content {
  text-align: center;
}

.eop__title {
  color: #293340;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.eop__excerpt {
  font-family: "Merriweather", serif;
  font-size: 0.875rem;
  line-height: 1.82353;
  color: #56616d;
  margin: 12px 0 0;
}

.eop__link {
  display: block;
}

@media (min-width: 700px) {
  .eop--content .eop__link::after, .eop--full .eop__link::after, .eop--results .eop__link::after {
    clear: both;
    content: "";
    display: block;
  }
  @supports ((display: -webkit-box) or (display: flex)) {
    .eop--content .eop__link, .eop--full .eop__link, .eop--results .eop__link {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .eop--content .eop__icon, .eop--full .eop__icon, .eop--results .eop__icon {
    float: left;
    margin: 0 30px 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .eop--content .eop__content, .eop--full .eop__content, .eop--results .eop__content {
    text-align: left;
  }
  .eop--content .eop__title, .eop--full .eop__title, .eop--results .eop__title {
    font-size: 1.5rem;
  }
  .eop--content .eop__excerpt, .eop--full .eop__excerpt, .eop--results .eop__excerpt {
    font-size: 1.0625rem;
  }
}

.eop--results .eop__icon {
  margin-bottom: 15px;
}

.eop--results .eop__title > a {
  color: inherit;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.eop--results .eop__title > a:hover {
  -webkit-box-shadow: inset 0 -2px 0 #e1e6ea;
          box-shadow: inset 0 -2px 0 #e1e6ea;
}

@media (min-width: 700px) {
  .eop--results::after {
    clear: both;
    content: "";
    display: block;
  }
  @supports ((display: -webkit-box) or (display: flex)) {
    .eop--results {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
}

.eop__sidebar .eop__link::after {
  clear: both;
  content: "";
  display: block;
}

@supports ((display: -webkit-box) or (display: flex)) {
  .eop__sidebar .eop__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.eop__sidebar .eop__link-title {
  color: #265189;
  font-size: 0.875rem;
  font-style: italic;
  font-family: "Merriweather", serif;
  display: block;
  margin: 0;
  -webkit-transition: color 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.eop__sidebar .eop__link:hover .eop__link-title {
  color: #4b9cdc;
}

.eop__sidebar .eop__icon {
  margin: 0 12px 0 0;
  float: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.eop__sidebar .eop__icon-container {
  width: 56px;
  height: 56px;
  padding: 0px;
  border: 3px solid #0a2445;
}

.eop__sidebar .eop__content {
  text-align: left;
}

.fastform--gradient {
  border-radius: 4px;
  padding: 4px;
}

.fastform--gradient .module__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  color: #293340;
  padding: 40px 20px;
}

.fastform--gradient-blue {
  background-image: linear-gradient(202deg, #f1f3f5 0%, #e2e5ec 100%);
}

.fastform--gradient-gold {
  background-image: linear-gradient(187deg, #cea87a 0%, #a98860 100%);
  color: #FFFFFF;
}

.fastform--gradient-gold .module__wrap {
  color: #FFFFFF;
}

.fastform--gradient-gold .module__title {
  color: inherit;
}

.fastform--gradient-gold #dvFastForms .ff-btn-submit {
  border: 2px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.17);
}

.fastform--gradient-gold #dvFastForms .ff-btn-submit:hover, .fastform--gradient-gold #dvFastForms .ff-btn-submit:focus {
  background-color: transparent;
}

.fastform--gradient-gold #dvFastForms input:not([type="button"]),
.fastform--gradient-gold #dvFastForms textarea,
.fastform--gradient-gold #dvFastForms select {
  color: #0c2644;
}

.fastform--gradient-gold #dvFastForms .ff-input-type:focus,
.fastform--gradient-gold #dvFastForms .ff-input-type:active,
.fastform--gradient-gold #dvFastForms .ff-textarea:focus,
.fastform--gradient-gold #dvFastForms .ff-textarea:active {
  border-color: #c09055;
}

.fastform--signup {
  text-align: center;
}

.fastform--signup #dvFastForms {
  max-width: 500px;
  margin: 0 auto;
}

.fastform--signup #dvFastForms .footnoteDiv {
  display: none;
}

.fastform--signup #dvFastForms label:empty {
  display: none;
}

.fastform--signup #dvFastForms label[for="Contact.Email"] {
  display: none;
}

.fastform--signup #dvFastForms label[for="Contact.Email"] + .ff-required-mark {
  display: none;
}

.fastform--signup #dvFastForms .ff-form-main::after {
  clear: both;
  content: "";
  display: block;
}

.fastform--signup #dvFastForms .ff-btn-submit {
  padding: 1.35em 0.5em;
  margin: 0;
  width: 100%;
}

.fastform--signup .group-0 > .ff-item-row:first-child {
  display: none;
}

.fastform--signup .module__title {
  margin-top: 0;
}

@media (min-width: 700px) {
  .editor__module--content .fastform--signup #dvFastForms .ff-page-row,
  .editor__module--full .fastform--signup #dvFastForms .ff-page-row {
    float: left;
    width: 75%;
  }
  .editor__module--content .fastform--signup #dvFastForms .ff-item-row,
  .editor__module--full .fastform--signup #dvFastForms .ff-item-row {
    margin: 0;
    padding: 0;
  }
  .editor__module--content .fastform--signup #dvFastForms .ff-footer-group,
  .editor__module--full .fastform--signup #dvFastForms .ff-footer-group {
    float: left;
    width: 25%;
  }
  .editor__module--content .fastform--signup #dvFastForms .ff-footer-group::after,
  .editor__module--full .fastform--signup #dvFastForms .ff-footer-group::after {
    clear: both;
    content: "";
    display: block;
  }
  .editor__module--content .fastform--signup #dvFastForms .ff-footer-group > .ff-footer-row,
  .editor__module--full .fastform--signup #dvFastForms .ff-footer-group > .ff-footer-row {
    padding-top: 0;
  }
  .editor__module--content .fastform--signup #dvFastForms .ff-submit-btn,
  .editor__module--full .fastform--signup #dvFastForms .ff-submit-btn {
    margin: 0 0 0 8px;
  }
}

.fcc {
  display: none;
}

.fcc::after {
  clear: both;
  content: "";
  display: block;
}

.fcc__wrap {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 400px) {
  .fcc__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .fcc__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1000px) {
  .fcc__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .fcc__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .fcc {
    display: block;
    text-align: center;
    position: relative;
    font-family: "Merriweather", serif;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(rgba(238, 238, 238, 0)));
    background-image: linear-gradient(to bottom, #eeeeee, rgba(238, 238, 238, 0));
    white-space: nowrap;
  }
  .fcc__title {
    font-style: italic;
    font-size: 0.875em;
    letter-spacing: -0.09px;
    line-height: 1.4375;
    margin-top: 0;
    padding-top: 2em;
  }
  .fcc__flickity::after {
    display: none;
    content: 'flickity';
  }
  .fcc__item-title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1em;
    font-weight: 700;
    left: 50%;
    letter-spacing: -0.1px;
    line-height: 1.4375;
    padding: 1em;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  .fcc__item {
    background-color: #FFFFFF;
    border: 1px solid #d0d0d0;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    text-align: center;
    vertical-align: top;
    white-space: normal;
  }
  .fcc__item:first-child {
    margin-left: 0;
  }
  .fcc__item a {
    display: block;
    height: 246px;
    width: 196px;
    color: inherit;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    -webkit-transition-property: color, -webkit-box-shadow;
    transition-property: color, -webkit-box-shadow;
    transition-property: color, box-shadow;
    transition-property: color, box-shadow, -webkit-box-shadow;
    outline: none;
  }
  .fcc__item a:hover, .fcc__item a:focus {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
  .fcc__item a:active {
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  }
  .fcc__item.is-selected a {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
  .fcc__item--has-image img {
    height: 174px;
    width: auto;
    max-width: none;
  }
  .fcc__item--has-image .fcc__item-title {
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: 0;
    letter-spacing: -0.09px;
    font-size: 0.875em;
    padding: 1.5em 1em;
  }
  .fcc__item--authors a:hover, .fcc__item--authors a:focus, .fcc__item--eop-component a:hover, .fcc__item--eop-component a:focus {
    outline-width: none;
  }
  .fcc__item--authors a:hover img, .fcc__item--authors a:focus img, .fcc__item--eop-component a:hover img, .fcc__item--eop-component a:focus img {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .fcc__item--authors img, .fcc__item--eop-component img {
    margin-top: 1.5em;
    height: 125px;
    width: 125px;
    border: 5px solid #e3e7ed;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 100ms ease-in-out;
    transition: -webkit-transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out;
    transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  }
  .fcc--dos .fcc__item a {
    width: 216px;
  }
  .fcc--dos .fcc__flickity::after, .fcc--tres .fcc__flickity::after {
    content: '';
  }
  .fcc--cuatro .fcc__flickity::after, .fcc--cinco .fcc__flickity::after {
    content: 'flickity';
  }
}

@media (min-width: 700px) and (min-width: 1000px) {
  .fcc--cuatro .fcc__flickity::after, .fcc--cinco .fcc__flickity::after {
    content: '';
  }
}

@media (min-width: 700px) {
  .fcc .flickity-prev-next-button {
    background: transparent;
  }
  .fcc .flickity-prev-next-button:hover {
    background: transparent;
  }
  .fcc .flickity-prev-next-button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .fcc .flickity-prev-next-button.next {
    right: 0;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  .fcc .flickity-prev-next-button.previous {
    left: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}

.page-header--image-top + .fcc {
  margin-top: -28px;
  padding-top: 56px;
}

.page-header--no-image + .fcc {
  float: left;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 66px;
}

.page-header--no-image + .fcc .fcc__flickity {
  margin-top: -40px;
}

.page-header--no-image + .fcc.fcc--has-title {
  margin-top: 90px;
}

.page-header--no-image + .fcc.fcc--has-title .fcc__title {
  margin-top: -120px;
}

.page-header--no-image + .fcc.fcc--has-title .fcc__flickity {
  margin-top: 0;
}

.page-header--author + .fcc {
  padding-top: 2em;
}

#dvFastForms .ff-section-header {
  font-family: "Merriweather", serif;
  font-size: 1.33333em;
  font-weight: 700;
  line-height: 1.625;
}

#dvFastForms .ff-page-header-row {
  border-width: 0px;
  padding: 0px;
}

#dvFastForms .ff-logo {
  padding: 1px;
}

#dvFastForms .ff-header {
  padding: 0px;
}

#dvFastForms .ff-form-main {
  max-width: none;
  border-width: 0px;
  padding: 0px;
  overflow: visible;
}

#dvFastForms .ff-group-row {
  border-width: 0px;
  max-width: none;
  padding: 0px;
  margin: 0px;
  overflow: visible;
}

#dvFastForms .ff-footer-group {
  padding: 0px;
}

#dvFastForms .ff-col-2.ff-field-col {
  max-width: 100%;
  width: 100%;
  clear: left;
  display: block;
  position: relative;
}

#dvFastForms .ff-label-col {
  text-align: left;
  padding: 0px;
  color: #617484;
  font-family: inherit;
  font-size: 0.77778em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.05px;
}

#dvFastForms .ff-type-text,
#dvFastForms .ff-textarea,
#dvFastForms select.ff-select-type,
#dvFastForms .ff-fileupload-drop-area,
#dvFastForms .select2-container .select2-choice,
#dvFastForms .select2-container .select2-choices {
  border-width: 1px;
}

#dvFastForms .ff-item-row .ff-type-text:not(.ff-creditcard),
#dvFastForms .ff-textarea,
#dvFastForms .ff-fileupload-drop-area {
  width: 100%;
}

#dvFastForms select.ff-select-type:not(.ff-mm):not(.ff-yyyy),
#dvFastForms .select2-container {
  width: 100%;
}

#dvFastForms div.ff-select-to-checkbox-list,
#dvFastForms div.ff-select-to-radiobtn-list {
  width: 100%;
}

#dvFastForms .ff-rating-widget {
  width: 100%;
}

#dvFastForms .ff-btn-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
}

#dvFastForms .ff-invalid-msg {
  color: #bf1f35;
  display: block;
}

#dvFastForms .ff-invalid-msg::after {
  content: '';
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAASCAYAAABfJS4tAAABjUlEQVQ4T7WUQU7CQBSG/1chLsWdidrCCaSxrHVOoJzAeALxBOIJhCN4AvECDHtq7A0oqIk72WIrz3QoSOkUGqOznNf/yz/v/X2EfzqUlyvNWgvEFwhJiLe+t0mXCywPnFNskYxhnhj27T8Bdy3HJ5C1gDFfi5HbWgff6FiaThNEN0kIjzEJbfHu+VnwtWC5Vy1juzhQYuZbGGGLuRC53wG4I4Zu/VfgruX0CHSixF8sxKvb093p4JmO5eHxOQzjYSHSgQEfFNjC98arcC1YlqslcGEAUGkDWLVIjNxmPrDKLK4SH8eArlXzCDhK1CZBZXWQKcdyv1ZFAc+pvsVgadU43VPuiaErlu9TYK0jlQq0YQRNcPFDm4TptC5enjrzWgIsTacBojt9hHgMUJTbamadwsp8kAuwdmDLBOZHAB4TGrMcaw6jLUb9RlT5AZtOB0Rnmb8pBbuRm9kyWhnssiiEHS0pBV5ZMhkv5SY+w3tsF6NsZ7RDSdWSUuDUksm0nbMwxWUM1mQzJyMrId9bSrDjZHaCGQAAAABJRU5ErkJggg==);
  height: 17px;
  width: 21px;
  position: absolute;
  display: block;
  right: 1em;
  top: 2em;
}

#dvFastForms .ff-input-type,
#dvFastForms .ff-textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.16);
  padding: 1.25em 1.5em;
  font-weight: bold !important;
  font-size: inherit;
  font-family: inherit;
  border-radius: 3px;
}

#dvFastForms .ff-input-type:focus, #dvFastForms .ff-input-type:active,
#dvFastForms .ff-textarea:focus,
#dvFastForms .ff-textarea:active {
  border-color: #3673a3;
}

#dvFastForms .ff-input-type-invalid {
  border-color: #bf1f35 !important;
}

#dvFastForms .ff-select-type {
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.16);
  padding: 0.6em 1.5em;
  font-weight: bold !important;
  font-size: inherit;
  font-family: inherit;
  border-radius: 3px;
  background-color: #ffffff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAAA0klEQVQoU63SPw4BQRTH8e/bQnTchCNwAjT+VMYJ0IjtqFY0dk/gqfxpXMERHIVSwchIyFqbzRZeN3mTz/zeywh/KNktzFnAisegPdFzXnMbmJonHC1s3kgFuIhHPQ90CIyxwto9aCGS48qUbzdUoJEHigNY5h1fZ/KOvw+MIvTdWSyDtq+aHG23MKHAMHnng7hGFpTV+0IclJh31J1qFAOuD0uz5+spnvIHSUJuT0AZuIpHLW3xqUgMCoFSFvDaT9a/OCxN1d5pFoqErbG6RKn1BGlWYUtQ1uQRAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 2;
}

#dvFastForms .ff-select-type::-ms-expand {
  display: none;
}

#dvFastForms .ff-select-type:focus, #dvFastForms .ff-select-type:active, #dvFastForms .ff-select-type.select2-dropdown-open {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAAAxUlEQVQoU63Suw3CQAyA4d8S1LAJN0KYADaASCQtjAAbhPaClDABKzDCjZK0CGF0ITzCI0qBu5Ot72zLwh9CTGwdigKhS2PX1TSLNEA4gO5vCDJCKUDHXSAT2TkiWfWh6lbMPBvSP+cIky5QA4CNs9Fa7u2bOM2BWa370fy7ESayCSLL95oH4hNtUFuugVRQc96VS+PtE9CSi0zdLjq+tviBfEIUCEPQEiX4tvivyBMiARm0Ab72J1JDBpEpp17i8rD4dUNXMc9oibclONQAAAAASUVORK5CYII=);
  border: 1px solid #3673a3;
}

#dvFastForms .ff-singlepicklist.select2-container .select2-choice {
  line-height: 2.65;
  height: auto;
  border-width: 0;
  font-weight: bold;
}

#dvFastForms .ff-item-row {
  overflow: visible;
  margin: 0.5em 0;
  padding-left: 6px;
  padding-right: 6px;
}

#dvFastForms .ff-radio-li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  height: auto !important;
  min-height: 34px !important;
}

#dvFastForms .ff-radio-li > span {
  background-image: none;
  border: 2px solid #d8e0e7;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#dvFastForms .ff-radio-li > span.ff-ext-selected {
  border-color: #a98860;
  background-color: #dcac73;
}

#dvFastForms .ff-radio-li > span.ff-ext-selected::after {
  content: '';
  background-color: #ffffff;
  border-radius: 50%;
  height: 12px;
  left: 50%;
  margin: -6px 0 0 -6px;
  position: absolute;
  top: 50%;
  width: 12px;
}

#dvFastForms .ff-radio-li:hover > span {
  border-color: #a98860;
}

#dvFastForms .ff-radio-li:hover > span::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 3px solid rgba(220, 172, 115, 0.4);
  border-radius: 50%;
}

#dvFastForms .ff-radio-li:hover > span::after {
  content: '';
  background-color: #a98860;
  border-radius: 50%;
  height: 12px;
  left: 50%;
  margin: -6px 0 0 -6px;
  position: absolute;
  top: 50%;
  width: 12px;
}

#dvFastForms .ff-radio-li > label {
  display: inline-block;
  float: none;
  height: auto;
  vertical-align: middle;
}

#dvFastForms .ff-checkbox {
  height: 30px;
  width: 30px;
  display: inline-block;
}

#dvFastForms .ff-currency-lbl {
  font-size: 2em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

#dvFastForms .ff-fileupload-drop-area {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

#dvFastForms .ff-fileupload-select {
  display: inline-block;
  font-weight: 700;
  font-size: inherit;
  border-radius: 3px;
  border: 1px dashed;
  padding: 0.8em 1.75em;
}

#dvFastForms .ff-btn-submit {
  border-radius: 4px;
  border: 2px solid #306792;
  background-color: #3673a3;
  color: #ffffff;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.77778em;
  font-weight: 700;
  line-height: 2.07143;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding: 0.5em 2.5em;
}

#dvFastForms .ff-btn-submit:hover, #dvFastForms .ff-btn-submit:focus {
  background-color: #265981;
}

#dvFastForms div[name="FileUploadLabel"] {
  background-color: #56616e;
  border-radius: 3px;
  border: 1px solid #56616e;
  color: #fff;
  display: inline-block;
  font-size: inherit;
  font-weight: 700;
  padding: 0.8em 1.75em;
}

#dvFastForms div[name="FileUploadLabel"] img {
  vertical-align: middle;
}

body .select2-results .select2-result-label {
  font-family: inherit;
  font-size: inherit;
  padding-left: 1.8125em;
  padding-right: 1.8125em;
}

body .select2-results .select2-highlighted {
  background-color: #f6f8f8;
  color: #a98860;
}

body .select2-search {
  margin-top: 0.5em;
}

body .select2-search .select2-input {
  font-family: inherit;
  font-size: inherit;
  padding: 0.5em 1.8125em;
}

body .select2-drop {
  border-width: 0 !important;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.16);
}

.filters__toggle-facets {
  list-style: none;
  margin: 2em 0 0 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.filters__toggle-facets::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ebe8ed;
  top: 50%;
  left: 0;
}

.filters__toggle-facets > li {
  vertical-align: middle;
  background: #FFFFFF;
  position: relative;
  padding: 0 2em;
  display: inline-block;
}

@media (min-width: 700px) {
  .filters__toggle-facets > li + li::before {
    content: '|';
    -webkit-transform: translateX(-2em);
            transform: translateX(-2em);
    display: inline-block;
    color: #ebe8ed;
  }
}

@media (max-width: 699px) {
  .filters__toggle-facets > li + li {
    display: block;
  }
}

.filters__toggle-facets > li .svg {
  margin-right: 0.625em;
}

.filters__toggle-facets button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  color: #323a45;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

.filters__toggle-facets button:focus {
  outline: 0;
}

.filters__facets {
  background-color: #35475f;
  background-image: linear-gradient(202deg, #35475f 0%, #323a45 100%);
  color: #ffffff;
  width: 100%;
  overflow: hidden;
}

.js .filters__facets {
  opacity: 0;
  position: absolute;
  left: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: 1;
  pointer-events: none;
}

.js .filters__facets--open {
  opacity: 1;
  pointer-events: auto;
}

.filters__facets .wrap {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 400px) {
  .filters__facets .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .filters__facets .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1000px) {
  .filters__facets .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .filters__facets .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.filters__facets-list {
  margin: 3em auto 4.9em auto;
  -webkit-columns: 3 200px;
          columns: 3 200px;
  -webkit-column-gap: 6em;
          column-gap: 6em;
}

.filters__facets-list:hover a {
  opacity: 0.5;
}

.filters__facets-list-item {
  margin: 0 0 1em 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
}

.filters__facets-list-item a {
  color: #ffffff;
  -webkit-transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.filters__facets-list-item a:hover, .filters__facets-list-item a:active {
  opacity: 1;
}

.filters__facets-list-item--active {
  color: #a98860;
}

.filters__facets-list-item--active::before {
  content: '';
  background-color: #a98860;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  margin-right: 10px;
}

.filters__facet {
  padding: 2em;
}

.filters__facet:hover a {
  opacity: 0.5;
}

.js .filters__facet {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  visibility: hidden;
}

.js .filters__facet .wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.js .filters__facet--active {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}

.filters__facet ul {
  margin: 3em auto 4.9em auto;
  -webkit-columns: 3 200px;
          columns: 3 200px;
  -webkit-column-gap: 6em;
          column-gap: 6em;
  list-style: none;
  padding: 0;
}

.filters__facet ul > li {
  margin: 0 0 1em 0;
  margin: 0 0 1em 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
}

.filters__facet ul > li a {
  color: #ffffff;
}

.filters__facet--date {
  text-align: center;
}

.filters__facet--date ul {
  -webkit-columns: initial;
          columns: initial;
}

.filters__facet--date ul > li {
  display: inline-block;
  margin: 0 1.5em;
}

.filters__facet a {
  -webkit-transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.filters__facet a:hover, .filters__facet a:active {
  opacity: 1;
}

.filters__close {
  border-bottom: 1px solid #748796;
  text-align: center;
  margin: 0 0 1em 0;
  padding: 1.4em 0 0.5em 0;
}

.filters__close button {
  border: none;
  background: none;
  color: #ffffff;
  font-size: .75em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1em 2.5em;
  line-height: 1;
}

.filters__close button .svg {
  margin-right: 1em;
}

.filters__close button:focus {
  outline: 0;
}

.filters__clear {
  border-top: 1px solid #748796;
  text-align: center;
  margin: 1em 0 0 0;
  padding: 0.5em 0;
}

.filters__active {
  color: #293340;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 1.11px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.filters__active li {
  display: inline-block;
  margin-right: 1em;
}

.filters__active svg,
.filters__active img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75em;
}

.filters__active a {
  border-radius: 3px;
  color: inherit;
  display: inline-block;
  padding: 0.5em 1em;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.filters__active a:hover {
  color: #FFFFFF;
  background-color: #293340;
}

.flex-layout {
  margin-left: auto;
  margin-right: auto;
}

.flex-layout__wrap-inner {
  width: calc(100% - 16px);
  float: left;
  margin-left: 8px;
  float: none;
}

.flex-layout--padding-bottom-none .flex-layout__wrap {
  padding-bottom: 0;
}

.flex-layout--padding-bottom-small .flex-layout__wrap {
  padding-bottom: 1em;
}

.flex-layout--padding-bottom-normal .flex-layout__wrap {
  padding-bottom: 1.5em;
}

.flex-layout--padding-bottom-large .flex-layout__wrap {
  padding-bottom: 2em;
}

.flex-layout--padding-bottom-xlarge .flex-layout__wrap {
  padding-bottom: 3em;
}

.flex-layout--padding-top-none .flex-layout__wrap {
  padding-top: 0;
}

.flex-layout--padding-top-small .flex-layout__wrap {
  padding-top: 1em;
}

.flex-layout--padding-top-normal .flex-layout__wrap {
  padding-top: 1.5em;
}

.flex-layout--padding-top-large .flex-layout__wrap {
  padding-top: 2em;
}

.flex-layout--padding-top-xlarge .flex-layout__wrap {
  padding-top: 3em;
}

.flex-layout--max-width-small .flex-layout__wrap {
  max-width: 400px;
}

@media (min-width: 400px) {
  .flex-layout--max-width-small .flex-layout__wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

.flex-layout--max-width-medium .flex-layout__wrap {
  max-width: 700px;
}

@media (min-width: 700px) {
  .flex-layout--max-width-medium .flex-layout__wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

.flex-layout--max-width-large .flex-layout__wrap {
  max-width: 1000px;
}

@media (min-width: 1000px) {
  .flex-layout--max-width-large .flex-layout__wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

.flex-layout--max-width-xlarge .flex-layout__wrap {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.flex-layout--max-width-none .flex-layout__wrap {
  max-width: none;
}

.footer {
  margin-top: 80px;
  position: relative;
  z-index: 1;
  padding: 60px 0 0 0;
  text-align: center;
  background-color: #344051;
  background-image: linear-gradient(89deg, #333b45 0%, #344051 100%);
  color: #FFFFFF;
}

.footer__wrap {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  min-height: 150px;
}

@media (min-width: 400px) {
  .footer__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .footer__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1000px) {
  .footer__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .footer__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.footer__site-title {
  color: #FFFFFF;
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  line-height: 3.2em;
  margin-top: 11px;
}

.footer__divider {
  margin-top: 0px;
  margin-bottom: 24px;
}

.footer__divider hr {
  color: #FFFFFF;
  opacity: 0.2;
  border-top: none;
}

.footer__divider hr::after {
  border-bottom: 2px solid currentColor;
}

.footer__nav {
  list-style: none;
  margin-bottom: 37px;
}

.footer__nav li {
  display: inline-block;
  font-size: 0.8125em;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0 50px;
  line-height: 3em;
}

.footer__nav li:first-child {
  margin: 0;
}

.footer__nav li a {
  color: #FFFFFF;
}

@media (max-width: 699px) {
  .footer__nav li {
    display: block;
    margin-left: 0px;
  }
}

.footer__social {
  background: #27313f;
  padding: 24px 0 26px 0;
  width: 100%;
  list-style: none;
}

@media (min-width: 1000px) {
  .footer__social {
    display: inline-block;
  }
}

.footer__social nav li {
  display: inline-block;
  margin-left: 36px;
}

@media (max-width: 699px) {
  .footer__social nav li {
    margin-left: 23px;
  }
}

.footer__social nav li:first-child {
  margin: 0;
}

.footer__social nav li a {
  background-position: top;
  background-repeat: no-repeat;
  color: #FFFFFF;
  vertical-align: middle;
  display: block;
}

.footer__social nav li a span {
  display: none;
}

.footer__social nav li.footer__social-link__facebook a {
  background-image: url(../img/footer-facebook.svg);
  width: 10px;
  height: 18px;
  line-height: 18px;
}

.footer__social nav li.footer__social-link__twitter a {
  background-image: url(../img/footer-twitter.svg);
  width: 17px;
  height: 14px;
  line-height: 14px;
}

.footer__social nav li.footer__social-link__instagram a {
  background-image: url(../img/footer-instagram.svg);
  width: 13px;
  height: 13px;
  line-height: 13px;
}

.footer__social nav li.footer__social-link__linkedin a {
  background-image: url(../img/footer-linkedin.svg);
  width: 15px;
  height: 16px;
  line-height: 16px;
}

.footer__social nav li.footer__social-link__email a {
  background-image: url(../img/footer-email.svg);
  width: 17px;
  height: 13px;
  line-height: 13px;
}

@media (min-width: 1000px) {
  .footer__wrap {
    min-height: 200px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .gallery {
    clear: left;
  }
}

.gallery__main-item {
  width: 100%;
  padding-bottom: 1px;
  margin-top: 28px;
}

.gallery__main-item:first-child {
  margin-top: 0;
}

.js .gallery__main-item {
  margin-top: 0;
  display: none;
}

.js .gallery__main-item:first-child {
  display: block;
}

.flickity-enabled .gallery__main-item {
  display: block;
}

.gallery__main-item .image {
  margin: 0;
}

.gallery__main .flickity-viewport {
  -webkit-transition: height 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: height 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.gallery__pagination {
  display: none;
  overflow: hidden;
  margin: 5px auto 0;
  padding: 0 50px;
  width: 75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gallery__pagination.flickity-enabled {
  display: block;
}

.gallery__pagination .flickity-viewport {
  display: none;
  padding: 15px 0 24.805px;
  overflow: visible;
}

.gallery__pagination .flickity-viewport::before, .gallery__pagination .flickity-viewport::after {
  content: '';
  background: #FFFFFF;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
}

.gallery__pagination .flickity-viewport::before {
  right: calc(100% + 5px);
  background: linear-gradient(to left, transparent 0, #FFFFFF 10px);
}

.gallery__pagination .flickity-viewport::after {
  left: calc(100% + 5px);
  background: linear-gradient(to right, transparent 0, #FFFFFF 10px);
}

.gallery__pagination .flickity-prev-next-button {
  background: transparent;
  height: 36.66667px;
  width: 36.66667px;
  z-index: 2;
  padding: 0;
}

.gallery__pagination .flickity-prev-next-button:hover {
  background: transparent;
}

.gallery__pagination .flickity-prev-next-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gallery__pagination .flickity-prev-next-button.previous {
  left: 0;
}

.gallery__pagination .flickity-prev-next-button.next {
  right: 0;
}

.gallery__pagination-item {
  display: none;
  background: #ebe8ed;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.gallery__pagination-item.is-nav-selected {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.23);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.23);
}

.gallery__pagination-count {
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 1.125rem;
  line-height: 1.44444;
  margin: 0;
  padding: 15px 0;
}

.gallery__pagination-count-current {
  color: #0b0b0b;
}

.gallery__pagination-count-slash {
  color: #b4b4b4;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 2.6;
  margin: 0 10px;
}

.gallery__pagination-count-total {
  color: #748796;
}

@media (min-width: 700px) {
  .gallery--content .gallery__pagination, .gallery--full .gallery__pagination {
    margin-top: 0;
    width: 92%;
  }
  .gallery--content .gallery__pagination .flickity-viewport, .gallery--full .gallery__pagination .flickity-viewport {
    display: block;
  }
  .gallery--content .gallery__pagination-item, .gallery--full .gallery__pagination-item {
    display: block;
    width: 45px;
    height: 45px;
    margin-left: 5px;
  }
  .gallery--content .gallery__pagination-item:first-child, .gallery--full .gallery__pagination-item:first-child {
    margin-left: 0;
  }
  .gallery--content .gallery__pagination-item--video:before, .gallery--content .gallery__pagination-item--video:after, .gallery--full .gallery__pagination-item--video:before, .gallery--full .gallery__pagination-item--video:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
  .gallery--content .gallery__pagination-item--video:before, .gallery--full .gallery__pagination-item--video:before {
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    height: 50%;
    width: 50%;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
  }
  .gallery--content .gallery__pagination-item--video:after, .gallery--full .gallery__pagination-item--video:after {
    top: 50%;
    left: 56%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #FFFFFF;
    border-width: 6px 0 6px 8px;
  }
  .gallery--content .gallery__pagination-count, .gallery--full .gallery__pagination-count {
    display: none;
  }
}

@media (min-width: 1000px) {
  .gallery--full .gallery__pagination {
    margin-top: 15px;
    width: 85%;
  }
  .gallery--full .gallery__pagination-item {
    width: 75px;
    height: 75px;
    margin-left: 10px;
  }
  .gallery--full .gallery__pagination-item--video:after {
    left: 53%;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #FFFFFF;
    border-width: 10px 0 10px 12px;
  }
}

.has-transparent-header:not(.eop-component-template-page-no-header-image) .header:not(.header--fixed) .header__logo .logo--white {
  display: inline-block;
}

.has-transparent-header:not(.eop-component-template-page-no-header-image) .header:not(.header--fixed) .header__logo .logo--blue {
  display: none;
}

.has-transparent-header:not(.eop-component-template-page-no-header-image) .header:not(.header--fixed) .header__nav li a {
  color: #FFFFFF;
}

.has-transparent-header:not(.eop-component-template-page-no-header-image) .header:not(.header--fixed) .header__hamburger svg path,
.has-transparent-header:not(.eop-component-template-page-no-header-image) .header:not(.header--fixed) .header__search svg path {
  fill: #FFFFFF;
}

.has-featured-image:not(.single-issue):not(.single-eop-component):not(.single-post) .header:not(.header--fixed) {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
}

.header {
  position: absolute;
  z-index: 3;
  height: 60px;
  width: 100%;
  top: 0;
  left: 0;
}

.header__container {
  width: 100%;
  min-height: 60px;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(225, 230, 234, 0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: border 0.05s ease-out;
  transition: border 0.05s ease-out;
}

.header--fixed .header__container {
  position: fixed;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #e1e6ea;
}

.header--transition .header__container {
  -webkit-animation: header-transition 0.15s ease-out forwards;
          animation: header-transition 0.15s ease-out forwards;
}

.header__inner {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}

.header__wrap {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  min-height: 60px;
  z-index: 1;
}

@media (min-width: 400px) {
  .header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1000px) {
  .header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 999px) {
  .header__wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1000px) {
  .header__wrap {
    padding: 0 70px;
  }
}

.header__hamburger, .header__search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  height: 60px;
  line-height: 60px;
}

.header__hamburger span, .header__search span {
  font-family: "Merriweather", serif;
  font-size: 0.75rem;
  font-style: italic;
  color: #56616C;
  padding-right: 17px;
}

@media (max-width: 699px) {
  .header__hamburger span, .header__search span {
    display: none;
  }
}

.header__hamburger path, .header__search path {
  fill: #a98860;
  -webkit-transition: fill 150ms ease-in-out;
  transition: fill 150ms ease-in-out;
}

.header__hamburger {
  left: 0;
  text-align: left;
  padding: 0 20px 0 24px;
}

.header__hamburger svg {
  height: 20px;
  width: 28px;
  float: left;
}

.header__search {
  right: 0;
  padding: 0 24px 0 20px;
  text-align: right;
}

.header__search svg {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
}

.header__share {
  color: #56616d;
  font-weight: 600;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.header__share svg {
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
}

.header__share svg path,
.header__share svg use {
  fill: currentColor;
}

.header__share a {
  color: inherit;
}

.no-js .header__share {
  display: none;
}

@media (min-width: 1000px) {
  .header__share {
    display: none !important;
  }
}

.header--has-share.header--fixed .header__share {
  opacity: 1;
  pointer-events: initial;
}

.header--has-share.header--show .header__share {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 999px) {
  .header--has-share.header--fixed .header__logo {
    opacity: 0;
    pointer-events: none;
  }
  .header--has-share.header--show .header__logo {
    opacity: 1;
    pointer-events: initial;
  }
}

@media (min-width: 1000px) {
  .header--fixed .header__container {
    top: -61px;
  }
  .header--fixed.header--show .header__container {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  }
  .admin-bar .header--fixed .header__container {
    top: -29px;
  }
}

.header__logo {
  display: block;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #56616d;
}

.header__logo img {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: 69px;
}

.header__logo .logo--white {
  display: none;
}

.header__logo .logo--blue {
  display: inline-block;
}

@media (min-width: 1000px) {
  .header__logo {
    display: inline-block;
    text-align: left;
  }
}

@media (min-width: 1400px) {
  .header__logo {
    margin-left: 0;
  }
}

.header__logo a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  color: inherit;
}

@media (min-width: 1000px) {
  .header__logo svg,
  .header__logo img {
    vertical-align: -7px;
  }
}

.header__nav {
  list-style: none;
  margin: 0 0 0 78px;
  padding: 0;
  height: 0;
  line-height: 60px;
  display: none;
}

@media (min-width: 1000px) {
  .header__nav {
    display: inline-block;
  }
}

.header__nav li {
  display: inline-block;
  font-size: 0.8125rem;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0 50px;
}

.header__nav li:first-child {
  margin: 0;
}

.header__nav li a {
  color: #293340;
}

.header__nav .nav__menu:hover .nav__link {
  opacity: 0.65;
}

.header__nav .nav__menu .nav__link {
  -webkit-transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.header__nav .nav__menu .nav__link:hover {
  opacity: 1;
}

@-webkit-keyframes header-transition {
  from {
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #e1e6ea;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}

@keyframes header-transition {
  from {
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #e1e6ea;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}

.history {
  background: #FFFFFF;
  padding-top: 90px;
}

.history__wrap {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  overflow: visible;
}

@media (min-width: 400px) {
  .history__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .history__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1000px) {
  .history__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .history__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.history__content {
  width: 100%;
  z-index: 2;
  position: relative;
}

@media (min-width: 1000px) {
  .history__content {
    width: 45%;
  }
}

.history__title {
  font-weight: 700;
  text-align: center;
  font-size: 2.8rem;
  margin: 28px 0;
}

@media (min-width: 1000px) {
  .history__title {
    text-align: left;
    font-size: 2.1875rem;
  }
}

.history__title span {
  font-size: 1.5625rem;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}

.history__description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.666;
  text-align: center;
}

@media (min-width: 1000px) {
  .history__description {
    text-align: left;
  }
}

.history__nav {
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (min-width: 1000px) {
  .history__nav {
    text-align: left;
  }
}

.history__nav li {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #293340;
  font-weight: 700;
  letter-spacing: 0.056em;
  text-transform: uppercase;
  list-style: none;
  margin: 0 0 0.6rem;
  font-size: 0.8125rem;
}

.history__nav li::before {
  content: "";
  display: inline-block;
  height: 2px;
  background: #e20020;
  width: 1.125rem;
  margin-right: 0.875rem;
  vertical-align: middle;
}

.history__nav li a {
  color: inherit;
  -webkit-transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.history__nav li a:hover {
  opacity: 0.7;
}

.history__images {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 4rem 0;
}

@media (min-width: 700px) {
  .history__images {
    max-width: 560px;
    margin: 4rem auto;
  }
}

@media (min-width: 1000px) {
  .history__images {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-top: 2rem;
    max-width: none;
  }
}

.history__images .image {
  -webkit-box-shadow: 6px 8px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 6px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  border: 1px solid #ffffff;
  background-color: #d8d8d8;
  margin: 0;
}

.history__images .image--first {
  position: relative;
  right: 24px;
  margin: 0 auto;
  max-width: 80%;
  z-index: 1;
}

@media (min-width: 700px) {
  .history__images .image--first {
    max-width: 466px;
  }
}

@media (min-width: 1000px) {
  .history__images .image--first {
    position: absolute;
    top: -55px;
    right: calc(4% + 40px);
    margin: 0;
  }
}

.history__images .image--second {
  position: absolute;
  right: 0;
  top: 70%;
  max-width: 45%;
  z-index: 2;
}

@media (min-width: 700px) {
  .history__images .image--second {
    max-width: 264px;
  }
}

@media (min-width: 1000px) {
  .history__images .image--second {
    position: absolute;
    top: 215px;
    right: 40px;
    width: auto;
  }
}

.history__background-image {
  overflow: hidden;
  padding-top: 30px;
}

.history__background-image .image {
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 600px;
}

.history__background-image .image__container {
  border-radius: 0;
}

@media (min-width: 400px) {
  .history__background-image {
    padding-top: 50px;
  }
  .history__background-image .image {
    width: 900px;
  }
}

@media (min-width: 700px) {
  .history__background-image .image {
    width: auto;
  }
}

@media (min-width: 1000px) {
  .history__background-image {
    padding-top: 180px;
  }
}

@media (min-width: 1400px) {
  .history__background-image {
    max-width: 1920px;
    margin: 0 auto;
  }
}

.home .header__container {
  background: #FFFFFF;
}

.home .page-header {
  padding-top: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #FFFFFF), color-stop(40%, #ebebed));
  background-image: linear-gradient(#FFFFFF 60%, #ebebed 40%);
}

.home .page-header .image {
  margin: 0;
}

.home .page-header .image__container {
  border-bottom: 3px solid #a98860;
}

.home .page-header .image__overlay {
  display: block;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#111111));
  background-image: linear-gradient(180deg, transparent 50%, #111111 100%);
}

.home .page-header .issue-flag {
  text-align: left;
  color: #FFFFFF;
  margin: 0 0 1rem;
}

.home .page-header__title {
  text-align: left;
  color: #FFFFFF;
  font-size: 1.25rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: -0.32px;
}

@media (min-width: 400px) {
  .home .page-header__title {
    font-size: 1.75rem;
  }
}

@media (min-width: 700px) {
  .home .page-header__title {
    font-size: 2.375rem;
  }
}

.home .page-header__title a {
  color: #FFFFFF;
}

.home .page-header__image {
  position: relative;
}

.home .page-header__image-content {
  max-width: 1024px;
  position: absolute;
  width: 100%;
  bottom: 10%;
}

.home .page-header__image-content-inner {
  padding: 0 40px;
}

@media (min-width: 1140px) {
  .home .page-header__image-content {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home .page-header__image-content-inner {
    width: 75%;
    padding: 0;
  }
}

@media (min-width: 400px) {
  .home .page-header__image {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 700px) {
  .home .page-header__image {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 1000px) {
  .home .page-header__image {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 1400px) {
  .home .page-header__image {
    max-width: 1920px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
}

.home .page-content {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 0;
  background-image: linear-gradient(179deg, #ebebed 0%, rgba(255, 255, 255, 0.8) 100%);
}

.home .search-form {
  white-space: nowrap;
  margin: 1.875rem 0;
}

@media (min-width: 400px) {
  .home .search-form {
    margin: 2.8125rem 0;
  }
}

.home .search-form::before, .home .search-form::after {
  content: none;
}

@media (min-width: 700px) {
  .home .search-form::before, .home .search-form::after {
    content: "";
    display: inline-block;
    border-bottom: 2px solid #d5d7db;
    width: 18%;
  }
}

.home .search-form__form {
  width: 100%;
  display: inline-block;
  position: relative;
}

@media (min-width: 700px) {
  .home .search-form__form {
    width: 60%;
    margin: 0 2%;
  }
}

.home .search-form__input[type="text"] {
  padding: 24px 0 24px 24px;
  font-size: 1rem;
  font-weight: 600;
}

@media (min-width: 400px) {
  .home .search-form__input[type="text"] {
    padding: 30px 0 30px 38px;
  }
}

.home .search-form__submit {
  right: 16px;
}

@media (min-width: 400px) {
  .home .search-form__submit {
    right: 30px;
  }
}

.home .page-content__featured {
  margin-top: 2.8125rem;
}

@supports ((display: -webkit-box) or (display: flex)) {
  .home .page-content__featured {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}

@media (min-width: 700px) {
  .home .page-content__featured {
    margin-top: 0;
  }
}

.home .page-content__featured .article {
  border-radius: 3px;
  background: #FFFFFF;
  position: relative;
  min-height: 300px;
  margin-bottom: 1rem;
  float: left;
}

@media (min-width: 400px) {
  .home .page-content__featured .article {
    margin-bottom: 10px;
  }
}

.home .page-content__featured .article__image {
  margin: 0;
}

.home .page-content__featured .article .image__container {
  border-radius: 3px 3px 0 0;
}

.home .page-content__featured .article .meta {
  display: none;
}

.home .page-content__featured .article__content {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 15%;
}

.home .page-content__featured .article__content--has-image {
  position: relative;
  top: inherit;
  -webkit-transform: none;
          transform: none;
  padding-top: 5%;
  padding-bottom: 5%;
}

.home .page-content__featured .article--big {
  width: 100%;
}

.home .page-content__featured .article--big .article__title {
  font-size: 1.25rem;
}

@media (min-width: 400px) {
  .home .page-content__featured .article--big .article__title {
    font-size: 1.75rem;
  }
}

.home .page-content__featured .article--small {
  width: 100%;
}

.home .page-content__featured .article--small .article__title {
  line-height: 1.5;
}

.home .page-content__featured .article--small .article__content {
  padding-left: 6%;
  padding-right: 6%;
}

@media (min-width: 700px) {
  .home .page-content__featured .article--big {
    width: 66%;
  }
  .home .page-content__featured .article--small {
    width: 33%;
  }
}

.home .page-content__featured article:nth-child(odd) {
  margin-right: 1%;
}

@supports ((display: -webkit-box) or (display: flex)) {
  .home .page-content__featured article:nth-child(odd) {
    margin-right: initial;
  }
}

.home .signup {
  position: relative;
  padding: 0 10px;
}

.home .signup .editor__module {
  margin: 0;
  width: 100%;
  height: 0;
  overflow: visible;
}

.home .signup .module-type-fastform {
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 700px) {
  .home .signup .module-type-fastform {
    width: 600px;
  }
}

.home .footer {
  margin-top: 0;
  padding-top: 250px;
}

@media (min-width: 400px) {
  .home .footer {
    padding-top: 230px;
  }
}

@media (min-width: 700px) {
  .home .footer {
    padding-top: 160px;
  }
}

.image,
.video {
  position: relative;
}

.image__container,
.video__container {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.image__container > a,
.video__container > a {
  display: block;
}

.image__overlay,
.video__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.image img,
.video img {
  width: 100%;
}

@media (max-width: 699px) {
  .image--full-width-mobile .image__container,
  .image--full-width-mobile .video__container,
  .video--full-width-mobile .image__container,
  .video--full-width-mobile .video__container {
    border-radius: 0;
  }
  .image--full-width-mobile .image__cite, .image--full-width-mobile .image__caption, .image--full-width-mobile .image__title,
  .image--full-width-mobile .video__cite,
  .image--full-width-mobile .video__caption,
  .image--full-width-mobile .video__title,
  .video--full-width-mobile .image__cite,
  .video--full-width-mobile .image__caption,
  .video--full-width-mobile .image__title,
  .video--full-width-mobile .video__cite,
  .video--full-width-mobile .video__caption,
  .video--full-width-mobile .video__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 0px) and (max-width: 399px) {
  .image--full-width-mobile .image__cite, .image--full-width-mobile .image__caption, .image--full-width-mobile .image__title,
  .image--full-width-mobile .video__cite,
  .image--full-width-mobile .video__caption,
  .image--full-width-mobile .video__title,
  .video--full-width-mobile .image__cite,
  .video--full-width-mobile .image__caption,
  .video--full-width-mobile .image__title,
  .video--full-width-mobile .video__cite,
  .video--full-width-mobile .video__caption,
  .video--full-width-mobile .video__title {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .image--full-width-tablet .image__container,
  .image--full-width-tablet .video__container,
  .video--full-width-tablet .image__container,
  .video--full-width-tablet .video__container {
    border-radius: 0;
  }
  .image--full-width-tablet .image__cite, .image--full-width-tablet .image__caption, .image--full-width-tablet .image__title,
  .image--full-width-tablet .video__cite,
  .image--full-width-tablet .video__caption,
  .image--full-width-tablet .video__title,
  .video--full-width-tablet .image__cite,
  .video--full-width-tablet .image__caption,
  .video--full-width-tablet .image__title,
  .video--full-width-tablet .video__cite,
  .video--full-width-tablet .video__caption,
  .video--full-width-tablet .video__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1000px) {
  .image--full-width-desktop .image__container,
  .image--full-width-desktop .video__container,
  .video--full-width-desktop .image__container,
  .video--full-width-desktop .video__container {
    border-radius: 0;
  }
  .image--full-width-desktop .image__cite, .image--full-width-desktop .image__caption, .image--full-width-desktop .image__title,
  .image--full-width-desktop .video__cite,
  .image--full-width-desktop .video__caption,
  .image--full-width-desktop .video__title,
  .video--full-width-desktop .image__cite,
  .video--full-width-desktop .image__caption,
  .video--full-width-desktop .image__title,
  .video--full-width-desktop .video__cite,
  .video--full-width-desktop .video__caption,
  .video--full-width-desktop .video__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1400px) {
  .image--full-width-desktop .image__cite, .image--full-width-desktop .image__caption, .image--full-width-desktop .image__title,
  .image--full-width-desktop .video__cite,
  .image--full-width-desktop .video__caption,
  .image--full-width-desktop .video__title,
  .video--full-width-desktop .image__cite,
  .video--full-width-desktop .image__caption,
  .video--full-width-desktop .image__title,
  .video--full-width-desktop .video__cite,
  .video--full-width-desktop .video__caption,
  .video--full-width-desktop .video__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.image {
  margin: 28px 0;
}

.image__overlay {
  display: none;
}

.image__download {
  bottom: 1rem;
  position: absolute;
  right: 1rem;
  line-height: 1;
}

.image__download .svg path,
.image__download .svg use {
  fill: #ffffff;
}

.image__cite {
  display: block;
  color: #293340;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.83333;
  padding: 5px 0;
}

.image__caption {
  border-bottom: 1px solid #dbdbdb;
  color: #293340;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  padding: 25px 0 28px;
  text-align: left;
}

.image__cite + .image__caption {
  padding-top: 1px;
}

.image-content {
  margin: 0 auto;
  max-width: 770px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  bottom: calc(67px + 5%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 400px) {
  .image-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .image-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1000px) {
  .image-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .image-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 699px) {
  html.its-active,
  html.its-active body {
    height: 100%;
    overflow: auto;
  }
  html.its-active #wpadminbar {
    display: none;
  }
}

@media (min-width: 700px) {
  html.its-active .body-overflow {
    overflow: hidden;
  }
}

@media (min-width: 700px) {
  .its {
    position: relative;
    overflow: hidden;
  }
  .its--active {
    position: static;
    overflow: visible;
  }
}

.its__button {
  text-align: center;
}

@media (min-width: 700px) {
  .its__button {
    text-align: left;
  }
}

.its__button a {
  color: #323a45;
  display: block;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  -webkit-transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  padding-top: 22px;
  padding-bottom: 22px;
}

.its__button a:hover {
  opacity: 0.7;
}

.its__button a img {
  display: inline-block;
  padding-right: 1rem;
  vertical-align: middle;
  width: 24px;
  height: 14px;
}

.its__container {
  background: #336799;
  background-image: linear-gradient(-202deg, #35475f 0%, #323a45 99%);
  bottom: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  pointer-events: none;
  position: relative;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  visibility: hidden;
}

.its__container.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

@media (max-width: 699px) {
  .its__container {
    position: fixed;
  }
}

@media (min-width: 700px) {
  .its__container {
    border-radius: 3px;
    display: block;
    height: 0;
    bottom: auto;
    opacity: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate(-50%, 32px);
            transform: translate(-50%, 32px);
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, transform;
    transition-property: opacity, height, transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    visibility: visible;
    width: 95vw;
  }
  .its__container.active {
    opacity: 1;
    pointer-events: all;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 35px);
            transform: translate(-50%, 35px);
  }
  .its__container--transitioning .its__wrap {
    overflow: hidden;
  }
}

.its__wrap {
  height: 100%;
  margin: 0;
  overflow-y: scroll;
  position: relative;
}

@media (min-width: 700px) {
  .its__wrap {
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
    overflow: auto;
    height: auto;
  }
}

@media (min-width: 700px) and (min-width: 400px) {
  .its__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) and (min-width: 700px) {
  .its__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) and (min-width: 1000px) {
  .its__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) and (min-width: 1400px) {
  .its__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.its__header {
  border-bottom: 1px solid #748796;
  padding-bottom: 1.5rem;
  margin: 40px 40px 2rem;
}

@media (min-width: 700px) {
  .its__header {
    border-bottom: none;
    margin: 0;
  }
}

.its__header .close {
  margin-bottom: 1rem;
}

@media (min-width: 700px) {
  .its__header .close {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

.its__header .close img {
  vertical-align: middle;
}

.its__header .eop-parent {
  padding-top: 1.5rem;
}

.its__header .eop-parent a {
  color: #FFFFFF;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  opacity: 0.5;
  white-space: nowrap;
}

.its__header .eop-parent .svg {
  vertical-align: baseline;
  padding-right: 0.5rem;
}

@media (min-width: 700px) {
  .its__header .eop-parent {
    display: none;
  }
}

.its .breadcrumb {
  color: #FFFFFF;
  display: block;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 2rem 0 0;
}

@media (min-width: 700px) {
  .its .breadcrumb {
    display: inline-block;
    font-size: 0.875rem;
    margin: 0;
    padding: 0;
  }
}

.its .breadcrumb a {
  color: #FFFFFF;
}

.its .breadcrumb a.current-item {
  color: #a98860;
}

.its .breadcrumb span {
  display: none;
}

.its .breadcrumb span::after {
  content: "\232A";
  display: inline-block;
  padding: 0 0.8em 0 1.5em;
}

.its .breadcrumb span:last-child {
  display: inline;
}

.its .breadcrumb span:last-child::after {
  content: none;
}

@media (min-width: 700px) {
  .its .breadcrumb span {
    display: inline;
  }
}

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

.its .nav__menu a.active-item + .active a {
  opacity: 1;
}

.its .nav__menu:hover > li > a {
  opacity: 0.5 !important;
}

.its .nav__menu:hover > li > a:hover {
  opacity: 1 !important;
}

.its .nav__menu.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.its .nav__menu.active .current-menu-item a {
  opacity: 1 !important;
}

.its .nav__menu.active a {
  opacity: 0.5;
}

.its .nav__menu.active a.active-item, .its .nav__menu.active a:hover, .its .nav__menu.active a:focus, .its .nav__menu.active a:active {
  background: #262b33;
  opacity: 1 !important;
  outline-width: 0;
}

@media (min-width: 700px) {
  .its .nav__menu.active a.active-item, .its .nav__menu.active a:hover, .its .nav__menu.active a:focus, .its .nav__menu.active a:active {
    background: none;
  }
}

.its .nav__menu.active-parent:not(.active) > li > a {
  opacity: 0.5 !important;
}

.its .nav__menu .current-menu-item:not(.nav__menu-item--has-submenu) > a,
.its .nav__menu .current-menu-item > ul > li > a.overview {
  color: #a98860;
}

.its .nav__menu a {
  color: #FFFFFF;
  display: block;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  max-width: 90%;
  padding: 0.6rem 0 0.6rem 2.5rem;
}

.its .nav__menu a::after {
  content: "";
  border-bottom: 3px solid transparent;
  border-left: 6px solid #9dacb8;
  border-top: 3px solid transparent;
  display: inline-block;
  height: 0;
  margin-left: 2rem;
  margin-right: 5px;
  vertical-align: middle;
  width: 0;
}

.its .nav__menu a.overview::after {
  background: none;
  border-bottom: 2px solid #a98860;
  content: "";
  display: block;
  height: 1px;
  margin-top: 1rem;
  -webkit-mask: none;
          mask: none;
  padding: 0;
  -webkit-transform: none;
          transform: none;
  width: 20px;
}

@media (min-width: 700px) {
  .its .nav__menu a.overview::after {
    border-bottom: 2px solid #FFFFFF;
  }
}

.its .nav__menu-item:not(.nav__menu-item--has-submenu) a:not(.overview)::after {
  content: none;
}

.its .nav__menu--depth0 {
  position: relative;
}

@media (min-width: 700px) {
  .its .nav__menu--depth0 > li > a {
    width: 33.333%;
  }
}

.its .nav__menu--depth1, .its .nav__menu--depth2 {
  display: none;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.2s linear;
  transition: visibility 0s, opacity 0.2s linear;
  visibility: hidden;
  padding: 0 0 1.5rem 1.5rem;
}

@media (min-width: 700px) {
  .its .nav__menu--depth1, .its .nav__menu--depth2 {
    display: block;
    position: absolute;
    top: 0;
    padding-left: 0;
  }
}

.its .nav__menu--depth1 a, .its .nav__menu--depth2 a {
  font-size: 1rem;
}

@media (min-width: 700px) {
  .its .nav__menu--depth1 {
    left: 33.333%;
    width: 33.333%;
  }
}

@media (min-width: 700px) {
  .its .nav__menu--depth2 {
    left: 100%;
    width: 100%;
  }
}

.its .nav__menu .sub-menu.active {
  background: #262b33;
}

@media (min-width: 700px) {
  .its .nav__menu .sub-menu.active {
    background: none;
  }
}

.initiative {
  position: relative;
}

.initiative__image .image {
  margin: 0;
}

.initiative__image .image__overlay {
  display: block;
  background-image: linear-gradient(195deg, rgba(87, 120, 153, 0.96) 0%, rgba(59, 90, 120, 0.65) 26%, rgba(3, 30, 55, 0.96) 100%);
  opacity: 0.9;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.initiative__content .issue-flag {
  text-align: left;
  margin: 0 0 10px;
}

.initiative__title {
  color: #293340;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.initiative__title > a {
  color: inherit;
}

.initiative__subtitle {
  color: #56616d;
  font-family: "Merriweather", serif;
  font-size: 0.875rem;
  margin: 12px 0 0;
}

.initiative:hover .initiative__image .image__overlay {
  opacity: 1;
}

.initiative--left .initiative__image .image__container, .initiative--content .initiative__image .image__container, .initiative--full .initiative__image .image__container {
  border-bottom: 3px solid #a98860;
}

.initiative--left .initiative__image + .initiative__content, .initiative--content .initiative__image + .initiative__content, .initiative--full .initiative__image + .initiative__content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 20px;
  bottom: 30px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.initiative--left .initiative__image + .initiative__content .issue-flag, .initiative--content .initiative__image + .initiative__content .issue-flag, .initiative--full .initiative__image + .initiative__content .issue-flag {
  color: #FFFFFF;
  text-align: center;
}

.initiative--left .initiative__image + .initiative__content .issue-flag a, .initiative--content .initiative__image + .initiative__content .issue-flag a, .initiative--full .initiative__image + .initiative__content .issue-flag a {
  pointer-events: auto;
}

.initiative--left .initiative__image + .initiative__content .initiative__title, .initiative--content .initiative__image + .initiative__content .initiative__title, .initiative--full .initiative__image + .initiative__content .initiative__title {
  color: #FFFFFF;
  text-align: center;
}

.initiative--left .initiative__image + .initiative__content .initiative__title > a, .initiative--content .initiative__image + .initiative__content .initiative__title > a, .initiative--full .initiative__image + .initiative__content .initiative__title > a {
  pointer-events: auto;
}

@media (min-width: 700px) {
  .initiative--content .initiative__content {
    bottom: 35px;
  }
  .initiative--content .initiative__title {
    font-size: 1.625rem;
  }
}

@media (min-width: 700px) {
  .initiative--full .initiative__content {
    bottom: 40px;
  }
  .initiative--full .initiative__title {
    font-size: 1.875rem;
  }
}

.initiative--results .initiative__image {
  margin-bottom: 15px;
}

.initiative--results .initiative__title > a {
  color: inherit;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.initiative--results .initiative__title > a:hover {
  -webkit-box-shadow: inset 0 -2px 0 #e1e6ea;
          box-shadow: inset 0 -2px 0 #e1e6ea;
}

@media (min-width: 700px) {
  .initiative--results::after {
    clear: both;
    content: "";
    display: block;
  }
  @supports ((display: -webkit-box) or (display: flex)) {
    .initiative--results {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .initiative--results .initiative__image {
    float: left;
    width: 250px;
    margin: 0 48px 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .initiative--results .initiative__title {
    font-size: 1.5rem;
  }
  .initiative--results .initiative__subtitle {
    font-size: 1rem;
  }
}

.issue-flag {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #293340;
  font-weight: 700;
  letter-spacing: 0.056em;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.42857;
  margin: 0 0 10px;
  text-align: center;
}

@media (min-width: 700px) {
  .issue-flag {
    font-size: 0.8125rem;
    margin-bottom: 15px;
  }
}

@media (min-width: 1000px) {
  .issue-flag {
    margin-bottom: 20px;
  }
}

.issue-flag a {
  color: inherit;
  -webkit-transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.issue-flag a:hover {
  opacity: 0.7;
}

.issue-flag:before {
  height: 0;
  width: 20px;
  border-top: 2px solid #e20020;
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.issue-flag--left {
  text-align: left;
}

.issue__image .image {
  margin: 0;
}

.issue__image .image__overlay {
  display: block;
  background-color: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.issue__image .image img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.issue__title {
  color: #293340;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.issue__subtitle {
  color: #56616d;
  font-family: "Merriweather", serif;
  font-size: 0.875rem;
  margin: 12px 0 0;
}

.issue__link {
  position: relative;
  display: block;
}

.issue:hover .issue__image .image__overlay {
  opacity: 0.15;
}

.issue:hover .issue__image .image img {
  -webkit-transform: scale(1.01, 1.01);
          transform: scale(1.01, 1.01);
}

.issue--left .issue__image, .issue--content .issue__image, .issue--full .issue__image, .issue--list .issue__image, .issue--featured .issue__image {
  position: relative;
  padding-bottom: 79px;
}

.issue--left .issue__image::before, .issue--content .issue__image::before, .issue--full .issue__image::before, .issue--list .issue__image::before, .issue--featured .issue__image::before {
  content: '';
  background: #293340;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: -1px;
  padding: inherit;
  width: 100%;
  height: 40%;
  border-radius: 3px;
}

.issue--left .issue__content, .issue--content .issue__content, .issue--full .issue__content, .issue--list .issue__content, .issue--featured .issue__content {
  padding: 25px 20px;
  background: #293340;
  border-radius: 3px;
  color: #FFFFFF;
}

.issue--left .issue__title, .issue--content .issue__title, .issue--full .issue__title, .issue--list .issue__title, .issue--featured .issue__title {
  color: #FFFFFF;
  text-align: center;
}

.issue--left .issue__image + .issue__content, .issue--content .issue__image + .issue__content, .issue--full .issue__image + .issue__content, .issue--list .issue__image + .issue__content, .issue--featured .issue__image + .issue__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 3px 3px;
}

@media (min-width: 700px) {
  .issue--content .issue__image, .issue--list .issue__image {
    padding-bottom: 97px;
  }
  .issue--content .issue__content, .issue--list .issue__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .issue--content .issue__title, .issue--list .issue__title {
    font-size: 1.625rem;
  }
}

@media (min-width: 700px) {
  .issue--featured .issue__image, .issue--full .issue__image {
    padding-bottom: 113px;
  }
  .issue--featured .issue__content, .issue--full .issue__content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .issue--featured .issue__title, .issue--full .issue__title {
    font-size: 1.875rem;
  }
}

@media (min-width: 700px) {
  .issue--featured .issue__image .image {
    padding: 0 10px;
  }
}

@media (min-width: 700px) {
  .issue--full .issue__image .image {
    padding: 0 20px;
  }
}

.issue--results .issue__image {
  margin-bottom: 15px;
}

.issue--results .issue__title > a {
  color: inherit;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.issue--results .issue__title > a:hover {
  -webkit-box-shadow: inset 0 -2px 0 #e1e6ea;
          box-shadow: inset 0 -2px 0 #e1e6ea;
}

@media (min-width: 700px) {
  .issue--results::after {
    clear: both;
    content: "";
    display: block;
  }
  @supports ((display: -webkit-box) or (display: flex)) {
    .issue--results {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .issue--results .issue__image {
    float: left;
    width: 250px;
    margin: 0 48px 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .issue--results .issue__title {
    font-size: 1.5rem;
  }
  .issue--results .issue__subtitle {
    font-size: 1rem;
  }
}

.issues .page-content__wrap {
  margin: 0 auto;
  max-width: 770px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 400px) {
  .issues .page-content__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .issues .page-content__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1000px) {
  .issues .page-content__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .issues .page-content__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.issues__item {
  margin-bottom: 4px;
  margin-top: 4px;
}

.issues__items--featured .issues__item {
  margin-left: -12px;
  margin-right: -12px;
}

@media (min-width: 400px) {
  .issues__items--featured .issues__item {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 700px) {
  .issues__items::after {
    clear: both;
    content: "";
    display: block;
  }
  .issues__item {
    float: left;
    width: calc(50% - 4px);
    min-height: 410px;
  }
  .issues__item:nth-child(odd) {
    clear: left;
  }
  .issues__item:nth-child(even) {
    margin-left: 8px;
  }
  .issues__items--featured .issues__item {
    margin-left: 0;
    width: 100%;
  }
}

.main-breadcrumb {
  background: -webkit-gradient(linear, left top, right top, from(#e82368), to(#e22b91));
  background: linear-gradient(90deg, #e82368 0%, #e22b91 100%);
  border-bottom: 1px solid #e1e6ea;
  font-size: 18px;
  left: 0;
  line-height: 64px;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 3;
}

.admin-bar .main-breadcrumb {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .main-breadcrumb {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .admin-bar .main-breadcrumb {
    top: 0;
  }
}

.main-breadcrumb::after {
  clear: both;
  content: "";
  display: block;
}

.main-breadcrumb, .main-breadcrumb__link {
  color: #fff;
}

.main-breadcrumb__link:hover {
  color: inherit;
  opacity: 0.8;
}

.main-breadcrumb__wrap-inner {
  width: calc(100% - 16px);
  float: left;
  margin-left: 8px;
  float: none;
}

.main-breadcrumb__list-item {
  display: inline-block;
}

.main-breadcrumb__list-item:not(:first-child)::before {
  content: "\2013";
  opacity: 0.75;
}

#main-content {
  position: relative;
}

.meta {
  color: #56616d;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.42857;
  margin: 18px 0 0;
  text-align: center;
}

.meta > p,
.meta > div {
  margin: 0;
  display: inline-block;
}

.meta > p::before,
.meta > div::before {
  content: '';
  display: inline-block;
  border-right: 1px solid #dbdbdb;
  vertical-align: middle;
  height: 15px;
  margin: 0 11px 0 9px;
}

.meta > p:first-child::before,
.meta > div:first-child::before {
  content: none;
}

.meta__date time {
  color: #293340;
  font-weight: 600;
}

.meta__author {
  font-size: 0;
}

.meta__author-label {
  float: none;
  margin-right: 8px;
}

.meta__author-name::after {
  content: ', ';
}

.meta__author-name:last-child::after {
  content: none;
}

.meta__read {
  color: #293340;
}

.meta__issue .issue-flag {
  margin: 0;
}

.meta__label {
  display: inline-block;
}

.meta--left {
  text-align: left;
}

.meta--vertical > p,
.meta--vertical > div {
  display: block;
}

.meta--vertical > p::before,
.meta--vertical > div::before {
  content: none;
}

.meta--vertical > p + p,
.meta--vertical > p + div,
.meta--vertical > div + p,
.meta--vertical > div + div {
  margin-top: 12px;
}

.metrics__figure {
  text-align: center;
}

.metrics__number {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: -3.4px;
  margin: 0;
  line-height: 1;
  color: #293340;
  white-space: nowrap;
}

.metrics .unit {
  color: #a98860;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: 2.1875rem;
  margin-left: 5px;
}

.metrics__label {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #293340;
  font-weight: 700;
  letter-spacing: 0.056em;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.625;
  margin: 0;
}

.metrics .excerpt {
  color: #293340;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.1px;
  margin: 20px 0 0;
  text-align: center;
}

@media (min-width: 700px) {
  .metrics--content, .metrics--full {
    max-width: 614px;
    margin: 0 auto;
  }
  .metrics--content::after, .metrics--full::after {
    clear: both;
    content: "";
    display: block;
  }
  .metrics--content .metrics__figure, .metrics--full .metrics__figure {
    float: left;
    width: 200px;
    margin-right: 50px;
  }
  .metrics--content .metrics__description, .metrics--full .metrics__description {
    float: left;
  }
  @supports ((display: -webkit-box) or (display: flex)) {
    .metrics--content, .metrics--full {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .metrics--content .metrics__figure, .metrics--full .metrics__figure {
      -ms-flex-negative: 0;
          flex-shrink: 0;
    }
  }
  .metrics--content .excerpt, .metrics--full .excerpt {
    font-size: 1.25rem;
    text-align: left;
  }
}

.module {
  position: relative;
  /* *** Article Module *** */
  /* *** Call to Action Module *** */
  /* *** Chart Module *** */
  /* *** EOP Module *** */
  /* *** Gallery Module *** */
  /* *** Image Module *** */
  /* *** Initiative Module *** */
  /* *** Issue Module *** */
  /* *** Metrics Module *** */
  /* *** Person Module *** */
  /* *** Pull Quote Module *** */
  /* *** Signup (form) Module *** */
  /* *** Update Module & WYSIWYG Module *** */
  /* *** Update Module *** */
  /* *** Video Module *** */
  /* *** WYSIWYG Module *** */
}

.module__flag {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #293340;
  font-weight: 700;
  letter-spacing: 0.056em;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 20px 0;
  color: #111111;
  font-size: 0.75rem;
  line-height: 1.8;
}

.module__flag::before {
  content: '';
  height: 0;
  width: 100%;
  border-top: 2px solid #e1e6ea;
  top: 50%;
  position: absolute;
  z-index: -1;
}

.module__flag span {
  display: inline-block;
  background: #FFFFFF;
  padding-right: 10px;
}

.module__wrap {
  overflow: hidden;
}

.module__title {
  color: #293340;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4333;
}

.module__title > a {
  color: inherit;
}

.module_type_call-to-action {
  background-color: #183760;
  background-image: linear-gradient(32deg, #2e5f97 0%, #183861 100%);
  border-radius: 4px;
  padding: 4px;
}

.module_type_call-to-action .divider {
  color: #e4eaf0;
}

.module_type_call-to-action .divider hr {
  color: #e4eaf0;
}

.module_type_call-to-action .excerpt {
  margin-top: 22px;
  font-size: 1rem;
}

.module_type_call-to-action .module__wrap {
  border: 1px solid #abb7c4;
  border-radius: 2px;
  text-align: center;
  color: #FFFFFF;
  padding: 40px 20px;
}

.module_type_call-to-action .module__content {
  max-width: 584px;
  margin: 0 auto;
}

.module_type_call-to-action .module__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 0;
}

.module_type_chart {
  border-bottom: 1px solid #dbdbdb;
}

.module_type_chart .excerpt {
  margin-top: 22px;
  font-size: 1rem;
}

.module_type_chart .module__title {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #293340;
  font-weight: 700;
  letter-spacing: 0.056em;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 1.0625rem;
  line-height: 1.5;
}

.module_type_eop {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  border: 1px solid #dbdbdb;
}

.module_type_eop .eop__link {
  padding: 35px 20px;
}

.module_type_image .image {
  margin: 0;
}

.module_type_metrics {
  border-top: 4px solid #e1e6ea;
  border-bottom: 1px solid #dbdbdb;
  padding: 28px 20px;
}

.module_type_metrics::after {
  clear: both;
  content: "";
  display: block;
}

.module_type_person {
  margin: 0 0 42px;
}

.module_type_pull-quote .module__flag {
  color: #a98860;
  font-size: 4.0625rem;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
}

.module_type_pull-quote .module__flag span {
  vertical-align: -0.3em;
}

.module_type_pull-quote .module__flag span::before {
  content: '\201C';
}

.module_type_signup {
  background-image: linear-gradient(202deg, #f1f3f5 0%, #e2e5ec 100%);
  border-radius: 4px;
  padding: 4px;
}

.module_type_signup .module__wrap {
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  text-align: center;
  color: #293340;
  padding: 40px 20px;
}

.module_type_update, .module_type_wysiwyg {
  border-top: 3px solid #e1e6ea;
  border-bottom: 1px solid #dbdbdb;
}

.module_type_update .module__wrap, .module_type_wysiwyg .module__wrap {
  overflow: visible;
  margin: 28px 0;
}

.module_type_update .meta {
  margin: 0;
}

.module_type_update .meta__date {
  font-size: 0.8125rem;
}

.module_type_update .meta__label {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #293340;
  font-weight: 700;
  letter-spacing: 0.056em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.module_type_update .excerpt {
  font-size: 1rem;
}

.module_type_update .meta + .excerpt {
  margin-top: 14px;
}

.editor__module--full .module_type_call-to-action, .editor__module--full .module_type_chart, .editor__module--full .module_type_eop, .editor__module--full .module_type_initiative, .editor__module--full .module_type_issue, .editor__module--full .module_type_metrics, .editor__module--full .module_type_person, .editor__module--full .module_type_pull-quote, .editor__module--full .module_type_signup, .editor__module--full .module_type_update, .editor__module--full .module_type_wysiwyg {
  margin-left: 12px;
  margin-right: 12px;
}

.editor__module--full .module_type_article .module__flag, .editor__module--full .module_type_nedia_gallery .module__flag {
  margin-left: 12px;
  margin-right: 12px;
}

@media (min-width: 400px) {
  .editor__module--full .module_type_call-to-action, .editor__module--full .module_type_chart, .editor__module--full .module_type_eop, .editor__module--full .module_type_initiative, .editor__module--full .module_type_issue, .editor__module--full .module_type_metrics, .editor__module--full .module_type_person, .editor__module--full .module_type_pull-quote, .editor__module--full .module_type_signup, .editor__module--full .module_type_update, .editor__module--full .module_type_wysiwyg {
    margin-left: 20px;
    margin-right: 20px;
  }
  .editor__module--full .module_type_article .module__flag, .editor__module--full .module_type_media_gallery .module__flag {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 700px) {
  .editor__module--full .module_type_call-to-action, .editor__module--full .module_type_chart, .editor__module--full .module_type_eop, .editor__module--full .module_type_initiative, .editor__module--full .module_type_issue, .editor__module--full .module_type_metrics, .editor__module--full .module_type_person, .editor__module--full .module_type_pull-quote, .editor__module--full .module_type_signup, .editor__module--full .module_type_update, .editor__module--full .module_type_wysiwyg {
    margin-left: 0;
    margin-right: 0;
  }
  .editor__module--full .module_type_article .module__flag, .editor__module--full .module_type_media_gallery .module__flag {
    margin-left: 0;
    margin-right: 0;
  }
  .editor__module--content .module,
  .editor__module--full .module {
    /* *** Call to Action Module *** */
    /* *** Chart Module *** */
    /* *** EOP Module *** */
    /* *** Metrics Module *** */
    /* *** Person Module *** */
  }
  .editor__module--content .module_type_call-to-action .excerpt,
  .editor__module--full .module_type_call-to-action .excerpt {
    font-size: 1.125rem;
  }
  .editor__module--content .module_type_call-to-action .module__wrap,
  .editor__module--full .module_type_call-to-action .module__wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .editor__module--content .module_type_call-to-action .module__title,
  .editor__module--full .module_type_call-to-action .module__title {
    font-size: 1.875rem;
  }
  .editor__module--content .module_type_chart .excerpt,
  .editor__module--full .module_type_chart .excerpt {
    font-size: 1.125rem;
  }
  .editor__module--content .module_type_eop .eop__link,
  .editor__module--full .module_type_eop .eop__link {
    padding: 50px 60px 50px 60px;
  }
  .editor__module--content .module_type_metrics,
  .editor__module--full .module_type_metrics {
    padding: 56px 0;
  }
  .editor__module--content .module_type_person,
  .editor__module--full .module_type_person {
    margin: 0 0 56px;
  }
}

.nav--popover {
  border-bottom: 3px solid #424b55;
  display: block;
  text-align: left;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 700px) {
  .nav--popover {
    display: inline-block;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .nav--popover {
    max-width: 40%;
  }
}

.nav--popover .menu {
  position: relative;
}

.nav--popover .menu:hover a {
  opacity: 0.5;
}

.nav--popover .menu a {
  color: #FFFFFF;
  display: block;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.75rem 0;
  -webkit-transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.nav--popover .menu a:hover, .nav--popover .menu a:active {
  opacity: 1;
}

.popover__mobile .nav--primary .menu {
  position: relative;
}

.popover__mobile .nav--primary .menu:hover a {
  opacity: 0.7;
}

.popover__mobile .nav--primary .menu a {
  color: #adb1b7;
  display: block;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.75rem 0;
  text-transform: uppercase;
}

.popover__mobile .nav--primary .menu a:hover, .popover__mobile .nav--primary .menu a:active {
  opacity: 1;
}

.nav--news {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 1px;
}

.nav--news .nav__link {
  color: #7a8796;
  display: inline-block;
}

.nav--news .nav__link:hover, .nav--news .nav__link:focus {
  color: inherit;
}

.nav--news .nav__menu {
  text-align: center;
}

.nav--news .nav__menu-item {
  display: block;
  margin: 1em 0;
}

.nav--news .nav__menu-item--active .nav__link {
  color: inherit;
}

.nav--news .nav__menu-item--active .nav__link::after {
  height: 0;
  width: 20px;
  border-top: 2px solid #e20020;
  content: '';
  margin: 0 auto;
  display: block;
}

@media (min-width: 700px) {
  .nav--news .nav__menu-item {
    display: inline-block;
    margin: 0 1em;
  }
}

@media (min-width: 1000px) {
  .news .page-results {
    margin-top: 50px;
  }
}

.page-content {
  margin-top: 24px;
  margin-bottom: 30px;
}

@media (min-width: 700px) {
  .page-content {
    margin-top: 50px;
    margin-bottom: 75px;
  }
}

@media (min-width: 1000px) {
  .page-content {
    margin-top: 66px;
    margin-bottom: 100px;
  }
}

.page-content__wrap {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 400px) {
  .page-content__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .page-content__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1000px) {
  .page-content__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .page-content__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.page-content__content::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 700px) {
  .page-content__content {
    padding-left: 50px ;
    padding-right: 50px ;
  }
}

@media (min-width: 1000px) {
  .page-content__content {
    padding-left: 290px ;
    padding-right: 120px ;
  }
}

@media (min-width: 1400px) {
  .page-content__content {
    padding-left: 290px ;
    padding-right: 120px ;
  }
}

.page-header {
  position: relative;
  z-index: 1;
  padding-top: 76px;
  /**
	 * Components
	 */
  /**
	 * Modifiers
	 */
  /**
	 * Post Type Modifiers
	 */
}

@media (min-width: 400px) {
  .page-header {
    padding-top: 80px;
  }
}

@media (min-width: 700px) {
  .page-header {
    padding-top: 100px;
  }
}

@media (min-width: 1000px) {
  .page-header {
    padding-top: 120px;
  }
}

@media (min-width: 1400px) {
  .page-header {
    padding-top: 120px;
  }
}

.page-header__wrap {
  margin: 0 auto;
  max-width: 770px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 400px) {
  .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1000px) {
  .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.page-header .share {
  display: none;
  margin: 35px 0 0;
  text-align: center;
}

@media (min-width: 1000px) {
  .page-header .share {
    display: block;
  }
}

.page-header__section {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #293340;
  font-weight: 700;
  letter-spacing: 0.056em;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 2;
  margin: 0 0 22px;
  text-align: center;
}

.page-header__section a {
  color: inherit;
}

.page-header__section::after {
  height: 0;
  width: 20px;
  border-top: 2px solid #e20020;
  content: '';
  margin: 0 auto;
  display: block;
}

@media (min-width: 700px) {
  .page-header__section {
    font-size: 0.8125rem;
  }
}

.page-header__title {
  color: #293340;
  text-align: center;
}

.page-header__subtitle {
  font-family: "Merriweather", serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.85714;
  margin: 28px 0 0;
  text-align: center;
}

@media (min-width: 700px) {
  .page-header__subtitle {
    font-size: 1rem;
  }
}

@media (min-width: 1000px) {
  .page-header__subtitle {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.page-header__image {
  overflow: hidden;
}

.page-header__image .image {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-header__image .image__container {
  display: inline-block;
  vertical-align: bottom;
}

.page-header__image .image img {
  width: auto;
}

.page-header__icon {
  margin: 0 auto 20px;
}

@media (min-width: 700px) {
  .page-header__icon {
    margin-bottom: 25px;
  }
}

@media (min-width: 1000px) {
  .page-header__icon {
    margin-bottom: 30px;
  }
}

.page-header--image-top {
  padding-top: 0;
  color: #FFFFFF;
}

.page-header--image-top .page-header__image .image {
  margin-top: 0;
  margin-bottom: 0;
}

.page-header--image-top .page-header__image .image__container {
  border-bottom: 3px solid #a98860;
}

.page-header--image-top .page-header__image-content {
  position: absolute;
  bottom: 60px;
  width: 100%;
}

@media (max-width: 699px) {
  .page-header--image-top .page-header__image-content {
    bottom: 30px;
  }
}

.page-header--image-top .page-header__image-content-inner {
  max-width: 600px;
  margin: 0 auto;
}

.page-header--image-top .page-header__title {
  color: #FFFFFF;
}

.page-header--image-top .page-header__subtitle {
  color: #FFFFFF;
}

.page-header--small-title .page-header__title {
  font-size: 1.5625rem;
  line-height: 1.36;
}

@media (min-width: 700px) {
  .page-header--small-title .page-header__title {
    font-size: 2.1875rem;
  }
}

@media (min-width: 1000px) {
  .page-header--small-title .page-header__title {
    font-size: 2.75rem;
  }
}

.page-header--blue {
  background: #293340;
  color: #FFFFFF;
  text-align: center;
  border-bottom: 3px solid #a98860;
  padding-bottom: 24px;
}

@media (min-width: 400px) {
  .page-header--blue {
    padding-bottom: 40px;
  }
}

@media (min-width: 700px) {
  .page-header--blue {
    padding-bottom: 50px;
  }
}

@media (min-width: 1000px) {
  .page-header--blue {
    padding-bottom: 70px;
  }
}

@media (min-width: 1400px) {
  .page-header--blue {
    padding-bottom: 70px;
  }
}

.page-header--blue .page-header__wrap {
  margin: 0 auto;
  max-width: 770px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 400px) {
  .page-header--blue .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .page-header--blue .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1000px) {
  .page-header--blue .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .page-header--blue .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.page-header--blue .page-header__title {
  color: #FFFFFF;
}

.page-header--blue .page-header__subtitle {
  color: #FFFFFF;
}

.page-header--article .page-header__wrap {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 400px) {
  .page-header--article .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .page-header--article .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1000px) {
  .page-header--article .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .page-header--article .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.page-header--article .page-header__title {
  text-align: left;
}

@media (min-width: 700px) {
  .page-header--article .page-header__main {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1000px) {
  .page-header--article .page-header__main {
    padding-left: 0;
    padding-right: 0;
  }
  .page-header--article .page-header__image {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 1400px) {
  .page-header--article .page-header__image {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.page-header--article .image {
  margin-top: 15px;
  margin-bottom: 17px;
}

@media (min-width: 1000px) {
  .page-header--article .image {
    margin-top: 45px;
    margin-bottom: 60px;
  }
}

.page-header--article .image__container {
  border-bottom: 3px solid #a98860;
}

.page-header--page .page-header__wrap {
  margin: 0 auto;
  max-width: 770px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 400px) {
  .page-header--page .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .page-header--page .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1000px) {
  .page-header--page .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .page-header--page .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.page-header--page .page-header__subtitle {
  margin-top: 0;
  margin-bottom: 5px;
  font-style: italic;
  font-size: 1.125rem;
  color: #56616d;
}

@media (min-width: 1000px) {
  .page-header--page .page-header__subtitle {
    font-size: 1.25rem;
  }
}

.page-header--page .image__overlay {
  display: block;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#111111));
  background-image: linear-gradient(180deg, transparent 50%, #111111 100%);
}

.page-header--page.page-header--image-top .page-header__title, .page-header--page.page-header--image-top .page-header__subtitle {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.page-header--page.page-header--image-top .page-header__subtitle {
  color: #FFFFFF;
}

.page-header--initiative {
  background: #293340;
  color: #FFFFFF;
  border-bottom: 3px solid #a98860;
}

.page-header--initiative .page-header__wrap {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 400px) {
  .page-header--initiative .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .page-header--initiative .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1000px) {
  .page-header--initiative .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .page-header--initiative .page-header__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.page-header--initiative .page-header__image .image__container {
  border-bottom: none;
}

@media (max-width: 699px) {
  .page-header--initiative .page-header__image .image__container {
    padding-bottom: 60px;
  }
}

.page-header--initiative .page-header__image .image__overlay {
  display: block;
  background-image: linear-gradient(195deg, rgba(87, 120, 153, 0.94) 0%, rgba(59, 90, 120, 0.63) 26%, rgba(3, 30, 55, 0.94) 100%);
}

.page-header--initiative .page-header__image-content {
  width: 100%;
  text-align: center;
}

@media (max-width: 699px) {
  .page-header--initiative .page-header__image-content {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, #0d273e));
    background-image: linear-gradient(180deg, transparent 0%, #0d273e 45%);
    padding: 60px 0;
    bottom: 3px;
  }
}

.page-header--initiative .page-header__image-content-inner {
  margin-left: 0;
}

.page-header--initiative .page-header__title {
  text-align: left;
}

@media (max-width: 699px) {
  .page-header--initiative .page-header__title {
    font-size: 2.0625rem;
    line-height: 1.24242;
    text-align: center;
  }
}

.page-header--initiative .page-header__subtitle {
  margin-top: 18px;
  opacity: 0.9;
}

@media (min-width: 700px) {
  .page-header--initiative .page-header__subtitle {
    text-align: left;
  }
}

@media (min-width: 700px) {
  .page-header--initiative .page-header__subtitle {
    font-size: 0.875rem;
  }
}

@media (min-width: 1000px) {
  .page-header--initiative .page-header__subtitle {
    font-size: 0.9375rem;
  }
}

.page-header--initiative .issue-flag {
  text-align: left;
}

@media (max-width: 699px) {
  .page-header--initiative .issue-flag {
    text-align: center;
  }
}

.page-header--initiative .issue-flag a {
  color: #FFFFFF;
}

.page-header--initiative-no-image {
  height: 0;
  background-image: linear-gradient(195deg, rgba(87, 120, 153, 0.94) 0%, rgba(59, 90, 120, 0.63) 26%, rgba(3, 30, 55, 0.94) 100%);
  padding-bottom: 114%;
}

@media (min-width: 600px) {
  .page-header--initiative-no-image {
    padding-bottom: 66.667%;
  }
}

@media (min-width: 900px) {
  .page-header--initiative-no-image {
    padding-bottom: 50%;
  }
}

@media (min-width: 1200px) {
  .page-header--initiative-no-image {
    padding-bottom: 37.5%;
  }
}

.page-header--issue {
  border-bottom: none;
  padding-bottom: 0;
}

.page-header--issue .page-header__content {
  padding-bottom: 28px;
}

.page-header--issue .page-header__subtitle {
  opacity: 0.9;
}

.page-header--issue .page-header__image {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.page-header--issue .page-header__image::before {
  content: '';
  position: absolute;
  background: #FFFFFF;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
}

.page-header--issue .page-header__image .image {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .page-header--issue .page-header__image {
    margin-top: 28px;
  }
}

.page-header--issue .divider {
  margin-bottom: 0;
}

.page-header--eop .page-header__icon {
  max-width: 116px;
}

.page-header--eop .page-header__icon img {
  border: 12px solid #f1f2f5;
  -webkit-box-shadow: 0 0 0 1px #bcc3c9, 0 2px 9px rgba(0, 0, 0, 0.19);
          box-shadow: 0 0 0 1px #bcc3c9, 0 2px 9px rgba(0, 0, 0, 0.19);
  border-radius: 50%;
  max-width: 92px;
}

.page-header--eop .page-header__subtitle {
  opacity: 0.9;
}

.page-header--eop .divider {
  margin-bottom: 0;
}

.page-header--author .page-header__icon {
  max-width: 212px;
}

.page-header--author .page-header__icon img {
  border: 6px solid #e3e7ed;
  border-radius: 50%;
  max-width: 200px;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.19);
          box-shadow: 0 2px 9px rgba(0, 0, 0, 0.19);
}

.page-header--author .page-header__subtitle {
  margin-top: 10px;
  font-size: 1.125rem;
}

@media (min-width: 700px) {
  .page-header--author .page-header__subtitle {
    font-size: 1.375rem;
  }
}

@media (min-width: 1000px) {
  .page-header--author .page-header__subtitle {
    font-size: 1.5625rem;
  }
}

.page-header--author .page-header__subtitle-twitter {
  margin: 10px 0 0;
}

.page-header--author .page-header__subtitle-twitter a {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.0625rem;
  position: relative;
  padding-left: 28px;
  -webkit-transition: color 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.page-header--author .page-header__subtitle-twitter a::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 16px;
  background: url(../img/blue-twitter.svg) top left no-repeat;
  display: block;
  top: 4px;
  left: 0px;
}

.page-header--author .page-header__subtitle-twitter a:hover {
  color: #4b9cdc;
}

.page-results {
  margin-top: 24px;
}

@media (min-width: 700px) {
  .page-results {
    margin-top: 50px;
  }
}

@media (min-width: 1000px) {
  .page-results {
    margin-top: 66px;
  }
}

.page-results__wrap {
  margin: 0 auto;
  max-width: 770px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  position: static;
}

@media (min-width: 400px) {
  .page-results__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .page-results__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1000px) {
  .page-results__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .page-results__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.page-results__wrap article {
  padding: 1.875rem 0;
}

.page-results__wrap article + article {
  border-top: 1px solid #bcc3c9;
}

.page-results--section {
  background-color: #f4f5f7;
  border-top: 1px solid rgba(188, 195, 201, 0.5);
}

.page-results--section .page-results__wrap {
  position: relative;
  padding-top: 50px;
  padding-bottom: 70px;
}

.page-results--section .page-results__wrap::before {
  content: attr(data-results-label);
  background: #ffffff;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
  display: block;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 1.375;
  margin: -8px 0 0 0;
  padding: 0 2.5em 1em 2.5em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.page__image {
  margin: 0 0 10px;
}

.page__image .image {
  margin: 0;
}

.page__title {
  margin: 0;
  color: #293340;
  font-size: 1.25rem;
}

.page__title > a {
  color: inherit;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.page__title > a:hover {
  -webkit-box-shadow: inset 0 -2px 0 #e1e6ea;
          box-shadow: inset 0 -2px 0 #e1e6ea;
}

.page__excerpt {
  margin: 12px 0 0;
}

.page__excerpt p {
  margin: 0;
}

.page__excerpt, .page__excerpt p {
  font-size: 0.875rem;
}

@media (min-width: 700px) {
  .page::after {
    clear: both;
    content: "";
    display: block;
  }
  @supports ((display: -webkit-box) or (display: flex)) {
    .page {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .page .page__image {
    float: left;
    width: 250px;
    margin: 0 48px 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .page .page__title {
    font-size: 1.5rem;
  }
  .page .page__excerpt, .page .page__excerpt p {
    font-size: 1rem;
  }
}

.pagination {
  font-family: "Merriweather", serif;
  margin: 4em 0 2em 0;
  position: relative;
  text-align: center;
}

.pagination a,
.pagination span {
  border-bottom: 3px solid transparent;
  color: #6b757e;
  display: inline-block;
  font-size: 1.1em;
  margin: 0 0.5em;
  padding: 0.5em;
  vertical-align: middle;
  line-height: 28px;
  -webkit-transition: border-bottom-color 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border-bottom-color 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.pagination a.pagination__next, .pagination a.pagination__prev,
.pagination span.pagination__next,
.pagination span.pagination__prev {
  color: #000;
  font-size: 0.9375em;
  margin: 0;
  padding: 1.2em 0;
}

@media (min-width: 700px) {
  .pagination a,
  .pagination span {
    font-size: 1.5625em;
  }
}

.pagination a:hover, .pagination a:focus {
  border-bottom: 3px solid #a98860;
}

.pagination a.page-numbers {
  display: none;
}

@media (min-width: 700px) {
  .pagination a.page-numbers {
    display: inline-block;
  }
}

.pagination .current {
  color: #000;
  border-bottom: 3px solid #a98860;
}

.pagination__prev--disabled, .pagination__next--disabled {
  opacity: 0.3;
}

.pagination__prev {
  float: left;
  margin: 0;
}

.pagination__prev::before {
  content: '‹ ';
}

.pagination__next {
  float: right;
  margin: 0;
}

.pagination__next::after {
  content: ' ›';
}

@media (max-width: 999px) {
  .pagination {
    text-align: center;
  }
  .pagination__next {
    position: absolute;
    right: 0;
  }
  .pagination__prev {
    position: absolute;
    left: 0;
  }
}

@supports ((display: -webkit-box) or (display: flex)) {
  .pagination__navigation {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.pagination__navigation .arrow {
  padding-bottom: 4%;
}

.pagination__navigation .arrow--left {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pagination__navigation .arrow--right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.pagination__navigation .arrow img {
  display: block;
  height: 25px;
  width: 18px;
}

.pagination .dots {
  display: none;
}

@media (min-width: 700px) {
  .pagination .dots {
    display: inline-block;
  }
}

.person::after {
  clear: both;
  content: "";
  display: block;
}

.person .image {
  margin: 0;
}

.person .image img {
  border: 6px solid #e1e6ea;
  border-radius: 50%;
  max-width: calc( 100% - 12px);
  width: 200px;
  height: 200px;
}

.person__image {
  text-align: center;
}

.person__content {
  margin-top: 25px;
  text-align: center;
}

.person__name {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0;
}

.person__name a {
  color: #265189;
  -webkit-transition: color 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.person__name a:hover {
  color: #4b9cdc;
}

.person__title {
  color: #56616d;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 16px 0 0;
}

@media (max-width: 699px) {
  .person__title {
    margin: 8px 0 0;
  }
}

.person__twitter {
  margin: 22px 0 0;
}

@media (max-width: 699px) {
  .person__twitter {
    margin: 11px 0 0;
  }
}

.person__twitter::before {
  content: '';
  background: url(../img/blue-twitter.svg) top left no-repeat;
  display: inline-block;
  height: 1em;
  padding-right: 10px;
  width: 1em;
}

.person__twitter a {
  color: #56616d;
  font-size: 0.8125rem;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  vertical-align: text-top;
  -webkit-transition: color 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.person__twitter a:hover {
  color: #4b9cdc;
}

.person__details {
  margin: 26px 0;
}

.person__details p {
  margin: 0;
}

.person--content .person__image .person__name,
.person--content .person__image .person__title,
.person--content .person__image .person__twitter, .person--full .person__image .person__name,
.person--full .person__image .person__title,
.person--full .person__image .person__twitter, .person--results .person__image .person__name,
.person--results .person__image .person__title,
.person--results .person__image .person__twitter {
  display: none;
}

@media (min-width: 700px) {
  @supports ((display: -webkit-box) or (display: flex)) {
    .person--content, .person--full, .person--results {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  }
  .person--content .person__image, .person--full .person__image, .person--results .person__image {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .person--content .person__image .person__name,
  .person--content .person__image .person__title,
  .person--content .person__image .person__twitter, .person--full .person__image .person__name,
  .person--full .person__image .person__title,
  .person--full .person__image .person__twitter, .person--results .person__image .person__name,
  .person--results .person__image .person__title,
  .person--results .person__image .person__twitter {
    display: block;
  }
  .person--content .person__content, .person--full .person__content, .person--results .person__content {
    margin-top: 0;
    text-align: left;
  }
}

@media (min-width: 700px) {
  .person--content .person__image {
    margin: 0 50px 0 0;
  }
  .person--content .person__content .person__twitter {
    display: none;
  }
}

@media (min-width: 700px) {
  .person--full {
    max-width: 614px;
    margin-left: auto;
    margin-right: auto;
  }
  .person--full .person__image {
    margin: 0 70px 0 0;
  }
  .person--full .person__content .person__name,
  .person--full .person__content .person__title,
  .person--full .person__content .person__twitter {
    display: none;
  }
  .person--full .person__name {
    margin-top: 25px;
  }
  .person--full .person__details {
    margin-top: 0;
  }
}

.person--results .person__image {
  margin-bottom: 10px;
}

.person--results .person__name {
  font-style: normal;
}

.person--results .person__name > a {
  color: inherit;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.person--results .person__name > a:hover {
  -webkit-box-shadow: inset 0 -2px 0 #e1e6ea;
          box-shadow: inset 0 -2px 0 #e1e6ea;
}

@media (min-width: 700px) {
  .person--results .image img {
    width: 108px;
    height: 108px;
  }
  .person--results .person__image {
    margin: 0 30px 0 0;
  }
  .person--results .person__name {
    font-size: 1.5rem;
  }
  .person--results .person__title {
    font-size: 1.0625rem;
    font-family: "Merriweather", serif;
    font-weight: 400;
    margin-top: 20px;
  }
}

.popover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #35475f;
  background-image: linear-gradient(202deg, #35475f 0%, #323a45 100%);
  z-index: 9999;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.2s linear;
  transition: visibility 0s, opacity 0.2s linear;
  color: #FFFFFF;
}

.popover-active {
  overflow: hidden;
  position: fixed;
}

.popover .wrap {
  position: relative;
  height: 100%;
  overflow-y: scroll;
}

@media (min-width: 700px) {
  .popover .wrap {
    overflow: visible;
  }
}

.popover.active {
  visibility: visible;
  opacity: 1;
}

.admin-bar .popover {
  padding-top: 32px;
}

.popover .close {
  padding: 14px 24px;
  z-index: 99999;
  position: relative;
}

.popover__mobile {
  display: block;
  text-align: left;
}

@media (min-width: 700px) {
  .popover__mobile {
    margin-left: 10%;
    display: inline-block;
  }
}

@media (min-width: 1000px) {
  .popover__mobile {
    display: none;
  }
}

.popover__box {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.popover__nav {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
}

@media (min-width: 400px) {
  .popover__nav {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .popover__nav {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1000px) {
  .popover__nav {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .popover__nav {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .popover__nav {
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1000px) {
  .popover__nav {
    text-align: left;
  }
}

.popover__seal {
  display: none;
  position: absolute;
  top: 40%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.1;
  z-index: -1;
  width: 400px;
}

@media (min-width: 1000px) {
  .popover__seal {
    display: block;
    opacity: 0.4;
  }
}

.presidential-action__content .meta {
  margin: 12px 0 0;
}

.presidential-action__type {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #293340;
  font-weight: 700;
  letter-spacing: 0.056em;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.42857;
  margin: 0 0 10px;
}

.presidential-action__title {
  margin: 0;
  color: #293340;
  font-size: 1.25rem;
}

.presidential-action__title > a {
  color: inherit;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.presidential-action__title > a:hover {
  -webkit-box-shadow: inset 0 -2px 0 #e1e6ea;
          box-shadow: inset 0 -2px 0 #e1e6ea;
}

@media (min-width: 700px) {
  .presidential-action .presidential-action__title {
    font-size: 1.5rem;
  }
}

.pull-quote {
  font-size: 1.0625rem;
  font-family: "Merriweather", serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
}

.pull-quote::after {
  content: '\201D';
  color: #a98860;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 0;
  display: none;
}

@media (min-width: 700px) {
  .pull-quote--content {
    margin-top: 15px;
  }
  .pull-quote--full {
    margin-top: 20px;
  }
  .pull-quote--content, .pull-quote--full {
    font-size: 1.875rem;
  }
  .pull-quote--content::after, .pull-quote--full::after {
    display: inline-block;
  }
}

.search-form__fields {
  border: none;
  position: relative;
}

.search-form__label {
  display: block;
}

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

.search-form input[type="text"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  color: #56616d;
  font-weight: 600;
  padding: 1.625em;
  -webkit-transition: -webkit-box-shadow 100ms ease-in-out;
  transition: -webkit-box-shadow 100ms ease-in-out;
  transition: box-shadow 100ms ease-in-out;
  transition: box-shadow 100ms ease-in-out, -webkit-box-shadow 100ms ease-in-out;
  width: 100%;
}

.search-form input[type="text"]::-webkit-input-placeholder {
  color: #4b73a1;
  opacity: 1;
}

.search-form input[type="text"]:-ms-input-placeholder {
  color: #4b73a1;
  opacity: 1;
}

.search-form input[type="text"]::-ms-input-placeholder {
  color: #4b73a1;
  opacity: 1;
}

.search-form input[type="text"]::placeholder {
  color: #4b73a1;
  opacity: 1;
}

.search-form input[type="text"]:focus {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35);
}

.search-form__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-form__submit img {
  vertical-align: middle;
}

.search-overlay {
  position: fixed;
  background-color: #293340;
  -webkit-transition: visibility 0s, opacity 0.2s linear;
  transition: visibility 0s, opacity 0.2s linear;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 4;
  pointer-events: none;
  text-align: center;
  color: #FFFFFF;
}

.admin-bar .search-overlay {
  top: 32px;
}

.search-overlay .logo--white {
  margin: 14px 0;
}

.search-overlay--open {
  opacity: 1;
  pointer-events: auto;
}

.search-overlay__close {
  background: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #c4ad92;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0 24px 0 0;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  text-align: right;
}

.search-overlay__close svg {
  display: inline-block;
  vertical-align: middle;
}

.search-overlay__hamburger {
  top: 0;
  -webkit-transform: none;
          transform: none;
}

.search-overlay__form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  padding: 1em;
  min-width: 94vw;
}

@media (min-width: 1000px) {
  .search-overlay__form {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.search-overlay__input {
  background: none;
  border-style: solid;
  border-color: #748796;
  border-width: 0 0 1px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-bottom: 0.5em;
  width: 100%;
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.14px;
  text-align: center;
  border-radius: 0;
}

.search-overlay__input:focus {
  outline-width: 0;
  outline: 0;
}

.search-overlay__submit {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #293340;
  font-weight: 700;
  letter-spacing: 0.056em;
  text-transform: uppercase;
  background: none;
  border: none;
  color: inherit;
  font-size: 0.8125em;
}

@media (min-width: 700px) {
  .search-overlay__form {
    min-width: 0;
  }
  .search-overlay__input {
    font-size: 47px;
  }
}

.select2-search--dropdown {
  border-bottom: 1px solid #e1e6ea;
  border-top: 1px solid #e1e6ea;
  padding: 10px;
}

.select2-results__options {
  font-size: 14px;
  font-style: inherit;
  line-height: 1.5;
}

.select2-results__option {
  margin: 0;
  padding: 6px 15px;
}

.share ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.share ul li {
  display: inline-block;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #293340;
  font-weight: 600;
  margin: 0px 0px 0 10px;
}

.share ul li:first-child {
  margin: 0;
}

.share ul:hover a {
  opacity: 0.5;
}

.share ul a {
  -webkit-transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.share ul a:hover {
  opacity: 1;
}

.share__link {
  position: relative;
  display: block;
  padding: 0 8px;
}

.share__link-success {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -125%);
          transform: translate(-50%, -125%);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  padding: 6px;
  color: #ffffff;
  text-transform: none;
  -webkit-transition: opacity 800ms ease-out;
  transition: opacity 800ms ease-out;
}

.share__link-success::after {
  content: '';
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -6px;
}

.share__link-success--below {
  top: auto;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.share__link-success--below::after {
  border-bottom: 6px solid rgba(0, 0, 0, 0.8);
  border-top: none;
  top: -6px;
}

.single-authors.has-transparent-header .footer {
  margin-top: 0;
}

.single-issue .footer {
  margin-top: 0;
}

.skip-link {
  background: #0c2644;
  background-image: linear-gradient(202deg, #35475f, rgba(53, 71, 95, 0));
  color: #ebe8ed;
  display: block;
  overflow: hidden;
  text-align: center;
  width: 100%;
  z-index: 1;
  line-height: 3;
  max-height: 0;
  -webkit-transition: max-height 200ms ease-in-out;
  transition: max-height 200ms ease-in-out;
}

.skip-link:focus {
  max-height: 3em;
}

.skip-link:focus span {
  outline: 1px dotted;
}

.svg:not(html) {
  display: inline-block;
  vertical-align: middle;
}

.tweet {
  background: #293340;
  border-radius: 3px;
  margin-bottom: 10px;
  float: left;
}

.tweet--big, .tweet--small {
  width: 100%;
}

@media (min-width: 700px) {
  .tweet--big {
    width: 66%;
  }
  .tweet--small {
    width: 33%;
  }
}

.tweet__content {
  padding: 15% 8%;
  color: #FFFFFF;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2;
}

@media (min-width: 700px) {
  .tweet__content {
    font-size: 1.0625rem;
  }
}

.tweet__content p {
  margin: 0;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.tweet__content a {
  color: #42b9f6;
}

.tweet__content .meta {
  margin-top: 2.5rem;
}

.tweet__content .meta a {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.9375rem;
}

.tweet__content .tweet__account {
  margin-bottom: 2rem;
}

.tweet__content .tweet__account .svg {
  vertical-align: text-top;
  margin-right: 0.5rem;
}

.tweet__content .tweet__account .svg svg {
  width: 29px;
  height: 26px;
}

.tweet__content .tweet__account .svg svg path,
.tweet__content .tweet__account .svg svg use {
  fill: #46b8ff;
}

.tweet__content .tweet__account a {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
}

.tweetable {
  color: #2B5E92;
}

.tweetable__text, .wp-editor .tweetable {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, #e1e6ea), color-stop(20%, #FFFFFF));
  background-image: linear-gradient(to right, #e1e6ea 80%, #FFFFFF 20%);
  background-repeat: repeat-x;
  background-size: 6px 2px;
  background-position: bottom left;
}

.tweetable__icon, .wp-editor .tweetable::after {
  background-color: #2B5E92;
  background-image: url(../img/twitter-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  margin: 0 0.25em 0 0.5em;
  position: relative;
}

.tweetable__icon::before {
  content: '';
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #2B5E92;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -6px 0 0 -6px;
}

.tweetable:hover .tweetable__text, .tweetable:hover .wp-editor .tweetable, .wp-editor .tweetable:hover .tweetable {
  background-image: -webkit-gradient(linear, left top, right top, from(#336799), to(#336799));
  background-image: linear-gradient(to right, #336799, #336799);
}

.tweetable:hover .tweetable__icon, .tweetable:hover .wp-editor .tweetable::after, .wp-editor .tweetable:hover .tweetable::after {
  background-color: #336799;
}

.tweetable:hover .tweetable__icon::before {
  border-right-color: #2B5E92;
}

.wp-editor .tweetable {
  position: relative;
}

.wp-editor .tweetable::after {
  content: '';
}

.wp-editor .tweetable::before {
  display: none;
}

.video__embed {
  display: none;
}

.video__embed iframe {
  display: block;
}

.video__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video__overlay {
  top: 50%;
  opacity: 0.5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111111));
  background-image: linear-gradient(180deg, transparent 0%, #111111 100%);
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.video__play {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out;
}

.video__play::after {
  clear: both;
  content: "";
  display: block;
}

.video__play-button-col {
  float: left;
  margin-right: 12px;
}

.video__play-text-col {
  float: left;
}

@supports ((display: -webkit-box) or (display: flex)) {
  .video__play {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .video__play-button-col {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.video__play-title {
  display: none;
  margin: 2px 0 0 0;
  color: #FFFFFF;
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}

.video__button {
  position: relative;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 30px;
  width: 30px;
  border: 2px solid #FFFFFF;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.video__triangle {
  top: 50%;
  left: 56%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #FFFFFF;
  border-width: 6px 0 6px 8px;
  overflow: hidden;
  position: absolute;
  text-indent: -10000px;
}

.video__duration {
  color: #FFFFFF;
  display: inline-block;
  font-family: "Merriweather", serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 30px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}

.video__title {
  color: #293340;
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 16px 0 0;
}

.video__link:hover .video__overlay {
  opacity: 0.8;
}

.video__link:hover .video__button {
  border-color: #336799;
  background: #336799;
}

.video--no-placeholder .video__embed {
  display: block;
}

@media (min-width: 700px) {
  .video--content .video__play {
    left: 30px;
    bottom: 30px;
  }
  .video--content .video__play-button-col {
    margin-right: 30px;
  }
  .video--content .video__play-title {
    font-size: 1.625rem;
  }
  .video--content .video__button {
    height: 65px;
    width: 65px;
    border: 2px solid #FFFFFF;
  }
  .video--content .video__triangle {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #FFFFFF;
    border-width: 12px 0 12px 14px;
  }
  .video--full .video__play {
    left: 60px;
    bottom: 60px;
  }
  .video--full .video__play-button-col {
    margin-right: 30px;
  }
  .video--full .video__play-title {
    font-size: 2.5rem;
  }
  .video--full .video__button {
    height: 82px;
    width: 82px;
    border: 2px solid #FFFFFF;
  }
  .video--full .video__triangle {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #FFFFFF;
    border-width: 15px 0 15px 20px;
  }
  .video--content .video__play-title, .video--full .video__play-title {
    display: block;
  }
  .video--content .video__title, .video--full .video__title {
    display: none;
  }
}

.video--loading .video__link::after {
  content: '';
  position: absolute;
  top: calc(50% - 31.5px);
  left: calc(50% - 31.5px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  border-top-color: #333;
  -webkit-animation: video--spin 1s infinite linear;
          animation: video--spin 1s infinite linear;
}

.video--loading .video__play {
  opacity: 0;
}

.video--reveal .video__embed {
  display: block;
}

.video--reveal .video__placeholder {
  display: none;
}

.video--reveal .video__link {
  display: none;
}

@-webkit-keyframes video--spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes video--spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

.u-cf::after {
  clear: both;
  content: "";
  display: block;
}

.u-no-children-margin > :first-child {
  margin-top: 0 !important;
}

.u-no-children-margin > :last-child {
  margin-bottom: 0 !important;
}

figure.alignleft,
img.alignleft {
  float: left;
  margin: 1.75;
  margin-left: 0;
  margin-top: 0;
}

figure.aligncenter,
img.aligncenter {
  display: block;
  margin: 1.75 auto;
}

figure.alignright,
img.alignright {
  float: right;
  margin: 1.75;
  margin-right: 0;
  margin-top: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  pointer-events: none;
  position: absolute !important;
  visibility: hidden;
  width: 1px;
}

.wp-caption-text {
  font-size: 0.9375em;
  font-style: italic;
  font-weight: 500;
  line-height: 1.86667;
  color: #4d4d4f;
  border-bottom: 3px solid #1a2845;
}

@media (max-width: 699px) {
  figure.alignleft,
  img.alignleft,
  figure.aligncenter,
  img.aligncenter,
  figure.alignright,
  img.alignright {
    clear: both;
    display: block;
    float: none;
    margin: 1.75 auto;
  }
}

/*# sourceMappingURL=site.css.map */
