/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@font-face {
  font-family: "SkolarSans-BdCond_Cyr-Ltn";
  src: url("../fonts/SkolarSans-Cn-Bd_LatnCyrl_v2.3.woff");
}

@font-face {
  font-family: "Skolar-Light-Latin";
  src: url("../fonts/Skolar-Lt_Latn_v2.4.woff");
}

@font-face {
  font-family: "Skolar-Bold-Latin";
  src: url("../fonts/Skolar-Bd_Latn_v2.4.woff");
}
@font-face {
  font-family: "SkolarSansPE-Regular-Latin";
  src: url("../fonts/SkolarSansLatnCyrl-Rg_v2.3.woff");
}

@font-face {
  font-family: "SkolarSansPE-Extrabold-Latin";
  src: url("../fonts/SkolarSansPEWeb-Eb.woff");
}
:root {
  --brand-stone-color: #b9cccc;
  --brand-ivory-color: #f8f7f6;

  --brand-text-teal-color: #1a3948;
  --brand-text-teal-color-hover: #0d1c24;
  --brand-text-white-color: #fff;
  --brand-text-flame-color: #f15a22;
  --brand-background-teal-color: #1a3948;
  --brand-background-negative-tender-color: #f3d4d6;
  --brand-underline-negative-chilli-color: #ea3713;
  --brand-wrong-chilli-color: #ea3713;
  --brand-right-mint-color: #5bcca3;
}
html,
body {
  scroll-behavior: smooth;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding-top: 60px;
  min-font-size: 16px;
}

p,
li,
dd {
  rag-adjust: small-words;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-family: "Skolar-Bold-Latin", serif;
  font-family: "SkolarSansPE-Extrabold-Latin", sans-serif;
  font-weight: bold;
}

