@charset "utf-8";
/* CSS Document */
/* Hide Clare */
.gyant-tooltip, .open-toggle {
  display: none !important;
}
/* End Hid Clare */
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Lato', sans-serif;
  background: #efefef;
}
p, ol, ul, p a.cta-color {
  font-size: 16px;
}
ul.nav {
  font-size: 16px;
}
h1 {
  font-size: 28px !important;
  line-height: 38px;
  margin-bottom: 20px;
}
h2 {
  font-size: 2.165rem;
  font-weight: 700;
}
.h4, h4 {
  font-size: 1.25rem;
  font-weight: 700;
}
.blue {
  color: #00a8cd;
}
.uppercase {
  text-transform: uppercase;
}
.purple {
  color: #ad1f85;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}
.lt-gray {
  color: #efefef;
}
.lt {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.lead {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
.text-center {
  display: block;
}
.hidden {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.dropdown-toggle::after {
  xdisplay: none;
}

.row.no-gutters.footer {
  max-width: 1320px;
  margin: 0 auto;
}
#banner {
  background: url(images/banner-wide.jpg) no-repeat left bottom;
  background-size: 100%;
  margin: 0 0 3rem;

}
#banner .banner-text {
  padding: 1rem 2rem;
}
#banner .banner-text h1 {
  line-height: 1.1;
  font-size: 2.7rem !important;
  font-weight: 700;
  margin-bottom: .2rem;
  width: 40%;
}
#banner .banner-text h1 .sm-text {
  font-size: 1.8rem !important;
  font-weight: 700;
}
#banner .banner-text h1 span {
  display: block;
}

.text-grad-1 {
  background: #F06E65;
  background: linear-gradient(to right, #F06E65 0%, #AF268C 25%, #00ADD7 50%, #2AB586 75%, #73BA40 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#intro .row {
  margin-bottom: 1rem;
}
#intro a.btn {
  margin: .5rem 1rem;
}
.intro p {
  font-weight: 300;
}
#mid-content {
  background: #f3f3f4 url(images/gray-curve-top.png) no-repeat top left;
  background-color: #f3f3f4;
  background-image: url(images/gray-curve-top.png), url(images/gray-curve-bottom.png);
  background-position: top left, bottom left;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
}
#mid-content .row {
  padding-bottom: 3rem;
}
#mid-content .row .item {
  margin: 0 auto;
}
#mid-content .expect .image {
  text-align: center;
}
#mid-content .expect .image img {
  width: 100%;
  max-width: 430px;
}
#care p.purple {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: .2rem;
}
#care .carousel-caption {
  bottom: auto;
  top: 10px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
