  @charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  height: auto;
  max-width: 100%;
}

img[src$=".svg"] {
  width: 100%;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: 1px dashed #a7cfed !important;
}

h4:focus {
  outline: 1px dashed #a7cfed !important;
}

input[type=text], input[type=email], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*==============================================================*/
/*==============================================================*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@keyframes fadeDown {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.wrap900 {
  max-width: 900px;
  width: 94%;
  margin: 0 auto;
}

.wrap1100 {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
}

.wrap1200 {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}

.wrap1400 {
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
}

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

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid.flex-end {
  justify-content: flex-end;
}
.grid.flex-start {
  justify-content: flex-start;
}
.grid.flex-center {
  justify-content: center;
}

body, html {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  background: white;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 808px) {
  body, html {
    font-size: 18px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
  letter-spacing: -1.25px;
}

#main {
  clear: both;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 25px;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 15px;
}
@media (min-width: 995px) {
  .wrapper {
    padding: 0px 50px;
  }
}

.small-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 15px;
}
@media (min-width: 995px) {
  .small-wrapper {
    padding: 0px 50px;
  }
}

.intro-text {
  color: #225496;
  font-size: 18px;
  line-height: 1.7;
  max-width: 1100px;
  margin: 30px auto !important;
  text-align: center;
}
@media (min-width: 995px) {
  .intro-text {
    font-size: 20px;
  }
}
.intro-text strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.intro-text a strong,
.intro-text strong a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.intro-text a strong:hover,
.intro-text strong a:hover {
  color: #bbd530;
}

#hero {
  height: 170px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 640px) {
  #hero {
    height: 300px;
  }
}
#hero .heroBlurb {
  display: table;
  width: 100%;
  height: 100%;
}
#hero .heroBlurb #heroHeading, #hero .heroBlurb #heroHeadingSingle {
  color: #fff;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-bottom: 10px solid #f3f4f5;
  font-size: 27px;
  padding: 0 12px;
  line-height: 1;
}
@media (min-width: 520px) {
  #hero .heroBlurb #heroHeading, #hero .heroBlurb #heroHeadingSingle {
    font-size: 32px;
  }
}
@media (min-width: 640px) {
  #hero .heroBlurb #heroHeading, #hero .heroBlurb #heroHeadingSingle {
    font-size: 42px;
    padding: 0 20px;
  }
}
@media (min-width: 808px) {
  #hero .heroBlurb #heroHeading, #hero .heroBlurb #heroHeadingSingle {
    font-size: 52px;
  }
}
#hero .heroBlurb #heroHeading span, #hero .heroBlurb #heroHeadingSingle span {
  display: block;
  font-size: 80%;
}
#hero .heroBlurb #heroHeadingSingle {
  background: #fff;
  color: #225496;
}
#hero .heroBlurb #heroHeadingSingle .header-line:before,
#hero .heroBlurb #heroHeadingSingle .header-line:after {
  margin-top: 10px;
}
#hero .heroBlurb #heroHeadingSingle h4 {
  color: #bbd530;
}
#hero .heroBlurb #heroHeadingSingle h1 {
  max-width: 1050px;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.fancy {
  color: #bbd530;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 0.1;
  text-align: center;
  margin-bottom: 20px;
}

.header-line {
  display: inline-block;
  position: relative;
}

.header-line:before,
.header-line:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #bbd530;
  top: 0;
  width: 450px;
}

.header-line:before {
  right: 100%;
  margin-right: 5px;
}

.header-line:after {
  left: 100%;
  margin-left: 5px;
}

/*==============================================================*/
/*==============================================================*/
.icon-row {
  margin: 0 auto;
  padding: 50px 0 0;
}
.icon-row li {
  display: inline-block;
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 10px;
}
@media (min-width: 520px) {
  .icon-row li {
    width: 50%;
  }
}
@media (min-width: 1240px) {
  .icon-row li {
    width: 33.3333333%;
  }
  .icon-row li:nth-child(3n+1) {
    clear: both;
  }
}
.icon-row li .img-container {
  width: 150px;
  margin: 0 auto;
}
.icon-row li .img-container img {
  width: 100%;
  height: auto;
}
.icon-row li a {
  display: inline-block;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.icon-row li a:hover h3 {
  color: #bbd530;
}
.icon-row li a h3 {
  margin: 12px auto;
}

.half {
  display: block;
  width: 100%;
}
@media (min-width: 808px) {
  .half {
    width: 50%;
    display: table-cell;
  }
  .half:last-of-type {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 400px;
  }
}
.half .wrapper {
  margin: 0;
  padding: 40px 10px;
  position: relative;
}
@media (min-width: 995px) {
  .half .wrapper {
    float: right;
    padding: 40px 50px;
  }
}
.half .icon-container {
  width: 90px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -20px;
}
.half h2 {
  color: #fff;
  margin-top: 40px;
}
.half p {
  margin-bottom: 10px;
}
.half a {
  color: #bbd530 !important;
  font-weight: 700;
}
.half hr {
  width: 10%;
  border: 1px solid #bbd530;
  margin-bottom: 10px;
}

.select-bar {
  background: #225496;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 40px;
}
.select-bar span {
  letter-spacing: 0.15em;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
.select-bar a {
  display: inline;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  padding: 0 10px;
}
.select-bar a:hover {
  color: #bbd530;
}

.btn {
  display: inline-block;
  padding: 7px 30px;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 18px;
  background: #bbd530;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.btn:hover {
  background: #e17424;
  cursor: pointer;
}

.green {
  background: #bbd530;
}

.blue {
  background: #225496;
}

.lt-blue {
  background: #a7cfed;
}

.orange {
  background: #fdbb11;
}

.dk-orange {
  background: #e17424;
}

.intro-button {
  position: relative;
}
.intro-button .editor-content {
  padding: 0 20px !important;
}
.intro-button .btn.green {
  position: absolute;
  top: -56px;
  left: 0;
  right: 0;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 5px 10px;
}
.intro-button .btn.green:hover {
  background: #e17424;
}

.block {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 auto 40px;
}
@media (min-width: 808px) {
  .block {
    width: 33.3333333%;
    padding: 0 30px;
  }
}

/*==============================================================*/
/*==============================================================*/
.editor-content {
  padding: 0px 20px;
  margin: 0 auto;
}
.editor-content .addMargin {
  margin-top: 30px;
}
.editor-content em {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
.editor-content em strong,
.editor-content strong em {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
.editor-content strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.editor-content h2 {
  color: #225496;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
.editor-content h3 {
  color: #225496;
  margin-bottom: 8px;
}
.editor-content h3 a {
  color: #bbd530;
}
.editor-content h3 a:hover {
  color: #e17424;
}
.editor-content * + h2, .editor-content * + h3 {
  margin-top: 50px;
}
.editor-content p {
  margin: 0 auto;
  line-height: 1.7;
  margin-bottom: 30px;
}
.editor-content a {
  color: #225496;
}
.editor-content a:hover, .editor-content a:focus {
  color: #e17424;
}
.editor-content ul, .editor-content ol {
  clear: both;
  margin-bottom: 40px;
}
.editor-content ul li, .editor-content ol li {
  line-height: 1.2em;
}
.editor-content ul {
  margin-left: 30px;
}
.editor-content ul li {
  position: relative;
  margin-bottom: 15px;
}
.editor-content ul li:before {
  position: absolute;
  content: "•";
  margin-left: -20px;
  font-size: 18px;
}
.editor-content ol {
  margin-top: 40px;
}
.editor-content ol li {
  counter-increment: numerals;
  margin-bottom: 30px;
  margin-left: 30px;
}
@media (min-width: 640px) {
  .editor-content ol li {
    margin-left: 40px;
  }
}
.editor-content ol li:before {
  line-height: 0.95em;
  content: counter(numerals);
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  position: absolute;
  font-size: 1.5em;
  margin: 0 0 0 -30px;
}
@media (min-width: 640px) {
  .editor-content ol li:before {
    line-height: 0.8em;
    font-size: 1.75em;
    margin: 0 0 0 -40px;
  }
}
.editor-content hr {
  border: none;
  height: 1px;
  background: #e9e9e9;
}
.editor-content strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.editor-content strong a {
  color: #225496;
}
.editor-content blockquote {
  clear: both;
}
.editor-content blockquote p {
  font-size: 1.4em;
}
.editor-content blockquote p:last-of-type {
  margin-bottom: 0;
}

.alignleft, .alignright, .aligncenter {
  clear: both;
  display: block;
  margin: 30px auto;
  padding: 5px;
}

@media (min-width: 808px) {
  .alignleft {
    display: inline;
    float: left;
    margin: 30px 30px 30px 0;
  }
}

@media (min-width: 808px) {
  .alignright {
    display: inline;
    float: right;
    margin: 30px 0 30px 30px;
  }
}

.with-padding {
  padding-top: 30px;
}

.icon-container {
  width: 90px;
  margin: 0 auto;
  text-align: center;
}

/*==============================================================*/
/*==============================================================*/
.acf-map {
  width: 100%;
  height: 500px;
  border: #ccc solid 1px;
  margin: 0 auto;
}
.acf-map img {
  max-width: inherit !important;
}
.acf-map .address {
  font-size: 16px;
  max-width: 250px;
  padding: 10px 0px;
}
.acf-map a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
}
.acf-map a:hover {
  color: #bbd530;
}

.vidwrap {
  max-width: 900px;
  margin: 0 auto;
}
.vidwrap .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.vidwrap .embed-container iframe, .vidwrap .embed-container object, .vidwrap .embed-container embed, .vidwrap .embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==============================================================*/
/*==============================================================*/
.slick-prev:before {
  content: "\e900" !important;
  font-family: "Icomoon" !important;
  font-size: 48px !important;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3) !important;
}
.slick-prev:before:hover {
  cursor: pointer !important;
}

.slick-next:before {
  content: "\e901" !important;
  font-family: "Icomoon" !important;
  font-size: 48px !important;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3) !important;
}
.slick-next:before:hover {
  cursor: pointer !important;
}

#video {
  margin-bottom: 40px;
}
#video .left {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
@media (min-width: 808px) {
  #video .left {
    width: 50%;
    padding-right: 15px;
  }
}
#video .right {
  width: 100%;
  float: left;
}
@media (min-width: 808px) {
  #video .right {
    width: 50%;
    padding-left: 15px;
    font-size: 20px;
  }
}

.page-id-14662 #post-14662,
.page-id-14968 #post-14968,
.page-id-14970 #post-14970 {
  position: relative;
}
.page-id-14662 #post-14662 .btn,
.page-id-14968 #post-14968 .btn,
.page-id-14970 #post-14970 .btn {
  margin: 0 auto;
  width: 270px;
  text-align: center;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
}

.page-id-14662 .grid,
.page-id-14968 .grid,
.page-id-14970 .grid {
  margin: 60px auto;
}
.page-id-14662 .grid .grid-item,
.page-id-14968 .grid .grid-item,
.page-id-14970 .grid .grid-item {
  width: 100%;
}
@media (min-width: 995px) {
  .page-id-14662 .grid .grid-item,
.page-id-14968 .grid .grid-item,
.page-id-14970 .grid .grid-item {
    width: 50%;
  }
}
.page-id-14662 .grid .editor-content,
.page-id-14968 .grid .editor-content,
.page-id-14970 .grid .editor-content {
  padding: 0px;
  padding-top: 30px;
}
@media (min-width: 995px) {
  .page-id-14662 .grid .editor-content,
.page-id-14968 .grid .editor-content,
.page-id-14970 .grid .editor-content {
    padding-top: 0px;
    padding-left: 60px;
  }
}
.page-id-14662 .grid .editor-content li,
.page-id-14968 .grid .editor-content li,
.page-id-14970 .grid .editor-content li {
  line-height: 1.6;
}
.page-id-14662 .gray,
.page-id-14968 .gray,
.page-id-14970 .gray {
  margin: 60px auto;
  padding: 40px 0 0;
  background: #f3f4f5;
}
.page-id-14662 .gray img,
.page-id-14968 .gray img,
.page-id-14970 .gray img {
  width: 100%;
}
.page-id-14662 #donation,
.page-id-14968 #donation,
.page-id-14970 #donation {
  margin-bottom: 60px;
}

/*==============================================================*/
/*==============================================================*/
.page-template-template-fundraiser .wrap1100 {
  max-width: 1100px;
  margin: 0 auto;
  width: 94%;
}
.page-template-template-fundraiser .wrap1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 94%;
}
.page-template-template-fundraiser header {
  margin: 60px auto;
  text-align: center;
  position: relative;
}
.page-template-template-fundraiser header .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  z-index: 1;
  top: 50%;
}
.page-template-template-fundraiser header a {
  width: 220px;
  padding: 0 10px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 2;
  background: white;
}
.page-template-template-fundraiser .landingintro {
  margin: 60px auto;
}
.page-template-template-fundraiser .landingintro .event-logo {
  max-width: 700px;
  margin: 0px auto 30px;
  width: 100%;
  height: auto;
}
.page-template-template-fundraiser .landingintro p {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  color: #225496;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .page-template-template-fundraiser .landingintro p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 995px) {
  .page-template-template-fundraiser .landingintro p {
    font-size: 22px;
  }
}
.page-template-template-fundraiser .at-inner .at-step {
  margin-bottom: 0px !important;
}
.page-template-template-fundraiser .donate-tabs {
  margin: 60px auto;
}
.page-template-template-fundraiser .donate-tabs .js-tablist {
  margin-bottom: 0px;
}
.page-template-template-fundraiser .donate-tabs .js-tablist .js-tablist__link {
  letter-spacing: -0.03em;
  font-size: 20px;
  color: #495057;
  background: #f1f3f5;
}
@media (min-width: 640px) {
  .page-template-template-fundraiser .donate-tabs .js-tablist .js-tablist__link {
    font-size: 24px;
  }
}
@media (min-width: 1240px) {
  .page-template-template-fundraiser .donate-tabs .js-tablist .js-tablist__link {
    font-size: 32px;
  }
}
.page-template-template-fundraiser .donate-tabs .js-tablist .js-tablist__link:hover {
  color: #fff;
  background: #e17424;
}
.page-template-template-fundraiser .donate-tabs .js-tablist li a[aria-selected=true] {
  color: #fff;
  background: #225496;
}
.page-template-template-fundraiser .donate-tabs .tabs {
  padding: 40px 0px;
  border: 1px solid #e9e9e9;
}
@media (min-width: 995px) {
  .page-template-template-fundraiser .donate-tabs .tabs {
    padding: 40px 20px;
  }
}
.page-template-template-fundraiser .donate-tabs .editor-content.donate {
  max-width: 900px;
  margin: 0 auto;
}
.page-template-template-fundraiser .donate-tabs .editor-content iframe {
  width: 100%;
  display: block;
  height: 100%;
  margin: 20px auto;
  min-height: 540px;
  border: 1px solid #e9e9e9;
}
.page-template-template-fundraiser .sponosors {
  margin: 60px auto;
}

.pum-container.active {
  background: #fff !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
}

.pum-container {
  padding: 70px 30px 30px !important;
}
.pum-container h2 {
  margin-bottom: 20px;
}
.pum-container p {
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 30px;
}

.pum-content:focus {
  outline: 0 !important;
}

.resumator-buttons {
  text-align: center;
}
.resumator-buttons ul {
  height: auto !important;
}
.resumator-buttons li {
  display: block;
  float: none !important;
}
.resumator-buttons li::before {
  display: none;
}
.resumator-buttons .resumator-apply-button {
  background: #bbd530 !important;
  font-weight: bold;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #fff;
  padding: 7px 30px !important;
  font-size: 16px !important;
  border: none !important;
  height: 45px !important;
  text-transform: uppercase;
  text-align: center !important;
  margin: 0 0 10px !important;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.resumator-buttons .resumator-apply-button:hover {
  background: #225496 !important;
}

.page-id-26145 #hero {
  position: relative;
  margin-bottom: 40px;
}
.page-id-26145 #hero .btn {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 247px;
  text-align: center;
  bottom: -14px;
}

#listView, #recruitmentEvents, #upcomingEvents {
  overflow-y: scroll;
  width: 100%;
  padding: 20px;
  background: #fff !important;
  color: #225496;
  min-height: 500px;
}
#listView .fc-unthemed .fc-divider, #listView .fc-unthemed .fc-list-heading td, #listView .fc-unthemed .fc-popover .fc-header, #recruitmentEvents .fc-unthemed .fc-divider, #recruitmentEvents .fc-unthemed .fc-list-heading td, #recruitmentEvents .fc-unthemed .fc-popover .fc-header, #upcomingEvents .fc-unthemed .fc-divider, #upcomingEvents .fc-unthemed .fc-list-heading td, #upcomingEvents .fc-unthemed .fc-popover .fc-header {
  background: #fff !important;
  padding-bottom: 0px;
}
#listView .fc-view-container, #recruitmentEvents .fc-view-container, #upcomingEvents .fc-view-container {
  border: none !important;
}
#listView .fc-unthemed .fc-content, #listView .fc-unthemed .fc-divider, #listView .fc-unthemed .fc-list-heading td, #listView .fc-unthemed .fc-list-view, #listView .fc-unthemed .fc-popover, #listView .fc-unthemed .fc-row, #listView .fc-unthemed tbody, #listView .fc-unthemed td, #listView .fc-unthemed th, #listView .fc-unthemed thead, #recruitmentEvents .fc-unthemed .fc-content, #recruitmentEvents .fc-unthemed .fc-divider, #recruitmentEvents .fc-unthemed .fc-list-heading td, #recruitmentEvents .fc-unthemed .fc-list-view, #recruitmentEvents .fc-unthemed .fc-popover, #recruitmentEvents .fc-unthemed .fc-row, #recruitmentEvents .fc-unthemed tbody, #recruitmentEvents .fc-unthemed td, #recruitmentEvents .fc-unthemed th, #recruitmentEvents .fc-unthemed thead, #upcomingEvents .fc-unthemed .fc-content, #upcomingEvents .fc-unthemed .fc-divider, #upcomingEvents .fc-unthemed .fc-list-heading td, #upcomingEvents .fc-unthemed .fc-list-view, #upcomingEvents .fc-unthemed .fc-popover, #upcomingEvents .fc-unthemed .fc-row, #upcomingEvents .fc-unthemed tbody, #upcomingEvents .fc-unthemed td, #upcomingEvents .fc-unthemed th, #upcomingEvents .fc-unthemed thead {
  border: none;
  padding-left: 0px;
  margin: 0 20px;
}
#listView .fc-ltr .fc-list-item-marker, #recruitmentEvents .fc-ltr .fc-list-item-marker, #upcomingEvents .fc-ltr .fc-list-item-marker {
  display: none;
}
#listView .fc-state-default, #recruitmentEvents .fc-state-default, #upcomingEvents .fc-state-default {
  background: #fff;
  color: #225496;
  border-color: transparent;
  box-shadow: none;
}
#listView .fc-list-item.fc-has-url, #recruitmentEvents .fc-list-item.fc-has-url, #upcomingEvents .fc-list-item.fc-has-url {
  border-bottom: 1px solid #e9e9e9;
}
#listView .fc-unthemed .fc-list-item:hover td, #recruitmentEvents .fc-unthemed .fc-list-item:hover td, #upcomingEvents .fc-unthemed .fc-list-item:hover td {
  background: transparent;
}
#listView .fc-list-item-title.fc-widget-content, #recruitmentEvents .fc-list-item-title.fc-widget-content, #upcomingEvents .fc-list-item-title.fc-widget-content {
  line-height: normal;
}
#listView .fc-ltr .fc-list-heading-main, #recruitmentEvents .fc-ltr .fc-list-heading-main, #upcomingEvents .fc-ltr .fc-list-heading-main {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
#listView .fc-scroller, #recruitmentEvents .fc-scroller, #upcomingEvents .fc-scroller {
  overflow: visible !important;
}
#listView td.fc-today, #recruitmentEvents td.fc-today, #upcomingEvents td.fc-today {
  background: #e9e9e9;
}
#listView h2, #recruitmentEvents h2, #upcomingEvents h2 {
  font-size: 20px;
}
#listView .fc-list-table td, #recruitmentEvents .fc-list-table td, #upcomingEvents .fc-list-table td {
  font-size: 13px !important;
  background: #fff !important;
  border: none !important;
}
#listView .fc-list-view, #recruitmentEvents .fc-list-view, #upcomingEvents .fc-list-view {
  border: none;
}
#listView .fc-list-item-marker.fc-widget-content, #recruitmentEvents .fc-list-item-marker.fc-widget-content, #upcomingEvents .fc-list-item-marker.fc-widget-content {
  display: none;
}
#listView .fc-list-empty, #recruitmentEvents .fc-list-empty, #upcomingEvents .fc-list-empty {
  background: #fff !important;
  color: #fff;
  position: relative;
}
#listView .fc-list-empty::after, #recruitmentEvents .fc-list-empty::after, #upcomingEvents .fc-list-empty::after {
  content: "No Events This Month";
  color: #225496;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#listView {
  padding: 0 20px 20px;
}

.listView {
  padding: 0 20px 20px;
}
.listView li {
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 5px;
}
.listView li:last-of-type {
  border: none;
}
.listView .date {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8d8685;
}
.listView .title {
  margin-bottom: 5px;
}
.listView .cal-link {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
.listView .cal-link:hover {
  color: #bbd530;
}
.listView .subtitle {
  color: #000;
  line-height: 1.4;
  margin-bottom: 10px;
}

.calendar-container {
  max-width: 1400px;
  width: 94%;
  margin: 60px auto;
}
.calendar-container .ajde_evcal_calendar #evcal_head .evo-jumper-btn, .calendar-container .ajde_evcal_calendar #evcal_head .evo-gototoday-btn {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  background: #f3f4f5;
  color: #225496;
  padding: 8px 16px;
  font-size: 0.8em;
}
.calendar-container .ajde_evcal_calendar #evcal_head .legend a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 0.9em;
}
.calendar-container .ajde_evcal_calendar #evcal_head .legend a.set {
  background: rgba(167, 207, 237, 0.5);
}
.calendar-container .ajde_evcal_calendar #evcal_head #evcal_cur {
  margin-top: 15px !important;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #bbd530 !important;
  font-size: 2.5em;
}
.calendar-container .ajde_evcal_calendar #evcal_head .evo_arrows {
  margin: 15px 0 10px !important;
}
.calendar-container .ajde_evcal_calendar .evo_sort_btn {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
}
.calendar-container .ajde_evcal_calendar .evo_sort_btn:hover {
  color: #bbd530;
}
.calendar-container .ajde_evcal_calendar .eventon_sorting_section {
  background: rgba(243, 244, 245, 0.4);
  padding: 5px;
}
.calendar-container .ajde_evcal_calendar .eventon_sorting_section * {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.calendar-container .ajde_evcal_calendar #eventon_loadbar_section {
  display: none !important;
}
.calendar-container .ajde_evcal_calendar .eventon_fullcal {
  margin-top: 15px;
  border: none;
}
.calendar-container .ajde_evcal_calendar .eventon_fullcal .eventon_fc_daynames .evo_fc_day {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  background: #225496;
  color: white;
  font-size: 0.8em;
}
@media (min-width: 640px) {
  .calendar-container .ajde_evcal_calendar .eventon_fullcal .eventon_fc_daynames .evo_fc_day {
    font-size: 1.1em;
  }
}
.calendar-container .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #8d8685;
}
.calendar-container .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day:hover {
  color: #225496;
}
.calendar-container .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day:before {
  display: none;
}
.calendar-container .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day.on_focus, .calendar-container .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day.today {
  border-top: none;
  color: #225496;
}
.calendar-container .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day.on_focus {
  background: rgba(243, 244, 245, 0.15);
}
.calendar-container .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day.today {
  background: rgba(167, 207, 237, 0.15);
}
.calendar-container .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day.has_events {
  background: rgba(187, 213, 48, 0.1);
}
.calendar-container .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day.has_events span i {
  background: #bbd530;
}
.calendar-container .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day.has_events.on_focus, .calendar-container .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day.has_events:hover {
  background: rgba(187, 213, 48, 0.2);
}
.calendar-container .ajde_evcal_calendar #evcal_list {
  border: 1px solid #f3f4f5;
}
.calendar-container .ajde_evcal_calendar #evcal_list .no_events {
  border-left: none;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  padding: 20px 15px;
}
.calendar-container .ajde_evcal_calendar #evcal_list a.desc_trig {
  border-left: none;
  background: #bbd530;
}
.calendar-container .ajde_evcal_calendar #evcal_list a.desc_trig:hover {
  background: #225496;
}
.calendar-container .ajde_evcal_calendar #evcal_list a.desc_trig:after {
  background: white;
}
.calendar-container .ajde_evcal_calendar #evcal_list a.desc_trig .evcal_event_title {
  color: white;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  font-size: 1.25em;
}
.calendar-container .ajde_evcal_calendar #evcal_list a.desc_trig .evo_date {
  color: white;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.calendar-container .ajde_evcal_calendar #evcal_list a.desc_trig .evo_date em {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
}
.calendar-container .ajde_evcal_calendar #evcal_list a.desc_trig .evcal_desc3 {
  line-height: 1em;
}
@media (max-width: 639px) {
  .calendar-container .ajde_evcal_calendar #evcal_list a.desc_trig .evcal_desc3 em {
    float: none;
    display: inline-block;
  }
}
.calendar-container .ajde_evcal_calendar #evcal_list a.desc_trig .evcal_desc3 .ett2 {
  display: block;
}
@media (min-width: 640px) {
  .calendar-container .ajde_evcal_calendar #evcal_list a.desc_trig .evcal_desc3 .ett2 {
    display: inline;
  }
  .calendar-container .ajde_evcal_calendar #evcal_list a.desc_trig .evcal_desc3 .ett2 em i {
    display: inline-block;
    vertical-align: top;
  }
}
.calendar-container .ajde_evcal_calendar #evcal_list a.desc_trig .evcal_desc3 em {
  color: white;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
.calendar-container .ajde_evcal_calendar #evcal_list a.desc_trig .evcal_desc3 em i {
  color: white;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.calendar-container .ajde_evcal_calendar .event_description {
  border: none;
}
.calendar-container .ajde_evcal_calendar .bordb {
  border-bottom: 1px solid #f3f4f5;
}
.calendar-container .ajde_evcal_calendar .evcal_evdata_row {
  background: rgba(243, 244, 245, 0.05);
}
.calendar-container .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell {
  font-size: 110%;
}
.calendar-container .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell ul, .calendar-container .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell p {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 0.8em;
}
.calendar-container .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell ul {
  list-style: none;
}
.calendar-container .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell ul li {
  margin-bottom: 0;
}
.calendar-container .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell * + h2, .calendar-container .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell * + h3 {
  margin-top: 30px;
}
.calendar-container .ajde_evcal_calendar h3.evo_h3 {
  color: #225496;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
  margin-bottom: 10px;
}
.calendar-container .ajde_evcal_calendar .evcal_evdata_icons i {
  color: #bbd530;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.calendar-container .ajde_evcal_calendar .evo_metarow_ICS a {
  color: #225496;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}

.ajde_evcal_calendar.cev.sev #evcal_list .eventon_list_event .desc_trig {
  background: #225496 !important;
}
.ajde_evcal_calendar.cev.sev #evcal_list .eventon_list_event .desc_trig:hover {
  background: rgba(34, 84, 150, 0.85) !important;
}
.ajde_evcal_calendar.cev.sev #evcal_list .eventon_list_event.open .desc_trig {
  background: #225496 !important;
}

.ajde_evcal_calendar .calendar_header .evcal_arrows:hover, .evo_footer_nav .evcal_arrows:hover {
  border-color: #225496 !important;
  background-color: #225496 !important;
  color: white !important;
}

.single-ajde_events .ajde_evcal_calendar.color #evcal_list .eventon_list_event p .desc_trig, .single-ajde_events .evo_lightboxes .color.eventon_list_event .evopop_top, .single-ajde_events .evo_lightboxes .color.eventon_list_event .evcal_list_a {
  background-color: #225496 !important;
}
.single-ajde_events .ajde_evcal_calendar.color #evcal_list .eventon_list_event a:hover {
  border: none !important;
}

.js-accordion {
  text-align: left;
}
.js-accordion .js-accordion__panel[aria-hidden=true] {
  display: none;
}
.js-accordion .js-accordion__panel[role=tabpanel] .js-accordion__header {
  display: none;
}
.js-accordion button.js-accordion__header {
  border: none;
  display: block;
  text-align: left;
  padding: 30px 60px 30px 20px;
  background: none;
  font-size: 18px;
  color: #bbd530;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  transition: ease-in-out 111ms;
}
.js-accordion button.js-accordion__header:hover {
  cursor: pointer;
}
.js-accordion button.js-accordion__header::-moz-focus-inner {
  border: 0;
}
.js-accordion .js-accordion__header {
  position: relative;
}
.js-accordion .js-accordion__header:before {
  top: 30px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  text-transform: uppercase;
  color: #225496;
  position: absolute;
  right: 20px;
  margin-right: 8px;
}
.js-accordion .js-accordion__header[aria-expanded=false]:before {
  content: "\e313";
  color: #bbd530;
}
.js-accordion .js-accordion__header[aria-expanded=false]:before:hover {
  cursor: pointer;
}
.js-accordion .js-accordion__header[aria-expanded=true] {
  background: #f3f4f5;
  margin-bottom: 20px;
}
.js-accordion .js-accordion__header[aria-expanded=true]:before {
  content: "\e316";
  color: #bbd530;
}
.js-accordion .js-accordion__header[aria-expanded=true]:before:hover {
  cursor: pointer;
}
.js-accordion .js-accordion__panel {
  padding-bottom: 30px;
  line-height: 1.5;
}
.js-accordion .js-accordion__panel div {
  margin-bottom: 20px !important;
  display: block;
}

/*=====================================*/
/*=====================================*/
#toggleContrast {
  position: fixed;
  bottom: 20px;
  left: -5px;
  z-index: 99999;
  border: none;
  border-radius: 0 5px 5px 0;
  font-size: 32px;
  background: #e17424;
  color: #fff;
  padding: 6px 12px;
  box-shadow: 0px 0px 3px rgba(7, 23, 49, 0.75);
  transition: ease-in-out 111ms;
}
#toggleContrast:hover {
  background: #bbd530;
  cursor: pointer;
  box-shadow: 0px 0px 7px rgba(7, 23, 49, 0.75);
  left: 0;
}
#toggleContrast .icon-eye {
  vertical-align: middle;
}

.active {
  background: #bbd530 !important;
  left: 0 !important;
}

.contrast .btn.green, .contrast .btn-small, .contrast .ward {
  background: #17345b !important;
}
.contrast .heroBlurb, .contrast #gallery .blue-wrapper {
  background: rgba(0, 0, 0, 0.7) !important;
}
@media (min-width: 640px) {
  .contrast #homeHero .overlay, .contrast #homeHeroVideo .overlay {
    background: rgba(0, 0, 0, 0.7) !important;
  }
}
.contrast #homeHero .btn.green, .contrast #homeHeroVideo .btn.green {
  background: #e17424 !important;
}
.contrast #primaryNavigation {
  background: rgba(0, 0, 0, 0.8) !important;
}
@media (min-width: 995px) {
  .contrast #primaryNavigation #mega-menu-item-1157 {
    background: #e17424 !important;
  }
}
.contrast #donate-button {
  background: #e17424 !important;
}
.contrast .section-half-image, .contrast .stayConnected, .contrast #history, .contrast #historyOfSuccess {
  background: #333;
}
.contrast .section-half-image h2, .contrast .section-half-image p, .contrast .stayConnected h2, .contrast .stayConnected p, .contrast #history h2, .contrast #history p, .contrast #historyOfSuccess h2, .contrast #historyOfSuccess p {
  color: #fff;
}
.contrast .quoteSlider .wrapper {
  background: #333;
}
@media (min-width: 995px) {
  .contrast .quoteSlider .wrapper {
    background: linear-gradient(to bottom, #fff 20%, #333 20%, #333 80%, #fff 80%);
  }
}
.contrast .mega-menu-link {
  color: #fff !important;
}
.contrast .site-footer h4 {
  color: #333 !important;
}
.contrast .street {
  color: #333 !important;
}
.contrast .quoteSlider .slick-prev::before,
.contrast .quoteSlider .slick-next::before {
  color: #fff !important;
}
.contrast .number,
.contrast .greenText,
.contrast #values .value-row li span,
.contrast .meta-content,
.contrast #inc .in-the-Ӱ li strong,
.contrast #information .wrapper .list-container .date {
  color: #333 !important;
}
.contrast #masthead .nav-top .search-form .search-submit {
  color: #333 !important;
}
.contrast #featuredPartnersSlider .slick-prev::before,
.contrast #featuredPartnersSlider .slick-next::before {
  color: #333 !important;
}
.contrast .webbFilter,
.contrast .benningFilter,
.contrast .college-prepFilter,
.contrast .douglasFilter,
.contrast .staffFilter,
.contrast .somersetFilter,
.contrast .smilowFilter,
.contrast .shawFilter,
.contrast .benning,
.contrast .douglas,
.contrast .smilow,
.contrast .webb,
.contrast .shaw,
.contrast .somerset {
  background: #17345b !important;
}
.contrast #calendarView .fc-state-active {
  background: #333;
}
.contrast .fancy {
  color: #333;
}

