/*!
Theme Name: Kube
Theme URI: http://underscores.me/
Author: Canic Interactive LLC
Author URI: http://canicinteractive.com
Description: Custom made theme with Kube framework
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kube
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# KUBE Framework
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
/*--------------------------------------------------------------
# KUBE Framework
--------------------------------------------------------------*/
/*!
	Kube. CSS & JS Framework
	Version 6.5.2
	Updated: February 2, 2017

	http://imperavi.com/kube/

	Copyright (c) 2009-2017, Imperavi LLC.
	License: MIT
*/
html {
  box-sizing: border-box; }

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

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch; }

img,
video,
audio {
  max-width: 100%; }

img,
video {
  height: auto; }

svg {
  max-height: 100%; }

iframe {
  border: none; }

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

input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px; }

input[type="search"] {
  -webkit-appearance: textfield; }

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

.black {
  color: #0d0d0e; }

.inverted {
  color: #fff; }

.error {
  color: #f03c69; }

.success {
  color: #35beb1; }

.warning {
  color: #f7ba45; }

.focus {
  color: #1c86f2; }

.aluminum {
  color: #f8f8f8; }

.silver {
  color: #e0e1e1; }

.lightgray {
  color: #d4d4d4; }

.gray {
  color: #bdbdbd; }

.midgray {
  color: #676b72; }

.darkgray {
  color: #313439; }

.bg-black {
  background-color: #0d0d0e; }

.bg-inverted {
  background-color: #fff; }

.bg-error {
  background-color: #f03c69; }

.bg-success {
  background-color: #35beb1; }

.bg-warning {
  background-color: #f7ba45; }

.bg-focus {
  background-color: #1c86f2; }

.bg-aluminum {
  background-color: #f8f8f8; }

.bg-silver {
  background-color: #e0e1e1; }

.bg-lightgray {
  background-color: #d4d4d4; }

.bg-gray {
  background-color: #bdbdbd; }

.bg-midgray {
  background-color: #676b72; }

.bg-darkgray {
  background-color: #313439; }

.bg-highlight {
  background-color: #edf2ff; }

html,
body {
  font-size: 16px;
  line-height: 24px; }

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #313439;
  background-color: transparent; }

a {
  color: #3794de; }

a:hover {
  color: #f03c69; }

h1.title, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #0d0d0e;
  text-rendering: optimizeLegibility;
  margin-bottom: 16px; }

h1.title {
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 8px; }

h1,
.h1 {
  font-size: 48px;
  line-height: 52px; }

h2,
.h2 {
  font-size: 36px;
  line-height: 40px; }

h3,
.h3 {
  font-size: 24px;
  line-height: 32px; }

h4,
.h4 {
  font-size: 21px;
  line-height: 32px; }

h5,
.h5 {
  font-size: 18px;
  line-height: 28px; }

h6,
.h6 {
  font-size: 16px;
  line-height: 24px; }

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  color: inherit; }

p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6,
pre + h2,
pre + h3,
pre + h4,
pre + h5,
pre + h6,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6,
form + h2,
form + h3,
form + h4,
form + h5,
form + h6,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6 {
  margin-top: 24px; }

ul, ul ul, ul ol,
ol,
ol ul,
ol ol {
  margin: 0 0 0 24px; }

ol ol li {
  list-style-type: lower-alpha; }

ol ol ol li {
  list-style-type: lower-roman; }

nav ul, nav ol {
  margin: 0;
  list-style: none; }
  nav ul ul, nav ul ol, nav ol ul, nav ol ol {
    margin-left: 24px; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 24px; }

p, blockquote, hr, pre, ol, ul, dl, table, fieldset, figure, address, form {
  margin-bottom: 16px; }

hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -1px; }

blockquote {
  padding-left: 1rem;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  font-style: italic;
  color: rgba(49, 52, 57, 0.65); }
  blockquote p {
    margin-bottom: .5rem; }

time, cite, small, figcaption {
  font-size: 87.5%; }

cite {
  opacity: .6; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help; }

var {
  font-size: 16px;
  opacity: .6;
  font-style: normal; }

mark, code, samp, kbd {
  position: relative;
  top: -1px;
  padding: 4px 4px 2px 4px;
  display: inline-block;
  line-height: 1;
  color: rgba(49, 52, 57, 0.85); }

code {
  background: #e0e1e1; }

mark {
  background: #f7ba45; }

samp {
  color: #fff;
  background: #1c86f2; }

kbd {
  border: 1px solid rgba(0, 0, 0, 0.1); }

sub,
sup {
  font-size: x-small;
  line-height: 0;
  margin-left: 1rem/4;
  position: relative; }

sup {
  top: 0; }

sub {
  bottom: 1px; }

pre, code, samp, var, kbd {
  font-family: Consolas, Monaco, "Courier New", monospace; }

pre, code, samp, var, kbd, mark {
  font-size: 87.5%; }

pre,
pre code {
  background: #f8f8f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 20px;
  color: rgba(49, 52, 57, 0.85);
  overflow: none;
  white-space: pre-wrap; }

pre {
  padding: 1rem; }

figcaption {
  opacity: .6; }

figure figcaption {
  position: relative;
  top: -1rem/2; }

figure pre {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

figure .video-container, figure pre {
  margin-bottom: 8px; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

ul.unstyled {
  margin-left: 0; }
ul.unstyled, ul.unstyled ul {
  list-style: none; }

.monospace {
  font-family: Consolas, Monaco, "Courier New", monospace; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.italic {
  font-style: italic !important; }

.strong {
  font-weight: bold !important; }

.normal {
  font-weight: normal !important; }

.muted {
  opacity: .55; }

a.muted {
  color: #0d0d0e; }

a.muted:hover {
  opacity: 1; }

.black {
  color: #0d0d0e; }

.smaller {
  font-size: 12px;
  line-height: 20px; }

.small {
  font-size: 14px;
  line-height: 20px; }

.big {
  font-size: 18px;
  line-height: 28px; }

.large {
  font-size: 20px;
  line-height: 32px; }

.end {
  margin-bottom: 0 !important; }

.highlight {
  background-color: #edf2ff; }

.nowrap,
.nowrap td {
  white-space: nowrap; }

@media (min-width: 768px) and (max-width: 1024px) {
  .columns-2,
  .columns-3,
  .columns-4 {
    column-gap: 24px; }

  .columns-2 {
    column-count: 2; }

  .columns-3 {
    column-count: 3; }

  .columns-4 {
    column-count: 4; } }
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .row {
      flex-direction: column;
      flex-wrap: nowrap; } }
  .row.gutters, .row.gutters > .row {
    margin-left: -2%; }
    @media (max-width: 768px) {
      .row.gutters, .row.gutters > .row {
        margin-left: 0; } }
    .row.gutters > .col, .row.gutters > .row > .col {
      margin-left: 2%; }
      @media (max-width: 768px) {
        .row.gutters > .col, .row.gutters > .row > .col {
          margin-left: 0; } }
  .row.around {
    justify-content: space-around; }
  .row.between {
    justify-content: space-between; }
  .row.auto .col {
    flex-grow: 1; }

.col-1 {
  width: 8.3333333333%; }

.offset-1 {
  margin-left: 8.3333333333%; }

.col-2 {
  width: 16.6666666667%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.col-3 {
  width: 25%; }

.offset-3 {
  margin-left: 25%; }

.col-4 {
  width: 33.3333333333%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.col-5 {
  width: 41.6666666667%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.col-6 {
  width: 50%; }

.offset-6 {
  margin-left: 50%; }

.col-7 {
  width: 58.3333333333%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.col-8 {
  width: 66.6666666667%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.col-9 {
  width: 75%; }

.offset-9 {
  margin-left: 75%; }

.col-10 {
  width: 83.3333333333%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.col-11 {
  width: 91.6666666667%; }

.offset-11 {
  margin-left: 91.6666666667%; }

.col-12 {
  width: 100%; }

.offset-12 {
  margin-left: 100%; }

.gutters > .col-1 {
  width: calc(8.3333333333% - 2%); }
.gutters > .offset-1 {
  margin-left: calc(8.3333333333% + 2%) !important; }
.gutters > .col-2 {
  width: calc(16.6666666667% - 2%); }
.gutters > .offset-2 {
  margin-left: calc(16.6666666667% + 2%) !important; }
.gutters > .col-3 {
  width: calc(25% - 2%); }
.gutters > .offset-3 {
  margin-left: calc(25% + 2%) !important; }
.gutters > .col-4 {
  width: calc(33.3333333333% - 2%); }
.gutters > .offset-4 {
  margin-left: calc(33.3333333333% + 2%) !important; }
.gutters > .col-5 {
  width: calc(41.6666666667% - 2%); }
.gutters > .offset-5 {
  margin-left: calc(41.6666666667% + 2%) !important; }
.gutters > .col-6 {
  width: calc(50% - 2%); }
.gutters > .offset-6 {
  margin-left: calc(50% + 2%) !important; }
.gutters > .col-7 {
  width: calc(58.3333333333% - 2%); }
.gutters > .offset-7 {
  margin-left: calc(58.3333333333% + 2%) !important; }
.gutters > .col-8 {
  width: calc(66.6666666667% - 2%); }
.gutters > .offset-8 {
  margin-left: calc(66.6666666667% + 2%) !important; }
.gutters > .col-9 {
  width: calc(75% - 2%); }
.gutters > .offset-9 {
  margin-left: calc(75% + 2%) !important; }
.gutters > .col-10 {
  width: calc(83.3333333333% - 2%); }
.gutters > .offset-10 {
  margin-left: calc(83.3333333333% + 2%) !important; }
.gutters > .col-11 {
  width: calc(91.6666666667% - 2%); }
.gutters > .offset-11 {
  margin-left: calc(91.6666666667% + 2%) !important; }
.gutters > .col-12 {
  width: calc(100% - 2%); }
.gutters > .offset-12 {
  margin-left: calc(100% + 2%) !important; }

@media (max-width: 768px) {
  [class^='offset-'],
  [class*=' offset-'] {
    margin-left: 0; } }

.first {
  order: -1; }

.last {
  order: 1; }

@media (max-width: 768px) {
  .row .col {
    margin-left: 0;
    width: 100%; }
  .row.gutters .col {
    margin-bottom: 16px; }

  .first-sm {
    order: -1; }

  .last-sm {
    order: 1; } }
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  empty-cells: show;
  font-size: 15px;
  line-height: 24px; }

table caption {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #676b72; }

th {
  text-align: left;
  font-weight: 700;
  vertical-align: bottom; }

td {
  vertical-align: top; }

tr.align-middle td,
td.align-middle {
  vertical-align: middle; }

th,
td {
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  th:first-child,
  td:first-child {
    padding-left: 0; }
  th:last-child,
  td:last-child {
    padding-right: 0; }

tfoot th,
tfoot td {
  color: rgba(49, 52, 57, 0.5); }

table.bordered td, table.bordered th {
  border: 1px solid rgba(0, 0, 0, 0.05); }

table.striped tr:nth-child(odd) td {
  background: #f8f8f8; }

table.bordered td:first-child, table.bordered th:first-child,
table.striped td:first-child,
table.striped th:first-child {
  padding-left: 1rem; }
table.bordered td:last-child, table.bordered th:last-child,
table.striped td:last-child,
table.striped th:last-child {
  padding-right: 1rem; }

table.unstyled td, table.unstyled th {
  border: none;
  padding: 0; }

fieldset {
  font-family: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem; }

legend {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 1rem;
  margin-left: -1rem;
  top: 2px;
  position: relative;
  line-height: 0; }

input,
textarea,
select {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  box-shadow: none;
  padding: 0 12px; }

input.small,
textarea.small,
select.small {
  height: 36px;
  font-size: 13px;
  padding: 0 12px;
  border-radius: 3px; }

input.big,
textarea.big,
select.big {
  height: 48px;
  font-size: 17px;
  padding: 0 12px;
  border-radius: 3px; }

input:focus,
textarea:focus,
select:focus {
  outline: none;
  background-color: #fff;
  border-color: #1c86f2;
  box-shadow: 0 0 1px #1c86f2 inset; }
input.error,
textarea.error,
select.error {
  background-color: rgba(240, 60, 105, 0.1);
  border: 1px solid #f583a0; }
  input.error:focus,
  textarea.error:focus,
  select.error:focus {
    border-color: #f03c69;
    box-shadow: 0 0 1px #f03c69 inset; }
input.success,
textarea.success,
select.success {
  background-color: rgba(53, 190, 177, 0.1);
  border: 1px solid #6ad5cb; }
  input.success:focus,
  textarea.success:focus,
  select.success:focus {
    border-color: #35beb1;
    box-shadow: 0 0 1px #35beb1 inset; }
input:disabled, input.disabled,
textarea:disabled,
textarea.disabled,
select:disabled,
select.disabled {
  resize: none;
  opacity: 0.6;
  cursor: default;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5); }

select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="#5e6c75" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center; }

select[multiple] {
  background-image: none;
  height: auto;
  padding: .5rem .75rem; }

textarea {
  height: auto;
  padding: 8px 12px;
  line-height: 24px;
  vertical-align: top; }

input[type="file"] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block; }

input[type="search"],
input.search {
  background-repeat: no-repeat;
  background-position: 8px 53%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="#000" fill-opacity="0.4" d="M14.891,14.39l-0.5.5a0.355,0.355,0,0,1-.5,0L9.526,10.529a5.3,5.3,0,1,1,2.106-4.212,5.268,5.268,0,0,1-1.1,3.21l4.362,4.362A0.354,0.354,0,0,1,14.891,14.39ZM6.316,2.418a3.9,3.9,0,1,0,3.9,3.9A3.9,3.9,0,0,0,6.316,2.418Z"/></svg>');
  padding-left: 32px; }

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0; }

label {
  display: block;
  color: #313439;
  margin-bottom: 4px;
  font-size: 15px; }
  label.checkbox, label .desc, label .success, label .error {
    text-transform: none;
    font-weight: normal; }
  label.checkbox {
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    color: inherit; }
    label.checkbox input {
      margin-top: 0; }

.form-checkboxes label.checkbox {
  display: inline-block;
  margin-right: 16px; }

.req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #f03c69;
  font-size: 110%; }

.desc {
  color: rgba(49, 52, 57, 0.5);
  font-size: 12px;
  line-height: 20px; }

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

div.desc {
  margin-top: 4px;
  margin-bottom: -8px; }

.form-buttons button, .form-buttons .button {
  margin-right: 8px; }

form,
.form-item {
  margin-bottom: 2rem; }

.form > .form-item:last-child {
  margin-bottom: 0; }
.form .row:last-child .form-item {
  margin-bottom: 0; }
.form span.success, .form span.error {
  font-size: 12px;
  line-height: 20px;
  margin-left: 4px; }

.form-inline input, .form-inline textarea, .form-inline select {
  display: inline-block;
  width: auto; }

.append,
.prepend {
  display: flex; }
  .append input,
  .prepend input {
    flex: 1; }
  .append .button, .append span,
  .prepend .button,
  .prepend span {
    flex-shrink: 0; }
  .append span,
  .prepend span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: normal;
    border: 1px solid #d4d4d4;
    background-color: #f8f8f8;
    padding: 0 .875rem;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    white-space: nowrap; }

.prepend input {
  border-radius: 0 3px 3px 0; }
.prepend .button {
  margin-right: -1px;
  border-radius: 3px 0 0 3px !important; }
.prepend span {
  border-right: none;
  border-radius: 3px 0 0 3px; }

.append input {
  border-radius: 3px 0 0 3px; }
.append .button {
  margin-left: -1px;
  border-radius: 0 3px 3px 0 !important; }
.append span {
  border-left: none;
  border-radius: 0 3px 3px 0; }

button,
.button {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #1c86f2;
  border-radius: 3px;
  min-height: 40px;
  padding: 8px 20px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none; }
  button i,
  .button i {
    position: relative;
    top: 1px;
    margin: 0 2px; }

input[type="submit"] {
  width: auto; }

button:hover,
.button:hover {
  outline: none;
  text-decoration: none;
  color: #fff;
  background-color: #4ca0f5; }

.button:disabled,
.button.disabled {
  cursor: default;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(28, 134, 242, 0.7); }

.button.small {
  font-size: 13px;
  min-height: 36px;
  padding: 6px 20px;
  border-radius: 3px; }

.button.big {
  font-size: 17px;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 3px; }

.button.large {
  font-size: 19px;
  min-height: 56px;
  padding: 20px 36px;
  border-radius: 3px; }

.button.outline {
  background: none;
  border-width: 2px;
  border-color: #1c86f2;
  color: #1c86f2; }
  .button.outline:hover {
    background: none;
    color: rgba(28, 134, 242, 0.6);
    border-color: rgba(28, 134, 242, 0.5); }
  .button.outline:disabled, .button.outline.disabled {
    background: none;
    color: rgba(28, 134, 242, 0.7);
    border-color: rgba(28, 134, 242, 0.5); }

.button.inverted {
  color: #000;
  background-color: #fff; }
  .button.inverted:hover {
    color: #000;
    background-color: white; }
  .button.inverted:disabled, .button.inverted.disabled {
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 255, 255, 0.7); }
  .button.inverted.outline {
    background: none;
    color: #fff;
    border-color: #fff; }
    .button.inverted.outline:hover {
      color: rgba(255, 255, 255, 0.6);
      border-color: rgba(255, 255, 255, 0.5); }
    .button.inverted.outline:disabled, .button.inverted.outline.disabled {
      background: none;
      color: rgba(255, 255, 255, 0.7);
      border-color: rgba(255, 255, 255, 0.5); }
  .button.inverted:hover {
    opacity: .7; }

.button.round {
  border-radius: 56px; }

.button.raised {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.button.upper {
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 13px; }
  .button.upper.small {
    font-size: 11px; }
  .button.upper.big {
    font-size: 13px; }
  .button.upper.large {
    font-size: 15px; }

.button.secondary {
  color: #fff;
  background-color: #313439; }
  .button.secondary:hover {
    color: #fff;
    background-color: #606670; }
  .button.secondary:disabled, .button.secondary.disabled {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(49, 52, 57, 0.7); }
  .button.secondary.outline {
    background: none;
    color: #313439;
    border-color: #313439; }
    .button.secondary.outline:hover {
      color: rgba(49, 52, 57, 0.6);
      border-color: rgba(49, 52, 57, 0.5); }
    .button.secondary.outline:disabled, .button.secondary.outline.disabled {
      background: none;
      color: rgba(49, 52, 57, 0.7);
      border-color: rgba(49, 52, 57, 0.5); }

.label {
  display: inline-block;
  font-size: 13px;
  background: #e0e1e1;
  line-height: 18px;
  padding: 0 10px;
  font-weight: 500;
  color: #313439;
  border: 1px solid transparent;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 4px; }
  .label a, .label a:hover {
    color: inherit;
    text-decoration: none; }

.label.big {
  font-size: 14px;
  line-height: 24px;
  padding: 0 12px; }

.label.upper {
  text-transform: uppercase;
  font-size: 11px; }

.label.outline {
  background: none;
  border-color: #bdbdbd; }

.label.badge {
  text-align: center;
  border-radius: 64px;
  padding: 0 6px; }
  .label.badge.big {
    padding: 0 8px; }

.label.tag {
  padding: 0;
  background: none;
  border: none;
  text-transform: uppercase;
  font-size: 11px; }
  .label.tag.big {
    font-size: 13px; }

.label.success {
  background: #35beb1;
  color: #fff; }
  .label.success.tag, .label.success.outline {
    background: none;
    border-color: #35beb1;
    color: #35beb1; }

.label.error {
  background: #f03c69;
  color: #fff; }
  .label.error.tag, .label.error.outline {
    background: none;
    border-color: #f03c69;
    color: #f03c69; }

.label.warning {
  background: #f7ba45;
  color: #0d0d0e; }
  .label.warning.tag, .label.warning.outline {
    background: none;
    border-color: #f7ba45;
    color: #f7ba45; }

.label.focus {
  background: #1c86f2;
  color: #fff; }
  .label.focus.tag, .label.focus.outline {
    background: none;
    border-color: #1c86f2;
    color: #1c86f2; }

.label.black {
  background: #0d0d0e;
  color: #fff; }
  .label.black.tag, .label.black.outline {
    background: none;
    border-color: #0d0d0e;
    color: #0d0d0e; }

.label.inverted {
  background: #fff;
  color: #0d0d0e; }
  .label.inverted.tag, .label.inverted.outline {
    background: none;
    border-color: #fff;
    color: #fff; }

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 24px; }
  .breadcrumbs ul {
    display: flex;
    align-items: center; }
  .breadcrumbs.push-center ul {
    justify-content: center; }
  .breadcrumbs span, .breadcrumbs a {
    font-style: normal;
    padding: 0 10px;
    display: inline-block;
    white-space: nowrap; }
  .breadcrumbs li:after {
    display: inline-block;
    content: '/';
    color: rgba(0, 0, 0, 0.3); }
  .breadcrumbs li:last-child:after {
    display: none; }
  .breadcrumbs li:first-child span, .breadcrumbs li:first-child a {
    padding-left: 0; }
  .breadcrumbs li.active a {
    color: #313439;
    text-decoration: none;
    cursor: text; }

.pagination {
  margin: 24px 0;
  font-size: 14px; }
  .pagination ul {
    display: flex;
    margin: 0; }
  .pagination.align-center ul {
    justify-content: center; }
  .pagination span, .pagination a {
    border-radius: 3px;
    display: inline-block;
    padding: 8px 12px;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid transparent; }
  .pagination a {
    text-decoration: none;
    color: #313439; }
    .pagination a:hover {
      color: rgba(0, 0, 0, 0.5);
      border-color: #e0e1e1; }
  .pagination span, .pagination li.active a {
    color: rgba(0, 0, 0, 0.5);
    border-color: #e0e1e1;
    cursor: text; }
  .pagination.upper {
    font-size: 12px; }

.pager span {
  line-height: 24px; }
.pager span, .pager a {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 64px;
  border-color: rgba(0, 0, 0, 0.1); }
.pager li {
  flex-basis: 50%; }
.pager li.next {
  text-align: right; }
.pager.align-center li {
  flex-basis: auto;
  margin-left: 4px;
  margin-right: 4px; }
.pager.flat span, .pager.flat a {
  border: none;
  display: block;
  padding: 0; }
.pager.flat a {
  font-weight: bold; }
  .pager.flat a:hover {
    background: none;
    text-decoration: underline; }

@media (max-width: 768px) {
  .pager.flat ul {
    flex-direction: column; }
  .pager.flat li {
    flex-basis: 100%;
    margin-bottom: 8px;
    text-align: left; } }
@font-face {
  font-family: 'Kube';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfgAAAC8AAAAYGNtYXAXVtKOAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZsMn2SAAAAF4AAADeGhlYWQMP9EUAAAE8AAAADZoaGVhB8IDzQAABSgAAAAkaG10eCYABd4AAAVMAAAAMGxvY2EFWASuAAAFfAAAABptYXhwABcAmwAABZgAAAAgbmFtZfMJxocAAAW4AAABYnBvc3QAAwAAAAAHHAAAACAAAwPHAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qf//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAKAAAAAAQAA8AADwAUACQANABEAFYAaAB4AIgAmAAAEyIGFREUFjMhMjY1ETQmIwUhESEREzgBMSIGFRQWMzI2NTQmIzM4ATEiBhUUFjMyNjU0JiMzOAExIgYVFBYzMjY1NCYjATIWHQEUBiMiJj0BNDYzOAExITIWHQEUBiMiJj0BNDYzOAExATgBMSIGFRQWMzI2NTQmIzM4ATEiBhUUFjMyNjU0JiMzOAExIgYVFBYzMjY1NCYjwFBwcFACgFBwcFD9IQM+/MKrHioqHh4qKh70HioqHh4qKh70HisrHh0rKh7+MBQdHRQUHBwUAbgUHBwUFB0dFP4wHioqHh4qKh70HioqHh4qKh70HisrHh0rKh4DYHBQ/iBQcHBQAeBQcF/9XwKh/n8qHh4qKh4eKioeHioqHh4qKh4eKioeHioCQBwVjhUcHBWOFRwcFY4VHBwVjhUc/rAqHh4qKh4eKioeHioqHh4qKh4eKioeHioAAAABAQAAwAMAAcAACwAAAQcXBycHJzcnNxc3AwDMAjMDAzMCzDTMzAGVqAIrAgIrAqgrqKgAAQGAAEACgAJAAAsAACUnByc3JzcXNxcHFwJVqAIrAgIrAqgrqKhAzAIzAwMzAsw0zMwAAAEBgABAAoACQAALAAABFzcXBxcHJwcnNycBq6gCKwICKwKoK6ioAkDMAjMDAzMCzDTMzAABAQAAwAMAAcAACwAAJTcnNxc3FwcXBycHAQDMAjMDAzMCzDTMzOuoAisCAisCqCuoqAAAAgAP/+UD1AOqAAQACAAAEwEHATcFAScBSwOJPPx3PAOJ/Hc8A4kDqvx3PAOJPDz8dzwDiQAAAAADAIAAgAOAAwAAAwAHAAsAADc1IRUBIRUhESEVIYADAP0AAwD9AAMA/QCAgIABgIABgIAAAgBPAA8DsgNxABgALQAAJQcBDgEjIi4CNTQ+AjMyHgIVFAYHAQEiDgIVFB4CMzI+AjU0LgIjA7JY/t4lWTBBc1YxMVZzQUFzVTIcGQEi/dgxVkAlJUBWMTFWQCUlQFYxZ1gBIRkcMlVzQUFzVjExVnNBMFkm/uACuyVAVjExVkAlJUBWMTFWQCUAAAABAAAAAQAABhlWm18PPPUACwQAAAAAANSQRjkAAAAA1JBGOQAA/+UEAAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAAAAEAAEABAABgAQAAYAEAAEABAAADwQAAIAEAABPAAAAAAAKABQAHgDYAPIBDAEmAUABXAF2AbwAAAABAAAADACZAAoAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABAAAAAEAAAAAAAIABwBFAAEAAAAAAAMABAAtAAEAAAAAAAQABABaAAEAAAAAAAUACwAMAAEAAAAAAAYABAA5AAEAAAAAAAoAGgBmAAMAAQQJAAEACAAEAAMAAQQJAAIADgBMAAMAAQQJAAMACAAxAAMAAQQJAAQACABeAAMAAQQJAAUAFgAXAAMAAQQJAAYACAA9AAMAAQQJAAoANACAS3ViZQBLAHUAYgBlVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwS3ViZQBLAHUAYgBlS3ViZQBLAHUAYgBlUmVndWxhcgBSAGUAZwB1AGwAYQByS3ViZQBLAHUAYgBlRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal; }
[class^="kube-"], [class*=" kube-"], .close, .caret {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Kube' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.kube-calendar:before {
  content: "\e900"; }

.caret.down:before,
.kube-caret-down:before {
  content: "\e901"; }

.caret.left:before,
.kube-caret-left:before {
  content: "\e902"; }

.caret.right:before,
.kube-caret-right:before {
  content: "\e903"; }

.caret.up:before,
.kube-caret-up:before {
  content: "\e904"; }

.close:before,
.kube-close:before {
  content: "\e905"; }

.kube-menu:before {
  content: "\e906"; }

.kube-search:before {
  content: "\e907"; }

.gutters .column.push-left,
.push-left {
  margin-right: auto; }

.gutters .column.push-right,
.push-right {
  margin-left: auto; }

.gutters .column.push-center,
.push-center {
  margin-left: auto;
  margin-right: auto; }

.gutters .column.push-middle,
.push-middle {
  margin-top: auto;
  margin-bottom: auto; }

.push-bottom {
  margin-top: auto; }

@media (max-width: 768px) {
  .gutters .column.push-left-sm,
  .push-left-sm {
    margin-left: 0; }

  .gutters .column.push-center-sm,
  .push-center-sm {
    margin-left: auto;
    margin-right: auto; }

  .push-top-sm {
    margin-top: 0; } }
.align-middle {
  align-items: center; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

@media (max-width: 768px) {
  .align-left-sm {
    justify-content: flex-start; } }
.float-right {
  float: right; }

.float-left {
  float: left; }

@media (max-width: 768px) {
  .float-right {
    float: none; }

  .float-left {
    float: none; } }
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%; }

.w5 {
  width: 5%; }

.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

.w-auto {
  width: auto; }

.w-small {
  width: 480px; }

.w-medium {
  width: 600px; }

.w-big {
  width: 740px; }

.w-large {
  width: 840px; }

@media (max-width: 768px) {
  .w-auto-sm {
    width: auto; }

  .w100-sm,
  .w-small,
  .w-medium,
  .w-big,
  .w-large {
    width: 100%; } }
.max-w5 {
  max-width: 5%; }

.max-w10 {
  max-width: 10%; }

.max-w15 {
  max-width: 15%; }

.max-w20 {
  max-width: 20%; }

.max-w25 {
  max-width: 25%; }

.max-w30 {
  max-width: 30%; }

.max-w35 {
  max-width: 35%; }

.max-w40 {
  max-width: 40%; }

.max-w45 {
  max-width: 45%; }

.max-w50 {
  max-width: 50%; }

.max-w55 {
  max-width: 55%; }

.max-w60 {
  max-width: 60%; }

.max-w65 {
  max-width: 65%; }

.max-w70 {
  max-width: 70%; }

.max-w75 {
  max-width: 75%; }

.max-w80 {
  max-width: 80%; }

.max-w85 {
  max-width: 85%; }

.max-w90 {
  max-width: 90%; }

.max-w95 {
  max-width: 95%; }

.max-w100 {
  max-width: 100%; }

.max-w-small {
  max-width: 480px; }

.max-w-medium {
  max-width: 600px; }

.max-w-big {
  max-width: 740px; }

.max-w-large {
  max-width: 840px; }

@media (max-width: 768px) {
  .max-w-auto-sm,
  .max-w-small,
  .max-w-medium,
  .max-w-big,
  .max-w-large {
    max-width: auto; } }
.min-w5 {
  min-width: 5%; }

.min-w10 {
  min-width: 10%; }

.min-w15 {
  min-width: 15%; }

.min-w20 {
  min-width: 20%; }

.min-w25 {
  min-width: 25%; }

.min-w30 {
  min-width: 30%; }

.min-w35 {
  min-width: 35%; }

.min-w40 {
  min-width: 40%; }

.min-w45 {
  min-width: 45%; }

.min-w50 {
  min-width: 50%; }

.min-w55 {
  min-width: 55%; }

.min-w60 {
  min-width: 60%; }

.min-w65 {
  min-width: 65%; }

.min-w70 {
  min-width: 70%; }

.min-w75 {
  min-width: 75%; }

.min-w80 {
  min-width: 80%; }

.min-w85 {
  min-width: 85%; }

.min-w90 {
  min-width: 90%; }

.min-w95 {
  min-width: 95%; }

.min-w100 {
  min-width: 100%; }

.h25 {
  height: 25%; }

.h50 {
  height: 50%; }

.h100 {
  height: 100%; }

.group:after {
  content: '';
  display: table;
  clear: both; }

.flex {
  display: flex; }

@media (max-width: 768px) {
  .flex-column-sm {
    flex-direction: column; }

  .flex-w100-sm {
    flex: 0 0 100%; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .flex-w100-sm {
      flex: 0 0 100% !important; } }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.display-block {
  display: block; }

.hide {
  display: none !important; }

@media (max-width: 768px) {
  .hide-sm {
    display: none !important; } }
@media (min-width: 768px) {
  .show-sm {
    display: none !important; } }
@media print {
  .hide-print {
    display: none !important; }

  .show-print {
    display: block !important; } }
.no-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important; }

.scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.close {
  display: inline-block;
  min-height: 16px;
  min-width: 16px;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  opacity: .6; }
  .close:hover {
    opacity: 1; }
  .close.small {
    font-size: 8px; }
  .close.big {
    font-size: 18px; }
  .close.white {
    color: #fff; }

.caret {
  display: inline-block; }

.button .caret {
  margin-right: -8px; }

.overlay {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95); }
  .overlay > .close {
    position: fixed;
    top: 1rem;
    right: 1rem; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  h2, h3, h4 {
    page-break-after: avoid; }

  @page {
    margin: 0.5cm; } }
@keyframes slideUp {
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }
@keyframes slideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes flipIn {
  from {
    opacity: 0;
    transform: scaleY(0); }
  to {
    opacity: 1;
    transform: scaleY(1); } }
@keyframes flipOut {
  from {
    opacity: 1;
    transform: scaleY(1); }
  to {
    opacity: 0;
    transform: scaleY(0); } }
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.03, 1.03, 1.03); }
  to {
    transform: scale3d(1, 1, 1); } }
@keyframes shake {
  15% {
    transform: translateX(0.5rem); }
  30% {
    transform: translateX(-0.4rem); }
  45% {
    transform: translateX(0.3rem); }
  60% {
    transform: translateX(-0.2rem); }
  75% {
    transform: translateX(0.1rem); }
  90% {
    transform: translateX(0); }
  90% {
    transform: translateX(0); } }
.fadeIn {
  animation: fadeIn 250ms; }

.fadeOut {
  animation: fadeOut 250ms; }

.zoomIn {
  animation: zoomIn 200ms; }

.zoomOut {
  animation: zoomOut 500ms; }

.slideInRight {
  animation: slideInRight 500ms; }

.slideInLeft {
  animation: slideInLeft 500ms; }

.slideInDown {
  animation: slideInDown 500ms; }

.slideOutLeft {
  animation: slideOutLeft 500ms; }

.slideOutRight {
  animation: slideOutRight 500ms; }

.slideOutUp {
  animation: slideOutUp 500ms; }

.slideUp {
  overflow: hidden;
  animation: slideUp 200ms ease-in-out; }

.slideDown {
  overflow: hidden;
  animation: slideDown 80ms ease-in-out; }

.flipIn {
  animation: flipIn 250ms cubic-bezier(0.5, -0.5, 0.5, 1.5); }

.flipOut {
  animation: flipOut 500ms cubic-bezier(0.5, -0.5, 0.5, 1.5); }

.rotate {
  animation: rotate 500ms; }

.pulse {
  animation: pulse 250ms 2; }

.shake {
  animation: shake 500ms; }

.dropdown {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 280px;
  color: #000;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  max-height: 300px;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .dropdown.dropdown-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: none;
    border: none; }
  .dropdown .close {
    margin: 20px auto; }
  .dropdown.open {
    overflow: auto; }
  .dropdown ul {
    list-style: none;
    margin: 0; }
    .dropdown ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      .dropdown ul li:last-child {
        border-bottom: none; }
    .dropdown ul a {
      display: block;
      padding: 12px;
      text-decoration: none;
      color: #000; }
      .dropdown ul a:hover {
        background: rgba(0, 0, 0, 0.05); }

.message {
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 14px;
  line-height: 20px;
  background: #e0e1e1;
  color: #313439;
  padding: 1rem;
  padding-right: 2.5em;
  padding-bottom: .75rem;
  margin-bottom: 24px;
  position: relative; }
  .message a {
    color: inherit; }
  .message h2, .message h3, .message h4, .message h5, .message h6 {
    margin-bottom: 0; }
  .message .close {
    position: absolute;
    right: 1rem;
    top: 1.1rem; }

.message.error {
  background: #f03c69;
  color: #fff; }

.message.success {
  background: #35beb1;
  color: #fff; }

.message.warning {
  background: #f7ba45; }

.message.focus {
  background: #1c86f2;
  color: #fff; }

.message.black {
  background: #0d0d0e;
  color: #fff; }

.message.inverted {
  background: #fff; }

.modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 200; }

.modal {
  position: relative;
  margin: auto;
  margin-top: 16px;
  padding: 0;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  color: #000; }
  @media (max-width: 768px) {
    .modal input, .modal textarea {
      font-size: 16px; } }
  .modal .close {
    position: absolute;
    top: 18px;
    right: 16px;
    opacity: .3; }
    .modal .close:hover {
      opacity: 1; }

.modal-header {
  padding: 24px 32px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .modal-header:empty {
    display: none; }

.modal-body {
  padding: 36px 56px; }

@media (max-width: 768px) {
  .modal-header,
  .modal-body {
    padding: 24px; } }
.offcanvas {
  background: #fff;
  position: fixed;
  padding: 24px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  overflow-y: scroll; }

.offcanvas .close {
  position: absolute;
  top: 8px;
  right: 8px; }

.offcanvas-left {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.offcanvas-right {
  left: auto;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.offcanvas-push-body {
  position: relative; }

.tabs {
  margin-bottom: 24px;
  font-size: 14px; }
  .tabs li em, .tabs li.active a {
    color: #313439;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: default;
    text-decoration: none;
    background: none; }
  .tabs em, .tabs a {
    position: relative;
    top: 1px;
    font-style: normal;
    display: block;
    padding: .5rem 1rem;
    border: 1px solid transparent;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none; }
  .tabs a:hover {
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #313439;
    text-decoration: underline;
    background-color: #e0e1e1; }

@media (min-width: 768px) {
  .tabs ul {
    display: flex;
    margin-top: -1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .tabs li em, .tabs li.active a {
    border-bottom: 1px solid #fff; } }
/*------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

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

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

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

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

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

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

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

.hentry {
  margin: 0 0 1.5em; }

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

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

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

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

.bypostauthor {
  display: block; }

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

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Custom styling
--------------------------------------------------------------*/
/*

Write your CSS code here / include separate files in this folder as needed.

*/
/* font-weight available: 400,700 */
/* font-weight available: 400,600 */
span.blue {
  color: #3a48ab; }

span.green {
  color: #72BE44; }

/*General styles*/
html {
  font-size: 62.5%;
  height: 100%; }

body {
  position: relative;
  z-index: 1;
  color: #212121;
  font-family: "Assistant", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }
  @media (max-width: 768px) {
    body {
      font-size: 1.6rem; } }

::-moz-selection {
  background: rgba(133, 228, 248, 0.3);
  color: #000; }

::selection {
  background: rgba(133, 228, 248, 0.3);
  color: #000; }

input::-webkit-input-placeholder {
  font: "Assistant", Arial, sans-serif;
  margin-top: 5px;
  font-size: 1.2rem;
  color: #6a6b6b;
  letter-spacing: 1px;
  font-weight: 400; }

input:-moz-placeholder {
  font: "Assistant", Arial, sans-serif;
  font-size: 1.2rem;
  color: #6a6b6b;
  letter-spacing: 1px;
  font-weight: 400; }

/* FF 4-18 */
input::-moz-placeholder {
  font: "Assistant", Arial, sans-serif;
  font-size: 1.2rem;
  color: #6a6b6b;
  letter-spacing: 1px;
  font-weight: 400; }

/* FF 19+ */
input:-ms-input-placeholder {
  font: "Assistant", Arial, sans-serif;
  font-size: 1.2rem;
  color: #6a6b6b;
  letter-spacing: 1px;
  font-weight: 400; }

/* IE 10+ */
textarea::-webkit-input-placeholder {
  font: "Assistant", Arial, sans-serif;
  font-size: 1.2rem;
  color: #6a6b6b;
  letter-spacing: 1px;
  font-weight: 400; }

textarea:-moz-placeholder {
  font: "Assistant", Arial, sans-serif;
  font-size: 1.2rem;
  color: #6a6b6b;
  letter-spacing: 1px;
  font-weight: 400; }

/* FF 4-18 */
textarea::-moz-placeholder {
  font: "Assistant", Arial, sans-serif;
  font-size: 1.2rem;
  color: #6a6b6b;
  letter-spacing: 1px;
  font-weight: 400; }

/* FF 19+ */
textarea:-ms-input-placeholder {
  font: "Assistant", Arial, sans-serif;
  font-size: 1.2rem;
  color: #6a6b6b;
  letter-spacing: 1px;
  font-weight: 400; }

/* IE 10+ */
input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent; }

/* IE 10+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent; }

/* IE 10+ */
sup {
  font-size: 1.2rem; }

/* Typography */
h1 {
  font: 5rem/5.5rem "Assistant", Arial, sans-serif;
  margin: 0 0 25px;
  width: 100%;
  font-weight: 700;
  letter-spacing: 2px;
  color: #233142;
  text-align: center; }
  @media (max-width: 1024px) {
    h1 {
      font-size: 4.2rem;
      line-height: 4.6rem; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 3rem;
      line-height: 3.2rem; } }

h2 {
  margin: 0 0 20px;
  width: 100%;
  font: 3.2rem/3.5rem "Assistant", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #233142; }
  @media (max-width: 768px) {
    h2 {
      font-size: 2.4rem;
      line-height: 3rem; } }

h3 {
  margin: 0 0 20px;
  font: 2.8rem/3.2rem "Assistant", Arial, sans-serif;
  font-weight: 600;
  color: #233142; }
  @media (max-width: 768px) {
    h3 {
      font-size: 2.2rem;
      line-height: 2.8rem; } }

h4 {
  margin: 0 0 30px;
  font: 2.4rem/3rem "Assistant", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #414141; }
  @media (max-width: 768px) {
    h4 {
      font-size: 2rem;
      line-height: 2.6rem; } }

h5 {
  margin: 0 0 30px;
  font: 2.4rem/3rem "Assistant", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #414141; }

h6 {
  margin: 0 0 30px;
  font: 2.4rem/3rem "Assistant", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #414141; }

a {
  color: #36506c;
  text-decoration: none; }
  a:active, a:hover {
    color: #72BE44; }

p, ul, ol, dl, table, hr, pre, blockquote {
  margin: 0 0 3rem;
  margin-bottom: 30px;
  line-height: 2.3rem; }

p {
  margin-bottom: 20px; }

ol {
  margin-left: 50px; }

input, textarea, select {
  margin-top: 20px;
  border-radius: 6px;
  padding: 0 15px;
  height: 50px; }

textarea {
  resize: none;
  padding-top: 12px;
  height: 200px; }

section {
  padding: 50px 0px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    section {
      padding: 40px 0px; } }

.site-content ul {
  list-style-type: none; }
  .site-content ul li {
    position: relative;
    padding-left: 20px;
    line-height: 2.2rem;
    margin-bottom: 10px; }
    .site-content ul li:before {
      position: absolute;
      top: 8px;
      left: 2px;
      content: '';
      display: block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #72BE44; }

p:empty {
  display: none; }

.container {
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto; }
  #masthead .container, .site-footer .container {
    max-width: 1200px; }

/*Sticky Footer*/
.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

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

#masthead {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 15; }
  #masthead > .wrapper {
    position: relative;
    z-index: 12;
    background: #fff;
    transition: background .7s ease; }
    #masthead > .wrapper img {
      position: relative;
      z-index: 30;
      max-width: 85px;
      transition: all .7s ease; }
      @media (max-width: 1060px) {
        #masthead > .wrapper img {
          max-width: 70px; } }
    #masthead > .wrapper.nav-white {
      transition: all .7s ease;
      background: rgba(255, 255, 255, 0.9); }
      #masthead > .wrapper.nav-white .container {
        padding: 5px 20px; }
        #masthead > .wrapper.nav-white .container .main-navigation {
          font-size: 1.5rem; }
      #masthead > .wrapper.nav-white img {
        max-width: 50px; }
      #masthead > .wrapper.nav-white .open-menu {
        top: 18px;
        width: 30px;
        height: 30px; }
    #masthead > .wrapper > .container {
      position: relative;
      padding: 10px 20px;
      transition: all .7s ease; }
      #masthead > .wrapper > .container > .main-navigation {
        position: absolute;
        z-index: 20;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.6rem;
        transition: all .7s ease; }
        @media (max-width: 1060px) {
          #masthead > .wrapper > .container > .main-navigation {
            padding-top: 50px;
            padding-bottom: 30px;
            opacity: 0;
            width: 100%;
            left: 0;
            right: 0;
            top: -500px;
            transform: none;
            transition: all 0.4s ease;
            background: #233142; }
            #masthead > .wrapper > .container > .main-navigation.open {
              position: fixed;
              top: 0;
              opacity: 1;
              display: block;
              margin: 0;
              padding-top: 130px;
              min-height: 100%; }
              #masthead > .wrapper > .container > .main-navigation.open .menu {
                flex-direction: column;
                text-align: center; }
                #masthead > .wrapper > .container > .main-navigation.open .menu li {
                  margin-bottom: 14px; }
                  #masthead > .wrapper > .container > .main-navigation.open .menu li a {
                    color: #fff; }
                  #masthead > .wrapper > .container > .main-navigation.open .menu li.current-menu-item a {
                    color: #72BE44; } }
        @media (max-width: 768px) {
          #masthead > .wrapper > .container > .main-navigation {
            overflow-y: scroll; } }
        #masthead > .wrapper > .container > .main-navigation .menu {
          display: flex; }
          #masthead > .wrapper > .container > .main-navigation .menu > li {
            position: relative;
            margin-left: 18px;
            border-bottom: 4px solid transparent;
            transition: border .3s ease; }
            #masthead > .wrapper > .container > .main-navigation .menu > li.menu-item-gtranslate {
              margin-top: -2px; }
            #masthead > .wrapper > .container > .main-navigation .menu > li > a {
              position: relative;
              text-decoration: none;
              color: #233142;
              cursor: pointer; }
            @media (max-width: 1060px) {
              #masthead > .wrapper > .container > .main-navigation .menu > li {
                margin-left: 0;
                text-align: left;
                border-bottom: none; } }
            @media (max-width: 768px) {
              #masthead > .wrapper > .container > .main-navigation .menu > li {
                margin-left: 0;
                text-align: left;
                border-bottom: none; } }
            #masthead > .wrapper > .container > .main-navigation .menu > li:hover {
              border-bottom: 4px solid #72BE44; }
              @media (max-width: 1024px) {
                #masthead > .wrapper > .container > .main-navigation .menu > li:hover {
                  border-bottom: none; } }
            #masthead > .wrapper > .container > .main-navigation .menu > li .sub-menu {
              display: none;
              margin: 0;
              position: absolute;
              top: 26px;
              background: #233142; }
              #masthead > .wrapper > .container > .main-navigation .menu > li .sub-menu li {
                padding: 15px 0;
                border-bottom: 1px solid #393939;
                text-align: left; }
                #masthead > .wrapper > .container > .main-navigation .menu > li .sub-menu li:hover {
                  background: #72BE44;
                  color: #fff; }
                #masthead > .wrapper > .container > .main-navigation .menu > li .sub-menu li a {
                  padding: 15px 20px;
                  white-space: nowrap;
                  font-weight: 300;
                  text-transform: none;
                  text-decoration: none;
                  color: #fff; }
              @media (max-width: 1024px) {
                #masthead > .wrapper > .container > .main-navigation .menu > li .sub-menu {
                  position: unset;
                  background: transparent; }
                  #masthead > .wrapper > .container > .main-navigation .menu > li .sub-menu li {
                    margin: 0;
                    padding: 8px 0;
                    border-bottom: none; }
                    #masthead > .wrapper > .container > .main-navigation .menu > li .sub-menu li:hover {
                      background: transparent; }
                    #masthead > .wrapper > .container > .main-navigation .menu > li .sub-menu li:last-child {
                      padding-bottom: 0; } }
              #masthead > .wrapper > .container > .main-navigation .menu > li .sub-menu.show {
                display: block; }
          @media (min-width: 1024px) {
            #masthead > .wrapper > .container > .main-navigation .menu li.menu-item:hover > ul.sub-menu {
              display: block;
              margin-right: 0; } }
          #masthead > .wrapper > .container > .main-navigation .menu .current_page_item,
          #masthead > .wrapper > .container > .main-navigation .menu .current-menu-ancestor {
            border-bottom: 4px solid #72BE44; }
            @media (max-width: 1024px) {
              #masthead > .wrapper > .container > .main-navigation .menu .current_page_item,
              #masthead > .wrapper > .container > .main-navigation .menu .current-menu-ancestor {
                border-bottom: none; } }
          @media (max-width: 1060px) {
            #masthead > .wrapper > .container > .main-navigation .menu {
              margin-left: 20px; } }
  #masthead .search-wrap {
    position: relative; }
    #masthead .search-wrap img {
      display: block;
      width: 20px;
      height: 20px;
      cursor: pointer; }
    #masthead .search-wrap .search-dropdown {
      display: none;
      position: absolute;
      top: 100%;
      right: 0; }
      #masthead .search-wrap .search-dropdown .search-submit {
        visibility: hidden; }

/*trigger menu*/
.open-menu {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 20;
  top: 35px;
  right: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  width: 34px;
  height: 34px;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #fff;
  background: transparent;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media (max-width: 1060px) {
    .open-menu {
      display: block; } }
  .open-menu:before {
    display: none; }

.open-menu .icon-bar {
  position: absolute;
  height: 5px;
  width: 100%;
  top: 0;
  right: 0;
  opacity: 1;
  margin: 0;
  background-color: #72BE44;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.open-menu .icon-bar:nth-child(1) {
  top: 4px; }

.open-menu .icon-bar:nth-child(2) {
  top: 14px; }

.open-menu .icon-bar:nth-child(3) {
  top: 24px; }

.open-menu.open .icon-bar:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #72BE44; }

.open-menu.open .icon-bar:nth-child(2) {
  opacity: 0;
  right: -60px;
  background: #72BE44; }

.open-menu.open .icon-bar:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #72BE44; }

.site-branding {
  line-height: 0;
  z-index: 21; }
  .site-branding a {
    display: inline-block;
    line-height: 0; }

.no-hero-area {
  width: 100%;
  height: 120px; }
  @media (max-width: 1060px) {
    .no-hero-area {
      height: 90px; } }

.hero-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  border-bottom: 4px solid #72BE44;
  margin-top: 120px; }
  .hero-area .container {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    color: #fff;
    padding: 0 30px; }
    .hero-area .container h1 {
      color: #fff;
      margin: 0 0 30px;
      letter-spacing: 2px;
      font-weight: 700;
      text-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
      text-align: center; }
  .hero-area .hero-buttons {
    margin-top: 40px; }
  .hero-area.image-area {
    position: relative;
    padding: 0;
    height: 60vh; }
    .hero-area.image-area .container {
      position: relative;
      z-index: 10;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      transform: none;
      top: inherit;
      left: inherit; }
    .hero-area.image-area .hero-content {
      text-align: center;
      width: 100%; }
      .hero-area.image-area .hero-content h1 {
        margin-bottom: 0; }
    .hero-area.image-area:before {
      content: '';
      position: absolute;
      z-index: 2;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.35); }
  .hero-area.hero-carousel {
    position: relative;
    padding: 0;
    height: 60vh; }
    .hero-area.hero-carousel .hero-content {
      text-align: center; }
    .hero-area.hero-carousel .swiper-container {
      height: 100%; }
      .hero-area.hero-carousel .swiper-container .swiper-slide {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
        .hero-area.hero-carousel .swiper-container .swiper-slide:before {
          content: '';
          position: absolute;
          z-index: 2;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.35); }
      .hero-area.hero-carousel .swiper-container .swiper-pagination-bullet {
        background: #fff; }
      .hero-area.hero-carousel .swiper-container .swiper-pagination-bullet-active {
        background: #fff; }
  .hero-area .video-overlay {
    position: absolute;
    z-index: 2;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  @media (max-width: 1060px) {
    .hero-area {
      margin-top: 90px; } }
  @media (max-width: 1024px) {
    .hero-area .container {
      padding: 0 30px; }
      .hero-area .container h1 {
        color: #fff;
        margin: 0 0 30px; } }
  @media (max-width: 768px) {
    .hero-area {
      position: static;
      height: auto;
      width: 100%; }
      .hero-area .container h1 {
        margin-bottom: 0;
        font-size: 3rem;
        line-height: 3.4rem; } }
  @media (max-width: 600px) {
    .hero-area .container {
      padding: 30px 20px;
      width: 100%; }
      .hero-area .container .btn-wrp {
        margin-bottom: 10px; } }
  @media (max-width: 400px) {
    .hero-area .container {
      padding: 30px 20px;
      width: 100%; } }

.intro {
  display: flex;
  align-items: center;
  position: relative;
  background: url(images/computer.png) center center;
  background-size: cover;
  min-height: 650px; }
  .intro .container {
    position: relative;
    z-index: 10; }
    .intro .container h1 {
      color: #fff; }
    .intro .container h2 {
      margin-bottom: 70px;
      font: 2.3rem/3rem "Assistant", Arial, sans-serif;
      color: #fff; }
    .intro .container img {
      position: absolute;
      bottom: -100px;
      left: 50%;
      transform: translateX(-25%);
      width: 40px; }

.intro:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75); }

.hero-buttons {
  display: flex;
  width: 100%;
  justify-content: center; }
  .hero-buttons a {
    margin-right: 20px;
    border: 2px solid #fff;
    padding: 10px 24px;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff; }
    .hero-buttons a:last-of-type {
      margin-right: 0; }
    .hero-buttons a:hover {
      border-color: #72BE44;
      background: #72BE44;
      transition: .3s; }
  @media (max-width: 1024px) {
    .hero-buttons a {
      margin-right: 15px; } }
  @media (max-width: 768px) {
    .hero-buttons a {
      padding: 7px 15px;
      font-size: 1.4rem;
      line-height: 1.8rem; } }

.section-intro {
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
  max-width: 700px; }
  .section-intro h2 {
    position: relative;
    padding-bottom: 15px; }
    .section-intro h2:after {
      position: absolute;
      content: '';
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 2px;
      background: #72BE44; }
  @media (max-width: 768px) {
    .section-intro {
      margin-bottom: 80px; } }

.about-us {
  text-align: center; }
  .about-us .icons-wrp {
    justify-content: center;
    margin-left: -5%; }
    .about-us .icons-wrp .icon-box {
      margin-left: 5%;
      width: calc(33.3333333333% - 5%); }
    .about-us .icons-wrp img {
      margin-bottom: 30px;
      max-width: 80px; }
  @media (max-width: 768px) {
    .about-us .icons-wrp {
      margin-left: 0; }
      .about-us .icons-wrp .icon-box {
        margin-left: 0;
        margin-bottom: 30px;
        width: 100%; }
      .about-us .icons-wrp img {
        margin-bottom: 20px; } }

.our-services {
  background: #ebf8fe; }

.cards-pdf {
  padding: 30px 0;
  background: #ebf8fe; }

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .cards .card {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    width: 32%;
    background: #fff;
    text-align: center; }
    .cards .card:hover {
      transition: all .5s ease;
      -webkit-box-shadow: 0px 4px 21px 5px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 4px 21px 5px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 4px 21px 5px rgba(0, 0, 0, 0.25); }
    .cards .card p {
      margin-bottom: 25px; }
    .cards .card h3 {
      margin-bottom: 10px; }
    .cards .card .button {
      border: 2px solid #233142;
      padding: 10px 20px;
      width: fit-content;
      background: transparent;
      color: #233142;
      font-size: 1.6rem;
      line-height: 2rem;
      text-transform: uppercase;
      transition: all .3s ease; }
      .cards .card .button:hover {
        background: #72BE44;
        color: #fff;
        border-color: #72BE44; }
    .cards .card .card-img {
      position: relative;
      margin-bottom: 15px;
      min-height: 270px; }
      .cards .card .card-img img {
        display: none;
        width: 100%; }
      .cards .card .card-img a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    .cards .card .card-text {
      display: flex;
      flex-direction: column;
      flex: auto;
      justify-content: space-between;
      align-items: center;
      padding: 0 15px 15px; }
  @media (max-width: 1024px) {
    .cards .card {
      width: 48%; }
      .cards .card .button {
        font-size: 1.5rem; } }
  @media (max-width: 768px) {
    .cards {
      flex-direction: column;
      align-items: center; }
      .cards .card {
        width: 80%; }
        .cards .card .card-img {
          min-height: unset;
          background: none !important; }
          .cards .card .card-img img {
            display: block; } }
  @media (max-width: 510px) {
    .cards .card {
      width: 95%; } }

.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px 100px 0; }
  .buttons a {
    margin-bottom: 15px;
    text-align: center;
    border: 2px solid #72BE44;
    padding: 15px 30px;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 2rem;
    color: #000;
    text-decoration: none; }
    .buttons a.all {
      padding: 15px 55px; }
    .buttons a:hover {
      background: #72BE44;
      color: #fff;
      transition: all .3s ease; }
  @media (max-width: 768px) {
    .buttons {
      margin: 0 -15px 40px 0; }
      .buttons a {
        padding: 10px 20px;
        font-size: 1.5rem; } }

.tabs ul.buttons {
  border-bottom: none; }
.tabs ul li {
  margin: 0 15px 15px 0;
  border: 2px solid #72BE44;
  padding-left: 0;
  transition: all .3s ease; }
  .tabs ul li:hover {
    background: #72BE44; }
  .tabs ul li a {
    margin: 0;
    border: none; }
    .tabs ul li a:hover {
      text-decoration: none; }
  .tabs ul li:before {
    display: none; }
  .tabs ul li.active {
    background: #72BE44; }
    .tabs ul li.active a {
      margin: 0;
      border: none;
      color: #fff;
      transition: .3s; }

.works {
  margin-bottom: 0;
  background: #ebf7fd; }

.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 40px; }
  .products .product {
    position: relative;
    margin-bottom: 25px;
    padding-top: 24%;
    width: 31%;
    height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    .products .product:hover .product-info {
      opacity: 1; }
    .products .product .product-link {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
  .products .product-info {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    transition: .3s; }
    .products .product-info p, .products .product-info h3 {
      color: #fff; }
    .products .product-info h3 {
      margin-bottom: 5px;
      text-align: center; }
    .products .product-info p {
      margin-bottom: 0; }
  @media (max-width: 768px) {
    .products {
      justify-content: space-around;
      margin-bottom: 0; }
      .products .product {
        width: 46%;
        height: 34%;
        padding-top: 38%; } }
  @media (max-width: 440px) {
    .products .product-info {
      padding: 10px; }
      .products .product-info h3 {
        font-size: 1.7rem;
        line-height: 2.2rem; } }

.pricing {
  margin-bottom: 0;
  background: #ebf8fe; }

.tables {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .tables .table {
    display: flex;
    flex-direction: column;
    width: 32%;
    text-align: center;
    overflow: hidden;
    transition: all .5s ease; }
    .tables .table:hover {
      -webkit-box-shadow: 0px 0px 38px -2px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 0px 38px -2px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 0px 38px -2px rgba(0, 0, 0, 0.75); }
  .tables .t-head {
    flex: auto;
    padding: 40px 0;
    background: #36506c;
    color: #fff; }
    .tables .t-head span {
      font-size: 5rem; }
    .tables .t-head sup {
      font-size: 2.2rem; }
    .tables .t-head h3 {
      margin-bottom: 40px;
      color: #fff; }
    .tables .t-head .container {
      width: 60%; }
  .tables .t-body {
    flex: auto;
    background: #fff;
    position: relative; }
    .tables .t-body .container {
      width: 60%; }
    .tables .t-body .order {
      margin-bottom: 70px;
      border: 2px solid #36506c;
      padding: 12px;
      background: transparent;
      color: #000;
      font-size: 1.8rem;
      text-transform: uppercase; }
      .tables .t-body .order:hover {
        transition: .3s;
        color: #fff;
        background: #72BE44;
        border: 2px solid #72BE44; }
    .tables .t-body:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 50px;
      width: 101%;
      transform: skew(0deg, -6deg) translateY(-20px);
      background: #fff; }
    .tables .t-body ul {
      margin-bottom: 0;
      padding: 40px 0; }
    .tables .t-body li {
      margin-bottom: 30px;
      border-bottom: 1px solid #bfbfbf;
      padding: 5px 0; }
      .tables .t-body li:before {
        display: none; }
  @media (max-width: 1024px) {
    .tables {
      justify-content: space-around; }
      .tables .table {
        margin-bottom: 30px;
        width: 47%; }
      .tables .t-body:before {
        top: -5px; }
      .tables .t-head {
        padding: 50px 0; } }
  @media (max-width: 768px) {
    .tables .table {
      width: 90%; }
    .tables .t-body .container {
      width: 90%; }
    .tables .t-body:before {
      top: -15px;
      height: 70px; } }
  @media (max-width: 480px) {
    .tables .table {
      width: 100%; } }

.contact {
  position: relative;
  margin-bottom: 0;
  background: #36506c; }
  .contact .wpcf7-submit {
    margin-left: auto;
    padding: 15px 50px;
    cursor: pointer; }
  .contact .wpcf7 {
    color: #fff; }
    .contact .wpcf7 p {
      margin-bottom: 0; }
  .contact .container {
    position: relative;
    z-index: 10; }
  .contact .map-wrp {
    margin-bottom: 50px; }
  .contact .section-intro p, .contact .section-intro h2 {
    color: #fff; }
  .contact .contact-icons-wrp {
    justify-content: space-evenly;
    margin-bottom: 40px; }
  .contact .contact-icon {
    position: relative;
    margin: 0 auto 15px;
    width: 45%;
    padding-top: 45%;
    background-color: #72BE44;
    border-radius: 50%; }
    .contact .contact-icon.mail-icon img {
      width: 56%; }
    .contact .contact-icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 45%; }
  .contact .contact-details {
    text-align: center; }
    .contact .contact-details a {
      display: block;
      color: #fff;
      text-decoration: none;
      transition: all .3s ease; }
      .contact .contact-details a:hover {
        opacity: .8; }
  @media (max-width: 768px) {
    .contact .contact-icon {
      width: 25%;
      padding-top: 25%; }
    .contact .contact-icons-wrp {
      margin-bottom: 20px; }
      .contact .contact-icons-wrp .col {
        margin-bottom: 40px; } }

footer {
  background: #233142; }
  footer .footer-content {
    padding: 20px 0; }
    footer .footer-content h2 {
      margin-bottom: 20px;
      font-size: 1.8rem;
      line-height: 2.4rem;
      font-weight: 600;
      color: #fff;
      font-family: 'Work Sans', sans-serif;
      text-transform: uppercase;
      text-align: left; }
    footer .footer-content span {
      margin-bottom: 14px;
      display: inline-block;
      font-size: 1.6rem;
      color: #fff;
      line-height: 2rem; }
      footer .footer-content span:last-child {
        margin-bottom: 0; }
    footer .footer-content a {
      margin-bottom: 14px;
      display: block;
      font-weight: 400;
      color: #fff;
      transition: all .3s ease; }
      footer .footer-content a:hover {
        opacity: .7; }
      footer .footer-content a:last-child {
        margin-bottom: 0; }
    footer .footer-content .location {
      position: relative;
      padding-left: 30px; }
      footer .footer-content .location:before {
        content: url(images/ico-location-orange.svg);
        position: absolute;
        top: 0;
        left: 0;
        width: 16px; }
    footer .footer-content .mail {
      position: relative;
      padding-left: 30px; }
      footer .footer-content .mail:before {
        content: url(images/ico-email-orange.svg);
        position: absolute;
        top: 0;
        left: 0;
        width: 20px; }
    footer .footer-content .phone {
      position: relative;
      padding-left: 30px; }
      footer .footer-content .phone:before {
        content: url(images/ico-phone-orange.svg);
        position: absolute;
        top: 0;
        left: 0;
        width: 15px; }
    footer .footer-content .information {
      padding: 20px 0; }
      @media (max-width: 768px) {
        footer .footer-content .information {
          margin-bottom: 0 !important;
          padding: 0; } }
      @media (max-width: 768px) {
        footer .footer-content .information .offset-1 {
          margin-left: 0 !important;
          margin-bottom: 40px; }
          footer .footer-content .information .offset-1:last-child {
            margin-bottom: 0; } }
    footer .footer-content .follow {
      padding-left: 35px; }
      @media (max-width: 768px) {
        footer .footer-content .follow {
          padding-left: 0; } }
    footer .footer-content .follow-wrp {
      display: flex; }
      footer .footer-content .follow-wrp img {
        width: auto;
        max-width: 35px;
        height: 35px;
        transition: all .3s ease; }
        @media (max-width: 980px) {
          footer .footer-content .follow-wrp img {
            height: 25px;
            max-width: 25px; } }
      footer .footer-content .follow-wrp a {
        margin-right: 25px; }
        footer .footer-content .follow-wrp a:last-child {
          margin-right: 0; }
        footer .footer-content .follow-wrp a:hover {
          opacity: 1; }
          footer .footer-content .follow-wrp a:hover img {
            transform: scale(1.1, 1.1); }
        @media (max-width: 768px) {
          footer .footer-content .follow-wrp a {
            margin-bottom: 0; } }
    @media (max-width: 768px) {
      footer .footer-content .col {
        margin-bottom: 35px; } }
  footer .footer-logo a:hover {
    opacity: 1; }
  footer .footer-logo img {
    display: block; }
    @media (max-width: 768px) {
      footer .footer-logo img {
        max-width: 100px; } }
  footer .rights {
    padding: 15px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.3); }
    footer .rights p {
      color: rgba(255, 255, 255, 0.5); }
  footer p {
    margin-bottom: 0; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.news-date {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 25px;
  font-weight: 700;
  color: #233142; }
  .news-date a {
    color: #233142; }
  .news-date:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: url("images/calendar-icon.svg");
    background-size: 15px 15px;
    width: 15px;
    height: 15px; }

.news-homepage {
  margin-bottom: 0;
  background: #ebf8fe; }
  .news-homepage a {
    transition: all .3s ease; }
    .news-homepage a:hover {
      color: #72BE44; }
  .news-homepage h3 {
    margin-bottom: 15px;
    color: #233142; }
  .news-homepage .last-news-img {
    position: relative;
    min-height: 320px;
    margin-bottom: 20px;
    padding: 20px 0;
    box-sizing: content-box; }
    .news-homepage .last-news-img a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .news-homepage .last-news-img img {
      display: none; }
    @media (max-width: 768px) {
      .news-homepage .last-news-img {
        min-height: unset;
        padding: 0;
        background: none !important; }
        .news-homepage .last-news-img img {
          display: block;
          width: 100%; } }
  .news-homepage .last-news .last-news-content {
    padding-top: 40px; }
    .news-homepage .last-news .last-news-content .post-thumbnail {
      display: none; }
  .news-homepage .last-news .news-wrp {
    width: 100%; }
    .news-homepage .last-news .news-wrp:nth-child(even) .last-news-img {
      order: 2; }
    .news-homepage .last-news .news-wrp:nth-child(even) .last-news-content {
      order: 1;
      padding-right: 30px; }
    .news-homepage .last-news .news-wrp:nth-child(odd) .last-news-content {
      padding-left: 30px; }
  @media (max-width: 768px) {
    .news-homepage .last-news .last-news-content {
      padding-top: 0px; }
    .news-homepage .last-news .news-wrp:nth-child(even) .last-news-img {
      order: 1; }
    .news-homepage .last-news .news-wrp:nth-child(even) .last-news-content {
      order: 2;
      padding-right: 0px; }
    .news-homepage .last-news .news-wrp:nth-child(odd) .last-news-content {
      padding-left: 0px; }
    .news-homepage .last-news p {
      margin-bottom: 50px; } }

.page .entry-header {
  display: none; }

.post {
  margin-top: 35px; }
  .post .entry-header {
    display: block; }
  .post .byline {
    display: none; }
  .post .post-thumbnail {
    display: none; }
  .post .entry-footer {
    display: none; }
  .post .entry-content {
    margin: 35px 0 0; }

.align-middle {
  justify-content: space-between; }

.tablepress thead th {
  border-bottom: 3px solid #72BE44 !important;
  background: #36506c !important;
  color: #fff; }
.tablepress tbody {
  border-bottom: 3px solid #72BE44; }
  .tablepress tbody .odd td {
    background-color: #ebf8fe; }
.tablepress .row-hover tr:hover td {
  background-color: #ebf8fe !important; }

.single-proizvodi .post-thumbnail {
  max-width: 600px;
  margin: 0 auto; }
  .single-proizvodi .post-thumbnail img {
    display: block;
    margin: 0 auto; }

.cboxPhoto {
  max-width: 100% !important;
  height: auto !important; }

#cboxLoadedContent {
  height: auto !important;
  max-width: 80vw;
  max-height: 100vh !important;
  border: 5px solid #fff; }
  @media (max-width: 768px) {
    #cboxLoadedContent {
      border: none;
      max-width: 84vw !important; } }

#cboxContent {
  max-width: 82vw; }
  @media (max-width: 768px) {
    #cboxContent {
      max-width: 90vw !important; } }

#cboxPrevious, #cboxNext {
  transform: translateY(-50%);
  margin-top: 0;
  width: 24px;
  height: 24px; }
  #cboxPrevious:hover, #cboxNext:hover {
    background-position: center center; }
  @media (max-width: 768px) {
    #cboxPrevious, #cboxNext {
      width: 16px;
      height: 16px; } }

#cboxPrevious {
  left: -40px;
  background: url("images/arrow-l.svg") no-repeat center center; }
  @media (max-width: 768px) {
    #cboxPrevious {
      left: -6vw; } }

#cboxNext {
  right: -40px;
  background: url("images/arrow-r.svg") no-repeat center center; }
  @media (max-width: 768px) {
    #cboxNext {
      right: -6vw; } }

#cboxCurrent {
  display: none !important; }

#cboxClose {
  top: -50px;
  right: -30px;
  width: 20px;
  background: url("images/close.svg") no-repeat center center; }
  #cboxClose:hover {
    background-position: center center; }
  @media (max-width: 768px) {
    #cboxClose {
      width: 14px;
      height: 14px;
      right: -6vw; } }

#colorbox, #cboxWrapper {
  overflow: visible; }

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