/********************************************************************/
/**************************** QUARKS ********************************/
/********************************************************************/
/****************************************/
/************ MEDIA QUERIES *************/
/****************************************/
/****************************************/
/*************** MIXINS *****************/
/****************************************/
/****************************************/
/**************** COLORS ****************/
/****************************************/
/* base colors
/****************************************/
.black {
  color: #222222; }

.black-bg {
  background-color: #222222; }

.white {
  color: white; }

.white-bg {
  background-color: white; }

.fuschia {
  color: #ea008a; }

.fuschia-bg {
  background-color: #ea008a; }

.aqua {
  color: #73dac9; }

.aqua-bg {
  background-color: #73dac9; }

.grey {
  color: #f8f8f8; }

.grey-bg {
  background-color: #f8f8f8; }

.peachy-bg {
  background-color: #fee8de; }

/* rainbow
/****************************************/
.red, .about .heading {
  color: #dc0b0c; }

.red-bg, .about, li.about a::after {
  background-color: #dc0b0c; }

.pink {
  color: #eb008b; }

.pink-bg, .newsevents, li.newsevents a::after {
  background-color: #eb008b; }

.orange {
  color: #fa7f22; }

.orange-bg, .faq, li.faq a::after {
  background-color: #fa7f22; }

.yellow {
  color: #fbdd4b; }

.yellow-bg, .guides, li.guides a::after {
  background-color: #fbdd4b; }

.green {
  color: #44ab02; }

.green-bg, .contact, li.contact a::after {
  background-color: #44ab02; }

.lightblue {
  color: #29cdb2; }

.lightblue-bg {
  background-color: #29cdb2; }

.darkblue {
  color: #4f46f9; }

.darkblue-bg {
  background-color: #4f46f9; }

.purple {
  color: #c732ec; }

.purple-bg {
  background-color: #c732ec; }

/* gradients
/****************************************/
.sherbert {
  background: #faad50;
  /* Old browsers */
  background: -moz-linear-gradient(top, #faad50 1%, #e84e7a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #faad50 1%, #e84e7a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #faad50 1%, #e84e7a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color__ltorange', endColorstr='$color__ltpink',GradientType=0 );
  /* IE6-9 */ }

/****************************************/
/************* TYPOGRAPHY ***************/
/****************************************/
/* diploma
/****************************************/
@font-face {
  font-family: "Diploma";
  src: url("../fonts/diploma/diploma-webfont.eot?") format("eot"), url("../fonts/diploma/diploma-webfont.woff") format("woff"), url("../fonts/diploma/diploma-webfont.ttf") format("truetype"), url("../fonts/diploma/diploma-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.diploma {
  font-family: "Diploma"; }

/* cooper
/****************************************/
.cooper {
  font-family: "cooper-black-std", serif; }

/* nunito
/****************************************/
.nunito, h1, h2, h3 {
  font-family: 'Nunito', sans-serif; }

/********************************************************************/
/***************************** ATOMS ********************************/
/********************************************************************/
/****************************************/
/************** NORMALIZE ***************/
/****************************************/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

/****************************************/
/***************** GRIDS ****************/
/****************************************/
.fukol-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em; }

.fukol-grid.full {
  display: flex;
  flex-wrap: wrap;
  margin: 0; }

.fukol-grid > * {
  flex: 1 0 auto;
  margin: .5em;
  max-width: 100%; }

.fukol-grid.full > *, .fukol-grid > *.full {
  margin: 0; }

.fukol-grid.column {
  flex-direction: column; }

.center-hor {
  justify-content: center; }

.center-vert {
  align-items: center; }

.fukol-grid.auto, .fukol-grid .auto {
  flex-basis: auto; }

@media (min-width: 750px) {
  .fukol-grid.three > * {
    flex-basis: calc(33.333% - 1em);
    min-width: 300px; } }
/****************************************/
/***************** GRIDS ****************/
/****************************************/
body.about {
  background: #dc0b0c; }
body.newsevents {
  background: #eb008b; }
body.faq {
  background: #fa7f22; }
body.guides {
  background: #fbdd4b; }
body.contact {
  background: #44ab02; }
body.map {
  background: #29cdb2; }
body.ethics {
  background: #4f46f9; }
body.donate {
  background: #c732ec; }

button {
  /* general button styles */ }
  button.about {
    color: #dc0b0c; }
  button.newsevents {
    color: #eb008b; }
  button.faq {
    color: #fa7f22; }
  button.guides {
    color: #fbdd4b; }
  button.contact {
    color: #44ab02; }
  button.map {
    color: #29cdb2; }
  button.ethics {
    color: #4f46f9; }
  button.donate {
    color: #c732ec; }

/********************************************************************/
/***************************** MOLECULES ****************************/
/********************************************************************/
/****************************************/
/*************** ACCORDION **************/
/****************************************/
/* Icon font for arrow icons */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon_arrows/icomoon.eot");
  src: url("../fonts/icomoon_arrows/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon_arrows/icomoon.woff") format("woff"), url("../fonts/icomoon_arrows/icomoon.ttf") format("truetype"), url("../fonts/icomoon_arrows/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Iconfont by Icomoon http://icomoon.io/ */
/* Accordion style */
.cbp-ntaccordion {
  list-style: none;
  margin: 0;
  padding: 0; }

.cbp-ntsubaccordion {
  list-style: none; }

.cbp-ntaccordion .cbp-nttrigger {
  cursor: pointer; }

.cbp-ntaccordion h3 {
  margin: 0;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
  font-size: 3rem;
  font-weight: 300;
  color: white; }

.cbp-ntaccordion h4 {
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  padding: 0.5em 0 0.5em;
  margin: 0 0 0.5em; }

.cbp-ntaccordion h5 {
  font-size: 1.2em;
  color: #aaa;
  padding: 0.5em 0 0.5em;
  margin: 0 0 0.5em; }

.cbp-ntaccordion .cbp-ntcontent p {
  color: #888;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.5;
  padding: 2rem;
  margin: auto;
  max-width: 750px; }

/* Arrow icons */
.cbp-ntaccordion > li > .cbp-nttrigger:before,
.cbp-ntsubaccordion > li > .cbp-nttrigger:before {
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #ddd;
  margin-right: 0.5em;
  -webkit-font-smoothing: antialiased; }

.cbp-ntaccordion > li > .cbp-nttrigger:before {
  font-size: 75%;
  display: inline-block; }

.cbp-ntaccordion > li > .cbp-nttrigger:before {
  content: "\f061"; }

.cbp-ntaccordion > li > .cbp-nttrigger:hover:before {
  transform: rotate(45deg);
  color: inherit; }

.cbp-ntaccordion > li.cbp-ntopen > .cbp-nttrigger:before,
.no-js .cbp-ntaccordion > li > .cbp-nttrigger:before {
  transform: rotate(90deg);
  color: inherit; }

.cbp-ntaccordion > li.cbp-ntopen > .cbp-nttrigger:hover:before,
.no-js .cbp-ntaccordion > li > .cbp-nttrigger:hover:before {
  transform: rotate(270deg);
  color: inherit; }

/* Initial height is zero */
.cbp-ntaccordion .cbp-ntcontent {
  overflow: hidden; }

/* When open, set height to auto */
.cbp-ntaccordion .cbp-ntopen > .cbp-ntcontent,
.cbp-ntsubaccordion .cbp-ntopen > .cbp-ntcontent,
.no-js .cbp-ntaccordion .cbp-ntcontent {
  height: auto; }

/* Example for media query */
@media screen and (max-width: 32em) {
  .cbp-ntaccordion {
    font-size: 70%; } }
body#faq .container {
  margin: 0 !important; }

/****************************************/
/****************** AJAX ****************/
/****************************************/
/* -------------------------------- 

Navigation

-------------------------------- */
.tf-side-navigation {
  position: fixed;
  z-index: 3;
  top: 40px;
  left: 0;
  height: calc(100vh - 65px);
  width: 60px;
  overflow: hidden; }

@media (max-width: 550px) {
  .tf-side-navigation {
    height: calc(100vh - 130px); } }
.tf-side-navigation::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: -webkit-calc(100% - 4px);
  width: calc(100% - 4px);
  background-color: #131519; }

.tf-side-navigation ul {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.tf-side-navigation li {
  width: -webkit-calc(100% - 4px);
  width: calc(100% - 4px); }

.tf-side-navigation a {
  display: block;
  position: relative;
  padding: 4em 0 1.5em;
  font-size: 1.2rem;
  text-align: center;
  color: #ea008a;
  transition: background-color 0.2s, color 0.2s; }

.tf-side-navigation a::after {
  /* 4px line to the right of the item - visible on hover */
  content: '';
  position: absolute;
  top: 0;
  right: -4px;
  height: 100%;
  width: 4px;
  background-color: #83b0b9;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none; }

.no-touch .tf-side-navigation a:hover {
  background-color: #08090b; }

.tf-side-navigation a:hover::after {
  opacity: 1; }

.tf-side-navigation a.selected, .no-touch .tf-side-navigation a.selected:hover, .tf-side-navigation a:hover {
  background-color: #ea008a;
  color: #fff; }

.tf-side-navigation a:hover {
  opacity: 0.8; }

.tf-side-navigation a.selected > svg *, .no-touch .tf-side-navigation a.selected:hover > svg * {
  stroke: #83b0b9; }

.tf-side-navigation li:nth-of-type(2) .selected > svg *,
.tf-side-navigation li:nth-of-type(2) .selected:hover > svg * {
  stroke: #d35657; }

.tf-side-navigation li:nth-of-type(3) .selected > svg *,
.tf-side-navigation li:nth-of-type(3) .selected:hover > svg * {
  stroke: #343943; }

.tf-side-navigation li:nth-of-type(4) .selected > svg *,
.tf-side-navigation li:nth-of-type(4) .selected:hover > svg * {
  stroke: #e4b162; }

.tf-side-navigation a {
  padding: .5rem 1rem;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 100; }

.tf-side-navigation a > * {
  flex: none !important; }

.tf-side-navigation a svg {
  font-size: 2rem;
  margin-bottom: 10px !important; }

.tf-side-navigation a i {
  font-size: 3rem;
  margin-bottom: 10px !important; }

@media only screen and (min-width: 480px) {
  .tf-side-navigation {
    width: 9.4rem; }

  .tf-side-navigation a {
    padding: 1rem; } }
/* -------------------------------- 

 Main Content

-------------------------------- */
main.page {
  height: 100vh;
  overflow: hidden; }

.tf-section, main.page > section {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding-left: 56px;
  backface-visibility: hidden;
  transform: translateZ(0);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0s 0.5s;
  -moz-transition: -moz-transform 0s 0.5s;
  transition: transform 0s 0.5s; }

.tf-section.overflow-hidden, main.page > section.overflow-hidden {
  overflow: hidden; }

main.page > section > header {
  position: relative;
  height: calc(40vh);
  width: 100%;
  overflow: hidden;
  background-size: cover !important; }

@media (min-width: 750px) {
  main.page > section > header {
    height: calc(100vh - 40px); } }
.tf-section .tf-scroll, main.page > section .tf-scroll {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  transition: transform 0s 0.5s, visibility 0s 0.5s; }

.tf-section.visible, main.page > section.visible {
  /* this is the visible/selected section */
  position: relative;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
  transform: translateX(0);
  transition: transform 0.5s 0s; }

.tf-section.visible .tf-scroll, main.page > section.visible .tf-scroll {
  visibility: visible;
  transform: translateX(0%) scale(1);
  transition: transform 0.3s 0.5s, visibility 0s 0s;
  animation: tf-scroll-down 1.2s 0.9s;
  animation-iteration-count: 2; }

@media only screen and (min-width: 480px) {
  .tf-section, main.page > section {
    padding-left: 90px; } }
@-webkit-keyframes tf-scroll-down {
  0% {
    -webkit-transform: translateX(0%) scale(1); }

  50% {
    -webkit-transform: translateY(10px) translateX(0%) scale(1); }

  100% {
    -webkit-transform: translateX(0%) scale(1); } }
@-moz-keyframes tf-scroll-down {
  0% {
    -moz-transform: translateX(0%) scale(1); }

  50% {
    -moz-transform: translateY(10px) translateX(0%) scale(1); }

  100% {
    -moz-transform: translateX(0%) scale(1); } }
@keyframes tf-scroll-down {
  0% {
    transform: translateX(0%) scale(1); }

  50% {
    transform: translateY(10px) translateX(0%) scale(1); }

  100% {
    transform: translateX(0%) scale(1); } }
.tf-title, main.page > section header > div {
  padding: 1em;
  text-align: center;
  backface-visibility: hidden;
  transform: translateZ(0);
  opacity: 0;
  transform: translateY(0%) translateX(0%);
  transition: transform 0s 0.5s, opacity 0s 0.5s; }

.tf-title h2, main.page > section header > div h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px; }

.tf-title span, main.page > section header > div span {
  opacity: 0.6; }

/*
.visible .tf-title, main.page > section.visible header > div {
  opacity: 1;
  transform: translateY(0%);
  transition: transform 0.4s 0.3s, opacity 0.4s 0.3s;
}*/
@media only screen and (min-width: 768px) {
  .tf-title h2, main.page > section header > div h1 {
    font-size: 5rem; } }
@media only screen and (min-width: 768px) {
  .tf-content p, #index-content {
    font-size: 1.6rem; } }
/* -------------------------------- 

 Loading Bar

-------------------------------- */
#tf-loading-bar {
  position: fixed;
  z-index: 2;
  left: 56px;
  width: 4px;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  background-color: #ea008a; }

#tf-loading-bar.loading {
  visibility: visible; }

@media only screen and (min-width: 480px) {
  #tf-loading-bar {
    left: 90px; } }
/****************************************/
/*************** ELEMENTS ***************/
/****************************************/
/* overlays 
/****************************************/
.overlay {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0; }

.overlay.dark {
  opacity: 0.75; }

/********************************************************************/
/***************************** ORGANISMS ****************************/
/********************************************************************/
/****************************************/
/************** SITE STYLES *************/
/****************************************/
/****************************************/
/*************** SITE BASE **************/
/****************************************/
/****************************************/
/************* BASE LAYOUT **************/
/****************************************/
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Blocks
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
  font-family: 'Nunito', sans-serif; }

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  margin-top: 40px;
  font-family: 'Nunito', sans-serif;
  background-color: #73dac9;
  overflow-y: hidden; }

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

@media (min-width: 750px) {
  .two-columns > * {
    flex-basis: 50%;
    flex-grow: 1; } }
/****************************************/
/*************** ELEMENTS ***************/
/****************************************/
.relative {
  position: relative; }

@media (min-width: 750px) {
  .one-half {
    flex: .46 0 0 !important;
    margin: 3% !important;
    height: calc(100% - 6vw) !important; } }
.stagger {
  min-height: calc(100vh - 65px); }

.stagger:nth-of-type(odd), .row-reverse {
  flex-direction: row-reverse; }

.no-flex {
  flex: 0 !important; }

.button {
  display: table;
  margin: auto;
  position: relative;
  color: #fff;
  background: #ea008a;
  border-radius: 30px;
  padding: 10px 15px !important;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 1px;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-transform: uppercase; }

.button.white {
  color: #ea008a;
  background: #fff; }

.button.fuschia {
  color: #fff;
  background: #ea008a; }

.button.fuschia:hover {
  color: #ea008a;
  background: #fff; }

.button.white:hover {
  color: #fff;
  background: #ea008a; }

.close-round {
  position: fixed;
  right: 20px;
  top: 20px;
  background: #222;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  z-index: 9; }

.close-round:before {
  background: #fff;
  content: '';
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  top: 14px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg); }

.close-round:after {
  background: #fff;
  content: '';
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  top: 14px;
  right: 4px;
  -webkit-transform: rotate(315deg);
  /* Safari */
  transform: rotate(315deg); }

.close-round.large {
  right: 20px;
  top: 50px;
  width: 40px;
  height: 40px; }

.close-round.large:before,
.close-round.large:after {
  width: 28px;
  height: 3px;
  top: 19px; }

.close-round.large:before {
  left: 6px; }

.close-round.large:after {
  right: 6px; }

/****************************************/
/**************** HEADER ****************/
/****************************************/
header#header {
  height: 40px;
  background: black;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }

header#header h1 {
  font-family: "cooper-black-std";
  color: white;
  font-size: 1.75em;
  line-height: 40px;
  padding-left: 20px;
  display: inline-block;
  margin: 0; }

header#header h1 a {
  text-decoration: none;
  border-bottom: none; }

header#header a.logout {
  text-decoration: none;
  border-bottom: none;
  float: right;
  margin-right: 10px;
  margin-top: 8px; }

header#header ul#menu-login {
  position: absolute;
  right: 10px;
  top: 7px; }

header#header ul#menu-login > li {
  padding: 0 10px 0 12px;
  display: none; }

.menu-item-login-log-out {
  border-left: 1px solid white;
  display: inline-block !important; }

@media (min-width: 750px) {
  header#header ul#menu-login > li {
    display: inline-block !important; } }
/****************************************/
/*********** PAGE TEMPLATE *************/
/****************************************/
main.page * {
  box-sizing: border-box; }

main.page > section > header > div {
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  left: 50%;
  width: 100%;
  padding: 0;
  opacity: 0;
  transition: transform 0.4s 0.3s, opacity 0.4s 0.3s; }

main.page > section.visible > header > div {
  opacity: 1;
  transform: translate(-50%, -50%); }

main.page > section > header h1 {
  display: table;
  margin: auto;
  padding: 0 2rem;
  color: white; }

main.page #index-content {
  background: white; }

main.page .heading {
  padding: 6rem 3rem; }

main.page .heading p {
  margin: 0 auto;
  color: inherit;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  text-align: center;
  max-width: 900px; }

main.page .two-columns > h1 {
  padding: 6rem 3rem;
  font-size: 4rem;
  line-height: 5rem;
  margin: 0;
  text-align: right; }

main.page .two-columns.row-reverse > h1 {
  text-align: left; }

main.page .two-columns > p {
  padding: 3rem 6rem;
  margin: 0; }

/****************************************/
/************ ABOUT *************/
/****************************************/
.about-text {
  margin: 0; }

.about-text a {
  color: #ea008a; }

/****************************************/
/************ NEWS & EVENTS *************/
/****************************************/
/****************************************/
/************ ABOUT *************/
/****************************************/
.about-text {
  margin: 0; }

.about-text a {
  color: #ea008a; }

#newsevents article > header {
  border: 1rem solid #222;
  padding: 0; }

#newsevents section.visible > article > header, article.visible > header {
  opacity: 1;
  transition: transform 0.4s 0.3s, opacity 0.4s 0.3s; }

#newsevents article {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

#newsevents article header > h1 {
  flex: none;
  margin: none;
  font-size: 3rem;
  line-height: 4rem;
  background: #222222; }

#newsevents .tf-title > * {
  flex: none;
  padding: 10px; }

#newsevents #infinite-handle span {
  display: table;
  margin: 50px auto;
  position: relative;
  color: #fff;
  background: #ea008a;
  border-radius: 30px;
  padding: 10px 15px !important;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 1px;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-transform: uppercase;
  color: #ea008a;
  background: #fff; }

.infinite-loader {
  margin: 50px auto; }

.infinite-loader .spinner {
  height: 40px; }

/****************************************/
/************ CONTACT *************/
/****************************************/
.contact h1 {
  text-align: center;
  width: 90%; }

div.wpcf7 {
  max-width: 700px;
  margin: 50px auto;
  width: 80%; }

div.wpcf7 ul li {
  margin: 10px 0;
  display: flex; }

div.wpcf7 ul li > label {
  width: 140px;
  margin-right: 10px;
  text-align: right;
  font-size: 1.8rem; }

div.wpcf7 ul li > span {
  width: calc(100% - 150px); }

div.wpcf7 ul li > span input, .wpcf7 ul li > span textarea {
  width: 100%;
  padding: 10px;
  font-size: 1.8rem;
  border-radius: 20px;
  border: 1px solid #ccc;
  outline: none;
  background: rgba(255, 255, 255, 0.9); }

div.wpcf7 ul li .mc4wp-checkbox-contact-form-7,
div.wpcf7 ul li div.wpcf7-recaptcha,
div.wpcf7 ul li .wpcf7-submit {
  margin-left: 150px; }

div.wpcf7 ul li .mc4wp-checkbox-contact-form-7 label input {
  width: auto; }

div.wpcf7 ul li .mc4wp-checkbox-contact-form-7 label span {
  width: auto;
  margin-left: 10px; }

div.wpcf7 ul li .wpcf7-submit {
  color: #fff;
  background: #ea008a;
  border-radius: 30px;
  padding: 10px 45px !important;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 1px;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-transform: uppercase; }

@media only screen and (max-width: 750px) {
  div.wpcf7 ul li {
    display: block; }

  div.wpcf7 {
    margin: 20px auto;
    width: 90%; }

  div.wpcf7 ul li > label {
    width: auto;
    margin-right: 0;
    text-align: left;
    display: block; }

  div.wpcf7 ul li > span {
    width: 100%; }

  div.wpcf7 ul li .mc4wp-checkbox-contact-form-7,
  div.wpcf7 ul li div.wpcf7-recaptcha,
  div.wpcf7 ul li .wpcf7-submit {
    margin-left: 0; } }
/* HEADER DROPDOWN CONTACT FORM **********/
#contact-form-overlay {
  background: rgba(251, 220, 76, 0.9);
  position: absolute;
  z-index: 100;
  min-height: 100vh;
  width: 100vw;
  transform: translateY(-120%);
  transition: transform 0.5s ease-out; }

#contact-form-overlay.visible {
  transform: translateY(40px); }

.page-template-page-ajax #contact-form-overlay.visible {
  transform: translateY(0); }

/***************************/
/********* FOOTER **********/
/***************************/
footer#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 25px;
  background: black;
  z-index: 10;
  color: white; }

  footer#footer > ul {
    display:flex;
    justify-content: space-between;
    padding:0;
  }

footer#footer li {
  font-size: .75em;
  line-height: 25px;
  padding: 0 20px;
  float: left;

}

footer#footer #menu-social {
  font-size: 2.4rem;
  padding: 0 50px;
}

footer#footer li a.donate-link {
  text-transform: uppercase;
  background-color: #ea008a;
  display: inline-block;
  padding: 2px 15px 4px 15px;
  font-weight: 600;
  letter-spacing: 1px; }

footer#footer li:nth-child(2) {
  text-align: center; }

footer#footer li:last-child {
  float: right;
  text-align: right; }

#donate-popup {
  background: white;
  border: 5px solid #222;
  padding: 30px 50px 30px 30px;
  position: absolute;
  width: 80vw;
  max-width: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 500px 50px #000;
  display: none;
  box-sizing: border-box;
  z-index: 10000; }

.paypal-btn {
  width: 20%;
  float: left;
  margin: 0 20px 30px 0;
  max-width: 300px;
  min-width: 150px; }

#donate-text a {
  color: #ea008a; }

@media only screen and (max-width: 750px) {
  #donate-popup {
    border: none;
    padding: 30px 50px 30px 30px;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: none;
    box-shadow: none; } }
@media only screen and (max-width: 550px) {
  .paypal-btn {
    width: 200px;
    float: none;
    margin: 0 auto 20px auto;
    display: block; } }
/****************************************/
/************ HOMEPAGE STYLES ***********/
/****************************************/
body#home {
  margin-top: 0;
  background-color: #999999; }

body#home #header {
  display: none; }

body#home main.page > section.visible {
  padding-left: 0;
  background: url(/wp-content/uploads/2017/04/wallpaper-tile-1.png) repeat center center;
  background-size: 50%; }

body#home main.page > section > header > div {
  top: 50%; }

body#home main.page > section > header h1 {
  background: transparent;
  font-size: 15vw;
  line-height: 80%;
  text-align: center;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9); }

body#home main.page > section > header h1 span {
  display: block;
  opacity: 0;
  animation-delay: 2s; }

body#home main.page > section > header h1 span:last-of-type {
  animation-delay: 2.5s; }

body#home main.page > section > header div > span {
  display: block;
  line-height: 100%;
  color: white;
  opacity: 0;
  font-size: 5vw;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
  animation-delay: 1.5s; }

body#home main.page > section > header div > span:first-of-type {
  font-size: 8vw;
  animation-delay: 1s; }

#home .overlay {
  left: 0;
  z-index: 9;
  position: fixed; }

#home .overlay button {
  animation-delay: 3s;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5%;
  left: 5%; }

#home .overlay button:last-of-type {
  left: auto;
  right: 5%; }

#home .overlay button a {
  color: #ea008a; }

#home .overlay button a i {
  font-size: 2rem;
  line-height: 30px; }

#home .overlay button:hover a {
  color: white; }

#home #video {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity; }

#home #video img:first-of-type {
  width: 100%;
  transform: translateY(50%); }

#home #video img:last-of-type {
  transform: rotate(180deg) translateY(50%);
  width: 100%; }

#home #video video {
  width: 100%;
  height: auto; }

#home .stopfade {
  opacity: 1; }

#home .stopfade ~ .overlay {
  z-index: 1;
  opacity: 1; }

#home button#pause {
  display: block;
  width: 80%;
  padding: .4rem;
  border: none;
  margin: 1rem auto;
  font-size: 1.3rem;
  background: rgba(0, 0, 0, 0.23);
  color: #000;
  border-radius: 3px;
  cursor: pointer;
  transition: .3s background;
  position: absolute;
  left: 10%;
  bottom: 10%;
  z-index: 2; }

@keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }
.fade-out {
  opacity: 1;
  /* make things invisible upon start */
  animation: fadeOut ease-out 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-duration: .25s;
  animation-delay: 0s; }

@keyframes saturate {
  from {
    filter: grayscale(1); }

  to {
    filter: grayscale(0); } }
.saturate {
  filter: grayscale(1);
  animation: saturate ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-delay: 1s; }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-duration: .5s;
  animation-delay: 0s; }

/****************************************/
/********** GUIDE PAGE STYLES ***********/
/****************************************/
#guides main.page #index-content {
  background-color: #fbdd4b; }

#guides article {
  background-color: white;
  padding: 2%; }

#guides article i,
#guides article svg.svg-inline--fa {
  color: #fbdd4b;
  font-size: 4rem; }

#guides article h1 {
  font-size: 2.5rem; }

#guides main.page > section header > div h1, #guides main.page .heading p {
  color: black; }


  /****************************************/
/************ HEADER  *******************/
/****************************************/
#header {
  display: flex;
  justify-content: space-between; }

