@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&display=swap);
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*, :after, :before {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
body {
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  -webkit-text-stroke: 1px transparent;
  background: #f8f8f8
}
img {
  border: 0
}
footer, form, h1, h2, h3, h4, h5, h6, header, input, li, nav, ol, p, section, ul {
  list-style: none;
  margin: 0;
  padding: 0
}
h1 span {
  color: #e6ae2f
}
footer, header, nav, section {
  display: block
}
button, input, input[type=button], input[type=submit], input[type=text], textarea {
  -webkit-appearance: none;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 400;
  outline: 0
}
input[type=submit] {
  cursor: pointer
}
textarea {
  resize: none;
  overflow: auto
}
input:focus, textarea:focus {
  outline: 0
}
table, table td {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0
}
a {
  color: #000;
  text-decoration: none
}
.btn, .news-item__content ul li a, .tags li a {
  background: #e6ae2f;
  border-radius: 50px;
  padding: 7px 18px;
  border: 0;
  color: #000;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
  font-size: 13px;
  transition: all .3s;
  cursor: pointer
}
.btn:hover, .news-item__content ul li a:hover, .tags li a:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
  opacity: .9
}
.btn--white {
  background: #fff
}
.btn--lrg {
  font-size: 15px;
  padding: 10px 20px
}
.btn--black {
  background: #000;
  color: #fff
}
.btn--black:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
  opacity: 1
}
.inner {
  max-width: 100%;
  width: 1320px;
  display: block;
  margin: auto;
  padding: 0 20px
}
.news-item__content ul, .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}
.news-item__content ul li, .tags li {
  margin: 0 10px 10px 0
}
.news-item__content ul li span, .tags li span {
  padding: 5px 10px;
  display: inline-block;
  border-radius: 30px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  font-size: 10px
}
.news-item__content ul li a, .tags li a {
  padding: 5px 10px;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  background: #e6ae2f;
  border: 1px solid #e6ae2f;
  font-size: 10px
}
hr {
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-bottom: 20px
}
p.success {
  background-color: #f3f9eb;
  padding: 10px;
  border: solid 1px #8dc63f;
  border-radius: 5px;
  margin-bottom: 20px
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after, .slick-track:before {
  display: table;
  content: ''
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-slide {
  padding: 3px
}
.slider-nav .slick-prev {
  box-shadow: 0 3px 6px #00000029;
  background: #fff url(../../images/icons/arrow.svg) no-repeat center center;
  width: 26px;
  height: 43px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  left: -10px;
  border: 0;
  z-index: 2;
  text-indent: -9999px;
  overflow: hidden
}
.slider-nav .slick-next {
  box-shadow: 0 3px 6px #00000029;
  background: #fff url(../../images/icons/arrow.svg) no-repeat center center;
  width: 26px;
  height: 43px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  right: -10px;
  border: 0;
  z-index: 2;
  text-indent: -9999px;
  overflow: hidden;
  transform: rotate(180deg)
}
.jspContainer {
  overflow: hidden;
  position: relative
}
.jspPane {
  position: absolute
}
.jspVerticalBar {
  background: red;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px
}
.jspHorizontalBar {
  background: red;
  bottom: 0;
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%
}
.jspCap {
  display: none
}
.jspHorizontalBar .jspCap {
  float: left
}
.jspTrack {
  background: #dde;
  position: relative
}
.jspDrag {
  background: #bbd;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0
}
.jspHorizontalBar .jspDrag, .jspHorizontalBar .jspTrack {
  float: left;
  height: 100%
}
.jspArrow {
  background: #50506d;
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px
}
.jspDisabled {
  background: #80808d;
  cursor: default
}
.jspVerticalBar .jspArrow {
  height: 16px
}
.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 16px
}
.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: 0
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%
}
* html .jspCorner {
  margin: 0 -3px 0 0
}
.jspContainer {
  margin-bottom: 20px
}
.jspHorizontalBar {
  background: 0 0;
  border-radius: 20px;
  overflow: hidden
}
.jspDrag {
  border-radius: 20px;
  background: #ccc
}
.jspTrack {
  background: #f2f2f2
}
.selectric-wrapper {
  position: relative;
  cursor: pointer
}
.selectric-responsive {
  width: 100%
}
.selectric {
  border: 0 solid #ddd;
  border-radius: 0;
  background: #fff;
  position: relative;
  overflow: hidden
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 23px 0 10px;
  font-size: 14px;
  line-height: 23px;
  color: #444;
  height: 23px;
  user-select: none
}
@media (min-width:1250px) {
  .selectric .label {
    font-size: 17px
  }
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  height: 23px;
  line-height: 23px;
  background-color: #fff;
  color: #bbb;
  text-align: center;
  font: 0/0 a
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbb;
  border-bottom: none
}
.selectric-focus .selectric {
  border-color: #aaa
}
.selectric-hover .selectric {
  border-color: #c4c4c4
}
.selectric-hover .selectric .button {
  color: #a2a2a2
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2
}
.selectric-open {
  z-index: 9999
}
.selectric-open .selectric {
  border-color: #c4c4c4
}
.selectric-open .selectric-items {
  display: block
}
.selectric-disabled {
  opacity: .5;
  cursor: default;
  user-select: none
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0
}
.selectric-hide-select select {
  position: absolute;
  left: -100%
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: 0 !important;
  border: none !important;
  background: 0 0 !important
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important
}
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%
}
.selectric-items li, .selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px
}
@media (min-width:1024px) {
  .selectric-items li, .selectric-items ul {
    font-size: 17px
  }
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer
}
.selectric-items li.selected {
  background: #e0e0e0;
  color: #444
}
.selectric-items li.highlighted {
  background: #d0d0d0;
  color: #444
}
.selectric-items li:hover {
  background: #d5d5d5;
  color: #444
}
.selectric-items .disabled {
  opacity: .5;
  cursor: default !important;
  background: 0 0 !important;
  color: #666 !important;
  user-select: none
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: 0 0;
  color: #444
}
.selectric-items .selectric-group.disabled li {
  opacity: 1
}
.selectric-items .selectric-group li {
  padding-left: 25px
}
.selectric .button {
  text-indent: -9999px;
  overflow: hidden
}
.selectric .button:after {
  display: none
}
.clearfix:after, .content-section header:after, .hero .inner:after, .hero--article .news-item__content ul:after, .hero--article .tags:after, .main_header .inner:after, .news-item__content .hero--article ul:after {
  content: "";
  display: table;
  clear: both
}
.clearboth {
  clear: both
}
.fl {
  float: left
}
.fr {
  float: right
}
.container {
  margin: 0 auto;
  width: 1440px
}
.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 40px
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.content-default h1, .content-default h2, .content-default h3, .content-default h4, .content-default h5, .content-default h6 {
  border: 0;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px
}
.content-default h1 {
  font-size: 60px
}
.content-default h2 {
  background: 0 0 !important;
  color: #333 !important;
  font-size: 40px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 0 20px !important;
  text-transform: none !important
}
.content-default h3 {
  font-size: 35px !important
}
.content-default h4 {
  font-size: 30px
}
.content-default h5 {
  font-size: 25px
}
.content-default h6 {
  font-size: 20px
}
.content-default p {
  padding: 0 0 20px;
  font-size: 14px;
  line-height: 22px
}
.content-default img {
  width: auto !important;
  max-width: 100%
}
.content-default blockquote {
  margin: 0 0 40px 0;
  padding: 30px 50px;
  box-shadow: 0 3px 6px #00000029;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  background: #fff
}
.content-default blockquote:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../images/icons/blockquote.png) no-repeat center center/20px;
  left: 10px;
  position: absolute;
  top: 10px
}
.content-default blockquote:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../images/icons/blockquote.png) no-repeat center center/20px;
  right: 10px;
  position: absolute;
  bottom: 10px;
  transform: rotate(180deg)
}
.content-default table {
  border: solid #ccc;
  border-width: 1px 0 0 1px;
  margin: 0 0 20px;
  width: 100%
}
.content-default ol {
  counter-reset: li;
  list-style: decimal;
  padding: 0 0 15px
}
.content-default ol li {
  margin: 0 0 0 15px;
  font-size: 14px;
  line-height: 22px
}
.content-default ul {
  padding: 0 0 15px
}
.content-default ul li {
  list-style: disc;
  margin: 0 0 0 15px;
  font-size: 14px;
  line-height: 22px
}
.content-default table {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block
}
.content-default table td, .content-default table th {
  border: solid #ccc;
  border-width: 0 1px 1px 0;
  background: #f7f7f7;
  padding: 5px;
  text-align: left
}
.content-default address {
  border-left: 5px solid #ccc;
  margin: 15px 30px 20px 10px;
  padding: 5px 0 5px 20px
}
.content-default .gallery {
  padding: 0 0 20px
}
.content-default .alignleft {
  float: left;
  margin: 3px 20px 20px 0
}
.content-default .aligncenter {
  display: block;
  margin: 0 auto 20px auto
}
.content-default .alignright {
  float: right;
  margin: 3px 0 20px 20px
}
.content-default .alignnone {
  display: block;
  float: none;
  margin: 0 0 30px 0
}
.content-default p .alignleft {
  float: left;
  margin: 5px 15px 30px 0
}
.content-default p .aligncenter {
  display: block;
  margin: 5px auto 30px auto
}
.content-default p .alignright {
  float: right;
  margin: 5px 0 30px 15px
}
.content-default p .alignnone {
  display: block;
  float: none;
  margin: 5px 0 30px 0
}
.content-default .aligncenter, .content-default div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.content-default .wp-caption {
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding-top: 5px;
  text-align: center;
  max-width: 100%
}
.content-default .wp-caption img {
  border: 0;
  display: block !important;
  margin: 0 auto !important;
  padding: 0;
  max-width: 98%
}
.content-default .wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px
}
.content-default .article-carousel {
  margin-bottom: 40px
}
.content-section {
  margin-bottom: 50px
}
@media (max-width:480px) {
  .content-section {
    margin-bottom: 20px
  }
}
.content-section .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between
}
@media (max-width:768px) {
  .content-section .inner {
    flex-direction: column
  }
}
.content-section header {
  display: block;
  width: 100%;
  margin-bottom: 40px
}
@media (max-width:768px) {
  .content-section header {
    width: 500px;
    margin: 0 auto 40px auto;
    max-width: 100%
  }
}
.content-section header h2 {
  font-size: 30px;
  float: left
}
@media (max-width:768px) {
  .content-section header h2 {
    display: block;
    float: none;
    margin-bottom: 10px
  }
}
.content-section header .news-item__content ul li a, .content-section header .tags li a, .content-section header a.btn, .news-item__content ul li .content-section header a, .tags li .content-section header a {
  float: right
}
@media (max-width:768px) {
  .content-section header .news-item__content ul li a, .content-section header .tags li a, .content-section header a.btn, .news-item__content ul li .content-section header a, .tags li .content-section header a {
    float: none;
    display: inline-block
  }
}
.content-section__content {
  display: block;
  width: calc(100% - 340px)
}
@media (max-width:1320px) {
  .content-section__content {
    width: calc(100% - 310px)
  }
}
@media (max-width:1024px) {
  .content-section__content {
    width: 100%
  }
}
@media (max-width:768px) {
  .content-section__content {
    width: 500px;
    margin: Auto;
    max-width: 100%
  }
}
.content-section__sidebar {
  display: flex;
  flex-direction: column;
  width: 300px
}
@media (max-width:1024px) {
  .content-section__sidebar {
    margin: 30px auto
  }
}
.content-section--grey {
  background: #242424;
  padding: 50px 0
}
@media (max-width:768px) {
  .content-section--grey .inner {
    max-width: 500px;
    width: 100%
  }
}
.content-section--grey header h2 {
  color: #fff
}
.content-section--grey .news-item--highlight {
  max-width: 600px
}
.content-section--grey .news-item--highlight img {
  height: 100%;
  object-fit: cover
}
@media (max-width:480px) {
  .content-section--grey .news-item--highlight img {
    height: 300px
  }
}
.content-section--grey .news-item--highlight h3 {
  font-size: 36px;
  max-width: 340px
}
@media (max-width:1200px) {
  .content-section--grey .news-item--highlight {
    max-width: 50%
  }
}
@media (max-width:1024px) {
  .content-section--grey .news-item--highlight {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 20px auto
  }
}
.content-section--grey .articles-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%
}
@media (max-width:1024px) {
  .content-section--grey .articles-container {
    flex-direction: column
  }
}
.content-section--grey .articles-container .thumbslist {
  flex: 1;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
@media (max-width:1024px) {
  .content-section--grey .articles-container .thumbslist {
    max-width: 600px;
    width: 100%;
    margin: auto;
    padding: 0
  }
}
.content-section--grey .articles-container .thumbslist .news-item {
  display: flex;
  flex-direction: row;
  background: 0 0;
  box-shadow: none
}
@media (max-width:1024px) {
  .content-section--grey .articles-container .thumbslist .news-item {
    min-height: 100px;
    margin-bottom: 20px
  }
}
.content-section--grey .articles-container .thumbslist .news-item:last-child {
  margin-bottom: 0
}
.content-section--grey .articles-container .thumbslist .news-item .news-item__content {
  padding: 0 0 0 15px
}
.content-section--grey .articles-container .thumbslist .news-item h3 a {
  color: #fff;
  font-weight: 400;
  font-size: 18px
}
.content-section--grey .articles-container .thumbslist .news-item p {
  color: #fff
}
.content-section--grey .articles-container .thumbslist .news-item img {
  max-width: 176px
}
.content-section--grey .articles-container .thumbslist .news-item ul li span {
  background: 0 0;
  color: #fff;
  border-color: #fff
}
.content-section--sideimg {
  padding: 50px 0;
  position: relative
}
@media (max-width:1024px) {
  .content-section--sideimg {
    background-image: none !important
  }
}
.content-section--sideimg header .news-item__content ul li a, .content-section--sideimg header .tags li a, .content-section--sideimg header a.btn, .news-item__content ul li .content-section--sideimg header a, .tags li .content-section--sideimg header a {
  background: #fff;
  border-color: #fff;
  color: #000;
  box-shadow: 0 1px 1px #00000026
}
.content-section--sideimg:before {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: #fff
}
.content-section--sideimg:after {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  left: 60%;
  top: 0;
  width: 40%;
  height: 100%;
  background: transparent linear-gradient(269deg, #fffFFF00 0, #fff 100%) 0 0 no-repeat padding-box
}
.content-section--sideimg .inner {
  padding-right: 30%;
  position: relative;
  z-index: 2
}
@media (max-width:1200px) {
  .content-section--sideimg .inner {
    padding-right: 20%
  }
}
@media (max-width:1024px) {
  .content-section--sideimg .inner {
    padding-right: 20px
  }
}
.content-section--sideimg .news-list {
  flex-wrap: wrap;
  justify-content: space-between
}
.content-section--sideimg .news-list .news-item {
  width: calc(50% - 10px);
  background: 0 0;
  max-width: calc(50% - 10px);
  height: auto;
  margin-bottom: 25px;
  min-height: 120px
}
@media (max-width:768px) {
  .content-section--sideimg .news-list .news-item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 25px auto
  }
}
.content-section--sideimg .content-section__content {
  width: 100%
}
.content-section--nomargin {
  margin-bottom: 0 !important
}
@media (max-width:480px) {
  .content-section--mobile_reverse .content-section__sidebar {
    order: 1
  }
  .content-section--mobile_reverse .content-section__content {
    order: 2
  }
}
.content-section--jobs {
  margin-top: -200px;
  z-index: 3;
  position: relative
}
.content-section--jobs .quicklinks {
  margin-top: -145px
}
@media (max-width:768px) {
  .content-section--jobs .quicklinks {
    margin-top: -90px
  }
}
.content-section--jobs .content-section__sidebar {
  padding-top: 150px
}
@media (max-width:1024px) {
  .content-section--jobs .content-section__sidebar {
    padding-top: 0;
    width: 100%
  }
}
.content-section--events {
  margin-top: -200px;
  z-index: 3;
  position: relative
}
.content-section--events .quicklinks {
  margin-top: -145px
}
@media (max-width:768px) {
  .content-section--events .quicklinks {
    margin-top: -90px
  }
}
.content-section--events .content-section__sidebar {
  padding-top: 150px
}
@media (max-width:1024px) {
  .content-section--events .content-section__sidebar {
    padding-top: 0;
    width: 100%
  }
}
.main_header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 43px 0;
  z-index: 9
}
.main_header ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%
}
.main_header ul li {
  display: inline-block;
  margin-left: 10px
}
@media (max-width:768px) {
  .main_header .inner {
    padding-top: 20px
  }
}
.main_header__nav_container {
  width: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  float: right;
  position: relative
}
@media (max-width:1024px) {
  .main_header__nav_container {
    padding-right: 40px;
    margin-top: 10px
  }
}
.main_header__nav_container .mobile_nav {
  display: none;
  position: absolute;
  top: 4px;
  right: 0;
  border: 0;
  background: 0 0
}
@media (max-width:1024px) {
  .main_header__nav_container .mobile_nav {
    display: inline-block
  }
}
.main_header ul.main_header__user_nav {
  margin-bottom: 27px;
  z-index: 2
}
@media (max-width:768px) {
  .main_header ul.main_header__user_nav {
    position: absolute;
    top: -55px;
    right: 3px;
    margin: 0;
    width: 90vw
  }
}
.main_header .df_search {
  position: relative
}
.main_header .df_search > div {
  position: absolute;
  right: 0;
  top: 0;
  height: 29px;
  width: 0;
  border-radius: 50px;
  overflow: hidden;
  z-index: 1;
  transition: all .3s;
  background: #fff
}
.main_header .df_search > div form {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-right: 30px
}
.main_header .df_search > div form input[type=text] {
  width: calc(100% - 30px);
  height: 29px;
  border: 0;
  background: 0 0;
  padding: 0 20px
}
.main_header .df_search > div form input[type=submit] {
  width: 30px;
  height: 29px;
  background: transparent url(../../images/icons/search-1--blk.svg) no-repeat center center;
  border: 0
}
.main_header .df_search button {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  background: 0 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
  background: transparent url(../../images/icons/search-1.svg) no-repeat center center
}
.main_header .df_search.open > div {
  width: 738px
}
@media (max-width:1200px) {
  .main_header .df_search.open > div {
    width: 638px
  }
}
@media (max-width:1024px) {
  .main_header .df_search.open > div {
    width: 340px
  }
}
@media (max-width:768px) {
  .main_header .df_search.open > div {
    width: calc(100vw - 40px)
  }
}
.main_header .df_search.open button {
  border: 0;
  background: transparent url(../../images/icons/close.png) no-repeat center center/10px
}
.main_header ul.main_header__site_nav > li {
  margin-left: 40px;
  position: relative
}
@media (max-width:1200px) {
  .main_header ul.main_header__site_nav > li {
    margin-left: 20px
  }
  .main_header ul.main_header__site_nav > li:first-of-type {
    margin: 0
  }
}
.main_header ul.main_header__site_nav > li a {
  color: #fff;
  transition: transform .1s;
  display: block;
  font-size: 14px
}
.main_header ul.main_header__site_nav > li a:hover {
  color: #e6ae2f
}
.main_header ul.main_header__site_nav > li > ul {
  display: none;
  border-radius: 10px;
  background: #fff;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 200px;
  padding: 10px
}
.main_header ul.main_header__site_nav > li > ul:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  display: block;
  top: -10px;
  left: 20px;
  position: absolute
}
.main_header ul.main_header__site_nav > li > ul:after {
  content: '';
  display: block;
  height: 10px;
  width: 100%;
  top: -10px;
  left: 0;
  position: absolute
}
.main_header ul.main_header__site_nav > li > ul > li {
  width: 100%;
  display: block
}
.main_header ul.main_header__site_nav > li > ul > li a {
  padding: 5px 0;
  color: #000;
  display: block;
  font-size: 13px
}
@media (min-width:1024px) {
  .main_header ul.main_header__site_nav > li:hover > ul {
    display: flex
  }
}
.main_header ul.main_header__site_nav > li .open_sub {
  display: none;
  border: 0;
  background: 0 0;
  transition: all .3s
}
@media (max-width:1024px) {
  .main_header ul.main_header__site_nav > li .open_sub {
    display: block;
    position: absolute;
    right: 0;
    top: 14px
  }
}
@media (max-width:1024px) {
  .main_header ul.main_header__site_nav > li.has_sub {
    padding-right: 50px
  }
  .main_header ul.main_header__site_nav > li.has_sub > ul {
    display: none;
    opacity: 0;
    transition: opacity .3s;
    position: relative;
    background: 0 0;
    left: inherit;
    top: inherit;
    padding: 0 0 20px 20px
  }
  .main_header ul.main_header__site_nav > li.has_sub > ul:before {
    display: none
  }
  .main_header ul.main_header__site_nav > li.has_sub > ul li {
    border: 0
  }
  .main_header ul.main_header__site_nav > li.has_sub > ul li a {
    color: #fff
  }
  .main_header ul.main_header__site_nav > li.has_sub.open .open_sub {
    transform: rotate(180deg)
  }
  .main_header ul.main_header__site_nav > li.has_sub.open > ul {
    display: flex;
    opacity: 1
  }
}
@media (max-width:1024px) {
  .main_header ul.main_header__site_nav {
    display: block;
    position: fixed;
    left: 100%;
    height: 100vh;
    top: 0;
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, .9);
    transition: left .3s;
    padding: 80px 30px
  }
  .main_header ul.main_header__site_nav li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
    margin: 0
  }
  .main_header ul.main_header__site_nav li a {
    padding: 15px 0
  }
}
.logo {
  max-width: 274px;
  height: auto;
  float: left
}
@media (max-width:1024px) {
  .logo {
    width: 200px
  }
}
.logo img {
  display: block;
  max-width: 100%;
  height: auto
}
.logo--sml {
  max-width: 120px
}
.mobile_nav--close {
  display: none
}
@media (max-width:1024px) {
  body {
    overflow-x: hidden
  }
  body.open {
    overflow: hidden
  }
  body.open .mobile_nav--close {
    display: inline-block;
    z-index: 9;
    top: 30px;
    right: 30px;
    position: fixed;
    background: 0 0;
    border: 0
  }
  body.open ul.main_header__site_nav {
    left: 0;
    width: 100%;
    z-index: 8
  }
}
.my-account > div {
  display: block;
  position: relative;
  border: 2px solid #fff;
  border-radius: 20px;
  background: #000 url(../../images/icons/profile.png) no-repeat 10px center/13px
}
.my-account > div button {
  display: block;
  border: 0;
  background: 0 0;
  color: #fff;
  height: 25px;
  line-height: 25px;
  padding: 0 40px;
  cursor: pointer
}
.my-account > div button:after {
  content: '';
  display: block;
  width: 30px;
  height: 25px;
  background: url(../../images/icons/arrow-down.svg) no-repeat center center/20px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s
}
.my-account > div ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -2px;
  width: calc(100% + 4px);
  border-radius: 20px;
  border: 2px solid #fff;
  background: #000;
  padding: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 0
}
.my-account > div ul li {
  display: block;
  margin: 0
}
.my-account > div ul li a {
  color: #fff;
  display: block;
  padding: 5px 10px
}
.my-account.open > div {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0
}
.my-account.open ul {
  display: block
}
.my-account.open button:after {
  transform: rotate(-180deg)
}
.main_footer .signup_block {
  padding: 20px;
  background: #e6ae2f
}
.main_footer .signup_block h5 {
  font-size: 18px
}
.main_footer .signup_block p {
  font-size: 13px
}
.main_footer .signup_block .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}
@media (max-width:1024px) {
  .main_footer .signup_block .inner {
    flex-direction: column
  }
}
.main_footer .signup_block__section.df_form {
  padding-left: 30px
}
.main_footer .signup_block__section.df_form label {
  display: none
}
.main_footer .signup_block__section.df_form .ff-errors {
  position: absolute;
  top: calc(100% - 5px)
}
.main_footer .signup_block__section.df_form .ff-errors li {
  color: #fff
}
.main_footer .signup_block__section.df_form .df_form__column {
  position: relative
}
.main_footer .signup_block__section.df_form .ff-form-errors {
  display: none !important
}
@media (max-width:1024px) {
  .main_footer .signup_block__section.df_form {
    padding-left: 0
  }
  .main_footer .signup_block__section:first-of-type {
    margin-bottom: 30px;
    width: 300px;
    max-width: 100%
  }
}
.main_footer .footer_nav_container {
  background: #000;
  padding: 40px
}
.main_footer .footer_nav_container .inner {
  display: flex;
  flex-direction: row
}
@media (max-width:1024px) {
  .main_footer .footer_nav_container .inner {
    flex-direction: column;
    padding: 0
  }
}
.main_footer .footer_nav_container__section {
  width: 50%
}
@media (max-width:1024px) {
  .main_footer .footer_nav_container__section {
    width: 100%
  }
}
.main_footer .footer_nav_container__section:first-of-type {
  padding-right: 20%
}
@media (max-width:1024px) {
  .main_footer .footer_nav_container__section:first-of-type {
    padding: 0 0 30px 0
  }
}
.main_footer .footer_nav_container__section:last-of-type {
  display: flex;
  flex-direction: row
}
@media (max-width:768px) {
  .main_footer .footer_nav_container__section:last-of-type {
    flex-direction: column
  }
}
.main_footer .footer_nav_container__section p {
  font-size: 13px;
  margin-bottom: 20px;
  color: #fff
}
.main_footer .footer_nav_container__section nav {
  flex: 1
}
@media (max-width:768px) {
  .main_footer .footer_nav_container__section nav {
    margin-bottom: 30px
  }
}
.main_footer .footer_nav_container__section nav h5 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px
}
.main_footer .footer_nav_container__section nav ul li {
  display: block;
  margin-bottom: 5px
}
.main_footer .footer_nav_container__section nav ul li a {
  color: #fff;
  font-size: 13px
}
.main_footer .footer_nav_container__section nav ul.socials li {
  padding-left: 30px
}
.main_footer .footer_nav_container__section nav ul.socials li a {
  height: 20px;
  line-height: 20px
}
.main_footer .footer_nav_container__section nav ul.socials li.fb {
  background: url(../../images/icons/fb.png) no-repeat left center/20px
}
.main_footer .footer_nav_container__section nav ul.socials li.twt {
  background: url(../../images/icons/twt.png) no-repeat left center/20px
}
.main_footer .footer_nav_container__section nav ul.socials li.yt {
  background: url(../../images/icons/yt.png) no-repeat left center/20px
}
.main_footer .footer_nav_container__section nav ul.socials li.li {
  background: url(../../images/icons/li.png) no-repeat left center/20px
}
.main_footer .footer_nav_container__section nav ul.socials li.insta {
  background: url(../../images/icons/instagram.png) no-repeat left center/20px
}
.main_footer .footer_bottom {
  background: #2f2f2f
}
.main_footer .footer_bottom .inner {
  display: flex
}
@media (max-width:768px) {
  .main_footer .footer_bottom .inner {
    flex-direction: column
  }
}
@media (max-width:768px) {
  .main_footer .footer_bottom__section {
    text-align: center
  }
}
.main_footer .footer_bottom__section__logos {
  display: flex;
  margin-bottom: 20px
}
@media (max-width:768px) {
  .main_footer .footer_bottom__section__logos {
    justify-content: center
  }
}
.main_footer .footer_bottom__section__logos img {
  margin-right: 10px;
  border-radius: 3px
}
.main_footer .footer_bottom__section__logos img:last-of-type {
  margin-right: 0
}
.main_footer .footer_bottom__section:first-of-type {
  padding: 25px 0
}
.main_footer .footer_bottom__section:last-of-type {
  margin-left: auto
}
@media (max-width:768px) {
  .main_footer .footer_bottom__section:last-of-type {
    margin: auto
  }
}
.main_footer .footer_bottom p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 10px
}
.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: auto;
  width: 100%;
  padding: 110px 0;
  position: relative;
  z-index: 1
}
@media (max-width:1400px) {
  .hero {
    max-height: 600px
  }
}
@media (max-width:480px) {
  .hero {
    max-height: 600px;
    height: 80vh
  }
}
.hero:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(0deg, #00000000 0, #000 100%) 0 0 no-repeat padding-box;
  z-index: 2
}
.hero__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0
}
.hero__bg.blurred {
  filter: blur(10px);
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  left: -15px;
  top: -15px
}
.hero__bg.blurred #ieblur {
  display: none
}
.hero.hasblur {
  overflow: hidden
}
.hero .inner {
  z-index: 2;
  padding: 100px 20px
}
.hero .inner div {
  max-width: 600px;
  float: left
}
.hero .inner h1 {
  font-size: 42px;
  line-height: 46px;
  margin-bottom: 10px;
  color: #fff
}
.hero .inner p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 40px;
  color: #fff;
  display: block
}
.hero .inner a {
  display: inline
}
.hero .counters {
  display: flex;
  flex-direction: row;
  clear: both
}
@media (max-width:768px) {
  .hero .counters {
    justify-content: center;
    align-items: center;
    flex-direction: column
  }
}
.hero .counters li {
  width: 170px;
  margin: 0 20px 0 0;
  background: rgba(0, 0, 0, .8);
  padding: 20px;
  text-align: Center;
  position: relative
}
@media (max-width:768px) {
  .hero .counters li {
    width: 300px;
    margin: 0 0 20px 0;
    padding: 20px 20px 20px 80px;
    text-align: left
  }
}
@media (max-width:480px) {
  .hero .counters li {
    width: 100%
  }
}
.hero .counters li span {
  width: 53px;
  height: 53px;
  line-height: 53px;
  border-radius: 50%;
  background: #e6ae2f;
  text-align: Center;
  color: #fff;
  margin: 0 auto 10px auto;
  font-size: 24px;
  display: block
}
@media (max-width:768px) {
  .hero .counters li span {
    position: absolute;
    top: 19px;
    left: 15px
  }
}
.hero .counters li p {
  font-size: 14px;
  line-height: 18px
}
@media (max-width:768px) {
  .hero .counters li p {
    margin-bottom: 5px
  }
}
@media (max-width:768px) {
  .hero .counters li a {
    display: inline-block
  }
}
.hero .counters li:last-child {
  margin-right: 0
}
.hero--article {
  max-height: 544px;
  padding: 110px 0 0 0
}
@media (max-width:480px) {
  .hero--article {
    max-height: 1000px;
    height: 110vh
  }
}
.hero--article .news-item__content ul, .hero--article .tags, .news-item__content .hero--article ul {
  margin-bottom: 27px
}
.hero--article .news-item__content ul li, .hero--article .tags li, .news-item__content .hero--article ul li {
  float: left
}
.hero--article .news-item__content ul li span, .hero--article .tags li span, .news-item__content .hero--article ul li span {
  background: 0 0;
  color: #fff;
  border-color: #fff
}
.hero--article .news-item__content ul li a, .hero--article .tags li a, .news-item__content .hero--article ul li a {
  display: block
}
.hero--article .inner {
  margin: auto auto 50px auto;
  padding: 100px 20px 0 20px
}
.hero--article .inner > div {
  max-width: 50%;
  padding-right: 40px;
	min-height: 250px;
}
@media (max-width:1130px) {
  .hero--article .inner > div {
    max-width: 100%
  }
}
.hero--login {
  padding: 110px 0 200px 0
}
.hero--login .inner > div {
  max-width: 50%
}
@media (max-width:1130px) {
  .hero--login .inner > div {
    max-width: 100%
  }
}
@media (max-width:768px) {
  .hero--quicklinks {
    padding: 110px 0 250px 0
  }
}
@media (max-width:768px) {
  .hero--quicklinks {
    padding: 110px 0 180px 0
  }
}
.hero--loggedin {
  max-height: inherit;
  min-height: 750px
}
@media (max-width:768px) {
  .hero--loggedin {
    height: auto;
    padding: 200px 0 180px 0
  }
}
.hero--sml {
  max-height: 550px;
  height: 550px
}
.hero--home {
  height: 100vh
}
@media (max-width:480px) {
  .hero--home {
    height: 110vh
  }
}
_:-ms-fullscreen, :root #ieblur {
  display: block !important
}
.df_form h2 {
  font-size: 24px;
  margin-bottom: 20px
}
.df_form hr {
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-bottom: 20px
}
.df_form form {
  display: flex;
  flex-direction: column;
  font-size: 13px
}
@media (max-width:1024px) {
  .df_form form {
    width: 300px;
    max-width: 100%
  }
}
.df_form form .ff-form-errors {
  color: #c00;
  padding: 5px 0;
  font-size: 11px
}
.df_form form .ff-errors li {
  color: #c00;
  padding: 5px 0;
  font-size: 11px
}
.df_form form .g-recaptcha {
  margin: 20px 0
}
.df_form form .g-recaptcha > div {
  margin: auto
}
.df_form form input[type=submit] {
  width: 133px;
  font-size: 13px
}
.df_form form input[type=email], .df_form form input[type=password], .df_form form input[type=text] {
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  border: 0;
  width: 267px;
  font-size: 13px
}
@media (max-width:1024px) {
  .df_form form input[type=email], .df_form form input[type=password], .df_form form input[type=text] {
    width: 100%
  }
}
.df_form form textarea {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  height: 150px
}
.df_form form .selectric {
  border: 1px solid #ccc;
  width: 100%;
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 13px
}
.df_form form .selectric .label {
  font-size: 13px;
  color: #000;
  margin-left: 0
}
.df_form form .selectric:after {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  background: url(../../images/icons/arrow-down-grey.svg) no-repeat center center/15px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s
}
.df_form form .selectric-items li, .df_form form .selectric-items ul {
  font-size: 13px
}
.df_form form label {
  display: block;
  margin-bottom: 10px
}
.df_form form .checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative
}
.df_form form .checkbox > span {
  color: #34495e;
  padding: 0 10px
}
.df_form form .checkbox > input {
  height: 15px;
  width: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #000;
  outline: 0;
  transition-duration: .3s;
  background-color: #fff;
  cursor: pointer
}
.df_form form .checkbox > input:checked {
  border: 1px solid #000;
  background-color: #e6ae2f
}
.df_form form .checkbox > input:checked + span::before {
  content: '\2713';
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
  height: 15px;
  width: 15px
}
.df_form form .checkbox > input:active {
  border: 2px solid #000
}
.df_form--hor form {
  flex-direction: row
}
@media (max-width:1024px) {
  .df_form--hor form {
    flex-direction: column
  }
}
.df_form__column {
  margin-left: 10px
}
@media (max-width:1024px) {
  .df_form__column {
    margin: 0 0 20px 0
  }
}
.df_form__row {
  display: block;
  margin-bottom: 20px
}
.df_form__row.error input {
  border-color: #c00 !important
}
.df_form__row.error .msg {
  color: #c00;
  padding: 3px 0 0 0;
  font-size: 11px
}
.df_form__container {
  background: #fff;
  padding: 30px;
  box-shadow: 0 3px 15px #00000029
}
.df_form__container .tandcs p {
  font-weight: 500
}
.df_form__container .tandcs p a {
  color: #e6ae2f
}
.df_form__container form {
  width: 100%;
  margin: 0
}
.df_form__container form input[type=email], .df_form__container form input[type=password], .df_form__container form input[type=text], .df_form__container form textarea {
  border: 1px solid #ccc;
  width: 100%
}
.df_form__container form input[type=email].ff-has-errors, .df_form__container form input[type=password].ff-has-errors, .df_form__container form input[type=text].ff-has-errors, .df_form__container form textarea.ff-has-errors {
  border-color: #c00
}
.df_form__container--block {
  margin-bottom: 20px !important
}
.df_form__container--block p {
  margin-bottom: 20px
}
.df_form__container--block .btn, .df_form__container--block .news-item__content ul li a, .df_form__container--block .tags li a, .news-item__content ul li .df_form__container--block a, .tags li .df_form__container--block a {
  display: inline-block
}
.df_form p.success {
  background-color: #f3f9eb;
  padding: 10px;
  border: solid 1px #8dc63f;
  border-radius: 5px;
  margin-bottom: 20px
}
.homepage_highlights {
  margin-bottom: 50px;
  margin-top: -80px;
  position: relative;
  z-index: 3
}
@media (max-width:480px) {
  .homepage_highlights {
    margin-bottom: 20px
  }
}
.homepage_highlights .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}
@media (max-width:768px) {
  .homepage_highlights .inner {
    flex-direction: column
  }
}
.homepage_highlights .inner .news-item {
  box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
  transition: all .3s
}
.homepage_highlights .inner .news-item svg {
  display: block;
  max-width: 100%;
  height: auto
}
.homepage_highlights .inner .news-item img {
  display: none
}
@media (max-width:1024px) {
  .homepage_highlights .inner .news-item .img, .homepage_highlights .inner .news-item svg {
    height: 100%
  }
}
@media (max-width:1024px) {
  .homepage_highlights .inner .news-item svg {
    height: 400px
  }
}
.homepage_highlights .inner .news-item:first-child {
  margin: 0
}
.homepage_highlights .inner .news-item:first-child .news-item__content h3 {
  font-size: 36px;
  max-width: 340px
}
@media (max-width:1320px) {
  .homepage_highlights .inner .news-item {
    margin-left: 10px
  }
  .homepage_highlights .inner .news-item:first-child {
    margin: 0
  }
}
@media (max-width:1024px) {
  .homepage_highlights .inner .news-item {
    width: 300px;
    max-width: calc(33.3% - 6px)
  }
  .homepage_highlights .inner .news-item img {
    width: 100%;
    height: 400px;
    max-width: 100%;
    object-fit: cover
  }
  .homepage_highlights .inner .news-item.news-item--x2 {
    max-width: calc(33.3% - 6px)
  }
  .homepage_highlights .inner .news-item.news-item--x2 h3, .homepage_highlights .inner .news-item.news-item--x2 h3 a {
    font-size: 24px;
    line-height: 25px
  }
}
@media (max-width:768px) {
  .homepage_highlights .inner .news-item {
    margin: 0 auto 20px auto;
    width: 500px;
    max-width: 100%
  }
  .homepage_highlights .inner .news-item.news-item--x2 {
    width: 500px;
    max-width: 100%;
    margin: 0 auto 20px auto
  }
}
@media (max-width:480px) {
  .homepage_highlights .inner .news-item {
    margin: 0 auto 20px auto;
    width: 100%;
    max-width: 100%
  }
  .homepage_highlights .inner .news-item.news-item--x2 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px auto
  }
  .homepage_highlights .inner .news-item.news-item--x2 h3, .homepage_highlights .inner .news-item.news-item--x2 h3 a {
    font-size: 36px;
    line-height: 37px
  }
}
.homepage_highlights .inner .news-item:hover {
  box-shadow: 0 5px 9px rgba(0, 0, 0, .5);
  transform: translateY(-5px)
}
.homepage_highlights--category {
  margin-top: -150px
}
.news-item {
  display: block;
  box-shadow: 0 1px 3px #00000029;
  background: #fff;
  position: relative;
  width: 300px;
  max-width: calc(33.3% - 6px)
}
@media (max-width:768px) {
  .news-item {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px auto
  }
}
.news-item--x2 {
  width: 600px;
  max-width: 62%
}
@media (max-width:768px) {
  .news-item--x2 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px auto
  }
}
.news-item--x3 {
  width: 100%;
  max-width: 100%
}
@media (max-width:768px) {
  .news-item--x3 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px auto
  }
}
.news-item__inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden
}
.news-item__img {
  display: block;
  width: 100%;
  height: 200px
}
.news-item .img {
  display: block;
  position: relative
}
.news-item img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  transition: opacity .3s
}
.news-item:hover img {
  opacity: .8
}
.news-item .sticky {
  padding: 5px 10px;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  background: #e6ae2f;
  border: 1px solid #e6ae2f;
  font-size: 10px;
  position: absolute;
  top: 10px;
  left: -10px;
  box-shadow: 0 3px 6px #00000029;
  z-index: 3
}
.news-item__content {
  display: block;
  padding: 20px;
  width: 100%
}
.news-item__content h3 {
  font-size: 16px;
  margin-bottom: 10px
}
.news-item__content h3 a {
  opacity: 1;
  transition: all .3s
}
.news-item__content h3 a:hover {
  opacity: .8
}
.news-item__content p {
  line-height: 18px;
  margin-bottom: 15px
}
.news-item--highlight {
  position: relative
}
.news-item--highlight .img:after {
  content: '';
  display: block;
  background: transparent linear-gradient(180deg, #00000000 0, #000 100%) 0 0 no-repeat padding-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: calc(100% + 1px);
  height: 100%;
  z-index: 1
}
.news-item--highlight .news-item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column
}
.news-item--highlight .news-item__content h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px
}
.news-item--highlight .news-item__content h3 a {
  color: #fff
}
.news-item--highlight .news-item__content ul {
  margin-top: auto
}
.news-item--highlight .news-item__content ul li span {
  border-color: #fff;
  color: #fff;
  background: 0 0
}
.news-item--comp {
  flex-direction: row;
  display: flex
}
@media (max-width:768px) {
  .news-item--comp {
    flex-direction: column
  }
}
.news-item--comp .news-item__img, .news-item--comp img {
  order: 2;
  max-width: 50%;
  height: auto
}
@media (max-width:768px) {
  .news-item--comp .news-item__img, .news-item--comp img {
    max-width: 100%;
    height: 250px
  }
}
.news-item--comp .news-item__content {
  overflow: hidden;
  order: 1;
  padding: 55px 30px 30px 30px;
  display: block
}
@media (max-width:768px) {
  .news-item--comp .news-item__content {
    max-width: 100%
  }
}
.news-item--comp .news-item__content p {
  margin-bottom: 20px
}
.news-item--comp .news-item__content .btn, .news-item--comp .news-item__content .tags li a, .news-item--comp .news-item__content ul li a, .tags li .news-item--comp .news-item__content a {
  display: inline-block
}
.news-item--thumb {
  display: flex;
  flex-direction: row;
  background: 0 0;
  box-shadow: none;
  height: 30%
}
.news-item--thumb .news-item__img, .news-item--thumb img {
  max-width: 176px;
  height: auto
}
.news-item--thumb .news-item__content {
  padding: 0 0 0 15px
}
.news-item--thumb h3 a {
  font-weight: 400;
  font-size: 16px
}
.news-item--grey {
  display: flex;
  flex-direction: row
}
@media (max-width:768px) {
  .news-item--grey {
    flex-direction: column
  }
}
.news-item--grey .news-item__content, .news-item--grey .news-item__img {
  width: 50%
}
@media (max-width:768px) {
  .news-item--grey .news-item__content, .news-item--grey .news-item__img {
    width: 100%
  }
}
.news-item--grey .news-item__img {
  height: 300px
}
.news-item--grey .news-item__content {
  background: #242424;
  padding: 30px
}
.news-item--grey .news-item__content a, .news-item--grey .news-item__content p {
  color: #fff
}
.news-item--grey ul li span {
  background: 0 0;
  border-color: #fff;
  color: #fff
}
.news-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}
@media (max-width:768px) {
  .news-list {
    flex-direction: column
  }
}
.news-list .news-item {
  margin-bottom: 25px
}
.banner-ad {
  width: 100%;
  margin: 0 auto;
}
/* Hide on tablet & mobile */
@media (max-width: 1024px) {
  .banner-ad {
    display: none;
  }
}
.ad {
  width: 300px;
  margin: 0 auto 40px auto;
}
.ad img, .banner-ad img {
  width: 100%;
  height: auto !important;
}
.ad span, .banner-ad span {
  font-size: 10px
}
.slider img {
  margin: auto
}
.blockquote {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 0 0 0 30px;
  margin: 0 auto;
  position: relative
}
.blockquote:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../images/icons/blockquote.png) no-repeat center center/20px;
  left: 0;
  position: absolute;
  top: -7px
}
.blockquote:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../images/icons/blockquote.png) no-repeat center center/20px;
  right: 0;
  position: absolute;
  bottom: -2px;
  transform: rotate(180deg)
}
.blockquote p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 24px
}
.blockquote span {
  font-size: 14px
}
.quicklinks {
  position: relative;
  margin-left: auto;
  z-index: 4;
  margin-top: -210px;
  width: 300px;
  opacity: 0
}
@media (max-width:768px) {
  .quicklinks {
    margin: auto;
    margin-top: -100px
  }
}
@media (max-width:480px) {
  .quicklinks {
    width: 100%
  }
}
.quicklinks__container {
  height: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0
}
.quicklinks button {
  padding: 20px 80px 20px 30px;
  background: rgba(0, 0, 0, .8);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: block;
  border: 0;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left
}
.quicklinks button:after {
  content: '';
  display: block;
  width: 59px;
  height: 59px;
  background: url(../../images/icons/arrow-down.svg) no-repeat center center/25px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s
}
.quicklinks ul {
  position: absolute;
  width: 100%;
  top: 59px;
  left: 0;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  display: none;
  transition: opacity .3s
}
.quicklinks ul li {
  display: block;
  width: 100%
}
.quicklinks ul li a {
  display: block;
  width: 100%;
  padding: 10px 30px;
  color: #fff;
  transition: all .3s
}
.quicklinks ul li a:hover {
  color: #e6ae2f
}
.quicklinks ul li:last-child a {
  padding-bottom: 30px
}
.quicklinks.open ul {
  display: block;
  opacity: 1
}
.quicklinks.open button:after {
  transform: rotate(-180deg)
}
.quicklinks--icons ul {
  padding-bottom: 20px
}
.quicklinks--icons ul li a {
  position: relative;
  padding: 15px 30px 15px 60px
}
.quicklinks--icons ul li a img {
  position: absolute;
  left: 30px;
  top: 11px
}
.quicklinks--icons ul li a:after {
  content: '';
  display: block;
  width: calc(100% - 60px);
  position: absolute;
  left: 30px;
  bottom: 0;
  background: #fff;
  height: 1px
}
.quicklinks--icons ul li:last-child a {
  padding-bottom: 15px
}
.quicklinks.show {
  opacity: 1
}
.news-pagination {
  display: block;
  text-align: Center
}
.news-pagination a, .news-pagination span {
  display: inline-block;
  padding: 5px 13px;
  margin: 0 2px;
  border-radius: 12px;
  color: #000;
  font-size: 14px;
  transition: all .3s
}
.news-pagination a:hover, .news-pagination span:hover {
  color: #fff;
  background: #000
}
.news-pagination span {
  color: #fff;
  background: #000
}
.static-page header p {
  font-size: 18px
}
#elc-cookie-consent .elc-button-link {
  background-color: #e6ae2f
}
#elc-cookie-consent .elc-text-link {
  color: #e6ae2f
}
#elc-cookie-consent h1.elc-primary-heading {
  margin-bottom: 10px
}
#elc-cookie-consent p.elc-header-description {
  margin-bottom: 10px
}
#elc-cookie-consent .elc-text-link:first-of-type {
  float: left
}
.article-container {
  padding: 25px 0
}
.article-container .inner {
  display: flex;
  flex-direction: row
}
@media (max-width:768px) {
  .article-container .inner {
    flex-direction: column
  }
}
.article-container .main-article {
  width: 50%;
  padding-right: 40px
}
@media (max-width:768px) {
  .article-container .main-article {
    width: 100%;
    padding-right: 0;
    transform: translateY(-50px);
    position: relative;
    z-index: 3
  }
}
.article-container .article-sidebar {
  width: 50%;
  margin-top: -382px;
  position: relative;
  z-index: 3
}
@media (max-width:1130px) {
  .article-container .article-sidebar {
    margin-top: 0
  }
}
@media (max-width:768px) {
  .article-container .article-sidebar {
    width: 100%
  }
}
.article-container .article-sidebar .content-section .inner {
  padding: 0
}
.article-container .article-sidebar .content-section .news-list {
  flex-direction: column
}
.article-container .article-sidebar .content-section .content-section__content .news-item {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}
.article-container .article-sidebar .blockquote {
  margin: 0 0 40px 0
}
.article-container .article-sidebar .content-section__header {
  margin-bottom: 25px
}
.article-container .article-sidebar .content-section__header h2 {
  font-size: 24px
}
/*.share {*/
/*  padding: 5px 10px;*/
/*  border-radius: 30px;*/
/*  box-shadow: 0 1px 3px #00000029;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content: space-between;*/
/*  align-content: center;*/
/*  margin-bottom: 60px;*/
/*  width: 265px*/
/*}*/
/*.share .at-style-responsive .at-share-btn {*/
/*  margin-bottom: 0*/
/*}*/
/*.share p {*/
/*  margin: 0 5px;*/
/*  line-height: 26px;*/
/*  padding: 0;*/
/*  font-size: 13px*/
/*}*/
/*.share i {*/
/*  height: 24px;*/
/*  width: 24px;*/
/*  border-radius: 50%;*/
/*  margin-left: 5px*/
/*}*/
/*.share i img {*/
/*  max-width: 100%*/
/*}*/
/*.share__fb {*/
/*  background: #3b5998*/
/*}*/
/*.share__twt {*/
/*  background: #1da2f3*/
/*}*/
.share {
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 3px #00000029;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  width: fit-content;
  background: #fff;
}

