@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: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/*==============================================================*/
/*==============================================================*/
.alignleft, .alignright, .aligncenter {
  border-bottom: 10px solid #d8d8d8;
}
.alignleft.noborder, .alignright.noborder, .aligncenter.noborder {
  border: none;
}

.alignleft {
  display: block;
  margin: 1.5em auto;
}
@media (min-width: 600px) {
  .alignleft {
    display: inline;
    float: left;
    margin: 0 1.5em 30px 0;
  }
}

.alignright {
  display: block;
  margin: 1.5em auto;
}
@media (min-width: 600px) {
  .alignright {
    display: inline;
    float: left;
    margin: 0 0 30px 1.5em;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin: 30px auto 40px;
}

#google_translate_element {
  vertical-align: middle;
  position: absolute;
  top: 35px;
  right: 25px;
  width: 36px;
  height: 36px;
  display: none;
}
@media (min-width: 768px) {
  #google_translate_element {
    width: auto;
    height: 35px;
    position: relative;
    position: inherit;
    display: inline-block;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #google_translate_element {
    margin: 0 0 0 5px;
  }
}
#google_translate_element .goog-te-gadget-simple {
  border: none;
  color: white;
}
@media (min-width: 768px) {
  #google_translate_element .goog-te-gadget-simple {
    color: white;
    background: #52247f;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
  #google_translate_element .goog-te-gadget-simple:hover {
    background: #5a5a5a;
  }
}
@media (min-width: 850px) {
  #google_translate_element .goog-te-gadget-simple {
    padding: 0 22px;
  }
}
#google_translate_element .goog-te-gadget-simple img, #google_translate_element .goog-te-gadget-simple span {
  display: none;
}
#google_translate_element .goog-te-gadget-simple: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;
  line-height: 40px;
  color: white;
  font-size: 30px;
  content: "\e908";
  display: block;
  width: 44px;
  height: 44px;
  background: #5a5a5a;
  text-align: center;
}
@media (min-width: 768px) {
  #google_translate_element .goog-te-gadget-simple:before {
    font-size: 24px;
    line-height: 35px;
    display: inline-block;
    text-align: left;
    width: auto;
    height: auto;
    background: none;
    color: white;
    content: "\e911";
  }
}
@media (min-width: 768px) {
  #google_translate_element .goog-te-gadget-simple:after {
    content: "Translate";
    font-family: "Century Gothic W01";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    vertical-align: top;
    margin-left: 8px;
  }
}

/*==============================================================*/
/*==============================================================*/
#topper {
  max-width: 1450px;
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
  padding: 18px 10px 0 0;
}
@media (min-width: 768px) {
  #topper {
    padding: 20px 0;
  }
}
#topper .logo {
  margin: 0 auto;
  width: 200px;
}
@media (min-width: 600px) {
  #topper .logo {
    width: 250px;
  }
}
@media (min-width: 768px) {
  #topper .logo {
    float: left;
    display: inline-block;
    width: 275px;
  }
}
@media (min-width: 850px) {
  #topper .logo {
    width: 325px;
  }
}
#topper .links {
  display: inline-block;
  text-align: right;
  float: right;
  padding: 10px 0 0 0;
}
@media (min-width: 768px) {
  #topper .links {
    padding: 30px 0 0 0;
  }
}
@media (min-width: 850px) {
  #topper .links {
    padding: 50px 0 0 0;
  }
}
@media (min-width: 1024px) {
  #topper .links {
    padding: 80px 0 0 0;
  }
}
#topper .links ul.social {
  display: none;
}
@media (min-width: 768px) {
  #topper .links ul.social {
    display: block;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 1024px) {
  #topper .links ul.social {
    display: inline-block;
  }
}
#topper .links ul.social li {
  display: inline-block;
  color: #d8d8d8;
  margin: 0 4px;
}
#topper .links ul.social li a:hover {
  color: #52247f;
}
#topper .links .buttons {
  width: auto;
  display: inline-block;
}
#topper .links .buttons .button {
  display: none;
}
@media (min-width: 768px) {
  #topper .links .buttons .button {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 849px) {
  #topper .links .buttons .button {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#topper .links .buttons .subscribe {
  background: #52247f;
  margin: 0 0 5px 0;
}
@media (min-width: 1024px) {
  #topper .links .buttons .subscribe {
    margin: 0 5px 0 20px;
  }
}
#topper .links .buttons .donate {
  background: #f8971d;
}

#nav {
  clear: both;
  float: left;
  width: 100%;
  background: #fbc426;
  padding: 7px 0;
}
@media (min-width: 1024px) {
  #nav {
    padding: 0;
  }
}
#nav .wrap {
  max-width: 1450px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  padding-right: 45px;
}
@media (min-width: 1250px) {
  #nav .wrap {
    padding: 0;
  }
}

#search {
  float: right;
  position: absolute;
  top: -1px;
  right: 0;
}
@media (min-width: 1024px) {
  #search {
    padding: 8px 0 0 0;
    top: 0;
  }
}
@media (min-width: 1250px) {
  #search {
    position: relative;
    width: 200px;
  }
}
@media (min-width: 1400px) {
  #search {
    width: 287px;
  }
}

#searchform-desktop {
  display: none;
}
@media (min-width: 1250px) {
  #searchform-desktop {
    display: block;
  }
}
#searchform-desktop input {
  border: none;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#searchform-desktop .fieldwrap {
  background: rgba(248, 151, 29, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.75);
  position: relative;
}
#searchform-desktop .fieldwrap .search {
  height: 35px;
  width: 100%;
  padding: 0 55px 0 6px;
  color: white;
  font-size: 0.9em;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
}
#searchform-desktop .fieldwrap .submit, #searchform-desktop .fieldwrap .icon-search {
  height: 35px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: white;
  text-align: center;
  line-height: 35px;
}

#searchform {
  float: right;
  position: relative;
}
@media (min-width: 1250px) {
  #searchform {
    display: none;
  }
}
#searchform input[type=text]::-ms-clear, #searchform input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
#searchform input[type=search]::-webkit-search-decoration, #searchform input[type=search]::-webkit-search-cancel-button, #searchform input[type=search]::-webkit-search-results-button, #searchform input[type=search]::-webkit-search-results-decoration {
  display: none;
}
#searchform input {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
#searchform .fieldwrap {
  overflow: hidden;
  position: absolute;
  background: #fab623;
  height: 35px;
  width: 0px;
  right: 45px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-right: none;
}
#searchform .fieldwrap .search {
  float: left;
  -webkit-appearance: none;
  height: 35px;
  width: 85%;
  background: transparent;
  color: white;
  font-size: 0.9em;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  padding: 0 6px;
}
#searchform .fieldwrap .icon-close {
  float: left;
  font-size: 16px;
  top: 0;
  right: 5px;
  text-align: center;
  color: white;
  width: 15%;
  height: 35px;
  line-height: 35px;
}
#searchform .buttonwrap {
  background: #fab623;
  width: 45px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-left: none;
}
#searchform .buttonwrap .icon-search, #searchform .buttonwrap .submit {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 45px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
}
#searchform .buttonwrap .icon-search {
  opacity: 1;
  font-size: 18px;
}
#searchform .buttonwrap .submit {
  font-size: 16px;
  opacity: 0;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
}
#searchform.open .fieldwrap {
  width: 200px;
}
#searchform.open .icon-search {
  opacity: 0;
}
#searchform.open .submit {
  z-index: 2;
  opacity: 1;
}

/* customize regular menu - - - - - - - - - - - - - - - - - -  */
#regular {
  float: left;
  display: none;
}
@media (min-width: 1024px) {
  #regular {
    display: inline-block;
  }
}
#regular ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
}
#regular ul li {
  display: inline-block;
  position: relative;
  margin-left: initial;
}
#regular ul li:hover > ul {
  left: auto;
}
#regular ul li a {
  text-transform: uppercase;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  color: #52247f;
  padding: 18px 10px;
  display: block;
  text-decoration: none;
  font-size: 0.825em;
  margin-right: 5px;
}
@media (min-width: 1250px) {
  #regular ul li a {
    font-size: 0.825em;
    margin-right: 10px;
  }
}
@media (min-width: 1580px) {
  #regular ul li a {
    margin-right: 25px;
    font-size: 0.875em;
  }
}
#regular ul li a:hover {
  background: #52247f;
  color: white !important;
}
#regular ul li.current-menu-item > a, #regular ul li.current-page-ancestor > a {
  background: #f8971d;
  color: white;
}
#regular ul li ul {
  text-align: left;
  background: #fbc426;
  float: left;
  position: absolute;
  top: auto;
  left: -999em;
  z-index: 99999;
  padding: 5px 0;
  border-bottom: 10px solid #f8971d;
}
#regular ul li ul li:hover > ul {
  left: 100%;
}
#regular ul li ul li a {
  width: 200px;
  padding: 10px;
  margin: 0;
  font-size: 14px;
  text-transform: none;
  color: #343434;
}
#regular ul li ul ul {
  left: -999em;
  top: 0;
}

.parent-pageid-8 #regular ul li.enroll-parent > a {
  background: #f8971d;
  color: white;
}

li.enroll-parent > a {
  cursor: default;
}

/* customize push menu - - - - - - - - - - - - - - - - - - - - */
#pushwrap {
  float: left;
  display: inline-block;
}
@media (min-width: 1024px) {
  #pushwrap {
    display: none !important;
  }
}
#pushwrap a.menu {
  color: #52247f;
  display: inline-block;
}
#pushwrap a.menu .text-menu {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 32px;
}
#pushwrap a.menu .icon-menu {
  display: table-cell;
  vertical-align: middle;
  font-size: 32px;
  position: relative;
}
#pushwrap a.link {
  color: #5a5a5a;
  font-size: 30px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin: 0 0 0 20px;
}
@media (min-width: 768px) {
  #pushwrap a.link {
    display: none;
  }
}

#push.mm-menu {
  background: #3d1b5f;
}
#push.mm-menu .mm-navbar-top {
  border-color: #5a5a5a;
  background: #2c1343;
}
#push.mm-menu .mm-navbar-top .mm-title {
  color: white;
  font-weight: bold;
  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: #f8971d;
}
#push.mm-menu .mm-navbar-top .mm-prev:before {
  border-color: #f8971d;
}
#push.mm-menu .mm-listview {
  font-size: 16px;
  color: white;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
}
#push.mm-menu .mm-listview li:after {
  border-color: #5a5a5a;
}
#push.mm-menu .mm-listview li .mm-next {
  background: #5f2a93;
  height: 39px;
}
#push.mm-menu .mm-listview li .mm-next:before {
  border-color: transparent;
}
#push.mm-menu .mm-listview li .mm-next:after {
  border-color: white;
}
#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;
}

.single-staff #sidebar-nav li.page-item-118 {
  color: #5a5a5a !important;
}
.single-staff li.menu-item-30 > a, .single-staff li.menu-item-146 > a {
  color: white !important;
  background: #f8971d !important;
}

.archive li.menu-item-26 > a, .category li.menu-item-26 > a, .single-post li.menu-item-26 > a {
  color: white !important;
  background: #f8971d !important;
}

