@charset "UTF-8";
/*!
Theme Name: Data Sciences WordPress Framework
Theme URI: http://underscores.me/
Author: Data Sciences
Author URI: http://@datasciences
Description: Starting framework for all new web projects for Data Sciences
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: onlibmpp
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.

Data Sciences WordPress Framework 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
# Animations and transitions
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Animations and transitions
--------------------------------------------------------------*/
@media only screen and (min-width: 40em) {
  a,
  li,
  div,
  input,
  button {
    transition: all 300ms;
  }
}
.slick-track {
  transition: none;
}

.pop-in {
  opacity: 0;
  animation: pop-in 750ms ease-out forwards;
  display: inline-block;
}

@keyframes pop-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.05);
    opacity: 1;
  }
  80% {
    transform: scale(0.98);
    opacity: 1;
  }
  90% {
    transform: scale(1.01);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes down-arrow {
  0% {
    transform: translate3d(-50%, -3px, 0);
  }
  50% {
    transform: translate3d(-50%, 3px, 0);
  }
  100% {
    transform: translate3d(-50%, -3px, 0);
  }
}
.slide-in-left {
  display: inline-block;
  animation-name: slide-in-left;
  opacity: 0;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0, 0.805, 0.545, 1.01);
  animation-fill-mode: forwards;
  animation-direction: normal;
}

