/*   
Theme Name: AIM Foundation
Theme URI: https://aimnetfoundation.org/
Description: Custom WordPress theme for AIM Foundation
Author: Yelling Mule
Author URI: https://www.yellingmule.com
Version: 1.0
*/

@CHARSET "UTF-8";

/* =WordPress Core from http://codex.wordpress.org/CSS#WordPress_Generated_Classes
-------------------------------------------------------------- */

/*Required Styles*/

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 0.5rem 0;
}
.no_padding_top {
  padding-top: 0 !important;
}
.no_padding_bottom {
  padding-bottom: 0 !important;
}

/* CUSTOM CSS */
:root {
  --navy: #0b315e;
  --deep-navy: #082d59;
  --navy-dark: #06264b;
  --sky: #68b8df;
  --orange: #f47817;
  --green: #8dcc3f;
  --button-green: #58ad37;
  --body: #17233e;
  --muted: #5f6878;
  --light-green: #dff0d4;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--body);
  background: #ffffff;
  font-size: 14px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

main {
    padding-top: 96px;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  color: #28364f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.85;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.container-aim {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-white {
  display: inline-block;
  background: #ffffff;
  color: var(--navy);
  border: 0;
  border-radius: 1px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 24px;
  min-width: 106px;
  text-align: center;
}

.btn-green {
  display: inline-block;
  background: var(--button-green);
  color: #ffffff !important;
  border: 0;
  border-radius: 1px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 13px 25px;
  text-align: center;
}

.btn-green.header {
  padding-bottom: 17px !important;
}

.accent-mark {
  width: 80px;
  height: 18px;
  margin: 0 auto 0;
  position: relative;
}

.accent-mark::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 72px;
  height: 6px;
  border-radius: 100%;
  border-top: 4px solid #77c15b;
  transform: rotate(-3deg);
}

.accent-mark::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 66px;
  height: 7px;
  border-radius: 100%;
  border-top: 4px solid #4ba7dc;
  box-shadow: 0 -6px 0 -2px #f3aa28;
  transform: rotate(-3deg);
}

.section-heading {
  text-align: center;
  margin-bottom: 35px;
}

.section-heading h2 {
  margin: 0;
  font-size: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #17233e;
}




/*HEADER*/

.ym_header{
    width:100%;
    background:white;
    position:fixed;
    z-index:1000;
    font-family: 'Montserrat', sans-serif;
    box-shadow:0 0 10px rgba(0,0,0,0.25);
}
.ym_header,
.ym_header_logo{
    height:96px;
}
.ym_header .container-fluid{
    padding:0;
}
.ym_header .row{
    margin:0;
}
.ym_header .col-lg-2,
.ym_header .col-lg-10{
    padding:0;
}
.ym_header_logo{
    width:100%;
    text-align:center;
}
.ym_header_logo a{
    display:block;
    height:100%;
    width:100%;
}
.ym_header_logo img{
    height:100%;
    padding:0.5rem 0;
    margin:auto;
    object-fit: contain;
}
.ym_header_top{
    height:20px;
    width:100%;
    display: flex;
    justify-content: space-between;
}
.ym_header_top_nav{
    list-style:none;
    margin:0;
    padding:0;
    font-weight:400;
    font-size:13px;
    width: 100%;
    display:inline-block;
}
.ym_header_top_nav li{
    display:inline-block;
}
.ym_header_top_nav li a{
    color: #102C52;
    padding: 9px 35px;
    background: #DDF5DC;
    display:block;
}
.ym_header_top_nav li:not(:first-child){
    margin-left:-3px;
}
.ym_header_top_nav li a:hover,
.ym_header_contact li:last-child a:hover{
    background:#3B8A38;
    color: white;
}
.ym_header_contact{
    list-style:none;
    margin:0;
    padding:0;
    font-weight:400;
    font-size:11px;
    display:inline-block;
    text-align:right;
    width:100%;
}
.ym_header_contact li:before{
    content:'';
    width:13px;
    height:13px;
    display:inline-block;
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    position:absolute;
    left:0;
    top:0.7rem;
}
.ym_header_contact li{
    display:inline-block;
    position:relative;
}
.ym_header_contact li a{
    display:block;
    color:#102C52;
    padding:0.625rem 1.25rem;
}
.ym_header_contact li:not(:last-child) a:hover{
    font-weight: 500;
}
.ym_header_contact li:last-child a{
    color: #102C52;
    padding: 9px 35px;
    background: #DDF5DC;
}
.ym_header_mobile{
    display:none;
}