/*==============================================================*/
/*==============================================================*/
footer #orange {
  background: #f8971d;
  color: white;
  padding: 25px 0 20px;
}
@media (min-width: 768px) {
  footer #orange {
    padding: 25px 0 50px;
  }
}
footer #orange .wrap {
  max-width: 1450px;
  width: 92%;
  margin: 0 auto;
}
footer #orange .quote {
  max-width: 1010px;
  background: url(../images/flame.svg) no-repeat center center;
  background-size: contain;
  text-align: center;
  padding: 30px 0 20px;
  margin: 0 auto 15px;
}
@media (min-width: 768px) {
  footer #orange .quote {
    padding: 45px 0 35px;
    margin: 0 auto 5px;
  }
}
footer #orange .quote p {
  font-size: 1.35em;
  line-height: 1.35em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  footer #orange .quote p {
    line-height: 1.5em;
  }
}
footer #orange .quote p:last-of-type {
  margin-bottom: 0;
}
footer #orange .logoline {
  display: table;
  table-layout: fixed;
  width: 100%;
}
footer #orange .logoline div {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
footer #orange .logoline div span {
  display: block;
  height: 1px;
  background: #fbc426;
}
footer #orange .logoline div.logo {
  width: 300px;
}
@media (min-width: 400px) {
  footer #orange .logoline div.logo {
    width: 315px;
  }
}
@media (min-width: 768px) {
  footer #orange .logoline div.logo {
    width: 450px;
  }
}
footer #orange .logoline div.logo img:first-of-type {
  float: left;
  margin-left: 4px;
  width: 50px;
}
@media (min-width: 400px) {
  footer #orange .logoline div.logo img:first-of-type {
    margin-left: 12px;
  }
}
@media (min-width: 768px) {
  footer #orange .logoline div.logo img:first-of-type {
    margin-left: 20px;
    width: 60px;
  }
}
footer #orange .logoline div.logo img:last-of-type {
  float: right;
  margin-right: 4px;
  width: 40px;
}
@media (min-width: 400px) {
  footer #orange .logoline div.logo img:last-of-type {
    margin-right: 12px;
  }
}
@media (min-width: 768px) {
  footer #orange .logoline div.logo img:last-of-type {
    width: 50px;
    margin-right: 20px;
  }
}
footer #orange .logoline div.logo .icon-logo {
  position: relative;
  font-size: 50px;
  top: -10px;
  left: 2px;
}
@media (min-width: 768px) {
  footer #orange .logoline div.logo .icon-logo {
    font-size: 66px;
    top: -19px;
    left: 4px;
  }
}
footer #orange ul.locations {
  margin: 10px 0 0 0;
}
footer #orange ul.locations li {
  vertical-align: top;
  text-align: center;
  padding: 15px;
  max-width: 250px;
  margin: 0 auto;
  border-bottom: 1px solid #fbc426;
}
@media (min-width: 480px) {
  footer #orange ul.locations li {
    max-width: none;
    display: inline-block;
    border-right: 1px solid #fbc426;
    width: 50%;
  }
}
@media (min-width: 768px) {
  footer #orange ul.locations li {
    width: 25%;
    border-bottom: none;
    padding: 5px 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  footer #orange ul.locations li:nth-of-type(even) {
    border-right: none;
  }
  footer #orange ul.locations li:nth-last-of-type(2) {
    border-bottom: none;
  }
}
footer #orange ul.locations li:last-of-type {
  border: none;
}
footer #orange ul.locations li p {
  font-size: 0.8em;
  line-height: 1.5em;
}
footer #orange ul.locations li p:last-of-type {
  margin: 0;
}
footer #orange ul.locations li p.name {
  line-height: 1em;
  margin-bottom: 4px;
}
footer #orange ul.locations li p.city {
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
footer #orange .extralinks {
  border-top: 1px solid #fbc426;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  text-align: center;
}
footer #orange .extralinks a {
  display: inline-block;
  border: 1px solid white;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 8px 16px;
  margin: 0 4px 8px;
  font-size: 14px;
}
footer #orange .extralinks a:hover {
  background: #fbc426;
}

footer #white {
  text-align: center;
}
footer #white .top {
  padding: 15px;
  border-bottom: 1px solid #d8d8d8;
}
footer #white .top #google_translate_element {
  margin: 0 6px 0 0;
}
@media (min-width: 480px) {
  footer #white .top #google_translate_element {
    margin: 0 10px;
  }
}
footer #white .top .social, footer #white .top #google_translate_element, footer #white .top .button {
  vertical-align: middle;
}
footer #white .top .social {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  footer #white .top .social {
    display: inline-block;
    margin: 0;
  }
}
footer #white .top .social li {
  display: inline-block;
  color: #d8d8d8;
  font-size: 20px;
  margin: 0 5px;
}
footer #white .top .button {
  display: inline-block;
  background: #f8971d;
}
footer #white .bottom {
  padding: 15px;
  color: #5a5a5a;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
footer #white .bottom #backtotop {
  display: inline-block;
  background: #d8d8d8;
  color: gray;
  font-size: 10px;
  letter-spacing: 0;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  padding: 4px 8px;
  margin: 20px 0 0 0;
}
@media (min-width: 480px) {
  footer #white .bottom #backtotop {
    display: none;
  }
}

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 2;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  content: "\e91e";
}
[dir=rtl] .slick-prev:before {
  content: "\e915";
}

.slick-next {
  right: 0px;
}
[dir=rtl] .slick-next {
  left: 0px;
  right: auto;
}
.slick-next:before {
  content: "\e915";
}
[dir=rtl] .slick-next:before {
  content: "\e91e";
}

/* 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: 1;
}
.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;
}

/* 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;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

body {
  background: white;
  color: #5a5a5a;
  font-family: "Century Gothic W01";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

strong {
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
}

em {
  font-family: "CenturyGothicW01-Italic";
  font-style: normal;
  font-weight: normal;
}

strong em, em strong {
  font-family: "CenturyGothicW01-BoldIt";
  font-style: normal;
  font-weight: normal;
}

a:hover {
  color: #52247f !important;
}

#main {
  clear: both;
}

.button {
  text-decoration: none;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-family: "Century Gothic W01";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  padding: 6px 25px 4px;
}
.button span, .button:before {
  font-size: 25px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.button:hover {
  background: #5a5a5a !important;
  color: white !important;
}

.footnote {
  font-size: 0.8em !important;
}

/*==============================================================*/
/*==============================================================*/
#content .wrap {
  max-width: 1450px;
  width: 92%;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  padding: 40px 0 60px;
}
#content .wrap #full {
  width: 100%;
  text-align: center;
}
#content .wrap #primary {
  margin-bottom: 100px;
}
@media (min-width: 850px) {
  #content .wrap #primary {
    vertical-align: top;
    display: table-cell;
    margin: 0;
    padding-right: 50px;
  }
}
#content .wrap #secondary {
  margin-top: 50px;
}
@media (min-width: 850px) {
  #content .wrap #secondary {
    margin: 0;
    vertical-align: top;
    display: table-cell;
    width: 250px;
  }
}
@media (min-width: 1250px) {
  #content .wrap #secondary {
    width: 320px;
  }
}

/*==============================================================*/
/*==============================================================*/
#hero {
  background-size: cover !important;
  background-position: center center;
}
#hero .overlay {
  background: rgba(82, 36, 127, 0.85);
  height: 100%;
  position: relative;
}
#hero .overlay .wrap {
  text-align: center;
  max-width: 1450px;
  width: 92%;
  margin: 0 auto;
  padding: 50px 0 70px;
}
@media (min-width: 600px) {
  #hero .overlay .wrap {
    padding: 100px 0 150px;
  }
}
#hero .overlay .wrap h1 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 2em;
}
@media (min-width: 600px) {
  #hero .overlay .wrap h1 {
    font-size: 3em;
  }
}
@media (min-width: 768px) {
  #hero .overlay .wrap h1 {
    font-size: 3.5em;
  }
}
@media (min-width: 1024px) {
  #hero .overlay .wrap h1 {
    font-size: 5em;
  }
}
@media (min-width: 1250px) {
  #hero .overlay .wrap h1 {
    font-size: 5.25em;
  }
}
#hero .overlay .wrap h1 span {
  display: block;
  margin: 0 0 10px 0;
  color: #fbc426;
  font-size: 60%;
}
#hero .overlay .wrap p {
  color: #fbc426;
  margin: 20px 0 0 0;
  line-height: 1.5em;
  font-size: 1em;
}
@media (min-width: 600px) {
  #hero .overlay .wrap p {
    font-size: 1.25em;
  }
}
@media (min-width: 1250px) {
  #hero .overlay .wrap p {
    padding: 0 180px;
  }
}
#hero .overlay .wrap img {
  width: 50%;
  max-width: 525px;
}