.secondary-navigtion .wrap1400 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 995px) {
  .secondary-navigtion .wrap1400 {
    padding: 0px 50px;
  }
}
.secondary-navigtion .title {
  background: #17345b;
  text-align: center;
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}
.secondary-navigtion .title:hover button {
  background: #bbd530;
}
@media (min-width: 640px) {
  .secondary-navigtion .title {
    padding: 20px 0px;
  }
}
@media (min-width: 995px) {
  .secondary-navigtion .title {
    padding: 24px 0px;
  }
}
.secondary-navigtion .title .wrap1400 {
  position: relative;
}
.secondary-navigtion .title .close, .secondary-navigtion .title .open {
  width: 54px;
  cursor: pointer;
  position: absolute;
  padding: 4px 4px;
  right: 15px;
  top: -3px;
  text-align: center;
  color: #fff;
  border: 1px solid #225496;
  background: #17345b;
  display: none;
}
@media (min-width: 640px) {
  .secondary-navigtion .title .close, .secondary-navigtion .title .open {
    display: block;
    top: -10px;
    padding: 10px 4px 4px;
  }
}
@media (min-width: 995px) {
  .secondary-navigtion .title .close, .secondary-navigtion .title .open {
    right: 50px;
    top: -6px;
  }
}
.secondary-navigtion .title .close span, .secondary-navigtion .title .open span {
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
}
.secondary-navigtion .title .close .icon, .secondary-navigtion .title .open .icon {
  font-size: 20px;
  color: #fff;
  line-height: 16px;
}
@media (min-width: 640px) {
  .secondary-navigtion .title .close .icon, .secondary-navigtion .title .open .icon {
    line-height: 22px;
  }
}
.secondary-navigtion .title h2 {
  color: #ffffff;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
@media (min-width: 640px) {
  .secondary-navigtion .title h2 {
    font-size: 24px;
  }
}
@media (min-width: 995px) {
  .secondary-navigtion .title h2 {
    font-size: 30px;
  }
}
@media (min-width: 1240px) {
  .secondary-navigtion .title h2 {
    font-size: 34px;
  }
}
.secondary-navigtion .title .angle {
  position: absolute;
  bottom: -18px;
  font-size: 20px;
  left: 0;
  right: 0;
  color: #17345b;
  display: none;
}
@media (min-width: 640px) {
  .secondary-navigtion .title .angle {
    bottom: -35px;
    font-size: 40px;
  }
}
.secondary-navigtion .description {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 60px;
}
@media (min-width: 640px) {
  .secondary-navigtion .description {
    padding: 60px 0;
  }
}
.secondary-navigtion .description p {
  color: #17345b;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 30px;
}
@media (min-width: 640px) {
  .secondary-navigtion .description p {
    font-size: 18px;
  }
}
@media (min-width: 995px) {
  .secondary-navigtion .description p {
    font-size: 20px;
  }
}
.secondary-navigtion .description strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.secondary-navigtion .description em {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
.secondary-navigtion .description strong em,
.secondary-navigtion .description em strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
.secondary-navigtion .description a {
  color: #bbd530;
  display: inline;
}
.secondary-navigtion .description a:hover {
  color: #e17424;
}
.secondary-navigtion .description .btn {
  width: inherit;
  display: inline-block;
  max-width: 300px;
  line-height: 1.2;
}
.secondary-navigtion nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.secondary-navigtion li {
  width: 50%;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 5px;
}
@media (min-width: 640px) {
  .secondary-navigtion li {
    padding: 0 10px;
  }
}
@media (min-width: 995px) {
  .secondary-navigtion li {
    width: 25%;
  }
}
.secondary-navigtion a {
  display: block;
}
.secondary-navigtion a:hover span {
  color: #bbd530;
}
.secondary-navigtion a img {
  width: 80px;
  margin: 0 auto 3px;
}
@media (min-width: 640px) {
  .secondary-navigtion a img {
    width: 100px;
    margin: 0 auto 10px;
  }
}
.secondary-navigtion a span {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  display: block;
  width: 100%;
  line-height: 1.2;
  color: #225496;
  font-size: 14px;
}
@media (min-width: 520px) {
  .secondary-navigtion a span {
    font-size: 16px;
  }
}
@media (min-width: 640px) {
  .secondary-navigtion a span {
    font-size: 20px;
  }
}
@media (min-width: 1240px) {
  .secondary-navigtion a span {
    font-size: 22px;
  }
}
.secondary-navigtion .main {
  background: #f3f4f5;
  padding: 0 0 30px;
  display: none;
}

.sub-nav-open .title .angle {
  display: block;
}
.sub-nav-open .main {
  display: block;
}

#summer__programs .intro-text a {
  color: #bbd530;
  text-decoration: underline;
}
#summer__programs .intro-text a:hover {
  text-decoration: none;
  color: #fdbb11;
}
#summer__programs .wrap1100 {
  max-width: 1100px;
  margin: 0 auto;
  width: 94%;
}
#summer__programs .anchor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 40px;
  margin-bottom: 40px;
}
#summer__programs .anchor a {
  display: block;
  color: #fff;
  font-size: 32px;
  text-align: center;
  width: 150px;
  height: 150px;
  border-radius: 999em;
  overflow: hidden;
  margin: 0 20px 40px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#summer__programs .anchor a:hover {
  background: #8d8685 !important;
}
#summer__programs .anchor a .small {
  font-size: 18px;
  display: block;
  line-height: 1;
  padding-top: 45px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#summer__programs .anchor a:nth-of-type(1) {
  background: #225496;
}
#summer__programs .anchor a:nth-of-type(2) {
  background: #bbd530;
}
#summer__programs .anchor a:nth-of-type(3) {
  background: #fdbb11;
}
#summer__programs .anchor a:nth-of-type(4) {
  background: #e17424;
}
#summer__programs .gradeHeader {
  text-align: center;
}
@media (min-width: 995px) {
  #summer__programs .gradeHeader {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
#summer__programs .gradeHeader h2 {
  font-size: 30px;
}
@media (min-width: 640px) {
  #summer__programs .gradeHeader h2 {
    font-size: 43px;
  }
}
@media (min-width: 995px) {
  #summer__programs .gradeHeader h2 {
    font-size: 52px;
  }
}
#summer__programs li.program {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #e9e9e9;
  padding: 30px 0px 60px;
  margin-bottom: 30px;
}
#summer__programs li.program .img-container {
  margin-bottom: 30px;
}
@media (min-width: 995px) {
  #summer__programs li.program .img-container {
    margin-bottom: 0;
    width: 50%;
    padding-right: 20px;
  }
}
#summer__programs li.program .img-container img {
  width: 100%;
  height: auto;
}
#summer__programs li.program .with-img {
  width: 100%;
}
@media (min-width: 995px) {
  #summer__programs li.program .with-img {
    width: 50%;
    padding-left: 20px;
  }
}
#summer__programs li.program .entry-content p {
  margin-bottom: 30px;
}
#summer__programs li.program .entry-content h2, #summer__programs li.program .entry-content h3 {
  font-size: 20px;
  margin-bottom: 7px;
}
@media (min-width: 640px) {
  #summer__programs li.program .entry-content h2, #summer__programs li.program .entry-content h3 {
    font-size: 24px;
  }
}
@media (min-width: 995px) {
  #summer__programs li.program .entry-content h2, #summer__programs li.program .entry-content h3 {
    font-size: 28px;
  }
}
#summer__programs li.program .entry-content a {
  color: #bbd530;
}
#summer__programs li.program .entry-content a:hover, #summer__programs li.program .entry-content a:focus {
  color: #e17424;
}
#summer__programs li.program .entry-content hr {
  border: none;
  height: 1px;
  background: #e9e9e9;
}
#summer__programs li.program .entry-content strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#summer__programs li.program .entry-content strong a {
  color: #bbd530;
}
#summer__programs li.program .entry-content ul.info strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
#summer__programs li.program .entry-content ul.info span {
  color: #bbd530;
  margin: 0 4px;
}
#summer__programs li.program .entry-content ul.info a {
  color: #225496;
}
#summer__programs li.program .entry-content ul.info a:hover {
  color: #bbd530;
}
#summer__programs li.program .entry-content ul.info a.website {
  text-decoration: underline;
}
#summer__programs li.program .entry-content ul.info a.website:hover {
  text-decoration: none;
  color: #bbd530;
}
#summer__programs li.program .entry-content ul.info .more-info {
  margin-top: 20px;
}
#summer__programs li.program .entry-content ul.info .more-info div {
  margin-bottom: 4px;
}
#summer__programs li.program .entry-content ul.info .more-info div:last-of-type {
  margin-bottom: none;
}
#summer__programs ul.grades {
  border: none !important;
}
#summer__programs ul.grades li:last-of-type li.program:last-of-type {
  border: none;
}

#summer__programs_callout {
  background: #225496;
  position: relative;
  padding: 50px 0px 20px;
  margin-top: 60px;
}
#summer__programs_callout .img-container {
  width: 90px;
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
  margin: 0 auto;
}
#summer__programs_callout .img-container img {
  width: 90px;
}
#summer__programs_callout .wrap1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
  text-align: center;
  color: #fff;
}
#summer__programs_callout .wrap1200 h2 {
  color: #fff;
  margin-bottom: 20px;
}
#summer__programs_callout .wrap1200 h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 27px;
  color: #fff;
}
#summer__programs_callout .wrap1200 ul, #summer__programs_callout .wrap1200 ol {
  clear: both;
  margin-bottom: 40px;
}
#summer__programs_callout .wrap1200 ul li, #summer__programs_callout .wrap1200 ol li {
  line-height: 1.2em;
}
#summer__programs_callout .wrap1200 ul {
  margin-left: 30px;
}
#summer__programs_callout .wrap1200 ul li {
  position: relative;
  margin-bottom: 15px;
}
#summer__programs_callout .wrap1200 ul li:before {
  position: absolute;
  content: "•";
  margin-left: -20px;
  font-size: 18px;
}
#summer__programs_callout .wrap1200 p {
  color: #fff;
  line-height: 1.6;
  margin-bottom: 30px;
}
#summer__programs_callout .wrap1200 a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #bbd530;
}
#summer__programs_callout .wrap1200 a:hover {
  color: #fdbb11;
}
#summer__programs_callout .wrap1200 strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#summer__programs_callout .wrap1200 em {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
#summer__programs_callout .wrap1200 strong em,
#summer__programs_callout .wrap1200 em strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
#summer__programs_callout .wrap1200 .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: 0 auto;
  width: 195px;
  font-size: 16px;
  background: #fdbb11;
}
#summer__programs_callout .wrap1200 .btn:hover {
  background: #bbd530;
}

.page-template-template-professional-development .subject-nav {
  background: #f3f4f5;
  padding: 40px 0 10px;
  text-align: center;
}
.page-template-template-professional-development .subject-nav h4 {
  color: #e17424;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.page-template-template-professional-development .subject-nav .icon-nav {
  margin: 0 auto;
  padding: 0px;
}
.page-template-template-professional-development .subject-nav .icon-nav .label {
  max-width: none;
}
.page-template-template-professional-development .agenda {
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .page-template-template-professional-development .agenda {
    padding: 0;
  }
}
.page-template-template-professional-development .subject {
  padding: 30px 0px;
  border: 2px solid #f3f4f5;
  border-left: 0px;
  border-right: 0px;
  margin-top: 100px;
  position: relative;
}
@media (min-width: 640px) {
  .page-template-template-professional-development .subject {
    padding: 30px;
    border: 2px solid #f3f4f5;
  }
}
@media (min-width: 995px) {
  .page-template-template-professional-development .subject {
    padding: 60px 120px;
  }
}
.page-template-template-professional-development .subject .header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0px;
  top: -25px;
  background: #fff;
  padding: 0 10px;
}
@media (min-width: 640px) {
  .page-template-template-professional-development .subject .header {
    left: 30px;
    top: -35px;
  }
}
@media (min-width: 995px) {
  .page-template-template-professional-development .subject .header {
    top: -45px;
  }
}
.page-template-template-professional-development .subject .header img {
  width: 50px;
  margin-right: 7px;
}
@media (min-width: 640px) {
  .page-template-template-professional-development .subject .header img {
    width: 70px;
    margin-right: 10px;
  }
}
@media (min-width: 995px) {
  .page-template-template-professional-development .subject .header img {
    width: 90px;
  }
}
.page-template-template-professional-development .subject .header h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 20px;
}
@media (min-width: 640px) {
  .page-template-template-professional-development .subject .header h2 {
    font-size: 27px;
  }
}
@media (min-width: 995px) {
  .page-template-template-professional-development .subject .header h2 {
    font-size: 34px;
  }
}
.page-template-template-professional-development .subject .inner {
  padding-top: 30px;
}
@media (min-width: 640px) {
  .page-template-template-professional-development .subject .inner {
    padding-top: 0px;
  }
}
.page-template-template-professional-development .subject .button-container {
  margin: 30px 15px;
}
@media (min-width: 640px) {
  .page-template-template-professional-development .subject .button-container {
    margin: 0;
  }
}
.page-template-template-professional-development .subject .day {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px 15px;
}
.page-template-template-professional-development .subject .day:nth-of-type(odd) {
  background: #f3f4f5;
}
@media (min-width: 640px) {
  .page-template-template-professional-development .subject .day:nth-of-type(odd) {
    background: #fff;
  }
}
.page-template-template-professional-development .subject .day:nth-of-type(even) {
  background: #fff;
}
@media (min-width: 640px) {
  .page-template-template-professional-development .subject .day {
    margin-bottom: 30px;
    padding: 0 0 30px;
    background: #fff;
    border-bottom: 2px solid #f3f4f5;
  }
}
.page-template-template-professional-development .subject .day .grid-item:first-of-type {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 808px) {
  .page-template-template-professional-development .subject .day .grid-item:first-of-type {
    padding-right: 20px;
    border-right: 2px solid #f3f4f5;
    width: 180px;
  }
}
@media (min-width: 995px) {
  .page-template-template-professional-development .subject .day .grid-item:first-of-type {
    width: 220px;
  }
}
.page-template-template-professional-development .subject .day .grid-item:last-of-type {
  width: 100%;
}
@media (min-width: 808px) {
  .page-template-template-professional-development .subject .day .grid-item:last-of-type {
    padding-left: 20px;
    width: calc(100% - 180px);
  }
}
@media (min-width: 995px) {
  .page-template-template-professional-development .subject .day .grid-item:last-of-type {
    width: calc(100% - 220px);
  }
}
.page-template-template-professional-development .subject .day .entry-content h3 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 640px) {
  .page-template-template-professional-development .subject .day .entry-content h3 {
    font-size: 25px;
  }
}
.page-template-template-professional-development .subject .day .entry-content p {
  font-size: 15px;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .page-template-template-professional-development .subject .day .entry-content p {
    font-size: inherit;
  }
}
.page-template-template-professional-development .subject .day .entry-content p strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.page-template-template-professional-development .subject .day .entry-content p a {
  color: #225496;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.page-template-template-professional-development .subject .day .entry-content p a:hover {
  color: #bbd530;
}
.page-template-template-professional-development .subject .day .entry-content .links {
  padding: 10px 0;
}
.page-template-template-professional-development .subject .day .entry-content .links a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  color: #225496;
  text-transform: uppercase;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 2px solid #e9e9e9;
  font-size: 12px;
}
@media (min-width: 520px) {
  .page-template-template-professional-development .subject .day .entry-content .links a {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  .page-template-template-professional-development .subject .day .entry-content .links a {
    font-size: 16px;
    margin-right: 12px;
    padding-right: 12px;
  }
}
.page-template-template-professional-development .subject .day .entry-content .links a:hover {
  color: #bbd530;
}
.page-template-template-professional-development .subject .day .entry-content .links a:last-of-type {
  border-right: 0px;
  margin: 0;
  padding: 0;
}
.page-template-template-professional-development .subject .day .details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.page-template-template-professional-development .subject .day .details img {
  width: 20px;
  margin-right: 10px;
}
.page-template-template-professional-development .subject .day .details span {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #225496;
  width: calc(100% - 30px);
}
.page-template-template-professional-development .subject .date {
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #bbd530;
  font-size: 20px;
  z-index: 3;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  padding: 10px 15px;
  background: #225496;
}
@media (min-width: 640px) {
  .page-template-template-professional-development .subject .date {
    background: #fff;
    font-size: 25px;
    padding: 0;
    margin: 40px 0;
    position: relative;
  }
}
@media (min-width: 995px) {
  .page-template-template-professional-development .subject .date {
    font-size: 30px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.at-form .at-row label {
  font-size: 1em;
  color: #225496;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.at-form .at-title {
  color: #225496;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 34px;
  padding: 0;
}
.at-form input[type=text],
.at-form input[type=password],
.at-form input[type=date],
.at-form input[type=datetime],
.at-form input[type=datetime-local],
.at-form input[type=month],
.at-form input[type=week],
.at-form input[type=email],
.at-form input[type=number],
.at-form input[type=search],
.at-form input[type=tel],
.at-form input[type=time],
.at-form input[type=url],
.at-form input[type=color],
.at-form textarea {
  background: #f3f4f5 !important;
  border-radius: 0px !important;
}
.at-form .at-fields .at-radios .label-amount {
  color: #fff !important;
}
.at-form .at-row label:not(.label-amount) {
  color: #225496 !important;
}
.at-form .at-legend {
  color: #e17424;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.at-form .btn-at-primary.at-submit {
  float: none;
  margin: 0 auto;
  display: inline-block;
  padding: 7px 30px;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 18px;
  background: #bbd530;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  border-radius: 0;
}
.at-form .at-table {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
}
.at-form .at-table span {
  color: #225496;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.at-form .at-table small {
  color: black;
}
.at-form .at-table label.AdditionalContributionValue {
  color: #225496;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.at-form .at-table label.AdditionalContributionValue small {
  color: #a2abb4;
}
.at-form .at-table .ticketTotals span {
  font-size: 20px;
  padding: 10px 0;
  display: block;
}
.at-form .at-form-submit {
  text-align: center;
}
.at-form .btn-at-primary.at-submit:hover {
  background: #e17424;
}
.at-form .at {
  overflow: inherit !important;
}
.at-form ol.at-steps {
  padding: 0;
  border-radius: 0;
}
.at-form ol.at-steps li {
  margin: 0;
  padding: 10px;
  border-right: 1px solid #8d8685;
}
.at-form ol.at-steps li:last-of-type {
  border-right: none;
}
.at-form ol.at-steps li.active {
  background: #225496 !important;
  border-bottom-color: #a7cfed;
}
.at-form ol.at-steps li:hover {
  background: #e17424;
}
.at-form ol.at-steps li:before {
  display: none;
}
.at-form ol.at-steps li a {
  text-transform: uppercase;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.at-form ol.at-steps li.active a,
.at-form ol.at-steps li:hover a {
  color: white;
}
.at-form ol.at-steps li a:before {
  background: #e17424 !important;
}
.at-form ol.at-steps li:hover a:before {
  background: #fdbb11;
}
.at-form ol.at-steps li.at-step.valid {
  background: #bbd530;
}
.at-form ol.at-steps li.at-step.valid a {
  color: white;
}
.at-form ol.at-steps li.at-step.valid a:before {
  background: #8d8685 !important;
}
.at-form .at-fields .at-radios * {
  box-shadow: none !important;
  text-shadow: none !important;
}
.at-form .at-fields .at-radios .label-amount {
  font-weight: 700;
  margin: 0 10px 15px !important;
}
.at-form .at-fields .at-radios .label-amount a {
  border-radius: 0;
  background: #bbd530;
  opacity: 0.5;
}
.at-form .at-fields .at-radios .label-amount input[type=radio]:checked + a {
  text-shadow: none;
  background: #bbd530;
  opacity: 1;
}
.at-form .at-fields .at-radios .label-amount:hover * {
  background: #e17424 !important;
  opacity: 1;
  border: none !important;
}
.at-form .at-fields .at-radios .label-otheramount *,
.at-form .at-fields .at-radios .label-otheramount:hover * {
  border: none !important;
  outline: none !important;
  background: #e9e9e9 !important;
  color: #8d8685 !important;
}
.at-form .at-fields .at-radios .label-otheramount input {
  padding-left: 27px;
}
.at-form .at-fields .at-radios .label-otheramount input:required,
.at-form .at-fields .at-radios .label-otheramount input:required + .label-otheramount-prefix {
  background: #bbd530 !important;
  color: white !important;
  font-weight: 700 !important;
}
.at-form .at-fields .at-check {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
}
.at-form .at-form-submit {
  padding: 0 !important;
}
.at-form .at-form-submit .step-prevNext {
  padding-top: 0;
}
.at-form .at-form-submit .step-prevNext .prevNext {
  margin: 0 10px;
}
.at-form .at-form-submit .step-prevNext a.btn-at {
  border-radius: 0;
  text-transform: uppercase;
  background: #e17424;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: white;
}
.at-form .at-form-submit .step-prevNext a.btn-at:hover {
  background: #225496;
}
.at-form .at-form-submit .step-prevNext button.submitStep {
  background: #17345b;
  font-size: 20px;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.at-form .contributions {
  text-align: center;
  margin-top: 30px;
  color: #bbd530 !important;
}
.at-form .contributions p span {
  font-size: 20px !important;
  line-height: 28px !important;
  font-family: "Whitney SSm A", "Whitney SSm B" !important;
  font-weight: 700 !important;
  color: #bbd530 !important;
}
.at-form .error input, .at-form .error textarea {
  border-color: #e17424 !important;
}
.at-form .error small.error {
  color: #e17424 !important;
  font-weight: 700 !important;
  font-style: italic !important;
  font-size: 13px !important;
  padding-left: 0px !important;
}

.meter-frame .stat-board #targetAmount {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #e17424;
  font-size: 48px !important;
}

.at-markup.HeaderHtml h1, .at-markup.HeaderHtml h2, .at-markup.HeaderHtml h3, .at-markup.HeaderHtml h4, .at-markup.HeaderHtml h5, .at-markup.HeaderHtml h6 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.6;
  text-align: center;
}

.page-id-511 #NVTag1 .at-inner {
  background: #225496;
}
.page-id-511 #NVTag1 .at-title {
  color: #fff;
}
.page-id-511 #NVTag1 .at-markup.HeaderHtml h1, .page-id-511 #NVTag1 .at-markup.HeaderHtml h2, .page-id-511 #NVTag1 .at-markup.HeaderHtml h3, .page-id-511 #NVTag1 .at-markup.HeaderHtml h4, .page-id-511 #NVTag1 .at-markup.HeaderHtml h5, .page-id-511 #NVTag1 .at-markup.HeaderHtml h6 {
  color: #fff !important;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.6;
  text-align: center;
}
.page-id-511 #NVTag1 .at-form .at-row label {
  color: #bbd530;
}
.page-id-511 #NVTag1 .at-form .at-row label:not(.label-amount) {
  color: #fff !important;
}
.page-id-511 #NVTag1 input[type=text],
.page-id-511 #NVTag1 input[type=password],
.page-id-511 #NVTag1 input[type=date],
.page-id-511 #NVTag1 input[type=datetime],
.page-id-511 #NVTag1 input[type=datetime-local],
.page-id-511 #NVTag1 input[type=month],
.page-id-511 #NVTag1 input[type=week],
.page-id-511 #NVTag1 input[type=email],
.page-id-511 #NVTag1 input[type=number],
.page-id-511 #NVTag1 input[type=search],
.page-id-511 #NVTag1 input[type=tel],
.page-id-511 #NVTag1 input[type=time],
.page-id-511 #NVTag1 input[type=url],
.page-id-511 #NVTag1 input[type=color],
.page-id-511 #NVTag1 textarea {
  border-color: transparent;
}
.page-id-511 #NVTag1 .error select:required,
.page-id-511 #NVTag1 .error textarea:required,
.page-id-511 #NVTag1 .error input[type=text]:required,
.page-id-511 #NVTag1 .error input[type=password]:required,
.page-id-511 #NVTag1 .error input[type=date]:required,
.page-id-511 #NVTag1 .error input[type=datetime]:required,
.page-id-511 #NVTag1 .error input[type=datetime-local]:required,
.page-id-511 #NVTag1 .error input[type=month]:required,
.page-id-511 #NVTag1 .error input[type=week]:required,
.page-id-511 #NVTag1 .error input[type=email]:required,
.page-id-511 #NVTag1 .error input[type=number]:required,
.page-id-511 #NVTag1 .error input[type=search]:required,
.page-id-511 #NVTag1 .error input[type=tel]:required,
.page-id-511 #NVTag1 .error input[type=time]:required,
.page-id-511 #NVTag1 .error input[type=url]:required,
.page-id-511 #NVTag1 .error input[type=color]:required,
.page-id-511 #NVTag1 textarea.error input:required {
  border-color: #e17424;
  color: #000000;
}
.page-id-511 #NVTag1 .at-legend {
  color: #bbd530;
}
.page-id-511 #NVTag1 .error small.error {
  color: #bbd530;
  padding: 0.375rem 0;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
.page-id-511 #NVTag1 .content.thankYou {
  position: relative;
  padding-top: 20px;
}
.page-id-511 #NVTag1 .content.thankYou::before {
  position: absolute;
  content: "";
  width: 90px;
  background: #bbd530;
  height: 2px;
  margin: 0 auto;
  top: 20px;
  left: 0;
  right: 0;
}
.page-id-511 #NVTag1 .content.thankYou p {
  font-size: 1.2em;
  color: #fff;
  margin: 20px auto;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  margin: 0 0 3px 0;
}

.editor-content .at-form .thankYou p, .editor-content .at-form .thankYou span {
  color: #225496 !important;
}

/*==============================================================*/
/*==============================================================*/
.alert {
  display: block;
  width: 100%;
  background: #d89435;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 995px) {
  .alert {
    font-size: 16px;
  }
}
.alert:hover {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 995px) {
  .alert .icon-notice {
    font-size: 23px;
    vertical-align: sub;
  }
}

#masthead .nav-top {
  position: relative;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 995px) {
  #masthead .nav-top {
    padding: 20px 0;
  }
}
#masthead .nav-top .grid-item {
  width: calc(100% - 120px);
}
@media (min-width: 995px) {
  #masthead .nav-top .grid-item {
    width: calc(50% - 70px);
  }
}
@media (min-width: 1240px) {
  #masthead .nav-top .grid-item {
    width: calc(50% - 100px);
  }
}
#masthead .nav-top .grid-item:nth-of-type(1) {
  display: none;
}
@media (min-width: 995px) {
  #masthead .nav-top .grid-item:nth-of-type(1) {
    display: block;
  }
}
#masthead .nav-top .grid-item:nth-of-type(2) {
  width: 160px;
}
@media (min-width: 995px) {
  #masthead .nav-top .grid-item:nth-of-type(2) {
    width: 260px;
    text-align: center;
  }
}
#masthead .nav-top .custom-select {
  display: block;
  position: relative;
  background: #225496;
  border: 1px solid transparent;
  width: 140px;
  margin-right: 10px;
  height: 40px;
  line-height: normal;
  position: absolute;
  right: 40px;
  top: 14px;
}
@media (min-width: 640px) {
  #masthead .nav-top .custom-select {
    width: 200px;
  }
}
@media (min-width: 995px) {
  #masthead .nav-top .custom-select {
    position: relative;
    left: 0;
    top: auto;
  }
}
#masthead .nav-top .custom-select:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-size: 18px;
  position: absolute;
  top: 6px;
  right: 10px;
  color: #bbd530;
}
#masthead .nav-top select {
  font-size: 14px;
  color: #fff;
  background: #225496;
  border: none;
  height: 36px;
  width: 100%;
  padding-left: 5px;
  -webkit-appearance: none !important;
  padding-left: 10px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  @support ( -webkit-appearance: none ) or ( appearance: none ) or ( ( -moz-appearance: none ) and ( mask-type: alpha ) );
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#masthead .nav-top:after {
  display: block;
}
#masthead .nav-top .menu-top-nav-container, #masthead .nav-top ul {
  display: inline-block;
}
#masthead .nav-top .hide-mobile {
  display: none !important;
}
@media (min-width: 995px) {
  #masthead .nav-top .hide-mobile {
    display: block !important;
  }
}
#masthead .nav-top .hide-desktop {
  display: block !important;
}
@media (min-width: 995px) {
  #masthead .nav-top .hide-desktop {
    display: none !important;
  }
}
#masthead .nav-top .logo {
  display: block;
  width: 120px;
  float: left;
}
@media (min-width: 995px) {
  #masthead .nav-top .logo {
    margin: 0 auto;
    float: none;
  }
}
@media (min-width: 995px) {
  #masthead .nav-top .logo {
    width: 140px;
  }
}
@media (min-width: 1240px) {
  #masthead .nav-top .logo {
    width: 200px;
  }
}
#masthead .nav-top .logo img {
  width: 100%;
  margin: 0 auto;
  vertical-align: -moz-middle-with-baseline;
}
@media (min-width: 995px) {
  #masthead .nav-top .logo img {
    vertical-align: text-top;
  }
}
#masthead .nav-top .nav-right {
  float: right;
}
#masthead .nav-top .nav-right ul > li {
  display: none;
}
@media (min-width: 995px) {
  #masthead .nav-top .nav-right ul > li {
    display: inline-block;
  }
}
#masthead .nav-top .nav-right ul > li a {
  font-size: 16px;
}
#masthead .nav-top .nav-right ul > li:hover {
  color: #17345b;
}
#masthead .nav-top .social {
  vertical-align: middle;
}
#masthead .nav-top .social li {
  padding: 0 4px;
}
@media (min-width: 1240px) {
  #masthead .nav-top .social li {
    padding: 0 8px;
  }
}
#masthead .nav-top .social li a {
  font-size: 25px !important;
  color: #225496;
}
@media (min-width: 1240px) {
  #masthead .nav-top .social li a {
    font-size: 30px !important;
  }
}
#masthead .nav-top .social li a:hover {
  color: #bbd530;
}
#masthead .nav-top .icon-search {
  font-size: 36px;
  vertical-align: middle;
  color: #225496;
  position: absolute;
  right: 0;
  top: 16px;
}
@media (min-width: 995px) {
  #masthead .nav-top .icon-search {
    position: relative;
    right: 0;
    top: auto;
    display: inline-block;
    margin-top: -9px;
  }
}
#masthead .nav-top .icon-search:hover {
  color: #bbd530;
}
#masthead .nav-top .icon-close {
  font-size: 30px;
  margin-top: 4.5px;
  display: inline-block;
  vertical-align: inherit;
  vertical-align: sub;
  color: #225496;
  position: absolute;
  right: 0;
  top: 16px;
}
@media (min-width: 995px) {
  #masthead .nav-top .icon-close {
    right: 0;
    top: auto;
    position: relative;
    display: inline-block;
    font-size: 28px;
    margin-top: 0;
  }
}
#masthead .nav-top .search-form {
  display: inline-block;
  position: absolute;
  top: -95px;
  right: 40px;
  background: #fff;
  box-shadow: -4px 0px 6px -3px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid #225496;
  transition: ease-in-out 444ms;
  width: 250px;
}
@media (min-width: 995px) {
  #masthead .nav-top .search-form {
    width: 320px;
  }
}
#masthead .nav-top .search-form .search-field {
  border: none;
  font-size: 16px;
  padding: 13px 0px;
  text-indent: 9px;
  width: 100%;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
}
#masthead .nav-top .search-form .search-submit {
  position: absolute;
  right: 0;
  font-size: 16px;
  margin-left: -4px;
  padding: 7.5px 8px;
  background: #fff;
  border: none;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #bbd530;
  bottom: 0;
  height: 100%;
}
#masthead .nav-top .search-form .search-submit:hover {
  color: #225496;
  cursor: pointer;
}
#masthead .nav-top .search-form .search-submit .icon-search {
  position: absolute;
}
#masthead .nav-top .open {
  right: 40px;
  top: 10px;
}
@media (min-width: 995px) {
  #masthead .nav-top .open {
    top: 16px;
  }
}
@media (min-width: 1240px) {
  #masthead .nav-top .open {
    top: 21px;
    padding: 4px 0;
  }
}
#masthead .nav-top #menu-top-nav > li {
  padding: 6px 0px;
}
#masthead .nav-top #menu-top-nav > li a {
  border-right: 1px solid #e9e9e9;
  padding: 0 7px;
}
@media (min-width: 1240px) {
  #masthead .nav-top #menu-top-nav > li a {
    padding: 0 12px;
  }
}

