@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* #252B33 */
/* #F3F5F6 */
/* #F4F6F7 */
/* #1A1E23 */
/* #FFFFFF */
/* #F1F9FA */
/* #2E6B16 */
/* #68D930 */
/* #E0F7D5 */
/* #FFB400 */
/* #3AA7FF */
/* #00BFFF */
/* #4682B4 */
/* #023E8C */
/* #708090 */
/* #DBE0E6 */
/* #FFC82C */
/* #FFE59C */
/* #FFF8D6 */
/* #FF4D61 */
/* #C95EAD */
/* #333333 */
/* #666666 */
/* #999999 */
/* #CCCCCC */
/* #F0F0F0 */
/* #FBFBFB */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-family: "DM Sans", sans-serif;
  color: #02141b;
  font-size: 10px;
  line-height: 10px;
  text-align: left; }

body {
  font-family: "DM Sans", sans-serif;
  min-width: 100%;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 0.16rem;
  background-color: #1a1e23;
  margin: 0 auto; }

/* SWAP OUT WITH BELOW WHEN GOING LIVE
#passwordPrompt {
	display:none;
}
#passwordPrompt h6 {
	display:none;
}
#passwordInput {
	display:none;
}
#content {
	//display:none;
} */
/* SWAP OUT WHEN GOING LIVE */
/* UNCOMMENT FOR LIVE */
#passwordPrompt {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 40%;
  background: #f4f6f7;
  padding: 3.2rem;
  border-radius: 0.8rem; }

#passwordPrompt h6 {
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  font-weight: 600;
  margin-left: -0.8rem;
  text-align: center; }

#passwordPrompt h6:before {
  display: inline-block;
  content: url("../images/icons/lock.svg");
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.8rem;
  margin: 0.8rem; }

#passwordInput {
  font-family: "dm sans", sans-serif;
  width: 100%;
  margin: 8px 0;
  font-size: 1.8rem;
  padding: 8px;
  border: solid 1px #cccccc;
  border-radius: 4px; }

#content {
  display: none; }

.divider {
  width: 80%;
  height: 2px;
  background: white;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, #cccccc 50%, rgba(255, 255, 255, 0) 100%);
  margin: 1.6rem auto 0 auto; }

.divider-dark {
  width: 80%;
  height: 2px;
  background: white;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, #02141b 50%, rgba(0, 0, 0, 0) 100%);
  margin: 1.6rem auto 0 auto; }

.metrics-separator {
  width: 80%;
  height: 2px;
  background: white;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(224, 247, 213, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  margin: 0.8rem auto; }

.rounded-image {
  border-radius: 1.6rem; }

/* ---- END Advanced Layouts ---- */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0; }

h1 {
  font-family: "Playfair Display", serif;
  font-size: 7.2rem;
  line-height: 7.6rem;
  font-weight: 500; }

.black-back h1 {
  text-shadow: 1px 1px 0 rgba(251, 251, 251, 0.4); }

h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 3.6rem;
  line-height: 5.4rem;
  font-weight: 600; }

h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 300; }

h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 2.1rem;
  line-height: 3.2rem;
  font-weight: 300; }

h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.24rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.32rem; }

h6 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 300;
  margin-bottom: 2.8rem;
  color: #666666; }

p {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 3.2rem; }

p {
  margin-bottom: 0.8rem; }
  p + p {
    margin-top: 1.6rem; }
  p + h3 {
    margin-top: 0; }

h3 {
  margin-bottom: 0.8rem; }
  h3 + h3 {
    margin-top: 1.6rem; }
  h3 + p {
    margin-top: 0rem; }

h1, h2, h3, h4, h5, h6, p, li {
  text-shadow: 1px 1px 0 rgba(2, 20, 27, 0.06); }

.parallax {
  background-attachment: fixed;
  background-position: center 48px;
  background-repeat: no-repeat;
  background-size: cover; }

.parallax.nobump {
  background-position: top; }

.parallax > h1 {
  float: right;
  margin: 150px; }

.article-container {
  margin: 0.8rem 0; }

.article-teaser {
  padding: 1.6rem;
  margin: 0 0 1.6rem 0;
  border: solid 1px #f3f5f6;
  background: rgba(243, 245, 246, 0.1);
  border-radius: 0.8rem;
  box-shadow: 0 0 0.2rem 0 rgba(51, 51, 51, 0.1); }

