* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
	background-color: #F7F5F2 !important;
}

.container {
	width: 80% !important;
	background-color: #F7F5F2; 
	text-align: center;
	margin: 0 auto;
}

/*ABOVE THE FOLD*/


.aboveFold {
	/* background-color: red; */
}

    .logo {
      border: 2.5px solid #393E41;
      padding: 7px;
      border-radius: 3px;
      width: 50px;
      margin: 0 auto;
      margin-top: 5%;
      transition: width 2s ease, border-radius 2s ease;
      overflow: hidden;
    }

    .logo h6 {
      font-family: Nunito;
      font-weight: 700;
      font-size: 1.5em;
      color: #393E41;
      line-height: 0.8;
      padding: 0px;
      margin: 0px;
      text-align: left;
      letter-spacing: -0.5px;
      transition: all 1s ease;
    }

.valueProp {
	width: 70%;
	/*background-color: green; */
  background-size: 750px 320px;
  background-position: center;
  background-repeat: no-repeat;
	text-align: center;
	/*float: left;*/
	margin: 0 auto;
	/*margin-left: 7.5%;*/
	margin-top: 50px;
	/*padding-bottom: 100px;*/
	padding-top: 10px;
}

#changing-word {
  display: inline-block;
  transition: opacity 0.5s ease-in-out;
}
.fade-out {
  opacity: 0;
}

.valueProp h1 {
	font-family: 'Noticia Text', serif;
  font-weight: 700;
  font-size: 5em;
  color: #393E41;
  line-height: 1.1;
	letter-spacing: -1px;
}

.valuePropArrow {
	margin-top: 5%;
	width: 100%;
}

.valuePropArrow img {
	width: 4%;
}

/* SPECIAL SECTION */


/*SERVICES*/

    .servicesContainer {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 2rem;
      align-items: flex-start;
      justify-content: center;
      /*background-color: green;*/
      width: 90%;
      margin: 0 auto;
      margin-top: 7.5%;
    }

    .left {
      flex: 1 1 200px;
      vertical-align: center;
    }

    .left h2 {
      font-size: 5rem;
      font-family: 'Noticia Text', serif;
		  font-weight: 700;
		  color: #393E41;
		  line-height: 1.1;
			letter-spacing: 0.2px;
			text-align: left;
			vertical-align: center;
			padding: 40% 0%;
    }

    .right {
      flex: 1 1 300px;
      /*background-color: pink;*/
      margin-left: 10%;
    }

    .right p {
		font-family: 'Noticia Text', serif;
	  font-weight: 400;
	  font-size: 1.6em;
	  color: #393E41;
	  line-height: 1;
	  text-align: left;
    }

    table {
      width: 100%;
      border-collapse: collapse;
    }

    td {
      padding: 20px 0.5rem;
      vertical-align: top;
      width: 50%;
      margin-right: 5%;
    }

    td img {
      width: 40px;
      height: 40px;
      vertical-align: left;
      margin-right: 0.5rem;

    }

    .service {
      display: flex;
      flex-direction: column;
      align-items: left;
      gap: 0.5rem;
      width: 80%;
      margin-bottom: 10%;
    }

   #serviceVideo {
    	width: 75%;
    }

       #serviceStrategy {
    	width: 80%;
    }

     #serviceProduct {
    	width: 65%;
    }

  }
/*    @media (max-width: 600px) {
      .container {
        flex-direction: column;
        align-items: flex-start;
      }
*/
      table, td {
        display: block;
        width: 100%;
      }

      td {
        padding: 0.75rem 0;
      }

/*END SERVICES*/



.featuredIn {
	width: 90%;
	 /*background-color: yellow; */
	margin: 0 auto;
	margin-top: 1%;
	display: inline-block;
	text-align: left;
}

.subHeading {
	 /*background-color: pink; */
	 text-align: center;
	 margin: 0 auto;
	 margin-bottom: 5%;
	width: 75%;
}

.subHeading h2 {
	font-family: 'Noticia Text', serif;
  font-weight: 700;
  font-size: 2.75em;
	color: #393E41;
	line-height: 1.2;
	letter-spacing: 0.2px;
	text-align: center;
}


.featuredInGraphic {
    /*background-image: url("assets/reverse-spectrum-bg.png");*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 80%;*/
    /*width: 90%;*/
    /*height: 500px;*/
    /*background-color: green;*/
    /*display: flex;*/
    justify-content: center;  
    align-items: center;  
    margin-top: -30px;
}

