@charset "UTF-8";
/**
 * Core: Base
 * -----------------------------------------------------------------------------
 */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
}

html,
body {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeSpeed;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
}

.background-1 {
  background: #f9f6f2;
}

a {
  cursor: pointer;
}

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: #fff;
}

.flickity-prev-next-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 5px #09f;
     -moz-box-shadow: 0 0 0 5px #09f;
          box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: .6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: .3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@media (max-width: 1023px) {
  .show-desktop {
    display: none !important;
  }
  .block-mobile {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .show-mobile {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

@media (min-width: 0px) {
  .col-xs-1 {
    width: 8.33333%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xs-right-1 {
    margin-right: 8.33333%;
  }
  .margin-xs-left-1 {
    margin-left: 8.33333%;
  }
  .margin-xs-right-1 {
    margin-right: 8.33333%;
  }
  .padding-xs-left-1 {
    padding-left: 8.33333%;
  }
  .padding-xs-right-1 {
    padding-right: 8.33333%;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xs-right-2 {
    margin-right: 16.66667%;
  }
  .margin-xs-left-2 {
    margin-left: 16.66667%;
  }
  .margin-xs-right-2 {
    margin-right: 16.66667%;
  }
  .padding-xs-left-2 {
    padding-left: 16.66667%;
  }
  .padding-xs-right-2 {
    padding-right: 16.66667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-right-3 {
    margin-right: 25%;
  }
  .margin-xs-left-3 {
    margin-left: 25%;
  }
  .margin-xs-right-3 {
    margin-right: 25%;
  }
  .padding-xs-left-3 {
    padding-left: 25%;
  }
  .padding-xs-right-3 {
    padding-right: 25%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xs-right-4 {
    margin-right: 33.33333%;
  }
  .margin-xs-left-4 {
    margin-left: 33.33333%;
  }
  .margin-xs-right-4 {
    margin-right: 33.33333%;
  }
  .padding-xs-left-4 {
    padding-left: 33.33333%;
  }
  .padding-xs-right-4 {
    padding-right: 33.33333%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xs-right-5 {
    margin-right: 41.66667%;
  }
  .margin-xs-left-5 {
    margin-left: 41.66667%;
  }
  .margin-xs-right-5 {
    margin-right: 41.66667%;
  }
  .padding-xs-left-5 {
    padding-left: 41.66667%;
  }
  .padding-xs-right-5 {
    padding-right: 41.66667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-right-6 {
    margin-right: 50%;
  }
  .margin-xs-left-6 {
    margin-left: 50%;
  }
  .margin-xs-right-6 {
    margin-right: 50%;
  }
  .padding-xs-left-6 {
    padding-left: 50%;
  }
  .padding-xs-right-6 {
    padding-right: 50%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xs-right-7 {
    margin-right: 58.33333%;
  }
  .margin-xs-left-7 {
    margin-left: 58.33333%;
  }
  .margin-xs-right-7 {
    margin-right: 58.33333%;
  }
  .padding-xs-left-7 {
    padding-left: 58.33333%;
  }
  .padding-xs-right-7 {
    padding-right: 58.33333%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xs-right-8 {
    margin-right: 66.66667%;
  }
  .margin-xs-left-8 {
    margin-left: 66.66667%;
  }
  .margin-xs-right-8 {
    margin-right: 66.66667%;
  }
  .padding-xs-left-8 {
    padding-left: 66.66667%;
  }
  .padding-xs-right-8 {
    padding-right: 66.66667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-right-9 {
    margin-right: 75%;
  }
  .margin-xs-left-9 {
    margin-left: 75%;
  }
  .margin-xs-right-9 {
    margin-right: 75%;
  }
  .padding-xs-left-9 {
    padding-left: 75%;
  }
  .padding-xs-right-9 {
    padding-right: 75%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xs-right-10 {
    margin-right: 83.33333%;
  }
  .margin-xs-left-10 {
    margin-left: 83.33333%;
  }
  .margin-xs-right-10 {
    margin-right: 83.33333%;
  }
  .padding-xs-left-10 {
    padding-left: 83.33333%;
  }
  .padding-xs-right-10 {
    padding-right: 83.33333%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xs-right-11 {
    margin-right: 91.66667%;
  }
  .margin-xs-left-11 {
    margin-left: 91.66667%;
  }
  .margin-xs-right-11 {
    margin-right: 91.66667%;
  }
  .padding-xs-left-11 {
    padding-left: 91.66667%;
  }
  .padding-xs-right-11 {
    padding-right: 91.66667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-right-12 {
    margin-right: 100%;
  }
  .margin-xs-left-12 {
    margin-left: 100%;
  }
  .margin-xs-right-12 {
    margin-right: 100%;
  }
  .padding-xs-left-12 {
    padding-left: 100%;
  }
  .padding-xs-right-12 {
    padding-right: 100%;
  }
}

@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-right-1 {
    margin-right: 8.33333%;
  }
  .margin-sm-left-1 {
    margin-left: 8.33333%;
  }
  .margin-sm-right-1 {
    margin-right: 8.33333%;
  }
  .padding-sm-left-1 {
    padding-left: 8.33333%;
  }
  .padding-sm-right-1 {
    padding-right: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-right-2 {
    margin-right: 16.66667%;
  }
  .margin-sm-left-2 {
    margin-left: 16.66667%;
  }
  .margin-sm-right-2 {
    margin-right: 16.66667%;
  }
  .padding-sm-left-2 {
    padding-left: 16.66667%;
  }
  .padding-sm-right-2 {
    padding-right: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-right-3 {
    margin-right: 25%;
  }
  .margin-sm-left-3 {
    margin-left: 25%;
  }
  .margin-sm-right-3 {
    margin-right: 25%;
  }
  .padding-sm-left-3 {
    padding-left: 25%;
  }
  .padding-sm-right-3 {
    padding-right: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-right-4 {
    margin-right: 33.33333%;
  }
  .margin-sm-left-4 {
    margin-left: 33.33333%;
  }
  .margin-sm-right-4 {
    margin-right: 33.33333%;
  }
  .padding-sm-left-4 {
    padding-left: 33.33333%;
  }
  .padding-sm-right-4 {
    padding-right: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-right-5 {
    margin-right: 41.66667%;
  }
  .margin-sm-left-5 {
    margin-left: 41.66667%;
  }
  .margin-sm-right-5 {
    margin-right: 41.66667%;
  }
  .padding-sm-left-5 {
    padding-left: 41.66667%;
  }
  .padding-sm-right-5 {
    padding-right: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-right-6 {
    margin-right: 50%;
  }
  .margin-sm-left-6 {
    margin-left: 50%;
  }
  .margin-sm-right-6 {
    margin-right: 50%;
  }
  .padding-sm-left-6 {
    padding-left: 50%;
  }
  .padding-sm-right-6 {
    padding-right: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-right-7 {
    margin-right: 58.33333%;
  }
  .margin-sm-left-7 {
    margin-left: 58.33333%;
  }
  .margin-sm-right-7 {
    margin-right: 58.33333%;
  }
  .padding-sm-left-7 {
    padding-left: 58.33333%;
  }
  .padding-sm-right-7 {
    padding-right: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-right-8 {
    margin-right: 66.66667%;
  }
  .margin-sm-left-8 {
    margin-left: 66.66667%;
  }
  .margin-sm-right-8 {
    margin-right: 66.66667%;
  }
  .padding-sm-left-8 {
    padding-left: 66.66667%;
  }
  .padding-sm-right-8 {
    padding-right: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-right-9 {
    margin-right: 75%;
  }
  .margin-sm-left-9 {
    margin-left: 75%;
  }
  .margin-sm-right-9 {
    margin-right: 75%;
  }
  .padding-sm-left-9 {
    padding-left: 75%;
  }
  .padding-sm-right-9 {
    padding-right: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-right-10 {
    margin-right: 83.33333%;
  }
  .margin-sm-left-10 {
    margin-left: 83.33333%;
  }
  .margin-sm-right-10 {
    margin-right: 83.33333%;
  }
  .padding-sm-left-10 {
    padding-left: 83.33333%;
  }
  .padding-sm-right-10 {
    padding-right: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-right-11 {
    margin-right: 91.66667%;
  }
  .margin-sm-left-11 {
    margin-left: 91.66667%;
  }
  .margin-sm-right-11 {
    margin-right: 91.66667%;
  }
  .padding-sm-left-11 {
    padding-left: 91.66667%;
  }
  .padding-sm-right-11 {
    padding-right: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-right-12 {
    margin-right: 100%;
  }
  .margin-sm-left-12 {
    margin-left: 100%;
  }
  .margin-sm-right-12 {
    margin-right: 100%;
  }
  .padding-sm-left-12 {
    padding-left: 100%;
  }
  .padding-sm-right-12 {
    padding-right: 100%;
  }
}

@media (min-width: 1024px) {
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-right-1 {
    margin-right: 8.33333%;
  }
  .margin-md-left-1 {
    margin-left: 8.33333%;
  }
  .margin-md-right-1 {
    margin-right: 8.33333%;
  }
  .padding-md-left-1 {
    padding-left: 8.33333%;
  }
  .padding-md-right-1 {
    padding-right: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-right-2 {
    margin-right: 16.66667%;
  }
  .margin-md-left-2 {
    margin-left: 16.66667%;
  }
  .margin-md-right-2 {
    margin-right: 16.66667%;
  }
  .padding-md-left-2 {
    padding-left: 16.66667%;
  }
  .padding-md-right-2 {
    padding-right: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-right-3 {
    margin-right: 25%;
  }
  .margin-md-left-3 {
    margin-left: 25%;
  }
  .margin-md-right-3 {
    margin-right: 25%;
  }
  .padding-md-left-3 {
    padding-left: 25%;
  }
  .padding-md-right-3 {
    padding-right: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-right-4 {
    margin-right: 33.33333%;
  }
  .margin-md-left-4 {
    margin-left: 33.33333%;
  }
  .margin-md-right-4 {
    margin-right: 33.33333%;
  }
  .padding-md-left-4 {
    padding-left: 33.33333%;
  }
  .padding-md-right-4 {
    padding-right: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-right-5 {
    margin-right: 41.66667%;
  }
  .margin-md-left-5 {
    margin-left: 41.66667%;
  }
  .margin-md-right-5 {
    margin-right: 41.66667%;
  }
  .padding-md-left-5 {
    padding-left: 41.66667%;
  }
  .padding-md-right-5 {
    padding-right: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-right-6 {
    margin-right: 50%;
  }
  .margin-md-left-6 {
    margin-left: 50%;
  }
  .margin-md-right-6 {
    margin-right: 50%;
  }
  .padding-md-left-6 {
    padding-left: 50%;
  }
  .padding-md-right-6 {
    padding-right: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-right-7 {
    margin-right: 58.33333%;
  }
  .margin-md-left-7 {
    margin-left: 58.33333%;
  }
  .margin-md-right-7 {
    margin-right: 58.33333%;
  }
  .padding-md-left-7 {
    padding-left: 58.33333%;
  }
  .padding-md-right-7 {
    padding-right: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-right-8 {
    margin-right: 66.66667%;
  }
  .margin-md-left-8 {
    margin-left: 66.66667%;
  }
  .margin-md-right-8 {
    margin-right: 66.66667%;
  }
  .padding-md-left-8 {
    padding-left: 66.66667%;
  }
  .padding-md-right-8 {
    padding-right: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-right-9 {
    margin-right: 75%;
  }
  .margin-md-left-9 {
    margin-left: 75%;
  }
  .margin-md-right-9 {
    margin-right: 75%;
  }
  .padding-md-left-9 {
    padding-left: 75%;
  }
  .padding-md-right-9 {
    padding-right: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-right-10 {
    margin-right: 83.33333%;
  }
  .margin-md-left-10 {
    margin-left: 83.33333%;
  }
  .margin-md-right-10 {
    margin-right: 83.33333%;
  }
  .padding-md-left-10 {
    padding-left: 83.33333%;
  }
  .padding-md-right-10 {
    padding-right: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-right-11 {
    margin-right: 91.66667%;
  }
  .margin-md-left-11 {
    margin-left: 91.66667%;
  }
  .margin-md-right-11 {
    margin-right: 91.66667%;
  }
  .padding-md-left-11 {
    padding-left: 91.66667%;
  }
  .padding-md-right-11 {
    padding-right: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-right-12 {
    margin-right: 100%;
  }
  .margin-md-left-12 {
    margin-left: 100%;
  }
  .margin-md-right-12 {
    margin-right: 100%;
  }
  .padding-md-left-12 {
    padding-left: 100%;
  }
  .padding-md-right-12 {
    padding-right: 100%;
  }
}

@media (min-width: 1280px) {
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-right-1 {
    margin-right: 8.33333%;
  }
  .margin-lg-left-1 {
    margin-left: 8.33333%;
  }
  .margin-lg-right-1 {
    margin-right: 8.33333%;
  }
  .padding-lg-left-1 {
    padding-left: 8.33333%;
  }
  .padding-lg-right-1 {
    padding-right: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-right-2 {
    margin-right: 16.66667%;
  }
  .margin-lg-left-2 {
    margin-left: 16.66667%;
  }
  .margin-lg-right-2 {
    margin-right: 16.66667%;
  }
  .padding-lg-left-2 {
    padding-left: 16.66667%;
  }
  .padding-lg-right-2 {
    padding-right: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-right-3 {
    margin-right: 25%;
  }
  .margin-lg-left-3 {
    margin-left: 25%;
  }
  .margin-lg-right-3 {
    margin-right: 25%;
  }
  .padding-lg-left-3 {
    padding-left: 25%;
  }
  .padding-lg-right-3 {
    padding-right: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-right-4 {
    margin-right: 33.33333%;
  }
  .margin-lg-left-4 {
    margin-left: 33.33333%;
  }
  .margin-lg-right-4 {
    margin-right: 33.33333%;
  }
  .padding-lg-left-4 {
    padding-left: 33.33333%;
  }
  .padding-lg-right-4 {
    padding-right: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-right-5 {
    margin-right: 41.66667%;
  }
  .margin-lg-left-5 {
    margin-left: 41.66667%;
  }
  .margin-lg-right-5 {
    margin-right: 41.66667%;
  }
  .padding-lg-left-5 {
    padding-left: 41.66667%;
  }
  .padding-lg-right-5 {
    padding-right: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-right-6 {
    margin-right: 50%;
  }
  .margin-lg-left-6 {
    margin-left: 50%;
  }
  .margin-lg-right-6 {
    margin-right: 50%;
  }
  .padding-lg-left-6 {
    padding-left: 50%;
  }
  .padding-lg-right-6 {
    padding-right: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-right-7 {
    margin-right: 58.33333%;
  }
  .margin-lg-left-7 {
    margin-left: 58.33333%;
  }
  .margin-lg-right-7 {
    margin-right: 58.33333%;
  }
  .padding-lg-left-7 {
    padding-left: 58.33333%;
  }
  .padding-lg-right-7 {
    padding-right: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-right-8 {
    margin-right: 66.66667%;
  }
  .margin-lg-left-8 {
    margin-left: 66.66667%;
  }
  .margin-lg-right-8 {
    margin-right: 66.66667%;
  }
  .padding-lg-left-8 {
    padding-left: 66.66667%;
  }
  .padding-lg-right-8 {
    padding-right: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-right-9 {
    margin-right: 75%;
  }
  .margin-lg-left-9 {
    margin-left: 75%;
  }
  .margin-lg-right-9 {
    margin-right: 75%;
  }
  .padding-lg-left-9 {
    padding-left: 75%;
  }
  .padding-lg-right-9 {
    padding-right: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-right-10 {
    margin-right: 83.33333%;
  }
  .margin-lg-left-10 {
    margin-left: 83.33333%;
  }
  .margin-lg-right-10 {
    margin-right: 83.33333%;
  }
  .padding-lg-left-10 {
    padding-left: 83.33333%;
  }
  .padding-lg-right-10 {
    padding-right: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-right-11 {
    margin-right: 91.66667%;
  }
  .margin-lg-left-11 {
    margin-left: 91.66667%;
  }
  .margin-lg-right-11 {
    margin-right: 91.66667%;
  }
  .padding-lg-left-11 {
    padding-left: 91.66667%;
  }
  .padding-lg-right-11 {
    padding-right: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-right-12 {
    margin-right: 100%;
  }
  .margin-lg-left-12 {
    margin-left: 100%;
  }
  .margin-lg-right-12 {
    margin-right: 100%;
  }
  .padding-lg-left-12 {
    padding-left: 100%;
  }
  .padding-lg-right-12 {
    padding-right: 100%;
  }
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row-tabelize {
  display: table;
  width: 100%;
}

.row-tabelize [class^="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

[class^="col-"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0;
}

.col-padding-small {
  padding: 5px;
}

.col-padding-top-medium {
  padding-top: 20px;
}

@media (min-width: 1024px) {
  .col-padding-left-medium-responsive {
    padding-left: 30px;
  }
}

.padding-row-small {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-row-medium {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-row-large {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-row-bottom-small {
  padding-bottom: 10px;
}

.padding-row-bottom-medium {
  padding-bottom: 25px;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 29, 2017 */
@font-face {
  font-family: 'geometriaregular';
  src: url("../fonts/geometria-webfont.woff2") format("woff2"), url("../fonts/geometria-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'geometriabold';
  src: url("../fonts/geometria-bold-webfont.woff2") format("woff2"), url("../fonts/geometria-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'geometriaextrabold';
  src: url("../fonts/geometria-extablack-webfont.woff2") format("woff2"), url("../fonts/geometria-extablack-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'geometriaextralight';
  src: url("../fonts/geometria-extralight-webfont.woff2") format("woff2"), url("../fonts/geometria-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'geometriaheavy';
  src: url("../fonts/geometria-heavy-webfont.woff2") format("woff2"), url("../fonts/geometria-heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'geometrialight';
  src: url("../fonts/geometria-light-webfont.woff2") format("woff2"), url("../fonts/geometria-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'geometriamedium';
  src: url("../fonts/geometria-medium-webfont.woff2") format("woff2"), url("../fonts/geometria-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'geometriathin';
  src: url("../fonts/geometria-thin-webfont.woff2") format("woff2"), url("../fonts/geometria-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.navigation-mobile {
  z-index: 99;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
}

.navigation-mobile.open .navigation-close-button {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: fixed;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.navigation-mobile.open .navigation-close-button:hover::before, .navigation-mobile.open .navigation-close-button:hover::after {
  opacity: .8;
}

.navigation-mobile.open .navigation-close-button::before, .navigation-mobile.open .navigation-close-button::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}

.navigation-mobile.open .navigation-close-button::before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navigation-mobile.open .navigation-close-button::after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navigation-mobile.open .navigation-close-button.thick::before, .navigation-mobile.open .navigation-close-button.thick::after {
  height: 6px;
  margin-top: -2px;
}

.navigation-mobile.open .navigation-close-button.pointy::Before, .navigation-mobile.open .navigation-close-button.pointy::after {
  width: 200%;
  left: -50%;
}

.navigation-mobile.open .navigation-close-button.rounded::before, .navigation-mobile.open .navigation-close-button.rounded::after {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.navigation-mobile-container {
  margin-top: 120px;
  width: 100%;
  height: -webkit-calc(100% - 160px);
  height: -moz-calc(100% - 160px);
  height: calc(100% - 160px);
  text-align: center;
  overflow-y: auto;
}

.navigation-mobile-container .navigation-mobile-items,
.navigation-mobile-container .navigation-mobile-search,
.navigation-mobile-container .social-icons {
  opacity: 0;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.navigation-mobile-container nav.navigation-mobile-items {
  font-size: 32px;
  font-family: "geometriabold";
  color: #3f3f3f;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 60px !important;
}

.navigation-mobile-container nav.navigation-mobile-items ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navigation-mobile-container nav.navigation-mobile-items ul li {
  display: block;
  padding: 12px 12px;
  position: relative;
}

.navigation-mobile-container nav.navigation-mobile-items ul li a {
  color: #3f3f3f;
  text-decoration: none;
}

.navigation-mobile-container nav.navigation-mobile-items ul li a:hover {
  color: #2e9df4;
}

.navigation-mobile-container .navigation-mobile-search {
  margin: 60px 0 !important;
}

.navigation-mobile-container .navigation-mobile-search input {
  font-size: 24px;
  color: #161616;
  font-family: "geometriaregular";
  width: 300px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px white;
     -moz-box-shadow: 0px 0px 5px 0px white;
          box-shadow: 0px 0px 5px 0px white;
  padding-left: 48px;
  border: none;
  outline: none;
  background: #fff url("../images/icons/search.png") 10px center no-repeat;
}

.navigation-mobile-container .social-icons a {
  margin: 8px;
  display: inline-block;
}

.navigation-mobile.open {
  opacity: 1;
  height: 100%;
}

.navigation-mobile.open .navigation-mobile-items,
.navigation-mobile.open .navigation-mobile-search,
.navigation-mobile.open .social-icons {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.navigation, .navigation-top, .navigation-footer {
  background: #fff;
  font-size: 16px;
  font-family: "geometriabold";
  color: #3f3f3f;
  font-weight: bold;
  text-transform: uppercase;
  height: 136px;
  display: table;
  width: 100%;
}

@media (min-width: 1024px) {
  .navigation, .navigation-top, .navigation-footer {
    padding: 10px 0 10px 10px;
  }
}

@media (max-width: 1023px) {
  .navigation, .navigation-top, .navigation-footer {
    padding: 20px;
  }
}

@media (max-width: 1023px) {
  .navigation-top {
    margin-top: 61px;
  }
}

.navigation > div, .navigation-top > div, .navigation-footer > div {
  display: table-cell;
  vertical-align: middle;
}

.navigation > div.navigation-logo, .navigation-top > div.navigation-logo, .navigation-footer > div.navigation-logo {
  width: 200px;
}

.navigation > div.navigation-buttons, .navigation-top > div.navigation-buttons, .navigation-footer > div.navigation-buttons {
  width: 200px;
}

.navigation > div.navigation-search, .navigation-top > div.navigation-search, .navigation-footer > div.navigation-search {
  position: relative;
  text-align: center;
}

.navigation > div.navigation-search .search-box, .navigation-top > div.navigation-search .search-box, .navigation-footer > div.navigation-search .search-box {
  text-align: left;
  display: block;
  position: absolute;
  top: -webkit-calc(50% - 2px);
  top: -moz-calc(50% - 2px);
  top: calc(50% - 2px);
  right: -10px;
  -webkit-transform: translateY(-50%) scale(0);
     -moz-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
       -o-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  height: 40px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  background: #f3f3f3;
  width: 0;
  opacity: 0;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.navigation > div.navigation-search .search-box input, .navigation-top > div.navigation-search .search-box input, .navigation-footer > div.navigation-search .search-box input {
  padding-left: 10px;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 100%;
}

.navigation > div.navigation-search.open img, .navigation-top > div.navigation-search.open img, .navigation-footer > div.navigation-search.open img {
  position: relative;
  z-index: 2;
}

.navigation > div.navigation-search.open .search-box, .navigation-top > div.navigation-search.open .search-box, .navigation-footer > div.navigation-search.open .search-box {
  width: 240px;
  right: 0;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(-50%) scale(1);
     -moz-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
       -o-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.navigation > div.navigation-social, .navigation-top > div.navigation-social, .navigation-footer > div.navigation-social {
  text-align: center;
}

@media (min-width: 1024px) {
  .navigation > div.navigation-toggle, .navigation-top > div.navigation-toggle, .navigation-footer > div.navigation-toggle {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navigation > div.navigation-links, .navigation-top > div.navigation-links, .navigation-footer > div.navigation-links, .navigation > div.navigation-search, .navigation-top > div.navigation-search, .navigation-footer > div.navigation-search, .navigation > div.navigation-social, .navigation-top > div.navigation-social, .navigation-footer > div.navigation-social {
    display: none;
  }
  .navigation > div.navigation-buttons.navigation-buttons-top, .navigation-top > div.navigation-buttons.navigation-buttons-top, .navigation-footer > div.navigation-buttons.navigation-buttons-top {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .navigation > div.navigation-buttons.navigation-buttons-top > a, .navigation-top > div.navigation-buttons.navigation-buttons-top > a, .navigation-footer > div.navigation-buttons.navigation-buttons-top > a,
  .navigation > div.navigation-buttons.navigation-buttons-top > div, .navigation-top > div.navigation-buttons.navigation-buttons-top > div, .navigation-footer > div.navigation-buttons.navigation-buttons-top > div {
    cursor: pointer;
    display: inline-block;
    width: 33.33333%;
    height: 57px;
    overflow: hidden;
    vertical-align: middle;
  }
  .navigation > div.navigation-buttons.navigation-buttons-top > a.loggedin, .navigation-top > div.navigation-buttons.navigation-buttons-top > a.loggedin, .navigation-footer > div.navigation-buttons.navigation-buttons-top > a.loggedin,
  .navigation > div.navigation-buttons.navigation-buttons-top > div.loggedin, .navigation-top > div.navigation-buttons.navigation-buttons-top > div.loggedin, .navigation-footer > div.navigation-buttons.navigation-buttons-top > div.loggedin {
    width: 50% !important;
  }
}

.navigation-social img {
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 3px;
}

.navigation-buttons {
  text-align: right;
}

.navigation-buttons > div,
.navigation-buttons > a {
  margin: 2px auto;
  color: #fff;
  font-size: 14px;
  font-family: "geometriabold";
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .navigation-buttons > div,
  .navigation-buttons > a {
    float: left;
  }
}

@media (max-width: 1023px) {
  .navigation-buttons > div,
  .navigation-buttons > a {
    display: block;
    text-align: center;
    padding: 20px 20px;
  }
}

@media (min-width: 1024px) {
  .navigation-buttons > div,
  .navigation-buttons > a {
    display: inline-block;
    padding: 9px 20px;
  }
}

.navigation-buttons .first {
  background: #6cc97e;
}

.navigation-buttons .first .member-container {
  text-align: left;
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 100%;
  overflow: hidden;
  z-index: 99999;
  background-color: white;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.navigation-buttons .first .member-container .member-heading {
  text-transform: none;
  padding: 20px;
  border-bottom: 1px solid #f4f1ec;
}

.navigation-buttons .first .member-container .member-heading:hover {
  opacity: 0.7;
}

.navigation-buttons .first .member-container .member-heading img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-right: 12px;
}

.navigation-buttons .first .member-container .member-heading a {
  display: inline-block;
  vertical-align: middle;
  color: #5c5c5c;
  text-decoration: none;
  font-size: 12px;
  width: -webkit-calc(100% - 46px);
  width: -moz-calc(100% - 46px);
  width: calc(100% - 46px);
}

.navigation-buttons .first .member-container .member-links {
  text-transform: none;
  padding: 20px;
}

.navigation-buttons .first .member-container .member-links ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.navigation-buttons .first .member-container .member-links ul li a {
  display: block;
  font-size: 12px;
  font-family: "geometriamedium";
  color: #5c5c5c;
  text-decoration: none;
  padding: 0 0 10px;
}

.navigation-buttons .first .member-container .member-links ul li a:hover {
  opacity: 0.7;
}

.navigation-buttons .first .member-container .member-logout a {
  color: #f61d9d;
  font-family: 'geometriamedium';
  font-size: 12px;
  padding: 0 20px 20px 20px;
  display: block;
}

.navigation-buttons .first .member-container .member-logout a:hover {
  opacity: 0.7;
}

@media (min-width: 1024px) {
  .navigation-buttons .first.loggedin {
    position: relative;
    padding-left: 60px;
  }
}

.navigation-buttons .first.loggedin .arrow-down {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 8px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navigation-buttons .first.open .arrow-down {
  -webkit-transform: translateY(-50%) rotateX(180deg);
     -moz-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}

.navigation-buttons .first.open .member-container {
  display: block;
}

.navigation-buttons .second {
  background: #42a7f5;
}

.navigation-buttons .third {
  background: #f733a7;
}

.navigation-toggle {
  text-align: right;
}

.navigation-hamburger {
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  display: inline-block;
  cursor: pointer;
}

.navigation-hamburger.open {
  z-index: 999;
  position: relative;
  display: none;
}

.navigation-hamburger.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navigation-hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.navigation-hamburger.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.navigation-hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #161616;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  content: ' ';
}

.navigation-hamburger span:nth-child(1) {
  top: 0px;
}

.navigation-hamburger span:nth-child(2) {
  top: 18px;
}

.navigation-hamburger span:nth-child(3) {
  top: 36px;
}

.navigation-links ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navigation-links ul li {
  display: inline-block;
  padding: 0 12px;
  position: relative;
}

.navigation-links ul li a {
  color: #3f3f3f;
  text-decoration: none;
}

.navigation-links ul li a:hover {
  color: #2e9df4;
}

.navigation-footer {
  margin: 0;
  padding: 0;
  height: auto;
}

@media (min-width: 1024px) {
  .navigation-footer div.navigation-buttons a {
    margin: 0;
  }
}

@media (max-width: 1023px) {
  .navigation-footer .navigation-links,
  .navigation-footer .navigation-footer-signup {
    display: none;
  }
  .navigation-footer div.navigation-buttons {
    display: block;
    width: 100%;
  }
  .navigation-footer div.navigation-buttons a {
    float: none;
    margin: 0;
  }
}

.navigation-footer-signup-button {
  font-size: 16px;
  font-family: "geometriabold";
  color: #c778ff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/icons/mail.png") left center no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  padding-left: 36px;
}

/* MENU DROPDOWN */
#nav > a {
  display: none;
}

#nav li {
  position: relative;
}

/* second level */
#nav li ul {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  padding: 0 20px;
}

#nav li.has-dropdown:hover:after {
  display: block;
  width: 2px;
  height: 20px;
  background-color: #2e9df4;
  position: absolute;
  top: -webkit-calc(100% + 10px);
  top: -moz-calc(100% + 10px);
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
  content: ' ';
}

#nav li.has-dropdown:hover ul {
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: white;
  width: auto;
  padding-top: 30px;
  text-align: center;
}

#nav li.has-dropdown:hover ul li {
  display: block;
  padding: 10px 0;
  white-space: nowrap;
}

/* MAIN CAROUSEL */
.carousel-cell {
  width: 100%;
  position: relative;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 1023px) {
  .carousel-cell {
    height: 900px;
  }
}

@media (min-width: 1024px) {
  .carousel-cell {
    height: 544px;
  }
}

.carousel-cell .carousel-description {
  background-color: rgba(47, 168, 255, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 1023px) {
  .carousel-cell .carousel-description {
    width: 100%;
    height: 450px;
  }
}

@media (min-width: 1024px) {
  .carousel-cell .carousel-description {
    width: 544px;
    height: 544px;
  }
}

.carousel-cell .carousel-description .header {
  font-family: 'geometriabold';
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .carousel-cell .carousel-description .header {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .carousel-cell .carousel-description .header h1 {
    font-size: 50px;
    margin: 0;
  }
  .carousel-cell .carousel-description .header h2 {
    font-size: 30px;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .carousel-cell .carousel-description .header {
    margin: 100px 20px 0 60px;
  }
  .carousel-cell .carousel-description .header h1 {
    font-size: 70px;
    margin: 0;
  }
  .carousel-cell .carousel-description .header h2 {
    font-size: 50px;
    margin: 0;
  }
}

@media (max-width: 1023px) {
  .carousel-cell .carousel-description .subheader {
    margin: 60px 0 0 0;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .carousel-cell .carousel-description .subheader {
    margin: 60px 0 0 60px;
  }
}

.carousel-cell .carousel-description .subheader a {
  display: inline-block;
  font-size: 20px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'geometriabold';
  border: 4px solid rgba(255, 255, 255, 0.9);
  opacity: 0.902;
  padding: 20px 40px;
  color: #fff;
  text-decoration: none;
}

.carousel-cell .carousel-description .subheader a:hover {
  background: #fff;
  color: #000;
}

.main-carousel-container {
  position: relative;
  /* arrow color */
  /* position outside */
}

.main-carousel-container .main-carousel {
  z-index: 2;
}

.main-carousel-container .flickity-counter {
  width: 50px;
  height: 55px;
  top: 60%;
  right: 60px;
  position: absolute;
  font-size: 16px;
  font-family: 'geometriabold';
  color: #fff;
  z-index: 9999;
}

@media (max-width: 1023px) {
  .main-carousel-container .flickity-counter {
    top: 62%;
  }
}

.main-carousel-container .flickity-counter .top {
  position: absolute;
  top: 5px;
  left: 10px;
}

.main-carousel-container .flickity-counter .bottom {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.main-carousel-container .circle-arrow-down {
  bottom: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #e227a2;
  position: absolute;
  width: 170px;
  height: 170px;
  display: block;
  z-index: 1;
}

.main-carousel-container .circle-arrow-down img {
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-carousel-container .flickity-prev-next-button {
  width: 55px;
  height: 55px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: rgba(0, 0, 0, 0.4);
  top: 65%;
}

.main-carousel-container .flickity-prev-next-button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.main-carousel-container .flickity-prev-next-button .arrow {
  fill: #fff;
}

.main-carousel-container .flickity-prev-next-button.no-svg {
  color: #fff;
}

.main-carousel-container .flickity-prev-next-button.previous {
  left: 0;
}

.main-carousel-container .flickity-prev-next-button.next {
  right: 0;
  width: 110px;
}

.main-carousel-container .flickity-prev-next-button.next svg {
  right: 0;
  left: auto;
}

.main-carousel-container .flickity-prev-next-button.next:after {
  content: ' ';
  border-top: 1px solid #fff;
  height: 1px;
  width: 40px;
  display: block;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* PARTNER CAROUSEL */
.partners-carousel-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 70px;
}

.partners-carousel-container .flickity-prev-next-button.previous {
  left: -50px;
}

.partners-carousel-container .flickity-prev-next-button.next {
  right: -50px;
}

.partners-carousel-container .partner-carousel {
  max-width: 900px;
  margin: 0 auto;
  height: 70px;
}

.partners-carousel-container .partner-carousel .carousel-cell {
  width: 200px;
  height: 100%;
}

.partners-carousel-container .partner-carousel .carousel-cell .carousel-image {
  width: 100%;
  height: 100%;
  -moz-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 1023px) {
  .partners-carousel-container .flickity-prev-next-button {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .partners-carousel-container .flickity-prev-next-button {
    display: block !important;
  }
}

.organizations-carousel {
  display: block;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.organizations-carousel .org-cell {
  width: 300px;
  padding: 20px;
}

.organizations-carousel .title, .organizations-carousel .become-a-member .section-description .title-orange, .become-a-member .section-description .organizations-carousel .title-orange, .organizations-carousel .become-a-member .section-description .title-green, .become-a-member .section-description .organizations-carousel .title-green {
  display: block;
  color: #838383;
  font-size: 20px;
  font-family: 'geometriabold';
}

.organizations-carousel .link {
  display: block;
  color: #42a7f5;
  font-family: 'geometriamedium';
  font-size: 15px;
}

.organizations-carousel .link:hover {
  color: #6cc97e;
}

.staff-carousel-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.staff-carousel-container .staff-carousel {
  text-align: center;
}

.staff-carousel-container .staff-carousel .staff-cell {
  width: 350px;
  padding: 20px;
}

.staff-carousel-container .staff-carousel .avatar {
  width: 100%;
  max-width: 160px;
  margin-bottom: 20px;
}

.staff-carousel-container .staff-carousel .title, .staff-carousel-container .staff-carousel .become-a-member .section-description .title-orange, .become-a-member .section-description .staff-carousel-container .staff-carousel .title-orange, .staff-carousel-container .staff-carousel .become-a-member .section-description .title-green, .become-a-member .section-description .staff-carousel-container .staff-carousel .title-green {
  display: block;
  font-family: 'geometriabold';
  font-size: 22px;
  color: #415e86;
  margin-bottom: 20px;
}

.staff-carousel-container .staff-carousel .sub-title {
  display: block;
  font-family: 'geometriabold';
  font-size: 16px;
  color: #a0a0a0;
  margin-bottom: 0;
}

.staff-carousel-container .staff-carousel .description {
  display: block;
  font-family: 'geometriabold';
  font-size: 16px;
  color: #3f3f3f;
  margin-top: 0;
}

.heading, .heading-black, .heading-black-custom, .heading-sub-title-custom, .heading-cyan, .heading-purple, .heading-blue, .heading-blue-2, .heading-white, .section-one .heading-one, .section-one .heading-two {
  font-size: 32px;
  font-family: "geometriabold";
  color: #3f3f3f;
  text-transform: uppercase;
  line-height: 30px;
  padding-left: 10px;
  margin-bottom: 60px;
}

.heading.standard, .standard.heading-black, .standard.heading-black-custom, .standard.heading-sub-title-custom, .standard.heading-cyan, .standard.heading-purple, .standard.heading-blue, .standard.heading-blue-2, .standard.heading-white, .section-one .standard.heading-one, .section-one .standard.heading-two {
  margin: 60px 0;
}

.heading-black {
  color: #000;
}

.heading-black-custom {
  font-size: 18px;
  font-family: 'geometriabold';
  color: #2d2d2d;
  margin: 0;
  text-transform: none;
}

.heading-sub-title-custom {
  margin: 0 0 10px;
  font-size: 18px;
  font-family: 'geometriaregular';
  color: #2d2d2d;
  text-transform: none;
}

.heading-sub-title-custom:last-child {
  margin-bottom: 30px;
}

.heading-cyan {
  border-left: 6px solid #1aa296;
  margin-bottom: 20px;
}

.heading-purple {
  border-left: 6px solid #c46fff;
  margin-bottom: 20px;
}

.heading-blue {
  border-left: 6px solid #2e9df4;
  margin-bottom: 20px;
}

.heading-blue-2 {
  border: none;
  color: #2e9df4;
  text-transform: none;
  margin-bottom: 20px;
}

.heading-white {
  color: #fff;
  border: none;
  margin-bottom: 20px;
}

.heading-arrow-green {
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: url(../images/icons/heading-green-down-arrows.png) center bottom no-repeat;
}

.heading-arrow-purple {
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: url(../images/icons/heading-purple-down-arrows.png) center bottom no-repeat;
}

.heading-arrow-blue {
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: url(../images/icons/heading-blue-down-arrows.png) center bottom no-repeat;
}

.heading-simple-green {
  color: #4abc60;
  font-family: 'geometriabold';
  font-size: 26px;
}

.heading-simple-pink {
  color: #f61d9d;
  font-family: 'geometriabold';
  font-size: 26px;
}

.heading-simple-blue {
  color: #2e9df4;
  font-family: 'geometriabold';
  font-size: 26px;
}

.heading-simple-purple {
  color: #c46fff;
  font-family: 'geometriabold';
  font-size: 26px;
}

.divider-text {
  font-size: 22px;
  font-family: 'geometriabold';
  color: #2d2d2d;
  margin: 20px 0;
  text-transform: uppercase;
}

.numeric-control span {
  display: inline-block;
}

.numeric-control span:first-child {
  margin-right: 10px;
}

.numeric-control span:last-child {
  font-size: 22px;
  font-family: 'geometriaregular';
  color: #2d2d2d;
}

@media (max-width: 1023px) {
  .numeric-control span:first-child, .numeric-control span:last-child {
    display: block;
    width: 100%;
  }
}

.transparent-control {
  background: none;
  outline: none;
  border: none;
}

.flat-control, .flat-control-medium, .flat-control-block, .flat-control-numeric {
  background: #fff;
  padding: 15px;
  font-size: 20px;
  font-family: "geometriaregular";
  color: #b4b4b4;
  border: none;
  outline: none;
}

.flat-control.wpcf7-not-valid, .wpcf7-not-valid.flat-control-medium, .wpcf7-not-valid.flat-control-block, .wpcf7-not-valid.flat-control-numeric {
  outline: 1px solid red;
}

.flat-control-medium {
  padding: 20px;
}

.flat-control-block {
  display: block;
  width: 100%;
}

.flat-control-numeric {
  width: 100px;
}

@media (max-width: 1023px) {
  .flat-control-numeric {
    width: 100%;
  }
}

.flat-control-group {
  font-size: 0;
}

@media (max-width: 1023px) {
  .flat-control-group {
    text-align: right;
  }
}

.flat-control-group .first {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .flat-control-group .first {
    max-width: 400px;
    min-width: 200px;
  }
}

@media (max-width: 1023px) {
  .flat-control-group .first {
    width: 100%;
  }
}

.flat-control-group .last {
  display: inline-block;
  padding: 12px 20px;
  vertical-align: middle;
}

.flat-control-with-link {
  position: relative;
}

.flat-control-with-link > input:first-child,
.flat-control-with-link > span input {
  padding-right: 100px;
}

.flat-control-with-link > :last-child {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #f61d9d;
  text-decoration: underline;
  font-size: 18px;
}

.button-base, .button-pink, .button-green, .button-purple, .button-blue {
  text-decoration: none;
  padding: 15px;
  font-size: 20px;
  color: #fff;
  font-family: "geometriaregular";
  display: inline-block;
  text-align: center;
  outline: none;
  border: none;
}

@media (max-width: 1023px) {
  .button-base, .button-pink, .button-green, .button-purple, .button-blue {
    display: block;
    width: 100%;
    padding: 20px 20px;
  }
}

.button-base:hover, .button-pink:hover, .button-green:hover, .button-purple:hover, .button-blue:hover {
  opacity: 0.7;
}

.button-fill {
  width: 100% !important;
}

.button-uppercase {
  text-transform: uppercase;
}

.button-outline-blue {
  border: 2px solid #425f86;
  color: #425f86;
  padding: 15px 30px;
  font-family: 'geometriabold';
  font-size: 26px;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 459px) {
  .button-outline-blue {
    padding: 10px 20px;
    display: block;
    font-size: 5vw;
  }
}

.button-link, .button-link-flat {
  font-size: 20px;
  font-family: "geometriamedium";
  color: #2e9df4;
  text-decoration: underline;
}

.button-link-pink {
  font-size: 16px;
  font-family: "geometriabold";
  color: #f733a7;
  text-decoration: underline;
}

.button-link-flat {
  text-decoration: none;
}

.button-pink {
  background: #f733a7;
}

.button-green {
  background: #4abc60;
}

.button-purple {
  background: #c46fff;
}

.button-blue {
  background: #2e9df4;
}

.button-blue.custom-sized {
  display: inline-block;
  width: auto;
}

@media (max-width: 1023px) {
  .button-blue.custom-sized {
    min-width: 200px;
  }
}

@media (min-width: 1024px) {
  .button-blue.custom-sized {
    min-width: 330px;
  }
}

.button-blue.custom-2 {
  padding: 30px;
  font-size: 24px;
  font-family: 'geometriaextrabold';
}

.button.block, .block.button-link, .block.button-link-flat, .block.button-link-pink {
  display: block;
}

.button:hover, .button-link:hover, .button-link-flat:hover, .button-link-pink:hover {
  opacity: 0.7;
}

.text, .text-gray {
  font-size: 20px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-gray {
  color: #777777;
}

/* CHECKBOX */
.custom-label label {
  font-size: 18px !important;
}

.custom-label a {
  color: red;
}

.sub-description {
  color: #cabdad;
  font-size: 18px;
  font-family: 'geometriaregular';
}

.agreement-text label {
  font-size: 18px;
}

label {
  position: relative;
  cursor: pointer;
  font-family: 'geometriaregular';
  font-size: 22px;
  color: #2d2d2d;
  display: inline-block;
}

label .wpcf7-list-item-label {
  display: inline-block;
}

label > input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

label > input[type="checkbox"] + span {
  margin-left: 32px;
}

label > input[type="checkbox"] + span:before {
  content: ' ';
  background: #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #fff;
}

label > input[type="checkbox"] + span:after {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

label > input[type="checkbox"]:checked + span:after {
  background: orange;
  content: ' ';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

label:hover > input[type="checkbox"] + span:before {
  border: 1px solid orange;
}

label:hover > input[type="checkbox"] + span:after {
  left: 7px;
}

/* TAGS */
.tags .tag, .tags .tag-green, .tags .tag-purple, .tags .tag-red, .tags .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-green, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tags .tag-green, .tags .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-purple, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tags .tag-purple, .tags .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-red, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tags .tag-red, .tags .news .list-news .item-sub-container .text-section .text-buttons .tag-green, .news .list-news .item-sub-container .text-section .text-buttons .tags .tag-green, .tags .news .list-news .item-sub-container .text-section .text-buttons .tag-purple, .news .list-news .item-sub-container .text-section .text-buttons .tags .tag-purple, .tags .news .list-news .item-sub-container .text-section .text-buttons .tag-red, .news .list-news .item-sub-container .text-section .text-buttons .tags .tag-red, .tags .section-one .list-two .item-sub-container .text-section .text-buttons .tag-green, .section-one .list-two .item-sub-container .text-section .text-buttons .tags .tag-green, .tags .section-one .list-two .item-sub-container .text-section .text-buttons .tag-purple, .section-one .list-two .item-sub-container .text-section .text-buttons .tags .tag-purple, .tags .section-one .list-two .item-sub-container .text-section .text-buttons .tag-red, .section-one .list-two .item-sub-container .text-section .text-buttons .tags .tag-red {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "geometriaextrabold";
  font-weight: bold;
  font-size: 12px;
  margin: 4px;
}

.tags .tag:first-child, .tags .tag-green:first-child, .tags .tag-purple:first-child, .tags .tag-red:first-child, .tags .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-green:first-child, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tags .tag-green:first-child, .tags .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-purple:first-child, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tags .tag-purple:first-child, .tags .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-red:first-child, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tags .tag-red:first-child, .tags .news .list-news .item-sub-container .text-section .text-buttons .tag-green:first-child, .news .list-news .item-sub-container .text-section .text-buttons .tags .tag-green:first-child, .tags .news .list-news .item-sub-container .text-section .text-buttons .tag-purple:first-child, .news .list-news .item-sub-container .text-section .text-buttons .tags .tag-purple:first-child, .tags .news .list-news .item-sub-container .text-section .text-buttons .tag-red:first-child, .news .list-news .item-sub-container .text-section .text-buttons .tags .tag-red:first-child, .tags .section-one .list-two .item-sub-container .text-section .text-buttons .tag-green:first-child, .section-one .list-two .item-sub-container .text-section .text-buttons .tags .tag-green:first-child, .tags .section-one .list-two .item-sub-container .text-section .text-buttons .tag-purple:first-child, .section-one .list-two .item-sub-container .text-section .text-buttons .tags .tag-purple:first-child, .tags .section-one .list-two .item-sub-container .text-section .text-buttons .tag-red:first-child, .section-one .list-two .item-sub-container .text-section .text-buttons .tags .tag-red:first-child {
  margin: 0 4px 0 0;
}

.tags .tag:last-child, .tags .tag-green:last-child, .tags .tag-purple:last-child, .tags .tag-red:last-child, .tags .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-green:last-child, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tags .tag-green:last-child, .tags .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-purple:last-child, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tags .tag-purple:last-child, .tags .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-red:last-child, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tags .tag-red:last-child, .tags .news .list-news .item-sub-container .text-section .text-buttons .tag-green:last-child, .news .list-news .item-sub-container .text-section .text-buttons .tags .tag-green:last-child, .tags .news .list-news .item-sub-container .text-section .text-buttons .tag-purple:last-child, .news .list-news .item-sub-container .text-section .text-buttons .tags .tag-purple:last-child, .tags .news .list-news .item-sub-container .text-section .text-buttons .tag-red:last-child, .news .list-news .item-sub-container .text-section .text-buttons .tags .tag-red:last-child, .tags .section-one .list-two .item-sub-container .text-section .text-buttons .tag-green:last-child, .section-one .list-two .item-sub-container .text-section .text-buttons .tags .tag-green:last-child, .tags .section-one .list-two .item-sub-container .text-section .text-buttons .tag-purple:last-child, .section-one .list-two .item-sub-container .text-section .text-buttons .tags .tag-purple:last-child, .tags .section-one .list-two .item-sub-container .text-section .text-buttons .tag-red:last-child, .section-one .list-two .item-sub-container .text-section .text-buttons .tags .tag-red:last-child {
  margin: 0 0 0 4px;
}

.tags .tag-green {
  background-color: #4abc60;
}

.tags .tag-purple {
  background-color: #c46fff;
}

.tags .tag-red {
  background-color: #df440c;
}

.tags .tag:hover, .tags .tag-green:hover, .tags .tag-purple:hover, .tags .tag-red:hover, .tags .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-green:hover, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tags .tag-green:hover, .tags .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-purple:hover, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tags .tag-purple:hover, .tags .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-red:hover, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tags .tag-red:hover, .tags .news .list-news .item-sub-container .text-section .text-buttons .tag-green:hover, .news .list-news .item-sub-container .text-section .text-buttons .tags .tag-green:hover, .tags .news .list-news .item-sub-container .text-section .text-buttons .tag-purple:hover, .news .list-news .item-sub-container .text-section .text-buttons .tags .tag-purple:hover, .tags .news .list-news .item-sub-container .text-section .text-buttons .tag-red:hover, .news .list-news .item-sub-container .text-section .text-buttons .tags .tag-red:hover, .tags .section-one .list-two .item-sub-container .text-section .text-buttons .tag-green:hover, .section-one .list-two .item-sub-container .text-section .text-buttons .tags .tag-green:hover, .tags .section-one .list-two .item-sub-container .text-section .text-buttons .tag-purple:hover, .section-one .list-two .item-sub-container .text-section .text-buttons .tags .tag-purple:hover, .tags .section-one .list-two .item-sub-container .text-section .text-buttons .tag-red:hover, .section-one .list-two .item-sub-container .text-section .text-buttons .tags .tag-red:hover {
  opacity: 0.8;
}

/* LIST */
.links-list {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.links-list-heading {
  color: #7bb94c;
  font-size: 26px;
  font-family: 'geometriaregular';
  padding-left: 50px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  -moz-background-size: 42px 42px;
       background-size: 42px 42px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.links-list li a {
  color: #7a7a7a;
  text-decoration: none;
  font-size: 18px;
  font-family: 'geometriamedium';
  padding: 10px 20px;
  display: inline-block;
  min-width: 300px;
}

.links-list li a:hover {
  background: #f9f6f2;
  color: #313131;
}

/* CF7 CUSTOMS */
.checkbox-standard-text {
  color: #2e9df4;
  font-size: 18px;
  font-family: 'geometriaregular';
  display: inline-block;
}

span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-not-valid label {
  text-decoration: underline;
  color: red;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  top: 100%;
  left: 0;
  padding: 4px;
  position: absolute;
  padding: .3em .5em;
  background-color: #dc2908;
  color: #000;
  z-index: 2;
  -webkit-border-radius: .5em;
     -moz-border-radius: .5em;
          border-radius: .5em;
  font-family: 'geometriamedium';
  font-size: 12px;
  color: #fff;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:before {
  content: '';
  position: absolute;
  top: -.5em;
  border-style: solid;
  border-width: 0 .5em .5em;
  border-color: #dc2908 transparent;
  z-index: -1;
  left: 1em;
}

/* PAGINATOR */
.paginator {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
  display: inline-block;
}

.paginator:first-child {
  margin-right: 20px;
}

.paginator:last-child {
  margin-left: 20px;
}

.paginator .page-numbers {
  font-size: 18px;
  font-family: 'geometriamedium';
  color: #646464;
  text-decoration: none;
  padding: 10px 15px;
}

.paginator .page-numbers.current {
  background: #f1ebe4;
  color: #beb9b1;
}

.paginator .page-numbers.disabled {
  color: #beb9b1;
}

.paginator .page-numbers:hover:not(.disabled):not(.active) {
  background: #f1ebe4;
}

.paginator.has-margin-bottom {
  margin-bottom: 30px;
}

/* SELECT2 */
.custom-select2 .select2-selection {
  background: #fff;
  padding: 8px;
  font-size: 16px;
  font-family: "geometriaregular";
  color: #000;
  border: none !important;
  outline: none !important;
}

.custom-select2 .select2-search__field {
  font-family: "geometriaregular";
  font-size: 20px !important;
  color: #b4b4b4;
}

.custom-select2 .select2-dropdown--below,
.custom-select2 .select2-dropdown--above {
  border-color: #B39BCE;
}

.custom-select2 .select2-selection {
  padding-right: 30px !important;
}

.custom-select2 .select2-selection:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.bar {
  width: 100%;
  height: 40px;
  display: table;
}

.bar .start {
  display: table-cell;
  vertical-align: middle;
  background: #597dae;
  color: #99b0d0;
  font-size: 16px;
  font-family: 'geometriamedium';
  padding: 0 20px;
  width: 100px;
  position: relative;
}

.bar .start:after {
  content: ' ';
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #597dae;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #007bff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.bar .end {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
  background: #415e86;
  color: #fff;
  font-family: 'geometriamedium';
  font-size: 14px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-wrap: none;
  white-space: nowrap;
}

.bar .end .marquee {
  width: 300px;
}

.contact-us-section-one {
  display: block;
  background: url("../images/backgrounds/background-one.png") center center no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

@media (max-width: 1023px) {
  .contact-us-section-one-text-center-mobile {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .contact-us-section-one-block-transparent {
    padding: 60px;
  }
}

@media (max-width: 1023px) {
  .contact-us-section-one-block-transparent {
    padding: 0;
  }
  .contact-us-section-one-block-transparent > :last-child {
    margin-bottom: 0;
  }
  .contact-us-section-one-block-transparent .heading-purple {
    margin-top: 40px;
    margin-left: 60px;
  }
  .contact-us-section-one-block-transparent [class^='col']:first-child {
    padding: 0 0 0 60px;
  }
  .contact-us-section-one-block-transparent [class^='col']:last-child {
    padding: 0 60px 0 0;
  }
}

.contact-us-section-one-block-transparent ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  list-style-type: none;
  margin-bottom: 30px;
}

.contact-us-section-one-block-transparent ul li {
  font-size: 18px;
}

.contact-us-section-one-block-transparent ul li h1 {
  font-size: 20px;
  font-family: "geometriamedium";
  color: #405e85;
  margin-bottom: 0;
  padding: 0;
}

.contact-us-section-one-block-transparent ul li span:first-child {
  color: #808d9e;
  font-family: "geometriaregular";
}

.contact-us-section-one-block-transparent ul li span:last-child {
  color: #47586f;
  font-family: "geometriamedium";
}

.contact-us-section-one-block-transparent-button-green {
  text-decoration: none;
  padding: 15px;
  background: #4abc60;
  font-size: 20px;
  color: #fff;
  font-family: "geometriaregular";
  display: inline-block;
  text-align: center;
}

@media (max-width: 1023px) {
  .contact-us-section-one-block-transparent-button-green {
    display: block;
    width: 100%;
    padding: 40px 20px;
  }
}

.contact-us-section-one-block-transparent-button-pink, .contact-us-section-one-block-transparent-button-violet {
  text-decoration: none;
  padding: 20px;
  background: #f61d9d;
  font-size: 24px;
  color: #fff;
  font-family: "geometriaextrabold";
  display: block;
  text-align: center;
  outline: none;
  border: none;
}

.contact-us-section-one-block-transparent-button-violet {
  background: #c46fff;
}

.contact-us-section-one-block-transparent-link {
  display: inline-block;
  color: #2e9df4;
  font-size: 20px;
  text-decoration: underline;
  margin-bottom: 10px;
}

.contact-us-section-one-block-blue {
  padding: 60px;
  background-color: rgba(45, 153, 237, 0.7);
  height: -webkit-calc(100% - (60px * 2));
  height: -moz-calc(100% - (60px * 2));
  height: calc(100% - (60px * 2));
  padding-bottom: 100px;
}

.contact-us-section-two {
  text-align: center;
  display: block;
  background: url("../images/backgrounds/background-two.png") center center no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  padding: 60px;
}

.site-map {
  margin-bottom: 60px;
}

.site-map .section-header {
  margin-bottom: 60px;
}

.site-map .list, .site-map .become-a-member .section-description .list-orange, .become-a-member .section-description .site-map .list-orange, .site-map .become-a-member .section-description .list-green, .become-a-member .section-description .site-map .list-green {
  margin-bottom: 30px;
}

.site-map .list-heading {
  color: #606060;
  font-size: 16px;
  font-family: 'geometriabold';
  padding: 0;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

.site-map .list-heading:hover {
  opacity: 0.7;
}

.site-map .list ul, .site-map .become-a-member .section-description .list-orange ul, .become-a-member .section-description .site-map .list-orange ul, .site-map .become-a-member .section-description .list-green ul, .become-a-member .section-description .site-map .list-green ul {
  margin-top: 20px;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.site-map .list ul li, .site-map .become-a-member .section-description .list-orange ul li, .become-a-member .section-description .site-map .list-orange ul li, .site-map .become-a-member .section-description .list-green ul li, .become-a-member .section-description .site-map .list-green ul li {
  display: block;
}

.site-map .list ul li a, .site-map .become-a-member .section-description .list-orange ul li a, .become-a-member .section-description .site-map .list-orange ul li a, .site-map .become-a-member .section-description .list-green ul li a, .become-a-member .section-description .site-map .list-green ul li a {
  display: block;
  padding: 4px 0;
  color: #868686;
  font-size: 14px;
  font-family: 'geometriamedium';
  text-decoration: none;
}

.site-map .list ul li a:hover, .site-map .become-a-member .section-description .list-orange ul li a:hover, .become-a-member .section-description .site-map .list-orange ul li a:hover, .site-map .become-a-member .section-description .list-green ul li a:hover, .become-a-member .section-description .site-map .list-green ul li a:hover {
  opacity: 0.7;
}

.calendar .heading, .calendar .heading-black, .calendar .heading-black-custom, .calendar .heading-sub-title-custom, .calendar .heading-cyan, .calendar .heading-purple, .calendar .heading-blue, .calendar .heading-blue-2, .calendar .heading-white, .calendar .section-one .heading-one, .section-one .calendar .heading-one, .calendar .section-one .heading-two, .section-one .calendar .heading-two {
  margin: 60px 0 30px 0;
}

.calendar .section-calendar-controls {
  margin-bottom: 60px;
}

.calendar .section-upcoming-event {
  padding: 0px 0;
  background: #fff;
}

.calendar .section-upcoming-event .calendar-item {
  width: 100%;
  min-height:300px;
}

.calendar .section-upcoming-event .calendar-image {
  position: relative;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 160px;
}

.calendar .section-upcoming-event .calendar-date {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  font-family: 'geometriamedium';
  font-size: 12px;
  color: #ffffff;
  padding: 4px 4px 4px 12px;
}

.calendar .section-upcoming-event .calendar-title {
  font-family: 'geometriaextrabold';
  font-size: 17px;
  color: #2e2e2e;
}

.calendar .section-upcoming-event .calendar-description {
  font-family: 'geometriamedium';
  font-size: 14px;
  color: #a3998b;
}

.calendar-page .background-heading {
  background: url("http://svite-league-apps-content.s3.amazonaws.com/bgimages/wood.jpg") center center no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  height: 320px;
  position: relative;
  margin-bottom: 60px;
}

.calendar-page .background-heading .heading-block {
  position: relative;
  width: 100%;
  height: 100%;
}

.calendar-page .background-heading .heading-block .date-container {
  position: relative;
  display: block;
  text-align: center;
}

.calendar-page .background-heading .heading-block .date-container .date-block {
  margin: 0 0 30px 0;
  padding: 30px 20px;
  background: rgba(74, 188, 96, 0.7);
  text-align: center;
  color: #fff;
  font-family: 'geometriamedium';
  font-size: 18px;
  display: inline-block;
}

.calendar-page .background-heading-link {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  font-family: 'geometriamedium';
  text-decoration: none;
  padding-left: 20px;
}

@media (max-width: 1023px) {
  .calendar-page .background-heading-link {
    top: 10px;
    left: 10px;
  }
}

@media (min-width: 1024px) {
  .calendar-page .background-heading-link {
    top: 30px;
    left: 30px;
  }
}

.calendar-page .background-heading-link:before {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 12px solid #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-webkit-calc(-50% - 1px));
     -moz-transform: translateY(-moz-calc(-50% - 1px));
      -ms-transform: translateY(calc(-50% - 1px));
       -o-transform: translateY(calc(-50% - 1px));
          transform: translateY(calc(-50% - 1px));
}

.calendar-page .background-heading-link:hover {
  opacity: 0.7;
}

.calendar-page .background-heading-title {
  text-align: center;
  color: #fff;
  font-family: 'geometriaextrabold';
  font-size: 46px;
  margin: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
}

@media (max-width: 1023px) {
  .calendar-page .background-heading-title {
    font-size: 26px;
    margin-top: 20px;
  }
}

.calendar-page .item-row {
  margin-bottom: 10px;
}

.calendar-page .item-block {
  margin-bottom: 30px;
}

.calendar-page .item-block h1 {
  color: #405e85;
  font-size: 20px;
  font-family: 'geometriamedium';
}

.calendar-page .item-block .normal {
  color: #808d9e;
  font-size: 18px;
  font-family: 'geometriaregular';
}

.calendar-page .item-block .bold {
  color: #47586f;
  font-size: 18px;
  font-family: 'geometriamedium';
}

.calendar-page-content {
  color: #3f3f3f;
  font-family: 'geometriaregular';
  font-size: 16px;
  margin-bottom: 60px;
}

.member-calendar .heading, .member-calendar .heading-black, .member-calendar .heading-black-custom, .member-calendar .heading-sub-title-custom, .member-calendar .heading-cyan, .member-calendar .heading-purple, .member-calendar .heading-blue, .member-calendar .heading-blue-2, .member-calendar .heading-white, .member-calendar .section-one .heading-one, .section-one .member-calendar .heading-one, .member-calendar .section-one .heading-two, .section-one .member-calendar .heading-two {
  margin: 60px 0 30px 0;
}

.become-a-member .section-heading, .become-a-member .about-us .section-heading-our-mission, .about-us .become-a-member .section-heading-our-mission {
  background: #f9f6f2;
}

@media (max-width: 1023px) {
  .become-a-member .section-heading, .become-a-member .about-us .section-heading-our-mission, .about-us .become-a-member .section-heading-our-mission {
    padding: 20px 0;
  }
}

@media (min-width: 1024px) {
  .become-a-member .section-heading, .become-a-member .about-us .section-heading-our-mission, .about-us .become-a-member .section-heading-our-mission {
    padding: 50px 0;
  }
}

.become-a-member .section-intro {
  color: #3f3f3f;
  font-family: 'geometriabold';
  font-size: 24px;
  text-align: center;
}

@media (min-width: 1024px) {
  .become-a-member .section-intro {
    padding: 50px 0;
  }
}

.become-a-member .section-description .paragraph-small-black {
  color: #3f3f3f;
  font-size: 20px;
  font-family: 'geometriabold';
  margin: 40px 0 60px;
}

.become-a-member .section-description .title, .become-a-member .section-description .title-orange, .become-a-member .section-description .title-green {
  font-size: 22px;
  font-family: 'geometriaextrabold';
}

.become-a-member .section-description .title-orange {
  color: #fc9f1a;
}

.become-a-member .section-description .title-green {
  color: #4abc60;
}

.become-a-member .section-description .sub-title-black {
  font-size: 22px;
  font-family: 'geometriabold';
  color: #000;
  margin-bottom: 30px;
}

.become-a-member .section-description .sub-title-blue, .become-a-member .section-description .sub-title-blue a {
  font-size: 22px;
  font-family: 'geometriamedium';
  color: #2e9df4;
  margin-bottom: 30px;
  text-decoration: none;
}

.become-a-member .section-description .list, .become-a-member .section-description .list-orange, .become-a-member .section-description .list-green {
  list-style: none;
  list-style-type: none;
  color: #3f3f3f;
  font-family: 'geometriamedium';
  font-size: 18px;
  padding: 0;
  margin-bottom: 60px;
}

.become-a-member .section-description .list-orange li:before {
  font-size: 24px;
  margin-right: 10px;
  color: #fc9f1a;
  content: '•';
}

.become-a-member .section-description .list-green li:before {
  margin-right: 10px;
  font-size: 24px;
  color: #4abc60;
  content: '•';
}

.become-a-member .button-link-pink {
  margin: 30px 0 40px;
}

.creative-opportunities-page {
  position: relative;
}

@media (min-width: 1024px) {
  .creative-opportunities-page .col-same-height-container {
    display: table;
    width: 100%;
  }
  .creative-opportunities-page .col-same-height-container .col-same-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .creative-opportunities-page .col-same-height-container .first {
    border-right: 1px solid #e5e5e5;
  }
  .creative-opportunities-page .col-same-height-container .last {
    border-left: 1px solid #e5e5e5;
  }
}

.creative-opportunities-page .section-creative-columns {
  text-align: center;
  margin-bottom: 60px;
}

.creative-opportunities-page .section-creative-columns .creative-list .item-green, .creative-opportunities-page .section-creative-columns .creative-list .item-pink, .creative-opportunities-page .section-creative-columns .creative-list .item-blue {
  margin-bottom: 60px;
}

.creative-opportunities-page .section-creative-columns .creative-list .item-heading {
  color: #2e2e2e;
  font-family: 'geometriaextrabold';
  font-size: 16px;
  display: block;
}

.creative-opportunities-page .section-creative-columns .creative-list .item-sub-heading {
  color: #a1a1a1;
  font-family: 'geometriamedium';
  font-size: 16px;
  margin-bottom: 0;
  display: block;
}

.creative-opportunities-page .section-creative-columns .creative-list .item-organization {
  color: #2e2e2e;
  font-family: 'geometriamedium';
  font-size: 20px;
  margin-top: 0;
  display: block;
}

.creative-opportunities-page .section-creative-columns .creative-list .item-date {
  color: #2e2e2e;
  font-family: 'geometriamedium';
  font-size: 20px;
  margin-bottom: 16px;
  display: block;
}

.creative-opportunities-page .section-creative-columns .creative-list .item-green .item-button {
  padding: 4px 16px;
  background-color: #4abc60;
  color: #ffffff;
  font-family: 'geometriamedium';
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
}

.creative-opportunities-page .section-creative-columns .creative-list .item-green .item-button:hover {
  opacity: .8;
}

.creative-opportunities-page .section-creative-columns .creative-list .item-pink .item-button {
  padding: 4px 16px;
  background-color: #f61d9d;
  color: #ffffff;
  font-family: 'geometriamedium';
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
}

.creative-opportunities-page .section-creative-columns .creative-list .item-pink .item-button:hover {
  opacity: .8;
}

.creative-opportunities-page .section-creative-columns .creative-list .item-blue .item-button {
  padding: 4px 16px;
  background-color: #42a7f5;
  color: #ffffff;
  font-family: 'geometriamedium';
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
}

.creative-opportunities-page .section-creative-columns .creative-list .item-blue .item-button:hover {
  opacity: .8;
}

.creative-opportunities-page .background-heading {
  background: url("../images/backgrounds/creative-opportunities.png") center center no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  height: 320px;
  position: relative;
  margin-bottom: 60px;
}

.creative-opportunities-page .background-heading-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'geometriaextrabold';
  font-size: 46px;
  margin: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.creative-opportunities-page .background-heading-link {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  font-family: 'geometriamedium';
  text-decoration: none;
  padding-left: 20px;
}

@media (max-width: 1023px) {
  .creative-opportunities-page .background-heading-link {
    top: 10px;
    left: 10px;
  }
}

@media (min-width: 1024px) {
  .creative-opportunities-page .background-heading-link {
    top: 30px;
    left: 30px;
  }
}

.creative-opportunities-page .background-heading-link:before {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 12px solid #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-webkit-calc(-50% - 1px));
     -moz-transform: translateY(-moz-calc(-50% - 1px));
      -ms-transform: translateY(calc(-50% - 1px));
       -o-transform: translateY(calc(-50% - 1px));
          transform: translateY(calc(-50% - 1px));
}

.creative-opportunities-page .background-heading-link:hover {
  opacity: 0.7;
}

.creative-opportunities-page-content {
  color: #3f3f3f;
  font-family: 'geometriaregular';
  font-size: 16px;
}

.member-resources-page {
  position: relative;
}

.member-resources-page .more-bottom-margin {
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .member-resources-page .col-same-height-container {
    display: table;
    width: 100%;
  }
  .member-resources-page .col-same-height-container .col-same-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .member-resources-page .col-same-height-container .first {
    border-right: 1px solid #e5e5e5;
  }
  .member-resources-page .col-same-height-container .last {
    border-left: 1px solid #e5e5e5;
  }
}

.member-resources-page .section-creative-columns {
  text-align: center;
  margin: 60px 0;
}

.member-resources-page .section-creative-columns .creative-list .item-green, .member-resources-page .section-creative-columns .creative-list .item-pink, .member-resources-page .section-creative-columns .creative-list .item-blue {
  margin-bottom: 60px;
}

.member-resources-page .section-creative-columns .creative-list .item-heading {
  color: #2e2e2e;
  font-family: 'geometriaextrabold';
  font-size: 16px;
  display: block;
}

.member-resources-page .section-creative-columns .creative-list .item-description {
  color: #2e2e2e;
  font-family: 'geometriamedium';
  font-size: 20px;
  margin-bottom: 0;
  display: block;
}

.member-resources-page .section-creative-columns .creative-list .item-sub-heading {
  color: #a1a1a1;
  font-family: 'geometriamedium';
  font-size: 16px;
  margin-bottom: 0;
  display: block;
}

.member-resources-page .section-creative-columns .creative-list .item-date {
  color: #2e2e2e;
  font-family: 'geometriamedium';
  font-size: 20px;
  margin-bottom: 16px;
  display: block;
}

.member-resources-page .section-creative-columns .creative-list .item-title {
  color: #2e2e2e;
  font-size: 16px;
  font-family: 'geometriaextrabold';
}

.member-resources-page .section-creative-columns .creative-list .item-green .item-button {
  padding: 4px 16px;
  background-color: #4abc60;
  color: #ffffff;
  font-family: 'geometriamedium';
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
}

.member-resources-page .section-creative-columns .creative-list .item-green .item-button:hover {
  opacity: .8;
}

.member-resources-page .section-creative-columns .creative-list .item-pink .item-button {
  padding: 4px 16px;
  background-color: #f61d9d;
  color: #ffffff;
  font-family: 'geometriamedium';
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
}

.member-resources-page .section-creative-columns .creative-list .item-pink .item-button:hover {
  opacity: .8;
}

.get-involved .section-lists {
  padding-top: 40px;
}

@media (max-width: 1023px) {
  .get-involved .section-lists {
    background: #fff;
  }
}

.get-involved .button-view-all-events {
  display: inline-block;
  position: relative;
  color: #000;
  text-transform: uppercase;
  font-family: 'geometriaextrabold';
  font-size: 18px;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .get-involved .button-view-all-events {
    margin: 20px 70px 20px;
  }
}

@media (min-width: 1024px) {
  .get-involved .button-view-all-events {
    margin: 20px 30px 20px;
  }
}

.get-involved .button-view-all-events:after {
  content: ' ';
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #1aa296;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #1aa296;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.get-involved .newsletter-sign-up .newsletter-sign-up-form {
  position: relative;
  background: #f1ebe4;
  display: block;
}

.get-involved .newsletter-sign-up .newsletter-sign-up-form .email-input-wrapper {
  margin: 0;
  padding: 40px;
}

.get-involved .newsletter-sign-up .newsletter-sign-up-form .submit-input {
  outline: none;
  border: none;
  width: 100%;
}

.get-involved .box-one {
  background: #fca033;
  margin-top: 40px;
  padding: 40px 50px;
  text-align: center;
  color: #fff;
}

.get-involved .box-one h1 {
  font-family: 'geometriaextrabold';
  font-size: 24px;
}

.get-involved .box-one p {
  font-family: 'geometriaregular';
  font-size: 20px;
}

.get-involved .box-two {
  background: #4abc60;
  margin-top: 40px;
  padding: 40px 50px;
  color: #fff;
}

.get-involved .box-two ul {
  padding: 0;
  list-style: none;
  list-style-type: none;
  margin-bottom: 60px;
}

.get-involved .box-two ul li {
  padding: 5px 0;
}

.get-involved .box-two ul li img {
  vertical-align: middle;
  margin-right: 10px;
}

.get-involved .box-two h1 {
  font-family: 'geometriaextrabold';
  font-size: 24px;
  text-transform: uppercase;
}

.get-involved .box-two p {
  font-family: 'geometriaregular';
  font-size: 20px;
}

.get-involved .box-two a {
  display: inline-block;
  position: relative;
  color: #e5d6c2;
  text-transform: uppercase;
  font-family: 'geometriaextrabold';
  font-size: 18px;
  text-decoration: none;
}

.get-involved .box-two a:after {
  content: ' ';
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e5d6c2;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #e5d6c2;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

@media (max-width: 1023px) {
  .get-involved .list-email-list {
    margin-top: 60px;
  }
  .get-involved .list-email-list .heading-one {
    padding-top: 0;
    margin-top: 0;
  }
  .get-involved .list-calendar-of-events {
    padding-top: 30px;
  }
  .get-involved .list-email-list .heading-one,
  .get-involved .list-email-list .heading-two, .get-involved .list-calendar-of-events .heading-one,
  .get-involved .list-calendar-of-events .heading-two {
    margin-left: 30px;
  }
}

.get-involved .list-email-list .item {
  padding-bottom: 24px;
}

@media (max-width: 1023px) {
  .get-involved .list-email-list .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.get-involved .list-email-list .item-background {
  width: 100%;
  height: 136px;
  -moz-background-size: cover;
       background-size: cover;
}

.get-involved .list-email-list .item-text-with-image {
  font-size: 22px;
  position: relative;
  background: url("../images/icons/icon01.png") no-repeat left center;
  display: inline-block;
  padding-left: 60px;
  font-family: "geometriaextrabold";
  text-transform: uppercase;
  color: #2e2e2e;
  margin: 10px 0;
}

.get-involved .list-email-list .item-text-with-image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  width: 2px;
  background: gainsboro;
  content: ' ';
}

.get-involved .list-email-list .item-description {
  font-size: 14px;
  font-family: "geometriabold";
  color: #575757;
  margin: 10px 0;
}

@media (max-width: 1023px) {
  .get-involved .list-calendar-of-events {
    background: #f1ebe4;
  }
  .get-involved .list-calendar-of-events .heading-purple {
    margin-left: 30px;
    margin-bottom: 60px;
  }
}

@media (max-width: 1023px) {
  .get-involved .list-calendar-of-events .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.get-involved .list-calendar-of-events .item-background {
  width: 100%;
  height: 191px;
  -moz-background-size: cover;
       background-size: cover;
}

.get-involved .list-calendar-of-events .item-sub-container {
  background: #f1ebe4;
  padding: 30px 40px;
}

@media (max-width: 1023px) {
  .get-involved .list-calendar-of-events .item-sub-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.get-involved .list-calendar-of-events .item-sub-container .date-section {
  display: inline-block;
  width: 150px;
}

.get-involved .list-calendar-of-events .item-sub-container .date-section .date-number {
  text-align: center;
  font-size: 57px;
  font-family: "geometriaextrabold";
  color: #3f3f3f;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  line-height: 34px;
}

.get-involved .list-calendar-of-events .item-sub-container .date-section .date-name {
  text-align: center;
  font-size: 25px;
  font-family: "geometriaheavy";
  color: #3f3f3f;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.get-involved .list-calendar-of-events .item-sub-container .text-section {
  display: inline-block;
  width: -webkit-calc(100% - 180px);
  width: -moz-calc(100% - 180px);
  width: calc(100% - 180px);
  text-align: left;
  padding-left: 20px;
}

.get-involved .list-calendar-of-events .item-sub-container .text-section .text-title {
  margin-bottom: 12px;
}

.get-involved .list-calendar-of-events .item-sub-container .text-section .text-title a {
  font-size: 18px;
  font-family: "geometriaextrabold";
  color: #405e85;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-green, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-purple, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-red {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "geometriabold";
  font-weight: bold;
  font-size: 16px;
  margin: 4px;
}

.get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag:first-child, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-green:first-child, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-purple:first-child, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-red:first-child {
  margin: 0 4px 0 0;
}

.get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag:last-child, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-green:last-child, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-purple:last-child, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-red:last-child {
  margin: 0 0 0 4px;
}

.get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-green {
  background-color: #4abc60;
}

.get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-purple {
  background-color: #c46fff;
}

.get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-red {
  background-color: #df440c;
}

.get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag:hover, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-green:hover, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-purple:hover, .get-involved .list-calendar-of-events .item-sub-container .text-section .text-buttons .tag-red:hover {
  opacity: 0.8;
}

.get-involved .list-calendar-of-events .item-text-with-image {
  font-size: 22px;
  position: relative;
  background: url("../images/icons/icon01.png") no-repeat left center;
  display: inline-block;
  padding-left: 60px;
  font-family: "geometriaextrabold";
  text-transform: uppercase;
  color: #2e2e2e;
  margin: 10px 0;
}

.get-involved .list-calendar-of-events .item-text-with-image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  width: 2px;
  background: gainsboro;
  content: ' ';
}

.get-involved .list-calendar-of-events .item-description {
  font-size: 14px;
  font-family: "geometriabold";
  color: #575757;
  margin: 10px 0;
}

.get-involved .section-join-us {
  text-align: center;
  background: #fff;
  padding: 60px 60px 90px;
}

.get-involved .section-join-us .title, .get-involved .section-join-us .become-a-member .section-description .title-orange, .become-a-member .section-description .get-involved .section-join-us .title-orange, .get-involved .section-join-us .become-a-member .section-description .title-green, .become-a-member .section-description .get-involved .section-join-us .title-green {
  font-family: 'geometriaregular';
  font-size: 40px;
  color: #756b60;
  display: block;
}

.get-involved .section-join-us img {
  max-width: 100%;
}

.get-involved .section-text-image {
  padding: 40px 10px;
}

@media (min-width: 1024px) {
  .get-involved .section-text-image .section-image {
    padding-left: 40px;
  }
}

@media (max-width: 1023px) {
  .get-involved .section-text-image .heading-black {
    padding-left: 0;
  }
  .get-involved .section-text-image .section-text,
  .get-involved .section-text-image .section-image {
    text-align: left;
  }
  .get-involved .section-text-image .section-image {
    margin-bottom: 40px;
  }
  .get-involved .section-text-image .section-image img {
    max-width: 100%;
    padding-right: 10px;
  }
}

.get-involved .section-text-image p {
  font-family: 'geometriamedium';
  font-size: 14px;
}

.get-involved .section-text-image p a {
  color: #2e9df4;
  font-size: 14px;
  font-family: 'geometriabold';
  text-transform: uppercase;
  text-decoration: underline;
}

.get-involved .section-footer {
  text-align: center;
  background: #fff;
  padding: 20px 10px 40px;
}

.get-involved .section-footer .heading-black {
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: url(../images/icons/heading-blue-down-arrows.png) center bottom no-repeat;
}

.about-us .section-heading, .about-us .section-heading-our-mission {
  background: #f9f6f2;
  padding: 50px 0;
}

.about-us .section-heading h2, .about-us .section-heading-our-mission h2 {
  font-family: 'geometriabold';
  font-size: 20px;
  padding: 0;
  margin-bottom: 0;
}

.about-us .section-heading p, .about-us .section-heading-our-mission p {
  font-family: 'geometriamedium';
  font-size: 14px;
  padding: 0;
  margin-bottom: 40px;
}

.about-us .section-heading-our-mission {
  text-align: center;
}

.about-us .section-heading-our-mission h1 {
  font-family: 'geometriabold';
  font-size: 20px;
  padding: 0;
  margin-bottom: 0;
}

.about-us .section-heading-our-mission p {
  font-family: 'geometriamedium';
  font-size: 14px;
  padding: 0;
  margin-bottom: 40px;
}

.about-us .section-heading-our-mission .section-buttons a {
  padding: 30px 15px;
  text-transform: uppercase;
}

.about-us .section-executive-board {
  padding: 40px 0;
}

.about-us .executive-board-list h1 {
  font-family: 'geometriamedium';
  font-size: 18px;
  color: #626262;
  margin-bottom: 0;
}

.about-us .executive-board-list a {
  color: #42a7f5;
  text-decoration: underline;
  font-family: 'geometriamedium';
  font-size: 18px;
}

.about-us .executive-board-list-item {
  padding: 10px 0;
}

.about-us .section-custom {
  text-align: center;
  margin: 60px 0;
}

.about-us .section-custom .section-text p {
  font-size: 14px;
  font-family: "geometriamedium";
  color: #3f3f3f;
  max-width: 825px;
  margin: 0 auto 10px auto;
}

.about-us .section-skills {
  text-align: center;
}

.about-us .section-skills h2 {
  font-family: 'geometriabold';
  font-size: 20px;
  margin-bottom: 0;
}

.about-us .section-skills .pink {
  color: #f61d9d;
}

.about-us .section-skills .purple {
  color: #c46fff;
}

.about-us .section-skills .green {
  color: #4abc60;
}

.about-us .section-skills .blue {
  color: #2e9df4;
}

.about-us .section-skills .orange {
  color: #fc9f1a;
}

.about-us .section-skills p {
  font-family: 'geometriamedium';
  font-size: 18px;
  margin-bottom: 40px;
}

.programs .heading, .programs .heading-black, .programs .heading-black-custom, .programs .heading-sub-title-custom, .programs .heading-cyan, .programs .heading-purple, .programs .heading-blue, .programs .heading-blue-2, .programs .heading-white, .programs .section-one .heading-one, .section-one .programs .heading-one, .programs .section-one .heading-two, .section-one .programs .heading-two {
  margin: 60px 0;
}

.programs .container-margin {
  margin-bottom: 60px;
  text-align: center;
}

.programs .description {
  padding: 20px 0;
  font-family: 'geometriaregular';
  font-size: 16px;
  color: #3f3f3f;
}

.programs .box-colored {
  position: relative;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .programs .box-colored {
    height: 340px;
  }
}

@media (max-width: 1023px) {
  .programs .box-colored {
    height: 200px;
  }
}

.programs .box-colored:before {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 6px solid rgba(255, 255, 255, 0.1);
  content: ' ';
}

.programs .box-colored-title div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'geometriaextrabold';
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .programs .box-colored-title div {
    font-size: 28px;
  }
}

@media (max-width: 1023px) {
  .programs .box-colored-title div {
    font-size: 18px;
  }
}

.programs .box-colored:hover {
  opacity: 0.7;
}

.programs .box-colored.colors-1 {
  background: #7d2203;
}

.programs .box-colored.colors-2 {
  background: #415e86;
}

.programs .box-colored.colors-3 {
  background: #17a194;
}

.programs .box-colored.colors-4 {
  background: #005923;
}

.programs .box-colored.colors-5 {
  background: #c96831;
}

.programs .box-colored.colors-6 {
  background: #eeac32;
}

.programs .box-colored.colors-7 {
  background: #6d427a;
}

.programs .box-colored.colors-8 {
  background: #0188ca;
}

.programs .box-colored.colors-9 {
  background: #7bb94c;
}

.program-page .background-heading {
  background: url("http://svite-league-apps-content.s3.amazonaws.com/bgimages/wood.jpg") center center no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  height: 320px;
  position: relative;
  margin-bottom: 60px;
}

.program-page .background-heading-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'geometriaextrabold';
  font-size: 46px;
  margin: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.program-page .background-heading-link {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  font-family: 'geometriamedium';
  text-decoration: none;
  padding-left: 20px;
}

@media (max-width: 1023px) {
  .program-page .background-heading-link {
    top: 10px;
    left: 10px;
  }
}

@media (min-width: 1024px) {
  .program-page .background-heading-link {
    top: 30px;
    left: 30px;
  }
}

.program-page .background-heading-link:before {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 12px solid #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-webkit-calc(-50% - 1px));
     -moz-transform: translateY(-moz-calc(-50% - 1px));
      -ms-transform: translateY(calc(-50% - 1px));
       -o-transform: translateY(calc(-50% - 1px));
          transform: translateY(calc(-50% - 1px));
}

.program-page .background-heading-link:hover {
  opacity: 0.7;
}

.program-page-content {
  color: #3f3f3f;
  font-family: 'geometriaregular';
  font-size: 16px;
}

.program-page .section-related {
  margin-top: 80px;
}

.program-page .section-related .section-heading, .program-page .section-related .about-us .section-heading-our-mission, .about-us .program-page .section-related .section-heading-our-mission {
  color: #2e9df4;
  font-family: 'geometriabold';
  font-size: 26px;
}

.program-page .section-related .section-list {
  margin-bottom: 60px;
}

.program-page .section-related .section-list .list-container {
  padding: 10px;
}

.program-page .section-related .section-list .list-image {
  background: url("https://getuikit.com/v2/docs/images/placeholder_600x400.svg") center center no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.program-page .section-related .section-list .list-title {
  font-size: 17px;
  font-family: 'geometriaextrabold';
  color: #2e2e2e;
}

.forum {
  margin-bottom: 60px;
}

.forum .heading-inline-block {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}

.forum .search-row {
  margin: 45px 0;
  text-align: center;
}

@media (min-width: 1024px) and (max-width: 1260px) {
  .forum .search-row input {
    width: 200px;
  }
}

@media (min-width: 1261px) {
  .forum .search-row input {
    width: 300px;
  }
}

.forum .heading, .forum .heading-black, .forum .heading-black-custom, .forum .heading-sub-title-custom, .forum .heading-cyan, .forum .heading-purple, .forum .heading-blue, .forum .heading-blue-2, .forum .heading-white, .forum .section-one .heading-one, .section-one .forum .heading-one, .forum .section-one .heading-two, .section-one .forum .heading-two {
  margin: 60px 0;
}

.forum .heading-simple-purple {
  padding: 0;
  margin-bottom: 20px;
}

.forum .item-post {
  margin-bottom: 30px;
}

.forum .item-post .post-heading {
  color: #2d2d2d;
  font-family: 'geometriabold';
  font-size: 22px;
}

.forum .item-post .post-row {
  display: block;
  margin-bottom: 10px;
}

.forum .item-post .post-image {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.forum .item-post .post-title {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  display: inline-block;
  color: #2d2d2d;
  font-family: 'geometriaregular';
  font-size: 22px;
  vertical-align: middle;
}

.forum .item-post .post-comment {
  color: #2d2d2d;
  font-family: 'geometriaregular';
  font-size: 22px;
}

.explore .heading, .explore .heading-black, .explore .heading-black-custom, .explore .heading-sub-title-custom, .explore .heading-cyan, .explore .heading-purple, .explore .heading-blue, .explore .heading-blue-2, .explore .heading-white, .explore .section-one .heading-one, .section-one .explore .heading-one, .explore .section-one .heading-two, .section-one .explore .heading-two {
  margin: 60px 0 10px;
}

@media (max-width: 1023px) {
  .explore .heading, .explore .heading-black, .explore .heading-black-custom, .explore .heading-sub-title-custom, .explore .heading-cyan, .explore .heading-purple, .explore .heading-blue, .explore .heading-blue-2, .explore .heading-white, .explore .section-one .heading-one, .section-one .explore .heading-one, .explore .section-one .heading-two, .section-one .explore .heading-two {
    font-size: 20px;
  }
}

.explore .sub-title {
  color: #405e85;
  font-family: 'geometriamedium';
  font-size: 18px;
  margin-bottom: 40px;
}

.explore .sub-title p {
  margin: 0;
}

@media (max-width: 1023px) {
  .explore .sub-title p {
    font-size: 14px;
  }
}

.explore .sub-title p:first-child {
  margin-top: 20px;
}

.explore .alphabetical-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  font-size: 0;
  margin-bottom: 60px;
}

.explore .alphabetical-list li {
  cursor: pointer;
  line-height: 18px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  padding: 10px 15px;
}

@media (max-width: 419px) {
  .explore .alphabetical-list li {
    width: 14.81481%;
  }
}

@media (min-width: 420px) and (max-width: 499px) {
  .explore .alphabetical-list li {
    width: 11.11111%;
  }
}

@media (min-width: 500px) and (max-width: 1099px) {
  .explore .alphabetical-list li {
    width: 7.40741%;
  }
}

@media (min-width: 1100px) {
  .explore .alphabetical-list li {
    width: 3.7037%;
  }
}

.explore .alphabetical-list li:hover {
  background: #f1ebe4;
}

.explore .alphabetical-list li a {
  font-family: 'geometriaextrabold';
  font-size: 18px;
  color: #161616;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.explore .alphabetical-list li a.link {
  color: #2e9df4;
  font-size: 18px;
  font-family: 'geometriabold';
  text-transform: uppercase;
  text-decoration: underline;
}

.explore .alphabetical-list .stretch {
  display: inline-block;
  width: 100%;
  /* if you need IE6/7 support */
  *display: inline;
  zoom: 1;
  padding: 0;
  margin: 0;
}

.explore .section-organizations {
  text-align: center;
  background: #fff;
  padding: 60px 60px 90px;
}

.explore .section-organizations .title, .explore .section-organizations .become-a-member .section-description .title-orange, .become-a-member .section-description .explore .section-organizations .title-orange, .explore .section-organizations .become-a-member .section-description .title-green, .become-a-member .section-description .explore .section-organizations .title-green {
  font-family: 'geometriaregular';
  font-size: 40px;
  color: #756b60;
  display: block;
}

.explore .section-organizations img {
  max-width: 100%;
}

.explore .section-join-us {
  text-align: center;
  background: #fff;
  padding: 60px 60px 90px;
}

.explore .section-join-us .title, .explore .section-join-us .become-a-member .section-description .title-orange, .become-a-member .section-description .explore .section-join-us .title-orange, .explore .section-join-us .become-a-member .section-description .title-green, .become-a-member .section-description .explore .section-join-us .title-green {
  font-family: 'geometriaregular';
  font-size: 40px;
  color: #756b60;
  display: block;
}

.explore .section-join-us img {
  max-width: 100%;
}

.explore .section-boxes {
  display: block;
  width: 100%;
}

.explore .section-boxes .tiles {
  width: 100%;
  padding: 0;
  font-size: 0;
}

@media (min-width: 1024px) {
  .explore .section-boxes .tiles {
    display: table;
  }
}

@media (max-width: 1023px) {
  .explore .section-boxes .tiles {
    display: block;
  }
}

.explore .section-boxes .tiles .tile {
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  vertical-align: middle;
  text-align: center;
  padding: 40px 10px;
}

.explore .section-boxes .tiles .tile:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 599px) {
  .explore .section-boxes .tiles .tile {
    width: 50%;
    min-height: 190px;
    max-height: 190px;
    overflow: hidden;
    display: inline-block;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .explore .section-boxes .tiles .tile {
    width: 25%;
    min-height: 190px;
    max-height: 190px;
    overflow: hidden;
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .explore .section-boxes .tiles .tile {
    width: 12.5%;
    min-height: 232px;
    height: 232px;
    max-height: 232px;
    display: table-cell;
  }
}

.explore .section-boxes .tiles .tile .tile-image {
  margin-bottom: 30px;
}

.explore .section-boxes .tiles .tile .tile-text {
  font-family: "geometriabold";
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1099px) {
  .explore .section-boxes .tiles .tile .tile-text {
    font-size: 12px;
  }
}

@media (min-width: 1100px) and (max-width: 1259px) {
  .explore .section-boxes .tiles .tile .tile-text {
    font-size: 14px;
  }
}

@media (min-width: 1250px) and (max-width: 1549px) {
  .explore .section-boxes .tiles .tile .tile-text {
    font-size: 16px;
  }
}

@media (min-width: 1550px) {
  .explore .section-boxes .tiles .tile .tile-text {
    font-size: 20px;
  }
}

.explore .section-boxes .tiles .tile.purple {
  background: #e227a2;
}

.explore .section-boxes .tiles .tile.blue {
  background: #2e9df4;
}

.explore .section-boxes .tiles .tile.orange {
  background: #fc9f1a;
}

.explore .section-boxes .tiles .tile.green {
  background: #4abc60;
}

.explore .section-boxes .tiles .tile.purple-2 {
  background: #c46fff;
}

.explore .section-boxes .tiles .tile.purple-3 {
  background: #6d427a;
}

.explore .section-boxes .tiles .tile.cyan {
  background: #17a194;
}

.explore .section-boxes .tiles .tile.green-2 {
  background: #7bb94c;
}

.explore .dropdown-filter {
  display: inline-block;
  position: relative;
}

.explore .dropdown-filter a.dropdown-filter-label {
  font-family: 'geometriaextrabold';
  font-size: 18px;
  color: #425f86;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow: visible;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .explore .dropdown-filter a.dropdown-filter-label {
    content: ' ';
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 1023px) {
  .explore .dropdown-filter a.dropdown-filter-label .title, .explore .dropdown-filter a.dropdown-filter-label .become-a-member .section-description .title-orange, .become-a-member .section-description .explore .dropdown-filter a.dropdown-filter-label .title-orange, .explore .dropdown-filter a.dropdown-filter-label .become-a-member .section-description .title-green, .become-a-member .section-description .explore .dropdown-filter a.dropdown-filter-label .title-green {
    display: none;
  }
}

.explore .dropdown-filter a.dropdown-filter-label.filter-icon {
  padding-left: 32px;
  background: url("../images/icons/filter.png") left center no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.explore .dropdown-filter a.dropdown-filter-label.open {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10001;
  width: 100%;
}

.explore .dropdown-filter ul.dropdown-filter-popup {
  background: #fff;
  text-align: left;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 10px 0 10px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
}

@media (max-width: 1023px) {
  .explore .dropdown-filter ul.dropdown-filter-popup {
    width: -webkit-calc(200px);
    width: -moz-calc(200px);
    width: calc(200px);
    left: -100%;
  }
}

@media (min-width: 1024px) {
  .explore .dropdown-filter ul.dropdown-filter-popup {
    width: -webkit-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    left: 50%;
  }
}

.explore .dropdown-filter ul.dropdown-filter-popup li {
  display: block;
}

.explore .dropdown-filter ul.dropdown-filter-popup li a {
  display: block;
  font-family: 'geometriabold';
  font-size: 16px;
  color: #888888;
  text-decoration: none;
  padding: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: color .1s ease-in-out;
  -o-transition: color .1s ease-in-out;
  -moz-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.explore .dropdown-filter ul.dropdown-filter-popup li a:hover {
  color: #bbbbbb;
}

.explore .dropdown-filter ul.dropdown-filter-popup.open {
  z-index: 10000;
  padding: 60px 10px 10px 10px;
  max-height: 600px;
  top: -20px;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.09);
     -moz-box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.09);
}

.news {
  margin-bottom: 60px;
}

.news .heading, .news .heading-black, .news .heading-black-custom, .news .heading-sub-title-custom, .news .heading-cyan, .news .heading-purple, .news .heading-blue, .news .heading-blue-2, .news .heading-white, .news .section-one .heading-one, .section-one .news .heading-one, .news .section-one .heading-two, .section-one .news .heading-two {
  margin: 60px 0;
}

@media (max-width: 1023px) {
  .news .heading, .news .heading-black, .news .heading-black-custom, .news .heading-sub-title-custom, .news .heading-cyan, .news .heading-purple, .news .heading-blue, .news .heading-blue-2, .news .heading-white, .news .section-one .heading-one, .section-one .news .heading-one, .news .section-one .heading-two, .section-one .news .heading-two {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.news .button-view-all {
  display: inline-block;
  position: relative;
  color: #000;
  text-transform: uppercase;
  font-family: 'geometriaextrabold';
  font-size: 18px;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .news .button-view-all {
    margin: 20px 70px 20px;
  }
}

@media (min-width: 1024px) {
  .news .button-view-all {
    margin: 20px 30px 20px;
  }
}

.news .button-view-all:after {
  content: ' ';
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #1aa296;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #1aa296;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.news .button-view-all.blue:after {
  border-color: transparent transparent transparent #2e9df4;
}

.news .button-view-all.green:after {
  border-color: transparent transparent transparent #4abc60;
}

.news .button-view-all.purple:after {
  border-color: transparent transparent transparent #8a43a0;
}

.news .section-media {
  margin-bottom: 80px;
}

.news .section-media .heading-media {
  font-family: 'geometriaextrabold';
  font-size: 24px;
  color: #2e9df4;
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .news .section-media .heading-media {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px;
  }
}

.news .section-press-releases .heading-press-releases {
  font-family: 'geometriaextrabold';
  font-size: 24px;
  margin-bottom: 40px;
  color: #8a43a0;
}

@media (max-width: 1023px) {
  .news .section-press-releases .heading-press-releases {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px;
  }
}

.news .section-recent .list-news {
  background: #f1ebe4;
}

@media (max-width: 1023px) {
  .news .section-recent {
    background: #f1ebe4;
    padding: 20px 0;
  }
}

.news .section-recent .heading-recent {
  font-family: 'geometriaextrabold';
  font-size: 24px;
  color: #4abc60;
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .news .section-recent .heading-recent {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px;
  }
}

@media (max-width: 1023px) {
  .news .list-news {
    padding-top: 30px;
  }
  .news .list-news .heading-one,
  .news .list-news .heading-two {
    margin-left: 30px;
  }
}

@media (max-width: 1023px) {
  .news .list-news .heading-purple {
    margin-left: 30px;
    margin-bottom: 60px;
  }
}

.news .list-news .item {
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .news .list-news .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.news .list-news .item-custom {
  background: #f1ebe4;
}

.news .list-news .item-background {
  width: 100%;
  height: 191px;
  -moz-background-size: cover;
       background-size: cover;
  position: relative;
}

.news .list-news .item-background .date {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 200px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 1;
}

.news .list-news .item-background .date-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news .list-news .item-background .date-block .day {
  color: #fff;
  font-family: 'geometriaextrabold';
  font-size: 56px;
}

.news .list-news .item-background .date-block .month {
  text-transform: uppercase;
  color: #fff;
  font-family: 'geometriaheavy';
  font-size: 25px;
}

.news .list-news .item-sub-container {
  background: #f1ebe4;
  padding: 30px 40px;
}

@media (max-width: 1023px) {
  .news .list-news .item-sub-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.news .list-news .item-sub-container .date-section {
  display: inline-block;
  width: 150px;
}

.news .list-news .item-sub-container .date-section .date-number {
  text-align: center;
  font-size: 57px;
  font-family: "geometriaextrabold";
  color: #3f3f3f;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  line-height: 34px;
}

.news .list-news .item-sub-container .date-section .date-name {
  text-align: center;
  font-size: 25px;
  font-family: "geometriaheavy";
  color: #3f3f3f;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.news .list-news .item-sub-container .text-section {
  display: inline-block;
  width: -webkit-calc(100% - 180px);
  width: -moz-calc(100% - 180px);
  width: calc(100% - 180px);
  text-align: left;
  padding-left: 20px;
}

.news .list-news .item-sub-container .text-section .text-title {
  margin-bottom: 12px;
}

.news .list-news .item-sub-container .text-section .text-title a {
  font-size: 18px;
  font-family: "geometriaextrabold";
  color: #405e85;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.news .list-news .item-sub-container .text-section .text-buttons .tag, .news .list-news .item-sub-container .text-section .text-buttons .tag-green, .news .list-news .item-sub-container .text-section .text-buttons .tag-purple, .news .list-news .item-sub-container .text-section .text-buttons .tag-red {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "geometriabold";
  font-weight: bold;
  font-size: 16px;
  margin: 4px;
}

.news .list-news .item-sub-container .text-section .text-buttons .tag:first-child, .news .list-news .item-sub-container .text-section .text-buttons .tag-green:first-child, .news .list-news .item-sub-container .text-section .text-buttons .tag-purple:first-child, .news .list-news .item-sub-container .text-section .text-buttons .tag-red:first-child {
  margin: 0 4px 0 0;
}

.news .list-news .item-sub-container .text-section .text-buttons .tag:last-child, .news .list-news .item-sub-container .text-section .text-buttons .tag-green:last-child, .news .list-news .item-sub-container .text-section .text-buttons .tag-purple:last-child, .news .list-news .item-sub-container .text-section .text-buttons .tag-red:last-child {
  margin: 0 0 0 4px;
}

.news .list-news .item-sub-container .text-section .text-buttons .tag-green {
  background-color: #4abc60;
}

.news .list-news .item-sub-container .text-section .text-buttons .tag-purple {
  background-color: #c46fff;
}

.news .list-news .item-sub-container .text-section .text-buttons .tag-red {
  background-color: #df440c;
}

.news .list-news .item-sub-container .text-section .text-buttons .tag:hover, .news .list-news .item-sub-container .text-section .text-buttons .tag-green:hover, .news .list-news .item-sub-container .text-section .text-buttons .tag-purple:hover, .news .list-news .item-sub-container .text-section .text-buttons .tag-red:hover {
  opacity: 0.8;
}

.news .list-news .item-text-with-image {
  text-decoration: none;
  font-size: 22px;
  position: relative;
  background: url("../images/icons/icon01.png") no-repeat left center;
  display: inline-block;
  padding-left: 60px;
  font-family: "geometriaextrabold";
  text-transform: uppercase;
  color: #2e2e2e;
  margin: 20px 0;
}

.news .list-news .item-text-with-image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  width: 2px;
  background: gainsboro;
  content: ' ';
}

.news .list-news .item-text-without-image {
  font-size: 24px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-family: "geometriaextrabold";
  text-transform: uppercase;
  color: #2e2e2e;
  margin: 20px 0;
}

.news .list-news .item-text-without-image.with-padding {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 10px;
}

.news .list-news .item-heading-date {
  font-family: 'geometriamedium';
  font-size: 14px;
  color: #d1c9bf;
}

.news .list-news .item-heading-date.with-padding {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
}

.news .list-news .item-description {
  font-size: 14px;
  font-family: "geometriabold";
  color: #575757;
  margin: 10px 0;
  text-decoration: none;
}

.news .list-news .item-description.with-padding {
  padding-left: 20px;
  padding-right: 10px;
}

.media {
  margin: 30px 0;
}

.media .heading-purple {
  margin: 30px 0 60px;
}

.media .item {
  margin-bottom: 40px;
}

.media .item-background {
  width: 100%;
  height: 260px;
  -moz-background-size: cover;
       background-size: cover;
  position: relative;
}

.media .item-background .description {
  color: #fff;
  font-size: 22px;
  font-family: 'geometriaextrabold';
  position: absolute;
  top: 50%;
  left: 250px;
  right: 20px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}

.media .item-background .date {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 200px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 1;
}

.media .item-background .date-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.media .item-background .date-block .day {
  color: #fff;
  font-family: 'geometriaextrabold';
  font-size: 56px;
}

.media .item-background .date-block .month {
  text-transform: uppercase;
  color: #fff;
  font-family: 'geometriaheavy';
  font-size: 25px;
}

@media (max-width: 767px) {
  .media .item-background {
    height: 180px;
  }
  .media .item-background .description {
    font-size: 16px;
    left: 150px;
  }
  .media .item-background .date {
    width: 100px;
  }
  .media .item-background .date-block .day {
    font-size: 24px;
  }
  .media .item-background .date-block .month {
    text-transform: uppercase;
    font-size: 14px;
  }
}

.media-page .background-heading {
  background: url("http://svite-league-apps-content.s3.amazonaws.com/bgimages/wood.jpg") center center no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  height: 320px;
  position: relative;
  margin-bottom: 60px;
}

.media-page .background-heading .heading-block {
  position: relative;
  width: 100%;
  height: 100%;
}

.media-page .background-heading .heading-block .date-container {
  position: relative;
  display: block;
  text-align: center;
}

.media-page .background-heading .heading-block .date-container .date-block {
  margin: 0 auto;
  width: 160px;
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}

@media (max-width: 1023px) {
  .media-page .background-heading .heading-block .date-container .date-block {
    width: 100px;
  }
}

.media-page .background-heading .heading-block .date-container .date-block .day {
  color: #fff;
  font-family: 'geometriaextrabold';
  font-size: 56px;
}

@media (max-width: 1023px) {
  .media-page .background-heading .heading-block .date-container .date-block .day {
    font-size: 32px;
  }
}

.media-page .background-heading .heading-block .date-container .date-block .month {
  color: #fff;
  font-family: 'geometriaheavy';
  font-size: 25px;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .media-page .background-heading .heading-block .date-container .date-block .month {
    font-size: 18px;
  }
}

.media-page .background-heading-link {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  font-family: 'geometriamedium';
  text-decoration: none;
  padding-left: 20px;
}

@media (max-width: 1023px) {
  .media-page .background-heading-link {
    top: 10px;
    left: 10px;
  }
}

@media (min-width: 1024px) {
  .media-page .background-heading-link {
    top: 30px;
    left: 30px;
  }
}

.media-page .background-heading-link:before {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 12px solid #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-webkit-calc(-50% - 1px));
     -moz-transform: translateY(-moz-calc(-50% - 1px));
      -ms-transform: translateY(calc(-50% - 1px));
       -o-transform: translateY(calc(-50% - 1px));
          transform: translateY(calc(-50% - 1px));
}

.media-page .background-heading-link:hover {
  opacity: 0.7;
}

.media-page .background-heading-title {
  text-align: center;
  color: #fff;
  font-family: 'geometriaextrabold';
  font-size: 46px;
  margin: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
}

@media (max-width: 1023px) {
  .media-page .background-heading-title {
    font-size: 26px;
    margin-top: 20px;
  }
}

.media-page-content {
  color: #3f3f3f;
  font-family: 'geometriaregular';
  font-size: 16px;
}

.media-page .section-related {
  margin-top: 80px;
}

.media-page .section-related .section-heading, .media-page .section-related .about-us .section-heading-our-mission, .about-us .media-page .section-related .section-heading-our-mission {
  color: #2e9df4;
  font-family: 'geometriabold';
  font-size: 26px;
}

.media-page .section-related .section-list {
  margin-bottom: 60px;
}

.media-page .section-related .section-list .list-container {
  padding: 10px;
}

.media-page .section-related .section-list .list-image {
  background: url("https://getuikit.com/v2/docs/images/placeholder_600x400.svg") center center no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.media-page .section-related .section-list .list-title {
  font-size: 17px;
  font-family: 'geometriaextrabold';
  color: #2e2e2e;
}

.organization-page {
  margin-bottom: 60px;
}

.organization-page .background-heading {
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  height: 200px;
  position: relative;
}

@media (max-width: 1023px) {
  .organization-page .background-heading {
    height: 300px;
  }
}

.organization-page .background-heading .heading-block {
  position: relative;
  width: 100%;
  height: 100%;
}

.organization-page .background-heading .heading-block h1 {
  border-left: 8px solid #fff;
  color: #fff;
  font-size: 32px;
  font-family: "geometriabold";
  text-transform: uppercase;
  padding: 0 0 0 20px;
  text-align: left;
  position: absolute;
  left: 160px;
  top: 50px;
}

@media (max-width: 1023px) {
  .organization-page .background-heading .heading-block h1 {
    text-align: center;
    border: none;
    left: 50%;
    top: 100px;
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.organization-page .background-heading-link {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  font-family: 'geometriamedium';
  text-decoration: none;
  padding-left: 20px;
}

@media (max-width: 1023px) {
  .organization-page .background-heading-link {
    top: 20px;
    left: 20px;
  }
}

@media (min-width: 1024px) {
  .organization-page .background-heading-link {
    top: 30px;
    left: 30px;
  }
}

.organization-page .background-heading-link:before {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 12px solid #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-webkit-calc(-50% - 1px));
     -moz-transform: translateY(-moz-calc(-50% - 1px));
      -ms-transform: translateY(calc(-50% - 1px));
       -o-transform: translateY(calc(-50% - 1px));
          transform: translateY(calc(-50% - 1px));
}

.organization-page .background-heading-link:hover {
  opacity: 0.7;
}

.organization-page-content {
  color: #3f3f3f;
  font-family: 'geometriaregular';
  font-size: 16px;
}

.organization-page .organization-block, .organization-page .organization-block-image, .organization-page .organization-block-description {
  position: relative;
  display: block;
}

.organization-page .organization-block-image {
  width: 256px;
  height: 256px;
}

@media (min-width: 1024px) {
  .organization-page .organization-block-image {
    float: left;
  }
}

@media (max-width: 1023px) {
  .organization-page .organization-block-image {
    width: 100%;
    height: 160px;
  }
}

.organization-page .organization-block-description {
  padding: 30px 0 0 30px;
  height: auto;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .organization-page .organization-block-description {
    float: left;
  }
}

@media (max-width: 1023px) {
  .organization-page .organization-block-description {
    width: 100%;
    padding: 0;
  }
}

.organization-page .organization-image {
  position: absolute;
  top: -40px;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: auto;
       background-size: auto;
  width: 256px;
  height: 256px;
  background-color: #fff;
}

@media (max-width: 1023px) {
  .organization-page .organization-image {
    top: -120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.organization-page .organization-info {
  color: #2d2d2d;
  font-size: 18px;
  font-family: 'geometriamedium';
  margin-bottom: 20px;
  line-height: 1.5;
}

.organization-page .organization-info .text-highlighted {
  color: #b6ac9f;
  font-family: 'geometriamedium';
}

.organization-page .organization-info a {
  color: #2d2d2d;
  font-size: 18px;
  font-family: 'geometriamedium';
  text-decoration: none;
}

.organization-page .organization-info a:hover {
  opacity: 0.7;
}

.organization-page .organization-info .icon, .organization-page .organization-info .icon-map, .organization-page .organization-info .icon-phone, .organization-page .organization-info .icon-mail, .organization-page .organization-info .icon-site {
  background-repeat: no-repeat;
  padding-left: 30px;
}

.organization-page .organization-info .icon-map {
  background-position: left 2px;
  background-image: url("../images/icons/icon-map-waypoint.png");
}

.organization-page .organization-info .icon-phone {
  background-position: left center;
  background-image: url("../images/icons/icon-phone.png");
}

.organization-page .organization-info .icon-mail {
  background-position: left center;
  background-image: url("../images/icons/icon-mail.png");
}

.organization-page .organization-info .icon-site {
  background-position: left center;
  background-image: url("../images/icons/icon-website.png");
}

.organization-page .organization-categories .title, .organization-page .organization-categories .become-a-member .section-description .title-orange, .become-a-member .section-description .organization-page .organization-categories .title-orange, .organization-page .organization-categories .become-a-member .section-description .title-green, .become-a-member .section-description .organization-page .organization-categories .title-green {
  color: #b6ac9f;
  font-size: 16px;
  font-family: 'geometriamedium';
}

.organization-page .organization-categories .text, .organization-page .organization-categories .text-gray,
.organization-page .organization-categories a {
  color: #555555;
  font-size: 16px;
  font-family: 'geometriamedium';
  text-decoration: none;
}

.organization-page .organization-categories a:hover {
  opacity: 0.7;
}

.member-login {
  background: #f9f6f2;
}

.member-login-form {
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .member-login-form .section-header {
    margin: 60px 0;
  }
}

@media (max-width: 1023px) {
  .member-login-form .section-header {
    margin: 30px 0;
  }
}

.member-login-form .section-last {
  margin-top: 20px;
}

.modal {
  z-index: 999999999;
  display: none;
}

.modal.open {
  display: block;
}

.modal .modal-backdrop {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}

.modal .modal-dialog {
  width: 420px;
  background-color: #fefefe;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999999;
}

.modal .modal-dialog .modal-content {
  text-align: center;
  line-height: 0.8;
  padding: 30px;
}

.modal .modal-dialog .modal-content.custom {
  line-height: 1;
}

.modal .modal-dialog .modal-content.custom .modal-title {
  text-transform: uppercase;
}

.modal .modal-dialog .modal-content.custom .modal-sub-title {
  padding: 20px;
}

.modal .modal-dialog .modal-content.custom-2 {
  line-height: 1;
}

.modal .modal-dialog .modal-content.custom-2 .modal-title {
  text-transform: uppercase;
}

.modal .modal-dialog .modal-content.custom-2 .modal-sub-title {
  padding: 20px 0;
}

.modal .modal-dialog .modal-content.custom-2 .modal-sub-title a {
  color: #2e9df4;
  font-size: 17px;
  font-family: 'geometriamedium';
}

.modal .modal-dialog .modal-content .modal-title {
  color: #17a194;
  font-size: 17px;
  font-family: 'geometriamedium';
}

.modal .modal-dialog .modal-content .modal-sub-title {
  color: #808080;
  font-size: 17px;
  font-family: 'geometriamedium';
}

.modal .modal-dialog .modal-content .modal-form .wpcf7-form-control-wrap {
  display: block;
}

.modal .modal-dialog .modal-content .modal-form input, .modal .modal-dialog .modal-content .modal-form textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  margin-bottom: 20px;
  color: #3f3f3f;
  font-family: 'geometriaregular';
  font-size: 20px;
  outline: none;
}

.modal .modal-dialog .modal-content .modal-form input.wpcf7-not-valid, .modal .modal-dialog .modal-content .modal-form textarea.wpcf7-not-valid {
  border-bottom-color: red;
}

.modal .modal-dialog .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  display: block;
  background: url(../images/icons/close-icon.png) center center no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.modal .modal-dialog .modal-buttons .button-green {
  padding: 20px;
  color: #fff;
  font-size: 20px;
  font-family: 'geometriamedium';
}

.modal .modal-dialog .modal-buttons .button-cyan {
  background: #17a194;
}

div.wpcf7 .ajax-loader {
  display: none;
}

div.wpcf7 .ajax-loader.is-active {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  margin: 0;
  content: 'Loading';
}

/* HEADINGS */
.content {
  padding-top: 60px;
}

.content-fill {
  padding: 0;
  margin: 0;
}

.noscroll {
  overflow: hidden;
}

.blur-back-side {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.dont-underline {
  text-decoration: none;
}

/* LISTS */
.section-one .heading, .section-one .heading-black, .section-one .heading-black-custom, .section-one .heading-sub-title-custom, .section-one .heading-cyan, .section-one .heading-purple, .section-one .heading-blue, .section-one .heading-blue-2, .section-one .heading-white, .section-one .heading-one, .section-one .heading-two {
  font-size: 32px;
  font-family: "geometriabold";
  color: #3f3f3f;
  text-transform: uppercase;
  line-height: 30px;
  padding-left: 10px;
  margin-bottom: 60px;
}

.section-one .heading-one {
  border-left: 6px solid #1aa296;
}

.section-one .heading-two {
  border-left: 6px solid #c46fff;
}

@media (max-width: 1023px) {
  .section-one .list-one .heading-one {
    padding-top: 0;
    margin-top: 0;
  }
  .section-one .list-two {
    padding-top: 30px;
  }
  .section-one .list-one .heading-one,
  .section-one .list-one .heading-two, .section-one .list-two .heading-one,
  .section-one .list-two .heading-two {
    margin-left: 30px;
  }
}

.section-one .list-one .item {
  padding-bottom: 24px;
}

@media (max-width: 1023px) {
  .section-one .list-one .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.section-one .list-one .item-background {
  width: 100%;
  height: 136px;
  -moz-background-size: cover;
       background-size: cover;
}

.section-one .list-one .item-text-with-image {
  font-size: 22px;
  position: relative;
  background: url("../images/icons/icon01.png") no-repeat left center;
  display: inline-block;
  padding-left: 60px;
  font-family: "geometriaextrabold";
  text-transform: uppercase;
  color: #2e2e2e;
  margin: 10px 0;
}

.section-one .list-one .item-text-with-image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  width: 2px;
  background: gainsboro;
  content: ' ';
}

.section-one .list-one .item-description {
  font-size: 14px;
  font-family: "geometriabold";
  color: #575757;
  margin: 10px 0;
}

@media (max-width: 1023px) {
  .section-one .list-two {
    background: #f1ebe4;
  }
}

@media (max-width: 1023px) {
  .section-one .list-two .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.section-one .list-two .item-background {
  width: 100%;
  height: 191px;
  -moz-background-size: cover;
       background-size: cover;
}

.section-one .list-two .item-sub-container {
  background: #f1ebe4;
  padding: 30px 40px;
}

@media (max-width: 1023px) {
  .section-one .list-two .item-sub-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-one .list-two .item-sub-container .date-section {
  display: inline-block;
  width: 150px;
}

.section-one .list-two .item-sub-container .date-section .date-number {
  text-align: center;
  font-size: 57px;
  font-family: "geometriaextrabold";
  color: #3f3f3f;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  line-height: 34px;
}

.section-one .list-two .item-sub-container .date-section .date-name {
  text-align: center;
  font-size: 25px;
  font-family: "geometriaheavy";
  color: #3f3f3f;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.section-one .list-two .item-sub-container .text-section {
  display: inline-block;
  width: -webkit-calc(100% - 180px);
  width: -moz-calc(100% - 180px);
  width: calc(100% - 180px);
  text-align: left;
  padding-left: 20px;
}

.section-one .list-two .item-sub-container .text-section .text-title {
  margin-bottom: 12px;
}

.section-one .list-two .item-sub-container .text-section .text-title a {
  font-size: 18px;
  font-family: "geometriaextrabold";
  color: #405e85;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.section-one .list-two .item-sub-container .text-section .text-buttons .tag, .section-one .list-two .item-sub-container .text-section .text-buttons .tag-green, .section-one .list-two .item-sub-container .text-section .text-buttons .tag-purple, .section-one .list-two .item-sub-container .text-section .text-buttons .tag-red {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "geometriabold";
  font-weight: bold;
  font-size: 16px;
  margin: 4px;
}

.section-one .list-two .item-sub-container .text-section .text-buttons .tag:first-child, .section-one .list-two .item-sub-container .text-section .text-buttons .tag-green:first-child, .section-one .list-two .item-sub-container .text-section .text-buttons .tag-purple:first-child, .section-one .list-two .item-sub-container .text-section .text-buttons .tag-red:first-child {
  margin: 0 4px 0 0;
}

.section-one .list-two .item-sub-container .text-section .text-buttons .tag:last-child, .section-one .list-two .item-sub-container .text-section .text-buttons .tag-green:last-child, .section-one .list-two .item-sub-container .text-section .text-buttons .tag-purple:last-child, .section-one .list-two .item-sub-container .text-section .text-buttons .tag-red:last-child {
  margin: 0 0 0 4px;
}

.section-one .list-two .item-sub-container .text-section .text-buttons .tag-green {
  background-color: #4abc60;
}

.section-one .list-two .item-sub-container .text-section .text-buttons .tag-purple {
  background-color: #c46fff;
}

.section-one .list-two .item-sub-container .text-section .text-buttons .tag-red {
  background-color: #df440c;
}

.section-one .list-two .item-sub-container .text-section .text-buttons .tag:hover, .section-one .list-two .item-sub-container .text-section .text-buttons .tag-green:hover, .section-one .list-two .item-sub-container .text-section .text-buttons .tag-purple:hover, .section-one .list-two .item-sub-container .text-section .text-buttons .tag-red:hover {
  opacity: 0.8;
}

.section-one .list-two .item-text-with-image {
  font-size: 22px;
  position: relative;
  background: url("../images/icons/icon01.png") no-repeat left center;
  display: inline-block;
  padding-left: 60px;
  font-family: "geometriaextrabold";
  text-transform: uppercase;
  color: #2e2e2e;
  margin: 10px 0;
}

.section-one .list-two .item-text-with-image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  width: 2px;
  background: gainsboro;
  content: ' ';
}

.section-one .list-two .item-description {
  font-size: 14px;
  font-family: "geometriabold";
  color: #575757;
  margin: 10px 0;
}

@media (max-width: 1023px) {
  .section-one {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .section-one {
    margin-bottom: 136px;
  }
}

.section-two {
  height: 544px;
  background: url(../images/image3.png) no-repeat center;
  -moz-background-size: cover;
       background-size: cover;
  position: relative;
}

.section-two .text, .section-two .text-gray {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section-two .text-one {
  display: inline-block;
}

.section-two .text-one-one {
  display: block;
  font-family: "geometriaextrabold";
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.6;
}

@media (max-width: 1023px) {
  .section-two .text-one-one {
    font-size: 60px;
  }
}

@media (min-width: 1024px) {
  .section-two .text-one-one {
    font-size: 112px;
  }
}

.section-two .text-one-two {
  display: block;
  font-family: "geometriaextrabold";
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .section-two .text-one-two {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .section-two .text-one-two {
    font-size: 68px;
  }
}

.section-two .text-two {
  display: inline-block;
  font-family: "geometriaextrabold";
  color: #e227a2;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .section-two .text-two {
    font-size: 100px;
  }
}

@media (min-width: 1024px) {
  .section-two .text-two {
    font-size: 200px;
  }
}

.section-two .text-three {
  display: inline-block;
  font-family: "geometriaextrabold";
  color: #2e9df4;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .section-two .text-three {
    font-size: 100px;
  }
}

@media (min-width: 1024px) {
  .section-two .text-three {
    font-size: 200px;
  }
}

.section-two .text-button-container {
  margin-top: 40px;
}

.section-two .text-button {
  font-size: 20px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'geometriabold';
  border: 4px solid rgba(255, 255, 255, 0.9);
  opacity: 0.902;
  padding: 20px 40px;
  color: #fff;
  text-decoration: none;
}

.section-two .text-button:hover {
  background: #fff;
  color: #000;
}

.section-two .jump-button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.section-three {
  margin: 60px 0;
}

.section-three [class^="col-"] {
  padding: 0;
}

.section-three .section-header {
  font-size: 30px;
  font-family: "geometriaextrabold";
  color: #3f3f3f;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
}

.section-three .tile {
  text-align: center;
  height: 270px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-three .tile .tile-image {
  margin-bottom: 30px;
}

.section-three .tile .tile-text {
  font-size: 20px;
  font-family: "geometriabold";
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.section-three .tile.purple {
  background: #e227a2;
}

.section-three .tile.blue {
  background: #2e9df4;
}

.section-three .tile.orange {
  background: #fc9f1a;
}

.section-three .tile.green {
  background: #4abc60;
}

.section-three .link-container {
  margin: 40px;
}

@media (max-width: 1023px) {
  .section-three .link-container {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .section-three .link-container {
    text-align: right;
  }
}

.section-three .link-container .link-view-all {
  font-size: 22px;
  font-family: "geometriaregular";
  color: #e227a2;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/icons/purple-arrow-right.png") right center no-repeat;
  padding-right: 32px;
}

.section-three .link-container .link-view-all:hover {
  opacity: 0.8;
}

.section-four {
  margin: 60px 0;
}

.section-four [class^="col-"] {
  padding: 0;
}

.section-four .section-header {
  font-size: 30px;
  font-family: "geometriaextrabold";
  color: #3f3f3f;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: url("../images/icons/heading-purple-down-arrows.png") center bottom no-repeat;
}

.section-four .section-text {
  text-align: center;
}

.section-four .section-text p {
  font-size: 14px;
  font-family: "geometriamedium";
  color: #3f3f3f;
  max-width: 825px;
  margin: 0 auto 10px auto;
}

.section-four .section-text .link-green {
  display: block;
  color: #4abc60;
  text-decoration: underline;
  font-size: 14px;
  font-family: 'geometriamedium';
}

.section-four .section-text .link-green:hover {
  opacity: 0.8;
}

.section-five {
  margin: 90px 0 60px 0;
}

.section-five [class^="col-"] {
  padding: 0;
}

.section-five .section-header {
  font-size: 30px;
  font-family: "geometriaextrabold";
  color: #3f3f3f;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: url("../images/icons/heading-green-down-arrows.png") center bottom no-repeat;
}

.section-five .section-text {
  text-align: center;
}

.section-five .section-text p {
  font-size: 14px;
  font-family: "geometriamedium";
  color: #3f3f3f;
  max-width: 825px;
  margin: 0 auto 10px auto;
}

.section-five .section-text .link-green {
  display: block;
  color: #4abc60;
  text-decoration: underline;
  font-size: 14px;
  font-family: 'geometriamedium';
}

.section-five .section-text .link-green:hover {
  opacity: 0.8;
}

.colored-bar {
  width: 100%;
  display: block;
  font-size: 0;
}

.colored-bar .bar-1 {
  width: 10%;
  height: 8px;
  display: inline-block;
  background: #e227a2;
}

.colored-bar .bar-2 {
  width: 10%;
  height: 8px;
  display: inline-block;
  background: #42a7f5;
}

.colored-bar .bar-3 {
  width: 10%;
  height: 8px;
  display: inline-block;
  background: #fca830;
}

.colored-bar .bar-4 {
  width: 10%;
  height: 8px;
  display: inline-block;
  background: #65c678;
}

.colored-bar .bar-5 {
  width: 10%;
  height: 8px;
  display: inline-block;
  background: #cd84ff;
}

.colored-bar .bar-6 {
  width: 10%;
  height: 8px;
  display: inline-block;
  background: #4dacf6;
}

.colored-bar .bar-7 {
  width: 10%;
  height: 8px;
  display: inline-block;
  background: #835e8f;
}

.colored-bar .bar-8 {
  width: 10%;
  height: 8px;
  display: inline-block;
  background: #65c678;
}

.colored-bar .bar-9 {
  width: 10%;
  height: 8px;
  display: inline-block;
  background: #cd571c;
}

.colored-bar .bar-10 {
  width: 10%;
  height: 8px;
  display: inline-block;
  background: #3aafa4;
}

.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer .block-one {
  width: 100%;
  min-height: 136px;
  background: #f1ebe4;
}

@media (max-width: 1023px) {
  .footer .block-one {
    display: block;
  }
  .footer .block-one img {
    vertical-align: middle;
  }
  .footer .block-one img:first-child {
    max-width: 150px;
    margin-right: 15px;
  }
  .footer .block-one img:last-child {
    max-width: 80px;
  }
  .footer .block-one:after {
    content: "";
    display: table;
    clear: both;
  }
  .footer .block-one .block-one-logos {
    float: left;
    padding: 10px;
    width: 50%;
  }
  .footer .block-one .block-one-logos a {
    text-decoration: none;
  }
  .footer .block-one .block-one-text {
    float: left;
    padding: 10px;
    width: 50%;
    text-align: right;
  }
  .footer .block-one .block-one-social {
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 20px;
  }
}

@media (min-width: 1024px) {
  .footer .block-one {
    display: table;
    padding: 20px;
  }
  .footer .block-one img {
    vertical-align: middle;
  }
  .footer .block-one img:first-child {
    margin-right: 20px;
    display: inline-block;
    width: 50%;
    max-width: 165px;
  }
  .footer .block-one img:last-child {
    display: inline-block;
    width: 50%;
    max-width: 95px;
  }
  .footer .block-one > div {
    display: table-cell;
    vertical-align: middle;
  }
  .footer .block-one > div.block-one-logos {
    width: 300px;
    text-align: left;
  }
  .footer .block-one > div.block-one-logos a {
    text-decoration: none;
  }
  .footer .block-one > div.block-one-text {
    width: -webkit-calc(100% - 600px);
    width: -moz-calc(100% - 600px);
    width: calc(100% - 600px);
    text-align: center;
  }
  .footer .block-one > div.block-one-social {
    width: 300px;
    text-align: right;
  }
}

.footer .block-one .header {
  font-size: 14px;
  font-family: "geometriamedium";
  color: #1a1a1a;
}

.footer .block-one .sub-header {
  font-size: 13px;
  font-family: "geometriamedium";
  color: #787878;
}

.footer .block-one .sub-header p {
  margin: 0;
}

.footer .block-one .sub-header-icons a {
  display: inline-block;
}

.footer .block-one .sub-header-icons a img {
  margin: 2px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

.footer .block-one .sub-header-icons a:hover {
  opacity: 0.8;
}

.footer .block-two {
  background: #fff;
}

.footer .block-three {
  min-height: 30px;
  background: #f1ebe4;
  font-size: 11px;
  font-family: "geometriamedium";
  color: #aba59e;
  display: table;
  width: 100%;
  text-align: center;
}

.footer .block-three a {
  margin: 0 7px;
  color: #6c6762;
  text-decoration: underline;
}

.footer .block-three a:hover {
  opacity: 0.8;
}

.footer .block-three > div {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 1023px) {
  .footer .block-three {
    display: none;
  }
}

/* CUSTOM */
.nf-form-fields-required,
.nf-after-form-content {
  display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}

div.wpcf7-validation-errors {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  display: block;
  text-align: left;
}

input[aria-invalid="true"],
select[aria-invalid="true"] {
  border-color: red;
}

.wpcf7-form.failed .wpcf7-response-output {
  margin-top: 0;
  border: 1px solid red;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  font-family: 'geometriaregular';
  font-size: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 0, 0, 0.5);
     -moz-box-shadow: 0px 0px 5px 0px rgba(255, 0, 0, 0.5);
          box-shadow: 0px 0px 5px 0px rgba(255, 0, 0, 0.5);
}

textarea {
  resize: none;
}

.program-page .background-heading-title,
.media-page .background-heading-title,
.item-background .description {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.section-calendar-controls {
  background:#f9f6f2;
  padding-bottom: 60px;
}

.text-buttons form {
  display: none !important;
}

.text-buttons .category-link {
  padding: 6px !important;
  font-size: 12px !important;
}