* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", "sans-serif", sans-serif !important;
  color: #212123;
  width: 100%;
}

iframe {
  overflow: hidden;
  width: inherit;
}

.reg-links {
  background-color: #fff;
  padding: 25px 25px 0;
  margin: 0;
  text-align: right;
}

@media (max-width: 794px) {
  .reg-links {
    padding-top: 0 !important;
  }

  .heady {
    flex-direction: column !important;
  }

  #brick-layout .card {
    padding: 10px !important;
  }
}

.reg-links a {
  text-transform: uppercase;
  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;
}

#navMenu {
  background-color: #046b99;
  position: fixed;
  width: 100%;
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

#navigationBar {
  display: flex;
  justify-content: center;
}

.navItem {
  display: inline-block;
  list-style-type: none;
  padding: 25px;
  font-size: .9rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  /* text-transform: uppercase; */
}

#hamburgerIcon {
}

@media screen and (max-width: 640px) {
  #navigationBar {
    display: none;
  }

  .dropdown {
    display: inherit;
  }

  #hamburger {
    display: inherit;
  }
}

@media screen and (min-width: 640px) {
  #navigationBar {
    display: flex;
  }

  .dropdown {
    display: none !important;
  }

  #hamburger {
    display: none;
  }
}

.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#brick-layout.card-container {
  padding: 0;
  margin: 0px 50px 15px;
}

#brick-layout.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; */
}

#brick-layout .card {
  flex: 4 2 auto;
  /* display: grid; */
  min-width: 175px;
  margin: 10px;
}

#brick-layout .card .button {
  align-self: end;
  padding: 25px;
  font-size: 2rem;
}

/* Simple Card styles for prettying */

html {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
}

body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

* {
  box-sizing: border-box;
}

#brick-layout .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;
}

#brick-layout .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;
}
#brick-layout a.card {
  color: black;
}

#brick-layout .icon {
  font-size: 4rem;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  padding: 0;
}

#brick-layout .card__title {
  font-size: 1rem;
  /* text-transform: uppercase; */
  text-align: center;
  padding: 0;
  margin: 0;
}

#brick-layout .card__description {
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  padding: 0;
  margin: 0;
  /* background-color: #fff; */
}

#brick-layout .card-link {
  color: #212123;
  text-decoration: none;
}

#brick-layout .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;
  }
}

#brick-layout a:hover {
  color: inherit;
}

#brick-layout .card a {
  color: black;
}

#brick-layout .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);
}

/* -----------------------------------Circle Layout Start---------------------------------- */
#sectionContainer {
  padding: 10% 20%;
}
#circle-layout.card-container {
  padding: 20px;
  border-radius: 10px;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  /* background-repeat: no-repeat;
  background-image: url(../img/backgroundimage1web.jpg);
  background-position: center;
  background-size: cover; */
}
/*  (190-184)/2   -> 3   */
#circle-layout .circle_container {
  /* background-color: #222; */
  width: 25%;
  min-width: 200px;
  /* height: 190px;
  width: 190px;
  margin: 20px 35px; */
}
#circle-layout .circle_color {
  /* height: 120px; */
  /* width: 250px; */
  margin: 0px 14px;
  position: relative;
  top: 3px;
  /* background-color: rgb(232 235 237) !important; */
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#circle-layout .inside-circle {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}

#circle-layout .icon_helper {
  align-items: center;
  text-align: center;
  margin:auto;
  background-repeat: no-repeat;
}
.icon_helper div{
  height: 50px;
  font-size: 2.5rem;
  color: #19a9d7;
  background-size: contain;
  background-repeat: no-repeat;
}
#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: #0A4A7B;
  text-decoration: none;
}
#circle-layout .circle_color:hover {
  background-color: #3988c5 !important;
  color: white !important;
}
#circle-layout .circle_color:hover .icon {
  color: white !important;
}
#circle-layout .circle_color:hover .icon_helper div{
  filter: grayscale(1) brightness(0) invert(1) !important;
}
/* -----------------------------------Circle Layout End---------------------------------- */
.card__title p{
  /* text-transform: uppercase; */
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0px 20px;
  margin-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 1900px){
  #sectionContainer {
      padding: 125px 17%;
  }
}
@media (max-width: 1600px){
  #sectionContainer {
      padding: 125px 15%;
  }
}
@media (max-width: 794px) {
  #sectionContainer{
    padding: 125px 5%;
  }

}
.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;
}
/* Body fixes */

#sectionContainer{
  display:flex;
  min-height: 520px;
  justify-content: space-between;
}
#circle-layout{
  min-height: 405px;
  width: 58%;
}
#sectionContainer iframe{
  background: white;
  border-radius: 10px;
  width: 35%;
  padding: 0px 30px;
}
#circle-layout.card-container{
  margin:0px;
}
.circle_container{
  width:20%;
}
@media (max-width: 1600px){
  #sectionContainer {
      padding: 58px 10%;
  }
}

/* Body fixes */
@media (max-width: 1000px) {
  #sectionContainer{
    flex-direction: column-reverse;
  }
  #circle-layout{
    width:100%;
  }
  #sectionContainer iframe{
    width:100%;
    margin-bottom:20px;
    min-height: 375px;
  }
}
