/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BREADCRUMBS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.breadcrumbs {
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .grid-container .rwd-active {
    display: block;
  }
  .breadcrumbs .grid-container * {
    display: none;
  }
  .breadcrumbs .usa-breadcrumb__link.rwd-active:before {
    content: "";
    position: relative;
    bottom: -.2em;
    display: inline-block;
    width: 2ex;
    height: 2ex;
    margin-right: .2rem;
    vertical-align: baseline;
    background: none;
    background-color: #71767a;

    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjAgMTFINy44M2w1LjU5LTUuNTlMMTIgNGwtOCA4IDggOCAxLjQxLTEuNDFMNy44MyAxM0gyMHYtMnoiLz48L3N2Zz4=),linear-gradient(transparent,transparent);
            mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjAgMTFINy44M2w1LjU5LTUuNTlMMTIgNGwtOCA4IDggOCAxLjQxLTEuNDFMNy44MyAxM0gyMHYtMnoiLz48L3N2Zz4=),linear-gradient(transparent,transparent);
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 2ex 2ex;
            mask-size: 2ex 2ex;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ HITORY / TIMELINE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.timeline-wrapper {
  position: relative;
  box-sizing: unset;
  margin: 0 auto;
}
.timeline-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 6px;
  margin-left: -3px;
  background-color: white;
}
.timeline-entry {
  position: relative;
  width: calc(50% - 3rem);
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: inherit;
}
.timeline-entry::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -17px;
  z-index: 1;
  width: 25px;
  height: 25px;
  background-color: white;
  border: 4px solid #4a4a4a;
  border-radius: 50%;
}
.timeline-entry:nth-child(odd) {
  left: 0;
  padding-right: 3rem;
  padding-left: 0;
}
.timeline-entry:nth-child(even) {
  left: 50%;
  padding-right: 0;
  padding-left: 3rem;
}
.timeline-entry::before {
  content: " ";
  position: absolute;
  top: 22px;
  z-index: 1;
  width: 0;
  height: 0;
  border: medium solid white;
}
.timeline-entry:nth-child(odd)::before {
  right: 2.5rem;
  border-color: transparent transparent transparent white;
  border-width: 10px 0 10px 10px;
}
.timeline-entry:nth-child(even)::before {
  left: 2.5rem;
  border-color: transparent white transparent transparent;
  border-width: 10px 10px 10px 0;
}
.timeline-entry:nth-child(even)::after {
  left: -16px;
}
.timeline-body {
  position: relative;
  padding: 20px 30px;
  background-color: white;
  border-radius: 6px;
}
.timeline-body *,
.blue-section .timeline-body * {
  color: #18346d !important;
}
.timeline-body .timeline-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .timeline-wrapper::after {
    left: 10px;
  }
  .timeline-body {
    padding: .5rem;
  }
  .timeline-body p:last-of-type {
    margin: 0;
  }
  .timeline-entry,
  .timeline-entry:nth-child(odd),
  .timeline-entry:nth-child(even) {
    width: calc(100% - 35px);
    padding-right: 0;
    padding-left: 35px;
  }
  .timeline-entry::before,
  .timeline-entry:nth-child(odd)::before,
  .timeline-entry:nth-child(even)::before {
    left: 25px;
    border-color: transparent white transparent transparent;
    border-width: 10px 10px 10px 0;
  }
  .timeline-entry:nth-child(odd)::after,
  .timeline-entry:nth-child(even)::after {
    left: -1px;
  }
  .timeline-entry:nth-child(even) {
    left: 0;
  }
  .timeline-entry::after {
    width: 15px;
    height: 15px;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Thunderstone Search ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#tstone-search form#SearchForm,
.tstoneResults + .tstoneSearchLeft.hits {
  padding-top: 1rem;
}
#tstone-search form#SearchForm,
#tstone-search .tstoneSearchLeft.hits,
#tstone-search span.tstoneSearchLeft,
#tstone-search nav.tstonePagination {
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 0;
  background: #18346d;
}
#tstone-search span.tstoneSearchLeft {
  display: block;
}
#tstone-search form#SearchForm label,
#tstone-search .tstoneSearchLeft.hits label,
#tstone-search span.tstoneSearchLeft *,
#tstone-search .results-count {
  color: #fff !important;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Callouts ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.callout {
  float: right;
  min-width: 150px;
  max-width: 35%;
  padding: 1%;
  margin-left: 2%;
  background-color: #fff;
  box-shadow: 0 .25rem .5rem 0 rgba(0,0,0,.3);
  border: 1px solid #005295;
}
.callout svg {
  float: left;
  width: 25px;
  height: 29px;
  margin: 0 auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
.callout a,
.callout a:hover {
  display: block;
  color: #0f69b3 !important;
}
.callout a:visited {
  color: #d7193d !important;
}

@media only screen and (max-width: 640px) {
  .callout {
    float: left;
    width: 100%;
    max-width: unset;
    padding: 1em;
    margin: 0 0 1em;
  }
}
@media only screen and (max-width: 315px) {
  .callout svg {
    width: 30px;
    margin: 3px 6px 3px 3px;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Buttons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.btn.btn-sm {
  padding: 1px 6px;
}
.btn.btn-lg {
  padding: 1rem 1.5rem 1rem 1.5rem;
  font-size: 1.25rem;
}
.button-bar {
  margin-top: 25px;
  margin-bottom: 25px;
}
/*~~~ GENERAL ~~~*/
.btn,
.ui-button {
  display: inline-block;
  padding: .75rem 1.25rem;
  color: #fff;
  font: 1em "Pontano Sans", sans-serif;
  font-size: 1.01rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
          appearance: none;
  background-color: #007bbd;
  border: 0;
  border-radius: .25rem;
  cursor: pointer;

  -webkit-appearance: none;
}
.content .btn,
.content .ui-button {
  width: 100%;
  margin-right: .5rem;
  margin-bottom: 1em;
}
.btn:hover,
.ui-button:hover {
  text-decoration: none;
  border-bottom: 0;
}
.btn:focus,
.ui-button:focus {
  outline-offset: .25rem;
}
@media (max-width: 767px) {
  .division-map-btns .btn,
  .division-btns {
    width: auto;
    padding: .5rem;
    margin: 0 !important;
    font-size: .8em !important;
  }
  .division-map-btns.flex-gap-1,
  .map-buttons.flex-gap-1 {
    gap: .5em;
  }
}
@media (min-width: 30em) {
  .content .btn,
  .content .ui-button {
    width: auto;
  }
}
/*~~~ PRIMARY ~~~*/
.btn.btn-primary,
.ui-button {
  color: #fff;
  background-color: #59635d;
}
.btn.btn-primary:hover,
.ui-button:hover {
  color: #fff;
  background-color: #4a4a4a;
}
.btn.btn-primary:active,
.ui-button:active {
  color: #fff;
  background-color: #4a4a4a;
}
/*~~~ SECONDARY ~~~*/
.btn.btn-secondary {
  color: #fff;
  background-color: #4a4a4a;
}
.btn.btn-secondary:hover {
  color: #fff;
  background-color: #393939;
}
.btn.btn-secondary:active {
  color: #fff;
  background-color: #393939;
}
/*~~~ OTHER ~~~*/
p.button {
  display: inline-block;
  padding: 0 10px;
  margin-right: 1em;
  color: #151515;
  font-weight: bold;
  background-color: white;
}
p.button svg {
  max-width: 50px;
  height: 30px;
  margin: 5px;
  vertical-align: middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Skip Nav ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#skip,
#skip:hover,
#skip:visited {
  position: absolute;
  top: -200px;
  right: 44%;
  padding: 8px 15px;
  font-weight: bold;
  border-top: none;
  transition: all .2s ease-in-out;
}
#skip:active,
#skip:focus {
  position: absolute;
  top: 0;
  color: #fff;
  background: #1e435e;
  box-shadow: 0 0 15px rgba(0,0,0,.7);
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Accordion & Toggles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.usa-accordion.ui-accordion-heading {
  margin-top: 3em;
}
.usa-accordion.ui-accordion .ui-accordion-header {
  position: relative;
  padding: 15px 15px 15px 50px;
  margin: 0;
  color: #fff;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #383d4a;
  border: none;
  border-bottom: 1px solid #c2cec4;
  cursor: pointer;
}
.usa-accordion.ui-accordion .ui-accordion-content.d-flex {
  width: calc(100% - 30px);
}
.usa-accordion.ui-accordion .ui-accordion-header:last-of-type {
  border-bottom: none;
}
.usa-accordion.ui-accordion .ui-accordion-header.ui-state-active {
  border-bottom: none;
}
.usa-accordion.ui-accordion .ui-accordion-content {
  padding: 15px;
  color: #151515;
  background-color: #fff;
  border: 1px solid #53565f;
}
.usa-accordion.ui-accordion .ui-accordion-content * {
  color: #151515;
}
.usa-accordion.ui-accordion .ui-accordion-content a {
  color: #0f69b3;
}
.usa-accordion.ui-accordion .ui-accordion-content a:visited {
  color: #d7193d;
}
.expandList .has-js > .toggle span {
  display: inline-block;
  width: 1em;
  width: calc(1em - 7px);
  height: 1em;
  padding-left: 5px;
  margin-right: 7px;
  color: #18346d;
  font-size: 1.2em;
  font-weight: bold;
  background: #fff;
  border: 1px solid #18346d;
  border-radius: 50px;
}
.expandList .has-js > .toggle span:hover {
  color: #fff;
  background: #18346d;
  border: 1px solid #fff;
}
/*~~~~~ ACCORDION TOGGLE ICON ~~~~~*/
.usa-accordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  top: calc(50% - 1px);
  left: 11px;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  padding: 0 10px;
  background: none;
}
.usa-accordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before,
.usa-accordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
          transform: rotate(-180deg);
          transition: all 600ms cubic-bezier(.4, 0, .2, 1);
  will-change: transform;

  -webkit-transform: rotate(-180deg);
  -webkit-transition: all 600ms cubic-bezier(.4, 0, .2, 1);
}
.usa-accordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
  left: 13px;
          transform: rotate(135deg);

  -webkit-transform: rotate(135deg);
}
.usa-accordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon:after {
  right: 13px;
  left: auto;
          transform: rotate(-135deg);

  -webkit-transform: rotate(-135deg);
}
.usa-accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:before {
  transform: rotate(45deg);
}
.usa-accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:after {
  right: 9px;
  transform: rotate(-45deg);
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Alert Box ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.alert-box {
  margin: 0 auto;
  margin-bottom: 2em;
  background-color: #fff3cd;
  box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 15%), 0 12.5px 10px rgb(0 0 0 / 15%), 0 22.3px 17.9px rgb(0 0 0 / 15%);
  border-left: 10px solid #ffe080;
}
.alert-box .alert-icon p {
  margin: 0;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  background-color: #a21b48;
}
.alert-box .alert-text p {
  padding: 1em;
  margin: 0;
  color: #856404;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~ IMAGES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.sq-images {
  overflow: hidden;

  aspect-ratio: 1;
}
.sq-images img {
  height: auto;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~ FLEXBOX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.d-flex {
  position: relative;
  display: flex;
  width: 100%;
}
.flex-block > * {
  flex-grow: 1;
  min-width: 300px;
}
.flex-flbtm > *:last-child {
  margin-top: auto;
}
.flex-flrgt > *:last-child {
  margin-left: auto;
}
.flex-flrgtnowrap > *:last-child {
  white-space: nowrap;
}
.flex-columns {
  flex-direction: column;
}
.flex-start {
  align-items: flex-start;
}
.flex-gap-1 {
  gap: 1em;
}
.flex-gap-2 {
  gap: 2em;
}
.flex-gap-3 {
  gap: 3em;
}
.flex-wrap {
  flex-wrap: wrap;
}
.d-flex .blue-bg {
  background: none;
}
.d-flex .blue-bg > *,
.blue-box {
  padding: 1em;
  background: none;
  background-color: #2c4475;
}
.d-flex .white-bg > * {
  padding: 1em;
  background: none;
  background-color: #fff;
  box-shadow: 0 .25rem .5rem 0 rgba(0,0,0,.3);
}
.equal-flex-2 > * {
  flex-basis: calc(100% / 2 - .75em);
}
.equal-flex-3 > * {
  flex-basis: calc(100% / 3 - .75em);
}
.blue-bg.equal-flex-3 > * {
  flex-basis: calc(100% / 3 - .75em);
}
.equal-flex-4 > * {
  flex-basis: calc(100% / 4 - .75em);
}
.full-height-boximg img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 1400px) {
  .equal-blocks-4 > * {
    flex-basis: calc(100% / 2 - .75em);
  }
}
@media only screen and (max-width: 900px) {
  .equal-blocks-4 > * {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .rwd-img-card,
  .rwd-imgcards img {
    display: none;
  }
}
/* QUOTE BOX */
.quote-box > div {
  padding-right: 2em !important;
  padding-left: 2em !important;
}
.quote-box > div:before {
  content: "\201C";
  position: absolute;
  top: -24px;
  left: -27px;
  font-size: 12em;
  line-height: 1;
}
.quote-box img {
  float: left;
  width: 100px;
  width: 40px;
  margin-right: .5em;
}
.quote-box img + p {
  line-height: 1.25em;
}
/* CHILDREN */
.data_charts > [id*="Opener"] {
  max-width: calc(100% / 3 - 1em);
  border: none;
}
.opaque-blue-bg {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
}
.opaque-blue-bg *,
.white-bg * {
  color: #151515;
}
.opaque-blue-bg:hover {
  box-shadow: 0 0 28px rgba(144, 144, 144, .65);
}
.data_charts .white-bg:hover {
  background-color: rgba(255, 255, 255, .75);
  cursor: pointer;
}
.data_charts .white-bg:hover img {
  mix-blend-mode: multiply;
}
.equal-blocks-2 {
  flex-basis: calc(100% / 2 - 2em);
}
.nobg-box {
  background: none !important;
  box-shadow: none !important;
}
.organ-infographic > div:first-of-type {
  order: -1;
}
@media only screen and (max-width: 1150px) {
  .organ-infographic img {
    width: 75px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .organ-infographic img {
    width: 50px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .equal-blocks-2 {
    flex-basis: calc(100%);
  }
  .data_charts > div {
    max-width: none;
  }
  .nobg-box {
    flex-basis: unset;
    min-width: 200px;
  }
}
@media only screen and (max-width: 1000px) {
  .organ-infographic {
    float: left;
  }
  .organ-infographic,
  .organ-infographic .d-flex {
    display: block;
  }
  .organ-infographic .flex-block > * {
    min-width: unset;
  }
  .organ-infographic > img {
    float: left;
  }
  .organ-infographic img {
    width: 50px !important;
  }
  .organ-infographic .text-right {
    text-align: left;
  }
  .organ-infographic .right {
    float: left;
    margin: 0 1em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .organ-infographic > img {
    display: none;
  }
  .anatomic_sites .blue-section .white-section {
    padding: 0;
    margin: 0;
    background: none;
  }
  .anatomic_sites .blue-section .white-section > h2,
  .anatomic_sites .blue-section .white-section > p {
    color: #fff !important;
  }
  .anatomic_sites .blue-section .white-section .text-right,
  .anatomic_sites .blue-section .white-section .text-left {
    display: flex;
    align-items: flex-start;
    padding: .5rem;
    margin-bottom: .5rem;
    background-color: #fff !important;
  }
  .anatomic_sites .blue-section .white-section p {
    margin-bottom: 0;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~ SECTIONS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.pagetitle-section {
  padding-top: 1em;
  padding-bottom: .75em;
  font-size: 2.3em;
  text-align: center;
  background-color: #fff;
}
.white-section,
.blue-section,
.gray-section {
  padding-top: 3em;
  padding-bottom: 3em;
}
.white-section {
  background-color: #fff;
}
.blue-section {
  background-color: #18346d;
}
.gray-section {
  background-color: #f0f0f0;
}
.gray-section .usa-accordion.ui-accordion .ui-accordion-header {
  color: #f0f0f0 !important;
}
.white-section a,
.gray-section a {
  color: #18346d;
}
.blue-section * {
  color: #fff;
}
/*~~~ MAX-WIDTH CONTENT  ~~~*/
@media (min-width: 30em) {
  .section-maxwidth {
    max-width: 900px;
    margin: 0 auto 1em;
  }
}
/*~~~ SECTION FONTS  ~~~*/
.pagetitle-section h1 {
  margin: 0;
  font-size: 1em !important;
}
.pagetitle-section p {
  max-width: 800px;
  margin: .75rem auto 0;
  font-size: 1.52rem;
  line-height: normal;
}
.pagetitle-section *,
.white-section *:not(.btn, a),
.gray-section *:not(.btn, a) {
  color: #444 !important;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~ PADDINGS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 1em;
}
.p-2 {
  padding: 1.5em;
}
.p-3 {
  padding: 2em;
}
.p-4 {
  padding: 2.5em;
}
.p-5 {
  padding: 3em;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~ HEADINGS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
}
h1,
.h1 {
  margin-top: 0;
  font-size: 2.2rem;
}
h2,
.h2 {
  font-size: 1.8rem;
}
h3,
.h3 {
  font-size: 1.6rem;
}
h4,
.h4 {
  font-size: 1.4rem;
}
h5,
.h5 {
  font-size: 1.2rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.nci-heading-h1 {
  font-size: 1.82rem;
}
.nci-heading-h2 {
  font-size: 1.56rem;
}
.nci-heading-h3 {
  font-size: 1.3rem;
}
.nci-heading-h4 {
  font-size: 1.17rem;
}
.nci-heading-h5 {
  font-size: 1.04rem;
}
.nci-heading-h6 {
  font-size: 1.04rem;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~ WIDTHS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~ MARGINS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 1em;
}
.mt-2 {
  margin-top: 1.5em;
}
.mt-3 {
  margin-top: 2em;
}
.mt-4 {
  margin-top: 2.5em;
}
.mt-5 {
  margin-top: 3em;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 1em;
}
.mb-2 {
  margin-bottom: 1.5em;
}
.mb-3 {
  margin-bottom: 2em;
}
.mb-4 {
  margin-bottom: 2.5em;
}
.mb-5 {
  margin-bottom: 3em;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 1em;
}
.mr-2 {
  margin-right: 1.5em;
}
.mr-3 {
  margin-right: 2em;
}
.mr-4 {
  margin-right: 2.5em;
}
.mr-5 {
  margin-right: 3em;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 1em;
}
.ml-2 {
  margin-left: 1.5em;
}
.ml-3 {
  margin-left: 2em;
}
.ml-4 {
  margin-left: 2.5em;
}
.ml-5 {
  margin-left: 3em;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~ FORMS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  color: #495057;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-group {
  margin-bottom: 1rem;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
textarea.form-control {
  height: auto;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~ LEADERSHIP ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.leadership-box {
  padding: 1em;
  margin-bottom: 1em;
  background: none;
  background-color: #2c4475;
}
.leadership-box h1 {
  margin-bottom: 0;
}
@media (max-width: 40em) {
  .leadership-box img {
    margin-bottom: 1em;
  }
}
@media (min-width: 40em) {
  .leadership-box img {
    float: left;
    width: 25%;
    min-width: 275px;
    margin-right: 1em;
  }
}
