  .nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*==============================================================*/
/*==============================================================*/
section.padT-none, div.padT-none {
  padding-top: 0px;
}
section.padT-xs, div.padT-xs {
  padding-top: 25px;
}
section.padT-s, div.padT-s {
  padding-top: 50px;
}
section.padT-m, div.padT-m {
  padding-top: 75px;
}
section.padT-l, div.padT-l {
  padding-top: 100px;
}
section.padT-xl, div.padT-xl {
  padding-top: 125px;
}
section.padB-none, div.padB-none {
  padding-bottom: 0px;
}
section.padB-xs, div.padB-xs {
  padding-bottom: 25px;
}
section.padB-s, div.padB-s {
  padding-bottom: 50px;
}
section.padB-m, div.padB-m {
  padding-bottom: 75px;
}
section.padB-l, div.padB-l {
  padding-bottom: 100px;
}
section.padB-xl, div.padB-xl {
  padding-bottom: 125px;
}
@media (max-width: 767px) {
  section.padTmob-none, div.padTmob-none {
    padding-top: 0px;
  }
  section.padTmob-xs, div.padTmob-xs {
    padding-top: 25px;
  }
  section.padTmob-s, div.padTmob-s {
    padding-top: 50px;
  }
  section.padTmob-m, div.padTmob-m {
    padding-top: 75px;
  }
  section.padTmob-l, div.padTmob-l {
    padding-top: 100px;
  }
  section.padTmob-xl, div.padTmob-xl {
    padding-top: 125px;
  }
  section.padBmob-none, div.padBmob-none {
    padding-bottom: 0px;
  }
  section.padBmob-xs, div.padBmob-xs {
    padding-bottom: 25px;
  }
  section.padBmob-s, div.padBmob-s {
    padding-bottom: 50px;
  }
  section.padBmob-m, div.padBmob-m {
    padding-bottom: 75px;
  }
  section.padBmob-l, div.padBmob-l {
    padding-bottom: 100px;
  }
  section.padBmob-xl, div.padBmob-xl {
    padding-bottom: 125px;
  }
}

.error404 .page-content {
  margin: 60px auto 100px;
  text-align: center;
}

#gform_wrapper_1 #gform_1 .gform_body, #gform_wrapper_1 #gform_1 .gform_footer {
  width: 100%;
}
#gform_wrapper_1 #gform_1 .gform_body input[type=submit], #gform_wrapper_1 #gform_1 .gform_footer input[type=submit] {
  float: left;
}
#gform_wrapper_1 #gform_1 ul {
  margin: 0;
}
#gform_wrapper_1 #gform_1 input[type=text] {
  color: black;
}
#gform_wrapper_1 #gform_1 .gfield {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
#gform_wrapper_1 #gform_1 .gfield span {
  display: block;
}
#gform_wrapper_1 #gform_1 .gfield .name_first {
  width: 48%;
  float: left;
}
#gform_wrapper_1 #gform_1 .gfield .name_last {
  width: 48%;
  float: right;
  clear: right;
}
#gform_wrapper_1 #gform_1 h2.gform_submission_error {
  color: white;
  font-size: 14px;
  line-height: 1.2em;
}
#gform_wrapper_1 #gform_1 .validation_message {
  color: white;
  font-size: 11px;
  float: left;
  line-height: 1.2em;
  margin-top: 3px;
}

#gform_confirmation_message_1 {
  color: white;
  font-size: 18px;
  font-weight: bold;
}

#text-10, #text-12 {
  margin-bottom: 30px;
}
#text-10 h3, #text-12 h3 {
  display: none;
}
#text-10 .button, #text-12 .button {
  padding: 12px 35px;
}
#text-10 .button:hover, #text-12 .button:hover {
  color: white !important;
}

.wcrChild .entry-content h1 {
  color: #f7941d;
  margin: 0 0 25px;
  line-height: 1.1em;
}
.wcrChild .entry-content h2 {
  color: #255694;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0;
}
.wcrChild .entry-content h2:before {
  display: none;
}
.wcrChild .entry-content h3 {
  color: #255694;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  font-style: italic;
  margin: 0 0 5px;
  padding: 0;
}
.wcrChild .entry-content h3:before {
  display: none;
}
.wcrChild .entry-content figcaption {
  padding: 5px;
  font-size: 13px;
  font-style: italic;
  text-align: center;
  margin: 0;
  background: #dedede;
}
.wcrChild .entry-content hr {
  margin: 40px auto 50px;
  width: 100%;
  height: auto;
  background: none;
  padding: 0;
  border: none;
  border-top: 2px solid #dedede;
}
.wcrChild .entry-content hr + h2 {
  margin-top: -20px;
}
.wcrChild .entry-content .foogallery {
  margin: 30px auto;
}
.wcrChild .entry-content img.imgHalves {
  float: none;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wcrChild .entry-content img.imgHalves {
    margin: 0 0 30px;
    width: 50%;
    clear: none;
    display: inline;
  }
}
.wcrChild .entry-content img.imgHalves:nth-of-type(odd) {
  padding: 0 0 10px;
}
@media (min-width: 768px) {
  .wcrChild .entry-content img.imgHalves:nth-of-type(odd) {
    float: left;
    padding: 0 10px 0 0;
  }
}
.wcrChild .entry-content img.imgHalves:nth-of-type(even) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wcrChild .entry-content img.imgHalves:nth-of-type(even) {
    float: right;
    padding-left: 10px;
  }
}

.page-template-page-review .text__hero .col-lg-4.order-lg-2 {
  text-align: center;
}
@media (min-width: 992px) {
  .page-template-page-review .text__hero .col-lg-4.order-lg-2 {
    text-align: right;
  }
}
.page-template-page-review .text__hero .col-lg-4.order-lg-2 .button {
  background: #8dc63f;
  color: white;
}
@media (max-width: 991px) {
  .page-template-page-review .text__hero .col-lg-4.order-lg-2 .button {
    margin-bottom: 40px;
  }
}

.mtsnb-hide {
  font-size: 24px !important;
  width: 25px;
  height: 25px;
  border: 1px solid white !important;
  line-height: normal;
  letter-spacing: normal;
  border-radius: 999em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px !important;
  transform: translateY(-50%) !important;
}
.mtsnb-hide:hover {
  border-color: #f7941d !important;
  color: #f7941d !important;
}

.grayRows {
  margin-bottom: 50px;
}
.grayRows .wrap {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grayRows .grayRow {
  margin-bottom: 30px;
  background: #dedede;
  padding: 30px;
}
@media (min-width: 768px) {
  .grayRows .grayRow {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .grayRows .grayRow {
    width: 31.33%;
    padding: 40px 35px;
  }
}
.grayRows .grayRow .icon, .grayRows .grayRow .content {
  text-align: center;
}
@media (min-width: 768px) {
  .grayRows .grayRow .icon, .grayRows .grayRow .content {
    text-align: left;
  }
}
.grayRows .grayRow .icon {
  width: 105px;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .grayRows .grayRow .icon {
    margin: 0 0 15px;
  }
}
.grayRows .grayRow .content h3 {
  color: #1c3459;
  margin: 0 0 10px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .grayRows .grayRow .content h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .grayRows .grayRow .content h3 {
    font-size: 24px;
  }
}
@media (min-width: 1170px) {
  .grayRows .grayRow .content h3 {
    font-size: 28px;
  }
}
.grayRows .grayRow .content p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .grayRows .grayRow:nth-of-type(7) {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 30px 100px;
  }
}
@media (min-width: 1024px) {
  .grayRows .grayRow:nth-of-type(7) {
    padding: 40px 140px;
  }
}
@media (min-width: 768px) {
  .grayRows .grayRow:nth-of-type(7) .icon, .grayRows .grayRow:nth-of-type(7) .content {
    display: table-cell;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .grayRows .grayRow:nth-of-type(7) .icon {
    padding-right: 40px;
    width: 145px;
  }
}

.wcrIssues .section-heading {
  background: #1c3459;
  padding: 60px 0 155px;
}
.wcrIssues .section-heading h2 {
  color: #fff;
  font-size: 36px;
  line-height: 1.4em;
  padding-top: 30px;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.wcrIssues .section-heading h2:before {
  content: "";
  display: block;
  background: #009444;
  height: 3px;
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
}
.wcrIssues .section-heading p {
  color: white;
}
.wcrIssues .wcr-grid {
  background: #dedede;
  padding-bottom: 138px;
}
.wcrIssues .wcr-grid .wrap {
  z-index: 2;
  position: relative;
  top: -90px;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1200px;
  width: 94%;
  margin: 0 auto -90px;
}
.wcrIssues .wcr-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1023px) {
  .wcrIssues .wcr-grid ul {
    text-align: center;
  }
}
.wcrIssues .wcr-grid ul li {
  text-align: left;
  max-width: 390px;
  margin: 0 auto 35px;
  display: inline-block;
  vertical-align: top;
  padding: 0 18px;
  position: relative;
  z-index: 333;
}
@media (min-width: 600px) {
  .wcrIssues .wcr-grid ul li {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .wcrIssues .wcr-grid ul li {
    width: 33.3%;
  }
}
.wcrIssues .wcr-grid ul li img {
  display: block;
  border-bottom: 5px solid #009444;
}
.wcrIssues .wcr-grid ul li .review-info {
  background: white;
  padding: 30px 20px 20px;
}
.wcrIssues .wcr-grid ul li .review-info .author {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #60a2d7;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.wcrIssues .wcr-grid ul li .review-info h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 700;
  margin: 0 0 25px;
  color: #1c3459;
}
.wcrIssues .wcr-grid ul li .review-info .links {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px), (min-width: 1170px) {
  .wcrIssues .wcr-grid ul li .review-info .links {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
}
.wcrIssues .wcr-grid ul li .review-info a.button {
  padding: 12px;
  margin: 0;
  font-size: 14px;
  letter-spacing: -0.01em;
  background: #8dc63f;
  display: block;
  align-self: center;
}
@media (min-width: 768px) and (max-width: 1023px), (min-width: 1170px) {
  .wcrIssues .wcr-grid ul li .review-info a.button {
    flex: 0 0 48%;
  }
}
@media (max-width: 767px), (min-width: 1024px) and (max-width: 1169px) {
  .wcrIssues .wcr-grid ul li .review-info a.button + a.button {
    margin-top: 5px;
  }
}
.wcrIssues .wcr-grid ul li .review-info a.button:hover {
  background: #f7941d;
}

/*==============================================================*/
/*==============================================================*/
#site-header.fixed {
  position: fixed;
  z-index: 999;
  top: auto;
}
#site-header.fixed .menu-wrapper {
  position: relative;
}
#site-header.fixed .menu-wrapper .responsive-menu-icon {
  top: 11px;
}

#alert {
  position: relative;
  background: #1c3459;
  padding: 15px 0;
}
#alert.hide {
  display: none;
}
#alert .wrap {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
#alert .wrap p {
  color: white;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#alert .wrap p a {
  color: #60a2d7;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 0.1em;
}
#alert .wrap p a:hover {
  color: white;
}
#alert button {
  background: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 0;
  color: #f7941d;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  right: 10px;
}
@media (min-width: 768px) {
  #alert button {
    right: 20px;
    font-size: 24px;
  }
}
#alert button:hover {
  color: #60a2d7;
}

#page {
  -webkit-transition: padding 0.15s ease-in;
  -moz-transition: padding 0.15s ease-in;
  -ms-transition: padding 0.15s ease-in;
  -o-transition: padding 0.15s ease-in;
  transition: padding 0.15s ease-in;
}

