/*----------Font Family----------*/
h1,
h2,
h3,
h4,
h5,
p,
a,
li,
small {
  font-family: 'Source Sans Pro', sans-serif;
}




/*----------Header and Nav----------*/

/*General*/
.top-bar,
.top-bar ul {
  background-color: #fff;
}

.top-bar {
  padding: 0;
}

/*Logo*/
.logo-wrapper {
  margin-top: 25px;
}

/* Menu */
.gwd-top-nav-item {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 26px;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.gwd-top-nav-item a {
  color: #59595b;
}

.gwd-top-nav-item a:hover {
  color: #4b82be;
}

.gwd-top-nav-item a:active {
  color: #4b82be;
}

.gwd-menu-float {
  float: left;
}

.clear-fix {
  float: clear;
}

.title-bar-title img {
  display: block;
  margin: 0 auto;
}

.title-bar button {
  margin-top: 5px;
}




/*----------Homepage----------*/

/* Banner */
.gwd-banner-wrapper {
  background: url("../images/homepage_hero.jpg");
  background-color: #cccccc;
  background-position: center;
  background-size: cover;

}

.gwd-callout {
  padding-top: 0;
}

.gwd-headline-center {
  text-align: center;
}

.gwd-headline-container {
  display: inline-block;
  max-width: 650px;
  text-align: left;
}

.gwd-headline-feature {
  color: #fff;
  font-size: 135px;
  font-weight: 600;
  letter-spacing: -1.2px;
  line-height: 170px;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 0px;
  text-shadow: 1px 2px 0 #434244;
}

.gwd-blue-crush {
  color: #4b82be;
}

.gwd-sub-headline {
  color: white;
  font-size: 71px;
  font-weight: 600;
  letter-spacing: -.5px;
  margin-top: -30px;
  padding-bottom: 225px;
  text-shadow: 1px 2px 0 #434244;
}

/* Home Callout Bar */

.gwd-callout-bar {
  background-color: #4b82be;
  background-image: linear-gradient(90deg, #86B4E2 0%, #7EACDD 12%, #6A99D1 31%, #497DBF 55%, #477CBE 57%, #355BA5 100%);
  opacity: 0.85;

}

.gwd-callout p {
  color: white;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
}

.gwd-callout a {
  margin-top: 13px;
  margin-left: 70px;
  margin-bottom: 13px;
}

/*Apply Button */
.gwd-callout-button {
  background-color: transparent;
  border: 2px solid;
  border-color: white;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
}

.gwd-callout-button:hover {
  background-color: #fff;
  border: 2px solid;
  border-color: #4b82be;
  color: #4b82be;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
}



/*Services Section*/
.gwd-service-block-wrapper {
  margin-top: 60px;
  margin-bottom: 45px
}

.gwd-services-head-text-wrapper {
  margin-bottom: 40px;
}

.gwd-services-subhead {
  color: black;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin: 0;
}

.gwd-blue-h2 {
  color: #4b82be;
  font-size: 65px;
  font-weight: 400;
  line-height: 82px;
}

.gwd-small-impact {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/*Service Boxes */
.gwd-service-image-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.gwd-service-text-wrapper {
  background-color: #f1f1f2;
  min-height: 204px;
}

.gwd-service-text {
  color: #4b82be;
  font-size: 35px;
  font-weight: 300;
  line-height: 44px;
  max-width: 192px;
  margin: auto;
  padding-top: 35px;
  padding-bottom: 37px;

}

.gwd-fullwidth-div {
  padding-left: 0;
  padding-right: 0;
}

/*Home Text Block w/ Full Span Photo*/
.gwd-home-feature-wrapper {
  background-color: #4e4e50;
}

.gwd-home-feature-text-wrapper {
  padding-top: 45px;
  padding-bottom: 71px;
}

.gwd-home-feature-text {
  max-width: 861px;
  color: white;
  font-size: 24px;
  font-weight: 300;
  line-height: 37px;
  margin: 0 auto;
  padding-top: 25px;
}

.home-feature-photo {

}

.home-feature-photo img {
  width: 100%;
}




/*---------- Our Schools ---------*/

.gwd-home-our-school-lead {
  color: #4b82be;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.ss-map {
  width: 100%;
}

.gwd-footer-wrapper {
  background-color: #f4f4f4;
}

.gwd-foot-menu {
  padding-top: 16px;
}

.gwd-foot-menu a {
  color: #59595b;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.copyright p {
  float: left;
  color: #59595b;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  padding-top: 25px;
  padding-bottom: 23px;
  margin-bottom: 0;
}




/*---------- Our Work -----------*/


/*Our Work Feature w/ Full Span Photo*/

.gwd-work-feature-wrapper {
  background-color: #4e4e50;
}

.gwd-work-feature-text-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  margin: 0 auto;
}

.gwd-work-feature-text {
  max-width: 900px;
  font-size: 32px;
  line-height: 47px;
  color: white;
  font-weight: 300;
  margin: 0 auto;
}

.gwd-work-feature-text-blue {
  color: #5388b7;
  font-weight: 700;
}

.gwd-work-feature-photo img {
  width: 100%;
}


/*Our Vision Header */
.gwd-vision-banner-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.gwd-our-vision {
  color: #4b82be;
  font-size: 65px;
  font-weight: 400;
  line-height: 82px;
}

.gwd-our-vision-subheadline {
  color: #59595b;
  font-size: 32px;
  font-weight: 300;
  line-height: 50px;
  margin: 0 auto;
  max-width: 910px;
}

/*Our Vision Grid*/
.gwd-our-vision-grid-wrapper {
  padding-bottom: 80px;
}

.gwd-vision {
  padding-top: 15px;
  padding-bottom: 15px;
}

.gwd-vision-grid-content-wrapper {
  background-color: #f1f1f2;
  min-height: 273px;
  padding-top: 70px;
  padding-right: 40px;
  padding-bottom: 70px;
  padding-left: 40px;
}

.gwd-vision-grid-headline {
  color: #4b82be;
  font-size: 35px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.gwd-vision-grid-text {
  color: #59595b;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 0;
  max-width: 469px;
}

.gwd-vision-grid-photo-wrapper img {
  width: 100%;
}


/*Our Work Grid w/ Full Span Photo*/
.gwd-work-grid-header-wrapper {
  background-color: #4e4e50;
}

.gwd-work-grid-text-wrapper {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 55px;
}

.gwd-work-grid-center {
  text-align: center;
  margin: 0 auto;
}

.gwd-work-grid-wrapper {
  padding-top: 40px;
}

.gwd-work-grid-content-wrapper {
  text-align: left;
  display: inline-block;
}

.gwd-grid-detail-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.gwd-work-grid-header-text {
  color: #4b82be;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.6px;
  line-height: 32px;
  margin-bottom: 20px;
}


.gwd-work-grid-content-wrapper p {
  color: #59595b;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
  max-width: 470px;
}

.gwd-work-grid-content-wrapper p a {
  color: #4b82be;
}

.gwd-work-grid-text {
  color: white;
  font-size: 32px;
  font-weight: 100;
  line-height: 50px;
  margin: 0 auto;
  max-width: 998px;
}

.gwd-work-grid-list {
  margin-top: 50px;
}

.gwd-work-grid-list li {
  color: #59595b;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
  max-width: 470px;
}

.gwd-work-grid-photo img {
  width: 100%;
}



/*--------- Our Team -----------*/

/*Shares a vision header*/
.gwd-team-header-wrapper {
  background-color: #4e4e50;
  padding-top: 85px;
  padding-bottom: 85px;
}

.gwd-team-header-text-wrapper h1 {
  color: white;
  font-size: 68px;
  font-weight: 400;
  line-height: 47px;
  margin-bottom: 15px;
}

.gwd-team-header-text {
  max-width: 998px;
  color: white;
  font-size: 32px;
  font-weight: 100;
  line-height: 50px;
  margin: 0 auto;
}

/*Our Team Grid */
.gwd-no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.gwd-team-grid-image-wrapper img {
  width:100%;
}

.gwd-team-grid-title-bar {
  background-color: #4c4c4e;
  width: 100%;
}

.gwd-team-grid-title-bar img {
  display: inline;
  margin-bottom: 5px;
  padding-top: 13px;
  padding-right: 3px;
  padding-bottom: 10px;
}

.gwd-team-grid-name {
  color: white;
  display: inline;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.gwd-team-grid-name span {
  color: #4b82be;
  font-weight: 600;
  font-style: italic;
}

/*Our Team Grid Modal*/
.gwd-team-grid-modal-photo-wrapper {
  padding-bottom: 20px;
}

.gwd-team-grid-modal-name {
  color: #4c4c4e;
  font-size: 50px;
}

.gwd-team-grid-modal-title {
  color: #4b82be;
  font-size: 32px;
}

.gwd-team-grid-modal-text {
  color: #4c4c4e;
  font-size: 20px;
  padding-right: 15px;
}

.gwd-close-button {
  display: none;
}

/*Our Supporters Header*/
.gwd-supporters-feature-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.gwd-supporters-feature-headline {
  color: #4b82be;
  font-size: 65px;
  font-weight: 400;
  line-height: 82px;
}

.gwd-supporters-feature-subheadline {
  color: #59595b;
  font-size: 32px;
  font-weight: 300;
  line-height: 50px;
  margin: 0 auto;
  max-width: 970px;
}

.gwd-supporters-feature-photo img {
  width: 100%;
  height: auto;
}

/*Our Supporters Include*/
.gwd-our-supporters-include-lead {
  color: #4b82be;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  text-transform: uppercase;
}




/*---------- Our Schools Portfolio ----------*/
.gwd-portfolio-grid-wrapper {
  margin-top: 45px;
  margin-bottom: 45px;
}

.gwd-logo-row-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

.gwd-logo-wrapper {
  border: 1px solid #ddd;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 325px;
  height: 150px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.gwd-logo-wrapper img {
  vertical-align: middle;
}


/*---------- Resources ----------*/
/*Resources header*/
.gwd-resources-header-wrapper {
  background-color: #4e4e50;
  padding-top: 85px;
  padding-bottom: 85px;
}

.gwd-resources-header-text-wrapper h1 {
  color: white;
  font-size: 68px;
  font-weight: 400;
  line-height: 47px;
  margin-bottom: 15px;
}

.gwd-resources-header-text {
  max-width: 998px;
  color: white;
  font-size: 32px;
  font-weight: 100;
  line-height: 50px;
  margin: 0 auto;
}

.gwd-resources-feature-photo img {
  width: 100%;
}

/*Resources Grid w/ Link List*/
.gwd-resources-grid-wrapper {
  padding-top: 40px;
}

.gwd-resources-grid-center {
  text-align: center;
  margin: 0 auto;
}

.gwd-resources-grid-content-wrapper {
  text-align: left;
  display: inline-block;
}

.gwd-resources-grid-header-text {
  color: #4b82be;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.6px;
  line-height: 32px;
  margin-bottom: 20px;
}

.gwd-resource-link-list-wrapper ul {
  list-style-position: inside;
}

.gwd-resource-link-list-wrapper ul li a {
  color: #59595b;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 469px;
}

.gwd-resource-link-list-wrapper ul li a:hover {
  color: #4b82be;

}

/*---------- Apply -----------*/

/*Apply Header w/ Fullspan Photo*/

.gwd-apply-feature-wrapper {
  background-color: #4e4e50;
}

.gwd-apply-feature-text-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  margin: 0 auto;
}

.gwd-apply-feature-text {
  max-width: 900px;
  font-size: 32px;
  line-height: 47px;
  color: white;
  font-weight: 300;
  margin: 0 auto;
}

.gwd-apply-feature-text-blue {
  color: #5388b7;
  font-weight: 700;
}

.gwd-apply-feature-photo img {
  width: 100%;
}

/*Apply Grid Header*/

.gwd-apply-banner-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.gwd-investment {
  color: #4b82be;
  font-size: 65px;
  font-weight: 400;
  line-height: 82px;
}

.gwd-investment-subheadline {
  color: #59595b;
  font-size: 32px;
  font-weight: 300;
  line-height: 50px;
  margin: 0 auto;
  max-width: 910px;
}

/*Apply Grid*/

.gwd-apply-grid-wrapper {
  padding-bottom: 80px;
}

.gwd-apply {
  padding-top: 15px;
  padding-bottom: 15px;
}

.gwd-apply-grid-content-wrapper {
  padding-top: 70px;
  padding-right: 40px;
  padding-bottom: 70px;
  padding-left: 40px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gwd-apply-col-flex {
  background-color: #f1f1f2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
}

.gwd-apply-grid-headline {
  color: #4b82be;
  font-size: 35px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.gwd-apply-grid-content-wrapper p {
  padding-top: 15px;
  color: #59595b;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 0;
  max-width: 469px;
}

.gwd-apply-grid-photo-wrapper img {
  width: 100%;
}


/*---------- Footer ----------*/

.gwd-supporters-footer-wrapper {
  background-color: #4e4e50;
  padding-top: 85px;
  padding-bottom: 85px;
}

.gwd-footer-text p {
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 41px;
}

.gwd-footer-callout-title {
  color: #1294ce;
  font-size: 20px;
  font-weight: 300;
  line-height: 41px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.gwd-footer-callout-text {
  color: white;
  font-size: 24px;
  font-weight: 300;
  line-height: 41px;
}

/*---------- Small only ----------*/

@media screen and (max-width: 39.9375em) {

  .gwd-small-no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  /*---------- Homepage Mobile -----------*/
  .gwd-headline-feature {
    font-size: 64px;
    padding-top: 50px;
  }

  .gwd-sub-headline {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -.5px;
    margin-top: -60px;
    padding-bottom: 100px;
  }

  .gwd-callout {
    text-align: center;
    padding-top: 10px;
  }

  .gwd-callout p {
    color: white;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
  }

  .gwd-callout a {
    display: block;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
  }

  .gwd-service-text-wrapper {
    min-height: auto;
  }

  .gwd-services-subhead {
    line-height: 38px;
    font-size: 32px;
  }

  .gwd-blue-h2 {
    color: #4b82be;
    font-size: 56px;
    font-weight: 400;
    line-height: 56px;
  }

  .copyright p {
    text-align: center;
    float: none;
  }

  .title-bar {
    background: none;
  }

  .title-bar-title {
    max-width: 175px;
  }

  /*---------- Our Work Mobile  ----------*/
  .gwd-work-feature-text-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .gwd-work-feature-text {
    font-size: 28px;
    line-height: 36px;
  }

  /* Our Vision */
  .gwd-vision-banner-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .gwd-our-vision {
    font-size: 54px;
    line-height: 62px;
  }

  .gwd-our-vision-subheadline {
    font-size: 22px;
    line-height: 36px;
  }

  .gwd-work-grid-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gwd-work-grid-content-wrapper {
    text-align: center;
  }

  .gwd-work-grid-text-wrapper {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .gwd-work-grid-text {
    font-size: 24px;
    line-height: 36px;
  }

  .gwd-vision-grid-content-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .gwd-vision-grid-photo-wrapper img {
    height: auto;
  }

  /*---------- Our Team Mobile  ----------*/


  .gwd-team-header-text-wrapper h1 {
    font-size: 54px;
    line-height: 50px;
  }

  .gwd-team-header-text {
    font-size: 28px;
    line-height: 32px;
  }

  .gwd-team-grid-modal-photo-wrapper {
    margin-top: 20px;
    padding-bottom: 20px;
  }


  .gwd-supporters-feature-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .gwd-supporters-feature-headline {
    font-size: 42px;
    line-height: 50px;
  }

  .gwd-supporters-feature-subheadline {
    font-size: 24px;
    line-height: 38px;
  }

  .gwd-close-button {
    display: block;
  }

  .gwd-supporters-footer-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }

  .gwd-footer-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
  }

  .gwd-footer-callout-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 41px;
    padding-top: 15px;
  }

  .gwd-footer-callout-text {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
  }

  /*---------- Our Schools Mobile ----------*/
  .gwd-logo-wrapper {
    border: 0;
  }

  /*---------- Resources Mobile ----------*/
  /*Resources header*/
  .gwd-resources-header-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gwd-resources-header-text-wrapper h1 {
    font-size: 42px;
    line-height: 43px;
  }

  .gwd-resources-header-text {
    font-size: 24px;
    line-height: 28px;
  }

  /*Resources Grid w/ Link List*/
  .gwd-resources-grid-wrapper {
    padding-top: 30px;
  }

  .gwd-resources-grid-content-wrapper {
    display: inline;
  }

  .gwd-resources-grid-header-text {
    font-size: 32px;
  }

  .gwd-resource-link-list-wrapper ul {
    list-style-position: inside;
  }

  .gwd-resource-link-list-wrapper ul li a {
    font-size: 18px;
  }

  /*---------- Schools Grid ----------*/
  .gwd-logo-row-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .gwd-logo-grid {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .gwd-logo-wrapper {
    width: 350px;
  }


  /*---------- Apply Mobile -----------*/

  /*Apply Header w/ Fullspan Photo*/


  .gwd-apply-feature-text-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gwd-apply-feature-text {
    font-size: 28px;
    line-height: 38px;
    color: white;
    font-weight: 300;
    margin: 0 auto;
  }


  .gwd-apply-feature-photo img {
    width: 100%;
  }

  /*Apply Grid Header*/

  .gwd-apply-banner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gwd-investment {

    font-size: 58px;
    line-height: 62px;
  }

  .gwd-investment-subheadline {
    font-size: 32px;
    line-height: 40px;
  }

  /*Apply Grid*/

  .gwd-apply-grid-wrapper {
    padding-bottom: 20px;
  }

  .gwd-apply {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .gwd-apply-grid-photo-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .gwd-apply-grid-content-wrapper {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #f1f1f2;
  }

  .flex {
    display: inline-block;
  }

  .gwd-apply-col-flex {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gwd-apply-grid-headline {
    font-size: 32px;
    line-height: 32px;
  }

  .gwd-apply-grid-content-wrapper p {
    padding-top: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .gwd-apply-grid-photo-wrapper img {
    width: 100%;
  }

  .gwd-work-grid-list {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gwd-work-grid-content-wrapper ol {
    list-style-position: inside;
  }

  .gwd-work-grid-content-wrapper ol li {
    color: #59595b;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 0;
    max-width: 469px;
  }


  /* End Small Screen */
}

/*---------- Prevent Mobile Flash ---------*/
.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

.COVID-19 {
	margin: auto 0;
	max-width: 200px;
}