/*!
Theme Name: Sinchi Redux
Theme URI: http://underscores.me/
Author: Nugerama
Author URI: http://nugerama.co.uk
Description: Sinchi theme, revived for 2018!
Version: 1.4.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sinchi_redux
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Sinchi Redux is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&family=Roboto:wght@300;400&display=swap");
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover, a:focus, a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Sinchi Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	Vars
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	Mixins
--------------------------------------------------------------*/
.site-width {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
  position: relative; }
  .site-width.full {
    max-width: 100%;
    padding: 0; }
  .site-width.sitemax {
    max-width: 1100px; }
  .site-width.sitemid {
    max-width: 940px; }
  .site-width.sitemin {
    max-width: 680px; }
  .site-width.rdblty {
    max-width: 40rem; }

.bleed {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }

.leftify {
  text-align: left;
  margin-top: 1.6em; }
  .leftify > p:first-of-type {
    font-size: modular-scale(2); }
  @media screen and (min-width: 768px) {
    .leftify {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 0 2rem; }
      .leftify > * {
        margin: 0 0 1em 0; }
      .leftify > p:first-of-type {
        grid-row: auto / span 10;
        grid-column: 1 / 2; }
      .leftify > h1 {
        margin-bottom: .64em;
        grid-column: 1 / -1; }
      .leftify > .gallery, .leftify .tiled-gallery {
        margin-top: 2em;
        grid-column: 1 / 3; }
      .leftify > div, .leftify > .spanner {
        grid-column: 1 / 3; } }
/*--------------------------------------------------------------
	Archive
--------------------------------------------------------------*/
.blog #main, .archive #main, .linked-articles {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 1rem;
  margin-bottom: 2rem; }
  .blog #main .page-header, .blog #main > form, .blog #main .posts-navigation, .archive #main .page-header, .archive #main > form, .archive #main .posts-navigation, .linked-articles .page-header, .linked-articles > form, .linked-articles .posts-navigation {
    grid-column: 1 / -1; }
  .blog #main .page-header, .archive #main .page-header, .linked-articles .page-header {
    text-align: center; }
    .blog #main .page-header .archive-description, .archive #main .page-header .archive-description, .linked-articles .page-header .archive-description {
      width: 100%;
      max-width: 940px;
      margin-left: auto;
      margin-right: auto;
      padding-right: 30px;
      padding-left: 30px;
      position: relative; }
  .blog #main .posts-navigation, .archive #main .posts-navigation, .linked-articles .posts-navigation {
    margin-top: 1rem; }
  .blog #main > article, .archive #main > article, .linked-articles > article {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    margin: 0; }
    .blog #main > article > .post-thumbnail, .archive #main > article > .post-thumbnail, .linked-articles > article > .post-thumbnail {
      display: block;
      overflow: hidden; }
      .blog #main > article > .post-thumbnail > img, .archive #main > article > .post-thumbnail > img, .linked-articles > article > .post-thumbnail > img {
        aspect-ratio: 2 / 1.2;
        object-fit: cover;
        width: 100%;
        transition: all 4000ms ease-out;
        vertical-align: bottom; }
    .blog #main > article > .entry-header, .archive #main > article > .entry-header, .linked-articles > article > .entry-header {
      padding: 1rem;
      margin: 0; }
      .blog #main > article > .entry-header .entry-title, .archive #main > article > .entry-header .entry-title, .linked-articles > article > .entry-header .entry-title {
        font-size: 1.6rem;
        margin: .5em 0; }
        .blog #main > article > .entry-header .entry-title > a, .archive #main > article > .entry-header .entry-title > a, .linked-articles > article > .entry-header .entry-title > a {
          color: #272722; }
    .blog #main > article:hover > .post-thumbnail > img, .archive #main > article:hover > .post-thumbnail > img, .linked-articles > article:hover > .post-thumbnail > img {
      transform: scale(1.1); }

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
#colophon.site-footer {
  font-size: .9em;
  background-color: black;
  padding-top: 30px;
  padding-bottom: 50px;
  color: #F7F7F7;
  border: solid white;
  border-width: 2px 4px 4px; }
  #colophon.site-footer .grid {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    grid-gap: 0 30px; }
  #colophon.site-footer .menu {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 1em; }
    #colophon.site-footer .menu a {
      color: white; }

@media screen and (min-width: 768px) {
  #colophon.site-footer .social-networks {
    grid-column: 3;
    justify-content: flex-end; }
  #colophon.site-footer .site-info {
    grid-column: 1;
    grid-row: 1; }
  #colophon.site-footer .menu {
    grid-column: 2;
    grid-row: 2; } }