header#site-header .languages {
  background: #498fc7;
  text-align: right;
}
@media (min-width: 600px) {
  header#site-header .languages {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
header#site-header .languages .container {
  padding-top: 0;
}
header#site-header .languages .eyebrowBtn {
  background: #f7941d;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 5px;
  font-weight: 700;
  padding: 10px 20px 12px;
  font-size: 16px;
}
@media (max-width: 599px) {
  header#site-header .languages .eyebrowBtn {
    display: none;
  }
}
header#site-header .languages .eyebrowBtn:before {
  font-family: icomoon;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  margin-right: 10px;
}
header#site-header .languages .eyebrowBtn.enroll:before {
  content: "\e901";
}
header#site-header .languages .eyebrowBtn.donate:before {
  content: "\e900";
}
header#site-header .languages .eyebrowBtn:hover {
  background: #1c3459;
}
header#site-header .languages .switcher {
  display: inline-block;
  background: #3a83bd;
  padding: 0 15px;
}
@media (min-width: 600px) {
  header#site-header .languages .switcher {
    padding: 9px 15px 10px;
    margin-left: 4px;
  }
}
header#site-header .languages .switcher:hover {
  background: #1c3459;
}
header#site-header .languages .switcher:before {
  font-family: icomoon;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 16px;
  margin: -2px 10px 0 0;
  color: white;
  display: none;
}
header#site-header .languages select {
  width: auto;
  border: none;
  padding: 3px 22px 6px 0;
  color: white;
  font-weight: bold;
  font-style: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMiA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMiA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+Cjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNiw2IDEyLDAgMCwwICIvPgo8L3N2Zz4K) no-repeat right center;
  background-size: 10px 5px;
  font-size: 15px;
}
header#site-header .languages select:focus {
  border: none;
  outline: none;
}
@media (max-width: 1169px) {
  header#site-header .container.primarymenu {
    padding: 0;
  }
}
header#site-header .branding {
  padding: 15px 0 15px 22px;
}
@media (min-width: 1170px) {
  header#site-header .branding {
    width: 17%;
    padding: 20px 0 0;
  }
}
@media (min-width: 1270px) {
  header#site-header .branding {
    width: 20%;
    padding-top: 15px;
  }
}
@media (min-width: 1170px) {
  header#site-header .menu-wrapper {
    padding-left: 10px;
    width: 83%;
  }
}
@media (min-width: 1270px) {
  header#site-header .menu-wrapper {
    width: 80%;
  }
}
header#site-header #nav .responsive-menu-icon {
  top: 22px;
  right: 18px;
}
header#site-header #nav .sub-menu li.menu-item:last-of-type a {
  border-bottom: 0;
}
header#site-header #nav .sub-menu li.menu-item a {
  border-bottom: 1px solid #fff;
}
header#site-header #nav .sub-menu > li.menu-item-has-children > a:after {
  font-family: icomoon;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 4px;
  margin-left: 4px;
  position: absolute;
  right: 15px;
  top: 20px;
}
@media (min-width: 1170px) {
  header#site-header #nav .menu > li.menu-item > a {
    padding: 32px 15px;
    font-size: 17px;
  }
}
@media (min-width: 1270px) {
  header#site-header #nav .menu > li.menu-item > a {
    font-size: 18px;
  }
}
@media (min-width: 1430px) {
  header#site-header #nav .menu > li.menu-item > a {
    padding: 32px 25px;
    font-size: 20px;
  }
}
header#site-header #nav .menu > li.menu-item.current-menu-ancestor > a {
  background: #1c3459;
  color: white;
}
header#site-header #nav .menu > li.menu-item.menu-item-has-children > a:after {
  font-family: icomoon;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 4px;
  margin-left: 4px;
}
header#site-header #nav .menu > li.menu-item.menu-button {
  float: unset;
}
@media (min-width: 1170px) {
  header#site-header #nav .menu > li.menu-item.menu-button {
    margin-left: 15px;
  }
}
@media (min-width: 1430px) {
  header#site-header #nav .menu > li.menu-item.menu-button {
    margin-left: 25px;
  }
}
@media (min-width: 1170px) {
  header#site-header #nav .menu > li.menu-item.menu-button + li.menu-button {
    margin-left: 5px;
  }
}
@media (min-width: 1270px) {
  header#site-header #nav .menu > li.menu-item.menu-button + li.menu-button {
    margin-left: 10px;
  }
}
@media (min-width: 1170px) {
  header#site-header #nav .menu > li.menu-item.menu-button > a {
    font-size: 16px;
    padding: 15px;
    margin: 17px 0 0;
  }
}
@media (min-width: 1270px) {
  header#site-header #nav .menu > li.menu-item.menu-button > a {
    padding: 15px 20px;
  }
}
header#site-header #nav .menu > li.menu-item.menu-button a:before {
  font-family: icomoon;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: white;
  margin-right: 10px;
}
header#site-header #nav .menu > li.menu-item.menu-button.enroll a:before {
  content: "\e901";
}
header#site-header #nav .menu > li.menu-item.menu-button.donate a:before {
  content: "\e900";
}
@media (max-width: 1169px) {
  header#site-header #nav .menu > li.menu-item.half + .half {
    border-left: 1px solid #dedede;
  }
}
@media (max-width: 1169px) {
  header#site-header #nav .menu > li.menu-item.half {
    width: 50%;
    display: inline-block;
    text-align: center;
    float: left;
  }
  header#site-header #nav .menu > li.menu-item.half a {
    font-size: 18px;
  }
}
@media (min-width: 1170px) {
  header#site-header #nav .menu > li.menu-item.deskHide {
    display: none;
  }
}
@media (min-width: 1170px) {
  header#site-header #nav .menu > li.menu-item.deskLast a {
    padding-right: 0;
  }
}

.foogallery.fg-slider .fg-panel {
  border: none !important;
}

button.fg-panel-button {
  box-shadow: none !important;
  border-radius: 0 !important;
  background: #dedede !important;
  color: #498fc7 !important;
  border-color: #dedede !important;
}
button.fg-panel-button:hover {
  background: #60a2d7 !important;
  color: #1c3459 !important;
}

.fg-panel-area-inner {
  background: rgba(255, 255, 255, 0.75);
  border: none !important;
  text-align: center;
}
.fg-panel-area-inner .fg-media-caption {
  padding: 13px 10px 10px !important;
}
.fg-panel-area-inner .fg-media-caption .fg-media-caption-title {
  color: #1c3459;
  font-size: 14px;
  font-family: "Whitney A", "Whitney B", arial, sans-serif;
  font-weight: bold;
  margin: 0;
}

.bottombar .logos a {
  width: 12.5% !important;
}
.bottombar .logos a img {
  width: 80% !important;
  height: auto !important;
}
.bottombar .logos a#icon-7 img, .bottombar .logos a#icon-8 img {
  width: 65% !important;
}
.bottombar .logos a#icon-7 img {
  right: 18px;
}

/*==============================================================*/
/*==============================================================*/
.flexStats {
  padding: 60px 0 0;
}
.flexStats.bg-lblue {
  background: #60a2d7;
}
.flexStats.bg-mblue {
  background: #498fc7;
}
.flexStats.bg-dblue {
  background: #1c3459;
}
.flexStats.bg-orange {
  background: #f7941d;
}
.flexStats .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1620px;
}
.flexStats ul {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin: 0 -1%;
  padding: 0;
  color: white;
  list-style: none;
}
.flexStats ul li {
  padding: 0 1%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1 1 200px;
  margin-bottom: 70px;
}
@media (min-width: 600px) {
  .flexStats ul li {
    flex: 1 1 250px;
  }
}
@media (min-width: 1024px) {
  .flexStats ul li {
    flex: 1 1 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.flexStats ul li:last-of-type {
  border: none;
}
.flexStats ul li .icon {
  display: block;
  height: 100px;
  margin-bottom: 15px;
}
.flexStats ul li .icon img {
  max-height: 100px;
  width: auto;
  margin: 0 auto;
}
.flexStats ul li .label {
  margin-top: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
  height: 100%;
}
.flexStats ul li h3 {
  margin: 0 0 7px;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexStats ul li h3 .pre, .flexStats ul li h3 .app {
  font-size: 2rem;
  padding: 0 2px;
}
.flexStats ul li h3 .counter {
  font-size: 3rem;
}
.flexStats ul li p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1rem;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

/*==============================================================*/
/*==============================================================*/
.sectionHeadline {
  text-align: center;
}
.sectionHeadline.bg-white .wrap h2 {
  color: #1c3459;
}
.sectionHeadline.bg-lblue {
  background: #60a2d7;
}
.sectionHeadline.bg-mblue {
  background: #498fc7;
}
.sectionHeadline.bg-dblue {
  background: #1c3459;
}
.sectionHeadline.bg-orange {
  background: #f7941d;
}
.sectionHeadline .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1400px;
}
.sectionHeadline .wrap h2 {
  padding: 0;
  margin: 0;
  font-size: 2em;
  line-height: 1.1em;
  font-size: 1.5em;
  color: white;
}
@media (min-width: 1024px) {
  .sectionHeadline .wrap h2 {
    font-size: 2em;
  }
}

.page-id-11705 .entry-content h2 {
  margin-bottom: 30px;
  padding-top: 0;
}
.page-id-11705 .entry-content h2::before {
  display: none;
}
.page-id-11705 #asl-storelocator .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item {
  padding: 20px !important;
}
.page-id-11705 #asl-storelocator h3::before {
  display: none;
}
.page-id-11705 #asl-storelocator h3 {
  padding: 0;
}
.page-id-11705 #asl-storelocator button:hover, .page-id-11705 #asl-storelocator input[type=button]:hover, .page-id-11705 #asl-storelocator input[type=reset]:hover, .page-id-11705 #asl-storelocator input[type=submit]:hover {
  box-shadow: none !important;
}
.page-id-11705 #asl-storelocator li.sl-grade {
  margin-bottom: 15px !important;
  color: #3a83bd !important;
}
.page-id-11705 #asl-storelocator li.sl-grade span {
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  font-weight: 700 !important;
  color: #3a83bd !important;
}
.page-id-11705 #asl-storelocator .btn, .page-id-11705 #asl-storelocator .span-geo, .page-id-11705 #asl-storelocator .btn-block, .page-id-11705 #asl-storelocator .btn-default, .page-id-11705 #asl-storelocator .action, .page-id-11705 #asl-storelocator .directions, .page-id-11705 #asl-storelocator .zoomhere {
  background: #f7941e !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}
.page-id-11705 #asl-storelocator .btn:hover, .page-id-11705 #asl-storelocator .span-geo:hover, .page-id-11705 #asl-storelocator .btn-block:hover, .page-id-11705 #asl-storelocator .btn-default:hover, .page-id-11705 #asl-storelocator .action:hover, .page-id-11705 #asl-storelocator .directions:hover, .page-id-11705 #asl-storelocator .zoomhere:hover {
  background: #60a2d7 !important;
}
.page-id-11705 #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox .infoWindow .infowindowContent .info-addr .info-addr-inner a:hover {
  color: #3a83bd;
}
.page-id-11705 #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li span:hover, .page-id-11705 #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li a:hover {
  color: #3a83bd;
}

#asl-storelocator.asl-cont .agile-modal-header h4 {
  display: none;
}

.text-block.no-bottom-pad .container, .accordion-area.no-bottom-pad {
  padding-bottom: 0;
}

.accordion-area.no-top-pad {
  padding-top: 0;
}

