/*!
Theme Name: Wlion Voter Team
Theme URI: http://underscores.me/
Author: White lion
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tcc_wlion
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.

tcc_wlion 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
--------------------------------------------------------------*/
/* 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 {
  font-size: 2em;
  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;
}

/*--------------------------------------------------------------
# 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: 0.6em 1em 0.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,
a:visited {
  color: #4649fe;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 0 !important;
}

a:hover,
a:focus,
a:active {
  color: #b621ff;
  text-decoration: none;
  box-shadow: none !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
}

.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;
  background: #222;
}

.main-navigation ul ul:before {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #222;
  content: '';
  position: absolute;
  top: -10px;
  left: 49%;
}

.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;
  font-size: 1rem;
  font-weight: 400;
}

.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;
  color: #fff;
  padding: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}

.main-navigation a:after,
.main-navigation li.current-menu-item a:after {
  height: 2px;
  background: #fff;
  bottom: 12px;
  width: 0;
  opacity: 0;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 15px;
  content: '';
  position: absolute;
}

.main-navigation a:hover:after,
.main-navigation li.current-menu-item a:after {
  left: 15px;
  width: calc(100% - 30px);
  opacity: 1;
  right: 15px;
}

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

@media screen and (min-width: 768px) {
  .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;
}

.post,
.page {
  margin: 0;
}

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

/*=============================================
  Custom CSS
=============================================*/
/* -- Common -- */
body {
  font-size: 16px;
  line-height: 1.4;
  overflow-x: hidden;
  color: #2a3941;
  background-color: #f7f9fc;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1.1;
}

h1 {
  font-size: 3.125rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

p {
  margin: 5px 0 20px;
}

.lead-text {
  font-size: 1.5rem;
}
.medium-text {
  font-size: 1.125rem;
}
.small-text {
  font-size: 0.875rem;
}
.weight-light {
  font-weight: 300;
}
.weight-regular {
  font-weight: 400;
}
.weight-medium {
  font-weight: 500;
}
.weight-bold {
  font-weight: 700;
}

main.site-main {
  font-size: 1.125rem;
}

.bg-gradient {
  background: rgb(74, 71, 254); /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    rgba(74, 71, 254, 1) 0%,
    rgba(193, 70, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(74, 71, 254, 1) 0%,
    rgba(193, 70, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(74, 71, 254, 1) 0%,
    rgba(193, 70, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a47fe', endColorstr='#c146ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  position: relative;
}

.bg-gradient:before,
.hero-section:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(images/gradient-overlay.png) center center no-repeat;
  background-size: cover;
}

.content-block {
  padding-top: 75px;
  padding-bottom: 75px;
}

.btn > span > em {
  font-size: 1.4rem;
  vertical-align: middle;
}

.btn-white,
.btn-blue {
  background: transparent;
  position: relative;
  display: inline-block;
  border-radius: 0;
  border: 0;
  padding: 15px 30px 14px;
  color: #4649fe;
  font-size: 1.438rem;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
  font-weight: 500;
  outline: 0 !important;
}

.btn-white:before,
.btn-blue:before {
  width: 100%;
  min-height: 100%;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 93% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 93% 0);
  background: #fff;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-white:hover {
  color: #fff;
}

.btn-white:hover:before {
  background: #4649fe;
}

.btn-white > span,
.btn-blue > span {
  display: block;
  position: relative;
  z-index: 2;
}

.btn-blue {
  color: #fff !important;
}

.btn-blue:before {
  background: #4649fe;
}

.btn-blue:hover {
  color: #4649fe !important;
}

.btn-blue:hover:before {
  background: #fff;
}

.btn-more {
  font-weight: 500;
}

.btn-more > em {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-more:hover > em {
  margin-left: 5px;
}

.round-big,
.round-small {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
  z-index: 3;
}

.round-big > span {
  color: #4649fe;
  font-size: 2.125rem;
}

.round-small {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #2a3941;
  font-size: 1.5rem;
}

.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-corner-white,
.bg-corner-dark {
  position: relative;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.2));
}

.bg-corner-white:before,
.bg-corner-dark:before {
  width: 100%;
  min-height: 100%;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 12%, 96% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 12%, 96% 0);
  background: #fff;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.events-row-wrap .bg-corner-white:before {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 18%, 96% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 18%, 96% 0);
}

