@charset "UTF-8";
/*******************************************************************************
*
* The goal of this CSS file is to capture all Evo-Elements HTML and CSS styles.
* This CSS resets classes and then offers unstyled structure for you to modify.
* The order of CSS placement – or links to CSS files – has an impact on styles.
*
* Outline: (update as needed)
*   _GLOBAL - General HTML, BODY, BUTTON, LINK settings (optional)
*   _FONTS - Several different font families for quick styling
*   _TYPE - 2 different text styles: regular and caps (size 1 - 24)
// *         - _TEXT is also used within ordered/unordered list
// *         - 4 different list styes: regular/no-style, bullets, numbers and lines
// *         - bullets list are using custom SVGs
// *   _COLORS - 5 different color palettes are included in this file
// *   _BUTTONS - 30 different button sizes (sizes are incrementing from min 1 to max 30)
// *            - http://elements.humanig.com/#/buttons
// *   _FORMS - selection of input types: date input, file input, time input, radio button, checkbox, 
// *            dropdown menu, text input, number input
// *   _LINES - few different options with lines: solid, dots, dash (size 1 - 10)
// *          - borders: top border (solid, dots, dash), (size 1 - 10)
// *                     bottom border (solid, dots, dash), (size 1 - 10)
// *          - boxes: (solid, dots, dash), (size 1 - 10)        
// *          - double: (solid), (size 1 - 10)
// *   _IMAGES - 3 different styles: Equal(square, rounded, circle), Wide, Tall
*   _SPACERS - Create space between elements (size 1 - 24)
// *   _ERRORS - A selection of aliases that forgive common mistypes
*
*******************************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

img {
  border-style: none;
  max-width: 100% !important;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

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

iframe,
svg {
  vertical-align: middle; }

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

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

summary {
  display: list-item; }

[hidden],
template {
  display: none; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

small {
  font-size: 80%; }

mark {
  background: #ff0;
  background-color: #ff0;
  color: #000;
  font-style: normal;
  font-weight: normal; }

dfn {
  font-style: italic; }

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

b,
strong {
  font-weight: bolder; }

b,
strong {
  font-weight: inherit; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

del {
  text-decoration: line-through; }

address {
  font-style: normal; }

html {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.4375;
  font-family: Merriweather, serif;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1.4375;
  color: black;
  background-color: white;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ul, li {
  margin-left: 0;
  padding-left: 0; }

nav ul {
  list-style: none; }

pre {
  font-family: monospace;
  font-size: 1em;
  overflow: auto; }

code {
  padding: .2rem .4rem;
  color: black;
  border-color: #cccccc;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  font-family: monospace; }

code.evo-inverse {
  color: white;
  border-color: #333333;
  background-color: black; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

button {
  color: inherit;
  background-color: transparent;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  border: none;
  text-decoration: none;
  display: inline-block;
  text-transform: none;
  overflow: visible;
  -webkit-appearance: button;
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button[disabled] {
  opacity: 0.5;
  cursor: not-allowed; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

.code-inline {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }

tr:hover {
  color: black;
  background-color: lightyellow; }

tr:hover a {
  color: #00aeef; }

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  font-family: sans-serif;
  font-size: 100%;
  line-height: normal;
  margin: 0; }

optgroup {
  font-weight: bold; }

select {
  width: 100%;
  text-transform: none;
  vertical-align: middle;
  border-radius: 0; }

input {
  overflow: visible;
  vertical-align: middle; }

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

textarea {
  overflow: auto;
  vertical-align: top;
  min-height: 10rem;
  border-radius: 0;
  resize: vertical; }

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

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

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

[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline-offset: -2px; }

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

input[type="submit"]:disabled,
[value="disabled"],
[value="disabled"]:disabled,
[disabled]:disabled,
[disabled] {
  opacity: 0.5;
  cursor: not-allowed; }

progress, meter {
  display: inline-block;
  vertical-align: baseline; }

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

.disabled {
  opacity: 0.5;
  cursor: not-allowed; }

.inherit {
  font-family: inherit;
  color: inherit;
  background-color: inherit;
  border-top: inherit;
  border-bottom: inherit;
  border-left: inherit;
  border-right: inherit; }

.inherit-font {
  font: inherit; }

.inherit-color {
  color: inherit; }

.inherit-color-bg {
  background-color: inherit; }

.inherit-border {
  border-top: inherit;
  border-bottom: inherit;
  border-left: inherit;
  border-right: inherit; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clear-both {
  clear: both; }

.clear-none {
  clear: none; }

.display-none {
  display: none; }

.display-inline {
  display: inline; }

.display-block {
  display: block !important; }

.display-inline-block {
  display: inline-block; }

.display-inline-table {
  display: inline-table; }

.display-table {
  display: table; }

.display-table-cell {
  display: table-cell; }

.display-table-row {
  display: table-row; }

.display-table-row-group {
  display: table-row-group; }

.display-table-column {
  display: table-column; }

.display-table-column-group {
  display: table-column-group; }

.display-table-layout-fixed {
  table-layout: fixed;
  width: 100%; }

.absolute--fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.width-full {
  width: 100% !important; }

.width-half {
  width: 50% !important; }

.width-quarter {
  width: 25% !important; }

.width-auto {
  width: auto !important; }

.evo-all-unset {
  all: unset; }

.evo-all-initial {
  all: initial; }

.evo-all-inherit {
  all: inherit; }

.word-space-0 {
  word-spacing: 0; }

.word-space-1 {
  word-spacing: .15em; }

.word-space-2 {
  word-spacing: .25em; }

.word-space-4 {
  word-spacing: .35em; }

.word-space-5 {
  word-spacing: .5em; }

.white-space-normal {
  white-space: normal !important; }

.break-word {
  overflow-wrap: break-word; }

.all-break-word {
  word-break: break-all; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.vertical-align-baseline {
  vertical-align: baseline; }

.vertical-align-middle {
  vertical-align: middle; }

.vertical-align-top {
  vertical-align: top; }

.vertical-align-bottom {
  vertical-align: bottom; }

.pre {
  overflow-x: auto;
  overflow-y: hidden;
  overflow: scroll; }

.overflow-visible {
  overflow: visible; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.overflow-x-visible {
  overflow-x: visible; }

.overflow-x-hidden {
  overflow-x: hidden; }

.overflow-x-scroll {
  overflow-x: scroll; }

.overflow-x-auto {
  overflow-x: auto; }

.overflow-y-visible {
  overflow-y: visible; }

.overflow-y-hidden {
  overflow-y: hidden; }

.overflow-y-scroll {
  overflow-y: scroll; }

.overflow-y-auto {
  overflow-y: auto; }

.static {
  position: static; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.o-100 {
  opacity: 1; }

.o-90 {
  opacity: .9; }

.o-80 {
  opacity: .8; }

.o-70 {
  opacity: .7; }

.o-60 {
  opacity: .6; }

.o-50 {
  opacity: .5; }

.o-40 {
  opacity: .4; }

.o-30 {
  opacity: .3; }

.o-20 {
  opacity: .2; }

.o-10 {
  opacity: .1; }

.o-05 {
  opacity: .05; }

.o-025 {
  opacity: .025; }

.o-0 {
  opacity: 0; }

.hidden {
  display: none !important; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* // https://developer.mozilla.org/en-US/docs/Web/CSS/outline */
.debug * {
  outline: 1px solid gold; }

