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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

.clear {
  clear: both; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

* {
  box-sizing: border-box; }

/* FONT STACKS */
/* RESPONSIVE BREAKPOINTS */
/* COLORS */
.brightblue {
  color: #0059d1; }

.brightblue-bg {
  background-color: #0059d1; }

.lightblue {
  color: #c5d8f8; }

.lightblue-bg {
  background-color: #c5d8f8; }

.midblue {
  color: #0d4590; }
  .midblue b {
    color: #ddaf31; }

.midblue-bg {
  background-color: #0d4590; }

.divider-midblue {
  border-top: 1px solid #0d4590; }

.red {
  color: #ffc2b6; }

.red-bg {
  background-color: #ffc2b6; }

.darkgold {
  color: #ddaf31; }

.darkgold-bg {
  background-color: #ddaf31; }

.gold {
  color: #fadc8a; }

.gold-bg {
  background-color: #fadc8a; }

.cream {
  color: #fff5db; }

.cream-bg {
  background-color: #fff5db; }

.lightgrey {
  color: #f7f7f7; }

.lightgrey-bg {
  background: #f7f7f7; }

.white {
  color: white; }

.white-bg {
  background-color: white; }

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #ffc2b6; }

::selection {
  color: white;
  background: #ffc2b6; }

body, html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "nimbus-sans", sans-serif; }

/* CHARACTER STYLES */
.caslon {
  font-family: "adobe-caslon-pro", serif; }

h1 {
  font-size: 72px;
  line-height: 68px;
  font-weight: 700;
  padding-bottom: 24px;
  font-family: "adobe-caslon-pro", serif; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 26px;
      line-height: 30px; }
      h1 section.entry-content {
        padding-top: 80px; } }

h2 {
  font-size: 52px;
  line-height: 52px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
  font-family: "adobe-caslon-pro", serif; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 30px;
      line-height: 32px; }
      h2 section.entry-content {
        padding-top: 80px; } }

h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  padding-bottom: 12px; }
  h3.caslon, h3 .caslon {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 18px;
      line-height: 24px; }
      h3.caslon, h3 .caslon {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px; }
      h3 section.entry-content {
        padding-top: 80px; } }

h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px; }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 14px;
      line-height: 18px; }
      h4 section.entry-content {
        padding-top: 80px; } }

h5 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
  margin-top: 24px;
  margin-bottom: 24px; }
  @media screen and (max-width: 767px) {
    h5 {
      font-size: 14px;
      line-height: 18px; }
      h5 section.entry-content {
        padding-top: 80px; } }
  h5 a, h5 u {
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 6px; }
    @media screen and (max-width: 767px) {
      h5 a, h5 u {
        font-size: 14px;
        line-height: 18px; }
        h5 a section.entry-content, h5 u section.entry-content {
          padding-top: 80px; } }
  h5 a {
    transition: color 0.3s, transform 0.3s; }
    h5 a:hover {
      color: #0059d1;
      transform: translateY(-4px); }
    h5 a:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      transition: transform 0.3s;
      background: currentColor; }
    h5 a:hover:before {
      transform: translateY(4px); }
    h5 a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      transition: transform 0.3s;
      transform: scaleX(0);
      background: #ffc2b6; }
    h5 a:hover:after {
      transform: scaleX(1) translateY(4px); }

h6 {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.6px;
  text-transform: uppercase; }

p, h1, h2, h3, h4, h5, h6, ol, ul {
  margin-bottom: 26px; }

.content-with-margin ul {
  list-style: disc;
  font-size: 1.1em;
  padding-left: 1em;
  max-width: 767px; }

.content-with-margin ul li {
  margin: 10px 0px;
  line-height: 24px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, ol a, ul a {
  color: inherit; }

article h1, article h2, article h3, article h4, article h5, article h6, article p {
  padding-right: 114px; }
  @media screen and (max-width: 767px) {
    article h1, article h2, article h3, article h4, article h5, article h6, article p {
      padding-right: 0; }
      article h1 section.entry-content, article h2 section.entry-content, article h3 section.entry-content, article h4 section.entry-content, article h5 section.entry-content, article h6 section.entry-content, article p section.entry-content {
        padding-top: 80px; } }

blockquote {
  position: relative;
  padding-left: 88px;
  padding-right: 15px;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  box-sizing: padding-box;
  margin-top: 56px;
  margin-bottom: 56px; }
  blockquote.caslon, blockquote .caslon {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px; }
  @media screen and (max-width: 767px) {
    blockquote {
      font-size: 18px;
      line-height: 24px; }
      blockquote.caslon, blockquote .caslon {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px; }
      blockquote section.entry-content {
        padding-top: 80px; } }
  @media screen and (max-width: 767px) {
    blockquote {
      width: 100%;
      padding-left: 0;
      margin-top: 72px; }
      blockquote section.entry-content {
        padding-top: 80px; } }

blockquote:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0px;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 700;
  font-size: 72px;
  color: #ddaf31;
  width: 30px;
  height: 25px;
  background: url("../img/blockquote-accent.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (max-width: 767px) {
    blockquote:before {
      top: -44px; }
      blockquote:before section.entry-content {
        padding-top: 80px; } }

p {
  font-size: 18px;
  line-height: 24px; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 14px;
      line-height: 18px; }
      p section.entry-content {
        padding-top: 80px; } }
  p a {
    text-decoration: underline;
    color: #0059d1;
    font-weight: 700; }
  p b, p strong {
    color: #ddaf31;
    font-weight: 700; }

a:visited, a:active {
  color: currentColor; }

ol {
  counter-reset: orderedlist;
  position: relative;
  padding-left: 26px; }
  ol li {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 26px; }
    @media screen and (max-width: 767px) {
      ol li {
        font-size: 14px;
        line-height: 18px; }
        ol li section.entry-content {
          padding-top: 80px; } }
  ol li:before {
    counter-increment: orderedlist;
    content: counter(orderedlist);
    color: #0d4590;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px; }
    @media screen and (max-width: 767px) {
      ol li:before {
        font-size: 14px;
        line-height: 18px; }
        ol li:before section.entry-content {
          padding-top: 80px; } }

.blockbutton {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0059d1;
  text-decoration: none;
  color: white;
  box-shadow: 10px 10px 0 #fadc8a;
  border: 0px none transparent;
  transition: 0.06s !important;
  margin-bottom: 42px;
  height: 50px;
  padding: 0 20px;
  line-height: 1.2em;
  text-decoration: none;
  text-align: center;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .blockbutton {
      font-size: 14px;
      line-height: 18px; }
      .blockbutton section.entry-content {
        padding-top: 80px; } }
  .blockbutton:hover {
    transition: 0.2s !important;
    transform: translate(-2px, -2px);
    box-shadow: 12px 12px 0 #ffc2b6; }
  .blockbutton:active {
    transition: 0.06s !important; }
  .blockbutton:active, .blockbutton:visited {
    color: white;
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .blockbutton {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      font-size: 10px;
      line-height: 1.2em; }
      .blockbutton section.entry-content {
        padding-top: 80px; } }
  .blockbutton.button-blue {
    box-shadow: 10px 10px 0 #c5d8f8;
    color: #0d4590 !important;
    background-color: white; }
    .blockbutton.button-blue:hover {
      transform: translate(-2px, -2px);
      box-shadow: 12px 12px 0 #ffc2b6;
      color: #0d4590; }

.blockbutton:active {
  transform: translate(5px, 5px);
  box-shadow: 5px 5px 0 #fadc8a;
  color: white; }

.contact-form .gform_heading, .gform_wrapper .gform_heading {
  display: none; }
.contact-form .gform_description, .gform_wrapper .gform_description {
  color: #ddaf31;
  font-size: 18px;
  line-height: 24px; }
  @media screen and (max-width: 767px) {
    .contact-form .gform_description, .gform_wrapper .gform_description {
      font-size: 14px;
      line-height: 18px; }
      .contact-form .gform_description section.entry-content, .gform_wrapper .gform_description section.entry-content {
        padding-top: 80px; } }
.contact-form label, .contact-form .gfield_label, .contact-form .gfield_description, .gform_wrapper label, .gform_wrapper .gfield_label, .gform_wrapper .gfield_description {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  display: inline-block;
  margin-bottom: 8px; }
  @media screen and (max-width: 767px) {
    .contact-form label, .contact-form .gfield_label, .contact-form .gfield_description, .gform_wrapper label, .gform_wrapper .gfield_label, .gform_wrapper .gfield_description {
      font-size: 14px !important;
      line-height: 18px !important; }
      .contact-form label section.entry-content, .contact-form .gfield_label section.entry-content, .contact-form .gfield_description section.entry-content, .gform_wrapper label section.entry-content, .gform_wrapper .gfield_label section.entry-content, .gform_wrapper .gfield_description section.entry-content {
        padding-top: 80px; } }
.contact-form input, .gform_wrapper input {
  display: block;
  position: relative;
  width: 100% !important;
  height: 40px;
  border: 1px solid #ddaf31;
  color: #0059d1;
  font-size: 18px;
  line-height: 24px;
  box-sizing: border-box;
  padding: 0 13px;
  margin-bottom: 12px; }
  @media screen and (max-width: 767px) {
    .contact-form input, .gform_wrapper input {
      font-size: 14px;
      line-height: 18px; }
      .contact-form input section.entry-content, .gform_wrapper input section.entry-content {
        padding-top: 80px; } }
.contact-form textarea[required]:before, .contact-form input[required]:before, .gform_wrapper textarea[required]:before, .gform_wrapper input[required]:before {
  content: 'hello';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  line-height: 24px;
  color: #ddaf31; }
  @media screen and (max-width: 767px) {
    .contact-form textarea[required]:before, .contact-form input[required]:before, .gform_wrapper textarea[required]:before, .gform_wrapper input[required]:before {
      font-size: 14px;
      line-height: 18px; }
      .contact-form textarea[required]:before section.entry-content, .contact-form input[required]:before section.entry-content, .gform_wrapper textarea[required]:before section.entry-content, .gform_wrapper input[required]:before section.entry-content {
        padding-top: 80px; } }
.contact-form input.entered, .contact-form textarea.entered, .gform_wrapper input.entered, .gform_wrapper textarea.entered {
  border: 1px solid #0d4590; }
.contact-form input:focus, .gform_wrapper input:focus {
  border: 1px solid #0059d1;
  outline: none; }
.contact-form textarea, .gform_wrapper textarea {
  width: 100% !important;
  min-height: 144px;
  overflow-y: scroll;
  border: 1px solid #ddaf31;
  color: #0059d1;
  font-size: 18px;
  line-height: 24px;
  resize: none;
  box-sizing: border-box;
  padding: 8px 13px; }
  @media screen and (max-width: 767px) {
    .contact-form textarea, .gform_wrapper textarea {
      font-size: 14px;
      line-height: 18px; }
      .contact-form textarea section.entry-content, .gform_wrapper textarea section.entry-content {
        padding-top: 80px; } }
.contact-form textarea:focus, .gform_wrapper textarea:focus {
  border: 1px solid #0059d1;
  outline: none; }
.contact-form button, .contact-form input[type="submit"], .gform_wrapper button, .gform_wrapper input[type="submit"] {
  position: relative !important;
  display: block !important;
  -webkit-appearance: unset;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0d4590;
  padding: 0 !important;
  padding-bottom: 6px !important;
  border: 0px none transparent;
  background: transparent !important;
  border-radius: 0;
  width: auto !important;
  padding-left: 0;
  padding-right: 0;
  margin: 0 !important;
  transition: color 0.3s, transform 0.3s;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .contact-form button, .contact-form input[type="submit"], .gform_wrapper button, .gform_wrapper input[type="submit"] {
      font-size: 14px;
      line-height: 18px; }
      .contact-form button section.entry-content, .contact-form input[type="submit"] section.entry-content, .gform_wrapper button section.entry-content, .gform_wrapper input[type="submit"] section.entry-content {
        padding-top: 80px; } }
.contact-form .gform_footer, .gform_wrapper .gform_footer {
  display: inline-block !important;
  width: auto !important;
  position: relative; }
  .contact-form .gform_footer:before, .gform_wrapper .gform_footer:before {
    display: block;
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0d4590; }
  .contact-form .gform_footer:after, .gform_wrapper .gform_footer:after {
    display: block;
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transition: transform 0.3s;
    background: #ffc2b6; }
  .contact-form .gform_footer:hover:after, .gform_wrapper .gform_footer:hover:after {
    transform: scaleX(1); }
.contact-form .contact-form-checkbox-container, .gform_wrapper .contact-form-checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between; }
.contact-form input[type=checkbox], .gform_wrapper input[type=checkbox] {
  position: relative;
  display: inline-block;
  background: red;
  width: 26px;
  height: 26px;
  margin-right: 26px; }
.contact-form input[type=checkbox]:before, .gform_wrapper input[type=checkbox]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: white;
  border: 1px solid #0d4590;
  box-sizing: border-box; }
.contact-form input[type=checkbox]:checked:after, .gform_wrapper input[type=checkbox]:checked:after {
  content: '×';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #0059d1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box; }
.contact-form input[type=checkbox] + label, .gform_wrapper input[type=checkbox] + label {
  color: #ddaf31;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  flex: 1 0 0; }
  @media screen and (max-width: 767px) {
    .contact-form input[type=checkbox] + label, .gform_wrapper input[type=checkbox] + label {
      font-size: 14px;
      line-height: 18px; }
      .contact-form input[type=checkbox] + label section.entry-content, .gform_wrapper input[type=checkbox] + label section.entry-content {
        padding-top: 80px; } }

.bg-center {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-top {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat; }

hr {
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor; }

#wrapper {
  width: 100%;
  height: 100%; }

.content-with-margin {
  position: relative;
  width: 94%;
  height: 100%;
  max-width: 1166px;
  margin: auto;
  box-sizing: border-box; }
  @media screen and (max-width: 1166px) {
    .content-with-margin {
      padding: 0 34px; } }

.wide-content-with-margin {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin: auto;
  box-sizing: border-box; }
  @media screen and (max-width: 1360px) {
    .wide-content-with-margin {
      padding: 0 34px; } }

.content-with-large-margin {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 886px;
  margin: auto;
  box-sizing: border-box; }
  @media screen and (max-width: 886px) {
    .content-with-large-margin {
      padding: 0 34px; } }

.col-2-layout {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between; }

.vert-centered {
  align-items: center; }

.flex-vert-centered {
  display: flex;
  flex-direction: column;
  justify-content: center; }

* {
  min-height: 0;
  min-width: 0; }

.flush-left {
  justify-content: flex-start; }

.error-404 {
  padding-top: 220px; }

.signup-container {
  padding: 30px 0; }
  .signup-container h2 {
    margin-bottom: 0px; }
  .signup-container h3 {
    margin-bottom: 0px; }
  .signup-container button {
    outline: none;
    cursor: pointer;
    padding: 0px; }
  .signup-container .signup-left {
    width: 45%; }
  .signup-container .signup-right {
    width: 55%;
    padding-left: 30px; }
    .signup-container .signup-right input {
      outline: none; }

.iframe-container {
  position: relative;
  padding-bottom: 57%; }
  .iframe-container iframe {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }

@media screen and (max-width: 956px) {
  .signup-container .content-with-margin {
    flex-direction: column; }
    .signup-container .content-with-margin .signup-left, .signup-container .content-with-margin .signup-right {
      margin-bottom: 20px;
      width: 100%;
      padding: 0px; } }
@media screen and (max-width: 767px) {
  .error-404 {
    padding-top: 80px; } }
.mobile {
  display: none; }

#content {
  position: relative; }

section {
  position: relative; }

section.entry-content {
  padding-top: 182px; }

/*
.fixed-nav {
    position: fixed;
    right: 122px;
    top: 130px;
    z-index: 99998;
    @include media-mobile {
        position: static;
        box-sizing: border-box;
        padding: 42px 26px;
    }
}
*/
#jumpto {
  z-index: 99998;
  color: #0d4590;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  pointer-events: all; }

article {
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    article {
      padding-bottom: 26px; }
      article section.entry-content {
        padding-top: 80px; } }

@media screen and (max-width: 767px) {
  .mobile {
    display: block; }

  .desktop {
    display: none; }

  section.entry-content {
    padding-top: 120px; } }
nav#site-navigation {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  nav#site-navigation .wide-content-with-margin {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center; }
  nav#site-navigation #nav-bottom-logo {
    padding: 10px 0; }
    nav#site-navigation #nav-bottom-logo img {
      height: 18px; }
  nav#site-navigation .socials a {
    opacity: 0.7;
    -moz-transition: ease 250ms all;
    -ms-transition: ease 250ms all;
    transition: ease 250ms all;
    cursor: pointer; }
    nav#site-navigation .socials a:hover {
      opacity: 1; }
  nav#site-navigation .upper-right-menu {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    text-transform: uppercase; }
    nav#site-navigation .upper-right-menu a {
      text-decoration: none;
      color: white;
      margin-left: 30px;
      opacity: 0.7;
      -moz-transition: ease 250ms all;
      -ms-transition: ease 250ms all;
      transition: ease 250ms all;
      cursor: pointer; }
      nav#site-navigation .upper-right-menu a:hover {
        opacity: 1; }
  nav#site-navigation #search img {
    height: 20px;
    width: auto; }
  nav#site-navigation .nav-initial-bottom {
    z-index: 8;
    position: absolute;
    left: 0;
    width: 100%;
    transition: transform 0.3s;
    pointer-events: none; }
    nav#site-navigation .nav-initial-bottom a {
      pointer-events: auto; }
    nav#site-navigation .nav-initial-bottom .wide-content-with-margin {
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      padding: 10px 20px; }
    @media screen and (max-width: 767px) {
      nav#site-navigation .nav-initial-bottom {
        display: none; }
        nav#site-navigation .nav-initial-bottom section.entry-content {
          padding-top: 80px; } }
  nav#site-navigation .nav-condensed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    transform: translateY(-80px);
    background: #fff5db;
    color: #0d4590;
    text-align: center;
    transition: transform 0.3s 0; }
    nav#site-navigation .nav-condensed .logo-link {
      max-width: 550px;
      display: flex;
      align-items: center; }
    nav#site-navigation .nav-condensed #logo-didot {
      height: 18px;
      width: auto; }
  nav#site-navigation .nav-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    background: #0d4590;
    transform: translateY(-42px);
    transition: transform 0.3s;
    z-index: 10; }
    nav#site-navigation .nav-search .wide-content-with-margin {
      display: block;
      padding: 0px 20px; }
      nav#site-navigation .nav-search .wide-content-with-margin form {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%; }
    nav#site-navigation .nav-search input[type="submit"] {
      border: 0px;
      height: 42px;
      width: 42px;
      outline: none;
      cursor: pointer;
      display: block;
      background-color: #c5d8f8;
      text-transform: uppercase;
      -webkit-appearance: unset; }
    nav#site-navigation .nav-search .screen-reader-text {
      display: none; }
    nav#site-navigation .nav-search label {
      width: 100%;
      height: 100%; }
    nav#site-navigation .nav-search input[type='search'] {
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 1px;
      text-transform: uppercase;
      background: #0d4590;
      color: #c5d8f8;
      border: 0px none transparent;
      border-bottom: 1px solid rgba(255, 255, 255, 0.7);
      outline: none;
      -webkit-appearance: unset; }
      @media screen and (max-width: 767px) {
        nav#site-navigation .nav-search input[type='search'] {
          font-size: 14px;
          line-height: 18px; }
          nav#site-navigation .nav-search input[type='search'] section.entry-content {
            padding-top: 80px; } }