@keyframes slide-in-left {
  0% {
    transform: translate3d(750px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-zoom-in {
  display: inline-block;
  opacity: 0;
  animation-name: fade-zoom-in;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-direction: normal;
}

@keyframes fade-zoom-in {
  0% {
    transform: scale(0.8, 0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
.fade-out {
  display: inline-block;
  animation-name: fade-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-direction: normal;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-in {
  display: block;
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-direction: normal;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bounce {
  display: block;
  animation-name: bounce;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0% {
    transform: scale3d(1, 1, 1);
  }
  80% {
    transform: scale3d(1, 1, 1);
  }
  82% {
    transform: scale3d(0.95, 0.95, 1);
  }
  90% {
    transform: scale3d(1.1, 1.1, 1);
  }
  95% {
    transform: scale3d(0.95, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes icon {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes check {
  0% {
    transform: scale(0.3) translate3d(0, 0, 0);
  }
  70% {
    transform: scale(1.2) translate3d(0, 0, 0);
    opacity: 1;
  }
  90% {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes outline {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.delay-100 {
  animation-delay: 100ms;
}

.delay-200 {
  animation-delay: 200ms;
}

.delay-300 {
  animation-delay: 300ms;
}

.delay-400 {
  animation-delay: 400ms;
}

.delay-500 {
  animation-delay: 500ms;
}

.delay-600 {
  animation-delay: 600ms;
}

.delay-700 {
  animation-delay: 700ms;
}

.delay-800 {
  animation-delay: 800ms;
}

.delay-900 {
  animation-delay: 900ms;
}

.delay-1000 {
  animation-delay: 1000ms;
}

.delay-1100 {
  animation-delay: 1100ms;
}

.delay-1200 {
  animation-delay: 1200ms;
}

.delay-1300 {
  animation-delay: 1300ms;
}

.delay-1400 {
  animation-delay: 1400ms;
}

.delay-1500 {
  animation-delay: 1500ms;
}

.delay-2000 {
  animation-delay: 2000ms;
}

.delay-2500 {
  animation-delay: 2500ms;
}

.delay-3000 {
  animation-delay: 3000ms;
}

.delay-4000 {
  animation-delay: 4000ms;
}

.delay-5000 {
  animation-delay: 5000ms;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #444444;
  font-family: 'Open Sans';
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.8;
}

p.lead {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 20.8px;
  font-size: 1.3rem;
  color: #ec1e37;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat';
  font-weight: 900;
  line-height: 1;
  clear: both;
}
h1.section-title,
h2.section-title,
h3.section-title,
h4.section-title,
h5.section-title,
h6.section-title {
  font-size: 15.2px;
  font-size: 0.95rem;
  font-weight: 400;
  color: #999999;
  text-transform: uppercase;
  margin: 2rem 0 1rem;
}

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%;
}

strong {
  font-weight: 900;
}

p.lead {
  font-size: 120%;
  line-height: 1.1;
  font-family: 'Montserrat';
  font-weight: 300;
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  p.lead {
    font-size: 150%;
    line-height: 1.3;
  }
}

p.note {
  font-size: 90%;
  opacity: 0.7;
}

.light {
  font-weight: 300;
}

.accent {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.25em 0.75em;
  background-color: #ec1e37;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 900;
  font-size: 0.9em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/*--------------------------------------------------------------
# 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. */
  position: relative;
}

a.post-edit-link {
  position: fixed;
  display: block;
  z-index: 99;
  right: 0;
  bottom: 100px;
  padding: 0.5em 1em;
  background-color: #444444;
  color: #fff !important;
  font-family: 'Montserrat';
  font-size: 1.2rem;
  font-weight: 900;
}
a.post-edit-link:before {
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

hr {
  background-color: rgba(68, 68, 68, 0.05);
  border: 0;
  height: 5px;
  margin: 3em 0;
  clear: both;
}

caption,
figcaption {
  margin: 0.5em 0;
  font-size: 90%;
  opacity: 0.7;
}

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

ul {
  list-style: disc;
}
ul.wp-block-gallery {
  margin-left: 0;
}

ol {
  list-style: decimal;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 2rem;
}

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

p + ol,
p + ul:not(.wp-block-gallery) {
  margin-top: -1rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul.social {
  margin-left: 0;
  list-style-type: none;
}
ul.social li {
  display: inline-block;
}
ul.social li a,
ul.social li a:visited {
  padding: 0.25rem;
  font-size: 32px;
  font-size: 2rem;
}
ul.social li a:hover,
ul.social li a:visited:hover {
  opacity: 0.8;
}
ul.social li.facebook a,
ul.social li.facebook a:visited {
  color: #3578ea;
}
ul.social li.facebook a:before,
ul.social li.facebook a:visited:before {
  content: '';
  font-family: 'Font Awesome 5 Brands';
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul.social li.twitter a,
ul.social li.twitter a:visited {
  color: #00aced;
}
ul.social li.twitter a:before,
ul.social li.twitter a:visited:before {
  content: '';
  font-family: 'Font Awesome 5 Brands';
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul.social li.instagram a,
ul.social li.instagram a:visited {
  color: #bc2a8d;
}
ul.social li.instagram a:before,
ul.social li.instagram a:visited:before {
  content: '';
  font-family: 'Font Awesome 5 Brands';
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul.social.buttons li {
  display: block;
}
ul.social.buttons li a {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  display: block;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-align: center;
  border: 2px solid;
  letter-spacing: -0.02em;
}
ul.social.buttons li a:hover {
  opacity: 1;
}
ul.social.buttons li.facebook a,
ul.social.buttons li.facebook a:visited {
  border-color: #3578ea;
}
ul.social.buttons li.facebook a:hover,
ul.social.buttons li.facebook a:visited:hover {
  background-color: #3578ea;
  color: #fff;
}
ul.social.buttons li.twitter a,
ul.social.buttons li.twitter a:visited {
  border-color: #00aced;
}
ul.social.buttons li.twitter a:hover,
ul.social.buttons li.twitter a:visited:hover {
  background-color: #00aced;
  color: #fff;
}
ul.social.buttons li.instagram a,
ul.social.buttons li.instagram a:visited {
  border-color: #bc2a8d;
}
ul.social.buttons li.instagram a:hover,
ul.social.buttons li.instagram a:visited:hover {
  background-color: #bc2a8d;
  color: #fff;
}

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:not(.gfield_list) {
  margin: 0 0 1.5em;
  width: 100%;
}
table:not(.gfield_list) th,
table:not(.gfield_list) td {
  padding: 0.5rem;
}
table:not(.gfield_list) thead tr {
  background-color: #000;
  color: #fff;
}
table:not(.gfield_list) tbody tr:nth-of-type(even) {
  background-color: #eee;
}

table.gfield_list tr {
  margin-bottom: 0.5rem;
}

form.search-form {
  padding-bottom: 3.9375rem;
}

input.search-field {
  width: calc(100% - 120px);
  float: left;
}

button.search-submit {
  float: right;
}

.box {
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(153, 153, 153, 0.3);
  margin-bottom: 1rem;
}
.box *:last-child {
  margin-bottom: 0;
}

.reveal-overlay {
  background-color: rgba(40, 40, 40, 0.8) !important;
}

.reveal {
  overflow-y: visible;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.4);
  padding: 2rem;
}
.reveal h1:first-of-type {
  margin-top: 0;
}

ul.accordion {
  margin-left: 0;
  list-style: none;
  background: #fefefe;
}
ul.accordion .accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid rgba(153, 153, 153, 0.3);
  font-weight: 900;
  border-bottom: 0;
  color: #444444;
  transition: 300ms ease;
}
ul.accordion .accordion-title:before {
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #444444;
  transition: 300ms ease;
}
ul.accordion li:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
}
ul.accordion .accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
  transition: all 500ms ease;
  border-bottom: 5px solid #ec1e37;
  padding-bottom: 2rem;
}
ul.accordion .accordion-content *:last-child {
  margin-bottom: 0;
}
ul.accordion .is-active .accordion-title {
  background-color: #444444;
  color: #fff;
}
ul.accordion .is-active .accordion-title:before {
  transform: rotate(180deg);
  color: #fff;
}
ul.accordion .is-active .accordion-content {
  transition: all 500ms ease;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
a.button,
a.button:visited,
.posts-navigation a,
.posts-navigation a:visited {
  font-family: 'Montserrat';
  border: 3px solid #444444;
  background: none;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #444444;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1;
  padding: 0.75rem 1rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 0 !important;
}
.button:after,
button:after,
input[type='button']:after,
input[type='reset']:after,
input[type='submit']:after,
a.button:after,
a.button:visited:after,
.posts-navigation a:after,
.posts-navigation a:visited:after {
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.button:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
a.button:hover,
a.button:visited:hover,
.posts-navigation a:hover,
.posts-navigation a:visited:hover {
  border-color: #ec1e37;
  color: #fff;
  background-color: #ec1e37;
}
.button:active,
.button:focus,
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,
a.button:active,
a.button:focus,
a.button:visited:active,
a.button:visited:focus,
.posts-navigation a:active,
.posts-navigation a:focus,
.posts-navigation a:visited:active,
.posts-navigation a:visited:focus {
  border-color: #ec1e37;
  color: #fff;
  background-color: #ec1e37;
}
.button.white,
button.white,
input[type='button'].white,
input[type='reset'].white,
input[type='submit'].white,
a.button.white,
a.button:visited.white,
.posts-navigation a.white,
.posts-navigation a:visited.white {
  border-color: #fff;
  background-color: #fff;
  color: #444444;
  text-decoration: none;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.3);
}
.button.white:hover,
.button.white:focus,
button.white:hover,
button.white:focus,
input[type='button'].white:hover,
input[type='button'].white:focus,
input[type='reset'].white:hover,
input[type='reset'].white:focus,
input[type='submit'].white:hover,
input[type='submit'].white:focus,
a.button.white:hover,
a.button.white:focus,
a.button:visited.white:hover,
a.button:visited.white:focus,
.posts-navigation a.white:hover,
.posts-navigation a.white:focus,
.posts-navigation a:visited.white:hover,
.posts-navigation a:visited.white:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.button.white:hover:after,
.button.white:focus:after,
button.white:hover:after,
button.white:focus:after,
input[type='button'].white:hover:after,
input[type='button'].white:focus:after,
input[type='reset'].white:hover:after,
input[type='reset'].white:focus:after,
input[type='submit'].white:hover:after,
input[type='submit'].white:focus:after,
a.button.white:hover:after,
a.button.white:focus:after,
a.button:visited.white:hover:after,
a.button:visited.white:focus:after,
.posts-navigation a.white:hover:after,
.posts-navigation a.white:focus:after,
.posts-navigation a:visited.white:hover:after,
.posts-navigation a:visited.white:focus:after {
  color: #fff;
}
.button.large,
button.large,
input[type='button'].large,
input[type='reset'].large,
input[type='submit'].large,
a.button.large,
a.button:visited.large,
.posts-navigation a.large,
.posts-navigation a:visited.large {
  font-size: 1.5rem;
  height: 3rem;
}
.button.back:after,
button.back:after,
input[type='button'].back:after,
input[type='reset'].back:after,
input[type='submit'].back:after,
a.button.back:after,
a.button:visited.back:after,
.posts-navigation a.back:after,
.posts-navigation a:visited.back:after {
  content: none;
  margin: 0;
}
.button.back:before,
button.back:before,
input[type='button'].back:before,
input[type='reset'].back:before,
input[type='submit'].back:before,
a.button.back:before,
a.button:visited.back:before,
.posts-navigation a.back:before,
.posts-navigation a:visited.back:before {
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.posts-navigation .nav-previous a:after {
  content: none;
  margin: 0;
}
.posts-navigation .nav-previous a:before {
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

button[type='submit'].disabled,
input[type='button'].gform_next_button.disabled,
input[type='button'].gform_previous_button.disabled {
  border-color: #bbb;
  color: #bbb;
  cursor: not-allowed;
  margin: 1rem 0 0;
  background-color: #eee;
}

input[type='button'].gform_previous_button {
  color: #bbb;
  border-color: #bbb;
}
input[type='button'].gform_previous_button:hover,
input[type='button'].gform_previous_button:focus {
  color: #888;
  border-color: #888;
  background: none;
}

button.close-button {
  position: absolute;
  background: #444;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  top: -22px;
  right: -22px;
}
button.close-button span {
  color: #fff;
  font-weight: 900;
  font-size: 40px;
  line-height: 44px;
}

@media screen and (max-width: 39.9375em) {
  button.close-button {
    top: 5px;
    right: 5px;
  }
}
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'],
select,
textarea {
  color: #444444;
  background-color: #fff;
  border: 2px solid rgba(153, 153, 153, 0.3);
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  display: block;
  height: 48px;
  width: 100%;
  margin: 0;
  outline: none;
  box-shadow: none !important;
  font-size: 16px;
  font-size: 1rem;
}
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,
select:focus,
textarea:focus {
  color: #444444;
  border: 2px solid #ec1e37;
}

textarea {
  height: 160px;
}

.gform_heading {
  margin-bottom: 1.5rem;
}

.gform_body ul {
  list-style: none;
  margin: 0;
}

.gform_body ul li {
  margin-bottom: 1rem;
  display: block;
  clear: both;
}
.gform_body ul li.half-right,
.gform_body ul li.half-left {
  width: calc(50% - 8px);
  float: right;
  display: inline-block;
  clear: none;
}
.gform_body ul li.half-left {
  float: left;
}

.gform_body ul ul {
  margin-left: 1rem;
}

.gform_body ul.gfield_checkbox li,
.gform_body ul.gfield_radio li {
  margin-bottom: 0;
}

.gform_footer {
  margin: 2rem 0 0;
}

.gfield_label {
  font-weight: 700;
  display: block;
  margin-bottom: 0.25rem;
}

.gfield_description {
  font-size: 90%;
  opacity: 0.9;
  margin-bottom: 0.5rem;
}

.gform_body ul li.gform_hidden {
  display: none;
  max-height: 1px !important;
  overflow: hidden;
}

.gform_body span label {
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.gform_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.gfield_required {
  color: #ec1e37;
  margin-left: 0.25rem;
}

.validation_error {
  font-weight: 900;
  color: #ec1e37;
  margin-bottom: 1.25rem;
  font-size: 1.1em;
}

.gfield_error {
  color: #ec1e37;
}

.gfield_error,
.gfield_error label {
  color: #ec1e37;
}

.gfield_error input {
  border-color: #ff0000;
}

.gfield_error .validation_message {
  margin-top: 0.5rem;
  font-weight: 900;
}

.gfield_error .validation_message:before {
  content: '\f071';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 75%;
  margin-right: 0.5rem;
}

.ginput_container_radio {
  margin-bottom: 2rem;
}

.gform_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  input[type='text'],
.gform_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  select {
  margin-bottom: 12px;
}

.gform_wrapper .gfield_checkbox li input[type='checkbox'],
.gform_wrapper ul.gfield_radio li input[type='radio'] {
  vertical-align: middle;
  display: none;
}

.gform_wrapper ul.gfield_checkbox li input[type='checkbox'] + label:before,
.gform_wrapper ul.gfield_radio li input[type='radio'] + label:before {
  font-family: 'Font Awesome 5 Free';
  cursor: pointer;
  margin-right: 0.5rem;
  vertical-align: middle;
  padding-left: 0.1rem;
}

.gform_wrapper ul.gfield_checkbox li input[type='checkbox']:checked + label,
.gform_wrapper ul.gfield_radio li input[type='radio']:checked + label {
  font-weight: 900;
  color: #ff0000;
}

.gform_wrapper ul.gfield_checkbox li input[type='checkbox'] + label:before {
  content: '\f0c8';
  font-weight: 400;
}

.gform_wrapper
  ul.gfield_checkbox
  li
  input[type='checkbox']:checked
  + label:before {
  content: '\f14a';
  font-weight: 900;
}

.gform_wrapper ul.gfield_radio li input[type='radio'] + label:before {
  content: '\f111';
  font-weight: 400;
}

.gform_wrapper ul.gfield_radio li input[type='radio']:checked + label:before {
  content: '\f192';
  font-weight: 900;
}

@media screen and (min-width: 40em) {
  .name_first,
  .name_last {
    width: calc(50% - 8px);
    float: left;
    display: inline-block;
  }

  .name_first {
    margin-right: 16px;
  }

  .ginput_left,
  .ginput_right {
    width: calc(50% - 8px);
  }

  .ginput_left {
    float: left;
  }

  .ginput_right {
    float: right;
  }
}
.clear-multi {
  display: block;
  clear: both;
}

.gform_body span label,
.gform_body .clear-multi label {
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.gfield_time_hour,
.gfield_time_minute {
  width: 85px;
  float: left;
  padding-right: 16px;
  position: relative;
}
.gfield_time_hour i,
.gfield_time_minute i {
  font-style: normal;
  position: absolute;
  top: 23%;
  right: 5px;
  font-weight: bold;
}

.gfield_time_ampm {
  width: 85px;
  float: left;
  padding-right: 8px;
}

.gfield_list_icons {
  padding-left: 0.5rem;
}

div#ui-datepicker-div {
  background-color: #f1f1f1;
  padding: 1rem 1rem 0 1rem;
  display: none;
}

div#ui-datepicker-div td {
  text-align: center;
  padding: 0 0.25rem;
}

select.ui-datepicker-month,
select.ui-datepicker-year {
  font-size: 0.9rem;
  height: 40px;
  padding: 0.25rem 0.5rem;
}

select.ui-datepicker-month {
  width: calc(50% - 4px);
  margin-right: 8px;
  margin-bottom: 8px;
  float: left;
}

select.ui-datepicker-year {
  width: calc(50% - 4px);
}

a.ui-datepicker-prev,
a.ui-datepicker-next {
  font-size: 80%;
  float: left;
  margin-bottom: 0.5rem;
}

a.ui-datepicker-next {
  float: right;
}
a.ui-datepicker-next:after {
  content: ' »';
}

a.ui-datepicker-prev:before {
  content: '« ';
}

.ui-datepicker-title {
  clear: both;
}

table.ui-datepicker-calendar {
  border-collapse: collapse;
}
table.ui-datepicker-calendar th,
table.ui-datepicker-calendar td {
  padding: 0.25em;
}
table.ui-datepicker-calendar tr {
  background-color: #fff;
}
table.ui-datepicker-calendar tr td {
  border: 1px solid rgba(153, 153, 153, 0.2);
}
table.ui-datepicker-calendar tr td a {
  color: #444444;
  transition: none;
}
table.ui-datepicker-calendar tr td:hover {
  background-color: #4288fa;
}
table.ui-datepicker-calendar tr td:hover a {
  color: #fff;
}
table.ui-datepicker-calendar tr:nth-of-type(even) {
  background-color: rgba(153, 153, 153, 0.5);
}

.dark .gform_wrapper input {
  background-color: transparent;
  color: #fff;
  margin-bottom: 0;
}
.dark .gform_wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.dark .gform_wrapper input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark .gform_wrapper input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark .gform_wrapper label {
  color: #fff;
}
.dark .gform_wrapper button {
  border: 2px solid rgba(153, 153, 153, 0.3);
  background-color: rgba(153, 153, 153, 0.2);
  color: #fff;
}
.dark .gform_wrapper button:hover,
.dark .gform_wrapper button:focus {
  border: 2px solid #ec1e37;
  background-color: #ec1e37;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4288fa;
}
a:visited {
  color: #4288fa;
}
a:hover,
a:focus,
a:active {
  color: #ec1e37;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  z-index: 99;
  padding: 0 1rem;
}
.site-header .grid-x {
  min-height: calc(60px + 1.875rem);
}
@media screen and (max-width: 500px) {
  .site-header .grid-x {
    height: calc(48px + 1.875rem);
  }
}
.site-header .coatofarms img {
  height: 60px;
  margin-right: 1rem;
}
@media screen and (max-width: 500px) {
  .site-header .coatofarms img {
    height: 48px;
  }
}
@media screen and (max-width: 370px) {
  .site-header .coatofarms img {
    display: none;
  }
}
.site-header h1 {
  display: inline-block;
  line-height: 1;
  margin: 0;
  margin-top: -0.2em;
  color: #ec1e37;
  font-size: 25.6px;
  font-size: 1.6rem;
  transform: translateY(0.8rem);
}
.site-header h1 span {
  display: block;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  color: #999999;
}
@media screen and (max-width: 500px) {
  .site-header h1 {
    font-size: 17.6px;
    font-size: 1.1rem;
    margin-top: -0.4em;
  }
}

.topline-navigation {
  display: inline-block;
  width: auto;
  float: right;
  clear: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Montserrat';
  font-weight: 800;
  z-index: 1;
}
.topline-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: left;
  cursor: pointer;
}
.topline-navigation ul ul {
  box-shadow: none;
  float: left;
  position: absolute;
  display: none;
  top: 100%;
  right: -999em;
  z-index: 99999;
  background-color: #fff;
}
.topline-navigation ul ul ul {
  left: -999em;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.topline-navigation ul ul li {
  padding: 0.5rem 1rem;
  border-bottom: 2px solid rgba(68, 68, 68, 0.1);
}
.topline-navigation ul ul li:last-of-type {
  border-bottom: 4px solid #ec1e37;
}
.topline-navigation ul ul li:hover > ul,
.topline-navigation ul ul li.focus > ul {
  left: 100%;
}
.topline-navigation ul ul a {
  width: 200px;
}
.topline-navigation ul ul :hover > a,
.topline-navigation ul ul .focus > a {
  color: #ec1e37;
}
.topline-navigation ul li:hover > ul,
.topline-navigation ul li.focus > ul {
  right: 0;
  display: inline-block;
}
.topline-navigation li {
  float: left;
  position: relative;
  padding: 0.5rem 1rem;
}
.topline-navigation li.menu-item-has-children > a:after {
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #999999;
}
.topline-navigation li.lang-item {
  padding: 0.25rem 0.5rem;
  margin: 0.4rem 0.5rem;
  background-color: #444444;
  border-radius: 2px;
  font-size: 0.8em;
  font-weight: 800;
  list-style: none;
}
.topline-navigation li.lang-item a {
  color: #fff;
}
.topline-navigation li.lang-item:hover {
  background-color: #ec1e37;
}
.topline-navigation a {
  display: inline-block;
  text-decoration: none;
  color: #444444;
}
.topline-navigation a:hover {
  color: #ec1e37;
}

.mobile-icon {
  float: right;
  padding: 0.5rem 1rem;
}
.mobile-icon:after {
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: '900';
  margin-right: 0.5em;
  font-size: 90%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1.1rem;
  width: 1rem;
  margin-right: 0;
}
.mobile-icon.clicked:after {
  content: '\f057';
}
.mobile-icon .menu-text {
  display: none;
}

@media screen and (min-width: 64em) {
  .topline-navigation ul {
    display: inline-block;
  }
  .topline-navigation .mobile-icon {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .topline-navigation .lang-item {
    display: none;
  }
}
.full-navigation {
  position: absolute;
  top: -101%;
  z-index: 50;
  width: 100%;
  height: calc(100% - 60px);
  left: 0;
  background-color: rgba(255, 255, 255, 0.99);
  -webkit-transition: all 300ms ease-in-out;
  margin-top: calc(60px + 1.875rem);
  padding-bottom: 2rem;
  overflow: scroll;
  font-family: 'Montserrat';
}
@media screen and (max-width: 64em) {
  .full-navigation {
    height: calc(100% - 48px);
    margin-top: calc(48px + 1.875rem);
  }
}
.full-navigation ul.menu {
  margin: 0;
}
.full-navigation ul.menu ul {
  background-color: rgba(153, 153, 153, 0.2);
}
.full-navigation li {
  text-align: center;
  list-style-type: none;
  border-bottom: 1px dotted rgba(153, 153, 153, 0.5);
}
.full-navigation li a {
  display: block;
  padding: 1rem;
  color: #444444;
}
.full-navigation li a:hover {
  color: #ec1e37;
}
.full-navigation ul.social li {
  border-bottom: none;
}
.full-navigation ul.social li a {
  padding: 0.5rem;
}
.full-navigation ul.social li a:before {
  margin: 0;
}
.full-navigation.toggled {
  top: 0;
}

body.overflow-hidden {
  overflow: hidden;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  padding-top: 4rem;
  border-top: 5px solid rgba(68, 68, 68, 0.05);
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 1rem 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-links {
  clear: both;
  margin: 0 0 1.5em 0;
}

#masthead {
  background-color: #fff;
  margin-bottom: 2rem;
  border-bottom: 5px solid #ec1e37;
}

#primary.content-area {
  margin-top: 2rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 40em) {
  #primary.content-area {
    margin-top: 0;
  }
}

html,
body {
  height: 100%;
}

.site {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.site-content {
  flex: 1 0 auto;
}

.site-footer {
  background-color: #444444;
  color: #fff;
  padding-top: 1.5rem;
  flex-shrink: 0;
}
.site-footer .site-info {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.site-footer .site-info h1 {
  margin: 0;
}
.site-footer .site-info p.lead {
  margin: 0;
  color: #fff;
}
.site-footer .site-info ul.social {
  margin-top: 0;
  margin-bottom: 1rem;
}
.site-footer .site-info ul.social li a:before {
  color: #fff;
}
.site-footer .site-info ul.social li a:hover:before {
  color: #ec1e37;
}
.site-footer .site-info ul.menu {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.site-footer .site-info ul.menu a {
  display: block;
  color: #fff;
  padding: 0.25rem 0;
}
.site-footer .site-info ul.menu a:hover {
  color: #ec1e37;
}

.copyright {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #444444;
  background-color: #00d478;
}
.copyright p {
  margin-bottom: 0;
}

.mpp-photo {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  margin-bottom: 1rem;
}

.archive-single h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
.archive-single .button {
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 4rem;
}
.archive-single.news h2 {
  padding-top: 2rem;
  border-top: 3px solid rgba(68, 68, 68, 0.05);
}
.archive-single.news .tags {
  margin-bottom: 2rem;
}
.archive-single.petition .entry-hero {
  margin-bottom: 1rem;
  height: 0;
  padding-bottom: 56%;
  background-size: cover;
  background-position: center;
}
.archive-single.petition p.lead {
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.single-post #masthead {
  margin-bottom: 0;
}
.single-post #primary.content-area {
  margin-top: 0;
}
.single-post article {
  max-width: 900px;
  margin: 0 auto 4rem;
  background-color: #fff;
}
@media screen and (min-width: 64em) {
  .single-post article {
    padding: 4rem;
  }
}
.single-post article .entry-title {
  margin-top: 0;
}
.single-post article h1 {
  margin-bottom: 1.5rem;
}
.single-post article .entry-date {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 64em) {
  .single-post article .entry-date {
    margin-top: 1.5rem;
  }
}
.single-post article ul.tags {
  margin-bottom: 1.5rem;
}

.entry-hero {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  /* margin-bottom: -8rem;  */
}
@media screen and (max-width: 64em) {
  .entry-hero {
    margin-bottom: 1rem;
  }
}

.entry-date {
  color: #999999;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem;
}

ul.tags {
  margin: 0;
  list-style: none;
}
ul.tags li {
  display: inline-block;
  padding: 0.4 0.8em;
  background-color: #444444;
  border-radius: 2px;
  color: #fff;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0.3rem 0.2rem 0 0;
}
ul.tags li.legislative {
  background-color: #00d478;
}
ul.tags li.local {
  background-color: #ec1e37;
}

.single-petition #content.site-content {
  background-size: cover;
  background-position: center;
}
.single-petition #masthead {
  margin-bottom: 0;
}
.single-petition #primary.content-area {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.single-petition h1.entry-title {
  margin-top: 0;
}
.single-petition p.lead {
  margin-bottom: 1rem;
}
.single-petition .button[type='submit'] {
  margin-top: 1rem;
}
.single-petition #primary.dark h1.entry-title {
  color: #fff;
}
.single-petition #primary.dark p {
  color: #fff;
}
.single-petition #primary.dark .box {
  background-color: rgba(68, 68, 68, 0.9);
  border: 1px solid rgba(153, 153, 153, 0.1);
}

.contact-info {
  padding: 2rem;
  background-color: rgba(68, 68, 68, 0.02);
}
.contact-info h2 {
  font-size: 28px;
  font-size: 1.75rem;
}
.contact-info ul.social {
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}
.contact-info p {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 64em) {
  .contact-info {
    margin: 0 -2rem;
  }
}

.page-template-page-help ul.accordion h2 {
  font-size: 19.2px;
  font-size: 1.2rem;
  display: inline-block;
  margin: 0;
}
.page-template-page-help ul.accordion h3 {
  font-size: inherit;
}
@media screen and (max-width: 40em) {
  .page-template-page-help ul.accordion {
    margin: -1rem -2rem 0;
  }
  .page-template-page-help ul.accordion .accordion-title {
    border-left: none;
    border-right: none;
  }
}

.home #masthead {
  margin-bottom: 0;
}
.home footer {
  margin-top: 4rem;
}
.home #hero {
  position: relative;
  height: 80vh;
  background-size: cover;
  background-position: center;
  border-bottom: 5px solid #ec1e37;
}
@media screen and (max-width: 64em) {
  .home #hero {
    height: 50vh;
  }
}
.home #hero .title {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 0 2rem;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  color: #fff;
}
.home #hero .title h1 {
  text-transform: uppercase;
  font-size: 80px;
  font-size: 5rem;
  line-height: 0.8;
}
.home #hero .title h1 span {
  display: block;
  margin-top: 0.5rem;
  font-weight: 300;
  text-transform: none;
  line-height: 1.2;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 40em) {
  .home #hero .title h1 {
    font-size: 32px;
    font-size: 2rem;
  }
  .home #hero .title h1 span {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
.home #lead-capture {
  background-color: #444444;
  color: #fff;
  padding: 2rem 0;
  margin-bottom: 4rem;
  border-bottom: 3px solid #999999;
}
.home #lead-capture h2 {
  font-size: 22.4px;
  font-size: 1.4rem;
}
.home #lead-capture .gform_wrapper input {
  margin-bottom: 0;
}
.home #lead-capture .gform_wrapper li.name,
.home #lead-capture .gform_wrapper li.email,
.home #lead-capture .gform_wrapper li.postal {
  display: inline-block;
  vertical-align: top;
}
.home #lead-capture .gform_wrapper li.postal .address_zip {
  width: 100%;
}
.home #lead-capture .gform_wrapper li.name {
  width: 100%;
}
.home #lead-capture .gform_wrapper li.email {
  width: calc(50% - 8px);
}
.home #lead-capture .gform_wrapper li.pcode {
  width: calc(50% - 8px);
  float: right;
}
.home #lead-capture .gform_wrapper button {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 40em) {
  .home #lead-capture .gform_wrapper li.name span:first-child input {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 64em) {
  .home #lead-capture .gform_wrapper li.name {
    width: calc(50% - 16px);
    margin-right: 16px;
    margin-bottom: 0;
    float: left;
  }
  .home #lead-capture .gform_wrapper li.email {
    width: calc(30% - 16px);
    margin-right: 16px;
    margin-bottom: 0;
  }
  .home #lead-capture .gform_wrapper li.pcode {
    width: calc(20% - 16px);
    margin-right: 16px;
    margin-bottom: 0;
  }
  .home #lead-capture .gform_wrapper button {
    margin-top: -1.5rem;
  }
  .home #lead-capture .gform_wrapper .gform_body {
    float: left;
    width: 80%;
  }
  .home #lead-capture .gform_wrapper .gform_footer {
    float: right;
    width: 20%;
    margin-top: 3.5rem;
  }
}
.home #news {
  margin-bottom: 5rem;
}
.home #news h2 {
  margin-bottom: 2rem;
  color: #ec1e37;
}
.home #news h3.entry-title {
  margin-bottom: 1rem;
}
.home #news ul.tags {
  margin-bottom: 0.5rem;
}
.home #news ul.tags .entry-date {
  background-color: rgba(153, 153, 153, 0.3);
  color: #444444;
}
.home #news .single-item {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 3px solid rgba(68, 68, 68, 0.05);
}
.home #news .single-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Gutenberg Related Classes
--------------------------------------------------------------*/
/* Colours */
.has-red-background-color {
  background-color: #ec1e37;
}

