@charset "UTF-8";
@font-face {
  font-family: "shenzhenindustrial";
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/shenzhenindustrial/shenzhenindustrial.woff2") format("woff2"), url("/fonts/shenzhenindustrial/shenzhenindustrial.woff") format("woff"), url("/fonts/shenzhenindustrial/shenzhenindustrial.ttf") format("truetype");
}
@font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/cabin/Cabin-Regular.woff2") format("woff2"), url("/fonts/cabin/Cabin-Regular.woff") format("woff"), url("/fonts/cabin/Cabin-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Cooper-Hewitt-Thin";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/cooperhewitt/cooperhewitt-thin-webfont.woff2") format("woff2"), url("/fonts/cooperhewitt/cooperhewitt-thin-webfont.woff") format("woff"), url("/fonts/cooperhewitt/cooperhewitt-thin-webfont.ttf") format("truetype");
}
body {
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}

h1 {
  text-transform: uppercase;
  font-family: "shenzhenindustrial", arial, sans-serif;
  font-size: 2em;
}

h2 {
  text-transform: uppercase;
  font-family: "shenzhenindustrial", arial, sans-serif;
  font-size: 1.8em;
}

h3 {
  text-transform: uppercase;
  font-family: "shenzhenindustrial", arial, sans-serif;
  font-size: 1.2em;
}

h4 {
  text-transform: uppercase;
  font-family: "Cooper-Hewitt-Thin", Helvetiva, Arial, sans-serif;
  font-size: 0.9em;
  margin: 0;
}

a {
  color: rgb(252, 109, 59);
  display: inline-block;
  padding: 1px;
}

a:hover {
  background-color: rgb(252, 109, 59);
  color: white;
}
h1 a:hover {
  background-color: inherit;
}

p {
  line-height: 1.25em;
}

li {
  margin-top: 0.5em;
}

li:first-child {
  margin-top: 0;
}

.thin {
  font-family: "Cooper-Hewitt-Thin", Helvetiva, Arial, sans-serif;
}

.banner-heading {
  font-size: 1.2em;
  color: black;
  background-color: rgb(252, 109, 59);
  padding: 0.25em 20px;
}
.banner-heading .icon {
  fill: black;
}

.page-header {
  padding: 10px 40px 5px 40px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}

button {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}
button a {
  background-color: rgb(252, 109, 59);
  text-decoration: none;
  color: black;
  display: inline-block;
  padding: 5px;
  border-radius: 1px;
  transition: all 250ms linear;
}
button a:hover,
button a:focus, button.active a {
  background-color: black;
}

.button {
  text-decoration: none;
  background-color: white;
  padding: 0.25em 0.5em;
  color: rgb(252, 109, 59);
  font-family: "shenzhenindustrial", arial, sans-serif;
  box-shadow: 0px 0px 2px 1px rgba(178, 56, 57, 0.5);
  transition: all 250ms ease-out;
}
.button .icon {
  fill: rgb(252, 109, 59);
  position: relative;
  top: 2px;
}
.button:after {
  content: "⇢";
  padding-left: 0.5em;
}
.button:hover {
  background-color: rgb(252, 109, 59);
  color: white;
}
.button:hover .icon {
  fill: white;
}

header .button {
  background-color: black;
  color: rgb(252, 109, 59);
}
header .button:hover, header .button:focus, header .button.active {
  background-color: black;
}

.grid-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .grid-container {
    padding: 20px;
  }
}
.grid-container .free-text-content {
  padding: 20px;
}

