/*=================================*\
 *            Variables            *
\*=================================*/
/*=================================*\
 *            MixIns            *
\*=================================*/
/*=================================*\
 *            Animation            *
\*=================================*/
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg); }
  50% {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  100% {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg); } }
@-moz-keyframes wiggle {
  0% {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg); }
  50% {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  100% {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg); } }
@-o-keyframes wiggle {
  0% {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg); }
  50% {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  100% {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg); } }
@keyframes wiggle {
  0% {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg); }
  50% {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  100% {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg); } }
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg); }
  100% {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg); } }
@-moz-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg); }
  100% {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg); } }
@-o-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg); }
  100% {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg); } }
@keyframes wiggle {
  0% {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg); }
  100% {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg); } }
@-webkit-keyframes tooltip {
  0% {
    opacity: 0;
    top: 10px; }
  100% {
    opacity: 1;
    top: -12px; } }
@-moz-keyframes tooltip {
  0% {
    opacity: 0;
    top: 10px; }
  100% {
    opacity: 1;
    top: -12px; } }
@-o-keyframes tooltip {
  0% {
    opacity: 0;
    top: 10px; }
  100% {
    opacity: 1;
    top: -12px; } }
@keyframes tooltip {
  0% {
    opacity: 0;
    top: 10px; }
  100% {
    opacity: 1;
    top: -12px; } }
