@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@font-face {
  font-family: 'DMSansLocal';
  src: url('fonts/DMSans-Bold.woff')         format('woff'),
       url('fonts/DMSans-BoldItalic.woff')   format('woff'),
       url('fonts/DMSans-Italic.woff')       format('woff'),
       url('fonts/DMSans-Medium.woff')       format('woff'),
       url('fonts/DMSans-MediumItalic.woff') format('woff'),
       url('fonts/DMSans-Regular.woff')      format('woff'),

       url('fonts/DMSans-Bold.woff2')         format('woff2'),
       url('fonts/DMSans-BoldItalic.woff2')   format('woff2'),
       url('fonts/DMSans-Italic.woff2')       format('woff2'),
       url('fonts/DMSans-Medium.woff2')       format('woff2'),
       url('fonts/DMSans-MediumItalic.woff2') format('woff2'),
       url('fonts/DMSans-Regular.woff2')      format('woff2'),

       url('fonts/DMSans-Bold.ttf')         format('truetype'),
       url('fonts/DMSans-BoldItalic.ttf')   format('truetype'),
       url('fonts/DMSans-Italic.ttf')       format('truetype'),
       url('fonts/DMSans-Medium.ttf')       format('truetype'),
       url('fonts/DMSans-MediumItalic.ttf') format('truetype'),
       url('fonts/DMSans-Regular.ttf')      format('truetype'),

       url('fonts/DMSans-Bold.otf')         format('opentype'),
       url('fonts/DMSans-BoldItalic.otf')   format('opentype'),
       url('fonts/DMSans-Italic.otf')       format('opentype'),
       url('fonts/DMSans-Medium.otf')       format('opentype'),
       url('fonts/DMSans-MediumItalic.otf') format('opentype'),
       url('fonts/DMSans-Regular.otf')      format('opentype'),
}

* {
  margin: auto 0;
  font-family: 'DM Sans', 'DMSansLocal', 'Helvetica Neue', sans-serif;
}

body{
  min-width: 360px;
  float: left;
  width: 100%;
  overflow-x: hidden;
  widows: 3; orphans: 3;
}

/*Super class*/
/*Class handels the overall integrety of the website*/
/*Total Space (padding) between each superclass is 160px, define locally if value differs*/
.superClass {
  position: relative;
  float: left;
  width: 70%;
  margin: 0 0%;
  padding: 40px 15%;
  height: auto;
  overflow-x: hidden;
  text-align: center;
}

/*Class handels first section of each subpage*/
/*Define background color in local HMTL*/
/*NEW - This is a class element not an id element in Version 2*/
.openerWindow {
  height: auto;
  position: relative;
}

/*Use for parent of first headline. Allows space for sub navigation.*/
.marginIntroText { /*DEPRICATED*/
  margin-top: 40px !important;
}

.marginIntroText2 {
  padding-top: 80px !important;
}

.marginIntroText2 h1 {
margin-top: 20px;
margin-bottom: 0;
}

.marginIntroText2 h2 {
  margin-top: 0;
  margin-bottom: 25px;
}


/*Text Styles*/
/*Define colors locally*/
/*NEW margins on top and bottom are defined globally; remove such margins from local style sheets when updating. Unless different value.*/
h1 {
  text-align: left;
  font-size: 37px;
  font-weight: 700;
  color: black;
  margin-top: 25px;
  margin-bottom: 25px;
}

h2 {
  text-align: left;
  font-size: 60px;/*Was: 1.5vw*/
  font-weight: 700;
  color: #F93F11;
  margin-top: 25px;
  margin-bottom: 25px;
}

h2:first-child {
  margin-top: 0px;
}

h3 {
  text-align: left;
  font-size: 50px;
  font-weight: 500;
  color: black;
  widows: 3;
  margin-top: 25px;
  margin-bottom: 25px;
}

h4 {
  text-align: left;
  font-size: 30px;
  font-weight: 500;
  color: black;
  widows: 3;
  margin-top: 25px;
  margin-bottom: 25px;
}

