.modal-content h2, .modal-content .h2 {
    font-size: 1.75rem;
}
.modal-content h3, .modal-content .h3 {
    font-size: 1.5rem;
}
.select-dropdown {
	 position: relative;
	 padding-right: 2.5rem;
	 overflow-x: hidden;
	 font-size: 0.875rem;
	 text-align: left;
	 text-overflow: ellipsis;
	 background-color: #fff;
	 border: 1px solid #d0d0ce;
}
 .select-dropdown::after {
	 position: absolute;
	 top: 50%;
	 right: 1rem;
	 -webkit-transform: translateY(-50%);
	 transform: translateY(-50%);
	 content: "\f0dc";
}
 .select-dropdown:focus {
	 z-index: 9999 !important;
}
 .select-dropdown-menu {
	 top: -3px !important;
	 width: 100%;
	 max-height: 225px;
	 overflow-y: scroll;
}
 .select-dropdown-menu .custom-control, .select-dropdown-menu .custom-control-label {
	 display: block;
	 width: 100%;
}
 .select-dropdown-menu .custom-control {
	 padding: 0;
}
 .select-dropdown-menu .custom-control-label {
	 padding: 0.15rem 0.15rem 0.15rem 2.5rem;
}
 .select-dropdown-menu .custom-control-label::after {
	 top: 2px;
	 left: 1rem;
}
 .select-dropdown-menu .custom-checkbox .custom-control-input ~ .custom-control-label::after, .select-dropdown-menu .custom-radio .custom-control-input ~ .custom-control-label::after {
	 color: #012169;
}
 .select-dropdown-menu .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	 font-weight: 400;
}
 .select-dropdown-menu .custom-control .custom-control-input:focus ~ .custom-control-label, .select-dropdown-menu .custom-control .custom-control-input:hover ~ .custom-control-label {
	 background-color: #ebf5f9;
}
 .select-dropdown-menu .custom-control .custom-control-input:focus ~ .custom-control-label, .select-dropdown-menu .custom-control .custom-control-input:focus ~ .custom-control-label::before, .select-dropdown-menu .custom-control .custom-control-input:focus ~ .custom-control-label::after {
	 color: #012169;
	 -webkit-transform: none;
	 transform: none;
}
 @media (max-width: 767.98px) {
	 .select-dropdown-menu {
		 box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
	}
	 .select-dropdown-menu .custom-control-label {
		 padding: 0.5rem 2rem 0.5rem 3rem;
		 font-size: 1.25rem;
	}
	 .select-dropdown-menu .custom-control-label::after {
		 top: 0.5rem;
		 left: 1rem;
	}
}

