/* ----------- font declarations ----------- */


/* ----------- core ----------- */


html, body {
    margin: 0;
    padding: 0;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    background-color: #fff;
    letter-spacing: 0.03em;
    color: #454243;   
}
/*tests*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

p {
  padding: 0 0 15px 0;
}

/*tests*/
h2 {
    text-align: center;
    font-size: 1.2em;
}

a {
  color: black;
}

em {
    display: block;
    font-style: italic;
}

/*HEADER*/
.header-container, .footer-container {
  margin: 0 auto;
  padding: 0;
  max-width:  1200px;
}

#split {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1rem;
}

.branding {
  flex: 0 1 100%;
  text-align: center;
}

.branding h1 {
  margin: 0;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 600;
}

.branding a {
  text-decoration: none;
  color: #454243;
}

/*a:visited, a:hover, a:active  {
  text-decoration: none;
  color: #454243;
}*/

nav {
  flex: 0 1 100%;
}
nav a {
  color: #7e7d7d;
  text-decoration: none;
  /*padding-left: 30px;*/
}

nav a:hover {
  color: #000;
}
nav a:active {
  color: #000;
}

nav .current {
color: #000;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 17px;
}

/*nav ul {
    justify-content: space-around;
}*/

/*  END HEADER  */

img {
  max-width: 100%;
  position: relative;
  margin: 0 0 2em 0;
}

:focus {
  outline: none;
}

.container {
    margin: 0 auto;
    padding: 0;
}
/*THE SEARCH ELEMENT*/
.search_container  {
  position: relative;
  margin: 0 auto;
  min-height: 100vh;
  background: linear-gradient(314deg, #f17485, #f7ca53, #5dd4de);
  background-size: 600% 600%;

-webkit-animation: AnimationName 31s ease infinite;
-moz-animation: AnimationName 31s ease infinite;
animation: AnimationName 31s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:5% 0%}
    50%{background-position:96% 100%}
    100%{background-position:5% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:5% 0%}
    50%{background-position:96% 100%}
    100%{background-position:5% 0%}
}
@keyframes AnimationName { 
    0%{background-position:5% 0%}
    50%{background-position:96% 100%}
    100%{background-position:5% 0%}
}

.fas {
  color: #ffffff;
}

.positionstatement {
  width: 60%;
  margin: 0 auto 0 auto;
  text-align: left;
}


.positionstatement h2 {
  font-size: 4em;
  font-weight: 800;
  text-align: left;
  margin: 0 0 0 0;
  padding-top: 40%;
  color: #ffffff;
}
.positionstatement h5 {
  font-size: 2em;
  font-weight: 600;
  text-align: left;
  margin: 0 0 0 0;
  padding-top: 40%;
  color: #ffffff;
}


.jsearch {
    width: 60%;
    margin: 2em auto 0 auto;
    padding-bottom: 20%;
}


select#tierOne, select#tierTwo {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='white'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 16px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
    
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 14px;
    min-width: 40%;
    font-size: 1.8em;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #454243;
    padding: 24px 0 24px 20px;
    margin-right: 2px;
    border-width: 2px;
    border-color: #e2e1e1;
    cursor: pointer;
}


.jsearch button { 
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 14px;
    min-width: 15%;
    font-size: 1.8em;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;    
    padding: 24px 0 24px 0px;
    border-width: 2px;
    border-style: solid;
    border-color: #e2e1e1;
    color: #ffffff;
    cursor: pointer;
}

.defaultGrey {
  background-color: none!important;
}

.choseOrange {
  background-color: none!important;
  /*background-color: #07b2e8!important;*/
  color: #454342;
}

.defaultBtnGrey {
  background-color: rgba(255, 255, 255, 0.3)!important;
}

.choseGreen {
  background-color: #17ab17!important;
  border-color: #17ab17!important;
}

#errorPrint {
  padding-bottom: 8px;
}

.moreContentBelow {
  position:absolute;
  left: 50%;
  bottom: 15%;
}

.bonafides_container {
  margin: 0 auto;
  background-color: #5face1;
  padding-top: 2em;
  padding-bottom: 2em;
}

.bonafide_statements {
  width: 50%;
  margin: 2em auto 6em auto
}