/*--------------------------------------------------------------*/
/* NAVIGATION */
/*--------------------------------------------------------------*/
#primaryNavigation {
  background: #f3f4f5;
  z-index: 999;
  position: relative;
}
#primaryNavigation .wrapper {
  position: relative;
  padding: 0;
}
@media (min-width: 995px) {
  #primaryNavigation .wrapper {
    padding: 0 50px;
  }
}
#primaryNavigation #mega-menu-primary {
  max-width: 1440px !important;
  margin: 0 auto !important;
}
@media (max-width: 995px) {
  #primaryNavigation #mega-menu-primary {
    border-bottom: 10px solid #225496 !important;
    padding: 0px !important;
  }
}
#primaryNavigation #mega-menu-primary .mega-menu-link {
  line-height: normal !important;
  font-size: 15px !important;
  padding: 0 9px !important;
}
@media (min-width: 1240px) {
  #primaryNavigation #mega-menu-primary .mega-menu-link {
    padding: 0 20px !important;
    font-size: 18px !important;
  }
}
@media (min-width: 1440px) {
  #primaryNavigation #mega-menu-primary .mega-menu-link {
    padding: 0 28px !important;
  }
}
#primaryNavigation #mega-menu-primary .mega-sub-menu {
  width: 100%;
}
@media (min-width: 995px) {
  #primaryNavigation #mega-menu-primary .mega-sub-menu {
    min-width: 280px !important;
    border-bottom: 10px solid #225496 !important;
  }
}
#primaryNavigation #mega-menu-primary .mega-sub-menu .mega-menu-link {
  padding: 12px 9px !important;
  font-size: 16px !important;
}
@media (min-width: 1240px) {
  #primaryNavigation #mega-menu-primary .mega-sub-menu .mega-menu-link {
    padding: 12px 20px !important;
  }
}
@media (min-width: 1440px) {
  #primaryNavigation #mega-menu-primary .mega-sub-menu .mega-menu-link {
    padding: 12px 28px !important;
  }
}
#primaryNavigation .mega-toggle-block-1::before,
#primaryNavigation .mega-toggle-block-1::after {
  color: #225496 !important;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#primaryNavigation .mega-toggle-block-1::before {
  font-size: 48px !important;
  line-height: 61px;
  margin: 0px !important;
}
#primaryNavigation .mega-toggle-label {
  font-weight: 700 !important;
}
#primaryNavigation .mega-menu-link {
  letter-spacing: -0.5px;
}
#primaryNavigation #mega-menu-item-627 .mega-menu-link {
  border: 0 !important;
}
@media (min-width: 995px) {
  #primaryNavigation #mega-menu-item-299 a.mega-menu-link {
    padding-left: 0px !important;
  }
}
@media (min-width: 995px) {
  #primaryNavigation #mega-menu-item-1159, #primaryNavigation #mega-menu-item-9643 {
    right: 99px !important;
    position: absolute !important;
    display: table !important;
    height: 60px !important;
    padding: 0 18px !important;
    top: 0 !important;
    background: #225496 !important;
  }
}
@media (min-width: 995px) {
  #primaryNavigation #mega-menu-item-1159:hover, #primaryNavigation #mega-menu-item-9643:hover {
    background: #e17424 !important;
  }
}
#primaryNavigation #mega-menu-item-1159 .mega-menu-link, #primaryNavigation #mega-menu-item-9643 .mega-menu-link {
  display: table-cell !important;
  vertical-align: middle !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 0px !important;
  border: none !important;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 995px) {
  #primaryNavigation #mega-menu-item-1159 .mega-menu-link, #primaryNavigation #mega-menu-item-9643 .mega-menu-link {
    font-size: 18px !important;
  }
}
@media (min-width: 995px) {
  #primaryNavigation #mega-menu-item-1159 {
    background: #bbd530 !important;
    right: 0px !important;
    top: 0 !important;
  }
}

@media (max-width: 995px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #fff !important;
  }
}

#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
  top: 40px !important;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child {
  position: relative;
}
@media (min-width: 995px) {
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child::before {
    position: absolute;
    content: "▲";
    font-size: 40px;
    display: inline-block;
    color: #17345b;
    top: -35px;
    transform: scale(2.5, 1);
    left: 20px;
    pointer-events: none;
  }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  position: absolute;
  left: 100%;
  top: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item:first-child::before {
  display: none;
}

@media (max-width: 995px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 12px 9px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    display: block !important;
    font-size: 18px !important;
    height: 51px !important;
  }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link::after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link::after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link::after {
  font-family: "icomoon" !important;
  content: "\e315" !important;
  color: #a7cfed !important;
  font-size: 22px !important;
}

@media (min-width: 995px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link::after {
    display: none !important;
  }
}

#locations-button, #donate-button {
  position: absolute;
  display: table;
  height: 60px;
  padding: 0 18px;
  right: 91.4px;
  top: 0;
  background: #225496;
  color: #fff;
  font-size: 15px;
  transition: ease-in 111ms;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 995px) {
  #locations-button, #donate-button {
    display: none;
  }
}
#locations-button:hover, #donate-button:hover {
  background: #e17424;
}
#locations-button span, #donate-button span {
  display: table-cell;
  vertical-align: middle;
}

#donate-button {
  background: #bbd530;
  right: 0px;
  top: 0;
}

@media (min-width: 995px) {
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: absolute;
    left: 100%;
    top: 0px !important;
    padding: 0px !important;
    border-bottom: 10px solid #17345b !important;
  }
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
  padding: 0px !important;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #225496;
}
@media (max-width: 995px) {
  #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 10px 20px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
  }
}

@media (max-width: 995px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding-left: 15px !important;
    background: #225496 !important;
    font-size: 15px !important;
  }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link::after {
  font-family: "icomoon" !important;
  content: "\e315" !important;
  color: #a7cfed !important;
}

@media (max-width: 995px) {
  #mega-menu-item-866, #mega-menu-item-2537, #mega-menu-item-867, #mega-menu-item-8765, #mega-menu-item-9678, #mega-menu-item-12701 {
    background: #a7cfed !important;
  }
}
#mega-menu-item-866 a.mega-menu-link, #mega-menu-item-2537 a.mega-menu-link, #mega-menu-item-867 a.mega-menu-link, #mega-menu-item-8765 a.mega-menu-link, #mega-menu-item-9678 a.mega-menu-link, #mega-menu-item-12701 a.mega-menu-link {
  color: #17345b !important;
}
#mega-menu-item-866 a.mega-menu-link:hover, #mega-menu-item-2537 a.mega-menu-link:hover, #mega-menu-item-867 a.mega-menu-link:hover, #mega-menu-item-8765 a.mega-menu-link:hover, #mega-menu-item-9678 a.mega-menu-link:hover, #mega-menu-item-12701 a.mega-menu-link:hover {
  color: #17345b !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  color: #fff !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
  content: "\f345" !important;
}

/*==============================================================*/
/*==============================================================*/
.site-footer {
  text-align: center;
  padding-bottom: 30px;
}
@media (min-width: 995px) {
  .site-footer {
    padding-bottom: 70px;
  }
}
.site-footer .menu-footer-top-navigation-container {
  display: none;
}
@media (min-width: 995px) {
  .site-footer .menu-footer-top-navigation-container {
    border-top: 1px solid #e9e9e9;
    margin-top: 35px;
    margin: 0 auto 15px;
    display: table;
    height: 90px;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
  }
}
.site-footer .menu-footer-top-navigation-container ul {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
}
@media (min-width: 995px) {
  .site-footer .menu-footer-top-navigation-container ul li {
    display: inline-block;
    padding: 0 15px;
    border-right: 3px solid #e9e9e9;
  }
  .site-footer .menu-footer-top-navigation-container ul li:last-child {
    border: none;
  }
}
.site-footer .menu-footer-top-navigation-container ul a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
  font-size: 20px;
}
.site-footer .menu-footer-top-navigation-container ul a:hover {
  color: #17345b;
}
.site-footer .menu-footer-bottom-navigation-container {
  margin: 15px auto 25px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
  display: table;
  width: 100%;
}
@media (min-width: 995px) {
  .site-footer .menu-footer-bottom-navigation-container {
    margin: 25px auto 50px auto;
    border: none;
  }
}
.site-footer .menu-footer-bottom-navigation-container ul {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
}
.site-footer .menu-footer-bottom-navigation-container ul li {
  display: block;
  padding: 12px;
}
@media (min-width: 995px) {
  .site-footer .menu-footer-bottom-navigation-container ul li {
    display: inline-block;
    padding: 0 15px;
    border-right: 2px solid #e9e9e9;
  }
  .site-footer .menu-footer-bottom-navigation-container ul li:last-child {
    border: none;
  }
}
.site-footer .menu-footer-bottom-navigation-container ul a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  color: #225496;
  font-size: 16px;
}
.site-footer .menu-footer-bottom-navigation-container ul a:hover {
  color: #17345b;
}
.site-footer h4 {
  margin-bottom: 10px;
  font: 16px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #8d8685;
}
.site-footer .social {
  margin-bottom: 50px;
}
.site-footer .social li {
  display: inline-block;
  padding: 0 6px;
}
.site-footer .social li a {
  color: #bbd530;
  font-size: 48px;
}
.site-footer .social li a:hover {
  color: #17345b;
}
.site-footer .header-line::before,
.site-footer .header-line::after {
  top: 50%;
  border-top: 1px solid #e9e9e9;
}
.site-footer .logo {
  width: 209px;
  font-size: 35px;
  display: block;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: content-box;
}
.site-footer .copy {
  font-size: 16px;
  line-height: 2;
  padding: 0 20px;
}
.site-footer .copy a {
  display: inline-block;
  margin-top: 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #225496;
}
.site-footer .copy a:hover {
  color: #17345b;
}

@media (min-width: 995px) {
  html[lang=so] #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, html[lang=es] #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, html[lang=fr] #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, html[lang=yo] #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, html[lang=am] #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px !important;
  }
}

/*==============================================================*/
/*==============================================================*/
.wrapper .gform_wrapper, .pum-container .gform_wrapper {
  margin-bottom: 30px;
}
.wrapper .gform_wrapper .gsection_description, .pum-container .gform_wrapper .gsection_description {
  line-height: 1.4;
}
.wrapper .gform_wrapper .gform_heading, .pum-container .gform_wrapper .gform_heading {
  margin-bottom: 30px;
}
.wrapper .gform_wrapper .gform_fields, .pum-container .gform_wrapper .gform_fields {
  margin: 30px 0 0 0;
  text-align: left;
}
.wrapper .gform_wrapper .gfield, .pum-container .gform_wrapper .gfield {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
  line-height: 1;
}
.wrapper .gform_wrapper .gfield:before, .pum-container .gform_wrapper .gfield:before {
  display: none;
}
.wrapper .gform_wrapper label, .pum-container .gform_wrapper label {
  text-align: left;
  display: block;
  font-size: 0.9em;
  color: #333;
  margin: 4px 0 0 0;
}
.wrapper .gform_wrapper .gfield_label, .pum-container .gform_wrapper .gfield_label {
  font-size: 1em;
  color: #225496;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  margin: 0 0 3px 0;
}
.wrapper .gform_wrapper .gfield_required, .pum-container .gform_wrapper .gfield_required {
  color: #e17424;
}
.wrapper .gform_wrapper input, .wrapper .gform_wrapper textarea, .pum-container .gform_wrapper input, .pum-container .gform_wrapper textarea {
  width: 100%;
  box-shadow: none;
  border: 1px solid transparent;
  font-size: 0.9em;
  padding: 8px;
  height: 45px;
  background: #f3f4f5;
}
.wrapper .gform_wrapper textarea, .pum-container .gform_wrapper textarea {
  height: 200px;
}
.wrapper .gform_wrapper .gfield_description, .pum-container .gform_wrapper .gfield_description {
  font-size: 0.9em;
  clear: both;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  margin: 5px 0;
}
.wrapper .gform_wrapper .form-time .ginput_complex, .pum-container .gform_wrapper .form-time .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wrapper .gform_wrapper .form-time .ginput_complex div, .pum-container .gform_wrapper .form-time .ginput_complex div {
  margin: 4px 0;
  margin-right: 4px;
}
.wrapper .gform_wrapper .form-time .ginput_complex .gfield_time_ampm, .pum-container .gform_wrapper .form-time .ginput_complex .gfield_time_ampm {
  width: 90px;
  margin-left: 4px;
}
.wrapper .gform_wrapper .gform_validation_container, .pum-container .gform_wrapper .gform_validation_container {
  display: none;
}
.wrapper .gform_wrapper .form-left, .pum-container .gform_wrapper .form-left {
  width: 100%;
  float: left;
}
@media (min-width: 640px) {
  .wrapper .gform_wrapper .form-left, .pum-container .gform_wrapper .form-left {
    width: 48%;
  }
}
.wrapper .gform_wrapper .form-right, .pum-container .gform_wrapper .form-right {
  width: 100%;
  float: right;
  clear: right;
}
@media (min-width: 640px) {
  .wrapper .gform_wrapper .form-right, .pum-container .gform_wrapper .form-right {
    width: 48%;
  }
}
@media (min-width: 640px) {
  .wrapper .gform_wrapper .form-left-third, .pum-container .gform_wrapper .form-left-third {
    width: 30.667%;
    float: left;
    clear: left;
  }
}
@media (min-width: 640px) {
  .wrapper .gform_wrapper .form-middle-third, .pum-container .gform_wrapper .form-middle-third {
    width: 30.667%;
    float: left;
    clear: none;
    margin: 0 4%;
  }
}
@media (min-width: 640px) {
  .wrapper .gform_wrapper .form-right-third, .pum-container .gform_wrapper .form-right-third {
    width: 30.667%;
    float: left;
    clear: right;
  }
}
.wrapper .gform_wrapper .form-name span, .pum-container .gform_wrapper .form-name span {
  display: block;
}
.wrapper .gform_wrapper .form-name span.gfield_required, .pum-container .gform_wrapper .form-name span.gfield_required {
  display: inline-block;
}
.wrapper .gform_wrapper .form-name .name_first, .pum-container .gform_wrapper .form-name .name_first {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .wrapper .gform_wrapper .form-name .name_first, .pum-container .gform_wrapper .form-name .name_first {
    margin-bottom: 0px;
    width: 48%;
  }
}
.wrapper .gform_wrapper .form-name .name_last, .pum-container .gform_wrapper .form-name .name_last {
  width: 100%;
  float: right;
  clear: right;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .wrapper .gform_wrapper .form-name .name_last, .pum-container .gform_wrapper .form-name .name_last {
    margin-bottom: 0px;
    width: 48%;
  }
}
@media (min-width: 640px) {
  .wrapper .gform_wrapper .form-left-third, .pum-container .gform_wrapper .form-left-third {
    width: 30.667%;
    float: left;
    clear: left;
  }
}
@media (min-width: 640px) {
  .wrapper .gform_wrapper .form-middle-third, .pum-container .gform_wrapper .form-middle-third {
    width: 30.667%;
    float: left;
    clear: none;
    margin: 0 4%;
  }
}
@media (min-width: 640px) {
  .wrapper .gform_wrapper .form-right-third, .pum-container .gform_wrapper .form-right-third {
    width: 30.667%;
    float: left;
    clear: right;
  }
}
.wrapper .gform_wrapper .form-address span, .pum-container .gform_wrapper .form-address span {
  display: block;
}
.wrapper .gform_wrapper .form-address span.gfield_required, .pum-container .gform_wrapper .form-address span.gfield_required {
  display: inline-block;
}
.wrapper .gform_wrapper .form-address .address_line_1, .pum-container .gform_wrapper .form-address .address_line_1 {
  margin-bottom: 15px;
}
.wrapper .gform_wrapper .form-address .address_city, .pum-container .gform_wrapper .form-address .address_city {
  float: left;
  width: 41%;
  margin-right: 4%;
}
.wrapper .gform_wrapper .form-address .address_state, .pum-container .gform_wrapper .form-address .address_state {
  float: left;
  width: 28%;
}
.wrapper .gform_wrapper .form-address .address_zip, .pum-container .gform_wrapper .form-address .address_zip {
  float: right;
  width: 23%;
  margin-left: 4%;
}
.wrapper .gform_wrapper .gfield_checkbox, .wrapper .gform_wrapper .gfield_radio, .pum-container .gform_wrapper .gfield_checkbox, .pum-container .gform_wrapper .gfield_radio {
  margin: 0;
}
.wrapper .gform_wrapper .gfield_checkbox .gchoice, .wrapper .gform_wrapper .gfield_radio .gchoice, .pum-container .gform_wrapper .gfield_checkbox .gchoice, .pum-container .gform_wrapper .gfield_radio .gchoice {
  display: inline-block;
  margin: 5px 20px 0 2px;
}
.wrapper .gform_wrapper .gfield_checkbox .gchoice input, .wrapper .gform_wrapper .gfield_checkbox .gchoice label, .wrapper .gform_wrapper .gfield_radio .gchoice input, .wrapper .gform_wrapper .gfield_radio .gchoice label, .pum-container .gform_wrapper .gfield_checkbox .gchoice input, .pum-container .gform_wrapper .gfield_checkbox .gchoice label, .pum-container .gform_wrapper .gfield_radio .gchoice input, .pum-container .gform_wrapper .gfield_radio .gchoice label {
  display: inline-block;
  margin: 0;
  height: auto;
  width: auto;
  vertical-align: middle;
  font-size: 1em;
}
.wrapper .gform_wrapper .gfield_checkbox .gchoice label, .wrapper .gform_wrapper .gfield_radio .gchoice label, .pum-container .gform_wrapper .gfield_checkbox .gchoice label, .pum-container .gform_wrapper .gfield_radio .gchoice label {
  padding: 2px 0;
}
.wrapper .gform_wrapper .gfield_radio input, .pum-container .gform_wrapper .gfield_radio input {
  transform: scale(1.1);
  margin-right: 2px;
}
.wrapper .gform_wrapper .gfield_html, .pum-container .gform_wrapper .gfield_html {
  margin-top: 30px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.wrapper .gform_wrapper h3, .pum-container .gform_wrapper h3 {
  color: #a7cfed;
  text-align: left;
}
.wrapper .gform_wrapper .custom-select, .wrapper .gform_wrapper .ginput_container_select, .pum-container .gform_wrapper .custom-select, .pum-container .gform_wrapper .ginput_container_select {
  position: relative;
  background: #f3f4f5;
  border: 1px solid transparent;
}
.wrapper .gform_wrapper .custom-select:after, .wrapper .gform_wrapper .ginput_container_select:after, .pum-container .gform_wrapper .custom-select:after, .pum-container .gform_wrapper .ginput_container_select:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-size: 22px;
  position: absolute;
  top: 8px;
  right: 10px;
}
.wrapper .gform_wrapper .custom-select select, .wrapper .gform_wrapper .ginput_container_select select, .pum-container .gform_wrapper .custom-select select, .pum-container .gform_wrapper .ginput_container_select select {
  font-size: 14px;
  border: none;
  background: transparent;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  color: black;
}
@supports (-webkit-appearance: none) or (appearance: none) or ((-moz-appearance: none) and (mask-type: alpha)) {
  .wrapper .gform_wrapper .custom-select select, .wrapper .gform_wrapper .ginput_container_select select, .pum-container .gform_wrapper .custom-select select, .pum-container .gform_wrapper .ginput_container_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .wrapper .gform_wrapper .custom-select:after, .wrapper .gform_wrapper .ginput_container_select:after, .pum-container .gform_wrapper .custom-select:after, .pum-container .gform_wrapper .ginput_container_select:after {
    display: block;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wrapper .gform_wrapper .custom-select select::-ms-expand, .pum-container .gform_wrapper .custom-select select::-ms-expand {
    display: none;
  }
  .wrapper .gform_wrapper .custom-select select:focus::-ms-value, .pum-container .gform_wrapper .custom-select select:focus::-ms-value {
    background: transparent;
  }
  .wrapper .gform_wrapper .custom-select select, .pum-container .gform_wrapper .custom-select select {
    background: transparent;
    border: none;
  }
  .wrapper .gform_wrapper .custom-select::after, .pum-container .gform_wrapper .custom-select::after {
    display: block;
  }
}
.wrapper .gform_wrapper .gform_footer, .pum-container .gform_wrapper .gform_footer {
  clear: both;
}
.wrapper .gform_wrapper .gform_button, .pum-container .gform_wrapper .gform_button {
  text-transform: uppercase;
  padding: 0;
  line-height: normal;
  padding: 12px 20px;
  height: auto;
  cursor: pointer;
  color: white;
  background: #bbd530;
  width: 200px;
  font-size: 1.2em;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.wrapper .gform_wrapper .gform_button:hover, .pum-container .gform_wrapper .gform_button:hover {
  background: #a7cfed;
}
.wrapper .gform_wrapper #error, .pum-container .gform_wrapper #error {
  display: none;
}
.wrapper .gform_wrapper .validation_error, .pum-container .gform_wrapper .validation_error {
  color: #e17424;
  margin-bottom: 30px;
  font-size: 1.1em;
}
.wrapper .gform_wrapper .gfield_error input, .wrapper .gform_wrapper .gfield_error textarea, .wrapper .gform_wrapper .gfield_error .custom-select, .pum-container .gform_wrapper .gfield_error input, .pum-container .gform_wrapper .gfield_error textarea, .pum-container .gform_wrapper .gfield_error .custom-select {
  border: 1px solid #fdbb11;
}
.wrapper .gform_wrapper .gfield_error .validation_message, .pum-container .gform_wrapper .gfield_error .validation_message {
  display: block;
  float: left;
  width: 100%;
  font-size: 11px;
  color: #e17424;
  margin: 4px 0 0 0;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}

.gform_confirmation_message {
  color: #225496;
  font-size: 1.1em;
  margin: 30px 0;
  text-align: center;
}

/*==============================================================*/
/*==============================================================*/
#gravityFormBlue > .gform_wrapper {
  margin-bottom: 30px;
}
#gravityFormBlue > .gform_wrapper .gform_heading {
  margin-bottom: 30px;
}
#gravityFormBlue > .gform_wrapper ul.gform_fields {
  margin: 30px 0 0 0;
  text-align: left;
}
#gravityFormBlue > .gform_wrapper li {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
  line-height: 1;
}
#gravityFormBlue > .gform_wrapper li:before {
  display: none;
}
#gravityFormBlue > .gform_wrapper label {
  text-align: left;
  display: block;
  font-size: 0.8em;
  color: #fff;
  margin: 4px 0 0 0;
}
#gravityFormBlue > .gform_wrapper label.gfield_label {
  font-size: 1em;
  color: #bbd530 !important;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  margin: 0 0 3px 0;
}
#gravityFormBlue > .gform_wrapper .gfield_required {
  color: #e17424;
}
#gravityFormBlue > .gform_wrapper input, #gravityFormBlue > .gform_wrapper textarea {
  width: 100%;
  box-shadow: none;
  border: 1px solid transparent;
  font-size: 0.9em;
  padding: 8px;
  height: 40px;
  background: #f3f4f5;
}
#gravityFormBlue > .gform_wrapper textarea {
  height: 200px;
}
#gravityFormBlue > .gform_wrapper .gfield_description {
  font-size: 0.9em;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  margin: 5px 0;
}
#gravityFormBlue > .gform_wrapper .gform_validation_container {
  display: none;
}
#gravityFormBlue > .gform_wrapper .form-left {
  width: 48%;
  float: left;
}
#gravityFormBlue > .gform_wrapper .form-right {
  width: 48%;
  float: right;
  clear: right;
}
@media (min-width: 640px) {
  #gravityFormBlue > .gform_wrapper .form-left-third {
    width: 30.667%;
    float: left;
    clear: left;
  }
}
@media (min-width: 640px) {
  #gravityFormBlue > .gform_wrapper .form-middle-third {
    width: 30.667%;
    float: left;
    clear: none;
    margin: 0 4%;
  }
}
@media (min-width: 640px) {
  #gravityFormBlue > .gform_wrapper .form-right-third {
    width: 30.667%;
    float: left;
    clear: right;
  }
}
#gravityFormBlue > .gform_wrapper .form-name span {
  display: block;
}
#gravityFormBlue > .gform_wrapper .form-name span.gfield_required {
  display: inline-block;
}
#gravityFormBlue > .gform_wrapper .form-name .name_first {
  width: 48%;
  float: left;
}
#gravityFormBlue > .gform_wrapper .form-name .name_last {
  width: 48%;
  float: right;
  clear: right;
}
#gravityFormBlue > .gform_wrapper .form-address span {
  display: block;
}
#gravityFormBlue > .gform_wrapper .form-address span.gfield_required {
  display: inline-block;
}
#gravityFormBlue > .gform_wrapper .form-address .address_line_1 {
  margin-bottom: 15px;
}
#gravityFormBlue > .gform_wrapper .form-address .address_city {
  float: left;
  width: 41%;
  margin-right: 4%;
}
#gravityFormBlue > .gform_wrapper .form-address .address_state {
  float: left;
  width: 28%;
}
#gravityFormBlue > .gform_wrapper .form-address .address_zip {
  float: right;
  width: 23%;
  margin-left: 4%;
}
#gravityFormBlue > .gform_wrapper ul.gfield_checkbox, #gravityFormBlue > .gform_wrapper ul.gfield_radio {
  margin: 0;
}
#gravityFormBlue > .gform_wrapper ul.gfield_checkbox li, #gravityFormBlue > .gform_wrapper ul.gfield_radio li {
  display: inline-block;
  margin: 5px 20px 0 0;
}
#gravityFormBlue > .gform_wrapper ul.gfield_checkbox li input, #gravityFormBlue > .gform_wrapper ul.gfield_checkbox li label, #gravityFormBlue > .gform_wrapper ul.gfield_radio li input, #gravityFormBlue > .gform_wrapper ul.gfield_radio li label {
  display: inline-block;
  margin: 0;
  height: auto;
  width: auto;
  vertical-align: middle;
  font-size: 0.9em;
}
#gravityFormBlue > .gform_wrapper ul.gfield_checkbox li label, #gravityFormBlue > .gform_wrapper ul.gfield_radio li label {
  padding: 2px 0;
}
#gravityFormBlue > .gform_wrapper ul.gfield_radio li input {
  width: 20px;
  margin-right: 2px;
}
#gravityFormBlue > .gform_wrapper .gfield_html {
  margin-top: 30px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
#gravityFormBlue > .gform_wrapper h3 {
  color: #a7cfed;
  text-align: left;
}
#gravityFormBlue > .gform_wrapper .custom-select {
  position: relative;
  background: #f3f4f5;
  border: 1px solid transparent;
}
#gravityFormBlue > .gform_wrapper .custom-select:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-size: 22px;
  position: absolute;
  top: 8px;
  right: 10px;
}
#gravityFormBlue > .gform_wrapper .custom-select select {
  font-size: 1em;
  border: none;
  background: transparent;
  height: 38px;
  padding-left: 10px;
  width: 100%;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  color: black;
}
@supports (-webkit-appearance: none) or (appearance: none) or ((-moz-appearance: none) and (mask-type: alpha)) {
  #gravityFormBlue > .gform_wrapper .custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #gravityFormBlue > .gform_wrapper .custom-select:after {
    display: block;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #gravityFormBlue > .gform_wrapper .custom-select select::-ms-expand {
    display: none;
  }
  #gravityFormBlue > .gform_wrapper .custom-select select:focus::-ms-value {
    background: transparent;
  }
  #gravityFormBlue > .gform_wrapper .custom-select select {
    background: transparent;
    border: none;
  }
  #gravityFormBlue > .gform_wrapper .custom-select::after {
    display: block;
  }
}
#gravityFormBlue > .gform_wrapper .gform_footer {
  clear: both;
}
#gravityFormBlue > .gform_wrapper .gform_button {
  text-transform: uppercase;
  padding: 0;
  line-height: 40px;
  cursor: pointer;
  color: white;
  background: #bbd530;
  width: 200px;
  font-size: 1.2em;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#gravityFormBlue > .gform_wrapper .gform_button:hover {
  background: #a7cfed;
}
#gravityFormBlue > .gform_wrapper .gform_validation_errors {
  display: none;
}
#gravityFormBlue > .gform_wrapper .gfield_error input, #gravityFormBlue > .gform_wrapper .gfield_error textarea, #gravityFormBlue > .gform_wrapper .gfield_error .custom-select {
  border: 1px solid #fdbb11 !important;
}
#gravityFormBlue > .gform_wrapper .gfield_error .validation_message {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #e17424;
  text-align: left;
  font-size: 13px;
  display: block;
  clear: both;
  padding-top: 7px;
}

.gform_confirmation_message {
  color: #225496;
  font-size: 1.1em;
  margin: 30px 0;
  text-align: center;
}

#gform_wrapper_1 label, #gform_wrapper_2 label, #gform_wrapper_3 label {
  color: #f3f4f5;
}
#gform_wrapper_1 label.gfield_label, #gform_wrapper_2 label.gfield_label, #gform_wrapper_3 label.gfield_label {
  color: #bbd530;
}
#gform_wrapper_1 .custom-select, #gform_wrapper_2 .custom-select, #gform_wrapper_3 .custom-select {
  background: white;
}

#gform_confirmation_message_1, #gform_confirmation_message_2, #gform_confirmation_message_3 {
  color: #fdbb11;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.gform_required_legend {
  display: none;
}

#newsletterSingle {
  margin-bottom: 30px;
}
#newsletterSingle .wp-playlist.wp-audio-playlist {
  padding: 40px 30px;
  border: 1px solid #e9e9e9;
  border-top: 4px solid #bbd530;
}
#newsletterSingle .wp-playlist.wp-audio-playlist .mejs-container, #newsletterSingle .wp-playlist.wp-audio-playlist .mejs-container .mejs-controls, #newsletterSingle .wp-playlist.wp-audio-playlist .mejs-embed, #newsletterSingle .wp-playlist.wp-audio-playlist .mejs-embed body {
  background: #225496;
}
#newsletterSingle .wp-playlist.wp-audio-playlist .wp-playlist-caption, #newsletterSingle .wp-playlist.wp-audio-playlist .wp-playlist-current-item .wp-playlist-item-artist, #newsletterSingle .wp-playlist.wp-audio-playlist .wp-playlist-current-item .wp-playlist-item-title, #newsletterSingle .wp-playlist.wp-audio-playlist .wp-playlist-item-album {
  text-overflow: inherit;
  white-space: inherit;
  overflow: inherit;
}
#newsletterSingle .wp-playlist.wp-audio-playlist img {
  display: none;
}
#newsletterSingle .wp-playlist.wp-audio-playlist .wp-playlist-caption {
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
  text-align: center;
  max-width: none;
}
#newsletterSingle .wp-playlist.wp-audio-playlist .wp-playlist-caption .wp-playlist-item-title {
  font-size: 20px;
  line-height: 1;
}
#newsletterSingle .wp-playlist.wp-audio-playlist .wp-playlist-tracks .wp-playlist-caption {
  text-align: left;
}
#newsletterSingle .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1400px;
}
#newsletterSingle .headline {
  padding: 20px 0px;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
}
#newsletterSingle .headline h2 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #bbd530;
  font-size: 30px;
  text-transform: uppercase;
}
@media (min-width: 995px) {
  #newsletterSingle .headline h2 {
    font-size: 36px;
  }
}
#newsletterSingle .container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#newsletterSingle .container .mainContent {
  width: 100%;
}
@media (min-width: 995px) {
  #newsletterSingle .container .mainContent {
    width: calc(100% - 350px);
    padding-right: 36px;
  }
}
#newsletterSingle .container .mainContent .vidwrap {
  max-width: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
}
#newsletterSingle .container .mainContent .newsletterblock {
  margin-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}
