@charset "UTF-8";
/*!
Theme Name: Digipress
Theme URI: http://www.digeratisolutions.com.au
Author: Digerati Solutions
Author URI: http://www.digeratisolutions.com.au
Description: Digipress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digipress
Domain Path: /lang/
Tags: black
*/
/* Theme
  ==========================================================================

  1.0 Base
    1.1 General
    1.2 Typography
    1.3 Forms
    1.4 Wordpress
  2.0 Layout
    2.1 Blocks
    2.2 Grid
    2.3 Helpers
  3.0 Module
    3.1 Sections
    3.2 Parts
    3.3 Navigation
  4.0 State
    4.1 Animations
    4.2 Plugins

*/
/* 1.0 Base
  ========================================================================== */
@font-face {
  font-family: "MequetrefeOT-Bold";
  src: url("fonts/MequetrefeOT-Bold.eot");
  src: url("fonts/MequetrefeOT-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/MequetrefeOT-Bold.woff2") format("woff2"), url("fonts/MequetrefeOT-Bold.woff") format("woff"), url("fonts/MequetrefeOT-Bold.ttf") format("truetype"), url("fonts/MequetrefeOT-Bold.svg#MequetrefeOT-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MequetrefeOT-Light";
  src: url("fonts/MequetrefeOT-Light.eot");
  src: url("fonts/MequetrefeOT-Light.eot?#iefix") format("embedded-opentype"), url("fonts/MequetrefeOT-Light.woff2") format("woff2"), url("fonts/MequetrefeOT-Light.woff") format("woff"), url("fonts/MequetrefeOT-Light.ttf") format("truetype"), url("fonts/MequetrefeOT-Light.svg#MequetrefeOT-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Warugaki-Regular";
  src: url("fonts/Warugaki-Regular.eot");
  src: url("fonts/Warugaki-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Warugaki-Regular.woff2") format("woff2"), url("fonts/Warugaki-Regular.woff") format("woff"), url("fonts/Warugaki-Regular.ttf") format("truetype"), url("fonts/Warugaki-Regular.svg#Warugaki-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 1.1 General
  -------------------------------------------------------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100%;
  font-family: "proxima-nova", sans-serif;
  font-weight: lighter;
  line-height: 1;
  color: #575858;
  background: #ffffff;
  overflow-x: hidden;
}
body > * {
  font-size: 1.5rem;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

/* 1.2 Typography
  -------------------------------------------------------------------------- */
h1, h2, h3 {
  font-weight: normal;
  text-transform: uppercase;
  color: #378dc8;
}

h1 {
  font-family: "Warugaki-Regular", sans-serif;
  font-size: 7rem;
  line-height: 1.1;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-family: "Warugaki-Regular", sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  h2 {
    font-size: calc(6.0rem / 1.2);
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: calc(6.0rem / 1.5);
  }
}

h3 {
  font-family: "MequetrefeOT-Bold", san-serif;
  font-size: 4rem;
  line-height: 1.1;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  h3 {
    font-size: calc(4.0rem / 1.2);
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: calc(4.0rem / 1.5);
  }
}

h4 {
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  font-size: 2.3rem;
  line-height: 1.35;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  h4 {
    font-size: calc(2.3rem / 1.2);
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: calc(2.3rem / 1.5);
  }
}

h5 {
  font-family: "Warugaki-Regular", sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.35;
  color: #378dc8;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  h5 {
    font-size: calc(1.8rem / 1.2);
  }
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: calc(1.8rem / 1.5);
  }
}

p.bigger {
  font-size: 2.6rem;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  p.bigger {
    font-size: calc(2.6rem / 1.2);
  }
}
@media screen and (max-width: 767px) {
  p.bigger {
    font-size: calc(2.6rem / 1.4);
  }
}

p.big {
  font-size: 2.2rem;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  p.big {
    font-size: calc(2.2rem / 1.2);
  }
}
@media screen and (max-width: 767px) {
  p.big {
    font-size: calc(2.2rem / 1.4);
  }
}

ul.blue {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.blue li {
  padding: 0 0 0 25px;
  position: relative;
}
ul.blue li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #378dc8;
  border-radius: 50%;
}

ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol li:before {
  padding: 0 10px 0 0;
  content: counter(item) ". ";
  counter-increment: item;
  color: #378dc8;
}

/* 1.3 Forms
  -------------------------------------------------------------------------- */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

select[multiple=multiple] {
  padding: 10px 0;
  height: auto !important;
  overflow: hidden;
}
select[multiple=multiple] option {
  padding: 5px 0;
}

.gform_wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 800px;
}

.gform_fields {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
  padding: 0;
  position: relative;
  list-style: none;
}
.gform_fields li {
  margin: 0 15px 20px 15px;
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .gform_fields li {
    width: calc(100% - 30px);
  }
}
.gform_fields li.expanded {
  width: calc(100% - 30px);
}
.gform_fields .button {
  display: inline-block;
}
.gform_fields label {
  line-height: 1.5;
}

.gform_description {
  margin: 0 0 25px 0;
  display: block;
}

.gform_body {
  transition: all 0.2s ease-in-out;
}

.gform_footer {
  padding: 15px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gform_footer {
    padding: 0;
  }
}
.gform_footer input[type=submit] {
  display: inline-block;
}

.gform_button {
  transition: all 0.2s ease-in-out;
}
.gform_button:disabled {
  color: #ffffff;
  border: 2px solid #575858;
  background: #575858;
  opacity: 0.5;
}
.gform_button:disabled:hover {
  color: #ffffff;
  border: 2px solid #575858;
  background: #575858;
  opacity: 0.5;
}

.gfield_description {
  line-height: 1.5;
}

.validation_error {
  margin: 0 0 20px 0;
  padding: 15px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.3;
  color: #fec400;
  border: 1px solid #fec400;
}

.gfield_error label {
  color: #fec400 !important;
}
.gfield_error input, .gfield_error select {
  border: 2px solid red !important;
}

.gfield_checkbox {
  margin: 0;
  padding: 0;
}
.gfield_checkbox li {
  margin: 0;
}

h2.gsection_title {
  margin: 0;
  font-size: 2.4rem;
}

.validation_message {
  margin: 5px 0 0 0;
  font-size: 1.3rem;
  text-align: left;
  color: #fec400;
}

.gform_confirmation_message {
  font-size: 2rem;
  line-height: 1.5;
}

.gform_ajax_spinner {
  display: none;
}

.spinner {
  position: relative;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.spinner > * {
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
}
.spinner:after {
  margin: -15px 0 0 -15px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "ionicons";
  font-size: 5rem;
  line-height: 1;
  animation: spinner 2s infinite linear;
}

.clear-multi {
  margin: 0 -10px;
  display: flex;
}
.clear-multi > div {
  margin: 0 10px;
  flex: 1 1 0;
}
.clear-multi > div label {
  display: block;
  text-align: center;
  opacity: 0.75;
}

.ginput_complex span {
  margin: 10px 0;
  display: block;
}
.ginput_complex span label {
  display: block;
  opacity: 0.75;
}

/* 1.4 Wordpress
  -------------------------------------------------------------------------- */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.gallery-caption {
  max-width: 100%;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  padding: 2.5% 5%;
  max-width: 100%;
  font-size: 1.2em;
  line-height: 1.75;
}

.sticky {
  max-width: 100%;
}

.bypostauthor {
  max-width: 100%;
}

.screen-reader-text {
  display: none;
}

.mejs-audio {
  max-width: 100%;
  overflow: hidden;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

img.alignnone,
figure.alignnone {
  margin: 6% 0;
}

img.alignleft,
figure.alignleft {
  margin: 1% 8% 2% 0;
  float: left;
}

img.aligncenter,
figure.aligncenter {
  margin: 6% auto;
}

img.alignright,
figure.alignright {
  margin: 1% 0 2% 8%;
  float: right;
}

/* 2.0 Layout
  ========================================================================== */
/* 2.1 Blocks
  -------------------------------------------------------------------------- */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  #site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 50px;
  }
}
#site-header #header-logo {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 30%;
}
@media screen and (max-width: 767px) {
  #site-header #header-logo {
    width: auto;
    height: auto;
  }
  #site-header #header-logo img {
    height: 70px;
  }
}
#site-header #header-panel {
  border-bottom: 2px solid #efefef;
}
@media screen and (max-width: 767px) {
  #site-header #header-panel {
    display: none;
  }
}
#site-header #header-panel .social {
  font-size: 2.4rem;
}
@media screen and (max-width: 1210px) {
  #site-header #header-panel .social {
    display: none;
  }
}
#site-header #header-panel .social a {
  margin: 0 10px;
}
#site-header #header-panel .social a.facebook {
  color: #e70095;
}
#site-header #header-panel .social a.instagram, #site-header #header-panel .social a.email {
  color: #378dc8;
}
#site-header #header-panel .social a.twitter {
  color: #fec400;
}
#site-header #header-panel .options {
  margin: 10px 0 10px 50px;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  #site-header #header-panel .options {
    margin: 5px 0;
  }
}
#site-header #header-panel .options .button {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  #site-header #header-panel .options .button {
    padding: 0 15px;
    height: 40px;
    font-size: 1.3rem;
    line-height: 40px;
  }
  #site-header #header-panel .options .button img {
    height: 15px;
  }
}
#site-header #header-panel .options .button .icon {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 1210px) {
  #site-header #header-panel .options .button .icon {
    margin: 0 5px 0 0;
  }
}
#site-header #header-main {
  padding: 2% 0;
  position: relative;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  #site-header #header-main {
    padding: 1.5% 0;
  }
}
#site-header #header-main #toggle-menu {
  display: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 1210px) {
  #site-header #header-main #toggle-menu {
    display: flex;
    align-items: center;
  }
}
#site-header #header-main #toggle-menu .icon-menu {
  margin: 0 0 0 8px;
  font-size: 2.2rem;
}
#site-header #header-main .toggle-search {
  margin: 0 0 0 30px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #site-header #header-main .toggle-search {
    display: none;
  }
}
#site-header .inner {
  padding: 0 40px 0 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  #site-header .inner {
    padding: 0 30px 0 30%;
  }
}
@media screen and (max-width: 767px) {
  #site-header .inner {
    padding: 0 20px 0 30%;
  }
}

