@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxcABrE.ttf) format("truetype");
}
@font-face {
  font-family: "Rozha One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rozhaone/v8/AlZy_zVFtYP12Zncg2kRcn38.ttf) format("truetype");
}
* {
  margin: 0;
  padding: 0;
}
html {
  background-color: white;
}
body {
  font-family: "Rubik", sans-serif;
  font-family: "Arimo", sans-serif !important;
  color: #212123;
  width: 100%;
  height: auto !important;
}

iframe {
  overflow-y: scroll;
  width: inherit;
  display: block;
}
/* .aca_wrapper > div {
  padding-top: 90px;
} */
.footery {
  width: 100%;
  /* position: fixed; */
  display: block;
  /* bottom: 0; */
}
/* .aca_wrapper {
  padding-bottom: 200px;
} */
.ACA_Area_CapHome {
  height: 100%;
  overflow: visible;
}
.reg-links {
  background-color: #fff;
  padding: 25px 25px 0;
  margin: 0;
  text-align: right;
}



.reg-links a {
  text-decoration: none;
  color: #4f66ee;
}

header h1 {
  background-color: #fff;
  font-weight: 500;
  padding: 0 25px 25px;
  font-size: 48px;
  line-height: 1;
}

.ccsf {
  font-size: 24px;
  font-weight: 300;
}
#HeaderContent {
  /* width: 100%; */
  /* background: linear-gradient(#e66465, #3579be); */
  /* background-image: url("https://aca.grayquarter.com/wordpress/wp-content/themes/customtheme-child/images/footer_bg.jpg"); */
  /* background: #416884 url(https://www.cityofperris.org/Project/Contents/Main/_gfx/cmn/foot-logo.png) no-repeat center top; */
  background-color: #0F283B;
  color: white;
}
.header {
}


#navMenu {
  /* background-color: #416884f7; */
  width: 100%;
  /* height: 160px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}


.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

#navigationBar {
  display: flex;
  height: 70px;
  width: 50% !important;
  margin-right: 10%;
  justify-content: center;
  color: black;
  align-items: center;
  background: #ffffff;
    border-left: solid 5px #19A9D7;
    border-radius: 5px 0 0 0;
}

#toptop {
  display: flex;
  justify-content: flex-end;
  padding: 0px 0px 0px 20px;
  width: 100%;
  align-items: flex-start;
}

.navItem {
  display: initial;
  list-style-type: none;
  padding: 10px 10px 0px 0px;
  margin: 0px 14px;
  font-size: 1rem;
  color: black;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  font-family: "Poppins", "sans-serif", sans-serif !important;
  font-weight: 600;
  /* flex-grow: 1; */
  width:100%;
}
.navItem.form{
  font-weight: 100;
}

.navItem:hover {
  background-color: #0F283B;
  color: white;
  border-radius: 5px 5px 0px 0px;
}
.logInOptions .navItem{
  padding:5px;  
}
.logInOptions .navItem:hover{
    border-radius: 3px;
}
#hamburgerIcon {
}

.rotate {
  transform: rotate(90deg);
  display: inline-block;
}

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;
}

section.card-container {
  padding: 0;
  margin: 0px 50px 15px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem;
  /* grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); */
  /* grid-gap: 25px; */
}

.card {
  flex: 4 2 auto;
  /* display: grid; */
  min-width: 175px;
  margin: 10px;
}

.card .button {
  align-self: end;
  padding: 25px;
  font-size: 2rem;
}

/* Simple Card styles for prettying */

html {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-family: "Arimo", sans-serif !important;
}

body {
  background-color: #fff;
}

* {
  box-sizing: border-box;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.555), 0 6px 20px 0 rgba(0, 0, 0, 0.575);
  background-color: white;
  padding: 30px;
  text-decoration: none;
}

.card:hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
a.card {
  color: black;
}

.icon {
  font-size: 4rem;
  text-align: center;
  color: #416884;
  margin-bottom: 0;
  padding: 0;
}

