/*
*   FRAMEWORKS
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
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 {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  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;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Rokkitt', Times, serif;
  font-size: 22px;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #CD5C00;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #813a00;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 33px;
  margin-bottom: 33px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
body {
  background-color: #FAF2ED;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.container {
  background-color: inherit;
}
main {
  overflow: hidden;
  background-color: #FAF2ED;
}
button {
  outline: none !important;
}
.grid-layout {
  position: relative;
}
a {
  outline: none !important;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
a:hover {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6,
a:hover p,
a:hover ul,
a:hover small,
a:hover time {
  text-decoration: none;
}
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a p,
a ul,
a small,
a time {
  text-decoration: none;
}
#google_image_div {
  max-width: 100% !important;
}
.line-base {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .line-base {
    margin-bottom: calc(25px + (35 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .line-base {
    margin-bottom: 35px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Rokkitt', Times, serif;
  font-weight: 700;
  line-height: 0.95em;
  color: inherit;
}
@media (min-width: 768em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    line-height: calc(0.95em + (1.2 - 0.95) * ((100vw - 768em)/(1440 - 768)));
  }
}
@media (min-width: 1440em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    line-height: 1.2em;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 35px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 35px;
}
h1,
.h1 {
  font-family: 'Rokkitt', Times, serif;
  font-weight: 900;
  font-size: 40px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(40px + (70 - 40) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 70px;
  }
}
h2,
.h2 {
  font-size: 47px;
}
h3,
.h3 {
  font-family: 'Rokkitt', Times, serif;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 28px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: calc(28px + (34 - 28) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  h3,
  .h3 {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  h3,
  .h3 {
    margin-bottom: calc(20px + (30 - 20) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  h3,
  .h3 {
    margin-bottom: 30px;
  }
}
h4,
.h4 {
  margin: 0 0 3px;
  letter-spacing: 0;
  font-size: 24px;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: calc(24px + (20 - 24) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
h5,
.h5 {
  margin: 0 0 3px;
  font-size: 16px;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: calc(16px + (18 - 16) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}
h6,
.h6 {
  font-size: 19px;
}
a {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  text-decoration: none !important;
}
p {
  margin: 0;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  p {
    margin-bottom: calc(25px + (35 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  p {
    margin-bottom: 35px;
  }
}
.lead {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 1.15;
  font-size: 24px;
}
@media (min-width: 768px) {
  .lead {
    font-size: calc(24px + (35 - 24) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .lead {
    font-size: 35px;
  }
}
.byline {
  display: block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #CD5C00;
  margin: 0 0 25px;
}
time {
  display: block;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  color: #CD5C00;
}
ul,
ol {
  margin: 0;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  ul,
  ol {
    margin-bottom: calc(25px + (35 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  ul,
  ol {
    margin-bottom: 35px;
  }
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 16px;
  margin: 0 0 16.5px;
  font-size: 21px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1410px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.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-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .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-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .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: 1200px) {
  .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-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .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%;
  }
}
@media (min-width: 1440px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 33px;
}
.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.5;
  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 {
  border: 1px solid #ddd;
}
.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;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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 {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 24.75px;
    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;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 33px;
  font-size: 33px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 22px;
  line-height: 1.5;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 47px;
  padding: 6px 12px;
  font-size: 22px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 47px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 40px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 60px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 33px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 55px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 40px;
  padding: 5px 10px;
  font-size: 19px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 40px;
  line-height: 40px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 40px;
  padding: 5px 10px;
  font-size: 19px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 40px;
  line-height: 40px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 40px;
  min-height: 52px;
  padding: 6px 10px;
  font-size: 19px;
  line-height: 1.5;
}
.input-lg {
  height: 60px;
  padding: 10px 16px;
  font-size: 28px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 60px;
  line-height: 60px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 60px;
  padding: 10px 16px;
  font-size: 28px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 60px;
  line-height: 60px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 60px;
  min-height: 61px;
  padding: 11px 16px;
  font-size: 28px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 58.75px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 38px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 40px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 19px;
  }
}
.legend {
  display: block;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .legend {
    margin-bottom: calc(25px + (35 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .legend {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .legend {
    font-size: calc(25px + (35 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .legend {
    font-size: 35px;
  }
}
.legend--small {
  font-size: 17px;
}
@media (min-width: 768px) {
  .legend--small {
    font-size: calc(17px + (20 - 17) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .legend--small {
    font-size: 20px;
  }
}
/*
* forms
*/
.form-group {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: calc(15px + (20 - 15) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .form-group {
    margin-bottom: 20px;
  }
}
.form-group label {
  color: inherit;
  padding: 0;
  font-weight: normal;
}
.form-group .checkbox label {
  color: inherit;
  padding-left: 26px;
  font-weight: normal;
  font-size: 16px;
  padding-top: 3px;
}
.form-control {
  background-color: white;
  color: #333333;
  border: none;
  border-bottom: 1px solid #F5B400;
  border-radius: 0;
  font-size: 18px;
}
.form-control:focus {
  border-color: #F5B400;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(245, 180, 0, 0.6);
}
.form-control--white-color {
  color: #fff;
}
/*
* Validation
*/
.field-validation-error {
  margin-left: 20px;
}
/*Checkbox*/
.contourField.checkbox > label {
  padding-left: 0;
}
.checkbox label {
  padding-left: 25px;
  color: #F5B400;
  font-size: 19px;
}
.checkbox label span::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border: solid 1px #F5B400;
  line-height: 1;
  border-radius: 4px;
  background-color: transparent;
}
.checkbox label span::after {
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  top: 3px;
  left: 1px;
  font-size: 17px;
  color: #21C98E;
  opacity: 0;
}
.checkbox input {
  display: none;
}
.checkbox input[type="checkbox"]:checked ~ span::before {
  border: solid 1px #21C98E;
}
.checkbox input[type="checkbox"]:checked ~ span::after {
  opacity: 1;
}
.checkbox--no-color-change label span::before {
  border: solid 1px #F5B400 !important;
}
.checkbox--no-color-change label span::after {
  color: #F5B400;
}
/*Radio*/
.radio label {
  padding-left: 25px;
}
.radio label span:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border: solid 1px #F5B400;
  border-radius: 50%;
  background-color: #fff;
}
.radio input {
  display: none;
}
.radio input[type="radio"]:checked + span:after {
  position: absolute;
  top: 8px;
  left: 5px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F5B400;
}
.contour .form-control {
  margin-bottom: 20px;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 33px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #F5B400;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #c28f00;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.alert {
  padding: 15px;
  margin-bottom: 33px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.panel {
  margin-bottom: 33px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 33px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #F5B400;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #F5B400;
  border-color: #F5B400;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #F5B400;
}
.panel-primary > .panel-heading .badge {
  color: #F5B400;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #F5B400;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #CD5C00;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin-bottom: 20px;
}
.breadcrumb a {
  line-height: 1.5;
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 transparent;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  box-shadow: inset 0 -1px 0 #CD5C00;
}
.breadcrumb > li + li:before {
  content: "·";
  padding: 0 2px 0 0px;
  color: inherit;
  font-weight: 700;
}
.breadcrumb__active {
  font-weight: 700;
}
.breadcrumb .dropdown__expander:after {
  margin-left: 0px;
}
.breadcrumb .dropdown__expander > div {
  padding-left: 10px;
}
.breadcrumb--green {
  color: #21C98E;
}
.breadcrumb--green a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 transparent;
}
.breadcrumb--green a:hover,
.breadcrumb--green a:focus {
  box-shadow: inset 0 -1px 0 #21C98E;
}
.breadcrumb--blue {
  color: #3381DC;
}
.breadcrumb--blue a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 transparent;
}
.breadcrumb--blue a:hover,
.breadcrumb--blue a:focus {
  box-shadow: inset 0 -1px 0 #3381DC;
}
.breadcrumb--red {
  color: #c92124;
}
.breadcrumb--red a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 transparent;
}
.breadcrumb--red a:hover,
.breadcrumb--red a:focus {
  box-shadow: inset 0 -1px 0 #c92124;
}
.breadcrumb--brown {
  color: #CD5C00;
}
.breadcrumb--brown a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 transparent;
}
.breadcrumb--brown a:hover,
.breadcrumb--brown a:focus {
  box-shadow: inset 0 -1px 0 #CD5C00;
}
.breadcrumb--orange {
  color: #f19c01;
}
.breadcrumb--orange a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 transparent;
}
.breadcrumb--orange a:hover,
.breadcrumb--orange a:focus {
  box-shadow: inset 0 -1px 0 #f19c01;
}
.breadcrumb--brand {
  color: #F5B400;
}
.breadcrumb--brand a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 transparent;
}
.breadcrumb--brand a:hover,
.breadcrumb--brand a:focus {
  box-shadow: inset 0 -1px 0 #F5B400;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Rokkitt', Times, serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 19px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Rokkitt', Times, serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 22px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 22px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix:before,
.clearfix: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,
.panel-body:before,
.panel-body:after,
.container:before,
.container:after,
.container:before,
.container:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.panel-body:after,
.container:after,
.container:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
  * Custom Bootstrap 3 grid for 480-767px layout
  * Author: Iftakhar Hasan
  *
  * A new set of column classes (with class prefix .col-ms- ) for Bootstrap 3
  * to make Medium Small grids for supporting 480-767px
  *
  * This will push the default Bootstrap 3 Extra Small column (class prefix .col-xs- )
  * to support 1-479px instead of 1-767px
  */
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left;
  }
  .col-ms-1 {
    width: 8.33333333%;
  }
  .col-ms-2 {
    width: 16.66666667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.33333333%;
  }
  .col-ms-5 {
    width: 41.66666667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.33333333%;
  }
  .col-ms-8 {
    width: 66.66666667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.33333333%;
  }
  .col-ms-11 {
    width: 91.66666667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-pull-0 {
    right: auto;
  }
  .col-ms-pull-1 {
    right: 8.33333333%;
  }
  .col-ms-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-ms-pull-8 {
    right: 66.66666667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.33333333%;
  }
  .col-ms-pull-11 {
    right: 91.66666667%;
  }
  .col-ms-pull-12 {
    right: 100%;
  }
  .col-ms-push-0 {
    left: auto;
  }
  .col-ms-push-1 {
    left: 8.33333333%;
  }
  .col-ms-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-ms-push-8 {
    left: 66.66666667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.33333333%;
  }
  .col-ms-push-11 {
    left: 91.66666667%;
  }
  .col-ms-push-12 {
    left: 100%;
  }
  .col-ms-offset-0 {
    margin-left: 0;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-ms-offset-12 {
    margin-left: 100%;
  }
}
/* REMEMBER TO ADD GRID TO GRID FRAMEWORK*/
/*
* Variables
*/
/*
* Grid
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1440px) {
  .container {
    width: 1410px;
  }
}
@media (min-width: 1440px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
/*
* Grid
*/
/*
* Responsive Utility
*/
.visible-xl {
  display: none !important;
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .hidden-xl {
    display: none !important;
  }
}
/* REMEMBER TO ADD GRID TO GRID FRAMEWORK*/
/*
* Variables
*/
/*
* Grid
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
@media (min-width: 1600px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-11 {
    width: 91.66666667%;
  }
  .col-xxl-10 {
    width: 83.33333333%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-8 {
    width: 66.66666667%;
  }
  .col-xxl-7 {
    width: 58.33333333%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-5 {
    width: 41.66666667%;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-2 {
    width: 16.66666667%;
  }
  .col-xxl-1 {
    width: 8.33333333%;
  }
  .col-xxl-pull-12 {
    right: 100%;
  }
  .col-xxl-pull-11 {
    right: 91.66666667%;
  }
  .col-xxl-pull-10 {
    right: 83.33333333%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-pull-8 {
    right: 66.66666667%;
  }
  .col-xxl-pull-7 {
    right: 58.33333333%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-pull-5 {
    right: 41.66666667%;
  }
  .col-xxl-pull-4 {
    right: 33.33333333%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-pull-2 {
    right: 16.66666667%;
  }
  .col-xxl-pull-1 {
    right: 8.33333333%;
  }
  .col-xxl-pull-0 {
    right: auto;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
  .col-xxl-push-11 {
    left: 91.66666667%;
  }
  .col-xxl-push-10 {
    left: 83.33333333%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-push-8 {
    left: 66.66666667%;
  }
  .col-xxl-push-7 {
    left: 58.33333333%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-push-5 {
    left: 41.66666667%;
  }
  .col-xxl-push-4 {
    left: 33.33333333%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-push-2 {
    left: 16.66666667%;
  }
  .col-xxl-push-1 {
    left: 8.33333333%;
  }
  .col-xxl-push-0 {
    left: auto;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxl-offset-0 {
    margin-left: 0%;
  }
}
/*
* Grid
*/
/*
* Responsive Utility
*/
.visible-xxl {
  display: none !important;
}
.visible-xxl-block,
.visible-xxl-inline,
.visible-xxl-inline-block {
  display: none !important;
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1600px) {
  .visible-xxl {
    display: block !important;
  }
  table.visible-xxl {
    display: table !important;
  }
  tr.visible-xxl {
    display: table-row !important;
  }
  th.visible-xxl,
  td.visible-xxl {
    display: table-cell !important;
  }
}
@media (min-width: 1600px) {
  .visible-xxl-block {
    display: block !important;
  }
}
@media (min-width: 1600px) {
  .visible-xxl-inline {
    display: inline !important;
  }
}
@media (min-width: 1600px) {
  .visible-xxl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1600px) {
  .hidden-xxl {
    display: none !important;
  }
}
/*
* Grid Framewrok
*/
.fa--border-circle {
  position: relative;
  margin-bottom: 30px;
}
.fa--border-circle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: solid 2px #CD5C00;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  z-index: 0;
}
.fa--border-circle:before {
  position: relative;
  z-index: 1;
}
.fa--border-circle:hover:before {
  color: #fff;
  transition: color 200ms ease;
}
.fa--border-circle:hover:after {
  background-color: #CD5C00;
  transition: background-color 300ms ease;
}
.fa--color-brand:hover:after,
.fa--color-brand:focus:after {
  background-color: #F5B400;
}
.fa--color-brand:hover:before,
.fa--color-brand:focus:before {
  color: #fff;
}
.fa--color-brand:after {
  border-color: #F5B400;
}
.fa--color-brand:before {
  color: #F5B400;
}
.arrow {
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 10px;
  height: 12px;
  margin-left: 10px;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.arrow:before,
.arrow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.arrow:before {
  right: 2px;
  width: 100%;
  border-top: solid 1px;
  border-color: #F5B400;
}
.arrow:after {
  height: 100%;
  border-right: solid 1px;
  border-color: #F5B400;
}
.arrow-left {
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 10px;
  height: 12px;
  margin-left: 10px;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.arrow-left:before,
.arrow-left:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.arrow-left:before {
  width: 100%;
  border-top: solid 1px;
  border-color: #F5B400;
}
.arrow-left:after {
  height: 100%;
  border-right: solid 1px;
  border-color: #F5B400;
}
.arrow-down {
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 10px;
  height: 12px;
  margin-left: 10px;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.arrow-down:before,
.arrow-down:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.arrow-down:before {
  width: 100%;
  border-top: solid 1px;
  border-color: #F5B400;
}
.arrow-down:after {
  height: 100%;
  border-right: solid 1px;
  border-color: #F5B400;
}
/*
*   COMPONENTS
*/
.progressive-media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  outline: none;
}
.progressive-media img,
.progressive-media picture {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  border: 0 none;
}
.progressive-media img.progressive-media__reveal,
.progressive-media picture.progressive-media__reveal {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.progressive-media img.progressive-media__reveal--revealing,
.progressive-media picture.progressive-media__reveal--revealing {
  will-change: transform, opacity;
  -webkit-animation: progressiveMediaReveal 400ms ease-out;
          animation: progressiveMediaReveal 400ms ease-out;
}
.progressive-media__preview {
  -webkit-filter: blur(2vw);
          filter: blur(2vw);
  -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
          transform: scale(1.025);
  width: 100%;
  height: 100%;
}
.progressive-media__loaded {
  opacity: 1;
}
.progressive-media--fluid img,
.progressive-media--fluid picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@-webkit-keyframes progressiveMediaReveal {
  0% {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes progressiveMediaReveal {
  0% {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.btn {
  line-height: 1.2;
  border: none;
  border-radius: 40px;
  padding: 17px 40px 16px 40px;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .btn {
    margin-bottom: calc(15px + (20 - 15) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .btn {
    margin-bottom: 20px;
  }
}
.btn--default {
  position: relative;
  display: inline-block;
  background-color: #F5B400;
  transition: color 200ms ease, background-color 200ms ease;
  color: #52290D;
  padding-left: 120px;
  padding-right: 120px;
}
.btn--default:hover,
.btn--default:focus {
  background-color: #21C98E;
  color: #fff;
  font-weight: 900;
}
.btn--get-more {
  position: relative;
  background-color: transparent;
  color: #43C284;
  font-size: 16px;
  transition: color 200ms ease;
  padding: 5px 30px 5px 0;
}
.btn--get-more:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f0a9";
  font-family: 'FontAwesome';
  font-size: 27px;
}
.btn--get-more:hover,
.btn--get-more:focus {
  color: #F5B400;
}
.btn--right {
  margin-left: auto;
}
.btn--fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.btn--center {
  margin-left: auto;
  margin-right: auto;
}
.btn--sm {
  padding: 7px 15px;
  font-size: 13px;
  margin-bottom: 0;
}
.btn--green {
  background-color: #21C98E;
  color: #fff;
}
.btn--green:hover,
.btn--green:focus {
  background-color: #6ae6bb;
}
.btn--red {
  background-color: #c92124;
  color: #fff;
}
.btn--red:hover,
.btn--red:focus {
  background-color: #e66a6c;
}
.btn--blue {
  background-color: #3381DC;
  color: #fff;
}
.btn--blue:hover,
.btn--blue:focus {
  background-color: #8ab7eb;
}
.btn--brown {
  background-color: #F5B400;
  color: #fff;
}
.btn--brown:hover,
.btn--brown:focus {
  background-color: #ffd45c;
}
.btn--facebook-blue {
  background-color: #4267B2;
  color: #fff;
}
.btn--facebook-blue:hover,
.btn--facebook-blue:focus {
  background-color: #34518d;
}
.cookie-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #F5B400;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  color: #333333;
  font-size: 13px;
  will-change: opacity, visibility;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.cookie-consent__content {
  background-color: #fff;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookie-consent--hidden {
  opacity: 0;
  visibility: hidden;
}
.cta {
  position: relative;
  margin: 50px 0;
}
.cta h2 {
  font-size: 34px;
  margin-bottom: 20px;
  max-width: 700px;
}
.cta p {
  margin-bottom: 12px;
  max-width: 600px;
}
.cta > img {
  width: 50%;
}
.cta > div {
  color: #F5F4B5;
  background: #52290D;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  box-sizing: border-box;
  width: calc(50% + 100px);
  padding: 40px;
}
.cta a {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 990px) {
  .cta > img,
  .cta > div {
    position: initial;
    width: 100%;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .cta a {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.dropdown {
  position: relative;
  line-height: 1;
  /*&:hover, &:focus {
        .dropdown__menu {
            opacity: 1;
            visibility: visible;
        }
    }*/
}
.dropdown__label {
  font-size: 18px;
  font-weight: 900;
}
.dropdown__expander {
  position: relative;
  display: inline-block;
  border: none;
  background-color: transparent;
  color: inherit;
}
.dropdown__expander:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 1px));
      -ms-transform: translateY(calc(-50% + 1px));
          transform: translateY(calc(-50% + 1px));
  width: 0;
  height: 0;
  margin-left: 7px;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 5px solid #333333;
}
@media (min-width: 768px) {
  .dropdown__expander--divider:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0px;
    height: 100%;
    width: 1px;
    background-color: #F5B400;
  }
}
.dropdown__menu {
  position: absolute;
  left: -13px;
  padding: 10px 15px 5px 15px;
  list-style: none;
  background-color: #fff;
  font-weight: 400;
  padding-top: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease;
  z-index: 99;
  min-width: 100%;
  border-bottom: solid 1px #333333;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.5);
}
.dropdown__menu > li {
  margin: 0 0 5px;
}
.dropdown__menu > li > a {
  padding: 3px 0;
  margin: 0;
  line-height: 1.4;
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 transparent;
}
.dropdown__menu > li > a:hover,
.dropdown__menu > li > a:focus {
  box-shadow: inset 0 -1px 0 #333333;
}
.dropdown--open .dropdown__menu {
  opacity: 1;
  visibility: visible;
}
.dropdown--locked {
  opacity: 0.5;
}
.dropdown--oval {
  color: inherit;
}
.dropdown--oval .dropdown__label {
  margin-left: 15px;
  margin-bottom: 5px;
}
.dropdown--oval .dropdown__expander {
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  line-height: 0.9;
  margin-bottom: 5px;
  will-change: border-color, box-shadow;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  border: none;
  border-bottom: solid 1px #F5B400;
  border-radius: 0;
  background-color: white;
  height: 41px;
}
.dropdown--oval .dropdown__expander:hover,
.dropdown--oval .dropdown__expander:focus {
  border-color: #F5B400;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(245, 180, 0, 0.6);
}
.dropdown--oval .dropdown__expander:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #F5B400;
  left: auto;
  right: 10px;
}
.dropdown--oval .dropdown__menu {
  font-size: 16px;
  background-color: #3F3F39;
  border: none;
  border-radius: 0;
  padding: 10px 20px 15px;
  background-color: white;
  left: 0;
}
.dropdown--oval .dropdown__menu > li {
  margin: 0;
}
.dropdown--oval .dropdown__menu > li > a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 transparent;
}
.dropdown--oval .dropdown__menu > li > a:hover,
.dropdown--oval .dropdown__menu > li > a:focus {
  box-shadow: inset 0 -1px 0 #F5B400;
}
.dropdown--small {
  font-size: 15px;
}
.dropdown--small .dropdown__menu {
  border-bottom-color: #F5B400;
  left: auto;
  right: -7px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  min-width: 115px;
  max-width: 200px;
  font-size: 17px;
}
.dropdown--caret .dropdown__expander {
  padding-bottom: 7px;
}
.dropdown--caret .dropdown__expander:after {
  top: calc(50% - 4px);
}
.dropdown--caret .dropdown__menu:before {
  content: "";
  position: absolute;
  top: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
.dropdown--caret-right .dropdown__expander {
  padding-bottom: 7px;
}
.dropdown--caret-right .dropdown__expander:after {
  top: calc(50% - 4px);
}
.dropdown--caret-right .dropdown__menu:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
.dropdown--brown {
  display: inline-block;
}
.dropdown--brown .dropdown__expander:after {
  border-top-color: #CD5C00;
}
.dropdown--brown .dropdown__menu {
  border-bottom-color: #CD5C00;
}
.dropdown--brown .dropdown__menu > li > a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 transparent;
}
.dropdown--brown .dropdown__menu > li > a:hover,
.dropdown--brown .dropdown__menu > li > a:focus {
  box-shadow: inset 0 -1px 0 #CD5C00;
}
.dropdown--primary-transparent {
  display: inline-block;
}
.dropdown--primary-transparent .dropdown__expander {
  color: rgba(245, 180, 0, 0.6);
}
.dropdown--primary-transparent .dropdown__expander:after {
  border-top-color: rgba(245, 180, 0, 0.6);
}
.dropdown--primary-transparent .dropdown__menu {
  border-bottom-color: rgba(245, 180, 0, 0.6);
}
.dropdown--primary-transparent .dropdown__menu > li > a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 transparent;
}
.dropdown--primary-transparent .dropdown__menu > li > a:hover,
.dropdown--primary-transparent .dropdown__menu > li > a:focus {
  box-shadow: inset 0 -1px 0 #F5B400;
}
.dropdown--green {
  display: inline-block;
}
.dropdown--green .dropdown__expander:after {
  border-top-color: #21C98E;
}
.dropdown--green .dropdown__menu {
  border-bottom-color: #21C98E;
}
.dropdown--green .dropdown__menu > li > a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 transparent;
}
.dropdown--green .dropdown__menu > li > a:hover,
.dropdown--green .dropdown__menu > li > a:focus {
  box-shadow: inset 0 -1px 0 #21C98E;
}
.dropdown--red {
  display: inline-block;
}
.dropdown--red .dropdown__expander:after {
  border-top-color: #c92124;
}
.dropdown--red .dropdown__menu {
  border-bottom-color: #c92124;
}
.dropdown--red .dropdown__menu > li > a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 transparent;
}
.dropdown--red .dropdown__menu > li > a:hover,
.dropdown--red .dropdown__menu > li > a:focus {
  box-shadow: inset 0 -1px 0 #c92124;
}
.dropdown--blue {
  display: inline-block;
}
.dropdown--blue .dropdown__expander:after {
  border-top-color: #3381DC;
}
.dropdown--blue .dropdown__menu {
  border-bottom-color: #3381DC;
}
.dropdown--blue .dropdown__menu > li > a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 transparent;
}
.dropdown--blue .dropdown__menu > li > a:hover,
.dropdown--blue .dropdown__menu > li > a:focus {
  box-shadow: inset 0 -1px 0 #3381DC;
}
.dropdown--brown {
  display: inline-block;
}
.dropdown--brown .dropdown__expander:after {
  border-top-color: #CD5C00;
}
.dropdown--brown .dropdown__menu {
  border-bottom-color: #CD5C00;
}
.dropdown--brown .dropdown__menu > li > a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 transparent;
}
.dropdown--brown .dropdown__menu > li > a:hover,
.dropdown--brown .dropdown__menu > li > a:focus {
  box-shadow: inset 0 -1px 0 #CD5C00;
}
.dropdown--orange {
  display: inline-block;
}
.dropdown--orange .dropdown__expander:after {
  border-top-color: #f19c01;
}
.dropdown--orange .dropdown__menu {
  border-bottom-color: #f19c01;
}
.dropdown--orange .dropdown__menu > li > a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 transparent;
}
.dropdown--orange .dropdown__menu > li > a:hover,
.dropdown--orange .dropdown__menu > li > a:focus {
  box-shadow: inset 0 -1px 0 #f19c01;
}
.dropdown--brand {
  display: inline-block;
}
.dropdown--brand .dropdown__expander:after {
  border-top-color: #F5B400;
}
.dropdown--brand .dropdown__menu {
  border-bottom-color: #F5B400;
}
.dropdown--brand .dropdown__menu > li > a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 transparent;
}
.dropdown--brand .dropdown__menu > li > a:hover,
.dropdown--brand .dropdown__menu > li > a:focus {
  box-shadow: inset 0 -1px 0 #F5B400;
}
.dropdown--bg-brown .dropdown__menu {
  background-color: #52290D;
}
.umb-grid {
  font-size: 18px;
}
@media (min-width: 768px) {
  .umb-grid {
    font-size: calc(18px + (18 - 18) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .umb-grid {
    font-size: 18px;
  }
}
.umb-grid ol,
.umb-grid ul {
  padding-left: 21px;
}
.umb-grid__rte h3 {
  line-height: 1.1;
  margin-top: 16.5px;
  margin-bottom: 16.5px;
  font-size: 28px;
  font-family: 'Rokkitt', Times, serif;
  font-weight: 700;
  line-height: 0.95em;
  color: inherit;
  margin-top: 0;
  margin-bottom: 35px;
  margin: 0 0 3px;
  letter-spacing: 0;
  font-size: 24px;
}
.umb-grid__rte h3 small,
.umb-grid__rte h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.umb-grid__rte h3 small,
.umb-grid__rte h3 .small {
  font-size: 75%;
}
@media (min-width: 768em) {
  .umb-grid__rte h3 {
    line-height: calc(0.95em + (1.2 - 0.95) * ((100vw - 768em)/(1440 - 768)));
  }
}
@media (min-width: 1440em) {
  .umb-grid__rte h3 {
    line-height: 1.2em;
  }
}
@media (min-width: 768px) {
  .umb-grid__rte h3 {
    font-size: calc(24px + (20 - 24) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .umb-grid__rte h3 {
    font-size: 20px;
  }
}
.umb-grid__rte ol,
.umb-grid__rte ul {
  margin-top: -20px;
}
@media (min-width: 768px) {
  .umb-grid__rte ol,
  .umb-grid__rte ul {
    margin-top: calc(-20px + (-25 - -20) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .umb-grid__rte ol,
  .umb-grid__rte ul {
    margin-top: -25px;
  }
}
.umb-grid__rte a {
  transition: color 300ms ease;
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 #333333;
}
.umb-grid__rte a:hover,
.umb-grid__rte a:focus {
  box-shadow: inset 0 -1px 0 #CD5C00;
}
.umb-grid__rte a:hover {
  color: #CD5C00;
}
.umb-grid__rte a:after {
  margin-bottom: 3px;
}
.umb-grid__rte img {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .umb-grid__rte img {
    margin-bottom: calc(25px + (35 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .umb-grid__rte img {
    margin-bottom: 35px;
  }
}
.bg-pink-grid > .container {
  padding-top: 25px;
  background-color: #FFC7C3;
}
@media (min-width: 768px) {
  .bg-pink-grid > .container {
    padding-top: calc(25px + (35 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .bg-pink-grid > .container {
    padding-top: 35px;
  }
}
.bg-light-yellow-grid > .container {
  padding-top: 25px;
  background-color: #482912;
}
@media (min-width: 768px) {
  .bg-light-yellow-grid > .container {
    padding-top: calc(25px + (35 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .bg-light-yellow-grid > .container {
    padding-top: 35px;
  }
}
.bg-light-green-grid > .container {
  padding-top: 25px;
  background-color: #DCB65A;
}
@media (min-width: 768px) {
  .bg-light-green-grid > .container {
    padding-top: calc(25px + (35 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .bg-light-green-grid > .container {
    padding-top: 35px;
  }
}
.bg-gray-grid > .container {
  padding-top: 25px;
  background-color: #FAF2ED;
}
@media (min-width: 768px) {
  .bg-gray-grid > .container {
    padding-top: calc(25px + (35 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .bg-gray-grid > .container {
    padding-top: 35px;
  }
}
.hero {
  position: relative;
  margin: 0 0 15px;
}
.hero > a {
  display: block;
}
.hero__image {
  position: relative;
  padding-top: 53%;
}
.hero__image:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
}
@media (min-width: 480px) {
  .hero__image {
    padding-top: 52%;
  }
}
@media (min-width: 768px) {
  .hero__image {
    padding-top: 45%;
  }
}
.hero__picture-by {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: right;
  text-shadow: 1px 1px 2px #000;
}
.hero__content {
  position: relative;
  background-color: #3F3F39;
  bottom: 11px;
  top: auto;
  left: 0;
  color: #fff;
  width: 100%;
  padding-top: 15px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .hero__content {
    padding-left: calc(35px + (135 - 35) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .hero__content {
    padding-left: 135px;
  }
}
@media (min-width: 768px) {
  .hero__content {
    padding-right: calc(35px + (135 - 35) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .hero__content {
    padding-right: 135px;
  }
}
@media (min-width: 768px) {
  .hero__content {
    padding-bottom: calc(35px + (75 - 35) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .hero__content {
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .hero__content {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .hero__content {
    background-color: rgba(0, 0, 0, 0);
    top: 10px;
    color: #3F3F39;
  }
}
.hero__content h1 {
  line-height: 0.85;
  margin: 0 0 10px;
}
.hero__content small {
  display: inline-block;
  margin-bottom: 5px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 15px;
}
@media (min-width: 768px) {
  .hero__content small {
    font-size: calc(15px + (17 - 15) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .hero__content small {
    font-size: 17px;
  }
}
.hero__lead {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
  max-height: 85px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .hero__lead {
    font-size: calc(18px + (20 - 18) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .hero__lead {
    font-size: 20px;
  }
}
.hero--lead {
  margin: 0 0 10px;
}
.hero--lead .hero__content {
  padding-top: 15px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .hero--lead .hero__content {
    padding-bottom: calc(35px + (40 - 35) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .hero--lead .hero__content {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .hero--lead .hero__content {
    padding-top: 0;
  }
}
.hero--lead .hero__image {
  padding-top: 51%;
}
@media (min-width: 480px) {
  .hero--lead .hero__image {
    padding-top: 42%;
  }
}
@media (min-width: 768px) {
  .hero--lead .hero__image {
    padding-top: 43%;
  }
}
@media (min-width: 992px) {
  .hero--lead .hero__image {
    padding-top: 40%;
  }
}
@media (min-width: 1200px) {
  .hero--lead .hero__image {
    padding-top: 34%;
  }
}
@media (min-width: 1440px) {
  .hero--lead .hero__image {
    padding-top: 32%;
  }
}
.hero--large .hero__image {
  padding-top: 60%;
}
@media (min-width: 992px) {
  .hero--large .hero__image {
    padding-top: 54%;
  }
}
@media screen and (min-width: 321px) {
  .hero__lead {
    max-height: 107px;
  }
}
@media screen and (min-width: 768px) {
  .hero__content {
    width: 80%;
    position: absolute;
    background-color: transparent;
  }
}
.landingpage .hero__image::after,
.landingpagetheme .hero__image::after,
.landingpagetagfilter .hero__image::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to top, rgba(63, 63, 56, 0.8) 0, rgba(255, 255, 255, 0) 100%);
  margin-top: -200px;
  height: 200px;
  width: 100%;
  content: '';
}
.gridpage .hero__image::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to top, rgba(63, 63, 56, 0.8) 0, rgba(255, 255, 255, 0) 100%);
  margin-top: -500px;
  height: 500px;
  width: 100%;
  content: '';
}
.frontpage .hero__image::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to top, #3f3f38 0, rgba(255, 255, 255, 0) 100%);
  margin-top: -500px;
  height: 500px;
  width: 100%;
  content: '';
}
@media (max-width: 768px) {
  .gridpage .hero__image::after {
    display: block;
    position: relative;
    background-image: none;
    margin-top: -500px;
    height: 500px;
    width: 100%;
    content: '';
  }
}
.factbox {
  border-top: solid 0px #CD5C00;
  border-bottom: solid 0px #CD5C00;
  background-color: #fff;
  position: relative;
  padding-top: 1px;
  width: 100%;
  font-size: 15px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  padding: 20px 25px 0 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .factbox {
    margin-bottom: calc(25px + (35 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .factbox {
    margin-bottom: 35px;
  }
}
.factbox a {
  transition: color 300ms ease;
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 #333333;
}
.factbox a:hover,
.factbox a:focus {
  box-shadow: inset 0 -1px 0 #CD5C00;
}
.factbox a:hover {
  color: #CD5C00;
}
.factbox a:after {
  margin-bottom: 3px;
}
.factbox p,
.factbox ol,
.factbox ul {
  margin-bottom: 10px;
}
.factbox__map {
  margin-bottom: 20px;
}
.factbox__heading {
  margin-bottom: 15px;
}
.factbox__spacer {
  margin-top: 20px;
}
.factbox--position-left-out {
  margin-left: 0;
  float: left;
  margin-right: 40px;
}
@media (min-width: 992px) {
  .factbox--position-left-out {
    width: 320px;
    margin-left: -100px;
  }
}
@media (min-width: 1200px) {
  .factbox--position-left-out {
    margin-left: -125px;
  }
}
@media (min-width: 1440px) {
  .factbox--position-left-out {
    margin-left: -150px;
  }
}
.factbox--position-left {
  margin-left: 0;
  float: left;
  margin-right: 30px;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .factbox--position-left {
    width: 320px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .factbox--position-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .factbox--position-left {
    width: 320px;
    margin-bottom: 40px;
  }
}
.factbox--position-right-out {
  margin-right: 0px;
}
@media (min-width: 992px) {
  .factbox--position-right-out {
    margin-left: 30px;
    float: right;
    width: 320px;
    margin-right: -350px;
  }
}
.factbox--position-right {
  margin-left: 30px;
  float: right;
  margin-right: 0;
}
@media (min-width: 768px) {
  .factbox--position-right {
    width: 320px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .factbox--position-right {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .factbox--position-right {
    width: 320px;
    margin-bottom: 40px;
  }
}
.videopage .factbox--position-right-out {
  margin-left: 30px;
  float: right;
  margin-right: 0;
}
@media (min-width: 768px) {
  .videopage .factbox--position-right-out {
    width: 320px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .videopage .factbox--position-right-out {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .videopage .factbox--position-right-out {
    width: 320px;
    margin-bottom: 40px;
  }
}
.quote {
  position: relative;
  font-size: 18px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  line-height: 1.3;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .quote {
    font-size: calc(18px + (20 - 18) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .quote {
    font-size: 20px;
  }
}
.quote__icon {
  position: absolute;
  top: -2px;
  left: 0;
  width: 25px;
  height: 18.5px;
}
.quote__icon-paragraph {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 7px;
  height: 5.5px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0 0 3px 5px;
}
.quote__icon-paragraph path {
  fill: #333333 !important;
}
.quote__text {
  position: relative;
  margin: 0;
}
.quote__byline {
  font-size: 15px;
  font-weight: 700;
}
.quote__spacer {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .quote__spacer {
    margin-top: calc(20px + (35 - 20) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .quote__spacer {
    margin-top: 35px;
  }
}
.quote--position-67 {
  margin-left: 0;
  float: left;
  margin-right: 40px;
}
@media (min-width: 992px) {
  .quote--position-67 {
    width: 320px;
    margin-left: -90px;
  }
}
.quote--position-68 {
  margin-left: 0;
  float: left;
  margin-right: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .quote--position-68 {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .quote--position-68 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .quote--position-68 {
    width: 300px;
  }
}
.quote--position-69 {
  float: right;
  margin-right: 0px;
}
@media (min-width: 992px) {
  .quote--position-69 {
    margin-left: 55px;
  }
}
@media (min-width: 992px) {
  .quote--position-69 {
    width: 300px;
    margin-right: -90px;
  }
}
.quote--position-70 {
  float: right;
  margin-right: 0;
}
@media (min-width: 768px) {
  .quote--position-70 {
    margin-left: 50px;
    width: 300px;
  }
}
@media (min-width: 992px) {
  .quote--position-70 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .quote--position-70 {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .quote {
    padding-left: 0;
  }
  .quote__icon {
    left: -32px;
  }
}
.owl-carousel {
  position: relative;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.owl-carousel__image {
  position: relative;
}
.owl-carousel__picture-by {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: #cbcbcb;
  font-family: 'Rokkitt', Times, serif;
  line-height: 1.1;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: right;
}
@media (min-width: 768px) {
  .owl-carousel__picture-by {
    padding-left: calc(35px + (45 - 35) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .owl-carousel__picture-by {
    padding-left: 45px;
  }
}
@media (min-width: 768px) {
  .owl-carousel__picture-by {
    padding-right: calc(35px + (45 - 35) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .owl-carousel__picture-by {
    padding-right: 45px;
  }
}
.owl-carousel__caption {
  font-size: 90%;
  font-family: 'Rokkitt', Times, serif;
}
.owl-carousel__spacer {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .owl-carousel__spacer {
    margin-top: calc(20px + (35 - 20) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .owl-carousel__spacer {
    margin-top: 35px;
  }
}
.owl-carousel__spacer:before,
.owl-carousel__spacer:after {
  content: " ";
  display: table;
}
.owl-carousel__spacer:after {
  clear: both;
}
.owl-carousel__spacer:before,
.owl-carousel__spacer:after {
  content: " ";
  display: table;
}
.owl-carousel__spacer:after {
  clear: both;
}
.owl-dots {
  position: absolute;
  top: 5px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #CD5C00;
  border-radius: 50%;
  transition: background-color 100ms linear;
}
.owl-dots .owl-dot + .owl-dot {
  margin-left: 20px;
}
.owl-dots .owl-dot.active {
  background-color: #CD5C00;
}
.owl-dots .owl-dot:hover {
  background-color: #CD5C00;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  height: 35px;
  width: 35px;
  cursor: pointer;
  /*will-change: transform;
    transition: transform 300ms ease;
    transform-origin: center;*/
  /*&:hover {
        transform: scale(1.1);
    }*/
}
.owl-prev:before,
.owl-next:before {
  position: absolute;
  height: 35px;
  width: 35px;
  content: "";
}
.owl-next {
  right: 0;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .owl-next {
    margin-right: calc(15px + (30 - 15) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .owl-next {
    margin-right: 30px;
  }
}
.owl-next:before {
  background: url(/Content/images/slider-images/img-slider-slide-right-transperant-orage-svg.png) no-repeat;
}
.owl-prev {
  left: 0;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .owl-prev {
    margin-left: calc(15px + (30 - 15) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .owl-prev {
    margin-left: 30px;
  }
}
.owl-prev:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(/Content/images/slider-images/img-slider-slide-right-transperant-orage-svg.png) no-repeat;
}
.owl-carousel--cards .owl-stage-outer {
  padding-top: 20px;
}
.owl-carousel--cards .owl-carousel__spacer {
  margin-top: 10px;
}
.owl-carousel--green .owl-prev:before,
.owl-carousel--green .owl-next:before {
  background: url(/Content/images/slider-images/img-slider-slide-right-green-svg.png) no-repeat;
}
.owl-carousel--blue .owl-prev:before,
.owl-carousel--blue .owl-next:before {
  background: url(/Content/images/slider-images/img-slider-slide-right-blue-svg.png) no-repeat;
}
.owl-carousel--brown .owl-prev:before,
.owl-carousel--brown .owl-next:before {
  background: url(/Content/images/slider-images/img-slider-slide-right-brown-svg.png) no-repeat;
}
.owl-carousel--orange .owl-prev:before,
.owl-carousel--orange .owl-next:before {
  background: url(/Content/images/slider-images/img-slider-slide-right-transperant-orage-svg.png) no-repeat;
}
.owl-carousel--padding-right .owl-stage {
  padding-left: 0 !important;
}
.owl-carousel--push-up {
  margin-top: -50px;
}
.owl-carousel--left15 {
  padding-left: 15px;
}
.owl-carousel--with-text .owl-carousel__image {
  padding-top: 75%;
}
@media (min-width: 768px) {
  .owl-carousel--with-text .owl-carousel__image {
    padding-top: 70%;
  }
}
@media (min-width: 992px) {
  .owl-carousel--with-text .owl-carousel__image {
    padding-top: 79%;
  }
}
@media (min-width: 1200px) {
  .owl-carousel--with-text .owl-carousel__image {
    padding-top: 73%;
  }
}
@media (min-width: 1440px) {
  .owl-carousel--with-text .owl-carousel__image {
    padding-top: 70%;
  }
}
@media (min-width: 1600px) {
  .owl-carousel--with-text .owl-carousel__image {
    padding-top: 63%;
  }
}
.so-me-share {
  top: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 15px;
  font-size: 18px;
  line-height: 1;
  color: #CD5C00;
  margin: 0;
}
@media (min-width: 992px) {
  .so-me-share {
    position: absolute;
    margin-right: 0;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.so-me-share__item {
  margin-right: 40px;
}
.so-me-share__item--email {
  margin-left: -5px;
  margin-right: 37px;
}
.so-me-share__item--clipboard {
  margin-left: -5px;
}
.so-me-share__link {
  cursor: pointer;
}
.so-me-share--fixed {
  transition: margin-top 300ms ease;
  position: fixed;
  margin-top: 13px;
}
.so-me-share--stick-bottom {
  position: absolute;
}
.advertisement {
  position: relative;
  border-top: solid 1px #CD5C00;
  border-bottom: solid 1px #CD5C00;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
  transition: border-color 200ms ease;
}
@media (min-width: 768px) {
  .advertisement {
    margin-bottom: calc(25px + (35 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .advertisement {
    margin-bottom: 35px;
  }
}
.advertisement:hover,
.advertisement:focus {
  border-color: #21C98E;
}
.advertisement:hover .advertisement__link:before,
.advertisement:focus .advertisement__link:before {
  color: #21C98E;
}
.advertisement:hover .advertisement__name,
.advertisement:focus .advertisement__name {
  color: #21C98E;
}
.advertisement__name {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  font-size: 10px;
  color: #CD5C00;
  text-transform: uppercase;
  padding-right: 5px;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: color 200ms ease;
}
.advertisement__link {
  position: relative;
  padding: 18px 0;
  padding-left: 23px;
}
.advertisement__link:before {
  position: absolute;
  top: 13px;
  left: 0px;
  content: "\f061";
  font-family: FontAwesome;
  font-size: 22px;
  color: #CD5C00;
  transition: color 200ms ease;
}
.google-map__heading {
  color: inherit;
  margin: 0 0 3px;
}
.google-map__canvas {
  min-height: 250px;
}
@media (min-width: 992px) {
  .google-map__canvas {
    min-height: 0;
  }
}
.google-map--video-page .google-map__heading {
  color: #CD5C00;
}
.card {
  position: relative;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-size: 16px;
}
.card > a {
  display: block;
}
.card__media {
  margin-bottom: 10px;
}
.card__title {
  font-family: 'Rokkitt', Times, serif;
  font-weight: 900 !important;
  line-height: 1;
  font-size: 30px;
  will-change: transform, text-shadow;
  transition: text-shadow 200ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, text-shadow 200ms ease;
  transition: transform 300ms ease, text-shadow 200ms ease, -webkit-transform 300ms ease;
}
@media (min-width: 768px) {
  .card__title {
    font-size: calc(30px + (56 - 30) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card__title {
    font-size: 56px;
  }
}
.card__heading {
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .card__heading {
    font-size: calc(22px + (22 - 22) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card__heading {
    font-size: 22px;
  }
}
.card__lead {
  margin: 0 0 5px;
}
.card__spacer {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .card__spacer {
    margin-top: calc(30px + (50 - 30) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card__spacer {
    margin-top: 50px;
  }
}
.card--basic .card__media,
.card--basic .card__heading,
.card--basic .card__lead {
  will-change: transform;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  overflow: hidden;
}
.card--basic:hover .card__media,
.card--basic:hover .card__heading,
.card--basic:hover .card__lead {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
/*
* Cover Modifier
*/
.card--cover {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 0.8;
  margin-bottom: 25px;
  min-height: 150px;
}
@media (min-width: 768px) {
  .card--cover {
    font-size: calc(18px + (20 - 18) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card--cover {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .card--cover {
    margin-bottom: calc(25px + (35 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card--cover {
    margin-bottom: 35px;
  }
}
.card--cover a {
  display: block;
  color: #fff;
}
.card--cover a:hover,
.card--cover a:focus {
  z-index: 2;
}
.card--cover a:hover .card__content,
.card--cover a:focus .card__content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.8);
}
.card--cover a:hover .card__media,
.card--cover a:focus .card__media {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.card--cover .card__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0 25px 25px 25px;
  padding-top: 25px;
  background-color: rgba(255, 154, 72, 0.6);
  line-height: 1.2;
  border-radius: 7px;
  border: none;
  will-change: tranform, box-shadow;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  overflow: hidden;
}
@media (min-width: 768px) {
  .card--cover .card__content {
    padding-top: calc(25px + (80 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card--cover .card__content {
    padding-top: 80px;
  }
}
.card--cover .card__media {
  margin: 0;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  border-radius: 7px;
  overflow: hidden;
}
.card--cover .card__media .cover-image {
  border-radius: 7px;
}
.card--cover .card__heading {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Rokkitt', Times, serif;
  margin-bottom: 0 !important;
}
.card--cover .card__spacer {
  margin: 0;
}
.card--height300 .card__media {
  overflow: hidden;
  border-radius: 7px;
  height: 300px;
}
/*
* Card List
*/
.card--list {
  margin-top: -1px;
}
.card--list > a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0 0 0;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  transition: border-color 200ms ease;
}
.card--list > a:hover,
.card--list > a:focus {
  border-color: #F5B400;
  z-index: 1;
}
.card--list .card__media {
  max-width: 192px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .card--list .card__media {
    margin-bottom: calc(10px + (20 - 10) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card--list .card__media {
    margin-bottom: 20px;
  }
}
.card--list .card__content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .card--list .card__content {
    margin-bottom: calc(10px + (20 - 10) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card--list .card__content {
    margin-bottom: 20px;
  }
}
.card--list .card__spacer {
  margin: 10px;
}
@media (min-width: 480px) {
  .card--list > a {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .card--list .card__media {
    margin-right: 20px;
  }
}
@media (min-width: 480px) and (min-width: 768px) {
  .card--list .card__media {
    margin-right: calc(20px + (30 - 20) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 480px) and (min-width: 1440px) {
  .card--list .card__media {
    margin-right: 30px;
  }
}
/*
* Card Video List
*/
.card--video-list .card__media {
  position: relative;
}
.card--video-list .card__media:after {
  content: "";
  position: absolute;
  background-image: url("/content/images/play-buttom-red.png");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.75;
  width: 50%;
  height: 50%;
  top: 0;
  -webkit-transform: translateX(50%) translateY(50%);
      -ms-transform: translateX(50%) translateY(50%);
          transform: translateX(50%) translateY(50%);
}
/*
* Card Spot
*/
.card--spot {
  margin-bottom: 25px;
  color: #fff;
  border-radius: 7px;
  border: none;
  min-height: 200px;
}
@media (min-width: 768px) {
  .card--spot {
    margin-bottom: calc(25px + (35 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card--spot {
    margin-bottom: 35px;
  }
}
.card--spot:hover,
.card--spot:focus {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  box-shadow: none;
}
.card--spot:hover .card__heading,
.card--spot:focus .card__heading {
  text-shadow: 1px 1px 3px #000;
}
.card--spot a {
  display: block;
}
.card--spot .card__media {
  margin: 0;
  padding-top: 55%;
}
@media (min-width: 992px) {
  .card--spot .card__media {
    padding-top: 85%;
  }
}
.card--spot .card__media img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.card--spot .card__media div {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.card--spot .card__content {
  position: relative;
  width: 100%;
  z-index: 1;
}
.card--spot .card__heading {
  font-size: 30px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0 !important;
  padding: 15px 10px;
  transition: text-shadow 300ms ease;
}
.card--spot .card__lead {
  background-color: #CD5C00;
  margin: 0;
  padding: 15px 10px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  min-height: 100px;
}
.card--spot .card__lead-inner {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 61.2px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.2;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card--spot .card__spacer {
  margin: 0;
}
@media (min-width: 480px) {
  .card--spot .card__content {
    position: absolute;
    bottom: 0;
  }
  .card--spot .card__media {
    padding-top: 55%;
  }
  .card--spot .card__media img {
    border-radius: 7px;
  }
}
@media (min-width: 768px) {
  .card--spot .card__media {
    padding-top: 44px;
  }
}
@media (min-width: 992px) {
  .card--spot .card__media {
    padding-top: 129%;
  }
}
.card--spot:hover,
.card--spot:focus {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  box-shadow: none;
}
.card--spot:hover .card__heading,
.card--spot:focus .card__heading {
  text-shadow: none;
}
.card--spot .card__lead {
  background-color: rgba(0, 0, 0, 0);
}
/*
* Centered Modifier
*/
.card--centered a:hover .card__heading,
.card--centered a:focus .card__heading {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-shadow: 1px 1px 3px #000;
}
.card--centered .card__content {
  padding-top: 25px;
}
.card--centered .card__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.card--centered .card__heading {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
}
/*
* Flex Modifier
*/
.card--flex a:hover .card__title,
.card--flex a:focus .card__title {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-shadow: 1px 1px 3px #000;
}
.card--flex .card__content {
  padding: 25px 25px 10px 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card--flex .card__inner {
  margin-top: auto;
  text-align: left;
}
.card--flex .card__heading {
  line-height: 1.1;
  margin-top: 16.5px;
  margin-bottom: 16.5px;
  font-size: 28px;
  font-family: 'Rokkitt', Times, serif;
  font-weight: 700;
  line-height: 0.95em;
  color: inherit;
  margin-top: 0;
  margin-bottom: 35px;
  margin: 0 0 3px;
  letter-spacing: 0;
  font-size: 24px;
  margin-bottom: 12px !important;
}
.card--flex .card__heading small,
.card--flex .card__heading .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.card--flex .card__heading small,
.card--flex .card__heading .small {
  font-size: 75%;
}
@media (min-width: 768em) {
  .card--flex .card__heading {
    line-height: calc(0.95em + (1.2 - 0.95) * ((100vw - 768em)/(1440 - 768)));
  }
}
@media (min-width: 1440em) {
  .card--flex .card__heading {
    line-height: 1.2em;
  }
}
@media (min-width: 768px) {
  .card--flex .card__heading {
    font-size: calc(24px + (20 - 24) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card--flex .card__heading {
    font-size: 20px;
  }
}
/*
* Color Modifier
*/
.card--green .card__content {
  background-color: rgba(0, 0, 0, 0);
}
.card--green.card--spot .card__heading {
  background-color: rgba(0, 0, 0, 0);
}
.card--green.card--spot .card__lead {
  background-color: #21C98E;
}
.card--green.card--bg .card__content {
  background-color: #43C284;
}
.card--blue .card__content {
  background-color: rgba(0, 0, 0, 0);
}
.card--blue.card--spot .card__heading {
  background-color: rgba(0, 0, 0, 0);
}
.card--blue.card--spot .card__lead {
  background-color: #3381DC;
}
.card--blue.card--bg .card__content {
  background-color: #3381DC;
}
.card--blue .card__media::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to top, #3f3f38 0, rgba(255, 255, 255, 0) 100%);
  margin-top: -200px;
  height: 200px;
  width: 100%;
  content: '';
}
.frontpage .card--blue .card__content {
  background-color: #D7B668;
  margin-top: 185px;
  padding: 15px 15px 10px 15px;
}
.frontpage .card--blue .card__inner {
  margin-top: 0;
}
.frontpage .card--blue .card__title {
  display: none;
}
.card--red .card__content {
  background-color: rgba(201, 33, 36, 0.7);
}
.card--red.card--spot .card__heading {
  background-color: rgba(201, 33, 36, 0.7);
}
.card--red.card--spot .card__lead {
  background-color: #c92124;
}
.card--red.card--bg .card__content {
  background-color: #c92124;
}
.card--brown .card__content {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, #3f3f38 0, rgba(255, 255, 255, 0) 30%);
}
.card--brown.card--spot .card__heading {
  background-color: rgba(205, 92, 0, 0.7);
}
.card--brown.card--spot .card__lead {
  background-color: #CD5C00;
}
.card--brown.card--bg .card__content {
  background-color: #CD5C00;
}
.card--orange .card__content {
  background-color: rgba(0, 0, 0, 0);
}
.card--orange.card--spot .card__heading {
  background-color: rgba(224, 145, 0, 0.7);
}
.card--orange.card--spot .card__lead {
  background-color: #CD5C00;
}
.card--orange.card--bg .card__content {
  background-color: rgba(0, 0, 0, 0);
}
.card--orange.card--cover .card__content {
  background-image: linear-gradient(to top, #3f3f38 0, rgba(255, 255, 255, 0) 100%);
}
.card--xtra-transparent-brown .card__content {
  background-color: rgba(205, 92, 0, 0.35);
}
.card--xtra-transparent-brown.card--spot .card__heading {
  background-color: rgba(205, 92, 0, 0.35);
}
.card--xtra-transparent-green .card__content {
  background-color: rgba(33, 201, 142, 0.35);
}
.card--xtra-transparent-green.card--spot .card__heading {
  background-color: rgba(33, 201, 142, 0.35);
}
.card--xtra-transparent-blue .card__content {
  background-color: rgba(51, 129, 220, 0.2);
}
.card--xtra-transparent-blue.card--spot .card__heading {
  background-color: rgba(51, 129, 220, 0.2);
}
.card--xtra-transparent-red .card__content {
  background-color: rgba(201, 33, 36, 0.35);
}
.card--xtra-transparent-red.card--spot .card__heading {
  background-color: rgba(201, 33, 36, 0.35);
}
.card--xtra-transparent-orange .card__content {
  background-color: rgba(224, 145, 0, 0.35);
}
.card--xtra-transparent-orange.card--spot .card__heading {
  background-color: rgba(224, 145, 0, 0.35);
}
.card--bg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 100%;
}
.card--bg:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.card--bg > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-height: 100%;
}
.card--bg .card__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-height: 100%;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .card--bg .card__content {
    padding-top: calc(15px + (20 - 15) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card--bg .card__content {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .card--bg .card__content {
    padding-right: calc(15px + (20 - 15) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card--bg .card__content {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .card--bg .card__content {
    padding-bottom: calc(15px + (20 - 15) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card--bg .card__content {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .card--bg .card__content {
    padding-left: calc(15px + (20 - 15) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card--bg .card__content {
    padding-left: 20px;
  }
}
.card--bg .card__media {
  margin-bottom: 0;
}
.card--bg .card__lead {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 81.6px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.2;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card--bg .card__spacer {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .card--bg .card__spacer {
    margin-top: calc(0px + (0 - 0) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card--bg .card__spacer {
    margin-top: 0px;
  }
}
/*
* Card Video
*/
.card--video {
  color: inherit;
  margin-bottom: 30px;
}
.card--video > a {
  display: block;
}
.card--video .card__content {
  /*
            position: absolute;
            display: flex;
            align-items: flex-end;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(201, 33, 36, 0.70);
            text-align: center;
            opacity: 0;
            will-change: opacity;
            transition: opacity 300ms ease;
            */
}
.card--video .card__content:hover {
  /*
                opacity: 1;
                */
}
.card--video .card__content:hover .card__heading {
  /*
                    margin-bottom: 0;
                    opacity: 1;
                    */
}
.card--video .card__content:hover .card__inner:before {
  /*
                        opacity: 1;
                        top: -60px;
                        */
}
.card--video .card__inner {
  width: 100%;
  /*
            position: absolute;
            top: 50%;
            
            transform: translateY(calc(~"-50% + 30px"));
            .fluid-property(padding-top, 20, 35);
            .fluid-property(padding-right, 20, 35);
            .fluid-property(padding-bottom, 20, 35);
            .fluid-property(padding-left, 20, 35);
            */
}
.card--video .card__inner:before {
  /*
                content: "\f16a";
                font-family: "FontAwesome";
                position: absolute;
                top: -120px;
                left: 50%;
                transform: translateX(-50%);
                color: #fff;
                font-size: 4.5em;
                opacity: 0;
                will-change: top, opacity;
                transition: top 400ms ease, opacity 200ms ease;
                */
}
.card--video .card__heading {
  /*
            margin-bottom: -35px;
            opacity: 0;
            will-change: margin-bottom, opacity;
            transition: margin-bottom 400ms ease, opacity 200ms ease;
            */
}
.card--video .card__spacer {
  margin: 0;
}
.card--video a:hover .card__media:after {
  /*
            content: "";
            opacity: 0;
         */
}
/*
* Badge Modifier
*/
.card--badge {
  color: #fff;
  padding-bottom: 20px;
  height: 100%;
}
@media (min-width: 768px) {
  .card--badge {
    padding-bottom: calc(20px + (30 - 20) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card--badge {
    padding-bottom: 30px;
  }
}
.card--badge a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 10px;
  background-color: #21C98E;
  border-radius: 10px;
  height: 100%;
  will-change: text-shadow, box-shadow, transform;
  transition: text-shadow 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: text-shadow 300ms ease, box-shadow 300ms ease, transform 300ms ease;
  transition: text-shadow 300ms ease, box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}
.card--badge a:hover,
.card--badge a:focus {
  /*background-color: darken(@brand-alt, 10%);*/
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.8);
}
.card--badge a:hover .card__heading,
.card--badge a:focus .card__heading {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.card--badge .card__heading {
  line-height: 1.1;
  margin-top: 33px;
  margin-bottom: 16.5px;
  font-size: 38px;
  line-height: 0.95em;
  color: inherit;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: 'Rokkitt', Times, serif;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 0.9;
  margin: 0 !important;
}
.card--badge .card__heading small,
.card--badge .card__heading .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.card--badge .card__heading small,
.card--badge .card__heading .small {
  font-size: 65%;
}
@media (min-width: 768em) {
  .card--badge .card__heading {
    line-height: calc(0.95em + (1.2 - 0.95) * ((100vw - 768em)/(1440 - 768)));
  }
}
@media (min-width: 1440em) {
  .card--badge .card__heading {
    line-height: 1.2em;
  }
}
@media (min-width: 768px) {
  .card--badge .card__heading {
    font-size: calc(28px + (34 - 28) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card--badge .card__heading {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .card--badge .card__heading {
    margin-bottom: calc(20px + (30 - 20) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card--badge .card__heading {
    margin-bottom: 30px;
  }
}
.card--badge .card__content {
  text-align: center;
}
.card--badge .card__spacer {
  margin: 0;
}
/*
* Card Size
*/
.card--medium .card__title {
  line-height: 1.1;
  margin-top: 33px;
  margin-bottom: 16.5px;
  font-size: 38px;
  line-height: 0.95em;
  color: inherit;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: 'Rokkitt', Times, serif;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 28px;
  margin-bottom: 20px;
}
.card--medium .card__title small,
.card--medium .card__title .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.card--medium .card__title small,
.card--medium .card__title .small {
  font-size: 65%;
}
@media (min-width: 768em) {
  .card--medium .card__title {
    line-height: calc(0.95em + (1.2 - 0.95) * ((100vw - 768em)/(1440 - 768)));
  }
}
@media (min-width: 1440em) {
  .card--medium .card__title {
    line-height: 1.2em;
  }
}
@media (min-width: 768px) {
  .card--medium .card__title {
    font-size: calc(28px + (34 - 28) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card--medium .card__title {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .card--medium .card__title {
    margin-bottom: calc(20px + (30 - 20) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card--medium .card__title {
    margin-bottom: 30px;
  }
}
.card--medium .card__lead {
  font-size: 16px;
}
@media (min-width: 768px) {
  .card--medium .card__lead {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .card--medium .card__lead {
    font-size: 16px;
  }
}
/*
* Card travel forms
*/
.card--travel-forms .card__media {
  padding-top: 110%;
}
.card--travel-forms .card__media > div {
  border-radius: 7px;
}
@media (min-width: 480px) {
  .card--travel-forms .card__media {
    padding-top: 140%;
  }
}
@media (min-width: 768px) {
  .card--travel-forms .card__media {
    padding-top: 160%;
  }
}
@media (min-width: 1200px) {
  .card--travel-forms .card__media {
    padding-top: 130%;
  }
}
/*
* Card list view
*/
.card--list-view .card__media {
  padding-top: 49%;
}
.card--list-view .card__media > div {
  border-radius: 7px;
}
@media (min-width: 480px) {
  .card--list-view .card__media {
    padding-top: 100%;
  }
}
@media (min-width: 768px) {
  .card--list-view .card__media {
    padding-top: 140%;
  }
}
@media (min-width: 992px) {
  .card--list-view .card__media {
    padding-top: 110%;
  }
}
@media (min-width: 1200px) {
  .card--list-view .card__media {
    padding-top: 107%;
  }
}
/*
* Card carousel theme
*/
.card--carousel-theme .card__media {
  padding-top: 121%;
}
.card--carousel-theme .card__media > div {
  border-radius: 7px;
}
@media (min-width: 480px) {
  .card--carousel-theme .card__media {
    padding-top: 146%;
  }
}
@media (min-width: 768) {
  .card--carousel-theme .card__media {
    padding-top: 167%;
  }
}
@media (min-width: 992px) {
  .card--carousel-theme .card__media {
    padding-top: 160%;
  }
}
@media (min-width: 1200px) {
  .card--carousel-theme .card__media {
    padding-top: 130%;
  }
}
/*
* Card carousel cover
*/
.card--carousel-cover .card__media {
  padding-top: 58%;
}
.card--carousel-cover .card__media > div {
  border-radius: 7px;
}
@media (min-width: 768px) {
  .card--carousel-cover .card__media {
    padding-top: 80%;
  }
}
@media (min-width: 992px) {
  .card--carousel-cover .card__media {
    padding-top: 75%;
  }
}
@media (min-width: 1200px) {
  .card--carousel-cover .card__media {
    padding-top: 66%;
  }
}
@media (min-width: 1440px) {
  .card--carousel-cover .card__media {
    padding-top: 53%;
  }
}
/*
* Card related
*/
.card--related .card__media {
  padding-top: 74%;
}
.card--related .card__media > div {
  border-radius: 7px;
}
@media (min-width: 480px) {
  .card--related .card__media {
    padding-top: 120%;
  }
}
@media (min-width: 768px) {
  .card--related .card__media {
    padding-top: 155%;
  }
}
@media (min-width: 992px) {
  .card--related .card__media {
    padding-top: 140%;
  }
}
@media (min-width: 1200px) {
  .card--related .card__media {
    padding-top: 112%;
  }
}
.gridpage .card--related .card__inner {
  margin-top: auto;
}
.gridpage .card--related .card__inner .card__heading {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.gridpage .card--related .card__inner .card__lead {
  display: none;
}
.gridpage .card--related card--cover .card__content {
  padding: 0 15px 15px 0px;
}
/*
* Card destination
*/
.card--destination .card__media {
  padding-top: 55%;
}
.card--destination .card__media > div {
  border-radius: 7px;
}
@media (min-width: 768px) {
  .card--destination .card__media {
    padding-top: 120%;
  }
}
@media (min-width: 992px) {
  .card--destination .card__media {
    padding-top: 140%;
  }
}
@media (min-width: 1200px) {
  .card--destination .card__media {
    padding-top: 180%;
  }
}
/*
* Card load list
*/
.card--load-list .card__media {
  padding-top: 57%;
}
@media (min-width: 480px) {
  .card--load-list .card__media {
    padding-top: 55%;
  }
}
@media (min-width: 768px) {
  .card--load-list .card__media {
    padding-top: 45%;
  }
}
@media (min-width: 1200px) {
  .card--load-list .card__media {
    padding-top: 45%;
  }
}
/*
* Card search
*/
.card--search .card__media {
  padding-top: 27%;
}
@media (min-width: 480px) {
  .card--search .card__media {
    padding-top: 57%;
  }
}
@media (min-width: 768px) {
  .card--search .card__media {
    padding-top: 44%;
  }
}
@media (min-width: 992px) {
  .card--search .card__media {
    padding-top: 57%;
  }
}
@media (min-width: 1200px) {
  .card--search .card__media {
    padding-top: 64%;
  }
}
@media (min-width: 1440px) {
  .card--search .card__media {
    padding-top: 55%;
  }
}
@media (min-width: 1600px) {
  .card--search .card__media {
    padding-top: 44%;
  }
}
.card--search .card__content {
  z-index: 1;
}
.footer {
  color: #fff;
  background-color: #3F3F39;
  font-size: 16px;
  line-height: 1.2;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .footer {
    font-size: calc(16px + (16 - 16) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .footer {
    font-size: 16px;
  }
}
.footer__border-top {
  padding-top: 25px;
}
.footer__logo {
  width: 130px;
  margin: 0;
}
.footer__rte p,
.footer__rte ul,
.footer__rte ol,
.footer__rte a {
  margin: 0 0 14px;
}
.footer__rte a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 #fff;
}
.footer__rte a:hover,
.footer__rte a:focus {
  box-shadow: inset 0 -1px 0 #F5B400;
}
.footer__caption {
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 12px;
}
.so-me-list {
  list-style: none;
  margin: 11px 0 0 0;
  padding: 0 0 0 15px;
}
.so-me-list > li {
  display: inline-block;
  margin-right: 35px;
}
.preview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.preview__content {
  position: relative;
  overflow: hidden;
  max-height: 260px;
  margin: 0 0 10px;
}
.preview__content:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  transition: opacity 200ms ease;
  display: none;
}
.preview__content--expand {
  transition: max-height 3s ease;
  max-height: 9999px;
}
.preview__content--expand:after {
  opacity: 0;
  display: none;
}
.preview__content a {
  transition: color 300ms ease;
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 #333333;
}
.preview__content a:hover,
.preview__content a:focus {
  box-shadow: inset 0 -1px 0 #CD5C00;
}
.preview__content a:hover {
  color: #CD5C00;
}
.preview__content a:after {
  margin-bottom: 3px;
}
.preview__content--after-visible:after {
  display: inline-table;
}
.preview__expander {
  margin-bottom: 35px;
  display: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}
@media (min-width: 768px) {
  .preview__expander {
    margin-bottom: calc(35px + (55 - 35) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .preview__expander {
    margin-bottom: 55px;
  }
}
.scroll-indicator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3381DC;
  font-size: 16px;
  margin: 0 15px;
  padding-bottom: 10px;
}
.scroll-indicator__text {
  display: inline-block;
}
.scroll-indicator__icon {
  display: inline-block;
  width: 47px;
  height: 20px;
  margin-left: 10px;
}
.scroll-indicator__icon svg path {
  fill: #3381DC !important;
}
.scroll-indicator--green {
  color: #21C98E;
}
.scroll-indicator--green svg path {
  fill: #21C98E !important;
}
.scroll-indicator--red {
  color: #c92124;
}
.scroll-indicator--red svg path {
  fill: #c92124 !important;
}
.scroll-indicator--blue {
  color: #3381DC;
}
.scroll-indicator--blue svg path {
  fill: #3381DC !important;
}
.scroll-indicator--brown {
  color: #CD5C00;
}
.scroll-indicator--brown svg path {
  fill: #CD5C00 !important;
}
.scroll-indicator--orange {
  color: #f19c01;
}
.scroll-indicator--orange svg path {
  fill: #f19c01 !important;
}
::-webkit-input-placeholder {
  color: #F5B400;
}
:-ms-input-placeholder {
  color: #F5B400;
}
::placeholder {
  color: #F5B400;
}
.search-form {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  margin-bottom: 20px;
  margin-left: 10px;
  color: #F5B400;
}
.search-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
  color: #F5B400;
}
.search-form :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
  color: #F5B400;
}
.search-form :-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
  color: #F5B400;
}
.search-form ::placeholder {
  color: #F5B400;
}
.search-form__submit {
  position: absolute;
  top: 3px;
  right: -30px;
  border: none;
  background-color: none;
  height: 20px;
  width: 20px;
  transition: right 300ms ease;
  cursor: pointer;
}
.search-form__submit svg #fa-search1 {
  fill: #F5B400 !important;
}
.search-form__submit:hover,
.search-form__submit:focus {
  outline: 0;
}
.search-form__submit:hover #fa-search1,
.search-form__submit:focus #fa-search1 {
  fill: #21C98E !important;
}
.search-form__input {
  border: none;
  border-bottom: solid 1px #F5B400;
  border-radius: 0;
  height: 27px;
  box-shadow: none;
  background: transparent;
  padding: 0;
  font-size: 18px;
  transition: width 300ms ease;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  width: 100%;
}
.search-form__input:focus {
  outline: none;
  border-top: none;
  border-bottom: solid 1px #21C98E;
  box-shadow: none;
}
@media (min-width: 768px) {
  .search-form {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
  }
  .search-form__submit svg #fa-search1 {
    fill: #F5B400;
  }
}
.search-found {
  background-color: #FFFEB3;
}
.search-form--oval {
  margin: 0 0;
  width: 100%;
  color: #F5B400;
}
.search-form--oval ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: #333333;
  font-size: 16px;
}
.search-form--oval ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #333333;
  font-size: 16px;
}
.search-form--oval :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #333333;
  font-size: 16px;
}
.search-form--oval :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #333333;
  font-size: 16px;
}
.search-form--oval .search-form__submit {
  right: auto;
  left: 10px;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-form--oval .search-form__input {
  padding: 0 0 0 35px;
  border-bottom: solid 1px #F5B400;
  background-color: white;
  color: #333333;
  font-size: 16px;
  height: 42px;
  will-change: border-color, box-shadow;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  transition: border-color 200ms ease;
}
.search-form--oval .search-form__input:hover,
.search-form--oval .search-form__input:focus {
  border-color: #F5B400;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(245, 180, 0, 0.6);
}
.search-form--large {
  display: block;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .search-form--large {
    margin-bottom: calc(25px + (35 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .search-form--large {
    margin-bottom: 35px;
  }
}
/*
*   Search Form Open
*/
.search-form--closed input {
  width: 0;
}
/*
*   Search Form Open
*/
.search-form--open .search-form__submit svg #fa-search1 {
  fill: #21C98E !important;
}
.search-form--open .search-form__input {
  width: 200px;
  border-top: none;
  border-bottom: solid 1px #F5B400;
  box-shadow: none;
}
.search-form--open ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: #F5B400;
}
.search-form--open ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #F5B400;
}
.search-form--open :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #F5B400;
}
.search-form--open :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #F5B400;
}
.search-form--locked {
  opacity: 0.5;
}
.navbar-header {
  background-color: #3F3F39;
  color: #F5B400;
  padding-top: 7px;
}
.navbar-header__logo {
  width: 130px;
  height: 65px;
  margin-bottom: 15px;
}
.navbar-header__logo--animate #avrLogo {
  stroke: #F5B400;
}
.navbar-header__logo--animate #avrLogo path {
  fill: transparent;
}
.navbar-header__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navbar-header__list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: rgba(245, 180, 0, 0.6);
}
.navbar-header__list > li {
  display: inline-block;
}
.navbar-header__list > li + li {
  margin-left: 30px;
}
.navbar-header__list > li a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 transparent;
  transition: color 300ms ease;
}
.navbar-header__list > li a:hover,
.navbar-header__list > li a:focus {
  box-shadow: inset 0 -1px 0 #F5B400;
}
.navbar-header__list > li a:hover {
  color: #F5B400;
}
.navbar-header__login {
  line-height: 1;
  margin-left: 30px;
}
.navbar-header__login-link {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 14px;
  transition: color 300ms ease;
  color: #f5b400;
  line-height: 1.5;
}
.navbar-header__login-link span {
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: -1px;
  line-height: 1.5;
}
.navbar-header__login-link path {
  fill: #f5b400;
  transition: fill 300ms ease;
}
.navbar-header__login-link:hover {
  color: #F5B400;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.navbar-header__login-link:hover span {
  box-shadow: inset 0 -1px 0 #F5B400;
}
.navbar-header__login-link:hover path {
  fill: #F5B400 !important;
}
.navbar-header__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -5px;
}
.navbar-header__content--yellow-border {
  border-bottom: solid 1px #F5B400;
}
.navbar-header__navbar {
  margin-left: 30px;
}
@media (min-width: 768px) {
  .navbar-header__navbar {
    margin-left: calc(30px + (110 - 30) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .navbar-header__navbar {
    margin-left: 110px;
  }
}
.navbar-header__search {
  margin-left: auto;
  margin-bottom: 24px;
}
.navbar {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 24px;
  font-family: 'Rokkitt', Times, serif;
}
.navbar ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar__link {
  margin-left: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .navbar__link {
    margin-left: calc(20px + (55 - 20) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .navbar__link {
    margin-left: 55px;
  }
}
.navbar__link > a {
  position: relative;
  padding-bottom: 24px;
  padding-left: 0px;
  padding-right: 0px;
  transition: color 300ms ease;
}
@media (min-width: 768px) {
  .navbar__link > a {
    padding-left: calc(0px + (20 - 0) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .navbar__link > a {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .navbar__link > a {
    padding-right: calc(0px + (20 - 0) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .navbar__link > a {
    padding-right: 20px;
  }
}
.navbar__link > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: #F5B400;
  opacity: 0;
  visibility: hidden;
  transition: bottom 300ms ease, background-color 300ms ease;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.navbar__link > a:hover:after {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}
.navbar__link--no-hover > a:after {
  content: none;
}
.navbar__link--active-green > a {
  color: #F5B400;
}
.navbar__link--active-green > a:after {
  background-color: #F5B400;
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}
.navbar__link--active-blue > a {
  color: #F5B400;
}
.navbar__link--active-blue > a:after {
  background-color: #F5B400;
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}
.navbar__link--active-red > a {
  color: #F5B400;
}
.navbar__link--active-red > a:after {
  background-color: #F5B400;
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}
.navbar__link--active-brown > a {
  color: #CD5C00;
}
.navbar__link--active-brown > a:after {
  background-color: #CD5C00;
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}
.navbar__link--active-orange > a {
  color: #F5B400;
}
.navbar__link--active-orange > a:after {
  background-color: #F5B400;
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}
.navbar__link--green > a:hover,
.navbar__link--green > a:focus {
  color: #F5B400;
}
.navbar__link--green > a:hover:after,
.navbar__link--green > a:focus:after {
  background-color: #F5B400;
}
.navbar__link--blue > a:hover,
.navbar__link--blue > a:focus {
  color: #F5B400;
}
.navbar__link--blue > a:hover:after,
.navbar__link--blue > a:focus:after {
  background-color: #F5B400;
}
.navbar__link--red > a:hover,
.navbar__link--red > a:focus {
  color: #F5B400;
}
.navbar__link--red > a:hover:after,
.navbar__link--red > a:focus:after {
  background-color: #F5B400;
}
.navbar__link--brown > a:hover,
.navbar__link--brown > a:focus {
  color: #CD5C00;
}
.navbar__link--brown > a:hover:after,
.navbar__link--brown > a:focus:after {
  background-color: #CD5C00;
}
.navbar__link--orange > a:hover,
.navbar__link--orange > a:focus {
  color: #f19c01;
}
.navbar__link--orange > a:hover:after,
.navbar__link--orange > a:focus:after {
  background-color: #f19c01;
}
.navbar__link:first-child {
  margin-left: 0;
}
.navbar__link:first-child a {
  padding-left: 0;
}
@media (min-width: 768px) {
  .navbar__link {
    margin-left: 20px;
  }
}
.expander {
  position: fixed;
  /*    bottom: 30px;
    right: 30px;
*/
  z-index: 99;
  top: 25px;
  right: 10px;
}
.expander__trigger {
  display: inline-block;
  height: 60px;
  width: 60px;
  background-color: #3F3F39;
  border-radius: 50%;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
  border: solid 1px #fff;
}
.expander__trigger.is-clicked {
  background-color: #fff;
}
.expander__icon {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 32px;
  margin-top: -2px;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: background-color 0.3s;
}
.expander__icon:before,
.expander__icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  right: 0;
  transition: top 0.3s, background-color 0s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s, background-color 0s;
  transition: transform 0.3s, top 0.3s, background-color 0s, -webkit-transform 0.3s;
}
.expander__icon:before {
  top: -7px;
}
.expander__icon:after {
  top: 7px;
}
.expander--open .expander__trigger {
  background-color: #fff;
  border-color: #3F3F39;
}
.expander--open .expander__icon {
  background-color: rgba(255, 255, 255, 0);
}
.expander--open .expander__icon:before,
.expander--open .expander__icon:after {
  background-color: #3F3F39;
}
.expander--open .expander__icon:before {
  top: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.expander--open .expander__icon:after {
  top: 0;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.mobile-header {
  width: 100%;
  background-color: #3F3F39;
  padding-top: 10px;
  z-index: 99;
  position: absolute;
  top: initial!important;
}
.mobile-header__head {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-header__logo {
  width: 110px;
  height: 55px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.mobile-header__logo--animate #avrLogo {
  stroke: #F5B400;
}
.mobile-header__logo--animate #avrLogo path {
  fill: transparent;
}
.mobile-header__nav {
  position: relative;
  display: none;
  width: 100%;
  font-size: 16px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.mobile-header__nav > nav {
  padding-bottom: 30px;
}
.mobile-header__nav-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-header__menu {
  padding-bottom: 30px;
}
.mobile-header__login {
  margin-right: 20px;
}
.mobile-header__link {
  padding: 13px 45px 13px 20px;
  color: rgba(245, 180, 0, 0.6);
}
.mobile-header__link:hover,
.mobile-header__link:focus {
  color: rgba(245, 180, 0, 0.6);
}
.mobile-header--open {
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.75);
  top: 0px!important;
  position: fixed;
}
/*
* Expand
*/
/*
* Slide
*/
/*
* Hovers
*/
/*
* Icons
*/
/*
* Btn
*/
.cm {
  overflow: hidden;
}
.cm__section {
  overflow: hidden;
  width: 100%;
  will-change: min-height;
  transition: min-height 400ms ease;
}
.cm__children {
  position: absolute;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.cm__children li:first-child {
  box-shadow: inset 0px 12px 15px -10px rgba(0, 0, 0, 0.5);
}
.cm__children--ancestor-or-current {
  left: 0 !important;
  z-index: 1;
}
.cm__children--expand {
  color: #F5B400;
  background-color: #3F3F39;
}
.cm__children--slide {
  background-color: #fff;
  color: #333333;
  will-change: left;
  transition: left 400ms ease;
}
.cm__children--slide > li {
  border-bottom: 1px solid #e5e5e5;
}
.cm__link {
  position: relative;
  line-height: 1.2;
}
.cm__link > a {
  padding: 13px 45px 13px 20px;
  width: 100%;
}
.cm__link--back {
  padding-left: 45px;
  padding-right: 0;
}
.cm__btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  width: 45px;
  height: 100%;
  z-index: 1;
}
.cm__btn:before {
  content: '>';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  will-change: transform;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.cm__btn--back {
  left: 0;
  right: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cm__btn--open:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.cm--open .cm__section--ancestor ul {
  display: block;
}
/*
* Accordion level
*/
.cm__children--level1 {
  position: relative;
  display: block;
}
.cm__children--level1 > .cm__section {
  min-height: 45px;
}
.cm__children--level1 > .cm__section > .cm__link {
  background-color: #3F3F39;
  z-index: 2;
}
/*
* First level of childrens
*/
.cm__children--level2 {
  overflow: hidden;
}
/*
* Generate remaining children levels
*/
.cm__children--level3 {
  left: 100%;
  top: 0;
}
.cm__children--level4 {
  left: 200%;
  top: 0;
}
.cm__children--level5 {
  left: 300%;
  top: 0;
}
.cm__children--level6 {
  left: 400%;
  top: 0;
}
.cm__children--level7 {
  left: 500%;
  top: 0;
}
.cm__children--level8 {
  left: 600%;
  top: 0;
}
.cm__children--level9 {
  left: 700%;
  top: 0;
}
.cm__children--level10 {
  left: 800%;
  top: 0;
}
.cm__children--level11 {
  left: 900%;
  top: 0;
}
.cm__children--level12 {
  left: 1000%;
  top: 0;
}
.cm__children--level13 {
  left: 1100%;
  top: 0;
}
.cm__children--level14 {
  left: 1200%;
  top: 0;
}
.cm__children--level15 {
  left: 1300%;
  top: 0;
}
.cm__children--level16 {
  left: 1400%;
  top: 0;
}
.cm__children--level17 {
  left: 1500%;
  top: 0;
}
.cm__children--level18 {
  left: 1600%;
  top: 0;
}
.cm__children--level19 {
  left: 1700%;
  top: 0;
}
.cm__children--level20 {
  left: 1800%;
  top: 0;
}
.cm--alt-color .cm__children--expand {
  color: rgba(245, 180, 0, 0.6);
}
.page-header {
  color: #333333;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.page-header h1 {
  font-size: 32px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-header h1 {
    font-size: calc(32px + (42 - 32) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .page-header h1 {
    font-size: 42px;
  }
}
.page-header time {
  font-size: 13px;
  font-weight: 700;
  color: #CD5C00;
}
.page-header a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 #fff;
}
.page-header a:hover,
.page-header a:focus {
  box-shadow: inset 0 -1px 0 #F5B400;
}
.page-header__lead {
  font-size: 25px;
  line-height: 1.15;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-header__lead {
    font-size: calc(25px + (35 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .page-header__lead {
    font-size: 35px;
  }
}
.page-header__author {
  font-size: 13px;
  color: #CD5C00;
}
.page-header__disclaimer {
  font-size: 13px;
}
.page-header__trumpet {
  font-size: 17px;
  font-weight: 700;
}
.page-header__spacer {
  margin-top: 25px;
}
.page-header__spacer:before,
.page-header__spacer:after {
  content: " ";
  display: table;
}
.page-header__spacer:after {
  clear: both;
}
.page-header__spacer:before,
.page-header__spacer:after {
  content: " ";
  display: table;
}
.page-header__spacer:after {
  clear: both;
}
.page-header--overview time {
  color: inherit;
  font-size: 13px;
  font-weight: 700;
}
.page-header--overview .page-header__lead {
  font-size: 17px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .page-header--overview .page-header__lead {
    font-size: calc(17px + (20 - 17) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .page-header--overview .page-header__lead {
    font-size: 20px;
  }
}
.page-header--overview .page-header__spacer {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-header--overview .page-header__spacer {
    margin-top: calc(15px + (20 - 15) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .page-header--overview .page-header__spacer {
    margin-top: 20px;
  }
}
.page-header--alt time {
  color: inherit;
  font-size: 13px;
  font-weight: 700;
}
.page-header--alt .page-header__lead {
  font-size: 17px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .page-header--alt .page-header__lead {
    font-size: calc(17px + (20 - 17) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .page-header--alt .page-header__lead {
    font-size: 20px;
  }
}
.page-header--alt .page-header__spacer {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-header--alt .page-header__spacer {
    margin-top: calc(15px + (20 - 15) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .page-header--alt .page-header__spacer {
    margin-top: 20px;
  }
}
.page-header--white {
  color: inherit;
}
.page-header--related {
  margin-top: 30px;
}
.page-header--related h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0px;
}
.page-header--related a {
  font-size: 0.8em;
}
.image__image {
  position: relative;
  padding-top: 75%;
  /*@media (min-width: @screen-sm-min) {
            padding-top: 50%;
        }

        @media (min-width: @screen-md-min) {
            padding-top: 56%;
        }

        @media (min-width: @screen-lg-min) {
            padding-top: 50%;
        }

        @media (min-width: @screen-xl-min) {
            padding-top: 44%;
        }

        @media (min-width: @screen-xxl-min) {
            padding-top: 100%;
        }*/
}
.image__picture-by {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: #cbcbcb;
  font-family: 'Rokkitt', Times, serif;
  line-height: 1.1;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: right;
}
@media (min-width: 768px) {
  .image__picture-by {
    padding-left: calc(35px + (45 - 35) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .image__picture-by {
    padding-left: 45px;
  }
}
@media (min-width: 768px) {
  .image__picture-by {
    padding-right: calc(35px + (45 - 35) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .image__picture-by {
    padding-right: 45px;
  }
}
.identity .field-validation-error {
  display: block;
  padding-left: 25px;
  margin-left: 0;
  font-size: 16px;
  color: #c92124;
}
.identity .validation-summary-errors {
  color: #c92124;
}
.alert-box {
  position: relative;
  margin-bottom: 25px;
}
.alert-box--success {
  color: #21C98E;
  padding-left: 55px;
}
.alert-box--success:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 34px;
  font-weight: 300;
  border: solid 1px #21C98E;
  border-radius: 50%;
  padding-left: 5px;
  width: 44px;
  height: 44px;
  line-height: 1.25;
}
.alert-box--warning {
  color: #c92124;
  padding-left: 55px;
}
.alert-box--warning:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f12a";
  font-family: 'FontAwesome';
  font-size: 34px;
  font-weight: 300;
  border: solid 1px #c92124;
  border-radius: 50%;
  padding-left: 15px;
  width: 44px;
  height: 44px;
  line-height: 1.25;
}
.login-wall {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  transition: color 200ms ease;
  font-size: 22px;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .login-wall {
    font-size: calc(22px + (18 - 22) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .login-wall {
    font-size: 18px;
  }
}
.login-wall:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.login-wall:after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "\f023";
  font-family: "FontAwesome";
  font-weight: 400;
}
@media (min-width: 768px) {
  .login-wall:after {
    top: calc(10px + (25 - 10) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .login-wall:after {
    top: 25px;
  }
}
@media (min-width: 768px) {
  .login-wall:after {
    right: calc(10px + (25 - 10) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .login-wall:after {
    right: 25px;
  }
}
.login-wall__message {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .login-wall__message {
    padding-top: calc(10px + (25 - 10) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .login-wall__message {
    padding-top: 25px;
  }
}
@media (min-width: 768px) {
  .login-wall__message {
    padding-right: calc(10px + (25 - 10) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .login-wall__message {
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .login-wall__message {
    padding-bottom: calc(10px + (25 - 10) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .login-wall__message {
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .login-wall__message {
    padding-left: calc(10px + (25 - 10) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .login-wall__message {
    padding-left: 25px;
  }
}
.login-wall__message span {
  display: block;
}
.login-wall__message span a {
  text-decoration: underline!important;
}
.login-wall__message .large {
  font-size: 36px;
  text-align: center;
  margin-bottom: 15px;
}
.login-wall__message .btn {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
}
.login-wall__icon {
  opacity: 0.5;
}
@media only screen and (max-width: 1200px) {
  .login-wall__message .large {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .login-wall__message .large {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .login-wall__message span,
  .login-wall__message a {
    font-size: 14px;
  }
  .login-wall__message .btn {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
.login-wall--video .login-wall__icon {
  text-align: center;
}
.login-wall--video .login-wall__icon:after {
  content: "\f144";
  font-family: 'FontAwesome';
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 768px) {
  .login-wall--video .login-wall__icon:after {
    font-size: calc(50px + (63 - 50) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .login-wall--video .login-wall__icon:after {
    font-size: 63px;
  }
}
.banner--top {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  max-width: 100%;
  background-color: #FAF2ED;
}
#div-gpt-ad-1512572969986-0 {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  min-height: 100vh;
  overflow: auto;
  background: linear-gradient(#FFFFFF, #CFD8DD);
  will-change: opacity;
  transition: opacity 300ms;
}
.modal--visible {
  opacity: 1;
  visibility: visible;
}
.modal--hide-scroll {
  overflow: hidden;
}
.modal__close {
  cursor: pointer;
}
.modal__logo {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 150px;
}
@media (min-width: 768px) {
  .modal__logo {
    top: calc(25px + (50 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .modal__logo {
    top: 50px;
  }
}
@media (min-width: 768px) {
  .modal__logo {
    left: calc(25px + (50 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .modal__logo {
    left: 50px;
  }
}
.modal__logo path {
  fill: #F5B400 !important;
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: -200px auto 0 auto;
  padding: 20px 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .modal__content {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .modal__content {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .modal__content {
    width: 50%;
  }
}
/*
* Utility
*/
.fluid-line-base,
line-fluid-base {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .fluid-line-base,
  line-fluid-base {
    margin-bottom: calc(25px + (35 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .fluid-line-base,
  line-fluid-base {
    margin-bottom: 35px;
  }
}
.no-overflow {
  overflow: hidden;
}
picture img {
  display: block;
  max-width: 100%;
  height: auto;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.font-serif {
  font-family: 'Rokkitt', Times, serif;
}
.font-sans-serif {
  font-family: 'Rokkitt', Times, serif;
}
.weight-black {
  font-weight: 900;
}
.heading-hover {
  transition: color 200ms ease;
}
.heading-hover:hover,
.heading-hover:focus {
  color: #F5B400;
}
.link-hover {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 #333333;
}
.link-hover:hover,
.link-hover:focus {
  box-shadow: inset 0 -1px 0 #F5B400;
}
.has-link-hover a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 #333333;
}
.has-link-hover a:hover,
.has-link-hover a:focus {
  box-shadow: inset 0 -1px 0 #F5B400;
}
.spacer20 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .spacer20 {
    margin-top: calc(15px + (20 - 15) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .spacer20 {
    margin-top: 20px;
  }
}
.spacer20:before,
.spacer20:after {
  content: " ";
  display: table;
}
.spacer20:after {
  clear: both;
}
.spacer20:before,
.spacer20:after {
  content: " ";
  display: table;
}
.spacer20:after {
  clear: both;
}
.spacer25 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .spacer25 {
    margin-top: calc(15px + (25 - 15) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .spacer25 {
    margin-top: 25px;
  }
}
.spacer25:before,
.spacer25:after {
  content: " ";
  display: table;
}
.spacer25:after {
  clear: both;
}
.spacer25:before,
.spacer25:after {
  content: " ";
  display: table;
}
.spacer25:after {
  clear: both;
}
.spacer30 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .spacer30 {
    margin-top: calc(20px + (30 - 20) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .spacer30 {
    margin-top: 30px;
  }
}
.spacer30:before,
.spacer30:after {
  content: " ";
  display: table;
}
.spacer30:after {
  clear: both;
}
.spacer30:before,
.spacer30:after {
  content: " ";
  display: table;
}
.spacer30:after {
  clear: both;
}
.spacer33:before,
.spacer33:after {
  content: " ";
  display: table;
}
.spacer33:after {
  clear: both;
}
.spacer33:before,
.spacer33:after {
  content: " ";
  display: table;
}
.spacer33:after {
  clear: both;
}
@media (min-width: 992px) {
  .spacer33 {
    margin-top: 33px;
  }
}
.spacer35 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .spacer35 {
    margin-top: calc(20px + (35 - 20) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .spacer35 {
    margin-top: 35px;
  }
}
.spacer35:before,
.spacer35:after {
  content: " ";
}
.spacer35:after {
  clear: both;
}
.spacer40 {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .spacer40 {
    margin-top: calc(25px + (40 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .spacer40 {
    margin-top: 40px;
  }
}
.spacer40:before,
.spacer40:after {
  content: " ";
  display: table;
}
.spacer40:after {
  clear: both;
}
.spacer40:before,
.spacer40:after {
  content: " ";
  display: table;
}
.spacer40:after {
  clear: both;
}
.spacer45 {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .spacer45 {
    margin-top: calc(25px + (45 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .spacer45 {
    margin-top: 45px;
  }
}
.spacer45:before,
.spacer45:after {
  content: " ";
  display: table;
}
.spacer45:after {
  clear: both;
}
.spacer45:before,
.spacer45:after {
  content: " ";
  display: table;
}
.spacer45:after {
  clear: both;
}
.spacer75 {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .spacer75 {
    margin-top: calc(45px + (75 - 45) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .spacer75 {
    margin-top: 75px;
  }
}
.spacer75:before,
.spacer75:after {
  content: " ";
  display: table;
}
.spacer75:after {
  clear: both;
}
.spacer75:before,
.spacer75:after {
  content: " ";
  display: table;
}
.spacer75:after {
  clear: both;
}
.spacer150 {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .spacer150 {
    margin-top: calc(100px + (150 - 100) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .spacer150 {
    margin-top: 150px;
  }
}
.spacer150:before,
.spacer150:after {
  content: " ";
  display: table;
}
.spacer150:after {
  clear: both;
}
.spacer150:before,
.spacer150:after {
  content: " ";
  display: table;
}
.spacer150:after {
  clear: both;
}
.bg-yellow {
  background-color: inherit;
}
.bg-light-green {
  background-color: #DCB65A;
}
.bg-light-blue {
  background-color: #3F3F39;
}
.bg-brown {
  background-color: #3F3F39;
}
.bg-orange {
  background-color: #f19c01;
}
.color-brand {
  color: #F5B400 !important;
}
.color-brown {
  color: #52290D;
}
.color-orange {
  color: inherit;
}
.color-light-brown {
  color: #52290D;
}
.color-light-yellow {
  color: #482912;
}
.color-brand-alt {
  color: #21C98E;
}
.color-light-green {
  color: inherit;
}
.color-blue {
  color: inherit;
}
.color-green {
  color: inherit;
}
.landingpagevideo .container.bg-brown,
.videopage .container.bg-brown {
  background-color: #FAF2ED;
}
.bg-theme-green {
  background-color: inherit;
}
.bg-theme-blue {
  background-color: inherit;
}
.bg-theme-red {
  background-color: inherit;
}
.bg-theme-brown {
  background-color: inherit;
}
.bg-theme-orange {
  background-color: inherit;
}
.container-edge {
  margin-left: -15px;
  margin-right: -15px;
}
.container--no-padding {
  padding-left: 0;
  padding-right: 0;
}
.reset-margin {
  margin: 0 !important;
}
.overflow-visible {
  overflow: visible !important;
}
.inline-block {
  display: inline-block !important;
}
.row--col-margin-bt20 > [class*="col-"] {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .row--col-margin-bt20 > [class*="col-"] {
    margin-bottom: calc(15px + (20 - 15) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .row--col-margin-bt20 > [class*="col-"] {
    margin-bottom: 20px;
  }
}
.margin-t0 {
  margin-top: 0 !important;
}
.margin-bt0 {
  margin-bottom: 0 !important;
}
.margin-t10 {
  margin-top: 5px !important;
}
.margin-bt5 {
  margin-bottom: 5px !important;
}
.margin-t5 {
  margin-top: 10px !important;
}
.margin-bt10 {
  margin-bottom: 10px !important;
}
.margin-t15 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .margin-t15 {
    margin-top: calc(10px + (15 - 10) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .margin-t15 {
    margin-top: 15px;
  }
}
.margin-bt15 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .margin-bt15 {
    margin-bottom: calc(10px + (15 - 10) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .margin-bt15 {
    margin-bottom: 15px;
  }
}
.margin-t20 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .margin-t20 {
    margin-top: calc(15px + (20 - 15) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .margin-t20 {
    margin-top: 20px;
  }
}
.margin-bt20 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .margin-bt20 {
    margin-bottom: calc(15px + (20 - 15) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .margin-bt20 {
    margin-bottom: 20px;
  }
}
.margin-bt25 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .margin-bt25 {
    margin-bottom: calc(20px + (25 - 20) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .margin-bt25 {
    margin-bottom: 25px;
  }
}
.margin-t25 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .margin-t25 {
    margin-top: calc(20px + (25 - 20) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .margin-t25 {
    margin-top: 25px;
  }
}
.margin-bt30 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .margin-bt30 {
    margin-bottom: calc(25px + (30 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .margin-bt30 {
    margin-bottom: 30px;
  }
}
.margin-t30 {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .margin-t30 {
    margin-top: calc(25px + (30 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .margin-t30 {
    margin-top: 30px;
  }
}
.margin-bt45 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .margin-bt45 {
    margin-bottom: calc(25px + (45 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .margin-bt45 {
    margin-bottom: 45px;
  }
}
.margin-t45 {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .margin-t45 {
    margin-top: calc(25px + (45 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .margin-t45 {
    margin-top: 45px;
  }
}
.margin-bt55 {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .margin-bt55 {
    margin-bottom: calc(35px + (55 - 35) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .margin-bt55 {
    margin-bottom: 55px;
  }
}
.margin-t55 {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .margin-t55 {
    margin-top: calc(35px + (55 - 35) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .margin-t55 {
    margin-top: 55px;
  }
}
.margin-bt70 {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .margin-bt70 {
    margin-bottom: calc(45px + (70 - 45) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .margin-bt70 {
    margin-bottom: 70px;
  }
}
.margin-t70 {
  margin-top: 45px !important;
}
@media (min-width: 768px) {
  .margin-t70 {
    margin-top: calc(45px + (70 - 45) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .margin-t70 {
    margin-top: 70px;
  }
}
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.text-center {
  text-align: center;
}
.flex-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /* Safari fix
     * See: http://stackoverflow.com/questions/32894387/safari-flexbox-does-not-contain-its-elements-properly
    */
}
.flex-box.row:before,
.flex-box.row:after {
  display: none;
}
.flex-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Safari fix
     * See: http://stackoverflow.com/questions/32894387/safari-flexbox-does-not-contain-its-elements-properly
    */
}
.flex-center.row:before,
.flex-center.row:after {
  display: none;
}
.link-list {
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
  line-height: 1;
}
@media (min-width: 768px) {
  .link-list {
    margin-bottom: calc(25px + (35 - 25) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .link-list {
    margin-bottom: 35px;
  }
}
.link-list > li {
  margin: 0 0 12px;
}
.link-list > li a {
  display: inline;
  transition: box-shadow 200ms ease;
  box-shadow: inset 0 -1px 0 #fff;
}
.link-list > li a:hover,
.link-list > li a:focus {
  box-shadow: inset 0 -1px 0 #F5B400;
}
.cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.accept-marketing {
  position: absolute;
  z-index: 9;
  background: #3F3F39;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.accept-marketing a {
  text-decoration: underline !important;
}
.grid-section p a {
  text-decoration: underline !important;
}
.toggler {
  cursor: pointer;
  position: relative;
}
.toggler.off + div {
  display: none;
}
.toggler:after {
  content: '›';
  position: absolute;
  margin: 1px 0 0 10px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.toggler.off:after {
  margin-top: 1px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.utility-layout__heading,
.utility-layout__md,
.utility-layout__lg,
.utility-layout__xl {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .utility-layout__heading,
  .utility-layout__md,
  .utility-layout__lg,
  .utility-layout__xl {
    padding-left: calc(10px + (15 - 10) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .utility-layout__heading,
  .utility-layout__md,
  .utility-layout__lg,
  .utility-layout__xl {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .utility-layout__heading,
  .utility-layout__md,
  .utility-layout__lg,
  .utility-layout__xl {
    padding-right: calc(10px + (15 - 10) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .utility-layout__heading,
  .utility-layout__md,
  .utility-layout__lg,
  .utility-layout__xl {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .utility-layout__heading,
  .utility-layout__md,
  .utility-layout__lg,
  .utility-layout__xl {
    margin-bottom: calc(15px + (30 - 15) * ((100vw - 768px)/(1440 - 768)));
  }
}
@media (min-width: 1440px) {
  .utility-layout__heading,
  .utility-layout__md,
  .utility-layout__lg,
  .utility-layout__xl {
    margin-bottom: 30px;
  }
}
.utility-layout__heading {
  display: none;
  color: #F5B400;
  font-weight: 900;
}
.utility-layout__md {
  width: 100%;
}
.utility-layout__lg {
  width: 100%;
}
.utility-layout__xl {
  width: 100%;
}
@media (min-width: 480px) {
  .utility-layout__md {
    display: inline-block;
    width: 200px;
    max-width: 200px;
  }
  .utility-layout__lg {
    display: inline-block;
    width: 250px;
    max-width: 250px;
  }
  .utility-layout__xl {
    display: inline-block;
    width: 350px;
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .utility-layout__heading {
    display: inline-block;
  }
  .utility-layout__lg {
    width: 300px;
    max-width: 300px;
  }
  .utility-layout__xl {
    display: inline-block;
    width: 400px;
    max-width: 400px;
  }
}
.utility-layout .checkbox label {
  padding-left: 25px;
  color: inherit;
  font-size: 16px;
  padding-top: 3px;
}

/*# sourceMappingURL=main.css.map */