h5 {
  text-align: left;
  font-size: 25px;
  font-weight: 500;
  color: black;
  widows: 3;
  margin-top: 25px;
  margin-bottom: 25px;
}

h6 { /*Text P1*/
  text-align: left;
  font-size: 25px;
  font-weight: 400;
  color: black;
  widows: 3;
  margin-top: 25px;
  margin-bottom: 25px;
}

p {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  color: black;
  widows: 3;
  margin-top: 25px;
  margin-bottom: 25px;
}

a {
  color: #3070EE !important;;
  font-weight: 600 !important;;
  text-decoration: none !important;;
}

img {
  margin-bottom: -5px;
}

.imageContainer {
  text-align: center !important;
  margin-top: 0;
  margin-bottom: 0;
}

.imageDescriptor {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.imageDescriptor p {
  margin: 5px 0;
}

img.casestudy {
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

/*Content Classes*/
/*Classes handle the organization and margin of columns and are organized by percentage value*/
.class100Content {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  max-width: 1440px;
}

.class75 {
  position: relative;
  float: left;
  width: 75%;
  height: auto;
}

.class66 {
  position: relative;
  float: left;
  width: 63.67%;
  margin-right: 3%;
  height: auto;
}

.class66:last-child {
  position: relative;
  float: left;
  width: 63.67%;
  margin-right: 0%;
  height: auto;
}

.class50 {
  position: relative;
  float: left;
  width: 48%;
  margin-right: 4%;
  height: auto;
}
.class50:last-child {
  position: relative;
  float: left;
  width: 48%;
  margin-right: 0;
  height: auto;
}

.class33 {
  position: relative;
  float: left;
  width: 31.33%;
  margin-right: 3%;
  height: auto;
}

.class33:last-child {
  position: relative;
  float: left;
  width: 31.33%;
  margin-right: 0%;
  height: auto;
}

.class33S {
  position: relative;
  float: left;
  width: 31%;
  margin-right: 3.5%;
  height: auto;
}
.class33S:last-child {
  position: relative;
  float: left;
  width: 31%;
  margin-right: 0%;
  height: auto;
}

.class25 {
  position: relative;
  float: left;
  width: 24.25%;
  margin-right: 1%;
  height: auto;
}
.class25:last-child {
  position: relative;
  float: left;
  width: 24.25%;
  margin-right: 0;
  height: auto;
}

/*Button Classes*/
.button_white {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: black;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-style: solid;
  border-radius: 100px;
  border-color: black;
  border-width: 2px;
  padding: 0.5em;
  width: 100%;
  min-width: 181px;
  max-width: 225px;
  display: block;
  margin-top: 25px; /*Default value, define locally if different value*/
  margin-bottom: 25px; /*Default value, define locally if different value*/
}
.button_white:hover {
  color: black;
  border-color: black;
  background-color: rgba(0,0,0,0);
}

.button_blue {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: #3070EE;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-style: solid;
  border-radius: 100px;
  border-color: #3070EE;
  border-width: 2px;
  padding: 0.5em;
  width: 100%;
  min-width: 200px;
  max-width: 225px;
  display: block;
  margin-top: 25px; /*Default value, define locally if different value*/
  margin-bottom: 25px; /*Default value, define locally if different value*/
}
.button_blue:hover {
  color: #3070EE;
  border-color: #3070EE;
  background-color: rgba(0,0,0,0);
}

.button_red {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-style: solid;
  border-radius: 100px;
  border-color: #FF8378;
  border-width: 2px;
  padding: 0.5em;
  width: 100%;
  min-width: 200px;
  max-width: 310px;
  display: block;
  background-color: #FF8378;
  margin-top: 17px; /*Default value, define locally if different value*/
  margin-bottom: 25px; /*Default value, define locally if different value*/
}
.button_red:hover {
  color: #FF8378;
  border-color: #FF8378;
  background-color: white;
}
.button_disabled /*Combine with div element instead of a element*/ {
  text-decoration: none;
  text-transform: uppercase;
  color: darkgrey;
  background-color: rgba(0,0,0,0);
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-style: solid;
  border-radius: 100px;
  border-color: darkgrey;
  border-width: 2px;
  padding: 0.5em;
  width: 100%;
  min-width: 181px;
  max-width: 225px;
  display: block;
  margin-top: 25px; /*Default value, define locally if different value*/
  margin-bottom: 25px; /*Default value, define locally if different value*/
}

.centerButton { /*Center button from the left side with this class*/
  position: relative;
  left: 50%;
  transform:translate(-50%, 0);
  -webkit-transform:translate(-50%, 0);
}

.scrollDownButton {
  background-color: white;
  border-radius: 100px;
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform:translate(-50%, 0);
  -webkit-transform:translate(-50%, 0);
  z-index: 9;
}

.scrollDownArrow {
  border: solid #CF63AC;
  border-width: 0 5px 5px 0;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%) rotate(45deg);
  -webkit-transform:translate(-50%, -50%) rotate(45deg);
}

/*Diagramm Classes*/
/*Native CSS diagrams and flowcharts*/
/*Default color of all elemts is white by default*/
.flowItem {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-style: solid;
  border-radius: 30px;
  border-width: 2px;
  border-color: black; /*New*/
  color: black; /*New*/
  padding: 0.5em;
  width: 35%;
  display: inline-block;
  z-index: 9;
}

.connectorItem { /*Styling of arrow, arrow points to the right*/
  display: inline-block;
  vertical-align: middle;
  color: black; /*New*/
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: black; /*New*/
  transform: rotate(45deg);
  margin-left: 3.5em;
}

.connectorItem::before { /*Styling of arrow line, arrow points to the right*/
  content: "";
  box-sizing: border-box;
  display: inline-block;
  right: 0;
  top: -3px;
  position: absolute;
  height: 3px;
  box-shadow: inset 0 0 0 32px;
  transform: rotate(-45deg);
  width: 5em;
  transform-origin: right top;
  color: black; /*New*/
}

#resposniveFlowchart {
  width: 100%; /*Sets Flowcahrt container width in Desktop Mode*/
}