.socials {
  display: flex;
  margin-bottom: 0px; }
  .socials svg {
    fill: currentColor;
    min-width: 14px;
    max-width: 37px;
    max-height: 14px; }
  .socials .link-medium svg {
    width: 14px; }
  .socials .link-twitter svg {
    width: 14px; }

.nav-initial-top {
  -moz-transition: ease 300ms all;
  -ms-transition: ease 300ms all;
  -webkit-transition: ease 300ms all;
  transition: ease 300ms all;
  height: 70px; }

nav#site-navigation.condensed .nav-initial-top, nav#site-navigation.condensed .nav-initial-bottom {
  transform: translateY(-260px);
  transition: transform 0.3s ease; }
nav#site-navigation.condensed .nav-condensed {
  transform: translateY(0);
  transition: transform 0.3s 0.3s; }

nav#site-navigation.searching .nav-search {
  transform: translateY(0); }
nav#site-navigation.searching .nav-initial-top, nav#site-navigation.searching .nav-initial-bottom {
  -moz-transform: translateY(42px);
  -ms-transform: translateY(42px);
  -webkit-transform: translateY(42px);
  transform: translateY(42px); }

nav#site-navigation.condensed.searching .nav-condensed {
  -moz-transform: translateY(42px);
  -ms-transform: translateY(42px);
  -webkit-transform: translateY(42px);
  transform: translateY(42px); }
nav#site-navigation.condensed.searching .nav-initial-top, nav#site-navigation.condensed.searching .nav-initial-bottom {
  -moz-transform: translateY(-260px);
  -ms-transform: translateY(-260px);
  -webkit-transform: translateY(-260px);
  transform: translateY(-260px); }

nav.interior .nav-initial-bottom {
  color: #0d4590; }
  nav.interior .nav-initial-bottom #nav-bottom-logo {
    background-image: url("../img/logo.png"); }
  nav.interior .nav-initial-bottom a, nav.interior .nav-initial-bottom a:visited {
    color: #0d4590; }

#nav-bottom-logo.knockout {
  background-image: url("../img/logo-knockout.png"); }

.inline-links {
  padding-right: 0 !important; }
  .inline-links h5 {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-top: 0; }

.nav-initial-bottom-links {
  pointer-events: auto;
  display: flex;
  flex-direction: row; }
  .nav-initial-bottom-links li {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 40px;
    position: relative;
    transition: transform 0.4s; }
    @media screen and (max-width: 767px) {
      .nav-initial-bottom-links li {
        font-size: 14px;
        line-height: 18px; }
        .nav-initial-bottom-links li section.entry-content {
          padding-top: 80px; } }
    .nav-initial-bottom-links li:hover {
      transform: translateY(-2px); }
    .nav-initial-bottom-links li a {
      transition: color 0.4s;
      text-decoration: none; }
    .nav-initial-bottom-links li a:hover {
      color: #ddaf31; }
  .nav-initial-bottom-links li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: 0.4s;
    transform: scaleX(0); }
  .nav-initial-bottom-links li.active:before {
    transform: scaleX(1); }
  .nav-initial-bottom-links li:hover:before {
    background: #ddaf31;
    transform: scaleX(1) translateY(2px); }

.nav-condensed-links {
  display: flex;
  flex-direction: row;
  margin-bottom: 0; }
  .nav-condensed-links a {
    text-decoration: none;
    font-size: 15px; }
  .nav-condensed-links li {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 40px;
    transition: color 0.4s, transform 0.4s; }
    @media screen and (max-width: 767px) {
      .nav-condensed-links li {
        font-size: 14px;
        line-height: 18px; }
        .nav-condensed-links li section.entry-content {
          padding-top: 80px; } }
  .nav-condensed-links li:hover {
    color: #0059d1;
    transform: translateY(-4px); }
  .nav-condensed-links li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: 0.4s;
    transform: scaleX(0); }
  .nav-condensed-links li.active:before {
    transform: scaleX(1); }
  .nav-condensed-links li:hover:before {
    background: #ddaf31;
    transform: scaleX(1) translateY(4px); }

@media screen and (max-width: 1100px) {
  .nav-condensed-links li {
    margin-left: 20px; }
    .nav-condensed-links li a {
      font-size: 14px; }

  nav#site-navigation .nav-condensed #logo-didot {
    max-height: 14px; } }
@media screen and (max-width: 960px) {
  nav#site-navigation #nav-bottom-logo img {
    height: 14px; } }
@media screen and (max-width: 900px) {
  nav#site-navigation .wide-content-with-margin {
    padding: 10px 15px; }

  .nav-condensed-links li {
    margin-left: 15px; }

  nav#site-navigation .nav-condensed #logo-didot {
    max-height: 13px; } }
@media screen and (max-width: 767px) {
  .mobile.mobile-menu {
    -moz-transition: 300ms ease transform;
    -ms-transition: 300ms ease transform;
    -webkit-transition: 300ms ease transform;
    transition: 300ms ease transform;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .mobile.mobile-menu .menu-ham svg {
      height: 18px;
      max-height: unset;
      max-width: unset;
      cursor: pointer;
      opacity: 0.8;
      transition: ease 250ms all; }
      .mobile.mobile-menu .menu-ham svg line {
        stroke: white; }
      .mobile.mobile-menu .menu-ham svg:hover {
        opacity: 1; }
    .mobile.mobile-menu .pls-mobile-logo {
      margin: 0 25px;
      text-align: center; }
      .mobile.mobile-menu .pls-mobile-logo img {
        width: 90%;
        height: auto;
        max-width: 550px; }
    .mobile.mobile-menu .mobile-search {
      opacity: 0.8;
      transition: ease 250ms all;
      cursor: pointer; }
      .mobile.mobile-menu .mobile-search:hover {
        opacity: 1; }
      .mobile.mobile-menu .mobile-search img {
        height: 25px;
        width: auto; }

  .mobile-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: -1;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: ease 300ms all;
    -ms-transition: ease 300ms all;
    -webkit-transition: ease 300ms all;
    transition: ease 300ms all; }
    .mobile-dropdown.active {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      border-bottom: 2px solid white; }
    .mobile-dropdown .wide-content-with-margin {
      display: flex;
      justify-content: space-between;
      align-items: flex-start !important; }
    .mobile-dropdown ul {
      margin-bottom: 0px; }
    .mobile-dropdown .mobile-page-links {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .mobile-dropdown .mobile-page-links a {
        text-transform: uppercase;
        margin-bottom: 15px;
        transition: all 0.4s ease;
        color: white;
        text-decoration: none;
        display: block;
        letter-spacing: 0.14em;
        opacity: 0.7; }
        .mobile-dropdown .mobile-page-links a:hover {
          opacity: 1; }
    .mobile-dropdown .mobile-main-links {
      width: 100%; }
      .mobile-dropdown .mobile-main-links a {
        text-transform: uppercase;
        margin-bottom: 15px;
        transition: color 0.4s;
        color: #fff5db;
        text-decoration: none;
        display: block;
        letter-spacing: 0.14em; }
        .mobile-dropdown .mobile-main-links a a:hover {
          color: white; }
      .mobile-dropdown .mobile-main-links li {
        margin: 5px 0; }
      .mobile-dropdown .mobile-main-links li.active a {
        color: #fadc8a;
        font-weight: 600;
        padding-left: 5px; }

  nav#site-navigation.searching .mobile-menu, nav#site-navigation.searching .mobile-dropdown.active {
    -moz-transform: translateY(42px);
    -ms-transform: translateY(42px);
    -webkit-transform: translateY(42px);
    transform: translateY(42px); }

  .socials li {
    margin-right: 10px; } }
#home-hero {
  padding-top: 40px;
  background-color: #0d4590; }

#hero-image {
  height: 40vw;
  overflow: hidden;
  position: relative;
  max-height: 580px; }
  #hero-image .slider-progress {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 7px;
    background-color: #fadc8a;
    width: 100%; }
    #hero-image .slider-progress .progress {
      position: absolute;
      left: 0;
      top: 0;
      width: 0%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2); }
  #hero-image .home-hero-slide {
    width: 100%;
    height: 100%;
    position: relative; }
    #hero-image .home-hero-slide .slide-caption {
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: #0d4590;
      min-width: 25%;
      max-width: 50%;
      padding: 12px 15px 17px 15px;
      color: #fadc8a; }
  #hero-image .slick-list {
    height: 100%;
    width: 100%; }
  #hero-image .slick-track {
    height: 100%; }

#home-intro {
  padding-top: 42px; }

section {
  margin: 0; }

section.with-border {
  box-sizing: border-box;
  border-left: 20px solid #fadc8a;
  border-right: 20px solid #fadc8a; }

@media screen and (max-width: 1066px) {
  section.with-border {
    border-left: 0px none transparent;
    border-right: 0px none transparent; } }
#home-intro .content-with-margin:before {
  top: 30px !important;
  border-radius: 15px; }
#home-intro .content-with-margin:after {
  content: '';
  position: absolute;
  left: 50px;
  top: 0;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background-color: #fadc8a; }
#home-intro .home-intro-container {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  margin: auto;
  padding-left: 50px; }
  #home-intro .home-intro-container h1 {
    max-width: 500px;
    margin-right: 30px; }
  #home-intro .home-intro-container .home-intro-content {
    max-width: 300px;
    font-weight: 600; }