.article-teaser h3 {
  font-weight: 600;
  color: #023e8c; }

.article-teaser p {
  padding: 0.4rem; }

.article-teaser a {
  background: #023e8c;
  color: #f3f5f6;
  margin-top: -0.8rem;
  padding: 0.8rem 1.6rem;
  border-radius: 0.4rem; }

.article-teaser a:hover {
  background: rgba(0, 0, 0, 0);
  border: solid 1px #023e8c; }

.small-title {
  border-bottom: solid 1px #cccccc;
  margin-bottom: 0.8rem;
  font-weight: 600; }

.home-callout-main-1 {
  border-top: 1px solid rgba(2, 20, 27, 0.2);
  background: radial-gradient(27.2745161205% 35.9016380112% at 50% 0%, rgba(255, 229, 156, 0.025) 0%, rgba(26, 30, 35, 0) 100%);
  margin-top: 3.2rem;
  transition: 4s; }

.home-callout-main-2 {
  border-top: 1px solid rgba(2, 20, 27, 0.2);
  background: radial-gradient(27.2745161205% 35.9016380112% at 50% 0%, rgba(104, 217, 48, 0.05) 0%, rgba(26, 30, 35, 0) 100%);
  margin-top: 0;
  transition: 4s; }

.drop-shadow-image img {
  box-shadow: 0 0.8rem 3.2rem 0 rgba(51, 51, 51, 0.1);
  border: 1px solid #cccccc; }

.gradient-border-box {
  border: 1px solid transparent;
  border-image: linear-gradient(180deg, yellow, red);
  border-image-slice: 1;
  border-radius: 1.6rem;
  padding: 3.2rem; }

.home-callout-main-1-sub {
  border-radius: 1.6rem;
  background: #1a1e23;
  background: linear-gradient(135deg, #1a1e23 0%, #252b33 45%, #1a1e23 100%);
  padding: 1.6rem;
  margin: 1.6rem 0;
  border: solid 1px rgba(2, 20, 27, 0.4);
  box-shadow: 0 0 1.6rem 0 rgba(255, 229, 156, 0.02); }

.home-callout-main-2-sub {
  border-radius: 1.6rem;
  background: #1a1e23;
  background: linear-gradient(135deg, #1a1e23 0%, #252b33 45%, #1a1e23 100%);
  padding: 1.6rem;
  margin: 1.6rem 0;
  border: solid 1px rgba(104, 217, 48, 0.1);
  box-shadow: 0 0 1.6rem 0 rgba(224, 247, 213, 0.02); }

.projects-callouts-badges {
  border-radius: 1.6rem;
  background: #1a1e23;
  background: linear-gradient(135deg, #1a1e23 0%, #252b33 45%, #1a1e23 100%);
  padding: 1.6rem;
  margin: 0;
  border: solid 1px rgba(2, 20, 27, 0.4);
  box-shadow: 0 0 1.6rem 0 rgba(255, 229, 156, 0.02); }

.projects-callouts {
  border-radius: 1.6rem 3.2rem;
  background: rgba(224, 247, 213, 0.2);
  padding: 1.6rem;
  margin: 1.6rem auto;
  border: solid 1px #68d930;
  width: 100%;
  box-shadow: 0 0 1.6rem 0 rgba(224, 247, 213, 0.8); }

.activities-callouts {
  border-radius: 1.6rem 3.2rem;
  padding: 1.6rem;
  margin: 1.6rem auto;
  width: 100%;
  background: rgba(241, 249, 250, 0.6);
  border: solid 1px deepskyblue;
  box-shadow: 0 0 1.6rem 0 rgba(0, 191, 255, 0.1); }

.black-back .projects-callouts {
  border-radius: 1.6rem 3.2rem;
  box-shadow: 0 0 1.6rem 0 rgba(224, 247, 213, 0.24);
  background: rgba(224, 247, 213, 0.1);
  padding: 1.6rem;
  margin: 1.6rem 0; }

.black-back .activities-callouts {
  background: rgba(241, 249, 250, 0.1); }

.goal-callout p {
  position: relative;
  font-size: 2.1rem;
  line-height: 3.2rem;
  padding-left: 40px; }
  .goal-callout p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: url("../images/goal-arrow.svg") no-repeat center;
    background-size: contain; }

.note-callout {
  padding: 1.6rem 0.8rem;
  text-align: center; }
  .note-callout p {
    position: relative;
    font-size: 2.1rem;
    line-height: 3.2rem;
    padding-left: 40px; }
    .note-callout p:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 32px;
      height: 32px;
      background: url("../images/green-feather.svg") no-repeat center;
      background-size: contain; }

.metrics-callouts {
  border-radius: 1.6rem;
  background: #1a1e23;
  background: linear-gradient(135deg, #1a1e23 0%, #252b33 45%, #1a1e23 100%);
  padding: 1.6rem;
  margin: 0 0 1.6rem 0;
  border: solid 1px rgba(104, 217, 48, 0.2);
  box-shadow: 0 0 1.6rem 0 rgba(224, 247, 213, 0.03); }

.green-back .metrics-callouts {
  border-radius: 1.6rem;
  background: #2e6b16;
  padding: 1.6rem;
  margin: 1.6rem 0;
  border: solid 1px rgba(104, 217, 48, 0.5); }

.projects-callouts .inner-flex h4, .activities-callouts .inner-flex h4, .projects-callouts .full-flex h4, .activities-callouts .full-flex h4 {
  border-bottom: solid 1px rgba(112, 128, 144, 0.1);
  margin-bottom: 1.6rem;
  padding: 0 0 0.8rem 1.6rem; }

.projects-callouts .full-flex h4, .activities-callouts .full-flex h4 {
  border-bottom: solid 1px rgba(112, 128, 144, 0.1);
  margin-bottom: 1.6rem;
  padding: 0 0 0.8rem 1.6rem; }

/*----- VERTICAL PROJECT CARDS -----*/
.vertical-project-cards {
  display: flex;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 1.6rem;
  overflow: hidden;
  background: #1a1e23;
  height: fit-content;
  border: solid 1px #333333;
  flex-direction: column;
  justify-content: center; }

.project-card-header {
  padding: 1.6rem;
  margin: 0; }

.project-card-header h2 {
  color: #f3f5f6;
  font-size: 3.6rem;
  line-height: 4.125rem;
  font-family: "Playfair Display", serif; }

.vertical-project-cards .project-card-header h5 {
  color: deepskyblue; }

.project-card-image {
  width: 100%; }

.project-card-image img {
  width: 100%;
  object-position: center center;
  object-fit: contain; }

.project-card-tags {
  width: 100%;
  padding: 1.6rem; }

.project-card-button {
  width: 100%;
  padding: 1.6rem; }

.inner-flex {
  display: flex;
  padding: 0.8rem;
  gap: 2.4rem;
  flex: 1 0 0;
  align-items: flex-start;
  align-self: stretch; }

.full-flex {
  padding: 0.8rem; }

.make-column {
  flex-direction: column; }

.remove-margin {
  margin-bottom: 0; }

.number-flex {
  display: flex;
  padding: 0.8rem;
  align-items: center;
  gap: 0;
  flex: 1 0 0;
  align-self: stretch;
  flex-direction: column; }

.inner-flex p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 200; }

.inner-flex li {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 200; }

.full-flex p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 200; }

.full-flex li {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 200; }

.full-flex li:last-child {
  margin-bottom: 1.6rem; }

.number-flex p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 200;
  text-align: center; }

.metrics-callouts .number-flex p {
  color: #f3f5f6;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }

.number-flex h2 {
  background: linear-gradient(180deg, #E0F7D5 25%, #68D930 72.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25); }

.ds-checklist-scroller {
  background: rgba(255, 248, 214, 0.2);
  border: solid 1px rgba(112, 128, 144, 0.15);
  border-radius: 0.8rem;
  overflow-y: scroll; }

.ds-checklist-scroller-column {
  overflow-y: scroll;
  width: 100%;
  padding: 1.6rem; }

.ds-checklist-scroller-column:first-child {
  border-right: solid 1px rgba(112, 128, 144, 0.1); }

.ds-checklist-scroller-column h4 {
  font-size: 1.8rem;
  line-height: 2.1rem;
  padding: 0.8rem 0 0 2.4rem;
  font-weight: 500; }

.ds-checklist-scroller-column p {
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-bottom: 1.6rem;
  text-align: left;
  padding: 0.8rem 0 0 2.4rem; }

.ds-checklist-scroller-column .inner-flex h4 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: inline-block;
  padding: 0 0 0.4rem 0; }

.ds-checklist-scroller-column h3 {
  padding: 1.6rem 0 0 2.4rem;
  border-bottom: solid 1px rgba(112, 128, 144, 0.1);
  color: #02141b; }

.ds-checklist-scroller-column h3:first-child {
  padding-top: 0.8rem; }

.ds-checklist-scroller-column .inner-flex p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
  font-weight: 400;
  color: #666666;
  padding: 0 0 0.4rem 0; }

.ds-checklist-scroller-column .inner-flex {
  padding: 1.6rem;
  margin: 0.8rem 2%;
  width: 96%;
  background: rgba(251, 251, 251, 0.4);
  border-radius: 0.8rem;
  border: solid 1px rgba(112, 128, 144, 0.1); }

.ds-checklist-scroller-column .inner-flex:hover {
  background: rgba(251, 251, 251, 0.6);
  border: solid 1px rgba(58, 167, 255, 0.5); }

.ds-checklist-scroller-column .inner-flex:hover h4 {
  color: #023e8c; }

.ds-checklist-scroller-column input[type="checkbox"] {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative; }

/*
.metrics-callouts .number-flex h2 {
	background: linear-gradient(180deg, #2E6B16 25%, #68D930 72.22%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
*/
.job-titles {
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 2.1rem;
  text-align: center; }

.project-info-block div {
  width: 25%; }

.project-info-block ul {
  list-style-type: none;
  color: #666666;
  margin-block-end: 0;
  padding-inline-start: 0;
  border: none; }

.project-info-block li {
  font-size: 1.8rem;
  line-height: 2.7rem; }

.project-info-block li:last-child {
  margin-bottom: 0; }

.project-info-block h4 {
  color: #333333;
  border-bottom: solid 1px rgba(219, 224, 230, 0.4); }

a {
  color: deepskyblue;
  text-decoration: none; }

a:hover {
  color: #023e8c;
  text-decoration: none; }

ol, ul {
  font-size: 1.8rem;
  line-height: 2.4rem;
  display: block;
  margin-block-start: 0.8rem;
  margin-block-end: 0.8rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 3.2rem;
  unicode-bidi: isolate; }

li {
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 8px;
  font-weight: 300; }

li.callout {
  font-weight: 600; }

li:last-child {
  margin-bottom: 2.4rem; }

ul ul {
  margin: 0 0 1.6rem 0.8rem; }

/* START IMAGE CAROUSEL */
.img-carousel {
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
  max-width: 100%;
  overflow-x: hidden; }

.img-carousel img {
  max-width: 1120px;
  margin: 6.4rem 0 3.2rem 0; }

/* END IMAGE CAROUSEL */
/* MASKING TECHNIQUE */
.mask {
  overflow: hidden; }

.mask:first-child {
  margin-top: 2.4rem; }

.hide {
  transform: translateY(-100%); }

.mask h1 {
  margin: 0; }

.mask img {
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }

/* END MASKING PROPERTIES */
/* START IMAGE ANIMATIONS */
.container {
  /*  display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;*/
  align-items: center;
  position: relative;
  padding: 0; }

img {
  /*  height: 100%;
    width: 100%;*/
  object-fit: cover;
  transform-origin: right; }

.reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden; }

#ds-banner {
  background-image: url("../images/design-system-pattern2-bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat; }

#ds-banner figure {
  margin: 0;
  padding: 0; }

#first-banner figure {
  margin: 0;
  padding: 0; }

/* END IMAGE ANIMATIONS */
/* FLOATING QM */
.floating-qm {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/qm-disjointed/qmd-bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 3.2rem; }

@keyframes pieces {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }
.qm-pieces {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateY(0px);
  animation: pieces 6s ease-in-out infinite; }
  .qm-pieces img {
    width: 100%;
    height: auto; }

.qm-pieces:nth-child(2), .qm-pieces:nth-child(3), .qm-pieces:nth-child(4), .qm-pieces:nth-child(5), .qm-pieces:nth-child(6) {
  position: absolute;
  top: 0; }

.qm-pieces:nth-child(2) {
  animation: pieces 6500ms ease-in-out infinite; }

.qm-pieces:nth-child(3) {
  animation: pieces 7000ms ease-in-out infinite; }

.qm-pieces:nth-child(4) {
  animation: pieces 7500ms ease-in-out infinite; }

.qm-pieces:nth-child(5) {
  animation: pieces 8000ms ease-in-out infinite; }

.qm-pieces:nth-child(6) {
  animation: pieces 8500ms ease-in-out infinite; }

/* END FLOATING QM */
/* FLOATING HEAD */
.head-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px); }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px); }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px); } }
.avatar {
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  border: 5px white solid;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite; }
  .avatar img {
    width: 100%;
    height: auto; }

/* END FLOATING HEAD */
.center {
  text-align: center; }

/* FOR REVERTING 
.main-nav {
 	width: 100%;
	font-family: "dm sans", sans-serif;
    //padding: 0 6%;
    padding: 0;
	height: 60px;
    border-bottom: 1px solid $gray-back;
    background: rgba(251,251,251,0.98);
    position: fixed;
    top: 0px;
    z-index: 10000;
	display: flex;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
	margin: auto;
}*/
.main-nav {
  width: 100%;
  font-family: "dm sans", sans-serif;
  padding: 0;
  height: 60px;
  border-bottom: 1px solid #1a1e23;
  background: rgba(26, 30, 35, 0.95);
  position: fixed;
  top: 0px;
  z-index: 10000;
  display: flex;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  margin: auto; }

.sub-nav {
  width: 100%;
  font-family: "dm sans", sans-serif;
  padding: 0;
  height: 30px;
  border-bottom: 1px solid #1a1e23;
  background: rgba(35, 35, 35, 0.9);
  position: fixed;
  top: 60px;
  z-index: 10000;
  display: flex;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  margin: auto; }

.sub-nav-items {
  display: flex;
  width: 100%;
  max-width: 1120px;
  margin: auto;
  font-size: 1.6rem; }

.sub-nav-items a {
  color: rgba(219, 224, 230, 0.8); }

