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

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

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

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

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

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

*:focus {
  outline: none;
}

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

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

sup {
  top: -0.25em;
}

sub {
  bottom: -0.25em;
}

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

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

body, html {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  background: white;
  font-size: 16px;
  color: #2b3d48;
  width: 100%;
}
@media (min-width: 768px) {
  body, html {
    font-size: 18px;
  }
}

#main {
  clear: both;
}

/*==============================================================*/
/*==============================================================*/
strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}

em {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}

strong em, em strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}

span.orange {
  color: #f48d2c;
}

img.noImgBorder {
  border: none !important;
}

a.button {
  text-align: center;
  text-transform: uppercase;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  display: inline-block;
  background: #f48d2c;
  border-bottom: 6px solid #e17510;
  height: 36px;
  line-height: 32px;
  width: auto;
  color: white;
  padding: 0 25px;
  font-size: 0.9em;
}
a.button:hover {
  background: #d2d6d8;
  border-color: #777;
  color: #2274a5;
}

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

.wrap-small {
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
}

.full {
  padding: 40px 0 60px;
}
@media (min-width: 1200px) {
  .full {
    padding: 40px 0 100px;
  }
}
.full.blue {
  background: #054469;
}
.full.padT-none {
  padding-top: 0;
}

.dotsBg {
  position: relative;
}
.dotsBg:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  color: rgba(34, 116, 165, 0.05);
  position: absolute;
  top: -30px;
  left: -100px;
  font-size: 400px;
}
@media (min-width: 1200px) {
  .dotsBg:before {
    left: -150px;
    font-size: 500px;
  }
}
@media (min-width: 1440px) {
  .dotsBg:before {
    left: -250px;
    font-size: 500px;
  }
}

/*==============================================================*/
/*==============================================================*/
.entry-content *:last-child, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in *:last-child {
  margin-bottom: 0;
}
.entry-content .wp-caption-text, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in .wp-caption-text {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  margin-top: 4px;
}
.entry-content h2, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h2 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.03em;
  color: #2274a5;
  font-size: 1.15em;
  line-height: 1.2em;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .entry-content h2, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h2 {
    font-size: 1.3em;
  }
}
.entry-content h2.marker, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h2.marker {
  font-family: "Permanent Marker", cursive;
  font-style: normal;
  font-weight: 400;
  color: #054469;
  letter-spacing: 0.05em;
  font-size: 27px;
}
@media (min-width: 480px) {
  .entry-content h2.marker, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h2.marker {
    font-size: 30px;
  }
}
@media (min-width: 600px) {
  .entry-content h2.marker, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h2.marker {
    font-size: 36px;
  }
}
@media (min-width: 900px) {
  .entry-content h2.marker, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h2.marker {
    font-size: 48px;
  }
}
.entry-content h4, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h4 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #2274a5;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
  font-size: 14px;
}
@media (min-width: 600px) {
  .entry-content h4, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h4 {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  .entry-content h4, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h4 {
    font-size: 18px;
  }
}
.entry-content h3, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h3 {
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 8px;
}
.entry-content h3.marker, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h3.marker {
  font-family: "Permanent Marker", cursive;
  font-style: normal;
  font-weight: 400;
  color: #054469;
  letter-spacing: 0.05em;
  font-size: 18px;
}
@media (min-width: 480px) {
  .entry-content h3.marker, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h3.marker {
    font-size: 20px;
  }
}
@media (min-width: 600px) {
  .entry-content h3.marker, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h3.marker {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  .entry-content h3.marker, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h3.marker {
    font-size: 30px;
  }
}
.entry-content h3.marker em, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h3.marker em {
  font-family: "Permanent Marker", cursive;
  font-style: normal;
  font-weight: 400;
  color: #5baada;
}
.entry-content * + h2, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in * + h2 {
  margin-top: 50px;
}
.entry-content h2 + h3, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h2 + h3 {
  margin-top: 20px;
}
.entry-content hr + h2, .entry-content hr + h3, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in hr + h2, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in hr + h3 {
  margin-top: 0;
}
.entry-content p, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in p {
  line-height: 1.4em;
  margin-bottom: 20px;
}
.entry-content p.orangeintro, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in p.orangeintro {
  font-size: 1.15em;
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  line-height: 1.4em;
}
@media (min-width: 600px) {
  .entry-content p.orangeintro, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in p.orangeintro {
    line-height: 1.6em;
    font-size: 1.45em;
  }
}
.entry-content p.footnote, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in p.footnote {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  font-size: 0.8em;
}
.entry-content a, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in a {
  color: #2274a5;
}
.entry-content a:hover, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in a:hover {
  color: #5baada;
}
.entry-content a.button, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in a.button {
  color: white;
  margin-top: 30px;
}
.entry-content ul, .entry-content ol, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in ul, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in ol {
  clear: both;
  margin-bottom: 30px;
}
.entry-content ul li, .entry-content ol li, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in ul li, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in ol li {
  line-height: 1.2em;
}
.entry-content ul, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in ul {
  margin-left: 30px;
}
.entry-content ul li, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
}
.entry-content ul li:before, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in ul li:before {
  position: absolute;
  content: "•";
  color: #2274a5;
  font-size: 18px;
  margin-left: -20px;
}
.entry-content ul.twocol, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in ul.twocol {
  -webkit-columns: 2 300px;
  -moz-columns: 2 300px;
  columns: 2 300px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  text-align: left;
  margin-left: 20px;
}
.entry-content ul.twocol li, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in ul.twocol li {
  position: relative;
  line-height: 1.3em;
  margin-bottom: 15px;
  padding-left: 20px;
}
.entry-content ul.twocol li:before, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in ul.twocol li:before {
  position: absolute;
  content: "•";
  color: #2274a5;
  margin-left: -20px;
  font-size: 18px;
}
.entry-content ol, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in ol {
  margin-top: 40px;
}
.entry-content ol li, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in ol li {
  counter-increment: numerals;
  margin-bottom: 30px;
  margin-left: 30px;
}
@media (min-width: 600px) {
  .entry-content ol li, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in ol li {
    margin-left: 40px;
  }
}
.entry-content ol li:before, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in ol li:before {
  line-height: 0.95em;
  content: counter(numerals);
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  position: absolute;
  color: orchid;
  font-size: 1.5em;
  margin: 0 0 0 -30px;
}
@media (min-width: 600px) {
  .entry-content ol li:before, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in ol li:before {
    line-height: 0.8em;
    font-size: 1.75em;
    margin: 0 0 0 -40px;
  }
}
.entry-content blockquote, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in blockquote {
  clear: both;
}
.entry-content blockquote p, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in blockquote p {
  font-size: 1.4em;
}
.entry-content blockquote p:last-of-type, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in blockquote p:last-of-type {
  margin-bottom: 0;
}
.entry-content hr, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in hr {
  border: none;
  border-top: 1px solid #d2d6d8;
  margin: 35px auto;
  padding: 0;
  width: 80%;
  max-width: 300px;
}
.entry-content.center, .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in.center {
  text-align: center;
}

.alignleft, .alignright, .aligncenter {
  clear: both;
  display: block;
  margin: 30px auto;
  border-bottom: 5px solid #f48d2c;
}

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

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

ul.threecol {
  -webkit-columns: 3 300px;
  -moz-columns: 3 300px;
  columns: 3 300px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
ul.threecol li:before {
  display: none;
}

/*==============================================================*/
/*==============================================================*/
ul#about-subnav {
  width: 100%;
  margin: 0 auto;
  max-width: 1180px;
  color: white;
  text-align: center;
  font-size: 0;
}
ul#about-subnav li {
  font-size: 1em;
  vertical-align: top;
  width: 250px;
  border-bottom: 1px solid #5baada;
  margin: 0 auto 30px;
  padding: 0 0 30px 0;
  display: block;
}
ul#about-subnav li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 600px) and (max-width: 767px) {
  ul#about-subnav li {
    display: inline-block;
    width: 50%;
  }
  ul#about-subnav li:last-of-type, ul#about-subnav li:nth-last-of-type(2):nth-of-type(odd) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  ul#about-subnav li:nth-of-type(odd) .inner {
    border-right: 1px solid #5baada;
  }
  ul#about-subnav li:last-of-type .inner {
    border-right: none;
  }
}
@media (min-width: 768px) {
  ul#about-subnav li {
    width: 33.3%;
    display: inline-block;
  }
  ul#about-subnav li .inner {
    border-right: 1px solid #5baada;
  }
  ul#about-subnav li:nth-of-type(3n) .inner {
    border-right: none;
  }
  ul#about-subnav li:last-of-type .inner {
    border-right: none;
  }
  ul#about-subnav li:last-of-type, ul#about-subnav li:nth-of-type(3n - 1):nth-last-of-type(2), ul#about-subnav li:nth-of-type(3n - 2):nth-last-of-type(3), ul#about-subnav li:nth-of-type(3n - 2):nth-last-of-type(2) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
ul#about-subnav li .inner {
  padding: 0 15px;
}
@media (min-width: 1024px) {
  ul#about-subnav li .inner {
    padding: 0 25px;
  }
}
ul#about-subnav li a {
  display: block;
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  font-size: 23px;
}
@media (min-width: 1024px) {
  ul#about-subnav li a {
    font-size: 28px;
  }
}
ul#about-subnav li a:hover, ul#about-subnav li a:hover span:before {
  color: white;
}
ul#about-subnav li a span:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #5baada;
  margin-bottom: 10px;
  font-size: 110px;
}
@media (min-width: 1024px) {
  ul#about-subnav li a span:before {
    font-size: 140px;
  }
}
ul#about-subnav li.menu-item-126 span:before {
  content: "\e90b";
}
ul#about-subnav li.menu-item-125 span:before {
  content: "\e90c";
}
ul#about-subnav li.menu-item-124 span:before {
  content: "\e908";
}
ul#about-subnav li.menu-item-123 span:before {
  content: "\e907";
}
ul#about-subnav li.menu-item-130 span:before {
  content: "\e909";
}
ul#about-subnav li.menu-item-99 span:before {
  content: "\e90a";
}
ul#about-subnav li.menu-item-978 span:before {
  content: "\e920";
}
ul#about-subnav li.menu-item-920 span:before {
  content: "\e909";
}
ul#about-subnav li.menu-item-1081 span:before {
  content: "\e922";
}

/*==============================================================*/
/*==============================================================*/
.college-stats {
  margin-top: 30px;
  text-align: center;
}
.college-stats h2 {
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  font-size: 1em;
  margin-bottom: 30px;
}
.college-stats ul {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.college-stats ul li {
  vertical-align: top;
  padding: 0 30px;
  margin: 0;
  width: 100%;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 480px) {
  .college-stats ul li {
    display: inline-block;
    width: 50%;
  }
}
.college-stats ul li:before {
  display: none;
}
.college-stats ul li p.value {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.05em;
  color: #f48d2c;
  margin-bottom: 0;
  font-size: 3em;
}
@media (min-width: 600px) {
  .college-stats ul li p.value {
    font-size: 4em;
  }
}
.college-stats ul li p.label {
  color: #2274a5;
  font-size: 0.9em;
}

.full.blue {
  padding: 40px 0 50px;
  text-align: center;
  color: white;
  border-bottom: 5px solid #d2d6d8;
}

h2.orangeheadline {
  font-size: 1.5em;
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

ul.success {
  width: 100%;
  margin: 30px auto 0;
  max-width: 1180px;
  color: white;
  text-align: center;
}
ul.success li {
  vertical-align: top;
  width: 250px;
  border-bottom: 1px solid #5baada;
  margin: 0 auto 30px;
  padding: 0 0 30px 0;
  display: block;
}
ul.success li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 600px) and (max-width: 767px) {
  ul.success li {
    display: inline-block;
    width: 50%;
  }
  ul.success li:last-of-type, ul.success li:nth-last-of-type(2):nth-of-type(odd) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  ul.success li:nth-of-type(odd) .inner {
    border-right: 1px solid #5baada;
  }
  ul.success li:last-of-type .inner {
    border-right: none;
  }
}
@media (min-width: 768px) {
  ul.success li {
    width: 33.3%;
    display: inline-block;
  }
  ul.success li .inner {
    border-right: 1px solid #5baada;
  }
  ul.success li:nth-of-type(3n) .inner {
    border-right: none;
  }
  ul.success li:last-of-type .inner {
    border-right: none;
  }
  ul.success li:last-of-type, ul.success li:nth-of-type(3n - 1):nth-last-of-type(2), ul.success li:nth-of-type(3n - 2):nth-last-of-type(3), ul.success li:nth-of-type(3n - 2):nth-last-of-type(2) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
ul.success li .inner {
  padding: 0 15px;
}
@media (min-width: 1024px) {
  ul.success li .inner {
    padding: 0 25px;
  }
}
ul.success li img {
  width: 90%;
  max-height: 140px;
  display: block;
  margin: 0 auto 20px;
}
ul.success li p.label {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #f48d2c;
  line-height: 1.2em;
  margin-bottom: 5px;
}
ul.success li p.details {
  line-height: 1.4em;
}

/*==============================================================*/
/*==============================================================*/
.graphs {
  border-top: 1px solid #d2d6d8;
  margin: 40px 0 0 0;
  padding: 40px 0 0 0;
}
.graphs img {
  width: auto;
}
.graphs p.question {
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.graphs h2 {
  color: #2274a5;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.05em;
  font-size: 1.25em;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .graphs h2 {
    font-size: 1.5em;
  }
}
.graphs p.footnote {
  text-align: center;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .graphs p.footnote {
    font-size: 0.9em;
  }
}
.graphs p.footnote.all {
  color: #f48d2c;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: -20px;
}

.qrow {
  border-bottom: 1px solid #d2d6d8;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  text-align: center;
}
.qrow.q3 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.qrow.q3 img {
  max-width: none;
}
@media (min-width: 768px) {
  .qrow.q3 h2 {
    margin-bottom: 30px;
  }
}

.qtable {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.qtable .half {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .qtable .half {
    display: table-cell;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .qtable .half:first-of-type {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .qtable .half:first-of-type {
    text-align: right;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1024px) {
  .qtable .half:first-of-type {
    padding: 0 40px 0 0;
  }
}
@media (min-width: 768px) {
  .qtable .half:last-of-type {
    text-align: left;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .qtable .half:last-of-type {
    padding: 0 0 0 40px;
  }
}
.qtable.center .half {
  vertical-align: top;
  text-align: center;
}
@media (min-width: 768px) {
  .qtable.center .half {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .qtable.center .half {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .qtable.center .half:first-of-type {
    margin-bottom: 40px;
    border-bottom: 1px solid #d2d6d8;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .qtable.center .half:first-of-type {
    margin-bottom: 0;
    border-right: 1px solid #d2d6d8;
  }
}

.qrow.q4 img,
.qrow.q5 img,
.qrow.q12 .half:last-of-type img {
  max-width: 400px;
}

.qbox {
  position: relative;
  border: 1px solid #d2d6d8;
  padding: 20px;
  margin: 0 0 25px 0;
}
@media (min-width: 768px) {
  .qbox {
    margin: 0 0 50px 0;
  }
}
@media (min-width: 1024px) {
  .qbox {
    padding: 40px;
  }
}
.qbox h3 {
  font-size: 0.9em;
  letter-spacing: -0.03em;
  width: auto;
  line-height: 1.3em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .qbox h3 {
    max-width: 570px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -10px;
  }
}
.qbox h3 strong {
  display: inline-block;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  background: white;
  padding: 0 10px;
}
.qbox h3 span {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  display: block;
}
@media (min-width: 768px) {
  .qbox.q3a {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .qbox.q3b {
    padding-top: 80px;
  }
}
.qbox img.key {
  display: block;
  margin: 0 auto 25px;
  max-width: 400px;
}

.reportcards {
  text-align: center;
  margin: 60px 0 30px;
}
@media (min-width: 768px) {
  .reportcards {
    margin: 60px 0;
  }
}
.reportcards img.icon {
  width: 100px;
  display: inline-block;
}
.reportcards h2 {
  margin: 10px 0 40px;
  font-size: 1.25em;
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  line-height: 1.3em;
}
@media (min-width: 600px) {
  .reportcards h2 {
    line-height: 1.4em;
  }
}

ul.reportcards li {
  display: inline-block;
  vertical-align: top;
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  padding: 0 30px;
  margin-bottom: 40px;
  font-size: 0.85em;
}
@media (min-width: 600px) and (max-width: 899px) {
  ul.reportcards li {
    width: 50%;
  }
  ul.reportcards li:nth-of-type(odd) {
    border-right: 1px solid #d2d6d8;
  }
}
@media (min-width: 900px) {
  ul.reportcards li {
    margin-bottom: 0;
    width: 25%;
    border-right: 1px solid #d2d6d8;
  }
}
@media (min-width: 1440px) {
  ul.reportcards li {
    font-size: 1em;
  }
}
ul.reportcards li:hover {
  color: #2274a5;
}
ul.reportcards li:last-of-type {
  border: none;
}
ul.reportcards li .logo {
  margin-bottom: 15px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media (min-width: 600px) {
  ul.reportcards li .logo {
    height: 160px;
  }
}
ul.reportcards li .logo .inner {
  display: table-cell;
  vertical-align: middle;
}
ul.reportcards li img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  max-height: 100px;
}
@media (min-width: 600px) {
  ul.reportcards li img {
    max-height: 160px;
  }
}
@media (min-width: 900px) {
  ul.reportcards li img {
    max-width: 100%;
  }
}
ul.reportcards li span {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  vertical-align: middle;
}
@media (min-width: 1440px) {
  ul.reportcards li span {
    font-size: 26px;
  }
}

/*==============================================================*/
/*==============================================================*/
.entry-content ul.enrollSchools {
  width: 100%;
  text-align: center;
  margin: 20px auto;
}
.entry-content ul.enrollSchools li {
  vertical-align: text-top;
  display: inline-block;
  width: 270px;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .entry-content ul.enrollSchools li {
    width: 340px;
  }
}
@media (min-width: 1024px) {
  .entry-content ul.enrollSchools li {
    padding: 0 30px;
    width: 460px;
  }
}
.entry-content ul.enrollSchools li:before {
  display: none;
}
.entry-content ul.enrollSchools li a {
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #2274a5;
  padding-top: 25px;
  width: 230px;
  height: 230px;
}
@media (min-width: 768px) {
  .entry-content ul.enrollSchools li a {
    width: 300px;
    height: 300px;
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .entry-content ul.enrollSchools li a {
    padding-top: 55px;
    width: 400px;
    height: 400px;
  }
}
.entry-content ul.enrollSchools li a:hover {
  background: #5baada;
}
.entry-content ul.enrollSchools li a p.grades {
  color: white;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 1.25em;
}
@media (min-width: 768px) {
  .entry-content ul.enrollSchools li a p.grades {
    font-size: 1.5em;
  }
}
@media (min-width: 1024px) {
  .entry-content ul.enrollSchools li a p.grades {
    font-size: 2em;
  }
}
.entry-content ul.enrollSchools li a img {
  width: 120px;
}
@media (min-width: 768px) {
  .entry-content ul.enrollSchools li a img {
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .entry-content ul.enrollSchools li a img {
    width: 200px;
  }
}

.refer {
  margin: 30px 0 0;
}

.enrollTable {
  margin: 50px auto;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 1100px;
}
.enrollTable .left, .enrollTable .right {
  vertical-align: middle;
}
@media (min-width: 600px) {
  .enrollTable .left, .enrollTable .right {
    display: table-cell;
  }
}
.enrollTable .left {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .enrollTable .left {
    width: 230px;
  }
}
@media (min-width: 1024px) {
  .enrollTable .left {
    width: 300px;
  }
}
.enrollTable .left .logoCircle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #2274a5;
  margin: 0 auto;
  padding-top: 25px;
  width: 230px;
  height: 230px;
}
@media (min-width: 1024px) {
  .enrollTable .left .logoCircle {
    width: 300px;
    height: 300px;
    padding-top: 40px;
  }
}
.enrollTable .left .logoCircle p.grades {
  color: white;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 1.25em;
}
@media (min-width: 1024px) {
  .enrollTable .left .logoCircle p.grades {
    font-size: 1.5em;
  }
}
.enrollTable .left .logoCircle img {
  width: 120px;
}
@media (min-width: 1024px) {
  .enrollTable .left .logoCircle img {
    width: 150px;
  }
}
@media (min-width: 600px) {
  .enrollTable .right {
    padding-left: 40px;
  }
}
.enrollTable .right h2 {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4em;
  font-size: 1.2em;
}
.enrollTable .right h2 strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #f48d2c;
  font-size: 130%;
}

/*==============================================================*/
/*==============================================================*/
.facultyStaff h2 {
  text-transform: uppercase;
  letter-spacing: -0.03em;
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 1.6em;
  line-height: 1.3em;
  margin-bottom: 10px;
}

ul.faculty {
  margin: 0;
}
ul.faculty li {
  padding: 12px 20px 10px;
  margin: 0;
  border-bottom: 1px solid #d2d6d8;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 12px 0 10px;
}
@media (min-width: 600px) {
  ul.faculty li {
    padding: 12px 20px 10px;
  }
}
ul.faculty li:before {
  display: none;
}
ul.faculty li h3, ul.faculty li a {
  display: table-cell;
}
ul.faculty li h3 {
  color: #2274a5;
  line-height: 1.1em;
}
ul.faculty li h3 span {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  font-size: 0.8em;
}
ul.faculty li a {
  text-transform: uppercase;
  text-align: right;
  font-size: 12px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  width: 90px;
}
@media (min-width: 600px) {
  ul.faculty li a {
    padding-left: 20px;
    width: 220px;
  }
}
ul.faculty li a span.icon-email {
  vertical-align: top;
  position: relative;
  top: 4px;
  font-size: 20px;
}
ul.faculty li a span.name {
  display: none;
}
@media (min-width: 600px) {
  ul.faculty li a span.name {
    display: inline-block;
  }
}

/*==============================================================*/
/*==============================================================*/
.board {
  margin: 60px auto;
  text-align: center;
}
.board h2 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #0075aa;
  letter-spacing: 0.1em;
  margin: 0 auto 40px;
}
.board .grid {
  justify-content: flex-start;
}
.board .grid .grid-item {
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
}
@media (min-width: 600px) {
  .board .grid .grid-item {
    width: 50%;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .board .grid .grid-item {
    width: 33.3333333%;
    padding: 0 20px;
  }
}
.board .grid .name {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 5px;
}
.board .grid .company {
  line-height: 1.4;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  color: #263d49;
}
.board.membersEBM {
  background: #f3f8fb;
  padding: 60px 0 40px;
}
.board.membersHBM .grid {
  justify-content: center;
}
.board.membersHBM .grid .grid-item {
  text-align: center;
  width: 100%;
}

.bodbox {
  margin: 50px auto 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.bodbox .left, .bodbox .right {
  width: 100%;
}
@media (min-width: 768px) {
  .bodbox .left, .bodbox .right {
    display: table-cell;
    width: 50%;
  }
}
.bodbox .left {
  background: #054469;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .bodbox .left {
    padding: 60px 20px;
    width: 55%;
  }
}
@media (min-width: 900px) {
  .bodbox .left {
    padding: 90px 60px;
    width: 50%;
  }
}
.bodbox .left p.orangeintro {
  color: #fff;
}
.bodbox .right {
  background: url("../images/bod-right.jpg") no-repeat top right;
  background-size: cover;
  height: 250px;
}
@media (min-width: 600px) {
  .bodbox .right {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .bodbox .right {
    height: auto;
    background-position: center right;
  }
}

/*==============================================================*/
/*==============================================================*/
ul.profiles {
  text-align: center;
}
ul.profiles:first-of-type {
  margin-top: 50px;
}
ul.profiles li {
  margin: 60px 0 0 0;
  text-align: center;
}
@media (min-width: 600px) {
  ul.profiles li {
    margin: 40px 0 0 0;
    text-align: left;
    padding: 40px 0 0 0;
  }
}
@media (min-width: 1024px) {
  ul.profiles li {
    padding-top: 60px;
    margin-top: 60px;
  }
}
ul.profiles li:first-of-type {
  margin: 0;
  padding: 0;
  border: none;
}
ul.profiles li img {
  border-bottom: 10px solid #f48d2c;
  max-width: 250px;
}
@media (min-width: 600px) {
  ul.profiles li img {
    max-width: 100%;
  }
}
ul.profiles li .inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}
ul.profiles li .inner .left {
  vertical-align: top;
  padding: 0 0 15px 0;
}
@media (min-width: 600px) {
  ul.profiles li .inner .left {
    width: 33%;
    padding: 0 30px 0 0;
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  ul.profiles li .inner .left {
    width: 370px;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  ul.profiles li .inner .left {
    width: 435px;
  }
}
ul.profiles li .inner .right {
  vertical-align: top;
}
@media (min-width: 600px) {
  ul.profiles li .inner .right {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  ul.profiles li .inner .right {
    vertical-align: middle;
  }
}
ul.profiles li .inner .right .title {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
ul.profiles li .inner .right .title h2 {
  letter-spacing: -0.03em;
  color: #2274a5;
  font-size: 1.5em;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
ul.profiles li .inner .right .title h2 span {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  font-size: 0.75em;
  display: block;
  margin: 8px 0 12px;
}
@media (min-width: 1024px) {
  ul.profiles li .inner .right .title h2 span {
    display: inline;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  ul.profiles li .inner .right .title h2 span.comma {
    display: none;
  }
}
ul.profiles li .inner .right .title .contact {
  color: #f48d2c;
  font-size: 12px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  ul.profiles li .inner .right .title .contact {
    text-align: right;
    width: 210px;
  }
}
@media (min-width: 1200px) {
  ul.profiles li .inner .right .title .contact {
    width: 40%;
  }
}
ul.profiles li .inner .right .title .contact span.icon-email {
  position: relative;
  top: 4px;
  font-size: 20px;
}
ul.profiles li .inner .right .title .contact span.name {
  display: none;
}
@media (min-width: 600px) {
  ul.profiles li .inner .right .title .contact span.name {
    display: inline-block;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  ul.profiles li .inner .right .title .contact a span.name {
    display: none;
  }
}
ul.profiles li .inner .right .title .contact a:hover {
  color: #5baada;
}
@media (max-width: 1023px) {
  ul.profiles li .inner .right .entry-content * {
    font-size: 95%;
  }
}
ul.profiles li .inner .right .entry-content p strong {
  color: #f48d2c;
}
ul.profiles li.first {
  padding-bottom: 30px;
  border-bottom: 2px solid #d2d6d8;
}
@media (min-width: 900px) {
  ul.profiles li.first {
    padding-bottom: 60px;
  }
}
ul.profiles li.first .title {
  border-bottom: 2px solid #d2d6d8;
}
@media (min-width: 1024px) {
  ul.profiles li.first .right h2, ul.profiles li.first .right .contact {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 1024px) {
  ul.profiles li.others {
    vertical-align: top;
    width: 33%;
    display: inline-block;
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
  }
  ul.profiles li.others .inner, ul.profiles li.others .left, ul.profiles li.others .right, ul.profiles li.others .title, ul.profiles li.others h3, ul.profiles li.others .contact {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  ul.profiles li.others .inner {
    padding: 0 40px !important;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  ul.profiles li.others .inner {
    padding: 0 60px !important;
  }
}
@media (min-width: 1024px) {
  ul.profiles li.others img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 10px;
  }
}
@media (min-width: 1024px) {
  ul.profiles li.others h2 {
    display: block;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  ul.profiles li.others h2 span {
    display: block !important;
    margin-top: 8px !important;
    font-size: 0.6em !important;
  }
}
@media (min-width: 1024px) {
  ul.profiles li.others .contact {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  ul.profiles li.others .entry-content {
    text-align: left !important;
  }
}
@media (min-width: 1024px) {
  ul.profiles li.others .entry-content * {
    font-size: 0.925em;
    line-height: 1.4em;
  }
}
ul.profiles li.others .readbio {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  background: #ffffff;
  border: 2px solid #f48d2c;
  color: #f48d2c;
  padding: 10px;
  text-align: center;
  display: inline-block;
  width: 150px;
}
ul.profiles li.others .readbio:hover {
  background: #2274a5;
  color: #ffffff;
  border-color: #2274a5;
}
ul.profiles li.others .bio {
  display: none !important;
}
ul.profiles li.others .bio.open {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
ul.profiles li.others .bio .overlay {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
ul.profiles li.others .bio .popup {
  display: block;
  text-align: left;
  position: relative;
  z-index: 999;
  width: 100%;
  background-color: #ffffff;
  padding: 75px 20px 60px;
  height: 100%;
  overflow: scroll;
}
@media (min-width: 900px) {
  ul.profiles li.others .bio .popup {
    display: flex;
    width: 94%;
    max-width: 1100px;
    padding: 60px 40px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  ul.profiles li.others .bio .popup {
    padding: 60px;
  }
}
ul.profiles li.others .bio .popup .left {
  margin: 0 auto 30px;
  width: 250px !important;
  display: block !important;
  padding: 0px !important;
}
@media (min-width: 900px) {
  ul.profiles li.others .bio .popup .left {
    width: 275px !important;
  }
}
ul.profiles li.others .bio .popup .left img {
  width: 100% !important;
}
ul.profiles li.others .bio .popup .right {
  width: 100% !important;
  display: block !important;
}
@media (min-width: 900px) {
  ul.profiles li.others .bio .popup .right {
    width: calc(100% - 275px) !important;
    padding-left: 40px !important;
  }
}
@media (min-width: 1200px) {
  ul.profiles li.others .bio .popup .right {
    padding-left: 60px !important;
  }
}
ul.profiles li.others .bio .popup .right .title {
  margin-bottom: 10px !important;
  text-align: left !important;
}
ul.profiles li.others .bio .popup .right .contact {
  text-align: left !important;
}
ul.profiles li.others .bio .popup .closeModal {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #f48d2c;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
ul.profiles li.others .bio .popup .closeModal:hover {
  color: #2274a5;
}

.bios .wrap h2.title {
  color: #f48d2c;
  text-align: center;
  letter-spacing: -0.04em;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  border-top: 1px solid #d2d6d8;
  border-bottom: 1px solid #d2d6d8;
  margin: 60px 0 40px;
  padding: 20px 0;
  font-size: 2em;
}
@media (min-width: 1024px) {
  .bios .wrap h2.title {
    border-bottom: none;
    margin: 60px 0 0 0;
    padding: 40px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .bios.ktc li.others:nth-of-type(odd) .inner {
    border-right: 1px solid #d2d6d8;
  }
}

/*==============================================================*/
/*==============================================================*/
.expander {
  border-bottom: 1px solid #d2d6d8;
}

.expand {
  color: black;
  cursor: pointer;
  position: relative;
  padding: 20px 30px 20px 0;
}
@media (min-width: 768px) {
  .expand {
    padding-right: 50px;
  }
}
.expand:after {
  color: #2274a5;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: auto;
  right: -9px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .expand:after {
    font-size: 24px;
  }
}
.expand.open:after {
  content: "\e912";
}
.expand:hover {
  background: rgba(91, 170, 218, 0.05);
}
.expand p.orangeintro {
  line-height: 1.2em;
}

.toggled {
  width: 100%;
  display: none;
  padding: 10px 0 40px 0;
  font-size: 0.925em;
}

.faqs h2.title {
  position: relative;
  color: #2274a5;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  margin-top: 80px;
}
@media (min-width: 900px) {
  .faqs h2.title {
    font-size: 2.25em;
  }
}
.faqs h2.title:first-of-type {
  margin-top: 0;
}
.faqs h2.title:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5baada;
  font-size: 60px;
  display: block;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .faqs h2.title:before {
    margin: 0 10px 0 0;
    display: inline-block;
  }
}
@media (min-width: 1300px) {
  .faqs h2.title:before {
    margin: 0;
    position: absolute;
    top: 0;
    right: 101.5%;
  }
}
.faqs h2.title.faqs1:before {
  content: "\e915";
}
.faqs h2.title.faqs2:before {
  content: "\e913";
}
.faqs h2.title.faqs3:before {
  content: "\e914";
}
.faqs h2.title.faqs4:before {
  content: "\e910";
}

/*==============================================================*/
/*==============================================================*/
.careers .entry-content h3 {
  width: 750px;
}
.careers .entry-content ul.careerBlurbs {
  margin-top: 40px;
}
.careers .entry-content ul.careerBlurbs li {
  padding-left: 0;
  vertical-align: top;
  text-align: center;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .careers .entry-content ul.careerBlurbs li {
    display: inline-block;
    width: 50%;
    padding: 0 30px;
  }
}
.careers .entry-content ul.careerBlurbs li:first-of-type {
  border-bottom: 1px solid #d2d6d8;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .careers .entry-content ul.careerBlurbs li:first-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #d2d6d8;
  }
}
.careers .entry-content ul.careerBlurbs li:before {
  display: none;
}
.careers .entry-content ul.careerBlurbs li img {
  width: auto;
  display: block;
  margin: 0 auto 10px;
  height: 100px;
}
@media (min-width: 600px) {
  .careers .entry-content ul.careerBlurbs li img {
    height: 136px;
  }
}
.careers .entry-content ul.careerBlurbs li p.orangeintro {
  margin-bottom: 15px;
}

/*==============================================================*/
/*==============================================================*/
.partners {
  text-align: center;
}
.partners ul.donors {
  margin: 40px 0 0 0;
}
.partners ul.donors li {
  vertical-align: top;
  border-top: 1px solid #d2d6d8;
  margin: 0;
  padding: 20px 0 15px;
}
@media (min-width: 600px) {
  .partners ul.donors li {
    padding: 30px 0;
  }
}
.partners ul.donors li:before {
  display: none;
}
@media (min-width: 600px) {
  .partners ul.donors li.half {
    width: 50%;
    display: inline-block;
  }
}
.partners ul.donors li.half .inner {
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 600px) {
  .partners ul.donors li.half .inner {
    max-width: 400px;
  }
}
@media (min-width: 600px) {
  .partners ul.donors li.half:nth-of-type(odd) .inner {
    float: left;
    border-left: 1px solid #d2d6d8;
    padding: 0 0 0 40px;
  }
}
@media (min-width: 900px) {
  .partners ul.donors li.half:nth-of-type(odd) .inner {
    padding: 0 0 0 60px;
  }
}
@media (min-width: 1200px) {
  .partners ul.donors li.half:nth-of-type(odd) .inner {
    padding-left: 100px;
  }
}
@media (min-width: 600px) {
  .partners ul.donors li.half:nth-of-type(even) .inner {
    float: right;
    padding: 0 40px 0 0;
  }
}
@media (min-width: 900px) {
  .partners ul.donors li.half:nth-of-type(even) .inner {
    padding: 0 60px 0 0;
  }
}
@media (min-width: 1200px) {
  .partners ul.donors li.half:nth-of-type(even) .inner {
    padding-right: 100px;
  }
}
.partners ul.donors li.fullwidth {
  width: 100%;
}
.partners ul.donors li.fullwidth .inner {
  border: none;
  max-width: 1140px;
  margin: 0 auto;
}
.partners ul.donors li ul {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.9em;
}
.partners ul.donors li ul li {
  margin: 0 0 8px 0;
  padding: 0;
  border: none;
}
@media (min-width: 900px) {
  .partners ul.donors li p + ul {
    margin-top: 30px;
  }
}

/*==============================================================*/
/*==============================================================*/
.annualGiving .orangeintro.top {
  margin-top: 40px;
  margin-bottom: -20px;
  text-align: center;
}

ul.waysToGive {
  margin-left: 0;
  text-align: center;
}
ul.waysToGive > li {
  width: 100%;
  display: block;
  border-top: 1px solid #d2d6d8;
  margin: 25px 0 0 0;
  padding: 25px 0 0 0;
  font-size: 0.925em;
}
@media (min-width: 768px) {
  ul.waysToGive > li {
    width: 50%;
    display: inline-block;
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
  }
}
ul.waysToGive > li:first-of0type {
  margin-top: 0;
}
ul.waysToGive > li:before {
  display: none;
}
ul.waysToGive > li .inner {
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 768px) {
  ul.waysToGive > li .inner {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  ul.waysToGive > li:nth-of-type(even) .inner {
    float: left;
    border-left: 1px solid #d2d6d8;
    padding: 0 0 0 40px;
  }
}
@media (min-width: 900px) {
  ul.waysToGive > li:nth-of-type(even) .inner {
    padding: 0 0 0 60px;
  }
}
@media (min-width: 1200px) {
  ul.waysToGive > li:nth-of-type(even) .inner {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  ul.waysToGive > li:nth-of-type(odd) .inner {
    float: right;
    padding: 0 40px 0 0;
  }
}
@media (min-width: 900px) {
  ul.waysToGive > li:nth-of-type(odd) .inner {
    padding: 0 60px 0 0;
  }
}
@media (min-width: 1200px) {
  ul.waysToGive > li:nth-of-type(odd) .inner {
    padding-right: 100px;
  }
}
ul.waysToGive > li:last-of-type, ul.waysToGive > li:nth-last-of-type(2) {
  display: block;
  width: 100%;
}
ul.waysToGive > li:last-of-type .inner, ul.waysToGive > li:nth-last-of-type(2) .inner {
  float: none;
  border: none;
  padding: 0 30px;
  max-width: 100%;
}
@media (min-width: 900px) {
  ul.waysToGive > li:last-of-type .inner, ul.waysToGive > li:nth-last-of-type(2) .inner {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  ul.waysToGive > li:last-of-type .inner, ul.waysToGive > li:nth-last-of-type(2) .inner {
    padding: 0 100px;
  }
}
ul.waysToGive > li img {
  height: 122px;
}
ul.waysToGive > li h2 {
  margin-top: 10px;
}
ul.waysToGive > li ul {
  margin-left: 0;
}
ul.waysToGive > li ul li {
  margin-bottom: 8px;
}
ul.waysToGive > li ul li:before {
  color: #f48d2c;
}
ul.waysToGive > li ul.twocol li:before {
  color: #f48d2c;
}

/*==============================================================*/
/*==============================================================*/
#pageTestimonial, .pageTesti {
  position: relative;
  margin-top: 80px;
}
#pageTestimonial:before, .pageTesti:before {
  width: 80%;
  max-width: 475px;
  height: 1px;
  background: #d2d6d8;
  content: "";
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
#pageTestimonial:after, .pageTesti:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  color: white;
  background: #f48d2c;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -20px;
  font-size: 20px;
  text-align: center;
  padding: 10px 0 0 0;
  height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  #pageTestimonial:after, .pageTesti:after {
    padding: 15px 0 0 0;
    top: -26px;
    font-size: 28px;
    height: 56px;
    width: 56px;
  }
}
#pageTestimonial *, .pageTesti * {
  width: 100%;
  max-width: 100%;
}
#pageTestimonial .textwidget, .pageTesti .textwidget {
  padding: 40px 0 0;
  text-align: center;
}
#pageTestimonial h3, .pageTesti h3 {
  display: none;
}
#pageTestimonial p.byline, .pageTesti p.byline {
  color: #2274a5;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  #pageTestimonial p.byline, .pageTesti p.byline {
    font-size: 1em;
  }
}
#pageTestimonial p.byline span, .pageTesti p.byline span {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}

.pageTesti.blue {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .pageTesti.blue {
    margin-top: 0;
  }
}
.pageTesti.blue:before {
  display: none;
}
.pageTesti.blue p.orangeintro {
  color: #2274a5;
}
.pageTesti.blue p.byline {
  color: #054469;
  font-size: 0.9em;
}

/*==============================================================*/
/*==============================================================*/
.entry-content .placementInfo {
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #d2d6d8;
  margin: 50px 0 0 0;
  padding: 47px 0 0 0;
}
.entry-content .placementInfo h3 {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d2d6d8;
  padding-bottom: 4px;
}
@media (min-width: 600px) {
  .entry-content .placementInfo h3 {
    border: none;
  }
  .entry-content .placementInfo h3:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #d2d6d8;
    position: absolute;
    left: auto;
    top: 9px;
    margin-left: 8px;
  }
}
.entry-content .placementInfo h3 strong {
  color: #2274a5;
}
.entry-content .placementInfo * + h3 {
  margin-top: 40px;
}
.entry-content .placementInfo ul {
  margin-top: 10px;
}
.entry-content .placementInfo ul li {
  margin-bottom: 5px;
}
.entry-content .placementInfo ul li:before {
  color: #f48d2c;
}
.entry-content .placementInfo ul.twocol {
  margin: 0 auto;
}

/*==============================================================*/
/*==============================================================*/
#twoColLayout {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  width: 94%;
  max-width: 1400px;
  padding: 40px 0 60px;
}
@media (min-width: 1200px) {
  #twoColLayout {
    padding: 40px 0 100px;
  }
}
#twoColLayout #primary, #twoColLayout #secondary {
  vertical-align: top;
}
@media (min-width: 900px) {
  #twoColLayout #primary, #twoColLayout #secondary {
    display: table-cell;
  }
}
#twoColLayout #primary {
  padding: 30px 0 0 0;
}
@media (min-width: 768px) {
  #twoColLayout #primary {
    padding: 50px 0 0 0;
  }
}
@media (min-width: 900px) {
  #twoColLayout #primary {
    padding: 0 0 0 30px;
  }
}
#twoColLayout #secondary {
  width: 250px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  #twoColLayout #secondary {
    width: 100%;
  }
}
@media (min-width: 900px) {
  #twoColLayout #secondary {
    width: 200px;
    padding: 0 30px 0 0;
    border-right: 1px solid #d2d6d8;
  }
}
@media (min-width: 1024px) {
  #twoColLayout #secondary {
    width: 230px;
  }
}
@media (min-width: 1200px) {
  #twoColLayout #secondary {
    width: 315px;
  }
}

/*--------------------------------------------------------------*/
/* school subnav */
/*--------------------------------------------------------------*/
ul.schoolSubnav {
  margin: 0 0 25px;
  text-align: center;
  padding: 15px 0 0 0;
  border-top: 3px solid #d2d6d8;
}
@media (min-width: 768px) {
  ul.schoolSubnav {
    border-top: none;
    padding: 0 0 5px 0;
    border-bottom: 3px solid #d2d6d8;
  }
}
@media (min-width: 900px) {
  ul.schoolSubnav {
    margin: 0 0 40px;
    text-align: left;
  }
}
ul.schoolSubnav li {
  position: relative;
  text-align: center;
  display: inline-block;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  font-size: 0.75em;
  background: #5baada;
  color: white;
  margin: 3px;
}
@media (min-width: 768px) {
  ul.schoolSubnav li {
    margin: 0 15px 0 0;
    background: none;
    color: #2274a5;
  }
}
@media (min-width: 1024px) {
  ul.schoolSubnav li {
    font-size: 0.85em;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1200px) {
  ul.schoolSubnav li {
    font-size: 0.9em;
    margin: 0 30px 0 0;
  }
}
@media (min-width: 1440px) {
  ul.schoolSubnav li {
    margin: 0 50px 0 0;
  }
}
ul.schoolSubnav li:nth-last-of-type {
  margin: 0;
}
ul.schoolSubnav li:hover {
  color: #5baada;
}
ul.schoolSubnav li.current-menu-item {
  color: #f48d2c;
}
@media (min-width: 768px) {
  ul.schoolSubnav li.current-menu-item:after {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e916";
    color: #d2d6d8;
    font-size: 36px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
ul.schoolSubnav li a {
  display: block;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  ul.schoolSubnav li a {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .page-id-131 li.general, .page-id-144 li.general {
    color: #f48d2c;
  }
}
@media (min-width: 768px) {
  .page-id-131 li.general:after, .page-id-144 li.general:after {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e916";
    color: #d2d6d8;
    font-size: 36px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------*/
/* sidebar */
/*--------------------------------------------------------------*/
#secondary {
  text-align: center;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  line-height: 1.3em;
  font-size: 0.8em;
}
@media (min-width: 1024px) {
  #secondary {
    font-size: 0.85em;
  }
}
@media (min-width: 1200px) {
  #secondary {
    font-size: 0.95em;
  }
}
@media (min-width: 480px) and (max-width: 899px) {
  #secondary .sidebar {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  #secondary .sidebar .sbTop, #secondary .sidebar .sbBottom {
    display: table-cell;
    vertical-align: middle;
  }
  #secondary .sidebar .sbTop {
    width: 170px;
  }
}
#secondary .logoCircle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: #2274a5;
  padding-top: 20px;
  width: 150px;
  height: 150px;
  margin: 0 auto 10px;
}
@media (min-width: 480px) {
  #secondary .logoCircle {
    margin: 0;
  }
}
@media (min-width: 900px) {
  #secondary .logoCircle {
    padding-top: 25px;
    width: 170px;
    height: 170px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  #secondary .logoCircle {
    padding-top: 25px;
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #secondary .logoCircle {
    width: 285px;
    height: 285px;
    padding-top: 46px;
  }
}
#secondary .logoCircle img {
  width: 90px;
}
@media (min-width: 900px) {
  #secondary .logoCircle img {
    width: 100px;
  }
}
@media (min-width: 1024px) {
  #secondary .logoCircle img {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  #secondary .logoCircle img {
    width: 170px;
  }
}
#secondary a.map {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
  color: #f48d2c;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  margin-top: 2px;
}
@media (min-width: 900px) {
  #secondary a.map {
    font-size: 12px;
  }
}
#secondary a.email {
  color: #f48d2c;
}
#secondary a.email span {
  font-size: 20px;
  vertical-align: top;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  #secondary a.email span {
    top: 2px;
  }
}
#secondary a:hover {
  color: #5baada;
}
#secondary strong {
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
#secondary hr {
  border: none;
  border-top: 1px solid #d2d6d8;
  margin: 10px auto;
  padding: 0;
}
@media (min-width: 1024px) {
  #secondary hr {
    margin: 15px auto;
  }
}