.featuredInGraphic img {
    width: 30%;
    display: block;
    margin: 0 auto; /* No need for margin auto with flexbox */
}


/* SECTION ONE */

.sectionOne {
	width: 90%;
	/* background-color: yellow; */
	margin: 0 auto;
	margin-top: 5%;
	display: inline-block;
	text-align: left;
}

.sectionOneHeading {
text-align: center;
}

.sectionOne a {
	color: #000000;
	text-decoration: none;
}

.sectionOne a:visited {
	color: #4E4D4D;
	text-decoration: none;
}

.sectionOne h3 {
	font-family: 'Noticia Text', serif;
  font-weight: 400;
  font-size: 2em;
	color: #393E41;
	line-height: 1.3;
	letter-spacing: 0.2px;
}

.contentBlock {
	width: 100%;
	display: inline-block;
/*	float: left;*/
	/*background-color: blue; */
/*	margin-left: 5%;*/
	margin-top: 3%;
}

#projectContent {
	margin-top: 10%;
}

.clientLogos {
/*	background-color: red; */
/*	float: left;*/
/*	margin-left: 10%;*/
	width: 100%;
	/* text-align: center; */
}

.logoTickerWrapper {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
/*  margin-top: 5%;*/
  width: 100vw;
  overflow: hidden;
  padding: 1rem 0;
background-color: #F7F5F2;
  z-index: 1;
}

.logoTicker {
  display: flex;
  width: max-content;
  animation: scrollLeft 70s linear infinite;
  animation-delay: 0s; /* <-- Ensures no delay */
  /*background-color: green;*/
  align-items: center;
}

.logoTicker img {
  height: 60px; /* adjust as needed */
  margin: 0 6rem;
  flex-shrink: 0;
}

#client-logo6 {
	height: 80px;
}

#client-logo7 {
	height: 40px;
}

#client-logo8 {
	height: 80px;
}

#client-logo9 {
	height: 70px;
}

#client-logo10 {
	height: 50px;
}

#client-logo10 {
	height: 40px;
}

#client-logo12 {
	height: 40px;
}

/* Animation */
@keyframes scrollLeft {
  0% {
    transform: translateX(0); /* <-- Start at current position */
  }

  100% {
    transform: translateX(-50%); /* <-- Only scroll halfway since logos are duplicated */
  }
}

.photoGrid img {
    width: 40%;
    object-fit: cover;
	display: block;
	margin: 0 auto;
	margin-top: 5%;
}


 #projectContent {
	 display: block; 
	 width: 100%;
	  /*background-color: green; */
	 
}

.projectDetailBlock {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto auto;
  gap: 40px;
  padding: 2rem 10%;
  /*background-color: blue; */
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

/* Top row: two items at 50% each */
.projectUnit:nth-child(1) {
  grid-column: 1 / span 3;
  grid-row: 1;
}
.projectUnit:nth-child(2) {
  grid-column: 4 / span 3;
  grid-row: 1;
}

/* Bottom row: three items at 33.3% each */
.projectUnit:nth-child(3) {
  grid-column: 1 / span 2;
  grid-row: 2;
}
.projectUnit:nth-child(4) {
  grid-column: 3 / span 2;
  grid-row: 2;
}
.projectUnit:nth-child(5) {
  grid-column: 5 / span 2;
  grid-row: 2;
}

#synthesizerLogo {
	width: 50%;
	padding-bottom: 4.5%;

}

#storyRouletteLogo {
	width: 40%;
}

#humaWorkshops {
	width: 95%;
	margin-top: -3%;
}

#workshopsLogo {
	width: 80%;
	padding-bottom: 1%;
}

#creativeDepartment h3 {
	font-size: 1.9em;
}


#creativeDepartment {
	margin-top: -6%;
	width: 95%;
}

#predictionLogo {
	padding-bottom: 6%;
}

.projectUnit img {
  width: 100%; /* take full width of the grid column */
  margin-bottom: 1rem;
}

.sectionOne p {
	font-family: 'Noticia Text', serif;
  font-weight: 400;
  font-size: 1.3em;
  color: #393E41;
  line-height: 1;

}

#predictionGame img {
  width: 100%; /* override the old 65% to match others */
}

