/* iframe poll */
/* mixins.sass */
/* Global sass mixins */
/* Modal window */
/* Modal window open */
/* Short content fix - keep the footer at the bottom */
/* Box Shadow */
/* Button */
/* Button Colors */
/* CSS transitions */
/* Icons */
/* Calculate Aspect Ratios */
/* Image Hover Effect */
/* Containers for items in standard article etc. */
/* Toggle Arrows */
/* variables.sass */
/* All global variables and settings - this should be on every page!! */
/******* Viewport Widths *******/
/******* Spacing *******/
/******* Colors *******/
/* Variable formatting: $color[Description] */
/* Admin */
/* Forms */
/* Borders */
/* Icons */
/* Header */
/* Footer */
/* Front Page */
/* Advertorials */
/* Announcement */
/* Poll */
/* Game Details */
/* Reviews */
/* Image Galleries */
/* Scrollbars */
/* Modals */
/* Cover Gallery */
/* Summary Embeds */
/******* Images *******/
/******* Typography *******/
/* Font family stack */
/* Variable formatting: $font[Description] */
/* Common font sizes */
/* Common font weights */
* {
  font-size: 1.7rem;
}

body {
  background-color: white;
  color: #000;
}

.messages {
  display: none;
}

legend {
  display: none;
}

#taxonomy-term-1 {
  display: none;
}

/******* Form Elements *******/
.form-item label {
  font-family: "Biennale", "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-item .description {
  line-height: 1.2;
}

.label {
  font-family: "Biennale", "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-item-description {
  line-height: 1.2;
}

.view-footer {
  text-align: center;
  font-style: italic;
  font-family: "Newsreader", Times, "Times New Roman", serif;
}

input[type=submit] {
  float: right;
  clear: both;
}

select {
  border: none;
  border-radius: 3px;
  font-family: "Biennale", "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 4px;
  padding-right: 4px;
  border: none;
  box-shadow: none;
}
select:focus {
  outline: none;
}

textarea {
  padding: 1rem;
  line-height: 1.5;
  border: 1px solid #717171;
}

.button, input[type=submit], input[type=reset], input[type=button], .field--name-field-button a {
  padding: 10px;
  display: inline-block;
  border: none;
  border-bottom: none;
  background-color: #3C59E0;
  color: white;
  font-size: 0.9em;
  font-family: "Biennale", "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.button:link, .button:visited, .button:hover, .button:active, input[type=submit]:link, input[type=submit]:visited, input[type=submit]:hover, input[type=submit]:active, input[type=reset]:link, input[type=reset]:visited, input[type=reset]:hover, input[type=reset]:active, input[type=button]:link, input[type=button]:visited, input[type=button]:hover, input[type=button]:active, .field--name-field-button a:link, .field--name-field-button a:visited, .field--name-field-button a:hover, .field--name-field-button a:active {
  color: white;
  box-shadow: none;
  border: none;
  background-image: none;
}
.button:hover, .button:active, input[type=submit]:hover, input[type=submit]:active, input[type=reset]:hover, input[type=reset]:active, input[type=button]:hover, input[type=button]:active, .field--name-field-button a:hover, .field--name-field-button a:active {
  background-color: rgb(148.0088495575, 163.9203539823, 237.9911504425);
}
.button:focus, input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus, .field--name-field-button a:focus {
  background-color: rgb(148.0088495575, 163.9203539823, 237.9911504425);
  color: white;
  border: none;
  box-shadow: none;
  background-image: none;
}
.button-subscribe {
  padding: 10px;
  display: inline-block;
  border: none;
  border-bottom: none;
  background-color: #3C59E0;
  color: white;
  font-size: 0.9em;
  font-family: "Biennale", "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  color: #000000 !important;
  background-color: #E0DED7;
}
.button-subscribe:link, .button-subscribe:visited, .button-subscribe:hover, .button-subscribe:active {
  color: white;
  box-shadow: none;
  border: none;
  background-image: none;
}
.button-subscribe:hover, .button-subscribe:active {
  background-color: rgb(148.0088495575, 163.9203539823, 237.9911504425);
}
.button-subscribe:focus {
  background-color: rgb(148.0088495575, 163.9203539823, 237.9911504425);
  color: white;
  border: none;
  box-shadow: none;
  background-image: none;
}
.layout-container .button-subscribe:hover, .layout-container .button-subscribe:active, .layout-container .button-subscribe:focus {
  color: #000000;
  background-color: #fecf74;
}
.layout-container .button-subscribe:link {
  color: #000000 !important;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], input[type=url] {
  border: none;
  border-bottom: 1px solid #717171;
  width: 100%;
  font-family: "Newsreader", Times, "Times New Roman", serif;
}

.form-textarea-wrapper {
  margin-top: 10px;
}