.share p {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 !important;
}

.share .sharethis-inline-share-buttons {
  display: flex !important;
  align-items: center;
}
.share .st-btn {
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;

  height: 32px !important;
  padding: 0 !important;
  margin: 0 5px 0 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  line-height: 1 !important;
  border-radius: 6px;
  flex: 0 0 32px !important;
}

.share .st-btn img {
  margin: 0 !important;
  transform: translateY(-1px);
}

.share .st-btn span {
  display: none !important;
}
.share .st-btn img {
  margin: 0 !important;
  display: block;
  top: 0 !important;
}

.share .st-btn[data-network="facebook"] img {
  transform: translate(-1px, -1px);
}

.share .st-btn[data-network="twitter"] img {
  transform: translateY(-1px);
}

.share .st-btn[data-network="email"] img {
  transform: translateY(-1px);
}

.share .st-btn[data-network="linkedin"] img {
  transform: translateY(-1px);
}

.share .st-btn[data-network="whatsapp"] img {
  transform: translateY(-1px);
}
.specsheet {
  display: block;
  width: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 0 3px 6px #00000029
}
.specsheet .specsheet__wrap {
  max-width: 100%;
  overflow-x: auto
}
.specsheet h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700
}
.news-item__content ul li .specsheet a, .specsheet .btn, .specsheet .news-item__content ul li a, .specsheet .tags li a, .tags li .specsheet a {
  color: #fff;
  display: inline-block;
  padding-right: 30px;
  position: relative
}
.news-item__content ul li .specsheet a:after, .specsheet .btn:after, .specsheet .news-item__content ul li a:after, .specsheet .tags li a:after, .tags li .specsheet a:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../images/icons/arrow-down.svg) no-repeat center center/15px;
  position: absolute;
  right: 5px;
  top: 5px;
  transform: rotate(-90deg)
}
.specsheet table {
  font-size: 12px;
  margin-bottom: 20px;
  background: 0 0;
  width: 100%;
  min-width: 500px;
  border: 0
}
.specsheet table tbody {
  width: 100%
}
.specsheet table tr {
  border-bottom: 1px dashed #000
}
.specsheet table tr td {
  padding: 10px 20px 10px 0;
  border: 0;
  width: 20%;
  background: 0 0
}
.specsheet table tr td:first-child {
  font-weight: 700;
  width: 30%
}
.specsheet table tr th {
  padding: 10px 0;
  font-weight: 700;
  border: 0;
  background: 0 0
}
.featimg {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  box-shadow: 0 3px 15px #00000065;
  display: block
}
@media (max-width:768px) {
  .featimg {
    display: none
  }
}
.featimg--mobile {
  display: none;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  box-shadow: 0 3px 15px #00000065
}
@media (max-width:768px) {
  .featimg--mobile {
    display: block
  }
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
  padding: 0;
  border: 0;
  background: 0 0
}
.signin_reg {
  margin-top: -200px;
  position: relative;
  z-index: 3
}
.signin_reg .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 900px
}
@media (max-width:768px) {
  .signin_reg .inner {
    flex-direction: column
  }
}
.signin_reg .inner.quicklinks__inner {
  width: 1320px
}
.signin_reg__signin {
  width: calc(50% - 15px);
  max-width: 400px;
  margin-bottom: 30px
}
@media (max-width:768px) {
  .signin_reg__signin {
    width: 100%;
    max-width: 100%
  }
}
.signin_reg__reg {
  width: calc(50% - 15px);
  max-width: 400px;
  margin-bottom: 30px
}
@media (max-width:768px) {
  .signin_reg__reg {
    width: 100%;
    max-width: 100%
  }
}
.signin_reg .df_form__container {
  margin-bottom: 50px
}
.signin_reg .df_form__container form input[type=submit] {
  float: left
}
.signin_reg .df_form__container form .forgot-psw {
  float: right;
  padding-top: 10px;
  color: #e6ae2f
}
.signin_reg--center {
  margin: Auto
}
.featured-job, .static-page {
  display: block;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 1px 3px #00000029;
  padding: 25px 35px;
  width: 100%;
  margin-bottom: 25px
}
.featured-job .btn, .featured-job .news-item__content ul li a, .featured-job .tags li a, .news-item__content ul li .featured-job a, .news-item__content ul li .static-page a, .static-page .btn, .static-page .news-item__content ul li a, .static-page .tags li a, .tags li .featured-job a, .tags li .static-page a {
  display: inline-block;
  margin-bottom: 20px
}
@media (max-width:480px) {
  .featured-job .share, .static-page .share {
    margin-bottom: 10px
  }
}
.featured-job header, .static-page header {
  display: flex;
  flex-direction: row;
  margin: 0 0 20px 0
}
.featured-job header span, .static-page header span {
  padding: 5px 10px;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  background: #e6ae2f;
  border: 1px solid #e6ae2f;
  font-size: 10px
}
.featured-job header > div:first-of-type, .static-page header > div:first-of-type {
  flex: 1;
  padding-right: 40px
}
@media (max-width:768px) {
  .featured-job header > div:first-of-type, .static-page header > div:first-of-type {
    padding-right: 0
  }
}
.featured-job header > div:last-of-type img, .static-page header > div:last-of-type img {
  max-width: 140px;
  height: auto;
  margin-top: 35px
}
@media (max-width:768px) {
  .featured-job header > div:last-of-type, .static-page header > div:last-of-type {
    display: none
  }
}
.featured-job header h2, .static-page header h2 {
  font-size: 36px;
  margin: 10px 0 15px 0;
  float: none
}
.featured-job header p, .static-page header p {
  font-size: 16px;
  line-height: 22px
}
.featured-job header .featured-job__mobile-logo, .static-page header .featured-job__mobile-logo {
  display: none;
  margin-bottom: 20px
}
@media (max-width:768px) {
  .featured-job header .featured-job__mobile-logo, .static-page header .featured-job__mobile-logo {
    display: block
  }
}
.featured-job header .featured-job__mobile-logo img, .static-page header .featured-job__mobile-logo img {
  max-width: 140px;
  height: auto
}
.featured-job__tags ul li {
  display: inline-block;
  margin-right: 10px
}
@media (max-width:768px) {
  .featured-job__tags ul li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0
  }
}
.featured-job__tags ul li span {
  padding: 10px 15px;
  display: inline-block;
  border-radius: 30px;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 12px
}
.jobs-list > h2 {
  margin-bottom: 20px
}
.jobs-list__item {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 0 1px 3px #00000029
}
@media (max-width:768px) {
  .jobs-list__item {
    flex-direction: column
  }
}
.jobs-list__item > div {
  padding: 20px
}
.jobs-list__item > div:nth-of-type(2) {
  flex: 1
}
.jobs-list__item > div:last-of-type {
  background: #fcf7ea;
  padding: 20px 30px
}
@media (max-width:768px) {
  .jobs-list__item > div {
    width: 100%
  }
}
@media (max-width:768px) {
  .jobs-list__item > div .img {
    margin: Auto;
    display: block;
    max-width: 175px
  }
}
.jobs-list__item > div .img img {
  max-width: 175px;
  height: auto;
  width: 100%
}
.jobs-list__item > div h3 {
  font-size: 18px;
  margin-bottom: 15px
}
.jobs-list__item > div p {
  line-height: 18px
}
.jobs-list__item > div table {
  width: 100%;
  min-width: 250px
}
.jobs-list__item > div table tr {
  width: 100%;
  border-bottom: 1px dashed #e6ae2f
}
.jobs-list__item > div table tr:last-of-type {
  border: 0
}
.jobs-list__item > div table tr td {
  width: 50%;
  padding: 10px 0
}
.jobs-list__item > div table tr td:last-of-type {
  font-weight: 700
}
.locations-block {
  display: block;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 1px 3px #00000029;
  padding: 20px;
  width: 100%;
  margin-bottom: 40px
}
.locations-block h4 {
  font-size: 24px;
  margin-bottom: 20px
}
.locations-block span {
  display: block;
  margin-bottom: 15px
}
.locations-block ul li {
  padding-left: 40px;
  background: url(../../images/icons/arrow-right.svg) no-repeat left center;
  margin-bottom: 10px
}
.page404 {
  text-align: Center;
  position: relative;
  z-index: 3;
  background: #fff;
  box-shadow: 0 3px 6px #00000029;
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: -300px auto 100px auto;
  padding: 50px 50px 100px 50px
}
.page404 img {
  max-width: 100%;
  height: auto
}
.page404 h1 {
  font-size: 62px;
  margin-bottom: 20px
}
@media (max-width:480px) {
  .page404 h1 span {
    display: block
  }
}
.page404 p {
  font-size: 16px;
  max-width: 500px;
  display: block;
  margin: auto
}
.search-section {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
  margin-top: -100px
}
.search-section .inner {
  display: flex;
  flex-direction: column
}
.search-section .search-content {
  width: 100%;
}
.search-section .inner:first-of-type {
  display: flex;
  flex-direction: row
}
.search-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}
.search-list .news-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px
}
@media (max-width:650px) {
  .search-list .news-item {
    flex-direction: column
  }
}
.search-list .news-item a.img {
  width: 200px;
  min-height: 100%
}
@media (max-width:650px) {
  .search-list .news-item a.img {
    width: 100%;
    min-height: 200px
  }
}
.search-list .news-item .news-item__content {
  flex: 1
}
.featured-event {
  display: block;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 1px 3px #00000029;
  padding: 25px 35px;
  width: 100%;
  margin-bottom: 25px
}
.featured-event__content p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px
}
.featured-event .btn, .featured-event .news-item__content ul li a, .featured-event .tags li a, .news-item__content ul li .featured-event a, .tags li .featured-event a {
  display: inline-block;
  margin-bottom: 20px
}
@media (max-width:480px) {
  .featured-event .share {
    margin-bottom: 10px
  }
}
.featured-event header {
  display: flex;
  flex-direction: row;
  margin: 0 0 20px 0
}
.featured-event header span {
  padding: 5px 10px;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  background: #e6ae2f;
  border: 1px solid #e6ae2f;
  font-size: 10px
}
.featured-event header > div:first-of-type {
  flex: 1;
  padding-right: 40px
}
@media (max-width:768px) {
  .featured-event header > div:first-of-type {
    padding-right: 0
  }
}
.featured-event header > div:last-of-type img {
  max-width: 140px;
  height: auto;
  margin-top: 35px
}
@media (max-width:768px) {
  .featured-event header > div:last-of-type {
    display: none
  }
}
.featured-event header h2 {
  font-size: 36px;
  margin: 10px 0 15px 0;
  float: none
}
.featured-event header p {
  font-size: 16px;
  line-height: 22px
}
.featured-event header .featured-event__mobile-logo {
  display: none;
  margin-bottom: 20px
}
@media (max-width:768px) {
  .featured-event header .featured-event__mobile-logo {
    display: block
  }
}
.featured-event header .featured-event__mobile-logo img {
  max-width: 140px;
  height: auto
}
.featured-event__tags ul li {
  display: inline-block;
  margin-right: 10px
}
@media (max-width:768px) {
  .featured-event__tags ul li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0
  }
}
.featured-event__tags ul li span {
  padding: 10px 15px;
  display: inline-block;
  border-radius: 30px;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 12px
}
.events-list > h2 {
  margin-bottom: 20px
}
.events-list__item {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 0 1px 3px #00000029
}
@media (max-width:768px) {
  .events-list__item {
    flex-direction: column
  }
}
.events-list__item > div {
  padding: 20px
}
.events-list__item > div:nth-of-type(2) {
  flex: 1
}
.events-list__item > div:last-of-type {
  background: #fcf7ea;
  padding: 20px 30px
}
@media (max-width:768px) {
  .events-list__item > div {
    width: 100%
  }
}
@media (max-width:768px) {
  .events-list__item > div .img {
    margin: Auto;
    display: block;
    max-width: 175px
  }
}
.events-list__item > div .img img {
  max-width: 175px;
  height: auto;
  width: 100%
}
.events-list__item > div h3 {
  font-size: 18px;
  margin-bottom: 15px
}
.events-list__item > div table {
  width: 100%;
  min-width: 250px
}
.events-list__item > div table tr {
  width: 100%;
  border-bottom: 1px dashed #e6ae2f
}
.events-list__item > div table tr:last-of-type {
  border: 0
}
.events-list__item > div table tr td {
  width: 50%;
  padding: 10px 0
}
.events-list__item > div table tr td:last-of-type {
  font-weight: 700
}
.featured-generic {
  display: block;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 1px 3px #00000029;
  padding: 25px 35px;
  width: 100%;
  margin-bottom: 25px
}
.featured-generic__content p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px
}
.featured-generic .btn, .featured-generic .news-item__content ul li a, .featured-generic .tags li a, .news-item__content ul li .featured-generic a, .tags li .featured-generic a {
  display: inline-block;
  margin-bottom: 20px
}
@media (max-width:480px) {
  .featured-generic .share {
    margin-bottom: 10px
  }
}
.featured-generic header {
  display: flex;
  flex-direction: row;
  margin: 0 0 20px 0
}
.featured-generic header span {
  padding: 5px 10px;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  background: #e6ae2f;
  border: 1px solid #e6ae2f;
  font-size: 10px
}
.featured-generic header > div:first-of-type {
  flex: 1;
  padding-right: 40px
}
@media (max-width:768px) {
  .featured-generic header > div:first-of-type {
    padding-right: 0
  }
}
.featured-generic header > div:last-of-type img {
  max-width: 140px;
  height: auto;
  margin-top: 35px
}
@media (max-width:768px) {
  .featured-generic header > div:last-of-type {
    display: none
  }
}
.featured-generic header h2 {
  font-size: 36px;
  margin: 10px 0 15px 0;
  float: none
}
.featured-generic header p {
  font-size: 16px;
  line-height: 22px
}
.featured-generic header .featured-job__mobile-logo {
  display: none;
  margin-bottom: 20px
}
@media (max-width:768px) {
  .featured-generic header .featured-job__mobile-logo {
    display: block
  }
}
.featured-generic header .featured-job__mobile-logo img {
  max-width: 140px;
  height: auto
}
.featured-generic__tags ul li {
  display: inline-block;
  margin-right: 10px
}
@media (max-width:768px) {
  .featured-generic__tags ul li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0
  }
}
.featured-generic__tags ul li span {
  padding: 10px 15px;
  display: inline-block;
  border-radius: 30px;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 12px
}
.landing-page {
  padding: 100px 30px 50px 30px;
  background: url(../../images/landing/landing-bg.png) no-repeat center center/cover;
  position: relative;
  min-height: 100vh
}
@media (max-width:768px) {
  .landing-page {
    padding: 50px 30px
  }
}
.landing-page:after {
  content: '';
  display: block;
  background: transparent linear-gradient(180deg, #000 0, #000000B3 100%) 0 0 no-repeat padding-box;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0
}
.landing-page header {
  display: block;
  text-align: Center;
  margin: 0 auto 60px auto
}
.landing-page header .logo {
  width: 350px;
  max-width: 100%;
  float: none;
  display: block;
  margin: auto
}
@media (max-width:768px) {
  .landing-page header .logo {
    width: 250px
  }
}
.landing-page header .logo img {
  max-width: 100%
}
.landing-page__container {
  position: relative;
  z-index: 1
}
.landing-page__copy {
  text-align: Center;
  display: block;
  max-width: 670px;
  width: 100%;
  margin: 0 auto 40px auto
}
.landing-page__copy p {
  color: #fff;
  font-size: 32px;
  line-height: 36px
}
@media (max-width:768px) {
  .landing-page__copy p {
    font-size: 22px;
    line-height: 26px
  }
}
.landing-page__counter {
  text-align: center;
  margin-bottom: 60px
}
.landing-page .signup_block {
  padding: 20px
}
@media (max-width:768px) {
  .landing-page .signup_block {
    padding: 0
  }
}
.landing-page .signup_block h5 {
  font-size: 18px
}
.landing-page .signup_block p {
  font-size: 13px
}
.landing-page .signup_block .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}
@media (max-width:1024px) {
  .landing-page .signup_block .inner {
    flex-direction: column
  }
}
.landing-page .signup_block__section.df_form {
  padding-left: 30px
}
.landing-page .signup_block__section.df_form label {
  display: none
}
.landing-page .signup_block__section.df_form .ff-errors {
  position: absolute;
  top: calc(100% - 5px)
}
.landing-page .signup_block__section.df_form .ff-errors li {
  color: #fff
}
.landing-page .signup_block__section.df_form .df_form__column {
  position: relative
}
.landing-page .signup_block__section.df_form .ff-form-errors {
  display: none !important
}
.landing-page .signup_block__section.df_form input[type=submit] {
  background: #e6ae2f;
  color: #000
}
@media (max-width:1024px) {
  .landing-page .signup_block__section.df_form {
    padding-left: 0
  }
  .landing-page .signup_block__section:first-of-type {
    margin-bottom: 30px;
    width: 300px;
    max-width: 100%
  }
}
#clockdiv {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  margin: auto;
  background: #000;
  padding: 10px
}
@media (max-width:450px) {
  #clockdiv {
    max-width: 200px
  }
}
#clockdiv > div {
  padding: 10px;
  border-radius: 3px;
  background: #000;
  display: inline-block
}
#clockdiv div > span {
  padding: 15px;
  border-radius: 3px;
  background: #e6ae2f;
  display: inline-block
}
.smalltext {
  padding-top: 5px;
  font-size: 16px
}
/*# sourceMappingURL=maps/main.css.map */
.partner-logos-section {
  background: #31667c;
  padding: 20px;
}