/*--------------------------------------------------------------
  Forms
--------------------------------------------------------------*/
form.sinchi-contact-form ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap; }
  form.sinchi-contact-form ul li {
    margin-bottom: 12px;
    flex: 0 0 100%; }
    @media screen and (min-width: 768px) {
      form.sinchi-contact-form ul li {
        margin-bottom: 2%; }
        form.sinchi-contact-form ul li:nth-child(1), form.sinchi-contact-form ul li:nth-child(2) {
          flex: 0 0 49%; }
        form.sinchi-contact-form ul li:nth-child(1) {
          margin-right: 2%; } }
form.sinchi-contact-form label {
  display: none; }

form.sinchi-contact-form input[type="text"],
form.sinchi-contact-form input[type="email"],
form.sinchi-contact-form input[type="url"],
form.sinchi-contact-form input[type="password"],
form.sinchi-contact-form input[type="search"],
form.sinchi-contact-form input[type="number"],
form.sinchi-contact-form input[type="tel"],
form.sinchi-contact-form input[type="range"],
form.sinchi-contact-form input[type="date"],
form.sinchi-contact-form input[type="month"],
form.sinchi-contact-form input[type="week"],
form.sinchi-contact-form input[type="time"],
form.sinchi-contact-form input[type="datetime"],
form.sinchi-contact-form input[type="datetime-local"],
form.sinchi-contact-form input[type="color"],
form.sinchi-contact-form textarea {
  padding: 14px 14px 10px;
  width: 100%;
  background-color: white;
  border-radius: 0;
  border: 1px solid #cecece;
  color: #272722; }

button, input[type="submit"] {
  line-height: 1.5;
  white-space: nowrap;
  display: inline-block;
  transition: all 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1em 2.6em .64em;
  font-family: "PredigeRoundedMedium", "Dosis", sans-serif;
  background-color: #be1e2d;
  color: #F9F9F9 !important;
  border: none;
  border-radius: 0;
  margin-bottom: 1em;
  /*&.red {

		background-color: $red;
		color: white;

		&:hover, &.active {

			background-color: $yellow;
			color: $red;
		}
	}*/
  /*&.email {

		&::before {

			content: "\f003";
			font-family: Fontawesome;
			margin-right: .5em;
			display: inline-block;
			transform: translateY(-1px);
		}
	}*/ }
  button:hover, button.active, input[type="submit"]:hover, input[type="submit"].active {
    color: #F9F9F9;
    background-color: #921723; }
  button > .fa, button svg, input[type="submit"] > .fa, input[type="submit"] svg {
    margin-right: .3em; }

.js-cm-form {
  display: grid;
  grid-gap: 10px;
  margin-bottom: 2em;
  text-align: left; }
  .js-cm-form p {
    margin: 0; }
    .js-cm-form p input, .js-cm-form p button {
      width: 100%; }
  .js-cm-form .social-networks {
    margin: 1em 0 0 0;
    justify-content: center; }
    .js-cm-form .social-networks li a {
      width: 2.4em;
      height: 2.4em;
      border-radius: 3px; }
      .js-cm-form .social-networks li a::before {
        line-height: 2.4; }
  @media screen and (min-width: 768px) {
    .js-cm-form {
      grid-template-columns: repeat(2, 1fr); }
      .js-cm-form .social-networks {
        margin: 0;
        justify-content: flex-end; }
        .js-cm-form .social-networks li {
          margin: 0 0 0 .4em; } }
.acf-form .acf-fields.-border {
  border: none;
  background: none; }

.acf-form .acf-fields > .acf-field {
  border: none !important; }
  .acf-form .acf-fields > .acf-field.acf-field-group {
    padding: 0; }
    .acf-form .acf-fields > .acf-field.acf-field-group > .acf-label {
      display: none; }

.acf-form .acf-form-submit {
  text-align: center; }

.acf-form#award-2019-entry-form > .acf-fields {
  transform: translateX(-12px); }

#acf-message.updated {
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #1B1B1B;
  color: #F9F9F9; }
  #acf-message.updated p {
    margin: 1em; }
  #acf-message.updated + .acf-form {
    display: none; }