#site-main {
  line-height: 2;
}

#footer-widgets {
  padding: 5% 0;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2;
  color: #ffffff;
  background-color: #e70095;
  background-image: url(img/pattern.png);
}
@media screen and (max-width: 767px) {
  #footer-widgets {
    font-size: 1.4rem;
  }
}
#footer-widgets .widgets {
  margin: 0 -35px;
  display: flex;
}
@media screen and (max-width: 767px) {
  #footer-widgets .widgets {
    flex-flow: column nowrap;
  }
}
#footer-widgets .widget {
  margin: 0 35px;
  width: calc(33.333333% - 70px);
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  #footer-widgets .widget {
    width: calc(33.333333% - 50px);
  }
}
@media screen and (max-width: 767px) {
  #footer-widgets .widget {
    padding: 2.5% 0;
    width: calc(100% - 70px);
  }
  #footer-widgets .widget.footer-nav {
    display: none;
  }
}
#footer-widgets .widget.location .social a {
  margin: 0 15px 0 0;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #footer-widgets .widget.location .social a {
    font-size: 1.6rem;
  }
}
#footer-widgets .widget.location .social a:after {
  display: none;
}
#footer-widgets .widget.newsletter p {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #footer-widgets .widget.newsletter p {
    font-size: 1.6rem;
  }
}
#footer-widgets .widget.newsletter .gform_wrapper {
  position: relative;
}
#footer-widgets .widget.newsletter .gform_wrapper .validation_error,
#footer-widgets .widget.newsletter .gform_wrapper .gfield_label {
  display: none;
}
#footer-widgets .widget.newsletter .gform_wrapper input[type=text],
#footer-widgets .widget.newsletter .gform_wrapper input[type=password] {
  padding: 0 30px;
  width: 100%;
  height: 40px;
  font-family: inherit;
  font-size: 1.6rem;
  letter-spacing: 1px;
  background: #ffffff;
  border: none;
  border-radius: 20px;
  outline: none;
}
#footer-widgets .widget.newsletter .gform_fields li {
  margin-bottom: 10px;
}
#footer-widgets .widget h5 {
  color: #ffffff;
}
#footer-widgets a {
  padding: 3px 0;
  position: relative;
  color: #ffffff;
}
#footer-widgets a:hover:after {
  transform: scale(0);
}
#footer-widgets a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #ffffff;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}

#footer-panel {
  padding: 30px 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1210px) {
  #footer-panel {
    font-size: 1.1rem;
  }
}
#footer-panel .inner {
  margin: 0 -35px;
  display: flex;
}
@media screen and (max-width: 767px) {
  #footer-panel .inner {
    flex-flow: column nowrap;
  }
}
#footer-panel .inner #footer-copyright,
#footer-panel .inner #footer-privacy,
#footer-panel .inner #footer-contact {
  margin: 0 35px;
  width: calc(33.333333% - 70px);
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  #footer-panel .inner #footer-copyright,
#footer-panel .inner #footer-privacy,
#footer-panel .inner #footer-contact {
    width: calc(33.333333% - 50px);
  }
}
@media screen and (max-width: 767px) {
  #footer-panel .inner #footer-copyright,
#footer-panel .inner #footer-privacy,
#footer-panel .inner #footer-contact {
    padding: 10px 0;
    width: calc(100% - 70px);
    text-align: center;
  }
}
#footer-panel .inner a {
  padding: 3px 0;
  position: relative;
  color: #575858;
}
#footer-panel .inner a:hover:after {
  transform: scale(0);
}
#footer-panel .inner a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #575858;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}

#mobile-nav {
  padding: 50px 0 0 0;
  display: flex;
  flex-flow: column nowrap;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #378dc8;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.2s ease-in-out;
  overflow: scroll;
}
@media screen and (max-width: 1210px) {
  #mobile-nav.toggled {
    visibility: visible;
    transform: translateX(0%);
  }
}
@media screen and (max-width: 767px) {
  #mobile-nav {
    padding: 30px 0 0 0;
    top: 0;
  }
}
#mobile-nav .bottom {
  margin: auto 0 0 0;
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (min-width: 768px) {
  #mobile-nav .bottom {
    display: none;
  }
}
#mobile-nav .options .button {
  padding: 20px 30px;
  display: flex;
  height: auto;
  line-height: 1;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  #mobile-nav .options .button {
    padding: 20px;
  }
}
#mobile-nav .options .button.blue {
  color: #378dc8;
  background: #ffffff;
}
#mobile-nav .social {
  margin: 20px 0;
  text-align: center;
}
#mobile-nav .social a {
  margin: 0 10px;
  display: inline-block;
  color: white;
}

/* 2.2 Grid
  -------------------------------------------------------------------------- */
