/* Breakpoints ----------------------------------------------------------------------------- */
/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

body.parent-pageid-8822 .pubble-app.PQAQ_section {
  position: relative;
  width: calc(100% - 5px);
  left: -30px;
  padding: 0;
}
@media (max-width: 1060px) {
  body.parent-pageid-8822 .pubble-app.PQAQ_section {
    width: calc(100% + 200px);
    left: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  body.parent-pageid-8822 .pubble-app.PQAQ_section {
    width: calc(100% + 110px);
    left: -40px;
    overflow: hidden;
  }
  body.parent-pageid-8822 .pubble-app.PQAQ_section .pubui-filters-list {
    margin: 24px 4px 12px 40px;
  }
  body.parent-pageid-8822 .pubble-app.PQAQ_section .pubui-eventstatus {
    left: 40px;
  }
}

body.section-further-your-future h3.parent a,
body.section-further-your-future .list-links .has-dropdown > a,
body.section-further-your-future #share-button,
body.section-further-your-future #primary .sub-menu,
body.section-further-your-future #primary li.menu-item-has-children:hover > a,
body.section-further-your-future #primary li.menu-item-has-children.over > a,
body.section-further-your-future #quicklinks-button span.label,
body.section-further-your-future #quicklinks-button span.icon,
body.section-further-your-future .pubble-sb-clientbgcolor,
body.section-further-your-future .edit, body.section-further-your-future .status-Pending, body.parent-pageid-8822 h3.parent a,
body.parent-pageid-8822 .list-links .has-dropdown > a,
body.parent-pageid-8822 #share-button,
body.parent-pageid-8822 #primary .sub-menu,
body.parent-pageid-8822 #primary li.menu-item-has-children:hover > a,
body.parent-pageid-8822 #primary li.menu-item-has-children.over > a,
body.parent-pageid-8822 #quicklinks-button span.label,
body.parent-pageid-8822 #quicklinks-button span.icon,
body.parent-pageid-8822 .pubble-sb-clientbgcolor,
body.parent-pageid-8822 .edit, body.parent-pageid-8822 .status-Pending {
  background-color: #7e6fd1 !important;
}
body.section-further-your-future .list-links a, body.section-further-your-future #share-button:hover, body.section-further-your-future .no-touchevents #quicklinks-button:hover span.label, body.section-further-your-future .no-touchevents #quicklinks-button:hover span.icon, body.parent-pageid-8822 .list-links a, body.parent-pageid-8822 #share-button:hover, body.parent-pageid-8822 .no-touchevents #quicklinks-button:hover span.label, body.parent-pageid-8822 .no-touchevents #quicklinks-button:hover span.icon {
  background-color: #8e7df1 !important;
}
body.section-further-your-future.page-template-default .main_content a, body.parent-pageid-8822.page-template-default .main_content a {
  background-image: url(/interface/img/generic/hello_purple.gif);
  background-position: 0px 33px;
}
body.section-further-your-future .no-touchevents .main_content a:hover, body.parent-pageid-8822 .no-touchevents .main_content a:hover {
  background-position: 0px -3px;
}
body.section-further-your-future .list-links a, body.parent-pageid-8822 .list-links a {
  background-image: url(/interface/img/generic/arrow_sibling_purple.gif) !important;
}
body.section-further-your-future #quicklinks-button span.icon, body.parent-pageid-8822 #quicklinks-button span.icon {
  background-image: url(/interface/img/generic/arrow_parent_purple.png) !important;
}
body.section-further-your-future #share-button, body.parent-pageid-8822 #share-button {
  background-image: url(/interface/img/generic/button_share_purple.gif) !important;
}
body.section-further-your-future h3.parent a, body.section-further-your-future .list-links .has-dropdown > a, body.parent-pageid-8822 h3.parent a, body.parent-pageid-8822 .list-links .has-dropdown > a {
  background-image: url(/interface/img/generic/arrow_parent_purple.png);
}
body.section-further-your-future .pubble-cw, body.parent-pageid-8822 .pubble-cw {
  display: none !important;
}
body.section-further-your-future .pubui-app-container, body.parent-pageid-8822 .pubui-app-container {
  width: calc(100% + 80px);
  left: -20px;
  word-spacing: 0px;
  letter-spacing: 0px;
  padding: 0;
}
body.section-further-your-future .pubui-footer-logo, body.parent-pageid-8822 .pubui-footer-logo {
  display: none;
}
body.section-further-your-future h1 small, body.parent-pageid-8822 h1 small {
  font-size: 0.45em;
  line-height: 1.55em;
}
body.section-further-your-future .pubble-sb-button.pubble-sb-clientbgcolor, body.parent-pageid-8822 .pubble-sb-button.pubble-sb-clientbgcolor {
  box-shadow: none !important;
}
@media (max-width: 1060px) {
  body.section-further-your-future #sidebar, body.parent-pageid-8822 #sidebar {
    width: 100%;
  }
  body.section-further-your-future .intro, body.parent-pageid-8822 .intro {
    width: calc(100% + 190px);
  }
}
@media (min-width: 1060px) {
  body.section-further-your-future #primary li.has-dropdown:hover > a, body.section-further-your-future #primary li.has-dropdown.over > a, body.section-further-your-future #primary .sub, body.parent-pageid-8822 #primary li.has-dropdown:hover > a, body.parent-pageid-8822 #primary li.has-dropdown.over > a, body.parent-pageid-8822 #primary .sub {
    background-color: #7e6fd1 !important;
  }
  body.section-further-your-future #primary .sub .sub, body.parent-pageid-8822 #primary .sub .sub {
    background-color: rgba(126, 111, 209, 0.9) !important;
  }
}
@media (max-width: 767px) {
  body.section-further-your-future .pubui-app-container, body.parent-pageid-8822 .pubui-app-container {
    width: calc(100% + 0px) !important;
  }
  body.section-further-your-future .intro, body.parent-pageid-8822 .intro {
    width: 100%;
  }
}

body.section-future .swiper-container {
  width: 100%;
  height: 100%;
}
body.section-future .ac_qandas {
  position: relative;
  background: #252b2b;
  background: #410099;
  padding: 2vw 0 20px 0;
}
@media (max-width: 550px) {
  body.section-future .ac_qandas {
    padding: 2vw 0 50px 0;
  }
}
body.section-future .ac_qandas:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 4vw;
  max-height: 80px;
  width: 50%;
  background: #410099;
}
@media (max-width: 750px) {
  body.section-future .ac_qandas .col6.colbreak {
    padding-top: 40px;
  }
}
body.section-future .ac_qandas .col6.colbreak p {
  margin: 2vw 0 7vw 0;
  width: 80%;
}
@media (max-width: 550px) {
  body.section-future .ac_qandas .col6.colbreak p {
    width: 90%;
  }
}
@media (max-width: 750px) {
  body.section-future .ac_qandas .col6 {
    padding-left: 15px;
  }
}
body.section-future .ac_qandas .col6 p {
  margin: 2vw 0 7vw 0;
  width: 80%;
}
@media (max-width: 550px) {
  body.section-future .ac_qandas .col6 p {
    width: 90%;
  }
}
body.section-future .ac_qandas .swiper-slide {
  background: #000000;
  padding-bottom: 33%;
  margin-left: 2vw;
  margin-right: 2vw;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 1100px) {
  body.section-future .ac_qandas .swiper-slide {
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 760px) {
  body.section-future .ac_qandas .swiper-slide {
    padding-bottom: 75%;
  }
}
body.section-future .ac_qandas .swiper-slide a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 0, 153, 0);
  transition: background 0.4s ease-in-out;
}
body.section-future .ac_qandas .swiper-slide a:hover {
  background: rgba(55, 0, 143, 0.4);
}
body.section-future .ac_qandas .swiper-slide div {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
}
@media (max-width: 750px) {
  body.section-future .ac_qandas .swiper-slide div {
    top: -1px;
  }
}
body.section-future .ac_qandas .swiper-slide div span {
  background: #410099;
  line-height: 1.2;
  font-size: 1.8vw;
  padding: 0.1vw;
  font-family: "Simplon-Light";
}
@media (max-width: 1250px) {
  body.section-future .ac_qandas .swiper-slide div span {
    padding: 1.25px;
    font-size: 22.5px;
    line-height: 1;
  }
}
@media (max-width: 990px) {
  body.section-future .ac_qandas .swiper-slide div span {
    padding: 0.99px;
    font-size: 17.82px;
  }
}
@media (max-width: 750px) {
  body.section-future .ac_qandas .swiper-slide div span {
    padding: 3px;
    font-size: 13.5px;
  }
}
body.section-future .ac_qandas .swiper-slide div + div {
  position: absolute;
  top: auto;
  bottom: 0.06vw;
  left: 0;
  padding: 0;
  line-height: 1;
}
@media (max-width: 1250px) {
  body.section-future .ac_qandas .swiper-slide div + div {
    bottom: 0.75px;
  }
}
body.section-future .ac_qandas .swiper-slide div + div span {
  background: #8969D3;
  line-height: 1.2;
  padding: 0.1vw;
  display: inline;
  padding-left: 0px !important;
}
@media (max-width: 1250px) {
  body.section-future .ac_qandas .swiper-slide div + div span {
    padding: 1.25px;
  }
}
body.section-future .ac_qandas .swiper-slide div + div span small {
  position: relative;
  left: 0px;
  text-indent: 5px;
  display: inline-block;
  background: white;
  line-height: 1;
  font-size: 3.6em;
  color: #410099;
  font-family: "Circular-Black";
  font-weight: normal;
  padding: 0.2vw;
  padding-right: 10px;
  padding-left: 10px;
}
body.section-future .ac_qandas:after {
  display: none;
}
body.section-future .ac_intro {
  padding-bottom: 180px;
}
body.section-future h3.parent a,
body.section-future .list-links .has-dropdown > a,
body.section-future #share-button,
body.section-future #quicklinks-button span.label,
body.section-future #quicklinks-button span.icon,
body.section-future .pubble-sb-clientbgcolor,
body.section-future .edit,
body.section-future .status-Pending {
  background-color: #FF4713 !important;
}
body.section-future .list-links a,
body.section-future #share-button:hover,
body.section-future .no-touchevents #quicklinks-button:hover span.label,
body.section-future .no-touchevents #quicklinks-button:hover span.icon {
  background-color: #ea3805 !important;
}
body.section-future.page-template-default .main_content a {
  background-image: url(/interface/img/generic/hello_purple.gif);
  background-position: 0px 33px;
}
body.section-future .no-touchevents .main_content a:hover {
  background-position: 0px -3px;
}
body.section-future .list-links a {
  background-image: url(/interface/img/generic/arrow_sibling_purple.gif) !important;
}
body.section-future #quicklinks-button span.icon {
  background-image: url(/interface/img/generic/arrow_parent_purple.png) !important;
}
body.section-future #share-button {
  background-image: url(/interface/img/generic/button_share_purple.gif) !important;
}
body.section-future h3.parent a, body.section-future .list-links .has-dropdown > a {
  background-image: url(/interface/img/generic/arrow_parent_purple.png);
}
body.section-future .pubui-reminder-button {
  background: #8969D3 !important;
}
body.section-future .pubui-eventstatus-datemonth {
  background: #8969D3 !important;
}
body.section-future .pubble-app input::-webkit-input-placeholder,
body.section-future .pubble-app textarea::-webkit-input-placeholder {
  color: #FF4713;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 1;
}
body.section-future .pubble-app input:-moz-placeholder,
body.section-future .pubble-app textarea:-moz-placeholder {
  color: #FF4713;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 1;
}
body.section-future .pubble-app input::-moz-placeholder,
body.section-future .pubble-app textarea::-moz-placeholder {
  color: #FF4713;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 1;
}
body.section-future .pubble-app input:-ms-input-placeholder,
body.section-future .pubble-app textarea:-ms-input-placeholder {
  color: #FF4713;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 1;
}
body.section-future .pubble-app input.invert {
  background: #FF4713;
  color: #fff;
}
@media (max-width: 1060px) {
  body.section-future #sidebar {
    width: 100%;
  }
  body.section-future .intro {
    width: calc(100% + 190px);
  }
}
@media (min-width: 1060px) {
  body.section-future #primary li.has-dropdown:hover > a,
body.section-future #primary li.has-dropdown.over > a,
body.section-future #primary .sub,
body.section-future #primary .sub-menu,
body.section-future #primary li.menu-item-has-children:hover > a,
body.section-future #primary li.menu-item-has-children.over > a {
    background-color: #FF4713 !important;
  }
  body.section-future #primary .sub .sub {
    background-color: rgba(240, 71, 19, 0.9) !important;
  }
}
@media (max-width: 767px) {
  body.section-future .pubui-app-container {
    width: calc(100% + 0px) !important;
  }
  body.section-future .intro {
    width: 100%;
  }
}
body.section-future .pubble-cw {
  display: none !important;
}
body.section-future .pubui-app-container {
  width: calc(100% + 80px);
  left: -20px;
  word-spacing: 0px;
  letter-spacing: 0px;
  padding-top: 40px;
}
body.section-future .pubui-footer-logo {
  display: none;
}
body.section-future h1 small {
  font-size: 0.45em;
  line-height: 1.55em;
}
body.section-future .pubble-sb-button.pubble-sb-clientbgcolor {
  box-shadow: none !important;
}

div.springboard_logos_courses {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 22px;
}
div.springboard_logos_courses:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  div.springboard_logos_courses {
    display: block;
  }
}
div.springboard_logos_courses .left {
  float: left;
  width: 60%;
  padding-right: 10%;
}
div.springboard_logos_courses .left strong {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  div.springboard_logos_courses .left {
    width: 100%;
    padding: 0;
  }
}
div.springboard_logos_courses .right {
  float: right;
  width: 40%;
  padding-left: 5%;
  border-left: 1px solid #c2c2c2;
}
@media (max-width: 767px) {
  div.springboard_logos_courses .right {
    width: 100%;
    padding: 0;
    border: 0;
  }
}