/*--------------------------------------------------------------
  Header 2.0
--------------------------------------------------------------*/
.site-header {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  display: flex;
  align-items: center; }
  .site-header .site-branding {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    color: white; }
    .site-header .site-branding .site-description {
      font-size: 50px;
      text-transform: none;
      font-weight: normal;
      font-family: "PredigeRoundedRegular", "Ubuntu", sans-serif;
      letter-spacing: 0;
      line-height: 1.2; }
  @media screen and (min-width: 768px) {
    .site-header .site-branding {
      padding-right: 40%; } }
  @media screen and (min-width: 1024px) {
    .site-header .site-branding {
      padding-right: 500px; } }
.home .site-header {
  min-height: 700px;
  border: 4px solid white; }

.main-navigation {
  float: none;
  background-color: black;
  font-size: 18px;
  z-index: 11; }
  .main-navigation ul#primary-menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap; }
    .main-navigation ul#primary-menu > li {
      float: none; }
      .main-navigation ul#primary-menu > li a {
        color: white;
        padding: 1.2em 1.2em 1em; }
      .main-navigation ul#primary-menu > li.logo {
        margin-right: auto; }
        .main-navigation ul#primary-menu > li.logo a {
          padding: 20px 18px 4px; }
      .main-navigation ul#primary-menu > li.donate {
        background-color: #be1e2d; }
      .main-navigation ul#primary-menu > li.red {
        background-color: #be1e2d; }
      .main-navigation ul#primary-menu > li:hover {
        background-color: #1B1B1B; }
        .main-navigation ul#primary-menu > li:hover ul {
          display: flex; }
      .main-navigation ul#primary-menu > li ul {
        display: none;
        flex-direction: column;
        position: absolute;
        background-color: #1B1B1B;
        color: #be1e2d;
        text-align: left;
        width: auto;
        padding: 0; }
        .main-navigation ul#primary-menu > li ul li {
          min-width: 200px; }
          .main-navigation ul#primary-menu > li ul li:hover {
            background-color: black; }
      .main-navigation ul#primary-menu > li:last-child:hover > ul {
        right: 0; }

@media screen and (min-width: 768px) {
  .main-navigation {
    position: sticky;
    top: 0;
    right: 0;
    bottom: null;
    top: 0;
    box-shadow: 0 4px 0 white; } }

/*--------------------------------------------------------------
	Responsive Menu
--------------------------------------------------------------*/
body #responsive-menu-container {
  background-color: black; }
  body #responsive-menu-container #responsive-menu-wrapper {
    background-color: black;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 100vh; }
    body #responsive-menu-container #responsive-menu-wrapper #responsive-menu {
      padding: 30px 10px;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      border-right: 0; }
      body #responsive-menu-container #responsive-menu-wrapper #responsive-menu li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #171717; }
        body #responsive-menu-container #responsive-menu-wrapper #responsive-menu li:first-child {
          border-top: 1px solid #171717; }
        body #responsive-menu-container #responsive-menu-wrapper #responsive-menu li a {
          background-color: transparent;
          color: #F7F7F7;
          border: none;
          font-size: 18px;
          padding-top: .32em;
          padding-bottom: .32em; }
          body #responsive-menu-container #responsive-menu-wrapper #responsive-menu li a .responsive-menu-subarrow {
            height: auto;
            background-color: transparent;
            line-height: 54px;
            font-size: 14px;
            border-color: #171717; }
    body #responsive-menu-container #responsive-menu-wrapper #responsive-menu-search-box,
    body #responsive-menu-container #responsive-menu-wrapper #responsive-menu-additional-content {
      display: none; }

@media screen and (max-width: 768px) {
  .rmp-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
    .rmp-container ul.rmp-menu li.menu-item a {
      font-size: 1.0rem !important;
      height: 3.0em !important;
      line-height: 3.0em !important; }
    .rmp-container ul.rmp-menu li.menu-item.logo > a {
      display: block;
      padding: 0 5%; }
    .rmp-container ul.rmp-menu li.menu-item.donate a {
      background-color: #be1e2d !important; } }

/*--------------------------------------------------------------
	Modal
--------------------------------------------------------------*/
body.noscroll {
  overflow: hidden; }

#donorbox_widget_frame {
  height: 100vh !important; }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; }
  .overlay .modal {
    background-color: white;
    overflow: scroll; }
    .overlay .modal.type-person {
      text-align: center;
      max-width: 40rem;
      max-height: 70vh; }
      .overlay .modal.type-person .entry-header {
        margin-top: 2em; }
        .overlay .modal.type-person .entry-header .entry-title {
          margin-bottom: 1rem; }

