.grecaptcha-badge {
    visibility: hidden;
}
.nowrap {
  white-space: nowrap !important;
}

/* fonts */
@font-face {
font-family: 'Sora';
src: url('/assets/fonts/Sora-Regular.ttf');
}
@font-face {
font-family: 'Sora-bold';
src: url('/assets/fonts/Roboto-Bold.ttf');
}
@font-face {
font-family: 'Sora-thin';
src: url('/assets/fonts/Sora-Thin.ttf');
}

body {
    padding-top: 0px;
    background-color: #ffffff;
    font-family: 'Sora', sans-serif !important;
}
header {
  background: rgb(61,138,166);
background: linear-gradient(180deg, rgba(61,138,166,1) 0%, rgba(61,138,166,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
.site-branding-wrapper {
  padding: 3rem;
}


.btn-outline-light {
  font-size: 14px;
}

.btn-pink, .btn-pink:focus, .btn-pink:active {
  background-color: #e22d61;
  color: white;
  font-size: 14px;
}
.btn-outline-pink, .btn-outline-pink:focus, .btn-outline-pink:active {
  color: #e22d61;
  background-color: transparent;
  background-image: none;
  border-color: #e22d61;
  font-size: 14px;
}
.btn-outline-light {
  font-size: 14px;;
}
.btn-pink:hover {
  background-color: #9d1e43;
  color: white;
  font-size: 14px;
}
.btn-outline-pink:hover {
  color: #9d1e43;
  background-color: transparent;
  background-image: none;
  border-color: #9d1e43;
  font-size: 14px;
}

.masthead-img {
width: 200px !important;
height: 200px !important;
object-fit: cover;
margin-top: -2rem;
}
.navcontainer {
  background-color: #3d8aa6;
  border-radius: .25rem !important;
}

@media (min-width: 1199px) {
  .navcontainer {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navlogo {
    min-width: 220px;
    min-height: 41px;
  }
  .navtext {
    min-width: 220px;
    min-height: 41px;
    height: 41px;
    padding-top: 10px;
    margin-left: 1rem;
    color: white;
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .icon-md {
    margin-bottom: 2rem;
  }
  .masthead-img {
    margin-top: 2rem;
  }
}
@media (min-width: 1420px) {
  .navcontainer, .bg-hp-header, .bg-default-header {
    max-width: 1420px;
  }
}

.bg-hp-header {
background-color: #eaf7fa !important;
padding: 3rem 4rem;
border-radius: .25rem !important;
}
.bg-default-header {
background-color: #fff !important;
padding: 3rem 4rem;
border-radius: .25rem !important;
}
.card {
border: none;
background-color: transparent;
}
.linodot {
  list-style-image: none;
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
}

.site-footer {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
footer {
  padding-top: 3rem !important;
  background-color: #191C1F;
  color: #868686;
}
section {
  margin-top: 0rem !important;
  margin-bottom: 2rem !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.footer-4-area {
  font-size: 120% !important;
}
.text-native, a.text-native {
  color: #3D8AA7 !important;
}
#footer-navigation {
  margin-top: 1.5rem;
}
.footer-border {
  border-top: 1px solid #414141;
}
.bg-native {
  background-color: #eaf7fa !important;
}

.circle-img {
  width: 150px !important;
  height: 150px !important;
  object-fit: cover;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.subtitle {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.s1-card {
  font-size: 0.8rem;
}
.s1a-title {
  font-size: 1.2rem;
padding-bottom: 0.5rem;
margin-bottom: 0rem;
}
.s1-title {
  font-size: 1.2rem;
color: #3D8AA7 !important;
padding-bottom: 0.5rem;
margin-bottom: 0rem;
margin-top: 0rem;
}
.s1-date {
  font-size: 60% !important;
  padding-bottom: 0.5rem;
  color: #868686;
}
.s1-content {
  font-size: 70% !important;
}
.card-s1-content {
  margin-left: -1rem;
  padding: 1rem;
}

#msite-info .card-header {
  background-color: #f7f7f7;
}
#msite-info .card {
  border: 1px solid #ddd;
}

.card-header {
  background-color: transparent;
  border-bottom: none;
}
.spacing-top-1 {
  margin-top: 1rem;
}
.spacing-top-2 {
  margin-top: 2rem;
}
.spacing-top-3 {
  margin-top: 3rem;
}
.spacing-bottom-3 {
  margin-bottom: 3rem;
}
.spacing-top-5 {
  margin-top: 5rem;
}
.spacing-bottom-5 {
  margin-bottom: 5rem;
}
.spacing-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.lacontainer {
  padding: 3rem;
}
.icon-title {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 0.5rem;
}
.icon-md {
  padding: 1rem;
  text-align: center;
}

.card-img-50 {
  width: 50px !important;
  height: 50px !important;
  max-width: 50px !important;
  max-height: 50px !important;
  object-fit: cover;
}

.card-img-100 {
  width: 100px !important;
  height: 100px !important;
  max-width: 100px !important;
  max-height: 100px !important;
  object-fit: cover;
}

.card-img-200 {
  width: 200px !important;
  height: 200px !important;
  max-width: 200px !important;
  max-height: 200px !important;
  object-fit: cover;
}
.text-black {
  color: black;
}
.navbar-mini {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-left: 1.5rem !important;
}
.navbar-mini a.btn {
  line-height: 1.9;
}
ul#primary-menu li.nav-item a.nav-link{
  color: white;
}
.pl-logo {
  max-width: 450px;
}
.card-footer {
  background: none;
}

.bg-light {
  background-color: #fff !important;
}

.lift {
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none;
}
.lift:hover {
  transform: translateY(-0.3333333333rem);
  box-shadow: 0 0.5rem 2rem 0 rgba(33, 40, 50, 0.25);
}
.lift:active {
  transform: none;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}



.cl-bg-member {
  background-color: #eaf7fa;
  border-left: 3px solid #3d8aa6 !important;
 }
 .cl-badge-members {
   background-color: #a1ddf4;
   color: #1c7ffd;
 }
.cl-bg-sisters {
 /*background-color: #d8f7d8;*/
 border-left: 3px solid #1db91d !important;
}
.cl-badge-sisters {
  background-color: #d8f7d8;
  color: #537b45;
 }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
