/**
 * Created by Prashamsa Pandey
 * Email: pzp0052@auburn.edu
*/
/*------------------------------------ Site Wide Starts -----------------------------------*/
.custom-container {
  padding: 60px 30px; }
  .custom-container.remove-padding-top {
    padding-top: 0; }
  .custom-container.remove-padding-top-bottom {
    padding-top: 0;
    padding-bottom: 0; }
  .custom-container.remove-padding-bottom {
    padding-bottom: 0; }

.common-button a {
  padding: 12px 15px;
  display: inline-block;
  position: relative;
  z-index: 0;
  color: #000;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #f58025d6;
  font-weight: 500;
  transition: all 0.6s ease; }
  .common-button a:hover {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #fff;
    transition: all 0.6s ease; }
    .common-button a:hover:before, .common-button a:hover:after {
      width: 100%;
      height: 100%; }
  .common-button a:before {
    border-bottom: 5px solid #e96000;
    border-right: 5px solid #e96000;
    bottom: 0;
    right: 0; }
  .common-button a:after {
    border-top: 5px solid #e96000;
    border-left: 5px solid #e96000;
    top: 0px;
    left: 0; }
  .common-button a:after, .common-button a:before {
    content: " ";
    width: 18px;
    height: 18px;
    position: absolute;
    transition: all 0.6s ease; }