#newsletterSingle .container .mainContent .newsletterblock img.featured {
  margin-bottom: 20px;
  width: 100%;
  max-width: none;
}
#newsletterSingle .container .mainContent .kippsterblock {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 995px) {
  #newsletterSingle .container .mainContent .kippsterblock {
    margin-bottom: 30px;
  }
}
#newsletterSingle .container .mainContent .kippsterblock .img-container {
  width: 275px;
  margin: 0 auto 20px;
  text-align: center;
}
@media (min-width: 640px) {
  #newsletterSingle .container .mainContent .kippsterblock .img-container {
    margin: 0 auto;
  }
}
#newsletterSingle .container .mainContent .kippsterblock .img-container img {
  width: 100%;
  height: auto;
}
#newsletterSingle .container .mainContent .kippsterblock .blockBody {
  width: 100%;
  text-align: center;
}
@media (min-width: 640px) {
  #newsletterSingle .container .mainContent .kippsterblock .blockBody {
    width: calc(100% - 275px);
    padding-left: 35px;
    text-align: left;
  }
}
#newsletterSingle .container .mainContent .kippsterblock h2.title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 8px;
  color: #225496 !important;
}
@media (min-width: 640px) {
  #newsletterSingle .container .mainContent .kippsterblock h2.title {
    font-size: 27px !important;
    text-align: left;
  }
}
@media (min-width: 995px) {
  #newsletterSingle .container .mainContent .kippsterblock h2.title {
    font-size: 32px !important;
    margin-bottom: 15px;
  }
}
#newsletterSingle .container .mainContent .kippsterblock h2 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  color: #bbd530;
}
@media (min-width: 640px) {
  #newsletterSingle .container .mainContent .kippsterblock h2 {
    font-size: 24px !important;
  }
}
#newsletterSingle .container .mainContent .kippsterblock h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  display: block;
  color: #225496;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  font-size: 16px;
}
@media (min-width: 640px) {
  #newsletterSingle .container .mainContent .kippsterblock h3 {
    font-size: 18px !important;
  }
}
#newsletterSingle .container .mainContent .newsletterblock.additionalBlocks:last-of-type {
  border-bottom: none;
}
#newsletterSingle .container .mainContent .blockHeader {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
}
@media (min-width: 520px) {
  #newsletterSingle .container .mainContent .blockHeader {
    font-size: 27px;
  }
}
@media (min-width: 995px) {
  #newsletterSingle .container .mainContent .blockHeader {
    font-size: 36px;
  }
}
#newsletterSingle .container .mainContent .blockBody p.intro-text {
  margin-top: 0px !important;
  line-height: 1.4;
}
#newsletterSingle .container .mainContent .blockBody h3 {
  font-size: 22px;
}
@media (min-width: 520px) {
  #newsletterSingle .container .mainContent .blockBody h3 {
    font-size: 24px;
  }
}
@media (min-width: 995px) {
  #newsletterSingle .container .mainContent .blockBody h3 {
    font-size: 27px;
  }
}
#newsletterSingle .container .mainContent .blockBody h2 {
  font-size: 24px;
}
@media (min-width: 520px) {
  #newsletterSingle .container .mainContent .blockBody h2 {
    font-size: 27px;
  }
}
@media (min-width: 995px) {
  #newsletterSingle .container .mainContent .blockBody h2 {
    font-size: 36px;
  }
}
#newsletterSingle .container .mainContent .blockBody p {
  margin-bottom: 20px;
  line-height: 1.4;
}
#newsletterSingle .container .mainContent .blockBody strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#newsletterSingle .container .mainContent .blockBody em {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
#newsletterSingle .container .mainContent .blockBody strong em,
#newsletterSingle .container .mainContent .blockBody em strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
#newsletterSingle .container .mainContent .blockBody a {
  color: #17345b;
}
#newsletterSingle .container .mainContent .blockBody a:hover {
  color: #a7cfed;
}
#newsletterSingle .container .mainContent .blockBody ul, #newsletterSingle .container .mainContent .blockBody ol {
  clear: both;
  margin-bottom: 40px;
}
#newsletterSingle .container .mainContent .blockBody ul li, #newsletterSingle .container .mainContent .blockBody ol li {
  line-height: 1.4em;
}
#newsletterSingle .container .mainContent .blockBody ul {
  margin-left: 20px;
}
#newsletterSingle .container .mainContent .blockBody ul li {
  position: relative;
  margin-bottom: 14px;
}
#newsletterSingle .container .mainContent .blockBody ul li:before {
  color: #bbd530;
  position: absolute;
  content: "•";
  margin-left: -12px;
  font-size: 18px;
}
#newsletterSingle .container .mainContent .blockBody ol li {
  counter-increment: numerals;
  margin-bottom: 4px;
  margin-left: 35px;
  position: relative;
}
#newsletterSingle .container .mainContent .blockBody ol li:before {
  content: counter(numerals) ".";
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  position: absolute;
  font-size: 18px;
  margin: 0 4px 0 0px;
  width: 20px;
  display: inline-block;
  left: -25px;
  color: #bbd530;
}
#newsletterSingle .container .mainContent .blockBody hr {
  margin: 20px auto;
  width: 180px;
  background: #bbd530;
  height: 2px;
  border: none;
}
#newsletterSingle .container .sidebarContent {
  width: 100%;
}
@media (min-width: 995px) {
  #newsletterSingle .container .sidebarContent {
    width: 350px;
    padding-left: 36px;
    border-left: 1px solid #e9e9e9;
  }
}
#newsletterSingle .container .sidebarContent .sideBlock {
  margin-bottom: 60px;
}
#newsletterSingle .container .sidebarContent #whatsInside {
  display: none;
}
@media (min-width: 995px) {
  #newsletterSingle .container .sidebarContent #whatsInside {
    display: block;
  }
}
#newsletterSingle .container .sidebarContent #whatsInside a:hover {
  color: #225496;
}
#newsletterSingle .container .sidebarContent h3 {
  border-bottom: 2px solid #a7cfed;
  padding-bottom: 12px;
  margin-bottom: 16px;
  font-size: 22px;
  text-align: center;
}
@media (min-width: 520px) {
  #newsletterSingle .container .sidebarContent h3 {
    font-size: 24px;
  }
}
@media (min-width: 995px) {
  #newsletterSingle .container .sidebarContent h3 {
    font-size: 27px;
    text-align: left;
  }
}
#newsletterSingle .container .sidebarContent .content {
  padding: 35px 30px 15px;
  background: #17345b;
  color: #fff;
  line-height: 1.4;
}
#newsletterSingle .container .sidebarContent .content p {
  margin-bottom: 20px;
}
#newsletterSingle .container .sidebarContent .content strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#newsletterSingle .container .sidebarContent .content em {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
#newsletterSingle .container .sidebarContent .content strong em,
#newsletterSingle .container .sidebarContent .content em strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
#newsletterSingle .container .sidebarContent .content a {
  color: #bbd530;
}
#newsletterSingle .container .sidebarContent .content a:hover {
  color: #a7cfed;
}
#newsletterSingle .container .sidebarContent .content ul, #newsletterSingle .container .sidebarContent .content ol {
  clear: both;
  margin-bottom: 40px;
}
#newsletterSingle .container .sidebarContent .content ul li, #newsletterSingle .container .sidebarContent .content ol li {
  line-height: 1.2em;
}
#newsletterSingle .container .sidebarContent .content ul li a:hover, #newsletterSingle .container .sidebarContent .content ol li a:hover {
  color: #225496;
}
#newsletterSingle .container .sidebarContent .content ul {
  margin-left: 12px;
}
#newsletterSingle .container .sidebarContent .content ul li {
  position: relative;
  margin-bottom: 4px;
}
#newsletterSingle .container .sidebarContent .content ul li:before {
  color: #bbd530;
  position: absolute;
  content: "•";
  margin-left: -12px;
  font-size: 18px;
}
#newsletterSingle .container .sidebarContent ul.whatsInside {
  margin-left: 12px;
}
#newsletterSingle .container .sidebarContent ul.whatsInside li {
  position: relative;
  margin-bottom: 4px;
}
#newsletterSingle .container .sidebarContent ul.whatsInside li:before {
  color: #bbd530;
  position: absolute;
  content: "•";
  margin-left: -12px;
  font-size: 18px;
}
#newsletterSingle .container .sidebarContent ul.dates {
  text-align: center;
}
@media (min-width: 995px) {
  #newsletterSingle .container .sidebarContent ul.dates {
    text-align: left;
  }
}
#newsletterSingle .container .sidebarContent ul.dates li {
  margin-bottom: 12px;
}
#newsletterSingle .container .sidebarContent ul.dates li strong {
  color: #bbd530;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#newsletterSingle .container .sidebarContent ul#newsLinks li {
  margin-bottom: 20px;
  line-height: 1.2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#newsletterSingle .container .sidebarContent ul#newsLinks a {
  color: #225496;
}
#newsletterSingle .container .sidebarContent ul#newsLinks a:hover {
  color: #17345b;
}
#newsletterSingle .container .sidebarContent ul#newsLinks span.icon-link {
  color: #bbd530;
  margin-right: 12px;
}
@media (min-width: 995px) {
  #newsletterSingle .container .sidebarContent ul#newsLinks span.icon-link {
    padding-top: 4px;
  }
}
#newsletterSingle .container .sidebarContent #spotlight {
  text-align: center;
}
@media (min-width: 995px) {
  #newsletterSingle .container .sidebarContent #spotlight {
    text-align: left;
  }
}
#newsletterSingle .container .sidebarContent #spotlight .img-container {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 350px;
  display: block;
}
#newsletterSingle .container .sidebarContent #spotlight .img-container img {
  width: 100%;
  height: auto;
}
#newsletterSingle .container .sidebarContent #spotlight .img-container:last-of-type {
  margin-bottom: 0px;
}
#newsletterSingle .container .sidebarContent .spotlightFooter {
  border-top: 2px solid #a7cfed;
  padding-top: 20px;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 995px) {
  #newsletterSingle .container .sidebarContent .spotlightFooter {
    text-align: left;
  }
}
#newsletterSingle .container .sidebarContent .spotlightFooter p {
  font-size: 16px;
}
#newsletterSingle .container .sidebarContent ul.social {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
#newsletterSingle .container .sidebarContent ul.social a {
  color: #bbd530;
  display: inline-block;
  margin: 0 7px;
  font-size: 38px;
}
#newsletterSingle .container .sidebarContent ul.social a:hover {
  color: #17345b;
}
#newsletterSingle .container .sidebarContent ul.snapshots {
  text-align: center;
}
@media (min-width: 995px) {
  #newsletterSingle .container .sidebarContent ul.snapshots {
    text-align: left;
  }
}
#newsletterSingle .container .sidebarContent ul.snapshots li {
  margin-bottom: 30px;
}
#newsletterSingle .container .sidebarContent ul.snapshots img {
  margin-bottom: 4px;
}
#newsletterSingle .container .sidebarContent ul.snapshots p.caption {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  max-width: 350px;
  margin: 0 auto;
}
#newsletterSingle .container .sidebarContent #didYouKnow.sideBlock h3 {
  margin-bottom: 0px;
  text-align: center;
}
#newsletterSingle .container .sidebarContent #didYouKnow.sideBlock .content {
  text-align: center;
}
@media (min-width: 995px) {
  #newsletterSingle .container .sidebarContent #didYouKnow.sideBlock .content {
    text-align: left;
  }
}
#newsletterSingle .container .sidebarContent #didYouKnow.sideBlock a {
  color: #bbd530;
}
#newsletterSingle .container .sidebarContent #didYouKnow.sideBlock a:hover {
  color: #a7cfed;
}
#newsletterSingle .container .sidebarContent #didYouKnow.sideBlock img {
  margin-top: 0px;
}
#newsletterSingle .container .sidebarContent #nominate.sideBlock {
  margin-bottom: 0px;
}
#newsletterSingle .container .sidebarContent #nominate.sideBlock h3 {
  margin-bottom: 0px;
  border-bottom: 2px solid #bbd530;
  text-align: center;
}
#newsletterSingle .container .sidebarContent #nominate.sideBlock .content {
  background: #225496;
  text-align: center;
}
@media (min-width: 995px) {
  #newsletterSingle .container .sidebarContent #nominate.sideBlock .content {
    text-align: left;
  }
}

#audioBlock {
  margin-bottom: 40px;
}
#audioBlock .container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap-reverse;
}
#audioBlock .col1, #audioBlock .col2 {
  width: 100%;
}
@media (min-width: 1240px) {
  #audioBlock .col1, #audioBlock .col2 {
    width: 50%;
  }
}
#audioBlock .col1 {
  background: #225496;
}
#audioBlock .col1 .text {
  padding: 40px 30px;
}
#audioBlock .col1 h2 {
  color: #fff;
  font-size: 27px;
}
#audioBlock .col1 p {
  color: #fff;
  margin-bottom: 20px;
}
#audioBlock .col1 .audiojs {
  width: 100%;
  background: #225496;
  box-shadow: none;
}
#audioBlock .col1 .play-pause {
  border: none;
  background: #bbd530;
  width: 40px;
  text-align: center;
  font-size: 22px;
  position: relative;
  color: #fff;
}
#audioBlock .col1 .play-pause:hover {
  background: #a7cfed;
  cursor: pointer;
}
#audioBlock .col1 .play-pause::before {
  content: "▶";
}
#audioBlock .col1 .time {
  border: none;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  text-shadow: none;
}
#audioBlock .col1 .scrubber {
  background: rgba(255, 255, 255, 0.4);
  width: calc(100% - 170px);
}
#audioBlock .col1 .progress {
  background: #fff;
}
#audioBlock .col1 .loaded {
  background: rgba(255, 255, 255, 0.7);
}
#audioBlock .col2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  #audioBlock .col2 {
    height: 300px;
  }
}

#blueForm {
  padding: 30px 0;
  text-align: left;
}
#blueForm .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
}
#blueForm .entry-content p {
  font-size: 16px;
  margin: 0 0 30px;
}
@media (min-width: 640px) {
  #blueForm .entry-content p {
    font-size: 18px;
  }
}
#blueForm .entry-content strong {
  color: #bbd530;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#blueForm .entry-content .gform_wrapper, #blueForm .entry-content .gform_confirmation_wrapper {
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
#blueForm .entry-content .gform_wrapper .ginput_container, #blueForm .entry-content .gform_confirmation_wrapper .ginput_container {
  margin-top: 2px !important;
}
#blueForm .entry-content .gform_wrapper h1, #blueForm .entry-content .gform_wrapper h2, #blueForm .entry-content .gform_wrapper h3, #blueForm .entry-content .gform_wrapper h4, #blueForm .entry-content .gform_wrapper h4, #blueForm .entry-content .gform_wrapper h6, #blueForm .entry-content .gform_confirmation_wrapper h1, #blueForm .entry-content .gform_confirmation_wrapper h2, #blueForm .entry-content .gform_confirmation_wrapper h3, #blueForm .entry-content .gform_confirmation_wrapper h4, #blueForm .entry-content .gform_confirmation_wrapper h4, #blueForm .entry-content .gform_confirmation_wrapper h6 {
  color: #a7cfed !important;
}
#blueForm .entry-content .gform_wrapper ul.gform_fields, #blueForm .entry-content .gform_confirmation_wrapper ul.gform_fields {
  margin: 0;
}
#blueForm .entry-content .gform_wrapper .gfieldset .gfield_label, #blueForm .entry-content .gform_confirmation_wrapper .gfieldset .gfield_label {
  font-size: 16px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  margin: 0 0 5px !important;
  color: #bbd530 !important;
}
#blueForm .entry-content .gform_wrapper #error, #blueForm .entry-content .gform_confirmation_wrapper #error {
  display: none;
}
#blueForm .entry-content .gform_wrapper li, #blueForm .entry-content .gform_confirmation_wrapper li {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
  line-height: 1;
}
#blueForm .entry-content .gform_wrapper li:before, #blueForm .entry-content .gform_confirmation_wrapper li:before {
  display: none;
}
#blueForm .entry-content .gform_wrapper label, #blueForm .entry-content .gform_confirmation_wrapper label {
  display: block;
  font-size: 11px;
  color: #fff;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  margin: 4px 0 0 0;
  text-align: left;
}
#blueForm .entry-content .gform_wrapper label.gfield_label, #blueForm .entry-content .gform_confirmation_wrapper label.gfield_label {
  font-size: 16px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  margin: 0 auto 5px !important;
  color: #bbd530 !important;
}
#blueForm .entry-content .gform_wrapper .ginput_complex label, #blueForm .entry-content .gform_confirmation_wrapper .ginput_complex label {
  font-size: 14px;
}
#blueForm .entry-content .gform_wrapper .gfield_required, #blueForm .entry-content .gform_confirmation_wrapper .gfield_required {
  color: #bbd530;
}
#blueForm .entry-content .gform_wrapper .top_label input.medium, #blueForm .entry-content .gform_confirmation_wrapper .top_label input.medium {
  width: 100% !important;
}
#blueForm .entry-content .gform_wrapper input, #blueForm .entry-content .gform_wrapper textarea, #blueForm .entry-content .gform_confirmation_wrapper input, #blueForm .entry-content .gform_confirmation_wrapper textarea {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  width: 100%;
  box-shadow: none;
  border: 1px solid transparent;
  font-size: 0.9em;
  padding: 8px;
  height: 40px;
  background: #f3f4f5;
}
#blueForm .entry-content .gform_wrapper textarea, #blueForm .entry-content .gform_confirmation_wrapper textarea {
  height: 200px;
}
#blueForm .entry-content .gform_wrapper .textarea.medium, #blueForm .entry-content .gform_confirmation_wrapper .textarea.medium {
  width: 100%;
}
#blueForm .entry-content .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, #blueForm .entry-content .gform_confirmation_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  margin-top: 4px;
}
#blueForm .entry-content .gform_wrapper li.gfield.gfield_error, #blueForm .entry-content .gform_confirmation_wrapper li.gfield.gfield_error {
  background: transparent;
  border: none !important;
}
#blueForm .entry-content .gform_wrapper img.ui-datepicker-trigger, #blueForm .entry-content .gform_confirmation_wrapper img.ui-datepicker-trigger {
  height: auto !important;
  bottom: -18px;
  left: 16px;
  position: absolute;
}
#blueForm .entry-content .gform_wrapper ul.gfield_checkbox li, #blueForm .entry-content .gform_wrapper ul.gfield_radio li, #blueForm .entry-content .gform_confirmation_wrapper ul.gfield_checkbox li, #blueForm .entry-content .gform_confirmation_wrapper ul.gfield_radio li {
  display: inline-block;
  margin: 5px 20px 0 0 !important;
  line-height: 1.4;
}
#blueForm .entry-content .gform_wrapper ul.gfield_checkbox input, #blueForm .entry-content .gform_wrapper ul.gfield_checkbox label, #blueForm .entry-content .gform_wrapper ul.gfield_radio input, #blueForm .entry-content .gform_wrapper ul.gfield_radio label, #blueForm .entry-content .gform_confirmation_wrapper ul.gfield_checkbox input, #blueForm .entry-content .gform_confirmation_wrapper ul.gfield_checkbox label, #blueForm .entry-content .gform_confirmation_wrapper ul.gfield_radio input, #blueForm .entry-content .gform_confirmation_wrapper ul.gfield_radio label {
  display: inline-block;
  margin: 0;
  height: auto;
  width: auto;
  font-size: 0.9em;
}
#blueForm .entry-content .gform_wrapper ul.gfield_checkbox input, #blueForm .entry-content .gform_wrapper ul.gfield_radio input, #blueForm .entry-content .gform_confirmation_wrapper ul.gfield_checkbox input, #blueForm .entry-content .gform_confirmation_wrapper ul.gfield_radio input {
  margin-right: 4px !important;
  margin-top: -1px !important;
}
#blueForm .entry-content .gform_wrapper ul.gfield_checkbox label, #blueForm .entry-content .gform_wrapper ul.gfield_radio label, #blueForm .entry-content .gform_confirmation_wrapper ul.gfield_checkbox label, #blueForm .entry-content .gform_confirmation_wrapper ul.gfield_radio label {
  display: inline;
  letter-spacing: normal;
  text-transform: none;
}
#blueForm .entry-content .gform_wrapper .form-left, #blueForm .entry-content .gform_confirmation_wrapper .form-left {
  width: 48%;
  float: left;
}
#blueForm .entry-content .gform_wrapper .form-right, #blueForm .entry-content .gform_confirmation_wrapper .form-right {
  width: 48%;
  float: right;
  clear: right;
}
@media (min-width: 640px) {
  #blueForm .entry-content .gform_wrapper .form-left-third, #blueForm .entry-content .gform_confirmation_wrapper .form-left-third {
    width: 30.667%;
    float: left;
    clear: left;
  }
}
@media (min-width: 640px) {
  #blueForm .entry-content .gform_wrapper .form-middle-third, #blueForm .entry-content .gform_confirmation_wrapper .form-middle-third {
    width: 30.667%;
    float: left;
    clear: none;
    margin: 0 4%;
  }
}
@media (min-width: 640px) {
  #blueForm .entry-content .gform_wrapper .form-right-third, #blueForm .entry-content .gform_confirmation_wrapper .form-right-third {
    width: 30.667%;
    float: left;
    clear: right;
  }
}
#blueForm .entry-content .gform_wrapper .form-name span, #blueForm .entry-content .gform_confirmation_wrapper .form-name span {
  display: block;
}
#blueForm .entry-content .gform_wrapper .form-name span.gfield_required, #blueForm .entry-content .gform_confirmation_wrapper .form-name span.gfield_required {
  display: inline-block;
}
#blueForm .entry-content .gform_wrapper .form-name .name_first, #blueForm .entry-content .gform_confirmation_wrapper .form-name .name_first {
  width: 48%;
  float: left;
}
#blueForm .entry-content .gform_wrapper .form-name .name_last, #blueForm .entry-content .gform_confirmation_wrapper .form-name .name_last {
  width: 48%;
  float: right;
  clear: right;
}
#blueForm .entry-content .gform_wrapper .form-address span, #blueForm .entry-content .gform_confirmation_wrapper .form-address span {
  display: block;
}
#blueForm .entry-content .gform_wrapper .form-address span.gfield_required, #blueForm .entry-content .gform_confirmation_wrapper .form-address span.gfield_required {
  display: inline-block;
}
#blueForm .entry-content .gform_wrapper .form-address .address_line_1, #blueForm .entry-content .gform_confirmation_wrapper .form-address .address_line_1 {
  margin-bottom: 15px;
}
#blueForm .entry-content .gform_wrapper .form-address .address_city, #blueForm .entry-content .gform_confirmation_wrapper .form-address .address_city {
  float: left;
  width: 41%;
  margin-right: 4%;
}
#blueForm .entry-content .gform_wrapper .form-address .address_state, #blueForm .entry-content .gform_confirmation_wrapper .form-address .address_state {
  float: left;
  width: 28%;
}
#blueForm .entry-content .gform_wrapper .form-address .address_zip, #blueForm .entry-content .gform_confirmation_wrapper .form-address .address_zip {
  float: right;
  width: 23%;
  margin-left: 4%;
}
#blueForm .entry-content .gform_wrapper .custom-select, #blueForm .entry-content .gform_confirmation_wrapper .custom-select {
  position: relative;
  border: 1px solid transparent;
}
#blueForm .entry-content .gform_wrapper .custom-select:after, #blueForm .entry-content .gform_confirmation_wrapper .custom-select:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-size: 22px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #8d8685;
}
@media (min-width: 640px) {
  #blueForm .entry-content .gform_wrapper .custom-select:after, #blueForm .entry-content .gform_confirmation_wrapper .custom-select:after {
    right: 30px;
  }
}
#blueForm .entry-content .gform_wrapper .custom-select select, #blueForm .entry-content .gform_confirmation_wrapper .custom-select select {
  font-size: 14px;
  border: none;
  background: #fff;
  padding: 8px;
  height: 38px;
  padding-left: 10px;
  width: 100% !important;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
}
@supports (-webkit-appearance: none) or (appearance: none) or ((-moz-appearance: none) and (mask-type: alpha)) {
  #blueForm .entry-content .gform_wrapper .custom-select select, #blueForm .entry-content .gform_confirmation_wrapper .custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: none;
  }
  #blueForm .entry-content .gform_wrapper .custom-select select:after, #blueForm .entry-content .gform_confirmation_wrapper .custom-select select:after {
    display: block;
  }
}
#blueForm .entry-content .gform_wrapper .gform_button, #blueForm .entry-content .gform_confirmation_wrapper .gform_button {
  background: #bbd530;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 9px 24px;
  text-transform: uppercase;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  text-align: center;
  width: 200px !important;
  line-height: normal !important;
  min-height: none !important;
}
@media (min-width: 640px) {
  #blueForm .entry-content .gform_wrapper .gform_button, #blueForm .entry-content .gform_confirmation_wrapper .gform_button {
    font-size: 16px;
  }
}
#blueForm .entry-content .gform_wrapper .gform_button:hover, #blueForm .entry-content .gform_confirmation_wrapper .gform_button:hover {
  background: #fdbb11;
  color: #fff;
  cursor: pointer;
}
#blueForm .entry-content .gform_wrapper .gform_footer, #blueForm .entry-content .gform_confirmation_wrapper .gform_footer {
  padding-top: 0px;
  margin: 0 auto;
  text-align: center;
}
#blueForm .gform_confirmation_message {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 20px;
  padding: 60px 20px;
  color: #fdbb11;
}

#ui-datepicker-div {
  background: #fff;
  border: 1px solid #f3f4f5;
  padding: 5px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  background: #fff;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #17345b;
  padding: 2px 5px;
  font-size: 12px;
  text-transform: uppercase;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover {
  color: white !important;
  cursor: pointer;
  background: #17345b;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  float: right;
  text-align: right;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  float: left;
  width: 100%;
  text-align: center;
  padding: 5px;
}
#ui-datepicker-div .ui-datepicker-header select {
  width: 40%;
}
#ui-datepicker-div .ui-datepicker-header select:first-of-type {
  margin-right: 4%;
}
#ui-datepicker-div .ui-datepicker-calendar {
  width: 100%;
  background: white;
}
#ui-datepicker-div .ui-datepicker-calendar th, #ui-datepicker-div .ui-datepicker-calendar td {
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  font-weight: bold;
  color: #17345b;
  padding: 5px;
  font-size: 14px;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  padding: 5px;
  display: block;
  font-size: 13px;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  background: #17345b;
  color: white !important;
}

.gform_page_footer {
  display: flex;
  justify-content: space-between;
  clear: both !important;
}
.gform_page_footer input {
  max-width: 150px;
  background: #e17424 !important;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.gform_page_footer input:hover {
  background: #bbd530 !important;
}

.hero-section {
  position: relative;
  text-align: center;
  border-bottom: 15px solid #f3f4f5;
}
.hero-section .icon.blue {
  border-radius: 999em;
  display: inline-block;
  width: 95px;
  height: 95px;
  position: absolute;
  bottom: -55px;
  left: 50%;
  z-index: 888;
  transform: translateX(-50%);
  transform: -ms-translateX(-50%);
  transform: -moz-translateX(-50%);
  transform: -webkit-translateX(-50%);
}
.hero-section .icon.blue img {
  width: 100%;
  height: auto;
}
.hero-section .wrap1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 94%;
  position: relative;
  z-index: 2;
}
.hero-section .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
@media (min-width: 640px) {
  .hero-section .overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  }
}
@media (max-width: 640px) {
  .hero-section .slick-next,
.hero-section .slick-prev {
    width: 40px;
  }
}
@media (max-width: 640px) {
  .hero-section .slick-next::before,
.hero-section .slick-prev::before {
    font-size: 30px !important;
  }
}
.hero-section .slide .bg {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-section .base {
  padding: 60px 40px;
}
@media (min-width: 640px) {
  .hero-section .base {
    padding: 100px 40px;
  }
}
@media (min-width: 1240px) {
  .hero-section .base {
    padding: 200px 40px;
  }
}
.hero-section .base h2, .hero-section .base h3, .hero-section .base p, .hero-section .base a:not(.btn), .hero-section .base li {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.hero-section .base a.btn {
  text-shadow: none !important;
}
.hero-section .base h2 {
  font-size: 32px;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 640px) {
  .hero-section .base h2 {
    font-size: 40px;
    color: #fff;
  }
}
@media (min-width: 808px) {
  .hero-section .base h2 {
    font-size: 50px;
  }
}
@media (min-width: 1240px) {
  .hero-section .base h2 {
    font-size: 60px;
  }
}
.hero-section .base p {
  margin: 0 auto 24px auto;
  max-width: 850px;
  font-size: 18px;
}
@media (min-width: 640px) {
  .hero-section .base p {
    font-size: 24px;
  }
}
.hero-section .base a {
  font-size: 18px;
}
@media (min-width: 640px) {
  .hero-section .base a {
    font-size: 24px;
  }
}

#belowHero {
  text-align: center;
  padding: 50px 0 40px;
}
#belowHero .editor-content {
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 20px;
}
#belowHero .editor-content .intro-text {
  font-size: 18px;
  color: #225496;
  margin-top: 0px !important;
}
@media (min-width: 640px) {
  #belowHero .editor-content .intro-text {
    font-size: 24px;
    line-height: 2.25rem;
  }
}

#learnMore .section-image {
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 640px) {
  #learnMore .section-image {
    height: 300px;
  }
}
#learnMore .icon-row {
  display: table;
  width: 100%;
  margin-top: -100px;
}
#learnMore .icon-row li {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
  padding: 20px 0px;
  margin-bottom: 40px;
}
@media (min-width: 640px) {
  #learnMore .icon-row li {
    width: 50%;
    padding: 20px;
  }
}
@media (min-width: 1240px) {
  #learnMore .icon-row li {
    display: table-cell;
    width: 25%;
  }
}
#learnMore .icon-row li a {
  display: inline-block;
}
#learnMore .icon-row li a .img-container {
  width: 110px;
  height: 110px;
  display: inline-block;
  border-radius: 999em;
  background: #a7cfed;
}
#learnMore .icon-row li h3 {
  color: #225496;
  margin: 9px auto;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#learnMore .icon-row li p {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
#learnMore .icon-row li .learn-more {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
  text-transform: uppercase;
  margin-top: 9px;
  display: inline-block;
}
#learnMore .icon-row li a:hover {
  cursor: pointer;
}
#learnMore .icon-row li a:hover h3 {
  color: #bbd530;
}
#learnMore .icon-row li a:hover .learn-more {
  color: #bbd530;
}
#learnMore .icon-row li:nth-child(3n+1) {
  clear: none;
}

#news {
  background: #f3f4f5;
  margin: 30px auto 0px auto;
  padding: 30px 0;
}
@media (min-width: 995px) {
  #news {
    margin: 0px auto 30px;
  }
}
#news .col-3 {
  width: 100%;
  margin: 30px auto;
}
#news .col-3 .box {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background: #fff;
  color: #225496;
  margin: 0 auto 40px auto;
  float: left;
  position: relative;
}
@media (min-width: 995px) {
  #news .col-3 .box {
    width: 31.3333333%;
    padding: 30px 20px;
    margin: 0 1%;
  }
}
#news .col-3 #twitter-widget-0 .TweetAuthor-avatar {
  display: none !important;
}
#news .col-3 h3 {
  position: relative;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  padding-left: 48px;
  padding-bottom: 4px;
  border-bottom: 1px solid #f3f4f5;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  #news .col-3 h3 {
    font-size: 24px;
  }
}
#news .col-3 h3 span {
  width: 45px;
  height: 45px;
  font-size: 45px;
  position: absolute;
  left: -5px;
  border-radius: 999em;
  color: #fff;
  top: -5px;
}
#news .col-3 h3 .icon-events {
  background: #a7cfed;
}
#news .col-3 h3 .icon-news {
  background: #e17424;
}
#news .col-3 h3 .icon-instagram2 {
  color: #fff;
  background: #fdbb11;
  padding: 10px;
  font-size: 26px;
}
#news .col-3 .post-list {
  padding: 0px 0px 20px 25px;
}
#news .col-3 .post-list li {
  margin: 20px auto;
}
#news .col-3 .post-list a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #225496;
  letter-spacing: normal;
}
#news .col-3 .post-list a:hover {
  color: #17345b;
}
#news .col-3 .post-list p {
  color: #333;
  font-size: 16px;
}
#news .col-3 .btn-small {
  position: absolute;
  bottom: -15px;
  left: 45px;
  padding: 4px 16px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#news .col-3 .btn-small:hover {
  background: #bbd530;
}

.quoteSlider {
  background: #225496;
  position: relative;
}
.quoteSlider .wrapper {
  padding: 0;
  position: relative;
}
@media (min-width: 995px) {
  .quoteSlider .wrapper {
    padding: 0px;
    min-height: 480px;
    max-width: none;
    height: 100%;
    background-image: linear-gradient(to bottom, #fff 20%, #225496 20%, #225496 80%, #fff 80%);
  }
}
.quoteSlider .slick-slider {
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 995px) {
  .quoteSlider .slick-slider {
    padding: 0 60px;
  }
}
.quoteSlider .slick-slider .slide {
  position: relative;
}
@media (min-width: 995px) {
  .quoteSlider .slick-slider .slide .img-container {
    position: absolute;
    left: 0;
    top: 50%;
    width: 475px;
    max-height: 320px;
    overflow: hidden;
    transform: translateY(-50%);
    transform: -ms-translateY(-50%);
    transform: -moz-translateY(-50%);
    transform: -webkit-translateY(-50%);
    float: left;
  }
}
@media (min-width: 995px) and (min-width: 1240px) {
  .quoteSlider .slick-slider .slide .img-container {
    width: 515px;
  }
}
.quoteSlider .slick-slider .slide .img-container img {
  width: 100%;
  height: auto;
}
.quoteSlider .slick-slider .slide .wrapper {
  text-align: center;
  font-size: 16px;
  padding: 60px 20px;
  width: 100%;
  float: none;
  position: relative;
}
@media (min-width: 640px) {
  .quoteSlider .slick-slider .slide .wrapper {
    font-size: 18px;
  }
}
@media (min-width: 995px) {
  .quoteSlider .slick-slider .slide .wrapper {
    width: calc(100% - 485px);
    float: right;
    padding: 0px;
  }
}
@media (min-width: 995px) and (min-width: 1240px) {
  .quoteSlider .slick-slider .slide .wrapper {
    font-size: 20px;
    width: calc(100% - 535px);
  }
}
@media (min-width: 995px) {
  .quoteSlider .slick-slider .slide .wrapper .text-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform: -ms-translateY(-50%);
    transform: -moz-translateY(-50%);
    transform: -webkit-translateY(-50%);
  }
}
.quoteSlider .slick-slider .slide .wrapper .text-container em {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  color: #fff;
}
.quoteSlider .slick-slider .slide .wrapper .text-container .name {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #bbd530;
  font-size: 85%;
  margin-top: 10px;
}
.quoteSlider .slick-slider .slide .wrapper .text-container .name a {
  border-bottom: 1px solid #bbd530;
}
.quoteSlider .slick-slider .slide .wrapper .text-container .name a:hover {
  color: #fff;
  border-color: #fff;
}
.quoteSlider .slick-slider .slide .wrapper .icon-quote-fill {
  background: #a7cfed;
  font-size: 36px;
  padding: 20px;
  border-radius: 999em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: absolute;
  top: 0;
}
@media (min-width: 995px) {
  .quoteSlider .slick-slider .slide .wrapper .icon-quote-fill {
    top: 92px;
  }
}