.content-with-statistics {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  height: 300px; }
  .content-with-statistics .home-stats {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 25%; }
    .content-with-statistics .home-stats h2, .content-with-statistics .home-stats h5 {
      margin: 0px;
      padding: 0px;
      line-height: 1em; }
    .content-with-statistics .home-stats h5 {
      font-size: 14px;
      margin-bottom: 10px;
      font-weight: 700; }
    .content-with-statistics .home-stats h2 {
      font-size: 65px; }
    .content-with-statistics .home-stats p {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 0px; }
      .content-with-statistics .home-stats p strong {
        text-transform: lowercase;
        font-size: 40px;
        display: block;
        line-height: 1.1em;
        font-family: "adobe-caslon-pro", serif; }
  .content-with-statistics .home-stats:before {
    z-index: -1;
    content: '';
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6); }
  .content-with-statistics .num-launched h5, .content-with-statistics .scholars-to-date h5 {
    margin-top: 10px;
    margin-bottom: 25px; }
  .content-with-statistics .num-launched h2, .content-with-statistics .scholars-to-date h2 {
    border-bottom: 3px solid #fadc8a;
    line-height: 0.7em; }

.scholars-intro {
  margin: 0 62px; }
  .scholars-intro > * {
    padding: 40px 0;
    margin: 0; }

.home-case-studies h5 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px; }
.home-case-studies h2 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1.2em;
  letter-spacing: 1px; }
.home-case-studies .home-case-study {
  margin-bottom: 50px;
  position: relative; }
.home-case-studies .case-study-lower a {
  max-width: 202px; }
.home-case-studies .home-case-study:nth-child(1) {
  background-color: #0d4590;
  color: white;
  display: flex;
  justify-content: space-between; }
  .home-case-studies .home-case-study:nth-child(1) .home-case-study-info {
    width: 50%;
    padding: 75px 50px;
    position: relative;
    z-index: 1; }
    .home-case-studies .home-case-study:nth-child(1) .home-case-study-info h5 {
      margin-bottom: 20px;
      white-space: nowrap; }
    .home-case-studies .home-case-study:nth-child(1) .home-case-study-info h2 {
      margin-bottom: 20px;
      font-size: 60px;
      line-height: 1.2em;
      letter-spacing: 1px; }
  .home-case-studies .home-case-study:nth-child(1) .home-case-study-img {
    width: 50%;
    position: relative; }
    .home-case-studies .home-case-study:nth-child(1) .home-case-study-img .home-circle-container {
      position: absolute;
      left: 0;
      top: 0;
      width: calc(100% + 25px);
      padding-bottom: calc(100% + 25px);
      overflow: hidden; }
    .home-case-studies .home-case-study:nth-child(1) .home-case-study-img .home-cs-image {
      position: absolute;
      left: 25px;
      top: -35px;
      padding-bottom: calc(100% - 25px);
      width: calc(100% - 25px);
      border-radius: 100%;
      box-shadow: -10px 5px #ffc2b6;
      overflow: hidden;
      height: 0;
      bottom: 0;
      margin: auto;
      z-index: 0; }
      .home-case-studies .home-case-study:nth-child(1) .home-case-study-img .home-cs-image .bg-center {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1; }
.home-case-studies .home-case-study:nth-child(2) {
  padding: 75px 50px;
  color: white;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3); }
  .home-case-studies .home-case-study:nth-child(2) .home-case-study-info .case-study-upper {
    width: 50%; }
  .home-case-studies .home-case-study:nth-child(2) .home-case-study-info .case-study-lower {
    padding-left: 50%; }
  .home-case-studies .home-case-study:nth-child(2) .home-case-study-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .home-case-studies .home-case-study:nth-child(2) .home-case-study-img .bg-center {
      width: 100%;
      height: 100%; }
.home-case-studies .home-case-study:nth-child(3) {
  padding: 75px 50px;
  color: #0d4590;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  background-color: #fff5db; }
  .home-case-studies .home-case-study:nth-child(3) .home-case-study-info {
    width: 50%; }
    .home-case-studies .home-case-study:nth-child(3) .home-case-study-info h3 span.gold {
      color: #0059d1; }
    .home-case-studies .home-case-study:nth-child(3) .home-case-study-info .blocbutton {
      color: #0d4590; }
  .home-case-studies .home-case-study:nth-child(3) .home-case-study-img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .home-case-studies .home-case-study:nth-child(3) .home-case-study-img .home-cs-image {
      position: absolute;
      left: 25px;
      top: -35px;
      border-radius: 100%;
      box-shadow: -25px 10px #ffc2b6;
      overflow: hidden;
      padding-bottom: 80%;
      width: 80%;
      border-radius: 100%;
      box-shadow: -30px 0px #fadc8a;
      z-index: 0; }
      .home-case-studies .home-case-study:nth-child(3) .home-case-study-img .home-cs-image .bg-center {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1; }

.portrait-standard {
  width: 80%;
  height: 0;
  padding-bottom: 80%;
  border-radius: 50%;
  box-shadow: -13px 0 0 currentColor;
  background-size: cover;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden; }
  .portrait-standard .adjustable {
    position: absolute;
    left: 0;
    top: 0; }

.portrait-bleed {
  padding: 0 !important; }
  .portrait-bleed > div {
    position: absolute;
    left: -10%;
    width: 110%;
    height: 150%;
    overflow: hidden; }
    .portrait-bleed > div > div {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      border-radius: 50%;
      background: currentcolor;
      transform: translateY(-6px); }
      .portrait-bleed > div > div > div {
        background-size: cover;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        border-radius: 50%;
        overflow: hidden;
        transform: translateX(5%) translateY(-12px); }

.flagpole {
  width: 20px;
  min-height: 70px;
  margin-left: 62px;
  background: #fadc8a; }

#read-other-stories {
  overflow: hidden;
  height: 300px; }
  #read-other-stories > div > div:nth-of-type(2) {
    align-self: center; }
  #read-other-stories h3 {
    max-width: 470px; }
  #read-other-stories .accent {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 112%; }

#program-opportunity .accent {
  position: absolute;
  height: 100%;
  bottom: 0;
  right: 0; }

#who-we-are > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center; }
#who-we-are .gallery {
  box-shadow: 12px 12px 0 #fadc8a; }

.gallery {
  margin-right: 40px; }
  @media screen and (max-width: 767px) {
    .gallery {
      margin-right: 0px; }
      .gallery section.entry-content {
        padding-top: 80px; } }

.slick-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 62px;
  background: white;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
  border: 0px solid transparent;
  transform: translateY(-50%); }

.slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 62px;
  background: white;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
  border: 0px solid transparent;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0; }

.gallery, .gallery-with-arrows-caption {
  position: relative; }
  .gallery .gallery-img, .gallery-with-arrows-caption .gallery-img {
    max-width: 100%;
    max-height: 100%; }
  .gallery .slick-prev, .gallery-with-arrows-caption .slick-prev {
    position: absolute;
    top: 50%;
    left: 0; }
  .gallery .slick-next, .gallery-with-arrows-caption .slick-next {
    position: absolute;
    top: 50%;
    right: 0; }

.gallery-orbs {
  position: relative;
  margin-top: 36px; }
  .gallery-orbs .slick-dots {
    z-index: 9998;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .gallery-orbs .slick-dots li {
      padding: 0 10px; }
      .gallery-orbs .slick-dots li button {
        cursor: pointer;
        width: 20px;
        height: 20px;
        background: #fadc8a;
        border: 0px none transparent;
        border-radius: 10px;
        color: #fadc8a;
        transition: 0.4s; }
        @media screen and (max-width: 767px) {
          .gallery-orbs .slick-dots li button {
            width: 12px;
            height: 12px;
            border-radius: 6px; }
            .gallery-orbs .slick-dots li button section.entry-content {
              padding-top: 80px; } }
      .gallery-orbs .slick-dots li button:focus {
        outline: none; }
    .gallery-orbs .slick-dots li[aria-hidden=false] button {
      background: #0d4590;
      color: #0d4590; }
  .gallery-orbs .slick-prev {
    position: absolute;
    top: 50%;
    left: -116px; }
    .gallery-orbs .slick-prev img {
      height: 20px; }
  .gallery-orbs .slick-next {
    position: absolute;
    top: 50%;
    right: 0; }
    .gallery-orbs .slick-next img {
      height: 20px; }

.midblue-bg .gallery-orbs li button {
  background: white;
  color: white; }
.midblue-bg .gallery-orbs li[aria-hidden=false] button {
  background: #ddaf31;
  color: #ddaf31; }

.gallery-caption {
  color: #ddaf31;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .gallery-caption {
      font-size: 14px;
      line-height: 18px; }
      .gallery-caption section.entry-content {
        padding-top: 80px; } }
  @media screen and (max-width: 767px) {
    .gallery-caption {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 26px; }
      .gallery-caption section.entry-content {
        padding-top: 80px; } }
  .gallery-caption a, .gallery-caption a:visited {
    color: #0d4590; }
  .gallery-caption a:hover, .gallery-caption a:active {
    text-decoration: underline; }
  .gallery-caption a:active {
    color: #0059d1; }

.gallery-sibling {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 26px;
  margin-bottom: 26px; }
  .gallery-sibling .gallery-orbs {
    margin-top: 12px; }

.gallery-title {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 88px;
  width: 116px;
  margin-right: 26px; }
  @media screen and (max-width: 767px) {
    .gallery-title {
      width: 90px;
      padding-left: 0; }
      .gallery-title section.entry-content {
        padding-top: 80px; } }

.gallery-caption-nav {
  flex: 1 1 0; }

.gallery-orbs-uncentered .slick-dots {
  justify-content: flex-start; }
  .gallery-orbs-uncentered .slick-dots li {
    padding: 0 20px 0 0; }

#program-who-it-is-for .accent {
  position: absolute;
  height: 100%;
  bottom: 0;
  right: -82px; }

table.key-dates {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 44px; }
  table.key-dates tr > td {
    border-collapse: collapse;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #ddaf31;
    border-bottom: 1px solid #ddaf31; }
  table.key-dates tr > td:nth-of-type(1) {
    width: 120px;
    font-weight: 700;
    text-transform: uppercase; }

.partner-banner-small {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 227px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .partner-banner-small {
      padding-bottom: 36px !important; }
      .partner-banner-small section.entry-content {
        padding-top: 80px; } }
  .partner-banner-small img {
    flex: 1 1 120;
    margin: 0 24px;
    display: block;
    width: 120px;
    transition: width 0.4s, margin 0.4s;
    transition-timing-function: ease-in-out; }
    @media screen and (max-width: 767px) {
      .partner-banner-small img {
        width: 90px; }
        .partner-banner-small img section.entry-content {
          padding-top: 80px; } }
    .partner-banner-small img:hover {
      width: 150px;
      margin: 0 32px; }
      @media screen and (max-width: 767px) {
        .partner-banner-small img:hover {
          width: 90px;
          margin: 0 24px; }
          .partner-banner-small img:hover section.entry-content {
            padding-top: 80px; } }

.our-partner-module {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 325px;
  margin-bottom: 36px; }
  @media screen and (max-width: 767px) {
    .our-partner-module {
      flex-direction: column;
      width: 100%; }
      .our-partner-module section.entry-content {
        padding-top: 80px; } }

.our-partner-module:nth-of-type(2n) {
  flex-direction: row-reverse; }
  @media screen and (max-width: 767px) {
    .our-partner-module:nth-of-type(2n) {
      flex-direction: column; }
      .our-partner-module:nth-of-type(2n) section.entry-content {
        padding-top: 80px; } }

.our-partner-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 202px;
  color: #0059d1; }
  @media screen and (max-width: 767px) {
    .our-partner-logo {
      width: 100%; }
      .our-partner-logo section.entry-content {
        padding-top: 80px; } }
  .our-partner-logo img {
    max-width: 100%;
    margin-bottom: 44px; }
    @media screen and (max-width: 767px) {
      .our-partner-logo img {
        max-width: 202px; }
        .our-partner-logo img section.entry-content {
          padding-top: 80px; } }
  .our-partner-logo .socials {
    align-items: center;
    justify-content: center;
    margin-bottom: 32px; }
    .our-partner-logo .socials a {
      display: block;
      margin: 0 8px;
      transition: color 0.3s, transform 0.3s; }
      .our-partner-logo .socials a svg {
        max-height: none;
        height: 20px; }
    .our-partner-logo .socials a:hover {
      color: #ddaf31;
      transform: translateY(-2px); }

.our-partner-content {
  width: 546px;
  margin-top: 94px; }
  @media screen and (max-width: 767px) {
    .our-partner-content {
      margin-top: 0;
      width: 100%; }
      .our-partner-content section.entry-content {
        padding-top: 80px; } }
  .our-partner-content strong {
    color: #0059d1;
    font-weight: 600; }

.home-case-study-info:before {
  content: '';
  position: absolute;
  left: 50px;
  top: 30px;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background-color: #fadc8a; }

#home-feed-container .content-with-margin:before {
  content: '';
  position: absolute;
  left: 50px;
  top: 0;
  width: 15px;
  height: 100%;
  background-color: #fadc8a;
  z-index: -1; }

#home-scholars-container {
  border-left: 20px solid #fadc8a;
  border-right: 20px solid #fadc8a; }
  #home-scholars-container .scholars-intro {
    padding-left: 30px; }

#read-our-stories .col-2-layout {
  justify-content: center; }
#read-our-stories .read-our-stories-img {
  display: flex;
  align-items: flex-end;
  flex-direction: column; }
  #read-our-stories .read-our-stories-img img {
    max-height: 200px; }
#read-our-stories .read-our-stories-text {
  display: flex;
  justify-content: center;
  flex-direction: column; }
  #read-our-stories .read-our-stories-text p {
    margin: 0px;
    width: 80%;
    font-weight: 600;
    line-height: 26px; }
  #read-our-stories .read-our-stories-text a {
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 6px; }

#home-content {
  position: relative; }
  #home-content:before {
    content: '';
    height: 100%;
    width: 20px;
    background-color: #fadc8a;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  #home-content:after {
    content: '';
    height: 100%;
    width: 20px;
    background-color: #fadc8a;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }

@media screen and (max-width: 1166px) and (min-width: 767px) {
  #home-feed-container .content-with-margin:before, #home-feed-container .content-with-margin:after {
    left: 84px; }

  #home-scholars-container .content-with-margin:before {
    left: 84px; } }
@media screen and (max-width: 1080px) {
  .home-case-studies .home-case-study:nth-child(1) .home-case-study-img .home-circle-container {
    bottom: 0px;
    margin: auto; }

  .home-case-studies .home-case-study:nth-child(3) .home-case-study-img .home-cs-image {
    left: 0;
    top: 0;
    bottom: 0;
    height: 0px;
    margin: auto; } }
