@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*For input boxes, select, and buttons*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  font-family: Gotham A, Gotham B, Helvetica, sans-serif !important;
  font-size: 0.875rem;
  height: 100%; }

.body--flex {
  display: flex;
  flex-direction: column; }

.body--flex-row {
  display: flex;
  flex-direction: row; }

.flex-container {
  flex: 1; }

.main-content {
  margin-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    .main-content {
      margin-bottom: 6.25rem; } }

@media screen and (min-width: 768px) {
  .two-col-layout {
    display: grid;
    grid-template-columns: 18.125rem 1fr;
    grid-gap: 2.5rem;
    align-items: start; } }

a {
  color: #002E5D;
  text-decoration: none;
  transition: 0.3s; }
  a:hover {
    text-decoration: underline; }

/*Parent styles*/
.alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.75rem; }
  .alert p {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1em; }

/*Modifer styles*/
.alert--success {
  background-color: #27ae60; }

.alert--warning {
  background-color: #F5A623; }

.alert--danger {
  background-color: #e74c3c; }

/*Close link*/
.alert__close {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  border: 0;
  background-color: transparent; }

.btn,
input[type="submit"],
input[type="button"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #002E5D;
  border-radius: 6.25rem;
  transition: 0.3s; }
  .btn:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background-color: #002144;
    text-decoration: none; }

.btn--secondary,
button.btn--secondary,
input[type="submit"].btn--secondary,
input[type="button"].btn--secondary {
  background-color: #eee; }
  .btn--secondary:hover,
  button.btn--secondary:hover,
  input[type="submit"].btn--secondary:hover,
  input[type="button"].btn--secondary:hover {
    background-color: #e1e1e1;
    text-decoration: none; }

.btn--lightBlue,
button.btn--lightBlue,
input[type="submit"].btn--lightBlue,
input[type="button"].btn--lightBlue {
  background-color: #336699; }
  .btn--lightBlue:hover,
  button.btn--lightBlue:hover,
  input[type="submit"].btn--lightBlue:hover,
  input[type="button"].btn--lightBlue:hover {
    background-color: #2d5986;
    color: white;
    text-decoration: none; }

.btn--accent,
button.btn--accent,
input[type="submit"].btn--accent,
input[type="button"].btn--accent {
  background-color: #84DCB4; }
  .btn--accent:hover,
  button.btn--accent:hover,
  input[type="submit"].btn--accent:hover,
  input[type="button"].btn--accent:hover {
    background-color: #70d6a8;
    text-decoration: none; }

.btn--link,
button.btn--link,
input[type="submit"].btn--link,
input[type="button"].btn--link {
  color: #84DCB4;
  font-weight: normal;
  background-color: transparent; }
  .btn--link:hover,
  button.btn--link:hover,
  input[type="submit"].btn--link:hover,
  input[type="button"].btn--link:hover {
    background-color: #eee;
    text-decoration: none; }

/*Parent styles*/
.card {
  position: relative;
  padding: 1rem;
  border: 1px solid #DAE5F0; }
  .card.center-text {
    text-align: center; }

.card--shaded {
  background-color: #DAE5F0; }

.card--shaded_dark {
  background-color: #b0c5d9; }

.card--warning::before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  width: 0;
  height: 0;
  border-top: 2rem solid #F5A623;
  border-right: 2rem solid transparent; }

.card--warning::after {
  content: '!';
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1.25rem;
  color: #fff;
  font-weight: bold; }

.card--error::before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  width: 0;
  height: 0;
  border-top: 2rem solid #e74c3c;
  border-right: 2rem solid transparent; }

.card--error::after {
  content: '!';
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1.25rem;
  color: #fff;
  font-weight: bold; }

/*Shared header and footer styles*/
.card__header,
.card__footer {
  margin-right: -1rem;
  margin-left: -1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.75rem; }

/* Card image */
.card-img {
  position: relative;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
  background-color: #DAE5F0; }
  .card-img.profile-img {
    padding-bottom: 125%;
    margin: -1rem -1rem 1rem -1rem; }
  .card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

/*Header styles*/
.card__header {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DAE5F0; }

.card__header__title {
  color: #717171;
  font-weight: bold; }

.card-header {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase; }

.card-body {
  margin-right: 2rem;
  margin-left: 2rem;
  color: #666;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  line-height: 1.8; }

.card-footer {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0625rem;
  text-transform: uppercase; }
  .card-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    margin-left: -3.125rem;
    height: 2px;
    width: 6.25rem;
    background-color: #DAE5F0; }

/*Card typography*/
.card-title,
.card-subtitle {
  margin-right: 0.5rem;
  margin-left: 0.5rem; }

.card-title {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-size: 1rem; }

.card-subtitle {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  color: #666; }

.card-cta {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1rem;
  left: 0;
  display: none;
  align-items: flex-end;
  justify-content: center; }

.card:hover .card-cta {
  display: flex; }

.grad-handbook-card {
  height: 10rem; }

.checkmark--success {
  color: #27ae60; }

.checkmark--failure {
  color: #e74c3c; }

.project-card {
  padding: 0.625rem;
  border: 0.0625rem solid #DAE5F0;
  border-radius: 0.3125rem; }
  .project-card.center-text {
    text-align: center; }

.project-card-img {
  position: relative;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
  background-color: #DAE5F0; }
  .project-card-img.flush {
    margin-top: -0.625rem;
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
  .project-card-img.profile-img {
    padding-bottom: 125%; }
  .project-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.project-card-header {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase; }

.project-card-body {
  margin-right: 2rem;
  margin-left: 2rem;
  color: #666;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  line-height: 1.8; }

.project-card-footer {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0625rem;
  text-transform: uppercase; }
  .project-card-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    margin-left: -3.125rem;
    height: 2px;
    width: 6.25rem;
    background-color: #DAE5F0; }

.project-card-title,
.project-card-subtitle {
  margin-right: 0.5rem;
  margin-left: 0.5rem; }

.project-card-title {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-size: 1rem; }

.project-card-subtitle {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  color: #666; }

.project-card-cta {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1rem;
  left: 0;
  display: none;
  align-items: flex-end;
  justify-content: center; }

.project-card:hover .project-card-cta {
  display: flex; }

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 75rem;
  padding-right: 1rem;
  padding-left: 1rem; }

.block-section_block {
  contain: content; }

/*Wrapper*/
.db-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  grid-gap: 1rem; }

.db-stat__lbl {
  color: #717171;
  font-size: 0.875rem; }

.db-stat__amt {
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  font-weight: bold; }

.db-stat__cta,
.db-stat__cta2 {
  display: block; }

.db-stat__cta {
  color: #84DCB4;
  font-size: 0.75rem;
  text-transform: uppercase; }

.db-stat__cta2 {
  margin-top: 0.5rem;
  color: #717171;
  font-size: 0.625rem;
  text-decoration: underline; }

.detail-hero {
  margin-bottom: 6.25rem;
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
  background: #002E5D url("../img/page-header-background.png") top center no-repeat;
  background-size: cover; }
  @media screen and (min-width: 1024px) {
    .detail-hero .page-content {
      display: flex;
      align-items: flex-start; } }

.detail-hero-img {
  position: relative;
  flex: 1;
  overflow: hidden;
  border: 0.375rem solid #fff;
  border-radius: 0.3125rem; }
  .detail-hero-img:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
    background-color: #fff; }
  .detail-hero-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 720px; }

.detail-hero-body {
  flex: 2;
  color: #fff; }
  @media screen and (min-width: 1024px) {
    .detail-hero-body {
      margin-left: 4.125rem; } }
  .detail-hero-body h1 {
    margin-top: 1rem;
    margin-bottom: 0.75rem;
    font-size: 2.5rem;
    font-weight: 500; }
  .detail-hero-body p {
    color: #fff;
    font-size: 1.125rem; }

.detail-hero-subtitle {
  margin-bottom: 2.625rem;
  font-size: 1.5625rem;
  font-style: italic; }

@media screen and (min-width: 48rem) {
  .details-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem; } }
@media screen and (min-width: 64rem) {
  .details-section {
    grid-gap: 5rem; } }

.details-section__stats {
  display: grid;
  align-self: start;
  grid-gap: 1rem;
  grid-template-columns: 1fr; }
  @media screen and (min-width: 64rem) {
    .details-section__stats {
      grid-template-columns: repeat(2, 1fr); } }

.details-section__stats--full-width {
  grid-column: 1 / -1; }

.filters-container {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #DAE5F0; }

.filters {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(6.25rem, 1fr)); }

.filter__reset-link {
  align-self: center; }

.inline-form {
  display: inline-block; }

h2,
h3.with-border {
  position: relative;
  text-transform: uppercase; }
  h2::after,
  h3.with-border::after {
    content: '';
    position: absolute;
    top: 150%;
    left: 0;
    display: inline-block;
    height: 0.125rem;
    width: 6.25rem; }

h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 3.5rem;
  font-size: 1.5rem; }
  @media screen and (min-width: 48rem) {
    h2 {
      font-size: 1.75rem; } }
  h2.center::after {
    left: 50%;
    margin-left: -3.125rem; }
  h2.no-border {
    margin-bottom: 0;
    text-transform: none; }
    h2.no-border::after {
      top: 0;
      height: 0;
      width: 0; }

h3 {
  font-size: 1.125rem; }
  h3.with-border {
    margin-top: 0;
    margin-bottom: 2rem;
    padding-bottom: 0.25rem; }
    h3.with-border::after {
      background-color: #333; }

h4 {
  font-size: 1rem; }

.hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #DAE5F0; }

input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {
  height: 2.75rem;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  border: 1px solid #DAE5F0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.input-group {
  margin-bottom: 1.5rem; }
  .input-group label {
    display: inline-block;
    margin-bottom: 0.5rem; }
  .input-group .block-label {
    display: block; }

label,
.label {
  color: #717171;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase; }

/*Parent style*/
.list-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DAE5F0; }
  .list-item:last-of-type, .list-item:only-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }

/*Header styles*/
.list-item__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem; }

.list-item__header__title {
  font-size: 0.875rem;
  font-weight: bold; }

.list-item__header__corner {
  color: #717171;
  font-size: 0.75rem; }

/*Footer styles*/
.list-item__footer {
  color: #717171;
  font-size: 10px; }

@media screen and (min-width: 768px) {
  .operating-units.two-col-layout {
    display: grid;
    grid-template-columns: 14.125rem 1fr;
    grid-gap: 2.5rem;
    align-items: start; } }

.operating-units h3 {
  margin-top: 0; }
.operating-units .list-items.sm p {
  color: #000000; }
.operating-units .list-items.sm div:not(:last-child) {
  margin: .25rem 0;
  padding: .25rem 0; }
.operating-units .list-items.sm i {
  margin: 0; }
.operating-units .list-items.sm form {
  margin: 0;
  padding: 0; }
.operating-units .list-items.sm form.op-unit-add-form {
  margin-top: 15px; }
.operating-units .list-items.lg > div:not(:last-child), .operating-units .list-items.lg > div:last-child {
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
.operating-units .list-items.lg .stat-view__header {
  grid-template-columns: 3fr 1fr;
  margin: 0;
  padding: 0;
  border: 0; }
.operating-units .op-units-code-list {
  font-size: .75rem;
  line-height: 1.25rem; }

.section-header-container {
  margin-bottom: 2rem;
  border-bottom: 1px solid #DAE5F0; }
  .section-header-container .section-header {
    margin-bottom: 0;
    border-bottom: 0; }

.section-header {
  margin-bottom: 4rem;
  border-bottom: 1px solid #DAE5F0; }
  @media screen and (min-width: 48rem) {
    .section-header {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .section-header h1 {
    font-size: 1.8125rem;
    font-weight: 500; }
    @media screen and (min-width: 48rem) {
      .section-header h1 {
        font-size: 2.8125rem; } }
  .section-header h2 {
    margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      .section-header h2 {
        margin-bottom: 0; } }
    .section-header h2::after {
      content: normal; }
  .section-header .section-content {
    display: flex;
    align-items: center;
    height: 14.0625rem; }

.section-header--no-border {
  margin-bottom: 2rem;
  border-bottom: 0; }

.section-header__back {
  color: #002E5D;
  font-size: 0.75rem;
  font-weight: bold;
  text-decoration: none; }

@media screen and (min-width: 48rem) {
  .section-header__title {
    margin-bottom: 2rem; } }

.section-header__actions > * {
  margin-right: 1rem; }
  @media screen and (min-width: 48rem) {
    .section-header__actions > * {
      margin-right: 0;
      margin-left: 1rem; } }

.radio,
.checkbox {
  display: inline-flex;
  align-items: center; }
  .radio label,
  .checkbox label {
    margin-left: 0.25rem;
    color: #333;
    font-size: inherit;
    font-weight: normal; }

select {
  display: block;
  height: 2.75rem;
  padding-right: 2.5rem;
  padding-left: 1rem;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../img/select-arrow.svg") right 1rem center no-repeat;
  border: 1px solid #DAE5F0;
  border-radius: 0.3125rem; }
  select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

.stat-view + .stat-view {
  margin-top: 1rem; }

.stat-view__header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DAE5F0; }
  .stat-view__header > div:last-child {
    align-self: center;
    justify-self: end; }

.header__shift_right {
  grid-template-columns: repeat(3, 1fr); }
  .header__shift_right > div:last-child {
    grid-column-start: 2;
    grid-column-end: 4; }

.stat-view__title {
  font-size: 1rem;
  font-weight: bold; }

.stat-view__lbl {
  margin-bottom: 4px;
  color: #717171;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  text-transform: uppercase; }

.stat-view__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6.25rem, 1fr));
  grid-gap: 1rem; }

.stat-view__stat-amt {
  font-size: 0.75rem; }

.status-lbl + .status-lbl {
  margin-top: 0.5rem; }

.status-lbl::before {
  content: '';
  display: inline-block;
  height: 12px;
  margin-right: 0.5rem;
  width: 12px;
  background-color: #eee;
  border-radius: 50%; }

.status-lbl--success::before {
  background-color: #27ae60; }

.status-lbl--warning::before {
  background-color: #F5A623; }

.status-lbl--danger::before {
  background-color: #e74c3c; }

.status--success {
  color: #27ae60; }

.status--warning {
  color: #F5A623; }

.status--danger {
  color: #e74c3c; }

table {
  width: 100%;
  font-size: 0.875rem;
  border: 1px solid #DAE5F0;
  border-spacing: 0; }

thead {
  border-bottom: 1px solid #DAE5F0; }

th {
  text-align: left;
  border-bottom: 1px solid #DAE5F0; }

th,
td {
  height: 2.75rem; }
  th:first-child,
  td:first-child {
    padding-left: 1rem; }
  th:last-child,
  td:last-child {
    padding-right: 1rem; }

.table-header {
  background-color: #002E5D;
  color: #eee; }

.table-cell {
  padding-left: .5rem;
  padding-right: .5rem;
  border-bottom: 1px solid #DAE5F0; }

.table-cell--colored {
  background-color: #eee; }

.table-cell__input {
  margin: auto; }

.table-cell__actions a {
  margin: auto 1rem auto 0rem; }

textarea {
  width: 100%;
  border: 1px solid #DAE5F0; }

/**
 * @note brought in from byu-department-site-static
 */
aside {
  margin-bottom: 2.5rem; }

blockquote {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.25rem;
  line-height: 1.6; }
  blockquote::after {
    content: '';
    display: block;
    height: 0.1875rem;
    margin-top: 1.875rem;
    max-width: 7.25rem;
    background-color: #000; }
  @media screen and (min-width: 768px) {
    blockquote.lg {
      padding-right: 3rem;
      padding-left: 3rem;
      font-size: 1.75rem;
      line-height: 1.6; }
      blockquote.lg::after {
        margin-top: 3rem; } }
  blockquote.center {
    text-align: center; }
    blockquote.center::after {
      margin-right: auto;
      margin-left: auto; }

.calendar {
  table-layout: fixed; }

.calendar__current-day {
  background-color: #DAE5F0; }

.calendar-actions {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.month {
  background-color: #002E5D;
  color: #fff; }

.calendar-cell > td {
  border: 1px solid #DAE5F0; }

.reservation {
  background-color: #eee; }

.input-group__multi-input {
  display: flex; }

.club-detail > div {
  margin-bottom: 2rem; }
@media screen and (min-width: 768px) {
  .club-detail {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 2rem; } }

.club-detail-description p {
  font-size: 1.125rem; }

.events {
  padding: 2rem;
  text-align: center;
  border: 1px solid #DAE5F0;
  border-radius: 0.3125rem; }
  .events .btn {
    margin-right: auto;
    margin-left: auto; }

.event {
  display: grid;
  grid-template-columns: 3.125rem 1fr;
  grid-gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  text-align: left;
  border-bottom: 1px solid #DAE5F0; }
  .event.with-left-border {
    border-left: 4px solid #002E5D;
    margin-bottom: 0;
    padding: 1.825rem; }
  .event.info {
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    .event.info p {
      font-size: 1.125rem; }
    .event.info span {
      text-transform: uppercase; }

.event-month {
  color: #666;
  font-size: 0.875rem;
  text-transform: uppercase; }

.event-day {
  font-size: 44px;
  letter-spacing: 2px;
  font-weight: bold; }

.event-week-day {
  color: #666;
  font-size: 0.875rem;
  text-transform: uppercase; }

.faculty-detail-papers-container {
  border: 1px solid #DAE5F0;
  border-radius: 0.3125rem; }

.faculty-detail-paper {
  margin: 1.5rem; }
  .faculty-detail-paper p {
    margin: 0 0 1rem 0; }
  .faculty-detail-paper a {
    display: block;
    margin: 0;
    padding: 0 0 1rem 0;
    font-weight: bold;
    border: none; }

.faculty-detail-paper:not(:last-child) {
  border-bottom: 1px solid #DAE5F0; }

#funding p {
  margin: 0; }

figcaption {
  padding: 1rem;
  font-size: 0.6875rem;
  border: 1px solid #DAE5F0;
  border-top: 0; }

figure img {
  width: 100%; }

.fixed-aside {
  position: fixed;
  top: 10.4375rem;
  display: none;
  width: 15rem; }
  @media screen and (min-width: 768px) {
    .fixed-aside {
      display: block; } }
  .fixed-aside .btn,
  .fixed-aside .side-nav {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .fixed-aside .btn {
    color: #fff;
    height: 3.4375rem;
    margin-bottom: 3rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.0625rem;
    font-weight: 500;
    font-size: 0.875rem;
    background-color: rgba(132, 220, 180, 0.7);
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem; }

@media screen and (min-width: 768px) {
  .page-content.fixed-aside-container {
    margin-left: 18rem; } }

.fixed-side-nav {
  padding: 1.5rem;
  background-color: #fff;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.11); }
  .fixed-side-nav a {
    display: block;
    padding-left: 0.5rem;
    color: #040404;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.3s; }
    .fixed-side-nav a:hover, .fixed-side-nav a.active {
      padding-left: 0.75rem;
      color: #84DCB4;
      text-decoration: none; }
    .fixed-side-nav a:not(:last-child) {
      margin-bottom: 1.1rem;
      padding-bottom: 1.1rem;
      border-bottom: 1px solid #DAE5F0; }

/* Position the image container (needed to position the left and right arrows) */
.gallery {
  position: relative; }

/* Hide the images by default */
.gallery-slide img {
  width: 100%; }

/* Next & previous buttons */
.gallery-arrow {
  position: absolute;
  top: 50%;
  margin-top: -3.125rem;
  width: auto;
  color: white;
  font-size: 2.5rem;
  line-height: 6.25rem;
  cursor: pointer;
  user-select: none;
  /* Position the "next button" to the right */ }
  .gallery-arrow:hover {
    text-decoration: none; }
  .gallery-arrow.prev {
    left: 16px;
    border-radius: 0 3px 3px 0; }
  .gallery-arrow.next {
    right: 16px;
    border-radius: 3px 0 0 3px; }

.gallery-thumbails {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1rem;
  margin-top: 1rem; }

/* Add a transparency effect for thumnbail images */
.gallery-thumbail {
  width: 100%;
  opacity: 0.6;
  cursor: pointer; }
  .gallery-thumbail.active {
    opacity: 1;
    cursor: default; }

.grid-2, .grid-3, .grid-4, .grid-5 {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr; }
  @media screen and (min-width: 415px) {
    .grid-2, .grid-3, .grid-4, .grid-5 {
      grid-template-columns: 1fr 1fr; } }

@media screen and (min-width: 840px) {
  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr; } }

@media screen and (min-width: 840px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr; } }
@media screen and (min-width: 940px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; } }

.grid-5 .row {
  grid-column: 1 / span 5; }
@media screen and (min-width: 768px) {
  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr; } }
@media screen and (min-width: 940px) {
  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr; } }
@media screen and (min-width: 1024px) {
  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }

.grid-block__title {
  background-color: #002E5D;
  color: white;
  margin: 0rem;
  font-size: 1.5rem;
  display: block; }

.grid-block__title__count {
  font-size: 2rem;
  padding: .5rem; }

.grid-block__subtitle {
  background-color: #336699;
  color: white;
  margin: 0rem;
  font-size: 1rem;
  text-indent: 2.5rem;
  display: block; }

.home-hero {
  display: flex;
  align-items: center;
  padding: 2rem 1rem;
  color: #fff;
  background: #002E5D url("../img/page-header-background.png") top center no-repeat;
  background-size: cover;
  height: 26rem;
  /* End home-hero-content */ }
  @media screen and (min-width: 768px) {
    .home-hero {
      height: 28rem;
      padding: 0; } }
  .home-hero .home-hero-content {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 59.375rem;
    padding: 2rem;
    width: 100%;
    height: 20rem;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 0.3125rem;
    /* End home-hero-content-feature  */ }
    @media screen and (min-width: 768px) {
      .home-hero .home-hero-content {
        display: flex;
        padding: 0.625rem;
        height: 15rem;
        width: 70rem; } }
    .home-hero .home-hero-content .home-hero-nav {
      position: absolute;
      bottom: 20px;
      right: 20px;
      display: flex;
      margin-top: 1rem;
      float: right; }
      .home-hero .home-hero-content .home-hero-nav .home-hero-nav-icon-left, .home-hero .home-hero-content .home-hero-nav .home-hero-nav-icon-right {
        cursor: pointer;
        border-top: .5rem solid transparent;
        border-bottom: .5rem solid transparent; }
        .home-hero .home-hero-content .home-hero-nav .home-hero-nav-icon-left:hover, .home-hero .home-hero-content .home-hero-nav .home-hero-nav-icon-right:hover {
          opacity: 0.5; }
      .home-hero .home-hero-content .home-hero-nav .home-hero-nav-icon-left {
        margin: 0 0.625rem;
        border-right: .5rem solid #fff; }
      .home-hero .home-hero-content .home-hero-nav .home-hero-nav-icon-right {
        border-left: .5rem solid #fff; }
    .home-hero .home-hero-content .home-hero-content-feature.active {
      position: relative;
      opacity: 1;
      visibility: visible;
      top: 0; }
    .home-hero .home-hero-content .home-hero-content-feature {
      position: absolute;
      display: flex;
      opacity: 0;
      visibility: hidden;
      transition: opacity .5s ease-in-out;
      top: 2rem;
      /* Should be same as padding */
      /* End 2nd inner div */ }
      @media screen and (min-width: 768px) {
        .home-hero .home-hero-content .home-hero-content-feature {
          top: 0.625rem; } }
      .home-hero .home-hero-content .home-hero-content-feature .home-hero-title {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        font-size: 1.5rem;
        font-weight: 500;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
        @media screen and (min-width: 768px) {
          .home-hero .home-hero-content .home-hero-content-feature .home-hero-title {
            margin-bottom: 1rem;
            font-size: 1.5rem; } }
      .home-hero .home-hero-content .home-hero-content-feature > div:nth-child(1) {
        display: none;
        margin-right: 3.125rem;
        max-width: 25rem;
        width: 100%; }
        @media screen and (min-width: 768px) {
          .home-hero .home-hero-content .home-hero-content-feature > div:nth-child(1) {
            display: block; } }
      .home-hero .home-hero-content .home-hero-content-feature > div:nth-child(2) {
        padding-top: 1rem; }
        .home-hero .home-hero-content .home-hero-content-feature > div:nth-child(2) > span {
          margin-bottom: 0.75rem;
          font-size: 0.625rem;
          text-transform: uppercase;
          opacity: 0.75; }

/* End home-hero */
.basic-page-header {
  background: #002E5D url("../img/page-header-background.png") top center no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 4rem; }
  .basic-page-header .page-content {
    display: flex;
    align-items: center;
    height: 14.0625rem; }
  .basic-page-header h1 {
    font-size: 2.8125rem;
    font-weight: 500;
    margin: 0; }

.job-listing-item h3 {
  margin-bottom: 1rem; }
.job-listing-item p {
  line-height: 1.8; }

.job-listing-item-footer {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #002E5D;
  font-size: 1rem;
  font-weight: bold; }

.home-programs {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
  background-color: #F2F2F2; }

.home-programs-container {
  padding: 2%;
  background: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px; }
  .home-programs-container > div {
    padding: 5%;
    background-color: #F7F7F7; }
    .home-programs-container > div:first-child {
      margin-bottom: 1.5rem; }

.home-program-1 {
  display: grid;
  grid-gap: 9%; }
  @media screen and (min-width: 768px) {
    .home-program-1 {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 1024px) {
    .home-program-1 {
      grid-template-columns: 21.6875rem 1fr; } }

.home-program-2 {
  display: grid;
  grid-gap: 9%; }
  @media screen and (min-width: 768px) {
    .home-program-2 {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 1024px) {
    .home-program-2 {
      grid-template-columns: 1fr 21.6875rem; } }

.home-program-img {
  margin-bottom: 1rem; }
  .home-program-img img {
    width: 100%;
    box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.21); }

.home-program-body {
  margin-bottom: 1rem; }
  .home-program-body p {
    margin-bottom: 2rem;
    color: #666666; }
    @media screen and (min-width: 769px) {
      .home-program-body p {
        font-size: 1.125rem;
        line-height: 2rem; } }

.home-program-links {
  padding: 1%;
  background-color: #002E5D;
  border-radius: 0.3125rem; }
  @media screen and (min-width: 769px) {
    .home-program-links {
      display: flex; } }
  .home-program-links a {
    flex: 1;
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.0625rem;
    line-height: 1rem;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s; }
    @media screen and (min-width: 769px) {
      .home-program-links a {
        display: inline-block;
        padding: 0 1rem;
        font-size: 13px;
        line-height: 2.0625rem; } }
    @media screen and (min-width: 769px) {
      .home-program-links a:not(:last-child) {
        border-right: 0.0625rem solid rgba(255, 255, 255, 0.33); } }
    .home-program-links a:hover {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none; }

.home-recent-projects {
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: center; }
  .home-recent-projects h2 {
    margin-top: 0;
    margin-bottom: 4rem;
    text-align: center; }
  .home-recent-projects .cards {
    margin-bottom: 3rem; }

.home-student-stories {
  z-index: 1;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #002E5D url("../img/student-stories.png") top center no-repeat;
  background-size: cover; }
  @media screen and (min-width: 769px) {
    .home-student-stories {
      height: 32.1875rem;
      padding-bottom: 0; } }
  .home-student-stories blockquote {
    margin: 0 0 3.125rem 0;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.6; }
    .home-student-stories blockquote::after {
      background-color: #fff; }
  .home-student-stories cite {
    color: #fff;
    font-style: normal; }
    .home-student-stories cite div:nth-child(1) {
      font-size: 1.125rem; }
  .home-student-stories h3 {
    color: #84DCB4; }
    .home-student-stories h3::after {
      background-color: #84DCB4; }

.home-student-quote {
  position: absolute;
  top: 120px;
  opacity: 0;
  transition: opacity .5s ease-in-out; }
  @media screen and (min-width: 769px) {
    .home-student-quote {
      width: 65%; } }

.home-student-quote.active {
  opacity: 1;
  position: relative;
  top: 0; }

.home-student-stories-nav {
  display: flex;
  margin-top: 1rem;
  /* Ensure you can click over opacity 0 hidden quotes */
  position: relative; }
  .home-student-stories-nav div {
    height: 1rem;
    margin-right: 0.625rem;
    width: 1rem;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s; }
    .home-student-stories-nav div:hover {
      opacity: 0.5; }
    .home-student-stories-nav div.active {
      background-color: #84DCB4; }

.home-student-stories-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 3.4375rem;
  margin-top: 2rem;
  padding-left: 4.5rem;
  padding-right: 2rem;
  color: #fff;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  background-color: rgba(132, 220, 180, 0.66);
  border-radius: 6.25rem;
  transition: 0.3s; }
  @media screen and (min-width: 769px) {
    .home-student-stories-cta {
      position: absolute;
      right: 0;
      bottom: 10rem;
      display: flex;
      padding-right: 20%;
      margin-top: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; } }
  .home-student-stories-cta::before {
    content: '';
    position: absolute;
    left: 0;
    height: 55px;
    width: 55px;
    background: rgba(132, 220, 180, 0.66) url("../img/cta-plus.svg") center center no-repeat;
    border-radius: 6.25rem; }
  .home-student-stories-cta:hover {
    text-decoration: none;
    background-color: #84DCB4; }

@media screen and (min-width: 769px) {
  #prospective-students .home-programs {
    margin-top: -8rem; }
    #prospective-students .home-programs .page-content {
      position: relative;
      z-index: 2; } }

.home-tabs {
  background-color: #F2F2F2; }
  .home-tabs > div {
    display: flex; }
  .home-tabs button {
    flex: 1;
    height: 4.5rem;
    text-transform: uppercase;
    font-size: 0.625rem;
    font-weight: bold;
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s; }
    @media screen and (min-width: 768px) {
      .home-tabs button {
        font-size: 0.875rem;
        letter-spacing: 0.0625rem; } }
    .home-tabs button:hover {
      background-color: #ddd; }
    .home-tabs button.active {
      background-color: #fff;
      box-shadow: 0.125rem 0 0.4375rem 0 rgba(0, 0, 0, 0.08); }

.home-tab-content-grid {
  display: grid;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .home-tab-content-grid > div {
    margin-bottom: 2rem; }
  @media screen and (min-width: 840px) {
    .home-tab-content-grid {
      grid-template-columns: 1.5fr 2fr;
      grid-gap: 2rem;
      margin-top: 3rem;
      margin-bottom: 4rem; }
      .home-tab-content-grid > div {
        margin-bottom: 0; } }
  .home-tab-content-grid h2 {
    margin-top: 0;
    margin-bottom: 3.75rem; }

.input-groups-inline {
  display: flex; }
  .input-groups-inline.right {
    justify-content: flex-end; }
  .input-groups-inline .input-group:not(:last-of-type) {
    margin-right: 1rem; }

.list-items > div:not(:last-child),
.list-items a:not(:last-child) {
  display: block;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DAE5F0; }
.list-items.with-border {
  padding: 1.875rem;
  border: 1px solid #DAE5F0;
  border-radius: 0.3125rem; }
@media screen and (min-width: 768px) {
  .list-items.with-side-img > div {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 1rem; } }
.list-items.with-side-img > div > div:nth-child(2) {
  margin-top: 1rem; }
.list-items.sm {
  font-size: 12px; }
  .list-items.sm > div:not(:last-child),
  .list-items.sm a:not(:last-child) {
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
  .list-items.sm.with-border {
    padding: 1.25rem 1rem; }
.list-items.lg > div:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem; }
.list-items h3 {
  margin-top: 0;
  margin-bottom: 0.5rem; }
.list-items i {
  display: inline-block;
  margin-bottom: 1rem; }
.list-items p:only-of-type {
  margin-bottom: 0; }

#moblie-nav-btn {
  padding: 0;
  width: 100%;
  line-height: 2.3125rem;
  background-color: #fff;
  border: 0;
  box-shadow: 0 0 0.6875rem 0 rgba(0, 0, 0, 0.5);
  cursor: pointer; }
  @media screen and (min-width: 48rem) {
    #moblie-nav-btn {
      display: none; } }

.navigation {
  box-shadow: 0 0 0.6875rem 0 rgba(0, 0, 0, 0.5); }
  .navigation .page-content {
    display: none; }
    @media screen and (min-width: 48rem) {
      .navigation .page-content {
        display: flex;
        justify-content: space-between; } }
    @media screen and (max-width: 47.9375rem) {
      .navigation .page-content.show {
        display: block; } }
    .navigation .page-content a:hover {
      text-decoration: none; }
  .navigation .page-content > a,
  .navigation .nav-dropdown-btn {
    display: block;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    color: #040404;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.3125rem;
    text-transform: uppercase; }
    @media screen and (min-width: 48rem) {
      .navigation .page-content > a,
      .navigation .nav-dropdown-btn {
        font-size: 12px; } }
    @media screen and (min-width: 64rem) {
      .navigation .page-content > a,
      .navigation .nav-dropdown-btn {
        font-size: 14px; } }
  @media screen and (min-width: 48rem) {
    .navigation .page-content > a,
    .navigation .nav-dropdown {
      flex: 1;
      text-align: center; }
      .navigation .page-content > a:hover,
      .navigation .nav-dropdown:hover {
        color: #002E5D; }
      .navigation .page-content > a:first-child,
      .navigation .nav-dropdown:first-child {
        text-align: left; }
      .navigation .page-content > a:last-child,
      .navigation .nav-dropdown:last-child {
        flex: 0.75;
        text-align: right; }
      .navigation .page-content > a:not(:last-child),
      .navigation .nav-dropdown:not(:last-child) {
        border-right: 1px solid #DAE5F0; } }
  .navigation .page-content > a,
  .navigation .nav-flyout-btn {
    display: block;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    color: #002E5D;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.3125rem; }
    @media screen and (min-width: 48rem) {
      .navigation .page-content > a,
      .navigation .nav-flyout-btn {
        font-size: 12px; } }
    @media screen and (min-width: 64rem) {
      .navigation .page-content > a,
      .navigation .nav-flyout-btn {
        font-size: 14px; } }
  .navigation .nav-flyout-btn::after {
    content: ' \25B8';
    position: absolute;
    right: 0; }

.nav-dropdown-btn {
  cursor: pointer; }

/* The container <div> - needed to position the dropdown content */
.nav-dropdown {
  position: relative;
  display: inline-block;
  width: 100%; }
  @media screen and (min-width: 48rem) {
    .nav-dropdown {
      width: auto; } }
  .nav-dropdown:hover .nav-dropdown-content {
    display: block; }

/* Dropdown Content (Hidden by Default) */
.nav-dropdown-content {
  width: 100%;
  background-color: #fff; }
  @media screen and (min-width: 48rem) {
    .nav-dropdown-content {
      position: absolute;
      top: 90%;
      z-index: 1;
      display: none;
      padding: 1.25rem;
      box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.3); } }
  .nav-dropdown-content a:not(.btn) {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    text-align: left; }
  .nav-dropdown-content .hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .nav-dropdown-content .btn {
    margin-bottom: 0.75rem;
    width: 100%; }

.nav-flyout-btn {
  cursor: pointer; }

/* The container <div> - needed to position the flyout content */
.nav-flyout {
  position: relative;
  width: 100%;
  z-index: 1; }
  @media screen and (min-width: 48rem) {
    .nav-flyout {
      width: auto; } }
  .nav-flyout:hover .nav-flyout-content {
    display: block;
    left: 102%;
    top: 0; }

/* flyout Content (Hidden by Default) */
.nav-flyout-content {
  width: fit-content;
  z-index: 1;
  background-color: #fff; }
  @media screen and (min-width: 48rem) {
    .nav-flyout-content {
      position: absolute;
      top: 90%;
      z-index: 1;
      display: none;
      padding: 1.25rem;
      box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.3); } }
  .nav-flyout-content a:not(.btn) {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    text-align: left; }
    @media screen and (max-width: 480px) {
      .nav-flyout-content a:not(.btn) {
        text-indent: 5%; } }
  .nav-flyout-content .hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .nav-flyout-content .btn {
    margin-bottom: 0.75rem;
    width: 100%; }

.news {
  text-align: center; }

.news-item {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  text-align: left;
  border-bottom: 1px solid #DAE5F0; }

.news-item-info {
  margin-bottom: 1.5rem;
  max-height: 20rem;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media screen and (min-width: 640px) {
    .news-item-info {
      display: grid;
      grid-template-columns: 15.375rem 1fr;
      grid-gap: 2rem; } }
  .news-item-info h4 {
    margin-top: 0;
    margin-bottom: 0.5rem; }

.news-item-img {
  margin-bottom: 1rem; }
  .news-item-img img {
    width: 100%; }

div.news-list {
  text-align: center;
  border: 1px solid #DAE5F0;
  border-radius: 0.3125rem; }
  div.news-list .news-list-item.with-left-border {
    border-left: 4px solid #002E5D;
    margin-bottom: 0;
    padding: 1.825rem; }
  div.news-list .news-list-item {
    text-align: left;
    border-bottom: 1px solid #DAE5F0; }
    div.news-list .news-list-item p {
      margin: 0 0 .5rem 0; }
    div.news-list .news-list-item .nli-title {
      font-size: 1.25rem;
      font-weight: bold;
      margin: .5rem 0; }
    div.news-list .news-list-item .nli-content {
      display: grid;
      grid-template-columns: 1fr 2fr;
      grid-gap: 0;
      margin: 1rem 0; }
      div.news-list .news-list-item .nli-content .nli-details, div.news-list .news-list-item .nli-content .nli-excerpt {
        font-size: .875rem;
        padding: .5rem 0; }
      div.news-list .news-list-item .nli-content .nli-image {
        margin: 0 .5rem; }
    div.news-list .news-list-item .nli-footer {
      margin: .75rem 0; }

div.news-list:last-child {
  border-bottom: none; }

p {
  margin-top: 0;
  margin-bottom: 1.5625rem;
  color: #404040;
  font-size: 14px;
  line-height: 1.6; }

.page-content {
  margin-right: auto;
  margin-left: auto;
  max-width: 75rem;
  padding-right: 1rem;
  padding-left: 1rem; }

.page-filter {
  margin-bottom: 3rem; }
  @media screen and (min-width: 48rem) {
    .page-filter {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media screen and (max-width: 48rem) {
    .page-filter .input-group {
      margin-bottom: 1rem; } }
  .page-filter > div:last-child {
    grid-column-start: -2; }
    @media screen and (min-width: 48rem) {
      .page-filter > div:last-child {
        margin-top: 0; } }

.pagination {
  margin-top: 2.8125rem;
  margin-bottom: 1.40625rem;
  text-align: center; }
  .pagination a {
    display: inline-block;
    line-height: 2.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.125rem;
    border-radius: 0.3125rem; }
    .pagination a:hover {
      text-decoration: none; }
    .pagination a:not(.active):hover {
      background-color: #DAE5F0; }
    .pagination a.active {
      color: #fff;
      background-color: #002E5D; }

.project-detail-hero {
  padding-bottom: 32%;
  color: #fff;
  background: #002E5D url("../img/page-header-background.png") top center no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .project-detail-hero {
      padding-bottom: 24%; } }
  .project-detail-hero h1 {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 47.625rem;
    padding-top: 4.5rem;
    font-weight: 500;
    font-size: 2rem;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .project-detail-hero h1 {
        font-size: 2.8125rem; } }

.project-detail-hero + .project-hero-img {
  margin-right: auto;
  margin-left: auto;
  margin-top: -22%;
  width: 100%;
  max-width: 720px;
  text-align: center; }

.project-hero {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff;
  background: #002E5D url("../img/page-header-background.png") top center no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .project-hero {
      height: 21.25rem;
      padding: 0;
      padding-top: 5rem;
      padding-bottom: 0; } }
  .project-hero h1 {
    margin-top: -20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 47.625rem;
    font-weight: 500;
    font-size: 2.8125rem;
    text-align: center; }

.project-hero-img.featured::before {
  content: "FEATURED PROJECT";
  display: block;
  margin-left: 6px;
  padding: 8px;
  font-size: 12px;
  letter-spacing: 1px; }
.project-hero-img img {
  margin-right: auto;
  margin-left: auto;
  max-width: 480px;
  max-height: 480px;
  width: 100%;
  border: 6px solid #FFF;
  border-radius: 0.3125rem;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.5);
  text-align: center; }

.projects-filter {
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #F7F7F7; }
  @media screen and (min-width: 768px) {
    .projects-filter {
      margin-top: -20.625rem;
      padding-top: 22.5rem; } }
  .projects-filter .page-filter {
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .projects-filter .page-filter > div:nth-child(2) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem; } }

.qa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #F2F2F2; }
  .qa p {
    margin-bottom: 1rem; }
  .qa cite {
    opacity: 0.5; }

.qa-section {
  margin-bottom: 2rem; }

.side-nav a {
  color: #040404; }
  .side-nav a:hover, .side-nav a.active {
    font-weight: bold;
    text-decoration: none; }

.tabs {
  overflow: hidden; }

.tab-content {
  display: none;
  animation: fadeEffect 1s; }

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.tooltip {
  transform: none;
  margin: 0 5px;
  cursor: help; }

.tooltip-icon {
  font-size: 1.5rem;
  margin-top: -2px;
  color: #333; }

.wrapper {
  position: relative; }

.tooltip:hover > .tooltip-text, .tooltip:hover > .wrapper, .wrapper:hover {
  pointer-events: auto;
  opacity: 1.0; }

.tooltip > .tooltip-text, .tooltip > .wrapper {
  display: block;
  position: absolute;
  z-index: 6000;
  overflow: visible;
  padding: 5px 8px;
  line-height: 16px;
  border-radius: 10px;
  text-align: left;
  color: #333;
  background: #eee;
  pointer-events: none;
  opacity: 0.0;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* Arrow */
.tooltip > .tooltip-text:before, .tooltip > .wrapper:before {
  display: inline;
  top: -5px;
  content: "";
  position: absolute;
  border: solid;
  border-color: #eee transparent;
  border-width: 0 .5em .5em .5em;
  z-index: 6000;
  left: 20px; }

/* Invisible area so you can hover over tooltip */
.tooltip > .tooltip-text:after, .tooltip > .wrapper:after {
  top: -20px;
  content: " ";
  display: block;
  height: 20px;
  position: absolute;
  width: 60px;
  left: 20px; }

.wrapper > .tooltip-text {
  overflow-y: auto;
  max-height: 200px;
  display: block; }

ul {
  margin-bottom: 1.5625rem; }

/********************
 * ¡HELPER CLASSES
********************/
.clear:after, .squeeze:after {
  display: block;
  font-size: 0;
  content: " ";
  clear: both; }

.show-mobile-inline,
.show-mobile-block {
  display: none !important; }

@media screen and (max-width: breakpoint(tablet)) {
  .show-mobile-inline {
    display: inline-block; } }

@media screen and (max-width: breakpoint(tablet)) {
  .show-mobile-block {
    display: block !important; } }

@media screen and (max-width: breakpoint(phone-lg)) {
  .hide-mobile {
    display: none; } }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.cap-overflow {
  max-height: 10rem;
  overflow: auto; }

.cap-overflow--large {
  max-height: 20rem;
  overflow: auto; }

/**
 * wagtail can insert images into rich text blocks,
 * in which case it's possible to align left or right
 * with these additional classes that it adds
 */
.richtext-image.full-width {
  width: 100%; }

.richtext-image.right {
  float: right;
  margin: 10px 20px; }

.richtext-image.left {
  float: left;
  margin: 10px 20px; }

.profile-image {
  max-width: 240px;
  max-height: 300px; }

/**
 * Add/remove margins
 */
.push {
  margin: 20px !important; }

.push--top {
  margin-top: 20px !important; }

.push--right {
  margin-right: 20px !important; }

.push--bottom {
  margin-bottom: 20px !important; }

.push--left {
  margin-left: 20px !important; }

.push--ends {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.push--sides {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.push-half {
  margin: 10px !important; }

.push-half--top {
  margin-top: 10px !important; }

.push-half--right {
  margin-right: 10px !important; }

.push-half--bottom {
  margin-bottom: 10px !important; }

.push-half--left {
  margin-left: 10px !important; }

.push-half--ends {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.push-half--sides {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.flush {
  padding: 0 !important;
  margin: 0 !important; }

.flush--top {
  padding-top: 0 !important;
  margin: 0 !important; }

.flush--right {
  padding-right: 0 !important;
  margin: 0 !important; }

.flush--bottom {
  padding-bottom: 0 !important;
  margin: 0 !important; }

.flush--left {
  padding-left: 0 !important;
  margin: 0 !important; }

.flush--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important; }

.flush--sides {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important; }

/**
 * Add/remove paddings
 */
.pad {
  padding: 20px !important; }

.pad--top {
  padding-top: 20px !important; }

.pad--right {
  padding-right: 20px !important; }

.pad--bottom {
  padding-bottom: 20px !important; }

.pad--left {
  padding-left: 20px !important; }

.pad--ends {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.pad--sides {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.pad--extra {
  padding: 4rem !important; }

.pad-half {
  padding: 10px !important; }

.pad-half--top {
  padding-top: 10px !important; }

.pad-half--right {
  padding-right: 10px !important; }

.pad-half--bottom {
  padding-bottom: 10px !important; }

.pad-half--left {
  padding-left: 10px !important; }

.pad-half--ends {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.pad-half--sides {
  padding-right: 10px !important;
  padding-left: 10px !important; }

/**
* Floats
*/
.none {
  float: none !important; }

.pull--right {
  float: right !important; }

.pull--left {
  float: left !important; }

.clear, .squeeze:after {
  display: block;
  float: none;
  clear: both; }

/**
* Centering elements
*/
.center--vertical {
  vertical-align: middle; }

.center--horizontal {
  margin: 0 auto;
  display: block; }

.text--center {
  text-align: center !important; }

.text--left {
  text-align: left !important; }

.text--right {
  text-align: right !important; }

/**
* Bordering elements
*/
.border-right {
  border-right: 1px solid #DAE5F0; }

.border-left {
  border-left: 1px solid #DAE5F0; }

.border-top {
  border-top: 1px solid #DAE5F0; }

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

.border {
  border: 1px solid #DAE5F0; }

.border--dark {
  border-color: #002E5D; }

/**
* Fill widths
*/
.fill-available {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available; }

/*# sourceMappingURL=main.css.map */