.text-wrapper .wpcf7 {
  /* The container */
}
.text-wrapper .wpcf7 form.wpcf7-form {
  margin: 0;
}
.text-wrapper .wpcf7 form.wpcf7-form form, .text-wrapper .wpcf7 form.wpcf7-form input, .text-wrapper .wpcf7 form.wpcf7-form button, .text-wrapper .wpcf7 form.wpcf7-form textarea {
  font-family: "Circular", Helvetica, Arial, sans-serif !important;
}
.text-wrapper .wpcf7 form.wpcf7-form p {
  padding: 0;
  position: relative;
  margin: 0 0 1.5vw 0;
}
@media (min-width: 1800px) {
  .text-wrapper .wpcf7 form.wpcf7-form p {
    margin: 0 0 27px 0;
  }
}
@media (max-width: 1290px) {
  .text-wrapper .wpcf7 form.wpcf7-form p {
    margin: 0 0 19.35px 0;
  }
}
@media (max-width: 590px) {
  .text-wrapper .wpcf7 form.wpcf7-form p {
    width: 100%;
  }
}
.text-wrapper .wpcf7 form.wpcf7-form input {
  padding-left: 20px;
  font-family: "Circular", Helvetica, Arial, sans-serif !important;
  font-size: 1.2em !important;
  text-indent: 0 !important;
}
.text-wrapper .wpcf7 form.wpcf7-form .form-control {
  height: 50px;
  background: white;
  border-radius: 0;
  padding-left: 25px;
  border: 1px solid #ededed;
}
@media (max-width: 1390px) {
  .text-wrapper .wpcf7 form.wpcf7-form .form-control {
    height: 45px;
    padding-left: 12px;
  }
}
.text-wrapper .wpcf7 form.wpcf7-form .form-control:focus {
  border-color: #ff5006;
  box-shadow: none;
}
.text-wrapper .wpcf7 form.wpcf7-form textarea.form-control {
  height: 200px;
}
.text-wrapper .wpcf7 form.wpcf7-form h4 {
  display: block;
  border-top: 1px solid #dedede;
  max-width: 825px;
  width: 82.5%;
  width: 100%;
  padding-top: 0.75vw;
  margin-bottom: 2vw;
  margin-top: 2.2vw;
  font-size: 1.2em;
}
@media (max-width: 990px) {
  .text-wrapper .wpcf7 form.wpcf7-form h4 {
    width: 95%;
  }
}
.text-wrapper .wpcf7 form.wpcf7-form label {
  position: relative;
  width: 100%;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0.2vw;
  color: black;
}
.text-wrapper .wpcf7 form.wpcf7-form label .wpcf7-list-item-label {
  white-space: nowrap;
}
.text-wrapper .wpcf7 form.wpcf7-form label .wpcf7-not-valid-tip {
  font-size: 16.5px;
  line-height: 1.3;
  padding: 5px 0 15px 0;
}
.text-wrapper .wpcf7 form.wpcf7-form .ajax-loader {
  float: right;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin: -32px 5px 0 0;
}
.text-wrapper .wpcf7 form.wpcf7-form .wpcf7-form-control {
  display: block;
  width: 100%;
  padding: 7px 0;
  line-height: 1.5;
  color: #495057;
  background-color: #f0efed;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 50px;
  border-radius: 0;
  padding-left: 15px;
  border-bottom: 2px solid #ededed;
  border-top: none;
  border-left: none;
  border-right: none;
}
@media (max-width: 1390px) {
  .text-wrapper .wpcf7 form.wpcf7-form .wpcf7-form-control {
    height: 50px;
    padding-left: 12px;
  }
}
.text-wrapper .wpcf7 form.wpcf7-form .wpcf7-form-control:focus {
  border-color: #ff5006;
  box-shadow: none;
  outline: none;
}
.text-wrapper .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.text-wrapper .wpcf7 form.wpcf7-form textarea.wpcf7-form-control {
  min-height: 200px;
  font-size: 16.5px;
  line-height: 1.3;
  padding-top: 20px;
}
.text-wrapper .wpcf7 form.wpcf7-form .wpcf7-checkbox, .text-wrapper .wpcf7 form.wpcf7-form .wpcf7-checkbox, .text-wrapper .wpcf7 form.wpcf7-form .wpcf7-radio {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}
.text-wrapper .wpcf7 form.wpcf7-form .wpcf7-checkbox {
  margin-right: 20px;
}
.text-wrapper .wpcf7 form.wpcf7-form span.wpcf7-list-item {
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-right: 20px;
}
.text-wrapper .wpcf7 form.wpcf7-form img.wpcf7-captchac {
  width: 115px !important;
  height: auto !important;
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 10;
  mix-blend-mode: multiply;
  background: none;
  border: none;
}
@media (max-width: 1390px) {
  .text-wrapper .wpcf7 form.wpcf7-form img.wpcf7-captchac {
    width: 95px !important;
    top: 6px;
  }
}
.text-wrapper .wpcf7 form.wpcf7-form input[type=text], .text-wrapper .wpcf7 form.wpcf7-form input[type=email], .text-wrapper .wpcf7 form.wpcf7-form input[type=tel], .text-wrapper .wpcf7 form.wpcf7-form textarea, .text-wrapper .wpcf7 form.wpcf7-form input[type=date] {
  margin-top: 7px;
  margin-bottom: 9px;
  font-size: 0.95em !important;
}
@media (min-width: 1800px) {
  .text-wrapper .wpcf7 form.wpcf7-form input[type=text], .text-wrapper .wpcf7 form.wpcf7-form input[type=email], .text-wrapper .wpcf7 form.wpcf7-form input[type=tel], .text-wrapper .wpcf7 form.wpcf7-form textarea, .text-wrapper .wpcf7 form.wpcf7-form input[type=date] {
    margin-top: 13.5px;
  }
}
@media (max-width: 1290px) {
  .text-wrapper .wpcf7 form.wpcf7-form input[type=text], .text-wrapper .wpcf7 form.wpcf7-form input[type=email], .text-wrapper .wpcf7 form.wpcf7-form input[type=tel], .text-wrapper .wpcf7 form.wpcf7-form textarea, .text-wrapper .wpcf7 form.wpcf7-form input[type=date] {
    margin-top: 9.675px;
  }
}
@media (max-width: 590px) {
  .text-wrapper .wpcf7 form.wpcf7-form input[type=text], .text-wrapper .wpcf7 form.wpcf7-form input[type=email], .text-wrapper .wpcf7 form.wpcf7-form input[type=tel], .text-wrapper .wpcf7 form.wpcf7-form textarea, .text-wrapper .wpcf7 form.wpcf7-form input[type=date] {
    margin-top: 5px;
  }
}
@media (max-width: 1390px) {
  .text-wrapper .wpcf7 form.wpcf7-form input[type=text], .text-wrapper .wpcf7 form.wpcf7-form input[type=email], .text-wrapper .wpcf7 form.wpcf7-form input[type=tel], .text-wrapper .wpcf7 form.wpcf7-form input[type=date] {
    line-height: 20px;
    padding: 5px 10px;
    height: 50px;
  }
}
.text-wrapper .wpcf7 form.wpcf7-form input[type=file] {
  padding-left: 63px;
  padding-bottom: 37px;
  font-size: 15px !important;
  line-height: 20px !important;
  padding-top: 14px;
  border-bottom: none !important;
}
.text-wrapper .wpcf7 form.wpcf7-form input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
.text-wrapper .wpcf7 form.wpcf7-form input[type=file]::before {
  content: "Select some files";
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 3px;
  padding: 7px 10px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  color: white;
  background: #7e7e7e;
  left: -54px;
  top: -5px;
}
.text-wrapper .wpcf7 form.wpcf7-form input[type=file]:hover::before {
  background: #9a9a9a;
}
.text-wrapper .wpcf7 form.wpcf7-form input[type=file]:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.text-wrapper .wpcf7 form.wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  padding: 1rem;
  padding-right: 2rem;
  margin-top: 5px;
}
.text-wrapper .wpcf7 form.wpcf7-form input[type=submit] {
  font-family: "Circular", Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: auto;
  cursor: pointer;
  display: block;
  right: 0;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.2s all ease-in-out;
  text-decoration: none;
  background: #D44312;
  color: white;
  font-size: 0.95em !important;
  border-bottom: none;
}
.text-wrapper .wpcf7 form.wpcf7-form input[type=submit]:hover {
  color: white;
}
@media (max-width: 1090px) {
  .text-wrapper .wpcf7 form.wpcf7-form input[type=submit] {
    line-height: 50px;
    height: 50px;
  }
}
@media (max-width: 750px) {
  .text-wrapper .wpcf7 form.wpcf7-form input[type=submit] {
    line-height: 45px;
    height: 45px;
  }
}
.text-wrapper .wpcf7 form.wpcf7-form div.wpcf7-validation-errors, .text-wrapper .wpcf7 form.wpcf7-form div.wpcf7-acceptance-missing, .text-wrapper .wpcf7 form.wpcf7-form div.wpcf7-mail-sent-ok {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  border: none !important;
}
.text-wrapper .wpcf7 form.wpcf7-form div.wpcf7-validation-errors {
  color: red;
}
.text-wrapper .wpcf7 form.wpcf7-form div.wpcf7-mail-sent-ok {
  color: forestgreen;
}
.text-wrapper .wpcf7 .optin_button {
  float: left;
  width: 21%;
}
@media (max-width: 590px) {
  .text-wrapper .wpcf7 .optin_button {
    width: 37%;
  }
}
.text-wrapper .wpcf7 .optin_text {
  float: left;
  width: 62%;
  font-size: 0.9em;
  margin-bottom: 30px;
}
@media (max-width: 590px) {
  .text-wrapper .wpcf7 .optin_text {
    width: 60%;
  }
}
.text-wrapper .wpcf7 .check_container {
  display: inline-block !important;
  width: auto !important;
  margin-right: 15px !important;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 590px) {
  .text-wrapper .wpcf7 .check_container {
    margin-right: -4px !important;
    padding-left: 29px;
  }
}
.text-wrapper .wpcf7 .check_container:last-of-type span.wpcf7-list-item {
  margin-right: 0px;
}
.text-wrapper .wpcf7 .check_container br, .text-wrapper .wpcf7 .check_container + br {
  display: none;
}
.text-wrapper .wpcf7 .check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.text-wrapper .wpcf7 .check_container input:checked ~ .checkmark {
  background-color: #ff5006;
}
.text-wrapper .wpcf7 .check_container input:checked ~ .checkmark:after {
  display: block;
}
.text-wrapper .wpcf7 .check_container:hover input ~ .checkmark {
  background-color: #ccc;
}
.text-wrapper .wpcf7 .check_container .checkmark {
  position: absolute;
  top: -1.5x;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 50%;
}
.text-wrapper .wpcf7 .check_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.text-wrapper .wpcf7 .check_container .ischeckbox .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 21px;
  width: 21px;
  border-radius: 0;
  background-color: #eee;
}
@media (max-width: 590px) {
  .text-wrapper .wpcf7 .check_container .ischeckbox .checkmark {
    top: 0px;
  }
}
.text-wrapper .wpcf7 .check_container .ischeckbox .checkmark:after {
  left: 8px;
  top: 4px;
  width: 6px;
  height: 10px;
  border-radius: 0;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: transparent;
}

body.page-template-08_contact .wpcf7 form.wpcf7-form .wpcf7-form-control {
  background-clip: border-box;
  border-bottom-color: #e4e4e4;
}
body.page-template-08_contact .wpcf7 form.wpcf7-form .select-wrapper {
  background: none;
}
body.page-template-08_contact .wpcf7 form.wpcf7-form select.wpcf7-select {
  color: #ff5006 !important;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
body.page-template-08_contact .wpcf7 form.wpcf7-form select.wpcf7-select option:first-of-type {
  text-transform: none;
}
body.page-template-08_contact .wpcf7 form.wpcf7-form select.wpcf7-select option:first-of-type {
  text-transform: uppercase;
}

.lity-close {
  text-indent: -9999px;
  height: 3vw;
  width: 3vw;
  right: 2vw;
  top: 2vw !important;
  color: rgba(0, 0, 0, 0);
  font-size: 0;
  overflow: hidden;
  transform: rotate(45deg);
  box-shadow: 1px -1px 48px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px -1px 48px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px -1px 48px 0px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.15);
}
.lity-close:before {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  left: calc(50% - 1.5px);
  height: 100%;
  background: white;
}
.lity-close:after {
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  top: calc(50% - 1.5px);
  width: 100%;
  background: white;
}