.common-button.color-white a {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 50px; }
  .common-button.color-white a:before {
    border-bottom: 5px solid #ffffff9c;
    border-right: 5px solid #ffffff9c; }
  .common-button.color-white a:after {
    border-top: 5px solid #ffffff9c;
    border-left: 5px solid #ffffff9c; }

a {
  text-decoration: none;
  transition: all 0.6s ease;
  color: #0a2341; }

a:hover, a:focus {
  transition: all 0.6s ease;
  color: #e86100; }

p {
  color: #616161; }

.section-title {
  padding-bottom: 30px; }
  .section-title h2 {
    margin-bottom: 0;
    position: relative;
    color: #0a2341;
    font-weight: 600; }
  .section-title h3 {
    color: #0a2341;
    position: relative;
    text-align: center;
    font-weight: bold; }

.header-title a {
  font-size: 26px;
  font-weight: 500;
  font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif !important; }
  .header-title a:hover, .header-title a:focus {
    color: #ea6000; }

/*------------------------------------- Site Wide Ends ------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
#secondary_nav_horiz {
  background-color: #e96000;
  padding: 1% 3%; }
  #secondary_nav_horiz .image-area img {
    width: 200px; }
  #secondary_nav_horiz .navbar-nav .nav-item .nav-link {
    color: #fff;
    border-color: #fff;
    font-size: 15px; }
    #secondary_nav_horiz .navbar-nav .nav-item .nav-link:hover {
      background-color: #f58025; }
  #secondary_nav_horiz .dropdown-menu {
    min-width: 15rem;
    background-color: #f58025;
    border: 0;
    border-radius: 0;
    margin-top: 32px;
    padding: 0;
    box-shadow: none; }
    #secondary_nav_horiz .dropdown-menu .dropdown-item {
      padding: 0.5rem 1rem;
      border-bottom: 1px solid #ffffff26; }

/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
#homepage .background-image-overlay-section {
  height: 300px; }

#who-we-are .teams-section .image-holder {
  position: relative;
  cursor: pointer; }
  #who-we-are .teams-section .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #who-we-are .teams-section .image-holder .image-title {
    width: 90%;
    bottom: -25px;
    padding: 25px 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 12px #00000026;
    box-shadow: 0px 4px 12px #00000026;
    position: absolute;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    min-height: 200px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px; }
    #who-we-are .teams-section .image-holder .image-title .title {
      margin-bottom: 5px; }
      #who-we-are .teams-section .image-holder .image-title .title h5 {
        font-weight: 600; }
    #who-we-are .teams-section .image-holder .image-title .designation p {
      margin-bottom: 0; }
    #who-we-are .teams-section .image-holder .image-title .designation span {
      font-size: 14px; }
    #who-we-are .teams-section .image-holder .image-title .contact-info {
      margin-top: 5px; }
      #who-we-are .teams-section .image-holder .image-title .contact-info a {
        display: block;
        font-size: 12px;
        font-weight: bold; }
        #who-we-are .teams-section .image-holder .image-title .contact-info a i {
          margin-right: 10px;
          color: #e96000; }
  #who-we-are .teams-section .image-holder:hover .image-title {
    background-color: #e96000;
    color: white;
    transition: all 0.6s ease; }
    #who-we-are .teams-section .image-holder:hover .image-title .title, #who-we-are .teams-section .image-holder:hover .image-title .designation, #who-we-are .teams-section .image-holder:hover .image-title p {
      color: #fff; }
    #who-we-are .teams-section .image-holder:hover .image-title .contact-info a {
      color: #fff; }
      #who-we-are .teams-section .image-holder:hover .image-title .contact-info a i {
        color: #fff; }
#who-we-are .about-description-section .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

#what-we-do .common-about-section:nth-of-type(even) {
  background-color: #e7e9ec; }

#giving .online-gift-link-section .image-container {
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  #giving .online-gift-link-section .image-container .item-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #giving .online-gift-link-section .image-container .item-container .item h2 {
      color: #fff;
      margin-bottom: 0; }
#giving .donor-opportunities-section .common-description-section .custom-container {
  padding-top: 0; }

#womenboard .logo-women {
  text-align: center;
  margin-bottom: 30px; }
  #womenboard .logo-women img {
    width: 50%; }
#womenboard .philanthropy-image-section .gallery-image-container {
  display: flex;
  flex-wrap: wrap;
  margin: -15px; }
  #womenboard .philanthropy-image-section .gallery-image-container .gallery-image-item {
    padding: 15px;
    width: 50%; }
    #womenboard .philanthropy-image-section .gallery-image-container .gallery-image-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;
      border-radius: 15px; }

#nonprofit .common-online-gift-link-section .image-container {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

#nonprofit-app .form-section {
  padding: 60px;
  width: 60%;
  margin: auto;
  background-color: #e7e9ec; }

#research .common-who-we-are-section .who-we-are-container .inner-item .image-container {
  padding-bottom: 135%; }

.staff-bio {
  padding: 0; }

/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
.cary-footer {
  background-color: #0a2341; }
  .cary-footer .image-area img {
    height: auto;
    width: 200px; }
  .cary-footer .image-area.quality-image {
    position: relative; }
    .cary-footer .image-area.quality-image img:nth-of-type(2) {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.6s ease; }
    .cary-footer .image-area.quality-image a {
      display: block; }
      .cary-footer .image-area.quality-image a:hover img:nth-of-type(2) {
        opacity: 1; }
  .cary-footer p {
    font-size: 10px;
    color: #fff; }
  .cary-footer ul {
    list-style: none; }
    .cary-footer ul.contact-info h4 {
      margin-bottom: 20px;
      color: #e96000;
      width: 100%; }
    .cary-footer ul.contact-info.detail-menu li a span:first-of-type {
      width: 100%; }
    .cary-footer ul li a {
      display: flex;
      color: #fff; }
      .cary-footer ul li a:not(last-of-type) {
        margin-bottom: 10px; }
      .cary-footer ul li a span {
        display: block;
        transition: all 0.6s ease;
        position: relative;
        font-size: 0.9rem; }
        .cary-footer ul li a span:first-of-type {
          color: #fff;
          width: 8%; }
        .cary-footer ul li a span:hover, .cary-footer ul li a span:focus {
          color: #ffffff70;
          transition: all 0.6s ease; }
    .cary-footer ul.social-media {
      display: flex;
      flex-wrap: wrap; }
      .cary-footer ul.social-media h3 {
        width: 100%; }
      .cary-footer ul.social-media li {
        color: #fff; }
        .cary-footer ul.social-media li a {
          transition: all 0.6s ease; }
          .cary-footer ul.social-media li a:hover {
            transition: all 0.6s ease;
            transform: scale(1.3); }
        .cary-footer ul.social-media li:not(:last-of-type) {
          margin-right: 20px; }
  .cary-footer .location-info {
    padding: 0;
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid #ffffff59;
    margin-top: 20px; }

/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
.common-banner-section .image-container {
  height: 475px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
.common-banner-section.small-banner .image-container {
  height: 40vh;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10%; }
  .common-banner-section.small-banner .image-container:after {
    content: '';
    position: absolute;
    background-image: linear-gradient(90deg, #ffffff, #fff0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .common-banner-section.small-banner .image-container h1 {
    z-index: 1;
    color: #0a2341;
    font-weight: 600; }

.common-about-section {
  position: relative;
  overflow: hidden; }
  .common-about-section .row .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .common-about-section .animated-circle:before {
    content: '';
    position: absolute;
    left: -75px;
    bottom: 50px;
    width: 250px;
    height: 250px;
    background-color: #e96000;
    border: 15px solid white;
    opacity: 0.5;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg); }
  .common-about-section.center-header .section-title h2:before {
    width: 20%; }

.common-description-section .section-content {
  width: 1000px;
  margin: auto;
  position: relative;
  padding: 0 10%; }
  .common-description-section .section-content:before, .common-description-section .section-content:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 10%;
    left: 0;
    background-color: #e96000;
    top: 10px; }
  .common-description-section .section-content:after {
    transform: rotate(-90deg);
    right: 0;
    left: initial;
    top: 60px; }
  .common-description-section .section-content.remove-lines {
    width: 100%;
    padding: 0;
    text-align: center; }
    .common-description-section .section-content.remove-lines:before, .common-description-section .section-content.remove-lines:after {
      display: none; }
.common-description-section.affiliate-list-section {
  position: relative; }
  .common-description-section.affiliate-list-section .section-title {
    padding-bottom: 40px; }
    .common-description-section.affiliate-list-section .section-title h2 {
      text-transform: uppercase;
      color: #e86100;
      letter-spacing: 5px;
      padding-left: 0; }
      .common-description-section.affiliate-list-section .section-title h2:before {
        display: none; }
  .common-description-section.affiliate-list-section .image-container {
    position: absolute;
    left: -150px;
    top: -38%;
    width: 50%;
    height: 100%;
    z-index: -1; }
    .common-description-section.affiliate-list-section .image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .common-description-section.affiliate-list-section ul {
    -moz-column-count: 5;
    -moz-column-gap: 20px;
    -webkit-column-count: 5;
    -webkit-column-gap: 20px;
    column-count: 5;
    column-gap: 20px;
    padding: 0; }
    .common-description-section.affiliate-list-section ul li {
      text-align: left;
      margin-bottom: 20px; }

.common-philanthropy-section {
  position: relative; }
  .common-philanthropy-section .philanthropy-container .item {
    width: 75%;
    padding: 80px 60px;
    background: #e7e9ec;
    margin-left: auto; }
    .common-philanthropy-section .philanthropy-container .item:nth-of-type(2) {
      width: 60%;
      padding: 60px;
      background: #fff;
      margin-top: -60px;
      margin-left: initial;
      box-shadow: 4px 4px 10px 2px #e3e5ed; }
  .common-philanthropy-section .image-container {
    position: absolute;
    bottom: -14%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .common-philanthropy-section .image-container img {
      height: 100%; }
  .common-philanthropy-section.philanthropy-board .section-title {
    padding-bottom: 40px; }
    .common-philanthropy-section.philanthropy-board .section-title h2 {
      text-transform: uppercase;
      color: #e86100;
      letter-spacing: 5px;
      padding-left: 0; }
      .common-philanthropy-section.philanthropy-board .section-title h2:before {
        display: none; }
  .common-philanthropy-section.philanthropy-board .philanthropy-container .item {
    z-index: 1;
    position: relative;
    width: 100%; }
    .common-philanthropy-section.philanthropy-board .philanthropy-container .item .common-about-container img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .common-philanthropy-section.philanthropy-board .philanthropy-container .item:nth-of-type(1) {
      padding: 0; }
    .common-philanthropy-section.philanthropy-board .philanthropy-container .item:nth-of-type(2) {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }

.common-who-we-are-section {
  background-color: #e7e9ec; }
  .common-who-we-are-section .who-we-are-container .inner-item {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    box-shadow: 5px 15px 60px #1b212f08;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all ease 0.4s; }
    .common-who-we-are-section .who-we-are-container .inner-item .image-container {
      position: relative;
      padding-bottom: 60%;
      overflow: hidden; }
      .common-who-we-are-section .who-we-are-container .inner-item .image-container img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        transition: all 0.6s ease; }
      .common-who-we-are-section .who-we-are-container .inner-item .image-container:hover img {
        -ms-transform: scale(1.1);
        /* IE 9 */
        transform: scale(1.1);
        transition: all 0.6s ease; }
    .common-who-we-are-section .who-we-are-container .inner-item .section-title {
      padding: 20px 30px;
      position: relative; }
    .common-who-we-are-section .who-we-are-container .inner-item a {
      display: block;
      color: #e96000;
      text-decoration: none; }
    .common-who-we-are-section .who-we-are-container .inner-item:before {
      content: '';
      position: absolute;
      right: -200px;
      bottom: -200px;
      width: 300px;
      height: 300px;
      background-color: #e96000;
      border: 15px solid white;
      opacity: 0.5;
      border-radius: 50%;
      -webkit-transition: all ease 0.4s;
      transition: all ease 0.4s;
      -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
      transform: skewX(-10deg); }
  .common-who-we-are-section.youth-programs .who-we-are-container .inner-item {
    cursor: pointer; }
    .common-who-we-are-section.youth-programs .who-we-are-container .inner-item .image-container {
      padding-bottom: 20%;
      margin: 20px; }
      .common-who-we-are-section.youth-programs .who-we-are-container .inner-item .image-container img {
        object-fit: contain; }
      .common-who-we-are-section.youth-programs .who-we-are-container .inner-item .image-container:hover img {
        -ms-transform: none;
        transform: none; }
    .common-who-we-are-section.youth-programs .who-we-are-container .inner-item .content {
      padding: 20px 30px;
      background-color: #e86100; }
      .common-who-we-are-section.youth-programs .who-we-are-container .inner-item .content p {
        color: #fff;
        font-size: 1em;
        line-height: 30px; }
      .common-who-we-are-section.youth-programs .who-we-are-container .inner-item .content ul li {
        color: #fff;
        line-height: 30px; }

.animated-circle.right:before {
  right: -125px;
  left: inherit; }

.common-online-gift-link-section .image-container {
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  .common-online-gift-link-section .image-container .item-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .common-online-gift-link-section .image-container .item-container .item h2, .common-online-gift-link-section .image-container .item-container .item h6 {
      color: #fff;
      margin-bottom: 0;
      font-weight: normal;
      line-height: 35px; }

.common-social-media-section {
  background-color: #e9ecef; }
  .common-social-media-section .media-container {
    margin: auto;
    width: 50%;
    display: flex;
    justify-content: space-between; }
    .common-social-media-section .media-container .media-item a .fa {
      font-size: 1.5rem; }

.common-wpb-contact-container {
  display: flex;
  flex-wrap: wrap;
  margin: -15px; }
  .common-wpb-contact-container .wpb-contact-item {
    width: 50%;
    text-align: center;
    padding: 15px; }
    .common-wpb-contact-container .wpb-contact-item ul {
      padding: 30px;
      margin: 0;
      border: 1px solid #e8610030;
      border-radius: 15px;
      background-color: #fff;
      height: 100%; }
      .common-wpb-contact-container .wpb-contact-item ul li {
        list-style: none;
        margin-bottom: 5px;
        font-size: 1.2rem;
        font-weight: 500;
        color: #ea6000; }
      .common-wpb-contact-container .wpb-contact-item ul label {
        font-weight: 500;
        margin-bottom: 15px;
        color: #0a2341; }
    .common-wpb-contact-container .wpb-contact-item:nth-of-type(1) {
      width: 100%; }
  .common-wpb-contact-container p {
    margin-top: 30px;
    text-align: center;
    color: #0a2341;
    font-weight: 500;
    width: 100%; }
  .common-wpb-contact-container.certificate-page .wpb-contact-item ul {
    background-color: #fff; }
    .common-wpb-contact-container.certificate-page .wpb-contact-item ul label {
      font-size: 1.5rem; }
  .common-wpb-contact-container.partners-page .wpb-contact-item ul li {
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 10px; }

.common-officers-container-timeline {
  z-index: 1;
  position: relative; }
  .common-officers-container-timeline .timeline-container {
    width: 80%;
    padding: 50px 0;
    margin: 50px auto;
    position: relative;
    overflow: hidden; }
  .common-officers-container-timeline .timeline-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #e86100;
    z-index: 1; }
  .common-officers-container-timeline .timeline-block {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both; }
  .common-officers-container-timeline .timeline-block-right {
    float: right; }
  .common-officers-container-timeline .timeline-block-left {
    float: left;
    direction: rtl; }
  .common-officers-container-timeline .marker {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #e86100;
    background: #e86100;
    margin-top: 10px;
    z-index: 9999; }
  .common-officers-container-timeline .timeline-content {
    width: 95%;
    padding: 0 15px;
    color: #0a2341; }
  .common-officers-container-timeline .timeline-content h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 500; }
  .common-officers-container-timeline .timeline-content span {
    color: #e86100;
    display: block;
    font-size: 18px; }
  .common-officers-container-timeline .timeline-content p {
    font-size: 14px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #888; }
  @media screen and (max-width: 768px) {
    .common-officers-container-timeline .timeline-container:before {
      left: 8px;
      width: 2px; }
    .common-officers-container-timeline .timeline-block {
      width: 100%;
      margin-bottom: 30px; }
    .common-officers-container-timeline .timeline-block-right {
      float: none; }
    .common-officers-container-timeline .timeline-block-left {
      float: none;
      direction: ltr; } }

.accordion .accordion-button {
  line-height: 26px; }
  .accordion .accordion-button:focus {
    border: 0;
    box-shadow: 0 0 0 0.25rem #ea60002b; }
  .accordion .accordion-button:not(.collapsed) {
    background-color: #f58025;
    color: #fff; }
    .accordion .accordion-button:not(.collapsed):after {
      filter: brightness(0) invert(1); }
  .accordion .accordion-button i {
    padding-right: 20px; }
.accordion .accordion-body ul {
  margin-top: 1rem; }
  .accordion .accordion-body ul li {
    display: flex; }
    .accordion .accordion-body ul li:not(:last-of-type) {
      margin-bottom: 10px; }
    .accordion .accordion-body ul li span:first-of-type {
      width: 20%;
      color: #0a2341;
      font-weight: bold;
      padding-right: 30px; }

.common-breadcrumbs {
  background-color: #0a2341; }
  .common-breadcrumbs ol li a {
    color: #fff; }
  .common-breadcrumbs .breadcrumb {
    margin-bottom: 0; }
  .common-breadcrumbs .breadcrumb-item.active {
    color: #e86100; }
  .common-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    color: #fff; }

/*------------------------------------ Components Ends ------------------------------------*/
.slick-dotted.slick-slider {
  margin-bottom: 0; }
  .slick-dotted.slick-slider .slick-dots {
    bottom: 0;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none; }
    .slick-dotted.slick-slider .slick-dots li {
      margin: 0 0.25rem;
      border: 1px solid #0a2341;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      width: 15px;
      height: 15px; }
      .slick-dotted.slick-slider .slick-dots li.slick-active {
        border: 1px solid #e86100; }
      .slick-dotted.slick-slider .slick-dots li button {
        display: block;
        width: 0.5rem;
        height: 0.5rem;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: #0a2341;
        text-indent: -9999px; }
    .slick-dotted.slick-slider .slick-dots li.slick-active button {
      background-color: #e86100; }

.sponser-slider {
  display: flex;
  align-items: center;
  padding-bottom: 30px; }
  .sponser-slider .image-container {
    min-height: 100% !important; }
    .sponser-slider .image-container img {
      margin: auto;
      width: 200px;
      height: 100%; }
  .sponser-slider .slick-dots {
    bottom: -25px !important; }
  .sponser-slider .slick-track {
    display: flex;
    align-items: center; }
