.cov-gallery-wrapper {
  border: 1px solid #ececec;
  box-shadow: 0 6px 0 #e1e1e1;
  padding: 25px 50px 40px;
  border-radius: 5px;
}
.cov-gallery-wrapper h2 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .cov-gallery-wrapper h2 {
    margin-bottom: 30px;
  }
}

.cov-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cov-gallery-item img {
  width: 100%;
  aspect-ratio: 10/7;
  -o-object-fit: cover;
     object-fit: cover;
}

.elementor-element .cov-button {
  display: flex;
  width: 250px;
  background-color: #005eb8;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  padding: 16px;
  text-decoration-thickness: 1px;
}
.elementor-element .cov-button.standard {
  text-align: center;
  justify-content: center;
  background-color: #005eb8;
}
.elementor-element .cov-button.with_icon {
  background-color: #ffffff;
  color: #005eb8;
  text-decoration: underline;
  text-underline-position: under;
  text-align: left;
  justify-content: space-between;
  border: 1px solid #005eb8;
}
.elementor-element .cov-button img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 15px;
}
@media only screen and (min-width: 1600px) {
  .elementor-element .cov-button img {
    width: 24px;
    height: 24px;
  }
}

.cov-content-card {
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  color: #231f20;
  font-weight: 400;
  font-size: 18px;
}
.cov-content-card h3 {
  font-family: "Asap", sans-serif;
  color: #444444;
  font-size: 20px;
  margin-bottom: 15px;
}
.cov-content-card p {
  margin-bottom: 0;
}
.cov-content-card .card-content {
  padding: 22px 20px 30px;
}
.cov-content-card.type-card {
  box-shadow: 0 6px 0 #e0e0e0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cov-content-card.type-card img {
  width: 100%;
  aspect-ratio: 10/6;
  -o-object-fit: cover;
     object-fit: cover;
}
.cov-content-card.type-landscape {
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
}
.cov-content-card.type-landscape .card-image {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cov-content-card.type-landscape .card-image {
    width: 30%;
  }
}
.cov-content-card.type-landscape .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cov-content-card.type-landscape .card-content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cov-content-card.type-landscape .card-content {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .cov-content-card.type-landscape h3 {
    margin-bottom: 20px;
  }
}
.cov-content-card .cov-button {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 180px;
  margin-top: 25px;
  font-size: 16px;
  padding: 12px;
}
@media only screen and (min-width: 1400px) {
  .cov-content-card .cov-button {
    min-width: 250px;
    font-size: 18px;
    margin-top: 32px;
    padding: 16px;
  }
}

.cov-person-card .person-image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 10/10;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1000px;
}
.cov-person-card .person-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cov-person-card .person-content {
  padding: 15px 0;
}
.cov-person-card h5 {
  font-size: 18px;
  color: #363636;
  margin-bottom: 12px;
  font-weight: 700;
  padding-left: 8px;
}
.cov-person-card h6 {
  width: 85%;
  font-size: 14px;
  margin-bottom: 15px;
  background-color: #737373;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 8px;
  line-height: normal;
}
.cov-person-card p {
  padding-left: 8px;
  color: #444444;
  font-size: 16px;
}

.cov-accordion .s-accordion-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background-color: #005eb8;
  color: #ffffff;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  border: none;
}
.cov-accordion .s-accordion-button.active svg {
  transform: rotate(90deg);
}
.cov-accordion .s-accordion-button svg {
  transition: all 0.3s;
}
.cov-accordion .s-accordion-content {
  padding: 25px 12px;
}
@media only screen and (min-width: 768px) {
  .cov-accordion .s-accordion-content {
    padding: 30px 20px;
  }
}