.column {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .column {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .column {
    width: 33%;
  }
}
@media screen and (min-width: 1600px) {
  .column {
    width: 25%;
  }
}

.column-1-1 {
  width: 100%;
}

.column-1-2 {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .column-1-2 {
    width: 50%;
  }
}

.column-1-4 {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .column-1-4 {
    width: 25%;
  }
}

.column-3-4 {
  width: 100%;
}
.column-1-3 {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .column-1-3 {
    width: 33%;
  }
}

.column-2-3 {
  width: 100%;
}
.free-text-content.column-1-2 {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .free-text-content.column-1-2 {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .free-text-content.column-1-2 {
    width: 50%;
  }
}

.input {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 20px;
}
.input:after {
  display: none;
}

.input.error {
  background-color: rgb(178, 56, 57);
  padding: 10px;
  margin-bottom: 10px;
}
.input.error input,
.input.error textarea {
  box-shadow: 0px 0px 3px 1px rgba(178, 56, 57, 0.5);
  color: rgb(178, 56, 57);
}
.input.error input::placeholder,
.input.error textarea::placeholder {
  color: rgb(178, 56, 57);
}
.input.error:after {
  color: white;
  display: block;
  padding: 0.5em 0;
}

.input.error[data-error=required]:after {
  content: attr(data-v-required);
}

.input.error[data-error=email]:after {
  content: attr(data-v-email);
}

form {
  margin-bottom: 50px;
}
form .errors-list {
  padding: 10px;
  background-color: rgb(178, 56, 57);
  color: white;
  margin-bottom: 20px;
}
form fieldset {
  margin: 0 0 1em 0;
}
form fieldset.hidden {
  margin: 0;
  padding: 0;
  border: 0;
}
form fieldset.hidden > legend {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
form label {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
form label.visible {
  position: static !important;
  margin-bottom: 0.3em;
  display: block;
}
form input,
form textarea {
  width: 100%;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  padding: 5px;
  border: 0;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}
form textarea {
  height: 150px;
}
form button {
  font-size: 1em;
}

.file_input_uploadform .file_input_button,
.file_input_uploadform .file_input_button_hover {
  text-decoration: none;
  background-color: white;
  padding: 0.25em 0.5em;
  color: rgb(252, 109, 59);
  font-family: "shenzhenindustrial", arial, sans-serif;
  box-shadow: 0px 0px 2px 1px rgba(178, 56, 57, 0.5);
  transition: all 250ms ease-out;
}
.file_input_uploadform .file_input_button .icon,
.file_input_uploadform .file_input_button_hover .icon {
  fill: rgb(252, 109, 59);
  position: relative;
  top: 2px;
}
.file_input_uploadform .file_input_button:after,
.file_input_uploadform .file_input_button_hover:after {
  content: "⇢";
  padding-left: 0.5em;
}
.file_input_uploadform .file_input_button:hover,
.file_input_uploadform .file_input_button_hover:hover {
  background-color: rgb(252, 109, 59);
  color: white;
}
.file_input_uploadform .file_input_button:hover .icon,
.file_input_uploadform .file_input_button_hover:hover .icon {
  fill: white;
}

#wordpress_file_upload_title_1 {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

#wordpress_file_upload_textbox_1 {
  display: block;
}
#wordpress_file_upload_textbox_1 .file_input_textbox {
  background: transparent;
  border: 0;
}

body,
html {
  margin: 0;
  padding: 0;
}

body.logged-in.admin-bar {
  margin-top: -46px;
}
@media screen and (min-width: 1024px) {
  body.logged-in.admin-bar {
    margin-top: -32px;
  }
}

body {
  background: url("/img/hungary-border.jpg") center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

* {
  box-sizing: border-box;
}

#canvas {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  transition: 250ms all ease-out;
  transform: translate3d(0, 0, 0);
  filter: brightness(1);
}

@media screen and (min-width: 600px) {
  #canvas {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  #canvas {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1600px) {
  #canvas {
    padding-top: 130px;
  }
}
#canvas:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  opacity: 0.7;
  filter: blur(20px);
  z-index: -1;
}

#canvas.off {
  transform: translate3d(-30%, 0, 0);
  filter: brightness(0.4);
}

@media screen and (min-width: 600px) {
  #canvas.off {
    transform: translate3d(-30%, 0, 0);
  }
}
@media screen and (min-width: 1024px) {
  #canvas.off {
    transform: translate3d(0, 0, 0);
    filter: brightness(1);
  }
}
#canvas.fixed-footer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-bottom: 55px;
}

header {
  margin: 0;
  width: 100%;
  background: rgb(252, 109, 59) url("/img/hands.svg") left top no-repeat;
  background-size: 50px;
  position: relative;
}

header .logo {
  padding: 0 80px 10px 0;
  max-width: 100%;
  font-size: 30px;
  margin: 0 10px 10px 45px;
  letter-spacing: -1px;
  line-height: 0.9em;
  padding-top: 3px;
}