.breadcrumbs {
  color: white;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.06em;
  padding: 12px;
  display: none;
}
@media (min-width: 768px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs a {
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
}
.breadcrumbs a:hover {
  color: #f8971d !important;
}
.breadcrumbs span {
  display: inline-block;
}
.breadcrumbs span:before {
  content: "»";
  color: #fbc426;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  margin: 0 5px;
  position: relative;
  top: -1px;
}

/*==============================================================*/
/*==============================================================*/
.nav-links {
  width: 100%;
  margin: 50px 0 25px;
  border-top: 7px solid #d8d8d8;
  overflow: hidden;
  padding: 5px 0;
}
.nav-links .nav-next, .nav-links .nav-previous {
  width: 50%;
}
.nav-links .nav-next a, .nav-links .nav-previous a {
  color: #f8971d;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}
.nav-links .nav-next {
  float: right;
  text-align: right;
}
.nav-links .nav-next a:after {
  content: "»";
  margin: 0 0 0 4px;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-previous a:before {
  content: "«";
  margin: 0 4px 0 0;
}

.ssba > div {
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.ssba a:first-of-type {
  margin-left: 5px;
}
.ssba img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*==============================================================*/
/*==============================================================*/
.filterbutton {
  font-family: "Century Gothic W01";
  font-style: normal;
  font-weight: normal;
  position: relative;
  display: inline-block;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 13px;
  margin: 0 1px 4px;
  padding: 6px 10px 4px;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .filterbutton {
    background: none;
    float: left;
    margin: 0 0 10px 0;
    padding: 0 10px 0 0;
    height: 25px;
    font-size: 14px;
  }
}
@media (min-width: 1250px) {
  .filterbutton {
    font-size: 16px;
  }
}
.filterbutton span {
  display: inline-block;
  color: #f8971d;
  border-bottom: 5px solid transparent;
}
@media (min-width: 768px) {
  .filterbutton:after {
    content: "|";
    margin: 0 0 0 12px;
    color: #d8d8d8;
  }
}
.filterbutton:last-of-type:after {
  display: none;
}
.filterbutton:hover span {
  color: #52247f;
}
.filterbutton.is-checked {
  background: #d8d8d8;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
}
@media (min-width: 768px) {
  .filterbutton.is-checked {
    background: none;
    top: -1px;
  }
}
.filterbutton.is-checked span {
  color: #52247f;
}
@media (min-width: 768px) {
  .filterbutton.is-checked span {
    border-bottom: 5px solid #fbc426;
    color: #fbc426;
  }
}

.button-group {
  text-align: center;
}
@media (min-width: 768px) {
  .button-group {
    text-align: left;
  }
}
.button-group span.sort {
  display: block;
  color: #f8971d;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  margin: 0 0 6px 0;
}
@media (min-width: 768px) {
  .button-group span.sort {
    margin: 0;
    padding: 3px 10px 0 0;
    float: left;
    display: inline-block;
    border-bottom: 5px solid transparent;
    font-size: 14px;
  }
}
@media (min-width: 1250px) {
  .button-group span.sort {
    font-size: 16px;
    padding-top: 1px;
  }
}
.button-group:after {
  content: "";
  display: block;
  clear: both;
}

.grid {
  width: 100%;
  margin: 15px auto;
  border-top: 1px solid #d8d8d8;
  padding: 30px 0 0 0;
}
.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid-item, .grid-sizer {
  width: 47%;
}
@media (min-width: 600px) {
  .grid-item, .grid-sizer {
    width: 31.33%;
  }
}
@media (min-width: 768px) {
  .grid-item, .grid-sizer {
    width: 22%;
  }
}
@media (min-width: 850px) {
  .grid-item, .grid-sizer {
    width: 31.33%;
  }
}
@media (min-width: 1250px) {
  .grid-item, .grid-sizer {
    width: 22%;
  }
}

.gutter-sizer {
  width: 6%;
}
@media (min-width: 600px) {
  .gutter-sizer {
    width: 3%;
  }
}
@media (min-width: 768px) {
  .gutter-sizer {
    width: 4%;
  }
}
@media (min-width: 850px) {
  .gutter-sizer {
    width: 3%;
  }
}
@media (min-width: 1250px) {
  .gutter-sizer {
    width: 4%;
  }
}

.grid-item {
  height: auto;
  float: left;
  text-align: center;
  padding-bottom: 60px;
}
.grid-item img {
  display: block;
  border-bottom: 10px solid #fbc426;
  margin: 0 0 10px 0;
}
.grid-item h3 {
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  color: #52247f;
  font-size: 1em;
}
.grid-item p.school {
  color: #fbc426;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 8px 0;
  font-size: 12px;
}
.grid-item p.title {
  color: #5a5a5a;
  margin: 0;
  font-size: 14px;
}
.grid-item a:hover img {
  border-color: #f8971d;
}
.grid-item a:hover h3 {
  color: #5a5a5a;
}

/*==============================================================*/
/*==============================================================*/
.biolayout {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.biolayout .left {
  vertical-align: top;
  margin: 0 0 40px 0;
  text-align: center;
}
@media (min-width: 850px) {
  .biolayout .left {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .biolayout .left {
    margin: 0;
    display: table-cell;
    width: 33%;
    padding: 0 30px 0 0;
  }
}
@media (min-width: 1250px) {
  .biolayout .left {
    width: 400px;
    padding: 0 50px 0 0;
  }
}
.biolayout .left img {
  border-bottom: 10px solid #fbc426;
  display: block;
  margin: 0 auto 20px;
  max-width: 250px;
}
@media (min-width: 850px) {
  .biolayout .left img {
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .biolayout .left img {
    max-width: 100%;
  }
}
.biolayout .left p {
  font-size: 0.9em;
  color: #52247f;
  margin: 0 0 10px 0;
}
.biolayout .left p a:hover {
  color: #f8971d !important;
}
.biolayout .left span {
  vertical-align: middle;
  color: #f8971d;
  font-size: 1.1em;
  margin: 0 5px 0 0;
}
.biolayout .left span.icon-email {
  font-size: 1.3em !important;
}
.biolayout .right {
  vertical-align: top;
  text-align: center;
}
@media (min-width: 850px) {
  .biolayout .right {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .biolayout .right {
    display: table-cell;
  }
}
.biolayout .right header {
  margin: 0 0 30px 0;
}
@media (min-width: 1024px) {
  .biolayout .right header {
    margin-bottom: 40px;
  }
}
.biolayout .right header h2 {
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  color: #52247f;
  text-transform: uppercase;
  font-size: 1.75em;
  margin: 0 0 10px 0;
}
.biolayout .right header p {
  font-size: 0.9em;
  margin: 0 0 6px 0;
}
.biolayout .right header p.school {
  color: #f8971d;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.biolayout .right header p.title {
  color: #5a5a5a;
}
.biolayout .right p {
  line-height: 1.3em;
  margin: 0 0 1.75em;
}
.biolayout .right a.back {
  display: block;
  margin: 60px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #d8d8d8;
  color: #f8971d;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}

/*==============================================================*/
/*==============================================================*/
article.news-excerpt .datecircle, article.news-single .datecircle {
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  background: #f8971d;
  color: white;
  width: 60px;
  height: 60px;
}
article.news-excerpt .datecircle .wrap, article.news-single .datecircle .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 0 !important;
}
article.news-excerpt .datecircle span, article.news-single .datecircle span {
  display: block;
}
article.news-excerpt .datecircle .month, article.news-excerpt .datecircle .year, article.news-single .datecircle .month, article.news-single .datecircle .year {
  font-size: 11px;
}
article.news-excerpt .datecircle .day, article.news-single .datecircle .day {
  font-size: 24px;
  line-height: 20px;
  letter-spacing: -0.01em;
  margin: 1px 0;
}
article.news-excerpt p.meta, article.news-single p.meta {
  display: block;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 8px 0;
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 15px;
  color: #52247f;
  font-family: "CenturyGothicW01-Italic";
  font-style: normal;
  font-weight: normal;
}
article.news-excerpt p.meta a, article.news-single p.meta a {
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  color: #52247f;
}
article.news-excerpt p.meta a:hover, article.news-single p.meta a:hover {
  color: #f8971d !important;
}

article.news-excerpt {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 60px 0;
}
@media (min-width: 480px) {
  article.news-excerpt {
    margin: 0 0 100px 0;
  }
}
@media (min-width: 480px) {
  article.news-excerpt .date, article.news-excerpt .excerpt {
    display: table-cell;
    vertical-align: top;
  }
}
article.news-excerpt .date {
  width: 60px;
  margin: 0 auto 15px;
}
@media (min-width: 480px) {
  article.news-excerpt .date {
    margin: 0;
    width: 75px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  article.news-excerpt .date {
    width: 105px;
  }
}
@media (min-width: 768px) {
  article.news-excerpt .datecircle {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 768px) {
  article.news-excerpt .datecircle .month, article.news-excerpt .datecircle .year {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  article.news-excerpt .datecircle .day {
    font-size: 48px;
    line-height: 40px;
  }
}
article.news-excerpt h2 {
  color: #f8971d;
  font-size: 1.35em;
  margin-bottom: 10px;
}
article.news-excerpt p {
  font-size: 1em;
  line-height: 1.4em;
  margin: 0;
}
article.news-excerpt p a.readmore {
  color: #f8971d;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
}

article.news-single h2 {
  color: #f8971d;
  font-size: 1.75em;
  margin: 0 0 10px 0;
}
article.news-single .meta-data {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 25px;
}
article.news-single .meta-data .date, article.news-single .meta-data .metawrap {
  display: table-cell;
  vertical-align: middle;
}
article.news-single .meta-data .date {
  width: 60px;
}
article.news-single .meta-data .metawrap {
  padding-left: 15px;
}

.search article.news-excerpt {
  margin-bottom: 40px;
}

/*==============================================================*/
/*==============================================================*/
.entry-content h3 {
  color: #52247f;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0 0 0.75em 0;
}
.entry-content h4 {
  color: #f8971d;
  font-family: "Century Gothic W01";
  font-style: normal;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0 0 0.75em 0;
}
.entry-content h3 + img, .entry-content h4 + img {
  margin-top: -10px;
}
.entry-content p {
  font-size: 1em;
  line-height: 1.6em;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .entry-content p {
    margin-bottom: 40px;
  }
}
.entry-content p + ul, .entry-content p + ol {
  margin-top: -20px;
}
@media (min-width: 600px) {
  .entry-content p + ul, .entry-content p + ol {
    margin-top: -30px;
  }
}
.entry-content hr {
  border: none;
  border-top: 1px solid #d8d8d8;
  margin: 2em auto;
  padding: 0;
}
.entry-content ul {
  margin: 30px 0 30px 30px;
}
@media (min-width: 600px) {
  .entry-content ul {
    margin-bottom: 40px;
  }
}
.entry-content ul li {
  color: #747474;
  position: relative;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.entry-content ul li:before {
  position: absolute;
  content: "•";
  color: #f8971d;
  margin-left: -20px;
  font-size: 18px;
}
.entry-content ul li ul {
  margin: 5px 0 0 30px;
}
.entry-content ul li ul li {
  margin-bottom: 0.5em;
}
.entry-content ul li ul li:before {
  color: #d8d8d8;
}
.entry-content ul.twocol {
  margin-left: 0;
  -webkit-columns: 2 250px;
  -moz-columns: 2 250px;
  columns: 2 250px;
  -webkit-column-rule: 1px solid #d8d8d8;
  -moz-column-rule: 1px solid #d8d8d8;
  column-rule: 1px solid #d8d8d8;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
@media (min-width: 1580px) {
  .entry-content ul.twocol {
    -webkit-column-gap: 180px;
    -moz-column-gap: 180px;
    column-gap: 180px;
  }
}
.entry-content ul.twocol li {
  margin-bottom: 8px;
  line-height: 1.25em;
}
.entry-content ul.twocol li:before {
  display: none;
}
.entry-content ol {
  margin: 30px 0 30px 15px;
}
@media (min-width: 600px) {
  .entry-content ol {
    margin-bottom: 40px;
  }
}
.entry-content ol li {
  color: #747474;
  line-height: 1.4em;
  counter-increment: numerals;
  margin-bottom: 1.5em;
  margin-left: 30px;
}
@media (min-width: 600px) {
  .entry-content ol li {
    margin-left: 40px;
  }
}
.entry-content ol li:before {
  content: counter(numerals);
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  color: #f8971d;
  font-size: 1.25em;
  line-height: 1em;
  margin: 0 0 0 -30px;
}
@media (min-width: 600px) {
  .entry-content ol li:before {
    font-size: 1.5em;
    margin: 0 0 0 -40px;
  }
}
.entry-content a {
  color: #f8971d;
}
.entry-content a.button {
  background: #f8971d;
  color: white;
  text-decoration: none;
}
.entry-content a.button:hover {
  color: white !important;
}
.entry-content blockquote p {
  color: #f8971d;
  font-size: 1.3em;
}
.entry-content table tr {
  padding-bottom: 30px;
  float: left;
  width: 100%;
}
.entry-content table td {
  vertical-align: top;
  line-height: 1.4em;
  display: block;
}
@media (min-width: 600px) {
  .entry-content table td {
    display: table-cell;
  }
}
.entry-content table img {
  margin: 0 auto;
  float: none;
  border: none;
  max-width: 52px;
}
.entry-content table td:first-of-type {
  width: 100%;
  text-align: center;
  padding: 0 0 10px 0;
}
@media (min-width: 600px) {
  .entry-content table td:first-of-type {
    width: 72px;
    border-right: 1px solid #d8d8d8;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 600px) {
  .entry-content table td:last-of-type {
    padding: 0 0 0 20px;
  }
}
.entry-content .belowIntro {
  margin-bottom: 90px;
}
.entry-content .gallery.cf {
  display: table;
  margin: 0 auto 40px;
  text-align: center;
  background: #f1f1f1;
  padding: 50px 30px 40px;
}
.entry-content .gallery.cf .gallery-item {
  display: inline-block;
  vertical-align: text-top;
  width: 250px;
  padding: 0 5px 0px;
  margin-bottom: 10px;
}
.entry-content .gallery.cf .gallery-item:before {
  display: none !important;
}
.entry-content img.svg {
  border: none;
  margin: 0 auto 15px;
  width: auto;
  display: block;
}

.purple, .purple * {
  color: #52247f !important;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
}

.page .entry-content h3 {
  color: #f8971d;
  text-transform: uppercase;
  font-family: "Century Gothic W01";
  font-style: normal;
  font-weight: normal;
  font-size: 1.75em;
  letter-spacing: 0.05em;
}

/*==============================================================*/
/*==============================================================*/
.bio-layout ul li {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 50px 0 0 0;
  border-top: 1px solid #d8d8d8;
  margin: 50px 0 0 0;
}
.bio-layout ul li .headshot, .bio-layout ul li .bio {
  vertical-align: top;
}
@media (min-width: 600px) and (max-width: 849px), (min-width: 1024px) {
  .bio-layout ul li .headshot, .bio-layout ul li .bio {
    display: table-cell;
  }
}
@media (min-width: 600px) and (max-width: 849px), (min-width: 1024px) {
  .bio-layout ul li .headshot {
    width: 30%;
  }
}
.bio-layout ul li .headshot img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: block;
  max-width: 250px;
}
@media (min-width: 600px) and (max-width: 849px), (min-width: 1024px) {
  .bio-layout ul li .headshot img {
    margin: 0;
    max-width: 100%;
  }
}
.bio-layout ul li .bio {
  text-align: center;
}
@media (min-width: 600px) and (max-width: 849px), (min-width: 1024px) {
  .bio-layout ul li .bio {
    text-align: left;
    padding-left: 25px;
  }
}
@media (min-width: 1024px) {
  .bio-layout ul li .bio {
    padding-left: 40px;
  }
}
.bio-layout ul li .bio h3 {
  font-size: 1.35em;
  color: #52247f;
  margin-bottom: 10px;
}
.bio-layout ul li .bio p {
  font-size: 1em;
  line-height: 1.25em;
}
.bio-layout ul li .bio p.title {
  color: #f8971d;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.bio-layout ul li .bio .affiliations p {
  font-family: "CenturyGothicW01-Italic";
  font-style: normal;
  font-weight: normal;
  color: #f8971d;
  margin-bottom: 5px;
}
.bio-layout ul li .bio h3 + .text, .bio-layout ul li .bio .title + .text, .bio-layout ul li .bio .affiliations + .text {
  margin-top: 30px;
}
.bio-layout ul li .bio .text p {
  line-height: 1.6em;
  margin-bottom: 20px;
}
.bio-layout ul li .bio .text p:last-of-type {
  margin-bottom: 0;
}
.bio-layout ul li .bio .text p strong {
  color: #f8971d;
}

/*==============================================================*/
/*==============================================================*/
.expander {
  margin-bottom: 10px;
}

.expand {
  color: #52247f;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  line-height: 1.2em;
  padding: 4px 0 4px 35px;
}
@media (min-width: 480px) {
  .expand {
    padding: 8px 0 6px 45px;
  }
}
.expand:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
  content: "\e917";
  border: 1px solid #d8d8d8;
  color: #f8971d;
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 11px;
}
@media (min-width: 480px) {
  .expand:before {
    font-size: 15px;
    left: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.expand.open:before {
  content: "\e919";
}
.expand:hover {
  color: #8d8d8d;
}

.toggled {
  width: 100%;
  display: none;
  padding: 10px 15px 25px 35px;
}
@media (min-width: 480px) {
  .toggled {
    padding: 10px 15px 25px 45px;
  }
}
.toggled *:last-child {
  margin-bottom: 0;
}

.faq-accordion {
  margin-bottom: 60px;
}

.archive-accordion h2 {
  font-family: "Century Gothic W01";
  font-style: normal;
  font-weight: normal;
  color: #f8971d;
  font-size: 3em;
  letter-spacing: 0.1em;
}
.archive-accordion li {
  line-height: 1.35em;
  margin-top: 30px;
}
.archive-accordion li h4 {
  color: #52247f;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
}
.archive-accordion li a.agenda {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  color: #f8971d;
}
.archive-accordion li a.agenda span {
  position: relative;
  top: 1px;
  margin-right: 4px;
}
.archive-accordion .expander {
  margin-bottom: 60px;
}

/*==============================================================*/
/*==============================================================*/
ul.schools-enroll {
  border-top: 1px solid #d8d8d8;
}
ul.schools-enroll li {
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px solid #d8d8d8;
  padding: 30px 0;
}
@media (min-width: 768px) {
  ul.schools-enroll li {
    width: 50%;
  }
  ul.schools-enroll li:nth-of-type(even) .inner {
    border-left: 1px solid #d8d8d8;
  }
}
ul.schools-enroll li:last-of-type {
  border-bottom: none;
}
ul.schools-enroll li .inner {
  padding: 0 25px;
  max-width: 400px;
}
@media (min-width: 768px) {
  ul.schools-enroll li .inner {
    max-width: none;
  }
}
ul.schools-enroll img {
  display: block;
  margin: 0 auto 30px;
  width: 200px;
}
@media (min-width: 1024px) {
  ul.schools-enroll img {
    width: 250px;
  }
}
ul.schools-enroll p {
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  font-size: 0.9em;
  line-height: 1.35em;
}
@media (min-width: 1024px) {
  ul.schools-enroll p {
    font-size: 1em;
  }
}
ul.schools-enroll p:last-of-type {
  margin-bottom: 0;
}
ul.schools-enroll a {
  text-decoration: underline;
  color: #52247f;
}
ul.schools-enroll a:hover {
  color: #5a5a5a !important;
}
ul.schools-enroll a.button {
  background: #f8971d;
  color: white;
  text-decoration: none;
}
ul.schools-enroll a.button:hover {
  color: white !important;
}

/*==============================================================*/
/*==============================================================*/
.entry-content .gform_wrapper ul.gform_fields {
  margin: 0;
}
.entry-content .gform_wrapper li {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
  line-height: 1;
}
.entry-content .gform_wrapper li:before {
  display: none;
}
.entry-content .gform_wrapper label, .entry-content .gform_wrapper .gfield_description {
  display: block;
  font-size: 12px;
  color: #5a5a5a;
  margin: 4px 0 0 0;
}
.entry-content .gform_wrapper label.gfield_label, .entry-content .gform_wrapper .gfield_description.gfield_label {
  font-size: 0.8em;
  color: #52247f;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  margin: 0 0 3px 0;
}
.entry-content .gform_wrapper .gfield_required {
  color: green;
}
.entry-content .gform_wrapper input, .entry-content .gform_wrapper textarea, .entry-content .gform_wrapper select {
  width: 100%;
  font-family: "Century Gothic W01";
  font-style: normal;
  font-weight: normal;
  box-shadow: none;
  border: 1px solid #d8d8d8;
  font-size: 0.9em;
  padding: 8px;
  height: 40px;
  background: rgba(216, 216, 216, 0.25);
}
.entry-content .gform_wrapper textarea {
  height: 200px;
}
.entry-content .gform_wrapper .gform_validation_container {
  display: none;
}
@media (min-width: 600px) {
  .entry-content .gform_wrapper .form-left {
    width: 48%;
    float: left;
  }
}
@media (min-width: 600px) {
  .entry-content .gform_wrapper .form-right {
    width: 48%;
    float: right;
    clear: right;
  }
}
@media (min-width: 600px) {
  .entry-content .gform_wrapper .form-third-left {
    width: 30.667%;
    float: left;
    clear: left;
  }
}
@media (min-width: 600px) {
  .entry-content .gform_wrapper .form-third-middle {
    width: 30.667%;
    float: left;
    clear: none;
    margin: 0 4%;
  }
}
@media (min-width: 600px) {
  .entry-content .gform_wrapper .form-third-right {
    width: 30.667%;
    float: left;
    clear: right;
  }
}
.entry-content .gform_wrapper .form-address span {
  display: block;
}
.entry-content .gform_wrapper .form-address span.gfield_required {
  display: inline-block;
}
.entry-content .gform_wrapper .form-address .address_line_1 {
  margin-bottom: 15px;
}
.entry-content .gform_wrapper .form-address .address_city {
  float: left;
  width: 41%;
  margin-right: 4%;
}
.entry-content .gform_wrapper .form-address .address_state {
  float: left;
  width: 28%;
}
.entry-content .gform_wrapper .form-address .address_zip {
  float: right;
  width: 23%;
  margin-left: 4%;
}
.entry-content .gform_wrapper ul.gfield_checkbox, .entry-content .gform_wrapper ul.gfield_radio {
  margin: 0;
}
.entry-content .gform_wrapper ul.gfield_checkbox li, .entry-content .gform_wrapper ul.gfield_radio li {
  display: inline-block;
  margin: 5px 20px 0 0;
}
.entry-content .gform_wrapper ul.gfield_checkbox li input, .entry-content .gform_wrapper ul.gfield_checkbox li label, .entry-content .gform_wrapper ul.gfield_radio li input, .entry-content .gform_wrapper ul.gfield_radio li label {
  display: inline-block;
  margin: 0;
  height: 20px;
  width: auto;
  vertical-align: middle;
  font-size: 0.9em;
}
.entry-content .gform_wrapper ul.gfield_radio li input {
  width: 20px;
  margin-right: 2px;
}
.entry-content .gform_wrapper .gsection {
  margin: 60px 0 20px 0;
}
.entry-content .gform_wrapper .gsection h2 {
  text-transform: uppercase;
  color: #f8971d;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 1.2em;
  margin: 0;
  padding: 0 0 5px 0;
  border-bottom: 5px solid #fbc426;
}
.entry-content .gform_wrapper #field_1_12, .entry-content .gform_wrapper #field_1_28 {
  margin-top: -15px;
}
.entry-content .gform_wrapper p:last-of-type {
  margin-bottom: 0;
}
.entry-content .gform_wrapper .gform_button {
  text-transform: uppercase;
  padding: 0;
  line-height: 38px;
  height: 40px;
  cursor: pointer;
  color: white;
  background: transparent;
  border: 1px solid #f8971d;
  color: #f8971d;
  font-size: 1.25em;
  width: 200px;
}
.entry-content .gform_wrapper .gform_button:hover {
  background: #52247f !important;
  color: white !important;
}
.entry-content .gform_wrapper .validation_error {
  color: #f8971d;
  margin-bottom: 30px;
  font-size: 1.25em;
}
.entry-content .gform_wrapper li.gfield_error input, .entry-content .gform_wrapper li.gfield_error textarea, .entry-content .gform_wrapper li.gfield_error select {
  border: 1px solid #fbc426;
}
.entry-content .gform_wrapper li.gfield_error .validation_message {
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
  color: #f8971d;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  margin: 4px 0 0 0;
}

.gform_confirmation_message {
  color: #f8971d;
  font-size: 1.25em;
}

#ui-datepicker-div {
  background: #52247f;
  padding: 5px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  background: #7835bb;
  color: white;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  float: left;
  padding: 2px 5px;
  font-size: 12px;
  width: 48%;
  text-transform: uppercase;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover {
  background: #fbc426;
  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: #f8971d;
  padding: 5px;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  padding: 5px;
  display: block;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  background: #fbc426;
  color: white !important;
}

/*==============================================================*/
/*==============================================================*/
#infographic.academies {
  padding: 0 0 30px 0;
}
@media (min-width: 600px) {
  #infographic.academies {
    padding: 20px 0 60px;
  }
}
@media (min-width: 1250px) {
  #infographic.academies {
    padding: 0 0 60px 0;
  }
}
#infographic.academies .wrap {
  padding: 0;
  width: 100%;
}
#infographic.academies .wrap .map {
  float: none;
  margin: 0 auto;
}
@media (min-width: 600px) {
  #infographic.academies .wrap .map {
    position: relative;
    width: 480px;
  }
}
@media (min-width: 1024px) {
  #infographic.academies .wrap .map {
    width: 600px;
  }
}
@media (min-width: 1250px) {
  #infographic.academies .wrap .map {
    width: 750px;
  }
}
@media (min-width: 1580px) {
  #infographic.academies .wrap .map {
    width: 970px;
  }
}
#infographic.academies .wrap .map img {
  display: none;
}
@media (min-width: 600px) {
  #infographic.academies .wrap .map img {
    display: block;
  }
}
#infographic.academies .wrap .map .location {
  height: 30px;
  line-height: 30px;
  font-size: 0.9em;
  margin: 0 0 8px 0;
}
@media (min-width: 600px) {
  #infographic.academies .wrap .map .location {
    margin: 0;
    position: absolute;
    padding: 0 45px 0 10px;
  }
}
@media (min-width: 1250px) {
  #infographic.academies .wrap .map .location {
    padding: 0 45px 0 10px;
  }
}
@media (min-width: 1580px) {
  #infographic.academies .wrap .map .location {
    font-size: 1.25em;
    height: 40px;
    line-height: 40px;
    padding: 0 60px 0 10px;
  }
}
#infographic.academies .wrap .map .location:before {
  font-size: 24px;
}
@media (min-width: 1580px) {
  #infographic.academies .wrap .map .location:before {
    font-size: 30px;
  }
}
@media (min-width: 600px) {
  #infographic.academies .wrap .map .location.springfield {
    top: 175px;
    left: 105px;
  }
}
@media (min-width: 1024px) {
  #infographic.academies .wrap .map .location.springfield {
    top: 210px;
    left: 143px;
  }
}
@media (min-width: 1250px) {
  #infographic.academies .wrap .map .location.springfield {
    top: 257px;
    left: 188px;
  }
}
@media (min-width: 1580px) {
  #infographic.academies .wrap .map .location.springfield {
    top: 335px;
    left: 240px;
  }
}
@media (min-width: 600px) {
  #infographic.academies .wrap .map .location.springfield:before {
    content: "\e912";
    left: 20px;
    top: -23px;
  }
}
@media (min-width: 1580px) {
  #infographic.academies .wrap .map .location.springfield:before {
    top: -29px;
  }
}
@media (min-width: 600px) {
  #infographic.academies .wrap .map .location.lawrence {
    top: -13px;
    left: 228px;
  }
}
@media (min-width: 1024px) {
  #infographic.academies .wrap .map .location.lawrence {
    top: -5px;
    left: 310px;
  }
}
@media (min-width: 1250px) {
  #infographic.academies .wrap .map .location.lawrence {
    top: 11px;
    left: 405px;
  }
}
@media (min-width: 1580px) {
  #infographic.academies .wrap .map .location.lawrence {
    top: 11px;
    left: 507px;
  }
}
@media (min-width: 600px) {
  #infographic.academies .wrap .map .location.lawrence:before {
    content: "\e914";
    bottom: -23px;
    left: 75px;
  }
}
@media (min-width: 1580px) {
  #infographic.academies .wrap .map .location.lawrence:before {
    bottom: -29px;
    left: 115px;
  }
}
@media (min-width: 600px) {
  #infographic.academies .wrap .map .location.chelsea {
    top: 77px;
    right: 167px;
  }
}
@media (min-width: 1024px) {
  #infographic.academies .wrap .map .location.chelsea {
    top: 95px;
    right: 14px;
  }
}
@media (min-width: 1250px) {
  #infographic.academies .wrap .map .location.chelsea {
    top: 125px;
    right: 58px;
  }
}
@media (min-width: 1580px) {
  #infographic.academies .wrap .map .location.chelsea {
    top: 163px;
    right: 70px;
  }
}
@media (min-width: 600px) {
  #infographic.academies .wrap .map .location.chelsea:before {
    content: "\e91d";
    top: 4px;
    left: 146px;
  }
}
@media (min-width: 768px) {
  #infographic.academies .wrap .map .location.chelsea:before {
    left: 154px;
  }
}
@media (min-width: 1024px) {
  #infographic.academies .wrap .map .location.chelsea:before {
    content: "\e913";
    top: 6px;
    left: -19px;
  }
}
@media (min-width: 1580px) {
  #infographic.academies .wrap .map .location.chelsea:before {
    left: -24px;
  }
}
@media (min-width: 600px) {
  #infographic.academies .wrap .map .location span {
    padding: 0 27px 0 0;
  }
}
@media (min-width: 1250px) {
  #infographic.academies .wrap .map .location span {
    padding: 0 35px 0 0;
  }
}
#infographic.academies .wrap .map .location span: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: "\e909";
  color: #f8971d;
  position: absolute;
  font-size: 22px;
  left: 5px;
  top: 4px;
}
@media (min-width: 600px) {
  #infographic.academies .wrap .map .location span:after {
    left: auto;
    right: 0px;
    top: -5px;
    font-size: 40px;
  }
}
@media (min-width: 1580px) {
  #infographic.academies .wrap .map .location span:after {
    top: -5px;
    font-size: 50px;
  }
}
#infographic.academies .wrap .map .location a {
  font-size: 14px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