.page-id-131 .harmony, .parent-pageid-131 .harmony,
.page-id-144 .ujima, .parent-pageid-144 .ujima {
  display: none !important;
}

/*--------------------------------------------------------------*/
/* general/main */
/*--------------------------------------------------------------*/
ul.stats {
  margin: 35px 0 40px;
  padding: 10px 0;
  border-top: 1px solid #d2d6d8;
  border-bottom: 1px solid #d2d6d8;
}
@media (min-width: 1024px) {
  ul.stats {
    padding: 20px 0;
  }
}
ul.stats li {
  vertical-align: top;
  display: inline-block;
  width: 33.3%;
  margin: 0;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  ul.stats li {
    padding: 0 30px;
  }
}
ul.stats li h2 {
  line-height: 0.8em;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
}
@media (min-width: 1200px) {
  ul.stats li h2 {
    font-size: 2em;
  }
}
ul.stats li span.label {
  display: block;
  color: #f48d2c;
  font-size: 0.5em;
  text-transform: uppercase;
}
ul.stats li:before {
  display: none;
}
ul.stats li .inner {
  display: inline-block;
}
ul.stats li .inner:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2274a5;
  font-size: 30px;
  position: relative;
  display: block;
  vertical-align: middle;
  margin: 0 0 4px 0;
}
@media (min-width: 600px) {
  ul.stats li .inner:before {
    font-size: 40px;
    margin: 0 10px 0 0;
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  ul.stats li .inner:before {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  ul.stats li .inner:before {
    font-size: 60px;
  }
}
ul.stats li.founded .inner:before {
  content: "\e918";
}
ul.stats li.grades {
  border-left: 1px solid #d2d6d8;
  border-right: 1px solid #d2d6d8;
}
ul.stats li.grades .inner {
  margin: 0 auto;
}
@media (min-width: 600px) {
  ul.stats li.grades .inner {
    text-align: left;
  }
}
ul.stats li.grades .inner:before {
  content: "\e907";
}
@media (min-width: 1440px) {
  ul.stats li.grades .short {
    display: none;
  }
}
@media (max-width: 1439px) {
  ul.stats li.grades .long {
    display: none;
  }
}
ul.stats li.students .inner:before {
  content: "\e919";
}

/*==============================================================*/
/*==============================================================*/
.calendar .ajde_evcal_calendar #evcal_head .evo-jumper-btn, .calendar .ajde_evcal_calendar #evcal_head .evo-gototoday-btn {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  background: #d2d6d8;
  color: #2274a5;
  padding: 8px 16px;
  font-size: 0.8em;
}
.calendar .ajde_evcal_calendar #evcal_head .legend a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 0.9em;
}
.calendar .ajde_evcal_calendar #evcal_head .legend a.set {
  background: rgba(91, 170, 218, 0.5);
}
.calendar .ajde_evcal_calendar #evcal_head #evcal_cur {
  margin-top: 15px !important;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  color: #f48d2c !important;
  font-size: 2.5em;
}
.calendar .ajde_evcal_calendar #evcal_head .evo_arrows {
  margin: 15px 0 10px !important;
}
.calendar .ajde_evcal_calendar .evo_sort_btn {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #2274a5;
}
.calendar .ajde_evcal_calendar .evo_sort_btn:hover {
  color: #f48d2c;
}
.calendar .ajde_evcal_calendar .eventon_sorting_section {
  background: rgba(210, 214, 216, 0.4);
  padding: 5px;
}
.calendar .ajde_evcal_calendar .eventon_sorting_section * {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.calendar .ajde_evcal_calendar #eventon_loadbar_section {
  display: none !important;
}
.calendar .ajde_evcal_calendar .eventon_fullcal {
  margin-top: 15px;
  border: none;
}
.calendar .ajde_evcal_calendar .eventon_fullcal .eventon_fc_daynames .evo_fc_day {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  background: #2274a5;
  color: white;
  font-size: 0.8em;
}
@media (min-width: 600px) {
  .calendar .ajde_evcal_calendar .eventon_fullcal .eventon_fc_daynames .evo_fc_day {
    font-size: 1.1em;
  }
}
.calendar .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  color: rgba(119, 119, 119, 0.5);
}
.calendar .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day:hover {
  color: #777;
}
.calendar .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day:before {
  display: none;
}
.calendar .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day.on_focus, .calendar .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day.today {
  border-top: none;
  color: #2274a5;
}
.calendar .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day.on_focus {
  background: rgba(210, 214, 216, 0.15);
}
.calendar .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day.today {
  background: rgba(91, 170, 218, 0.15);
}
.calendar .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day.has_events {
  background: rgba(244, 141, 44, 0.1);
  color: #e17510;
}
.calendar .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day.has_events span i {
  background: #f48d2c;
}
.calendar .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day.has_events.on_focus, .calendar .ajde_evcal_calendar .eventon_fullcal .eventon_fc_days .evo_fc_day.has_events:hover {
  background: rgba(244, 141, 44, 0.2);
}
.calendar .ajde_evcal_calendar #evcal_list {
  border: 1px solid #d2d6d8;
}
.calendar .ajde_evcal_calendar #evcal_list .no_events {
  border-left: none;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  font-size: 1em;
  padding: 20px 15px;
}
.calendar .ajde_evcal_calendar #evcal_list a.desc_trig {
  border-left: none;
  background: rgba(91, 170, 218, 0.75);
}
.calendar .ajde_evcal_calendar #evcal_list a.desc_trig:hover {
  background: #5baada;
}
.calendar .ajde_evcal_calendar #evcal_list a.desc_trig:after {
  background: #d2d6d8;
}
.calendar .ajde_evcal_calendar #evcal_list a.desc_trig .evcal_event_title {
  color: white;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  font-size: 1.25em;
}
.calendar .ajde_evcal_calendar #evcal_list a.desc_trig .evo_date {
  color: white;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
.calendar .ajde_evcal_calendar #evcal_list a.desc_trig .evo_date em {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
}
.calendar .ajde_evcal_calendar #evcal_list a.desc_trig .evcal_desc3 {
  line-height: 1em;
}
@media (max-width: 599px) {
  .calendar .ajde_evcal_calendar #evcal_list a.desc_trig .evcal_desc3 em {
    float: none;
    display: inline-block;
  }
}
.calendar .ajde_evcal_calendar #evcal_list a.desc_trig .evcal_desc3 .ett2 {
  display: block;
}
@media (min-width: 600px) {
  .calendar .ajde_evcal_calendar #evcal_list a.desc_trig .evcal_desc3 .ett2 {
    display: inline;
  }
  .calendar .ajde_evcal_calendar #evcal_list a.desc_trig .evcal_desc3 .ett2 em i {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
  }
}
.calendar .ajde_evcal_calendar #evcal_list a.desc_trig .evcal_desc3 em {
  color: white;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.calendar .ajde_evcal_calendar #evcal_list a.desc_trig .evcal_desc3 em i {
  color: #2274a5;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
.calendar .ajde_evcal_calendar #evcal_list .event_description {
  border: none;
}
.calendar .ajde_evcal_calendar #evcal_list .bordb {
  border-bottom: 1px solid #d2d6d8;
}
.calendar .ajde_evcal_calendar #evcal_list .evcal_evdata_row {
  background: rgba(210, 214, 216, 0.05);
}
.calendar .ajde_evcal_calendar #evcal_list .evcal_evdata_row .evcal_evdata_cell {
  font-size: 110%;
}
.calendar .ajde_evcal_calendar #evcal_list .evcal_evdata_row .evcal_evdata_cell ul, .calendar .ajde_evcal_calendar #evcal_list .evcal_evdata_row .evcal_evdata_cell p {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 0.8em;
}
.calendar .ajde_evcal_calendar #evcal_list .evcal_evdata_row .evcal_evdata_cell ul {
  list-style: none;
}
.calendar .ajde_evcal_calendar #evcal_list .evcal_evdata_row .evcal_evdata_cell ul li {
  margin-bottom: 0;
}
.calendar .ajde_evcal_calendar #evcal_list .evcal_evdata_row .evcal_evdata_cell * + h2, .calendar .ajde_evcal_calendar #evcal_list .evcal_evdata_row .evcal_evdata_cell * + h3 {
  margin-top: 30px;
}
.calendar .ajde_evcal_calendar #evcal_list h3.evo_h3 {
  color: #2274a5;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  font-size: 1.25em;
  margin-bottom: 10px;
}
.calendar .ajde_evcal_calendar #evcal_list .evcal_evdata_icons i {
  color: #e17510;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.calendar .ajde_evcal_calendar #evcal_list .evo_metarow_ICS a {
  color: #2274a5;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}

/*==============================================================*/
/*==============================================================*/
.search article {
  border-top: 1px solid #d2d6d8;
  padding: 30px 0;
}
.search article:first-of-type {
  padding-top: 0;
  border-top: none;
}
.search article .inner {
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
}
.search article .inner *:last-child {
  margin-bottom: 0;
}
.search article .inner h2 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
.search article .inner h2 a {
  color: #f48d2c;
}
.search article .inner h2 a:hover {
  color: #5baada;
}
.search article .inner p {
  font-size: 0.9em;
}

.nav-links {
  width: 100%;
  margin: 25px 0 0 0;
  overflow: hidden;
}
.nav-links .nav-next, .nav-links .nav-previous {
  width: 50%;
}
.nav-links .nav-next a, .nav-links .nav-previous a {
  display: inline-block;
  background-color: #5baada;
  color: white;
  font-size: 0.7em;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  padding: 5px 10px;
}
@media (min-width: 600px) {
  .nav-links .nav-next a, .nav-links .nav-previous a {
    font-size: 0.8em;
    padding: 10px 15px;
  }
}
.nav-links .nav-next a:hover, .nav-links .nav-previous a:hover {
  background-color: #2274a5;
}
.nav-links .nav-next {
  float: right;
  text-align: right;
}
.nav-links .nav-previous {
  float: left;
}

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

/*==============================================================*/
/*==============================================================*/
#SBHCAbout {
  margin: 0px 0px 30px 0px;
}
@media (min-width: 768px) {
  #SBHCAbout {
    margin: 0px 0px 50px 0px;
  }
}
#SBHCAbout .wrap {
  display: table;
  width: 100%;
}
@media (min-width: 1024px) {
  #SBHCAbout .wrap {
    padding: 0 90px;
  }
}
#SBHCAbout .wrap .img-container {
  display: block;
  width: 120px;
  float: left;
  margin: 0 auto;
  margin-right: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #SBHCAbout .wrap .img-container {
    float: none;
    width: 315px;
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
  }
}
#SBHCAbout .wrap .img-container img {
  width: 100%;
  height: auto;
}
#SBHCAbout .wrap .text-container {
  display: block;
  padding: 0;
}
@media (min-width: 768px) {
  #SBHCAbout .wrap .text-container {
    padding-left: 20px;
  }
}
@media (min-width: 1440px) {
  #SBHCAbout .wrap .text-container {
    padding: 0 0 0 60px;
    display: table-cell;
  }
}
#SBHCAbout .wrap .text-container h2 {
  display: block;
  font-size: 24px;
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
@media (min-width: 900px) {
  #SBHCAbout .wrap .text-container h2 {
    font-size: 28px;
  }
}
#SBHCAbout .wrap .text-container .button {
  margin-top: 0;
}
#SBHCAbout .wrap .text-container h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #2274a5;
  font-size: 22px;
}
@media (min-width: 900px) {
  #SBHCAbout .wrap .text-container h3 {
    font-size: 28px;
  }
}
#SBHCAbout .img-container {
  width: 100%;
  margin-top: 50px;
}
#SBHCAbout .img-container img {
  width: 100%;
  height: auto;
}

#SBHCFAQs {
  margin-bottom: 50px;
}
#SBHCFAQs .wrap {
  padding: 0;
  width: 100%;
}
@media (min-width: 900px) {
  #SBHCFAQs .wrap {
    padding: 0 60px;
    width: 94%;
  }
}

#accordion {
  text-align: left;
}
#accordion .js-accordion__panel[aria-hidden=true] {
  display: none;
}
#accordion .js-accordion__panel[role=tabpanel] .js-accordion__header {
  display: none;
}
#accordion button.js-accordion__header {
  border: none;
  display: block;
  text-align: left;
  padding: 30px 60px 30px 0;
  background: none;
  font-size: 18px;
  color: #f48d2c;
  line-height: normal;
  text-transform: capitalize;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: ease-in 222ms;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
@media (min-width: 900px) {
  #accordion button.js-accordion__header {
    font-size: 26px;
  }
}
#accordion button.js-accordion__header:hover {
  cursor: pointer;
  background: rgba(91, 170, 218, 0.05);
}
#accordion .js-accordion__header {
  position: relative;
}
#accordion .js-accordion__header:before {
  top: 30px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  color: #2274a5;
  position: absolute;
  right: 20px;
  margin-right: 8px;
}
#accordion .js-accordion__header[aria-expanded=false]:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
}
#accordion .js-accordion__header[aria-expanded=false]:before:hover {
  cursor: pointer;
}
#accordion .js-accordion__header[aria-expanded=true]:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
}
#accordion .js-accordion__header[aria-expanded=true]:before:hover {
  cursor: pointer;
}
#accordion .js-accordion__panel {
  padding-bottom: 30px;
  line-height: 1.5;
}
#accordion .js-accordion__panel div {
  margin-bottom: 20px !important;
  display: block;
}

#imgRow {
  margin-bottom: 30px;
}
#imgRow ul {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#imgRow ul li {
  display: inline-block;
  width: 32%;
  margin: 0 auto;
  padding: 0;
  float: left;
}
#imgRow ul li::before {
  display: none;
}
#imgRow ul li:nth-of-type(even) {
  margin: 0 2%;
}
#imgRow ul li img {
  width: 100%;
  height: auto;
}

#belowImgRowText {
  margin-bottom: 50px;
}
#belowImgRowText .wrap {
  padding: 0;
  width: 100%;
}
@media (min-width: 900px) {
  #belowImgRowText .wrap {
    padding: 0 60px;
    width: 94%;
  }
}
#belowImgRowText .wrap h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #2274a5;
  font-size: 22px;
  margin-bottom: 25px;
}
@media (min-width: 900px) {
  #belowImgRowText .wrap h3 {
    font-size: 28px;
  }
}

@media (min-width: 900px) {
  #documentDownloads {
    padding: 0 30px;
  }
}
#documentDownloads h2 {
  display: table;
  font-size: 28px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #2274a5;
}
@media (min-width: 900px) {
  #documentDownloads h2 {
    font-size: 40.5px;
  }
}
#documentDownloads h2 span {
  display: table-cell;
  vertical-align: middle;
  width: 32px;
  padding-right: 12px;
  box-sizing: content-box;
}
@media (min-width: 900px) {
  #documentDownloads h2 span {
    width: 60px;
    padding-right: 25px;
  }
}
#documentDownloads h2 span img {
  width: 100%;
  height: auto;
}
@media (min-width: 900px) {
  #documentDownloads ul {
    margin-left: 100px;
  }
}
#documentDownloads h4 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #333;
  font-size: 18px;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  #documentDownloads h4 {
    padding: 0 85px;
  }
}

#news, #archive {
  border-top: 5px solid #d2d6d8;
}
#news .wrap #secondary, #archive .wrap #secondary {
  margin: 30px auto;
  float: right;
}
@media (min-width: 600px) {
  #news .wrap #secondary, #archive .wrap #secondary {
    width: 300px;
    margin: 60px auto;
  }
}
#news .wrap #secondary .widget-title, #archive .wrap #secondary .widget-title {
  font-size: 24px;
  color: #2274a5;
  margin-bottom: 7px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: italic;
}
#news .wrap #secondary #gform_wrapper_1, #archive .wrap #secondary #gform_wrapper_1 {
  margin: 0 auto;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1, #archive .wrap #secondary #gform_wrapper_1 #gform_1 {
  background: #f48d2c;
  border-bottom: 5px solid #2274a5;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 li, #archive .wrap #secondary #gform_wrapper_1 #gform_1 li {
  width: 100%;
  float: left;
  padding: 0 20px;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 li#field_1_3, #archive .wrap #secondary #gform_wrapper_1 #gform_1 li#field_1_3 {
  padding: 0;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 label, #archive .wrap #secondary #gform_wrapper_1 #gform_1 label {
  font-size: 14px;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 input, #archive .wrap #secondary #gform_wrapper_1 #gform_1 input {
  height: 30px;
  line-height: 30px;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 .form-name, #archive .wrap #secondary #gform_wrapper_1 #gform_1 .form-name {
  padding-top: 10px !important;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 .form-name span, #archive .wrap #secondary #gform_wrapper_1 #gform_1 .form-name span {
  display: block;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 .form-name span label, #archive .wrap #secondary #gform_wrapper_1 #gform_1 .form-name span label {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 .form-name span.gfield_required, #archive .wrap #secondary #gform_wrapper_1 #gform_1 .form-name span.gfield_required {
  display: inline-block;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 .form-name .name_first, #archive .wrap #secondary #gform_wrapper_1 #gform_1 .form-name .name_first {
  width: 48%;
  float: left;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 .form-name .name_last, #archive .wrap #secondary #gform_wrapper_1 #gform_1 .form-name .name_last {
  width: 48%;
  float: right;
  clear: right;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 .text-container, #archive .wrap #secondary #gform_wrapper_1 #gform_1 .text-container {
  position: relative;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 .form-text, #archive .wrap #secondary #gform_wrapper_1 #gform_1 .form-text {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  background: rgba(34, 116, 165, 0.8);
  padding: 15px;
  position: absolute;
  bottom: 0;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 .gfield_label, #archive .wrap #secondary #gform_wrapper_1 #gform_1 .gfield_label {
  color: #fff;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 label, #archive .wrap #secondary #gform_wrapper_1 #gform_1 label {
  color: #fff;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 input, #archive .wrap #secondary #gform_wrapper_1 #gform_1 input {
  padding: 0 8px;
  font-size: 13px;
  width: 100%;
  border: 0;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 .gform_footer, #archive .wrap #secondary #gform_wrapper_1 #gform_1 .gform_footer {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 .gform_footer .gform_button, #archive .wrap #secondary #gform_wrapper_1 #gform_1 .gform_footer .gform_button {
  font-size: 16px;
  width: 50%;
  background: #2274a5;
  border: none;
  border-bottom: 5px solid #054469;
  color: #fff;
  text-transform: uppercase;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  margin: 15px auto 0;
  padding: 0px;
  height: 30px;
  line-height: 27px;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 .gform_footer .gform_button:hover, #archive .wrap #secondary #gform_wrapper_1 #gform_1 .gform_footer .gform_button:hover {
  cursor: pointer;
  background: #054469;
  border-bottom: 5px solid #5baada;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 .validation_error, #archive .wrap #secondary #gform_wrapper_1 #gform_1 .validation_error {
  display: none;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 .validation_message, #archive .wrap #secondary #gform_wrapper_1 #gform_1 .validation_message {
  font-size: 12px;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), #archive .wrap #secondary #gform_wrapper_1 #gform_1 li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  width: 100% !important;
  max-width: none !important;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 .field_description_below .gfield_description, #archive .wrap #secondary #gform_wrapper_1 #gform_1 .field_description_below .gfield_description {
  padding: 0;
  margin-top: 10px;
  color: #5baada;
}
#news .wrap #secondary #gform_wrapper_1 #gform_1 li.gfield.gfield_error, #archive .wrap #secondary #gform_wrapper_1 #gform_1 li.gfield.gfield_error {
  background-color: transparent;
  margin-bottom: 0px !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0px;
  padding-top: 0px;
}
#news .wrap #secondary #gform_wrapper_1 #gform_confirmation_message_1, #archive .wrap #secondary #gform_wrapper_1 #gform_confirmation_message_1 {
  color: #f48d2c !important;
}
#news .wrap .widget_categories, #archive .wrap .widget_categories {
  margin-bottom: 60px;
}
#news .wrap .widget_categories ul, #archive .wrap .widget_categories ul {
  background: #2274a5;
  color: #fff;
  border-bottom: 5px solid #054469;
  padding: 7px 15px;
}
#news .wrap .widget_categories ul li, #archive .wrap .widget_categories ul li {
  padding: 9px 0;
  border-bottom: 1px solid #054469;
}
#news .wrap .widget_categories ul li:last-of-type, #archive .wrap .widget_categories ul li:last-of-type {
  border: 0;
}
#news .wrap .widget_categories .widget-title .widget-icon, #archive .wrap .widget_categories .widget-title .widget-icon {
  position: relative;
  display: block;
}
#news .wrap .widget_categories .widget-title .widget-icon::before, #archive .wrap .widget_categories .widget-title .widget-icon::before {
  content: "\e91a";
  font-family: "icomoon";
  color: #f48d2c;
  font-size: 70px;
  font-style: normal;
  font-weight: 100;
}
#news .wrap .widget_recent_entries, #archive .wrap .widget_recent_entries {
  margin-bottom: 60px;
}
#news .wrap .widget_recent_entries ul, #archive .wrap .widget_recent_entries ul {
  background: #2b3d48;
  color: #fff;
  border-bottom: 5px solid #d2d6d8;
  padding: 7px 15px;
}
#news .wrap .widget_recent_entries ul li, #archive .wrap .widget_recent_entries ul li {
  padding: 9px 0;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  border-bottom: 1px solid #777;
}
#news .wrap .widget_recent_entries ul li:last-of-type, #archive .wrap .widget_recent_entries ul li:last-of-type {
  border: 0;
}
#news .wrap .widget_recent_entries ul li a, #archive .wrap .widget_recent_entries ul li a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#news .wrap .widget_recent_entries ul li .post-date, #archive .wrap .widget_recent_entries ul li .post-date {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  font-style: normal;
}
#news .wrap .widget_recent_entries .widget-title .widget-icon, #archive .wrap .widget_recent_entries .widget-title .widget-icon {
  position: relative;
  display: block;
}
#news .wrap .widget_recent_entries .widget-title .widget-icon::before, #archive .wrap .widget_recent_entries .widget-title .widget-icon::before {
  content: "\e91d";
  font-family: "icomoon";
  color: #f48d2c;
  font-size: 70px;
  font-style: normal;
  margin-left: 15px;
  font-weight: 100;
}
#news .wrap .widget_archive, #news .wrap .widget_newsletter_archive, #archive .wrap .widget_archive, #archive .wrap .widget_newsletter_archive {
  margin-bottom: 60px;
}
#news .wrap .widget_archive ul, #news .wrap .widget_newsletter_archive ul, #archive .wrap .widget_archive ul, #archive .wrap .widget_newsletter_archive ul {
  background: #054469;
  color: #fff;
  border-bottom: 5px solid #2274a5;
  padding: 7px 15px;
}
#news .wrap .widget_archive ul li, #news .wrap .widget_newsletter_archive ul li, #archive .wrap .widget_archive ul li, #archive .wrap .widget_newsletter_archive ul li {
  padding: 9px 0;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  border-bottom: 1px solid #2274a5;
}
#news .wrap .widget_archive ul li:last-of-type, #news .wrap .widget_newsletter_archive ul li:last-of-type, #archive .wrap .widget_archive ul li:last-of-type, #archive .wrap .widget_newsletter_archive ul li:last-of-type {
  border: 0;
}
#news .wrap .widget_archive .widget-title .widget-icon, #news .wrap .widget_newsletter_archive .widget-title .widget-icon, #archive .wrap .widget_archive .widget-title .widget-icon, #archive .wrap .widget_newsletter_archive .widget-title .widget-icon {
  position: relative;
  display: block;
}
#news .wrap .widget_archive .widget-title .widget-icon::before, #news .wrap .widget_newsletter_archive .widget-title .widget-icon::before, #archive .wrap .widget_archive .widget-title .widget-icon::before, #archive .wrap .widget_newsletter_archive .widget-title .widget-icon::before {
  content: "\e91b";
  font-family: "icomoon";
  color: #f48d2c;
  font-size: 70px;
  font-style: normal;
  font-weight: 100;
}
#news .wrap .gform_widget .widget-title .widget-icon, #archive .wrap .gform_widget .widget-title .widget-icon {
  position: relative;
  display: block;
}
#news .wrap .gform_widget .widget-title .widget-icon::before, #archive .wrap .gform_widget .widget-title .widget-icon::before {
  content: "\e91c";
  font-family: "icomoon";
  color: #f48d2c;
  font-style: normal;
  font-size: 70px;
  font-weight: 100;
}
#news .wrap .news, #archive .wrap .news {
  padding: 40px 0 30px;
  float: left;
}
@media (min-width: 600px) {
  #news .wrap .news, #archive .wrap .news {
    width: calc(100% - 300px);
    padding: 40px 30px 30px 0px;
  }
}
#news .wrap .news .news-item, #archive .wrap .news .news-item {
  padding-bottom: 60px;
}
#news .wrap .news .news-item .post-meta-content h1, #news .wrap .news .news-item .post-meta-content h2, #archive .wrap .news .news-item .post-meta-content h1, #archive .wrap .news .news-item .post-meta-content h2 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  color: #f48d2c;
  margin-bottom: 9px;
}
@media (min-width: 600px) {
  #news .wrap .news .news-item .post-meta-content h1, #news .wrap .news .news-item .post-meta-content h2, #archive .wrap .news .news-item .post-meta-content h1, #archive .wrap .news .news-item .post-meta-content h2 {
    font-size: 40px;
  }
}
#news .wrap .news .news-item .post-meta-content .header-line, #archive .wrap .news .news-item .post-meta-content .header-line {
  margin-bottom: 30px;
  display: table;
  width: 100%;
}
#news .wrap .news .news-item .post-meta-content .header-line p, #archive .wrap .news .news-item .post-meta-content .header-line p {
  display: table-cell;
  color: #5baada;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  min-width: 170px;
  letter-spacing: 0.15em;
}
#news .wrap .news .news-item .post-meta-content .header-line .line, #archive .wrap .news .news-item .post-meta-content .header-line .line {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  width: 100%;
}
#news .wrap .news .news-item .post-meta-content .header-line .line span, #archive .wrap .news .news-item .post-meta-content .header-line .line span {
  display: block;
  height: 1px;
  background-color: #d2d6d8;
}
#news .wrap .news .news-item .post-content, #archive .wrap .news .news-item .post-content {
  display: table;
  width: 100%;
  line-height: 1.8rem;
}
@media (min-width: 900px) {
  #news .wrap .news .news-item .post-content .img-container, #archive .wrap .news .news-item .post-content .img-container {
    display: table-cell;
    width: 325px;
    float: left;
  }
}
#news .wrap .news .news-item .post-content .img-container img, #archive .wrap .news .news-item .post-content .img-container img {
  width: 100%;
  height: auto;
}
#news .wrap .news .news-item .post-content .text-container, #archive .wrap .news .news-item .post-content .text-container {
  font-size: 18px;
}
@media (min-width: 900px) {
  #news .wrap .news .news-item .post-content .text-container, #archive .wrap .news .news-item .post-content .text-container {
    display: table-cell;
    float: right;
    width: calc(100% - 325px);
    padding-left: 30px;
  }
}
#news .wrap .news .news-item .post-content .text-container .read-more, #archive .wrap .news .news-item .post-content .text-container .read-more {
  color: #f48d2c;
  text-transform: uppercase;
  display: block;
  width: 150px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#news .wrap .news .news-item .post-content .text-container .read-more:hover, #archive .wrap .news .news-item .post-content .text-container .read-more:hover {
  color: #2274a5;
}
#news .wrap .news .news-item .post-content .featured-img-container, #archive .wrap .news .news-item .post-content .featured-img-container {
  margin-bottom: 30px;
}
#news .wrap .news .news-item .post-content a, #archive .wrap .news .news-item .post-content a {
  color: #2274a5;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
#news .wrap .news .news-item .post-content a:hover, #archive .wrap .news .news-item .post-content a:hover {
  color: #5baada;
}
#news .wrap .news .news-item .post-content p, #archive .wrap .news .news-item .post-content p {
  margin-bottom: 30px;
}
#news .wrap .news .news-item .post-content h2, #archive .wrap .news .news-item .post-content h2 {
  font-size: 24px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  color: #f48d2c;
  margin-bottom: 5px;
  line-height: 1;
}
@media (min-width: 600px) {
  #news .wrap .news .news-item .post-content h2, #archive .wrap .news .news-item .post-content h2 {
    font-size: 36px;
  }
}
#news .wrap .news .news-item .post-content h3, #archive .wrap .news .news-item .post-content h3 {
  font-size: 20px;
  color: #2274a5;
  margin-bottom: 5px;
  line-height: 1;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 600px) {
  #news .wrap .news .news-item .post-content h3, #archive .wrap .news .news-item .post-content h3 {
    font-size: 28px;
  }
}
#news .wrap .prev-next-posts, #archive .wrap .prev-next-posts {
  padding: 15px 0px;
  border-top: 1px solid #d2d6d8;
  display: table;
  width: 100%;
}
#news .wrap .prev-next-posts .prev-posts-link,
#news .wrap .prev-next-posts .next-posts-link, #archive .wrap .prev-next-posts .prev-posts-link,
#archive .wrap .prev-next-posts .next-posts-link {
  display: table-cell;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #054469;
}
#news .wrap .prev-next-posts .prev-posts-link:hover,
#news .wrap .prev-next-posts .next-posts-link:hover, #archive .wrap .prev-next-posts .prev-posts-link:hover,
#archive .wrap .prev-next-posts .next-posts-link:hover {
  color: #2274a5;
}
#news .wrap .prev-next-posts .prev-posts-link span,
#news .wrap .prev-next-posts .next-posts-link span, #archive .wrap .prev-next-posts .prev-posts-link span,
#archive .wrap .prev-next-posts .next-posts-link span {
  color: #f48d2c;
}
#news .wrap .prev-next-posts .prev-posts-link, #archive .wrap .prev-next-posts .prev-posts-link {
  float: left;
}
#news .wrap .prev-next-posts .next-posts-link, #archive .wrap .prev-next-posts .next-posts-link {
  float: right;
}

