@import url("fonts/font.css");
body {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
  padding: 0; }

h1, b, a {
  font-weight: 700; }

h1 {
  margin-top: 0;
  font-size: 1.5em; }

h1.color1 {
  color: #f78b19; }

h1.huge {
  hyphens: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.5em; }
  @media (max-width: 500px) {
    h1.huge {
      font-size: 1.5em; } }

h2.date {
  color: #f78b19;
  margin-top: -1em;
  font-style: italic; }

.orange {
  color: #f78b19; }

.green {
  color: #34b449; }

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

a:hover {
  text-decoration: underline; }

a.button, input.button {
  font-weight: 700;
  cursor: pointer;
  padding: 3px 10px 3px 10px;
  margin: 5px 0;
  display: inline-block;
  font-size: 1.25em;
  text-decoration: none;
  border: 4px solid #f78b19;
  border-radius: 800px;
  color: #34b449;
  background: white;
  transition: .1s; }

a.button:hover {
  color: #f78b19;
  transform: scale(1.05); }

div.color2 a.button {
  border-color: #34b449; }

div.color2 a.button:hover {
  color: #f78b19; }

div.color3 a.button {
  color: #f78b19; }

div.color3 a.button:hover {
  color: #34b449; }

header img {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: auto;
  margin-top: 2em; }

@media (max-width: 800px) {
  header {
    height: 55px;
    overflow: hidden; } }

nav.regular {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2000;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em 0;
  background: white; }
  @media (max-width: 800px) {
    nav.regular {
      display: none; } }
  nav.regular ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0; }
    nav.regular ul li {
      line-height: 1.5;
      font-size: 1.5em;
      height: 0.75em;
      margin: .25em 0;
      border-right: 4px solid #f78b19;
      padding: 0 1em; }
      nav.regular ul li a {
        position: relative;
        top: -50%;
        text-transform: uppercase;
        text-decoration: none;
        color: #34b449;
        white-space: nowrap; }
      nav.regular ul li a.current {
        color: #f78b19; }
    nav.regular ul li:last-child {
      border-right: none; }

nav.mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
  padding: 0 5%;
  background: white;
  z-index: 10000; }
  @media (max-width: 800px) {
    nav.mobile {
      display: block; } }
  nav.mobile img {
    height: 55px; }
  nav.mobile .hamburger-inner, nav.mobile .hamburger-inner:before, nav.mobile .hamburger-inner:after {
    background-color: #34b449 !important; }
  nav.mobile .hamburger:focus {
    outline: none !important; }
  nav.mobile .hamburger {
    transform: scale(0.75);
    position: fixed;
    top: 0;
    right: 0;
    background: white !important;
    z-index: 10001; }
  nav.mobile .hamburger:hover {
    opacity: 1 !important; }
  nav.mobile ul {
    position: fixed;
    z-index: 10000;
    margin: 0;
    padding: 0;
    padding-top: 2em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    list-style: none;
    transition: .5s ease;
    transform: translatex(100%); }
    nav.mobile ul li {
      padding: 1em;
      margin: 0 1em;
      border-bottom: 1px solid #ddd;
      line-height: 1.5;
      font-size: 1.5em;
      text-align: center; }
      nav.mobile ul li a {
        text-transform: uppercase;
        text-decoration: none;
        color: #34b449;
        white-space: nowrap; }
      nav.mobile ul li a.current {
        color: #f78b19; }
  nav.mobile ul.is-active {
    transform: translatex(0); }

/* SECTIONS */
section {
  max-width: 1100px;
  margin: auto;
  min-height: 2em;
  padding: 0 5%;
  overflow: hidden; }
  section img.icon {
    float: right;
    width: 150px; }
    @media (max-width: 800px) {
      section img.icon {
        display: none; } }

section.normal {
  display: flex; }
  section.normal div {
    flex: 1 1 0;
    margin: 2em; }
    section.normal div img {
      width: 100%; }
    @media (max-width: 800px) {
      section.normal div {
        margin: 2em 0; } }
  section.normal div.text, section.normal div.image {
    flex-grow: 2; }
  section.normal div.image > img {
    border: 8px solid white;
    box-sizing: border-box; }
  @media (max-width: 800px) {
    section.normal {
      display: block; } }

div.color1 div.image > img {
  border: none !important; }

div.color1 > section.normal {
  flex-direction: row-reverse; }

div.wrapper.color1:first-child {
  border-top: 4px solid #f78b19; }

section.video {
  display: flex;
  color: white; }
  section.video h1 {
    text-transform: uppercase; }
  section.video div {
    box-sizing: border-box;
    padding: 2em;
    flex: 1 1 0;
    width: 50%; }
    @media (max-width: 500px) {
      section.video div {
        padding: 1em 0;
        width: auto; } }
  section.video div.video {
    padding: 0;
    margin: -10px 0; }
    section.video div.video div.iframe {
      position: relative;
      top: 50%;
      box-sizing: border-box;
      border: 10px solid white;
      transform: translateY(-50%);
      width: 100%;
      padding-bottom: 56%; }
      section.video div.video div.iframe iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
  @media (max-width: 500px) {
    section.video {
      display: block; }
      section.video div.video {
        display: block;
        margin: 3em 0;
        margin-bottom: 1em; }
        section.video div.video div.iframe {
          transform: none; } }

section.news_large {
  max-width: none;
  position: relative;
  color: #34b449;
  padding: 2em 6em; }
  @media (max-width: 500px) {
    section.news_large {
      padding: 2em 0; } }
  section.news_large ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 10px; }
    section.news_large ul li {
      display: block;
      padding: 2em;
      height: 500px;
      border-right: 4px solid #f78b19; }
      section.news_large ul li h1 {
        color: #f78b19;
        text-transform: none; }
      section.news_large ul li div.image {
        background-color: #34b449;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        padding-top: 58%;
        margin-bottom: 2em; }
      @media (max-width: 500px) {
        section.news_large ul li {
          padding: 2em 10px; } }
    section.news_large ul li:last-child {
      border-right: none; }
  section.news_large ul:before, section.news_large ul:after {
    content: '';
    position: absolute;
    width: 10px;
    top: 0;
    bottom: 0;
    z-index: 500;
    background: white; }
  section.news_large ul:before {
    left: 10px; }
  section.news_large ul:after {
    right: 10px; }
  section.news_large img.icon {
    width: 125px;
    position: absolute;
    bottom: 0;
    left: -10px;
    z-index: 1000; }

section.partners {
  padding: 1em 0; }
  section.partners ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    section.partners ul li {
      box-sizing: border-box;
      flex: 0 0 25%;
      display: flex;
      padding: 1% 3%;
      margin-bottom: 1em;
      justify-content: center;
      flex-direction: column; }
      section.partners ul li img {
        width: 100%; }

section.projects {
  padding: 2em; }
  section.projects div.projects {
    display: flex;
    flex-wrap: wrap; }
    section.projects div.projects div.project {
      flex: 0 0 33%;
      padding: 1em;
      margin-bottom: 2em;
      box-sizing: border-box; }
      section.projects div.projects div.project h1 {
        text-transform: uppercase; }
      section.projects div.projects div.project div.image {
        background-size: cover;
        background-position: center;
        padding-bottom: 56%; }
      @media (max-width: 800px) {
        section.projects div.projects div.project {
          flex-basis: 50%; } }
      @media (max-width: 500px) {
        section.projects div.projects div.project {
          flex-basis: 100%; } }

section.photo {
  margin: 0;
  padding: 0;
  max-width: none; }
  section.photo img {
    display: block;
    width: 100%;
    margin: auto; }

div.color1 {
  color: #34b449;
  background: white; }

div.color2 {
  color: white;
  background: #f78b19; }

div.color3 {
  color: white;
  background: #34b449; }

section.partnerships {
  display: flex;
  justify-content: center; }
  section.partnerships div {
    color: #34b449;
    flex: 0 1 25%;
    margin: 1em;
    padding: 1em;
    background: white; }
    section.partnerships div img {
      width: 80%;
      margin: 10%;
      margin-bottom: 0; }
    section.partnerships div h2 {
      color: #f78b19;
      text-transform: uppercase; }
  @media (max-width: 800px) {
    section.partnerships {
      display: block; } }

section.program {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center; }
  section.program div.programs_wrapper {
    display: inline-block;
    max-width: 100%; }
  section.program div.location {
    padding-top: 2em; }
  section.program div.location.c1 {
    background: #f78b19; }
    section.program div.location.c1 div.programs > a:last-child {
      border-right: 100px solid #f78b19; }
    section.program div.location.c1 div.programs > a:first-child {
      border-left: 100px solid #f78b19; }
    section.program div.location.c1 div.arrow {
      background: #f78b19; }
  section.program div.location.c2 {
    background: white; }
    section.program div.location.c2 div.programs > a:last-child {
      border-right: 100px solid white; }
    section.program div.location.c2 div.programs > a:first-child {
      border-left: 100px solid white; }
    section.program div.location.c2 h1 {
      color: #34b449; }
    section.program div.location.c2 div.arrow {
      color: #34b449; }
    section.program div.location.c2 div.arrow {
      background: white; }
  section.program div.location.c3 {
    background: #34b449; }
    section.program div.location.c3 div.programs > a:last-child {
      border-right: 100px solid #34b449; }
    section.program div.location.c3 div.programs > a:first-child {
      border-left: 100px solid #34b449; }
    section.program div.location.c3 div.arrow {
      background: #34b449; }
  section.program div.location.c4 {
    background: white; }
    section.program div.location.c4 div.programs > a:last-child {
      border-right: 100px solid white; }
    section.program div.location.c4 div.programs > a:first-child {
      border-left: 100px solid white; }
    section.program div.location.c4 h1 {
      color: #f78b19; }
    section.program div.location.c4 div.arrow {
      color: #f78b19; }
    section.program div.location.c4 div.arrow {
      background: white; }
  section.program div.arrow {
    font-size: 8em;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    width: 100px;
    height: calc(100% - 20px);
    z-index: 99;
    padding-top: 36px;
    box-sizing: border-box; }
    section.program div.arrow a {
      text-decoration: none; }
    @media (max-width: 500px) {
      section.program div.arrow {
        display: none; } }
  section.program div.previous {
    left: 0; }
  section.program div.next {
    right: 0; }
  section.program div.programs {
    position: relative;
    display: flex;
    overflow: auto;
    padding: 0; }
    @media (max-width: 500px) {
      section.program div.programs {
        padding: 0; } }
  section.program div.detail {
    display: none; }
  section.program div.program {
    box-sizing: border-box;
    margin: 0 6px; }
    section.program div.program div.image {
      position: relative;
      padding: 8px;
      background: white; }
      section.program div.program div.image img {
        height: 200px;
        display: block; }
    section.program div.program div.image:after {
      content: '';
      display: block;
      color: black;
      background-image: url(golf.png);
      background-size: contain;
      position: absolute;
      bottom: 8px;
      left: 0;
      right: 0;
      height: 27px; }
    section.program div.program h1 {
      text-align: center;
      text-transform: uppercase;
      margin-top: 5px; }

section.timetable {
  background: white !important;
  padding-top: 20px; }
  section.timetable div.buttons {
    text-align: center;
    margin-bottom: 2em; }
    section.timetable div.buttons a {
      display: inline-block;
      font-size: 1.5em;
      margin-bottom: 10px;
      text-transform: uppercase; }
    section.timetable div.buttons a:hover {
      text-decoration: none; }
    section.timetable div.buttons a.active {
      border-bottom: 2px solid #34b449; }
  section.timetable div.timetable {
    text-transform: uppercase;
    padding-left: 120px;
    display: flex;
    background: url("timetable.png");
    background-repeat: no-repeat;
    font-size: 0.7em; }
    @media (max-width: 800px) {
      section.timetable div.timetable {
        background: white; } }
    @media (max-width: 800px) {
      section.timetable div.timetable {
        display: block; } }
    @media (max-width: 800px) {
      section.timetable div.timetable {
        padding-left: 0; } }
    section.timetable div.timetable div.location {
      flex: 1 1 0;
      height: 1500px;
      margin-bottom: 40px;
      position: relative;
      overflow: hidden; }
      @media (max-width: 800px) {
        section.timetable div.timetable div.location {
          height: auto; } }
      section.timetable div.timetable div.location h1.title {
        text-transform: uppercase;
        text-align: center; }
      section.timetable div.timetable div.location div.program {
        cursor: pointer;
        box-sizing: border-box;
        margin: 0 5px;
        padding: 5px;
        color: white;
        position: absolute;
        left: 0;
        right: 0;
        overflow: hidden; }
        @media (max-width: 800px) {
          section.timetable div.timetable div.location div.program {
            margin: 15px 0; } }
        @media (max-width: 800px) {
          section.timetable div.timetable div.location div.program {
            position: static; } }
        @media (max-width: 800px) {
          section.timetable div.timetable div.location div.program {
            height: auto !important; } }
        section.timetable div.timetable div.location div.program h1, section.timetable div.timetable div.location div.program h2 {
          font-size: 1em;
          margin: 0; }
        section.timetable div.timetable div.location div.program img {
          margin-top: 4px;
          box-sizing: border-box;
          width: 100%;
          border: 5px solid white;
          background: white; }
    section.timetable div.timetable div.location.odd {
      color: #34b449; }
      section.timetable div.timetable div.location.odd div.program {
        background: #34b449; }
      section.timetable div.timetable div.location.odd div.program {
        border-bottom: 5px solid #34b449; }
    section.timetable div.timetable div.location.even {
      color: #f78b19; }
      section.timetable div.timetable div.location.even div.program {
        background: #f78b19; }
      section.timetable div.timetable div.location.even div.program {
        border-bottom: 5px solid #f78b19; }

/* DETAIL PAGES */
article {
  display: flex;
  padding: 3em 10px;
  max-width: 1100px;
  margin: auto; }
  article section {
    margin: 0;
    padding: 0;
    padding-right: 5%;
    box-sizing: border-box;
    flex: 0 0 50%; }
    article section h1.title {
      text-transform: uppercase; }
  @media (max-width: 500px) {
    article {
      display: block; } }

article.news figure {
  margin: 0;
  padding: 0;
  margin-bottom: 2em; }
  article.news figure img {
    width: 100%; }

article img.single {
  width: 100%;
  box-sizing: border-box;
  border: 8px solid white; }

/* OTHER */
footer {
  margin: 0;
  margin-bottom: 4em;
  color: #34b449;
  text-align: center; }
  footer div.socialmedia {
    background: #f78b19;
    padding: 1em 0;
    margin-bottom: 2em; }
    footer div.socialmedia img {
      height: 32px;
      vertical-align: middle;
      margin: 1em; }
    footer div.socialmedia a {
      color: white;
      font-size: 1.25em;
      text-decoration: none; }
  footer h1 {
    font-size: 1.5em;
    color: #f78b19; }
  footer .orange {
    color: #f78b19; }

.slick-slide {
  outline: none; }

.slider .slick-arrow {
  border: none;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  color: transparent;
  cursor: pointer;
  z-index: 1000;
  transform: translate(0, -50%); }
  @media (max-width: 500px) {
    .slider .slick-arrow {
      top: 0px; } }

.slider .slick-arrow:focus {
  outline: none !important; }

.slider .slick-prev {
  left: -60px;
  background: url("left.png") center/cover no-repeat; }
  @media (max-width: 500px) {
    .slider .slick-prev {
      left: 30px; } }

.slider .slick-next {
  right: -60px;
  background: url("right.png") center/cover no-repeat; }
  @media (max-width: 500px) {
    .slider .slick-next {
      right: 30px; } }

.slider .slick-disabled {
  opacity: .25;
  cursor: default; }

.photos figure, .thumbnails figure {
  margin: 0;
  padding: 0; }
  .photos figure img, .thumbnails figure img {
    width: 100%;
    border: 8px solid white;
    box-sizing: border-box; }

ul.thumbnails {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 8px solid white;
  border-bottom: 0;
  border-right: 0;
  box-sizing: border-box; }
  ul.thumbnails li {
    cursor: pointer;
    margin: 0;
    padding: 0;
    height: 100px;
    background-position: center;
    background-size: cover;
    border-right: 8px solid white; }

div#mc_embed_signup label {
  width: 150px;
  display: inline-block;
  text-align: right; }

div#mc_embed_signup input {
  width: 150px; }

div#mc_embed_signup div.mc-field-group {
  margin: 10px; }

/*# sourceMappingURL=../../../../../../../static/effect/main13.css.map */