@font-face {
  font-family: "Gradshow";
  src: url("fonts/onshow_reg.eot");
  src: url("fonts/onshow_reg.eot?#iefix") format("embedded-opentype"), url("fonts/onshow_reg.woff") format("woff"), url("fonts/onshow_reg.ttf") format("truetype"), url("fonts/onshow_reg.svg#onshow_reg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gradshow";
  src: url("fonts/onshow_bold.eot");
  src: url("fonts/onshow_bold.eot?#iefix") format("embedded-opentype"), url("fonts/onshow_bold.woff") format("woff"), url("fonts/onshow_bold.ttf") format("truetype"), url("fonts/onshow_bold.svg#onshow_bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
body.page-template-00_home_new {
  background: black;
  font-size: 1.2vw;
  line-height: 1.25;
}
body.page-template-00_home_new .home_stats .mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
body.page-template-00_home_new .home_stats .mCustomScrollbar.mCS_no_scrollbar, body.page-template-00_home_new .home_stats .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
body.page-template-00_home_new .home_stats .mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
body.page-template-00_home_new .home_stats .mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
body.page-template-00_home_new .home_stats .mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
body.page-template-00_home_new .home_stats .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
body.page-template-00_home_new .home_stats .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
body.page-template-00_home_new .home_stats .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
body.page-template-00_home_new .home_stats .mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
body.page-template-00_home_new .home_stats .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, body.page-template-00_home_new .home_stats .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
body.page-template-00_home_new .home_stats .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonDown, body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
body.page-template-00_home_new .home_stats .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
body.page-template-00_home_new .home_stats .mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
body.page-template-00_home_new .home_stats .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
body.page-template-00_home_new .home_stats .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, body.page-template-00_home_new .home_stats .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, body.page-template-00_home_new .home_stats .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
body.page-template-00_home_new .home_stats .mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
body.page-template-00_home_new .home_stats .mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.page-template-00_home_new .home_stats .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
body.page-template-00_home_new .home_stats .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
body.page-template-00_home_new .home_stats .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
body.page-template-00_home_new .home_stats .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, body.page-template-00_home_new .home_stats .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
body.page-template-00_home_new .home_stats .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
body.page-template-00_home_new .home_stats .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
body.page-template-00_home_new .home_stats .mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
body.page-template-00_home_new .home_stats .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
body.page-template-00_home_new .home_stats .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
body.page-template-00_home_new .home_stats .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
body.page-template-00_home_new .home_stats .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools, body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonDown, body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonLeft, body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonRight, body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonUp, body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
body.page-template-00_home_new .home_stats .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, body.page-template-00_home_new .home_stats .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
body.page-template-00_home_new .home_stats .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, body.page-template-00_home_new .home_stats .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, body.page-template-00_home_new .home_stats .mCustomScrollBox:hover > .mCSB_scrollTools, body.page-template-00_home_new .home_stats .mCustomScrollBox:hover ~ .mCSB_scrollTools, body.page-template-00_home_new .home_stats .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, body.page-template-00_home_new .home_stats .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonDown, body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonLeft, body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonRight, body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonDown:hover, body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonLeft:hover, body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonRight:hover, body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonDown:active, body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonLeft:active, body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonRight:active, body.page-template-00_home_new .home_stats .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
body.page-template-00_home_new .home_stats .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
body.page-template-00_home_new .home_stats .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
body.page-template-00_home_new .home_stats .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
body.page-template-00_home_new .home_stats .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
body.page-template-00_home_new .home_stats .mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
body.page-template-00_home_new .home_stats .mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
body.page-template-00_home_new .home_stats .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
body.page-template-00_home_new .home_stats .mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
body.page-template-00_home_new .home_stats .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
body.page-template-00_home_new .home_stats .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
body.page-template-00_home_new .home_stats .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
body.page-template-00_home_new .home_stats .mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
body.page-template-00_home_new .home_stats .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
body.page-template-00_home_new .home_stats .mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
body.page-template-00_home_new .home_stats .mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
body.page-template-00_home_new .home_stats .mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
body.page-template-00_home_new .home_stats .mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
body.page-template-00_home_new .home_stats .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
body.page-template-00_home_new .home_stats .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
body.page-template-00_home_new .home_stats .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
body.page-template-00_home_new .home_stats .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
body.page-template-00_home_new .home_stats .mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
body.page-template-00_home_new .home_stats .mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
body.page-template-00_home_new .home_stats .mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
body.page-template-00_home_new .home_stats .mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
body.page-template-00_home_new .home_stats .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body.page-template-00_home_new .home_stats .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body.page-template-00_home_new .home_stats .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
body.page-template-00_home_new .home_stats .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
body.page-template-00_home_new .home_stats .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
body.page-template-00_home_new .home_stats .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
body.page-template-00_home_new .home_stats .mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
body.page-template-00_home_new .home_stats .mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
body.page-template-00_home_new .home_stats .mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
body.page-template-00_home_new .home_stats .mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
body.page-template-00_home_new .home_stats .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body.page-template-00_home_new .home_stats .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body.page-template-00_home_new .home_stats .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
body.page-template-00_home_new .home_stats .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
body.page-template-00_home_new .home_stats .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
body.page-template-00_home_new .home_stats .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
body.page-template-00_home_new .home_stats .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
body.page-template-00_home_new .home_stats .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
body.page-template-00_home_new .home_stats .mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
body.page-template-00_home_new .home_stats .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
body.page-template-00_home_new .home_stats .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
body.page-template-00_home_new .home_stats .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
body.page-template-00_home_new .home_stats .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
body.page-template-00_home_new .home_stats .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
body.page-template-00_home_new .home_stats .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
body.page-template-00_home_new .home_stats .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
body.page-template-00_home_new .home_stats .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
body.page-template-00_home_new .home_stats .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
body.page-template-00_home_new .home_stats .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
body.page-template-00_home_new .home_stats .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
body.page-template-00_home_new .home_stats .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, body.page-template-00_home_new .home_stats .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, body.page-template-00_home_new .home_stats .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, body.page-template-00_home_new .home_stats .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, body.page-template-00_home_new .home_stats .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, body.page-template-00_home_new .home_stats .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, body.page-template-00_home_new .home_stats .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
body.page-template-00_home_new .home_stats .mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
body.page-template-00_home_new .home_stats .mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
body.page-template-00_home_new .home_stats .mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
body.page-template-00_home_new .home_stats .mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
body.page-template-00_home_new .home_stats .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
body.page-template-00_home_new .home_stats .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
body.page-template-00_home_new .home_stats .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools, body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
body.page-template-00_home_new .home_stats .mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
body.page-template-00_home_new .home_stats .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools, body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools, body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools, body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
body.page-template-00_home_new .home_stats .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, body.page-template-00_home_new .home_stats .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools_vertical, body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools_horizontal, body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}
body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
body.page-template-00_home_new .home_stats .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}
body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
body.page-template-00_home_new .home_stats .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
body.page-template-00_home_new .home_stats .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, body.page-template-00_home_new .home_stats .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
body.page-template-00_home_new .home_stats .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, body.page-template-00_home_new .home_stats .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, body.page-template-00_home_new .home_stats .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, body.page-template-00_home_new .home_stats .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
body.page-template-00_home_new .home_stats .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, body.page-template-00_home_new .home_stats .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
body.page-template-00_home_new .home_stats .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, body.page-template-00_home_new .home_stats .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
body.page-template-00_home_new .home_stats .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, body.page-template-00_home_new .home_stats .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
body.page-template-00_home_new .home_stats .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
body.page-template-00_home_new .home_stats .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
body.page-template-00_home_new .home_stats .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
body.page-template-00_home_new .home_stats .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
body.page-template-00_home_new .home_stats .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
body.page-template-00_home_new .home_stats .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
body.page-template-00_home_new .home_stats .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
body.page-template-00_home_new .home_stats .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
body.page-template-00_home_new .home_stats .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
body.page-template-00_home_new .home_stats .mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
body.page-template-00_home_new .home_stats .mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
body.page-template-00_home_new .home_stats .mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
body.page-template-00_home_new .home_stats .mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
body.page-template-00_home_new .home_stats .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
body.page-template-00_home_new .home_stats .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
body.page-template-00_home_new .home_stats .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
body.page-template-00_home_new .home_stats .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
body.page-template-00_home_new .home_stats .mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
body.page-template-00_home_new .home_stats .mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
body.page-template-00_home_new .home_stats .mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
body.page-template-00_home_new .home_stats .mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
body.page-template-00_home_new .home_stats .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
body.page-template-00_home_new .home_stats .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.page-template-00_home_new .home_stats .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.page-template-00_home_new .home_stats .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
body.page-template-00_home_new .home_stats .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, body.page-template-00_home_new .home_stats .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, body.page-template-00_home_new .home_stats .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
body.page-template-00_home_new .home_stats .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, body.page-template-00_home_new .home_stats .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, body.page-template-00_home_new .home_stats .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
body.page-template-00_home_new .home_stats .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, body.page-template-00_home_new .home_stats .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, body.page-template-00_home_new .home_stats .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
body.page-template-00_home_new .home_stats .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, body.page-template-00_home_new .home_stats .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, body.page-template-00_home_new .home_stats .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
body.page-template-00_home_new .home_stats .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
body.page-template-00_home_new .home_stats .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
body.page-template-00_home_new .home_stats .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
body.page-template-00_home_new .home_stats .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
body.page-template-00_home_new .home_stats .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, body.page-template-00_home_new .home_stats .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, body.page-template-00_home_new .home_stats .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
body.page-template-00_home_new .home_stats .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, body.page-template-00_home_new .home_stats .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, body.page-template-00_home_new .home_stats .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
body.page-template-00_home_new .home_stats .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, body.page-template-00_home_new .home_stats .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, body.page-template-00_home_new .home_stats .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
body.page-template-00_home_new .home_stats .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, body.page-template-00_home_new .home_stats .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, body.page-template-00_home_new .home_stats .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
body.page-template-00_home_new .home_stats .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, body.page-template-00_home_new .home_stats .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.page-template-00_home_new .home_stats .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
body.page-template-00_home_new .home_stats .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
body.page-template-00_home_new .home_stats .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
body.page-template-00_home_new .home_stats .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
body.page-template-00_home_new .home_stats .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
body.page-template-00_home_new .home_stats .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
body.page-template-00_home_new .home_stats .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
body.page-template-00_home_new .home_stats .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
body.page-template-00_home_new .home_stats .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, body.page-template-00_home_new .home_stats .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
body.page-template-00_home_new ::-moz-selection {
  background: rgba(255, 71, 19, 0.98);
  color: white;
}
body.page-template-00_home_new ::selection {
  background: rgba(255, 71, 19, 0.98);
  color: white;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new {
    font-size: 22.5px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new {
    font-size: 16.125px;
  }
}
@media (max-width: 1050px) {
  body.page-template-00_home_new {
    font-size: 14px;
  }
}
@media (max-width: 890px) {
  body.page-template-00_home_new {
    font-size: 13px;
  }
}
@media (max-width: 490px) {
  body.page-template-00_home_new {
    font-size: 12px;
  }
}
body.page-template-00_home_new p {
  font-size: 1.2vw;
  line-height: 1.25;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new p {
    font-size: 22.5px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new p {
    font-size: 16.125px;
  }
}
@media (max-width: 1050px) {
  body.page-template-00_home_new p {
    font-size: 14px;
  }
}
@media (max-width: 890px) {
  body.page-template-00_home_new p {
    font-size: 13px;
  }
}
@media (max-width: 490px) {
  body.page-template-00_home_new p {
    font-size: 12px;
  }
}
body.page-template-00_home_new h1, body.page-template-00_home_new h2, body.page-template-00_home_new h3, body.page-template-00_home_new h4, body.page-template-00_home_new h5, body.page-template-00_home_new h6 {
  word-spacing: -0.1em;
  letter-spacing: -0.01em;
  font-family: "Gradshow", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
body.page-template-00_home_new h2, body.page-template-00_home_new .h2 {
  font-size: 2.7vw;
  font-weight: normal;
  color: white;
  font-family: "Circular", Helvetica, Arial, sans-serif;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new h2, body.page-template-00_home_new .h2 {
    font-size: 48.6px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new h2, body.page-template-00_home_new .h2 {
    font-size: 34.83px;
  }
}
@media (max-width: 1050px) {
  body.page-template-00_home_new h2, body.page-template-00_home_new .h2 {
    font-size: 30px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new h2, body.page-template-00_home_new .h2 {
    font-size: 26px;
  }
}
body.page-template-00_home_new h3, body.page-template-00_home_new .h3 {
  font-size: 2.4vw;
  letter-spacing: -0.035vw;
  word-spacing: -0.07vw;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new h3, body.page-template-00_home_new .h3 {
    font-size: 43.2px;
    letter-spacing: -0.63px;
    word-spacing: -1.26px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new h3, body.page-template-00_home_new .h3 {
    font-size: 30.96px;
    letter-spacing: -0.4515px;
    word-spacing: -0.903px;
  }
}
@media (max-width: 850px) {
  body.page-template-00_home_new h3, body.page-template-00_home_new .h3 {
    font-size: 22px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new h3, body.page-template-00_home_new .h3 {
    font-size: 24px;
  }
}
@media (max-width: 490px) {
  body.page-template-00_home_new h3, body.page-template-00_home_new .h3 {
    font-size: 22px;
  }
}
body.page-template-00_home_new h4 {
  font-size: 2.4vw;
  letter-spacing: -0.035vw;
  word-spacing: -0.07vw;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new h4 {
    font-size: 43.2px;
    letter-spacing: -0.63px;
    word-spacing: -1.26px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new h4 {
    font-size: 30.96px;
    letter-spacing: -0.4515px;
    word-spacing: -0.903px;
  }
}
@media (max-width: 850px) {
  body.page-template-00_home_new h4 {
    font-size: 22px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new h4 {
    font-size: 24px;
  }
}
@media (max-width: 490px) {
  body.page-template-00_home_new h4 {
    font-size: 22px;
  }
}
body.page-template-00_home_new .padding-left {
  padding-left: 1.9vw;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .padding-left {
    padding-left: 34.2px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .padding-left {
    padding-left: 24.51px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .padding-left {
    padding-left: 15px;
  }
}
body.page-template-00_home_new .padding-right {
  padding-right: 1.9vw;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .padding-right {
    padding-right: 34.2px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .padding-right {
    padding-right: 24.51px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .padding-right {
    padding-right: 15px;
  }
}
body.page-template-00_home_new .padding-top {
  padding-top: 1.9vw;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .padding-top {
    padding-top: 34.2px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .padding-top {
    padding-top: 24.51px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .padding-top {
    padding-top: 15px;
  }
}
body.page-template-00_home_new .padding-bottom {
  padding-bottom: 1.9vw;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .padding-bottom {
    padding-bottom: 34.2px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .padding-bottom {
    padding-bottom: 24.51px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .padding-bottom {
    padding-bottom: 15px;
  }
}
body.page-template-00_home_new .padding-top-small {
  padding-top: 0.85vw;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .padding-top-small {
    padding-top: 15.3px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .padding-top-small {
    padding-top: 10.965px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .padding-top-small {
    padding-right: 9px;
  }
}
body.page-template-00_home_new .padding-bottom-large {
  padding-bottom: 4.5vw;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .padding-bottom-large {
    padding-bottom: 81px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .padding-bottom-large {
    padding-bottom: 58.05px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .padding-bottom-large {
    padding-bottom: 42px;
  }
}
body.page-template-00_home_new video.killvid {
  display: none !important;
  position: absolute;
  left: -9999px;
}
body.page-template-00_home_new .home_button {
  padding: 1.06vw 1.75vw 1.056vw 1.75vw;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_button {
    padding: 19.08px 31.5px 19.008px 31.5px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .home_button {
    padding: 13.674px 22.575px 13.6224px 22.575px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_button {
    padding: 10px 15px 11px 15px;
  }
}
body.page-template-00_home_new .pubble-sb-clientbgcolor {
  background: #ff5006 !important;
}
body.page-template-00_home_new .pubble-app .pubble-cw .pubble-sb-button.pubble-sb-clientbgcolor {
  box-shadow: 0 8px 15px rgba(241, 124, 111, 0.19), 0 3px 6px rgba(0, 0, 0, 0.19) !important;
}
body.page-template-00_home_new .pubble-app .pubble-cw #pb_sidebar:hover .pubble-sb-button.pubble-sb-clientbgcolor {
  box-shadow: 0 1px 10px rgba(241, 124, 111, 0.19), 0 3px 6px rgba(0, 0, 0, 0.19) !important;
}
body.page-template-00_home_new textarea.pubble-cw-input-textarea::placeholder {
  color: #ff5006;
}
body.page-template-00_home_new .pubble-cw-panel-top {
  background-color: #ff5006 !important;
}
body.page-template-00_home_new #footer {
  margin-top: 0;
}
body.page-template-00_home_new #quicklinks-panel {
  z-index: 11000;
}
body.page-template-00_home_new #quicklinks-panel #quicklinks-button {
  top: 36vh;
}
@media (max-width: 1050px) {
  body.page-template-00_home_new #quicklinks-panel #quicklinks-button {
    left: 16px;
    top: auto;
    right: auto;
    bottom: 20px;
    border: 0;
  }
}
@media (max-width: 1250px) {
  body.page-template-00_home_new #quicklinks-panel #quicklinks-button span.label {
    font-size: 14px;
    line-height: 65px;
  }
  body.page-template-00_home_new #quicklinks-panel #quicklinks-button span.icon {
    width: 42px;
    background-position: 16px 27px;
  }
}
@media (max-width: 1250px) and (max-width: 1050px) {
  body.page-template-00_home_new #quicklinks-panel #quicklinks-button span.icon {
    height: 50px;
    width: 50px;
    background-image: url(img/button_i_sideways.png);
    background-position: right center;
  }
}
body.page-template-00_home_new #quicklinks-panel #quicklinks li a:hover, body.page-template-00_home_new #quicklinks-panel #quicklinks li a:hover span.iadt-icon {
  color: rgba(255, 255, 255, 0.65) !important;
}
body.page-template-00_home_new #quicklinks-panel.open #quicklinks {
  -webkit-box-shadow: 0px 0px 25px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 3px rgba(0, 0, 0, 0.1);
}
body.page-template-00_home_new .home_grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
body.page-template-00_home_new .home_grid_col3 {
  width: 25%;
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_grid_col3 {
    width: 33.3333333333%;
  }
}
@media (max-width: 550px) {
  body.page-template-00_home_new .home_grid_col3 {
    width: 50%;
  }
}
body.page-template-00_home_new .home_grid_col6 {
  width: 50%;
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_grid_col6 {
    width: 66.6666666667%;
  }
}
@media (max-width: 550px) {
  body.page-template-00_home_new .home_grid_col6 {
    width: 100%;
  }
}
body.page-template-00_home_new .home_grid .block a {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-template-00_home_new .home_grid .block a.prevent_link {
  pointer-events: none;
}
body.page-template-00_home_new .home_grid .block_cont {
  position: absolute;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  padding: 0 1.75vw 1.8vw 1.75vw;
}
@media (max-width: 1090px) {
  body.page-template-00_home_new .home_grid .block_cont {
    padding: 0 15px 15px 15px;
  }
}
body.page-template-00_home_new .home_grid .block_cont .hilite {
  line-height: 1.1;
  padding: 0;
  font-weight: bold;
  font-size: 2.2vw;
  width: 80%;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_grid .block_cont .hilite {
    font-size: 39.6px;
  }
}
@media (max-width: 1250px) {
  body.page-template-00_home_new .home_grid .block_cont .hilite {
    font-size: 27.5px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_grid .block_cont .hilite {
    font-size: 18px;
  }
}
@media (max-width: 490px) {
  body.page-template-00_home_new .home_grid .block_cont .hilite {
    font-size: 17px;
  }
}
body.page-template-00_home_new .home_grid .block_cont .hilite span {
  color: black;
  display: inline;
  padding: 0 0.18em 0 0.18em;
  height: 50%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #d7d7d7;
  background: linear-gradient(0deg, #d7d7d7 0%, #d7d7d7 90%, rgba(215, 215, 215, 0) 90%);
  font-family: "Circular-Black";
  font-weight: normal;
}
body.page-template-00_home_new .home_grid .block_cont .hilite small {
  font-family: Simplon;
  font-weight: normal;
  display: table;
  background: #ff5006;
  color: black;
  line-height: 1;
  word-spacing: 0.01em;
  font-size: 0.45em;
  padding: 0.3em 0.5em 0.6vw 0.5em;
  page-break-inside: avoid;
  margin-bottom: -0.3em;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_grid .block_cont .hilite small {
    padding-bottom: 10.8px;
  }
}
@media (max-width: 1250px) {
  body.page-template-00_home_new .home_grid .block_cont .hilite small {
    padding-bottom: 7.5px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_grid .block_cont .hilite small {
    font-size: 10px;
    word-spacing: -2px;
    letter-spacing: 0;
    padding: 0.25em 0.5em 0.4em 0.5em;
  }
}
body.page-template-00_home_new .home_grid .block_cont p, body.page-template-00_home_new .home_grid .block_cont span.note {
  display: none;
}
body.page-template-00_home_new .home_grid .block_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
body.page-template-00_home_new .home_grid .block_img .popup_button {
  position: absolute;
  top: 0;
  left: 0;
  width: 29%;
  height: 29%;
  background: url("/interface/img/generic/button_play.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0 1.75vw 0;
}
@media (max-width: 1090px) {
  body.page-template-00_home_new .home_grid .block_img .popup_button {
    margin: 0px 0 15px 0;
    width: 28%;
    height: 28%;
  }
}
body.page-template-00_home_new .home_grid .block_img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
body.page-template-00_home_new .home_grid .block.tweet .block_cont, body.page-template-00_home_new .home_grid .block.para .block_cont {
  height: 100%;
  width: 100%;
  top: 0;
}
body.page-template-00_home_new .home_grid .block.tweet .block_cont .hilite, body.page-template-00_home_new .home_grid .block.para .block_cont .hilite {
  display: none;
}
body.page-template-00_home_new .home_grid .block.tweet .block_cont p, body.page-template-00_home_new .home_grid .block.tweet .block_cont span.note, body.page-template-00_home_new .home_grid .block.para .block_cont p, body.page-template-00_home_new .home_grid .block.para .block_cont span.note {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  padding: 1.8vw 0 1.75vw 1.75vw;
}
@media (max-width: 1090px) {
  body.page-template-00_home_new .home_grid .block.tweet .block_cont p, body.page-template-00_home_new .home_grid .block.tweet .block_cont span.note, body.page-template-00_home_new .home_grid .block.para .block_cont p, body.page-template-00_home_new .home_grid .block.para .block_cont span.note {
    padding: 15px 0 15px 15px;
  }
}
body.page-template-00_home_new .home_grid .block.tweet .block_cont span.note, body.page-template-00_home_new .home_grid .block.para .block_cont span.note {
  top: auto;
  bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
}
body.page-template-00_home_new .home_grid .block.tweet .block_img {
  background-image: none !important;
  background-color: #1ea1f3;
  background-color: #151515;
}
body.page-template-00_home_new .home_grid .block.tweet .block_cont span.note {
  width: 10%;
  height: 10%;
  background: url(img/icon-twitter-white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 1.7vw;
}
@media (max-width: 1090px) {
  body.page-template-00_home_new .home_grid .block.tweet .block_cont span.note {
    margin: 15px;
  }
}
body.page-template-00_home_new .home_grid .block.insta .block_cont p {
  display: none;
}
body.page-template-00_home_new .home_grid .block.insta .block_cont span.note {
  top: 0;
  bottom: auto;
  width: 10%;
  height: 10%;
  background: url(img/icon-instagram-white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 1.7vw;
}
@media (max-width: 1090px) {
  body.page-template-00_home_new .home_grid .block.insta .block_cont span.note {
    margin: 15px;
  }
}
body.page-template-00_home_new .home_banner {
  position: relative;
  background: #080d11;
}
@media only screen and (min-height: 60vw) {
  body.page-template-00_home_new .home_banner {
    height: 48vw;
    background: lawngreen;
    background: #080d11;
  }
}
@media only screen and (max-height: 60vw) {
  body.page-template-00_home_new .home_banner {
    height: 79.5vh;
    background: pink;
    background: #080d11;
  }
}
@media only screen and (max-height: 43vw) {
  body.page-template-00_home_new .home_banner {
    height: 34vw;
    background: blue;
    background: #080d11;
  }
}
@media only screen and (max-width: 1050px) {
  body.page-template-00_home_new .home_banner {
    height: 55vw;
    background: mediumpurple;
    background: #080d11;
  }
}
@media only screen and (max-width: 650px) {
  body.page-template-00_home_new .home_banner {
    height: 75vw;
    background: red;
    background: #080d11;
  }
}
@media only screen and (max-width: 500px) {
  body.page-template-00_home_new .home_banner {
    height: 100vw;
    background: orange;
    background: #080d11;
  }
}
body.page-template-00_home_new .home_banner .swiper-home {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
body.page-template-00_home_new .home_banner .swiper-home .loader {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: all 0.6s ease;
  pointer-events: none;
}
body.page-template-00_home_new .home_banner .swiper-home .loader.on {
  opacity: 1;
}
body.page-template-00_home_new .home_banner .swiper-home .swiper-slide {
  height: 100%;
  background-color: #080d11;
  color: white;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide {
    background-position: center center;
  }
}
body.page-template-00_home_new .home_banner .swiper-home .swiper-slide .mobile_image {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide .mobile_image {
    display: block;
  }
}
body.page-template-00_home_new .home_banner .swiper-home .swiper-slide .mobile_image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
@media (max-width: 850px) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide .mobile_image video {
    height: 100%;
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide .has_mob_vid {
    display: none !important;
  }
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide .has_mob_vid video {
    display: none !important;
  }
}
body.page-template-00_home_new .home_banner .swiper-home .swiper-slide .grad_1, body.page-template-00_home_new .home_banner .swiper-home .swiper-slide .grad_2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
}
body.page-template-00_home_new .home_banner .swiper-home .swiper-slide .grad_1 {
  height: 60%;
  width: 100%;
  opacity: 0.5;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}
@media only screen and (max-width: 650px) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide .grad_1 {
    height: 100%;
  }
}
body.page-template-00_home_new .home_banner .swiper-home .swiper-slide .grad_2 {
  height: 100%;
  width: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+50 */
  background: -moz-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
@media only screen and (max-width: 650px) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide .grad_2 {
    width: 100%;
  }
}
body.page-template-00_home_new .home_banner .swiper-home .swiper-slide h1 {
  position: absolute;
  z-index: 10;
  bottom: 16.5%;
  left: -5px;
  color: white;
  font-weight: bold;
  font-size: 6vw;
  word-spacing: -0.3vw;
  letter-spacing: -0.05vw;
  width: 75%;
  margin-bottom: 0;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
body.page-template-00_home_new .home_banner .swiper-home .swiper-slide h1 a {
  display: block;
  top: 0;
  left: 0;
  color: #ffffff;
  position: relative;
}
body.page-template-00_home_new .home_banner .swiper-home .swiper-slide h1.on {
  opacity: 0;
}
@media only screen and (max-height: 60vw) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide h1 {
    bottom: 16.5%;
  }
}
@media only screen and (max-height: 51vw) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide h1 {
    bottom: 19.5%;
  }
}
@media only screen and (max-height: 43vw) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide h1 {
    bottom: 21%;
  }
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide h1 {
    font-size: 97.2px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide h1 {
    font-size: 69.66px;
  }
}
@media (max-width: 1050px) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide h1 {
    width: 90%;
    font-size: 66px;
  }
}
@media (max-width: 850px) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide h1 {
    width: 90%;
    font-size: 55px;
    bottom: 13%;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide h1 {
    width: 92%;
    font-size: 10vw;
    left: -1px;
    bottom: 12%;
  }
}
body.page-template-00_home_new .home_banner .swiper-home .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
@media (max-width: 850px) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide video {
    height: 108%;
    width: calc(100% + 15px);
    margin-left: -15px;
  }
}
body.page-template-00_home_new .home_banner .swiper-home .swiper-slide a.button_link {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 4.5vw;
  width: 100%;
  height: 50%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide a.button_link {
    top: 81px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide a.button_link {
    top: 58.05px;
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide a.button_link {
    width: 100%;
    height: 50%;
  }
}
body.page-template-00_home_new .home_banner .swiper-home .swiper-slide a.button_link div {
  background: #ff5006;
  float: right;
  color: white;
  opacity: 0;
  margin-right: -15px;
  margin-top: 0;
  transform-origin: top right;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  font-family: "Gradshow";
  font-weight: bold;
  padding: 1.04vw 2.1vw 1.056vw 2.1vw;
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_banner .swiper-home .swiper-slide a.button_link div {
    display: none;
  }
}
body.page-template-00_home_new .home_banner .swiper-home .swiper-slide a.button_link:hover div {
  opacity: 1;
  margin-right: 0;
  cursor: pointer;
}
body.page-template-00_home_new .home_banner .swiper-home .swiper-slide.neutral_bg a.button_link div {
  background: black;
}
body.page-template-00_home_new .home_banner .swiper-home .swiper-slide.swiper-slide-active a:hover div {
  opacity: 1;
  margin-right: 0;
}
body.page-template-00_home_new .home_banner_headline {
  width: 100%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
}
body.page-template-00_home_new .home_banner_headline .swiper-home-pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 2vw;
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.4s ease-in-out, transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_banner_headline .swiper-home-pagination {
    padding-bottom: 27px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .home_banner_headline .swiper-home-pagination {
    padding-bottom: 19.35px;
  }
}
body.page-template-00_home_new .home_banner_headline .swiper-home-pagination.on {
  opacity: 0;
  transform: translateY(10px);
}
body.page-template-00_home_new .home_banner_headline .swiper-home-pagination div {
  position: relative;
  color: white;
  width: 100%;
  margin-right: 1.5vw;
  padding-top: 1vw;
}
body.page-template-00_home_new .home_banner_headline .swiper-home-pagination div:last-of-type {
  margin-right: 0;
}
body.page-template-00_home_new .home_banner_headline .swiper-home-pagination div.active span {
  opacity: 1;
}
body.page-template-00_home_new .home_banner_headline .swiper-home-pagination div.active:before {
  transform: scaleX(1);
  transition: all 6s linear;
}
body.page-template-00_home_new .home_banner_headline .swiper-home-pagination div span {
  display: block;
  height: 100%;
  width: 95%;
  color: white;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
body.page-template-00_home_new .home_banner_headline .swiper-home-pagination div span small {
  font-family: "Circular";
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  font-size: 0.7em;
  margin-bottom: 2px;
  white-space: nowrap;
}
body.page-template-00_home_new .home_banner_headline .swiper-home-pagination div span:hover {
  opacity: 1;
}
@media (max-width: 990px) {
  body.page-template-00_home_new .home_banner_headline .swiper-home-pagination div span {
    white-space: nowrap;
  }
}
@media (max-width: 850px) {
  body.page-template-00_home_new .home_banner_headline .swiper-home-pagination div span {
    display: none;
  }
}
body.page-template-00_home_new .home_banner_headline .swiper-home-pagination div:before, body.page-template-00_home_new .home_banner_headline .swiper-home-pagination div:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0;
  height: 3px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: #ff5006;
  transition: all 0s linear;
  will-change: auto;
}
@media (min-width: 1590px) {
  body.page-template-00_home_new .home_banner_headline .swiper-home-pagination div:before, body.page-template-00_home_new .home_banner_headline .swiper-home-pagination div:after {
    height: 4px;
  }
}
body.page-template-00_home_new .home_banner_headline .swiper-home-pagination div:after {
  z-index: 5;
  background: rgba(255, 255, 255, 0.3);
  transform: scaleX(1) scaleY(0.8);
}
body.page-template-00_home_new .home_banner_headline .swiper-home-pagination div.yes:before {
  background: white;
}
body.page-template-00_home_new .home_quicklinks {
  background: #ff5006;
  transition: background-color 0.8s ease-in-out;
}
body.page-template-00_home_new .home_quicklinks .home_grid {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
body.page-template-00_home_new .home_quicklinks .home_grid.on {
  opacity: 0;
}
body.page-template-00_home_new .home_quicklinks.neutral {
  background-color: #0a0e11;
}
body.page-template-00_home_new .home_quicklinks.neutral .home_quicklinks_social ul li {
  filter: invert(0) !important;
  opacity: 0.3;
}
body.page-template-00_home_new .home_quicklinks.neutral .home_quicklinks_social ul li:hover {
  opacity: 1;
}
body.page-template-00_home_new .home_quicklinks.neutral .home_quicklinks_links ul li {
  border-color: #ffffff2e;
}
body.page-template-00_home_new .home_quicklinks.neutral .home_quicklinks_links ul li a {
  color: white !important;
}
body.page-template-00_home_new .home_quicklinks.neutral .home_quicklinks_links ul li a img {
  opacity: 0.3;
}
body.page-template-00_home_new .home_quicklinks.neutral .home_quicklinks_links ul li a svg {
  opacity: 0.35;
}
@media (min-width: 1090px) {
  body.page-template-00_home_new .home_quicklinks.neutral .home_quicklinks_links ul li:hover a {
    color: white !important;
  }
}
body.page-template-00_home_new .home_quicklinks.neutral .home_quicklinks_links ul li:hover a img {
  opacity: 1;
}
body.page-template-00_home_new .home_quicklinks_social {
  width: 50%;
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_quicklinks_social {
    width: 50%;
  }
}
@media (max-width: 650px) {
  body.page-template-00_home_new .home_quicklinks_social {
    width: 100%;
  }
}
body.page-template-00_home_new .home_quicklinks_social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
}
body.page-template-00_home_new .home_quicklinks_social ul li {
  display: inline-block;
  margin-right: 1.9vw;
  margin-left: 0;
  filter: invert(1);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_quicklinks_social ul li {
    margin-right: 34.2px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .home_quicklinks_social ul li {
    margin-right: 24.51px;
  }
}
@media (max-width: 850px) {
  body.page-template-00_home_new .home_quicklinks_social ul li {
    margin-right: 20px;
  }
}
body.page-template-00_home_new .home_quicklinks_social ul li a {
  outline: none !important;
}
body.page-template-00_home_new .home_quicklinks_social ul li a img {
  width: 2vw;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_quicklinks_social ul li a img {
    width: 36px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .home_quicklinks_social ul li a img {
    width: 27.09px;
  }
}
@media (max-width: 850px) {
  body.page-template-00_home_new .home_quicklinks_social ul li a img {
    width: 20px;
  }
}
body.page-template-00_home_new .home_quicklinks_social p {
  display: none;
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_quicklinks_social p {
    font-size: 1.15em;
    display: block;
    color: white;
    width: 95%;
    margin: 50px 0 50px 0;
  }
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_quicklinks_links {
    width: 50% !important;
  }
}
@media (max-width: 650px) {
  body.page-template-00_home_new .home_quicklinks_links {
    width: 100% !important;
  }
}
body.page-template-00_home_new .home_quicklinks_links ul {
  list-style: none;
  margin: 0;
  margin-bottom: 3vw;
  padding: 0;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_quicklinks_links ul {
    margin-bottom: 36px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .home_quicklinks_links ul {
    margin-bottom: 25.8px;
  }
}
@media (max-width: 850px) {
  body.page-template-00_home_new .home_quicklinks_links ul {
    margin-bottom: 30px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_quicklinks_links ul {
    margin-bottom: 40px;
  }
}
body.page-template-00_home_new .home_quicklinks_links ul li {
  display: block;
  border-bottom: 1px solid black;
  margin: 0;
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_quicklinks_links ul li:first-of-type {
    border-top: 1px solid black;
  }
}
body.page-template-00_home_new .home_quicklinks_links ul li:last-of-type {
  border-bottom: none;
}
body.page-template-00_home_new .home_quicklinks_links ul li a {
  display: block;
  text-align: right;
  color: white !important;
  text-decoration: none;
  line-height: 6.5vw;
  transition: 0.3s ease all;
  outline: none !important;
  user-select: none;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_quicklinks_links ul li a {
    line-height: 117px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .home_quicklinks_links ul li a {
    line-height: 83.85px;
  }
}
@media (max-width: 1050px) {
  body.page-template-00_home_new .home_quicklinks_links ul li a {
    font-size: 30px;
  }
}
@media (max-width: 850px) {
  body.page-template-00_home_new .home_quicklinks_links ul li a {
    font-size: 26px;
    line-height: 70px;
  }
}
@media (max-width: 490px) {
  body.page-template-00_home_new .home_quicklinks_links ul li a {
    line-height: 70px;
  }
}
body.page-template-00_home_new .home_quicklinks_links ul li a svg {
  display: inline;
  width: 3.75vw;
  height: auto;
  margin-right: 0.5vw;
  opacity: 0.6;
  transition: 0.3s ease opacity;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_quicklinks_links ul li a svg {
    width: 67.5px;
    margin-right: 9px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .home_quicklinks_links ul li a svg {
    width: 48.375px;
    margin-right: 6.45px;
  }
}
body.page-template-00_home_new .home_quicklinks_links ul li a svg path {
  fill: white;
}
body.page-template-00_home_new .home_quicklinks_links ul li a img {
  width: 6.25vw;
  float: left;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_quicklinks_links ul li a img {
    width: 112.5px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .home_quicklinks_links ul li a img {
    width: 80.625px;
  }
}
@media (max-width: 850px) {
  body.page-template-00_home_new .home_quicklinks_links ul li a img {
    width: 66px;
    margin: 1px 0 0 -5px;
  }
}
@media (max-width: 490px) {
  body.page-template-00_home_new .home_quicklinks_links ul li a img {
    width: 60px;
    margin: 4px 0 0 -5px;
  }
}
@media (min-width: 1090px) {
  body.page-template-00_home_new .home_quicklinks_links ul li a:hover {
    padding-right: 0.5vw;
    color: rgba(255, 255, 255, 0.5) !important;
  }
  body.page-template-00_home_new .home_quicklinks_links ul li a:hover svg {
    opacity: 0.75;
  }
}
body.page-template-00_home_new .home_news {
  background: #101010;
  background: #ff5006;
}
body.page-template-00_home_new .home_news:after {
  content: "";
  display: table;
  height: 0px;
  width: 100%;
  background: transparent;
}
body.page-template-00_home_new .home_news .home_grid {
  display: block;
}
body.page-template-00_home_new .home_news .home_grid .block {
  position: relative;
  box-sizing: border-box;
  float: left;
  color: white;
}
body.page-template-00_home_new .home_news .home_grid .block:nth-child(1n) {
  background: #410099;
}
body.page-template-00_home_new .home_news .home_grid .block:nth-child(2n) {
  background: #592fb7;
}
body.page-template-00_home_new .home_news .home_grid .block:nth-child(3n) {
  background: #8561cc;
}
body.page-template-00_home_new .home_news .home_grid .block a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
}
body.page-template-00_home_new .home_news .home_grid_col3 {
  padding-bottom: 25vw;
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_news .home_grid_col3 {
    padding-bottom: 33.3333333333%;
  }
}
@media (max-width: 550px) {
  body.page-template-00_home_new .home_news .home_grid_col3 {
    padding-bottom: 50%;
  }
}
body.page-template-00_home_new .home_news .home_grid_col6 {
  padding-bottom: 50vw;
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_news .home_grid_col6 {
    width: 33.3333333333%;
    padding-bottom: 33.3333333333%;
  }
}
@media (max-width: 550px) {
  body.page-template-00_home_new .home_news .home_grid_col6 {
    width: 100%;
    padding-bottom: 100%;
  }
}
body.page-template-00_home_new .home_stats {
  background: #410099;
  color: white;
  /* SLIDERS */
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_stats .home_grid_col6 {
    width: 53.125%;
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_stats .home_grid_col6 {
    width: 100%;
  }
}
body.page-template-00_home_new .home_stats .home_grid_col6:nth-of-type(1) {
  position: relative;
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_stats .home_grid_col6:nth-of-type(1) {
    width: 46.875%;
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_stats .home_grid_col6:nth-of-type(1) {
    width: 100%;
  }
}
body.page-template-00_home_new .home_stats .home_grid_col6:nth-of-type(1) p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 79%;
  margin-bottom: 0;
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_stats .home_grid_col6:nth-of-type(1) p {
    margin-bottom: 35px;
    position: relative;
    width: 90%;
    font-size: 1.15em;
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_stats .home_grid_col6:nth-of-type(1) {
    padding-bottom: 0px;
  }
}
body.page-template-00_home_new .home_stats .slider_18 {
  overflow-y: auto;
  white-space: nowrap;
  background: transparent;
  width: calc(100% + 200px);
  margin-left: -200px;
  position: relative;
  user-select: none !important;
}
@media (max-width: 1050px) {
  body.page-template-00_home_new .home_stats .slider_18 {
    width: calc(100% + 100px);
    margin-left: -100px;
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_stats .slider_18 {
    width: calc(100% + 30px);
    margin-left: -30px;
  }
}
body.page-template-00_home_new .home_stats .slider_18:before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  height: 250px;
  width: 180px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#410099+0,410099+100&1+0,0+99 */
  background: -moz-linear-gradient(left, #410099 0%, rgba(65, 0, 153, 0) 99%, rgba(65, 0, 153, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #410099 0%, rgba(65, 0, 153, 0) 99%, rgba(65, 0, 153, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #410099 0%, rgba(65, 0, 153, 0) 99%, rgba(65, 0, 153, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#410099", endColorstr="#00410099",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 1050px) {
  body.page-template-00_home_new .home_stats .slider_18:before {
    width: 90px;
    height: 200px;
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_stats .slider_18:before {
    display: none;
  }
}
body.page-template-00_home_new .home_stats .slider_18 div.slider_inner {
  display: inline-block;
  margin: 0px 40px 15.5vw 0px;
  width: 17vw;
  vertical-align: top;
  user-select: none !important;
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_stats .slider_18 div.slider_inner {
    margin: 0px 30px 11.5vw 0px;
    width: 150px;
  }
}
@media (max-width: 490px) {
  body.page-template-00_home_new .home_stats .slider_18 div.slider_inner {
    width: 200px;
  }
}
body.page-template-00_home_new .home_stats .slider_18 div.slider_inner:nth-of-type(1) {
  margin-left: 180px;
}
@media (max-width: 1050px) {
  body.page-template-00_home_new .home_stats .slider_18 div.slider_inner:nth-of-type(1) {
    margin-left: 90px;
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_stats .slider_18 div.slider_inner:nth-of-type(1) {
    margin-left: 30px;
  }
}
body.page-template-00_home_new .home_stats .slider_18 div.slider_inner:nth-last-of-type(1) h3 {
  word-spacing: -0.15em;
}
body.page-template-00_home_new .home_stats .slider_18 div.slider_inner p, body.page-template-00_home_new .home_stats .slider_18 div.slider_inner h3 {
  color: white;
}
body.page-template-00_home_new .home_stats .slider_18 div.slider_inner p {
  white-space: normal;
  opacity: 0.7;
  margin-left: 3px;
  margin-top: 0.25vw;
  width: 95%;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_stats .slider_18 div.slider_inner p {
    margin-top: 4.5px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .home_stats .slider_18 div.slider_inner p {
    margin-top: 3.225px;
  }
}
body.page-template-00_home_new .home_stats .slider_18 div.slider_inner h3 {
  font-weight: bold;
  font-size: 5.6vw;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_stats .slider_18 div.slider_inner h3 {
    font-size: 100.8px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .home_stats .slider_18 div.slider_inner h3 {
    font-size: 72.24px;
  }
}
@media (max-width: 1050px) {
  body.page-template-00_home_new .home_stats .slider_18 div.slider_inner h3 {
    font-size: 67px;
  }
}
@media (max-width: 850px) {
  body.page-template-00_home_new .home_stats .slider_18 div.slider_inner h3 {
    font-size: 60px;
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_stats .slider_18 div.slider_inner h3 {
    font-size: 65px;
  }
}
@media (max-width: 490px) {
  body.page-template-00_home_new .home_stats .slider_18 div.slider_inner h3 {
    width: 63px;
  }
}
body.page-template-00_home_new .home_stats .slider_18 div.slider_inner a {
  display: block;
  transition: opacity 0.3s ease;
  opacity: 1;
}
body.page-template-00_home_new .home_stats .slider_18 div.slider_inner a:hover {
  opacity: 0.4;
}
body.page-template-00_home_new .home_stats .slider_18 div.slider_inner.narrow {
  width: 200px;
}
body.page-template-00_home_new .home_stats .slider_18 .mCSB_scrollTools {
  opacity: 1 !important;
}
body.page-template-00_home_new .home_stats .slider_18 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0 !important;
}
body.page-template-00_home_new .home_stats .slider_18 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  max-width: 150px !important;
  cursor: grab !important;
}
body.page-template-00_home_new .home_stats .slider_18 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 100% !important;
  width: calc(100% - 220px) !important;
  top: auto !important;
  right: 30px !important;
  bottom: 0px !important;
  left: auto !important;
}
@media (max-width: 1050px) {
  body.page-template-00_home_new .home_stats .slider_18 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: calc(100% - 120px) !important;
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_stats .slider_18 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: calc(100% - 60px) !important;
  }
}
body.page-template-00_home_new .home_stats .slider_18 .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent !important;
}
body.page-template-00_home_new .home_stats .slider_18 .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ffffff !important;
  height: 2px !important;
  width: 100% !important;
  margin: 0 !important;
  top: 12px !important;
  top: calc(100% - 14px) !important;
  transform: scaleY(1);
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1590px) {
  body.page-template-00_home_new .home_stats .slider_18 .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 3px !important;
    top: calc(100% - 15px) !important;
  }
}
body.page-template-00_home_new .home_stats .slider_18 .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100% !important;
  margin: 0 !important;
  margin-top: 0px !important;
  position: absolute;
}
body.page-template-00_home_new .home_stats .slider_18 .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.2) !important;
  height: 3px !important;
  top: 12px !important;
  top: calc(100% - 14px) !important;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1590px) {
  body.page-template-00_home_new .home_stats .slider_18 .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    height: 4px !important;
    top: calc(100% - 16px) !important;
  }
}
body.page-template-00_home_new .home_stats .slider_18 .mCS-dark-3.mCSB_scrollTools:hover .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.35) !important;
}
body.page-template-00_home_new .home_stats .slider_18 .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: white !important;
  height: 2px !important;
  top: 12px !important;
  top: calc(100% - 14px) !important;
  transform: scaleY(5);
}
@media (min-width: 1590px) {
  body.page-template-00_home_new .home_stats .slider_18 .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    height: 3px !important;
    top: calc(100% - 15px) !important;
  }
}
body.page-template-00_home_new .home_courses {
  background: #8561cc;
  background: white;
  color: white;
  color: black;
  transition: height 0.3s ease-in-out;
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_courses .home_grid_col6:nth-of-type(1) {
    width: 46.875%;
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_courses .home_grid_col6:nth-of-type(1) {
    width: 100%;
  }
}
body.page-template-00_home_new .home_courses .home_grid_col6 {
  position: relative;
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_courses .home_grid_col6 {
    width: 53.125%;
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_courses .home_grid_col6 {
    width: 100%;
  }
}
body.page-template-00_home_new .home_courses .home_grid_col6 p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 81%;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_courses .home_grid_col6 p {
    margin-bottom: 35px;
    position: relative;
    width: 90%;
    font-size: 1.15em;
  }
}
body.page-template-00_home_new .home_courses .home_grid_col6:nth-of-type(1) h2 {
  color: black;
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_courses .home_grid_col6:nth-of-type(1) {
    padding-bottom: 0px;
  }
}
body.page-template-00_home_new .home_courses_toggle_bar {
  color: black;
  margin-bottom: 5vw;
  margin-top: 1vw;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_courses_toggle_bar {
    margin-bottom: 90px;
    margin-top: 18px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .home_courses_toggle_bar {
    margin-bottom: 64.5px;
    margin-top: 12.9px;
  }
}
@media (max-width: 1050px) {
  body.page-template-00_home_new .home_courses_toggle_bar {
    margin-top: 10px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_courses_toggle_bar {
    margin-bottom: 30px;
  }
}
body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle {
  float: left;
  display: flex;
  position: relative;
  flex-direction: row;
  background: #9a79e4;
  background: #d3dadc;
  width: 24vw;
  user-select: none;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle {
    width: 432px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle {
    width: 309.6px;
  }
}
@media (max-width: 1050px) {
  body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle {
    width: 270px;
  }
}
@media (max-width: 850px) {
  body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle {
    width: 250px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle {
    width: 56vw;
  }
}
@media (max-width: 450px) {
  body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle {
    width: 60vw;
  }
}
body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0%;
  top: 0;
  height: 100%;
  width: 50%;
  background: #6541b7;
  background: #434c4e;
  transition: all 0.45s cubic-bezier(0.85, 0, 0.15, 1);
}
body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle.undergrad span:nth-of-type(1) {
  color: white;
}
@media (min-width: 1090px) {
  body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle.undergrad span:nth-of-type(2):hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle.undergrad:after {
  left: 0%;
}
body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle.postgrad span:nth-of-type(2) {
  color: white;
}
@media (min-width: 1090px) {
  body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle.postgrad span:nth-of-type(1):hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle.postgrad:after {
  left: 50%;
}
body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle span {
  position: relative;
  width: 50%;
  text-align: center;
  color: white;
  z-index: 10;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  border-right: 0px transparent solid;
  box-sizing: border-box;
}
@media (max-width: 850px) {
  body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle span {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle span {
    width: 250px;
    border: none !important;
  }
}
body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle span:nth-of-type(2) {
  border-right: none;
  border-left: 0px transparent solid;
}
body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle span:nth-of-type(2):after {
  left: 0;
  right: auto;
}
body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle span:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  background: #6541b7;
  background: #434c4e;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1090px) {
  body.page-template-00_home_new .home_courses_toggle_bar .home_courses_toggle span:hover:after {
    width: 8px;
  }
}
body.page-template-00_home_new .home_courses_toggle_bar .home_courses_button {
  display: inline-block;
  float: right;
  background: white;
  color: #8561cc;
  color: white;
  background: black;
  transition: all 0.3s ease-in-out;
}
body.page-template-00_home_new .home_courses_toggle_bar .home_courses_button:hover {
  padding: 1.06vw 2vw 1.056vw 2vw;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_courses_toggle_bar .home_courses_button:hover {
    padding: 19.08px 36px 19.008px 36px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .home_courses_toggle_bar .home_courses_button:hover {
    padding: 13.674px 25.8px 13.6224px 25.8px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_courses_toggle_bar .home_courses_button:hover {
    padding: 10px 15px 11px 15px;
  }
}
body.page-template-00_home_new .home_courses_toggle_bar:after {
  content: "";
  display: table;
  width: 100%;
  height: 0px;
  clear: both;
}
body.page-template-00_home_new .home_courses_toggle {
  display: flex;
  width: 20vw;
}
body.page-template-00_home_new .home_courses_toggle span {
  cursor: pointer;
  width: 50%;
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container {
  position: relative;
  background: #8561cc;
  background: white;
  margin-bottom: -13px;
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #8561cc;
  background: white;
  transition: opacity 0.4s ease-in-out;
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist.off {
  position: absolute;
  z-index: 5;
  top: 1px;
  width: 100%;
  opacity: 0;
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li {
  position: relative;
  list-style: none;
  display: block;
  margin: 0;
  margin-left: 0px;
  width: calc(100% + 0px);
  padding: 0 0 0 0;
  margin-top: -1px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  transition: background 0.4s ease;
}
@media (max-width: 750px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li {
    width: calc(100% + 40px);
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 0 0 0 15px;
  }
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li h4 {
  padding: 1.7vw 0 1.7vw 0px;
  margin: 0;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  cursor: pointer;
  transition: color 0.4s ease;
}
@media (min-width: 1750px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li h4 {
    padding: 30px 0 30px 0px;
  }
}
@media (max-width: 1250px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li h4 {
    font-size: 28px;
  }
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li h4 {
    padding: 15px 0 15px 0px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li h4 {
    font-size: 26px;
  }
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li svg {
  position: absolute;
  top: 1.1vw;
  right: 0;
  width: 10px;
  height: 10px;
  width: 2.5vw;
  height: 2.5vw;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform 0.4s ease;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li svg {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li svg {
    width: 32.25px;
    height: 32.25px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li svg {
    width: 29px;
    height: 29px;
    top: 11px;
    right: 14px;
  }
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li svg polygon {
  transition: fill 0.4s ease;
  fill: #000000;
  fill: #ffffff;
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li:hover h4 {
  color: white;
  color: rgba(0, 0, 0, 0.45);
}
@media (min-width: 1090px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li:hover h4 {
    color: white;
    color: rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1090px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li:hover svg polygon {
    fill: #ffffff;
    fill: #000000;
  }
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont {
  position: relative;
  overflow: hidden;
  height: 0;
  top: 0px;
  opacity: 0;
  transition: 1s opacity ease, 0.75s top ease;
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont p {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  float: left;
  width: 90%;
  margin-top: 1vh;
  margin-bottom: 3vh;
  line-height: 1.3;
  clear: both;
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .ac_button {
  mix-blend-mode: normal !important;
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont:after {
  content: "";
  height: 3vh;
  background: transparent;
  display: block;
  clear: both;
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .apply-course {
  background: #212121;
  color: white;
  margin-top: 40px;
  margin-left: -20px;
  margin-bottom: -27px;
  width: calc(100% + 20px);
  padding: 0 0 0 30px;
  position: relative;
  z-index: 100;
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .apply-course h4 {
  font-size: 1.75em;
  padding-bottom: 0px;
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .apply-course .ac_button {
  margin: 0 0 2vw 0;
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course {
  padding-top: 0;
  border-top: none;
  width: 43%;
  left: -10px;
  margin: 0 10px 0 10px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}
@media (max-width: 1650px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course {
    width: calc(50% - 20px);
  }
}
@media (max-width: 950px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course {
    width: 90%;
  }
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course {
    width: 43%;
    width: calc(50% - 20px);
  }
}
@media (max-width: 790px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course {
    width: 100%;
    width: calc(100% - 15px);
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course {
    width: 43%;
    width: calc(50% - 20px);
  }
}
@media (max-width: 550px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course {
    width: 100%;
    width: calc(100% - 15px);
  }
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module {
  max-height: none;
  height: 17vw;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1490px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module {
    height: 16vw;
  }
}
@media (max-width: 790px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module {
    height: 22vw;
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module {
    height: 31vw;
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module {
    height: 31vw;
  }
}
@media (max-width: 550px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module {
    height: 200px;
  }
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module.has-label .plus {
  background-color: white;
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module.has-label .plus i {
  background-image: url(https://www.iadt.ie/interface/img/generic/plus.png);
}
@media (max-width: 1050px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module .plus {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media (max-width: 1050px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module .plus i {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module .label {
  color: white;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 0px 0px 1px 0px;
}
@media (max-width: 1390px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module .label {
    font-size: 14px;
  }
}
@media (max-width: 1050px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module .label {
    padding: 0;
  }
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module .label em {
  display: inline;
  font-style: normal;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #0a0a0a;
  background: linear-gradient(0deg, #0a0a0a 0%, #0a0a0a 90%, rgba(10, 10, 10, 0) 90%);
  line-height: 1;
  padding: 3px 4px;
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module .level {
  bottom: 24px;
  color: black;
  background: white;
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module span.is_new {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 2px 4px 2px 4px;
  background: #ff5006;
  font-size: 0.85em;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 1050px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module span.is_new {
    padding: 1px 3px 1px 3px;
  }
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module span.is_new:before {
  content: "New";
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li .cont .item-course .module span.is_new {
    font-size: 10px;
  }
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li.on h4 {
  color: white;
  color: black;
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li.on svg {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li.on svg polygon {
  fill: #ffffff;
  fill: black;
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li.on .cont {
  height: auto;
  top: 7px;
  opacity: 1;
  overflow: visible;
}
body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 1px;
  width: 100%;
  width: calc(100% - 0px);
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li:after {
    width: calc(100% - 0px);
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_courses .ac_courses .grid_container .ac_courselist li:after {
    left: 15px;
    width: calc(100% - 30px);
  }
}
body.page-template-00_home_new .home_signup {
  background: #8561cc;
  background: #7c50d4;
  color: white;
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_signup .home_grid_col6:nth-of-type(1) {
    width: 46.875%;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_signup .home_grid_col6:nth-of-type(1) {
    width: 100%;
  }
}
body.page-template-00_home_new .home_signup .home_grid_col6 {
  position: relative;
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_signup .home_grid_col6 {
    width: 53.125%;
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_signup .home_grid_col6 {
    width: 100%;
  }
}
body.page-template-00_home_new .home_signup p.padding-bottom-large {
  width: 96%;
  padding-bottom: 120px;
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_signup p.padding-bottom-large {
    margin-bottom: 0px;
  }
}
body.page-template-00_home_new .home_signup_form {
  width: 100%;
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_signup_form {
    padding-left: 0;
  }
}
body.page-template-00_home_new .home_signup_form div.mce_inline_error {
  margin: 0;
}
body.page-template-00_home_new .home_signup_form div.mce_inline_error {
  margin: 0 !important;
  margin-top: -16px !important;
  padding: 0 !important;
  background-color: #F5300D !important;
  color: #F5300D !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  top: 50%;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  line-height: 26px;
}
@media (max-width: 990px) {
  body.page-template-00_home_new .home_signup_form div.mce_inline_error {
    width: 18px;
    height: 18px;
    line-height: 19px;
  }
}
body.page-template-00_home_new .home_signup_form div.mce_inline_error:after {
  content: "!";
  color: white;
  font-size: 17px;
}
@media (max-width: 990px) {
  body.page-template-00_home_new .home_signup_form div.mce_inline_error:after {
    font-size: 14px;
  }
}
body.page-template-00_home_new .home_signup_form p.optin {
  padding-right: 4%;
  float: right;
  font-size: 1vw;
  width: 25%;
  margin-top: -3.5vw;
  margin-right: 25%;
}
@media (min-width: 1750px) {
  body.page-template-00_home_new .home_signup_form p.optin {
    font-size: 17px;
  }
}
@media (max-width: 1390px) {
  body.page-template-00_home_new .home_signup_form p.optin {
    padding-right: 3%;
  }
}
@media (max-width: 1290px) {
  body.page-template-00_home_new .home_signup_form p.optin {
    font-size: 12.9px;
  }
}
@media (max-width: 990px) {
  body.page-template-00_home_new .home_signup_form p.optin {
    font-size: 9.9px;
  }
}
@media (max-width: 1050px) {
  body.page-template-00_home_new .home_signup_form p.optin {
    padding-right: 2%;
    margin-top: -36px;
  }
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_signup_form p.optin {
    font-size: 12px;
    padding-right: 0;
    width: 59%;
    margin-top: -36px;
    float: left;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_signup_form p.optin {
    margin-right: 15px;
    font-size: 12px;
    margin-top: 0;
    width: 81%;
    float: left;
  }
}
body.page-template-00_home_new .home_signup_form .loady {
  position: absolute;
  left: -9999px;
  top: 20px;
  z-index: 95;
  width: 46%;
  height: 172%;
  display: none;
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group {
  float: left;
  position: relative;
  width: calc(25% - 30px);
  margin-right: 30px;
  margin-bottom: 20px;
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group {
    width: calc(25% - 20px);
    margin-right: 20px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group {
    width: 100%;
    margin-bottom: 15px;
  }
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 12px 0px 12px 0;
  font-size: 1.4vw;
  height: 55px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group label {
    font-size: 24px;
  }
}
@media (max-width: 1250px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group label {
    font-size: 18px;
  }
}
@media (max-width: 1050px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group label {
    height: 48px;
    font-size: 16px;
  }
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group label {
    font-size: 16px;
  }
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group label .asterisk {
  color: white;
  position: relative;
  top: -3px;
  left: -2px;
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group.ac_dropper {
  position: relative;
  width: calc(50% - 10px);
  margin-right: 0;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group.ac_dropper {
    width: 100%;
    margin-bottom: 15px;
  }
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group.ac_dropper label {
  pointer-events: none;
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group.ac_dropper:after {
  content: "";
  position: absolute;
  z-index: 990;
  right: 0px;
  top: 23px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid white;
  pointer-events: none;
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group select {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 2px white solid !important;
  background: transparent;
  color: white;
  padding-left: 0;
  font-family: "Circular", helvetica, arial, sans-serif;
  font-size: 1.4vw;
  height: 55px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1050px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group select {
    height: 48px;
    font-size: 16px;
  }
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group select {
    height: 45px;
    line-height: 31px;
    border-bottom: 1px white solid !important;
  }
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group select:active, body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group select:focus, body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group select.active {
  background: #7c50d4;
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group input[type=text], body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group input[type=email] {
  width: 100%;
  padding: 12px 0px 19px 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  background: none;
  width: 100%;
  color: white;
  font-family: "Circular", helvetica, arial, sans-serif;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid white;
  font-size: 1.4vw;
  height: 55px;
  line-height: 1;
  transition: 0.7s background-color ease;
}
@media (min-width: 1800px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group input[type=text], body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group input[type=email] {
    font-size: 24px;
  }
}
@media (max-width: 1050px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group input[type=text], body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group input[type=email] {
    height: 48px;
    font-size: 16px;
  }
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group input[type=text], body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group input[type=email] {
    font-size: 16px;
    border-bottom: 1px solid white;
    height: 45px;
    line-height: 1;
  }
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group input[type=text]:active, body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group input[type=text]:focus, body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group input[type=text].active, body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group input[type=email]:active, body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group input[type=email]:focus, body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-field-group input[type=email].active {
  background: #7c50d4;
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit {
  width: 50%;
  float: right;
  padding-top: 1.5vw;
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit {
    padding-top: 20px;
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit {
    width: calc(100% - 20px);
    float: left;
    margin-top: 20px;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit {
    width: 100%;
    float: left;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit input[type=submit] {
  width: 45%;
  border-radius: 0;
  background-color: white;
  font-family: "Circular", helvetica, arial, sans-serif;
  padding: 1vw 0 1vw 0;
  line-height: 0.9;
  color: #7c50d4;
  font-size: 1.4vw;
  margin-top: 0px;
  margin-right: 10px;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1690px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit input[type=submit] {
    font-size: 22px;
  }
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit input[type=submit] {
    font-size: 16px;
    padding: 10px 0 10px 0;
    margin-top: 0;
    margin-right: 0;
  }
}
@media (max-width: 690px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit input[type=submit] {
    width: 34%;
  }
}
@media (max-width: 590px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit input[type=submit] {
    width: 100%;
  }
}
@media (min-width: 890px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit input[type=submit]:hover {
    background-color: black;
    color: white;
  }
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr {
  float: left;
  display: block;
  width: 120px;
  height: 40px;
  margin: 0;
  position: absolute;
  left: -2250px !important;
  opacity: 0;
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr label.checkbox {
  width: 120px;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr label.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr .checkmark {
  position: absolute;
  top: 1vh;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr .checkmark {
    height: 18px;
    width: 18px;
  }
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr label.checkbox:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.4);
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr label.checkbox input:checked ~ .checkmark {
  background-color: white;
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr label.checkbox input:checked ~ .checkmark:after {
  display: block;
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr label.checkbox .checkmark:after {
  left: 8px;
  top: 4px;
  width: 8px;
  height: 14px;
  border: solid #410099;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 890px) {
  body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr label.checkbox .checkmark:after {
    left: 5px;
    top: 1px;
  }
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit #mce-responses {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 100;
  background: transparent;
  width: 46%;
  height: 172%;
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit #mce-responses .response {
  height: 100%;
  width: 100%;
  background: #0D0D0D;
  padding-top: 15px;
  float: left;
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit #mce-responses a {
  color: white;
  opacity: 0.8;
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll .mc-submit #mce-responses a:hover {
  opacity: 1;
}
body.page-template-00_home_new .home_signup_form #mc_embed_signup_scroll:after {
  content: "";
  height: 1px;
  background: transparent;
  display: block;
  clear: both;
}
body.page-template-00_home_new .home_signup #mc-embedded-subscribe-form input[type=checkbox] {
  display: inline;
  width: auto;
  margin-right: 10px;
}
body.page-template-00_home_new .home_signup #mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0px;
  padding-bottom: 0px;
}
body.page-template-00_home_new .home_signup #mergeRow-gdpr {
  margin-top: 20px;
}
body.page-template-00_home_new .home_signup #mergeRow-gdpr fieldset label {
  font-weight: normal;
}

body.neutral .home_news {
  background: #0a0e11 !important;
}

.cc-banner .cc-message {
  line-height: 1.29;
}

body.page-template-00_home_new .home_banner .swiper-home .swiper-slide .mobile_image video {
  object-position: center center;
}

.sitebar.solid {
  background: #141414;
}

#quicklinks-button {
  transition: all 0.7s ease-in-out;
  opacity: 1;
}

#quicklinks-button.hider {
  opacity: 1;
}

.nav_hider {
  opacity: 0 !important;
}

.nav_text_hider {
  display: none !important;
}

@media only screen and (max-width: 500px) {
  body.page-template-00_home_new .home_banner {
    height: 110vw;
  }
}
.transitionin_up {
  transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.6s ease;
  opacity: 0;
  transition-delay: 0s;
  transform: translateY(1.5vw);
}
@media (max-width: 990px) {
  .transitionin_up {
    opacity: 1;
    transform: translateY(0px);
  }
}

.transitionin_up.on {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.faderinslow {
  opacity: 1;
  transition: all ease-in-out 0.7s;
  transition-delay: 0.3s;
}
.faderinslow.on {
  opacity: 0;
  transition-delay: 0s;
}

body.page-template-00_home_new #quicklinks-button.neutral span.label, body.page-template-00_home_new #quicklinks-button.neutral span.icon {
  background-color: #0a0e11 !important;
  filter: saturate(0);
}
body.page-template-00_home_new #quicklinks-button {
  display: block;
}
body.page-template-00_home_new .testing {
  background: black;
}
body.page-template-00_home_new .lity-close {
  transform: rotate(45deg) !important;
}
body.page-template-00_home_new #cmplz-manage-consent .cmplz-manage-consent {
  display: none !important;
}

.globalbar_wrap {
  position: relative;
  margin-top: -50px;
  z-index: 10999;
}
@media (max-width: 1280px) {
  .globalbar_wrap {
    margin-top: -40px;
  }
}
@media (max-width: 1060px) {
  .globalbar_wrap {
    margin-top: 0px;
  }
}

.globalbar {
  height: 4.25vw;
  background: black;
  color: white;
  font-size: 1.35vw;
  line-height: 1.42 !important;
  word-spacing: -0.05em;
  letter-spacing: -0.015em;
  font-family: "Circular", Helvetica, Arial, sans-serif;
}
@media (min-width: 1800px) {
  .globalbar {
    font-size: 24.3px;
    height: 76.5px;
  }
}
@media (max-width: 1290px) {
  .globalbar {
    font-size: 17.415px;
    height: 54.825px;
  }
}
@media (max-width: 590px) {
  .globalbar {
    font-size: 16px;
    height: 50px;
  }
}
.globalbar .container {
  width: 97%;
  margin: auto;
}
@media (max-width: 767px) {
  .globalbar .container {
    padding: 0 17px;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .globalbar .container {
    width: calc(100% - 30px);
    padding: 0;
  }
}
.globalbar_title {
  display: block;
  font-weight: bold;
  padding: 1.13vw 0 0 0;
  margin: 0;
  float: left;
  font-size: 0.975vw;
  line-height: 1vw;
  text-decoration: none;
  color: white !important;
  user-select: none;
  outline: none !important;
}
@media (min-width: 1800px) {
  .globalbar_title {
    padding-top: 20.34px;
    font-size: 17.55px;
    line-height: 18px;
  }
}
@media (max-width: 1290px) {
  .globalbar_title {
    padding-top: 15.48px;
    font-size: 12.5775px;
    line-height: 12.9px;
  }
}
@media (max-width: 590px) {
  .globalbar_title {
    line-height: 1.01;
    font-size: 11px;
    padding-top: 14px;
  }
}
.globalbar_title span {
  opacity: 0.5;
}
.globalbar button {
  float: right;
  position: relative;
  z-index: 10002;
  margin-top: 0.95vw;
  width: 2.3vw;
  height: 2.3vw;
  border: 0;
  padding: 0;
  outline: none;
  background: none !important;
  margin-right: -0.5vw;
  animation-name: menu;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
@keyframes menu {
  0% {
    transform: rotate(0deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: rotate(0deg) scale(1);
    animation-timing-function: ease-in;
  }
  82.5% {
    transform: rotate(90deg) scale(1.15);
    animation-timing-function: ease-out;
  }
  85% {
    transform: rotate(180deg) scale(1);
    animation-timing-function: ease-out;
  }
  100% {
    transform: rotate(180deg) scale(1);
    animation-timing-function: ease-out;
  }
}
@keyframes menu_hover {
  0% {
    transform: rotate(0deg) scale(1);
    animation-timing-function: ease-in;
  }
  50% {
    transform: rotate(90deg) scale(1.15);
    animation-timing-function: ease-out;
  }
  100% {
    transform: rotate(180deg) scale(1);
    animation-timing-function: ease-out;
  }
}
@media (min-width: 1800px) {
  .globalbar button {
    margin-top: 17.1px;
    width: 41.4px;
    height: 41.4px;
  }
}
@media (max-width: 1290px) {
  .globalbar button {
    margin-top: 12.255px;
    width: 29.67px;
    height: 29.67px;
  }
}
@media (max-width: 590px) {
  .globalbar button {
    animation-name: none;
    margin-right: -4px;
    margin-top: 10px;
  }
}
.globalbar button:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  top: calc(50% - 1px);
  width: 100%;
  background: white;
}
.globalbar button:before {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  left: calc(50% - 1px);
  height: 100%;
  background: white;
}
.globalbar .globalnav_close {
  position: fixed;
  overflow: hidden;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 25%;
  height: 100%;
  display: none;
}
@media (min-width: 1800px) {
  .globalbar .globalnav_close {
    width: calc(100% - 1350px);
  }
}
@media (max-width: 750px) {
  .globalbar .globalnav_close {
    width: 15%;
  }
}
@media (max-width: 590px) {
  .globalbar .globalnav_close {
    display: none;
  }
}
.globalbar .globalnav_panel {
  position: fixed;
  overflow: hidden;
  z-index: 10001;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 75%;
  height: 100%;
  transform: rotate(0deg);
  display: none;
}
@media (min-width: 1800px) {
  .globalbar .globalnav_panel {
    width: 1350px;
  }
}
@media (max-width: 890px) {
  .globalbar .globalnav_panel {
    width: 92%;
  }
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel {
    top: 50px;
  }
}
@media (max-width: 590px) {
  .globalbar .globalnav_panel {
    width: 100%;
  }
}
.globalbar .globalnav_panel .globalnav_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 100%;
  padding-top: 5.5vw;
  padding-bottom: 5.5vw;
  overflow-y: auto;
}
@media (min-width: 1800px) {
  .globalbar .globalnav_panel .globalnav_wrap {
    padding-top: 99px;
    padding-bottom: 99px;
    width: 1350px;
  }
}
@media (max-width: 1290px) {
  .globalbar .globalnav_panel .globalnav_wrap {
    padding-top: 70.95px;
    padding-bottom: 70.95px;
  }
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel .globalnav_wrap {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.globalbar .globalnav_panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
  width: 66%;
  float: left;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul {
    width: calc(100% - 20px);
    column-count: 1;
  }
}
.globalbar .globalnav_panel ul li {
  display: block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0;
}
.globalbar .globalnav_panel ul li a {
  color: white;
  text-decoration: none;
  margin-bottom: 0.5vw;
  transition: color 0.1s ease-in-out;
}
.globalbar .globalnav_panel ul li a:hover {
  color: white;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul li {
    position: relative;
    border-top: 1px solid #333333;
    padding: 9px 0 8px 0;
  }
  .globalbar .globalnav_panel ul li:last-of-type {
    border-bottom: 1px solid #333333;
  }
}
.globalbar .globalnav_panel ul li .mobile_toggle {
  display: none;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul li .mobile_toggle {
    display: block;
    position: absolute;
    right: -3px;
    top: 0;
    width: 31px;
    height: 38px;
    z-index: 9999;
    transform: rotate(180deg);
    background: url(img/icon-12.svg);
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 590px) {
  .globalbar .globalnav_panel ul li .mobile_toggle {
    right: -5px;
    top: 1px;
  }
}
.globalbar .globalnav_panel ul li ul {
  column-count: 1;
  margin-bottom: 2vw;
  float: none;
  width: 90%;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul li ul {
    display: none;
    margin-top: 13px;
  }
}
.globalbar .globalnav_panel ul li ul li {
  display: block;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul li ul li {
    padding: 2px 0 1px 0;
    border: none;
  }
}
.globalbar .globalnav_panel ul li ul li:last-of-type {
  border-bottom: none;
}
.globalbar .globalnav_panel ul li ul li a {
  text-decoration: none;
  color: #999;
  margin-bottom: 0.05vw;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul li.on ul {
    display: block !important;
  }
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul li.on .mobile_toggle {
    transform: rotate(0deg);
  }
}
.globalbar .globalnav_panel ul + ul {
  column-count: 1;
  width: 33%;
}
.globalbar .globalnav_panel ul + ul li a {
  line-height: 1.3;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul + ul {
    width: 100%;
    margin-top: 13px;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .globalbar .globalnav_panel ul + ul li a {
    font-size: 15.738px;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .globalbar .globalnav_panel ul + ul li {
    border: none !important;
    padding: 2px 0 2px 0;
  }
}
.globalbar.on .globalnav_panel, .globalbar.on .globalnav_close {
  display: flex;
}
.globalbar.on button {
  animation-name: none;
  transform: rotate(45deg);
  background: none !important;
}
.globalbar:hover button {
  animation-name: menu_hover;
  animation-duration: 0.8s !important;
  animation-iteration-count: 1 !important;
  background: none !important;
}
.globalbar.on:hover button {
  animation-name: none;
}

html.lock, body.lock {
  position: fixed;
}
@media (max-width: 750px) {
  html.lock, body.lock {
    height: 100%;
    overflow: hidden;
  }
}

.sitebar {
  position: absolute;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  top: 4.25vw;
  left: 0;
  height: 4.5vw;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 1800px) {
  .sitebar {
    top: 76.5px;
    height: 81px;
  }
}
@media (max-width: 1290px) {
  .sitebar {
    top: 54.825px;
    height: 58.05px;
  }
}
@media (max-width: 590px) {
  .sitebar {
    top: 50px;
    height: 50px;
  }
}
.sitebar .container {
  width: 97%;
  margin: auto;
}
@media (max-width: 767px) {
  .sitebar .container {
    padding: 0 17px;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .sitebar .container {
    width: calc(100% - 30px);
    padding: 0;
  }
}
.sitebar_title {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 2.1vw;
  line-height: 4.4vw;
  font-weight: normal;
  text-decoration: none;
}
@media (min-width: 1800px) {
  .sitebar_title {
    font-size: 37.8px;
    line-height: 79.2px;
  }
}
@media (max-width: 1290px) {
  .sitebar_title {
    font-size: 27.09px;
    line-height: 56.76px;
  }
}
.sitebar_title a {
  color: white;
  text-decoration: none !important;
  outline: none !important;
}
.sitebar nav {
  float: right;
}
@media (max-width: 850px) {
  .sitebar nav {
    display: none;
  }
}
@media (max-width: 750px) {
  .sitebar nav {
    width: calc(100% + 30px);
    margin-left: -15px;
    float: left;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
  }
}
.sitebar nav ul {
  list-style: none;
  margin: 0;
}
@media (max-width: 750px) {
  .sitebar nav ul {
    display: block;
    margin: 0;
    padding: 0;
    background: #101010;
  }
}
.sitebar nav ul li {
  display: inline-block;
  padding-top: 1.5vw;
  margin-right: 0.9vw;
}
@media (min-width: 1800px) {
  .sitebar nav ul li {
    padding-top: 27px;
    margin-right: 16.2px;
  }
}
@media (max-width: 1690px) {
  .sitebar nav ul li {
    padding-top: 1.4vw;
  }
}
@media (max-width: 1290px) {
  .sitebar nav ul li {
    padding-top: 17.415px;
    margin-right: 11.61px;
  }
}
@media (max-width: 890px) {
  .sitebar nav ul li {
    padding-top: 17px;
    margin-right: 11.61px;
    margin-left: 12px;
  }
}
@media (max-width: 750px) {
  .sitebar nav ul li {
    position: relative;
    display: block;
    margin: 0;
    text-align: left;
    padding: 16px 13px 16px 13px;
    border-bottom: 1px solid #333333;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    transition-delay: 0.4s;
  }
}
.sitebar nav ul li a {
  line-height: 1 !important;
}
.sitebar nav ul li:last-of-type {
  margin-right: 0;
}
@media (max-width: 750px) {
  .sitebar nav ul li:last-of-type {
    border-bottom: none;
  }
}
.sitebar nav ul li.current_page_item a, .sitebar nav ul li.current-menu-item a, .sitebar nav ul li.current-page-ancestor a {
  opacity: 0.5;
  outline: none !important;
}
@media (min-width: 990px) {
  .sitebar nav ul li:hover a {
    opacity: 0.5;
    outline: none !important;
  }
}
.sitebar nav ul li a {
  font-size: 1.4vw;
  color: white;
  text-decoration: none;
  transition: 0.3s opacity ease-in-out;
  opacity: 1;
  outline: none !important;
  user-select: none;
}
@media (min-width: 1800px) {
  .sitebar nav ul li a {
    font-size: 25.2px;
  }
}
@media (max-width: 1390px) {
  .sitebar nav ul li a {
    font-size: 19.46px;
  }
}
@media (max-width: 1290px) {
  .sitebar nav ul li a {
    font-size: 18.705px;
  }
}
@media (max-width: 890px) {
  .sitebar nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .sitebar nav ul li a {
    display: block;
  }
}
.sitebar button {
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 1.25vw;
  line-height: 1.3;
  color: white;
  float: right;
  padding-top: 1.45vw;
  border: none;
  outline: none;
  display: none;
}
.sitebar button:after {
  content: "Menu";
}
.sitebar button.on:after {
  content: "Close";
}
@media (min-width: 1800px) {
  .sitebar button {
    font-size: 22.5px;
    padding-top: 26.1px;
  }
}
@media (max-width: 1290px) {
  .sitebar button {
    font-size: 16.125px;
    padding-top: 18.705px;
  }
}
@media (max-width: 750px) {
  .sitebar button {
    display: block;
    padding-top: 22px;
  }
}
.sitebar.on {
  background: #101010;
}
.sitebar.on button:after {
  content: "Close";
}
.sitebar.on nav {
  opacity: 1;
  pointer-events: all;
}
.sitebar.on nav ul li {
  opacity: 1;
  top: 0;
  padding: 16px 13px 16px 13px;
}
.sitebar #search-panel-new {
  width: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0;
  z-index: 9999;
}
.sitebar #search-panel-new fieldset {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0px;
  position: relative;
  transition: background 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.sitebar #search-panel-new fieldset.active {
  padding-right: 4.5vw;
  background: white;
}
@media (min-width: 1800px) {
  .sitebar #search-panel-new fieldset.active {
    padding-right: 81px;
  }
}
@media (max-width: 1290px) {
  .sitebar #search-panel-new fieldset.active {
    padding-right: 58.05px;
  }
}
.sitebar #search-panel-new fieldset.active input, .sitebar #search-panel-new fieldset.active input:focus {
  width: 30vw;
}
@media (min-width: 1800px) {
  .sitebar #search-panel-new fieldset.active input, .sitebar #search-panel-new fieldset.active input:focus {
    width: 540px;
  }
}
@media (max-width: 1290px) {
  .sitebar #search-panel-new fieldset.active input, .sitebar #search-panel-new fieldset.active input:focus {
    width: 322.5px;
  }
}
@media (max-width: 590px) {
  .sitebar #search-panel-new fieldset.active input, .sitebar #search-panel-new fieldset.active input:focus {
    width: calc(100vw - 58.05px);
  }
}
.sitebar #search-panel-new fieldset.active button svg path {
  fill: black;
}
.sitebar #search-panel-new fieldset input {
  position: relative;
  z-index: 10;
  background: none;
  margin: 0;
  border: 0;
  color: #222222;
  float: left;
  padding: 0 14px;
  font-size: 22px;
  font-family: "Circular";
  word-spacing: 0px;
  height: 4.5vw;
  width: 4.5vw;
  transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 1800px) {
  .sitebar #search-panel-new fieldset input {
    height: 81px;
    width: 81px;
  }
}
@media (max-width: 1290px) {
  .sitebar #search-panel-new fieldset input {
    height: 58.05px;
    width: 58.05px;
  }
}
@media (max-width: 590px) {
  .sitebar #search-panel-new fieldset input {
    height: 50px;
    width: 50px;
  }
}
.sitebar #search-panel-new fieldset input::-webkit-search-cancel-button {
  position: relative;
  -webkit-appearance: none;
}
.sitebar #search-panel-new fieldset button {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0;
  height: 100%;
  visibility: visible;
  background: transparent;
  width: 50px;
  display: block;
  padding: 0;
  width: 4.5vw;
  flex-direction: column;
}
@media (min-width: 1800px) {
  .sitebar #search-panel-new fieldset button {
    width: 81px;
  }
}
@media (max-width: 1290px) {
  .sitebar #search-panel-new fieldset button {
    width: 58.05px;
  }
}
@media (max-width: 550px) {
  .sitebar #search-panel-new fieldset button {
    width: 50px;
    height: 50px;
  }
}
.sitebar #search-panel-new fieldset button:after {
  position: absolute;
  left: -999px;
}
.sitebar #search-panel-new fieldset button svg {
  position: relative;
  width: 50%;
  margin: 25%;
  width: 47%;
  margin: 27%;
  height: auto;
  display: block;
}
.sitebar #search-panel-new fieldset button svg path {
  fill: white;
}
@media (max-width: 590px) {
  .sitebar #search-panel-new fieldset button svg {
    width: 42%;
    margin: 29%;
  }
}
@media (max-width: 550px) {
  .sitebar #search-panel-new fieldset button svg {
    width: 22px;
    margin: 12px;
  }
}

.primarycontent_subnav .primarycontent_subnav-sticky {
  top: 50px;
  position: sticky;
  margin-bottom: 50px;
}
.primarycontent_subnav h5 {
  padding-bottom: 1vw;
  font-size: 0.9em;
  user-select: none;
}
@media (min-width: 1800px) {
  .primarycontent_subnav h5 {
    padding-bottom: 18px;
  }
}
@media (max-width: 1290px) {
  .primarycontent_subnav h5 {
    padding-bottom: 12.9px;
  }
}
.primarycontent_subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid gray;
}
.primarycontent_subnav ul li {
  border-bottom: 1px solid gray;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
}
@media (min-width: 1800px) {
  .primarycontent_subnav ul li {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media (max-width: 1290px) {
  .primarycontent_subnav ul li {
    padding-top: 6.45px;
    padding-bottom: 7.74px;
  }
}
.primarycontent_subnav ul li.current_page_item a, .primarycontent_subnav ul li.current-menu-item a, .primarycontent_subnav ul li:hover a {
  opacity: 0.5;
  outline: none !important;
}
.primarycontent_subnav ul li a {
  text-decoration: none;
  font-size: 0.9em;
  color: #000000 !important;
  outline: none !important;
  user-select: none;
}

.globalnav_panel > .globalnav_wrap > ul > li > a {
  font-size: 2.01vw;
}
.globalnav_panel > .globalnav_wrap > ul > li > a:hover {
  opacity: 0.6;
}
@media (min-width: 1800px) {
  .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 36.18px;
  }
}
@media (max-width: 1290px) {
  .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 25.929px;
  }
}
@media (max-width: 850px) {
  .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 22px;
  }
}
@media (max-width: 590px) {
  .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 24px;
  }
}
@media (max-width: 490px) {
  .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 24px;
  }
}

.box {
  padding: 1.8vw;
}
@media (min-width: 1800px) {
  .box {
    padding: 32.4px;
  }
}
@media (max-width: 1650px) {
  .box {
    padding: 1.6vw;
  }
}
@media (max-width: 1290px) {
  .box {
    padding: 20.64px;
  }
}
@media (max-width: 850px) {
  .box {
    padding: 15px;
  }
}
@media (max-width: 590px) {
  .box {
    padding: 15px;
  }
}

#page .footer_2020 {
  background: black !important;
  display: flex;
  flex-direction: row;
}
@media (max-width: 590px) {
  #page .footer_2020 {
    flex-direction: column;
  }
}
#page .footer_2020 p {
  font-size: 1.2vw;
  line-height: 1.25;
}
@media (min-width: 1800px) {
  #page .footer_2020 p {
    font-size: 22.5px;
  }
}
@media (max-width: 1290px) {
  #page .footer_2020 p {
    font-size: 16.125px;
  }
}
@media (max-width: 1050px) {
  #page .footer_2020 p {
    font-size: 14px;
  }
}
@media (max-width: 890px) {
  #page .footer_2020 p {
    font-size: 13px;
  }
}
@media (max-width: 490px) {
  #page .footer_2020 p {
    font-size: 12px;
  }
}
#page .footer_2020 h1, #page .footer_2020 h2, #page .footer_2020 h3, #page .footer_2020 h4, #page .footer_2020 h5, #page .footer_2020 h6, #page .footer_2020 .h1, #page .footer_2020 .h2, #page .footer_2020 .h3, #page .footer_2020 .h4, #page .footer_2020 .h5, #page .footer_2020 .h6 {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
#page .footer_2020 h3, #page .footer_2020 .h3 {
  font-size: 2.4vw;
  letter-spacing: -0.035vw;
  word-spacing: -0.07vw;
}
@media (min-width: 1800px) {
  #page .footer_2020 h3, #page .footer_2020 .h3 {
    font-size: 43.2px;
    letter-spacing: -0.63px;
    word-spacing: -1.26px;
  }
}
@media (max-width: 1290px) {
  #page .footer_2020 h3, #page .footer_2020 .h3 {
    font-size: 30.96px;
    letter-spacing: -0.4515px;
    word-spacing: -0.903px;
  }
}
@media (max-width: 850px) {
  #page .footer_2020 h3, #page .footer_2020 .h3 {
    font-size: 27px;
  }
}
@media (max-width: 790px) {
  #page .footer_2020 h3, #page .footer_2020 .h3 {
    font-size: 24px;
  }
}
@media (max-width: 590px) {
  #page .footer_2020 h3, #page .footer_2020 .h3 {
    font-size: 26px;
  }
}
@media (max-width: 490px) {
  #page .footer_2020 h3, #page .footer_2020 .h3 {
    font-size: 26px;
  }
}
#page .footer_2020 .boxgrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100vw;
  margin: 0;
  padding: 0;
}
#page .footer_2020 .boxgrid_box {
  width: 50%;
  height: 25vw;
  box-sizing: border-box;
  padding: 1.8vw;
}
@media (min-width: 1800px) {
  #page .footer_2020 .boxgrid_box {
    padding: 32.4px;
  }
}
@media (max-width: 1650px) {
  #page .footer_2020 .boxgrid_box {
    padding: 1.6vw;
  }
}
@media (max-width: 1290px) {
  #page .footer_2020 .boxgrid_box {
    padding: 20.64px;
  }
}
@media (max-width: 790px) {
  #page .footer_2020 .boxgrid_box {
    padding: 15px;
  }
}
@media (max-width: 590px) {
  #page .footer_2020 .boxgrid_box {
    padding: 15px;
  }
}
@media (max-width: 1090px) {
  #page .footer_2020 .boxgrid_box {
    width: 50%;
    height: 50vw;
  }
}
@media (max-width: 590px) {
  #page .footer_2020 .boxgrid_box {
    width: 100vw;
    height: 100vw;
  }
}
#page .footer_2020 .boxgrid_box.large {
  height: auto;
}
#page .footer_2020 .boxgrid_box.footer_right {
  position: relative;
  width: 50%;
  background-color: #0B1315;
}
@media (max-width: 890px) {
  #page .footer_2020 .boxgrid_box.footer_right {
    width: 54%;
  }
}
@media (max-width: 750px) {
  #page .footer_2020 .boxgrid_box.footer_right {
    width: 100%;
    background-color: #151d1f;
    padding-bottom: 160px;
  }
}
#page .footer_2020 .boxgrid_box.footer_right table {
  margin-bottom: 0;
  margin-top: 0;
  color: white;
}
@media (max-width: 750px) {
  #page .footer_2020 .boxgrid_box.footer_right table {
    border-top: 1px solid #2f2f2f;
  }
}
#page .footer_2020 .boxgrid_box.footer_right table tr:first-of-type td {
  border-top: none;
  font-family: inherit;
  word-spacing: 0px !important;
  padding-top: 0 !important;
  background: transparent !important;
}
@media (max-width: 590px) {
  #page .footer_2020 .boxgrid_box.footer_right table tr:first-of-type td {
    padding-top: 5px !important;
  }
}
#page .footer_2020 .boxgrid_box.footer_right table tr:nth-of-type(4) td {
  border-bottom: 0;
}
#page .footer_2020 .boxgrid_box.footer_right table tr:last-of-type td {
  border-bottom: 0;
  border-top: none;
  padding-top: 11vw;
}
#page .footer_2020 .boxgrid_box.footer_right table tr td {
  border-bottom: 1px solid #444444;
  background: transparent;
  border-top: none;
  width: 50%;
  vertical-align: top;
  padding: 0.35vw 0 0.4vw 0;
}
@media (max-width: 890px) {
  #page .footer_2020 .boxgrid_box.footer_right table tr td {
    padding: 6px 0 6px 0;
  }
}
@media (max-width: 590px) {
  #page .footer_2020 .boxgrid_box.footer_right table tr td {
    width: 20%;
    border-bottom: 1px solid #2f2f2f;
    padding: 5px 0 6px 0;
  }
  #page .footer_2020 .boxgrid_box.footer_right table tr td:nth-of-type(1) {
    width: 0;
    display: none;
  }
  #page .footer_2020 .boxgrid_box.footer_right table tr td:nth-of-type(2) {
    width: 100%;
  }
}
#page .footer_2020 .boxgrid_box.footer_right table tr td p {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  padding-top: 0.4vw;
  min-width: unset;
  max-width: none;
  width: auto;
  word-spacing: -1px;
}
@media (max-width: 490px) {
  #page .footer_2020 .boxgrid_box.footer_right table tr td p {
    font-size: 13px;
  }
}
#page .footer_2020 .boxgrid_box.footer_right table tr td img {
  position: relative;
  width: 2.3vw;
  height: 2.3vw;
  top: 0.25vw;
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
@media (min-width: 1800px) {
  #page .footer_2020 .boxgrid_box.footer_right table tr td img {
    width: 36px !important;
    height: 36px !important;
  }
}
@media (max-width: 1290px) {
  #page .footer_2020 .boxgrid_box.footer_right table tr td img {
    width: 25.8px !important;
    height: 25.8px !important;
  }
}
@media (max-width: 890px) {
  #page .footer_2020 .boxgrid_box.footer_right table tr td img {
    top: 1px;
    width: 22px !important;
    height: 22px !important;
  }
}
@media (max-width: 490px) {
  #page .footer_2020 .boxgrid_box.footer_right table tr td img {
    top: 0;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 24px !important;
    height: 24px !important;
  }
}
@media (min-width: 990px) {
  #page .footer_2020 .boxgrid_box.footer_right table tr td img:hover {
    opacity: 0.5;
  }
}
#page .footer_2020 .boxgrid_box.footer_right table tr td a {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  margin-right: 1vw;
  color: white !important;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
}
@media (max-width: 590px) {
  #page .footer_2020 .boxgrid_box.footer_right table tr td a {
    font-size: 26px;
  }
}
#page .footer_2020 .boxgrid_box.footer_right table tr td a:hover {
  opacity: 1;
}
#page .footer_2020 .boxgrid_box.footer_right .policies a {
  color: white !important;
  text-decoration: none;
  margin-right: 20px;
  font-size: 1.3vw;
  display: block;
  line-height: 1.35;
  word-spacing: -1px;
}
@media (min-width: 1800px) {
  #page .footer_2020 .boxgrid_box.footer_right .policies a {
    font-size: 23.4px;
  }
}
@media (max-width: 890px) {
  #page .footer_2020 .boxgrid_box.footer_right .policies a {
    font-size: 14px;
  }
}
@media (max-width: 590px) {
  #page .footer_2020 .boxgrid_box.footer_right .policies a {
    font-size: 13px;
  }
}
#page .footer_2020 .boxgrid_box.footer_right .policies a:hover {
  text-decoration: underline;
}
#page .footer_2020 .boxgrid_box.footer_left {
  background-image: url("img/2021_logo.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #171F21;
  background-size: 26%;
  display: flex;
  position: relative;
  width: 50%;
  background-position: 2vw 2vw;
}
@media (max-width: 890px) {
  #page .footer_2020 .boxgrid_box.footer_left {
    width: 46%;
    background-size: 34%;
  }
}
@media (max-width: 750px) {
  #page .footer_2020 .boxgrid_box.footer_left {
    background-size: 33%;
    background-position: left 20px top 25px;
    height: 200px !important;
    width: 100%;
    background-color: #151d1f;
    z-index: 100;
  }
}
@media (max-width: 490px) {
  #page .footer_2020 .boxgrid_box.footer_left {
    background-size: 33%;
  }
}
#page .footer_2020 .boxgrid_box.footer_left .backtotop {
  position: absolute;
  bottom: 21px;
  left: 17px;
}
@media (max-width: 590px) {
  #page .footer_2020 .boxgrid_box.footer_left .backtotop {
    bottom: auto;
    left: auto;
    right: 7px;
    top: 10px;
  }
}
#page .footer_2020 .boxgrid_box.footer_left .backtotop img {
  width: 3.7vw;
  height: 3.7vw;
}
@media (min-width: 1800px) {
  #page .footer_2020 .boxgrid_box.footer_left .backtotop img {
    width: 66.6px !important;
    height: 66.6px !important;
  }
}
@media (max-width: 1290px) {
  #page .footer_2020 .boxgrid_box.footer_left .backtotop img {
    width: 47.73px !important;
    height: 47.73px !important;
  }
}
@media (max-width: 390px) {
  #page .footer_2020 .boxgrid_box.footer_left .backtotop img {
    width: 42px;
    height: 42px;
  }
}
#page .footer_2020 .tooltip {
  position: relative !important;
  display: inline-block !important;
  cursor: pointer;
  opacity: 1;
  color: white;
  transition: color 0.4s ease-in-out;
}
#page .footer_2020 .tooltip:hover {
  color: rgba(255, 255, 255, 0.5);
}
#page .footer_2020 .tooltip .tooltiptext {
  display: block;
  width: 220px;
  bottom: 110%;
  left: 50%;
  border: none !important;
  margin-left: -110px;
  background-color: #dddddd !important;
  color: #000000 !important;
  font-size: 20px !important;
  font-weight: bold;
  text-align: center;
  padding: 13px 5px 13px 5px !important;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