.container {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
  box-sizing: content-box;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.columns {
  margin: 3% -25px;
  display: flex;
  text-align: left;
}
@media screen and (max-width: 1210px) {
  .columns {
    margin: 0 -25px;
    flex-flow: column nowrap;
  }
}
.columns.columns-two .column {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1210px) {
  .columns.columns-two .column {
    width: calc(100% - 50px);
  }
}
.columns.columns-four .column {
  width: calc(25% - 50px);
}
@media screen and (max-width: 1210px) {
  .columns.columns-four .column {
    width: calc(100% - 50px);
  }
}
.columns .column {
  margin: 0 25px;
  padding: 0 50px;
  width: calc(33.333333% - 50px);
}
@media screen and (max-width: 1210px) {
  .columns .column {
    width: calc(100% - 50px);
  }
}
.columns .column h3 {
  margin-top: 0;
}
.columns p {
  max-width: 100% !important;
}
.columns p:empty {
  display: none;
}

.page-split {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 767px) {
  .page-split {
    flex-flow: column nowrap;
  }
}
.page-split .split-sidebar {
  padding: 0 30px 0 0;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .page-split .split-sidebar {
    padding: 0 0 30px 0;
    width: 100%;
  }
  .page-split .split-sidebar h5 {
    margin: 0;
    padding: 15px 20px;
    position: relative;
    display: block;
    color: #ffffff;
    background: #e70095;
  }
  .page-split .split-sidebar h5:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: "fontawesome";
    font-size: 2.4rem;
    line-height: 1;
    transform: translateY(-50%);
  }
}
.page-split .split-sidebar .back {
  margin: 0 0 15px 0;
  display: inline-block;
}
.page-split .split-content {
  width: 50%;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  .page-split .split-content {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .page-split .split-content {
    width: 100%;
  }
}

.intro {
  display: flex;
}
@media screen and (max-width: 767px) {
  .intro {
    flex-flow: column nowrap;
  }
}
.intro .heading {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .intro .heading {
    width: 100%;
  }
}
.intro .content {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .intro .content {
    width: 100%;
  }
}

/* 2.3 Helpers
  -------------------------------------------------------------------------- */
.clip > *:first-child, .nav-footer > *:first-child, .block > *:first-child, #feed:not(.feed-type-events) .feed-items .feed-item > *:first-child, .content-slider .slide .inner .content > *:first-child, .testimonial-slider .slide .inner .quote > *:first-child, .page-links .page-link > *:first-child, .columns .gallery-item > *:first-child, .gallery .column > *:first-child, .gallery .gallery-item > *:first-child, .section-columns .section-content .content > *:first-child, .section-banner .inner > *:first-child, .section-hero > *:first-child, .section-header > *:first-child,
.section-footer > *:first-child, #footer-widgets .widget > *:first-child, #footer-panel .inner #footer-copyright > *:first-child,
#footer-panel .inner #footer-privacy > *:first-child,
#footer-panel .inner #footer-contact > *:first-child, .columns .column > *:first-child, .page-split .split-sidebar > *:first-child, .page-split .split-content > *:first-child, .intro .heading > *:first-child, .intro .content > *:first-child,
.clip > *:first-child > *:first-child,
.nav-footer > *:first-child > *:first-child,
.block > *:first-child > *:first-child,
#feed:not(.feed-type-events) .feed-items .feed-item > *:first-child > *:first-child,
.content-slider .slide .inner .content > *:first-child > *:first-child,
.testimonial-slider .slide .inner .quote > *:first-child > *:first-child,
.page-links .page-link > *:first-child > *:first-child,
.columns .gallery-item > *:first-child > *:first-child,
.gallery .column > *:first-child > *:first-child,
.gallery .gallery-item > *:first-child > *:first-child,
.section-columns .section-content .content > *:first-child > *:first-child,
.section-banner .inner > *:first-child > *:first-child,
.section-hero > *:first-child > *:first-child,
.section-header > *:first-child > *:first-child,
.section-footer > *:first-child > *:first-child,
#footer-widgets .widget > *:first-child > *:first-child,
#footer-panel .inner #footer-copyright > *:first-child > *:first-child,
#footer-panel .inner #footer-privacy > *:first-child > *:first-child,
#footer-panel .inner #footer-contact > *:first-child > *:first-child,
.columns .column > *:first-child > *:first-child,
.page-split .split-sidebar > *:first-child > *:first-child,
.page-split .split-content > *:first-child > *:first-child,
.intro .heading > *:first-child > *:first-child,
.intro .content > *:first-child > *:first-child,
.clip > *:first-child > *:first-child > *:first-child,
.nav-footer > *:first-child > *:first-child > *:first-child,
.block > *:first-child > *:first-child > *:first-child,
#feed:not(.feed-type-events) .feed-items .feed-item > *:first-child > *:first-child > *:first-child,
.content-slider .slide .inner .content > *:first-child > *:first-child > *:first-child,
.testimonial-slider .slide .inner .quote > *:first-child > *:first-child > *:first-child,
.page-links .page-link > *:first-child > *:first-child > *:first-child,
.columns .gallery-item > *:first-child > *:first-child > *:first-child,
.gallery .column > *:first-child > *:first-child > *:first-child,
.gallery .gallery-item > *:first-child > *:first-child > *:first-child,
.section-columns .section-content .content > *:first-child > *:first-child > *:first-child,
.section-banner .inner > *:first-child > *:first-child > *:first-child,
.section-hero > *:first-child > *:first-child > *:first-child,
.section-header > *:first-child > *:first-child > *:first-child,
.section-footer > *:first-child > *:first-child > *:first-child,
#footer-widgets .widget > *:first-child > *:first-child > *:first-child,
#footer-panel .inner #footer-copyright > *:first-child > *:first-child > *:first-child,
#footer-panel .inner #footer-privacy > *:first-child > *:first-child > *:first-child,
#footer-panel .inner #footer-contact > *:first-child > *:first-child > *:first-child,
.columns .column > *:first-child > *:first-child > *:first-child,
.page-split .split-sidebar > *:first-child > *:first-child > *:first-child,
.page-split .split-content > *:first-child > *:first-child > *:first-child,
.intro .heading > *:first-child > *:first-child > *:first-child,
.intro .content > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.clip > *:last-child, .nav-footer > *:last-child, .block > *:last-child, #feed:not(.feed-type-events) .feed-items .feed-item > *:last-child, .content-slider .slide .inner .content > *:last-child, .testimonial-slider .slide .inner .quote > *:last-child, .page-links .page-link > *:last-child, .columns .gallery-item > *:last-child, .gallery .column > *:last-child, .gallery .gallery-item > *:last-child, .section-columns .section-content .content > *:last-child, .section-banner .inner > *:last-child, .section-hero > *:last-child, .section-header > *:last-child,
.section-footer > *:last-child, #footer-widgets .widget > *:last-child, #footer-panel .inner #footer-copyright > *:last-child,
#footer-panel .inner #footer-privacy > *:last-child,
#footer-panel .inner #footer-contact > *:last-child, .columns .column > *:last-child, .page-split .split-sidebar > *:last-child, .page-split .split-content > *:last-child, .intro .heading > *:last-child, .intro .content > *:last-child,
.clip > *:last-child > *:last-child,
.nav-footer > *:last-child > *:last-child,
.block > *:last-child > *:last-child,
#feed:not(.feed-type-events) .feed-items .feed-item > *:last-child > *:last-child,
.content-slider .slide .inner .content > *:last-child > *:last-child,
.testimonial-slider .slide .inner .quote > *:last-child > *:last-child,
.page-links .page-link > *:last-child > *:last-child,
.columns .gallery-item > *:last-child > *:last-child,
.gallery .column > *:last-child > *:last-child,
.gallery .gallery-item > *:last-child > *:last-child,
.section-columns .section-content .content > *:last-child > *:last-child,
.section-banner .inner > *:last-child > *:last-child,
.section-hero > *:last-child > *:last-child,
.section-header > *:last-child > *:last-child,
.section-footer > *:last-child > *:last-child,
#footer-widgets .widget > *:last-child > *:last-child,
#footer-panel .inner #footer-copyright > *:last-child > *:last-child,
#footer-panel .inner #footer-privacy > *:last-child > *:last-child,
#footer-panel .inner #footer-contact > *:last-child > *:last-child,
.columns .column > *:last-child > *:last-child,
.page-split .split-sidebar > *:last-child > *:last-child,
.page-split .split-content > *:last-child > *:last-child,
.intro .heading > *:last-child > *:last-child,
.intro .content > *:last-child > *:last-child,
.clip > *:last-child > *:last-child > *:last-child,
.nav-footer > *:last-child > *:last-child > *:last-child,
.block > *:last-child > *:last-child > *:last-child,
#feed:not(.feed-type-events) .feed-items .feed-item > *:last-child > *:last-child > *:last-child,
.content-slider .slide .inner .content > *:last-child > *:last-child > *:last-child,
.testimonial-slider .slide .inner .quote > *:last-child > *:last-child > *:last-child,
.page-links .page-link > *:last-child > *:last-child > *:last-child,
.columns .gallery-item > *:last-child > *:last-child > *:last-child,
.gallery .column > *:last-child > *:last-child > *:last-child,
.gallery .gallery-item > *:last-child > *:last-child > *:last-child,
.section-columns .section-content .content > *:last-child > *:last-child > *:last-child,
.section-banner .inner > *:last-child > *:last-child > *:last-child,
.section-hero > *:last-child > *:last-child > *:last-child,
.section-header > *:last-child > *:last-child > *:last-child,
.section-footer > *:last-child > *:last-child > *:last-child,
#footer-widgets .widget > *:last-child > *:last-child > *:last-child,
#footer-panel .inner #footer-copyright > *:last-child > *:last-child > *:last-child,
#footer-panel .inner #footer-privacy > *:last-child > *:last-child > *:last-child,
#footer-panel .inner #footer-contact > *:last-child > *:last-child > *:last-child,
.columns .column > *:last-child > *:last-child > *:last-child,
.page-split .split-sidebar > *:last-child > *:last-child > *:last-child,
.page-split .split-content > *:last-child > *:last-child > *:last-child,
.intro .heading > *:last-child > *:last-child > *:last-child,
.intro .content > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

/* 3.0 Module
  ========================================================================== */
/* 3.1 Sections
  -------------------------------------------------------------------------- */
.section {
  padding: 5% 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 10% 0;
  }
}
.section.white + .section.white {
  padding-top: 0;
}
.section.grey + .section.grey {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 10% 0;
  }
}
.section.collapse {
  padding: 0;
}
.section.small {
  padding: 2.5% 0;
}
@media screen and (max-width: 767px) {
  .section.small {
    padding: 10% 0;
  }
}
.section.grey {
  background-color: #efefef;
}
.section.yellow {
  background-color: #fec400;
}
.section.blue {
  background-color: #378dc8;
}
.section.pink {
  background-color: #e70095;
}

.section-header,
.section-footer {
  text-align: center;
}

.section-header {
  margin: 0 0 5% 0;
}

.section-footer {
  margin: 5% 0 0 0;
}