#videoPlayer .tabs {
  margin: 30px 0 0 0;
  padding: 0px;
  list-style: none;
  background: #edeff0;
  border: 1px solid #d2d6d8;
}
#videoPlayer .tabs button {
  display: block;
  text-align: center;
  background: none;
  display: block;
  border: none;
  border-bottom: 1px solid #d2d6d8;
  cursor: pointer;
  padding: 15px;
  font-size: 1em;
}
#videoPlayer .tabs button h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #2274a5;
  font-size: 0.9em;
  line-height: 1.3em;
}
@media (min-width: 900px) {
  #videoPlayer .tabs button h3 {
    font-size: 1em;
  }
}
#videoPlayer .tabs button p {
  margin-top: 5px;
  color: #2b3d48;
  font-size: 0.7em;
  line-height: 1.5em;
}
@media (min-width: 900px) {
  #videoPlayer .tabs button p {
    font-size: 0.7em;
  }
}
#videoPlayer .tabs button:hover {
  background: #2274a5;
}
#videoPlayer .tabs button:hover p {
  color: white;
}
#videoPlayer .tabs button:hover h3 {
  color: #f48d2c;
}
#videoPlayer .tabs button.current {
  background: #5baada;
}
#videoPlayer .tabs button.current h3, #videoPlayer .tabs button.current p {
  color: white;
}
#videoPlayer .tabs button:before {
  display: none;
}
#videoPlayer .tabs button:last-of-type {
  border: none;
}

#videoPlayer {
  width: 100%;
  max-width: 900px;
}
#videoPlayer * {
  width: 100%;
  margin: 0;
}
#videoPlayer .tab-content {
  display: none;
  border: 1px solid #d2d6d8;
}
#videoPlayer .tab-content .vidwrap {
  margin: 0;
  max-width: 900px;
}
#videoPlayer .tab-content.current {
  display: inherit;
}

/*==============================================================*/
/*==============================================================*/
#gform_wrapper_2.gform_wrapper {
  border-top: 5px solid #d2d6d8;
  margin: -20px 0 0;
  padding: 60px 0 0;
}
@media (min-width: 600px) {
  #gform_wrapper_2.gform_wrapper {
    margin: 60px 0 0;
    padding: 60px 0 0;
  }
}

#gform_wrapper_2.gform_wrapper ul.gform_fields,
#gform_wrapper_4.gform_wrapper ul.gform_fields,
#gform_wrapper_5.gform_wrapper ul.gform_fields,
#gform_wrapper_6.gform_wrapper ul.gform_fields,
#gform_wrapper_8.gform_wrapper ul.gform_fields {
  text-align: left;
  margin: 0;
  padding: 0;
}
#gform_wrapper_2.gform_wrapper li,
#gform_wrapper_4.gform_wrapper li,
#gform_wrapper_5.gform_wrapper li,
#gform_wrapper_6.gform_wrapper li,
#gform_wrapper_8.gform_wrapper li {
  padding-left: 0;
  width: 100%;
  float: left;
  margin-bottom: 25px;
  line-height: 1;
}
@media (min-width: 600px) {
  #gform_wrapper_2.gform_wrapper li,
#gform_wrapper_4.gform_wrapper li,
#gform_wrapper_5.gform_wrapper li,
#gform_wrapper_6.gform_wrapper li,
#gform_wrapper_8.gform_wrapper li {
    margin-bottom: 35px;
  }
}
#gform_wrapper_2.gform_wrapper li:before,
#gform_wrapper_4.gform_wrapper li:before,
#gform_wrapper_5.gform_wrapper li:before,
#gform_wrapper_6.gform_wrapper li:before,
#gform_wrapper_8.gform_wrapper li:before {
  display: none;
}
#gform_wrapper_2.gform_wrapper label,
#gform_wrapper_4.gform_wrapper label,
#gform_wrapper_5.gform_wrapper label,
#gform_wrapper_6.gform_wrapper label,
#gform_wrapper_8.gform_wrapper label {
  display: block;
  font-size: 13px;
  color: #2274a5;
  margin: 4px 0 0 0;
}
#gform_wrapper_2.gform_wrapper label.gfield_label,
#gform_wrapper_4.gform_wrapper label.gfield_label,
#gform_wrapper_5.gform_wrapper label.gfield_label,
#gform_wrapper_6.gform_wrapper label.gfield_label,
#gform_wrapper_8.gform_wrapper label.gfield_label {
  font-size: 16px;
  line-height: 1.2em;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #054469;
  margin: 0 0 5px 0;
}
#gform_wrapper_2.gform_wrapper .gsection,
#gform_wrapper_4.gform_wrapper .gsection,
#gform_wrapper_5.gform_wrapper .gsection,
#gform_wrapper_6.gform_wrapper .gsection,
#gform_wrapper_8.gform_wrapper .gsection {
  width: 100%;
  height: 1px;
  background: #5baada;
  margin: 15px 0 40px;
}
@media (min-width: 600px) {
  #gform_wrapper_2.gform_wrapper .gsection,
#gform_wrapper_4.gform_wrapper .gsection,
#gform_wrapper_5.gform_wrapper .gsection,
#gform_wrapper_6.gform_wrapper .gsection,
#gform_wrapper_8.gform_wrapper .gsection {
    margin: 20px 0 60px;
  }
}
#gform_wrapper_2.gform_wrapper .gfield_required,
#gform_wrapper_4.gform_wrapper .gfield_required,
#gform_wrapper_5.gform_wrapper .gfield_required,
#gform_wrapper_6.gform_wrapper .gfield_required,
#gform_wrapper_8.gform_wrapper .gfield_required {
  color: #5baada;
}
#gform_wrapper_2.gform_wrapper .gfield_description,
#gform_wrapper_4.gform_wrapper .gfield_description,
#gform_wrapper_5.gform_wrapper .gfield_description,
#gform_wrapper_6.gform_wrapper .gfield_description,
#gform_wrapper_8.gform_wrapper .gfield_description {
  font-size: 11px;
  line-height: 14px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  margin-top: 3px;
}
#gform_wrapper_2.gform_wrapper input, #gform_wrapper_2.gform_wrapper textarea,
#gform_wrapper_4.gform_wrapper input,
#gform_wrapper_4.gform_wrapper textarea,
#gform_wrapper_5.gform_wrapper input,
#gform_wrapper_5.gform_wrapper textarea,
#gform_wrapper_6.gform_wrapper input,
#gform_wrapper_6.gform_wrapper textarea,
#gform_wrapper_8.gform_wrapper input,
#gform_wrapper_8.gform_wrapper textarea {
  width: 100%;
  box-shadow: none;
  border: 1px solid #d2d6d8;
  font-size: 0.9em;
  padding: 8px;
  height: 40px;
  background: white;
}
#gform_wrapper_2.gform_wrapper textarea,
#gform_wrapper_4.gform_wrapper textarea,
#gform_wrapper_5.gform_wrapper textarea,
#gform_wrapper_6.gform_wrapper textarea,
#gform_wrapper_8.gform_wrapper textarea {
  height: 200px;
}
#gform_wrapper_2.gform_wrapper .ginput_container,
#gform_wrapper_4.gform_wrapper .ginput_container,
#gform_wrapper_5.gform_wrapper .ginput_container,
#gform_wrapper_6.gform_wrapper .ginput_container,
#gform_wrapper_8.gform_wrapper .ginput_container {
  margin: 0;
}
#gform_wrapper_2.gform_wrapper .gform_validation_container,
#gform_wrapper_4.gform_wrapper .gform_validation_container,
#gform_wrapper_5.gform_wrapper .gform_validation_container,
#gform_wrapper_6.gform_wrapper .gform_validation_container,
#gform_wrapper_8.gform_wrapper .gform_validation_container {
  display: none;
}
#gform_wrapper_2.gform_wrapper .form-left,
#gform_wrapper_4.gform_wrapper .form-left,
#gform_wrapper_5.gform_wrapper .form-left,
#gform_wrapper_6.gform_wrapper .form-left,
#gform_wrapper_8.gform_wrapper .form-left {
  width: 100%;
}
@media (min-width: 600px) {
  #gform_wrapper_2.gform_wrapper .form-left,
#gform_wrapper_4.gform_wrapper .form-left,
#gform_wrapper_5.gform_wrapper .form-left,
#gform_wrapper_6.gform_wrapper .form-left,
#gform_wrapper_8.gform_wrapper .form-left {
    width: 48%;
    float: left;
    clear: left;
  }
}
#gform_wrapper_2.gform_wrapper .form-right,
#gform_wrapper_4.gform_wrapper .form-right,
#gform_wrapper_5.gform_wrapper .form-right,
#gform_wrapper_6.gform_wrapper .form-right,
#gform_wrapper_8.gform_wrapper .form-right {
  width: 100%;
}
@media (min-width: 600px) {
  #gform_wrapper_2.gform_wrapper .form-right,
#gform_wrapper_4.gform_wrapper .form-right,
#gform_wrapper_5.gform_wrapper .form-right,
#gform_wrapper_6.gform_wrapper .form-right,
#gform_wrapper_8.gform_wrapper .form-right {
    width: 48%;
    float: right;
    clear: right;
  }
}
@media (min-width: 600px) {
  #gform_wrapper_2.gform_wrapper .form-left-third,
#gform_wrapper_4.gform_wrapper .form-left-third,
#gform_wrapper_5.gform_wrapper .form-left-third,
#gform_wrapper_6.gform_wrapper .form-left-third,
#gform_wrapper_8.gform_wrapper .form-left-third {
    width: 30.667%;
    float: left;
    clear: left;
  }
}
@media (min-width: 600px) {
  #gform_wrapper_2.gform_wrapper .form-mid-third,
#gform_wrapper_4.gform_wrapper .form-mid-third,
#gform_wrapper_5.gform_wrapper .form-mid-third,
#gform_wrapper_6.gform_wrapper .form-mid-third,
#gform_wrapper_8.gform_wrapper .form-mid-third {
    width: 30.667%;
    float: left;
    clear: none;
    margin: 0 4%;
  }
}
@media (min-width: 600px) {
  #gform_wrapper_2.gform_wrapper .form-right-third,
#gform_wrapper_4.gform_wrapper .form-right-third,
#gform_wrapper_5.gform_wrapper .form-right-third,
#gform_wrapper_6.gform_wrapper .form-right-third,
#gform_wrapper_8.gform_wrapper .form-right-third {
    width: 30.667%;
    float: left;
    clear: right;
  }
}
#gform_wrapper_2.gform_wrapper .form-name span,
#gform_wrapper_4.gform_wrapper .form-name span,
#gform_wrapper_5.gform_wrapper .form-name span,
#gform_wrapper_6.gform_wrapper .form-name span,
#gform_wrapper_8.gform_wrapper .form-name span {
  display: block;
}
#gform_wrapper_2.gform_wrapper .form-name span.gfield_required,
#gform_wrapper_4.gform_wrapper .form-name span.gfield_required,
#gform_wrapper_5.gform_wrapper .form-name span.gfield_required,
#gform_wrapper_6.gform_wrapper .form-name span.gfield_required,
#gform_wrapper_8.gform_wrapper .form-name span.gfield_required {
  display: inline-block;
  clear: none;
  float: none;
}
#gform_wrapper_2.gform_wrapper .form-name .name_first,
#gform_wrapper_4.gform_wrapper .form-name .name_first,
#gform_wrapper_5.gform_wrapper .form-name .name_first,
#gform_wrapper_6.gform_wrapper .form-name .name_first,
#gform_wrapper_8.gform_wrapper .form-name .name_first {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  #gform_wrapper_2.gform_wrapper .form-name .name_first,
#gform_wrapper_4.gform_wrapper .form-name .name_first,
#gform_wrapper_5.gform_wrapper .form-name .name_first,
#gform_wrapper_6.gform_wrapper .form-name .name_first,
#gform_wrapper_8.gform_wrapper .form-name .name_first {
    width: 48%;
    float: left;
  }
}
#gform_wrapper_2.gform_wrapper .form-name .name_last,
#gform_wrapper_4.gform_wrapper .form-name .name_last,
#gform_wrapper_5.gform_wrapper .form-name .name_last,
#gform_wrapper_6.gform_wrapper .form-name .name_last,
#gform_wrapper_8.gform_wrapper .form-name .name_last {
  width: 100%;
}
@media (min-width: 600px) {
  #gform_wrapper_2.gform_wrapper .form-name .name_last,
#gform_wrapper_4.gform_wrapper .form-name .name_last,
#gform_wrapper_5.gform_wrapper .form-name .name_last,
#gform_wrapper_6.gform_wrapper .form-name .name_last,
#gform_wrapper_8.gform_wrapper .form-name .name_last {
    width: 48%;
    float: right;
    clear: right;
  }
}
#gform_wrapper_2.gform_wrapper .form-name-thirds span,
#gform_wrapper_4.gform_wrapper .form-name-thirds span,
#gform_wrapper_5.gform_wrapper .form-name-thirds span,
#gform_wrapper_6.gform_wrapper .form-name-thirds span,
#gform_wrapper_8.gform_wrapper .form-name-thirds span {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  float: left;
  clear: left;
}
#gform_wrapper_2.gform_wrapper .form-name-thirds span:nth-of-type(3),
#gform_wrapper_4.gform_wrapper .form-name-thirds span:nth-of-type(3),
#gform_wrapper_5.gform_wrapper .form-name-thirds span:nth-of-type(3),
#gform_wrapper_6.gform_wrapper .form-name-thirds span:nth-of-type(3),
#gform_wrapper_8.gform_wrapper .form-name-thirds span:nth-of-type(3) {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  #gform_wrapper_2.gform_wrapper .form-name-thirds span,
#gform_wrapper_4.gform_wrapper .form-name-thirds span,
#gform_wrapper_5.gform_wrapper .form-name-thirds span,
#gform_wrapper_6.gform_wrapper .form-name-thirds span,
#gform_wrapper_8.gform_wrapper .form-name-thirds span {
    margin-bottom: 0;
    width: 30.667%;
  }
  #gform_wrapper_2.gform_wrapper .form-name-thirds span:nth-of-type(1),
#gform_wrapper_4.gform_wrapper .form-name-thirds span:nth-of-type(1),
#gform_wrapper_5.gform_wrapper .form-name-thirds span:nth-of-type(1),
#gform_wrapper_6.gform_wrapper .form-name-thirds span:nth-of-type(1),
#gform_wrapper_8.gform_wrapper .form-name-thirds span:nth-of-type(1) {
    clear: left;
  }
  #gform_wrapper_2.gform_wrapper .form-name-thirds span:nth-of-type(2),
#gform_wrapper_4.gform_wrapper .form-name-thirds span:nth-of-type(2),
#gform_wrapper_5.gform_wrapper .form-name-thirds span:nth-of-type(2),
#gform_wrapper_6.gform_wrapper .form-name-thirds span:nth-of-type(2),
#gform_wrapper_8.gform_wrapper .form-name-thirds span:nth-of-type(2) {
    margin: 0 4%;
    clear: none;
  }
  #gform_wrapper_2.gform_wrapper .form-name-thirds span:nth-of-type(3),
#gform_wrapper_4.gform_wrapper .form-name-thirds span:nth-of-type(3),
#gform_wrapper_5.gform_wrapper .form-name-thirds span:nth-of-type(3),
#gform_wrapper_6.gform_wrapper .form-name-thirds span:nth-of-type(3),
#gform_wrapper_8.gform_wrapper .form-name-thirds span:nth-of-type(3) {
    clear: right;
  }
}
#gform_wrapper_2.gform_wrapper .form-name-thirds span.gfield_required,
#gform_wrapper_4.gform_wrapper .form-name-thirds span.gfield_required,
#gform_wrapper_5.gform_wrapper .form-name-thirds span.gfield_required,
#gform_wrapper_6.gform_wrapper .form-name-thirds span.gfield_required,
#gform_wrapper_8.gform_wrapper .form-name-thirds span.gfield_required {
  margin: 0;
  width: auto;
  display: inline-block;
  clear: none;
  float: none;
}
#gform_wrapper_2.gform_wrapper .form-sigdate,
#gform_wrapper_4.gform_wrapper .form-sigdate,
#gform_wrapper_5.gform_wrapper .form-sigdate,
#gform_wrapper_6.gform_wrapper .form-sigdate,
#gform_wrapper_8.gform_wrapper .form-sigdate {
  width: 300px;
  margin-top: -35px;
  clear: both;
}
#gform_wrapper_2.gform_wrapper ul.gfield_checkbox, #gform_wrapper_2.gform_wrapper ul.gfield_radio,
#gform_wrapper_4.gform_wrapper ul.gfield_checkbox,
#gform_wrapper_4.gform_wrapper ul.gfield_radio,
#gform_wrapper_5.gform_wrapper ul.gfield_checkbox,
#gform_wrapper_5.gform_wrapper ul.gfield_radio,
#gform_wrapper_6.gform_wrapper ul.gfield_checkbox,
#gform_wrapper_6.gform_wrapper ul.gfield_radio,
#gform_wrapper_8.gform_wrapper ul.gfield_checkbox,
#gform_wrapper_8.gform_wrapper ul.gfield_radio {
  margin: 0;
}
#gform_wrapper_2.gform_wrapper ul.gfield_checkbox li, #gform_wrapper_2.gform_wrapper ul.gfield_radio li,
#gform_wrapper_4.gform_wrapper ul.gfield_checkbox li,
#gform_wrapper_4.gform_wrapper ul.gfield_radio li,
#gform_wrapper_5.gform_wrapper ul.gfield_checkbox li,
#gform_wrapper_5.gform_wrapper ul.gfield_radio li,
#gform_wrapper_6.gform_wrapper ul.gfield_checkbox li,
#gform_wrapper_6.gform_wrapper ul.gfield_radio li,
#gform_wrapper_8.gform_wrapper ul.gfield_checkbox li,
#gform_wrapper_8.gform_wrapper ul.gfield_radio li {
  margin: 5px 0;
}
#gform_wrapper_2.gform_wrapper ul.gfield_checkbox li input, #gform_wrapper_2.gform_wrapper ul.gfield_checkbox li label, #gform_wrapper_2.gform_wrapper ul.gfield_radio li input, #gform_wrapper_2.gform_wrapper ul.gfield_radio li label,
#gform_wrapper_4.gform_wrapper ul.gfield_checkbox li input,
#gform_wrapper_4.gform_wrapper ul.gfield_checkbox li label,
#gform_wrapper_4.gform_wrapper ul.gfield_radio li input,
#gform_wrapper_4.gform_wrapper ul.gfield_radio li label,
#gform_wrapper_5.gform_wrapper ul.gfield_checkbox li input,
#gform_wrapper_5.gform_wrapper ul.gfield_checkbox li label,
#gform_wrapper_5.gform_wrapper ul.gfield_radio li input,
#gform_wrapper_5.gform_wrapper ul.gfield_radio li label,
#gform_wrapper_6.gform_wrapper ul.gfield_checkbox li input,
#gform_wrapper_6.gform_wrapper ul.gfield_checkbox li label,
#gform_wrapper_6.gform_wrapper ul.gfield_radio li input,
#gform_wrapper_6.gform_wrapper ul.gfield_radio li label,
#gform_wrapper_8.gform_wrapper ul.gfield_checkbox li input,
#gform_wrapper_8.gform_wrapper ul.gfield_checkbox li label,
#gform_wrapper_8.gform_wrapper ul.gfield_radio li input,
#gform_wrapper_8.gform_wrapper ul.gfield_radio li label {
  display: inline-block;
  margin: 0;
  height: auto;
  width: auto;
  vertical-align: middle;
  font-size: 0.95em;
}
#gform_wrapper_2.gform_wrapper ul.gfield_checkbox li input, #gform_wrapper_2.gform_wrapper ul.gfield_radio li input,
#gform_wrapper_4.gform_wrapper ul.gfield_checkbox li input,
#gform_wrapper_4.gform_wrapper ul.gfield_radio li input,
#gform_wrapper_5.gform_wrapper ul.gfield_checkbox li input,
#gform_wrapper_5.gform_wrapper ul.gfield_radio li input,
#gform_wrapper_6.gform_wrapper ul.gfield_checkbox li input,
#gform_wrapper_6.gform_wrapper ul.gfield_radio li input,
#gform_wrapper_8.gform_wrapper ul.gfield_checkbox li input,
#gform_wrapper_8.gform_wrapper ul.gfield_radio li input {
  margin-right: 3px;
  width: 20px;
  height: auto;
}
#gform_wrapper_2.gform_wrapper ul.gfield_checkbox li label, #gform_wrapper_2.gform_wrapper ul.gfield_radio li label,
#gform_wrapper_4.gform_wrapper ul.gfield_checkbox li label,
#gform_wrapper_4.gform_wrapper ul.gfield_radio li label,
#gform_wrapper_5.gform_wrapper ul.gfield_checkbox li label,
#gform_wrapper_5.gform_wrapper ul.gfield_radio li label,
#gform_wrapper_6.gform_wrapper ul.gfield_checkbox li label,
#gform_wrapper_6.gform_wrapper ul.gfield_radio li label,
#gform_wrapper_8.gform_wrapper ul.gfield_checkbox li label,
#gform_wrapper_8.gform_wrapper ul.gfield_radio li label {
  width: 90%;
  line-height: 1.2em;
}
#gform_wrapper_2.gform_wrapper ul.gfield_checkbox li .ginput_price, #gform_wrapper_2.gform_wrapper ul.gfield_radio li .ginput_price,
#gform_wrapper_4.gform_wrapper ul.gfield_checkbox li .ginput_price,
#gform_wrapper_4.gform_wrapper ul.gfield_radio li .ginput_price,
#gform_wrapper_5.gform_wrapper ul.gfield_checkbox li .ginput_price,
#gform_wrapper_5.gform_wrapper ul.gfield_radio li .ginput_price,
#gform_wrapper_6.gform_wrapper ul.gfield_checkbox li .ginput_price,
#gform_wrapper_6.gform_wrapper ul.gfield_radio li .ginput_price,
#gform_wrapper_8.gform_wrapper ul.gfield_checkbox li .ginput_price,
#gform_wrapper_8.gform_wrapper ul.gfield_radio li .ginput_price {
  display: none;
}
#gform_wrapper_2.gform_wrapper .form-horizontal ul.gfield_checkbox, #gform_wrapper_2.gform_wrapper .form-horizontal ul.gfield_radio,
#gform_wrapper_4.gform_wrapper .form-horizontal ul.gfield_checkbox,
#gform_wrapper_4.gform_wrapper .form-horizontal ul.gfield_radio,
#gform_wrapper_5.gform_wrapper .form-horizontal ul.gfield_checkbox,
#gform_wrapper_5.gform_wrapper .form-horizontal ul.gfield_radio,
#gform_wrapper_6.gform_wrapper .form-horizontal ul.gfield_checkbox,
#gform_wrapper_6.gform_wrapper .form-horizontal ul.gfield_radio,
#gform_wrapper_8.gform_wrapper .form-horizontal ul.gfield_checkbox,
#gform_wrapper_8.gform_wrapper .form-horizontal ul.gfield_radio {
  color: red;
}
#gform_wrapper_2.gform_wrapper .form-horizontal ul.gfield_checkbox li, #gform_wrapper_2.gform_wrapper .form-horizontal ul.gfield_radio li,
#gform_wrapper_4.gform_wrapper .form-horizontal ul.gfield_checkbox li,
#gform_wrapper_4.gform_wrapper .form-horizontal ul.gfield_radio li,
#gform_wrapper_5.gform_wrapper .form-horizontal ul.gfield_checkbox li,
#gform_wrapper_5.gform_wrapper .form-horizontal ul.gfield_radio li,
#gform_wrapper_6.gform_wrapper .form-horizontal ul.gfield_checkbox li,
#gform_wrapper_6.gform_wrapper .form-horizontal ul.gfield_radio li,
#gform_wrapper_8.gform_wrapper .form-horizontal ul.gfield_checkbox li,
#gform_wrapper_8.gform_wrapper .form-horizontal ul.gfield_radio li {
  display: inline-block;
  margin-right: 20px;
  width: auto;
}
#gform_wrapper_2.gform_wrapper .form-horizontal ul.gfield_checkbox li label, #gform_wrapper_2.gform_wrapper .form-horizontal ul.gfield_radio li label,
#gform_wrapper_4.gform_wrapper .form-horizontal ul.gfield_checkbox li label,
#gform_wrapper_4.gform_wrapper .form-horizontal ul.gfield_radio li label,
#gform_wrapper_5.gform_wrapper .form-horizontal ul.gfield_checkbox li label,
#gform_wrapper_5.gform_wrapper .form-horizontal ul.gfield_radio li label,
#gform_wrapper_6.gform_wrapper .form-horizontal ul.gfield_checkbox li label,
#gform_wrapper_6.gform_wrapper .form-horizontal ul.gfield_radio li label,
#gform_wrapper_8.gform_wrapper .form-horizontal ul.gfield_checkbox li label,
#gform_wrapper_8.gform_wrapper .form-horizontal ul.gfield_radio li label {
  width: auto;
}
#gform_wrapper_2.gform_wrapper .form-horizontal ul.gfield_checkbox li input, #gform_wrapper_2.gform_wrapper .form-horizontal ul.gfield_radio li input,
#gform_wrapper_4.gform_wrapper .form-horizontal ul.gfield_checkbox li input,
#gform_wrapper_4.gform_wrapper .form-horizontal ul.gfield_radio li input,
#gform_wrapper_5.gform_wrapper .form-horizontal ul.gfield_checkbox li input,
#gform_wrapper_5.gform_wrapper .form-horizontal ul.gfield_radio li input,
#gform_wrapper_6.gform_wrapper .form-horizontal ul.gfield_checkbox li input,
#gform_wrapper_6.gform_wrapper .form-horizontal ul.gfield_radio li input,
#gform_wrapper_8.gform_wrapper .form-horizontal ul.gfield_checkbox li input,
#gform_wrapper_8.gform_wrapper .form-horizontal ul.gfield_radio li input {
  width: 20px;
}
#gform_wrapper_2.gform_wrapper .form-address span,
#gform_wrapper_4.gform_wrapper .form-address span,
#gform_wrapper_5.gform_wrapper .form-address span,
#gform_wrapper_6.gform_wrapper .form-address span,
#gform_wrapper_8.gform_wrapper .form-address span {
  display: block;
}
#gform_wrapper_2.gform_wrapper .form-address span.gfield_required,
#gform_wrapper_4.gform_wrapper .form-address span.gfield_required,
#gform_wrapper_5.gform_wrapper .form-address span.gfield_required,
#gform_wrapper_6.gform_wrapper .form-address span.gfield_required,
#gform_wrapper_8.gform_wrapper .form-address span.gfield_required {
  display: inline-block;
}
#gform_wrapper_2.gform_wrapper .form-address .address_line_1,
#gform_wrapper_4.gform_wrapper .form-address .address_line_1,
#gform_wrapper_5.gform_wrapper .form-address .address_line_1,
#gform_wrapper_6.gform_wrapper .form-address .address_line_1,
#gform_wrapper_8.gform_wrapper .form-address .address_line_1 {
  margin-bottom: 15px;
}
#gform_wrapper_2.gform_wrapper .form-address .address_city,
#gform_wrapper_4.gform_wrapper .form-address .address_city,
#gform_wrapper_5.gform_wrapper .form-address .address_city,
#gform_wrapper_6.gform_wrapper .form-address .address_city,
#gform_wrapper_8.gform_wrapper .form-address .address_city {
  float: left;
  width: 41%;
  margin-right: 4%;
}
#gform_wrapper_2.gform_wrapper .form-address .address_state,
#gform_wrapper_4.gform_wrapper .form-address .address_state,
#gform_wrapper_5.gform_wrapper .form-address .address_state,
#gform_wrapper_6.gform_wrapper .form-address .address_state,
#gform_wrapper_8.gform_wrapper .form-address .address_state {
  float: left;
  width: 28%;
}
#gform_wrapper_2.gform_wrapper .form-address .address_zip,
#gform_wrapper_4.gform_wrapper .form-address .address_zip,
#gform_wrapper_5.gform_wrapper .form-address .address_zip,
#gform_wrapper_6.gform_wrapper .form-address .address_zip,
#gform_wrapper_8.gform_wrapper .form-address .address_zip {
  float: right;
  width: 23%;
  margin-left: 4%;
}
#gform_wrapper_2.gform_wrapper .gfield_html p,
#gform_wrapper_4.gform_wrapper .gfield_html p,
#gform_wrapper_5.gform_wrapper .gfield_html p,
#gform_wrapper_6.gform_wrapper .gfield_html p,
#gform_wrapper_8.gform_wrapper .gfield_html p {
  font-size: 0.8em;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
#gform_wrapper_2.gform_wrapper .form-select .gfield_label,
#gform_wrapper_4.gform_wrapper .form-select .gfield_label,
#gform_wrapper_5.gform_wrapper .form-select .gfield_label,
#gform_wrapper_6.gform_wrapper .form-select .gfield_label,
#gform_wrapper_8.gform_wrapper .form-select .gfield_label {
  display: none;
}
#gform_wrapper_2.gform_wrapper .custom-select,
#gform_wrapper_4.gform_wrapper .custom-select,
#gform_wrapper_5.gform_wrapper .custom-select,
#gform_wrapper_6.gform_wrapper .custom-select,
#gform_wrapper_8.gform_wrapper .custom-select {
  position: relative;
  background: #fff;
  border: 1px solid #d2d6d8;
}
#gform_wrapper_2.gform_wrapper .custom-select:after,
#gform_wrapper_4.gform_wrapper .custom-select:after,
#gform_wrapper_5.gform_wrapper .custom-select:after,
#gform_wrapper_6.gform_wrapper .custom-select:after,
#gform_wrapper_8.gform_wrapper .custom-select:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-size: 27px;
  position: absolute;
  top: 3px;
  right: 10px;
  color: #5baada;
}
#gform_wrapper_2.gform_wrapper .custom-select select,
#gform_wrapper_4.gform_wrapper .custom-select select,
#gform_wrapper_5.gform_wrapper .custom-select select,
#gform_wrapper_6.gform_wrapper .custom-select select,
#gform_wrapper_8.gform_wrapper .custom-select select {
  font-size: 1em;
  border: none;
  background: transparent;
  height: 38px;
  padding-left: 10px;
  width: 100%;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  color: #2274a5;
}
@supports (-webkit-appearance: none) or (appearance: none) or ((-moz-appearance: none) and (mask-type: alpha)) {
  #gform_wrapper_2.gform_wrapper .custom-select select,
#gform_wrapper_4.gform_wrapper .custom-select select,
#gform_wrapper_5.gform_wrapper .custom-select select,
#gform_wrapper_6.gform_wrapper .custom-select select,
#gform_wrapper_8.gform_wrapper .custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #gform_wrapper_2.gform_wrapper .custom-select:after,
#gform_wrapper_4.gform_wrapper .custom-select:after,
#gform_wrapper_5.gform_wrapper .custom-select:after,
#gform_wrapper_6.gform_wrapper .custom-select:after,
#gform_wrapper_8.gform_wrapper .custom-select:after {
    display: block;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #gform_wrapper_2.gform_wrapper .custom-select select::-ms-expand,
#gform_wrapper_4.gform_wrapper .custom-select select::-ms-expand,
#gform_wrapper_5.gform_wrapper .custom-select select::-ms-expand,
#gform_wrapper_6.gform_wrapper .custom-select select::-ms-expand,
#gform_wrapper_8.gform_wrapper .custom-select select::-ms-expand {
    display: none;
  }
  #gform_wrapper_2.gform_wrapper .custom-select select:focus::-ms-value,
#gform_wrapper_4.gform_wrapper .custom-select select:focus::-ms-value,
#gform_wrapper_5.gform_wrapper .custom-select select:focus::-ms-value,
#gform_wrapper_6.gform_wrapper .custom-select select:focus::-ms-value,
#gform_wrapper_8.gform_wrapper .custom-select select:focus::-ms-value {
    background: transparent;
  }
  #gform_wrapper_2.gform_wrapper .custom-select select,
#gform_wrapper_4.gform_wrapper .custom-select select,
#gform_wrapper_5.gform_wrapper .custom-select select,
#gform_wrapper_6.gform_wrapper .custom-select select,
#gform_wrapper_8.gform_wrapper .custom-select select {
    background: transparent;
    border: none;
  }
  #gform_wrapper_2.gform_wrapper .custom-select::after,
#gform_wrapper_4.gform_wrapper .custom-select::after,
#gform_wrapper_5.gform_wrapper .custom-select::after,
#gform_wrapper_6.gform_wrapper .custom-select::after,
#gform_wrapper_8.gform_wrapper .custom-select::after {
    display: block;
  }
}
#gform_wrapper_2.gform_wrapper .gform_footer,
#gform_wrapper_4.gform_wrapper .gform_footer,
#gform_wrapper_5.gform_wrapper .gform_footer,
#gform_wrapper_6.gform_wrapper .gform_footer,
#gform_wrapper_8.gform_wrapper .gform_footer {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 50px;
}
#gform_wrapper_2.gform_wrapper .gform_button,
#gform_wrapper_4.gform_wrapper .gform_button,
#gform_wrapper_5.gform_wrapper .gform_button,
#gform_wrapper_6.gform_wrapper .gform_button,
#gform_wrapper_8.gform_wrapper .gform_button {
  border: none;
  text-transform: uppercase;
  padding: 0;
  line-height: 40px;
  font-size: 1.1em;
  height: 43px;
  cursor: pointer;
  color: white;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  background: #f48d2c;
  border-bottom: 5px solid #e17510;
  font-size: 16px;
  width: 200px;
}
@media (min-width: 600px) {
  #gform_wrapper_2.gform_wrapper .gform_button,
#gform_wrapper_4.gform_wrapper .gform_button,
#gform_wrapper_5.gform_wrapper .gform_button,
#gform_wrapper_6.gform_wrapper .gform_button,
#gform_wrapper_8.gform_wrapper .gform_button {
    width: 250px;
    height: 50px;
    line-height: 40px;
    font-size: 1.1em;
  }
}
#gform_wrapper_2.gform_wrapper .gform_button:hover,
#gform_wrapper_4.gform_wrapper .gform_button:hover,
#gform_wrapper_5.gform_wrapper .gform_button:hover,
#gform_wrapper_6.gform_wrapper .gform_button:hover,
#gform_wrapper_8.gform_wrapper .gform_button:hover {
  background: #2274a5;
  border-color: #054469;
}
#gform_wrapper_2.gform_wrapper .validation_error,
#gform_wrapper_4.gform_wrapper .validation_error,
#gform_wrapper_5.gform_wrapper .validation_error,
#gform_wrapper_6.gform_wrapper .validation_error,
#gform_wrapper_8.gform_wrapper .validation_error {
  display: none;
}
#gform_wrapper_2.gform_wrapper li.gfield_error input, #gform_wrapper_2.gform_wrapper li.gfield_error textarea, #gform_wrapper_2.gform_wrapper li.gfield_error .custom-select,
#gform_wrapper_4.gform_wrapper li.gfield_error input,
#gform_wrapper_4.gform_wrapper li.gfield_error textarea,
#gform_wrapper_4.gform_wrapper li.gfield_error .custom-select,
#gform_wrapper_5.gform_wrapper li.gfield_error input,
#gform_wrapper_5.gform_wrapper li.gfield_error textarea,
#gform_wrapper_5.gform_wrapper li.gfield_error .custom-select,
#gform_wrapper_6.gform_wrapper li.gfield_error input,
#gform_wrapper_6.gform_wrapper li.gfield_error textarea,
#gform_wrapper_6.gform_wrapper li.gfield_error .custom-select,
#gform_wrapper_8.gform_wrapper li.gfield_error input,
#gform_wrapper_8.gform_wrapper li.gfield_error textarea,
#gform_wrapper_8.gform_wrapper li.gfield_error .custom-select {
  border: 1px solid #f48d2c;
}
#gform_wrapper_2.gform_wrapper li.gfield_error .validation_message,
#gform_wrapper_4.gform_wrapper li.gfield_error .validation_message,
#gform_wrapper_5.gform_wrapper li.gfield_error .validation_message,
#gform_wrapper_6.gform_wrapper li.gfield_error .validation_message,
#gform_wrapper_8.gform_wrapper li.gfield_error .validation_message {
  display: block;
  float: left;
  width: 100%;
  font-size: 11px;
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  margin: 4px 0 0 0;
}

.entry-content .gform_confirmation_message {
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  font-size: 1.1em;
}

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

/* popup */
#gform_wrapper_10.gform_wrapper {
  display: table;
}

/*==============================================================*/
/*==============================================================*/
.page-id-1982 .wrap1100 {
  display: table;
}

.entry-content ul.webinars {
  text-align: center;
  margin: 0 0 100px;
}
.entry-content ul.webinars li {
  margin-top: 50px;
}
@media (min-width: 600px) {
  .entry-content ul.webinars li {
    display: inline-block;
    width: 50%;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .entry-content ul.webinars li {
    width: 33.3%;
    padding: 0 20px;
  }
}
@media (min-width: 1440px) {
  .entry-content ul.webinars li {
    padding: 0 30px;
  }
}
.entry-content ul.webinars li:before {
  display: none;
}
.entry-content ul.webinars li img {
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.125);
}
.entry-content ul.webinars li h3 {
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid #f48d2c;
  color: #2274a5;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
.entry-content ul.webinars li:hover h3 {
  color: #f48d2c;
}

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

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

.icon-nav {
  margin: 60px auto 0;
  text-align: center;
}
.icon-nav .wrap1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
}
.icon-nav .grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.icon-nav .grid-item {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 900px) {
  .icon-nav .grid-item {
    width: 33.3333333%;
  }
}
.icon-nav .inner {
  padding: 0 20px;
}
.icon-nav .inner h2 {
  color: #2274a5;
  line-height: 1.2;
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: italic;
  font-size: 20px;
}
@media (min-width: 768px) {
  .icon-nav .inner h2 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .icon-nav .inner h2 {
    font-size: 24px;
  }
}
.icon-nav .inner a.link {
  color: #2274a5;
  line-height: 1.2;
  cursor: pointer;
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: italic;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .icon-nav .inner a.link {
    font-size: 24px;
  }
}
.icon-nav .inner a.link:hover {
  color: #5baada;
}
.icon-nav .inner img {
  width: 90px;
  margin: 0 auto 10px;
  width: 90px;
}
@media (min-width: 1024px) {
  .icon-nav .inner img {
    width: 110px;
  }
}

