body {
  font-family: "Poppins", "sans-serif", sans-serif !important;
  color: #212123;
  width: 100%;
   background-color: #fff;
  /* background-image: url("https://mdc.mo.gov/sites/default/files/styles/gallery_main_image/public/2020-03/Smooth_Sumac_Leaves_Fall_Color_9-1993.jpg?itok=guTqIZ7t"); */
  /* background-image: url("../img/Ducks.jpg"); 
  background-image: url("../img/Park_Lake.jpg"); 
  background-image: url("../img/park_bench.jpg"); 
  background-image: url("../img/park_trail.jpg"); 
  background-image: url("../img/road construction.jpg"); 
  background-image: url("../img/Creek.jpg"); */
  /* background-image: url("../img/Building1.jpeg"); */
  /* background-image: url("../img/Building2.jpeg"); */
  /* background-image: url("../img/Building3.jpeg"); */

}

iframe {
  overflow: hidden;
  width: inherit;
}

.aca_wrapper{
  /* margin: 10px; */
  min-height: 100vh;
  background-image: url("../img/Buildings4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;  
}
.aca_wrapper > div 
{ 
  background-color: #08080875;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
header h1 {
  background-color: #fff;
  font-weight: 500;
  padding: 0 25px 25px;
  font-size: 48px;
  line-height: 1;
}


.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

main {
  /* background-color: #f5f5f5; */
  /* background: linear-gradient(
		152.41deg,
		rgb(202, 255, 251) 0%,
		white 100%
	) !important; */
  padding-bottom: 1px;
  padding-top: 20px;
  background: #42535a !important;
}


/* Simple Card styles for prettying */

html {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
}

body {
 
}

/* -----------------------------------Circle Layout Start---------------------------------- */
#circle-layout.card-container{
  margin: auto;
  padding: 0px 100px;
  width: 95%;
}
#circle-layout.card-container > div{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: auto;
  padding-bottom: 50px;
  border-radius: 10px;
  gap: 3rem;
  /* background-color: white; */
}

#circle-layout .circle_container {
  background-color: transparent;
  width: 150px;
  margin: 40px auto;
  height: 150px;
  
}
.circle_container:hover p {
 /* background-color: rgb(201, 201, 201); */
}
.icon_helper img {
	transition-timing-function: ease;
}
.circle_container:hover img {
	transform:scale(1.3);
}
#circle-layout .circle_color {

}
#circle-layout .inside-circle {
  display: flex;
  flex-direction: column;
}

.inside-circle:hover{

}

#circle-layout .icon_helper {
  align-items: center;
  text-align: center;
  margin:auto;
  background-repeat: no-repeat;
  padding: 4px;
}
.icon_helper div{

}
#circle-layout .icon_text {
  text-align: center;
  color: black;
  font-weight: 700;
  width: 90%;
  margin: auto;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Montserrat";
}
#circle-layout .icon {
  color: #416884;
}
#circle-layout a {
  color: black;
  text-decoration: none;
}
#circle-layout .circle_color:hover {
  background-color: #3988c5 !important;
}
#circle-layout .circle_color:hover .icon {
}
#circle-layout .circle_color:hover .icon_helper div{
}
/* -----------------------------------Circle Layout End---------------------------------- */
#titlebanner{
  text-align: center;
  background-color: #00000063;
  width: 30%;
  margin: 0px auto;
  color: white;
  padding: 20px;
  border-radius: 12px;
}
.card__title p{
	text-shadow:
	-2px -2px 5px #000, 2px -2px 5px #000, -2px 2px 5px #000, 2px 2px 5px #000;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  /* margin-bottom: 10px; */
  text-align: center;
  line-height: 18px;
  padding: 5px;
  position:  relative;
  border-radius: 5px;
  /* border: 1px solid black; */
  /* background-color: white; */
  min-height: 50px;
  color: white;
  width: 120%;
  left: -10%;
}
.card__title{position: relative;top: 20px;/* background-color: white; */}

.tooltip-wrap {
  position: relative;
}
.tooltip-wrap .tooltip-content {
  display: none;
  position: relative;
  background-color: #fff;
  padding: 0.5em;
  left: 137px;
  top: -162px;
  z-index: 2;
  width: 200px;
  border: 1px solid black;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 56%), 0 6px 20px 0 rgb(0 0 0 / 57%);
}
.tooltip-wrap .tooltip-content p:hover {
  background-color: rgb(230, 230, 230);
}
.tooltip-wrap:hover .tooltip-content {
  display: block;
}
#circle-layout .tooltip-content p a {
  color: black !important;
  cursor: pointer;
}
#circle-layout .tooltip-content p {
  margin-bottom: 0px;
}
.icon_helper img {
  height: 100px;
  width: 100px;
  margin: 15px 0 0 0px;
}
@media screen and (max-width: 1215px){
  #circle-layout.card-container > div{
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 815px) {
  #circle-layout.card-container > div{
    grid-template-columns: 1fr;
  }
  #circle-layout.card-container{
    margin:auto;
    width:90%;
    padding: 0px;
  }
  .icon_helper div{

  }
  .logobox {
    height: 66px;
    width: 299px;
    margin: 13px 0px 13px 19px;
 }
 #titlebanner{
  width: 90%;
 }
}

.card-link.circle_color:focus img{
	transform:scale(1.3);
}
	
	
#wizard_popup{
	 position: absolute;
    width: 40ch;
    font-size: 12px;
    background-color: white;
    border-radius: 9px;
    padding: 10px;
    height: 14px;
    top: 31px;
	left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
	
}

#circle-layout > div > div:nth-child(2){
	position: relative;
}


#wiz_popup_text{
	margin-bottom: 0 !important;
    line-height: 0px;
}

#wizard > div > header > p{
	width: 19ch;

}


@media and only screen and (max-device-width: 768.9px), (max-width: 768.9px){
	#wizard_popup{
		display: none!important;
	}
}