.section-hero {
  position: relative;
  color: #ffffff;
  background-position: center center;
  background-size: cover;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .section-hero.has-feature {
    padding-bottom: 20px;
  }
}
.section-hero.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.section-hero h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  font-family: "proxima-nova", sans-serif;
  text-transform: none;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .section-hero h1 {
    margin: 0;
  }
}
.section-hero a {
  color: #ffffff;
}
.section-hero a:hover {
  color: #fec400;
}
.section-hero .type-filters .filter li.active a {
  color: #ffffff;
}
.section-hero .type-filters .filter li.active a:after {
  background: #ffffff;
}
.section-hero .type-filters .filter li a {
  color: #252525;
}
.section-hero .type-filters .filter li a:hover {
  color: #ffffff;
}

body.home .section-hero {
  padding: 10% 0 7.5%;
}
@media screen and (max-width: 767px) {
  body.home .section-hero {
    padding: 10% 0;
  }
}

body:not(.home) .section-hero + .section-page-links-alt {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  body:not(.home) .section-hero + .section-page-links-alt {
    margin-top: -5%;
  }
}
@media screen and (max-width: 767px) {
  body:not(.home) .section-hero + .section-news, body:not(.home) .section-hero + .section-donate {
    padding-top: 0;
  }
}
body:not(.home) .section-hero + .section-news:before, body:not(.home) .section-hero + .section-donate:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #efefef;
  background-image: url(img/swirl-grey.png);
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 767px) {
  body:not(.home) .section-hero + .section-news:before, body:not(.home) .section-hero + .section-donate:before {
    background-position: top center;
  }
}
body:not(.home) .section-hero + .section-news > *, body:not(.home) .section-hero + .section-donate > * {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  body.blog .section-hero + .section:not(.section-featured) {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  body.page .section-hero + .section-donate {
    padding-top: 0;
    margin-top: -5%;
  }
}

body.home .section-hero {
  padding-bottom: 0;
}
body.home .section-hero:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(img/swirl-01.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (max-width: 767px) {
  body.home .section-hero:before {
    background-position: bottom center;
  }
}
body.home .section-hero > * {
  position: relative;
  z-index: 2;
}
body.home .section-hero + .section {
  background-color: #ffffff;
}
body.home .section-hero h1 {
  margin: 0 auto;
  max-width: 1000px;
  font-family: "MequetrefeOT-Bold", san-serif;
  font-size: 7rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  body.home .section-hero h1 {
    font-size: calc(7.0rem / 1.3);
  }
}
@media screen and (max-width: 767px) {
  body.home .section-hero h1 {
    font-size: calc(7.0rem / 2);
  }
}

.section-featured {
  position: relative;
  background-color: #efefef;
}
.section-featured:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(img/swirl-grey.png);
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 767px) {
  .section-featured:before {
    background-position: top center;
  }
}
.section-featured > * {
  position: relative;
  z-index: 2;
}
.section-featured img {
  margin: 0 auto;
  border-radius: 40px;
}
.section-featured + .section {
  background-color: #efefef;
}

.section-feed + .section.white,
.section-feed + .section.grey {
  padding-top: 5% !important;
}
.section-feed:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #378dc8;
}
.section-feed > * {
  position: relative;
  z-index: 2;
}
.section-feed .selectric .label {
  background-image: url(img/arrow-down-dark.png) !important;
}