/*==============================================================*/
/*==============================================================*/
.twocol.twocol-updated .container:before {
  display: none;
}
@media (min-width: 768px) {
  .twocol.twocol-updated .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.twocol.twocol-updated .container .twocol-col {
  float: none;
}
@media (min-width: 768px) {
  .twocol.twocol-updated .container .twocol-col {
    width: 49%;
  }
}
.twocol.twocol-updated.center-v .container {
  align-items: center;
}

/*==============================================================*/
/*==============================================================*/
.iconlist-photo {
  background: #dedede;
  padding: 60px 0;
}
@media (min-width: 1100px) {
  .iconlist-photo {
    padding: 30px 0;
  }
}
.iconlist-photo h2 {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  color: #1c3459;
  position: relative;
  padding-top: 37px;
  margin: 0 0 60px;
  line-height: 1.2em;
}
@media (min-width: 1100px) {
  .iconlist-photo h2 {
    line-height: 1em;
  }
}
.iconlist-photo h2:before {
  content: "";
  display: block;
  background: #009444;
  height: 3px;
  width: 120px;
  position: absolute;
  left: 0;
  top: 0;
}
.iconlist-photo .button {
  padding: 8px 30px;
}
.iconlist-photo .container {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 1100px) {
  .iconlist-photo .container {
    background: url(/wp-content/themes/kipp/images/whiteBg.gif) #dedede no-repeat;
    background-size: 87% 90%;
    background-position: -100% center;
  }
}
.iconlist-photo .wrap1400 {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.iconlist-photo .row {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
}
.iconlist-photo .row:before, .iconlist-photo .row:after {
  display: none;
}
.iconlist-photo .row .col {
  flex: 0 1 auto;
}
@media (min-width: 950px) {
  .iconlist-photo .mobile-wrap-full {
    width: 94%;
  }
}
.iconlist-photo.column-reverse .row {
  flex-direction: row-reverse;
}
@media (min-width: 1100px) {
  .iconlist-photo.column-reverse .container {
    background-position: 100% center;
  }
}
@media (min-width: 1100px) {
  .iconlist-photo.column-reverse .inner {
    padding-right: 0 !important;
    padding-left: 50px !important;
  }
}
.iconlist-photo .col2 {
  width: 94%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -60px;
  padding: 0;
}
@media (min-width: 1100px) {
  .iconlist-photo .col2 {
    margin: 0;
    justify-content: flex-end;
    padding: 90px 0;
    max-width: none;
    width: 550px;
  }
}
@media (min-width: 1430px) {
  .iconlist-photo .col2 {
    width: 660px;
  }
}
.iconlist-photo .col2 .img-container, .iconlist-photo .col2 .text-container {
  max-width: 660px;
  z-index: 2;
}
@media (min-width: 1100px) {
  .iconlist-photo .col2 .img-container, .iconlist-photo .col2 .text-container {
    width: 100%;
  }
}
.iconlist-photo .col2 .img-container img, .iconlist-photo .col2 .text-container img {
  width: 100%;
}
.iconlist-photo .col1 {
  width: 94%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
@media (min-width: 1100px) {
  .iconlist-photo .col1 {
    padding: 10% 0;
    margin: 0;
    width: calc(100% - 550px);
  }
}
@media (min-width: 1430px) {
  .iconlist-photo .col1 {
    width: calc(100% - 660px);
  }
}
.iconlist-photo .col1 .inner {
  margin: 0 auto;
  padding: 90px 30px 60px;
  background: #fff;
}
@media (min-width: 480px) {
  .iconlist-photo .col1 .inner {
    padding: 90px 40px 60px;
  }
}
@media (min-width: 1100px) {
  .iconlist-photo .col1 .inner {
    padding: 0;
    padding-right: 50px;
  }
}
.iconlist-photo .icons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}
.iconlist-photo .icons img {
  display: block;
  width: 45px;
}
@media (min-width: 600px) {
  .iconlist-photo .icons img {
    width: 90px;
  }
}
.iconlist-photo .icons .content {
  width: calc(100% - 45px);
  padding-left: 10px;
}
@media (min-width: 600px) {
  .iconlist-photo .icons .content {
    width: calc(100% - 90px);
    padding-left: 20px;
  }
}
.iconlist-photo .icons .content h4 {
  line-height: 1.2;
  color: #255694;
  letter-spacing: normal;
  text-transform: none;
  margin: 0 0 5px;
}
.iconlist-photo .icons .content p {
  margin-bottom: 0px;
}

.testimonialSlider .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1400px;
}
.testimonialSlider .wrap h2 {
  text-align: center;
  display: block;
  font-size: 2.25rem;
  line-height: 3.25rem;
  font-weight: 700;
  color: #1c3459;
  position: relative;
  padding-top: 37px;
  margin: 0 0 35px;
}
.testimonialSlider .wrap h2:before {
  content: "";
  display: block;
  background: #009444;
  height: 3px;
  width: 120px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
}
.testimonialSlider .testiSlider {
  background: #edf1f4;
}
.testimonialSlider .slide .inner {
  padding: 35px 45px 45px;
}
@media (min-width: 992px) {
  .testimonialSlider .slide .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 50px 70px;
  }
}
@media (min-width: 992px) {
  .testimonialSlider .slide .inner .headshot {
    width: 23%;
  }
}
@media (max-width: 991px) {
  .testimonialSlider .slide .inner .headshot {
    width: 250px;
    margin: 0 auto 20px;
  }
}
@media (min-width: 992px) {
  .testimonialSlider .slide .inner .content {
    padding-left: 40px;
    width: 77%;
  }
}
@media (max-width: 991px) {
  .testimonialSlider .slide .inner .content {
    text-align: center;
  }
}
.testimonialSlider .slide .inner .content h3 {
  font-size: 21px;
  font-weight: 300;
  margin: 0 0 15px;
}
@media (min-width: 992px) {
  .testimonialSlider .slide .inner .content h3 {
    font-size: 23px;
  }
}
@media (min-width: 1170px) {
  .testimonialSlider .slide .inner .content h3 {
    font-size: 25px;
  }
}
@media (min-width: 1430px) {
  .testimonialSlider .slide .inner .content h3 {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  .testimonialSlider .slide .inner .content h3 {
    margin-bottom: 30px;
  }
}
.testimonialSlider .slide .inner .content h3 strong {
  font-weight: 700;
}
.testimonialSlider .slide .inner .content p {
  font-size: 17px;
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .testimonialSlider .slide .inner .content p {
    font-size: 18px;
  }
}
@media (min-width: 1170px) {
  .testimonialSlider .slide .inner .content p {
    font-size: 19px;
  }
}
.testimonialSlider .slide .inner .content p:last-child {
  margin-bottom: 0;
}
.testimonialSlider .slick-autoplay-toggle-button {
  display: none;
}
.testimonialSlider .slick-prev, .testimonialSlider .slick-next {
  background: none;
  opacity: 1;
  width: 30px;
  height: 30px;
  box-shadow: none;
  z-index: 2;
}
.testimonialSlider .slick-prev span, .testimonialSlider .slick-next span {
  color: #60a2d7;
  font-size: 30px;
}
.testimonialSlider .slick-prev:hover span, .testimonialSlider .slick-next:hover span {
  color: #1c3459;
}
.testimonialSlider .slick-prev {
  left: 5px;
}
@media (min-width: 992px) {
  .testimonialSlider .slick-prev {
    left: 20px;
  }
}
.testimonialSlider .slick-next {
  right: 5px;
}
@media (min-width: 992px) {
  .testimonialSlider .slick-next {
    right: 20px;
  }
}

.process .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 600px;
}
@media (min-width: 1024px) {
  .process .wrap {
    margin: 0 auto;
    width: 94%;
    max-width: 1400px;
  }
}
.process .wrap h2 {
  text-align: center;
  display: block;
  font-size: 2.25rem;
  line-height: 3.25rem;
  font-weight: 700;
  color: #1c3459;
  position: relative;
  padding-top: 37px;
  margin: 0 0 35px;
}
.process .wrap h2:before {
  content: "";
  display: block;
  background: #009444;
  height: 3px;
  width: 120px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .process .wrap .processWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .process .wrap .processWrap .processCol {
    flex: 1;
  }
}
@media (max-width: 1023px) {
  .process .wrap .processWrap .processCol {
    margin-bottom: 30px;
  }
}
.process .wrap .processWrap .processCol:nth-of-type(1) .head {
  background: #1c3459;
}
.process .wrap .processWrap .processCol:nth-of-type(1) .head:after {
  color: #1c3459;
}
@media (min-width: 1024px) {
  .process .wrap .processWrap .processCol:nth-of-type(1) .head:after {
    display: none;
  }
}
.process .wrap .processWrap .processCol:nth-of-type(2) .head {
  background: #255694;
}
.process .wrap .processWrap .processCol:nth-of-type(2) .head:after {
  color: #255694;
}
@media (min-width: 1024px) {
  .process .wrap .processWrap .processCol:nth-of-type(2) .head:after {
    color: #1c3459;
  }
}
.process .wrap .processWrap .processCol:nth-of-type(3) .head {
  background: #498fc7;
}
.process .wrap .processWrap .processCol:nth-of-type(3) .head:after {
  color: #498fc7;
}
@media (min-width: 1024px) {
  .process .wrap .processWrap .processCol:nth-of-type(3) .head:after {
    color: #255694;
  }
}
.process .wrap .processWrap .processCol:nth-of-type(4) .head {
  background: #60a2d7;
}
.process .wrap .processWrap .processCol:nth-of-type(4) .head:after {
  color: #60a2d7;
}
@media (min-width: 1024px) {
  .process .wrap .processWrap .processCol:nth-of-type(4) .head:after {
    color: #498fc7;
  }
}
.process .wrap .processWrap .processCol .head {
  position: relative;
  text-align: center;
  color: white;
  padding: 20px 10px 25px;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
}
@media (min-width: 992px) {
  .process .wrap .processWrap .processCol .head {
    font-size: 23px;
  }
}
@media (min-width: 1170px) {
  .process .wrap .processWrap .processCol .head {
    font-size: 25px;
  }
}
@media (min-width: 1430px) {
  .process .wrap .processWrap .processCol .head {
    font-size: 27px;
  }
}
@media (min-width: 768px) {
  .process .wrap .processWrap .processCol .head {
    padding: 30px 10px;
  }
}
.process .wrap .processWrap .processCol .head:after {
  font-family: icomoon;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  color: red;
  position: absolute;
  content: "\e903";
  left: 0;
  right: 0;
  bottom: -15px;
}
@media (min-width: 1024px) {
  .process .wrap .processWrap .processCol .head:after {
    content: "\e906";
    left: -12px;
    bottom: auto;
    right: auto;
    top: 23px;
    font-size: 40px;
  }
}
.process .wrap .processWrap .processCol .content {
  padding: 20px;
  font-size: 17px;
}
@media (min-width: 992px) {
  .process .wrap .processWrap .processCol .content {
    font-size: 18px;
  }
}
@media (min-width: 1170px) {
  .process .wrap .processWrap .processCol .content {
    font-size: 19px;
  }
}

.page-template-page-museums .accentPink a.btn, .page-template-page-museums .accentPink hr, .page-template-page-museums .accentPink h2.bordered:before, .page-template-page-museums .accentPink h3.bordered:before {
  background: #e761da;
}
.page-template-page-museums .accentPink a.btn:hover {
  background: #e44bd5;
}
.page-template-page-museums .accentPink .museum__contact .contact__magenta, .page-template-page-museums .accentPink a:not(.btn) {
  color: #e761da;
}
.page-template-page-museums .accentPink a:not(.btn):hover {
  color: #e44bd5;
}
.page-template-page-museums .accentPink .mediablock__image img {
  border-bottom-color: #e761da;
}

.page-template-page-museums .accentLblue a.btn, .page-template-page-museums .accentLblue hr, .page-template-page-museums .accentLblue h2.bordered:before, .page-template-page-museums .accentLblue h3.bordered:before {
  background: #60a2d7;
}
.page-template-page-museums .accentLblue a.btn:hover {
  background: #4c96d2;
}
.page-template-page-museums .accentLblue .museum__contact .contact__magenta, .page-template-page-museums .accentLblue a:not(.btn) {
  color: #60a2d7;
}
.page-template-page-museums .accentLblue a:not(.btn):hover {
  color: #4c96d2;
}
.page-template-page-museums .accentLblue .mediablock__image img {
  border-bottom-color: #60a2d7;
}

