h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 45px;
  line-height: 50px;
}

h2 {
  font-size: 35px;
  line-height: 40px;
}

h3 {
  font-size: 25px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  line-height: 25px;
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

p, a, li, span, h1, h2, h3, h4, h5 {
  font-family: Poppins, sans-serif;
}

h1 {
  font-size: 45px;
  line-height: 46px;
  margin: 0;
}

h2 {
  font-size: 30px;
  line-height: 33px;
  margin: 0;
}

h3 {
  font-size: 20px;
  line-height: 23px;
  margin: 0;
}

body {
  background-color: #F4F4F4 !important;
  overflow-x: hidden !important;
}

.wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.wrapper .flex_wrap {
  display: flex;
  flex-wrap: Wrap;
  position: relative;
  justify-content: center;
}
.wrapper .defaultWidth {
  max-width: 1200px;
  width: 100%;
}
.wrapper .flex_no_wrap {
  display: flex;
  position: relative;
}

.btn {
  padding: 5px 15px 5px 15px;
  border-radius: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 17px;
}

.darkbtn {
  background-color: #033049;
  color: white;
  font-family: Poppins, sans-serif;
}

.colWrap {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.bgwrap {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
}

.overlay {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.cfBgEle {
  position: absolute;
  top: 0;
  align-self: center;
  width: auto;
  height: 100%;
  right: 0;
  opacity: 0.3;
}

.contactFormContainer {
  width: 95%;
  padding: 50px 0 50px 0;
  max-width: 600px;
  margin-right: 5%;
  color: white;
  position: relative;
}
.contactFormContainer h2, .contactFormContainer p {
  color: white;
  text-decoration: none;
}
.contactFormContainer .cFormContainer {
  padding: 15px 0 15px 0;
  width: 100%;
  position: relative;
}

.sInput {
  margin: 2px 0 2px 0;
  position: relative;
  width: 100%;
  max-width: 600px;
}
.sInput input {
  width: 100% !important;
  border: none !important;
  outline: none !important;
  background: white !important;
  color: #033049 !important;
  padding: 10px 15px 10px 15px !important;
  font-family: Poppins, sans-serif !important;
  border-radius: 0 !important;
}
.sInput input::-moz-placeholder {
  color: #033049;
}
.sInput input:-ms-input-placeholder {
  color: #033049;
}
.sInput input:focus,
.sInput input::placeholder {
  color: #033049;
}

.sCheck {
  margin: 5px 0 5px 0;
}
.sCheck p {
  margin: 0;
}
.sCheck input {
  height: 30px;
  width: 30px;
}
.sCheck .wpcf7-list-item-label {
  position: relative;
  top: -10px;
}

.sISubmit input {
  background-color: #06908F;
  color: white;
  padding: 10px 15px 10px 15px;
  font-family: Poppins, sans-serif;
  outline: none;
  border: none;
}

.youtubeEmbed {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.youtubeEmbed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mo_cc_container_cb_img {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.mo_cc_container_cb_img .mo_half_image {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  align-self: center;
}
.mo_cc_container_cb_img .mo_half_image img {
  width: 100%;
  height: auto;
}
.mo_cc_container_cb_img .mo_content_small_cc {
  padding: 15px 25px 15px 25px;
  align-self: center;
  flex-grow: 1;
}

.mo_contentContainer {
  padding: 50px 0 50px 0;
  color: white;
  max-width: 850px;
  width: 100%;
}

.mo_al_left {
  text-align: left;
}

.mo_al_center {
  text-align: center;
}

.mo_al_right {
  text-align: right;
}

.mo_icon_container_block {
  width: 100%;
  max-width: 700px;
  text-align: center;
}
.mo_icon_container_block .mo_icon {
  margin: 0 0 20px 0;
}
.mo_icon_container_block .mo_icon i {
  font-size: 120px;
  color: #06908F;
}
.mo_icon_container_block .mo_content p {
  margin: 10px 0 10px 0;
}
.mo_icon_container_block .mo_content img {
  width: 50px;
  height: auto;
}
.mo_icon_container_block .mo_content h2 {
  color: #033049;
}

.mo_posts {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mo_posts .mo_posts_tag {
  background-image: url("/wp-content/uploads/2023/01/Group-3132.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 230px;
  height: 111px;
  display: flex;
  justify-content: center;
}
.mo_posts .mo_posts_tag span {
  align-self: center;
  color: white;
  font-weight: 700;
  font-size: 25px;
}
.mo_posts .singlePost {
  margin: 10px 0 10px 0;
  position: relative;
  width: 400px;
}
.mo_posts .singlePost .postImage {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}
.mo_posts .singlePost .postMeta {
  width: 100%;
  position: relative;
}
.mo_posts .singlePost .postMeta ._post_meta_title {
  width: 100%;
  padding: 5px 15px 5px 15px;
  background-color: #06908F;
}
.mo_posts .singlePost .postMeta ._post_meta_title span {
  color: White;
  font-weight: 700;
}
.mo_posts .singlePost .postMeta ._post_meta_link {
  width: 100%;
  padding: 8px 15px 8px 15px;
  background-color: #033049;
}
.mo_posts .singlePost .postMeta ._post_meta_link a {
  color: white;
}

.mo_simple {
  width: 100%;
  max-width: 800px;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.mo_simple img {
  position: absolute;
  align-self: center;
  width: 100%;
  height: auto;
  z-index: -1;
}
.mo_simple div {
  width: 100%;
  align-self: Center;
}

.mo_full_image {
  width: 100%;
  height: auto;
  position: relative;
}
.mo_full_image img {
  width: 100%;
  height: auto;
}

.medusaVideoDisplay {
  width: 100%;
  display: flex;
  justify-content: center;
}
.medusaVideoDisplay .mvdContent {
  position: relative;
  width: 50%;
  align-self: center;
  padding-right: 20px;
}
.medusaVideoDisplay .mvdContent h2 {
  color: #033049;
}
.medusaVideoDisplay .mvdContent h2 b {
  font-weight: 800;
}
.medusaVideoDisplay .mvdContent img {
  margin-top: 20px;
}
.medusaVideoDisplay .mvdYoutubeEmbed {
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 28.125%;
  align-self: center;
}
.medusaVideoDisplay .mvdYoutubeEmbed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mo_needsContainer {
  width: 100%;
  position: relative;
}
.mo_needsContainer .mo_needsTitle {
  padding: 5px 20px 5px 20px;
  color: #033049;
  width: 100%;
}
.mo_needsContainer .mo_needsLegend {
  width: 100%;
  padding: 5px 20px 5px 20px;
  display: flex;
}
.mo_needsContainer .mo_needsLegend span {
  display: block;
  width: 50%;
  font-size: 25px;
  font-weight: 700;
}
.mo_needsContainer .mo_needsRow {
  width: 100%;
  padding: 15px 20px 15px 20px;
  display: flex;
}
.mo_needsContainer .mo_needsRow div {
  width: 50%;
  align-self: center;
}
.mo_needsContainer .mo_needsRow div span {
  display: block;
  align-self: center;
}
.mo_needsContainer .mo_needsRow .mo_rowSO {
  display: flex;
}
.mo_needsContainer .mo_needsRow .mo_rowSO span {
  font-weight: 700;
}
.mo_needsContainer .mo_needsRow .mo_rowSO img {
  align-self: center;
  height: 60px;
  width: auto;
  margin-right: 15px;
}
.mo_needsContainer .mo_needsRow .mo_rowNE {
  padding-right: 15px;
}
.mo_needsContainer .mo_needsRow .mo_rowNE img {
  height: 40px;
  width: auto;
}
.mo_needsContainer .rowE {
  background-color: #033049;
  color: white;
}

.mo_fullContactContainer {
  width: 100%;
  display: flex;
  position: relative;
  padding: 50px 0 50px 0;
}
.mo_fullContactContainer .mo_fcc_form {
  width: 100%;
  max-width: 500px;
  color: white;
}
.mo_fullContactContainer .mo_fcc_form h2 {
  margin-bottom: 20px;
}
.mo_fullContactContainer .mo_fcc_details {
  flex-grow: 1;
  margin-left: 50px;
  align-self: center;
}
.mo_fullContactContainer .mo_fcc_details a {
  display: block;
  color: white;
  margin: 10px 0 10px 0;
  font-size: 30px;
  text-decoration: none;
}
.mo_fullContactContainer .mo_fcc_details a i {
  font-size: 50px;
  position: relative;
  top: 6px;
}

.mo_doc_store {
  width: 100%;
}
.mo_doc_store .mo_docTitle {
  width: 100%;
  margin: 10px 0 10px 0;
}
.mo_doc_store .mo_docs {
  display: flex;
  flex-wrap: wrap;
}
.mo_doc_store .mo_docs .mo_singleDoc {
  margin: 20px;
  display: flex;
  cursor: pointer;
}
.mo_doc_store .mo_docs .mo_singleDoc .mo_sd_icon {
  width: 70px;
  height: auto;
  align-self: center;
}
.mo_doc_store .mo_docs .mo_singleDoc .mo_docContent {
  margin-left: 20px;
  align-self: center;
}
.mo_doc_store .mo_docs .mo_singleDoc .mo_docContent span {
  display: block;
  color: #033049;
}
.mo_doc_store .mo_docs .mo_singleDoc .mo_docContent .mo_dcTitle {
  font-weight: 700;
  font-size: 20px;
  text-decoration: underline;
}
.mo_doc_store .mo_docs .mo_singleDoc .mo_docContent .mo_span {
  font-weight: 200;
  font-size: 17px;
}

.listContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.listContainer .listContainerHead {
  width: 100%;
  text-align: center;
  max-width: 800px;
}
.listContainer .singleBigList {
  width: 100%;
  max-width: 500px;
  display: flex;
  margin: 30px;
}
.listContainer .singleBigList img {
  width: 50px;
  margin-right: 20px;
  align-self: center;
}
.listContainer .singleBigList span {
  font-weight: 600;
}/*# sourceMappingURL=modules.css.map */