/*Circle Chart and Table Settings - Created for intervew stats*/
.circleChart {
  display: inline-table;
  height: 25px;
  width: 25px;
  margin: 2px;
  background-color: #F93F11;
  border-style: solid;
  border-width: 2px;
  border-color: #F93F11;
  border-radius: 100px;
}
.circleChartEmpty {
  display: inline-table;
  height: 25px;
  width: 25px;
  margin: 2px;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 2px;
  border-color: #F93F11;
  border-radius: 100px;
}
tr, th {
  text-align: left;
  vertical-align: middle;
}
th {
  width: 50%;
  height: 6em;
}
.personaTable tr th, .traderJoesTable tr th {
  width: auto;
  height: auto;
}
.surveyTable tr th:first-child {
  width: 40%;
  height: auto;
}
.traderJoesTable tr th {
  vertical-align: top;
}

.externalLinkIcon {
  width: 13px;
  height: 13px;
  padding-bottom: 3.5px;
}
.featureSelection {
  float: left;
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid #D8D8D8;
  margin: 1em 0;
}
.featureSelection tr th {
  border-top: 1px solid #D8D8D8;
}
.featureSelection tr th:first-child {
  width: 10%;
}
.featureSelection tr th:last-child {
  width: 90%;
}

/*Color Swatch*/
.colorSwatch {
  display: inline-block;
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 2em;
  color: white; /*Default Value, change locally*/
  font-size: 17px;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  color: white;
  line-height: 90px;
  text-align: center;
}

/*Grid Box
Grid Boxes are white boxes with a drop shadow to display features*/
.gridBox {
  float: left;
  width: 96%;
  padding: 2%;
  margin: 25px 0;

  text-align: center;
  border: solid white;
  border-radius: 10px;
  border-width: 0px;
  box-shadow: 0 0 6px rgba(0,0,0,0.4);

  background-color: white;
}