/*==============================================================*/
/*==============================================================*/
#studentsFamiliesIntro .wrapper {
  margin: 30px auto 0;
  box-sizing: content-box;
}

#studentsFamiliesIcons .icon-row.cf {
  border-top: 1px solid #e9e9e9;
}

#parentInvolvement {
  background: #f3f4f5;
  padding: 40px 0px 20px;
}
#parentInvolvement h2 {
  text-align: center;
  margin: 20px auto;
}
#parentInvolvement p {
  margin: 30px auto;
  max-width: 1200px;
  text-align: center;
}

.list {
  display: table;
  width: 100%;
  max-width: 1150px;
  margin: 30px auto 15px;
}
.list .col-4 {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 640px) {
  .list .col-4 {
    display: table-cell;
    width: 50%;
    border-right: 2px solid #e9e9e9;
    padding-left: 30px;
    float: left;
  }
}
@media (min-width: 808px) {
  .list .col-4 {
    width: 25%;
    text-align: left;
  }
}
.list .col-4 .margin {
  margin-bottom: 30px;
}
.list .col-4 ul li a:hover {
  color: #bbd530;
}
.list .col-4 ul li:first-child a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
  text-transform: capitalize;
  pointer-events: none;
}

.list .col-4:first-child {
  padding: 0;
}
.list .col-4:last-child {
  border: none;
}
.list .col-4:nth-of-type(2) {
  border: 0;
}
@media (min-width: 808px) {
  .list .col-4:nth-of-type(2) {
    border-right: 2px solid #e9e9e9;
  }
}
.list .col-4:nth-of-type(3) {
  padding: 0;
}
@media (min-width: 808px) {
  .list .col-4:nth-of-type(3) {
    padding-left: 30px;
  }
}

#inc .inc-intro {
  max-width: 1050px;
  margin: 30px auto;
  line-height: 1.7;
}
#inc .inc-intro strong {
  color: #bbd530;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#inc .inc-intro a {
  color: #225496;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#inc .inc-intro a:hover {
  color: #bbd530;
}
#inc .in-the-Ӱ {
  max-width: 1440px;
  margin: 0 auto;
}
#inc .in-the-Ӱ li {
  width: 100%;
  display: inline-block;
  float: left;
  margin: 0 auto 60px;
  text-align: center;
  padding: 0 15px;
}
@media (min-width: 808px) {
  #inc .in-the-Ӱ li {
    padding: 0 40px;
    width: 50%;
  }
}
#inc .in-the-Ӱ li h3 {
  margin-bottom: 10px;
}
#inc .in-the-Ӱ li p {
  padding-top: 15px;
}
#inc .in-the-Ӱ li img {
  width: 100%;
  height: auto;
}
#inc .in-the-Ӱ li strong {
  color: #bbd530;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#inc .in-the-Ӱ li a {
  color: #225496;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#inc .in-the-Ӱ li a:hover {
  color: #bbd530;
}
#inc .in-the-Ӱ li:nth-of-type(3) {
  clear: both;
}
#inc .in-the-Ӱ li:nth-of-type(4) {
  float: right;
}

/*==============================================================*/
/*==============================================================*/
#ensuringCollegeReadiness {
  background: #f3f4f5;
  padding: 30px 0 0;
}
#ensuringCollegeReadiness h2 {
  text-align: center;
}
#ensuringCollegeReadiness h2 + p {
  text-align: center;
  max-width: 1100px;
  margin: 10px auto 0;
  padding: 0 20px;
}
#ensuringCollegeReadiness ul {
  display: table;
  width: 100%;
  padding-top: 60px;
}
#ensuringCollegeReadiness ul li.item {
  width: 100%;
  display: table-cell;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px;
  float: left;
}
@media (min-width: 808px) {
  #ensuringCollegeReadiness ul li.item {
    width: 50%;
  }
}
@media (min-width: 1240px) {
  #ensuringCollegeReadiness ul li.item {
    width: 25%;
  }
}
#ensuringCollegeReadiness ul li.item .icon-container {
  width: 90px;
  margin: 0 auto 10px;
}

#collegeTransition {
  margin-top: 50px;
}
#collegeTransition h2 {
  text-align: center;
}
#collegeTransition h2 + p {
  text-align: center;
  max-width: 1100px;
  margin: 10px auto 0;
  padding: 0 20px;
}
#collegeTransition .wrapper {
  padding: 0px 20px;
  margin-top: 60px;
  text-align: center;
}
@media (min-width: 808px) {
  #collegeTransition .wrapper {
    padding: 0 50px;
  }
}
#collegeTransition .wrapper hr {
  margin: 20px auto;
  border: 1px solid #a7cfed;
}

#collegeCompletion {
  margin-top: 60px;
}
#collegeCompletion .editor-content h2, #collegeCompletion .editor-content h3 {
  color: #fff !important;
}

#modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
#modal .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#modal .container .popup {
  text-align: center;
  background: #fff;
  position: relative;
  max-width: 405px;
  padding: 40px 0 30px;
}
#modal .container .popup .wrapper img {
  display: none !important;
}
#modal .container .popup .wrapper .gform_title {
  color: #225496;
  text-align: center;
  font-size: 20px;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 10px;
}
#modal .container .popup .wrapper .name_first {
  margin-bottom: 30px;
  display: block;
}
#modal .container .popup .wrapper .ginput_right.address_state label {
  display: none;
}
#modal .container #closeModal {
  display: flex;
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  color: #225496;
  cursor: pointer;
  padding: 5px;
}
#modal .container #closeModal:hover {
  color: #fdbb11;
}
#modal .container #closeModal .icon-close {
  font-size: 30px;
}
#modal .container a {
  display: block;
  position: relative;
  z-index: 1;
}
#modal .container img {
  width: 100%;
  height: auto;
  margin-bottom: -4px;
}

#modal.on {
  display: block;
}

#benefits {
  text-align: center;
  margin-top: 40px;
}
#benefits .block {
  width: 100%;
  margin-bottom: 60px;
  float: left;
}
@media (min-width: 808px) {
  #benefits .block {
    width: 50%;
  }
}
#benefits .block h3 {
  font-size: 22px;
}
#benefits .img-container {
  width: 70px;
  margin: 0 auto;
}
#benefits h2 {
  margin-bottom: 40px;
}

#benefits2 {
  text-align: center;
  margin-top: 40px;
}
#benefits2 .grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#benefits2 .block {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 808px) {
  #benefits2 .block {
    width: 50%;
  }
}
#benefits2 .block .text-container.editor-content li {
  line-height: 1.7 !important;
}
#benefits2 .block h3 {
  font-size: 22px;
}
#benefits2 .img-container {
  width: 110px;
  margin: 0 auto 20px !important;
}
#benefits2 h2 {
  margin-bottom: 40px;
}

#careerReadiness {
  margin-top: 20px;
}
#careerReadiness .button-container {
  text-align: center;
  margin: 0px auto 80px;
}
#careerReadiness .button-container .btn {
  font-size: 18px;
  background: #225496;
  margin-top: 0px;
  color: #fff !important;
}
#careerReadiness .button-container .btn:hover {
  background: #e17424;
}
#careerReadiness h2 {
  text-align: center;
}
#careerReadiness ul {
  margin: 30px auto 0;
}
#careerReadiness li.item {
  margin-bottom: 40px;
  padding: 0;
}
@media (min-width: 640px) {
  #careerReadiness li.item {
    padding: 0 20px;
  }
}
@media (min-width: 808px) {
  #careerReadiness li.item {
    width: 50%;
    float: left;
    padding: 0 40px;
  }
}
#careerReadiness li.item img {
  width: 100%;
  margin-bottom: 10px;
}
#careerReadiness li.item h3 {
  text-align: center;
  margin-bottom: 5px;
}
#careerReadiness li.item ul {
  margin: 0px 0 30px 20px;
}
#careerReadiness li.item ul li {
  list-style: outside;
  margin-bottom: 20px;
}
#careerReadiness li.item ul li a {
  color: #225496;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#careerReadiness li.item ul li a:hover {
  color: #bbd530;
}
#careerReadiness li.item em {
  text-align: center;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

#howToApply {
  margin-bottom: 60px;
}
#howToApply .icon-container {
  width: 90px;
  margin: 0 auto;
}
#howToApply .wrapper {
  text-align: center;
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
}
#howToApply h2 {
  margin-bottom: 10px;
}
#howToApply .btn {
  font-size: 18px;
  background: #225496;
  margin-top: 20px;
  color: #fff !important;
}
#howToApply .btn:hover {
  background: #e17424;
}

.what-we-look-for, .application-process {
  text-align: center;
  margin: 0 auto;
  width: 94%;
  max-width: 1400px;
  margin-bottom: 40px;
}
.what-we-look-for .icon-container, .application-process .icon-container {
  width: 90px;
  margin: 0 auto;
}
.what-we-look-for h2, .application-process h2 {
  margin-bottom: 12px;
}
.what-we-look-for .entry-content, .application-process .entry-content {
  max-width: 1100px;
  margin: 0 auto;
}
.what-we-look-for .entry-content strong, .application-process .entry-content strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
  text-transform: uppercase;
}
.what-we-look-for .entry-content ul, .application-process .entry-content ul {
  margin: -20px auto 30px 0px;
  text-align: center;
  padding: 0 20px;
}
@media (min-width: 640px) {
  .what-we-look-for .entry-content ul, .application-process .entry-content ul {
    text-align: left;
    padding: 0;
    margin: -20px auto 30px 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    column-rule: 1px solid #e9e9e9;
  }
}
.what-we-look-for .entry-content ul li, .application-process .entry-content ul li {
  list-style: outside;
}
@media (min-width: 640px) {
  .what-we-look-for .entry-content ul li, .application-process .entry-content ul li {
    margin-left: 20px;
  }
}
.what-we-look-for .entry-content ul li strong, .application-process .entry-content ul li strong {
  text-transform: inherit;
}
.what-we-look-for .entry-content p, .application-process .entry-content p {
  margin-bottom: 30px;
}
.what-we-look-for .btn, .application-process .btn {
  background: #225496;
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff !important;
}
.what-we-look-for .btn:hover, .application-process .btn:hover {
  background: #e17424;
}
.what-we-look-for img.full-width, .application-process img.full-width {
  display: block;
  margin: 0 auto;
}

.application-process {
  border: 1px solid #e9e9e9;
  margin-bottom: 120px;
  padding: 0 30px 60px;
  position: relative;
}
.application-process .desktop,
.application-process .mobile {
  margin: 30px auto;
}
.application-process .desktop {
  display: none;
}
@media (min-width: 808px) {
  .application-process .desktop {
    display: block;
  }
}
.application-process .mobile {
  display: block;
}
@media (min-width: 808px) {
  .application-process .mobile {
    display: none;
  }
}
.application-process .icon-container {
  margin-top: -45px;
}
.application-process .btn.bottom {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  text-decoration: none;
  color: #fff;
}
.application-process .btn.bottom:hover {
  color: #fff;
}
.application-process h2 {
  margin: 12px auto;
}
.application-process h4 {
  display: block;
  letter-spacing: 0.05em;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 5px;
}
.application-process em {
  font-size: 12px;
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
.application-process strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.application-process a:not(.btn) {
  text-decoration: underline;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #bbd530;
}
.application-process a:not(.btn):hover {
  color: #e17424;
  text-decoration: none;
}

#applyNow .desktopiFrame {
  margin: 60px auto;
}

#teacher.application-process {
  margin-top: 90px;
}

#referAFriend {
  width: 100%;
  max-width: none;
  background: #f3f4f5;
  padding: 50px 30px 30px;
  margin: 90px auto 0;
  position: relative;
}
#referAFriend .icon-container {
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
  margin: 0 auto;
  text-align: center;
}
#referAFriend .btn {
  margin-bottom: 0;
  margin-top: 20px;
}
#referAFriend p {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
}

#faqs #capitalFAQ h2 {
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
}
#faqs #capitalFAQ .icon-container {
  width: 90px;
  margin: 0 auto;
  float: none;
  text-align: center;
}

#careerReadinessTop .wrapper {
  max-width: 1250px;
}
#careerReadinessTop .wrapper h2 {
  margin-bottom: 10px;
}

#futureFocus {
  background: #f3f4f5;
}
#futureFocus .icon-container {
  width: 90px;
  margin: -90px auto 10px;
}
#futureFocus .wrapper {
  padding: 60px 30px;
  max-width: 1050px;
}
#futureFocus .wrapper h2 {
  margin-bottom: 10px;
}

.section-half {
  background: #fff;
  color: #333;
  margin: 0px auto 30px;
}
.section-half a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.section-half .left {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
}
@media (min-width: 808px) {
  .section-half .left {
    margin: 0 auto;
    width: 50%;
    border: none;
    border-right: 1px solid #e9e9e9;
    float: left;
  }
}
.section-half .icon-container {
  width: 90px;
  margin: 0 auto 10px;
}
@media (min-width: 808px) {
  .section-half .right {
    width: 50%;
    float: right;
  }
}

#kippThrough .icon-row {
  padding-top: 30px;
}
@media (max-width: 808px) {
  #kippThrough .icon-row li {
    width: 100%;
  }
}

#hstSectionHalf {
  margin-top: 50px;
}

#scholarshipList h2 {
  margin: 0 auto 20px;
  text-align: center;
}
#scholarshipList ul {
  margin-bottom: 40px;
}
#scholarshipList ul li {
  display: inline-block;
  width: 100%;
  float: right;
  padding: 30px;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 808px) {
  #scholarshipList ul li {
    border-bottom: none;
    width: 50%;
    float: left;
  }
}
#scholarshipList ul li h4 {
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
#scholarshipList ul li a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #bbd530;
  display: block;
  width: inherit;
  margin: 0 auto;
}
#scholarshipList ul li:last-of-type {
  border-bottom: none;
}
@media (min-width: 808px) {
  #scholarshipList ul li:nth-of-type(even) {
    border-left: 1px solid #e9e9e9;
  }
}

#featuredPartnersSlider {
  background: #f3f4f5;
  padding-bottom: 80px;
  position: relative;
  margin-bottom: 60px;
}
#featuredPartnersSlider .wrapper {
  padding: 20px 30px;
}
#featuredPartnersSlider a.btn.green {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 270px;
}
#featuredPartnersSlider h2 {
  text-align: center;
  margin: 20px auto;
}
#featuredPartnersSlider .slide {
  padding: 30px 30px 60px;
  position: relative;
}
#featuredPartnersSlider .slide img {
  max-width: 200px;
  margin: 0 auto;
}
#featuredPartnersSlider .slide h4 {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
}
#featuredPartnersSlider .slick-next {
  right: -20px;
}
#featuredPartnersSlider .slick-prev {
  left: -20px;
}

#joinOurTeam .banner {
  margin: 60px auto 40px;
  background: #225496;
  padding: 50px 20px 30px;
  text-align: center;
}
#joinOurTeam .banner .editor-content h2 {
  margin-bottom: 30px;
}
#joinOurTeam .banner .editor-content h2, #joinOurTeam .banner .editor-content h3, #joinOurTeam .banner .editor-content h4, #joinOurTeam .banner .editor-content p, #joinOurTeam .banner .editor-content strong {
  color: #fff;
}

#featuredRoles, #hab {
  background: #f3f4f5;
}
#featuredRoles .wrapper, #hab .wrapper {
  padding: 40px 30px;
}
#featuredRoles .wrapper .events, #hab .wrapper .events {
  border: 2px solid #e9e9e9;
  margin-bottom: 30px;
}
@media (min-width: 808px) {
  #featuredRoles .wrapper .events, #hab .wrapper .events {
    margin: 0;
  }
}
#featuredRoles .wrapper .events .header, #hab .wrapper .events .header {
  padding: 12px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#featuredRoles .wrapper .events .header h3, #hab .wrapper .events .header h3 {
  margin-bottom: 0px;
}
#featuredRoles .wrapper .events .header img, #hab .wrapper .events .header img {
  width: 50px;
  margin-right: 12px;
}
#featuredRoles .wrapper .events ul, #hab .wrapper .events ul {
  border-top: 1px solid #e9e9e9;
  padding: 20px;
}
#featuredRoles .wrapper .events li.event, #hab .wrapper .events li.event {
  border-bottom: 1px solid #e9e9e9;
  padding: 12px 0px;
}
#featuredRoles .wrapper .events li.event:last-of-type, #hab .wrapper .events li.event:last-of-type {
  border: none;
}
#featuredRoles .wrapper .events li.event h4, #hab .wrapper .events li.event h4 {
  color: #bbd530;
  font-size: 18px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 640px) {
  #featuredRoles .wrapper .events li.event h4, #hab .wrapper .events li.event h4 {
    font-size: 20px;
  }
}
#featuredRoles .wrapper .events li.event .dateTime, #hab .wrapper .events li.event .dateTime {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
}
#featuredRoles .wrapper .events li.event .dateTime span, #hab .wrapper .events li.event .dateTime span {
  color: #bbd530;
}
#featuredRoles .wrapper .events li.event a, #hab .wrapper .events li.event a {
  color: #225496;
  text-decoration: underline;
}
#featuredRoles .wrapper .events li.event a:hover, #hab .wrapper .events li.event a:hover {
  text-decoration: none;
}
#featuredRoles .wrapper .events .noevents, #hab .wrapper .events .noevents {
  border-top: 1px solid #e9e9e9;
  line-height: 1.4;
  padding: 20px;
}
#featuredRoles .wrapper .col-3, #hab .wrapper .col-3 {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
@media (min-width: 995px) {
  #featuredRoles .wrapper .col-3, #hab .wrapper .col-3 {
    width: 33.3333333%;
    margin: 0 auto;
  }
}
#featuredRoles .wrapper .col-3 div, #hab .wrapper .col-3 div {
  background: #fff;
}
#featuredRoles .wrapper .col-3 h3, #hab .wrapper .col-3 h3 {
  text-align: center;
  margin-bottom: 10px;
}
#featuredRoles .wrapper .col-6, #hab .wrapper .col-6 {
  text-align: center;
  float: right;
  width: 100%;
}
@media (min-width: 995px) {
  #featuredRoles .wrapper .col-6, #hab .wrapper .col-6 {
    width: 66.6666667%;
    padding-left: 20px;
  }
}
#featuredRoles .wrapper .col-6 h2, #hab .wrapper .col-6 h2 {
  margin-bottom: 5px;
}
#featuredRoles .wrapper .col-6 .icon, #hab .wrapper .col-6 .icon {
  width: 90px;
  margin: 0 auto;
  display: inline-block;
}
#featuredRoles .wrapper .col-6 .icon img, #hab .wrapper .col-6 .icon img {
  width: 100%;
  height: auto;
}
#featuredRoles .wrapper .col-6 h3, #hab .wrapper .col-6 h3 {
  color: #bbd530;
  font-size: 18px;
  text-transform: uppercase;
}
#featuredRoles .wrapper .col-6 p, #hab .wrapper .col-6 p {
  margin-bottom: 30px;
}

#hab {
  margin: 30px auto 60px;
}
#hab .wrapper {
  max-width: 1400px;
}
#hab .wrapper .col-6 .editor-content {
  max-width: 600px;
  margin: 0 auto;
}
#hab .wrapper .col-6 .editor-content h2 {
  font-size: 28px;
}
#hab .wrapper .col-6 .icon {
  width: 110px !important;
}

#professionalDevelopment {
  text-align: center;
  margin: 40px auto 90px;
}
#professionalDevelopment h2 {
  margin: 30px auto;
}

.page-id-15192 .video-section {
  margin-bottom: 60px;
}
.page-id-15192 .ourvision {
  margin-bottom: 60px;
}
.page-id-15192 .ourvision .editor-content {
  margin-top: 30px;
}
@media (min-width: 640px) {
  .page-id-15192 .ourvision ul {
    column-count: 2;
    column-gap: 80px;
    column-rule-color: #f3f4f5;
    column-rule-style: solid;
    column-rule-width: 2px;
  }
}
.page-id-15192 .ourvision ul li {
  break-inside: avoid-column;
  display: inline-block;
  line-height: 1.4;
}
.page-id-15192 .ourvision ul li strong {
  color: #225496;
}

.stayConnected {
  background: #225496;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.stayConnected .wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0px;
}
@media (min-width: 640px) {
  .stayConnected .wrapper {
    padding: 20px 30px;
  }
}
.stayConnected .icon-container {
  width: 90px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.stayConnected .icon-container img {
  width: 100%;
  height: auto;
}
.stayConnected h2 {
  color: #fff;
  margin-top: 30px;
}
.stayConnected .gform_wrapper {
  display: block !important;
}
.stayConnected .at-inner {
  background: #225496;
}
.stayConnected .at-inner .at-title,
.stayConnected .at-inner .at-text,
.stayConnected .at-inner h1 {
  color: #fff !important;
}
.stayConnected .at-inner h1 {
  text-align: center;
  letter-spacing: -0.25px !important;
  text-shadow: none !important;
}
.stayConnected .at-form .at-row label:not(.label-amount) {
  color: #fff !important;
}
.stayConnected .at-legend {
  color: #bbd530 !important;
}
.stayConnected .thankYou p {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}

/*==============================================================*/
/*==============================================================*/
#getInvolved {
  margin-top: 30px;
}
#getInvolved .icon-row {
  margin-top: 10px;
  padding: 40px 0 0;
  border-top: 1px solid #e9e9e9;
}
#getInvolved .icon-row p {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
}

/*==============================================================*/
/*==============================================================*/
#recovery {
  margin-top: 30px;
}
#recovery .icon-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 40px 0 10px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
#recovery .icon-row p {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
}

#post-18522 .editor-content * + h2, #post-18522 .editor-content * + h3 {
  margin-top: 0px;
}
#post-18522 h3 {
  padding-top: 50px;
}
#post-18522 hr {
  margin: 60px auto 0;
}

/*==============================================================*/
/*==============================================================*/
.signature-events {
  margin: 60px auto;
}
.signature-events .headline {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .signature-events .headline {
    margin-bottom: 60px;
  }
}
.signature-events .headline .line {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 20px;
  height: 2px;
  width: 100%;
  background: #e9e9e9;
}
.signature-events .headline h2 {
  display: inline-block;
  margin: 0 auto;
  padding: 0 15px;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .signature-events .headline h2 {
    font-size: 32px;
  }
}
.signature-events .headline img {
  width: 90px;
  display: block;
  margin: 0 auto 12px;
}
.signature-events .grid {
  display: flex;
  flex-wrap: wrap;
}
.signature-events .grid-item {
  width: 100%;
}
@media (min-width: 808px) {
  .signature-events .grid-item {
    width: 50%;
  }
  .signature-events .grid-item .editor-content {
    padding: 0 10px;
  }
}
@media (min-width: 995px) {
  .signature-events .grid-item .editor-content {
    padding: 0 30px;
  }
}
.signature-events .grid-item:first-of-type {
  margin-bottom: 40px;
}
@media (min-width: 808px) {
  .signature-events .grid-item:first-of-type {
    margin-bottom: 0px;
  }
}
.signature-events .editor-content * + h2, .signature-events .editor-content * + h3 {
  margin-top: 0px;
}
.signature-events .editor-content img {
  margin: 0 0 20px;
}
@media (max-width: 640px) {
  .signature-events .editor-content h2 {
    font-size: 27px;
  }
}

/*==============================================================*/
/*==============================================================*/
.stayConnected.volunteerConnection {
  margin-top: 90px;
}
@media (max-width: 640px) {
  .stayConnected.volunteerConnection .at-form .at-title {
    font-size: 32px;
  }
}
.stayConnected.volunteerConnection #gform_wrapper_3 {
  max-width: 900px;
  margin: 0 auto;
}
.stayConnected.volunteerConnection #gform_wrapper_3 .gform_heading {
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  width: 100%;
}

.current-opportunities {
  margin: 60px auto;
}
.current-opportunities .headline {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .current-opportunities .headline h2 {
    font-size: 32px;
  }
}
.current-opportunities .headline img {
  width: 90px;
  margin: 0 auto 12px;
}
.current-opportunities .grid {
  display: flex;
  flex-wrap: wrap;
}
.current-opportunities .grid-item {
  width: 100%;
}
@media (min-width: 808px) {
  .current-opportunities .grid-item {
    width: 50%;
  }
}
.current-opportunities .events {
  border: 2px solid #e9e9e9;
  margin-bottom: 30px;
}
@media (min-width: 808px) {
  .current-opportunities .events {
    margin: 0;
    margin-right: 30px;
  }
}
@media (min-width: 995px) {
  .current-opportunities .events {
    margin-right: 60px;
  }
}
.current-opportunities .events .header {
  padding: 12px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.current-opportunities .events .header img {
  width: 50px;
  margin-right: 12px;
}
.current-opportunities .events ul {
  border-top: 1px solid #e9e9e9;
  padding: 20px;
}
.current-opportunities .events li.event {
  border-bottom: 1px solid #e9e9e9;
  padding: 12px 0px;
}
.current-opportunities .events li.event:last-of-type {
  border: none;
}
.current-opportunities .events li.event h4 {
  color: #bbd530;
  font-size: 18px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 640px) {
  .current-opportunities .events li.event h4 {
    font-size: 20px;
  }
}
.current-opportunities .events li.event .dateTime {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
}
.current-opportunities .events li.event .dateTime span {
  color: #bbd530;
}
.current-opportunities .events li.event a {
  color: #225496;
  text-decoration: underline;
}
.current-opportunities .events li.event a:hover {
  text-decoration: none;
}
.current-opportunities .events .noevents {
  border-top: 1px solid #e9e9e9;
  line-height: 1.4;
  padding: 20px;
}

.col2 {
  margin: 30px auto;
}
.col2 .left,
.col2 .right {
  display: inline;
  width: 100%;
  float: left;
}
@media (min-width: 808px) {
  .col2 .left,
.col2 .right {
    width: 50%;
  }
}
.col2 .left .btn,
.col2 .right .btn {
  margin-top: 20px;
}
.col2 .left h3,
.col2 .right h3 {
  margin-bottom: 10px;
}
@media (min-width: 808px) {
  .col2 .left {
    padding-right: 20px;
  }
}
@media (min-width: 808px) {
  .col2 .right {
    padding-left: 20px;
  }
}

.stay-connected {
  background: #225496;
  padding: 90px 0 60px;
  margin: 60px auto;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.grid-item {
  width: 100%;
}
@media (min-width: 808px) {
  .grid-item {
    width: 50%;
  }
}
.grid-item .entry-content {
  position: relative;
}
.grid-item .entry-content .icon {
  z-index: 3;
  width: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: -45px;
}
.grid-item .events {
  border: 2px solid #e9e9e9;
  margin-bottom: 30px;
  background: #fff;
}
@media (min-width: 808px) {
  .grid-item .events {
    margin: 0;
    margin-right: 30px;
  }
}
@media (min-width: 995px) {
  .grid-item .events {
    margin-right: 60px;
  }
}
.grid-item .events .header {
  padding: 12px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.grid-item .events .header img {
  width: 50px;
  margin-right: 12px;
}
.grid-item .events ul {
  border-top: 1px solid #e9e9e9;
  padding: 20px;
}
.grid-item .events li.event {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  padding: 12px 0px;
}
.grid-item .events li.event:last-of-type {
  border: none;
}
.grid-item .events li.event h4 {
  color: #bbd530;
  font-size: 18px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 640px) {
  .grid-item .events li.event h4 {
    font-size: 20px;
  }
}
.grid-item .events li.event .dateTime {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
}
.grid-item .events li.event .dateTime span {
  color: #bbd530;
}
.grid-item .events li.event a {
  color: #225496;
  text-decoration: underline;
}
.grid-item .events li.event a:hover {
  text-decoration: none;
}
.grid-item .events .noevents {
  border-top: 1px solid #e9e9e9;
  line-height: 1.4;
  padding: 20px;
}
.grid-item .at-inner {
  padding-top: 65px;
  background: #225496;
}
.grid-item .at-inner .at-title,
.grid-item .at-inner .at-text,
.grid-item .at-inner h1 {
  color: #fff !important;
}
.grid-item .at-inner h1 {
  text-align: center;
  letter-spacing: -0.25px !important;
  text-shadow: none !important;
}
.grid-item .at-form .at-row label:not(.label-amount) {
  color: #fff !important;
}
.grid-item .at-legend {
  color: #bbd530 !important;
}
.grid-item .thankYou p {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}

/*==============================================================*/
/*==============================================================*/
.donation-embed {
  margin: 60px auto;
}
.donation-embed .container {
  padding-top: 60px;
  border-top: 2px solid #f3f4f5;
  border-bottom: 2px solid #f3f4f5;
}
.donation-embed .donation-headline {
  text-align: center;
}
.donation-embed .donation-headline img {
  width: 90px;
  margin: 0 auto -20px;
}

#whyDonate {
  text-align: center;
}
#whyDonate h2 {
  margin: 10px auto 40px;
}
#whyDonate ul.cf li.resize {
  float: left;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 808px) {
  #whyDonate ul.cf li.resize {
    width: 50%;
    padding: 0px 40px;
  }
}
#whyDonate ul.cf li.resize img {
  margin-bottom: 20px;
}
#whyDonate ul.cf li.resize h4 {
  color: #bbd530;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 5px auto;
}
#whyDonate ul.cf li.resize .btn {
  display: block;
  margin: 10px auto 0;
  text-align: center;
  width: 220px;
  font-size: 16px;
  background: #e17424;
}
#whyDonate ul.cf li.resize .btn:hover {
  background: #bbd530;
}

#otherWays, #howToDonate, #whyDonate {
  margin: 40px auto;
}
#otherWays .editor-content h2, #howToDonate .editor-content h2, #whyDonate .editor-content h2 {
  margin-bottom: 10px;
}
#otherWays .editor-content p, #howToDonate .editor-content p, #whyDonate .editor-content p {
  max-width: 1100px;
  margin: 0 auto 30px;
}
#otherWays .editor-content h3, #howToDonate .editor-content h3, #whyDonate .editor-content h3 {
  margin-top: 0px;
}
#otherWays .editor-content em, #howToDonate .editor-content em, #whyDonate .editor-content em {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
#otherWays .editor-content a, #howToDonate .editor-content a, #whyDonate .editor-content a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#otherWays .editor-content strong em,
#otherWays .editor-content em strong, #howToDonate .editor-content strong em,
#howToDonate .editor-content em strong, #whyDonate .editor-content strong em,
#whyDonate .editor-content em strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
#otherWays .editor-content ul, #otherWays .editor-content ol, #howToDonate .editor-content ul, #howToDonate .editor-content ol, #whyDonate .editor-content ul, #whyDonate .editor-content ol {
  margin-left: 10px;
  margin-bottom: 30px;
}
#otherWays .editor-content ul li::before, #otherWays .editor-content ol li::before, #howToDonate .editor-content ul li::before, #howToDonate .editor-content ol li::before, #whyDonate .editor-content ul li::before, #whyDonate .editor-content ol li::before {
  margin-left: -10px;
}
#otherWays .editor-content ol, #howToDonate .editor-content ol, #whyDonate .editor-content ol {
  margin-top: 10px;
}
#otherWays .editor-content ol li, #howToDonate .editor-content ol li, #whyDonate .editor-content ol li {
  margin-bottom: 8px;
  margin-left: 10px;
}
#otherWays .editor-content ol li::before, #howToDonate .editor-content ol li::before, #whyDonate .editor-content ol li::before {
  content: counter(numerals) ".";
  line-height: 1.3;
  font-size: 1em;
  margin-left: -20px;
}

/*==============================================================*/
/*==============================================================*/
#ourPartners {
  background: #f3f4f5;
  text-align: center;
  margin: 90px auto 40px;
  padding: 50px 0;
  position: relative;
}
#ourPartners .icon-container {
  position: absolute;
  left: 0;
  right: 0;
  top: -45px;
  margin: 0 auto;
}
#ourPartners h2 {
  margin-bottom: 30px;
}
#ourPartners .slick-next {
  right: -20px !important;
}
#ourPartners .slick-prev {
  left: -20px !important;
}
#ourPartners .slide .img-container {
  padding: 0 30px !important;
}