@media screen and (min-width: 600px) {
  header .logo {
    font-size: 50px;
  }
}
@media screen and (min-width: 1600px) {
  header .logo {
    font-size: 80px;
  }
}
header .logo span {
  white-space: nowrap;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.menu-button {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-size: 1.2em;
}

.menu-button:after {
  content: "";
  display: none;
}

@media screen and (min-width: 600px) {
  .menu-button {
    display: none;
  }
}
.menu-button * {
  display: inline-block;
  vertical-align: middle;
}

.menu-button .menu-icon {
  fill: rgb(230, 171, 46);
}

.menu-button .close-icon {
  fill: rgb(230, 171, 46);
  display: none;
}

.menu-button[data-state=open] .menu-icon {
  display: none;
}

.menu-button[data-state=open] .close-icon {
  display: inline-block;
}

@font-face {
  font-family: "shenzhenindustrial";
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/shenzhenindustrial/shenzhenindustrial.woff2") format("woff2"), url("/fonts/shenzhenindustrial/shenzhenindustrial.woff") format("woff"), url("/fonts/shenzhenindustrial/shenzhenindustrial.ttf") format("truetype");
}
@font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/cabin/Cabin-Regular.woff2") format("woff2"), url("/fonts/cabin/Cabin-Regular.woff") format("woff"), url("/fonts/cabin/Cabin-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Cooper-Hewitt-Thin";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/cooperhewitt/cooperhewitt-thin-webfont.woff2") format("woff2"), url("/fonts/cooperhewitt/cooperhewitt-thin-webfont.woff") format("woff"), url("/fonts/cooperhewitt/cooperhewitt-thin-webfont.ttf") format("truetype");
}
body {
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 16px;
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}
h1 {
  text-transform: uppercase;
  font-family: "shenzhenindustrial", arial, sans-serif;
  font-size: 2em;
}

h2 {
  text-transform: uppercase;
  font-family: "shenzhenindustrial", arial, sans-serif;
  font-size: 1.8em;
}

h3 {
  text-transform: uppercase;
  font-family: "shenzhenindustrial", arial, sans-serif;
  font-size: 1.2em;
}

h4 {
  text-transform: uppercase;
  font-family: "Cooper-Hewitt-Thin", Helvetiva, Arial, sans-serif;
  font-size: 0.9em;
  margin: 0;
}

a {
  color: rgb(252, 109, 59);
  display: inline-block;
  padding: 1px;
}

a:hover {
  background-color: rgb(252, 109, 59);
  color: white;
}

h1 a:hover {
  background-color: inherit;
}

p {
  line-height: 1.25em;
}

li {
  margin-top: 0.5em;
}

li:first-child {
  margin-top: 0;
}

.thin {
  font-family: "Cooper-Hewitt-Thin", Helvetiva, Arial, sans-serif;
}

.banner-heading {
  font-size: 1.2em;
  color: black;
  background-color: rgb(252, 109, 59);
  padding: 0.25em 20px;
}

.banner-heading .icon {
  fill: black;
}

.page-header {
  padding: 10px 40px 5px 40px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}

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

.menu a {
  text-decoration: none;
  color: rgb(252, 109, 59);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em;
}

.menu a:hover,
.menu a:focus,
.menu li.current-menu-item a {
  background-color: rgb(252, 109, 59);
  color: black;
}

.menu--mobile {
  margin: 0;
  width: 100%;
  text-align: left;
}

.menu--mobile {
  position: fixed;
  width: 50%;
  top: 50px;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 250ms ease-out;
  width: 30%;
  transform: translateX(100%);
}

@media screen and (min-width: 600px) {
  .menu--mobile {
    display: none;
  }
}
.menu--mobile h4 {
  display: none;
}

.menu--mobile h4 {
  color: rgb(252, 109, 59);
  margin: 0;
  padding: 10px;
}

.menu--mobile li {
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgb(252, 109, 59);
  font-size: 1.1em;
}

.menu--mobile ul.sub-menu li {
  padding-left: 20px;
  border-bottom: 0;
  font-size: 0.9em;
}

.menu--mobile.open {
  transform: translateX(0);
}

.menu--desktop {
  display: none;
  width: 100%;
  background-color: #45330E;
}

@media screen and (min-width: 600px) {
  .menu--desktop {
    display: block;
  }
}
.menu--desktop ul {
  font-size: 0;
}

.menu--desktop li {
  margin: 0;
  display: inline-block;
  font-size: 16px;
  position: relative;
}

.menu--desktop ul.sub-menu {
  display: none;
  position: absolute;
  background-color: #45330E;
  min-width: 100%;
}

.menu--desktop ul.sub-menu li {
  display: block;
  position: static;
  white-space: nowrap;
}

