/*  Responsive */
@media screen and (min-width: 1024px) {
  html,
  body {
    width: 100%;
    letter-spacing: 0;
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 99999;
  }
  .sticky + .site-content {
    padding-top: 83px;
  }
  .header-container {
    display: flex;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .bg-div-left,
  .bg-div-right {
    flex: 1;
    z-index: 2;
  }
  .bg-div-right {
    background: #004675;
    margin-left: -1px;
  }
  .bg-div-left {
    background: #fff;
  }
  .site-header {
    height: 81px;
    width: 1366px;
    margin: 0 auto;
    background: linear-gradient(to right, #fff 50%, #004675 50%);
    position: relative;
    z-index: 3;
    max-width: 100%;
  }
  .site-header .site-branding {
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
  }
  .site-header .site-branding a,
  .site-header .site-branding img {
    text-align: left;
  }
  .site-branding .magnify {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 35px 0 0;
  }
  .site-branding .custom-logo-link {
    width: 209px;
    display: block;
    position: relative;
    margin: 0 67px 0 0;
  }

  .site-header .burger,
  .main-navigation > button {
    display: none;
  }
  .site-header .main-navigation {
    display: block;
    height: 100%;
    width: 825px;
  }
  .site-header div.rectangle {
    border-width: 75px 40px 0px 0px;
    border-color: #004675 transparent transparent transparent;
    background: #fff;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .nav-menu {
    display: flex;
    margin: 0;
    padding: 0;
    height: 81px;
    min-height: 81px;
    align-items: center;
    text-align: center;
    background: #004675;
    transform: skew(-30deg);
  }
  .nav-menu ul,
  .nav-menu li {
    padding: revert;
  }
  .nav-menu > li {
    width: 203px;
    height: 100%;
    line-height: 81px;
    color: #f3f3f3;
    font-size: 16px;
    font-weight: 500;
  }

  .nav-menu > li:hover {
    background-color: #0c72ac;
  }
  .nav-menu > li > a {
    transform: skew(30deg);
    display: block;
    text-transform: uppercase;
    color: #f3f3f3;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 81px;
    padding: 0;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 0.07em;
  }
  .nav-menu > li > a::after {
    content: "{";
    font-size: 10.585px;
    font-family: "Wingdings 3";
    color: rgba(156, 199, 233, 0.702);
    text-transform: uppercase;
    line-height: 1.22;
    text-align: center;
    -moz-transform: matrix(
      -1.08188179603071,
      1.08159091163224,
      -1.08188179603072,
      -1.08159091163224,
      0,
      0
    );
    -webkit-transform: matrix(
      -1.08188179603071,
      1.08159091163224,
      -1.08188179603072,
      -1.08159091163224,
      0,
      0
    );
    -ms-transform: matrix(
      -1.08188179603071,
      1.08159091163224,
      -1.08188179603072,
      -1.08159091163224,
      0,
      0
    );
    position: absolute;
    top: 31px;
    right: -20px;
  }
  .nav-menu > li.no-children a::after {
    content: "";
  }
  .nav-menu > li.no-children a {
    font-size: 19.04px;
    letter-spacing: 0.05em;
    color: #9cc7e9;
    font-style: italic;
    font-weight: 900;
  }
  .nav-menu > a {
    line-height: 81px;
  }
  .nav-menu a {
    text-decoration: none;
    color: #fff;
  }
  .nav-menu .sub-menu {
    list-style: none;
  }

  .nav-menu > li > ul.sub-menu {
    transform: skew(30deg);
    width: 1258px;
    height: 365px;
    opacity: 0.98;
    background: linear-gradient(180deg, #0c74af 0%, #004675 100%);
    box-shadow: -1px 1px 27px rgba(0, 0, 0, 0.75);
    justify-content: space-evenly;
    display: none;
    position: absolute;
    left: -175px;
    margin: 0;
    margin-top: 1px;
  }

  .nav-menu .sub-menu > li {
    width: fit-content;
    flex: 1;
    height: 100%;
    line-height: 25px;
    color: #f3f3f3;
    font-size: 16px;
    font-weight: 400;
    margin-right: 20px;
  }

  .nav-menu > li:hover > ul {
    display: flex;
  }
  .nav-menu > li > ul.sub-menu > li > a {
    padding: 20px 0;
    margin: 20px 10px;
    font-size: 19px;
    font-weight: bold;
    line-height: 31px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #9cc7e9;
    text-transform: uppercase;
    letter-spacing: 0;
  }
  .nav-menu > li > ul.sub-menu::after {
    position: absolute;
    bottom: 0;
    content: " ";
    background-image: url("/wp-content/themes/endeavors/assets/img/double-up-arrow.png");
    height: 37px;
    width: 70px;
    cursor: pointer;
    pointer-events: all;
  }
  ul.sub-menu ul.sub-menu {
    padding: 0 0;
    margin: 0 10px;
    text-align: left;
  }
  ul.sub-menu ul.sub-menu li {
    margin-bottom: 10px;
  }
  ul.sub-menu ul.sub-menu li a:hover {
    color: #9cc7e9;
  }
  .site-header .donate-btn {
    margin: 0;
    height: 50px;
    width: 168px;
    margin-left: 35px;
    background: linear-gradient(180deg, #d10000 0%, #9a0000 100%);
    position: relative;
    border-radius: 10px;
  }
  .site-header .donate-btn a {
    height: 100%;
    width: 100%;
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.61);
    height: fit-content;
  }
  .video-play-ctrl {
    height: 200px;
    width: 200px;
    outline: none;
  }
  .video-play-ctrl:focus {
    outline: none;
  }

  div.main-page-banner {
    height: calc(100vh - 200px);
    min-height: 715px;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
  }
  .main-page-banner .heading-text {
    /* height: 151px; */
    width: 1098px;
    text-align: center;
    display: block;
    position: absolute;
    /* top: 190px; */
    z-index: 2;
    max-width: 100%;
  }
  .main-page-banner .heading-text h1 {
    font-family: "Nunito Sans", sans-serif;
    color: #ffffff;
    font-size: 95px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 79px;
    text-shadow: -3px 4px 29px rgba(0, 0, 0, 0.67);
  }
  .main-page-banner .banner-buttons {
    flex-direction: row;
    justify-content: center;
    bottom: 150px;
    padding: 0;
    margin: 0px;
  }
  .main-page-banner .banner-buttons .get-help-now,
  .main-page-banner .banner-buttons .get-involove {
    height: 99px;
    width: 526px;
    text-align: center;
    margin: 0;
    margin-right: 40px;
  }
  .main-page-banner .banner-buttons a {
    text-shadow: -3px 4px 32px rgba(0, 0, 0, 0.61);
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 99px;
  }
  .get-help-now .btn-side-img,
  .get-involove .btn-side-img {
    height: 110px;
    width: 125px;
  }

  .widget-title h2 {
    font-size: 54px;
    width: 392px;
  }
  .what-we-do .widget-title h2 {
    height: 41px;
    width: 464px;
    color: #1d7aab;
    font-family: Verdana;
    font-size: 54px;
    font-weight: bold;
    text-align: center;
  }
  .what-we-do::before {
    content: " ";
    box-sizing: border-box;
    height: 371px;
    width: 1254px;
    border: 5px solid #9cc7e9;
    background-color: transparent;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 18px);
    max-width: 100%;
  }
  .home .what-we-do::before {
    display: none ;
  }
  .widget-title.strike-through::after {
    display: none;
  }
  .what-we-do .widget-text {
    height: 140px;
    width: 1059px;
    color: #1f1f1f;
    font-size: 23px;
    letter-spacing: 0;
    line-height: 34px;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .nwidget.pillars-section  .what-we-do-lower-text {
    height:40%;
  }
  .nwidget.pillars-section  .what-we-do-lower-text a {
    width: 60%;;
  }
  .pillar-content-container {
    display: flex;
    width: 1122px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-color: #fff;
    max-width: 100%;
  }
  .home .pillar-content-container {
    width: 1366px;
    max-width: calc(100% - 60px);
  }
  .pillar {
    flex: 1;
    height: 378px;
    position: relative;
  }
  .home .pillar {
    height: 380px;
    margin: 32px 10px;
    max-width: calc(100% - 20px);
  }
  .pillar_desc {
    font-size: 23px;
    letter-spacing: -0.01rem;
  }
  .pillar_img:hover .pillar_desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    width: calc(100% - 30px);
    /* return this when you show the button */
    /* bottom: 20px; */
    /* transform: translate(-50%, -0%); */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pillar_desc p {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
  }
  .pillar__desc-btn {
    height: 37px;
    width: 180px;
    background-color: #b20000;
    cursor: pointer;
    text-align: center;
    line-height: 37px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.025rem;
    border-radius: 5px;
    display: none;
  }
  .pillar_img:hover::after {
    content: " ";
    opacity: 0.56;
    background-color: #000000;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    display: block;
  }
  section.home-page-story {
    display: flex;
    /* margin-top: 70px; */
  }
  section.home-page-story .video {
    flex: 1;
    order: 2;
  }
  section.home-page-story > div {
    flex: 1;
    order: 1;
  }
  section.home-page-story .video-desc-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .full-video-link img {
    display: block;
  }
  .video-desc-container .desc {
    width: 464px;
    margin-bottom: 41px;
  }
  .video-desc-container h3 {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 40px;
    width: 480px;
    text-align: center;
    margin: 10px 0;
  }
  .video-desc-container a {
    height: 73px;
    width: 480px;
    color: #ffffff;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 58px;
    line-height: 73px;
  }
  section.home-page-story .video-desc-container .desc,
  section.home-page-story .video-desc-container .desc p {
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
  }
  .latest-news {
    height: 351px;
    margin: 80px auto 124px;
  }
  .swiper-news-box {
    display: flex;
    justify-content: space-around;
  }
  .swiper-button {
    flex: 1;
    height: 185px;
    position: relative;
    display: block;
    overflow: hidden;
  }
  .swiper-button {
    outline: none;
  }
  .swiper-button a {
    font-size: 80px;
    text-decoration: none;
    line-height: 185px;
    display: block;
    position: absolute;
    font-weight: 300;
    font-size: 10.585px;
    font-family: "Century Gothic", "Roboto", "Nunito Sans", sans-serif;
    color: rgb(29, 122, 171);
    text-align: center;
    -moz-transform: matrix(4.66489430230598, 0, 0, 7.42184914641266, 0, 0);
    -webkit-transform: matrix(4.66489430230598, 0, 0, 7.42184914641266, 0, 0);
    -ms-transform: matrix(4.66489430230598, 0, 0, 7.42184914641266, 0, 0);
  }

  .swiper-button-next-unique a,
  .swiper-button-next-unique2 a {
    left: 55px;
  }
  .swiper-button-prev-unique a,
  .swiper-button-prev-unique2 a {
    right: 55px;
  }
  .swiper-container-news,
  .leadership-swiper-container {
    max-width: 1366px;
    margin: 0 auto;
    overflow: hidden;
  }
  .swiper-container-profile, .single-col-swiper-container-profile {
    max-width: 1250px;
  }
  .latest-news h3 {
    margin-bottom: 79px;
    font-size: 45px;
    line-height: 58px;
    text-align: center;
  }
  .news-box a {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0;
    width: calc(100% - 10px);
  }
  section.major-funder {
    height: 410px;
  }
  .major-funder-container {
    width: 100%;
    max-width: 1366px;
    align-items: center;
  }
  .major-funder h3 {
    margin: 0 auto;
    padding: 77px 0;
    font-size: 45px;
    font-weight: 900;
  }
  .major-funder__item {
    flex: 1;
  }
  .contact-us-frm {
    height: 522px;
  }
  .contact-us-frm__container {
    display: flex;
    justify-content: space-between;
    max-width: 1366px;
    width: 100%;
    margin: 90px auto 0;
  }

  .extra-contact-info {
    width: 405px;
    display: flex;
    flex-direction: row;
    margin-bottom: 80px;
    flex-wrap: wrap;
  }
  .extra-contact-info > div {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .extra-contact-info > div:first-child {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
  }
  .contact-us-frm__container .end-logo {
    margin: 0;
    height: 66px;
    width: 314px;
    padding: 0;
  }
  .awards-logos__container {
    background: rgba(0, 0, 0, 0.7);
    height: 166px;
  }
  .contact-us-frm .awards-logos {
    order: 2;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    display: flex;
    width: fit-content;
    height: 100%;
  }
  .awards-logos div {
    margin: 15px 50px;
  }
  .extra-contact-info .call-icon {
    order: 3;
    height: 49px;
    width: 49px;
    margin-right: 25px;
  }
  .extra-contact-info .call {
    order: 4;
    text-align: left;
  }
  .extra-contact-info .call a {
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 39px;
    display: block;
  }
  .extra-contact-info .location-icon {
    order: 1;
    margin: 0;
    margin-right: 32px;
    width: 38px;
    height: 56px;
  }
  .extra-contact-info .location {
    order: 2;
    width: 335px;
    text-align: left;
  }
  .contact-us-frm__container .contact-button {
    width: 341px;
    margin: 0;
  }
  footer.site-footer {
    height: 100px;
  }
  footer.site-footer .footer-container {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1250px;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
  }
  .site-footer .end-logo-desktop-only {
    background-image: url(/wp-content/themes/endeavors/assets/img/endeavors-white-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 163px;
    height: 34px;
    margin-right: 51px;
    display: block;
    background-position: center;
  }
  footer .copyright {
    padding: 0;
    margin: 0 90px 0 0;
    font-size: 16px;
  }
  footer .footer-links {
    padding: 0;
    margin: 0 105px 0 0;
    font-size: 20px;
  }
  footer .site-social {
    display: flex;
  }

  /* Blog Page */
  .blog-banner-section {
    position: relative;
  }
  .blog-banner-section::before {
    content: " ";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(180deg, #9cc7e9 0, #ffffff 225px);
  }
  div.blog-banner {
    flex-direction: row;
    justify-content: space-between;
    max-height: 576px;
    padding: 40px 0 60px;
  }
  div.main-blog-banner {
    /* min-width: 1025px; */
    margin-right: 22px;
    overflow: hidden;
  }
  div.sub-blog-banner {
    flex: 1;
    min-width: 320px;
    margin: 0;
    padding: 0;
  }
  .sub-blog-banner::before {
    display: none;
  }
  .sub-banner-item {
    height: 180px;
    margin: 0 0 18px 0;
    width: 100%;
  }
  .trending-videos .slider,
  .slider,
  .blog-content .blog_cat_section {
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .slider .read-more,
  .blog-content-items .read-more {
    display: none;
  }
  .press-archive::before {
    max-width: 100%;
  }
  .press-release .blog_cat_section {
    width: 100%;
  }
  .main-blog-banner .title h1 {
    margin-left: 58px;
    width: 864px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: fit-content;
  }

  .main-blog-banner .title h1 a {
    text-decoration: none;
    font-size: 36px;
  }
  .sub-banner-item .title {
    font-size: 22px;
  }
  .trending-videos {
    height: 498px;
    padding-top: 75px;
  }
  .blog-content {
    width: 1366px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 100vw;
  }
  .blog-side {
    width: 264px;
    margin-top: 64px;
  }
  .blog-content-items {
    width: 1018px;
    margin-top: 64px;
    max-width: calc(100% - 300px);
  }
  .trending-videos .section-blog-title {
    max-width: 100vw;
    width: 1366px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 29px;
  }
  .blog-video-container,
  .blog_cat_section .blog-news-box {
    margin: 0;
    margin-right: 32px;
    overflow: hidden;
  }
  .blog-video-container:last-child,
  .blog_cat_section .blog-news-box:last-child {
    margin-right: 0;
  }
  .blog-video-container:nth-child(4),
  .blog_cat_section .blog-news-box:nth-child(3) {
    margin-right: 0;
  }
  .blog-video-container .vid-content,
  .blog_cat_section .blog_news__img {
    height: 200px;
    width: 317px;
  }
  .blog_cat_section .slider {
    max-width: 100%;
  }
  .blog-video-container .vid-title,
  .vid-title a,
  .blog_cat_section .title,
  .blog_cat_section .title a,
  .blog-video-container {
    font-size: 18px;
    color: #545252;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: none;
  }
  .trending-videos .section-blog-title h3,
  .section-blog-title h3 {
    margin-left: 22px;
    height: 25px;
    color: #000000;
    font-size: 32.5px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    color: #000000;
  }
  .section-blog-title h3 {
    font-family: Roboto;
    line-height: 40px;
    margin: 0;
    height: 40px;
  }

  .trending-videos .end-logo-blue,
  .section-blog-title .end-logo-blue {
    height: 40px;
    width: 40px;
    margin: 35px 22px 35px 0;
  }
  .trending-videos .section-blog-title h3, .section-blog-title h3{
    font-size: 30px;
    font-weight: 900;
  }
  .view-all {
    display: block;
    height: 13px;
    width: 102px;
    color: #0d80c1;
    font-family: Roboto;
    font-size: 17px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 22px;
    text-align: right;
    text-decoration: none;
    white-space: nowrap;
    height: fit-content;
    display: block;
  }

  .blog-content .blog_cat_section {
    margin-top: 64px;
    height: 333px;
    display: block;
    width: 1015px;
    max-width: 100%;
  }
  .blog_cat_section .section-blog-title {
    margin: 0;
    padding: 0;
    height: 40px;
    margin: 0 0 32px;
    max-width: 100%;
    width: 100%;
  }
  .blog-content .blog_cat_section {
    display: flex;
    flex-direction: column;
    height: fit-content;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .slider {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .press-release .end-logo-blue {
    display: none;
  }
  .press-release .section-blog-title h3 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.025em;
    white-space: nowrap;
  }
  .press-release .view-all {
    text-align: center;
    padding: 20px;
    background: #EBEBEB;
    margin: 0 auto;
    font-style: normal;
  }
  .press-archive .year-title::after {
    top: 11px;
}
.press-archive .year-title.down::after {
    top: 13px;
}
.press-archive .year-title::after {
  right: 5px;
}
  .stay-contected-container .title {
    font-size: 62px;
  }
  .stay-contected-container .desc {
    font-size: 29px;
  }

  .stay-contected-container .frm-container form {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1366px;
    margin: 0 auto;
  }
  .stay-contected-container .input-control {
    height: 92px;
    width: 328px;
    margin: 0;
  }
  button.signup {
    width: 262px;
    height: 92px;
    color: #fefefe;
    font-size: 30px;
    letter-spacing: -0.025em;
    text-align: center;
  }
  /* history page */
  .history-video .text {
    text-shadow: -3px 4px 29px rgba(0, 0, 0, 0.67);
    font-size: 90px;
  }
  .history-video .text h1 {
    font-size: inherit;
  }
  .history-video h1 {
    position: relative;
  }
  .history-video .desktop {
    display: block;
  }
  .history-video .mobile {
    display: none;
  }

  .history-video::before {
    display: none;
  }
  .history-video h1::after {
    display: none;
    width: 149px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    margin-left: 27px;
    position: absolute;
    background-image: url("/wp-content/themes/endeavors/assets/img/play-btn.png");
  }
  .year-story {
    display: flex;
    padding: 0;
    align-items: center;
    overflow: hidden;
  }
  .story-container {
    display: block;
  }
  .year-story .title,
  .year-story em {
    font-size: 33.5px;
    line-height: 27.37px;
  }
  .year-story .text p {
    line-height: 27px;
    font-size: 21px;
    margin-left: 0;
  }

  .entry-content section:nth-child(2) .story-text-container {
    align-self: center;
    max-width: 100%;
    margin: 0;
  }
  .entry-content section:nth-child(2) .title {
    line-height: 35px;
    margin-bottom: 20px;
  }
  .entry-content section.year-story:nth-child(2n + 2) img {
    margin: 0 40px 20px 0;
    float: left;
    padding: 0;
    max-width: 500px;
  }

  .entry-content section.year-story:nth-child(2n + 1) img {
    margin: 0 0 20px 40px;
    float: right;
    padding: 0;
    max-width: 500px;
  }

  .entry-content section:nth-child(2n + 1) .story-container {
    padding: 50px 0;
  }
  .entry-content section:nth-child(2n + 2) .story-container {
    padding: 70px 0;
  }
  .entry-content section:nth-child(3) .bordered-img,
  .entry-content section:nth-child(3) img {
    margin: 0;
    padding: 0;
    margin-left: 65px;
    height: 100%;
    width: 793px;
  }
  .entry-content section:nth-child(3) img {
    border: 25px solid #fff;
  }

  .entry-content section:nth-child(4) .story-container {
    max-width: 1366px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }

  .entry-content section:nth-child(4) .story-container .bordered-img {
    flex-basis: 430px;
  }

  .year-story.background {
    height: 221px;
    background-color: #ebebeb;
  }

  /* Leadership page */
  .leadership-banner-section h1 {
    height: 80px;
    font-size: 110px;
    line-height: 91px;
  }
  .leadership-banner-section div.main-page-banner {
    min-height: 499px;
    height: 499px;
  }
  .leadership-banner-section div.main-page-banner.fit-img{
    min-height: unset !important;
    height: fit-content !important;
  }
  .leadership-widget .title h2 {
    height: 40px;
    font-size: 54px;
    letter-spacing: 0;
    font-weight: 400;
    width: 100%;
    margin: 102px auto 83px;
  }
  .leadership-widget .slider {
    width: 1007px;
    margin: 0 auto;
  }
  .leadership-content {
    max-width: 1100px;
    margin: 0 auto;
  }
  .profile-box-title {
    height: 238px;
    width: 233px;
  }
  .profile-box {
    width: 233px;
    max-width: 233px;
  }

  .profile-box .position {
    font-size: 17px;
  }
  .page-template-mfc-clinic .profile-sliders,
  .eu-page .profile-sliders,
  .pillars-landing-page .profile-sliders {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
  }
  .page-template-mfc-clinic .profile-sliders .swiper-container-profile,
  .eu-page .profile-sliders .swiper-container-profile,
  .pillars-landing-page .profile-sliders .swiper-container-profile {
    width: 1250px;
    max-width: calc(100% - 116px);
  }
  .page-template-mfc-clinic .profile-sliders .swiper-profile-next::after {
    float: right;
  }
  .page-template-mfc-clinic .profile-sliders .swiper-profile-prev::after {
    float: left;
  }
  .page-template-mfc-clinic .profile-sliders .swiper-profile-prev,
  .page-template-mfc-clinic .profile-sliders .swiper-profile-next {
    right: 0;
    left: 0;
    margin-top: 0;
    height: fit-content;
  }
  .page-template-mfc-clinic .endeavors-events {
    display: block;
    overflow: hidden;
  }
  .profile-popup,
  .who-what-why-popup {
    height: 700px;
    max-height: calc(100vh - 180px);
    width: 1190px;
  }
  .profile-popup .profile-img {
    display: block;
    width: 570px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    max-width: 40vw;
  }
  .profile-popup .profile-img a {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .profile-popup .profile-content {
    margin: 80px 30px 65px 85px;
    padding-right: 70px;
    overflow-x: hidden;
    padding: 0;
  }
  .profile-popup ::-webkit-scrollbar {
    width: 20px;
  }

  /* Track */
  .profile-popup ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  .profile-popup ::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  .profile-popup ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .profile-content .profile-name {
    font-size: 35px;
  }
  .profile-content .profile-position {
    font-size: 27px;
    margin: 10px 0 50px;
  }
  .profile-content .profile-position br {
    height: 10px;
    display: block;
    content: "";
  }
  .profile-popup .profile-desc {
    font-size: 22.59px;
    line-height: 30.54px;
    color: #000;
    font-weight: 400;
    margin-right: 35px;
  }
  .profile-popup .profile-desc p {
    font-size: inherit;
    line-height: inherit;

    color: inherit;
    font-weight: inherit;
  }
  /* temp solution */
  .addAutoMargin .slider::after {
    content: "";
    margin-right: auto;
  }
  .addAutoMarginToLast2 .slider > div:nth-last-child(2),
  .addAutoMarginToLast3 .slider > div:nth-last-child(2),
  .addAutoMarginToLast3 .slider > div:nth-last-child(3)
  {
    margin-right: 20px;
  }

  .leadership-txt .title {
    font-size: 45.07px;
    letter-spacing: -0.025em;
    line-height: 37.5px;
    margin-bottom: 50px;
  }
  .leadership-txt .desc {
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 0;
  }
  .leadership-txt .desc p {
    margin: 0;
    padding: 0;
  }
  .leadership-txt a.action-btn {
    margin-bottom: -28px;
    margin: 59px auto 109px;
    font-size: 30px;
    letter-spacing: -0.025em;
    font-weight: 400;
    width: 567px;
    height: 91px;
    line-height: 91px;
  }
  /* get help */
  .gethelp div.main-page-banner {
    margin-bottom: 120px;
  }
  .gethelp .page-main-header .container {
    width: 1366px;
    max-width: 100%;
  }
  .gethelp .page-main-header h1 {
    color: #013c63;
    font-size: 76px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 218px 0 53px 37px;
    width: 100%;
  }
  .gethelp .page-main-header p {
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
    margin: 0 0 53px 33px;
    width: 624px;
    display: block;
  }
  .main-page-banner .dropdown {
    height: 23px;
    width: 624px;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.82);
    margin-left: 30px;
  }
  .main-page-banner .dropdown .dropdown-content {
    display: none;
  }
  .gethelp .state-container {
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .gethelp .states {
    width: 700px;
    justify-content: space-between;
    position: absolute;
    top: -50px;
    text-align: center;
  }
  .gethelp .states p.active {
    color: #0d80c1;
    position: relative;
  }
  p.active::after {
    border: 0;
    bottom: -25px;
    height: 16px;
    width: 28px;
    content: " ";
    background-image: url(/wp-content/themes/endeavors/assets/img/drop-carrot.png);
    background-size: contain;
    position: absolute;
    right: 35px;
    transform: rotate(180deg);
  }
  .gethelp .states p {
    color: #2e2b2e;
    font-family: Roboto;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
    margin: 12px 0;
  }
  .gethelp-content {
    margin-top: -10px;
    background: linear-gradient(
      270deg,
      #9cc7e9 0%,
      #dbeaf5 50.59%,
      #9cc7e9 100%
    );
  }
  .gethelp section.home-page-story {
    margin-top: 0px;
  }
  .accord-heading {
    background: linear-gradient(270deg, #72a9d5 0%, #0f5e8a 100%);
    cursor: pointer;
  }
  .accord-heading__conainter {
    max-width: 100%;
    margin: 7px auto;
    width: 1366px;
    padding-left: 53px;
  }
  .ui-accordion-header-active {
    margin-bottom: 15px;
    background: linear-gradient(270deg, #72a9d5 0%, #0f5e8a 100%);
  }
  .accord-heading h3 {
    height: 90px;
    line-height: 90px;
    text-align: left;
    color: #fefefe;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0;
    position: relative;
    width: fit-content;
    padding-right: 30px;
    margin: 0;
  }
  .accord-heading h3::after {
    height: 16px;
    width: 28px;
    content: " ";
    background-image: url("/wp-content/themes/endeavors/assets/img/drop-carrot.png");
    background-size: contain;
    position: absolute;
    top: 37px;
    right: -30px;
  }

  .accord-content {
    max-width: 100%;
    width: 1366px;
    margin: 0 auto;
    padding-left: 53px;
  }
  .gethelp .accord-content .title {
    color: #013c63;
    font-family: Roboto;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 38px;
    margin-bottom: 37px;
  }
  .support-our-mission {
    margin: 135px auto 150px;
  }
  .gethelp {
    overflow-x: hidden;
  }

  .gethelp .widget.home-page-story .video-desc-container {
    order: 2;
    flex-basis: 0;
  }
  .gethelp .widget.home-page-story .video {
    order: 1;
    flex-basis: 746px;
    margin-right: 130px;
  }
  .gethelp .extra-space {
    order: 3;
    flex-basis: calc((100% - 1366px) / 2);
    width: calc((100% - 1366px) / 2);
    flex: revert;
  }
  .gethelp .widget-title h2 {
    color: #1d7aab;
    font-size: 54px;
    font-weight: bold;
    letter-spacing: -0.025em;
    text-align: center;
    width: fit-content;
    padding: 0 40px;
  }
  .gethelp .widget-content {
    padding: 0;
  }
  .gethelp .strike-through {
    position: relative;
  }
  .gethelp .strike-through::before {
    content: " ";
    box-sizing: border-box;
    width: 1254px;
    border-top: 5px solid #9cc7e9;
    background-color: transparent;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10px);
    max-width: 100%;
    z-index: -1;
  }
  .gethelp .widget-text {
    margin: 50px auto;
  }
  .gethelp .widget-text p {
    text-align: center;
    margin: 0 auto;
    width: 1059px;
    color: #1f1f1f;
    font-size: 24px;
    line-height: 33.69px;
  }
  .image-with-txt {
    display: flex;
    margin: 56px 0;
  }
  .image-with-txt img {
    margin-right: 65px;
  }
  .image-with-txt .text {
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
  }
  .accord-content .cities {
    display: flex;
    flex-direction: row;
    height: 76px;
    line-height: 76px;
    width: 100%;
    border-top: 4px solid #fff;
  }
  .accord-content .cities div {
    flex: 1;
    text-align: center;
    border-right: 2px solid #fff;
  }
  .accord-content .cities div:last-child {
    margin-right: 100px;
  }
  .accord-content .cities .cities-title {
    background: #fff;
    color: #013c63;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
  }
  .accord-content .cities .city-name {
    color: #0d80c1;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
  }
  .accord-content .buttons {
    margin-left: 415px;
    display: flex;
    justify-content: space-between;
  }
  .accord-content .buttons div {
    width: 396px;
    height: 76px;
    margin-bottom: 55px;
  }
  .accord-content .buttons div a {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 76px;
    text-align: center;
    width: 100%;
    display: block;
  }
  .accord-content .buttons .get-help-now {
    background-color: #004675;
  }
  .accord-content .buttons .learn-more {
    background-color: #217dad;
  }
  .blue-separate {
    border: 5px solid #9cc7e9;
    margin: 50px 0;
  }
  .mission-container {
    display: flex;
    width: 1250px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-color: #fff;
    max-width: 100%;
    height: 295px;
  }
  .missionbox {
    margin-right: 30px;
    flex: 1;
    height: 100%;
    background-color: #ffffff;
    box-shadow: -3px 4px 16px rgba(0, 0, 0, 0.52);
    text-decoration: none;
  }
  .missionbox:last-child {
    margin-right: 0;
  }
  .missionbox__img {
    height: 235px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .missionbox__img.mission-vulnteer {
    background-image: url("/wp-content/themes/endeavors/assets/img/mission-box-volunteer.jpg");
  }
  .missionbox__img.mission-partner {
    background-image: url("/wp-content/themes/endeavors/assets/img/mission-box-partner.jpg");
  }
  .missionbox__img.mission-funds {
    background-image: url("/wp-content/themes/endeavors/assets/img/mission-box-funds.jpg");
  }
  .missionbox__img.mission-donate {
    background-image: url("/wp-content/themes/endeavors/assets/img/mission-box-donate.jpg");
  }
  .missionbox__txt {
    color: #1d7aab;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
  }

  .want-to-join.gethelp-widget,
  .widget-title.strike-through {
    margin-top: 120px;
  }
  .endeavors-events.gethelp-widget {
    padding-bottom: 120px;
  }
  .endeavors-events.gethelp-widget .events-container {
    display: flex;
    justify-content: space-evenly;
    max-width: 1485px;
    height: 514px;
    margin: 80px auto 0;
  }
  .endeavors-events .events-date-container {
    width: 514px;
    height: 100%;
    background: linear-gradient(180deg, #9cc7e9 0%, #217dad 100%);
  }
  .endeavors-events .events-date-details {
    width: 850px;
    height: 100%;
  }
  .accord-content.history {
    width: 100%;
    background: radial-gradient(circle, #dddddd 0%, #ffffff 100%);
    padding-left: 0;
  }
  .accord-content.history h3 {
    font-size: 63.18px;
    font-weight: bold;
    line-height: 105px;
  }
  .accord-content.history .read-more {
    margin-left: 20px;
  }
  .accord-content.history .history-container {
    display: flex;
    height: 715px;
  }
  .accord-content.history .video-desc-container p {
    font-size: 20px;
    line-height: 27px;
  }
  .history-container .video,
  .history-container .video-desc-container {
    flex: 1;
  }
  .history-container .extra-space {
    order: 1;
  }
  .history-container .video-desc-container {
    order: 2;
  }
  .history-container .video {
    order: 3;
  }
  .date__desc {
    padding: 0 0 58px 0;
    margin: 0 auto;
    text-align: center;
  }
  .date__desc div {
    margin: 0;
    padding: 0;
  }
  .events-date-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .date-num {
    opacity: 0.9;
    color: #ffffff;
    font-size: 241px;
    font-weight: bold;
    letter-spacing: -0.027em;
  }
  .date-month {
    color: #ffffff;
    font-size: 53px;
    font-weight: 500;
  }
  div.date-time {
    color: #004675;
    font-size: 28px;
    font-style: italic;
    letter-spacing: 0;
    margin: 30px 0;
  }
  .date-link {
    height: 50px;
    width: 313px;
    background-color: #0d80c1;
  }
  .date-link a {
    color: #ffffff;
    font-size: 21px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    display: block;
    height: 100%;
    width: 100%;
  }
  .date-daylist {
    width: 85px;
    display: flex;
    flex-direction: column;
    background: #9cc7e9;
    justify-content: center;
  }
  .date-daylist div {
    text-align: center;
    flex: 1;
    color: #464646;
    font-size: 35px;
    letter-spacing: -0.025px;
    text-align: center;
    line-height: 73.42px;
  }
  .date-daylist div.up,
  .date-daylist div.down {
    color: #004675;
    font-family: Times;
    letter-spacing: 0;
  }
  .date-daylist div.up {
    transform: rotate(-90deg);
  }
  .date-daylist div.down {
    transform: rotate(90deg);
  }
  .date-daylist div.active.num {
    background-color: #004675;
    color: #fff;
    position: relative;
  }
  .date-daylist div.active.num::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #004675;
    right: -22px;
    top: 17px;
    position: absolute;
  }
  .events-date-details {
    background-image: url(/wp-content/themes/endeavors/assets/img/event-desc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
  }
  .events-date-details .event-summary {
    height: 236px;
    width: 459px;
    background: linear-gradient(180deg, #f4f4f4 0%, #c4c4c4 100%);
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
  .events-date-details .event-summary > div {
    margin-left: 39px;
  }
  .events-date-details .event-summary .event-title {
    color: #515151;
    font-size: 27px;
    font-weight: bold;
    margin-top: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: fit-content;
  }
  .events-date-details .event-summary .event-location {
    color: #515151;
    font-size: 24px;
    font-style: italic;
  }
  .events-date-details .event-summary .event-excerp {
    color: #515151;
    font-size: 15px;
    font-style: italic;
    line-height: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: fit-content;
  }
  .events-date-details .event-action {
    height: 53px;
    width: 377px;
    background-color: #004675;
    line-height: 53px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  .events-date-details .event-action a {
    height: 53px;
    font-size: inherit;
    font-family: inherit;
    text-decoration: none;
    font-weight: inherit;
    color: inherit;
    text-transform: capitalize;
  }
  .board-slider {
    display: flex;
    flex-direction: row;
  }
  .board-slider .profile-box {
  }
  /* .single-page-template{
        max-width: 1366px;
    } */
  .want-to-join.gethelp-widget h3 {
    text-align: center;
    font-size: 45.07px;
    color: #1f1f1f;
    line-height: 37.5px;
    letter-spacing: -0.025em;
    text-transform: lowercase;
    font-weight: 400;
  }
  .want-to-join.gethelp-widget .read-more {
    width: 570px;
    height: 90px;
    line-height: 90px;
    font-size: 29.86px;
    letter-spacing: -0.025em;
  }

  .endeavors-unlimited-section.gethelp-widget {
    background-color: #9cc7e9;
    height: 746px;
  }
  .endeavors-unlimited-section.gethelp-widget h2 {
    background-color: inherit;
    padding: 120px 65px 90px;
    z-index: 2;
    position: relative;
    background-color: #9cc7e9;
  }
  .gethelp .endeavors-unlimited-section.gethelp-widget .strike-through::before {
    z-index: 1;
    border-top: 5px solid #70b2dc;
    top: 120px;
    max-width: 1366px;
    width: calc(100% - 80px);
  }
  .endeavors-unlimited-section.gethelp-widget .four-section {
    display: flex;
    max-width: 1366px;
    width: calc(100% - 80px);
    justify-content: space-between;
    margin: 0 auto;
    height: 240px;
  }
  .four-section div {
    margin-right: 20px;
  }
  .four-section .text {
    font-size: 24.86px;
    line-height: 30px;
    color: #1d1d1d;
    font-weight: bold;
    position: relative;
  }
  .four-section .text em {
    display: block;
    font-size: 34px;
    color: #004675;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
  }
  .four-section .text span {
    display: inline-block;
    background-color: #1d7aab;
    border-radius: 70px;
    color: #fff;
    font-size: 40.68px;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    position: absolute;
    top: -15px;
    right: 0px;
  }
  .four-section .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .desc-four-section {
    display: flex;
    justify-content: space-evenly;
    max-width: calc(100% - 80px);
    width: 1366px;
    margin: 40px auto;
  }
  .gethelp .widget-text .desc-four-section p {
    text-align: left;
    letter-spacing: -0.025em;
    font-size: 18px;
    font-weight: 400;
  }
  .gethelp .widget-text .desc-four-section p em {
    font-size: 20.41px;
    font-weight: bold;
    font-style: normal;
  }

  .desc-four-section a.read-more {
    margin-left: 20px;
  }

  .endeavors-unlimited-section.gethelp-widget .four-section div {
    height: 190px;
    width: 330px;
  }
  /* blog deatils */
  .blog .single-banner {
    height: 758px;
  }
  .blog .single-title {
    width: 1258px;
    margin: 0 auto;
    margin-top: -109px;
    padding-top: 40px;
  }
  .blog .single-title h1, .single-personeels h1 {
    font-size: 55px;
    padding: 30px 50px 10px;
  }
  .blog .single-title h2 {
    font-size: 37px;
    line-height: 46px;
    font-weight: 900;
    margin-top: 10px;
  }
  .single-text {
    justify-content: space-between;
    width: 1107px;
    position: relative;
  }
  .single-left {
    width: 805px;
    padding: 0;
    margin: 0;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
  }
  .single-left img {
    float: left;
    margin: 5px 10px 5px 0;
  }
  .single-right {
    width: 237px;
    position: relative;
  }

  .single-content p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 40px 0;
  }
  .blog .single-right h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    margin-top: 60px;
    font-size: 24px;
    line-height: 22px;
  }
  .blog .cat {
    margin: 50px auto;
  }
  .related-blog .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 155px;
    margin: 30px 0 18px;
  }
  .related-blog h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
  }
  .related-blog h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #000;
  }
  .read-time {
    height: 130px;
    width: 168px;
    opacity: 0.75;
    background-color: #ebebeb;
    text-align: center;
    right: 0;
    top: 85px;
  }
  .read-time.stick {
    position: fixed;
    z-index: 2;
  }
  .read-time .time {
    color: #b70000;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 0.075rem;
    line-height: 49px;
  }
  .read-time .mintue-read {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 49px;
    text-align: center;
  }
  .read-time .indicator {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .read-time .indicator div {
    box-sizing: border-box;
    height: 22px;
    width: 9px;
    border: 1px solid #898989;
    background-color: #ffffff;
    margin-right: 5px;
  }
  .read-time .indicator div.filled {
    border: 1px solid #004675;
    background-color: #004675;
  }
  .program-template div.program-section .program-section__title,
  .program-template div.program-section .program-section__content {
    margin: 0;
    font-size: 20px;
    color: #272727;
    line-height: 27.37px;
    font-weight: 400;
  }
  .program-section__title-text h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .program-section__title-text.big h2 {
    font-size: 69px;
    line-height: 65px;
    margin-bottom: 28px;
    margin-top: 40px;
  }
  .program-template .extra-space {
    flex-basis: calc((100% - 1366px) / 2);
    width: calc((100% - 1366px) / 2);
  }
  .program-template div.program-section:nth-child(3n + 1) {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .program-template
    div.program-section:nth-child(3n + 1)
    .program-section__title-img {
    margin: 0;
    margin-right: 75px;
    height: auto;
    flex: 0;
    min-width: 555px;
    flex-basis: 555px;
  }
  .program-template
    div.program-section:nth-child(3n + 1)
    .title-and-description-combined {
    flex: 1;
    max-width: calc(100% - 635px);
  }
  .program-template .action-container {
    max-width: 819px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .action-container a.read-more {
    margin: 10px auto;
    display: block;
    height: 61px;
    font-size: 22.5px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    line-height: 61px;
  }
  .action-container a.read-more:nth-child(1) {
    flex: 1;
    margin-right: 23px;
    width: 462px;
    min-width: 400px;
  }
  .action-container a.read-more:nth-child(2) {
    margin: 0;
  }

  .program-template div.program-section:nth-child(3n + 2) {
    padding: 72px 0 83px;
  }
  .program-template
    div.program-section:nth-child(3n + 2)
    .program-section__title-text {
    height: auto;
    margin-right: 32px;
    width: 80px;
  }
  .program-template
    div.program-section:nth-child(3n + 2)
    .program-section__title-text
    h2 {
    font-size: 50.54px;
    line-height: 47px;
    letter-spacing: 0.2em;
    height: 293px;
  }
  .program-template div.program-section:nth-child(3n + 2) p {
    font-size: 25px;
    line-height: 33px;
  }
  .program-template div.program-section:nth-child(3n + 2) p:nth-child(1) {
    margin-top: 0;
  }
  .program-section-small {
    width: 1110px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: calc(100vw - 20px);
  }
  .program-template div.program-section:nth-child(3n + 3) {
    position: relative;
    max-width: calc(100vw - 20px);
    width: 1366px;
    margin: 65px auto;
  }
  .program-template div.program-section:nth-child(3n + 3) .img {
    border: solid 25px #fff;
    width: 688px;
    position: absolute;
    right: 0;
    top: -190px;
    z-index: 1;
  }
  .program-template div.program-section:nth-child(3n + 3) .img.no-border {
    border: none;
  }
  .program-template
    div.program-section:nth-child(3n + 3)
    .program-section__title,
  .program-template
    div.program-section:nth-child(3n + 3)
    .program-section__content {
    max-width: calc(100% - 740px);
  }
  .program-template div.program-section p.note {
    font-size: 19px;
    width: 1366px;
    text-align: left;
    max-width: calc(100vw - 20px);
  }
  .program-template div.program-section:nth-child(3n + 3) .action-container {
    width: 100vw;
    margin: 60px 0;
  }
  .program-section__content ul {
    flex-wrap: wrap;
  }
  .program-section__content ul li {
    width: 49%;
  }

  .active-staff-info {
    flex-wrap: nowrap;
    margin-bottom: 100px;
  }
  .active-staff-info.last-img {
    margin-bottom: 0px;
  }
  .page-template-mfc-clinic .main-line {
    height: 201px;
    margin: -108px auto 60px;
    flex-wrap: nowrap;
  }
  .page-template-mfc-clinic .hours {
    flex-wrap: nowrap;
  }
  .page-template-mfc-clinic .main-line::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    box-shadow: 0 -23px 15px 6px rgba(0, 0, 0, 0.38);
    z-index: -1;
  }
  .active-staff-bio {
    width: 550px;
    margin-top: 0;
    padding: 0;
  }
  .page-template-migrate-wellness .active-staff-bio,
  .page-template-migrate-wellness .active2-staff-bio  {
    margin-top: 0;
  }

  .page-template-mfc-clinic .title h2 {
    font-size: 61.9px;
    line-height: 76.21px;
    font-weight: bold;
  }

  .active-staff-info .image,
  .active2-staff-info .image  {
    background-color: #a1a1a1;
    width: 500px;
    height: 500px;
    margin-right: 60px;
    position: relative;
    margin-bottom: -55px;
  }
  .active2-staff-info .image  {
    width: 424px;
    height: 382px;
    margin-left: 0;
    margin-right: 30px;;
  }
  .active2-staff-bio  {
    flex:1;
  }
  .active2-staff-bio .title {
    color:#147BC6;
  }
  .active2-staff-bio .title b,
  .active2-staff-bio .actual-bio,
  .active2-staff-bio .actual-bio .summary p,
  .active2-staff-bio .read-more-bio {
    color:#000;
  }
  .extra-personnel-wrapper {
    margin-top: 120px;
  }
  .page-template-mfc-clinic .clinic-sponsors {
    margin: 70px auto;
  }
  .main-line .separator {
    display: block;
  }
  .page-template-mfc-clinic .main-line .logo {
    margin: 45px 43px 10px 80px;
  }
  .page-template-mfc-clinic .main-line .logo img {
    height: 146px;
    width: 417px;
  }

  .page-template-giving .get-invove-today {
    max-width: 1315px;
  }
  .page-template-giving .holiday-donation {
    background-image: url(/wp-content/themes/endeavors/assets/img/holiday-heros-bg.png);
    background-color: #e5e5e5;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 602px;
  }
  .page-template-giving .holiday-donation .holiday-donation-container {
    width: 1366px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 100%;
  }
  .holiday-donation-container > div {
    flex: 1;
  }
  .holiday-donation-container .img {
    margin-left: 0;
    width: 800px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .holiday-donation-container .fill-left {
    width: calc(100% - 800px);
  }
  .holiday-donation-container .holiday_links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .holiday-donation-container .holiday-donation-img {
    width: auto;
    margin-bottom: 50px;
    max-width: 633px;
  }
  .holiday-donation-container .wishlist-img {
    margin: 0;
    margin-right: 25px;
    max-width: 65%;
  }
  .holiday-donation-container .wishlist-img img {
    display: block;
    height: 77px;
  }
  .holiday-donation-container a.action-btn {
    margin: 0;
    height: 77px;
    width: 255px;
    line-height: 77px;
    max-width: calc(35% - 20px);
  }
  .get-involve-pillars {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
  }
  .get-involve-pillars > div {
    width: 386px;
    margin: 40px 0 130px 0;
    max-width: 33%;
  }


  .get-invove-today h2 {
    margin-top: 90px;
    font-size: 59px;
  }
  .get-invove-today p {
    font-size: 33px;
    line-height: 38px;
    font-weight: 400;
  }

  section.pst-donation .your-fund-content {
    width: 1315px;
    max-width: calc(100vw - 70px);
    padding-bottom: 100px;
    align-items: flex-start;
    flex-direction: column;
  }
  section.pst-donation {
    padding: 50px 0;
  }
  section.pst-donation h2 {
    max-width: calc(100vw - 70px);
    position: relative;
    width: 1315px;
  }
  section.pst-donation h2::after {
    content: "";
    width: 100%;
    background-color: #2b93c9;
    height: 3px;
  }
  .pst-donation .your-fund-content .text {
    margin-top: -10px;
    max-width: calc(100vw - 70px);
    flex-direction: row;
    margin-bottom: 60px;
  }
  .pst-donation.migrant-services-donation.no-margin .your-fund-content .text {
    margin-bottom: -10px;
  }
  .pst-donation.migrant-services-donation.no-margin a.action-btn {
    margin-bottom:0;
  }
  .pst-donation .your-fund-content .text img,  .pst-donation .your-fund-content .text a {
    margin-left: 90px;
  }
  .pst-donation .your-fund-content .text p {
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
  }
  .pst-donation .your-fund-content .text div p:first-child {
    margin-bottom: 31px;
  }
  .pst-donation .your-fund-content .img {
    margin-left: 0px;
    margin-right: 0;
    width: 100%;
    flex-direction: row;
  }
  .pst-donation.migrant-services-donation .your-fund-content .img {
    flex-direction: column;
  }
  .pst-donation a.action-btn {
    height: 103px;
    line-height: 103px;
    font-size: 32px;
    font-weight: 500;
    margin: 0 auto;
    width: 100%;
    margin-left: 90px;
  }

  .pst-donation.migrant-services-donation a.action-btn {
    margin-top: 50px;
    width: calc(100% - 90px);
  }
  section.pst-donation.migrant-services-donation .your-fund-content {
    padding-bottom: 20px;
  }
  section.your-funds {
    padding-bottom: 160px;
  }
  .your-funds h2,
  .pst-donation h2 {
    height: 60px;
    width: 650px;
    color: #1d7aab;
    font-size: 62px;
    font-weight: bold;
    letter-spacing: -0.025em;
    line-height: 62px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 90px;
  }
  .your-fund-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  .your-fund-content .img {
    margin-right: 90px;
  }
  .your-fund-content img {
    max-width: unset;
  }
  .your-fund-content .text {
    color: #414141;
    font-size: 27px;
    line-height: 35px;
    letter-spacing: -0.025em;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
  }
  .your-fund-content .text p {
    margin: 0;
    font-size: 27.59px;
    color: #414141;
    font-weight: bold;
    letter-spacing: -0.025em;
    line-height: 35px;
  }
  .your-fund-content a.read-more {
    display: block;
    font-size: 25.32px;
    height: 66px;
    line-height: 66px;
    width: 322px;
    margin: 50px 0 0 0;
  }
  .video-sction-title {
    font-weight: bold;
    font-size: 61.9px;
    letter-spacing: -0.025em;
    width: fit-content;
    margin: 90px auto 50px;
  }
  .page-template-giving .full-video-with-title .video img {
    max-width: 1081px;
    height: 615px;
    margin: 0 auto;
    display: block;
  }
  .full-video-with-title a.read-more.rounded {
    margin: 80px auto 130px;
    width: 598px;
    height: 73px;
    font-size: 25px;
    line-height: 73px;
  }

  /* annual report */
  body.page-template-annual-report div.main-page-banner {
    height: 500px;
  }

  .page-template-annual-report .banner-under-title img {
    height: 100px;
    display: block;
  }

  .page-template-annual-report .banner-under-title .separator {
    margin: 150px 50px;
    background: #bcbdc0;
    width: 3px;
    height: 130px;
  }
  .page-template-annual-report .banner-under-title {
    font-size: 40px;
    height: 208px;
  }

  .page-template-annual-report .accord-heading__conainter h3 {
    max-width: 1366px;
    font-size: 60px;
    line-height: 80px;
    font-weight: bold;
  }
  .page-template-annual-report .accord-heading h3::after {
    top: 55px;
    right: 30px;
    height: 25px;
    width: 44px;
  }

  .page-template-annual-report .hr-rule {
    border-bottom: 17px solid #bad8f0;
  }
  .page-template-annual-report .ceo-message,
  .page-template-annual-report .coo-message {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    margin: 0 auto;
    margin-bottom: -4px;
    padding-top: 80px;
    max-width: 1366px;
  }
  .page-template-annual-report .coo-message h2,
  .page-template-annual-report .ceo-message h2 {
    font-size: 41px;
    line-height: 57px;
  }
  .page-template-annual-report .ceo-message img,
  .page-template-annual-report .coo-message img {
    width: unset;
  }
  .page-template-annual-report .coo-message img {
    margin-right: 40px;
  }
  .page-template-annual-report .ceo-message p,
  .page-template-annual-report .coo-message p {
    font-size: 20.4px;
    line-height: 28px;
    letter-spacing: -0.01em;
    font-weight: 400;
    color: #000;
  }
  .page-template-annual-report .ceo-message p:last-child {
    margin-bottom: 150px;
  }
  .page-template-annual-report .coo-message p:last-child {
    margin-bottom: 50px;
  }
  .page-template-annual-report .accord-content {
    padding-left: 0;
  }
  .page-template-annual-report .accord-content img {
    max-width: 100%;
  }
  .page-template-annual-report .accord-content.give-today {
    margin-top: 60px;
  }
  .page-template-annual-report .accord-content.give-today h3 {
    margin: 80px 0 45px;
    font-size: 42px;
    line-height: 56px;
  }
  .page-template-annual-report .accord-content.give-today p {
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
  .page-template-annual-report .accord-content.give-today .single-p p {
    font-size: 20.4px;
  }
  .page-template-annual-report .accord-content.give-today .flex {
    flex-wrap: nowrap;
  }
  /* widgets */
  .donation-widget {
    padding-bottom: 82px;
  }
  .donation-widget h2 {
    padding: 90px 0 70px;
    font-size: 50px;
    line-height: 50px;
    margin: 0;
    text-align: center;
    color: #fff;
  }
  .donation-widget .right-txt {
    max-width: calc(100% - 405px - 78px);
    display: block;
    text-align: left;
    color: #fff;
    /* width: 400px; */
  }
  .no-drop-down .donation-widget .right-txt {
    width: auto;
  }
  .donation-widget .right-txt h3 {
    font-size: 28.67px;
    line-height: 33px;
    font-weight: bold;
    color: #9cc7e9;
    letter-spacing: -0.01em;
    margin-left: 0;
  }
  .donation-widget .program-section__content {
    flex-wrap: nowrap;
  }
  .donation-widget .donation-frm {
    height: 405px;
    width: 378px;
    border-radius: 5px;
    margin-right: 78px;
    margin-bottom: 0;
  }

  .aboutus .main-page-banner {
    height: 499px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .aboutus .main-page-banner h1 {
    font-size: 109px;
  }
  .aboutus section .section-container {
    width: 1366px;
  }
  .aboutus section.mission h2,
  .aboutus section.vision h2,
  .aboutus section.core-values h2 {
    padding: 94px 0 20px;
    font-size: 67.45px;
    line-height: 56.18px;
  }
  div.text p,
  div.text li,
  div.pilllar-description p {
    margin-left: 30px;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
  }
  .aboutus section.mission .text {
    width: 960px;
  }
  .aboutus section.mission {
    background-image: url("/wp-content/themes/endeavors/assets/img/our-mission-gb.png");
    background-image: url("/wp-content/themes/endeavors/assets/img/our-mission-gb.png"),
      linear-gradient(
        180deg,
        rgba(157, 199, 233, 0.54) 0%,
        rgba(255, 255, 255, 0.54) 49.41%,
        rgba(156, 199, 233, 0.54) 100%
      );
    background-repeat: no-repeat;
    background-position: right;
  }
  .aboutus section.vision {
    background-image: url("/wp-content/themes/endeavors/assets/img/our-vision-gb.png");
    background-image: url("/wp-content/themes/endeavors/assets/img/our-vision-gb.png"),
      linear-gradient(180deg, #efefef 0%, #ffffff 49.41%, #efeeee 100%);
    background-repeat: no-repeat;
    background-position: left;
  }
  .aboutus section.vision.nonbg,
  .aboutus section.mission.nonbg {
    background-image: linear-gradient(
      180deg,
      #efefef 0%,
      #ffffff 49.41%,
      #efeeee 100%
    );
    padding-left: 0;
  }
  .aboutus section.mission.nonbg {
    background-image: linear-gradient(
      180deg,
      rgba(157, 199, 233, 0.54) 0%,
      rgba(255, 255, 255, 0.54) 49.41%,
      rgba(156, 199, 233, 0.54) 100%
    );
  }
  .aboutus section.mission.nonbg .text {
    width: 100%;
  }
  .aboutus section.vision.nonbg .section-container,
  .aboutus section.mission.nonbg .section-container {
    padding-left: 0;
    max-width: 1250px;
  }
  .aboutus section.vision.nonbg .section-container h2,
  .aboutus section.mission.nonbg .section-container h2 {
    text-align: center;
  }
  .aboutus section.vision .section-container {
    width: calc(100% - 480px);
    padding-left: 450px;
    box-sizing: content-box;
    max-width: 1366px;
  }
  .aboutus section.vision .section-container p,
  .aboutus section.vision .section-container h2 {
    margin-right: 0;
  }
  section.core-values .img {
    display: block;
  }
  section.core-values {
    padding: 100px 0;
    margin: 0 auto;
  }
  .aboutus section.core-values h2 {
    padding-top: 0;
  }
  section.core-values .section-container {
    justify-content: space-between;
    align-items: flex-start;
  }
  section.core-values .section-container li {
    font-size: 26px;
    letter-spacing: 0;
    line-height: 86px;
    margin-bottom: 0;
  }
  .aboutus section.serving .section-container {
    width: 1248px;
  }
  .aboutus section.serving h2 {
    font-size: 50px;
    line-height: 56px;
    margin: 0;
    padding: 100px 0 80px;
  }
  .aboutus section.serving .text p:first-child {
    margin-top: -10px;
  }
  .aboutus section.serving .img {
    width: 546px;
  }
  .aboutus section.serving p {
    margin-right: 30px;
    margin-left: 30px;
  }
  .aboutus section.serving .text {
    max-width: calc(100% - 546px);
  }
  .aboutus section.serving a.read-more {
    width: calc(100% - 60px);
    text-transform: uppercase;
    margin: auto 30px 0;
    border-radius: 5px;
    padding: 10px;
    font-size: 27px;
    line-height: 57px;
  }
  .aboutus section.serving {
    padding-bottom: 100px;
  }
  .aboutus section.pillars-of-service .pillars-of-service__wrapper {
    display: flex;
    width: 1290px;
    justify-content: space-between;
  }
  .aboutus section.pillars-of-service .pillars-of-service__container {
    display: flex;
    flex-direction: column;
    max-width: 268px;
    flex: 1;
  }

  .aboutus section.pillars-of-service .pillars-of-service__container p,
  .aboutus
    section.pillars-of-service
    .pillars-of-service__container
    .pillar-title {
    margin-right: 0;
    margin-left: 0;
  }
  .aboutus section.pillars-of-service .pillars-of-service__container p {
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
  }
  section.pillars-of-service .read-more {
    margin: 0;
    margin-top: auto;
    text-transform: uppercase;
    width: 100%;
    border-radius: 10px;
    color: #fdfdfd;
    font-size: 32px;
    padding: 10px;
  }
  .aboutus section.pillars-of-service h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    display: flex;
    align-items: flex-end;
    height: 100%;
    text-align: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 15px;
  }

  .pillar-title {
    justify-content: flex-start;
    border-bottom: 5px solid #1d7aab;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  section.pillars-of-service .pillar-title img {
    margin-bottom: 0px;
    margin-right: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -20px;
    background-color: #004675;
  }
  .aboutus section.pillars-of-service h2 {
    font-size: 50px;
    padding: 90px 0 110px;
  }
  .aboutus section.pillars-of-service {
    padding-bottom: 140px;
  }
  .aboutus section.leader-ship h2,
  .aboutus section.annual-report h2 {
    padding: 100px 0 20px;
    font-size: 50px;
  }
  .aboutus section.leader-ship .read-more,
  .aboutus section.annual-report .read-more {
    font-size: 30px;
  }
  .aboutus section.annual-report {
    padding-bottom: 100px;
  }
  .aboutus section.annual-report h2 {
    padding-bottom: 70px;
  }
  .annual-report .flex {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .annual-report .flex .img {
    margin-left: 80px;
    flex: 1;
  }
  .annual-report .flex .flex-col {
    flex: 1;
    margin-top: -10px;
  }
  .aboutus section.annual-report .read-more {
    margin: 0;
    margin-top: auto;
  }
  .zero-top-margin p {
    margin-top: 0;
  }
  .aboutus section.see-impact,
  section.see-impact {
    background: linear-gradient(
      180deg,
      rgba(157, 199, 233, 0.54) 0%,
      rgba(255, 255, 255, 0.54) 49.41%,
      rgba(156, 199, 233, 0.54) 100%
    );
    padding: 100px 0;
    display: block;
  }
  .aboutus section.see-impact h2,
  section.see-impact h2 {
    color: #004675;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 50px;
  }
  section.see-impact img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .aboutus .support-our-mission {
    margin: 0;
  }
  .aboutus .donation-widget h2 {
    padding: 85px 0 75px;
    text-align: center;
    font-size: 50px;
    text-shadow: -3px 4px 29px rgba(0, 0, 0, 0.67);
  }
  .donation-widget .right-txt p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  /* vss */
  .page-template-vss-page .leadership-banner-section h1 {
    top: calc(50% - 100px);
  }
  .info-section {
    margin: -108px auto 130px;
    position: relative;
    z-index: 1;
    background-color: #ffffff;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 1260px;
    flex-direction: row-reverse;
    max-width: calc(100vw - 40px);
  }
  .info-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px; /* Half of the original height */
    top: 0;
    left: 0;
    box-shadow: 0 -23px 15px 6px rgba(0, 0, 0, 0.38);
    z-index: -1;
  }
  .page-template-vss-page .info-section .img {
    width: 805px;
    display: block;
    margin: 20px 20px 0 0;
  }
  .page-template-vss-page .info-section .img .img-slide-up {
    position: absolute;
    top: -86px;
    background-image: url("/wp-content/themes/endeavors/assets/img/texas-map.png?v=4");
    height: calc(100% + 80px);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .info-section .img img {
    width: 100%;
    max-width: 100%;
  }
  .page-template-vss-page .left-side-info {
    padding-left: 38px;
  }
  .page-template-vss-page .left-side-info .logo {
    margin-top: 43px;
  }
  .page-template-vss-page .left-side-info .location-details {
    align-items: flex-start;
  }
  .page-template-vss-page .left-side-info .location-details select {
    margin-bottom: 40px;
    height: 59px;
  }
  .page-template-vss-page .left-side-info .location-details {
    padding: 35px 0 17px 35px;
  }
  .page-template-vss-page .vss-what-we-do .blue {
    padding: 120px 0;
  }
  .page-template-vss-page .vss-what-we-do .blue > div {
    width: 1260px;
    margin: 0 auto;
    max-width: 98vw;
  }
  .page-template-vss-page .vss-what-we-do .blue div.flex {
    margin-bottom: 40px;
  }
  .page-template-vss-page .vss-what-we-do .img {
    width: 450px;
    height: 535px;
    margin-right: 60px;
    background: #ccc;
    background-image: url(/wp-content/themes/endeavors/assets/img/vss-img.png);
    background-size: cover;
  }
  .page-template-vss-page .flex .text {
    flex: 1;
  }
  .page-template-vss-page .flex .text p,
  .vss-what-we-do .blue p {
    margin: 0;
  }
  .page-template-vss-page .flex .text ul {
    margin-top: 40px;
    margin-left: 80px;
  }
  .vss-what-we-do li::before {
    position: absolute;
    left: -80px;
    width: 50px;
    height: 9px;
    background: #9cc7e9;
    content: "";
    top: 15.5px;
  }
  .page-template-vss-page .wishlist {
    background-image: url(/wp-content/themes/endeavors/assets/img/wishlist-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100vw;
    padding: 120px 0 100px;
    height: calc(710px - 120px - 100px);
  }
  .page-template-vss-page .wishlist h2 {
    padding: 0;
    margin: 0 auto 50px;
  }
  .page-template-vss-page .wishlist .section-container {
    width: 1216px;
    text-align: center;
    margin: 0 auto;
    max-width: calc(100vw - 70px);
  }
  .page-template-vss-page .wishlist .two-border-subline p {
    font-size: 32px;
    line-height: 122px;
    font-weight: bold;
    border-top: 3px solid #9ac2e6;
    border-bottom: 3px solid #9ac2e6;
    height: 122px;
    margin: 0 80px 77px;
  }
  .log-and-action {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .log-and-action a.read-more {
    margin: 0;
    width: 490px;
    height: 100px;
    font-size: 32px;
    font-weight: bold;
    line-height: 100px;
  }
  .page-template-vss-page .faq {
    width: 1260px;
    margin: 0 auto;
  }
  .page-template-vss-page section h3.question-title,   .page-template-jss-pagesection h3.question-title {
    color: #227ead;
    font-size: 39.35px;
    line-height: 53.66px;
    margin: 0;
    text-transform: none;
    font-weight: 500;

    margin: 0 auto 20px;
  }
  .page-template-vss-page section.faq {
    max-width: 100vw;
  }

  /* mfc landing page */

  .hours .video {
    display: block;
  }
  .main-line .info {
    text-align: left;
  }
  .page-template-mfc-clinic .clinic-sponsors {
    width: 1260px;
    margin: 0 auto;
    height: 117px;
    line-height: 117px;
    margin: 70px auto;
    overflow: hidden;
    max-width: 100vw;
  }
  .page-template-mfc-landing section .donation-widget .right-txt p {
    color: #fff;
  }
  .page-template-mfc-landing .up-fold-banner.clinic-locations {
    margin: 0 auto;
    padding: 0;
    margin-top: -108px;
    width: 1260px;
    max-width: 100%;
    position: relative;
  }
  .page-template-mfc-landing .up-fold-banner.clinic-locations::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    box-shadow: 0 -23px 15px 6px rgba(0, 0, 0, 0.38);
    z-index: -1;
  }
  .page-template-mfc-landing .clinic-locations h1 {
    height: 108px;
    line-height: 108px;
    margin: 0px;
    padding: 0px;
    font-size: 46px;
  }
  .page-template-mfc-landing .donation-setction {
    margin: 0;
    padding: 0;
    height: 700px;
    max-height: calc(100vh - 100px);
  }

  .page-template-mfc-landing .flex.clinics {
    flex-direction: row;
  }
  .page-template-mfc-landing .flex.clinics > div {
    width: 368px;
  }
  .page-template-mfc-landing .clinic-box-container {
    width: 372px;
    margin-right: 30px;
  }
  .page-template-mfc-landing .clinic-box {
    height: 200px;
    cursor: pointer;
  }
  .page-template-mfc-landing .clinic-box-container:last-child {
    margin-right: 0;
  }
  .page-template-mfc-landing .clinic-box:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  }
  .page-template-mfc-landing .widget-title.strike-through::after {
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1172px;
  }
  .page-template-mfc-landing .clinic-box .clinic-title {
    font-size: 27.35px;
    font-weight: bold;
  }
  .page-template-mfc-landing section p {
    font-size: 20px;
    line-height: 34px;
    padding: 0;
    margin: 10px 0;
    max-width: 100%;
  }
  .page-template-mfc-landing .who-we-serve {
    background-size: cover;
    padding-bottom: 190px;
  }
  .page-template-mfc-landing .eligibility-and-cost,
  .page-template-mfc-landing .who-we-serve-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 40px;
  }
  .page-template-mfc-landing .testominials-section {
    padding: 35px 0 320px;
  }
  .page-template-mfc-landing .testominials-section .title {
    display: none;
  }
  section.flex.list-with-side-img {
    background: #fff;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    top: -150px;
    z-index: 1;
    max-width: calc(1260px - 80px);
    padding: 30px 30px 40px 40px;
    display: flex;
    margin-bottom: -100px;
    flex-wrap: nowrap;
  }
  section.flex.list-with-side-img .img {
    margin-left: 60px;
  }
  section.flex.list-with-side-img li {
    line-height: 30px;
    font-size: 20.98px;
    margin-bottom: 45px;
  }
  .page-template-mfc-landing section ul {
    margin-top: 30px;
  }

  .page-template-mfc-landing section h2 {
    font-size: 61px;
    padding: 40px;
  }
  section.service-offered {
    padding-bottom: 120px;
  }
  section.service-offered ul {
    width: 1260px;
    margin: 0 auto;
    padding-top: 30px;

  }
  section.service-offered li {
    max-width: 100%;
    display: flex;
  }
  section.service-offered li .text {
    flex: 1;
  }
  section.service-offered li h3 {
    margin-left: 0;
  }
  section.service-offered li .img {
    width: 151px;
    margin-right: 75px;
    margin-top: 40px;
    text-align: center;
  }
  section.service-offered h2 {
    font-size: 61px;
    padding: 40px;
  }
  .page-template-mfc-landing .testominials .content {
    max-width: 1165px;
    width: 100%;
    margin: 0 auto;
  }
  .page-template-mfc-landing section.video-overlap {
    padding: 0;
    position: relative;
    text-align: center;
    background: rgb(213, 231, 246);
    background: linear-gradient(
      0deg,
      rgba(213, 231, 246, 1) 28%,
      rgba(254, 254, 255, 1) 50%,
      rgba(213, 231, 246, 1) 67%
    );
    padding-bottom: 60px;
  }
  .page-template-mfc-landing section.video-overlap img {
    margin-top: -300px;
  }
  .up-fold-banner.clinic-locations .text {
    padding: 0 40px;
  }
  .page-template-mfc-landing section.eligibility-and-cost p {
    padding: 0 40px;
  }
  .page-template-mfc-landing .input-container.combined select {
    max-width: 345px;
    margin-left: 20px;
  }
  .page-template-mfc-landing .input-container selec {
    background: transparent
      url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E)
      no-repeat right 5px top 55% !important;
  }
  .page-template-mfc-landing .latest-news h3,
  .page-template-mfc-landing .major-funder h3 {
    color: #013c63;
    font-weight: bold;
    font-size: 61px;
  }
  .service-offered .img {
    display: block;
  }

  .page-template-mfc-landing .major-funder-container .major-funder__item {
    min-width: 211px;
    min-height: 211px;
  }
  .swiper-container-events {
    position: relative;
  }
  /* .single-page-template h1, .single-page-template h2, .single-page-template h3{
        margin-bottom: 79px;
        font-size: 45px;
        line-height: 58px;
        text-align: center;
    } */

  .mfc-text-widget .text {
    opacity: 0.98;
    color: #191919;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
    font-weight: 300;
    width: 1366px;
  }
  .memoriam-pic {
    background: #1d7aab;
  }
  .in-memoriam-container {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    height: 600px;
  }
  .in-memoriam-container > div {
    flex: 1;
  }
  .memoriam-box {
    left: -150px;
    margin: unset;
    height: 360px;
    width: 700px;
  }

  .memoriam-text {
    width: 400px;
  }
  .memoriam-box-text {
    flex-wrap: nowrap;
  }
  .memoriam-title h2 {
    margin-right: 180px;
    font-size: 80px;
    line-height: 100px;
    padding: 50px 0;
  }
  .memoriam-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .event-search .frm-container .location-drop-down {
    order: 1;
    height: 64px;
    width: 411px;
  }
  .event-search .frm-container .search-keyword {
    order: 2;
    height: 64px;
    width: 378px;
    margin: 0 45px;
  }
  .event-search .frm-container a.action-btn {
    height: 50px;
    line-height: 50px;
    order: 3;
    width: 230px;
  }
  .event-search .frm-container input {
    height: 100%;
  }
  .event-search .frm-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: calc(100% - 140px);
    top: -150px;
  }
  .event-search .frm-container > div {
    margin-bottom: 0;
  }
  .event-search .frm-container a.action-btn {
    margin-bottom: 0;
  }
  .event-search {
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    top: -149px;
    padding: 40px 0 10px;
  }



  .event-card {
    margin: 0;
  }

  .event-card .event-details {
    height: 172px;
  }
 
  .page-template-events .site-main {
    max-width: 1260px;
    margin: 0 auto;
  }
  .page-template-events .history-video .text h1 {
    margin-top: -100px;
  }
  section.neg-149 {
    margin-top: -180px;
  }
  section.upcoming-events {
    margin-left: 60px;
  }
  .upcoming-events {
    width: 885px;
  }
  .upcoming-events h2 {
    font-size: 56px;
    line-height: 30px;
    text-align: left;
  }
  .side-news {
    width: 240px;
    float: right;
    display: block;
    margin-top: -130px;
  }
  .side-news h2 {
    font-size: 24.25px;
    color: #0b4c79;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .side-news .blog_news__img {
    height: 150px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .side-news .side-news-title-1 {
    font-size: 20px;
    line-height: 22px;
    color: #0b4c79;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0;
    text-align: left;
    display: block;
  }
  .side-news .side-news-title-2 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    text-align: left;
    display: block;
    margin-bottom: 35px;
  }

  .event-card-title {
    font-size: 18px;
    padding: 15px 5px;
  }
  .event-card-dateandtime {
    font-size: 14px;
    font-weight: 400;
  }
  .event-card-action {
    height: 35px;
  }
  .event-card-action a {
    font-size: 17px;
    letter-spacing: -0.025rem;
    line-height: 35px;
  }

  .event-title-heading {
    font-size: 25px;
    margin: 30px 0;
  }
  .search-keyword {
    border-bottom: 2px solid #000;
  }
  .strike::after {
    height: 2px;
  }
  .event-card-dateandtime .span-sep {
    font-size: 16px;
  }

  .fit-inside {
    width: 1366px;
    height: 400px;
  }
  .donation-page .donation-wrapper {
    margin-right: 0;
    height: calc(100vh - 83px - 40px);
  }

  .donation-page .donation-intro {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .donation-page .donation-intro .img {
    margin-right: 50px;
  }
  .eu-page h2 {
    text-transform: uppercase;
  }
  .eu-page .main-page-banner::after {
    background: linear-gradient(to left, transparent, rgba(0, 0, 0, 1));
  }
  .eu-page .page-main-header {
    position: absolute;
    height: 100%;
    max-width: 100%;
    width: 1366px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    flex-direction: column;
  }
  .eu-page .main-header-container {
    width: 690px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
  }

  .eu-page.jss .jss-benifits-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .eu-page.jss .jss-benifits-wrapper  .jss-benifit-container{
    margin-bottom:50px;
  }
  .eu-page.jss .jss-benifits-wrapper .icon-text{
    font-size: 22px;
  }
  .eu-page.jss .service-eligibility .section-container .text {
    flex-direction: row;
    justify-content: space-between;
  }
  .eu-page.jss .every-day-people,
  .eu-page.jss .jss-benefits,
  .eu-page.jss .service-eligibility,
  .eu-page.jss .jss-hourse-of-service,
  .eu-page.jss .help-for-employers,
  .eu-page.jss .jss-partnering
  {
    padding:50px 0;
  }
  .eu-page.jss .jss-mission h2, .jss-benefits h2 ,.service-eligibility h2, .help-for-employers h2{
    font-size: 50px;
    letter-spacing: 0;
    font-weight: 400;
  }
  .eu-page.jss .jss-mission p {
    line-height: 54px;
    font-size: 25px;
    padding-right: 30px;
    font-weight: 300;
  }
  .eu-page.jss .every-day-people  img {
    box-shadow: 2.605px 7.564px 38px 0px rgba(0, 0, 0, 0.63);
  }
  .eu-page.jss .every-day-people .section-container {
    flex-direction: row;
  }
  .eu-page.jss .every-day-people .section-container .img {
    margin-right: 30px;;
  }
  .eu-page.jss .jss-mission .text {
    padding-right: 20px;;
  }
  .eu-page.jss .section-container {
    flex-direction: row-reverse;
    width: 1366px;
    margin:0 auto;
  }
  .eu-page .leadership-banner-section h1 {
    position: static;
    transform: unset;
    font-size: 61px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 51px;
    text-shadow: -3px 4px 29px rgba(0, 0, 0, 0.67);
    width: 100%;
    margin: 79px auto 0;
    height: auto;
  }
  .eu-page .main-header-container .header-logo {
    height: 174px;
    width: 326px;
  }
  .eu-page .main-header-container .header-logo img {
    width: 100%;
    height: 100%;
  }
  .eu-page .main-header-container .header-extra-email {
    margin-bottom: 50px;
    color: #9cc7e9;
    font-size: 22px;
    font-style: italic;
    line-height: 35px;
    text-align: center;
  }
  .eu-page .main-header-container .header-extra-email a {
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    text-decoration: none;
  }
  .eu-page .widget-city-info {
    background: linear-gradient(
      180deg,
      rgba(157, 199, 233, 0.54) 0%,
      #ffffff 40%,
      #ffffff 70%,
      rgba(157, 199, 233, 0.54)
    );
    height: 173px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .eu-page .widget-city-info ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    width: 1150px;
    align-items: center;
    padding: 0;
  }
  .eu-page .widget-city-info li,
  .eu-page .widget-city-info li a {
    font-size: 25px;
    line-height: 40px;
  }

  .eu-page .disability.widget {
    background: linear-gradient(
      180deg,
      #efefef 0%,
      #ffffff 49.41%,
      #efeeee 100%
    );
    position: relative;
  }

  .eu-page .disability.widget .section-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    max-width: 100vw;
  }
  .eu-page .disability.widget .img {
    height: 537px;
    width: 100%;
    width: 700px;
    margin-right: 70px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .eu-page div.text p {
    margin-left: 0;
    margin-right: 0;
    line-height: 40px;
    color: #2b2b2b;
    font-weight: 300;
  }
  .eu-page .disability.widget .text {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .eu-page .disability.widget .text::before {
    content: "";
    width: 367px;
    height: 137px;
    position: absolute;
    top: -35px;
    left: calc(50% - 367px / 2);
    display: none;
  }
  .eu-page .mission-statement .section-container {
    padding: 100px 0;
    margin: 0 auto;
    width: 1366px;
    max-width: calc(100vw - 70px);
    justify-self: center;
    align-items: center;
    flex-direction: row-reverse;
    display: flex;
  }
  .eu-page .mission-statement .img {
    width: 599px;
    height: 665px;
    margin-left: 90px;
  }
  .eu-page .mission-statement .text {
    flex: 1;
    max-width: calc(100% - 690px);
  }
  .eu-page .texas-rank {
    background: linear-gradient(
      180deg,
      rgba(157, 199, 233, 0.54) 0%,
      #ffffff 40%,
      #ffffff 70%,
      rgba(157, 199, 233, 0.54)
    );
    height: 377px;
  }
  .eu-page .texas-rank .section-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: calc(100vw - 70px);
    width: 1294px;
    margin: 0 auto;
    height: 100%;
    text-align: center;
  }
  .eu-page .texas-rank strong {
    font-weight: bold;
    color: #004675;
    font-size: 45px;
  }
  .eu-page .texas-rank em {
    font-weight: bold;
    color: #004675;
    font-size: 33px;
    font-style: italic;
  }
  .eu-page .supportive-services-widget {
    background-color: #004675;
    display: flex;
    padding: 100px 0;
  }
  .eu-page .supportive-services-widget .section-container {
    width: 1175px;
    text-align: center;
    margin: 0 auto;
  }
  .eu-page .supportive-services-widget h3 {
    font-size: 60px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 500;
  }
  .eu-page .supportive-services-widget ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 77px;
  }
  .eu-page .supportive-services-widget li {
    width: calc(50% - 78px);
    margin: 20px 0;
    color: #fff;
    text-align: left;
    position: relative;
    padding-left: 78px;
  }
  .eu-page .supportive-services-widget li::before {
    content: "";
    display: block;
    position: absolute;
    width: 42px;
    height: 11px;
    background-color: #1d7aab;
    left: 0;
    top: 14px;
  }

  .eu-page .video-story {
    display: flex;
  }
  .eu-page .video-story .section-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    background-color: #cae1f3;
  }

  .eu-page .video-story .text {
    flex: 1;
    max-width: 100%;
    margin-left: 50px;
  }
  .eu-page .video-story h3 {
    color: #013c63;
    line-height: 54px;
    font-size: 49px;
    padding-left: 0;
    margin-left: 0;
  }
  .eu-page .video-story img {
    max-width: 100%;
    display: block;
    display: none;
  }
  .eu-page .video-story .img {
    width: 838px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 100px;
    height: 635px;
  }
  .eu-page .leadership-widget .title h2 {
    font-size: 61px;
    font-weight: 500;
    color: #013c63;
  }
  .eu-page .section-container {
    display: flex;
    margin: 0 auto;
    max-width: calc(100vw - 70px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .eu-page a.action-btn {
    height: 81px;
    width: 476px;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 81px;
    margin: 60px auto;
  }

  .eu-page .join-our-team h2 {
    color: #004675;
    font-size: 48px;
    font-weight: 500;
    line-height: 40px;
  }
  .eu-page .join-our-team .text {
    font-size: 33px;
    color: #2b2b2b;
  }
  .eu-page .custodial-services {
    background-color: #004675;
    display: flex;
    padding: 100px 0;
    color: #fff;
  }
  .eu-page .custodial-services .section-container {
    width: 1260px;
    margin: 0 auto;
  }
  .eu-page .custodial-services h2 {
    color: #fefefe;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 80px;
  }
  .eu-page .custodial-services .text img {
    margin: 0 100px 80px 50px;
    float: left;
    width: auto;
    height: auto;
  }
  .eu-page .custodial-services .text ul {
    float: right;
    max-width: calc(100% - 564px - 150px);
    color: #fff;
    padding: 0;
    margin: 0;
  }
  .eu-page .custodial-services .text ul li {
    color: inherit;
    position: relative;
    padding-left: 78px;
    margin-bottom: 30px;
  }
  .eu-page .custodial-services .text li::before {
    content: "";
    display: block;
    position: absolute;
    width: 42px;
    height: 11px;
    background-color: #1d7aab;
    left: 0;
    top: 14px;
  }
  .eu-page .custodial-services div.text p {
    color: #fff;
    margin: 0;
  }
  .eu-page .COVID-19.Prevention {
    padding: 100px 0;
  }
  .eu-page .COVID-19.Prevention .section-container {
    width: 1290px;
    margin: 0 auto;
  }
  .eu-page .COVID-19.Prevention h2 {
    color: #004675;
    font-size: 60px;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .eu-page .COVID-19.Prevention h2 em {
    font-weight: 300;
    font-size: 50px;
    line-height: 56px;
    font-style: normal;
  }
  .eu-page .COVID-19.Prevention h4 {
    color: #004675;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 49.63px;
    margin-top: -5px;
  }
  .eu-page .COVID-19.Prevention .img img {
    display: block;
    margin-left: 50px;
    display: block;
  }
  .eu-page .COVID-19.Prevention .levels {
    margin-top: 100px;
  }
  .eu-page .COVID-19.Prevention li {
    border-top: 4px solid #b1c8e5;
    border-right: 4px solid #b1c8e5;
    position: relative;
    margin-left: 225px;
    padding: 5px 0;
    margin-bottom: 50px;
  }
  .eu-page .COVID-19.Prevention li::before {
    position: absolute;
    left: -225px;
    background-repeat: no-repeat;
    background-position: left top;
    content: "";
    height: 100%;
    width: 225px;
    top: -18px;
  }
  .eu-page .COVID-19.Prevention li.level1::before {
    background-image: url(/wp-content/themes/endeavors/assets/img/lvl1.png);
  }
  .eu-page .COVID-19.Prevention li.level2::before {
    background-image: url(/wp-content/themes/endeavors/assets/img/lvl2.png);
  }
  .eu-page .COVID-19.Prevention li.level3::before {
    background-image: url(/wp-content/themes/endeavors/assets/img/lvl3.png);
  }
  .eu-page .COVID-19.Prevention .level-title {
    position: absolute;
    top: -28px;
    background: #fff;
    height: 45px;
    padding: 0 20px 0 0;
  }

  .eu-page .COVID-19.Prevention .level-title h5 {
    color: #124975;
    font-weight: 500;
    font-size: 45px;
    margin: 0;
  }
  .eu-page .COVID-19.Prevention .level-desc {
    padding-top: 20px;
    font-size: 27.6px;
    color: #231f20;
    margin-bottom: 60px;
  }

  .eu-page .grounds-maintenance-services .section-container {
    padding: 110px 0;
    width: 1260px;
    max-width: 100vw;
    background-repeat: no-repeat;
    background-position: bottom right;
    align-items: flex-start;
  }
  .eu-page .grounds-maintenance-services h2 {
    color: #004675;
    font-size: 60px;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
    width: 100%;
    margin-bottom: 110px;
    margin-top: 0;
  }
  .eu-page .grounds-maintenance-services li {
    color: #2b2b2b;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 78px;
  }
  .eu-page .grounds-maintenance-services li em {
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
  }
  .eu-page .grounds-maintenance-services li::before {
    content: "";
    display: block;
    position: absolute;
    width: 42px;
    height: 11px;
    background-color: #1d7aab;
    left: 0;
    top: 14px;
  }

  .eu-page .partner-with-us {
    padding: 100px 0;
    background: linear-gradient(
      180deg,
      rgba(157, 199, 233, 0.54) 0%,
      #ffffff 40%,
      #ffffff 70%,
      rgba(157, 199, 233, 0.54)
    );
  }
  .partner-with-us .section-container {
    width: 1260px;
    margin: 0 auto;
  }
  .eu-page .partner-with-us h2 {
    color: #004675;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
  }
  .eu-page .partner-with-us .text {
    color: #2b2b2b;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 40px;
  }
  .eu-page .partner-with-us .callout-box {
    height: 242px;
    width: 908px;
    background-color: #ffffff;
    box-shadow: 0 0 35px rgba(33, 33, 33, 0.32);
    margin: 80px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .eu-page .partner-with-us .callout-box ul {
    display: flex;
    flex-wrap: wrap;
  }
  .eu-page .partner-with-us .callout-box li {
    font-size: 22.92px;
    line-height: 40px;
    font-weight: 300;
    width: 50%;
  }
  .eu-page .partner-with-us .callout-box em {
    color: #004675;
    font-weight: 500;
    font-style: normal;
  }
  .eu-page .partner-with-us .text.text-23 {
    font-size: 23px;
    white-space: nowrap;
  }
  .eu-page .logo-partners {
    display: flex;
    margin: 0 auto;
    flex-direction: row;
  }
  .logo-partners > div {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex: 1;
    height: 193px;
    margin: 70px 0;
    margin-right: 90px;
    width: auto;
  }
  .logo-partners > div:last-child {
    margin-right: 0;
  }
  div.west-quest {
    background-image: url(/wp-content/themes/endeavors/assets/img/workquest.png);
  }
  div.ability-one {
    background-image: url(/wp-content/themes/endeavors/assets/img/abilityone.png);
  }
  div.estarsel {
    background-image: url(/wp-content/themes/endeavors/assets/img/easterseals.png);
  }
  div.source-america {
    background-image: url(/wp-content/themes/endeavors/assets/img/sourceamerica.png);
  }

  #contact-us-form {
    display: flex;
    flex-direction: column;
  }
  div.input {
    width: 319px;
  }

  .contact-us-form div.input:nth-child(odd) {
    margin-right: 42px;
  }
  .contact-us-page .info-section {
    display: grid;
    grid-template-columns: 1fr 485px;
  }
  .contact-us-page .info-section,
  .pillars-landing-page .info-section {
    flex-direction: row;
    min-height: 700px;
    height: auto;
    margin-bottom: 200px;
  }

  .contact-us-page .select,
  .pillars-landing-page .select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px auto 70px;
    width: 680px;
    height: 59px;
  }
  .contact-us-page .select select,
  .pillars-landing-page .select select  {
    width: 216px;
    margin: 0;
  }
  

  .contact-us-page .info-section .side-info,
  .pillars-landing-page .info-section .side-info {
    width: 485px;
    max-width: 100%;
    background: rgb(7, 103, 157);
    background: linear-gradient(
      180deg,
      rgba(7, 103, 157, 1) 0%,
      rgba(0, 70, 117, 1) 100%
    );
    height: 100%;
    height: fit-content;
    padding-bottom: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  .contact-us-form a.action-btn,
  .pillars-landing-page a.action-btn {
    width: 680px;
    height: 75px;
    line-height: 75px;
    font-weight: 500;
    font-size: 29.6px;
  }
  .contact-us-page .info-section::before,
  .pillars-landing-page .info-section::before {
    height: 100%;
  }
  .blue-select select, slect.blue-select {
    background-color: #004675;
    outline: none;
    color: #fff;
    padding: 0 20px;
    background-position: right 1em top 50%, 0 0;
    background-size: 23px;
    background-image: url(/wp-content/themes/endeavors/assets/img/select-arrow.png);
  }
  .light-blue {
    background-color: #0d80c1;
  }
  .page-template-contact-us .leadership-banner-section div.main-page-banner {
    height: calc(675 / 1597 * 100vw);
  }
  .side-info {
    padding-left: 0px;
    padding-top: 65px;
  }
  .side-info .address {
    height: 95px;
    width: 294px;
    color: #ffffff;
    line-height: 35px;
    font-size: 22px;
  }
  .side-info .address b {
    font-size: 24px;
    font-weight: 500;
    white-space: nowrap;
  }
  .side-info hr {
    height: 3px;
    width: 323px;
    /* background-color: #0d80c1;
     */
    background-color: #B0C5E6;
    border: none;
    margin: 46px auto 55px;
    width:calc(100% - 120px);
  }
  .side-info a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 22px;
    line-height: inherit;
  }
  .side-info .phone a {
    font-size: 29px;
    letter-spacing: 0.05em;
    line-height: 45px;
  }
  .side-info .phone,
  .side-info .fax,
  .side-info .email {
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 22px;
  }
  .side-info .phone {
    background-image: url(/wp-content/themes/endeavors/assets/img/contact-phone.png);
    background-size: 49px 49px;
    padding-left: 74px;
    height: 49px;
    line-height: 49px;
  }

  .side-info .fax {
    background-image: url(/wp-content/themes/endeavors/assets/img/contact-fax.png);
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    background-size: 50px 50px;
    height: 50px;
    padding-left: 78px;
    line-height: 50px;
  }

  .side-info .email {
    background-image: url(/wp-content/themes/endeavors/assets/img/contact-email.png);
    background-size: 50px 38px;
    height: 38px;
    padding-left: 76px;
    line-height: 38px;
  }

  .side-info .social-icons {
    display: flex;
    margin-top: 15px;
  }
  .side-info .social-icons > a {
    width: 48px;
    height: 48px;
    margin-right: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  img.memoruim-img {
    margin: 80px auto;
  }

  .legacy-page h2,
  .legacy-page h1 {
    font-size: 54px;
    line-height: 60px;
  }
  .swiper-profile-prev {
    right: 20px;
  }
  .swiper-profile-next {
    left: 20px;
  }
  .swiper-profile-prev,
  .swiper-profile-next {
    margin-top: 100px;
  }
  .widget-blue-rapid-deployment b.blue-color {
    font-size: 35px;
    line-height: 45px;
  }
  .widget-blue-rapid-deployment .flex {
    flex-direction: row;
  }
  .widget-blue-rapid-deployment div.sep {
    display: block;
    margin: 0 60px 0 95px;
    max-width: 3px;
    background: #89c4ee;
  }

  .surge-staffing-section .img {
    margin-left: 90px;
  }
  .surge-staffing-section li {
    white-space: nowrap;
  }
  .surge-staffing-section .flex,
  .reservists-section .flex {
    flex-direction: row;
    align-items: flex-start;
  }

  .specialized-personnel-section {
    background-image: url("/wp-content/themes/endeavors/assets/img/woman-couting.png"),
      linear-gradient(
        90deg,
        rgba(156, 199, 233, 0.541) 1%,
        rgba(206, 227, 244, 0.541) 19%,
        rgba(255, 255, 255, 0.541) 49%,
        rgba(206, 227, 244, 0.541) 81%,
        rgba(157, 199, 233, 0.541) 100%
      );
  }
  .reservists-section .img {
    margin-right: 80px;
  }
  .dcm-services {
    padding: 80px 0;
  }
  .dcm-services .section-container {
    flex-direction: row;
    align-items: flex-start;
  }
  .dcm-services .right-side-text {
    width: 600px;
    height: 540px;
    margin-left: 40px;
    padding: 60px 50px;
  }
  .dcm-services .left-side-info p:first-child {
    margin-top: 0;
  }

  .dcm-partnerships .section-container {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 80px;
  }
  .dcm-partnerships .section-container .left-side-text {
    max-width: 545px;
    margin-right: 65px;
  }
  .dcm-partnerships .text p:first-child {
    margin-top: 0;
  }
  .dcm-success .section-container {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .dcm-success .section-container .left-side-text {
    margin-left: 45px;
  }
  .dcm-success H3 {
    margin-left: 0;
    font-size: 44px;
    line-height: 40px;
  }
  .dcm-success .img {
    margin-top: 30px;
  }
  .dcm-success a.action-btn {
    width: 100%;
    margin-bottom: 0;
    margin-top: 40px;
  }
  .page-template-dcm .main-header-container {
    width: calc(100vw - 180px);
    align-items: flex-start;
    justify-content: center;
    max-width: 1250px;
  }
  .page-template-dcm h2 {
    font-size: 60.41px;
    line-height: 50px;
  }
  .page-template-dcm .main-header-container .header-logo {
    width: 453px;
    height: 147px;
  }
  .state-container .flex {
    flex-direction: row;
    justify-content: space-evenly;
    padding: 70px 0;
    position: relative;
  }

  .state-container .flex.no-border-gradient-bg {
    border: none;
    background: linear-gradient(180deg, #004675 0%, #1f6ea3 100%);
  }
  .state-container .flex.border::before,
  .state-container .flex.border::after {
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(86, 141, 180));
    position: absolute;
    height: calc(100% - 105px);
    width: 5px;
    top: 105px;
  }
  .state-container .flex::before {
    right: 0px;
  }
  .state-container .flex::after {
    left: 0px;
  }

  /* hack just to have this one as the design */
  section.dcm-states
    > div
    > div:nth-child(4)
    > div
    > div.state-contact-info-container
    > div.state-contact-info {
    margin-top: -95px;
  }

  /* vwc */
  .page-template-vwc .eu-page div.text p,
  .page-template-safe-services .eu-page div.text p {
    font-size: 20.98px;
    line-height: 34px;
  }
  .page-template-vwc div.main-page-banner {
    min-height: 565px;
  }
  .page-template-vwc h1 {
    margin: 40px auto 20px;
    font-size: 46.55px;
  }

  .vwc-who-we-are {
    background-image: url("/wp-content/themes/endeavors/assets/img/vwc-who-we-are.png");
    background-repeat: no-repeat;
    background-position: top center;
    border-top: 5px solid #ad0000;
    background-size: cover;
  }
  .page-template-vwc .section-container {
    flex-direction: row;
    max-width: 1260px;
    margin: 0 auto;
  }
  .page-template-vwc h2 {
    font-size: 61.9px;
    color: #013c63;
    padding: 70px 0;
  }
  .vwc-who-we-are .section-container {
    align-items: flex-start;
  }
  .vwc-who-we-are .section-container p:first-child {
    margin-top: 0;
  }
  .vwc-who-we-are div.section-container .text p,
  .vwc-serving div.section-container .text p,
  .vwc-virtual div.section-container .text p {
    font-size: 20.98px;
    color: #191919;
    line-height: 34px;
    font-weight: 300;
    margin: 0;
  }
  .vwc-who-we-are .section-container img {
    display: block;
    max-width: 100%;
  }
  .vwc-who-we-are .section-container .right-side-text {
    width: 373px;
    margin-left: 60px;
  }
  .vwc-who-we-are .section-container .left-side-text {
    max-width: calc(100% - 433px);
  }
  .page-template-vwc .section-container > div:last-child {
    margin-bottom: 0;
  }
  .vwc-serving .left-side-text {
    width: 300px;
    margin-right: 60px;
  }
  .vwc-serving .right-side-text {
    max-width: calc(100% - 360px);
  }
  .vwc-serving {
    padding-bottom: 100px;
  }

  .vwc-virtual .section-container {
    flex-direction: column;
  }
  .vwc-virtual .left-side-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 5px solid #4981a8;
  }
  .vwc-virtual .left-side-text > .img {
    width: 531px;
    margin-left: 70px;
  }
  .vwc-virtual .left-side-text > div:first-child {
    max-width: calc(100% - 601px);
  }

  .vwc-virtual .right-side-text {
    width: 1140px;
    padding: 20px 0 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .vwc-virtual .right-side-text .img {
    height: 156px;
    width: 156px;
    margin-right: 25px;
  }
  .vwc-virtual .right-side-text p {
    max-width: calc(100% - 156px - 25px);
  }
  .vwc-who-we-serve {
    padding-bottom: 90px;
  }
  .vwc-who-we-serve .section-container {
    position: relative;
  }
  .vwc-who-we-serve .right-side-text {
    position: absolute;
    right: 0px;
    bottom: -568px;
    height: 956px;
    width: 847px;
  }
  .vwc-deliveries h2 {
    text-align: left;
    max-width: 1260px;
    margin: 0 auto;
  }
  .vwc-box {
    margin: 90px auto 180px;
    padding: 40px;
    border: 2px solid #013c63;
    position: relative;
  }
  .vwc-box::before {
    content: "";
    width: 350px;
    background: #013c63;
    left: 0;
    display: block;
    height: 100%;
    position: absolute;
    top: 0px;
  }
  .vwc-list-section {
    padding-bottom: 140px;
  }
  .vwc-list-section .list {
    width: 1040px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .vwc-list-section .list .list-service-item-container {
    max-width: 50%;
    min-width: 34%;
    flex: 1;
  }
  .vwc-list-section h3,
  .vwc-who-we-serve h3 {
    text-align: left;
  }
  .vwc-list-section .list .list-service-item-container li {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .vwc-list-section .list ul {
    padding-left: 60px;
  }
  .page-template-vwc .vwc-who-we-serve div.text p {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 40px;
  }
  .page-template-vwc .operating-parent-strong .section-container {
    flex-direction: column;
  }
  .page-template-vwc .operating-parent-strong .right-side-text {
    flex-direction: row;
  }
  .page-template-vwc .operating-parent-strong .right-side-text div:first-child {
    width: calc(100% - 556px - 65px);
  }
  .page-template-vwc .operating-parent-strong .right-side-text .img {
    max-width: 556px;
    margin-top: 30px;
    margin-left: 65px;
  }
  .page-template-vwc .united-way-logo {
    margin-right: 40px;
  }
  .operating-parent-strong {
    padding: 50px 0px;
  }
  .operating-parent-strong h2 {
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .united-way-container {
    display: flex;
    flex-direction: row;
  }
  .page-template-vwc .eu-page div.text .united-way-container p {
    margin: 0;
  }
  .united-way-container p a {
    text-decoration: none;
    color: #0d80c1;
  }
  .page-template-vwc .operating-parent-strong li {
    font-size: 20.98px;
    line-height: 34px;
    color: #2b2b2b;
    font-weight: 300;
  }
  .vwc-box {
    display: block;
  }
  /* Safe services */
  .page-template-safe-services .section-container > div:last-child {
    margin-bottom: 0;
  }
  .page-template-safe-services h2 {
    font-size: 61.9px;
    padding: 70px 0 45px;
  }
  .ss-who-we-are .section-container {
    width: 1260px;
    align-items: flex-end;
  }
  .ss-signed-law,
  .ss-qualification {
    padding-top: 65px;
  }
  .ss-signed-law .section-container {
    width: 1260px;
    flex-direction: row;
  }
  .ss-our-program .section-container ul {
    padding: 90px 110px;
  }
  .ss-services .section-container {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    max-width: 1024px;
  }
  .ss-qualification .section-container {
    flex-direction: row;
    width: 1260px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
  .ss-qualification div.text li,
  .ss-services div.text > ul > li {
    margin-left: 65px;
    position: relative;
    margin-bottom: 35px;
  }
  .ss-qualification div.text li::before,
  .ss-services div.text > ul > li::before {
    left: -65px;
    width: 40px;
    height: 10px;
    background: #2b93c9;
    content: "";
    position: absolute;
    top: 15px;
    display: block;
  }
  .page-template-safe-services .ss-qualification div.right-side-text p a {
    font-weight: 500;
    line-height: 30px;
    font-size: 37px;
    color: #d4e7f6;
  }
  .page-template-safe-services .ss-qualification div.right-side-text p a.email {
    font-size: 27px;
    color: #fff;
  }
  .ss-our-program .section-container ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .ss-our-program .section-container ul li .img {
    margin-right: 40px;
    display: flex;
    width: 145px;
    justify-content: center;
    align-items: center;
  }
  .ss-our-program .section-container ul li img {
    display: block;
  }
  .ss-services {
    background-image: url("/wp-content/themes/endeavors/assets/img/mom-hug-child.png");
  }
  .ss-services .section-container .right-side-text {
    width: calc(100% - 645px);
    display: none;
  }
  .ss-services .list-title strong {
    font-size: 27px;
    line-height: 30px;
  }
  .ss-who-we-are,
  .ss-signed-law,
  .ss-our-program,
  .ss-services,
  .ss-qualification {
    padding-bottom: 90px;
  }

  .ss-signed-law .left-side-text {
    width: calc(100% - 578px - 60px);
  }
  .ss-signed-law .right-side-text {
    width: 578px;
    margin-left: 60px;
  }
  .ss-signed-law .right-side-text img {
    width: 578px;
    height: 365px;
  }
  /* .ss-our-program .section-container ul li:nth-child(1) {
        background-image:url('/wp-content/themes/endeavors/assets/img/profile-icon.png');
    }
    .ss-our-program .section-container ul li:nth-child(2) {
        background-image:url('/wp-content/themes/endeavors/assets/img/mhouse-icon.png');
    }
    .ss-our-program .section-container ul li:nth-child(3) {
        background-image:url('/wp-content/themes/endeavors/assets/img/hammer-icon.png');
    }
    .ss-our-program .section-container ul li:nth-child(4) {
        background-image:url('/wp-content/themes/endeavors/assets/img/hanger-icon.png');
    }
    .ss-our-program .section-container ul li:nth-child(5) {
        background-image:url('/wp-content/themes/endeavors/assets/img/profiles-icon.png');
    } */
  #main > section.COVID-19.Prevention > div > div > div.img {
    min-width: 380px;
  }
  .widget-blue-rapid-deployment .section-container .text {
    margin-bottom: 0;
  }
  #frame-one {
    display: block;
    width: calc(100% + 16px);
    border: none;
    margin: 20px 0 0 -16px;
  }
  .single-left img {
    float: none;
  }
  .ss-who-we-are.home-study-review {
    height: 591px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-study-where-we-werve.ss-qualification .left-side-text {
    width: 580px;
  }
  .home-study-where-we-werve.ss-qualification .right-side-text {
    width: calc(100% - 50px - 580px);
    margin-left: 50px;
  }
  .ss-who-we-are.home-study-review {
    background-image: url("/wp-content/themes/endeavors/assets/img/home-study-bg.png");
  }
  .ss-services.home-study-what-we-do {
    /* background-image:url('/wp-content/themes/endeavors/assets/img/holding-hands-family.png'); */
    background-image: unset;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-study-additional.ss-qualification {
    background-image: url("/wp-content/themes/endeavors/assets/img/laptop-pen-papper.png");
    background-image: url("/wp-content/themes/endeavors/assets/img/laptop-pen-papper.png"),
      -webkit-radial-gradient(50% 50%, circle closest-side, rgba(
              255,
              255,
              255,
              0.431
            )
            0%, rgba(156, 199, 233, 0.431) 100%);
    background-repeat: no-repeat;
    background-position: top left;
  }
  .page-template-safe-services .text h1 {
    font-size: 90px;
    font-weight: 500;
  }
  .page-template-safe-services .email-contact {
    font-size: 21px;
    color: rgb(66, 155, 207);
    position: absolute;
    bottom: 20px;
    text-decoration: none;
    max-width: 100%;
    width: 1366px;
    margin: 0 auto;
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
  }
  .page-template-mfc-clinic .major-funder-container::before,
  .page-template-mfc-clinic .major-funder-container::after,
  .page-template-mfc-landing .major-funder-container::before,
  .page-template-mfc-landing .major-funder-container::after {
    content: "";
    flex: 1;
  }
  .profile-box a {
    width: fit-content;
  }
  .active-staff-bio .actual-bio .summary p {
    margin-bottom: 0;
  }
  .social-feed {
    padding: 130px 0;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: calc(100vw - 70px);
    width: 1300px;
    flex-direction: column;
  }

  .social-feed .social-tw,
  .social-feed .social-fb {
    width: calc(33% - 44px);
    margin-bottom: 20px;
    border: 2px solid #e7e7e7;
    padding: 15px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
  }
  .feed-read-more {
    background-color: #227eae;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    color: #fff !important;
    padding: 20px;
    border-radius: 10px;
    width: 50%;
    text-align: center;
  }
  /* .social-feed div:last-child {
    margin-right: 0px;
  }
  .social-feed div:first-child {
    margin-left: 0px;
  } */
  .social-feed .social-tw {
    /* background-image: url("/wp-content/themes/endeavors/assets/img/tw-feed-icon.png"); */
  }
  .social-feed .social-fb {
    /* background-image: url("/wp-content/themes/endeavors/assets/img/fb-feed-icon.png"); */
  }
  .feed-content-wrap {
    word-wrap: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .feed-content{
    overflow-wrap: break-word;
    margin-bottom: auto;
  }
  .social-feed > div a {
    font-size: 20.9px;
    line-height: 35px;
    text-decoration: none;
    color: #000;
    margin-top: 15px;
  }


  .extra-top-margin {
    margin-top: 20px;
  }

  .youth-program .title-and-description-combined {
    max-width: 1250px !important;
  }
  .youth-program .program-section__title-img {
    max-width: 150px !important;
    min-width: unset !important;
  }
  .youth-program ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding-left: 25px;
    list-style: circle;
  }
  .youth-list .program-section__content ul li {
    margin-bottom: 10px;
    width: 100%;
  }
  .page-template-migrate-wellness .leadership-banner-section h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin:0;
  }
  .page-template-migrate-wellness div.text p,.page-template-migrate-wellness div.text li {
      font-size: 20px;
      line-height: 27px;
  }
  .page-template-migrate-wellness .wellness-trusted .section-container {
    flex-direction: row;
    max-width: 100vw;
    justify-content: flex-end;
    height: 525px;
  }
  .page-template-migrate-wellness
    .wellness-trusted
    .section-container
    .right-side-text {
    width: fit-content;
  }
  .page-template-migrate-wellness .wellness-trusted .section-container .right-side-text img,
  .page-template-migrate-wellness .wellness-trusted2  .section-container .left-side-text img,
  .edge-left-photo img {
    display: block;
    height: 100%;
  }
  .page-template-migrate-wellness
    .wellness-trusted
    .section-container
    .left-side-text {
    width: calc(100% - 700px);
    max-width: calc(1366px - 700px);
    margin-right: auto;
    margin-left: 60px;
  }
  .page-template-migrate-wellness .wellness-trusted2 {
    width: 1366px;
    max-width: calc(100vw - 70px);
    margin: 0 auto;
  }
  .page-template-migrate-wellness .wellness-trusted2 .section-container, .page-template-migrate-wellness .wellness-blue .section-container {
    flex-direction: row;
    padding: 80px 0;
  }

  .page-template-migrate-wellness .wellness-trusted2 .section-container .left-side-text {
    margin: 0 100px 0 60px;
  }
  .page-template-migrate-wellness .excuteive-team {
    padding-bottom: 150px;
  }
  .wellness-blue {
    width:100vw;
    justify-content: center;
    align-items: center;
    display: flex;
    background-image: -moz-radial-gradient(
      50% 50%,
      circle closest-side,
      rgba(255, 255, 255, 0.43) 0%,
      rgba(156, 199, 233, 0.43) 100%
    );
    background-image: -webkit-radial-gradient(
      50% 50%,
      circle closest-side,
      rgba(255, 255, 255, 0.43) 0%,
      rgba(156, 199, 233, 0.43) 100%
    );
    background-image: -ms-radial-gradient(
      50% 50%,
      circle closest-side,
      rgba(255, 255, 255, 0.43) 0%,
      rgb1(156, 199, 233, 0.43) 100%
    );
  }
  .page-template-migrate-wellness .wellness-blue .section-container {
    width: 1366px;
    max-width: calc(100vw - 60px);
  }
  .page-template-migrate-wellness .wellness-blue .section-container {
	align-items: flex-start;
}
  .page-template-migrate-wellness .wellness-blue .section-container .left-side-text {
    margin-left:60px;
    margin-right: 60px;
  }
  .page-template-migrate-wellness div.text p.blue-intro {
      color:#004675;
      font-size: 27px;
      line-height:36px;
      font-weight: 500;
  }
  .single-personeels .blog .single-content {
    display: block;
	max-width: calc(100vw - 70px);
	width:1366px;
	margin: 0 auto;
}
.single-personeels .blog .single-text {
  display: block;
}
.single-personeels .blog::after {
  content: "";
  display: block;
  clear: both;
}
.single-personeels img {
  margin-bottom:0px;;
  margin-right: 50px;
  width: 500px;
  float: left;
}

section.edge-left-photo .section-container{
	flex-direction: row;
  max-width: 100vw;
  justify-content: flex-start;
}
section.txt-photo-section-left-img .section-container,
section.txt-photo-section-right-img .section-container{
	display: flex;
	max-width: calc(100vw - 90px);
	width:1310px;
	margin: 0 auto;
	flex-direction: row;
}
section.txt-photo-section-left-img .left-side-text ,
section.txt-photo-section-right-img .right-side-text {
  width:578px;
}
section.txt-photo-section-left-img .right-side-text ,
section.txt-photo-section-right-img .left-side-text {
  width:calc(100% - 678px);
}
section.txt-photo-section-right-img .section-container ,
section.txt-photo-section-left-img .section-container
{
  justify-content: space-between;
}
.img-text-below {
	background:#0d3356;
	color:#fff;
	margin:0 !important;
}
.img-text-below img {
	width:100%;
}
.img-text-below p {
  margin:0 !important;
  padding:0 !important;
}
.img-text-below div {
	color: inherit !important;
	padding:20px 40px;
	font-size: 20px;
	line-height: 10px;
	margin:0 !important;
	line-height: 27px !important;
  text-align: left;
}
.img-text-below div a {
	color:#9cc7e9;
	text-decoration: none;
}
.padding-ds-80 {
	padding: 80px 0;
}
.what-we-do.migrant-our-services p {
	margin:0;
	padding:0;
}
.what-we-do.migrant-our-services {
	margin-bottom:50px;
}
section.migrant-partners .section-container{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width:1310px;
    max-width: calc(100vw - 90px);
    border-bottom: 5px solid #9cc7e9;
}

section.migrant-partners .section-container div{
	display:block;
	flex:1;
	background-position: center;
	background-size: contain;
	height: 150px;
	background-repeat:no-repeat;
	margin-right: 70px;
}
section.migrant-partners .section-container div:last-child{
	margin-right: 0;
}

div.section-container.second-container-text {
	margin-top: 20px;
	font-size: 13px;
	border-bottom:unset !important;
	font-style: normal;
}
div.section-container.second-container-text .partner-title {
	font-weight: 500;
}
div.section-container.second-container-text .partner-sep {
	color:#178fd0;
}
.leadership-banner-section img{
  max-height: 100%;
}
.site-header .donate-btn.mobile-none {
  display: flex;
}


/* new design */
.page-template-new-home-page .who-we-are .who-we-are-wrapper { 
  flex-direction: row;
  padding:60px 0;
  max-width: calc(100% - 180px);
  width:1246px;
  font-size: 30px;
  line-height: 44px;

}

.page-template-new-home-page .who-we-are .who-we-are-wrapper h1 {
  font-size: 42px;
}
.page-template-new-home-page .who-we-are .widget-text {
  margin-right: 90px;
  align-items: flex-start;
}
.page-template-new-home-page .who-we-are  a {
  max-width: 200px;
  width: 200px;
  margin:0;
  margin-top:20px;
}
.nwidget .who-we-are-right-img img {
  border:16px solid #1D7BD5;
}
.nwidget.pillars-section {
  padding:60px 0;
  max-width: calc(100% - 180px);
  width:1246px;
  flex-direction: row;
  align-items: flex-start;
}
.nwidget.pillars-section .what-we-do {
  flex:1;
  height: 826px;
}

.nwidget.pillars-section  .what-we-do-upper-text {
  padding: 70px 50px 0;
  height:calc(60% - 80px);
}

.nwidget.pillars-section .pillars {
  flex:2;
  display: flex;
  flex-wrap: wrap;
}
.nwidget.pillars-section .pillars .pillar-box {
  width:calc(50% - 10px);
  height: 408px;
  margin-bottom: 0;
}
.nwidget.pillars-section .pillars a.even {
  margin:0 10px 10px;
}
.nwidget.home-testimoials .swiper-slider {
  max-width: calc(100% - 180px);

}
.nwidget.home-testimoials .testimonials-box {
  margin-bottom: 0;
  flex-direction: row;
  margin-top:60px;
}
.nwidget.home-testimoials .test-left-side::before,
.nwidget.home-testimoials .test-left-side::after {  
  position: absolute;
  content:"";
  background-repeat: no-repeat;
  background-position: center;
  height: 121px;
  width: 152px;
  background-size: 100px;
}
.nwidget.home-testimoials .test-left-side::before {
  background-image: url('/wp-content/themes/endeavors/assets/img/quote-open.png');
  top: -50px;
  left: 0;
}
.nwidget.home-testimoials .test-left-side::after {
  background-image: url('/wp-content/themes/endeavors/assets/img/quote-close.png');
  bottom: 0px;
  right: 100px;
}
.nwidget.home-testimoials .test-left-side {
  flex:2;
  margin-right: 28px;
  padding-left: 42px;
  padding-bottom: 100px;
}
.nwidget.home-testimoials .test-right-side {
  margin-top: 0px;
}


.nwidget .donation-widget .donation-frm {
  margin:unset;
}
.nwidget .donation-widget .program-section__title h2 {
  text-align: left;
  padding-bottom: 0;
}
.nwidget.donation-setction {
  /* padding:50px 0 110px; */
}

.nwidget .preview-slide {
  cursor: pointer;
}
.nwidget .preview-slide,
.veteran-box.swiper-slide
 {
  display: block;;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;

}
.nwidget .swiper-slide-active .preview-slide,
.veteran-box.swiper-slide.swiper-slide-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
}
.nwidget .swiper-slide-active .preview-slide {
  transition: opacity 2s linear;
}
.nwidget .preview-slide::after {
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 70, 123,.5);
  display: block;
  position: absolute;
  top:0;
  left:0;
}
.nwidget .preview-slide .prev-2,
.nwidget .preview-slide .next-2 {

}
.get-in-touch-frm .controls-row {
  flex-direction: row;
}
.get-in-touch-frm .controls-row {
  margin-bottom: 10px;
}
.pillars-landing-page .search-criteria .search-row{
  flex-direction: row;
}
.pillars-landing-page .search-criteria .search-row div {
  width:calc(100%/3);
}
.get-in-touch-frm .controls-row  a {
  margin-left:56px;
}
.pillars-landing-page .pillar-box__img {
  height: 550px;
}
.pillars-landing-page .swiper-boxes {

}
.pillars-landing-page .veteran-slider-content {
  height: 70%;
  max-width: 60%;
  width: 450px;
  top: 15%;
  left: 50px;
  padding: 25px;
  font-size: 16px;
  overflow: hidden;
}
.pillars-landing-page .veteran-slider-content h3 {
  font-size: 30px;
  line-height: 30px;
}
.pillars-landing-page .veteran-slider-content a {
  position: absolute;
  bottom: 30px;
  left: 50px;
  height: 60px;
  line-height: 60px;
}
.nwidget .result-action {
  flex-direction: row;
}
.nwidget .result-action .learn-more-button a{
  margin-right: 27px;
  margin-bottom: unset;
}
.nwidget .search-entry-result .result-title h3{
  font-size: 30px;;
}
.page-template-veterans-pillar .nwidget.main-banner {
  height: 670px;
}


.testswiper {
	overflow: hidden;
    max-width: 100vw;
    margin: 0 auto;
    width: 1366px;
    padding-bottom: 20px;
    display: flex;
}
.testswiper .veteran-box-slider {
    height: 550px;
	    width: 98px;
}
.testswiper .veteran-box-slider .pillar-box__img{
    height: 100%;
    margin: 0 10px;
    display: none;
    position: relative;
    display: block;
}
.testswiper .veteran-box-slider .veteran-slider-content {
	display: none;
}

.testswiper .veteran-box-slider.active .veteran-slider-content {
	display: block;
}
.testswiper .veteran-box-slider.active {
	width: 974px;
  flex:1;
	max-width: calc(100% - 352px);
}
.myslider-3 .testswiper .veteran-box-slider.active {
	max-width: calc(100% - 216px);
}
.pillars-landing-page .testswiper .img-title  {
  text-orientation: sideways-right;
    writing-mode: vertical-rl;
    display: block;
    height: 100%;
    width: 70px;
    text-align: center;
    font-size: 34px;
    color: #fff;
    z-index: 2;
    position: relative;
}
.pillars-landing-page .testswiper .img-title::after {
  content: "";
    height: 100%;
    width: 78px;
    z-index: 1;
    background-color: rgba(0, 70, 123,.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}  
.testswiper .veteran-box-slider.active .img-title {
  display: none;
}


.my-swiper-nav {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 250px;
  justify-content: space-between;
}

  .nwidget.slides-5,
  .nwidget.slides-4 , 
  .nwidget.slides-3 {
    display:none;
  }

  .nwidget.myslider-5,
  .nwidget.myslider-4,
  .nwidget.myslider-3  {
    display:block;
    margin-bottom: 20px;
  }

  #popup-open-after .headline {
    font-size: 41px;
    margin:50px 0;
    line-height:60px;
  }
  .nwidget.main-banner.home-page-video {
    height:auto;
    max-height: calc(100vh - 180px);
  }
  
  .nwidget.home-page-video video[poster] {
    object-fit: contain;
  }
}