.ktc-new .buttons {
  margin-top: 40px;
}
.ktc-new .buttons .button {
  margin: 5px;
  padding: 12px 15px;
  background: #2274a5;
  border: none;
  line-height: normal;
  height: auto;
  text-transform: none;
  font-size: 12px;
  width: 200px;
}
@media (min-width: 1200px) {
  .ktc-new .buttons .button {
    width: 265px;
    font-size: 16px;
  }
}
.ktc-new .buttons .button:hover {
  background: #f48d2c;
  color: #ffffff;
}
.ktc-new .grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ktc-new .team-section {
  margin: 60px auto;
}
.ktc-new .team-section:nth-of-type(1) .grid, .ktc-new .team-section:nth-of-type(2) .grid {
  margin: 0 auto;
  max-width: 1200px;
}
.ktc-new .team-section:nth-of-type(1) .grid-item:first-of-type, .ktc-new .team-section:nth-of-type(2) .grid-item:first-of-type {
  width: 245px;
  margin-bottom: 12px;
}
@media (min-width: 900px) {
  .ktc-new .team-section:nth-of-type(1) .grid-item:first-of-type, .ktc-new .team-section:nth-of-type(2) .grid-item:first-of-type {
    margin: 0;
  }
}
.ktc-new .team-section:nth-of-type(1) .grid-item:last-of-type, .ktc-new .team-section:nth-of-type(2) .grid-item:last-of-type {
  width: 100%;
  text-align: center;
}
@media (min-width: 900px) {
  .ktc-new .team-section:nth-of-type(1) .grid-item:last-of-type, .ktc-new .team-section:nth-of-type(2) .grid-item:last-of-type {
    text-align: left;
    width: calc(100% - 245px);
  }
}
@media (min-width: 900px) {
  .ktc-new .team-section:nth-of-type(1) .content, .ktc-new .team-section:nth-of-type(2) .content {
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {
  .ktc-new .team-section:nth-of-type(1) .content, .ktc-new .team-section:nth-of-type(2) .content {
    padding-left: 80px;
  }
}
.ktc-new .team-section:nth-of-type(1) h3, .ktc-new .team-section:nth-of-type(2) h3 {
  margin-bottom: 20px;
  border-bottom: 1px solid #d2d6d8;
  padding-bottom: 12px;
}
.ktc-new .team-section:nth-of-type(1) .role,
.ktc-new .team-section:nth-of-type(1) .contact,
.ktc-new .team-section:nth-of-type(1) .emailphone, .ktc-new .team-section:nth-of-type(2) .role,
.ktc-new .team-section:nth-of-type(2) .contact,
.ktc-new .team-section:nth-of-type(2) .emailphone {
  text-align: left;
}
.ktc-new .team-section:nth-of-type(1) .emailphone, .ktc-new .team-section:nth-of-type(2) .emailphone {
  text-transform: uppercase;
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.ktc-new .team-section:nth-of-type(1) .emailphone span, .ktc-new .team-section:nth-of-type(2) .emailphone span {
  font-size: 20px;
  vertical-align: middle;
}
.ktc-new .team-section:nth-of-type(1) .emailphone a:hover, .ktc-new .team-section:nth-of-type(2) .emailphone a:hover {
  color: #2274a5;
}
.ktc-new .team-section:nth-of-type(3) .role,
.ktc-new .team-section:nth-of-type(3) .contact, .ktc-new .team-section:nth-of-type(4) .role,
.ktc-new .team-section:nth-of-type(4) .contact, .ktc-new .team-section:nth-of-type(5) .role,
.ktc-new .team-section:nth-of-type(5) .contact {
  margin: 0 auto;
  max-width: 1280px;
}
.ktc-new .team-section:nth-of-type(3) .role, .ktc-new .team-section:nth-of-type(4) .role, .ktc-new .team-section:nth-of-type(5) .role {
  margin-top: 60px;
}
.ktc-new .team-section:nth-of-type(3) .content, .ktc-new .team-section:nth-of-type(4) .content, .ktc-new .team-section:nth-of-type(5) .content {
  text-align: center;
}
.ktc-new .team-section:nth-of-type(3) img, .ktc-new .team-section:nth-of-type(4) img, .ktc-new .team-section:nth-of-type(5) img {
  margin: 0 auto 15px;
}
.ktc-new .team-section:nth-of-type(3) h3, .ktc-new .team-section:nth-of-type(4) h3, .ktc-new .team-section:nth-of-type(5) h3 {
  margin-bottom: 12px;
}
.ktc-new .team-section:nth-of-type(3) .grid, .ktc-new .team-section:nth-of-type(4) .grid, .ktc-new .team-section:nth-of-type(5) .grid {
  padding-top: 30px;
}
.ktc-new .team-section:nth-of-type(3) .grid-item, .ktc-new .team-section:nth-of-type(4) .grid-item, .ktc-new .team-section:nth-of-type(5) .grid-item {
  margin-bottom: 60px;
  width: 100%;
}
@media (min-width: 900px) {
  .ktc-new .team-section:nth-of-type(3) .grid-item, .ktc-new .team-section:nth-of-type(4) .grid-item, .ktc-new .team-section:nth-of-type(5) .grid-item {
    border-left: 1px solid #d2d6d8;
    margin-bottom: 0px;
    width: 33.33333333%;
  }
  .ktc-new .team-section:nth-of-type(3) .grid-item:first-of-type, .ktc-new .team-section:nth-of-type(4) .grid-item:first-of-type, .ktc-new .team-section:nth-of-type(5) .grid-item:first-of-type {
    border: none;
  }
}
.ktc-new .team-section:nth-of-type(3) .grid-item:last-of-type, .ktc-new .team-section:nth-of-type(4) .grid-item:last-of-type, .ktc-new .team-section:nth-of-type(5) .grid-item:last-of-type {
  margin-bottom: 0px;
}
.ktc-new .team-section:nth-of-type(3) .content, .ktc-new .team-section:nth-of-type(4) .content, .ktc-new .team-section:nth-of-type(5) .content {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 900px) {
  .ktc-new .team-section:nth-of-type(3) .content, .ktc-new .team-section:nth-of-type(4) .content, .ktc-new .team-section:nth-of-type(5) .content {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .ktc-new .team-section:nth-of-type(3) .content, .ktc-new .team-section:nth-of-type(4) .content, .ktc-new .team-section:nth-of-type(5) .content {
    padding: 0 30px;
  }
}
.ktc-new .headline {
  margin: 60px 0 40px;
  padding: 20px;
  border-top: 1px solid #d2d6d8;
  border-bottom: 1px solid #d2d6d8;
}
.ktc-new .headline h2 {
  color: #f48d2c;
  text-align: center;
  letter-spacing: -0.04em;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  font-size: 1.5em;
}
@media (min-width: 600px) {
  .ktc-new .headline h2 {
    font-size: 1.75em;
  }
}
@media (min-width: 900px) {
  .ktc-new .headline h2 {
    font-size: 2em;
  }
}
.ktc-new img {
  border-bottom: 10px solid #f48d2c;
  width: 245px;
  height: auto;
}
.ktc-new .bio p:last-of-type {
  margin-bottom: 0px;
}
.ktc-new .content h3 {
  letter-spacing: -0.03em;
  color: #2274a5;
  line-height: 1.2;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  font-size: 1.15em;
}
@media (min-width: 600px) {
  .ktc-new .content h3 {
    font-size: 1.25em;
  }
}
@media (min-width: 900px) {
  .ktc-new .content h3 {
    font-size: 1.5em;
  }
}
.ktc-new .content h3 span {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
.ktc-new .content h3 .small {
  display: block;
  font-size: 0.75em;
  margin-top: 5px;
}
.ktc-new p {
  line-height: 1.6;
  margin-bottom: 30px;
}
.ktc-new p strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #f48d2c;
}
.ktc-new .contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #f48d2c;
  font-size: 14px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ktc-new .contact-info .phone, .ktc-new .contact-info a {
  margin: 0 7px;
}
.ktc-new .contact-info a {
  display: flex;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}
.ktc-new .contact-info a:hover {
  color: #2274a5;
}
.ktc-new .contact-info a .icon {
  margin-right: 4px;
  font-size: 20px;
}
.ktc-new .contact-info span {
  font-size: 20px;
  vertical-align: middle;
}

.eventon_main_section #evcal_list .eventon_list_event .event_description p {
  font-size: 16px;
}
.eventon_main_section #evcal_list .eventon_list_event .event_description li {
  font-size: 16px;
  list-style: none;
  margin-bottom: 7px;
  line-height: 1.4;
  padding: 0;
}

.pum-theme-kipp .pum-container {
  max-width: 800px !important;
}
.pum-theme-kipp .pum-close.popmake-close:hover {
  background: #d2d6d8;
  color: #054469;
}
.pum-theme-kipp .pum-content.popmake-content {
  background: #012d46;
  border: 10px solid #5baada;
  text-align: center;
  padding: 50px 20px 10px;
}
@media (min-width: 600px) {
  .pum-theme-kipp .pum-content.popmake-content {
    padding: 50px 30px 10px;
  }
}
.pum-theme-kipp .pum-content.popmake-content h2, .pum-theme-kipp .pum-content.popmake-content h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  color: #fff;
}
.pum-theme-kipp .pum-content.popmake-content h2 {
  font-size: 32px;
  letter-spacing: -0.03em;
}
@media (min-width: 600px) {
  .pum-theme-kipp .pum-content.popmake-content h2 {
    font-size: 43px;
  }
}
@media (min-width: 900px) {
  .pum-theme-kipp .pum-content.popmake-content h2 {
    font-size: 60px;
  }
}
.pum-theme-kipp .pum-content.popmake-content h3 {
  font-size: 24px;
  letter-spacing: -0.03em;
}
@media (min-width: 600px) {
  .pum-theme-kipp .pum-content.popmake-content h3 {
    font-size: 30px;
  }
}
@media (min-width: 900px) {
  .pum-theme-kipp .pum-content.popmake-content h3 {
    font-size: 36px;
  }
}
.pum-theme-kipp .pum-content.popmake-content a:not(.button) {
  color: #f48d2c;
}
.pum-theme-kipp .pum-content.popmake-content a:not(.button):hover {
  color: #5baada;
}
.pum-theme-kipp .pum-content.popmake-content p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 16px;
}
@media (min-width: 600px) {
  .pum-theme-kipp .pum-content.popmake-content p {
    font-size: 18px;
  }
}
@media (min-width: 900px) {
  .pum-theme-kipp .pum-content.popmake-content p {
    font-size: 24px;
  }
}
.pum-theme-kipp .pum-content.popmake-content .button {
  font-size: 16px;
}
@media (min-width: 600px) {
  .pum-theme-kipp .pum-content.popmake-content .button {
    font-size: 18px;
    height: 46px;
    line-height: 40px;
  }
}
.pum-theme-kipp .pum-content.popmake-content hr {
  width: 200px;
  margin: 24px auto;
  height: 2px;
  border: none;
  background: #f48d2c;
}

.page-id-6 .full, .page-id-115 .full {
  padding-bottom: 60px;
}
.page-id-6 .full.blue, .page-id-115 .full.blue {
  margin-bottom: 60px;
}
.page-id-6 .twocolumn, .page-id-115 .twocolumn {
  margin: 0px auto 60px;
  text-align: center;
}
.page-id-6 .twocolumn img, .page-id-115 .twocolumn img {
  width: 250px;
  margin: 0px auto -26px;
  background: #fff;
}
@media (min-width: 600px) {
  .page-id-6 .twocolumn img, .page-id-115 .twocolumn img {
    width: 450px;
    margin: 0px auto -46px;
  }
}
.page-id-6 .twocolumn .grid, .page-id-115 .twocolumn .grid {
  padding: 60px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 2px solid #d2d6d8;
  border-bottom: 2px solid #d2d6d8;
}
.page-id-6 .twocolumn .grid-item, .page-id-115 .twocolumn .grid-item {
  margin: 0px 0 40px;
  width: 100%;
}
@media (min-width: 900px) {
  .page-id-6 .twocolumn .grid-item, .page-id-115 .twocolumn .grid-item {
    margin: 0px 0 60px;
    width: 50%;
  }
}
@media (min-width: 900px) {
  .page-id-6 .twocolumn .grid-item:last-of-type, .page-id-115 .twocolumn .grid-item:last-of-type {
    border-left: 2px solid #d2d6d8;
  }
}
@media (min-width: 900px) {
  .page-id-6 .twocolumn .entry-content, .page-id-115 .twocolumn .entry-content {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .page-id-6 .twocolumn .entry-content, .page-id-115 .twocolumn .entry-content {
    padding: 0 30px;
  }
}
.page-id-6 .twocolumn .entry-content p, .page-id-115 .twocolumn .entry-content p {
  color: #f48d2c;
  font-size: 18px;
}
@media (min-width: 600px) {
  .page-id-6 .twocolumn .entry-content p, .page-id-115 .twocolumn .entry-content p {
    font-size: 20px;
  }
}
@media (min-width: 900px) {
  .page-id-6 .twocolumn .entry-content p, .page-id-115 .twocolumn .entry-content p {
    font-size: 24px;
  }
}
.page-id-6 .twocolumn .entry-content h3, .page-id-115 .twocolumn .entry-content h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #2274a5;
}
.page-id-6 .together-video, .page-id-115 .together-video {
  margin: 60px auto 0;
  text-align: center;
  background: #f3f8fb;
  padding: 60px 0;
}
.page-id-6 .together-video .vidwrap, .page-id-115 .together-video .vidwrap {
  max-width: 1000px;
  margin: 30px auto 0;
}
.page-id-6 .together-video .vidwrap .embed-container, .page-id-115 .together-video .vidwrap .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: visible;
  max-width: 100%;
}
.page-id-6 .together-video .vidwrap .embed-container iframe, .page-id-6 .together-video .vidwrap .embed-container object, .page-id-6 .together-video .vidwrap .embed-container embed, .page-id-115 .together-video .vidwrap .embed-container iframe, .page-id-115 .together-video .vidwrap .embed-container object, .page-id-115 .together-video .vidwrap .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-id-6 .download, .page-id-115 .download {
  text-align: center;
  margin: 80px auto 50px;
}
.page-id-6 .download .inner, .page-id-115 .download .inner {
  background: #f3f8fb;
  border-top: 100px solid #fff;
  border-bottom: 60px solid #fff;
  position: relative;
}
.page-id-6 .download .graphic, .page-id-115 .download .graphic {
  max-width: 350px;
  margin: -60px auto 30px;
}
.page-id-6 .download .graphic img, .page-id-115 .download .graphic img {
  width: 100%;
}
.page-id-6 .download .button, .page-id-115 .download .button {
  position: relative;
  bottom: -17px;
}
.page-id-6 .icons, .page-id-115 .icons {
  margin: 60px auto;
}
.page-id-6 .icons .grid, .page-id-115 .icons .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-id-6 .icons .grid-item, .page-id-115 .icons .grid-item {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 900px) {
  .page-id-6 .icons .grid-item, .page-id-115 .icons .grid-item {
    width: 33.3333333%;
  }
}
.page-id-6 .icons .grid-item:last-of-type, .page-id-115 .icons .grid-item:last-of-type {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  .page-id-6 .icons .grid-item:last-of-type, .page-id-115 .icons .grid-item:last-of-type {
    text-align: left;
  }
}
@media (min-width: 900px) {
  .page-id-6 .icons .grid-item:last-of-type .icon, .page-id-115 .icons .grid-item:last-of-type .icon {
    margin: 0;
  }
}
.page-id-6 .icons .grid-item:last-of-type .inner, .page-id-115 .icons .grid-item:last-of-type .inner {
  width: 100%;
}
@media (min-width: 900px) {
  .page-id-6 .icons .grid-item:last-of-type .inner, .page-id-115 .icons .grid-item:last-of-type .inner {
    padding-left: 30px;
    max-width: 600px;
    width: calc(100% - 170px);
  }
}
.page-id-6 .icons .icon, .page-id-115 .icons .icon {
  width: 90px;
  margin: 0 auto 10px;
}
@media (min-width: 600px) {
  .page-id-6 .icons .icon, .page-id-115 .icons .icon {
    width: 120px;
  }
}
@media (min-width: 900px) {
  .page-id-6 .icons .icon, .page-id-115 .icons .icon {
    width: 170px;
  }
}
.page-id-6 .icons h4, .page-id-115 .icons h4 {
  color: #2274a5;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 600px) {
  .page-id-6 .icons h4, .page-id-115 .icons h4 {
    font-size: 30px;
  }
}
@media (min-width: 900px) {
  .page-id-6 .icons h4, .page-id-115 .icons h4 {
    font-size: 36px;
  }
}
.page-id-6 .icons p, .page-id-115 .icons p {
  line-height: 1.6;
}

.page-id-10 .kipp-forward-intro {
  margin: 60px auto;
}
@media (min-width: 600px) {
  .page-id-10 .kipp-forward-intro {
    margin: 60px auto 70px;
  }
}
.page-id-10 .entry-content.wideImage h3 {
  font-size: 18px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .page-id-10 .entry-content.wideImage h3 {
    font-size: 20px;
  }
}
@media (min-width: 900px) {
  .page-id-10 .entry-content.wideImage h3 {
    font-size: 24px;
  }
}
.page-id-10 .wrap1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: 94%;
}
.page-id-10 .banners {
  margin: 60px auto;
  text-align: center;
}
.page-id-10 .banners img {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: -3px;
}
.page-id-10 .banners .text {
  background: #5baada;
  padding: 20px 30px 28px;
}
@media (min-width: 600px) {
  .page-id-10 .banners .text {
    padding: 30px 30px 40px;
  }
}
.page-id-10 .banners h2 {
  font-family: "Permanent Marker", cursive;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-size: 27px;
}
@media (min-width: 480px) {
  .page-id-10 .banners h2 {
    font-size: 30px;
  }
}
@media (min-width: 600px) {
  .page-id-10 .banners h2 {
    font-size: 36px;
  }
}
@media (min-width: 900px) {
  .page-id-10 .banners h2 {
    font-size: 48px;
  }
}
.page-id-10 .banners .text2 {
  position: relative;
  z-index: 2;
  padding: 30px 30px 40px;
  max-width: 1100px;
  margin: 0 auto;
  background: #054469;
  color: #ffffff;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 600px) {
  .page-id-10 .banners .text2 {
    padding: 50px 60px 60px;
    font-size: 20px;
  }
}
@media (min-width: 900px) {
  .page-id-10 .banners .text2 {
    font-size: 24px;
    margin: -60px auto 0;
  }
}
.page-id-10 .icons {
  margin: 60px auto;
}
.page-id-10 .icons .intro h3 {
  font-size: 18px;
}
@media (min-width: 600px) {
  .page-id-10 .icons .intro h3 {
    font-size: 20px;
  }
}
@media (min-width: 900px) {
  .page-id-10 .icons .intro h3 {
    font-size: 24px;
  }
}
.page-id-10 .icons .grid {
  justify-content: center;
  margin-top: 60px;
}
.page-id-10 .icons .grid .grid-item {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 600px) {
  .page-id-10 .icons .grid .grid-item {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .page-id-10 .icons .grid .grid-item {
    width: 33.3333333%;
  }
}
.page-id-10 .icons .grid .inner {
  text-align: center;
}
@media (min-width: 600px) {
  .page-id-10 .icons .grid .inner {
    padding: 0 30px;
  }
}
.page-id-10 .icons .grid .icon {
  width: 120px;
  margin: 0 auto -20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 600px) {
  .page-id-10 .icons .grid .icon {
    width: 150px;
  }
}
.page-id-10 .icons .grid .entry-content {
  text-align: left;
  position: relative;
  z-index: 1;
  border-top: 2px solid #5baada;
  padding-top: 30px;
}
.page-id-10 .icons .grid .entry-content ul {
  margin-top: 20px;
}
.page-id-10 .icons .grid .entry-content h3 {
  color: #2274a5;
  text-transform: uppercase;
}
.page-id-10 .twocolumn {
  margin: 60px auto;
  background: #f5f6f7;
  padding: 0px 0 30px;
  text-align: center;
}
@media (min-width: 900px) {
  .page-id-10 .twocolumn {
    margin: 90px auto;
    padding: 30px 0;
  }
}
.page-id-10 .twocolumn .grid {
  align-items: center;
}
.page-id-10 .twocolumn .grid-item {
  width: 100%;
}
@media (min-width: 900px) {
  .page-id-10 .twocolumn .grid-item {
    width: 50%;
  }
}
.page-id-10 .twocolumn .graph {
  max-width: 450px;
  margin: -30px auto 30px;
}
@media (min-width: 900px) {
  .page-id-10 .twocolumn .graph {
    max-width: none;
    margin: -60px 0;
  }
}
.page-id-10 .twocolumn .entry-content {
  text-align: center;
}
@media (min-width: 900px) {
  .page-id-10 .twocolumn .entry-content {
    padding-left: 60px;
  }
}
.page-id-10 .twocolumn .entry-content p {
  font-size: 18px;
  color: #2274a5;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 600px) {
  .page-id-10 .twocolumn .entry-content p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .page-id-10 .twocolumn .entry-content p {
    font-size: 24px;
  }
}
.page-id-10 .twocolumn .entry-content img {
  border: none;
  max-width: 200px;
  margin: 30px auto;
}
@media (min-width: 1200px) {
  .page-id-10 .twocolumn .entry-content img {
    max-width: 300px;
  }
}
.page-id-10 .join {
  margin: 60px auto 0;
}
.page-id-10 .join .grid {
  border-top: 2px solid #d2d6d8;
  padding-top: 30px;
  margin: 30px auto 0;
}
@media (min-width: 900px) {
  .page-id-10 .join .grid {
    margin: 60px -30px 0;
  }
}
.page-id-10 .join .grid-item {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #d2d6d8;
}
.page-id-10 .join .grid-item:last-of-type {
  border-bottom: none;
}
@media (min-width: 900px) {
  .page-id-10 .join .grid-item {
    padding: 0;
    margin-bottom: 60px;
    width: 33.3333333%;
    border-bottom: none;
    border-left: 2px solid #d2d6d8;
  }
  .page-id-10 .join .grid-item:first-of-type {
    border: none;
  }
}
@media (min-width: 900px) {
  .page-id-10 .join .grid-item .entry-content {
    padding: 0 30px;
  }
}
.page-id-10 .join + .full {
  padding-top: 0;
}
.page-id-10 .executive-director {
  margin: 60px auto 0;
  padding: 60px 0;
  background: #f5f6f7;
}
.page-id-10 .executive-director .grid {
  text-align: center;
}
.page-id-10 .executive-director .grid .photo {
  width: 250px;
  margin: 0 auto 30px;
}
.page-id-10 .executive-director .grid .photo img {
  width: 100%;
}
.page-id-10 .executive-director .grid .content {
  width: 100%;
  text-align: left;
}
@media (min-width: 900px) {
  .page-id-10 .executive-director .grid .content {
    width: calc(100% - 250px);
    padding-left: 60px;
  }
}
.page-id-10 .executive-director .grid .entry-content h3 {
  font-size: 18px;
  color: #2274a5;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 600px) {
  .page-id-10 .executive-director .grid .entry-content h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .page-id-10 .executive-director .grid .entry-content h3 {
    font-size: 24px;
  }
}

.family-resources {
  margin: 60px auto 80px;
}
.family-resources .entry-content.resources {
  margin-bottom: 50px;
}
.family-resources section {
  margin-bottom: 60px;
}
.family-resources .header {
  padding-bottom: 10px;
  border-bottom: 2px solid #f48d2c;
}
.family-resources .header .label {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.03em;
  color: #2274a5;
  font-size: 13px;
  line-height: 1.1;
  margin-bottom: 8px;
}
@media (min-width: 400px) {
  .family-resources .header .label {
    font-size: 1.15em;
    line-height: 1.2em;
  }
}
@media (min-width: 768px) {
  .family-resources .header .label {
    font-size: 1.3em;
  }
}
.family-resources .header .label:first-of-type {
  width: calc(100% - 120px);
  padding-right: 10px;
}
@media (min-width: 600px) {
  .family-resources .header .label:first-of-type {
    width: calc(100% - 250px);
  }
}
@media (min-width: 900px) {
  .family-resources .header .label:first-of-type {
    width: calc(100% - 365px);
  }
}
.family-resources .header .label:last-of-type {
  width: 120px;
}
@media (min-width: 600px) {
  .family-resources .header .label:last-of-type {
    width: 250px;
  }
}
@media (min-width: 900px) {
  .family-resources .header .label:last-of-type {
    width: 365px;
  }
}
.family-resources .row {
  border-bottom: 1px solid #d2d6d8;
  padding: 15px 0;
}
.family-resources .row .item {
  color: #e17510;
}
.family-resources .row .item:first-of-type {
  width: calc(100% - 120px);
  padding-right: 10px;
  font-size: 14px;
}
@media (min-width: 600px) {
  .family-resources .row .item:first-of-type {
    font-size: 16px;
    width: calc(100% - 250px);
  }
}
@media (min-width: 900px) {
  .family-resources .row .item:first-of-type {
    font-size: 18px;
    width: calc(100% - 365px);
  }
}
.family-resources .row .item:last-of-type {
  width: 120px;
}
@media (min-width: 600px) {
  .family-resources .row .item:last-of-type {
    width: 250px;
  }
}
@media (min-width: 900px) {
  .family-resources .row .item:last-of-type {
    width: 365px;
  }
}
.family-resources .row .item.name {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.family-resources .row .nolink {
  color: #000;
  font-size: 12px;
  padding-left: 4px;
}
@media (min-width: 600px) {
  .family-resources .row .nolink {
    font-size: 16px;
  }
}
.family-resources .row a {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #2274a5;
}
.family-resources .row a .icon {
  width: 15px;
}
@media (min-width: 600px) {
  .family-resources .row a .icon {
    width: 20px;
  }
}
.family-resources .row a .text {
  font-size: 12px;
  padding-left: 4px;
  width: calc(100% - 15px);
}
@media (min-width: 600px) {
  .family-resources .row a .text {
    width: calc(100% - 20px);
    font-size: 16px;
  }
}
.family-resources .row a .text:hover {
  color: #054469;
}

.staff-search {
  background: #f5f6f7;
  padding: 40px 0 10px;
  margin: 0px auto 60px;
}
@media (min-width: 600px) {
  .staff-search {
    padding: 40px 0;
  }
}
.staff-search .grid-item {
  padding: 0 30px;
  margin: 0px auto 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 600px) {
  .staff-search .grid-item {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 10px auto;
  }
}
.staff-search .search-form {
  display: flex;
  align-items: center;
  border: 1px solid #d2d6d8;
}
.staff-search .search-form input {
  width: 250px;
  height: 45px;
  font-size: 16px;
  padding: 8px;
  color: black;
  border: 1px solid transparent;
  appearance: none;
  -webkit-appearance: none;
}
.staff-search .search-form .search-submit {
  font-size: 20px;
  height: 45px;
  width: 50px;
  background: #ffffff;
  color: #f48d2c;
  border: none;
  cursor: pointer;
}
.staff-search .search-form .search-submit:hover {
  color: #054469;
}
.staff-search .custom-select {
  position: relative;
  background: #ffffff;
  border: 1px solid #d2d6d8;
  width: 300px;
}
.staff-search .custom-select:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-size: 22px;
  position: absolute;
  top: 8px;
  right: 10px;
  color: #f48d2c;
}
.staff-search select {
  font-size: 16px;
  border: none;
  background: transparent;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  -webkit-appearance: none !important;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  @support ( -webkit-appearance: none ) or ( appearance: none ) or ( ( -moz-appearance: none ) and ( mask-type: alpha ) );
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.staff-search:after {
  display: block;
}
.staff-search h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #f48d2c;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 600px) {
  .staff-search h3 {
    text-align: left;
    margin-bottom: 0;
    width: auto;
    margin-right: 10px;
  }
}

.staff {
  margin: 60px auto;
}
.staff .headers {
  border-bottom: 2px solid #f5f6f7;
  padding-bottom: 15px;
  padding-top: 12px;
  position: sticky;
  z-index: 3;
  top: 0;
  background: #5baada;
}
.staff .headers .grid-item {
  padding: 0 10px;
}
@media (min-width: 1440px) {
  .staff .headers .grid-item {
    padding: 0 20px;
  }
}
.staff .headers .grid-item:nth-of-type(1) {
  width: 60px;
}
@media (min-width: 900px) {
  .staff .headers .grid-item:nth-of-type(1) {
    width: 70px;
  }
}
.staff .headers .grid-item:nth-of-type(2) {
  width: calc(43% - 60px);
}
@media (min-width: 600px) {
  .staff .headers .grid-item:nth-of-type(2) {
    width: calc(36% - 60px);
  }
}
@media (min-width: 900px) {
  .staff .headers .grid-item:nth-of-type(2) {
    width: calc(30% - 70px);
  }
}
.staff .headers .grid-item:nth-of-type(3) {
  width: 15%;
}
@media (min-width: 600px) {
  .staff .headers .grid-item:nth-of-type(3) {
    width: 18%;
  }
}
@media (min-width: 900px) {
  .staff .headers .grid-item:nth-of-type(3) {
    width: 20%;
  }
}
.staff .headers .grid-item:nth-of-type(4) {
  width: 15%;
}
@media (min-width: 600px) {
  .staff .headers .grid-item:nth-of-type(4) {
    width: 19%;
  }
}
@media (min-width: 900px) {
  .staff .headers .grid-item:nth-of-type(4) {
    width: 20%;
  }
}
.staff .headers .grid-item:nth-of-type(5) {
  width: 27%;
}
@media (min-width: 900px) {
  .staff .headers .grid-item:nth-of-type(5) {
    width: 30%;
  }
}
.staff .headers span {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  color: #ffffff;
}
@media (min-width: 600px) {
  .staff .headers span {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  .staff .headers span {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .staff .headers span {
    font-size: 22px;
  }
}
.staff .row {
  padding: 15px 0px 18px;
  line-height: 1.2;
  border-left: 2px solid #f5f6f7;
  border-right: 2px solid #f5f6f7;
  border-bottom: 2px solid #f5f6f7;
  font-size: 12px;
}
@media (min-width: 600px) {
  .staff .row {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  .staff .row {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .staff .row {
    font-size: 18px;
  }
}
.staff .row:last-of-type {
  border-bottom: 4px solid #f5f6f7;
}
.staff .row .grid-item {
  padding: 0 10px;
}
@media (min-width: 1440px) {
  .staff .row .grid-item {
    padding: 0 20px;
  }
}
.staff .row .grid-item:nth-of-type(1) {
  width: 60px;
}
@media (min-width: 900px) {
  .staff .row .grid-item:nth-of-type(1) {
    width: 70px;
  }
}
.staff .row .grid-item:nth-of-type(2) {
  width: calc(43% - 60px);
}
@media (min-width: 600px) {
  .staff .row .grid-item:nth-of-type(2) {
    width: calc(36% - 60px);
  }
}
@media (min-width: 900px) {
  .staff .row .grid-item:nth-of-type(2) {
    width: calc(30% - 70px);
  }
}
.staff .row .grid-item:nth-of-type(3) {
  width: 15%;
}
@media (min-width: 600px) {
  .staff .row .grid-item:nth-of-type(3) {
    width: 18%;
  }
}
@media (min-width: 900px) {
  .staff .row .grid-item:nth-of-type(3) {
    width: 20%;
  }
}
.staff .row .grid-item:nth-of-type(4) {
  width: 15%;
}
@media (min-width: 600px) {
  .staff .row .grid-item:nth-of-type(4) {
    width: 19%;
  }
}
@media (min-width: 900px) {
  .staff .row .grid-item:nth-of-type(4) {
    width: 20%;
  }
}
.staff .row .grid-item:nth-of-type(5) {
  width: 27%;
}
@media (min-width: 900px) {
  .staff .row .grid-item:nth-of-type(5) {
    width: 30%;
  }
}
.staff .row .img {
  width: 45px;
  height: 45px;
  border-radius: 999em;
  overflow: hidden;
}
@media (min-width: 900px) {
  .staff .row .img {
    width: 50px;
    height: 50px;
  }
}
.staff .row .img img {
  width: 100%;
  height: auto;
}
.staff .row .readbio {
  cursor: pointer;
}
.staff .row .readbio:hover h3, .staff .row .readbio:hover .position {
  color: #5baada;
}
.staff .row h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #2274a5;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .staff .row h3 {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  .staff .row h3 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .staff .row h3 {
    font-size: 22px;
  }
}
.staff .row .position {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  color: #2274a5;
}
.staff .row a {
  color: #2274a5;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
}
.staff .row a:hover {
  color: #f48d2c;
}
.staff .row a .text {
  display: none;
}
@media (min-width: 600px) {
  .staff .row a .text {
    display: inline-block;
  }
}
.staff .row a .number {
  display: none;
}
@media (min-width: 600px) {
  .staff .row a .number {
    display: inline-block;
  }
}
.staff .row a .icon {
  position: relative;
  font-size: 20px;
  line-height: 1.2;
  color: #f48d2c;
}
@media (min-width: 600px) {
  .staff .row a .icon {
    font-size: 16px;
    line-height: 0;
    margin-right: 4px;
    top: 1px;
  }
}
@media (min-width: 900px) {
  .staff .row a .icon {
    font-size: 18px;
  }
}
.staff .bio {
  display: none;
}
.staff .bio.open {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.staff .bio.open .overlay {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 116, 165, 0.8);
}
.staff .bio.open .popup {
  animation: fadeUp;
  -webkit-animation-name: fadeUp;
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.68, -0.3, 0.265, 1.3);
  animation-fill-mode: forwards;
  text-align: left;
  position: relative;
  z-index: 999;
  display: block;
  background-color: #fff;
  padding: 65px 20px 30px;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: scroll;
}
@media (min-width: 600px) {
  .staff .bio.open .popup {
    padding: 65px 40px 50px;
  }
}
@media (min-width: 900px) {
  .staff .bio.open .popup {
    text-align: left;
    width: auto;
    height: auto;
  }
}
.staff .bio.open .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.staff .bio.open .inner .img {
  width: 225px;
  height: 225px;
  border-radius: 999em;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .staff .bio.open .inner .img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 900px) {
  .staff .bio.open .inner .img {
    width: 300px;
    height: 300px;
  }
}
.staff .bio.open .inner .img img {
  width: 100%;
  height: auto;
}
.staff .bio.open .inner .info {
  width: 100%;
  margin: 30px auto 0;
}
@media (min-width: 900px) {
  .staff .bio.open .inner .info {
    margin: 0;
    width: calc(100% - 300px);
    padding-left: 40px;
  }
}
.staff .bio.open .inner h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #2274a5;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .staff .bio.open .inner h3 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .staff .bio.open .inner h3 {
    font-size: 28px;
  }
}
.staff .bio.open .inner p {
  margin-bottom: 20px;
  font-size: 16px;
}
@media (min-width: 600px) {
  .staff .bio.open .inner p {
    font-size: 18px;
  }
}
.staff .bio.open .inner p.position {
  font-size: 18px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
@media (min-width: 600px) {
  .staff .bio.open .inner p.position {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .staff .bio.open .inner p.position {
    font-size: 24px;
  }
}
.staff .bio.open .inner .cats {
  border-top: 2px solid #f5f6f7;
  padding-top: 20px;
  color: #2274a5;
}
.staff .bio.open .inner .position {
  border-bottom: 2px solid #f5f6f7;
  padding-bottom: 20px;
}
.staff .bio.open .closeModal {
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #f48d2c;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 60px;
  height: 60px;
}
.staff .bio.open .closeModal:hover {
  color: #2274a5;
}
.staff .bio.open .closeModal .icon-cross {
  font-size: 18px;
  margin: 0 auto;
}

.backto {
  text-align: center;
  margin: 60px auto;
}

.page-template-template-news-resources .full {
  margin: 60px auto;
  padding: 0px;
}
.page-template-template-news-resources .news-resources {
  margin: 60px auto 80px;
}
.page-template-template-news-resources .news-resources .expanded {
  display: none;
}
.page-template-template-news-resources .news-resources .container {
  border-bottom: 1px solid #d2d6d8;
}
.page-template-template-news-resources .news-resources .grid {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d2d6d8;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .page-template-template-news-resources .news-resources .grid {
    flex-wrap: nowrap;
  }
}
.page-template-template-news-resources .news-resources .grid:first-of-type {
  padding-top: 5px;
}
.page-template-template-news-resources .news-resources .grid:last-of-type {
  border: none;
  margin-bottom: 30px;
}
.page-template-template-news-resources .news-resources .grid .name {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .page-template-template-news-resources .news-resources .grid .name {
    margin-bottom: 0;
    width: auto;
  }
}
.page-template-template-news-resources .news-resources .grid .name span {
  line-height: 1.2;
  display: inline-block;
}
@media (min-width: 600px) {
  .page-template-template-news-resources .news-resources .grid .link {
    padding-left: 10px;
  }
}
.page-template-template-news-resources .news-resources .grid .link a {
  color: #2274a5;
  cursor: pointer;
}
.page-template-template-news-resources .news-resources .grid .link a:hover {
  color: #054469;
}
.page-template-template-news-resources .news-resources .grid .link a .icon-external {
  color: #f48d2c;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
  font-size: 16px;
}
.page-template-template-news-resources .news-resources .container {
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  position: relative;
  cursor: pointer;
}
.page-template-template-news-resources .news-resources .container:hover h3 {
  color: #2274a5;
}
.page-template-template-news-resources .news-resources .container h3 {
  margin-bottom: 0px;
  font-size: 20px;
  text-transform: none;
  letter-spacing: normal;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  color: #f48d2c;
}
@media (min-width: 600px) {
  .page-template-template-news-resources .news-resources .container h3 {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  .page-template-template-news-resources .news-resources .container h3 {
    font-size: 28px;
  }
}

.page-template-template-careers-php .page-base {
  margin: 60px auto;
}
.page-template-template-careers-php .page-base.callout {
  margin: 60px auto 80px;
}
.page-template-template-careers-php .page-base.callout .entry-content p.orangeintro {
  margin-bottom: 0;
}
.page-template-template-careers-php .page-base.callout .entry-content a:not(.button) {
  text-decoration: underline;
}
.page-template-template-careers-php .page-base.callout .entry-content a:not(.button):hover {
  text-decoration: none;
}
.page-template-template-careers-php .icons {
  margin: -30px auto 30px;
}
@media (min-width: 900px) {
  .page-template-template-careers-php .icons {
    margin: 60px auto 30px;
  }
}
.page-template-template-careers-php .icons .intro {
  margin-bottom: 40px;
}
.page-template-template-careers-php .icons .grid {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 900px) {
  .page-template-template-careers-php .icons .grid {
    margin: 0 -30px;
  }
}
.page-template-template-careers-php .icons .grid-item {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 900px) {
  .page-template-template-careers-php .icons .grid-item {
    padding: 0 30px;
    width: 33.3333333%;
  }
}
.page-template-template-careers-php .icons .grid-item .icon {
  height: 90px;
  margin: 0 auto 10px;
}
@media (min-width: 600px) {
  .page-template-template-careers-php .icons .grid-item .icon {
    height: 110px;
  }
}
.page-template-template-careers-php .icons .grid-item .entry-content {
  max-width: 500px;
  margin: 0 auto;
}
.page-template-template-careers-php .icons .grid-item .entry-content h2 {
  margin-top: 0px !important;
}
.page-template-template-careers-php .steps {
  background: #f2f2f3;
  padding: 60px 0 50px;
}
.page-template-template-careers-php .steps .intro {
  margin-bottom: 40px;
}
.page-template-template-careers-php .steps .grid {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.page-template-template-careers-php .steps .grid .number {
  width: 50px;
}
.page-template-template-careers-php .steps .grid .number span {
  font-size: 32px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  background: #f48d2c;
  color: #fff;
  border-radius: 999em;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-template-careers-php .steps .grid .content {
  width: calc(100% - 45px);
  padding-left: 10px;
}
.page-template-template-careers-php .steps .grid .content .entry-content a:not(.button) {
  text-decoration: underline;
}
.page-template-template-careers-php .steps .grid .content .entry-content a:not(.button):hover {
  text-decoration: none;
}
.page-template-template-careers-php .two-column {
  margin: 60px auto;
}
.page-template-template-careers-php .two-column.reverse .grid {
  flex-wrap: wrap;
}
.page-template-template-careers-php .two-column.reverse .photo {
  margin: 30px auto 0;
}
@media (min-width: 900px) {
  .page-template-template-careers-php .two-column.reverse .photo {
    margin: 0 auto;
  }
}
.page-template-template-careers-php .two-column .grid {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: center;
}
@media (min-width: 900px) {
  .page-template-template-careers-php .two-column .grid {
    margin: 0 -30px;
  }
}
.page-template-template-careers-php .two-column .grid-item {
  width: 100%;
}
@media (min-width: 900px) {
  .page-template-template-careers-php .two-column .grid-item {
    padding: 0 30px;
    width: 50%;
  }
}
.page-template-template-careers-php .two-column .photo {
  margin: 30px auto;
}
@media (min-width: 900px) {
  .page-template-template-careers-php .two-column .photo {
    margin: 0 auto;
  }
}
.page-template-template-careers-php .two-column .photo img {
  width: 100%;
}

.lineBtn {
  text-align: center;
  position: relative;
}
.lineBtn:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d2d6d8;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 17px;
}
.lineBtn .button {
  position: relative;
}
.lineBtn.careerSubnav {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .lineBtn.careerSubnav:before {
    display: none;
  }
}
.lineBtn.careerSubnav .button {
  margin: 0 5px 10px;
}

@media (min-width: 768px) {
  .videosAA .wrap1200 {
    display: flex;
    justify-content: space-between;
  }
}
.videosAA .wrap1200 .vid {
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .videosAA .wrap1200 .vid {
    margin-bottom: 0;
    width: 47%;
  }
}
.videosAA .wrap1200 .vid .vidwrap {
  max-width: 600px;
  margin: 0 auto 20px;
}
.videosAA .wrap1200 .vid .vidwrap .embedContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.videosAA .wrap1200 .vid .vidwrap .embedContainer iframe, .videosAA .wrap1200 .vid .vidwrap .embedContainer object, .videosAA .wrap1200 .vid .vidwrap .embedContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videosAA .wrap1200 .vid h2 {
  letter-spacing: -0.03em;
  color: #2274a5;
  line-height: 1.2;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  font-size: 1.15em;
}
@media (min-width: 600px) {
  .videosAA .wrap1200 .vid h2 {
    font-size: 1.25em;
  }
}
@media (min-width: 900px) {
  .videosAA .wrap1200 .vid h2 {
    font-size: 1.5em;
  }
}
.videosAA .wrap1200 .vid p {
  letter-spacing: -0.03em;
  color: #2274a5;
  line-height: 1.2;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  margin-top: 5px;
}

.page-template-template-academic-approach .stats, .page-template-template-literacy .stats {
  margin: 40px auto 1px;
  text-align: center;
}
.page-template-template-academic-approach .stats .grid, .page-template-template-literacy .stats .grid {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 900px) {
  .page-template-template-academic-approach .stats .grid, .page-template-template-literacy .stats .grid {
    margin: 0 -30px;
  }
}
.page-template-template-academic-approach .stats .grid-item, .page-template-template-literacy .stats .grid-item {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 900px) {
  .page-template-template-academic-approach .stats .grid-item, .page-template-template-literacy .stats .grid-item {
    padding: 0 30px;
    width: 33.3333333%;
  }
}
.page-template-template-academic-approach .stats .label, .page-template-template-literacy .stats .label {
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #f48d2c;
  font-size: 40px;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}
@media (min-width: 600px) {
  .page-template-template-academic-approach .stats .label, .page-template-template-literacy .stats .label {
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  .page-template-template-academic-approach .stats .label, .page-template-template-literacy .stats .label {
    font-size: 84px;
    letter-spacing: -0.04em;
  }
}
.page-template-template-academic-approach .stats p, .page-template-template-literacy .stats p {
  line-height: 1.6;
}
.page-template-template-academic-approach .page-base, .page-template-template-literacy .page-base {
  margin: 60px auto;
}
.page-template-template-academic-approach .page-base.introOA, .page-template-template-literacy .page-base.introOA {
  margin: 60px auto;
}
.page-template-template-academic-approach .page-base .entry-content img.aligncenter, .page-template-template-literacy .page-base .entry-content img.aligncenter {
  width: 100%;
}
.page-template-template-academic-approach .page-base .entry-content li, .page-template-template-literacy .page-base .entry-content li {
  line-height: 1.4;
}
.page-template-template-academic-approach .page-base .entry-content p, .page-template-template-literacy .page-base .entry-content p {
  line-height: 1.6;
}
.page-template-template-academic-approach .page-base .entry-content a:not(.button), .page-template-template-literacy .page-base .entry-content a:not(.button) {
  text-decoration: underline;
}
.page-template-template-academic-approach .page-base .entry-content a:not(.button):hover, .page-template-template-literacy .page-base .entry-content a:not(.button):hover {
  text-decoration: none;
}
.page-template-template-academic-approach .full-content .entry-content img, .page-template-template-literacy .full-content .entry-content img {
  border-bottom: none;
}
.page-template-template-academic-approach .full-content .entry-content p, .page-template-template-literacy .full-content .entry-content p {
  line-height: 1.5;
}
.page-template-template-academic-approach .full-content .entry-content li, .page-template-template-literacy .full-content .entry-content li {
  line-height: 1.4;
}
.page-template-template-academic-approach .full-content .entry-content .size-full, .page-template-template-literacy .full-content .entry-content .size-full {
  margin-bottom: 30px;
}
.page-template-template-academic-approach .full-content .entry-content p.orangeintro, .page-template-template-literacy .full-content .entry-content p.orangeintro {
  line-height: 1.3;
}
.page-template-template-academic-approach .full-content .entry-content a:not(.button), .page-template-template-literacy .full-content .entry-content a:not(.button) {
  text-decoration: underline;
}
.page-template-template-academic-approach .full-content .entry-content a:not(.button):hover, .page-template-template-literacy .full-content .entry-content a:not(.button):hover {
  text-decoration: none;
}
.page-template-template-academic-approach .full-content .entry-content .aligncenter, .page-template-template-literacy .full-content .entry-content .aligncenter {
  width: 100%;
}
.page-template-template-academic-approach .three-column, .page-template-template-literacy .three-column {
  margin: 60px auto;
}
.page-template-template-academic-approach .three-column .grid, .page-template-template-literacy .three-column .grid {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 900px) {
  .page-template-template-academic-approach .three-column .grid, .page-template-template-literacy .three-column .grid {
    margin: 0 -20px;
  }
}
.page-template-template-academic-approach .three-column .grid .grid-item, .page-template-template-literacy .three-column .grid .grid-item {
  width: 100%;
}
@media (min-width: 900px) {
  .page-template-template-academic-approach .three-column .grid .grid-item, .page-template-template-literacy .three-column .grid .grid-item {
    padding: 0 20px;
    width: 33.3333333%;
  }
}
.page-template-template-academic-approach .three-column .grid .entry-content img, .page-template-template-literacy .three-column .grid .entry-content img {
  border-bottom: none;
  max-width: 400px;
  margin: 0 auto;
}
.page-template-template-academic-approach .three-column .grid .entry-content p, .page-template-template-literacy .three-column .grid .entry-content p {
  line-height: 1.5;
}
.page-template-template-academic-approach .three-column .grid .entry-content li, .page-template-template-literacy .three-column .grid .entry-content li {
  line-height: 1.4;
}
.page-template-template-academic-approach .three-column .grid .entry-content .size-full, .page-template-template-literacy .three-column .grid .entry-content .size-full {
  margin-bottom: 30px;
}
.page-template-template-academic-approach .three-column .grid .entry-content p.orangeintro, .page-template-template-literacy .three-column .grid .entry-content p.orangeintro {
  line-height: 1.3;
}
.page-template-template-academic-approach .three-column .grid .entry-content a:not(.button), .page-template-template-literacy .three-column .grid .entry-content a:not(.button) {
  text-decoration: underline;
}
.page-template-template-academic-approach .three-column .grid .entry-content a:not(.button):hover, .page-template-template-literacy .three-column .grid .entry-content a:not(.button):hover {
  text-decoration: none;
}
.page-template-template-academic-approach .three-column .grid .entry-content .aligncenter, .page-template-template-literacy .three-column .grid .entry-content .aligncenter {
  width: 100%;
}
.page-template-template-academic-approach .two-column, .page-template-template-literacy .two-column {
  margin: 60px auto;
}
.page-template-template-academic-approach .two-column.reverse .photo, .page-template-template-literacy .two-column.reverse .photo {
  margin: 30px auto 0;
}
@media (min-width: 900px) {
  .page-template-template-academic-approach .two-column.reverse .photo, .page-template-template-literacy .two-column.reverse .photo {
    margin: 0 auto;
  }
}
.page-template-template-academic-approach .two-column .grid, .page-template-template-literacy .two-column .grid {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 900px) {
  .page-template-template-academic-approach .two-column .grid, .page-template-template-literacy .two-column .grid {
    margin: 0 -30px;
  }
}
.page-template-template-academic-approach .two-column .grid-item, .page-template-template-literacy .two-column .grid-item {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .page-template-template-academic-approach .two-column .grid-item, .page-template-template-literacy .two-column .grid-item {
    padding: 0 30px;
    width: 50%;
  }
}
.page-template-template-academic-approach .two-column .photo, .page-template-template-literacy .two-column .photo {
  margin: 30px auto;
}
@media (min-width: 900px) {
  .page-template-template-academic-approach .two-column .photo, .page-template-template-literacy .two-column .photo {
    margin: 0 auto;
  }
}
.page-template-template-academic-approach .two-column .photo img, .page-template-template-literacy .two-column .photo img {
  width: 100%;
}
.page-template-template-academic-approach .two-column .entry-content img, .page-template-template-literacy .two-column .entry-content img {
  border-bottom: none;
  width: 100%;
}
.page-template-template-academic-approach .two-column .entry-content p, .page-template-template-literacy .two-column .entry-content p {
  line-height: 1.5;
}
.page-template-template-academic-approach .two-column .entry-content li, .page-template-template-literacy .two-column .entry-content li {
  line-height: 1.4;
}
.page-template-template-academic-approach .two-column .entry-content .size-full, .page-template-template-literacy .two-column .entry-content .size-full {
  margin-bottom: 30px;
}
.page-template-template-academic-approach .two-column .entry-content p.orangeintro, .page-template-template-literacy .two-column .entry-content p.orangeintro {
  line-height: 1.3;
}
.page-template-template-academic-approach .two-column .entry-content a:not(.button), .page-template-template-literacy .two-column .entry-content a:not(.button) {
  text-decoration: underline;
}
.page-template-template-academic-approach .two-column .entry-content a:not(.button):hover, .page-template-template-literacy .two-column .entry-content a:not(.button):hover {
  text-decoration: none;
}
.page-template-template-academic-approach .two-column .entry-content .aligncenter, .page-template-template-literacy .two-column .entry-content .aligncenter {
  width: 100%;
}
.page-template-template-academic-approach .callout, .page-template-template-literacy .callout {
  text-align: center;
  margin: 100px auto 70px;
  position: relative;
  color: #fff;
}
.page-template-template-academic-approach .callout .inner, .page-template-template-literacy .callout .inner {
  background: #054469;
  padding: 60px 30px 30px;
}
@media (min-width: 600px) {
  .page-template-template-academic-approach .callout .inner, .page-template-template-literacy .callout .inner {
    padding: 60px 60px 30px;
  }
}
@media (min-width: 900px) {
  .page-template-template-academic-approach .callout .inner, .page-template-template-literacy .callout .inner {
    padding: 60px 100px 30px;
  }
}
.page-template-template-academic-approach .callout .icon, .page-template-template-literacy .callout .icon {
  width: 130px;
  margin: 0 auto;
  margin-top: -130px;
  position: relative;
  top: -10px;
}
.page-template-template-academic-approach .callout p, .page-template-template-literacy .callout p {
  margin-bottom: 30px;
  font-size: 18px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .page-template-template-academic-approach .callout p, .page-template-template-literacy .callout p {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  .page-template-template-academic-approach .callout p, .page-template-template-literacy .callout p {
    font-size: 29px;
  }
}
.page-template-template-academic-approach .callout p.label, .page-template-template-literacy .callout p.label {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
@media (min-width: 900px) {
  .page-template-template-academic-approach .callout p.label, .page-template-template-literacy .callout p.label {
    font-size: 24px;
  }
}
.page-template-template-academic-approach .gray-section, .page-template-template-literacy .gray-section {
  background: #F3F3F3;
  margin: 60px auto;
  padding: 60px 0;
}
.page-template-template-academic-approach .gray-section .wrap900, .page-template-template-literacy .gray-section .wrap900 {
  max-width: 900px;
  margin: 0 auto;
  width: 94%;
}
.page-template-template-academic-approach .gray-section .entry-content, .page-template-template-literacy .gray-section .entry-content {
  text-align: center;
}
.page-template-template-academic-approach .gray-section .grid, .page-template-template-literacy .gray-section .grid {
  margin-top: 40px;
  justify-content: center;
}
.page-template-template-academic-approach .gray-section .grid-item, .page-template-template-literacy .gray-section .grid-item {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}
@media (min-width: 600px) {
  .page-template-template-academic-approach .gray-section .grid-item, .page-template-template-literacy .gray-section .grid-item {
    padding: 0 30px;
    margin: 0;
    width: 50%;
  }
}
.page-template-template-academic-approach .button-group, .page-template-template-literacy .button-group {
  margin: 60px auto;
}
.page-template-template-academic-approach .button-group .wrap900, .page-template-template-literacy .button-group .wrap900 {
  max-width: 900px;
  margin: 0 auto;
  width: 94%;
}
.page-template-template-academic-approach .button-group .entry-content, .page-template-template-literacy .button-group .entry-content {
  text-align: center;
}
.page-template-template-academic-approach .button-group .grid, .page-template-template-literacy .button-group .grid {
  margin-top: 40px;
  justify-content: center;
}
.page-template-template-academic-approach .button-group .grid-item, .page-template-template-literacy .button-group .grid-item {
  width: 100%;
  padding: 0 20px;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}
@media (min-width: 600px) {
  .page-template-template-academic-approach .button-group .grid-item, .page-template-template-literacy .button-group .grid-item {
    margin: 0;
    width: 33.3333333%;
  }
}
.page-template-template-academic-approach .button-group .grid-item a.button, .page-template-template-literacy .button-group .grid-item a.button {
  height: auto;
  width: 250px;
  line-height: 1.2;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-id-4383 .stats .wrap1200 {
  max-width: 1400px;
}
.page-id-4383 .stats .grid-item {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 900px) {
  .page-id-4383 .stats .grid-item {
    padding: 0 30px;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .page-id-4383 .stats .grid-item {
    width: 25%;
  }
}

.page-id-4323 .introOA, .page-id-4383 .introOA {
  margin-bottom: -40px !important;
}
@media (min-width: 900px) {
  .page-id-4323 .introOA, .page-id-4383 .introOA {
    margin-bottom: 0 !important;
  }
}

.page-id-4471 .bottom {
  margin-bottom: 80px;
}
.page-id-4471 .bottom .entry-content {
  background: #2274a5;
  padding: 60px 30px 90px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .page-id-4471 .bottom .entry-content {
    padding: 60px 40px 90px;
  }
}
@media (min-width: 1024px) {
  .page-id-4471 .bottom .entry-content {
    padding: 60px 90px 90px;
  }
}
.page-id-4471 .bottom .entry-content h2, .page-id-4471 .bottom .entry-content h3, .page-id-4471 .bottom .entry-content li, .page-id-4471 .bottom .entry-content a, .page-id-4471 .bottom .entry-content li::before {
  color: #fff;
}
.page-id-4471 .bottom .entry-content h2 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.03em;
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-id-4471 .bottom .entry-content h2 {
    font-size: 45px;
  }
}
@media (min-width: 1024px) {
  .page-id-4471 .bottom .entry-content h2 {
    margin-bottom: 30px;
    font-size: 64px;
  }
}
.page-id-4471 .grid {
  margin-top: -40px;
}
.page-id-4471 .grid .grid-item {
  width: 33.3333333%;
  padding: 0 2px;
}
@media (min-width: 768px) {
  .page-id-4471 .grid .grid-item {
    padding: 0 10px;
  }
}

/*==============================================================*/
/*==============================================================*/
#cookie {
  background: #f48d2c;
  text-align: center;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  color: #fff;
  padding: 12px 0px;
  display: none;
}
#cookie .wrap1400 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
  align-items: center;
}
#cookie a.btn {
  font-size: 10px;
  padding: 7px 12px;
  margin-top: 7px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #e17510;
  margin-left: 12px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
@media (min-width: 900px) {
  #cookie a.btn {
    margin-top: 0;
  }
}
#cookie a.btn:hover {
  color: #f48d2c;
  background: #fff;
}
#cookie p {
  width: 100%;
  line-height: 1.2;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #cookie p {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  #cookie p {
    width: auto;
    font-size: 18px;
  }
}

#top {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  width: 94%;
  max-width: 1400px;
  padding: 15px 0;
}
@media (min-width: 768px) {
  #top {
    padding: 20px 0 25px;
  }
}
#top #social, #top #logo, #top #workdonate, #top #hamburger {
  display: table-cell;
  vertical-align: middle;
}
#top #social {
  display: none;
}
@media (min-width: 768px) {
  #top #social {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  #top #social {
    padding-bottom: 17px;
  }
}
#top #logo {
  width: 200px;
}
@media (min-width: 768px) {
  #top #logo {
    width: 250px;
  }
}
@media (min-width: 768px) {
  #top #logo {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  #top #logo {
    width: 350px;
  }
}
#top #workdonate {
  display: none;
}
@media (min-width: 768px) {
  #top #workdonate {
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
    padding-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  #top #workdonate {
    padding-bottom: 17px;
  }
}
#top #workdonate ul.social {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #top #workdonate ul.social {
    display: none;
  }
}
#top #workdonate a.button {
  width: auto;
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  #top #workdonate a.button {
    display: block;
    margin: 10px 0 10px auto;
    width: 200px;
  }
}
@media (min-width: 1024px) {
  #top #workdonate a.button {
    font-size: 0.9em;
    width: 230px;
  }
}
@media (min-width: 1200px) {
  #top #workdonate a.button {
    width: auto;
    display: inline-block;
    margin: 0 0 0 15px;
  }
}
#top #hamburger {
  text-align: right;
}
@media (min-width: 768px) {
  #top #hamburger {
    display: none;
  }
}
#top #hamburger a {
  color: #f48d2c;
  font-size: 50px;
}
#top ul.social li.facebook {
  color: #3b5998;
}
#top ul.social li.insta {
  color: #2274a5;
}
#top ul.social li.linkedin {
  color: #1e87bd;
}
#top ul.social li {
  display: inline-block;
  font-size: 30px;
  margin-left: 5px;
}
@media (min-width: 768px) {
  #top ul.social li {
    font-size: 36px;
    margin-right: 10px;
  }
}
#top ul.social li:hover {
  color: #f48d2c;
}