nav.header-nav {
  display: flex; }
  nav.header-nav a.top-nav-item {
    display: block;
    position: relative;
    padding: 3px 10px;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: .1em;
    font-weight: 700;
    cursor: pointer; }
    nav.header-nav a.top-nav-item span {
      display: none; }
    nav.header-nav a.top-nav-item:before {
      content: "\f004";
      font-family: "FontAwesome";
      position: relative;
      font-size: 2rem;
      top: 2px; }
      @media only screen and (min-width: 750px) {
        nav.header-nav a.top-nav-item:before {
          margin-right: 10px; } }
    @media only screen and (min-width: 750px) {
      nav.header-nav a.top-nav-item {
        padding: 3px 20px; }
        nav.header-nav a.top-nav-item span {
          display: inline; } }
  nav.header-nav a.donate-link {
    background: #ea008a; }
    nav.header-nav a.donate-link:before {
      content: "\f004"; }
  nav.header-nav a.show-login {
    display: block; }
    @media only screen and (min-width: 750px) {
      nav.header-nav a.show-login {
        display: none; } }
    nav.header-nav a.show-login:before {
      content: "\f090"; }
  nav.header-nav .user-dd {
    position: relative; }
    nav.header-nav .user-dd a.username {
      text-transform: none; }
      nav.header-nav .user-dd a.username:before {
        content: '\f2bd'; }
      @media only screen and (min-width: 750px) {
        nav.header-nav .user-dd a.username {
          min-width: 120px; } }
      @media only screen and (min-width: 1200px) {
          nav.header-nav .user-dd:hover a.username {
      color: #222;
      background: #fff; }
    nav.header-nav .user-dd:hover > ul {
      display: block; }
    }
    nav.header-nav .user-dd > ul {
      background: #fff;
      border: 4px solid #222;
      border-top: 0px;
      position: absolute;
      right: -4px;
      font-size: 1.3rem;
      width: 275px;
      display: none;
      font-weight: 700; }
      nav.header-nav .user-dd > ul a {
        color: #222; }
      nav.header-nav .user-dd > ul a:hover {
        color: #ea008a; }
      nav.header-nav .user-dd > ul > li {
        margin: 7px 0; }
        nav.header-nav .user-dd > ul > li a, nav.header-nav .user-dd > ul > li span {
          padding: 5px 0 5px 20px;
          display: block; }
      @media only screen and (min-width: 750px) {
        nav.header-nav .user-dd > ul {
          left: -4px;
          right: initial; } }
    nav.header-nav .user-dd .user-trails {
      color: #555; }
      nav.header-nav .user-dd .user-trails ul {
        max-height: 50vh;
        overflow-y: auto; }
        nav.header-nav .user-dd .user-trails ul li {
          border-bottom: 1px solid #ddd; }
          nav.header-nav .user-dd .user-trails ul li span {
            background: #f1f1f1; }
          nav.header-nav .user-dd .user-trails ul li a {
            font-weight: 400;
            background: #f1f1f1; }
    nav.header-nav .user-dd.dd-open a.username {
      color: #222;
      background: #fff; }
    nav.header-nav .user-dd.dd-open > ul {
      display: block; }

/* Multi Tab Sidebar */
.multitab-section {
  display: none;
  text-transform: uppercase;
  position: relative; }
  @media only screen and (min-width: 750px) {
    .multitab-section {
      display: inline-block; } }
  .multitab-section p {
    display: inline-block;
    background: #fff;
    text-transform: lowercase;
    font-size: 14px;
    padding: 20px;
    margin: 0; }
  .multitab-section .multitab-widget {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    width: 160px; }
    .multitab-section .multitab-widget li.multitab-tab {
      list-style: none;
      padding: 0;
      margin: 0;
      text-transform: uppercase;
      text-align: center;
      width: 50%; }
      .multitab-section .multitab-widget li.multitab-tab a {
        color: #fff;
        display: block;
        padding: 10px;
        font-size: 13px;
        letter-spacing: .1em;
        font-weight: 700;
        text-decoration: none; }
        .multitab-section .multitab-widget li.multitab-tab a.multitab-widget-current {
          background: #faad50; }
  .multitab-section .multitab-widget-content {
    padding: 10px;
    display: none;
    width: 250px;
    position: absolute;
    left: 0; }
    .multitab-section .multitab-widget-content#lucidRegistration {
      position: absolute;
      right: 0;
      left: initial; }
    .multitab-section .multitab-widget-content input[type="email"],
    .multitab-section .multitab-widget-content input[type="text"],
    .multitab-section .multitab-widget-content input[type="password"],
    .multitab-section .multitab-widget-content select,
    .multitab-section .multitab-widget-content textarea {
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      border-radius: 30px;
      border: none;
      background: rgba(255, 255, 255, 0.8);
      margin: 10px auto;
      padding: 10px;
      font-size: 95%;
      color: #555; }
    .multitab-section .multitab-widget-content input[type="submit"] {
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      margin: 10px auto;
      background: #fff;
      border: 0;
      border-radius: 30px;
      padding: 4%;
      font-size: 100%;
      color: #ea008a;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      cursor: pointer;
      transition: background .3s;
      -webkit-transition: background .3s; }
    .multitab-section .multitab-widget-content input[type="submit"]:hover {
      background: #000; }
    .multitab-section .multitab-widget-content .checkbox-container {
      margin: 10px 0 15px; }
    .multitab-section .multitab-widget-content div.g-recaptcha {
      margin-top: 10px;
      transform: scale(0.75);
      transform-origin: top left; }
    .multitab-section .multitab-widget-content a.lostp {
      text-align: center;
      text-transform: none;
      color: #fff;
      font-size: .9em;
      display: block; }

/* css class for form generated errors */
.profilepress-login-status,
.profilepress-reset-status,
.profilepress-reg-status,
.profilepress-edit-profile-status {
  border-radius: 6px;
  max-width: 250px;
  font-size: 17px;
  line-height: 1.471;
  padding: 10px 19px;
  background-color: #e74c3c;
  color: #ffffff;
  font-weight: normal;
  display: block;
  text-align: center;
  margin: 5px auto; }
  .profilepress-login-status a,
  .profilepress-reset-status a,
  .profilepress-reg-status a,
  .profilepress-edit-profile-status a {
    color: #333 !important; }

.lucidSuccess {
  border-radius: 6px;
  max-width: 250px;
  font-size: 17px;
  line-height: 1.471;
  padding: 10px 19px;
  background-color: transparent;
  color: #ffffff;
  font-weight: normal;
  display: block;
  text-align: center;
  margin: 5px auto; }

  .sherbet-gradient {
    background: #faad50;
    background: -moz-linear-gradient(top,  #faad50 1%, #e84e7a 100%);
    background: -webkit-linear-gradient(top,  #faad50 1%,#e84e7a 100%);
    background: linear-gradient(to bottom,  #faad50 1%,#e84e7a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faad50', endColorstr='#e84e7a',GradientType=0 );
  }
  