#partnerProfiles h2 {
  text-align: center;
}
#partnerProfiles ul.cf li.resize {
  width: 100%;
  float: left;
  text-align: center;
}
@media (min-width: 808px) {
  #partnerProfiles ul.cf li.resize {
    width: 33.3333333%;
    padding: 0 20px;
  }
}
@media (min-width: 1240px) {
  #partnerProfiles ul.cf li.resize {
    padding: 0 30px;
  }
}

#howToPartner .wrapper {
  border-bottom: 1px solid #e9e9e9;
}
#howToPartner h2 {
  margin-bottom: 10px;
}
#howToPartner p {
  max-width: 1100px;
  margin: 0 auto;
}
#howToPartner p em {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
#howToPartner ul {
  margin: 30px auto 60px;
}
@media (min-width: 640px) {
  #howToPartner ul {
    column-count: 2;
    column-rule: 1px solid #e9e9e9;
  }
}
#howToPartner ul li {
  position: relative;
  margin: 0 30px 7px;
}
#howToPartner ul li::before {
  color: #e17424;
  content: "•";
  position: absolute;
  left: -14px;
}
#howToPartner .col2 {
  margin: 60px auto 0px;
}
#howToPartner .col2 .wrapper.cf {
  border: none;
}
#howToPartner .col2 .right, #howToPartner .col2 .left {
  margin: 0 auto 40px;
  text-align: center;
}
#howToPartner .col2 .left {
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 808px) {
  #howToPartner .col2 .left {
    border-bottom: 0;
    border-right: 1px solid #e9e9e9;
  }
}
#howToPartner iframe {
  margin-top: 20px;
}

/*==============================================================*/
/*==============================================================*/
#getIntTouch {
  margin: 40px auto;
  text-align: center;
}
#getIntTouch .icon-container {
  width: 90px;
  margin: 0 auto 10px;
}
#getIntTouch h2 {
  margin-bottom: 30px;
}
#getIntTouch .col {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (min-width: 808px) {
  #getIntTouch .col {
    width: 33.3333333%;
  }
}
#getIntTouch .col .btn {
  font-size: 16px;
  margin-top: 20px;
  background: #e17424;
}
#getIntTouch .col .btn:hover {
  background: #bbd530;
}

#socialMedia .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #e9e9e9;
}
#socialMedia .wrapper h2 {
  margin-bottom: 10px;
}
#socialMedia .wrapper .social {
  text-align: center;
  margin-top: 20px;
}
#socialMedia .wrapper .social li {
  display: inline;
  font-size: 48px;
  margin: 0 10px;
}
@media (min-width: 640px) {
  #socialMedia .wrapper .social li {
    margin: 0 20px;
    font-size: 60px;
  }
}
#socialMedia .wrapper .social li a {
  color: #bbd530;
}
#socialMedia .wrapper .social li a:hover {
  color: #17345b;
}

#meetUs .left {
  background: #fff;
  padding: 20px;
}
@media (min-width: 808px) {
  #meetUs .left {
    width: 40%;
  }
}
#meetUs .left #upcomingEvents .fc-left h2 {
  color: #225496;
}
#meetUs .left #listView {
  min-height: 400px !important;
}
#meetUs .right {
  position: relative;
  margin-top: 40px;
}
@media (min-width: 808px) {
  #meetUs .right {
    margin: 0 auto;
    width: 60%;
  }
}
#meetUs .right .icon {
  width: 90px;
  position: relative;
  margin: 0 auto;
}
#meetUs .right h2 {
  margin: 0 auto 10px;
}
#meetUs .right p {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  max-width: 350px;
  margin: 0 auto;
}

#ambassadorBoard.board {
  margin-bottom: 60px;
}
#ambassadorBoard.board h2 {
  text-align: center;
  margin: 10px auto 30px;
}
#ambassadorBoard.board ul {
  border: none;
}
#ambassadorBoard.board p {
  max-width: 1100px;
  margin: 0 auto;
}
#ambassadorBoard.board .btn {
  margin-top: 20px;
}
#ambassadorBoard.board .gf_browser_gecko.gform_wrapper.gform_wrapper_original_id_31 {
  max-width: 900px;
  margin: 0 auto;
}
#ambassadorBoard.board .ginput_container.ginput_container_fileupload input {
  background: #fff;
  border: none !important;
  margin-bottom: 10px;
}

/*==============================================================*/
/*==============================================================*/
#about {
  margin-top: 60px;
}
#about .icon-row {
  margin-top: 30px;
  padding: 60px 0 0;
  border-top: 1px solid #e9e9e9;
}
#about .icon-row.items-4 {
  border-top: 0;
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
}
#about .icon-row.items-4 li {
  width: 100%;
}
@media (min-width: 808px) {
  #about .icon-row.items-4 li {
    width: 50%;
  }
}
@media (min-width: 1240px) {
  #about .icon-row.items-4 li {
    width: 25%;
  }
}
#about .icon-row.items-4 li:nth-child(3n+1) {
  clear: none;
}
#about .icon-row.items-4 .img-container {
  width: 90px;
}
#about .icon-row.items-4 .number {
  color: #bbd530;
  font-size: 65px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 300;
  font-style: normal;
  letter-spacing: -3px;
}
#about .icon-row.items-4 h4 {
  text-transform: uppercase;
  letter-spacing: normal;
}
#about .editor-content {
  padding: 10px 20px;
}

.additional-info {
  margin: 0px auto 60px;
}
.additional-info .wrapper {
  max-width: 1200px;
}
.additional-info .editor-content {
  padding: 0px;
  padding-top: 0px;
}
@media (min-width: 640px) {
  .additional-info .editor-content {
    padding-top: 60px;
    border-top: 1px solid #e9e9e9;
  }
}

.board .wrapper {
  max-width: 1250px;
}
.board ul.boardmember {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #e9e9e9;
}
.board ul.boardmember .grid-item {
  width: 100%;
  text-align: center;
  padding: 0 20px 30px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 640px) {
  .board ul.boardmember .grid-item {
    border: 0;
    padding: 0 20px 60px;
    margin: 0 auto;
    width: 50%;
  }
}
@media (min-width: 995px) {
  .board ul.boardmember .grid-item {
    width: 33.3333333%;
  }
}
.board ul.boardmember .grid-item span {
  display: block;
}
@media (min-width: 995px) {
  .board ul.boardmember .grid-item:nth-of-type(3n - 1) {
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
  }
}
.board ul.boardmember .position {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 14px;
}
.board ul.boardmember .company {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}

.js-accordion {
  text-align: left;
}
.js-accordion .js-accordion__panel[aria-hidden=true] {
  display: none;
}
.js-accordion .js-accordion__panel[role=tabpanel] .js-accordion__header {
  display: none;
}
.js-accordion button.js-accordion__header {
  border: none;
  display: block;
  text-align: left;
  padding: 30px 60px 30px 20px;
  background: none;
  font-size: 18px;
  color: #bbd530;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  transition: ease-in-out 111ms;
}
.js-accordion button.js-accordion__header:hover {
  cursor: pointer;
}
.js-accordion button.js-accordion__header::-moz-focus-inner {
  border: 0;
}
.js-accordion .js-accordion__header {
  position: relative;
}
.js-accordion .js-accordion__header:before {
  top: 30px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  text-transform: uppercase;
  color: #225496;
  position: absolute;
  right: 20px;
  margin-right: 8px;
}
.js-accordion .js-accordion__header[aria-expanded=false]:before {
  content: "\e313";
  color: #bbd530;
}
.js-accordion .js-accordion__header[aria-expanded=false]:before:hover {
  cursor: pointer;
}
.js-accordion .js-accordion__header[aria-expanded=true] {
  background: #f3f4f5;
  margin-bottom: 20px;
}
.js-accordion .js-accordion__header[aria-expanded=true]:before {
  content: "\e316";
  color: #bbd530;
}
.js-accordion .js-accordion__header[aria-expanded=true]:before:hover {
  cursor: pointer;
}
.js-accordion .js-accordion__panel {
  padding-bottom: 30px;
  line-height: 1.5;
}
.js-accordion .js-accordion__panel div {
  margin-bottom: 20px !important;
  display: block;
}

#team .icon-container {
  width: 60px;
  float: left;
  margin-right: 15px;
}
#team h2 {
  margin-top: 9px;
  display: inline-block;
}
#team .ktc-team {
  margin: 0 auto 30px;
  max-width: 1200px;
}
#team .ktc-team li {
  padding: 0px 0px 25px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
}
#team .ktc-team li .email {
  margin: 0;
  margin-top: 10px;
}
#team .js-accordion {
  margin: 30px auto;
}
#team .js-accordion h3 {
  display: inline-block;
}
#team .js-accordion .title {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  display: block;
}
@media (min-width: 808px) {
  #team .js-accordion .title {
    display: inline-block;
  }
}
#team .js-accordion .title + span {
  display: none;
}
@media (min-width: 808px) {
  #team .js-accordion .title + span {
    display: inline;
  }
}
#team .js-accordion .schoolLink {
  position: relative;
  z-index: 222;
  color: #225496;
}
#team .js-accordion .schoolLink:hover {
  color: #bbd530;
}
#team .js-accordion .email {
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  margin-right: 180px;
  line-height: normal;
  margin-top: 10px;
  z-index: 222;
  position: relative;
}
@media (min-width: 995px) {
  #team .js-accordion .email {
    float: right;
    width: 200px;
  }
}
#team .js-accordion .email .icon-mail {
  color: #bbd530;
  margin-right: 5px;
  font-size: 20px;
  vertical-align: text-top;
}
#team .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  margin: 6px 0 18px;
}
#team button.js-accordion__header {
  border-top: none;
  text-align: right;
  border-bottom: 1px solid #e9e9e9;
  transition: ease-in 222ms;
  top: -24px;
  padding: 0px 40px 10px 20px;
}
#team .js-accordion__header::before {
  top: -3px;
  right: 0;
}
#team .js-accordion__header[aria-expanded=true] {
  background: transparent;
}
#team .js-accordion__panel {
  margin-top: -30px;
}
#team .js-accordion__panel p {
  margin-bottom: 30px;
}

.mfp-hide {
  display: none;
}

.popupForm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
.popupForm.opened {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popupForm .popup {
  position: relative;
  background: #fff;
  max-width: 600px;
  width: 100%;
  padding: 40px 20px 30px;
  border-top: 5px solid #bbd530;
}
@media (min-width: 640px) {
  .popupForm .popup {
    padding: 40px 40px 30px;
  }
}
.popupForm .icon-close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #225496;
  font-size: 20px;
  cursor: pointer;
}
@media (min-width: 640px) {
  .popupForm .icon-close {
    right: 10px;
    top: 7px;
    font-size: 24px;
  }
}
.popupForm .icon-close:hover {
  color: #fdbb11;
}
.popupForm h2 {
  font-size: 1.5em;
  border-bottom: 2px solid #e9e9e9;
  padding: 0 0 10px 0;
  margin: 0;
  display: block !important;
  text-align: center;
}
.popupForm .gform_footer {
  text-align: center;
}
.popupForm .name_last {
  margin-bottom: 0px !important;
}
.popupForm textarea {
  height: 100px !important;
}
.popupForm .gfield_visibility_hidden, .popupForm .gform_validation_container {
  display: none;
}

#history {
  background: #225496;
  color: #fff;
  text-align: center;
  display: table;
  width: 100%;
}
#history .editor-content h2, #history .editor-content h3 {
  color: #fff !important;
}
#history .half {
  min-height: 350px;
}
@media (min-width: 640px) {
  #history .half {
    min-height: 400px;
  }
}
#history .half:last-of-type {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.timeline {
  background: #f3f4f5;
  text-align: center;
  margin: 40px auto;
  overflow: hidden;
  position: relative;
}
.timeline .wrap1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
}
.timeline .rows {
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}
.timeline .rows:last-of-type {
  margin-top: -10px;
}
.timeline .rows:last-of-type::before {
  display: none;
}
@media (min-width: 640px) {
  .timeline .rows:nth-of-type(odd) .date {
    left: -248px;
    right: auto;
    text-align: right;
    width: 160px;
    top: -8px;
  }
}
@media (min-width: 640px) {
  .timeline .rows:nth-of-type(even) .container {
    float: left;
    text-align: right;
  }
}
@media (min-width: 640px) {
  .timeline .rows:nth-of-type(even) .inner::after {
    border-width: 8px 0 8px 9px;
    border-left-color: #fff;
    right: -8px;
    left: auto;
  }
  .timeline .rows:nth-of-type(even) .inner::before {
    border-width: 10px 0 10px 11px;
    border-left-color: #d8d8d8;
    left: auto;
    right: -11px;
  }
  .timeline .rows:nth-of-type(even) .inner .date {
    top: -4px;
    right: -248px;
    line-height: 32px;
    width: 160px;
    left: auto;
    text-align: left;
  }
}
.timeline .rows::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 20px;
  top: 0;
  width: 3px;
  margin-left: -2px;
  background: #e9e9e9;
}
@media (min-width: 520px) {
  .timeline .rows::before {
    left: 30px;
  }
}
@media (min-width: 640px) {
  .timeline .rows::before {
    left: 50%;
  }
}
.timeline .dot {
  left: 10px;
  top: 10px;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #bbd530;
  border-radius: 999em;
  overflow: hidden;
}
@media (min-width: 520px) {
  .timeline .dot {
    top: 0;
    width: 30px;
    height: 30px;
    left: 15px;
  }
}
@media (min-width: 640px) {
  .timeline .dot {
    left: calc(50% - 15px);
  }
}
.timeline .container {
  float: right;
  text-align: left;
  width: calc(100% - 54px);
}
@media (min-width: 520px) {
  .timeline .container {
    width: calc(100% - 74px);
  }
}
@media (min-width: 640px) {
  .timeline .container {
    width: calc(50% - 44px);
  }
}
.timeline .inner {
  background: #fff;
  border: 2px solid #d8d8d8;
  padding: 30px 20px;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (min-width: 520px) {
  .timeline .inner {
    padding: 30px;
  }
}
.timeline .inner::before, .timeline .inner::after {
  content: "";
  border-style: solid;
  border-color: transparent;
  position: absolute;
}
.timeline .inner::after {
  border-right-color: transparent;
  border-left-color: transparent;
  border-width: 8px 9px 8px 0;
  border-right-color: #fff;
  left: -9px;
  top: 12px;
}
.timeline .inner::before {
  border-width: 10px 11px 10px 0;
  border-right-color: #d8d8d8;
  left: -11px;
  top: 10px;
}
.timeline .inner .date {
  color: #bbd530;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 640px) {
  .timeline .inner .date {
    font-size: 30px;
    position: absolute;
  }
}
.timeline .inner img {
  margin-bottom: 16px;
}
.timeline .inner h2 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: normal;
  color: #225496;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .timeline .inner h2 {
    font-size: 20px;
  }
}
.timeline .inner p {
  color: #777;
}
.timeline .scroll {
  opacity: 1;
}
@media (min-width: 640px) {
  .timeline .scroll {
    opacity: 0;
  }
  .timeline .scroll.is-visible {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.9s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.68, -0.3, 0.265, 1.3);
    animation-fill-mode: forwards;
  }
}

#historyOfSuccess {
  background: #f3f4f5;
  text-align: center;
  margin: 40px auto 0;
}
#historyOfSuccess .wrapper {
  padding: 20px 15px;
}
@media (min-width: 995px) {
  #historyOfSuccess .wrapper {
    padding: 20px 50px;
  }
}
#historyOfSuccess .icon-container {
  width: 90px;
  margin: -50px auto 0;
}
@media only screen and (min-width: 679px) {
  #historyOfSuccess .frst-container .frst-alternate .frst-timeline-block.frst-even-item .frst-timeline-content {
    text-align: left;
  }
}
#historyOfSuccess .frst-container .frst-timeline-style-8 h2 {
  color: #225496 !important;
  letter-spacing: normal;
}
#historyOfSuccess .frst-container .frst-timeline-style-8 .frst-date {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  color: #bbd530 !important;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 5px;
}
#historyOfSuccess .frst-container .frst-timeline-img span {
  background: #bbd530 !important;
  border-color: #bbd530 !important;
}
#historyOfSuccess .frst-container .frst-timeline-block {
  padding-bottom: 90px !important;
  padding-right: 0px !important;
}
@media only screen and (min-width: 679px) {
  #historyOfSuccess .frst-container .frst-timeline-block {
    padding-right: 45px !important;
  }
}
#historyOfSuccess .frst-container .frst-timeline-block::before {
  background: #e9e9e9 !important;
}

#theKippDiff .wrapper {
  padding: 40px 15px 30px;
}
@media (min-width: 995px) {
  #theKippDiff .wrapper {
    padding: 40px 50px 30px;
  }
}
#theKippDiff h2 {
  text-align: center;
  margin: 0 auto 10px;
}
#theKippDiff h2 + p {
  text-align: center;
}
#theKippDiff ul {
  margin-top: 60px;
}
#theKippDiff li {
  max-width: 1050px;
  margin: 0 auto 30px;
  display: table;
  width: 100%;
}
#theKippDiff .icon-container {
  width: 120px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  #theKippDiff .icon-container {
    margin-bottom: 0;
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
  }
}
#theKippDiff .text-container {
  text-align: center;
}
@media (min-width: 640px) {
  #theKippDiff .text-container {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    text-align: left;
  }
}

#faqs, #enrollmentFAQs {
  margin-top: 40px;
}
#faqs .wrapper, #enrollmentFAQs .wrapper {
  max-width: 1100px;
}
#faqs article .icon-container, #enrollmentFAQs article .icon-container {
  width: 90px;
  margin: 0 auto 5px;
  float: none;
}
#faqs article h2, #enrollmentFAQs article h2 {
  text-align: center;
}
#faqs .icon-container, #enrollmentFAQs .icon-container {
  width: 54px;
  margin-right: 15px;
  float: left;
}

#faqs .wrapper, #enrollmentFAQs .wrapper, #howToDonate .wrapper, #otherWays .wrapper, .pd-faqs .wrapper {
  max-width: 1200px;
}
#faqs h2, #enrollmentFAQs h2, #howToDonate h2, #otherWays h2, .pd-faqs h2 {
  margin-top: 5px;
}
#faqs .js-accordion__panel, #enrollmentFAQs .js-accordion__panel, #howToDonate .js-accordion__panel, #otherWays .js-accordion__panel, .pd-faqs .js-accordion__panel {
  padding: 10px 20px 30px 70px;
}
#faqs .js-accordion__panel .editor-content, #enrollmentFAQs .js-accordion__panel .editor-content, #howToDonate .js-accordion__panel .editor-content, #otherWays .js-accordion__panel .editor-content, .pd-faqs .js-accordion__panel .editor-content {
  padding: 0px;
}
#faqs button.js-accordion__header, #enrollmentFAQs button.js-accordion__header, #howToDonate button.js-accordion__header, #otherWays button.js-accordion__header, .pd-faqs button.js-accordion__header {
  padding: 30px 20px 30px 70px;
  color: #225496;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  text-transform: inherit !important;
}
#faqs .js-accordion li:first-child button.js-accordion__header, #enrollmentFAQs .js-accordion li:first-child button.js-accordion__header, #howToDonate .js-accordion li:first-child button.js-accordion__header, #otherWays .js-accordion li:first-child button.js-accordion__header, .pd-faqs .js-accordion li:first-child button.js-accordion__header {
  border: none;
  margin-top: 20px;
}
#faqs .js-accordion__header[aria-expanded=false]:before, #enrollmentFAQs .js-accordion__header[aria-expanded=false]:before, #howToDonate .js-accordion__header[aria-expanded=false]:before, #otherWays .js-accordion__header[aria-expanded=false]:before, .pd-faqs .js-accordion__header[aria-expanded=false]:before {
  content: "\e145";
  color: #bbd530;
}
#faqs .js-accordion__header[aria-expanded=false]:hover, #enrollmentFAQs .js-accordion__header[aria-expanded=false]:hover, #howToDonate .js-accordion__header[aria-expanded=false]:hover, #otherWays .js-accordion__header[aria-expanded=false]:hover, .pd-faqs .js-accordion__header[aria-expanded=false]:hover {
  cursor: pointer;
}
#faqs .js-accordion__header[aria-expanded=true], #enrollmentFAQs .js-accordion__header[aria-expanded=true], #howToDonate .js-accordion__header[aria-expanded=true], #otherWays .js-accordion__header[aria-expanded=true], .pd-faqs .js-accordion__header[aria-expanded=true] {
  background: #f3f4f5;
  margin-bottom: 20px;
}
#faqs .js-accordion__header[aria-expanded=true]:before, #enrollmentFAQs .js-accordion__header[aria-expanded=true]:before, #howToDonate .js-accordion__header[aria-expanded=true]:before, #otherWays .js-accordion__header[aria-expanded=true]:before, .pd-faqs .js-accordion__header[aria-expanded=true]:before {
  content: "\e15b";
  color: #bbd530;
}
#faqs .js-accordion__header[aria-expanded=true]:hover, #enrollmentFAQs .js-accordion__header[aria-expanded=true]:hover, #howToDonate .js-accordion__header[aria-expanded=true]:hover, #otherWays .js-accordion__header[aria-expanded=true]:hover, .pd-faqs .js-accordion__header[aria-expanded=true]:hover {
  cursor: pointer;
}
#faqs .js-accordion__header::before, #enrollmentFAQs .js-accordion__header::before, #howToDonate .js-accordion__header::before, #otherWays .js-accordion__header::before, .pd-faqs .js-accordion__header::before {
  left: 10px;
  top: 21px;
  font-size: 40px;
  content: "\e145";
}
#faqs .js-accordion, #enrollmentFAQs .js-accordion, #howToDonate .js-accordion, #otherWays .js-accordion, .pd-faqs .js-accordion {
  margin-bottom: 60px;
  border-bottom: 1px solid #e9e9e9;
}

/*==============================================================*/
/*==============================================================*/
#campusMain {
  background: #f3f4f5;
  margin-top: 60px;
  position: relative;
  padding: 10px 0 30px;
}
#campusMain .wrapper {
  padding: 20px 15px;
}
@media (min-width: 995px) {
  #campusMain .wrapper {
    padding: 20px 50px;
  }
}
#campusMain .icon-container {
  width: 90px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -25px;
}
#campusMain .all-campuses {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#campusMain .all-campuses .campus {
  background: #fff;
  text-align: center;
  padding: 20px;
  margin: 20px auto;
  width: 100%;
  position: relative;
}
@media (min-width: 808px) {
  #campusMain .all-campuses .campus {
    width: calc(50% - 40px);
    margin: 20px;
  }
}
@media (min-width: 1240px) {
  #campusMain .all-campuses .campus {
    width: calc(33.3333333% - 40px);
  }
}
#campusMain .all-campuses .campus h2 {
  font-size: 24px;
}
#campusMain .all-campuses .campus span.street {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #a7cfed;
  display: block;
}
#campusMain .all-campuses .campus .fancy {
  overflow: hidden;
  margin-bottom: 10px;
}
#campusMain .all-campuses .campus .fancy .header-line:before,
#campusMain .all-campuses .campus .fancy .header-line:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #e9e9e9;
  top: 50%;
}
#campusMain .all-campuses .campus .ward {
  background: #bbd530;
  color: #fff;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  width: 60px;
  height: 60px;
  border-radius: 999em;
  margin: 0 auto;
  padding: 8px 0;
}
#campusMain .all-campuses .campus .ward span {
  font-size: 12px;
  line-height: 2;
}
#campusMain .all-campuses .campus .ward span:last-of-type {
  margin: 0 auto;
  text-align: center;
  display: block;
  font-size: 28px;
  line-height: 0.5;
}
#campusMain .all-campuses .campus .btn.green {
  position: absolute;
  font-size: 14px;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 160px;
  margin: 0 auto;
  padding: 5px;
}
#campusMain .all-campuses .campus .academy li {
  margin-bottom: 15px;
}
#campusMain .all-campuses .campus .academy h3 {
  font-size: 22px;
}
#campusMain .all-campuses .campus .academy h3 a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#campusMain .all-campuses .campus .academy h3 a:hover {
  color: #bbd530;
}
#campusMain .all-campuses .campus .academy p {
  line-height: normal;
}
#campusMain .all-campuses .campus .academy .est {
  letter-spacing: 0.15em;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}

#futureSchools {
  margin: 60px auto;
}
#futureSchools .wrapper {
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}
#futureSchools .wrapper .icon-container {
  width: 90px;
  margin: 0 auto;
}
#futureSchools .wrapper h2 {
  text-align: center;
}
#futureSchools .wrapper .btn.green {
  font-size: 20px;
  padding: 5px 30px;
}

/*==============================================================*/
/*==============================================================*/
#schoolContact .btn.green {
  top: -30px;
}
#schoolContact .wrapper.border {
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
  padding: 30px 15px;
}
@media (min-width: 995px) {
  #schoolContact .wrapper.border {
    padding: 30px 50px;
  }
}
#schoolContact .wrapper.border .phone:hover strong {
  color: #bbd530;
}
#schoolContact .wrapper.border strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
  margin-right: 10px;
}
#schoolContact .wrapper.border strong a:hover {
  color: #bbd530;
}
#schoolContact .wrapper.border .icon-phone,
#schoolContact .wrapper.border .icon-mail,
#schoolContact .wrapper.border .icon-marker {
  padding-right: 7px;
  font-size: 20px;
  vertical-align: sub;
  color: #bbd530;
}
#schoolContact .logo-container.solo {
  max-width: 590px;
  margin: 0 auto;
  text-align: center;
  padding: 0 40px;
  margin-top: 30px;
}
#schoolContact .logo-container.solo img {
  width: 100% !important;
}
#schoolContact .logo-container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 0 40px;
  margin-top: 30px;
}
#schoolContact .logo-container img:first-of-type {
  float: left;
  width: 100%;
}
@media (min-width: 640px) {
  #schoolContact .logo-container img:first-of-type {
    width: calc(100% - 150px);
  }
}
#schoolContact .logo-container .ribbon {
  width: 150px;
  padding-left: 20px;
}

.fourBlocks {
  margin-top: 60px;
}
.fourBlocks .grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.fourBlocks .grid .grid-item {
  width: 100%;
  margin: 0 auto 40px;
  max-width: 700px;
}
@media (min-width: 995px) {
  .fourBlocks .grid .grid-item {
    width: 50%;
    padding: 0 20px;
  }
}
.fourBlocks .grid .grid-item .editor-content {
  padding: 0;
}
.fourBlocks .grid .grid-item img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

#schoolFacts {
  position: relative;
  background: #f3f4f5;
  margin: 90px auto 30px;
}
@media (min-width: 995px) {
  #schoolFacts {
    margin: 30px auto 30px;
  }
}
#schoolFacts .wrapper {
  padding: 50px 15px 30px;
}
@media (min-width: 995px) {
  #schoolFacts .wrapper {
    padding: 50px 50px 30px;
  }
}
#schoolFacts img {
  width: 90px;
  position: absolute;
  left: 50%;
  top: -43px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#schoolFacts .wrapper {
  position: relative;
}
#schoolFacts .wrapper .btn.green {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 300px;
  font-size: 18px;
  bottom: -20px;
  padding: 7px 24px;
}
#schoolFacts .wrapper .btn.green:hover {
  background: #e17424;
}
#schoolFacts .wrapper .editor-content {
  max-width: 1050px;
  padding: 20px;
}
#schoolFacts .wrapper .editor-content p {
  margin-bottom: 10px;
}
#schoolFacts .wrapper .editor-content em {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
#schoolFacts .wrapper .editor-content strong {
  color: #225496;
}
#schoolFacts .wrapper .editor-content hr {
  width: 20%;
  border: none;
  height: 2px;
  background: #a7cfed;
  margin-bottom: 10px;
}

#schoolStats {
  padding-top: 30px;
}
#schoolStats .icon-row {
  padding: 0;
  max-width: 1100px;
}
#schoolStats .icon-row li {
  width: 100%;
}
@media (min-width: 808px) {
  #schoolStats .icon-row li {
    width: 33.3333333%;
  }
}
#schoolStats .icon-row h4 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: normal;
}
#schoolStats .icon-row .icon-container {
  width: 128px;
  margin: 0 auto;
  padding-bottom: 5px;
}
@media (min-width: 1240px) {
  #schoolStats .icon-row .icon-container {
    width: 150px;
  }
}
#schoolStats .icon-row .greenText {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 300;
  font-style: normal;
  color: #bbd530;
  font-size: 46px;
  letter-spacing: -4px;
}
@media (min-width: 1240px) {
  #schoolStats .icon-row .greenText {
    font-size: 62px;
  }
}

#values {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 995px) {
  #values {
    margin: 0 auto;
  }
}
#values .wrapper {
  padding: 30px 15px;
}
@media (min-width: 995px) {
  #values .wrapper {
    padding: 0px 50px 30px;
  }
}
#values .value-row {
  display: table;
  padding: 30px 0 10px;
  margin: 0 auto;
  table-layout: fixed;
}
#values .value-row li {
  display: inline-block;
  width: 200px;
  margin-bottom: 30px;
  vertical-align: top;
}
#values .value-row li .icon-container {
  width: 90px;
  margin: 0 auto;
  padding-bottom: 5px;
}
#values .value-row li span {
  color: #bbd530;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
}

#twoColumn {
  margin: 0 auto;
}
#twoColumn .wrapper {
  padding: 40px 15px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 995px) {
  #twoColumn .wrapper {
    padding: 40px 50px;
  }
}
#twoColumn .wrapper .col1,
#twoColumn .wrapper .col2 {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 808px) {
  #twoColumn .wrapper .col1,
#twoColumn .wrapper .col2 {
    display: table-cell;
    padding: 0 20px;
    width: 50%;
    margin-bottom: 30px;
  }
}
#twoColumn .wrapper .col1 h3,
#twoColumn .wrapper .col2 h3 {
  margin-bottom: 14px;
}
#twoColumn .wrapper .col1 .editor-content,
#twoColumn .wrapper .col2 .editor-content {
  padding: 20px 0 0;
}
#twoColumn .wrapper .col1 .editor-content p,
#twoColumn .wrapper .col2 .editor-content p {
  margin-bottom: 10px;
}
#twoColumn .wrapper .col1 .editor-content strong,
#twoColumn .wrapper .col2 .editor-content strong {
  color: #225496;
}
#twoColumn .wrapper .col1 .editor-content hr,
#twoColumn .wrapper .col2 .editor-content hr {
  width: 20%;
  border: none;
  background: #a7cfed;
  height: 2px;
  margin-bottom: 10px;
}
#twoColumn .wrapper .col2 img {
  max-width: 285px;
}

.page-id-21931 #twoColumn .wrapper .col2 img {
  max-width: 100%;
}

#gallery {
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 60px;
}
#gallery .blue-wrapper {
  background: rgba(34, 84, 150, 0.7);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
#gallery .blue-wrapper .wrapper {
  padding: 30px 15px 40px;
}
@media (min-width: 995px) {
  #gallery .blue-wrapper .wrapper {
    padding: 30px 50px 40px;
  }
}
#gallery .blue-wrapper h2 {
  color: #fff;
}
#gallery .btn.green {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 220px;
  font-size: 18px;
  bottom: -20px;
  padding: 7px 24px;
}
#gallery .btn.green:hover {
  background: #e17424;
}

/*==============================================================*/
/*==============================================================*/
@media (min-width: 808px) {
  #post-497 .wrapper {
    padding: 0px 50px;
  }
}

.section-half-image {
  background: #225496;
  color: #fff;
  text-align: center;
  display: table;
  width: 100%;
}
.section-half-image .editor-content h2, .section-half-image .editor-content h3, .section-half-image .editor-content p, .section-half-image .editor-content li, .section-half-image .editor-content a {
  color: #fff !important;
}
.section-half-image .half:last-of-type {
  background: url("/wp-content/themes/kippDC2021/images/Smilow_FirstDay.jpg");
}

#enrollmentVideo {
  text-align: center;
  margin-bottom: 90px;
}
#enrollmentVideo h2 {
  margin-bottom: 10px;
}

#enrollmentProcess .editor-content h2, #enrollmentProcess .editor-content h3 {
  color: #fff !important;
}

#teachersBrochure {
  margin: 0 auto 90px;
}

#openHouse {
  background: #f3f4f5;
}
#openHouse .wrapper .editor-content {
  padding: 20px 0px 60px 0px;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  #openHouse .wrapper .editor-content {
    padding: 20px 50px 60px 50px;
  }
}
#openHouse .wrapper .editor-content h2 {
  text-align: center;
  margin: 0 auto 10px;
}
#openHouse .wrapper .editor-content p {
  margin-bottom: 20px;
}
#openHouse .wrapper .editor-content p:first-of-type {
  margin-bottom: 40px;
}
#openHouse .wrapper .editor-content strong {
  color: #225496;
}
#openHouse .wrapper .editor-content a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
#openHouse .wrapper .editor-content hr {
  width: 20%;
  background: #a7cfed;
  border: none;
  height: 2px;
  margin-bottom: 10px;
}
#openHouse .wrapper .editor-content p + hr {
  margin-top: -25px;
}
#openHouse .wrapper .editor-content .icon-container {
  width: 90px;
  margin: 0 auto 10px;
  margin-top: -60px;
}
#openHouse .wrapper img {
  margin-bottom: 30px;
}