@media (max-width: 590px) {
  #page .footer_2020 .tooltip .tooltiptext {
    width: 160px;
    left: 0%;
    margin-left: 0px;
    padding: 9px 5px 9px 5px !important;
    font-size: 16px !important;
  }
}
#page .footer_2020 .tooltip .tooltiptext.on {
  opacity: 1;
  bottom: 120%;
}
#page .footer_2020 .tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 7px;
  border-style: solid;
  border-color: #dddddd transparent transparent transparent;
}
@media (max-width: 590px) {
  #page .footer_2020 .tooltip .tooltiptext::after {
    left: 10%;
  }
}

@media (max-width: 1059px) {
  #quicklinks-button {
    left: 16px;
    top: auto;
    right: auto;
    bottom: 20px;
    border: 0;
  }
}
/*---------- FIRST YEAR MATTERS -----------*/
body.page-template-13_fym .pubble-sb-clientbgcolor {
  background: #f17c6f !important;
}
body.page-template-13_fym .pubble-app .pubble-cw .pubble-sb-button.pubble-sb-clientbgcolor {
  box-shadow: 0 8px 15px rgba(241, 124, 111, 0.19), 0 3px 6px rgba(0, 0, 0, 0.19) !important;
}
body.page-template-13_fym .pubble-app .pubble-cw #pb_sidebar:hover .pubble-sb-button.pubble-sb-clientbgcolor {
  box-shadow: 0 1px 10px rgba(241, 124, 111, 0.19), 0 3px 6px rgba(0, 0, 0, 0.19) !important;
}
body.page-template-13_fym textarea.pubble-cw-input-textarea::placeholder {
  color: #f17c6f;
}
body.page-template-13_fym .pubble-cw-panel-top {
  background-color: #f17c6f !important;
}

