:root {
  --font-family: "Lato", Arial, Helvetica, sans-serif;
  --text-green: #008265;
}

body {
  font-family: var(--font-family) !important;
  color: #212123;
  width: 100%;
  background-color: #0808082b;
  /* background-image: url("https://aca.grayquarter.com/bouldercounty/customization/common/img/boulderCountyBackground.jpg");  */
  display: block;
  background-image: url(/boco/customization/common/img/boulderCountyBackground.jpeg);
}

iframe {
  overflow: hidden;
  width: inherit;
}

.aca_wrapper{
  background-image: url(/boco/customization/common/img/boulderCountyBackground.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 100px 140px 100px;
}

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: var(--font-family) !important;
}

body {
  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/Buildings4.jpg"); */
  /* background-image: url("../img/Building2.jpeg"); */
  /* background-image: url("../img/Building3.jpeg"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* -----------------------------------Circle Layout Start---------------------------------- */
#circle-layout.card-container{
  background-color: white;
  /* margin: auto 140px 100px; */
  border-radius: 10px;
  box-shadow: 6px 7px 15px black;
}
#circle-layout.card-container > div{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: auto;
  padding-bottom: 50px;
  border-radius: 10px;
  /* background-color: white; */
}
.circle_container{
  border:1px solid black;
  background-color:#2c4251;
  width: 245px;
  margin: 30px auto 0px;
  height: 210px;
  padding: 30px 29px;
  border-radius: 10px;
}

.circle_container:hover {
  background-color: #203442 !important;
}
.circle_container img{
  transition-timing-function: ease;
}
.circle_container:hover img {
  transform: scale(1.5);
  /* background-color: rgb(201, 201, 201); */
}
#circle-layout .circle_color {

}
#circle-layout .inside-circle {
  display: flex;
  flex-direction: column;
  position: relative;
}

.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: var(--font-family) !important;
}
#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; */
  background-color: transparent; 
  width: 46%;
  margin: 0px auto 10px;
  color: white;
  padding: 10px;
  border-radius: 12px;
}
i{
  font-size: 65px !important;
  color: white !important;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
  text-shadow: -2px -2px 4px #000, 2px -2px 4px #000, -2px 2px 4px #000, 2px 2px 4px #000 !important;

}
i.fa-paper-plane, i.fa-list{
  font-size: 60px !important;
}
.card__title p{
  /* text-transform: uppercase; */
   /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
  /* text-shadow: -2px -2px 5px #000, 2px -2px 5px #000, -2px 2px 5px #000, 2px 2px 5px #000; */
  font-size: 1.1rem;
  font-weight: 700;
  /* margin-bottom: 10px; */
  text-align: center;
  line-height: 1.2rem;
  /* 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: absolute;
  background-color: #e7e7e7;
  padding: 0.5em;
  left: 132px;
  z-index: 2;
      min-width: 252px;
  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%);
  text-align: left;
}
.tooltip-wrap .tooltip-content p:hover {
  background-color: rgb(255, 255, 255);
}
.tooltip-wrap:hover .tooltip-content {
  display: block;
}
.tooltip-wrap:focus-within .tooltip-content{
  display:block;
}
#circle-layout .tooltip-content p a {
  color: var(--text-green) !important;
  cursor: pointer;
}
#circle-layout .tooltip-wrap .tooltip-content p:hover a{
  color: #000000 !important;
}
#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: 1280px){
  #circle-layout.card-container > div{
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 815px) {
  #HeaderContent:before{
    width:200px;
  }
  #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%;
 }
 .aca_wrapper {
  padding: 10px 0;
 }
}

.circle_container:focus-within {
  background-color: #203442 !important;
}
#circle-layout .circle_color:hover {
  background-color: transparent !important;
}
iframe{
  margin: 10px 10%;
  /*background-image: url(https://aca.grayquarter.com/bouldercounty/customization/common/img/boulderCountyBackground.jpg);*/
  text-align: center;
  border-radius: 15px;
  box-shadow: 4px 4px 12px black;
  width: 80%;
}
@media screen and (max-width: 1000px) {
	.tooltip-wrap .tooltip-content{
	    top: 122px;
		left: -18%;
	}
}