.page-template-page-museums .accentLime a.btn, .page-template-page-museums .accentLime hr, .page-template-page-museums .accentLime h2.bordered:before, .page-template-page-museums .accentLime h3.bordered:before {
  background: #bbd530;
}
.page-template-page-museums .accentLime a.btn:hover {
  background: #abc428;
}
.page-template-page-museums .accentLime .museum__contact .contact__magenta, .page-template-page-museums .accentLime a:not(.btn) {
  color: #bbd530;
}
.page-template-page-museums .accentLime a:not(.btn):hover {
  color: #abc428;
}
.page-template-page-museums .accentLime .mediablock__image img {
  border-bottom-color: #bbd530;
}

.page-template-page-museums .accentGold a.btn, .page-template-page-museums .accentGold hr, .page-template-page-museums .accentGold h2.bordered:before, .page-template-page-museums .accentGold h3.bordered:before {
  background: #fdbb11;
}
.page-template-page-museums .accentGold a.btn:hover {
  background: #f2af02;
}
.page-template-page-museums .accentGold .museum__contact .contact__magenta, .page-template-page-museums .accentGold a:not(.btn) {
  color: #fdbb11;
}
.page-template-page-museums .accentGold a:not(.btn):hover {
  color: #f2af02;
}
.page-template-page-museums .accentGold .mediablock__image img {
  border-bottom-color: #fdbb11;
}

.page-template-page-museums .accentOrange a.btn, .page-template-page-museums .accentOrange hr, .page-template-page-museums .accentOrange h2.bordered:before, .page-template-page-museums .accentOrange h3.bordered:before {
  background: #f7941d;
}
.page-template-page-museums .accentOrange a.btn:hover {
  background: #f28809;
}
.page-template-page-museums .accentOrange .museum__contact .contact__magenta, .page-template-page-museums .accentOrange a:not(.btn) {
  color: #f7941d;
}
.page-template-page-museums .accentOrange a:not(.btn):hover {
  color: #f28809;
}
.page-template-page-museums .accentOrange .mediablock__image img {
  border-bottom-color: #f7941d;
}

#gform_wrapper_4 .gform_required_legend, #gform_wrapper_9 .gform_required_legend, #gform_wrapper_10 .gform_required_legend {
  display: none !important;
}
#gform_wrapper_4 .gform_description, #gform_wrapper_9 .gform_description, #gform_wrapper_10 .gform_description {
  margin: 0 0 20px;
  color: #ffffff;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 600px) {
  #gform_wrapper_4 .gform_description, #gform_wrapper_9 .gform_description, #gform_wrapper_10 .gform_description {
    font-size: 24px;
  }
}
#gform_wrapper_4 hr, #gform_wrapper_9 hr, #gform_wrapper_10 hr {
  background: #f7941d;
  height: 2px;
  margin: 30px auto 40px;
  border: none;
  width: 120px;
}
#gform_wrapper_4 .gform_fields, #gform_wrapper_9 .gform_fields, #gform_wrapper_10 .gform_fields {
  margin: 0;
  display: table;
  width: 100%;
  clear: both;
}
#gform_wrapper_4 .gfield, #gform_wrapper_9 .gfield, #gform_wrapper_10 .gfield {
  width: 100%;
  float: left;
  padding-left: 0;
  margin-bottom: 30px;
  line-height: 1;
  text-align: left;
}
#gform_wrapper_4 .gfield:before, #gform_wrapper_9 .gfield:before, #gform_wrapper_10 .gfield:before {
  display: none;
}
#gform_wrapper_4 .gfield label, #gform_wrapper_9 .gfield label, #gform_wrapper_10 .gfield label {
  display: block;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 4px 0 0 0;
}
#gform_wrapper_4 .gfield .gfield_label, #gform_wrapper_9 .gfield .gfield_label, #gform_wrapper_10 .gfield .gfield_label {
  color: #ffffff;
  letter-spacing: 0.15em;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  margin: 0 0 8px 0;
  font-size: 14px;
}
#gform_wrapper_4 .gfield_required, #gform_wrapper_9 .gfield_required, #gform_wrapper_10 .gfield_required {
  color: #f7941d;
  margin-left: 0px;
}
#gform_wrapper_4 input, #gform_wrapper_4 textarea, #gform_wrapper_9 input, #gform_wrapper_9 textarea, #gform_wrapper_10 input, #gform_wrapper_10 textarea {
  width: 100%;
  box-shadow: none;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 400;
  padding: 8px 10px;
  height: 50px;
  background: #ffffff;
  color: #000;
  font-size: 16px;
}
@media (min-width: 600px) {
  #gform_wrapper_4 input, #gform_wrapper_4 textarea, #gform_wrapper_9 input, #gform_wrapper_9 textarea, #gform_wrapper_10 input, #gform_wrapper_10 textarea {
    font-size: 18px;
  }
}
#gform_wrapper_4 input:focus, #gform_wrapper_4 input:active, #gform_wrapper_4 input.nice-select.open, #gform_wrapper_4 textarea:focus, #gform_wrapper_4 textarea:active, #gform_wrapper_4 textarea.nice-select.open, #gform_wrapper_9 input:focus, #gform_wrapper_9 input:active, #gform_wrapper_9 input.nice-select.open, #gform_wrapper_9 textarea:focus, #gform_wrapper_9 textarea:active, #gform_wrapper_9 textarea.nice-select.open, #gform_wrapper_10 input:focus, #gform_wrapper_10 input:active, #gform_wrapper_10 input.nice-select.open, #gform_wrapper_10 textarea:focus, #gform_wrapper_10 textarea:active, #gform_wrapper_10 textarea.nice-select.open {
  outline: none;
}
#gform_wrapper_4 textarea, #gform_wrapper_9 textarea, #gform_wrapper_10 textarea {
  height: 200px;
}
#gform_wrapper_4 .gform_validation_container, #gform_wrapper_9 .gform_validation_container, #gform_wrapper_10 .gform_validation_container {
  display: none;
}
@media (min-width: 600px) {
  #gform_wrapper_4 .form-left, #gform_wrapper_4 .name_first, #gform_wrapper_9 .form-left, #gform_wrapper_9 .name_first, #gform_wrapper_10 .form-left, #gform_wrapper_10 .name_first {
    width: 48%;
    clear: left;
    float: left;
  }
}
@media (min-width: 600px) {
  #gform_wrapper_4 .form-right, #gform_wrapper_4 .name_last, #gform_wrapper_9 .form-right, #gform_wrapper_9 .name_last, #gform_wrapper_10 .form-right, #gform_wrapper_10 .name_last {
    width: 48%;
    float: right;
    clear: right;
  }
}
@media (max-width: 600px) {
  #gform_wrapper_4 .name_first, #gform_wrapper_9 .name_first, #gform_wrapper_10 .name_first {
    display: block;
    margin-bottom: 30px;
  }
}
#gform_wrapper_4 .button, #gform_wrapper_9 .button, #gform_wrapper_10 .button {
  background: #f7941d;
  border: none;
  width: 220px;
  text-align: center;
  color: #fff;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
#gform_wrapper_4 .button:hover, #gform_wrapper_9 .button:hover, #gform_wrapper_10 .button:hover {
  background: #60a2d7;
}
#gform_wrapper_4 .gform_validation_errors, #gform_wrapper_9 .gform_validation_errors, #gform_wrapper_10 .gform_validation_errors {
  display: none;
}
#gform_wrapper_4 .gfield_error input, #gform_wrapper_4 .gfield_error textarea, #gform_wrapper_9 .gfield_error input, #gform_wrapper_9 .gfield_error textarea, #gform_wrapper_10 .gfield_error input, #gform_wrapper_10 .gfield_error textarea {
  border: 1px solid #f7941d !important;
}
#gform_wrapper_4 .gfield_error .validation_message, #gform_wrapper_9 .gfield_error .validation_message, #gform_wrapper_10 .gfield_error .validation_message {
  font-family: "Whitney A", "Whitney B";
  font-style: italic;
  font-weight: 700;
  color: #f7941d;
  text-align: left;
  font-size: 13px;
  display: block;
  clear: both;
  padding-top: 7px;
}

#gform_confirmation_message_4 h3, #gform_confirmation_message_9 h3, #gform_confirmation_message_10 h3 {
  color: #60a2d7;
  display: block;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 600px) {
  #gform_confirmation_message_4 h3, #gform_confirmation_message_9 h3, #gform_confirmation_message_10 h3 {
    font-size: 28px;
  }
}
#gform_confirmation_message_4 p, #gform_confirmation_message_9 p, #gform_confirmation_message_10 p {
  color: #ffffff;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 600px) {
  #gform_confirmation_message_4 p, #gform_confirmation_message_9 p, #gform_confirmation_message_10 p {
    font-size: 22px;
  }
}

.pum-theme-11760 .pum-content, .pum-theme-custom-dark-blue .pum-content {
  padding: 60px 30px 50px;
  text-align: center;
}
@media (min-width: 992px) {
  .pum-theme-11760 .pum-content, .pum-theme-custom-dark-blue .pum-content {
    padding: 60px 60px 50px;
  }
}

.pum-theme-11760 .pum-content + .pum-close, .pum-theme-custom-dark-blue .pum-content + .pum-close {
  font-weight: 700 !important;
  padding: 0 10px !important;
  letter-spacing: 0.1em !important;
  background: #60a2d7 !important;
}
.pum-theme-11760 .pum-content + .pum-close:hover, .pum-theme-custom-dark-blue .pum-content + .pum-close:hover {
  background: #f7941d !important;
}

.text-block.white .entry-content .gform_wrapper form .gform_body input, .text-block.white .entry-content .gform_wrapper form .gform_body textarea {
  background: #edf1f4;
}

#gform_1 .gfield--type-choice label {
  display: block;
}

/*--------------------------------------------------------------*/
/* WCI Landing */
/*--------------------------------------------------------------*/
#wciHero h2, #wciContent h2, #wciIssues h2 {
  margin: 0;
  font-size: 28px;
  color: #1c3459;
  line-height: 1.2em;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 992px) {
  #wciHero h2, #wciContent h2, #wciIssues h2 {
    font-size: 32px;
  }
}
@media (min-width: 1170px) {
  #wciHero h2, #wciContent h2, #wciIssues h2 {
    font-size: 36px;
  }
}
#wciHero h2:before, #wciContent h2:before, #wciIssues h2:before {
  content: "";
  width: 115px;
  height: 2px;
  background: #009444;
  margin: 0 0 25px;
  display: block;
}
#wciHero p, #wciContent p, #wciIssues p {
  font-size: 17px;
}
@media (min-width: 992px) {
  #wciHero p, #wciContent p, #wciIssues p {
    font-size: 18px;
  }
}
@media (min-width: 1170px) {
  #wciHero p, #wciContent p, #wciIssues p {
    font-size: 19px;
  }
}
#wciHero p:last-child, #wciContent p:last-child, #wciIssues p:last-child {
  margin-bottom: 0;
}

#wciHero {
  background: #1c3459;
}
#wciHero .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1170px;
}
@media (hover: none) {
  #wciHero .wrap .desk {
    display: none;
  }
  #wciHero .wrap .mobile {
    display: block;
  }
}
@media (hover: hover) {
  #wciHero .wrap .desk {
    display: block;
  }
  #wciHero .wrap .mobile {
    display: none;
  }
}
#wciHero .wrap .mobile {
  padding-top: 50px;
  padding-bottom: 50px;
}
#wciHero .wrap .mobile h1 {
  margin: 0;
}
#wciHero .wrap .mobile h1 img {
  margin: 0 auto 25px;
  display: block;
  width: 100%;
  max-width: 400px;
}
#wciHero .wrap .mobile .wciSelects span.label {
  margin: 0 0 5px;
  color: white;
}
#wciHero .wrap .mobile .wciSelects .selectcol.selTopic {
  display: none;
}
#wciHero .wrap .desk {
  padding-top: 30px;
  padding-bottom: 30px;
}

.accordion-area.wciPriority {
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}
.accordion-area.wciPriority p.browse {
  color: white;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}