#nav {
  display: none;
}
@media (min-width: 768px) {
  #nav {
    display: block;
  }
}
@media (min-width: 768px) {
  #nav .hide {
    display: none;
  }
}
#nav li.menu-item-4265:hover > a {
  color: #fff;
}
#nav li.menu-item-4265 > a {
  color: #f48d2c;
}

#orangebuttons {
  border-top: 5px solid #d2d6d8;
  padding: 3px 0;
}
@media (min-width: 768px) {
  #orangebuttons {
    display: none;
  }
}
#orangebuttons ul li {
  display: inline-block;
  width: 33.3%;
  padding: 0 1px;
}
#orangebuttons ul li:first-of-type {
  padding: 0 2px 0 0;
}
#orangebuttons ul li:last-of-type {
  padding: 0 0 0 2px;
  width: 33.4%;
}
#orangebuttons ul li a.button {
  width: 100%;
  display: block;
  padding: 0;
}

/*--------------------------------------------------------------*/
/* search stuff */
/*--------------------------------------------------------------*/
#search-desk {
  display: inline-block;
  text-align: left;
  padding: 5px 0;
}
#search-desk span.icon-search {
  padding: 5px 5px 10px 5px;
  font-size: 0.9em;
}
@media (min-width: 1200px) {
  #search-desk span.icon-search {
    font-size: 1em;
  }
}
#search-desk .header-search {
  border-left: 1px solid rgba(91, 170, 218, 0.5);
  padding: 0 20px;
}
#search-desk .search-form {
  top: 38px;
  right: 15px;
}
@media (min-width: 1200px) {
  #search-desk .search-form {
    top: 40px;
  }
}
#search-desk .search-form input.search-submit {
  right: 0;
}

#search-mob span.icon-search {
  font-size: 24px;
  padding: 10px;
}
#search-mob .search-form {
  top: 5px;
  left: 50px;
}
#search-mob .search-form input.search-submit {
  right: 0;
}

.header-search {
  display: inline-block;
  position: relative;
}
.header-search span {
  cursor: pointer;
  display: inline-block;
  color: white;
}
.header-search span:hover {
  color: #f48d2c;
}
.header-search .search-form {
  z-index: 99;
  position: absolute;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.header-search.open .search-form {
  opacity: 1;
}
.header-search .search-form ::-webkit-input-placeholder {
  color: white;
}
.header-search .search-form :-moz-placeholder {
  color: white;
  opacity: 1;
}
.header-search .search-form ::-moz-placeholder {
  color: white;
  opacity: 1;
}
.header-search .search-form :-ms-input-placeholder {
  color: white;
}
.header-search .search-form input {
  display: inline-block;
  height: 33px;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: white;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.header-search .search-form input.search-field {
  background: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  width: 180px;
  padding: 0 60px 0 6px;
}
.header-search .search-form input.search-submit {
  width: 50px;
  font-size: 14px;
  background: #e17510;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  position: absolute;
  top: 0;
}
.header-search .search-form input.search-submit:hover {
  background: #2b3d48;
  color: white;
  cursor: pointer;
}

/*--------------------------------------------------------------*/
/* NAVIGATION */
/*--------------------------------------------------------------*/
#nav {
  position: relative;
  text-align: center;
  background: #054469;
  z-index: 9;
}
#nav .menu-primary-container {
  display: inline-block;
}
#nav:after {
  content: "";
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: -5px;
  left: 0;
}

/* customize regular menu - - - - - - - - - - - - - - - - - -  */
#regular {
  text-align: center;
  width: 100%;
  display: none;
}
@media (min-width: 1024px) {
  #regular {
    display: block;
  }
}
#regular ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
#regular ul li {
  display: inline-block;
  position: relative;
  margin-left: initial;
}
#regular ul li:hover > a {
  background: #f48d2c;
}
#regular ul li:hover > ul {
  left: auto;
}
#regular ul li a {
  display: block;
  text-decoration: none;
  color: white;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  padding: 15px;
  font-size: 0.85em;
}
@media (min-width: 1200px) {
  #regular ul li a {
    padding: 15px 18px;
    font-size: 1em;
  }
}
#regular ul li ul {
  text-align: left;
  background: #f48d2c;
  border-bottom: 8px solid #e17510;
  float: left;
  position: absolute;
  top: auto;
  left: -999em;
  z-index: 99999;
  padding: 5px 0;
}
#regular ul li ul li {
  width: 100%;
}
#regular ul li ul li:hover > ul {
  left: 100%;
}
#regular ul li ul li:hover > a {
  background: #2274a5;
}
#regular ul li ul li a {
  display: block;
  min-width: 200px;
  font-size: 0.9em;
  text-transform: none;
  padding: 10px;
}
#regular ul li ul ul {
  left: -999em;
  top: 0;
}

/* customize push menu - - - - - - - - - - - - - - - - - - - - */
#pushwrap {
  overflow: hidden;
  margin: 0 auto;
  width: 94%;
  max-width: 1400px;
}
@media (min-width: 1024px) {
  #pushwrap {
    display: none !important;
  }
}
#pushwrap #search-mob {
  float: left;
}
#pushwrap a {
  float: right;
  display: table;
  table-layout: fixed;
}
#pushwrap a .text-menu {
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 42px;
}
#pushwrap a .icon-menu {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #f48d2c;
}

#push.mm-menu {
  background: #19567b;
}
#push.mm-menu .mm-navbar-top {
  border-color: rgba(91, 170, 218, 0.5);
  background: #054469;
}
#push.mm-menu .mm-navbar-top .mm-title {
  color: white;
  letter-spacing: 0.1em;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
}
#push.mm-menu .mm-navbar-top .mm-close:after {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #e17510;
}
#push.mm-menu .mm-navbar-top .mm-prev:before {
  border-color: #e17510;
}
#push.mm-menu .mm-listview {
  font-size: 16px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: white;
}
#push.mm-menu .mm-listview li:after {
  border-color: rgba(91, 170, 218, 0.5);
}
#push.mm-menu .mm-listview li .mm-next {
  background: #2274a5;
  height: 39px;
}
#push.mm-menu .mm-listview li .mm-next:before {
  border-color: rgba(91, 170, 218, 0.5);
}
#push.mm-menu .mm-listview li .mm-next:after {
  border-color: #f48d2c;
}
#push.mm-menu .mm-navbar-bottom {
  background: darkgray;
  border-color: wheat;
}
#push.mm-menu .mm-navbar-bottom span {
  color: purple;
}
#push.mm-menu .mm-navbar-bottom a {
  color: white;
}

/*==============================================================*/
/*==============================================================*/
#hero {
  position: relative;
  text-align: center;
  color: white;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.03em;
  border-bottom: 20px solid #5baada;
  padding: 50px 10px;
}
@media (min-width: 768px) {
  #hero {
    padding: 80px 20px;
    border-bottom: 40px solid #5baada;
  }
}
#hero h1 {
  font-size: 2.5em;
  line-height: 1.1em;
}
@media (min-width: 768px) {
  #hero h1 {
    font-size: 2.75em;
  }
}
@media (min-width: 1024px) {
  #hero h1 {
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  #hero h1 {
    font-size: 4em;
  }
}
#hero h1 span {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  display: block;
  line-height: 1.3em;
  font-size: 60%;
}
#hero h1 .eyebrow {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #f48d2c;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #hero h1 .eyebrow {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  #hero h1 .eyebrow {
    font-size: 24px;
  }
}

#body {
  border-top: 5px solid #d2d6d8;
}

/*==============================================================*/
/*==============================================================*/
#footer {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 300px;
  text-align: center;
}
#footer #map, #footer #reverselogo, #footer #contact {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
#footer #map {
  vertical-align: top;
}
@media (max-width: 599px) {
  #footer #map {
    display: none;
  }
}
#footer #map .acf-map {
  width: 100%;
  border: none;
  margin: 0;
  height: 266px;
}
@media (min-width: 1200px) {
  #footer #map .acf-map {
    height: 250px;
  }
}
#footer #map .acf-map img {
  max-width: inherit !important;
}
#footer #map .acf-map p.address {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #f48d2c;
  font-size: 1em;
  margin-bottom: 5px;
}
#footer #map .acf-map a.directions {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #2274a5;
  font-size: 0.9em;
}
#footer #reverselogo {
  width: 25%;
  background: #054469;
}
@media (max-width: 899px) {
  #footer #reverselogo {
    display: none;
  }
}
#footer #reverselogo img {
  width: 80%;
  max-width: 250px;
}
#footer #contact {
  background: url(../images/contact-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 0 25px;
}
@media (min-width: 600px) {
  #footer #contact {
    padding: 0 25px 36px;
  }
}
@media (min-width: 1200px) {
  #footer #contact {
    padding-bottom: 50px;
  }
}
#footer #contact p {
  line-height: 1.8em;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
}
#footer #contact p strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  color: #f48d2c;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#footer #contact p span {
  color: #2274a5;
}
#footer #contact p span.orange {
  color: #f48d2c;
  font-size: 0.9em;
}
#footer #contact p a:hover {
  color: #054469;
}
#footer a.button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 599px) {
  #footer a.button {
    display: none;
  }
}
@media (min-width: 1200px) {
  #footer a.button {
    height: 50px;
    line-height: 44px;
    font-size: 1.25em;
  }
}

#orange-buttons-bottom {
  padding: 3px 0;
}
@media (min-width: 600px) {
  #orange-buttons-bottom {
    display: none;
  }
}
#orange-buttons-bottom li {
  display: inline-block;
  width: 50%;
}
#orange-buttons-bottom li:first-of-type {
  padding: 0 1.5px 0 0;
}
#orange-buttons-bottom li:last-of-type {
  padding: 0 0 0 1.5px;
}
#orange-buttons-bottom a.button {
  width: 100%;
}

#copyrightbar {
  padding: 20px;
  background: #2274a5;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  color: white;
  text-align: center;
  font-size: 12px;
}
#copyrightbar #backtotop {
  display: block;
  background: #19567b;
  font-size: 10px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  color: white;
  width: 100px;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 15px auto 0;
}
#copyrightbar #backtotop:hover {
  background: #054469;
}

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

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

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

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

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

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

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 37px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: -20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 22;
  transition: ease-in 222ms;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  cursor: pointer;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #ffffff;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: #511c56;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 40px;
  line-height: 0.8;
  padding: 0px;
  width: 35px;
  height: 36px;
  display: inline-block;
  transition: ease-in 222ms;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: #f48d2c;
}
.slick-prev:hover:before, .slick-prev:focus:before {
  margin-right: 3px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -35px;
}
.slick-prev:before {
  content: "\e924";
}
[dir=rtl] .slick-prev:before {
  content: "\e923";
}

.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background: #f48d2c;
}
.slick-next:hover:before, .slick-next:focus:before {
  margin-left: 3px;
}
[dir=rtl] .slick-next {
  left: -35px;
  right: auto;
}
.slick-next:before {
  content: "\e923";
}
[dir=rtl] .slick-next:before {
  content: "\e924";
}

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

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

