@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,600&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}

.caption {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 1rem;
}

.category-name {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 3px;
  color: #035477;
  font-weight: 800;
}

.category-name:hover {
  color: #035477 !important;
}

h1 {
  font-size: 2.125rem;
  font-family: "Poppins", sans-serif;
}

h2 {
  font-size: 1.625rem;
  font-family: "Poppins", sans-serif;
  color: #000000;
}

h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.3125rem !important;
}

h4 {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}

.text-decoration-none {
  text-decoration: none;
}

.card-title {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 800;
  min-height: 50px;
}

.card .card-body {
  padding: 30px 37px 30px 37.5px !important;
}

.letter-space {
  letter-spacing: 3px;
}

.cursor-pointer {
  cursor: pointer;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.border-bottom-blue {
  border-bottom: 1px solid #005D85 !important;
}

.border-bottom-grey {
  border-bottom: 1px solid #d9d9da;
}

.text-blue {
  color: #005D85;
}

.left-arrow {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.shadowDesign {
  -webkit-box-shadow: 0 14px 40px 0 rgba(153, 153, 153, 0.2);
          box-shadow: 0 14px 40px 0 rgba(153, 153, 153, 0.2);
}

.card-img-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.fr-view {
  max-width: 1140px;
  margin: auto;
  padding: 10px 24px;
  word-wrap: break-word;
}

.cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.viewmore {
  font-family: "Poppins", sans-serif;
}

#side-nav {
  position: relative;
  top: -24px;
}

.errordiv {
  width: auto;
  border: 1px solid #000;
  margin: 50px 0px;
  padding: 50px 10px;
}

.topBackground {
  background-color: #005D85;
}

.richTextBtn {
  background-color: #D75C0C;
}

.text-shadow {
  color: red;
  font-family: "Poppins", sans-serif;
}

.text-shadow a {
  color: red !important;
  font-family: "Poppins", sans-serif;
}

#AdvtDesktop img {
  width: 100%;
}

.ui-menu-item {
  list-style-type: none !important;
  font-weight: bold !important;
  padding: 10px;
}

.ui-autocomplete {
  border: 1px solid #000000;
  position: absolute !important;
  background-color: #ffffff;
  z-index: 1001 !important;
}

.formwidget-submit-text {
  font-weight: bold;
  font-weight: 900;
  text-shadow: 2px 2px #020f05;
  margin-left: 22px;
  border-radius: 10px;
  padding: 11px;
  background: #002c3f;
  color: #fefeff;
  text-align: center;
  margin: 0 75px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .fr-view {
    padding: 10px 30px;
    margin-top: 30px;
  }
  .card .card-body {
    padding: 19px 0px 10px 37.5px !important;
  }
  #side-nav {
    position: revert;
    top: 0px;
  }
  .formwidget-submit-text {
    font-weight: bold;
    font-weight: 900;
    text-shadow: 2px 2px #020f05;
    margin-left: 22px;
    border-radius: 10px;
    padding: 11px;
    background: #002c3f;
    color: #fefeff;
    text-align: center;
    margin: 10px !important;
  }
  .line {
    border-top: 1px solid #035477;
    width: 5rem;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fr-view {
    padding: 10px 30px;
  }
}

.cardBg {
  background: -webkit-gradient(linear, left top, left bottom, from(#005D85), to(#002C3F));
  background: linear-gradient(180deg, #005D85 0%, #002C3F 100%);
  height: 200px;
}

.gatedContent .breadcrumb .breadcrumb-item a {
  color: #005D85;
}

.gatedContent .content .headerLine {
  width: 5.1rem;
  background-color: #005D85;
  height: 1px;
}

.gatedContent .content .subContent {
  font-weight: normal;
  line-height: 25px;
  width: 55%;
}

.gatedContent .imgHeight {
  height: 233px;
}

.gatedContent .cardOutline {
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 93, 133, 0.3);
          box-shadow: 0 0 60px 0 rgba(0, 93, 133, 0.3);
  width: 65%;
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
}

.gatedContent .cardOutline .card-title {
  min-height: 28px !important;
}

.gatedContent .cardContentBg {
  background-color: #f4f4f4;
}

.gatedContent .card-text {
  line-height: 28px;
  display: inline-block;
}

.gatedContent .card-text a {
  color: #005D85;
  text-decoration: underline;
}

.gatedContent .card-body {
  text-align: left;
}

.gatedContent .joinButton {
  background-color: #D75C0C;
  padding: 6px 26px;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .cardBg {
    background: -webkit-gradient(linear, left top, left bottom, from(#005D85), to(#002C3F));
    background: linear-gradient(180deg, #005D85 0%, #002C3F 100%);
    height: 330px;
  }
  .gatedContent .content .subContent {
    font-weight: normal;
    line-height: 25px;
    width: 100%;
  }
  .gatedContent .cardOutline {
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 93, 133, 0.3);
            box-shadow: 0 0 60px 0 rgba(0, 93, 133, 0.3);
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
  }
  .gatedContent .cardOutline .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .gatedContent .cardContentBg {
    background-color: #ffffff;
  }
  .gatedContent .imgHeight {
    height: 116px;
  }
  .gatedContent .card-body {
    text-align: center;
  }
  .gatedContent .card-text {
    line-height: 28px;
    display: -ms-grid;
    display: grid;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gatedContent .content .subContent {
    font-weight: normal;
    line-height: 25px;
    width: 100%;
  }
  .gatedContent .cardOutline {
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 93, 133, 0.3);
            box-shadow: 0 0 60px 0 rgba(0, 93, 133, 0.3);
    width: 100%;
  }
}
/*# sourceMappingURL=gatedPage.module.css.map */