mark {
  color: #000;
  background: #ff0;
  background: #ffc047;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

th {
  font-family: "Skolar-Bold-Latin", serif;
  font-family: "SkolarSansPE-Extrabold-Latin", sans-serif;
  font-weight: bold;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    /* display: none; */
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Skolar-Light-Latin", Georgia, Times, "Times New Roman", serif;
  font-family: "SkolarSansPE-Regular-Latin", sans-serif;
  font-size: 19px;
  line-height: 1.5;
  color: var(--brand-text-teal-color);
  background-color: #fff;
  background-color: var(--brand-ivory-color);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: var(--brand-text-flame-color);
  color: var(--brand-text-teal-color);
  text-decoration: none;
  /*border-bottom: 1px solid #dee1e2;*/
}

a:hover,
a:focus {
  color: var(--brand-text-flame-color);
  text-decoration: none;
  /*border-bottom: 1px solid var(--brand-text-flame-color);*/
  transition: all 0.3s;
}

a:focus {
  /*outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.3;
  color: inherit;
  margin: 0;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--brand-text-teal-color);
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 32px;
  position: relative;
}

h3,
.h3 {
  font-size: 26px;
  position: relative;
}

.h3-anchor {
  position: absolute;
  top: -100px;
}

.h2-anchor {
  position: absolute;
  top: 0px;
}
h2,
h3,
h4 {
  font-family: "Skolar-Extrabold-Latin";
  font-family: "SkolarSansPE-Extrabold-Latin", sans-serif;
}
.h2,
.h3,
.h4 {
  color: var(--brand-text-flame-color);
  color: var(--brand-stone-color);
  color: #8e979e;
}

h4,
.h4 {
  font-size: 26px;
  line-height: 1.5;
}

h5,
.h5 {
  font-size: 23px;
  line-height: 1.5;
  margin: 25px 0;
}

h6,
.h6 {
  font-size: 26px;
  line-height: 1.5;
  font-size: 26px;
  color: #7c858d;
  font-family: "SkolarSans-BdCond_Cyr-Ltn";
  font-family: "SkolarSansPE-Extrabold-Latin", sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
}

p {
  margin-bottom: 50px;
  margin-top: 50px;
  max-width: 920px;
  line-height: 1.6;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  body {
    font-size: 21px;
  }
  .lead {
    font-size: 20px;
  }
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 48px;
  }
  h3,
  .h3 {
    position: relative;
    font-size: 36px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 50px;
  list-style: none;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/*
 * Colored number list
 */

ol {
  list-style: none;
  counter-reset: li;
}

ol li::before {
  content: "." counter(li);
  color: var(--brand-text-flame-color);
  display: inline-block;
  width: 1.3em;
  margin-left: -1.8em;
  margin-right: 0.6em;
  text-align: right;
  direction: rtl;
}

.maplist ol {
  display: block;
  padding: 0;
  margin-left: 60px;
  list-style: none;
  overflow: hidden;
  counter-reset: numList;
  line-height: 1.8;
}

.maplist ol li:before {
  counter-increment: numList;
  content: counter(numList);
  float: left;
  position: absolute;
  left: 60px;
  font: 22px sans-serif;
  text-align: center;
  color: #fff;
  line-height: 18px;
  width: 36px;
  height: 36px;
  background: var(--brand-text-flame-color);
  -moz-border-radius: 999px;
  border-radius: 999px;
  padding-top: 10px;
}

ol li {
  counter-increment: li;
}

li {
  margin-bottom: 12px;
}

/*
 * END Colored number list
 */

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-left: 0;
  overflow-x:hidden;
}

@media (min-width: 1068px) {
  .container-fluid {
    padding: 0px;
    margin-right: auto;
    margin-left: 280px;
  }
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1580px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.btn {
  display: inline-block;
  padding: 12px 18px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 0;
  border-radius: 1px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  /*outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn a {
  color: inherit;
}
.btn a:hover {
  color: inherit;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: var(--brand-text-teal-color);
  background-color: transparent;
  border: 1px solid;
  border-color: #dee1e2;
}

.btn-default:focus,
.btn-default.focus {
  /*color: #fff;*/
  /* background-color: var(--brand-text-flame-color);*/
  /*border-color: #8c8c8c;*/
}

.btn-default:hover {
  color: var(--brand-text-flame-color);
  background-color: transparent;
  border-color: var(--brand-text-flame-color);
  transition: all 0.3s;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: var(--brand-text-flame-color);
  text-transform: uppercase;
  /*border-bottom: 3px solid #bb5402;
  border-bottom: 3px solid var(--brand-background-teal-color);*/
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: var(--brand-text-flame-color);
  border-color: var(--brand-text-flame-color);
}

.btn-primary:hover {
  color: #fff;
  background-color: #d15d2a;
  transition: all 0.3s;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: var(--brand-text-flame-color);
  border-color: var(--brand-text-flame-color);
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px 8px;
  font-size: 18px;
  line-height: 1.3333333;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-lg-margin-top {
  margin-top: 0px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.open > a {
  outline: 0;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
  margin-bottom: 0;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 6px 20px;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.navbar {
  position: relative;
  min-height: 50px;
  background: #fff;
  -webkit-box-shadow: 4px 1px 10px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 4px 1px 10px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 4px 1px 10px 0px rgba(0, 0, 0, 0.39);
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

.menuJS {
  display: none;
  cursor: pointer;
  font-size: 16px;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 20px;
  margin-bottom: 1px;
  width: 280px;
}

.menuJS-branding {
  color: #f0d1b8;
  background: #b65302;
}

.menuJS-branding:hover {
  color: white;
  background: #b05102;
  transition: all 0.5s;
}

.menuJS-video {
  color: #cce2da;
  background: #006d44;
}

.menuJS-video:hover {
  color: white;
  background: #00623e;
  transition: all 0.5s;
}

.menuJS-graphics {
  color: #cce5f1;
  background: #005a86;
}

.menuJS-graphics:hover {
  color: white;
  background: #005279;
  transition: all 0.5s;
}

/*
 * Hamburger menu
 */

.navigation-title {
  display: none;
}

.hamburger-menu {
  width: 60px;
  float: left;
  text-align: center;
  margin: 0 auto;
  height: 60px;
  background: var(--brand-background-teal-color);
  color: #fff;
  font-family: "SkolarSans-BdCond_Cyr-Ltn";
  font-family: "SkolarSansPE-Extrabold-Latin", sans-serif;
  font-size: 18px;
  cursor: pointer;
}

.hamburger-menu-video {
  background: #00784b;
}

.hamburger-menu-graphics {
  background: #006495;
}

.hamburger-menu:hover {
  background: var(--brand-text-teal-color-hover);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.hamburger-menu-video:hover {
  background: #00623e;
}

.hamburger-menu-graphics:hover {
  background: #005a86;
}

@media (min-width: 1068px) {
  .navigation-title {
    padding: 0;
    width: 280px;
    float: left;
    height: 60px;
    line-height: 40px;
    display: block;
    background: var(--brand-background-teal-color);
    color: #fff;
    font-family: "SkolarSans-BdCond_Cyr-Ltn";
    font-family: "SkolarSansPE-Extrabold-Latin", sans-serif;
    font-size: 18px;
    padding: 11px 20px 9px 20px;
  }
  .navigation-title-video {
    background: #00784b;
  }
  .navigation-title-graphics {
    background: #006495;
  }
  .hamburger-menu {
    display: none;
  }
}

#menu-center ul li {
  margin-bottom: 0;
}

#menu-center ul li a.menu-level-2 {
  padding: 6px 0 6px 48px;
  display: block;
}

.menu-numbers {
  opacity: 0.5;
}

.logo {
  display: none;
}

.logo-mobile {
  display: block;
  margin: 8px 10px 0 12px;
  float: left;
  height: 41px;
  width: auto;
}

.subtitle {
  border-left: 0px solid #c9ced1;
  color: var(--brand-text-teal-color);
  font-family: "SkolarSans-BdCond_Cyr-Ltn";
  font-family: "SkolarSansPE-Extrabold-Latin", sans-serif;
  font-size: 18px;
  line-height: 46px;
  margin-top: 8px;
  padding-left: 12px;
  float: left;
  border-left: 1px solid #c9ced1;
}

@media (min-width: 768px) {
  .logo {
    display: block;
    margin: 8px 15px 0 20px;
    float: left;
    height: 40px;
    width: auto;
  }
  .logo-mobile {
    display: none;
  }
  .subtitle {
    padding-left: 16px;
  }
}

.navbar-fixed-top {
  border: 0;
  height: 60px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 100;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */

.sidebar {
  display: none;
}

.main-menu {
  display: none;
  width: 280px;
  top: 60px;
  bottom: 0;
  position: fixed;
  left: 0;
  background: var(--brand-background-teal-color);
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  transition: left 0.5s;
}

.main-menu:hover {
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 500px) {
  .main-menu {
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .main-menu:hover {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

::-webkit-scrollbar {
  width: 20px;
  position: absolute;
  right: 20px;
  z-index: 100;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

.main-menu-video {
  background: #00784b !important;
}

.main-menu-graphics {
  background: #006495 !important;
}

.main-menu a {
  border-bottom: 0;
}

@media (min-width: 1068px) {
  .main-menu {
    width: 280px;
    top: 60px;
    bottom: 0;
    position: fixed;
    left: 0;
    background: var(--brand-background-teal-color);
    display: block;
    z-index: 10;
  }
}

#menu-center {
  margin-bottom: 10px;
}

#menu-center ul li a {
  text-decoration: none;
  color: #f0d1b8;
  color: var(--brand-text-white-color);
  font-size: 17px;
}

.menu-center-video ul li a {
  color: #99d5bf !important;
}

.menu-center-graphics ul li a {
  color: #cce5f1 !important;
}

#menu-center ul li a:hover {
  background-color: #bc5602;
  background-color: var(--brand-text-teal-color-hover);
  color: #fff;
  border-left: 5px solid #fff;
  transition: background-color 0.3s;
  transition: color 0.3s;
  transition: border-left 0.3s;
}

.menu-center-video ul li a:hover {
  background-color: #006d44 !important;
  color: #fff !important;
}

.menu-center-graphics ul li a:hover {
  background-color: #005a86 !important;
  color: #fff !important;
}

#menu-center .active {
  color: #fff !important;
  border-left: 5px solid #fff;
}

.menuOpened {
  display: block;
}

.menuClosed {
  display: none;
}

.main-category {
  text-transform: uppercase;
  font-family: "SkolarSans-BdCond_Cyr-Ltn";
  font-family: "SkolarSansPE-Extrabold-Latin", sans-serif;
  margin-bottom: 10px;
  padding-left: 0px;
}

.main-category-active > li {
  color: #fff;
  font-size: 16px;
  padding-bottom: 0px;
  padding-top: 15px;
  margin-left: 20px;
  list-style: none;
}

.main-category-not-active {
  color: #f0d1b8;
  font-size: 16px;
  margin-bottom: 1px;
}

.main-category-not-active li a:hover,
.main-category-not-active a:focus {
  background-color: #b05102;
  color: #fff;
  text-decoration: none;
}

.main-category-active > li > a:hover,
.main-category-active > li > a:focus {
  background-color: #fff;
}

.main-category {
  text-transform: uppercase;
  font-family: "SkolarSans-BdCond_Cyr-Ltn";
  font-family: "SkolarSansPE-Extrabold-Latin", sans-serif;
  margin-bottom: 0px;
}

.main-category-active > li > a {
  color: #fff;
  font-size: 16px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.main-category-not-active > li > a {
  color: #f0d1b8;
  font-size: 16px;
  background-color: #b65302;
  margin-bottom: 1px;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 20px;
}

.main-category-not-active-video > li > a {
  color: #cce2da;
  background-color: #006d44;
}

.main-category-not-active-graphics > li > a {
  color: #cce5f1;
  background-color: #005a86;
}

.main-category-not-active > li > a:hover,
.main-category-not-active > li > a:focus {
  background-color: #b05102;
  transition: background-color 0.5s;
  color: #fff;
  transition: color 0.5s;
  border-left: 0;
}

.main-category-not-active-video > li > a:hover,
.main-category-not-active-video > li > a:focus {
  color: #fff;
  background-color: #00623e;
}

.main-category-not-active-graphics > li > a:hover,
.main-category-not-active-graphics > li > a:focus {
  color: #fff;
  background-color: #005279;
}

.main-category-active > li > a:hover,
.main-category-active > li > a:focus {
  background-color: transparent;
}

/*
 * End - Sidebar
 */

/*
  * Main content
  */

.main {
  padding: 0px;
}

@media (min-width: 768px) {
  .main {
    padding-right: 0px;
    z-idex: 1;
  }
}

.main .page-header {
  margin-top: 0;
  font-family: "SkolarSansPE-Extrabold-Latin";
}

.main ul {
  padding: 0 30px;
}

.main ul li::before {
  content: "•";
  color: var(--brand-text-flame-color);
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 90px;
  padding-bottom: 40px;
  margin-top: -60px;
  color: inherit;
  background-color: #d9e2e1;
  background-color: var(--brand-stone-color);
}

.jumbotron p {
  margin-top: 25px;
  margin-bottom: 0;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 0px;
  padding-left: 0px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.thumbnail {
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.well {
  min-height: 20px;
  padding: 20px;
  padding-bottom: 50px;
  margin-top: 20px;
  background-color: #fff;
  /*-webkit-box-shadow: 10px 19px 22px -12px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 10px 19px 22px -12px rgba(0, 0, 0, 0.21);
  box-shadow: 10px 19px 22px -12px rgba(0, 0, 0, 0.21);*/
}

.well:hover {
  /*-webkit-box-shadow: 10px 19px 22px -12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 19px 22px -12px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 19px 22px -12px rgba(0, 0, 0, 0.3);
  transition: box-shadow 1s;*/
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.well h5 {
  min-height: 50px;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .service-grid div:nth-of-type(2n + 1) {
    clear: left;
  }
}

@media (min-width: 1600px) {
  .service-grid div:nth-of-type(3n + 1) {
    clear: left;
  }
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  transition: opacity 0.2s;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/*

 CONTENT - new classes

 */

/*  Tables  */

@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    border: 1px solid #ccc;
  }
  #no-more-tables td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-family: "Skolar-Bold-Latin", serif;
    font-family: "SkolarSansPE-Extrabold-Latin", sans-serif;
    font-weight: bold;
  }
  /*
         Label the data
         */
  #no-more-tables td:before {
    content: attr(data-title);
  }
}

/* video-brand-package specific size */

#video-brand-package table {
  font-size: 86%;
}

/* Please note box */

.please-note {
  padding: 50px 40px 50px 40px;
  /*background-color: #f9f2e5;
  border-left: 4px solid #fcd68d;*/
  background-color: white;
}

.please-note p {
  margin: 0;
}

.please-note-label {
  text-transform: uppercase;
  /*font-size: 130%;
  color: #99771a;*/
  color: var(--brand-text-teal-color);
}

/* Download box */

.download-box {
  padding: 50px 40px 50px 40px;
  /*background-color: #f5f6f7;
  border-top: 4px solid #dde0e1;*/
  background-color: #ebeeee;
  border-top: 4px solid var(--brand-stone-color);
  margin-top: 50px;
}
.download-box h6 {
  color: var(--brand-text-teal-color);
}

.download-box-parent {
  display: table;
  text-align: left;
  margin: 0;
}

.download-box-parent > ul {
  margin-bottom: 0px;
  font-size: 90%;
}
.download-box ul {
  padding: 0;
}
.download-box ul li::before {
  display: none;
}

.download-box-child-left {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding-right: 30px;
}

.download-box-child-right {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding-left: 20px;
  /*border-left: 2px solid #dde0e1;*/
}

.download-button-image {
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #bb5402;
  max-width: none;
  display: none;
}

@media (max-width: 580px) {
  .download-box {
    padding-bottom: 40px;
  }
  .download-box-child-right {
    display: none;
  }
}

/* Download box dropdown */

.dropdown {
  position: relative;
  box-sizing: border-box;
  padding: 12px;
  text-align: center;
  font-size: 15px;
  font-family: "SkolarSans-BdCond_Cyr-Ltn";
  font-family: "SkolarSansPE-Extrabold-Latin", sans-serif;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  max-width: 172px;
  margin: 24px auto 0px;
}

.dropdown::before {
  content: "";
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 16px;
  z-index: 10;
}

.dropdown table {
  width: 100%;
}

.dropdown table td {
  padding: 8px 0px;
}

.dropdown table tr:nth-child(1) {
  border-bottom: 1px solid #dde0e1;
}

.dropdown table td:nth-child(1) {
  border-right: 1px solid #dde0e1;
}

.dropdown a {
  position: relative;
  display: block;
  border-bottom: none;
}

.downloadImage {
  margin-right: 4px;
  width: 20px;
  height: auto;
}

.dropdown .divider {
  height: 1px;
  margin: 8px 0px;
  background-color: #dde0e1;
}

.dropped {
  display: none;
}

.help {
  display: block;
  font-family: "Skolar-Light-Latin", Georgia, Times, "Times New Roman", serif;
  font-family: "SkolarSansPE-Regular-Latin", sans-serif;
  color: var(--brand-text-flame-color);
  cursor: pointer;
}

/* Download box help text */

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  /*display: none;*/
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}

.overlay:target {
  display: block;
  opacity: 1;
}

.popup {
  position: absolute;
  height: 90%;
  padding: 70px;
  background: #fff;
  border-radius: 3px;
  max-width: 1000px;
  margin: 0px auto;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  transition: opacity 5s ease-in-out;
  overflow: auto;
  line-height: 170%;
  overflow: auto;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 50px;
  border-bottom: 0;
  text-decoration: none;
  color: var(--brand-text-teal-color);
}

.popup .closeJS {
  display: none;
}

.popup .close:hover {
  color: var(--brand-text-flame-color);
}

.popup .close-bottom {
  position: relative;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  padding: 8px 14px 8px 14px;
  box-sizing: border-box;
  transition: all 200ms;
  font-size: 19px;
  border-bottom: 0;
  text-decoration: none;
  color: var(--brand-text-teal-color);
  cursor: pointer;
  text-align: center;
  font-family: "Skolar-Bold-Latin", serif;
  font-family: "SkolarSansPE-Extrabold-Latin", sans-serif;
  font-weight: bold;
}

.popup .close-bottom:hover {
  color: var(--brand-text-flame-color);
}

.popup .content {
  overflow: auto;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }
  .popup {
    width: 70%;
  }
}

@media screen and (max-width: 949px) {
  .popup {
    font-size: 16px;
    width: 85%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 460px) {
  .popup {
    padding: 70px 20px 20px 20px;
  }
}

/* Image grid styles */

.image-grid p {
  font-size: 18px;
  margin-top: 20px;
}

.image-grid h4 {
  margin-top: 20px;
  margin-bottom: 0;
}

.image-only-grid img {
  margin-bottom: 50px;
}

.image-title-grid h5 {
  margin-bottom: 50px;
}

.border-grey {
  border: 1px solid #daddde;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .image-grid div:nth-of-type(2n + 1) {
    clear: left;
  }
}

@media (min-width: 1600px) {
  .image-grid div:nth-of-type(3n + 1) {
    clear: left;
  }
}

/* Margin top and bottom classes for dealing with vertical rythm */

.margin-top-0 {
  margin-top: 0px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-75 {
  margin-top: 75px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-75 {
  margin-bottom: 75px;
}

.margin-top-20 {
  padding-top: 20px;
}

/* Image badges (right, wrong and percentage) */

.image-badge {
  display: table;
  position: absolute;
  right: 0;
  top: -20px;
  width: 40px;
  height: 40px;
}

.image-badge-large {
  display: table;
  position: absolute;
  right: 0;
  top: -20px;
  width: 60px;
  height: 60px;
}

.right {
  vertical-align: middle;
  display: table-cell;
  padding-top: 6px;
  color: white;
  background: #83ab4b;
  background: var(--brand-right-mint-color);
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: -2px 1px 5px 1px rgba(131, 171, 75, 0.28);
  -moz-box-shadow: -2px 1px 5px 1px rgba(131, 171, 75, 0.28);
  box-shadow: -2px 1px 5px 1px rgba(131, 171, 75, 0.28);
}

.wrong {
  vertical-align: middle;
  display: table-cell;
  padding-top: 6px;
  background: var(--brand-wrong-chilli-color);
  color: #fff !important;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: -2px 1px 5px 1px rgba(209, 36, 48, 0.29);
  -moz-box-shadow: -2px 1px 5px 1px rgba(209, 36, 48, 0.29);
  box-shadow: -2px 1px 5px 1px rgba(209, 36, 48, 0.29);
}

.number-percentage {
  vertical-align: middle;
  display: table-cell;
  padding-top: 4px;
  color: #333;
  background: #eceeef;
  font-family: "Skolar-Bold-Latin", serif;
  font-family: "SkolarSansPE-Extrabold-Latin", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: -2px 1px 4px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: -2px 1px 4px 0px rgba(0, 0, 0, 0.21);
  box-shadow: -2px 1px 4px 0px rgba(0, 0, 0, 0.21);
}

/* Highlighted text (yellow, red-negative and green-positive) */

.highlight {
  border-bottom: 2px solid #fcd68d;
  background: #f9f2e5;

  padding: 6px 8px;
  border-radius: 3px;
}

.negative-underline {
  /*border-bottom: 2px solid var(--brand-underline-negative-chilli-color);
  background: var(--brand-background-negative-tender-color);
  padding: 6px 8px;
  border-radius: 3px;*/
  color: var(--brand-text-flame-color);
}
h3 .negative-underline {
  color: var(--brand-wrong-chilli-color);
}

.positive-underline {
  border-bottom: 2px solid #83ab4b;
  background: #edf7df;
  padding: 6px 8px;
  border-radius: 3px;
}

/* Service Brandmarks grid */

.service-logo {
  margin: 40px 0 10px 0;
  height: 80px;
  height: 100px;
}
/*  COLOR PALETTE */

.color-palette-primary {
  border: 1px solid #daddde;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 60% 40%;
  grid-template-rows: auto;
}
.color-palette-primary .color-palette-headerA {
  grid-column: 1 / span 3;
  text-align: center;
  padding: 4px 0 2px;
  line-height: 1.5;
  border-bottom: 1px solid #daddde;
}
.color-palette-primary .color-palette-headerB {
  grid-column: 1 / span 2;
  text-align: center;
  padding: 4px 0 2px;
  line-height: 1.5;
  border-bottom: 1px solid #daddde;
}
@media (max-width: 1264px) {
  .color-palette-primary .color-palette-headerB {
    grid-column: 1 / span 1;
  }
}
.color-palette-primary .color-palette-main {
  padding: 6px 8px 4px;
  border-right: 1px solid #daddde;
}
.color-palette-primary .color-palette-main:last-child {
  border-right: none;
}
.color-palette-primary > div:nth-child(1) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 40px auto;
  border-right: 1px solid #daddde;
}
.color-palette-primary > div:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 40px auto;
}
@media (max-width: 1264px) {
  .color-palette-primary {
    /*grid-template-columns: 60% 40%;
    grid-template-rows: auto;*/
    display: block;
  }
  .color-palette-primary > div:nth-child(1) {
    /*display: block;*/
    border-right: none;
  }
  .color-palette-primary > div:nth-child(2) {
    grid-template-columns: 1fr 1fr 1fr;
    p:nth-child(5){
      border-bottom: none;
    }
  }
  .color-palette-primary .color-palette-headerB {
    border-top: 1px solid #daddde;
    grid-column: 1 / span 3;
  }

  .color-palette-primary .color-palette-main {
    border-right: none;
  }
}
.color-palette-primary h5,
.color-palette-secondary h5 {
  text-align: left;
  margin: 0;
}
.color-palette-primary div,
.color-palette-secondary div,
.color-palette-blending div {
  line-height: 0;
}
.color-palette-primary svg,
.color-palette-secondary svg,
.color-palette-blending svg {
  width: 100%;
  border-radius: 4px;
  height: auto;
  transition: opacity 0.3s;
  cursor: pointer;
}
.color-palette-primary svg:hover,
.color-palette-secondary svg:hover,
.color-palette-blending svg:hover {
  opacity: 0.8;
}
.color-palette-primary p,
.color-palette-secondary p {
  font-size: 18px;
  margin: 0;
  padding: 3px 0 1px;
  border-bottom: 1px solid #daddde;
  transition: all 0.3s;
}

.color-palette-blending p {
  border-bottom: none;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1664px) {
  .color-palette-primary p{
    font-size: 14px;
  }
  .color-palette-blending p {
    font-size: 15px;
  }
  .color-palette-secondary p {
    font-size: 14px;
  }
}
@media (max-width: 1264px) {
  .color-palette-primary p {
    font-size: 13px;
  }
  .color-palette-secondary p {
    font-size: 13px;
  }
}
@media (max-width: 1120px) {
  .color-palette-secondary p {
    font-size: 12px;
  }
}
@media (max-width: 1068px) {
  .color-palette-secondary p {
    font-size: 14px;
  }
}
@media (max-width: 860px) {
  .color-palette-secondary p {
    font-size: 12px;
  }
}
@media(max-width: 560px) {
  .color-palette-blending p {
    font-size: 14px;
  }
}
@media(max-width: 492px) {
  .color-palette-blending p {
    font-size: 12px;
  }
}
@media(max-width: 420px) {
  .color-palette-blending p {
    font-size: 11px;
  }
}
.color-palette-primary p:nth-child(3):hover,
.color-palette-secondary p:nth-child(3):hover {
  background-color: #f8f7f6;
  cursor: pointer;
}
.color-palette-primary p:last-child,
.color-palette-secondary p:last-child {
  border-bottom: none;
}
.color-palette-primary .flame {
  background-color: #ff5400;
}
.color-palette-primary .teal {
  background-color: #1a3948;
}
.color-palette-primary .ivory {
  background-color: #f8f7f6;
}
.color-palette-primary .stone {
  background-color: #b9cccc;
}
.color-palette-primary .tender {
  background-color: #f3d4d6;
}

.color-palette-blending {
  position: relative;
  border-radius: 4px;
  border: 1px solid #daddde;
}
.color-palette-blending > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  p {
    background-color: var(--brand-ivory-color);
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.color-palette-blending > p {
  text-align: left;
  padding: 16px 4px 4px;
  
}
@media (max-width: 1264px) {
  .color-palette-blending {
    /*grid-template-columns: 1fr;
    border: none;*/
  }
  .color-palette-blending > div {
    /*border: 1px solid #daddde;*/
    /*border-radius: 4px;*/
  }
  .color-palette-blending > div:last-child {
    /*margin-top: 25px;*/
  }
}
.color-palette-blending > div {
  /*display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;*/
}
.color-palette-blending .color-palette-main {
  padding: 4px;
  > div {
    border-radius: 4px;
  }
}

.color-palette-secondary {
  
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  border-radius: 4px;
  border: 1px solid #daddde;
}
.color-palette-secondary .color-palette-main {
  padding: 6px 8px 4px;
  border-right: 1px solid #daddde;
}
.color-palette-secondary .color-palette-main:nth-child(5n) {
  border-right: none;
}

@media(max-width: 640px){
  .color-palette-secondary {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .color-palette-secondary .color-palette-main:nth-child(5n) {
    border-right: 1px solid #daddde;
  }
  .color-palette-secondary .color-palette-main:nth-child(3n) {
    border-right: none;
  }
}
.color-palette-secondary .honey {
  background-color: #ffc047;
}
.color-palette-secondary .olive {
  background-color: #a4de9b;
}
.color-palette-secondary .mint {
  background-color: #5bcca3;
}
.color-palette-secondary .ice {
  background-color: #a1dddd;
}
.color-palette-secondary .sky {
  background-color: #80c5df;
}
.color-palette-secondary .steel {
  background-color: #55a2ce;
}
.color-palette-secondary .chili {
  background-color: #ea3713;
}
.color-palette-secondary .rose {
  background-color: #e5397a;
}
.color-palette-secondary .orchid {
  background-color: #a0157f;
}

.tooltip {
  visibility: hidden;
  width: 140px;
  background-color: var(--brand-text-teal-color-hover);
  color: #fff;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
  padding: 4px;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 7px);
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--brand-text-teal-color-hover) transparent transparent
    transparent;
}
.copyToClipboard {
  position: relative;
  display: block;
  font-size: 15px;
}
.copyToClipboard:hover {
  .tooltip {
    visibility: visible;
    opacity: 1;
  }
  p {
    opacity: 1;
  }
}

/*  Color Palette  */

.textleft {
  text-align: justify;
}

.table-align {
  display: inline-block;
}

.palette-table {
  color: #888;
  font-size: 14px;
  padding-bottom: 50px;
  margin-top: 20px;
  border-collapse: separate;
  border-spacing: 0px;
  width: auto;
}

.palette-table-brandmark {
  padding-bottom: 0px;
}

.palette-table table td {
  padding: 0;
}

.colorbox-text-table tr {
  border: 0;
  vertical-align: middle;
}

.colorbox-text-table td {
  padding: 0;
}

.palette-table th {
  font-weight: 300;
  text-align: left;
  font-size: 1.37em;
  padding-left: 0;
  font-weight: 500;
}

.palette-table-colorhead {
  border: 0;
  padding-top: 10px;
  width: 220px;
  text-align: left;
  padding-bottom: 50px;
  font-weight: 500;
  font-size: 1.37em;
}

.colorbox {
  width: 80px;
  height: 80px;
}

.colorbox-pan {
  width: 80px;
  height: 100px;
}

.colorbox-text {
  width: 200px;
  padding-left: 10px;
}

.colorbox-text-table {
  line-height: 146%;
  display: table-cell;
  vertical-align: middle;
}

.colorbox-text-table table {
  padding: 0;
}

.colorbox-text-label {
  text-align: right;
}

.colorbox-text-value {
  font-weight: 500;
  text-align: left;
  padding-left: 6px !important;
}

.percentage {
  text-align: right;
  width: 50px;
  padding-right: 20px;
  vertical-align: middle;
  line-height: 140%;
}

.percentage-display {
  display: none;
}

.percentage-display3 {
  display: none;
}

.mainSection {
  margin-top: 50px;
}

.secondarySection {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .mainSection {
    margin-top: 100px;
  }
  .secondarySection {
    margin-top: 75px;
  }
}

.table2 {
  display: block;
  float: left;
}

@media (max-width: 1682px) {
  .table3 {
    clear: left;
  }
  .percentage-display2 {
    display: none;
  }
  .percentage-display3 {
    display: table-cell;
  }
}

@media (max-width: 782px) {
  .table2 {
    float: none;
  }
  .percentage-display {
    display: table-cell;
  }
  .percentage-display2 {
    display: table-cell;
  }
}

/* Introduction */

.introduction-parent {
  display: table;
  text-align: center;
  margin: 0 auto;
}

.introduction-child {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.introduction-child-left {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.introduction-child-right {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-left: 60px;
  max-width: 700px;
}

@media (max-width: 768px) {
  .introduction-child-left {
    display: none;
  }
  .introduction-child-right {
    padding: 0 20px;
  }
}

#introduction {
  position: absolute;
  top: -120px;
}

.image-margin-bottom {
  margin-bottom: 40px;
}

/* Page Loader */

.loader {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: white;
  z-index: 1100;
}

.loaderAni {
  -webkit-animation: loaderAni 1s linear 1s;
  animation: loaderAni 1s linear 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes loaderAni {
  0% {
    opacity: 1;
  }
  99% {
    z-index: 1100;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes loaderAni {
  0% {
    opacity: 1;
  }
  99% {
    z-index: 1100;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

.spinner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 62px;
  height: 62px;
  margin: auto;
  background-color: var(--brand-text-flame-color);
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* html5 player */

.videoContainer {
  position: relative;
  padding: 24px;
  background: #222;
}

video {
  width: 90%;
  height: auto;
}

@media (max-width: 656px) {
  .videoContainer {
    padding: 24px 0px;
  }
}

/* footer */

.branding-footer {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #eceeef;
  background-color: #ebeeee;
  margin-top: 60px;
}

.branding-footer h5 {
  text-transform: uppercase;
  font-family: "SkolarSans-BdCond_Cyr-Ltn";
  font-family: "SkolarSansPE-Extrabold-Latin", sans-serif;
  font-size: 16px;
}

.branding-footer a {
  font-size: 18px;
}