.projectUnit h3 {
	font-family: 'Futura';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.2em;
	color: #000000;
	line-height: 1;
}

/*SECTION TESTIMONIAL */

.QuoteIcon {
	width: 60%;
/*	 background-color: green; */
	text-align: center;
	margin: 0 auto;
	margin-top: 7.5%;
}

.QuoteIcon img {
	width: 15%;
	margin: 0 auto;
}

.QuoteIcon h1 {
	font-family: Helvetica, serif;
	font-size: 8em;
}

.sectionTestimonial {
	width: 75%;
/*	background-color: yellow; */
	text-align: left;
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 45px;
}


.sectionTestimonial h2 {
	font-family: 'Noticia Text', serif;
	font-weight: 400;
	font-size: 2em;
	color: #393E41;
	line-height: 1.3;
	letter-spacing: 0.2px;
}

.sectionTestimonial h3 {
	font-family: 'Noticia Text', serif;
	font-weight: 400;
	font-size: 1.5em;
	font-style: italic;
	color: #393E41;
	line-height: 1.4;
	letter-spacing: 0.2px;
}

#highlightText{
	background-color: #FFF9A9;
}

/* SECTION TWO */

.sectionTwo {
	width: 75%;
	 background-color: white; 
	display: inline-block;
	clear: both;
	margin: 0 auto;
	margin-top: 7.5%;
	text-align: center;
	box-shadow: 0px 4px 20px 1px #BABABA;
	border-radius: 15px;
}

.leftBody {
	 /*background-color: red; */
	width: 100%;
	text-align: center;
	/*padding-top: 5%;*/
	/*padding-bottom: 5%;*/
	/*padding-left: 5%;*/
	/*float: left;*/
	border-radius: 15px;
	/* margin-right: 0px; */
}

.sectionTwo h2 {
	font-family: 'Noticia Text', serif;
  font-weight: 700;
  font-size: 2em;
	color: #000000;
	line-height: 1.2;
	margin: 5% 0;
	margin-bottom: 0%;
}

.leftBody h3 {
	font-family: 'Noticia Text', serif;
  font-weight: 400;
  font-size: 1.6em;
	color: #000000;
	line-height: 1.2;
	/*margin: 0;*/
}

.rightBody {
	width: 100%;
	 /*background-color: green; */
	float: left;
	border-radius: 15px;
	/*padding-top: 5%;*/
	/*margin-left: 5%;*/
		/* padding-bottom: 5%; */
}


.seva-form {
	 /*background-color: green; */
	width: 100%;
	margin: 0 auto;
	margin-top: -2.5%;
	margin-bottom: 2.5%;
	display: inline-block;
	text-align: center;
}

.content-text-right h4 {
	font-family: 'Noticia Text', serif;
	font-weight: 700 !important;
	font-size: 2em !important;
	color: white;
	text-align: left;
}

.formkit-content {
	width: 60%;
}

.formkit-content p {
	font-family: 'Noticia Text', serif;
	font-weight: 400;
	font-size: 1.2em !important;
	color: white;
	text-align: left;
}

.formkit-submit {
	font-family: 'Noticia Text', serif;
	font-weight: 700;
	font-size: 1.2em;
	color: white;
	text-decoration: none;
	background-color: #000000;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
	border-radius: 5px;
	border: 0px;
	margin-top: 5%;
	border: 1px solid #000000;
}

.formkit-submit:hover {
		background-color: #FFFFFF;
		color: black;
		border: 1px solid #000000;
}


.content-text-right img {
	width: 30%;
}

/*.content-text-right {
	float: left;
}
*/
.formkit-input {
	font-family: 'Noticia Text', serif;
	font-weight: 400;
	font-size: 1.2em;
	color: #000000;
	border: 2px solid #CFCFCF;
	border-radius: 10px;
	padding: 10px;
	width: 80%;
}

.mc-field-group {
	text-align: center;
}

.CTA h4 {
		font-family: 'Noticia Text', serif;
		font-weight: 700;
		font-size: 2em;
		margin: 0;
		padding: 10px;
		color: white;
		text-decoration: none;
}

a {
	text-decoration: none;
}

/* SECTION THREE */

.sectionThree {
	width: 90%;
	/* background-color: yellow; */
	margin: 0 auto;
	margin-top: 7.5%;
	display: inline-block;
	text-align: left;
}