.bg-corner-dark:before {
  background: #2a3941;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 20%, 92% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 20%, 92% 0);
}

.bg-corner-white > *,
.bg-corner-dark > * {
  position: relative;
  z-index: 1;
}

/*====================================
Site Header
====================================*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.site-branding {
  padding-top: 25px;
}

.site-branding img {
  width: 200px;
}

/* -- Mobile Menu -- */
.menu-toggle,
.menu-toggle-mobile {
  position: absolute;
  height: 40px;
  font-size: 14px;
  color: #8a97b7;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
  box-sizing: border-box;
  top: 15px;
  right: 0;
}

.menu-toggle:focus,
.menu-toggle:active,
.menu-toggle-mobile:focus,
.menu-toggle-mobile:active {
  outline: none;
}

.mobile-menu-label {
  display: inline-block;
  position: relative;
  margin: 0 5px 0 0;
  line-height: 40px;
}

.mobile-menu-icon {
  display: inline-block;
  position: relative;
  top: -4px;
  height: 2px;
  width: 30px;
  background: #fff;
  border: none !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}

.mobile-menu-icon::after,
.mobile-menu-icon::before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  background: #fff;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}

.mobile-menu-icon::before {
  top: -9px;
  left: 0;
}

.mobile-menu-icon::after {
  top: 9px;
  left: 0;
}

.toggled .menu-toggle .mobile-menu-icon,
.toggled .menu-toggle-mobile .mobile-menu-icon {
  background: 0 0;
}

.toggled .menu-toggle .mobile-menu-icon::before,
.toggled .menu-toggle-mobile .mobile-menu-icon::before {
  -webkit-transform: rotate(45deg) translate(3px, 9px);
  transform: rotate(45deg) translate(3px, 9px);
}

.toggled .menu-toggle .mobile-menu-icon::after,
.toggled .menu-toggle-mobile .mobile-menu-icon::after {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
  transform: rotate(-45deg) translate(3px, -9px);
}

/* -- Site Hero Section -- */
.wrap-hero {
  position: relative;
  border-radius: 0 0 85% 85% / 60%;
  overflow: hidden;
  width: 150vw;
  margin-left: -25vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hero-section {
  height: 85vh;
  position: relative;
  width: 100vw;
  margin-left: 25vw;
  min-height: 600px;
}

.hero-section:before {
  background-image: url(images/gradient-overlay-hero.png);
}

.hero-section > img {
  position: relative;
  z-index: 1;
}

.hero-section.hero-resources > img {
  position: absolute;
  top: 0;
}

.hero-section h1 {
  font-size: 4.375rem;
}

.hero-small h1,
.hero-xs h1,
.hero-works h1 {
  font-size: 3.75rem;
}

.img-hero {
  position: absolute !important;
  bottom: 0;
  right: 10%;
  max-height: 75%;
  max-width: 50%;
}

.img-go-vote {
  right: -2.5% !important;
}

.hero-small {
  height: 75vh;
  min-height: 700px;
}

.hero-system,
.hero-results {
  height: 75vh;
}

.hero-xs {
  height: 65vh !important;
}

.hero-resources {
  height: 55vh;
  min-height: 520px;
}

.caption-hero {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 750px;
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 25px;
}

.hero-works .caption-hero {
  max-width: 900px;
  width: 100%;
}

.gradient-transparent:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    45deg,
    rgba(70, 73, 254, 0.75) 0%,
    rgba(182, 33, 255, 0.75) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(70, 73, 254, 0.75) 0%,
    rgba(182, 33, 255, 0.75) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(70, 73, 254, 0.75) 0%,
    rgba(182, 33, 255, 0.75) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4649fe', endColorstr='#bfb621ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  z-index: 2;
  opacity: 0.9;
}