.menu--desktop li:hover > .sub-menu {
  display: block;
}

footer {
  box-sizing: content-box;
  background-color: black;
  color: white;
  height: 55px;
}

footer p {
  padding: 20px;
  margin: 0;
  font-size: 0.8em;
}

.fixed-footer footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@font-face {
  font-family: "shenzhenindustrial";
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/shenzhenindustrial/shenzhenindustrial.woff2") format("woff2"), url("/fonts/shenzhenindustrial/shenzhenindustrial.woff") format("woff"), url("/fonts/shenzhenindustrial/shenzhenindustrial.ttf") format("truetype");
}
@font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/cabin/Cabin-Regular.woff2") format("woff2"), url("/fonts/cabin/Cabin-Regular.woff") format("woff"), url("/fonts/cabin/Cabin-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Cooper-Hewitt-Thin";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/cooperhewitt/cooperhewitt-thin-webfont.woff2") format("woff2"), url("/fonts/cooperhewitt/cooperhewitt-thin-webfont.woff") format("woff"), url("/fonts/cooperhewitt/cooperhewitt-thin-webfont.ttf") format("truetype");
}
body {
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 16px;
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}
h1 {
  text-transform: uppercase;
  font-family: "shenzhenindustrial", arial, sans-serif;
  font-size: 2em;
}

h2 {
  text-transform: uppercase;
  font-family: "shenzhenindustrial", arial, sans-serif;
  font-size: 1.8em;
}

h3 {
  text-transform: uppercase;
  font-family: "shenzhenindustrial", arial, sans-serif;
  font-size: 1.2em;
}

h4 {
  text-transform: uppercase;
  font-family: "Cooper-Hewitt-Thin", Helvetiva, Arial, sans-serif;
  font-size: 0.9em;
  margin: 0;
}

a {
  color: rgb(252, 109, 59);
  display: inline-block;
  padding: 1px;
}

a:hover {
  background-color: rgb(252, 109, 59);
  color: white;
}

h1 a:hover {
  background-color: inherit;
}

p {
  line-height: 1.25em;
}

li {
  margin-top: 0.5em;
}

li:first-child {
  margin-top: 0;
}

.thin {
  font-family: "Cooper-Hewitt-Thin", Helvetiva, Arial, sans-serif;
}

.banner-heading {
  font-size: 1.2em;
  color: black;
  background-color: rgb(252, 109, 59);
  padding: 0.25em 20px;
}

.banner-heading .icon {
  fill: black;
}

.page-header {
  padding: 10px 40px 5px 40px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}

ul[role=tablist] {
  margin: 10px 0 0 0;
  padding: 0;
  display: none;
  border-bottom: 1px solid black;
  width: 100%;
  overflow: hidden;
}

ul[role=tablist].visible {
  display: block;
}

ul[role=tablist] li {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul[role=tablist] a[role=tab] {
  display: block;
  padding: 10px;
  font-family: "shenzhenindustrial", arial, sans-serif;
  color: black;
  text-decoration: none;
  border: 1px solid black;
  border-left: 0;
  border-bottom: 0;
}

ul[role=tablist] li:first-child a[role=tab] {
  border-left: 1px solid black;
}

ul[role=tablist] a[aria-selected=true],
ul[role=tablist] a:hover,
ul[role=tablist] a:focus {
  background-color: rgb(178, 56, 57);
  color: white;
}

[role=tabpanel] {
  display: block;
}

[role=tabpanel][aria-hidden=true] {
  display: none;
}

.galleria {
  min-height: 500px;
}

.home-section {
  padding-bottom: 20px;
  position: relative;
  background: transparent;
  overflow: hidden;
}

.home-section p,
.home-section h4,
.home-section h3,
.home-section h2 {
  padding: 0 20px;
}

.home-section > *:first-child {
  margin-top: 0;
}

.home-section > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1600px) {
  .home-section {
    margin-top: 20px;
  }
}
.home-section.who {
  overflow: hidden;
  width: 100%;
}

.home-section.who > *:first-child {
  margin-top: 1em;
}

.home-section.who img {
  width: 100%;
  box-shadow: 0px 0px 10px 1px black;
}

@media screen and (min-width: 1024px) {
  .home-section.who img {
    float: left;
    width: 75%;
    margin: 5px 20px 10px 0;
  }
}
@media screen and (min-width: 1600px) {
  .home-section.who {
    width: 50%;
  }
  .home-section.who p {
    width: 40%;
    float: right;
    clear: right;
  }
}
.home--new .home-section.who p:first-child {
  margin-top: 0;
}