.sectionThreeHeading h2 {
	font-family: 'Noticia Text', serif;
  font-weight: 400;
  font-size: 2em;
	color: #393E41;
	line-height: 1.2;
	/* letter-spacing: -3px; */
}

.sectionThreeContentBlock h3 {
	font-family: 'Noticia Text', serif;
  font-weight: 700;
  font-size: 1.8em;
	color: #393E41;
	line-height: 1.2;
	/* letter-spacing: -3px; */
}

.sectionThreeContentBlock p {
	font-family: 'Noticia Text', serif;
  font-weight: 400;
  font-size: 1.5em;
	color: #393E41;
	line-height: 1.2;
	/* letter-spacing: -3px; */
}

.sectionThreeContentBlock {
	/* background-color: blue; */
	display: block;
	/* margin-left: 5%; */
	overflow: auto;
	margin-top: 5%;
}

.sectionThreeContentBlock img {
	width: 70%;
}

.leftGraphic {
	 /*background-color: pink; */
	float: left;
	display: inline-block;
	width: 30%;
	margin-left: 5%;
	text-align: center;
	/* margin-bottom: 5%; */
}

.rightContent {
	/* background-color: red; */
	/* float: left; */
	width: 50%;
	margin-left: 40%;
	/* margin-bottom: 8%; */
}

#individuals {
	/* height: 201px; */
}

#collectives {
	/* margin-bottom: 5%; */
}

#organizations {

}

.bioContainer {
	 /*background-color: yellow; */
	width: 90%;
	display: inline-block;
	clear: both;
	margin-top: 10%;
}

.bioBodyHeader h2 {
	font-family: 'Noticia Text', serif;
  font-weight: 700;
	font-size: 3em;
	margin-bottom: 3%;
}

.bioBodyHeader span {
	font-family: 'Noticia Text', serif;
	font-size: 1.5em;
	font-style: italic;
}

.bioBodyHeader {
	margin-bottom: 3%;
}

.bioIMG {
	float: left;
	width: 30%;
	 /*background-color: red; */
	margin-left: 5%;
	display: inline-block;
	/* margin-right: 5%; */
}

.bioIMG img {
	width: 70%;
}

.bioBody {
	float: left;
	/* background-color: green; */
	text-align: left;
	width: 50%;
	margin-left: 5%;
}

.bioBody h4 {
	font-family: 'Noticia Text', serif;
	/* text-transform: uppercase; */
	font-size: 2em !important;
	margin-bottom: 1%;
}


.bioBody p {
	font-family: 'Noticia Text', serif;
  font-weight: 400;
  font-size: 1.5em !important;
	color: #393E41;
	line-height: 1.2;
}


/* SECTION FOUR */

.sectionFour {
	width: 75%;
	/* background-color: green; */
	display: inline-block;
	clear: both;
	margin: 0 auto;
	margin-top: 7.5%;
	text-align: center;
}

.sectionFour h1 {
	font-family: 'Noticia Text', serif;
  font-weight: 700;
  font-size: 4em;
  color: #393E41;
  line-height: 0.9;
	letter-spacing: -1px;
}

.sectionFour h3 {
	font-family: 'Noticia Text', serif;
	font-weight: 400;
	font-size: 1.8em;
	color: #393E41;
	line-height: 1.3;
	letter-spacing: 0.1px;
}

.subHeader {
	margin-top: 5%;
}


.click {
	/* background-color: pink; */
	width: 40%;
	display: inline-block;
}


#purchaseButton {
	width: 50%;
	margin-left: 5%;
}

.CTA {
	font-family: 'Noticia Text', serif;
	font-weight: 700;
	font-size: 0.8em;
	color: white;
	text-decoration: none;
	background-color: #000000;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	border: 0px;
	margin-top: 10%;
}

.sectionFour a:hover {
	text-decoration: none;
}

/* FOOTER */

.footer {
	width: 100%;
	height: 120px;
	padding: 8px;
	background-color: #373839;
	margin-top: 7.5%;
}

.footerText {
	float: left;
	width: 40%;
  margin-top: 20px;
  margin-left: 30px;
}

.footerText h3 {
	font-family: 'Noticia Text', serif;
    font-weight: 700;
    font-size: 1.2em;
    text-align: left;
    color: white;
    opacity: 0.9;
    margin: 0;
}