/*---------- FINAL YEAR MATTERS -----------*/
body.page-template-16_fymmo .pubble-sb-clientbgcolor {
  background: #000000 !important;
}
body.page-template-16_fymmo .pubble-app .pubble-cw .pubble-sb-button.pubble-sb-clientbgcolor {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.19) !important;
}
body.page-template-16_fymmo .pubble-app .pubble-cw #pb_sidebar:hover .pubble-sb-button.pubble-sb-clientbgcolor {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.19) !important;
}
body.page-template-16_fymmo textarea.pubble-cw-input-textarea::placeholder {
  color: #000000;
}
body.page-template-16_fymmo .pubble-cw-panel-top {
  background-color: #000000 !important;
}

/*---------- GENERAL -----------*/
div.pubble-footer {
  margin-top: -21px;
}

.pubble-sb-clientbgcolor {
  background: #ff5006 !important;
}

.pubble-app .pubble-cw .pubble-sb-button.pubble-sb-clientbgcolor {
  box-shadow: 0 8px 15px rgba(255, 80, 6, 0.19), 0 3px 6px rgba(0, 0, 0, 0.19) !important;
}

.pubble-app .pubble-cw #pb_sidebar:hover .pubble-sb-button.pubble-sb-clientbgcolor {
  box-shadow: 0 1px 10px rgba(255, 80, 6, 0.19), 0 3px 6px rgba(0, 0, 0, 0.19) !important;
}