.accordion-area.wciPriority p.browse:after {
  font-family: icomoon;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  color: #60a2d7;
  font-size: 20px;
  display: block;
  margin-top: 10px;
}
.accordion-area.wciPriority ul.accordion {
  border-top: 1px solid #60a2d7;
}
.accordion-area.wciPriority ul.accordion li {
  border-bottom-color: #60a2d7;
}
.accordion-area.wciPriority ul.accordion li button.accordion-control {
  width: 100%;
  text-align: left;
  text-shadow: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  left: 0;
  text-indent: 0;
  background: none;
  box-shadow: none;
}
.accordion-area.wciPriority ul.accordion li button.accordion-control span {
  width: -moz-calc(100% - 32px);
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  font-size: 24px;
  color: white;
}
.accordion-area.wciPriority ul.accordion li button.accordion-control:before {
  background: none;
  border: 1px solid #60a2d7;
  font-size: 16px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  top: 3px;
  margin-right: 15px;
}
.accordion-area.wciPriority ul.accordion li button.accordion-control.active span {
  color: #8dc63f;
}
.accordion-area.wciPriority ul.accordion li button.accordion-control:focus, .accordion-area.wciPriority ul.accordion li button.accordion-control:active, .accordion-area.wciPriority ul.accordion li button.accordion-control.nice-select.open {
  background: none;
}
.accordion-area.wciPriority ul.accordion li button.accordion-control:focus span, .accordion-area.wciPriority ul.accordion li button.accordion-control:active span, .accordion-area.wciPriority ul.accordion li button.accordion-control.nice-select.open span {
  color: #60a2d7;
}
.accordion-area.wciPriority ul.accordion li .accordion-panel {
  font-size: 18px;
  color: white;
  margin-bottom: 15px;
  padding-left: 45px;
}
.accordion-area.wciPriority ul.accordion li .accordion-panel a.btn {
  background: #8dc63f;
  color: white;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2em;
  display: block;
  padding: 12px 20px;
  text-align: center;
  background: #f7941d;
  max-width: 250px;
  margin-top: 15px;
  padding: 20px;
}
@media (min-width: 992px) {
  .accordion-area.wciPriority ul.accordion li .accordion-panel a.btn {
    font-size: 15px;
  }
}
@media (min-width: 1170px) {
  .accordion-area.wciPriority ul.accordion li .accordion-panel a.btn {
    font-size: 16px;
  }
}
.accordion-area.wciPriority ul.accordion li .accordion-panel a.btn:hover {
  background: #f7941d;
}
.accordion-area.wciPriority ul.accordion li .accordion-panel a.btn:hover {
  background: #8dc63f;
}

#wciContent {
  background: white;
  padding-top: 80px;
  padding-bottom: 80px;
}
#wciContent .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1100px;
}

#wciIssues {
  position: relative;
  z-index: 12;
  padding-bottom: 90px;
}
#wciIssues .top {
  background: #edf1f4;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  #wciIssues .top {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
#wciIssues .top .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1100px;
}
#wciIssues .slider {
  position: relative;
  margin-bottom: 90px;
}
#wciIssues .slider:before {
  content: "";
  width: 100%;
  height: 100px;
  background: #edf1f4;
  position: absolute;
  left: 0;
  top: 0;
}
#wciIssues .slider .issueSlider {
  margin: 0 auto;
  width: 94%;
  max-width: 1260px;
  padding: 0 45px;
}
@media (min-width: 1024px) {
  #wciIssues .slider .issueSlider {
    padding: 0 65px;
  }
}
#wciIssues .slider .issueSlider li {
  padding: 0 10px;
}
@media (min-width: 1280px) {
  #wciIssues .slider .issueSlider li {
    padding: 0 15px;
  }
}
#wciIssues .slider .issueSlider .inner {
  max-width: 350px;
  margin: 0 auto;
}
#wciIssues .slider .issueSlider img {
  display: block;
  border-bottom: 5px solid #009444;
  margin: 0 auto 10px;
}
@media (min-width: 600px) {
  #wciIssues .slider .issueSlider img {
    margin-bottom: 5px;
  }
}
@media (min-width: 600px) {
  #wciIssues .slider .issueSlider .content {
    padding: 15px 20px 20px;
  }
}
#wciIssues .slider .issueSlider p.date {
  font-size: 12px;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #60a2d7;
  margin: 0;
}
@media (min-width: 992px) {
  #wciIssues .slider .issueSlider p.date {
    font-size: 13px;
  }
}
@media (min-width: 1170px) {
  #wciIssues .slider .issueSlider p.date {
    font-size: 14px;
  }
}
#wciIssues .slider .issueSlider h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
@media (min-width: 992px) {
  #wciIssues .slider .issueSlider h3 {
    font-size: 20px;
  }
}
@media (min-width: 1170px) {
  #wciIssues .slider .issueSlider h3 {
    font-size: 22px;
  }
}
@media (min-width: 1430px) {
  #wciIssues .slider .issueSlider h3 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  #wciIssues .slider .issueSlider h3 {
    margin-bottom: 20px;
  }
}
#wciIssues .slider .issueSlider h3 a {
  color: #1c3459;
}
#wciIssues .slider .issueSlider h3 a:hover {
  color: #f7941d;
}
#wciIssues .slider .issueSlider .cta {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  #wciIssues .slider .issueSlider .cta {
    margin-top: 30px;
  }
}
#wciIssues .slider .issueSlider .cta a.btn {
  background: #8dc63f;
  color: white;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2em;
  display: block;
  padding: 12px 20px;
  text-align: center;
  width: 100%;
  font-size: 12px;
  padding: 9px 7px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  #wciIssues .slider .issueSlider .cta a.btn {
    font-size: 15px;
  }
}
@media (min-width: 1170px) {
  #wciIssues .slider .issueSlider .cta a.btn {
    font-size: 16px;
  }
}
#wciIssues .slider .issueSlider .cta a.btn:hover {
  background: #f7941d;
}
@media (min-width: 992px) {
  #wciIssues .slider .issueSlider .cta a.btn {
    font-size: 13px;
  }
}
@media (min-width: 1170px) {
  #wciIssues .slider .issueSlider .cta a.btn {
    font-size: 14px;
  }
}
@media (min-width: 1170px) {
  #wciIssues .slider .issueSlider .cta a.btn {
    padding: 12px 7px;
  }
}
#wciIssues .slider .issueSlider button.slick-arrow {
  box-shadow: none;
  z-index: 99;
  top: 100px;
  width: 35px;
  height: 35px;
}
@media (min-width: 992px) {
  #wciIssues .slider .issueSlider button.slick-arrow {
    width: 50px;
    height: 50px;
  }
}
#wciIssues .slider .issueSlider button.slick-arrow span {
  opacity: 1;
  margin: 0;
  background: white;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-shadow: none;
  width: 35px;
  height: 35px;
}
@media (min-width: 992px) {
  #wciIssues .slider .issueSlider button.slick-arrow span {
    width: 50px;
    height: 50px;
  }
}
#wciIssues .slider .issueSlider button.slick-arrow span:before {
  font-family: icomoon;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f7941d;
  font-size: 35px;
}
@media (min-width: 992px) {
  #wciIssues .slider .issueSlider button.slick-arrow span:before {
    font-size: 50px;
  }
}
#wciIssues .slider .issueSlider button.slick-arrow:hover span:before {
  color: #009444;
}
#wciIssues .slider .issueSlider button.slick-arrow.slick-prev {
  left: 0;
}
#wciIssues .slider .issueSlider button.slick-arrow.slick-prev span:before {
  content: "\e905";
}
#wciIssues .slider .issueSlider button.slick-arrow.slick-next {
  right: 0;
}
#wciIssues .slider .issueSlider button.slick-arrow.slick-next span:before {
  content: "\e904";
}
#wciIssues .wciSelects {
  margin: 0 auto;
  width: 94%;
  max-width: 1040px;
}

/*--------------------------------------------------------------*/
/* internal heroes */
/*--------------------------------------------------------------*/
#wcrHero {
  position: relative;
  z-index: 13;
  padding-top: 45px;
  padding-bottom: 50px;
}
@media (min-width: 600px) {
  #wcrHero {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  #wcrHero {
    padding-top: 55px;
    padding-bottom: 100px;
  }
}
#wcrHero .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1170px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 1024px) {
  #wcrHero .wrap {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  #wcrHero .wrap {
    flex-flow: column wrap;
  }
}
#wcrHero .wrap h1 {
  margin: 0 auto 30px;
  text-align: center;
  font-size: 28px;
  line-height: 1em;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 400;
  color: #1c3459;
  width: 100%;
}
@media (min-width: 992px) {
  #wcrHero .wrap h1 {
    font-size: 32px;
  }
}
@media (min-width: 1170px) {
  #wcrHero .wrap h1 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  #wcrHero .wrap h1 {
    margin: 0;
    width: 450px;
    text-align: left;
    padding-right: 15px;
  }
}
#wcrHero .wrap h1 a {
  color: #1c3459;
}
#wcrHero .wrap h1 a:hover {
  color: #60a2d7;
}
#wcrHero .wrap h1 span {
  display: block;
  margin-top: 15px;
  line-height: 1.2em;
  font-size: 18px;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  color: #f7941d;
}
@media (min-width: 992px) {
  #wcrHero .wrap h1 span {
    font-size: 20px;
  }
}
@media (min-width: 1170px) {
  #wcrHero .wrap h1 span {
    font-size: 22px;
  }
}
@media (min-width: 1430px) {
  #wcrHero .wrap h1 span {
    font-size: 24px;
  }
}
#wcrHero .wrap a.btn {
  background: #8dc63f;
  color: white;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2em;
  display: block;
  padding: 12px 20px;
  text-align: center;
  width: 280px;
}
@media (min-width: 992px) {
  #wcrHero .wrap a.btn {
    font-size: 15px;
  }
}
@media (min-width: 1170px) {
  #wcrHero .wrap a.btn {
    font-size: 16px;
  }
}
#wcrHero .wrap a.btn:hover {
  background: #f7941d;
}
@media (max-width: 1023px) {
  #wcrHero .wrap a.btn {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  #wcrHero .wrap .wciSelects {
    text-align: left;
    width: 574px;
    justify-content: space-between;
  }
}
@media (min-width: 1170px) {
  #wcrHero .wrap .wciSelects {
    width: 630px;
  }
}
@media (max-width: 1023px) {
  #wcrHero .wrap .wciSelects {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #wcrHero .wrap .wciSelects .selectcol {
    padding: 0 0 0 15px !important;
  }
  #wcrHero .wrap .wciSelects .selectcol.selPriority {
    margin-left: auto;
  }
}
#wcrHero .wrap .wciSelects span.label {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  margin: 0 0 2px;
}
@media (min-width: 992px) {
  #wcrHero .wrap .wciSelects span.label {
    font-size: 15px;
  }
}
@media (min-width: 1170px) {
  #wcrHero .wrap .wciSelects span.label {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  #wcrHero .wrap .wciSelects .nice-select {
    width: 100%;
  }
}

