.nav-link, .navbar-brand {
	color: rgb(102,102,102);
	font-weight: bold;
}

.active > .nav-link {
	color: rgb(120,141,250);
}

.nav-link:hover {
	color: rgb(120,141,250);
}

.header-nav {
  position: sticky;
  position: -webkit-sticky;
	padding: 0;
}

#nav-contact {
	background-image: linear-gradient(to right, rgb(120,141,250), rgb(162,115,250));
	padding: 5px 0px;
	color: white;
	font-size: 12px;
}

#nav-contact a {
	color: white;
}

#nav-contact a:hover {
	text-decoration: none;
}

.nav-contact-item {
	padding: 0 5px;
}

.footer-contact-item {
  padding: 0 10px;
  font-size: 24px;
}

#nav-shrink {
  overflow: hidden;
  background-color: white;
  padding: 20px 0px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.4s; /* Adds a transition effect when the padding is decreased */
  transition-delay: 0.2s;
  top: 0; /* At the top */
  z-index: 99;
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
	box-shadow: 0 0 7px rgba(0,0,0,.3)!important;
}

#navbar-right {
  float: right;
}

#logo {
  font-size: 35px;
  font-weight: bold;
  transition: 0.4s;
  transition-delay: 0.2s;
  margin: 0;
}

#logo:hover {
	color: rgb(102, 102, 102);
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(102,102,102, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(102,102,102, 0.5);
} 

.custom-toggler:focus, .custom-toggler:active {
	outline: none;
}

.title-row {
  /* Light Blue */
  /*background-image: linear-gradient(to right, rgb(150,224,252), rgb(208,240,254));*/
  /* Light Orange */
  /*background-image: linear-gradient(to right, rgb(255,204,148), rgb(255,232,207));*/
  /* Orange */
  /*background-image: linear-gradient(to right, rgb(255,182,103), rgb(255,204,148));*/
  /* Light Yellow */
  background-image: linear-gradient(to right, rgb(255,241,148), rgb(254,249,207));
  /* Yellow */
  /*background-image: linear-gradient(to right, rgb(255,235,103), rgb(255,241,148));*/
  padding: 175px 0;
  margin-bottom: 25px;
}

#home-title {
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
}

#about-title {
  background-position: center;
  background-size: cover;
}

#coverages-title {
  background-position: center;
  background-size: cover;
}


#faq-title {
  background-position: center;
  background-size: cover;
}

#contact-title {
  background-position: center;
  background-size: cover;
}

.page-heading {
  font-weight: bold;
  color: rgb(56,56,56);
}

.page-description {
  font-weight: bold;
  color: rgb(96,96,96);
}

.hero-section {
  padding: 40px 0;
}

.purple-row {
  background-color: rgba(212,219,254, 0.25);
}

.divider-row {
  height: 20px;
  background-color: rgba(212,219,254, 0.25);
}

.section-title {
  font-weight: bold;
}

.aff-img {
  height: 200px;
}

.img-slick {
  height: 200px;
}

.portrait {
  max-height: 600px;
}

.card {
  border-radius: 0;
  text-align: center;
  margin: 15px 0;
  /*border: none;*/
}

.card-title {
  font-weight: bold;
}

.card-ul, .card-text {
  font-size: 18px;
}

.card-ul {
  /*margin: 0 auto;*/
  list-style-type: none;
  justify-content: center;
  padding: 0 25px;
  /*margin-bottom: 1.5rem;*/
}

.card-list-icon {
  /* Orange */
  /*color: rgb(255,182,103);*/
  /* Yellow */
  color: rgb(255,235,103);
  padding: 12px;
  /*font-size: 18px;*/
}

.contact-container {
  font-size: 24px;
  padding-left: 30px;
}

.contact-icon {
  color: rgb(120,141,250);
  padding: 18px;
}

.contact-info {
  font-weight: bold;
  color: rgb(102, 102, 102);
}

a.contact-info:hover {
  color: rgb(120,141,250);
}

/*.map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  min-height: 500px;
  width: 100%;
  position: absolute;
}*/

.faq-filter {
  min-width: 60px;
}

.is-invalid {
  color: red;
}

label.is-invalid {
  font-size: 80%;
}

