@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

* {
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
  background-color: #fff;
  font-family: 'Arial', sans-serif;
  color: #686868; 
}

header {
  padding: 0 50px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  background-image: url('images/header4.png');
  background-repeat: no-repeat;
  height: 900px; 
  background-size: cover; /* Adjust the image size to cover the header */ 
  background-position: center; /* Center the image */ 
  /* Additional properties for background if needed */ 
  margin-bottom: 20px;
}

header a {
  text-decoration: none;
}

/** SURVEY HEADER BUTTON **/
.button-overlay {
  position: relative;
  top: 50%;
  left: 0%;
  -webkit-appearance: none;
}

.button-overlay a {
  position: absolute;
  background-color: #116bed;
  color: #fff;
  width: 350px;
  text-align: center;
  border-radius: 200px;
  padding: 15px 20px;
  letter-spacing: 1px;
  margin-top: 5%;
  box-shadow: 2px 2px 5px #777;
  -webkit-appearance: none;
}

.button-overlay a:hover {
  transform: scale(1.25);
  transform-origin: left;
  font-weight: bold;
  transition: .5s;
  background-color: #3dc2c9;
  -webkit-appearance: none;
}

section {
    background-color: transparent;
    margin: 0 auto;
    width: 1200px;
    padding: 50px;
    text-align: center;
    line-height: 18pt;
    letter-spacing: 0.5pt;
       margin-top: 25px;
}

section strong {
    color: #116bed;
}

/* Clear floats after the columns */
section::after {
  content: "";
  display: table;
  clear: both;
}

.img-overlay {
  width:75px; 
  margin: 0 auto;
  position: relative;
  margin-top: -180px;
  align-content: center;
}


h1 {
    color: #4d4d4d;
    font-size: 3em;
    padding-bottom: 0.5em;
    font-weight: bold;
    font-family: 'Arial Black', sans-serif;
    line-height: 44pt;
}

h2 {
    color: #ffffff;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h3 {
    font-weight: 100;
    letter-spacing: 2.5px;
    font-size: 0.9em;
}

h4 { 
    font-size: 2.5em;
    font-weight: bold;
    padding-bottom: 0.5em;
}

.claytext {
    font-size: 60pt;
}

fieldset {
    padding: 45px;
    border: 2px #dcddde dashed;
    border-radius: 50px;
    margin-bottom: 150px;
}

/** BLUE SECTION - OTHER KEY AREAS AND CURRENT STUDY **/
.some-page-wrapper {
  background-color: #116bed;
  color: #fff;
  margin: 0 auto;
  padding: 100px;
  border-radius: 0%;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
  padding: 50px;
  margin-left: 10px; 
}

ul {
  list-style-type: circle;
  line-height: 10pt;
  list-style-position: outside;
}

.column ul a {
  color: white;
  margin-bottom: px;
}

.column ul li {
  padding: px;
  margin: em;
  letter-spacing: 0.5px;
  color: #e5e5e5;
}

.column ul li::after {
  content: '';
  display: block;
  width: 0;
  height: 0px;
}
    
.column ul li:hover::after {
  width: 0;
}

p {
   line-height: 21pt;
}

.column p {
    line-height: 21pt;
    border-top: 1px dashed #fff;
    width: 100%;
    padding-top: 30px;
    color: #e5e5e5;
    letter-spacing: 0.8px;
}

.bullet  {
   margin-top: -20px;
}

.learnmore {
  padding: 10px;
  color: #116bed;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: none;
  font-size: 0.8em;
  border-radius: 100px;
  text-align: center;
  width: 100%;
}

.learnmore:hover {
  background-color: #116bed;
  border: 1px solid #fff;
  color: #fff;
}

/** SITE LOGO**/
#brand {
  float: left;
  margin-left: 25px;
}

#brand img {
  max-width: 100px;
  float: left;
  margin: 50px 20px;
}

/** MAIN TOP NAVIGATION **/
#mainnav { 
  font-size: 11pt;
  letter-spacing: 0.5px;
  padding-bottom: 7px;
}

nav {
  background-color: #ffff;
  height: 30px;
  padding: 10px 30px;
  box-shadow: 2px 2px 5px #b7b7b7;
  margin-top: 70px;
  margin-right: 100px;
}

#mainnav ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
}

#mainnav ul a {
  color: #116bed;
  margin-bottom: 15px;
}

#mainnav ul li {
  padding: 5px;
  margin-left: 25px;
  margin: 0.8em 0.8em 0.8em 0.8em;
  line-height: 18pt;
}

#mainnav ul li:hover {
  color: #116bed;
  transition: all 0.2s linear;
  font-weight: ;
}

#mainnav ul li::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #116bed;
  transition: width .4s;
}
    
#mainnav ul li:hover::after {
  width: 100%;
  transition: width .3s;
  color: #116bed;
}



table {
    margin-left: 20px;
    letter-spacing: 1px;
    margin-top: -25px;
}