.section-banner {
  position: relative;
  min-height: 35vh;
  color: #ffffff;
  background-color: #378dc8;
  background-position: center center;
  background-size: cover;
}
.section-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.section-banner > * {
  position: relative;
  z-index: 2;
}
.section-banner .inner {
  line-height: 1.35;
}
@media screen and (min-width: 1210px) {
  .section-banner .inner {
    width: 50%;
  }
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  .section-banner .inner {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .section-banner .inner {
    padding: 0 5%;
    text-align: center;
  }
}
.section-banner .inner h5 {
  margin: 0 0 2.5% 0;
  color: #ffffff;
}
.section-banner .inner .caption {
  font-size: 5.4rem;
  font-weight: normal;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  .section-banner .inner .caption {
    font-size: calc(5.4rem / 1.2);
  }
}
@media screen and (max-width: 767px) {
  .section-banner .inner .caption {
    font-size: calc(5.4rem / 2);
  }
}
.section-banner .inner .button {
  margin: 5% 0 0 0;
}

.section-liketo {
  font-size: 4rem;
  font-weight: bold;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  .section-liketo {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .section-liketo {
    font-size: 1.6rem;
  }
}
.section-liketo.volunteer {
  background: #fec400;
}
.section-liketo.volunteer .selectric .label {
  color: #378dc8;
}
.section-liketo.donate {
  background: #378dc8;
}
.section-liketo.donate .selectric .label {
  color: #fec400;
}
.section-liketo.refer {
  background: #e70095;
}
.section-liketo.refer .selectric .label {
  color: #fec400;
}
.section-liketo .liketo-container {
  padding: 2.5% 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-liketo .liketo-container {
    padding: 5% 0;
  }
}
.section-liketo .liketo-container .go {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .section-liketo .liketo-container .go {
    width: 35px;
  }
}
.section-liketo .liketo-container .go:hover {
  background: rgba(0, 0, 0, 0.1);
}

.section-testimonials:before,
.section-image-slider:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #efefef;
}
.section-testimonials > *,
.section-image-slider > * {
  position: relative;
  z-index: 2;
}

.section-image-slider + .section.grey {
  padding-top: 0;
}

.section-columns {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0 -20px;
}
.section-columns .section-content {
  display: flex;
  margin: 20px 20px;
  margin-bottom: 35px;
}
.section-columns .section-content .image {
  width: 25%;
}
.section-columns .section-content .content {
  margin-left: 5%;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .section-columns .section-content {
    display: block;
  }
  .section-columns .section-content .image {
    width: 100%;
    padding-bottom: 20px;
  }
  .section-columns .section-content .content {
    width: 100%;
  }
}
.section-columns.format-2up .section-content {
  width: calc(50% - 40px);
}
.section-columns.format-3up .section-content {
  width: calc(33.333% - 40px);
}

.section-form {
  color: #ffffff;
  background: #378dc8;
}
@media screen and (max-width: 767px) {
  .section-form {
    padding: 10% 0;
  }
}
.section-form h1, .section-form h2, .section-form h3, .section-form h4, .section-form h5 {
  color: #ffffff;
}
.section-form > * {
  position: relative;
  z-index: 2;
}
.section-form input[type=text],
.section-form input[type=password],
.section-form input[type=email],
.section-form select,
.section-form textarea {
  padding: 0 30px;
  width: 100%;
  height: 60px;
  font-size: 1.8rem;
  color: #378dc8;
  background: #ffffff;
  border: 2px solid #378dc8;
  border-radius: 10px;
  outline: none;
}
@media screen and (max-width: 767px) {
  .section-form input[type=text],
.section-form input[type=password],
.section-form input[type=email],
.section-form select,
.section-form textarea {
    font-size: 1.8rem;
  }
}
.section-form textarea {
  padding: 30px;
  height: 150px;
}
.section-form .gfield_label {
  margin: 0 0 5px 0;
  display: block;
  font-weight: normal;
  letter-spacing: 1px;
}
.section-form input[type=submit] {
  color: #378dc8;
  background: #ffffff;
}
.section-form input[type=submit]:hover {
  color: #e70095;
  background: #ffffff;
}
.section-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.section-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.section-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.section-form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

select {
  padding: 20px 0;
}

.gfield_checkbox {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea {
  font-family: inherit;
}

/* 3.2 Parts
  -------------------------------------------------------------------------- */
.columns, .gallery {
  margin: 3% -25px;
  display: flex;
  text-align: left;
}
@media screen and (max-width: 1210px) {
  .columns, .gallery {
    margin: 0 -25px;
    flex-flow: column nowrap;
  }
}
.columns.columns-two .column, .columns.columns-two .gallery-item, .columns.gallery-columns-2 .column, .columns.gallery-columns-2 .gallery-item, .gallery.columns-two .column, .gallery.columns-two .gallery-item, .gallery.gallery-columns-2 .column, .gallery.gallery-columns-2 .gallery-item {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1210px) {
  .columns.columns-two .column, .columns.columns-two .gallery-item, .columns.gallery-columns-2 .column, .columns.gallery-columns-2 .gallery-item, .gallery.columns-two .column, .gallery.columns-two .gallery-item, .gallery.gallery-columns-2 .column, .gallery.gallery-columns-2 .gallery-item {
    width: calc(100% - 50px);
  }
}
.columns.columns-three .column, .columns.columns-three .gallery-item, .columns.gallery-columns-3 .column, .columns.gallery-columns-3 .gallery-item, .gallery.columns-three .column, .gallery.columns-three .gallery-item, .gallery.gallery-columns-3 .column, .gallery.gallery-columns-3 .gallery-item {
  width: calc(33.333333% - 50px);
}
@media screen and (max-width: 1210px) {
  .columns.columns-three .column, .columns.columns-three .gallery-item, .columns.gallery-columns-3 .column, .columns.gallery-columns-3 .gallery-item, .gallery.columns-three .column, .gallery.columns-three .gallery-item, .gallery.gallery-columns-3 .column, .gallery.gallery-columns-3 .gallery-item {
    width: calc(100% - 50px);
  }
}
.columns.columns-four .column, .columns.columns-four .gallery-item, .columns.gallery-columns-4 .column, .columns.gallery-columns-4 .gallery-item, .gallery.columns-four .column, .gallery.columns-four .gallery-item, .gallery.gallery-columns-4 .column, .gallery.gallery-columns-4 .gallery-item {
  width: calc(25% - 50px);
}
@media screen and (max-width: 1210px) {
  .columns.columns-four .column, .columns.columns-four .gallery-item, .columns.gallery-columns-4 .column, .columns.gallery-columns-4 .gallery-item, .gallery.columns-four .column, .gallery.columns-four .gallery-item, .gallery.gallery-columns-4 .column, .gallery.gallery-columns-4 .gallery-item {
    width: calc(100% - 50px);
  }
}
.columns .column, .columns .gallery-item, .gallery .column, .gallery .gallery-item {
  margin: 0 25px;
  width: calc(33.333333% - 50px);
}
@media screen and (max-width: 1210px) {
  .columns .column, .columns .gallery-item, .gallery .column, .gallery .gallery-item {
    width: calc(100% - 50px);
  }
}
.columns .column h3, .columns .gallery-item h3, .gallery .column h3, .gallery .gallery-item h3 {
  margin-top: 0;
}
.columns p, .gallery p {
  max-width: 100% !important;
}
.columns p:empty, .gallery p:empty {
  display: none;
}

.gallery {
  flex-flow: row wrap;
}
.gallery .gallery-item {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-item {
    margin-bottom: 20px;
  }
  .gallery .gallery-item:last-child {
    margin-bottom: 0;
  }
}

.page-links {
  margin: -40px -35px 0 -35px;
  display: flex;
  font-size: 2rem;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  .page-links {
    margin: 0 -25px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page-links {
    flex-flow: column nowrap;
    font-size: 1.6rem;
  }
}
.page-links .page-link {
  margin: 40px 35px 0 35px;
  width: calc(33.333333% - 70px);
  text-align: center;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  .page-links .page-link {
    width: calc(33.333333% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .page-links .page-link {
    width: calc(100% - 70px);
  }
}
.page-links .page-link .feature {
  position: relative;
}
.page-links .page-link .feature img {
  margin: 0 auto;
  border-radius: 40px;
}
.page-links .page-link h3 {
  margin: 40px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .page-links .page-link h3 {
    margin: 30px 0 20px 0;
  }
}
.page-links .page-link p {
  margin: 0;
}
@media screen and (min-width: 1210px) {
  .page-links .page-link p {
    padding: 0 15%;
  }
}
.page-links .page-link .button {
  margin: 30px 0 0 0;
}

.page-links-alt {
  display: flex;
  flex-flow: row wrap;
  border-radius: 50px;
  overflow: hidden;
}
.page-links-alt .page-link {
  padding: 0 0 40px 0;
  width: 33.333333%;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  height: 300px;
  color: #ffffff;
  background-color: #378dc8;
  background-position: center center;
  background-size: cover;
}
.page-links-alt .page-link:hover:before {
  background: rgba(0, 0, 0, 0.2);
}
.page-links-alt .page-link:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in-out;
}
.page-links-alt .page-link > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  .page-links-alt .page-link {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .page-links-alt .page-link {
    height: 200px;
    width: 100%;
  }
}
.page-links-alt .page-link .icon {
  margin: 0 0 15px 0;
  font-size: 3rem;
}
.page-links-alt .page-link h3 {
  margin: 0;
  font-family: "Warugaki-Regular", sans-serif;
  color: #ffffff;
}
.page-links-alt .page-link:last-child {
  border-radius: 0 0 50px 0;
}

.ambassadors-slider {
  position: relative;
}
.ambassadors-slider .slide .inner {
  padding: 0 35px;
  display: block;
}
.ambassadors-slider .slide .inner:hover .image-container img {
  filter: grayscale(100%);
}
.ambassadors-slider .slide .inner:hover .image-container .overlay {
  visibility: visible;
  opacity: 1;
}
.ambassadors-slider .slide .inner .image-container {
  margin: 0 auto;
  position: relative;
  display: inline-block;
  border-radius: 40px;
}
.ambassadors-slider .slide .inner .image-container img {
  border-radius: 40px;
  transition: all 0.2s ease-in-out;
}
.ambassadors-slider .slide .inner .image-container .overlay {
  padding: 40px;
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #ffffff;
  background: rgba(55, 141, 200, 0.3);
  border-radius: 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.testimonial-slider .slide:nth-child(3n+1) .inner .quote {
  background: #fec400;
}
.testimonial-slider .slide:nth-child(3n+2) .inner.slick-current .inner .quote span {
  color: #fec400;
}
.testimonial-slider .slide:nth-child(3n+2) .inner .quote {
  background: #e70095;
}
.testimonial-slider .slide:nth-child(3n+3) .inner .quote {
  background: #378dc8;
}
.testimonial-slider .slide.slick-current .inner .quote span {
  font-weight: bold;
}
.testimonial-slider .slide .inner {
  padding: 0 20px;
}
.testimonial-slider .slide .inner .quote {
  padding: 50px 75px;
  display: flex;
  flex-flow: column nowrap;
  font-size: 2rem;
  min-height: 350px;
  text-align: center;
  color: #ffffff;
  line-height: 1.75;
  background: #378dc8;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .testimonial-slider .slide .inner .quote {
    padding: 30px;
    font-size: 1.8rem;
  }
}
.testimonial-slider .slide .inner .quote h5 {
  color: #ffffff;
}
.testimonial-slider .slide .inner .quote .number {
  margin: auto 0 0 0;
  font-size: 1.4rem;
  letter-spacing: 3px;
}

.image-slider .slide .inner {
  padding: 0 20px;
  font-weight: bold;
}
.image-slider .slide .inner .feature {
  margin: 0 0 15px 0;
}
.image-slider .slide .inner .feature img {
  border-radius: 40px;
}
.image-slider .slide .inner .number {
  font-size: 1.4rem;
  letter-spacing: 3px;
  font-weight: normal;
  color: #378dc8;
}
.image-slider .slide .inner .number span {
  font-weight: bold;
  color: #e70095;
}

.content-slider {
  position: relative;
}
.content-slider .slide .inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .content-slider .slide .inner {
    flex-flow: column nowrap;
  }
}
.content-slider .slide .inner.image-right .feature {
  order: 2;
}
@media screen and (max-width: 767px) {
  .content-slider .slide .inner.image-right .feature {
    margin: 25px 0 0 0;
  }
}
.content-slider .slide .inner.image-right .content {
  padding: 0 50px 0 0;
}
@media screen and (max-width: 767px) {
  .content-slider .slide .inner.image-right .content {
    padding: 7.5% 5% 0 5%;
  }
}
.content-slider .slide .inner .feature {
  width: 70%;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  .content-slider .slide .inner .feature {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .content-slider .slide .inner .feature {
    width: 100%;
  }
}
.content-slider .slide .inner .feature img {
  border-radius: 40px;
}
.content-slider .slide .inner .content {
  padding: 0 0 0 50px;
  width: 30%;
  font-size: 2rem;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  .content-slider .slide .inner .content {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .content-slider .slide .inner .content {
    padding: 7.5% 5% 0 5%;
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
  .content-slider .slide .inner .content h2 {
    margin: 0;
  }
}
.content-slider .slide:only-child .content-slider-arrows {
  display: none;
}

.ambassadors-slider-arrows,
.content-slider-arrows,
.testimonial-slider-arrows,
.image-slider-arrows {
  margin: 3.5% 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1210px) {
  .ambassadors-slider-arrows,
.content-slider-arrows,
.testimonial-slider-arrows,
.image-slider-arrows {
    margin: 7.5% 0 0 0;
  }
}
.ambassadors-slider-arrows .arrow,
.content-slider-arrows .arrow,
.testimonial-slider-arrows .arrow,
.image-slider-arrows .arrow {
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 3rem;
  line-height: 1;
  color: #e70095;
  border: 2px solid #e70095;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1210px) {
  .ambassadors-slider-arrows .arrow,
.content-slider-arrows .arrow,
.testimonial-slider-arrows .arrow,
.image-slider-arrows .arrow {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .ambassadors-slider-arrows .arrow,
.content-slider-arrows .arrow,
.testimonial-slider-arrows .arrow,
.image-slider-arrows .arrow {
    margin: 0 5px;
    width: 30px;
    height: 30px;
    font-size: 2rem;
  }
}
.ambassadors-slider-arrows .arrow:hover,
.content-slider-arrows .arrow:hover,
.testimonial-slider-arrows .arrow:hover,
.image-slider-arrows .arrow:hover {
  color: #ffffff;
  background: #378dc8;
  border: 2px solid #378dc8;
}

.content-slider-arrows {
  margin: 5% 0 0 0;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .content-slider-arrows {
    align-items: center;
    justify-content: center;
  }
}

.type-filters {
  margin: -2.5% 0 5% 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .type-filters {
    margin: -2.5% 0 7.5% 0;
  }
}
@media screen and (min-width: 1210px) {
  .type-filters .state-filter {
    position: absolute;
    z-index: 7;
    top: 50%;
    right: 0;
    width: 125px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1210px) {
  .type-filters .state-filter {
    margin: 20px auto 0 auto;
    width: 125px;
  }
}
.type-filters .state-filter .selectric .label {
  font-size: 2rem;
  background-size: auto 35%;
}
@media screen and (max-width: 767px) {
  .type-filters .state-filter .selectric .label {
    background-position: right center;
  }
}
.type-filters .state-filter .selectric-items li {
  padding: 10px 15px;
  font-size: 1.4rem;
}
.type-filters .filter {
  margin: 0;
  padding: 0 150px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .type-filters .filter {
    margin: 20px 0 0 0;
    padding: 0;
  }
}
.type-filters .filter li {
  margin: 5px 15px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .type-filters .filter li {
    margin: 0 10px;
    text-align: left;
  }
}
.type-filters .filter li a {
  position: relative;
  font-size: 2rem;
  font-weight: normal;
  color: #575858;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .type-filters .filter li a {
    font-size: 1.4rem;
  }
}
.type-filters .filter li a:hover, .type-filters .filter li a.active {
  color: #378dc8;
}
.type-filters .filter li a:hover:after, .type-filters .filter li a.active:after {
  background: #378dc8;
}
.type-filters .filter li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #575858;
  opacity: 0.5;
}

#feed {
  min-height: 200px;
}
#feed.loading:before {
  margin: 0 -35px;
  content: "";
  position: absolute;
  z-index: 7;
  top: 15%;
  left: 50%;
  font-family: "fontawesome";
  font-size: 5rem;
  color: #e70095;
  animation: spinner 2s infinite linear;
}
#feed.loading .feed-items {
  opacity: 0.25;
}

#feed.feed-type-events .grid-sizer {
  display: none;
}
#feed.feed-type-events .feed-items {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -20px;
}
#feed.feed-type-events .feed-items .feed-item {
  margin: 0 20px;
  width: calc(25% - 40px);
  background-color: #378dc8;
  margin-bottom: 40px;
  padding: 20px;
  line-height: 1.5;
  color: #ffffff;
  border-radius: 15px;
  transition: transform 0.2s ease;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  #feed.feed-type-events .feed-items .feed-item {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 767px) {
  #feed.feed-type-events .feed-items .feed-item {
    width: calc(100% - 40px);
  }
}
#feed.feed-type-events .feed-items .feed-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#feed.feed-type-events .feed-items .feed-item > * {
  position: relative;
  z-index: 2;
}
#feed.feed-type-events .feed-items .feed-item .social {
  display: none;
}
#feed.feed-type-events .feed-items .feed-item h4 {
  margin: 20px 0;
}

