@charset "UTF-8";
@import "./fonts/stylesheet.css";
@import "./animate.css";
/*** 

====================================================================
	Reset
====================================================================

/* ########################## 2024 START ########################## */

:root {
    --purple: #573494;
    --darkpurple: #4b2a85;
    --pink: #a23193;
    --green: #83c8bc;
    --grey: #f2f2f2;
    --grey-dark: #eefdfb;
    --medgrey: #53565a;
    --darkgrey: #414346;
    --bs-success-pink: #ffc0cb;
  }



h2.titleBar
{
  background: var(--purple);
    color: #fff;
    text-align: center;
    padding: 30px;
    font-weight: 400;
}

h4 span
{
  color: var(--pink);
    font-size: 80px;
    display: block;
}

h4.normSize
{
  font-size: 25px;
    font-weight: 500;
    margin-bottom:15px;
    line-height: 1.1;
    color: var(--purple);
}

#topBar
{
  height: 55px;
  width:100vw;
  background:url('../images/stripes.png') repeat-x;
  background-size:contain;
  display: block;
}


#banner
{
  height: calc(100vh - 100px);
  background: url('../images/intro.jpg');
  background-size: cover;
  width:100vw;
  display: block;
  margin-top:120px;
  position: relative;
}

#banner h1
{
  color: var(--pink);
  margin:60px;
  padding-top:100px;
}

#banner h1 span
{
  color: var(--purple);
}

.genericPadding50
{
  padding:50px;
}

#numEngageWrap
{
  padding:25px 40px 35px 40px;
}

#numEngage
{
  padding:30px;
}

#numEngage h4
{
  text-align: center;
  position: relative;
  line-height: 1;
}

#numEngage h4 sup
{
  font-size: 30px;
  position: absolute;
}

#numEvery
{
  background: #efefef;
}


/*START MENU*/

.menu br
{
  display: none;
}

@media (max-width: 1100px) and (min-width: 768px) {
  .menu br
  {
    display: block;
  }
}

.logo img, .logo{
  width:190px;
  display: inline-block;
}

.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
  top:0;
}

#headerInner
{
  margin:0 30px;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 10px;
  border-left: 1px solid #e0e0e0;
  text-decoration: none;
}

.header .menu li a
{
  padding:25px 10px 25px 40px;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}



/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
  margin-top:9px;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 29px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 8px;
}

.header .menu-icon .navicon:after {
  top: -8px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: none;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 25px 10px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}


/*END MENU*/

/* ########################## 2024 END ########################## */




.capacity
{
  padding-bottom: 70px;
}

.capacity .auto__container
{
  max-width: 990px;
}
.wrapper__inner-image img {
    height: auto!important;
    width: 100%!important;
  }

.need-to-fix
{
  display:none;
}

.linkright
{
  text-decoration: none;
  padding-right:80px;
  position: relative;
  color: #573494!important;
}

.linkright:after
{
  content: "";
  display: inline-block;
  position: absolute;
  right:10px;
  top:10px;
  height: 50px;
  width: 50px;
  background: url('../images/linkright.svg') no-repeat center center;
  background-size: contain;
  transition: all 0.3s ease;
  line-height: 1;
}

.contrast
{
  background: rgba(87, 42, 148, 0.9)!important;
  display: inline-block;
  padding:10px;
}


#nokidstitle .linkright:after
{
  background: url('../images/linkrightwhite.svg') no-repeat center center;
  background-size: contain;
  top:2px;

}

.linkright:hover:after
{
  right:0px;
}

.photocred
{
  font-size:14px;
  color:#777;
  font-weight: 500;
  padding-top:30px;
  float: right;
  padding-right:30px;
}

.nav__inner-link
{cursor: pointer;}

html {
  scroll-behavior: smooth;
  cursor: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' ...") 16 16, pointer;

}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
/*  font-family: "Manrope", sans-serif;*/
  font-family: gill-sans-nova, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
}

.purpleBold
{
  color: var(--purple)!important;
  font-weight: 900!important;
  font-size:18px!important;
}