input[type=radio]:checked,
input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type=radio]:checked + label,
input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
}

input[type=radio]:checked + label:before,
input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #dbdbdb;
  border-radius: 100%;
}

input[type=radio]:checked + label:after,
input[type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.3s ease;
}

input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.form-type-checkbox {
  margin: 0 0 1.7rem;
}
.form-type-checkbox .description {
  margin-left: 0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  height: 30px;
  background-color: #ccc;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 0.15s;
  width: 60px;
  /* Hide default HTML checkbox */
  /* The slider */
}
@media screen and (min-width: 800px) {
  .switch {
    height: 25px;
    width: 52px;
  }
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dbdbdb;
  transition: 0.4s;
  /* Rounded sliders */
}
.switch .switch-slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: transform 0.15s;
}
@media screen and (min-width: 800px) {
  .switch .switch-slider:before {
    height: 18px;
    width: 18px;
  }
}
.switch .switch-slider.switch-on {
  background-color: #4287f5;
}
.switch .switch-slider.half-active {
  background-color: #4287f5;
}
.switch .switch-slider.half-active:before {
  transform: translateX(15px);
}
.switch .switch-slider.switch-on:before {
  transform: translateX(30px);
}
@media screen and (min-width: 800px) {
  .switch .switch-slider.switch-on:before {
    transform: translateX(26px);
  }
}
.switch .switch-slider.round {
  border-radius: 34px;
}
.switch .switch-slider.round:before {
  border-radius: 50%;
}

/* Switch label spacing fix */
.form-type-checkbox {
  display: flex;
  align-items: center;
}
.form-type-checkbox label.option {
  margin-left: 10px;
}

details {
  border: none;
  border-radius: 3px;
}
details summary {
  font-family: "Biennale", "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 1rem;
  background-color: transparent;
}
details summary:hover {
  background-color: transparent;
}
details [aria-expanded=true]::after {
  content: "-";
  float: right;
  transition: all 0.3s ease;
}
details [aria-expanded=false]::after {
  content: "+";
  float: right;
  transition: all 0.3s ease;
}

.bef-exposed-form .bef--secondary {
  border: none;
}
.bef-exposed-form .bef--secondary .details-wrapper {
  padding: 0 10px;
}
.bef-exposed-form label {
  text-transform: none;
}
.bef-exposed-form .bef-links ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bef-exposed-form .bef-links li {
  padding-right: 1rem;
  margin-left: 0;
  white-space: nowrap;
  display: inline-block;
}
.bef-exposed-form .bef-links li a {
  display: block;
  border-bottom: 2px solid tranparent;
  padding: 5px 5px 0.1rem;
  transition: all 0.3s ease;
  margin: 0.25rem 0.5rem 0.25rem 0;
}

/******* Form Elements *******/
select {
  border-color: #dbdbdb;
  background: #E9E9E9;
}

textarea {
  color: #000;
  background-color: white;
  border-color: #717171;
}

.button, input[type=submit], input[type=reset], input[type=button], .field--name-field-button a {
  background-color: #3C59E0;
  color: white;
}
.button:link, .button:visited, .button:hover, .button:active, input[type=submit]:link, input[type=submit]:visited, input[type=submit]:hover, input[type=submit]:active, input[type=reset]:link, input[type=reset]:visited, input[type=reset]:hover, input[type=reset]:active, input[type=button]:link, input[type=button]:visited, input[type=button]:hover, input[type=button]:active, .field--name-field-button a:link, .field--name-field-button a:visited, .field--name-field-button a:hover, .field--name-field-button a:active {
  color: white;
}
.button:hover, .button:active, input[type=submit]:hover, input[type=submit]:active, input[type=reset]:hover, input[type=reset]:active, input[type=button]:hover, input[type=button]:active, .field--name-field-button a:hover, .field--name-field-button a:active {
  background-color: rgb(148.0088495575, 163.9203539823, 237.9911504425);
}
.button:focus, input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus, .field--name-field-button a:focus {
  background-color: rgb(148.0088495575, 163.9203539823, 237.9911504425);
  color: white;
}
.layout-container .button:link, .layout-container .button:visited, .layout-container .button:hover, .layout-container .button:active, .layout-container input[type=submit]:link, .layout-container input[type=submit]:visited, .layout-container input[type=submit]:hover, .layout-container input[type=submit]:active, .layout-container input[type=reset]:link, .layout-container input[type=reset]:visited, .layout-container input[type=reset]:hover, .layout-container input[type=reset]:active, .layout-container input[type=button]:link, .layout-container input[type=button]:visited, .layout-container input[type=button]:hover, .layout-container input[type=button]:active, .layout-container .field--name-field-button a:link, .layout-container .field--name-field-button a:visited, .layout-container .field--name-field-button a:hover, .layout-container .field--name-field-button a:active {
  color: white;
}
.button.button--danger, input[type=submit].button--danger, input[type=reset].button--danger, input[type=button].button--danger, .field--name-field-button a.button--danger {
  background-color: rgb(233.0067872, 30.0172128, 97.6804042667);
  color: white;
}
.button.button--danger:link, .button.button--danger:visited, .button.button--danger:hover, .button.button--danger:active, input[type=submit].button--danger:link, input[type=submit].button--danger:visited, input[type=submit].button--danger:hover, input[type=submit].button--danger:active, input[type=reset].button--danger:link, input[type=reset].button--danger:visited, input[type=reset].button--danger:hover, input[type=reset].button--danger:active, input[type=button].button--danger:link, input[type=button].button--danger:visited, input[type=button].button--danger:hover, input[type=button].button--danger:active, .field--name-field-button a.button--danger:link, .field--name-field-button a.button--danger:visited, .field--name-field-button a.button--danger:hover, .field--name-field-button a.button--danger:active {
  color: white;
}
.button.button--danger:hover, .button.button--danger:active, input[type=submit].button--danger:hover, input[type=submit].button--danger:active, input[type=reset].button--danger:hover, input[type=reset].button--danger:active, input[type=button].button--danger:hover, input[type=button].button--danger:active, .field--name-field-button a.button--danger:hover, .field--name-field-button a.button--danger:active {
  background-color: rgb(242.0898872, 122.9341128, 162.6527042667);
}
.button.button--danger:focus, input[type=submit].button--danger:focus, input[type=reset].button--danger:focus, input[type=button].button--danger:focus, .field--name-field-button a.button--danger:focus {
  background-color: rgb(242.0898872, 122.9341128, 162.6527042667);
  color: white;
}

