@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap");
.clr-red {
  color: #CD403C !important;
}
.clr-red * {
  color: inherit;
}

.clr-green {
  color: #79C03B !important;
}
.clr-green * {
  color: inherit;
}

.clr-1 {
  color: #79C03B !important;
}
.clr-1 * {
  color: inherit;
}

.clr-2 {
  color: #035292 !important;
}
.clr-2 * {
  color: inherit;
}

.clr-3 {
  color: #002F56 !important;
}
.clr-3 * {
  color: inherit;
}

.clr-4 {
  color: #558928 !important;
}
.clr-4 * {
  color: inherit;
}

[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:after, [class*=hint--]:before {
  position: absolute;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  transition: 0.3s ease;
  transition-delay: 0s;
}

[class*=hint--]:hover:after, [class*=hint--]:hover:before {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
}

[class*=hint--]:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:after, [aria-label=""]:before, [data-hint=""]:after, [data-hint=""]:before {
  display: none !important;
}

.hint--top-left:before, .hint--top-right:before, .hint--top:before {
  border-top-color: #383838;
}

.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--top:after, .hint--top:before {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top:after {
  transform: translateX(-50%);
}

.hint--top:hover:before {
  transform: translateY(-8px);
}

.hint--top:hover:after {
  transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:after, .hint--bottom:before {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom:after {
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  border-right-color: #383838;
  margin-left: -11px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:after, .hint--right:before {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:after, .hint--right:hover:before {
  transform: translateX(8px);
}

.hint--left:before {
  border-left-color: #383838;
  margin-right: -11px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:after, .hint--left:before {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:after, .hint--left:hover:before {
  transform: translateX(-8px);
}

.hint--top-left:after, .hint--top-left:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-left:after {
  transform: translateX(-100%);
  margin-left: 12px;
}

.hint--top-left:hover:before {
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:after, .hint--top-right:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-right:after {
  transform: translateX(0);
  margin-left: -12px;
}

.hint--top-right:hover:after, .hint--top-right:hover:before {
  transform: translateY(-8px);
}

.hint--bottom-left:after, .hint--bottom-left:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-left:after {
  transform: translateX(-100%);
  margin-left: 12px;
}

.hint--bottom-left:hover:before {
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:after, .hint--bottom-right:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-right:after {
  transform: translateX(0);
  margin-left: -12px;
}

.hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
  transform: translateY(8px);
}

.hint--large:after, .hint--medium:after, .hint--small:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}

.hint--small:after {
  width: 80px;
}

.hint--medium:after {
  width: 150px;
}

.hint--large:after {
  width: 300px;
}

.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726;
}

.hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328;
}

.hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d;
}

.hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a;
}

.hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:before {
  transform: translateY(-8px);
}

.hint--always.hint--top:after {
  transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
  transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
  transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
  transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
  transform: translateY(8px);
}

.hint--always.hint--bottom:after {
  transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
  transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
  transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
  transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
  transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
  transform: translateX(8px);
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:after, .hint--no-animate:before {
  transition-duration: 0s;
}

.hint--bounce:after, .hint--bounce:before {
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  height: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body, body * {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

.nowrap {
  color: inherit;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
  white-space: nowrap;
}

.responsive-table {
  max-width: 100%;
  overflow-x: scroll;
}

*:active, *:focus {
  outline: none;
}

.clear {
  clear: both;
}

.clearfix:before, ol#breadcrumbs:before, ol#breadcrumbs-mob:before, .owl-dots:before, .row:before, .portal-page table:before,
.clearfix:after,
ol#breadcrumbs:after,
ol#breadcrumbs-mob:after,
.owl-dots:after,
.row:after,
.portal-page table:after {
  content: " ";
  display: table;
  width: 0;
  height: 0;
}

.clearfix:after, ol#breadcrumbs:after, ol#breadcrumbs-mob:after, .owl-dots:after, .portal-page table:after, .row:after, .container:after {
  clear: both;
}

.clearfix, ol#breadcrumbs, ol#breadcrumbs-mob, .owl-dots, .portal-page table, .row, .container {
  *zoom: 1;
  /* ie6/7 only */
}

.hidden-dev {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 1450px) {
  .hidden-dev {
    display: none;
  }
}

.hidden-mob {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 767px) {
  .hidden-mob {
    display: none;
  }
}

.hidden-port {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 479px) {
  .hidden-port {
    display: none;
  }
}

.incomplete {
  background-color: yellow;
  color: #222;
}

img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  img {
    height: auto !important;
  }
}

img[align=left],
img[style*="float: left"],
img[style*="float:left"] {
  margin: 5px 40px 30px 0px;
}
@media (max-width: 767px) {
  img[align=left],
img[style*="float: left"],
img[style*="float:left"] {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

img[align=right],
img[style*="float: right"],
img[style*="float:right"] {
  margin: 5px 0px 30px 40px;
}
@media (max-width: 767px) {
  img[align=right],
img[style*="float: right"],
img[style*="float:right"] {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

.small {
  font-size: 0.7em;
  font-family: inherit;
}
.small .clr1 {
  color: #79C03B;
  display: inline-block;
  margin-bottom: 15px;
}

.disabled {
  opacity: 0.4;
}
.disabled input, .disabled .btn, .disabled ul.nav li a[href$=contact], ul.nav li .disabled a[href$=contact], .disabled i, .disabled select {
  cursor: not-allowed;
}

.alert {
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 0.9em;
  margin: 0 0 30px;
  padding: 15px 20px;
}
.alert * {
  color: inherit !important;
  font-size: 1em;
  font-weight: inherit;
}
.alert strong {
  font-weight: 700 !important;
}
.alert.alert-success, .alert.green {
  background: #79C03B;
}
.alert.alert-danger, .alert.red {
  background: #CD403C;
}
.alert ul {
  margin: 10px 0 0;
}
.alert ul li {
  line-height: 1.3em;
  list-style: disc;
  margin: 0 0 10px 20px;
  padding: 0;
}
.alert ul li:before {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table.table {
  width: 100%;
}
table tr th, table tr td {
  padding: 10px 15px;
  border: 1px solid rgba(0, 47, 86, 0.7);
  word-break: break-word;
}
table tr th, table tr .th {
  font-weight: bold;
  text-align: left;
}

@media (max-width: 2000px) {
  .portal-page table {
    display: block;
    max-width: 100% !important;
    width: 100% !important;
  }
}
.portal-page table thead, .portal-page table tbody {
  display: block;
  width: 100% !important;
}
@media (max-width: 2000px) {
  .portal-page table tr {
    background: #eee;
    display: block;
    float: left;
    margin-bottom: 20px;
    width: calc(100% / 3 - 20px);
  }
  .portal-page table tr:first-child {
    display: none;
  }
  .portal-page table tr:nth-child(3n+2) {
    clear: left;
  }
  .portal-page table tr:nth-child(3n), .portal-page table tr:nth-child(3n+1) {
    margin-left: 30px;
  }
  .portal-page table tr.narrow-container {
    width: calc(100% / 2 - 20px);
  }
  .portal-page table tr.narrow-container:nth-child(3n+2) {
    clear: none;
  }
  .portal-page table tr.narrow-container:nth-child(3n), .portal-page table tr.narrow-container:nth-child(3n+1) {
    margin-left: 0;
  }
  .portal-page table tr.narrow-container:nth-child(2n) {
    clear: left;
  }
  .portal-page table tr.narrow-container:nth-child(2n+1) {
    margin-left: 40px;
  }
}
@media (max-width: 1450px) {
  .portal-page table tr {
    width: calc(100% / 2 - 20px);
  }
  .portal-page table tr:nth-child(3n+2) {
    clear: none;
  }
  .portal-page table tr:nth-child(3n), .portal-page table tr:nth-child(3n+1) {
    margin-left: 0;
  }
  .portal-page table tr:nth-child(2n) {
    clear: left;
  }
  .portal-page table tr:nth-child(2n+1) {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .portal-page table tr {
    float: none;
    width: 100%;
  }
  .portal-page table tr:nth-child(2n) {
    clear: none;
  }
  .portal-page table tr:nth-child(2n+1) {
    margin-left: 0;
  }
  .portal-page table tr.narrow-container {
    float: none;
    width: 100%;
  }
  .portal-page table tr.narrow-container:nth-child(2n) {
    clear: none;
  }
  .portal-page table tr.narrow-container:nth-child(2n+1) {
    margin-left: 0;
  }
}
.portal-page table tr th, .portal-page table tr td {
  white-space: nowrap;
}
@media (max-width: 2000px) {
  .portal-page table tr th, .portal-page table tr td {
    border: none;
    display: block;
    font-size: 0.9em;
    height: auto !important;
    padding: 4px 15px 4px 120px;
    position: relative;
    width: 100% !important;
    white-space: normal;
  }
  .portal-page table tr th.mobile-hide, .portal-page table tr td.mobile-hide {
    display: none;
  }
  .portal-page table tr th + th, .portal-page table tr th + td, .portal-page table tr td + th, .portal-page table tr td + td {
    border-top: 1px solid #ddd;
  }
  .portal-page table tr th:before, .portal-page table tr td:before {
    content: attr(data-th);
    font-size: 0.8em;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 100px;
    transform: translate3d(0, -50%, 0);
    color: #79C03B;
    line-height: 1.2;
  }
}

@media (max-width: 479px) {
  table.details-table {
    background: #eee;
    display: block;
    padding: 20px;
  }
  table.details-table tr {
    display: block;
    margin: 0 0 20px;
  }
  table.details-table tr th, table.details-table tr td {
    border: none;
    display: block;
    line-height: 1;
    padding: 0;
  }
  table.details-table tr th:first-child, table.details-table tr td:first-child {
    font-weight: bold;
    padding: 0 0 5px;
  }
}

.responsive-embed {
  overflow: hidden;
  position: relative;
  margin: 40px auto 50px;
  width: 100%;
}
.responsive-embed:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.letterbox .responsive-embed:after {
  padding-bottom: 30%;
}

.row {
  margin: 0 -15px;
}

.col {
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col.full {
  width: 100%;
}

.col.half {
  width: calc(100% / 2);
}

.col.quarter {
  width: calc(100% / 4);
}

.col.third {
  width: calc(100% / 3);
}

.col.one {
  width: calc(100% / 12);
}

.col.two {
  width: calc(100% / 12 * 2);
}

.col.three {
  width: calc(100% / 12 * 3);
}

.col.four {
  width: calc(100% / 12 * 4);
}

.col.five {
  width: calc(100% / 12 * 5);
}

.col.six {
  width: calc(100% / 12 * 6);
}

.col.seven {
  width: calc(100% / 12 * 7);
}

.col.eight {
  width: calc(100% / 12 * 8);
}

.col.nine {
  width: calc(100% / 12 * 9);
}

.col.ten {
  width: calc(100% / 12 * 10);
}

.col.eleven {
  width: calc(100% / 12 * 11);
}

.col.twelve {
  width: 100%;
}

@media (max-width: 767px) {
  .col {
    float: none !important;
    width: 100% !important;
  }
}
.circle-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 100%;
  transform: translate3d(0, 0, 0);
}
.circle-image:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.box {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 35px;
}

/* OWL CAROUSEL */
.owl-prev, .owl-next {
  height: 60px;
  position: absolute;
  top: 50%;
  transition: 0.2s all ease-in-out;
  transform: translate3d(0, -50%, 0);
  width: 35px;
  z-index: 99;
}
.owl-prev img, .owl-next img {
  height: 100%;
  width: 100%;
}
.owl-prev:hover, .owl-next:hover {
  opacity: 1;
}

.owl-prev {
  left: -45px;
}

.owl-next {
  right: -45px;
}

.owl-scroller-single .owl-prev, .owl-scroller-single .owl-next {
  border-radius: 0;
}
.owl-scroller-single .owl-prev {
  left: -120px;
}
@media (max-width: 1600px) {
  .owl-scroller-single .owl-prev {
    left: -80px;
  }
}
.owl-scroller-single .owl-next {
  right: -120px;
}
@media (max-width: 1600px) {
  .owl-scroller-single .owl-next {
    right: -80px;
  }
}

.owl-dots {
  margin-top: 20px;
  margin-right: -15px;
  text-align: center;
}
.owl-dots .owl-dot {
  background: #035292;
  display: inline-block;
  height: 6px;
  margin-right: 15px;
  width: 65px;
}
.owl-dots .owl-dot.active {
  background: #79C03B;
}

.owl-scroller-single .owl-dots {
  position: absolute;
  top: calc(100% - 60px);
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.owl-scroller-single .owl-dot {
  background: #79C03B;
}
.owl-scroller-single .owl-dot.active {
  background: #fff;
}

/* COOKIE BAR */
.cookie-bar {
  background: #222;
  color: #fff;
  font-family: arial, sans-serif;
  line-height: 1.3em;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 25px;
  z-index: 999999999999;
}
.cookie-bar .cookie-bar-inner {
  display: table;
  width: 100%;
}
@media (max-width: 500px) {
  .cookie-bar .cookie-bar-inner {
    display: block;
  }
}
.cookie-bar .cookie-bar-inner .cookie-bar-left {
  color: #ddd;
  display: table-cell;
  padding: 0 50px 0 0;
  vertical-align: middle;
}
.cookie-bar .cookie-bar-inner .cookie-bar-left * {
  color: #ddd;
  font-size: 16px;
}
@media (max-width: 500px) {
  .cookie-bar .cookie-bar-inner .cookie-bar-left {
    display: block;
    padding: 0 0 20px;
    text-align: center;
    width: 100%;
  }
}
.cookie-bar .cookie-bar-inner .cookie-bar-left a {
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
@media (max-width: 500px) {
  .cookie-bar .cookie-bar-inner .cookie-bar-right {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn, .cookie-bar .cookie-bar-inner .cookie-bar-right ul.nav li a[href$=contact], ul.nav li .cookie-bar .cookie-bar-inner .cookie-bar-right a[href$=contact] {
  font-size: 1em;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-primary, .cookie-bar .cookie-bar-inner .cookie-bar-right ul.nav li a[href$=contact], ul.nav li .cookie-bar .cookie-bar-inner .cookie-bar-right a[href$=contact] {
  background: #60992f;
  color: #fff;
  transition: 0.2s all ease-in-out;
  font-weight: 700 !important;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-primary:hover, .cookie-bar .cookie-bar-inner .cookie-bar-right ul.nav li a[href$=contact]:hover, ul.nav li .cookie-bar .cookie-bar-inner .cookie-bar-right a[href$=contact]:hover {
  background: #487223;
  color: #fff;
  text-decoration: none !important;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-primary:active, .cookie-bar .cookie-bar-inner .cookie-bar-right ul.nav li a[href$=contact]:active, ul.nav li .cookie-bar .cookie-bar-inner .cookie-bar-right a[href$=contact]:active, .cookie-bar .cookie-bar-inner .cookie-bar-right .btn-primary:focus, .cookie-bar .cookie-bar-inner .cookie-bar-right ul.nav li a[href$=contact]:focus, ul.nav li .cookie-bar .cookie-bar-inner .cookie-bar-right a[href$=contact]:focus {
  background: #3c5e1d;
  color: #fff;
  text-decoration: none !important;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-default {
  background: #79C03B;
  border-color: #79C03B;
  color: #ddd;
  transition: 0.2s all ease-in-out;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-default:hover {
  background: #89c950;
  border-color: #89c950;
  color: #ddd;
  text-decoration: none !important;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-default:active, .cookie-bar .cookie-bar-inner .cookie-bar-right .btn-default:focus {
  background: #99d168;
  border-color: #99d168;
  color: #ddd;
  text-decoration: none !important;
}

#cookie-bar-show-button {
  background: #79C03B;
  border-color: #79C03B;
  color: #fff;
  transition: 0.2s all ease-in-out;
  border-radius: 0;
  font-size: 0.9em;
  height: auto;
  line-height: 1;
  padding: 5px 7px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999999998;
}
#cookie-bar-show-button:hover {
  background: #89c950;
  border-color: #89c950;
  color: #fff;
  text-decoration: none !important;
}
#cookie-bar-show-button:active, #cookie-bar-show-button:focus {
  background: #99d168;
  border-color: #99d168;
  color: #fff;
  text-decoration: none !important;
}

.searched-query {
  color: #79C03B;
}

.keyword {
  color: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: 700;
  text-decoration: underline;
}

/* DISPLAY TABLE */
.d-t {
  display: table;
  width: 100%;
}
.d-t .tr {
  display: table-row;
}
.d-t .tr + .tr .tc {
  padding-top: 10px;
}
.d-t.space-m .tr + .tr .tc {
  padding-top: 20px;
}
.d-t .tc {
  display: table-cell;
}
.d-t .tc.key {
  padding-right: 20px;
}
.d-t .tc.cbx, .d-t .tc.rad {
  padding-right: 10px;
}
.d-t .tc.cbx input[type=radio], .d-t .tc.cbx input[type=checkbox], .d-t .tc.rad input[type=radio], .d-t .tc.rad input[type=checkbox] {
  position: relative;
  top: 4px;
}
.d-t .tc.nw {
  white-space: nowrap;
}
.d-t .tc.min {
  white-space: nowrap;
  width: 1%;
}
.d-t .tc.top {
  vertical-align: top;
}
.d-t .tc.middle {
  vertical-align: middle;
}
.d-t .tc.bottom {
  vertical-align: bottom;
}
.d-t .tc.pr5 {
  padding-right: 5px;
}
.d-t .tc.pr10 {
  padding-right: 10px;
}
.d-t .tc.pr15 {
  padding-right: 15px;
}
.d-t .tc.pr20 {
  padding-right: 20px;
}

/* BACKGROUND IMAGE DIV */
.img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  width: 100%;
}
.img.contain {
  background-size: contain;
}
.img:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.img.letterbox:after {
  padding-bottom: 30%;
}
.img[class*="16-9"]:after {
  padding-bottom: 56.25%;
}
.img[class*="4-3"]:after {
  padding-bottom: 75%;
}
.img[class*="1-1"]:after, .img.square:after {
  padding-bottom: 100%;
}
.img.circle {
  border-radius: 50%;
  overflow: hidden;
}
.img.circle:after {
  padding-bottom: 100%;
}
.img.portrait:after {
  padding-bottom: 120%;
}

/* LOADING */
.overlay {
  background: rgba(244, 244, 244, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.overlay .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/* social sharing icons */
.social-sharing-icons a {
  color: #fff;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.social-sharing-icons a + a {
  margin-left: 8px;
}
.social-sharing-icons a i {
  color: #ADD7E9;
  font-size: 26px;
  line-height: 1;
}
.social-sharing-icons a:hover i {
  color: #fff;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-top: -10px;
}
@media (max-width: 600px) {
  .flex {
    margin-right: 10px;
  }
}
.flex > .cell {
  flex: 1 0 0;
  margin-right: 20px;
  margin-top: 10px;
}
.flex > .cell.min {
  flex: 0 1 0;
}
.flex > .cell.min-10 {
  flex: 1 0 10px;
}
.flex > .cell.min-20 {
  flex: 1 0 20px;
}
.flex > .cell.min-30 {
  flex: 1 0 30px;
}
.flex > .cell.min-40 {
  flex: 1 0 40px;
}
.flex > .cell.min-50 {
  flex: 1 0 50px;
}
.flex > .cell.min-60 {
  flex: 1 0 60px;
}
.flex > .cell.min-70 {
  flex: 1 0 70px;
}
.flex > .cell.min-80 {
  flex: 1 0 80px;
}
.flex > .cell.min-90 {
  flex: 1 0 90px;
}
.flex > .cell.min-100 {
  flex: 1 0 100px;
}
.flex > .cell.min-110 {
  flex: 1 0 110px;
}
.flex > .cell.min-120 {
  flex: 1 0 120px;
}
.flex > .cell.min-130 {
  flex: 1 0 130px;
}
.flex > .cell.min-140 {
  flex: 1 0 140px;
}
.flex > .cell.min-150 {
  flex: 1 0 150px;
}
.flex > .cell.min-160 {
  flex: 1 0 160px;
}
.flex > .cell.min-170 {
  flex: 1 0 170px;
}
.flex > .cell.min-180 {
  flex: 1 0 180px;
}
.flex > .cell.min-190 {
  flex: 1 0 190px;
}
.flex > .cell.min-200 {
  flex: 1 0 200px;
}
.flex > .cell.min-210 {
  flex: 1 0 210px;
}
.flex > .cell.min-220 {
  flex: 1 0 220px;
}
.flex > .cell.min-230 {
  flex: 1 0 230px;
}
.flex > .cell.min-240 {
  flex: 1 0 240px;
}
.flex > .cell.min-250 {
  flex: 1 0 250px;
}
.flex > .cell.min-260 {
  flex: 1 0 260px;
}
.flex > .cell.min-270 {
  flex: 1 0 270px;
}
.flex > .cell.min-280 {
  flex: 1 0 280px;
}
.flex > .cell.min-290 {
  flex: 1 0 290px;
}
.flex > .cell.min-300 {
  flex: 1 0 300px;
}
.flex > .cell.min-310 {
  flex: 1 0 310px;
}
.flex > .cell.min-320 {
  flex: 1 0 320px;
}
.flex > .cell.min-330 {
  flex: 1 0 330px;
}
.flex > .cell.min-340 {
  flex: 1 0 340px;
}
.flex > .cell.min-350 {
  flex: 1 0 350px;
}
.flex > .cell.min-360 {
  flex: 1 0 360px;
}
.flex > .cell.min-370 {
  flex: 1 0 370px;
}
.flex > .cell.min-380 {
  flex: 1 0 380px;
}
.flex > .cell.min-390 {
  flex: 1 0 390px;
}
.flex > .cell.min-400 {
  flex: 1 0 400px;
}
.flex > .cell.min-410 {
  flex: 1 0 410px;
}
.flex > .cell.min-420 {
  flex: 1 0 420px;
}
.flex > .cell.min-430 {
  flex: 1 0 430px;
}
.flex > .cell.min-440 {
  flex: 1 0 440px;
}
.flex > .cell.min-450 {
  flex: 1 0 450px;
}
.flex > .cell.min-460 {
  flex: 1 0 460px;
}
.flex > .cell.min-470 {
  flex: 1 0 470px;
}
.flex > .cell.min-480 {
  flex: 1 0 480px;
}
.flex > .cell.min-490 {
  flex: 1 0 490px;
}
.flex > .cell.min-500 {
  flex: 1 0 500px;
}
.flex > .cell.min-510 {
  flex: 1 0 510px;
}
.flex > .cell.min-520 {
  flex: 1 0 520px;
}
.flex > .cell.min-530 {
  flex: 1 0 530px;
}
.flex > .cell.min-540 {
  flex: 1 0 540px;
}
.flex > .cell.min-550 {
  flex: 1 0 550px;
}
.flex > .cell.min-560 {
  flex: 1 0 560px;
}
.flex > .cell.min-570 {
  flex: 1 0 570px;
}
.flex > .cell.min-580 {
  flex: 1 0 580px;
}
.flex > .cell.min-590 {
  flex: 1 0 590px;
}
.flex > .cell.min-600 {
  flex: 1 0 600px;
}
.flex > .cell.min-610 {
  flex: 1 0 610px;
}
.flex > .cell.min-620 {
  flex: 1 0 620px;
}
.flex > .cell.min-630 {
  flex: 1 0 630px;
}
.flex > .cell.min-640 {
  flex: 1 0 640px;
}
.flex > .cell.min-650 {
  flex: 1 0 650px;
}
.flex > .cell.min-660 {
  flex: 1 0 660px;
}
.flex > .cell.min-670 {
  flex: 1 0 670px;
}
.flex > .cell.min-680 {
  flex: 1 0 680px;
}
.flex > .cell.min-690 {
  flex: 1 0 690px;
}
.flex > .cell.min-700 {
  flex: 1 0 700px;
}
.flex > .cell.min-710 {
  flex: 1 0 710px;
}
.flex > .cell.min-720 {
  flex: 1 0 720px;
}
.flex > .cell.min-730 {
  flex: 1 0 730px;
}
.flex > .cell.min-740 {
  flex: 1 0 740px;
}
.flex > .cell.min-750 {
  flex: 1 0 750px;
}
.flex > .cell.min-760 {
  flex: 1 0 760px;
}
.flex > .cell.min-770 {
  flex: 1 0 770px;
}
.flex > .cell.min-780 {
  flex: 1 0 780px;
}
.flex > .cell.min-790 {
  flex: 1 0 790px;
}
.flex > .cell.min-800 {
  flex: 1 0 800px;
}
.flex > .cell.fixed-10 {
  flex: 0 0 10px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-10 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-20 {
  flex: 0 0 20px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-20 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-30 {
  flex: 0 0 30px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-30 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-40 {
  flex: 0 0 40px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-40 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-50 {
  flex: 0 0 50px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-50 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-60 {
  flex: 0 0 60px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-60 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-70 {
  flex: 0 0 70px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-70 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-80 {
  flex: 0 0 80px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-80 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-90 {
  flex: 0 0 90px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-90 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-100 {
  flex: 0 0 100px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-100 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-110 {
  flex: 0 0 110px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-110 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-120 {
  flex: 0 0 120px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-120 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-130 {
  flex: 0 0 130px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-130 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-140 {
  flex: 0 0 140px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-140 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-150 {
  flex: 0 0 150px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-150 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-160 {
  flex: 0 0 160px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-160 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-170 {
  flex: 0 0 170px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-170 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-180 {
  flex: 0 0 180px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-180 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-190 {
  flex: 0 0 190px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-190 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-200 {
  flex: 0 0 200px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-200 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-210 {
  flex: 0 0 210px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-210 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-220 {
  flex: 0 0 220px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-220 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-230 {
  flex: 0 0 230px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-230 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-240 {
  flex: 0 0 240px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-240 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-250 {
  flex: 0 0 250px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-250 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-260 {
  flex: 0 0 260px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-260 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-270 {
  flex: 0 0 270px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-270 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-280 {
  flex: 0 0 280px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-280 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-290 {
  flex: 0 0 290px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-290 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-300 {
  flex: 0 0 300px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-300 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-310 {
  flex: 0 0 310px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-310 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-320 {
  flex: 0 0 320px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-320 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-330 {
  flex: 0 0 330px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-330 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-340 {
  flex: 0 0 340px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-340 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-350 {
  flex: 0 0 350px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-350 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-360 {
  flex: 0 0 360px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-360 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-370 {
  flex: 0 0 370px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-370 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-380 {
  flex: 0 0 380px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-380 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-390 {
  flex: 0 0 390px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-390 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-400 {
  flex: 0 0 400px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-400 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-410 {
  flex: 0 0 410px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-410 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-420 {
  flex: 0 0 420px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-420 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-430 {
  flex: 0 0 430px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-430 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-440 {
  flex: 0 0 440px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-440 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-450 {
  flex: 0 0 450px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-450 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-460 {
  flex: 0 0 460px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-460 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-470 {
  flex: 0 0 470px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-470 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-480 {
  flex: 0 0 480px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-480 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-490 {
  flex: 0 0 490px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-490 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-500 {
  flex: 0 0 500px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-500 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-510 {
  flex: 0 0 510px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-510 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-520 {
  flex: 0 0 520px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-520 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-530 {
  flex: 0 0 530px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-530 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-540 {
  flex: 0 0 540px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-540 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-550 {
  flex: 0 0 550px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-550 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-560 {
  flex: 0 0 560px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-560 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-570 {
  flex: 0 0 570px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-570 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-580 {
  flex: 0 0 580px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-580 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-590 {
  flex: 0 0 590px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-590 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-600 {
  flex: 0 0 600px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-600 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-610 {
  flex: 0 0 610px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-610 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-620 {
  flex: 0 0 620px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-620 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-630 {
  flex: 0 0 630px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-630 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-640 {
  flex: 0 0 640px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-640 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-650 {
  flex: 0 0 650px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-650 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-660 {
  flex: 0 0 660px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-660 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-670 {
  flex: 0 0 670px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-670 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-680 {
  flex: 0 0 680px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-680 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-690 {
  flex: 0 0 690px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-690 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-700 {
  flex: 0 0 700px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-700 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.no-wrap {
  white-space: nowrap;
}
.flex > .cell.no-wrap * {
  white-space: nowrap;
}
.flex > .cell.block {
  flex: 1 0 100%;
}
.flex.gap-0 {
  margin-right: -0px;
}
.flex.gap-0 > .cell {
  margin-right: 0px;
}
@media (max-width: 600px) {
  .flex.gap-0:not(.retain-cols) {
    margin-right: 0;
  }
  .flex.gap-0:not(.retain-cols) > .cell {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.flex.gap-10 {
  margin-right: -10px;
}
.flex.gap-10 > .cell {
  margin-right: 10px;
}
@media (max-width: 600px) {
  .flex.gap-10:not(.retain-cols) {
    margin-right: 0;
  }
  .flex.gap-10:not(.retain-cols) > .cell {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.flex.gap-20 {
  margin-right: -20px;
}
.flex.gap-20 > .cell {
  margin-right: 20px;
}
@media (max-width: 600px) {
  .flex.gap-20:not(.retain-cols) {
    margin-right: 0;
  }
  .flex.gap-20:not(.retain-cols) > .cell {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.flex.gap-30 {
  margin-right: -30px;
}
.flex.gap-30 > .cell {
  margin-right: 30px;
}
@media (max-width: 600px) {
  .flex.gap-30:not(.retain-cols) {
    margin-right: 0;
  }
  .flex.gap-30:not(.retain-cols) > .cell {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.flex.gap-40 {
  margin-right: -40px;
}
.flex.gap-40 > .cell {
  margin-right: 40px;
}
@media (max-width: 600px) {
  .flex.gap-40:not(.retain-cols) {
    margin-right: 0;
  }
  .flex.gap-40:not(.retain-cols) > .cell {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.flex.gap-50 {
  margin-right: -50px;
}
.flex.gap-50 > .cell {
  margin-right: 50px;
}
@media (max-width: 600px) {
  .flex.gap-50:not(.retain-cols) {
    margin-right: 0;
  }
  .flex.gap-50:not(.retain-cols) > .cell {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.flex.gap-60 {
  margin-right: -60px;
}
.flex.gap-60 > .cell {
  margin-right: 60px;
}
@media (max-width: 600px) {
  .flex.gap-60:not(.retain-cols) {
    margin-right: 0;
  }
  .flex.gap-60:not(.retain-cols) > .cell {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.flex.gap-70 {
  margin-right: -70px;
}
.flex.gap-70 > .cell {
  margin-right: 70px;
}
@media (max-width: 600px) {
  .flex.gap-70:not(.retain-cols) {
    margin-right: 0;
  }
  .flex.gap-70:not(.retain-cols) > .cell {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.flex.gap-80 {
  margin-right: -80px;
}
.flex.gap-80 > .cell {
  margin-right: 80px;
}
@media (max-width: 600px) {
  .flex.gap-80:not(.retain-cols) {
    margin-right: 0;
  }
  .flex.gap-80:not(.retain-cols) > .cell {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.flex.gap-90 {
  margin-right: -90px;
}
.flex.gap-90 > .cell {
  margin-right: 90px;
}
@media (max-width: 600px) {
  .flex.gap-90:not(.retain-cols) {
    margin-right: 0;
  }
  .flex.gap-90:not(.retain-cols) > .cell {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.flex.gap-100 {
  margin-right: -100px;
}
.flex.gap-100 > .cell {
  margin-right: 100px;
}
@media (max-width: 600px) {
  .flex.gap-100:not(.retain-cols) {
    margin-right: 0;
  }
  .flex.gap-100:not(.retain-cols) > .cell {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.flex.gap-110 {
  margin-right: -110px;
}
.flex.gap-110 > .cell {
  margin-right: 110px;
}
@media (max-width: 600px) {
  .flex.gap-110:not(.retain-cols) {
    margin-right: 0;
  }
  .flex.gap-110:not(.retain-cols) > .cell {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.flex.gap-120 {
  margin-right: -120px;
}
.flex.gap-120 > .cell {
  margin-right: 120px;
}
@media (max-width: 600px) {
  .flex.gap-120:not(.retain-cols) {
    margin-right: 0;
  }
  .flex.gap-120:not(.retain-cols) > .cell {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.flex.gap-130 {
  margin-right: -130px;
}
.flex.gap-130 > .cell {
  margin-right: 130px;
}
@media (max-width: 600px) {
  .flex.gap-130:not(.retain-cols) {
    margin-right: 0;
  }
  .flex.gap-130:not(.retain-cols) > .cell {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.flex.vgap-0 {
  margin-top: -0px;
}
.flex.vgap-0 > .cell {
  margin-top: 0px;
}
.flex.vgap-5 {
  margin-top: -5px;
}
.flex.vgap-5 > .cell {
  margin-top: 5px;
}
.flex.vgap-10 {
  margin-top: -10px;
}
.flex.vgap-10 > .cell {
  margin-top: 10px;
}
.flex.vgap-15 {
  margin-top: -15px;
}
.flex.vgap-15 > .cell {
  margin-top: 15px;
}
.flex.vgap-20 {
  margin-top: -20px;
}
.flex.vgap-20 > .cell {
  margin-top: 20px;
}
.flex.vgap-25 {
  margin-top: -25px;
}
.flex.vgap-25 > .cell {
  margin-top: 25px;
}
.flex.vgap-30 {
  margin-top: -30px;
}
.flex.vgap-30 > .cell {
  margin-top: 30px;
}
.flex.vgap-35 {
  margin-top: -35px;
}
.flex.vgap-35 > .cell {
  margin-top: 35px;
}
.flex.vgap-40 {
  margin-top: -40px;
}
.flex.vgap-40 > .cell {
  margin-top: 40px;
}
.flex.vgap-45 {
  margin-top: -45px;
}
.flex.vgap-45 > .cell {
  margin-top: 45px;
}
.flex.vgap-50 {
  margin-top: -50px;
}
.flex.vgap-50 > .cell {
  margin-top: 50px;
}
.flex.vgap-55 {
  margin-top: -55px;
}
.flex.vgap-55 > .cell {
  margin-top: 55px;
}
.flex.vgap-60 {
  margin-top: -60px;
}
.flex.vgap-60 > .cell {
  margin-top: 60px;
}
.flex.vgap-65 {
  margin-top: -65px;
}
.flex.vgap-65 > .cell {
  margin-top: 65px;
}
.flex.vgap-70 {
  margin-top: -70px;
}
.flex.vgap-70 > .cell {
  margin-top: 70px;
}
.flex.vgap-75 {
  margin-top: -75px;
}
.flex.vgap-75 > .cell {
  margin-top: 75px;
}
.flex.vgap-80 {
  margin-top: -80px;
}
.flex.vgap-80 > .cell {
  margin-top: 80px;
}
.flex.vgap-85 {
  margin-top: -85px;
}
.flex.vgap-85 > .cell {
  margin-top: 85px;
}
.flex.vgap-90 {
  margin-top: -90px;
}
.flex.vgap-90 > .cell {
  margin-top: 90px;
}
.flex.vgap-95 {
  margin-top: -95px;
}
.flex.vgap-95 > .cell {
  margin-top: 95px;
}
.flex.vgap-100 {
  margin-top: -100px;
}
.flex.vgap-100 > .cell {
  margin-top: 100px;
}
.flex.vgap-105 {
  margin-top: -105px;
}
.flex.vgap-105 > .cell {
  margin-top: 105px;
}
.flex.vgap-110 {
  margin-top: -110px;
}
.flex.vgap-110 > .cell {
  margin-top: 110px;
}
.flex.vgap-115 {
  margin-top: -115px;
}
.flex.vgap-115 > .cell {
  margin-top: 115px;
}
.flex.vgap-120 {
  margin-top: -120px;
}
.flex.vgap-120 > .cell {
  margin-top: 120px;
}
.flex.vgap-125 {
  margin-top: -125px;
}
.flex.vgap-125 > .cell {
  margin-top: 125px;
}
.flex.vgap-130 {
  margin-top: -130px;
}
.flex.vgap-130 > .cell {
  margin-top: 130px;
}
.flex.inline {
  display: inline-flex;
}
@media (max-width: 600px) {
  .flex.inline {
    display: flex;
  }
}
@media (max-width: 600px) {
  .flex.inline > .cell {
    flex: 0 0 100%;
  }
}
.flex.middle {
  align-items: center;
}

[v-cloak] {
  display: none !important;
}

/* TABS */
.tabs {
  position: relative;
  z-index: 2;
}
.tabs .tab {
  border: none;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  color: #035292;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 15px 30px;
}
.tabs .tab + .tab {
  margin-left: 2px;
}
.tabs .tab:active, .tabs .tab:focus {
  outline: none;
}
.tabs .tab:hover {
  background: #cccccc;
}
.tabs .tab.active {
  background: #fff;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05);
}

.tab-content {
  display: none;
  position: relative;
  z-index: 1;
}
.tab-content.active {
  display: block;
}

body {
  color: #5A5A5A;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

body * {
  color: #5A5A5A;
  font-size: 1em;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.55;
}

strong {
  font-weight: 700;
  color: inherit;
  text-transform: inherit;
}

em {
  font-style: italic;
}

h2 {
  color: #035292;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}
@media (max-width: 1450px) {
  h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px !important;
    margin: 0 0 20px !important;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 28px !important;
  }
}

h3 {
  color: #79C03B;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin: 30px 0 10px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}
h3.red {
  color: #79C03B;
}

h4, h5, h6 {
  color: #035292;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

p {
  color: #5A5A5A;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: normal;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  p {
    font-size: 18px !important;
    line-height: 1.4;
    margin: 0 0 20px !important;
  }
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #79C03B;
  font-weight: 700;
  text-decoration: none;
}
a[href^=tel] {
  white-space: nowrap;
}
a:hover {
  text-decoration: underline;
}

ol {
  counter-reset: ol-counter;
  list-style: none;
  margin: 0;
  padding: 1em 0 1.5em 2em;
}
ol li {
  color: #5A5A5A;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 1px 0 0 37px;
  position: relative;
}
@media (max-width: 767px) {
  ol li {
    font-size: 18px;
    line-height: 1.4;
  }
}
ol li + li {
  margin-top: 20px;
}
ol li:before {
  background: #79C03B;
  border-radius: 50%;
  color: #fff;
  content: counter(ol-counter);
  counter-increment: ol-counter;
  font-weight: 600 !important;
  width: 27px;
  height: 26px;
  font-size: 20px;
  line-height: 1.2em;
  position: absolute;
  top: 2px;
  left: -5px;
  text-align: center;
  padding: 2px 0 0;
}
ol li h2 {
  color: #79C03B;
  font-size: 23px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

ul {
  margin: 2em 0 2.5em 1.2em;
  padding: 0;
}
@media (max-width: 991px) {
  ul {
    margin: 1.7em 0 2.5em 0.3em;
  }
}
ul:last-child {
  margin-bottom: 0;
}
ul li {
  color: #5A5A5A;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  padding: 0 0 0 33px;
  position: relative;
}
@media (max-width: 767px) {
  ul li {
    font-size: 18px;
    line-height: 1.4;
  }
}
ul li + li {
  margin-top: 10px;
}
ul li:last-of-type {
  margin-bottom: 0;
}
ul li:before {
  background: url("/images/breadcrumbs-separator.svg") top center/contain no-repeat;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 6px;
  left: 6px;
}
ul li a {
  font-weight: 400;
}
ul li ul {
  margin-top: 1.5em;
  margin-left: 0;
}
ul li ul li {
  margin-bottom: 0.6em;
}
ul li ul li:before {
  background: #aaa;
  height: 1px;
  top: 9px;
}

hr {
  border: none;
  border-top: 1px solid #cacaca;
  clear: both;
  margin: 30px 0;
}
@media (max-width: 767px) {
  hr {
    margin: 30px 0;
  }
}
hr.m10 {
  margin: 10px 0;
}
hr.m20 {
  margin: 20px 0;
}
hr.m30 {
  margin: 30px 0;
}
hr.m40 {
  margin: 40px 0;
}
hr.m50 {
  margin: 50px 0;
}
hr.m60 {
  margin: 60px 0;
}
hr.m70 {
  margin: 70px 0;
}
hr.m80 {
  margin: 80px 0;
}
hr.m90 {
  margin: 90px 0;
}
hr.m100 {
  margin: 100px 0;
}
hr.m110 {
  margin: 110px 0;
}
hr.m120 {
  margin: 120px 0;
}
hr.m130 {
  margin: 130px 0;
}
hr.m140 {
  margin: 140px 0;
}
hr.m150 {
  margin: 150px 0;
}
hr.m160 {
  margin: 160px 0;
}
hr.m170 {
  margin: 170px 0;
}
hr.m180 {
  margin: 180px 0;
}
hr.m190 {
  margin: 190px 0;
}
hr.m200 {
  margin: 200px 0;
}
hr.m210 {
  margin: 210px 0;
}
hr.m220 {
  margin: 220px 0;
}
hr.m230 {
  margin: 230px 0;
}
hr.m240 {
  margin: 240px 0;
}
hr.m250 {
  margin: 250px 0;
}
hr.m260 {
  margin: 260px 0;
}
hr.m270 {
  margin: 270px 0;
}
hr.m280 {
  margin: 280px 0;
}
hr.m290 {
  margin: 290px 0;
}
hr.m300 {
  margin: 300px 0;
}
@media (max-width: 767px) {
  hr.m10 {
    margin: 4px 0;
  }
  hr.m20 {
    margin: 8px 0;
  }
  hr.m30 {
    margin: 12px 0;
  }
  hr.m40 {
    margin: 16px 0;
  }
  hr.m50 {
    margin: 20px 0;
  }
  hr.m60 {
    margin: 24px 0;
  }
  hr.m70 {
    margin: 28px 0;
  }
  hr.m80 {
    margin: 32px 0;
  }
  hr.m90 {
    margin: 36px 0;
  }
  hr.m100 {
    margin: 40px 0;
  }
  hr.m110 {
    margin: 44px 0;
  }
  hr.m120 {
    margin: 48px 0;
  }
  hr.m130 {
    margin: 52px 0;
  }
  hr.m140 {
    margin: 56px 0;
  }
  hr.m150 {
    margin: 60px 0;
  }
  hr.m160 {
    margin: 64px 0;
  }
  hr.m170 {
    margin: 68px 0;
  }
  hr.m180 {
    margin: 72px 0;
  }
  hr.m190 {
    margin: 76px 0;
  }
  hr.m200 {
    margin: 80px 0;
  }
  hr.m210 {
    margin: 84px 0;
  }
  hr.m220 {
    margin: 88px 0;
  }
  hr.m230 {
    margin: 92px 0;
  }
  hr.m240 {
    margin: 96px 0;
  }
  hr.m250 {
    margin: 100px 0;
  }
  hr.m260 {
    margin: 104px 0;
  }
  hr.m270 {
    margin: 108px 0;
  }
  hr.m280 {
    margin: 112px 0;
  }
  hr.m290 {
    margin: 116px 0;
  }
  hr.m300 {
    margin: 120px 0;
  }
}

.hr {
  background: url("/images/dot-h.png") bottom/auto 3px repeat-x;
  height: 3px;
  margin: 30px 0;
  width: 100%;
}
.hr.m10 {
  margin: 10px 0;
}
.hr.m20 {
  margin: 20px 0;
}
.hr.m30 {
  margin: 30px 0;
}
.hr.m40 {
  margin: 40px 0;
}
.hr.m50 {
  margin: 50px 0;
}
.hr.m60 {
  margin: 60px 0;
}
.hr.m70 {
  margin: 70px 0;
}
.hr.m80 {
  margin: 80px 0;
}
.hr.m90 {
  margin: 90px 0;
}
.hr.m100 {
  margin: 100px 0;
}
.hr.m110 {
  margin: 110px 0;
}
.hr.m120 {
  margin: 120px 0;
}
.hr.m130 {
  margin: 130px 0;
}
.hr.m140 {
  margin: 140px 0;
}
.hr.m150 {
  margin: 150px 0;
}
.hr.m160 {
  margin: 160px 0;
}
.hr.m170 {
  margin: 170px 0;
}
.hr.m180 {
  margin: 180px 0;
}
.hr.m190 {
  margin: 190px 0;
}
.hr.m200 {
  margin: 200px 0;
}
.hr.m210 {
  margin: 210px 0;
}
.hr.m220 {
  margin: 220px 0;
}
.hr.m230 {
  margin: 230px 0;
}
.hr.m240 {
  margin: 240px 0;
}
.hr.m250 {
  margin: 250px 0;
}
.hr.m260 {
  margin: 260px 0;
}
.hr.m270 {
  margin: 270px 0;
}
.hr.m280 {
  margin: 280px 0;
}
.hr.m290 {
  margin: 290px 0;
}
.hr.m300 {
  margin: 300px 0;
}
@media (max-width: 767px) {
  .hr.m10 {
    margin: 7px 0;
  }
  .hr.m20 {
    margin: 14px 0;
  }
  .hr.m30 {
    margin: 21px 0;
  }
  .hr.m40 {
    margin: 28px 0;
  }
  .hr.m50 {
    margin: 35px 0;
  }
  .hr.m60 {
    margin: 42px 0;
  }
  .hr.m70 {
    margin: 49px 0;
  }
  .hr.m80 {
    margin: 56px 0;
  }
  .hr.m90 {
    margin: 63px 0;
  }
  .hr.m100 {
    margin: 70px 0;
  }
  .hr.m110 {
    margin: 77px 0;
  }
  .hr.m120 {
    margin: 84px 0;
  }
  .hr.m130 {
    margin: 91px 0;
  }
  .hr.m140 {
    margin: 98px 0;
  }
  .hr.m150 {
    margin: 105px 0;
  }
  .hr.m160 {
    margin: 112px 0;
  }
  .hr.m170 {
    margin: 119px 0;
  }
  .hr.m180 {
    margin: 126px 0;
  }
  .hr.m190 {
    margin: 133px 0;
  }
  .hr.m200 {
    margin: 140px 0;
  }
  .hr.m210 {
    margin: 147px 0;
  }
  .hr.m220 {
    margin: 154px 0;
  }
  .hr.m230 {
    margin: 161px 0;
  }
  .hr.m240 {
    margin: 168px 0;
  }
  .hr.m250 {
    margin: 175px 0;
  }
  .hr.m260 {
    margin: 182px 0;
  }
  .hr.m270 {
    margin: 189px 0;
  }
  .hr.m280 {
    margin: 196px 0;
  }
  .hr.m290 {
    margin: 203px 0;
  }
  .hr.m300 {
    margin: 210px 0;
  }
}

.text-center {
  text-align: center !important;
}
.text-center p, .text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center h6 {
  text-align: center !important;
}

@media (max-width: 767px) {
  .text-center-mob {
    text-align: center;
  }
}

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

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

.small-print {
  color: #035292;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: normal;
  line-height: 1.4;
}

body {
  padding-top: 120px;
}
@media (max-width: 1450px) {
  body {
    padding-top: 60px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px;
  position: relative;
  width: 100%;
}
@media (max-width: 1840px) {
  .container {
    max-width: calc(100% - 200px);
  }
}
.container.mw1450 {
  max-width: 1450px;
}
@media (max-width: 1650px) {
  .container.mw1450 {
    max-width: calc(100% - 200px);
  }
}
.container.mw1300 {
  max-width: 1300px;
}
@media (max-width: 1500px) {
  .container.mw1300 {
    max-width: calc(100% - 200px);
  }
}
.container.mw1200 {
  max-width: 1200px;
}
@media (max-width: 1280px) {
  .container.mw1200 {
    max-width: calc(100% - 80px);
  }
}
.container.mw1050 {
  max-width: 1050px;
}
@media (max-width: 1130px) {
  .container.mw1050 {
    max-width: calc(100% - 80px);
  }
}
.container.mw800 {
  max-width: 800px;
}
@media (max-width: 880px) {
  .container.mw800 {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 1450px) {
  .container {
    max-width: calc(100% - 80px) !important;
  }
}
@media (max-width: 479px) {
  .container {
    max-width: calc(100% - 60px) !important;
  }
}

.container-full {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 160px);
  position: relative;
  width: 100%;
}
@media (max-width: 1450px) {
  .container-full {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 479px) {
  .container-full {
    max-width: calc(100% - 60px);
  }
}

.btn, ul.nav li a[href$=contact] {
  border: none;
  border-radius: 54px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s all ease-in-out;
  white-space: nowrap;
  vertical-align: middle;
}
.btn + .btn, ul.nav li a[href$=contact] + .btn, ul.nav li .btn + a[href$=contact], ul.nav li a[href$=contact] + a[href$=contact] {
  margin-left: 10px;
}
.btn i, ul.nav li a[href$=contact] i {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-right: 9px;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.btn.btn-primary, ul.nav li a[href$=contact] {
  background: #79C03B;
  color: #fff;
  transition: 0.2s all ease-in-out;
}
.btn.btn-primary:hover, ul.nav li a[href$=contact]:hover {
  background: #60992f;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-primary:active, ul.nav li a[href$=contact]:active, .btn.btn-primary:focus, ul.nav li a[href$=contact]:focus {
  background: #548529;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-secondary, ul.nav li a.btn-secondary[href$=contact] {
  background: #035292;
  color: #fff;
  transition: 0.2s all ease-in-out;
}
.btn.btn-secondary:hover, ul.nav li a.btn-secondary[href$=contact]:hover {
  background: #023660;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-secondary:active, ul.nav li a.btn-secondary[href$=contact]:active, .btn.btn-secondary:focus, ul.nav li a.btn-secondary[href$=contact]:focus {
  background: #012847;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-tertiary, ul.nav li a.btn-tertiary[href$=contact] {
  background: #002F56;
  color: #fff;
  transition: 0.2s all ease-in-out;
}
.btn.btn-tertiary:hover, ul.nav li a.btn-tertiary[href$=contact]:hover {
  background: #001323;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-tertiary:active, ul.nav li a.btn-tertiary[href$=contact]:active, .btn.btn-tertiary:focus, ul.nav li a.btn-tertiary[href$=contact]:focus {
  background: #00050a;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-danger, ul.nav li a.btn-danger[href$=contact] {
  background: #CD403C;
  color: #fff;
  transition: 0.2s all ease-in-out;
}
.btn.btn-danger:hover, ul.nav li a.btn-danger[href$=contact]:hover {
  background: #aa2f2c;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-danger:active, ul.nav li a.btn-danger[href$=contact]:active, .btn.btn-danger:focus, ul.nav li a.btn-danger[href$=contact]:focus {
  background: #962a26;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-default, ul.nav li a.btn-default[href$=contact] {
  background: #ddd;
  color: #5A5A5A;
  transition: 0.2s all ease-in-out;
}
.btn.btn-default:hover, ul.nav li a.btn-default[href$=contact]:hover {
  background: #c4c4c4;
  color: #5A5A5A;
  text-decoration: none !important;
}
.btn.btn-default:active, ul.nav li a.btn-default[href$=contact]:active, .btn.btn-default:focus, ul.nav li a.btn-default[href$=contact]:focus {
  background: #b7b7b7;
  color: #5A5A5A;
  text-decoration: none !important;
}
.btn.btn-sm, ul.nav li a.btn-sm[href$=contact] {
  font-size: 14px;
  height: 37px;
  line-height: 37px;
  padding: 0 15px;
}
.btn.btn-lg, ul.nav li a.btn-lg[href$=contact] {
  display: block;
  font-size: 26px;
  height: 60px;
  line-height: 60px;
}

.hp {
  display: none !important;
}

.form-group {
  margin: 0 0 20px;
  position: relative;
}

label {
  color: #035292;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 0 5px;
}
label.error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  outline: 0;
}

.form-control {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ccc;
  border-radius: 20px;
  box-shadow: none;
  color: #035292;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  outline: 0px !important;
  transition: 0.2s all linear;
  padding: 0 17px;
  width: 100%;
}
.form-control::placeholder {
  color: #035292;
}
.form-control:focus {
  border: 1px solid #79C03B;
  box-shadow: 0 0 0 5px rgba(121, 192, 59, 0.5);
}
.form-control.error {
  border: 1px solid #CD403C;
}
.form-control.error:focus {
  border: 1px solid #CD403C;
  box-shadow: 0 0 3px #CD403C;
}

textarea.form-control {
  line-height: 1.4;
  padding: 10px 17px;
}

.form-control.xs,
.form-control-static.xs {
  display: inline-block;
  width: 60px;
}
.form-control.sm,
.form-control-static.sm {
  display: inline-block;
  width: 90px;
}
.form-control.md,
.form-control-static.md {
  display: inline-block;
  width: 150px;
}
.form-control.lg,
.form-control-static.lg {
  display: inline-block;
  width: 250px;
}
.form-control.xl,
.form-control-static.xl {
  display: inline-block;
  max-width: 100%;
  width: 350px;
}
.form-control.inline,
.form-control-static.inline {
  display: inline-block;
  max-width: 100%;
  width: auto;
}

select.form-control {
  background: #fff url("/images/fe-select-arrow.svg") top 16px right 17px/auto 12px no-repeat;
  padding-right: 40px;
}

textarea {
  height: 100px;
  line-height: 1.64;
}

label.checkbox, label.radio {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 0 !important;
  position: relative;
  width: 100%;
}
label.checkbox + .checkbox, label.radio + .checkbox {
  margin-top: 7px;
}
label.checkbox input[type=checkbox], label.checkbox input[type=radio], label.radio input[type=checkbox], label.radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 2px;
  flex: 0 0 18px;
  margin: 0 8px 0 0 !important;
  height: 18px;
  position: relative !important;
  width: 18px;
}
label.checkbox input[type=checkbox]:after, label.checkbox input[type=radio]:after, label.radio input[type=checkbox]:after, label.radio input[type=radio]:after {
  background: url("/images/checkmark.svg") top center/contain no-repeat;
  content: "";
  cursor: pointer;
  height: 14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 14px;
}
label.checkbox input[type=checkbox]:hover:after, label.checkbox input[type=radio]:hover:after, label.radio input[type=checkbox]:hover:after, label.radio input[type=radio]:hover:after {
  opacity: 0.5;
}
label.checkbox input[type=checkbox]:checked:after, label.checkbox input[type=radio]:checked:after, label.radio input[type=checkbox]:checked:after, label.radio input[type=radio]:checked:after {
  background: url("/images/checkmark.svg") top center/contain no-repeat;
  opacity: 1;
}
label.checkbox input[type=checkbox]:focus, label.checkbox input[type=checkbox]:active, label.checkbox input[type=radio]:focus, label.checkbox input[type=radio]:active, label.radio input[type=checkbox]:focus, label.radio input[type=checkbox]:active, label.radio input[type=radio]:focus, label.radio input[type=radio]:active {
  box-shadow: none;
  outline: none;
}
label.checkbox span, label.radio span {
  flex: 1 0 0;
}

/* FANCY PLACEHOLDER LABELS */
label.fancy-label {
  box-shadow: none;
  color: #035292;
  cursor: text;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 18px;
  transition: 0.2s all ease-in-out;
  text-transform: none;
}
label.fancy-label.aside {
  left: 18px;
  padding: 0;
  color: #035292;
  background: none;
  top: 3px;
  font-size: 11px;
}

#success-msg {
  background: #F1F1F1;
  border-top: 4px solid #79C03B;
  padding: 20px 25px;
}
#success-msg h2 {
  margin: 0 0 10px;
}

.inline-checkboxes {
  display: flex;
  margin: 0 0 30px;
}
.inline-checkboxes span {
  color: #5A5A5A;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.inline-checkboxes span + label {
  margin-left: 20px;
}
.inline-checkboxes label {
  align-items: center;
  flex: 0 1 0;
  margin: 0;
  white-space: nowrap;
}
.inline-checkboxes label + label {
  margin-left: 20px !important;
  margin-top: 0 !important;
}

.header {
  background: #fff;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s all ease-in-out;
  transform: translate3d(0, 0, 0);
  z-index: 99999;
}
@media (max-height: 800px) and (min-width: 1200px) {
  .header {
    height: 100px;
  }
}
@media (max-width: 1450px) {
  .header {
    display: none;
  }
}
.header .container {
  height: 100%;
}
.header .header-inner {
  align-items: center;
  display: flex;
  height: 100%;
  transition: 0.2s all ease-in-out;
  width: 100%;
}
@media (max-height: 800px) and (min-width: 1200px) {
  .header .header-inner {
    height: 135px;
  }
}
.header .header-inner .logo {
  flex: 0 1 0;
  text-align: center;
}
.header .header-inner .logo a {
  display: block;
}
.header .header-inner .logo a img {
  display: block;
  height: auto;
  position: relative;
  top: -5px;
  transition: 0.2s all ease-in-out;
  max-width: none;
  width: 240px;
}
@media (max-width: 1475px) {
  .header .header-inner .logo a img {
    max-width: 100px;
  }
}
@media (max-width: 1200px) {
  .header .header-inner .logo a img {
    max-width: 80px;
  }
}
.header .header-inner .header-right {
  align-items: stretch;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  margin-left: 20px;
  height: 100%;
}
.header .header-inner .header-right .login-area {
  display: flex;
  flex: 0 1 0;
  height: 40px;
  transition: 0.3s all linear;
  opacity: 1;
  visibility: visible;
}
.header .header-inner .header-right .login-area .inner {
  display: inline-flex;
  margin-left: auto;
}
.header .header-inner .header-right .login-area .inner > .left {
  align-items: center;
  background: rgba(121, 192, 59, 0.11);
  border-bottom-left-radius: 23px;
  display: inline-flex;
  height: 40px;
  padding: 0 20px 0 24px;
}
.header .header-inner .header-right .login-area .inner > .left .login-label {
  color: #4D7F23;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin: 0 12px 0 0;
}
.header .header-inner .header-right .login-area .inner > .left a.button-green {
  align-items: center;
  background: #79C03B;
  border-color: #79C03B;
  color: #fff;
  transition: 0.2s all ease-in-out;
  border-radius: 22px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  height: 22px;
  padding: 0 15px;
}
.header .header-inner .header-right .login-area .inner > .left a.button-green:hover {
  background: #89c950;
  border-color: #89c950;
  color: #fff;
  text-decoration: none !important;
}
.header .header-inner .header-right .login-area .inner > .left a.button-green:active, .header .header-inner .header-right .login-area .inner > .left a.button-green:focus {
  background: #99d168;
  border-color: #99d168;
  color: #fff;
  text-decoration: none !important;
}
.header .header-inner .header-right .login-area .inner > .left a.button-green + a {
  margin-left: 5px;
}
.header .header-inner .header-right .login-area .inner > .right {
  align-items: center;
  background: rgba(3, 82, 146, 0.11);
  border-bottom-right-radius: 23px;
  display: inline-flex;
  height: 40px;
  padding: 0 24px 0 20px;
}
.header .header-inner .header-right .login-area .inner > .right .login-label {
  color: #035292;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin: 0 12px 0 0;
}
.header .header-inner .header-right .login-area .inner > .right a.button-blue {
  align-items: center;
  background: #035292;
  border-color: #035292;
  color: #fff;
  transition: 0.2s all ease-in-out;
  border-radius: 22px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  height: 22px;
  padding: 0 15px;
}
.header .header-inner .header-right .login-area .inner > .right a.button-blue:hover {
  background: #0463b0;
  border-color: #0463b0;
  color: #fff;
  text-decoration: none !important;
}
.header .header-inner .header-right .login-area .inner > .right a.button-blue:active, .header .header-inner .header-right .login-area .inner > .right a.button-blue:focus {
  background: #0474ce;
  border-color: #0474ce;
  color: #fff;
  text-decoration: none !important;
}
.header .header-inner .header-right .main-nav {
  align-items: center;
  display: flex;
  flex: 1 0 0;
  justify-content: flex-end;
  transition: 0.2s all ease-in-out;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.header .header-bottom {
  margin: 30px auto 0;
}
.header.compact {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 70px;
  transition: 0.4s all ease-in-out;
}
.header.compact .header-inner {
  height: 70px;
  transition: 0.4s all ease-in-out;
}
.header.compact .header-inner .logo a img {
  top: 0;
  transition: 0.4s all ease-in-out;
  width: 190px;
}
.header.compact .header-inner .header-right .login-area {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.header.compact .header-inner .header-right .main-nav ul > li > a {
  padding: 0;
  transition: 0.4s all ease-in-out;
}
.header.compact .header-inner .header-right .main-nav .contact-info {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: 0.4s all ease-in-out;
}

.nav-open .mobile-header {
  box-shadow: none !important;
}

.mobile-header {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  display: none;
  height: 60px;
  margin-top: -60px;
  position: fixed;
  transition: 0.2s all ease-in-out;
  width: 100%;
  z-index: 9998;
}
@media (max-width: 1450px) {
  .mobile-header {
    display: block;
  }
}
.mobile-header .mobile-logo img {
  height: 42px !important;
  position: absolute;
  top: 9px;
  left: 12px;
  width: auto;
}
@media (max-width: 380px) {
  .mobile-header .mobile-logo img {
    height: auto !important;
    top: 15px;
    width: 120px;
  }
}
.mobile-header .menu-button {
  cursor: pointer;
  height: 60px;
  -webkit-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -o-touch-action: manipulation;
  touch-action: manipulation;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.2s all ease-in-out;
  width: 56px;
}
.mobile-header .menu-button i {
  color: #035292;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.mobile-header .menu-button i.fa-bars {
  opacity: 1;
  visibility: visible;
}
.mobile-header .menu-button i.fa-times {
  opacity: 0;
  visibility: hidden;
}
.mobile-header .mobile-button {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  color: #035292;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: normal;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 60px;
}
.mobile-header .mobile-button.pos1 {
  background: rgba(121, 192, 59, 0.11);
  border: 2px solid rgba(121, 192, 59, 0);
  color: #4D7F23;
  right: 120px;
}
.mobile-header .mobile-button.pos1:hover {
  text-decoration: none;
}
.mobile-header .mobile-button.pos1:active {
  border-color: #79C03B;
}
.mobile-header .mobile-button.pos1 * {
  color: inherit;
}
.mobile-header .mobile-button.pos2 {
  background: rgba(3, 82, 146, 0.11);
  border: 2px solid rgba(3, 82, 146, 0);
  color: #035292;
  right: 60px;
}
.mobile-header .mobile-button.pos2:hover {
  text-decoration: none;
}
.mobile-header .mobile-button.pos2:active {
  border-color: #035292;
}
.mobile-header .mobile-button.pos2 * {
  color: inherit;
}
.mobile-header .mobile-button i {
  font-size: 18px;
  flex: 0 0 100%;
  margin-top: auto;
  margin-bottom: 7px;
}
.mobile-header .mobile-button span {
  flex: 0 0 100%;
  font-weight: bold;
  margin-bottom: auto;
}

.nav-open .mobile-header .menu-button i.fa-bars {
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  visibility: hidden;
}
.nav-open .mobile-header .menu-button i.fa-times {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0);
  visibility: visible;
}

.banner {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.banner .left {
  flex: 1 0 0;
  align-self: stretch;
}
@media (max-width: 1550px) {
  .banner .left {
    flex: 0 0 100%;
  }
}
.banner .left .banner-image {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 100%;
  width: 100%;
}
.banner .left .banner-image:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
@media (max-width: 1550px) {
  .banner .left .banner-image:after {
    padding-bottom: 35%;
  }
}
.banner .right {
  align-self: stretch;
  display: flex;
  flex: 0 0 33%;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1550px) {
  .banner .right {
    flex: 0 0 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.banner .right .top {
  background: #035292;
  flex: 1 0 0;
  padding: 30px 50px;
}
@media (min-width: 1920px) {
  .banner .right .top {
    padding: 80px;
  }
}
@media (max-width: 1550px) {
  .banner .right .top {
    flex: 0 0 100%;
  }
}
@media (max-width: 991px) {
  .banner .right .top {
    padding: 15px 20px;
  }
}
.banner .right .top .title {
  color: #79C03B;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-family: "Caveat", cursive;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .banner .right .top .title {
    font-size: 30px;
    line-height: 1.2;
  }
}
.banner .right .top .caption {
  color: #fff;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 30px;
}
@media (max-width: 1550px) {
  .banner .right .top .caption {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .banner .right .top .caption {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .banner .right .top .caption {
    font-size: 14px;
  }
}
.banner .right .top .buttons .btn, .banner .right .top .buttons ul.nav li a[href$=contact], ul.nav li .banner .right .top .buttons a[href$=contact] {
  color: #002F56;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding-left: 40px;
  padding-right: 40px;
}
.banner .right .bottom {
  background: #002F56;
  flex: 1 1 0;
  padding: 30px 50px;
}
@media (min-width: 1920px) {
  .banner .right .bottom {
    padding: 80px;
  }
}
@media (max-width: 1550px) {
  .banner .right .bottom {
    flex: 0 0 100%;
  }
}
@media (max-width: 991px) {
  .banner .right .bottom {
    padding: 15px 20px;
  }
}
.banner .right .bottom .search-title {
  color: #79C03B;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-family: "Caveat", cursive;
  line-height: 1;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .banner .right .bottom .search-title {
    font-size: 30px;
    line-height: 1.2;
  }
}
.banner .right .bottom form.search {
  align-items: center;
  background: #fff;
  border-radius: 30px;
  display: flex;
  padding: 5px;
}
.banner .right .bottom form.search > .left {
  flex: 1 0 0;
  margin-right: 10px;
}
.banner .right .bottom form.search > .left .form-control {
  background: #fff;
  border: none;
  border-radius: 30px 0 0 30px;
  color: #002F56;
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.banner .right .bottom form.search .right {
  flex: 0 1 0;
}
.banner .right .bottom form.search .right .btn, .banner .right .bottom form.search .right ul.nav li a[href$=contact], ul.nav li .banner .right .bottom form.search .right a[href$=contact] {
  border-radius: 30px;
  color: #002F56;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.secondary-page-banner {
  background: #79C03B;
  padding: 25px 0 20px;
}
@media (max-width: 1450px) {
  .secondary-page-banner {
    padding: 20px 0 10px;
  }
}
.secondary-page-banner h1 {
  color: #fff;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1450px) {
  .secondary-page-banner h1 {
    font-size: 36px;
  }
}

ol#breadcrumbs, ol#breadcrumbs-mob {
  margin: 0 0 7px;
  padding: 0;
  line-height: 1.2;
  list-style: none;
  white-space: nowrap;
}
@media (max-width: 1450px) {
  ol#breadcrumbs, ol#breadcrumbs-mob {
    white-space: normal;
  }
}
ol#breadcrumbs li, ol#breadcrumbs-mob li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  ol#breadcrumbs li, ol#breadcrumbs-mob li {
    float: none;
    display: inline-block;
    line-height: 1;
  }
}
ol#breadcrumbs li:before, ol#breadcrumbs-mob li:before {
  display: none;
}
ol#breadcrumbs li a, ol#breadcrumbs-mob li a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 500 !important;
  text-transform: uppercase;
}
@media (max-width: 1450px) {
  ol#breadcrumbs li a, ol#breadcrumbs-mob li a {
    font-size: 14px;
  }
}
ol#breadcrumbs li a *, ol#breadcrumbs-mob li a * {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
ol#breadcrumbs li a:hover, ol#breadcrumbs-mob li a:hover {
  color: #002F56;
  text-decoration: none;
}
ol#breadcrumbs li a img, ol#breadcrumbs-mob li a img {
  height: 15.19px;
  position: relative;
  top: 2px;
  width: 18px;
}
ol#breadcrumbs li.separator, ol#breadcrumbs-mob li.separator {
  display: inline-block;
  font-size: 1em;
}
ol#breadcrumbs li.separator img, ol#breadcrumbs-mob li.separator img {
  display: inline-block;
  margin: 0 8px 0px 9px;
  height: 10px;
  width: 7px;
  vertical-align: middle;
}

ul.nav {
  float: right;
  list-style: none;
  margin: 0;
  text-align: center;
}
@media (max-width: 1450px) {
  ul.nav.desktop {
    display: none;
  }
}
ul.nav.mobile {
  display: none;
  padding: 0;
}
@media (max-width: 1450px) {
  ul.nav.mobile {
    background: #fff;
    display: block;
    opacity: 0;
    padding-top: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - 0);
    overflow: auto;
    transform: translate3d(0, -100%, 0);
    transition: 0.2s all ease-in-out;
    visibility: hidden;
    z-index: 99;
  }
}
ul.nav li {
  display: inline-block;
  margin: 0;
  padding: 0 19px;
  position: relative;
  list-style: none;
  z-index: 1;
}
@media (max-width: 1475px) {
  ul.nav li {
    padding: 0 15px;
  }
}
ul.nav li:hover {
  z-index: 2;
}
ul.nav li:before {
  display: none;
}
@media (max-width: 1450px) {
  ul.nav li {
    display: block;
  }
}
ul.nav li:last-of-type {
  padding-right: 0;
}
@media (max-width: 1475px) {
  ul.nav li:last-of-type {
    padding: 0 15px;
  }
}
ul.nav li a {
  color: #035292;
  display: block;
  font-size: 18px;
  font-weight: 700;
  height: 1;
  letter-spacing: 0.4px;
  position: relative;
  transition: 0.2s all ease-in-out;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 1;
}
@media (max-width: 1475px) {
  ul.nav li a {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  ul.nav li a {
    font-size: 16px;
  }
}
@media (max-width: 1450px) {
  ul.nav li a {
    color: #035292;
    display: block;
    font-size: 20px;
    margin: 0;
    line-height: 1;
    height: auto;
    padding: 15px 25px;
    text-align: center;
    display: table;
    margin: 0 auto;
    width: auto;
  }
}
ul.nav li a:active, ul.nav li a:focus {
  outline: none;
  text-decoration: none;
}
ul.nav li a:hover {
  color: #79C03B;
  text-decoration: none;
}
ul.nav li a.active {
  color: #79C03B;
  font-weight: 700;
  text-decoration: none;
}
ul.nav li a.active:after {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
  visibility: visible;
}
@media (max-width: 1450px) {
  ul.nav li a.active:after {
    display: none;
  }
}
ul.nav li a > i.fa-chevron-down {
  color: #035292;
  font-size: 11px;
  position: relative;
  top: -3px;
  right: -8px;
}
@media (max-width: 1450px) {
  ul.nav li a > i.fa-chevron-down {
    background: #eee;
    border-radius: 50%;
    font-size: 16px;
    height: 34px;
    margin-left: 10px;
    padding-top: 10px;
    top: -1px;
    width: 34px;
    z-index: 2;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate3d(0, -50%, 0);
  }
}
ul.nav li a[href$=contact] {
  background: #79C03B;
  color: #fff;
  transition: 0.2s all ease-in-out;
  font-size: 16px;
  font-weight: 700;
  padding: 0 25px !important;
  position: relative;
  top: -2px;
  text-transform: uppercase;
}
ul.nav li a[href$=contact]:hover {
  background: #60992f;
  color: #fff;
  text-decoration: none !important;
}
ul.nav li a[href$=contact]:active, ul.nav li a[href$=contact]:focus {
  background: #548529;
  color: #fff;
  text-decoration: none !important;
}
@media (max-width: 1475px) {
  ul.nav li a[href$=contact] {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  ul.nav li a[href$=contact] {
    font-size: 16px;
  }
}
ul.nav li a[href$=contact].active {
  color: #fff;
}
ul.nav li a[href$=contact]:after {
  display: none;
}
@media (max-width: 1450px) {
  ul.nav li a[href$=contact] {
    font-size: 20px;
    margin-top: 10px;
  }
}
ul.nav li.has-submenu a:hover:after {
  display: none;
}
ul.nav li.active-submenu a:after {
  display: none;
}
ul.nav li .mobile-social-icons {
  margin-top: 20px;
  text-align: center;
}
ul.nav li .mobile-social-icons a {
  color: #5A5A5A;
  display: inline-block;
  padding: 5px;
}
ul.nav li .mobile-social-icons a + a {
  margin-left: 2px;
}
ul.nav li .mobile-social-icons a i {
  color: #5A5A5A;
  font-size: 1.7em;
}
ul.nav li .mobile-social-icons a:hover {
  text-decoration: none;
}
ul.nav li ul {
  background: #79C03B;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: block;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: auto;
  transition: 0.2s all ease-in-out;
  z-index: 99999;
}
@media (max-width: 1450px) {
  ul.nav li ul {
    background: none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  ul.nav li ul.open {
    display: block;
  }
}
ul.nav li ul.two-cols {
  columns: 2;
}
ul.nav li ul:before {
  content: "";
  border-right: 10px solid rgba(255, 255, 255, 0);
  border-bottom: 15px solid #79C03B;
  border-left: 10px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: -10px;
  left: 50px;
}
@media (max-width: 1450px) {
  ul.nav li ul:before {
    display: none;
  }
}
ul.nav li ul:after {
  content: "";
  height: 15px;
  position: absolute;
  top: -15px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
}
@media (max-width: 1450px) {
  ul.nav li ul:after {
    display: none;
  }
}
ul.nav li ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.nav li ul li:before {
  display: none;
}
ul.nav li ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  height: auto;
  padding: 8px 30px 8px 13px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  transition: none;
}
@media (max-width: 1450px) {
  ul.nav li ul li a {
    color: #707070;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 15px;
    text-align: center;
  }
}
ul.nav li ul li a i {
  color: #79C03B;
  font-size: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}
ul.nav li ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
ul.nav li ul li a.active {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
ul.nav li ul li a.active:after {
  display: none;
}
ul.nav li ul li:first-of-type {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
ul.nav li ul li:last-of-type {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
ul.nav li ul li ul {
  position: absolute;
  top: -7px;
  left: calc(100% + 7px);
  transition: 0.2s all ease-in-out;
  transform: translate3d(-10px, 0, 0);
  opacity: 0;
  visibility: hidden;
}
ul.nav li ul li ul:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -7px;
  width: 7px;
}
ul.nav li ul li:hover ul {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
ul.nav li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.compact .main-nav ul li a:after {
  top: calc(100% - 15px) !important;
}

.compact .main-nav ul li ul {
  top: calc(100% + 5px) !important;
}

.nav-open ul.nav.mobile {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.nav-open #cookie-bar-show-button {
  display: none;
}

.page-full-width {
  padding: 100px 0 130px;
}
.page-full-width.grey {
  background: #eee;
}
@media (max-width: 1450px) {
  .page-full-width {
    padding: 80px 0 130px;
  }
}
@media (max-width: 767px) {
  .page-full-width {
    padding: 35px 0 80px;
  }
}

.page {
  align-items: flex-start;
  display: flex;
  max-width: 100%;
  padding: 100px 0 130px;
}
@media (max-width: 1450px) {
  .page {
    padding: 80px 0 130px;
  }
}
@media (max-width: 767px) {
  .page {
    flex-wrap: wrap;
    padding: 35px 0 80px;
  }
}
.page .left {
  flex: 1 0 0;
  margin-right: 80px;
}
@media (max-width: 1450px) {
  .page .left {
    margin-right: 60px;
  }
}
@media (max-width: 1200px) {
  .page .left {
    flex: 0 0 100%;
  }
}
.page .left h1 {
  color: #79C03B;
  font-size: 49px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .page .left h1 {
    font-size: 36px;
  }
}
.page .right {
  flex: 0 0 600px;
}
@media (max-width: 1450px) {
  .page .right {
    flex: 0 0 400px;
  }
}
@media (max-width: 1200px) {
  .page .right {
    flex: 0 0 100%;
  }
}
@media (max-width: 1200px) {
  .page .right img {
    display: block;
    max-width: 400px;
    margin: 50px auto 0;
    width: 100%;
  }
}

.page-home {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0 130px;
}
@media (max-width: 1450px) {
  .page-home {
    padding: 80px 0 130px;
  }
}
@media (max-width: 767px) {
  .page-home {
    padding: 35px 0 80px;
  }
}
.page-home .left {
  flex: 1 0 0;
  margin-right: 80px;
}
@media (max-width: 1450px) {
  .page-home .left {
    margin-right: 60px;
  }
}
@media (max-width: 1200px) {
  .page-home .left {
    flex: 0 0 100%;
  }
}
.page-home .left h1 {
  color: #79C03B;
  font-size: 49px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .page-home .left h1 {
    font-size: 36px;
  }
}
.page-home .right {
  flex: 0 0 350px;
}
@media (max-width: 1450px) {
  .page-home .right {
    flex: 0 0 200px;
  }
}
@media (max-width: 1200px) {
  .page-home .right {
    flex: 0 0 100%;
  }
}
@media (max-width: 1200px) {
  .page-home .right img {
    display: block;
    max-width: 400px;
    margin: 50px auto 0;
    width: 100%;
  }
}

.articles {
  display: grid;
  grid-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
}
.articles .article {
  display: block;
}
.articles .article .image-wrap {
  overflow: hidden;
  position: relative;
}
.articles .article .image-wrap .img {
  transform: translate3d(0, 0, 0) scale(1);
  transition: 0.2s all linear;
}
.articles .article .bottom {
  background: #035292;
  display: flex;
  padding: 15px 20px;
}
.articles .article .bottom > .left {
  flex: 1 0 0;
}
.articles .article .bottom > .left .title {
  color: #fff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.articles .article .bottom > .right {
  flex: 0 1 0;
  margin-left: 10px;
}
.articles .article .bottom > .right .btn, .articles .article .bottom > .right ul.nav li a[href$=contact], ul.nav li .articles .article .bottom > .right a[href$=contact] {
  height: 30px;
  line-height: 30px;
}
.articles .article:hover {
  text-decoration: none;
}
.articles .article:hover .image-wrap .img {
  transform: translate3d(0, 0, 0) scale(1.05);
}

.page-login-register {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0 130px;
}
@media (max-width: 1450px) {
  .page-login-register {
    padding: 80px 0 130px;
  }
}
@media (max-width: 767px) {
  .page-login-register {
    padding: 35px 0 80px;
  }
}
.page-login-register .left {
  flex: 1 0 0;
  margin-right: 100px;
}
@media (max-width: 991px) {
  .page-login-register .left {
    border-top: 1px solid #ddd;
    flex: 0 0 100%;
    margin-bottom: 60px;
    margin-top: 15px;
    padding-top: 25px;
    order: 2;
  }
}
.page-login-register .left .form-group {
  max-width: 500px;
}
.page-login-register .right {
  flex: 1 0 0;
}
@media (max-width: 991px) {
  .page-login-register .right {
    flex: 0 0 100%;
    order: 1;
  }
}
.page-login-register .submit-group {
  margin-top: 40px;
}

.account-message {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}

.tiles {
  display: grid;
  grid-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 80px 0 100px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tiles {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -80px 50px 0;
  }
}
.tiles .tile {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tiles .tile {
    flex: 1 0 240px;
    margin: 0 80px 80px 0;
  }
}
.tiles .tile .image-wrap {
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  margin: 0 0 15px;
  position: relative;
  transition: 0.2s all ease-in-out;
}
.tiles .tile .image-wrap:after {
  background: #79C03B;
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: 0.3s all ease-in-out;
  z-index: 2;
}
.tiles .tile .image-wrap .img {
  opacity: 1;
  position: relative;
  transform: translate3d(0, 0, 0) scale(1);
  transition: 0.2s all ease-in-out;
  z-index: 1;
}
.tiles .tile .image-wrap .img:after {
  padding-bottom: 65%;
}
.tiles .tile .title {
  color: #002F56;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
}
.tiles .tile:hover {
  text-decoration: none;
}
.tiles .tile:hover .image-wrap {
  background: #79C03B;
}
.tiles .tile:hover .image-wrap:after {
  width: 100%;
}
.tiles .tile:hover .image-wrap .img {
  opacity: 0.9;
  transform: translate3d(0, 0, 0) scale(1.05);
}

.filters {
  display: flex;
  margin: 0 0 40px;
}
.filters > .left {
  flex: 1 0 0;
}
.filters > .left .filter {
  margin-left: 20px;
}
.filters > .right {
  flex: 0 1 0;
}

.vacancies {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 40px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vacancies {
    display: flex;
    margin-right: -40px;
    flex-wrap: wrap;
  }
}
.vacancies .vacancy {
  background: #eee;
  border-radius: 20px;
  padding: 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vacancies .vacancy {
    flex: 1 0 300px;
    margin-right: 40px;
    margin-bottom: 40px;
    max-width: 300px;
  }
}
.vacancies .vacancy .title {
  color: #035292;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.vacancies .vacancy .salary {
  color: #79C03B;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.vacancies .vacancy .snippet {
  color: #5A5A5A;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: normal;
  margin: 10px 0 15px;
}
.vacancies .vacancy .read-more .btn, .vacancies .vacancy .read-more ul.nav li a[href$=contact], ul.nav li .vacancies .vacancy .read-more a[href$=contact] {
  border-radius: 15px;
  color: #002F56;
  display: block;
  width: 100%;
}

.page-vacancy {
  align-items: flex-start;
  display: flex;
  padding: 100px 0 130px;
}
.page-vacancy > .left {
  flex: 1 0 0;
  margin-right: 40px;
}
.page-vacancy > .right {
  flex: 0 0 300px;
}

.vacancy-details {
  background: #035292;
  border-radius: 20px;
  padding: 20px;
}
.vacancy-details .detail {
  display: flex;
}
.vacancy-details .detail + .detail {
  margin-top: 10px;
}
.vacancy-details .detail strong {
  color: #fff;
  flex: 0 1 0;
  white-space: nowrap;
}
.vacancy-details .detail span {
  color: #fff;
  flex: 1 0 0;
  margin-left: auto;
  text-align: right;
}

.show-interest-button,
.remove-interest-button {
  display: block;
  margin-top: 30px;
  width: 100%;
}

.footer-cta {
  background: #50A3DA;
  padding: 40px;
}
@media (max-width: 1600px) {
  .footer-cta {
    padding: 40px 0 20px;
  }
}
.footer-cta .container {
  align-items: center;
  display: flex;
  position: relative;
}
@media (max-width: 1680px) {
  .footer-cta .container {
    width: calc(100% - 60px);
  }
}
@media (max-width: 1600px) {
  .footer-cta .container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer-cta .container {
    width: calc(100% - 30px);
  }
}
.footer-cta .container .left {
  align-self: stretch;
  flex: 1 0 0;
  margin: 0 100px 0 0;
  position: relative;
}
@media (max-width: 1600px) {
  .footer-cta .container .left {
    flex: 0 0 100%;
    order: 2;
    margin: 0;
  }
}
.footer-cta .container .left img {
  height: calc(100% + 130px);
  max-width: none;
  position: absolute;
  top: -65px;
  right: 0;
}
@media (max-width: 1600px) {
  .footer-cta .container .left img {
    display: block;
    height: auto;
    margin: 0 auto;
    top: auto;
    left: 0;
    bottom: -60px;
    opacity: 1;
    max-width: 500px;
    position: relative;
    width: 100vw;
  }
}
.footer-cta .container .right {
  flex: 1 0 0;
}
@media (max-width: 1600px) {
  .footer-cta .container .right {
    flex: 0 0 100%;
    order: 1;
  }
}
.footer-cta .container .right h2 {
  color: #035292;
  font-size: 49px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 1600px) {
  .footer-cta .container .right h2 {
    font-size: 44px;
    text-align: center;
  }
}
.footer-cta .container .right ol {
  margin: 0 auto;
  max-width: 800px;
}
.footer-cta .container .right ol li {
  color: #fff;
  font-size: 23px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.43;
}
@media (max-width: 1600px) {
  .footer-cta .container .right ol li {
    font-size: 20px;
    padding: 1px 0 0 23px;
  }
}
.footer-cta .container .right ol li:before {
  background: #035292;
  font-size: 30px;
  font-weight: bold;
  height: 40px;
  top: -1px;
  left: -25px;
  text-align: center;
  padding: 3px 0 0 1px;
  width: 40px;
}
@media (max-width: 1600px) {
  .footer-cta .container .right ol li:before {
    font-size: 20px;
    height: 30px;
    width: 30px;
  }
}
.footer-cta .container .right .buttons {
  margin: 10px 0 0;
}
@media (max-width: 1600px) {
  .footer-cta .container .right .buttons {
    margin: 10px 0 -30px;
    text-align: center;
  }
}
.footer-cta .container .right .buttons .btn, .footer-cta .container .right .buttons ul.nav li a[href$=contact], ul.nav li .footer-cta .container .right .buttons a[href$=contact] {
  color: #fff;
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 5px solid #fff;
  height: 70px;
  line-height: 60px;
  padding: 0 55px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .footer-cta .container .right .buttons .btn, .footer-cta .container .right .buttons ul.nav li a[href$=contact], ul.nav li .footer-cta .container .right .buttons a[href$=contact] {
    font-size: 23px;
    height: 60px;
    line-height: 50px;
    padding: 0 45px;
  }
}

.footer-accreditations {
  padding: 80px 0 40px;
}

.footer {
  padding: 50px 0 40px;
}
.footer .container {
  max-width: 920px;
}
.footer .footer-links {
  text-align: center;
}
.footer .footer-links a {
  color: #5A5A5A;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: normal;
  line-height: 1.2;
}
.footer .footer-links span {
  display: inline-block;
  margin: 0 10px;
}
.footer .footer-legals {
  text-align: center;
}
.footer .footer-legals p {
  color: #5A5A5A;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: normal;
  line-height: 1.2;
  margin: 30px 0 0 !important;
}
.footer .footer-legals p a {
  color: #5A5A5A;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: normal;
  line-height: 1.2;
}