.home--new .home-section.who p:first-child a:hover {
  background-color: transparent;
}

.home--new .home-section.who a.button {
  margin-right: 40px;
  margin-bottom: 20px;
}

.home--new .promo {
  background-color: rgba(252, 109, 59, 0.9);
  margin: 20px 0;
  padding: 10px 20px;
  box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 600px) {
  .home--new .promo {
    margin: 0;
  }
}
.home--new .promo h1.banner-heading {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.home--new .promo p {
  padding: 0;
}

.home--new .promo a {
  color: white;
}

.home--new .promo a.button {
  color: rgb(252, 109, 59);
  margin-bottom: 20px;
}

.blog .blog-summary {
  padding: 0 20px;
  border-bottom: 1px solid rgb(252, 109, 59);
}

.blog .blog-summary:last-child {
  border-bottom: 0;
}

.blog .blog-summary h3 {
  margin-bottom: 0;
}

.blog .blog-summary h3 a {
  color: inherit;
  text-decoration: none;
}

.blog .blog-summary h3 a:hover {
  background-color: inherit;
}

.blog .blog-summary h4 {
  text-transform: none;
}

.blog .blog-sidebar {
  padding-top: 25px;
}

.blog .blog-sidebar h2 {
  margin-top: 0;
}

.blog .blog-sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blog .blog-sidebar li {
  margin: 0 0 0.5em 35px;
}

.blog .blog-sidebar a {
  text-decoration: none;
}

.blog .blog-sidebar .icon-archive {
  margin-right: 1px;
}

.blog .blog-sidebar .categories {
  margin-bottom: 20px;
}

.blog .blog-detail {
  padding: 0 20px;
}

.blog .blog-detail img {
  display: block;
  width: 100%;
  box-shadow: 0px 0px 2px 5px rgba(255, 255, 255, 0.7);
}

.blog .blog-detail h1 {
  margin-top: 20px;
}

@font-face {
  font-family: "shenzhenindustrial";
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/shenzhenindustrial/shenzhenindustrial.woff2") format("woff2"), url("/fonts/shenzhenindustrial/shenzhenindustrial.woff") format("woff"), url("/fonts/shenzhenindustrial/shenzhenindustrial.ttf") format("truetype");
}
@font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/cabin/Cabin-Regular.woff2") format("woff2"), url("/fonts/cabin/Cabin-Regular.woff") format("woff"), url("/fonts/cabin/Cabin-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Cooper-Hewitt-Thin";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/cooperhewitt/cooperhewitt-thin-webfont.woff2") format("woff2"), url("/fonts/cooperhewitt/cooperhewitt-thin-webfont.woff") format("woff"), url("/fonts/cooperhewitt/cooperhewitt-thin-webfont.ttf") format("truetype");
}
body {
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 16px;
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}
h1 {
  text-transform: uppercase;
  font-family: "shenzhenindustrial", arial, sans-serif;
  font-size: 2em;
}

h2 {
  text-transform: uppercase;
  font-family: "shenzhenindustrial", arial, sans-serif;
  font-size: 1.8em;
}

h3 {
  text-transform: uppercase;
  font-family: "shenzhenindustrial", arial, sans-serif;
  font-size: 1.2em;
}

h4 {
  text-transform: uppercase;
  font-family: "Cooper-Hewitt-Thin", Helvetiva, Arial, sans-serif;
  font-size: 0.9em;
  margin: 0;
}

a {
  color: rgb(252, 109, 59);
  display: inline-block;
  padding: 1px;
}

a:hover {
  background-color: rgb(252, 109, 59);
  color: white;
}

h1 a:hover {
  background-color: inherit;
}

p {
  line-height: 1.25em;
}

li {
  margin-top: 0.5em;
}

li:first-child {
  margin-top: 0;
}

.thin {
  font-family: "Cooper-Hewitt-Thin", Helvetiva, Arial, sans-serif;
}

.banner-heading {
  font-size: 1.2em;
  color: black;
  background-color: rgb(252, 109, 59);
  padding: 0.25em 20px;
}

.banner-heading .icon {
  fill: black;
}

.page-header {
  padding: 10px 40px 5px 40px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}

.contact .contact-content {
  padding: 0 20px;
}