.page-id-2587 article,
.page-id-1800 article,
.page-id-2083 article,
.page-id-2089 article,
.page-id-2091 article,
.page-id-2093 article,
.page-id-2095 article,
.page-id-2085 article,
.page-id-2763 article,
.single-teachers article,
.page-template-template-online-resources article {
  margin: 60px auto;
  clear: both;
}
.page-id-2587 .headline,
.page-id-1800 .headline,
.page-id-2083 .headline,
.page-id-2089 .headline,
.page-id-2091 .headline,
.page-id-2093 .headline,
.page-id-2095 .headline,
.page-id-2085 .headline,
.page-id-2763 .headline,
.single-teachers .headline,
.page-template-template-online-resources .headline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.page-id-2587 .headline img,
.page-id-1800 .headline img,
.page-id-2083 .headline img,
.page-id-2089 .headline img,
.page-id-2091 .headline img,
.page-id-2093 .headline img,
.page-id-2095 .headline img,
.page-id-2085 .headline img,
.page-id-2763 .headline img,
.single-teachers .headline img,
.page-template-template-online-resources .headline img {
  width: 45px;
  padding-right: 7px;
  align-self: baseline;
}
@media (min-width: 400px) {
  .page-id-2587 .headline img,
.page-id-1800 .headline img,
.page-id-2083 .headline img,
.page-id-2089 .headline img,
.page-id-2091 .headline img,
.page-id-2093 .headline img,
.page-id-2095 .headline img,
.page-id-2085 .headline img,
.page-id-2763 .headline img,
.single-teachers .headline img,
.page-template-template-online-resources .headline img {
    align-self: center;
    width: 60px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .page-id-2587 .headline img,
.page-id-1800 .headline img,
.page-id-2083 .headline img,
.page-id-2089 .headline img,
.page-id-2091 .headline img,
.page-id-2093 .headline img,
.page-id-2095 .headline img,
.page-id-2085 .headline img,
.page-id-2763 .headline img,
.single-teachers .headline img,
.page-template-template-online-resources .headline img {
    width: 90px;
    padding-right: 15px;
  }
}
.page-id-2587 .headline h2,
.page-id-1800 .headline h2,
.page-id-2083 .headline h2,
.page-id-2089 .headline h2,
.page-id-2091 .headline h2,
.page-id-2093 .headline h2,
.page-id-2095 .headline h2,
.page-id-2085 .headline h2,
.page-id-2763 .headline h2,
.single-teachers .headline h2,
.page-template-template-online-resources .headline h2 {
  width: calc(100% - 70px);
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  color: #f48d2c;
  border-bottom: 2px solid #d2d6d8;
  font-size: 20px;
  padding-bottom: 10px;
}
@media (min-width: 400px) {
  .page-id-2587 .headline h2,
.page-id-1800 .headline h2,
.page-id-2083 .headline h2,
.page-id-2089 .headline h2,
.page-id-2091 .headline h2,
.page-id-2093 .headline h2,
.page-id-2095 .headline h2,
.page-id-2085 .headline h2,
.page-id-2763 .headline h2,
.single-teachers .headline h2,
.page-template-template-online-resources .headline h2 {
    font-size: 22px;
  }
}
@media (min-width: 600px) {
  .page-id-2587 .headline h2,
.page-id-1800 .headline h2,
.page-id-2083 .headline h2,
.page-id-2089 .headline h2,
.page-id-2091 .headline h2,
.page-id-2093 .headline h2,
.page-id-2095 .headline h2,
.page-id-2085 .headline h2,
.page-id-2763 .headline h2,
.single-teachers .headline h2,
.page-template-template-online-resources .headline h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .page-id-2587 .headline h2,
.page-id-1800 .headline h2,
.page-id-2083 .headline h2,
.page-id-2089 .headline h2,
.page-id-2091 .headline h2,
.page-id-2093 .headline h2,
.page-id-2095 .headline h2,
.page-id-2085 .headline h2,
.page-id-2763 .headline h2,
.single-teachers .headline h2,
.page-template-template-online-resources .headline h2 {
    font-size: 27px;
    padding-bottom: 25px;
    width: calc(100% - 120px);
  }
}
@media (min-width: 1024px) {
  .page-id-2587 .headline h2,
.page-id-1800 .headline h2,
.page-id-2083 .headline h2,
.page-id-2089 .headline h2,
.page-id-2091 .headline h2,
.page-id-2093 .headline h2,
.page-id-2095 .headline h2,
.page-id-2085 .headline h2,
.page-id-2763 .headline h2,
.single-teachers .headline h2,
.page-template-template-online-resources .headline h2 {
    font-size: 30px;
  }
}
.page-id-2587 .back,
.page-id-1800 .back,
.page-id-2083 .back,
.page-id-2089 .back,
.page-id-2091 .back,
.page-id-2093 .back,
.page-id-2095 .back,
.page-id-2085 .back,
.page-id-2763 .back,
.single-teachers .back,
.page-template-template-online-resources .back {
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .page-id-2587 .back,
.page-id-1800 .back,
.page-id-2083 .back,
.page-id-2089 .back,
.page-id-2091 .back,
.page-id-2093 .back,
.page-id-2095 .back,
.page-id-2085 .back,
.page-id-2763 .back,
.single-teachers .back,
.page-template-template-online-resources .back {
    padding-left: 90px;
  }
}
.page-id-2587 .back a.button,
.page-id-1800 .back a.button,
.page-id-2083 .back a.button,
.page-id-2089 .back a.button,
.page-id-2091 .back a.button,
.page-id-2093 .back a.button,
.page-id-2095 .back a.button,
.page-id-2085 .back a.button,
.page-id-2763 .back a.button,
.single-teachers .back a.button,
.page-template-template-online-resources .back a.button {
  background: #efefef;
  color: #f48d2c;
  border-color: #d2d6d8;
  font-size: 13px;
  text-transform: none;
  letter-spacing: normal;
}
.page-id-2587 .back a.button:hover,
.page-id-1800 .back a.button:hover,
.page-id-2083 .back a.button:hover,
.page-id-2089 .back a.button:hover,
.page-id-2091 .back a.button:hover,
.page-id-2093 .back a.button:hover,
.page-id-2095 .back a.button:hover,
.page-id-2085 .back a.button:hover,
.page-id-2763 .back a.button:hover,
.single-teachers .back a.button:hover,
.page-template-template-online-resources .back a.button:hover {
  background: #f48d2c;
  color: #fff;
  border-color: #e17510;
}
.page-id-2587 .back a.button span,
.page-id-1800 .back a.button span,
.page-id-2083 .back a.button span,
.page-id-2089 .back a.button span,
.page-id-2091 .back a.button span,
.page-id-2093 .back a.button span,
.page-id-2095 .back a.button span,
.page-id-2085 .back a.button span,
.page-id-2763 .back a.button span,
.single-teachers .back a.button span,
.page-template-template-online-resources .back a.button span {
  transform: rotate(180deg);
  display: inline-block;
  margin: 0px 4px 0px 0;
  top: 6px;
  position: relative;
  font-size: 20px;
}
@media (min-width: 768px) {
  .page-id-2587 .container,
.page-id-1800 .container,
.page-id-2083 .container,
.page-id-2089 .container,
.page-id-2091 .container,
.page-id-2093 .container,
.page-id-2095 .container,
.page-id-2085 .container,
.page-id-2763 .container,
.single-teachers .container,
.page-template-template-online-resources .container {
    padding-left: 90px;
  }
}
.page-id-2587 .container .entry-content,
.page-id-1800 .container .entry-content,
.page-id-2083 .container .entry-content,
.page-id-2089 .container .entry-content,
.page-id-2091 .container .entry-content,
.page-id-2093 .container .entry-content,
.page-id-2095 .container .entry-content,
.page-id-2085 .container .entry-content,
.page-id-2763 .container .entry-content,
.single-teachers .container .entry-content,
.page-template-template-online-resources .container .entry-content {
  margin-bottom: 40px;
}
.page-id-2587 .container .entry-content h3,
.page-id-1800 .container .entry-content h3,
.page-id-2083 .container .entry-content h3,
.page-id-2089 .container .entry-content h3,
.page-id-2091 .container .entry-content h3,
.page-id-2093 .container .entry-content h3,
.page-id-2095 .container .entry-content h3,
.page-id-2085 .container .entry-content h3,
.page-id-2763 .container .entry-content h3,
.single-teachers .container .entry-content h3,
.page-template-template-online-resources .container .entry-content h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #2274a5;
  margin-bottom: 5px;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .page-id-2587 .container .entry-content h3,
.page-id-1800 .container .entry-content h3,
.page-id-2083 .container .entry-content h3,
.page-id-2089 .container .entry-content h3,
.page-id-2091 .container .entry-content h3,
.page-id-2093 .container .entry-content h3,
.page-id-2095 .container .entry-content h3,
.page-id-2085 .container .entry-content h3,
.page-id-2763 .container .entry-content h3,
.single-teachers .container .entry-content h3,
.page-template-template-online-resources .container .entry-content h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .page-id-2587 .container .entry-content h3,
.page-id-1800 .container .entry-content h3,
.page-id-2083 .container .entry-content h3,
.page-id-2089 .container .entry-content h3,
.page-id-2091 .container .entry-content h3,
.page-id-2093 .container .entry-content h3,
.page-id-2095 .container .entry-content h3,
.page-id-2085 .container .entry-content h3,
.page-id-2763 .container .entry-content h3,
.single-teachers .container .entry-content h3,
.page-template-template-online-resources .container .entry-content h3 {
    font-size: 22px;
  }
}
.page-id-2587 .container .entry-content p,
.page-id-1800 .container .entry-content p,
.page-id-2083 .container .entry-content p,
.page-id-2089 .container .entry-content p,
.page-id-2091 .container .entry-content p,
.page-id-2093 .container .entry-content p,
.page-id-2095 .container .entry-content p,
.page-id-2085 .container .entry-content p,
.page-id-2763 .container .entry-content p,
.single-teachers .container .entry-content p,
.page-template-template-online-resources .container .entry-content p {
  margin-bottom: 30px;
}
.page-id-2587 .container .entry-content p:last-of-type,
.page-id-1800 .container .entry-content p:last-of-type,
.page-id-2083 .container .entry-content p:last-of-type,
.page-id-2089 .container .entry-content p:last-of-type,
.page-id-2091 .container .entry-content p:last-of-type,
.page-id-2093 .container .entry-content p:last-of-type,
.page-id-2095 .container .entry-content p:last-of-type,
.page-id-2085 .container .entry-content p:last-of-type,
.page-id-2763 .container .entry-content p:last-of-type,
.single-teachers .container .entry-content p:last-of-type,
.page-template-template-online-resources .container .entry-content p:last-of-type {
  margin-bottom: 0;
}
.page-id-2587 .advanced-learning .logo,
.page-id-1800 .advanced-learning .logo,
.page-id-2083 .advanced-learning .logo,
.page-id-2089 .advanced-learning .logo,
.page-id-2091 .advanced-learning .logo,
.page-id-2093 .advanced-learning .logo,
.page-id-2095 .advanced-learning .logo,
.page-id-2085 .advanced-learning .logo,
.page-id-2763 .advanced-learning .logo,
.single-teachers .advanced-learning .logo,
.page-template-template-online-resources .advanced-learning .logo {
  display: block;
  width: 200px;
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .page-id-2587 .advanced-learning .logo,
.page-id-1800 .advanced-learning .logo,
.page-id-2083 .advanced-learning .logo,
.page-id-2089 .advanced-learning .logo,
.page-id-2091 .advanced-learning .logo,
.page-id-2093 .advanced-learning .logo,
.page-id-2095 .advanced-learning .logo,
.page-id-2085 .advanced-learning .logo,
.page-id-2763 .advanced-learning .logo,
.single-teachers .advanced-learning .logo,
.page-template-template-online-resources .advanced-learning .logo {
    width: 250px;
    margin: 0 0 16px;
  }
}
.page-id-2587 .advanced-learning a,
.page-id-1800 .advanced-learning a,
.page-id-2083 .advanced-learning a,
.page-id-2089 .advanced-learning a,
.page-id-2091 .advanced-learning a,
.page-id-2093 .advanced-learning a,
.page-id-2095 .advanced-learning a,
.page-id-2085 .advanced-learning a,
.page-id-2763 .advanced-learning a,
.single-teachers .advanced-learning a,
.page-template-template-online-resources .advanced-learning a {
  text-decoration: underline;
}
.page-id-2587 .advanced-learning a:hover,
.page-id-1800 .advanced-learning a:hover,
.page-id-2083 .advanced-learning a:hover,
.page-id-2089 .advanced-learning a:hover,
.page-id-2091 .advanced-learning a:hover,
.page-id-2093 .advanced-learning a:hover,
.page-id-2095 .advanced-learning a:hover,
.page-id-2085 .advanced-learning a:hover,
.page-id-2763 .advanced-learning a:hover,
.single-teachers .advanced-learning a:hover,
.page-template-template-online-resources .advanced-learning a:hover {
  text-decoration: none;
}
.page-id-2587 .advanced-learning ul,
.page-id-1800 .advanced-learning ul,
.page-id-2083 .advanced-learning ul,
.page-id-2089 .advanced-learning ul,
.page-id-2091 .advanced-learning ul,
.page-id-2093 .advanced-learning ul,
.page-id-2095 .advanced-learning ul,
.page-id-2085 .advanced-learning ul,
.page-id-2763 .advanced-learning ul,
.single-teachers .advanced-learning ul,
.page-template-template-online-resources .advanced-learning ul {
  margin-top: 30px;
}
.page-id-2587 .additional-materials .step,
.page-id-1800 .additional-materials .step,
.page-id-2083 .additional-materials .step,
.page-id-2089 .additional-materials .step,
.page-id-2091 .additional-materials .step,
.page-id-2093 .additional-materials .step,
.page-id-2095 .additional-materials .step,
.page-id-2085 .additional-materials .step,
.page-id-2763 .additional-materials .step,
.single-teachers .additional-materials .step,
.page-template-template-online-resources .additional-materials .step {
  align-items: center !important;
}
.page-id-2587 .step,
.page-id-1800 .step,
.page-id-2083 .step,
.page-id-2089 .step,
.page-id-2091 .step,
.page-id-2093 .step,
.page-id-2095 .step,
.page-id-2085 .step,
.page-id-2763 .step,
.single-teachers .step,
.page-template-template-online-resources .step {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}
.page-id-2587 .step .number,
.page-id-1800 .step .number,
.page-id-2083 .step .number,
.page-id-2089 .step .number,
.page-id-2091 .step .number,
.page-id-2093 .step .number,
.page-id-2095 .step .number,
.page-id-2085 .step .number,
.page-id-2763 .step .number,
.single-teachers .step .number,
.page-template-template-online-resources .step .number {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  color: #fff;
  background: #e17510;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  border-radius: 999em;
  font-size: 18px;
}
@media (min-width: 400px) {
  .page-id-2587 .step .number,
.page-id-1800 .step .number,
.page-id-2083 .step .number,
.page-id-2089 .step .number,
.page-id-2091 .step .number,
.page-id-2093 .step .number,
.page-id-2095 .step .number,
.page-id-2085 .step .number,
.page-id-2763 .step .number,
.single-teachers .step .number,
.page-template-template-online-resources .step .number {
    font-size: 24px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 600px) {
  .page-id-2587 .step .number,
.page-id-1800 .step .number,
.page-id-2083 .step .number,
.page-id-2089 .step .number,
.page-id-2091 .step .number,
.page-id-2093 .step .number,
.page-id-2095 .step .number,
.page-id-2085 .step .number,
.page-id-2763 .step .number,
.single-teachers .step .number,
.page-template-template-online-resources .step .number {
    margin-right: 20px;
    font-size: 30px;
    width: 45px;
    height: 45px;
  }
}
.page-id-2587 .step .text,
.page-id-1800 .step .text,
.page-id-2083 .step .text,
.page-id-2089 .step .text,
.page-id-2091 .step .text,
.page-id-2093 .step .text,
.page-id-2095 .step .text,
.page-id-2085 .step .text,
.page-id-2763 .step .text,
.single-teachers .step .text,
.page-template-template-online-resources .step .text {
  width: calc(100% - 35px);
}
@media (min-width: 400px) {
  .page-id-2587 .step .text,
.page-id-1800 .step .text,
.page-id-2083 .step .text,
.page-id-2089 .step .text,
.page-id-2091 .step .text,
.page-id-2093 .step .text,
.page-id-2095 .step .text,
.page-id-2085 .step .text,
.page-id-2763 .step .text,
.single-teachers .step .text,
.page-template-template-online-resources .step .text {
    width: calc(100% - 50px);
  }
}
@media (min-width: 600px) {
  .page-id-2587 .step .text,
.page-id-1800 .step .text,
.page-id-2083 .step .text,
.page-id-2089 .step .text,
.page-id-2091 .step .text,
.page-id-2093 .step .text,
.page-id-2095 .step .text,
.page-id-2085 .step .text,
.page-id-2763 .step .text,
.single-teachers .step .text,
.page-template-template-online-resources .step .text {
    width: calc(100% - 65px);
  }
}
.page-id-2587 .step .text ol,
.page-id-1800 .step .text ol,
.page-id-2083 .step .text ol,
.page-id-2089 .step .text ol,
.page-id-2091 .step .text ol,
.page-id-2093 .step .text ol,
.page-id-2095 .step .text ol,
.page-id-2085 .step .text ol,
.page-id-2763 .step .text ol,
.single-teachers .step .text ol,
.page-template-template-online-resources .step .text ol {
  margin-top: 10px;
  list-style: none;
  counter-increment: ol-index;
  counter-reset: li-index;
}
.page-id-2587 .step .text ol li,
.page-id-1800 .step .text ol li,
.page-id-2083 .step .text ol li,
.page-id-2089 .step .text ol li,
.page-id-2091 .step .text ol li,
.page-id-2093 .step .text ol li,
.page-id-2095 .step .text ol li,
.page-id-2085 .step .text ol li,
.page-id-2763 .step .text ol li,
.single-teachers .step .text ol li,
.page-template-template-online-resources .step .text ol li {
  counter-increment: li-index;
  margin-bottom: 10px;
  line-height: 1.4;
  margin-left: 30px;
  font-size: 14px;
}
@media (min-width: 600px) {
  .page-id-2587 .step .text ol li,
.page-id-1800 .step .text ol li,
.page-id-2083 .step .text ol li,
.page-id-2089 .step .text ol li,
.page-id-2091 .step .text ol li,
.page-id-2093 .step .text ol li,
.page-id-2095 .step .text ol li,
.page-id-2085 .step .text ol li,
.page-id-2763 .step .text ol li,
.single-teachers .step .text ol li,
.page-template-template-online-resources .step .text ol li {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .page-id-2587 .step .text ol li,
.page-id-1800 .step .text ol li,
.page-id-2083 .step .text ol li,
.page-id-2089 .step .text ol li,
.page-id-2091 .step .text ol li,
.page-id-2093 .step .text ol li,
.page-id-2095 .step .text ol li,
.page-id-2085 .step .text ol li,
.page-id-2763 .step .text ol li,
.single-teachers .step .text ol li,
.page-template-template-online-resources .step .text ol li {
    font-size: 18px;
  }
}
.page-id-2587 .step .text ol li:before,
.page-id-1800 .step .text ol li:before,
.page-id-2083 .step .text ol li:before,
.page-id-2089 .step .text ol li:before,
.page-id-2091 .step .text ol li:before,
.page-id-2093 .step .text ol li:before,
.page-id-2095 .step .text ol li:before,
.page-id-2085 .step .text ol li:before,
.page-id-2763 .step .text ol li:before,
.single-teachers .step .text ol li:before,
.page-template-template-online-resources .step .text ol li:before {
  line-height: 1.4;
  content: counter(li-index, upper-alpha) ". ";
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  position: absolute;
  color: #f48d2c;
  font-size: 14px;
  text-indent: -30px;
}
@media (min-width: 600px) {
  .page-id-2587 .step .text ol li:before,
.page-id-1800 .step .text ol li:before,
.page-id-2083 .step .text ol li:before,
.page-id-2089 .step .text ol li:before,
.page-id-2091 .step .text ol li:before,
.page-id-2093 .step .text ol li:before,
.page-id-2095 .step .text ol li:before,
.page-id-2085 .step .text ol li:before,
.page-id-2763 .step .text ol li:before,
.single-teachers .step .text ol li:before,
.page-template-template-online-resources .step .text ol li:before {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .page-id-2587 .step .text ol li:before,
.page-id-1800 .step .text ol li:before,
.page-id-2083 .step .text ol li:before,
.page-id-2089 .step .text ol li:before,
.page-id-2091 .step .text ol li:before,
.page-id-2093 .step .text ol li:before,
.page-id-2095 .step .text ol li:before,
.page-id-2085 .step .text ol li:before,
.page-id-2763 .step .text ol li:before,
.single-teachers .step .text ol li:before,
.page-template-template-online-resources .step .text ol li:before {
    font-size: 18px;
  }
}
.page-id-2587 .step .text ol li > ul,
.page-id-2587 .step .text ul li > ol,
.page-id-1800 .step .text ol li > ul,
.page-id-1800 .step .text ul li > ol,
.page-id-2083 .step .text ol li > ul,
.page-id-2083 .step .text ul li > ol,
.page-id-2089 .step .text ol li > ul,
.page-id-2089 .step .text ul li > ol,
.page-id-2091 .step .text ol li > ul,
.page-id-2091 .step .text ul li > ol,
.page-id-2093 .step .text ol li > ul,
.page-id-2093 .step .text ul li > ol,
.page-id-2095 .step .text ol li > ul,
.page-id-2095 .step .text ul li > ol,
.page-id-2085 .step .text ol li > ul,
.page-id-2085 .step .text ul li > ol,
.page-id-2763 .step .text ol li > ul,
.page-id-2763 .step .text ul li > ol,
.single-teachers .step .text ol li > ul,
.single-teachers .step .text ul li > ol,
.page-template-template-online-resources .step .text ol li > ul,
.page-template-template-online-resources .step .text ul li > ol {
  padding-top: 20px !important;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .page-id-2587 .step .text ol li > ul,
.page-id-2587 .step .text ul li > ol,
.page-id-1800 .step .text ol li > ul,
.page-id-1800 .step .text ul li > ol,
.page-id-2083 .step .text ol li > ul,
.page-id-2083 .step .text ul li > ol,
.page-id-2089 .step .text ol li > ul,
.page-id-2089 .step .text ul li > ol,
.page-id-2091 .step .text ol li > ul,
.page-id-2091 .step .text ul li > ol,
.page-id-2093 .step .text ol li > ul,
.page-id-2093 .step .text ul li > ol,
.page-id-2095 .step .text ol li > ul,
.page-id-2095 .step .text ul li > ol,
.page-id-2085 .step .text ol li > ul,
.page-id-2085 .step .text ul li > ol,
.page-id-2763 .step .text ol li > ul,
.page-id-2763 .step .text ul li > ol,
.single-teachers .step .text ol li > ul,
.single-teachers .step .text ul li > ol,
.page-template-template-online-resources .step .text ol li > ul,
.page-template-template-online-resources .step .text ul li > ol {
    margin-left: 0px !important;
  }
}
.page-id-2587 .step .text ul,
.page-id-1800 .step .text ul,
.page-id-2083 .step .text ul,
.page-id-2089 .step .text ul,
.page-id-2091 .step .text ul,
.page-id-2093 .step .text ul,
.page-id-2095 .step .text ul,
.page-id-2085 .step .text ul,
.page-id-2763 .step .text ul,
.single-teachers .step .text ul,
.page-template-template-online-resources .step .text ul {
  margin-left: 30px;
}
.page-id-2587 .step .text ul li,
.page-id-1800 .step .text ul li,
.page-id-2083 .step .text ul li,
.page-id-2089 .step .text ul li,
.page-id-2091 .step .text ul li,
.page-id-2093 .step .text ul li,
.page-id-2095 .step .text ul li,
.page-id-2085 .step .text ul li,
.page-id-2763 .step .text ul li,
.single-teachers .step .text ul li,
.page-template-template-online-resources .step .text ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
  margin-left: 0px;
  line-height: 1.4;
  font-size: 14px;
}
@media (min-width: 600px) {
  .page-id-2587 .step .text ul li,
.page-id-1800 .step .text ul li,
.page-id-2083 .step .text ul li,
.page-id-2089 .step .text ul li,
.page-id-2091 .step .text ul li,
.page-id-2093 .step .text ul li,
.page-id-2095 .step .text ul li,
.page-id-2085 .step .text ul li,
.page-id-2763 .step .text ul li,
.single-teachers .step .text ul li,
.page-template-template-online-resources .step .text ul li {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .page-id-2587 .step .text ul li,
.page-id-1800 .step .text ul li,
.page-id-2083 .step .text ul li,
.page-id-2089 .step .text ul li,
.page-id-2091 .step .text ul li,
.page-id-2093 .step .text ul li,
.page-id-2095 .step .text ul li,
.page-id-2085 .step .text ul li,
.page-id-2763 .step .text ul li,
.single-teachers .step .text ul li,
.page-template-template-online-resources .step .text ul li {
    font-size: 18px;
  }
}
.page-id-2587 .step .text ul li:before,
.page-id-1800 .step .text ul li:before,
.page-id-2083 .step .text ul li:before,
.page-id-2089 .step .text ul li:before,
.page-id-2091 .step .text ul li:before,
.page-id-2093 .step .text ul li:before,
.page-id-2095 .step .text ul li:before,
.page-id-2085 .step .text ul li:before,
.page-id-2763 .step .text ul li:before,
.single-teachers .step .text ul li:before,
.page-template-template-online-resources .step .text ul li:before {
  position: absolute;
  content: "•";
  color: #f48d2c;
  font-size: 14px;
  text-indent: 0px;
  margin-left: -20px;
}
@media (min-width: 600px) {
  .page-id-2587 .step .text ul li:before,
.page-id-1800 .step .text ul li:before,
.page-id-2083 .step .text ul li:before,
.page-id-2089 .step .text ul li:before,
.page-id-2091 .step .text ul li:before,
.page-id-2093 .step .text ul li:before,
.page-id-2095 .step .text ul li:before,
.page-id-2085 .step .text ul li:before,
.page-id-2763 .step .text ul li:before,
.single-teachers .step .text ul li:before,
.page-template-template-online-resources .step .text ul li:before {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .page-id-2587 .step .text ul li:before,
.page-id-1800 .step .text ul li:before,
.page-id-2083 .step .text ul li:before,
.page-id-2089 .step .text ul li:before,
.page-id-2091 .step .text ul li:before,
.page-id-2093 .step .text ul li:before,
.page-id-2095 .step .text ul li:before,
.page-id-2085 .step .text ul li:before,
.page-id-2763 .step .text ul li:before,
.single-teachers .step .text ul li:before,
.page-template-template-online-resources .step .text ul li:before {
    font-size: 18px;
  }
}
.page-id-2587 .step .text p,
.page-id-1800 .step .text p,
.page-id-2083 .step .text p,
.page-id-2089 .step .text p,
.page-id-2091 .step .text p,
.page-id-2093 .step .text p,
.page-id-2095 .step .text p,
.page-id-2085 .step .text p,
.page-id-2763 .step .text p,
.single-teachers .step .text p,
.page-template-template-online-resources .step .text p {
  margin-bottom: 20px;
  line-height: 1.6;
}
.page-id-2587 .step .text p strong,
.page-id-1800 .step .text p strong,
.page-id-2083 .step .text p strong,
.page-id-2089 .step .text p strong,
.page-id-2091 .step .text p strong,
.page-id-2093 .step .text p strong,
.page-id-2095 .step .text p strong,
.page-id-2085 .step .text p strong,
.page-id-2763 .step .text p strong,
.single-teachers .step .text p strong,
.page-template-template-online-resources .step .text p strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.page-id-2587 .step .text h3,
.page-id-1800 .step .text h3,
.page-id-2083 .step .text h3,
.page-id-2089 .step .text h3,
.page-id-2091 .step .text h3,
.page-id-2093 .step .text h3,
.page-id-2095 .step .text h3,
.page-id-2085 .step .text h3,
.page-id-2763 .step .text h3,
.single-teachers .step .text h3,
.page-template-template-online-resources .step .text h3 {
  font-size: 16px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #2274a5;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .page-id-2587 .step .text h3,
.page-id-1800 .step .text h3,
.page-id-2083 .step .text h3,
.page-id-2089 .step .text h3,
.page-id-2091 .step .text h3,
.page-id-2093 .step .text h3,
.page-id-2095 .step .text h3,
.page-id-2085 .step .text h3,
.page-id-2763 .step .text h3,
.single-teachers .step .text h3,
.page-template-template-online-resources .step .text h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .page-id-2587 .step .text h3,
.page-id-1800 .step .text h3,
.page-id-2083 .step .text h3,
.page-id-2089 .step .text h3,
.page-id-2091 .step .text h3,
.page-id-2093 .step .text h3,
.page-id-2095 .step .text h3,
.page-id-2085 .step .text h3,
.page-id-2763 .step .text h3,
.single-teachers .step .text h3,
.page-template-template-online-resources .step .text h3 {
    font-size: 24px;
  }
}
.page-id-2587 .step .text a,
.page-id-1800 .step .text a,
.page-id-2083 .step .text a,
.page-id-2089 .step .text a,
.page-id-2091 .step .text a,
.page-id-2093 .step .text a,
.page-id-2095 .step .text a,
.page-id-2085 .step .text a,
.page-id-2763 .step .text a,
.single-teachers .step .text a,
.page-template-template-online-resources .step .text a {
  color: #f48d2c;
  text-decoration: underline;
}
.page-id-2587 .step .text a:hover,
.page-id-1800 .step .text a:hover,
.page-id-2083 .step .text a:hover,
.page-id-2089 .step .text a:hover,
.page-id-2091 .step .text a:hover,
.page-id-2093 .step .text a:hover,
.page-id-2095 .step .text a:hover,
.page-id-2085 .step .text a:hover,
.page-id-2763 .step .text a:hover,
.single-teachers .step .text a:hover,
.page-template-template-online-resources .step .text a:hover {
  text-decoration: none;
  color: #e17510;
}
.page-id-2587 .link,
.page-id-1800 .link,
.page-id-2083 .link,
.page-id-2089 .link,
.page-id-2091 .link,
.page-id-2093 .link,
.page-id-2095 .link,
.page-id-2085 .link,
.page-id-2763 .link,
.single-teachers .link,
.page-template-template-online-resources .link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.page-id-2587 .link a,
.page-id-1800 .link a,
.page-id-2083 .link a,
.page-id-2089 .link a,
.page-id-2091 .link a,
.page-id-2093 .link a,
.page-id-2095 .link a,
.page-id-2085 .link a,
.page-id-2763 .link a,
.single-teachers .link a,
.page-template-template-online-resources .link a {
  font-size: 16px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #2274a5;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .page-id-2587 .link a,
.page-id-1800 .link a,
.page-id-2083 .link a,
.page-id-2089 .link a,
.page-id-2091 .link a,
.page-id-2093 .link a,
.page-id-2095 .link a,
.page-id-2085 .link a,
.page-id-2763 .link a,
.single-teachers .link a,
.page-template-template-online-resources .link a {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .page-id-2587 .link a,
.page-id-1800 .link a,
.page-id-2083 .link a,
.page-id-2089 .link a,
.page-id-2091 .link a,
.page-id-2093 .link a,
.page-id-2095 .link a,
.page-id-2085 .link a,
.page-id-2763 .link a,
.single-teachers .link a,
.page-template-template-online-resources .link a {
    font-size: 19px;
  }
}
.page-id-2587 .link a:hover,
.page-id-1800 .link a:hover,
.page-id-2083 .link a:hover,
.page-id-2089 .link a:hover,
.page-id-2091 .link a:hover,
.page-id-2093 .link a:hover,
.page-id-2095 .link a:hover,
.page-id-2085 .link a:hover,
.page-id-2763 .link a:hover,
.single-teachers .link a:hover,
.page-template-template-online-resources .link a:hover {
  color: #e17510;
}
.page-id-2587 .sections section,
.page-id-1800 .sections section,
.page-id-2083 .sections section,
.page-id-2089 .sections section,
.page-id-2091 .sections section,
.page-id-2093 .sections section,
.page-id-2095 .sections section,
.page-id-2085 .sections section,
.page-id-2763 .sections section,
.single-teachers .sections section,
.page-template-template-online-resources .sections section {
  border-bottom: 2px solid #d2d6d8;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.page-id-2587 .sections section:last-of-type,
.page-id-1800 .sections section:last-of-type,
.page-id-2083 .sections section:last-of-type,
.page-id-2089 .sections section:last-of-type,
.page-id-2091 .sections section:last-of-type,
.page-id-2093 .sections section:last-of-type,
.page-id-2095 .sections section:last-of-type,
.page-id-2085 .sections section:last-of-type,
.page-id-2763 .sections section:last-of-type,
.single-teachers .sections section:last-of-type,
.page-template-template-online-resources .sections section:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px;
}
.page-id-2587 .sections h3,
.page-id-1800 .sections h3,
.page-id-2083 .sections h3,
.page-id-2089 .sections h3,
.page-id-2091 .sections h3,
.page-id-2093 .sections h3,
.page-id-2095 .sections h3,
.page-id-2085 .sections h3,
.page-id-2763 .sections h3,
.single-teachers .sections h3,
.page-template-template-online-resources .sections h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #2274a5;
  margin-bottom: 0;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .page-id-2587 .sections h3,
.page-id-1800 .sections h3,
.page-id-2083 .sections h3,
.page-id-2089 .sections h3,
.page-id-2091 .sections h3,
.page-id-2093 .sections h3,
.page-id-2095 .sections h3,
.page-id-2085 .sections h3,
.page-id-2763 .sections h3,
.single-teachers .sections h3,
.page-template-template-online-resources .sections h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .page-id-2587 .sections h3,
.page-id-1800 .sections h3,
.page-id-2083 .sections h3,
.page-id-2089 .sections h3,
.page-id-2091 .sections h3,
.page-id-2093 .sections h3,
.page-id-2095 .sections h3,
.page-id-2085 .sections h3,
.page-id-2763 .sections h3,
.single-teachers .sections h3,
.page-template-template-online-resources .sections h3 {
    font-size: 22px;
  }
}
.page-id-2587 .sections .link-container,
.page-id-1800 .sections .link-container,
.page-id-2083 .sections .link-container,
.page-id-2089 .sections .link-container,
.page-id-2091 .sections .link-container,
.page-id-2093 .sections .link-container,
.page-id-2095 .sections .link-container,
.page-id-2085 .sections .link-container,
.page-id-2763 .sections .link-container,
.single-teachers .sections .link-container,
.page-template-template-online-resources .sections .link-container {
  margin-bottom: 20px;
}
.page-id-2587 .sections .link-container a,
.page-id-1800 .sections .link-container a,
.page-id-2083 .sections .link-container a,
.page-id-2089 .sections .link-container a,
.page-id-2091 .sections .link-container a,
.page-id-2093 .sections .link-container a,
.page-id-2095 .sections .link-container a,
.page-id-2085 .sections .link-container a,
.page-id-2763 .sections .link-container a,
.single-teachers .sections .link-container a,
.page-template-template-online-resources .sections .link-container a {
  position: relative;
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.page-id-2587 .sections .link-container a:after,
.page-id-1800 .sections .link-container a:after,
.page-id-2083 .sections .link-container a:after,
.page-id-2089 .sections .link-container a:after,
.page-id-2091 .sections .link-container a:after,
.page-id-2093 .sections .link-container a:after,
.page-id-2095 .sections .link-container a:after,
.page-id-2085 .sections .link-container a:after,
.page-id-2763 .sections .link-container a:after,
.single-teachers .sections .link-container a:after,
.page-template-template-online-resources .sections .link-container a:after {
  content: "|";
  color: #d2d6d8;
  position: absolute;
  right: -16px;
}
.page-id-2587 .sections .link-container a:last-of-type,
.page-id-1800 .sections .link-container a:last-of-type,
.page-id-2083 .sections .link-container a:last-of-type,
.page-id-2089 .sections .link-container a:last-of-type,
.page-id-2091 .sections .link-container a:last-of-type,
.page-id-2093 .sections .link-container a:last-of-type,
.page-id-2095 .sections .link-container a:last-of-type,
.page-id-2085 .sections .link-container a:last-of-type,
.page-id-2763 .sections .link-container a:last-of-type,
.single-teachers .sections .link-container a:last-of-type,
.page-template-template-online-resources .sections .link-container a:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.page-id-2587 .sections .link-container a:last-of-type::after,
.page-id-1800 .sections .link-container a:last-of-type::after,
.page-id-2083 .sections .link-container a:last-of-type::after,
.page-id-2089 .sections .link-container a:last-of-type::after,
.page-id-2091 .sections .link-container a:last-of-type::after,
.page-id-2093 .sections .link-container a:last-of-type::after,
.page-id-2095 .sections .link-container a:last-of-type::after,
.page-id-2085 .sections .link-container a:last-of-type::after,
.page-id-2763 .sections .link-container a:last-of-type::after,
.single-teachers .sections .link-container a:last-of-type::after,
.page-template-template-online-resources .sections .link-container a:last-of-type::after {
  display: none;
}
.page-id-2587 .sections .link-container a:hover,
.page-id-1800 .sections .link-container a:hover,
.page-id-2083 .sections .link-container a:hover,
.page-id-2089 .sections .link-container a:hover,
.page-id-2091 .sections .link-container a:hover,
.page-id-2093 .sections .link-container a:hover,
.page-id-2095 .sections .link-container a:hover,
.page-id-2085 .sections .link-container a:hover,
.page-id-2763 .sections .link-container a:hover,
.single-teachers .sections .link-container a:hover,
.page-template-template-online-resources .sections .link-container a:hover {
  text-decoration: none;
  color: #e17510;
}
.page-id-2587 .faq,
.page-id-1800 .faq,
.page-id-2083 .faq,
.page-id-2089 .faq,
.page-id-2091 .faq,
.page-id-2093 .faq,
.page-id-2095 .faq,
.page-id-2085 .faq,
.page-id-2763 .faq,
.single-teachers .faq,
.page-template-template-online-resources .faq {
  margin-bottom: 0px !important;
}
.page-id-2587 .faq .expander,
.page-id-1800 .faq .expander,
.page-id-2083 .faq .expander,
.page-id-2089 .faq .expander,
.page-id-2091 .faq .expander,
.page-id-2093 .faq .expander,
.page-id-2095 .faq .expander,
.page-id-2085 .faq .expander,
.page-id-2763 .faq .expander,
.single-teachers .faq .expander,
.page-template-template-online-resources .faq .expander {
  border-bottom: none !important;
}
.page-id-2587 .faq .expand,
.page-id-1800 .faq .expand,
.page-id-2083 .faq .expand,
.page-id-2089 .faq .expand,
.page-id-2091 .faq .expand,
.page-id-2093 .faq .expand,
.page-id-2095 .faq .expand,
.page-id-2085 .faq .expand,
.page-id-2763 .faq .expand,
.single-teachers .faq .expand,
.page-template-template-online-resources .faq .expand {
  padding-right: 0px !important;
  padding-left: 50px;
}
.page-id-2587 .faq .expand:after,
.page-id-1800 .faq .expand:after,
.page-id-2083 .faq .expand:after,
.page-id-2089 .faq .expand:after,
.page-id-2091 .faq .expand:after,
.page-id-2093 .faq .expand:after,
.page-id-2095 .faq .expand:after,
.page-id-2085 .faq .expand:after,
.page-id-2763 .faq .expand:after,
.single-teachers .faq .expand:after,
.page-template-template-online-resources .faq .expand:after {
  left: 18px;
  right: auto;
  color: #f48d2c;
  font-size: 20px !important;
  border: 2px solid #f48d2c;
  border-radius: 999em;
  padding: 4px;
}
.page-id-2587 .faq .expand h3,
.page-id-1800 .faq .expand h3,
.page-id-2083 .faq .expand h3,
.page-id-2089 .faq .expand h3,
.page-id-2091 .faq .expand h3,
.page-id-2093 .faq .expand h3,
.page-id-2095 .faq .expand h3,
.page-id-2085 .faq .expand h3,
.page-id-2763 .faq .expand h3,
.single-teachers .faq .expand h3,
.page-template-template-online-resources .faq .expand h3 {
  font-weight: 700 !important;
  font-style: normal !important;
  color: #2274a5;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px !important;
  border-bottom: none;
}
@media (min-width: 600px) {
  .page-id-2587 .faq .expand h3,
.page-id-1800 .faq .expand h3,
.page-id-2083 .faq .expand h3,
.page-id-2089 .faq .expand h3,
.page-id-2091 .faq .expand h3,
.page-id-2093 .faq .expand h3,
.page-id-2095 .faq .expand h3,
.page-id-2085 .faq .expand h3,
.page-id-2763 .faq .expand h3,
.single-teachers .faq .expand h3,
.page-template-template-online-resources .faq .expand h3 {
    font-size: 16px !important;
  }
}
.page-id-2587 .faq .toggled,
.page-id-1800 .faq .toggled,
.page-id-2083 .faq .toggled,
.page-id-2089 .faq .toggled,
.page-id-2091 .faq .toggled,
.page-id-2093 .faq .toggled,
.page-id-2095 .faq .toggled,
.page-id-2085 .faq .toggled,
.page-id-2763 .faq .toggled,
.single-teachers .faq .toggled,
.page-template-template-online-resources .faq .toggled {
  background: #ededed;
  padding: 40px 20px;
}
@media (min-width: 600px) {
  .page-id-2587 .faq .toggled,
.page-id-1800 .faq .toggled,
.page-id-2083 .faq .toggled,
.page-id-2089 .faq .toggled,
.page-id-2091 .faq .toggled,
.page-id-2093 .faq .toggled,
.page-id-2095 .faq .toggled,
.page-id-2085 .faq .toggled,
.page-id-2763 .faq .toggled,
.single-teachers .faq .toggled,
.page-template-template-online-resources .faq .toggled {
    padding: 40px;
  }
}

#gform_wrapper_4.gform_wrapper,
#gform_wrapper_5.gform_wrapper {
  display: table;
}
#gform_wrapper_4.gform_wrapper ul.gform_fields,
#gform_wrapper_5.gform_wrapper ul.gform_fields {
  padding-top: 20px;
  display: table;
  clear: both;
}
#gform_wrapper_4.gform_wrapper .gfield_description,
#gform_wrapper_5.gform_wrapper .gfield_description {
  padding: 0;
  margin: 10px auto;
  color: black;
  font-size: 14px;
}
@media (min-width: 600px) {
  #gform_wrapper_4.gform_wrapper .gfield_description,
#gform_wrapper_5.gform_wrapper .gfield_description {
    font-size: 16px;
  }
}

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

.wrap700 {
  max-width: 700px;
  margin: 0 auto;
  width: 94%;
}

.wrap900 {
  max-width: 900px;
  margin: 0 auto;
  width: 94%;
}

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

.grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.grid .w-50 {
  width: 100%;
}
@media (min-width: 768px) {
  .grid .w-50 {
    width: 50%;
  }
}
.grid .w-33 {
  width: 50%;
}
@media (min-width: 768px) {
  .grid .w-33 {
    width: 33.3333333%;
  }
}
.grid .w-20 {
  width: 50%;
}
@media (min-width: 400px) {
  .grid .w-20 {
    width: 33.3333333%;
  }
}
@media (min-width: 1024px) {
  .grid .w-20 {
    width: 20%;
  }
}

.page-template-template-online-resources .profiles {
  text-align: center;
}
.page-template-template-online-resources .profiles .grid-item {
  margin-bottom: 40px;
  border: none;
}
.page-template-template-online-resources .profiles img {
  border-bottom: 10px solid #f48d2c;
  max-width: 250px;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .page-template-template-online-resources .profiles img {
    max-width: 100%;
  }
}
.page-template-template-online-resources .profiles .title {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.page-template-template-online-resources .profiles .title h2 {
  letter-spacing: -0.03em;
  color: #2274a5;
  font-size: 1.5em;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
.page-template-template-online-resources .profiles .title h2 span {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  font-size: 0.75em;
  display: block;
  margin: 8px 0 12px;
}
.page-template-template-online-resources .profiles .title .contact {
  color: #f48d2c;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.page-template-template-online-resources .profiles .title .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
}
.page-template-template-online-resources .profiles .title .contact a:hover {
  color: #054469;
}
.page-template-template-online-resources .profiles .title .contact span.icon-email {
  vertical-align: top;
  position: relative;
  margin-right: 4px;
  font-size: 20px;
}
.page-template-template-online-resources .leadership .base.entry-content {
  margin: 0 auto;
  margin-bottom: 60px;
}
.page-template-template-online-resources .leadership .base.entry-content p {
  line-height: 1.6;
}
.page-template-template-online-resources .leadership .base.entry-content strong {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
}
.page-template-template-online-resources .grades {
  margin-bottom: 60px;
}
@media (min-width: 400px) {
  .page-template-template-online-resources .grades {
    margin-bottom: 80px;
  }
}
.page-template-template-online-resources .grades .grade {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 40px;
  cursor: pointer;
}
.page-template-template-online-resources .grades .grade:hover .icon {
  opacity: 0.9;
  transform: translateY(-4px);
}
.page-template-template-online-resources .grades .icon {
  width: 90px;
  margin: 0 auto;
  transition: ease-in-out 0.25s;
}
@media (min-width: 400px) {
  .page-template-template-online-resources .grades .icon {
    width: 120px;
  }
}
.page-template-template-online-resources .grades .grid {
  justify-content: center;
}
.page-template-template-online-resources .resource-nav {
  margin: 0 auto 60px;
}
.page-template-template-online-resources .resource-nav .grid {
  justify-content: center;
}
.page-template-template-online-resources .resource-nav .grid-item:nth-of-type(2n) .box {
  background: #e6e6e6;
}
.page-template-template-online-resources .resource-nav img {
  width: 70px;
  margin: -20px auto 10px;
}
@media (min-width: 600px) {
  .page-template-template-online-resources .resource-nav img {
    width: 100px;
  }
}
.page-template-template-online-resources .resource-nav .box {
  height: 50px;
  width: 100%;
  background: #f2f2f2;
}
.page-template-template-online-resources .resource-nav a {
  display: block;
  text-align: center;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #2274a5;
  margin-bottom: 40px;
}
.page-template-template-online-resources .resource-nav a:hover {
  color: #f48d2c;
}
.page-template-template-online-resources .resource-nav a span {
  padding: 0 10px;
  line-height: 1.2;
  display: block;
  font-size: 14px;
}
@media (min-width: 600px) {
  .page-template-template-online-resources .resource-nav a span {
    font-size: 16px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .page-template-template-online-resources .resource-nav a span {
    font-size: 18px;
  }
}

.select-teacher {
  margin: 60px auto;
}
.select-teacher .grid {
  margin: 0 -30px;
}
.select-teacher .grid-item {
  padding: 0 30px;
  margin-bottom: 40px;
}
.select-teacher .button {
  font-size: 20px;
  width: 100%;
  height: auto;
  padding: 12px 20px;
}

.online-learning-toc {
  background: #f48d2c;
  padding: 40px 0;
  text-align: center;
}
.online-learning-toc h3 {
  color: #fff;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
  display: block;
  width: 100%;
  margin: 0 auto 12px;
}
@media (min-width: 768px) {
  .online-learning-toc h3 {
    margin: 0;
    width: auto;
    padding-right: 10px;
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .online-learning-toc h3 {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .online-learning-toc h3 {
    font-size: 30px;
  }
}
.online-learning-toc .custom-select {
  position: relative;
  background: #fff;
  border: 1px solid #d2d6d8;
}
.online-learning-toc .custom-select:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-size: 27px;
  position: absolute;
  top: 3px;
  right: 10px;
  color: #5baada;
}
.online-learning-toc .custom-select select {
  font-size: 14px;
  border: none;
  background: transparent;
  height: 40px;
  padding-left: 7px;
  padding-right: 35px;
  width: 100%;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  color: #2274a5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.online-learning-toc .custom-select select:after {
  display: block;
}
.online-learning-toc .grid {
  justify-content: center;
}

.back-to-grade {
  margin-bottom: 40px;
  text-align: center;
}
.back-to-grade a.button {
  background: #efefef;
  color: #2274a5;
  border-color: #d2d6d8;
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
  height: auto;
  padding: 12px 20px;
  text-transform: uppercase;
}
.back-to-grade a.button:hover:hover {
  background: #f48d2c;
  color: #fff;
  border-color: #e17510;
}

.questions, .grades-intro {
  margin: 60px auto;
  text-align: center;
}
.questions.addtional-resources ul, .grades-intro.addtional-resources ul {
  margin-left: 0;
}
@media (min-width: 768px) {
  .questions.addtional-resources ul, .grades-intro.addtional-resources ul {
    column-count: 3;
  }
}
.questions.addtional-resources ul li::before, .grades-intro.addtional-resources ul li::before {
  color: #f48d2c;
  margin-left: -12px;
}
.questions.addtional-resources a, .grades-intro.addtional-resources a {
  font-size: 16px;
  text-decoration: underline;
}
.questions.addtional-resources a:hover, .grades-intro.addtional-resources a:hover {
  text-decoration: none;
}
.questions.grades-intro, .grades-intro.grades-intro {
  margin-bottom: 30px;
}
.questions.grades-intro .icon, .grades-intro.grades-intro .icon {
  margin-bottom: 20px;
}
.questions h2, .grades-intro h2 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  color: #f48d2c;
  font-size: 20px;
  padding-bottom: 10px;
  margin: 0 auto 30px;
}
@media (min-width: 400px) {
  .questions h2, .grades-intro h2 {
    font-size: 24px;
  }
}
@media (min-width: 600px) {
  .questions h2, .grades-intro h2 {
    font-size: 27px;
  }
}
@media (min-width: 768px) {
  .questions h2, .grades-intro h2 {
    font-size: 32px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .questions h2, .grades-intro h2 {
    font-size: 36px;
  }
}
.questions .icon, .grades-intro .icon {
  width: 90px;
  margin: 0 auto 10px;
}
@media (min-width: 400px) {
  .questions .icon, .grades-intro .icon {
    width: 120px;
  }
}

.page-id-2587 #body {
  padding: 40px 0;
}
@media (min-width: 600px) {
  .page-id-2587 #body {
    padding: 60px 0;
  }
}
.page-id-2587 .online-learning-toc {
  background: transparent;
  padding: 0px;
}
.page-id-2587 .online-learning-toc .grid {
  align-items: center;
}
.page-id-2587 .online-learning-toc h3 {
  color: #2274a5;
  font-size: 18px;
  margin: 0 auto 12px;
}
@media (min-width: 900px) {
  .page-id-2587 .online-learning-toc h3 {
    margin: 0;
  }
}

.support-section {
  margin: 0 auto !important;
}
.support-section .wrap1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
}
.support-section .toggled {
  padding-bottom: 60px;
}
.support-section .expand {
  background: #e4e8ea;
  padding: 20px 10px;
}
@media (min-width: 600px) {
  .support-section .expand {
    padding: 20px 30px;
  }
}
.support-section .expand:hover::after {
  background: #f48d2c;
}
.support-section .expand.open::after {
  background: #f48d2c;
}
.support-section .expand::after {
  right: -20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5baada;
  padding: 0;
  width: 40px;
  color: #fff;
}
@media (min-width: 600px) {
  .support-section .expand::after {
    width: 60px;
    right: -30px;
  }
}
@media (min-width: 900px) {
  .support-section .expand::after {
    right: -50px;
    width: 100px;
  }
}
.support-section .expand h2 {
  border: none;
  padding: 0;
}
@media (min-width: 768px) {
  .support-section .padding-left {
    padding-left: 70px;
  }
}
.support-section .intro {
  margin: 0px auto 60px;
  text-align: center;
  max-width: 900px;
}
.support-section .inner .section-title {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  color: #5baada;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 600px) {
  .support-section .inner .section-title {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .support-section .inner .section-title {
    font-size: 24px;
  }
}
.support-section .inner .entry-content {
  width: 100%;
}
@media (min-width: 1024px) {
  .support-section .inner .entry-content {
    width: auto;
  }
}
.support-section .vidwrap {
  margin: 0 auto;
}
.support-section .grid {
  justify-content: center;
  flex-wrap: wrap;
}
.support-section .grid .grid-item {
  margin-bottom: 60px;
  width: 100%;
}
@media (min-width: 900px) {
  .support-section .grid .grid-item {
    width: 50%;
    padding: 0 20px;
  }
}
.support-section .grid h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #2274a5;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 18px;
}
@media (min-width: 900px) {
  .support-section .grid h3 {
    font-size: 20px;
  }
}
.support-section .grid .info {
  text-align: center;
  margin-top: 20px;
  line-height: 1.6;
}
.support-section .entry-content ul {
  margin-left: 10px;
}
.support-section .entry-content li {
  line-height: 1.6;
}
.support-section .entry-content li a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #2274a5;
}
.support-section .entry-content li a:hover {
  color: #f48d2c;
}

.page-id-2587 .wrap1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
}
.page-id-2587 .forms {
  margin: 0 auto 60px;
}
.page-id-2587 .forms .expand {
  background: #e4e8ea;
  padding: 20px 10px;
}
@media (min-width: 600px) {
  .page-id-2587 .forms .expand {
    padding: 20px 30px;
  }
}
.page-id-2587 .forms .expand:hover::after {
  background: #f48d2c;
}
.page-id-2587 .forms .expand.open::after {
  background: #f48d2c;
}
.page-id-2587 .forms .expand::after {
  right: -20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5baada;
  padding: 0;
  width: 40px;
  color: #fff;
}
@media (min-width: 600px) {
  .page-id-2587 .forms .expand::after {
    width: 60px;
    right: -30px;
  }
}
@media (min-width: 900px) {
  .page-id-2587 .forms .expand::after {
    right: -50px;
    width: 100px;
  }
}
.page-id-2587 .forms .expand h2 {
  border: none;
  padding: 0;
}
.page-id-2587 .forms .toggled {
  padding-bottom: 0px;
}
.page-id-2587 .forms .inner {
  max-width: 1000px;
  margin: 0 auto;
}

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