.auto__container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h1 {
/*  font-family: "Barlow", sans-serif;*/
  font-family: gill-sans-nova, Arial, sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 60px;
  color: #8d3c96;
}
h1.sm {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

h2 {
  font-family: gill-sans-nova, Arial, sans-serif;
/*  font-family: "Arial", sans-serif;*/
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
}
h2.lh100 {
  line-height: 100px;
  background-color: #5d269e;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5d269e), to(#9e3d96));
  background-image: linear-gradient(0deg, #5d269e, #9e3d96);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
h2.lh62 {
  line-height: 62px;
}
h2.lh70 {
  line-height: 70px;
  background-color: #5d269e;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5d269e), to(#9e3d96));
  background-image: linear-gradient(0deg, #5d269e, #9e3d96);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
h2.lh26 {
  line-height: 26px;
}

h3 {
  font-family: gill-sans-nova, Arial, sans-serif;
  font-weight: 700;
  font-size: 42px;
      line-height: 1.1;
    margin-bottom: 15px;
}
h3.sm {
  font-size: 36px;
  line-height: 40px;
  background-color: #5d269e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5d269e), to(#9e3d96));
  background-image: linear-gradient(-180deg, #5d269e, #9e3d96);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

h4 {
  font-family: gill-sans-nova, Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 100px;
  color: #583297;
}
h4.sm {
  font-size: 26px;
}
h4.lh56 {
  line-height: 56px;
  background-color: #5d269e;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5d269e), to(#9e3d96));
  background-image: linear-gradient(0deg, #5d269e, #9e3d96);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

h5 {
  font-family: gill-sans-nova, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}

p {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #111111;
}
p.big {
  font-size: 20px;
  line-height: 26px;
}
p.big.list {
  padding-left: 60px;
  position: relative;
}
.nav__inner-link
{
  position: relative;
  margin-left:30px;
}
p.big.list::before, .nav__inner-link::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 21px;
  display: inline-block;
  background: url(https://empoweredkidsontario.ca/Images/menu-left-arrow.png) no-repeat;
  margin-left: 12px;
  background-size: contain;
  top: 4px;
  left: 30px;
}
.nav__inner-link:before
{
  left:-30px;
  top:12px;
  transition: all 0.2s ease;
}

.nav__inner-link:hover:before
{
  left:-24px;
}
p.big span {
  font-family: gill-sans-nova, Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 56px;
  background-color: #5d269e;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5d269e), to(#9e3d96));
  background-image: linear-gradient(0deg, #5d269e, #9e3d96);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
p.sm {
  font-size: 16px;
  line-height: 22px;
}
p.xsm {
  font-size: 12px;
  line-height: 15px;
}

main {
  overflow: hidden;
}

.offset
{
  top:-120px;
}

@-moz-document url-prefix() {
    .offset
  {
    top:-100px!important;
  }
}

body
{
  overflow-x: hidden;
}


#numEveryInner
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}

#numEngage
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

px{
  margin-bottom: 20px!important;
  line-height: 1.2;
}

.circle {
    position: absolute;
    width: 40%;
    max-width: 476px;
    z-index: 1;
    left: -100px;
    top: calc(64vh);
}
.circle__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.circle__image img {
  width: 100%;
}

.anchor {
  position: relative;
  top: -80px;
}

@-webkit-keyframes header {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes header {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.footer {
  position: relative;
  min-height: 557px;
  overflow: hidden;
}
.footer__image {
  max-width: 1920px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.footer__content {
  width: 270px;
  position: absolute;
  left: calc(50% - 540px);
  top: 180px;
}
.footer__content-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  margin-bottom: 20px;
}
.footer__content-logo img {
  width: 100%;
}
.footer__content-address {
  font-family: gill-sans-nova, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  margin-bottom: 20px;
}
.footer__content-address a {
  display: block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  color: #fff;
}
.footer__content-address a:hover {
  opacity: 0.8;
}
.footer__content-copy {
  font-family: gill-sans-nova, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
}
.footer__content-copy span {
  font-weight: 700;
}
/*
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100;
}
.header__inner {
  padding: 42px 54px 45px 49px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #5d269e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

*/
#welcome #intro-animate
{
  height: 100vh;
  width:100vw;
  background:url('../images/logo.png') no-repeat center center #83c8bc;
  position: fixed;
  top:0;
  transition: all 0.3s ease;
  display: block;
  z-index: 999;
  overflow: hidden;
}


#intro-animate {
  animation-name: slideup;
  animation-duration: 0.4s;
  animation-delay: 1s;
  animation-fill-mode: forwards; 
}

#intro-animate>div
{
  position: fixed;
  bottom:160px;
  width: 100vw;
  text-align: center;
  color:#fff;
  font-size:60px;
  animation-name: fadeout;
  animation-duration: 0.3s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards; 
}

@keyframes slideup {
  0% {
    height: 100vh;
  }
  100% {
    height: 0vh;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

tr:hover, tr:hover td
{
  background: #573494!important;
}

tr:hover *
{
  color: #fff!important;
}

body
{
/*  border-top:15px solid #83c8bc;*/
}

#footerBtm:before
{
  background: url('../images/footer-stripes.png') repeat-x bottom;
  background-size: contain;
  height: 80px;
  content: "";
  display: block;
}

#footerBtm
{
  background-color: var(--purple);
  height: 355px;
  color:#fff;
}

#scholarsContent span
{
  display: block;
}

#financials-img
{
  position: relative;
}
#footerBtm
{
  font-size: 22px!important;
  line-height: 1.3;
  font-weight: 500;
  padding:0px;
  position: absolute;
  bottom:0;
  width: 100%;
}

#footerBtm>div
{
  padding:0 40px 50px 40px;
}

#footerBtm img
{
  max-width: 320px;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  margin-top:40px;
}
.table th {
  font-family: gill-sans-nova, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  color: #5d269e;
}
.table th:nth-child(2), .table th:nth-child(3) {
  background: #e2f2ef;
  text-align: right;
  padding-right: 15px;
}
.table tr.spec {
  border-top: 1px solid #8dd2cd;
}
.table tr.spec.extra {
  border-bottom: 1px solid #8dd2cd;
}
.table tr.spec td:first-child {
  color: #5d269e;
  font-family: gill-sans-nova, Arial, sans-serif;
  font-weight: 400;
}
.table td {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  color: #111111;
}
.table td:nth-child(2), .table td:nth-child(3) {
  background: #e2f2ef;
  text-align: right;
  padding-right: 15px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.wrapper {
  overflow: hidden;
}
.wrapper__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 653px;
}
.wrapper__inner-image {
  position: absolute;
  left: 25%;
  top: 0;
  height: 100%;
  max-width: 1306px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper__inner-image img {
  height: 100%;
}
/*.wrapper .header {
  width: 26%;
  background: #fff;
}*/
.wrapper .intro {
  width: 75%;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0 20px 35px;
}
.intro__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;


}
.intro__info p.sm, .glance__desc-inner, .digital-title, .callout {
  max-width: 266px;
  color: #fff;
  background: rgba(87,42,148,0.9);
  padding: 15px;
  -webkit-border-radius: 20px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 20px;
  -moz-border-radius-topleft: 0;
  border-radius: 20px;
  border-top-left-radius: 0;
}

.callout
{
  max-width: none;
  padding-top:20px!important;
  margin-top:30px;
}

.callout h2
{
      font-family: gill-sans-nova, Arial, sans-serif;
    /* font-family: "Arial", sans-serif; */
    font-weight: 400;
    font-size: 26px;
    line-height: 68px;
}

.callout .bigNumTwo
{
      font-weight: 300 !important;
    font-size: 46px;
}


.bigNumTwo
{
  font-weight: bold!important;
    font-size: 30px;
}

.callout *

{
  color:#fff!important;
}

.digital-title 
{
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  max-width: 330px;
}

.symposium-title {
/*  max-width: 420px;*/
  display: inline-block;
  padding-right:40px;
  color: #573494;
  background: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topright: 30px;
-moz-border-radius-bottomright: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}

.symposium-title h2
{
  font-size: 42px;
}

.tributeSection
{
  background: url('../images/tribute-bg.jpg') #baaed5 bottom center;
  background-repeat: repeat-x;

}

.tributeSection .divSubs33
{
  max-width: 900px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-top: 60px;
}

#tributeStats
{
  float: right;
}
.tributeSection img, .scholars-section .divSubs50 img
{
  border-radius: 50%;
  border:3px solid #fff;
  width: 100%;
}

#digital
{
  min-height: 900px;
  background: url('../images/digital-bg.jpg') no-repeat right bottom #b6cda1;
  background-size: contain;
}

#digital .divSubs50>div
{
  padding: 80px;
}

#scholarsContent
{
  padding-top:0px;
  padding-bottom: 40px;
}

#welcome li
{
  position: relative;
  padding:0;
  color:#555;
  font-size: 18px;
}





.symposium-cont p
{
  font-weight: 600;
  font-size: 22px;
  line-height: 35px;
  margin-top:26px;
}

#welcome li a:before, section li:before
{
  content: "";
    width: 8px;
    height: 16px;
    display: inline-block;
    background: url(https://empoweredkidsontario.ca/Images/menu-left-arrow.png) no-repeat;
    left: 19px;
    background-size: contain;
    position: absolute;
    top: 28px;
    transition: all 0.1s ease;
    transform: rotate(0deg);
}

section li:before
{
  left:-16px;
  top:4px;
}

section li
{
  margin-left:20px;
  padding-left:20px;
  margin-bottom:16px;
}

#welcome li a:hover:before
{
/*  left:28px;*/
  transform: rotate(90deg);
}

body .callout li:before
{
      background: url(../Images/arrow--white.svg) no-repeat!important;
    background-size: contain!important;
    width: 20px!Important;
    top: 8px!important;
}

#welcome #gallery li:before
{
  display: none;
}

#digitalLeft
{

padding: 60px 0!important;
}

#welcome .glance__desc-inner li
{
  color: #fff;
}

#welcome .glance__desc-inner li:before
{
/*    background: url(../Images/arrow-w.svg) no-repeat;*/
    background: none!important;

}

#scholarsContent>div>div
{
  margin-bottom:30px;
}

.divSubs50
{
  font-size:20px;
}

#scholarsContent span
{margin-bottom: 12px!important;}

#scholarsContent span, .tributeSection span
{
  border-radius: 25px;
  padding: 10px 24px 0px;
  color: #573494;
  font-size: 28px;
  font-weight: 500;
  margin:0px;

  display: block;
}

#scholarsContent div, .tributeSection div
{
  text-align: center;
}

.symposium-cont>div
{
  border-top: 1px solid #573494;
  max-width: 1100px;
  margin:0 auto;
}

.symposium-cont, .symposium-gallery
{
  background: #eef8f5;
}

.symposium-gallery
{
  padding:30px 0 50px 0;
}
#digital img
{
  width: 100%;
  height: auto;
}
.glance {
  position: relative;
}
.glance__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.glance__desc {
  width: 50%;
  padding: 205px 53px 130px 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.glance__desc-inner {
  max-width: 500px;
  z-index: 5;
}
.glance__desc-inner h3 {
  margin-bottom: 30px;
  color: #fff;
}
.glance__desc-inner p.big, .glance__desc-inner p {
  color: #fff;
}

.glance__desc-inner p
{
  font-weight: 900!important;
}

.glance__desc-inner li
{
  list-style: disc!important;
  margin-left:20px;
  margin-top:10px;
  font-size: 16px;
}
.glance__desc-bg {
  position: absolute;
/*  right: -18.6%;*/
left:-5vw;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}


.scholars-section .glance__desc-bg 
{
  left:5vw!important;
}
h3
{
  color:#a23193;
  font-size:20px;
}

#kidsContent
{
  margin-top:150px;
}

#nokidstitle
{
  background: rgba(87,42,148,0.9);
  padding: 20px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right:-32px;
  padding-right: 100px;
  float: right;
  position: relative;
}



#nokidstitle a
{
  color: #fff!important;
}

#nokidstitle:after
    {
      content: "";
      background: url(../images/equals.png) center center no-repeat;
      height: 60px;
      width: 100px;
      position: absolute;
      right: -50px;
      top: calc(50% - 30px);
      display: block;
      background-size: contain;
    }

.bigNum, h2.bignumB span
{
  background-color: #5d269e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5d269e), to(#9e3d96));
  background-image: linear-gradient(-180deg, #5d269e, #9e3d96);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  display: block;
}

h2.bignumB
{
      font-size: 22px;
    font-weight: 600;
    font-family: Gilroy, sans-serif;
    margin:0!important;

}

h2.bignumB span
{
  display: inline-block;
}

.inLine
{
  display: inline-block;
}
.intro__desc-bg
{
  right: initial;
  left: -18.6%;
}

.divSubs50
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  grid-column-gap: 40px;
}

.divSubs33
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.iconLeft
{
  display: grid;
  grid-template-columns: 100px 1fr;
}

 .iconLeft>div
 {
  padding-right:24px;
 }

.iconLeft img
{
  width: 100%;
  height: auto;
  padding-right:20px;
}
.glance__desc-bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.glance__desc-bg img.fog {
  z-index: 1;
}
.glance__content {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 50%;
  padding: 67px 32px 30px 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.glance__content-signs {
  max-width: 340px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.glance__content-sign {
  width: calc(70% - 20px);
}
.glance__content-sign-image {
  width: 150px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          margin-bottom:8px;
}
.glance__content-sign-image img {
  width: 100%;
  height: 100%;
}

.symposium
{
  background: url('../images/spring-bg.png') #e8f9f6 no-repeat bottom center;
  background-size: contain;
  min-height: 400px;
}

.capacity .bigNum
{
  font-weight: 800!important;
  font-size: 26px;
  margin-bottom:5px;
}

.capacity__title {
  position: relative;
}
.capacity__title-inner {
  padding: 230px 0 165px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.capacity__title-inner h2 {
  color: red;
  max-width: 507px;
}
.capacity__title-image {
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body {
  overflow-x: hidden; /* Hide scrollbars */
}
.capacity__title-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
/*#no-kids-left-behind+.glance, #no-kids-left-behind, #no-kids-left-behind+.glance>div
{ 
  background: #efefef;
}
.c*/apacity__inner {
  padding-top: 80px;
  padding-bottom: 60px;
  max-width: 950px;
    margin: 0 auto;
}

.efTable input[type="radio"], .efTable input[type="checkbox"], label, body .eforms-wrapper label, p, li, a, .eforms-wrapper label, .efPrompt, .efPrompt span, body .eforms-wrapper label
{
  position: relative!important;
}

input
{
  position: relative!important;
}
#symposiumWrap
{
  background: url('../images/symposium-bg.jpg') bottom right;
  background-size: contain!important;
}
.capacity__inner-title h3.sm {
  margin-bottom: 30px;
}
.capacity__inner-title p.big {
  max-width: 840px;
}
.capacity__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: -190px;
  z-index: -1;
}
.capacity__image img {
  width: 100%;
}
.capacity__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px -10px 0 -10px;
}
.capacity__item {
  padding: 40px 0 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: calc(50% - 20px);
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.capacity__item:nth-child(2) p.big {
  max-width: 85px;
}
.capacity__item:nth-child(2) h2.lh100 {
  margin-right: 10px;
}
.capacity__item:nth-child(3) h2.lh100 {
  margin-right: 10px;
}
.capacity__item:nth-child(3) p.big {
  margin-right: 0;
}
.capacity__item:nth-child(4) h2.lh100 {
  line-height: 1;
  text-align: center;
}
.capacity__item:nth-child(4) p {
  max-width: 180px;
}
.capacity__item:nth-child(4) p.big {
  max-width: 167px;
}
.capacity__item:nth-child(4) p.xsm {
  text-align: center;
}
.capacity__item:nth-child(5) p.big {
  max-width: 222px;
  margin-right: 0;
}
.capacity__item:nth-child(5) h2.lh100 {
  margin-right: 10px;
}
.capacity__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 85px;
  margin-right: 15px;
}
.capacity__item-image img {
  width: 100%;
}
.capacity__item-info {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}
.capacity__item-info::before {
  content: "";
  width: 2px;
  height: 95px;
  background: #5d269e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.capacity__item-info h4.lh56 {
  line-height: 36px;
}
.capacity__item p {
  max-width: 264px;
}
.capacity__item p.big {
  max-width: 217px;
  margin-right: 10px;
}
.capacity__item h2.lh100 {
  white-space: nowrap;
}
.capacity__body {
  padding: 70px 0 90px 0;
}
.capacity__body h3.sm {
  margin-bottom: 20px;
}
.capacity__body-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.capacity__body-content:last-child {
  margin-bottom: 0;
}
.capacity__body-content p.big {
  width: 70%;
}
.capacity__body-content-info {
  margin-top: -30px;
  width: 30%;
  padding: 0 30px 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.capacity__body-content-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.capacity__body-content-info-item h2.lh100 {
  margin-right: 15px;
}

.advocacy__title {
  position: relative;
}
.advocacy__title-inner {
  padding: 500px 0 120px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.advocacy__title-inner h2 {
  color: #fff;
  text-align: center;
}
.advocacy__title-image {
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advocacy__title-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.advocacy__content {
  padding: 85px 0 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.advocacy__content-col {
  width: calc(50% - 8px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.advocacy__content-col:first-child {
  padding-right: 70px;
}
.advocacy__content-col:first-child p.big {
  margin-bottom: 30px;
}
.advocacy__content-col:first-child p.big:last-child {
  margin-bottom: 0;
}
.advocacy__content-col:nth-child(2) {
  padding: 0 60px 0 20px;
}
.advocacy__content-col:nth-child(2) h3.sm {
  margin-bottom: 30px;
}
.advocacy__content-col:nth-child(2) p.big {
  margin-bottom: 20px;
}
.advocacy__content-col:nth-child(2) p.big:last-child {
  margin-bottom: 0;
}
.advocacy__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: -120px;
  z-index: -1;
}
.advocacy__image::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "";
  height: calc(50% - 120px);
  width: 300%;
  background: #f6f4f6;
  z-index: -1;
}
.advocacy__image img {
  width: 100%;
}

.covid {
  background: #f6f4f6;
  position: relative;
  padding-bottom: 205px;
}
.covid__inner {
  padding: 80px 0 70px 0;
}
.covid__inner h2.lh70 {
  margin-bottom: 45px;
}
.covid__inner h3.sm {
  margin-bottom: 30px;
}
.covid__inner p.big {
  max-width: 990px;
  margin-bottom: 30px;
}
.covid__inner p.big.list {
  margin-bottom: 20px;
}
.covid__inner p.big.list:last-child {
  margin-bottom: 0;
}
.covid__inner p.big.list span {
  display: block;
  padding-left: 50px;
  position: relative;
}
.covid__inner p.big.list span::before {
  width: 13px;
  height: 2px;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #5d269e;
}
.covid__health {
  position: relative;
  min-height: 1346px;
  width: 100%;
}
.covid__health-content {
  background: #f6f4f6;
  position: relative;
  z-index: 1;
  width: 34%;
  max-width: 472px;
  padding-right: 43px;
}
.covid__health-content p.big {
  max-width: 372px;
}
.covid__health-content h3.sm {
  margin-bottom: 30px;
}
.covid__health-image {
  position: absolute;
  top: 0;
  right: -18.5%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.covid__health-image img {
  height: 100%;
}
.covid__health-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.covid__health-image-bg img {
  height: 100%;
}
.covid__screen {
  width: 75%;
  max-width: 1040px;
  position: absolute;
  bottom: -17%;
  right: -8%;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.covid__screen img {
  width: 100%;
}
.covid__parent {
  z-index: -1;
  background: rgba(246, 244, 246, 0.8);
  padding: 45px 120px 25px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 92%;
  height: 54%;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.covid__parent-title {
  margin-bottom: 30px;
}
.covid__parent-title h3.sm {
  margin-bottom: 20px;
}
.covid__parent-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.covid__parent-col h4 {
  line-height: 1;
}
.covid__parent-col h4.sm {
  line-height: 1;
}
.covid__parent-col:nth-child(1) {
  width: 40%;
}
.covid__parent-col:nth-child(1) .covid__parent-item:nth-child(1) .covid__parent-item-info {
  position: relative;
}
.covid__parent-col:nth-child(1) .covid__parent-item:nth-child(1) .covid__parent-item-info p.big {
  max-width: 125px;
}
.covid__parent-col:nth-child(1) .covid__parent-item:nth-child(1) .covid__parent-item-info p.big span {
  background-image: none;
  line-height: 1;
  position: relative;
  bottom: -3px;
}
.covid__parent-col:nth-child(1) .covid__parent-item:nth-child(2) {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.covid__parent-col:nth-child(1) .covid__parent-item:nth-child(2) .covid__parent-item-info {
  display: block;
}
.covid__parent-col:nth-child(2) {
  width: 40%;
}
.covid__parent-col:nth-child(2) .covid__parent-item:nth-child(1) .covid__parent-item-info {
  max-width: 190px;
}
.covid__parent-col:nth-child(2) .covid__parent-item:nth-child(2) .covid__parent-item-info {
  max-width: 200px;
}
.covid__parent-col:nth-child(3) {
  width: 20%;
}
.covid__parent-col:nth-child(3) .covid__parent-item {
  margin-bottom: 30px;
}
.covid__parent-col:nth-child(3) .covid__parent-item:last-child {
  margin-bottom: 0;
}
.covid__parent-col:nth-child(3) .covid__parent-item-image {
  margin-right: 0;
}
.covid__parent-col:nth-child(3) .covid__parent-item-image-outer {
  margin-right: 15px;
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.covid__parent-col:nth-child(3) .covid__parent-item:nth-child(1) .covid__parent-item-image {
  width: 37px;
  height: 60px;
}
.covid__parent-col:nth-child(3) .covid__parent-item:nth-child(2) .covid__parent-item-image {
  width: 59px;
  height: 52px;
}
.covid__parent-col:nth-child(3) .covid__parent-item:nth-child(3) .covid__parent-item-image {
  width: 55px;
  height: 55px;
}
.covid__parent-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.covid__parent-item:last-child {
  margin-bottom: 0;
}
.covid__parent-item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.covid__parent-item-image img {
  width: 100%;
}
.covid__parent-item-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.covid__parent-item-info-box h4.sm {
  margin-bottom: -5px;
  margin-left: 5px;
}

.research__title {
  position: relative;
}
.research__title-inner {
  padding: 335px 0 350px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.research__title-inner h2 {
  color: #fff;
  max-width: 400px;
}
.research__title-image {
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.research__title-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.research__inner {
  padding: 65px 0;
  max-width: 1000px;
}
.research__inner p.big {
  margin-bottom: 30px;
}
.research__inner p.big:last-child {
  margin-bottom: 0;
}
.research__inner p.big:first-child {
  margin-bottom: 20px;
}
.research__inner p.big.list {
  margin-bottom: 16px;
}

.reach {
  background: #f6f4f6;
}
.reach__inner {
  position: relative;
  padding: 50px 0 80px 0;
}
.reach__inner-circle {
  right: -18.5%;
  bottom: 0;
  position: absolute;
  width: 37%;
  max-width: 515px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reach__inner-circle img {
  width: 100%;
}
.reach__inner h2 {
  margin-bottom: 40px;
}
.reach__programs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reach__programs-content {
  width: calc(43% - 40px);
  max-width: 575px;
}
.reach__programs-content p.big {
  margin-bottom: 15px;
}
.reach__programs-content p.big:last-child {
  margin-bottom: 0;
}
.reach__programs-content p.big.list {
  margin-bottom: 20px;
}
.reach__programs-content p.big.list:last-child {
  margin-bottom: 0;
}
.reach__eko {
  margin-top: 60px;
}
.reach__eko h3.sm {
  margin-bottom: 30px;
}
.reach__eko p.big {
  max-width: 660px;
}
.reach__eko p.big:last-child {
  text-align: center;
}
.reach__items {
  max-width: 1115px;
  margin: 35px 0 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reach__items p.big {
  text-align: unset !important;
}
.reach__item {
  width: calc(50% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reach__item-image {
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reach__item-image img {
  width: 100%;
}
.reach__item-content {
  width: calc(100% - 87px);
}
.reach__logos {
  width: 57%;
}
.reach__logos h3.sm {
  margin-bottom: 35px;
}
.reachSlider {
  width: 100%;
  position: relative;
}
.reachSlider::before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: calc(100% + 2px);
  background: rgb(246, 244, 246);
  background: -webkit-gradient(linear, left top, right top, from(rgb(246, 244, 246)), color-stop(10%, rgba(246, 244, 246, 0)), color-stop(90%, rgba(246, 244, 246, 0)), to(rgb(246, 244, 246)));
  background: linear-gradient(90deg, rgb(246, 244, 246) 0%, rgba(246, 244, 246, 0) 10%, rgba(246, 244, 246, 0) 90%, rgb(246, 244, 246) 100%);
}
.reachSlider .slick-slide {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reachSlider__item-image {
  height: 130px;
}
.reachSlider__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.member {
  background: #f6f4f6;
}
.member__title {
  position: relative;
}
.member__title-inner {
  padding: 280px 0 270px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.member__title-inner h2 {
  color: #fff;
  text-align: center;
}
.member__title-image {
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.member__title-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.member__inner {
  padding: 65px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.member__inner-col h3.sm {
  margin-bottom: 30px;
}
.member__inner-col:first-child {
  width: 42%;
  max-width: 575px;
}
.member__inner-col:nth-child(2) {
  width: calc(58% - 60px);
  max-width: 776px;
}
.member__membership {
  margin-bottom: 80px;
}
.member__membership p.big.list {
  margin-bottom: 20px;
}
.member__membership p.big.list:last-child {
  margin-bottom: 0;
}
.member__membership p.big.list:nth-child(2) {
  margin-bottom: 45;
}
.member__scholarship p.big {
  margin-bottom: 15px;
}
.member__scholarship p.big.list {
  margin-bottom: 20px;
}
.member__scholarship p.big.list:last-child {
  margin-bottom: 0;
}
.member__leadershift {
  margin-bottom: 65px;
}
.member__leadershift p.big {
  margin-bottom: 20px;
}
.member__leadershift p.big.list {
  margin-bottom: 20px;
}
.member__leadershift p.big.list:last-child {
  margin-bottom: 0;
}
.member__scholars .slick-slide {
  padding: 0 10px;
  height: inherit !important;
}
.member__scholars .slick-slide > div {
  height: 100%;
}
.member__scholars .slick-list {
  width: 100%;
}
.member__scholars .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.member__scholars-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member__scholars-item {
  height: 100%;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 10px;
  text-align: center;
}
.member__scholars-item-image {
  position: relative;
  width: 100%;
  padding-bottom: 105%;
  margin-bottom: 10px;
}
.member__scholars-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.financials
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}

#financials-img
{
  background: url('../images/financials-bg.png');
  background-size: cover;
}

.financial__inner {
  padding: 80px 0 95px 0;
  position: relative;
}
.financial__inner-circle {
  position: absolute;
  right: 0%;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.financial__inner-circle img {
  width: 100%;
}
.financial__inner h2.lh70 {
  margin-bottom: 30px;
}
.financial__inner p.big {
  max-width: 485px;
}

@media (max-width: 1460px) {
  .circle {
    left: calc(50% - 475px);
    top: 500px;
  }

  .capacity__inner {
    padding-top: 60px;
  }
  .capacity__image {
    position: static;
    margin-top: 0;
  }
  .capacity__items {
    margin: 30px 0 0 0;
  }
  .capacity__item {
    padding: 30px 0;
    width: 100%;
    margin: 0;
  }

  .covid {
    padding-bottom: 80px;
  }
  .covid__inner {
    padding: 60px 0;
  }
  .covid__inner h2.lh70 {
    margin-bottom: 30px;
  }
  .covid__parent {
    padding: 30px 0;
    background: none;
    position: static;
    width: 100%;
    height: unset;
    z-index: unset;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .covid__parent-item-image img {
    display: unset !important;
  }
  .covid__health-content {
    width: 100%;
    max-width: unset;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .covid__health-content p.big {
    max-width: unset;
  }
  .covid__health-content h3.sm {
    margin-bottom: 30px;
  }
  .covid__health-image {
    position: static;
    max-height: 700px;
    width: calc(100% + 120px);
    margin: 0 -60px;
    overflow: hidden;
  }
  .covid__health-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .covid__health-image-bg {
    display: none;
  }
  .covid__screen {
    width: 100%;
    max-width: unset;
    position: static;
    overflow: unset;
  }
  .covid__screen img {
    display: none;
  }
}
@media (max-width: 1340px) {
  .circle {
    left: 22%;
    top: 520px;
  }

/*  .wrapper .header {
    width: 30%;
  }*/
  .wrapper__inner-image {
    left: 30%;
  }

  .glance__desc {
    padding: 100px 30px;
  }
  .glance__content {
    padding: 25px 35px;
  }

  .advocacy__title-inner {
    padding: 400px 0 120px 0;
  }
  .advocacy__content {
    padding: 60px 0 40px 0;
  }
  .advocacy__content-col:first-child {
    padding-right: 40px;
  }
  .advocacy__content-col:nth-child(2) {
    padding: 0 0 0 20px;
  }

  .research__title-inner {
    padding: 150px 0 40px 0;
  }
  .research__inner {
    padding: 40px 0;
  }

  .reach__programs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reach__programs-content {
    max-width: unset;
    width: 100%;
    margin-bottom: 40px;
  }
  .reach__logos {
    width: 100%;
  }

  .member__title-inner {
    padding: 200px 0 220px 0;
  }
  .member__title-image {
    max-width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .member__title-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
  }
  .member__scholars-items {
    width: 100%;
    position: relative;
  }
  .member__scholars-items::before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: calc(100% + 2px);
    background: rgb(246, 244, 246);
    background: -webkit-gradient(linear, left top, right top, from(rgb(246, 244, 246)), color-stop(10%, rgba(246, 244, 246, 0)), color-stop(90%, rgba(246, 244, 246, 0)), to(rgb(246, 244, 246)));
    background: linear-gradient(90deg, rgb(246, 244, 246) 0%, rgba(246, 244, 246, 0) 10%, rgba(246, 244, 246, 0) 90%, rgb(246, 244, 246) 100%);
  }
}
@media (max-width: 1180px) {
  .circle {
    top: 565px;
  }

  .footer {
    min-height: 672px;
  }
  .footer__image {
    left: 0;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    width: 130%;
    left: 0;
  }
  .footer__content {
    width: 350px;
    left: 5%;
    top: 29%;
  }
  .footer__content-address {
    font-size: 24px;
    line-height: 30px;
  }
  .footer__content-copy {
    font-size: 24px;
    line-height: 30px;
  }
  .footer__content-logo {
    width: 350px;
  }

  .glance__desc {
    padding: 50px 20px;
  }
  .glance__content {
    padding: 15px 20px;
  }
}


@media (min-width: 1025px) {
  .wrapper__inner-image {
      width: 75vw;
    }
  }
@media (max-width: 1024px) {
  .auto__container {
    padding: 0 40px;
  }

/*  .circle, .glance__desc {
    display: none;
  }*/

  #scholarsContent .divSubs50
  {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .table td,
.table th {
    font-size: 34px;
    line-height: 56px;
  }

  h1 {
    font-size: 58px;
    line-height: 64px;
  }
  h1.sm {
    font-size: 34px;
  }

  h2 {
    font-size: 68px;
    line-height: 84px;
  }

/*  h3 {
    font-size: 62px;
    line-height: 78px;
  }
  h3.sm {
    font-size: 48px;
    line-height: 54px;
  }*/

  h4 {
    font-size: 48px;
  }

  p {
    font-size: 24px;
    line-height: 32px;
  }
  p.big {
    font-size: 32px;
    line-height: 42px;
  }
  p.big.list {
    padding-left: 55px;
  }
  p.big.list::before {
    left: 0;
    top: 10px;
    width: 25px;
    height: 25px;
  }
  p.sm {
    font-size: 18px;
    line-height: 26px;
  }
  p.xsm {
    font-size: 20px;
    line-height: 24px;
  }

  .nav {
    position: fixed !important;
    top: 82.91px !important;
    left: 0 !important;
    width: 100% !important;
    height: calc(100% - 82.91px) !important;
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0;
    z-index: 1;
    padding: 40px;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav__inner-link {
    font-size: 24px;
    line-height: 34px;
    padding: 20px 0 20px 10px;
  }

  body.active {
    overflow: hidden;
  }

/*  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    -webkit-animation-name: header;
            animation-name: header;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
  }
  .header.sticky .nav {
    -webkit-animation: unset;
            animation: unset;
    display: block;
  }
  .header.sticky .header__helper {
    padding: 0 40px;
  }
  .header.sticky .header__inner-title {
    display: none;
  }
  .header.sticky .header__inner-logo {
    width: 350px;
  }
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6px 40px !important;
  }
  .header__inner-logo {
    width: 200px !important;
  }
  .header__helper {
    padding: 0 !important;
  }

  .burger-outer {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    -moz-ransform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0;
    display: block !important;
  }
*/
  .wrapper .auto__container {
    padding: 0;
  }
  .wrapper__inner {
    padding-top: 82.91px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: unset;
  }
  .wrapper__inner .header {
    width: 100%;
  }
  .wrapper__inner-image {
    position: static;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-height: 500px;
  }
  .wrapper__inner .intro {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    height: calc(100% - 82.91px);
  }

  .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 45px 40px 35px 40px;
  }
  .intro__info {
    text-align: right;
  }
  .intro__info p.sm {
    max-width: 350px;
  }

  .glance__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .glance__desc {
    position: relative;
    top: 0;
    left: -40px;
    width: calc(100% + 80px);
    padding: 65px 40px;
  }
  .glance__desc-bg {
    width: 100%;
    z-index: 0;
    left: -20%;
    width: 120%;
  }
  .glance__desc-inner {
    max-width: 500px;
  }
  .glance__desc-inner p.big {
    font-size: 32px;
    line-height: 42px;
  }
  .glance__content {
    width: 100%;
    padding: 80px 0 50px 0;
  }
  .glance__content-signs {
    max-width: 650px;
  }
  .glance__content p.sm {
    font-size: 28px;
    line-height: 40px;
  }

  .capacity__title {
    position: relative;
  }
  .capacity__title-inner {
    padding: 220px 0 135px 0;
  }
  .capacity__title-inner h2 {
    max-width: 500px;
  }
  .capacity__item {
    padding: 30px 0;
  }
  .capacity__item:nth-child(2) p.big {
    max-width: 150px;
  }
  .capacity__item:nth-child(2) h2.lh100 {
    margin-right: 15px;
  }
  .capacity__item:nth-child(3) h2.lh100 {
    margin-right: 15px;
  }
  .capacity__item:nth-child(4) p {
    max-width: 245px;
  }
  .capacity__item:nth-child(4) p.big {
    max-width: 300px;
  }
  .capacity__item:nth-child(5) p.big {
    max-width: unset;
    margin-right: 10px;
  }
  .capacity__item:nth-child(5) p.big:last-child {
    max-width: 165px;
    margin-right: 0;
  }
  .capacity__item:nth-child(5) h2.lh100 {
    margin-right: 20px;
  }
  .capacity__item-image {
    width: 100px;
    margin-right: 20px;
  }
  .capacity__item-info {
    padding-left: 15px;
    margin-left: 15px;
  }
  .capacity__item-info h4.lh56 {
    line-height: 56px;
  }
  .capacity__item-info::before {
    content: "";
    width: 3.6px;
    height: 172px;
  }
  .capacity__item p.big {
    max-width: 350px;
    margin-right: 15px;
  }
  .capacity__image {
    margin: 0 -40px;
    width: calc(100% + 80px);
  }
  .capacity__body {
    padding: 50px 0 60px 0;
  }
  .capacity__body-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .capacity__body-content:last-child .capacity__body-content-info {
    margin-bottom: 0;
  }
  .capacity__body-content p.big {
    width: 100%;
  }
  .capacity__body-content-info {
    margin: 40px 0 60px 0;
    max-width: 940px;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .capacity__body-content-info-item {
    margin-right: 40px;
  }
  .capacity__body-content-info-item:last-child {
    margin-right: 0;
  }
  .capacity__body-content-info-item p.big {
    max-width: 260px;
  }

  .advocacy__title-inner {
    padding: 500px 0 110px 0;
  }
  .advocacy__content {
    padding: 60px 0 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advocacy__content-col {
    width: 100%;
  }
  .advocacy__content-col:first-child {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .advocacy__content-col:nth-child(2) {
    padding-left: 0;
  }
  .advocacy__image {
    margin: 0 -40px;
    width: calc(100% + 80px);
  }
  .advocacy__image::before {
    display: none;
  }


  .reach__eko p.big:nth-child(5), .reach__eko p.big:nth-child(4) {
    max-width: unset;
  }
  .reachSlider {
    margin: 0 -40px;
    width: calc(100% + 80px);
  }
  .reach__inner {
    padding: 40px 0;
  }
  .reach__inner h2 {
    margin-bottom: 20px;
  }
  .reach__programs-content p.big {
    margin-bottom: 40px;
  }
  .reach__items {
    width: 100%;
    margin: 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reach__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .reach__item-image {
    width: 100px;
    height: 100px;
  }
  .reach__item-content {
    width: calc(100% - 120px);
  }
  .reach__item:last-child {
    margin-bottom: 0;
  }

  .memberSlider {
    width: calc(100% + 80px);
    margin: 0 -40px;
  }
  .member__title {
    position: relative;
  }
  .member__title-inner {
    padding: 200px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .member__title-inner h2 {
    color: #fff;
    text-align: center;
  }
  .member__title-image {
    max-width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .member__title-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
  }
  .member__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .member__inner-col {
    width: 100% !important;
    max-width: unset !important;
    margin-bottom: 40px;
  }
  .member__inner-col:last-child {
    margin-bottom: 0;
  }

  .financial__inner {
    padding: 60px 0;
  }
  .financial__inner-circle {
    display: none;
  }

  .table table {
    width: calc(100% + 40px);
  }
  .table table td:nth-child(3),
.table table th:nth-child(3) {
    padding-right: 40px;
  }
}
@media (max-width: 940px) {
  .capacity__item:nth-child(2) p.big {
    max-width: 120px;
  }
  .capacity__item:nth-child(2) h2.lh100 {
    margin-right: 10px;
  }
  .capacity__item:nth-child(3) h2.lh100 {
    margin-right: 10px;
  }
  .capacity__item:nth-child(4) p {
    max-width: 200px;
  }
  .capacity__item:nth-child(4) p.big {
    max-width: 250px;
  }
  .capacity__item:nth-child(5) p.big:last-child {
    max-width: 120px;
    margin-right: 0;
  }
  .capacity__item:nth-child(5) h2.lh100 {
    margin-right: 10px;
  }
  .capacity__item-image {
    width: 80px;
    margin-right: 15px;
  }
  .capacity__item-info::before {
    content: "";
    width: 2px;
    height: 140px;
  }
  .capacity__item p.big {
    max-width: 300px;
    margin-right: 10px;
  }
  .capacity__image {
    margin: 0 -40px;
    width: calc(100% + 80px);
  }
  .capacity__body-content p.big {
    width: 100%;
  }
  .capacity__body-content-info-item {
    margin-right: 20px;
  }
  .capacity__body-content-info-item p.big {
    max-width: 240px;
  }

  .intro__title
  {
        float: left;
    position: absolute;
    left: 20px;
    top: 23px;
  }
  
}
@media (max-width: 840px) {

  .no-kids-left-behind, .no-kids-left-behind .glance__content
  {
    background: #efefef;
  }

/*  .offset
{
  top:-24px!important;
}*/

  .header li a
  {
    border-left:0!important;
  }


  .hideMobile
{
  display: none!important;
}

  #headerInner
  {
    margin:0!important;
  }

  .logo
  {
        margin-left: 20px;
    margin-top: 8px;
  }

  .mobileHeightCont div
  {
    left:0!important;
  }
  .mobileHeightCont, .mobileHeightBg
  {
    position: relative!important;
    padding:0!important;
    width:100vw!important;
            left: 0;
            padding:0!important;
  }

  .forceHeight
  {
    height: 40vh!important;
  }

  #scholarsContent .divSubs50
  {
    grid-column-gap: 0!important;
  }

 .scholars-section .glance__content
  {
    padding:5px!important;
  }

  img[src="images/scholBnr.png"], #financials-img
  {
/*    display: none;*/
    height: 350px !important;
  }
  #footerBtm
  {
    position: relative!important;
  }
  #banner {
    height: calc(100vh - 290px);
  }

  .financials
  {
    grid-template-columns: 1fr!important;
  }

  .mobileHeightBg
  {
            left: 0;
        width: 100vw;
        padding: 0;
  }

  #tri
  {
/*        bottom: 160px!important;*/
    left: 0;
  }

  #numEveryInner
  {
    grid-template-columns: 1fr!important;
  }

h1 b{
    font-size: 60px!important;
  }

  .glance__content
  {
    padding: 25px!important;
  }

  #tri img 
  {
        max-width: 240px!important;
  }
  .tributeSection img, .scholars-section .divSubs50 img {
    max-width: 30vw!important;
  }

  #venn
  {
    max-width: 100%;
  }

  .symposium-title
  {
    margin-left:-40px;
  }

  .symposium
  {
    background: url('../images/spring-bg-mobile.png') #e8f9f6 no-repeat bottom center;
    background-size: contain;
  }

  .capacity .divSubs33
  {
    grid-template-columns: 1fr 1fr;
  }

  #digital .divSubs50
  {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }

  #digital 
  {
    padding-bottom:250px;
  }

  .symposium-cont .divSubs50  
  {
    grid-template-columns: 1fr;
  }
  .symposium-cont, .symposium
  {
    margin:0 40px;
  }

  #symposiumWrap
  {
    background: #eef8f5;
  }
  .table td,
.table th {
    font-size: 26px;
    line-height: 46x;
  }

  h1 {
    font-size: 48px;
    line-height: 54px;
  }
  h1.sm {
    font-size: 28px;
  }


  p {
    font-size: 20px;
    line-height: 26px;
  }
  p.big {
    font-size: 28px;
    line-height: 38px;
  }
  p.xsm {
    font-size: 18px;
    line-height: 22px;
  }
  p.sm {
    font-size: 16px;
    line-height: 24px;
  }

  .nav__inner {
    padding: 20px;
  }
  .nav__inner-link {
    font-size: 20px;
    line-height: 30px;
  }

  .wrapper__inner-image {
    max-height: unset;
    width: 100%;
  }
  .wrapper__inner-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 30px 40px 30px 30px;
  }
  .intro__info p.sm {
    max-width: 300px;
  }

  .glance__desc {
    padding: 30px 40px;
  }
  .glance__desc-inner h3 {
    margin-bottom: 20px;
  }
  .glance__desc-inner p.big {
    font-size: 28px;
    line-height: 38px;
  }
  .glance__content {
    padding: 40px 0 30px 0;
  }
  .glance__content p.sm {
    font-size: 24px;
    line-height: 36px;
  }

  .capacity__item:nth-child(2) p.big {
    max-width: 120px;
  }
  .capacity__item:nth-child(4) p {
    max-width: 165px;
  }
  .capacity__item:nth-child(4) p.big {
    max-width: 180px;
  }
  .capacity__item:nth-child(5) p.big {
    max-width: 215px;
  }
  .capacity__item:nth-child(5) p.big:last-child {
    max-width: 160px;
    margin-right: 0;
  }
  .capacity__item-info::before {
    content: "";
    height: 120px;
  }
  .capacity__item p.big {
    max-width: 220px;
  }
  .capacity__body-content-info-item {
    margin-right: 15px;
  }
  .capacity__body-content-info-item p.big {
    max-width: 200px;
  }

}
@media (max-width: 700px) {
  .auto__container {
    padding: 0 30px;
  }

  #scholarsContent .divSubs50, #scholarsContent .divSubs33
  {
    grid-template-columns: 1fr 1fr;
  }


  .table td,
.table th {
    font-size: 20px;
    line-height: 32px;
  }

  h1 {
    font-size: 38px;
    line-height: 44px;
  }
  h1.sm {
    font-size: 22px;
  }

  h2 {
    font-size: 44px;
    line-height: 60px;
  }
  h2.lh70 {
    line-height: 50px;
  }



  h4 {
    font-size: 36px;
  }

  p {
    font-size: 18px;
    line-height: 24px;
  }
  p.big {
    font-size: 24px;
    line-height: 32px;
  }
  p.xsm {
    font-size: 16px;
    line-height: 20px;
  }
  p.sm {
    font-size: 14px;
    line-height: 20px;
  }
/*
  .header__inner {
    padding: 6px 30px !important;
  }

  .burger-outer {
    right: 30px;
  }
*/
  .nav__inner {
    padding: 15px;
  }

  .footer {
    min-height: 400px;
  }
  .footer__image {
    left: 0;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    width: 100%;
    left: 0;
  }
  .footer__content {
    width: 290px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .footer__content-address {
    font-size: 16px;
    line-height: 24px;
  }
  .footer__content-copy {
    font-size: 16px;
    line-height: 24px;
  }
  .footer__content-logo {
    width: 290px;
  }

  .intro {
    padding: 30px;
  }

  .glance__desc {
    left: -30px;
    width: calc(100% + 60px);
    padding: 30px;
  }
  .glance__desc-inner {
    max-width: 565px;
  }
  .glance__desc-inner p.big {
    font-size: 24px;
    line-height: 34px;
  }
  .glance__content {
    padding: 30px 0;
  }
  .glance__content p.sm {
    font-size: 20px;
    line-height: 28px;
  }

  .capacity p {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .capacity p.big {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .capacity p.sm {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .capacity p.xsm {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  .capacity__inner {
    padding-top: 40px;
  }
  .capacity__inner-title h3.sm {
    margin-bottom: 20px;
  }
  .capacity__title-inner {
    padding: 200px 0 150px 0;
  }
  .capacity__title-inner h2 {
    max-width: 400px;
  }
  .capacity__image {
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
  .capacity__items {
    margin: 20px 0 0 0;
  }
  .capacity__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .capacity__item:nth-child(1) p.big {
    max-width: 250px;
  }
  .capacity__item:nth-child(1) .capacity__item-info p {
    display: inline-block;
    margin-right: 5px;
  }
  .capacity__item:nth-child(1) .capacity__item-info p:last-child {
    margin-right: 0;
  }
  .capacity__item:nth-child(1) .capacity__item-info h4 {
    display: inline-block;
    margin-right: 5px;
  }
  .capacity__item:nth-child(2) p.big {
    max-width: 150px;
  }
  .capacity__item:nth-child(4) p {
    max-width: 200px;
  }
  .capacity__item:nth-child(4) p.big {
    max-width: 170px;
  }
  .capacity__item:nth-child(5) p.big {
    max-width: 140px;
  }
  .capacity__item:nth-child(5) p.big:last-child {
    max-width: 140px;
    margin-right: 0;
  }
  .capacity__item-info {
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    padding-left: 0;
    margin-left: 0;
  }
  .capacity__item-info p {
    max-width: unset !important;
  }
  .capacity__item-info::before {
    content: "";
    height: 2px;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .capacity__item p {
    max-width: 140px;
  }
  .capacity__item p.big {
    max-width: 130px;
  }
  .capacity__body {
    padding: 40px 0;
  }
  .capacity__body-content {
    margin-bottom: 20px;
  }
  .capacity__body-content-info {
    margin: 20px 0;
  }
  .capacity__body-content-info-item {
    margin-right: 15px;
  }
  .capacity__body-content-info-item p.big {
    max-width: 150px;
  }

  .advocacy__title-inner {
    padding: 300px 0 80px 0;
  }
  .advocacy__content {
    padding: 30px 0;
  }
  .advocacy__content-col:first-child p.big {
    margin-bottom: 20px;
  }
  .advocacy__image {
    margin: 0 -30px;
    width: calc(100% + 60px);
  }

  .covid {
    padding-bottom: 40px;
  }
  .covid__inner {
    padding: 40px 0;
  }
  .covid__inner h2.lh70 {
    margin-bottom: 20px;
  }
  .covid__parent {
    padding: 50px 0 30px 0;
  }
  .covid__parent-col:nth-child(1) {
    width: 100%;
  }
  .covid__parent-col:nth-child(1) .covid__parent-item:nth-child(1) {
    margin-bottom: 30px;
  }
  .covid__parent-col:nth-child(2) {
    width: 100%;
  }
  .covid__parent-col:nth-child(2) .covid__parent-item:nth-child(1) .covid__parent-item-info {
    max-width: 235px;
  }
  .covid__parent-col:nth-child(2) .covid__parent-item:nth-child(2) .covid__parent-item-info {
    max-width: 200px;
  }
  .covid__parent-col:nth-child(3) {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .covid__parent-col:nth-child(3) .covid__parent-item {
    margin-bottom: 30px;
  }
  .covid__parent-col:nth-child(3) .covid__parent-item:nth-child(1) .covid__parent-item-image {
    width: 60px;
    height: unset;
  }
  .covid__parent-col:nth-child(3) .covid__parent-item:nth-child(2) .covid__parent-item-image {
    width: 60px;
    height: unset;
  }
  .covid__parent-col:nth-child(3) .covid__parent-item:nth-child(3) .covid__parent-item-image {
    width: 60px;
    height: unset;
  }
  .covid__parent-item {
    margin-bottom: 30px;
  }
  .covid__parent-item-image {
    width: 60px;
    height: 60px;
  }
  .covid__parent-item:last-child {
    margin-bottom: 30px;
  }
  .covid__health-image {
    width: calc(100% + 30px);
    margin: 0 -30px;
  }

  .reachSlider {
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
  .reachSlider__item-image {
    height: 100px;
  }
  .reach__item-image {
    width: 70px;
    height: 70px;
  }
  .reach__item-content {
    width: calc(100% - 90px);
  }

  .member__leadershift {
    margin-bottom: 40px;
  }
  .member__membership {
    margin-bottom: 40px;
  }
  .memberSlider {
    width: calc(100% + 60px);
    margin: 0 -30px;
  }
  .member__title-inner {
    padding: 85px 0;
  }
  .member__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
  }
  .member__inner-col {
    width: 100% !important;
    max-width: unset !important;
    margin-bottom: 40px;
  }
  .member__inner-col:last-child {
    margin-bottom: 0;
  }

  .financial__inner {
    padding: 40px 0;
  }
  .financial__inner h2.lh70 {
    margin-bottom: 10px;
  }
  .financial__inner p.big {
    margin-bottom: 20px;
  }

  .table table {
    width: calc(100% + 30px);
  }
  .table table td:nth-child(3),
.table table th:nth-child(3) {
    padding-right: 30px;
  }
}
@media (max-width: 540px) {
  .auto__container {
    padding: 0 20px;
  }

  .table td,
.table th {
    font-size: 18px;
    line-height: 28px;
  }

  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h1.sm {
    font-size: 18px;
  }

  h2 {
    font-size: 34px;
    line-height: 48px;
  }
  h2.lh70 {
    line-height: 40px;
  }


  h4 {
    font-size: 19px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }
  p.big {
    font-size: 20px;
    line-height: 28px;
  }
  p.big.list {
    padding-left: 35px;
  }
  p.big.list::before {
    width: 13px;
    height: 13px;
  }
  p.xsm {
    font-size: 14px;
    line-height: 18px;
  }
  p.sm {
    font-size: 12px;
    line-height: 16px;
  }

  .header__inner {
    padding: 6px 20px !important;
  }
  .header__inner-logo {
    width: 140px !important;
  }

  .burger {
    width: 20px;
    height: 16px;
  }
  .burger::before, .burger::after,
.burger span {
    height: 3px;
  }
  .burger-outer {
    right: 20px;
    width: 35px;
    height: 35px;
  }

  .nav {
    top: 61.64px !important;
    height: calc(100% - 61.64px) !important;
  }
  .nav__inner-link {
    font-size: 16px;
    line-height: 26px;
  }

  .footer__content {
    width: 240px;
  }
  .footer__content-address {
    font-size: 14px;
    line-height: 20px;
  }
  .footer__content-copy {
    font-size: 14px;
    line-height: 20px;
  }
  .footer__content-logo {
    width: 240px;
  }

  .wrapper__inner {
    padding-top: 61.54px;
  }
  .wrapper .intro {
    height: calc(100% - 61.54px);
  }

  .intro {
    padding: 15px 20px;
  }

  .glance__desc {
    left: -20px;
    width: calc(100% + 40px);
    padding: 20px;
  }
  .glance__desc-inner {
    max-width: 300px;
  }
  .glance__desc-inner p.big {
    font-size: 20px;
    line-height: 26px;
  }
  .glance__content {
    padding: 20px 0;
  }
  .glance__content p.sm {
    font-size: 16px;
    line-height: 24px;
  }

  .capacity p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .capacity p.big {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .capacity p.sm {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .capacity p.xsm {
    font-size: 10px !important;
    line-height: 16px !important;
  }
  .capacity h2 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  .capacity__image {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .capacity__inner {
    padding-top: 30px;
  }
  .capacity__inner-title h3.sm {
    margin-bottom: 10px;
  }
  .capacity__title-inner {
    padding: 80px 0 100px 0;
  }
  .capacity__title-inner h2 {
    max-width: 300px;
  }
  .capacity__item {
    padding: 20px 0;
  }
  .capacity__item:nth-child(1) p.big {
    max-width: 160px;
  }
  .capacity__item:nth-child(2) p.big {
    max-width: 150px;
  }
  .capacity__item:nth-child(4) p {
    max-width: 120px;
  }
  .capacity__item:nth-child(4) p.big {
    font-size: 16px !important;
    max-width: 135px;
  }
  .capacity__item:nth-child(5) p.big {
    max-width: 135px;
  }
  .capacity__item:nth-child(5) p.big:last-child {
    max-width: 85px;
  }
  .capacity__item-image {
    width: 50px;
    margin-right: 10px;
  }
  .capacity__item-info {
    padding-top: 5px;
    margin-top: 5px;
  }
  .capacity__body {
    padding: 20px 0;
  }
  .capacity__body-content {
    margin-bottom: 10px;
  }
  .capacity__body-content-info {
    margin: 10px 0;
  }
  .capacity__body-content-info-item {
    margin: 10px 0;
    width: 100%;
  }
  .capacity__body-content-info-item p.big {
    max-width: unset;
  }

  .advocacy__title-inner {
    padding: 200px 0 50px 0;
  }
  .advocacy__image {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }

  .covid__health-image {
    width: calc(100% + 40px);
    margin: 0 -20px;
    max-height: 250px;
  }
  .covid__health-content {
    margin-bottom: 30px;
  }
  .covid__parent {
    padding: 30px 0 10px 0;
  }
  .covid__inner {
    padding: 30px 0;
  }
  .covid__inner h2.lh70 {
    margin-bottom: 10px;
  }
  .covid__inner h3.sm {
    margin-bottom: 20px;
  }
  .covid__inner p.big {
    margin-bottom: 20px;
  }

  .research__title-inner {
    padding: 80px 0;
  }
  .research__inner {
    padding: 30px 0;
  }

  .reachSlider {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .reach__item-image {
    width: 50px;
    height: 50px;
  }
  .reach__item-content {
    width: calc(100% - 60px);
  }

  .member__leadershift {
    margin-bottom: 30px;
  }
  .member__membership {
    margin-bottom: 30px;
  }
  .memberSlider {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .member__title-inner {
    padding: 85px 0;
  }
  .member__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
  }
  .member__inner-col {
    width: 100% !important;
    max-width: unset !important;
    margin-bottom: 30px;
  }
  .member__inner-col:last-child {
    margin-bottom: 0;
  }

  .table table {
    width: calc(100% + 20px);
  }
  .table table td:nth-child(3),
.table table th:nth-child(3) {
    padding-right: 20px;
  }

  .financial__inner {
    padding: 20px 0;
  }
}
@media (max-width: 390px) {
  .auto__container {
    padding: 0 16px;
  }

  .table td,
.table th {
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    font-size: 26px;
    line-height: 32px;
  }
  h1.sm {
    font-size: 16px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 26px;
    line-height: 36x;
  }
  h3.sm {
    font-size: 22px;
    line-height: 28x;
  }

  h4 {
    font-size: 22px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }
  p.big {
    font-size: 18px;
    line-height: 24px;
  }


  .intro {
    padding: 10px 16px;
  }
  .intro__info p.sm {
    max-width: unset;
  }

  .glance__desc {
    left: -16px;
    width: calc(100% + 32px);
    padding: 20px 16px;
  }
  .glance__desc-inner {
    max-width: unset;
  }
  .glance__desc-inner h3 {
    margin-bottom: 10px;
  }
  .glance__desc-inner p.big {
    font-size: 16px;
    line-height: 24px;
  }
  .glance__content p.sm {
    font-size: 14px;
    line-height: 22px;
  }

  .capacity p.big {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .capacity h2 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .capacity__image {
    margin: 0 -16px;
    width: calc(100% + 32px);
  }
  .capacity__inner {
    padding-top: 20px;
  }
  .capacity__title-inner {
    padding: 50px 0 80px 0;
  }
  .capacity__title-inner h2 {
    max-width: 200px;
  }
  .capacity__item {
    padding: 15px 0;
  }
  .capacity__item:nth-child(1) p.big {
    font-size: 14px !important;
  }
  .capacity__item:nth-child(2) p.big {
    max-width: 80px;
  }
  .capacity__item:nth-child(4) p {
    max-width: 100px;
  }
  .capacity__item:nth-child(4) p.big {
    font-size: 14px !important;
    max-width: 120px;
  }
  .capacity__item:nth-child(5) p.big {
    font-size: 14px !important;
    max-width: 105px;
  }
  .capacity__item:nth-child(5) p.big:last-child {
    max-width: 65px;
  }
  .capacity__item-image {
    width: 30px;
  }
  .capacity__item-info {
    padding-top: 5px;
    margin-top: 5px;
  }
  .capacity__item-info h4.lh56 {
    line-height: 34px;
  }
  .capacity__body {
    padding: 20px 0;
  }
  .capacity__body h3.sm {
    margin-bottom: 10px;
  }

  .advocacy__title-inner {
    padding: 160px 0 30px 0;
  }
  .advocacy__content {
    padding: 20px 0;
  }
  .advocacy__content-col:nth-child(2) h3.sm {
    margin-bottom: 20px;
  }
  .advocacy__content-col:first-child {
    margin-bottom: 20px;
  }
  .advocacy__image {
    margin: 0 -16px;
    width: calc(100% + 32px);
  }

  .reachSlider {
    margin: 0 -16px;
    width: calc(100% + 32px);
  }

  .member__leadershift {
    margin-bottom: 20px;
  }
  .member__membership {
    margin-bottom: 20px;
  }
  .memberSlider {
    width: calc(100% + 20px);
    margin: 0 -20px;
  }
  .member__title-inner {
    padding: 40px 0;
  }
  .member__inner {
    padding: 20px 0;
  }
  .member__inner-col {
    margin-bottom: 20px;
  }

  .table table {
    width: calc(100% + 16px);
  }
  .table table td:nth-child(3),
.table table th:nth-child(3) {
    padding-right: 16px;
  }
}





/* SCROLLING PICS */



* {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    overflow:
}

#gallery img
{
  width: 200px;
  height: 120px;
}
#container {
    width: 100%;
    overflow: hidden;
    height: 120px;
    position: relative;
}
#gallery {
    width: 3000px;
    height: 120px;
    position: absolute;
    -webkit-animation: scroll 10s linear infinite;
    -moz-animation: scroll 10s linear infinite;
    -o-animation: scroll 10s linear infinite;
    animation: scroll 10s linear infinite;
}
#gallery:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
#gallery:after {
    content: '';
    display: table;
    clear: both;
}
#gallery li {
    float: left;
    padding-right: 10px;
}
@-webkit-keyframes scroll {
    0% {
        left: 0;
    }
    100% {
        left: -910px;
}
@keyframes scroll {
    0% {
        left: 0;
    }
    100% {
        left: -910px;
}

}