/* FEEDS */
.feed {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }
  @media (min-width: 768px) {
    .feed {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; } }
  @media (min-width: 1200px) {
    .feed {
      -webkit-column-count: 4;
         -moz-column-count: 4;
              column-count: 4; } }
  .feed .feed-item {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #d0d0ce; }
    .feed .feed-item > a {
      text-decoration: none;
      display: block; }
      .feed .feed-item > a:hover {
        text-decoration: underline; }
@media (min-width: 576px) {
    a.text-white[href^="tel:"] {
        color: #fff !important;
    }
}

.h2, h2 {
    color: #012169;
}

.imported-block + .imported-block .section:not(.bg-pattern-geometric) {
    padding-top: 0;
}

.lead {
    font-weight: bold;
    color: #007dba;
}

.text-white .lead {
    color: #ffffff;
}

body.microsite {
    padding-top: 75px;
}

.list-chevron {
	 list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAGFBMVEUAAAAhJSkhJSkhJSkhJSkhJSkhJSkhJSlL0C7hAAAAB3RSTlMAEBg8X2FiBGVAhgAAACNJREFUCFtjYGBkAAF1AxDJUgzmhIM5bMUIMt0AzoSoBOkCAG1CA7HSlEahAAAAAElFTkSuQmCC");
}
 .timeline__person {
	 border-left: solid 3px #f2a900;
	 padding: 0.25rem 0 0.25rem 1rem;
	 margin-bottom: 1.5rem;
}
 .timeline__person > p {
	 margin-bottom: 0;
}
 .timeline__person span {
	 font-weight: 800;
}
 .timeline__year {
	 font-family: "Barlow Condensed", sans-serif;
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: .05em;
	 color: #fff;
	 text-align: center;
	 padding: 0.5rem 1rem;
	 margin: 0 auto;
	 background-color: #007dba;
	 font-size: 1.25rem;
}
 .timeline__row ul {
	 margin: 0;
}
 .timeline__row li {
	 margin-bottom: 1rem;
}
@media (min-width: 768px) {
	 .timeline__row {
		 border-top: solid 3px #007dba;
	}
	 .timeline__year {
		 position: relative;
		 top: -1.25rem;
	}
}
.tableau-dashboard .embed-responsive::before {
    padding-top: 4550px;
}
@media (min-width: 768px) {
    .tableau-dashboard .embed-responsive::before {
        padding-top: 3150px;
    }
}
@media (min-width: 992px) {
    .tableau-dashboard .embed-responsive::before {
        padding-top: 2400px;
    }
}
@media (min-width: 576px) {
    .column-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}
.bg-warning {
    background-color: #f2a900 !important;
}
.bg-orange {
    background-color: #c35413;
}
.imported-block {
    margin-bottom: 2rem !important;
}
.imported-block:last-child {
    margin-bottom: 0 !important;
}
h2 + .imported-block > .wysiwyg-block {
    padding-top: 0;
}
/* Status Meter */
.operating-status__level {
    font-size: 2.5rem;
}
.operating-status--sm .operating-status__level {
    font-size: 1.5rem;
}
.operating-status__desc {
    font-size: 1.125em;
}
.operating-status--sm .operating-status__desc {
    font-size: 1rem;
}
.operating-status__desc ul {
    margin-bottom: 0;
    margin-left: 0;
}
.ef-icon {
    font-size: 2.5rem;
    line-height: 1;
    color: #fff;
    background-color: #b58500;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
    width: 4rem;
    margin-bottom: 1rem;
    border-radius: 50%;
}
.ef-icon .fas, .ef-icon .fab {
    color: inherit;
    margin-right: -.25em;
}
.card {
    align-content: flex-start;
}
.card.bg-primary a {
    color: #f2a900;
}
.card.bg-primary a:hover {
    color: #fff;
}
.card-title {
    margin-bottom: 0;
}
.card-title + .btn,
.card-text {
    margin-top: .75rem;
}
.testing-cards .card-title.h5 {
    color: #012169 !important;
    margin-bottom: .75rem;
}
.testing-cards .wysiwyg h4 {
    margin-bottom: 0;
}
.testing-cards a[href^="mailto:"] {
    word-break: break-all;
}
.testing-cards > div:first-child > .card {
    background-color: rgba(65, 182, 230, .07);
}
.testing-cards > div:nth-child(2) > .card {
    background-color: rgba(65, 182, 230, .14);
}
.testing-cards > div:nth-child(3) > .card {
    background-color: rgba(65, 182, 230, .21);
}
.phase-cards .card {
    border: none;
}
.phase-cards .phase-title {
    position: relative;
}
.phase-cards .card .h4 {
    font-size: 2.5rem;
    line-height: 1;
    color: #fff;
    background-color: #012169;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    width: 5rem;
    margin-top: 0;
    margin-left: .75rem;
    border: solid 5px #fff;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px #d0d0ce;
    position: relative;
    z-index: 2;
}
.phase-cards > div:nth-child(even) .card .h4 {
    background-color: #007dba;
}
.phase-cards .title-arrow {
    background-color: #012169;
    height: 3rem;
    width: 6.5rem;
    position: absolute;
    top: 1rem;
    left: -.75rem;
    z-index: 1;
}
.phase-cards > div:nth-child(even) .title-arrow {
    background-color: #007dba;
}
.phase-cards .title-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 1.5rem solid white;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
}
.phase-cards .card.bg-pale-blue .title-arrow::before {
    border-left-color: #ebf5f9;
}
.phase-cards .title-arrow::after {
    content: "";
    position: absolute;
    right: -1.5rem;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 1.5rem solid #012169;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
}
.phase-cards > div:nth-child(even) .title-arrow::after {
    border-left-color: #007dba;
}
.phase-cards .card .h4 span {
    margin-top: -.15em;
    margin-right: -.1em;
}
.phase-cards .wysiwyg {
    position: relative;
}
.phase-cards .wysiwyg::before {
    content: '';
    background-color: #012169;
    width: 4px;
    position: absolute;
    top: 0;
    left: -1rem;
    bottom: 0;
}
.phase-cards > div:nth-child(even) .wysiwyg::before {
    background-color: #007dba;
}
.phase-cards .wysiwyg ul {
    margin-left: 0;
}