td {
    padding-top: 35px;
    padding-bottom: 20px;
    border-bottom: 1.5px dashed #d1d1d1;
    line-height: 18pt;
}

table tr td a:hover {
    color: #116bed;
}

/** ANIMATIONS **/
.bounce-in {animation: bounce-in 2s ease 1;}
@keyframes bounce-in {
  0% {opacity: 0.8; transform: scale(.3);}
  50% {opacity: 1; transform: scale(1.05);}
  70% {transform: scale(.9);}
  100% {transform: scale(1);}
}

.bounce-in-right {animation: bounce-in-right 2s ease 1;}
@keyframes bounce-in-right {
  0% {opacity: 0; transform: translateX(300px);}
  60% {opacity: 0.8; transform: translateX(-30px);}
  80% {transform: translateX(10px);}
  100% {transform: translateX(0);}
}

.bounce-in-left {animation: bounce-in-left 2s ease 1;}
@keyframes bounce-in-left {
  0% {opacity: 0; transform: translateX(-300px);}
  60% {opacity: 0.8; transform: translateX(30px);}
  80% {transform: translateX(-10px);}
  100% {transform: translateX(0);}
}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

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

.reveal2{
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: 1s all ease;
}

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

.reveal3{
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: 1s all ease;
}

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

.reverse{
  position: relative;
  transform: translateY(0);
  opacity: 1;
  transition: 3s all ease;
}

.reverse.active{
  transform: translateY(50px);
  opacity: 0;
}

/* Clear floats after the columns */
.row { }

.row:after {
  content: "";
  display: table;
  clear: both;
}

/** LOGIN AND SIGNUP BUTTONS **/
#login, #signup {
  padding: 6px 15px;
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 10px;
}

#login {
  color: #fff;
  border: 1px solid #116bed;
}

#signup {
  border: 1px solid #116bed;
  background-color: #116bed;
  color: #fff;
}

#signup a {
  color: #fff;
}

#login a {
  color: #fff;
}

#login:hover {
  color: #fff;
  background-color: #116bed;
  border: 1px solid #fff;
}

#signup:hover {
  color: #fff;
  background-color: #3dc2c9;
  border: 1px solid #3dc2c9;
}

/** MOBILE MENU **/
#login2, #signup2 {
  padding: 4px 15px;
  margin-top: 10px;
  margin-right: 10px;
}

#login2 {
  color: #116bed;
  border: 1px solid #fff;
  background-color: #fff;
}

#signup2 {
  border: 1px solid #3dc2c9;
  background-color: #3dc2c9;
  color: #fff;
}

#signup2 a {
  color: #fff;
}

#login2 a {
  color: #fff;
}

#login2:hover {
  color: #fff;
  background-color: #116bed;
  border: 1px solid #fff;
}

#signup2:hover {
  color: #fff;
  background-color: #116bed;
  border: 1px solid #fff;
}

ul a {
  color: white;
  margin-bottom: 15px;
}

ul li {
  padding: 5px;
  margin: 0.8em;
  line-height: 20pt;
}

ul li:hover {
  color: #fff;
  transition: all 0.2s linear; 
}

ul li::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .4s;
}
    
ul li:hover::after {
 width: 45%;
transition: width .3s;
color: #116bed;
}


#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  display: inline-block;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  height: calc(100vh - 50px);
  width: 100%;
  background-color: #116bed;
  font-size: 12pt;
  line-height: 18pt;
  letter-spacing: 1px;
  padding-top: 150px;
    z-index: 10;
}


.mobile-menu li {
  margin-bottom: px;
  list-style: none;
  margin-left: 80px;
}

.mobile-menu li ul {
  position: relative;
  width: 50%;
  line-height: 20pt;  
}

/** DOWN ARROW PADDING **/
.nav__link img {
   padding: 3px;
}

/** DROPDOWN LINKS **/
.nav__link { 
  align-items: center; 
}

.dropdown__menu li {
  padding: 0px;
  width: 300px;
  margin-left: 130px;
}

.dropdown__menu2 li {
  padding: 0px;
  width: ;
  margin-left: 75px;
}

.dropdown__item {
  cursor: pointer;
  color: #ffffff;
  margin-left: 85px;
  margin-bottom: 65px;
}

.dropdown__item2 li {
  cursor: pointer;
  color: #4d4d4d;
  line-height: 12pt;
}

.dropdown__item2 li:hover {
  cursor: ;
  color: #4d4d4d;
}

.dropdown__link {
  padding: 0;
  color: #fff;
  display: ;
  align-items: left;
  column-gap: 0;
  font-size: 12pt;
}

.dropdown__link li {
  border-left: 1px solid #a1b3c9;
  padding-left: 15px;
  text-indent: inherit;
}

.dropdown__link ul li a {
  font-size: 1.25rem;
  font-weight: initial;
  margin-bottom: 5px;
}

.dropdown__menu, .dropdown__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease-out;
  margin-left: 10px;
}

