html {
  height: 100%;
  scroll-behavior: smooth;
}

html .fixed-position {
  overflow: hidden;
}

.about .singleColumnCropper > div {
  margin-top: -10rem;
}

.singleColumnCropper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-left: 2rem;
  margin-right: 2rem;
  overflow: hidden;
  border-radius: 2rem 2rem 0 0;
}

.singleColumnCropper .singleColumnText {
  padding-bottom: 5rem;
}

.about article {
  max-width: 60rem;
  padding: 0;
}

.about article figure {
  margin: 0;
  padding: 0;
  max-height: 50rem;
  overflow: hidden;
}

.about article figure img {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #eee5f0;
}

.about article .bgWave {
  margin: 0;
}

div.singleColumnText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -0.5rem;
  background: white;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 0rem;
}

div.singleColumnText h1,
div.singleColumnText h2 {
  color: #946AA8;
  padding-bottom: 1rem;
}

div.singleColumnText img {
  margin: auto;
}

div.singleColumnText p {
  margin: auto;
  width: 100%;
  padding-bottom: 1rem;
}

@media screen and (max-width: 540px) {
  .singleColumnCropper {
    margin: 0;
  }
  .singleColumnText {
    padding: 1rem;
  }
}

.aboutSite {
  margin-bottom: 5rem;
  background: rgba(22, 53, 107, 0.5);
  padding: 0rem 2rem 2rem 2rem;
  -webkit-box-shadow: 0.2rem 0.2rem 0.2rem 0.2rem rgba(5, 34, 83, 0.164);
          box-shadow: 0.2rem 0.2rem 0.2rem 0.2rem rgba(5, 34, 83, 0.164);
  border-radius: 2rem;
  font-family: roboto, sans-serif;
  font-weight: 400;
  margin-left: 2rem;
  margin-right: 2rem;
}

.aboutSite h2 {
  color: white;
}

.aboutSite p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5rem;
  padding-bottom: 0.5rem;
}