.card__title {
  font-size: 1rem;
  text-align: center;
  padding: 0;
  margin: 0;
}

.card__title p{
  font-size: 1em;
}

.card__description {
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  padding: 0;
  margin: 0;
  /* background-color: #fff; */
}

.card-link {
  color: #212123;
  text-decoration: none;
}

.hover-effect:hover {
  /* name duration function delay iteration direction */
  /* animation: colorchange 1s ease 0s 1 forwards; */
  animation: colorchange 0.5s linear 0s 1 forwards;
}

@keyframes colorchange {
  0% {
    background-color: #fff;
  }

  100% {
    background-color: #92c6ea;
    /* background: linear-gradient(to right, #ffe469, #ffde4b); */
    border-radius: 10px;
    /* border: 1px solid rgba(229, 255, 0, 0.993); */
  }
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
    background-color: rgb(242, 248, 150);
  }

  100% {
    transform: translate(1px, -2px) rotate(0deg);
    background-color: rgb(236, 248, 66);
    border-radius: 50px;
  }
}

a:hover {
  color: inherit;
}

.copy_right {
  float: left;
  width: 100%;
  background: #1b1b1b;
  padding: 25px 0;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 300;
}

.copy_right a {
  color: #fff;
  text-decoration: none;
}

.contacts {
  text-decoration: none;
  background-color: transparent;
  margin-bottom: 20px;
  padding-top: 15px;
}

li {
  list-style-type: none;
}

.conatactInfo,
.foologo {
  text-align: center;
}

.conatactInfo {
  padding-top: 15px;
}

.container {
  margin-bottom: 50px;
  max-width: 100% !important;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 1px;
  padding-top: 20px;
  background: #42535a !important;
}

.social {
  padding-top: 33px;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}

.heady {
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

ul {
  margin-bottom: 0px;
}

.notice {
  background-color: #40cde0;
  display: flex;
  justify-content: space-between;
  border: 2px solid #0997ab;
  padding: 25px 25px 25px 100px;
  font-size: 18px;
}

.remove {
  text-align: right;
}

.contacts a {
  color: black !important;
}
/* linear-gradient(152.41deg, rgb(247, 146, 14) 0%, white 100%); */
#copy_right_p a {
  color: white !important;
}

.reg-links a {
  color: black;
  text-decoration-line: underline;
}

.card a {
  color: black;
}

.dropdown-content {
  /* display: none; */
  background-color: #0F283B!important;
  color: #fff;
  position: absolute;
  /* border: 2px solid #ffffff; */
  border-top: none;
  z-index: 1;
  text-align: center;
  min-width: calc(100% / 8);
  margin: -2px;
  /* display: none; */
  height: 0px;
}

.dropdown-content a, .dropdown-content a {
  color: #ffffff !important;
  padding: 0px 6px;
  text-decoration: none;
  display: block;
  font-size: .9rem;
  text-align: left;
  margin-bottom: 10px;
}

.show {
  display: block;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.card.disabled {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.555), 0 6px 20px 0 rgba(0, 0, 0, 0.575);
  background-color: rgb(204, 204, 204);
}
#logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#grey-box-footer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  padding: 20px 30px;
}