textarea.pubble-cw-input-textarea::placeholder {
  color: #ff5006;
}

.pubble-cw-panel-top {
  background-color: #ff5006 !important;
}

.pubble-sb-clientbgcolor {
  background: #ff5006 !important;
}

.pubble-sb-logo {
  background-image: url(https://www.iadt.ie/content/files/ask_text_iadt.png) !important;
}

/*---------- HOMEPAGE NEUTRAL BG -----------*/
body.neutral .pubble-sb-clientbgcolor {
  background: black !important;
}
body.neutral .pubble-app .pubble-cw .pubble-sb-button.pubble-sb-clientbgcolor {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.19) !important;
}
body.neutral .pubble-app .pubble-cw #pb_sidebar:hover .pubble-sb-button.pubble-sb-clientbgcolor {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.19) !important;
}

div.utility {
  display: none;
}

.springboard_logos {
  padding-left: 20px;
  clear: both;
}

.springboard_logos.hide {
  display: none;
}

.springboard_logos:after,
.springboard_logos:before {
  content: "";
  display: table;
  clear: both;
  height: 40px;
  width: 100%;
  background: transparent;
}

.springboard_logos img {
  height: 113px;
  float: left;
}

@media (max-width: 767px) {
  .springboard_logos {
    padding-left: 0px;
  }

  .springboard_logos img {
    height: 70px;
    float: left;
  }
}
ul.list-links li a[title^=Protected] {
  display: none;
}