.aboutSite p {
  max-width: 33rem;
  font-size: 0.8rem;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

@media screen and (max-width: 500px) {
  .aboutSite {
    padding-left: 0;
    padding-right: 0;
  }
}

.textBit ul li {
  color: #946AA8;
  margin-left: 1rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.cardSorts {
  margin-left: 2rem;
  max-width: 33rem;
  margin-right: 4rem;
}

.cardSorts li {
  margin-left: 1em;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  padding: .5rem 2rem;
}

.cardSorts .liName {
  margin-left: -2rem;
}

.liName {
  font-weight: 500;
  color: #946AA8;
}

.black {
  color: black;
}

.iframeContainer {
  width: 100%;
  padding: 2rem;
  margin: 0;
}

iframe {
  width: 100%;
  margin: 2rem;
  height: 40rem;
}

.cardSorts {
  list-style: none;
}

.fancyList {
  list-style: none;
  padding: 0;
}

.fancyList li {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
}

.fancyList li:not(:last-child) {
  border-bottom: solid #946AA8;
}

.fancyList .listText {
  padding: 0;
  margin-left: -1rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 4;
}

.fancyList .listNum {
  position: relative;
  text-align: right;
  margin: 0;
  padding: 0;
  z-index: 2;
  color: #946AA8;
  font-size: 5rem;
  opacity: 0.5;
  font-weight: 500;
  letter-spacing: -.5rem;
}

.fancyList .listNum.catastrophic {
  color: #ff4800;
  opacity: 0.3;
}

.fancyList .listNum.major {
  color: orange;
}

.fancyList .listNum.minor {
  color: #97b900;
}

.fancyList .listNum.superficial {
  color: #009c60;
  opacity: 0.3;
}

@media screen and (max-width: 1750px) {
  .personaCard:not(:first-child) {
    display: none;
  }
}

.title {
  text-align: center;
  font-style: italic;
  color: #946AA8;
  font-size: 1.2rem;
}

.personaContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sectionFlexContainer:first-child .textBit {
  padding-top: 2rem;
}

/* section:not(:first-of-type) .sectionFlexContainer:first-child .textBit {
    padding-top: 2rem;
    box-shadow: inset 0 3rem 2rem -2rem $shadow-blue; 
}
     */
.sectionFlexContainer:last-child .textBit {
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.supplementImageGroup .supplementImage:not(.clicked):hover img {
  cursor: pointer;
  opacity: 0.5;
}

.supplementImageGroup:not(:hover) img {
  opacity: 1;
}

.supplement {
  margin: 0;
  padding: 0;
}

.supplementImageGroup {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.supplementImageGroup .imageFlexContainer {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 1s;
  transition: 1s;
}

.supplementImageGroup .imageFlexContainer .supplementImage img {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.supplementImageGroup .imageFlexContainer .supplementImage:not(.clicked) {
  width: 100%;
  max-height: 100%;
  margin: 1rem;
  padding: 0;
  background: white;
  display: inline-block;
}

.supplementImageGroup .imageFlexContainer .supplementImage:not(.clicked) div {
  padding: 0;
  margin: 0;
}

.supplementImageGroup .imageFlexContainer .supplementImage:not(.clicked) div img {
  max-height: 25rem;
  max-width: 100%;
  margin: 0;
  padding: 0;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.supplementImageGroup .imageFlexContainer .supplementImage:not(.clicked) a {
  display: none;
}

.supplementImageGroup .imageFlexContainer .supplementImage.clicked {
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 4000;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.supplementImageGroup .imageFlexContainer .supplementImage.clicked div {
  margin: auto;
  overflow: auto;
  padding: 0;
}

.supplementImageGroup .imageFlexContainer .supplementImage.clicked div img {
  max-width: 80vw;
  max-height: 80vh;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin: 0;
}

.supplementImageGroup .imageFlexContainer .supplementImage.clicked a,
.supplementImageGroup .imageFlexContainer .supplementImage.clicked p {
  display: block;
  color: white;
  font-style: italic;
}

.supplementImageGroup .imageFlexContainer .supplementImage.clicked a {
  padding: .5rem;
  margin: 0;
  font-size: 1.2rem;
  width: 7rem;
}

.supplementImageGroup .imageFlexContainer .supplementImage.clicked a:not(:hover) {
  text-decoration: none;
}

.supplementImageGroup .imageFlexContainer .supplementImage.clicked p {
  margin: auto;
  text-align: center;
}

.supplementImageGroup .imageFlexContainer img {
  padding: 0;
}

.supplementImageGroup .caption {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-top: 0;
  border-radius: 2rem;
  width: auto;
  max-width: 25rem;
  margin: auto;
  margin-bottom: 4rem;
}

.supplementImageGroup .caption p {
  margin: auto;
  text-align: center;
  color: #946AA8;
}

.supplementImageGroup .caption p:not(.expand) {
  font-size: 1.2rem;
}

.supplementImageGroup .caption .expand {
  font-size: 1rem;
  font-style: italic;
}

/*PAGE TITLE AREA*/
.headerArea {
  width: 100%;
  margin-top: 10rem;
  overflow: hidden;
}

.imageTitleFlexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  max-width: 100vw;
}

.imageTitleFlexContainer .profileMSA {
  border: solid white;
  border-width: 15px;
  width: calc(7rem + 15vw);
  height: calc(7rem + 15vw);
  overflow: hidden;
  border-radius: 50%;
  min-width: 20rem;
  min-height: 20rem;
  padding: 0;
  margin: 0;
  background: white;
}

.imageTitleFlexContainer .profileMSA img {
  height: 100%;
}

.bgWave {
  color: white;
}

.bgWaveContainer .bgWave {
  width: 100%;
  min-height: 12rem;
}

.colorRectangleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -.5rem;
}

.colorRectangleContainer .gradientRectangle {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, white, rgba(255, 255, 255, 0));
  height: 15rem;
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto;
}

.colorRectangleContainer .solidRectangle {
  background: white;
  height: 12rem;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto;
}

.mainPortion {
  margin: 0;
  padding: 0;
  width: 100%;
}

.mainPortion .bgContainer {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 50%;
  margin: 0 0 0 50%;
  overflow: hidden;
  opacity: 0.8;
  height: 100vh;
  z-index: 0;
}

.mainPortion .bgContainer .bgImg {
  min-width: 100%;
  min-height: 100%;
}

.mainPortion .sectionBody {
  width: 100%;
}

div.card.confidentiality {
  background: rgba(255, 205, 162, 0.8);
  z-index: 16;
}

div.card.confidentiality h2 {
  color: rgba(139, 73, 14, 0.8);
}

div.card {
  border-radius: 2rem;
  padding: 2rem;
  -webkit-box-shadow: 5px 5px 10px rgba(5, 34, 83, 0.473);
          box-shadow: 5px 5px 10px rgba(5, 34, 83, 0.473);
  background: rgba(239, 224, 243, 0.8);
}

div.card h2 {
  color: #946AA8;
  font-size: 1.95rem;
}

.blockQuote {
  padding: 0;
  margin-top: 6rem;
  margin-left: 2rem;
  margin-right: 2rem;
  max-width: 20rem;
}

.blockQuote :last-child {
  float: right;
}

.blockQuote p {
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
  text-align: center;
  color: #946AA8;
  font-size: 1.2rem;
}

.blockQuote i {
  color: #946AA8;
  margin: 0;
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (min-width: 840px) {
  h1.headerText {
    font-size: 3.05rem;
  }
  .supplement {
    width: 50vw;
  }
  .textBit {
    width: 50vw;
  }
  .sectionMoveContainer {
    margin-top: calc(3rem - 100vh);
    padding: 0;
    position: relative;
  }
  .sectionMoveContainer * {
    position: relative;
    z-index: 3;
  }
  .gradientRectangle {
    display: block;
  }
  .h1-subtitle.headerText {
    font-size: 1.95rem;
    margin: 0;
    font-weight: 300;
  }
  .pageHeaders {
    color: white;
    margin-right: 1rem;
    position: relative;
    top: calc(-7rem + 5vw);
  }
  .textBit {
    width: 50vw;
  }
  .caption {
    -webkit-box-shadow: 0px 0px 2rem 2rem rgba(255, 255, 255, 0.75);
            box-shadow: 0px 0px 2rem 2rem rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.75);
    margin-bottom: 4rem;
  }
  .imageTitleFlexContainer {
    margin-bottom: -15rem;
  }
  .mainPortion {
    margin-top: -15rem;
  }
  .blockQuote {
    background: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0px 0px 3rem 3rem rgba(255, 255, 255, 0.75);
            box-shadow: 0px 0px 3rem 3rem rgba(255, 255, 255, 0.75);
    border-radius: 3rem;
  }
}

.sectionFlexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 839px) {
  .dropdown:active .dropdownContent {
    display: block;
  }
  div.pageHeaders {
    background: white;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 2rem;
  }
  div.pageHeaders * {
    text-align: center;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .headerArea {
    padding-bottom: 5rem;
  }
  .sectionBody:nth-child(odd) {
    background: white;
  }
  .sectionBody:nth-child(odd) .blockQuote {
    background: rgba(238, 229, 240, 0.6);
    -webkit-box-shadow: 0px 0px 3rem 3rem rgba(238, 229, 240, 0.6);
            box-shadow: 0px 0px 3rem 3rem rgba(238, 229, 240, 0.6);
    border-radius: 3rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .sectionBody:nth-child(odd) .supplementImage img {
    border: solid #eee5f0;
  }
  .sectionBody {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sectionBody:nth-child(even) {
    background: #eee5f0;
  }
  .sectionBody:nth-child(even) .blockQuote {
    background: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0px 0px 3rem 3rem rgba(255, 255, 255, 0.75);
            box-shadow: 0px 0px 3rem 3rem rgba(255, 255, 255, 0.75);
    border-radius: 3rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .sectionFlexContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .imageTitleFlexContainer {
    margin-bottom: -30rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gradientRectangle {
    display: none;
  }
  h1.headerText {
    font-size: 3.05rem;
    color: #946AA8;
  }
  .h1-subtitle.headerText {
    font-size: 1.95rem;
    margin: 0;
    font-weight: 300;
    color: #946AA8;
  }
  .profileMSA {
    margin: auto;
    margin-bottom: 0;
  }
  .pageHeaders {
    margin-bottom: 0rem;
    padding: 0;
  }
  .bgContainer {
    display: none;
  }
  .sectionBody:first-of-type {
    padding-top: 0rem;
  }
  .textBit {
    width: 100%;
  }
}

.lessonsLearned {
  -webkit-box-shadow: 0 2rem 2rem 0.5rem rgba(5, 34, 83, 0.267);
          box-shadow: 0 2rem 2rem 0.5rem rgba(5, 34, 83, 0.267);
}

.outcomeCaption {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-top: 0;
  border-radius: 2rem;
  width: auto;
  max-width: 25rem;
  margin: auto;
}

.outcomeCaption p {
  margin: auto;
  text-align: center;
  color: white;
}

.outcomeCaption p:not(.expand) {
  font-size: 1.2rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.outcomeCaption .expand {
  font-style: italic;
  font-size: 1rem;
}

.whatsUp .outerLessonContainer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.outcome,
.lessonsLearned {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.outcome div.card,
.lessonsLearned div.card {
  margin: 1rem;
  padding: 0 1rem 0 1rem;
  background: white;
}

.outcome div.card .listText,
.lessonsLearned div.card .listText {
  color: black;
}

.outcome h2,
.lessonsLearned h2 {
  margin-bottom: 2rem;
}

.outcome h2,
.outcome p,
.outcome ul,
.lessonsLearned h2,
.lessonsLearned p,
.lessonsLearned ul {
  color: white;
}

.outcome p,
.lessonsLearned p {
  max-width: 33rem;
  padding: .5rem 2rem;
  margin: 0;
}

.outcome .lessonTitle,
.lessonsLearned .lessonTitle {
  margin-right: 0;
  margin-left: 0;
}

.outcome .outerLessonContainer,
.lessonsLearned .outerLessonContainer {
  margin-top: 0;
  padding: 0;
}

.outcome .innerLessonContainer,
.lessonsLearned .innerLessonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 3rem 0 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
}

.outcome {
  margin: auto;
  padding-top: 2rem;
}

.outcome > p {
  text-align: center;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.outcome .outerLessonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.outcome .outerLessonContainer > div:not(:last-child) {
  margin-bottom: 5rem;
}

.outcome .outerLessonContainer .innerLessonContainer {
  margin: auto;
}

.outcome li {
  padding: .5rem;
}

@media screen and (min-width: 1000px) {
  .lessonTitle {
    width: 33%;
    max-width: 20rem;
  }
  .outcome .lessonTitle,
  .lessonsLearned .lessonTitle {
    text-align: right;
    border-right: solid white;
  }
  .outcome .innerLessonContainer,
  .lessonsLearned .innerLessonContainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0;
  }
  .outcome .innerLessonContainer p,
  .outcome .innerLessonContainer ul,
  .lessonsLearned .innerLessonContainer p,
  .lessonsLearned .innerLessonContainer ul {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin: 0;
  }
}

.outcome {
  background: #7193CC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lessonsLearned {
  background: #946AA8;
}

/*BODY*/
body {
  background: linear-gradient(85deg, #5de1eb, #9755B7, #c7478e, #5de1eb);
  background-size: 300vw;
  -webkit-animation: gradient 25s ease infinite;
          animation: gradient 25s ease infinite;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 200px;
}

.footerSpacer {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.activeSection {
  color: white;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}

/*HEADER*/
.sectionName {
  color: #773897;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid #946AA8;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sectionName h2 {
  margin-right: 4rem;
}

.textBit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.textBit h2 {
  color: #773897;
}

.textBit h3,
.textBit h4 {
  color: #946AA8;
}

p:not(.h1-subtitle),
.textbit ul,
.textbit ol {
  margin: .5rem 2rem;
  max-width: 33rem;
}

.supplement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.supplement * {
  margin: 1rem;
}

.sectionBody {
  position: relative;
  z-index: 3;
}

.sectionFlexContainer {
  position: relative;
  z-index: 4;
}

ul {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 30rem;
}

ul li {
  padding: 0.75rem 2rem 0.75rem 0;
  margin-left: 2rem;
}

.sectionBody:nth-child(odd) .textBit {
  background: white;
}

.sectionBody:nth-child(even) .textBit {
  background: #eee5f0;
}

.confidentiality {
  position: relative;
}

.sectionFlexSpacer {
  display: none;
}

.aboutThisSite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  width: 27rem;
}

.aboutThisSite div {
  width: 26rem;
  margin-left: 2rem;
}

.aboutThisSite div p {
  font-size: 1rem;
  text-align: justify;
  text-justify: inter-word;
}

.aboutThisSite i {
  color: #773897;
  margin-right: 1rem;
  height: 2rem;
}

.aboutThisSite i:hover {
  color: #946AA8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.aboutThisSite i:active {
  color: #c6a5d6;
  -webkit-transition: 0s;
  transition: 0s;
}

@media screen and (min-width: 1300px) {
  .aboutThisSite {
    position: absolute;
    top: 15rem;
    left: 62vw;
  }
}

@media screen and (max-width: 1299px) {
  .index article:last-of-type {
    margin-top: -2rem;
    margin-bottom: 2rem;
  }
}

.aboutThisSite {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.7);
  padding-bottom: 2rem;
  -webkit-animation: 1s cubic-bezier(0.23, 0.65, 0.37, 1.13) 0.5s slideInFromRight;
          animation: 1s cubic-bezier(0.23, 0.65, 0.37, 1.13) 0.5s slideInFromRight;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  max-width: 100vw;
}

.aboutThisSite h2 {
  padding-bottom: 0;
  color: #946AA8;
}

.aboutThisSite p {
  margin: auto;
  padding-bottom: .5rem;
  padding-left: 0;
  padding-right: 0;
}

body {
  overflow-x: hidden;
}

@-webkit-keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

header {
  position: absolute;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0 16px 0;
}

header .visible {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  display: block;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .15s;
          animation-duration: .15s;
}

header .visible.closing {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: .15s;
          animation-duration: .15s;
}

header .download {
  position: relative;
  top: 1px;
  left: 3px;
}

header .headerGradient {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#16356b), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(#16356b, rgba(0, 0, 0, 0));
  height: 10rem;
  width: 100%;
  top: 0;
  z-index: -100;
  opacity: 70%;
}

header .lockup {
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-top: 10px;
  position: relative;
  z-index: 90;
}

header .lockup :hover {
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.5), 0px -2px 2px rgba(255, 255, 255, 0.5), 2px 0px 2px rgba(255, 255, 255, 0.5), -2px 0px 2px rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

header .lockup span {
  font-family: brother-1816, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
}

header nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  right: 0;
  -webkit-box-shadow: 5px 5px 10px rgba(5, 34, 83, 0.473);
          box-shadow: 5px 5px 10px rgba(5, 34, 83, 0.473);
  border-radius: 2rem 0 0 2rem;
  height: 3.3rem;
  background: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Color the navigation items as they are clicked*/
  /* Add an active class to highlight the current page */
  /* On large screens, hide the link that should open and close the topnav on small screens */
}

header nav :not(.behind) {
  z-index: 100;
}

header nav .behind {
  z-index: -1;
}

header nav a,
header nav .icon,
header nav .dropdownLabel {
  color: #eee5f0;
  margin: 0;
  text-decoration: none;
  font-size: 17px;
  font-family: brother-1816, sans-serif;
  font-weight: 500;
  min-width: 5.5rem;
  padding: 14px 10px;
  background: #16356b;
  text-align: center;
}

header nav .icon {
  min-width: 0rem;
}

header nav .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header nav .dropdownContent {
  display: none;
  margin: 0;
  padding: 0;
}

header nav .dropdownContent a {
  display: block;
  border-top: solid #0a2653;
}

header nav .dropdownLabel {
  padding: 14px 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
  width: auto;
  display: block;
}

header nav .dropdown:hover {
  cursor: pointer;
}

header nav .dropdown:hover .dropdownContent {
  display: block;
}

header nav .dropdown.open .dropdownContent {
  display: block;
}

header nav ul {
  position: relative;
}

header nav ol {
  max-width: 20rem;
}

header nav a:hover:not(.active):not(:active),
header nav .icon:hover {
  color: white;
  background: #527ac5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header nav a:active:not(.active),
header nav .icon:active {
  background: #9cb9eb;
  color: white;
}

header nav .active {
  font-weight: 700;
  background: #0a2653;
  color: white;
}

header nav .icon {
  display: none;
}

#headerContainer {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  z-index: 100;
}

.subheader {
  width: 100%;
  padding-top: 4.5rem;
  margin-left: 0;
  -webkit-box-shadow: 0px 5px 10px rgba(5, 34, 83, 0.473);
          box-shadow: 0px 5px 10px rgba(5, 34, 83, 0.473);
  text-decoration: none;
  font-size: 17px;
  font-family: brother-1816, sans-serif;
  font-weight: 500;
  color: #eee5f0;
  position: absolute;
}

.subheader .open {
  z-index: 205;
}

.subheader nav {
  background: #103e8b;
  margin-left: 0;
  padding: 0;
}

.subheader nav a,
.subheader nav div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.subheader nav a {
  padding: .5rem 0 .5rem 0;
  margin: 0;
}

.subheader nav .subnavLabel:not(.activeSubnav) .openText {
  display: none;
}

.subheader nav .subnavLabel:not(.activeSubnav) .closedText {
  display: block;
}

.subheader nav .subnavLabel.activeSubnav {
  background: #0a2653;
  color: white;
}

.subheader nav .subnavLabel.activeSubnav .openText {
  display: block;
}

.subheader nav .subnavLabel.activeSubnav .closedText {
  display: none;
}

.subheader nav .subnavLabel:hover {
  cursor: pointer;
}

.subheader nav .subnavContent :hover {
  color: white;
  background: #527ac5;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.subheader nav .subnavLabel:not(:active):hover {
  background: #527ac5;
  -webkit-transition: .2s;
  transition: .2s;
}

.subheader nav .subnavLabel:not(:active):hover div {
  color: white;
}

.move-up {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 50px;
  z-index: 1000;
  border-radius: 2rem;
  background: #16356b;
  overflow: hidden;
  height: 4rem;
  width: 4rem;
  border: none;
  -webkit-box-shadow: 5px 5px 10px rgba(5, 34, 83, 0.473);
          box-shadow: 5px 5px 10px rgba(5, 34, 83, 0.473);
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  color: #eee5f0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.move-up:hover {
  background: #527ac5;
  color: white;
}

/*FOOTER*/
footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #16356b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: white;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

footer .copyright {
  margin-right: 1rem;
}

footer .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

footer .email svg {
  /* fill: white; */
  margin-left: 1rem;
}

footer .email p:hover {
  text-decoration: underline;
}

footer .email p {
  margin-left: 10px;
  color: white;
}

/*MAIN*/
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profilePic {
  max-width: 90%;
  margin-bottom: -1rem;
}

/*BUTTONS*/
.button {
  -webkit-box-shadow: 0.2rem 0.2rem 0.2rem 0.2rem rgba(5, 34, 83, 0.164);
          box-shadow: 0.2rem 0.2rem 0.2rem 0.2rem rgba(5, 34, 83, 0.164);
}

.buttonsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.buttonsArea h2 {
  color: white;
}

.buttonsArea h2,
.buttonsArea h3 {
  text-align: center;
  width: 100%;
}

.buttonsArea .button:not(.behind),
.buttonsArea button:not(.behind) {
  z-index: 98;
}

.buttonsArea .button.behind,
.buttonsArea button.behind {
  z-index: -1;
}

.buttonsArea .button,
.buttonsArea button {
  width: 90%;
  max-width: 35rem;
  overflow: hidden;
  position: relative;
  margin: .5rem;
  padding: 0;
  border-radius: 2rem;
  -webkit-transition: background .15s;
  transition: background .15s;
  padding-bottom: 1rem;
}

.buttonsArea .button div,
.buttonsArea button div {
  position: relative;
  z-index: 100;
  margin: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 25rem;
  float: right;
}

.buttonsArea .button div p,
.buttonsArea button div p {
  margin: 1rem;
  text-align: left;
  font-family: roboto, sans-serif;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  max-width: 25rem;
}

.buttonsArea .button div *,
.buttonsArea button div * {
  text-shadow: 0 0 0.5em #eee5f0;
}

.buttonsArea .button figure,
.buttonsArea button figure {
  margin: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.buttonsArea .button img,
.buttonsArea button img {
  position: absolute;
  z-index: 100;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}

.buttonsArea .button #msaImg,
.buttonsArea button #msaImg {
  height: 15rem;
  bottom: -6rem;
  left: -2rem;
}

.buttonsArea .button #ktdrrImg,
.buttonsArea button #ktdrrImg {
  height: 10rem;
  left: -1rem;
  top: 1rem;
}

.buttonsArea .button #whatsupImg,
.buttonsArea button #whatsupImg {
  height: 10rem;
  top: -1rem;
}

.buttonsArea .button:not(:hover),
.buttonsArea button:not(:hover) {
  background: #eee5f0;
}

.buttonsArea .button:not(:hover) img,
.buttonsArea button:not(:hover) img {
  opacity: .2;
}

.buttonsArea .button:hover,
.buttonsArea button:hover {
  background: white;
  cursor: pointer;
}

.buttonsArea .button:hover p,
.buttonsArea button:hover p {
  opacity: 0.7;
}

.buttonsArea .button:hover img,
.buttonsArea button:hover img {
  opacity: .3;
}

@media screen and (min-width: 620px) {
  .buttonsArea .button:not(:hover) img,
  .buttonsArea button:not(:hover) img {
    opacity: .7;
  }
  .buttonsArea .button:hover img,
  .buttonsArea button:hover img {
    opacity: 1;
  }
}

#msa {
  background: #002e53;
}

#whatsUp {
  background: #530020c9;
}

/*TYPOGRAPHY*/
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: brother-1816, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.05rem;
  margin: 1rem 0 1rem 0;
  text-align: center;
  line-height: 1.15em;
}

h2,
.h2 {
  font-size: 2.55rem;
}

h3,
.h3 {
  font-size: 1.95rem;
  color: #946AA8;
}

h4,
.h4 {
  font-size: 1.56rem;
}

.h1-subtitle {
  font-size: 1.95rem;
  font-family: brother-1816, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: white;
  text-align: center;
  max-width: 100vw;
}

@media screen and (max-width: 475px) {
  .emailText {
    display: none;
  }
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(.active),
  .dropdown:not(.active) {
    display: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  nav:not(.responsive) > a.active {
    border-radius: 2rem 0 0 2rem;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .dropdown {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: none;
  }
  .dropdown a {
    width: 100%;
  }
  .topnav {
    background: #0a2653;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .topnav a,
  .topnav .dropdownLabel {
    border-left: none;
    border-top: solid #eee5f0;
  }
  .topnav a:not(.icon):first-of-type {
    border-top: none;
  }
  .topnav a.active,
  .topnav .icon {
    border: none;
  }
  .topnav .icon {
    width: 2.5rem;
    margin: 0;
    display: block;
    background: #16356b;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .topnav .icon i {
    margin-left: 0rem;
  }
}

@media screen and (min-width: 1900px) {
  #whatsupImg {
    left: 1rem;
  }
  .buttonsArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 1899px) {
  button:nth-child(odd):not(h2) div {
    float: left;
  }
  button:nth-child(odd):not(h2) img {
    right: 1rem;
  }
}

i.fa-caret-left {
  display: none;
}

.fa-envelope {
  color: white;
  padding-left: 1rem;
}

/*To avoid its high priority overriding the CSS this is behind a media query*/
@media screen and (min-width: 600px) {
  .workTab {
    display: none;
  }
  .dropdownLabel {
    border-left: solid #eee5f0 1px;
    border-right: solid #eee5f0 1px;
  }
  .topnav > *:not(.dropdown) {
    border-left: solid #eee5f0 1px;
    border-right: solid #eee5f0 1px;
  }
  .topnav > a:first-of-type {
    border-radius: 2rem 0 0 2rem;
    border-left: none;
  }
  .dropdownContent :last-child {
    border-radius: 0 0 2rem 2rem;
  }
}

@media screen and (max-width: 699px) {
  .subheader {
    position: absolute;
    width: 100%;
  }
  .subnav .subnavContent:not(.visibleSubnav) {
    display: none;
  }
  .subnav .subnavContent.visibleSubnav .subnavLabel {
    background: #0a2653;
    color: white;
  }
  .subnav .subnavContent.visibleSubnav a {
    display: block;
    border-top: solid #16356b 2px;
  }
}

.subnavLabel {
  padding: .5rem 0 .5rem 0;
}

@media screen and (min-width: 700px) {
  .subnavContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .subnavContent a {
    margin: 0;
    padding: 0;
  }
  .subnavLabel {
    display: none;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  i.fa-caret-left {
    display: inline;
  }
  .dropdown i.fa-caret-down {
    display: none;
  }
  .topnav.responsive {
    max-width: 11rem;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .topnav.responsive.opening {
    -webkit-animation-name: headerDropDown;
            animation-name: headerDropDown;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
    height: 5rem;
    overflow: hidden;
  }
  .topnav.responsive.closing {
    -webkit-animation-name: headerPullUp;
            animation-name: headerPullUp;
    -webkit-animation-duration: 0.15s;
            animation-duration: 0.15s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    overflow: hidden;
  }
  .topnav.responsive a,
  .topnav.responsive div.dropdown {
    display: block;
  }
  .topnav.responsive a .dropdownContent,
  .topnav.responsive div.dropdown .dropdownContent {
    position: absolute;
    right: 12.25rem;
    /* top: 3.5rem; */
    top: 6.8rem;
  }
  .topnav.responsive a .dropdownContent a:first-child,
  .topnav.responsive div.dropdown .dropdownContent a:first-child {
    border-radius: 2rem 0 0 0;
  }
  .topnav.responsive a .dropdownContent a:last-child,
  .topnav.responsive div.dropdown .dropdownContent a:last-child {
    border-radius: 0 0 2rem 2rem;
  }
  .topnav.responsive a .indexDropdown.dropdownContent,
  .topnav.responsive div.dropdown .indexDropdown.dropdownContent {
    right: 12.25rem;
    top: 3.5rem;
  }
  nav a:first-of-type {
    border-radius: 0 0 0 0;
  }
  .topnav.responsive a:not(.active):not(.icon),
  .dropdownLabel {
    width: 100%;
  }
  .topnav.responsive > a.active {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-radius: 2rem 0 0 0;
  }
  nav > a:last-of-type {
    border-radius: 0 0 0 2rem;
  }
}

@media screen and (max-width: 320px) {
  header .lockup span {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .email p {
    display: none;
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes headerDropDown {
  0% {
    height: 50px;
    background-color: #0a2653;
  }
  80% {
    height: 100px;
    background-color: #16356b;
  }
  100% {
    height: 220px;
  }
}

@keyframes headerDropDown {
  0% {
    height: 50px;
    background-color: #0a2653;
  }
  80% {
    height: 100px;
    background-color: #16356b;
  }
  100% {
    height: 220px;
  }
}

@-webkit-keyframes headerPullUp {
  0% {
    height: 230px;
    background-color: #16356b;
  }
  100% {
    height: 50px;
    background-color: #0a2653;
  }
}

@keyframes headerPullUp {
  0% {
    height: 230px;
    background-color: #16356b;
  }
  100% {
    height: 50px;
    background-color: #0a2653;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes hover {
  0% {
    background: #16356b;
    color: #eee5f0;
  }
  100% {
    background: #527ac5;
    color: white;
  }
}

@keyframes hover {
  0% {
    background: #16356b;
    color: #eee5f0;
  }
  100% {
    background: #527ac5;
    color: white;
  }
}
/*# sourceMappingURL=stylesmsa.css.map */