#feed:not(.feed-type-events) {
  margin: 0 0 50px 0;
  position: relative;
}
#feed:not(.feed-type-events) .feed-items {
  transition: all 0.2s ease-in-out;
}
#feed:not(.feed-type-events) .feed-items:first-child {
  border-radius: 40px 40px 0 0;
}
#feed:not(.feed-type-events) .feed-items:last-child {
  border-radius: 0 0 40px 40px;
}
#feed:not(.feed-type-events) .feed-items:only-child {
  border-radius: 40px;
}
#feed:not(.feed-type-events) .feed-items {
  overflow: hidden;
}
#feed:not(.feed-type-events) .feed-items .feed-item,
#feed:not(.feed-type-events) .feed-items .grid-sizer {
  width: 25%;
}
#feed:not(.feed-type-events) .feed-items .feed-item {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #5fa4d3;
}
@media screen and (min-width: 1210px) {
  #feed:not(.feed-type-events) .feed-items .feed-item {
    padding: 35px;
  }
  #feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+2) {
    width: 50%;
    height: 560px;
  }
  #feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+3), #feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+6) {
    width: 50%;
    height: 280px;
  }
  #feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+4), #feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+5), #feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+7), #feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+8) {
    width: 25%;
    height: 280px;
  }
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  #feed:not(.feed-type-events) .feed-items .feed-item {
    padding: 35px;
    width: 50%;
    height: 280px;
  }
  #feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+2) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #feed:not(.feed-type-events) .feed-items .feed-item {
    padding: 30px;
    width: 100%;
  }
}
#feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+2).overlay:before, #feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+3).overlay:before, #feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+5).overlay:before, #feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+7).overlay:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+2).overlay > *, #feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+3).overlay > *, #feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+5).overlay > *, #feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+7).overlay > * {
  position: relative;
  z-index: 2;
}
#feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+4) h4, #feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+5) h4, #feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+7) h4, #feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+8) h4 {
  font-size: 1.8rem;
}
#feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+4) {
  background-color: #e70095;
  background-image: none !important;
}
#feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+4) a.social span {
  color: #e70095;
}
#feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+6) {
  color: #378dc8;
  background-color: #ffffff;
  background-image: none !important;
}
#feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+6) h4 a {
  color: #378dc8;
}
#feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+6) .social {
  color: #378dc8;
}
#feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+6) .social span {
  color: #ffffff;
  background: #378dc8;
}
#feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+8) {
  background-color: #fec400;
  background-image: none !important;
}
#feed:not(.feed-type-events) .feed-items .feed-item:nth-child(7n+8) .social span {
  color: #fec400;
}
#feed:not(.feed-type-events) .feed-items .feed-item.news .social, #feed:not(.feed-type-events) .feed-items .feed-item.event .social {
  display: none;
}
#feed:not(.feed-type-events) .feed-items .feed-item.facebook .date, #feed:not(.feed-type-events) .feed-items .feed-item.instagram .date, #feed:not(.feed-type-events) .feed-items .feed-item.twitter .date {
  display: none;
}
#feed:not(.feed-type-events) .feed-items .feed-item.facebook p, #feed:not(.feed-type-events) .feed-items .feed-item.instagram p, #feed:not(.feed-type-events) .feed-items .feed-item.twitter p {
  display: none;
}
#feed:not(.feed-type-events) .feed-items .feed-item.instagram h4 {
  display: none;
}
#feed:not(.feed-type-events) .feed-items .feed-item .date {
  font-family: "Warugaki-Regular", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#feed:not(.feed-type-events) .feed-items .feed-item h4 {
  margin: 5px 0;
  line-height: 1.5;
  overflow: hidden;
}
#feed:not(.feed-type-events) .feed-items .feed-item h4 a {
  color: #ffffff;
}
#feed:not(.feed-type-events) .feed-items .feed-item p {
  margin: 0;
}
#feed:not(.feed-type-events) .feed-items .feed-item .social {
  margin: auto 0 0 0;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  overflow: hidden;
}
#feed:not(.feed-type-events) .feed-items .feed-item .social span {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 1.8rem;
  border-radius: 50%;
  color: #378dc8;
  background: #ffffff;
}

.slick-dots {
  margin: 5% 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    margin: 7.5% 0 0 0;
  }
}
.slick-dots li {
  margin: 0 8px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  border: 2px solid rgba(87, 88, 88, 0.25);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 5px;
    width: 15px;
    height: 15px;
  }
}
.slick-dots li.slick-active {
  background: #378dc8;
  box-shadow: inset 0 0 0 2px #ffffff;
  border: 2px solid #378dc8;
}
.slick-dots li button {
  display: none;
}

.partners .partner {
  padding: 0 20px;
}
.partners .partner img {
  margin: 0 auto;
}

.hero-buttons {
  margin: 4.5% 0 0 0;
  overflow: hidden;
}
.hero-buttons a {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  height: 170px;
  color: #ffffff;
  background: #e70095;
  border-radius: 40px;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  .hero-buttons a {
    max-width: 600px;
    font-size: 3rem;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .hero-buttons a {
    max-width: 300px;
    font-size: 1.6rem;
    height: 70px;
  }
}
.hero-buttons a:hover {
  color: #ffffff;
}
.hero-buttons a:hover > div:after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.hero-buttons a.yellow {
  background: #fec400;
}
.hero-buttons a.yellow span {
  color: #378dc8;
}
.hero-buttons a.blue {
  background: #378dc8;
}
.hero-buttons a span {
  color: #fec400;
}
.hero-buttons a > div {
  display: inline-block;
  position: relative;
}
.hero-buttons a > div:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}