@media (min-width: 1580px) {
  #infographic.academies .wrap .map .location a {
    font-size: 24px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}

.academy-contact {
  max-width: 1450px;
  width: 92%;
  margin: 0 auto;
  text-align: center;
  color: #52247f;
  line-height: 1.5em;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 40px;
  padding-bottom: 40px;
}
.academy-contact strong {
  color: #f8971d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.academy-contact a.viewmap {
  position: relative;
  margin: 8px 0 0 5px;
  top: -2px;
  display: inline-block;
  border: 1px solid #d8d8d8;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
  padding: 4px 20px;
}
.academy-contact a.viewmap:hover {
  background: #fbc426;
}
.academy-contact a.button {
  background: #f8971d;
  padding: 0 25px;
  line-height: 30px;
  margin-top: 20px;
}

/*==============================================================*/
/*==============================================================*/
ul.timeline {
  margin-left: 0;
  margin-top: 60px !important;
}
ul.timeline > li {
  position: relative;
  margin-bottom: 0;
}
ul.timeline > li:before {
  display: none;
}
@media (min-width: 480px) {
  ul.timeline > li:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #f8971d;
    position: absolute;
    top: 0;
    left: 30px;
  }
}
@media (min-width: 768px) {
  ul.timeline > li:after {
    left: 40px;
  }
}
@media (min-width: 1024px) {
  ul.timeline > li:after {
    left: 50px;
  }
}
ul.timeline > li:first-of-type:after {
  height: 50%;
  top: auto;
  bottom: 0;
}
ul.timeline > li:last-of-type:after {
  height: 50%;
}
ul.timeline > li:last-of-type .row {
  padding: 0;
}
ul.timeline > li .row {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 0 50px 0;
}
@media (min-width: 480px) {
  ul.timeline > li .year, ul.timeline > li .content {
    display: table-cell;
    vertical-align: middle;
  }
}
ul.timeline > li .year {
  position: relative;
}
@media (min-width: 480px) {
  ul.timeline > li .year {
    width: 60px;
  }
}
@media (min-width: 768px) {
  ul.timeline > li .year {
    width: 80px;
  }
}
@media (min-width: 1024px) {
  ul.timeline > li .year {
    width: 100px;
  }
}
ul.timeline > li .year:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #f8971d;
}
@media (min-width: 480px) {
  ul.timeline > li .year:after {
    display: none;
  }
}
ul.timeline > li .year span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 2;
  background: #f8971d;
  color: white;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 57px;
  font-size: 1.25em;
  margin: 0 auto 15px;
}
@media (min-width: 480px) {
  ul.timeline > li .year span {
    margin: 0;
  }
}
@media (min-width: 768px) {
  ul.timeline > li .year span {
    width: 80px;
    height: 80px;
    line-height: 78px;
    font-size: 1.5em;
  }
}
@media (min-width: 1024px) {
  ul.timeline > li .year span {
    width: 100px;
    height: 100px;
    line-height: 95px;
    font-size: 1.75em;
  }
}
ul.timeline > li .content {
  padding: 0 20px;
}
@media (min-width: 480px) {
  ul.timeline > li .content {
    padding: 0 0 0 30px;
  }
}
ul.timeline > li .content ul {
  margin-left: 18px;
  margin-bottom: 30px;
}
ul.timeline > li .content *:last-child {
  margin-bottom: 0;
}