#video_intro {
  position: relative;
}
@media (min-width: 600px) {
  #video_intro {
    border-bottom: 5px solid #d2d6d8;
  }
}
#video_intro .container {
  position: relative;
}
@media (min-width: 600px) {
  #video_intro .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
  }
}
#video_intro .container .wrap1200 {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
}
#video_intro .container .entry-content {
  color: #fff;
  max-width: 1110px;
  margin-top: 40px;
}
@media (min-width: 600px) {
  #video_intro .container .entry-content {
    margin: 0 auto;
  }
}
#video_intro .container h1 {
  color: #2274a5;
  font-size: 32px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  #video_intro .container h1 {
    font-size: 42px;
    color: #fff;
  }
}
@media (min-width: 768px) {
  #video_intro .container h1 {
    font-size: 58px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  #video_intro .container h1 {
    font-size: 85px;
    margin-bottom: 70px;
  }
}
#video_intro .container p {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #054469;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  #video_intro .container p {
    font-size: 21px;
    color: #fff;
  }
}
#video_intro .container a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  text-decoration: underline;
  color: #2274a5;
}
@media (min-width: 600px) {
  #video_intro .container a {
    color: #fff;
  }
}
#video_intro .container a:hover {
  text-decoration: none;
  color: #f48d2c;
}
#video_intro .vidwrap {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
}
#video_intro .overlay-semiTransparent {
  display: none;
}
@media (min-width: 600px) {
  #video_intro .overlay-semiTransparent {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
}
#video_intro .overlay-semiTransparent .video-background {
  position: relative;
  min-height: 250px;
}
@media (min-width: 600px) {
  #video_intro .overlay-semiTransparent .video-background {
    position: absolute;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
  }
}
#video_intro .overlay-semiTransparent .video-foreground,
#video_intro .overlay-semiTransparent .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  #video_intro .overlay-semiTransparent .video-foreground {
    height: 300%;
    top: -100%;
    width: 300%;
    left: -100%;
  }
}

#new_location {
  margin: 50px auto;
}
#new_location .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
#new_location .row .col {
  width: 100%;
}
@media (min-width: 768px) {
  #new_location .row .col {
    width: 50%;
  }
}
#new_location .row .slider,
#new_location .row .slick-slider .slick-track,
#new_location .row .slick-slider .slick-list {
  height: 100%;
}
#new_location .row .slide {
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #new_location .row .slide {
    height: 500px;
  }
}
@media (min-width: 768px) {
  #new_location .row .col2 {
    padding-left: 40px;
  }
}
#new_location .row .col2 .entry-content {
  margin: 0 auto;
  margin-top: 40px;
  width: 94%;
}
@media (min-width: 768px) {
  #new_location .row .col2 .entry-content {
    width: 94%;
    margin: 0;
    margin-top: 0px;
    max-width: 600px;
  }
}
#new_location .row .col2 .entry-content h2 {
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  font-size: 27px;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  #new_location .row .col2 .entry-content h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  #new_location .row .col2 .entry-content h2 {
    font-size: 36px;
  }
}
#new_location .row .col2 .entry-content p {
  line-height: 1.6;
  margin-bottom: 30px;
}

#new_location_form {
  margin-bottom: 60px;
}
#new_location_form .entry-content h2 {
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  font-size: 27px;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  #new_location_form .entry-content h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  #new_location_form .entry-content h2 {
    font-size: 36px;
  }
}
#new_location_form .entry-content p {
  line-height: 1.6;
  margin-bottom: 30px;
}
#new_location_form .entry-content .orangeintro {
  color: #054469;
}

#gform_wrapper_3.gform_wrapper {
  background: #ececec;
  padding: 40px 20px 20px;
  position: relative;
  display: table;
}
@media (min-width: 768px) {
  #gform_wrapper_3.gform_wrapper {
    padding: 40px 120px 20px;
  }
}
#gform_wrapper_3.gform_wrapper ul.gform_fields {
  text-align: left;
  margin: 0;
  padding: 0;
}
#gform_wrapper_3.gform_wrapper li {
  padding-left: 0;
  width: 100%;
  float: left;
  margin-bottom: 25px;
  line-height: 1;
}
@media (min-width: 600px) {
  #gform_wrapper_3.gform_wrapper li {
    margin-bottom: 35px;
  }
}
#gform_wrapper_3.gform_wrapper li:before {
  display: none;
}
#gform_wrapper_3.gform_wrapper .address_line_1 {
  width: 100%;
  margin-bottom: 30px;
  display: block;
}
#gform_wrapper_3.gform_wrapper .address_city, #gform_wrapper_3.gform_wrapper .address_zip {
  width: 100%;
  float: left;
  clear: left;
  margin-bottom: 30px;
  display: block;
}
@media (min-width: 600px) {
  #gform_wrapper_3.gform_wrapper .address_city, #gform_wrapper_3.gform_wrapper .address_zip {
    padding-right: 15px;
    width: 33.3333333%;
    clear: none;
  }
}
#gform_wrapper_3.gform_wrapper .address_state, #gform_wrapper_3.gform_wrapper .address_country {
  width: 100%;
  margin-bottom: 30px;
  display: block;
}
@media (min-width: 600px) {
  #gform_wrapper_3.gform_wrapper .address_state, #gform_wrapper_3.gform_wrapper .address_country {
    width: 33.3333333%;
    clear: right;
    float: right;
  }
}
#gform_wrapper_3.gform_wrapper .form-name {
  padding-top: 10px !important;
}
#gform_wrapper_3.gform_wrapper .form-name span {
  display: block;
}
#gform_wrapper_3.gform_wrapper .form-name span label {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
}
#gform_wrapper_3.gform_wrapper .form-name span.gfield_required {
  display: inline-block;
}
@media (min-width: 600px) {
  #gform_wrapper_3.gform_wrapper .name_first,
#gform_wrapper_3.gform_wrapper .form-left {
    width: 48%;
    float: left;
  }
}
#gform_wrapper_3.gform_wrapper .name_first label {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  #gform_wrapper_3.gform_wrapper .name_first label {
    margin-bottom: 0px;
  }
}
@media (min-width: 600px) {
  #gform_wrapper_3.gform_wrapper .name_last,
#gform_wrapper_3.gform_wrapper .form-right {
    width: 48%;
    float: right;
    clear: right;
  }
}
#gform_wrapper_3.gform_wrapper label {
  display: block;
  font-size: 11px;
  color: #2274a5;
  text-transform: uppercase;
  margin: 4px 0 0 0;
}
#gform_wrapper_3.gform_wrapper label.gfield_label {
  font-size: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #054469;
  margin: 0 0 5px 0;
}
#gform_wrapper_3.gform_wrapper .gfield_required {
  color: #5baada;
}
#gform_wrapper_3.gform_wrapper .gfield_description {
  font-size: 11px;
  line-height: 14px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  margin-top: 3px;
}
#gform_wrapper_3.gform_wrapper input, #gform_wrapper_3.gform_wrapper textarea {
  width: 100%;
  box-shadow: none;
  border: 1px solid #d2d6d8;
  font-size: 0.9em;
  padding: 8px;
  height: 40px;
  background: white;
}
#gform_wrapper_3.gform_wrapper textarea {
  height: 200px;
}
#gform_wrapper_3.gform_wrapper #gform_submit_button_3 {
  position: absolute;
  background: #f48d2c;
  color: #fff;
  width: 200px;
  bottom: -20px;
  left: 20px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  border-color: #f48d2c;
  border-bottom: 5px solid #e17510;
}
@media (min-width: 768px) {
  #gform_wrapper_3.gform_wrapper #gform_submit_button_3 {
    left: 120px;
  }
}
#gform_wrapper_3.gform_wrapper #gform_submit_button_3:hover {
  background: #2274a5 !important;
  border-color: #2274a5 !important;
}
#gform_wrapper_3.gform_wrapper .validation_error {
  display: none;
}
#gform_wrapper_3.gform_wrapper .gfield_description.validation_message {
  clear: both;
  margin-bottom: 12px;
  color: #e17510;
}
#gform_wrapper_3.gform_wrapper .validation_message {
  font-size: 12px;
}
#gform_wrapper_3.gform_wrapper .instruction.validation_message {
  display: none;
}
@media (min-width: 600px) {
  #gform_wrapper_3.gform_wrapper li.gfield.gfield_error:not(.form-left):not(.form-right):not(.name_first):not(.name_last) {
    width: 100% !important;
    max-width: none !important;
  }
}
@media (max-width: 600px) {
  #gform_wrapper_3.gform_wrapper li.gfield.gfield_error {
    width: 100% !important;
    max-width: none !important;
  }
}
#gform_wrapper_3.gform_wrapper .field_description_below .gfield_description {
  padding: 0;
}
#gform_wrapper_3.gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  margin-bottom: 0px !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0px;
  padding-top: 0px;
}

#gform_confirmation_message_3 {
  color: #f48d2c !important;
  text-align: center !important;
  padding: 40px 20px !important;
  background: #ececec !important;
}

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

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

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

.campaign-hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  border-bottom: 5px solid #d2d6d8;
}
.campaign-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.campaign-hero .wrap1400 {
  position: relative;
  z-index: 3;
}
.campaign-hero .container {
  max-width: 800px;
  margin: 0;
  padding: 100px 0;
  text-align: center;
}
.campaign-hero h1 {
  color: #fff;
  font-size: 43px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  margin-bottom: 15px;
  letter-spacing: -0.03em;
}
@media (min-width: 600px) {
  .campaign-hero h1 {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .campaign-hero h1 {
    font-size: 70px;
  }
}
@media (min-width: 1024px) {
  .campaign-hero h1 {
    font-size: 85px;
  }
}
.campaign-hero p {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  color: #fff;
}
@media (min-width: 900px) {
  .campaign-hero p {
    font-size: 20px;
  }
}

.campaign-slider {
  margin: 60px auto 90px;
}
.campaign-slider .grid-item {
  width: 100%;
}
@media (min-width: 900px) {
  .campaign-slider .grid-item {
    width: 50%;
  }
}
.campaign-slider .slider, .campaign-slider .slick-slider .slick-track, .campaign-slider .slick-slider .slick-list {
  height: 400px;
}
@media (min-width: 900px) {
  .campaign-slider .slider, .campaign-slider .slick-slider .slick-track, .campaign-slider .slick-slider .slick-list {
    height: 100%;
  }
}
.campaign-slider .slider .slide, .campaign-slider .slick-slider .slick-track .slide, .campaign-slider .slick-slider .slick-list .slide {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.campaign-slider .entry-content {
  max-width: 700px;
  margin: 40px auto 0;
  max-width: 94%;
}
@media (min-width: 900px) {
  .campaign-slider .entry-content {
    margin: 0 auto 0 0;
    padding-left: 60px;
  }
}
.campaign-slider .entry-content li::before {
  color: #f48d2c;
}
.campaign-slider .entry-content h2 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  color: #f48d2c;
  font-size: 27px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .campaign-slider .entry-content h2 {
    font-size: 32px;
  }
}
@media (min-width: 900px) {
  .campaign-slider .entry-content h2 {
    font-size: 36px;
  }
}
.campaign-slider .entry-content strong {
  color: #054469;
}

.campaign-callout {
  margin: 60px auto 90px;
  background: #054469;
  padding: 80px 0 60px;
  position: relative;
  text-align: center;
  color: #fff;
  border-bottom: 10px solid #d2d6d8;
}
.campaign-callout .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  width: 100px;
  margin: 0 auto;
}
.campaign-callout .wrap1100 p {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .campaign-callout .wrap1100 p {
    font-size: 24px;
  }
}
.campaign-callout .wrap1100 h2, .campaign-callout .wrap1100 h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  color: #f48d2c;
  font-size: 25px;
  margin-bottom: 12px;
}
@media (min-width: 600px) {
  .campaign-callout .wrap1100 h2, .campaign-callout .wrap1100 h3 {
    font-size: 28px;
  }
}
.campaign-callout .wrap1100 a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}
.campaign-callout .wrap1100 a:hover {
  text-decoration: none;
  color: #5baada;
}
.campaign-callout .button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  margin: 0 auto;
  width: 225px;
  height: auto;
  padding: 7px 10px;
  font-size: 18px;
}
@media (min-width: 600px) {
  .campaign-callout .button {
    font-size: 20px;
  }
}
.campaign-callout .button:hover {
  color: #fff;
  background: #5baada;
  border-color: #054469;
}

.threeCol {
  margin: 60px auto;
}
.threeCol .grid-item {
  width: 100%;
  margin: 0 auto 40px;
}
@media (min-width: 1024px) {
  .threeCol .grid-item {
    width: 33.3333333%;
    border-left: 1px solid #d2d6d8;
  }
  .threeCol .grid-item:first-of-type {
    border: none;
  }
}
.threeCol .inner {
  max-width: 600px;
  margin: 0 auto 40px;
}
@media (min-width: 1024px) {
  .threeCol .inner {
    padding: 0 30px;
  }
}
.threeCol .entry-content img {
  margin-bottom: 20px;
  width: 100%;
}
.threeCol .entry-content li::before {
  color: #f48d2c;
}
.threeCol .entry-content hr {
  height: 2px;
  background: #f48d2c;
  width: 100%;
  margin: 20px auto !important;
  max-width: none;
}
.threeCol .entry-content h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #054469;
}

.blueBox {
  margin: 60px auto;
}
.blueBox .above {
  margin-bottom: 60px;
  text-align: center;
}
.blueBox .above p {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 900px) {
  .blueBox .above p {
    font-family: "Whitney SSm A", "Whitney SSm B";
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: #054469;
  }
}
.blueBox .above p a {
  color: #f48d2c;
  text-decoration: underline;
}
.blueBox .above p a:hover {
  color: #5baada;
  text-decoration: none;
}
.blueBox .box.entry-content {
  background: #2274a5;
  border: 10px solid #d2d6d8;
  color: #fff;
  padding: 30px;
}
.blueBox .box.entry-content p, .blueBox .box.entry-content strong, .blueBox .box.entry-content li, .blueBox .box.entry-content a, .blueBox .box.entry-content h2, .blueBox .box.entry-content h3 {
  color: #fff;
}
.blueBox .box.entry-content h2 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  font-size: 27px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .blueBox .box.entry-content h2 {
    font-size: 32px;
  }
}
@media (min-width: 900px) {
  .blueBox .box.entry-content h2 {
    font-size: 36px;
  }
}
.blueBox .box.entry-content hr {
  height: 2px;
  background: #f48d2c;
  width: 100%;
  margin: 20px auto !important;
  max-width: none;
}
.blueBox .box.entry-content li::before {
  color: #f48d2c;
}

.campaign-video .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 900px;
  text-align: center;
}
.campaign-video .wrap h2 {
  color: #f48d2c;
  text-transform: uppercase;
}
.campaign-video .videowrap {
  background: url("../images/gray.gif") no-repeat center center;
  background-size: 100% 75%;
  margin: 20px 0 40px;
}
.campaign-video .videowrap .vidwrap {
  margin: 0 auto;
  max-width: 900px;
}

.campaign-bios .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 900px;
}
.campaign-bios .wrap h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  text-align: center;
  letter-spacing: -0.05em;
  border-bottom: 1px solid #f48d2c;
  padding: 0 0 25px;
  margin: 0 0 30px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .campaign-bios .wrap h3 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .campaign-bios .wrap h3 {
    font-size: 32px;
    margin-bottom: 40px;
    padding-bottom: 35px;
  }
}
.campaign-bios .wrap ul.bios {
  margin: 0;
  padding: 0;
}
.campaign-bios .wrap ul.bios li {
  margin: 0 0 30px;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.campaign-bios .wrap ul.bios li:before {
  display: none;
}
@media (min-width: 600px) {
  .campaign-bios .wrap ul.bios li .headshot, .campaign-bios .wrap ul.bios li .bio {
    display: table-cell;
    vertical-align: top;
  }
}
.campaign-bios .wrap ul.bios li .headshot {
  width: 200px;
}
@media (min-width: 900px) {
  .campaign-bios .wrap ul.bios li .headshot {
    width: 250px;
  }
}
@media (max-width: 599px) {
  .campaign-bios .wrap ul.bios li .headshot {
    margin: 0 auto 20px;
  }
}
.campaign-bios .wrap ul.bios li .headshot img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
@media (min-width: 600px) {
  .campaign-bios .wrap ul.bios li .headshot img {
    max-width: 90%;
  }
}
@media (max-width: 599px) {
  .campaign-bios .wrap ul.bios li .bio {
    text-align: center;
  }
}
.campaign-bios .wrap ul.bios li .bio h4 {
  color: #2274a5;
  margin-bottom: 5px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
}
@media (min-width: 768px) {
  .campaign-bios .wrap ul.bios li .bio h4 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .campaign-bios .wrap ul.bios li .bio h4 {
    font-size: 24px;
  }
}
.campaign-bios .wrap ul.bios li .bio h4 span {
  display: inline-block;
  color: #f48d2c;
  font-size: 14px;
}
@media (min-width: 768px) {
  .campaign-bios .wrap ul.bios li .bio h4 span {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .campaign-bios .wrap ul.bios li .bio h4 span {
    font-size: 18px;
  }
}
.campaign-bios .wrap ul.bios li .bio h4 span.sep {
  color: #d2d6d8;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
}
.campaign-bios .wrap ul.bios li .bio p strong {
  color: #2274a5;
}

.bluehalves.new {
  height: 100%;
}
@media (min-width: 1024px) {
  .bluehalves.new {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .bluehalves.new .blue-content, .bluehalves.new .blue-image {
    display: block;
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .bluehalves.new .blue-content {
    height: 100%;
  }
}

.bluehalves {
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media (min-width: 1024px) {
  .bluehalves .blue-content, .bluehalves .blue-image {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
}
.bluehalves .blue-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: table-header-group;
}
@media (min-width: 1024px) {
  .bluehalves .blue-image {
    display: table-cell;
  }
}
.bluehalves .blue-image img {
  height: 200px;
}
@media (min-width: 600px) {
  .bluehalves .blue-image img {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .bluehalves .blue-image img {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .bluehalves .blue-image img {
    display: none;
  }
}
.bluehalves .blue-content {
  color: white;
  background: #2274a5;
}
@media (min-width: 768px) {
  .bluehalves .blue-content {
    border-bottom: 40px solid #5baada;
  }
}
.bluehalves .blue-content .inner {
  width: 94%;
  max-width: 700px;
  padding: 25px 0;
}
@media (max-width: 1023px) {
  .bluehalves .blue-content .inner {
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .bluehalves .blue-content .inner {
    padding: 50px 0 55px 0;
  }
}
@media (min-width: 1200px) {
  .bluehalves .blue-content .inner {
    padding: 65px 0 75px 0;
  }
}
@media (min-width: 1024px) {
  .bluehalves .blue-content .inner.left {
    padding-right: 30px;
    float: right;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .bluehalves .blue-content .inner.left {
    padding-right: 55px;
  }
}
@media (min-width: 1024px) {
  .bluehalves .blue-content .inner.right {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .bluehalves .blue-content .inner.right {
    padding-left: 55px;
  }
}

.home-content h2 {
  letter-spacing: -0.05em;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  margin-bottom: 15px;
  line-height: 1.2em;
  font-size: 2em;
}
@media (min-width: 768px) {
  .home-content h2 {
    font-size: 2.5em;
  }
}
@media (min-width: 1024px) {
  .home-content h2 {
    font-size: 3em;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .home-content h2 {
    font-size: 3.5em;
  }
}
@media (min-width: 1440px) {
  .home-content h2 {
    font-size: 4.25em;
  }
}
.home-content p {
  line-height: 1.6em;
  margin-bottom: 20px;
  font-size: 0.9em;
}
@media (min-width: 1200px) {
  .home-content p {
    font-size: 1em;
  }
}
.home-content p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1023px), (min-width: 1200px) {
  .home-content a.button {
    height: 50px;
    line-height: 44px;
    font-size: 1.25em;
  }
}

/*--------------------------------------------------------------*/
/* SLIDESHOW */
/*--------------------------------------------------------------*/
#sliderwrap {
  position: relative;
  clear: both;
  width: 100%;
  min-height: 100px;
  background: white;
}
#sliderwrap .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
#sliderwrap .rslides li.slide {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
#sliderwrap .rslides li.slide:first-child {
  position: relative;
  display: block;
  float: left;
}
#sliderwrap .rslides img {
  display: block;
  float: left;
  width: 100%;
  border: 0;
}
#sliderwrap .bluehalves {
  position: relative;
}
#sliderwrap .bluehalves .blue-content {
  border-bottom: 40px solid #5baada;
}
#sliderwrap .slidernav {
  height: 40px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #sliderwrap .slidernav {
    width: 50%;
    left: auto;
    right: 0;
  }
}
#sliderwrap .slidernav .rslides_tabs {
  text-align: center;
  padding: 15px;
}
@media (min-width: 1024px) {
  #sliderwrap .slidernav .rslides_tabs {
    text-align: left;
    padding: 15px 15px 15px 30px;
  }
}
@media (min-width: 1200px) {
  #sliderwrap .slidernav .rslides_tabs {
    padding-left: 55px;
  }
}
#sliderwrap .slidernav .rslides_tabs li {
  display: inline-block !important;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #2274a5;
  margin: 0 8px 0 0;
}
#sliderwrap .slidernav .rslides_tabs li.rslides_here {
  background: white;
}
#sliderwrap .slidernav .rslides_tabs li:hover {
  background: #054469;
}
#sliderwrap .slidernav .rslides_tabs li a {
  text-indent: -9999px;
  display: block;
}

/*--------------------------------------------------------------*/
/* CIRCLES */
/*--------------------------------------------------------------*/
#circles {
  border-top: 5px solid #d2d6d8;
  padding: 15px 0 30px;
}
@media (min-width: 900px) {
  #circles {
    padding: 65px 0 85px;
  }
}
#circles ul.circles li {
  vertical-align: top;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #d2d6d8;
}
@media (min-width: 900px) {
  #circles ul.circles li {
    border: none;
    border-right: 1px solid #d2d6d8;
    padding: 0 30px;
    display: inline-block;
    width: 33.3%;
  }
}
#circles ul.circles li:last-of-type {
  border: none;
}
#circles ul.circles li .top {
  position: relative;
  margin-bottom: 25px;
}
#circles ul.circles li .top img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  max-width: 260px;
}
@media (min-width: 900px) {
  #circles ul.circles li .top img {
    max-width: 330px;
  }
}
#circles ul.circles li .top a.button {
  width: 210px;
  margin: 0 auto;
  bottom: -10px;
  left: 0;
  right: 0;
  position: absolute;
}
@media (min-width: 900px) {
  #circles ul.circles li .top a.button {
    height: 50px;
    line-height: 44px;
    font-size: 1.25em;
  }
}
#circles ul.circles li .top a.button .desktop {
  display: none;
}
@media (min-width: 900px) {
  #circles ul.circles li .top a.button .desktop {
    display: block;
  }
}
#circles ul.circles li .top a.button .mobile {
  display: block;
}
@media (min-width: 768px) {
  #circles ul.circles li .top a.button .mobile {
    font-size: 0.9em;
  }
}
@media (min-width: 900px) {
  #circles ul.circles li .top a.button .mobile {
    display: none;
  }
}
#circles ul.circles li p.details {
  line-height: 1.6em;
}

/*--------------------------------------------------------------*/
/* TESTIMONIALS */
/*--------------------------------------------------------------*/
.testimonial {
  text-align: center;
  padding: 115px 0 45px;
  border-top: 5px solid #d2d6d8;
  position: relative;
}
.testimonial:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  color: white;
  background: #f48d2c;
  height: 56px;
  width: 56px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40px;
  font-size: 28px;
  text-align: center;
  padding: 15px 0 0 0;
}
.testimonial p {
  margin: 0 auto 15px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
  color: #2274a5;
  line-height: 1.3em;
  font-size: 1em;
}
@media (min-width: 768px) {
  .testimonial p {
    width: 80%;
    font-size: 1.5em;
  }
}
@media (min-width: 1024px) {
  .testimonial p {
    font-size: 2em;
  }
}
.testimonial p.byline {
  color: #054469;
  font-size: 0.8em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .testimonial p.byline {
    font-size: 0.9em;
  }
}
.testimonial.white {
  border-top: 1px solid #d2d6d8;
  margin: 28px 0 0 0;
  padding: 50px 0 45px;
}
.testimonial.white:before {
  top: -26px;
}

/*--------------------------------------------------------------*/
/* STATS */
/*--------------------------------------------------------------*/
#statsHome {
  background: #054469;
  text-align: center;
  padding: 25px 0;
}
@media (min-width: 600px) {
  #statsHome {
    padding: 60px 0;
  }
}
#statsHome ul.statsHome li {
  vertical-align: top;
  width: 250px;
  border-bottom: 1px solid rgba(91, 170, 218, 0.5);
  margin: 0 auto 30px;
  padding: 0 0 30px 0;
  display: block;
}
@media (min-width: 600px) {
  #statsHome ul.statsHome li {
    border: none;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  #statsHome ul.statsHome li {
    width: 50%;
  }
  #statsHome ul.statsHome li:nth-of-type(1), #statsHome ul.statsHome li:nth-of-type(2) {
    border-bottom: 1px solid rgba(91, 170, 218, 0.5);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #statsHome ul.statsHome li:nth-of-type(2) .inner {
    border-right: none;
  }
}
@media (min-width: 1024px) {
  #statsHome ul.statsHome li {
    width: 25%;
  }
}
#statsHome ul.statsHome li:last-of-type, #statsHome ul.statsHome li:last-of-type .inner {
  border: none;
  padding-bottom: 0;
}
#statsHome ul.statsHome li .inner {
  padding: 0 25px;
}
@media (min-width: 600px) {
  #statsHome ul.statsHome li .inner {
    border-right: 1px solid rgba(91, 170, 218, 0.5);
  }
}
#statsHome ul.statsHome li img {
  width: 90%;
  max-height: 130px;
  display: block;
  margin: 0 auto 10px;
}
#statsHome ul.statsHome li h2 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #f48d2c;
  margin-bottom: 6px;
  line-height: 1;
}
#statsHome ul.statsHome li p.label {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: white;
  line-height: 1.2em;
}

/*--------------------------------------------------------------*/
/* MISSION */
/*--------------------------------------------------------------*/
#mission {
  text-align: center;
  padding: 25px 0;
}
@media (min-width: 600px) {
  #mission {
    padding: 60px 0;
  }
}
#mission h2 {
  color: #2274a5;
}
#mission ul.pillars {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 600px) {
  #mission ul.pillars {
    margin-top: 50px;
  }
}
#mission ul.pillars li {
  vertical-align: top;
  width: 250px;
  border-bottom: 1px solid #d2d6d8;
  margin: 0 auto 30px;
  padding: 0 0 30px 0;
  display: block;
}
@media (min-width: 600px) {
  #mission ul.pillars li {
    border: none;
    display: inline-block;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  #mission ul.pillars li {
    width: 33.3%;
    padding-bottom: 0;
  }
  #mission ul.pillars li:nth-of-type(1), #mission ul.pillars li:nth-of-type(2), #mission ul.pillars li:nth-of-type(3) {
    border-bottom: 1px solid #d2d6d8;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #mission ul.pillars li:nth-of-type(3) .inner {
    border-right: none;
  }
}
@media (min-width: 1024px) {
  #mission ul.pillars li {
    width: 20%;
    padding-bottom: 0;
  }
}
#mission ul.pillars li:last-of-type, #mission ul.pillars li:last-of-type .inner {
  border: none;
  padding-bottom: 0;
}
#mission ul.pillars li .inner {
  padding: 0 25px;
}
@media (min-width: 600px) {
  #mission ul.pillars li .inner {
    border-right: 1px solid #d2d6d8;
  }
}
#mission ul.pillars li img {
  width: 90%;
  max-height: 140px;
  display: block;
  margin: 0 auto 10px;
}
#mission ul.pillars li p.label {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #2274a5;
  line-height: 1.2em;
}

