@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", serif !important;
  overflow-x: hidden;
  margin-top: 50px !important;
}

.navbar-brand a:hover {
  background-color: #fff !important;
}

nav {
  width: 100%;
  border-bottom: 1px solid #007dba;
  background-color: #fff !important;
}

.nav-pills {
  list-style-type: none;
  margin: 0;
  padding: 5px;
  position: fixed;
  top: 0;
  opacity: 1;
  z-index: 1;
  padding: 20px;
  display: inline;
  color: #ffffff;
}

.nav-pills a {
  color: #007dba;
  text-align: center;
  padding: 25px;
  font-size: 16px;
  text-decoration: none;
  background-color: #fff;
  margin: 5px;
}

/* Change the link color to #111 (black) on hover */
.nav-pills a:hover {
  background-color: #ffffff;
  color: #007dba;
  border-radius: 10px !important;
  text-decoration: none;
}

.nav-pills .active {
  background-color: #ffffff !important;
  border-radius: 10px;
  color: #007dba !important;
}

.navbar-fixed-top {
  position: fixed !important;
  background-color: #fff;
}

.dropdown-menu li {
  font-size: 20px;
  font-family: arial !important;
  padding: 10px;
}

#login {
  background-color: #007dba;
  color: #fff !important;
  border-radius: 10px;
}

#login:hover {
  background-color: #e9dfd7;
}

.hero {
  background: url("/-/media/fb71d434deb3456d8d87bb67aa850239.ashx") cover
    no-repeat;
  height: auto;
  color: #fff;
}

.members-hero {
  background: url("/-/media/7b5c17713af045eb917b3d2fb7fccbd0.ashx");
  background-size: cover;
  background-position: 15%;
  color: #fff;
}

.employers-hero {
  background: url("/-/media/5F017540EF47487DA7CEDB933F993434.ashx");
  background-size: cover !important;
  background-position: 15%;
  color: #fff;
}

.hero-text {
  padding: 20% 0px;
  display: block !important;
}

.hero h1 {
  font-size: 72px;
}

.hero h2 {
  font-size: 54px;
}

.content {
  margin: 20px auto 20px auto;
}

.content p {
  color: #707070;
  font-size: 20px;
}

.content ul {
  color: #707070;
  font-size: 20px;
}

.content h2,
h4 {
  text-align: center;
  color: #007dba;
  font-size: 36px;
}

.content h3 {
  color: #007dba;
  font-size: 24px;
}

.content h4 {
  text-align: center;
  color: #007dba;
  font-size: 28px;
}

.content img {
  padding: 0px 0px 20px;
}

.content a {
  color: #007dba;
}

.button a {
  color: #007dba;
}

.button {
  border-radius: 5px;
  padding: 10px;
  color: #007dba;
  padding: 10px 20px;
  font-size: 22px;
  display: inline-block;
  margin: 5px;
}

.button:hover {
  color: #fff;
  background-color: #007dba;
  text-decoration: none;
}

.members {
  background-color: #007dba;
  color: #fff;
}

.employers {
  background-color: #007dba;
  color: #fff;
}

a.employers {
  color: #fff;
}

a.members {
  color: #fff;
}

.buttons {
  text-align: left;
  margin-top: 30px;
}

footer {
  background: #007dba;
  padding: 50px 10px;
}

footer ul li {
  list-style: none;
  padding: 10px;
}

footer p {
  list-style: none;
  padding: 10px;
  color: #fff;
}

footer ul li a {
  color: #fff;
}

footer ul li a:hover {
  color: #fff;
}

.care-team {
  text-align: center;
}

.care-team .col-md-4 {
  padding: 20px;
}

.care-team img {
  max-height: 124px;
  height: auto;
  border-radius: 50%;
  padding: 5px;
}

.care-team h2 {
  color: #007dba;
}

section {
  padding-bottom: 30px;
}

.services img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 800px) {
  .hero {
    background: url("/-/media/602387bfea244c149e77d9642ebadad8.ashx");
    background-size: cover;
    background-position: 50% 15%;
    color: #fff;
    box-shadow: inset 0 0 0 1000px rgba(105, 162, 185, 0.6);
  }

  .members-hero {
    background: url("/-/media/ee3fae7c48114da4b20ff04c97d91696.ashx");
    background-size: cover;
    background-position: 50% 15%;
    color: #fff;
    box-shadow: inset 0 0 0 1000px rgba(105, 162, 185, 0.6);
  }

  .employers-hero {
    background: url("/-/media/3E5CA82EB2BF4422AD16FD9C1A213EAC.ashx");
    background-size: cover;
    background-position: 50% 15%;
    color: #fff;
    box-shadow: inset 0 0 0 1000px rgba(105, 162, 185, 0.6);
  }

  .hero-text {
    padding: 20% 0px;
    display: block !important;
    text-align: center !important;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero h2 {
    font-size: 42px;
  }

  .content {
    margin: 30px 0px;
  }
}

@media (min-width: 801px) {
  .hero {
    background: url("/-/media/fb71d434deb3456d8d87bb67aa850239.ashx");
    background-size: cover;
    background-position: 15%;
    color: #fff;
  }

  .members-hero {
    background: url("/-/media/7b5c17713af045eb917b3d2fb7fccbd0.ashx");
    background-size: cover;
    background-position: 15%;
    color: #fff;
  }

  .employers-hero {
    background: url("/-/media/3E5CA82EB2BF4422AD16FD9C1A213EAC.ashx");
    background-size: cover;
    background-position: 15%;
    color: #fff;
  }

  .hero-text {
    padding: 20% 0px;
    display: block !important;
  }

  .hero-text h1 {
    font-size: 60px;
  }

  .hero-text h2 {
    font-size: 44px;
  }
}

@media (min-width: 1200px) {
  .hero {
    background: url("/-/media/fb71d434deb3456d8d87bb67aa850239.ashx");
    background-size: contain no-repeat;
    background-position-x: 50%;
    color: #fff;
  }

  .members-hero {
    background: url("/-/media/7b5c17713af045eb917b3d2fb7fccbd0.ashx");
    background-size: contain no-repeat;
    background-position-x: 50%;
    color: #fff;
  }

  .employers-hero {
    background: url("/-/media/5F017540EF47487DA7CEDB933F993434.ashx");
    background-size: contain no-repeat;
    background-position-x: 50%;
    color: #fff;
  }

  .hero-text {
    padding: 20% 0px;
    display: block !important;
  }

  .hero-text h1 {
    font-size: 64px;
  }

  .hero-text h2 {
    font-size: 50px;
  }
}

.care-team {
  text-align: center;
}

.care-team .col-md-4 {
  padding: 20px;
}

.care-team img {
  max-height: 124px;
  height: auto;
  border-radius: 50%;
}