.bonafide_statements h2 {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 2em;
  color: #ffffff;
}

/* BEGIN SLIDER CSS this was all in header and moved!*/

.text span {
  font-size: 0.6em;
  font-weight: 500;
 }


.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #9a9a9a;
  font-weight: bold;
  font-size: 35px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #ffffff;
  font-size: 1.6em;
  position: absolute;
  bottom: 15%;
  width: 100%;
  text-align: left;
  padding: 0 20% 0 20%;
  line-height: 1.4em;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/**** footer ****/

i.fab.fa-linkedin {
    color: #000000;
    font-size: 25px;
    margin-right: 30px;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 130px 0 50px 0;
}

.footer p {
  margin-left: 5%;
}

footer img {
  width: 100px;
  margin-right: 3%;
}
/**** end footer ****/


/**** media queries ****/

@media (min-width: 550px) {
  #split {
    padding: 2.3rem 1rem;
  }
}

@media (min-width: 651px) {
  .branding {
    flex: 0 1 57%;
    text-align: left;
  }
  nav {
    flex: 0 1 40%;
  }
}

@media (min-width: 1300px) {
  .branding {
    flex: 0 1 64%;
  }
  nav {
    flex: 0 1 25%;
  }
}

/* Start of Zarys Changes to Make Dropdown Text More Responsive */
@media only screen and (max-width: 1500px) {
  .jsearch {
      font-size: 12px;
  }
}

@media only screen and (max-width: 1300px) {
  .jsearch {
      font-size: 10px;
  }
}

@media only screen and (max-width: 435px) {
  .jsearch {
      font-size: 8px;
  }
}
/* End of Zarys Changes to Make Dropdown Text More Responsive */

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

  .positionstatement {
    width: 76%;
  }

  .jsearch {
      width: 76%;
  }

  .textcontainer {
      width: 75%;
  }

}

@media only screen and (max-width: 781px) {
.positionstatement h2 {
    font-size: 3.5em;
  }
}

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

  nav ul {
      font-size: 17px;
  }
  .text {
  font-size:1.25;
  padding: 0 10% 0 10%;
  }

  .bonafide_statements {
    width: 75%;
  }

  .positionstatement h2 {
      font-size: 4em;
  }

  .positionstatement {
    width: 90%;
  }

  .jsearch {
      width: 90%;
  }

  select#tierOne, select#tierTwo {
      font-size: 1.8em;
      padding: 24px 0 24px 15px;
      margin-right: 0;
      min-width: 40%;
  }

  .jsearch button { 
      font-size: 1.8em;
  }

}

@media only screen and (max-width: 675px) {
  .text {font-size: 1.1em;
    padding: 0 10% 2% 10%;
    line-height: 1.2em;}
  .text span {font-size: 0.9em;}
  .slideshow-container img {min-height: 45vh;}
  .prev, .next {font-size: 25px; padding: 8px;}
  .dot {margin: 5% 2px;}
}

@media only screen and (max-width: 650px) {
   nav {
    margin: 0 20%;
  }
  .branding h1 {
    padding-bottom: 20px;
    font-size: ;
  }
}

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

   .moreContentBelow {
      bottom: 5%;
  }

   #goToSelectedProject {
    margin-bottom: 100px;
   } 

  .bonafide_statements {
    width: 80%;
  }

  .positionstatement h2 {
      font-size: 3.5em;
      text-align: center;
  }

  .grid p, em {
        display: none;
  }

  form {
      margin: 0 0 0 20%;
  }
  select#tierOne, select#tierTwo {
      min-width: 75%;
      margin-top: 10px;
  }
  .jsearch button {
      
      min-width: 75%;
      margin: 10px auto 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .text {font-size: 1.1em}
  .slideshow-container {min-height: 400px; background-color: #4179df; font-size: 0.9em;}
  .slideshow-container img {display: none;}
  .slideshow-container .text {padding: 0 15% 2% 15%;}
  .prev, .next {font-size: 25px; padding: 8px;}
  .dot {margin: 11% 2px;}
  .branding h1 {font-size: 22px;}
  nav ul {font-size: 1em;}
  nav { margin: 0 5%;} 
  .footer p { margin: 0 5%; font-size: 0.7em;}
}