.contact .social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "shenzhenindustrial", arial, sans-serif;
}

.contact .social-links li {
  margin-bottom: 1em;
  display: inline-block;
}

.contact .social-links li:first-child {
  margin-right: 20px;
}

.free-text-content > *:first-child {
  margin-top: 0;
}

.free-text-content > *:last-child {
  margin-bottom: 0;
}

.free-text-content dl,
.free-text-content dt,
.free-text-content dd {
  margin: 0;
}

.free-text-content dl dd {
  margin-bottom: 1em;
}

.free-text-content dl a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}

.about .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(6, auto);
  row-gap: 20px;
}

.about .grid-container .text-box {
  padding: 0 20px;
}

.about .grid-container .img-box {
  background-position: center center;
  background-size: cover;
  background-clip: content-box;
  height: 150px;
}

.about .grid-container .box:nth-child(1 of .text-box) {
  grid-row: 1;
}

.about .grid-container .box:nth-child(1 of .img-box) {
  grid-row: 2;
}

.about .grid-container .box:nth-child(2 of .text-box) {
  grid-row: 3;
}

.about .grid-container .box:nth-child(2 of .img-box) {
  grid-row: 4;
}

.about .grid-container .box:nth-child(3 of .text-box) {
  grid-row: 5;
}

.about .grid-container .box:nth-child(3 of .img-box) {
  grid-row: 6;
}

@media screen and (min-width: 1024px) {
  .about .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
  }
  .about .grid-container .img-box {
    height: auto;
  }
  .about .grid-container .box:nth-child(1 of .text-box) {
    grid-row: 1;
    grid-column: 1;
  }
  .about .grid-container .box:nth-child(1 of .img-box) {
    grid-row: 1;
    grid-column: 2;
  }
  .about .grid-container .box:nth-child(2 of .text-box) {
    grid-row: 2;
    grid-column: 2;
  }
  .about .grid-container .box:nth-child(2 of .img-box) {
    grid-row: 2;
    grid-column: 1;
  }
  .about .grid-container .box:nth-child(3 of .text-box) {
    grid-row: 3;
    grid-column: 1;
  }
  .about .grid-container .box:nth-child(3 of .img-box) {
    grid-row: 3;
    grid-column: 2;
  }
}
.email-tweet-form {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
  display: none;
}

.email-tweet-form button.tweet-button {
  float: right;
  margin: 0 3px 3px 0;
}

.email-tweet-form button.email-button {
  float: left;
  margin: 0 0 3px 3px;
}

.text-after-form {
  clear: both;
}

.js .email-tweet-form {
  display: block;
}

.js .email-mp-form {
  display: none;
}

.js .tweet-mp-form {
  display: none;
}

.event {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.event h1 {
  font-size: 1.7em;
}

@media screen and (min-width: 600px) {
  .event h1 {
    font-size: 2em;
  }
}
@media screen and (min-width: 600px) {
  .event .free-text-content {
    padding-top: 0;
  }
}
.event .image img {
  width: 100%;
  box-shadow: 0px 0px 3px 2px #ffffff;
  margin: 0 auto;
  max-width: 700px;
}

.event .details {
  margin-top: 20px;
}

.event .details dl {
  width: 100%;
  overflow: hidden;
}

.event .details dt {
  font-family: "shenzhenindustrial", arial, sans-serif;
  font-size: 1.2em;
  width: 80px;
  clear: left;
  float: left;
}

.event .text {
  width: 100%;
}

.event .event-content {
  width: 100%;
}

.event .facebook-button {
  clear: left;
}

.event h2:first-child {
  margin-top: 0;
}

.event .supporting-orgs {
  padding-bottom: 20px;
}

.event .supporting-orgs h2 {
  margin-bottom: 0px;
}

.event .supporting-orgs ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.event .why-text {
  max-width: 1000px;
}

@media screen and (min-width: 1024px) {
  .event #details {
    width: 50%;
    float: right;
  }
}
@media screen and (min-width: 1024px) {
  .event #why {
    width: 47%;
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  .event #supporting-orgs {
    width: 50%;
    float: right;
  }
}
@media screen and (min-width: 1024px) {
  .event #supporting-orgs .facebook-button {
    display: none;
  }
}
.js .event .tabpanel > h2 {
  display: none;
}

.event .clear {
  clear: both;
}

/*# sourceMappingURL=main.css.map */