/*--------------------------------------------------------------*/
/* EVENTS */
/*--------------------------------------------------------------*/
#events {
  text-align: center;
}
#events .keepup {
  background: url(../images/event-bg.jpg) no-repeat center center;
  background-size: cover;
  color: white;
  border-bottom: 5px solid #d2d6d8;
  padding: 25px 0;
}
@media (min-width: 768px) {
  #events .keepup {
    padding: 75px 0;
  }
}
@media (min-width: 1024px) {
  #events .keepup {
    padding: 125px 0;
  }
}
@media (min-width: 600px) {
  #events .calender {
    padding: 25px 0;
  }
}
#events .calender ul li {
  vertical-align: top;
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #d2d6d8;
}
@media (max-width: 599px) {
  #events .calender ul li {
    border: none;
    padding: 25px 15px;
    display: block;
    width: 250px;
    margin: 0 auto;
  }
  #events .calender ul li:nth-of-type(4), #events .calender ul li:nth-of-type(5), #events .calender ul li:nth-of-type(6), #events .calender ul li:nth-of-type(7) {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  #events .calender ul li {
    width: 50%;
  }
  #events .calender ul li:nth-of-type(2) {
    border: none;
  }
  #events .calender ul li:nth-of-type(3), #events .calender ul li:nth-of-type(4), #events .calender ul li:nth-of-type(5), #events .calender ul li:nth-of-type(6), #events .calender ul li:nth-of-type(7) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #events .calender ul li {
    width: 33.3%;
  }
  #events .calender ul li:nth-of-type(3) {
    border: none;
  }
  #events .calender ul li:nth-of-type(4), #events .calender ul li:nth-of-type(5), #events .calender ul li:nth-of-type(6), #events .calender ul li:nth-of-type(7) {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #events .calender ul li {
    width: 25%;
  }
  #events .calender ul li:nth-of-type(4) {
    border: none;
  }
  #events .calender ul li:nth-of-type(5), #events .calender ul li:nth-of-type(6), #events .calender ul li:nth-of-type(7) {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  #events .calender ul li {
    width: 20%;
  }
  #events .calender ul li:nth-of-type(5) {
    border: none;
  }
  #events .calender ul li:nth-of-type(6), #events .calender ul li:nth-of-type(7) {
    display: none;
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  #events .calender ul li {
    width: 16.66%;
  }
  #events .calender ul li:nth-of-type(6) {
    border: none;
  }
  #events .calender ul li:nth-of-type(7) {
    display: none;
  }
}
@media (min-width: 1800px) {
  #events .calender ul li {
    width: 14.285%;
  }
  #events .calender ul li:last-of-type {
    border: none;
  }
}
#events .calender ul li .date {
  border-top: 1px solid #d2d6d8;
  border-bottom: 1px solid #d2d6d8;
  padding: 5px 0 2px 0;
  margin-bottom: 15px;
}
#events .calender ul li p.month {
  color: #2274a5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  margin-bottom: 3px;
}
#events .calender ul li p.day {
  color: #f48d2c;
  text-transform: uppercase;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.05em;
  line-height: 0.9em;
  font-size: 2.75em;
}
@media (min-width: 1800px) {
  #events .calender ul li p.day {
    font-size: 3em;
  }
}
#events .calender ul li p.day sup {
  top: -1.25em;
  margin-left: 4px;
  font-size: 0.35em;
  letter-spacing: -0.025em;
}
#events .calender ul li h3 {
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  font-size: 0.9em;
  margin-bottom: 8px;
}
#events .calender ul li p.details {
  font-size: 0.85em;
  line-height: 1.25em;
}
#events .calender ul li a.more {
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #d2d6d8;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f48d2c;
  font-size: 12px;
  padding: 3px 15px;
}
#events .calender ul li a.more:hover {
  background: #2274a5;
  color: white;
}

.banners {
  margin: 60px auto 70px;
}
.banners .wrapper {
  max-width: 950px;
  width: 94%;
  margin: 0 auto;
}
.banners a {
  display: block;
  margin: 0 auto;
}
.banners .desktop {
  display: none;
}
@media (min-width: 768px) {
  .banners .desktop {
    display: block;
  }
}
.banners .mobile {
  display: block;
}
@media (min-width: 768px) {
  .banners .mobile {
    display: none;
  }
}

.entry-content .gform_wrapper {
  text-align: left;
  max-width: 1000px;
  margin: 30px auto 0;
}
.entry-content .gform_wrapper .gsection {
  border-bottom: 2px solid #d2d6d8;
}
.entry-content .gform_wrapper .gform_heading {
  display: none;
}
.entry-content .gform_wrapper .gsection_title {
  font-size: 1.5em;
  padding-bottom: 10px;
}
.entry-content .gform_wrapper .gfield_description {
  margin-top: 4px;
  color: #000;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: italic;
}
.entry-content .gform_wrapper .gform_fields {
  margin: 0;
  display: table !important;
  width: 100%;
  clear: both;
}
.entry-content .gform_wrapper .gfield {
  width: 100%;
  float: left;
  padding-left: 0;
  margin-bottom: 30px;
  line-height: 1;
}
.entry-content .gform_wrapper .gfield:before {
  display: none;
}
.entry-content .gform_wrapper .gfield label {
  display: block;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 4px 0 0 0;
}
.entry-content .gform_wrapper .gfield .gfield_label {
  line-height: 1.4;
  color: #054469;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  margin: 0 0 8px 0;
  font-size: 17px;
  letter-spacing: normal;
  text-transform: none;
}
.entry-content .gform_wrapper .gfield_required {
  color: #5baada !important;
  margin-left: 0 !important;
}
.entry-content .gform_wrapper input, .entry-content .gform_wrapper textarea {
  width: 100%;
  box-shadow: none;
  border: 1px solid #2274a5;
  border-radius: 0px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  padding: 8px 10px;
  height: 52px;
  background: #ffffff;
  font-size: 17px;
}
.entry-content .gform_wrapper textarea {
  height: 150px !important;
}
.entry-content .gform_wrapper .gform_validation_container {
  display: none;
}
@media (min-width: 768px) {
  .entry-content .gform_wrapper .form-left, .entry-content .gform_wrapper .name_first, .entry-content .gform_wrapper .address_city, .entry-content .gform_wrapper .address_zip {
    width: 48%;
    clear: left;
    float: left;
  }
}
@media (min-width: 768px) {
  .entry-content .gform_wrapper .form-right, .entry-content .gform_wrapper .name_last, .entry-content .gform_wrapper .address_state {
    width: 48%;
    float: right;
    clear: right;
  }
}
@media (max-width: 768px) {
  .entry-content .gform_wrapper .name_first {
    display: block;
    margin-bottom: 30px;
  }
}
.entry-content .gform_wrapper .ginput_container_select, .entry-content .gform_wrapper .ginput_address_state {
  position: relative;
  border: 1px solid #2274a5;
  height: 50px;
}
.entry-content .gform_wrapper .ginput_container_select:after, .entry-content .gform_wrapper .ginput_address_state:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-size: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
}
.entry-content .gform_wrapper .ginput_container_select select, .entry-content .gform_wrapper .ginput_address_state select {
  font-size: 0.9em;
  border: none;
  background: transparent;
  height: 48px;
  padding-left: 10px;
  width: 100%;
  color: #000;
  -webkit-appearance: none !important;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
}
@support ( -webkit-appearance: none ) or ( appearance: none ) or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
  .entry-content .gform_wrapper .ginput_container_select, .entry-content .gform_wrapper .ginput_address_state {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
.entry-content .gform_wrapper .ginput_container_select:after, .entry-content .gform_wrapper .ginput_address_state:after {
  display: block;
}
.entry-content .gform_wrapper .ginput_container_checkbox,
.entry-content .gform_wrapper .ginput_container_radio {
  /* after */
  /* before */
}
.entry-content .gform_wrapper .ginput_container_checkbox .gchoice,
.entry-content .gform_wrapper .ginput_container_radio .gchoice {
  line-height: 1.6;
  margin: 5px 0;
}
.entry-content .gform_wrapper .ginput_container_checkbox .gchoice label,
.entry-content .gform_wrapper .ginput_container_radio .gchoice label {
  color: #000;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
  line-height: normal;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: auto;
}
.entry-content .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox],
.entry-content .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] {
  opacity: 0;
  width: auto;
  position: absolute;
}
.entry-content .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label,
.entry-content .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] + label {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}
.entry-content .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label:before,
.entry-content .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label:after,
.entry-content .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] + label:before,
.entry-content .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.entry-content .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:not(:checked) + label:after,
.entry-content .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:not(:checked) + label:after {
  width: 20px;
  height: 20px;
  background: #d2d6d8;
  border: 2px solid #d2d6d8;
  top: 1px;
}
.entry-content .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked + label:after,
.entry-content .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:checked + label:after {
  top: 1px;
  width: 20px;
  height: 20px;
  border: 2px solid #2274a5;
  background-color: #2274a5;
  z-index: 0;
}
.entry-content .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:not(:checked) + label:before,
.entry-content .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.entry-content .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked + label:before,
.entry-content .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:checked + label:before {
  top: 1px;
  left: 2px;
  width: 7px;
  height: 13px;
  margin-top: 3px;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.entry-content .gform_wrapper .ginput_container_checkbox input[type=radio],
.entry-content .gform_wrapper .ginput_container_radio input[type=radio] {
  visibility: hidden;
  position: absolute;
  width: auto;
}
.entry-content .gform_wrapper .ginput_container_checkbox input[type=radio] + label:before,
.entry-content .gform_wrapper .ginput_container_radio input[type=radio] + label:before {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  background: #ffffff;
  border: 2px solid #d2d6d8;
  top: 3px;
  position: relative;
}
.entry-content .gform_wrapper .ginput_container_checkbox input[type=radio]:checked + label:before,
.entry-content .gform_wrapper .ginput_container_radio input[type=radio]:checked + label:before {
  background: #ffffff;
}
.entry-content .gform_wrapper .ginput_container_checkbox input[type=radio]:checked + label::after,
.entry-content .gform_wrapper .ginput_container_radio input[type=radio]:checked + label::after {
  content: " ";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 999em;
  left: 2px;
  top: 5px;
  background: #2274a5;
}
.entry-content .gform_wrapper .ginput_container_checkbox input[type=radio] + label:before,
.entry-content .gform_wrapper .ginput_container_radio input[type=radio] + label:before {
  border-radius: 50%;
}
.entry-content .gform_wrapper .form-nolabel .gfield_label, .entry-content .gform_wrapper .form-nolabel .gsection_title {
  display: none !important;
}
.entry-content .gform_wrapper .gform_footer .gform_button {
  font-size: 16px;
  width: 180px;
  background: #f48d2c;
  border: none;
  border-bottom: 5px solid #e17510;
  color: #fff;
  text-transform: uppercase;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  margin: 15px auto 0;
  padding: 0px;
}
.entry-content .gform_wrapper .gform_footer .gform_button:hover {
  cursor: pointer;
  background: #054469;
  border-bottom: 5px solid #5baada;
}
.entry-content .gform_wrapper .gform_validation_errors {
  display: none;
}
.entry-content .gform_wrapper .gfield_error input, .entry-content .gform_wrapper .gfield_error textarea {
  border: 1px solid #e17510;
}
.entry-content .gform_wrapper .gfield_error .validation_message {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #e17510;
  text-align: left;
  font-size: 14px;
  display: block;
  clear: both;
  padding: 0px !important;
  background: transparent;
  border: none;
}

.gform_confirmation_message {
  color: #e17510;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  line-height: 1.4em;
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
}
@media (min-width: 900px) {
  .gform_confirmation_message {
    font-size: 22px;
  }
}

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

.gform_wrapper.gravity-theme .ginput_container_address span, .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
  margin-bottom: 30px !important;
  display: block;
}

#masthead {
  position: relative;
  z-index: 99999;
}

.page-template-template-lighting-the-path #main .video-popup {
  display: none;
}
.page-template-template-lighting-the-path #main .video-popup.open {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-template-lighting-the-path #main .video-popup.open .video-overlay {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.page-template-template-lighting-the-path #main .video-popup.open .popup {
  position: relative;
  z-index: 999;
  display: block;
  padding: 40px 0;
  height: auto;
  overflow: scroll;
}
.page-template-template-lighting-the-path #main .video-popup.open .embed-container {
  margin: 0 auto;
}
.page-template-template-lighting-the-path #main .video-popup.open .closeModal {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #FEBC11;
  font-size: 20px;
  cursor: pointer;
}
.page-template-template-lighting-the-path #main .video-popup.open .closeModal:hover {
  color: #f48d2c;
}
.page-template-template-lighting-the-path #main .button-new {
  border-radius: 999em;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 15px 30px;
  line-height: normal;
  height: auto;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  background: #f48d2c;
  color: #ffffff;
  cursor: pointer;
}
.page-template-template-lighting-the-path #main .button-new:hover {
  background: #FEBC11;
  color: #ffffff;
}
.page-template-template-lighting-the-path #main .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 30px auto;
}
.page-template-template-lighting-the-path #main .embed-container iframe, .page-template-template-lighting-the-path #main .embed-container object, .page-template-template-lighting-the-path #main .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-template-lighting-the-path #main .grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-template-template-lighting-the-path #main .wrap1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 94%;
}
.page-template-template-lighting-the-path #main .wrap1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
}
.page-template-template-lighting-the-path #main .wrap1100 {
  max-width: 1100px;
  margin: 0 auto;
  width: 94%;
}
.page-template-template-lighting-the-path #main .wrap1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: 94%;
}
.page-template-template-lighting-the-path #main .base.alt p, .page-template-template-lighting-the-path #main .base.alt li, .page-template-template-lighting-the-path #main .base.alt li::before, .page-template-template-lighting-the-path #main .base.alt a:not(.button-new) {
  color: #ffffff;
}
.page-template-template-lighting-the-path #main .base.alt h2, .page-template-template-lighting-the-path #main .base.alt h3 {
  color: #FEBC11;
}
.page-template-template-lighting-the-path #main .base h3 {
  color: #f48d2c;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  letter-spacing: -0.03em;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .base h3 {
    font-size: 28px;
  }
}
.page-template-template-lighting-the-path #main .base h2 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  color: #f48d2c;
  line-height: 1.1;
  margin-bottom: 30px;
  font-size: 35px;
  letter-spacing: -0.04em;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .base h2 {
    font-size: 45px;
  }
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .base h2 {
    font-size: 55px;
  }
}
.page-template-template-lighting-the-path #main .base p {
  line-height: 1.6;
  margin: 0 0 30px;
}
.page-template-template-lighting-the-path #main .base img {
  border-bottom: none;
}
.page-template-template-lighting-the-path #main .base a:not(.button-new) {
  color: #255694;
  text-decoration: underline;
}
.page-template-template-lighting-the-path #main .base a:not(.button-new):hover {
  text-decoration: none;
}
.page-template-template-lighting-the-path #main .base ul {
  margin: 0 0 30px 10px;
  list-style: none;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .base ul {
    margin: 0 0 30px 20px;
  }
}
.page-template-template-lighting-the-path #main .base ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 5px;
  line-height: 1.5;
}
.page-template-template-lighting-the-path #main .base ul li::before {
  position: absolute;
  top: -1px;
  left: 8px;
  text-indent: -15px;
  content: "•";
  color: #255694;
}
.page-template-template-lighting-the-path #main .base ul li ul {
  margin: 12px 0 30px 0;
}
.page-template-template-lighting-the-path #main .hero {
  position: relative;
  padding: 60px 0 80px;
  z-index: 999;
  margin-bottom: 22px;
}
.page-template-template-lighting-the-path #main .hero video {
  position: absolute;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  top: 0;
}
.page-template-template-lighting-the-path #main .hero .wrap1100 {
  position: relative;
  z-index: 2;
}
.page-template-template-lighting-the-path #main .hero .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.page-template-template-lighting-the-path #main .hero .grid-item {
  width: 100%;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .hero .grid-item {
    width: 50%;
  }
}
.page-template-template-lighting-the-path #main .hero .classy-inline-embed {
  padding-top: 60px;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .hero .classy-inline-embed {
    float: right;
  }
}
.page-template-template-lighting-the-path #main .hero .classy-inline-embed .eginline {
  border-radius: 30px !important;
  overflow: hidden !important;
}
.page-template-template-lighting-the-path #main .hero .base {
  color: #ffffff;
  max-width: 500px;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .hero .base {
    padding-right: 40px;
  }
}
.page-template-template-lighting-the-path #main .hero .base p {
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 20px;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .hero .base p {
    font-size: 22px;
  }
}
.page-template-template-lighting-the-path #main .hero .base .logo {
  max-width: 350px;
  width: 100%;
  margin: 0 auto 40px;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .hero .base .logo {
    max-width: 450px;
  }
}
.page-template-template-lighting-the-path #main .hero .embed {
  background: #ffffff;
  border-radius: 30px;
  padding: 30px 20px;
  margin-top: 40px;
}
.page-template-template-lighting-the-path #main .sticky-nav {
  position: relative;
  z-index: 998;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .sticky-nav {
    position: sticky;
    top: 0;
  }
}
.page-template-template-lighting-the-path #main .sticky-nav .custom-select {
  position: relative;
  height: 55px;
  border: 1px solid #255694;
  display: block;
  max-width: 350px;
  margin: 0 auto;
  border-radius: 999em;
  overflow: hidden;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .sticky-nav .custom-select {
    display: none;
  }
}
.page-template-template-lighting-the-path #main .sticky-nav .custom-select:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-size: 22px;
  position: absolute;
  top: 14px;
  right: 12px;
  color: #FEBC11;
}
.page-template-template-lighting-the-path #main .sticky-nav .custom-select select {
  font-size: 16px;
  border: none;
  height: 55px;
  padding-left: 20px;
  padding-right: 30px;
  width: 100%;
  background: #1e487d;
  color: #ffffff;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  -webkit-appearance: none !important;
}
@support ( -webkit-appearance: none ) or ( appearance: none ) or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
  .page-template-template-lighting-the-path #main .sticky-nav .custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
.page-template-template-lighting-the-path #main .sticky-nav .custom-select:after {
  display: block;
}
.page-template-template-lighting-the-path #main .sticky-nav nav {
  display: none;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .sticky-nav nav {
    border-radius: 999em;
    position: relative;
    z-index: 2;
    background: #255694;
    padding: 25px 10px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.page-template-template-lighting-the-path #main .sticky-nav nav a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  display: inline-block;
  margin: 0 15px;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .page-template-template-lighting-the-path #main .sticky-nav nav a {
    margin: 0 20px;
    font-size: 18px;
  }
}
.page-template-template-lighting-the-path #main .sticky-nav nav a:hover {
  color: #FEBC11;
}
.page-template-template-lighting-the-path #main .about {
  padding-top: 90px;
  margin-top: -90px;
  border-top: 60px solid #61A2D8;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .about {
    padding-top: 120px;
  }
}
.page-template-template-lighting-the-path #main .about .content {
  width: 100%;
  margin: 0 0 40px;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .about .content {
    margin: 0;
    width: calc(100% - 468px);
    padding-right: 40px;
  }
}
.page-template-template-lighting-the-path #main .about .goal {
  margin: 0 auto;
  width: 468px;
}
.page-template-template-lighting-the-path #main .about .goal .inner {
  width: 100%;
  background: #255694;
  border-radius: 30px;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}
.page-template-template-lighting-the-path #main .about .goal .inner .sun {
  position: absolute;
  z-index: 1;
  bottom: -10px;
  right: -10px;
  width: 90%;
}
.page-template-template-lighting-the-path #main .about .goal .bar {
  position: relative;
  z-index: 2;
  height: 450px;
  width: 40px;
  flex-direction: column;
  margin: 0 auto;
  display: flex;
  border-radius: 999em;
  justify-content: flex-end;
  background: #61A2D8;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .about .goal .bar {
    height: 550px;
    width: 50px;
  }
}
.page-template-template-lighting-the-path #main .about .goal .bar #progressBar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #f48d2c;
  border-radius: 999em;
}
.page-template-template-lighting-the-path #main .about .goal .raised, .page-template-template-lighting-the-path #main .about .goal .total, .page-template-template-lighting-the-path #main .about .goal .start {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .about .goal .raised, .page-template-template-lighting-the-path #main .about .goal .total, .page-template-template-lighting-the-path #main .about .goal .start {
    font-size: 28px;
  }
}
.page-template-template-lighting-the-path #main .about .goal .raised .label, .page-template-template-lighting-the-path #main .about .goal .total .label, .page-template-template-lighting-the-path #main .about .goal .start .label {
  display: block;
  color: #f48d2c;
  font-size: 18px;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .about .goal .raised .label, .page-template-template-lighting-the-path #main .about .goal .total .label, .page-template-template-lighting-the-path #main .about .goal .start .label {
    font-size: 24px;
  }
}
.page-template-template-lighting-the-path #main .about .goal .total {
  position: absolute;
  top: 0;
  left: -145px;
  color: #FEBC11;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .about .goal .total {
    left: -180px;
  }
}
.page-template-template-lighting-the-path #main .about .goal .total .label {
  text-align: right;
}
.page-template-template-lighting-the-path #main .about .goal .percent {
  color: #ffffff;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  position: absolute;
  top: 20px;
  left: 5px;
  font-size: 14px;
  letter-spacing: -0.04em;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .about .goal .percent {
    font-size: 18px;
    left: 7px;
  }
}
.page-template-template-lighting-the-path #main .about .goal .start {
  position: absolute;
  bottom: 0;
  left: -45px;
  color: #FEBC11;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .about .goal .start {
    left: -50px;
  }
}
.page-template-template-lighting-the-path #main .about .goal .raised {
  position: absolute;
  top: 0;
  color: #ffffff;
  right: -135px;
  top: -25px;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .about .goal .raised {
    right: -170px;
    top: -30px;
  }
}
.page-template-template-lighting-the-path #main .about .goal .raised .icon-triangle-left {
  position: absolute;
  left: -18px;
  font-size: 18px;
  bottom: 1px;
  color: #f48d2c;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .about .goal .raised .icon-triangle-left {
    left: -20px;
    font-size: 20px;
    bottom: 3px;
  }
}
.page-template-template-lighting-the-path #main .tabbed-content {
  padding: 100px 0 80px;
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabs .tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .tabbed-content .js-tabs .tabs {
    margin-bottom: 0;
    flex-wrap: nowrap;
  }
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabs .js-tablist__item {
  position: relative;
  width: 100%;
  margin: 0px;
  line-height: 1.1;
  margin: 0 0 5px;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .tabbed-content .js-tabs .js-tablist__item {
    margin: 0px 2px 0px 0px;
    width: 33.3333333%;
    flex: auto;
  }
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabs .js-tablist__item:nth-of-type(2) a {
  background: #255694;
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabs .js-tablist__item:last-of-type {
  margin-right: 0;
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabs .js-tablist__item:last-of-type a {
  background: #FEBC11;
}
@media (max-width: 600px) {
  .page-template-template-lighting-the-path #main .tabbed-content .js-tabs .js-tablist__item a[aria-selected=true].js-tablist__link {
    background: #F3F3F3;
    color: #255694;
  }
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabs .js-tablist__item a[aria-selected=true].js-tablist__link[aria-controls=tab0]::after {
  background-image: url(../images/angle.svg);
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabs .js-tablist__item a[aria-selected=true].js-tablist__link[aria-controls=tab1]::after {
  background-image: url(../images/angle1.svg);
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabs .js-tablist__item a[aria-selected=true].js-tablist__link[aria-controls=tab2]::after {
  background-image: url(../images/angle2.svg);
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .tabbed-content .js-tabs .js-tablist__item a[aria-selected=true].js-tablist__link::after {
    content: "";
    background-size: 70px;
    background-position: center;
    width: 70px;
    bottom: -30px;
    position: absolute;
    height: 30px;
    background-repeat: no-repeat;
  }
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabs .js-tablist__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  background: #f48d2c;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  position: relative;
  letter-spacing: -0.03em;
  border-radius: 999em;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .tabbed-content .js-tabs .js-tablist__item a {
    font-size: 22px;
    border-radius: 30px 30px 0 0px;
  }
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .tabbed-content .js-tabs .js-tablist__item a {
    font-size: 24px;
  }
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabs .js-tablist__item a:hover {
  background: #F3F3F3;
  color: #255694;
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent[aria-hidden=true] {
  position: absolute;
  left: -999em;
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent {
  position: relative;
  left: 0;
  background: #F3F3F3;
  width: 100%;
  padding: 40px 20px 30px;
  border-radius: 30px;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent {
    border-top: 8px solid #f48d2c;
    border-radius: 0 0 30px 30px;
    padding: 50px 40px 40px;
  }
}
@media (min-width: 600px) and (min-width: 600px) {
  .page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent#tab1 {
    border-color: #255694;
  }
}
@media (min-width: 600px) and (min-width: 600px) {
  .page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent#tab2 {
    border-color: #FEBC11;
  }
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .grid .grid-item.full {
  width: 100%;
  padding: 0;
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .grid .grid-item.content {
  width: 100%;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .grid .grid-item.content {
    padding-right: 30px;
    width: 40%;
  }
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .grid .grid-item.gallery {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .grid .grid-item.gallery {
    width: 60%;
    margin: 0;
  }
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .grid .grid-item.gallery .gallery-slider {
  border-radius: 30px;
  overflow: hidden;
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .grid .grid-item.gallery img {
  max-width: 792px;
  width: 100%;
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .grid .grid-item.gallery .slick-prev {
  border-radius: 0 5px 5px 0;
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .grid .grid-item.gallery .slick-prev:hover {
  background: #FEBC11;
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .grid .grid-item.gallery .slick-prev::before {
  content: "\e92a";
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .grid .grid-item.gallery .slick-next {
  border-radius: 5px 0 0 5px;
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .grid .grid-item.gallery .slick-next:hover {
  background: #FEBC11;
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .grid .grid-item.gallery .slick-next:hover::before {
  margin-left: 0 !important;
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .grid .grid-item.gallery .slick-next:focus::before {
  margin-left: 0 !important;
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .grid .grid-item.gallery .slick-next::before {
  content: "\e92c";
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .headline {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  color: #f48d2c;
  line-height: 1.1;
  margin-bottom: 20px;
  font-size: 35px;
  letter-spacing: -0.04em;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .headline {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .headline {
    font-size: 55px;
  }
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .amount {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .amount .line {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 2px;
  background: #FEBC11;
}
.page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .amount .num {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  color: #255694;
  background: #F3F3F3;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  z-index: 2;
  letter-spacing: -0.03em;
}
@media (min-width: 1200px) {
  .page-template-template-lighting-the-path #main .tabbed-content .js-tabcontent .amount .num {
    font-size: 28px;
  }
}
.page-template-template-lighting-the-path #main .campaign-chairs {
  padding: 80px 0 30px;
  background: #255694;
  position: relative;
  overflow: hidden;
}
.page-template-template-lighting-the-path #main .campaign-chairs .sun {
  position: absolute;
  z-index: 1;
  bottom: -10px;
  right: 0;
  left: 0;
  width: 94%;
  margin: 0 auto;
  max-width: 1200px;
}
.page-template-template-lighting-the-path #main .campaign-chairs .wrap1100, .page-template-template-lighting-the-path #main .campaign-chairs .wrap1200 {
  position: relative;
  z-index: 2;
}
.page-template-template-lighting-the-path #main .campaign-chairs .grid {
  margin: 50px auto 0;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .campaign-chairs .grid {
    margin: 50px -30px 0;
  }
}
.page-template-template-lighting-the-path #main .campaign-chairs .grid .grid-item {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .campaign-chairs .grid .grid-item {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .campaign-chairs .grid .inner {
    padding: 0 30px;
  }
}
.page-template-template-lighting-the-path #main .campaign-chairs .grid .photo {
  border-radius: 999em;
  overflow: hidden;
  margin: 0 auto 20px;
}
.page-template-template-lighting-the-path #main .campaign-chairs .grid .name {
  color: #FEBC11;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .campaign-chairs .grid .name {
    font-size: 28px;
  }
}
.page-template-template-lighting-the-path #main .campaign-chairs .grid .company {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  line-height: 1.6;
}
.page-template-template-lighting-the-path #main .campaign-leadership {
  margin: 80px auto 0;
}
.page-template-template-lighting-the-path #main .campaign-leadership .controls {
  display: flex;
  justify-content: flex-end;
  width: 120px;
  margin: 0 0 5px auto;
  position: relative;
  height: 35px;
}
.page-template-template-lighting-the-path #main .campaign-leadership .controls .slider-nav {
  height: 37px;
  width: 120px;
}
.page-template-template-lighting-the-path #main .campaign-leadership .controls #pauseSlider {
  position: absolute;
  left: 44px;
  background: #f48d2c;
  color: #ffffff;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  width: 36px;
  height: 36px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.page-template-template-lighting-the-path #main .campaign-leadership .controls #pauseSlider:hover {
  background: #FEBC11;
}
.page-template-template-lighting-the-path #main .campaign-leadership .controls .slick-prev {
  left: 4px;
  border-radius: 5px;
}
.page-template-template-lighting-the-path #main .campaign-leadership .controls .slick-prev:hover {
  background: #FEBC11;
}
.page-template-template-lighting-the-path #main .campaign-leadership .controls .slick-prev::before {
  content: "\e92a";
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-template-lighting-the-path #main .campaign-leadership .controls .slick-next {
  right: 0px;
  border-radius: 5px;
}
.page-template-template-lighting-the-path #main .campaign-leadership .controls .slick-next:hover {
  background: #FEBC11;
}
.page-template-template-lighting-the-path #main .campaign-leadership .controls .slick-next:hover::before {
  margin-left: 0 !important;
}
.page-template-template-lighting-the-path #main .campaign-leadership .controls .slick-next:focus::before {
  margin-left: 0 !important;
}
.page-template-template-lighting-the-path #main .campaign-leadership .controls .slick-next::before {
  content: "\e92c";
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide {
  padding: 60px 30px;
  border-radius: 30px 0 30px 0;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide {
    padding: 60px 80px 60px 40px;
  }
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide:nth-of-type(1) {
  background: #F3F3F3;
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide:nth-of-type(2) {
  background: #FEBC11;
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide:nth-of-type(2) .icon-quote-left, .page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide:nth-of-type(2) .icon-quote-right {
  color: #f48d2c;
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide:nth-of-type(2) .company {
  color: #ffffff;
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide:nth-of-type(3) {
  background: #f48d2c;
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide:nth-of-type(3) .company {
  color: #ffffff;
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide:nth-of-type(4) {
  background: #255694;
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide:nth-of-type(4) .name {
  color: #FEBC11;
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide:nth-of-type(4) .quote {
  background: #1E487D;
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide:nth-of-type(4) .base p, .page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide:nth-of-type(4) .base li, .page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide:nth-of-type(4) .base li::before, .page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide:nth-of-type(4) .base a:not(.button-new) {
  color: #ffffff;
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide:nth-of-type(4) .base h2, .page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .slide:nth-of-type(4) .base h3 {
  color: #FEBC11;
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .grid .grid-item:first-of-type {
  width: 100%;
  text-align: center;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .grid .grid-item:first-of-type {
    width: 40%;
    padding-right: 40px;
  }
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .grid .grid-item:last-of-type {
  width: 100%;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .grid .grid-item:last-of-type {
    width: 60%;
  }
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .photo {
  border-radius: 999em;
  overflow: hidden;
  margin: 0 auto 30px;
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .name {
  color: #255694;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .name {
    font-size: 28px;
  }
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .company {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #f48d2c;
  line-height: 1.6;
  margin-bottom: 30px;
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .quote {
  position: relative;
  padding: 50px 40px 10px;
  background: #255694;
  color: #ffffff;
  border-radius: 30px 0 30px 0;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .quote {
    padding: 50px 50px 10px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .quote {
    padding: 50px 60px 10px;
  }
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .quote .icon-quote-left, .page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .quote .icon-quote-right {
  position: absolute;
  font-size: 30px;
  color: #FEBC11;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .quote .icon-quote-left, .page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .quote .icon-quote-right {
    font-size: 60px;
  }
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .quote .icon-quote-left {
  left: -10px;
  top: 50px;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .quote .icon-quote-left {
    left: -40px;
  }
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .quote .icon-quote-right {
  right: -10px;
  bottom: 50px;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .quote .icon-quote-right {
    right: -40px;
  }
}
.page-template-template-lighting-the-path #main .campaign-leadership .leader-slider .quote p {
  line-height: 1.7;
  margin-bottom: 30px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
}
.page-template-template-lighting-the-path #main .campaign-resources {
  padding: 80px 0 0;
}
.page-template-template-lighting-the-path #main .campaign-resources .expanded {
  display: none;
}
.page-template-template-lighting-the-path #main .campaign-resources .wrap1200 {
  margin-top: 50px;
}
.page-template-template-lighting-the-path #main .campaign-resources .accordion {
  margin: 0px auto 20px;
  border-radius: 30px;
  position: relative;
  background: #F3F3F3;
}
.page-template-template-lighting-the-path #main .campaign-resources .content {
  padding: 40px 20px;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .campaign-resources .content {
    padding: 40px;
  }
}
.page-template-template-lighting-the-path #main .campaign-resources .expand-new {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  cursor: pointer;
  position: relative;
  background: #FEBC11;
  cursor: pointer;
  border-radius: 30px;
}
.page-template-template-lighting-the-path #main .campaign-resources .expand-new:hover {
  background: #f48d2c;
}
.page-template-template-lighting-the-path #main .campaign-resources .expand-new:hover h3 {
  color: #ffffff;
}
.page-template-template-lighting-the-path #main .campaign-resources .expand-new h3 {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
  color: #255694;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.page-template-template-lighting-the-path #main .campaign-resources .expand-new .icon {
  display: inline-block;
  margin-right: 10px;
}
.page-template-template-lighting-the-path #main .campaign-resources .expand-new .icon::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92c";
  color: #ffffff;
  font-size: 18px;
}
.page-template-template-lighting-the-path #main .campaign-resources .expand-new.open {
  border-radius: 30px 30px 0 0;
  background: #f48d2c;
}
.page-template-template-lighting-the-path #main .campaign-resources .expand-new.open h3 {
  color: #ffffff;
}
.page-template-template-lighting-the-path #main .campaign-resources .expand-new.open .icon::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92b";
}
.page-template-template-lighting-the-path #main .campaign-supporters {
  padding: 80px 0 60px;
}
.page-template-template-lighting-the-path #main .campaign-supporters .tiers {
  margin-top: 60px;
}
.page-template-template-lighting-the-path #main .campaign-supporters .tiers .grid {
  margin: 0 0 60px;
  text-align: center;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .campaign-supporters .tiers .grid {
    margin: 0 -20px 60px;
  }
}
.page-template-template-lighting-the-path #main .campaign-supporters .tiers .grid .grid-item {
  width: 100%;
}
@media (min-width: 900px) {
  .page-template-template-lighting-the-path #main .campaign-supporters .tiers .grid .grid-item {
    width: 33.3333333%;
  }
  .page-template-template-lighting-the-path #main .campaign-supporters .tiers .grid .grid-item:first-of-type .base {
    border-left: none;
  }
  .page-template-template-lighting-the-path #main .campaign-supporters .tiers .grid .grid-item .base {
    border-left: 1px solid #FEBC11;
  }
}
.page-template-template-lighting-the-path #main .campaign-supporters .tiers .grid .grid-item .base {
  height: 100%;
  padding: 0 20px;
}
.page-template-template-lighting-the-path #main .campaign-supporters .tiers .grid .grid-item .base p {
  margin-bottom: 0px;
}
.page-template-template-lighting-the-path #main .campaign-supporters .tiers .label {
  text-align: center;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 800;
  font-style: normal;
  color: #FEBC11;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  line-height: 1.1;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .campaign-supporters .tiers .label {
    font-size: 24px;
  }
}
.page-template-template-lighting-the-path #main .stay-connected {
  padding: 80px 0;
  background: #255694;
}
.page-template-template-lighting-the-path #main .stay-connected .form {
  margin-top: 50px;
  border-radius: 30px;
  background: #F3F3F3;
  padding: 60px 30px 20px;
}
.page-template-template-lighting-the-path #main .stay-connected #gform_wrapper_8.gform_wrapper {
  display: table;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.page-template-template-lighting-the-path #main .stay-connected #gform_wrapper_8.gform_wrapper .gform_footer {
  text-align: center;
}
.page-template-template-lighting-the-path #main .stay-connected #gform_wrapper_8.gform_wrapper .gform_footer .button {
  border-radius: 999em;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 15px 30px;
  line-height: normal;
  height: auto;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
}
@media (min-width: 600px) {
  .page-template-template-lighting-the-path #main .stay-connected #gform_wrapper_8.gform_wrapper .form-name .name_first {
    margin-bottom: 0px;
  }
}
.page-template-template-lighting-the-path #main .stay-connected #gform_wrapper_8.gform_wrapper label {
  font-size: 14px;
  color: #000;
  margin-left: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 6px;
}
.page-template-template-lighting-the-path #main .stay-connected #gform_wrapper_8.gform_wrapper .gfield_label {
  color: #255694;
  text-transform: none;
  font-size: 18px;
  letter-spacing: normal;
  margin-top: 0;
}
.page-template-template-lighting-the-path #main .stay-connected #gform_wrapper_8.gform_wrapper input, .page-template-template-lighting-the-path #main .stay-connected #gform_wrapper_8.gform_wrapper textarea {
  height: 50px;
  border-radius: 999em;
  font-size: 18px;
  padding: 10px 20px;
}
.page-template-template-lighting-the-path #main .stay-connected #gform_wrapper_8.gform_wrapper li.gfield_error .validation_message {
  margin: 6px 0 0 0;
  margin-left: 20px;
}
.page-template-template-lighting-the-path #main .stay-connected #gform_confirmation_wrapper_8 {
  text-align: center;
  padding: 0 0 40px;
  font-size: 20px;
  line-height: 1.4;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 700;
  font-style: italic;
  color: #f48d2c;
}

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

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