/*==============================================================*/
/*==============================================================*/
section.careers p, section.careers li {
  line-height: 1.4em;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  section.careers p, section.careers li {
    font-size: 15px;
  }
}
@media (min-width: 1250px) {
  section.careers p, section.careers li {
    font-size: 16px;
  }
}
section.careers p:last-child, section.careers li:last-child {
  margin-bottom: 0;
}
section.careers li {
  margin-bottom: 8px;
  line-height: 1.3em;
}
section.careers h2 {
  color: #f8971d;
  line-height: 1.1em;
  font-size: 38px;
}
@media (min-width: 768px) {
  section.careers h2 {
    font-size: 44px;
  }
}
@media (min-width: 1250px) {
  section.careers h2 {
    font-size: 50px;
  }
}
section.careers h3 {
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.1em;
  font-size: 18px;
}
@media (min-width: 768px) {
  section.careers h3 {
    font-size: 21px;
  }
}
@media (min-width: 1250px) {
  section.careers h3 {
    font-size: 24px;
  }
}
section.careers a.button {
  font-size: 19px;
  letter-spacing: 0.075em;
  line-height: 1;
  border-left: 10px solid #fbc426;
  padding: 12px 30px;
}
@media (min-width: 768px) {
  section.careers a.button {
    font-size: 22px;
    padding: 15px 40px;
  }
}

