﻿/* Anchors
-----------------------------------------------------------------------------*/
.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
/* Big Buttons
-----------------------------------------------------------------------------*/
.bigBtn {
  display: inline-block;
  padding: 12px 20px 12px 20px;
  margin: 6px 16px 6px 0;
  min-width: 100px;
  background: #183153;
  color: #FFF;
  text-align: center;
  font-weight: 400;
  font-size: 1.0rem;
  line-height: 1.1rem;
  border-left: 4px solid #467DBC;
  box-shadow: inset 0 0 0 0 #467DBC;
  border-radius: 24px;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -ms-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  white-space: nowrap;
}
.bigBtn:hover, .bigBtn:focus {
  background: #1E9FDA;
  color: #FFF;
  text-decoration: none;
  box-shadow: inset 200px 0 0 0 #467DBC;
}
.bigBtnWhite {
  display: inline-block;
  padding: 12px 20px 12px 20px;
  margin: 6px 16px 6px 0;
  min-width: 100px;
  background: #FFF;
  color: #183153;
  text-align: center;
  font-weight: 400;
  border-left: 4px solid #467DBC;
  border-radius: 24px;
}
.bigBtnWhite:hover, .bigBtnWhite:focus {
  background: #467DBC;
  color: #FFF;
  text-decoration: none;
  box-shadow: inset 200px 0 0 0 #467DBC;
}
.bigBtnIcon {
  width: 12px;
  height: 12px;
  padding: 2px 0 0 0;
  margin: 0 0 0 12px;
}
/* TEXT STYLES
-----------------------------------------------------------------------------*/
.hgroup {
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #DDD;
  overflow: hidden;
}
.intro {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 100;
  color: #183153;
  margin: 1px 1px 36px 1px;
  padding: 0 0 0 0;
}
.intro:focus {
  background: rgba(0, 0, 0, .05);
}
#INTRO {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 100;
  color: #183153;
}
.intro2 {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 100;
  color: #183153;
  margin: 1px 1px 24px 1px;
  padding: 0 0 0 0;
}
.intro2:focus {
  background: rgba(0, 0, 0, .05);
}
#INTRO2 {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 100;
  color: #183153;
}
.body {
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}
.footnote {
  font-size: 0.7rem;
  line-height: 0.8rem;
  border-top: 1px solid #555555;
  margin: 36px 0 24px 0;
  padding: 12px 0 0 0;
}
#byline {
  margin: 0 0 36px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #555555;
}
/* Hero
-----------------------------------------------------------------------------*/
.hero {
  width: 100%;
  background-color: #183153;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 180px 0 180px 0;
  text-align: center;
  overflow: hidden;
}
.hero h1 {
  color: #FFF;
  font-size: 3.6rem;
  line-height: 4.0rem;
  display: block;
  margin: 0 0 12px 0;
  font-weight: 200;
}
.hero em {
  color: #FFF;
  font-size: 2.4rem;
  line-height: 3.0rem;
  display: block;
}
/* Page Main
-----------------------------------------------------------------------------*/
.pageMain {
  background-color: #FFF;
  padding: 36px 0 36px 0;
}
#sections {
  background: #CCC;
  padding: 48px 0 48px 0;
}
/* SEARCH
-----------------------------------------------------------------------------*/
#SEARCH_TXT {
  background: #FFF;
  padding: 12px;
  border: none;
  color: #5BA1BF;
  text-align: left;
  width: 85%;
  float: left;
}
#SEARCH_GO {
  background: #5BA1BF;
  padding: 12px;
  border: none;
  color: #FFF;
}
/* Audiences
-----------------------------------------------------------------------------*/
.topicBox {
  background:rgba(255,255,255,.95);
  padding: 22px 18px 22px 18px ;
  margin: 6px 18px 18px 6px;
  box-shadow: 8px 8px 8px rgba(0,0,0,.2);
  border-radius: 8px;
  color: #111;
}
.topicBox img {
  height: 72px;
  width: auto;
  margin: 0 auto 18px auto;
}
.topicBox h3 {
  color: #183153;
  letter-spacing:-1px;
}
.topicBox p {
  line-height: 1.4rem !important;
}
/* Sub-pages
-----------------------------------------------------------------------------*/
#subpage-div {
  text-align: center;
  padding: 60px 0 48px 0;
  overflow: hidden;
  background-color: #183153;
  background-image: url('/media/static/images/overlay-dk-blue.svg'), url('/media/static/images/default-bg.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -m-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
}
#subpage-div h2 {
  font-size: 3.6rem;
  line-height: 4.0rem;
  font-weight: 100;
  color: #FFF;
  text-align: center;
  margin: 0 0 24px 0;
}
#subpage-container {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 100%;
}
.subpage-link {
  width: 29%;
  margin: 0 1% 24px 1%;
  background: #FFF;
  flex: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.subpage-link:hover, .subpage-link:focus {
  -webkit-transform: scale(.97);
  -moz-transform: scale(.97);
  -ms-transform: scale(.97);
  -o-transform: scale(.97);
  transform: scale(.97);
  text-decoration: none;
  background-color: rgba(0, 0, 0, .2);
  color: #FFF;
}
.subpage-image {
  background-color: #555555;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.subpage-image:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.subpage-text {
  padding: 12px;
}
.subpage-text h3 {
  color: #183153;
  font-weight: 700;
}
.subpage-text:hover h3, .subpage-text:focus h3 {
  color: #FFF;
}
/* VIDEOS - Responsive
---------------------------------------------------------------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: auto;
  background: #183153;
}
.squareVideo {
  padding-bottom: 100%; /* 1:1 */
}
.verticalVideo {
  padding-bottom: 177%; /* 9:16 */
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* MODALS
-----------------------------------------------------------------------------*/
.modalBtn {
  padding: 0 0 0 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modalBtn:hover, .modalBtn:focus {
  opacity: .9;
}
.modalThumbnail {
  -webkit-background-size: 72px, cover;
  -moz-background-size: 72px, cover;
  -ms-background-size: 72px, cover;
  -o-background-size: 72px, cover;
  background-size: 72px, cover;
  background-repeat: no-repeat;
  background-color: #555555;
  background-position: center;
  padding-bottom: 50%;
  margin: 24px 0 36px 0;
}
.modaliFrame {
  width: 100%;
  height: 480px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 100000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
  background-color: #FFF;
  margin: 5% auto;
  padding: 6px 24px 24px 24px;
  width: 60%;
}
.modal h2 {
  text-transform: none;
  font-size: 1.2rem;
  line-height: 1.4rem;
  border: none;
  margin: 6px 0 12px 0;
  padding: 0;
}
.modal .close {
  color: #888;
  float: right;
  font-size: 2rem;
  margin: 0 0 6px 0;
}
.modal .close:hover, .modal .close:focus {
  color: #222;
  text-decoration: none;
  cursor: pointer;
}
.sectAnchor::before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0 0;
  visibility: hidden;
}
/* ACCORDION
-----------------------------------------------------------------------------*/
.accordionTitle {
  background-color: #FFF;
  color: #444;
  cursor: pointer;
  padding: 14px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 100;
  border-bottom: 1px solid #CCC;
}
.active, .accordionActive, .accordionTitle:hover, .accordionTitle:focus {
  background-color: #EEE;
  color: #444;
}
.accordionBody {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordionTitle:after {
  content: '+';
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #444;
  float: right;
  margin-left: 6px;
}
.active:after, .accordionActive:after {
  content: "-";
}

/* MEDIA ELEMENTS
-----------------------------------------------------------------------------*/
.mediaElements {
  width: 40%;
  float: right;
  margin: 0 0 24px 24px;
  font-size: .9rem;
  line-height: 1.1rem;
}
.mediaElements h3 {
  font-size: .9rem;
  line-height: 1.1rem;
  margin: 0 0 2px 0;
  padding: 0 0 0 0;
}
.mediaElements p {
  font-size: .9rem;
  line-height: 1.1rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.mediaElements ul {
  margin: 0 0 0 12px;
}
.mediaElements li {
  margin: 0 0 12px 0;
}
.mediaElements img {
  width: 100%;
  margin: 0 0 6px 0;
  padding: 0 0 0 0;
}

/* Media Gallery
-----------------------------------------------------------------------------*/
.media-gallery {
  margin: 12px 0 48px 0;
}
.media-gallery-track {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.media-gallery-card {
  background: #f6f6f6;
  border: 1px solid #ddd;
  overflow: hidden;
}
.media-gallery-image {
  min-height: 280px;
  background: #ddd;
}
.media-gallery-image picture {
  display: block;
  height: 100%;
}
.media-gallery-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
.media-gallery-caption {
  padding: 12px 14px;
  background: #183153;
  color: #fff;
}
.media-gallery-caption-body {
  margin-top: 6px;
}
.image-carousel {
  margin: 12px 0 48px 0;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f6f8 100%);
  border: 1px solid #d9e1e7;
  box-shadow: 0 12px 30px rgba(24, 49, 83, .08);
}
.image-carousel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.image-carousel-status {
  color: #183153;
  font-weight: 700;
  letter-spacing: .02em;
}
.image-carousel-controls {
  display: flex;
  gap: 8px;
}
.image-carousel-button,
.image-carousel-dot {
  border: 1px solid #183153;
  background: #fff;
  color: #183153;
  cursor: pointer;
}
.image-carousel-button {
  padding: 8px 14px;
  font-weight: 700;
  border-radius: 999px;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, opacity .2s ease;
}
.image-carousel-button[disabled] {
  opacity: .45;
  cursor: not-allowed;
}
.image-carousel-button:hover,
.image-carousel-button:focus,
.image-carousel-dot:hover,
.image-carousel-dot:focus {
  background: #183153;
  color: #fff;
}
.image-carousel-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  touch-action: pan-y pinch-zoom;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: #183153 #dce4eb;
}
.image-carousel-track::-webkit-scrollbar {
  height: 10px;
}
.image-carousel-track::-webkit-scrollbar-track {
  background: #dce4eb;
  border-radius: 999px;
}
.image-carousel-track::-webkit-scrollbar-thumb {
  background: #183153;
  border-radius: 999px;
}
.image-carousel-track:focus {
  outline: 2px solid #183153;
  outline-offset: 2px;
}
.image-carousel-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;
  overflow: hidden;
}
.image-carousel-media,
.image-feature-media {
  position: relative;
}
.image-carousel-slide picture,
.image-carousel-slide img {
  display: block;
  width: 100%;
}
.image-feature {
  margin: 12px 0 48px 0;
}
.image-feature-caption {
  margin-top: 12px;
}
.image-carousel-caption {
  padding: 12px 14px;
  background: #183153;
  color: #fff;
}
.image-carousel-caption-body {
  margin-top: 6px;
}
.image-carousel-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.image-carousel-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  padding: 0;
  transition: transform .2s ease, background-color .2s ease;
}
.image-carousel-dot.is-active {
  background: #183153;
  transform: scale(1.15);
}
.image-lightbox-button {
  border: 1px solid #183153;
  background: rgba(255, 255, 255, .96);
  color: #183153;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  padding: 8px 14px;
}
.image-lightbox-button:hover,
.image-lightbox-button:focus {
  background: #183153;
  color: #fff;
}
.image-lightbox-button-overlay {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
}
body.lightbox-open {
  overflow: hidden;
}
.image-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 36, .82);
}
.image-lightbox-panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 1200px);
  max-height: 90vh;
  margin: 5vh auto;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}