body.page-template-10_further_your_future .ac_courses:after {
  background: #410099;
}
body.page-template-10_further_your_future .ac_qandas h2 {
  font-size: 5em;
}
@media only screen and (max-width: 600px) {
  body.page-template-10_further_your_future .ac_qandas h2 {
    font-size: 3em;
    margin-bottom: 25px;
  }
}
body.page-template-10_further_your_future .ac_qandas .col6.pushcol {
  padding-left: 17%;
}
@media only screen and (max-width: 600px) {
  body.page-template-10_further_your_future .ac_qandas .col6.pushcol {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.page-template-10_further_your_future .ac_qandas .col6 p {
  width: 100%;
}
body.page-template-10_further_your_future .ac_qandas:after {
  background: white;
}
body.page-template-10_further_your_future .opener {
  display: block;
  height: 50px;
  color: white;
  background: black;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  body.page-template-10_further_your_future .hider {
    display: none;
  }
}
body.page-template-10_further_your_future .popout_wrap {
  position: fixed;
  z-index: 11999;
  top: 0;
  right: 0;
  height: 100%;
  width: 0vw;
  transition: width 0.6s cubic-bezier(0.85, 0, 0.15, 1), box-shadow 0.4s ease;
  background: transparent;
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: 0px 0px 0px 5000px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 5000px rgba(0, 0, 0, 0);
}
body.page-template-10_further_your_future .popout_wrap.on {
  width: 45vw;
  -webkit-box-shadow: 0px 0px 0px 5000px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0px 5000px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1000px) {
  body.page-template-10_further_your_future .popout_wrap.on {
    width: 62vw;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-10_further_your_future .popout_wrap.on {
    width: 100vw;
  }
}
body.page-template-10_further_your_future .popout_wrap_inner {
  display: block;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
}
body.page-template-10_further_your_future .popout_wrap_inner_form {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 46vw;
  height: 100vh;
  background: #8969D3;
  padding: 3vw 4vw 3vw 3vw;
  overflow-y: scroll;
}
@media only screen and (max-width: 1000px) {
  body.page-template-10_further_your_future .popout_wrap_inner_form {
    width: 66vw;
    padding: 3vw 8vw 3vw 3vw;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-10_further_your_future .popout_wrap_inner_form {
    width: calc(100vw + 40px);
    padding: 20px 60px 20px 20px !important;
  }
}
body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper {
  margin: 0;
  padding: 0;
}
body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .box_closer {
  position: relative;
  z-index: 100;
  float: right;
  width: 39px;
  height: 39px;
  margin-bottom: -40px;
  cursor: pointer;
}
body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .box_closer:after, body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .box_closer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 3px;
  height: 100%;
  background: black;
  transform: rotate(45deg);
}
body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .box_closer:before {
  transform: rotate(135deg);
}
body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper h2 {
  color: white;
  display: block;
  font-size: 2em;
}
body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .wpcf7 .optin_text {
  float: left;
  width: 72%;
}
body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .wpcf7 .optin_button {
  float: left;
  width: 23%;
}
body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .wpcf7 form.wpcf7-form input[type=submit] {
  background: black !important;
}
body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .wpcf7 form.wpcf7-form label .wpcf7-list-item-label {
  white-space: normal;
}
body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .choices .optin_button {
  width: 100%;
  font-size: 15px;
  margin-bottom: 7px;
}
body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .choices .optin_button .wpcf7-form-control {
  height: auto !important;
  margin-bottom: 15px;
}
body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .wpcf7 .optin_text {
  float: left;
  width: 75%;
}
body.page-template-10_further_your_future .popout_wrap_inner_form .wpcf7-spinner {
  margin: 25px 0;
  transform: scale(1.1);
}
body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .wpcf7-form, body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .validation {
  transition: opacity 0.5s ease;
}
body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .wpcf7 .submitting .validation {
  opacity: 0.5;
}
body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .wpcf7 .sent .validation {
  display: none;
}
body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .wpcf7 form input[type=text], body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .wpcf7 form input[type=email] {
  font-size: 1.05em !important;
  color: black;
}
body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .wpcf7 form.sent input[type=submit] {
  display: block;
  width: 100%;
  background-color: #219a52 !important;
  font-size: 0 !important;
  color: transparent !important;
  background-image: url(/wp-content/themes/iadt/assets/css/img/sent.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 25px !important;
}
body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .wpcf7 form.sent input[type=submit]:hover {
  color: transparent !important;
}
body.page-template-10_further_your_future .popout_wrap_inner_form form.wpcf7-form .optin_button span.wpcf7-not-valid-tip, body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .wpcf7 form.wpcf7-form label .wpcf7-not-valid-tip {
  position: absolute;
  top: 4px;
  right: 10px;
  width: 23px;
  height: 23px;
  background: red;
  color: transparent;
  font-size: 0;
  text-align: center;
  padding: 0;
}
body.page-template-10_further_your_future .popout_wrap_inner_form form.wpcf7-form .optin_button span.wpcf7-not-valid-tip {
  top: 30px;
  left: 0px;
}
body.page-template-10_further_your_future .popout_wrap_inner_form form.wpcf7-form .optin_button span.wpcf7-not-valid-tip:after, body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .wpcf7 form.wpcf7-form label .wpcf7-not-valid-tip:after {
  content: "!";
  color: white;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
}
body.page-template-10_further_your_future .popout_wrap_inner_form form.wpcf7-form div.wpcf7-response-output {
  position: relative;
  left: 0;
  top: 18px;
  font-size: 16px;
  width: auto;
  margin: 0;
  padding: 0;
}
body.page-template-10_further_your_future .popout_wrap_inner_form .wpcf7 form.invalid .wpcf7-response-output {
  color: white;
  background: red;
  display: inline-block;
  padding: 3px 6px 3px 6px;
  top: -70px;
}
body.page-template-10_further_your_future .popout_wrap_inner_form .wpcf7 form.sent .wpcf7-response-output {
  position: relative;
  color: white;
  display: block !important;
  padding: 3px 6px 3px 6px;
  top: -70px;
}
@media only screen and (max-width: 600px) {
  body.page-template-10_further_your_future .popout_wrap_inner_form .text-wrapper .wpcf7 .optin_text {
    float: left;
    width: 100%;
  }
  body.page-template-10_further_your_future .popout_wrap_inner_form form.wpcf7-form .optin_button span.wpcf7-not-valid-tip {
    top: -7px;
    left: 90px;
  }
}

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

body.page-id-6343.page-template-14_openday .openday_banner{

}

body.page-template-14_openday .openday_banner .media-item{
  margin-left: 0px;
  width: 100%;
}

@media (min-width: 1800px){
  body.page-template-14_openday .openday_banner .media-item{
    position: absolute;
    left: 37px;
    top: 170px;
    height: 450px;
    width: auto;
  }
}

@media (max-width: 590px){
  body.page-template-14_openday .openday_banner .media-item{
    margin-left: 0px;
    max-width: 93%;
  }
}