.has-grey-background-color {
  background-color: #444444;
}

.has-yellow-background-color {
  background-color: #fffa73;
}

.has-lightgrey-background-color {
  background-color: #999999;
}

.has-red-color {
  color: #ec1e37;
}

.has-grey-color {
  color: #444444;
}

.has-yellow-color {
  color: #fffa73;
}

.has-lightgrey-color {
  color: #999999;
}

/* WP Block Adjustments */
.wp-block-embed-youtube {
  text-align: center;
}
.wp-block-embed-youtube.alignwide,
.wp-block-embed-youtube.alignfull {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 3rem;
}
.wp-block-embed-youtube.alignwide iframe,
.wp-block-embed-youtube.alignfull iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-embed-youtube.alignwide figcaption,
.wp-block-embed-youtube.alignfull figcaption {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 64em) {
  .wp-block-image.alignwide,
  .wp-block-image.alignfull {
    margin-left: -6rem;
    margin-right: -6rem;
    max-width: 125%;
  }
}

/* Post title width */
.editor-post-title__block.wp-block {
  max-width: 80rem;
}

/* Main column width */
.wp-block {
  max-width: 80rem;
  /* Wide column width */
  /* Full column width */
}
.wp-block[data-align='wide'] {
  max-width: none;
}
@media screen and (min-width: 60em) {
  .wp-block[data-align='wide'] {
    max-width: none;
    margin-left: calc(25vw - 25%);
    margin-right: calc(25vw - 25%);
  }
}
.wp-block[data-align='full'] {
  max-width: none;
}

/*--------------------------------------------------------------
# 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;
}

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