/*--------------------------------------------------------------
  People
--------------------------------------------------------------*/
.single-person .entry-header, .single-person .entry-content, .single-person .entry-footer {
  max-width: 940px; }

.single-person .entry-header {
  margin-top: 40px; }

.single-person .entry-content {
  margin-top: 0; }

/*--------------------------------------------------------------
  Search and Filter
--------------------------------------------------------------*/
.searchandfilter {
  text-align: left; }
  .searchandfilter > ul {
    padding: 0;
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
    gap: 1rem; }
    .searchandfilter > ul li {
      flex: 1 0; }
      .searchandfilter > ul li label, .searchandfilter > ul li input, .searchandfilter > ul li .select2 {
        width: 100% !important; }
      .searchandfilter > ul li input {
        border: 1px solid #aaa;
        border-radius: 0;
        height: 60px;
        line-height: 60px;
        padding: 20px; }
      .searchandfilter > ul li .select2-container .select2-selection--single {
        height: 60px;
        border-radius: 0; }
        .searchandfilter > ul li .select2-container .select2-selection--single .select2-selection__rendered {
          line-height: 60px;
          padding-left: 18px;
          padding-right: 30px; }
        .searchandfilter > ul li .select2-container .select2-selection--single .select2-selection__arrow {
          right: 11px;
          top: 16px; }
      .searchandfilter > ul li input:focus, .searchandfilter > ul li .select2:focus, .searchandfilter > ul li *:focus {
        outline: none; }

.select2-dropdown {
  border-radius: 0; }

/*--------------------------------------------------------------
	Single
--------------------------------------------------------------*/
.hentry.type-page {
  margin: 0; }

.page-content, .entry-content, .entry-summary {
  margin: 0; }

.page-header, .entry-header {
  margin-top: 4rem; }

.entry-header, .entry-content, .entry-footer {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
  position: relative; }

.single .site-main > article .post-thumbnail {
  text-align: center; }

.linked-articles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 1rem;
  padding: 0;
  /*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 4em;

	.article {

		flex: 0 1 100%;
		margin-bottom: 2em;

		@media screen and (min-width: $tablet-size) { flex: 0 1 ( 94% / 2 ) }

		h4 {

			margin: 6px 0 0;
		}
	}*/ }