.sub-nav-items a:hover {
  color: #dbe0e6; }

.sub-navigation-block {
  display: inline-block;
  padding: 0 12px 0 12px;
  color: #f3f5f6; }

.nav-flex {
  display: flex;
  width: 100%;
  max-width: 1120px;
  margin: auto; }

.myname {
  font-family: "DM Sans", sans-serif;
  /*	font-family: "Playfair Display", serif;
      font-weight: 600;
      font-style: italic; */
  display: inline-block;
  font-size: 3.4rem;
  letter-spacing: 1px;
  background: linear-gradient(360deg, #E0F7D5 15%, #68D930 72.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-style: italic; }

.logo img {
  margin: -40px 1.6rem 0 0;
  opacity: 0.6; }

.mobile-navigation {
  display: none; }

.navigation {
  width: calc(100% - 80px);
  display: inline-block;
  text-align: right;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 9px auto;
  font-weight: 400;
  flex: 1 1 25%;
  overflow: hidden;
  padding: 0 1% 0 0; }

.navigation a {
  color: rgba(219, 224, 230, 0.8); }

.navigation a:hover {
  color: #dbe0e6; }

/* FOR REVERTING
.navigation-block {
	display: inline-block;
	padding: 26px 12px 0 12px;
	height: 60px;
} */
.navigation-block {
  display: inline-block;
  padding: 21px 12px 0 12px;
  height: 60px; }

/* FOR REVERTING
.sub-navigation-block {
	display: inline-block;
	padding: 26px 12px 0 12px;
	height: 60px;
} */
.active-tab {
  text-decoration: underline;
  color: #68d930;
  text-decoration-thickness: 2px;
  text-underline-offset: 11px; }

.active-tab a {
  text-decoration: underline;
  color: #68d930;
  text-decoration-thickness: 2px;
  text-underline-offset: 11px; }

.navigation-block img {
  display: block;
  max-height: 18px;
  margin: auto; }

.content {
  margin: auto;
  position: absolute;
  top: 60px;
  width: 100%; }

section {
  width: 100%; }

/*section img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}*/
.h250 {
  width: 100%;
  height: 250px;
  object-fit: cover; }

.h500 {
  width: 100%;
  height: 500px;
  object-fit: cover; }

.h750 {
  width: 100%;
  height: 750px;
  object-fit: cover; }

.hfull {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.footer {
  background: #02141b;
  color: #f3f5f6;
  text-align: center;
  border-top: solid 1px #333333; }

.footer h6 {
  margin-bottom: 1.6rem;
  color: #cccccc; }

.footer ul {
  margin-bottom: 0.8rem;
  margin-top: 0.8rem;
  padding-left: 0; }

.footer ul li {
  display: inline;
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
  padding: 0 1.6rem;
  letter-spacing: 0.15rem;
  margin-top: 3.6rem; }

.linked-in-logo {
  margin: -0.4rem 0.4rem 0 0; }

.port-nav {
  background: #1a1e23;
  color: #f3f5f6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239C92AC' fill-opacity='0.16' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E"); }

.port-nav .container-flex-horizontal {
  padding: 0; }

.port-nav .section-content, .footer .section-content {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  gap: 0; }

.port-nav .section-content p {
  font-family: "DM Sans", sans-serif;
  line-height: 2.4rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  text-align: center; }

.port-nav .section-content p a {
  color: #dbe0e6;
  border-bottom: solid 1px #dbe0e6;
  padding-bottom: 0.4rem; }

.black-back, .white-back, .gray-back, .blue-back, .green-back {
  position: relative; }

.float-image-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.float-image-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0; }

.columned {
  object-position: center center;
  object-fit: cover;
  border-radius: 1.6rem 6.4rem;
  border: solid 1px #02141b; }

.cropped-picture {
  object-position: center center;
  object-fit: cover;
  width: 100%;
  height: 100%; }

/*.left-side-footer p {
	//padding-left: 1.8rem;
	text-transform: uppercase;
	font-weight: 500;
	color: $gray-lighter;
}
.right-side-footer p {
	text-align: right;
	//padding-right: 1.8rem;
}
.right-side-footer p a {
	color: $blue-gray-lighter;
	border-bottom: solid 1px $blue-gray-lighter;
	padding-bottom: 0.4rem;
}*/
.port-nav .section-content p a:after {
  content: " →"; }

.fill-flex {
  width: 100%; }

.bolded {
  font-weight: 500; }

.black-back {
  background: #1a1e23;
  color: #f3f5f6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239C92AC' fill-opacity='0.16' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E"); }

.black-back .bolded {
  color: #fbfbfb;
  font-weight: 600; }

.black-back h5 {
  color: #68d930; }

.black-back a {
  color: #68d930;
  border-bottom: solid 1px #68d930;
  padding-bottom: 0.4rem; }

.gray-back a {
  color: #023e8c;
  border-bottom: solid 1px #023e8c;
  padding-bottom: 0.4rem; }

.gray-back {
  background: #f4f6f7;
  color: #02141b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239C92AC' fill-opacity='0.16' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E"); }

.white-back {
  background: white;
  color: #02141b; }

.gray-back h5, .white-back h5 {
  color: #2e6b16; }

.blue-back {
  background: #f1f9fa;
  color: #02141b;
  border-bottom: solid 1px #cccccc;
  border-top: solid 1px #cccccc; }

.blue-back h5 {
  color: #023e8c; }

.blue-back h4 {
  padding-bottom: 0.4rem; }

.centered-section {
  text-align: center; }

/*.home-blue h5 {
	border-bottom: 1px solid $gray-lighter;
	border-width: 50%;
	padding-bottom: 0.8rem;
	margin-bottom: 3.2rem;
}*/
.green-back {
  background: #e0f7d5;
  color: #02141b;
  border-bottom: solid 1px #cccccc;
  border-top: solid 1px #cccccc; }

.green-back h5 {
  color: #2e6b16; }

.white-back .quote-block h4, .gray-back .quote-block h4, .blue-back .quote-block h4, .green-back .quote-block h4 {
  color: #666666; }

.quote-block h4 {
  color: #ffb400;
  font-size: 3.4rem;
  line-height: 5.2rem;
  font-weight: 300;
  border-left: 2px solid #666;
  	/*font-size: 2.4rem;
      line-height: 3.6rem;
      font-weight: 600;*/
  font-style: italic;
  padding: 0 3.2rem;
  margin: 20px; }

h4.contributor {
  text-align: right;
  border: none;
  font-size: 2.4rem; }

.article-link a {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #023e8c;
  padding: 8px 16px;
  border: solid 1px #023e8c;
  border-radius: 4px;
  display: block;
  width: 100%;
  text-align: center; }

.article-link a:hover {
  color: #f3f5f6;
  background: #023e8c; }

.achievement-link {
  width: 100%;
  display: block; }

.achievement-link a {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #68d930;
  padding: 8px 16px;
  border: solid 1px rgba(243, 245, 246, 0.4);
  border-radius: 0.8rem;
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.6rem 0 0 0; }

.achievement-link a:hover {
  background: #02141b;
  border: solid 1px #f3f5f6; }

button.article-link {
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #023e8c;
  padding: 0.8rem 3.2rem;
  border: solid 1px #023e8c;
  border-radius: 4px;
  display: block;
  width: 100%;
  text-align: center;
  background: #f4f6f7; }

button.article-link:hover {
  color: #f3f5f6;
  background: #023e8c; }

button.achievement-link {
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: red;
  padding: 0.8rem 3.2rem;
  border: solid 1px orange;
  border-radius: 4px;
  display: block;
  width: 100%;
  text-align: center;
  background: #f4f6f7; }

button.achievement-link:hover {
  color: #f3f5f6;
  background: #023e8c; }

/*.quote-block h4:before {
	content: open-quote;
	font-size: 8.0rem;
	text-align: left;
}
.quote-block h4:after {
	content: close-quote;
	font-size: 8.0rem;
	text-align: right;
}
.quote-block:before, .quote-block:after {
	content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: rgba(244,246,247,0.1);
	margin: 1.125rem auto;
}
.gray-back .quote-block:before, .gray-back .quote-block:after, .blue-back .quote-block:before, .blue-back .quote-block:after, .white-back .quote-block:before, .white-back .quote-block:after {
	background: $gray-lighter;
}*/
.section-full-span {
  width: 100%;
  margin: auto;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem; }

.section-full-span .container-flex-horizontal {
  padding-top: 0; }

.section-full-span .left-align {
  margin-left: calc(50vw - 512px);
  width: 45%; }

.left-align h3 {
  margin-bottom: 1.6rem; }

.realign-headline {
  width: 1120px;
  margin: auto;
  padding-top: 3.2rem; }

figure.bigger {
  height: 100%; }

figure.bigger img {
  object-position: left center;
  object-fit: cover;
  height: 100%; }

.section-content {
  width: 90%;
  max-width: 1120px;
  margin: auto;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem; }

.slim {
  padding-top: 0;
  padding-bottom: 0; }

.merge-above {
  padding-top: 0; }

.section-content p:first-child {
  margin-top: 0; }

.section-content p:last-child {
  margin-bottom: 0; }

.last-section {
  padding-bottom: 3.2rem; }

figure {
  margin-left: 0;
  margin-right: 0;
  clear: both; }

figure img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: auto;
  border-radius: 1.6rem; }

img .bordered {
  border: 8px solid red;
  box-shadow: 0 0.8rem 3.2rem 0 rgba(51, 51, 51, 0.1); }

.image-800 {
  max-width: 800px;
  margin-left: 10.9375%; }

.black-back figure img {
  border-color: #02141b; }

.container-flex-horizontal {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  margin: 0 auto;
  padding: 16px 0;
  width: 100%; }

.container-flex-horizontal p {
  margin-top: 0; }

.container-flex-horizontal figure {
  margin-top: 0;
  margin-bottom: 0;
  min-width: 250px; }

.container-flex-vertical {
  display: flex;
  gap: 2.4rem;
  justify-content: space-between;
  align-content: space-evenly;
  margin: 0 auto;
  flex-direction: column;
  width: 100%; }

.container-flex-vertical div {
  flex: 1; }

.container-flex-vertical figure {
  margin-top: 0;
  margin-bottom: 0;
  width: 250px; }

/*
.container-flex-horizontal + .container-flex-horizontal {
	margin-top: 3.6rem;
	border-top: 1px solid $gray-lightest;
    padding-top: 7.2rem;
}
*/
.inline-images {
  display: inline-block; }

.revealUp {
  position: relative;
  transform-origin: 0 0;
  transform: translateY(128px);
  transition: all;
  transition-duration: 1s;
  transition-timing-function: ease;
  opacity: 0; }

.revealUp.active {
  transform: translateY(0);
  opacity: 1; }

.revealUpNoFade {
  position: relative;
  transform-origin: 0 0;
  transform: translateX(-400px);
  transform: translateY(128px);
  transition: all;
  transition-duration: 500ms;
  transition-timing-function: ease-in;
  opacity: 1; }

.revealUpNoFade.active {
  transform: translateX(0);
  transform: translateY(0);
  opacity: 1; }

.revealDown {
  position: relative;
  opacity: 0.75;
  transform-origin: 0 0;
  transform: translateY(-64px);
  transition: all;
  transition-duration: 1s;
  transition-timing-function: ease; }

.revealDown.active {
  transform: translateY(0);
  opacity: 1; }

.revealLeft {
  position: relative;
  transform-origin: 0 0;
  transform: translateX(-600px);
  transition: all;
  transition-duration: 500ms;
  transition-timing-function: ease;
  opacity: 0; }

.revealLeft.active {
  transform: translateX(0);
  opacity: 1; }

.revealRight {
  position: relative;
  transform-origin: 0 0;
  transform: translateX(600px);
  transition: all;
  transition-duration: 500ms;
  transition-timing-function: ease;
  opacity: 0; }

.revealRight.active {
  transform: translateX(0);
  opacity: 1; }

.revealEnlarge {
  position: relative;
  opacity: 0.75;
  transform-origin: 0 0;
  transform: scale(0.27);
  transition: all;
  transition-duration: 500ms;
  transition-timing-function: ease; }

.revealEnlarge.active {
  transform: scale(1);
  opacity: 1; }

.reveal-peek-a-boo {
  opacity: 0.2;
  opacity: 1.0; }

.middle-me {
  align-items: center; }

.gutter-correction-top {
  margin-top: 1.6rem; }

.gutter-correction-right {
  margin-right: 1.6rem; }

.gutter-correction-bottom {
  margin-bottom: 1.6rem; }

.gutter-correction-left {
  margin-left: 1.6rem; }

.gutter-0 {
  gap: 0; }

.gutter-8 {
  gap: 0.8rem; }

.gutter-16 {
  gap: 1.6rem; }

.gutter-32 {
  gap: 3.2rem; }

.gutter-40 {
  gap: 4.0rem; }

.gutter-48 {
  gap: 4.8rem; }

.gutter-56 {
  gap: 5.6rem; }

.gutter-64 {
  gap: 6.4rem; }

.gutter-72 {
  gap: 7.2rem; }

.gutter-80 {
  gap: 8.0rem; }

.gutter-88 {
  gap: 8.8rem; }

.gutter-96 {
  gap: 9.6rem; }

.img-width-150 {
  min-width: 150px; }

.img-width-200 {
  min-width: 200px; }

.img-width-250 {
  min-width: 250px; }

.img-width-300 {
  min-width: 300px; }

.img-width-350 {
  min-width: 350px; }

.img-width-400 {
  min-width: 400px; }

.img-width-450 {
  min-width: 450px; }

.img-width-500 {
  min-width: 500px; }

.img-width-550 {
  min-width: 550px; }

.img-width-600 {
  min-width: 600px; }

.img-top-32 {
  margin-top: -3.2rem; }

.img-top-64 {
  margin-top: -6.4rem; }

.img-left-8 {
  margin-left: -0.8rem; }

.img-left-16 {
  margin-left: -1.6rem; }

.img-left-24 {
  margin-left: -2.4rem; }

.img-left-32 {
  margin-left: -3.2rem; }

.img-left-40 {
  margin-left: -4.0rem; }

.img-left-48 {
  margin-left: -4.8rem; }

.img-left-56 {
  margin-left: -5.6rem; }

.img-left-64 {
  margin-left: -6.4rem; }

.img-left-72 {
  margin-left: -7.2rem; }

.img-left-80 {
  margin-left: -8.0rem; }

.img-left-88 {
  margin-left: -8.8rem; }

.img-left-96 {
  margin-left: -9.6rem; }

.img-left-128 {
  margin-left: -12.8rem; }

.img-right-8 {
  margin-right: -0.8rem; }

.img-right-16 {
  margin-right: -1.6rem; }

.img-right-24 {
  margin-right: -2.4rem; }

.img-right-32 {
  margin-right: -3.2rem; }

.img-right-40 {
  margin-right: -4.0rem; }

.img-right-48 {
  margin-right: -4.8rem; }

.img-right-56 {
  margin-right: -5.6rem; }

.img-right-64 {
  margin-right: -6.4rem; }

.img-right-72 {
  margin-right: -7.2rem; }

.img-right-80 {
  margin-right: -8.0rem; }

.img-right-88 {
  margin-right: -8.8rem; }

.img-right-96 {
  margin-right: -9.6rem; }

.img-right-128 {
  margin-right: -12.8rem; }

.job-blocks {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #f0f0f0;
  margin-top: -72px;
  margin-bottom: 3.2rem; }

.quote-card {
  background: rgba(255, 255, 255, 0.01);
  border: solid 1px rgba(255, 255, 255, 0.05);
  border-radius: 1.6rem;
  padding: 1.6rem;
  align-items: center;
  box-shadow: 0 0.8rem 3.2rem 0 rgba(51, 51, 51, 0.1); }

.white-back .quote-card {
  border: solid 1px #f0f0f0; }

.black-back .quote-card {
  border: solid 1px #02141b;
  box-shadow: 0px 2px 16px 0 rgba(58, 167, 255, 0.08); }

.gray-back .quote-card {
  border: solid 1px rgba(112, 128, 144, 0.1); }

.green-back .quote-card {
  border: solid 1px rgba(104, 217, 48, 0.3);
  box-shadow: 0 0.8rem 3.2rem 0 rgba(46, 107, 22, 0.1); }

.quote-card p {
  align-self: center;
  font-size: 2.8rem;
  line-height: 4.2rem;
  font-style: italic;
  font-family: "Playfair Display", serif; }

.quote-card h5 {
  font-family: "Playfair Display", serif;
  color: #999999; }

.green-back .quote-card h5 {
  color: #999999; }

.quote-card img {
  border-radius: 1.6rem;
  border: solid 1px #cccccc;
  width: 250px; }

.horizontal-card {
  background: rgba(255, 255, 255, 0.01);
  border: solid 1px rgba(255, 255, 255, 0.05);
  border-radius: 1.6rem;
  padding: 1.6rem;
  align-items: center; }

.white-back .horizontal-card {
  border: solid 1px #f0f0f0; }

.gray-back .horizontal-card {
  border: solid 1px rgba(112, 128, 144, 0.1); }

.horizontal-card p {
  align-self: center;
  font-size: 2.8rem;
  line-height: 4.2rem;
  font-style: italic;
  font-family: "Playfair Display", serif; }

.horizontal-card h5 {
  font-family: "Playfair Display", serif;
  color: #999999; }

.horizontal-card h4 {
  color: #999999;
  font-size: 1.4rem;
  text-align: right; }

.horizontal-card img {
  border-radius: 1.6rem;
  width: 100%; }

.container-flex-vertical.horizontal-card figure {
  width: 100%; }

#career-bar {
  margin-bottom: 1.6rem; }

.headshot {
  box-shadow: 0px 2px 16px 0 rgba(15, 15, 15, 0.15); }

/*.headshot:hover {
	transform: scale(0.9) translateX(2%) rotateZ(0);
}*/
.unset-header {
  margin-top: 1.6rem;
  margin-bottom: 0;
  font-weight: 300; }

.home-top .container-flex-horizontal {
  column-gap: 2.4rem; }

.home-top .container-flex-horizontal figure {
  min-width: 380px;
  height: 100%; }

.home-top .container-flex-horizontal figure img {
  object-position: center center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem 6.4rem;
  border: solid 1px #02141b; }

.flex-grid .picture-side figure img {
  object-position: center center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem 6.4rem;
  border: solid 1px #02141b; }

.flex-grid .about-sides figure img {
  object-position: center center;
  object-fit: cover;
  width: 100%;
  border-radius: 0.8rem 3.2rem;
  border: solid 1px #cccccc;
  margin: 0.8rem 1.6rem 0.8rem 0; }

.black-back .flex-grid .about-sides figure img {
  border: solid 1px #02141b; }

.flex-grid .about-sides-right figure img {
  object-position: center center;
  object-fit: cover;
  width: 100%;
  border-radius: 3.2rem 0.8rem;
  border: solid 1px #cccccc;
  margin: 0.8rem 0 0.8rem 0;
  padding-right: 1.6rem; }

.flex-grid .dp-sides figure img {
  object-position: center center;
  object-fit: cover;
  width: 100%;
  padding: 2.4rem;
  border-radius: 0;
  margin: 0; }

.flex-grid .dl-sides figure img {
  object-position: center center;
  object-fit: cover;
  width: 100%;
  padding: 0;
  border-radius: 0;
  margin: 0; }

.remove-gap {
  margin-bottom: -3.2rem; }

.flex-grid .columns {
  flex-direction: column; }

.flex-grid .columns div {
  margin: auto; }

.flex-grid .columns img {
  margin: 3.2rem 0 0 0; }

figure {
  margin: 0; }

figure + .caption {
  display: block;
  width: 100%;
  padding: 0 1.6rem;
  margin: 1.6rem 0 0 0; }

.caption p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: center;
  padding: 0; }

.jobs-block {
  margin-top: 1.6rem;
  margin-bottom: 3.2rem; }

.design-bubbles {
  width: 480px;
  font-family: "DM Sans", sans-serif;
  font-size: 2.1rem;
  line-height: 4.2rem;
  padding: 0.8rem 2.4rem;
  border-radius: 1.6rem;
  box-shadow: 0px 2px 16px 0 rgba(15, 15, 15, 0.15);
  text-shadow: 1px 1px 0 rgba(251, 251, 251, 0.4);
  margin-left: 8%;
  margin-bottom: 4%;
  border: 1px solid #023e8c; }

.project-list-item {
  border: 1px solid #dbe0e6;
  background: white;
  /* height: 468px; */
  margin-bottom: 3.2rem;
  margin-top: 0;
  width: 100%;
  padding: 3.2rem;
  gap: 2.4rem; }

.project-list-item:last-child {
  margin-bottom: 0; }

.project-list-item p.article-link {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center; }

.project-list-item div {
  position: relative; }

.project-thumb img {
  width: 300px;
  transition: 0.4s; }

.project-thumb img:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 5px steelblue;
  overflow: hidden; }

.project-list-item h2 {
  font-weight: 500;
  letter-spacing: 0.15rem;
  margin-top: 1.6rem;
  color: #333333; }

.project-blue-back {
  background: #f1f9fa;
  position: relative; }

.project-blue-back h5 {
  color: steelblue;
  margin-top: 1.6rem; }

.project-cards {
  display: flex;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 3.2rem;
  overflow: hidden;
  background: #1a1e23;
  height: fit-content;
  border: solid 1px #333333; }

.project-cards:hover {
  border-color: #666666; }

.blue-card {
  background: #dbe0e6;
  border: solid 1px #02141b;
  color: black; }

.blue-card:hover {
  border-color: steelblue; }

.project-cards div {
  position: relative; }

.project-cards .image-side {
  flex: 1;
  height: 100%; }

.project-cards .image-side img {
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: contain;
  transition: 0.4s; }

.project-cards .image-side img:hover {
  transform: scale(1.05);
  overflow: hidden; }

.project-cards .text-side {
  flex: 1;
  padding: 20px;
  display: flex;
  gap: 2.4rem;
  flex-direction: column; }

.tags {
  padding: 0.8rem 1.6rem;
  background: rgba(251, 251, 251, 0.05);
  border-radius: 99px;
  display: inline-block;
  margin: 0 0.8rem 0.8rem 0; }

.project-cards.blue-card .text-side .tags p {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: rgba(251, 251, 251, 0.8); }

.tags p, .project-cards .text-side .tags p {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #999999; }

.article-cards {
  display: flex;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
  overflow: hidden;
  height: fit-content; }

.article-cards:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }

.blue-card {
  background: #dbe0e6;
  border: solid 1px #02141b;
  color: black; }

.blue-card:hover {
  border-color: steelblue; }

.article-cards div {
  position: relative; }

.article-cards .image-side {
  flex: 1;
  height: 100%; }

.article-cards .image-side img {
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: contain;
  transition: 0.4s;
  background: white; }

.article-cards .image-side img:hover {
  transform: scale(1.05);
  overflow: hidden;
  background: white; }

.article-cards .text-side {
  flex: 1;
  padding: 20px;
  display: flex;
  gap: 2.4rem;
  flex-direction: column; }

.tags {
  padding: 0.8rem 1.6rem;
  background: rgba(251, 251, 251, 0.05);
  border-radius: 99px;
  display: inline-block;
  margin: 0 0.8rem 0.8rem 0; }

.article-cards.blue-card .text-side .tags p {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: rgba(251, 251, 251, 0.8); }

.tags p, .article-cards .text-side .tags p {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #999999; }

.article-cards .text-side p {
  margin: 0;
  font-size: 2.1rem;
  line-height: 3.2rem;
  color: #666666; }

.article-cards .text-side h2 {
  color: #023e8c;
  font-size: 3.6rem;
  line-height: 4.125rem;
  font-family: "Playfair Display", serif; }

.article-cards a.headline-linker {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  text-align: left;
  color: #023e8c;
  font-weight: 600; }

.article-cards a.headline-linker:hover {
  color: rgba(2, 62, 140, 0.95);
  background: none;
  border: none; }

.project-cards a.headline-linker {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  text-align: left;
  color: #f3f5f6;
  font-weight: 600; }

.project-cards a.headline-linker:hover {
  color: rgba(243, 245, 246, 0.95);
  background: none;
  border: none; }

.article-cards p.article-link {
  margin-bottom: 24px;
  position: absolute;
  bottom: 0;
  /* left: 0; */
  display: block;
  width: 90%;
  text-align: center; }

.article-cards a {
  padding: 8px 16px;
  border: solid 1px #023e8c;
  border-radius: 1.6rem;
  display: block;
  width: 100%;
  text-align: center;
  color: #023e8c;
  font-weight: 300; }

.article-cards a:hover {
  border: solid 1px deepskyblue;
  background: rgba(251, 251, 251, 0.05);
  background: #023e8c;
  color: #f3f5f6; }

.article-cards .image-side a {
  padding: 0;
  border: none;
  border-radius: 0; }

/**/
.heartme {
  font-weight: 600;
  border-top: 1px solid rgba(2, 20, 27, 0.2);
  background: radial-gradient(27.2745161205% 35.9016380112% at 50% 0%, rgba(0, 191, 255, 0.035) 0%, rgba(26, 30, 35, 0) 100%);
  padding: 3.2rem 0;
  margin-top: 3.2rem;
  transition: 4s; }

.heartme:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/icons/feather.svg") no-repeat center;
  background-size: contain;
  margin-right: 1.6rem;
  opacity: 0.6; }

/* ------- ORIGINAL TAG ICONS -------
.tags {
  p {
    position: relative;
    padding-left: 24px; // add space for the icon
    
    &:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 18px;
      height: 18px;
      background: url("../images/tag.svg") no-repeat center;
      background-size: contain;
    }
  }
} */
/* ------- END ORIGINAL TAG ICONS ------- */
.tags p {
  position: relative;
  padding-left: 24px; }
  .tags p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat; }
.tags.enterprise-ux p:before {
  background: url("../images/tags/briefcase.svg") no-repeat center; }
.tags.ada-accessibility p:before {
  background: url("../images/tags/universal-access.svg") no-repeat center; }
.tags.design-consistency p:before {
  background: url("../images/tags/clipboard-check.svg") no-repeat center; }
.tags.ui-component-library p:before {
  background: url("../images/tags/cubes.svg") no-repeat center; }
.tags.scalable-framework p:before {
  background: url("../images/tags/layer-group.svg") no-repeat center; }
.tags.cross-platform p:before {
  background: url("../images/tags/laptop-code.svg") no-repeat center; }
.tags.ux-strategy p:before {
  background: url("../images/tags/lightbulb.svg") no-repeat center; }
.tags.user-centered-design p:before {
  background: url("../images/tags/users.svg") no-repeat center; }
.tags.iterative-process p:before {
  background: url("../images/tags/redo.svg") no-repeat center; }
.tags.iterative-design p:before {
  background: url("../images/tags/sync.svg") no-repeat center; }
.tags.workflow-optimization p:before {
  background: url("../images/tags/stream.svg") no-repeat center; }
.tags.workflow-analysis p:before {
  background: url("../images/tags/chart-line.svg") no-repeat center; }
.tags.productivity-tools p:before {
  background: url("../images/tags/tools.svg") no-repeat center; }
.tags.reporting-tools p:before {
  background: url("../images/tags/file-alt.svg") no-repeat center; }
.tags.ux-research p:before {
  background: url("../images/tags/search.svg") no-repeat center; }
.tags.data-reporting p:before {
  background: url("../images/tags/file-chart-line.svg") no-repeat center; }
.tags.kpi-analytics p:before {
  background: url("../images/tags/chart-pie.svg") no-repeat center; }
.tags.usability-testing p:before {
  background: url("../images/tags/vial.svg") no-repeat center; }
.tags.component-driven-design p:before {
  background: url("../images/tags/th.svg") no-repeat center; }
.tags.data-visualization p:before {
  background: url("../images/tags/chart-area.svg") no-repeat center; }
.tags.energy-industry p:before {
  background: url("../images/tags/industry.svg") no-repeat center; }
.tags.interactive-dashboards p:before {
  background: url("../images/tags/tv.svg") no-repeat center; }
.tags.dashboard-design p:before {
  background: url("../images/tags/columns.svg") no-repeat center; }
.tags.healthcare p:before {
  background: url("../images/tags/hospital.svg") no-repeat center; }
.tags.population-health p:before {
  background: url("../images/tags/users-medical.svg") no-repeat center; }
.tags.patient-data-integration p:before {
  background: url("../images/tags/database.svg") no-repeat center; }
.tags.quality-metrics p:before {
  background: url("../images/tags/check-circle.svg") no-repeat center; }
.tags.real-time-monitoring p:before {
  background: url("../images/tags/clock.svg") no-repeat center; }
.tags.patient-care p:before {
  background: url("../images/tags/user-md.svg") no-repeat center; }
.tags.b2b-saas p:before {
  background: url("../images/tags/server.svg") no-repeat center; }
.tags.mobile-desktop p:before {
  background: url("../images/tags/mobile-alt.svg") no-repeat center; }
.tags.dark-light-mode p:before {
  background: url("../images/tags/adjust.svg") no-repeat center; }
.tags.notification-systems p:before {
  background: url("../images/tags/bell.svg") no-repeat center; }
.tags.team-collaboration p:before {
  background: url("../images/tags/comments.svg") no-repeat center; }
.tags.stakeholder-engagement p:before {
  background: url("../images/tags/users-cog.svg") no-repeat center; }

/* ------- UNIQUE TAG ICONS ------- */
/* ------- END UNIQUE TAG ICONS ------- */
.project-cards .text-side .tags {
  margin: 0.2rem; }

.project-cards .text-side p {
  margin: 0; }

.project-cards .text-side h5 {
  color: #68d930; }

.project-cards .text-side h2 {
  color: #f3f5f6;
  font-size: 3.6rem;
  line-height: 4.125rem;
  font-family: "Playfair Display", serif; }

.project-cards p.article-link {
  margin-bottom: 24px;
  position: absolute;
  bottom: 0;
  /* left: 0; */
  display: block;
  width: 90%;
  text-align: center; }

.project-cards a {
  padding: 8px 16px;
  border: solid 1px #666666;
  border-radius: 1.6rem;
  display: block;
  width: 100%;
  text-align: center;
  color: #f3f5f6;
  font-weight: 300; }

.project-cards a:hover {
  border: solid 1px #68d930;
  background: rgba(251, 251, 251, 0.05); }

.project-cards .image-side a {
  padding: 0;
  border: none;
  border-radius: 0; }

.tab-content {
  padding: 1.6rem; }

.nav-tabs {
  margin-bottom: 1px; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link.visited {
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
  border-bottom: solid 1px #ffc82c;
  color: #ffc82c; }

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem; }

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #f3f5f6;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; }

li.nav-item {
  margin-bottom: 0;
  font-size: 1.8rem; }

li.nav-item:last-child {
  margin-bottom: 0; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
  isolation: isolate;
  color: #ffc82c;
  border-bottom: solid 1px #ffc82c; }

/** ---- BAR CHART ANIMATION ---- **/
/* Bar Graph Vertical */
.bar-graph-holder {
  border: solid 1px rgba(104, 217, 48, 0.2);
  border-radius: 1.6rem;
  padding: 1.6rem; }

.bar-container {
  display: flex;
  justify-content: center;
  gap: 0.8rem; }

.bar {
  width: 10px;
  height: 50px;
  border-radius: 5px;
  animation: bounce 1.2s infinite ease-in-out; }

.bar:nth-child(1) {
  animation-delay: 0s; }

.bar:nth-child(2) {
  animation-delay: 0.2s; }

.bar:nth-child(3) {
  animation-delay: 0.4s; }

.bar:nth-child(4) {
  animation-delay: 0.6s; }

.bar:nth-child(5) {
  animation-delay: 0.8s; }

.bar-graph .year {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards; }

.bar-graph-vertical {
  margin-top: 1.6rem;
  height: 80%;
  padding: 1.6rem; }

.bar-graph-vertical .bar-container {
  float: left;
  height: 100%;
  margin-right: 2%;
  position: relative;
  text-align: center;
  width: 23%; }

.bar-graph-vertical .bar {
  border-radius: 3px;
  bottom: 40px;
  position: absolute;
  width: 90%;
  opacity: 1; }

.bar-graph-vertical .bar:active {
  opacity: 0.2; }

.bar-graph-vertical .year {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  font-size: 2.1rem; }

.bar-graph-two .bar::after {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  color: #f3f5f6;
  content: attr(data-percentage);
  font-weight: 700;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -36px;
  font-size: 2.1rem; }

.bar-graph-two .bar-one .bar {
  background: linear-gradient(to top, #B23644, #FF4D61);
  /*RED*/
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  border: 2px solid #ff4d61;
  border-radius: 0.8rem;
  -webkit-animation: show-bar-one-vertical 1.2s 0.1s forwards;
  -moz-animation: show-bar-one-vertical 1.2s 0.1s forwards;
  animation: show-bar-one-vertical 1.2s 0.1s forwards;
  opacity: 1; }

.bar-graph-two .bar-two .bar {
  background: linear-gradient(to top, #B28924, #FFC82C);
  /*YELLOW*/
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  border: 2px solid #ffc82c;
  border-radius: 0.8rem;
  -webkit-animation: show-bar-two-vertical 1.2s 0.2s forwards;
  -moz-animation: show-bar-two-vertical 1.2s 0.2s forwards;
  animation: show-bar-two-vertical 1.2s 0.2s forwards; }

.bar-graph-two .bar-three .bar {
  background: linear-gradient(to top, #B28924, #FFC82C);
  /*YELLOW*/
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  border: 2px solid #ffc82c;
  border-radius: 0.8rem;
  -webkit-animation: show-bar-three-vertical 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-vertical 1.2s 0.3s forwards;
  animation: show-bar-three-vertical 1.2s 0.3s forwards; }

.bar-graph-two .bar-four .bar {
  background: linear-gradient(to top, #3E8D1F, #68D930);
  /*GREEN*/
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  border: 2px solid #68d930;
  border-radius: 0.8rem;
  -webkit-animation: show-bar-four-vertical 1.2s 0.4s forwards;
  -moz-animation: show-bar-four-vertical 1.2s 0.4s forwards;
  animation: show-bar-four-vertical 1.2s 0.4s forwards; }

@-webkit-keyframes show-bar-one-vertical {
  0% {
    height: 0; }
  100% {
    height: 56%; } }
@-webkit-keyframes show-bar-two-vertical {
  0% {
    height: 0; }
  100% {
    height: 71%; } }
@-webkit-keyframes show-bar-three-vertical {
  0% {
    height: 0; }
  100% {
    height: 76%; } }
@-webkit-keyframes show-bar-four-vertical {
  0% {
    height: 0; }
  100% {
    height: 81%; } }
@-webkit-keyframes fade-in-text {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes bounce {
  0%, 100% {
    transform: scaleY(1); }
  50% {
    transform: scaleY(2); } }
@keyframes fadeIn {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.5; } }
/* END GRAPHS */
/*.project-cards {
    display: flex;
	align-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
    height: min-content;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 1022px;
    will-change: var(--framer-will-change-override, transform);
}
.project-cards .text-side {
            flex: 1;
	align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 40px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 80px;
    position: relative;
    width: min-content;
}
.project-cards .image-side {
	align-self: stretch;
    flex: 1 0 0px;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 1px;
}
p + figure {
	margin-top:3.2rem;
}
h3 + figure {
	margin-top: 2.4rem;
	margin-bottom: 1.6rem;
}
h5 + h1 {
	margin-top: 0.8rem;
	margin-bottom: 1.6rem;
}
h3 + p {
	margin-top: 0.8rem;
}
h2 + p {
	margin-top: 0.8rem;
}
h3 + ul {
	margin-top: 0.8rem;
	margin-bottom: 3.2rem;
}
h2 + h3 {
	margin-top: 1.6rem;
}
.project-blue-back h5 + h2 {
	margin-top: 0;
}
p + ul {
	margin-bottom: 1.6rem;
}*/
h5 + h2 + figure {
  margin-top: 1.6rem; }

h5 + h3 + figure {
  margin-top: 1.6rem; }

h5 + h2 + p {
  margin-top: 1.6rem; }

h2 + h3 {
  margin-top: 1.6rem; }

.project-green-back {
  background: #e0f7d5; }

.project-green-back h5 {
  color: #2e6b16;
  margin-top: 1.6rem; }

.project-green-back h2 {
  color: #2e6b16; }

.project-green-back h5 + h2 {
  margin-top: 0; }

.gray-callout-font {
  color: #666666; }

.adt-teaser img {
  width: 500px;
  height: 900px; }

.round-500 {
  border-radius: 0.8rem 3.2rem; }

.big-gap {
  column-gap: 3.2rem; }

.clear-air {
  margin-top: 4.8rem; }

#video1, #video2, #video3 {
  width: 100%;
  max-width: 1120px;
  height: 56.25%;
  aspect-ratio: 16 / 9;
  /* Maintain 16:9 aspect ratio */ }

.buffer-down {
  margin-top: 3.2rem; }

/* Preloader Styling */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999; }

/* END Preloader Styling */
.highlight-blue {
  color: #023e8c; }

.highlight-purple-soft {
  color: #c95ead; }

.highlight-watermelon {
  color: #ff4d61; }

.highlight-sky-blue {
  color: deepskyblue; }

.highlight-green-light {
  color: #68d930; }

.highlight-green-soft {
  color: #e0f7d5; }

.highlight-green-dark {
  color: #2e6b16; }

.highlight-mid-blue {
  color: steelblue; }

.highlight-bold-yellow {
  color: #ffc82c; }

.highlight-light-yellow {
  color: #ffe59c; }

.highlight-pale-yellow {
  color: #fff8d6; }

.highlight-orange {
  color: #ffb400; }

.highlight-pale-green {
  color: #e0f7d5; }

.highlight-white {
  color: #f3f5f6; }

.highlight-green-gradient {
  background: linear-gradient(180deg, #E0F7D5 25%, #68D930 72.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.text-shadow-light {
  text-shadow: 1px 1px 0 rgba(251, 251, 251, 0.4); }

.text-shadow-dark {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }

.box-shadow {
  box-shadow: 10px 10px 2px rgba(34, 34, 34, 0.6); }

.box-shadow-soft {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3); }

.gradient-text {
  background: #ffb400;
  background: linear-gradient(180deg, #ffb400 0%, #ffc82c 35%, #ffb400 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; }

.slider {
  transform: translate(-50%, -50%);
  overflow: hidden; }
  .slider__container {
    overflow: hidden;
    height: 2.4rem; }
    .slider__container:after, .slider__container:before {
      -webkit-animation-name: opacity;
      -webkit-animation-duration: 2s;
      -webkit-animation-iteration-count: infinite;
      animation-name: opacity;
      animation-duration: 2s;
      animation-iteration-count: infinite; }
    .slider__container__text {
      display: inline;
      float: left;
      margin: 0; }
    .slider__container__list {
      margin-top: 0;
      text-align: left;
      list-style: none;
      -webkit-animation-name: change;
      -webkit-animation-duration: 24s;
      -webkit-animation-iteration-count: infinite;
      animation-name: change;
      animation-duration: 24s;
      animation-iteration-count: infinite; }
      .slider__container__list__item {
        line-height: 2.4rem;
        margin: 0; }

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0); }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0); }
  33.32%,45.98% {
    transform: translate3d(0, -50%, 0); }
  49.98%,62.64% {
    transform: translate3d(0, -75%, 0); }
  66.64%,79.3% {
    transform: translate3d(0, -50%, 0); }
  83.3%,95.96% {
    transform: translate3d(0, -25%, 0); } }
@-o-keyframes opacity {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-o-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0); }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0); }
  33.32%,45.98% {
    transform: translate3d(0, -50%, 0); }
  49.98%,62.64% {
    transform: translate3d(0, -75%, 0); }
  66.64%,79.3% {
    transform: translate3d(0, -50%, 0); }
  83.3%,95.96% {
    transform: translate3d(0, -25%, 0); } }
@-moz-keyframes opacity {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-moz-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0); }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0); }
  33.32%,45.98% {
    transform: translate3d(0, -50%, 0); }
  49.98%,62.64% {
    transform: translate3d(0, -75%, 0); }
  66.64%,79.3% {
    transform: translate3d(0, -50%, 0); }
  83.3%,95.96% {
    transform: translate3d(0, -25%, 0); } }
@keyframes opacity {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
@keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0); }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0); }
  33.32%,45.98% {
    transform: translate3d(0, -50%, 0); }
  49.98%,62.64% {
    transform: translate3d(0, -75%, 0); }
  66.64%,79.3% {
    transform: translate3d(0, -50%, 0); }
  83.3%,95.96% {
    transform: translate3d(0, -25%, 0); } }
/* ---- Advanced Layouts ---- */
.flex-grid {
  display: flex;
  justify-content: space-between;
  gap: 3.2rem; }

.float-right-padded {
  float: right;
  margin: 0.8rem 1.6rem; }

.flex-bottom {
  margin-bottom: 3.2rem; }

.float-left-padded {
  float: left;
  margin: 0.8rem 1.6rem; }

.d-col-1 {
  width: 7.05%; }

.d-col-2 {
  width: 15.5%; }

.d-col-3, .d-col-thirds {
  width: 23.95%; }

.d-col-4, .d-col-quarters {
  width: 32.4%; }

.d-col-5 {
  width: 40.85%; }

.d-col-6, .d-col-halfs {
  width: 49.3%; }

.d-col-7 {
  width: 57.75%; }

.d-col-8 {
  width: 66.2%; }

.d-col-9 {
  width: 74.65%; }

.d-col-10 {
  width: 83.1%; }

.d-col-11 {
  width: 91.55%; }

.d-col-12, .d-col-full {
  width: 100%; }

/* UPDATED UNUSED PERCENTAGES
.d-col-1 {width: 5.714285714%;}
.d-col-2 {width: 14.28571429%;}
.d-col-3, .d-col-thirds {width: 22.85714286%;}
.d-col-4, .d-col-quarters {width: 31.42857143%;}
.d-col-5 {width: 40%;}
.d-col-6, .d-col-halfs {width: 48.57142857%;}
.d-col-7 {width: 57.14285714%;}
.d-col-8 {width: 65.7142857142857%;}
.d-col-9 {width: 74.2857142857143%;}
.d-col-10 {width: 82.8571428571429%;}
.d-col-11 {width: 91.4285714285714%;}
.d-col-12, .d-col-full {width: 100%;}
}
END ORIGINALS*/
.flex-grid .picture-side figure {
  object-position: center center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem 6.4rem;
  border: solid 1px #02141b; }

.card-container {
  width: 100%;
  height: 838px;
  margin: 0 auto;
  position: relative;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  -moz-transform: perspective(1400px);
  -ms-transform: perspective(1400px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective-origin: right;
  -moz-perspective-origin: right;
  perspective-origin: right; }

.card-container-small {
  height: 320px; }

.card {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: .8s ease-in-out;
  background: rgba(255, 255, 255, 0); }

.front, .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 1.6rem; }

.front {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  background: #fbfbfb;
  border: 1px solid #e0f7d5;
  /*background-color: #e0f7d5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='charlie-brown' fill='%23f3f5f6' fill-opacity='0.4'%3E%3Cpath d='M9.8 12L0 2.2V.8l10 10 10-10v1.4L10.2 12h-.4zm-4 0L0 6.2V4.8L7.2 12H5.8zm8.4 0L20 6.2V4.8L12.8 12h1.4zM9.8 0l.2.2.2-.2h-.4zm-4 0L10 4.2 14.2 0h-1.4L10 2.8 7.2 0H5.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");*/ }

.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  padding: 3.2rem;
  background: #fbfbfb;
  border: 1px solid #68d930;
  box-shadow: 0 4px 20px rgba(104, 217, 48, 0.12); }

.black-card {
  background: linear-gradient(135deg, #1a1e23 0%, #252b33 45%, #1a1e23 100%);
  border: 1px solid #333333; }

.black-card p {
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-bottom: 1.6rem; }

.black-card ul {
  margin-top: 0;
  margin-bottom: 0; }

.black-card li {
  font-size: 1.8rem;
  line-height: 2.7rem; }

.black-card h3 {
  font-weight: 600;
  margin-bottom: 1.6rem;
  font-size: 2.1rem;
  line-height: 2.8rem; }

.card-container:hover .card {
  -webkit-transform: rotateY(180deg) translateX(100%);
  -moz-transform: rotateY(180deg) translateX(100%);
  -ms-transform: rotateY(180deg) translateX(100%);
  transform: rotateY(180deg) translateX(100%);
  cursor: pointer; }

.undershadow {
  display: block;
  width: 50%;
  height: 10px;
  background: rgba(0, 0, 0, 0);
  box-shadow: 10px 10px 2px rgba(34, 34, 34, 0.6);
  backdrop-filter: blur(100px); }

.blurryandshadowy {
  display: block;
  width: 25%;
  height: 10px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(15px);
  box-shadow: 10px 12px 24px rgba(0, 0, 0, 0.25); }

.first-section {
  padding-top: 3.2rem; }

.sub-nav-section1 {
  padding-top: 5.4rem; }

.d-col-1 {
  width: 7.05%; }

.d-col-2 {
  width: 15.5%; }

.d-col-3, .d-col-thirds {
  width: 23.95%; }

.d-col-4, .d-col-quarters {
  width: 32.4%; }

.d-col-5 {
  width: 40.85%; }

.d-col-6, .d-col-halfs {
  width: 49.3%; }

.d-col-7 {
  width: 57.75%; }

.d-col-8 {
  width: 66.2%; }

.d-col-9 {
  width: 74.65%; }

.d-col-10 {
  width: 83.1%; }

.d-col-11 {
  width: 91.55%; }

.d-col-12, .d-col-full {
  width: 100%; }

.turnme {
  position: absolute;
  top: -1.6rem;
  left: 1.6rem;
  opacity: 0.4; }

.turnme img {
  margin: 0; }

.slider-wrapper {
  position: relative;
  overflow: hidden; }

.slides-container {
  width: 100%;
  display: flex;
  overflow: scroll;
  scroll-behavior: smooth;
  list-style: none;
  margin: 0;
  padding: 0; }

.slide-arrow {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 4rem;
  background-color: white;
  border: none;
  width: 2rem;
  font-size: 3rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 100ms; }

.slide-arrow:hover,
.slide-arrow:focus {
  opacity: 1; }

#slide-arrow-prev {
  left: 0;
  padding-left: 0.25rem;
  border-radius: 0 2rem 2rem 0; }

#slide-arrow-next {
  right: 0;
  padding-left: 0.75rem;
  border-radius: 2rem 0 0 2rem; }

.slide {
  flex: 1 0 100%; }

.breath {
  margin: 1.6rem 0; }

@media screen and (max-width: 1134px) {
  /*.black-back {
  	background: blue;
  }*/
  h1 {
    font-size: 6.4rem;
    line-height: 7.2rem; }

  h2 {
    font-size: 3.2rem;
    line-height: 3.6rem; }

  h3 {
    font-size: 2.4rem;
    line-height: 3.2rem; }

  h4 {
    font-size: 2.1rem;
    line-height: 2.5rem; }

  h5 {
    font-size: 1.6rem;
    line-height: 2.1rem; }

  h6 {
    font-size: 1.4rem;
    line-height: 2.1rem; }

  p {
    font-size: 1.8rem;
    line-height: 2.7rem; }

  br {
    display: none; }

  .section-content {
    max-width: 90%; }

  .t-col-4 {
    width: 31.46%; }

  .t-col-6 {
    width: 48.6%; }

  .t-col-8 {
    width: 66.2%; }

  .t-col-12 {
    width: 100%; }

  .flex-grid:first-child .t-col-4, .flex-grid:first-child .t-col-6, .flex-grid:first-child .t-col-12 {
    margin-top: 0; }

  .nav-flex {
    max-width: 90%; }

  .black-card li {
    line-height: 2.1rem; }

  .back {
    padding: 1.6rem; }

  .black-card h5 {
    padding-top: 0.8rem; }

  .tag-holder {
    margin-bottom: 85px; }

  .parallax {
    background-attachment: initial;
    background-position: center; }

  .flex-grid .dp-sides figure img {
    object-position: center center;
    object-fit: cover;
    width: 60%;
    margin: 0 20%; }

  .flex-grid .dl-sides figure img {
    object-position: center center;
    object-fit: cover;
    width: 60%;
    margin: 0 20%; }

  .footer .section-content {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    gap: 0; } }
@media screen and (max-width: 920px) {
  /*.black-back {
  	background: red;
  }*/
  #ux-value {
    flex-direction: column-reverse; }

  .flex-grid .about-sides figure img {
    object-position: center center;
    object-fit: cover;
    width: 100%;
    border-radius: 0.8rem 1.6rem;
    margin: 0 0 0.8rem 0; }

  .flex-grid .dp-sides figure img {
    object-position: center center;
    object-fit: cover;
    width: 50%;
    margin: 0 25%; }

  .flex-grid .dl-sides figure img {
    object-position: center center;
    object-fit: cover;
    width: 50%;
    margin: 0 25%; }

  .about-sides figure {
    margin: 0; }

  .dp-sides figure {
    margin: 0; }

  .dl-sides figure {
    margin: 0; }

  figure + .caption {
    display: block;
    width: 100%;
    padding: 0 1.6rem 0 0;
    margin: 0; }

  .caption p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
    padding: 0 0 0.8rem 0; }

  .section-content {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem; }

  .flex-grid {
    flex-flow: row wrap;
    gap: 1.6rem;
    margin: 1.6rem 0; }

  .m-col-4 {
    width: calc(34% - 32px); }

  .m-col-6 {
    width: 47.2%; }

  .m-col-12 {
    width: 100%; }

  .flex-grid:first-child .m-col-6, .flex-grid:first-child .m-col-12 {
    margin-top: 0; }

  .reverse-grid {
    flow-direction: column;
    flex-direction: column-reverse;
    gap: 1.6rem; }

  .flex-grid .picture-side figure img {
    object-position: center center;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0.8rem;
    border: solid 1px #02141b; }

  .bar-graph-vertical .bar-container {
    height: 350px; }

  .card-container-small {
    height: 280px;
    width: 80%;
    margin: 0 auto 3.2rem auto; }

  .back {
    padding: 3.2rem; }

  .black-card h5 {
    padding-top: 0.8rem; }

  .goal-callout p {
    position: relative;
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding-left: 56px; }

  .goal-callout p:before {
    width: 40px;
    height: 40px; }

  .projects-callouts .inner-flex h4, .activities-callouts .inner-flex h4, .projects-callouts .full-flex h4, .activities-callouts .full-flex h4 {
    font-size: 1.8rem; }

  li:last-child {
    margin-bottom: 0.8rem; }

  .quote-card {
    align-items: flex-start; }

  .quote-card p {
    font-size: 2.1rem;
    line-height: 3.2rem; }

  .number-flex h2 {
    font-size: 3.6rem;
    line-height: 4.2rem; }

  .card-margin-fix {
    margin-bottom: 0; }

  .project-cards, .article-cards {
    flex-direction: column; }

  .project-cards .image-side img, .article-cards .image-side img {
    object-position: top center;
    object-fit: cover; }

  .tag-holder {
    margin-bottom: 85px; }

  .project-cards p.article-link, .article-cards p.article-link {
    width: 94%; }

  .goal-callout p, .note-callout p {
    text-align: left;
    padding-left: 54px; }

  .boxed-out {
    padding: 1.6rem;
    margin-top: -1.6rem; }

  .boxed-out:last-child {
    margin-bottom: -1.6rem; }

  .box-fix {
    background: rgba(241, 249, 250, 0.9);
    padding: 1.6rem;
    border-radius: 0 0 0.8rem 0.8rem;
    margin-top: -6.4rem;
    position: relative;
    z-index: 100;
    border: solid 1px rgba(112, 128, 144, 0.25);
    box-shadow: 0.2rem 0.2rem 1.6rem 0 rgba(51, 51, 51, 0.1);
    width: 99%;
    margin-left: 0.5%; }

  .box-fix h4 {
    color: #023e8c; }

  .home-callout-main-1-sub {
    margin: 0; } }
@media screen and (max-width: 660px) {
  /*.black-back {
  	background: purple;
  }*/
  .flex-grid {
    flex-flow: row wrap;
    gap: 0.8rem; }

  .remove-gap {
    margin-bottom: -1.6rem; }

  .section-content {
    gap: 1.6rem;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem; }

  .nav-flex {
    max-width: 90%; }

  h1 {
    font-size: 3.4rem;
    line-height: 4.0rem; }

  h2 {
    font-size: 2.4rem;
    line-height: 3.0rem;
    margin-bottom: 0.8rem;
    letter-spacing: 0.2px; }

  h3 {
    font-size: 1.8rem;
    line-height: 2.8rem; }

  h4 {
    font-size: 1.6rem;
    line-height: 2.0rem; }

  h5 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.8px;
    margin-bottom: 0.4rem; }

  h6 {
    font-size: 1.4rem;
    line-height: 1.6rem; }

  p {
    font-size: 1.6rem;
    line-height: 2.4rem; }

  .caption p {
    text-align: left; }

  .hideme {
    display: none; }

  .inner-flex p, .full-flex p {
    font-size: 1.6rem;
    line-height: 2.0rem;
    font-weight: 200; }

  .home-callout-main-1-sub, .home-callout-main-2-sub {
    margin: 1.6rem 0 0 0; }

  .myname {
    margin-top: 20px;
    letter-spacing: 0.5px; }

  .logo img {
    margin: -40px 0.8rem 0 0; }

  .navigation-block {
    padding: 2.1rem 0 0 0.8rem; }

  .navigation {
    padding: 0; }

  .card-container-small {
    width: 100%;
    margin: 0 auto 1.6rem auto; }

  .back {
    padding: 1.6rem 3.2rem; }

  .project-cards {
    flex-direction: column; }

  .chart-headline {
    font-size: 2.1rem;
    font-weight: 800; }

  .project-info-block {
    flex-direction: column; }

  .project-info-block div {
    width: 100%; }

  .project-info-block li {
    display: inline-block;
    letter-spacing: 0.5px;
    font-size: 1.6rem;
    line-height: 2.2rem; }

  .project-info-block li:after {
    content: " | ";
    color: #cccccc; }

  .project-info-block li:last-child:after {
    content: ""; }

  .blue-back h4 {
    font-weight: 600;
    text-transform: uppercase; }

  .quote-card {
    flex-direction: column; }

  .quote-card p {
    font-size: 2.1rem;
    line-height: 3.2rem;
    letter-spacing: 0.8px;
    text-align: center; }

  .quote-card h5 {
    text-align: center; }

  .quote-card img {
    width: 100%; }

  .inner-flex li, .full-flex li {
    letter-spacing: 0.5px;
    font-size: 1.6rem;
    line-height: 2.2rem; }

  .goal-callout p, .note-callout p {
    font-size: 1.6rem;
    line-height: 2.0rem;
    padding-left: 0.8rem;
    border-left: solid 2px #68d930;
    text-align: left; }

  .goal-callout p:before, .note-callout p:before, .tags p:before {
    display: none; }

  .number-flex h2 {
    font-size: 4.2rem;
    line-height: 6.3rem; }

  figure img {
    border-radius: 0.8rem;
    margin: 0 0 0.8rem 0; }

  .activities-callouts, .projects-callouts {
    border-radius: 1.6rem;
    padding: 0.8rem;
    margin: 1.6rem auto; }

  li:last-child {
    margin-bottom: 0.8rem; }

  .tags p, .project-cards .text-side .tags p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 0.2rem 0.8rem; }

  .tags {
    padding: 0.8rem;
    margin: 0 0.2rem 0.4rem 0; }

  .tags p:before {
    width: 0;
    height: 0;
    margin: 0; }

  .projects-callouts .inner-flex h4, .activities-callouts .inner-flex h4, .projects-callouts .full-flex h4, .activities-callouts .full-flex h4 {
    border-bottom: solid 1px rgba(112, 128, 144, 0.1);
    margin-bottom: 1.6rem;
    padding: 0 0 0.8rem 0; }

  ol, ul {
    padding-inline-start: 1.6rem; }

  .card-margin-fix {
    margin-bottom: 0; }

  .project-cards p.article-link {
    width: 90%; }

  .m-col-4 {
    width: 100%; }

  .box-fix {
    padding: 0.8rem;
    margin-top: -1.6rem; }

  .footer ul li {
    padding: 0.8rem; }

  .footer h6 {
    font-size: 1.2rem; }

  #passwordInput {
    margin-bottom: 1.6rem; }

  #passwordPrompt {
    left: 10%;
    width: 80%; }

  #passwordPrompt h6 {
    line-height: 3.0rem;
    letter-spacing: .5px;
    margin-bottom: 0.8rem; }

  #passwordPrompt h6:before {
    display: block;
    margin: auto;
    margin-bottom: 0.8rem; }

  .article-cards .text-side p {
    font-size: 1.6rem;
    line-height: 2.4rem; } }
/* Laptops and desktops
@media (min-width: 1024px) {
} */