#grey-box-footer p {
  color: white;
  font-size: 1rem;
  margin-bottom: 10px;
}
#grey-box-footer h4 {
  font-family: "Rubik", sans-serif !important;
  /* font-family: "Arimo", sans-serif !important; */
  /* font-family: serif !important; */
  font-weight: 500 !important;
  color: white !important;
  font-size: .8rem !important;
}
#social-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 50px;
}
#social-links a {
  /* width: 20px;
    height: 20px;
    background-color: black; */
}
@media (max-width: 794px) {
  #grey-box-footer {
    flex-direction: column;
  }
  #grey-box-footer div {
    width: 100%;
    text-align: center;
    padding: .5em;
  }
  .footery {
    bottom: -100px;
  }
  #social-links {
    padding-top: 0px;
    justify-content: space-around;
  }
  .contactinfo-p {
    margin-bottom: 0px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: .95em;
    line-height: 1.5;
  }
  .aca_wrapper {
    padding-bottom: 20px;
  }
}
.contactinfo-p a{
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: .95em;
  line-height: 1.5;
}
.contactinfo-p a:hover{
  text-decoration: underline;
}
#FooterContent {
  /* background: linear-gradient(#e66465, #3579be); */
  /* background-image: url("https://aca.grayquarter.com/wordpress/wp-content/themes/customtheme-child/images/footer_bg.jpg"); */
  /* background: #416884 url(https://www.cityofperris.org/Project/Contents/Main/_gfx/cmn/foot-logo.png) no-repeat center bottom; */
  background-color: #e8e8e8;
  color: rgb(0, 0, 0);
}

.contact-info {
    /* width: 300px; */
    color: white;
    padding: 20px;
    border-radius: 5px;
    width: 50%;
    justify-content: center;
    height: 270px;
    flex-direction: column;
    margin: 10px;
}

.contact-info p{
  margin-bottom: 0;
  color: white;
}

.contact-info h4{
  margin-bottom: 0;
}

#development-services{
  width: 300px;
  display:flex;
  flex-direction: column;
  justify-content: center;
}
#black-box-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2d2f33 !important;
  color: white !important;
  text-align: center !important;
  padding: 10px !important;
}
#black-box-footer p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 12px !important;
  font-family: "Rubik", sans-serif !important;
  font-family: "Arimo", sans-serif !important;
  color: white !important;
}
#black-box-footer a {
  color: white !important;
}
.form:hover {
  background-color: rgba(137, 132, 132, 0.482);
}
/* .form {
  width: 25%;
} */
.form-column {
  width: 30%;
}
.form {
  font-size: 18px;
  text-align: left;
}
.dropdownOnly{
  display: none;  
}
#mainLogo{
  height: 115px;
  margin-bottom: 24px;
  width: 115px;
}



.icon path:nth-of-type(2){
  fill: #3579be;
}
.icon path{
  fill: #00519f;
}
#grey-box-footer .icon path:nth-of-type(2){
  fill: #ffffff;
}
#grey-box-footer .icon path{
  fill: #ffffff;
}

#skip-to-content-container {
  margin: 0 auto;
  max-width: 1140px;
  z-index: 100000;
  position: absolute;
}
.visuallyhidden {
  border: 0;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 150px;
  white-space: nowrap;
}
#skip-to-content-container a {
  padding: 8px;
  position: absolute;
  top: -80px;
  left: 0px;
  color: #103c5b;
  border-right: 2px solid #103c5b;
  border-bottom: 2px solid #103c5b;
  border-bottom-right-radius: 8px;
  background: white;
  z-index: 1122222;
  transition: top 1s ease-in-out;
}

#skip-to-content-container a:focus {
  top: 0px;
  height: 45px;
  width: 165px;
  overflow: initial;
  transition: background .5s ease-in-out;
}
[id$="-menu-item"] >a {
  color: black;
  text-decoration: none;
  margin-left: 10px;
}
[id$="-menu-item"]:hover >a {
  color: white;
  text-decoration: none;
  padding-bottom: 7px;
  border-bottom: 3px solid #11a9d7;
}

#social-button-container{
  display: flex;
  justify-content: space-between;
}
#buffer{
  padding: 50px;
  background-color: white;
}
#buffer h2{
  border: 0 none;
  padding-right: 8px;
  padding-bottom: 24px;
  padding-left: 8px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  color: #00265c;
  font-size: 2.5em;
  text-align: left;
  line-height: 1;
  text-transform: uppercase;
}
.contact-info h3{
  margin-bottom: 18px;
}
.addresslines .contactinfo-p{
  margin-bottom: 3px !important;;
}
.dropdown-content .dropdownOnly{
  display: none; 
}
#left{
  background-image: url("https://www.barrie.ca/themes/custom/barrie/images/footer-wave-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color:#0F283B;
  background-position: bottom;
}
#right{
  background-image: url("https://www.barrie.ca/themes/custom/barrie/images/footer-wave-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #0A4A7B;
  background-position: bottom;
}