.heroSlideshow.careers {
  position: relative;
}
.heroSlideshow.careers .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heroSlideshow.careers .overlay .wrap {
  max-width: 1450px;
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
.heroSlideshow.careers .overlay .wrap h1 {
  line-height: 1.1em;
  color: white;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 0.075em;
  font-size: 36px;
}
@media (min-width: 600px) {
  .heroSlideshow.careers .overlay .wrap h1 {
    font-size: 40px;
  }
}
@media (min-width: 850px) {
  .heroSlideshow.careers .overlay .wrap h1 {
    font-size: 45px;
  }
}
.heroSlideshow.careers .overlay .wrap h1 span {
  display: block;
  margin-bottom: 15px;
  color: #fbc426;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
}
.heroSlideshow.careers .overlay .wrap a.button {
  background: #f8971d;
}
.heroSlideshow.careers .overlay .wrap a.button:hover {
  background: #52247f !important;
}
.heroSlideshow.careers .breadcrumbs {
  background: rgba(82, 36, 127, 0.7);
  z-index: 3;
}
.heroSlideshow.careers ul.heroSlider li {
  height: 450px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .heroSlideshow.careers ul.heroSlider li {
    height: 500px;
  }
}
@media (min-width: 1024px) {
  .heroSlideshow.careers ul.heroSlider li {
    height: 580px;
  }
}

.vimeo.careers {
  padding: 35px 0 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .vimeo.careers {
    padding: 50px 0 70px;
  }
}
.vimeo.careers h2 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .vimeo.careers h2 {
    margin-bottom: 40px;
  }
}
.vimeo.careers .vidwrap {
  position: relative;
  max-width: 1020px;
}
.vimeo.careers .vidwrap .playOverlay {
  width: 100%;
  height: 100%;
  background: rgba(82, 36, 127, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vimeo.careers .vidwrap .playOverlay: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;
  cursor: pointer;
  content: "\e91f";
  color: white;
  font-size: 70px;
}
@media (min-width: 768px) {
  .vimeo.careers .vidwrap .playOverlay:before {
    font-size: 100px;
  }
}
@media (min-width: 768px) {
  .vimeo.careers .vidwrap .playOverlay:before {
    font-size: 140px;
  }
}
@media (min-width: 1024px) {
  .vimeo.careers .vidwrap .playOverlay:before {
    font-size: 170px;
  }
}
@media (min-width: 1250px) {
  .vimeo.careers .vidwrap .playOverlay:before {
    font-size: 200px;
  }
}
.vimeo.careers .vidwrap .playOverlay:hover:before {
  color: #fbc426;
}

@media (min-width: 768px) {
  .txtImg.careers {
    background: #d8d8d8;
    padding: 55px 0;
  }
}
.txtImg.careers .wrap {
  max-width: 1530px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .txtImg.careers .wrap {
    display: grid;
    grid-column-gap: 0;
    column-gap: 0;
    justify-content: center;
    grid-template-columns: 50% 25% 25%;
  }
}
@media (min-width: 1024px) {
  .txtImg.careers .wrap {
    grid-template-columns: 46% 8% 46%;
  }
}
.txtImg.careers .txt {
  text-align: center;
  z-index: 2;
}
@media (min-width: 768px) {
  .txtImg.careers .txt {
    text-align: left;
    grid-column: 1/3;
    grid-row: 1;
    display: flex;
    padding: 40px 0;
  }
}
.txtImg.careers .txt .inner {
  background: white;
  max-width: 800px;
  margin-left: auto;
  padding: 30px 35px 40px;
}
@media (min-width: 768px) {
  .txtImg.careers .txt .inner {
    padding: 35px 45px 50px;
  }
}
@media (min-width: 1250px) {
  .txtImg.careers .txt .inner {
    padding: 45px 65px 70px;
  }
}
.txtImg.careers .txt .inner h2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .txtImg.careers .txt .inner h2 {
    margin-bottom: 25px;
  }
}
.txtImg.careers .txt .inner ul {
  margin-left: 25px;
  text-align: left;
}
.txtImg.careers .txt .inner ul li {
  position: relative;
}
.txtImg.careers .txt .inner ul li:before {
  position: absolute;
  content: "•";
  color: #52247f;
  margin-left: -22px;
  font-size: 18px;
}
.txtImg.careers .img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
@media (min-width: 480px) {
  .txtImg.careers .img {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .txtImg.careers .img {
    height: auto;
    grid-column: 2/4;
    display: flex;
    grid-row: 1;
  }
}

.twoCols.careers {
  position: relative;
  text-align: center;
  padding: 40px 0 0;
}
@media (min-width: 850px) {
  .twoCols.careers {
    padding: 50px 0 15px;
  }
}
@media (min-width: 850px) {
  .twoCols.careers:before {
    content: "";
    width: 100%;
    background: #fbc426;
    position: absolute;
    left: 0;
    top: 200px;
    height: 170px;
  }
}
@media (min-width: 1024px) {
  .twoCols.careers:before {
    top: 240px;
  }
}
@media (min-width: 1250px) {
  .twoCols.careers:before {
    top: 270px;
    height: 200px;
  }
}
.twoCols.careers .wrap {
  max-width: 1230px;
  width: 92%;
  margin: 0 auto;
  position: relative;
}
.twoCols.careers .wrap h2 {
  margin-bottom: 25px;
}
@media (min-width: 850px) {
  .twoCols.careers .wrap h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 850px) {
  .twoCols.careers .wrap ul {
    text-align: left;
    display: flex;
  }
}
.twoCols.careers .wrap ul li {
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 850px) {
  .twoCols.careers .wrap ul li {
    width: 50%;
  }
}
@media (max-width: 849px) {
  .twoCols.careers .wrap ul li:before {
    content: "";
    width: 110%;
    background: #fbc426;
    position: absolute;
    left: -5%;
    top: 130px;
    height: 130px;
  }
}
@media (max-width: 599px) {
  .twoCols.careers .wrap ul li:before {
    top: 100px;
  }
}
@media (max-width: 479px) {
  .twoCols.careers .wrap ul li:before {
    top: 50px;
  }
}
.twoCols.careers .wrap ul li img {
  position: relative;
  z-index: 2;
}
.twoCols.careers .wrap ul li .box {
  position: relative;
  background: #52247f;
  padding: 30px 30px 40px;
  width: 90%;
  z-index: 3;
  margin: -50px auto 0;
  color: white;
}
@media (min-width: 850px) {
  .twoCols.careers .wrap ul li .box {
    max-width: 500px;
  }
}
@media (min-width: 1250px) {
  .twoCols.careers .wrap ul li .box {
    margin-top: -70px;
    padding: 35px 35px 45px;
  }
}
.twoCols.careers .wrap ul li .box h3 {
  color: #fbc426;
}

.stories.careers {
  position: relative;
  background: #f8971d;
  padding-top: 35px;
}
.stories.careers:after {
  content: "";
  width: 100%;
  height: 100px;
  background: white;
  position: absolute;
  left: 0;
  bottom: 0;
}
.stories.careers .wrap {
  max-width: 1230px;
  width: 92%;
  margin: 0 auto;
  text-align: center;
  color: white;
  position: relative;
  z-index: 2;
}
.stories.careers .wrap h2 {
  color: white;
  margin-bottom: 25px;
}
.stories.careers ul.storySlider {
  align-items: center;
}
.stories.careers ul.storySlider .slick-list {
  overflow-y: auto;
}
.stories.careers ul.storySlider .slick-track {
  display: flex;
}
.stories.careers ul.storySlider .slick-arrow {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .stories.careers ul.storySlider .slick-arrow {
    width: 24px;
    height: 24px;
  }
}
.stories.careers ul.storySlider .slick-arrow:hover:before {
  color: #fbc426;
}
.stories.careers ul.storySlider .slick-arrow:before {
  font-size: 20px;
}
@media (min-width: 768px) {
  .stories.careers ul.storySlider .slick-arrow:before {
    font-size: 24px;
  }
}
.stories.careers ul.storySlider .slick-arrow.slick-prev {
  left: -2.5%;
}
@media (min-width: 1250px) {
  .stories.careers ul.storySlider .slick-arrow.slick-prev {
    left: 0;
  }
}
.stories.careers ul.storySlider .slick-arrow.slick-next {
  right: -2.5%;
}
@media (min-width: 1250px) {
  .stories.careers ul.storySlider .slick-arrow.slick-next {
    right: 0;
  }
}
.stories.careers ul.storySlider li {
  position: relative;
  height: inherit;
  display: flex;
  flex-direction: column;
}
.stories.careers ul.storySlider li img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid white;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 180px;
}
.stories.careers ul.storySlider li .inner {
  background: #52247f;
  max-width: 500px;
  width: 90%;
  height: 100%;
  margin: 90px auto 0;
  padding: 120px 30px 40px;
}
@media (min-width: 1250px) {
  .stories.careers ul.storySlider li .inner {
    padding: 120px 35px 35px;
  }
}
.stories.careers ul.storySlider li .inner p.byline {
  color: #fbc426;
  letter-spacing: -0.025em;
}
.stories.careers ul.storySlider li .inner p.byline strong.small {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
}

.iconRows.careers {
  text-align: center;
  padding: 40px 0 60px;
}
@media (min-width: 768px) {
  .iconRows.careers {
    padding: 60px 0;
  }
}
.iconRows.careers .wrap {
  max-width: 1450px;
  width: 92%;
  margin: 0 auto;
}
.iconRows.careers h2 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .iconRows.careers h2 {
    margin-bottom: 50px;
  }
}
.iconRows.careers ul {
  display: flex;
  flex-flow: row wrap;
}
.iconRows.careers ul li {
  margin-bottom: 40px;
  padding: 0 3.5%;
  flex: 1 0 100%;
}
@media (min-width: 600px) {
  .iconRows.careers ul li {
    flex: 1 0 50%;
    margin-bottom: 55px;
  }
}
@media (min-width: 850px) {
  .iconRows.careers ul li {
    flex: 1 0 33.3%;
  }
}
.iconRows.careers ul li img {
  width: 90px;
  display: block;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .iconRows.careers ul li img {
    width: 110px;
  }
}
.iconRows.careers ul li h3 {
  color: #52247f;
}
.iconRows.careers a.button {
  background: #52247f;
}
.iconRows.careers a.button:hover {
  background: #f8971d !important;
}

/*==============================================================*/
/*==============================================================*/
.home #hero {
  background-color: #f6f9fa;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 0 0 280px 0;
  background-size: auto 300px !important;
}
@media (min-width: 768px) {
  .home #hero {
    padding: 0;
    height: 365px;
    background-size: auto 365px !important;
    background-position: -85px bottom;
  }
}
@media (min-width: 1024px) {
  .home #hero {
    height: 500px;
    background-size: auto 500px !important;
    background-position: -70px bottom;
  }
}
@media (min-width: 1250px) {
  .home #hero {
    height: 675px;
    background-size: auto 675px !important;
    background-position: 30% bottom;
  }
}
.home #hero .wrap {
  max-width: 1450px;
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .home #hero .wrap {
    padding-top: 60px;
  }
}
@media (min-width: 1250px) {
  .home #hero .wrap {
    padding-top: 100px;
  }
}
.home #hero .inner {
  text-align: center;
}
@media (min-width: 768px) {
  .home #hero .inner {
    float: right;
    width: 66.6%;
  }
}
@media (min-width: 1250px) {
  .home #hero .inner {
    width: 50%;
  }
}
.home #hero .inner h1 {
  color: #52247f;
  letter-spacing: 0.05em;
  line-height: 1.15em;
  text-transform: uppercase;
  font-size: 1.65em;
}
@media (min-width: 1024px) {
  .home #hero .inner h1 {
    font-size: 2em;
  }
}
@media (min-width: 1250px) {
  .home #hero .inner h1 {
    font-size: 2.5em;
  }
}
.home #hero .inner p {
  line-height: 1.5em;
  padding: 15px 0 25px;
  font-size: 0.9em;
}
@media (min-width: 1024px) {
  .home #hero .inner p {
    font-size: 1em;
    padding: 25px 80px 35px;
  }
}
@media (min-width: 1250px) {
  .home #hero .inner p {
    padding: 25px 80px 35px;
    font-size: 1.1em;
    line-height: 1.75em;
  }
}
.home #hero .inner .button {
  background: #52247f;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .home #hero .inner .button {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .home #hero .inner .button {
    font-size: 1em;
    padding: 4px 35px;
    line-height: 30px;
  }
  .home #hero .inner .button span, .home #hero .inner .button:before {
    font-size: 30px;
    margin-right: 8px;
    vertical-align: middle;
  }
}
.home #hero .inner .button span {
  position: relative;
  top: -1px;
}

#callout-halves {
  color: white;
}
#callout-halves .halves {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#callout-halves .halves .half {
  vertical-align: middle;
  background-size: cover !important;
  text-align: center;
  display: block;
  overflow: hidden;
  padding: 50px 20px 60px;
}
@media (min-width: 850px) {
  #callout-halves .halves .half {
    padding: 100px 40px 120px;
  }
}
@media (min-width: 850px) {
  #callout-halves .halves .half {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  #callout-halves .halves .half {
    padding: 115px 75px 150px;
  }
}
#callout-halves .halves .half h2 {
  color: #fbc426;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.75em;
  padding-bottom: 20px;
}
#callout-halves .halves .half p {
  line-height: 1.35em;
  margin-bottom: 20px;
}
#callout-halves .halves .half p:last-of-type {
  margin-bottom: 0;
}
#callout-halves .halves .left {
  background: url(../images/bg-homeleft.jpg) no-repeat center top;
}
#callout-halves .halves .left .inner {
  float: right;
}
#callout-halves .halves .left .button: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: "\e90c";
}
#callout-halves .halves .right {
  background: url(../images/bg-homeright.jpg) no-repeat center top;
}
#callout-halves .halves .right .button: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: "\e906";
}
#callout-halves .halves .inner {
  max-width: 470px;
}
#callout-halves .button {
  font-size: 1em;
  padding: 4px 35px;
  line-height: 30px;
  background: #fbc426;
}
#callout-halves .button span, #callout-halves .button:before {
  font-size: 30px;
  margin-right: 8px;
  vertical-align: middle;
}