.layout-container a.button:link, .layout-container a.button:visited, .layout-container a.button:hover, .layout-container a.button:active {
  color: white;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], input[type=url] {
  border-bottom-color: #717171;
  background-color: transparent;
  color: #717171;
}

input[type=radio]:checked + label:before,
input[type=radio]:not(:checked) + label:before {
  border-color: #dbdbdb;
  background: #f6f6f6;
}

input[type=radio]:checked + label:after,
input[type=radio]:not(:checked) + label:after {
  background: #000;
}

input::placeholder {
  color: #dbdbdb;
}

/* The slider */
.switch-slider {
  background-color: #dbdbdb;
}
.switch-slider:before {
  background-color: white;
}
.switch-slider.switch-on {
  background-color: #4287f5;
}

details {
  background-color: #f6f6f6;
}
details summary {
  border-bottom: 1px solid #dbdbdb;
}
.bef-exposed-form .bef--secondary {
  border-top: 1px solid #dbdbdb;
  border-left: none;
  border-bottom: 1px solid #dbdbdb;
  border-right: none;
  margin-bottom: 30px;
}
.bef-exposed-form .bef-links li a {
  color: #000;
}
.bef-exposed-form .bef-links li a.bef-link--selected {
  border-color: #000;
}
.bef-exposed-form .bef-links li a:hover {
  border-color: #3C59E0;
}

/* poll */
.poll-view {
  /* Image */
  /* Question */
  /* Form */
  /* Result */
}
.poll-view img {
  margin: 10px 0;
}
.poll-view .poll-header, .poll-view h2 {
  font-size: 1.8em;
  margin-bottom: 5px;
  font-family: "Biennale", "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.poll-view .poll-question {
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 10px;
  line-height: 1.3;
}
.poll-view .poll {
  font-size: 0.9em;
}
.poll-view .poll .links {
  text-align: center;
}
.poll-view .poll .percent {
  text-align: right;
  top: -15px;
  position: relative;
}
.poll-view .form-radios .form-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.poll-view .form-radios label {
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 400;
}
.poll-view .form-radios label:after {
  content: none;
}
.poll-view .button {
  float: none;
  margin: 0 auto;
}
.poll-view .poll-results-title {
  font-size: 1em;
}
.poll-view .choice-result {
  margin-bottom: 0;
  height: 29px;
}
.poll-view dt.choice-title {
  margin-bottom: 3px;
}
.poll-view dl, .poll-view .total {
  margin: 10px 0;
}
.poll-view .bar {
  height: 1em;
  width: 87%;
}
.poll-view .bar .foreground {
  height: 1em;
}
.poll-view .total {
  display: none;
}
.poll-view .legend {
  display: none;
}
.poll-view #taxonomy-term-1 {
  display: none;
}
.poll-view #edit-back {
  display: none;
}

.field--name-field-pollimage {
  display: none;
}

/* poll */
.poll-view .bar {
  background-color: #dbdbdb;
}
.poll-view .bar .foreground {
  background-color: #3D3D3D;
}