/** Show dropdown menu & submenu **/
.dropdown__item:hover .dropdown__menu, 
.dropdown__subitem:hover > .dropdown__submenu {
  max-height: 1000px;
  transition: max-height .4s ease-in;
}

.dropdown__item2:hover .dropdown__menu, 
.dropdown__subitem > .dropdown__submenu {
  max-height: 1000px;
  transition: max-height .4s ease-in;
}

.dropdown__menu2, .dropdown__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease-out;
  margin-left: 10px;
}

/** Show dropdown menu & submenu **/
.dropdown__item:hover .dropdown__menu2, 
.dropdown__subitem:hover > .dropdown__submenu {
  max-height: 1000px;
  transition: max-height .4s ease-in;
}

.dropdown__item2:hover .dropdown__menu2, 
.dropdown__subitem > .dropdown__submenu {
  max-height: 1000px;
  transition: max-height .4s ease-in;
}

.dropdown__arrow {
  font-size: 1.25rem;
  font-weight: initial;
  transition: transform .4s;
}

/** Rotate dropdown icon **/
.dropdown__item:hover .dropdown__arrow {
  transform: rotate(180deg);
}

/** Rotate dropdown icon **/
.dropdown__item2:hover .dropdown__arrow {
  transform: rotate(90deg);
}

/** HORIZONTAL MOBILE BORDER **/
hr {
  background: linear-gradient(90deg, 
      #3dc2c9,
      #3dc2c9 25%,
      #b4c948 25%,
      #b4c948 50%,
      #ffa24b 50%,
      #ffa24b 75%,
      #f15141 75%);
  height: 8px;
  width: 70%;
  margin-left: 70px;
  border: 0;
  margin-top: 40px;
}


/* FOOTER SECTION */
footer {
	padding: 2em;
	color: silver;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    background-color: #116bed; 
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: 0px;
    padding-bottom: 2em;
}

.footerhr {
  background: linear-gradient(90deg, 
      #3dc2c9,
      #3dc2c9 25%,
      #b4c948 25%,
      #b4c948 50%,
      #ffa24b 50%,
      #ffa24b 75%,
      #f15141 75%);
  height: 5px;
  width: 90%;
  border: 0;
  margin-top: 40px;
}

.sponsoricon {
    height: 75px; 
    padding: 30px 20px;
}



/** RESPONSIVE FOR MOBILE **/
@media only screen and (max-width: 1112px) {
header nav {display: none;}
    
.colorlogo {
  position: absolute;
  float: left;
}
    
#brand {
  max-width: 40px;
  margin-top: 20px;
  margin-left: 40px;
  display: inline-block;
  background-image: url(images/4-CLAY-Logo-White.png);
  background-size: contain;
  background-repeat: no-repeat;
}
    
body {
  width: 100%;
  font-size: 9pt;
}

#hamburger-icon {
  display: inline-block;
  color: #116bed;
  float: right;
  margin-top: -50px;
}
    
.mobile-menu {
  padding-top: 25px;
}
   
#sidenav {
  display: none;
}
    
#login {
  margin-left: 65px;
}
    
#login2 {
  margin-left: 65px;
}
    
.footerhr {
  margin-left: 20px;
}
    
.button-overlay a {
  width: 220px;
  font-size: 8pt;
  font-weight: bold;
  margin-top: -5px;
}
    
.button-overlay {
  font-size: 16pt;
  margin-left: -40px;
  margin-top: -30px;
}
    
h1 {
  font-size: 12pt;
  line-height: 26pt;
}
    
.claytext {
  font-size: 40pt;
}

h2 {font-size: 18pt;}
h3 {font-size: 7pt;}
    
fieldset {
  width: auto;
  padding: 25px;
}
        
section {
  width: auto;
  margin-top: 25px;
}
      
header {
  background-color: #116bed;
  height: 300px;
  display: block;
  position: relative;
}
    
.headertop { 
  display: block;
  color: #116bed; 
  background-color: #116bed;
  height: 70px;
}
    
.button-overlay {
  display: inline-block;
  width: 65%;
}
    
\
    
.learnmore {
  width: 100%;
}

.img-overlay {
  float: left;
  margin-top: -80px;
  width: 50px;
  display: inline-block;
}
    
.some-page-wrapper {
  padding: 15px;
  margin-top: -130px;
}
 
.dropdown__menu li {
  padding: 0px;
  width: 50%;
}
  
.column p {
  line-height: 14pt;
  margin-top: -30px;
}
    
.column ul li {
  line-height: 14pt;
}
    
section p {
  line-height: 14pt;
}
    
.sponsoricon {
  height: 30px; 
  padding: 10px 6px;
}
    
.img-overlay2 {
  float: left;
}

.arrow {
        display: none;
    }


}


@media screen and (max-width: 800px) {
.column {flex: 1;}
    
.button-overlay {left: -5%;}
    
        .arrow {
        display: none;
    }
    
}

@media only screen and (max-width: 1200px) {
#sidenav {
   margin-left: 50px;
   padding-right: 10px;
}

.column {
  flex: 1;}  
}