#care .carousel-caption blockquote {
  font-size: 1.25rem;
}
#collaborative .row {
  border: 1px solid #63727a;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 2rem 0 0;
}
#collaborative .row .item {
  flex: 0 0 50%;
  padding-top: 1.5rem;
}
#collaborative .row .item.end {
  flex: 0 0 100%;
  padding-bottom: 1.5rem;
}
#collaborative .row .item.end.last {
  border-top: 1px solid #63727a;
}
#collaborative .mic img {
  width: 100%;
  max-width: 300px;
  background: #FFFFFF;
  padding: 0 1rem;
}
#collaborative .row .item.end .mic-copy p {
  font-size: .7rem;
  padding-top: .6rem;
}
#collaborative .row .item img {
  max-width: 130px;
  width: 100%;
}
#collaborative .mic {
  margin-bottom: -22px;
}
/* overwrite bootstrap 5 to accomodate for 1200 wide design */
.container-xl {
  max-width: 1200px !important;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; 
  height: 0; 
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Header */
#partners {
  height: 400px; /* Gives the header the height */
}
#nav1-2 a.cta-color {
  background-color: #fff;/* Updates button colors - GREEN3 DEFAULT */
  color: #bb3c96 !important;
  border-radius: 0;
}
#nav1-2 a.cta-color:hover {
  background-color: #fff !important; /* Updates the button hover colors */
  border: 0px;
}
a.cta-color, .cta-color {
  background-color: #bb3c96;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  padding: 8px 18px;
  text-transform: none !important;
}
a.cta-color:hover, .cta-color:hover {
  background-color: #a2297f !important; /* Updates the button hover colors */
  color: #fff !important;
}
.ghost, a.ghost {
  background-color: transparent !important;
  border: 1px solid #bb3c96;
  color: #bb3c96 !important;
  transition: all .5s ease;
}
.navbar-brand>img {
  display: block;
  max-width: 100%;
  border-radius: 0px;
  border-color: rgb(67, 159, 224);
  border-style: none;
  border-width: 1px;
  width: 400px;
}
.navbar.bg-transparent .navbar-nav>li>a, .navbar.bg-color .navbar-nav>li>a {
  color: #484848;
  opacity: 1;
  text-align: center;
  margin-right: 0px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
}
.navbar.bg-color .navbar-nav>li>a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #bb3c96;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.navbar.bg-color .navbar-nav>li>a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
a.dropdown-toggle.black:focus, a.dropdown-toggle.black:active {
  border-bottom: 2px solid purple !important;
  border-radius: 0px !important;
}
.navbar-nav>li>a:hover {
  background-color: transparent;
}
.dropdown-menu {
  top: 36px;
  min-width: 180px;
  margin-top: 8px;
  border-radius: .75rem;
}
.dropdown::after {
  xcontent: " | ";
  xdisplay: inline-block;
}
.navbar-nav>li>.dropdown-menu {
  border: 0px;
  -webkit-box-shadow: 0 0px 12px rgba(0,0,0,.2);
  box-shadow: 0 0px 12px rgba(0,0,0,.2);
  border-radius: 12px;
  text-align: center;
}
.dropdown-menu>li>a {
  color: #070707;
  font-size: 14px;
}
#hamburger {
  border-top: 1px solid #c8c8c8;
}

/* STYLES FOR FULL WIDTH IMAGES (HERO ONLY)*/
#img-full .img100 {
  margin: 0px !important;
  padding: 0px !important;
}
#img-full .img100 img.resp-img-lg {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#img-full .img100 img.resp-img-sm {
  display: none;
}

/* STYLES FOR FULL WIDTH IMAGES (HERO ONLY)*/
img.transition-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* Footer stuff */
.social-btn {
  display: inline-block;
  text-transform: center;
}
.social-btn a:hover {
  color: #11aed1;
}
.ftr {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.social-btn a {
  font-size: 22px!important;
  border-radius: 50px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -10px 0 0 1px;
  background: #efefef !important;
  text-align: center;
}
a.sb-grey {
  color: #bb3c96;
  font-size: 26px !important;
  margin: 0 3px;
}
.btn-primary {
  background: #fff;
  border: 1px solid #fff;
  color: #333;
}
button.btn.btn-primary:hover {
  background: #f9f9f9;
  border-color: #ccc;
  color: #333;
}
.btn-primary.focus, .btn-primary:focus {
  color: #333;
  background-color: #fbfbfb;
  border-color: #ccc;
  box-shadow: 0 0 0 0.2rem #e4e4e4;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #333 !important;
  background-color: #fbfbfb !important;
  border-color: #ccc !important;
}

#footer .menu a, #footer .menu a:visited, #footer .menu a:link {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
#footer .menu a:hover, #footer .menu a.active, #footer .menu a.focus {
  color: #bb3c96;
}
#footer .menu li.first {
  border-right: 1px solid #000000;
}
#footer ul.menu {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
}
#footer .menu li {
  padding: 0 1.6rem;
}

/* CIRCLE IMG IN CONNECTING SECTION */
img.img-responsive {
  max-width: 100%;
  margin-bottom: 24px;
}
li.divider {
  margin: 6px 18px 6px 0px;
  border-right: 1px solid #000;
}
.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,.8);
  border-color: rgba(255,255,255,.8);
}
.navbar-light .navbar-toggler {
  margin-right: 1rem;
}
.round-icon {
  max-width: 100%;
  width: 125px;
}
label {
  display: none; /* Hides form labels */
}
.form-control {
  padding: .35rem .75rem;
  font-size: .85rem;
  font-weight: 600;
  color: #363636;
  background-color: #f8f8f8;
  border: 1px solid #c0c0c0;
}
button.btn.btn-blue.cta-color {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
}
/* START OF MEDIA QUERIES */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  img.img-responsive {
    width: 100%;
    margin-bottom: 24px;
    max-height: 100%;
  }
}