/*--------------------------------------------------------------*/
/* blogroll */
/*--------------------------------------------------------------*/
#wcrBlogroll {
  position: relative;
  z-index: 12;
  background: #edf1f4;
  padding-bottom: 90px;
}
#wcrBlogroll:before {
  content: "";
  width: 100%;
  height: 50px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
}
#wcrBlogroll .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1170px;
}
#wcrBlogroll .wrap .postWrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -1%;
}
#wcrBlogroll .wrap article {
  max-width: 375px;
  margin: 0 1% 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  #wcrBlogroll .wrap article {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  #wcrBlogroll .wrap article {
    width: 31.33%;
  }
}
#wcrBlogroll .wrap article.none {
  position: relative;
  width: 100%;
  max-width: 500px;
  border: 2px solid #edf1f4;
  text-align: center;
  margin: 0 auto;
}
#wcrBlogroll .wrap article.none p {
  margin-bottom: 10px;
}
#wcrBlogroll .wrap article img {
  display: block;
  width: 100%;
}
#wcrBlogroll .wrap article .content {
  background: white;
  padding: 20px;
  margin-top: auto;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
}
#wcrBlogroll .wrap article p.issue {
  font-size: 12px;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #60a2d7;
  margin: 0;
}
@media (min-width: 992px) {
  #wcrBlogroll .wrap article p.issue {
    font-size: 13px;
  }
}
@media (min-width: 1170px) {
  #wcrBlogroll .wrap article p.issue {
    font-size: 14px;
  }
}
#wcrBlogroll .wrap article h2, #wcrBlogroll .wrap article h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
@media (min-width: 992px) {
  #wcrBlogroll .wrap article h2, #wcrBlogroll .wrap article h3 {
    font-size: 20px;
  }
}
@media (min-width: 1170px) {
  #wcrBlogroll .wrap article h2, #wcrBlogroll .wrap article h3 {
    font-size: 22px;
  }
}
@media (min-width: 1430px) {
  #wcrBlogroll .wrap article h2, #wcrBlogroll .wrap article h3 {
    font-size: 24px;
  }
}
#wcrBlogroll .wrap article h2 a, #wcrBlogroll .wrap article h3 a {
  color: #1c3459;
}
#wcrBlogroll .wrap article h2 a:hover, #wcrBlogroll .wrap article h3 a:hover {
  color: #f7941d;
}
#wcrBlogroll .wrap article p {
  margin: 0 0 50px;
}
#wcrBlogroll .wrap article .btn {
  margin-top: auto;
  background: #8dc63f;
  color: white;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2em;
  display: block;
  padding: 12px 20px;
  text-align: center;
}
@media (min-width: 992px) {
  #wcrBlogroll .wrap article .btn {
    font-size: 15px;
  }
}
@media (min-width: 1170px) {
  #wcrBlogroll .wrap article .btn {
    font-size: 16px;
  }
}
#wcrBlogroll .wrap article .btn:hover {
  background: #f7941d;
}

/*--------------------------------------------------------------*/
/* topic tags */
/*--------------------------------------------------------------*/
#wcrBlogroll .topics, #wcrContent .topics {
  margin-bottom: 15px;
}
#wcrBlogroll .topics a, #wcrContent .topics a {
  display: inline-block;
  background: #f7941d;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  color: white;
  padding: 0 10px;
  font-size: 12px;
}
@media (min-width: 992px) {
  #wcrBlogroll .topics a, #wcrContent .topics a {
    font-size: 13px;
  }
}
@media (min-width: 1170px) {
  #wcrBlogroll .topics a, #wcrContent .topics a {
    font-size: 14px;
  }
}
#wcrBlogroll .topics a:hover, #wcrContent .topics a:hover {
  background: #60a2d7;
}

#wcrContent .topics a {
  background: #8dc63f;
}

/*--------------------------------------------------------------*/
/* priority/topic selects */
/*--------------------------------------------------------------*/
.wciSelects {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .wciSelects {
    flex-flow: column wrap;
  }
}
@media (min-width: 600px) {
  .wciSelects .selectcol {
    width: 50%;
    max-width: 375px;
  }
}
@media (min-width: 768px) {
  .wciSelects .selectcol {
    padding: 0 !important;
  }
}
@media (min-width: 1024px) {
  .wciSelects .selectcol {
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  .wciSelects .selectcol.selPriority {
    padding-bottom: 20px;
  }
}
.wciSelects .selectcol span.label {
  font-size: 17px;
  color: #1c3459;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  display: block;
  margin: 0 0 3px;
}
@media (min-width: 992px) {
  .wciSelects .selectcol span.label {
    font-size: 18px;
  }
}
@media (min-width: 1170px) {
  .wciSelects .selectcol span.label {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  .wciSelects .selectcol span.label {
    margin: 0 5px 0 0;
    display: inline-block;
  }
}
.wciSelects .selectcol .nice-select {
  background: #edf1f4;
  float: none;
  margin: 0 auto;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 500;
  height: 50px;
  padding: 0 30px 0 15px;
  width: 90%;
  max-width: 300px;
}
.wciSelects .selectcol .nice-select span.current {
  line-height: 50px;
  font-size: 16px;
}
.wciSelects .selectcol .nice-select ul.list {
  width: 100%;
  max-width: 300px;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  border: 2px solid #edf1f4;
  padding: 0 0 5px;
}
.wciSelects .selectcol .nice-select ul.list li {
  font-size: 14px;
  min-height: 0;
  padding: 10px 15px;
  white-space: normal;
  line-height: 1.2em;
}
@media (min-width: 992px) {
  .wciSelects .selectcol .nice-select ul.list li {
    font-size: 15px;
  }
}
@media (min-width: 1170px) {
  .wciSelects .selectcol .nice-select ul.list li {
    font-size: 16px;
  }
}
.wciSelects .selectcol .nice-select ul.list li.selected {
  background: rgba(141, 198, 63, 0.25);
}

.tax-issue .wciSelects, .single-whole-child-review .wciSelects {
  margin: 0 auto;
  max-width: 1040px;
  margin-top: 50px;
}
.tax-issue .wciSelects .selectcol .nice-select, .single-whole-child-review .wciSelects .selectcol .nice-select {
  background: white;
}
@media (min-width: 1024px) {
  .tax-issue .wciSelects .selectcol .nice-select, .single-whole-child-review .wciSelects .selectcol .nice-select {
    display: inline-block;
  }
}

/*--------------------------------------------------------------*/
/* single posts */
/*--------------------------------------------------------------*/
#wcrHero.singlePost {
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  #wcrHero.singlePost {
    padding-bottom: 60px;
  }
}
#wcrHero.singlePost h1 span {
  color: #1c3459;
  font-size: 17px;
  text-transform: none;
  margin-top: 20px;
}
@media (min-width: 992px) {
  #wcrHero.singlePost h1 span {
    font-size: 18px;
  }
}
@media (min-width: 1170px) {
  #wcrHero.singlePost h1 span {
    font-size: 19px;
  }
}

#wcrContent {
  border-top: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
}
#wcrContent .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 780px;
  padding-top: 50px;
  padding-bottom: 55px;
}
#wcrContent .wrap h2 {
  color: #f7941d;
  font-size: 28px;
  line-height: 1.2em;
}
@media (min-width: 992px) {
  #wcrContent .wrap h2 {
    font-size: 32px;
  }
}
@media (min-width: 1170px) {
  #wcrContent .wrap h2 {
    font-size: 36px;
  }
}

#wcrBlogroll.related {
  padding-top: 45px;
  padding-bottom: 35px;
  background: none;
  border-bottom: 2px solid #dedede;
}
#wcrBlogroll.related:before {
  display: none;
}
#wcrBlogroll.related h2 {
  margin: 0;
  font-size: 28px;
  color: #1c3459;
  line-height: 1.2em;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  #wcrBlogroll.related h2 {
    font-size: 32px;
  }
}
@media (min-width: 1170px) {
  #wcrBlogroll.related h2 {
    font-size: 36px;
  }
}
#wcrBlogroll.related h2:before {
  content: "";
  width: 115px;
  height: 2px;
  background: #009444;
  margin: 0 0 25px;
  display: block;
}

#singleSelects {
  position: relative;
  z-index: 12;
}
#singleSelects .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1040px;
  padding-bottom: 60px;
}
#singleSelects .wrap .nice-select {
  background: #edf1f4;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #singleSelects .wrap .nice-select {
    display: inline-block;
  }
}

/*--------------------------------------------------------------*/
/* issues landing */
/*--------------------------------------------------------------*/
#wcrHero.heroIssue h1 span {
  color: #1c3459;
  font-size: 17px;
  text-transform: none;
  margin-top: 20px;
}
@media (min-width: 992px) {
  #wcrHero.heroIssue h1 span {
    font-size: 18px;
  }
}
@media (min-width: 1170px) {
  #wcrHero.heroIssue h1 span {
    font-size: 19px;
  }
}

/*--------------------------------------------------------------*/
/* pagination */
/*--------------------------------------------------------------*/
.navLinks {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.navLinks .navNext, .navLinks .navPrev {
  position: relative;
}
@media (max-width: 599px) {
  .navLinks .navNext, .navLinks .navPrev {
    text-align: center;
    margin: 5px 0;
  }
}
@media (min-width: 600px) {
  .navLinks .navNext, .navLinks .navPrev {
    width: 50%;
  }
}
.navLinks .navNext a, .navLinks .navPrev a {
  color: #1c3459;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .navLinks .navNext a, .navLinks .navPrev a {
    font-size: 15px;
  }
}
@media (min-width: 1170px) {
  .navLinks .navNext a, .navLinks .navPrev a {
    font-size: 16px;
  }
}
.navLinks .navNext a span, .navLinks .navPrev a span {
  font-size: 12px;
  color: #8dc63f;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media (min-width: 992px) {
  .navLinks .navNext a span, .navLinks .navPrev a span {
    font-size: 13px;
  }
}
@media (min-width: 1170px) {
  .navLinks .navNext a span, .navLinks .navPrev a span {
    font-size: 14px;
  }
}
.navLinks .navNext a:hover, .navLinks .navPrev a:hover {
  color: #60a2d7;
}
.navLinks .navNext a:hover span, .navLinks .navPrev a:hover span {
  color: #60a2d7;
}
@media (min-width: 600px) {
  .navLinks .navNext {
    float: right;
    text-align: right;
  }
}
@media (min-width: 600px) {
  .navLinks .navPrev {
    float: left;
  }
}

/*--------------------------------------------------------------*/
/* animation */
/*--------------------------------------------------------------*/
@-webkit-keyframes leaf {
  0% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(1deg);
  }
}
@-moz-keyframes leaf {
  0% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(1deg);
  }
}
@-o-keyframes leaf {
  0% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(1deg);
  }
}
@keyframes leaf {
  0% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(1deg);
  }
}
g[id^=leaf-] {
  transform-origin: right center;
}
g[id^=leaf-] * {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
g[id^=leaf-]:hover {
  cursor: pointer;
  -webkit-animation: leaf 1s infinite linear 0s;
  -moz-animation: leaf 1s infinite linear 0s;
  -o-animation: leaf 1s infinite linear 0s;
  animation: leaf 1s infinite linear 0s;
}
g[id^=leaf-]:hover .st5 {
  fill: white;
}

g[id^=text-] {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
g[id^=text-].show {
  opacity: 1;
}

.introCampus {
  margin: 0 auto;
  width: 94%;
  max-width: 800px;
  margin-bottom: 40px;
  text-align: center;
}
.introCampus *:last-child {
  margin-bottom: 0;
}
.introCampus h2 {
  font-size: 36px;
  color: #255694;
  margin: 0 0 40px;
  line-height: 1.1em;
}
@media (min-width: 992px) {
  .introCampus h2 {
    font-size: 42px;
  }
}
@media (min-width: 1170px) {
  .introCampus h2 {
    font-size: 50px;
  }
}
.introCampus h2:before {
  content: "";
  width: 115px;
  height: 2px;
  background: #fdbb11;
  margin: 0 auto 20px;
  display: block;
}
.introCampus p {
  margin: 0 0 20px;
}

#campus-intro {
  background: url("/wp-content/themes/kipp/images/bg-intro.svg") white no-repeat center top;
  background-size: 100% auto;
  padding-top: 75px;
}
#campus-intro .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1400px;
  text-align: center;
}
#campus-intro .hero {
  width: 100%;
}
#campus-intro .hero img {
  display: block;
  -moz-border-radius: 40px 40px 0 0;
  -webkit-border-radius: 40px 40px 0 0;
  border-radius: 40px 40px 0 0;
}
@media (min-width: 1170px) {
  #campus-intro .hero img {
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
}
#campus-intro .box {
  position: relative;
  background: #255694;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 40px 6%;
  margin-top: -40px;
}
@media (min-width: 1170px) {
  #campus-intro .box {
    margin: 0 auto;
    width: 94%;
    max-width: 940px;
    margin-top: -110px;
  }
}
#campus-intro .box * {
  color: white;
}
#campus-intro .box img {
  width: 60%;
  max-width: 420px;
}
#campus-intro .box h2 {
  font-size: 24px;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.1em;
}
@media (min-width: 992px) {
  #campus-intro .box h2 {
    font-size: 28px;
  }
}
@media (min-width: 1170px) {
  #campus-intro .box h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #campus-intro .box h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #campus-intro .box h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (min-width: 1170px) {
  #campus-intro .box h2 {
    font-size: 36px;
  }
}
#campus-intro .box h2:before {
  content: "";
  width: 115px;
  height: 2px;
  background: #fdbb11;
  margin: 10px auto 20px;
  display: block;
}
#campus-intro .box p:last-of-type {
  margin-bottom: 0;
}
#campus-intro ul.menuLinks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  margin: 30px 0 60px;
  padding: 0;
}
#campus-intro ul.menuLinks li {
  padding: 25px 15px;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  width: 50%;
}
@media (min-width: 600px) {
  #campus-intro ul.menuLinks li {
    width: 33.33%;
  }
}
@media (min-width: 1170px) {
  #campus-intro ul.menuLinks li {
    width: 16.66%;
  }
}
#campus-intro ul.menuLinks li a {
  color: #255694;
}
#campus-intro ul.menuLinks li a img {
  display: block;
  margin: 0 auto 5px;
}