.image-lightbox-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 72px 0 18px;
}
.image-lightbox-status {
  font-weight: 700;
  color: #183153;
}
.image-lightbox-controls {
  display: flex;
  gap: 8px;
}
.image-lightbox-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  color: #183153;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}
.image-lightbox-content {
  padding: 18px;
  overflow: auto;
  max-height: 90vh;
}
.image-lightbox-content img {
  display: block;
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  background: #eef3f7;
}
.image-lightbox-caption {
  margin-top: 12px;
}
@media only screen and (max-width: 749px) {
  .image-carousel-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .image-carousel {
    padding: 14px;
  }
  .image-lightbox-toolbar {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 72px;
  }
  .image-lightbox-content {
    padding: 14px;
  }
  .image-lightbox-button-overlay {
    right: 12px;
    bottom: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .image-carousel-track {
    scroll-behavior: auto;
  }
  .image-carousel-button,
  .image-carousel-dot,
  .image-lightbox-button,
  .image-lightbox-close,
  .flip-card-inner,
  .staffBox,
  .subpage-link,
  .modalBtn {
    transition: none;
  }
}

/* Resource Discovery
-----------------------------------------------------------------------------*/
.resourceForm form {
  margin: 36px 0 0 0;
}
.resourceForm h3 {
  color: #FFF;
  text-align: right;
  margin: 12px 0 0 0;
}
#SEARCH_TXT {
  width: 100%;
  padding: 12px 12px 12px 24px;
  color: #444;
  box-shadow: inset 4px 4px 6px #DDD;
  border: 1px solid #FFF;
  font-size: 1.2rem;
  border-radius: 6px;
  background: #FFF;
}
#FILTER_FORMAT,
#FILTER_SUBJECT {
  width: 100%;
  padding: 9px 12px 9px 18px;
  color: #444;
  box-shadow: inset 4px 4px 6px #DDD;
  border: 1px solid #FFF;
  font-size: 1.2rem;
  border-radius: 6px;
  background: #FFF;
}
#SEARCH_BTN {
  width: 100%;
  border-radius: 6px;
  padding: 8px;
  font-size: 1.2rem;
  border: 1px solid #FFF;
  transition: all 0.3s ease-in-out;
}
#SEARCH_BTN:hover,
#SEARCH_BTN:focus {
  background: #467DBC;
}
#resultsBar {
  margin: 0 0 36px 0;
  padding: 0 0 18px 0;
  border-bottom: 1px dotted #555;
  overflow: hidden;
}
#resultsCount {
  width: 50%;
  float: left;
}
#resultsOptions {
  width: 50%;
  float: left;
  text-align: right;
}
#resultsOptions img {
  height: 18px;
  width: auto;
  margin: 0 0 0 12px;
}
#resourceTiles {
  background: #EFEFEF;
  padding: 12px 0 60px 0;
}
a.partnerBox {
  width: 21%;
  margin: 0 1.5% 36px 1.5%;
  text-align: left;
  display: inline-block;
  background: #FFF;
  border-radius: 8px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #FFF;
  overflow: hidden;
  position: relative;
  transform: scale(0.97);
  box-shadow: 4px 4px 8px #CCC;
  color: #000;
}
a.partnerBox:hover,
a.partnerBox:focus {
  transform: scale(1);
  text-decoration: none;
  box-shadow: 1px 1px 4px #CCC;
}
.partnerImg {
  background-color: #EFEFEF;
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 80%;
  border-radius: 8px 8px 0 0;
  border-top: 1px solid #FFF;
  border-right: 1px solid #CCC;
  border-left: 1px solid #FFF;
}
a.partnerBox h3 {
  margin: 0;
  padding: 0;
  min-height: 55px;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 700;
  text-align: left;
  text-wrap: balance;
  color: #183153;
}
a.partnerBox p {
  margin: 0;
  padding: 0;
  min-height: 80px;
  font-size: .9rem;
  line-height: 1.3rem;
}
a.resourceBox {
  margin: 0 18px 24px 0;
  display: inline-block;
  background: #FFF;
  border-radius: 8px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #FFF;
  overflow: hidden;
  transform: scale(1);
  box-shadow: 4px 4px 8px #CCC;
  color: #111;
  border: 1px solid #EFEFEF;
}
a.resourceBox:hover,
a.resourceBox:focus {
  transform: scale(.99);
  text-decoration: none;
  box-shadow: 1px 1px 4px #CCC;
}
.resourceImg {
  display: none;
  width: 20%;
  float: left;
  background-color: #555;
  background-size: cover;
  background-position: center center;
  padding-bottom: 20%;
  border-radius: 8px 0 0 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #CCC;
  border-left: 1px solid #FFF;
}
.resourceTxt {
  padding: 18px;
}
a.resourceBox h3 {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 700;
  color: #183153;
}
a.resourceBox p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.4rem;
}
a.resourceBox .footnote {
  font-size: 0.7rem;
  line-height: 1.1rem;
  margin: 12px 0 0 0;
  padding: 12px 0 0 0;
  border-top: 1px solid #DDD;
}
.trending {
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 30%;
  background: #183153;
  border: 1px solid #FFF;
  color: #FFF;
  padding: 6px;
  font-size: .9rem;
  line-height: .9rem;
  position: absolute;
  text-align: center;
}
a.trending:hover,
a.trending:focus {
  text-decoration: none;
}
.resourceHero {
  background-color: #444;
  background-size: cover;
  background-position: center center;
  padding-bottom: 40%;
  margin: 0 0 24px 0;
  border-radius: 6px;
  border: 1px solid #CCC;
}
.onThisPage {
  border: 1px solid #CCC;
  background: #EFEFEF;
  border-radius: 8px;
  padding: 24px;
  margin: 0 0 24px 0;
}
.onThisPage ol {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-bottom: 0;
}
.onThisPage p {
  font-size: 1.2rem;
  margin: 0 0 12px 0;
}
.onThisPage a {
  padding: 3px 0;
  display: block;
}
.onThisPage a:hover,
.onThisPage a:focus {
  background: #FFF;
  text-decoration: none;
}
.onThisPage audio {
  width: 100%;
  margin: 0;
  padding: 0;
}
.tag {
  vertical-align: baseline;
  font-size: .8rem;
  line-height: .8rem;
}
.tag a {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #DDD;
  border-radius: 6px;
  color: #111;
  margin: 0 0 0 8px;
}
.tag a:hover,
.tag a:focus {
  background: #DDD;
  text-decoration: none;
}
blockquote {
  margin: 6px 0 18px 0;
  padding: 0 0 0 24px;
  border-left: 1px solid #CCC;
}
figure {
  width: 100%;
  padding: 0;
  margin: 0 0 24px 0;
}
figure .table {
  border: 1px solid #CCC;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}
th {
  text-align: left;
  font-weight: 700;
  background: #EFEFEF;
  border-top: none;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: none;
  padding: 6px;
  margin: 0;
  white-space: nowrap;
}
td {
  border-top: none;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: none;
  padding: 6px;
}
:target::before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}
@media only screen and (max-width: 749px) {
  a.resourceBox {
    width: 100%;
    margin: 0 0 36px 0;
  }
  .resourceSidebar {
    margin: 12px 0 36px 0;
  }
}
/* Flip Card
-----------------------------------------------------------------------------*/
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 220px;
  perspective: 1000px;
  margin: 24px 0 24px 2px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner, .flip-card:focus .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 98%;
  height: 98%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid #FFF;
}
.flip-card-front {
  background-color: #333;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #183153;
}
.flip-card-front h2 {
  margin: 90px 0 0 0;
  font-size: 2.2vw;
  line-height: 2.2vw;
  font-weight: 800;
  color: #FFF;
}
.flip-card-back {
  background-color: #555555;
  color: #FFF;
  transform: rotateY(180deg);
  overflow-y: auto;
}
.flip-card-back h2 {
  font-size: 2.0rem;
  line-height: 2.0rem;
  color: #FFF;
  font-weight: 100;
  margin: 24px 24px 12px 24px;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #FFF;
}
.flip-card-back p {
  margin: 0 24px 24px 24px;
}
.flip-card-back ul {
  text-align: left;
  margin: 0 0 0 24px;
}
/* Staff
-------------------------------------------*/
#staffDiv {
  padding: 48px 0 48px 0;
  text-align: center;
  background-color: #EFEFEF;
}
#staffDiv h2 {
  font-weight: 100;
  margin: 0 0 0 0;
  padding: 2 0 36px 0;
  color: #183153;
}
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -ms-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  pointer-events: none;
  text-align: left;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 50%;
  height: 70vh;
  position: relative;
  margin: 2.5% auto;
  padding: 36px;
  background: #FFF;
  overflow-y: scroll;
}
.modalDialog h3 {
  color: #183153;
  font-size: 1.8rem;
  line-height: 2.0rem;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  font-weight: 200;
}
.close {
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(24, 47, 51, .6);
  font-size: 2.6rem;
  line-height: 2.6rem;
  width: 24px;
  text-decoration: none;
  font-weight: 100;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.close:hover {
  color: rgb(165, 99, 39);
  text-decoration: none;
}
.staffBox {
  display: inline-block;
  width: 22%;
  margin: 0 1.5% 24px 1.5%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #183153;
  -webkit-transform: scale(.97);
  -moz-transform: scale(.97);
  -ms-transform: scale(.97);
  -o-transform: scale(.97);
  transform: scale(.97);
  color: #FFF;
  text-decoration: none;
}
.staffBox:hover, .staffBox:focus {
  text-decoration: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.staffBoxImg {
  background-color: #555555;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 280px;
}
.staffBoxTxt {
  padding: 12px;
}
.staffBox h3 {
  font-weight: 400;
  color: #FFF;
  margin: 0 0 4px 0;
  padding: 0 0 0 0;
}
.staffBox h4 {
  font-size: 1.0rem;
  line-height: 1.8rem;
  color: #FFF;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-style: italic;
}
.staffPortrait {
  width: 50%;
  float: right;
  margin: 0 0 24px 24px;
}
/* SIDEBAR
-------------------------------------------*/
.sidebarSection {
  margin: 0 0 36px 0;
  border-left: 1px solid #CCC;
  padding: 0 0 0 18px;
  overflow: hidden;
}
.sidebarSection h3 {
  padding: 0 0 0 0;
  margin: 2px 0 12px 0;
  color: #555555;
  font-weight: 700;
}
.sidebarLink a {
  display: block;
  padding: 4px 0 4px 8px;
  border-bottom: 1px solid #CCC;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebarLink a:hover, .sidebarLink a:focus {
  background: rgba(108, 186, 231, .2);
  text-decoration: none;
}
.faqVote {
  margin: 18px 0 0 0;
  padding: 12px 0 0 0;
  border-top: 1px solid #DDD;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.faqVote label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  cursor: pointer;
}
.faqVote input[type="radio"] {
  margin: 0;
}