/*==============================================================*/
/*==============================================================*/
#infographic {
  overflow: hidden;
  padding: 45px 0 30px;
}
@media (min-width: 1250px) {
  #infographic {
    padding: 65px 0 30px;
  }
}
#infographic h2 {
  max-width: 1450px;
  width: 92%;
  margin: 0 auto;
  text-align: center;
  color: #f8971d;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  #infographic h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  #infographic h2 {
    font-size: 2em;
    margin-bottom: 60px;
  }
}
#infographic .wrap {
  position: relative;
  margin: 0 auto;
  width: 300px;
}
@media (min-width: 768px) {
  #infographic .wrap {
    width: 720px;
  }
}
@media (min-width: 850px) {
  #infographic .wrap {
    width: 810px;
  }
}
@media (min-width: 1024px) {
  #infographic .wrap {
    width: 990px;
  }
}
@media (min-width: 1250px) {
  #infographic .wrap {
    width: 1210px;
  }
}
@media (min-width: 1400px) {
  #infographic .wrap {
    width: 1360px;
  }
}
@media (min-width: 1580px) {
  #infographic .wrap {
    width: 1450px;
  }
}
#infographic .wrap .purplecircle {
  position: relative;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  #infographic .wrap .purplecircle {
    margin: 0;
    top: 10px;
    position: absolute;
    z-index: 2;
    width: 300px;
  }
}
@media (min-width: 850px) {
  #infographic .wrap .purplecircle {
    width: 350px;
  }
}
@media (min-width: 1024px) {
  #infographic .wrap .purplecircle {
    width: 400px;
  }
}
@media (min-width: 1250px) {
  #infographic .wrap .purplecircle {
    width: 450px;
  }
}
@media (min-width: 1400px) {
  #infographic .wrap .purplecircle {
    width: 500px;
  }
}
@media (min-width: 1580px) {
  #infographic .wrap .purplecircle {
    width: 585px;
  }
}
#infographic .wrap .purplecircle .targetDiv {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  width: 200px;
}
@media (min-width: 850px) {
  #infographic .wrap .purplecircle .targetDiv {
    top: 20px;
    width: 240px;
  }
}
@media (min-width: 1024px) {
  #infographic .wrap .purplecircle .targetDiv {
    width: 270px;
  }
}
@media (min-width: 1250px) {
  #infographic .wrap .purplecircle .targetDiv {
    width: 285px;
    top: 25px;
  }
}
@media (min-width: 1400px) {
  #infographic .wrap .purplecircle .targetDiv {
    top: 30px;
    width: 318px;
  }
}
@media (min-width: 1580px) {
  #infographic .wrap .purplecircle .targetDiv {
    width: 380px;
    top: 35px;
  }
}
@media (min-width: 768px) {
  #infographic .wrap .map {
    position: relative;
    float: right;
    width: 535px;
  }
}
@media (min-width: 850px) {
  #infographic .wrap .map {
    width: 600px;
  }
}
@media (min-width: 1024px) {
  #infographic .wrap .map {
    width: 750px;
  }
}
@media (min-width: 1250px) {
  #infographic .wrap .map {
    width: 970px;
  }
}
@media (min-width: 1400px) {
  #infographic .wrap .map {
    width: 1100px;
  }
}
@media (min-width: 1580px) {
  #infographic .wrap .map {
    width: 1110px;
  }
}
#infographic .wrap .map img {
  display: none;
}
@media (min-width: 768px) {
  #infographic .wrap .map img {
    display: block;
  }
}
#infographic .wrap .map .location {
  position: relative;
  background-color: #fbc426;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #52247f;
  font-size: 0.9em;
  margin: 0 0 8px 0;
}
@media (min-width: 768px) {
  #infographic .wrap .map .location {
    margin: 0;
    position: absolute;
    padding: 0 45px 0 10px;
  }
}
@media (min-width: 1250px) {
  #infographic .wrap .map .location {
    font-size: 1.25em;
    height: 40px;
    line-height: 40px;
    padding: 0 60px 0 10px;
  }
}
#infographic .wrap .map .location: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: #fbc426;
  position: absolute;
  font-size: 24px;
}
@media (min-width: 1250px) {
  #infographic .wrap .map .location:before {
    font-size: 30px;
  }
}
#infographic .wrap .map .location.network {
  background: #d8d8d8;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  #infographic .wrap .map .location.network {
    display: none;
  }
}
#infographic .wrap .map .location.network a {
  background: #bfbfbf;
}
@media (min-width: 768px) {
  #infographic .wrap .map .location.springfield {
    top: 185px;
    left: 125px;
  }
}
@media (min-width: 850px) {
  #infographic .wrap .map .location.springfield {
    top: 210px;
    left: 143px;
  }
}
@media (min-width: 1024px) {
  #infographic .wrap .map .location.springfield {
    top: 257px;
    left: 188px;
  }
}
@media (min-width: 1250px) {
  #infographic .wrap .map .location.springfield {
    top: 335px;
    left: 240px;
  }
}
@media (min-width: 1400px) {
  #infographic .wrap .map .location.springfield {
    top: 375px;
    left: 280px;
  }
}
@media (min-width: 1580px) {
  #infographic .wrap .map .location.springfield {
    top: 380px;
    left: 285px;
  }
}
@media (min-width: 768px) {
  #infographic .wrap .map .location.springfield:before {
    content: "\e912";
    left: 20px;
    top: -23px;
  }
}
@media (min-width: 1250px) {
  #infographic .wrap .map .location.springfield:before {
    top: -29px;
  }
}
@media (min-width: 768px) {
  #infographic .wrap .map .location.lawrence {
    top: -8px;
    left: 265px;
  }
}
@media (min-width: 850px) {
  #infographic .wrap .map .location.lawrence {
    top: -5px;
    left: 310px;
  }
}
@media (min-width: 1024px) {
  #infographic .wrap .map .location.lawrence {
    top: 11px;
    left: 405px;
  }
}
@media (min-width: 1250px) {
  #infographic .wrap .map .location.lawrence {
    top: 11px;
    left: 507px;
  }
}
@media (min-width: 1400px) {
  #infographic .wrap .map .location.lawrence {
    top: 20px;
    left: 590px;
  }
}
@media (min-width: 1580px) {
  #infographic .wrap .map .location.lawrence {
    top: 20px;
    left: 600px;
  }
}
@media (min-width: 768px) {
  #infographic .wrap .map .location.lawrence:before {
    content: "\e914";
    bottom: -23px;
    left: 75px;
  }
}
@media (min-width: 1250px) {
  #infographic .wrap .map .location.lawrence:before {
    bottom: -29px;
    left: 115px;
  }
}
@media (min-width: 768px) {
  #infographic .wrap .map .location.chelsea {
    top: 82px;
    right: 0px;
  }
}
@media (min-width: 850px) {
  #infographic .wrap .map .location.chelsea {
    top: 95px;
    right: 14px;
  }
}
@media (min-width: 1024px) {
  #infographic .wrap .map .location.chelsea {
    top: 125px;
    right: 58px;
  }
}
@media (min-width: 1250px) {
  #infographic .wrap .map .location.chelsea {
    top: 163px;
    right: 70px;
  }
}
@media (min-width: 1400px) {
  #infographic .wrap .map .location.chelsea {
    top: 187px;
    right: 108px;
  }
}
@media (min-width: 1580px) {
  #infographic .wrap .map .location.chelsea {
    top: 190px;
    right: 115px;
  }
}
@media (min-width: 768px) {
  #infographic .wrap .map .location.chelsea:before {
    content: "\e913";
    top: 6px;
    left: -19px;
  }
}
@media (min-width: 1250px) {
  #infographic .wrap .map .location.chelsea:before {
    left: -24px;
  }
}
#infographic .wrap .map span {
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  display: block;
  padding: 0 40px 0 25px;
  position: relative;
}
@media (min-width: 768px) {
  #infographic .wrap .map span {
    padding: 0 27px 0 0;
  }
}
@media (min-width: 1250px) {
  #infographic .wrap .map span {
    padding: 0 35px 0 0;
  }
}
#infographic .wrap .map span: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: "\e909";
  color: #f8971d;
  position: absolute;
  font-size: 22px;
  left: 5px;
  top: 4px;
}
@media (min-width: 768px) {
  #infographic .wrap .map span:after {
    left: auto;
    right: 0px;
    top: -5px;
    font-size: 40px;
  }
}
@media (min-width: 1250px) {
  #infographic .wrap .map span:after {
    top: -5px;
    font-size: 50px;
  }
}
#infographic .wrap .map a {
  color: white;
  background: #f8971d;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
@media (min-width: 1250px) {
  #infographic .wrap .map a {
    font-size: 24px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
#infographic .wrap .map a:hover {
  background: #52247f !important;
  color: white !important;
}

.targetDiv img {
  display: block;
  margin: 0 auto 10px;
  width: 115px;
}
@media (min-width: 850px) {
  .targetDiv img {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .targetDiv img {
    width: 140px;
  }
}
@media (min-width: 1250px) {
  .targetDiv img {
    margin-bottom: 20px;
    width: 180px;
  }
}
@media (min-width: 1400px) {
  .targetDiv img {
    width: 200px;
  }
}
.targetDiv ul li {
  border-top: 1px solid #f8971d;
  padding: 3px 0;
}
@media (min-width: 1400px) {
  .targetDiv ul li {
    padding: 4px 0;
  }
}
.targetDiv ul li .inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.targetDiv ul li .inner .value {
  vertical-align: middle;
  text-align: right;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.03em;
  display: table-cell;
  color: #fbc426;
  font-size: 20px;
  width: 65px;
  padding-right: 10px;
}
@media (min-width: 850px) {
  .targetDiv ul li .inner .value {
    font-size: 26px;
    width: 85px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .targetDiv ul li .inner .value {
    font-size: 34px;
    width: 105px;
  }
}
@media (min-width: 1250px) {
  .targetDiv ul li .inner .value {
    font-size: 36px;
    width: 115px;
  }
}
@media (min-width: 1400px) {
  .targetDiv ul li .inner .value {
    font-size: 40px;
    width: 130px;
    padding-right: 20px;
  }
}
@media (min-width: 1580px) {
  .targetDiv ul li .inner .value {
    font-size: 42px;
  }
}
.targetDiv ul li .inner .label {
  vertical-align: middle;
  display: table-cell;
  color: white;
  font-size: 12px;
  line-height: 15px;
}
@media (min-width: 850px) {
  .targetDiv ul li .inner .label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 1024px) {
  .targetDiv ul li .inner .label {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1400px) {
  .targetDiv ul li .inner .label {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (min-width: 1580px) {
  .targetDiv ul li .inner .label {
    font-size: 22px;
    line-height: 28px;
  }
}
.targetDiv a.back {
  display: block;
  cursor: pointer;
  margin: 15px auto 0;
  text-align: center;
  color: #f8971d;
  letter-spacing: 0.05em;
  font-size: 10px;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 850px) {
  .targetDiv a.back {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .targetDiv a.back {
    margin-top: 20px;
  }
}
.targetDiv a.back:hover {
  color: #fbc426 !important;
}
.targetDiv#div3 ul li:first-of-type .label {
  text-align: center;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
}
@media (min-width: 1024px) {
  .targetDiv#div3 ul li:first-of-type .label {
    font-size: 13px;
    line-height: 15px;
  }
}

/*==============================================================*/
/*==============================================================*/
.archive #sidebar-nav, .search #sidebar-nav {
  display: none !important;
}

#sidebar-nav {
  display: none;
}
@media (min-width: 850px) {
  #sidebar-nav {
    display: block;
    position: relative;
    border: 1px solid #d8d8d8;
    margin: 50px 0 30px;
    padding: 35px 20px 20px;
  }
}
@media (min-width: 1250px) {
  #sidebar-nav {
    margin: 70px 0 30px;
    padding: 45px 30px 30px 30px;
  }
}
#sidebar-nav: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: "\e909";
  color: #f8971d;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -70px;
  width: 55px;
  font-size: 100px;
}
@media (min-width: 1250px) {
  #sidebar-nav:before {
    top: -92px;
    width: 70px;
    font-size: 130px;
  }
}
#sidebar-nav:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 15px;
  width: 100%;
  background: #fbc426;
}
@media (min-width: 1250px) {
  #sidebar-nav:after {
    height: 20px;
  }
}
#sidebar-nav ul {
  text-align: center;
}
#sidebar-nav ul li {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #d8d8d8;
  color: #52247f;
}
#sidebar-nav ul li:last-of-type, #sidebar-nav ul li.page_item_has_children:last-of-type li:last-of-type {
  border: none;
}
#sidebar-nav ul li.page-item-44, #sidebar-nav ul li.page-item-476 {
  display: none;
}
#sidebar-nav ul li.page-item-42.page_item_has_children {
  border: none;
}
#sidebar-nav ul li a {
  display: block;
  font-size: 0.9em;
  line-height: 1.25em;
  padding: 10px;
}
@media (min-width: 1250px) {
  #sidebar-nav ul li a {
    font-size: 1em;
    padding: 13px 10px;
  }
}
#sidebar-nav ul li a:hover {
  color: #fbc426 !important;
}
#sidebar-nav ul li ul li {
  color: #f8971d;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  border: none;
}
#sidebar-nav ul li ul li.current_page_item:before {
  top: 0;
}
#sidebar-nav ul li ul li a {
  font-size: 0.8em;
  padding: 0 10px 12px 10px;
}
@media (min-width: 1250px) {
  #sidebar-nav ul li ul li a {
    font-size: 0.9em;
    padding: 0 10px 15px 10px;
  }
}
#sidebar-nav ul li.current_page_item {
  color: #b2b2b2;
}
#sidebar-nav ul li.current_page_item: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: "\e915";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 13px;
  color: #f8971d;
}
@media (min-width: 1250px) {
  #sidebar-nav ul li.current_page_item:before {
    font-size: 16px;
    top: 16px;
  }
}
#sidebar-nav ul li.current_page_item > a {
  cursor: default;
}
#sidebar-nav ul li.current_page_item > a:hover {
  color: #b2b2b2 !important;
}
#sidebar-nav ul li.current_page_ancestor {
  color: #5a5a5a;
}