/*--------------------------------------------------------------
	Social Networks
--------------------------------------------------------------*/
.social-networks {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: flex;
  margin-top: 1em; }
  .social-networks li {
    margin: 0 0.64em 0 0; }
  .social-networks a {
    display: inline-block;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    color: white !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
    .social-networks a span.label {
      display: none; }
    .social-networks a[href*="twitter"] {
      background-color: #55acee; }
    .social-networks a[href*="google"] {
      background-color: #dd4b39; }
    .social-networks a[href*="facebook"] {
      background-color: #3b5998; }
    .social-networks a[href*="github"] {
      background-color: #231f20; }
    .social-networks a[href*="linkedin"] {
      background-color: #0977b5; }
    .social-networks a[href*="dribbble"] {
      background-color: #ea4c89; }
    .social-networks a[href*="rss"] {
      background-color: #ff6600; }
    .social-networks a[href*="instagram"] {
      background-color: #517fa4; }
    .social-networks a[href*="vimeo"] {
      background-color: #1ab7ea; }
    .social-networks a[href*="youtube"] {
      background-color: #FF0000; }
    .social-networks a:hover {
      transform: scale(1.1); }

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
@font-face {
  font-family: PredigeRoundedBold;
  src: url("fonts/PredigeRounded-Bold.otf") format("opentype"); }

@font-face {
  font-family: PredigeRoundedMedium;
  src: url("fonts/PredigeRounded-Medium.otf") format("opentype"); }

@font-face {
  font-family: PredigeRoundedRegular;
  src: url("fonts/PredigeRounded-Regular.otf") format("opentype"); }

html {
  font-size: 100%;
  /*16px*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: ' /*16px*/', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #4A4A4A; }

h1, h2, h3, h4, h5,
.main-navigation, .has-large-font-size, .has-medium-font-size {
  font-family: 'PredigeRoundedMedium', sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .06em; }

h1 {
  margin-top: 0;
  font-size: 2.488rem; }

h2 {
  font-size: 2.074rem; }

h3 {
  font-size: 1.728rem; }

h4 {
  font-size: 1.44rem; }

h5 {
  font-size: 1.2rem; }

small, .text_small {
  font-size: 0.833rem; }

.pre-title, .post-title {
  margin-bottom: 4px;
  color: #be1e2d;
  font-size: .64em;
  display: block; }
  .pre-title + h1, .pre-title + h2, .pre-title + h3, .post-title + h1, .post-title + h2, .post-title + h3 {
    margin-top: 0; }

.post-title {
  color: #d2d2d2; }

blockquote, blockquote p {
  font-family: 'Roboto Slab', serif !important;
  text-transform: none !important; }

cite {
  display: block;
  margin-top: 1em; }

.entry-meta {
  font-size: 13px;
  color: #818181; }
  .entry-meta a {
    color: #bf1e2d; }
  .entry-meta .contact-details {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    display: flex; }
    .entry-meta .contact-details li + li::before {
      content: "|";
      margin: 0 .64em; }

.flash {
  border: 1px solid;
  padding: .8em 1em .64em; }
  .flash.error {
    border-color: #be1e2d;
    color: #be1e2d; }
  .flash.success {
    border-color: green; }

.archive-info {
  color: white;
  padding-top: 40px;
  max-width: 680px; }
  .archive-info p {
    margin-bottom: 1em; }
  .archive-info h1, .archive-info h2, .archive-info h3 {
    color: #fbbf40; }

.center {
  text-align: center; }

.large-icon a.sd-button {
  padding: 1em !important; }

.large-icon *::before {
  font-size: 1.4rem !important; }

ul {
  margin-left: 0;
  padding-left: 2em; }

/*--------------------------------------------------------------
	Links
--------------------------------------------------------------*/
a {
  transition: all 0.2s ease;
  color: #be1e2d;
  text-decoration: none; }
  a:visited {
    color: #be1e2d; }
  a:hover, a:focus, a:active {
    color: #be1e2d; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }
  a.btn {
    line-height: 1.5;
    white-space: nowrap;
    display: inline-block;
    transition: all 0.2s ease;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1em 2.6em .64em;
    font-family: "PredigeRoundedMedium", "Dosis", sans-serif;
    background-color: #be1e2d;
    color: #F9F9F9 !important;
    border: none;
    border-radius: 0;
    margin-bottom: 1em;
    /*&.red {

		background-color: $red;
		color: white;

		&:hover, &.active {

			background-color: $yellow;
			color: $red;
		}
	}*/
    /*&.email {

		&::before {

			content: "\f003";
			font-family: Fontawesome;
			margin-right: .5em;
			display: inline-block;
			transform: translateY(-1px);
		}
	}*/ }
    a.btn:hover, a.btn.active {
      color: #F9F9F9;
      background-color: #921723; }
    a.btn > .fa, a.btn svg {
      margin-right: .3em; }
  a.top {
    position: fixed;
    top: null;
    right: -60px;
    bottom: 30px;
    left: null;
    font-size: 1.62em;
    color: white;
    padding: .62em;
    opacity: .9;
    background-color: #2C2C2C;
    line-height: 1;
    z-index: 99; }
    a.top.in {
      right: 30px; }
  a.anchor {
    position: relative;
    top: -75px; }
  a.close {
    position: absolute;
    top: 54px;
    right: 54px;
    bottom: null;
    left: null;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 999; }
    a.close:before, a.close:after {
      position: absolute;
      left: 27px;
      content: ' ';
      height: 50px;
      width: 2px;
      background-color: #be1e2d;
      transition: all .4s ease-in-out; }
    a.close:before {
      transform: rotate(45deg); }
    a.close:after {
      transform: rotate(-45deg); }
    a.close:hover:before, a.close:hover:after {
      background-color: #fbbf40; }
    a.close:hover:before {
      transform: rotate(-45deg); }
    a.close:hover:after {
      transform: rotate(45deg); }

/*--------------------------------------------------------------
	Misc
--------------------------------------------------------------*/
.edit-link {
  display: none; }

hr {
  clear: both; }

.red {
  color: #be1e2d; }

.white {
  color: white; }

.black {
  color: black; }

ul.awards {
  text-align: center;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  background-color: white;
  padding: 1em;
  border-radius: 4px;
  box-shadow: 0px 2px 3px #f1f1f1;
  border: 1px solid #f7f7f7;
  margin-bottom: 2em; }
  ul.awards li:first-child {
    font: normal normal 700 20px/1.3 "PredigeRoundedRegular", "Dosis", sans-serif;
    margin-bottom: .64em;
    text-transform: uppercase;
    color: #be1e2d; }
  ul.awards li::after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #dadada;
    display: block;
    margin: .64em auto; }