.evo-debug [class]:not([class*="evo-"]) {
  outline: 5px solid red; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.site-container {
  margin-top: 5%;
  margin-bottom: 10%;
  margin-left: 5%;
  margin-right: 5%;
  background-color: white; }

@media (min-width: 769px) {
  .evo-navigation {
    width: 100%;
    text-align: right;
    position: fixed;
    top: 0;
    left: 0; }
    .evo-navigation .contain {
      max-width: 1400px;
      margin: 0 auto; }
    .evo-navigation .logo {
      display: block;
      float: left;
      padding: 10px; }
      .evo-navigation .logo img {
        height: 45px; }
    .evo-navigation .nav-list {
      margin: 15px 0 0 0; }
    .evo-navigation .toggle, .evo-navigation input {
      display: none; }
    .evo-navigation .nav-button {
      margin: 0 5px;
      border: 1px solid #555;
      border-radius: 1px; }
    .evo-navigation ul {
      display: inline-block;
      padding: 0;
      list-style: none;
      position: relative;
      text-align: left; }
      .evo-navigation ul li {
        padding: 0;
        margin: 0;
        float: left;
        position: relative; }
        .evo-navigation ul li:hover {
          background: #fafafa; }
          .evo-navigation ul li:hover > ul {
            display: block; }
      .evo-navigation ul .drop-item {
        position: relative; }
        .evo-navigation ul .drop-item:before, .evo-navigation ul .drop-item:after {
          content: "";
          height: 10px;
          width: 2px;
          background: #555;
          border-radius: 1px;
          position: absolute;
          left: 10px; }
        .evo-navigation ul .drop-item:before {
          top: 10px;
          transform: rotate(45deg); }
        .evo-navigation ul .drop-item:after {
          top: 16px;
          transform: rotate(-45deg); }
      .evo-navigation ul a {
        padding: 5px 15px;
        display: block;
        color: #333;
        font-size: 1em;
        line-height: 1.618em;
        text-decoration: none; }
      .evo-navigation ul ul {
        float: right;
        display: none;
        padding: 0;
        background: #fafafa;
        position: absolute;
        top: 100%;
        right: 0;
        text-align: right; }
        .evo-navigation ul ul li {
          width: 200px;
          float: none; }
          .evo-navigation ul ul li:hover {
            background: #f1f1f1; }
        .evo-navigation ul ul a {
          padding: 10px 15px;
          line-height: 120%; }
        .evo-navigation ul ul ul {
          top: 0;
          right: 100%; }
  .navbutton {
    display: none; } }

@media (max-width: 768px) {
  .evo-navigation {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0; }
    .evo-navigation .contain {
      max-width: 1400px;
      margin: 0 auto; }
    .evo-navigation .logo {
      display: block;
      float: left;
      padding: 10px; }
      .evo-navigation .logo img {
        height: 45px; }
    .evo-navigation .nav-list.menu-offcanvas {
      height: 100vh;
      width: 100%;
      margin: 0;
      display: block;
      background: rgba(255, 255, 255, 0.85);
      position: absolute;
      top: 0;
      left: 100%;
      transition: ease all 0.2s; }
    .evo-navigation .nav-list.nav-open-canvas {
      left: 0; }
    .evo-navigation .nav-list.menu-modal {
      height: 100vh;
      width: 100%;
      margin: 0;
      display: none;
      background: rgba(0, 0, 0, 0.65);
      color: #fafafa !important;
      position: absolute;
      top: 0;
      left: 0;
      transition: ease all 0.2s;
      text-align: center; }
      .evo-navigation .nav-list.menu-modal ul {
        left: 0;
        background: #555; }
        .evo-navigation .nav-list.menu-modal ul li {
          color: #fff; }
          .evo-navigation .nav-list.menu-modal ul li:hover {
            background: #333 !important;
            cursor: pointer; }
            .evo-navigation .nav-list.menu-modal ul li:hover label {
              color: #fff !important; }
          .evo-navigation .nav-list.menu-modal ul li a {
            color: #fff; }
      .evo-navigation .nav-list.menu-modal .toggle {
        border-bottom: 1px solid #888; }
      .evo-navigation .nav-list.menu-modal .item.top {
        color: #fafafa;
        font-size: 2em; }
        .evo-navigation .nav-list.menu-modal .item.top:hover {
          color: #fff;
          cursor: pointer; }
    .evo-navigation .nav-list.nav-open-modal {
      display: block; }
    .evo-navigation .nav-button {
      margin: 0 5px;
      border: 1px solid #555;
      border-radius: 1px; }
    .evo-navigation ul {
      padding: 0;
      list-style: none;
      position: relative;
      overflow-x: hidden;
      overflow-y: scroll; }
      .evo-navigation ul li {
        padding: 0;
        margin: 0;
        position: relative; }
        .evo-navigation ul li:hover {
          cursor: pointer; }
      .evo-navigation ul .drop-item {
        position: relative; }
        .evo-navigation ul .drop-item:before, .evo-navigation ul .drop-item:after {
          content: "";
          height: 10px;
          width: 2px;
          background: #555;
          border-radius: 1px;
          position: absolute;
          top: 15px; }
        .evo-navigation ul .drop-item:before {
          left: 16px;
          transform: rotate(45deg); }
        .evo-navigation ul .drop-item:after {
          left: 10px;
          transform: rotate(-45deg); }
      .evo-navigation ul a, .evo-navigation ul .item {
        padding: 5px 30px;
        display: block;
        color: #333;
        font-size: 1em;
        line-height: 1.618em;
        text-decoration: none; }
      .evo-navigation ul ul {
        float: none;
        display: none;
        padding: 0;
        background: #fafafa;
        position: relative;
        top: 100%;
        left: 5%; }
        .evo-navigation ul ul li {
          width: 100%;
          float: none; }
          .evo-navigation ul ul li:hover {
            background: #f1f1f1; }
        .evo-navigation ul ul a, .evo-navigation ul ul .item {
          padding: 10px 30px;
          line-height: 120%; }
          .evo-navigation ul ul a:hover, .evo-navigation ul ul .item:hover {
            cursor: pointer !important; }
        .evo-navigation ul ul ul {
          top: 0;
          right: 0; }
  a.item.drop, input {
    display: none; }
  [id^=drop]:checked + ul {
    display: block; }
  nav ul li {
    display: block;
    width: 100%; }
  .navbutton {
    display: block;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 14px;
    right: 16px;
    cursor: pointer;
    transition: ease all 0.3s; }
    .navbutton .bars {
      height: 3px;
      width: 100%;
      display: block;
      background: #555;
      border-radius: 1.5px;
      opacity: 0.8;
      position: absolute;
      top: 50%;
      transition: ease all 0.2s; }
      .navbutton .bars:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #555;
        border-radius: 2px;
        position: absolute;
        top: -11px;
        left: 0;
        transition: ease all 0.2s; }
      .navbutton .bars:after {
        content: "";
        width: 100%;
        height: 100%;
        background: #555;
        border-radius: 2px;
        position: absolute;
        top: 11px;
        left: 0;
        transition: ease all 0.2s; }
    .navbutton:hover .bars {
      opacity: 1;
      transition: ease all 0.2s; }
      .navbutton:hover .bars:before, .navbutton:hover .bars:after {
        width: 100%; }
  .navbutton.menu-modal.nav-open-modal .bars {
    background: #fff; }
    .navbutton.menu-modal.nav-open-modal .bars:before, .navbutton.menu-modal.nav-open-modal .bars:after {
      background: #fff; }
  /* menu icon after click */
  .navbutton.nav-open-canvas, .navbutton.nav-open-modal {
    position: absolute; }
    .navbutton.nav-open-canvas .bars, .navbutton.nav-open-modal .bars {
      opacity: 0.6;
      transform: rotate(45deg) scale(0.6); }
      .navbutton.nav-open-canvas .bars:before, .navbutton.nav-open-modal .bars:before {
        width: 100%;
        top: 0px;
        transform: rotate(90deg); }
      .navbutton.nav-open-canvas .bars:after, .navbutton.nav-open-modal .bars:after {
        width: 100%;
        top: 0px;
        transform: rotate(90deg); } }

pre.evo-code,
pre.evo-inverse-code {
  margin: 0 auto;
  white-space: pre;
  font-family: monospace;
  font-size: 1em; }

pre.evo-code > code {
  color: black;
  border-color: #cccccc;
  background-color: transparent; }

pre.evo-inverse-code > code {
  color: white;
  border-color: #333333;
  background-color: black; }

pre.evo-code > code,
pre.evo-inverse-code > code {
  width: calc(100%);
  padding: 10px;
  margin: 5px 0;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  overflow-wrap: break-word; }

pre.code-no-wrap > code {
  white-space: nowrap;
  overflow: scroll; }

pre.code-short > code {
  width: auto;
  max-width: calc(100% - 22px);
  display: inline-block;
  white-space: nowrap;
  overflow: scroll; }

.evo-codeblock pre {
  margin: 0 auto;
  white-space: pre-wrap;
  display: flex; }
  .evo-codeblock pre code {
    width: calc(100% - 22px);
    padding: 0 10px;
    margin: 5px 0;
    display: inline-block;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #676767;
    font-family: monospace;
    line-height: 1.25em; }
  .evo-codeblock pre code.nowrap {
    white-space: nowrap;
    overflow: scroll; }
  .evo-codeblock pre code.darktheme {
    background: #31343F;
    border: 1px solid #1B1C22;
    color: #f7f7f7; }
  .evo-codeblock pre code.short {
    width: auto;
    max-width: calc(100% - 22px);
    display: inline-block;
    white-space: pre-wrap;
    overflow: scroll; }

.evo-codeblock code.fixheight {
  max-height: 465px;
  overflow: scroll; }

.evo-codeblock code.hidden-block {
  display: none !important; }

.example-button {
  text-transform: uppercase;
  line-height: 0;
  display: inline-block;
  font-size: .84rem;
  border: 1px solid;
  padding: 1.065rem .925rem .975rem .9em;
  background-color: #fff;
  cursor: pointer; }

.layout-example-grid > div {
  border-left: solid 1px #ccc;
  /*  background-color: rgba(235,235,235, 0.5);*/
  height: 10vh;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 8px;
  width: 8.333333333%;
  float: left; }

.layout-example-grid > div:nth-last-child(1) {
  border-right: solid 1px #ccc; }

.layout-example > div {
  height: 7vh;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 8px;
  margin-bottom: 10px;
  background-color: #ccc; }

.layout-example > div:first-child {
  background-color: #ccc !important; }

.layout-example > div:nth-child(even) {
  background-color: #ccc; }

.layout-example > div:nth-child(odd) {
  background-color: #eee; }

.evo-grid-1 {
  width: 8.333333333%;
  float: left; }

.evo-grid-2 {
  width: 16.666666666%;
  float: left; }

.evo-grid-3 {
  width: 25%;
  float: left; }

.evo-grid-4 {
  width: 33.333333333%;
  float: left; }

.evo-grid-5 {
  width: 41.666666666666667%;
  float: left; }

.evo-grid-6 {
  width: 50%;
  float: left; }

.evo-grid-7 {
  width: 58.333333333%;
  float: left; }

.evo-grid-8 {
  width: 66.666666666666667%;
  float: left; }

.evo-grid-9 {
  width: 75%;
  float: left; }

.evo-grid-10 {
  width: 83.333333333%;
  float: left; }

.evo-grid-11 {
  width: 91.666666666666667%;
  float: left; }

.evo-grid-12 {
  width: 100%;
  float: left; }

@media screen and (min-width: 1101px) {
  .four-up {
    width: 22.5%;
    margin-right: 2.5%;
    float: left; } }

@media screen and (max-width: 1100px) {
  .four-up {
    width: 47.5%;
    margin-right: 2.5%;
    float: left; } }

@media screen and (max-width: 480px) {
  .four-up {
    width: 100%;
    float: left; } }

.row .two-up:first-of-type {
  margin-right: 2%; }

.row .two-up:last-of-type {
  margin-left: 2%; }

@media screen and (min-width: 1101px) {
  .two-up {
    width: 49%;
    float: left; } }

@media screen and (max-width: 1100px) {
  .two-up {
    width: 49%;
    float: left; } }

@media screen and (max-width: 480px) {
  .two-up {
    width: 100%;
    float: left; } }

@media screen and (max-width: 480px) {
  .evo-grid-1,
  .evo-grid-2,
  .evo-grid-3,
  .evo-grid-4,
  .evo-grid-5,
  .evo-grid-6,
  .evo-grid-7,
  .evo-grid-8,
  .evo-grid-9,
  .evo-grid-10,
  .evo-grid-11,
  .evo-grid-12 {
    width: 100%;
    float: left; } }

.evo-position,
.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.position-fixed {
  position: fixed; }

.position-top-left {
  position: absolute;
  left: 0;
  top: 0; }

.position-top-right {
  position: absolute;
  right: 0;
  top: 0; }

.position-bottom-left {
  position: absolute;
  left: 0;
  bottom: 0; }

.position-bottom-right {
  position: absolute;
  right: 0;
  bottom: 0; }

.position-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.position-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%); }

.position-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%); }

.position-top-middle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%); }

.position-bottom-middle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%); }

.center-horizontal {
  margin-right: auto;
  margin-left: auto; }

.center-vertical {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%); }

.flex-center-vertical {
  display: flex;
  align-items: center; }

.z--1 {
  z-index: -1; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-999 {
  z-index: 999; }

.z-9999 {
  z-index: 9999; }

.z-max {
  z-index: 16777271;
  z-index: 2147483647; }

.z-inherit {
  z-index: inherit; }

.z-initial {
  z-index: auto; }

.z-unset {
  z-index: unset; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0; }

.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-column,
.flex-row {
  -webkit-box-direction: normal; }

.flex-row {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline; }

.self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.content-center {
  -ms-flex-line-pack: center;
  align-content: center; }

.content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

.content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-last {
  -webkit-box-ordinal-group: 100000;
  -ms-flex-order: 99999;
  order: 99999; }

.screen-200 {
  width: 100%;
  height: 200%; }

.screen-150 {
  width: 100%;
  height: 150%; }

.screen-full,
.screen-100 {
  width: 100%;
  height: 100%; }

.screen-75 {
  width: 75%;
  height: 75%; }

.screen-66 {
  width: 66%;
  height: 66%; }

.screen-half,
.screen-50 {
  width: 50%;
  height: 50%; }

.screen-third,
.screen-33 {
  width: 33%;
  height: 33%; }

.screen-quarter,
.screen-25 {
  width: 25%;
  height: 25%; }

.screen-none,
.screen-0 {
  width: 0;
  height: 0; }

.screen-wide-full,
.screen-wide-100 {
  width: 100%; }

.screen-wide-75 {
  width: 75%; }

.screen-wide-66 {
  width: 66%; }

.screen-wide-half,
.screen-wide-50 {
  width: 50%; }

.screen-wide-third,
.screen-wide-33 {
  width: 33%; }

.screen-wide-quarter,
.screen-wide-25 {
  width: 25%; }

.screen-wide-none,
.screen-wide-0 {
  width: 0; }

.screen-tall-full,
.screen-tall-100 {
  height: 100%; }

.screen-tall-75 {
  height: 75%; }

.screen-tall-66 {
  height: 66%; }

.screen-tall-half,
.screen-tall-50 {
  height: 50%; }

.screen-tall-third,
.screen-tall-33 {
  height: 33%; }

.screen-tall-quarter,
.screen-tall-25 {
  height: 25%; }

.screen-tall-none,
.screen-tall-0 {
  height: 0; }

.viewport-example > div {
  margin-left: -5%;
  margin-right: -5%; }

/* https://snook.ca/archives/html_and_css/vm-vh-units */
/* http://www.w3.org/TR/css3-values/#vm */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/length */
.view-full,
.view-100 {
  width: 100vw;
  height: 100vh; }

.view-75 {
  width: 75vw;
  height: 75vh; }

.view-66 {
  width: 66vw;
  height: 66vh; }

.view-half,
.view-50 {
  width: 50vw;
  height: 50vh; }

.view-third,
.view-33 {
  width: 33vw;
  height: 33vh; }

.view-quarter,
.view-25 {
  width: 25vw;
  height: 25vh; }

.view-none,
.view-0 {
  width: 0vw;
  height: 0vh; }

.view-wide-full,
.view-wide-100 {
  width: 100vw; }

.view-wide-75 {
  width: 75vw; }

.view-wide-66 {
  width: 66vw; }

.view-wide-half,
.view-wide-50 {
  width: 50vw; }

.view-wide-third,
.view-wide-33 {
  width: 33vw; }

.view-wide-quarter,
.view-wide-25 {
  width: 25vw; }

.view-wide-none,
.view-wide-0 {
  width: 0vw; }

.view-tall-full,
.view-tall-100 {
  height: 100vh; }

.view-tall-75 {
  height: 75vh; }

.view-tall-66 {
  height: 66vh; }

.view-tall-half,
.view-tall-50 {
  height: 50vh; }

.view-tall-third,
.view-tall-33 {
  height: 33vh; }

.view-tall-quarter,
.view-tall-25 {
  height: 25vh; }

.view-tall-none,
.view-tall-0 {
  height: 0vh; }

.evo-masonry {
  column-count: 4;
  margin: 1.5em 0;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em; }

.masonry-item {
  background: #fff;
  margin: 0 0 1.5em;
  display: inline-block;
  padding: .25rem;
  width: 100%; }

.masonry-item > figcaption {
  column-break-inside: avoid;
  display: inline-block; }

@media only screen and (min-width: 300px) {
  .evo-masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }

@media only screen and (min-width: 700px) {
  .evo-masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }

@media only screen and (min-width: 900px) {
  .evo-masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4; } }

@media only screen and (min-width: 1100px) {
  .evo-masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4; } }

@media only screen and (min-width: 1300px) {
  .evo-masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4; } }

iframe.iframe-box-bevel {
  border-width: 1px;
  border-style: inset;
  border-color: initial;
  border-image: initial; }

iframe.iframe-box-bevel-2 {
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  border-image: initial; }

div.iframe-container {
  position: relative; }

div.iframe-container > iframe {
  display: block;
  position: relative;
  z-index: 1; }

div.iframe-container::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; }

div.iframe-container-red::before {
  background-color: rgba(234, 24, 115, 0.5); }

div.iframe-container-dark::before {
  background-color: rgba(0, 0, 0, 0.3) inset; }

div.iframe-container-shadow::before {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3) inset; }

div.iframe-container-shadow-2::before {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset; }

div.iframe-container-shadow-3::before {
  box-shadow: inset 0px 11px 8px -10px black, inset 0px -11px 8px -10px black; }

.viewport-example > div {
  margin-left: -5%;
  margin-right: -5%; }

.text-rotate {
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 15px 25px;
  display: inline-block;
  width: 100px; }

/* https://snook.ca/archives/html_and_css/vm-vh-units */
/* http://www.w3.org/TR/css3-values/#vm */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/length */
.view-col-0 {
  width: 0vw; }

.view-col-1 {
  width: 5vw; }

.view-col-2 {
  width: 10vw; }

.view-col-3 {
  width: 15vw; }

.view-col-4 {
  width: 20vw; }

.view-col-5 {
  width: 25vw; }

.view-col-6 {
  width: 30vw; }

.view-col-7 {
  width: 35vw; }

.view-col-8 {
  width: 40vw; }

.view-col-9 {
  width: 45vw; }

.view-col-10 {
  width: 50vw; }

.view-col-11 {
  width: 55vw; }

.view-col-12 {
  width: 60vw; }

.view-col-13 {
  width: 65vw; }

.view-col-14 {
  width: 70vw; }

.view-col-15 {
  width: 75vw; }

.view-col-16 {
  width: 80vw; }

.view-col-17 {
  width: 85vw; }

.view-col-18 {
  width: 90vw; }

.view-col-19 {
  width: 95vw; }

.view-col-20 {
  width: 100vw; }

.view-row-0 {
  height: 0vh; }

.view-row-1 {
  height: 5vh; }

.view-row-2 {
  height: 10vh; }

.view-row-3 {
  height: 15vh; }

.view-row-4 {
  height: 20vh; }

.view-row-5 {
  height: 25vh; }

.view-row-6 {
  height: 30vh; }

.view-row-7 {
  height: 35vh; }

.view-row-8 {
  height: 40vh; }

.view-row-9 {
  height: 45vh; }

.view-row-10 {
  height: 50vh; }

.view-row-11 {
  height: 55vh; }

.view-row-12 {
  height: 60vh; }

.view-row-13 {
  height: 65vh; }

.view-row-14 {
  height: 70vh; }

.view-row-15 {
  height: 75vh; }

.view-row-16 {
  height: 80vh; }

.view-row-17 {
  height: 85vh; }

.view-row-18 {
  height: 90vh; }

.view-row-19 {
  height: 95vh; }

.view-row-20 {
  height: 100vh; }

.view-95 {
  width: 95vw;
  height: 95vh;
  vertical-align: middle; }

.view-90 {
  width: 90vw;
  height: 90vh;
  vertical-align: middle; }

.evo-space {
  height: 3rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-margin {
  margin-bottom: 3rem;
  clear: both; }

.evo-padding {
  padding-bottom: 3rem;
  clear: both; }

body.debug-space div[class*="evo-space"],
body.debug-space div[class*="margin-"],
body.debug-space div[class*="padding-"] {
  outline: 1px solid red !important;
  background-color: red !important; }

body.space-demo div[class*="evo-space"] {
  /*padding-bottom: 5rem;*/
  background-color: #fff;
  margin-top: .5em;
  margin-bottom: 3em;
  /*border-width: 1px;*/ }

body.space-demo div[class*="margin-"] {
  padding-bottom: 3rem;
  background-color: white; }

.space-container {
  margin-top: .5em;
  margin-bottom: 3em;
  border: 1px solid #ccc;
  background-color: black; }

body.space-demo div[class*="padding-"] {
  /*padding-bottom: 5rem;*/
  color: black;
  background-color: black;
  margin-top: .5em;
  margin-bottom: 3rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc; }

.filler {
  width: 100%;
  height: 5rem;
  background-color: #fff; }

.divider {
  padding-bottom: 5rem;
  background-color: initial !important;
  margin-top: 0;
  margin-bottom: 0;
  /*border-width: 1px;*/ }

.divider-small {
  padding-bottom: 1rem;
  background-color: initial !important;
  margin-top: 0;
  margin-bottom: 0;
  /*border-width: 1px;*/ }

.evo-space-thin {
  height: 0.625rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-medium {
  height: 1.4375rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-thick {
  height: 3.75rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.space-none {
  height: 0; }

.evo-space-0 {
  height: 1px;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-1 {
  height: 2px;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-2 {
  height: 4px;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-3 {
  height: 0.375rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-4 {
  height: 0.5rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-5 {
  height: 0.625rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-6 {
  height: 0.75rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-7 {
  height: 0.875rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-8 {
  height: 1rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-9 {
  height: 1.125rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-10 {
  height: 1.3125rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-11 {
  height: 1.4375rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-12 {
  height: 1.875rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-13 {
  height: 2.3125rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-14 {
  height: 2.6875rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-15 {
  height: 3rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-16 {
  height: 3.75rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-17 {
  height: 5rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-18 {
  height: 6rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-19 {
  height: 8rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-20 {
  height: 10rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-21 {
  height: 13rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-22 {
  height: 16rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-23 {
  height: 21rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-24 {
  height: 26rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-25 {
  height: 34rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-26 {
  height: 42rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-27 {
  height: 55rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-28 {
  height: 68rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-29 {
  height: 102rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.evo-space-30 {
  height: 125rem;
  width: auto;
  background-color: transparent;
  clear: both; }

.space-0 {
  height: 1px; }

.space-1 {
  height: 2px; }

.space-2 {
  height: 4px; }

.space-3 {
  height: 0.375rem; }

.space-4 {
  height: 0.5rem; }

.space-5 {
  height: 0.625rem; }

.space-6 {
  height: 0.75rem; }

.space-7 {
  height: 0.875rem; }

.space-8 {
  height: 1rem; }

.space-9 {
  height: 1.125rem; }

.space-10 {
  height: 1.3125rem; }

.space-11 {
  height: 1.4375rem; }

.space-12 {
  height: 1.875rem; }

.space-13 {
  height: 2.3125rem; }

.space-14 {
  height: 2.6875rem; }

.space-15 {
  height: 3rem; }

.space-16 {
  height: 3.75rem; }

.space-17 {
  height: 5rem; }

.space-18 {
  height: 6rem; }

.space-19 {
  height: 8rem; }

.space-20 {
  height: 10rem; }

.space-21 {
  height: 13rem; }

.space-22 {
  height: 16rem; }

.space-23 {
  height: 21rem; }

.space-24 {
  height: 26rem; }

.space-25 {
  height: 34rem; }

.space-26 {
  height: 42rem; }

.space-27 {
  height: 55rem; }

.space-28 {
  height: 68rem; }

.space-29 {
  height: 102rem; }

.space-30 {
  height: 125rem; }

.evo-space-margin-thin {
  margin-bottom: 0.625rem; }

.evo-space-margin-medium {
  margin-bottom: 1.4375rem; }

.evo-space-margin-thick {
  margin-bottom: 3.75rem; }

.margin-0 {
  margin: 0; }

.margin-1 {
  margin: 1px; }

.margin-2 {
  margin: 2px; }

.margin-3 {
  margin: 3px; }

.margin-4 {
  margin: 4px; }

.margin-5 {
  margin: 5px; }

.margin-6 {
  margin: 0.375rem; }

.margin-7 {
  margin: 0.5rem; }

.margin-8 {
  margin: 0.625rem; }

.margin-9 {
  margin: 0.75rem; }

.margin-10 {
  margin: 0.875rem; }

.margin-11 {
  margin: 1rem; }

.margin-12 {
  margin: 1.125rem; }

.margin-13 {
  margin: 1.3125rem; }

.margin-14 {
  margin: 1.4375rem; }

.margin-15 {
  margin: 1.875rem; }

.margin-16 {
  margin: 2.3125rem; }

.margin-17 {
  margin: 2.6875rem; }

.margin-18 {
  margin: 3rem; }

.margin-19 {
  margin: 3.75rem; }

.margin-20 {
  margin: 5rem; }

.margin-21 {
  margin: 6rem; }

.margin-22 {
  margin: 8rem; }

.margin-23 {
  margin: 10rem; }

.margin-24 {
  margin: 13rem; }

.margin-25 {
  margin: 16rem; }

.margin-top-0 {
  margin-top: 0; }

.margin-top-1 {
  margin-top: 1px; }

.margin-top-2 {
  margin-top: 2px; }

.margin-top-3 {
  margin-top: 3px; }

.margin-top-4 {
  margin-top: 4px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-top-6 {
  margin-top: 0.375rem; }

.margin-top-7 {
  margin-top: 0.5rem; }

.margin-top-8 {
  margin-top: 0.625rem; }

.margin-top-9 {
  margin-top: 0.75rem; }

.margin-top-10 {
  margin-top: 0.875rem; }

.margin-top-11 {
  margin-top: 1rem; }

.margin-top-12 {
  margin-top: 1.125rem; }

.margin-top-13 {
  margin-top: 1.3125rem; }

.margin-top-14 {
  margin-top: 1.4375rem; }

.margin-top-15 {
  margin-top: 1.875rem; }

.margin-top-16 {
  margin-top: 2.3125rem; }

.margin-top-17 {
  margin-top: 2.6875rem; }

.margin-top-18 {
  margin-top: 3rem; }

.margin-top-19 {
  margin-top: 3.75rem; }

.margin-top-20 {
  margin-top: 5rem; }

.margin-top-21 {
  margin-top: 6rem; }

.margin-top-22 {
  margin-top: 8rem; }

.margin-top-23 {
  margin-top: 10rem; }

.margin-top-24 {
  margin-top: 13rem; }

.margin-top-25 {
  margin-top: 16rem; }

.margin-bottom-0 {
  margin-bottom: 0; }

.margin-bottom-1 {
  margin-bottom: 1px; }

.margin-bottom-2 {
  margin-bottom: 2px; }

.margin-bottom-3 {
  margin-bottom: 3px; }

.margin-bottom-4 {
  margin-bottom: 4px; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-bottom-6 {
  margin-bottom: 0.375rem; }

.margin-bottom-7 {
  margin-bottom: 0.5rem; }

.margin-bottom-8 {
  margin-bottom: 0.625rem; }

.margin-bottom-9 {
  margin-bottom: 0.75rem; }

.margin-bottom-10 {
  margin-bottom: 0.875rem; }

.margin-bottom-11 {
  margin-bottom: 1rem; }

.margin-bottom-12 {
  margin-bottom: 1.125rem; }

.margin-bottom-13 {
  margin-bottom: 1.3125rem; }

.margin-bottom-14 {
  margin-bottom: 1.4375rem; }

.margin-bottom-15 {
  margin-bottom: 1.875rem; }

.margin-bottom-16 {
  margin-bottom: 2.3125rem; }

.margin-bottom-17 {
  margin-bottom: 2.6875rem; }

.margin-bottom-18 {
  margin-bottom: 3rem; }

.margin-bottom-19 {
  margin-bottom: 3.75rem; }

.margin-bottom-20 {
  margin-bottom: 5rem; }

.margin-bottom-21 {
  margin-bottom: 6rem; }

.margin-bottom-22 {
  margin-bottom: 8rem; }

.margin-bottom-23 {
  margin-bottom: 10rem; }

.margin-bottom-24 {
  margin-bottom: 13rem; }

.margin-bottom-25 {
  margin-bottom: 16rem; }

.margin-left-0 {
  margin-left: 0; }

.margin-left-1 {
  margin-left: 1px; }

.margin-left-2 {
  margin-left: 2px; }

.margin-left-3 {
  margin-left: 3px; }

.margin-left-4 {
  margin-left: 4px; }

.margin-left-5 {
  margin-left: 5px; }

.margin-left-6 {
  margin-left: 0.375rem; }

.margin-left-7 {
  margin-left: 0.5rem; }

.margin-left-8 {
  margin-left: 0.625rem; }

.margin-left-9 {
  margin-left: 0.75rem; }

.margin-left-10 {
  margin-left: 0.875rem; }

.margin-left-11 {
  margin-left: 1rem; }

.margin-left-12 {
  margin-left: 1.125rem; }

.margin-left-13 {
  margin-left: 1.3125rem; }

.margin-left-14 {
  margin-left: 1.4375rem; }

.margin-left-15 {
  margin-left: 1.875rem; }

.margin-left-16 {
  margin-left: 2.3125rem; }

.margin-left-17 {
  margin-left: 2.6875rem; }

.margin-left-18 {
  margin-left: 3rem; }

.margin-left-19 {
  margin-left: 3.75rem; }

.margin-left-20 {
  margin-left: 5rem; }

.margin-left-21 {
  margin-left: 6rem; }

.margin-left-22 {
  margin-left: 8rem; }

.margin-left-23 {
  margin-left: 10rem; }

.margin-left-24 {
  margin-left: 13rem; }

.margin-left-25 {
  margin-left: 16rem; }

.margin-right-0 {
  margin-right: 0; }

.margin-right-1 {
  margin-right: 1px; }

.margin-right-2 {
  margin-right: 2px; }

.margin-right-3 {
  margin-right: 3px; }

.margin-right-4 {
  margin-right: 4px; }

.margin-right-5 {
  margin-right: 5px; }

.margin-right-6 {
  margin-right: 0.375rem; }

.margin-right-7 {
  margin-right: 0.5rem; }

.margin-right-8 {
  margin-right: 0.625rem; }

.margin-right-9 {
  margin-right: 0.75rem; }

.margin-right-10 {
  margin-right: 0.875rem; }

.margin-right-11 {
  margin-right: 1rem; }

.margin-right-12 {
  margin-right: 1.125rem; }

.margin-right-13 {
  margin-right: 1.3125rem; }

.margin-right-14 {
  margin-right: 1.4375rem; }

.margin-right-15 {
  margin-right: 1.875rem; }

.margin-right-16 {
  margin-right: 2.3125rem; }

.margin-right-17 {
  margin-right: 2.6875rem; }

.margin-right-18 {
  margin-right: 3rem; }

.margin-right-19 {
  margin-right: 3.75rem; }

.margin-right-20 {
  margin-right: 5rem; }

.margin-right-21 {
  margin-right: 6rem; }

.margin-right-22 {
  margin-right: 8rem; }

.margin-right-23 {
  margin-right: 10rem; }

.margin-right-24 {
  margin-right: 13rem; }

.margin-right-25 {
  margin-right: 16rem; }

.evo-space-padding-thin {
  padding-bottom: 0.625rem; }

.evo-space-padding-medium {
  padding-bottom: 1.4375rem; }

.evo-space-padding-thick {
  padding-bottom: 3.75rem; }

.padding-0 {
  padding: 0; }

.padding-1 {
  padding: 1px; }

.padding-2 {
  padding: 2px; }

.padding-3 {
  padding: 3px; }

.padding-4 {
  padding: 4px; }

.padding-5 {
  padding: 5px; }

.padding-6 {
  padding: 0.375rem; }

.padding-7 {
  padding: 0.5rem; }

.padding-8 {
  padding: 0.625rem; }

.padding-9 {
  padding: 0.75rem; }

.padding-10 {
  padding: 0.875rem; }

.padding-11 {
  padding: 1rem; }

.padding-12 {
  padding: 1.125rem; }

.padding-13 {
  padding: 1.3125rem; }

.padding-14 {
  padding: 1.4375rem; }

.padding-15 {
  padding: 1.875rem; }

.padding-16 {
  padding: 2.3125rem; }

.padding-17 {
  padding: 2.6875rem; }

.padding-18 {
  padding: 3rem; }

.padding-19 {
  padding: 3.75rem; }

.padding-20 {
  padding: 5rem; }

.padding-21 {
  padding: 6rem; }

.padding-22 {
  padding: 8rem; }

.padding-23 {
  padding: 10rem; }

.padding-24 {
  padding: 13rem; }

.padding-25 {
  padding: 16rem; }

.padding-left-0 {
  padding-left: 0; }

.padding-left-1 {
  padding-left: 1px; }

.padding-left-2 {
  padding-left: 2px; }

.padding-left-3 {
  padding-left: 3px; }

.padding-left-4 {
  padding-left: 4px; }

.padding-left-5 {
  padding-left: 5px; }

.padding-left-6 {
  padding-left: 0.375rem; }

.padding-left-7 {
  padding-left: 0.5rem; }

.padding-left-8 {
  padding-left: 0.625rem; }

.padding-left-9 {
  padding-left: 0.75rem; }

.padding-left-10 {
  padding-left: 0.875rem; }

.padding-left-11 {
  padding-left: 1rem; }

.padding-left-12 {
  padding-left: 1.125rem; }

.padding-left-13 {
  padding-left: 1.3125rem; }

.padding-left-14 {
  padding-left: 1.4375rem; }

.padding-left-15 {
  padding-left: 1.875rem; }

.padding-left-16 {
  padding-left: 2.3125rem; }

.padding-left-17 {
  padding-left: 2.6875rem; }

.padding-left-18 {
  padding-left: 3rem; }

.padding-left-19 {
  padding-left: 3.75rem; }

.padding-left-20 {
  padding-left: 5rem; }

.padding-left-21 {
  padding-left: 6rem; }

.padding-left-22 {
  padding-left: 8rem; }

.padding-left-23 {
  padding-left: 10rem; }

.padding-left-24 {
  padding-left: 13rem; }

.padding-left-25 {
  padding-left: 16rem; }

.padding-right-0,
.padding-right-0-before:before {
  padding-right: 0; }

.padding-right-1,
.padding-right-1-before:before {
  padding-right: 1px; }

.padding-right-2,
.padding-right-2-before:before {
  padding-right: 2px; }

.padding-right-3,
.padding-right-3-before:before {
  padding-right: 3px; }

.padding-right-4,
.padding-right-4-before:before {
  padding-right: 4px; }

.padding-right-5,
.padding-right-5-before:before {
  padding-right: 5px; }

.padding-right-6,
.padding-right-6-before:before {
  padding-right: 0.375rem; }

.padding-right-7,
.padding-right-7-before:before {
  padding-right: 0.5rem; }

.padding-right-8,
.padding-right-8-before:before {
  padding-right: 0.625rem; }

.padding-right-9,
.padding-right-9-before:before {
  padding-right: 0.75rem; }

.padding-right-10,
.padding-right-10-before:before {
  padding-right: 0.875rem; }

.padding-right-11,
.padding-right-11-before:before {
  padding-right: 1rem; }

.padding-right-12,
.padding-right-12-before:before {
  padding-right: 1.125rem; }

.padding-right-13,
.padding-right-13-before:before {
  padding-right: 1.3125rem; }

.padding-right-14,
.padding-right-14-before:before {
  padding-right: 1.4375rem; }

.padding-right-15,
.padding-right-15-before:before {
  padding-right: 1.875rem; }

.padding-right-16,
.padding-right-16-before:before {
  padding-right: 2.3125rem; }

.padding-right-17,
.padding-right-17-before:before {
  padding-right: 2.6875rem; }

.padding-right-18,
.padding-right-18-before:before {
  padding-right: 3rem; }

.padding-right-19,
.padding-right-19-before:before {
  padding-right: 3.75rem; }

.padding-right-20,
.padding-right-20-before:before {
  padding-right: 5rem; }

.padding-right-21,
.padding-right-21-before:before {
  padding-right: 6rem; }

.padding-right-22,
.padding-right-22-before:before {
  padding-right: 8rem; }

.padding-right-23,
.padding-right-23-before:before {
  padding-right: 10rem; }

.padding-right-24,
.padding-right-24-before:before {
  padding-right: 13rem; }

.padding-right-25,
.padding-right-25-before:before {
  padding-right: 16rem; }

.padding-top-0 {
  padding-top: 0; }

.padding-top-1 {
  padding-top: 1px; }

.padding-top-2 {
  padding-top: 2px; }

.padding-top-3 {
  padding-top: 3px; }

.padding-top-4 {
  padding-top: 4px; }

.padding-top-5 {
  padding-top: 5px; }

.padding-top-6 {
  padding-top: 0.375rem; }

.padding-top-7 {
  padding-top: 0.5rem; }

.padding-top-8 {
  padding-top: 0.625rem; }

.padding-top-9 {
  padding-top: 0.75rem; }

.padding-top-10 {
  padding-top: 0.875rem; }

.padding-top-11 {
  padding-top: 1rem; }

.padding-top-12 {
  padding-top: 1.125rem; }

.padding-top-13 {
  padding-top: 1.3125rem; }

.padding-top-14 {
  padding-top: 1.4375rem; }

.padding-top-15 {
  padding-top: 1.875rem; }

.padding-top-16 {
  padding-top: 2.3125rem; }

.padding-top-17 {
  padding-top: 2.6875rem; }

.padding-top-18 {
  padding-top: 3rem; }

.padding-top-19 {
  padding-top: 3.75rem; }

.padding-top-20 {
  padding-top: 5rem; }

.padding-top-21 {
  padding-top: 6rem; }

.padding-top-22 {
  padding-top: 8rem; }

.padding-top-23 {
  padding-top: 10rem; }

.padding-top-24 {
  padding-top: 13rem; }

.padding-top-25 {
  padding-top: 16rem; }

.padding-bottom-0 {
  padding-bottom: 0; }

.padding-bottom-1 {
  padding-bottom: 1px; }

.padding-bottom-2 {
  padding-bottom: 2px; }

.padding-bottom-3 {
  padding-bottom: 3px; }

.padding-bottom-4 {
  padding-bottom: 4px; }

.padding-bottom-5 {
  padding-bottom: 5px; }

.padding-bottom-6 {
  padding-bottom: 0.375rem; }

.padding-bottom-7 {
  padding-bottom: 0.5rem; }

.padding-bottom-8 {
  padding-bottom: 0.625rem; }

.padding-bottom-9 {
  padding-bottom: 0.75rem; }

.padding-bottom-10 {
  padding-bottom: 0.875rem; }

.padding-bottom-11 {
  padding-bottom: 1rem; }

.padding-bottom-12 {
  padding-bottom: 1.125rem; }

.padding-bottom-13 {
  padding-bottom: 1.3125rem; }

.padding-bottom-14 {
  padding-bottom: 1.4375rem; }

.padding-bottom-15 {
  padding-bottom: 1.875rem; }

.padding-bottom-16 {
  padding-bottom: 2.3125rem; }

.padding-bottom-17 {
  padding-bottom: 2.6875rem; }

.padding-bottom-18 {
  padding-bottom: 3rem; }

.padding-bottom-19 {
  padding-bottom: 3.75rem; }

.padding-bottom-20 {
  padding-bottom: 5rem; }

.padding-bottom-21 {
  padding-bottom: 6rem; }

.padding-bottom-22 {
  padding-bottom: 8rem; }

.padding-bottom-23 {
  padding-bottom: 10rem; }

.padding-bottom-24 {
  padding-bottom: 13rem; }

.padding-bottom-25 {
  padding-bottom: 16rem; }

.transparent-bg,
.transparent-bg-hover:hover {
  background-color: transparent; }

.evo-color,
.evo-color-hover:hover {
  color: #009877; }

.evo-color-bg,
.evo-color-bg-hover:hover {
  background-color: #009877; }

.evo-color-box,
.evo-color-box-hover:hover {
  border-top-color: #009877;
  border-bottom-color: #009877;
  border-right-color: #009877;
  border-left-color: #009877; }

.evo-color-white {
  color: white; }

.evo-color-white-bg {
  background-color: white; }

.evo-color-black {
  color: black; }

.evo-color-black-bg {
  background-color: black; }

.evo-gray {
  color: #7f7f7f; }

.evo-gray-bg {
  background-color: #7f7f7f; }

/* COLORS */
/* 

--------------------------- GRAY COLORS --------------------------- 

*/
.evo-gray-30 {
  color: black; }

.evo-gray-30-bg {
  background-color: black; }

.evo-gray-29 {
  color: #030303; }

.evo-gray-29-bg {
  background-color: #030303; }

.evo-gray-28 {
  color: #050505; }

.evo-gray-28-bg {
  background-color: #050505; }

.evo-gray-27 {
  color: #080808; }

.evo-gray-27-bg {
  background-color: #080808; }

.evo-gray-26 {
  color: #0a0a0a; }

.evo-gray-26-bg {
  background-color: #0a0a0a; }

.evo-gray-25 {
  color: #0d0d0d; }

.evo-gray-25-bg {
  background-color: #0d0d0d; }

.evo-gray-24 {
  color: #121212; }

.evo-gray-24-bg {
  background-color: #121212; }

.evo-gray-23 {
  color: #191919; }

.evo-gray-23-bg {
  background-color: #191919; }

.evo-gray-22 {
  color: #262626; }

.evo-gray-22-bg {
  background-color: #262626; }

.evo-gray-21 {
  color: #333333; }

.evo-gray-21-bg {
  background-color: #333333; }

.evo-gray-20 {
  color: #404040; }

.evo-gray-20-bg {
  background-color: #404040; }

.evo-gray-19 {
  color: #4c4c4c; }

.evo-gray-19-bg {
  background-color: #4c4c4c; }

.evo-gray-18 {
  color: #595959; }

.evo-gray-18-bg {
  background-color: #595959; }

.evo-gray-17 {
  color: #666666; }

.evo-gray-17-bg {
  background-color: #666666; }

.evo-gray-16 {
  color: #737373; }

.evo-gray-16-bg {
  background-color: #737373; }

.evo-gray-15 {
  color: #7f7f7f; }

.evo-gray-15-bg {
  background-color: #7f7f7f; }

.evo-gray-14 {
  color: #8c8c8c; }

.evo-gray-14-bg {
  background-color: #8c8c8c; }

.evo-gray-13 {
  color: #999999; }

.evo-gray-13-bg {
  background-color: #999999; }

.evo-gray-12 {
  color: #a6a6a6; }

.evo-gray-12-bg {
  background-color: #a6a6a6; }

.evo-gray-11 {
  color: #b2b2b2; }

.evo-gray-11-bg {
  background-color: #b2b2b2; }

.evo-gray-10 {
  color: #bfbfbf; }

.evo-gray-10-bg {
  background-color: #bfbfbf; }

.evo-gray-9 {
  color: #cccccc; }

.evo-gray-9-bg {
  background-color: #cccccc; }

.evo-gray-8 {
  color: #d9d9d9; }

.evo-gray-8-bg {
  background-color: #d9d9d9; }

.evo-gray-7 {
  color: #e5e5e5; }

.evo-gray-7-bg {
  background-color: #e5e5e5; }

.evo-gray-6 {
  color: #ededed; }

.evo-gray-6-bg {
  background-color: #ededed; }

.evo-gray-5 {
  color: #f2f2f2; }

.evo-gray-5-bg {
  background-color: #f2f2f2; }

.evo-gray-4 {
  color: whitesmoke; }

.evo-gray-4-bg {
  background-color: whitesmoke; }

.evo-gray-3 {
  color: #f7f7f7; }

.evo-gray-3-bg {
  background-color: #f7f7f7; }

.evo-gray-2 {
  color: #fafafa; }

.evo-gray-2-bg {
  background-color: #fafafa; }

.evo-gray-1 {
  color: #fcfcfc; }

.evo-gray-1-bg {
  background-color: #fcfcfc; }

.evo-gray-0 {
  color: white; }

.evo-gray-0-bg {
  background-color: white; }

/* 

--------------------------- GRAY TRANSLUCENT COLORS --------------------------- 

*/
.evo-trans-gray-30 {
  color: black; }

.evo-trans-gray-30-bg {
  background-color: black; }

.evo-trans-gray-29 {
  color: rgba(0, 0, 0, 0.98); }

.evo-trans-gray-29-bg {
  background-color: rgba(0, 0, 0, 0.98); }

.evo-trans-gray-28 {
  color: rgba(0, 0, 0, 0.97); }

.evo-trans-gray-28-bg {
  background-color: rgba(0, 0, 0, 0.97); }

.evo-trans-gray-27 {
  color: rgba(0, 0, 0, 0.96); }

.evo-trans-gray-27-bg {
  background-color: rgba(0, 0, 0, 0.96); }

.evo-trans-gray-26 {
  color: rgba(0, 0, 0, 0.95); }

.evo-trans-gray-26-bg {
  background-color: rgba(0, 0, 0, 0.95); }

.evo-trans-gray-25 {
  color: rgba(0, 0, 0, 0.94); }

.evo-trans-gray-25-bg {
  background-color: rgba(0, 0, 0, 0.94); }

.evo-trans-gray-24 {
  color: rgba(0, 0, 0, 0.92); }

.evo-trans-gray-24-bg {
  background-color: rgba(0, 0, 0, 0.92); }

.evo-trans-gray-23 {
  color: rgba(0, 0, 0, 0.9); }

.evo-trans-gray-23-bg {
  background-color: rgba(0, 0, 0, 0.9); }

.evo-trans-gray-22 {
  color: rgba(0, 0, 0, 0.85); }

.evo-trans-gray-22-bg {
  background-color: rgba(0, 0, 0, 0.85); }

.evo-trans-gray-21 {
  color: rgba(0, 0, 0, 0.8); }

.evo-trans-gray-21-bg {
  background-color: rgba(0, 0, 0, 0.8); }

.evo-trans-gray-20 {
  color: rgba(0, 0, 0, 0.75); }

.evo-trans-gray-20-bg {
  background-color: rgba(0, 0, 0, 0.75); }

.evo-trans-gray-19 {
  color: rgba(0, 0, 0, 0.7); }

.evo-trans-gray-19-bg {
  background-color: rgba(0, 0, 0, 0.7); }

.evo-trans-gray-18 {
  color: rgba(0, 0, 0, 0.65); }

.evo-trans-gray-18-bg {
  background-color: rgba(0, 0, 0, 0.65); }

.evo-trans-gray-17 {
  color: rgba(0, 0, 0, 0.6); }

.evo-trans-gray-17-bg {
  background-color: rgba(0, 0, 0, 0.6); }

.evo-trans-gray-16 {
  color: rgba(0, 0, 0, 0.55); }

.evo-trans-gray-16-bg {
  background-color: rgba(0, 0, 0, 0.55); }

.evo-trans-gray-15 {
  color: rgba(0, 0, 0, 0.5); }

.evo-trans-gray-15-bg {
  background-color: rgba(0, 0, 0, 0.5); }

.evo-trans-gray-14 {
  color: rgba(0, 0, 0, 0.45); }

.evo-trans-gray-14-bg {
  background-color: rgba(0, 0, 0, 0.45); }

.evo-trans-gray-13 {
  color: rgba(0, 0, 0, 0.4); }

.evo-trans-gray-13-bg {
  background-color: rgba(0, 0, 0, 0.4); }

.evo-trans-gray-12 {
  color: rgba(0, 0, 0, 0.35); }

.evo-trans-gray-12-bg {
  background-color: rgba(0, 0, 0, 0.35); }

.evo-trans-gray-11 {
  color: rgba(0, 0, 0, 0.3); }

.evo-trans-gray-11-bg {
  background-color: rgba(0, 0, 0, 0.3); }

.evo-trans-gray-10 {
  color: rgba(0, 0, 0, 0.25); }

.evo-trans-gray-10-bg {
  background-color: rgba(0, 0, 0, 0.25); }

.evo-trans-gray-9 {
  color: rgba(0, 0, 0, 0.2); }

.evo-trans-gray-9-bg {
  background-color: rgba(0, 0, 0, 0.2); }

.evo-trans-gray-8 {
  color: rgba(0, 0, 0, 0.15); }

.evo-trans-gray-8-bg {
  background-color: rgba(0, 0, 0, 0.15); }

.evo-trans-gray-7 {
  color: rgba(0, 0, 0, 0.1); }

.evo-trans-gray-7-bg {
  background-color: rgba(0, 0, 0, 0.1); }

.evo-trans-gray-6 {
  color: rgba(0, 0, 0, 0.08); }

.evo-trans-gray-6-bg {
  background-color: rgba(0, 0, 0, 0.08); }

.evo-trans-gray-5 {
  color: rgba(0, 0, 0, 0.06); }

.evo-trans-gray-5-bg {
  background-color: rgba(0, 0, 0, 0.06); }

.evo-trans-gray-4 {
  color: rgba(0, 0, 0, 0.05); }

.evo-trans-gray-4-bg {
  background-color: rgba(0, 0, 0, 0.05); }

.evo-trans-gray-3 {
  color: rgba(0, 0, 0, 0.04); }

.evo-trans-gray-3-bg {
  background-color: rgba(0, 0, 0, 0.04); }

.evo-trans-gray-2 {
  color: rgba(0, 0, 0, 0.03); }

.evo-trans-gray-2-bg {
  background-color: rgba(0, 0, 0, 0.03); }

.evo-trans-gray-1 {
  color: rgba(0, 0, 0, 0.02); }

.evo-trans-gray-1-bg {
  background-color: rgba(0, 0, 0, 0.02); }

.evo-trans-gray-0 {
  color: transparent; }

.evo-trans-gray-0-bg {
  background-color: transparent; }

/* 

--------------------------- INVERSE GRAY TRANSLUCENT COLORS --------------------------- 

*/
.evo-inverse-trans-gray-30 {
  color: white; }

.evo-inverse-trans-gray-30-bg {
  background-color: white; }

.evo-inverse-trans-gray-29 {
  color: rgba(255, 255, 255, 0.98); }

.evo-inverse-trans-gray-29-bg {
  background-color: rgba(255, 255, 255, 0.98); }

.evo-inverse-trans-gray-28 {
  color: rgba(255, 255, 255, 0.97); }

.evo-inverse-trans-gray-28-bg {
  background-color: rgba(255, 255, 255, 0.97); }

.evo-inverse-trans-gray-27 {
  color: rgba(255, 255, 255, 0.96); }

.evo-inverse-trans-gray-27-bg {
  background-color: rgba(255, 255, 255, 0.96); }

.evo-inverse-trans-gray-26 {
  color: rgba(255, 255, 255, 0.95); }

.evo-inverse-trans-gray-26-bg {
  background-color: rgba(255, 255, 255, 0.95); }

.evo-inverse-trans-gray-25 {
  color: rgba(255, 255, 255, 0.94); }

.evo-inverse-trans-gray-25-bg {
  background-color: rgba(255, 255, 255, 0.94); }

.evo-inverse-trans-gray-24 {
  color: rgba(255, 255, 255, 0.92); }

.evo-inverse-trans-gray-24-bg {
  background-color: rgba(255, 255, 255, 0.92); }

.evo-inverse-trans-gray-23 {
  color: rgba(255, 255, 255, 0.9); }

.evo-inverse-trans-gray-23-bg {
  background-color: rgba(255, 255, 255, 0.9); }

.evo-inverse-trans-gray-22 {
  color: rgba(255, 255, 255, 0.85); }

.evo-inverse-trans-gray-22-bg {
  background-color: rgba(255, 255, 255, 0.85); }

.evo-inverse-trans-gray-21 {
  color: rgba(255, 255, 255, 0.8); }

.evo-inverse-trans-gray-21-bg {
  background-color: rgba(255, 255, 255, 0.8); }

.evo-inverse-trans-gray-20 {
  color: rgba(255, 255, 255, 0.75); }

.evo-inverse-trans-gray-20-bg {
  background-color: rgba(255, 255, 255, 0.75); }

.evo-inverse-trans-gray-19 {
  color: rgba(255, 255, 255, 0.7); }

.evo-inverse-trans-gray-19-bg {
  background-color: rgba(255, 255, 255, 0.7); }

.evo-inverse-trans-gray-18 {
  color: rgba(255, 255, 255, 0.65); }

.evo-inverse-trans-gray-18-bg {
  background-color: rgba(255, 255, 255, 0.65); }

.evo-inverse-trans-gray-17 {
  color: rgba(255, 255, 255, 0.6); }

.evo-inverse-trans-gray-17-bg {
  background-color: rgba(255, 255, 255, 0.6); }

.evo-inverse-trans-gray-16 {
  color: rgba(255, 255, 255, 0.55); }

.evo-inverse-trans-gray-16-bg {
  background-color: rgba(255, 255, 255, 0.55); }

.evo-inverse-trans-gray-15 {
  color: rgba(255, 255, 255, 0.5); }

.evo-inverse-trans-gray-15-bg {
  background-color: rgba(255, 255, 255, 0.5); }

.evo-inverse-trans-gray-14 {
  color: rgba(255, 255, 255, 0.45); }

.evo-inverse-trans-gray-14-bg {
  background-color: rgba(255, 255, 255, 0.45); }

.evo-inverse-trans-gray-13 {
  color: rgba(255, 255, 255, 0.4); }

.evo-inverse-trans-gray-13-bg {
  background-color: rgba(255, 255, 255, 0.4); }

.evo-inverse-trans-gray-12 {
  color: rgba(255, 255, 255, 0.35); }

.evo-inverse-trans-gray-12-bg {
  background-color: rgba(255, 255, 255, 0.35); }

.evo-inverse-trans-gray-11 {
  color: rgba(255, 255, 255, 0.3); }

.evo-inverse-trans-gray-11-bg {
  background-color: rgba(255, 255, 255, 0.3); }

.evo-inverse-trans-gray-10 {
  color: rgba(255, 255, 255, 0.25); }

.evo-inverse-trans-gray-10-bg {
  background-color: rgba(255, 255, 255, 0.25); }

.evo-inverse-trans-gray-9 {
  color: rgba(255, 255, 255, 0.2); }

.evo-inverse-trans-gray-9-bg {
  background-color: rgba(255, 255, 255, 0.2); }

.evo-inverse-trans-gray-8 {
  color: rgba(255, 255, 255, 0.15); }

.evo-inverse-trans-gray-8-bg {
  background-color: rgba(255, 255, 255, 0.15); }

.evo-inverse-trans-gray-7 {
  color: rgba(255, 255, 255, 0.1); }

.evo-inverse-trans-gray-7-bg {
  background-color: rgba(255, 255, 255, 0.1); }

.evo-inverse-trans-gray-6 {
  color: rgba(255, 255, 255, 0.08); }

.evo-inverse-trans-gray-6-bg {
  background-color: rgba(255, 255, 255, 0.08); }

.evo-inverse-trans-gray-5 {
  color: rgba(255, 255, 255, 0.06); }

.evo-inverse-trans-gray-5-bg {
  background-color: rgba(255, 255, 255, 0.06); }

.evo-inverse-trans-gray-4 {
  color: rgba(255, 255, 255, 0.05); }

.evo-inverse-trans-gray-4-bg {
  background-color: rgba(255, 255, 255, 0.05); }

.evo-inverse-trans-gray-3 {
  color: rgba(255, 255, 255, 0.04); }

.evo-inverse-trans-gray-3-bg {
  background-color: rgba(255, 255, 255, 0.04); }

.evo-inverse-trans-gray-2 {
  color: rgba(255, 255, 255, 0.03); }

.evo-inverse-trans-gray-2-bg {
  background-color: rgba(255, 255, 255, 0.03); }

.evo-inverse-trans-gray-1 {
  color: rgba(255, 255, 255, 0.02); }

.evo-inverse-trans-gray-1-bg {
  background-color: rgba(255, 255, 255, 0.02); }

.evo-inverse-trans-gray-0 {
  color: rgba(255, 255, 255, 0); }

.evo-inverse-trans-gray-0-bg {
  background-color: rgba(255, 255, 255, 0); }

.evo-color-0 {
  color: #fff02a; }

.evo-color-0-bg {
  background-color: #fff02a; }

.evo-color-1 {
  color: #ffe52c; }

.evo-color-1-bg {
  background-color: #ffe52c; }

.evo-color-2 {
  color: #fdc131; }

.evo-color-2-bg {
  background-color: #fdc131; }

.evo-color-3 {
  color: #f59331; }

.evo-color-3-bg {
  background-color: #f59331; }

.evo-color-4 {
  color: #ef662f; }

.evo-color-4-bg {
  background-color: #ef662f; }

.evo-color-5 {
  color: #eb212e; }

.evo-color-5-bg {
  background-color: #eb212e; }

.evo-color-6 {
  color: #eb1f45; }

.evo-color-6-bg {
  background-color: #eb1f45; }

.evo-color-7 {
  color: #eb1d5d; }

.evo-color-7-bg {
  background-color: #eb1d5d; }

.evo-color-8 {
  color: #ea1873; }

.evo-color-8-bg {
  background-color: #ea1873; }

.evo-color-9 {
  color: #ea148c; }

.evo-color-9-bg {
  background-color: #ea148c; }

.evo-color-10 {
  color: #bb238c; }

.evo-color-10-bg {
  background-color: #bb238c; }

.evo-color-11 {
  color: #902c8e; }

.evo-color-11-bg {
  background-color: #902c8e; }

.evo-color-12 {
  color: #65318f; }

.evo-color-12-bg {
  background-color: #65318f; }

.evo-color-13 {
  color: #2f3490; }

.evo-color-13-bg {
  background-color: #2f3490; }

.evo-color-14 {
  color: #0056a4; }

.evo-color-14-bg {
  background-color: #0056a4; }

.evo-color-15 {
  color: #0073b9; }

.evo-color-15-bg {
  background-color: #0073b9; }

.evo-color-16 {
  color: #0090d2; }

.evo-color-16-bg {
  background-color: #0090d2; }

.evo-color-17 {
  color: #00afec; }

.evo-color-17-bg {
  background-color: #00afec; }

.evo-color-18 {
  color: #00abc3; }

.evo-color-18-bg {
  background-color: #00abc3; }

.evo-color-19 {
  color: #00a89c; }

.evo-color-19-bg {
  background-color: #00a89c; }

.evo-color-20 {
  color: #00a676; }

.evo-color-20-bg {
  background-color: #00a676; }

.evo-color-21 {
  color: #00a453; }

.evo-color-21-bg {
  background-color: #00a453; }

.evo-color-22 {
  color: #3fb34f; }

.evo-color-22-bg {
  background-color: #3fb34f; }

.evo-color-23 {
  color: #8ec549; }

.evo-color-23-bg {
  background-color: #8ec549; }

.evo-color-24 {
  color: #cbd93e; }

.evo-color-24-bg {
  background-color: #cbd93e; }

.evo-color-25 {
  color: #ede634; }

.evo-color-25-bg {
  background-color: #ede634; }

.evo-color-26 {
  color: #e3ca3c; }

.evo-color-26-bg {
  background-color: #e3ca3c; }

.evo-color-27 {
  color: #c9ac40; }

.evo-color-27-bg {
  background-color: #c9ac40; }

.evo-color-28 {
  color: #b38f44; }

.evo-color-28-bg {
  background-color: #b38f44; }

.evo-color-29 {
  color: #9c733a; }

.evo-color-29-bg {
  background-color: #9c733a; }

.evo-color-30 {
  color: #8a6132; }

.evo-color-30-bg {
  background-color: #8a6132; }

/*      FONTS     */
.evo-font {
  font-family: Merriweather, serif;
  font-weight: normal;
  line-height: 1.4375; }

.font-reset {
  font-size: initial;
  font-family: initial;
  font-weight: initial;
  line-height: initial; }

.font-sans-serif {
  font-family: sans-serif !important; }

.font-serif {
  font-family: serif !important; }

.font-monospace {
  font-family: monospace !important; }

.font-cursive {
  font-family: cursive !important; }

.font-fantasy {
  font-family: fantasy !important; }

.text-italic,
.font-italic {
  font-style: italic !important; }

.font-oblique {
  font-style: oblique !important; }

.font-no-style {
  font-style: normal !important; }

.text-bold,
.font-bold {
  font-weight: bold !important; }

.font-lighter {
  font-weight: lighter !important; }

.font-bolder {
  font-weight: bolder !important; }

.font-100 {
  font-weight: 100 !important; }

.font-200 {
  font-weight: 200 !important; }

.font-300 {
  font-weight: 300 !important; }

.font-400 {
  font-weight: 400 !important; }

.font-500 {
  font-weight: 500 !important; }

.font-600 {
  font-weight: 600 !important; }

.font-700 {
  font-weight: 700 !important; }

.font-800 {
  font-weight: 800 !important; }

.font-900 {
  font-weight: 900 !important; }

.font-no-weight {
  font-weight: normal !important; }

.font-arial {
  font-family: arial, Helvetica Neue, helvetica, sans-serif; }

.font-arial-black {
  font-family: Arial Black, Arial Bold, gadget, sans-serif; }

.font-courier-new {
  font-family: Courier New, courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; }

.font-georgia {
  font-family: georgia, times, Times New Roman, serif; }

.font-helvetica {
  font-family: helvetica neue, helvetica, arial, sans-serif; }

.font-helvetica-thin {
  font-family: HelveticaNeue-Thin, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; }

.font-menlo {
  font-family: menlo, consolas, monaco, Courier New, monospace; }

.font-monaco {
  font-family: monaco, consolas, menlo, Courier New, monospace; }

.font-times {
  font-family: TimesNewRoman, Times New Roman, times, baskerville, georgia, serif; }

.font-times-new {
  font-family: times, serif; }

.font-native {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; }

.font-adobe-source-sans-extra-light {
  font-family: source-sans-pro, sans-serif;
  font-weight: 200; }

.font-adobe-source-sans-extra-light-italic {
  font-family: source-sans-pro, sans-serif;
  font-weight: 200;
  font-style: italic; }

.font-adobe-source-sans-light {
  font-family: source-sans-pro, sans-serif;
  font-weight: 300; }

.font-adobe-source-sans-light-italic {
  font-family: source-sans-pro, sans-serif;
  font-weight: 300;
  font-style: italic; }

.font-adobe-source-sans {
  font-family: source-sans-pro, sans-serif;
  font-weight: 400; }

.font-adobe-source-sans-italic {
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-style: italic; }

.font-adobe-source-sans-semibold {
  font-family: source-sans-pro, sans-serif;
  font-weight: 600; }

.font-adobe-source-sans-semibold-italic {
  font-family: source-sans-pro, sans-serif;
  font-weight: 600;
  font-style: italic; }

.font-adobe-source-sans-bold {
  font-family: source-sans-pro, sans-serif;
  font-weight: 700; }

.font-adobe-source-sans-bold-italic {
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: italic; }

.font-adobe-source-sans-black {
  font-family: source-sans-pro, sans-serif;
  font-weight: 900; }

.font-adobe-source-sans-black-italic {
  font-family: source-sans-pro, sans-serif;
  font-weight: 900;
  font-style: italic; }

.font-adobe-source-serif-extra-light {
  font-family: source-serif-pro, serif;
  font-weight: 200; }

.font-adobe-source-serif-light {
  font-family: source-serif-pro, serif;
  font-weight: 300; }

.font-adobe-source-serif {
  font-family: source-serif-pro, serif;
  font-weight: 400; }

.font-adobe-source-serif-semibold {
  font-family: source-serif-pro, serif;
  font-weight: 600; }

.font-adobe-source-serif-bold {
  font-family: source-serif-pro, serif;
  font-weight: 700; }

.font-adobe-source-serif-black {
  font-family: source-serif-pro, serif;
  font-weight: 900; }

.font-adobe-source-code-extra-light {
  font-family: source-code-pro, monospace;
  font-weight: 200; }

.font-adobe-source-code-light {
  font-family: source-code-pro, monospace;
  font-weight: 300; }

.font-adobe-source-code {
  font-family: source-code-pro, monospace;
  font-weight: 400; }

.font-adobe-source-code-medium {
  font-family: source-code-pro, monospace;
  font-weight: 500; }

.font-adobe-source-code-semibold {
  font-family: source-code-pro, monospace;
  font-weight: 600; }

.font-adobe-source-code-bold {
  font-family: source-code-pro, monospace;
  font-weight: 700; }

.font-adobe-source-code-black {
  font-family: source-code-pro, monospace;
  font-weight: 900; }

.font-google-source-sans-extra-light {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 200; }

.font-google-source-sans-extra-light-italic {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 200;
  font-style: italic; }

.font-google-source-sans-light {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 300; }

.font-google-source-sans-light-italic {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 300;
  font-style: italic; }

.font-google-source-sans {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400; }

.font-google-source-sans-italic {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
  font-style: italic; }

.font-google-source-sans-semibold {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600; }

.font-google-source-sans-semibold-italic {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
  font-style: italic; }

.font-google-source-sans-bold {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700; }

.font-google-source-sans-bold-italic {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  font-style: italic; }

.font-google-source-sans-black {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 900; }

.font-google-source-sans-black-italic {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 900;
  font-style: italic; }

.font-google-source-serif-extra-light {
  font-family: Source Serif Pro, serif;
  font-weight: 200; }

.font-google-source-serif-light {
  font-family: Source Serif Pro, serif;
  font-weight: 300; }

.font-google-source-serif {
  font-family: Source Serif Pro, serif;
  font-weight: 400; }

.font-google-source-serif-semibold {
  font-family: Source Serif Pro, serif;
  font-weight: 600; }

.font-google-source-serif-bold {
  font-family: Source Serif Pro, serif;
  font-weight: 700; }

.font-google-source-serif-black {
  font-family: Source Serif Pro, serif;
  font-weight: 900; }

.font-google-source-code-extra-light {
  font-family: Source Code Pro, monospace;
  font-weight: 200; }

.font-google-source-code-light {
  font-family: Source Code Pro, monospace;
  font-weight: 300; }

.font-google-source-code {
  font-family: Source Code Pro, monospace;
  font-weight: 400; }

.font-google-source-code-medium {
  font-family: Source Code Pro, monospace;
  font-weight: 500; }

.font-google-source-code-semibold {
  font-family: Source Code Pro, monospace;
  font-weight: 600; }

.font-google-source-code-bold {
  font-family: Source Code Pro, monospace;
  font-weight: 700; }

.font-google-source-code-black {
  font-family: Source Code Pro, monospace;
  font-weight: 900; }

.font-google-noto-sans {
  font-family: Noto Sans, sans-serif;
  font-weight: 400; }

.font-google-noto-sans-italic {
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
  font-style: italic; }

.font-google-noto-sans-bold {
  font-family: Noto Sans, sans-serif;
  font-weight: 700; }

.font-google-noto-sans-bold-italic {
  font-family: Noto Sans, sans-serif;
  font-weight: 700;
  font-style: italic; }

.font-google-noto-serif {
  font-family: Noto Serif, serif;
  font-weight: 400; }

.font-google-noto-serif-italic {
  font-family: Noto Serif, serif;
  font-weight: 400;
  font-style: italic; }

.font-google-noto-serif-bold {
  font-family: Noto Serif, serif;
  font-weight: 700; }

.font-google-noto-serif-bold-italic {
  font-family: Noto Serif, serif;
  font-weight: 700;
  font-style: italic; }

.google-garamond-light {
  font-family: Cormorant Garamond, Goudy Old Style, goudy, serif;
  font-weight: 300; }

.google-garamond-light-italic {
  font-family: Cormorant Garamond, Goudy Old Style, goudy, serif;
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'didonesquedisplay';
  src: url("../font/didonesque-display-webfont.eot");
  src: local("☺"), url("../font/didonesque-display-webfont.eot?#iefix") format("embedded-opentype"), url("../font/didonesque-display-webfont.woff2") format("woff2"), url("../font/didonesque-display-webfont.woff") format("woff"), url("../font/didonesque-display-webfont.ttf") format("truetype"), url("../font/didonesque-display-webfont.svg#didonesquedisplay") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'didonesquedisplay_italic';
  src: url("../font/didonesque-displayitalic-webfont.eot");
  src: local("☺"), url("../font/didonesque-displayitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../font/didonesque-displayitalic-webfont.woff2") format("woff2"), url("../font/didonesque-displayitalic-webfont.woff") format("woff"), url("../font/didonesque-displayitalic-webfont.ttf") format("truetype"), url("../font/didonesque-displayitalic-webfont.svg#didonesquedisplay_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.font-didonesquedisplay {
  font-family: didonesquedisplay, serif; }

.font-didonesquedisplay-italic {
  font-family: didonesquedisplay_italic, serif; }

@font-face {
  font-family: 'diaria_promedium';
  src: url("../font/diariapro-medium-webfont.eot");
  src: local("☺"), url("../font/diariapro-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../font/diariapro-medium-webfont.woff2") format("woff2"), url("../font/diariapro-medium-webfont.woff") format("woff"), url("../font/diariapro-medium-webfont.ttf") format("truetype"), url("../font/diariapro-medium-webfont.svg#diaria_promedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'diaria_promedium_italic';
  src: url("../font/diariapro-mediumitalic-webfont.eot");
  src: local("☺"), url("../font/diariapro-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../font/diariapro-mediumitalic-webfont.woff2") format("woff2"), url("../font/diariapro-mediumitalic-webfont.woff") format("woff"), url("../font/diariapro-mediumitalic-webfont.ttf") format("truetype"), url("../font/diariapro-mediumitalic-webfont.svg#diaria_promedium_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.font-diaria-promedium {
  font-family: diaria_promedium, serif; }

.font-diaria-promedium-italic {
  font-family: diaria_promedium_italic, serif; }

@font-face {
  font-family: 'fnordtwenty-three';
  src: url("../font/fnord-twenty-three-webfont.eot");
  src: local("☺"), url("../font/fnord-twenty-three-webfont.eot?#iefix") format("embedded-opentype"), url("../font/fnord-twenty-three-webfont.woff2") format("woff2"), url("../font/fnord-twenty-three-webfont.woff") format("woff"), url("../font/fnord-twenty-three-webfont.ttf") format("truetype"), url("../font/fnord-twenty-three-webfont.svg#fnordtwenty-three") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fnordtwenty-three_italic';
  src: url("../font/fnord-twenty-threeitalic-webfont.eot");
  src: local("☺"), url("../font/fnord-twenty-threeitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../font/fnord-twenty-threeitalic-webfont.woff2") format("woff2"), url("../font/fnord-twenty-threeitalic-webfont.woff") format("woff"), url("../font/fnord-twenty-threeitalic-webfont.ttf") format("truetype"), url("../font/fnord-twenty-threeitalic-webfont.svg#fnordtwenty-three_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.font-fnordtwenty-three {
  font-family: fnordtwenty-three, serif; }

.font-fnordtwenty-three-italic {
  font-family: fnordtwenty-three_italic, serif; }

@font-face {
  font-family: 'harmansans';
  src: url("../font/Harman-Sans-webfont.eot");
  src: local("☺"), url("../font/Harman-Sans-webfont.eot?#iefix") format("embedded-opentype"), url("../font/Harman-Sans-webfont.woff2") format("woff2"), url("../font/Harman-Sans-webfont.woff") format("woff"), url("../font/Harman-Sans-webfont.ttf") format("truetype"), url("../font/Harman-Sans-webfont.svg#harmansans") format("svg");
  font-weight: normal;
  font-style: normal; }

.font-harmansans {
  font-family: harmansans, sans-serif; }

@font-face {
  font-family: 'halis_r_regularregular';
  src: url("../font/HalisR-Regular-webfont.eot");
  src: local("☺"), url("../font/HalisR-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/HalisR-Regular-webfont.woff2") format("woff2"), url("../font/HalisR-Regular-webfont.woff") format("woff"), url("../font/HalisR-Regular-webfont.ttf") format("truetype"), url("../font/HalisR-Regular-webfont.svg#halis_r_regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.font-halis-rounded {
  font-family: halis_r_regularregular, sans-serif; }

@font-face {
  font-family: 'festivo_lcbasic';
  src: url("../font/Festivo-LC-Basic-webfont.eot");
  src: local("☺"), url("../font/Festivo-LC-Basic-webfont.eot?#iefix") format("embedded-opentype"), url("../font/Festivo-LC-Basic-webfont.woff2") format("woff2"), url("../font/Festivo-LC-Basic-webfont.woff") format("woff"), url("../font/Festivo-LC-Basic-webfont.ttf") format("truetype"), url("../font/Festivo-LC-Basic-webfont.svg#festivo_lcbasic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'festivo_lcoutline';
  src: url("../font/Festivo-LC-Outline-webfont.eot");
  src: local("☺"), url("../font/Festivo-LC-Outline-webfont.eot?#iefix") format("embedded-opentype"), url("../font/Festivo-LC-Outline-webfont.woff2") format("woff2"), url("../font/Festivo-LC-Outline-webfont.woff") format("woff"), url("../font/Festivo-LC-Outline-webfont.ttf") format("truetype"), url("../font/Festivo-LC-Outline-webfont.svg#festivo_lcoutline") format("svg");
  font-weight: normal;
  font-style: normal; }

.font-festivo-lowercase {
  font-family: festivo_lcbasic, sans-serif; }

.font-festivo-outline {
  font-family: festivo_lcoutline, sans-serif; }

@font-face {
  font-family: 'gangrenaregular';
  src: url("../font/gangrena_regular-webfont.eot");
  src: local("☺"), url("../font/gangrena_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/gangrena_regular-webfont.woff2") format("woff2"), url("../font/gangrena_regular-webfont.woff") format("woff"), url("../font/gangrena_regular-webfont.ttf") format("truetype"), url("../font/gangrena_regular-webfont.svg#gangrenaregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.font-gangrena {
  font-family: gangrenaregular, sans-serif; }

@font-face {
  font-family: 'ebenezerregular';
  src: url("../font/ebenezer-webfont.eot");
  src: local("☺"), url("../font/ebenezer-webfont.eot?#iefix") format("embedded-opentype"), url("../font/ebenezer-webfont.woff") format("woff"), url("../font/ebenezer-webfont.ttf") format("truetype"), url("../font/ebenezer-webfont.svg#ebenezerregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.font-ebenezer {
  font-family: ebenezerregular, sans-serif; }

.font-athelas {
  font-family: athelas, georgia, serif; }

.font-avenir {
  font-family: avenir next, avenir, sans-serif; }

.font-baskerville {
  font-family: baskerville, serif; }

.font-bodoni {
  font-family: Bodoni MT, serif; }

.font-calisto {
  font-family: Calisto MT, serif; }

.font-consolas {
  font-family: Consolas, monaco, monospace; }

.font-courier {
  font-family: Courier Next, courier, monospace; }

.font-didot {
  font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif; }

.font-garamond {
  font-family: garamond, serif; }

.font-gotham {
  font-family: gotham HTF, gotham, serif; }

.font-gotham {
  font-family: gotham HTF, gotham, serif; }

.font-goudy {
  font-family: Goudy Old Style, goudy, serif; }

@font-face {
  font-family: 'neon';
  src: url("../font/essqué-productions_neon-80s/neon.ttf");
  font-weight: normal;
  font-style: normal; }

.font-neon {
  font-family: neon, sans-serif; }

/* Text */
.evo-text {
  font-size: 1rem;
  color: inherit;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.9;
  letter-spacing: normal;
  text-rendering: optimizeLegibility; }

.text-inverse {
  color: white; }

.text-reset {
  font-size: initial;
  color: initial;
  font-family: initial;
  font-weight: initial;
  font-weight: initial;
  font-style: initial;
  line-height: initial;
  text-decoration: initial;
  text-transform: initial;
  text-align: initial;
  margin: initial;
  margin-top: initial;
  margin-bottom: initial;
  margin-left: initial;
  margin-right: initial;
  text-rendering: initial; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-style: inherit;
  font-variant: inherit;
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-stretch: inherit;
  text-rendering: optimizeSpeed;
  margin-top: 0; }

h1,
.h1 {
  font-size: 3rem;
  line-height: 1.4375em;
  letter-spacing: -0.025em;
  margin-bottom: 1.4375em; }

h2,
.h2 {
  font-size: 2.6875rem;
  line-height: 1.4375em;
  letter-spacing: normal;
  margin-bottom: 1.4375em; }

h3,
.h3 {
  font-size: 1.875rem;
  line-height: 1.4375em;
  letter-spacing: normal;
  margin-bottom: 1.4375em; }

h4,
.h4 {
  font-size: 1.3125rem;
  line-height: 1.4375em;
  letter-spacing: normal;
  margin-bottom: 1.4375em; }

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.4375em;
  letter-spacing: normal;
  margin-bottom: 1.4375em; }

h6,
.h6 {
  font-size: 0.875rem;
  line-height: 1.4375em;
  letter-spacing: normal;
  margin-bottom: 1.4375em; }

p {
  color: inherit;
  margin-top: 0;
  margin-bottom: 1.4375em; }

header.fluid-header {
  padding: 10vmin 1rem;
  margin: 0 0 8vmin 0; }

header.fluid-header p {
  margin: 0;
  font-size: 3rem;
  font-size: calc(12px + (48 - 12) * ((100vw - 300px) / (1600 - 300))); }

.text-left {
  text-align: left; }

.text-right {
  text-align: right !important; }

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

.text-capitalize {
  text-transform: capitalize; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-capcase-none,
.text-no-capcase {
  text-transform: none !important; }

.text-line-over {
  text-decoration: overline; }

.text-line-middle {
  text-decoration: line-through; }

.text-line-under {
  text-decoration: underline; }

.text-line-over-under {
  text-decoration: overline underline; }

.text-line-all {
  text-decoration: overline underline line-through; }

.text-line-none {
  text-decoration: none !important; }

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-clip {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip; }

.evo-text-reset {
  line-height: initial; }

.evo-text-0 {
  font-size: 0.5rem; }

.evo-text-1 {
  font-size: 0.625rem; }

.evo-text-2, .masonry-item > figcaption {
  font-size: 0.75rem; }

.evo-text-3 {
  font-size: 0.875rem; }

.evo-text-4 {
  font-size: 1rem; }

.evo-text-5 {
  font-size: 1.125rem; }

.evo-text-6 {
  font-size: 1.3125rem; }

.evo-text-7 {
  font-size: 1.4375rem; }

.evo-text-8 {
  font-size: 1.875rem; }

.evo-text-9 {
  font-size: 2.3125rem; }

.evo-text-10, figcaption.text-dropcap:first-letter {
  font-size: 2.6875rem; }

.evo-text-11 {
  font-size: 3rem; }

.evo-text-12 {
  font-size: 3.75rem; }

.evo-text-13 {
  font-size: 5rem; }

.evo-text-14 {
  font-size: 6rem; }

.evo-text-15 {
  font-size: 8rem; }

.evo-text-16 {
  font-size: 10rem; }

.evo-text-17 {
  font-size: 13rem; }

.evo-text-18 {
  font-size: 16rem; }

.evo-text-19 {
  font-size: 21rem; }

.evo-text-20 {
  font-size: 26rem; }

.text-size-reset {
  line-height: initial; }

.text-size-0 {
  font-size: 0.5rem; }

.text-size-1 {
  font-size: 0.625rem; }

.text-size-2 {
  font-size: 0.75rem; }

.text-size-3 {
  font-size: 0.875rem; }

.text-size-4 {
  font-size: 1rem; }

.text-size-5 {
  font-size: 1.125rem; }

.text-size-6 {
  font-size: 1.3125rem; }

.text-size-7 {
  font-size: 1.4375rem; }

.text-size-8 {
  font-size: 1.875rem; }

.text-size-9 {
  font-size: 2.3125rem; }

.text-size-10 {
  font-size: 2.6875rem; }

.text-size-11 {
  font-size: 3rem; }

.text-size-12 {
  font-size: 3.75rem; }

.text-size-13 {
  font-size: 5rem; }

.text-size-14 {
  font-size: 6rem; }

.text-size-15 {
  font-size: 8rem; }

.text-size-16 {
  font-size: 10rem; }

.text-size-17 {
  font-size: 13rem; }

.text-size-18 {
  font-size: 16rem; }

.text-size-19 {
  font-size: 21rem; }

.text-size-20 {
  font-size: 26rem; }

.text-leading-reset {
  line-height: initial; }

.text-leading-0 {
  line-height: 0.375; }

.text-leading-1 {
  line-height: 0.5; }

.text-leading-2 {
  line-height: 0.625; }

.text-leading-3 {
  line-height: 0.75; }

.text-leading-4 {
  line-height: 0.875; }

.text-leading-5 {
  line-height: 1; }

.text-leading-6 {
  line-height: 1.125; }

.text-leading-7 {
  line-height: 1.3125; }

.text-leading-8 {
  line-height: 1.4375; }

.text-leading-9 {
  line-height: 1.875; }

.text-leading-10 {
  line-height: 2.3125; }

.text-leading-11 {
  line-height: 2.6875; }

.text-leading-12 {
  line-height: 3; }

.text-leading-13 {
  line-height: 3.75; }

.text-leading-14 {
  line-height: 5; }

.text-leading-15 {
  line-height: 6; }

.text-tracking-reset {
  letter-spacing: initial; }

.text-tracking-0 {
  letter-spacing: -0.1375em; }

.text-tracking-1 {
  letter-spacing: -0.125em; }

.text-tracking-2 {
  letter-spacing: -0.1em; }

.text-tracking-3 {
  letter-spacing: -0.075em; }

.text-tracking-4 {
  letter-spacing: -0.05em; }

.text-tracking-5 {
  letter-spacing: -0.025em; }

.text-tracking-6 {
  letter-spacing: 0em; }

.text-tracking-7 {
  letter-spacing: 0.025em; }

.text-tracking-8 {
  letter-spacing: 0.05em; }

.text-tracking-9 {
  letter-spacing: 0.1em; }

.text-tracking-10 {
  letter-spacing: 0.15em; }

.text-tracking-11 {
  letter-spacing: 0.2em; }

.text-tracking-12 {
  letter-spacing: 0.275em; }

.text-tracking-13 {
  letter-spacing: 0.375em; }

.text-tracking-14 {
  letter-spacing: 0.5em; }

.text-tracking-15 {
  letter-spacing: 0.625em; }

.text-measure {
  max-width: 55rem; }

.text-measure-1 {
  max-width: 10rem; }

.text-measure-2 {
  max-width: 13rem; }

.text-measure-3 {
  max-width: 16rem; }

.text-measure-4 {
  max-width: 21rem; }

.text-measure-5 {
  max-width: 26rem; }

.text-measure-6 {
  max-width: 34rem; }

.text-measure-7 {
  max-width: 42rem; }

.text-measure-8 {
  max-width: 55rem; }

.text-measure-9 {
  max-width: 68rem; }

.text-measure-10 {
  max-width: 80rem; }

.text-shadow-0 {
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5); }

.text-shadow-1 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

.text-shadow-2 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }

.text-shadow-3 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5); }

.text-shadow-4 {
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5); }

.text-shadow-5 {
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); }

.text-shadow-6 {
  text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.5); }

.text-shadow {
  text-shadow: 1px 1px #000; }

.text-shadow-inverse {
  text-shadow: 1px 1px #fff; }

.text-engraved-gray-bg {
  color: #000;
  background: #666;
  text-shadow: 0px 1px 1px #fff; }

.text-engraved-black-bg {
  color: #666;
  background: #000;
  text-shadow: 0px 1px 0px #ccc; }

.text-neon {
  text-shadow: 0 0 0.1em #fff,  0 0 0.2em #fff,  0 0 0.3em #fff,  0 0 0.4em #f7f,  0 0 0.6em #f0f,  0 0 0.8em #f0f,  0 0 1em #f0f,  0 0 1.2em #f0f; }

.text-neon-2 {
  background: #000;
  background-image: radial-gradient(center, ellipse farthest-corner, transparent, black), url(../image/elements/black-brick-wall-texture.jpg);
  width: 768px;
  text-align: center;
  color: #fee;
  width: 768px;
  padding: 2rem;
  text-transform: uppercase;
  font-size: 6rem;
  letter-spacing: 2rem;
  text-shadow: 0 0 30px rgba(255, 0, 84, 0.6), 0 0 60px rgba(255, 0, 84, 0.4), 0 0 100px rgba(255, 0, 84, 0.2), 0 0 90px rgba(255, 0, 84, 0.1); }

::-o-selection {
  background-color: #009877;
  color: white;
  cursor: text; }

::-ms-selection {
  background-color: #009877;
  color: white;
  cursor: text; }

::-webkit-selection {
  background-color: #009877;
  color: white;
  cursor: text; }

::-moz-selection {
  background: #009877;
  color: white;
  cursor: text; }

::selection {
  background: #009877;
  color: white;
  text-shadow: none;
  cursor: text; }

span.evo-selection {
  background: #009877;
  color: white;
  text-shadow: none;
  cursor: text; }

span.evo-highlight {
  line-height: 200% !important;
  padding-left: 0.6ch;
  padding-right: 0.6ch;
  padding-bottom: 0.6ex;
  padding-top: 0.6ex;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }

.highlight-color {
  background-color: #009877;
  color: white;
  text-shadow: none; }

.inverse-highlight-color {
  background-color: #009877;
  color: black;
  text-shadow: none; }

.highlight-black {
  background-color: black;
  color: white;
  text-shadow: none; }

.highlight-white {
  background-color: white;
  color: black;
  text-shadow: none; }

.highlight-color-0 {
  background-color: #fff02a;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-0 {
  background-color: #fff02a;
  color: black;
  text-shadow: none; }

.highlight-color-1 {
  background-color: #ffe52c;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-1 {
  background-color: #ffe52c;
  color: black;
  text-shadow: none; }

.highlight-color-2 {
  background-color: #fdc131;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-2 {
  background-color: #fdc131;
  color: black;
  text-shadow: none; }

.highlight-color-3 {
  background-color: #f59331;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-3 {
  background-color: #f59331;
  color: black;
  text-shadow: none; }

.highlight-color-4 {
  background-color: #ef662f;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-4 {
  background-color: #ef662f;
  color: black;
  text-shadow: none; }

.highlight-color-5 {
  background-color: #eb212e;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-5 {
  background-color: #eb212e;
  color: black;
  text-shadow: none; }

.highlight-color-6 {
  background-color: #eb1f45;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-6 {
  background-color: #eb1f45;
  color: black;
  text-shadow: none; }

.highlight-color-7 {
  background-color: #eb1d5d;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-7 {
  background-color: #eb1d5d;
  color: black;
  text-shadow: none; }

.highlight-color-8 {
  background-color: #ea1873;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-8 {
  background-color: #ea1873;
  color: black;
  text-shadow: none; }

.highlight-color-9 {
  background-color: #ea148c;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-9 {
  background-color: #ea148c;
  color: black;
  text-shadow: none; }

.highlight-color-10 {
  background-color: #bb238c;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-10 {
  background-color: #bb238c;
  color: black;
  text-shadow: none; }

.highlight-color-11 {
  background-color: #902c8e;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-11 {
  background-color: #902c8e;
  color: black;
  text-shadow: none; }

.highlight-color-12 {
  background-color: #65318f;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-12 {
  background-color: #65318f;
  color: black;
  text-shadow: none; }

.highlight-color-13 {
  background-color: #2f3490;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-13 {
  background-color: #2f3490;
  color: black;
  text-shadow: none; }

.highlight-color-14 {
  background-color: #0056a4;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-14 {
  background-color: #0056a4;
  color: black;
  text-shadow: none; }

.highlight-color-15 {
  background-color: #0073b9;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-15 {
  background-color: #0073b9;
  color: black;
  text-shadow: none; }

.highlight-color-16 {
  background-color: #0090d2;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-16 {
  background-color: #0090d2;
  color: black;
  text-shadow: none; }

.highlight-color-17 {
  background-color: #00afec;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-17 {
  background-color: #00afec;
  color: black;
  text-shadow: none; }

.highlight-color-18 {
  background-color: #00abc3;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-18 {
  background-color: #00abc3;
  color: black;
  text-shadow: none; }

.highlight-color-19 {
  background-color: #00a89c;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-19 {
  background-color: #00a89c;
  color: black;
  text-shadow: none; }

.highlight-color-20 {
  background-color: #00a676;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-20 {
  background-color: #00a676;
  color: black;
  text-shadow: none; }

.highlight-color-21 {
  background-color: #00a453;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-21 {
  background-color: #00a453;
  color: black;
  text-shadow: none; }

.highlight-color-22 {
  background-color: #3fb34f;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-22 {
  background-color: #3fb34f;
  color: black;
  text-shadow: none; }

.highlight-color-23 {
  background-color: #8ec549;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-23 {
  background-color: #8ec549;
  color: black;
  text-shadow: none; }

.highlight-color-24 {
  background-color: #cbd93e;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-24 {
  background-color: #cbd93e;
  color: black;
  text-shadow: none; }

.highlight-color-25 {
  background-color: #ede634;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-25 {
  background-color: #ede634;
  color: black;
  text-shadow: none; }

.highlight-color-26 {
  background-color: #e3ca3c;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-26 {
  background-color: #e3ca3c;
  color: black;
  text-shadow: none; }

.highlight-color-27 {
  background-color: #c9ac40;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-27 {
  background-color: #c9ac40;
  color: black;
  text-shadow: none; }

.highlight-color-28 {
  background-color: #b38f44;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-28 {
  background-color: #b38f44;
  color: black;
  text-shadow: none; }

.highlight-color-29 {
  background-color: #9c733a;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-29 {
  background-color: #9c733a;
  color: black;
  text-shadow: none; }

.highlight-color-30 {
  background-color: #8a6132;
  color: white;
  text-shadow: none; }

.inverse-highlight-color-30 {
  background-color: #8a6132;
  color: black;
  text-shadow: none; }

.highlight-gray-0 {
  background-color: white;
  color: black;
  text-shadow: none; }

.trans-highlight-gray-0 {
  background-color: white;
  color: black;
  text-shadow: none; }

.highlight-gray-1 {
  background-color: #fcfcfc;
  color: black;
  text-shadow: none; }

.trans-highlight-gray-1 {
  background-color: #fcfcfc;
  color: black;
  text-shadow: none; }

.highlight-gray-2 {
  background-color: #fafafa;
  color: black;
  text-shadow: none; }

.trans-highlight-gray-2 {
  background-color: #fafafa;
  color: black;
  text-shadow: none; }

.highlight-gray-3 {
  background-color: #f7f7f7;
  color: black;
  text-shadow: none; }

.trans-highlight-gray-3 {
  background-color: #f7f7f7;
  color: black;
  text-shadow: none; }

.highlight-gray-4 {
  background-color: whitesmoke;
  color: black;
  text-shadow: none; }

.trans-highlight-gray-4 {
  background-color: whitesmoke;
  color: black;
  text-shadow: none; }

.highlight-gray-5 {
  background-color: #f2f2f2;
  color: black;
  text-shadow: none; }

.trans-highlight-gray-5 {
  background-color: #f2f2f2;
  color: black;
  text-shadow: none; }

.highlight-gray-6 {
  background-color: #ededed;
  color: black;
  text-shadow: none; }

.trans-highlight-gray-6 {
  background-color: #ededed;
  color: black;
  text-shadow: none; }

.highlight-gray-7 {
  background-color: #e5e5e5;
  color: black;
  text-shadow: none; }

.trans-highlight-gray-7 {
  background-color: #e5e5e5;
  color: black;
  text-shadow: none; }

.highlight-gray-8 {
  background-color: #d9d9d9;
  color: black;
  text-shadow: none; }

.trans-highlight-gray-8 {
  background-color: #d9d9d9;
  color: black;
  text-shadow: none; }

.highlight-gray-9 {
  background-color: #cccccc;
  color: black;
  text-shadow: none; }

.trans-highlight-gray-9 {
  background-color: #cccccc;
  color: black;
  text-shadow: none; }

.highlight-gray-10 {
  background-color: #bfbfbf;
  color: black;
  text-shadow: none; }

.trans-highlight-gray-10 {
  background-color: #bfbfbf;
  color: black;
  text-shadow: none; }

.highlight-gray-11 {
  background-color: #b2b2b2;
  color: black;
  text-shadow: none; }

.trans-highlight-gray-11 {
  background-color: #b2b2b2;
  color: black;
  text-shadow: none; }

.highlight-gray-12 {
  background-color: #a6a6a6;
  color: black;
  text-shadow: none; }

.trans-highlight-gray-12 {
  background-color: #a6a6a6;
  color: black;
  text-shadow: none; }

.highlight-gray-13 {
  background-color: #999999;
  color: black;
  text-shadow: none; }

.trans-highlight-gray-13 {
  background-color: #999999;
  color: black;
  text-shadow: none; }

.highlight-gray-14 {
  background-color: #8c8c8c;
  color: black;
  text-shadow: none; }

.trans-highlight-gray-14 {
  background-color: #8c8c8c;
  color: black;
  text-shadow: none; }

.highlight-gray-15 {
  background-color: #7f7f7f;
  color: white;
  text-shadow: none; }

.trans-highlight-gray-15 {
  background-color: #7f7f7f;
  color: white;
  text-shadow: none; }

.highlight-gray-16 {
  background-color: #737373;
  color: white;
  text-shadow: none; }

.trans-highlight-gray-16 {
  background-color: #737373;
  color: white;
  text-shadow: none; }

.highlight-gray-17 {
  background-color: #666666;
  color: white;
  text-shadow: none; }

.trans-highlight-gray-17 {
  background-color: #666666;
  color: white;
  text-shadow: none; }

.highlight-gray-18 {
  background-color: #595959;
  color: white;
  text-shadow: none; }

.trans-highlight-gray-18 {
  background-color: #595959;
  color: white;
  text-shadow: none; }

.highlight-gray-19 {
  background-color: #4c4c4c;
  color: white;
  text-shadow: none; }

.trans-highlight-gray-19 {
  background-color: #4c4c4c;
  color: white;
  text-shadow: none; }

.highlight-gray-20 {
  background-color: #404040;
  color: white;
  text-shadow: none; }

.trans-highlight-gray-20 {
  background-color: #404040;
  color: white;
  text-shadow: none; }

.highlight-gray-21 {
  background-color: #333333;
  color: white;
  text-shadow: none; }

.trans-highlight-gray-21 {
  background-color: #333333;
  color: white;
  text-shadow: none; }

.highlight-gray-22 {
  background-color: #262626;
  color: white;
  text-shadow: none; }

.trans-highlight-gray-22 {
  background-color: #262626;
  color: white;
  text-shadow: none; }

.highlight-gray-23 {
  background-color: #191919;
  color: white;
  text-shadow: none; }

.trans-highlight-gray-23 {
  background-color: #191919;
  color: white;
  text-shadow: none; }

.highlight-gray-24 {
  background-color: #121212;
  color: white;
  text-shadow: none; }

.trans-highlight-gray-24 {
  background-color: #121212;
  color: white;
  text-shadow: none; }

.highlight-gray-25 {
  background-color: #0d0d0d;
  color: white;
  text-shadow: none; }

.trans-highlight-gray-25 {
  background-color: #0d0d0d;
  color: white;
  text-shadow: none; }

.highlight-gray-26 {
  background-color: #0a0a0a;
  color: white;
  text-shadow: none; }

.trans-highlight-gray-26 {
  background-color: #0a0a0a;
  color: white;
  text-shadow: none; }

.highlight-gray-27 {
  background-color: #080808;
  color: white;
  text-shadow: none; }

.trans-highlight-gray-27 {
  background-color: #080808;
  color: white;
  text-shadow: none; }

.highlight-gray-28 {
  background-color: #050505;
  color: white;
  text-shadow: none; }

.trans-highlight-gray-28 {
  background-color: #050505;
  color: white;
  text-shadow: none; }

.highlight-gray-29 {
  background-color: #030303;
  color: white;
  text-shadow: none; }

.trans-highlight-gray-29 {
  background-color: #030303;
  color: white;
  text-shadow: none; }

.highlight-gray-30 {
  background-color: black;
  color: white;
  text-shadow: none; }

.trans-highlight-gray-30 {
  background-color: black;
  color: white;
  text-shadow: none; }

.text-quote,
q.text-quote {
  display: inline; }

q.text-quote:before {
  content: "“";
  color: black; }

q.text-quote:after {
  content: "”";
  color: black; }

.text-quote-single,
q.text-quote-single.text-quote {
  display: inline; }

q.text-quote-single:before {
  content: "‘";
  color: black; }

q.text-quote-single:after {
  content: "’";
  color: black; }

.test-blockquote {
  position: relative;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: red;
  padding-top: 2em; }
  .test-blockquote > q {
    padding-left: 5em;
    font-family: "halis-rounded", sans-serif;
    font-weight: bold;
    color: red;
    quotes: none;
    display: block; }
  .test-blockquote > q:before {
    line-height: 1;
    position: absolute;
    font-size: 10em;
    font-family: "halis-rounded", sans-serif;
    font-weight: normal;
    content: "“";
    color: red;
    left: 0;
    top: .1em; }

.test-blockquote-double > q:before {
  content: "“"; }

.test-blockquote-double-round > q:before {
  content: "❝";
  font-size: 5em;
  top: .3em; }

.evo-text-quote,
qevo-text-quote {
  display: inline;
  color: #009877;
  font-family: Montserrat, sans-serif; }

q.evo-text-quote:before {
  content: "“";
  color: #009877;
  font-family: Montserrat, sans-serif; }

q.evo-text-quote:after {
  content: "”";
  color: Montserrat, sans-serif;
  font-family: Montserrat, sans-serif; }

span.text-dropcap {
  font-family: inherit;
  color: #009877;
  font-size: 5ex;
  text-align: text-top;
  float: left;
  padding-right: .7ch;
  padding-left: .5ch;
  padding-top: 0;
  line-height: 1;
  font-feature-settings: "smcp" on; }

span.text-dropcap-box {
  font-family: inherit;
  color: #009877;
  background-color: #0073b9;
  border-width: thick;
  border-style: double;
  border-color: #00afec;
  font-size: 5ex;
  text-align: text-top;
  float: left;
  padding-right: .5ch;
  padding-left: .5ch;
  padding-top: .2ch;
  padding-bottom: .1ch;
  margin-right: .5ch;
  line-height: 1;
  font-feature-settings: "smcp" on; }

figcaption.text-dropcap:first-letter {
  color: #009877;
  font-size: 5ex;
  text-align: text-top;
  float: left;
  padding-right: .7ch;
  padding-left: .5ch;
  padding-top: 0;
  line-height: 1;
  font-feature-settings: "smcp" on; }

.evo-link a,
a.evo-link,
a.evo-link-inverse,
.evo-link-inverse a,
a {
  font-family: inherit;
  font-weight: normal;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  -moz-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  cursor: pointer; }

.evo-link-paragraph .evo-link-paragraph a,
p a,
figcaption a {
  color: inherit;
  text-decoration: none;
  border-bottom: thin dotted;
  transition: .1s ease; }

.evo-link-paragraph:link,
.evo-link-paragraph a:link,
p a:link {
  color: inherit;
  text-decoration: none;
  border-bottom: thin dotted; }

.evo-link-paragraph:hover,
.evo-link-paragraph a:hover,
p a:hover {
  color: #009877;
  border-bottom: thin solid; }

.evo-link a:link,
a.evo-link:link,
.a-link,
a:link {
  color: #009877;
  background-color: transparent;
  text-decoration: none;
  opacity: 1; }

.evo-link-inverse:link a,
a.evo-link-inverse:link,
.a-link-inverse,
.a-link-inverse a {
  color: white !important; }

.evo-link a:visited,
a.evo-link:visited,
.a-visited,
a:visited {
  color: #009877;
  opacity: 1; }

.evo-link-inverse a:visited,
a.evo-link-inverse:visited,
.a-visited-inverse,
.a-visited-inverse a {
  color: white !important; }

.evo-link a:hover,
a.evo-link:hover,
.a-hover,
a:hover {
  color: #1a9ad6;
  background: transparent;
  text-decoration: none;
  outline-width: 0;
  opacity: 1; }

.evo-link-inverse a:hover,
a.evo-link-inverse:hover,
.a-hover-inverse,
.a-hover-inverse a {
  color: #1a9ad6 !important;
  background: transparent !important; }

.evo-link a:active,
a.evo-link:active,
.a-active,
a:active {
  color: black;
  text-decoration: none;
  outline-width: 0;
  opacity: 1; }

.evo-link-inverse a:active,
a.evo-link-inverse:active,
.a-active-inverse,
.a-active-inverse a {
  color: white !important; }

a.evo-link:focus,
.evo-link a:focus,
.a-focus,
a:focus,
button:focus {
  color: invert;
  text-decoration: none;
  outline: unset;
  opacity: 1;
  outline-color: #1a9ad6;
  outline-width: thin;
  outline-style: dotted;
  outline-offset: 0; }

.evo-link-inverse a:focus,
a.evo-link-inverse:focus,
.a-focus-inverse,
.a-focus-inverse a {
  color: invert !important; }

a.text-link-over {
  text-decoration: overline !important;
  border-bottom-width: none; }

a.text-link-over-hover {
  text-decoration: none !important;
  border-bottom-width: none; }

a.text-link-over-hover:hover {
  text-decoration: overline !important;
  border-bottom-width: none; }

a.text-link-middle {
  text-decoration: line-through !important;
  border-bottom-width: none; }

a.text-link-middle-hover {
  text-decoration: none !important;
  border-bottom-width: none; }

a.text-link-middle-hover:hover {
  text-decoration: line-through !important;
  border-bottom-width: none; }

a.text-link-under {
  text-decoration: underline !important;
  border-bottom-width: none; }

a.text-link-under-hover {
  text-decoration: none !important;
  border-bottom-width: none; }

a.text-link-under-hover:hover {
  text-decoration: underline !important;
  border-bottom-width: none; }

a.text-link-over-under {
  text-decoration: overline underline !important;
  border-bottom-width: none; }

a.text-link-over-under-hover {
  text-decoration: none !important;
  border-bottom-width: none; }

a.text-link-over-under-hover:hover {
  text-decoration: overline underline !important;
  border-bottom-width: none; }

a.text-link-all {
  text-decoration: overline line-through underline !important;
  border-bottom-width: none; }

a.text-link-all-hover {
  text-decoration: none !important;
  border-bottom-width: none; }

a.text-link-all-hover:hover {
  text-decoration: overline line-through underline !important;
  border-bottom-width: none; }

a.text-link-none {
  text-decoration: none !important;
  border-bottom: none; }

a.text-link-none-hover:hover {
  text-decoration: none !important;
  border-bottom: none; }

a.evo-link-line {
  border-bottom-width: medium;
  border-bottom-color: inherit;
  border-bottom-style: solid; }

a.link-line-solid {
  border-bottom-style: solid !important; }

a.link-line-solid:link {
  border-bottom-style: solid !important; }

a.link-line-solid:hover {
  border-bottom-style: solid !important; }

a.link-line-dotted {
  border-bottom-style: dotted !important; }

a.link-line-dotted:link {
  border-bottom-style: dotted !important; }

a.link-line-dotted:hover {
  border-bottom-style: dotted !important; }

a.link-line-dashed {
  border-bottom-style: dashed !important; }

a.link-line-dashed:link {
  border-bottom-style: dashed !important; }

a.link-line-dashed:hover {
  border-bottom-style: dashed !important; }

a.link-line-double {
  border-bottom-style: double !important; }

a.link-line-double:link {
  border-bottom-style: double !important; }

a.link-line-double:hover {
  border-bottom-style: double !important; }

a.link-line-dotted-to-solid {
  border-bottom-style: dotted !important; }

a.link-line-dotted-to-solid:link {
  border-bottom-style: dotted !important; }

a.link-line-dotted-to-solid:hover {
  border-bottom-style: solid !important; }

a.link-line-dashed-to-solid {
  border-bottom-style: dashed !important; }

a.link-line-dashed-to-solid:link {
  border-bottom-style: dashed !important; }

a.link-line-dashed-to-solid:hover {
  border-bottom-style: solid !important; }

a.link-line-thin {
  border-bottom-width: thin !important; }

a.link-line-thin:link {
  border-bottom-width: thin !important; }

a.link-line-thin:hover {
  border-bottom-width: thin !important; }

a.link-line-medium {
  border-bottom-width: medium !important; }

a.link-line-medium:link {
  border-bottom-width: medium !important; }

a.link-line-medium:hover {
  border-bottom-width: medium !important; }

a.link-line-thick {
  border-bottom-width: thick !important; }

a.link-line-thick:link {
  border-bottom-width: thick !important; }

a.link-line-thick:hover {
  border-bottom-width: thick !important; }

a.link-line-thin-to-thick {
  border-bottom-width: thin !important; }

a.link-line-thin-to-thick:link {
  border-bottom-width: thin !important; }

a.link-line-thin-to-thick:hover {
  border-bottom-width: thick !important; }

a.link-line-color {
  border-bottom-color: #009877 !important; }

a.link-line-color:link {
  border-bottom-color: #009877 !important; }

a.link-line-color:hover {
  border-bottom-color: #009877 !important; }

a.link-line-black {
  border-bottom-color: black !important; }

a.link-line-black:link {
  border-bottom-color: black !important; }

a.link-line-black:hover {
  border-bottom-color: black !important; }

a.link-line-white {
  border-bottom-color: white !important; }

a.link-line-white:link {
  border-bottom-color: white !important; }

a.link-line-white:hover {
  border-bottom-color: white !important; }

a.link-line-color-to-white {
  border-bottom-color: #009877 !important; }

a.link-line-color-to-white:link {
  border-bottom-color: #009877 !important; }

a.link-line-color-to-white:hover {
  border-bottom-color: white !important; }

a.link-line-color-to-black {
  border-bottom-color: #009877 !important; }

a.link-line-color-to-black:link {
  border-bottom-color: #009877 !important; }

a.link-line-color-to-black:hover {
  border-bottom-color: black !important; }

a.link-highlight-color {
  color: inherit;
  background-color: inherit; }

a.link-highlight-color-hover:link {
  color: inherit;
  background-color: inherit; }

a.link-highlight-color-hover:hover {
  color: white !important;
  background-color: #009877 !important; }

a.link-highlight-black {
  color: inherit;
  background-color: inherit; }

a.link-highlight-black-hover:link {
  color: inherit;
  background-color: inherit; }

a.link-highlight-black-hover:hover {
  color: white !important;
  background-color: black !important; }

a.link-highlight-white {
  color: inherit;
  background-color: inherit; }

a.link-highlight-white-hover:link {
  color: inherit;
  background-color: inherit; }

a.link-highlight-white-hover:hover {
  color: black !important;
  background-color: white !important; }

a.evo-link-bullet {
  position: relative;
  padding-left: 2ch; }

a.evo-link-bullet::before {
  content: '•';
  position: absolute;
  left: .2ch;
  background: transparent;
  width: auto;
  height: auto;
  border-radius: 10%;
  display: inline-block;
  line-height: inherit;
  color: #009877;
  text-align: center;
  font-family: inherit;
  opacity: .5; }

a.evo-link-bullet:hover::before {
  color: #009877;
  opacity: 1; }

.evo-link-bullet-span > span,
.evo-link-bullet-span > li > a > span {
  position: relative;
  padding-left: 2ch; }

.evo-link-bullet-span > span::before,
.evo-link-bullet-span > li > a > span::before {
  content: '•';
  position: absolute;
  left: .2ch;
  background: transparent;
  width: auto;
  height: auto;
  border-radius: 10%;
  display: inline-block;
  line-height: inherit;
  color: #009877;
  text-align: center;
  font-family: inherit;
  opacity: .5; }

.evo-link-bullet-span:hover > span::before,
.evo-link-bullet-span:hover > li > a > span::before {
  color: #009877;
  opacity: 1; }

.list-bullet-test-2 ul {
  list-style-type: none; }

.list-bullet-test-2 li > a {
  position: relative;
  padding-left: 2ch; }

.list-bullet-test-2 li > a:before {
  content: '•';
  position: absolute;
  left: .2ch;
  background: transparent;
  width: auto;
  height: auto;
  border-radius: 10%;
  display: inline-block;
  line-height: inherit;
  color: #009877;
  text-align: center;
  font-family: inherit;
  opacity: .5; }

.list-bullet-test-2 li > a:before:hover {
  opacity: 1; }

ul.bullet-link-2 {
  list-style-type: none; }
  ul.bullet-link-2 ul {
    margin-bottom: 0.275rem; }
  ul.bullet-link-2 li:before {
    opacity: .5; }

.bullet-link-2 > li:before a:hover {
  opacity: 1 !important;
  text-decoration: underline !important; }

.link-bullet-test li > a:before {
  content: "•";
  padding-right: 0.5ch;
  color: #009877;
  opacity: .5; }

.link-bullet-test li > a:hover {
  opacity: 1; }

.a-link,
a:link {
  color: #009877;
  background-color: transparent;
  text-decoration: none; }

.a-visited,
a:visited {
  color: #009877; }

.a-hover,
a:hover {
  color: #1a9ad6;
  text-decoration: none;
  outline-width: 0; }

.a-active,
a:active {
  color: black;
  text-decoration: none;
  outline-width: 0; }

.a-focus,
a:focus,
button:focus {
  color: invert;
  text-decoration: none;
  outline: unset;
  outline-color: #1a9ad6;
  outline-width: thin;
  outline-style: dotted;
  outline-offset: 0; }

a.evo-link-icon {
  padding-left: 1.5em;
  position: relative; }

a.evo-link-icon:before {
  content: '';
  display: inline-block;
  padding-left: 1.25ch;
  margin-left: 1.5em;
  position: absolute;
  height: 1em;
  width: 1em;
  background-image: url(../image/elements/circle-chevron-book.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -1.5em;
  top: 0;
  vertical-align: middle;
  opacity: .5; }

a.evo-link-icon:hover:before {
  opacity: 1; }

.evo-icon-list li,
.icon-list-inverse li {
  margin-left: 1.5em;
  position: relative;
  list-style-type: none; }

.evo-icon-list li:before {
  content: '';
  position: absolute;
  height: 1em;
  width: 1em;
  background-image: url(../image/elements/circle-chevron-book.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -1.5em;
  top: 0;
  vertical-align: middle; }

.icon-list-inverse li:before {
  background-image: url(../image/elements/circle-chevron-book-green.svg); }

.icon-size-xxx-large li:before,
a.icon-size-xxx-large:before {
  height: 2em;
  width: 2em;
  left: -2.5em; }

.icon-size-xxx-large li {
  margin-left: 2.5em; }

a.icon-size-xxx-large {
  margin-left: 1em; }

.icon-size-xx-large li:before,
a.icon-size-xx-large:before {
  height: 1.75em;
  width: 1.75em;
  left: -2.25em; }

.icon-size-xx-large li {
  margin-left: 2.25em; }

a.icon-size-xx-large {
  margin-left: .75em; }

.icon-size-x-large li:before,
a.icon-size-x-large:before {
  height: 1.5em;
  width: 1.5em;
  left: -2em; }

.icon-size-x-large li {
  margin-left: 2em; }

a.icon-size-x-large {
  margin-left: .5em; }

.icon-size-large li:before,
a.icon-size-large:before {
  height: 1.25em;
  width: 1.25em;
  left: -1.75em; }

.icon-size-large li {
  margin-left: 1.75em; }

a.icon-size-large {
  margin-left: .25em; }

.icon-size-medium li:before,
a.icon-size-medium:before {
  height: 1em;
  width: 1em;
  left: -1.5em; }

.icon-size-medium li {
  margin-left: 1.5em; }

a.icon-size-medium {
  margin-left: 0; }

.icon-size-small li:before,
a.icon-size-small:before {
  height: .75em;
  width: .75em;
  left: -1.25em; }

.icon-size-small li {
  margin-left: 1.25em; }

a.icon-size-small {
  margin-left: -.25em; }

.icon-size-x-small li:before,
a.icon-size-x-small:before {
  height: .5em;
  width: .5em;
  left: -1em; }

.icon-size-x-small li {
  margin-left: 1em; }

a.icon-size-x-small {
  margin-left: -.4em; }

.icon-size-xx-small li:before,
a.icon-size-xx-small:before {
  height: .35em;
  width: .35em;
  left: -.75em; }

.icon-size-xx-small li {
  margin-left: .75em; }

a.icon-size-xx-small {
  margin-left: -.65em; }

.icon-scroll-chevron-container {
  position: relative;
  width: 24px;
  height: 24px; }

.icon-scroll-chevron {
  position: absolute;
  width: 28px;
  height: 1px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: icon-scroll-chevron-move 10s ease-out infinite; }

.icon-scroll-chevron:first-child {
  animation: icon-scroll-chevron-move 10s ease-out 1s infinite; }

.icon-scroll-chevron:nth-child(2) {
  animation: icon-scroll-chevron-move 10s ease-out 2s infinite; }

.icon-scroll-chevron:before,
.icon-scroll-chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff; }

.icon-scroll-chevron:before {
  left: 0;
  transform: skew(0deg, 30deg); }

.icon-scroll-chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg); }

@keyframes icon-scroll-chevron-move {
  25% {
    opacity: 1; }
  33% {
    opacity: 1;
    transform: translateY(30px); }
  67% {
    opacity: 1;
    transform: translateY(40px); }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5); } }

.icon-scroll-chevron-text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: icon-scroll-chevron-pulse 2s linear alternate infinite; }

@keyframes icon-scroll-chevron-pulse {
  to {
    opacity: 1; } }

.icon-scroll-mousey-container {
  position: relative; }

.icon-scroll-mousey-scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.icon-scroll-mousey {
  width: 3px;
  padding: 10px 15px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75; }

.icon-scroll-mousey-scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: icon-scroll-mousey-scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite; }

@keyframes icon-scroll-mousey-scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(15px);
    opacity: 0; } }

a.evo-inverse-button,
input.evo-inverse-button,
a.evo-button,
input.evo-button,
button,
[type="button"],
[type="reset"],
[type="submit"] {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1em;
  padding-right: 1em;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0; }

.evo-button {
  color: black;
  background-color: transparent;
  border-color: black; }

.evo-button:hover,
button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
  color: white;
  background-color: black;
  border-color: black;
  border-style: solid;
  border-width: 2px; }

.evo-inverse-button {
  color: white;
  background-color: transparent;
  border-color: white; }

.evo-inverse-button:hover {
  color: black;
  background-color: white;
  border-color: white;
  border-style: solid;
  border-width: 2px; }

.ghost-to-solid {
  color: black !important;
  background-color: transparent !important;
  border-color: black !important; }

.ghost-to-solid:hover {
  color: white !important;
  background-color: black !important;
  border-color: black !important;
  border-style: solid;
  border-width: 2px; }

.solid-to-ghost {
  color: white !important;
  background-color: black !important;
  border-color: black !important; }

a.solid-to-ghost:hover,
.solid-to-ghost:hover {
  color: black !important;
  background-color: transparent !important;
  border-color: black !important; }

.solid-to-ghost-color {
  color: white !important;
  background-color: black !important;
  border-color: black !important; }

a.solid-to-ghost-color:hover,
.solid-to-ghost-color:hover {
  color: #009877 !important;
  background-color: transparent !important;
  border-color: #009877 !important; }

.ghost-color-to-solid {
  color: #009877 !important;
  background-color: transparent !important;
  border-color: #009877 !important; }

a.ghost-color-to-solid:hover,
.ghost-color-to-solid:hover {
  color: white !important;
  background-color: black !important;
  border-color: black !important; }

.solid-to-solid-color {
  color: white !important;
  background-color: black !important;
  border-color: black !important; }

a.solid-to-solid-color:hover,
.solid-to-solid-color:hover {
  color: white !important;
  background-color: #009877 !important;
  border-color: #009877 !important; }

.solid-color-to-solid {
  color: white !important;
  background-color: #009877 !important;
  border-color: #009877 !important; }

a.solid-color-to-solid:hover,
.solid-color-to-solid:hover {
  color: white !important;
  background-color: black !important;
  border-color: black !important; }

.ghost-to-solid-color {
  color: black !important;
  background-color: transparent !important;
  border-color: black !important; }

a.ghost-to-solid-color:hover,
.ghost-to-solid-color:hover {
  color: white !important;
  background-color: #009877 !important;
  border-color: #009877 !important; }

.solid-color-to-ghost {
  color: white !important;
  background-color: #009877 !important;
  border-color: #009877 !important; }

a.solid-color-to-ghost:hover,
.solid-color-to-ghost:hover {
  color: black !important;
  background-color: transparent !important;
  border-color: black !important; }

.solid-color-to-ghost-color {
  color: white !important;
  background-color: #009877 !important;
  border-color: #009877 !important; }

a.solid-color-to-ghost-color:hover,
.solid-color-to-ghost-color:hover {
  color: #009877 !important;
  background-color: transparent !important;
  border-color: #009877 !important; }

.ghost-color-to-solid-color {
  color: #009877 !important;
  background-color: transparent !important;
  border-color: #009877 !important; }

a.ghost-color-to-solid-color:hover,
.ghost-color-to-solid-color:hover {
  color: white !important;
  background-color: #009877 !important;
  border-color: #009877 !important; }

.ghost-to-ghost-color {
  color: black !important;
  background-color: transparent !important;
  border-color: black !important; }

a.ghost-to-ghost-color:hover,
.ghost-to-ghost-color:hover {
  color: #009877 !important;
  background-color: transparent !important;
  border-color: #009877 !important; }

.ghost-color-to-ghost {
  color: #009877 !important;
  background-color: transparent !important;
  border-color: #009877 !important; }

a.ghost-color-to-ghost:hover,
.ghost-color-to-ghost:hover {
  color: black !important;
  background-color: transparent !important;
  border-color: black !important; }

.inverse-ghost-to-solid {
  color: white !important;
  background-color: transparent !important;
  border-color: white !important; }

.inverse-ghost-to-solid:hover {
  color: black !important;
  background-color: white !important;
  border-color: white !important; }

.inverse-solid-to-ghost {
  color: black !important;
  background-color: white !important;
  border-color: white !important; }

a.inverse-solid-to-ghost:hover,
.inverse-solid-to-ghost:hover {
  color: white !important;
  background-color: transparent !important;
  border-color: white !important; }

.inverse-solid-to-ghost-color {
  color: black !important;
  background-color: white !important;
  border-color: white !important; }

a.inverse-solid-to-ghost-color:hover,
.inverse-solid-to-ghost-color:hover {
  color: #009877 !important;
  background-color: transparent !important;
  border-color: #009877 !important; }

.inverse-ghost-color-to-solid {
  color: #009877 !important;
  background-color: transparent !important;
  border-color: #009877 !important; }

a.inverse-ghost-color-to-solid:hover,
.inverse-ghost-color-to-solid:hover {
  color: black !important;
  background-color: white !important;
  border-color: white !important; }

.inverse-solid-to-solid-color {
  color: black !important;
  background-color: white !important;
  border-color: white !important; }

a.inverse-solid-to-solid-color:hover,
.inverse-solid-to-solid-color:hover {
  color: black !important;
  background-color: #009877 !important;
  border-color: #009877 !important; }

.inverse-solid-color-to-solid {
  color: black !important;
  background-color: #009877 !important;
  border-color: #009877 !important; }

a.inverse-solid-color-to-solid:hover,
.inverse-solid-color-to-solid:hover {
  color: black !important;
  background-color: white !important;
  border-color: white !important; }

.inverse-ghost-to-solid-color {
  color: white !important;
  background-color: transparent !important;
  border-color: white !important; }

a.inverse-ghost-to-solid-color:hover,
.inverse-ghost-to-solid-color:hover {
  color: black !important;
  background-color: #009877 !important;
  border-color: #009877 !important; }

.inverse-solid-color-to-ghost {
  color: black !important;
  background-color: #009877 !important;
  border-color: #009877 !important; }

a.inverse-solid-color-to-ghost:hover,
.inverse-solid-color-to-ghost:hover {
  color: white !important;
  background-color: transparent !important;
  border-color: white !important; }

.inverse-solid-color-to-ghost-color {
  color: black !important;
  background-color: #009877 !important;
  border-color: #009877 !important; }

a.inverse-solid-color-to-ghost-color:hover,
.inverse-solid-color-to-ghost-color:hover {
  color: #009877 !important;
  background-color: transparent !important;
  border-color: #009877 !important; }

.inverse-ghost-color-to-solid-color {
  color: #009877 !important;
  background-color: transparent !important;
  border-color: #009877 !important; }

a.inverse-ghost-color-to-solid-color:hover,
.inverse-ghost-color-to-solid-color:hover {
  color: black !important;
  background-color: #009877 !important;
  border-color: #009877 !important; }

.inverse-ghost-to-ghost-color {
  color: white !important;
  background-color: transparent !important;
  border-color: white !important; }

a.inverse-ghost-to-ghost-color:hover,
.inverse-ghost-to-ghost-color:hover {
  color: #009877 !important;
  background-color: transparent !important;
  border-color: #009877 !important; }

.inverse-ghost-color-to-ghost {
  color: #009877 !important;
  background-color: transparent !important;
  border-color: #009877 !important; }

a.inverse-ghost-color-to-ghost:hover,
.inverse-ghost-color-to-ghost:hover {
  color: white !important;
  background-color: transparent !important;
  border-color: white !important; }

.button-size-large {
  font-size: 125%; }

.button-size-medium {
  font-size: 100%; }

.button-size-small {
  font-size: 75%; }

.button-padding-thick {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  padding-left: 2em;
  padding-right: 2em; }

.button-padding-medium {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1em;
  padding-right: 1em; }

.button-padding-thin {
  padding-top: .25em;
  padding-bottom: .25em;
  padding-left: .5em;
  padding-right: .5em; }

.button-padding-none {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: .25em;
  padding-right: .25em; }

.button-box-thick {
  border-width: thick; }

.button-box-thick:hover {
  border-width: thick; }

.button-box-medium {
  border-width: medium; }

.button-box-medium:hover {
  border-width: medium; }

.button-box-thin {
  border-width: thin; }

.button-box-thin:hover {
  border-width: thin; }

.button-box-none {
  border-width: 0; }

.button-box-none:hover {
  border-width: 0; }

.evo-bullet-button,
button.evo-bullet-button,
a.evo-bullet-button,
input.evo-bullet-button {
  position: relative;
  padding-left: 3ch; }

.evo-bullet-button::before,
button.evo-bullet-button::before,
a.evo-bullet-button::before,
input.evo-bullet-button::before {
  content: '•';
  position: absolute;
  left: .2ch;
  background: transparent;
  width: auto;
  height: auto;
  border-radius: 10%;
  display: inline-block;
  line-height: inherit;
  color: #009877;
  text-align: center;
  font-family: inherit;
  opacity: .5; }

.evo-bullet-button::before,
button.evo-bullet-button::before,
a.evo-bullet-button::before,
input.evo-bullet-button::before {
  padding-left: 1.25ch; }

.evo-bullet-button:hover::before,
button.evo-bullet-button:hover::before,
a.evo-bullet-button:hover::before,
input.evo-bullet-button:hover::before {
  color: #009877;
  opacity: 1; }

label.evo-icon-button:before,
a.evo-icon-button:before,
button.evo-icon-button:before {
  content: '';
  display: inline-block;
  padding-left: 1.25ch;
  margin-left: 2.5em;
  position: absolute;
  height: 1em;
  width: 1em;
  background-image: url(../image/elements/circle-chevron-book.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -1.5em;
  top: auto;
  vertical-align: middle; }

label.evo-icon-button,
a.evo-icon-button,
button.evo-icon-button {
  padding-left: 2.5em;
  position: relative; }

label.button-upload:before,
a.button-upload:before,
button.button-upload:before {
  background-image: url("../image/brand/upload-book.svg"); }

label.button-download:before,
a.button-download:before,
button.button-download:before {
  background-image: url("../image/brand/download-book.svg"); }

a.evo-icon-button-2:before,
button.evo-icon-button-2:before {
  content: '';
  display: inline-block;
  padding-left: 1.5em;
  margin-left: 1.5em;
  position: absolute;
  height: 1em;
  width: 1em;
  background-image: url(../image/elements/circle-chevron-book.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -1.5em;
  top: auto;
  vertical-align: middle; }

a.evo-icon-button-2,
button.evo-icon-button-2 {
  padding-left: 1.5em;
  position: relative;
  border: 0; }

.sub-main {
  width: 30%;
  margin: 22px;
  float: left; }

/*Button One*/
button.button-one {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

button.button-one:active {
  background-color: #009877;
  border-color: #009877;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
  transform: translateY(0.1em); }

/*Button One Alt*/
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(0.97, 0.97, 0.97) translateY(0.15em); }
  65% {
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    transform: scale3d(1, 1, 1); } }

button.button-one-alt {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  animation-iteration-count: 1; }

button.button-one-alt:active {
  background-color: #009877;
  border-color: #009877;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4), 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  animation-duration: .5s;
  animation-name: pulse; }

/*Button Two*/
button.button-two span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.2s; }

button.button-two span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: 1em; }

.button-two:hover span {
  padding-right: 1em; }

button.button-two:hover span:after {
  opacity: 1;
  right: 0; }

/*Button Three*/
button.button-three {
  position: relative;
  overflow: hidden; }

button.button-three:hover {
  box-shadow: 0px 2px 10px 5px #97B1BF; }

button.button-three:after {
  content: "";
  background: #009877;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s; }

button.button-three:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s; }

button.evo-button-neon {
  font-family: neon, sans-serif;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1em;
  padding-right: 1em; }

button.evo-button-neon {
  color: #f0f !important;
  background-color: transparent;
  border-color: #f0f; }

button.evo-button-neon:hover {
  color: #f7f !important;
  background-color: white;
  border-color: #f7f;
  border-style: solid;
  border-width: 2px;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0; }

.evo-list {
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 0.275em; }

.list-none {
  list-style-type: none;
  list-style-image: none; }

ul,
ol {
  color: inherit;
  margin-top: 0;
  margin-bottom: 1.4375em; }

.list-inline {
  list-style: none;
  padding-left: 0;
  display: inline; }
  .list-inline li {
    display: inline;
    padding-right: 1ch; }

.span-bottom li > a > span {
  border-bottom: 1px solid gray; }

.span-bottom li > a > span:hover {
  border-bottom: 1px dotted red; }

.no-break.span-bottom span,
.no-break li > a.borderborder {
  white-space: nowrap; }

li > a.borderborder,
span.borderborder {
  border-bottom-padding: 1em;
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color: gray; }

li > a.borderborder:hover,
span.borderborder:hover {
  border-bottom-style: dashed;
  border-bottom-color: red; }

.list-size-large {
  font-size: 125%; }

.list-size-medium {
  font-size: 100%; }

.list-size-small {
  font-size: 75%; }

.list-icon-xxx-large li:before {
  height: 2em;
  width: 2em;
  left: -2.5em;
  top: .65em; }

.list-icon-xxx-large li {
  margin-left: 2.5em; }

.list-icon-xx-large li:before {
  height: 1.75em;
  width: 1.75em;
  left: -2.25em;
  top: .65em; }

.list-icon-xx-large li {
  margin-left: 2.25em; }

.list-icon-x-large li:before {
  height: 1.5em;
  width: 1.5em;
  left: -2em;
  top: .65em; }

.list-icon-x-large li {
  margin-left: 2em; }

.list-icon-large li:before {
  height: 1.25em;
  width: 1.25em;
  left: -1.75em;
  top: .65em; }

.list-icon-large li {
  margin-left: 1.75em; }

.list-icon-medium li:before {
  height: 1em;
  width: 1em;
  left: -1.5em;
  top: .65em; }

.list-icon-medium li {
  margin-left: 1.5em; }

.list-icon-small li:before {
  height: .75em;
  width: .75em;
  left: -1.25em;
  top: .65em; }

.list-icon-small li {
  margin-left: 1.25em; }

.list-icon-x-small li:before {
  height: .5em;
  width: .5em;
  left: -1em;
  top: .7em; }

.list-icon-x-small li {
  margin-left: 1em; }

.list-icon-xx-small li:before {
  height: .35em;
  width: .35em;
  left: -.75em;
  top: .65em; }

.list-icon-xx-small li {
  margin-left: .75em; }

.list-padding-thick li {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }
  .list-padding-thick li:before {
    padding-top: inherit;
    padding-bottom: inherit; }

.list-padding-medium li {
  padding-top: 1em;
  padding-bottom: 1em; }
  .list-padding-medium li:before {
    padding-top: inherit;
    padding-bottom: inherit; }

.list-padding-thin li {
  padding-top: .65em;
  padding-bottom: .65em; }
  .list-padding-thin li:before {
    padding-top: inherit;
    padding-bottom: inherit; }

.list-padding-none li {
  padding-top: 0;
  padding-bottom: 0; }
  .list-padding-none li:before {
    padding-top: inherit;
    padding-bottom: inherit; }

.list-margin-none li {
  margin-bottom: 0; }

ul {
  list-style-position: inside; }
  ul.evo-list {
    list-style-type: none; }
  ul.list-align,
  ul.list-align ul,
  ul.list-align ul ul {
    list-style-position: outside;
    margin-left: 1em; }
  ul.list-hang,
  ul.list-hang ul,
  ul.list-hand ul ul {
    margin-left: -.1ch; }
  ul.list-circle {
    list-style-type: circle; }
  ul.list-square {
    list-style-type: square; }
  ul.list-disc {
    list-style-type: disc; }

.evo-list-bullet li,
.list-bullet-inverse li {
  margin-left: 0;
  position: relative;
  list-style-type: none;
  list-style-position: inside;
  padding-left: 1.5ch; }

.evo-list-bullet li:before {
  content: '•';
  position: absolute;
  height: auto;
  width: auto;
  background: transparent;
  border-radius: 10%;
  color: #009877;
  text-align: center;
  left: -.2ch;
  top: 0;
  vertical-align: middle; }

.evo-list-bullet li:before li:before {
  background-image: url(../image/elements/circle-chevron-book-green.svg); }

ul.list-bullet {
  list-style-type: none;
  list-style-position: inside; }
  ul.list-bullet ul {
    margin-bottom: 0.275rem; }
  ul.list-bullet li:before {
    content: "•";
    padding-right: 0.5ch;
    color: #009877; }

ul.bullet-dash li:before,
a.bullet-dash:before,
button.bullet-dash:before {
  content: "–"; }

ul.bullet-slash li:before,
a.bullet-slash:before,
button.bullet-slash:before {
  content: "∕"; }

ul.bullet-solidus li:before,
a.bullet-solidus:before,
button.bullet-solidus:before {
  content: "/"; }

ul.bullet-triangle li:before,
a.bullet-triangle:before,
button.bullet-triangle:before {
  content: "‣"; }

ul.bullet-arrow li:before,
a.bullet-arrow:before,
button.bullet-arrrow:before {
  content: "→"; }

ul.bullet-arrow-single li:before,
a.bullet-arrow-single:before,
button.bullet-arrow-single:before {
  content: "›"; }

ul.bullet-arrow-double li:before,
a.bullet-arrow-double:before,
button.bullet-arrow-double:before {
  content: "»"; }

ul.bullet-arrow-down li:before,
a.bullet-arrow-down:before,
button.bullet-arrow-down:before {
  content: "↓"; }

ul.bullet-x li:before,
a.bullet-x:before,
button.bullet-x:before {
  content: "✗"; }

ul.bullet-check li:before,
a.bullet-check:before,
button.bullet-check:before {
  content: "✓"; }

ul.bullet-color li:before,
a.bullet-color:before,
button.bullet-color:before {
  color: #009877; }

ul.bullet-black li:before,
a.bullet-black:before,
button.bullet-black:before {
  color: black; }

ul.bullet-white li:before,
a.bullet-white:before,
button.bullet-black:before {
  color: white; }

ul.bullet-gray-dark li:before,
a.bullet-gray-dark:before,
button.bullet-gray-dark:before {
  color: #333333; }

ul.bullet-gray li:before,
a.bullet-gray:before,
button.bullet-gray:before {
  color: #7f7f7f; }

ul.bullet-gray-light li:before,
a.bullet-gray-light:before,
button.bullet-gray-light:before {
  color: #cccccc; }

ol {
  list-style-type: decimal;
  list-style-position: inside; }
  ol.list-align,
  ol.list-align ol,
  ol.list-align ol ol {
    list-style-position: inside; }
  ol.list-hang,
  ol.list-hang ol,
  ol.list-hang ol ol {
    list-style-position: outside; }
  ol.list-decimal {
    list-style-type: decimal; }
  ol.list-decimal-zero {
    list-style-type: decimal-leading-zero; }
  ol.list-lower-alpha {
    list-style-type: lower-alpha; }
  ol.list-upper-alpha {
    list-style-type: upper-alpha; }
  ol.list-lower-latin {
    list-style-type: lower-latin; }
  ol.list-upper-latin {
    list-style-type: upper-latin; }
  ol.list-lower-roman {
    list-style-type: lower-roman; }
  ol.list-upper-roman {
    list-style-type: upper-roman; }

ol.list-armenian {
  list-style-type: armenian; }

ol.list-cjk-ideographic {
  list-style-type: cjk-ideographic; }

ol.list-georgian {
  list-style-type: georgian; }

ol.list-hebrew {
  list-style-type: hebrew; }

ol.list-hiragana {
  list-style-type: hiragana; }

ol.list-hiragana-iroha {
  list-style-type: hiragana-iroha; }

ol.list-katakana {
  list-style-type: katakana; }

ol.list-katakana-iroha {
  list-style-type: katakana-iroha; }

ol.list-lower-greek {
  list-style-type: lower-greek; }

.evo-list-number {
  counter-reset: awesome-counter;
  list-style-type: none; }
  .evo-list-number .evo-list-number,
  .evo-list-number ol,
  .evo-list-number ol ol {
    margin-top: 1.5em;
    list-style-type: none; }
  .evo-list-number li {
    position: relative;
    counter-increment: awesome-counter;
    padding-left: 2ch; }
  .evo-list-number li::before {
    content: counter(awesome-counter);
    position: absolute;
    top: .5em;
    left: 0;
    transform: translateY(-40%);
    background: transparent;
    width: 1.5em;
    height: 1.5em;
    border-radius: 10%;
    display: inline-block;
    line-height: inherit;
    color: #009877;
    text-align: center; }
  .evo-list-number ol li::before {
    background: transparent; }
  .evo-list-number ol ol li::before {
    background: transparent; }

.evo-list-number.list-number-down li::before {
  transform: translateY(-18%); }

.evo-list-number.list-number-counter-zero li::before {
  content: counter(awesome-counter, decimal-leading-zero) "."; }

.evo-list-lines {
  list-style-type: none; }
  .evo-list-lines ul,
  .evo-list-lines ol {
    margin-bottom: 0.275rem; }
  .evo-list-lines li {
    padding-top: 1em;
    padding-left: 0;
    padding-bottom: 1em;
    margin-bottom: 0; }
    .evo-list-lines li:before {
      transform: translateY(30%); }
    .evo-list-lines li:first-child {
      border-top-style: solid;
      border-top-width: thin;
      border-top-color: #000; }
    .evo-list-lines li:not(:first-child) {
      border-top-style: dotted;
      border-top-width: thin;
      border-top-color: #ccc; }
    .evo-list-lines li:last-child {
      border-bottom-style: solid;
      border-bottom-width: thin;
      border-bottom-color: #000; }

.align-number-thick li:before {
  transform: translateY(50%); }

.align-number-medium li:before {
  transform: translateY(30%); }

.align-number-thin li:before {
  transform: translateY(-5%); }

.align-number-none li:before {
  transform: translateY(-34%); }

.evo-list-stripe li:nth-child(even),
.evo-list-stripe-even li:nth-child(even) {
  background-color: #eee; }

.evo-list-stripe-odd li:nth-child(odd) {
  background-color: #eee; }

.evo-list-lines-indent li {
  padding-left: .75ch;
  padding-right: .75ch; }

.evo-list-lines-indent-more li {
  padding-left: 3ch;
  padding-right: 3ch; }

.evo-list-lines-top li {
  padding-top: 1.25ex !important;
  min-height: 8ex !important;
  padding-bottom: 1.25ex !important; }

.evo-list-lines-phone-1 li {
  min-height: 1em !important; }

.evo-list-lines-phone-2 li {
  min-height: 2em !important; }

.evo-list-lines-phone-3 li {
  min-height: 3em !important; }

.evo-list-lines-phone-4 li {
  min-height: 4em !important; }

.evo-list-lines-phone-5 li {
  min-height: 5em !important; }

.evo-list-lines-phone-6 li {
  min-height: 6em !important; }

.evo-list-lines-phone-a li {
  padding-bottom: 1.3125em !important; }

.evo-list-lines-phone-b li {
  padding-bottom: 1.4375em !important; }

.evo-list-lines-phone-c li {
  padding-bottom: 1.875em !important; }

.evo-list-lines-phone-d li {
  padding-bottom: 2.3125em !important; }

.evo-list-lines-phone-e li {
  padding-bottom: 2.6875em !important; }

.evo-list-lines-phone-f li {
  padding-bottom: 3em !important; }

.evo-list-lines-black li {
  border-top-color: black !important; }
  .evo-list-lines-black li:last-child {
    border-bottom-color: black !important; }

.evo-list-lines-gray li {
  border-top-color: #eee !important; }
  .evo-list-lines-gray li:last-child {
    border-bottom-color: #eee !important; }

.evo-list-lines-white li {
  border-top-color: white !important; }
  .evo-list-lines-white li:last-child {
    border-bottom-color: white !important; }

.evo-list-lines-solid li {
  border-top-style: solid !important; }
  .evo-list-lines-solid li:last-child {
    border-bottom-style: solid !important; }

.evo-list-lines-dotted li {
  border-top-style: dotted !important; }
  .evo-list-lines-dotted li:last-child {
    border-bottom-style: dotted !important; }

.evo-list-lines-dashed li {
  border-top-style: dashed !important; }
  .evo-list-lines-dashed li:last-child {
    border-bottom-style: dashed !important; }

.evo-list-lines-double li {
  border-top-style: double !important; }
  .evo-list-lines-double li:last-child {
    border-bottom-style: double !important; }

.evo-list-lines-thin li {
  border-top-width: thin !important; }
  .evo-list-lines-thin li:last-child {
    border-bottom-width: thin !important; }

.evo-list-lines-medium li {
  border-top-width: medium !important; }
  .evo-list-lines-medium li:last-child {
    border-bottom-width: medium !important; }

.evo-list-lines-thick li {
  border-top-width: thick !important; }
  .evo-list-lines-thick li:last-child {
    border-bottom-width: thick !important; }

.evo-list-line-top-thin li:first-child {
  border-top-width: thin !important; }

.evo-list-line-top-medium li:first-child {
  border-top-width: medium !important; }

.evo-list-line-top-thick li:first-child {
  border-top-width: thick !important; }

.evo-list-line-middle-thin li:not(:first-child) {
  border-top-width: thin !important; }

.evo-list-line-middle-medium li:not(:first-child) {
  border-top-width: medium !important; }

.evo-list-line-middle-thick li:not(:first-child) {
  border-top-width: thick !important; }

.evo-list-line-bottom-thin li:last-child {
  border-bottom-width: thin !important; }

.evo-list-line-bottom-medium li:last-child {
  border-bottom-width: medium !important; }

.evo-list-line-bottom-thick li:last-child {
  border-bottom-width: thick !important; }

.evo-list-line-top-black li:first-child {
  border-top-color: black !important; }

.evo-list-line-top-gray li:first-child {
  border-top-color: #ccc !important; }

.evo-list-line-top-white li:first-child {
  border-top-color: white !important; }

.evo-list-line-middle-black li:not(:first-child) {
  border-top-color: black !important; }

.evo-list-line-middle-gray li:not(:first-child) {
  border-top-color: #ccc !important; }

.evo-list-line-middle-white li:not(:first-child) {
  border-top-color: white !important; }

.evo-list-line-bottom-black li:last-child {
  border-bottom-color: black !important; }

.evo-list-line-bottom-gray li:last-child {
  border-bottom-color: #ccc !important; }

.evo-list-line-bottom-white li:last-child {
  border-bottom-color: white !important; }

.evo-list-line-top-solid li:first-child {
  border-top-style: solid !important; }

.evo-list-line-top-dotted li:first-child {
  border-top-style: dotted !important; }

.evo-list-line-top-dashed li:first-child {
  border-top-style: dashed !important; }

.evo-list-line-top-double li:first-child {
  border-top-style: double !important; }

.evo-list-line-middle-solid li:not(:first-child) {
  border-top-style: solid !important; }

.evo-list-line-middle-dotted li:not(:first-child) {
  border-top-style: dotted !important; }

.evo-list-line-middle-dashed li:not(:first-child) {
  border-top-style: dashed !important; }

.evo-list-line-middle-double li:not(:first-child) {
  border-top-style: double !important; }

.evo-list-line-bottom-solid li:last-child {
  border-bottom-style: solid !important; }

.evo-list-line-bottom-dotted li:last-child {
  border-bottom-style: dotted !important; }

.evo-list-line-bottom-dashed li:last-child {
  border-bottom-style: dashed !important; }

.evo-list-line-bottom-double li:last-child {
  border-bottom-style: double !important; }

ul.bullet-dot li:before,
a.bullet-dot:before,
button.bullet-dot:before {
  content: "•"; }

ul.bullet-dot-open li:before,
a.bullet-dot-open:before,
button.bullet-dot-open:before {
  content: "◦"; }

ul.bullet-arrow-heavy li:before,
a.bullet-arrow-heavy:before,
button.bullet-arrow-heavy:before {
  content: "➜"; }

ul.bullet-triangle-large li:before,
a.bullet-triangle-large:before,
button.bullet-triangle-large:before {
  content: "▸"; }

ul.bullet-triangle-open-large li:before,
a.bullet-triangle-open-large:before,
button.bullet-triangle-open-large:before {
  content: "▹"; }

ul.bullet-diamond li:before,
a.bullet-diamond:before,
button.bullet-diamond:before {
  content: "◆"; }

ul.bullet-diamond-open li:before,
a.bullet-diamond-open:before,
button.bullet-diamond-open:before {
  content: "◇"; }

ul.bullet-asterisk-circle li:before,
a.bullet-asterisk-circle:before,
button.bullet-asterisk-circle:before {
  content: "⊛"; }

ul.bullet-star-circle li:before,
a.bullet-star-circle:before,
button.bullet-star-circle:before {
  content: "⍟"; }

ul.bullet-snowflake li:before,
a.bullet-snowflake:before,
button.bullet-snowflake:before {
  content: "❄"; }

ul.bullet-asterisk-heavy li:before,
a.bullet-asterisk-heavy:before,
button.bullet-asterisk-heavy:before {
  content: "✱"; }

ul.bullet-asterisk li:before,
a.bullet-asterisk:before,
button.bullet-asterisk:before {
  content: "*"; }

ul.bullet-star li:before,
a.bullet-star:before,
button.bullet-star:before {
  content: "⭑"; }

ul.bullet-star-open li:before,
a.bullet-star-open:before,
button.bullet-star-open:before {
  content: "⭒"; }

ul.bullet-check-heavy li:before,
a.bullet-check-heavy:before,
button.bullet-check-heavy:before {
  content: "✔"; }

.image {
  width: 100%;
  height: auto;
  display: block; }

.image-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.image-circle {
  border-radius: 50%;
  padding-top: 100%; }

.image-square {
  width: 100%;
  padding-top: 100%;
  border-radius: 0 !important; }

.image-bg {
  display: block;
  float: left;
  width: 100%;
  height: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: top; }

.image-bg-test {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: top; }

.image-bg-fpo-test {
  background-image: url(../image/brand/fpo.jpg); }

.image-bg-fpo {
  background: url(../image/brand/fpo.jpg) center center/cover no-repeat; }

.image-bg-random {
  background: url(../image/brand/fpo.jpg) center center/cover no-repeat;
  background: url(https://unsplash.it/1024/963?random) center center/cover no-repeat; }

.image-bg-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.color-fpo {
  color: #009877; }

.color-bg-fpo {
  background-color: #009877; }

.cover {
  background-size: cover !important; }

.contain {
  background-size: contain !important; }

.bg-center {
  background-repeat: no-repeat;
  background-position: 50%; }

.bg-top {
  background-repeat: no-repeat;
  background-position: top; }

.bg-right {
  background-repeat: no-repeat;
  background-position: 100%; }

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom; }

.bg-left {
  background-repeat: no-repeat;
  background-position: 0; }

.evo-image-round {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem; }

.image-reset {
  border: 0;
  border-style: none; }

.evo-image, .evo-image-square, .evo-image-1, .evo-image-2, .evo-image-3, .evo-image-4, .evo-image-5, .evo-image-6, .evo-image-7, .evo-image-8, .evo-image-9, .evo-image-10, .evo-image-11, .evo-image-12, .evo-image-13, .evo-image-14, .evo-image-15, .evo-image-16, .evo-image-17, .evo-image-18, .evo-image-19, .evo-image-20, .evo-image-21, .evo-image-22, .evo-image-23, .evo-image-24, .evo-image-25, .evo-image-26, .evo-image-27, .evo-image-28, .evo-image-29, .evo-image-30, .evo-image-31, .evo-image-32, .evo-image-33, .evo-image-34, .evo-image-35, .evo-image-36, .evo-image-37, .evo-image-38, .evo-image-39, .evo-image-40, .evo-image-41, .evo-image-42, .evo-image-43, .evo-image-44, .evo-image-45, .evo-image-46, .evo-image-47, .evo-image-48, .evo-image-49, .evo-image-50, .evo-image-51, .evo-image-52, .evo-image-53, .evo-image-54, .evo-image-55, .evo-image-56, .evo-image-57, .evo-image-58, .evo-image-59, .evo-image-60, .evo-image-61, .evo-image-62, .evo-image-63, .evo-image-64, .evo-image-65, .evo-image-66, .evo-image-67, .evo-image-68, .evo-image-69, .evo-image-70 {
  display: block;
  float: left;
  width: 100%;
  height: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: top; }

.evo-image-square {
  padding-top: 100%; }

.evo-image-1 {
  padding-top: 1%; }

.evo-image-2 {
  padding-top: 2%; }

.evo-image-3 {
  padding-top: 3%; }

.evo-image-4 {
  padding-top: 4%; }

.evo-image-5 {
  padding-top: 5%; }

.evo-image-6 {
  padding-top: 6%; }

.evo-image-7 {
  padding-top: 7%; }

.evo-image-8 {
  padding-top: 8%; }

.evo-image-9 {
  padding-top: 9%; }

.evo-image-10 {
  padding-top: 10%; }

.evo-image-11 {
  padding-top: 11%; }

.evo-image-12 {
  padding-top: 12%; }

.evo-image-13 {
  padding-top: 13%; }

.evo-image-14 {
  padding-top: 15%; }

.evo-image-15 {
  padding-top: 17%; }

.evo-image-16 {
  padding-top: 20%; }

.evo-image-17 {
  padding-top: 25%; }

.evo-image-18 {
  padding-top: 30%; }

.evo-image-19 {
  padding-top: 35%; }

.evo-image-20 {
  padding-top: 40%; }

.evo-image-21 {
  padding-top: 45%; }

.evo-image-22 {
  padding-top: 50%; }

.evo-image-23 {
  padding-top: 55%; }

.evo-image-24 {
  padding-top: 60%; }

.evo-image-25 {
  padding-top: 65%; }

.evo-image-26 {
  padding-top: 70%; }

.evo-image-27 {
  padding-top: 75%; }

.evo-image-28 {
  padding-top: 80%; }

.evo-image-29 {
  padding-top: 85%; }

.evo-image-30 {
  padding-top: 90%; }

.evo-image-31 {
  padding-top: 95%; }

.evo-image-32 {
  padding-top: 100%; }

.evo-image-33 {
  padding-top: 105%; }

.evo-image-34 {
  padding-top: 110%; }

.evo-image-35 {
  padding-top: 115%; }

.evo-image-36 {
  padding-top: 120%; }

.evo-image-37 {
  padding-top: 125%; }

.evo-image-38 {
  padding-top: 130%; }

.evo-image-39 {
  padding-top: 135%; }

.evo-image-40 {
  padding-top: 140%; }

.evo-image-41 {
  padding-top: 145%; }

.evo-image-42 {
  padding-top: 150%; }

.evo-image-43 {
  padding-top: 155%; }

.evo-image-44 {
  padding-top: 160%; }

.evo-image-45 {
  padding-top: 165%; }

.evo-image-46 {
  padding-top: 170%; }

.evo-image-47 {
  padding-top: 175%; }

.evo-image-48 {
  padding-top: 180%; }

.evo-image-49 {
  padding-top: 185%; }

.evo-image-50 {
  padding-top: 190%; }

.evo-image-51 {
  padding-top: 195%; }

.evo-image-52 {
  padding-top: 200%; }

.evo-image-53 {
  padding-top: 225%; }

.evo-image-54 {
  padding-top: 250%; }

.evo-image-55 {
  padding-top: 275%; }

.evo-image-56 {
  padding-top: 300%; }

.evo-image-57 {
  padding-top: 325%; }

.evo-image-58 {
  padding-top: 350%; }

.evo-image-59 {
  padding-top: 375%; }

.evo-image-60 {
  padding-top: 400%; }

.evo-image-61 {
  padding-top: 425%; }

.evo-image-62 {
  padding-top: 450%; }

.evo-image-63 {
  padding-top: 475%; }

.evo-image-64 {
  padding-top: 500%; }

.evo-image-65 {
  padding-top: 525%; }

.evo-image-66 {
  padding-top: 550%; }

.evo-image-67 {
  padding-top: 575%; }

.evo-image-68 {
  padding-top: 600%; }

.evo-image-69 {
  padding-top: 625%; }

.evo-image-70 {
  padding-top: 650%; }

.image-ratio {
  height: 0;
  position: relative; }

.image-ratio-1-1 {
  padding-top: 100%; }

.image-ratio-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.image-ratio-16-9 {
  padding-top: 56.25%; }

.image-ratio-9-16 {
  padding-top: 177.77%; }

.image-ratio-5-8 {
  padding-top: 160%; }

.image-ratio-8-5 {
  padding-top: 62.5%; }

.image-ratio-5-7 {
  padding-top: 140%; }

.image-ratio-7-5 {
  padding-top: 71.42%; }

.image-ratio-3-2,
.image-ratio-6-4 {
  padding-top: 66.6%; }

.image-ratio-2-3,
.image-ratio-4-6 {
  padding-top: 150%; }

.image-ratio-4-3 {
  padding-top: 75%; }

.image-ratio-3-4 {
  padding-top: 133.33%; }

img.opacity-50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */ }

img.grayscale {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

.image-bg-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media only screen and (max-device-width: 1024px) {
  .image-bg-parallax {
    background-attachment: scroll; } }

hr,
.evo-line {
  display: block;
  height: 0;
  border: 0;
  border-top: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top-width: initial;
  border-top-style: solid;
  border-top-color: #cccccc;
  margin-top: 1em;
  margin-bottom: 1em; }

.demo-line hr[class*="line-"] {
  /*padding-bottom: 5rem;*/
  margin-top: .5em;
  /*background-color: #eee;*/
  margin-bottom: 3em; }

hr.line-solid {
  border-top-style: solid; }

hr.line-dotted {
  border-top-style: dotted; }

hr.line-dashed {
  border-top-style: dashed; }

hr.line-double {
  border-top-style: double; }

hr.line-thin {
  border-top-width: thin; }

hr.line-medium {
  border-top-width: medium; }

hr.line-thick {
  border-top-width: thick; }

hr.line-0 {
  border-top-width: 0px;
  border-top-style: dotted; }

hr.line-1 {
  border-top-width: 1px; }

hr.line-2 {
  border-top-width: 2px; }

hr.line-3 {
  border-top-width: 3px; }

hr.line-4 {
  border-top-width: 4px; }

hr.line-5 {
  border-top-width: 5px; }

hr.line-6 {
  border-top-width: 6px; }

hr.line-7 {
  border-top-width: 8px; }

hr.line-8 {
  border-top-width: 10px; }

hr.line-9 {
  border-top-width: 12px; }

hr.line-10 {
  border-top-width: 14px; }

hr.line-11 {
  border-top-width: 16px; }

hr.line-12 {
  border-top-width: 18px; }

hr.line-13 {
  border-top-width: 21px; }

hr.line-14 {
  border-top-width: 23px; }

hr.line-15 {
  border-top-width: 30px; }

hr.line-color-0 {
  border-top-color: #fff02a; }

hr.line-color-1 {
  border-top-color: #ffe52c; }

hr.line-color-2 {
  border-top-color: #fdc131; }

hr.line-color-3 {
  border-top-color: #f59331; }

hr.line-color-4 {
  border-top-color: #ef662f; }

hr.line-color-5 {
  border-top-color: #eb212e; }

hr.line-color-6 {
  border-top-color: #eb1f45; }

hr.line-color-7 {
  border-top-color: #eb1d5d; }

hr.line-color-8 {
  border-top-color: #ea1873; }

hr.line-color-9 {
  border-top-color: #ea148c; }

hr.line-color-10 {
  border-top-color: #bb238c; }

hr.line-color-11 {
  border-top-color: #902c8e; }

hr.line-color-12 {
  border-top-color: #65318f; }

hr.line-color-13 {
  border-top-color: #2f3490; }

hr.line-color-14 {
  border-top-color: #0056a4; }

hr.line-color-15 {
  border-top-color: #0073b9; }

hr.line-color-16 {
  border-top-color: #0090d2; }

hr.line-color-17 {
  border-top-color: #00afec; }

hr.line-color-18 {
  border-top-color: #00abc3; }

hr.line-color-19 {
  border-top-color: #00a89c; }

hr.line-color-20 {
  border-top-color: #00a676; }

hr.line-color-21 {
  border-top-color: #00a453; }

hr.line-color-22 {
  border-top-color: #3fb34f; }

hr.line-color-23 {
  border-top-color: #8ec549; }

hr.line-color-24 {
  border-top-color: #cbd93e; }

hr.line-color-25 {
  border-top-color: #ede634; }

hr.line-color-26 {
  border-top-color: #e3ca3c; }

hr.line-color-27 {
  border-top-color: #c9ac40; }

hr.line-color-28 {
  border-top-color: #b38f44; }

hr.line-color-29 {
  border-top-color: #9c733a; }

hr.line-color-30 {
  border-top-color: #8a6132; }

hr.line-black {
  border-top-color: black; }

hr.line-white {
  border-top-color: white; }

hr.line-gray {
  border-top-color: #ccc; }

hr.line-gray-0 {
  border-top-color: white; }

hr.line-gray-1 {
  border-top-color: #fcfcfc; }

hr.line-gray-2 {
  border-top-color: #fafafa; }

hr.line-gray-3 {
  border-top-color: #f7f7f7; }

hr.line-gray-4 {
  border-top-color: whitesmoke; }

hr.line-gray-5 {
  border-top-color: #f2f2f2; }

hr.line-gray-6 {
  border-top-color: #ededed; }

hr.line-gray-7 {
  border-top-color: #e5e5e5; }

hr.line-gray-8 {
  border-top-color: #d9d9d9; }

hr.line-gray-9 {
  border-top-color: #cccccc; }

hr.line-gray-10 {
  border-top-color: #bfbfbf; }

hr.line-gray-11 {
  border-top-color: #b2b2b2; }

hr.line-gray-12 {
  border-top-color: #a6a6a6; }

hr.line-gray-13 {
  border-top-color: #999999; }

hr.line-gray-14 {
  border-top-color: #8c8c8c; }

hr.line-gray-15 {
  border-top-color: #7f7f7f; }

hr.line-gray-16 {
  border-top-color: #737373; }

hr.line-gray-17 {
  border-top-color: #666666; }

hr.line-gray-18 {
  border-top-color: #595959; }

hr.line-gray-19 {
  border-top-color: #4c4c4c; }

hr.line-gray-20 {
  border-top-color: #404040; }

hr.line-gray-21 {
  border-top-color: #333333; }

hr.line-gray-22 {
  border-top-color: #262626; }

hr.line-gray-23 {
  border-top-color: #191919; }

hr.line-gray-24 {
  border-top-color: #121212; }

hr.line-gray-25 {
  border-top-color: #0d0d0d; }

hr.line-gray-26 {
  border-top-color: #0a0a0a; }

hr.line-gray-27 {
  border-top-color: #080808; }

hr.line-gray-28 {
  border-top-color: #050505; }

hr.line-gray-29 {
  border-top-color: #030303; }

hr.line-gray-30 {
  border-top-color: black; }

hr.line-fade-thin {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent); }

hr.line-fade-medium {
  border: 0;
  height: 3px;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent); }

hr.line-fade-thick {
  border: 0;
  height: 5px;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent); }

hr.line-fade-black {
  background-image: linear-gradient(to right, transparent, black, transparent); }

hr.line-fade-gray {
  background-image: linear-gradient(to right, rgba(128, 128, 128, 0), gray, rgba(128, 128, 128, 0)); }

hr.line-fade-white {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0)); }

hr.line-fade-pink {
  background-image: linear-gradient(to right, rgba(255, 0, 255, 0), rgba(255, 0, 255, 0.5), rgba(255, 0, 255, 0)); }

hr.line-shadow-0 {
  height: 5px;
  border: 0;
  box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.3) inset; }

hr.line-shadow-1 {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 3px -10px rgba(0, 0, 0, 0.3) inset; }

hr.line-shadow-2 {
  height: 20px;
  border: 0;
  box-shadow: 0 20px 5px -20px rgba(0, 0, 0, 0.3) inset; }

hr.line-shadow-3 {
  height: 30px;
  border: 0;
  box-shadow: 0 30px 10px -30px rgba(0, 0, 0, 0.3) inset; }

hr.line-shadow-4 {
  height: 40px;
  border: 0;
  box-shadow: 0 40px 20px -40px rgba(0, 0, 0, 0.3) inset; }

hr.line-shadow-5 {
  height: 50px;
  border: 0;
  box-shadow: 0 50px 30px -50px rgba(0, 0, 0, 0.3) inset; }

hr.line-shadow-6 {
  height: 60px;
  border: 0;
  box-shadow: 0 60px 40px -60px rgba(0, 0, 0, 0.3) inset; }

hr.line-shadow-7 {
  height: 70px;
  border: 0;
  box-shadow: 0 70px 60px -70px rgba(0, 0, 0, 0.3) inset; }

hr.line-shadow-8 {
  height: 80px;
  border: 0;
  box-shadow: 0 80px 60px -80px rgba(0, 0, 0, 0.3) inset; }

hr.line-shadow-9 {
  height: 90px;
  border: 0;
  box-shadow: 0 90px 70px -90px rgba(0, 0, 0, 0.3) inset; }

hr.line-shadow-10 {
  height: 100px;
  border: 0;
  box-shadow: 0 100px 80px -100px rgba(0, 0, 0, 0.3) inset; }

hr.line-blur-0 {
  border: 0;
  height: 0;
  box-shadow: 0 0 3px 1px black; }

hr.line-blur-1 {
  border: 0;
  height: 0;
  box-shadow: 0 0 5px 1px black; }

hr.line-blur-2 {
  border: 0;
  height: 0;
  box-shadow: 0 0 10px 1px black; }

hr.line-blur-3 {
  border: 0;
  height: 0;
  box-shadow: 0 0 15px 1px black; }

hr.line-blur-4 {
  border: 0;
  height: 0;
  box-shadow: 0 0 20px 1px black; }

hr.line-blur-5 {
  border: 0;
  height: 0;
  box-shadow: 0 0 25px 1px black; }

hr.line-blur-6 {
  border: 0;
  height: 0;
  box-shadow: 0 0 30px 1px black; }

hr.line-blur-7 {
  border: 0;
  height: 0;
  box-shadow: 0 0 35px 1px black; }

hr.line-blur-8 {
  border: 0;
  height: 0;
  box-shadow: 0 0 40px 1px black; }

hr.line-blur-9 {
  border: 0;
  height: 0;
  box-shadow: 0 0 45px 1px black; }

hr.line-blur-10 {
  border: 0;
  height: 0;
  box-shadow: 0 0 50px 1px black; }

.box-reset {
  border: initial;
  border-top-width: initial;
  border-bottom-width: initial;
  border-right-width: initial;
  border-left-width: initial;
  border-top-style: initial;
  border-bottom-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-bottom-color: initial;
  border-right-color: initial;
  border-left-color: initial; }

.box-top-reset {
  border-top-width: initial;
  border-top-style: initial;
  border-top-color: initial; }

.box-bottom-reset {
  border-bottom-width: initial;
  border-bottom-style: initial;
  border-bottom-color: initial; }

.box-right-reset {
  border-right-width: initial;
  border-right-style: initial;
  border-right-color: initial; }

.box-left-reset {
  border-left-width: initial;
  border-left-style: initial;
  border-left-color: initial; }

.evo-box {
  border-top-width: initial;
  border-bottom-width: initial;
  border-right-width: initial;
  border-left-width: initial;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
  border-right-color: #d9d9d9;
  border-left-color: #d9d9d9;
  border-left-style: solid; }

.evo-box-top {
  border-top-width: initial;
  border-top-style: solid;
  border-top-color: #d9d9d9; }

.evo-box-bottom {
  border-bottom-width: initial;
  border-bottom-style: solid;
  border-bottom-color: #d9d9d9; }

.evo-box-right {
  border-right-width: initial;
  border-right-style: solid;
  border-right-color: #d9d9d9; }

.evo-box-left {
  border-left-width: initial;
  border-left-style: solid;
  border-left-color: #d9d9d9; }

.demo-box div[class*="box-"],
.demo-box div[class*="evo-box"] {
  padding-bottom: 5rem;
  /*background-color: #eee;*/
  background-color: #eee;
  margin-top: .5em;
  margin-bottom: 3em;
  /*border-width: 1px;*/ }

.box-solid {
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
  border-left-style: solid; }

.box-dotted {
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-right-style: dotted;
  border-left-style: dotted; }

.box-dashed {
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-right-style: dashed;
  border-left-style: dashed; }

.box-double {
  border-top-style: double;
  border-bottom-style: double;
  border-right-style: double;
  border-left-style: double; }

.box-outset {
  border-top-style: outset;
  border-bottom-style: outset;
  border-right-style: outset;
  border-left-style: outset; }

.box-top-solid {
  border-top-style: solid; }

.box-top-dotted {
  border-top-style: dotted; }

.box-top-dashed {
  border-top-style: dashed; }

.box-top-double {
  border-top-style: double; }

.box-bottom-solid {
  border-bottom-style: solid; }

.box-bottom-dotted {
  border-bottom-style: dotted; }

.box-bottom-dashed {
  border-bottom-style: dashed; }

.box-bottom-double {
  border-bottom-style: double; }

.box-right-solid {
  border-right-style: solid; }

.box-right-dotted {
  border-right-style: dotted; }

.box-right-dashed {
  border-right-style: dashed; }

.box-right-double {
  border-right-style: double; }

.box-left-solid {
  border-left-style: solid; }

.box-left-dotted {
  border-left-style: dotted; }

.box-left-dashed {
  border-left-style: dashed; }

.box-left-double {
  border-left-style: double; }

.box-circle {
  border-radius: 50%; }

.box-pill {
  border-radius: 9999px; }

.box-square {
  border-radius: 0; }

.box-corner {
  border-radius: 0 !important; }

.box-round-0 {
  border-radius: 0.15rem; }

.box-round-1 {
  border-radius: 0.2rem; }

.box-round-2 {
  border-radius: 0.275rem; }

.box-round-3 {
  border-radius: 0.375rem; }

.box-round-4 {
  border-radius: 0.5rem; }

.box-round-5 {
  border-radius: 0.625rem; }

.box-round-6 {
  border-radius: 0.75rem; }

.box-round-7 {
  border-radius: 0.875rem; }

.box-round-8 {
  border-radius: 1rem; }

.box-round-9 {
  border-radius: 1.125rem; }

.box-round-10 {
  border-radius: 1.3125rem; }

.box-round-11 {
  border-radius: 1.4375rem; }

.box-round-12 {
  border-radius: 1.875rem; }

.box-round-13 {
  border-radius: 2.3125rem; }

.box-round-14 {
  border-radius: 2.6875rem; }

.box-round-15 {
  border-radius: 3rem; }

.box-round {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem; }

.box-round-top {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem; }

.box-round-bottom {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem; }

.box-round-right {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem; }

.box-round-left {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem; }

.box-round-top-left {
  border-top-left-radius: 1rem; }

.box-round-top-right {
  border-top-right-radius: 1rem; }

.box-round-bottom-left {
  border-bottom-left-radius: 1rem; }

.box-round-bottom-right {
  border-bottom-right-radius: 1rem; }

.box-corner-top {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.box-corner-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.box-corner-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.box-corner-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.box-corner-top-left {
  border-top-left-radius: 0 !important; }

.box-corner-top-right {
  border-top-right-radius: 0 !important; }

.box-corner-bottom-left {
  border-bottom-left-radius: 0 !important; }

.box-corner-bottom-right {
  border-bottom-right-radius: 0 !important; }

.box-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px; }

.box-1 {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px; }

.box-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-left-width: 2px; }

.box-3 {
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-right-width: 3px;
  border-left-width: 3px; }

.box-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-right-width: 4px;
  border-left-width: 4px; }

.box-5 {
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px; }

.box-6 {
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-right-width: 6px;
  border-left-width: 6px; }

.box-7 {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-right-width: 8px;
  border-left-width: 8px; }

.box-8 {
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-right-width: 10px;
  border-left-width: 10px; }

.box-9 {
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-right-width: 12px;
  border-left-width: 12px; }

.box-10 {
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-right-width: 14px;
  border-left-width: 14px; }

.box-11 {
  border-top-width: 16px;
  border-bottom-width: 16px;
  border-right-width: 16px;
  border-left-width: 16px; }

.box-12 {
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-right-width: 18px;
  border-left-width: 18px; }

.box-13 {
  border-top-width: 21px;
  border-bottom-width: 21px;
  border-right-width: 21px;
  border-left-width: 21px; }

.box-14 {
  border-top-width: 23px;
  border-bottom-width: 23px;
  border-right-width: 23px;
  border-left-width: 23px; }

.box-15 {
  border-top-width: 30px;
  border-bottom-width: 30px;
  border-right-width: 30px;
  border-left-width: 30px; }

.box-top-0 {
  border-top-width: 0px; }

.box-top-1 {
  border-top-width: 1px; }

.box-top-2 {
  border-top-width: 2px; }

.box-top-3 {
  border-top-width: 3px; }

.box-top-4 {
  border-top-width: 4px; }

.box-top-5 {
  border-top-width: 5px; }

.box-top-6 {
  border-top-width: 6px; }

.box-top-7 {
  border-top-width: 8px; }

.box-top-8 {
  border-top-width: 10px; }

.box-top-9 {
  border-top-width: 12px; }

.box-top-10 {
  border-top-width: 14px; }

.box-top-11 {
  border-top-width: 16px; }

.box-top-12 {
  border-top-width: 18px; }

.box-top-13 {
  border-top-width: 21px; }

.box-top-14 {
  border-top-width: 23px; }

.box-top-15 {
  border-top-width: 30px; }

.box-bottom-0 {
  border-bottom-width: 0px; }

.box-bottom-1 {
  border-bottom-width: 1px; }

.box-bottom-2 {
  border-bottom-width: 2px; }

.box-bottom-3 {
  border-bottom-width: 3px; }

.box-bottom-4 {
  border-bottom-width: 4px; }

.box-bottom-5 {
  border-bottom-width: 5px; }

.box-bottom-6 {
  border-bottom-width: 6px; }

.box-bottom-7 {
  border-bottom-width: 8px; }

.box-bottom-8 {
  border-bottom-width: 10px; }

.box-bottom-9 {
  border-bottom-width: 12px; }

.box-bottom-10 {
  border-bottom-width: 14px; }

.box-bottom-11 {
  border-bottom-width: 16px; }

.box-bottom-12 {
  border-bottom-width: 18px; }

.box-bottom-13 {
  border-bottom-width: 21px; }

.box-bottom-14 {
  border-bottom-width: 23px; }

.box-bottom-15 {
  border-bottom-width: 30px; }

.box-right-0 {
  border-right-width: 0px; }

.box-right-1 {
  border-right-width: 1px; }

.box-right-2 {
  border-right-width: 2px; }

.box-right-3 {
  border-right-width: 3px; }

.box-right-4 {
  border-right-width: 4px; }

.box-right-5 {
  border-right-width: 5px; }

.box-right-6 {
  border-right-width: 6px; }

.box-right-7 {
  border-right-width: 8px; }

.box-right-8 {
  border-right-width: 10px; }

.box-right-9 {
  border-right-width: 12px; }

.box-right-10 {
  border-right-width: 14px; }

.box-right-11 {
  border-right-width: 16px; }

.box-right-12 {
  border-right-width: 18px; }

.box-right-13 {
  border-right-width: 21px; }

.box-right-14 {
  border-right-width: 23px; }

.box-right-15 {
  border-right-width: 30px; }

.box-left-0 {
  border-left-width: 0px; }

.box-left-1 {
  border-left-width: 1px; }

.box-left-2 {
  border-left-width: 2px; }

.box-left-3 {
  border-left-width: 3px; }

.box-left-4 {
  border-left-width: 4px; }

.box-left-5 {
  border-left-width: 5px; }

.box-left-6 {
  border-left-width: 6px; }

.box-left-7 {
  border-left-width: 8px; }

.box-left-8 {
  border-left-width: 10px; }

.box-left-9 {
  border-left-width: 12px; }

.box-left-10 {
  border-left-width: 14px; }

.box-left-11 {
  border-left-width: 16px; }

.box-left-12 {
  border-left-width: 18px; }

.box-left-13 {
  border-left-width: 21px; }

.box-left-14 {
  border-left-width: 23px; }

.box-left-15 {
  border-left-width: 30px; }

.box-thin {
  border-top-width: thin;
  border-bottom-width: thin;
  border-right-width: thin;
  border-left-width: thin; }

.box-medium {
  border-top-width: medium;
  border-bottom-width: medium;
  border-right-width: medium;
  border-left-width: medium; }

.box-thick {
  border-top-width: thick;
  border-bottom-width: thick;
  border-right-width: thick;
  border-left-width: thick; }

.box-top-thin {
  border-top-width: thin; }

.box-top-medium {
  border-top-width: medium; }

.box-top-thick {
  border-top-width: thick; }

.box-bottom-thin {
  border-bottom-width: thin; }

.box-bottom-medium {
  border-bottom-width: medium; }

.box-bottom-thick {
  border-bottom-width: thick; }

.box-right-thin {
  border-right-width: thin; }

.box-right-medium {
  border-right-width: medium; }

.box-right-thick {
  border-right-width: thick; }

.box-left-thin {
  border-left-width: thin; }

.box-left-medium {
  border-left-width: medium; }

.box-left-thick {
  border-left-width: thick; }

.box-color-0 {
  border-top-color: #fff02a;
  border-bottom-color: #fff02a;
  border-right-color: #fff02a;
  border-left-color: #fff02a; }

.box-color-1 {
  border-top-color: #ffe52c;
  border-bottom-color: #ffe52c;
  border-right-color: #ffe52c;
  border-left-color: #ffe52c; }

.box-color-2 {
  border-top-color: #fdc131;
  border-bottom-color: #fdc131;
  border-right-color: #fdc131;
  border-left-color: #fdc131; }

.box-color-3 {
  border-top-color: #f59331;
  border-bottom-color: #f59331;
  border-right-color: #f59331;
  border-left-color: #f59331; }

.box-color-4 {
  border-top-color: #ef662f;
  border-bottom-color: #ef662f;
  border-right-color: #ef662f;
  border-left-color: #ef662f; }

.box-color-5 {
  border-top-color: #eb212e;
  border-bottom-color: #eb212e;
  border-right-color: #eb212e;
  border-left-color: #eb212e; }

.box-color-6 {
  border-top-color: #eb1f45;
  border-bottom-color: #eb1f45;
  border-right-color: #eb1f45;
  border-left-color: #eb1f45; }

.box-color-7 {
  border-top-color: #eb1d5d;
  border-bottom-color: #eb1d5d;
  border-right-color: #eb1d5d;
  border-left-color: #eb1d5d; }

.box-color-8 {
  border-top-color: #ea1873;
  border-bottom-color: #ea1873;
  border-right-color: #ea1873;
  border-left-color: #ea1873; }

.box-color-9 {
  border-top-color: #ea148c;
  border-bottom-color: #ea148c;
  border-right-color: #ea148c;
  border-left-color: #ea148c; }

.box-color-10 {
  border-top-color: #bb238c;
  border-bottom-color: #bb238c;
  border-right-color: #bb238c;
  border-left-color: #bb238c; }

.box-color-11 {
  border-top-color: #902c8e;
  border-bottom-color: #902c8e;
  border-right-color: #902c8e;
  border-left-color: #902c8e; }

.box-color-12 {
  border-top-color: #65318f;
  border-bottom-color: #65318f;
  border-right-color: #65318f;
  border-left-color: #65318f; }

.box-color-13 {
  border-top-color: #2f3490;
  border-bottom-color: #2f3490;
  border-right-color: #2f3490;
  border-left-color: #2f3490; }

.box-color-14 {
  border-top-color: #0056a4;
  border-bottom-color: #0056a4;
  border-right-color: #0056a4;
  border-left-color: #0056a4; }

.box-color-15 {
  border-top-color: #0073b9;
  border-bottom-color: #0073b9;
  border-right-color: #0073b9;
  border-left-color: #0073b9; }

.box-color-16 {
  border-top-color: #0090d2;
  border-bottom-color: #0090d2;
  border-right-color: #0090d2;
  border-left-color: #0090d2; }

.box-color-17 {
  border-top-color: #00afec;
  border-bottom-color: #00afec;
  border-right-color: #00afec;
  border-left-color: #00afec; }

.box-color-18 {
  border-top-color: #00abc3;
  border-bottom-color: #00abc3;
  border-right-color: #00abc3;
  border-left-color: #00abc3; }

.box-color-19 {
  border-top-color: #00a89c;
  border-bottom-color: #00a89c;
  border-right-color: #00a89c;
  border-left-color: #00a89c; }

.box-color-20 {
  border-top-color: #00a676;
  border-bottom-color: #00a676;
  border-right-color: #00a676;
  border-left-color: #00a676; }

.box-color-21 {
  border-top-color: #00a453;
  border-bottom-color: #00a453;
  border-right-color: #00a453;
  border-left-color: #00a453; }

.box-color-22 {
  border-top-color: #3fb34f;
  border-bottom-color: #3fb34f;
  border-right-color: #3fb34f;
  border-left-color: #3fb34f; }

.box-color-23 {
  border-top-color: #8ec549;
  border-bottom-color: #8ec549;
  border-right-color: #8ec549;
  border-left-color: #8ec549; }

.box-color-24 {
  border-top-color: #cbd93e;
  border-bottom-color: #cbd93e;
  border-right-color: #cbd93e;
  border-left-color: #cbd93e; }

.box-color-25 {
  border-top-color: #ede634;
  border-bottom-color: #ede634;
  border-right-color: #ede634;
  border-left-color: #ede634; }

.box-color-26 {
  border-top-color: #e3ca3c;
  border-bottom-color: #e3ca3c;
  border-right-color: #e3ca3c;
  border-left-color: #e3ca3c; }

.box-color-27 {
  border-top-color: #c9ac40;
  border-bottom-color: #c9ac40;
  border-right-color: #c9ac40;
  border-left-color: #c9ac40; }

.box-color-28 {
  border-top-color: #b38f44;
  border-bottom-color: #b38f44;
  border-right-color: #b38f44;
  border-left-color: #b38f44; }

.box-color-29 {
  border-top-color: #9c733a;
  border-bottom-color: #9c733a;
  border-right-color: #9c733a;
  border-left-color: #9c733a; }

.box-color-30 {
  border-top-color: #8a6132;
  border-bottom-color: #8a6132;
  border-right-color: #8a6132;
  border-left-color: #8a6132; }

.box-top-color-0 {
  border-top-color: #fff02a; }

.box-top-color-1 {
  border-top-color: #ffe52c; }

.box-top-color-2 {
  border-top-color: #fdc131; }

.box-top-color-3 {
  border-top-color: #f59331; }

.box-top-color-4 {
  border-top-color: #ef662f; }

.box-top-color-5 {
  border-top-color: #eb212e; }

.box-top-color-6 {
  border-top-color: #eb1f45; }

.box-top-color-7 {
  border-top-color: #eb1d5d; }

.box-top-color-8 {
  border-top-color: #ea1873; }

.box-top-color-9 {
  border-top-color: #ea148c; }

.box-top-color-10 {
  border-top-color: #bb238c; }

.box-top-color-11 {
  border-top-color: #902c8e; }

.box-top-color-12 {
  border-top-color: #65318f; }

.box-top-color-13 {
  border-top-color: #2f3490; }

.box-top-color-14 {
  border-top-color: #0056a4; }

.box-top-color-15 {
  border-top-color: #0073b9; }

.box-top-color-16 {
  border-top-color: #0090d2; }

.box-top-color-17 {
  border-top-color: #00afec; }

.box-top-color-18 {
  border-top-color: #00abc3; }

.box-top-color-19 {
  border-top-color: #00a89c; }

.box-top-color-20 {
  border-top-color: #00a676; }

.box-top-color-21 {
  border-top-color: #00a453; }

.box-top-color-22 {
  border-top-color: #3fb34f; }

.box-top-color-23 {
  border-top-color: #8ec549; }

.box-top-color-24 {
  border-top-color: #cbd93e; }

.box-top-color-25 {
  border-top-color: #ede634; }

.box-top-color-26 {
  border-top-color: #e3ca3c; }

.box-top-color-27 {
  border-top-color: #c9ac40; }

.box-top-color-28 {
  border-top-color: #b38f44; }

.box-top-color-29 {
  border-top-color: #9c733a; }

.box-top-color-30 {
  border-top-color: #8a6132; }

.box-bottom-color-0 {
  border-bottom-color: #fff02a; }

.box-bottom-color-1 {
  border-bottom-color: #ffe52c; }

.box-bottom-color-2 {
  border-bottom-color: #fdc131; }

.box-bottom-color-3 {
  border-bottom-color: #f59331; }

.box-bottom-color-4 {
  border-bottom-color: #ef662f; }

.box-bottom-color-5 {
  border-bottom-color: #eb212e; }

.box-bottom-color-6 {
  border-bottom-color: #eb1f45; }

.box-bottom-color-7 {
  border-bottom-color: #eb1d5d; }

.box-bottom-color-8 {
  border-bottom-color: #ea1873; }

.box-bottom-color-9 {
  border-bottom-color: #ea148c; }

.box-bottom-color-10 {
  border-bottom-color: #bb238c; }

.box-bottom-color-11 {
  border-bottom-color: #902c8e; }

.box-bottom-color-12 {
  border-bottom-color: #65318f; }

.box-bottom-color-13 {
  border-bottom-color: #2f3490; }

.box-bottom-color-14 {
  border-bottom-color: #0056a4; }

.box-bottom-color-15 {
  border-bottom-color: #0073b9; }

.box-bottom-color-16 {
  border-bottom-color: #0090d2; }

.box-bottom-color-17 {
  border-bottom-color: #00afec; }

.box-bottom-color-18 {
  border-bottom-color: #00abc3; }

.box-bottom-color-19 {
  border-bottom-color: #00a89c; }

.box-bottom-color-20 {
  border-bottom-color: #00a676; }

.box-bottom-color-21 {
  border-bottom-color: #00a453; }

.box-bottom-color-22 {
  border-bottom-color: #3fb34f; }

.box-bottom-color-23 {
  border-bottom-color: #8ec549; }

.box-bottom-color-24 {
  border-bottom-color: #cbd93e; }

.box-bottom-color-25 {
  border-bottom-color: #ede634; }

.box-bottom-color-26 {
  border-bottom-color: #e3ca3c; }

.box-bottom-color-27 {
  border-bottom-color: #c9ac40; }

.box-bottom-color-28 {
  border-bottom-color: #b38f44; }

.box-bottom-color-29 {
  border-bottom-color: #9c733a; }

.box-bottom-color-30 {
  border-bottom-color: #8a6132; }

.box-left-color-0 {
  border-left-color: #fff02a; }

.box-left-color-1 {
  border-left-color: #ffe52c; }

.box-left-color-2 {
  border-left-color: #fdc131; }

.box-left-color-3 {
  border-left-color: #f59331; }

.box-left-color-4 {
  border-left-color: #ef662f; }

.box-left-color-5 {
  border-left-color: #eb212e; }

.box-left-color-6 {
  border-left-color: #eb1f45; }

.box-left-color-7 {
  border-left-color: #eb1d5d; }

.box-left-color-8 {
  border-left-color: #ea1873; }

.box-left-color-9 {
  border-left-color: #ea148c; }

.box-left-color-10 {
  border-left-color: #bb238c; }

.box-left-color-11 {
  border-left-color: #902c8e; }

.box-left-color-12 {
  border-left-color: #65318f; }

.box-left-color-13 {
  border-left-color: #2f3490; }

.box-left-color-14 {
  border-left-color: #0056a4; }

.box-left-color-15 {
  border-left-color: #0073b9; }

.box-left-color-16 {
  border-left-color: #0090d2; }

.box-left-color-17 {
  border-left-color: #00afec; }

.box-left-color-18 {
  border-left-color: #00abc3; }

.box-left-color-19 {
  border-left-color: #00a89c; }

.box-left-color-20 {
  border-left-color: #00a676; }

.box-left-color-21 {
  border-left-color: #00a453; }

.box-left-color-22 {
  border-left-color: #3fb34f; }

.box-left-color-23 {
  border-left-color: #8ec549; }

.box-left-color-24 {
  border-left-color: #cbd93e; }

.box-left-color-25 {
  border-left-color: #ede634; }

.box-left-color-26 {
  border-left-color: #e3ca3c; }

.box-left-color-27 {
  border-left-color: #c9ac40; }

.box-left-color-28 {
  border-left-color: #b38f44; }

.box-left-color-29 {
  border-left-color: #9c733a; }

.box-left-color-30 {
  border-left-color: #8a6132; }

.box-right-color-0 {
  border-right-color: #fff02a; }

.box-right-color-1 {
  border-right-color: #ffe52c; }

.box-right-color-2 {
  border-right-color: #fdc131; }

.box-right-color-3 {
  border-right-color: #f59331; }

.box-right-color-4 {
  border-right-color: #ef662f; }

.box-right-color-5 {
  border-right-color: #eb212e; }

.box-right-color-6 {
  border-right-color: #eb1f45; }

.box-right-color-7 {
  border-right-color: #eb1d5d; }

.box-right-color-8 {
  border-right-color: #ea1873; }

.box-right-color-9 {
  border-right-color: #ea148c; }

.box-right-color-10 {
  border-right-color: #bb238c; }

.box-right-color-11 {
  border-right-color: #902c8e; }

.box-right-color-12 {
  border-right-color: #65318f; }

.box-right-color-13 {
  border-right-color: #2f3490; }

.box-right-color-14 {
  border-right-color: #0056a4; }

.box-right-color-15 {
  border-right-color: #0073b9; }

.box-right-color-16 {
  border-right-color: #0090d2; }

.box-right-color-17 {
  border-right-color: #00afec; }

.box-right-color-18 {
  border-right-color: #00abc3; }

.box-right-color-19 {
  border-right-color: #00a89c; }

.box-right-color-20 {
  border-right-color: #00a676; }

.box-right-color-21 {
  border-right-color: #00a453; }

.box-right-color-22 {
  border-right-color: #3fb34f; }

.box-right-color-23 {
  border-right-color: #8ec549; }

.box-right-color-24 {
  border-right-color: #cbd93e; }

.box-right-color-25 {
  border-right-color: #ede634; }

.box-right-color-26 {
  border-right-color: #e3ca3c; }

.box-right-color-27 {
  border-right-color: #c9ac40; }

.box-right-color-28 {
  border-right-color: #b38f44; }

.box-right-color-29 {
  border-right-color: #9c733a; }

.box-right-color-30 {
  border-right-color: #8a6132; }

.box-gray {
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-right-color: #ccc;
  border-left-color: #ccc; }

.box-white {
  border-top-color: white;
  border-bottom-color: white;
  border-right-color: white;
  border-left-color: white; }

.box-black {
  border-top-color: black;
  border-bottom-color: black;
  border-right-color: black;
  border-left-color: black; }

.box-top-black {
  border-top-color: black; }

.box-top-gray {
  border-top-color: #ccc; }

.box-top-white {
  border-top-color: white; }

.box-bottom-black {
  border-bottom-color: black; }

.box-bottom-gray {
  border-bottom-color: #ccc; }

.box-bottom-white {
  border-bottom-color: white; }

.box-left-black {
  border-left-color: black; }

.box-left-gray {
  border-left-color: #ccc; }

.box-left-white {
  border-left-color: white; }

.box-right-black {
  border-right-color: black; }

.box-right-gray {
  border-right-color: #ccc; }

.box-right-white {
  border-right-color: white; }

.box-gray-bg {
  background-color: #ccc !important; }

.box-white-bg {
  background-color: white !important; }

.box-black-bg {
  background-color: black !important; }

.box-gray-0 {
  border-top-color: white;
  border-bottom-color: white;
  border-right-color: white;
  border-left-color: white; }

.box-gray-0 {
  border-top-color: white;
  border-bottom-color: white;
  border-right-color: white;
  border-left-color: white; }

.box-gray-1 {
  border-top-color: #fcfcfc;
  border-bottom-color: #fcfcfc;
  border-right-color: #fcfcfc;
  border-left-color: #fcfcfc; }

.box-gray-1 {
  border-top-color: #fcfcfc;
  border-bottom-color: #fcfcfc;
  border-right-color: #fcfcfc;
  border-left-color: #fcfcfc; }

.box-gray-2 {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
  border-right-color: #fafafa;
  border-left-color: #fafafa; }

.box-gray-2 {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
  border-right-color: #fafafa;
  border-left-color: #fafafa; }

.box-gray-3 {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
  border-right-color: #f7f7f7;
  border-left-color: #f7f7f7; }

.box-gray-3 {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
  border-right-color: #f7f7f7;
  border-left-color: #f7f7f7; }

.box-gray-4 {
  border-top-color: whitesmoke;
  border-bottom-color: whitesmoke;
  border-right-color: whitesmoke;
  border-left-color: whitesmoke; }

.box-gray-4 {
  border-top-color: whitesmoke;
  border-bottom-color: whitesmoke;
  border-right-color: whitesmoke;
  border-left-color: whitesmoke; }

.box-gray-5 {
  border-top-color: #f2f2f2;
  border-bottom-color: #f2f2f2;
  border-right-color: #f2f2f2;
  border-left-color: #f2f2f2; }

.box-gray-5 {
  border-top-color: #f2f2f2;
  border-bottom-color: #f2f2f2;
  border-right-color: #f2f2f2;
  border-left-color: #f2f2f2; }

.box-gray-6 {
  border-top-color: #ededed;
  border-bottom-color: #ededed;
  border-right-color: #ededed;
  border-left-color: #ededed; }

.box-gray-6 {
  border-top-color: #ededed;
  border-bottom-color: #ededed;
  border-right-color: #ededed;
  border-left-color: #ededed; }

.box-gray-7 {
  border-top-color: #e5e5e5;
  border-bottom-color: #e5e5e5;
  border-right-color: #e5e5e5;
  border-left-color: #e5e5e5; }

.box-gray-7 {
  border-top-color: #e5e5e5;
  border-bottom-color: #e5e5e5;
  border-right-color: #e5e5e5;
  border-left-color: #e5e5e5; }

.box-gray-8 {
  border-top-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
  border-right-color: #d9d9d9;
  border-left-color: #d9d9d9; }

.box-gray-8 {
  border-top-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
  border-right-color: #d9d9d9;
  border-left-color: #d9d9d9; }

.box-gray-9 {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
  border-right-color: #cccccc;
  border-left-color: #cccccc; }

.box-gray-9 {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
  border-right-color: #cccccc;
  border-left-color: #cccccc; }

.box-gray-10 {
  border-top-color: #bfbfbf;
  border-bottom-color: #bfbfbf;
  border-right-color: #bfbfbf;
  border-left-color: #bfbfbf; }

.box-gray-10 {
  border-top-color: #bfbfbf;
  border-bottom-color: #bfbfbf;
  border-right-color: #bfbfbf;
  border-left-color: #bfbfbf; }

.box-gray-11 {
  border-top-color: #b2b2b2;
  border-bottom-color: #b2b2b2;
  border-right-color: #b2b2b2;
  border-left-color: #b2b2b2; }

.box-gray-11 {
  border-top-color: #b2b2b2;
  border-bottom-color: #b2b2b2;
  border-right-color: #b2b2b2;
  border-left-color: #b2b2b2; }

.box-gray-12 {
  border-top-color: #a6a6a6;
  border-bottom-color: #a6a6a6;
  border-right-color: #a6a6a6;
  border-left-color: #a6a6a6; }

.box-gray-12 {
  border-top-color: #a6a6a6;
  border-bottom-color: #a6a6a6;
  border-right-color: #a6a6a6;
  border-left-color: #a6a6a6; }

.box-gray-13 {
  border-top-color: #999999;
  border-bottom-color: #999999;
  border-right-color: #999999;
  border-left-color: #999999; }

.box-gray-13 {
  border-top-color: #999999;
  border-bottom-color: #999999;
  border-right-color: #999999;
  border-left-color: #999999; }

.box-gray-14 {
  border-top-color: #8c8c8c;
  border-bottom-color: #8c8c8c;
  border-right-color: #8c8c8c;
  border-left-color: #8c8c8c; }

.box-gray-14 {
  border-top-color: #8c8c8c;
  border-bottom-color: #8c8c8c;
  border-right-color: #8c8c8c;
  border-left-color: #8c8c8c; }

.box-gray-15 {
  border-top-color: #7f7f7f;
  border-bottom-color: #7f7f7f;
  border-right-color: #7f7f7f;
  border-left-color: #7f7f7f; }

.box-gray-15 {
  border-top-color: #7f7f7f;
  border-bottom-color: #7f7f7f;
  border-right-color: #7f7f7f;
  border-left-color: #7f7f7f; }

.box-gray-16 {
  border-top-color: #737373;
  border-bottom-color: #737373;
  border-right-color: #737373;
  border-left-color: #737373; }

.box-gray-16 {
  border-top-color: #737373;
  border-bottom-color: #737373;
  border-right-color: #737373;
  border-left-color: #737373; }

.box-gray-17 {
  border-top-color: #666666;
  border-bottom-color: #666666;
  border-right-color: #666666;
  border-left-color: #666666; }

.box-gray-17 {
  border-top-color: #666666;
  border-bottom-color: #666666;
  border-right-color: #666666;
  border-left-color: #666666; }

.box-gray-18 {
  border-top-color: #595959;
  border-bottom-color: #595959;
  border-right-color: #595959;
  border-left-color: #595959; }

.box-gray-18 {
  border-top-color: #595959;
  border-bottom-color: #595959;
  border-right-color: #595959;
  border-left-color: #595959; }

.box-gray-19 {
  border-top-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-left-color: #4c4c4c; }

.box-gray-19 {
  border-top-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-left-color: #4c4c4c; }

.box-gray-20 {
  border-top-color: #404040;
  border-bottom-color: #404040;
  border-right-color: #404040;
  border-left-color: #404040; }

.box-gray-20 {
  border-top-color: #404040;
  border-bottom-color: #404040;
  border-right-color: #404040;
  border-left-color: #404040; }

.box-gray-21 {
  border-top-color: #333333;
  border-bottom-color: #333333;
  border-right-color: #333333;
  border-left-color: #333333; }

.box-gray-21 {
  border-top-color: #333333;
  border-bottom-color: #333333;
  border-right-color: #333333;
  border-left-color: #333333; }

.box-gray-22 {
  border-top-color: #262626;
  border-bottom-color: #262626;
  border-right-color: #262626;
  border-left-color: #262626; }

.box-gray-22 {
  border-top-color: #262626;
  border-bottom-color: #262626;
  border-right-color: #262626;
  border-left-color: #262626; }

.box-gray-23 {
  border-top-color: #191919;
  border-bottom-color: #191919;
  border-right-color: #191919;
  border-left-color: #191919; }

.box-gray-23 {
  border-top-color: #191919;
  border-bottom-color: #191919;
  border-right-color: #191919;
  border-left-color: #191919; }

.box-gray-24 {
  border-top-color: #121212;
  border-bottom-color: #121212;
  border-right-color: #121212;
  border-left-color: #121212; }

.box-gray-24 {
  border-top-color: #121212;
  border-bottom-color: #121212;
  border-right-color: #121212;
  border-left-color: #121212; }

.box-gray-25 {
  border-top-color: #0d0d0d;
  border-bottom-color: #0d0d0d;
  border-right-color: #0d0d0d;
  border-left-color: #0d0d0d; }

.box-gray-25 {
  border-top-color: #0d0d0d;
  border-bottom-color: #0d0d0d;
  border-right-color: #0d0d0d;
  border-left-color: #0d0d0d; }

.box-gray-26 {
  border-top-color: #0a0a0a;
  border-bottom-color: #0a0a0a;
  border-right-color: #0a0a0a;
  border-left-color: #0a0a0a; }

.box-gray-26 {
  border-top-color: #0a0a0a;
  border-bottom-color: #0a0a0a;
  border-right-color: #0a0a0a;
  border-left-color: #0a0a0a; }

.box-gray-27 {
  border-top-color: #080808;
  border-bottom-color: #080808;
  border-right-color: #080808;
  border-left-color: #080808; }

.box-gray-27 {
  border-top-color: #080808;
  border-bottom-color: #080808;
  border-right-color: #080808;
  border-left-color: #080808; }

.box-gray-28 {
  border-top-color: #050505;
  border-bottom-color: #050505;
  border-right-color: #050505;
  border-left-color: #050505; }

.box-gray-28 {
  border-top-color: #050505;
  border-bottom-color: #050505;
  border-right-color: #050505;
  border-left-color: #050505; }

.box-gray-29 {
  border-top-color: #030303;
  border-bottom-color: #030303;
  border-right-color: #030303;
  border-left-color: #030303; }

.box-gray-30 {
  border-top-color: black;
  border-bottom-color: black;
  border-right-color: black;
  border-left-color: black; }

.box-gray-30 {
  border-top-color: black;
  border-bottom-color: black;
  border-right-color: black;
  border-left-color: black; }

.box-gray-30 {
  border-top-color: black;
  border-bottom-color: black;
  border-right-color: black;
  border-left-color: black; }

.box-top-gray-0 {
  border-top-color: white; }

.box-top-gray-1 {
  border-top-color: #fcfcfc; }

.box-top-gray-2 {
  border-top-color: #fafafa; }

.box-top-gray-3 {
  border-top-color: #f7f7f7; }

.box-top-gray-4 {
  border-top-color: whitesmoke; }

.box-top-gray-5 {
  border-top-color: #f2f2f2; }

.box-top-gray-6 {
  border-top-color: #ededed; }

.box-top-gray-7 {
  border-top-color: #e5e5e5; }

.box-top-gray-8 {
  border-top-color: #d9d9d9; }

.box-top-gray-9 {
  border-top-color: #cccccc; }

.box-top-gray-10 {
  border-top-color: #bfbfbf; }

.box-top-gray-11 {
  border-top-color: #b2b2b2; }

.box-top-gray-12 {
  border-top-color: #a6a6a6; }

.box-top-gray-13 {
  border-top-color: #999999; }

.box-top-gray-14 {
  border-top-color: #8c8c8c; }

.box-top-gray-15 {
  border-top-color: #7f7f7f; }

.box-top-gray-16 {
  border-top-color: #737373; }

.box-top-gray-17 {
  border-top-color: #666666; }

.box-top-gray-18 {
  border-top-color: #595959; }

.box-top-gray-19 {
  border-top-color: #4c4c4c; }

.box-top-gray-20 {
  border-top-color: #404040; }

.box-top-gray-21 {
  border-top-color: #333333; }

.box-top-gray-22 {
  border-top-color: #262626; }

.box-top-gray-23 {
  border-top-color: #191919; }

.box-top-gray-24 {
  border-top-color: #121212; }

.box-top-gray-25 {
  border-top-color: #0d0d0d; }

.box-top-gray-26 {
  border-top-color: #0a0a0a; }

.box-top-gray-27 {
  border-top-color: #080808; }

.box-top-gray-28 {
  border-top-color: #050505; }

.box-top-gray-29 {
  border-top-color: #030303; }

.box-top-gray-30 {
  border-top-color: black; }

.box-bottom-gray-0 {
  border-bottom-color: white; }

.box-bottom-gray-1 {
  border-bottom-color: #fcfcfc; }

.box-bottom-gray-2 {
  border-bottom-color: #fafafa; }

.box-bottom-gray-3 {
  border-bottom-color: #f7f7f7; }

.box-bottom-gray-4 {
  border-bottom-color: whitesmoke; }

.box-bottom-gray-5 {
  border-bottom-color: #f2f2f2; }

.box-bottom-gray-6 {
  border-bottom-color: #ededed; }

.box-bottom-gray-7 {
  border-bottom-color: #e5e5e5; }

.box-bottom-gray-8 {
  border-bottom-color: #d9d9d9; }

.box-bottom-gray-9 {
  border-bottom-color: #cccccc; }

.box-bottom-gray-10 {
  border-bottom-color: #bfbfbf; }

.box-bottom-gray-11 {
  border-bottom-color: #b2b2b2; }

.box-bottom-gray-12 {
  border-bottom-color: #a6a6a6; }

.box-bottom-gray-13 {
  border-bottom-color: #999999; }

.box-bottom-gray-14 {
  border-bottom-color: #8c8c8c; }

.box-bottom-gray-15 {
  border-bottom-color: #7f7f7f; }

.box-bottom-gray-16 {
  border-bottom-color: #737373; }

.box-bottom-gray-17 {
  border-bottom-color: #666666; }

.box-bottom-gray-18 {
  border-bottom-color: #595959; }

.box-bottom-gray-19 {
  border-bottom-color: #4c4c4c; }

.box-bottom-gray-20 {
  border-bottom-color: #404040; }

.box-bottom-gray-21 {
  border-bottom-color: #333333; }

.box-bottom-gray-22 {
  border-bottom-color: #262626; }

.box-bottom-gray-23 {
  border-bottom-color: #191919; }

.box-bottom-gray-24 {
  border-bottom-color: #121212; }

.box-bottom-gray-25 {
  border-bottom-color: #0d0d0d; }

.box-bottom-gray-26 {
  border-bottom-color: #0a0a0a; }

.box-bottom-gray-27 {
  border-bottom-color: #080808; }

.box-bottom-gray-28 {
  border-bottom-color: #050505; }

.box-bottom-gray-29 {
  border-bottom-color: #030303; }

.box-bottom-gray-30 {
  border-bottom-color: black; }

.box-left-gray-0 {
  border-left-color: white; }

.box-left-gray-1 {
  border-left-color: #fcfcfc; }

.box-left-gray-2 {
  border-left-color: #fafafa; }

.box-left-gray-3 {
  border-left-color: #f7f7f7; }

.box-left-gray-4 {
  border-left-color: whitesmoke; }

.box-left-gray-5 {
  border-left-color: #f2f2f2; }

.box-left-gray-6 {
  border-left-color: #ededed; }

.box-left-gray-7 {
  border-left-color: #e5e5e5; }

.box-left-gray-8 {
  border-left-color: #d9d9d9; }

.box-left-gray-9 {
  border-left-color: #cccccc; }

.box-left-gray-10 {
  border-left-color: #bfbfbf; }

.box-left-gray-11 {
  border-left-color: #b2b2b2; }

.box-left-gray-12 {
  border-left-color: #a6a6a6; }

.box-left-gray-13 {
  border-left-color: #999999; }

.box-left-gray-14 {
  border-left-color: #8c8c8c; }

.box-left-gray-15 {
  border-left-color: #7f7f7f; }

.box-left-gray-16 {
  border-left-color: #737373; }

.box-left-gray-17 {
  border-left-color: #666666; }

.box-left-gray-18 {
  border-left-color: #595959; }

.box-left-gray-19 {
  border-left-color: #4c4c4c; }

.box-left-gray-20 {
  border-left-color: #404040; }

.box-left-gray-21 {
  border-left-color: #333333; }

.box-left-gray-22 {
  border-left-color: #262626; }

.box-left-gray-23 {
  border-left-color: #191919; }

.box-left-gray-24 {
  border-left-color: #121212; }

.box-left-gray-25 {
  border-left-color: #0d0d0d; }

.box-left-gray-26 {
  border-left-color: #0a0a0a; }

.box-left-gray-27 {
  border-left-color: #080808; }

.box-left-gray-28 {
  border-left-color: #050505; }

.box-left-gray-29 {
  border-left-color: #030303; }

.box-left-gray-30 {
  border-left-color: black; }

.box-right-gray-0 {
  border-right-color: white; }

.box-right-gray-1 {
  border-right-color: #fcfcfc; }

.box-right-gray-2 {
  border-right-color: #fafafa; }

.box-right-gray-3 {
  border-right-color: #f7f7f7; }

.box-right-gray-4 {
  border-right-color: whitesmoke; }

.box-right-gray-5 {
  border-right-color: #f2f2f2; }

.box-right-gray-6 {
  border-right-color: #ededed; }

.box-right-gray-7 {
  border-right-color: #e5e5e5; }

.box-right-gray-8 {
  border-right-color: #d9d9d9; }

.box-right-gray-9 {
  border-right-color: #cccccc; }

.box-right-gray-10 {
  border-right-color: #bfbfbf; }

.box-right-gray-11 {
  border-right-color: #b2b2b2; }

.box-right-gray-12 {
  border-right-color: #a6a6a6; }

.box-right-gray-13 {
  border-right-color: #999999; }

.box-right-gray-14 {
  border-right-color: #8c8c8c; }

.box-right-gray-15 {
  border-right-color: #7f7f7f; }

.box-right-gray-16 {
  border-right-color: #737373; }

.box-right-gray-17 {
  border-right-color: #666666; }

.box-right-gray-18 {
  border-right-color: #595959; }

.box-right-gray-19 {
  border-right-color: #4c4c4c; }

.box-right-gray-20 {
  border-right-color: #404040; }

.box-right-gray-21 {
  border-right-color: #333333; }

.box-right-gray-22 {
  border-right-color: #262626; }

.box-right-gray-23 {
  border-right-color: #191919; }

.box-right-gray-24 {
  border-right-color: #121212; }

.box-right-gray-25 {
  border-right-color: #0d0d0d; }

.box-right-gray-26 {
  border-right-color: #0a0a0a; }

.box-right-gray-27 {
  border-right-color: #080808; }

.box-right-gray-28 {
  border-right-color: #050505; }

.box-right-gray-29 {
  border-right-color: #030303; }

.box-right-gray-30 {
  border-right-color: black; }

.shadow-hover-up {
  transition: 0.4s ease-out; }

.shadow-hover-up:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  transform: translateY(-0.5em); }

.box-shadow-reset {
  box-shadow: initial; }

.box-shadow-none {
  box-shadow: none; }

.box-shadow-inherit {
  box-shadow: inherit; }

.box-shadow {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05); }

.box-shadow-inset {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03) inset; }

.box-shadow-offset {
  box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.07); }

.box-shadow-offset-more {
  box-shadow: 8px 8px 20px 2px rgba(0, 0, 0, 0.06); }

.box-shadow-offset-most {
  box-shadow: 12px 12px 30px 2px rgba(0, 0, 0, 0.05); }

.box-shadow-test {
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2); }

.box-shadow-0 {
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.2); }

.box-shadow-1 {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }

.box-shadow-2 {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1); }

.box-shadow-3 {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1); }

.box-shadow-4 {
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1); }

.box-shadow-5 {
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.1); }

.box-shadow-6 {
  box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.1); }

.box-shadow-7 {
  box-shadow: 0 0 24px 12px rgba(0, 0, 0, 0.1); }

.box-shadow-8 {
  box-shadow: 0 0 32px 16px rgba(0, 0, 0, 0.1); }

.box-shadow-9 {
  box-shadow: 0 0 48px 24px rgba(0, 0, 0, 0.1); }

.box-shadow-10 {
  box-shadow: 0 0 64px 32px rgba(0, 0, 0, 0.1); }

.box-shadow-11 {
  box-shadow: 0 0 96px 48px rgba(0, 0, 0, 0.1); }

.box-shadow-12 {
  box-shadow: 0 0 128px 64px rgba(0, 0, 0, 0.1); }

.box-shadow-right-0 {
  box-shadow: 0px; }

.box-shadow-right-1 {
  box-shadow: 1px; }

.box-shadow-right-2 {
  box-shadow: 2px 0; }

.box-shadow-right-3 {
  box-shadow: 3px 0; }

.box-shadow-right-4 {
  box-shadow: 4px 0; }

.box-shadow-right-5 {
  box-shadow: 5px 0; }

.box-shadow-right-6 {
  box-shadow: 6px 0; }

.box-shadow-right-7 {
  box-shadow: 7px 0; }

.box-shadow-right-8 {
  box-shadow: 8px 0; }

.box-shadow-right-9 {
  box-shadow: 9px 0; }

.box-shadow-right-10 {
  box-shadow: 10px 0; }

.box-shadow-right-15 {
  box-shadow: 15px 0; }

.box-shadow-right-20 {
  box-shadow: 20px 0; }

.box-shadow-right-25 {
  box-shadow: 25px 0; }

.box-shadow-right-30 {
  box-shadow: 30px 0; }

.box-shadow-right-35 {
  box-shadow: 35px 0; }

.box-shadow-right-40 {
  box-shadow: 40px 0; }

.box-shadow-right-45 {
  box-shadow: 45px 0; }

.box-shadow-right-50 {
  box-shadow: 50px 0; }

.box-shadow-down-0 {
  box-shadow: 0 0px 1px -1px; }

.box-shadow-down-1 {
  box-shadow: 0 1px 1px -1px; }

.box-shadow-down-2 {
  box-shadow: 0 2px 1px -1px; }

.box-shadow-down-3 {
  box-shadow: 0 3px 1px -1px; }

.box-shadow-down-4 {
  box-shadow: 0 4px 1px -1px; }

.box-shadow-down-5 {
  box-shadow: 0 5px 1px -1px; }

.box-shadow-down-6 {
  box-shadow: 0 6px 1px -1px; }

.box-shadow-down-7 {
  box-shadow: 0 7px 1px -1px; }

.box-shadow-down-8 {
  box-shadow: 0 8px 1px -1px; }

.box-shadow-down-9 {
  box-shadow: 0 9px 1px -1px; }

.box-shadow-down-10 {
  box-shadow: 0 10px 1px -1px; }

.box-shadow-down-15 {
  box-shadow: 0 15px 1px -1px; }

.box-shadow-down-20 {
  box-shadow: 0 20px 1px -1px; }

.box-shadow-down-25 {
  box-shadow: 0 25px 1px -1px; }

.box-shadow-down-30 {
  box-shadow: 0 30px 1px -1px; }

.box-shadow-down-35 {
  box-shadow: 0 35px 1px -1px; }

.box-shadow-down-40 {
  box-shadow: 0 40px 1px -1px; }

.box-shadow-down-45 {
  box-shadow: 0 45px 1px -1px; }

.box-shadow-down-50 {
  box-shadow: 0 50px 1px -1px; }

.box-shadow-alpha-0 {
  box-shadow: transparent; }

.box-shadow-alpha-1 {
  box-shadow: rgba(0, 0, 0, 0.1); }

.box-shadow-alpha-2 {
  box-shadow: rgba(0, 0, 0, 0.2); }

.box-shadow-alpha-3 {
  box-shadow: rgba(0, 0, 0, 0.3); }

.box-shadow-alpha-4 {
  box-shadow: rgba(0, 0, 0, 0.4); }

.box-shadow-alpha-5 {
  box-shadow: rgba(0, 0, 0, 0.5); }

.box-shadow-alpha-6 {
  box-shadow: rgba(0, 0, 0, 0.6); }

.box-shadow-alpha-7 {
  box-shadow: rgba(0, 0, 0, 0.7); }

.box-shadow-alpha-8 {
  box-shadow: rgba(0, 0, 0, 0.8); }

.box-shadow-alpha-9 {
  box-shadow: rgba(0, 0, 0, 0.9); }

.box-shadow-alpha-10 {
  box-shadow: black; }

.box-shadow-spread-1 {
  box-shadow: 0 0 0 1px; }

.box-shadow-spread-2 {
  box-shadow: 0 0 0 2px; }

.box-shadow-spread-3 {
  box-shadow: 0 0 0 3px; }

.box-shadow-spread-4 {
  box-shadow: 0 0 0 4px; }

.box-shadow-spread-5 {
  box-shadow: 0 0 0 5px; }

.box-shadow-spread-6 {
  box-shadow: 0 0 0 6px; }

.box-shadow-spread-7 {
  box-shadow: 0 0 0 7px; }

.box-shadow-spread-8 {
  box-shadow: 0 0 0 8px; }

.box-shadow-spread-9 {
  box-shadow: 0 0 0 9px; }

.box-shadow-spread-10 {
  box-shadow: 0 0 0 10px; }

.box-shadow-spread-15 {
  box-shadow: 0 0 0 15px; }

.box-shadow-spread-20 {
  box-shadow: 0 0 0 20px; }

.box-shadow-spread-25 {
  box-shadow: 0 0 0 25px; }

.box-shadow-spread-30 {
  box-shadow: 0 0 0 30px; }

.box-shadow-spread-35 {
  box-shadow: 0 0 0 35px; }

.box-shadow-spread-40 {
  box-shadow: 0 0 0 40px; }

.box-shadow-spread-45 {
  box-shadow: 0 0 0 45px; }

.box-shadow-spread-50 {
  box-shadow: 0 0 0 50px; }

.box-shadow-spread-55 {
  box-shadow: 0 0 0 55px; }

.box-shadow-spread-60 {
  box-shadow: 0 0 0 60px; }

.box-shadow-spread-65 {
  box-shadow: 0 0 0 65px; }

.box-shadow-spread-70 {
  box-shadow: 0 0 0 70px; }

.box-shadow-spread-75 {
  box-shadow: 0 0 0 75px; }

.box-shadow-spread-80 {
  box-shadow: 0 0 0 80px; }

.box-shadow-spread-85 {
  box-shadow: 0 0 0 85px; }

.box-shadow-spread-85 {
  box-shadow: 0 0 0 85px; }

.box-shadow-spread-90 {
  box-shadow: 0 0 0 90px; }

.box-shadow-spread-95 {
  box-shadow: 0 0 0 95px; }

.box-shadow-spread-100 {
  box-shadow: 0 0 0 100px; }

.box-shadow-spread-150 {
  box-shadow: 0 0 0 150px; }

.box-shadow-blur-1 {
  box-shadow: 0 0 1px; }

.box-shadow-blur-2 {
  box-shadow: 0 0 2px; }

.box-shadow-blur-3 {
  box-shadow: 0 0 3px; }

.box-shadow-blur-4 {
  box-shadow: 0 0 4px; }

.box-shadow-blur-5 {
  box-shadow: 0 0 5px; }

.box-shadow-blur-6 {
  box-shadow: 0 0 6px; }

.box-shadow-blur-7 {
  box-shadow: 0 0 7px; }

.box-shadow-blur-8 {
  box-shadow: 0 0 8px; }

.box-shadow-blur-9 {
  box-shadow: 0 0 9px; }

.box-shadow-blur-10 {
  box-shadow: 0 0 10px; }

.box-shadow-blur-15 {
  box-shadow: 0 0 15px; }

.box-shadow-blur-20 {
  box-shadow: 0 0 20px; }

.box-shadow-blur-25 {
  box-shadow: 0 0 25px; }

.box-shadow-blur-30 {
  box-shadow: 0 0 30px; }

.box-shadow-blur-35 {
  box-shadow: 0 0 35px; }

.box-shadow-blur-40 {
  box-shadow: 0 0 40px; }

.box-shadow-blur-45 {
  box-shadow: 0 0 45px; }

.box-shadow-blur-50 {
  box-shadow: 0 0 50px; }

.box-shadow-blur-55 {
  box-shadow: 0 0 55px; }

.box-shadow-blur-60 {
  box-shadow: 0 0 60px; }

.box-shadow-blur-65 {
  box-shadow: 0 0 65px; }

.box-shadow-blur-70 {
  box-shadow: 0 0 70px; }

.box-shadow-blur-75 {
  box-shadow: 0 0 75px; }

.box-shadow-blur-80 {
  box-shadow: 0 0 80px; }

.box-shadow-blur-85 {
  box-shadow: 0 0 85px; }

.box-shadow-blur-90 {
  box-shadow: 0 0 90px; }

.box-shadow-blur-95 {
  box-shadow: 0 0 95px; }

.box-shadow-blur-100 {
  box-shadow: 0 0 100px; }

.box-shadow-blur-150 {
  box-shadow: 0 0 150px; }

/* From http://www.prowebdesign.ro/tutorials/css3_shadows/ */
.curved-shadow {
  position: relative;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
.curved-shadow:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 40px black;
  box-shadow: 0 0 40px black;
  bottom: 0px;
  width: 90%;
  height: 10%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  left: 5%;
  right: 5%; }

.l-grid-block {
  background-color: #FFFFFF;
  /* E4DDCA */
  height: 300px;
  margin: 40px;
  /*  border: 1px solid #ccc;
  -moz-box-shadow: 2px 3px 5px 4px #ccc;
  -webkit-box-shadow: 2px 3px 5px 4px #ccc;
  box-shadow: 2px 3px 5px 4px #ccc;*/
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 14px #fff, 0px 0px 0px 15px rgba(0, 0, 0, 0.1), 3px 3px 4px 15px #ccc;
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 14px #fff, 0px 0px 0px 15px rgba(0, 0, 0, 0.1), 3px 3px 4px 15px #ccc;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 14px #fff, 0px 0px 0px 15px rgba(0, 0, 0, 0.1), 3px 3px 4px 15px #ccc; }

div.ad-shadow-300 {
  width: 300px;
  box-shadow: 0 34px 58px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center; }

.evo-table,
table.evo-table {
  border: 0;
  width: 100%; }
  .evo-table tr,
  table.evo-table tr {
    color: #555; }
  .evo-table caption,
  table.evo-table caption {
    text-align: left; }
  .evo-table th,
  table.evo-table th {
    border: 0;
    padding-bottom: 1em;
    padding-top: 1em;
    padding-right: .5em;
    text-align: left;
    border-bottom: 1px solid #ccc; }
  .evo-table td,
  table.evo-table td {
    border: 0;
    padding-bottom: 1em;
    padding-top: 1em;
    text-align: left;
    border-bottom: 1px solid #ccc; }

.right-align-last-column tbody > tr > td:last-of-type,
.right-align-last-column thead > tr > th:last-of-type {
  text-align: right; }

.table-loose th,
.table-loose td {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

.table-tight th,
.table-tight td {
  padding-top: .5em;
  padding-bottom: .5em; }

.table-tall tr {
  height: 5em; }

.table-lines-dotted th,
.table-lines-dotted td {
  border-bottom: 1px dotted #ccc; }

.table-lines-dashed th,
.table-lines-dashed td {
  border-bottom: 1px dashed #ccc; }

.table-lines-thin th,
.table-lines-thin td {
  border-bottom: thin solid #ccc; }

.table-lines-medium th,
.table-lines-medium td {
  border-bottom: medium solid #ccc; }

.table-lines-thick th,
.table-lines-thick td {
  border-bottom: thick solid #ccc; }

.form-focus,
.evo-focus:focus,
.uneditable-input:focus,
select:focus,
input:focus,
input[type]:focus,
textarea:focus {
  border-top-color: rgba(26, 154, 214, 0.8);
  border-bottom-color: rgba(26, 154, 214, 0.8);
  border-left-color: rgba(26, 154, 214, 0.8);
  border-right-color: rgba(26, 154, 214, 0.8);
  box-shadow: none;
  transition: 0.5s ease all;
  outline: 0 none; }
  .form-focus + label,
  .evo-focus:focus + label,
  .uneditable-input:focus + label,
  select:focus + label,
  input:focus + label,
  input[type]:focus + label,
  textarea:focus + label {
    color: rgba(26, 154, 214, 0.8);
    cursor: pointer; }

.disabled + label,
.uneditable-input:disabled + label,
select:disabled + label,
input:disabled + label,
input[type]:disabled + label,
textarea:disabled + label,
[disabled] + label {
  opacity: 0.5;
  cursor: not-allowed; }

fieldset {
  display: block;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
  border: none; }

legend {
  padding-left: none;
  padding-right: 1em;
  border: none;
  float: left; }

input[type="date"],
input[type="time"] {
  line-height: 100%; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 1em; }

input[type="file"] {
  line-height: 1em; }

select,
select[disabled],
select.evo-form,
.evo-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url(../image/elements/triangle-down-solid.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 1.25em;
  background-position: 100%; }

.evo-form,
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="time"],
input[type="file"],
input[type="search"],
input[type="url"],
textarea,
select,
input {
  border-radius: 5px;
  width: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 1.25em;
  background-position: 100%; }

select::-ms-expand {
  display: none; }

@media screen and (min-width: 0\0) {
  select {
    background: none\9;
    padding: 5px\9; } }

.form-padding {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em; }

.form-box {
  border-top-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  border-right-width: thin;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: #7f7f7f;
  border-bottom-color: #7f7f7f;
  border-left-color: #7f7f7f;
  border-right-color: #7f7f7f; }

input.evo-form:focus {
  border: inherit inherit rgba(26, 154, 214, 0.8) !important;
  transition: 0.5s ease all; }
  input.evo-form:focus + label {
    color: rgba(26, 154, 214, 0.8);
    cursor: pointer; }

textarea.evo-form:focus {
  border: inherit inherit rgba(26, 154, 214, 0.8) !important;
  transition: 0.5s ease all; }
  textarea.evo-form:focus + label {
    color: rgba(26, 154, 214, 0.8);
    cursor: pointer; }

label.form-radio,
label.form-checkbox {
  display: block;
  padding-left: 1em;
  text-indent: -1em; }

.form-radio input,
.form-checkbox input {
  width: 1em;
  height: 1em;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -.3em;
  *overflow: hidden; }

fieldset.overflow {
  overflow: hidden; }

.form-checkbox-inline,
.form-radio-inline {
  float: left;
  clear: none;
  margin-left: .1em; }

.form-checkbox-inline label,
.form-radio-inline label {
  float: left;
  clear: none;
  display: block; }

.form-checkbox-inline .form-checkbox:not(:first-of-type) input,
.form-radio-inline .form-radio:not(:first-of-type) input {
  margin-left: 1em; }

/*********************
      CHECKBOX 
*********************/
/*********************
    RADIO BUTTONS
*********************/
/*********************
    TEXT INPUTS
*********************/
.form-icon {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 1.25em;
  background-position: 100%; }

.form-search {
  background-image: url(../image/elements/search-book-gray.svg); }

.form-email {
  background-image: url(../image/elements/mail-book-gray.svg); }

.form-chevron {
  background-image: url(../image/elements/chevron-book.svg); }

.form-url {
  background-image: url(../image/elements/arrow-book-gray.svg); }

.form-password {
  background-image: url(../image/elements/eye-book-gray.svg); }

.form-password-lock {
  background-image: url(../image/elements/lock-book-gray.svg); }

.form-triangle {
  background-image: url(../image/elements/triangle-down-solid.svg) !important; }

.form-chevron-down {
  background-image: url(../image/elements/chevron-down-book.svg) !important; }

label.evo-button input[type="file"] {
  position: fixed;
  top: -1000px; }

/***** Example custom styling *****/
label.evo-button :invalid + span {
  color: inherit;
  border-color: inherit; }

label.evo-button :valid + span {
  color: #4A4;
  border-color: #4A4 !important; }

.form-size-large {
  font-size: 125%; }

.form-size-medium {
  font-size: 100%; }

.form-size-small {
  font-size: 75%; }

.form-icon-large {
  background-size: 1.25em; }

.form-icon-medium {
  background-size: 1em; }

.form-icon-small {
  background-size: .75em; }

.form-icon-right-flush {
  background-position: 100%; }

.form-icon-right {
  background-position: 96%; }

.form-icon-left {
  background-position: 6%; }

.form-icon-left-flush {
  background-position: 0%; }

.form-padding-thick {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  padding-left: 2em;
  padding-right: 2em; }

.form-padding-medium {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em; }

.form-padding-thin {
  padding-top: .25em;
  padding-bottom: .25em;
  padding-left: .5em;
  padding-right: .5em; }

.form-padding-none {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: .25em;
  padding-right: .25em; }

.form-box-thick {
  border-width: thick; }

.form-box-thick:hover {
  border-width: thick; }

.form-box-thick:focus {
  border-width: thick; }

.form-box-medium {
  border-width: medium; }

.form-box-medium:hover {
  border-width: medium; }

.form-box-medium:focus {
  border-width: medium; }

.form-box-thin {
  border-width: thin; }

.form-box-thin:hover {
  border-width: thin; }

.form-box-thin:focus {
  border-width: thin; }

.form-box-none {
  border-width: 0; }

.form-box-none:hover {
  border-width: 0; }

.form-box-none:focus {
  border-width: 0; }

.evo-form-line,
input[type="text"].evo-form-line,
input[type="password"].evo-form-line,
input[type="tel"].evo-form-line,
input[type="tel"].evo-form-line,
input[type="email"].evo-form-line,
input[type="date"].evo-form-line,
input[type="number"].evo-form-line,
input[type="time"].evo-form-line,
input[type="file"].evo-form-line,
input[type="search"].evo-form-line,
input[type="url"].evo-form-line,
textarea.evo-form-line,
select.evo-form-line,
input.evo-form-line {
  border-radius: 0;
  width: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 1em;
  background-position: 100; }

.form-line-padding,
.evo-form-line {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 1rem;
  border-top-width: 0;
  border-bottom-width: thin;
  border-left-width: 0;
  border-right-width: 0;
  border-top-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: none;
  border-top-color: transparent;
  border-bottom-color: #7f7f7f;
  border-left-color: transparent;
  border-right-color: transparent; }

input.evo-form-line:focus {
  border-bottom-width: rgba(26, 154, 214, 0.8) !important;
  transition: 0.5s ease all; }

textarea.evo-form-line:focus {
  border-bottom-width: rgba(26, 154, 214, 0.8) !important;
  transition: 0.5s ease all; }

.evo-form-box,
input[type="text"].evo-form-box,
input[type="password"].evo-form-box,
input[type="tel"].evo-form-box,
input[type="email"].evo-form-box,
input[type="date"].evo-form-box,
input[type="number"].evo-form-box,
input[type="time"].evo-form-box,
input[type="file"].evo-form-box,
input[type="search"].evo-form-box,
input[type="url"].evo-form-box,
textarea.evo-form-box,
select.evo-form-box,
input.evo-form-box {
  font-size: 1rem;
  border-radius: 0;
  width: 100%;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 1em;
  background-position: 96%; }

.form-box-box,
.evo-form-box {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: #7f7f7f;
  border-bottom-color: #7f7f7f;
  border-left-color: #7f7f7f;
  border-right-color: #7f7f7f; }

input.evo-form-box:focus {
  border-bottom-width: rgba(26, 154, 214, 0.8) !important; }

textarea.evo-form-box:focus {
  border-bottom-width: rgba(26, 154, 214, 0.8) !important; }

.form-placeholder-black::-webkit-input-placeholder,
select.form-placeholder-black::-webkit-input-placeholder,
input.form-placeholder-black::-webkit-input-placeholder,
input[type].form-placeholder-black::-webkit-input-placeholder,
textarea.form-placeholder-black::-webkit-input-placeholder {
  color: black; }

.form-placeholder-black:-moz-placeholder,
select.form-placeholder-black:-moz-placeholder,
input.form-placeholder-black:-moz-placeholder,
input[type].form-placeholder-black:-moz-placeholder,
textarea.form-placeholder-black:-moz-placeholder {
  color: black;
  opacity: 1; }

.form-placeholder-black::-moz-placeholder,
select.form-placeholder-black::-moz-placeholder,
input.form-placeholder-black::-moz-placeholder,
input[type].form-placeholder-black::-moz-placeholder,
textarea.form-placeholder-black::-moz-placeholder {
  color: black;
  opacity: 1; }

.form-placeholder-black:-ms-input-placeholder,
select.form-placeholder-black:-ms-input-placeholder,
input.form-placeholder-black:-ms-input-placeholder,
input[type].form-placeholder-black:-ms-input-placeholder,
textarea.form-placeholder-black:-ms-input-placeholder {
  color: black; }

.form-placeholder-white::-webkit-input-placeholder,
select.form-placeholder-white::-webkit-input-placeholder,
input.form-placeholder-white::-webkit-input-placeholder,
input[type].form-placeholder-white::-webkit-input-placeholder,
textarea.form-placeholder-white::-webkit-input-placeholder {
  color: white; }

.form-placeholder-white:-moz-placeholder,
select.form-placeholder-white:-moz-placeholder,
input.form-placeholder-white:-moz-placeholder,
input[type].form-placeholder-white:-moz-placeholder,
textarea.form-placeholder-white:-moz-placeholder {
  color: white;
  opacity: 1; }

.form-placeholder-white::-moz-placeholder,
select.form-placeholder-white::-moz-placeholder,
input.form-placeholder-white::-moz-placeholder,
input[type].form-placeholder-white::-moz-placeholder,
textarea.form-placeholder-white::-moz-placeholder {
  color: white;
  opacity: 1; }

.form-placeholder-white:-ms-input-placeholder,
select.form-placeholder-white:-ms-input-placeholder,
input.form-placeholder-white:-ms-input-placeholder,
input[type].form-placeholder-white:-ms-input-placeholder,
textarea.form-placeholder-white:-ms-input-placeholder {
  color: white; }

.form-placeholder-blue::-webkit-input-placeholder,
select.form-placeholder-blue::-webkit-input-placeholder,
input.form-placeholder-blue::-webkit-input-placeholder,
input[type].form-placeholder-blue::-webkit-input-placeholder,
textarea.form-placeholder-blue::-webkit-input-placeholder {
  color: #0073b9; }

.form-placeholder-blue:-moz-placeholder,
select.form-placeholder-blue:-moz-placeholder,
input.form-placeholder-blue:-moz-placeholder,
input[type].form-placeholder-blue:-moz-placeholder,
textarea.form-placeholder-blue:-moz-placeholder {
  color: #0073b9;
  opacity: 1; }

.form-placeholder-blue::-moz-placeholder,
select.form-placeholder-blue::-moz-placeholder,
input.form-placeholder-blue::-moz-placeholder,
input[type].form-placeholder-blue::-moz-placeholder,
textarea.form-placeholder-blue::-moz-placeholder {
  color: #0073b9;
  opacity: 1; }

.form-placeholder-blue:-ms-input-placeholder,
select.form-placeholder-blue:-ms-input-placeholder,
input.form-placeholder-blue:-ms-input-placeholder,
input[type].form-placeholder-blue:-ms-input-placeholder,
textarea.form-placeholder-blue:-ms-input-placeholder {
  color: #0073b9; }

.form-placeholder-green::-webkit-input-placeholder,
select.form-placeholder-green::-webkit-input-placeholder,
input.form-placeholder-green::-webkit-input-placeholder,
input[type].form-placeholder-green::-webkit-input-placeholder,
textarea.form-placeholder-green::-webkit-input-placeholder {
  color: #00a453; }

.form-placeholder-green:-moz-placeholder,
select.form-placeholder-green:-moz-placeholder,
input.form-placeholder-green:-moz-placeholder,
input[type].form-placeholder-green:-moz-placeholder,
textarea.form-placeholder-green:-moz-placeholder {
  color: #00a453;
  opacity: 1; }

.form-placeholder-green::-moz-placeholder,
select.form-placeholder-green::-moz-placeholder,
input.form-placeholder-green::-moz-placeholder,
input[type].form-placeholder-green::-moz-placeholder,
textarea.form-placeholder-green::-moz-placeholder {
  color: #00a453;
  opacity: 1; }

.form-placeholder-green:-ms-input-placeholder,
select.form-placeholder-green:-ms-input-placeholder,
input.form-placeholder-green:-ms-input-placeholder,
input[type].form-placeholder-green:-ms-input-placeholder,
textarea.form-placeholder-green:-ms-input-placeholder {
  color: #00a453; }

.form-placeholder-red::-webkit-input-placeholder,
select.form-placeholder-red::-webkit-input-placeholder,
input.form-placeholder-red::-webkit-input-placeholder,
input[type].form-placeholder-red::-webkit-input-placeholder,
textarea.form-placeholder-red::-webkit-input-placeholder {
  color: #eb212e; }

.form-placeholder-red:-moz-placeholder,
select.form-placeholder-red:-moz-placeholder,
input.form-placeholder-red:-moz-placeholder,
input[type].form-placeholder-red:-moz-placeholder,
textarea.form-placeholder-red:-moz-placeholder {
  color: #eb212e;
  opacity: 1; }

.form-placeholder-red::-moz-placeholder,
select.form-placeholder-red::-moz-placeholder,
input.form-placeholder-red::-moz-placeholder,
input[type].form-placeholder-red::-moz-placeholder,
textarea.form-placeholder-red::-moz-placeholder {
  color: #eb212e;
  opacity: 1; }

.form-placeholder-red:-ms-input-placeholder,
select.form-placeholder-red:-ms-input-placeholder,
input.form-placeholder-red:-ms-input-placeholder,
input[type].form-placeholder-red:-ms-input-placeholder,
textarea.form-placeholder-red:-ms-input-placeholder {
  color: #eb212e; }

.form-focus,
.evo-form-focus:focus,
.uneditable-input:focus,
select.form-focus:focus,
input.form-focus:focus,
input[type].form-focus:focus,
textarea.form-focus:focus {
  border-top-color: rgba(26, 154, 214, 0.8);
  border-bottom-color: rgba(26, 154, 214, 0.8);
  border-left-color: rgba(26, 154, 214, 0.8);
  border-right-color: rgba(26, 154, 214, 0.8);
  box-shadow: none;
  transition: 0.5s ease all;
  outline: 0 none; }
  .form-focus + label,
  .evo-form-focus:focus + label,
  .uneditable-input:focus + label,
  select.form-focus:focus + label,
  input.form-focus:focus + label,
  input[type].form-focus:focus + label,
  textarea.form-focus:focus + label {
    color: rgba(26, 154, 214, 0.8);
    cursor: pointer; }

.evo-form-box-focus,
.evo-form-box:focus,
select.evo-form-box:focus,
input.evo-form-box:focus,
input[type].evo-form-box:focus,
textarea.evo-form-box:focus {
  border-top-color: rgba(26, 154, 214, 0.8);
  border-bottom-color: rgba(26, 154, 214, 0.8);
  border-left-color: rgba(26, 154, 214, 0.8);
  border-right-color: rgba(26, 154, 214, 0.8); }
  .evo-form-box-focus + label,
  .evo-form-box:focus + label,
  select.evo-form-box:focus + label,
  input.evo-form-box:focus + label,
  input[type].evo-form-box:focus + label,
  textarea.evo-form-box:focus + label {
    color: rgba(26, 154, 214, 0.8);
    cursor: pointer; }

.evo-form-line-focus,
.evo-form-line:focus,
select.evo-form-line:focus,
input.evo-form-line:focus,
input[type].evo-form-line:focus,
textarea.evo-form-line:focus {
  border-bottom-color: rgba(26, 154, 214, 0.8); }
  .evo-form-line-focus + label,
  .evo-form-line:focus + label,
  select.evo-form-line:focus + label,
  input.evo-form-line:focus + label,
  input[type].evo-form-line:focus + label,
  textarea.evo-form-line:focus + label {
    color: rgba(26, 154, 214, 0.8);
    cursor: pointer; }

.form-focus-black,
.focus-black:focus,
select.focus-black:focus,
input.focus-black:focus,
input[type].focus-black:focus,
textarea.focus-black:focus {
  border-top-color: black;
  border-bottom-color: black;
  border-left-color: black;
  border-right-color: black; }
  .form-focus-black + label,
  .focus-black:focus + label,
  select.focus-black:focus + label,
  input.focus-black:focus + label,
  input[type].focus-black:focus + label,
  textarea.focus-black:focus + label {
    color: rgba(26, 154, 214, 0.8);
    cursor: pointer; }

.form-focus-white,
.focus-white:focus,
select.focus-white:focus,
input.focus-white:focus,
input[type].focus-white:focus,
textarea.focus-white:focus {
  border-top-color: white;
  border-bottom-color: white;
  border-left-color: white;
  border-right-color: white;
  border-color: white; }
  .form-focus-white + label,
  .focus-white:focus + label,
  select.focus-white:focus + label,
  input.focus-white:focus + label,
  input[type].focus-white:focus + label,
  textarea.focus-white:focus + label {
    color: rgba(26, 154, 214, 0.8);
    cursor: pointer; }

.form-focus-blue,
.focus-blue:focus,
select.focus-blue:focus,
input.focus-blue:focus,
input[type].focus-blue:focus,
textarea.focus-blue:focus {
  border-top-color: #0073b9;
  border-bottom-color: #0073b9;
  border-left-color: #0073b9;
  border-right-color: #0073b9;
  border-color: #0073b9; }
  .form-focus-blue + label,
  .focus-blue:focus + label,
  select.focus-blue:focus + label,
  input.focus-blue:focus + label,
  input[type].focus-blue:focus + label,
  textarea.focus-blue:focus + label {
    color: rgba(26, 154, 214, 0.8);
    cursor: pointer; }

.form-focus-green,
.focus-green:focus,
select.focus-green:focus,
input.focus-green:focus,
input[type].focus-green:focus,
textarea.focus-green:focus {
  border-top-color: #00a453;
  border-bottom-color: #00a453;
  border-left-color: #00a453;
  border-right-color: #00a453;
  border-color: #00a453; }
  .form-focus-green + label,
  .focus-green:focus + label,
  select.focus-green:focus + label,
  input.focus-green:focus + label,
  input[type].focus-green:focus + label,
  textarea.focus-green:focus + label {
    color: rgba(26, 154, 214, 0.8);
    cursor: pointer; }

.form-focus-red,
.focus-red:focus,
select.focus-red:focus,
input.focus-red:focus,
input[type].focus-red:focus,
textarea.focus-red:focus {
  border-color: #eb212e; }
  .form-focus-red + label,
  .focus-red:focus + label,
  select.focus-red:focus + label,
  input.focus-red:focus + label,
  input[type].focus-red:focus + label,
  textarea.focus-red:focus + label {
    color: rgba(26, 154, 214, 0.8);
    cursor: pointer; }

.form-hover,
.evo-form-hover:hover,
select.form-hover:hover,
input.form-hover:hover,
input[type].form-hover:hover,
textarea.form-hover:hover {
  border-top-color: rgba(26, 154, 214, 0.8);
  border-bottom-color: rgba(26, 154, 214, 0.8);
  border-left-color: rgba(26, 154, 214, 0.8);
  border-right-color: rgba(26, 154, 214, 0.8);
  box-shadow: none;
  transition: 0.5s ease all;
  outline: 0 none; }
  .form-hover + label,
  .evo-form-hover:hover + label,
  select.form-hover:hover + label,
  input.form-hover:hover + label,
  input[type].form-hover:hover + label,
  textarea.form-hover:hover + label {
    color: rgba(26, 154, 214, 0.8);
    cursor: pointer; }

.form-hover-white,
.evo-form-hover-white:hover,
select.form-hover-white:hover,
input.form-hover-white:hover,
input[type].form-hover-white:hover,
textarea.form-hover-white:hover {
  border-top-color: white;
  border-bottom-color: white;
  border-left-color: white;
  border-right-color: white;
  box-shadow: none;
  transition: 0.5s ease all;
  outline: 0 none; }
  .form-hover-white + label,
  .evo-form-hover-white:hover + label,
  select.form-hover-white:hover + label,
  input.form-hover-white:hover + label,
  input[type].form-hover-white:hover + label,
  textarea.form-hover-white:hover + label {
    color: white;
    cursor: pointer; }

textarea ~ .label-floating {
  position: absolute;
  pointer-events: none;
  left: 1em !important;
  top: 1em !important;
  transition: 0.3s ease all; }

textarea:focus ~ .label-floating,
textarea:not(:focus):valid ~ .label-floating {
  top: -5em;
  bottom: 1em;
  color: rgba(26, 154, 214, 0.8);
  font-family: inherit;
  left: 1.5em;
  opacity: 1; }

.label-floating {
  position: absolute;
  pointer-events: none;
  left: 1em;
  top: 0;
  transition: 0.3s ease all; }

input:focus ~ .label-floating,
input:not(:focus):valid ~ .label-floating {
  top: -1.5em;
  bottom: 1em;
  color: rgba(26, 154, 214, 0.8);
  font-family: inherit;
  left: 1.5em;
  opacity: 1; }

ul.helper-text {
  margin-top: 6px;
  color: #0f0f0f; }
  ul.helper-text li.valid {
    color: rgba(0, 0, 0, 0.5);
    background: url(../icons-gray/book-gray/circle-solid-book-gray.svg) 0 0.29118rem no-repeat;
    background-size: .30625rem; }

ul.helper-text-1 {
  margin-top: 6px;
  color: #0f0f0f; }
  ul.helper-text-1 li.valid {
    color: rgba(0, 0, 0, 0.5);
    background: url(../icons-gray/book-gray/circle-solid-book-gray.svg) 0 0.29118rem no-repeat;
    background-size: .30625rem; }

.input-container,
#input_container {
  position: relative;
  padding: 0;
  margin: 0; }

#input {
  height: 35px;
  margin: 0; }

#input_img {
  position: absolute;
  cursor: pointer;
  bottom: 10px;
  right: 10px;
  width: 23px;
  height: 23px; }

#input_img_box {
  position: absolute;
  cursor: pointer;
  bottom: 5px;
  right: 10px;
  width: 23px;
  height: 23px; }

#input_img,
#input_img_box {
  position: absolute;
  cursor: pointer;
  right: 10px;
  width: 23px;
  height: 23px; }

.video-container {
  position: relative; }

.video-container video {
  position: relative;
  z-index: 0; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.full-width-container {
  overflow: hidden;
  height: 0px;
  padding-bottom: 500px;
  position: relative; }

.full-width-container video {
  position: absolute;
  width: 100%; }

.full-width-container-responsive {
  width: 100% !important;
  height: auto !important; }

.html5-video-full-width-wrapper {
  background-color: #000000;
  height: 500px;
  width: 100%; }

.html5-video-full-width-wrapper video {
  width: auto;
  height: 500px;
  margin-top: 0px; }
