@charset "UTF-8";
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
/* line 9, sass/helpers/_borders.scss */
.region-content h2, .no-melody {
  padding-left: 0px;
  border-left: 0px; }

/* line 14, sass/helpers/_borders.scss */
.border {
  border: 1px solid #E9E5E4; }

/* line 18, sass/helpers/_borders.scss */
.border-top {
  border-top: 1px solid #E9E5E4; }

/* line 22, sass/helpers/_borders.scss */
.border-right {
  border-right: 1px solid #E9E5E4; }

/* line 26, sass/helpers/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #E9E5E4; }

/* line 30, sass/helpers/_borders.scss */
.border-left {
  border-left: 1px solid #E9E5E4; }

/* line 35, sass/helpers/_borders.scss */
[class*="border-"]:last-child {
  border: none; }

/* line 41, sass/helpers/_borders.scss */
.no-border {
  border: none; }

/* line 22, sass/helpers/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-size: 100% 100%;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 3px 10px;
  padding: .3rem 1rem;
  *display: inline;
  *zoom: 1;
  font-weight: bold;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-image: none;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: baseline; }
  /* line 41, sass/helpers/_buttons.scss */
  button:focus,
  input:focus[type="button"],
  input:focus[type="reset"],
  input:focus[type="submit"], button:hover,
  input:hover[type="button"],
  input:hover[type="reset"],
  input:hover[type="submit"], button:active,
  input:active[type="button"],
  input:active[type="reset"],
  input:active[type="submit"] {
    outline: 0;
    text-decoration: none; }

/* line 25, sass/helpers/_clearfix.scss */
.cf {
  *zoom: 1; }
  /* line 14, sass/helpers/_clearfix.scss */
  .cf:before, .cf:after {
    content: " ";
    display: table;
    line-height: 0; }
  /* line 20, sass/helpers/_clearfix.scss */
  .cf:after {
    clear: both; }

/* line 11, sass/helpers/_hide-text.scss */
.sr-only, .social-media-links li a span,
.element-invisible {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/* line 88, sass/helpers/_icon.scss */
form li, .no-icon {
  padding: 0; }
  /* line 89, sass/helpers/_icon.scss */
  form li::after, .no-icon::after {
    display: none; }
  /* line 90, sass/helpers/_icon.scss */
  form li::before, .no-icon::before {
    display: none; }

/* revert element.no-icon's children*/
/* line 96, sass/helpers/_icon.scss */
.has-icon::after {
  display: inline; }

/* line 97, sass/helpers/_icon.scss */
.has-icon::before {
  display: inline; }

/* Rem Unit font sizes with relative fallback http:/seesparkbox.com/foundry/scss_rem_mixin_now_with_a_better_fallback
  Usage: @include font-size(1, large);
*/
/* line 1, sass/base/_forms.scss */
input {
  max-width: 100%; }

/* line 11, sass/base/_forms.scss */
.form-item {
  position: relative; }
  /* line 15, sass/base/_forms.scss */
  .form-item label.element-invisible {
    display: none; }
  /* line 19, sass/base/_forms.scss */
  .form-item .description {
    margin-top: 12.8px;
    margin-top: 1.28rem; }

/* line 24, sass/base/_forms.scss */
label.infield {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Times New Roman", serif;
  left: 6px !important;
  top: 4px !important;
  font-weight: 400;
  opacity: .6 !important;
  z-index: 10; }

/* line 36, sass/base/_forms.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: background-color 300ms ease-out, border-color 320ms ease-out;
  transition: background-color 300ms ease-out, border-color 320ms ease-out;
  background-color: #005496;
  border: 1px solid #00467d;
  color: white;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
  padding: 8.53333px 15px 6.4px;
  padding: 0.85333rem 1.5rem 0.64rem; }
  /* line 4, sass/helpers/_links.scss */
  button:visited,
  input[type="button"]:visited,
  input[type="reset"]:visited,
  input[type="submit"]:visited {
    color: white; }
  /* line 9, sass/helpers/_links.scss */
  button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus {
    color: white; }
  /* line 14, sass/helpers/_links.scss */
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    color: white; }
  /* line 19, sass/helpers/_links.scss */
  button:active,
  input[type="button"]:active,
  input[type="reset"]:active,
  input[type="submit"]:active {
    color: white; }
  /* line 75, sass/helpers/_buttons.scss */
  button:focus, button:hover, button:active, button.active,
  input[type="button"]:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"].active,
  input[type="reset"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"].active,
  input[type="submit"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"].active {
    background-color: #91268F;
    border-color: #c53fc2;
    outline: 0;
    text-decoration: none; }
  /* line 45, sass/base/_forms.scss */
  button + button,
  button + input[type="button"],
  button + input[type="reset"],
  button + input[type="submit"],
  input[type="button"] + button,
  input[type="button"] + input[type="button"],
  input[type="button"] + input[type="reset"],
  input[type="button"] + input[type="submit"],
  input[type="reset"] + button,
  input[type="reset"] + input[type="button"],
  input[type="reset"] + input[type="reset"],
  input[type="reset"] + input[type="submit"],
  input[type="submit"] + button,
  input[type="submit"] + input[type="button"],
  input[type="submit"] + input[type="reset"],
  input[type="submit"] + input[type="submit"] {
    margin-left: 10px;
    margin-left: 1rem; }
  /* line 51, sass/base/_forms.scss */
  .content-wrapper button, .content-wrapper
  input[type="button"], .content-wrapper
  input[type="reset"], .content-wrapper
  input[type="submit"] {
    border-radius: 20px;
    border-radius: 2rem; }

/* line 58, sass/base/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-left: 10px;
  margin-left: 1rem; }
  @media screen and (min-width: 420px) {
    /* line 58, sass/base/_forms.scss */
    input[type="checkbox"] + label,
    input[type="radio"] + label {
      display: inline-block; } }

/* line 67, sass/base/_forms.scss */
input[type="text"] {
  padding: 6px 10px 3px;
  padding: 0.6rem 1rem 0.3rem;
  border: 1px solid #9b9d9f;
  width: 100%; }

/* line 74, sass/base/_forms.scss */
.marker, .form-required {
  color: #ee0000; }
  /* line 78, sass/base/_forms.scss */
  #footer .marker, #footer .form-required {
    color: #FF6666; }

/* line 84, sass/base/_forms.scss */
fieldset {
  padding: 0;
  border: none; }
  /* line 88, sass/base/_forms.scss */
  fieldset legend {
    font-weight: bold; }
  /* line 93, sass/base/_forms.scss */
  fieldset.fieldset-heading legend {
    font-weight: normal;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.39286;
    margin-bottom: 1.3rem; }

/* line 102, sass/base/_forms.scss */
input::-webkit-input-placeholder {
  color: #2f2f2f; }
input:-ms-input-placeholder {
  color: #2f2f2f; }
input::-ms-input-placeholder {
  color: #2f2f2f; }
input::placeholder {
  color: #2f2f2f; }
  /* line 104, sass/base/_forms.scss */
  input::-webkit-input-placeholder:focus {
    opacity: .5; }
  input:-ms-input-placeholder:focus {
    opacity: .5; }
  input::-ms-input-placeholder:focus {
    opacity: .5; }
  input::placeholder:focus {
    opacity: .5; }

/*------------------------------------*\
    $GLOBAL CLASSES
\*------------------------------------*/
/* Clearfix */
/* Completely remove from the flow and screen readers. */
/* line 11, sass/base/_global-classes.scss */
.is-hidden {
  display: none !important;
  visibility: hidden !important; }

/* Completely remove from the flow but leave available to screen readers. */
/* Text-Align */
/* line 23, sass/base/_global-classes.scss */
.align-right {
  text-align: right; }

/* line 27, sass/base/_global-classes.scss */
.align-center {
  text-align: center; }

/* line 31, sass/base/_global-classes.scss */
.align-left {
  text-align: left; }

/* Display Classes */
/* line 36, sass/base/_global-classes.scss */
.hide {
  display: none !important; }

@media all and (max-width: 420px) {
  /* line 39, sass/base/_global-classes.scss */
  .hide-small {
    display: none; } }

@media (min-width: 640px) and (max-width: 1024px) {
  /* line 45, sass/base/_global-classes.scss */
  .hide-med {
    display: none; } }

@media all and (min-width: 1024px) {
  /* line 51, sass/base/_global-classes.scss */
  .hide-large {
    display: none; } }

/* line 58, sass/base/_global-classes.scss */
.valid {
  color: #188916; }

/* line 62, sass/base/_global-classes.scss */
.error {
  color: #EF5058; }

/* line 66, sass/base/_global-classes.scss */
.italic {
  font-style: italic; }

/* line 70, sass/base/_global-classes.scss */
.warning {
  color: #E51520; }

/* line 74, sass/base/_global-classes.scss */
.information {
  color: #003763; }

/* line 78, sass/base/_global-classes.scss */
.font-secondary {
  font-family: "Times New Roman", serif; }

/* line 81, sass/base/_global-classes.scss */
.font-primary {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* line 85, sass/base/_global-classes.scss */
.clear-l {
  clear: left; }

/* line 89, sass/base/_global-classes.scss */
.clear-r {
  clear: right; }

/* line 93, sass/base/_global-classes.scss */
.clear-all {
  clear: both; }

/* line 96, sass/base/_global-classes.scss */
.border-gray-light {
  border: 1px solid #f0edec; }
  /* line 98, sass/base/_global-classes.scss */
  .border-gray-light .content {
    padding: 1em; }

/* line 103, sass/base/_global-classes.scss */
.bg-blue {
  background: #005496; }

/* line 107, sass/base/_global-classes.scss */
.bg-gray-dark {
  background: #898B8E; }

/* line 111, sass/base/_global-classes.scss */
.bg-gray-darker {
  background: #2f2f2f; }

/* line 115, sass/base/_global-classes.scss */
.bg-gray-light {
  background: #f0edec; }
  /* line 117, sass/base/_global-classes.scss */
  .bg-gray-light.paragraphs-item-grid-layout {
    background: none; }

/* line 121, sass/base/_global-classes.scss */
.bg-gray-lightest {
  background: #f9f8f8; }
  /* line 123, sass/base/_global-classes.scss */
  .bg-gray-lightest.border {
    border: 1px solid #f4f3f2; }
  /* line 126, sass/base/_global-classes.scss */
  .bg-gray-lightest.paragraphs-item-grid-layout {
    background: none; }

/* line 131, sass/base/_global-classes.scss */
.bg-green {
  background: #188916; }

/* line 134, sass/base/_global-classes.scss */
.bg-orange {
  background: #f8991d; }

/* line 138, sass/base/_global-classes.scss */
.bg-purple {
  background: #513F99; }

/* line 149, sass/base/_global-classes.scss */
.bg-green *,
.bg-gray-dark *,
.bg-gray-darker *,
.bg-gray-darkest *,
.bg-blue *,
.bg-orange *,
.bg-purple * {
  color: white; }

/* line 152, sass/base/_global-classes.scss */
.bg-green.paragraphs-item-grid-layout,
.bg-gray-dark.paragraphs-item-grid-layout,
.bg-gray-darker.paragraphs-item-grid-layout,
.bg-gray-darkest.paragraphs-item-grid-layout,
.bg-blue.paragraphs-item-grid-layout,
.bg-orange.paragraphs-item-grid-layout,
.bg-purple.paragraphs-item-grid-layout {
  background: none; }
  /* line 154, sass/base/_global-classes.scss */
  .bg-green.paragraphs-item-grid-layout *,
  .bg-gray-dark.paragraphs-item-grid-layout *,
  .bg-gray-darker.paragraphs-item-grid-layout *,
  .bg-gray-darkest.paragraphs-item-grid-layout *,
  .bg-blue.paragraphs-item-grid-layout *,
  .bg-orange.paragraphs-item-grid-layout *,
  .bg-purple.paragraphs-item-grid-layout * {
    color: inherit; }

/* line 160, sass/base/_global-classes.scss */
.red-stripe, .blue-stripe, .violet-stripe, .purple-stripe {
  color: #ffffff; }
  /* line 162, sass/base/_global-classes.scss */
  .red-stripe a, .blue-stripe a, .violet-stripe a, .purple-stripe a {
    color: #ffffff; }
    /* line 4, sass/helpers/_links.scss */
    .red-stripe a:visited, .blue-stripe a:visited, .violet-stripe a:visited, .purple-stripe a:visited {
      color: #ffffff; }
    /* line 9, sass/helpers/_links.scss */
    .red-stripe a:focus, .blue-stripe a:focus, .violet-stripe a:focus, .purple-stripe a:focus {
      color: #ffffff; }
    /* line 14, sass/helpers/_links.scss */
    .red-stripe a:hover, .blue-stripe a:hover, .violet-stripe a:hover, .purple-stripe a:hover {
      color: #ffffff; }
    /* line 19, sass/helpers/_links.scss */
    .red-stripe a:active, .blue-stripe a:active, .violet-stripe a:active, .purple-stripe a:active {
      color: #ffffff; }
  /* line 166, sass/base/_global-classes.scss */
  .red-stripe h1, .blue-stripe h1, .violet-stripe h1, .purple-stripe h1, .red-stripe h2, .blue-stripe h2, .violet-stripe h2, .purple-stripe h2, .red-stripe h3, .blue-stripe h3, .violet-stripe h3, .purple-stripe h3, .red-stripe h4, .blue-stripe h4, .violet-stripe h4, .purple-stripe h4, .red-stripe h5, .blue-stripe h5, .violet-stripe h5, .purple-stripe h5, .red-stripe h6, .blue-stripe h6, .violet-stripe h6, .purple-stripe h6 {
    color: #ffffff; }
    /* line 168, sass/base/_global-classes.scss */
    .red-stripe h1 a, .blue-stripe h1 a, .violet-stripe h1 a, .purple-stripe h1 a, .red-stripe h2 a, .blue-stripe h2 a, .violet-stripe h2 a, .purple-stripe h2 a, .red-stripe h3 a, .blue-stripe h3 a, .violet-stripe h3 a, .purple-stripe h3 a, .red-stripe h4 a, .blue-stripe h4 a, .violet-stripe h4 a, .purple-stripe h4 a, .red-stripe h5 a, .blue-stripe h5 a, .violet-stripe h5 a, .purple-stripe h5 a, .red-stripe h6 a, .blue-stripe h6 a, .violet-stripe h6 a, .purple-stripe h6 a {
      color: #ffffff !important; }
      /* line 169, sass/base/_global-classes.scss */
      .red-stripe h1 a:hover, .blue-stripe h1 a:hover, .violet-stripe h1 a:hover, .purple-stripe h1 a:hover, .red-stripe h2 a:hover, .blue-stripe h2 a:hover, .violet-stripe h2 a:hover, .purple-stripe h2 a:hover, .red-stripe h3 a:hover, .blue-stripe h3 a:hover, .violet-stripe h3 a:hover, .purple-stripe h3 a:hover, .red-stripe h4 a:hover, .blue-stripe h4 a:hover, .violet-stripe h4 a:hover, .purple-stripe h4 a:hover, .red-stripe h5 a:hover, .blue-stripe h5 a:hover, .violet-stripe h5 a:hover, .purple-stripe h5 a:hover, .red-stripe h6 a:hover, .blue-stripe h6 a:hover, .violet-stripe h6 a:hover, .purple-stripe h6 a:hover {
        color: #ffffff !important; }

/* Triptychs */
/*icons for all triptych headers*/
/* line 182, sass/base/_global-classes.scss */
[class$='-stripe'] a:hover::after, [class$='-stripe'] a:hover::before {
  color: #EF5058; }

/* line 190, sass/base/_global-classes.scss */
.red-stripe {
  background-color: #E51520; }
  /* line 193, sass/base/_global-classes.scss */
  .red-stripe h1, .red-stripe h2 {
    padding-left: 5px;
    border-left: 5px solid #ffffff;
    line-height: 1.1; }

/* line 198, sass/base/_global-classes.scss */
.blue-stripe {
  background-color: #182957; }
  /* line 201, sass/base/_global-classes.scss */
  .blue-stripe h1, .blue-stripe h2 {
    padding-left: 5px;
    border-left: 5px solid #EF5058;
    line-height: 1.1; }

/* line 206, sass/base/_global-classes.scss */
.violet-stripe {
  background-color: #91268F; }
  /* line 209, sass/base/_global-classes.scss */
  .violet-stripe h1, .violet-stripe h2 {
    padding-left: 5px;
    border-left: 5px solid #95D5D0;
    line-height: 1.1; }

/* line 214, sass/base/_global-classes.scss */
.purple-stripe {
  background-color: #513F99; }
  /* line 217, sass/base/_global-classes.scss */
  .purple-stripe h1, .purple-stripe h2 {
    color: #FEDF5D;
    padding-left: 5px;
    border-left: 5px solid #ffffff;
    line-height: 1.1; }
    /* line 219, sass/base/_global-classes.scss */
    .purple-stripe h1 a, .purple-stripe h2 a {
      color: #FEDF5D; }

/* line 225, sass/base/_global-classes.scss */
.color-white, .color-white a {
  color: #faf7f1 !important; }

/* line 226, sass/base/_global-classes.scss */
.color-red, .color-red a {
  color: #872e20 !important; }

/* line 227, sass/base/_global-classes.scss */
.color-blue-dark, .color-blue-dark a {
  color: #003763 !important; }

/* line 228, sass/base/_global-classes.scss */
.color-blue-light, .color-blue-light a {
  color: #48bcff !important; }

/* line 229, sass/base/_global-classes.scss */
.color-yellow, .color-yellow a {
  color: #ffd51d !important; }

/* line 231, sass/base/_global-classes.scss */
.text-blue {
  color: #005496; }

/* line 235, sass/base/_global-classes.scss */
.text-green {
  color: #188916; }

/* line 243, sass/base/_global-classes.scss */
.preface {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Times New Roman", serif; }

/* Floats */
/* line 270, sass/base/_global-classes.scss */
.center {
  text-align: center; }

/* line 273, sass/base/_global-classes.scss */
img.center {
  display: block;
  margin: 1.6em auto; }

/* line 278, sass/base/_global-classes.scss */
[style*="float: left"] [style*="float:left"],
figure[style*="float:left"] {
  float: left;
  margin-right: 2.85714%;
  margin-bottom: 1.6em; }

/* line 286, sass/base/_global-classes.scss */
[style*="float: right"],
[style*="float:right"],
figure[style*="float:right"] {
  float: right;
  margin-left: 2.85714%;
  margin-bottom: 1.6em; }

/* line 295, sass/base/_global-classes.scss */
figure.align-right {
  text-align: left; }

/* line 299, sass/base/_global-classes.scss */
.constrain-text {
  max-width: 62.5em; }

@media screen and (min-width: 768px) {
  /* Floats */
  /* line 306, sass/base/_global-classes.scss */
  .right-search {
    float: right;
    padding: 0 0 20px 0; } }

@media screen and (max-width: 979px) {
  /* line 314, sass/base/_global-classes.scss */
  .bp-desk {
    display: none; } }

@media (min-width: 1024px) {
  /* line 320, sass/base/_global-classes.scss */
  .bp-desk {
    display: block; }
  /* line 323, sass/base/_global-classes.scss */
  .bp-mobile {
    display: none; } }

/* Links */
/* line 2, sass/base/_links.scss */
a {
  color: #005496;
  text-decoration: none; }
  /* line 4, sass/helpers/_links.scss */
  a:visited {
    color: #005496; }
  /* line 9, sass/helpers/_links.scss */
  a:focus {
    color: #182957; }
  /* line 14, sass/helpers/_links.scss */
  a:hover {
    color: #182957; }
  /* line 19, sass/helpers/_links.scss */
  a:active {
    color: #182957; }
  /* line 7, sass/base/_links.scss */
  a.active {
    color: #182957; }
  /* line 11, sass/base/_links.scss */
  a:focus, a:hover, a:active {
    text-decoration: none;
    cursor: hand;
    cursor: pointer; }
  /* line 19, sass/base/_links.scss */
  a:hover {
    text-decoration: underline; }
  /* line 23, sass/base/_links.scss */
  a.more-link-caret, a.read-more-link,
  .read-more-link a {
    padding: 5px 15px 7.5px 10px;
    padding: 0.5rem 1.5rem 0.75rem 1rem;
    margin: 10px 0 5px;
    margin: 1rem 0 0.5rem;
    color: #ffffff;
    background: #005496;
    position: relative;
    display: inline-block;
    padding-right: 1.875em; }
    /* line 26, sass/base/_links.scss */
    a.more-link-caret img, a.read-more-link img,
    .read-more-link a img {
      display: none; }
    /* line 51, sass/helpers/_icon.scss */
    a.more-link-caret:after, a.read-more-link:after,
    .read-more-link a:after {
      content: "";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #ffffff;
      position: absolute;
      font-size: 1em;
      top: 0.375em;
      right: 0.625em; }
    /* line 63, sass/helpers/_icon.scss */
    a.more-link-caret:hover:after, a.read-more-link:hover:after,
    .read-more-link a:hover:after {
      color: #ffffff; }
    /* line 36, sass/base/_links.scss */
    a.more-link-caret:hover, a.read-more-link:hover,
    .read-more-link a:hover {
      text-decoration: none;
      background: #182957; }

/*social media , share buttons*/
/* line 45, sass/base/_links.scss */
.social-media-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  /* line 39, sass/helpers/_list.scss */
  .social-media-links > li {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    display: block;
    float: left; }
    /* line 51, sass/helpers/_list.scss */
    .social-media-links > li:last-child {
      margin-right: 0px; }
  /* line 47, sass/base/_links.scss */
  .footer-social .social-media-links {
    margin-top: 12.8px;
    margin-top: 1.28rem; }
  /* line 50, sass/base/_links.scss */
  .social-media-links li {
    margin-right: 25.6px;
    margin-right: 2.56rem; }
    /* line 52, sass/base/_links.scss */
    .social-media-links li a {
      font-size: 22px;
      font-size: 2.2rem; }
      /* line 57, sass/base/_links.scss */
      .social-media-links li a:hover {
        text-decoration: none; }
  /* line 67, sass/base/_links.scss */
  .social-media-links.share-buttons li {
    margin-right: 5px;
    margin-right: 0.5rem; }
    /* line 69, sass/base/_links.scss */
    .social-media-links.share-buttons li:last-child {
      margin-right: 0; }
    /* line 70, sass/base/_links.scss */
    .social-media-links.share-buttons li a {
      font-size: 18px;
      font-size: 1.8rem;
      width: 34px;
      text-align: center;
      color: #ffffff;
      padding: 7px 5px;
      padding: 0.7rem 0.5rem;
      background: #005496; }
      /* line 77, sass/base/_links.scss */
      .social-media-links.share-buttons li a.fa-facebook {
        background: #264380; }
      /* line 78, sass/base/_links.scss */
      .social-media-links.share-buttons li a.fa-twitter {
        background: #52A8DB; }
      /* line 79, sass/base/_links.scss */
      .social-media-links.share-buttons li a.fa-pinterest {
        background: #BA3431; }
      /* line 80, sass/base/_links.scss */
      .social-media-links.share-buttons li a.fa-google {
        background: #C45336; }
      /* line 81, sass/base/_links.scss */
      .social-media-links.share-buttons li a.fa-tumblr {
        background: #465569; }
      /* line 82, sass/base/_links.scss */
      .social-media-links.share-buttons li a.fa-envelope {
        background: #72994C; }

/* Lists */
/* line 3, sass/base/_lists.scss */
ul {
  padding-left: 12.8px;
  padding-left: 1.28rem;
  /* list caret icon
 * only show in content, widgets
 */ }
  /* line 6, sass/base/_lists.scss */
  ul ul {
    list-style-type: circle; }
  /* line 17, sass/base/_lists.scss */
  .node-press-release ul li,
  .node-page ul li,
  .view-widgets ul li {
    list-style-type: none;
    position: relative;
    display: block;
    padding-left: 1em; }
    /* line 69, sass/helpers/_icon.scss */
    .node-press-release ul li:before,
    .node-page ul li:before,
    .view-widgets ul li:before {
      content: "";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #EF5058;
      position: absolute;
      font-size: 1em;
      top: 0;
      left: 0; }
    /* line 81, sass/helpers/_icon.scss */
    .node-press-release ul li:hover:before,
    .node-page ul li:hover:before,
    .view-widgets ul li:hover:before {
      color: #EF5058; }

/* Definition Lists */
/* line 25, sass/base/_lists.scss */
dl {
  overflow: hidden;
  margin: 0 0 1.6em; }

/* line 30, sass/base/_lists.scss */
dt {
  font-weight: bold; }

/* line 34, sass/base/_lists.scss */
dd {
  margin-left: 0; }

/**
 * $BASE-TYPOGRAPHY
   see /sass/variables/_2-font.scss
 */
/*
$fontbase = 16
$line-height-base = 24
*/
@font-face {
  font-family: "Geogrotesque";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Geogrotesque-Bd.otf") format("opentype"); }

/* line 23, sass/base/_text.scss */
html {
  font-size: 62.5%; }

/* line 27, sass/base/_text.scss */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  color: #4D4D4F;
  background: #ffffff; }

/* line 36, sass/base/_text.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #182957;
  font-weight: 600; }
  /* line 40, sass/base/_text.scss */
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #005496;
    text-decoration: none; }
    /* line 4, sass/helpers/_links.scss */
    h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
      color: #005496; }
    /* line 9, sass/helpers/_links.scss */
    h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
      color: #005496; }
    /* line 14, sass/helpers/_links.scss */
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #182957; }
    /* line 19, sass/helpers/_links.scss */
    h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
      color: #182957; }
    /* line 43, sass/base/_text.scss */
    h1 a.active, h2 a.active, h3 a.active, h4 a.active, h5 a.active, h6 a.active {
      font-weight: 400; }

/* line 50, sass/base/_text.scss */
h1, h2 {
  font-family: "Geogrotesque", "Arial Black", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
  padding-left: 5px;
  border-left: 5px solid #EF5058;
  line-height: 1.1; }
  /* line 54, sass/base/_text.scss */
  h1 a, h2 a {
    position: relative;
    display: inline-block;
    padding-right: 0.625em; }
    /* line 51, sass/helpers/_icon.scss */
    h1 a:after, h2 a:after {
      content: "";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #005496;
      position: absolute;
      font-size: 0.5em;
      top: 0.625em;
      right: 0; }
    /* line 63, sass/helpers/_icon.scss */
    h1 a:hover:after, h2 a:hover:after {
      color: #EF5058; }
    /* line 56, sass/base/_text.scss */
    h1 a:hover, h2 a:hover {
      text-decoration: none; }

/* line 67, sass/base/_text.scss */
h3, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* line 76, sass/base/_text.scss */
h2 a:after,
a h2:after, h3 a:after,
a h3:after, h4 a:after,
a h4:after, h5 a:after,
a h5:after,
.beta a:after,
a
.beta:after,
.gamma a:after,
a
.gamma:after {
  color: inherit; }
  /* line 78, sass/base/_text.scss */
  h2 a:after:hover,
  a h2:after:hover, h3 a:after:hover,
  a h3:after:hover, h4 a:after:hover,
  a h4:after:hover, h5 a:after:hover,
  a h5:after:hover,
  .beta a:after:hover,
  a
  .beta:after:hover,
  .gamma a:after:hover,
  a
  .gamma:after:hover {
    color: inherit; }

/* line 86, sass/base/_text.scss */
h1,
.alpha,
h2.block-title {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600; }
  /* line 91, sass/base/_text.scss */
  .node-type-exhibit h1,
  .node-type-blog h1, .node-type-exhibit
  .alpha,
  .node-type-blog
  .alpha, .node-type-exhibit
  h2.block-title,
  .node-type-blog
  h2.block-title {
    font-size: 36px;
    font-size: 3.6rem; }

/* line 96, sass/base/_text.scss */
h1,
.alpha {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-weight: 600; }
  /* line 101, sass/base/_text.scss */
  h1#page-title,
  .alpha#page-title {
    padding-left: 8px;
    padding-left: 0.8rem; }

/* line 107, sass/base/_text.scss */
h2,
.beta {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  margin-top: 25.6px;
  margin-top: 2.56rem; }

/* line 115, sass/base/_text.scss */
h3,
.gamma {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.74545;
  font-weight: 600;
  margin-top: 12.8px;
  margin-top: 1.28rem;
  padding: 20px 0 10px;
  padding: 2rem 0 1rem; }

/* line 125, sass/base/_text.scss */
h4, .delta {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.28;
  font-weight: 600;
  margin: 25.6px 0 12.8px;
  margin: 2.56rem 0 1.28rem; }

/* line 132, sass/base/_text.scss */
h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.42222;
  font-weight: 600;
  margin: 25.6px 0 12.8px;
  margin: 2.56rem 0 1.28rem; }

/* line 138, sass/base/_text.scss */
h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25.6px;
  font-weight: 600;
  margin: 25.6px 0 12.8px;
  margin: 2.56rem 0 1.28rem; }

/* line 2, sass/layouts/_00-layout-global.scss */
html {
  width: 100%;
  height: 100%; }

/* line 8, sass/layouts/_00-layout-global.scss */
body {
  background: #ffffff;
  position: relative;
  overflow-x: hidden;
  height: 100%; }
  /* line 14, sass/layouts/_00-layout-global.scss */
  body.menu-open {
    background: #898B8E; }

/* line 18, sass/layouts/_00-layout-global.scss */
.content-wrapper {
  background: #ffffff;
  padding-bottom: 25.6px;
  padding-bottom: 2.56rem; }

/* line 22, sass/layouts/_00-layout-global.scss */
#page-wrapper {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  overflow: hidden; }

/* line 28, sass/layouts/_00-layout-global.scss */
section {
  padding: 10px;
  padding: 1rem; }
  /* line 30, sass/layouts/_00-layout-global.scss */
  section .container {
    padding: 15px;
    padding: 1.5rem; }

/* line 35, sass/layouts/_00-layout-global.scss */
.container,
.region--footer,
.panel-display--one-col-stacked .l-region--main-content,
.page-user .main {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto; }

/* line 42, sass/layouts/_00-layout-global.scss */
.container-wide {
  max-width: 1980px;
  margin-left: auto;
  margin-right: auto; }

/* line 46, sass/layouts/_00-layout-global.scss */
.full-width-container {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

/* line 52, sass/layouts/_00-layout-global.scss */
.container.span-width {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto; }
  /* line 54, sass/layouts/_00-layout-global.scss */
  .full-width-page .container.span-width {
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto; }

/* line 59, sass/layouts/_00-layout-global.scss */
.cf {
  *zoom: 1; }
  /* line 14, sass/helpers/_clearfix.scss */
  .cf:before, .cf:after {
    content: " ";
    display: table;
    line-height: 0; }
  /* line 20, sass/helpers/_clearfix.scss */
  .cf:after {
    clear: both; }

/* line 63, sass/layouts/_00-layout-global.scss */
header, footer, .content-wrapper, .region--postscript {
  -webkit-transition: all 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 300ms cubic-bezier(0.55, 0.085, 0, 0.99); }
  /* line 65, sass/layouts/_00-layout-global.scss */
  .menu-open header, .menu-open footer, .menu-open .content-wrapper, .menu-open .region--postscript {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }

/* line 71, sass/layouts/_00-layout-global.scss */
.page-user .l-main {
  padding: 2% 2% 0; }

/* line 76, sass/layouts/_00-layout-global.scss */
.l-region--bottom {
  clear: both;
  width: 100%; }

/* line 81, sass/layouts/_00-layout-global.scss */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 85, sass/layouts/_00-layout-global.scss */
.flex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

/* line 89, sass/layouts/_00-layout-global.scss */
.layout,
.layout > .content {
  *zoom: 1; }
  /* line 14, sass/helpers/_clearfix.scss */
  .layout:before, .layout:after,
  .layout > .content:before,
  .layout > .content:after {
    content: " ";
    display: table;
    line-height: 0; }
  /* line 20, sass/helpers/_clearfix.scss */
  .layout:after,
  .layout > .content:after {
    clear: both; }
  /* line 92, sass/layouts/_00-layout-global.scss */
  .layout > .last,
  .layout > .content > .last {
    float: right;
    margin-right: 0; }

/* line 97, sass/layouts/_00-layout-global.scss */
.menu-open #page {
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px); }

/* line 102, sass/layouts/_00-layout-global.scss */
.no-margin {
  margin: 0 !important; }

/* line 103, sass/layouts/_00-layout-global.scss */
.no-padding {
  padding: 0 !important; }

/* line 104, sass/layouts/_00-layout-global.scss */
.no-spacing {
  margin: 0 !important;
  padding: 0 !important; }

/* line 106, sass/layouts/_00-layout-global.scss */
.padding-container {
  padding: 0 15px;
  padding: 0 1.5rem; }

/* line 110, sass/layouts/_00-layout-global.scss */
.padding,
.padding-extra {
  padding: 25.6px 0;
  padding: 2.56rem 0; }

/* line 114, sass/layouts/_00-layout-global.scss */
.padding-half {
  padding: 12.8px 0;
  padding: 1.28rem 0; }

/* line 117, sass/layouts/_00-layout-global.scss */
.padding-half-bottom {
  padding-bottom: 12.8px;
  padding-bottom: 1.28rem; }

/* line 120, sass/layouts/_00-layout-global.scss */
.padding-half-top {
  padding-top: 12.8px;
  padding-top: 1.28rem; }

/* line 123, sass/layouts/_00-layout-global.scss */
.padding-all,
.padding-extra-all {
  padding: 25.6px 20px;
  padding: 2.56rem 2rem; }

/* line 127, sass/layouts/_00-layout-global.scss */
.padding-half-all {
  padding: 12.8px 10px;
  padding: 1.28rem 1rem; }

/* line 130, sass/layouts/_00-layout-global.scss */
.padding-left {
  padding-left: 20px;
  padding-left: 2rem; }

/* line 133, sass/layouts/_00-layout-global.scss */
.padding-right {
  padding-right: 20px;
  padding-right: 2rem; }

/* line 136, sass/layouts/_00-layout-global.scss */
.padding-top,
.padding-extra-top {
  padding-top: 25.6px;
  padding-top: 2.56rem; }

/* line 140, sass/layouts/_00-layout-global.scss */
.padding-bottom,
.padding-extra-bottom {
  padding-bottom: 25.6px;
  padding-bottom: 2.56rem; }

/* line 146, sass/layouts/_00-layout-global.scss */
.reset-list .spacing, .spacing, .reset-list
.spacing-extra,
.spacing-extra {
  margin: 25.6px auto;
  margin: 2.56rem auto; }

/* line 152, sass/layouts/_00-layout-global.scss */
.spacing .spacing:last-child,
.spacing-bottom .spacing:last-child, .spacing
.spacing-extra:last-child,
.spacing-bottom
.spacing-extra:last-child {
  margin-bottom: 0; }

/* line 159, sass/layouts/_00-layout-global.scss */
.reset-list .spacing-half, .spacing-half {
  margin: 12.8px auto;
  margin: 1.28rem auto; }

/* line 164, sass/layouts/_00-layout-global.scss */
.spacing-half-top {
  margin-top: 12.8px;
  margin-top: 1.28rem; }

/* line 167, sass/layouts/_00-layout-global.scss */
.spacing-half-bottom {
  margin-bottom: 12.8px;
  margin-bottom: 1.28rem; }

/* line 172, sass/layouts/_00-layout-global.scss */
.reset-list .spacing-top, .spacing-top, .reset-list
.spacing-extra-top,
.spacing-extra-top {
  margin-top: 25.6px;
  margin-top: 2.56rem; }

/* line 178, sass/layouts/_00-layout-global.scss */
.spacing-top-half {
  margin-top: 12.8px;
  margin-top: 1.28rem; }

/* line 182, sass/layouts/_00-layout-global.scss */
.reset-list .spacing-bottom-half, .spacing-bottom-half {
  margin-bottom: 12.8px;
  margin-bottom: 1.28rem; }

/* line 189, sass/layouts/_00-layout-global.scss */
.reset-list .spacing-bottom, .spacing-bottom, .reset-list
.spacing-extra-bottom,
.spacing-extra-bottom {
  margin-bottom: 25.6px;
  margin-bottom: 2.56rem; }

/* line 196, sass/layouts/_00-layout-global.scss */
.spacing .spacing-bottom:last-child,
.spacing-bottom .spacing-bottom:last-child,
.spacing-extra .spacing-bottom:last-child, .spacing
.spacing-extra-bottom:last-child,
.spacing-bottom
.spacing-extra-bottom:last-child,
.spacing-extra
.spacing-extra-bottom:last-child {
  margin-bottom: 0; }

/* line 203, sass/layouts/_00-layout-global.scss */
.spacing .spacing-bottom.section-title:last-child,
.spacing-bottom .spacing-bottom.section-title:last-child,
.spacing-extra .spacing-bottom.section-title:last-child, .spacing
.spacing-extra-bottom.section-title:last-child,
.spacing-bottom
.spacing-extra-bottom.section-title:last-child,
.spacing-extra
.spacing-extra-bottom.section-title:last-child {
  margin-bottom: 0;
  margin-bottom: 25.6px;
  margin-bottom: 2.56rem; }

@media print {
  /* line 69, sass/print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  /* line 77, sass/print.scss */
  html {
    font-size: 50%; }
  /* line 80, sass/print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /* line 84, sass/print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /* line 90, sass/print.scss */
  thead {
    display: table-header-group; }
  /* line 94, sass/print.scss */
  tr,
  img {
    page-break-inside: avoid; }
  /* line 99, sass/print.scss */
  img {
    max-width: 100% !important; }
  /* line 102, sass/print.scss */
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 12.8px;
    margin-bottom: 1.28rem; }
  /* line 105, sass/print.scss */
  .not-front .breadcrumbs {
    margin-bottom: 12.8px;
    margin-bottom: 1.28rem;
    padding-top: 12.8px;
    padding-top: 1.28rem; }
  /* line 109, sass/print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  /* line 116, sass/print.scss */
  h2,
  h3 {
    page-break-after: avoid; }
  /* line 125, sass/print.scss */
  select {
    background: #fff !important; }
  /* line 129, sass/print.scss */
  .l-header-inner {
    padding: 0; }
  /* line 137, sass/print.scss */
  .l-header,
  .nav-collapse,
  .l-region--hero .field--type-image,
  .tabs.primary,
  .tabs.secondary,
  .edan-search-facets,
  .edan-search-form,
  .button,
  .edan-search .edan-results-summary .toggle-view,
  .pager,
  .r-tabs-nav,
  .l-region--hero,
  footer {
    display: none; }
  /* line 153, sass/print.scss */
  .l-content-wrapper:before {
    content: image-url("logos/logo-blue.png");
    max-height: 15px; }
  /* line 158, sass/print.scss */
  .si-collapsible-block .collapse, .si-tabs .collapse,
  .si-tabs.r-tabs .r-tabs-accordion-title,
  .si-tabs.r-tabs .r-tabs-panel {
    display: block !important; }
  /* line 164, sass/print.scss */
  .edan-search .edan-row {
    *zoom: 1; }
    /* line 14, sass/helpers/_clearfix.scss */
    .edan-search .edan-row:before, .edan-search .edan-row:after {
      content: " ";
      display: table;
      line-height: 0; }
    /* line 20, sass/helpers/_clearfix.scss */
    .edan-search .edan-row:after {
      clear: both; }
  /* line 167, sass/print.scss */
  .edan-search .btn-wrapper {
    display: none; }
  /* line 171, sass/print.scss */
  .edan-search .edan-search-result span.edan-search-mini-toggle.button {
    display: none; }
  /* line 176, sass/print.scss */
  .edan-search .edan-search-result.mini dl,
  .edan-search .edan-search-result .edan-row .mini dl {
    display: block; }
    /* line 178, sass/print.scss */
    .edan-search .edan-search-result.mini dl dt,
    .edan-search .edan-search-result .edan-row .mini dl dt {
      float: left;
      width: 12%;
      text-align: left; }
    /* line 183, sass/print.scss */
    .edan-search .edan-search-result.mini dl dd,
    .edan-search .edan-search-result .edan-row .mini dl dd {
      margin-left: 15%; }
  /* line 187, sass/print.scss */
  .edan-search .edan-search-result.mini .edan-row,
  .edan-search .edan-search-result .edan-row .mini .edan-row {
    padding-top: 0; }
  /* line 191, sass/print.scss */
  .edan-search .edan-search-result .record-media {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%; }
  /* line 194, sass/print.scss */
  .edan-search .edan-search-result .record-details {
    width: 74.28571%;
    float: right;
    margin-right: 0; }
    /* line 196, sass/print.scss */
    .edan-search .edan-search-result .record-details .title {
      margin: 0; }
  /* line 204, sass/print.scss */
  .edan-object-wrapper .container {
    padding: 0; }
  /* line 207, sass/print.scss */
  .edan-object-wrapper .preface--edan-object {
    display: none; }
  /* line 210, sass/print.scss */
  .edan-object-wrapper .edan-row {
    *zoom: 1; }
    /* line 14, sass/helpers/_clearfix.scss */
    .edan-object-wrapper .edan-row:before, .edan-object-wrapper .edan-row:after {
      content: " ";
      display: table;
      line-height: 0; }
    /* line 20, sass/helpers/_clearfix.scss */
    .edan-object-wrapper .edan-row:after {
      clear: both; }
  /* line 215, sass/print.scss */
  .edan-object-wrapper .edan-search-result.mini .edan-row {
    padding-top: 0; }
  /* line 219, sass/print.scss */
  .edan-object-wrapper .edan-search-result .record-media.no-slideshow {
    float: left; }
    /* line 222, sass/print.scss */
    .edan-object-wrapper .edan-search-result .record-media.no-slideshow a {
      text-align: right; }
  /* line 226, sass/print.scss */
  .edan-object-wrapper .edan-search-result .record-details.no-slideshow {
    width: 74.28571%;
    float: right;
    margin-right: 0; }
    /* line 228, sass/print.scss */
    .edan-object-wrapper .edan-search-result .record-details.no-slideshow .title {
      margin: 0;
      text-align: left; }
  /* line 236, sass/print.scss */
  .edan-object-wrapper .edan-search-result dl dt {
    margin-top: 1em;
    text-align: left;
    width: auto;
    float: none; }
  /* line 244, sass/print.scss */
  .edan-object-wrapper .edan-search-result dl dd {
    margin-left: 0; } }

/*# sourceMappingURL=maps/print.css.map */