@media only screen and (max-width: 400px) {
  #footer .menu li.first {
    padding: 0 .6rem 0 0;
  }
  #footer .menu li.last {
    padding: 0 0 0 .6rem;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-brand>img {
    width: 350px;
  }
  #img-full .img100 img.resp-img-lg {
    display: none;
  }
  #img-full .img100 img.resp-img-sm {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #banner {
    background: #f1f1f2 url(images/banner-mobile.webp) no-repeat left top;
    background-size: 100%;
    padding: 70% 0 0;
  }
  #banner .banner-text {
    padding: 1vw 9vw 20vw;
    background: url(images/banner-text.webp) no-repeat left bottom;
    background-size: 100%;
  }
  #banner .banner-text h1 {
    line-height: 1.1;
    font-size: 8vw !important;
    font-weight: 700;
    margin-bottom: .2rem;
    width: 100%;
    display: table;
  }
  #banner .banner-text h1 .sm-text {
    font-size: 5vw !important;
    font-weight: 700;
  }
  #banner .banner-text h1 span {
    display: block;
  }
  #mid-content .container-lg {
    max-width: 500px;
  }
  #mid-content .container-lg .row.expect {
    padding-bottom: 0;
  }
  #care .testimonial {
    padding-bottom: 2rem;
  }
  #care .carousel-caption blockquote {
    font-size: 16px;
  }
  #collaborative .row .item.end {
    margin: 0 auto;
    max-width: 80%;
  }

}