/* MINWIDTH START */
  .dropdown {
    display: none;
  }
  
  .logInOptions{
    padding: 10px;
    height: 46px;
    background: transparent;
  }
  .dropdown-content {
    /* padding: 5px 5px 5px 5px; */
    top: 164px;
    left: inherit;
    font-size: 1rem;
  }
  /* .navItem.loggedout, .loggedout{
    padding: 0px 1px 0px 1px;
    margin: 0px 0px 4px 0px;
    font-size: .9rem !important;
    color: rgb(0, 0, 0);
    font-weight: 100;
  }
  .navItem.loggedin{
    padding: 0px 1px 0px 1px;
    margin: 0px 0px 4px 0px;
    font-size: .9rem !important;
    color: white;
  } */

@media screen and (min-width: 1400px) {
  #navigationBar {
    display: flex !important;
  }
}
@media screen and (max-width: 1400px) {
  .navItem:hover {
    background-color: #0F283B;
    color: white;
    border-radius: 5px 5px 0px 0px;
  }
  .navItem.loggedout{
    padding: 0px 15px 0px 15px;
    font-size: .9em !important;
    font-weight: 600;
  }
  #utilities-dropdown-menu{
    left:  190px !important;
  }
  .navItem {
    text-align: inherit;
    padding: 2px 5px;
    text-transform: unset;
    height: 38px !important;
  }
  .hideOnMobile{
    display: none;
  }
  .logInOptions{
    display: none;
    width:100%;
    background-color: white;
  }
  .dropdownOnly{
    display: block !important;  
  }
  #navigationBar {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 132px;
    height: auto;
    left: 0px;
    width: calc(100% - 5px) !important;
    padding: 5px 10px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 44%);
    background-color: white;
  }
  .dropdown-content {
    position: absolute;
    left: 190px;
    text-align: left !important;
    width: 98%;
    display: flex;
    padding: 0px;
    line-height: 13px;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px;
    padding-top: 6px;
    top: 1px;
    height: auto;
  }
  .dropdown-content a{
    font-size: .9rem;
    white-space: pre-wrap;
  }
  .dropdown {
    display:block;
    margin: 20px 20px 0px 20px;
    font-size: .9rem;
    line-height: 22px;
  }
  .navItem{
    font-size: .9rem;
    width: 100%;
  }
  .navItem.loggedout{
    align-items: flex-end;
  }
  #hamburger {
    font-family: "FontAwesome" !important;
  }
  #logo-container{    
    position: relative;
    top: -70px;
  }
  #space-between-login{
    display: none !important;
  }
  #undertoptop{
    top: -60px !important;
  }
}


@media (max-width: 794px) {

  #undertoptop{
    transform: scale(.75);
    left: -20px !important;
    top: -79px !important;
  }
  #mainLogo{
    height: 100px;
    padding-bottom: 0px;
    width: 100px;
    margin-left: 100px;
    margin-bottom: 0px
  }
  .reg-links {
    padding-top: 0 !important;
  }

  .heady {
    flex-direction: column !important;
  }

  .card {
    padding: 10px !important;
  }
  #space-between-login{
    display: none !important;
  }
  [id$="-menu-item"] >a{
    color: black;
  }
  #navigationBar{
    top: 120px;
  }
}

#firstlogo{
  height: 115px;
  margin-bottom: 24px;
  width: 115px;
  position: relative;
  z-index: 2;
  background-color: #0F283B;
  border-radius:50%;
}
#secondlogo{
  width: 73%;
  margin: auto;
  justify-content: center;
  align-items: center;
}
#banner{
  height: 82px;
  width: 238px;
  position: relative;
  z-index: 1;
  display: flex;
  padding-left: 8px;
}