#information .wrapper {
  margin: 40px auto 60px;
  border-bottom: 1px solid #e9e9e9;
  max-width: 1380px;
}
#information .wrapper .list-container {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 995px) {
  #information .wrapper .list-container {
    width: 50%;
    float: left;
    padding: 0 20px;
  }
}
#information .wrapper .list-container .date {
  color: #bbd530;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#information .wrapper .list-container hr {
  width: 80px;
  color: #f3f4f5;
}
#information .wrapper .list-container hr:last-of-type {
  display: none;
}
#information .wrapper .list-container h2 {
  margin-bottom: 10px;
}
#information .wrapper .list-container a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
  display: inline-block;
  margin-top: 30px;
}
#information .wrapper .list-container a:hover {
  color: #bbd530;
}
#information .wrapper .list-container a .icon-arrow-right {
  padding-left: 7px;
  vertical-align: middle;
  color: #bbd530;
  font-size: 18px;
}
#information .wrapper .list-container .icon-container {
  width: 90px;
  margin: 0 auto 10px;
}

/*==============================================================*/
/*==============================================================*/
#WhykippDC2021 {
  margin-bottom: 40px;
}
#WhykippDC2021 .wrapper {
  text-align: center;
}
#WhykippDC2021 .wrapper .btn {
  background: #225496;
  font-size: 18px;
}
#WhykippDC2021 .wrapper .btn:hover {
  background: #e17424;
}
#WhykippDC2021 .wrapper h3 {
  margin: 7px auto;
}
#WhykippDC2021 .text-container.editor-content {
  padding: 0px !important;
}

#CTR {
  margin-bottom: 40px;
}
#CTR h2 {
  color: #fff;
  margin-top: 0px;
}
#CTR .btn {
  color: #fff !important;
  background: #bbd530;
  font-size: 18px;
}
#CTR .btn:hover {
  background: #e17424;
}

.employee-benefits {
  padding-top: 40px;
}

#testimonials {
  text-align: center;
  padding-top: 20px;
}
#testimonials .fancy {
  margin: 30px auto !important;
}
#testimonials .header-line::before, #testimonials .header-line::after {
  border-top: 1px solid #e9e9e9;
  width: 600px;
}
#testimonials .icon-quote-fill::before {
  font-size: 32px;
  display: inline-block;
  background: #f3f4f5;
  width: 70px;
  height: 70px;
  border-radius: 999em;
  vertical-align: middle;
  margin: 0 auto;
  padding-top: 20px;
  margin-top: -35px;
}
#testimonials h2 {
  margin: 30px auto 20px;
}
#testimonials .img-container {
  margin-bottom: 10px;
}
#testimonials .position {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
#testimonials a {
  color: #bbd530;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#testimonials a:hover {
  color: #e17424;
}

#alumniEvents {
  background: #f3f4f5;
  padding: 60px 0px 90px;
  margin-bottom: 40px;
}
#alumniEvents .wrap1400 {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
#alumniEvents .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#alumniEvents .col1 {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 995px) {
  #alumniEvents .col1 {
    margin-bottom: 0;
    width: 33.3333333%;
  }
}
#alumniEvents .col1 .container {
  background: #fff;
  padding: 20px;
}
@media (min-width: 640px) {
  #alumniEvents .col1 .container {
    padding: 20px 30px;
  }
}
#alumniEvents .col1 .header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#alumniEvents .col1 .header img {
  width: 50px;
  margin-right: 12px;
  margin-left: -10px;
}
#alumniEvents .col1 ul {
  border-top: 1px solid #f3f4f5;
  margin-top: -5px;
  padding: 20px 0px;
}
#alumniEvents .col1 li {
  border-bottom: 1px solid #f3f4f5;
  padding: 12px 0px;
}
#alumniEvents .col1 li:last-of-type {
  border: none;
}
#alumniEvents .col1 li h4 {
  color: #bbd530;
  font-size: 18px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 640px) {
  #alumniEvents .col1 li h4 {
    font-size: 20px;
  }
}
#alumniEvents .col1 li .dateTime {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
}
#alumniEvents .col1 li .dateTime span {
  color: #bbd530;
}
#alumniEvents .col1 li a {
  color: #225496;
  text-decoration: underline;
}
#alumniEvents .col1 li a:hover {
  text-decoration: none;
}
#alumniEvents .col2 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 995px) {
  #alumniEvents .col2 {
    width: 66.6666667%;
    padding: 0px 40px;
  }
}
#alumniEvents .col2 h2 {
  margin-bottom: 20px;
}
#alumniEvents .col2 .icon {
  width: 90px;
}
#alumniEvents .col2 h4 {
  color: #bbd530;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 640px) {
  #alumniEvents .col2 h4 {
    font-size: 20px;
  }
}
#alumniEvents .col2 .dateTime {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
  margin-bottom: 20px;
}
#alumniEvents .col2 .dateTime span {
  color: #bbd530;
}
#alumniEvents .col2 .desc p {
  margin-bottom: 30px;
}

#testimonials.pageAlumni .position {
  font-size: 14px;
  letter-spacing: normal;
}
#testimonials.pageAlumni .fancy img {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 999em;
  margin: 0 auto;
  margin-top: -35px;
}
#testimonials.pageAlumni .headline {
  text-align: center;
  margin-bottom: 40px;
}

.pageAlumni .icon-row.cf, .icons .icon-row.cf {
  margin: 0 auto;
  text-align: center;
}
.pageAlumni .icon-row.cf li, .icons .icon-row.cf li {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 5px 60px;
  padding: 0;
  width: 250px;
  float: none !important;
}
@media (min-width: 520px) {
  .pageAlumni .icon-row.cf li, .icons .icon-row.cf li {
    margin: 0 30px 60px;
  }
}
@media (min-width: 640px) {
  .pageAlumni .icon-row.cf li, .icons .icon-row.cf li {
    width: 320px;
  }
}
.pageAlumni .icon-row.cf li .img-container, .icons .icon-row.cf li .img-container {
  width: 120px;
}
@media (min-width: 640px) {
  .pageAlumni .icon-row.cf li .img-container, .icons .icon-row.cf li .img-container {
    width: 150px;
  }
}
@media (max-width: 520px) {
  .pageAlumni .icon-row.cf li h3, .icons .icon-row.cf li h3 {
    font-size: 20px;
  }
}

@media (min-width: 640px) {
  .page-id-13069 section.icons .icon-row.cf li,
.page-id-13117 section.icons .icon-row.cf li {
    width: 120px;
  }
}

.page-id-507 .icon-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-id-507 .questions {
  background: #225496;
  margin: 0 0 60px;
}
@media (max-width: 995px) {
  .page-id-507 .questions .wrapper {
    padding: 0px;
  }
}
.page-id-507 .questions .grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap-reverse;
}
.page-id-507 .questions .grid .grid-item:first-of-type {
  width: 100%;
}
@media (min-width: 995px) {
  .page-id-507 .questions .grid .grid-item:first-of-type {
    width: 50%;
  }
}
.page-id-507 .questions .grid .grid-item:last-of-type {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
}
@media (min-width: 520px) {
  .page-id-507 .questions .grid .grid-item:last-of-type {
    height: 300px;
  }
}
@media (min-width: 808px) {
  .page-id-507 .questions .grid .grid-item:last-of-type {
    height: 400px;
  }
}
@media (min-width: 995px) {
  .page-id-507 .questions .grid .grid-item:last-of-type {
    width: 50%;
  }
}
.page-id-507 .questions .editor-content {
  padding: 40px 20px 30px;
}
@media (min-width: 995px) {
  .page-id-507 .questions .editor-content {
    padding: 100px 20px 70px 0px;
  }
}
.page-id-507 .questions .editor-content h2, .page-id-507 .questions .editor-content h3, .page-id-507 .questions .editor-content p, .page-id-507 .questions .editor-content li, .page-id-507 .questions .editor-content a {
  color: #fff;
}
.page-id-507 .questions .editor-content a {
  text-decoration: underline;
}
.page-id-507 .questions .editor-content a:hover {
  text-decoration: none;
  color: #bbd530;
}

.page-id-13066 section.icons .icon-row.cf a {
  display: block;
}
.page-id-13066 section.icons .icon-row.cf .img-container {
  width: 100%;
}
.page-id-13066 section.icons .icon-row.cf li {
  width: 150px;
  margin: 0 30px 30px;
}
@media (min-width: 995px) {
  .page-id-13066 section.icons .icon-row.cf li {
    width: 200px;
  }
}
.page-id-13066 section.gray-bg {
  background: #f3f4f5;
  margin-top: 90px;
  text-align: center;
}
.page-id-13066 section.gray-bg img {
  margin: 0 auto;
  position: relative;
  top: -60px;
  width: 100%;
  max-width: 900px;
}

@media (max-width: 640px) {
  #blueForm.pageAlumni .form-right {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  #blueForm.pageAlumni .form-left {
    width: 100% !important;
  }
}
#blueForm.pageAlumni .custom-select::after {
  right: 10px !important;
}
#blueForm.pageAlumni .form-address span {
  display: block;
}
#blueForm.pageAlumni .form-address span.gfield_required {
  display: inline-block;
}
#blueForm.pageAlumni .form-address .address_line_1 {
  margin-bottom: 15px;
}
#blueForm.pageAlumni .form-address .address_city {
  float: left;
  width: 41%;
  margin-right: 4%;
}
#blueForm.pageAlumni .form-address .address_state {
  float: left;
  width: 28%;
}
#blueForm.pageAlumni .form-address .address_zip {
  float: right;
  width: 23%;
  margin-left: 4%;
}
#blueForm.pageAlumni .form-address .custom-select {
  clear: both;
  float: left;
  width: 41%;
  margin-right: 4%;
}
#blueForm.pageAlumni .gform_heading {
  text-align: center;
  margin-bottom: 40px;
}

.videoSection {
  background: #f3f4f5;
  padding: 60px 0px 90px;
  margin-bottom: -30px;
  text-align: center;
}
.videoSection h2 {
  margin-bottom: 30px;
}

#whyDC {
  margin-top: 90px;
  background: #ECECEA;
  padding: 90px 0px 20px;
  position: relative;
  text-align: center;
}
#whyDC .img-container {
  width: 90px;
  margin: 0 auto;
  top: -45px;
  position: absolute;
  left: 0;
  right: 0;
}
#whyDC h2 {
  margin-bottom: 10px;
}
#whyDC p span {
  margin: 0 auto;
  width: 94%;
  max-width: 1100px;
  display: block;
}

#referFriend {
  margin-top: 70px;
}
#referFriend h2 {
  margin-top: 40px;
}
#referFriend p {
  max-width: 1200px;
  margin: 0 auto;
}

#misson h2 {
  margin-top: 0;
  color: #fff;
}

/*==============================================================*/
/*==============================================================*/
#news-list #filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 0;
}
@media (min-width: 995px) {
  #news-list #filters {
    padding: 40px 0 30px;
  }
}
#news-list #filters .grid-item {
  width: 100%;
  margin: 0 0px 20px;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 995px) {
  #news-list #filters .grid-item {
    width: 33.3333333%;
  }
}
@media (min-width: 1350px) {
  #news-list #filters .grid-item {
    text-align: left;
  }
}
#news-list #filters .filter-title {
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #225496;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 1350px) {
  #news-list #filters .filter-title {
    margin: 0;
    width: auto;
    margin-right: 10px;
    display: inline-block;
  }
}
#news-list #filters .searchnews {
  display: flex;
  justify-content: center;
  align-items: center;
}
#news-list #filters .searchnews .text {
  background: #f3f4f5;
  padding: 10px;
  border: none;
  font-size: 14px;
  width: 200px;
  appearance: none;
  -webkit-appearance: none;
}
#news-list #filters .searchnews .submit {
  background: #225496;
  color: #fff;
  padding: 10px;
  border: none;
  appearance: none;
  font-size: 14px;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#news-list #filters .searchnews .submit:hover {
  background: #bbd530;
}
#news-list #filters .select-wrap {
  position: relative;
  display: inline-block;
}
#news-list #filters .select-wrap::before {
  position: absolute;
  content: "▾";
  right: 15px;
  pointer-events: none;
  display: inline-block;
  font-size: 24px;
  padding: 5px 0 0px 10px;
  top: 11px;
  z-index: 2;
  height: 15px;
  line-height: 0;
  color: #225496;
  border-left: 2px solid #e9e9e9;
}
#news-list #filters select {
  display: block;
  margin: 0 auto;
  width: 250px;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 40px 10px 10px;
  font-size: 14px;
  border: none;
  background: #f3f4f5;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 995px) {
  #news-list #filters select {
    display: inline-block;
    margin: auto;
  }
}
#news-list .post-header {
  display: table;
  z-index: 2;
  margin-left: 25px;
  position: relative;
  padding-bottom: 10px;
}
#news-list .post-header span {
  display: table-cell;
  vertical-align: middle;
}
#news-list .post-header .icon-container {
  width: 55px;
  padding-right: 10px;
}
#news-list .post-header .icon-container img {
  width: 100%;
  height: auto;
}
#news-list #news-grid {
  padding-top: 40px;
}
#news-list #news-grid .news-item {
  padding: 0px 20px 40px;
}
@media (max-width: 640px) {
  #news-list #news-grid .news-item {
    width: 100%;
  }
}
#news-list ul {
  border-top: 3px solid #e9e9e9;
  margin-bottom: 60px;
}
#news-list ul h2 {
  font-size: 20px;
}
#news-list ul .meta-content {
  color: #bbd530;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
#news-list ul img {
  margin-bottom: 10px;
  background: #e9e9e9;
}
#news-list .news-grid-list .news-item {
  width: 100%;
  text-align: left;
  position: relative !important;
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0px;
}

.prev-next-posts {
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 60px;
  font-size: 14px;
}
@media (min-width: 808px) {
  .prev-next-posts {
    margin: 0 auto;
    font-size: 18px;
  }
}
.prev-next-posts .prev-posts-link {
  float: left;
}
.prev-next-posts .prev-posts-link span {
  color: #bbd530;
}
.prev-next-posts .next-posts-link {
  float: right;
}
.prev-next-posts .next-posts-link span {
  color: #bbd530;
}
.prev-next-posts .btn.green {
  font-size: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 60px;
  position: absolute;
}
@media (min-width: 808px) {
  .prev-next-posts .btn.green {
    top: 9px;
    width: 200px;
    margin: 0 auto;
  }
}

.search #news-list .grid-item {
  text-align: center !important;
  width: 100% !important;
}
.search #news-list .filter-title {
  text-align: center !important;
  display: block !important;
  margin: 0 0 10px !important;
  width: 100% !important;
}

.singlePage {
  padding: 30px 15px 10px;
}
@media (min-width: 808px) {
  .singlePage {
    padding: 30px 30px 90px;
  }
}
.singlePage .featured-img-container {
  margin: 0 auto;
  text-align: center;
  max-width: 1100px;
}
.singlePage .featured-img-container img {
  margin-bottom: 30px;
}
.singlePage .singlePost {
  max-width: 1050px;
  margin: 0 auto;
}
.singlePage .singlePost .editor-content {
  margin-bottom: 40px;
}
@media (max-width: 808px) {
  .singlePage .singlePost .editor-content {
    padding: 0;
  }
}
@media (max-width: 520px) {
  .singlePage .singlePost .editor-content {
    margin-bottom: 20px;
  }
}
.singlePage .singlePost .editor-content h2, .singlePage .singlePost .editor-content h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
}
.singlePage .singlePost .editor-content a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.singlePage .singlePost .editor-content strong {
  color: #333;
}
.singlePage .singlePost .meta-content {
  display: block;
  margin: 60px auto 20px;
  padding: 10px 0;
  text-align: center;
  clear: both;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  color: #bbd530;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
.singlePage .singlePost .shareThis {
  margin: 0 auto;
  text-align: center;
}
.singlePage .singlePost .shareThis h4 strong {
  letter-spacing: normal;
  color: #225496;
}
.singlePage .singlePost .ssba {
  vertical-align: middle;
}
@media (max-width: 520px) {
  .singlePage .singlePost .ssba {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .singlePage .singlePost .ssba img {
    width: 40px !important;
  }
}

/*==============================================================*/
/*==============================================================*/
#pageCalendar .row {
  position: relative;
  margin: 30px auto;
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 808px) {
  #pageCalendar .row {
    border: none;
  }
}
#pageCalendar .row .calendarSidebar {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 808px) {
  #pageCalendar .row .calendarSidebar {
    width: 25%;
    padding-right: 30px;
    margin-top: 18px;
  }
}
#pageCalendar .row .calendarSidebar .icon-container {
  width: 90px;
  margin: 0 auto;
}
#pageCalendar .row .calendarSidebar h3 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9e9e9;
}
#pageCalendar .row .calendarSidebar .calendarFilter li {
  color: #fff;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  padding: 7px;
}
#pageCalendar .row .calendarSidebar .calendarFilter .allFilter {
  background: #17345b;
}
#pageCalendar .row .calendarSidebar .calendarFilter .webbFilter {
  background: #60A2D7;
}
#pageCalendar .row .calendarSidebar .calendarFilter .benningFilter {
  background: #F7941E;
}
#pageCalendar .row .calendarSidebar .calendarFilter .college-prepFilter {
  background: #BCD631;
}
#pageCalendar .row .calendarSidebar .calendarFilter .alumFilter {
  background: #FEDA00;
}
#pageCalendar .row .calendarSidebar .calendarFilter .staffFilter {
  background: #E27425;
}
#pageCalendar .row .calendarSidebar .calendarFilter .kipp-preFilter {
  background: #255694;
}
#pageCalendar .row .calendarSidebar .calendarFilter .somersetFilter {
  background: #439539;
}
#pageCalendar .row .calendarSidebar .calendarFilter input.event_filter {
  vertical-align: text-bottom;
  margin-right: 5px;
}

#calendarView {
  width: 100%;
}
@media (min-width: 808px) {
  #calendarView {
    float: right;
    width: 75%;
  }
}
#calendarView .fc-header-toolbar {
  padding-bottom: 15px;
  border-bottom: 2px solid #e9e9e9;
}
#calendarView .fc-center h2 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
#calendarView .fc-day-header {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#calendarView td.fc-today {
  background: #e9e9e9;
}
#calendarView .fc-day-grid-event {
  border-radius: 0;
}
#calendarView .fc-content {
  padding: 4px;
  white-space: normal;
  font-size: 12px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#calendarView .fc-state-default {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background: #225496;
  font-weight: 700;
  font-style: normal;
  text-shadow: none;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
}
#calendarView .fc-state-default:hover {
  background: #bbd530;
}
#calendarView .fc-state-active {
  background: #bbd530;
}
#calendarView .fc-prev-button, #calendarView .fc-next-button {
  border: none;
  box-shadow: none;
  width: 40px;
  height: 40px;
  background: #e17424;
  color: #fff;
  border-radius: 999em;
  font-size: 13px;
  margin-right: 10px;
}
#calendarView .fc-prev-button:hover, #calendarView .fc-next-button:hover {
  background: #bbd530;
  cursor: pointer;
}
#calendarView .fc-next-button {
  margin: 0 auto;
}
#calendarView #eventContent {
  padding: 30px 30px 60px;
  background: #fff;
  border-top: 5px solid #225496;
  -webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
  min-width: 320px;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: fixed;
}
#calendarView #eventContent #eventTitle {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #e9e9e9;
}
#calendarView #eventContent strong, #calendarView #eventContent a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
}
#calendarView #eventContent a:hover {
  color: #bbd530;
}
#calendarView #eventContent #startTime {
  display: inline-block;
  margin-bottom: 10px;
}
#calendarView #eventContent #eventLink {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
  position: absolute;
  right: 30px;
  bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
}
#calendarView #eventContent #eventLink:hover {
  color: #bbd530;
}
#calendarView #eventContent #eventLink::before {
  content: "\e3ba";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #bbd530;
  vertical-align: text-top;
  vertical-align: top;
  margin-right: 4px;
}
#calendarView #eventContent .closeModal {
  position: absolute;
  right: 4px;
  top: 0px;
  font-size: 20px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  color: #bbd530;
}

.searchList .noResults {
  display: block;
  margin: 0 auto;
  width: 94%;
  max-width: 1400px;
}
.searchList li {
  margin: 20px auto;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
}
.searchList li h2 a {
  display: inline-block;
}
@media (max-width: 640px) {
  .searchList li h2 a {
    font-size: 28px;
  }
}
.searchList li h2 a:hover {
  color: #e17424;
}
.searchList li .meta-content {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
.searchList li .excerpt p {
  display: inline;
}
.searchList li .excerpt a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #bbd530;
}
.searchList li .excerpt a:hover {
  color: #e17424;
}
.searchList li:last-of-type {
  border: none;
}

/*==============================================================*/
/*==============================================================*/
#contactBlocks {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 640px) {
  #contactBlocks {
    margin: 0 auto 60px;
  }
}
#contactBlocks img {
  width: 110px;
  text-align: center;
}
#contactBlocks h2 {
  text-align: center;
}
#contactBlocks .row {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px solid #e9e9e9;
}
#contactBlocks .row .left, #contactBlocks .row .right {
  width: 100%;
  text-align: center;
}
@media (min-width: 640px) {
  #contactBlocks .row .left, #contactBlocks .row .right {
    width: 50%;
  }
}
#contactBlocks .row .left .editor-content h3, #contactBlocks .row .right .editor-content h3, #contactBlocks .row .center .editor-content h3 {
  margin-top: 10px;
}
#contactBlocks .row .left .icon-marker,
#contactBlocks .row .left .icon-mail,
#contactBlocks .row .left .icon-phone, #contactBlocks .row .right .icon-marker,
#contactBlocks .row .right .icon-mail,
#contactBlocks .row .right .icon-phone, #contactBlocks .row .center .icon-marker,
#contactBlocks .row .center .icon-mail,
#contactBlocks .row .center .icon-phone {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 999em;
  margin: 0 auto;
  background: #bbd530;
  color: #fff;
  font-size: 36px;
  line-height: 1.95;
}
#contactBlocks .row .left .icon-mail, #contactBlocks .row .right .icon-mail, #contactBlocks .row .center .icon-mail {
  background: #fdbb11;
}
#contactBlocks .row .left .icon-phone, #contactBlocks .row .right .icon-phone, #contactBlocks .row .center .icon-phone {
  background: #a7cfed;
}
#contactBlocks .row .left {
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  #contactBlocks .row .left {
    margin-bottom: 0;
    float: left;
    border-right: 1px solid #e9e9e9;
  }
}
@media (min-width: 640px) {
  #contactBlocks .row .right {
    float: right;
  }
}
#contactBlocks .row:last-of-type {
  border: none;
}

#pageNotFound {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
}
#pageNotFound .search-form {
  margin: 20px auto 60px;
  display: table;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #225496;
  transition: ease-in-out 444ms;
  width: auto;
}
@media (min-width: 640px) {
  #pageNotFound .search-form {
    width: 350px;
  }
}
#pageNotFound .search-form .search-field {
  border: none;
  display: table-cell;
  float: left;
  font-size: 21px;
  padding: 8px 0px;
  text-indent: 9px;
  width: calc(100% - 50px);
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
}
#pageNotFound .search-form .search-submit {
  font-size: 21px;
  padding: 7.5px 8px;
  background: #fff;
  border: none;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #bbd530;
  width: 50px;
  float: right;
  display: table-cell;
}
#pageNotFound .search-form .search-submit:hover {
  color: #225496;
  cursor: pointer;
}
#pageNotFound .icon-search {
  display: block;
  margin: 40px auto 0;
  width: 90px;
  height: 90px;
  color: #fff !important;
  border-radius: 999em;
  font-size: 86px;
  background: #bbd530;
  text-align: center;
}

#memberProfile {
  padding: 0px;
}
#memberProfile .wrapper {
  border-bottom: 1px solid #e9e9e9;
}
#memberProfile .wrapper h2 {
  text-align: center;
  margin: 0 auto 50px;
}
#memberProfile ul {
  display: table;
  text-align: center;
  margin: 0 auto;
}
#memberProfile ul li {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  width: 100%;
  vertical-align: text-top;
  margin: 0 auto;
  float: none;
  margin: 0 auto 20px;
}
@media (min-width: 640px) {
  #memberProfile ul li {
    width: 375px;
  }
}
#memberProfile ul li img {
  width: 110px;
  margin-bottom: 12px;
}
@media (min-width: 1240px) {
  #memberProfile ul li:nth-of-type(2n) {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
  }
}

#CommitmentImpact {
  background: #fff;
}
#CommitmentImpact .col2 {
  margin: 50px auto 20px;
}
#CommitmentImpact h2 {
  color: #225496;
  margin: 0 auto;
}
#CommitmentImpact .icon {
  width: 110px;
  margin: 0 auto;
  text-align: center;
}
#CommitmentImpact .left #upcomingEvents {
  border: 1px solid #e9e9e9;
  min-height: 300px;
  margin-bottom: 30px;
}
#CommitmentImpact .right .editor-content {
  color: #333;
  text-align: left;
}

/*==============================================================*/
/*==============================================================*/
#boardPortal {
  background: #f3f4f5;
}
#boardPortal .wrap {
  max-width: 1400px;
  width: 94%;
  margin: 0 auto -30px;
  padding-bottom: 70px;
  padding-top: 40px;
}
#boardPortal .wrap .container {
  max-width: 1200px;
  margin: 0 auto 40px;
  background: #fff;
  position: relative;
}
#boardPortal .wrap .container span.icon {
  position: absolute;
  right: 20px;
  border-radius: 999em;
  overflow: hidden;
  font-size: 32px;
  background: #f3f4f5;
  color: #225496;
  top: 11px;
}
#boardPortal .wrap .container span.icon:hover {
  color: #bbd530;
  cursor: pointer;
}
#boardPortal .wrap .container span.icon-remove {
  color: #bbd530;
}
#boardPortal .wrap .container span.icon-remove:hover {
  color: #225496;
}
#boardPortal .wrap .body {
  border-bottom: 8px solid #225496;
}
#boardPortal .wrap .body .date, #boardPortal .wrap .body .time {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#boardPortal .wrap .body a.resource {
  color: #225496;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#boardPortal .wrap .body a.resource:hover {
  color: #bbd530;
  cursor: pointer;
}
#boardPortal .wrap .body.opened {
  display: block;
}
#boardPortal .wrap .body.closed {
  display: none;
}
#boardPortal .wrap .header {
  background: #e9e9e9;
  position: relative;
}
#boardPortal .wrap .header h2 {
  color: #225496;
  padding: 15px 60px 15px 20px;
  line-height: 1;
  font-size: 24px;
}
#boardPortal .wrap .list {
  padding: 20px 20px 30px;
  margin: 0 auto;
  max-width: none;
  display: block;
}
#boardPortal .wrap .list li {
  border-bottom: 1px solid #f3f4f5;
  padding: 12px 0px;
}
#boardPortal .wrap .list li span {
  display: block;
}
#boardPortal .wrap .list li h3 {
  line-height: 1.2;
  font-size: 20px;
}
#boardPortal .wrap #importantContacts.container {
  margin-top: 90px;
  border: 1px solid #e9e9e9;
  background: #f3f4f5;
}
#boardPortal .wrap #importantContacts.container .header {
  background: #f3f4f5;
  text-align: center;
  position: relative;
}
#boardPortal .wrap #importantContacts.container .header h2 {
  padding: 0px;
  display: inline-block;
  position: absolute;
  background: #f3f4f5;
  left: 0;
  right: 0;
  top: -14px;
  width: 250px;
  margin: 0 auto;
}
#boardPortal .wrap #importantContacts.container ul.contacts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 60px 0px 20px;
}
#boardPortal .wrap #importantContacts.container ul.contacts li {
  width: 100%;
  margin: 0 auto 40px;
}
@media (min-width: 808px) {
  #boardPortal .wrap #importantContacts.container ul.contacts li {
    width: 50%;
    padding: 0 30px;
  }
}
@media (min-width: 1240px) {
  #boardPortal .wrap #importantContacts.container ul.contacts li {
    width: 33.3333333%;
  }
}
#boardPortal .wrap #importantContacts.container ul.contacts li h3 {
  font-size: 20px;
}
#boardPortal .wrap #importantContacts.container ul.contacts li a {
  display: block;
  color: #225496;
}
#boardPortal .wrap #importantContacts.container ul.contacts li a:hover {
  color: #bbd530;
  cursor: pointer;
}
#boardPortal .wrap #importantContacts.container ul.contacts li a.email {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}

#post-5461 form.post-password-form {
  padding: 60px 0px 40px;
  margin: 0 auto;
  text-align: center;
}
#post-5461 form.post-password-form p {
  color: #225496;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
#post-5461 form.post-password-form P:nth-of-type(2) {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 640px) {
  #post-5461 form.post-password-form #pwbox-5461 {
    display: block;
    margin: 0 auto;
    margin-top: 12px;
  }
}
#post-5461 form.post-password-form input[type=submit] {
  background: #bbd530;
  color: #fff;
  border: none;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  padding: 6px 25px;
  vertical-align: bottom;
  font-size: 16px;
}
@media (max-width: 640px) {
  #post-5461 form.post-password-form input[type=submit] {
    display: block;
    margin: 0 auto;
    margin-top: 12px;
  }
}
#post-5461 form.post-password-form input[type=submit]:hover {
  background: #225496;
  cursor: pointer;
}

.search.search-no-results .noResults {
  max-width: 1200px;
  width: 94%;
  margin: 60px auto;
  text-align: center;
  color: #225496;
  font-size: 20px;
  line-height: 1.4;
}

#resultsAndImpact .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1400px;
}
#resultsAndImpact .wrap hr {
  background: #e9e9e9;
  border: none;
  margin: 40px auto;
  height: 1px;
}
#resultsAndImpact .wrap .container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
#resultsAndImpact .wrap h2 {
  font-size: 32px;
  color: #bbd530;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.05em;
}
@media (min-width: 640px) {
  #resultsAndImpact .wrap h2 {
    font-size: 48px;
  }
}
@media (min-width: 808px) {
  #resultsAndImpact .wrap h2 {
    font-size: 68px;
  }
}
#resultsAndImpact .wrap h3 {
  font-size: 20px;
  color: #225496;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.05em;
  margin-bottom: 9px;
}
@media (min-width: 640px) {
  #resultsAndImpact .wrap h3 {
    font-size: 24px;
  }
}
#resultsAndImpact .wrap .body {
  max-width: 1000px;
  margin: 0 auto 50px;
  line-height: 1.6;
  color: #225496;
}
@media (min-width: 808px) {
  #resultsAndImpact .wrap .body {
    font-size: 20px;
  }
}
#resultsAndImpact .wrap .section2 {
  padding-top: 20px;
}
#resultsAndImpact .wrap .graphs-container {
  padding-top: 20px;
}
#resultsAndImpact .wrap .graphs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#resultsAndImpact .wrap .graphs li {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
}
@media (min-width: 808px) {
  #resultsAndImpact .wrap .graphs li {
    width: 50%;
  }
}
#resultsAndImpact .wrap .graphs li .graph-container {
  max-width: 480px;
  margin: 0 auto;
}
#resultsAndImpact .wrap .graphs li span.title {
  font-size: 16px;
  color: #225496;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  display: block;
  line-height: 1;
  letter-spacing: -0.05em;
}
#resultsAndImpact .wrap .graphs li span.subtitle {
  color: #225496;
  font-size: 14px;
  display: block;
}
@media (min-width: 808px) {
  #resultsAndImpact .wrap .graphs li span.subtitle {
    font-size: 16px;
  }
}
#resultsAndImpact .wrap .icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#resultsAndImpact .wrap .icons li {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 640px) {
  #resultsAndImpact .wrap .icons li {
    width: 50%;
  }
}
@media (min-width: 808px) {
  #resultsAndImpact .wrap .icons li {
    width: 33.3333333%;
  }
}
#resultsAndImpact .wrap .icons .icon-container {
  max-width: 250px !important;
  width: auto;
  margin: 0 auto;
}
#resultsAndImpact .wrap .icons .icon {
  width: 150px;
  margin: 0 auto 7px;
}
#resultsAndImpact .wrap .icons span.title {
  font-size: 48px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
  display: block;
  line-height: 1;
  letter-spacing: -0.05em;
}
#resultsAndImpact .wrap .icons span.subtitle {
  display: block;
  letter-spacing: -0.05em;
  font-size: 18px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  line-height: 1.23;
}
#resultsAndImpact .wrap .more {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  padding: 20px 0 0;
}
@media (min-width: 808px) {
  #resultsAndImpact .wrap .more {
    padding: 20px 0px;
  }
}
#resultsAndImpact .wrap .more .body {
  font-size: 18px;
  margin-bottom: 40px;
}
#resultsAndImpact .wrap .more .col {
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}
@media (min-width: 808px) {
  #resultsAndImpact .wrap .more .col {
    width: 50%;
    padding: 0 20px;
  }
}
#resultsAndImpact .wrap .more .col:last-of-type {
  margin-bottom: 0px;
}
@media (min-width: 808px) {
  #resultsAndImpact .wrap .more .more-icons {
    max-width: 400px;
  }
}
#resultsAndImpact .wrap .more .more-icons li {
  margin-bottom: 30px;
}
#resultsAndImpact .wrap .more .more-icons a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  width: 100%;
}
#resultsAndImpact .wrap .more .more-icons a:hover span.text {
  color: #bbd530;
}
#resultsAndImpact .wrap .more .more-icons .icon {
  width: 100px;
}
@media (max-width: 520px) {
  #resultsAndImpact .wrap .more .more-icons .icon {
    width: 70px;
  }
}
#resultsAndImpact .wrap .more .more-icons span.text {
  display: block;
  width: calc(100% - 150px);
  padding-left: 20px;
  line-height: 1.2;
  color: #225496;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  letter-spacing: -0.05em;
}
@media (max-width: 520px) {
  #resultsAndImpact .wrap .more .more-icons span.text {
    font-size: 16px;
    padding-left: 16px;
    width: calc(100% - 70px);
  }
}
#resultsAndImpact .wrap .footnotes {
  font-size: 14px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 60px;
}