@media only screen and (max-width: 991px) {
  #footer {
    background: url(images/footer-wave-mobile.svg) no-repeat top left;
    background-position-y: 50px;
    background-size: 100%;
    margin-top: 3rem;
    padding-bottom: 50px;
  }
  #footer .logo {
    width: 60%;
    padding:4rem 0 3rem;
    margin: auto;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {

  .navbar-brand {
    padding-left: 1rem;
  }
  #banner {
    min-height: 341px;
    padding: 10% 0 12%;
  }
  #banner .banner-text {
    padding: 4rem 2rem 0;
  }
  #banner .banner-text h1 {
    font-size: 3rem !important;
    font-size: 4.8vw !important;
    margin-bottom: .2rem;
    width: 50%;
  }
  #banner .banner-text h1 .sm-text {
    font-size: 1.8rem !important;
    font-size: 3vw !important;
    margin-bottom: .4rem;
  }
  #mid-content .row .image {
    order: 1;
    max-width: 450px;
    margin: 0 auto;
  }
  #mid-content .row .text {
    order: 2;
  }
  #mid-content .row, #intro .row {
    align-items: center;
  }
  #mid-content .row .item.text {
    max-width: 350px;
  }
  #mid-content .row.video .item.text {
    text-align: right;
  }
  #faq .accordion-item {
    border-bottom: 5px solid #ffffff;
  }
  #faq .accordion-button {
    padding: 1.5rem 1.25rem;
  }
  #collaborative .row {
    padding: 1rem 0 0;
  }
  #collaborative .row .item.end {
    flex: 0 0 33%;
  }
  #collaborative .row .item {
    flex: 0 0 33%;
    padding-top: 1rem;
    padding-bottom: .75rem;
  }
  #collaborative .row .item.end {
    flex: 0 0 33%;
    padding-bottom: 0;
    max-width: none;
  }
  #collaborative .row .item.end.last {
    border-top: none;
  }
  #footer ul.menu {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  p, ol, ul, p a.cta-color {
    font-size: 1.25rem;
  }
  .navbar-brand {
    padding-left: 2rem;
  }
  .navbar-brand>img {
    max-width: none;
  }
  #banner {
    min-height: 441px;
    padding: 12% 0 13%;
  }
  #banner .banner-text h1 {
    margin-bottom: .4rem;
    width: 50%;
  }
  #banner .banner-text h1 .sm-text {
    margin-bottom: .6rem;
    font-weight: 700;
  }
  #banner .banner-text {
    padding: 3rem 2rem 0;
  }
  #mid-content .row {
    padding-bottom: 5rem;
}
  #intro .row {
    margin-bottom: 3rem;
  }
  .intro p {
    font-size: 1.3rem;
  }
  #connect .intro {
    max-width: 60%;
  }
  #footer {
    background: url(images/footer-wave.svg) no-repeat bottom left;
    background-size: 100%;

  }
  #footer .row {
    display: flex;
  }
  #footer ul.menu {
    justify-content: right;
  }
  #footer .item.logo {
    order: 1;
    flex: 0 1 50%;
    padding: 5.6rem 0 3rem;
  }
  #footer .item.links {
    order: 2;
    flex: 0 1 50%;
    padding-top: 5.5rem;
  }
  #footer .menu li.last {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .dropdown-menu {
    top: 46px;
    min-width: 200px;
  }
  #banner {
    min-height: 553px;
    padding: 1rem 0;
    margin-top: 1rem;
  }
  #banner .banner-text h1 {
    font-size: 3.6rem !important;
    margin-bottom: .4rem;
    line-height: 1.2;
  }
  #banner .banner-text h1 .sm-text {
    font-size: 2.4rem !important;
    margin-bottom: .8rem;
    font-weight: 500;
  }
  #banner .banner-text {
    padding: 8rem 4rem 0;
  }/**/
  #collaborative .row {
    padding: 1.5rem 0 0;
  }
  #collaborative .row .item {
    flex: 0 0 15%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  #collaborative .row .item.end {
    flex: 0 0 15%;
  }
  #collaborative .row .item.end.last {
    flex: 0 0 25%;
  }
  #footer ul.menu {
    justify-content: center;
    padding-left:2rem;
  }
  #footer .item.logo {
    order: 1;
    flex: 0 1 50%;
    padding: 6rem 0 3rem;

  }
  #footer .item.links {
    order: 2;
    flex: 0 1 50%;
    padding-top: 7.5rem;
  }
  #footer .menu li.last {
    padding-right: 1rem;
  }
  .bg-grad3 {
    display: none;
  }
}
@media only screen and (min-width: 1400px) {
  #footer ul.menu {
    justify-content: right;
    padding-left:0;
  }
}
@media screen and (max-width: 991px) {
  .dropdown::after {
    display: none;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 5px;
    margin-top: 40px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #08a5cf!important;
    border-radius: 4px;
  }
  .navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .dropdown-menu>li>a {
    text-decoration: underline #777;
  }
  .navbar.bg-color .navbar-toggle .icon-bar {
    background-color: #08a5cf;
    opacity: 1;
  }
  .navbar-collapse {
    margin-top: 0px;
  }
  li.dropdown {
    margin-bottom: 0px;
  }
  .dropdown::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  div#navbarNav {
    border-top: 1px solid #3d3d3d; /* Adds dark rule above drop down menu items on mobile */
    padding: 16px 16px 10px;
  }
  #partner {
    height: 300px; /* Gives the header the height */
  }
  .circle-card {
    max-width: 80%;
    margin: 30px auto;
  }
  .ftr {
    display: block !important;
  }
  .social-btn a {
    font-size: 19px!important;
    border-radius: 50px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -10px 1px 0 1px;
    background: #efefef !important;
    text-align: center;
  }
  .lead {
    font-size: 22px;
    line-height: 28px !important;
  }
  .bord-bottom-sm {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 580px) {
  .c-item {
    display: block;
  }
  .c { /* Center footer items on mobile */
    margin: auto !important;
    display: block;
    text-align: center;
  }
  .navbar-brand {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 500px) {
  .navbar-brand>img {
    display: block;
    max-width: 100%;
    border-radius: 0px;
    border-color: rgb(67, 159, 224);
    border-style: none;
    border-width: 1px;
    width: 250px;
  }
  li.dropdown {
    margin-bottom: 14px;
  }
  .navbar-toggle {
    margin-top: 15px;
  }
  li.divider {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .navbar-brand>img {
    display: block;
    max-width: 100%;
    border-radius: 0px;
    border-color: rgb(67, 159, 224);
    border-style: none;
    border-width: 1px;
    width: 200px;
  }
}
.lead1 {
  font-size: 22px;
  line-height: 28px !important;
  font-weight: 300;
}