#campus-values .campusRow {
  background: #60a2d7;
}
@media (min-width: 1170px) {
  #campus-values .campusRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 1170px) {
  #campus-values .campusRow .content, #campus-values .campusRow .stats {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
#campus-values .campusRow .content .inner, #campus-values .campusRow .stats .inner {
  width: 88%;
  max-width: 700px;
}
@media (min-width: 1170px) {
  #campus-values .campusRow .content .inner, #campus-values .campusRow .stats .inner {
    width: 92%;
  }
}
#campus-values .campusRow .content .inner *, #campus-values .campusRow .stats .inner * {
  color: white;
}
#campus-values .campusRow .content {
  background: #255694;
  -moz-border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0 40px 40px 0;
  border-radius: 0 40px 40px 0;
  padding: 70px 0 50px;
}
@media (max-width: 1169px) {
  #campus-values .campusRow .content {
    width: 94%;
  }
}
@media (max-width: 767px) {
  #campus-values .campusRow .content {
    width: 100%;
  }
}
#campus-values .campusRow .content .inner {
  margin: 0 auto;
}
@media (min-width: 600px) {
  #campus-values .campusRow .content .inner {
    padding-left: 110px;
    background: url("/wp-content/themes/kipp/images/dots-lblue.svg") no-repeat top left;
    background-size: auto 160px;
  }
}
@media (min-width: 1170px) {
  #campus-values .campusRow .content .inner {
    padding-right: 40px;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 1169px) {
  #campus-values .campusRow .content .inner {
    max-width: 770px;
  }
}
#campus-values .campusRow .content .inner h3 {
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  #campus-values .campusRow .content .inner h3 {
    font-size: 32px;
  }
}
@media (min-width: 1170px) {
  #campus-values .campusRow .content .inner h3 {
    font-size: 36px;
  }
}
#campus-values .campusRow .content .inner h3:before {
  content: "";
  width: 115px;
  height: 2px;
  background: #fdbb11;
  margin: 0 0 30px;
  display: block;
}
@media (min-width: 1170px) {
  #campus-values .campusRow .stats {
    width: 50%;
  }
}
#campus-values .campusRow .stats .inner {
  position: relative;
}
@media (max-width: 1169px) {
  #campus-values .campusRow .stats .inner {
    margin: 0 auto;
  }
}
#campus-values .campusRow .stats .inner:before, #campus-values .campusRow .stats .inner:after {
  content: "";
  width: 120px;
  height: 35px;
  position: absolute;
  background-size: cover;
}
#campus-values .campusRow .stats .inner:before {
  background-image: url("/wp-content/themes/kipp/images/chevron-gold.svg");
  top: 30px;
  left: 0;
}
@media (min-width: 1170px) {
  #campus-values .campusRow .stats .inner:before {
    top: -30px;
    left: 40px;
  }
}
#campus-values .campusRow .stats .inner:after {
  background-image: url("/wp-content/themes/kipp/images/chevron-orange.svg");
  bottom: 30px;
  right: 0;
}
@media (min-width: 1170px) {
  #campus-values .campusRow .stats .inner:after {
    bottom: -30px;
  }
}
#campus-values .campusRow .stats .inner ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  margin: 0;
  padding: 60px 0 70px;
}
@media (min-width: 1170px) {
  #campus-values .campusRow .stats .inner ul {
    padding: 0 0 0 40px;
  }
}
#campus-values .campusRow .stats .inner ul li {
  padding: 0 15px;
  margin: 30px 0;
  width: 50%;
}
@media (min-width: 600px) {
  #campus-values .campusRow .stats .inner ul li {
    width: 33.33%;
  }
}
#campus-values .campusRow .stats .inner ul li h3 {
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  margin: 0;
  line-height: 1;
}
@media (min-width: 992px) {
  #campus-values .campusRow .stats .inner ul li h3 {
    font-size: 55px;
  }
}
@media (min-width: 1170px) {
  #campus-values .campusRow .stats .inner ul li h3 {
    font-size: 60px;
  }
}
#campus-values .campusRow .stats .inner ul li p {
  color: #1c3459;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 1.2em;
}
@media (min-width: 992px) {
  #campus-values .campusRow .stats .inner ul li p {
    font-size: 15px;
  }
}
@media (min-width: 1170px) {
  #campus-values .campusRow .stats .inner ul li p {
    font-size: 16px;
  }
}

#campus-extracurricular {
  background: url("/wp-content/themes/kipp/images/bg-extra.svg") white no-repeat center bottom;
  background-size: 100% auto;
  padding: 75px 0 150px;
}
#campus-extracurricular .campusRow {
  background: #60a2d7;
  width: 100%;
}
@media (min-width: 1170px) {
  #campus-extracurricular .campusRow {
    max-width: -moz-calc(((100% - 1400px) / 2) + 1400px);
    max-width: -webkit-calc(((100% - 1400px) / 2) + 1400px);
    max-width: calc(((100% - 1400px) / 2) + 1400px);
    -moz-border-radius: 0 40px 40px 0;
    -webkit-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#campus-extracurricular .campusRow .img {
  position: relative;
}
@media (min-width: 1170px) {
  #campus-extracurricular .campusRow .img {
    -moz-border-radius: 0 40px 40px 0;
    -webkit-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
    width: 34%;
    background-size: cover;
  }
}
@media (max-width: 1169px) {
  #campus-extracurricular .campusRow .img {
    background: white !important;
  }
  #campus-extracurricular .campusRow .img:after {
    content: "";
    height: 20%;
    background: #60a2d7;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#campus-extracurricular .campusRow .img img {
  position: relative;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  z-index: 2;
  margin: 0 auto;
  width: 94%;
  max-width: 670px;
  display: block;
}
@media (min-width: 1170px) {
  #campus-extracurricular .campusRow .img img {
    display: none;
  }
}
#campus-extracurricular .campusRow .slider {
  position: relative;
  text-align: center;
  padding: 35px 4% 50px;
}
@media (min-width: 768px) {
  #campus-extracurricular .campusRow .slider {
    padding: 45px 60px;
  }
}
@media (min-width: 1170px) {
  #campus-extracurricular .campusRow .slider {
    width: 66%;
  }
}
#campus-extracurricular .campusRow .slider ul.extraSlider {
  margin: 0;
  padding: 0;
}
#campus-extracurricular .campusRow .slider ul.extraSlider .slick-slide {
  border: 2px solid rgba(255, 255, 255, 0.25);
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 30px 40px;
}
@media (min-width: 768px) {
  #campus-extracurricular .campusRow .slider ul.extraSlider .slick-slide {
    padding: 40px 50px 50px;
  }
}
#campus-extracurricular .campusRow .slider ul.extraSlider .slick-slide * {
  color: white;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 500;
}
#campus-extracurricular .campusRow .slider ul.extraSlider .slick-slide *:last-child {
  margin-bottom: 0;
}
#campus-extracurricular .campusRow .slider ul.extraSlider .slick-slide img {
  margin: 0 auto 20px;
}
#campus-extracurricular .campusRow .slider ul.extraSlider .slick-slide h3 {
  margin: 0 0 20px;
  font-size: 28px;
}
@media (min-width: 992px) {
  #campus-extracurricular .campusRow .slider ul.extraSlider .slick-slide h3 {
    font-size: 32px;
  }
}
@media (min-width: 1170px) {
  #campus-extracurricular .campusRow .slider ul.extraSlider .slick-slide h3 {
    font-size: 36px;
  }
}
#campus-extracurricular .campusRow .slider ul.extraSlider .slick-slide p {
  font-size: 16px;
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  #campus-extracurricular .campusRow .slider ul.extraSlider .slick-slide p {
    font-size: 17px;
  }
}
@media (min-width: 1170px) {
  #campus-extracurricular .campusRow .slider ul.extraSlider .slick-slide p {
    font-size: 18px;
  }
}
#campus-extracurricular .campusRow .slider .arrows .slick-arrow {
  position: absolute;
  top: 48%;
  width: 30px;
}
@media (min-width: 768px) {
  #campus-extracurricular .campusRow .slider .arrows .slick-arrow {
    width: 40px;
  }
}
#campus-extracurricular .campusRow .slider .arrows .slick-arrow.prevExtra {
  left: 2%;
}
@media (min-width: 768px) {
  #campus-extracurricular .campusRow .slider .arrows .slick-arrow.prevExtra {
    left: 40px;
  }
}
#campus-extracurricular .campusRow .slider .arrows .slick-arrow.nextExtra {
  right: 2%;
}
@media (min-width: 768px) {
  #campus-extracurricular .campusRow .slider .arrows .slick-arrow.nextExtra {
    right: 40px;
  }
}
#campus-extracurricular .campusRow .slider .arrows .slick-arrow:hover {
  opacity: 0.8;
}

#campus-events {
  background: #60a2d7;
  padding: 90px 0 110px;
}
#campus-events h2 {
  color: white;
}
#campus-events .slideWrap {
  position: relative;
}
@media (min-width: 1170px) {
  #campus-events .slideWrap {
    margin: 0 auto;
    width: 94%;
    max-width: 1400px;
  }
}
#campus-events .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#campus-events .eventSlider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1169px) {
  #campus-events .eventSlider {
    width: 86%;
    margin: 0 auto;
  }
}
#campus-events .eventSlider.unslick {
  width: 100%;
  justify-content: center;
  flex-flow: row wrap;
}
#campus-events .eventSlider.unslick + .arrows {
  display: none;
}
#campus-events .eventSlider.unslick .slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 10px;
  border: 4px solid #bbd530;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background: white;
  padding: 30px;
  width: 325px;
  flex-flow: column wrap;
  height: auto !important;
}
#campus-events .eventSlider .slick-slide {
  height: inherit !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 10px;
  border: 4px solid #bbd530;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background: white;
  padding: 30px;
  width: 25%;
}
#campus-events .eventSlider .slide {
  height: 100%;
}
#campus-events .eventSlider .slide .date {
  background: #bbd530;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  text-align: center;
  width: 75px;
  height: 75px;
  padding-top: 15px;
}
#campus-events .eventSlider .slide .date .month, #campus-events .eventSlider .slide .date .day {
  display: block;
  line-height: 0.85em;
}
#campus-events .eventSlider .slide .date .month {
  font-size: 17px;
  text-transform: uppercase;
}
#campus-events .eventSlider .slide .date .day {
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
}
#campus-events .eventSlider .slide h3 {
  color: #255694;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2em;
  margin: 10px 0;
}
@media (min-width: 992px) {
  #campus-events .eventSlider .slide h3 {
    font-size: 32px;
  }
}
@media (min-width: 1170px) {
  #campus-events .eventSlider .slide h3 {
    font-size: 36px;
  }
}
#campus-events .eventSlider .slide p.time {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #255694;
  font-size: 14px;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 992px) {
  #campus-events .eventSlider .slide p.time {
    font-size: 15px;
  }
}
@media (min-width: 1170px) {
  #campus-events .eventSlider .slide p.time {
    font-size: 16px;
  }
}
#campus-events .eventSlider .slide p.details {
  margin-top: 15px;
}
#campus-events .arrows .slick-arrow {
  position: absolute;
  top: 48%;
  width: 30px;
}
#campus-events .arrows .slick-arrow.prevEvents {
  left: 0;
}
@media (min-width: 1170px) {
  #campus-events .arrows .slick-arrow.prevEvents {
    left: -20px;
  }
}
#campus-events .arrows .slick-arrow.nextEvents {
  right: 0;
}
@media (min-width: 1170px) {
  #campus-events .arrows .slick-arrow.nextEvents {
    right: -20px;
  }
}
#campus-events .arrows .slick-arrow:hover {
  opacity: 0.8;
}