@media screen and (max-width: 920px) {
  .content-with-statistics {
    flex-wrap: wrap; }
    .content-with-statistics .home-stats {
      min-width: 200px; } }
@media screen and (max-width: 767px) {
  #hero-image .home-hero-slide .slide-caption {
    font-size: 11px;
    line-height: 1.1em;
    width: 100%;
    max-width: unset; }

  #home-hero {
    padding-top: 76px; }

  #home-scholars-container {
    border: 0px; }

  #home-content:before, #home-content:after {
    display: none; }

  .content-with-statistics {
    height: 375px; }
    .content-with-statistics .home-stats {
      min-width: unset;
      width: 50%; }
      .content-with-statistics .home-stats h2 {
        font-size: 40px;
        line-height: 1.2em !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        border-bottom: 0px !important;
        padding-bottom: 0px !important; }
      .content-with-statistics .home-stats h5 {
        font-size: 13px;
        padding-bottom: 5px !important;
        line-height: 1.2em; }
        .content-with-statistics .home-stats h5 br {
          display: none; }
      .content-with-statistics .home-stats p {
        font-size: 12px; }
        .content-with-statistics .home-stats p strong {
          font-size: 25px; }

  #home-intro .home-intro-container {
    flex-direction: column; }
    #home-intro .home-intro-container h1 {
      margin: 0px; }
    #home-intro .home-intro-container .home-intro-content p a {
      font-size: inherit; }

  #home-scholars-container .content-with-margin {
    width: 100%;
    max-width: unset;
    padding: 0px; }
    #home-scholars-container .content-with-margin h2 {
      font-size: 40px;
      line-height: 1.1em; }
    #home-scholars-container .content-with-margin h5 {
      font-size: 15px; }

  #read-our-stories {
    padding: 30px 0 0px 0; }
    #read-our-stories .col-2-layout {
      flex-direction: column-reverse; }
      #read-our-stories .col-2-layout .read-our-stories-text {
        margin-bottom: 20px; }
      #read-our-stories .col-2-layout p {
        font-size: 20px; }
      #read-our-stories .col-2-layout .read-our-stories-img {
        text-align: center; }
        #read-our-stories .col-2-layout .read-our-stories-img img {
          width: 90%;
          height: auto;
          max-height: unset; }

  .home-case-studies .home-case-study-info h5 a {
    white-space: nowrap; }
  .home-case-studies .home-case-study:nth-child(1) .home-case-study-info {
    padding: 50px 30px 20px 30px; }
  .home-case-studies .home-case-study:nth-child(1) .home-case-study-img {
    overflow: hidden; }
    .home-case-studies .home-case-study:nth-child(1) .home-case-study-img .home-circle-container .bg-center {
      width: 100%;
      padding-bottom: 100%;
      position: relative;
      box-shadow: -10px 5px #ffc2b6; }
  .home-case-studies .home-case-study:nth-child(2) {
    display: flex;
    justify-content: flex-end; }
    .home-case-studies .home-case-study:nth-child(2) .home-case-study-info {
      width: 50%; }
      .home-case-studies .home-case-study:nth-child(2) .home-case-study-info .case-study-upper {
        width: 100%; }
      .home-case-studies .home-case-study:nth-child(2) .home-case-study-info .case-study-lower {
        padding-left: 0px; }
  .home-case-studies .home-case-study:not(:nth-child(1)) {
    padding: 50px 30px 20px 30px !important; }

  #home-feed-container .content-with-margin:before {
    left: 30px; }
  #home-feed-container .content-with-margin:after {
    left: 30px; }

  .home-case-study-info:before {
    left: 30px; } }
@media screen and (max-width: 600px) {
  .content-with-statistics {
    height: 300px; } }
@media screen and (max-width: 767px) {
  .gallery-shadowed {
    max-width: 100%; }
    .gallery-shadowed section.entry-content {
      padding-top: 80px; } }

#scroll-suggest {
  background-image: url("../img/scroll.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  left: 50%;
  bottom: 26px;
  height: 19px;
  width: 37px;
  transition: 0.5s;
  animation: scroll-suggest 1.2s infinite; }
  @media screen and (max-width: 767px) {
    #scroll-suggest {
      display: none; }
      #scroll-suggest section.entry-content {
        padding-top: 80px; } }
  #scroll-suggest.scrolled {
    opacity: 0;
    bottom: -40px; }

@keyframes scroll-suggest {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(2px); } }
#case-introduction {
  height: 685px;
  background-size: cover;
  background-attachment: fixed; }
  #case-introduction > div > div {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #case-introduction #scroll-to-read {
    position: absolute;
    left: 50%;
    bottom: 44px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: center; }
    #case-introduction #scroll-to-read > img {
      margin-right: 24px; }

.portrait-basic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .portrait-basic {
      width: 50%;
      padding-bottom: 50%; }
      .portrait-basic section.entry-content {
        padding-top: 80px; } }

#scholar-bio {
  padding-top: 40px;
  padding-bottom: 88px; }
  #scholar-bio > div > div {
    padding-top: 88px; }
    @media screen and (max-width: 767px) {
      #scholar-bio > div > div {
        padding-top: 56px; }
        #scholar-bio > div > div section.entry-content {
          padding-top: 80px; } }

.bio-with-portrait {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between; }
  .bio-with-portrait #scholar-portrait-container {
    position: relative;
    flex: 1 0 0;
    max-width: 280px; }
  .bio-with-portrait #scholar-information {
    position: relative;
    flex: 1 0 0;
    padding-left: 62px; }
    .bio-with-portrait #scholar-information * {
      margin-top: 0; }
    .bio-with-portrait #scholar-information #scholar-name {
      position: absolute;
      left: -280px;
      top: -56px; }
    @media screen and (max-width: 767px) {
      .bio-with-portrait #scholar-information {
        padding-left: 26px; }
        .bio-with-portrait #scholar-information #scholar-info-spacer {
          min-height: 40vw; }
        .bio-with-portrait #scholar-information #scholar-name {
          position: static;
          margin-bottom: 16px;
          padding-bottom: 0; }
        .bio-with-portrait #scholar-information #scholar-title {
          font-size: 18px;
          line-height: 24px; }
        .bio-with-portrait #scholar-information p {
          width: 100vw;
          padding: 0 26px;
          position: relative;
          left: -8px;
          transform: translateX(-50%);
          box-sizing: border-box; }
        .bio-with-portrait #scholar-information section.entry-content {
          padding-top: 80px; } }

#blog-introduction {
  margin-top: 42px;
  height: 685px;
  background-size: cover;
  background-attachment: fixed; }
  @media screen and (max-width: 767px) {
    #blog-introduction {
      height: 564px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #blog-introduction > div {
        height: 80%; }
      #blog-introduction section.entry-content {
        padding-top: 80px; } }

#scroll-to-read {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    #scroll-to-read {
      bottom: -44px; }
      #scroll-to-read section.entry-content {
        padding-top: 80px; } }
  #scroll-to-read > img {
    margin-right: 24px; }

.blog-featured-image, .blog-introduction-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .blog-featured-image, .blog-introduction-content {
      padding: 0 !important; }
      .blog-featured-image section.entry-content, .blog-introduction-content section.entry-content {
        padding-top: 80px; } }
  .blog-featured-image > img, .blog-introduction-content > img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: auto;
    min-height: auto; }

@media screen and (max-width: 767px) {
  .blog-featured-image {
    align-items: center; }
    .blog-featured-image section.entry-content {
      padding-top: 80px; } }

@media screen and (max-width: 767px) {
  .blog-introduction-content {
    margin-top: 26px;
    justify-content: flex-start; }
    .blog-introduction-content section.entry-content {
      padding-top: 80px; } }

.col-1 {
  flex: 1 0 88px;
  width: 100%;
  max-width: 88px; }

.col-2 {
  flex: 1 0 202px;
  width: 100%;
  max-width: 202px; }

.col-3 {
  flex: 1 0 316px;
  width: 100%;
  max-width: 316px; }

.col-4 {
  flex: 1 0 430px;
  width: 100%;
  max-width: 430px; }

.col-5 {
  flex: 1 0 544px;
  width: 100%;
  max-width: 544px; }

.col-6 {
  flex: 1 0 658px;
  width: 100%;
  max-width: 658px; }

.col-7 {
  flex: 1 0 772px;
  width: 100%;
  max-width: 772px; }

.col-8 {
  flex: 1 0 886px;
  width: 100%;
  max-width: 886px; }

.col-9 {
  flex: 1 0 1000px;
  width: 100%;
  max-width: 1000px; }

.col-10 {
  flex: 1 0 1114px;
  width: 100%;
  max-width: 1114px; }

.col-11 {
  flex: 1 0 1228px;
  width: 100%;
  max-width: 1228px; }

.col-12 {
  flex: 1 0 1342px;
  width: 100%;
  max-width: 1342px; }

.col-1-margin {
  margin-left: 114px; }

.col-2-margin {
  margin-left: 228px; }

.col-3-margin {
  margin-left: 342px; }

@media screen and (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7 {
    max-width: 100%; }
    .col-1 section.entry-content, .col-2 section.entry-content, .col-3 section.entry-content, .col-4 section.entry-content, .col-5 section.entry-content, .col-6 section.entry-content, .col-7 section.entry-content {
      padding-top: 80px; } }

@media screen and (max-width: 767px) {
  .col-1-margin, .col-2-margin, .col-3-margin {
    margin-left: 0; }
    .col-1-margin section.entry-content, .col-2-margin section.entry-content, .col-3-margin section.entry-content {
      padding-top: 80px; } }

#blog-post, #casestudy-post {
  padding-top: 56px; }
  #blog-post .gallery, #blog-post .gallery-with-arrows-caption, #casestudy-post .gallery, #casestudy-post .gallery-with-arrows-caption {
    width: 772px; }
    @media screen and (max-width: 767px) {
      #blog-post .gallery, #blog-post .gallery-with-arrows-caption, #casestudy-post .gallery, #casestudy-post .gallery-with-arrows-caption {
        width: 100%; }
        #blog-post .gallery section.entry-content, #blog-post .gallery-with-arrows-caption section.entry-content, #casestudy-post .gallery section.entry-content, #casestudy-post .gallery-with-arrows-caption section.entry-content {
          padding-top: 80px; } }
  #blog-post .gallery-sibling, #casestudy-post .gallery-sibling {
    width: 772px; }
    @media screen and (max-width: 767px) {
      #blog-post .gallery-sibling, #casestudy-post .gallery-sibling {
        width: 100%; }
        #blog-post .gallery-sibling section.entry-content, #casestudy-post .gallery-sibling section.entry-content {
          padding-top: 80px; } }