.btn {
  border-radius: 24px;
  transition: none;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-primary {
  /* Yellow */
  background-color: rgb(255,235,103);
  border-color: rgb(255,235,103);
  color: rgb(56,56,56);
  font-weight: bold;
  /* Orange */
  /*background-color: rgb(255,182,103);
  border-color: rgb(255,182,103);*/
}

.btn-primary:hover {
  background-color: rgb(255,224,23);
  border-color: rgb(255,224,23);
}

.btn-secondary {
  font-weight: bold;
}

.home-button {
  border-radius: 0;
  padding: 10px 15px;
  margin: 10px 10px;
  font-weight: bold;
  color: rgb(56,56,56);
  height: 50px;
  width: 130px;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(255,224,23,.25);
  border-color: rgba(255,224,23,.5);
}

.submit-button {
  border-radius: 0;
  padding: 10px;
  width: 200px;
}

.search {
  width: 335px;
}

.search:focus {
  box-shadow: 0 0 0 0.2rem rgba(255,224,23,.25);
  border-color: rgba(255,224,23,.5);
}

.vert-align {
  vertical-align: top;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.covid-update {
  background-color: rgb(108,117,124);
  color: white;
}

.covid-update a {
  color: white;
  width: 110px;
}

#close-covid {
  color: black;
}

footer {
  padding: 30px;
  background-color: rgb(108,117,124);
  color: white;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 991.98px) {
  #navbar {
    padding: 20px 0px !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
  }
  #navbar a {
    float: none;
    display: block;
    text-align: left;
  }
  #logo {
  	font-size: 24px !important;
  }
  #navbar-right {
    float: none;
  }
  .navbar-expand-lg {
  	padding: 0;
  }
  .search {
    width: 310px;
  }
}

@media screen and (max-width: 413px) {
  .card-ul {
    padding: 0;
  }
  .contact-container {
    font-size: 16px;
  }
}

@media screen and (max-width: 374px) {
  #logo {
    font-size: 18px !important;
  }
  .faq-filter {
    min-width: 0;
  }
  .search {
    width: 260px;
  }
  .contact-container {
    padding: 0;
  }
}

/* Extra-small devices (landscape phones, 576px and below) */
@media (max-width: 576px) {
  #home-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.85), 
      rgba(255,255,255, 0.85)
    ),
    url(/img/home-xs.png);
  }

  #about-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.85), 
      rgba(255,255,255, 0.85)
    ),
    url(/img/about-xs.png);
  }

  #coverages-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.85), 
      rgba(255,255,255, 0.85)
    ),
    url(/img/coverages-xs.png);
  }

  #faq-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.9), 
      rgba(255,255,255, 0.9)
    ),
    url(/img/faq-xs.png);
  }

  #contact-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.8), 
      rgba(255,255,255, 0.8)
    ),
    url(/img/contact-xs.png);
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #home-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.85), 
      rgba(255,255,255, 0.85)
    ),
    url(/img/home-sm.png);
  }

  #about-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.85), 
      rgba(255,255,255, 0.85)
    ),
    url(/img/about-sm.png);
  }

  #coverages-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.85), 
      rgba(255,255,255, 0.85)
    ),
    url(/img/coverages-sm.png);
  }

  #faq-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.9), 
      rgba(255,255,255, 0.9)
    ),
    url(/img/faq-sm.png);
  }

  #contact-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.8), 
      rgba(255,255,255, 0.8)
    ),
    url(/img/contact-sm.png);
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #home-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.85), 
      rgba(255,255,255, 0.85)
    ),
    url(/img/home-md.png);
  }

  #about-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.85), 
      rgba(255,255,255, 0.85)
    ),
    url(/img/about-md.png);
  }

  #coverages-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.85), 
      rgba(255,255,255, 0.85)
    ),
    url(/img/coverages-md.png);
  }

  #faq-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.9), 
      rgba(255,255,255, 0.9)
    ),
    url(/img/faq-md.png);
  }

  #contact-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.8), 
      rgba(255,255,255, 0.8)
    ),
    url(/img/contact-md.png);
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #home-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.85), 
      rgba(255,255,255, 0.85)
    ),
    url(/img/home-lg.png);
  }

  #about-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.85), 
      rgba(255,255,255, 0.85)
    ),
    url(/img/about-lg.png);
  }

  #coverages-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.85), 
      rgba(255,255,255, 0.85)
    ),
    url(/img/coverages-lg.png);
  }

  #contact-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.8), 
      rgba(255,255,255, 0.8)
    ),
    url(/img/contact-lg.png);
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #about-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.85), 
      rgba(255,255,255, 0.85)
    ),
    url(/img/about-xl.png);
  }

  #coverages-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.85), 
      rgba(255,255,255, 0.85)
    ),
    url(/img/coverages-xl.png);
  }

  #contact-title {
    background-image: 
    linear-gradient(
      rgba(255,255,255, 0.8), 
      rgba(255,255,255, 0.8)
    ),
    url(/img/contact-xl.png);
  }
}