/* HEADER IMAGE */

/* HEADER */

/* HEADER AREA */

.partner-logos-section > img.adWizard {
  width: 320px;
  height: auto;
  display: inline-block;
  vertical-align: middle;

  margin-right: 30px;
}

.grid-header-content {
  display: inline-block;
  vertical-align: middle;

  width: calc(100% - 370px);

  color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

/* GRID */

/*.partner-logos-grid {*/
/*  display: grid;*/
/*  grid-template-columns: 1fr;*/
/*  gap: 12px;*/

/*  margin-top: 20px;*/
/*}*/

/*!* LOGO BLOCK *!*/

/*.partner-logo {*/
/*  background: #ffffff;*/
/*  border: 3px solid rgba(255,255,255,0.5);*/

/*  min-height: 110px;*/

/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/

/*  padding: 12px;*/

/*  transition: all 0.2s ease;*/
/*}*/

/*.partner-logo:hover {*/
/*  transform: translateY(-2px);*/
/*  background: #f7f7f7;*/
/*}*/

/*.partner-logo img {*/
/*  width: 100%;*/
/*  max-width: 180px;*/
/*  max-height: 70px;*/
/*  object-fit: contain;*/
/*}*/

/*!* MOBILE *!*/

/*@media (max-width: 767px) {*/

/*  .partner-logos-section > img.adWizard,*/
/*  .grid-header-content {*/
/*    display: block;*/
/*    width: 100%;*/
/*  }*/

/*  .partner-logos-section > img.adWizard {*/
/*    margin-right: 0;*/
/*    margin-bottom: 20px;*/
/*    max-width: 320px;*/
/*  }*/

/*}*/

/*!* TABLET *!*/

/*@media (min-width: 768px) {*/

/*  .partner-logos-grid {*/
/*    grid-template-columns: repeat(3, 1fr);*/
/*  }*/

/*}*/

/*!* DESKTOP *!*/

/*@media (min-width: 1024px) {*/

/*  .partner-logos-grid {*/
/*    grid-template-columns: repeat(6, 1fr);*/
/*  }*/

/*}*/