#search-container {
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  background: #378dc8;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#search-container.toggled {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#search-container .container {
  width: 100%;
}
#search-container .container .inner {
  margin: 0 0 10% 0;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #ffffff;
}
#search-container .container .inner form {
  width: 100%;
}
#search-container .container .inner form input[type=search] {
  padding: 15px 0;
  width: 100%;
  font-size: 7rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  border: none;
  background: transparent;
  outline: none;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  #search-container .container .inner form input[type=search] {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #search-container .container .inner form input[type=search] {
    font-size: 3rem;
  }
}
#search-container .container .inner form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
#search-container .container .inner form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
#search-container .container .inner form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
#search-container .container .inner form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
#search-container .container .inner .toggle-search {
  font-size: 3.6rem;
  color: #ffffff;
}

.related-pages {
  margin: 0 0 20px 0;
  display: flex;
  font-size: 1.6rem;
}
.related-pages .col-prev {
  flex: 1 1 0;
}
@media screen and (max-width: 767px) {
  .related-pages .col-prev {
    display: none;
  }
}
.related-pages .col-prev .prev a:before {
  content: "";
  padding: 0 8px 0 0;
  font-family: "fontawesome";
}
.related-pages .col-date {
  flex: 1 1 0;
  text-align: center;
}
.related-pages .col-next {
  flex: 1 1 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .related-pages .col-next {
    display: none;
  }
}
.related-pages .col-next .next a:after {
  content: "";
  padding: 0 0 0 8px;
  font-family: "fontawesome";
}

.buttons {
  margin: 0 auto;
  display: flex;
  max-width: 1000px;
  flex-flow: row wrap;
}
.buttons a {
  padding: 30px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 33.333333%;
  height: 400px;
  background: transparent;
  border-radius: 40px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .buttons a {
    height: auto;
    width: 100%;
  }
}
.buttons a:hover {
  background: #efefef;
  color: #378dc8;
}
.buttons a:hover .title:after {
  transform: scale(1);
}
.buttons a.pink .icon {
  background: #e70095;
}
.buttons a.yellow .icon {
  background: #fec400;
}
.buttons a .icon {
  margin: 0 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  font-size: 5rem;
  color: #ffffff;
  border-radius: 50%;
  background: #378dc8;
}
.buttons a .title {
  position: relative;
  font-family: "Warugaki-Regular", sans-serif;
  font-size: 2.8rem;
  line-height: 1.35;
  letter-spacing: 1px;
}
.buttons a .title:after {
  padding: 0 0 0 5px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  font-family: "simple-line-icons";
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}

.search-items .search-item {
  margin: 0 0 30px 0;
  padding: 30px 12.5% 30px 50px;
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.3;
  color: #575858;
  background: #efefef;
  cursor: pointer;
}
.search-items .search-item small {
  position: relative;
  top: -5px;
  font-size: 1.8rem;
  font-weight: lighter;
  font-style: italic;
  opacity: 0.6;
}
.search-items .search-item:hover {
  color: #e70095;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  .search-items .search-item {
    margin: 0 0 20px 0;
    padding: 30px 12.5% 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .search-items .search-item {
    margin: 0 0 10px 0;
    padding: 20px 15% 20px 20px;
    font-size: 1.6rem;
  }
}
.search-items .search-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 55px;
  font-family: "simple-line-icons";
  font-size: 3rem;
  line-height: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  .search-items .search-item:after {
    right: 30px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .search-items .search-item:after {
    right: 20px;
    font-size: 2rem;
  }
}

.donate-container {
  padding: 100px 30px;
  background: #ffffff;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .donate-container {
    padding: 20px;
    border-radius: 20px;
  }
}

#donationForm {
  margin: 0 auto;
  max-width: 760px;
}
#donationForm > div {
  display: none;
}
#donationForm > div.active {
  display: block;
}
#donationForm > div.recurring #give-gateway-radio-list li:first-child {
  display: none;
}

.give-form-wrap .give-form-title {
  display: none;
}
.give-form-wrap .give-label {
  font-weight: normal;
}
.give-form-wrap input[type=text],
.give-form-wrap input[type=password],
.give-form-wrap input[type=email],
.give-form-wrap input[type=tel] {
  padding: 0 20px !important;
  font-family: inherit;
  font-size: 1.6rem;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .give-form-wrap input[type=text],
.give-form-wrap input[type=password],
.give-form-wrap input[type=email],
.give-form-wrap input[type=tel] {
    height: 40px;
  }
}

.give-tooltip {
  display: none;
}

#donation-type-buttons {
  margin: 0 auto 75px auto;
  display: flex;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  #donation-type-buttons {
    margin: 0 auto 30px auto;
    flex-flow: column nowrap;
  }
}
#donation-type-buttons .recourring-selector {
  margin: 0 20px;
  position: relative;
  flex: 1 1 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  line-height: 90px;
  color: #378dc8;
  cursor: pointer;
  border-radius: 30px;
  z-index: 1;
  background: #ffffff;
  border: 3px solid #378dc8;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #donation-type-buttons .recourring-selector {
    margin: 10px 0;
    font-size: 1.6rem;
    line-height: 45px;
    border-radius: 5px;
  }
}
#donation-type-buttons .recourring-selector.active {
  opacity: 1;
  color: white;
  background: #378dc8;
}
#donation-type-buttons .recourring-selector.active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 12px);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #378dc8;
}

form[id*=give-form] #give-gateway-radio-list > li input[type=radio] {
  display: none;
}

#give-register-account-fields-665 {
  margin: 30px 0 0 0;
}

#give-gateway-radio-list {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  max-width: 800px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #give-gateway-radio-list {
    flex-flow: column nowrap;
  }
}
#give-gateway-radio-list li {
  margin: 0 20px !important;
  position: relative;
  flex: 1 1 0;
}
@media screen and (max-width: 767px) {
  #give-gateway-radio-list li {
    margin: 10px 0;
  }
}
#give-gateway-radio-list li input[type=radio] {
  visibility: hidden;
}
#give-gateway-radio-list li input[type=radio]:checked + label {
  opacity: 1;
}
#give-gateway-radio-list li input[type=radio]:checked + label:after {
  visibility: visible;
  opacity: 1;
}
#give-gateway-radio-list li.give-gateway-option-selected label {
  color: white;
  background: #378dc8;
}
#give-gateway-radio-list li label {
  display: block !important;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 60px;
  letter-spacing: 2px;
  color: #378dc8;
  cursor: pointer;
  background: white;
  border: 3px solid #378dc8;
  opacity: 0.5;
  border-radius: 30px;
}
#give-gateway-radio-list li label:after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 12px);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #378dc8;
  visibility: hidden;
  opacity: 0;
}

.give-title {
  margin: 0 0 30px 0;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .give-title {
    margin: 0 0 30px 0;
  }
}

#give-donation-level-button-wrap {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #give-donation-level-button-wrap {
    flex-flow: row wrap;
  }
}
#give-donation-level-button-wrap li button {
  padding: 15px 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  background: #378dc8;
  color: #ffffff;
  border: none;
  outline: none;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  #give-donation-level-button-wrap li button {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
}
#give-donation-level-button-wrap li button.give-default-level {
  opacity: 1;
}

.give-total-wrap {
  margin: 10px 0 0 0;
}
.give-total-wrap .give-donation-amount {
  display: flex;
  align-items: center;
  justify-content: center;
}

.give-payment-mode-label {
  display: none;
}

#give-payment-mode-select {
  padding: 45px 0 25px 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.15);
}
#give-payment-mode-select .give-title {
  display: none;
}

#give-payment-mode-wrap {
  display: flex;
  flex-flow: row wrap;
}
#give-payment-mode-wrap > div {
  margin: 0 20px;
  width: calc(100% - 40px);
}
#give-payment-mode-wrap > div.spacer-line {
  margin: 50px 20px;
  border: 2px dashed rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  #give-payment-mode-wrap > div.spacer-line {
    margin: 20px;
  }
}
#give-payment-mode-wrap > div.form-row {
  margin: 20px !important;
  width: calc(50% - 40px) !important;
  float: none !important;
}
@media screen and (max-width: 767px) {
  #give-payment-mode-wrap > div.form-row {
    margin: 10px 20px !important;
    width: calc(100% - 40px) !important;
  }
}

#give-final-total-wrap {
  display: none;
}

#give_cc_fields {
  overflow: hidden;
}
#give_cc_fields .form-row {
  margin: 20px;
  float: left;
  width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  #give_cc_fields .form-row {
    margin: 10px 20px;
    float: none;
    width: calc(100% - 40px);
  }
}