/*Custom Elemts that appear on all pages*/
/*Use local stylesheet for all page specific styles and id tags*/
/*Navigation Bar Properties*/
.navigation {
  position: fixed;
  width: 100%;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99;
}

.navigationLogo {
  position: absolute;
  top: 0;
  left: 12px;
  transform:translate(0%, 0%);
  -webkit-transform:translate(0%, 0%);

  height: 30px;
  width: 20%;

  margin-top: 15px;
  z-index: 102;

  background-image: url(logoSm.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
}

.navigationLogo a {
  height: 30px;
  width: 12.5%;

}

.navigationList {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 53.5%;
  transform:translate(-50%, 0%);
  -webkit-transform:translate(-50%, 0%);

  height: 60px;
  width: 72.5%;
  padding: 0 2.5%;
}

.navigationList ul {
  text-align: center;
  list-style: none;
  height: 60px;
  padding-inline-start: 0px;
}

.navigationList ul li {
  /*Inline allignment for navigation items*/
  display: inline;
  height: inherit;
}

.navigationList ul li a {
  position: relative;
  display: inline;
  top: 20px;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);

  /*Styling of Navigation Element*/
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  padding: 0 1.25%;
  font-size: 12pt;
  font-weight: 500;
}

.navigationList ul li a:hover {
  /*Styling when mouse hovers over Navigation Element*/
  color: #6AC0CC;
}

.navigationContactButtons {
  position: fixed;
  right: 5%;
  top: 8px;
  z-index: 102;
}

.navigationContactButtons a {
    display: inline-block;
}

.navigationContactButtons a img {
  max-height: 40px;
}