/*=======================================
Site Mid Section
=======================================*/
.mid-section {
  position: relative;
  z-index: 2;
}

.events-row-wrap {
  margin-bottom: 30px;
}

.event-left {
  position: relative;
  background-color: #2a3941;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px !important;
}

.event-left > img {
  position: absolute;
  top: 0;
  left: 0;
}

.event-left .round-big {
  position: relative !important;
}

.event-right {
  padding: 40px 45px 30px !important;
}

.event-right .lead {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 5px solid #4649fe;
  font-weight: 400;
}

/*==================================
Inner Pages Styling
==================================*/
/* -- Home Page -- */
.collect-sticker img {
  max-height: 150px;
}

/* -- Meet the System Page -- */
.wrap-system {
  margin-top: -250px;
}

.wrap-results {
  margin-top: -300px;
}

.wrap-system .bg-corner-white:first-child,
.wrap-results .bg-corner-white:first-child {
  margin-top: 0 !important;
}

/* -- Go Vote Page -- */
.btn-equal .btn {
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  line-height: 1.2;
}

.wrap-icon {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-icon > img {
  max-height: 120px;
}

.wrap-vote .col-sm-6:nth-child(2) .wrap-icon > img {
  max-height: 100px;
}

.wrap-vote .col-sm-6:nth-child(3) .wrap-icon > img {
  max-height: 80px;
}

/* -- Resources Page -- */
.wrap-resources .col-sm-6 {
  margin-bottom: 30px;
}

.wrap-resources .bg-corner-white:before {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 8%, 94% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 8%, 94% 0);
}

.wrap-thumbnail-resources {
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}

.wrap-thumbnail-resources > img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

/* -- Results Page -- */
.wrap-results .bg-corner-white:before {
  background: #2a3941;
}

.wrap-table {
  min-height: 200px;
  background: #fff;
}

.wrap-table .table th,
.wrap-table .table td {
  border: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.wrap-table .table th,
.wrap-table .text-blue {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.wrap-table .table th:not(:first-child),
.wrap-table .table td:not(:first-child) {
  text-align: right;
}

.wrap-table .table tbody tr:nth-of-type(odd) {
  background-color: #f7f9fc;
}

.wrap-table .table thead th {
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrap-table .table tfoot td {
  vertical-align: middle;
  padding-top: 22px;
  padding-bottom: 26px;
}

.wrap-table .table td {
  font-size: 1.25rem;
}

.wrap-table .table td:first-child {
  font-size: 1rem;
}

.text-blue {
  color: #4649fe;
  font-size: 1.125rem;
}

.wrap-table .table .votes-total {
  font-size: 2.25rem;
  line-height: 1;
}

/* -- How It Works Page -- */
.video-btn {
  background: transparent;
  border: 0;
  outline: 0 !important;
  color: #fff;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.video-btn:hover {
  color: #b621ff;
}

.video-btn > em {
  font-size: 2rem;
  vertical-align: middle;
}

.video-close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff !important  ;
  opacity: 1;
  outline: 0 !important;
}

#modalVideo .modal-dialog {
  max-width: initial;
  height: calc(100% - 30px);
  margin: 15px 40px 15px 15px;
  transform: translate(0, 0);
  width: initial;
}

#modalVideo .modal-dialog div {
  height: 100%;
}

#modalVideo .modal-body {
  padding: 5px;
}

.modal .close.position-absolute {
  right: 25px;
  top: 20px;
  z-index: 10;
}

.modal .lead {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 5px solid #4649fe;
}

.modal h3 {
  padding-right: 25px;
}

.works-img > img {
  max-width: initial;
  margin-left: -50px;
}

.works-info > img {
  max-width: 150px;
}