.ym_header_mobile {
    position: fixed;
    width: 100%;
    background: white;
    border-bottom: 1px solid var(--lightblue);
    z-index: 1000;
}

.ym_header_nav{
    list-style:none;
    margin:0 0 0 -0.75rem;
    padding:0;
    display:inline-block;
    font-size:15px;
    font-weight:400;
    width:100%;
    position:relative;
    text-align: right;
}
.ym_header_nav li{
    display:inline-block;
    position:relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.ym_header_nav li a:not(.ym_header_megamenu a){
    display:block;
    padding:1.188rem 1.05rem;
    color:black;
    padding-bottom: 31px;
}
.ym_header_nav li a:not(.ym_header_megamenu a)::after{
    content:'';
    width:12px;
    height:8px;
    /*
    Asset does not exist 10-3-23
    background-image:url(public/img/header-icons/angle.svg);
    */
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    position:absolute;
    right:0;
    top:1.65rem;
}
.ym_header_nav li a:hover,
.ym_header_nav li:hover > a,
.ym_header_nav li.current-menu-item a{
    color:#0072AE;
    font-weight:600;
}

.megamenu_line {
    background-image: linear-gradient(to right, #EE7623 , #6BB2E2, #8DC63F);
    height: 3px;
    width: 100%;
}

.ym_header_megamenu{
    display:none;
    position:fixed;
    width:100%;
    left: 0;
    background:white;
    padding:2rem 0;
    box-shadow:0 5px 5px rgba(0, 0, 0, 0.1);
    /*padding: 0 4%;*/
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(public/img/menu-bg-lined-light.png);
    background-size: 30%;
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-top: 0px;
}
.ym_header_megamenu .callout {
    overflow: hidden;
    background-color: var(--deep-navy);
    color: #ffffff;
    background-image: url('/wp-content/themes/aimfoundation/public/img/waves-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-left: 2rem;
    padding-right: 2rem;
}
.ym_header_megamenu h3 {
    color: white !important;
    font-weight: 600;
    text-align: left;
    padding-top: 20px;
    font-size: 30px;
}
.ym_header_megamenu p {
    color: white !important;
    margin-top:20px;
}
.ym_header_main .ym_back{
    display:none;
}
.ym_header_nav li:hover .ym_header_megamenu{
    display:block;
}
.ym_header_megamenu_image{
    width: 90%;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(16,44,92,0.25);
    background-size: cover;
    background-position:center center;
    background-repeat: no-repeat;
    margin: 3rem 0;
}
.ym_header_megamenu_callout{
    padding: 2rem 0;
    text-align: left;
}
.ym_header_megamenu_callout h3{
    color: #102C52;
    font-size: 30px;
    font-weight: 500;
}
.ym_header_megamenu_callout p{
    color: #102C52;
    font-size: 16px;
}
.ym_header_megamenu_nav{
    padding: 4.5rem 0 4.5rem 3rem;
    height: 100%;
    text-align: left;
    /*border-left: 1px solid #E1EAF6;*/
}
.ym_header_megamenu h5{
    font-weight: 700;
    font-size: 16px;
    color: #102C52;
    padding: 0 0.5rem 0.5rem;
}
.ym_header_megamenu h5 a{
    color: #102C52;
}
.ym_header_megamenu_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
}
.ym_header_megamenu_nav ul li{
    display: block;
}
.ym_header_megamenu_nav ul li a{
    display: block;
    padding: 0.5rem;
    color: #102C52;
}
.ym_header_megamenu_nav ul li a:hover{
    font-weight: 500;
    color: #102C52;
}
.ym_header_megamenu .row .col-md-8 .ym_header_megamenu_nav{
    -webkit-columns: 2;
    columns: 2;
}
.ym_header_megamenu_posts{
    padding: 3rem 0 3rem 3rem;
    border-left: 1px solid #E1EAF6;
}
.ym_header_megamenu_posts h5 a{
    padding: 0 0.5rem;
    margin: 0 0 0.5rem;
}
.ym_header_megamenu_post{
    padding:0;
}
.ym_header_megamenu_post h5{
    color: #3B8A38;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0;
    font-weight: 500;
}
.ym_header_megamenu_post p{
    font-size: 14px;
    font-weight: 300;
    color: #102C52;
}
.ym_header_megamenu_post a{
    color: #3B8A38;
    font-size: 16px;
    font-weight: 600;
}
.ym_header_megamenu .col-small.col-md-4{
    flex: 0 0 22.22222%;
    max-width: 22.22222%;
}
.ym_columns_3{
    -webkit-column-count:3;
    column-count:3;
    -webkit-column-width:auto;
    column-width:auto;
    -webkit-column-gap:2rem;
    column-gap:2rem;
}
.ym_columns_2{
   -webkit-column-count:2;
    column-count:2;
    -webkit-column-width:auto;
    column-width:auto;
    -webkit-column-gap:2rem;
    column-gap:2rem;
}
.ym_header_right{
    text-align:right;
    width:11%;
    display:inline-block;
    margin-left:-3%;
}
.ym_header_search{
    display:inline-block;
    position:relative;
}
.ym_header_search::after{
    content:'';
    width:14px;
    height:14px;
    /*
    Asset does not exist 10-3-23
    background-image:url(public/img/header-icons/search.svg);
    */
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    position:absolute;
    right:0;
    top:0.35rem;
}
.ym_header_search form input{
    border:none;
    font-size:12px;
    color:black;
    background:transparent;
    width: 100px;
}
.ym_header_search form input::placeholder{
    color:black;
    letter-spacing:1px;
    font-weight:600;
    text-transform:uppercase;
}
.ym_header_search form input:focus{
    outline:none;
    border-bottom-color:black;
}
.ym_header_button, .ym_header_img_button{
    display:inline-block;
    margin-left:1rem;
}
.ym_header_img_button a img {
    width: 120px;
}
.ym_header_spacer{
    display: block;
    position: relative;
}






.site-header {
  height: 140px;
  background: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
}

.site-header .navbar {
  width: 100%;
  padding: 0;
}

.brand-logo {
  width: 150px;
  height: auto;
}

.logo-wordmark {
  width: 150px;
  line-height: 1;
}

.logo-symbol {
  width: 88px;
  height: 19px;
  margin-left: 2px;
  margin-bottom: -2px;
  position: relative;
}

.logo-symbol span {
  display: block;
  height: 4px;
  border-radius: 10px;
  margin-bottom: 2px;
  transform: skewX(-25deg);
}

.logo-symbol span:nth-child(1) {
  width: 82px;
  background: #62b74f;
  margin-left: 12px;
}

.logo-symbol span:nth-child(2) {
  width: 92px;
  background: #f6ae2d;
  margin-left: 4px;
}

.logo-symbol span:nth-child(3) {
  width: 98px;
  background: #3fa5d8;
  margin-left: 0;
}

.logo-main {
  color: #153966;
  font-size: 45px;
  font-weight: 900;
  letter-spacing: -3px;
  line-height: .75;
}

.logo-main .dot {
  color: #3fa5d8;
}

.logo-sub {
  color: #3d6592;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 4px;
  margin-left: 9px;
  line-height: 1;
}

.navbar-nav .nav-link {
  color: #6c757d !important;
  font-size: 18px;
  font-weight: 500;
  padding: 0 !important;
  margin: 0 13px;
}

.navbar-toggler {
  border: 0;
  padding-right: 0;
}

.hero {
  min-height: 575px;
  background-size: cover;
  background-position: center 36%;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.hero h1 {
  width: 670px;
  max-width: 100%;
  margin: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.23;
  letter-spacing: -.8px;
  padding-left: 50px;
}

.hero-interior {
  height: auto;
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: linear-gradient(180deg, #102c52 0%, #6BB2E2 100%);
  text-align: center;
}

.hero-interior h1 {
  margin: 0 0 18px;
  font-size: 34px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
}

.hero-interior p {
  margin: 0 0 18px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
}

.cta-band {
  color: #ffffff;
}

.cta-card {
  min-height: 275px;
  padding: 42px 28px 34px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.cta-card .btn-white {
  margin-top: 20px;
}

.cta-card h3 {
  margin: 0 0 9px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.cta-card p {
  width: 100%;
  max-width: 330px;
  margin: 0 auto 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

.cta-vision {
  background: var(--navy);
}

.cta-partner {
  background: var(--orange);
}

.cta-events {
  background: var(--sky);
}

.cta-donate {
  background: var(--green);
}

.supporters {
  padding: 36px 0 42px;
}

.supporters .section-heading {
  margin-bottom: 45px;
}

.supporter-row {
  align-items: center;
}

.supporter-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 78px;
  margin-bottom: 16px;
}

.supporter-box img {
  width: 225px;
}



.about {
  padding: 22px 0 58px;
}

.photo-stack {
  min-height: 348px;
  position: relative;
}

.photo-stack::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 0;
  width: 103px;
  height: 105px;
  background: rgba(114, 190, 222, .28);
}

.photo-stack::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: -2px;
  width: 138px;
  height: 111px;
  background: rgba(244, 120, 23, .22);
  z-index: 0;
}

.stack-photo {
  position: absolute;
  object-fit: cover;
  z-index: 2;
}

.stack-photo-top {
  width: 275px;
  left: 58px;
  top: 9px;
}

.stack-photo-bottom {
  width: 275px;
  right: 24px;
  bottom: 7px;
}

.about-copy {
  padding-left: 26px;
  padding-top: 2px;
}

.about-copy .accent-mark {
  margin-left: 0;
  margin-bottom: 2px;
}

.about-copy h2 {
  margin: 0 0 18px;
  font-size: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #17233e;
}

.about-copy p {
  margin-bottom: 17px;
  color: #28364f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.85;
}

.about-copy strong {
  font-weight: 900;
}

.about-dots {
    position: absolute;
    right: 10px;
    bottom: -32px;
    color: #f4a15b;
    font-size: 24px;
    /* letter-spacing: 5px; */
    line-height: 1;
}

.change_about_photo:hover {
    cursor: pointer;
}

.about.impact {
  padding-top: 80px;
}

.about.impact .row {
  margin-bottom: 50px;
}

.about.funders {
  padding-top: 50px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.change_testimonial:hover {
    cursor: pointer;
}

.change_spotlight_photo:hover {
    cursor: pointer;
}

.team_member h2 {
  font-size: 22px;
  color: black;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}
.team_member span {
  font-size: 16px;
  color: #333;
}

.general_content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.general_content ul li {
  color: #28364f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.85;
}

.ym_modal .modal-dialog{
    max-width:60%;
}
.ym_modal .modal-content{
    padding:5rem 10%;
    text-align: left;
}
.ym_modal .ym_portfolio_logo{
    width:200px;
    height:100px;
}
.ym_modal .ym_portfolio_logo img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
}
.bio_name {
    line-height: 1.3;
    margin-top: 15px;
}
.bio_name strong {
    font-size: 18px;
    font-weight: 600;
}
.ym_modal .modal-content h5{
    font-size:18px;
    font-weight:400;
    letter-spacing:0.5px;
    margin:0 0 2rem;
}
.ym_modal .modal-content h5 strong{
    font-weight:900;
}
.ym_modal .modal-content p{
    font-weight:200;
    font-size:16px;
}
.ym_modal .modal-content span{
    font-weight:200;
    font-size:16px;
    margin:5rem 0 0;
}
.ym_modal .close{
    position:absolute;
    top:0;
    right:0;
    color:#28364f;
    border:1px solid #28364f;
    border-radius:50%;
    text-align:center;
    vertical-align:middle;
    width:25px;
    height:25px;
    font-weight:200;
    font-size:18px;
    margin:2rem;
}

.impact-image {
  width: 100%;
  padding-bottom: 70%;
  position: relative;
  border-radius: 10px;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 4px 12px rgba(8, 23, 43, 0.29));
}

.ym_portfolio_block{
    width:100%;
    padding-bottom:70%;
    position:relative;
    overflow:hidden;
    background-size:auto 50%;
    background-position:center center;
    background-repeat:no-repeat;
    margin:0 0 1rem;
  background:white;
  box-shadow:rgba(0,0,0,0.25) 0 0 10px;
}
.ym_portfolio_block img{
    position:absolute;
    max-width:60%;
    max-height:100%;
    height:auto;
    padding:0.5rem 1.5rem;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.ym_portfolio_block:hover{
    -webkit-filter:none;
    filter:none;
    opacity:1;
}

.mission {
  position: relative;
  overflow: hidden;
  background-color: var(--deep-navy);
  color: #ffffff;
  padding: 47px 0 55px;
  background-image: url('/wp-content/themes/aimfoundation/public/img/waves-bg-15.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;       
}

.mission::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 110px;
  width: 100%;
  height: auto;
  
}

.mission-content {
  position: relative;
  z-index: 2;
}

.mission h2 {
  margin: 0 0 17px;
  color: #ffffff;
  font-size: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.mission p {
  margin: 0 0 20px;
  color: #edf6ff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.mission strong {
  color: var(--orange);
  font-size: 18px;
  font-weight: 900;
}

.impact {
  padding: 55px 0 29px;
}

.impact-heading {
  margin-bottom: 27px;
  text-align: left;
}

.impact-heading .accent-mark {
  margin-left: 0;
}

.impact-heading h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
}

.stat-card {
  min-height: 162px;
  background: var(--navy);
  color: #ffffff;
  text-align: center;
  padding: 50px 12px 50px;
  margin-bottom: 50px;
}

.stat-number {
  color: var(--green);
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
}

.stat-card p {
  margin: 14px 0 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.partner-strip {
  padding: 31px 0 30px;
}

.mini-logo {
  min-height: 45px;
  color: #5b6473;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.mini-logo img {
    height: 85px;
}

.video-testimonial {
  padding: 0 20px;
  margin-bottom: 55px;
}

.video-frame {
  min-height: 315px;
  background-image: url("https://images.unsplash.com/photo-1542744095-fcf48d80b0fd?auto=format&fit=crop&w=900&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 53px;
  background: #e52520;
  border-radius: 12px;
  transform: translate(-50%, -50%);
}

.play-button::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 31px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #ffffff;
}

.person-tag {
  position: absolute;
  top: 104px;
  right: 29px;
  background: #8955b1;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  padding: 8px 12px;
  text-transform: uppercase;
}

.person-tag small {
  display: block;
  margin-top: 3px;
  font-size: 8px;
  font-weight: 700;
}

.quote-panel {
  height: 100%;
  background: linear-gradient(135deg, #123967 0%, #6fc1ea 100%);
  color: #ffffff;
  padding: 62px 55px 50px;
  position: relative;
}

.quote-panel p {
    color: white;
    font-size: 16px;
    line-height: 1.65;
}

.quote-panel a {
    color: white;
    text-decoration: underline;
}

.quote-panel blockquote {
  max-width: 650px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.85;
}

.quote-panel cite {
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.45;
}

.quote-arrow {
  position: absolute;
  top: 50%;
  right: 22px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-50%);
}

.abc {
  padding: 0 0 63px;
}

.abc-copy {
  margin-top: -100px;
  padding-right: 40px;
}

.abc-copy .accent-mark {
  margin-left: 0;
  margin-bottom: 0;
}

.abc-copy h3 {
  font-size: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  line-height: 1.2;
  color: #17233e;
}

.abc-copy h2 {
  margin: 0 0 18px;
  font-size: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #17233e;
}

.abc-copy h4 {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #17233e;
  margin-bottom: 20px;
}

.abc-copy p {
  margin-bottom: 16px;
  color: #26344d;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.85;
}

.abc-copy strong {
  font-weight: 900;
}

.abc-card {
  background: var(--light-green);
  padding: 0 0 25px 25px;
  margin-left: 10px;
}

.abc-card img {
  width: 640px;
  height: auto;
  object-fit: cover;
  object-position: center;
  transform: translate(-50px, -30px);
  border: 8px solid white;
}

.abc-caption {
  margin: -4px 18px 0;
  color: #33415a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.abc-dots {
  color: #f5b37a;
  text-align: center;
  font-size: 26px;
  letter-spacing: 7px;
  line-height: 1;
  margin-top: 12px;
}

.footer-grad {
  background-image: linear-gradient(to right, #EE7623 , #6BB2E2, #8DC63F);
  height: 5px;
  width: 100%;
}

.footer-main {
  position: relative;
  overflow: hidden;
  background: var(--deep-navy);
  color: #ffffff;
  padding: 51px 0 40px;
      /* overflow: hidden; */
    /* background-color: var(--deep-navy); */
    /* color: #ffffff; */
    background-image: url('/wp-content/themes/aimfoundation/public/img/waves-bg.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    /* padding-left: 2rem; */
    padding-right: 2rem;
}

.footer-main .container-aim {
  position: relative;
  z-index: 2;
}

.footer-link {
  display: block;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.footer-bottom {
  background: #ffffff;
  color: #8790a0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 19px 10px;
}

.footer-bottom a {
  color: #8790a0;
  margin: 0 12px;
}

@media (max-width: 991.98px) {
  .ym_header {
    display: none;
  }
  .ym_header_mobile {
    display: block;
  }

  /* mobile menu */
  .ym_header_bottom .ym_header_logo a{
        text-align: left;
    }
    .ym_header_bottom .ym_header_logo img{
        padding: 1rem 1.5rem;
    }
    .ym_header_logo img {
        margin: unset;
    }
    .ym_header_nav_toggle{
        text-align: right;
        font-size: 24px;
        color: var(--darkblue);
        padding: 1rem 1.5rem;
        padding-top: 30px;
    }

    .ym_header_nav li{
        display: block;
        position: relative;
        border-bottom: 1px solid var(--navy);
        text-align: left;
    }
    .ym_header_nav li a{
        padding: 1rem 1.5rem !important;
    }


    .ym_secondary_nav{
        display: flex;
    }
    .ym_secondary_nav li{
        flex: 1;
        text-align: center;
        border-right: 2px solid white;
    }
    .ym_secondary_nav li:last-child{
        border: none;
    }
    .ym_secondary_nav li:last-child a{
        color: white;
        background: var(--darkgreen);
    }
    .ym_header_search{
        padding: 0.4rem 0 0.4rem 1.5rem;
    }
    .ym_header_search input{
        text-align: left;
        width: 200px;
    }
    .ym_header_bottom .ym_header_menu .ym_header_logo{
        height: 50px;
        border-left: 1px solid var(--lightblue);
        text-align: right;
    }
    .ym_header_bottom .ym_header_menu .ym_header_logo a{
        text-align: right;
    }
    .ym_header_bottom .ym_header_menu .ym_header_logo img{
        padding: 0.75rem 1.5rem;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
    .ym_header_menu{
        display: none;
        background: white;
        position: fixed;
        width: 100%;
        border-bottom: 1px solid var(--lightblue);
    }
    .ym_header_nav{
        font-weight: 600;
        background: var(--lightblue);
        margin: 0 !important;
    }
    .ym_header_nav li{
        display: block;
        position: relative;
        border-bottom: 1px solid var(--navy);
    }
    .ym_header_nav li a{
        padding: 1rem 1.5rem;
    }
    .ym_header_nav li a::after,
    .ym_header_nav li.ym_menu_has_children a::after{
        content: none;
    }
    .ym_parent_menu_toggle,
    .ym_child_menu_toggle{
        position: absolute;
        right: 0;
        top: 0;
        padding: 1rem 1.5rem;
        color: var(--darkblue);
        z-index: 100;
    }
    .ym_child_menu_toggle{
        color: var(--skyblue);
    }
    .ym_header_subnav,
    .ym_header_subsubnav{
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
        background: white;
        font-weight: 400;
    }
    .ym_header_nav li.opened .ym_header_subnav{
        display: block;
    }
    .ym_header_subnav li.opened .ym_header_subsubnav{
        display: block;
    }
    .ym_header_subnav li{
        border-bottom-color: var(--lightblue);
    }
    .ym_header_subsubnav{
        font-size: 12px;
    }

  .site-header {
    height: auto;
    padding: 18px 0;
  }

  .navbar-collapse {
    padding-top: 18px;
  }

  .navbar-nav .nav-link {
    margin: 7px 0;
  }

  .navbar-nav .btn-green {
    margin-top: 10px;
  }

  .hero {
    min-height: 390px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .about-copy {
    padding-left: 0;
    padding-top: 35px;
  }

  .photo-stack {
    max-width: 520px;
    margin: 0 auto;
  }

  .quote-panel {
    padding: 42px 38px;
  }

  .abc-card {
    margin-top: 42px;
    margin-left: 0;
  }
  .abc-card img {
    width: 100% !important;
    height: auto !important;
    border: 0px !important;
  }
  .abc-copy {
    margin-top: 0;
    padding-right: 0;
  }
  .footer-main {
    padding-right: 0 !important;
  }
  .alignright {
    width: 100%;
  }
  .team_member {
    margin-bottom: 30px;
  }
  .ym_modal .modal-dialog {
    max-width: 100%;
  }
  .impact {
    padding: 55px 0 0;
  }
  .impact-image {
    background-size: contain;
    padding-bottom: 40%;
  }
  .about.impact {
    padding-top: 40px;
  }
  .hero h1 {
    padding-left: 0;
  }
  .mini-logo img {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .container-aim {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero {
    min-height: 345px;
    text-align: center;
  }

  .hero h1 {
    margin: 0 auto;
    font-size: 30px;
  }

  .cta-card {
    min-height: auto;
    padding: 34px 22px 30px;
  }

  .supporters {
    padding-top: 32px;
  }

  .photo-stack {
    min-height: auto;
  }

  .photo-stack::before {
    display: none;
  }

  .photo-stack::after {
    display: none;
  }

  .stack-photo {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
  }

  .about-dots {
    display: none;
  }

  .mission {
    padding: 40px 0;
  }

  .mission h2 {
    font-size: 22px;
  }

  .impact {
    padding-top: 40px;
  }

  .stat-number {
    font-size: 44px;
  }

  .video-testimonial {
    padding: 0;
  }

  .video-frame {
    min-height: 260px;
  }

  .quote-panel {
    min-height: auto;
    padding: 36px 28px;
  }

  .quote-panel blockquote {
    font-size: 13px;
  }

  .quote-arrow {
    display: none;
  }

  .abc {
    padding-bottom: 45px;
  }

  .abc-card {
    padding-left: 0;
  }

  .abc-card img {
    height: auto;
    transform: none;
  }

  .abc-caption {
    padding: 16px 0 0;
  }

  .footer-main {
    text-align: center;
  }

  .footer-main .text-md-right {
    text-align: center !important;
  }
}