#campus-news {
  background: url("/wp-content/themes/kipp/images/bg-news.svg") #edf1f4 no-repeat center bottom;
  background-size: 100% auto;
  padding: 75px 0 50px;
}
#campus-news ul.newsRoll {
  margin: 0 auto;
  width: 94%;
  max-width: 1400px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#campus-news ul.newsRoll li {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  width: 92%;
  margin: 0 auto 35px;
}
@media (min-width: 600px) {
  #campus-news ul.newsRoll li {
    width: 47%;
  }
}
@media (min-width: 1170px) {
  #campus-news ul.newsRoll li {
    width: 30%;
  }
}
@media (max-width: 599px) {
  #campus-news ul.newsRoll li:last-of-type {
    display: none;
  }
}
@media (min-width: 1170px) {
  #campus-news ul.newsRoll li:last-of-type {
    display: none;
  }
}
#campus-news ul.newsRoll li img {
  width: 100%;
  display: block;
  -moz-border-radius: 40px 40px 0 0;
  -webkit-border-radius: 40px 40px 0 0;
  border-radius: 40px 40px 0 0;
}
#campus-news ul.newsRoll li .details {
  padding: 25px 30px 30px;
}
@media (min-width: 600px) {
  #campus-news ul.newsRoll li .details {
    padding: 20px 25px 25px;
  }
}
@media (min-width: 768px) {
  #campus-news ul.newsRoll li .details {
    padding: 25px 30px 30px;
  }
}
#campus-news ul.newsRoll li .details p.cat {
  font-size: 14px;
  margin: 0 0 5px;
}
@media (min-width: 992px) {
  #campus-news ul.newsRoll li .details p.cat {
    font-size: 15px;
  }
}
@media (min-width: 1170px) {
  #campus-news ul.newsRoll li .details p.cat {
    font-size: 16px;
  }
}
#campus-news ul.newsRoll li .details p.cat a {
  color: #009444;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#campus-news ul.newsRoll li .details p.cat a:hover {
  color: #255694;
}
#campus-news ul.newsRoll li .details h3 {
  color: #60a2d7;
  font-size: 24px;
  line-height: 1.2em;
  margin: 5px 0 10px;
}
@media (min-width: 992px) {
  #campus-news ul.newsRoll li .details h3 {
    font-size: 28px;
  }
}
@media (min-width: 1170px) {
  #campus-news ul.newsRoll li .details h3 {
    font-size: 30px;
  }
}
#campus-news ul.newsRoll li .details p.excerpt {
  margin: 0;
  font-size: 16px;
}
@media (min-width: 992px) {
  #campus-news ul.newsRoll li .details p.excerpt {
    font-size: 17px;
  }
}
@media (min-width: 1170px) {
  #campus-news ul.newsRoll li .details p.excerpt {
    font-size: 18px;
  }
}
#campus-news ul.newsRoll li .details a.more {
  font-size: 12px;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #60a2d7;
  display: block;
  margin-top: 5px;
}
@media (min-width: 992px) {
  #campus-news ul.newsRoll li .details a.more {
    font-size: 13px;
  }
}
@media (min-width: 1170px) {
  #campus-news ul.newsRoll li .details a.more {
    font-size: 14px;
  }
}
#campus-news ul.newsRoll li .details a.more:hover {
  color: #bbd530;
}
#campus-news a.button {
  margin-top: 35px;
  background: #fdbb11;
  color: #1c3459;
}
#campus-news a.button:hover {
  background: #bbd530;
}

#campus-alumni {
  margin: 60px 0 70px;
}
#campus-alumni .scholarshipAmt {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}
#campus-alumni .scholarshipAmt:before, #campus-alumni .scholarshipAmt:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fdbb11;
  position: absolute;
  left: 0;
}
@media (max-width: 479px) {
  #campus-alumni .scholarshipAmt:before, #campus-alumni .scholarshipAmt:after {
    display: none;
  }
}
#campus-alumni .scholarshipAmt:before {
  top: 20%;
}
#campus-alumni .scholarshipAmt:after {
  bottom: 20%;
}
#campus-alumni .scholarshipAmt .content {
  z-index: 2;
  background: white;
  position: relative;
  margin: 0 auto;
  width: 94%;
  max-width: 500px;
  padding: 25px 30px;
}
@media (min-width: 600px) {
  #campus-alumni .scholarshipAmt .content {
    padding: 40px 50px;
  }
}
@media (min-width: 1170px) {
  #campus-alumni .scholarshipAmt .content {
    padding: 50px;
  }
}
#campus-alumni .scholarshipAmt .content:before, #campus-alumni .scholarshipAmt .content:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/kipp/images/leavesR.svg") no-repeat right center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#campus-alumni .scholarshipAmt .content:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#campus-alumni .scholarshipAmt .content img {
  display: block;
  width: 50px;
  margin: 0 auto 10px;
}
@media (min-width: 600px) {
  #campus-alumni .scholarshipAmt .content img {
    width: 65px;
  }
}
#campus-alumni .scholarshipAmt .content .campusCounter {
  color: #f7941d;
  font-size: 36px;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 992px) {
  #campus-alumni .scholarshipAmt .content .campusCounter {
    font-size: 42px;
  }
}
@media (min-width: 1170px) {
  #campus-alumni .scholarshipAmt .content .campusCounter {
    font-size: 50px;
  }
}
#campus-alumni .scholarshipAmt .content p {
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1.1em;
  margin: 5px auto 0;
  color: #255694;
  max-width: 300px;
}
@media (min-width: 992px) {
  #campus-alumni .scholarshipAmt .content p {
    font-size: 15px;
  }
}
@media (min-width: 1170px) {
  #campus-alumni .scholarshipAmt .content p {
    font-size: 16px;
  }
}
#campus-alumni .introCampus.placement {
  margin: 0 auto;
  width: 94%;
  max-width: 950px;
}
#campus-alumni .introCampus.placement h2, #campus-alumni .introCampus.placement h3 {
  color: #255694;
  font-size: 28px;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 500;
  margin: 0 0 40px;
}
@media (min-width: 992px) {
  #campus-alumni .introCampus.placement h2, #campus-alumni .introCampus.placement h3 {
    font-size: 32px;
  }
}
@media (min-width: 1170px) {
  #campus-alumni .introCampus.placement h2, #campus-alumni .introCampus.placement h3 {
    font-size: 36px;
  }
}
#campus-alumni .introCampus.placement ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-columns: 3 200px;
  -moz-columns: 3 200px;
  columns: 3 200px;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  -webkit-column-rule: 2px solid #fdbb11;
  -moz-column-rule: 2px solid #fdbb11;
  column-rule: 2px solid #fdbb11;
}
@media (min-width: 1170px) {
  #campus-alumni .introCampus.placement ul {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
}
#campus-alumni .introCampus.placement ul li {
  line-height: 1.1em;
  margin-bottom: 8px;
}

#campus-ig {
  padding: 75px 0 100px;
  background: url("/wp-content/themes/kipp/images/bg-ig.svg") #edf1f4 no-repeat center bottom;
  background-size: 100% auto;
}

#campus-contact {
  margin: 40px 0;
}
@media (min-width: 992px) {
  #campus-contact .campusRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
}
#campus-contact .campusRow .info {
  background: #edf1f4;
  width: 100%;
}
@media (min-width: 992px) {
  #campus-contact .campusRow .info {
    -moz-border-radius: 0 40px 40px 0;
    -webkit-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
    width: 49%;
  }
}
@media (min-width: 1170px) {
  #campus-contact .campusRow .info {
    width: 40%;
  }
}
@media (max-width: 991px) {
  #campus-contact .campusRow .info .inner {
    text-align: center;
    padding: 50px 4% 60px;
  }
}
@media (min-width: 992px) {
  #campus-contact .campusRow .info .inner {
    padding: 60px 50px 60px 110px;
    background: url("/wp-content/themes/kipp/images/dots-lgray.svg") no-repeat top left;
    background-size: auto 160px;
    margin-left: -moz-calc(max((100vw - 1400px) / 2, 4vw));
    margin-left: -webkit-calc(max((100vw - 1400px) / 2, 4vw));
    margin-left: calc(max((100vw - 1400px) / 2, 4vw));
  }
}
#campus-contact .campusRow .info img {
  max-width: 290px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #campus-contact .campusRow .info img {
    margin-bottom: 40px;
  }
}
#campus-contact .campusRow .info h4, #campus-contact .campusRow .info a.map {
  color: #498fc7;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 992px) {
  #campus-contact .campusRow .info h4, #campus-contact .campusRow .info a.map {
    font-size: 13px;
  }
}
@media (min-width: 1170px) {
  #campus-contact .campusRow .info h4, #campus-contact .campusRow .info a.map {
    font-size: 14px;
  }
}
#campus-contact .campusRow .info h4 {
  margin: 0;
}
@media (min-width: 992px) {
  #campus-contact .campusRow .info h4 {
    margin-bottom: 10px;
  }
}
#campus-contact .campusRow .info a.map {
  border-bottom: 2px solid #fdbb11;
  padding-bottom: 2px;
  display: inline-block;
  width: auto;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 700;
  margin: 0 0 25px;
}
@media (min-width: 992px) {
  #campus-contact .campusRow .info a.map {
    margin-bottom: 40px;
  }
}
#campus-contact .campusRow .info p {
  font-size: 18px;
  margin: 0 0 5px;
  color: #255694;
}
@media (min-width: 992px) {
  #campus-contact .campusRow .info p {
    font-size: 20px;
  }
}
@media (min-width: 1170px) {
  #campus-contact .campusRow .info p {
    font-size: 22px;
  }
}
@media (min-width: 1430px) {
  #campus-contact .campusRow .info p {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #campus-contact .campusRow .info p {
    margin-bottom: 20px;
  }
}
#campus-contact .campusRow .info p.name {
  font-size: 24px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  #campus-contact .campusRow .info p.name {
    font-size: 28px;
  }
}
@media (min-width: 1170px) {
  #campus-contact .campusRow .info p.name {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  #campus-contact .campusRow .info p.name {
    margin-bottom: 10px;
  }
}
#campus-contact .campusRow .map {
  width: 100%;
}
@media (min-width: 992px) {
  #campus-contact .campusRow .map {
    width: 49%;
  }
}
@media (min-width: 1170px) {
  #campus-contact .campusRow .map {
    width: 58%;
  }
}
#campus-contact .campusRow .map .acf-map {
  width: 100%;
  height: 350px;
}
@media (min-width: 600px) {
  #campus-contact .campusRow .map .acf-map {
    height: 500px;
  }
}
@media (min-width: 992px) {
  #campus-contact .campusRow .map .acf-map {
    height: 100%;
    -moz-border-radius: 40px 0 0 40px;
    -webkit-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
  }
}
#campus-contact .campusRow .map .acf-map img {
  max-width: inherit !important;
}