/*==============================================================*/
/*==============================================================*/
#upcoming-meetings {
  background: #52247f;
  color: white;
  text-align: center;
  margin: 0 auto 30px;
  overflow: hidden;
  max-width: 320px;
}
@media (min-width: 480px) {
  #upcoming-meetings {
    max-width: none;
  }
}
#upcoming-meetings .head {
  padding: 30px 0 20px 0;
  margin: 0 20px;
  border-bottom: 1px solid #fbc426;
}
@media (min-width: 1250px) {
  #upcoming-meetings .head {
    margin: 0 30px;
    padding: 30px 0 25px;
  }
}
#upcoming-meetings .head h3 {
  letter-spacing: 0.1em;
  font-size: 1.35em;
  line-height: 1.1em;
  color: #f8971d;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#upcoming-meetings .head p {
  font-size: 14px;
  line-height: 18px;
}
#upcoming-meetings ul {
  padding: 20px;
}
@media (min-width: 1250px) {
  #upcoming-meetings ul {
    padding: 25px 30px 30px 30px;
  }
}
#upcoming-meetings ul li {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 600px) and (max-width: 849px) {
  #upcoming-meetings ul li {
    margin: 0;
    padding: 0 20px 20px 20px;
    border: none;
    width: 50%;
  }
  #upcoming-meetings ul li:nth-of-type(odd) {
    float: left;
    clear: both;
  }
  #upcoming-meetings ul li:nth-of-type(even) {
    float: right;
  }
}
@media (max-width: 599px), (min-width: 850px) {
  #upcoming-meetings ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    width: 100%;
  }
  #upcoming-meetings ul li:last-of-type {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 850px) {
  #upcoming-meetings ul li {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
  }
}
#upcoming-meetings a:hover {
  color: #fbc426 !important;
}
#upcoming-meetings h4 {
  color: #f8971d;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
}
#upcoming-meetings p {
  letter-spacing: -0.035em;
}
#upcoming-meetings a.agenda {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  color: #f8971d;
}
#upcoming-meetings a.agenda span {
  position: relative;
  top: 1px;
}
#upcoming-meetings .archive-link {
  float: left;
  width: 100%;
  margin-top: 20px;
  clear: both;
  background: #fbc426;
  padding: 15px;
}
@media (min-width: 1250px) {
  #upcoming-meetings .archive-link {
    padding: 20px 40px;
  }
}
#upcoming-meetings .archive-link a {
  text-align: left;
  border: 1px solid white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  display: inline-block;
  width: 210px;
}
@media (min-width: 480px) {
  #upcoming-meetings .archive-link a {
    width: 325px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #upcoming-meetings .archive-link a {
    width: 365px;
  }
}
@media (min-width: 850px) {
  #upcoming-meetings .archive-link a {
    text-align: left;
    width: 100%;
    display: block;
  }
}
@media (min-width: 1250px) {
  #upcoming-meetings .archive-link a {
    padding: 7px 14px;
    letter-spacing: 0.075em;
  }
}
#upcoming-meetings .archive-link a span {
  float: left;
  position: relative;
  font-size: 24px;
  top: 3px;
}
@media (min-width: 480px) {
  #upcoming-meetings .archive-link a span {
    font-size: 18px;
    top: -1px;
  }
}
@media (min-width: 850px) {
  #upcoming-meetings .archive-link a span {
    top: 4px;
    font-size: 24px;
  }
}
#upcoming-meetings .archive-link a:hover {
  background: #5a5a5a;
  color: white !important;
}

/*==============================================================*/
/*==============================================================*/
.widget_black_studio_tinymce h3.title {
  display: none;
}
.widget_black_studio_tinymce .textwidget {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
  max-width: 320px;
}
@media (min-width: 480px) {
  .widget_black_studio_tinymce .textwidget {
    max-width: none;
  }
}
.widget_black_studio_tinymce .textwidget .image, .widget_black_studio_tinymce .textwidget .content {
  vertical-align: middle;
  display: block;
}
@media (min-width: 480px) {
  .widget_black_studio_tinymce .textwidget .image, .widget_black_studio_tinymce .textwidget .content {
    display: table-cell;
  }
}
@media (min-width: 850px) {
  .widget_black_studio_tinymce .textwidget .image, .widget_black_studio_tinymce .textwidget .content {
    display: block;
  }
}
.widget_black_studio_tinymce .textwidget .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 479px), (min-width: 850px) {
  .widget_black_studio_tinymce .textwidget .image {
    height: 260px;
  }
}
.widget_black_studio_tinymce .textwidget .image h3 {
  width: 100%;
  text-align: center;
  border-bottom: 20px solid;
  color: white;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  position: absolute;
  bottom: 0;
  letter-spacing: 0.1em;
  font-size: 2em;
}
.widget_black_studio_tinymce .textwidget .content {
  background: plum;
  border-bottom: 20px solid;
  letter-spacing: 0.03em;
  line-height: 1.4em;
  padding: 20px 30px 25px;
  font-size: 0.9em;
}
@media (min-width: 480px) {
  .widget_black_studio_tinymce .textwidget .content {
    padding: 25px 30px;
  }
}
@media (min-width: 768px) {
  .widget_black_studio_tinymce .textwidget .content {
    font-size: 0.85em;
  }
}
@media (min-width: 850px) {
  .widget_black_studio_tinymce .textwidget .content {
    padding: 20px;
  }
}
@media (min-width: 1250px) {
  .widget_black_studio_tinymce .textwidget .content {
    padding: 25px 30px;
    line-height: 1.5em;
    font-size: 0.9em;
  }
}
.widget_black_studio_tinymce .textwidget .button {
  cursor: pointer;
  border: 1px solid;
  display: block;
  max-width: 300px;
  padding: 9px 5px 10px;
  font-size: 1.1em;
  margin: 15px auto 0;
}
@media (min-width: 1250px) {
  .widget_black_studio_tinymce .textwidget .button {
    margin: 25px auto 0;
    font-size: 1.2em;
  }
}

#black-studio-tinymce-2 * {
  border-color: #fbc426;
}
#black-studio-tinymce-2 .image {
  background-image: url(../images/sidebar-enroll.jpg);
}
#black-studio-tinymce-2 .content {
  background: #52247f;
  color: white;
}
#black-studio-tinymce-2 .button {
  color: #fbc426;
}

#black-studio-tinymce-3 * {
  border-color: #52247f;
}
#black-studio-tinymce-3 .image {
  background-image: url(../images/sidebar-donate.jpg);
}
#black-studio-tinymce-3 .content {
  background: #fbc426;
  color: #52247f;
}
#black-studio-tinymce-3 .button {
  color: #52247f;
}

#black-studio-tinymce-4 * {
  border-color: #fbc426;
}
#black-studio-tinymce-4 .image {
  background-image: url(../images/sidebar-apply.jpg);
}
#black-studio-tinymce-4 .content {
  background: #5a5a5a;
  color: white;
}
#black-studio-tinymce-4 .button {
  color: #fbc426;
}
#black-studio-tinymce-4 .button:hover {
  background: #52247f !important;
}

#categories-2, #recent-posts-2, #archives-2 {
  text-align: center;
  display: block;
  position: relative;
  border: 1px solid #d8d8d8;
  margin: 0 auto 52px;
  padding: 30px 20px 20px;
  max-width: 320px;
}
@media (min-width: 480px) {
  #categories-2, #recent-posts-2, #archives-2 {
    max-width: none;
  }
}
@media (min-width: 1250px) {
  #categories-2, #recent-posts-2, #archives-2 {
    padding: 30px;
  }
}
#categories-2:before, #recent-posts-2:before, #archives-2: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: "\e909";
  color: #f8971d;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -22px;
  width: 26px;
  font-size: 44px;
}
#categories-2:after, #recent-posts-2:after, #archives-2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 15px;
  width: 100%;
  background: #fbc426;
}
@media (min-width: 1250px) {
  #categories-2:after, #recent-posts-2:after, #archives-2:after {
    height: 20px;
  }
}
#categories-2 h3, #recent-posts-2 h3, #archives-2 h3 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 2em;
  margin-bottom: 15px;
}
#categories-2 ul li, #recent-posts-2 ul li, #archives-2 ul li {
  border-bottom: 1px solid #d8d8d8;
}
#categories-2 ul li:last-of-type, #recent-posts-2 ul li:last-of-type, #archives-2 ul li:last-of-type {
  border: none;
}

#categories-2 h3 {
  color: #f8971d;
}
#categories-2 ul li {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #52247f;
}
#categories-2 ul li.current-cat {
  color: #b2b2b2;
}
#categories-2 ul li.current-cat: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: "\e915";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 13px;
  color: #f8971d;
}
@media (min-width: 1250px) {
  #categories-2 ul li.current-cat:before {
    font-size: 16px;
    top: 16px;
  }
}
#categories-2 ul li.current-cat > a {
  cursor: default;
}
#categories-2 ul li.current-cat > a:hover {
  color: #b2b2b2 !important;
}
#categories-2 ul li a {
  display: block;
  font-size: 0.9em;
  line-height: 1.25em;
  padding: 10px 10px;
}
@media (min-width: 1250px) {
  #categories-2 ul li a {
    font-size: 1em;
    padding: 13px 10px;
  }
}
#categories-2 ul li a:hover {
  color: #fbc426 !important;
}

#recent-posts-2 {
  background: #52247f;
}
#recent-posts-2 h3 {
  color: #fbc426;
}
#recent-posts-2 ul {
  color: white;
}
#recent-posts-2 ul li {
  font-size: 0.9em;
  line-height: 1.25em;
  padding: 10px 10px;
}
@media (min-width: 1250px) {
  #recent-posts-2 ul li {
    font-size: 1em;
    padding: 13px 10px;
  }
}
#recent-posts-2 ul li a:hover {
  color: #fbc426 !important;
}
#recent-posts-2 ul li .post-date {
  display: block;
  margin-top: 3px;
  color: #f8971d;
  text-transform: uppercase;
  font-family: "Century Gothic W01 Bold";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

#archives-2 {
  background: #fbc426;
}
#archives-2 h3 {
  color: white;
}

.custom-select {
  position: relative;
  background: #d8d8d8;
  border: none;
}
.custom-select:after {
  display: none;
  pointer-events: none;
  content: "▾";
  font-size: 22px;
  position: absolute;
  top: 8px;
  right: 10px;
}
.custom-select select {
  border: none;
  background: transparent;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  width: 100%;
  font-family: "Century Gothic W01";
  font-style: normal;
  font-weight: normal;
  color: #5a5a5a;
  font-size: 0.9em;
  text-transform: uppercase;
}
@supports (-webkit-appearance: none) or (appearance: none) or ((-moz-appearance: none) and (mask-type: alpha)) {
  .custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .custom-select select:after {
    display: block;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select select::-ms-expand {
    display: none;
  }

  .custom-select select:focus::-ms-value {
    background: transparent;
  }

  .custom-select select {
    background: transparent;
    border: none;
  }

  .custom-select::after {
    display: block;
  }
}