#bottomLogo {
	margin-top: 3px;
	color: white;
}

#bottom {
	margin-top: 20px;
	margin-right: 40px;
	border: 3px solid #373839;
	border-radius: 5px;
	float: right;
	width: 11.5%;
	border-color: white !important;
}

#bottom h6 {
	color: white;
}

.fa-lg {
	color: #373839;
	margin-top: 5px;
}

.footerText a {
	  color: #373839;
		text-decoration: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~`RESPONSIVE~~~~~~~~~~~~~~~~~~~~~~~~`*/

/*FIRST BREAK*/
@media only screen and (max-width: 1171px) {
body {
  /*background-color: green !important; */
}

.container {
	width: 90% !important;
		}

/*VALUE PROP*/

.valueProp {
	width: 100%;
  /*background-size: 800px 300px;*/
}

.valueProp h1 {
	/*font-size: 5em;*/
	}

.button {
	width: 60%;
}

#creativeDepartment h3 {
	font-size: 1.6em;
}

.sectionOneHeading {
	width: 95%;
	margin: 0 auto;
	/*background-color: yellow;*/

}


.leftBody {
	 /*background-color: red; */
	width: 60%;
	margin: 0 auto;
	margin-bottom: 7.5%;
}

.rightBody {
	width: 90%;
	 /*background-color: green; */
	float: left;
	border-radius: 15px;
	margin: 0 5%;
}


.sectionFour {
	width: 80%;
}

.click {
	width: 60%;
}


}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~` /*TABLET BREAK*/ 

@media only screen and (max-width: 917px) {

body {
	 /*background-color: purple !important; */
}

.logo {
	margin-top: 10%;
}

.valueProp {
	width: 90%;
	/*background-color: green;*/
	background-size: 650px 290px;
	background-position: center 60%;
	margin-top: 4%;
}

.valueProp h1 {
		font-size: 3.8em;
}

.subHeading {
	/*background-color: pink;*/
	width: 70%;
}

.subHeading h2 {
  font-size: 2.4em;
}

.featuredIn {
	width: 90%;
	 /*background-color: yellow; */
	margin: 0 auto;
	margin-top: -1%;
	display: inline-block;
	text-align: left;
}

.featuredInGraphic {
    margin-top: 10px;
}

.featuredInGraphic img {
    width: 50%;
}

.sectionOne {
	/*background-color: green;*/
	margin-top: 10%;
}

.sectionOne {
	/*background-color: green;*/
	margin-top: 10%;
}

.sectionOneHeading {
	width: 90%;
}

.logoTickerWrapper {
margin-top: 40px;
}


.left h2 {
	padding: 0% 0% 5% 0%;
	text-align: center;
}

.projectDetailBlock {
margin-top: 40px;
/*background-color: blue;*/
}

.projectUnit {
	padding-bottom: 15px;
}

.sectionOne #client {
	/*background-color: pink;*/
	width: 66%;
}

.sectionOne #projects {
	/*background-color: pink;*/
	width: 66%;
}


.sectionOne h1 {
	font-size: 2.1em;
	letter-spacing: -1px;
}

.sectionOne h3 {
  font-size: 2em;
}

.sectionOne p {
	line-height: 120%;
}

.photoGrid img {
		width: 70%;
}


#synthesizerLogo {
	width: 30%;
	padding-bottom: 1%;
	padding-top: 5%;

}

#storyRouletteLogo {
	width: 30%;
}

#humaWorkshops {
	width: 95%;
	/*margin-top: -3%;*/
}

#workshopsLogo {
	width: 40%;
	padding-bottom: 1%;
}

#creativeDepartment h3 {
	font-size: 2.2em;
}


#creativeDepartment {
	margin-top: -6%;
	width: 95%;
}

#predictionLogo {
	padding-bottom: 1%;
}


#predictionGame img {
  width: 50%; /* override the old 65% to match others */
}


.sectionTestimonial h2 {
	font-size: 1.5em;
}

.leftBody {
	 /*background-color: red; */
	width: 60%;
	margin: 0 auto;
	margin-bottom: 7.5%;
}

.rightBody {
	width: 90%;
	 /*background-color: green; */
	float: left;
	border-radius: 15px;
	margin: 0 5%;
}

/*.rightBody {
	margin-top: -7%;
}*/

.leftBody h2 {
	font-size: 1.4em;
}

.sectionThree h2 {
	font-size: 1.7em;
}

.button {
	width: 75%;
}

.leftGraphic {
	width: 40%;
	float: none;
	margin-left: 0%;
}

.rightContent {
	width: 90%;
	margin-left: 5%;
}

.sectionFour {
	width: 90%;
}

.sectionFour h1 {
	font-size: 3em;
	letter-spacing: 0.2px;
}

.sectionFour h3 {
  font-size: 1.75em;
	line-height: 125%;
}

.click {
font-size: 0.75em;
}

  .projectDetailBlock {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .projectUnit {
    grid-column: auto !important;
    grid-row: auto !important;
  }

.bioContainer {
	/*background-color: yellow; */
	width: 90%;
	margin-top: 10%;
}

.sectionFour h1 {
  font-size: 3em;
}

.sectionFour h3 {
	font-size: 1.5em;
}

.click {
	/*background-color: pink; */
	width: 60%;
	display: inline-block;
}

#callCTA {
	width: 80%;
}

#bottom {
	width: 30%;
}

#bottom h6 {
	font-size: 1em;
}

}

/*MOBILE BREAK*/ /*~~~~~~LOCKED~~~~~~~~*/

@media only screen and (max-width: 600px) {

	body {
		 /*background-color: red !important; */
	}

	.logo {
		margin-top: 10%;
	}

	.valueProp {
	width: 97.5%;
	/*background-color: green;*/
	background-size: 270px 270px;
	background-position: center 70%;
	margin-top: 4%;
}

.valueProp h1 {
	font-size: 3.5em;
}

.valuePropArrow {
	margin-top: 7.5%;
	width: 100%;
}

.valuePropArrow img {
	width: 8%;
}

.featuredIn {
	width: 90%;
	/*background-color: yellow; */
	margin: 0 auto;
	margin-top: -1%;
	display: inline-block;
	text-align: center;
}

.subHeading h2 {
	font-size: 2.4em;
}

.featuredIn .subHeading {
	margin: 0 auto;
}

.featuredInGraphic {
    margin-top: 5px;
}

.featuredInGraphic img {
    width: 70%;
}

.sectionOne #client {
	/*background-color: purple;*/
	width: 60%;
	margin: 0 auto;
}

.sectionOne #projects {
	/*background-color: pink;*/
	margin: 0 auto;
	width: 66%;
}

.seva-form {
/*	 background-color: green; */
	width: 80%;
	margin: 0 auto;
	margin-top: -10%;
	display: inline-block;
	text-align: center;
}

#synthesizerLogo {
	width: 50%;
	padding-bottom: 1%;
	padding-top: 5%;

}

#storyRouletteLogo {
	width: 50%;
}

#humaWorkshops {
	width: 95%;
	/*margin-top: -3%;*/
}

#workshopsLogo {
	width: 60%;
	padding-bottom: 1%;
}

#creativeDepartment h3 {
	font-size: 2em;
}


#creativeDepartment {
	margin-top: -6%;
	width: 95%;
}

#predictionLogo {
	padding-bottom: 1%;
}


#predictionGame img {
  width: 70%; /* override the old 65% to match others */
}



.sectionOne {
		width: 100%;
		margin-top: 5%;
		/*background-color: green;*/
	}

	#clientContent {
		margin-top: 15%;
		width: 100%;
		margin: 0 auto;
	}

	#projectContent {
		margin-top: 20%;
	}

	.sectionTwo {
		width: 100%;
		margin-top: 50px;
	}

	.sectionThree {
		width: 100%;
	}

	.sectionFour {
		width: 100%;
		margin-top: 5%;
	}

	.sectionOne h1 {
		font-size: 2.5em;
		letter-spacing: -1px;
	}

/*	.clientLogos {
		width: 60%;
		margin-left: 20%;
	}*/

	.projectDetailBlock {
		/* background-color: pink; */
		float: left;
		margin-left: 5%;
		width: 90%;
	}

	.photoGrid img {
			width: 90%;
	}

	.contentBlock {
		width: 100%;
		display: block;
		/* float: left; */
		/* background-color: blue; */
		margin-top: 5%;
		margin-left: 0%;
	}

	.sectionOne p {
	  font-size: 1.4em;
		line-height: 140%;
	}

	.subHeading {
		 /*background-color: green; */
		width: 90%;
		margin-bottom: 7.5%;
	}

.service {
	width: 100%;
	padding-right: 10%;
	/*background-color: pink;*/

}


table {
	width: 100%;
}

tbody {
	width: 100%;
}


	.right p {
    font-size: 1.2em;
    line-height: 1;
}


	/*SECTION TESTIMONIAL */


.QuoteIcon {
	width: 70%;
}

.QuoteIcon img {
	width: 25%;
}


.sectionTestimonial h2 {
	font-size: 1.75em;
}


	.leftBody {
		 /*background-color: red; */
		width: 85%;
		text-align: center;
		padding: 1%;
		/*padding-bottom: 4%;*/
		margin: 0 auto;
		margin-top: -10%;
		/* float: left; */
		/*border-radius: 15px;*/
		/* margin-right: 0px; */
	}
 
	.leftBody h3 {
	vertical-align: middle;
	}

	.sectionTwo h2 {
		width: 80%;
		margin: 10% auto;
	}

	.leftBody h3 {
		font-size: 1.2em;
	}

	.rightBody {
		width: 100%;
		 /*background-color: red; */
		/* float: left; */
		border-radius: 15px;
		padding-top: 2.5%;
		padding-bottom: 5%;
		margin: 0 auto;
	}

		.left h2 {
		padding: 3% 0% 5% 0%;
		font-size: 2.4em;
		text-align: center;
	}

	.right {
		/*background-color: green;*/
		width: 100%;
		margin: 0 0 0 15%;
}
 

	.sectionThree h2 {
		font-size: 1.5em;
	}

	.sectionThreeContentBlock {
		margin-bottom: 20%;
	}

	.button {
		width: 75%;
		font-size: 1em;
		margin-bottom: 3%;
	}

	.leftGraphic {
		width: 40%;
		float: none;
		margin-left: 0%;
	}

	.rightContent {
		width: 90%;
		margin-left: 5%;
	}

	#organizations {
		margin-bottom: 10%;
	}

	.click {
	font-size: 0.75em;
	 /*background-color: pink; */
	width: 75%;
	}

	#purchaseButton {
		width: 75%;
		margin-left: 0%;
	}

	#callCTA {
		width: 90%;
	}


	.sectionFour h1 {
	  font-size: 2.4em;
		letter-spacing: 0.1px;
	}

	.sectionFour h3 {
		font-size: 1.4em;
		letter-spacing: 0.1px;
	}

	#bottomLogo {
		margin-top: 2px;
		margin-left: -1px;
	}

	#bottom {
		margin-top: 20px;
		margin-right: 30px;
		border-radius: 3px;
		float: right;
		width: 27%;
		border: 2px solid #373839;
		padding: 5px !important;
	}

	#bottom h6 {
		font-size: 1em;
	}

	#scheduleCTA {
		font-family: 'Noticia Text', serif;
		font-weight: 700;
		font-size: 0.8em;
		width: 70%;
	}

	.footerText h3 {
		font-family: 'Noticia Text', serif;
	    font-weight: 700;
	    font-size: 1em;
	    text-align: left;
	    color: #373839;
	    opacity: 0.9;
	    margin: 0;
	}

	.bioContainer {
		/* background-color: yellow; */
		display: inline-block;
		clear: both;
		margin-top: 10%;
		width: 100%;
	}

	.bioContainer h2 {
		font-size: 2em;
		margin-bottom: 3%;
	}

	.bioIMG {
		float: none;
		width: 40%;
		/* background-color: pink; */
		/* margin-left: 12.5%; */
		/* margin-right: 5%; */
		margin-bottom: 5%;
	}

	.bioIMG img {
		width: 100%;
		display: inline-block;
	}

	.bioBody {
			float: none;
			/* background-color: green; */
			text-align: left;
			width: 75%;
			margin-left: 12.5%;
		}

	.bioBody h4 {
		font-size: 1.6em;
	}

	.bioBodyHeader span {
		font-size: 1.3em;
	}

	.bioBody p {
		font-size: 1.4em;
	}


.content-text-right img {
	width: 60%;
}

.formkit-content {
	width: 90%;
}

.formkit-content h4 {
	font-size: 1.3em !important;
}

.formkit-content p {
	font-family: 'Noticia Text', serif;
	font-weight: 400;
	font-size: 1.1em !important;
	color: white;
	text-align: left;
}

}