/* 12/13/22 */
#home-dropdown-menu a{
  text-align: center;
}

.dropdown-content{
  border: none !important;
  margin: 0px !important;
  top: 36px;
  width:100%;
  position:relative;
}
.navItem{
  padding: 10px 0px 0px 0px;
}
.dropdown-content a, .dropdown-content a{
  line-height:18px;
  white-space: pre-wrap;
  padding: 0px 20px;
}
/* 12/13/22 */

.dropdown:hover{
  text-decoration: none;
  background: #286B9F;
  border-color: #286B9F !important;
  color: #fff;
      transition: all 0.2s ease-in-out;
}

#hamburger:focus:before{
  content: "\f00d";
}

#home-dropdown-men, #faqs-dropdown-menu, #IWantTo-dropdown-menu{
  /* padding: 5px 5px 5px 5px; */
}
#home-dropdown-menu a{
  text-align: center;
}
#IWantTo-dropdown-menu{

}
#faqs-dropdown-menu{

}
#home-dropdown-menu{
  
}

.dropdown-content{
  border: none !important;
  margin: 0px !important;
  top: 36px;
  width:100%;
  position:relative;
  overflow: hidden;
}
.navItem{
  padding: 10px 0px 0px 0px;
}
.dropdown-content a, .dropdown-content a{
  line-height:18px;
  white-space: pre-wrap;
  padding: 0px 20px;
}
/* 12/13/22 */

.dropdown:hover{
  text-decoration: none;
  background: #286B9F;
  border-color: #286B9F !important;
  color: #fff;
      transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 1400px) {
  #navigationBar {
    display: none;
    background-color: white;
  }
  .dropdown-content {
    display: block;
    position: initial;
    left: 0px;
    text-align: left !important;
    width: 98%;
    padding: 0px !important;
    line-height: 15px;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px;
    padding-top: 6px;
    height: 0px;
    transition: all 0.2s ease-in-out;
  }
  #home-dropdown-menu, #faqs-dropdown-menu, #IWantTo-dropdown-menu{
    text-indent: 50px;
    background-color: white !important;
  }
  #home-dropdown-menu a, #faqs-dropdown-menu a, #IWantTo-dropdown-menu a{
    background-color: white;
    color: #0A4A7B !important;
  }
  [id$="-menu-item"] >a{
    
  }

  #home-dropdown-menu a{
    text-align:left;
  }
  [id$="-menu-item"]:hover >a {
    color: black;
    text-decoration: none;
    padding-bottom: 0px;
    border-bottom: none;
  }
  .navItem:hover {
    background-color: #ffffff;
  }
  .navItem{
    height: auto !important;
    width: 98% !important;
  }
  #navigationBar > .navItem{
    display: block;
  }
  .navItem.loggedin:hover{
    
  }
}
@media (max-width: 600px){
  #undertoptop{
	top: 0px !important;
    left: 65px !important;
  }
  #toptop{
    justify-content: center;
  }
  #navMenu{
    flex-direction: column-reverse;
  }
  .dropdown{
    margin: 20px;
  }
  #navigationBar{
    top: 207px;
  }
  .dropdown-content{
    width: calc(100% - 1%);
  }
  #home-dropdown-menu a, #faqs-dropdown-menu a, #IWantTo-dropdown-menu a{
    text-indent: 10px;
  }
}
@media (max-width: 350px){
	
	#undertoptop a:nth-child(2){
		position: relative;
		background-color: #ffffff;
		top: -21px !important;
		left: -72px !important;
	}	
	#toptop{
		    margin-top: 36px;
	}
	#navigationBar {
		top: 244px;
	}
	#sectionContainer iframe{
		min-height: 395px;
	}
}
.maintenance-notice {
	background: red;
	color: white;
	text-align: center;
}
#maintenance-header{
	font-size: 20px;
	font-weight: bold;
}
#maintenance-message{
	margin-bottom: 0;
	
}