/*==============================================================*/
/*==============================================================*/
#naf__intro .row-border,
#naf__signup .row-border {
  border-bottom: 1px solid #e9e9e9;
  margin: 40px auto;
}
#naf__intro .row-border .col,
#naf__signup .row-border .col {
  border: none !important;
}
#naf__intro .row-border .editor-content .intro-text,
#naf__signup .row-border .editor-content .intro-text {
  margin-top: 0px !important;
}
#naf__intro .row,
#naf__signup .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#naf__intro .row .col,
#naf__signup .row .col {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 808px) {
  #naf__intro .row .col,
#naf__signup .row .col {
    width: 50%;
  }
  #naf__intro .row .col:nth-of-type(odd),
#naf__signup .row .col:nth-of-type(odd) {
    padding-right: 20px;
    border-right: 1px solid #e9e9e9;
  }
  #naf__intro .row .col:nth-of-type(even),
#naf__signup .row .col:nth-of-type(even) {
    padding-left: 20px;
  }
}
#naf__intro .row .editor-content h3,
#naf__signup .row .editor-content h3 {
  margin-bottom: 12px;
}
#naf__intro .row .editor-content ul,
#naf__signup .row .editor-content ul {
  margin-top: 30px !important;
  margin-left: 0px !important;
  margin-bottom: 0px !important;
}
#naf__intro .row .editor-content ul li,
#naf__signup .row .editor-content ul li {
  position: relative;
  margin-bottom: 9px !important;
  padding-bottom: 9px !important;
}
#naf__intro .row .editor-content ul li::before,
#naf__signup .row .editor-content ul li::before {
  display: none !important;
}
#naf__intro .row .editor-content ul li::after,
#naf__signup .row .editor-content ul li::after {
  content: "";
  border-bottom: 1px solid #a7cfed;
  width: 120px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
#naf__intro .row .editor-content ul li:last-of-type::after,
#naf__signup .row .editor-content ul li:last-of-type::after {
  display: none;
}
#naf__intro .row .full,
#naf__signup .row .full {
  width: 100%;
  height: auto;
}

#naf__signup {
  margin: 60px auto 40px;
}
#naf__signup .row {
  max-width: 1200px;
  margin: 0 auto;
}
#naf__signup .row .editor-content ul {
  margin-top: 30px !important;
  margin-left: 0px !important;
  margin-bottom: 0px !important;
}
#naf__signup .row .editor-content ul li {
  position: relative;
  margin-bottom: 9px !important;
  padding-bottom: 9px !important;
}
#naf__signup .row .editor-content ul li::before {
  display: none !important;
}
#naf__signup .row .editor-content ul li::after {
  display: none !important;
}

#fellowship_in_special_education ul.js-tablist, #deicouncil ul.js-tablist, .donate-tabs ul.js-tablist, #vaccine ul.js-tablist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
#fellowship_in_special_education ul.js-tablist li, #deicouncil ul.js-tablist li, .donate-tabs ul.js-tablist li, #vaccine ul.js-tablist li {
  width: 100%;
  display: block;
  border-bottom: 2px solid #fff;
}
@media (min-width: 808px) {
  #fellowship_in_special_education ul.js-tablist li, #deicouncil ul.js-tablist li, .donate-tabs ul.js-tablist li, #vaccine ul.js-tablist li {
    width: 33.3333333%;
    border: none;
    border-right: 2px solid #fff;
  }
}
#fellowship_in_special_education ul.js-tablist li a, #deicouncil ul.js-tablist li a, .donate-tabs ul.js-tablist li a, #vaccine ul.js-tablist li a {
  width: 100%;
  padding: 12px 20px;
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: center;
  line-height: normal;
  background: #e9e9e9;
  color: #000;
  height: 100%;
}
#fellowship_in_special_education ul.js-tablist li a:hover, #deicouncil ul.js-tablist li a:hover, .donate-tabs ul.js-tablist li a:hover, #vaccine ul.js-tablist li a:hover {
  background: #e17424;
  cursor: pointer;
  color: #fff;
}
#fellowship_in_special_education ul.js-tablist li a:last-of-type, #deicouncil ul.js-tablist li a:last-of-type, .donate-tabs ul.js-tablist li a:last-of-type, #vaccine ul.js-tablist li a:last-of-type {
  border: none;
}
#fellowship_in_special_education ul.js-tablist li a[aria-selected=true], #deicouncil ul.js-tablist li a[aria-selected=true], .donate-tabs ul.js-tablist li a[aria-selected=true], #vaccine ul.js-tablist li a[aria-selected=true] {
  background: #225496;
  color: #fff;
}
#fellowship_in_special_education ul.tabs .entry-content .gform_wrapper, #deicouncil ul.tabs .entry-content .gform_wrapper, .donate-tabs ul.tabs .entry-content .gform_wrapper, #vaccine ul.tabs .entry-content .gform_wrapper {
  display: block !important;
}
#fellowship_in_special_education ul.tabs .entry-content em, #deicouncil ul.tabs .entry-content em, .donate-tabs ul.tabs .entry-content em, #vaccine ul.tabs .entry-content em {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
#fellowship_in_special_education ul.tabs .entry-content a, #deicouncil ul.tabs .entry-content a, .donate-tabs ul.tabs .entry-content a, #vaccine ul.tabs .entry-content a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #225496;
}
#fellowship_in_special_education ul.tabs .entry-content a:hover, #deicouncil ul.tabs .entry-content a:hover, .donate-tabs ul.tabs .entry-content a:hover, #vaccine ul.tabs .entry-content a:hover {
  color: #e17424;
}
#fellowship_in_special_education ul.tabs li, #deicouncil ul.tabs li, .donate-tabs ul.tabs li, #vaccine ul.tabs li {
  margin-bottom: 40px;
}

#deicouncil {
  margin: 30px auto 60px;
}

#vaccine {
  margin: 60px auto;
}
#vaccine .wrapper {
  padding: 0px;
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
}
#vaccine .js-tabs {
  border: 2px solid #e9e9e9;
}
#vaccine ul.js-tablist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
#vaccine ul.js-tablist li {
  width: 100%;
  display: block;
  border-right: none !important;
}
@media (min-width: 808px) {
  #vaccine ul.js-tablist li {
    border-left: 1px solid white;
    width: 33.3333333%;
  }
  #vaccine ul.js-tablist li:first-of-type {
    border-left: none;
  }
}
@media (min-width: 1240px) {
  #vaccine ul.js-tablist li a {
    font-size: 20px;
  }
}
#vaccine .js-tabcontent {
  padding: 20px;
}
@media (min-width: 640px) {
  #vaccine .js-tabcontent {
    padding: 20px 30px;
  }
}
#vaccine .editor-content {
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 808px) {
  .quoteSlider.fellowship_in_special_education em {
    font-size: 14px;
  }
}
@media (min-width: 1240px) {
  .quoteSlider.fellowship_in_special_education em {
    font-size: 16px !important;
  }
}

#engage_blocks .wrap1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 94%;
}
#engage_blocks .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#engage_blocks .row .block {
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}
@media (min-width: 808px) {
  #engage_blocks .row .block {
    width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 995px) {
  #engage_blocks .row .block {
    padding: 0 30px;
  }
}
#engage_blocks .row .block img {
  margin-bottom: 20px;
}
#engage_blocks .row .block h3 {
  margin-bottom: 12px;
}
#engage_blocks .row .block p {
  margin-bottom: 30px;
}

/*==============================================================*/
/*==============================================================*/
#brandHub {
  padding: 60px 0 40px;
}

.brand-hub-resources {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.brand-hub-resources .resource {
  width: 100%;
  margin: 0 0 60px;
  text-align: center;
}
@media (min-width: 640px) {
  .brand-hub-resources .resource {
    padding: 0 30px;
    width: 50%;
  }
}
@media (min-width: 995px) {
  .brand-hub-resources .resource {
    width: 33.3333333%;
  }
}
.brand-hub-resources .resource a {
  display: block;
}
.brand-hub-resources .resource a:hover h2 {
  color: #bbd530;
}
.brand-hub-resources .resource .img-container {
  width: 120px;
  margin: 0 auto 10px;
}
@media (min-width: 640px) {
  .brand-hub-resources .resource .img-container {
    width: 150px;
  }
}
@media (max-width: 640px) {
  .brand-hub-resources .resource h2 {
    font-size: 27px;
  }
}
.brand-hub-resources p {
  line-height: 1.6;
  margin: 10px 0 30px;
}
@media (min-width: 640px) {
  .brand-hub-resources p {
    margin: 12px 0 30px;
  }
}

/*==============================================================*/
/*==============================================================*/
.grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.grid .w-20 {
  width: 100%;
  margin: 0 0 40px;
}
@media (min-width: 520px) {
  .grid .w-20 {
    width: 50%;
  }
}
@media (min-width: 995px) {
  .grid .w-20 {
    width: 20%;
  }
}

.icon-nav {
  margin: 40px auto;
  padding: 40px 0 0;
  border-top: 2px solid #f3f4f5;
  border-bottom: 2px solid #f3f4f5;
}
.icon-nav.no-label {
  padding: 40px 0 30px;
}
.icon-nav li {
  padding: 0 20px;
  text-align: center;
}
.icon-nav a {
  display: block;
}
.icon-nav a:hover .label {
  color: #bbd530;
}
.icon-nav .label {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  display: block;
  color: #225496;
  line-height: 1.2;
  font-size: 16px;
  max-width: 200px;
  margin: 0 auto;
}
@media (min-width: 520px) {
  .icon-nav .label {
    font-size: 18px;
  }
}
.icon-nav img {
  width: 90px;
  margin: 0 auto 10px;
}
@media (min-width: 520px) {
  .icon-nav img {
    width: 100px;
  }
}
@media (min-width: 995px) {
  .icon-nav img {
    width: 110px;
  }
}

.page-template-template-page-with-anchors #modal .popup {
  padding: 60px 20px 30px;
  max-width: 500px;
}
.page-template-template-page-with-anchors #modal .popup .btn {
  width: 250px;
  margin: 0 auto;
}
.page-template-template-page-with-anchors .grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-template-template-page-with-anchors .grid .w-20 {
  width: 100%;
  margin: 0 0 40px;
}
@media (min-width: 520px) {
  .page-template-template-page-with-anchors .grid .w-20 {
    width: 50%;
  }
}
@media (min-width: 808px) {
  .page-template-template-page-with-anchors .grid .w-20 {
    width: 33.3333333%;
  }
}
@media (min-width: 995px) {
  .page-template-template-page-with-anchors .grid .w-20 {
    width: 20%;
  }
}
.page-template-template-page-with-anchors .icon-nav {
  padding-top: 0px;
  border-top: none;
}

.below-content {
  margin: 40px auto 60px;
}

.post-password-required {
  position: relative;
}
.post-password-required p.custom-password-message {
  margin: 20px 0 0;
  font-size: 14px;
  color: red;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
.post-password-required p strong {
  color: #225496;
}

.post-password-form {
  padding: 20px 0 30px;
  max-width: 700px;
}
.post-password-form p {
  margin-bottom: 10px;
}
.post-password-form label {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.post-password-form input[type=password] {
  width: 100%;
  box-shadow: none;
  border: 1px solid transparent;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  padding: 8px;
  height: 40px;
  background: #f3f4f5;
}
.post-password-form input[type=submit] {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  background: #225496;
  color: #fff;
  font-size: 14px;
  padding: 12px 20px;
  height: auto;
  height: 40px;
  min-width: 180px;
  display: inline-block;
  border: none !important;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 995px) {
  .post-password-form input[type=submit] {
    font-size: 15px;
  }
}
.post-password-form input[type=submit]:hover {
  background: #bbd530;
}

.page-id-505 #modal .editor-content {
  padding: 20px 20px 0;
}
.page-id-505 #modal .editor-content h2 {
  font-size: 20px;
}
@media (min-width: 808px) {
  .page-id-505 #modal .editor-content h2 {
    font-size: 25px;
  }
}
.page-id-505 #modal .editor-content hr {
  width: 200px;
  height: 2px;
  margin: 20px auto;
}
.page-id-505 #modal .editor-content .btn {
  max-width: 300px;
  margin: 0 auto;
}

.page-id-15192 #post-15192 {
  margin-bottom: 60px;
}
.page-id-15192 .wrapper {
  max-width: 1240px;
}
.page-id-15192 .headline {
  text-align: center;
  margin: 10px auto 20px;
}
.page-id-15192 .stayConnected {
  margin-top: 90px;
}
.page-id-15192 .stayConnected .btn {
  margin-bottom: 10px;
}

/*==============================================================*/
/*==============================================================*/
.tablepress {
  line-height: 1.4;
  margin: 30px auto;
  border: 1px solid #e9e9e9 !important;
}
.tablepress tbody td, .tablepress tfoot th {
  border-top: 1px solid #e9e9e9 !important;
}
.tablepress thead th {
  background: #225496 !important;
  color: #fff !important;
}
.tablepress .odd td {
  background: #f3f4f5 !important;
}

.tablepress td, .tablepress th {
  padding: 12px 8px !important;
}
@media (min-width: 995px) {
  .tablepress td, .tablepress th {
    padding: 12px 20px !important;
  }
}

#tablepress-1 {
  max-width: 900px;
}

/*==============================================================*/
/*==============================================================*/
.wrap1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: 94%;
}

.wrap1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 94%;
}

.grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.page-id-17435 .editor-content, .page-id-17666 .editor-content {
  padding: 0px;
}
.page-id-17435 .intro, .page-id-17666 .intro {
  position: relative;
  margin: 60px auto;
}
.page-id-17435 .intro .desk, .page-id-17666 .intro .desk {
  display: none;
  margin: 30px auto;
}
@media (min-width: 640px) {
  .page-id-17435 .intro .desk, .page-id-17666 .intro .desk {
    display: block;
  }
}
.page-id-17435 .intro .mobile, .page-id-17666 .intro .mobile {
  display: block;
  margin: 30px auto;
  max-width: 250px;
}
@media (min-width: 640px) {
  .page-id-17435 .intro .mobile, .page-id-17666 .intro .mobile {
    display: none;
  }
}
.page-id-17435 .donate-button, .page-id-17666 .donate-button {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -88px;
  width: 250px;
}
.page-id-17435 .twoColumn, .page-id-17666 .twoColumn {
  margin: 60px auto;
  background: #f3f4f5;
  padding: 60px 0;
}
.page-id-17435 .twoColumn .grid, .page-id-17666 .twoColumn .grid {
  margin-top: 40px;
}
@media (min-width: 995px) {
  .page-id-17435 .twoColumn .grid, .page-id-17666 .twoColumn .grid {
    margin: 40px -40px 0;
  }
}
.page-id-17435 .twoColumn .grid .grid-item, .page-id-17666 .twoColumn .grid .grid-item {
  margin-bottom: 40px;
  width: 100%;
}
.page-id-17435 .twoColumn .grid .grid-item:last-of-type, .page-id-17666 .twoColumn .grid .grid-item:last-of-type {
  margin-bottom: 0px;
}
@media (min-width: 995px) {
  .page-id-17435 .twoColumn .grid .grid-item, .page-id-17666 .twoColumn .grid .grid-item {
    width: 50%;
    margin-bottom: 0px;
  }
}
@media (min-width: 995px) {
  .page-id-17435 .twoColumn .grid .grid-item:last-of-type .editor-content, .page-id-17666 .twoColumn .grid .grid-item:last-of-type .editor-content {
    border-left: 2px solid #e9e9e9;
  }
}
@media (min-width: 995px) {
  .page-id-17435 .twoColumn .grid .grid-item .editor-content, .page-id-17666 .twoColumn .grid .grid-item .editor-content {
    padding: 0 40px;
  }
}
.page-id-17435 .row-form, .page-id-17666 .row-form {
  margin: 60px auto;
}
.page-id-17435 .row-form #NVTag1, .page-id-17666 .row-form #NVTag1 {
  padding-top: 40px;
}

.page-id-20306 .bg-gray {
  background: #f3f4f5;
  padding: 60px 0;
}
.page-id-20306 .bg-gray .js-accordion button.js-accordion__header {
  border-top: 1px solid #8d8685;
}
.page-id-20306 #faqs .bg-gray .js-accordion {
  border-bottom: 1px solid #8d8685;
}

.page-id-1221 .intro-button .btn.green {
  top: -23px;
}
.page-id-1221 #WhyӰDC {
  margin: 60px auto;
}
.page-id-1221 #hab {
  margin-bottom: 0px;
  padding: 20px 0 30px;
}
.page-id-1221 #hab .wrapper {
  max-width: 1200px;
}
@media (min-width: 995px) {
  .page-id-1221 #hab .wrapper .col-6 .editor-content {
    margin: 0 0 0 auto;
  }
}
.page-id-1221 #hab .wrapper .col-6 .editor-content h2 {
  margin-bottom: 20px;
}
.page-id-1221 .benefits.editor-content a {
  color: #bbd530;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.page-id-1221 .benefits.editor-content a:hover {
  color: #e17424;
}

@media (min-width: 995px) {
  .page-id-20627 .quoteSlider {
    margin: -30px auto;
  }
}
.page-id-20627 #modal .editor-content {
  padding: 20px 20px 0;
}
.page-id-20627 #modal .editor-content h2 {
  font-size: 20px;
}
@media (min-width: 808px) {
  .page-id-20627 #modal .editor-content h2 {
    font-size: 25px;
  }
}
.page-id-20627 #modal .editor-content hr {
  width: 200px;
  height: 2px;
  margin: 20px auto;
}
.page-id-20627 #modal .editor-content .btn {
  max-width: 300px;
  margin: 0 auto;
}
.page-id-20627 .img {
  margin: 30px auto;
}
@media (min-width: 808px) {
  .page-id-20627 #benefits2 .grid {
    margin: 0 -30px;
  }
}
.page-id-20627 #benefits2 .block h3 {
  font-size: 25px;
}
.page-id-20627 .what {
  margin: 60px auto 30px;
}
@media (min-width: 995px) {
  .page-id-20627 .what {
    margin: 30px auto;
  }
}
.page-id-20627 .what .headline {
  margin: 0 auto 20px;
  text-align: center;
}
@media (min-width: 808px) {
  .page-id-20627 .what .headline {
    margin: 0 auto 50px;
  }
}
.page-id-20627 .what .grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.page-id-20627 .what .grid .grid-item {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 808px) {
  .page-id-20627 .what .grid .grid-item {
    width: 50%;
  }
}
.page-id-20627 .what .grid .editor-content {
  padding: 0 30px;
}
.page-id-20627 .what .grid .editor-content h2 {
  font-size: 28px;
}
.page-id-20627 .what .grid .editor-content h3 {
  color: #bbd530;
  font-size: 18px;
  text-transform: uppercase;
}
.page-id-20627 .how-to-apply {
  background: #f3f4f5;
  padding: 60px 0;
}
.page-id-20627 .how-to-apply h2 {
  margin-bottom: 30px;
}
.page-id-20627 .how-to-apply .desktop {
  display: none;
  margin: 40px auto;
}
@media (min-width: 640px) {
  .page-id-20627 .how-to-apply .desktop {
    display: block;
  }
}
.page-id-20627 .how-to-apply .mobile {
  display: block;
  margin: 40px auto;
  max-width: 200px;
}
@media (min-width: 640px) {
  .page-id-20627 .how-to-apply .mobile {
    display: none;
  }
}

@media (min-width: 995px) {
  .page-id-20631 .quoteSlider {
    margin: -30px auto;
  }
}
@media (min-width: 808px) {
  .page-id-20631 #benefits2 .grid {
    margin: 0 -30px;
  }
}
.page-id-20631 #benefits2 .block {
  width: 100%;
  float: none;
  margin: 0 0 40px;
}
@media (min-width: 640px) {
  .page-id-20631 #benefits2 .block {
    width: 50%;
  }
}
@media (min-width: 995px) {
  .page-id-20631 #benefits2 .block {
    width: 33.3333333%;
  }
}
.page-id-20631 #benefits2 .block .img-container {
  margin-bottom: 10px !important;
}
.page-id-20631 #benefits2 .block h3 {
  font-size: 25px;
}
.page-id-20631 .positions {
  margin: 0px auto 60px;
}
@media (min-width: 995px) {
  .page-id-20631 .positions {
    margin: 0 auto 80px;
  }
}
.page-id-20631 .positions .container {
  background: #f3f4f5;
  padding: 60px 40px;
  position: relative;
}
.page-id-20631 .positions .container .btn {
  position: absolute;
  top: -20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: max-content;
  line-height: 1.2;
  padding: 10px 30px;
  text-align: center;
}
.page-id-20631 .positions .intro {
  text-align: center;
  margin-bottom: 40px;
}
.page-id-20631 .positions .content {
  max-width: 700px;
  margin: 0 auto;
}
.page-id-20631 .positions .content strong {
  color: #225496;
}
.page-id-20631 .how-to-apply {
  margin: 60px auto;
}
.page-id-20631 .how-to-apply .grid {
  align-items: center;
  max-width: 700px;
  margin: 30px auto;
}
.page-id-20631 .how-to-apply .icon {
  width: 60px;
}
@media (min-width: 640px) {
  .page-id-20631 .how-to-apply .icon {
    width: 100px;
  }
}
.page-id-20631 .how-to-apply .editor-content {
  width: calc(100% - 60px);
  padding-left: 10px;
}
@media (min-width: 640px) {
  .page-id-20631 .how-to-apply .editor-content {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}
.page-id-20631 .how-to-apply .editor-content p:last-of-type {
  margin: 0;
}
.page-id-20631 .how-to-apply .editor-content strong {
  color: #17345b;
}
.page-id-20631 .how-to-apply .below {
  margin-top: 60px;
}
.page-id-20631 .how-to-apply .below .btn {
  line-height: 1.2;
  padding: 10px 30px;
}

@media (min-width: 995px) {
  .page-id-20636 .quoteSlider {
    margin: -30px auto;
  }
}
@media (min-width: 808px) {
  .page-id-20636 #benefits2 .grid {
    margin: 0 -30px;
  }
}
.page-id-20636 #benefits2 .block {
  width: 100%;
  float: none;
  margin: 0 0 40px;
}
@media (min-width: 640px) {
  .page-id-20636 #benefits2 .block {
    width: 50%;
  }
}
.page-id-20636 #benefits2 .block .img-container {
  margin-bottom: 10px !important;
}
.page-id-20636 #benefits2 .block h3 {
  font-size: 25px;
}
.page-id-20636 .positions {
  margin: 0px auto 60px;
}
@media (min-width: 995px) {
  .page-id-20636 .positions {
    margin: 0 auto 80px;
  }
}
.page-id-20636 .positions .btn {
  line-height: 1.2;
  padding: 10px 30px;
}
.page-id-20636 .how-to-apply {
  margin: 60px auto;
}
.page-id-20636 .how-to-apply .grid {
  align-items: center;
  max-width: 700px;
  margin: 30px auto;
}
.page-id-20636 .how-to-apply .icon {
  width: 60px;
}
@media (min-width: 640px) {
  .page-id-20636 .how-to-apply .icon {
    width: 100px;
  }
}
.page-id-20636 .how-to-apply .editor-content {
  width: calc(100% - 60px);
  padding-left: 10px;
}
@media (min-width: 640px) {
  .page-id-20636 .how-to-apply .editor-content {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}
.page-id-20636 .how-to-apply .editor-content p:last-of-type {
  margin: 0;
}
.page-id-20636 .how-to-apply .editor-content strong {
  color: #17345b;
}
.page-id-20636 .how-to-apply .below {
  margin-top: 60px;
}
.page-id-20636 .how-to-apply .below .btn {
  line-height: 1.2;
  padding: 10px 30px;
}

.page-id-20137 .quoteSlider .slick-slider .slide .img-container {
  max-height: none;
}
.page-id-20137 .quoteSlider .slick-slider .slide .img-container img {
  width: 75%;
  margin: 0 auto;
}
.page-id-20137 .hero {
  width: 100%;
  height: auto;
}
.page-id-20137 .quoteSlider {
  padding-top: 30px;
}
@media (min-width: 995px) {
  .page-id-20137 .quoteSlider {
    padding-top: 0;
    margin: -30px auto;
  }
}
.page-id-20137 .intro-button {
  margin: 60px auto;
}
.page-id-20137 .intro-button .btn {
  top: -85px;
}
.page-id-20137 .leaders {
  background: #f3f4f5;
  padding: 60px 0;
  margin: 60px auto 120px;
  position: relative;
}
.page-id-20137 .leaders .graphic {
  margin-bottom: -120px;
}
.page-id-20137 .donation-form-form {
  margin: 60px auto;
}
.page-id-20137 .bottom {
  margin: 60px auto;
}

.page-id-21162 .roles {
  margin: 60px auto 80px;
}
.page-id-21162 .salary {
  margin: 30px auto 60px;
}
.page-id-21162 .intro-button {
  margin: 60px auto;
}
.page-id-21162 .intro-button .btn {
  top: -85px;
}
@media (min-width: 995px) {
  .page-id-21162 #benefits2 .grid {
    margin: 0 -30px;
  }
}
.page-id-21162 #benefits2 .block {
  width: 100%;
  float: none;
  margin: 0 0 40px;
}
@media (min-width: 995px) {
  .page-id-21162 #benefits2 .block {
    width: 33.3333333%;
  }
}
.page-id-21162 #benefits2 .block .editor-content {
  padding: 0px;
}
.page-id-21162 #benefits2 .block .img-container {
  margin-bottom: 10px !important;
}
.page-id-21162 #benefits2 .block h3 {
  font-size: 25px;
}

#post-3609 .wrapper {
  max-width: 1460px;
}

/*==============================================================*/
/*==============================================================*/
#eduAnchorNav {
  margin: 0 auto;
  width: 94%;
  max-width: 1400px;
  z-index: 99999;
  background: #225496;
  border-bottom: 1px solid white;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#eduAnchorNav.stick {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
}
#eduAnchorNav ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639px) {
  #eduAnchorNav ul {
    flex-flow: row wrap;
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
}
#eduAnchorNav ul li {
  position: relative;
}
@media (min-width: 640px) {
  #eduAnchorNav ul li {
    flex: 1;
    border-right: 1px solid white;
  }
  #eduAnchorNav ul li:last-of-type {
    border: none;
  }
  #eduAnchorNav ul li:last-of-type span {
    display: none;
  }
}
@media (max-width: 639px) {
  #eduAnchorNav ul li {
    width: 33.33%;
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
}
#eduAnchorNav ul li a {
  text-align: center;
  line-height: 1.2em;
  padding: 10px 15px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 14px;
}
@media (max-width: 639px) {
  #eduAnchorNav ul li a {
    font-size: 12px;
    padding: 7px 12px 9px;
  }
}
@media (min-width: 995px) {
  #eduAnchorNav ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1240px) {
  #eduAnchorNav ul li a {
    font-size: 18px;
  }
}
@media (min-width: 808px) {
  #eduAnchorNav ul li a:hover {
    background: #e17424;
  }
}
@media (min-width: 808px) {
  #eduAnchorNav ul li a:hover .tri:after {
    border-left-color: #e17424;
  }
}
#eduAnchorNav ul li a.active {
  color: #17345b;
}
#eduAnchorNav ul li a.active .tri:after {
  border-left-color: #bbd530;
}
#eduAnchorNav ul li a .tri {
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 13px solid white;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media (max-width: 807px) {
  #eduAnchorNav ul li a .tri {
    display: none;
  }
}
#eduAnchorNav ul li a .tri:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 12px solid #225496;
  position: absolute;
  top: -19px;
  right: 2px;
}
#eduAnchorNav + .eduAnchorSection {
  margin-top: 50px;
}

.eduAnchorSection {
  margin-bottom: 60px;
}
@media (min-width: 808px) {
  .eduAnchorSection {
    margin-bottom: 90px;
  }
}
.eduAnchorSection .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1060px;
}
.eduAnchorSection .eduQuote {
  margin: 35px 0 50px;
}
@media (min-width: 808px) {
  .eduAnchorSection .eduQuote {
    display: flex;
    margin: 50px 0 70px;
  }
}
.eduAnchorSection .eduQuote .img {
  position: relative;
  background: #f3f4f5;
  padding-bottom: 40px;
}
@media (min-width: 808px) {
  .eduAnchorSection .eduQuote .img {
    width: 38%;
    padding: 0 40px 0 0;
    align-self: center;
  }
}
.eduAnchorSection .eduQuote .img:before {
  content: "";
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 45%;
  width: 100%;
}
@media (min-width: 808px) {
  .eduAnchorSection .eduQuote .img:before {
    width: 45%;
    height: 100%;
  }
}
.eduAnchorSection .eduQuote .img img {
  position: relative;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 807px) {
  .eduAnchorSection .eduQuote .img img {
    margin: 0 auto;
    width: 90%;
    max-width: 300px;
  }
}
.eduAnchorSection .eduQuote .txt {
  position: relative;
  background: #bbd530;
  padding: 30px 6%;
}
@media (min-width: 808px) {
  .eduAnchorSection .eduQuote .txt {
    width: 62%;
    display: flex;
    align-items: center;
  }
}
.eduAnchorSection .eduQuote .txt:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #bbd530;
  position: absolute;
  content: "\e962";
  font-size: 20px;
  transform: rotate(180deg);
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 808px) {
  .eduAnchorSection .eduQuote .txt:before {
    content: "\e964";
    font-size: 60px;
    transform: rotate(0deg);
    margin: 0;
    right: auto;
    left: -16px;
    top: 50px;
  }
}
.eduAnchorSection .eduQuote .txt * {
  color: #225496;
}
.eduAnchorSection .eduQuote .txt p {
  line-height: 1.5em;
  margin-bottom: 10px;
}
@media (min-width: 1240px) {
  .eduAnchorSection .eduQuote .txt p {
    line-height: 1.7em;
    margin-bottom: 15px;
  }
}
.eduAnchorSection .eduQuote .txt p em strong, .eduAnchorSection .eduQuote .txt p strong em {
  font-size: 113%;
}
@media (min-width: 1240px) {
  .eduAnchorSection .eduQuote .txt p em strong, .eduAnchorSection .eduQuote .txt p strong em {
    font-size: 123%;
  }
}
.eduAnchorSection .eduQuote .txt p:last-of-type {
  margin-bottom: 0;
}
.eduAnchorSection .editor-content h3 {
  margin-bottom: 20px;
}
.eduAnchorSection .editor-content ul li {
  line-height: 1.3em;
}
.eduAnchorSection .editor-content ul li:before {
  color: #bbd530;
}
.eduAnchorSection .editor-content ul li strong {
  color: #225496;
}
.eduAnchorSection .editor-content table {
  margin: 25px 0;
}
.eduAnchorSection .pagination {
  margin: 0 auto;
  width: 94%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  flex-flow: column wrap;
}
@media (min-width: 520px) {
  .eduAnchorSection .pagination {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.eduAnchorSection .pagination .btn {
  margin: 5px;
  font-size: 90%;
  line-height: 1.1em;
}
.eduAnchorSection .pagination .pagi {
  text-align: center;
  width: 160px;
}
@media (min-width: 808px) {
  .eduAnchorSection .pagination .pagi {
    width: 210px;
  }
}
@media (min-width: 808px) {
  .eduAnchorSection .pagination .pagi.next {
    text-align: right;
  }
}
.eduAnchorSection .pagination .pagi .btn {
  background: #225496;
}
@media (max-width: 807px) {
  .eduAnchorSection .pagination .pagi .btn {
    display: block;
    padding: 7px 0;
  }
}
.eduAnchorSection .pagination .pagi .btn:hover {
  background: #fdbb11;
}
.eduAnchorSection .pagination .contentLinks {
  flex: 1;
  text-align: center;
}

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