figure {
  margin: 0;
  margin-bottom: 26px;
  max-width: 100%; }
  figure img {
    max-width: 100%;
    margin-bottom: 26px;
    height: auto; }
  figure iframe {
    width: 772px;
    height: 456px;
    margin-bottom: 26px; }
    @media screen and (max-width: 767px) {
      figure iframe {
        width: 100%;
        height: 50vw; }
        figure iframe section.entry-content {
          padding-top: 80px; } }
  figure figcaption {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #ddaf31;
    margin-left: 88px; }
    @media screen and (max-width: 767px) {
      figure figcaption {
        font-size: 14px;
        line-height: 18px; }
        figure figcaption section.entry-content {
          padding-top: 80px; } }
    figure figcaption a, figure figcaption a:visited {
      color: #0d4590; }
    figure figcaption a:hover, figure figcaption a:active {
      text-decoration: underline; }
    figure figcaption a:active {
      color: #0059d1; }
    @media screen and (max-width: 767px) {
      figure figcaption {
        margin-left: 0; }
        figure figcaption section.entry-content {
          padding-top: 80px; } }

.inline-aside {
  position: absolute;
  right: -26px; }
  @media screen and (max-width: 767px) {
    .inline-aside {
      position: relative;
      left: 0; }
      .inline-aside section.entry-content {
        padding-top: 80px; } }

.social-share-links {
  position: relative;
  width: 202px;
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .social-share-links {
      margin-left: 0;
      width: 260px;
      max-width: 260px; }
      .social-share-links h3 {
        margin-bottom: 26px; }
      .social-share-links h5 {
        display: inline-block;
        width: 120px;
        margin-top: 0;
        margin-bottom: 26px; }
      .social-share-links section.entry-content {
        padding-top: 80px; } }

.jump-navigatable {
  position: relative; }

.side-jump-nav {
  z-index: 9998;
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 1166px;
  transform: translateX(-50%);
  pointer-events: none; }
  @media screen and (max-width: 767px) {
    .side-jump-nav {
      display: none; }
      .side-jump-nav section.entry-content {
        padding-top: 80px; } }

.side-jump-nav-placer {
  position: absolute;
  right: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 56px 0;
  pointer-events: none; }

.stats-container {
  width: 47%; }
  .stats-container h4 {
    margin-bottom: 0px;
    margin-right: 15px;
    line-height: 1em; }

.statistic-pie {
  font-size: 50px;
  color: #0d4590;
  text-shadow: 2px 2px 1px #ffc2b6;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  background: white;
  border: 10px solid #c5d8f8;
  border-left: 10px solid #0d4590;
  border-bottom: 10px solid #0d4590;
  border-right: 10px solid #0d4590;
  box-shadow: 4px 4px #ffc2b6;
  box-sizing: padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 26px; }

.statistic-bar {
  width: 100%;
  display: flex;
  flex-direction: row; }
  .statistic-bar > h4 {
    font-size: 50px;
    color: #0d4590;
    text-shadow: 2px 2px 1px #fadc8a; }

.statistic-bar-container {
  position: relative;
  flex: 1 0 auto;
  display: block;
  height: 26px;
  background: #c5d8f8;
  box-shadow: 4px 4px #fadc8a; }

.statistic-bar-sizer {
  position: relative;
  display: block;
  width: 86%;
  height: 100%; }

.statistic-bar-fill {
  display: block;
  background: #0059d1;
  width: 100%;
  height: 100%;
  animation: statisticBar 1.2s 1 ease; }

@keyframes statisticBar {
  from {
    width: 0; }
  to {
    width: 100%; } }
.scholar-icon {
  margin-right: 8px;
  height: 40px; }

.impact-quotes-bg-gallery-placer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%; }

.impact-quotes-bg-gallery {
  height: 100%; }
  .impact-quotes-bg-gallery * {
    max-height: 100%; }

.impact-quotes-gallery .slick-slide {
  display: flex !important;
  flex-direction: column; }
  .impact-quotes-gallery .slick-slide blockquote {
    width: 100%;
    max-width: 430px;
    box-sizing: content-box;
    color: white;
    margin-top: 0;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .impact-quotes-gallery .slick-slide blockquote {
        font-size: 15px;
        line-height: 18px;
        padding-left: 90px;
        box-sizing: border-box; }
        .impact-quotes-gallery .slick-slide blockquote section.entry-content {
          padding-top: 80px; } }
  .impact-quotes-gallery .slick-slide blockquote:before {
    background-image: url("../img/blockquote-accent-white.png"); }
    @media screen and (max-width: 767px) {
      .impact-quotes-gallery .slick-slide blockquote:before {
        top: 0;
        left: 30px; }
        .impact-quotes-gallery .slick-slide blockquote:before section.entry-content {
          padding-top: 80px; } }
  .impact-quotes-gallery .slick-slide h5, .impact-quotes-gallery .slick-slide blockquote {
    align-self: flex-end; }

.posts-feed {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }

.scholars-post {
  width: 50%;
  margin-left: 10px;
  margin-bottom: 56px;
  box-sizing: border-box; }

.scholars-post:nth-of-type(2n-1) {
  margin-left: 0;
  margin-right: 10px; }
  .scholars-post:nth-of-type(2n-1) > .scholars-post-featured-image {
    background-image: url("../img/newspapers.jpg") !important; }

.scholars-post-featured-image {
  position: relative;
  height: 290px;
  background: #fff5db;
  background-image: url("../img/bkbridge.jpg");
  background-size: cover;
  margin-bottom: 21px;
  overflow: hidden; }
  .scholars-post-featured-image a {
    height: 100%;
    width: 100%;
    box-shadow: 10px 10px 0 #fadc8a; }
  .scholars-post-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top; }
  @media screen and (max-width: 767px) {
    .scholars-post-featured-image {
      width: 100vw;
      left: 50%;
      transform: translateX(-50%); }
      .scholars-post-featured-image section.entry-content {
        padding-top: 80px; } }

.staff-post {
  margin-bottom: 26px; }
  @media screen and (max-width: 767px) {
    .staff-post {
      width: 50% !important; }
      .staff-post section.entry-content {
        padding-top: 80px; } }
  .staff-post .scholars-post-featured-image {
    height: auto;
    background: transparent;
    background-image: none;
    margin-bottom: 26px;
    overflow: visible;
    padding-right: 10px;
    padding-bottom: 100%;
    position: relative; }
    .staff-post .scholars-post-featured-image a {
      position: absolute;
      left: 0;
      top: 0; }
    @media screen and (max-width: 767px) {
      .staff-post .scholars-post-featured-image {
        width: 100%;
        left: auto;
        transform: none; }
        .staff-post .scholars-post-featured-image section.entry-content {
          padding-top: 80px; } }
    .staff-post .scholars-post-featured-image img {
      box-shadow: 10px 10px 0 #fadc8a; }
      @media screen and (max-width: 767px) {
        .staff-post .scholars-post-featured-image img {
          width: 100%;
          left: auto;
          transform: none; }
          .staff-post .scholars-post-featured-image img section.entry-content {
            padding-top: 80px; } }
  .staff-post .post_subhead {
    display: inline; }
  .staff-post .staff-name {
    font-weight: 700; }

.page-impact {
  position: relative; }
  .page-impact:before {
    content: '';
    height: 100%;
    width: 20px;
    background-color: #fadc8a;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .page-impact:after {
    content: '';
    height: 100%;
    width: 20px;
    background-color: #fadc8a;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }
  .page-impact .all-scholar-stories {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start; }
    .page-impact .all-scholar-stories .blockbutton {
      width: 70%;
      text-align: center; }
  .page-impact .site-content-block .site-content {
    padding-right: 300px; }
    @media screen and (max-width: 767px) {
      .page-impact .site-content-block .site-content {
        padding-right: 0; }
        .page-impact .site-content-block .site-content section.entry-content {
          padding-top: 80px; } }
  .page-impact .scholar-archive-header {
    display: block;
    padding-left: 40px; }
    @media screen and (max-width: 767px) {
      .page-impact .scholar-archive-header {
        padding-left: 0; }
        .page-impact .scholar-archive-header section.entry-content {
          padding-top: 80px; } }
    .page-impact .scholar-archive-header p {
      padding-left: 30px;
      margin: 0 auto;
      width: 60%; }
      @media screen and (max-width: 767px) {
        .page-impact .scholar-archive-header p {
          padding-left: 0;
          width: 100%; }
          .page-impact .scholar-archive-header p section.entry-content {
            padding-top: 80px; } }
  .page-impact .page-navigation {
    margin-top: 55px; }

.scholars-feed {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap; }

.scholar-feature {
  margin-right: 26px;
  margin-bottom: 64px; }

.scholar-feature:nth-of-type(4n) {
  margin-right: 0; }

#scholar-highlight {
  padding-right: 20px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    #scholar-highlight {
      padding-right: 300px; }
      #scholar-highlight section.entry-content {
        padding-top: 80px; } }
  #scholar-highlight blockquote:before {
    display: none; }
  #scholar-highlight h3 {
    color: #ddaf31;
    font-size: 35px;
    margin-bottom: 10px;
    padding: 0px; }
  #scholar-highlight span {
    color: white;
    background-color: #0059d1;
    padding: 5px; }
  #scholar-highlight .slick-dots {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    margin: 0; }
    #scholar-highlight .slick-dots li button:before {
      font-size: 40px; }
  #scholar-highlight .scholar-highlight-info {
    color: white; }
  #scholar-highlight .scholar-highlight-slide {
    position: relative;
    display: flex;
    justify-content: flex-start;
    outline: none; }
    #scholar-highlight .scholar-highlight-slide .scholar-highlight-header {
      margin-left: -70px; }
    #scholar-highlight .scholar-highlight-slide .scholar-highlight-container {
      width: 65%;
      max-width: 700px;
      padding: 40px 0; }
      #scholar-highlight .scholar-highlight-slide .scholar-highlight-container blockquote, #scholar-highlight .scholar-highlight-slide .scholar-highlight-container blockquote p {
        font-size: 18px;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 100;
        line-height: 1.4em;
        padding: 0px;
        opacity: 0.9;
        margin: 20px 0; }
      #scholar-highlight .scholar-highlight-slide .scholar-highlight-container a {
        color: #ddaf31;
        text-transform: uppercase;
        opacity: 0.9;
        font-family: "nimbus-sans", sans-serif;
        text-decoration: none;
        border-bottom: 1px solid #ddaf31;
        padding-bottom: 5px;
        float: right; }
    #scholar-highlight .scholar-highlight-slide .scholar-highlight-img {
      width: 35%;
      min-width: 200px;
      display: flex;
      align-items: flex-end; }
      #scholar-highlight .scholar-highlight-slide .scholar-highlight-img img {
        width: 100%;
        height: auto;
        min-width: 300px;
        position: relative;
        left: -50px; }
    #scholar-highlight .scholar-highlight-slide .scholar-highlight-info {
      position: relative; }
      #scholar-highlight .scholar-highlight-slide .scholar-highlight-info:before {
        position: absolute;
        content: '“';
        font-family: "nimbus-sans", sans-serif;
        font-size: 50px;
        color: white;
        left: -40px;
        top: 0; }

#impact-header {
  padding-top: 150px; }
  #impact-header .content-with-margin {
    display: flex;
    justify-content: space-between; }

#impact-stats {
  display: flex;
  justify-content: space-between;
  width: 59%;
  min-width: 690px;
  flex-wrap: wrap; }
  #impact-stats .impact-stat-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 88px; }

.stats-svg-container {
  position: relative;
  margin-bottom: 26px; }
  @media screen and (max-width: 767px) {
    .stats-svg-container {
      min-width: 130px; }
      .stats-svg-container svg {
        width: 100%; }
      .stats-svg-container section.entry-content {
        padding-top: 80px; } }
  .stats-svg-container .stat-text {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #0d4590;
    text-shadow: 2px 2px 1px #fadc8a;
    font-family: "adobe-caslon-pro", serif;
    margin: 0px; }

.page-impact .page-content {
  margin-top: 0px; }
  .page-impact .page-content .page-content-type .page-block {
    padding: 55px 0 40px 0; }

.scholar-highlights {
  width: 41%;
  padding-left: 50px; }
  .scholar-highlights h1 {
    padding-bottom: 0px; }

.statistic-pie-border {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 158px;
  overflow: visible; }
  .statistic-pie-border .border-ellipse {
    fill: transparent;
    stroke: #0d4590;
    stroke-width: 10px;
    stroke-dasharray: 496, 496;
    stroke-dashoffset: 496;
    transition: stroke-dashoffset 3s; }
  .statistic-pie-border .fill-ellipse {
    fill: white;
    stroke: #c5d8f8;
    stroke-width: 10px; }
  .statistic-pie-border text {
    font-size: 52px;
    line-height: 52px;
    font-weight: 700;
    fill: #0d4590; }
    @media screen and (max-width: 767px) {
      .statistic-pie-border text {
        font-size: 30px;
        line-height: 32px; }
        .statistic-pie-border text section.entry-content {
          padding-top: 80px; } }

@media screen and (max-width: 1200px) {
  #impact-header {
    padding-top: 220px; }
    #impact-header .content-with-margin {
      flex-direction: column-reverse; }
      #impact-header .content-with-margin #impact-stats {
        width: 94%;
        justify-content: space-around; }
      #impact-header .content-with-margin .scholar-highlights {
        width: 94%;
        padding-left: 0px; } }
@media screen and (max-width: 1100px) {
  #scholar-highlight .slick-dots {
    padding-left: 35%; } }
@media screen and (max-width: 940px) {
  #scholar-highlight .scholar-highlight-slide .scholar-highlight-container blockquote {
    font-size: 16px; } }
@media screen and (max-width: 767px) {
  .scholar-feature:nth-of-type(2n) {
    margin-right: 0; }

  section.entry-content {
    padding-top: 80px; } }
.scholars-feed-controls {
  height: 36px; }

.scholar-feed-controls-button {
  position: relative;
  background: transparent;
  border: 0px none transparent;
  border-radius: 0;
  display: inline-block;
  margin-right: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: inherit;
  padding: 0;
  transition: color 0.1s;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .scholar-feed-controls-button {
      font-size: 14px;
      line-height: 18px; }
      .scholar-feed-controls-button section.entry-content {
        padding-top: 80px; } }

.scholar-feed-controls-button:before {
  content: '';
  width: 100%;
  height: 2px;
  background: currentColor;
  position: absolute;
  left: 0;
  bottom: -6px;
  transform: scaleX(0);
  transition: transform 0.4s; }

.scholar-feed-controls-button:hover:before {
  transform: scaleX(1); }

.scholar-feed-controls-button.active {
  color: white; }

.scholar-feed-controls-button.active:before {
  transform: scaleX(1); }

.scholar-feed-controls-button:active {
  color: #0059d1; }

@media screen and (max-width: 767px) {
  .page-impact:before, .page-impact:after {
    display: none; }
  .page-impact .content-with-margin {
    padding: 0 20px !important; }
  .page-impact .page-navigation {
    display: none; }
  .page-impact .site-content-block .site-content {
    padding-right: 0px; }
  .page-impact #scholar-highlight {
    padding-right: 0px; }
    .page-impact #scholar-highlight .content-with-margin {
      padding: 0px !important;
      width: 100%; }
    .page-impact #scholar-highlight .slick-dots {
      left: -5px;
      justify-content: flex-end !important;
      padding-right: 0px !important; }
      .page-impact #scholar-highlight .slick-dots li {
        margin-right: 0px !important; }
    .page-impact #scholar-highlight .scholar-highlight-slide {
      padding: 50px 10px 0 10px;
      flex-direction: column-reverse; }
      .page-impact #scholar-highlight .scholar-highlight-slide .scholar-highlight-container {
        width: 100%;
        padding: 0 10px; }
        .page-impact #scholar-highlight .scholar-highlight-slide .scholar-highlight-container .scholar-highlight-header {
          margin: 0px; }
        .page-impact #scholar-highlight .scholar-highlight-slide .scholar-highlight-container .scholar-highlight-info:before {
          left: 0px; }
        .page-impact #scholar-highlight .scholar-highlight-slide .scholar-highlight-container blockquote {
          padding-left: 30px; }

  #impact-header {
    padding-top: 120px; }
    #impact-header br {
      display: none; }

  .scholar-highlights h1 {
    font-size: 30px; }

  #impact-stats {
    min-width: unset; }

  .impact-stat-row {
    flex-direction: column;
    margin-bottom: 20px; }

  .stats-container.bar {
    flex-direction: column;
    margin-bottom: 15px; }
    .stats-container.bar .statistic-bar {
      margin-bottom: 10px; }
    .stats-container.bar p {
      padding: 0px; }

  .stats-container {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .stats-container p {
      padding-left: 15px;
      font-size: 19px;
      line-height: 1.2em; }
    .stats-container .statistic-pie-border {
      left: auto;
      transform: none;
      min-width: 100px; } }
@media screen and (min-width: 1500px) {
  #scholar-highlight .scholar-highlight-slide .scholar-highlight-img img {
    left: 0;
    max-width: 500px; } }
footer {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px;
  background: #fff5db; }
  footer .wide-content-with-margin {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  footer #footer-logo {
    margin-top: 26px;
    margin-right: 45px;
    margin-bottom: 36px; }
    footer #footer-logo img {
      width: 132px;
      height: auto; }

#footer-main {
  flex-grow: 1;
  padding-right: 30px; }
  #footer-main .footer-main-links {
    max-width: 470px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #footer-main .footer-main-links a {
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      color: #0d4590;
      margin-right: 10px; }
  #footer-main .footer-signup {
    max-width: 400px; }

#footer-side {
  text-align: right; }
  #footer-side a, #footer-side a:visited, #footer-side a:focus {
    color: #ddaf31;
    transition: color 0.4s;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 15px;
    font-weight: 700; }
  #footer-side a:hover, #footer-side a:active {
    color: #0d4590; }
  #footer-side svg {
    fill: #0d4590;
    margin: 0;
    padding: 0;
    min-width: 17px;
    width: 40px;
    max-height: 17px;
    transition: 0.4s; }
  #footer-side svg:hover, #footer-side svg:active {
    fill: #ddaf31; }
  #footer-side .footer-side-links {
    margin-bottom: 33px;
    display: flex; }
  #footer-side .footer-social .socials {
    margin-bottom: 0px;
    display: flex;
    justify-content: flex-end; }
    #footer-side .footer-social .socials a {
      margin-left: 15px; }

.footer-signup .iframe-container {
  display: none; }