a .greyContactBox {
  position: relative;
  float: left;
  height: 70px;
  background-color: #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  border-radius: 10px;
  width: 40%;
  margin-right: 30%;
  margin-left:30%;
  margin-top: 15px;
  text-align: center;
}
a .greyContactBox:last-of-type {
  margin-right: 0;
}
a .greyContactBox h3 {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
a .greyContactBox .contactIcon {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.isCurrentSelection {
  color: black !important;
  background-color: white !important;
  border: solid;
  border-radius: 100px;
  border-color: white;
  border-width: 0px;
}
.isCurrentMenuItem {
  color: #6AC0CC !important;
}
.isDisabledMenuItem {
  display: none;
}

.teamMembersBox {
  float: left;
  height: auto;
  width: 40%;
  padding: 1%;
  margin: 45px 27%;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px #CDCDCD;
  text-align: center;
  min-width: 410px;
}

.shadow { /*New Class*/
  box-shadow: 0 0 10px #CDCDCD;
  border-radius: 10px;
  margin-bottom: 25px;
  position: relative;
}

.grey {
  cursor: pointer;
  background-color: #EFEFEF !important;
  box-shadow: 0 0 0px #CDCDCD !important;
}
.grey h4 {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}

@media only screen and (max-width: 900px) {
  .teamMembersBox {
    width: 89%;
    padding: 1%;
    margin: 45px 5%;
    text-align: center;
    min-width: 0px;
  }
}

.teamMemberInfo {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.teamMemberInfo:last-of-type {
  margin-bottom: 0;
}

.teamMemberPhoto {
  float: left;
  width: 23%;
  max-width: 42px;
  max-height: 42px;
  margin-right: 2%;
}
.teamMemberPhoto img {
  float: left;
  width: auto;
  height: 3em;
  max-width: 42px;
  max-height: 42px;
}

h4.teamMemberName {
  float: left;
  text-align: left;
  width: 75%;
  font-size: 12pt;
  color: black; /*Change value locally, if applicable*/
  margin-top: 0px;
  margin-bottom: 0px;

}

.featuresArrow {
  display: inline-block; /*Centers the image with text Pt. 1*/
  vertical-align: middle; /*Centers the image with text Pt. 2*/
}

.featuresArrowRight {
  display: inline-block; /*Centers the image with text Pt. 1*/
  vertical-align: middle; /*Centers the image with text Pt. 2*/
  transform: rotate(180deg);
}


.projectExtraBox {
  position: relative;
  background-color: white;
  text-align: center;
  height: auto !important;
  margin-top: 1em;
}
.projectExtraBox .image {
  float: left;
  width: 100%;
  height: auto;
  background-color: blue; /*Change value locally, if applicable*/
  position: relative;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.projectExtraBox .image img {
  width: 90%;
  max-width: 388px;
  height: auto;
  padding: 5%;
}
.projectExtraBox .image iframe {
  width: 100%;
  height: 100%;
  padding: 10px;
  max-width: 388px;
}
.projectExtraBox h4 {
  float: left;
  width: 100%;
  height: auto;
  padding-top: 8px;
}

.nextProjectLine {
  background-color: lightgrey;
  height: 1px;
  margin-top: 25px;
}

@media only screen and (max-width: 900px) {
  .projectExtraBox {
    width: 100%;
  }
}
@media only screen and (min-aspect-ratio: 1681/1000) and (max-width: 900px) {
  .projectExtraBox {
    float: left;
    width: 49.5%;
    margin-top: 0;
  }
  .spaceTopMobile {
    margin-top: 0;
  }
}

/*New Navigation*/
.navigationNew {
  position: relative;
}

.navigationNewBackground {
  position: fixed;
  z-index: 99;
  left: 50%;
  bottom: 15px;
  transform: translate(-50%, 0);
  box-shadow: 0 0 10px #CDCDCD;

  background-color: white;
  border-radius: 100px;

  width: 350px;
  height: 70px;
}

.button {
  position: fixed;
  width: 60px;
  height: 60px;
  z-index: 105;
  transform: translate(-50%, -50%);
}

.buttonDescription {
  position: fixed;
  width: 200px;
  height: 60px;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.buttonDescription h6 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 12pt;
}

.button1 img, .button2 img, .button3 img {
  width: 60px;
  height: 60px;
}

.button1 { /*Random*/
  bottom: -25px;
  left: 35px;
}

.button2 { /*All*/
  bottom: -25px;
  left: 105px;
}

.button3 { /*Next*/
  bottom: -25px;
  left: 175px;
}

.button1D { /*Next Description*/
  bottom: -25px;
  left: 215px;
  width: 150px;
  transform: translate(0,-50%);
}

.button2D { /*Alt Description*/
  bottom: -25px;  /*Change value locally, if applicable*/
  left: 215px;    /*Change value locally, if applicable*/
  width: 150px;   /*Change value locally, if applicable*/
  transform: translate(0,-50%);
}


.julianPlanetNavigation {
  position: fixed;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999;
}

.julianPlanetNavigation p a {
  color: #3070EE;
  font-size: 12pt;
  font-weight: 300;
}

.julianPlanetNavigation p a img {
  position: relative;
  top: 12.5px;
  margin-bottom: 0;
  width: 35px; height: 35px;
}

.julianPlanetNavigationM, .bottomSpaceMobile {
  display: none;
}

.video-responsive {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.video-responsive iframe {
  left:0;
  top:0;
  position:absolute;
}


/*Depricated Classes*/
.ressourcesTable {}
.ressourcesTable tr th {}
.ressourcesTable tr th:first-child {}
.ressourcesTable tr th:last-child {}
.ressourcesTable tr th a {}
.ressourcesTable tr th a img {}
.contactWindow {}
.hamburgerItem {}
.hamburgerItem:last-child {}
.hamburgerItem h3 {}
.hamburgerItem h5 {}
.hamburgerItem h5 a {}
.hamburgerItem h5 a.isCurrentSelectionMobile {}

#hamburgerButton {}
#contactWindowNav {}
#contactWindowNav a {}
#contactWindowNav a:first-child {}
#contactWindowNav a:last-child {}
#contactWindowNav a:last-child:hover {}
#contact {}
#contact a {}
#subNav {}
#subNav li {}
#subNav li a {}
#subNav li a:hover {}