#give_purchase_submit {
  margin: 0 20px;
}
#give_purchase_submit .give-submit-button-wrap {
  text-align: center;
}
#give_purchase_submit .give-submit-button-wrap .give-submit {
  margin: 20px 0 0 0;
  float: none;
}

.give-recurring-donors-choice {
  display: none !important;
}

.give-form {
  display: flex;
  flex-flow: column nowrap;
}
.give-form #give-ffm-section {
  margin: 0 -20px;
  overflow: hidden;
}
.give-form #give-ffm-section > div {
  margin: 20px;
  float: left;
  width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .give-form #give-ffm-section > div {
    width: calc(100% - 40px);
  }
}

#give_checkout_user_info, #give_cc_fields {
  margin: 0 -20px;
  max-width: 800px;
  overflow: hidden;
}
#give_checkout_user_info legend, #give_cc_fields legend {
  padding: 10px 20px;
}
#give_checkout_user_info p, #give_cc_fields p {
  margin: 20px;
  float: left;
  width: calc(50% - 40px);
}
#give_checkout_user_info p#give-email-wrap, #give_cc_fields p#give-email-wrap {
  width: calc(100% - 40px);
}

#give_cc_fields {
  margin-top: 20px;
}
#give_cc_fields legend {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

/* 3.3 Navigation
  -------------------------------------------------------------------------- */
.nav-header {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 0;
  list-style: none;
}
@media screen and (max-width: 1210px) {
  .nav-header {
    display: none;
  }
}
.nav-header > li {
  margin: 0 0 0 30px;
}
.nav-header > li.current-menu-item > a:after, .nav-header > li.current_page_parent > a:after {
  display: block;
}
.nav-header > li.is-active > a {
  color: #e70095;
}
.nav-header > li.is-active > ul {
  visibility: visible;
  opacity: 1;
}
.nav-header > li > a {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  color: #575858;
}
.nav-header > li > a:hover {
  color: #e70095;
}
.nav-header > li > a:after {
  content: "";
  display: none;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  height: 3px;
  background: #fec400;
}
.nav-header > li > ul {
  margin: 0;
  padding: 80px 0;
  position: absolute;
  z-index: 8;
  top: 100%;
  left: 0;
  right: 0;
  background: #e70095;
  list-style: none;
  visibility: hidden;
  opacity: 0;
}
.nav-header > li > ul > .container {
  display: flex;
  flex-flow: row wrap;
}
.nav-header > li > ul > .container > li {
  margin: 20px 0;
  width: 33.333333%;
}
.nav-header > li > ul > .container > li > a {
  display: flex;
  font-weight: normal;
  align-items: center;
  font-size: 1.8rem;
  color: #ffffff;
}
.nav-header > li > ul > .container > li > a:hover:before {
  background: url(img/icon-kookaburra-full-yellow.png);
}
.nav-header > li > ul > .container > li > a:before {
  content: "";
  margin: 0 15px 0 0;
  display: inline-block;
  width: 36px;
  height: 44px;
  background: url(img/icon-kookaburra-yellow.png);
}
.nav-header > li > ul > .container > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-header > li > ul > .container > li ul li {
  margin: 15px 0 15px 12px;
}
.nav-header > li > ul > .container > li ul li a {
  font-size: 1.6rem;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.nav-header > li > ul > .container > li ul li a:hover {
  color: #fec400;
}

.nav-mobile {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-mobile > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-mobile > li.current-menu-item > a, .nav-mobile > li.current-page-parent > a {
  background: #5fa4d3;
}
.nav-mobile > li a {
  padding: 15px 30px;
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .nav-mobile > li a {
    padding: 15px 20px;
  }
}
.nav-mobile > li a > .drop {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  color: #ffffff;
}
.nav-mobile > li a > .drop.active {
  transform: rotate(180deg);
}
.nav-mobile > li a > .drop:before {
  content: "";
  font-family: "fontawesome";
}
.nav-mobile > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.nav-mobile > li > ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-mobile > li > ul > li.current-menu-item > a, .nav-mobile > li > ul > li.current-page-parent > a {
  background: #5fa4d3;
}
.nav-mobile > li > ul > li > a {
  font-size: 1.4rem;
}
.nav-mobile > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.nav-mobile > li > ul > li > ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-mobile > li > ul > li > ul > li.current-menu-item > a, .nav-mobile > li > ul > li > ul > li.current-page-parent > a {
  background: #5fa4d3;
}
.nav-mobile > li > ul > li > ul > li > a {
  font-size: 1.2rem;
}

.nav-page {
  margin: 0;
  padding: 0 20px 0 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .nav-page {
    display: none;
  }
}
.nav-page li {
  margin: 20px 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .nav-page li {
    margin: 0;
  }
}
.nav-page li.current_page_item a {
  color: #e70095;
}
.nav-page li.current_page_item a:after {
  background: #e70095;
}
.nav-page li a {
  position: relative;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.2;
  color: #575858;
}
@media screen and (max-width: 767px) {
  .nav-page li a {
    margin: 0 0 1px 0;
    padding: 10px 20px;
    display: block;
    font-size: 1.4rem;
    background: #ffffff;
  }
}
.nav-page li a:hover {
  color: #e70095;
}
.nav-page li a:hover:after {
  background: #e70095;
}
.nav-page li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .nav-page li a:after {
    display: none;
  }
}

.nav-footer {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-footer li {
  margin: 8px 0;
}
.nav-footer li a {
  font-size: 2.4rem;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  .nav-footer li a {
    font-size: 1.8rem;
  }
}

.button,
input[type=submit] {
  padding: 0 35px;
  display: inline-block;
  height: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  text-overflow: ellipsis;
  letter-spacing: 2px;
  line-height: 50px;
  white-space: nowrap;
  color: #ffffff;
  background: #378dc8;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .button,
input[type=submit] {
    padding: 0 15px;
    height: 40px;
    font-size: 1.3rem;
    line-height: 40px;
  }
  .button img,
input[type=submit] img {
    height: 15px;
  }
}
.button:hover,
input[type=submit]:hover {
  color: #ffffff;
  background: #5fa4d3;
}
.button.pink,
input[type=submit].pink {
  background: #e70095;
}
.button.pink:hover,
input[type=submit].pink:hover {
  background: #ff1bae;
}
.button.yellow,
input[type=submit].yellow {
  background: #fec400;
}
.button.yellow:hover,
input[type=submit].yellow:hover {
  background: #ffd032;
}
.button.white,
input[type=submit].white {
  color: #378dc8;
  background: #ffffff;
}
.button.white:hover,
input[type=submit].white:hover {
  color: #e70095;
}
.button.right,
input[type=submit].right {
  float: right;
}
.button:disabled,
input[type=submit]:disabled {
  filter: grayscale(100%);
}

a {
  text-decoration: none;
  color: #378dc8;
  cursor: pointer;
}
a:hover {
  color: #e70095;
}

/* 4.0 State
  ========================================================================== */
/* 4.1 Animations
  -------------------------------------------------------------------------- */
@-webkit-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* 4.2 Plugins
  -------------------------------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.slick-slider > * {
  outline: none;
}
.slick-slider a {
  outline: none;
}
.slick-slider a img {
  outline: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  outline: none;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  outline: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  outline: none;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  outline: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  position: relative;
  overflow: hidden;
}
.selectric .label {
  padding: 0 50px 0 15px;
  display: block;
  font-size: 4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(img/arrow-down.png);
  background-repeat: no-repeat;
  background-position: right center;
  overflow: hidden;
  user-select: none;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  .selectric .label {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .selectric .label {
    padding: 0 30px 0 15px;
    font-size: 1.6rem;
    background-position: right top 5px;
    background-size: auto 15px;
  }
}
.selectric .button {
  display: none;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 1px !important;
  height: 1px !important;
  *font: 0/0 a !important;
  background: none !important;
  border: none !important;
  outline: none !important;
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
}

.selectric-temp-show {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important;
}

.selectric-items {
  display: none;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #efefef;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  padding: 0;
  margin: 0;
  min-height: 20px;
  font-size: 3rem;
  font-weight: normal;
  line-height: 20px;
  list-style: none;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  .selectric-items ul, .selectric-items li {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .selectric-items ul, .selectric-items li {
    font-size: 1.6rem;
  }
}
.selectric-items li {
  padding: 20px 15px;
  display: block;
  color: #575858;
  background: #ffffff;
  border-top: 1px solid #efefef;
  cursor: pointer;
}
.selectric-items li.selected {
  display: none;
}
.selectric-items li.volunteer {
  color: #378dc8;
}
.selectric-items li.refer {
  color: #e70095;
}
.selectric-items li.donate {
  color: #fec400;
}