.footer-signup .gform_wrapper ul li.gfield {
  margin: 0px; }
.footer-signup form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #0d4590; }
  .footer-signup form .gform_body {
    width: 80%; }
  .footer-signup form .validation_error, .footer-signup form .validation_message {
    display: none; }
  .footer-signup form .gform_fields {
    margin: 0px !important; }
.footer-signup .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px; }
.footer-signup .gform_wrapper label.gfield_label {
  display: none; }
.footer-signup .gform_wrapper input[type="text"] {
  margin: 0px !important;
  border: 0px;
  padding: 0px !important;
  background-color: transparent; }
  .footer-signup .gform_wrapper input[type="text"][aria-invalid="true"] {
    color: red; }
.footer-signup .gform_wrapper .gform_footer {
  padding: 0px;
  margin: 0px;
  width: 20% !important; }
  .footer-signup .gform_wrapper .gform_footer input[type='submit'] {
    margin: 0px !important;
    padding: 0px !important;
    text-decoration: none; }
  .footer-signup .gform_wrapper .gform_footer img {
    position: absolute !important;
    left: calc(100%);
    top: 0px;
    bottom: 0px;
    margin: auto; }

.gform_confirmation_message_2 {
  font-weight: 700;
  text-transform: uppercase;
  color: #ddaf31;
  font-size: 18px; }

@media screen and (max-width: 850px) {
  footer .wide-content-with-margin {
    flex-direction: column; }
    footer .wide-content-with-margin #footer-logo {
      margin-right: 0px;
      margin-bottom: 30px; }
    footer .wide-content-with-margin form {
      display: none; }
    footer .wide-content-with-margin #footer-main {
      padding: 0px; }
      footer .wide-content-with-margin #footer-main .footer-main-links {
        margin-bottom: 10px;
        justify-content: center; }
        footer .wide-content-with-margin #footer-main .footer-main-links a {
          margin-bottom: 10px; }
    footer .wide-content-with-margin #footer-side {
      text-align: center; }
      footer .wide-content-with-margin #footer-side .footer-side-links {
        margin-bottom: 25px; }
        footer .wide-content-with-margin #footer-side .footer-side-links a {
          margin: 0px 7px; }
      footer .wide-content-with-margin #footer-side .socials {
        justify-content: center; }
        footer .wide-content-with-margin #footer-side .socials a {
          margin: 0px; } }
.scholar-details {
  display: flex; }
  .scholar-details h3, .scholar-details h4 {
    display: inline-block;
    padding: 5px;
    margin-right: 10px;
    color: white;
    background-color: #c5d8f8; }

.scholar-info-container h1 {
  padding-bottom: 0px;
  margin-top: 50px;
  margin-bottom: 15px; }

#bio-aside {
  padding-top: 170px;
  max-width: 235px;
  width: 100%;
  margin-left: 30px; }

.email-capture-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.email-capture-input {
  font-size: 18px;
  line-height: 24px;
  flex: 1 0 auto;
  color: #0d4590;
  padding-bottom: 6px;
  background: transparent;
  border: 0px none transparent;
  border-bottom: 2px solid currentColor;
  margin-right: 26px; }
  @media screen and (max-width: 767px) {
    .email-capture-input {
      font-size: 14px;
      line-height: 18px; }
      .email-capture-input section.entry-content {
        padding-top: 80px; } }

.email-capture-button {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ddaf31;
  padding-bottom: 6px;
  border: 0px none transparent;
  border-bottom: 2px solid currentColor;
  background: transparent;
  border-radius: 0; }
  @media screen and (max-width: 767px) {
    .email-capture-button {
      font-size: 14px;
      line-height: 18px; }
      .email-capture-button section.entry-content {
        padding-top: 80px; } }

.scholar-bio-container .scholar-title-box {
  margin-bottom: 20px; }
  .scholar-bio-container .scholar-title-box h3 {
    margin-bottom: 7px;
    padding-bottom: 0px; }
.scholar-bio-container .private-bio {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 88px; }
  @media screen and (max-width: 767px) {
    .scholar-bio-container .private-bio {
      font-size: 14px;
      line-height: 18px; }
      .scholar-bio-container .private-bio section.entry-content {
        padding-top: 80px; } }
  .scholar-bio-container .private-bio .personal-bio-title {
    font-style: italic; }

.scholar-portrait {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  box-shadow: 10px 10px 0 #fadc8a;
  background-size: cover;
  margin-right: 10px;
  margin-bottom: 40px; }

.scholar-links h5 {
  margin-bottom: 18px;
  margin-top: 0px; }
.scholar-links h5.scholar-email {
  text-transform: none; }

.scholar-portrait-container {
  width: 40%; }

.scholar-bio-container {
  width: 100%;
  margin-left: 40px; }

.scholar-info-container.in-article {
  margin-bottom: 48px; }

@media screen and (max-width: 1030px) {
  .scholar-info-flex {
    flex-direction: column; }

  .scholar-info-container {
    width: 100%; }
    .scholar-info-container h1 {
      margin-bottom: 0px; }

  #bio-aside {
    padding-top: 0px;
    margin-top: 20px;
    margin-left: 0px;
    max-width: unset; }
    #bio-aside h3 {
      margin-bottom: 0px; } }
@media screen and (max-width: 767px) {
  .scholar-details {
    flex-direction: column;
    align-items: flex-start; }
    .scholar-details h3 {
      margin-bottom: 10px; }

  .scholar-portrait-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px auto; }

  .scholar-info-container .col-2-layout {
    flex-direction: column; }

  .scholar-bio-container {
    margin: 0px; } }
.scholar-nav {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap; }
  .scholar-nav a {
    color: #0d4590;
    text-decoration: none;
    font-weight: 700;
    padding-bottom: 3px;
    display: block;
    margin-right: 7px;
    margin-bottom: 10px;
    text-transform: uppercase;
    -moz-transition: ease all 250ms;
    -ms-transition: ease all 250ms;
    -webkit-transition: ease all 250ms;
    transition: ease all 250ms;
    white-space: nowrap;
    border-bottom: 2px solid transparent; }
    .scholar-nav a:hover {
      color: #ddaf31; }
    .scholar-nav a.active {
      color: #ddaf31;
      border-bottom: 2px solid #ddaf31; }

.class-of {
  color: #ddaf31;
  text-transform: none;
  font-weight: 500;
  margin-top: 0px; }

.scholars-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .scholars-container .scholar {
    width: 17%;
    margin-bottom: 40px;
    min-width: 200px;
    margin-right: 25px; }
  .scholars-container .scholar-info a {
    color: #0d4590;
    text-decoration: none; }
  .scholars-container .scholar-info h4 {
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 1.3em; }
  .scholars-container .scholar-info h5 {
    font-size: 15px;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1.4em; }

.scholars-holder {
  position: relative;
  margin-top: 20px; }

.scholars {
  padding: 0 20px; }
  .scholars h1.caslon {
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between; }
    .scholars h1.caslon .blockbutton {
      font-family: "nimbus-sans", sans-serif;
      font-weight: 400; }

.scholars-holder-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  justify-content: center; }

.scholars-loader {
  margin-top: 20px;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid black;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.scholars-holder {
  position: relative; }

.scholar-img {
  width: 100%;
  padding-bottom: 100%;
  box-shadow: 10px 10px #fadc8a;
  margin-bottom: 25px;
  background-size: cover;
  background-repeat: no-repeat; }

@media screen and (max-width: 767px) {
  .scholars h1.caslon {
    font-size: 50px;
    line-height: 1.1em;
    flex-wrap: wrap; }
    .scholars h1.caslon .blockbutton {
      font-size: 14px; }

  .scholars-container {
    justify-content: space-between; }
    .scholars-container .scholar {
      width: 45%;
      margin-right: 0px;
      min-width: unset; } }
.single-staff .entry-content {
  border-left: 20px solid #fadc8a;
  border-right: 20px solid #fadc8a; }

.staff-container {
  display: flex; }

.staff-info {
  width: 100%;
  margin-left: 60px;
  margin-bottom: 52px; }

.staff-header {
  margin-bottom: 26px; }
  .staff-header h1 {
    margin-bottom: 10px;
    padding-bottom: 0px; }
  .staff-header h4, .staff-header h5 {
    text-transform: none;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 25px; }

.staff-profession {
  margin-bottom: 25px; }
  .staff-profession h3 {
    margin-bottom: 0px;
    padding: 0px; }

.staff-container {
  padding-top: 25px; }

@media screen and (max-width: 767px) {
  .staff-container {
    flex-direction: column; }

  .staff-info {
    margin-left: 0px; } }
.scholar-archive-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px; }
  .scholar-archive-header div {
    width: 100%; }
    .scholar-archive-header div p, .scholar-archive-header div h2 {
      width: 50%; }
    .scholar-archive-header div a {
      text-transform: uppercase;
      text-decoration: none;
      padding-bottom: 5px;
      border-bottom: 2px solid #0d4590;
      font-weight: 400;
      letter-spacing: 1.2px; }

.more-stories-button {
  height: 100%; }
  .more-stories-button #see-all-scholar-stories {
    width: 312px;
    outline: none; }

.post-type-archive-story .posts-feed {
  margin-bottom: 20px; }

.scholars-post-large {
  width: 50%;
  padding-right: 15px;
  margin-bottom: 15px; }
  .scholars-post-large h3 {
    padding: 0px;
    margin-bottom: 10px;
    display: inline-block; }
  .scholars-post-large h4 {
    padding: 0px;
    margin-bottom: 10px;
    font-weight: 400; }
  .scholars-post-large .scholars-post-link {
    text-decoration: none;
    padding-bottom: 5px;
    letter-spacing: 1.2px; }

.page-scholar-stories {
  position: relative; }
  .page-scholar-stories:before {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fadc8a;
    width: 20px;
    z-index: 1;
    content: '';
    height: 100%; }
  .page-scholar-stories:after {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fadc8a;
    width: 20px;
    z-index: 0;
    content: '';
    height: 100%; }
  .page-scholar-stories .page-navigation {
    display: none; }
  .page-scholar-stories .two-column-banner .two-banner .left-side.column p {
    margin-bottom: 0px; }
  .page-scholar-stories .two-column-banner .two-banner .right-side.column {
    display: flex;
    flex-direction: column;
    justify-content: center; }

@media screen and (max-width: 767px) {
  .page-scholar-stories:before, .page-scholar-stories:after {
    display: none; }

  .scholar-archive-header {
    flex-direction: column; }
    .scholar-archive-header div h2, .scholar-archive-header div p {
      width: 100%; }

  .scholars-post-large {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 25px; } }
.category .category-feed-item h4 {
  margin-bottom: 35px; }
.category .category-feed-item:last-child {
  margin-bottom: 65px; }

.single-story-cover-container {
  width: 100%;
  padding-top: 42px; }
  .single-story-cover-container h1 {
    padding-bottom: 0; }
  .single-story-cover-container h3 {
    font-size: 24px;
    line-height: 1.3em; }
  .single-story-cover-container .portrait-standard {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    border-radius: 50%;
    box-shadow: 13px 0 0 currentColor;
    background-size: cover;
    position: relative;
    left: auto;
    transform: none;
    margin-right: 50px; }
  @media screen and (max-width: 767px) {
    .single-story-cover-container {
      padding-top: 88px;
      height: 80vh; }
      .single-story-cover-container h1 {
        margin-bottom: 26px; }
      .single-story-cover-container section.entry-content {
        padding-top: 80px; } }
  .single-story-cover-container .content-with-margin {
    display: flex;
    align-items: center;
    justify-content: center; }

.single-story-cover {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover; }
  .single-story-cover.no-featured {
    flex-direction: row-reverse; }
  @media screen and (max-width: 767px) {
    .single-story-cover {
      flex-direction: column;
      align-items: stretch; }
      .single-story-cover section.entry-content {
        padding-top: 80px; } }

.story-image, .story-info {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 26px; }
  .story-image *, .story-info * {
    max-width: 100%; }
  .story-image .portrait-standard, .story-info .portrait-standard {
    width: 65%;
    padding-bottom: 65%; }
    @media screen and (max-width: 767px) {
      .story-image .portrait-standard, .story-info .portrait-standard {
        width: 50%;
        padding-bottom: 50%; }
        .story-image .portrait-standard section.entry-content, .story-info .portrait-standard section.entry-content {
          padding-top: 80px; } }

.single-story .site-content {
  position: relative; }
  .single-story .site-content:before {
    content: '';
    height: 100%;
    width: 20px;
    background-color: #fadc8a;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .single-story .site-content:after {
    content: '';
    height: 100%;
    width: 20px;
    background-color: #fadc8a;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }
.single-story .story-image {
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 767px) {
    .single-story .story-image {
      align-self: center; }
      .single-story .story-image section.entry-content {
        padding-top: 80px; } }

.story-info {
  color: #0d4590;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .story-info {
      display: block; }
      .story-info section.entry-content {
        padding-top: 80px; } }
  .story-info span {
    color: #0059d1; }

.story-image {
  color: transparent; }

.story-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 144px;
  padding-bottom: 56px; }
  @media screen and (max-width: 767px) {
    .story-sticky {
      position: static; }
      .story-sticky section.entry-content {
        padding-top: 80px; } }
  .story-sticky h3 {
    font-family: "adobe-caslon-pro", serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px; }
    @media screen and (max-width: 767px) {
      .story-sticky h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px; }
        .story-sticky h3 section.entry-content {
          padding-top: 80px; } }
  .story-sticky a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 6px;
    transition: color 0.3s, transform 0.3s; }
    @media screen and (max-width: 767px) {
      .story-sticky a {
        font-size: 14px;
        line-height: 18px; }
        .story-sticky a section.entry-content {
          padding-top: 80px; } }
    @media screen and (max-width: 767px) {
      .story-sticky a {
        font-size: 14px;
        line-height: 18px; }
        .story-sticky a section.entry-content {
          padding-top: 80px; } }
    .story-sticky a:hover {
      color: #0059d1;
      transform: translateY(-4px); }
    .story-sticky a:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      transition: transform 0.3s;
      background: currentColor; }
    .story-sticky a:hover:before {
      transform: translateY(4px); }
    .story-sticky a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      transition: transform 0.3s;
      transform: scaleX(0);
      background: #ffc2b6; }
    .story-sticky a:hover:after {
      transform: scaleX(1) translateY(4px); }