.typed-cursor {
  opacity: 1;
  color: white;
  font-family: "Helvetica", sans-serif;
  font-weight: 300;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.wiggleBlock:hover .char:nth-child(odd) {
  -webkit-animation: wiggle .5s infinite;
  /* Safari 4+ */
  -moz-animation: wiggle .5s infinite;
  /* Fx 5+ */
  -o-animation: wiggle .5s infinite;
  /* Opera 12+ */
  animation: wiggle .5s infinite;
  /* IE 10+, Fx 29+ */ }
.wiggleBlock:hover .char:nth-child(even) {
  -webkit-animation: wiggle .5s infinite;
  /* Safari 4+ */
  -moz-animation: wiggle .5s infinite;
  /* Fx 5+ */
  -o-animation: wiggle .5s infinite;
  /* Opera 12+ */
  animation: wiggle .5s infinite;
  /* IE 10+, Fx 29+ */ }

@media only screen and (max-width: 959px) {
  .wiggleBlock .char:nth-child(odd) {
    -webkit-animation: wiggle .5s infinite;
    /* Safari 4+ */
    -moz-animation: wiggle .5s infinite;
    /* Fx 5+ */
    -o-animation: wiggle .5s infinite;
    /* Opera 12+ */
    animation: wiggle .5s infinite;
    /* IE 10+, Fx 29+ */ }
  .wiggleBlock .char:nth-child(even) {
    -webkit-animation: wiggle .5s infinite;
    /* Safari 4+ */
    -moz-animation: wiggle .5s infinite;
    /* Fx 5+ */
    -o-animation: wiggle .5s infinite;
    /* Opera 12+ */
    animation: wiggle .5s infinite;
    /* IE 10+, Fx 29+ */ } }
/*======================================*\
 *            HTML Element's            *
\*======================================*/
a {
  outline: none; }
  a:focus {
    outline: none; }

.ui-loader {
  display: none; }

/*===========================================*\
 *            Reusable Treatments            *
\*===========================================*/
.desktopChart {
  display: block; }

.mobileChart {
  display: none; }

.bigGreenText, .bigBlueText, .blueHeaderText {
  font-family: "Work Sans";
  font-weight: 900;
  font-size: 130px;
  text-transform: uppercase;
  color: #6ecdb2;
  width: 100%;
  margin: -30px 0 0 0; }

.bigBlueText {
  color: #00416a; }

.blueHeaderText {
  text-transform: none;
  font-size: 100px;
  line-height: 90px;
  color: #00416a; }

.defaultText {
  font-family: "Karla", sans-serif;
  font-size: 28px;
  line-height: 38px;
  text-align: justify;
  color: black; }

.yellowUnderline {
  width: 190px;
  height: 20px;
  background-color: #ede813; }

.smallUnderline {
  width: 100px;
  height: 7px; }

.thinRedLine {
  border-bottom: 2px solid #fb3449; }

.yellowBackdrop {
  position: absolute;
  background: #ede813; }

.white-bg {
  background: #ffffff; }

.blue-bg {
  background: #00416a; }

.red-bg {
  background: #fb3449; }

.green-bg {
  background: #6ecdb2; }

.yellow-bg {
  background: #ede813; }

.stripe-bg {
  background: url("../img/blue_stripe.png") repeat; }

.red {
  color: #fb3449; }

.blue {
  color: #00416a; }

.green {
  color: #6ecdb2; }

.yellow {
  color: #ede813; }

.white {
  color: white; }

.karla {
  font-family: "Karla", sans-serif;
  font-weight: 600; }

.block {
  display: block; }

.uppercase {
  text-transform: uppercase !important; }

.capitalize {
  text-transform: capitalize !important; }

.boxedTitle {
  text-align: center; }
  .boxedTitle h2 {
    font-size: 32px;
    font-family: "Karla", sans-serif;
    font-weight: 600;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    border: 8px solid;
    padding: 15px 40px; }
    .boxedTitle h2.width-750 {
      width: 100%;
      max-width: 750px; }

.above {
  position: relative;
  z-index: 1; }

.inline-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 3.5px;
  margin-right: 6px; }

.inline-dot-border {
  border: 2px solid; }

/*=======================================*\
 *            Image Placement            *
\*=======================================*/
img {
  max-width: 100%;
  height: auto;
  display: block;
  outline: none; }

.center-img {
  margin: auto; }

.gwc-img {
  position: absolute; }

.gwc-img-4 {
  top: -55px;
  right: 100px;
  background-image: url("../img/GWC_Reshma.jpg");
  width: 278px;
  height: 340px;
  transition: all .5s ease-in-out; }
  .gwc-img-4:hover {
    transform: translate(-20px, -20px); }

/*======================================*\
 *            Padding Guides            *
\*======================================*/
.height-30 {
  height: 30px; }

.height-35 {
  height: 35px; }

.height-40 {
  height: 40px; }

.height-45 {
  height: 45px; }

.height-50 {
  height: 50px; }

.height-55 {
  height: 55px; }

.height-60 {
  height: 60px; }

.height-65 {
  height: 65px; }

.height-70 {
  height: 70px; }

.height-75 {
  height: 75px; }

.height-80 {
  height: 80px; }

.height-100 {
  height: 100px; }

.height-110 {
  height: 110px; }

.height-120 {
  height: 120px; }

.height-130 {
  height: 130px; }

.height-140 {
  height: 140px; }

.height-150 {
  height: 150px; }

.height-1110 {
  height: 1110px; }

.width-750 {
  max-width: 750px; }

.no-margin {
  margin: 0; }

/*====================================*\
 *            Sliders            *
\*====================================*/
.carousel {
  max-width: 750px;
  margin: auto; }

.carousel-inner {
  width: 750px;
  height: 350px; }
  .carousel-inner .item {
    width: 750px;
    height: 350px; }

.carousel-control.right, .carousel-control.left {
  background: none !important;
  text-shadow: none;
  color: #fb3449;
  opacity: 1;
  font-size: 42px; }
  .carousel-control.right span.icon, .carousel-control.left span.icon {
    display: block;
    width: 100%;
    top: 50%;
    position: absolute;
    left: 0;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.carousel-control.left {
  left: -110px; }

.carousel-indicators {
  bottom: -44px;
  margin-bottom: 0; }
  .carousel-indicators li {
    border: 1px solid #fb3449;
    width: 10px;
    height: 10px;
    border-radius: 10px; }
    .carousel-indicators li.active {
      background-color: #fb3449;
      margin: 1px;
      width: 10px;
      height: 10px; }

.carousel-control.right {
  right: -113px; }

/*====================================*\
 *            Page Wrapper            *
\*====================================*/
.c5-wrapper {
  overflow: hidden; }

/*==============================*\
 *            Navbar            *
\*==============================*/
nav {
  position: relative;
  z-index: 1;
  height: 70px;
  display: table;
  width: 100%;
  background-color: #fff; }
  nav.navbar {
    border-bottom: 2px solid #00416a; }
  nav .logo {
    padding-left: 50px; }
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 44px; }
    nav ul li {
      vertical-align: middle;
      display: inline-block;
      padding: 8px 22px; }
      nav ul li a {
        color: #00416a;
        padding: 15px 0 0 0 !important;
        display: block;
        text-decoration: none;
        font-family: "Karla", sans-serif; }
        nav ul li a:focus, nav ul li a:hover {
          background-color: #fff !important; }
        nav ul li a:hover {
          border-bottom: 2px solid #6ecdb2; }
        nav ul li a.active {
          border-bottom: 2px solid #6ecdb2; }
    nav ul li.active {
      font-weight: bold; }
      nav ul li.active a {
        border-bottom: 2px solid #6ecdb2; }

/*==============================*\
 *            #intro            *
\*==============================*/
.one {
  position: relative;
  background-color: #00416a;
  height: 565px;
  padding-top: 70px; }
  .one .container {
    position: relative; }
    .one .container .heroImg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .one .container .heroImg .gwc-img-1 {
        top: -208px;
        left: -354px;
        width: 520px;
        height: auto;
        position: absolute;
        background-image: url("../img/GWC_1.jpg");
        background-size: 100% auto;
        background-position: center 3px;
        background-repeat: no-repeat; }
        .one .container .heroImg .gwc-img-1 img {
          position: relative;
          top: -15px;
          left: 15px; }
      .one .container .heroImg .gwc-img-2 {
        top: 285px;
        left: -388px;
        width: 440px;
        height: auto;
        position: absolute;
        background-image: url("../img/GWC_new1.jpg");
        background-size: 100% auto;
        background-repeat: no-repeat;
        z-index: 3; }
        .one .container .heroImg .gwc-img-2 img {
          position: relative;
          top: 15px;
          left: 15px; }
      .one .container .heroImg .gwc-img-3 {
        top: 87px;
        right: -330px;
        width: 520px;
        height: auto;
        position: absolute;
        background-image: url("../img/GWC_3.jpg");
        background-size: 100% auto;
        background-repeat: no-repeat; }
        .one .container .heroImg .gwc-img-3 img {
          position: relative;
          top: -15px;
          left: -15px; }
    .one .container .heroText {
      position: relative;
      max-width: 680px;
      margin: auto;
      top: 0px;
      height: 660px; }
      .one .container .heroText .htOne {
        margin: 75px 0 70px 35px; }
      .one .container .heroText .htTwo {
        height: 153px; }
        .one .container .heroText .htTwo .leftBlock {
          float: left;
          width: 304px; }
          .one .container .heroText .htTwo .leftBlock h2 {
            font-family: "Karla", sans-serif;
            font-size: 40px;
            font-weight: bold;
            line-height: 56.17px;
            width: 125px;
            color: white;
            text-transform: uppercase;
            margin: -15px 0 0; }
        .one .container .heroText .htTwo .rightBlock {
          float: left; }
      .one .container .heroText .htThree {
        position: relative;
        z-index: 3;
        padding-left: 196px;
        margin-top: 112px; }
      .one .container .heroText .thinRedLine {
        border-color: #00416a;
        transition: all .3s ease; }
      .one .container .heroText .whoBlock .typed-cursor, .one .container .heroText .codeBlock .typed-cursor, .one .container .heroText .annualBlock .typed-cursor, .one .container .heroText .reportBlock .typed-cursor, .one .container .heroText .yearBlock .typed-cursor {
        display: none; }
      .one .container .heroText .codeBlock .typed-cursor {
        color: #333; }

.two {
  position: relative;
  background-color: white;
  height: 350px;
  padding-top: 276px; }

.three {
  position: relative;
  background-color: #6ecdb2; }
  .three .blueHeaderText {
    margin: 75px 0 0 -58px; }
  .three .yellowUnderline {
    margin: 26px 0 0 -58px; }
  .three .yellowBackdrop {
    top: -55px;
    right: 100px;
    width: 278px;
    height: 340px; }
  .three .red {
    color: #fb3449;
    padding: 0 100px 25px 100px; }
  .three .letterSignature {
    float: right;
    margin-top: 25px;
    margin-right: 15%;
    margin-bottom: 100px;
    max-width: 260px;
    height: auto; }

/*================================*\
 *            #mission            *
\*================================*/
.four {
  position: relative;
  background-color: white;
  height: 330px; }
  .four .yellowUnderline {
    margin: 14px auto 0 auto; }

.five {
  position: relative;
  background-color: #ede813;
  height: 700px; }
  .five .defaultText {
    margin: -61px auto;
    max-width: 860px; }
  .five .height-130 {
    margin-top: 51px; }
  .five .card-group {
    max-width: 940px;
    margin: auto; }
  .five .card {
    font-family: "Karla", sans-serif;
    display: inline-table;
    position: relative;
    width: 33%; }
    .five .card .stay {
      position: absolute;
      bottom: 0;
      width: 250px;
      height: 376px;
      background-color: #fb3449;
      transition: all .3s ease; }
      .five .card .stay.stayCenter {
        left: 50%;
        margin-left: -125px; }
      .five .card .stay.stayRight {
        right: 0; }
    .five .card .cwrap {
      position: relative;
      z-index: 1;
      width: 250px;
      height: 376px;
      background: white;
      display: inline-table;
      transition: all .3s ease; }
      .five .card .cwrap.cwcenter {
        margin: auto; }
    .five .card h3 {
      padding-top: 15px;
      font-size: 32px;
      font-weight: 700;
      line-height: 40px;
      color: #00416a;
      transition: all .3s ease;
      text-rendering: geometricPrecision; }
    .five .card p {
      font-size: 21px;
      line-height: 30px;
      color: black;
      padding: 15px 44px 0;
      text-rendering: geometricPrecision; }
    .five .card:hover .cwrap {
      transform: scale(1.1) translateX(-10px) translateY(-10px); }
    .five .card:hover .stay {
      transform: scale(1.1) translateX(5px) translateY(5px); }
    .five .card:hover h3 {
      color: #fb3449; }

/*================================*\
 *            #programs            *
\*================================*/
#programs {
  position: relative;
  width: 100%;
  height: 1px;
  top: -80px; }

.six, .seven {
  position: relative;
  background-color: white; }
  .six .container, .seven .container {
    max-width: 944px;
    padding: 0;
    position: relative; }
    .six .container .negativeHeader, .seven .container .negativeHeader {
      position: relative;
      left: -52px;
      margin-bottom: 90px;
      clear: both; }
      .six .container .negativeHeader .yellowUnderline, .seven .container .negativeHeader .yellowUnderline {
        margin: 25px 0 0; }
    .six .container .negativeImage, .seven .container .negativeImage {
      position: absolute;
      right: -25px;
      top: -65px;
      width: 485px;
      height: 355px;
      background-image: url("../img/GWC_4.jpg");
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: center; }
    .six .container .topTag, .seven .container .topTag {
      margin-top: 80px; }
      .six .container .topTag h2, .seven .container .topTag h2 {
        font-family: "Work Sans", sans-serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
        text-transform: uppercase; }
      .six .container .topTag ul, .seven .container .topTag ul {
        padding: 0;
        position: relative; }
        .six .container .topTag ul li, .seven .container .topTag ul li {
          font-size: 21px;
          line-height: 25px;
          margin: 15px 0;
          font-family: "Karla", sans-serif;
          list-style: none;
          padding-left: 30px;
          position: relative; }
          .six .container .topTag ul li:before, .seven .container .topTag ul li:before {
            content: " ";
            display: inline-block;
            border-top: 2px solid;
            width: 18px;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -1; }
    .six .container .boxedTitle, .seven .container .boxedTitle {
      margin: 58px auto 80px; }
      .six .container .boxedTitle h2, .seven .container .boxedTitle h2 {
        padding: 15px 90px; }
    .six .container .yearChart, .seven .container .yearChart {
      margin-top: 72px; }
    .six .container .diversityChart, .seven .container .diversityChart {
      margin-top: 72px; }

.seven .container .topTag h2 {
  font-family: "Karla", sans-serif; }
.seven .container .boxedTitle h2 {
  text-transform: none; }

.sevenB {
  overflow: visible; }
  .sevenB .container {
    overflow: visible;
    padding-bottom: 40px; }
  .sevenB .graphNote {
    color: #ccc;
    font-family: "Karla", sans-serif;
    font-style: oblique;
    position: relative;
    top: 35px;
    left: 28px; }

.sevenC .marketChart {
  width: 100%;
  height: 0;
  position: relative;
  margin-top: 80px;
  padding-bottom: 56.25%; }
  .sevenC .marketChart > img {
    position: absolute;
    top: 0;
    left: 0; }
  .sevenC .marketChart .location {
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    background-color: #6ecdb2;
    z-index: 0; }
    .sevenC .marketChart .location p {
      display: none;
      border: 2px solid #6ecdb2;
      color: #6ecdb2;
      font-family: "Karla", sans-serif;
      font-size: 14px;
      line-height: 1.2;
      text-align: center;
      width: auto;
      background: white;
      padding: 5px 20px;
      position: absolute;
      z-index: 3;
      left: 50%;
      opacity: 0;
      -moz-transform: translate(-50%, -90%);
      -o-transform: translate(-50%, -90%);
      -ms-transform: translate(-50%, -90%);
      -webkit-transform: translate(-50%, -90%);
      transform: translate(-50%, -90%);
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      .sevenC .marketChart .location p:after {
        content: " ";
        background: url("../img/point.png") no-repeat center center;
        width: 100%;
        height: 12px;
        position: absolute;
        bottom: -11px;
        left: 0;
        z-index: 3; }
    .sevenC .marketChart .location:hover p {
      display: block;
      -webkit-animation: tooltip .3s ease;
      -moz-animation: tooltip .3s ease;
      -o-animation: tooltip .3s ease;
      animation: tooltip .3s ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both; }
    .sevenC .marketChart .location.seattle {
      left: 13.7%;
      top: 4.3%; }
    .sevenC .marketChart .location.sanFran {
      left: 8.5%;
      top: 45%; }
    .sevenC .marketChart .location.la {
      left: 13.8%;
      top: 60.7%; }
    .sevenC .marketChart .location.austin {
      left: 48%;
      top: 77%; }
    .sevenC .marketChart .location.chicago {
      left: 63%;
      top: 38.5%; }
    .sevenC .marketChart .location.atlanta {
      left: 71.7%;
      top: 64.5%; }
    .sevenC .marketChart .location.miami {
      left: 81%;
      top: 91.8%; }
    .sevenC .marketChart .location.dc {
      left: 80.8%;
      top: 42%;
      z-index: 9; }
    .sevenC .marketChart .location.newark {
      left: 85%;
      top: 33%;
      z-index: 8; }
    .sevenC .marketChart .location.ny {
      left: 87%;
      top: 32%;
      z-index: 7; }
    .sevenC .marketChart .location.boston {
      left: 89.5%;
      top: 25%; }

.sevenE {
  margin-top: 5px;
  margin-bottom: 325px; }
  .sevenE #projects {
    width: 750px;
    height: 350px;
    margin: 20px auto 0; }
    .sevenE #projects .slideImgLeft {
      float: left;
      width: 295px; }
      .sevenE #projects .slideImgLeft img {
        margin-left: 15px;
        box-shadow: -15px 15px 0 0 #6ecdb2; }
    .sevenE #projects .slideContentRight {
      float: right;
      width: 455px; }
      .sevenE #projects .slideContentRight h2 {
        font-family: "Karla", sans-serif;
        font-weight: bold;
        font-size: 32px;
        line-height: 1;
        margin-top: 0;
        color: #00416a; }
      .sevenE #projects .slideContentRight .program {
        color: #6ecdb2;
        font-size: 16px;
        padding-right: 60px;
        font-family: "Karla", sans-serif; }
      .sevenE #projects .slideContentRight .defaultText {
        font-size: 20px;
        text-align: left;
        line-height: 26px;
        margin-top: 20px;
        padding-right: 10px; }

.sevenD .diversity span {
  font-size: 16px;
  position: relative;
  top: -10px;
  margin-left: 2px; }
.sevenD .footnote {
  font-family: "Karla", sans-serif;
  color: #999;
  font-style: oblique;
  margin: 50px 0 0; }

/*================================*\
 *            #pipeline            *
\*================================*/
#pipeline {
  position: relative;
  width: 100%;
  height: 1px;
  top: -180px; }

.eight {
  background-color: #6ecdb2;
  position: relative;
  padding-bottom: 70px; }
  .eight .container {
    position: relative;
    max-width: 944px; }
    .eight .container .picContainer {
      position: absolute;
      width: 100%;
      top: -190px; }
      .eight .container .picContainer .gwc-img-6 {
        position: absolute;
        left: -434px;
        top: 10px;
        width: 459px;
        height: 292px;
        background-image: url("../img/GWC_5.jpg");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center; }
      .eight .container .picContainer .gwc-img-7 {
        position: absolute;
        right: -409px;
        top: 70px;
        width: 459px;
        height: 292px;
        background-image: url("../img/GWC_6.jpg");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center; }
    .eight .container .topTag {
      margin-top: -138px;
      position: relative; }
      .eight .container .topTag .blueHeaderText {
        max-width: 750px;
        margin: 0 auto; }
      .eight .container .topTag .yellowUnderline {
        margin: 30px auto 0; }
    .eight .container .defaultText {
      margin: 0 auto;
      max-width: 820px; }
    .eight .container .subTag {
      max-width: 730px;
      margin: 60px 0 0; }
      .eight .container .subTag .smallUnderline {
        margin: 0 0 30px 0; }
      .eight .container .subTag .defaultText {
        font-weight: 700;
        color: white;
        text-align: left;
        max-width: 100%; }

.nine .container .row {
  max-width: 1000px;
  margin: auto; }
.nine .graduates {
  margin-left: -15px;
  margin-right: -15px; }
.nine .green.dotBox {
  max-width: 480px; }
  .nine .green.dotBox .gradDot {
    background: #6ecdb2;
    background-clip: content-box; }
.nine .yellow.dotBox {
  max-width: 100%; }
  .nine .yellow.dotBox .gradDot {
    background: #ede813;
    background-clip: content-box; }
.nine .blue .gradDot {
  background: #00416a;
  background-clip: content-box; }
.nine .gradDot {
  height: 32px;
  width: 32px;
  border: 8px solid white;
  margin: 0;
  display: block;
  border-radius: 50%;
  float: left;
  position: relative;
  top: 0;
  transition: all .2s ease; }
  .nine .gradDot:hover {
    top: -8px;
    border: 6px solid white; }
.nine .legend {
  border-top: 2px solid #00416a;
  margin-top: 25px;
  padding-top: 30px; }
  .nine .legend p {
    color: #00416a;
    font-family: "Karla", sans-serif;
    font-size: 20px;
    line-height: 1;
    margin: 0 35px 20px 0;
    float: left; }
    .nine .legend p .opaque {
      color: rgba(0, 65, 106, 0.4); }
    .nine .legend p:last-child {
      margin-right: none; }
  .nine .legend .gradDot {
    display: inline-block;
    margin: 0 15px 0 0;
    border: none;
    height: 15px;
    width: 15px; }
    .nine .legend .gradDot.outline-bg {
      background-color: transparent;
      border: 1px solid rgba(0, 65, 106, 0.4); }
  .nine .legend .gradNumber {
    margin-left: 10px;
    font-weight: 600;
    border-left: 2px solid #00416a;
    padding-left: 10px;
    display: inline-block;
    line-height: 0.9; }
.nine .alumniNumbers h1 {
  text-align: center;
  font-family: "Work Sans";
  font-weight: 900;
  font-size: 90px;
  text-transform: uppercase;
  color: #fb3449;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fb3449; }

.ten {
  background-color: #ede813;
  position: relative; }
  .ten .container {
    max-width: 990px;
    margin: auto;
    position: relative; }
    .ten .container .picContainer {
      position: absolute;
      z-index: 1;
      width: 100%;
      top: -70px; }
      .ten .container .picContainer .gwc-img-8 {
        position: absolute;
        right: -160px;
        top: 0;
        width: 550px;
        height: 352px;
        background-image: url("../img/GWC_7.jpg");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center; }
    .ten .container .topTag {
      position: relative;
      z-index: 2; }
      .ten .container .topTag .defaultText {
        color: #00416a;
        font-weight: 600;
        text-align: left;
        margin-top: 30px;
        font-size: 32px; }
    .ten .container .schoolsMobile {
      display: none; }
    .ten .container .schools .school {
      text-align: center;
      width: 168px;
      height: 230px;
      margin: 15px 12px;
      float: left; }
      .ten .container .schools .school:nth-child(5n+1) {
        margin-left: 0; }
      .ten .container .schools .school:nth-child(5n) {
        margin-right: 0; }
      .ten .container .schools .school .hoverFlip {
        width: 168px;
        height: 168px;
        transition: all .3s ease;
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1); }
        .ten .container .schools .school .hoverFlip:hover {
          -moz-transform: scale(1.075);
          -o-transform: scale(1.075);
          -ms-transform: scale(1.075);
          -webkit-transform: scale(1.075);
          transform: scale(1.075); }
      .ten .container .schools .school .hoverFlip, .ten .container .schools .school .flip-container {
        cursor: pointer;
        perspective: 1000;
        transform-style: preserve-3d; }
      .ten .container .schools .school .flip-container .cardBack {
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg); }
      .ten .container .schools .school .flip-container .cardFront {
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg); }
      .ten .container .schools .school .flip-container, .ten .container .schools .school .cardFront, .ten .container .schools .school .cardBack {
        width: 168px;
        height: 168px; }
      .ten .container .schools .school .flipper {
        transition: 0.6s;
        transform-style: preserve-3d;
        position: relative; }
      .ten .container .schools .school .cardFront, .ten .container .schools .school .cardBack {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: 0.6s;
        transform-style: preserve-3d;
        position: absolute;
        top: 0;
        left: 0; }
      .ten .container .schools .school .cardFront {
        z-index: 2;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg); }
        .ten .container .schools .school .cardFront h2 {
          font-family: "Work Sans", sans-serif;
          color: white;
          font-size: 60px;
          position: relative;
          margin: 0;
          top: 50%;
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          -moz-backface-visibility: hidden; }
        .ten .container .schools .school .cardFront.berkeley {
          background-image: url("../img/schools/UC_BERKELY.png"); }
        .ten .container .schools .school .cardFront.uow {
          background-image: url("../img/schools/UW.png"); }
        .ten .container .schools .school .cardFront.usc {
          background-image: url("../img/schools/USC.png"); }
        .ten .container .schools .school .cardFront.uom {
          background-image: url("../img/schools/U_OF_M.png"); }
        .ten .container .schools .school .cardFront.usd {
          background-image: url("../img/schools/UCSD.png"); }
        .ten .container .schools .school .cardFront.columbia {
          background-image: url("../img/schools/COLUMBIA.png"); }
        .ten .container .schools .school .cardFront.sfu {
          background-image: url("../img/schools/SF_STATE.png"); }
        .ten .container .schools .school .cardFront.stanford {
          background-image: url("../img/schools/STANFORD.png"); }
        .ten .container .schools .school .cardFront.brownU {
          background-image: url("../img/schools/BROWN.png"); }
        .ten .container .schools .school .cardFront.harvard {
          background-image: url("../img/schools/HARVARD.png"); }
        .ten .container .schools .school .cardFront.hunter {
          background-image: url("../img/schools/HUNTER.png"); }
        .ten .container .schools .school .cardFront.berkley {
          background-image: url("../img/schools/UC_BERKELY.png"); }
        .ten .container .schools .school .cardFront.mit {
          background-image: url("../img/schools/MIT.png"); }
        .ten .container .schools .school .cardFront.nyu {
          background-image: url("../img/schools/NYU.png"); }
        .ten .container .schools .school .cardFront.princeton {
          background-image: url("../img/schools/PRINCETON.png"); }
        .ten .container .schools .school .cardFront.sju {
          background-image: url("../img/schools/SAN_JOSE.png"); }
      .ten .container .schools .school .cardBack {
        background: #00416a;
        color: white;
        -moz-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg); }
        .ten .container .schools .school .cardBack h2 {
          color: white;
          font-family: "Work Sans", sans-serif;
          font-size: 34px;
          margin-top: 34px;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          backface-visibility: hidden; }
        .ten .container .schools .school .cardBack hr {
          width: 25px;
          height: 4px;
          margin: 12px auto 10px;
          background: #6ecdb2;
          border-color: #6ecdb2; }
        .ten .container .schools .school .cardBack p {
          font-family: "Karla", sans-serif;
          font-size: 21px;
          font-weight: 600;
          line-height: 24px;
          color: white;
          padding: 0 28px;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          backface-visibility: hidden; }
      .ten .container .schools .school h2 {
        font-family: "Karla", sans-serif;
        font-size: 21px;
        font-weight: 600;
        line-height: 24px;
        color: #00416a; }

.eleven .container .defaultText {
  font-size: 21px;
  text-align: left;
  line-height: 24px; }
.eleven .container .topBlock {
  height: 350px;
  background: url("../img/GWC_8.jpg") no-repeat right top;
  background-size: 48% auto;
  position: relative;
  margin-top: -90px; }
  .eleven .container .topBlock .leftSide {
    max-width: 440px;
    float: left;
    left: 95px;
    position: relative; }
    .eleven .container .topBlock .leftSide h1 {
      font-family: "Work Sans", sans-serif;
      font-size: 90px;
      margin: 36px 0 0;
      color: #00416a; }
    .eleven .container .topBlock .leftSide .smallUnderline {
      margin-top: 30px; }
.eleven .container .bottomBlock {
  height: 295px;
  background: url("../img/GWC_9.jpg") no-repeat left center;
  background-size: 42% auto; }
  .eleven .container .bottomBlock .mobileImgTop {
    display: none; }
  .eleven .container .bottomBlock .rightSide {
    width: 100%;
    max-width: 550px;
    float: right; }
    .eleven .container .bottomBlock .rightSide > div {
      max-width: 440px;
      float: left; }
    .eleven .container .bottomBlock .rightSide h1 {
      font-family: "Work Sans", sans-serif;
      font-size: 90px;
      margin: 0;
      color: #00416a;
      -webkit-text-fill-color: white;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: #00416a; }
    .eleven .container .bottomBlock .rightSide .smallUnderline {
      margin-top: 30px; }

.twelve {
  padding-bottom: 38px; }
  .twelve #alumniStories {
    width: 750px;
    height: 350px;
    margin: 20px auto 0; }
    .twelve #alumniStories .slideImgLeft {
      float: left;
      width: 295px; }
      .twelve #alumniStories .slideImgLeft img {
        margin-left: 15px;
        box-shadow: -15px 15px 0 0 #ede813; }
    .twelve #alumniStories .slideContentRight {
      float: right;
      width: 455px; }
      .twelve #alumniStories .slideContentRight h2 {
        font-family: "Karla", sans-serif;
        font-weight: bold;
        font-size: 32px;
        line-height: 1;
        margin-top: 0;
        color: #00416a; }
      .twelve #alumniStories .slideContentRight .program {
        color: #6ecdb2;
        font-style: oblique;
        font-size: 16px;
        font-family: "Karla", sans-serif; }
      .twelve #alumniStories .slideContentRight .tiltTag {
        position: relative;
        left: 0;
        background: #6ecdb2;
        padding: 5px 10px;
        margin: 25px 0 10px;
        display: inline-block;
        text-transform: uppercase;
        color: white;
        font-size: 20px;
        font-family: "Karla", sans-serif; }
      .twelve #alumniStories .slideContentRight .defaultText {
        font-size: 20px;
        text-align: left;
        line-height: 26px; }

.thirteen {
  background: #ede813;
  margin-top: 252px; }
  .thirteen .container {
    position: relative;
    max-width: 1000px;
    margin: auto; }
    .thirteen .container img.pledgeImg {
      position: absolute;
      height: 292px;
      width: auto;
      z-index: 0;
      bottom: -40px;
      left: -285px; }
    .thirteen .container .negativeHeader {
      margin-top: -182px; }
    .thirteen .container .blueHeaderText {
      margin: 0;
      line-height: 90px;
      font-size: 86px; }
      .thirteen .container .blueHeaderText.outlined {
        margin-top: 24px;
        color: #00416a;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #00416a; }
    .thirteen .container .pledgeLink {
      max-width: 750px;
      margin: 65px auto;
      text-align: center; }
      .thirteen .container .pledgeLink a {
        border: 8px solid #fb3449;
        padding: 25px 65px;
        color: #fb3449;
        display: block;
        font-family: "Karla", sans-serif;
        font-weight: bold;
        font-size: 28px;
        line-height: 38px; }

.fourteen .boxedTitle {
  margin: 60px auto 80px; }
.fourteen .partnerStory .defaultText {
  font-family: "Karla", sans-serif;
  font-size: 21px;
  line-height: 30px; }
.fourteen .partnerStory h2 {
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #00416a;
  margin-top: 32px; }
.fourteen .partnerStory .sub {
  font-style: oblique;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #6ecdb2; }

/*================================*\
 *            #partners           *
\*================================*/
.fifteen {
  background: #6ecdb2;
  padding: 115px 0; }
  .fifteen .container {
    max-width: 944px;
    margin: auto;
    background: white; }
    .fifteen .container .negativeHeader {
      margin: -50px 0 0 -70px; }
      .fifteen .container .negativeHeader .yellowUnderline {
        margin: 28px 0 60px; }
    .fifteen .container .partnerContent {
      padding: 0 96px; }
      .fifteen .container .partnerContent h2.partnerCategory {
        font-family: "Karla", sans-serif;
        font-weight: 700;
        font-size: 21px;
        color: #fb3449;
        line-height: 24px;
        margin: 25px 0;
        text-transform: uppercase; }
      .fifteen .container .partnerContent p {
        font-family: "Karla", sans-serif;
        font-size: 21px;
        text-transform: uppercase;
        margin-bottom: 2px; }
      .fifteen .container .partnerContent .partnerName {
        font-weight: normal;
        color: #00416a;
        line-height: 30px;
        text-transform: capitalize; }
        .fifteen .container .partnerContent .partnerName span {
          margin: 0 20px; }
        .fifteen .container .partnerContent .partnerName.ebay {
          text-transform: none; }
      .fifteen .container .partnerContent .leftList {
        float: left;
        width: 50%;
        padding-right: 40px; }
      .fifteen .container .partnerContent .rightList {
        float: left;
        width: 50%; }
      .fifteen .container .partnerContent .partnerSubCat {
        border-bottom: 1px solid #6ecdb2;
        height: 14px;
        margin-bottom: 30px; }
        .fifteen .container .partnerContent .partnerSubCat p {
          font-family: "Karla", sans-serif;
          font-style: oblique;
          font-size: 18px;
          line-height: 24px;
          color: #6ecdb2;
          text-transform: capitalize;
          display: inline;
          padding: 0 20px 0 0;
          background: white; }
      .fifteen .container .partnerContent .asterik {
        font-family: "Karla", sans-serif;
        font-size: 14px;
        color: #ccc;
        letter-spacing: 1px;
        font-style: oblique;
        position: relative;
        top: -50px; }

/*================================*\
 *            #financials         *
\*================================*/
#financials {
  position: relative;
  width: 100%;
  height: 1px;
  top: -85px; }

.sixteen .container {
  max-width: 944px;
  margin: auto;
  background: white; }
  .sixteen .container .negativeHeader {
    text-align: center;
    margin: -50px 0 0 -70px; }
    .sixteen .container .negativeHeader .yellowUnderline {
      margin: 28px auto 60px; }
  .sixteen .container .topTag h2 {
    text-transform: uppercase;
    font-family: "Karla", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #fb3449;
    margin: 30px 0 60px; }
  .sixteen .container .expenseChart {
    width: 100%;
    height: 50px; }
    .sixteen .container .expenseChart .ecPrograms {
      width: 83%;
      height: 50px;
      background: #6ecdb2;
      float: left; }
    .sixteen .container .expenseChart .ecOperations {
      width: 13%;
      height: 50px;
      background: #00416a;
      float: left; }
    .sixteen .container .expenseChart .ecDevelopment {
      width: 4%;
      height: 50px;
      background: url("../img/blue_stripe.png") repeat;
      float: left;
      border-top: 2px solid #00416a;
      border-right: 2px solid #00416a;
      border-bottom: 2px solid #00416a; }
  .sixteen .container .ecLegend {
    margin-top: 40px; }
    .sixteen .container .ecLegend p {
      float: left;
      width: 33.333%;
      text-align: center;
      font-family: "Karla", sans-serif;
      color: #00416a;
      font-size: 20px;
      line-height: 1; }
      .sixteen .container .ecLegend p strong {
        border-left: 1px solid;
        margin: 0 0 0 10px;
        padding: 0 0 0 10px;
        line-height: .9;
        display: inline-block; }

.seventeen {
  background: #ede813;
  height: 200px;
  position: relative; }
  .seventeen .boxedTitle {
    position: relative; }
    .seventeen .boxedTitle h2 {
      position: relative;
      top: -58px;
      padding: 15px 90px; }

.eighteen {
  margin-bottom: -30px; }
  .eighteen .container {
    max-width: 906px;
    position: relative;
    top: -81px; }
    .eighteen .container .goesTo {
      max-width: 876px;
      margin: auto; }
      .eighteen .container .goesTo .gtBox {
        width: 292px;
        height: 235px;
        float: left;
        text-align: left;
        padding-left: 60px; }
        .eighteen .container .goesTo .gtBox .smallUnderline {
          height: 15px; }
        .eighteen .container .goesTo .gtBox h1 {
          font-family: "Work Sans", sans-serif;
          font-weight: 700;
          font-size: 90px;
          line-height: 90px;
          color: #00416a; }
        .eighteen .container .goesTo .gtBox h2 {
          font-family: "Karla", sans-serif;
          font-weight: normal;
          font-size: 28px;
          line-height: 1.3;
          color: #00416a;
          margin-top: 0; }

.nineteen .container {
  max-width: 944px;
  margin: auto; }
  .nineteen .container .topTag h2 {
    text-transform: uppercase;
    font-family: "Karla";
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #fb3449;
    margin: 30px 0 60px; }
  .nineteen .container .revenueChart {
    margin: 10px auto; }
    .nineteen .container .revenueChart img {
      max-width: 100%;
      height: auto; }

.twenty {
  margin-top: 85px;
  margin-bottom: 85px; }
  .twenty .container {
    max-width: 944px;
    margin: auto; }
    .twenty .container .topTag h2 {
      text-transform: uppercase;
      font-family: "Karla";
      font-weight: 700;
      font-size: 28px;
      line-height: 38px;
      color: #fb3449;
      margin: 30px 0 62px; }
    .twenty .container .panel-group {
      border-bottom: 2px solid #00416a; }
      .twenty .container .panel-group .panel {
        border-radius: 0;
        background: white;
        border: none;
        box-shadow: none; }
        .twenty .container .panel-group .panel .panel-heading {
          padding: 0;
          border-top: 2px solid #00416a;
          border-left: 2px solid #00416a;
          border-right: 2px solid #00416a;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          cursor: pointer; }
          .twenty .container .panel-group .panel .panel-heading h4 {
            text-transform: uppercase;
            color: #00416a;
            font-size: 21px;
            font-weight: 700;
            line-height: 24px; }
            .twenty .container .panel-group .panel .panel-heading h4 a {
              text-decoration: none;
              display: block;
              padding: 22px 15px; }
              .twenty .container .panel-group .panel .panel-heading h4 a.collapsed .icon {
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
              .twenty .container .panel-group .panel .panel-heading h4 a .icon {
                float: right;
                margin-right: 5px;
                font-size: 26px;
                transition: all .3s ease;
                -moz-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
        .twenty .container .panel-group .panel .panel-collapse .panel-body {
          padding: 0; }
      .twenty .container .panel-group .panel + .panel {
        margin-top: 0px; }
    .twenty .container .panel-group .panel-heading + .panel-collapse > .list-group, .twenty .container .panel-group .panel-heading + .panel-collapse > .panel-body {
      border-top: none; }
    .twenty .container #faOne .panel-body {
      background-image: url("../img/GWC_Finance_ACTIVITIES_b.png");
      background-size: 100% auto;
      background-position-x: 0;
      background-position-y: 0;
      background-repeat: no-repeat;
      margin-bottom: -1px; }
      .twenty .container #faOne .panel-body img {
        visibility: hidden; }
    .twenty .container #faTwo .panel-body {
      background-image: url("../img/GWC_Finance_POSITION.png");
      background-size: 100% auto;
      background-position-x: 0;
      background-position-y: 0;
      background-repeat: no-repeat;
      margin-bottom: -2px; }
      .twenty .container #faTwo .panel-body img {
        visibility: hidden;
        max-width: 100%;
        height: auto; }

.twentyone {
  background: #6ecdb2;
  padding: 115px 0 0;
  position: relative;
  max-width: 100%;
  overflow: hidden; }
  .twentyone .container {
    max-width: 944px;
    margin: auto;
    background: white;
    position: relative;
    padding-top: 350px; }
    .twentyone .container .topBlock {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 100%; }
      .twentyone .container .topBlock .negativeHeader {
        margin: 105px 0 60px -72px; }
        .twentyone .container .topBlock .negativeHeader .yellowUnderline {
          width: 172px;
          height: 18px;
          margin-top: 30px; }
      .twentyone .container .topBlock .negativeImage {
        position: absolute;
        top: -62px;
        right: -92px;
        max-width: 552px;
        height: auto; }
        .twentyone .container .topBlock .negativeImage img {
          max-width: 100%;
          height: auto; }
        .twentyone .container .topBlock .negativeImage .overGrid {
          position: absolute;
          z-index: 2;
          margin: -15px 0 0 15px;
          top: 0;
          left: 0; }
    .twentyone .container .vContent {
      padding: 0 80px; }
      .twentyone .container .vContent .vDownload {
        margin: 60px auto 260px; }
        .twentyone .container .vContent .vDownload .smallUnderline {
          width: 100px;
          height: 10px;
          margin: auto; }
        .twentyone .container .vContent .vDownload .textLink {
          display: inline-block;
          margin: auto;
          padding: 28px 0 20px;
          font-family: "Karla", sans-serif;
          font-weight: 700;
          font-size: 32px;
          text-transform: uppercase;
          color: #00416a;
          text-decoration: none; }
        .twentyone .container .vContent .vDownload .imgLink {
          display: block;
          margin: auto;
          text-align: center;
          width: 80px; }
          .twentyone .container .vContent .vDownload .imgLink img {
            margin: auto; }

.twentytwo {
  background: #00416a;
  padding-bottom: 80px; }
  .twentytwo .container {
    max-width: 944px;
    margin: auto;
    position: relative; }
    .twentytwo .container .negativeImage {
      max-width: 760px;
      margin: -162px auto 95px;
      position: relative; }
      .twentytwo .container .negativeImage img {
        max-width: 100%;
        height: auto;
        position: relative;
        z-index: 1; }
      .twentytwo .container .negativeImage .overGrid {
        position: absolute;
        z-index: 2;
        margin: 15px 0 0 -15px;
        top: 0;
        left: 0; }
    .twentytwo .container footer .footerText {
      max-width: 320px;
      margin: auto;
      text-align: left;
      color: white;
      font-family: "Karla", sans-serif;
      font-size: 16px; }
    .twentytwo .container footer .footerShare {
      margin: 60px auto; }
      .twentytwo .container footer .footerShare ul {
        margin: 0;
        padding: 0; }
        .twentytwo .container footer .footerShare ul li {
          list-style: none;
          display: inline-block;
          padding: 10px;
          text-align: center;
          cursor: pointer; }
          .twentytwo .container footer .footerShare ul li span {
            font-size: 32px;
            color: white; }
    .twentytwo .container footer .credits {
      max-width: 400px;
      margin: auto; }
      .twentytwo .container footer .credits .left {
        float: left;
        text-align: center;
        width: 50%;
        border-right: 1px solid white; }
        .twentytwo .container footer .credits .left img {
          max-width: 72%;
          height: auto;
          margin: auto; }
      .twentytwo .container footer .credits .right {
        float: right;
        text-align: center;
        width: 50%; }
        .twentytwo .container footer .credits .right img {
          max-width: 72%;
          height: auto;
          margin: auto; }

@media only screen and (min-width: 960px) and (max-width: 1024px) {
  /*===========================================*\
   *            Reusable Treatments            *
  \*===========================================*/
  .blueHeaderText {
    font-size: 90px;
    line-height: 80px; }

  /*==============================*\
   *            Navbar            *
  \*==============================*/
  .navbar .container {
    width: 100%;
    max-width: 900px; }

  /*==============================*\
   *            #intro            *
  \*==============================*/
  .one .container {
    width: 100%; }
    .one .container .heroText {
      max-width: 590px; }
      .one .container .heroText .htTwo .leftBlock {
        width: 260px; }
    .one .container .heroImg .gwc-img-2 {
      left: -348px; }
    .one .container .heroImg .gwc-img-3 {
      width: 420px;
      top: 167px;
      right: -280px; }

  .three .container {
    width: 100%;
    max-width: 820px; }
    .three .container .gwc-img-4, .three .container .yellowBackdrop {
      right: 20px;
      width: 248px;
      height: 310px; }

  /*================================*\
   *            #mission            *
  \*================================*/
  .five .card-group {
    width: 100%;
    max-width: 880px;
    margin: auto; }
  .five .card {
    font-family: "Karla", sans-serif;
    display: inline-table;
    position: relative;
    width: 33%; }
    .five .card .stay {
      position: absolute;
      bottom: 0;
      width: 220px;
      height: 336px;
      background-color: #fb3449;
      transition: all .3s ease; }
      .five .card .stay.stayCenter {
        left: 50%;
        margin-left: -110px; }
      .five .card .stay.stayRight {
        right: 0; }
    .five .card .cwrap {
      position: relative;
      z-index: 1;
      width: 220px;
      height: 336px;
      background: white;
      display: inline-table;
      transition: all .3s ease; }
      .five .card .cwrap.cwcenter {
        margin: auto; }
    .five .card p {
      font-size: 18px;
      line-height: 27px;
      padding: 15px 24px 0; }

  /*================================*\
   *            #programs            *
  \*================================*/
  .six .container {
    width: 100%;
    max-width: 850px; }
    .six .container .negativeImage {
      right: -135px; }

  .seven .container {
    width: 100%;
    max-width: 850px; }

  /*================================*\
   *            #pipeline            *
  \*================================*/
  .nine .container {
    width: 100%;
    max-width: 881px; }
    .nine .container .legend p {
      font-size: 16px;
      margin: 0 42px 20px 0; }

  .ten .container {
    width: 100%;
    max-width: 920px; }
    .ten .container .schoolsMobile {
      display: none; }
    .ten .container .schools {
      max-width: 793px;
      margin: auto; }
      .ten .container .schools .school:nth-child(4n) {
        margin-right: 0; }
      .ten .container .schools .school:nth-child(5n+1) {
        margin-left: 15px; }
      .ten .container .schools .school:nth-child(5n) {
        margin-right: 15px; }

  .eleven .container {
    width: 100%;
    max-width: 880px; }
    .eleven .container .topBlock {
      background-size: 48% auto; }
      .eleven .container .topBlock .leftSide {
        left: 20px; }
    .eleven .container .bottomBlock {
      background-size: 42% auto; }
      .eleven .container .bottomBlock .rightSide {
        max-width: 420px; }

  .thirteen .container {
    width: 100%;
    max-width: 880px; }

  /*================================*\
   *            #partners           *
  \*================================*/
  .fifteen .container {
    width: 100%;
    max-width: 820px; }

  /*================================*\
   *            #financials         *
  \*================================*/
  .sixteen .container {
    width: 100%;
    max-width: 850px; }

  .eighteen .container {
    width: 100%;
    max-width: 850px; }
    .eighteen .container .goesTo .gtBox {
      width: 270px; }

  .nineteen .container {
    width: 100%;
    max-width: 850px; }

  .twenty .container {
    width: 100%;
    max-width: 850px; }

  .twentyone .container {
    width: 100%;
    max-width: 750px; }
    .twentyone .container .topBlock .negativeImage {
      position: absolute;
      top: -42px;
      right: -92px;
      max-width: 462px;
      height: auto; } }
@media only screen and (max-width: 959px) {
  /*===========================================*\
   *            Reusable Treatments            *
  \*===========================================*/
  .desktopChart {
    display: none; }

  .mobileChart {
    display: block;
    text-align: center; }
    .mobileChart img {
      margin: auto; }

  .blueHeaderText {
    font-size: 70px;
    line-height: 60px; }

  .boxedTitle h2 {
    font-size: 28px; }
    .boxedTitle h2.width-750 {
      width: 100%;
      max-width: 600px; }

  /*=======================================*\
   *            Image Placement            *
  \*=======================================*/
  .gwc-img-4 {
    top: -55px;
    right: 100px;
    background-image: url("../img/GWC_Reshma.jpg");
    width: 278px;
    height: 340px;
    transition: all .5s ease-in-out; }
    .gwc-img-4:hover {
      transform: none; }

  /*====================================*\
   *            Sliders            *
  \*====================================*/
  .carousel {
    max-width: 600px;
    margin: auto; }

  .carousel-inner {
    width: 600px;
    height: 250px; }
    .carousel-inner .item {
      width: 600px;
      height: 250px; }

  .carousel-control.right, .carousel-control.left {
    background: none !important;
    text-shadow: none;
    color: #fb3449;
    opacity: 1;
    font-size: 42px; }
    .carousel-control.right span.icon, .carousel-control.left span.icon {
      display: block;
      width: 100%;
      top: 50%;
      position: absolute;
      left: 0;
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }

  .carousel-control.left {
    left: -110px; }

  .carousel-indicators {
    bottom: -44px;
    margin-bottom: 0; }
    .carousel-indicators li {
      border: 1px solid #fb3449;
      width: 8px;
      height: 8px;
      border-radius: 8px; }
      .carousel-indicators li.active {
        background-color: #fb3449;
        margin: 1px;
        width: 8px;
        height: 8px; }

  .carousel-control.right {
    right: -113px; }

  /*==============================*\
   *            Navbar            *
  \*==============================*/
  nav .logo {
    padding-left: 0px; }
  nav ul {
    padding-right: 0; }
    nav ul li {
      padding: 8px 18px; }

  /*==============================*\
   *            #intro            *
  \*==============================*/
  .one {
    height: 465px; }
    .one .container {
      width: 100%;
      max-width: 660px; }
      .one .container .heroText {
        max-width: 540px;
        height: 510px; }
        .one .container .heroText .bigGreenText, .one .container .heroText .bigBlueText, .one .container .heroText .blueHeaderText, .one .container .heroText .bigBlueText, .one .container .heroText .blueHeaderText {
          font-size: 90px; }
        .one .container .heroText .htTwo {
          height: 111px; }
          .one .container .heroText .htTwo .leftBlock {
            width: 200px; }
            .one .container .heroText .htTwo .leftBlock h2 {
              font-size: 28px;
              line-height: 42.17px; }
      .one .container .heroImg .gwc-img-1 {
        top: -128px;
        left: -294px;
        width: 360px; }
      .one .container .heroImg .gwc-img-2 {
        top: 235px;
        left: -358px;
        width: 370px; }
      .one .container .heroImg .gwc-img-3 {
        width: 330px;
        top: 97px;
        right: -210px; }

  .two {
    height: 260px;
    padding-top: 196px; }

  .three .container {
    max-width: 680px; }
    .three .container .blueHeaderText {
      margin: 45px 0 0 -28px; }
    .three .container .yellowUnderline {
      margin: 26px 0 0 -28px; }
    .three .container .yellowBackdrop {
      display: none; }
    .three .container .gwc-img-4 {
      top: -25px;
      right: 30px;
      width: 198px;
      height: 240px;
      background-size: cover; }

  /*================================*\
   *            #mission            *
  \*================================*/
  .five .defaultText {
    max-width: 620px; }
  .five .card-group {
    width: 100%;
    max-width: 880px;
    margin: auto; }
  .five .card {
    font-family: "Karla", sans-serif;
    display: inline-table;
    position: relative;
    width: 33%; }
    .five .card .stay {
      display: none; }
    .five .card .cwrap {
      position: relative;
      z-index: 1;
      width: 220px;
      height: 305px;
      background: white;
      display: inline-table;
      transition: all .3s ease; }
      .five .card .cwrap.cwcenter {
        margin: auto; }
    .five .card:hover .cwrap {
      transform: none; }
    .five .card:hover h3 {
      color: #fb3449; }
    .five .card h3 {
      color: #fb3449; }
    .five .card p {
      font-size: 18px;
      line-height: 27px;
      padding: 15px 24px 0; }

  /*================================*\
   *            #programs            *
  \*================================*/
  .six .container .height-75 {
    height: 40px; }
  .six .container .negativeHeader {
    left: 18px; }
  .six .container .negativeImage {
    right: -15px;
    top: -35px;
    width: 405px;
    height: 235px; }

  .seven .container {
    width: 100%;
    max-width: 700px; }

  .sevenE #projects {
    width: 600px;
    height: 250px;
    margin: 20px auto 0; }
    .sevenE #projects .slideImgLeft {
      float: left;
      width: 155px; }
      .sevenE #projects .slideImgLeft img {
        margin-left: 15px;
        box-shadow: -15px 15px 0 0 #6ecdb2; }
    .sevenE #projects .slideContentRight {
      float: right;
      width: 395px; }
      .sevenE #projects .slideContentRight h2 {
        font-family: "Karla", sans-serif;
        font-weight: bold;
        font-size: 28px;
        line-height: 1;
        margin-top: 0;
        color: #00416a; }
      .sevenE #projects .slideContentRight .program {
        color: #6ecdb2;
        font-size: 14px;
        padding-right: 60px; }
      .sevenE #projects .slideContentRight .defaultText {
        font-size: 16px;
        text-align: left;
        line-height: 20px;
        margin-top: 20px;
        padding-right: 10px; }

  /*================================*\
   *            #pipeline            *
  \*================================*/
  .eight .container {
    width: 100%;
    max-width: 560px; }

  .nine .container .gradDot:hover {
    top: 0;
    border: 8px solid white; }
  .nine .container .legend p {
    width: 50%;
    margin: 0 0 20px; }

  .ten .container .picContainer .gwc-img-8 {
    right: -300px; }
  .ten .container .topTag {
    max-width: 620px; }
    .ten .container .topTag .defaultText {
      font-size: 28px; }
  .ten .container .schoolsMobile {
    display: none; }
  .ten .container .schools {
    display: block;
    max-width: 596px;
    margin: auto; }
    .ten .container .schools .school {
      height: 240px; }
      .ten .container .schools .school:nth-child(3n) {
        margin-right: 0; }
      .ten .container .schools .school:nth-child(5n+1) {
        margin-left: 15px; }
      .ten .container .schools .school:nth-child(5n) {
        margin-right: 15px; }

  .eleven .container .topBlock {
    background-size: 360px auto;
    background-position: right 32px; }
    .eleven .container .topBlock .leftSide {
      left: 35px;
      max-width: 340px; }
      .eleven .container .topBlock .leftSide h1 {
        font-size: 80px; }
      .eleven .container .topBlock .leftSide .defaultText {
        font-size: 18px; }
  .eleven .container .bottomBlock {
    background-size: 360px auto; }
    .eleven .container .bottomBlock .rightSide {
      max-width: 358px; }
      .eleven .container .bottomBlock .rightSide h1 {
        font-size: 80px; }
      .eleven .container .bottomBlock .rightSide .defaultText {
        font-size: 18px; }

  .twelve {
    padding-bottom: 38px; }
    .twelve #alumniStories {
      width: 600px;
      height: 250px;
      margin: 20px auto 0; }
      .twelve #alumniStories .slideImgLeft {
        float: left;
        width: 162px;
        margin-top: 15px; }
        .twelve #alumniStories .slideImgLeft img {
          margin-left: 15px;
          box-shadow: -15px 15px 0 0 #ede813; }
      .twelve #alumniStories .slideContentRight {
        float: right;
        width: 405px; }
        .twelve #alumniStories .slideContentRight h2 {
          font-family: "Karla", sans-serif;
          font-weight: bold;
          font-size: 28px;
          line-height: 1;
          margin-top: 0;
          color: #00416a; }
        .twelve #alumniStories .slideContentRight .program {
          color: #6ecdb2;
          font-style: oblique;
          font-size: 14px; }
        .twelve #alumniStories .slideContentRight .defaultText {
          font-size: 16px;
          text-align: left;
          line-height: 22px; }
      .twelve #alumniStories .carousel-control.right {
        right: -110px; }

  .thirteen .container {
    max-width: 750px; }
    .thirteen .container .negativeHeader {
      margin-top: -140px; }
    .thirteen .container .blueHeaderText {
      font-size: 68px;
      line-height: 1; }
    .thirteen .container .pledgeLink a {
      font-size: 24px; }

  .fourteen .partnerStory .defaultText {
    font-size: 18px;
    line-height: 1.3; }
  .fourteen .partnerStory h2 {
    font-size: 24px;
    margin-top: 15px; }
  .fourteen .carousel-control.right {
    right: -110px; }

  /*================================*\
   *            #partners           *
  \*================================*/
  .fifteen .container {
    max-width: 660px; }
    .fifteen .container .negativeHeader {
      margin: -34px 0 0 -50px; }
    .fifteen .container .partnerContent {
      padding: 0 66px; }
      .fifteen .container .partnerContent h2.partnerCategory {
        font-size: 18px;
        line-height: 20px; }
      .fifteen .container .partnerContent p {
        font-size: 16px;
        line-height: 1; }
      .fifteen .container .partnerContent .partnerSubCat p {
        font-size: 15px; }

  /*================================*\
   *            #financials         *
  \*================================*/
  .sixteen .container {
    width: 100%;
    max-width: 720px; }
    .sixteen .container .negativeHeader {
      margin: -35px 0 0 -70px; }

  .eighteen .container .goesTo {
    max-width: 720px; }
    .eighteen .container .goesTo .gtBox {
      width: 235px;
      height: 210px;
      padding-left: 66px; }

  .twentyone .container {
    width: 100%;
    max-width: 640px;
    padding-top: 260px; }
    .twentyone .container .topBlock .negativeHeader {
      margin: 75px 0 0px -38px; }
    .twentyone .container .topBlock .negativeImage {
      top: -35px;
      right: -36px;
      max-width: 385px; }
    .twentyone .container .vContent {
      padding: 0 60px; }
      .twentyone .container .vContent .defaultText {
        font-size: 24px; }
      .twentyone .container .vContent .vDownload .textLink {
        font-size: 28px; }

  .twentytwo .container {
    max-width: 560px; } }
@media only screen and (max-width: 767px) {
  /*===========================================*\
   *            Reusable Treatments            *
  \*===========================================*/
  .blueHeaderText {
    font-size: 60px;
    line-height: 50px; }

  .boxedTitle h2 {
    font-size: 22px; }
    .boxedTitle h2.width-750 {
      width: 100%;
      max-width: 460px; }

  /*====================================*\
   *            Sliders            *
  \*====================================*/
  .carousel {
    max-width: 480px;
    margin: auto; }

  .carousel-inner {
    width: 480px;
    height: 250px; }
    .carousel-inner .item {
      width: 480px;
      height: 250px; }

  .carousel-control.right, .carousel-control.left {
    background: none !important;
    text-shadow: none;
    color: #fb3449;
    opacity: 1;
    font-size: 42px; }
    .carousel-control.right span.icon, .carousel-control.left span.icon {
      display: block;
      width: 100%;
      top: 50%;
      position: absolute;
      left: 0;
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }

  .carousel-indicators {
    bottom: -44px;
    margin-bottom: 0; }
    .carousel-indicators li {
      border: 1px solid #fb3449;
      width: 8px;
      height: 8px;
      border-radius: 8px; }
      .carousel-indicators li.active {
        background-color: #fb3449;
        margin: 1px;
        width: 8px;
        height: 8px; }

  .carousel-control.left {
    left: -56px;
    font-size: 28px; }

  .carousel-control.right {
    right: -56px;
    font-size: 28px; }

  /*==============================*\
   *            Navbar            *
  \*==============================*/
  #navbar.navbar-collapse {
    padding: 0; }

  button.navbar-toggle {
    border: none;
    padding: 18px 11px; }

  .navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 3px;
    background: #00416a; }

  .navbar {
    padding-bottom: 0; }
    .navbar ul.navbar-nav {
      display: block;
      margin: 0; }
      .navbar ul.navbar-nav li {
        padding: 0; }
        .navbar ul.navbar-nav li a {
          padding: 10px 20px 10px 0 !important;
          line-height: 20px;
          display: block;
          font-size: 16px;
          border-bottom: 1px solid #eee; }
        .navbar ul.navbar-nav li.active a {
          border-color: #eee; }

  /*==============================*\
   *            #intro            *
  \*==============================*/
  .one {
    height: 420px; }
    .one .container {
      width: 100%;
      max-width: 660px; }
      .one .container .heroText {
        max-width: 315px;
        height: 430px; }
        .one .container .heroText .bigGreenText, .one .container .heroText .bigBlueText, .one .container .heroText .blueHeaderText, .one .container .heroText .bigBlueText, .one .container .heroText .blueHeaderText {
          font-size: 70px; }
        .one .container .heroText .htOne {
          margin: 75px 0 75px 25px; }
        .one .container .heroText .htTwo {
          height: 80px; }
          .one .container .heroText .htTwo .leftBlock {
            width: 100px; }
            .one .container .heroText .htTwo .leftBlock h2 {
              font-size: 20px;
              line-height: 35.17px;
              width: 100px;
              margin: -25px 0 0; }
        .one .container .heroText .yellowUnderline {
          width: 110px;
          height: 18px; }
        .one .container .heroText .htThree {
          padding-left: 26px;
          margin-top: 102px; }
        .one .container .heroText .mobileSub {
          display: none; }
      .one .container .heroImg .gwc-img-1 {
        left: -274px; }
      .one .container .heroImg .gwc-img-2 {
        top: 225px;
        left: -268px;
        width: 320px; }
      .one .container .heroImg .gwc-img-3 {
        width: 310px;
        top: 67px;
        right: -200px; }

  .two {
    padding-top: 166px; }

  .three .container {
    max-width: 480px; }
    .three .container .height-150 {
      height: 100px; }
    .three .container .blueHeaderText {
      margin: 35px 0 0 -28px;
      font-size: 52px;
      max-width: 310px;
      line-height: 1.1; }
    .three .container .yellowUnderline {
      margin: 13px 0 0 -28px; }
    .three .container .gwc-img-4 {
      top: -25px;
      right: -20px;
      width: 168px;
      height: 210px; }
    .three .container .red {
      padding: 0 40px 25px 40px;
      font-size: 18px;
      line-height: 1.5; }
    .three .container .letterSignature {
      max-width: 160px; }

  /*================================*\
   *            #mission            *
  \*================================*/
  .four {
    height: 310px; }

  .five {
    height: auto;
    padding-bottom: 120px; }
    .five .container .defaultText {
      max-width: 460px;
      margin: -84px auto;
      font-size: 22px;
      line-height: 1.5; }
    .five .container .height-130 {
      height: 60px; }
    .five .container .card-group {
      max-width: 460px; }
    .five .container .card {
      width: 100%;
      height: 180px;
      display: block; }
      .five .container .card .cwrap {
        z-index: 1;
        width: 100%;
        height: 180px;
        display: block; }
      .five .container .card h3 {
        padding-top: 25px;
        font-size: 28px;
        line-height: 1; }
      .five .container .card p {
        padding: 15px 55px 0; }
        .five .container .card p .block {
          display: inline; }
      .five .container .card:hover .cwrap {
        transform: none; }

  /*================================*\
   *            #programs            *
  \*================================*/
  .six .container {
    max-width: 475px; }
    .six .container .negativeHeader .blueHeaderText {
      margin: 35px 0 0 -20px;
      font-size: 52px;
      max-width: 310px;
      line-height: 1.1; }
    .six .container .negativeHeader .yellowUnderline {
      margin-left: -20px; }
    .six .container .negativeImage {
      right: -175px;
      top: -40px; }

  .seven .container {
    max-width: 480px; }
    .seven .container .topTag {
      margin-top: 60px; }
    .seven .container .boxedTitle {
      margin: 58px auto 40px; }
    .seven .container .diversityChart {
      margin-top: 42px; }

  .sevenE #projects {
    width: 460px;
    height: 280px;
    margin: 20px auto 0; }
    .sevenE #projects .carousel-inner {
      height: 280px; }
      .sevenE #projects .carousel-inner .item {
        height: 280px;
        max-width: 100%; }
    .sevenE #projects .slideImgLeft {
      float: left;
      width: 120px; }
      .sevenE #projects .slideImgLeft img {
        margin-left: 15px;
        box-shadow: -15px 15px 0 0 #6ecdb2; }
    .sevenE #projects .slideContentRight {
      float: right;
      width: 100%;
      margin-top: -150px; }
      .sevenE #projects .slideContentRight h2 {
        font-family: "Karla", sans-serif;
        font-weight: bold;
        font-size: 26px;
        line-height: 1;
        margin-top: 0;
        color: #00416a;
        padding-left: 155px; }
      .sevenE #projects .slideContentRight .program {
        color: #6ecdb2;
        font-size: 13px;
        padding-right: 60px;
        padding-left: 155px; }
      .sevenE #projects .slideContentRight .defaultText {
        font-size: 14px;
        text-align: left;
        line-height: 20px;
        margin-top: 0;
        padding-right: 10px;
        position: absolute;
        top: 180px; }
    .sevenE #projects .carousel-control.left {
      left: -56px;
      font-size: 28px; }
    .sevenE #projects .carousel-control.right {
      right: -56px;
      font-size: 28px; }

  /*================================*\
   *            #pipeline            *
  \*================================*/
  .eight .container .picContainer .gwc-img-6 {
    position: relative;
    left: -15px;
    top: -2px;
    width: 100%;
    opacity: .6;
    height: 192px;
    background-image: url("../img/GWC_5.jpg");
    background-size: 100% auto;
    background-position: center top; }
  .eight .container .picContainer .gwc-img-7 {
    display: none; }
  .eight .container .topTag {
    margin-top: -79px; }
  .eight .container .subTag {
    max-width: 440px;
    margin: 60px 0 0 40px; }

  .nine .container {
    max-width: 480px; }
    .nine .container .height-70 {
      height: 45px; }
    .nine .container .alumniNumbers h1 {
      font-size: 60px; }
    .nine .container .height-40 {
      height: 20px; }
    .nine .container .gradDot {
      height: 25px;
      width: 25px;
      border: 6px solid white;
      margin: 0; }
      .nine .container .gradDot:hover {
        border: 6px solid white; }
    .nine .container .legend p {
      font-size: 14px; }
      .nine .container .legend p .gradDot {
        margin: -6px 8px; }
        .nine .container .legend p .gradDot.outline-bg {
          width: 14px;
          height: 14px;
          margin: 0px 8px 0 15px; }
    .nine .container .height-140 {
      height: 100px; }
      .nine .container .height-140 h2 {
        font-size: 28px; }

  .ten .container {
    max-width: 480px; }
    .ten .container .picContainer {
      display: none; }
    .ten .container .height-75 {
      height: 25px; }
    .ten .container .schools {
      display: none; }
    .ten .container .schoolsMobile {
      display: block; }
      .ten .container .schoolsMobile ul {
        padding: 0;
        margin: 0; }
        .ten .container .schoolsMobile ul li {
          list-style: none;
          background: white;
          margin: 10px 0;
          font-family: "Karla", sans-serif;
          font-size: 18px;
          color: #00416a;
          font-weight: 600;
          width: 100%;
          height: 50px; }
          .ten .container .schoolsMobile ul li > span {
            display: block;
            float: left;
            height: 50px;
            line-height: 1.2; }
            .ten .container .schoolsMobile ul li > span.rank {
              font-family: "Work Sans", sans-serif;
              width: 52px;
              text-align: center;
              padding-top: 16px;
              font-size: 15px;
              color: #fb3449; }
            .ten .container .schoolsMobile ul li > span.name {
              width: 323px;
              font-size: 16px;
              padding: 16px 14px 16px 2px;
              line-height: 1.1; }
            .ten .container .schoolsMobile ul li > span.gradNumber {
              font-family: "Work Sans", sans-serif;
              width: 75px;
              text-align: center;
              padding: 6px;
              background: #6ecdb2;
              color: white; }
              .ten .container .schoolsMobile ul li > span.gradNumber > span {
                font-size: 12px;
                color: #00416a;
                display: block;
                float: none;
                padding: 0; }

  .eleven .container .topBlock {
    background: none;
    height: auto; }
    .eleven .container .topBlock .leftSide {
      left: auto;
      max-width: 450px;
      float: none;
      margin: auto; }
  .eleven .container .bottomBlock {
    background-size: 100% auto;
    background-position: center -90px;
    margin-top: 40px;
    height: 255px; }
    .eleven .container .bottomBlock .rightSide {
      float: none;
      max-width: 480px;
      padding: 230px 0;
      margin: auto; }

  .twelve {
    padding-bottom: 38px; }
    .twelve .height-80 {
      height: 40px; }
    .twelve #alumniStories {
      width: 460px;
      height: 250px;
      margin: 20px auto 0; }
      .twelve #alumniStories .carousel-inner {
        height: 250px; }
        .twelve #alumniStories .carousel-inner .item {
          height: 250px;
          max-width: 100%; }
      .twelve #alumniStories .slideImgLeft {
        float: left;
        width: 120px; }
        .twelve #alumniStories .slideImgLeft img {
          margin-left: 15px;
          box-shadow: -15px 15px 0 0 #6ecdb2; }
      .twelve #alumniStories .slideContentRight {
        float: right;
        width: 100%;
        margin-top: -150px; }
        .twelve #alumniStories .slideContentRight h2 {
          font-family: "Karla", sans-serif;
          font-weight: bold;
          font-size: 26px;
          line-height: 1;
          margin-top: 0;
          color: #00416a;
          padding-left: 155px; }
        .twelve #alumniStories .slideContentRight .program {
          color: #6ecdb2;
          font-size: 13px;
          padding-right: 60px;
          padding-left: 155px; }
        .twelve #alumniStories .slideContentRight .tiltTag {
          display: none; }
        .twelve #alumniStories .slideContentRight .defaultText {
          font-size: 14px;
          text-align: left;
          line-height: 20px;
          margin-top: 0;
          padding-right: 10px;
          position: absolute;
          top: 190px; }
      .twelve #alumniStories .carousel-control.left {
        left: -56px;
        font-size: 28px; }
      .twelve #alumniStories .carousel-control.right {
        right: -56px;
        font-size: 28px; }

  .thirteen {
    margin-top: 260px; }
    .thirteen .container {
      max-width: 480px; }
      .thirteen .container .negativeHeader {
        margin-top: -205px; }
      .thirteen .container .pledgeLink a {
        font-size: 20px;
        padding: 20px;
        line-height: 1.5; }
      .thirteen .container img.pledgeImg {
        display: none; }

  .fourteen .container {
    max-width: 480px; }
    .fourteen .container #partnerStories {
      width: 440px;
      height: 250px;
      margin: 20px auto 0; }
      .fourteen .container #partnerStories .carousel-inner {
        height: 250px;
        width: 440px; }
        .fourteen .container #partnerStories .carousel-inner .item {
          height: 250px;
          max-width: 100%; }
          .fourteen .container #partnerStories .carousel-inner .item .partnerStory .defaultText {
            font-size: 16px;
            line-height: 1.3; }
      .fourteen .container #partnerStories .carousel-control.left {
        left: -56px;
        font-size: 28px; }
      .fourteen .container #partnerStories .carousel-control.right {
        right: -56px;
        font-size: 28px; }

  /*================================*\
   *            #partners           *
  \*================================*/
  .fifteen .container {
    max-width: 440px; }
    .fifteen .container .negativeHeader {
      margin: -24px 0 0 -44px; }
      .fifteen .container .negativeHeader .yellowUnderline {
        margin: 15px 0 50px;
        height: 16px;
        width: 160px; }
    .fifteen .container .partnerContent {
      padding: 0 25px; }
      .fifteen .container .partnerContent h2.partnerCategory {
        font-size: 15px;
        line-height: 15px; }
      .fifteen .container .partnerContent .partnerName {
        line-height: 1.65;
        font-size: 13px; }
      .fifteen .container .partnerContent .leftList {
        padding-right: 10px; }
      .fifteen .container .partnerContent .asterik {
        font-size: 13px;
        top: -50px; }

  /*================================*\
   *            #financials         *
  \*================================*/
  .sixteen .container {
    max-width: 480px; }
    .sixteen .container .negativeHeader {
      margin: 2px auto;
      left: -6px;
      position: relative; }
    .sixteen .container .ecLegend p {
      font-size: 14px; }
      .sixteen .container .ecLegend p strong {
        margin: 0 0 0 4px;
        padding: 0 0 0 10px; }
      .sixteen .container .ecLegend p .inline-dot {
        width: 15px;
        height: 15px;
        margin-right: 2px;
        top: 2.5px; }
    .sixteen .container .height-130 {
      height: 90px; }

  .seventeen {
    height: 170px; }
    .seventeen .container.boxedTitle h2 {
      position: relative;
      top: -55px;
      padding: 15px 90px; }

  .eighteen .container .goesTo {
    max-width: 480px; }
    .eighteen .container .goesTo .gtBox {
      width: 155px;
      height: 210px;
      padding-left: 33px; }
      .eighteen .container .goesTo .gtBox .smallUnderline {
        height: 12px; }
      .eighteen .container .goesTo .gtBox h1 {
        font-size: 72px;
        margin-bottom: 0; }
      .eighteen .container .goesTo .gtBox h2 {
        font-size: 22px; }

  .twenty .container .topTag h2 {
    margin: 40px 0; }
  .twenty .container .panel-group {
    border-bottom: 1px solid #00416a; }
    .twenty .container .panel-group .panel .panel-heading {
      border-top: 1px solid #00416a;
      border-left: 1px solid #00416a;
      border-right: 1px solid #00416a; }

  .twentyone .container {
    max-width: 460px;
    padding-top: 200px; }
    .twentyone .container .topBlock .negativeHeader {
      margin: 55px 0 0px -24px; }
      .twentyone .container .topBlock .negativeHeader .yellowUnderline {
        width: 142px;
        height: 18px;
        margin-top: 20px; }
    .twentyone .container .topBlock .negativeImage {
      top: -25px;
      right: -36px;
      max-width: 235px; }
      .twentyone .container .topBlock .negativeImage .overGrid {
        display: none; }
    .twentyone .container .vContent {
      padding: 0 30px; }
      .twentyone .container .vContent .defaultText {
        font-size: 20px;
        line-height: 1.5; }

  .twentytwo .container {
    max-width: 520px; }
    .twentytwo .container .negativeImage .overGrid {
      display: none; } }
@media only screen and (max-width: 539px) {
  /*===========================================*\
   *            Reusable Treatments            *
  \*===========================================*/
  .blueHeaderText {
    font-size: 50px;
    line-height: 45px; }

  .smallUnderline {
    width: 60px;
    height: 5px; }

  .boxedTitle h2.width-750 {
    width: 100%;
    max-width: 410px; }

  /*====================================*\
   *            Sliders            *
  \*====================================*/
  .carousel {
    max-width: 400px; }

  .carousel-inner {
    width: 400px;
    height: 250px; }
    .carousel-inner .item {
      width: 400px;
      height: 250px; }

  .carousel-indicators {
    bottom: -44px;
    margin-bottom: 0; }
    .carousel-indicators li {
      border: 1px solid #fb3449;
      width: 8px;
      height: 8px;
      border-radius: 8px; }
      .carousel-indicators li.active {
        background-color: #fb3449;
        margin: 1px;
        width: 8px;
        height: 8px; }

  .carousel-control.left {
    left: -56px;
    font-size: 28px; }

  .carousel-control.right {
    right: -56px;
    font-size: 28px; }

  /*==============================*\
   *            #intro            *
  \*==============================*/
  .one {
    height: 550px; }
    .one .container {
      width: 100%; }
      .one .container .heroImg .gwc-img-1 {
        display: none; }
      .one .container .heroImg .gwc-img-2 {
        display: none; }
      .one .container .heroImg .gwc-img-3 {
        width: 100%;
        top: 0;
        right: 0;
        height: 210px;
        background-position: center top; }
        .one .container .heroImg .gwc-img-3 img {
          display: none; }
      .one .container .heroText {
        max-width: 315px;
        top: 255px; }
        .one .container .heroText .bigGreenText, .one .container .heroText .bigBlueText, .one .container .heroText .blueHeaderText, .one .container .heroText .bigBlueText, .one .container .heroText .blueHeaderText {
          font-size: 70px; }
        .one .container .heroText .htOne {
          margin: 0; }
        .one .container .heroText .htTwo {
          margin: 40px 0 0 90px;
          height: auto; }
          .one .container .heroText .htTwo .leftBlock {
            display: none; }
          .one .container .heroText .htTwo .rightBlock {
            float: none; }
        .one .container .heroText .htThree {
          margin-top: 45px; }
          .one .container .heroText .htThree .bigBlueText {
            color: #6ecdb2; }
        .one .container .heroText .yellowUnderline {
          width: 110px;
          height: 18px; }
        .one .container .heroText .mobileSub {
          position: relative;
          z-index: 3;
          display: block; }
          .one .container .heroText .mobileSub h2 {
            font-family: "Karla", sans-serif;
            font-weight: bold;
            text-align: center;
            text-transform: uppercase;
            color: #fb3449;
            font-size: 24px;
            margin: 25px 0; }

  .three .container {
    max-width: 420px; }
    .three .container .blueHeaderText {
      font-size: 42px;
      line-height: 1.1; }
    .three .container .yellowUnderline {
      height: 13px;
      width: 100px;
      margin: 8px 0 0 -28px; }

  /*================================*\
   *            #mission            *
  \*================================*/
  .four {
    height: 275px; }

  .five {
    height: auto;
    padding-bottom: 120px; }
    .five .container {
      max-width: 460px; }
      .five .container .defaultText {
        max-width: 450px;
        margin: -69px auto;
        font-size: 18px;
        line-height: 1.5; }
      .five .container .card h3 {
        font-size: 24px; }
      .five .container .card p {
        padding: 5px 55px 0;
        font-size: 16px; }

  /*================================*\
   *            #programs            *
  \*================================*/
  .six .container {
    max-width: 450px; }
    .six .container .negativeHeader {
      margin-bottom: 60px; }
      .six .container .negativeHeader .blueHeaderText {
        margin: 35px 0 0 -20px;
        font-size: 52px;
        max-width: 310px;
        line-height: 1.1; }
      .six .container .negativeHeader .yellowUnderline {
        margin-left: -20px; }
    .six .container .negativeImage {
      right: -215px;
      top: -30px; }

  .seven .container {
    max-width: 420px; }
    .seven .container .topTag h2 {
      font-size: 24px; }
    .seven .container .topTag ul li {
      font-size: 16px;
      line-height: 22px; }
      .seven .container .topTag ul li:before {
        width: 15px; }
    .seven .container .boxedTitle {
      margin: 28px auto 5px; }
      .seven .container .boxedTitle h2 {
        padding: 15px 50px; }

  .sevenE {
    margin-bottom: 275px; }

  /*================================*\
   *            #pipeline            *
  \*================================*/
  .eight {
    padding-bottom: 40px; }
    .eight .container .topTag {
      margin-top: -70px; }
      .eight .container .topTag .yellowUnderline {
        width: 160px;
        height: 18px;
        margin: 20px auto; }
    .eight .container .subTag .defaultText {
      font-size: 22px;
      line-height: 1.5; }

  .nine .container {
    max-width: 420px; }
    .nine .container .alumniNumbers h1 {
      font-size: 50px; }
    .nine .container .gradDot {
      height: 25px;
      width: 25px;
      border: 6px solid white;
      margin: 0; }
      .nine .container .gradDot:hover {
        border: 6px solid white; }
    .nine .container .legend {
      width: 106%;
      left: -6%;
      position: relative; }
      .nine .container .legend p {
        font-size: 13px; }
        .nine .container .legend p .gradDot {
          margin: -6px 6px; }
    .nine .container .height-140 {
      height: 80px; }
      .nine .container .height-140 h2 {
        font-size: 22px; }

  .ten .container {
    max-width: 460px; }
    .ten .container .height-70 {
      height: 50px; }
    .ten .container .topTag .defaultText {
      font-size: 22px;
      line-height: 1.5;
      margin: 20px 0 0 0px; }
      .ten .container .topTag .defaultText .block {
        display: inline; }
    .ten .container .height-60 {
      height: 40px; }
    .ten .container .height-75 {
      height: 20px; }
    .ten .container .schoolsMobile ul li > span.rank {
      width: 42px; }
    .ten .container .schoolsMobile ul li > span.name {
      width: 323px; }
    .ten .container .schoolsMobile ul li > span.gradNumber {
      width: 65px; }
      .ten .container .schoolsMobile ul li > span.gradNumber > span {
        font-size: 12px; }
    .ten .container .schoolsMobile ul li > span .mobileBlock {
      display: none;
      height: 0; }

  .eleven .container {
    max-width: 100%; }
    .eleven .container .topBlock {
      max-width: 410px;
      margin: -80px auto 0; }
    .eleven .container .bottomBlock {
      height: 205px;
      background: none; }
      .eleven .container .bottomBlock .mobileImgTop {
        display: block;
        width: 100%;
        height: 200px;
        background: url("../img/GWC_9.jpg") no-repeat center center;
        background-size: cover; }
      .eleven .container .bottomBlock .rightSide {
        float: none;
        max-width: 410px;
        padding: 0;
        margin: auto; }
        .eleven .container .bottomBlock .rightSide .height-35 {
          height: 20px; }

  .thirteen {
    margin-top: 212px; }
    .thirteen .container {
      max-width: 410px; }
      .thirteen .container .blueHeaderText {
        font-size: 54px; }
      .thirteen .container .negativeHeader {
        margin-top: -168px; }
      .thirteen .container .pledgeLink a {
        font-size: 16px; }

  .fourteen .container #partnerStories .carousel-inner .item .partnerStory .defaultText {
    font-size: 15px;
    line-height: 1.3; }

  /*================================*\
   *            #partners           *
  \*================================*/
  .fifteen .container {
    max-width: 400px; }
    .fifteen .container .negativeHeader {
      margin: 6px 0 0 -39px; }
    .fifteen .container .partnerContent {
      padding: 0px 2px 0 15px; }

  /*================================*\
   *            #financials         *
  \*================================*/
  .sixteen .container {
    max-width: 450px; }
    .sixteen .container .negativeHeader .yellowUnderline {
      height: 15px;
      margin: 18px auto 40px;
      width: 130px; }
    .sixteen .container .topTag h2 {
      font-size: 24px;
      margin: 18px 0 30px; }
    .sixteen .container .ecLegend p {
      font-size: 14px; }
      .sixteen .container .ecLegend p strong {
        margin: 0 0 0 4px;
        padding: 0 0 0 10px; }
      .sixteen .container .ecLegend p .inline-dot {
        width: 15px;
        height: 15px;
        margin-right: 2px;
        top: 2.5px; }
    .sixteen .container .height-130 {
      height: 90px; }

  .seventeen {
    height: 120px; }
    .seventeen .container {
      max-width: 450px; }
      .seventeen .container.boxedTitle h2 {
        padding: 15px 50px; }

  .eighteen {
    margin-bottom: -20px; }
    .eighteen .container {
      top: -55px; }
      .eighteen .container .goesTo {
        max-width: 480px; }
        .eighteen .container .goesTo .gtBox {
          width: 150px;
          height: 145px;
          padding-left: 35px; }
          .eighteen .container .goesTo .gtBox .smallUnderline {
            height: 10px;
            width: 65px; }
          .eighteen .container .goesTo .gtBox h1 {
            font-size: 54px;
            margin-bottom: 0;
            line-height: 60px;
            margin-top: 15px; }
          .eighteen .container .goesTo .gtBox h2 {
            font-size: 18px; }

  .nineteen .container, .twenty .container {
    max-width: 450px; }
    .nineteen .container .topTag h2, .twenty .container .topTag h2 {
      font-size: 22px;
      margin: 18px auto 25px; }

  .twenty .container {
    max-width: 450px; }
    .twenty .container .topTag h2 {
      font-size: 22px;
      margin: 18px auto 25px; }
    .twenty .container .panel-group .panel .panel-heading h4 {
      font-size: 16px; }
      .twenty .container .panel-group .panel .panel-heading h4 a .icon {
        font-size: 20px;
        position: relative;
        top: 2px; }

  .twentyone .container {
    max-width: 380px;
    padding-top: 180px; }
    .twentyone .container .topBlock .negativeHeader {
      margin: 55px 0 0px -19px; }
      .twentyone .container .topBlock .negativeHeader .yellowUnderline {
        width: 82px;
        height: 12px;
        margin-top: 10px; }
    .twentyone .container .topBlock .blueHeaderText {
      font-size: 42px;
      line-height: 1; }
    .twentyone .container .topBlock .negativeImage {
      top: -25px;
      right: -36px;
      max-width: 225px; }
    .twentyone .container .vContent .defaultText {
      font-size: 16px; }
    .twentyone .container .vContent .vDownload {
      margin: 40px auto 180px; }
      .twentyone .container .vContent .vDownload .textLink {
        font-size: 22px;
        margin: auto;
        padding: 15px 0 10px; }
      .twentyone .container .vContent .vDownload .imgLink {
        width: 30px; }

  .twentytwo .container {
    max-width: 430px; } }
@media only screen and (max-width: 479px) {
  /*================================*\
   *            Reusable            *
  \*================================*/
  .blueHeaderText {
    font-size: 38px;
    line-height: 42px; }

  .boxedTitle h2 {
    font-size: 20px; }

  /*====================================*\
   *            Sliders            *
  \*====================================*/
  .carousel {
    max-width: 260px; }

  .carousel-inner {
    width: 260px;
    height: 250px; }
    .carousel-inner .item {
      width: 260px;
      height: 250px; }

  .carousel-indicators {
    bottom: -44px;
    margin-bottom: 0; }
    .carousel-indicators li {
      border: 1px solid #fb3449;
      width: 8px;
      height: 8px;
      border-radius: 8px; }
      .carousel-indicators li.active {
        background-color: #fb3449;
        margin: 1px;
        width: 8px;
        height: 8px; }

  .carousel-control.left {
    left: -38px;
    font-size: 22px; }

  .carousel-control.right {
    right: -38px;
    font-size: 28px; }

  /*=============================*\
   *            Intro            *
  \*=============================*/
  .one {
    height: 461px; }
    .one .container {
      width: 100%; }
      .one .container .heroImg .gwc-img-3 {
        height: 174px; }
      .one .container .heroText {
        max-width: 242px;
        top: 220px; }
        .one .container .heroText .bigGreenText, .one .container .heroText .bigBlueText, .one .container .heroText .blueHeaderText, .one .container .heroText .bigBlueText, .one .container .heroText .blueHeaderText {
          font-size: 56px; }
        .one .container .heroText .yellowUnderline {
          width: 80px;
          height: 12px; }
        .one .container .heroText .mobileSub h2 {
          font-size: 18px;
          margin: 20px 0; }

  .two {
    padding-top: 126px;
    height: 198px; }
    .two img {
      max-width: 40px; }

  .three .container {
    max-width: 300px; }
    .three .container .blueHeaderText {
      font-size: 24px;
      line-height: 1;
      margin: 20px 0 0 115px;
      width: 140px; }
    .three .container .gwc-img {
      left: -12px;
      width: 110px;
      height: 130px; }
    .three .container .yellowUnderline {
      height: 10px;
      width: 60px;
      margin: 8px 0 0 115px; }
    .three .container .height-60 {
      height: 40px; }
    .three .container .red {
      padding: 0 25px 18px 25px;
      font-size: 14px;
      line-height: 1.5; }
    .three .container .letterSignature {
      max-width: 80px;
      margin-bottom: 40px; }

  /*================================*\
   *            #mission            *
  \*================================*/
  .four {
    height: 225px; }
    .four .height-80 {
      height: 60px; }
    .four .yellowUnderline {
      width: 110px;
      height: 15px;
      margin: 10px auto 0 auto; }

  .five {
    height: auto;
    padding-bottom: 120px; }
    .five .container {
      max-width: 300px; }
      .five .container .defaultText {
        max-width: 300px;
        margin: -61px auto;
        font-size: 16px;
        line-height: 1.5; }
      .five .container .height-130 {
        height: 30px; }
      .five .container .card {
        height: 145px; }
        .five .container .card .cwrap {
          height: 145px; }
        .five .container .card h3 {
          font-size: 22px; }
        .five .container .card p {
          padding: 5px 15px 0;
          font-size: 13px;
          line-height: 1.5; }

  /*================================*\
   *            #programs            *
  \*================================*/
  .six .container {
    max-width: 300px; }
    .six .container .height-75 {
      height: 30px; }
    .six .container .negativeHeader {
      margin-bottom: 60px; }
      .six .container .negativeHeader .blueHeaderText {
        margin: 0 0 0 -10px;
        font-size: 32px;
        max-width: 160px;
        line-height: 1.1; }
      .six .container .negativeHeader .yellowUnderline {
        margin: 8px 0 0 -10px;
        width: 60px;
        height: 10px; }
    .six .container .negativeImage {
      right: -85px;
      top: -30px;
      width: 200px;
      height: 140px; }

  .seven .container {
    max-width: 280px; }
    .seven .container .topTag {
      margin-top: 40px; }
      .seven .container .topTag .smallUnderline {
        width: 50px; }
      .seven .container .topTag h2 {
        font-size: 20px;
        line-height: 1.3; }
      .seven .container .topTag ul li {
        font-size: 14px;
        line-height: 20px;
        padding-left: 20px; }
        .seven .container .topTag ul li:before {
          width: 10px; }
    .seven .container .boxedTitle {
      margin: 25px auto 5px; }
      .seven .container .boxedTitle h2 {
        padding: 10px 40px;
        line-height: 1.4;
        font-size: 20px; }

  .sevenC .marketChart .location {
    width: 12px;
    height: 12px; }
    .sevenC .marketChart .location p {
      font-size: 12px; }

  .sevenE .container .boxedTitle h2 {
    padding: 10px 30px; }
  .sevenE #projects {
    width: 260px;
    height: 240px;
    margin: 20px auto 0; }
    .sevenE #projects .carousel-inner {
      height: 240px; }
      .sevenE #projects .carousel-inner .item {
        height: 240px;
        max-width: 100%; }
    .sevenE #projects .slideImgLeft {
      float: left;
      width: 80px; }
      .sevenE #projects .slideImgLeft img {
        margin-left: 5px;
        box-shadow: -15px 5px 0 0 #6ecdb2; }
    .sevenE #projects .slideContentRight {
      float: right;
      width: 100%;
      margin-top: -102px; }
      .sevenE #projects .slideContentRight h2 {
        font-family: "Karla", sans-serif;
        font-weight: bold;
        font-size: 20px;
        line-height: 1;
        margin-top: 0;
        color: #00416a;
        padding-left: 95px; }
      .sevenE #projects .slideContentRight .program {
        color: #6ecdb2;
        font-size: 10px;
        padding-right: 0;
        padding-left: 95px; }
      .sevenE #projects .slideContentRight .defaultText {
        font-size: 12px;
        text-align: left;
        line-height: 17px;
        margin-top: 0;
        padding-right: 5px;
        position: absolute;
        top: 120px; }
    .sevenE #projects .carousel-control.left {
      left: -38px;
      font-size: 22px; }
    .sevenE #projects .carousel-control.right {
      right: -38px;
      font-size: 22px; }

  /*================================*\
   *            #pipeline            *
  \*================================*/
  .eight .container .topTag {
    margin-top: -66px; }
    .eight .container .topTag .yellowUnderline {
      width: 120px;
      height: 14px;
      margin: 15px auto; }
  .eight .container .subTag .smallUnderline {
    margin: 0 0 20px 0;
    width: 50px; }
  .eight .container .subTag .defaultText {
    font-size: 20px; }

  .nine .container {
    max-width: 300px; }
    .nine .container .alumniNumbers h1 {
      font-size: 40px; }
    .nine .container .gradDot {
      height: 20px;
      width: 20px;
      border: 4px solid white;
      margin: 0; }
      .nine .container .gradDot:hover {
        border: 4px solid white; }
    .nine .container .legend p {
      width: 100%; }
      .nine .container .legend p .gradDot.outline-bg {
        margin: 0px 6px 0 10px; }
    .nine .container .height-30 {
      height: 0; }
    .nine .container .height-140 {
      height: 100px; }
      .nine .container .height-140 h2 {
        font-size: 22px;
        line-height: 1.2; }

  .ten .container {
    max-width: 300px; }
    .ten .container .height-70 {
      height: 40px; }
    .ten .container .topTag .smallUnderline {
      width: 50px; }
    .ten .container .topTag .defaultText {
      font-size: 20px;
      line-height: 1.4;
      margin: 15px 0 0 0px; }
    .ten .container h2.uppercase.red {
      font-size: 24px; }
    .ten .container .height-60 {
      height: 40px; }
    .ten .container .height-75 {
      height: 20px; }
    .ten .container .schoolsMobile ul li > span.rank {
      width: 35px;
      font-size: 12px;
      padding-top: 18px; }
    .ten .container .schoolsMobile ul li > span.name {
      width: 185px;
      font-size: 14px;
      padding-top: 10px; }
    .ten .container .schoolsMobile ul li > span.gradNumber {
      width: 50px;
      font-size: 15px;
      padding: 10px 6px; }
      .ten .container .schoolsMobile ul li > span.gradNumber > span {
        font-size: 10px; }
    .ten .container .schoolsMobile ul li > span .mobileBlock {
      display: block;
      height: 1px; }
    .ten .container .schoolsMobile ul li.berkley > span.name {
      padding-top: 17px; }

  .eleven .container .topBlock {
    max-width: 280px; }
    .eleven .container .topBlock .leftSide h1 {
      font-size: 70px;
      margin: 42px 0 0; }
    .eleven .container .topBlock .leftSide .defaultText {
      font-size: 16px; }
    .eleven .container .topBlock .leftSide .smallUnderline {
      margin-top: 20px;
      width: 50px; }
  .eleven .container .bottomBlock .rightSide {
    padding: 0;
    max-width: 280px; }
    .eleven .container .bottomBlock .rightSide h1 {
      font-size: 70px;
      margin: 0; }
    .eleven .container .bottomBlock .rightSide .height-35 {
      height: 20px; }
    .eleven .container .bottomBlock .rightSide .defaultText {
      font-size: 16px; }
    .eleven .container .bottomBlock .rightSide .smallUnderline {
      margin-top: 20px;
      width: 50px; }

  .twelve {
    padding-bottom: 38px; }
    .twelve .height-80 {
      height: 30px; }
    .twelve #alumniStories {
      width: 260px;
      height: 200px;
      margin: 20px auto 0; }
      .twelve #alumniStories .carousel-inner {
        height: 200px; }
        .twelve #alumniStories .carousel-inner .item {
          height: 200px;
          max-width: 100%; }
      .twelve #alumniStories .slideImgLeft {
        float: left;
        width: 80px; }
        .twelve #alumniStories .slideImgLeft img {
          margin-left: 5px;
          box-shadow: -15px 5px 0 0 #6ecdb2; }
      .twelve #alumniStories .slideContentRight {
        float: right;
        width: 100%;
        margin-top: -102px; }
        .twelve #alumniStories .slideContentRight h2 {
          font-family: "Karla", sans-serif;
          font-weight: bold;
          font-size: 20px;
          line-height: 1;
          margin-top: 0;
          color: #00416a;
          padding-left: 95px; }
        .twelve #alumniStories .slideContentRight .program {
          color: #6ecdb2;
          font-size: 10px;
          padding-right: 0;
          padding-left: 95px; }
        .twelve #alumniStories .slideContentRight .defaultText {
          font-size: 12px;
          text-align: left;
          line-height: 20px;
          margin-top: 0;
          padding-right: 5px;
          position: absolute;
          top: 140px; }
      .twelve #alumniStories .carousel-control.left {
        left: -38px;
        font-size: 22px; }
      .twelve #alumniStories .carousel-control.right {
        right: -38px;
        font-size: 22px; }

  .thirteen {
    margin-top: 162px; }
    .thirteen .container {
      max-width: 280px; }
      .thirteen .container .blueHeaderText {
        font-size: 36px;
        letter-spacing: 1px; }
      .thirteen .container .negativeHeader {
        margin-top: -120px; }
      .thirteen .container .pledgeLink a {
        font-size: 14px; }

  .fourteen .container .boxedTitle {
    max-width: 260px; }
  .fourteen .container #partnerStories {
    width: 260px;
    height: 262px;
    margin: 20px auto 0; }
    .fourteen .container #partnerStories .carousel-inner {
      height: 280px;
      width: 260px; }
      .fourteen .container #partnerStories .carousel-inner .item {
        height: 280px;
        max-width: 100%; }
        .fourteen .container #partnerStories .carousel-inner .item .partnerStory .defaultText {
          font-size: 14px;
          line-height: 1.3; }
        .fourteen .container #partnerStories .carousel-inner .item .partnerStory h2 {
          font-size: 20px;
          line-height: 1.2;
          margin-bottom: 0; }
        .fourteen .container #partnerStories .carousel-inner .item .partnerStory .sub {
          font-size: 12px; }
    .fourteen .container #partnerStories .carousel-control.left {
      left: -38px;
      font-size: 22px; }
    .fourteen .container #partnerStories .carousel-control.right {
      right: -38px;
      font-size: 22px; }

  /*================================*\
   *            #partners           *
  \*================================*/
  .fifteen {
    padding: 45px 0 80px; }
    .fifteen .container {
      max-width: 280px; }
      .fifteen .container .negativeHeader {
        margin: 50px 0 0 -28px; }
        .fifteen .container .negativeHeader .blueHeaderText {
          font-size: 34px; }
        .fifteen .container .negativeHeader .yellowUnderline {
          margin: 5px 0 30px;
          height: 12px;
          width: 75px; }
      .fifteen .container .partnerContent {
        padding: 0px 2px 0 10px; }
        .fifteen .container .partnerContent h2.partnerCategory {
          font-size: 14px;
          line-height: 15px;
          margin: 18px 0; }
        .fifteen .container .partnerContent .partnerName {
          line-height: 1.65;
          font-size: 12px; }
        .fifteen .container .partnerContent .partnerSubCat p {
          font-size: 12px; }
        .fifteen .container .partnerContent .asterik {
          font-size: 12px;
          top: -30px; }
      .fifteen .container .height-100 {
        height: 50px; }

  /*================================*\
   *            #financials         *
  \*================================*/
  .sixteen .container {
    max-width: 280px; }
    .sixteen .container .negativeHeader {
      margin: 6px auto; }
      .sixteen .container .negativeHeader .yellowUnderline {
        height: 12px;
        margin: 14px auto 40px;
        width: 80px; }
    .sixteen .container .topTag .smallUnderline {
      width: 50px; }
    .sixteen .container .topTag h2 {
      font-size: 18px;
      margin: 15px 0 30px;
      line-height: 1.2; }
    .sixteen .container .expenseChart {
      height: 30px; }
      .sixteen .container .expenseChart .ecPrograms, .sixteen .container .expenseChart .ecOperations, .sixteen .container .expenseChart .ecDevelopment {
        height: 30px; }
    .sixteen .container .ecLegend {
      margin-top: 20px; }
      .sixteen .container .ecLegend p {
        width: 100%;
        text-align: left; }
        .sixteen .container .ecLegend p strong {
          margin: 0 0 0 4px;
          padding: 0 0 0 10px; }
        .sixteen .container .ecLegend p .inline-dot {
          width: 12px;
          height: 12px;
          margin-right: 5px;
          top: 1.5px; }
    .sixteen .container .height-130 {
      height: 80px; }

  .seventeen {
    height: 40px; }
    .seventeen .container {
      max-width: 450px; }
      .seventeen .container.boxedTitle h2 {
        padding: 15px 20px;
        font-size: 18px;
        top: -52px; }

  .eighteen {
    background: #ede813;
    margin-bottom: 40px; }
    .eighteen .container {
      top: 0; }
      .eighteen .container .goesTo .gtBox {
        float: left;
        padding-left: 0;
        margin: 30px 0px 30px 20px;
        width: 75px;
        height: 130px; }
        .eighteen .container .goesTo .gtBox .smallUnderline {
          height: 8px;
          width: 50px; }
        .eighteen .container .goesTo .gtBox h1 {
          font-size: 40px; }
        .eighteen .container .goesTo .gtBox h2 {
          font-size: 12px; }

  .nineteen .container .negativeHeader, .twenty .container .negativeHeader {
    margin: 6px auto; }
    .nineteen .container .negativeHeader .yellowUnderline, .twenty .container .negativeHeader .yellowUnderline {
      height: 12px;
      margin: 14px auto 40px;
      width: 80px; }
  .nineteen .container .topTag .smallUnderline, .twenty .container .topTag .smallUnderline {
    width: 50px; }
  .nineteen .container .topTag h2, .twenty .container .topTag h2 {
    font-size: 18px;
    margin: 15px 0 30px;
    line-height: 1.2; }
  .nineteen .container .topTag .block, .twenty .container .topTag .block {
    display: inline; }

  .twenty {
    margin-top: 45px;
    margin-bottom: 45px; }
    .twenty .container .panel-group .panel .panel-heading h4 {
      font-size: 12px; }
      .twenty .container .panel-group .panel .panel-heading h4 a .icon {
        font-size: 16px;
        top: 3px; }

  .twentyone {
    padding: 70px 0 0; }
    .twentyone .container {
      max-width: 280px;
      padding-top: 120px; }
      .twentyone .container .topBlock .negativeHeader {
        margin: 45px 0 0px -11px; }
        .twentyone .container .topBlock .negativeHeader .yellowUnderline {
          width: 78px;
          height: 10px; }
      .twentyone .container .topBlock .blueHeaderText {
        font-size: 34px;
        position: relative;
        z-index: 3; }
      .twentyone .container .topBlock .negativeImage {
        top: -15px;
        max-width: 165px; }
      .twentyone .container .vContent {
        padding: 0 15px; }
        .twentyone .container .vContent .defaultText {
          font-size: 14px; }
        .twentyone .container .vContent .vDownload {
          margin: 40px auto 180px; }
          .twentyone .container .vContent .vDownload .smallUnderline {
            width: 70px;
            height: 8px; }
          .twentyone .container .vContent .vDownload .textLink {
            margin: auto;
            padding: 15px 0 10px; }
          .twentyone .container .vContent .vDownload .imgLink {
            width: 20px; } }

/*# sourceMappingURL=main.css.map */