.cov-resource-wrapper .rsrcPost {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  border: 1px solid #ececec;
  border-radius: 5px;
  box-shadow: 0 6px 0 #e1e1e1;
}
@media only screen and (min-width: 768px) {
  .cov-resource-wrapper .rsrcPost {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .cov-resource-wrapper .rsrcPost {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .cov-resource-wrapper .rsrcPost {
    margin-bottom: 50px;
  }
}
.cov-resource-wrapper .rsrcPost.type-pdf .btn-primary, .cov-resource-wrapper .rsrcPost.type-atcl .btn-primary {
  background-color: #423F93;
}
.cov-resource-wrapper .rsrcPost.type-link .btn-primary {
  background-color: #f18b00;
}
.cov-resource-wrapper .rsrcPost .rspImg {
  width: 100%;
  background-color: #eeeeee;
}
@media only screen and (min-width: 576px) {
  .cov-resource-wrapper .rsrcPost .rspImg {
    width: 37%;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .cov-resource-wrapper .rsrcPost .rspImg {
    width: 37%;
  }
}
.cov-resource-wrapper .rsrcPost .rspImg img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 576px) {
  .cov-resource-wrapper .rsrcPost .rspImg img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.cov-resource-wrapper .rsrcPost .rspDetails {
  width: 100%;
  padding: 16px 12px;
}
@media only screen and (min-width: 576px) {
  .cov-resource-wrapper .rsrcPost .rspDetails {
    width: 63%;
    padding: 20px 18px;
  }
}
@media only screen and (min-width: 992px) {
  .cov-resource-wrapper .rsrcPost .rspDetails {
    width: 63%;
    padding: 25px 30px;
  }
}
.cov-resource-wrapper .rsrcPost .rspDetails .rspdTop {
  max-width: 520px;
  margin-bottom: 30px;
}
.cov-resource-wrapper .rsrcPost .rspDetails h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
  font-size: 20px;
  max-width: 400px;
}
@media only screen and (min-width: 992px) {
  .cov-resource-wrapper .rsrcPost .rspDetails h2 {
    font-size: 22px;
  }
}
.cov-resource-wrapper .rsrcPost .rspDetails h2 a {
  color: inherit;
  text-decoration: none;
}
.cov-resource-wrapper .rsrcPost .rspdBtm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.cov-resource-wrapper .rsrcPost .rspdbAction {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 450px) {
  .cov-resource-wrapper .rsrcPost .rspdbAction {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width: 576px) {
  .cov-resource-wrapper .rsrcPost .rspdbAction {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .cov-resource-wrapper .rsrcPost .rspdbAction {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cov-resource-wrapper .rsrcPost .rspdbAction span {
  font-size: 14px;
  font-weight: 400;
}
.cov-resource-wrapper .rsrcPost .svRsrc {
  cursor: pointer;
  font-size: 16px;
}
.cov-resource-wrapper .rsrcPost .svRsrc span {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid #0b0b0b;
  border-radius: 50px;
  margin-right: 5px;
}
.cov-resource-wrapper .rsrcPost .svRsrc.active i {
  font-weight: 700;
}
.cov-resource-wrapper .rsrcPost .svRsrc i {
  position: absolute;
  display: block;
  width: 17px;
  height: 16px;
  top: 50%;
  font-size: 17px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0b0b0b;
}
.cov-resource-wrapper .rsrcPost .btn-primary {
  min-width: unset;
  width: 180px;
  font-size: 16px;
  padding: 12px;
  color: #ffffff;
  border-radius: 10px;
}
.cov-resource-wrapper .rsrcPost .btn-primary:hover {
  filter: brightness(0.85);
}
@media only screen and (min-width: 1400px) {
  .cov-resource-wrapper .rsrcPost .btn-primary {
    font-size: 18px;
    width: 220px;
  }
}
@media only screen and (min-width: 1600px) {
  .cov-resource-wrapper .rsrcPost .btn-primary {
    width: 250px;
    padding: 14px;
  }
}

.cov-search {
  width: 100%;
}
.cov-search .cov-search-form {
  width: 100%;
  display: flex;
  gap: 4px;
}
.cov-search .cov-search-form input {
  flex-grow: 1;
  height: 42px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  box-shadow: 0 2px 0 #f1f1f1;
  padding: 5px 10px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .cov-search .cov-search-form input {
    height: 48px;
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .cov-search .cov-search-form input {
    height: 55px;
  }
}
.cov-search .cov-search-form input:focus {
  outline: none;
  border-color: #004f98;
  box-shadow: 0 2px 0 #004f98;
}
.cov-search .cov-search-form button {
  width: 50px;
  border-radius: 10px;
  background-color: #004f98;
  color: #fff;
  border: none;
  transition: all 0.3s;
}
.cov-search .cov-search-form button:hover {
  background-color: #003d7a;
}

.cov-info-card-outer::before, .cov-info-card-outer::after {
  display: block;
  margin: 5px auto;
  height: 5px;
  border-radius: 10px;
}
.cov-info-card-outer::before {
  width: 25%;
}
.cov-info-card-outer::after {
  width: 68%;
}

.cov-info-card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #684299;
  color: #ffffff;
  padding: 20px;
  border-radius: 20px;
}
.cov-info-card-wrapper .info-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cld-content-box {
  background-color: #8663AD;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 10px 0 0 #BBA0DA;
}

.cld-bin-content {
  display: flex;
  align-items: flex-end;
}
.cld-bin-content .bin-text-content {
  width: 80%;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .cld-bin-content .inner-img {
    margin-left: 42px;
  }
}
.cld-bin-content .inner-img img {
  width: 80px;
}

.cov-resource-wrapper.layout-short_text .rspDetails {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.cov-resource-wrapper.layout-short_text .rspDetails .rspdTop {
  margin-bottom: 0;
}
.cov-resource-wrapper.layout-short_text .rspDetails .rspdTop h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.cov-resource-wrapper.layout-short_text .rspDetails .rspdBtm {
  flex-direction: column;
  align-items: flex-end;
}
.cov-resource-wrapper.layout-designed .rspdTop h2 {
  font-size: 18px;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .cov-resource-wrapper.layout-designed .rspdTop h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .cov-resource-wrapper.layout-designed .rspdTop h2 {
    font-size: 22px;
  }
}
.cov-resource-wrapper.layout-designed .btn-primary {
  font-weight: 600;
  color: #0f0f0f;
}
.cov-resource-wrapper.layout-designed.horizontal .rsrcPost.type-atcl .rspDetails {
  background: #ffffff url("../images/widget_internal_lay.png");
}
.cov-resource-wrapper.layout-designed.horizontal .rsrcPost.type-link .rspDetails {
  background: #ffffff url("../images/widget_extarnal_lay.png");
}
.cov-resource-wrapper.layout-designed .rspDetails {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: top right !important;
}
@media only screen and (min-width: 576px) {
  .cov-resource-wrapper.layout-designed .rspDetails {
    padding: 25px 18px;
  }
}
@media only screen and (min-width: 992px) {
  .cov-resource-wrapper.layout-designed .rspDetails {
    padding: 30px 28px;
  }
}
.cov-resource-wrapper.layout-designed .rspDetails .rspdTop {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 0;
}
.cov-resource-wrapper.layout-designed .rspDetails .rspdTop img {
  width: 40px;
}
.cov-resource-wrapper.layout-designed .rspDetails .rspdTop h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.cov-resource-wrapper.layout-designed .rsrcPost.type-link {
  border: 1px solid #ffd696;
  box-shadow: 0 6px 0 0 #ffd696;
}
.cov-resource-wrapper.layout-designed .rsrcPost.type-link .btn-primary {
  background-color: #ffeed2;
  box-shadow: 0 6px 0 0 #fedba1;
}
.cov-resource-wrapper.layout-designed .rsrcPost:not(.type-link) {
  border: 1px solid #375fa4;
  box-shadow: 0 6px 0 0 #375fa4;
}
.cov-resource-wrapper.layout-designed .rsrcPost:not(.type-link) .btn-primary {
  background-color: #e6f2ff;
  box-shadow: 0 6px 0 0 #b3d7fb;
}
.cov-resource-wrapper.layout-designed .rsrcPost:not(.type-link) .rspdTop img {
  display: none;
}
.cov-resource-wrapper.layout-designed.vertical .rspDetails {
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}
.cov-resource-wrapper.layout-designed.vertical .rspdTop {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-align: center;
}
.cov-resource-wrapper.layout-designed.vertical .rspdBtm {
  justify-content: center;
}/*# sourceMappingURL=widget.css.map */