.btn-overlay {
  border: 0;
  border-radius: 50%;
  outline: 0;
  width: 60px;
  height: 60px;
  background: rgb(117, 119, 255); /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    rgba(117, 119, 255, 1) 0%,
    rgba(201, 89, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(117, 119, 255, 1) 0%,
    rgba(201, 89, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(117, 119, 255, 1) 0%,
    rgba(201, 89, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7577ff', endColorstr='#c959ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  position: relative;
  outline: 0 !important;
  z-index: 2;
}

.btn-overlay > span {
  width: 24px;
  height: 4px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

.btn-overlay > span.bar-2 {
  transform: translate(-50%, -50%) rotate(90deg);
}

.info-img-overlay.opened .btn-overlay > span.bar-2 {
  transform: translate(-50%, -50%) rotate(180deg);
}

.info-overlay {
  width: 350px;
  min-height: 150px;
  color: #fff;
  padding: 25px 30px;
  margin: 25px 0 0 55px;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.info-img-overlay.opened .info-overlay {
  margin: -30px 0 0 30px;
  opacity: 1;
}

.info-overlay h5 {
  margin: 0 0 15px;
}

.info-overlay p:last-child {
  margin-bottom: 0;
}

.info-img-overlay {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: absolute;
}

.info-img-overlay.opened {
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 10;
}

.overlay-1 {
  top: 5%;
  left: 42%;
  z-index: 1;
}

.overlay-2 {
  top: 29%;
  left: 32%;
  z-index: 2;
}

.overlay-3 {
  top: 67%;
  left: 3%;
  z-index: 3;
}

.overlay-4 {
  top: 56%;
  left: 50%;
  z-index: 4;
}

.overlay-5 {
  top: 54%;
  left: 84%;
  z-index: 5;
}

.overlay-6 {
  top: 70.5%;
  left: 60.5%;
  z-index: 6;
}

.overlay-7 {
  top: 29%;
  left: 34%;
  z-index: 7;
}

.overlay-8 {
  top: 62.5%;
  left: 37.5%;
  z-index: 8;
}

.wrap-questions {
  margin-top: 100px;
}

.faq-top {
  margin-top: -25%;
  margin-bottom: 65px;
}

.wrap-bordered-img {
  border: 4px solid #fff;
  padding-top: 35%;
  position: relative;
  overflow: hidden;
}

.wrap-bordered-img img {
  position: absolute;
  top: 0;
  left: 0;
  object-position: top;
}

/* -- Asked Questions/Accordion Section -- */
.asked-questions .bg-corner-white {
  padding: 40px;
}

.asked-questions .bg-corner-white:before {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 2.5%, 96% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 2.5%, 96% 0);
}

.asked-questions h2 {
  border-bottom: 4px solid #4649fe;
  margin: 0;
  padding-bottom: 30px;
}

.accordion-questions .card {
  border: 0;
}

.accordion-questions .card-header {
  background-color: transparent;
  padding: 0;
  border: 0;
}

.accordion-questions .card-body {
  padding: 0;
}

.accordion-questions .collapse {
  position: relative;
}

.accordion-questions .collapse:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 4px;
  background: #4649fe;
  width: 100%;
  left: 0;
}

.accordion-questions .card-body p {
  margin: 0 0 25px;
}

.accordion-questions .card-header button {
  display: block;
  border: 0 !important;
  width: 100%;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding: 20px 45px 20px 0;
  color: inherit;
  text-decoration: none !important;
  line-height: 1.3;
  font-size: 1.4rem;
  border-bottom: 4px solid #fff !important;
  border-radius: 0;
}

.accordion-questions .card-header button.collapsed {
  border-bottom: 4px solid #4649fe !important;
}

.accordion-questions .card-header button > em {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #4649fe;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4649fe;
}

/* -- Not Found Page -- */
.not-found {
  min-height: 100vh;
}

.not-found h2 {
  font-size: 1.25rem;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px 15px 12px;
  border-radius: 4px;
  margin-top: 25px;
}

.not-found ul {
  margin: 0;
}

.not-found input {
  height: 36px;
  padding: 10px 12px;
}

.not-found input[type='submit'] {
  background: #4649fe;
  font-size: 0.9rem;
  color: #fff;
  padding: 10px 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none !important;
}

.not-found input[type='submit']:hover {
  background: #b621ff;
}

.not-found select {
  height: 37px;
  min-width: 250px;
}

.hero-not-found {
  min-height: 500px;
  height: 500px;
}

.hero-not-found h1 {
  font-size: 3rem;
  margin: 50px 0 0;
}

/*==================================
Site Footer
==================================*/
.site-footer {
  background: rgb(117, 119, 255); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(117, 119, 255, 1) 0%,
    rgba(201, 90, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(117, 119, 255, 1) 0%,
    rgba(201, 90, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(117, 119, 255, 1) 0%,
    rgba(201, 90, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7577ff', endColorstr='#c95aff',GradientType=1 ); /* IE6-9 */
  padding: 20px 15px 16px;
}

.sm-links a {
  display: inline-block;
  color: #fff;
  font-size: 2.5rem;
  margin: 0 18px;
}

.footlinks {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footlinks a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footlinks a:hover,
.sm-links a:hover {
  color: #4649fe;
}

.main-navigation .menu .menu-toggle,
.main-navigation .menu .menu-toggle-mobile {
  opacity: 0;
  display: none;
  transition-delay: 0.5s;
}

body #content {
  overflow-x: hidden;
}

.hero-works video,
.hero-results > img,
.hero-resources > img {
  position: absolute;
  top: 0;
  left: 0;
}

.hero-results .container,
.hero-resources .container {
  position: relative;
  z-index: 2;
}

.wrap-results .label-mobile {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  display: none;
}

.wrap-results h3 {
  padding-right: 30px !important;
}

.min-height-40vh {
  min-height: 40vh;
}

/*===========================================
Media Break-Points
===========================================*/
@media (max-width: 1650px) {
  .img-hero {
    right: 5%;
  }
}
@media (max-width: 1450px) {
  .hero-section h1 {
    font-size: 3.5rem;
  }
  .img-hero {
    right: 0;
  }
}

@media (max-width: 1199px) {
  main.site-main {
    font-size: 1rem;
  }
  h1 {
    font-size: 2.7rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  .hero-section h1 {
    font-size: 3rem;
  }
  .hero-section {
    height: 75vh;
  }
  .hero-resources {
    height: 55vh;
  }
  .hero-xs {
    height: 60vh !important;
  }
  .lead-text,
  .lead {
    font-size: 1.25rem;
  }
  .works-img > img {
    max-width: 118%;
  }
}

@media (max-width: 991px) {
  .event-right {
    padding: 25px !important;
  }
  .btn-white,
  .btn-blue {
    font-size: 1.125rem;
    padding: 12px 25px 11px;
  }
  .site-branding img {
    width: 100px;
  }
  .main-navigation a {
    padding: 12px 10px;
    font-size: 1rem;
    font-weight: 500;
  }
  .site-branding {
    padding-top: 0;
  }
  .site-header {
    padding: 15px 0;
  }
  .hero-section h1 {
    font-size: 2.5rem;
  }
  .hero-section {
    height: auto !important;
  }
  .btn-equal .btn {
    height: auto;
    min-height: 60px;
  }
  .btn-overlay {
    width: 40px;
    height: 40px;
  }
  .btn-overlay > span {
    width: 16px;
    height: 2px;
  }
  .info-overlay {
    padding: 25px;
    width: 300px;
  }
  .info-img-overlay.opened .info-overlay {
    margin: -20px 0 0 15px;
  }
  .info-overlay.bg-corner-dark:before {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 15%, 92% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 15%, 92% 0);
  }
  .hero-works .caption-hero {
    padding: 0 30px;
  }
  .hero-vote {
    min-height: 400px;
  }
  .wrap-questions {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.35rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  .hero-section {
    flex-flow: column wrap;
    padding: 115px 15px 0;
  }
  .img-hero {
    position: relative !important;
    max-height: initial;
    max-width: 75%;
    margin-top: 25px;
  }
  .main-navigation ul.nav-menu {
    position: fixed;
    z-index: 51;
    left: -125%;
    right: 15px;
    bottom: 15px;
    top: 15px;
    height: calc(100vh - 30px);
  }
  .main-navigation.toggled ul.nav-menu {
    animation: menu-rotate 0.5s;
    transform-origin: 50% 50%;
    left: 15px;
  }
  @-webkit-keyframes menu-rotate {
    0% {
      opacity: 0;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  @-moz-keyframes menu-rotate {
    0% {
      opacity: 0;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  @-o-keyframes menu-rotate {
    0% {
      opacity: 0;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  @keyframes menu-rotate {
    0% {
      opacity: 0;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  .main-navigation ul.nav-menu:before {
    width: 100%;
    min-height: 100%;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 6%, 90% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 6%, 90% 0);
    background: #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .main-navigation ul.nav-menu > li {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .main-navigation.toggled:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 50;
  }
  .main-navigation ul.nav-menu > li a {
    color: #4649fe;
    font-size: 1.5rem;
  }
  .main-navigation ul.nav-menu > li a:hover,
  .main-navigation ul.nav-menu > li.current-menu-item a {
    color: #b621ff;
  }
  .main-navigation.toggled .menu .menu-toggle {
    opacity: 1;
    position: fixed;
    top: 35px;
    right: 25px;
    z-index: 100;
    display: block;
  }
  .main-navigation.toggled .menu .menu-toggle-mobile {
    opacity: 1;
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 100;
    display: block;
  }
  .main-navigation.toggled .menu .menu-toggle .mobile-menu-icon::after,
  .main-navigation.toggled .menu .menu-toggle .mobile-menu-icon::before,
  .main-navigation.toggled .menu .menu-toggle-mobile .mobile-menu-icon::after,
  .main-navigation.toggled .menu .menu-toggle-mobile .mobile-menu-icon::before {
    background: #222;
    z-index: 500;
  }
  .main-navigation.toggled ul.nav-menu {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
  }
  .main-navigation ul.nav-menu > li:after {
    width: 100px;
    height: 3px;
    background-color: #4649fe;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .bg-corner-white:before,
  .bg-corner-dark:before {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 4%, 91% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 4%, 91% 0);
  }
  .content-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .event-right {
    padding: 20px !important;
  }
  .event-left {
    margin: 0 20px 20px;
  }
  .site-branding {
    padding-left: 10px;
  }
  .btn-equal .btn {
    max-width: 275px;
    min-height: 54px;
  }
  .wrap-vote {
    padding-top: 0;
  }
  .works-info {
    text-align: center;
    padding: 0 50px;
  }
  /* -- Overlayes -- */
  .info-img-overlay.opened .info-overlay {
    margin: -15px 0 0 -44%;
  }
  .info-img-overlay.opened.overlay-1 .info-overlay {
    margin-left: -40%;
  }
  .info-img-overlay.opened.overlay-2 .info-overlay {
    margin-left: -28%;
  }
  .info-img-overlay.opened.overlay-3 .info-overlay {
    margin-left: 6%;
  }
  .info-img-overlay.opened.overlay-4 .info-overlay {
    margin-left: -50%;
  }
  .info-img-overlay.opened.overlay-5 .info-overlay {
    margin-left: -85%;
  }
  .info-img-overlay.opened.overlay-6 .info-overlay {
    margin-left: -62%;
  }
  .info-img-overlay.opened.overlay-7 .info-overlay {
    margin-left: -30%;
  }
  .info-img-overlay.opened.overlay-8 .info-overlay {
    margin-left: -35%;
  }
  .works-img > img {
    margin-left: -25px;
  }
  .asked-questions .bg-corner-white {
    padding: 25px;
  }
  .asked-questions .bg-corner-white:before {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 1%, 95% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 1%, 95% 0);
  }
  .wrap-questions {
    padding-left: 5px;
    padding-right: 5px;
  }
  .hero-resources {
    min-height: 400px;
  }
  .wrap-resources {
    padding-top: 35px;
    padding-bottom: 15px;
  }
  .hero-results {
    min-height: 550px;
  }
  .hero-system .container .text-center,
  .hero-results .container .text-center,
  .hero-resources .container .text-center {
    text-align: left !important;
    padding-top: 25px;
  }
  .main-navigation ul li:hover > ul {
    left: 15px;
    right: 15px;
    margin-top: 10px;
  }
  .main-navigation ul ul li {
    width: 100%;
  }
  .main-navigation ul ul a {
    width: 100%;
    color: #fff !important;
  }
  .wrap-results h3 {
    text-align: left !important;
  }
  .wrap-results .table thead {
    display: none;
  }
  .wrap-results .table tbody tr {
    display: block;
    flex-direction: column;
  }
  .wrap-results .table td {
    text-align: left !important;
    display: block;
  }
  .wrap-results .label-mobile {
    display: block;
  }
  .wrap-table .table td:first-child {
    font-size: 1.25rem;
    padding-bottom: 0;
    line-height: 1.2;
  }
  .wrap-table .table td:last-child {
    padding-top: 0;
  }
  .wrap-table .table tfoot td {
    text-align: center !important;
  }
  .wrap-table .table tfoot td:first-child {
    padding-bottom: 20px;
  }
  .events-row-wrap.bg-corner-white:before {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 9%, 93% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 9%, 93% 0);
  }
  .hero-not-found {
    min-height: 350px;
  }
  .hero-vote {
    min-height: initial;
  }
  .img-go-vote {
    max-width: 100%;
    right: -5% !important;
  }
  .wrap-bordered-img {
    padding-top: 40%;
  }
  .faq-top {
    margin-bottom: 30px;
    margin-top: -30%;
  }

  .wrap-system {
    margin-top: 0;
  }
  .hero-system {
    min-height: 360px;
  }
  .wrap-system .content-block {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .hero-section h1 {
    font-size: 2.3rem;
    line-height: 1.2;
  }
  .img-hero {
    max-width: 100%;
  }
  .collect-sticker img {
    max-height: 125px;
  }
  .collect-sticker {
    padding-left: 50px;
    padding-right: 50px;
  }
  .wrap-hero {
    border-radius: 0 0 85% 85% / 30%;
  }
  .lead-text,
  .lead {
    font-size: 1.25rem;
  }
  .wrap-icon {
    height: auto;
    margin: 40px 0 20px;
  }
  .wrap-icon > img {
    max-height: 125px;
  }
  .hero-works .caption-hero {
    text-align: left !important;
  }
  .video-btn {
    padding-left: 0;
  }
  .video-btn.btn {
    padding-left: 25px;
  }
  .caption-hero {
    text-align: left !important;
  }
  .asked-questions h2 {
    border-bottom: 3px solid #4649fe;
    padding-bottom: 20px;
    font-size: 1.5rem;
  }
  .accordion-questions .card-header button {
    font-size: 1.1rem;
    padding: 15px 45px 15px 0;
  }
  .accordion-questions .card-header button.collapsed {
    border-bottom: 3px solid #4649fe !important;
  }
  .accordion-questions .collapse:after {
    height: 3px;
  }
  .asked-questions .bg-corner-white {
    padding: 20px;
  }
  .faq-top {
    margin-top: -34%;
  }
  .main-navigation.toggled .menu .menu-toggle-mobile {
    top: 35px;
    right: 25px;
  }

  .sm-links a {
    font-size: 2rem;
    margin: 0 10px;
  }
  .footlinks a {
    font-size: 1rem;
  }
  .wrap-resources .btn {
    display: block;
    width: 100%;
  }
  .wrap-resources .btn:before {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 28%, 95% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 28%, 95% 0);
  }

  .img-go-vote {
    right: -8% !important;
  }
}

@media (max-width: 350px) {
  h1,
  .hero-section h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.3rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  h6 {
    font-size: 1.125rem;
  }
  .hero-system .container .text-center,
  .hero-results .container .text-center {
    padding-top: 0;
  }
  .lead-text,
  .lead {
    font-size: 1.15rem;
  }
  .events-row-wrap.bg-corner-white:before {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 6%, 92% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 6%, 92% 0);
  }
  .collect-sticker {
    padding-left: 25px;
    padding-right: 25px;
  }
}
