@charset "UTF-8";
/*
Theme Name: SEPF
Theme URI: 
Author: Scott Wolf
Author URI: 
Description: 
Version: 2025
Requires at least: 
Tested up to: 
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: sepf

*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.3em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
.clearfix, .container {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after, .container:after {
  clear: both;
}
.section .container .columnize-content {
  -webkit-columns: 2 340px;
  -moz-columns: 2 340px;
  columns: 2 340px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
html, body {
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Libre Franklin", sans-serif;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 48em) {
  html, body {
    font-size: 1rem;
  }
}
h1 {
  font-weight: 300;
  font-size: 3.3rem;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: left;
}
h1:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #babd15;
  margin-top: 10px;
}
h1 strong {
  font-size: 40%;
  line-height: 1;
  display: block;
  margin-bottom: 0;
}
h2, .h2 {
  font-weight: 900;
  font-size: 1.8rem;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
}
h3, .h3 {
  font-weight: 900;
  font-size: 1.5rem;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
}
p {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 300;
  margin: 0 0 20px 0;
  text-align: left;
}
ul {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 300;
  text-align: left;
}
dl {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: left;
}
table td {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 300;
  padding: 5px 10px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
table tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.1);
}
hr {
  margin: 30px 0;
  border: 0;
  border-bottom: 1px solid #444;
}
@media screen and (max-width: 900px) {
  h1 {
    font-size: 2.4rem;
  }
  h1 small {
    margin-bottom: -40px;
  }
  h2 {
    font-size: 1.7rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  p {
    font-size: 1rem;
  }
  table td {
    font-size: 1rem;
  }
}
small {
  font-size: 85%;
}
figure {
  margin: 0;
}
.white {
  color: #fff;
}
.wp-caption-text {
  font-size: 1rem;
  line-height: 1.2rem;
  font-style: italic;
}
.elementor hr {
  border: 0;
  border-bottom: 1px solid #444;
  margin: 40px 0 !important;
  display: block;
}
img, video, audio, iframe, object {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
img.alignright, video.alignright, audio.alignright, iframe.alignright, object.alignright {
  width: 100% !important;
  max-width: 50% !important;
  float: right !important;
  margin: 0 0 30px 30px !important;
}
@media screen and (max-width: 768px) {
  img.alignright, video.alignright, audio.alignright, iframe.alignright, object.alignright {
    float: none !important;
    margin: 30px 0 !important;
  }
}
img.alignright.alignright-33, video.alignright.alignright-33, audio.alignright.alignright-33, iframe.alignright.alignright-33, object.alignright.alignright-33 {
  max-width: 33.333% !important;
}
img.alignright.alignright-25, video.alignright.alignright-25, audio.alignright.alignright-25, iframe.alignright.alignright-25, object.alignright.alignright-25 {
  max-width: 25% !important;
}
img.alignleft, video.alignleft, audio.alignleft, iframe.alignleft, object.alignleft {
  width: 100% !important;
  max-width: 50% !important;
  float: left !important;
  margin: 0 30px 30px 0 !important;
}
@media screen and (max-width: 768px) {
  img.alignleft, video.alignleft, audio.alignleft, iframe.alignleft, object.alignleft {
    float: none !important;
    margin: 30px 0 !important;
  }
}
img.alignleft.alignleft-25, video.alignleft.alignleft-25, audio.alignleft.alignleft-25, iframe.alignleft.alignleft-25, object.alignleft.alignleft-25 {
  max-width: 25% !important;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
  margin-bottom: 10px;
}
.embed-container a {
  position: relative;
  z-index: 99999;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.elementor-widget-google_maps {
  box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.4) !important;
  border: 10px solid white;
}
.inset-image, .inset-image-right {
  display: block;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  width: 100%;
  height: auto !important;
  max-width: 300px !important;
}
.inset-image-right {
  float: right;
  margin-right: 0;
  margin-left: 25px;
}
@media screen and (max-width: 900px) {
  .inset-image, .inset-image-right {
    float: none;
    max-width: 100% !important;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.floatright {
  float: right !important;
  margin-left: 25px !important;
  margin-bottom: 25px !important;
}
.elementor-widget-video {
  border: 1px solid #333;
}
.elementor-widget-video .elementor-wrapper iframe {
  background-color: transparent !important;
  background-image: url("/wp-content/themes/sepf/images/loading-circle-loading.gif") !important;
  background-size: 55px 55px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
a, a:active {
  color: #12b7c7;
  text-decoration: none;
}
a:hover, a:active {
  color: #babd15;
  text-decoration: underline;
}
.btn, .elementor-button {
  padding: 12px 24px;
  border-radius: 22px !important;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  font-size: 1em !important;
  background-color: #a0a329 !important;
  border: 1px solid #a0a329;
  transition-duration: 0.2s;
}
.btn:hover, .btn:active, .elementor-button:hover, .elementor-button:active {
  color: #fff;
  text-decoration: none;
  background-color: #333 !important;
  border: 1px solid #fff;
}
.btn-green {
  color: #fff;
  background-color: #a0a329;
  border: 1px solid #a0a329;
}
.local-nav ul {
  text-align: left;
  background-color: rgba(40, 40, 40, 0.7);
  padding: 10px 20px;
  border-radius: 10px;
  color: #999;
  list-style: none;
  margin: 0 0 60px;
}
.local-nav ul li {
  display: inline-block;
  padding: 5px 10px;
}
form {
  text-align: left;
  margin-bottom: 30px;
}
fieldset {
  border: 0;
  padding: 20px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  fieldset {
    padding: 0;
  }
}
label, p.pseudolabel {
  display: inline;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  color: #fff;
}
input[type="text"], input[type="email"], select, input[type="phone"], input[type="password"], input[type="number"], input[type="search"], textarea {
  box-shadow: 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1.42857;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  color: #000;
  outline: 0;
  border-radius: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 48em) {
  input[type="text"], input[type="email"], select, input[type="phone"], input[type="password"], input[type="number"], input[type="search"], textarea {
    margin-bottom: 0;
  }
}
input[type="text"]:focus, input[type="email"]:focus, select:focus, input[type="phone"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus, textarea:focus {
  border: 1px solid #ffff00;
}
input[type="text"].full-width, input[type="email"].full-width, select.full-width, input[type="phone"].full-width, input[type="password"].full-width, input[type="number"].full-width, input[type="search"].full-width, textarea.full-width {
  width: 100%;
}
.checkbox label {
  font-weight: 700;
  margin-left: 5px;
  font-size: 0.9286rem;
}
textarea {
  height: 132px;
}
.submit, .terms {
  padding: 20px 0;
}
.terms p {
  font-size: 0.8rem;
}
.reqd {
  color: red;
  font-size: 1.3em;
  line-height: 0.5;
  vertical-align: -5px;
}
select {
  background-color: #fff;
  border: 1px solid #ddd;
  padding-left: 20px;
  padding-right: 20px;
}
button {
  border: none;
}
.form-row {
  margin-bottom: 0;
  margin-right: -10px;
  margin-left: -10px;
  zoom: 1;
}
.form-row:before, .form-row:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.form-row:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .form-row {
    margin-bottom: 0;
  }
}
.form-row:last-child {
  margin-bottom: 0;
}
.form-row.conditional {
  display: none;
}
.form-row.show {
  display: block !important;
}
.form-row.group {
  padding: 1rem 0;
}
.form-row label {
  width: 100%;
}
.form-row .form-col {
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
.form-row .form-col.form-col-half {
  width: 50%;
}
.form-row .form-col.form-col-third {
  width: 33.333%;
}
@media screen and (max-width: 48em) {
  .form-row .form-col {
    width: 100% !important;
    float: none;
    padding: 0 0;
    margin-bottom: 10px;
  }
}
/* custom checkboxes */
.checkbox {
  display: block;
  width: 100%;
  zoom: 1;
}
.checkbox:before, .checkbox:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.checkbox:after {
  clear: both;
}
.checkbox p.pseudolabel {
  display: inline;
  font-size: 0.9286rem;
  font-weight: 700;
  float: left;
  margin-left: 0.75rem;
}
.checkbox-custom {
  width: 20px;
  position: relative;
  margin: 0;
  float: left;
  top: 2px;
}
.checkbox-custom label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f3f6f8 !important;
  border: 1px solid #ffff00 !important;
  border-radius: 0;
  box-shadow: 0;
}
.checkbox-custom label:after {
  content: "";
  width: 10px;
  height: 7px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.checkbox-custom label:hover::after {
  opacity: 0.5;
}
.checkbox-custom input[type=checkbox] {
  visibility: hidden;
}
.checkbox-custom input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.error .reason {
  margin-top: 5px;
}
input.error, textarea.error, select.error, input[type=radio].error {
  border: 1px solid red !important;
}
label.error, p.pseudolabel.pseudolabel_interests.error {
  color: red !important;
}
.errorMessageBox {
  display: block;
  width: 100%;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
}
.errorMessageBox:before {
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  content: "";
  font-family: fontawesome;
  color: #fff;
  font-size: 1.071rem;
  line-height: 1.071rem;
}
.errorMessageBox p {
  background-color: #ffc;
  margin: 0 0;
  padding: 0.1rem 0.33rem;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.1;
}
@media screen and (max-width: 48em) {
  .errorMessageBox p {
    font-size: 0.9rem;
    line-height: 1.1;
    padding: 0.1rem 1rem;
  }
}
.errorMessageBox p:first-child {
  padding-top: 0.33rem;
}
@media screen and (max-width: 48em) {
  .errorMessageBox p:first-child {
    padding-top: 0.5rem;
  }
}
.errorMessageBox p:last-child {
  padding-bottom: 0.33rem;
}
@media screen and (max-width: 48em) {
  .errorMessageBox p:last-child {
    padding-bottom: 0.5rem;
  }
}
.errorMessageBox p label {
  color: #fff !important;
  float: none !important;
}
.gf_left {
  float: left;
  clear: none !important;
  width: 50%;
}
.gf_right {
  float: right;
  clear: none !important;
  width: 50%;
}
.gf_left input, .gf_right input {
  width: 100% !important;
}
@media only screen and (max-width: 800px) {
  .gf_left, .gf_right {
    float: none;
    width: 100%;
  }
}
/* modal for general use */
.overlay {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: -200%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  padding: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .overlay {
    padding: 20px;
  }
}
.overlay.show {
  top: 0;
  bottom: 0;
}
.overlay .modal {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
}
.overlay .modal a.modal-close {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  font-size: 40px;
  line-height: 40px;
  background-color: #ffff00;
  padding: 2px 14px 6px;
  margin: 0;
  color: #fff;
  text-decoration: none;
}
body.overflow {
  overflow: hidden;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
::selection {
  /* WebKit/Blink Browsers */
  background: rgba(255, 255, 255, 0.5);
}
::-moz-selection {
  /* Gecko Browsers */
  background: rgba(255, 255, 255, 0.5);
}
.phone, .noBreak {
  display: inline-block;
}
.elementor-background-video-container video {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.elementor-editor-active header.site-header {
  z-index: -1 !important;
}
@media only screen and (min-width: 1080px) {
  .elementor-widget-tabs .elementor-tab-content {
    padding: 50px !important;
  }
}
.hide {
  display: none !important;
}
table.noborder {
  border: 0;
}
table.noborder tr {
  border: 0;
}
table.noborder tr td {
  border: 0;
}
@media screen and (max-width: 768px) {
  table.noborder tr td {
    width: 100%;
    display: block;
  }
}
.header {
  padding: 0;
}
.header .logo {
  float: left;
  width: 150px;
}
@media screen and (max-width: 900px) {
  .header .logo {
    float: left;
    width: 100px;
    position: absolute;
    top: 25px;
  }
}
@media screen and (max-width: 430px) {
  .header .logo {
    float: left;
    width: 65px;
    position: absolute;
    top: 25px;
  }
}
.header img {
  width: 100%;
  height: auto;
  max-width: 150px;
  display: block;
}
.navbar {
  float: right;
  width: calc(100% - 150px);
  box-sizing: border-box;
  padding: 50px 0 50px 40px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .navbar {
    width: calc(100% - 100px);
    padding: 60px 0 10px 20px;
  }
}
@media screen and (max-width: 430px) {
  .navbar {
    width: calc(100% - 65px);
    padding: 30px 0 10px 20px;
  }
}
.date-info {
  display: block;
  width: 100%;
}
.date {
  font-size: 50px;
  font-weight: 100;
  letter-spacing: -0.03em;
  display: inline-block;
  width: 370px;
}
@media screen and (max-width: 900px) {
  .date {
    font-size: 34px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 430px) {
  .date {
    font-size: 26px;
  }
}
.info {
  font-size: 14px;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .info {
    font-size: 11px;
    display: block;
    width: 100%;
  }
}
.info .artdir {
  display: inline-block;
  width: 130px;
}
.info .exedir {
  display: inline-block;
  width: 130px;
}
@media screen and (max-width: 900px) {
  .info .artdir {
    width: 100px;
    margin-bottom: 10px;
  }
  .info .exedir {
    width: 100px;
    margin-bottom: 10px;
  }
}
.nav {
  display: block;
  width: 100%;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  font-size: 18.5px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.nav ul li {
  display: inline-block;
  position: relative;
  border-radius: 5px;
}
.nav ul li a {
  display: inline-block;
  margin: 0 4px;
  padding: 10px 8px 8px;
  background-color: transparent;
}
.nav ul li:hover {
  background-color: #11909f;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 899px) {
  body.body-apply .nav > ul > li.nav-apply, body.body-about .nav > ul > li.nav-about, body.body-study .nav > ul > li.nav-study, body.body-competition .nav > ul > li.nav-competition, body.body-guest-artists .nav > ul > li.nav-guest-artists, body.body-faculty .nav > ul > li.nav-faculty, body.body-schedule .nav > ul > li.nav-schedule, body.body-tickets .nav > ul > li.nav-tickets, body.body-give .nav > ul > li.nav-give, body.body-contact .nav > ul > li.nav-contact {
    background-color: #11909f;
    color: #fff;
    text-decoration: none;
  }
  body.body-apply .nav > ul > li.nav-apply > a, body.body-about .nav > ul > li.nav-about > a, body.body-study .nav > ul > li.nav-study > a, body.body-competition .nav > ul > li.nav-competition > a, body.body-guest-artists .nav > ul > li.nav-guest-artists > a, body.body-faculty .nav > ul > li.nav-faculty > a, body.body-schedule .nav > ul > li.nav-schedule > a, body.body-tickets .nav > ul > li.nav-tickets > a, body.body-give .nav > ul > li.nav-give > a, body.body-contact .nav > ul > li.nav-contact > a {
    background-color: #11909f;
    color: #fff;
    text-decoration: none;
  }
}
.nav ul li:hover > a {
  color: #fff;
  text-decoration: none;
}
.nav ul li:hover > ul, .nav ul li ul:hover {
  display: block;
}
.nav ul li ul {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  background-color: #11909f;
  border-radius: 0 5px 5px 5px;
  width: 250px;
  z-index: 8;
  font-weight: 400;
  margin-top: -3px;
  padding: 10px 0 3px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}
.nav ul li ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.nav ul li ul li:last-child {
  border-bottom: 0;
}
.nav ul li ul li a {
  background-color: transparent;
  color: #fff;
  line-height: 1.2;
  display: block;
}
.nav ul li ul li a:hover {
  text-decoration: underline;
}
.nav-hamburger {
  display: none;
  position: fixed;
  top: 20px;
  left: auto;
  right: 20px;
  bottom: auto;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  font-family: arial, sans-serif;
  background-color: #000;
  border: 1px solid #444;
  border-radius: 5px;
  padding: 9px 13px 13px;
  z-index: 9;
}
.nav-hamburger:hover, .nav-hamburger:active {
  color: #babd15;
  text-decoration: none;
  border: 1px solid #888;
}
.nav-close {
  display: none;
  position: fixed;
  top: 20px;
  left: auto;
  right: 20px;
  bottom: auto;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  font-family: arial, sans-serif;
  background-color: #000;
  border: 1px solid #444;
  border-radius: 5px;
  padding: 11px 17px 11px;
  z-index: 11;
}
.nav-close:hover, .nav-close:active {
  color: #babd15;
  text-decoration: none;
  border: 1px solid #888;
}
@media screen and (max-width: 900px) {
  .nav {
    display: block;
    box-sizing: border-box;
    width: calc(100% - 100px);
    height: 100vh;
    max-width: 360px;
    border: 0;
    border-left: 1px solid #444;
    position: fixed;
    top: 0;
    left: auto;
    right: -100%;
    bottom: 0;
    padding: 0 0 80px 0;
    background-color: #000;
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.95);
    overflow: scroll;
    z-index: 10;
    transition: right 0.2s ease;
  }
  .nav.active {
    right: 0;
  }
  .nav ul {
    padding: 75px 20px 45px 15px;
    font-size: 19px;
  }
  .nav ul li {
    display: block;
    margin-bottom: 5px;
  }
  .nav ul li:hover {
    background-color: transparent;
    color: inherit;
  }
  .nav ul li:hover > a {
    color: #12b7c7;
    text-decoration: none;
  }
  .nav ul li ul {
    display: block;
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 16px;
    background-color: transparent;
    position: static;
    width: auto;
  }
  .nav ul li ul li {
    display: block;
  }
  .nav ul li ul li a {
    display: block;
    border-bottom: 1px solid #222;
  }
  .nav ul li ul li a:hover {
    color: #12b7c7;
    text-decoration: none;
  }
  .nav ul li ul li:last-child a {
    display: block;
    border-bottom: 0;
  }
  .nav-hamburger, .nav-close.active {
    display: block;
  }
}
.navbar {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sponsors {
  background: #292929;
  background: linear-gradient(155deg, #292929 0%, #0a0a0a 100%);
  padding: 50px 30px;
  margin-bottom: 30px;
  text-align: center;
}
.sponsors h2 {
  color: #babd15;
  text-align: center !important;
}
@media screen and (max-width: 900px) {
  .sponsors h2 {
    font-size: 1.3rem;
  }
}
.sponsors ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: center !important;
}
.sponsors-r, .sponsors-l {
  float: left;
  padding-bottom: 20px;
}
.sponsors-r {
  width: 45%;
}
.sponsors-l {
  width: 55%;
}
@media screen and (max-width: 900px) {
  .sponsors-r, .sponsors-l {
    width: 100%;
    float: none;
  }
}
.sponsor-logo-scsom img {
  width: 100%;
  height: auto;
  max-width: 360px;
  margin-bottom: 30px;
}
.sponsors-l ul {
  text-align: center !important;
}
.sponsors-l ul li {
  display: inline-block;
  padding: 10px 20px;
}
.sponsors-l ul li img {
  width: auto;
  height: 50px;
}
.social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer {
  padding: 10px 40px 40px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 0px 10px 20px;
  }
}
.footer p {
  font-size: 0.9rem;
}
html {
  scroll-behavior: smooth;
}
body {
  /*background: rgb(0,0,0);
    background: linear-gradient(155deg, rgba(41,41,41,1) 0%, rgba(0,0,0,1) 100%);*/
  color: #fff;
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  background: #000 url(/wp-content/themes/sepf/images/bg-stripes.jpg) top left 56% no-repeat;
}
@media screen and (max-width: 600px) {
  body {
    background: #000 url(/wp-content/themes/sepf/images/bg-stripes.jpg) top -50px left 33.33% no-repeat;
  }
}
.overflow {
  overflow-y: hidden;
}
.canvas {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .canvas {
    padding: 0 20px;
  }
}
.image-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .image-desktop {
    display: none;
  }
}
.image-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .image-mobile {
    display: block;
  }
}
section {
  display: block;
  margin: 0 0;
  padding: 0 0;
  background-color: transparent;
}
section img {
  display: block;
  margin: 0 0;
}
/*
.content .page{
  padding:40px 0;
  background-color: #000;
}
body.search-results .content .page.type-page{
  padding: 0;
}
@media screen and (max-width:500px){
  .content .page{
    padding:20px 25px;
  }
}
body.home .content .page{
  padding: 0 0 40px 0;
}
@media screen and (max-width:500px){
  body.home .content .page{
    padding: 0 0 20px 0;
  }
}
body.home .content .page .elementor-widget-image-carousel{
  z-index:0;
}

body.home .content .page .home-headline-h1{
  position: absolute;
  bottom: 0;
  left: 25px;
  background-color: #000;
  width: 90%;
  max-width: 730px;
  box-sizing: border-box;
  padding: 30px 40px;
  margin:0 0 40px 0;
  h1{
    margin-bottom: 0;
    font-size:5.5vw;
    line-height:100%;
  }
}
@media screen and (max-width:1024px){
  body.home .content .page .home-headline-h1{
    h1{
      font-size:60px;
    }
  }
}
@media screen and (max-width:700px){
  body.home .content .page .home-headline-h1{
    h1{
      font-size:40px;
    }
  }
}
@media screen and (max-width:550px){
  body.home .content .page .home-headline-h1{
    position:static;
    background-color: transparent;
    padding-top:10px;
    padding-bottom: 10px;
    width:100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:500px){
  body.home .content .page .home-headline-h1{
    padding-left:20px;
    padding-right: 20px;
  }
}
body.home .content .page .home-section{
  padding:10px 40px;
}
@media screen and (max-width:500px){
  body.home .content .page .home-section{
    padding:10px 20px;
  }
}
*/
.person-col {
  float: left;
  width: 33.333%;
  box-sizing: border-box;
  padding-right: 25px;
  padding-bottom: 25px;
}
.person-col img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .person-col {
    width: 100%;
    padding-right: 0;
  }
}
.entry-content {
  margin: 10px 0 50px 190px;
}
@media screen and (max-width: 1023px) {
  .entry-content {
    margin: 10px 0 50px 0;
  }
}
.entry-meta, .entry-footer {
  color: #fff;
}
@media screen and (max-width: 48em) {
  .post-footer {
    margin: 0 0 50px;
  }
}
#comments {
  margin: 120px 0 80px;
}
@media screen and (max-width: 48em) {
  #comments {
    margin: 120px 0 40px;
  }
}
#respond {
  margin: 60px 0 0;
}
.home .entry-content {
  margin: 10px 0 50px 0;
}
.elementor-widget-wp-widget-rss h5 .rss-widget-feed {
  display: none;
}
.elementor-widget-wp-widget-rss h5 {
  text-align: left;
  font-size: 1.5em;
  margin: 0;
  padding: 0 20px;
}
.elementor-widget-wp-widget-rss h5 a.rss-widget-title {
  color: #fff;
}
/*


#tribe-events-pg-template{
max-width:none;
padding-left:0;
padding-right:0;
}
#tribe-events-pg-template .tribe-events-single{
padding:20px 30px;
}

#tribe-events-pg-template .tribe-events-single img,
.single .entry-content img{
  width:auto;
  min-width:600px;
  max-width:80%;
}
@media screen and (max-width:768px){
  #tribe-events-pg-template .tribe-events-single img,
  .single .entry-content img{
    max-width:none;
    min-width:1px;
    width:100%;
  }
}


.tribe-events-header * {
color:#fff;
}

.tribe-events-calendar-list__event-row *{
color:#fff;
}

.tribe-events-calendar-list__event-date-tag *,
.tribe-events-calendar-latest-past *,
.tribe-events-calendar-day *,
.tribe-events-calendar-month-mobile-events__mobile-day *{
color:#fff !important;
}

.tribe-events-single h1,
.tribe-events-single h2,
.tribe-events-single h3,
.tribe-events-single h4,
.tribe-events-single h5,
.tribe-events-single h6,
.tribe-events-single p,
.tribe-events-single li,
.tribe-events-single dd{
color:#fff !important;
}


.tribe-events .tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-list__event-title-link:active,
.tribe-events .tribe-events-calendar-list__event-title-link:visited{
color:rgba(250,200,84,1) !important;
  &:hover{
    color:rgba(250,200,84,1) !important;
  }
}

.tribe-events-calendar-month__body * {
color:#fff !important;
}

.tribe-events-calendar-month__body a,
.tribe-events-calendar-latest-past a,
.tribe-events-calendar-day a,
.tribe-events-calendar-month-mobile-events__mobile-day a{
color:rgba(250,200,84,1) !important;
  &:hover{
    color:rgba(250,200,84,1) !important;
  }
}

.tribe-common--breakpoint-medium.tribe-events a.tribe-events-c-nav__next, 
.tribe-common--breakpoint-medium.tribe-events a.tribe-events-c-nav__prev{
color:rgba(250,200,84,1);
  &:hover{
    color:rgba(250,200,84,1);
  }
}
.tribe-common--breakpoint-medium.tribe-events a.tribe-events-c-nav__prev .tribe-events-c-nav__prev-icon-svg path,
.tribe-common--breakpoint-medium.tribe-events a.tribe-events-c-nav__next .tribe-events-c-nav__next-icon-svg path{
fill:rgba(250,200,84,1);
}


.tribe-events-c-events-bar__search-form{
display:none !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button{
font-family:"Libre Franklin", sans-serif;
color:#000 !important;
background-color: rgba(250,200,84,1);
border:0;
font-weight:700;
transition-duration: 0.4s !important;
}

ul.tribe-events-c-messages__message-list,
ul.tribe-events-c-top-bar__nav-list,
ul.tribe-events-c-view-selector__list{
margin-bottom:0 !important;
}

.tribe-events-c-messages__message{
background-color:rgba(255,255,255,0.2) !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
padding-top:30px;
max-width:none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-details{
display:block;
width:100%;
}

#tribe-events-pg-template{
padding-top:0px !important;
}
body.single-tribe_events #tribe-events-pg-template{
padding-top:30px !important;
}

.tribe-events-back{
margin-bottom:10px !important;
}

body.single-tribe_events .page{
display:none;
}

h1.tribe-events-single-event-title{
 font-size: $font-size-30px*2.6;
  line-height:$font-size-30px*2.6;
  color:#fff;
  font-family:$primary;
  font-weight:900;
  letter-spacing:-0.03em;
  padding:0 0;
  margin:0 0 30px 0;
  @include responsivebelow($medium-break) {
    font-size: $font-size-42px;
    line-height:$font-size-42px;
  }
}


.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button{
border-color:#fff;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover{
}


.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item{
border:0;
padding:0;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a{
color:#000 !important;
font-size:16px;
border-bottom:0 !important;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a:hover, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a:hover{
text-decoration:underline;
}

.tribe-events-tooltip-theme *,
.tribe-events-tooltip-theme--hover *{
color:#000 !important;
font-size:13px !important;
line-height:1.4 !important;
}


.tribe-events .tribe-events-calendar-month__day-cell--mobile:focus, 
.tribe-events .tribe-events-calendar-month__day-cell--mobile:hover{
background-color:rgba(255,255,255,0.2);
}

.tribe-events-c-view-selector__button,
.tribe-events-c-view-selector__button{
background-color:rgba(255,255,255,1) !important;
border-radius:4px  !important;
}
.tribe-events .tribe-events-c-view-selector__list-item-link{
border:0 !important;
}
.tribe-events .tribe-events-c-view-selector__list-item-icon{
line-height:1;
}

.tribe-events .tribe-events-l-container{
min-height:0px !important;
padding-top:30px !important;
padding-bottom:60px !important;
}

.tribe-events-single .tribe-events-sub-nav{
  padding-left:0;
}

@media screen and (max-width:768px){
  .tribe-events-single .tribe-events-sub-nav{
    display:block;
  }
  .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next, 
  .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous{
    display:block;
    width:100%;
    margin-bottom:20px;
  }
  .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next{
    text-align:right;
  }
}



.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, 
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a{
	color:$brand-gold;
  font-size:18px;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus, 
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover, 
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus, 
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover{
  color:darken($brand-gold,10%);
}


.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:after,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:before{
  display:none;
}
.tribe-events-single .tribe-events-sub-nav a span{
  display:inline;
}

*/
@media screen and (max-width: 1023px) {
  .single .eyebrow, .archive .eyebrow {
    padding: 40px;
    background-color: #161616;
  }
  .single-post .eyebrow {
    padding: 0px;
  }
}
@media screen and (max-width: 500px) {
  .single .eyebrow, .archive .eyebrow {
    padding: 25px;
  }
  .single-post .eyebrow {
    padding: 0px;
  }
}
.nav-links > div {
  margin-bottom: 20px;
}
.sepf-events-slider .tribe-common .tribe-common-g-row {
  display: block !important;
}
.sepf-events-slider .tribe-events-widget .tribe-events-widget-events-list__event-row {
  width: 330px;
  border: 2px solid #fff;
  padding: 15px;
  border-radius: 10px;
  margin: 0px 10px 10px;
}
.sepf-events-slider .tribe-events-widget .tribe-events-widget-events-list__event-row * {
  color: #fff !important;
}
.sepf-events-slider .tribe-events-widget-events-list__event-datetime-wrapper {
  font-size: 16px !important;
  line-height: 1.2 !important;
}
.sepf-events-slider .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime {
  display: block !important;
  text-align: left !important;
}
.sepf-events-slider .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime > span {
  display: inline !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  text-align: left !important;
}
.sepf-events-slider .tribe-events-widget .tribe-events-widget-events-list__event-row img {
  margin-bottom: 10px !important;
}
.sepf-events-slider .tribe-events-widget .tribe-events-widget-events-list__event-row a {
  color: #f9c959 !important;
}
.sepf-events-slider .tribe-events-widget-events-list__event-title {
  font-size: 20px !important;
}
.sepf-events-slider button.slick-arrow {
  position: absolute;
  left: -20px;
  background-color: #fff !important;
  top: 47%;
  transform: translateY(-50%);
  width: 40px !important;
  height: 40px !important;
  border-radius: 25px !important;
  z-index: 1;
  font-size: 5px !important;
  color: #fff !important;
}
.sepf-events-slider button.slick-arrow.slick-next {
  left: auto;
  right: -20px;
}
.sepf-events-slider button.slick-arrow.slick-prev:before {
  content: "‹";
  display: block;
  width: 40px;
  height: 40px;
  color: #000 !important;
  z-index: 10;
  position: absolute;
  font-family: arial;
  font-size: 32px;
  top: 0;
}
.sepf-events-slider button.slick-arrow.slick-next:before {
  content: "›";
  display: block;
  width: 40px;
  height: 40px;
  color: #000 !important;
  z-index: 10;
  position: absolute;
  font-family: arial;
  font-size: 32px;
  top: 0;
}
.sepf-events-slider .tribe-events-widget-events-list__view-more {
  display: none !important;
}
body.blog img.default-featured-img, body.single img.default-featured-img {
  display: none !important;
}
.content-page {
  padding-left: 190px;
  padding-bottom: 75px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .content-page {
    padding-left: 0;
    padding-bottom: 75px;
  }
}
.inset-image {
  display: block;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  width: 100%;
  height: auto;
  max-width: 300px;
}
@media screen and (max-width: 900px) {
  .inset-image {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.person-col {
  float: left;
  width: 33.333%;
  box-sizing: border-box;
  padding-right: 25px;
  padding-bottom: 25px;
}
.person-col img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .person-col {
    width: 100%;
    padding-right: 0;
  }
}
.heroes {
  margin-bottom: 0;
}
.heroes img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.big-title h1 {
  font-weight: 100;
  padding-bottom: 15px;
  border-bottom: 6px double #444;
}
.big-title h1:after {
  display: none;
}
.big-title .big-title-opening {
  font-size: 1.5rem;
  line-height: 1;
}
.big-title .big-title-closing {
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .big-title h1 {
    line-height: 0.8;
  }
  .big-title .big-title-opening {
    font-size: 1.5rem;
    line-height: 1;
  }
  .big-title .big-title-closing {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.floatright {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
}
.feed {
  text-align: left;
  float: left;
  width: 66.666%;
}
@media screen and (max-width: 750px) {
  .feed {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.press-thumb {
  float: left;
  width: calc(25% - 25px);
  margin-right: 25px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.press-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .press-thumb {
    float: left;
    width: calc(50% - 25px);
  }
}
/* 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;
}