.story-container {
  margin-bottom: 88px;
  padding-top: 50px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .story-container {
      flex-direction: column; }
      .story-container section.entry-content {
        padding-top: 80px; } }
  .story-container.with-author {
    border-bottom: 1px solid #0d4590; }
  .story-container iframe {
    max-width: 100%; }

.story-container article {
  padding-right: 80px;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .story-container article {
      padding-right: 0; }
      .story-container article section.entry-content {
        padding-top: 80px; } }

article figure {
  max-width: 100% !important; }
  article figure img {
    max-width: 100% !important;
    height: auto; }

.default-featured {
  width: 100%;
  padding-right: 56px;
  display: block; }

@media screen and (max-width: 1025px) {
  .story-container article {
    padding-right: 65px; }
    .story-container article p {
      padding-right: 0px; } }
@media screen and (max-width: 767px) {
  .single-story .site-content:before, .single-story .site-content:after {
    display: none; }

  .single-story-cover {
    padding-top: 40px;
    padding-bottom: 40px; }
    .single-story-cover .content-with-margin {
      flex-direction: column; }
      .single-story-cover .content-with-margin .story-image {
        width: 70%;
        min-width: 285px;
        justify-content: center; }
        .single-story-cover .content-with-margin .story-image .portrait-standard {
          margin-right: 0px; }
      .single-story-cover .content-with-margin .story-info {
        width: 100%; }
        .single-story-cover .content-with-margin .story-info h5 {
          margin-bottom: 15px; }
        .single-story-cover .content-with-margin .story-info h3 {
          font-size: 20px; }

  .story-container article {
    padding-right: 0px; }

  .story-sticky {
    padding-bottom: 0px; }
    .story-sticky h3 {
      margin-bottom: 10px;
      padding-bottom: 0px; }
    .story-sticky h5 {
      margin-top: 10px;
      margin-bottom: 10px; } }
.page-cover {
  height: 40vw;
  min-height: 300px;
  padding: 0px;
  max-height: 580px;
  margin-top: 71px; }

.page-content {
  margin-top: 50px;
  position: relative; }
  .page-content p iframe {
    width: 100%; }
  .page-content strong {
    color: #ddaf31; }
  .page-content blockquote {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3em;
    font-family: "adobe-caslon-pro", serif; }
    .page-content blockquote p {
      font-size: 30px;
      line-height: 1.3em; }

.page-content-left {
  width: 100%; }

.page-nav-holder {
  height: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  margin: inherit;
  z-index: 1; }
  .page-nav-holder .content-with-margin {
    position: relative; }
  .page-nav-holder .page-nav-link {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 25px; }
    .page-nav-holder .page-nav-link a {
      text-decoration: none;
      border-bottom: 2px solid currentColor;
      cursor: pointer;
      transition: color 0.3s, border 0.3s; }
      .page-nav-holder .page-nav-link a:hover {
        color: #0059d1;
        border-bottom: 2px solid #ffc2b6; }
    .page-nav-holder .page-nav-link .apply-button {
      width: 80%;
      text-align: center;
      text-decoration: none;
      color: white;
      border-bottom: none; }
      .page-nav-holder .page-nav-link .apply-button:hover {
        color: white;
        border-bottom: none; }

.page-navigation {
  pointer-events: auto;
  width: 300px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1; }
  .page-navigation .nav-container {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    background-color: white;
    padding: 15px; }
  .page-navigation h3 {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 35px; }
  .page-navigation h6 {
    margin: 0px;
    margin-bottom: 20px; }

.page-event-grid {
  display: flex;
  flex-wrap: wrap; }
  .page-event-grid .page-event-box {
    padding-right: 20px;
    width: 50%;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    font-family: "adobe-caslon-pro", serif; }
    .page-event-grid .page-event-box.caslon, .page-event-grid .page-event-box .caslon {
      font-weight: 700;
      font-size: 30px;
      line-height: 32px; }
    @media screen and (max-width: 767px) {
      .page-event-grid .page-event-box {
        font-size: 18px;
        line-height: 24px; }
        .page-event-grid .page-event-box.caslon, .page-event-grid .page-event-box .caslon {
          font-weight: 700;
          font-size: 20px;
          line-height: 24px; }
        .page-event-grid .page-event-box section.entry-content {
          padding-top: 80px; } }
    @media screen and (max-width: 767px) {
      .page-event-grid .page-event-box {
        width: 100%;
        padding-right: 0; }
        .page-event-grid .page-event-box section.entry-content {
          padding-top: 80px; } }
    .page-event-grid .page-event-box .event-image {
      width: 100%;
      padding-bottom: 70%;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .page-event-grid .page-event-box .event-image {
          width: 100vw;
          position: relative;
          left: 50%;
          transform: translateX(-50%); }
          .page-event-grid .page-event-box .event-image section.entry-content {
            padding-top: 80px; } }
    .page-event-grid .page-event-box p {
      font-family: "nimbus-sans", sans-serif;
      color: #ddaf31;
      padding-right: 0; }

.event-button {
  margin-bottom: 20px; }
  .event-button a {
    width: 80%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .event-button a {
        width: 100%; }
        .event-button a section.entry-content {
          padding-top: 80px; } }

.page-content-type section {
  padding: 52px 0 26px 0; }
.page-content-type section.banner-with-image {
  padding: 0px; }
  .page-content-type section.banner-with-image .two-banner .column {
    padding: 0px; }
  .page-content-type section.banner-with-image .two-banner .text_content {
    padding: 30px 20px 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .page-content-type section.banner-with-image .two-banner .text_content h5 {
      margin-top: 0px; }

.site-content-block.page-block {
  position: relative; }
  .site-content-block.page-block blockquote p {
    width: 100%; }

.site-content-block blockquote:before {
  display: none; }
.site-content-block blockquote {
  margin-top: 0;
  margin-bottom: 26px; }

.image-banner .content-with-margin, .event-grid .content-with-margin, .standard-text-block .content-with-margin, .site-content-block .content-with-margin {
  padding-right: 325px; }
  @media screen and (max-width: 767px) {
    .image-banner .content-with-margin, .event-grid .content-with-margin, .standard-text-block .content-with-margin, .site-content-block .content-with-margin {
      padding-right: 34px; }
      .image-banner .content-with-margin section.entry-content, .event-grid .content-with-margin section.entry-content, .standard-text-block .content-with-margin section.entry-content, .site-content-block .content-with-margin section.entry-content {
        padding-top: 80px; } }
  .image-banner .content-with-margin > p, .image-banner .content-with-margin > a > p, .event-grid .content-with-margin > p, .event-grid .content-with-margin > a > p, .standard-text-block .content-with-margin > p, .standard-text-block .content-with-margin > a > p, .site-content-block .content-with-margin > p, .site-content-block .content-with-margin > a > p {
    padding-right: 202px; }
    @media screen and (max-width: 767px) {
      .image-banner .content-with-margin > p, .image-banner .content-with-margin > a > p, .event-grid .content-with-margin > p, .event-grid .content-with-margin > a > p, .standard-text-block .content-with-margin > p, .standard-text-block .content-with-margin > a > p, .site-content-block .content-with-margin > p, .site-content-block .content-with-margin > a > p {
        padding-right: 0; }
        .image-banner .content-with-margin > p section.entry-content, .image-banner .content-with-margin > a > p section.entry-content, .event-grid .content-with-margin > p section.entry-content, .event-grid .content-with-margin > a > p section.entry-content, .standard-text-block .content-with-margin > p section.entry-content, .standard-text-block .content-with-margin > a > p section.entry-content, .site-content-block .content-with-margin > p section.entry-content, .site-content-block .content-with-margin > a > p section.entry-content {
          padding-top: 80px; } }

@media screen and (max-width: 767px) {
  .image-banner .content-with-margin {
    padding: 0px; }
    .image-banner .content-with-margin h2 {
      padding: 0 24px; }
    .image-banner .content-with-margin .image-banner-slide-title {
      width: 30%;
      min-width: 30%;
      max-width: 30%; }
      .image-banner .content-with-margin .image-banner-slide-title .gold {
        float: left;
        text-align: left; }
    .image-banner .content-with-margin .image-banner-slide-desc {
      padding: 0 34px; }
    .image-banner .content-with-margin section.entry-content {
      padding-top: 80px; } }

.news-and-insights-block {
  padding-bottom: 52px; }

.image-banner {
  position: relative;
  padding: 50px 0;
  z-index: 2; }
  .image-banner h2 {
    padding-bottom: 0px; }
  .image-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    background-color: #0d4590; }
  .image-banner .slick-slide {
    outline: none; }
  .image-banner .slick-arrow {
    position: absolute;
    transform: none;
    outline: none;
    cursor: pointer; }
  .image-banner .slick-prev {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("../img/gallery-arrow.png");
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 1; }
  .image-banner .slick-next {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("../img/gallery-arrow.png");
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1; }
  .image-banner .image-banner-slide img {
    width: 100%;
    height: auto;
    margin-bottom: 15px; }
  .image-banner .image-banner-slide-desc {
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .image-banner .image-banner-slide-desc {
        display: block; }
        .image-banner .image-banner-slide-desc section.entry-content {
          padding-top: 80px; } }
    .image-banner .image-banner-slide-desc .image-banner-slide-title {
      margin-right: 15px;
      width: 210px;
      min-width: 210px;
      max-width: 210px; }
      @media screen and (max-width: 767px) {
        .image-banner .image-banner-slide-desc .image-banner-slide-title {
          width: 100%;
          max-width: none;
          min-width: none;
          margin-right: 0; }
          .image-banner .image-banner-slide-desc .image-banner-slide-title section.entry-content {
            padding-top: 80px; } }
      .image-banner .image-banner-slide-desc .image-banner-slide-title h5 {
        margin: 0px;
        padding: 0px;
        text-align: right;
        width: 70%;
        float: right; }
        @media screen and (max-width: 767px) {
          .image-banner .image-banner-slide-desc .image-banner-slide-title h5 {
            text-align: left;
            width: 100%;
            margin-bottom: 12px; }
            .image-banner .image-banner-slide-desc .image-banner-slide-title h5 section.entry-content {
              padding-top: 80px; } }
    .image-banner .image-banner-slide-desc .image-banner-slide-content {
      width: 100%; }
      .image-banner .image-banner-slide-desc .image-banner-slide-content p {
        width: 100%; }
  .image-banner .image-banner-desc p {
    margin-bottom: 10px; }

.slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  margin-top: 16px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:before {
        font-family: 'slick';
        font-size: 50px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #fadc8a; }

.scholar-highlight-slick .slick-dots {
  justify-content: flex-end !important;
  padding-right: 180px !important; }

.image-banner-desc .slick-dots {
  justify-content: flex-start !important;
  margin-left: 225px; }
  @media screen and (max-width: 767px) {
    .image-banner-desc .slick-dots {
      margin-left: 0;
      justify-content: center !important; }
      .image-banner-desc .slick-dots section.entry-content {
        padding-top: 80px; } }

.page-about, .page-news-and-insights, .page-apply, .page-faq, .page-contact {
  position: relative; }
  .page-about:before, .page-news-and-insights:before, .page-apply:before, .page-faq:before, .page-contact:before {
    content: '';
    height: 100%;
    width: 20px;
    background-color: #fadc8a;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .page-about:after, .page-news-and-insights:after, .page-apply:after, .page-faq:after, .page-contact:after {
    content: '';
    height: 100%;
    width: 20px;
    background-color: #fadc8a;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }

.single-post .site-content {
  position: relative; }
  .single-post .site-content:before {
    content: '';
    height: 100%;
    width: 20px;
    background-color: #fadc8a;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .single-post .site-content:after {
    content: '';
    height: 100%;
    width: 20px;
    background-color: #fadc8a;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }

@media screen and (max-width: 900px) {
  .image-banner .image-banner-slide-desc .image-banner-slide-title {
    width: 160px;
    min-width: 160px;
    max-width: 160px; }

  .page-navigation {
    width: 250px; } }
@media screen and (max-width: 767px) {
  .page-cover {
    margin-top: 76px; }

  .page-about:before, .page-about:after, .page-news-and-insights:before, .page-news-and-insights:after, .single-post .site-content:before, .single-post .site-content:after, .page-apply:before, .page-apply:after, .page-faq:before, .page-faq:after, .page-contact:before, .page-contact:after {
    display: none; }

  .site-content-block.page-block {
    padding-top: 42px; }

  .two-column-banner .two-banner .left-side.column, .two-column-banner .two-banner .right-side.column {
    width: 100%;
    padding: 30px 20px !important; } }
@media screen and (max-width: 767px) {
  .page-content {
    margin: 0px; }

  .page-nav-holder {
    display: none; }

  .site-content-block.page-block .site-content .site-feed .scholars-post-large {
    width: 100% !important; }
    .site-content-block.page-block .site-content .site-feed .scholars-post-large.staff-post {
      width: 50% !important; }
      .site-content-block.page-block .site-content .site-feed .scholars-post-large.staff-post:nth-of-type(2n-1) {
        padding-right: 13px; }
      .site-content-block.page-block .site-content .site-feed .scholars-post-large.staff-post:nth-of-type(2n) {
        padding-left: 13px; } }
.no-featured-page-intro {
  padding-top: 202px;
  padding-bottom: 0;
  margin-bottom: -26px; }
  .no-featured-page-intro .with-violator {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .no-featured-page-intro .with-violator {
        display: block; }
        .no-featured-page-intro .with-violator section.entry-content {
          padding-top: 80px; } }
    .no-featured-page-intro .with-violator > * {
      flex: 1 0 0;
      padding-right: 88px;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .no-featured-page-intro .with-violator > * {
          padding-right: 0; }
          .no-featured-page-intro .with-violator > * section.entry-content {
            padding-top: 80px; } }
  @media screen and (max-width: 767px) {
    .no-featured-page-intro {
      padding-top: 100px; }
      .no-featured-page-intro section.entry-content {
        padding-top: 80px; } }

.page-intro-violator {
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .page-intro-violator {
      margin-left: 0; }
      .page-intro-violator section.entry-content {
        padding-top: 80px; } }
  .page-intro-violator > * {
    max-width: 240px; }

.lightBg {
  color: #0d4590; }

.darkBg {
  color: white; }

.two-column-banner {
  padding-right: 0% !important; }
  .two-column-banner .two-banner {
    margin: 0px auto;
    width: 100%;
    display: flex; }
    .two-column-banner .two-banner .column {
      width: 50%;
      padding: 10px;
      box-sizing: border-box; }
      .two-column-banner .two-banner .column.video iframe {
        width: 100% !important; }
      .two-column-banner .two-banner .column.single_image {
        position: relative; }
        .two-column-banner .two-banner .column.single_image img {
          height: 100%;
          object-fit: cover;
          position: absolute;
          left: 0;
          bottom: 0;
          width: auto; }
      .two-column-banner .two-banner .column.gallery .pls-slick {
        width: 350px;
        margin: 0px auto; }
        .two-column-banner .two-banner .column.gallery .pls-slick .slick-dots button:before {
          color: #fadc8a; }
        .two-column-banner .two-banner .column.gallery .pls-slick .slick-active button:before {
          color: #0059d1; }
      .two-column-banner .two-banner .column.gallery .gallery-img-with-shadow {
        padding-right: 10px;
        padding-bottom: 10px; }
        .two-column-banner .two-banner .column.gallery .gallery-img-with-shadow .gallery-img {
          box-shadow: 10px 10px 0 #fadc8a;
          height: 350px !important;
          width: 350px !important; }

@media screen and (max-width: 767px) {
  .two-column-banner .two-banner {
    flex-direction: column; }
    .two-column-banner .two-banner .column {
      width: 100%; }
      .two-column-banner .two-banner .column.single_image img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        position: relative; } }
.site-content-block .site-feed {
  display: flex;
  flex-wrap: wrap; }
  .site-content-block .site-feed.column-1 .scholars-post-large {
    width: 100% !important; }
  .site-content-block .site-feed.column-2 .scholars-post-large {
    width: 49% !important; }
  .site-content-block .site-feed.column-3 .scholars-post-large {
    width: 33.33% !important; }
  .site-content-block .site-feed.column-4 .scholars-post-large {
    width: 25% !important; }

.supporting-partners {
  padding-left: 114px;
  margin-right: 325px; }
  @media screen and (max-width: 767px) {
    .supporting-partners {
      padding-left: 0;
      width: 100%; }
      .supporting-partners section.entry-content {
        padding-top: 80px; } }
  .supporting-partners > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around; }
    @media screen and (max-width: 767px) {
      .supporting-partners > div {
        align-items: flex-start; }
        .supporting-partners > div section.entry-content {
          padding-top: 80px; } }
  .supporting-partners img {
    flex: 0 0 auto;
    height: 75px;
    width: auto;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .supporting-partners img {
        width: 45%;
        height: auto; }
        .supporting-partners img section.entry-content {
          padding-top: 80px; } }

@media screen and (max-width: 1024px) {
  .page-about .standard-text-block .content-with-margin {
    padding-right: 0px; }
  .page-about .our-partner-module {
    margin-right: 0px; }
  .page-about .page-nav-holder {
    display: none; }
  .page-about .supporting-partners {
    margin-right: 0px; }
  .page-about .page-block .content-with-margin {
    padding: 0px; } }
@media screen and (max-width: 767px) {
  .violator-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s; }

  section.entry-content {
    padding-top: 80px; } }
.violator-bottom {
  z-index: 9999999999999999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 24px 88px;
  box-sizing: border-box;
  background: #0d4590;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.4s; }
  @media screen and (max-width: 767px) {
    .violator-bottom {
      position: relative;
      margin: 0 16px;
      display: block;
      padding: 24px 36px; }
      .violator-bottom section.entry-content {
        padding-top: 80px; } }
  .violator-bottom span {
    color: white; }

@media screen and (max-width: 767px) {
  .dismissed.violator-container {
    opacity: 0;
    pointer-events: none; }
    .dismissed.violator-container section.entry-content {
      padding-top: 80px; } }
.dismissed .violator-bottom {
  transform: translateY(100%); }
  @media screen and (max-width: 767px) {
    .dismissed .violator-bottom {
      transform: translateY(16px); }
      .dismissed .violator-bottom section.entry-content {
        padding-top: 80px; } }

.violator-content {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white; }
  .violator-content > * {
    margin: 0; }
  @media screen and (max-width: 767px) {
    .violator-content {
      margin-bottom: 16px; }
      .violator-content section.entry-content {
        padding-top: 80px; } }

.violator-action {
  height: auto;
  min-width: 202px;
  margin-left: 26px;
  flex: 0 0 auto; }
  @media screen and (max-width: 767px) {
    .violator-action {
      max-width: none; }
      .violator-action section.entry-content {
        padding-top: 80px; } }
  .violator-action * {
    margin: 0; }
  .violator-action a {
    text-decoration: none; }
  .violator-action .blockbutton {
    cursor: pointer;
    width: 202px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .violator-action .blockbutton {
        float: right;
        margin: 0 auto;
        max-width: 188px;
        margin-bottom: 12px; }
        .violator-action .blockbutton section.entry-content {
          padding-top: 80px; } }

.violator-close {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 56px;
  transform: rotate(45deg);
  color: white;
  cursor: pointer; }

.blockbutton.blockbutton-white {
  box-shadow: 10px 10px 0 white; }
  .blockbutton.blockbutton-white:active {
    box-shadow: 5px 5px 0 white; }

.insight-featured-post {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 88px; }
  @media screen and (max-width: 767px) {
    .insight-featured-post {
      flex-direction: column; }
      .insight-featured-post .insight-featured-post-image a {
        display: block;
        height: 100%;
        padding-bottom: 100%;
        position: relative; }
        .insight-featured-post .insight-featured-post-image a .adjustable {
          position: absolute;
          left: 0;
          top: 0; }
      .insight-featured-post section.entry-content {
        padding-top: 80px; } }

.insight-featured-post-image {
  flex: 1 1 0;
  min-height: 350px;
  margin-right: 26px; }
  .insight-featured-post-image a {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .insight-featured-post-image {
      margin-right: 0;
      flex: 1 0 auto; }
      .insight-featured-post-image section.entry-content {
        padding-top: 80px; } }
  .insight-featured-post-image img {
    max-width: 100%;
    margin-right: 10px;
    box-shadow: 10px 10px 0 #fadc8a; }
    @media screen and (max-width: 767px) {
      .insight-featured-post-image img {
        box-shadow: none;
        margin-right: 0;
        max-width: 100%;
        width: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 26px; }
        .insight-featured-post-image img section.entry-content {
          padding-top: 80px; } }

.insight-featured-post-content {
  flex: 1 1 0; }
  @media screen and (max-width: 767px) {
    .insight-featured-post-content {
      flex: 1 0 auto; }
      .insight-featured-post-content section.entry-content {
        padding-top: 80px; } }
  .insight-featured-post-content a {
    text-decoration: none;
    color: inherit; }
    .insight-featured-post-content a h3 {
      transition: color 0.3s;
      margin-bottom: 8px;
      padding-bottom: 0; }
    .insight-featured-post-content a h4 {
      transition: color 0.3s; }
    .insight-featured-post-content a:hover h3 {
      color: #0059d1; }
  .insight-featured-post-content .insight-featured-post-cta {
    display: block;
    bottom: 0;
    width: 100%;
    max-width: 316px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .insight-featured-post-content .insight-featured-post-cta {
        position: static;
        max-width: none; }
        .insight-featured-post-content .insight-featured-post-cta section.entry-content {
          padding-top: 80px; } }
    .insight-featured-post-content .insight-featured-post-cta .blockbutton {
      width: 100%;
      margin-bottom: 0;
      cursor: pointer; }

.news-and-insights-feeds {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 88px; }
  @media screen and (max-width: 1100px) {
    .news-and-insights-feeds {
      flex-direction: column-reverse; } }

.latest-insights-feed {
  flex: 1 1 0;
  margin-right: 26px; }
  @media screen and (max-width: 1100px) and (min-width: 768px) {
    .latest-insights-feed {
      margin-right: 0;
      flex: 1 1 auto; } }
  @media screen and (max-width: 767px) {
    .latest-insights-feed {
      margin-right: 0;
      flex: 1 1 auto; }
      .latest-insights-feed section.entry-content {
        padding-top: 80px; } }
  .latest-insights-feed a {
    text-decoration: none;
    color: inherit; }
    .latest-insights-feed a .midblue {
      transition: color 0.3s; }
    .latest-insights-feed a .darkgold {
      transition: color 0.3s; }
    .latest-insights-feed a:hover .midblue {
      color: #0059d1; }
  .latest-insights-feed h3 {
    padding-bottom: 0;
    margin-bottom: 8px; }

.latest-news-feed {
  flex: 0 0 658px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 1100px) and (min-width: 768px) {
    .latest-news-feed {
      flex: 1 1 auto; } }
  @media screen and (max-width: 767px) {
    .latest-news-feed {
      flex: 1 1 auto; }
      .latest-news-feed section.entry-content {
        padding-top: 80px; } }
  .latest-news-feed h2 {
    width: 100%; }

.latest-news-post {
  width: 316px;
  margin-right: 26px; }
  @media screen and (max-width: 1100px) and (min-width: 768px) {
    .latest-news-post {
      width: 50%;
      margin-right: 0;
      padding-right: 13px; } }
  @media screen and (max-width: 767px) {
    .latest-news-post {
      margin-right: 0;
      padding-right: 0;
      width: 100%; }
      .latest-news-post section.entry-content {
        padding-top: 80px; } }
  .latest-news-post h3 {
    padding-bottom: 0;
    margin-bottom: 8px; }
  .latest-news-post a {
    text-decoration: none;
    color: inherit; }
    .latest-news-post a .midblue {
      transition: color 0.3s; }
    .latest-news-post a .darkgold {
      transition: color 0.3s; }
    .latest-news-post a:hover .midblue {
      color: #0059d1; }

.latest-news-post:nth-of-type(2n) {
  margin-right: 0; }
  @media screen and (max-width: 1100px) and (min-width: 768px) {
    .latest-news-post:nth-of-type(2n) {
      padding-left: 13px; } }
  @media screen and (max-width: 767px) {
    .latest-news-post:nth-of-type(2n) {
      padding-left: 0; }
      .latest-news-post:nth-of-type(2n) section.entry-content {
        padding-top: 80px; } }

.latest-news-post-image {
  position: relative;
  height: 224px;
  background: #fff5db;
  background-image: url("../img/bkbridge.jpg");
  background-size: cover;
  background-position: center center;
  margin-bottom: 26px; }
  @media screen and (max-width: 767px) {
    .latest-news-post-image {
      height: 280px;
      width: 100vw;
      left: 50%;
      transform: translateX(-50%); }
      .latest-news-post-image section.entry-content {
        padding-top: 80px; } }

.latest-news-post:nth-of-type(4n-1) .latest-news-post-image {
  background-image: url("../img/newspapers.jpg"); }

.latest-news-post:nth-of-type(4n-2) .latest-news-post-image {
  background-image: url("../img/newspapers.jpg"); }

.latest-news-post-tag {
  width: auto;
  min-width: 120px;
  padding: 8px 12px;
  background: #ddaf31;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center; }

.news-and-insights-condensed {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 88px; }
  @media screen and (max-width: 767px) {
    .news-and-insights-condensed {
      flex-direction: column; }
      .news-and-insights-condensed section.entry-content {
        padding-top: 80px; } }

.news-and-insights-condensed-module {
  flex: 1 0 50%;
  width: 50%;
  padding-right: 88px;
  margin-bottom: 44px; }
  @media screen and (max-width: 767px) {
    .news-and-insights-condensed-module {
      padding-right: 0;
      flex: 1 0 100%;
      width: 100%;
      margin-bottom: 26px; }
      .news-and-insights-condensed-module section.entry-content {
        padding-top: 80px; } }
  .news-and-insights-condensed-module h4 {
    margin-bottom: 8px;
    padding-bottom: 0; }
  .news-and-insights-condensed-module p {
    color: #ddaf31; }
  .news-and-insights-condensed-module a {
    color: inherit;
    text-decoration: none; }
    .news-and-insights-condensed-module a .midblue {
      transition: color 0.3s; }
    .news-and-insights-condensed-module a p {
      transition: color 0.3s; }
    .news-and-insights-condensed-module a:hover .midblue {
      color: #0059d1; }
    .news-and-insights-condensed-module a:hover p {
      color: #ffc2b6; }

.news-and-insights-condensed-module.news-module {
  order: 1; }

.news-and-insights-condensed-module.insights-module {
  order: 3; }

.news-and-insights-condensed-module.key-dates-module {
  order: 2; }

.news-and-insights-condensed-module.follow-us-module {
  order: 4; }
  .news-and-insights-condensed-module.follow-us-module h5 {
    margin-top: 0;
    margin-bottom: 18px; }

@media screen and (max-width: 767px) {
  #home-content .insight-featured-post-image {
    min-height: unset;
    margin-right: 0px;
    margin-bottom: 15px; }
    #home-content .insight-featured-post-image a {
      padding-bottom: 0px; }
    #home-content .insight-featured-post-image img {
      left: auto;
      transform: none;
      height: auto;
      box-shadow: 10px 10px 0 #fadc8a; }

  .news-and-insights-condensed-module.news-module {
    order: 1; }

  .news-and-insights-condensed-module.insights-module {
    order: 2; }

  .news-and-insights-condensed-module.key-dates-module {
    order: 3; }

  .news-and-insights-condensed-module.follow-us-module {
    order: 4; }

  section.entry-content {
    padding-top: 80px; } }
.search-results main, .search-no-results main {
  padding-top: 200px;
  padding-bottom: 80px; }
.search-results .page-title span, .search-no-results .page-title span {
  font-style: italic; }
.search-results h5, .search-no-results h5 {
  padding-bottom: 0px;
  margin-bottom: 5px;
  font-size: 15px; }
.search-results h3, .search-no-results h3 {
  padding-bottom: 0px;
  margin-bottom: 5px; }
.search-results a, .search-no-results a {
  text-decoration: none;
  color: #0d4590; }
.search-results article, .search-no-results article {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid #0d4590; }
  .search-results article:last-child, .search-no-results article:last-child {
    border-bottom: none; }
.search-results .page-content form, .search-no-results .page-content form {
  width: 100%;
  max-width: 450px;
  display: flex;
  height: 100%;
  padding: 10px;
  border: 1px solid #0d4590; }
  .search-results .page-content form label, .search-no-results .page-content form label {
    width: 100%;
    margin-right: 10px; }
    .search-results .page-content form label .screen-reader-text, .search-no-results .page-content form label .screen-reader-text {
      display: none; }
    .search-results .page-content form label input[type='search'], .search-no-results .page-content form label input[type='search'] {
      width: 100%;
      border: 0px;
      padding: 10px 0;
      font-size: 15px;
      outline: none; }
  .search-results .page-content form input[type='submit'], .search-no-results .page-content form input[type='submit'] {
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c5d8f8;
    outline: none;
    cursor: pointer; }

@media screen and (max-width: 767px) {
  .search-results main, .search-no-results main {
    padding-top: 115px; }
    .search-results main h3, .search-no-results main h3 {
      font-size: 20px; } }

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