@font-face {
  font-family: "gilroybold";
  src: url(../fonts/v2/gilroy-bold-webfont.woff2) format("woff2"),
    url(../fonts/v2/gilroy-bold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "gilroyextrabold";
  src: url(../fonts/v2/gilroy-extrabold-webfont.woff2) format("woff2"),
    url(../fonts/v2/gilroy-extrabold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "gilroymedium";
  src: url(../fonts/v2/gilroy-medium-webfont.woff2) format("woff2"),
    url(../fonts/v2/gilroy-medium-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "gilroyregular";
  src: url(../fonts/v2/gilroy-regular-webfont.woff2) format("woff2"),
    url(../fonts/v2/gilroy-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "gilroysemibold";
  src: url(../fonts/v2/gilroy-semibold-webfont.woff2) format("woff2"),
    url(../fonts/v2/gilroy-semibold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NexaSlabRegularItalic";
  src: url(../fonts/v2/fontfabric_-_nexaslabregularitalic-webfont.woff2)
      format("woff2"),
    url(../fonts/v2/fontfabric_-_nexaslabregularitalic-webfont.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "nexa_slab_bold_regular";
  src: url(../fonts/v2/nexa_slab_bold-webfont.woff2) format("woff2"),
    url(../fonts/v2/nexa_slab_bold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
body {
  color: #404041;
  letter-spacing: 0;
}
body.home {
  font-family: "open_sansregular", sans-serif;
}
strong,
form input[type="checkbox"] + label {
  font-family: "ralewaymedium", sans-serif;
  font-weight: 400;
}
form input[type="checkbox"] + label a,
strong a {
  font-family: "ralewaysemibold", sans-serif;
}
a,
span,
li {
  font-size: 1em;
}
a,
span,
p,
li {
  font-size: 16px;
}
p {
  margin-bottom: 28px;
  letter-spacing: 0;
}
.container *:not(.form-group):last-child {
  margin-bottom: 0px !important;
}
.container {
  max-width: 1375px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .navigation .logo-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .navigation .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  #menu-main-menu li:not(.mobile) a {
    padding-left: 30px;
    padding-right: 30px;
  }
  #menu-main-menu li.mobile.m-one-half:first-child {
    padding-left: 30px;
    padding-right: 5px;
  }
  #menu-main-menu li.mobile.m-one-half + .m-one-half {
    padding-left: 5px;
    padding-right: 30px;
  }
}
.btn {
  border-radius: 6px;
  font-family: "gilroysemibold", sans-serif;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0;
  text-transform: none;
  min-width: 0;
  background: transparent;
  border: 1px solid #e8e8e8;
  padding: 15px 40px;
  color: #404041;
  outline: 0px !important;
}
.btn.remove-fields {
  background-color: #eaeaea;
}
.btn.white {
  background-color: #ffffff !important;
  border: 1px solid #d3d3d3 !important;
  color: #404041 !important;
}
.btn.white:hover,
.btn.white.selected {
  border-color: #ffe164 !important;
  background-color: #ffe164 !important;
  color: #404041 !important;
}
.btn.yellow {
  background-color: #ffe164;
  color: #000;
}
.btn.yellow:hover {
  background-color: #404041 !important;
  border-color: #404041 !important;
  color: #fff;
}
.btn.green {
  background: #99c975;
  color: #fff;
}
.btn.green:hover {
  background-color: #000;
  color: #fff;
}
.btn.add-fields span {
  font-size: 15px;
  letter-spacing: 0;
  font-family: "gilroysemibold", sans-serif;
}
.btn.reverse {
  border-color: #fff;
  background: #fff;
  color: #000;
}
.btn:hover {
  border-color: #ffe164;
  background-color: #ffe164;
  color: #404041;
}
.bg-purple .btn {
  color: #000;
  background-color: #fff;
}
.bg-purple .btn:hover {
  border-color: #ffe164;
  background-color: #ffe164;
  color: #000;
}
.btn.black {
  border-color: #363636 !important;
  background-color: #363636 !important;
  color: #fff;
}
.btn.black:hover {
  border-color: #ffe164 !important;
  background-color: #ffe164 !important;
  color: #404041;
}
.submit-wrap > .btn.purple,
.btn.purple {
  background-color: #e01471 !important;
  color: #ffffff !important;
}
.flat-box-wrap .flat-box a.btn {
  background-color: #fff;
}
.flat-box-wrap .flat-box a.btn:hover {
  background-color: #ffe164;
}
.btn.icon-arrow.selected,
.btn.purple:hover {
  background-color: #404041 !important;
  border-color: #404041 !important;
}
form .form-group .btn.inactive {
  background-color: #d7d7d7 !important;
  border-color: #d7d7d7 !important;
  cursor: not-allowed !important;
}

.btn.inactive {
  background-color: #d7d7d7 !important;
  border-color: #d7d7d7 !important;
  cursor: not-allowed !important;
}

.ui-autocomplete.ui-front .ui-menu-item > * {
  font-family: "gilroyregular", sans-serif;
  font-size: 17px;
}
.main-footer .footer-links ul li a {
  letter-spacing: 0;
}
.form-control {
  line-height: 1;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  font-family: "gilroyextrabold", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 0;
  color: #404041;
}
body:not(.home) .main-content h1,
body:not(.home) .main-content h2,
body:not(.home) .main-content h3,
body:not(.home) .main-content h4,
body:not(.home) .main-content h5,
body:not(.home) .main-content h6 {
  font-family: "gilroysemibold", sans-serif;
  margin-top: 0;
}
body:not(.home) .main-content h2 {
  font-size: 30px;
}
body:not(.home) .main-content h3 {
  font-family: "gilroyextrabold", sans-serif;
  font-size: 25px;
  margin-bottom: 50px;
}
body:not(.home) .main-content h4 {
  font-size: 24px;
}
body:not(.home) .main-content h5 {
  font-size: 20px;
}
body:not(.home) .main-content h2 span {
  display: block;
  font-size: 18px;
  font-family: "gilroymedium", sans-serif;
  margin-top: 15px;
}
body:not(.home) .main-content h2 span a {
  color: #e01471 !important;
  border-bottom: 1px solid transparent;
  border-color: #e01471 !important;
  display: inline-block;
  line-height: 1;
}
body:not(.home) .main-content h2 span a:hover {
  color: #e5cb5b !important;
  border-color: #e5cb5b !important;
}
h2 {
  font-size: 25px;
}
a:hover,
.archive-listings .entry .title:hover,
.events-listings .event-block .title:hover {
  color: #e5cb5b;
}
body:not(.home) .main-content a:not([class]) {
  color: #419adf;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #419adf;
}
.content.profile .white-block ul li h6 .info.question *:hover,
body:not(.home) .main-content a:not([class]):hover {
  color: #e5cb5b;
  border-color: #e5cb5b;
}
.narrow-wrap:not(.align-left) {
  margin-left: auto;
  margin-right: auto;
}
body:not(.home) .main-content > .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-margin {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.section-small-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-small-top-padding {
  padding-top: 10px;
}
.section-small-bottom-padding {
  padding-bottom: 10px;
}
.section-half-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-half-top-padding {
  padding-top: 30px;
}
.section-half-bottom-padding {
  padding-bottom: 30px;
}
.section-half-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-half-top-margin {
  margin-top: 30px;
}
.section-half-bottom-margin {
  margin-bottom: 30px;
}
.section-medium-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-medium-top-padding {
  padding-top: 50px;
}
.section-medium-bottom-padding {
  padding-bottom: 50px;
}
.section-medium-margin {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.section-medium-top-margin {
  margin-top: 50px !important;
}
.section-medium-bottom-margin {
  margin-bottom: 50px !important;
}
.section-top-padding {
  padding-top: 60px;
}
.section-bottom-padding {
  padding-bottom: 60px;
}
.no-bottom-padding {
  padding-bottom: 0px !important;
}
.no-top-padding {
  padding-top: 0px !important;
}
body:not(.home) .container.no-bottom-padding + .container {
  padding-top: 50px;
}
.bg-gray {
  background-color: #f9f9fa;
}
p.medium {
  font-size: 19px;
  font-family: "ralewaymedium", sans-serif;
}
@media (max-width: 650px) {
  p.medium {
    font-size: 17px;
  }
}
body:not(.home) .selectize-input,
.upload-profile-picture {
  transition: border 0.3s ease-in-out;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
}
.form-control:focus,
.bootstrap-select.open button.dropdown-toggle.btn,
.tokenfield.form-control.focus,
.twitter-typeahead .typeahead.tt-input:not(:disabled):focus,
.selectize-control.single .selectize-input.dropdown-active,
.form-control.StripeElement--focus iframe,
input.cc-field:active,
input.cc-field:focus,
.bootstrap-select button.dropdown-toggle.btn:focus,
body .form-control.StripeElement--focus,
body:not(.home) .selectize-input.focus {
  border-color: #c9aa2b !important;
}
.bootstrap-select.btn-group button.bs-placeholder span {
  color: #999999 !important;
}
.form-control::-webkit-input-placeholder {
  color: #999999 !important;
}
.form-control::-moz-placeholder {
  color: #999999 !important;
}
.form-control:-ms-input-placeholder {
  color: #999999 !important;
}
.form-control:-moz-placeholder {
  color: #999999 !important;
}
.twitter-typeahead .typeahead.tt-input::-webkit-input-placeholder {
  color: #999999 !important;
}
.twitter-typeahead .typeahead.tt-input::-moz-placeholder {
  color: #999999 !important;
}
.twitter-typeahead .typeahead.tt-input:-ms-input-placeholder {
  color: #999999 !important;
}
.twitter-typeahead .typeahead.tt-input:-moz-placeholder {
  color: #999999 !important;
}
.bootstrap-select button.dropdown-toggle.btn.bs-placeholder span {
  color: #999999;
  letter-spacing: 0;
}
.form-control:disabled,
.twitter-typeahead .typeahead.tt-input:disabled {
  cursor: not-allowed;
  color: #d2d2d2;
  background-color: #f7f7f7;
}
.form-control:disabled::-webkit-input-placeholder {
  color: #d2d2d2 !important;
}
.form-control:disabled::-moz-placeholder {
  color: #d2d2d2 !important;
}
.form-control:disabled:-ms-input-placeholder {
  color: #d2d2d2 !important;
}
.form-control:disabled:-moz-placeholder {
  color: #d2d2d2 !important;
}
.twitter-typeahead .typeahead.tt-input:disabled::-webkit-input-placeholder {
  color: #d2d2d2 !important;
}
.twitter-typeahead .typeahead.tt-input:disabled::-moz-placeholder {
  color: #d2d2d2 !important;
}
.twitter-typeahead .typeahead.tt-input:disabled:-ms-input-placeholder {
  color: #d2d2d2 !important;
}
.twitter-typeahead .typeahead.tt-input:disabled:-moz-placeholder {
  color: #d2d2d2 !important;
}
body:not(.home) .selectize-input,
.twitter-typeahead .typeahead.tt-input,
.custom-upload-field.form-control[readonly],
.bootstrap-select.btn-group button,
.form-control {
  padding: 9px 10px 7px 15px;
  font-size: 15px;
  background: #f7f7f7;
  height: 50px;
  color: #191919;
  border: 1px solid #ececec;
  font-family: "ralewayregular", sans-serif;
  letter-spacing: 0;
}
textarea.form-control {
  padding-top: 17px;
  padding-bottom: 17px;
  line-height: 1.3;
}
.upload-profile-picture {
  border: 1px solid #ececec;
}
.bootstrap-select.btn-group button span {
  letter-spacing: 0;
  color: #191919 !important;
}
form .inner-wrap {
  max-width: 652px;
  margin: 0 auto;
}
form .inner-wrap.align-left {
  margin: 0;
}
form .form-group .inner-wrap {
  max-width: 100%;
}
form .inner-wrap > .row {
  margin-left: -7px;
  margin-right: -7px;
}
.form-group > .row,
.form-group,
form .inner-wrap > .row,
.education-block .form-group > * {
  margin-bottom: 10px;
}
.education-block .form-group > :after,
form .inner-wrap .row:after {
  content: "";
  clear: both;
  display: block;
}
form .inner-wrap .row .row {
  margin-left: 0;
  margin-right: 0;
}
form .inner-wrap .row .col .row:not(:last-child) {
  margin-bottom: 10px !important;
}
form .inner-wrap .col {
  padding: 0 7px;
}
.form-control.StripeElement--focus,
.form-control.StripeElement--invalid,
.form-control.StripeElement--complete,
.form-control.StripeElement--empty {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.twitter-typeahead .typeahead.tt-input,
.custom-upload-field.form-control[readonly],
.bootstrap-select.btn-group button,
.form-control {
  padding-left: 25px;
  padding-right: 25px;
}
input[type="checkbox"] + label:first-of-type,
form input[type="checkbox"] + label:first-of-type {
  margin-top: 5px;
}
form .radio-button-group input[type="checkbox"] + label {
  margin-top: 5px;
}
input[type="checkbox"] + label,
form input[type="checkbox"] + label,
form input[type="checkbox"] + label span {
  font-family: "ralewaymedium", sans-serif;
  font-size: 14px;
  font-weight: 100;
  display: block;
  padding: 5px 0;
  margin-bottom: 0;
}
form input[type="checkbox"] + label span.grey {
  display: inline;
  color: #9b9b9b;
}
input[type="checkbox"].form-control {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: none;
}
input[type="checkbox"].form-control + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  display: inline-block;
}
input[type="checkbox"].form-control + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #b4b0b0;
}
input[type="checkbox"].form-control + label.custom-control-label:hover:before {
  border-color: #454545;
  transition: background-color 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out;
}
.purple-block
  input[type="checkbox"].form-control
  + label.custom-control-label:hover:before {
  border-color: #fff;
}
input[type="checkbox"].form-control:checked + label:after {
  content: "\f00c";
  font-family: "fontawesome", sans-serif;
  font-size: 13px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #419adf;
  border-color: #419adf;
}
input[type="checkbox"].form-control + label.inline-label {
  margin: 0 15px;
  margin-top: 3px;
}
.inline-label-wrap {
  margin-top: -3px;
  margin-left: -15px;
  margin-right: -15px;
}
form .submit-wrap {
  text-align: center;
}
form .submit-wrap.align-left {
  text-align: left;
}
.btn-wrap .btn {
  max-width: 100%;
}
form .submit-wrap p {
  margin-top: 30px;
  vertical-align: middle;
  font-size: 15px;
}
.plan-entry .btn,
body:not(.home) form *[type="submit"].btn {
  padding: 23px 80px;
  width: auto;
  height: auto;
  position: relative;
}

body:not(.home) .submit-wrap .btn + .btn {
  padding-left: 50px;
  padding-right: 50px;
}
a.btn span,
form *[type="submit"].btn span {
  font-size: 19px;
  display: block;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  font-family: "gilroysemibold", sans-serif;
}
.btn.icon-arrow {
  padding-right: 135px !important;
  padding-left: 90px !important;
}
.icon-arrow {
  position: relative;
}
.btn.icon-arrow span:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -6.5px;
  font-size: 25px;
  width: 20px;
  height: 13px;
  background-image: url(../images/img/icon-long-arrow-right.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.btn.icon-arrow.selected span:after {
  background-image: url(../images/img/icon-check.png);
}
.btn.icon-arrow.selected:not(.anim-phase):hover {
  background-image: url(../images/img/icon-minus.png);
  background-position: center center;
  background-repeat: no-repeat !important;
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
  transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
}
.btn.icon-arrow.selected:not(.anim-phase):hover span {
  z-index: -99;
  position: relative;
}
.btn.icon-arrow.selected:not(.anim-phase):hover span:after {
  background-image: none;
}
body:not(.home) .submit-wrap {
  margin-top: 30px;
}
body:not(.home) .submit-wrap .btn {
  margin: 7px !important;
}
.action-link,
.back-to-prev {
  font-family: "gilroymedium", sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin-top: 50px !important;
}
.action-link .align,
.back-to-prev .align {
  position: relative;
  padding-left: 40px;
}
.action-link .align.right-padding {
  padding-left: 0;
  padding-right: 40px;
}
.content .profile-intro .entry-meta .rating-info {
  padding-left: 0;
  padding-right: 20px;
}
.action-link i,
.back-to-prev i {
  font-size: 22px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  text-align: left;
}
.action-link .right-padding i,
.back-to-prev .right-padding i {
  left: 100%;
  margin-left: -25px;
}
.heading-wrap .action-link {
  margin-top: 25px !important;
}
@media (max-width: 550px) {
  body:not(.home) form .submit-wrap *[type="submit"].btn {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.upload-profile-picture {
  padding: 15px 30px;
  text-align: left;
  height: 110px;
}
.upload-profile-picture p {
  font-size: 14px;
  font-family: "ralewayregular", sans-serif !important;
  font-weight: 0;
  margin-bottom: 10px;
}
.upload-profile-picture .inner-wrap {
  padding-left: 75px;
  position: relative;
}
.upload-profile-picture .inner-wrap i {
  position: absolute;
  left: 0;
  font-size: 45px;
  width: 60px;
  height: 43px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 3px;
}
.upload-profile-picture input.noValue + .info .inner-wrap i {
  background-image: url(../images/img/icon-upload.png) !important;
}
.upload-profile-picture .smaller i {
  top: 7px;
}
.upload-profile-picture .inner-wrap span,
.upload-profile-picture .inner-wrap a {
  font-size: 11px;
  display: block;
  letter-spacing: 0;
  line-height: 1.4;
}
.upload-profile-picture .smaller p {
  margin-bottom: 5px;
}
.upload-profile-picture .smaller span,
.upload-profile-picture .smaller a {
  font-size: 10px;
}
.upload-profile-picture .info * {
  pointer-events: none !important;
}
.upload-profile-picture:hover i.custom-icon {
  opacity: 0.8;
}
.upload-profile-picture .success {
  text-align: center;
}
.upload-profile-picture .success i {
  font-size: 35px;
  margin-bottom: 10px;
  color: #a2d1a4;
}
.upload-profile-picture .success h4 {
  margin-bottom: 3px;
}
.upload-profile-picture input + div {
  display: block;
}
.upload-profile-picture input + div + .success {
  display: none !important;
}
.upload-profile-picture .info .success {
  text-align: left;
}
.upload-profile-picture input.noValue + .info .success {
  display: none;
}
.upload-profile-picture input:not(.noValue) + .info p:first-of-type {
  display: none;
}
@media (max-width: 991px) {
  form .inner-wrap .row > * {
    margin-bottom: 10px;
  }
  .upload-profile-picture {
    height: auto;
  }
  .upload-profile-picture .smaller i {
    top: 2px;
  }
  .upload-profile-picture .info {
    text-align: left;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
  }
}
.main-content form h5 {
  margin-top: 35px !important;
  margin-bottom: 10px;
}
.main-content form h5 + p {
  font-size: 15px;
  font-family: "gilroyregular", sans-serif;
  margin-bottom: 25px;
}
.main-content form h5 + *:not(p) {
  margin-top: 25px !important;
}
.form-group {
  transition: background 4s;
  -webkit-transition: background 4s ease;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
}
.form-group.red-highlight:not(.suspend):before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -7.5px;
  left: 0;
  background: transparent;
  z-index: 99;
  pointer-events: none;
  outline: 4px dashed #f8e6e6;
  padding-bottom: 15px;
  box-sizing: content-box;
}
.static-cert .cert {
  position: relative;
  padding-left: 150px;
}
.static-cert .cert .cb-wrap {
  position: absolute;
  left: 0;
}
.education-block .form-group input[type="checkbox"] + label:first-of-type,
.static-cert .cert .cb-wrap input[type="checkbox"] + label:first-of-type {
  margin-top: 10px;
}
.static-cert .cert .inner-wrap {
  margin-left: -7px;
  margin-right: -7px;
}
.additional-block .form-group {
  position: relative;
}
.additional-block.qualifications-block .form-group {
  padding-right: 60px !important;
}
.additional-block .form-group .field-wrap:after {
  content: "";
  clear: both;
  display: block;
}
.additional-block .form-group .clone-btn-wrap {
  position: absolute;
  right: 7px;
  top: 0;
  padding: 7px;
  width: 50px;
  height: 100%;
  bottom: 0;
}
.additional-block.education-block .field-wrap {
  position: relative;
}
.additional-block.education-block .clone-btn-wrap {
  top: 0;
  bottom: 0px !important;
  height: auto;
  width: 100%;
  padding: 0;
  left: 0;
}
.additional-block.education-block .col-md-7:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
}
.additional-block.education-block .clone-btn-wrap > a {
  width: 100%;
  font-size: 15px;
  display: inline-block;
  height: auto;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.additional-block.education-block .col.col-md-7 {
  padding-left: 140px;
}
.additional-block.education-block .col.col-md-7 .cb-wrap {
  position: absolute;
  left: 7px;
}
.additional-block.education-block .clone-btn-wrap {
  position: relative;
}
.clone-btn-wrap > a.add-fields.with-text {
  background-image: none;
  position: relative;
}
.clone-btn-wrap > a.add-fields.with-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  top: 50%;
  margin-top: -5.5px;
  background-image: url(../images/img/icon-cross.png);
  right: 20px;
}
.additional-block.education-block .clone-btn-wrap > a.remove-fields {
  right: 0;
  position: absolute;
  text-align: center;
  margin: 0 auto !important;
  display: block;
  padding: 0;
  height: 32px;
  width: 34px;
  line-height: 34px;
  top: 10px;
}
.additional-block.role-block
  .form-group
  .row:not(.additional-block)
  .clone-btn-wrap {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 1;
  right: 0;
  padding: 0;
}
.additional-block.role-block .row:not(.additional-block) .add-fields,
.additional-block.role-block .row:not(.additional-block) .remove-fields {
  height: 50px;
  width: 100%;
  max-width: 243px;
  margin: 0 !important;
  display: inline-block;
}
.additional-block.role-block .row:not(.additional-block) .add-fields {
  font-size: 15px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.add-fields.disabled {
  pointer-events: unset !important;
}
.additional-block .add-fields,
.additional-block .remove-fields {
  padding: 0;
  height: 34px;
  width: 34px;
  line-height: 34px;
}
.remove-fields i {
  display: none !important;
}
.form-group .clone-btn-wrap a {
  text-align: center;
  margin: 0 auto !important;
  display: block;
  background-image: url(../images/img/icon-cross.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.form-group .clone-btn-wrap a.remove-fields {
  background-image: url(../images/img/icon-minus.png);
}
.additional-block.education-block .clone-btn-wrap > a.remove-fields {
  height: 50px;
  display: block;
  position: relative !important;
  width: 100%;
  top: 0;
}
@media (max-width: 991px) {
  .static-cert .cert .inner-wrap .col {
    margin-bottom: 10px;
  }
}
@media (min-width: 651px) {
  .additional-block .form-group .col-md-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .additional-block .form-group .col-md-5 {
    width: 41.66666667%;
    float: left;
  }
  .additional-block .form-group .col-md-7 {
    width: 58.33333333%;
    float: left;
  }
}
@media (max-width: 650px) {
  .additional-block .form-group .col {
    margin-bottom: 10px;
  }
  .additional-block.education-block .form-group .col-md-7 {
    height: auto;
  }
}
@media (max-width: 450px) {
  .education-block .clone-btn-wrap {
    width: 100%;
    display: block;
  }
  .additional-block.education-block .col.col-md-7 {
    padding-left: 0;
  }
  .additional-block.education-block .col.col-md-7 .cb-wrap {
    position: relative;
    margin-bottom: 10px;
  }
  .education-block .form-group input[type="checkbox"] + label:first-of-type {
    margin-top: 0;
  }
  .additional-block.education-block .clone-btn-wrap {
    position: relative;
  }
  .additional-block.role-block .row:not(.additional-block) .add-fields,
  .additional-block.role-block .row:not(.additional-block) .remove-fields {
    max-width: 100%;
  }
}
.custom-field-label {
  position: relative;
}
.custom-field-label label,
.custom-field-label label span {
  font-size: 15px;
  color: #999999;
  font-family: "ralewayregular", sans-serif;
  letter-spacing: 0px !important;
  font-weight: 400;
  line-height: 1.3;
}
.custom-field-label input[type="password"] + label,
.custom-field-label input[type="email"] + label,
.custom-field-label input[type="text"] + label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-field-label label {
  padding: 9px 10px 7px 15px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  top: 8px;
  left: 0;
  pointer-events: none;
}
.custom-field-label label .grey {
  color: #bfbcbc;
}
.custom-field-label .form-control:not(.noValue) + label,
.custom-field-label .form-control:not(.noValue) + .custom-field-label {
  display: none;
}
.custom-field-label .form-control::-webkit-input-placeholder {
  color: transparent !important;
}
.custom-field-label .form-control::-moz-placeholder {
  color: transparent !important;
}
.custom-field-label .form-control:-ms-input-placeholder {
  color: transparent !important;
}
.custom-field-label .form-control:-moz-placeholder {
  color: transparent !important;
}

.input-field-error {
  border-color: #f95c5c;
}

.selectize-control:not(.single) .selectize-input .item {
  background: #fff4b5 !important;
  border: 1px solid #e5dca8 !important;
  box-shadow: none !important;
}
.selectize-dropdown-content .option strong {
  font-family: "gilroysemibold", sans-serif;
}
.search-form-wrap.row .selectize-input > .item a {
  line-height: 25px;
  font-size: 15px;
  border: 0;
  color: #000;
  opacity: 0.2;
}
.selectize-input,
.selectize-input.focus {
  box-shadow: none;
}
.search-form-wrap.row .selectize-control:not(.single) .selectize-input > .item {
  top: -3.5px !important;
}
.selectize-control.single .item {
  padding-right: 0px !important;
}
.search-form-wrap.row .selectize-input > .item + input {
  top: -3px !important;
}
body:not(.home) .selectize-input {
  line-height: 1.42857143;
  vertical-align: middle;
}
body:not(.home) .selectize-control:before {
  content: "";
  width: 16px;
  height: 10px;
  background-image: url(../images/icons/select-icon.png);
  border: 0;
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: 19px;
  margin-top: -5px;
  right: 12px;
  z-index: 9999;
  pointer-events: none;
}
body:not(.home) .selectize-control:hover:before {
  background-image: url(../images/icons/select-icon-black.png);
  pointer-events: none;
}
.filter-wrap .selectize-control:hover:before {
  background-image: url(../images/img/select-icon-gold.png) !important;
}
body:not(.home) .selectize-control:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  right: 1px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  z-index: 8888;
  background: #f7f7f7;
  pointer-events: none;
}
.selectize-dropdown {
  z-index: 10000;
}
body:not(.home) .selectize-input:not(.focus) {
  white-space: nowrap;
}
body:not(.home) .selectize-control {
  height: 50px;
  display: block;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
body:not(.home) .selectize-input.focus {
  height: auto;
  min-height: 50px;
  position: absolute;
  z-index: 999;
}
body:not(.home) .full-width + .selectize-control {
  height: auto;
}
body:not(.home) .full-width + .selectize-control .selectize-input {
  position: relative !important;
  height: auto !important;
  min-height: 50px;
  white-space: normal;
}
body:not(.home) .selectize-input input::-webkit-input-placeholder {
  color: #999999 !important;
}
body:not(.home) .selectize-input input::-moz-placeholder {
  color: #999999 !important;
}
body:not(.home) .selectize-input input:-ms-input-placeholder {
  color: #999999 !important;
}
body:not(.home) .selectize-input input:-moz-placeholder {
  color: #999999 !important;
}
body:not(.home) .selectize-input input {
  font-size: 15px;
  color: #191919;
  font-family: "ralewayregular", sans-serif;
  letter-spacing: 0;
  vertical-align: middle;
  top: 3px;
  position: relative;
}
body:not(.home) .selectize-input.has-items input {
  top: -2px;
}
body:not(.home) .selectize-input .item {
  font-family: "ralewayregular", sans-serif;
  font-size: 15px;
  margin: 5px !important;
}
body:not(.home) .single .selectize-input .item {
  margin: 0px !important;
  position: relative;
  top: 2px;
}
body:not(.home) .selectize-input > .item a {
  line-height: 25px;
  font-size: 15px !important;
  border: 0px !important;
  color: #000;
  opacity: 0.2;
}
body:not(.home) .selectize-control.multi .selectize-input {
  padding-left: 25px;
  padding-right: 25px;
}
body:not(.home) .selectize-control.multi .selectize-input.has-items {
  padding-left: 12px;
  padding-right: 25px;
}
body:not(.home) .selectize-dropdown {
  margin-top: 1px;
}
.checkbox-group input[type="checkbox"] + label {
  margin-top: 3px;
}
.checkbox-group input[type="checkbox"] + label:first-of-type {
  margin-top: 0;
}
body:not(.home) .form-group .select-input-field.single .selectize-input {
  padding-left: 25px;
}
body:not(.home) .form-group .select-input-field.single .selectize-input input {
  color: #191919;
  top: 0;
}
body:not(.home) .form-group .select-input-field.single .selectize-input .item {
  color: #191919 !important;
  top: 2px;
}
.prompt-fields .selectize-control.single .selectize-input,
.prompt-fields .bootstrap-select button.dropdown-toggle.btn {
  border-color: #c89999 !important;
}
.heading-wrap.center {
  text-align: center;
}
.heading-wrap.narrow {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.heading-wrap {
  margin-bottom: 50px;
}
.tab-content .heading-wrap {
  margin-bottom: 30px;
}
.modal .modal-title {
  font-size: 20px;
  margin-bottom: 0;
}
.form-progress {
  padding-bottom: 60px;
}
.form-progress .node {
  width: 33.33%;
  float: left;
  position: relative;
  min-height: 1px;
}
.form-progress .node .bullet {
  width: 20px;
  height: 20px;
  background-color: #e5e5e5;
  display: block;
  border-radius: 100%;
  z-index: 20;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.form-progress .node:first-child:not(.current) .bullet,
.form-progress .node.current .bullet {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.form-progress .node:first-child:not(.current) .bullet,
.form-progress .node.current .bullet,
.form-progress .node.current + .node .bullet {
  background: #6502b2;
}
.form-progress .node:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -2px;
  background: #6502b2;
  z-index: 0;
}
.form-progress .current + .node:before {
  background: #6502b2 !important;
}
.form-progress .node:first-child.current:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -2px;
  background: #6502b2;
  z-index: 0;
}
.form-progress .node:first-child.current:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  background: #6502b2;
  z-index: 0;
}
.form-progress .node:first-child.current + .node:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -2px;
  left: -50%;
  background: #6502b2;
  z-index: 0;
}
.form-progress .node:first-child.current + .node:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  background: #e5e5e5;
  z-index: 0;
}
.form-progress .node:last-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -2px;
  background: #e5e5e5;
  z-index: 0;
  right: 0;
}
.form-progress.max-3 .node:nth-child(2) .bullet {
  left: 50%;
  margin-left: -10px;
}
.form-progress.max-3 .node:nth-child(2).current .bullet {
  margin-left: -15px;
}
.form-progress.max-3 .node:nth-child(3) .bullet {
  right: 0;
}
.form-progress .node:first-child:not(.current) .bullet,
.form-progress .node.current .bullet {
  background-image: url(../images/img/icon-done.png);
  background-position: center center;
  background-position: 50% calc(50% + 1px);
  background-repeat: no-repeat;
  background-size: auto;
}
.nav-tabs {
  padding: 25px 0;
  text-align: center;
  border-bottom: 0;
}
.nav-tabs li {
  float: none;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
}
.nav-tabs li a {
  padding: 15px 30px;
  font-size: 14px;
  font-family: "gilroysemibold", sans-serif;
  color: #404041 !important;
  margin: 0;
  border: 0px !important;
  border-bottom: 2px solid transparent !important;
}
.nav-tabs li a:hover {
  background-color: transparent;
  border-color: #404041 !important;
}
.nav-tabs li.active a {
  border-color: #e01471 !important;
}
.tab-content {
  padding: 35px;
  border: 1px solid #e3e7e9;
  border-radius: 8px;
}
.tab-content .selected-plan p {
  padding: 15px 40px;
  width: auto;
  display: inline-block;
  background-color: #f0f0f0;
  border-radius: 30px;
  text-transform: uppercase;
  font-family: "gilroysemibold", sans-serif;
  font-size: 16px;
}
.tab-content .selected-plan strong {
  color: #000;
  text-transform: none;
}
.video-modal .modal-dialog .close span,
.modal-header .close span {
  font-size: 1em;
}
.modal {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px !important;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal-dialog ul {
  margin-bottom: 25px;
  padding-left: 20px;
  font-size: inherit;
}
.modal-dialog ul li {
  text-align: left !important;
  list-style: disc !important;
  padding-left: 5px;
  padding-bottom: 2px;
  list-style-position: inside;
  font-size: 15px;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  padding: 15px;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  padding: 15px;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  padding: 15px;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-header {
  position: relative;
  text-align: left;
  display: block;
  padding-right: 40px;
}
.modal-header .close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px !important;
  margin: 0;
}
section.bg-white,
div.bg-white {
  background-color: #fff;
}
section.bg-purple,
div.bg-purple {
  background-color: #6502b2;
}
section.bg-purple *,
div.bg-purple * {
  color: #fff;
}
.align-center {
  text-align: center;
}
ul.ui-menu.ui-autocomplete .ui-menu-item-wrapper.heading {
  font-weight: 700;
}
.ui-autocomplete.ui-front .ui-menu-item > *:hover {
  background: #f5f5f5;
}
.ui-autocomplete.ui-front .ui-menu-item > *:hover {
  background: #f5f5f5;
}
.ui-autocomplete.ui-menu:not(.empty) .ui-menu-item:first-child > * {
  background: #f5f5f5;
}
.navigation .right-nav ul > li a {
  font-size: 16px;
  font-family: "gilroysemibold", sans-serif;
}
#menu-main-menu .btn-menu a {
  font-size: 15px;
  font-family: "gilroysemibold", sans-serif;
}
#menu-main-menu .btn-menu a:hover {
  background: #ffe164;
  border-color: #ffe164 !important;
}
@media (min-width: 992px) {
  .navigation .nav-container {
    padding: 0;
  }
  .navigation .right-nav ul > li a {
    border: 0;
    padding: 0 10px;
  }
  .navigation .right-nav ul > li a span {
    padding: 30px 0 !important;
    display: inline-block;
    position: relative;
  }
  .navigation .right-nav ul li.current-menu-item:not(.btn-menu) a span:before,
  .navigation .right-nav ul li:not(.btn-menu) a:hover span:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #404041;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #menu-main-menu .btn-menu a {
    padding: 12px 41px;
    border: 1px solid #d3d3d3 !important;
    border-radius: 8px;
  }
  #menu-main-menu .btn-menu a span {
    padding: 0px !important;
    border: 0px !important;
  }
  .navigation .right-nav ul li {
    margin-left: 20px;
  }
}
@media (max-width: 992px) {
  #menu-main-menu li a:hover {
    color: #e8d280;
  }
}
section.pre-footer {
  text-align: center;
  color: #ffe164;
  background: #333;
}
section.pre-footer p {
  padding: 0 20px;
  font-size: 28px;
  font-family: "NexaSlabRegularItalic", serif !important;
  max-width: 1000px;
  margin: 0 auto;
}
section.main-footer {
  background: #3c3c3b;
  color: #d0d0d0;
  padding: 65px 0;
}
section.main-footer .form-control:hover {
  border-color: #ffffff !important;
}
section.main-footer * {
  color: #d0d0d0;
}
section.main-footer h3,
section.main-footer p {
  color: #fff;
}
section.main-footer h3 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 25px;
}
.main-footer .left {
  max-width: 440px;
  width: 100%;
  float: left;
}
.main-footer .right {
  float: right;
}
.main-footer .right ul {
  float: left;
}
.main-footer .right ul li {
  display: block;
  text-align: left;
}
.main-footer .right ul li a.bold {
  text-transform: none;
  font-family: "gilroysemibold", sans-serif;
}
.main-footer .right ul li a {
  font-family: "gilroymedium", sans-serif;
  font-size: 15px;
}
.main-footer p.copyright {
  margin-top: 50px;
}
.main-footer p.copyright:before {
  content: "";
  clear: both;
  display: block;
}
.main-footer .right ul:first-child {
  margin-left: 0;
}
.main-footer .right ul {
  margin-left: 25px;
}
.main-footer .left input {
  margin-bottom: 28px;
}
.main-footer .left input[type="email"] {
  background: transparent;
  color: #ffffff !important;
}
.main-footer .left input[type="email"]:active,
.main-footer .left input[type="email"]:focus {
  background: #fff;
  color: #000000 !important;
  border-color: #ffffff !important;
}
.main-footer input:not([type="submit"])::-webkit-input-placeholder {
  color: #ffffff !important;
}
.main-footer input:not([type="submit"])::-moz-placeholder {
  color: #ffffff !important;
}
.main-footer input:not([type="submit"]):-ms-input-placeholder {
  color: #ffffff !important;
}
.main-footer input:not([type="submit"]):-moz-placeholder {
  color: #ffffff !important;
}
.main-footer input:not([type="submit"]):focus::-webkit-input-placeholder {
  color: #000000 !important;
}
.main-footer input:not([type="submit"]):focus::-moz-placeholder {
  color: #000000 !important;
}
.main-footer input:not([type="submit"]):focus:-ms-input-placeholder {
  color: #000000 !important;
}
.main-footer input:not([type="submit"]):focus:-moz-placeholder {
  color: #000000 !important;
}
@media (max-width: 1050px) {
  section.pre-footer p {
    max-width: 680px;
  }
  .main-footer .left,
  .main-footer .right {
    float: none;
    margin: 0 auto;
    max-width: 500px;
  }
  .main-footer .right:after {
    content: "";
    clear: both;
    display: block;
  }
  .main-footer .right {
    text-align: left;
    margin-top: 50px;
  }
  .main-footer .right ul {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .main-footer .right ul li a {
    padding-left: 0;
    padding-right: 0;
  }
  .main-footer .right ul {
    margin-left: 50px;
  }
}
@media (max-width: 550px) {
  section.pre-footer p {
  }
  .main-footer .right ul:first-child {
    display: block;
    margin-bottom: 30px;
  }
  .main-footer .right ul li a {
    font-size: 14px;
    padding: 0 6px;
  }
  .main-footer .right ul:first-child + ul {
    margin-left: 0;
    padding-right: 10px;
  }
  .main-footer .right ul:first-child ~ ul {
    width: 50%;
    float: left;
    margin-left: 0;
  }
  .main-footer .right ul:last-child {
    padding-left: 10px;
  }
  .main-footer p.copyright {
    margin-top: 70px;
  }
}
.main-footer .footer-social ul li a i {
  font-size: 25px;
}
.main-footer .footer-links {
  max-width: 700px;
}
.main-footer .footer-links ul li a {
  font-size: 15px;
}
@media (min-width: 401px) {
  .main-footer .footer-links ul li {
    width: auto;
  }
}
@media (max-width: 400px) {
  .main-footer .footer-links ul li {
    width: 100%;
  }
  .main-footer .footer-links ul li a {
    font-size: 14px;
  }
}
body.home .hero-section {
  background: #510099;
}
body.home .hero-section h2 {
  font-family: "gilroyextrabold", sans-serif;
  font-size: 63px;
  margin-top: 45px;
  line-height: 1.1;
  text-align: center;
}

body.home .hero-section p {
  font-family: "gilroybold", sans-serif;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 500px) {
  body.home .hero-section p {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  body.home .hero-section p {
    font-size: 4.5vw;
  }
}

body.home .hero-section .container > .row {
  max-width: 1120px;
  margin: 0;
  margin: 0 auto;
}
body.home .hero-section .container > .banner-tagline {
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px;
  display: block;
  max-width: 100%;
}
body.home .hero-section .container > .banner-cat {
  z-index: 1;
  position: absolute;
  top: 200px;
  left: 0px;
}
body.home .hero-section .container > .search-form-wrap {
  z-index: 2;
  padding-bottom: 20px;
  width: 80%;
}

.home .hero-section .container {
  position: relative;
}

body.home .hero-section .container > .banner-cat {
  top: 10px;
  z-index: 0;
}

body.home .hero-section .container > .banner-tagline {
  position: relative;
  z-index: 99;
  margin-bottom: 20px;
}

@media (max-width: 980px) {
  body.home .hero-section .container > .banner-cat {
    opacity: 0.6;
  }
}

@media (max-width: 650px) {
  body.home .hero-section .container > .banner-cat {
    display: none;
  }
}

body.home .hero-section .container > .row .left,
body.home .hero-section .container > .row .right {
  float: left;
}
body.home .hero-section .container > .row .left {
  width: 70%;
}
body.home .hero-section .container > .row .right {
  padding: 0 30px;
  width: 30%;
  padding-right: 0;
}
body.home .hero-section .search-form-wrap .right input {
  margin: 0;
}
body.home .selectize-control .selectize-input:after {
  display: none !important;
}
.search-form-wrap.row .left > * {
  width: 50%;
  float: left;
  height: 68px !important;
}
.search-form-wrap.row .tokenfield.form-control {
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.search-form-wrap.row input.form-control:not(.btn) {
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 33px 28px;
}
.search-form-wrap.row .form-control:not(.btn) {
  padding: 24px 28px;
  max-height: 68px;
  border-color: transparent !important;
  background: #fff;
  white-space: nowrap;
}
.search-form-wrap.row .form-control.focus,
.search-form-wrap.row .form-control:focus {
  background: #fafafa !important;
}
.selectize-control input,
.search-form-wrap .form-control,
.search-form-wrap .tokenfield.form-control .token-input {
  color: #3c3c3b !important;
  font-size: 17px;
  font-family: "gilroymedium", sans-serif;
  letter-spacing: 0;
}
.search-form-wrap
  .tokenfield.form-control.noValue
  input::-webkit-input-placeholder {
  color: #3c3c3b;
}
.search-form-wrap .tokenfield.form-control.noValue input:-moz-placeholder {
  color: #3c3c3b;
}
.search-form-wrap .tokenfield.form-control.noValue input::-moz-placeholder {
  color: #3c3c3b;
}
.search-form-wrap .tokenfield.form-control.noValue input:-ms-input-placeholder {
  color: #3c3c3b;
}
.search-form-wrap
  .left
  > input:not([type="submit"])::-webkit-input-placeholder {
  color: #3c3c3b !important;
}
.search-form-wrap .left > input:not([type="submit"])::-moz-placeholder {
  color: #3c3c3b !important;
}
.search-form-wrap .left > input:not([type="submit"]):-ms-input-placeholder {
  color: #3c3c3b !important;
}
.search-form-wrap .left > input:not([type="submit"]):-moz-placeholder {
  color: #3c3c3b !important;
}
.tokenfield.form-control:hover:before,
.tokenfield.form-control.focus:before {
  cursor: pointer;
}
.ui-menu .ui-menu-item {
  font-size: 17px !important;
}
.search-form-wrap .tokenfield.form-control.noValue .token-input {
  margin-top: 0;
}
.search-form-wrap.row .right {
  position: relative;
}
.search-form-wrap.row .right .btn {
  background: #5aeb2b;
  border-color: #ffe164;
}
.search-form-wrap.row .right .btn:active,
.search-form-wrap.row .right .btn:focus,
.search-form-wrap.row .right .btn:hover {
  background-color: #404041 !important;
  border-color: #404041 !important;
  color: #ffffff !important;
}
.search-form-wrap.row .submit-wrap:after {
  content: "\f002";
  font-family: "fontawesome";
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -14px;
  font-size: 20px;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
.search-form-wrap.row .submit-wrap:hover:after {
  color: #fff;
}
.hero-section > .container > .btn-wrap .btn,
.featured-page.row .right .btn {
  position: relative;
}
.featured-page.row .right .btn {
  background: #e01471;
  border-color: #e01471;
  color: #fff;
}
.featured-page.row .right .btn:hover {
  background: #404041;
  border-color: #404041;
}
.hero-section > .container > .btn-wrap .btn:after,
.featured-page.row .right .btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 23px;
  top: 50%;
  margin-top: -4px;
  font-size: 25px;
  width: 20px;
  height: 13px;
  background-image: url(../images/img/icon-long-arrow-right.png);
}
.hero-section > .container > .btn-wrap .btn,
.hero-section .row .right .btn {
  height: 68px;
  vertical-align: middle;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  line-height: 40px;
  letter-spacing: 0;
  text-transform: none;
  text-indent: -20px;
  font-size: 19px;
  border-radius: 6px;
  font-family: "gilroysemibold", sans-serif;
}
.hero-section > .container > h2 + p {
  margin-bottom: 20px;
}
.hero-section > .container > .btn-wrap {
  text-align: center;
  margin-bottom: 40px !important;
}
.hero-section > .container > .btn-wrap .btn {
  background: #e01471;
  border-color: #e01471;
  color: #fff;
}
.hero-section > .container > .btn-wrap .btn:hover {
  background: #404041;
  border-color: #404041;
}
.hero-section > .container > .btn-wrap .btn {
  max-width: 275px;
}
@media (max-width: 470px) {
  .hero-section > .container > .btn-wrap .btn {
    max-width: unset;
  }
  body.home .hero-section .container > .search-form-wrap {
    width: 100%;
  }
}
.hero-section .featured-page {
  background: #f9f9f9;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  margin-top: 18px !important;
  padding: 20px 0;
}
.hero-section .featured-page p {
  font-family: "gilroybold", sans-serif;
  font-size: 31px;
  color: #404041;
  text-align: center;
  padding: 11px 15px;
}
.home .ui-autocomplete.ui-front .ui-state-hover,
.home .ui-autocomplete.ui-front .ui-state-active {
  background: #fcf8e1;
}
.search-form-wrap .tokenfield .token {
  background: #fff4b5;
  border-color: #e5dca8;
  margin-bottom: 0;
  margin-top: -6px;
}
.search-form-wrap .token + .token-input {
  margin-top: 0;
}
@media (max-width: 1025px) {
  body.home .hero-section .container > .row .right {
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0;
  }
  body.home .search-form-wrap.row .submit-wrap:after {
    right: 31px;
  }
}
@media (max-width: 920px) {
  body.home .hero-section .container > .row {
    max-width: 800px;
    margin: 0 auto;
  }
  body.home .hero-section .container > .row .left,
  body.home .hero-section .container > .row .right {
    width: 100%;
    padding: 0;
  }
  body.home .hero-section .container > .row .right {
    margin-top: 10px;
  }
  body.home .search-form-wrap.row .submit-wrap:after {
    right: 26px;
  }
  .hero-section .featured-page {
    background: transparent;
  }
  .search-form-wrap.row .right:after {
    right: 28px;
  }
}
@media (max-width: 650px) {
  body.home .hero-section h2 + p,
  .hero-section .featured-page p {
    font-size: 25px;
  }
}
@media (min-width: 601px) {
  .search-form-wrap.row .border-right,
  .search-form-wrap.row .tokenfield.form-control {
    border-left: 1px solid #e6e6e6 !important;
  }
}
@media (max-width: 600px) {
  .search-form-wrap.row .left > * {
    width: 100%;
  }
  .search-form-wrap.row .border-left + .selectize-control .selectize-input,
  .search-form-wrap.row .border-right + .selectize-control .selectize-input {
    border-radius: 6px !important;
  }
  .search-form-wrap.row .tokenfield.form-control {
    margin-bottom: 1px;
  }
  .search-form-wrap.row input.form-control:not(.btn),
  .search-form-wrap.row .tokenfield.form-control {
    border-radius: 6px;
  }
  .search-form-wrap.row .border-left,
  .home .search-form-wrap.row .tokenfield.form-control {
    margin-bottom: 10px;
  }
}
.search-form-wrap.row .tokenfield.form-control {
  padding-right: 70px;
}
.search-form-wrap.row .tokenfield.form-control:before {
  width: 70px;
  height: 100%;
  top: 0;
  margin-top: 0;
  right: 0;
  background-size: initial;
  background-repeat: no-repeat;
  background-image: url(../images/img/icon-select-down.png);
}
.search-form-wrap.row .tokenfield.form-control:hover:before {
  background-image: url(../images/img/icon-select-down-hover.png);
}
.hero-section .tokenfield.form-control .token-label,
.hero-section .tokenfield.form-control input {
  letter-spacing: normal;
}
@media (max-width: 600px) {
  body.home .hero-section h2 {
    font-size: 10.5vw;
  }
  body.home .hero-section h2 + p,
  .hero-section .featured-page p {
    font-size: 4.5vw;
  }
}
@media (max-width: 500px) {
  body.home .hero-section h2 + p,
  .hero-section .featured-page p {
    font-size: 21px;
  }
}
.home .search-form-wrap .selectize-input input,
form .select-input-field.single .selectize-input input {
  width: 100% !important;
}
form .select-input-field.single .selectize-input {
  white-space: nowrap;
}
.selectize-control .item {
  color: #3c3c3b !important;
  font-size: 17px;
  font-family: "gilroymedium", sans-serif;
  letter-spacing: 0;
  margin-top: 0px !important;
}
.selectize-control input::-webkit-input-placeholder {
  color: #3c3c3b !important;
}
.selectize-control input::-moz-placeholder {
  color: #3c3c3b !important;
}
.selectize-control input:-ms-input-placeholder {
  color: #3c3c3b !important;
}
.selectize-control input:-moz-placeholder {
  color: #3c3c3b !important;
}
.home .container .selectize-control .selectize-input {
  padding: 21px 28px !important;
  max-height: 68px !important;
  border-color: transparent !important;
  background: #fff;
  white-space: nowrap;
  height: auto;
}
.container .selectize-control .selectize-input input {
  margin: 0px !important;
}
.home .container .selectize-control .selectize-input {
  background-color: #ffffff !important;
}
.search-form-wrap .selectize-control .selectize-input {
  border-radius: 0;
}
.search-form-wrap .selectize-control.single .selectize-input.dropdown-active {
  border-color: transparent !important;
}
.search-form-wrap.row .border-left + .selectize-control .selectize-input {
  border-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.search-form-wrap.row .border-right + .selectize-control .selectize-input {
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.home .container .selectize-control .selectize-input.focus {
  background-color: #fafafa !important;
}
.selectize-dropdown-content .option.active {
  background-color: #fcf8e1 !important;
}
.selectize-dropdown-content .option .highlight {
  background-color: #f2ebcf !important;
  background-color: transparent !important;
}
.home .main-content .container > * {
  padding: 30px 0;
}
.home .container h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
.job-ticker-container {
  max-height: 420px;
  overflow-anchor: none;
}
.home .featured-jobs {
  padding-left: 515px !important;
  position: relative;
  min-height: 655px;
  height: auto;
  padding-top: 40px !important;
}
.home .featured-jobs .left p {
  margin-bottom: 30px;
  font-size: 17px;
}
.home .featured-jobs .left .btn {
  margin-top: 30px;
}
.job-ticker .job {
  margin-bottom: 15px;
}
.job-ticker .job a {
  display: block !important;
  padding: 18px;
  padding-left: 130px !important;
}
.job-ticker .job h4 {
  font-size: 18px !important;
  margin: 0;
  margin-top: 7px !important;
  margin-bottom: 12px;
  color: #404041;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-ticker-container .featured-image {
  transform: none;
  left: 18px;
  top: 18px;
  width: 94px;
  height: 94px;
  border-radius: 6px;
}
.job-ticker .job {
  border: 1px solid #e3e7e9;
  border-radius: 5px;
  height: 130px;
}
.job-ticker .job a {
  background-color: #fff;
  border-bottom: 0px !important;
  line-height: unset !important;
}
.job-ticker .job a:hover {
  background: #e3e7e9;
}
.job-ticker .job .job-content {
  transform: none;
  position: relative;
  left: 0;
}
.job-ticker .job span {
  display: inline-block;
  font-size: 15px;
  font-family: "gilroymedium", sans-serif;
  vertical-align: top;
  color: #404041 !important;
}
.job-ticker .job-content > span:last-child {
  font-family: "gilroysemibold", sans-serif;
  position: relative;
  margin-top: 8px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-ticker .job .meta-rockstar .location,
.job-ticker .job .meta .location {
  padding-left: 25px;
  max-width: 180px;
  width: 100%;
}
.job-ticker .job .meta-rockstar .time,
.job-ticker .job .meta .time {
  padding-left: 29px;
  width: auto;
}
.job-ticker .job .meta-rockstar,
.job-ticker .job .meta {
  white-space: nowrap;
}
.job-ticker .job .meta-rockstar span,
.job-ticker .job .meta span {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-ticker .job .meta-rockstar span:before,
.job-ticker .job .meta span:before {
  position: absolute;
  left: 0;
  color: #510099;
}
.job-ticker .job .meta-rockstar span:before {
  position: absolute;
  left: 0;
  color: #6502b2;
}
.job-ticker .job .meta-rockstar .location:before,
.job-ticker .job .meta .location:before {
  content: "\f041";
  font-family: "fontawesome";
  font-size: 21px;
  top: -4px;
}
.job-ticker .job .meta-rockstar .time:before,
.job-ticker .job .meta .time:before {
  content: "\f017";
  font-family: "fontawesome";
  font-size: 18px;
  top: -2px;
}
.home .featured-jobs .left {
  max-width: 492px;
  width: 100%;
  position: absolute;
  left: 0;
}
.home .featured-jobs .homepage-slider-container .slide {
  height: 0;
  padding: 32%;
}
.homepage-slider-container .slide.image-only a {
  position: absolute;
  top: 0;
  left: 0;
}
.homepage-slider-container {
  margin-top: 14px;
}
.homepage-slider-container .owl-theme .owl-nav.disabled + .owl-dots {
  left: 0;
  right: 0;
  margin-left: 0;
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.homepage-slider-container .owl-theme .owl-dots {
  display: block !important;
}
.homepage-slider-container .owl-theme .owl-nav.disabled + .owl-dots {
  bottom: 0px !important;
}
.homepage-slider-container .owl-theme .owl-dots .owl-dot span {
  background: #e8e8e8;
  width: 8px !important;
  height: 8px !important;
}
.homepage-slider-container .owl-theme .owl-dots .owl-dot.active span {
  background: #ba8829;
}
.homepage-slider-container .owl-theme .owl-dots .owl-dot:hover span {
  background: #ba8829;
}
.homepage-slider-container .owl-theme .owl-dots .owl-dot span {
  margin: 5px 15px;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .job-ticker .job a {
    height: 100%;
    position: relative !important;
    display: flex !important;
    display: -webkit-flex !important;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .job-ticker .job .job-content {
    transform: none;
    top: 0;
  }
  .job-ticker .job .meta,
  .job-ticker .job-content > span:last-child {
    display: inline-block !important;
    margin: 0px !important;
  }
  .job-ticker .job .job-content {
    width: 100%;
  }
  .job-ticker .job .meta {
    width: 70%;
    float: left;
    position: relative !important;
  }
  .job-ticker .job .meta span + span {
    width: 40% !important;
  }
  .job-ticker .job .meta span {
    float: left;
    width: 60% !important;
    display: block !important;
    max-width: 100% !important;
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 1201px) {
  .job-ticker.medium .job a {
    padding-left: 140px !important;
  }
}
@media (max-width: 1200px) {
  .home .featured-jobs {
    min-height: 0;
  }
  .home .featured-jobs {
    max-width: 100%;
    width: 100%;
    padding-left: 0px !important;
  }
  .home .featured-jobs .left {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .job-ticker-container {
    width: 100%;
    max-width: 100%;
  }
  .home .featured-jobs .left {
    position: relative;
  }
  .homepage-slider-container .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
  }
}
@media (max-width: 580px) {
  .job-ticker .job {
  }
  .job-ticker .job a {
    padding: 15px;
    padding-left: 130px !important;
  }
  .job-ticker-container .featured-image {
    left: 15px;
    top: 15px;
  }
  .job-ticker .job h4 {
    margin-bottom: 5px !important;
    margin-top: 3px !important;
  }
  .job-ticker .job .meta .location {
    padding-left: 25px;
    max-width: 100%;
    width: 100%;
  }
  .job-ticker .job .meta .time {
    padding-left: 25px;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  .job-ticker .job-content > span:last-child {
    top: 0;
    margin-top: 2px;
  }
  .job-ticker .job .meta .location:before {
    left: 2px;
    top: -1px;
    font-size: 18px;
  }
  .job-ticker .job .meta .time:before {
    font-size: 15px;
    top: 1px;
  }
  .job-ticker .job .meta span {
    display: block;
    text-align: left;
  }
}
.container > .featured-blocks:after {
  content: "";
  display: block;
  clear: both;
}
.container > .featured-blocks {
  margin-left: -10px;
  margin-right: -10px;
}
.container > .featured-blocks .left,
.container > .featured-blocks .right {
  height: 360px;
  float: left;
  padding: 0 10px;
}
.container > .featured-blocks .left > div,
.container > .featured-blocks .left > a,
.container > .featured-blocks .right > a {
  border-radius: 6px;
}
.container > .featured-blocks .left {
  width: 63%;
}
.container > .featured-blocks .right {
  width: 37%;
}
.container > .featured-blocks .purple-box {
  overflow: hidden;
  outline-offset: -2px;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
}
.container > .featured-blocks .bg-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
/*.container > .featured-blocks .purple-box:hover .bg-wrap, .container > .featured-blocks .bg-wrap:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}*/
.container > .featured-blocks .purple-box:before {
  content: "";
  display: block;
  position: absolute;
  width: 214px;
  height: 214px;
  /*background-image: url(../images/img/ribbon-new-service.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  z-index: 999;
  pointer-events: none;
}
.container > .featured-blocks .purple-box .bg-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.container > .featured-blocks .purple-box .inner-wrap {
  margin: 0 auto;
  position: relative;
  z-index: 100;
  padding: 0 20px;
}
.container > .featured-blocks .purple-box .inner-wrap * {
  color: #fff;
}
.container > .featured-blocks .purple-box h2 {
  font-size: 59px;
  margin-bottom: 25px;
  line-height: 1;
}
.container > .featured-blocks .purple-box.v2 h2 {
  font-size: 37px;
  margin-bottom: 0;
  line-height: 1.2;
}
.container > .featured-blocks .purple-box.v2 .btn {
  background-color: #ffffff !important;
  color: #6502b2 !important;
  padding: 21px !important;
  padding-right: 66px !important;
  border-color: #ffffff !important;
  width: 240px;
}
.container > .featured-blocks .purple-box.v2 .btn span {
  color: unset !important;
}
.container > .featured-blocks .purple-box.v2 .btn span:after {
  background-image: url(../images/img/icon-purple-arrow-right.png);
  right: 25px;
}
.container > .featured-blocks .purple-box.v2 .btn:hover {
  color: #3c3c3b !important;
  background: #ffe164 !important;
  border-color: #ffe164 !important;
}
.container > .featured-blocks .purple-box.v2 .btn.icon-arrow:hover span:after {
  background-image: url(../images/img/icon-arrow-right.png);
}
.container > .featured-blocks .purple-box.v2 .inner-wrap {
  max-width: unset;
  width: 100%;
  padding-left: 65px;
  padding-right: 290px;
  padding-bottom: 60px;
}
.container > .featured-blocks .purple-box.v2 {
  align-items: flex-end;
}
.container > .featured-blocks .purple-box.v2 .btn {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
@media (max-width: 1200px) {
  .container > .featured-blocks .purple-box.v2 .inner-wrap {
    padding-bottom: 25px;
  }
  .container > .featured-blocks .purple-box.v2:before {
    width: 25%;
  }
}
@media (max-width: 1150px) {
  .container > .featured-blocks .purple-box.v2 .inner-wrap {
    padding: 25px 60px;
  }
  .container > .featured-blocks .purple-box.v2 .btn {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 20px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (max-width: 940px) {
  .container > .featured-blocks .purple-box.v2 .inner-wrap {
    padding: 20px 50px;
  }
  .container > .featured-blocks .purple-box.v2 h2 {
    font-size: 30px;
  }
}
@media (max-width: 750px) {
  .container > .featured-blocks .purple-box.v2 .inner-wrap {
    padding: 25px 50px;
  }
  .container > .featured-blocks .purple-box.v2 > .inner-wrap {
    align-items: flex-end;
  }
}
@media (max-width: 500px) {
  .container > .featured-blocks .purple-box.v2 .inner-wrap {
    padding: 20px 30px;
  }
  .container > .featured-blocks .purple-box.v2 h2 {
    font-size: 25px;
  }
  .container > .featured-blocks .purple-box.v2 .btn {
    margin-top: 10px;
  }
  .container > .featured-blocks .purple-box.v2 .btn span {
    font-size: 16px;
  }
}
.container > .featured-blocks .purple-box .inner-wrap p {
  max-width: 520px;
  width: 100%;
  font-size: 22px;
  font-family: "gilroyregular", sans-serif;
}
.container > .featured-blocks .video-thumbnail {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
/*.container > .featured-blocks .video-thumbnail .bg-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(52, 52, 52, 0.7);
}*/
/*.container > .featured-blocks .video-thumbnail:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/img/icon-play.png);
  pointer-events: none;
}*/
@media (min-width: 1346px) {
  .container > .featured-blocks .purple-box .inner-wrap {
    margin: 0;
    padding: 0 100px;
  }
}
@media (max-width: 1050px) {
  .container > .featured-blocks .left,
  .container > .featured-blocks .right {
    height: 300px;
  }
  .container > .featured-blocks .purple-box .inner-wrap {
    padding: 40px;
  }
}
@media (max-width: 950px) {
  .container > .featured-blocks .left,
  .container > .featured-blocks .right {
    height: 280px;
  }
}
@media (max-width: 850px) {
  .container > .featured-blocks .left,
  .container > .featured-blocks .right {
    height: 260px;
  }
}
@media (max-width: 750px) {
  .container > .featured-blocks .left,
  .container > .featured-blocks .right {
    height: auto;
    float: none;
  }
  .container > .featured-blocks .purple-box,
  .container > .featured-blocks a:not(.btn) {
    padding-top: 44%;
    position: relative;
    /* min-height: 250px */
  }
  .container > .featured-blocks .purple-box > .inner-wrap,
  .container > .featured-blocks a > .inner-wrap {
    position: absolute !important;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .container > .featured-blocks .purple-box > .bg-wrap,
  .container > .featured-blocks a > .bg-wrap {
    height: 100%;
    top: 0px !important;
  }
  .container > .featured-blocks .left,
  .container > .featured-blocks .right {
    width: 100%;
  }
  .container > .featured-blocks > * {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .container > .featured-blocks .purple-box h2 {
    font-size: 47px;
    margin-bottom: 15px;
  }
  .container > .featured-blocks .purple-box .inner-wrap p {
    font-size: 20px;
  }
}
.events-listings:after {
  content: "";
  clear: both;
  display: block;
}
.events-listings {
  margin-left: -8px;
  margin-right: -8px;
  position: relative;
}
.events-listings .event-block {
  width: 33.33%;
  float: left;
  padding: 0 8px;
}
.events-listings .event-block .inner-wrap {
  border-radius: 5px;
  border: 1px solid #e3e7e9;
}
.events-listings .event-block .thumb-wrap {
  padding-top: 50%;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.events-listings .event-block .thumb-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 214, 113, 0.3);
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.events-listings .event-block .inner-wrap:hover .thumb-wrap:before {
  opacity: 1;
}
.events-listings .event-block .thumbnail {
  padding-top: 50%;
  display: block;
  border: 0px !important;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin: 0;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.events-listings .event-block .content {
  padding: 20px 23px 23px;
}
.events-listings .event-block .date-time {
  font-size: 14px;
  font-family: "gilroybold", sans-serif;
  color: #818181;
  margin-bottom: 18px;
  display: block;
}
.events-listings .event-block .title {
  color: #404041;
  font-family: "gilroybold", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}
.events-listings .event-block p {
  font-size: 15px;
  margin-bottom: 25px;
}
.events-listings .event-block .btn {
  padding: 12px 20px;
  font-size: 15px;
}
.featured-events h2 {
  margin-bottom: 50px !important;
}
.featured-events {
  position: relative;
}
.featured-events .more {
  position: absolute;
  right: 0;
  top: 30px;
}
@media (min-width: 751px) {
  .events-listings {
    overflow: hidden;
  }
  .events-listings .inner-wrap {
    padding-bottom: 69px;
    padding-bottom: 10px;
  }
  body:not(.home) .events-listings .event-block .inner-wrap {
    padding-bottom: 69px;
  }
  .events-listings .event-block .content {
    position: relative;
  }
  .events-listings .event-block .btn-wrap {
    position: absolute;
    width: 33.33%;
    padding: 0 8px;
    margin-left: -9px;
    bottom: 0;
  }
  .events-listings .event-block .btn-wrap .align {
    padding: 0 23px;
    padding-bottom: 23px;
    text-align: left;
  }
  .events-listings {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .events-listings .event-block {
    float: none;
  }
  .events-listings .event-block .inner-wrap {
    height: 100%;
  }
}
@media (max-width: 750px) {
  .events-listings .event-block {
    width: 100%;
    margin-bottom: 15px;
  }
  .events-listings .event-block .content,
  .events-listings .event-block .btn-wrap {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 23px 23px;
  }
  .events-listings .event-block .btn-wrap {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .featured-events > .btn-wrap {
  }
  .featured-events .more {
    position: relative;
  }
}
.home .featured-misc h2 {
  margin-bottom: 50px;
}
.home .featured-misc {
  margin-left: -8px;
  margin-right: -8px;
}
.featured-misc:after {
  content: "";
  display: block;
  clear: both;
}
.featured-misc .featured-careers,
.featured-misc .featured-news {
  float: left;
  padding: 0 8px;
}
.featured-misc .featured-careers {
  width: 66.66%;
}
.featured-misc .featured-news {
  width: 33.33%;
}
.featured-misc .featured-careers .careers-listings {
  margin-left: -8px;
  margin-right: -8px;
}
.featured-misc .featured-careers .careers-listings:after {
  content: "";
  display: block;
  clear: both;
}
.featured-misc .featured-careers .careers-listings .career {
  width: 50%;
  float: left;
  padding: 0 8px;
}
.featured-misc .featured-careers .careers-listings .career .thumb-wrap {
  padding-top: 39.5%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.featured-misc .featured-careers .careers-listings .career .thumb-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 214, 113, 0.3);
  position: absolute;
  top: 0;
  z-index: 999;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  pointer-events: none;
}
.featured-misc
  .featured-careers
  .careers-listings
  .career
  .inner-wrap:hover
  .thumb-wrap:before {
  opacity: 1;
}
.featured-misc .featured-careers .careers-listings .career .thumbnail {
  padding-top: 39.5%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  background-size: cover;
  background-position: center center;
}
.featured-misc .featured-careers .careers-listings .career .title {
  font-size: 18px;
  font-family: "gilroybold", sans-serif;
  margin-top: 25px;
  margin-bottom: 18px;
  display: block;
}
.featured-misc .featured-careers .careers-listings .career p {
  font-size: 15px;
  padding-right: 5px;
}
.featured-news h2 {
  padding-left: 15px;
}
.featured-news .news {
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  min-height: 145px;
}
.featured-news .news .inner-wrap {
  padding-bottom: 28px;
  border-bottom: 1px solid #dee6ed;
  padding-right: 140px;
}
.featured-news .news:last-of-type .inner-wrap {
  border: 0;
}
.featured-news .news .thumbnail {
  width: 118px;
  height: 103px;
  position: absolute;
  right: 0;
  border: 0;
  background-size: cover;
  background-position: center center;
}
.featured-news .news .thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 214, 113, 0.3);
  position: absolute;
  top: 0;
  z-index: 999;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  pointer-events: none;
}
.featured-news .news .thumbnail:hover:after {
  opacity: 1;
}
.featured-news .news .title {
  font-family: "gilroybold", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}
.featured-news .news p {
  font-size: 15px;
}
@media (max-width: 1050px) {
  .featured-misc .featured-careers {
    width: 60%;
  }
  .featured-misc .featured-news {
    width: 40%;
  }
  .featured-misc .featured-careers .careers-listings .career {
    width: 100%;
  }
  .featured-misc .featured-careers .careers-listings .career {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1050px) {
  .featured-news .news .thumbnail {
    width: 80px;
    height: 80px;
  }
  .featured-news .news .inner-wrap {
    padding-right: 90px;
  }
}
@media (min-width: 1201px) {
  .even-bottom {
    padding-bottom: 136px !important;
    position: relative;
  }
  .even-bottom > div .btn-wrap {
    width: 66.66%;
    left: 0;
  }
  .even-bottom > div + div .btn-wrap {
    width: 33.33%;
    left: 66.66%;
  }
  .even-bottom .btn-wrap {
    position: absolute;
    bottom: 30px;
    text-align: center;
  }
}
@media (min-width: 1201px) {
  .featured-misc.even-bottom > .clearfix {
    display: none !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .home .featured-misc .featured-careers,
  .featured-misc .featured-news {
    width: 100%;
  }
  .home .featured-misc .featured-careers .careers-listings .career {
    width: 50%;
  }
  .home .featured-news .news-listings {
    margin-left: -8px;
    margin-right: -8px;
  }
  .home .featured-news .news {
    width: 50%;
    float: left;
    padding: 0 8px;
    min-height: 103px;
  }
  .home .featured-news .news .thumbnail {
    right: 8px;
  }
  .home .featured-news .news .inner-wrap {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .home .featured-misc h2,
  .featured-news .news {
    padding-left: 0;
  }
}
@media (max-width: 750px) {
  .featured-misc .featured-careers,
  .featured-misc .featured-news {
    width: 100%;
  }
  .careers-listings .content {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 23px 23px;
  }
  .featured-misc .featured-careers .careers-listings .career .title {
    margin-top: 0;
  }
  .home .featured-misc h2,
  .featured-news .news {
    padding-left: 0;
  }
  .featured-news .news {
    padding-top: 0;
  }
  .home .featured-news .news {
    padding-top: 0;
    min-height: unset;
  }
  .home .featured-news .news:not(:first-child) {
    padding-top: 28px;
  }
  .home .featured-news .news .inner-wrap {
    min-height: 131px;
    padding-bottom: 28px;
  }
}
.home .main-content.grey-bg {
  margin-top: 40px;
  padding: 60px 0;
}
.main-content.grey-bg {
  background: #f9f9fa;
}
.main-content.grey-bg h2 {
  padding: 0px !important;
  text-align: center;
  margin-bottom: 40px;
}
.clientele-section {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 0px !important;
}
.clientele-section li {
  width: 19%;
  display: inline-block;
  text-align: center;
  padding: 35px 35px;
}
.clientele-section li img {
  max-width: 100%;
  width: 100%;
  width: auto;
}
@media (max-width: 1200px) {
  .clientele-section li {
    padding: 20px;
  }
}
@media (max-width: 750px) {
  .clientele-section li {
    width: auto;
    padding: 20px;
  }
  .clientele-section li img {
    max-width: 100px;
  }
}
@media (max-width: 450px) {
  .clientele-section li {
    width: auto;
    padding: 15px;
  }
  .clientele-section li img {
    max-width: 80px;
  }
}
.video-modal {
  padding: 0px !important;
}
.video-modal:hover .close {
  opacity: 0.7 !important;
}
.video-modal .modal-dialog .close {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #ccc;
  text-shadow: none;
  background: rgba(30, 30, 30, 0.6);
  opacity: 0;
}
.video-modal .modal-dialog .close:hover {
  opacity: 1 !important;
}
.video-modal .modal-dialog .close:hover {
  opacity: 1;
}
.video-modal .modal-dialog .close span {
  display: inline-block;
  padding: 5px;
  text-align: center;
}
.video-modal .modal-body {
  padding: 0;
}
.video-modal .modal-content {
  background: transparent;
  max-width: 700px !important;
  width: 100% !important;
  border-radius: 0;
}
.video-modal .embed-responsive {
  margin: 0px !important;
  background: #000;
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.vertical-align-center .modal-content {
  width: inherit;
  max-width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
}
.main-content {
  overflow: hidden;
}
.two-fold {
  position: relative;
}
.two-fold:after {
  content: "";
  clear: both;
  display: block;
}
.two-fold .left {
  width: 63%;
  float: left;
  padding-right: 15px;
}
.two-fold .left > .inner-wrap {
  max-width: 760px;
}
.two-fold .right {
  width: 37%;
  float: right;
  z-index: 99;
  padding-left: 25px;
}
.two-fold .right:before {
  content: "";
  display: block;
  position: absolute;
  width: 9999px;
  height: 200%;
  left: 63%;
  top: 0;
  background-color: #f9f9fa;
  margin-left: 0;
  z-index: 0;
}
.two-fold .right > .inner-wrap {
  position: relative;
  z-index: 1;
  max-width: 430px;
  width: 100%;
  float: right;
}
body:not(.home) .video-thumbnail {
  display: block;
  cursor: pointer;
  position: relative;
}
body:not(.home) .video-thumbnail .bg-wrap {
  padding-top: 61%;
  display: block;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
}
body:not(.home) .video-thumbnail:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../images/img/icon-play.png);
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  border-radius: 5px;
}
body:not(.home) .video-thumbnail:hover:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.main-content .container.two-fold .right h2:not(.default) {
  font-family: "gilroyextrabold", sans-serif;
  margin: 35px 0;
}
.two-fold .testimonial-entry .heading {
  padding-left: 115px;
  margin-bottom: 25px;
  min-height: 90px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
}
.two-fold .testimonial-entry .heading > * {
  height: 100%;
}
.two-fold .testimonial-entry .image {
  position: absolute;
  width: 115px;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
}
.two-fold .testimonial-entry .thumbnail {
  width: 90px;
  height: 90px;
  border: none;
  background: transparent;
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
  left: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.two-fold .testimonial-entry .heading p {
  margin: 0;
  line-height: 1.3;
}
.two-fold .testimonial-entry .heading p strong {
  text-transform: uppercase;
  font-family: "gilroybold", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .two-fold .right,
  .two-fold .left {
    float: none;
    width: 100%;
    padding: 0;
  }
  .two-fold .right > .inner-wrap,
  .two-fold .left > .inner-wrap {
    max-width: 100%;
  }
  .two-fold .right {
    margin-top: 40px;
    padding-top: 40px;
    background-color: #f9f9fa;
  }
  body:not(.home) .video-thumbnail {
    margin: 0 auto;
  }
  .two-fold .right {
    position: relative;
  }
  .two-fold .right:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    left: -50%;
    top: 0;
    background-color: #f9f9fa;
    margin-left: 0;
    display: block;
    z-index: -1;
  }
  .two-fold .right:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    left: -50%;
    top: 50%;
    background-color: #f9f9fa;
    margin-left: 0;
    display: block;
    z-index: -1;
  }
  .two-fold .right > .inner-wrap {
    max-width: 500px;
    margin: 0 auto;
    float: none;
  }
}
.two-fold.fixed-sidebar .job-ticker + p .btn {
  margin-top: 30px;
}
.two-fold.fixed-sidebar .right h2 {
  text-align: center;
}
@media (min-width: 1201px) {
  .two-fold.fixed-sidebar {
    min-height: 670px;
  }
  .two-fold.fixed-sidebar .right h2 {
    margin-top: -30px !important;
  }
  .two-fold.fixed-sidebar .right {
    top: 60px;
    max-width: 492px;
    max-width: 510px;
    width: 100%;
    position: absolute !important;
    right: 0;
    padding-right: 30px;
    padding-left: 0;
  }
  .two-fold.fixed-sidebar .right:before {
    left: 0;
    top: -60px;
  }
  .two-fold.fixed-sidebar .right > .inner-wrap {
    max-width: unset;
    padding-left: 30px;
  }
  .two-fold.fixed-sidebar .left {
    width: 100%;
  }
  .two-fold.fixed-sidebar {
    padding-right: 486px;
    padding-right: 520px;
  }
}
@media (max-width: 1200px) {
  .bg-video-wrap {
    display: none;
  }
  .two-fold.fixed-sidebar .right,
  .two-fold.fixed-sidebar .left {
    float: none;
    width: 100%;
    padding: 0;
  }
  .two-fold.fixed-sidebar .right > .inner-wrap,
  .two-fold.fixed-sidebar .left > .inner-wrap {
    max-width: 100%;
  }
  .two-fold.fixed-sidebar .right {
    margin-top: 40px;
    padding-top: 40px;
    background-color: #f9f9fa;
  }
  .two-fold.fixed-sidebar .right {
    position: relative;
  }
  .two-fold.fixed-sidebar .right:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    left: -50%;
    top: 0;
    background-color: #f9f9fa;
    margin-left: 0;
    display: block;
    z-index: -1;
  }
  .two-fold.fixed-sidebar .right:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    left: -50%;
    top: 50%;
    background-color: #f9f9fa;
    margin-left: 0;
    display: block;
    z-index: -1;
  }
  .two-fold.fixed-sidebar .right > .inner-wrap {
    margin: 0 auto;
    float: none;
  }
  .two-fold.fixed-sidebar .job-ticker + p,
  .two-fold.fixed-sidebar .job-ticker {
    max-width: 800px;
    margin: 0 auto;
  }
  .two-fold.fixed-sidebar .job-ticker + p {
    text-align: center;
  }
}
.plan-listings .row {
  margin-left: -9px;
  margin-right: -9px;
}
.plan-listings .plan-entry .content {
  padding: 25px 35px;
}
.plan-listings .plan-entry .heading,
.plan-listings .plan-entry .btn-wrap {
  padding: 0 16px;
}
.plan-listings .plan-entry .heading {
  padding-top: 20px;
  padding-bottom: 35px;
  background-color: #f0f0f0;
  text-align: center;
}
.plan-listings .plan-entry .heading .title {
  padding: 8px 10px;
  width: auto;
  display: inline-block;
  font-size: 13px;
  font-family: "gilroysemibold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 24px;
  letter-spacing: 2.5px;
  min-width: 157px;
}
.plan-listings .plan-entry .heading .price {
  font-size: 40px;
  font-family: "gilroysemibold", sans-serif;
  line-height: 1;
  margin-bottom: 8px;
}
/* .plan-listings.v2 .plan-entry:last-child .heading .price {
  margin-bottom: 24px;
} */
.plan-listings .plan-entry .heading p:not(.price):last-child {
  font-size: 18px;
  font-family: "gilroymedium", sans-serif;
  line-height: 1;
}
.plan-listings.v2 .plan-entry .heading.platinum p:last-child {
  font-size: 15px;
  line-height: 1.5 !important;
}
.tab-content .selected-plan p.Bronze,
.plan-listings .plan-entry .heading.bronze {
  background-color: #f7e4d1;
  color: #895f35;
}
.plan-listings .plan-entry .heading.bronze .title {
  background-color: #efb881;
}
.tab-content .selected-plan p.Silver,
.plan-listings .plan-entry .heading.silver {
  background-color: #e0eced;
  color: #5c7778;
}
.plan-listings .plan-entry .heading.silver .title {
  background-color: #c1d5d6;
}
.tab-content .selected-plan p.Gold,
.plan-listings .plan-entry .heading.gold {
  background-color: #ffeebe;
  color: #ad830d;
}
.plan-listings .plan-entry .heading.gold .title {
  background-color: #e8c35b;
}
.plan-listings.v2 .plan-entry:last-child .inner-wrap {
  background-color: #f9f9fa;
}
.venue .plan-listings.v2 .plan-entry .heading a {
  border-bottom: none;
}
.venue .plan-listings.v2 .plan-entry .heading a,
.plan-listings .plan-entry .heading.platinum {
  background-color: #f9f9fa;
  color: #656c72;
}
.plan-listings .plan-entry .heading.platinum .title {
  background-color: #bbbdbf;
}
.plan-listings .plan-entry .heading.platinum p:last-child {
  font-family: "gilroyregular", sans-serif;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.plan-listings .plan-entry .btn-wrap,
.plan-listings .plan-entry .content {
  text-align: center;
}
.plan-listings .plan-entry li {
  font-size: 15px;
  padding: 10px;
  border-bottom: 1px solid #dee6ed;
  color: #262626;
}
.plan-listings .plan-entry li:last-child {
  border-bottom: 0;
}
.plan-listings .plan-entry .btn {
  padding: 15px 30px !important;
  width: 100%;
  max-width: 200px;
}
.plan-listings .plan-entry .btn span {
  font-size: 15px;
  font-family: "gilroysemibold", sans-serif;
  text-align: left;
}
.plan-listings .plan-entry .btn.icon-arrow span:after {
  right: 20px;
}
.plan-listings.active .plan-entry {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.plan-listings.active .plan-entry:hover {
  opacity: 1;
}
.selected-plan .plan-value {
  display: inline-block;
  text-transform: none;
}
.selected-plan .plan-value .plan-name,
.selected-plan .plan-value .plan-price {
  text-transform: uppercase;
}
.plan-listings .plan-entry .inner-wrap {
  border: 1px solid #e3e7e9 !important;
}
.plan-listings .plan-entry .inner-wrap {
  border-radius: 5px;
}
@media (min-width: 801px) {
  .plan-listings {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .plan-listings:after {
    content: "";
    display: block;
    clear: both;
  }
  .plan-listings .plan-entry {
    width: 33.33%;
    padding: 0 9px;
    border-radius: 5px;
  }
  .plan-listings .plan-entry .inner-wrap {
    border-radius: 5px;
    padding-bottom: 75px;
    height: 100%;
  }
  .plan-listings .plan-entry .btn-wrap {
    position: absolute;
    width: 33.33%;
    padding: 0 9px;
    margin-left: -10px;
    bottom: 0;
  }
  .plan-listings .plan-entry .btn-wrap .align {
    padding: 0 35px 25px;
    bottom: 0;
  }
  .plan-listings .plan-entry .btn-wrap .align.wide {
    padding-left: 5px;
    padding-right: 5px;
  }
  .plan-listings .plan-entry .btn-wrap .align.wide .btn {
    display: inline-block;
    white-space: normal;
    margin: 0 auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .plan-listings.v2.cta .plan-entry .btn-wrap {
    width: 25%;
  }
  .plan-listings.v2.cta .plan-entry:not(.no-cta) .inner-wrap {
    padding-bottom: 75px;
  }
}
@media (max-width: 800px) {
  .plan-listings .plan-entry {
    border-radius: 5px;
    margin-bottom: 40px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .plan-listings .plan-entry .btn-wrap {
    padding-bottom: 25px;
  }
}
.plan-listings.v2 {
  justify-content: center;
}
.plan-listings.v2 .plan-entry {
  width: 25%;
}
.plan-listings.v2 .plan-entry .inner-wrap {
  padding-bottom: 0;
}
.venue.pricing-options.v2 .right .inner-wrap {
  text-align: left;
}
@media (max-width: 1250px) {
  .plan-listings.v2 {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .plan-listings.v2:after {
    content: "";
    display: block;
    clear: both;
  }
  .plan-listings.v2 .plan-entry {
    padding: 0 9px;
    border-radius: 5px;
  }
  .venue.pricing-options.v2 .right .inner-wrap {
    text-align: center;
  }
}
@media (min-width: 921px) {
  .venue.pricing-options.v2 .right .narrow-wrap {
    max-width: 300px;
  }
}
@media (max-width: 920px) {
  .plan-listings.v2 {
    margin-top: -20px;
  }
  .plan-listings.v2 .plan-entry {
    border-radius: 5px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .plan-listings.v2 .plan-entry .btn-wrap {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 801px) and (max-width: 920px) {
  .plan-listings.v2.cta .plan-entry {
    position: relative;
  }
  .plan-listings.v2.cta .plan-entry .btn-wrap {
    position: absolute;
    width: 100%;
    margin-left: -9px;
  }
  .plan-listings.v2.cta .plan-entry .btn-wrap .align {
    padding: 0;
  }
}
@media (min-width: 801px) {
  .plan-listings.v2 .plan-entry {
    min-height: 240px;
  }
}
@media (max-width: 800px) {
  .plan-listings.v2 .plan-entry {
    width: 100%;
  }
}
.get-started-section {
  margin-left: -7px;
  margin-right: -7px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
}
.get-started-section .action {
  padding: 0 7px;
  width: 33.33%;
  text-align: center;
}
.get-started-section .action .inner-wrap {
  border: 1px solid #e3e7e9;
  border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.get-started-section .action .inner-wrap .thumb {
  position: relative;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 30px;
}
.get-started-section .action .inner-wrap .thumb .icon {
  height: 130px;
  background-position: center center;
  background-repeat: no-repeat;
}
.get-started-section .action .inner-wrap img {
  top: 0;
  left: 50%;
}
.get-started-section {
  position: relative;
}
.get-started-section p {
  font-size: 15px;
  margin-bottom: 0;
  color: #262626;
}
.get-started-section .inner-wrap .content {
  padding: 0 23px;
}
.get-started-section .action .inner-wrap {
  background: #fff;
}
.get-started-section .action:hover .inner-wrap {
  background: #f8eef3;
}
.get-started-section .inner-wrap > *:not(.btn-wrap) {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.get-started-section .btn-wrap .align {
  padding: 18px 0 28px;
}
.get-started-section .btn-wrap i {
  width: 100%;
  height: 15px;
  background-image: url(../images/img/icon-arrow-right.png);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.get-started-section .action:hover .btn-wrap i {
  background-image: url(../images/img/icon-arrow-right-hover.png);
}
@media (min-width: 871px) {
  .get-started-section .action .inner-wrap {
    height: 100%;
    padding-bottom: 61px;
  }
  .get-started-section .action .btn-wrap {
    position: absolute;
    width: 33.33%;
    padding: 0 7px;
    margin-left: -8px;
    bottom: 0;
  }
}
@media (max-width: 870px) {
  .get-started-section .action {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}
.two-fold .right .get-started-section .action {
  width: 100%;
  margin-bottom: 68px;
}
.two-fold .right .get-started-section .action .btn-wrap {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.two-fold .right .get-started-section .action .inner-wrap {
  padding-bottom: 0;
}
@media (min-width: 901px) {
  .two-fold .right .get-started-section {
    margin-top: -15px;
  }
}
.flat-box-wrap {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
}
.flat-box-wrap .flat-box,
.flat-box-wrap > * {
  width: 50%;
  padding: 0 10px;
}
.flat-box-wrap .flat-box .inner-wrap {
  padding: 40px 50px;
}
.flat-box-wrap .flat-box.grey .inner-wrap {
  background-color: #f9f9fa;
}
.flat-box-wrap .flat-box.yellow .inner-wrap {
  background-color: #fffbe9;
}
.flat-box-wrap .flat-box a,
.flat-box-wrap .flat-box p {
  font-size: 15px;
}
.flat-box-wrap .flat-box a.btn {
  line-height: 1;
}
.flat-box-wrap.image-and-text .flat-box .inner-wrap > *:first-child {
  position: relative;
}
.flat-box-wrap .flat-box .thumbnail {
  width: 137px;
  height: 137px;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.thumbnail.circle {
  border-radius: 100%;
}
.flat-box-wrap.image-and-text .flat-box .inner-wrap > .image > * {
  max-width: 100%;
}
.flat-box-wrap .get-started-section .action {
  width: 50%;
  margin-top: 50px;
  margin-bottom: 0;
}
.flat-box-wrap .get-started-section .action .inner-wrap {
  padding-bottom: 20px;
}
.flat-box-wrap .get-started-section .action .inner-wrap .thumb {
  margin-bottom: 20px;
}
@media (max-width: 1050px) {
  .flat-box-wrap .flat-box,
  .flat-box-wrap > * {
    width: 100%;
    margin-bottom: 20px;
  }
  .flat-box-wrap .get-started-section .action .inner-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
  }
}
@media (max-width: 580px) {
  .flat-box-wrap .get-started-section .action {
    width: 100%;
    margin-top: 60px;
  }
  .flat-box-wrap .get-started-section .action .inner-wrap {
    max-width: 400px;
  }
}
@media (min-width: 501px) {
  .flat-box-wrap.image-and-text .flat-box .inner-wrap > .image > * {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .flat-box-wrap.image-and-text .flat-box .inner-wrap {
    padding-left: 240px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
  }
  .flat-box-wrap.image-and-text .flat-box .inner-wrap > *:first-child {
    position: absolute;
    height: 100%;
    width: 240px;
    left: 0;
    top: 0;
    text-align: center;
  }
}
@media screen and (min-width: 501px) and (max-width: 600px) {
  .flat-box-wrap .flat-box .inner-wrap {
    padding: 40px;
  }
  .flat-box-wrap.image-and-text .flat-box .inner-wrap > *:first-child {
    width: 200px;
  }
  .flat-box-wrap.image-and-text .flat-box .inner-wrap {
    padding-left: 200px;
  }
}
@media (max-width: 500px) {
  .flat-box-wrap .flat-box .inner-wrap {
    text-align: center;
    padding: 20px;
  }
  .flat-box-wrap.image-and-text .flat-box .inner-wrap .image {
    margin-bottom: 20px;
  }
}
.availability-table > div {
  padding-left: 110px;
  position: relative;
}
.availability-table > div:after {
  content: "";
  clear: both;
  display: block;
}
.availability-table > div .col:first-child {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "gilroysemibold", sans-serif;
  font-size: 16px;
}
.availability-table > div .col:not(:first-child) {
  width: 33.33%;
  float: left;
  font-family: "ralewaymedium", sans-serif;
  font-size: 16px;
}
.availability-table > div .col:not(:first-child) {
  border-left: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.availability-table > div:first-child > .col:nth-child(2) {
  border-top-left-radius: 6px;
}
.availability-table > div:last-child > .col:nth-child(2) {
  border-bottom-left-radius: 6px;
}
.availability-table > div > .col:last-child {
  border-right: 1px solid #d3d3d3;
}
.availability-table > div:first-child > .col:last-child {
  border-top-right-radius: 6px;
}
.availability-table > div:last-child > .col:last-child {
  border-bottom-right-radius: 6px;
}
.availability-table > div:first-child > .col {
  border-top: 1px solid #d3d3d3;
}
.availability-table > div:last-child > .col:not(:first-child) {
  border-bottom: 1px solid #d3d3d3;
}
.availability-table > div .col {
  height: 65px;
  line-height: 65px;
  padding: 0;
}
.availability-table input[type="checkbox"] + label {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  padding-left: 58px;
  padding-right: 18px;
  width: 100%;
  height: 100%;
}
.availability-table input[type="checkbox"]:checked + label {
  background-color: #e3f2fd;
  font-family: "ralewaysemibold", sans-serif;
}
.availability-table input[type="checkbox"] + label:before,
.availability-table input[type="checkbox"] + label:after {
  left: 18px !important;
  top: 50% !important;
  margin-top: -11px !important;
}
.availability-table .short {
  display: none;
}
.availability-table > div:first-child label {
  font-family: "gilroysemibold", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 660px) {
  .availability-table > div:first-child label {
    padding-bottom: 40px !important;
    padding-left: 15px;
    padding-top: 15px !important;
    text-align: center;
    line-height: 1;
    height: auto;
    font-size: 13px !important;
  }
  .availability-table > div:first-child .col {
    height: 70px;
  }
  .availability-table > div:first-child input[type="checkbox"] + label:before,
  .availability-table > div:first-child input[type="checkbox"] + label:after {
    left: 50% !important;
    margin-left: -11px;
    top: 35px !important;
    margin-top: 0 !important;
  }
  .availability-table > div:not(:first-child) .col:not(:first-child) label {
    width: 100%;
    height: 100%;
    padding: 0px !important;
    text-indent: -99999px;
  }
  .availability-table
    > div:not(:first-child)
    .col:not(:first-child)
    label:before,
  .availability-table
    > div:not(:first-child)
    .col:not(:first-child)
    label:after {
    left: 50% !important;
    top: 50% !important;
    margin-top: -11px !important;
    margin-left: -11px !important;
    text-indent: 0;
  }
  .availability-table > div > .col:first-child span {
    display: none;
  }
  .availability-table > div > .col:first-child span.short {
    display: block;
  }
  .availability-table > div {
    padding-left: 70px;
  }
}
@media (max-width: 500px) {
  .availability-table > div {
    padding-left: 50px;
  }
  .availability-table > div:first-child label {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.purple-block {
  background: #6502b2;
  color: #fff;
  padding: 25px 45px;
  border-radius: 10px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.purple-block:first-child {
  margin-top: 0;
}
.purple-block *:first-child {
  color: #fff;
  margin-top: 0px !important;
  font-family: "gilroyextrabold", sans-serif !important;
}
.purple-block p {
  color: #dec9ef;
  font-family: "gilroyregular", sans-serif;
  font-size: 15px;
  margin-bottom: 10px !important;
}
.purple-block label {
  font-family: "ralewaybold", sans-serif !important;
  font-size: 14px;
}
.right-sidebar-layout {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.right-sidebar-layout .left,
.right-sidebar-layout .right {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.right-sidebar-layout .left {
  width: 67%;
  float: left;
}
.right-sidebar-layout .right {
  width: 33%;
  float: right;
}
.right .latest-news .news {
  padding: 20px 25px 10px;
  display: block;
  border: 1px solid #e3e7e9;
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
.right .latest-news .news .title {
  font-size: 20px;
  font-family: "gilroybold", sans-serif;
  margin-bottom: 10px;
  color: #404041;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
.right .latest-news .news p {
  font-size: 15px;
  font-family: "open_sansregular", sans-serif;
  color: #262626;
  margin-bottom: 0;
}
.right .latest-news .news .btn-wrap {
  margin-top: 10px;
  text-align: right;
}
.right .latest-news .news .btn {
  padding: 10px 40px;
}
.right .latest-news .news:hover {
  border-color: #9d9d9d;
}
.right .latest-news .btn-wrap {
  margin-top: 25px;
  text-align: center;
}
.right .latest-news .btn {
  font-size: 15px;
}
.overflow-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.overflow-wrap .bg-wrap {
  min-height: 280px;
  padding-top: 62.5%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.community-banner .bg-wrap + .inner-wrap {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.overflow-wrap:hover .bg-wrap + .inner-wrap {
  background: rgba(252, 214, 113, 0.3);
}
.community-banner .bg-wrap + .inner-wrap .align {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
}
.community-banner .bg-wrap + .inner-wrap .title {
  font-size: 32px;
  font-family: "gilroybold", sans-serif;
  margin-bottom: 20px;
  line-height: 1;
}
.community-banner .bg-wrap + .inner-wrap p {
  font-size: 15px;
  font-family: "gilroymedium", sans-serif;
}
.community-banner + .featured-news .news.entry {
  padding: 25px;
  padding-right: 50px;
}
.community-banner + .featured-news .news.entry .date {
  font-size: 15px;
  font-family: "gilroyextrabold", sans-serif;
  margin-bottom: 10px;
}
.community-banner + .featured-news .news.entry .title {
  font-size: 30px;
  font-family: "gilroybold", sans-serif;
  white-space: normal;
  line-height: 1.2;
  color: #ba8829;
}
.community-banner + .featured-news .news.entry .title:hover {
  color: #e5cb5b;
}
@media (min-width: 1051px) {
  .community-banner .bg-wrap {
  }
  .right .latest-news .news {
    min-height: 158px;
  }
}
@media screen and (min-width: 1051px) and (max-width: 1200px) {
  .right .latest-news .news:last-of-type {
    display: none;
  }
}
@media (max-width: 1100px) {
  .community-top .right-sidebar-layout .left,
  .community-top .right-sidebar-layout .right {
    width: 100%;
    float: none;
  }
  .community-top .right-sidebar-layout .left {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 1050px) {
  .right-sidebar-layout .left,
  .right-sidebar-layout .right {
    width: 100%;
    float: none;
  }
  .right-sidebar-layout .left {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 600px) {
  .community-banner + .featured-news .news.entry .title {
    font-size: 25px;
  }
}
body .featured-online-training .training:first-child .video-thumbnail .bg-wrap {
  padding-top: 56.15%;
}
body:not(.home) .featured-online-training .video-thumbnail:after {
  background-color: rgba(64, 64, 65, 0.6);
}
body:not(.home) .featured-online-training .video-thumbnail:hover:after {
  background-color: rgba(64, 64, 65, 0.4);
}
body .featured-online-training .training:first-child .content .title {
  font-size: 18px;
  font-family: "gilroybold", sans-serif;
  color: #e01471;
  margin: 20px 0;
  display: block;
}
body .featured-online-training .training:first-child .content .title:hover {
  color: #e5cb5b;
}
body .featured-online-training .training:first-child .content p {
  font-size: 15px;
  font-family: "open_sansregular", sans-serif;
  color: #262626;
}
body .featured-online-training .training:first-child {
  padding: 0;
  padding-bottom: 25px;
}
body .featured-online-training .training {
  border-bottom: 1px solid #e3e7e9;
}
body .featured-online-training .training:last-child {
  border-bottom: 0;
}
body .featured-online-training .training:not(:first-child) {
  padding: 30px 10px;
  padding-left: 150px;
  min-height: 166px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
}
body .featured-online-training .training:not(:first-child) .video-thumbnail {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  width: 120px;
  height: 103px;
  margin-top: -51.5px;
}
body
  .featured-online-training
  .training:not(:first-child)
  .video-thumbnail
  .bg-wrap {
  width: 100%;
  height: 100%;
  padding-top: 0;
  background-size: cover;
}
body
  .featured-online-training
  .training:not(:first-child)
  .video-thumbnail:after {
  background-image: url(../images/img/icon-play-small.png);
}
body .featured-online-training .training:not(:first-child) .title {
  font-size: 16px;
  font-family: "gilroysemibold", sans-serif;
  color: #262626;
  margin-bottom: 15px;
  display: block;
}
body .featured-online-training .training:not(:first-child) .title:hover {
  color: #e5cb5b;
}
body .featured-online-training .training:not(:first-child) .entry-meta {
  font-size: 14px;
  font-family: "gilroymedium", sans-serif;
  color: #404041;
}
body .featured-online-training .training:not(:first-child) .entry-meta .author {
  color: #e01471;
}
body .featured-online-training + .btn-wrap {
  margin-top: 25px;
  text-align: center;
}
body .featured-online-training + .btn-wrap .btn {
  font-size: 15px;
}
body:not(.home) .featured-courses .course {
  border: 1px solid #e3e7e9;
  padding: 30px 20px;
  background-color: #fff;
  padding-left: 250px;
  margin-bottom: 10px;
  min-height: 230px;
  border-radius: 6px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
}
body:not(.home) .featured-courses .course .thumbnail {
  border: 0;
  width: 205px;
  height: 165px;
  position: absolute;
  left: 23px;
  top: 50%;
  margin-top: -82.5px;
  border-radius: 3px;
  padding: 0;
}
body:not(.home) .featured-courses .course .overflow-wrap .bg-wrap {
  padding: 0;
  width: 100%;
  height: 100%;
}
body:not(.home) .featured-courses .course .overflow-wrap .bg-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(252, 214, 113, 0.3);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  opacity: 0;
}
body:not(.home) .featured-courses .course:hover .overflow-wrap .bg-wrap:after {
  opacity: 1;
}
body:not(.home) .featured-courses .course .title {
  font-size: 20px;
  font-family: "gilroybold", sans-serif;
  color: #404041;
  margin-bottom: 15px;
}
body:not(.home) .featured-courses .course p {
  font-size: 15px;
  font-family: "open_sansregular", sans-serif;
  color: #262626;
  margin-bottom: 20px;
}
body:not(.home) .featured-courses .course .entry-meta * {
  vertical-align: middle;
}
body:not(.home) .featured-courses .course .entry-meta .price {
  font-size: 30px;
  font-family: "gilroybold", sans-serif;
  color: #404041;
  margin-right: 30px;
}
body:not(.home) .featured-courses .course .entry-meta span:last-child {
  font-size: 15px;
  font-family: "gilroysemibold", sans-serif;
  color: #ba8829;
  line-height: 1;
  display: inline-block;
}
body:not(.home) .featured-courses .course:hover .entry-meta span:last-child {
  color: #e5cb5b;
  border-bottom: 1px solid #e5cb5b;
}
body:not(.home) .featured-courses + .btn-wrap {
  margin-top: 41px;
  text-align: center;
}
@media (max-width: 1050px) {
  body .featured-online-training .training {
  }
  body:not(.home) .main-content .right h3:first-child {
    margin-top: 50px;
  }
}
@media (max-width: 650px) {
  body:not(.home) .featured-courses .course {
  }
  body:not(.home) .featured-courses .course .thumbnail {
    top: 35px;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  body:not(.home) .featured-courses .course {
    padding: 25px;
  }
  body:not(.home) .featured-courses .course .thumbnail {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    margin: 0;
    width: 100%;
    margin-bottom: 25px;
  }
  body:not(.home) .featured-courses .course .thumbnail .bg-wrap {
    padding-top: 65%;
    min-height: 0;
  }
  body:not(.home) .featured-courses .course .thumbnail .bg-wrap:after {
    height: 100%;
    top: 0;
    position: absolute;
  }
}
body:not(.home) .events-listings + .btn-wrap .more {
  position: relative;
  top: 0;
}
.home .featured-misc .btn-wrap,
body:not(.home) .events-listings + .btn-wrap {
  text-align: center;
  margin-top: 40px;
}
body:not(.home) .filter-wrap .selectize-input > .item + input,
body:not(.home) .featured-events .selectize-input > .item + input {
  top: -4px;
}
body:not(.home) .filter-wrap .selectize-input input,
body:not(.home) .featured-events .selectize-input input {
  top: 0;
}
body:not(.home) .featured-events {
  position: relative;
}
body:not(.home) .featured-events .form-wrap {
  position: absolute;
  right: 0;
  max-width: 330px;
  width: 100%;
  top: -10px;
}
body:not(.home) .filter-wrap .selectize-control .selectize-input,
body:not(.home) .featured-events .selectize-control .selectize-input {
  background: transparent !important;
  border: 0px !important;
  border-bottom: 2px solid #eceff0 !important;
  padding: 15px 0 !important;
  height: auto !important;
  border-radius: 0;
}
body:not(.home) .filter-wrap .selectize-control .selectize-input.focus,
body:not(.home) .featured-events .selectize-control .selectize-input.focus {
  border-color: #cfae6f !important;
}
body:not(.home) .filter-wrap .selectize-control:after,
body:not(.home) .featured-events .selectize-control:after {
  background-color: #fff;
}
body:not(.home) .filter-wrap .selectize-control,
body:not(.home) .featured-events .selectize-control {
  height: 62px;
}
body:not(.home) .filter-wrap .selectize-control:before,
body:not(.home) .featured-events .selectize-control:before {
  width: 16px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
}
body:not(.home)
  .featured-events
  .selectize-input
  input::-webkit-input-placeholder {
  color: #3c3c3b !important;
}
body:not(.home) .featured-events .selectize-input input::-moz-placeholder {
  color: #3c3c3b !important;
}
body:not(.home) .featured-events .selectize-input input:-ms-input-placeholder {
  color: #3c3c3b !important;
}
body:not(.home) .featured-events .selectize-input input:-moz-placeholder {
  color: #3c3c3b !important;
}
body:not(.home) .featured-events .selectize-input input {
  color: #3c3c3b;
}
body:not(.home) .filter-wrap .selectize-input input::-webkit-input-placeholder {
  color: #3c3c3b !important;
}
body:not(.home) .filter-wrap .selectize-input input::-moz-placeholder {
  color: #3c3c3b !important;
}
body:not(.home) .filter-wrap .selectize-input input:-ms-input-placeholder {
  color: #3c3c3b !important;
}
body:not(.home) .filter-wrap .selectize-input input:-moz-placeholder {
  color: #3c3c3b !important;
}
body:not(.home) .filter-wrap .selectize-input input {
  color: #3c3c3b;
}
body:not(.home) .filter-wrap .selectize-input .item,
body:not(.home) .filter-wrap .selectize-input input,
body:not(.home) .featured-events .selectize-input .item,
body:not(.home) .featured-events .selectize-input input {
  font-family: "gilroymedium", sans-serif;
}
@media (max-width: 750px) {
  body:not(.home) .featured-events .form-wrap {
    position: relative;
    top: 0;
    max-width: 100%;
    margin-top: -40px;
    margin-bottom: 50px;
  }
}
.featured-jobs-career {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0px !important;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: -18px;
}
.featured-jobs-career .job-career {
  padding-left: 7.5px;
  padding-right: 7.5px;
  width: 50%;
  margin-top: 18px;
}
.featured-jobs-career .job-career .inner-wrap {
  height: 100%;
  padding-left: 265px;
  position: relative;
  border-radius: 6px;
  border: 1px solid #e3e7e9;
}
.featured-jobs-career .job-career .thumb-wrap {
  position: absolute;
  left: 0;
  width: 265px;
  height: 100%;
  overflow: hidden;
}
.featured-jobs-career .job-career .thumb-wrap .thumbnail {
  height: 100%;
  display: block;
  border-radius: 0;
  border: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 6px;
  border-top-bottom-radius: 6px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.featured-jobs-career .job-career .thumb-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 214, 113, 0.3);
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.featured-jobs-career .job-career .inner-wrap:hover .thumb-wrap:before {
  opacity: 1;
}
.featured-jobs-career .job-career .content {
  padding: 30px;
}
.featured-jobs-career .job-career .title {
  font-size: 20px;
  font-family: "gilroybold", sans-serif;
  color: #404041;
  line-height: 1.4;
  margin-bottom: 10px;
  display: block;
}
.featured-jobs-career .job-career .entry-meta {
  font-size: 13px;
  font-family: "gilroybold", sans-serif;
  color: #818181;
  margin-bottom: 14px;
  display: block;
}
.featured-jobs-career .job-career p {
  font-size: 15px;
  font-family: "open_sansregular", sans-serif;
  color: #262626;
  margin-bottom: 25px;
}
.featured-jobs-career .job-career .btn-wrap {
  text-align: right;
}
.featured-jobs-career .job-career .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1251px) {
  .featured-jobs-career .job-career .content {
    padding-bottom: 76px;
  }
  .featured-jobs-career .job-career .btn-wrap {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 30px;
    padding-top: 0;
  }
}
@media (max-width: 1250px) {
  .featured-jobs-career .job-career {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .featured-jobs-career .job-career .content {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 23px;
  }
  .featured-jobs-career .job-career .inner-wrap {
    padding: 0;
    padding-top: 65%;
  }
  .featured-jobs-career .job-career .thumb-wrap {
    top: 0;
    width: 100%;
    height: auto;
  }
  .featured-jobs-career .job-career .thumb-wrap .thumbnail {
    height: 0;
    padding-top: 65%;
    border-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .featured-jobs-career .job-career .btn-wrap {
    text-align: left;
  }
}
.featured-jobs-career + .btn-wrap {
  margin-top: 40px;
  text-align: center;
}
.featured-promotions .promotion .inner-wrap > * {
  display: block;
}
.featured-promotions .promotion .thumbnail {
  border-color: transparent;
  padding-top: 60.8%;
  border: 0;
  display: block;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 6px !important;
}
.featured-promotions .promotion .thumb-wrap {
  position: relative;
}
.featured-promotions .promotion .thumb-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.featured-promotions .promotion .thumb-wrap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.featured-promotions .promotion .thumb-wrap .overlay .caption {
  width: 100%;
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 22px;
  font-family: "gilroybold", sans-serif;
}
.featured-promotions .promotion .content {
  padding: 20px 10px;
}
.featured-promotions .promotion .content p {
  font-size: 15px;
  font-family: "open_sansregular", sans-serif;
}
.featured-promotions .promotion .content .btn {
  padding: 12px 20px;
  font-size: 15px;
}
.featured-promotions .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}
.featured-promotions .owl-dots .owl-dot span {
  background: #e8e8e8;
}
.featured-promotions .owl-dots .owl-dot.active span,
.featured-promotions .owl-dots .owl-dot:hover span {
  background: #e01471;
}
.featured-promotions .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.social-channels {
  margin-left: -50px;
  margin-right: -50px;
}
.social-channels .entry {
  width: 33.33%;
  float: left;
  padding-left: 50px;
  padding-right: 50px;
}
.social-channels .entry .inner-wrap {
  display: block;
  background-color: #fff;
  padding: 20px;
  border-top: 3px solid #fde15b;
}
.social-channels .entry .inner-wrap .placeholder {
  padding-top: 148%;
  background-size: cover;
}
@media (max-width: 1200px) {
  .social-channels {
    margin-left: -20px;
    margin-right: -20px;
  }
  .social-channels .entry {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 850px) {
  .social-channels {
    margin-left: -8px;
    margin-right: -8px;
  }
  .social-channels .entry {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 750px) {
  .social-channels .entry {
    width: 100%;
    margin-bottom: 50px;
  }
  .social-channels .entry .content {
    max-width: 500px;
    margin: 0 auto;
  }
}
/* Social Channels Responsive */
.social-channels .social-box .fb_iframe_widget {
  width: 100%;
  position: relative;
  text-align: center;
}
.social-channels .social-box .fb_iframe_widget > span {
  position: unset;
}
.social-channels .social-box iframe {
  max-width: 100%;
  margin: 0 auto !important;
}
.social-channels {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.social-channels .inner-wrap {
  height: 100%;
}
.social-channels .btn {
  white-space: unset;
}
@media only screen and (max-width: 1300px) {
  .social-channels {
    margin-left: -20px;
    margin-right: -20px;
  }
  .social-channels .entry {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1070px) {
  .social-channels {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .social-channels .entry {
    width: 50%;
  }
  .social-channels .entry:last-child {
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 845px) {
  .social-channels .entry {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .social-channels .entry:first-child {
    margin-top: 0px;
  }
  .social-channels .entry .content {
    max-width: 500px;
    margin: 0 auto;
  }
}
/* End Social Channels Responsive */
.testimonial-carousel .owl-item {
  background: transparent;
}
.testimonial-carousel .owl-item .entry {
  margin: 0 auto;
  padding: 42px;
  width: 100%;
  max-width: 530px;
  border-radius: 6px;
}
.testimonial-carousel .owl-item.prev {
  left: 11.75% !important;
}
.testimonial-carousel .owl-item.next {
  right: 11.75% !important;
}
.testimonial-carousel .owl-item.prev,
.testimonial-carousel .owl-item.next {
  margin-top: 25px;
}
.testimonial-carousel .owl-item.current {
  z-index: 99;
}
.testimonial-carousel .owl-item .entry {
  background: #f9f9fa;
}
.testimonial-carousel .owl-item.current .entry {
  background: #ffe164;
}
.testimonial-carousel .owl-nav {
  display: none;
}
.testimonial-carousel .owl-item.current {
  cursor: pointer;
}
.testimonial-carousel .owl-item.current .entry {
  cursor: default;
}
.testimonial-carousel .entry .avatar {
  width: 90px;
  height: 90px;
  background-color: #ebebeb;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}
.testimonial-carousel .entry .name {
  text-align: center;
  font-size: 16px;
  font-family: "gilroybold", sans-serif;
  margin-top: 12px;
  margin-bottom: 20px;
  color: #404041;
}
.testimonial-carousel .entry .content {
  text-align: center;
}
.testimonial-carousel .entry .content p {
  color: #262626;
  font-size: 20px;
  font-family: "NexaSlabRegularItalic", serif;
}
.testimonial-carousel .owl-item:not(.current) .entry .btn-wrap {
  display: none;
}
.testimonial-carousel .entry .btn-wrap {
  margin-top: 50px;
  text-align: center;
}
.testimonial-carousel .entry .btn-wrap a {
  color: #9f721e;
}
.testimonial-carousel .entry .btn-wrap a:hover {
  color: #bc8f3a;
}
.testimonial-carousel .owl-item:not(.current) .entry .inner-wrap * {
  color: #9b9b9c;
}
@media (max-width: 850px) {
  .testimonial-carousel .owl-item.prev {
    left: 12.3% !important;
  }
  .testimonial-carousel .owl-item.next {
    right: 12.3% !important;
  }
}
@media (max-width: 750px) {
  .testimonial-carousel .owl-item.prev {
    left: 12.9% !important;
  }
  .testimonial-carousel .owl-item.next {
    right: 12.9% !important;
  }
}
@media (max-width: 670px) {
  .testimonial-carousel .owl-item.prev {
    left: 0% !important;
  }
  .testimonial-carousel .owl-item.next {
    right: auto !important;
  }
  .testimonial-carousel .owl-item .entry {
    max-width: 100%;
  }
}
@media (min-width: 1051px) {
  .custom-align.carousel-video .right .video-thumbnail {
  }
}
@media (max-width: 1050px) {
  .custom-align.carousel-video .narrow-wrap {
    max-width: 100% !important;
  }
}
body:not(.home) .hero-section .container {
  padding-top: 90px;
  padding-bottom: 90px;
}
body:not(.home) .hero-section .container > * {
  position: relative;
  z-index: 10;
}
body:not(.home) .hero-section.overlay {
  position: relative;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
body:not(.home) .hero-section.overlay:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(36, 24, 46, 0.7);
  top: 0;
  left: 0;
}
body:not(.home) .hero-section .ribbon {
  width: 244px;
  height: 244px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1150px) {
  body:not(.home) .hero-section .ribbon {
    width: 368px;
    height: 354px;
  }
  .content.staff-listings .profile-intro .entry-meta p.location + p.type {
    display: inline-block;
  }
}
body:not(.home) .hero-section h2 {
  color: #fff;
  font-size: 51px;
  font-family: "gilroyextrabold", sans-serif;
  margin-bottom: 0;
  line-height: 1.2;
  margin-top: 0;
}
body:not(.home) .hero-section .container .narrow-wrap {
  text-align: center;
}
body:not(.home) .hero-section h1.logo {
  margin: 0;
  margin-top: -20px;
  margin-bottom: -30px;
}
body:not(.home) .hero-section h1.logo img {
  width: 330px;
}
body:not(.home) .hero-section h1 + p {
  font-size: 42px;
  font-family: "gilroysemibold", sans-serif;
  color: #e4e4e4;
  line-height: 1.6;
}
body:not(.home) .hero-section.overlay .btn {
  background-color: #ffffff !important;
  color: #6502b2 !important;
  padding: 25px !important;
  padding-right: 66px !important;
  border-color: #ffffff !important;
}
body:not(.home) .hero-section.overlay .btn {
  font-size: 19px;
}
body:not(.home) .hero-section.overlay .btn:hover {
  color: #3c3c3b !important;
  background: #ffe164 !important;
  border-color: #ffe164 !important;
}
body:not(.home) .hero-section.overlay .btn.icon-arrow span:after {
  background-image: url(../images/img/icon-purple-arrow-right.png);
  right: 25px;
}
body:not(.home) .hero-section.overlay .btn.icon-arrow:hover span:after {
  background-image: url(../images/img/icon-arrow-right.png);
  right: 25px;
}
@media (max-width: 1000px) {
  body:not(.home) .hero-section .ribbon {
    width: 25%;
  }
  body:not(.home) .hero-section .ribbon + .container h2 {
    max-width: 650px;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  body:not(.home) .hero-section h2 {
    font-size: 6.8vw;
  }
  body:not(.home) .hero-section h1 + p {
    font-size: 4.3vw;
  }
}
@media (max-width: 650px) {
  body:not(.home) .hero-section .ribbon {
    width: 160px;
  }
}
@media (max-width: 500px) {
  body:not(.home) .hero-section h2 {
    font-size: 35px;
  }
  body:not(.home) .hero-section h1 + p {
    font-size: 20px;
  }
  body:not(.home) .hero-section .ribbon {
    width: 160px;
  }
}
@media (max-width: 430px) {
  body:not(.home) .hero-section.overlay .btn {
    display: block;
  }
  body:not(.home) .hero-section.overlay .btn {
    white-space: normal;
    text-align: left;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  body:not(.home) .hero-section.overlay .btn span {
    display: block;
    line-height: 1.5;
  }
}
.section-big-padding {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.intro-section {
  color: #fff;
}
.intro-section .emphasized {
  font-family: "nexa_slab_bold_regular", sans-serif;
  font-size: 36px;
  text-align: center;
}
@media (max-width: 650px) {
  .intro-section .emphasized {
    font-size: 5.6vw;
  }
  .section-big-padding {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (max-width: 430px) {
  .intro-section .emphasized {
    font-size: 25px;
  }
}
.bottom-divider {
  border-bottom: 1px solid #e3e7e9;
}
.rockstar.value-proposition {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -50px;
}
.rockstar.value-proposition .entry {
  width: 25%;
  text-align: center;
  padding: 0 20px;
  margin-top: 50px;
}
.rockstar.value-proposition .entry p {
  max-width: 285px;
  font-size: 19px;
  color: #404041;
  font-family: "gilroymedium", sans-serif;
  margin: 0 auto;
  margin-top: 50px;
}
.rockstar.value-proposition .entry .icon-wrap {
  height: 115px;
}
.rockstar.value-proposition .entry .icon-wrap .icon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1000px) {
  .rockstar.value-proposition {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .rockstar.value-proposition .entry {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .rockstar.value-proposition .entry {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .rockstar.value-proposition .entry {
    width: 100%;
  }
}
.rockstar.value-proposition-2 {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  margin-left: -38px;
  margin-right: -38px;
  margin-top: -38px;
}
.rockstar.value-proposition-2 .entry {
  width: 33.33%;
  text-align: center;
  padding: 0 38px;
  margin-top: 38px;
}
.rockstar.value-proposition-2 .entry .image-wrap {
  padding-top: 71%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 6px;
}
.rockstar.value-proposition-2 .entry p {
  font-family: "gilroymedium", sans-serif;
  font-size: 19px;
  color: #404041;
  margin-top: 40px;
}
@media (max-width: 1000px) {
  .rockstar.value-proposition-2 {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
  }
  .rockstar.value-proposition-2 .entry {
    padding: 0 15px;
    margin-top: 15px;
  }
}
@media (max-width: 800px) {
  .rockstar.value-proposition-2 {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -8px;
  }
  .rockstar.value-proposition-2 .entry {
    padding: 0 8px;
    margin-top: 8px;
  }
}
@media (max-width: 720px) {
  .rockstar.value-proposition-2 .entry {
    margin-top: 0;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
  }
  .rockstar.value-proposition-2 .entry p {
    margin-top: 35px;
  }
}
.two-fold ~ * {
  position: relative;
  z-index: 950;
}
.venue.value-proposition {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -16px;
}
.venue.value-proposition .entry {
  width: 25%;
  text-align: center;
  padding: 0 8px;
  margin-top: 16px;
}
.venue.value-proposition .entry .inner-wrap {
  height: 100%;
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
}
.venue.value-proposition .icon-wrap {
  height: 60px;
  margin-bottom: 12px;
}
.venue.value-proposition .entry .icon-wrap .icon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.venue.value-proposition .entry .title {
  color: #404041;
  font-size: 19px;
  font-family: "gilroybold", sans-serif;
  margin-bottom: 25px;
  line-height: 1.5;
}
.venue.value-proposition .entry p {
  width: 100%;
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-family: "open_sansregular", sans-serif;
  color: #404041;
}
.venue.value-proposition .entry .heading-wrap {
  margin-bottom: 25px;
}
@media (min-width: 1101px) {
  .venue.value-proposition .entry .heading-wrap {
    height: 56px;
    position: relative;
    vertical-align: middle;
  }
  .venue.value-proposition .entry .heading-wrap .title {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1100px) {
  .venue.value-proposition .entry {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .venue.value-proposition .entry {
    width: 100%;
  }
}
.venue.pricing-options .plan-listings .plan-entry .heading {
  padding-bottom: 25px;
}
.venue.pricing-options .plan-listings {
  margin-left: -8px;
  margin-right: -8px;
}
.venue.pricing-options .plan-listings .entry {
  padding: 0 8px;
}
.venue.pricing-options .plan-listings .btn {
  font-size: 15px;
  font-family: "gilroymedium", sans-serif;
  height: auto !important;
  padding: 12px 27px !important;
  width: auto;
}
.venue.pricing-options .plan-listings .bronze {
  color: #895f35;
}
.venue.pricing-options .plan-listings .silver {
  color: #5c7778;
}
.venue.pricing-options .plan-listings .gold {
  color: #ad830d;
}
.venue.pricing-options .plan-listings .rockstar {
  color: #6502b2;
}
.venue.pricing-options .plan-listings .casual {
  color: #6b6b6b;
}
.venue.pricing-options .plan-listings .fulltime {
  color: #e01471;
}
.venue.pricing-options .plan-listings .btn:hover {
  color: #fff;
}
.venue.pricing-options .plan-listings .selected {
  color: #fff;
}
.venue.pricing-options .plan-listings .bronze.selected {
  background-color: #895f35;
  border-color: #895f35;
}
.venue.pricing-options .plan-listings .silver.selected {
  background-color: #5c7778;
  border-color: #5c7778;
}
.venue.pricing-options .plan-listings .gold.selected {
  background-color: #ad830d;
  border-color: #ad830d;
}
.venue.pricing-options .plan-listings .bronze.btn:hover {
  background-color: #895f35;
  border-color: #895f35;
}
.venue.pricing-options .plan-listings .silver.btn:hover {
  background-color: #5c7778;
  border-color: #5c7778;
}
.venue.pricing-options .plan-listings .gold.btn:hover {
  background-color: #ad830d;
  border-color: #ad830d;
}
.plan-listings .plan-entry .heading.rockstar .title,
.venue.pricing-options .plan-listings .rockstar.btn:hover,
.venue.pricing-options .plan-listings .rockstar.selected {
  background-color: #6502b2;
  border-color: #6502b2;
}
.plan-listings .plan-entry .heading.casual .title,
.venue.pricing-options .plan-listings .casual.btn:hover,
.venue.pricing-options .plan-listings .casual.selected {
  background-color: #6b6b6b;
  border-color: #6b6b6b;
}
.plan-listings .plan-entry .heading.fulltime .title,
.venue.pricing-options .plan-listings .fulltime.btn:hover,
.venue.pricing-options .plan-listings .fulltime.selected {
  background-color: #e01471;
  border-color: #e01471;
}
.plan-listings.pay-as-you-go .inner-wrap.rockstar {
  background-color: #f7f3fa !important;
}
.plan-listings.pay-as-you-go .inner-wrap.casual {
  background-color: #f9f9fa !important;
}
.plan-listings.pay-as-you-go .inner-wrap.fulltime {
  background-color: #faf0f5 !important;
}
.plan-listings .plan-entry .heading.casual {
  background-color: #f9f9fa !important;
}
.plan-listings .plan-entry .heading.rockstar {
  background-color: #f7f3fa !important;
}
.plan-listings .plan-entry .heading.fulltime {
  background-color: #faf0f5 !important;
}

.plan-listings.pay-as-you-go .content p {
  font-size: 16px;
  font-family: "gilroymedium", sans-serif;
}
.plan-listings.pay-as-you-go .plan-entry .content {
  padding-left: 25px;
  padding-right: 25px;
}
.plan-listings.pay-as-you-go .rockstar .content {
  color: #634678;
}
.plan-listings.pay-as-you-go .casual .content {
  color: #656c72;
}
.plan-listings.v2.pay-as-you-go .content p {
  font-family: "gilroyregular", sans-serif;
}
.plan-listings.v2.pay-as-you-go .content p strong {
  font-family: "gilroymedium", sans-serif;
}
.plan-listings.pay-as-you-go .fulltime .content {
  color: #99285b;
}
.plan-listings.pay-as-you-go .heading {
  background-color: transparent !important;
  padding-bottom: 0px !important;
}
.pay-as-you-go .btn {
  background-color: #fff;
}
#cc-section.custom {
  padding: 0;
}
#cc-section.custom:not(.non-payg) .nav,
#cc-section.custom:not(.non-payg) form .row,
#cc-section.custom:not(.non-payg) form p,
#cc-section.custom:not(.non-payg) #voucher,
#cc-section.custom:not(.non-payg) .heading-wrap {
  display: none;
}
#cc-section.custom:not(.non-payg) .submit-wrap {
  display: block !important;
  margin-top: 40px;
}
#cc-section.custom:not(.non-payg) .tab-content {
  padding: 0;
  border: 0;
}
.pay-as-you-go + .btn-wrap {
  margin-top: 35px;
}
.pay-as-you-go + .btn-wrap .btn {
  padding: 12px 27px !important;
  width: 100%;
  max-width: 231px;
  font-size: 15px;
  height: auto !important;
}
.venue.pricing-options .plan-listings.subscription .content p {
  font-size: 24px;
  line-height: 1;
  font-family: "gilroysemibold", sans-serif;
}
.venue.pricing-options .plan-listings.subscription .content p * {
  vertical-align: middle;
}
.venue.pricing-options .plan-listings.subscription .content p span:first-child {
  font-size: 45px;
}
.venue.pricing-options .right h3 {
  font-family: "gilroybold", sans-serif;
  margin-bottom: 10px !important;
  margin-top: 0px !important;
}
.venue.pricing-options .right h3 span {
  display: block;
  font-size: 15px;
  color: #e01471;
  margin-top: 8px;
}
.venue.pricing-options .right p {
  font-family: "gilroyregular", sans-serif;
  font-size: 15px;
  color: #262626;
}
.venue.pricing-options.v2 .right p {
  margin-bottom: 10px;
  font-size: 14px;
}
.venue.pricing-options .right strong {
  font-family: "open_sansregular", sans-serif;
  font-weight: 700;
}
.venue .plan-listings .plan-entry .heading p:not(.price):last-child {
  line-height: 1.2;
}
.venue .plan-listings .plan-entry .heading p strong {
  font-family: "gilroymedium", sans-serif;
}
@media (min-width: 1251px) {
  .venue.pricing-options > div {
    padding-right: 335px;
    position: relative;
  }
  .venue.pricing-options:after {
    content: "";
    clear: both;
    display: block;
  }
  .venue.pricing-options .right {
    position: absolute;
    right: 0;
    width: 335px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .venue.pricing-options .right .inner-wrap {
    max-width: 315px;
    width: 100%;
    float: right;
    text-align: center;
  }
  .venue.pricing-options .right .narrow-wrap {
    max-width: 235px;
  }
}
@media (max-width: 1250px) {
  .venue.pricing-options .right br {
    content: " ";
  }
  .venue.pricing-options .right br:after {
    content: " ";
  }
  .venue.pricing-options .right {
    margin-bottom: 50px;
    text-align: center;
  }
  .venue.pricing-options .right .narrow-wrap {
    max-width: 550px;
  }
}
@media (max-width: 870px) {
  .plan-listings.pay-as-you-go .plan-entry .content {
    max-width: 400px;
    margin: 0 auto;
  }
}
p.emphasized {
  font-size: 22px;
  font-family: "gilroymedium", sans-serif;
}
.venue-1.form-wrap {
  margin-left: -10px;
  margin-right: -10px;
  max-width: unset !important;
  width: unset !important;
}
.venue-1.form-wrap:after {
  content: "";
  clear: both;
  display: block;
}
.venue-1.form-wrap .left,
.venue-1.form-wrap .right {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.venue-1.form-wrap .left .inner-wrap {
  max-width: 595px;
  margin: 0;
}
.venue-1.form-wrap .left .inner-wrap .form-control {
  background-color: #fff;
  font-family: "gilroyregular", sans-serif;
  font-size: 15px;
  color: #262626;
}
.venue-1.form-wrap .left .inner-wrap textarea.form-control {
  line-height: 1.8;
  height: 277px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.venue-1.form-wrap .left h2 {
  margin-bottom: 60px;
}
.venue-1.form-wrap .left form .row {
  margin-bottom: 25px;
}
.venue-1.form-wrap .custom-btn-wrap .col {
  padding-right: 227px;
  position: relative;
}
.venue-1.form-wrap .custom-btn-wrap button {
  height: 50px !important;
  padding: 0px !important;
  position: absolute !important;
  top: 0;
  right: 7px;
  margin: 0;
  max-width: 206px;
  width: 100% !important;
}
.action-list .entry {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  padding: 27px;
  padding-left: 125px;
  padding-right: 105px;
  color: #404041;
  margin-bottom: 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  min-height: 169px;
}
.action-list .entry:hover {
  border-color: #e3e7e9;
}
.action-list .entry .arrow {
  width: 20px;
  height: 13px;
  background-image: url(../images/img/icon-purple-arrow-right-hover-blk.png);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  margin-top: -6.5px;
  right: 30px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
.action-list .entry:not(:hover) .arrow {
  opacity: 0.3;
}
.action-list .entry .image {
  position: absolute;
  width: 115px;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
}
.action-list .entry .thumbnail {
  border-radius: 0;
  border: 0;
  padding: 0;
  max-width: 110px;
  background-color: transparent;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}
.action-list .entry p.title {
  font-size: 19px;
  font-family: "gilroybold", sans-serif;
  margin-bottom: 18px;
}
.action-list .entry p {
  font-size: 15px;
  font-family: "open_sansregular", sans-serif;
}
.action-list .entry p:last-of-type {
  margin-bottom: 0;
}
.action-list .entry p strong {
  font-family: "open_sansregular", sans-serif;
  font-weight: 700;
}
@media (min-width: 1151px) {
  .venue-1.form-wrap .right .inner-wrap {
    max-width: 515px;
    width: 100%;
    margin: 0 auto;
  }
  .venue-1.form-wrap .right .inner-wrap h3 {
    text-align: center;
  }
}
@media (max-width: 1150px) {
  .venue-1.form-wrap .left,
  .venue-1.form-wrap .right {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .venue-1.form-wrap .left {
    margin-bottom: 50px;
  }
  .venue-1.form-wrap .left h2 {
    text-align: center;
  }
  .venue-1.form-wrap .left .inner-wrap {
    max-width: 100%;
  }
  .content.staff-listings .profile-intro .entry-meta p.location + p.type {
    margin: 0 0;
    display: block;
  }
}
@media (max-width: 991px) {
  .venue-1.form-wrap .left form .row {
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .venue-1.form-wrap .custom-btn-wrap .col {
    padding-right: 0;
  }
  .venue-1.form-wrap .custom-btn-wrap button {
    position: relative !important;
    top: 0px !important;
    left: 0;
    margin-top: 25px;
    max-width: 100% !important;
  }
}
@media (max-width: 500px) {
  .action-list .entry {
    padding: 25px;
    text-align: center;
  }
  .action-list .entry .image {
    position: relative;
    height: 100px;
    width: 100%;
  }
  .action-list .entry .image .thumbnail {
    width: 100%;
    max-width: 100%;
  }
  .action-list .entry .arrow {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
.staff.value-proposition {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -50px;
  justify-content: center;
}
.staff.value-proposition .entry {
  width: 33.33%;
  text-align: center;
  padding: 0 8px;
  margin-top: 50px;
}
.staff.value-proposition .entry .inner-wrap {
  height: 100%;
  padding: 0 10px;
  border-radius: 6px;
  max-width: 350px;
  margin: 0 auto;
}
.staff.value-proposition .icon-wrap {
  height: 150px;
  margin-bottom: 12px;
}
.staff.value-proposition .entry .icon-wrap .icon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.staff.value-proposition .entry .title {
  color: #404041;
  font-size: 22px;
  font-family: "gilroybold", sans-serif;
  margin-bottom: 25px;
  line-height: 1.5;
}
.staff.value-proposition .entry p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-family: "open_sansregular", sans-serif;
  color: #404041;
}
@media (max-width: 870px) {
  .staff.value-proposition {
    margin-top: -30px;
  }
  .staff.value-proposition .entry {
    width: 50%;
    margin-top: 30px;
  }
  .staff.value-proposition .entry .inner-wrap {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .staff.value-proposition .entry {
    width: 100%;
  }
}
.staff.featured-venues {
  position: relative;
  padding-right: 445px;
}
.venue.staff.featured-venues {
  padding-right: 0;
}
.staff.featured-venues:after {
  content: "";
  clear: both;
  display: block;
}
.staff.featured-venues .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 445px;
  padding-left: 16px;
  height: 100%;
}
.staff.featured-venues .right .gray-block {
  background-color: #f9f9fa;
  height: 100%;
  padding: 25px;
}
.staff.featured-venues .right .gray-block h5 {
  margin-bottom: 15px;
  line-height: 1.4;
}
.staff.featured-venues .right .gray-block p {
  font-family: "open_sansregular", sans-serif;
  font-size: 15px;
  margin-bottom: 15px;
}
.staff.featured-venues .right .gray-block p strong {
  font-family: "open_sansregular", sans-serif;
  font-weight: 700;
}
.staff.featured-venues .right .gray-block .btn {
  padding: 10px 33px;
  font-size: 15px;
}
.staff.featured-venues .left h3 {
  padding-right: 115px;
}
@media (min-width: 1051px) {
  .staff.featured-venues .left {
    min-height: 245px;
  }
}
@media (max-width: 1050px) {
  .staff.featured-venues {
    padding-right: 0;
  }
  .staff.featured-venues .right {
    position: relative;
    padding-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .staff.featured-venues .right .gray-block br {
    content: " ";
  }
  .staff.featured-venues .right .gray-block br:after {
    content: " ";
  }
  .staff.featured-venues .right .gray-block .align {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
  }
}
.staff.featured-venues .featured-venues-listing .entry .logo {
  padding-top: 77.17%;
  border-radius: 6px;
  background-position: center center;
  background-size: cover;
}
.staff.featured-venues .featured-venues-listing .owl-nav {
  display: block !important;
}
.owl-carousel.flat-nav .owl-next,
.owl-carousel.flat-nav .owl-prev {
  background-color: transparent !important;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #f3f1f1;
  border-radius: 100%;
  position: relative;
}
.owl-carousel.flat-nav .owl-next:hover,
.owl-carousel.flat-nav .owl-prev:hover {
  border: 1px solid #bbb;
}
.owl-carousel.flat-nav .owl-nav i:before {
  font-size: 25px;
  color: #a3a3a3;
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  top: 50%;
  left: 0;
  margin-top: -22.5px;
  display: block;
}
.owl-carousel.flat-nav .owl-prev:hover i:before,
.owl-carousel.flat-nav .owl-next:hover i:before {
  color: #363636;
}
.owl-carousel.flat-nav .owl-next i:before {
  margin-left: 2px;
}
.owl-carousel.flat-nav .owl-prev i:before {
  margin-left: -2px;
}
.staff.featured-venues .featured-venues-listing .owl-nav {
  position: absolute;
  top: -90px;
  right: 0;
  margin-top: 0;
}
.staff.featured-venues .featured-venues-listing .owl-dots {
  display: none !important;
}
@media (max-width: 615px) {
  .staff.featured-venues .left h3 {
    padding-right: 0;
  }
  .staff.featured-venues .featured-venues-listing .owl-nav {
    position: relative;
    top: 0;
    margin-top: 15px;
  }
  .staff.featured-venues .right {
    margin-top: 15px;
  }
}
.popular-jobs-listing .entry {
  position: relative;
}
.popular-jobs-listing .entry .thumb {
  padding-top: 77.075%;
  border-radius: 6px;
  background-color: #e1e1e1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.popular-jobs-listing .entry > .role {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 10px;
  font-family: "gilroysemibold", sans-serif;
  font-size: 18px;
  color: #fff;
}
.popular-jobs-listing .owl-nav {
  position: absolute;
  top: -90px;
  right: 0;
  margin-top: 0;
}
.popular-jobs h3 {
  padding-right: 115px;
}
@media (max-width: 615px) {
  .popular-jobs h3 {
    padding-right: 0;
  }
  .popular-jobs-listing .owl-nav {
    position: relative;
    top: 0;
    margin-top: 15px;
  }
}
.button-link {
  padding-left: 115px;
  padding-right: 70px;
  background-color: #f9f9fa;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 100px;
  display: block;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #e3e7e9;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.button-link.no-icon {
  padding-left: 23px;
}
.button-link:hover {
  border: 1px solid #686868;
}
.button-link span {
  font-family: "gilroysemibold", sans-serif;
  font-size: 17px;
  color: #404041;
}
.button-link .icon {
  position: absolute;
  width: 115px;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.button-link:after {
  content: "";
  width: 20px;
  height: 13px;
  background-image: url(../images/img/icon-purple-arrow-right-hover-blk.png);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  margin-top: -6.5px;
  right: 25px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  opacity: 0.9;
}
.button-link:hover:after {
  opacity: 1;
}
.archive-listings:after {
  content: "";
  clear: both;
  display: block;
}
.archive-listings {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -15px;
  position: relative;
}
.archive-listings .entry {
  width: 33.33%;
  float: left;
  padding: 0 8px;
  margin-top: 15px;
}
.archive-listings .entry .inner-wrap {
  border-radius: 5px;
  border: 1px solid #e3e7e9;
}
.archive-listings .entry .thumb-wrap {
  padding-top: 50%;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.archive-listings .entry .thumb-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 214, 113, 0.3);
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.archive-listings .entry .inner-wrap:hover .thumb-wrap:before {
  opacity: 1;
}
.archive-listings .entry .thumbnail {
  padding-top: 50%;
  display: block;
  border: 0px !important;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin: 0;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.archive-listings .entry .content {
  padding: 20px 23px 23px;
  border-top: 1px solid #e3e7e9;
}
.archive-listings .entry .date-time {
  font-size: 14px;
  font-family: "gilroybold", sans-serif;
  color: #818181;
  margin-bottom: 18px;
  display: block;
}
.archive-listings .entry .title {
  color: #404041;
  font-family: "gilroybold", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}
.archive-listings .entry p {
  font-size: 15px;
  margin-bottom: 25px;
}
.archive-listings .entry .btn {
  padding: 12px 20px;
  font-size: 15px;
}
.archive-listings .entry .price {
  font-size: 25px;
  font-family: "gilroybold", sans-serif;
  color: #404041;
  vertical-align: middle;
  float: right;
  margin-right: 15px;
  margin-top: 6px;
}
.archive-listings + .btn-wrap {
  margin-top: 40px;
  text-align: center;
}
.archive-listings + .pagination-wrap {
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 1020px) {
  .archive-listings {
  }
  .archive-listings .entry {
    width: 50%;
  }
}
@media (min-width: 751px) {
  .archive-listings {
    overflow: hidden;
  }
  .archive-listings .entry {
    position: relative;
  }
  .archive-listings .inner-wrap {
    padding-bottom: 69px;
    padding-bottom: 10px;
  }
  body:not(.home) .archive-listings .entry .inner-wrap {
    padding-bottom: 69px;
  }
  .archive-listings .entry .content {
    position: relative;
  }
  .archive-listings .entry .btn-wrap {
    position: absolute;
    width: 100%;
    padding: 0 8px;
    margin-left: -9px;
    bottom: 0;
  }
  .archive-listings .entry .btn-wrap .align {
    padding: 0 23px;
    padding-bottom: 23px;
    text-align: left;
  }
  .archive-listings {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .archive-listings .entry {
    float: none;
  }
  .archive-listings .entry .inner-wrap {
    height: 100%;
  }
}
@media (max-width: 750px) {
  .archive-listings .entry {
    width: 100%;
  }
  .archive-listings .entry .content,
  .archive-listings .entry .btn-wrap {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 23px 23px;
  }
  .archive-listings .entry .btn-wrap {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .archive-listings .entry .price {
    margin-right: 0;
  }
}
.archive-pagination {
  text-align: center;
  margin-top: 25px;
}
.archive-pagination li {
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
}
.archive-pagination li a {
  text-decoration: none !important;
  border-bottom: none !important;
  padding: 5px;
  font-family: "open_sansregular", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #404145 !important;
}
.archive-pagination li a:hover {
  color: #e5cb5b !important;
}
.archive-pagination li span {
  width: 20px;
  height: 16px;
  display: inline-block;
  position: relative;
  /*top: 1px*/
}
.archive-pagination li a span {
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
}
.archive-pagination li span.prev {
  background-image: url(../images/img/pagination-prev.png);
}
.archive-pagination li span.next {
  background-image: url(../images/img/pagination-next.png);
}
.archive-pagination li a:hover span.prev {
  background-image: url(../images/img/pagination-prev-hover.png);
}
.archive-pagination li a:hover span.next {
  background-image: url(../images/img/pagination-next-hover.png);
}
.archive-pagination li {
  display: inline-block;
}
/*@media (max-width: 500px) {*/
/*  .archive-pagination li:not(:first-child):not(:last-child) {*/
/*    display: none*/
/*  }*/
/*}*/
body:not(.home) .form-wrap {
  max-width: 315px;
  width: 100%;
}
body:not(.home) .filter-wrap.multiple:after {
  content: "";
  clear: both;
  display: block;
}
body:not(.home) .filter-wrap.multiple .form-wrap {
  float: left;
}
body:not(.home) .form-wrap + .form-wrap {
  margin-left: 15px;
}
@media (max-width: 750px) {
  body:not(.home) .form-wrap {
    width: 100%;
    max-width: 100%;
    margin-left: 0px !important;
  }
}
.online-training-listings {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.online-training-listings .left,
.online-training-listings .right {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.online-training-listings .left {
  width: 33%;
  float: left;
}
.online-training-listings .right {
  width: 67%;
  float: right;
}
/*body .online-training-listings .left .entry:first-child .video-thumbnail .bg-wrap {
  padding-top: 50%
}*/
body:not(.home) .online-training-listings .video-thumbnail:after {
  background-color: rgba(64, 64, 65, 0.6);
}
body:not(.home) .online-training-listings .video-thumbnail:hover:after {
  background-color: rgba(64, 64, 65, 0.4);
}
/*body .online-training-listings .left .entry:first-child .content .title {
  font-size: 18px;
  font-family: 'gilroybold', sans-serif;
  color: #e01471;
  margin: 10px 0;
  display: block
}*/
/*body .online-training-listings .entry:first-child .content .title:hover {
  color: #e5cb5b
}
body .online-training-listings .left .entry:first-child .content p {
  font-size: 14px;
  font-family: 'open_sansregular', sans-serif;
  color: #262626
}*/
body .online-training-listings .training {
  border-top: 1px solid #e3e7e9;
}
body .online-training-listings .entry:last-child {
  border-bottom: 0;
}
body .online-training-listings .right .training,
body .online-training-listings .entry .training {
  padding: 30px 10px;
  padding-left: 220px;
  min-height: 166px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
}
body .online-training-listings .right .training .video-thumbnail,
body .online-training-listings .entry .video-thumbnail {
  position: absolute;
  left: 9px;
  top: 50%;
  text-align: center;
  width: 200px;
  height: 103px;
  margin-top: -51.5px;
}
body .online-training-listings .right .training .video-thumbnail .bg-wrap,
body .online-training-listings .entry .video-thumbnail .bg-wrap {
  width: 100%;
  height: 100%;
  padding-top: 0;
  background-size: cover;
}
body .online-training-listings .right .training .video-thumbnail:after,
body .online-training-listings .entry .video-thumbnail:after {
  background-image: url(../images/img/icon-play-small.png);
}
body .online-training-listings .right .training .title,
body .online-training-listings .entry .title {
  font-size: 16px;
  font-family: "gilroysemibold", sans-serif;
  color: #262626;
  margin-bottom: 5px;
  display: block;
}
body .online-training-listings .entry .title:hover {
  color: #e5cb5b;
}
body .online-training-listings .training .entry-meta .author {
  color: #e01471;
}
body .online-training-listings .right .training .entry-meta,
body .online-training-listings .entry .entry-meta {
  font-size: 14px;
  font-family: "gilroymedium", sans-serif;
  color: #404041;
}
body .online-training-listings .right .training .entry-meta .author,
body .online-training-listings .entry .entry-meta .author {
  color: #e01471;
}
body .online-training-listings + .btn-wrap {
  margin-top: 25px;
  text-align: center;
}
body .online-training-listings + .btn-wrap .btn {
  font-size: 15px;
}
body .online-training-listings .right .inner-wrap {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
}
body .online-training-listings .right .entry {
  width: 50%;
}
/*body .online-training-listings .left .entry:first-child .training {
  padding: 0;
  padding-bottom: 11px
}*/
@media (min-width: 1251px) {
  .online-training-listings {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
  }
}
@media (max-width: 1250px) {
  .online-training-listings .left,
  .online-training-listings .right {
    width: 100%;
  }
  .online-training-listings .left .entry {
    width: 50%;
    float: left;
  }
  /*  body .online-training-listings .left .entry:first-child .training {
    padding-left: 10px;
    padding-right: 10px
  }
  body .online-training-listings .left .entry:not(:first-child) {
    position: relative
  }*/
}
@media (max-width: 1050px) {
  body .online-training-listings .training {
  }
  body:not(.home) .main-content .right h3:first-child {
    margin-top: 50px;
  }
}
@media (min-width: 911px) {
  /*body .online-training-listings .left .entry:first-child .content {
    min-height: 99px
  }
  body .online-training-listings .left .entry:first-child .training {
    border-top: 0
  }*/
  body .online-training-listings .right .entry {
    position: relative;
  }
  body .online-training-listings .right .entry:before,
  body .online-training-listings .right .entry:after {
    content: "";
    display: block;
    width: 7.5px;
    height: 105%;
    background-color: white;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 99;
    pointer-events: none;
  }
  body .online-training-listings .right .entry:after {
    left: 100%;
    margin-left: -7.5px;
  }
  body .online-training-listings:after {
    content: "";
    clear: both;
    display: block;
  }
}
@media (max-width: 910px) {
  .online-training-listings .left,
  .online-training-listings .right,
  .online-training-listings .entry {
    width: 100% !important;
  }
  /*  body .online-training-listings .left .entry:first-child .content .title {
    margin: 20px 0
  }
  body .online-training-listings .left .entry:first-child .training {
    padding-bottom: 0
  }
  body .online-training-listings .left .entry:first-child .content {
    padding-bottom: 30px
  }
  body .online-training-listings .left .entry:first-child .training {
    padding-left: 0;
    padding-right: 0
  }
  body .online-training-listings .left .entry:first-child .content {
    padding-left: 10px;
    padding-right: 10px
  }*/
}
@media (max-width: 415px) {
  body .online-training-listings .right .training,
  body .online-training-listings .entry .training {
    padding-left: 0;
    padding-right: 0;
  }
  body .online-training-listings .right .training .video-thumbnail,
  body .online-training-listings .entry .video-thumbnail {
    position: relative;
    top: 0;
    margin: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  body .online-training-listings .right .training .video-thumbnail .bg-wrap,
  body .online-training-listings .entry .video-thumbnail .bg-wrap {
    padding-top: 50%;
  }
  body .online-training-listings .right .training .content,
  body .online-training-listings .entry .content {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
}
.cta-box {
  padding: 30px;
  background-color: #f9f9fb;
  margin-bottom: 20px;
  position: relative;
}
.main-content .cta-box h5 {
  margin: 0px !important;
}
@media (max-width: 650px) {
  .cta-box h5 br {
    content: " ";
  }
  .cta-box h5 br:after {
    content: " ";
  }
}
@media (min-width: 601px) {
  .cta-box {
    padding-right: 250px;
  }
  .cta-box .btn {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -21px !important;
    min-height: 43px;
    line-height: 43px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .cta-box {
    text-align: center;
  }
  .cta-box .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
    white-space: initial;
    margin-top: 20px !important;
  }
}
@media (max-width: 1380px) {
  #hero-video-iframe.loaded {
    background-color: #232323;
  }
  #hero-video-iframe {
    width: 116%;
  }
}
.two-fold.full-bg-video .bg-video-wrap {
  margin: 0;
}
.two-fold.full-bg-video .bg-video-wrap:before,
.two-fold.full-bg-video .bg-video-wrap:after {
  display: none;
}
.relative {
  position: relative;
}
@media (min-width: 1201px) {
  .two-fold.full-bg-video {
    position: unset;
    overflow: hidden;
  }
  .two-fold.full-bg-video .bg-video-wrap {
    position: absolute;
    padding: 0;
    right: 0;
    top: 0;
    margin: 0;
    background-color: transparent;
    width: 1375px;
    width: 100%;
    height: 760px;
    pointer-events: none;
  }
  .two-fold.full-bg-video .inner-wrap {
    position: unset;
    position: relative;
    max-width: 1375px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
    margin: 0 auto;
    float: none;
  }
  .two-fold.full-bg-video .inner-wrap .bg-video {
    width: 100%;
    height: 100%;
    right: 0;
    position: absolute;
    background-color: transparent;
  }
  .two-fold.full-bg-video .inner-wrap .bg-video .spacer {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
  }
  .two-fold.full-bg-video .inner-wrap .bg-video .video-wrap {
    padding-top: 100%;
    padding-top: 56.25%;
  }
  .two-fold.full-bg-video .inner-wrap .bg-video .video-wrap .align {
    position: absolute;
    top: 0;
    left: 63%;
    width: 100%;
    height: 100%;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .two-fold.full-bg-video .inner-wrap .bg-video .video-wrap iframe {
    width: 100%;
    height: 100%;
    margin-left: -50%;
  }
  .two-fold.full-bg-video .right {
    z-index: 0;
  }
  .two-fold.full-bg-video .left {
    position: relative;
    z-index: 100;
    background-color: #fff;
  }
  .two-fold.full-bg-video .left:before {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 1000px;
    position: absolute;
    left: -50%;
    top: -100px;
    margin-left: 0;
    z-index: -1;
    pointer-events: none;
  }
  .two-fold.full-bg-video .left:after {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 1000px;
    position: absolute;
    top: -100px;
    left: 10px;
    margin-left: 0;
    z-index: -1;
    pointer-events: none;
  }
}
.main-content .owl-carousel.no-nav .owl-nav {
  display: none !important;
}
.ui-tooltip.ui-widget {
  background-color: rgba(0, 0, 0, 0.7);
  border: 0;
  color: #fff;
  font-size: 12px;
  font-family: "open_sansregular", sans-serif;
}
.left-sidebar {
  position: relative;
}
.left-sidebar:after {
  content: "";
  clear: both;
  display: block;
}
.left-sidebar .sidebar-menu {
  padding: 0 30px;
}
.left-sidebar .sidebar-menu a {
  border: 1px solid #e3e7e9 !important;
  border-radius: 6px !important;
  background-color: #fff;
  font-size: 15px;
  font-family: "gilroysemibold";
  color: #404041 !important;
  max-width: 300px;
  width: 100%;
  display: block;
  padding: 15px;
  text-align: center;
}
.left-sidebar .sidebar-menu li a:hover {
  background-color: #404041 !important;
  color: #ffffff !important;
}
.left-sidebar .sidebar-menu li.current a {
  background-color: #e01471;
  border-color: #e01471 !important;
  color: #ffffff !important;
  pointer-events: none;
}
@media (min-width: 951px) {
  .left-sidebar .sidebar {
    position: absolute;
    left: 30px;
    top: 0;
    padding-top: 60px;
    max-width: 333px;
    width: 100%;
    background-color: #f9f9fa;
    z-index: 100 !important;
  }
  .left-sidebar .sidebar.narrow {
    max-width: 265px;
  }
  .left-sidebar .sidebar .inner-wrap {
    position: relative;
    z-index: 100;
  }
  .left-sidebar .sidebar + .content {
    padding-left: 333px;
  }
  .left-sidebar .sidebar.narrow + .content {
    padding-left: 315px;
  }
  .left-sidebar .sidebar:before {
    content: "";
    display: block;
    position: absolute;
    width: 9999px;
    height: 99999px;
    right: 0;
    top: 0;
    background-color: #f9f9fa;
    margin-left: 0;
    z-index: 0;
    pointer-events: none;
  }
}
@media (max-width: 950px) {
  .left-sidebar .sidebar.narrow {
    background-color: #f9f9fa;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: -60px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 50px;
  }
  .container.left-sidebar .sidebar.narrow .sidebar-menu {
    padding: 0 30px;
    text-align: center;
    top: -4px;
    position: relative;
  }
  .left-sidebar .sidebar.narrow .sidebar-menu:after {
    content: "";
    clear: both;
    display: block;
  }
  .left-sidebar .sidebar.narrow .sidebar-menu li {
    display: inline-block;
  }
}
@media (max-width: 550px) {
  .left-sidebar .sidebar.narrow .sidebar-menu a {
    padding: 7px 10px;
  }
}
.left-sidebar .content p:not(.emphasized),
.left-sidebar .content ul li {
  font-family: "open_sansregular", sans-serif;
}
.left-sidebar .content h3 {
  margin-bottom: 30px !important;
}
.two-col.outlined {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  border-radius: 6px;
  border: 1px solid #e3e7e9;
}
.two-col.outlined .col {
  padding: 33px;
  width: 50%;
}
.two-col.outlined .col:first-child {
  border-right: 1px solid #e3e7e9;
}
.float-right {
  float: right;
  margin-left: 40px;
  margin-bottom: 30px;
}
.emphasized.italicized {
  font-size: 21px;
  color: #ba8829;
  font-family: "NexaSlabRegularItalic", serif;
}
@media (max-width: 1160px) {
  .two-col.outlined .col {
    width: 100%;
    border-right: 0px !important;
  }
  .two-col.outlined .col:first-child {
    border-bottom: 1px solid #e3e7e9;
  }
  .left-sidebar .float-right {
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.profile-progress {
  border-radius: 6px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
}
.profile-progress > * {
  padding: 30px;
}
.profile-progress .title {
  font-size: 20px !important;
  font-family: "gilroybold", serif !important;
  color: #404041;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.profile-progress .title + div {
  border-bottom: 1px solid #e9e9e9;
}
.profile-progress ul li {
  position: relative;
  display: block;
}
.profile-progress ul > li > span {
  display: block;
  padding: 13px 10px;
  padding-left: 40px;
  padding-right: 35px;
  font-family: "ralewaysemibold", sans-serif;
  font-size: 16px;
  color: #1a1a1a;
}
.profile-progress ul li .btn-edit {
  width: 45px;
  height: 45px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22.5px;
  margin-right: -10px;
  background-image: url(../images/img/icon-edit.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.profile-progress ul li .btn-edit:hover {
  background-color: #fff6de;
  border-radius: 100%;
}
.profile-progress ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #b4b0b0;
}
.profile-progress ul li.complete:after {
  content: "\f00c";
  font-family: "fontawesome", sans-serif;
  font-size: 13px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #a5c75d;
  border-color: #a5c75d;
}
.profile-progress > div:last-child {
  text-align: center;
}
.profile-progress > div:last-child p {
  font-family: "ralewaysemibold", sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.profile-progress .progress-bar {
  height: 6px;
  background-color: #e8e8e8;
  display: block;
  width: 100%;
  border-color: transparent;
  box-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  float: none;
  position: relative;
}
.profile-progress .progress-bar span {
  background-color: #a5c75d;
  display: block;
  height: 100%;
}
.sidebar .inner-wrap > * {
  margin-bottom: 25px;
}
.sidebar .grey-block {
  background-color: #3c3c3b;
  padding: 30px;
  border-radius: 6px;
}
.sidebar .grey-block * {
  color: #fff;
}
.left-sidebar .sidebar h5 {
  font-size: 22px !important;
}
.sidebar .grey-block p {
  font-size: 17px;
  font-family: "gilroyregular", sans-serif;
}
.sidebar .grey-block .btn {
  padding: 13px 27px;
  font-size: 16px;
  font-family: "gilroysemibold", sans-serif;
}
.sidebar .grey-block .btn:not(:hover) {
  background-color: #ffffff !important;
}
@media (min-width: 951px) {
  .left-sidebar .sidebar:not(.narrow) {
    padding-right: 15px;
  }
  .profile-progress .title + div {
    display: block !important;
  }
}
@media (max-width: 950px) {
  .left-sidebar .sidebar {
    margin-bottom: 25px;
  }
  .profile-progress .title {
    position: relative;
    cursor: pointer;
    transition: background-color 0.1s ease-in-out;
    -webkit-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    -ms-transition: background-color 0.1s ease-in-out;
  }
  .profile-progress .title:hover {
    background-color: #fbf9f5;
  }
  .profile-progress .title i {
    display: inline-block !important;
    font-size: 30px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    margin-top: -20px;
    right: 30px;
  }
  .profile-progress .title + div {
    display: none;
  }
  .sidebar .grey-block {
    text-align: center;
  }
}
.left-sidebar .purple-block {
  margin-bottom: 20px !important;
}
.white-block {
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #e9e9e9;
}
.white-block .sub-section {
  margin-left: -30px;
  margin-right: -30px;
  padding: 40px 30px;
  border-bottom: 1px solid #e9e9e9;
}
.white-block .sub-section:first-child {
  padding-top: 0;
}
.white-block .sub-section:last-child {
  padding-bottom: 20px;
  border-bottom: 0;
}
.profile-intro {
  padding-left: 240px;
  position: relative;
}
@media (min-width: 1151px) {
  .staff-listings .white-block .profile-intro {
    padding-left: 200px;
  }
}
@media screen and (min-width: 801px) and (max-width: 950px) {
  .staff-listings .white-block .profile-intro {
    padding-left: 200px;
  }
}
.profile-intro .profile-picture {
  width: 209px;
  height: 209px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 701px) {
  .staff-listings .white-block .profile-intro .profile-picture {
    width: 170px;
    height: 170px;
  }
}
.profile-intro h3.name {
  font-size: 26px !important;
  font-family: "gilroybold", sans-serif !important;
  margin-bottom: 10px !important;
}
.profile-intro .name + p {
  font-size: 16px;
  font-family: "ralewaymedium", sans-serif;
  color: #959595;
  margin-bottom: 20px;
}
.profile-intro p {
  font-size: 15px;
  font-family: "open_sansregular", sans-serif;
  color: #262626;
  margin-bottom: 20px;
}
.profile-intro .head {
  margin-bottom: 20px;
}
.profile-intro .location,
.profile-intro .type {
  font-size: 16px;
  font-family: "gilroyregular", sans-serif;
  color: #3c3c3b;
  padding-left: 25px;
  position: relative;
}
.profile-intro .location i,
.profile-intro .type i {
  position: absolute;
  font-size: 23px;
  left: 0;
  top: 1px;
  color: #ba8829;
}
.profile-intro .location strong {
  font-family: "gilroysemibold", sans-serif;
}
.profile-intro .rating-box {
  margin-top: -4px;
}
.rating-box {
  margin-left: -5px;
  margin-right: -5px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.rating-box .fa {
  font-size: 20px;
  color: #d9d2c4;
  margin: 0 5px;
  float: left;
}
.rating-box + * {
  margin-left: 10px;
}
.rating-box .fa {
  color: #f9d849;
}
.rating-info {
  font-size: 16px;
  font-family: "gilroyregular", sans-serif;
  color: #3c3c3b;
}
.rating-info strong,
.rating-info a {
  font-family: "gilroysemibold", sans-serif;
}
.profile-intro .btn {
  padding: 8px 20px;
  font-size: 15px;
  /*min-width: 165px*/
}
.profile-intro .btn.black {
  border-color: #3c3c3b;
  background-color: #3c3c3b;
  color: #fff;
}
.profile-intro .btn.black:hover {
  border-color: #ffe164;
  background-color: #ffe164;
  color: #404041;
}
.profile-intro .btn-wrap {
  margin-top: 20px;
  margin-left: -8px;
  margin-right: -8px;
}
.profile-intro .btn-wrap .btn {
  margin: 8px;
  margin-bottom: 0;
}
.btn.outlined-purple {
  background-color: #fbf8fe;
  border-color: #cfacea;
  color: #6502b2;
}
.btn.outlined-purple:hover {
  background-color: #6502b2;
  border-color: #6502b2;
  color: #fff;
}
@media screen and (min-width: 951px) and (max-width: 1150px) {
  .profile-intro {
    padding-left: 0;
  }
  .profile-intro .profile-picture {
    margin-bottom: 20px;
    margin-right: 20px;
    width: 180px;
    height: 180px;
  }
  .profile-intro .head {
    min-height: 180px;
    padding-left: 200px;
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .profile-intro {
    padding-left: 0;
  }
  .profile-intro .profile-picture {
    margin-right: 20px;
    width: 180px;
    height: 180px;
  }
  .profile-intro .head {
    min-height: 180px;
    padding-left: 200px;
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .profile-intro .profile-picture {
    position: relative;
    width: 130px;
    height: 130px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
  }
  .profile-intro .head {
    padding-left: 0;
    min-height: unset;
  }
}
@media (max-width: 500px) {
  .profile-intro .btn-wrap .btn {
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .profile-intro .profile-picture {
    float: none;
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.content.profile .white-block .row {
  margin: 0;
}
.content.profile .white-block .row .one-half {
  width: 50%;
  float: left;
}
.content.profile .white-block h5 {
  padding-left: 53px;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.4;
}
.content.profile .white-block h5 i {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left center;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
.content.profile .white-block ul li {
  position: relative;
  padding-left: 53px;
}
.content.profile .white-block ul.bullet-list li,
.content.profile .white-block ul.check-list li {
  margin-bottom: 25px;
}
.content.profile .white-block ul.bullet-list.v3 li {
  margin-bottom: 10px;
}
.content.profile .white-block ul.bullet-list li p,
.content.profile .white-block ul.check-list li p {
  font-family: "gilroyregular", sans-serif;
}
.content.profile .white-block ul.bullet-list li:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  background-image: url(../images/img/icon-bullet.png);
  background-repeat: no-repeat;
  background-position: left center;
  left: 0;
  top: -3px;
}
.content.profile .white-block ul li,
.content.profile .white-block ul li p {
  font-size: 17px;
  font-family: "gilroymedium", sans-serif;
  color: #3c3c3b;
}
.content.profile
  .white-block
  ul:not(.check-list):not(.bullet-list):not(.history-list):not(.availability-list):not(.bordered-list)
  li {
  margin-bottom: 10px;
}
.content.profile .white-block ul li strong {
  font-family: "gilroysemibold", sans-serif;
}
.content.profile .white-block ul li h6 {
  font-size: 20px;
  margin-bottom: 5px;
}
.content.profile .white-block ul.check-list li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url(../images/img/icon-yellow-check.png);
  background-repeat: no-repeat;
  background-position: left center;
  left: 0;
  top: 3px;
}
.history-list li {
  border-radius: 6px;
  border: 1px solid #e9e9e9;
  border-left: 6px solid #ffe164;
  margin-bottom: 15px;
  padding: 0px !important;
}
.history-list li > div {
  padding: 24px 30px;
  border-bottom: 1px solid #e9e9e9;
}
.history-list li > div:last-child {
  border-bottom: 0;
}
.history-list li .head .location {
  margin-left: 30px;
  padding-left: 24px;
  position: relative;
}
.history-list li .head .location i {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 24px;
}
.history-list li .head .location {
  font-size: 18px;
  font-family: "gilroyregular", sans-serif;
  color: #3c3c3b;
}
.history-list .role-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.history-list .role-list .role {
  margin: 20px;
  margin-bottom: 0px !important;
}
.history-list .role-list .role h6 {
  font-size: 19px !important;
  font-family: "gilroysemibold", sans-serif;
  color: #ba8829;
}
.history-list .role-list .role h6 + p {
  font-size: 17px !important;
  font-family: "gilroyregular", sans-serif !important;
}
.history-list li .excerpt {
  font-family: "open_sansregular", sans-serif !important;
  font-size: 15px !important;
  color: #706c65 !important;
}
.availability-list li {
  padding: 10px 0;
}
.availability-list li span {
  padding-left: 35px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "gilroyregular", sans-serif;
  color: #3c3c3b;
}
.availability-list li span:last-child {
  margin-right: 0;
}
.availability-list li span.day {
  padding: 0;
  font-size: 18px;
  font-family: "gilroysemibold", sans-serif;
  color: #3c3c3b;
}
.availability-list li span:not(.day):before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url(../images/img/icon-yellow-check.png);
  background-repeat: no-repeat;
  background-position: left center;
  left: 0;
  top: 3px;
}
.availability-list li span.na:before {
  background-image: none;
  width: 19px;
  height: 19px;
  background-color: #cfcfcf;
  border-radius: 100%;
}
.add-qualification-list li .company {
  color: #999999 !important;
}
.bordered-list li h5 {
  padding-left: 0px !important;
  margin-bottom: 5px !important;
}
.bordered-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  margin-left: -20px;
}
.bordered-list li {
  width: 50%;
}
.bordered-list li .inner-wrap {
  padding-left: 20px;
  border-left: 4px solid #ffe164;
  height: 100%;
}
.bordered-list li h5 {
  font-family: "gilroysemibold", sans-serif;
  font-size: 20px;
}
.bordered-list li p {
  font-size: 17px;
  font-family: "gilroyregular", sans-serif !important;
}
@media screen and (max-width: 1360px) and (min-width: 1151px) {
  .availability-list li span.day {
    display: block;
  }
  .availability-list li span {
    width: 100%;
  }
}
@media screen and (max-width: 950px) and (min-width: 751px) {
  .availability-list li span.day {
    display: block;
  }
  .availability-list li span {
    width: 100%;
  }
}
@media (max-width: 585px) {
  .availability-list li span.day,
  .content.profile .white-block ul li .company {
    display: block;
  }
  .availability-list li span {
    width: 100%;
  }
}
@media screen and (max-width: 1150px) and (min-width: 951px) {
  .content.profile .white-block .row .one-half,
  .bordered-list li {
    width: 100%;
  }
  .content.profile .white-block .row .one-half:first-child {
    margin-bottom: 40px;
  }
  .bordered-list li {
    margin-bottom: 20px;
  }
  .content.profile .white-block ul:not(.check-list):not(.bullet-list) li {
    padding-left: 0;
  }
  .bordered-list {
    margin-left: 0;
  }
  .history-list li .head .location {
    margin-left: 0;
    margin-top: 15px;
  }
  .content.profile .white-block ul li h6 .info {
    margin-left: 0px !important;
    margin-top: 10px;
  }
  .history-list li .head .location,
  .history-list .role-list .role,
  .content.profile .white-block ul li h6 .info {
    width: 100%;
    display: block;
  }
}
@media (max-width: 750px) {
  .content.profile .white-block .row .one-half,
  .bordered-list li {
    width: 100%;
  }
  .content.profile .white-block .row .one-half:first-child {
    margin-bottom: 40px;
  }
  .bordered-list li {
    margin-bottom: 20px;
  }
  .content.profile .white-block ul:not(.check-list):not(.bullet-list) li {
    padding-left: 0;
  }
  .bordered-list {
    margin-left: 0;
  }
  .history-list li .head .location {
    margin-left: 0;
    margin-top: 15px;
  }
  .content.profile .white-block ul li h6 .info {
    margin-left: 0px !important;
    margin-top: 10px;
  }
  .history-list li .head .location,
  .history-list .role-list .role,
  .content.profile .white-block ul li h6 .info {
    width: 100%;
    display: block;
  }
}
@media (max-width: 720px) {
  .profile-intro .rating-box {
    display: block !important;
    margin-bottom: 10px;
  }
  .profile-intro .rating-box:after {
    content: "";
    clear: both;
    display: block;
  }
  .rating-box + * {
    margin-left: 0;
  }
}
.inline-heading {
  margin-bottom: 20px !important;
  display: block;
}
.inline-heading * {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px !important;
}
.inline-heading a {
  color: #929292;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #929292;
  font-family: "gilroymedium", sans-serif;
  font-size: 15px;
}
.inline-heading a:hover {
  color: #e5cb5b;
  border-color: #e5cb5b;
}
.inline-heading .float-right {
  float: right;
}
.notice-block {
  padding: 25px 30px;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
}
.notice-block.red {
  background-color: #fff8f8;
  border-color: #f9757d;
}
.notice-block.red * {
  color: #7f686f;
}
.notice-block.red .title {
  color: #f95862;
}
.notice-block * {
  font-size: 15px;
  font-family: "gilroyregular", sans-serif;
}
.notice-block .title {
  font-family: "gilroysemibold", sans-serif !important;
}
.notice-block p {
  margin-bottom: 20px;
}
.profile.content .grey-block {
  background-color: #f7f7f7;
  padding: 40px 40px;
}
.profile.content .grey-block p {
  font-size: 16px;
  font-family: "gilroyregular", sans-serif;
  line-height: 1.7 !important;
}
.profile.content .grey-block strong {
  font-family: "gilroysemibold", sans-serif;
}
.profile.content .grey-block p a {
  font-family: "gilroymedium", sans-serif;
}
.content.profile .white-block ul.bullet-list.v3 li:before {
  width: 7px;
  height: 7px;
  background: none;
  background-color: #e3e7e9 !important;
  border-radius: 100%;
  border: 0;
  left: 19px;
  top: 8px;
}
.content.profile .white-block ul.bullet-list.v3 li h6 {
  display: inline;
}
.content.profile .white-block ul.bullet-list.v3 li p {
  display: inline;
  margin-left: 5px;
}
.content.profile .white-block ul li h6 .info {
  margin-left: 20px;
}
.content.profile .white-block ul li h6 .info {
  font-family: "gilroyregular", sans-serif;
  font-size: 18px;
}
.content.profile .white-block ul li h6 .info.question * {
  font-family: "gilroysemibold", sans-serif;
  color: #419adf;
  border-bottom: 1px solid #8cbce9;
  line-height: 1 !important;
  display: inline-block;
}
.content.profile .white-block ul li h6 .info.warning span {
  font-size: 16px;
  color: #f95862;
  border-bottom: 1px solid #fbadb1;
  line-height: 0.9;
  display: inline-block;
  font-family: "gilroysemibold", sans-serif;
}
.content.profile .white-block ul li h6 .info.warning {
  padding-left: 32px;
  position: relative;
  display: inline-block;
}
.content.profile .white-block ul li h6 .info.warning:before {
  content: "";
  display: block;
  position: absolute !important;
  width: 18px;
  height: 18px;
  background-position: center center;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background-image: url(../images/img/icon-warning.png);
  background-repeat: no-repeat;
}
.profile-intro ~ .notice-block {
  margin-top: 30px;
  position: relative;
}
.notice-block .img-text-box {
  padding-left: 230px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.notice-block .img-text-box .img-wrap {
  width: 270px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
  text-align: center;
}
.notice-block .img-text-box .img-wrap .image {
  max-width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.notice-block .img-text-box .text .heading {
  font-size: 20px;
  font-family: "gilroyextrabold", sans-serif;
  color: #623996;
  margin-bottom: 10px;
}
.notice-block .img-text-box .text p {
  font-size: 17px;
  font-family: "gilroyregular", sans-serif;
  color: #3c3c3b;
}
@media screen and (min-width: 951px) and (max-width: 1050px) {
  .notice-block .img-text-box {
    padding-left: 0;
  }
  .notice-block .img-text-box .img-wrap {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .notice-block .img-text-box .img-wrap .image {
    top: unset;
    transform: unset;
  }
}
@media (max-width: 700px) {
  .notice-block .img-text-box {
    padding-left: 0;
  }
  .notice-block .img-text-box .img-wrap {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .notice-block .img-text-box .img-wrap .image {
    top: unset;
    transform: unset;
  }
}
.content.profile > .white-block + .btn-wrap {
  padding-top: 40px;
  margin-top: -10px;
}
.content.profile > .white-block + .btn-wrap .btn {
  max-width: 240px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin: 10px;
  margin-bottom: 0;
}
.content.profile > .btn-wrap .btn span {
  font-size: 17px !important;
}
.content.profile > .btn-wrap .btn.icon-arrow {
  padding-left: 20px !important;
  padding-right: 50px !important;
}
.content.profile > .btn-wrap .btn.icon-arrow span:after {
  right: 25px;
}
@media screen and (min-width: 951px) and (max-width: 1080px) {
  .content.profile > .white-block + .btn-wrap .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 270px;
  }
}
@media (max-width: 700px) {
  .content.profile > .white-block + .btn-wrap .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 270px;
  }
}
@media (max-width: 550px) {
  .content.profile > .white-block + .btn-wrap .btn {
    max-width: 100%;
    display: block;
    padding: 20px !important;
  }
}
.profile-progress.history .content {
  padding-bottom: 0;
}
.profile-progress .bordered {
  margin: -30px;
  margin-bottom: 0;
}
.profile-progress .bordered > li:before {
  display: none;
}
.profile-progress .bordered > li {
  text-align: left;
  padding: 25px;
  border-bottom: 1px solid #e9e9e9;
}
.profile-progress .bordered > li:last-child {
  border-bottom: 0;
}
.profile-progress .bordered > li p {
  margin-bottom: 0;
}
.profile-progress .title + div:last-child {
  border-bottom: 0;
}
.profile-progress .bordered li > p:first-child {
  font-family: "ralewaysemibold", sans-serif;
  font-size: 19px;
  color: #3c3c3b;
}
.profile-progress .bordered li .grey {
  font-size: 16px;
  font-family: "ralewaymedium", sans-serif;
  color: #959595;
}
.sidebar .back-to-prev:first-child {
  margin-top: 20px !important;
  margin-bottom: 40px;
  color: #404041;
  font-size: 16px;
}
.sidebar .rating-wrap {
  position: relative;
}
.sidebar .rating-wrap .rating-box {
  position: absolute;
  right: 0;
}
.sidebar .rating-box .fa {
  font-size: 13px;
  margin: 0 4px;
}
@media (max-width: 450px) {
  .sidebar .rating-wrap .rating-box {
    position: relative;
  }
  .profile-progress .title {
    padding-right: 60px;
  }
  .profile-progress .title i {
    text-align: center;
  }
}
.history-list.min-width h6 span:first-child {
  min-width: 155px;
  display: inline-block;
}
.history-list.min-width .role-list .role {
  min-width: 155px;
}
form label.custom-control-label a {
  font-size: inherit;
  font-weight: 400;
  font-family: "raleway", sans-serif !important;
}
.news-sum-date {
  float: left;
  padding: 10px 0;
  font-size: 14px;
  color: #999;
}
.home .search-form-wrap .selectize-input input,
form .select-input-field.single .selectize-input input {
  width: 100% !important;
}
form .select-input-field.single .selectize-input {
  white-space: nowrap;
}
.col > .clone-btn-wrap .btn.remove-fields span {
  display: inline !important;
  line-height: 50px;
  font-family: "gilroysemibold", sans-serif;
  letter-spacing: 0;
  font-size: 15px;
}
.col > .clone-btn-wrap a.remove-fields {
  background-position: right 20px center;
  background-image: none;
}
.filter-sort-wrap {
  margin-bottom: 30px;
}
.filter-sort-wrap .btn {
  padding: 14px 20px;
  font-size: 15px;
  min-width: 165px;
}
.filter-sort-wrap .btn i {
  margin-right: 10px;
}
.filter-sort-wrap .btn + .btn {
  margin-left: 5px;
}
.filter-sort-wrap .bootstrap-select {
  float: right !important;
  max-width: 200px;
}
.filter-sort-wrap .bootstrap-select button.dropdown-toggle.btn {
  min-width: 160px !important;
}
.bootstrap-select.btn-group .dropdown-menu {
  max-width: 160px !important;
}
.staff-listings > .white-block {
  margin-bottom: 20px;
}
.profile-progress .bootstrap-select li:before {
  display: none !important;
}
.nest-toggle {
  width: 100%;
  position: relative;
}
.search-filter form .custom-control-label {
  width: 100%;
}
.nest-toggle .caret {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-top: -15px;
  background-image: url(../images/icons/select-icon.png);
  border: 0;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
.nest-toggle .caret.active {
  transform: rotate(180deg);
}
.nest-toggle .caret:hover,
.nest-toggle.open .caret {
  background-color: #fff6de;
}
.search-filter .toggle-section {
  display: none;
  padding-left: 20px;
}
.search-filter .toggle-section .group-toggle-section {
  /*display: none;*/
  padding-left: 40px;
}
.search-filter > ul > li > p:first-child {
  text-transform: uppercase;
  font-size: 15px !important;
  margin-bottom: 15px;
}
.search-filter form *[type="submit"].btn {
  width: 100% !important;
  margin-top: 0;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.search-filter form *[type="submit"].btn span {
  font-size: 15px !important;
  text-transform: uppercase !important;
}
.profile-progress.search-filter .content {
  padding-bottom: 0;
}
.profile-progress.search-filter
  form
  input[type="checkbox"]
  + label:first-of-type {
  margin-top: unset;
}
.profile-progress.search-filter form label {
  margin-bottom: 2px;
}
.profile-progress.search-filter form .toggle-section {
  margin-bottom: 2px;
  margin-top: -2px;
}
@media (min-width: 751px) {
  .filter-sort-wrap .inner-wrap {
    display: unset;
    width: unset;
    max-width: unset;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .filter-sort-wrap {
    margin-bottom: 20px;
  }
  .filter-sort-wrap .inner-wrap {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px !important;
  }
  .filter-sort-wrap .inner-wrap:after {
    content: "";
    clear: both;
    display: block;
  }
  .filter-sort-wrap .btn {
    width: 33.33%;
    float: left;
    display: inline-block;
    margin: 0px !important;
    position: relative;
  }
  .filter-sort-wrap .btn:first-child {
    left: -5px !important;
  }
  .filter-sort-wrap .btn:last-child {
    right: -5px !important;
  }
  .filter-sort-wrap .bootstrap-select {
    max-width: 100%;
    float: none !important;
  }
  .filter-sort-wrap .bootstrap-select .btn {
    width: 100%;
    float: none !important;
    left: 0px !important;
  }
}
@media screen and (min-width: 951px) and (max-width: 1135px) {
  .filter-sort-wrap {
    margin-bottom: 20px;
  }
  .filter-sort-wrap .inner-wrap {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px !important;
  }
  .filter-sort-wrap .inner-wrap:after {
    content: "";
    clear: both;
    display: block;
  }
  .filter-sort-wrap .btn {
    width: 33.33%;
    float: left;
    display: inline-block;
    margin: 0px !important;
    position: relative;
  }
  .filter-sort-wrap .btn:first-child {
    left: -5px !important;
  }
  .filter-sort-wrap .btn:last-child {
    right: -5px !important;
  }
  .filter-sort-wrap .bootstrap-select {
    max-width: 100%;
    float: none !important;
  }
  .filter-sort-wrap .bootstrap-select .btn {
    width: 100%;
    float: none !important;
    left: 0px !important;
  }
}
@media (max-width: 600px) {
  .filter-sort-wrap .btn {
    margin-left: unset !important;
    margin-top: 10px !important;
    width: 100%;
  }
  .filter-sort-wrap .btn:first-child {
    margin-top: 0px !important;
  }
  .filter-sort-wrap .bootstrap-select {
    max-width: 100%;
    float: none !important;
    margin-top: 10px;
  }
  .staff-listings .profile-intro .profile-picture {
    width: 60px;
    height: 60px;
    float: left;
    margin-bottom: 10px;
  }
  .staff-listings .profile-intro h3.name {
    font-size: 18px !important;
  }
  staff-listings .profile-intro .entry-meta {
    clear: none;
  }
  .staff-listings .profile-intro .profile-picture {
    float: right;
    margin: 0 0 10px 20px;
  }
}
@media (max-width: 500px) {
  .content.profile .sub-section .profile-picture {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .content.profile .sub-section .head h3.name,
  .content.profile .sub-section .head h3.name + p {
    text-align: center;
  }
  .staff-listings h3.name,
  .staff-listings h3.name + p {
    text-align: left !important;
  }
}
@media (max-width: 950px) {
  .hide-mobile {
    display: none;
  }
}
@media (min-width: 951px) {
  .search-filter .title {
    display: none;
  }
}
.reset-link {
  text-align: center;
  border-bottom: none;
  margin-top: 15px;
  display: inline-block;
  text-decoration: underline;
  font-size: 0.9em;
  color: #419adf;
}
.staff-listings .profile-intro .profile-excerpt .head p {
  font-size: 15px;
}
.staff-listings .profile-intro .location,
.staff-listings .profile-intro .rating-info {
  font-size: 14px;
}
.staff-listings .profile-intro .rating-info a {
  font-family: "gilroyregular", sans-serif;
  font-size: inherit;
}
.staff-listings .white-block .sub-section:last-child {
  padding-bottom: 0;
}
.staff-listings .white-block .profile-intro .profile-excerpt .btn-wrap {
  margin-top: 0;
}
.solid-purple {
  background: #6502b2;
  color: #fff;
}
.bright-green {
  background: #00ce02;
  color: #fff;
}
.filter-sort-wrap .btn:focus,
.filter-sort-wrap .btn.enabled {
  border-color: #ffe164;
  background-color: #ffe164;
  color: #404041;
}
.staff-listings .white-block .profile-intro .profile-excerpt .head {
  margin-bottom: 15px;
}
.staff-listings .white-block .profile-intro .name + p {
  margin-bottom: 10px;
  font-size: 14px;
}
.filter-sort-wrap .bootstrap-select button.dropdown-toggle.btn {
  background: #fff;
}
.left-sidebar .sidebar.transparent:before {
  background-color: transparent;
}
.white-block.rockstar {
  border: 1px solid #dcccf5;
  border-top: 5px solid #6502b2;
  box-shadow: 0 0 5px -3px #6502b2;
}
.white-block.rockstar .profile-intro .name {
  color: #6502b2;
}
.white-block.rockstar .profile-intro .name:before {
  content: "\f005";
  font-family: "fontawesome";
  margin-right: 10px;
  font-size: 0.9em;
}
@media (max-width: 600px) {
  .white-block.rockstar .profile-intro .name:before {
    margin-right: 5px;
  }
}
.white-block.outoftown {
  position: relative;
  border: 1px solid #23ce33;
}

@media screen and (min-width: 576px) {
  .white-block.outoftown {
    padding-right: 80px;
  }

  .white-block.outoftown:after {
    content: "Out of Town Jobs";
    background-image: url("../images/img/fa-plane.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px 15px;
    text-indent: 20px;
    position: absolute;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 50%;
    margin-top: -12px;
    z-index: 2;
    color: white;
    font-size: 16px;
    right: -53px;
    width: 150px;
    text-align: center;
    font-weight: bolder;
  }

  .white-block.outoftown:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 48px;
    background-color: #23ce33;
    z-index: 1;
    top: 0px;
    right: 0px;
  }
}

@media screen and (max-width: 575px) {
  .white-block.outoftown {
    padding-top: 80px;
  }
  .white-block.outoftown .sub-section {
    margin-top: 45px;
  }
  .white-block.outoftown:before {
    content: "Out Of Town";
    line-height: 48px;
    text-align: center;
    color: #353a34;
    font-size: 16px;
    font-weight: bolder;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 48px;
    background-color: #23ce33;
  }
}
.profile-intro .entry-meta {
  margin-left: -7px;
  margin-right: -7px;
}
.content .profile-intro .entry-meta > * {
  display: inline-block;
  margin: 0 7px;
  padding-right: 20px;
  margin-bottom: 10px !important;
}
.profile-intro .entry-meta .rating-box {
  display: inline-block !important;
  margin: 0px !important;
  margin-left: 2px !important;
}
.profile-intro .entry-meta .rating-box .fa {
  margin: 0 0 0 0;
  font-size: 18px;
}
.profile-intro .entry-meta > * > strong:first-of-type {
  font-family: "gilroysemibold", sans-serif;
  font-size: 15px;
}
.profile-intro .entry-meta span.grey {
  margin-left: 0;
  color: gray;
}
.profile-intro .entry-meta i {
  position: relative;
  margin-right: 5px !important;
}
.profile-intro .entry-meta .location i {
  color: #3c3c3b;
  font-size: 20px;
}
.profile-intro .entry-meta .type i {
  color: #3c3c3b;
  font-size: 18px;
}
.profile-intro .entry-meta .location,
.profile-intro .entry-meta .type {
  padding-left: 0;
}
@media (min-width: 1151px) {
  .profile .profile-intro {
    min-height: 209px;
  }
  .staff-listings .white-block .profile-intro {
    min-height: 170px;
  }
}
@media (max-width: 1300px) {
  .content .profile-intro .entry-meta {
    margin-left: 0;
    margin-right: 0;
  }
  .content .profile-intro .entry-meta > * {
    margin-left: 0;
    margin-right: 0;
  }
  .job-listings .profile-intro .entry-meta .location {
    display: inline-block;
  }
}
.staff-listings .white-block .btn-wrap .btn.purple {
  border-color: #e01471;
}
@media (max-width: 1300px) {
  .content.job-listings .profile-intro .entry-meta p.location + p.type {
    margin: 0 14px 0 0;
  }
  .content.job-listings .profile-intro .entry-meta p.location {
    margin: 0 14px 0 0;
  }
  .content.job-listings .profile-intro .entry-meta p.type {
    margin: 0 14px 0 0;
  }
}
@media (max-width: 700px) {
  .content.staff-listings .profile-intro p.intro {
    clear: both;
  }
  .staff-listings .white-block .profile-intro .entry-meta p.location span.grey {
    display: none;
  }
}
.staff-listings .white-block .profile-intro .entry-meta span.grey {
  font-family: "open_sansregular", sans-serif;
  font-size: 14px;
}
.staff-listings .white-block .profile-intro .entry-meta p.location span.grey {
  padding-left: 2px;
}
.staff-listings .white-block .profile-intro h3.name {
  line-height: 1;
}
.staff-listings .white-block .profile-intro .btn-wrap .btn {
  margin-top: 0;
}
@media (max-width: 950px) {
  section.pre-footer p {
    font-size: 22px;
  }
}
.featured-news .news.entry,
.events-listings .event-block .content p {
  font-family: "open_sansregular", sans-serif;
}
.uce-container .container .events-container .event-box,
section.events-container .container .event-box {
  margin-bottom: 40px !important;
}

input[type="checkbox"].form-control:required {
  display: block;
  width: auto;
}
.overflow {
  overflow: visible;
}
.purple-border {
  border-color: #e01471 !important;
}

/* Pay for Job */

.plan-listings .plan-entry .btn.v2 {
  padding: 15px !important;
}

.plan-listings .plan-entry .btn.v2 span {
  text-align: center;
  word-wrap: break-word;
  display: block;
}

.pay-for-job.venue.pricing-options > div {
  padding-right: 0px;
}

.pay-for-job .plan-listings .plan-entry:first-of-type .inner-wrap {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5),
    0px 0px 10px -2px rgba(0, 0, 0, 0.1);
  border: 1px solid #b7b7b7 !important;
}

@media (min-width: 1251px) {
  .pay-for-job {
    padding-top: 100px;
  }

  .pay-for-job .plan-listings > h2 {
    position: absolute;
    top: -100px;
  }

  .pay-for-job .plan-listings > h2:first-child {
    width: 25%;
    text-align: center;
  }

  .pay-for-job .plan-listings > h2 ~ h2 {
    width: 75%;
    text-align: center;
    right: 0px;
  }

  .pay-for-job {
    padding-left: 50px;
  }

  .pay-for-job .plan-listings h2:first-of-type {
    margin-left: -50px;
  }

  .pay-for-job .plan-listings .plan-entry:first-of-type {
    left: -50px;
    position: relative;
  }

  .pay-for-job .plan-listings .plan-entry:first-of-type:before {
    content: "\f142";
    position: absolute;
    font-family: "fontawesome";
    width: 35px;
    height: 35px;
    text-align: center;
    /*line-height: 35px;*/
    font-size: 30px;
    right: -43px;
    top: 25%;
    /*margin-top: -17px;*/
    margin-left: 10px;
  }

  .pay-for-job .plan-listings .plan-entry:first-of-type .btn-wrap {
    width: 100%;
    position: unset;
    margin-left: 0px;
  }

  .pay-for-job .plan-listings .plan-entry:first-of-type .inner-wrap {
    background-color: #ffffff;
    padding-bottom: 0px;
    height: inherit;
  }
}

@media (max-width: 1250px) {
  body .pay-for-job .plan-listings > h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  body .pay-for-job .plan-listings > h2:first-child {
    margin-top: 0px;
  }

  .pay-for-job .plan-listings .plan-entry:first-of-type {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .pay-for-job .plan-listings .plan-entry:first-of-type .btn-wrap,
  .pay-for-job .plan-listings .plan-entry:first-of-type {
    width: 100%;
  }

  .pay-for-job .plan-listings .plan-entry:first-of-type {
    margin-bottom: 20px;
  }

  .pay-for-job .plan-listings .plan-entry:first-of-type .inner-wrap {
    padding-bottom: 0px;
  }

  .pay-for-job .plan-listings .plan-entry:first-of-type .btn-wrap {
    position: relative;
  }

  .pay-for-job .plan-listings .plan-entry:not(:first-of-type) .btn-wrap,
  .pay-for-job .plan-listings .plan-entry:not(:first-of-type) {
    width: 33.33%;
  }
}

.btn-job-apply {
  margin-top: 0 !important;
  padding: 10px 20px !important;
}

@media (min-width: 801px) {
  .pay-for-job .plan-listings .plan-entry .btn-wrap,
  .pay-for-job .plan-listings .plan-entry {
    width: 25%;
  }
}

@media (max-width: 800px) {
  .pay-for-job .plan-listings .plan-entry .btn-wrap,
  .pay-for-job .plan-listings .plan-entry {
    width: 100% !important;
  }
}
/* End Pay for Job */

/* Fix testimonial text cropping */
@media screen and (min-width: 1051px) and (max-width: 1170px) {
  .testimonial-carousel .owl-item.prev {
    left: 12.75% !important;
  }
  .testimonial-carousel .owl-item.next {
    right: 12.75% !important;
  }
}

@media (min-width: 1201px) {
  .two-fold.fixed-sidebar .right {
    top: 60px;
  }
}

.rockstar-purple {
  color: #6502b2 !important;
}

@media (min-width: 1201px) {
  .navigation .right-nav {
    margin-top: 10px;
  }
}
body.home .hero-section .container > .banner-cat {
  width: 380px;
}
body.home .hero-section img + p {
  margin-top: -40px !important;
}
body.home .navigation .nav-container {
  border-bottom: 0px !important;
}

/*@media (max-width: 992px){
  nav .logo-container img{
    margin-left: -20px;
  }
}*/

@media screen and (max-width: 600px) {
  body.home .hero-section img + p {
    margin-top: -30px !important;
  }
}
@media (max-width: 450px) {
  nav .logo-container img {
    margin-left: -16px;
  }
}

@media (min-width: 992px) {
  .logo-default {
    display: inherit !important;
  }
  .logo-small {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .logo-default {
    display: none !important;
  }
  .logo-small {
    display: inherit;
  }
}

.rockstar-purple {
  color: #6502b2 !important;
}

.form-tab {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}
.form-tab a {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.form-tab .btn:not(:hover) {
  background: #e4e4e4;
  border-color: #e4e4e4;
}
.form-tab a.btn.enabled {
  border-color: #ffe164;
  background-color: #ffe164;
  color: #404041;
}

.form-tab a.btn.based-overseas {
  float: right;
}
.news-ticker-content {
  height: 325px;
  overflow: hidden;
}
.news-ticker .news {
  border-bottom: 1px solid #efefef;
  padding-bottom: 12.5px;
  margin-bottom: 12.5px;
}
.news-ticker .news a {
  position: relative;
  display: block;
  padding-left: 70px;
  min-height: 55px;
}
.news-ticker .news .featured-image {
  width: 55px;
  height: 55px;
  background-color: #e1e1e1;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.news-ticker .news h4 {
  font-size: 16px;
  font-family: "gilroysemibold", sans-serif;
  margin: 0px;
  max-height: 40px;
  letter-spacing: 0;
  white-space: normal;
  overflow: hidden;
  -webkit-column-width: 150px;
  text-overflow: ellipsis;
}
.news-ticker .news .news-content:after {
  content: "";
  clear: both;
  display: block;
}
.news-ticker .news .btn {
  margin-top: 10px;
  display: inline-block;
  width: auto;
  /* float: right; */
  padding: 10px 15px;
  bottom: 0;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.news-ticker .news-ticker-content + .btn-wrap {
  margin-top: 10px;
}
.news-ticker .news-ticker-content + .btn-wrap .btn {
  display: inline-block;
  width: auto;
}

.news-ticker .news a:hover .btn {
  background-color: #404041 !important;
  border-color: #404041 !important;
  color: #fff;
}

.tagline-form .bootstrap-select .btn {
  font-family: inherit !important;
}

/*for google address autocomplete dropdown on a modal*/
.pac-container {
  z-index: 99999 !important;
}

.search-keyword-list li:before {
  content: none !important;
}

form .inner-wrap .block > .row {
  margin-bottom: 10px;
}

form .inner-wrap .block > .row {
  margin-left: -7px;
  margin-right: -7px;
}

form .inner-wrap .block {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
  border: 2px solid #9d9d9d;
  border-radius: 5px;
}

form .inner-wrap .block .block-heading {
  color: #ffffff;
  background-color: #9d9d9d;
  padding: 10px 15px;
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (min-width: 1136px) and (max-width: 1240px) {
  .job-listings .filter-sort-wrap .btn {
    min-width: 24.6% !important;
    margin: 0px;
  }

  .job-listings .filter-sort-wrap:after {
    content: "";
    clear: both;
    display: block;
  }

  .job-listings .filter-sort-wrap .bootstrap-select {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1135px) and (min-width: 951px) {
  .job-listings .filter-sort-wrap .btn:nth-child(3) {
    right: -5px !important;
  }

  .job-listings .filter-sort-wrap .btn:nth-child(4) {
    margin-top: 5px !important;
    width: 101.2%;
    margin-left: -5px;
    margin-right: -5px;
    display: block !important;
    left: -5px;
  }
}

@media screen and (min-width: 600px) and (max-width: 908px) {
  .filter-sort-wrap .bootstrap-select .btn {
    float: right !important;
  }

  .job-listings .filter-sort-wrap .btn {
    min-width: 24.6% !important;
    margin: 0px;
  }

  .job-listings .filter-sort-wrap:after {
    content: "";
    clear: both;
    display: block;
  }

  .job-listings .filter-sort-wrap .bootstrap-select {
    margin-top: 10px;
  }

  .job-listings .filter-sort-wrap .btn {
    width: 33.33%;
    float: left;
    display: inline-block;
    margin: 0px !important;
    position: relative;
  }

  .job-listings .filter-sort-wrap .btn:nth-child(1) {
    left: -5px !important;
  }

  .job-listings .filter-sort-wrap .btn:nth-child(3) {
    right: -5px !important;
  }

  .job-listings .filter-sort-wrap .btn:nth-child(4) {
    margin-top: 5px !important;
    width: 101.2%;
    margin-left: -5px;
    margin-right: -5px;
    display: block !important;
    left: -5px;
  }
}

.fair-work-icon-wrap {
  text-align: right;
  height: 40px;
}

.fair-work-icon-wrap > i {
  vertical-align: middle;
  height: 0px;
  font-size: 35px;
  color: #d3afff;
  cursor: pointer;
}

.fair-work-tooltip-inner {
  color: #000;
  font-weight: 800;
  background: #d3afff;
  padding: 5px;
}

.fair-work-tooltip-inner > a {
  text-decoration: underline;
  font-size: 12px;
}

@media screen and (max-width: 580px) {
  .form-tab a.btn {
    width: 49%;
    float: left;
    margin-bottom: 2%;
  }

  .form-tab a.btn:first-child {
    margin-right: 2%;
  }

  .form-tab a.btn.based-overseas {
    float: none;
    width: 100%;
  }
}

.has-share-buttons h1 span {
  font-size: inherit;
}

.share-btn {
  min-width: 50px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 5px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
}

.share-btn.facebook {
  background: #4267b2;
}

.share-btn.twitter {
  background: #55acee;
}

.share-btn.linkedin {
  background: #0077b5;
}

.share-btn.email {
  background: #7d7d7d;
}

.share-btn.copy {
  background: #e41574;
}

.tooltip-wide + .tooltip > .tooltip-inner {
  min-width: 350px;
}
.content.profile .white-block ul.check-list li.job-ready:before {
  background-image: url(../images/img/cat-rounded-icon.png);
  width: 24px;
  height: 24px;
}
.content.profile .white-block ul.check-list li.job-ready.wwcc-icon:before {
  background-image: url(../images/img/wwcc-icon.png);
  width: 28px;
  height: 26px;
}

.deleted-work-history {
  display: none;
}

/* ageGate */
body.age-gate-active {
  overflow: hidden;
}

.age-gate-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-family: "gilroymedium", sans-serif;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  z-index: 1000;

  display: flex;               /* enable flexbox */
  justify-content: center;     /* horizontal center */
  align-items: center;         /* vertical center */
}

.age-gate-container.hidden {
  display: none !important;
}

.age-gate-stage {
  width: 100%;   /* take full width */
  height: 100%;  /* take full height */
  padding: 0;    /* remove side padding that pushes things */
  display: flex;
  justify-content: center;  /* keep things centered */
  align-items: center;
}

.age-gate-modal {
  max-width: 90vw;     /* responsive fallback */
  max-height: 90vh;    /* responsive fallback */

  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo {
  position: relative;
  z-index: 10;
}

.logo img {
  height: 120px;
  width: auto;
}

.tagline {
  margin: 10px;
  position: relative;
  z-index: 10;
}

.tagline img {
  width: 100%;
  max-width: 450px;
  height: auto;
}

.age-gate-box {
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  margin: 30px 20px;
  padding: 30px 45px;
  max-width: 300px;
  z-index: 10;
  top: 0;
  transition: top 0.2s ease-in-out;
  border: 1px solid #e3e7e9;
}

.age-gate-box p {
  display: block;
  max-width: 250px;
  margin: 0 auto 20px;
}

.age-gate-box p span {
  font-family: "gilroysemibold", sans-serif;
  text-decoration: underline;
}

.age-gate-box .stretched-link .icon {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  left: 0;
  transition: left 0.2s ease-in-out;
}

.age-gate-box:hover {
  top: -6px;
}

.age-gate-box:hover .icon {
  left: 5px;
}

.age-gate-box .stretched-link svg {
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.age-gate-box .stretched-link {
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  width: 170px;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.age-gate-box:hover .stretched-link {
  background: #000;
}

.stretched-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.age-gate-under .stretched-link {
  background: #51cfff;
}

.age-gate-over .stretched-link {
  background: #510099;
}

.full-bg-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.under-bg {
  /* background: url(../images/img/bc-under-18s-bg-optimised.jpg) no-repeat 50% 50%; */
  background-size: cover;
}

.over-bg {
  /* background: url(../images/img/bc-over-18s-bg-optimised.jpg) no-repeat 50% 50%; */
  background-size: cover;
}

.age-gate-under:hover + .under-bg,
.age-gate-over:hover + .over-bg {
  opacity: 1;
}

@media (min-width: 768px) {
  .age-gate-stage {
    height: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .age-gate-modal {
    padding: 20px;
  }

  .age-gate-content {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
  }

  .age-gate-box {
    margin: 20px;
  }
}

/* Barcats U18 logo and button update; Aug 27, 2021*/
.navigation .logo-container .barcats-u18-logo {
  max-width: none;
  height: 83.8px;
  width: auto;
  padding: 3px 0;
}

#menu-main-menu li.btn-green a {
  background: #58ea2c;
  border-color: #58ea2c !important;
  font-size: 14px;
  font-weight: bold;
  font-family: "gilroybold", sans-serif;
  letter-spacing: 0.4px;
}

#menu-main-menu li.btn-green a:hover {
  color: #fff;
  background: #161616;
  border-color: #161616 !important;
}

.navigation .logo-container .barcats-u18-logo-responsive {
  height: 59.3px;
}

@media (min-width: 350px) {
  .navigation .logo-container .barcats-u18-logo-responsive {
    height: 68.2px;
  }
}

@media (min-width: 451px) {
  .navigation .logo-container .barcats-u18-logo-responsive {
    height: 70.6px;
  }
}

@media (min-width: 992px) {
  #menu-main-menu li.btn-green a {
    font-size: 16px;
  }
}

/*
    Barcats latest update: Aug 27, 2021
    - U18 new logo + navigation links update + 'get started' button update.
    - U18 new hero section
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* new hero */
.barcats-hero-section {
  position: relative;
  height: 500px;
  background: url(../images/main-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
}

/* two green lines top left */
.lines-top-left {
  position: absolute;
  top: 65px;
  left: 12%;
  height: 100px;
  width: 100px;
}

/* circle shape bottom left */
.circle-bottom-left {
  position: absolute;
  bottom: -100px;
  left: -100px;
  height: 200px;
  width: 200px;

  transform-box: fill-box;
  transform-origin: 50% 50%;
  transform: scale(1);
  animation: circle1 10s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}

@keyframes circle1 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.12);
  }

  100% {
    transform: scale(1);
  }
}

/* rotating plus shape */
.plus-bottom-right {
  position: absolute;
  bottom: 22%;
  right: 10%;
  height: 30px;
  width: 30px;
  display: none;
}

/* dots pulsating */
.dots-pulsating {
  position: absolute;
  bottom: 13px;
  left: 80%;
  height: 50px;
  width: 150px;
}

/* circle stripe */
.circle-stripe {
  position: absolute;
  top: -75px;
  right: -75px;
  height: 150px;
  width: 150px;

  transform-box: fill-box;
  transform-origin: 50% 50%;
  transform: scale(1);
  animation: circle2 8s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}

@keyframes circle2 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* hero content */
.hero-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 500px;
  padding: 100px 0;
  text-align: center;
  position: relative;
  z-index: 10;
}

.text-part-time {
  font-family: "gilroybold", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  padding: 10px 15px;
  background-color: #3e0076;
  color: white;
  line-height: 1;
  letter-spacing: 2px;
}

.text-part-time span {
  font-size: 1em;
}

.text-part-time-hyphen {
  color: #59eb2c;
}

.text-with-overlay {
  position: relative;
}

.two-text {
  font-family: "nexarustslab-black";
  color: #510099;
  line-height: 1;
  background-color: white;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 8px 15px;
  border-radius: 4px;
}

.two-text:after {
  content: attr(title);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(../images/texture-for-texts.jpg);
  mix-blend-mode: hard-light;
  animation: DUST 4s 0s step-start infinite;
  opacity: 0.5;

  width: fit-content;
}

@keyframes DUST {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 10px;
  }
  40% {
    background-position: 60px 3px;
  }
  61% {
    background-position: 40px 0;
  }
  80% {
    background-position: 30px 12px;
  }
  100% {
    background-position: 110px 40px;
  }
}

.hospitality-text {
  /* font-size: 90px; */
  font-size: 34px;
  /* transform: rotate(-4deg); */
}

.jft-text {
  font-size: 22px;
  background-color: #18c5ed;
}

.hero-button {
  font-family: "gilroysemibold", sans-serif;
  font-size: 18px;
  text-align: center;
  width: 240px;
  height: 60px;
  background-color: #59eb2c;
  color: #4c008f;
  border-radius: 4px;
  border: none;
  padding: 14px;
  cursor: pointer;
  box-shadow: 0 10px 20px -8px rgb(0 0 0 / 70%);
  display: inline-block;
  transition: 0.5s;
  position: relative;
  margin-top: 20px;
}

.hero-button span {
  font-size: 1em;
}

.hero-button:after {
  content: "";
  width: 18px;
  height: 15px;
  background: url(../images/arrow-right.png) no-repeat;
  opacity: 0;
  transition: 0.5s;

  right: -20px;
  transition: 0.5s;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hero-button:hover {
  padding-right: 24px;
  padding-left: 8px;
  background-color: #9cff7d;
}

.hero-button:hover:after {
  opacity: 1;
  right: 30px;
}

/* responsive */
@media (min-width: 375px) {
  .hospitality-text {
    font-size: 38px;
  }
}

@media (min-width: 480px) {
  .hospitality-text {
    font-size: 46px;
  }

  .jft-text {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .hospitality-text {
    font-size: 52px;
  }

  .jft-text {
    font-size: 30px;
  }

  .text-part-time {
    font-size: 32px;
  }

  .plus-bottom-right {
    display: block;
  }
}

@media (min-width: 992px) {
  .dots-pulsating {
    right: -1%;
    left: initial;
    width: 200px;
    height: 70px;
  }
}

@media (min-width: 1200px) {
  .lines-top-left {
    height: 150px;
    width: 150px;
  }

  .circle-bottom-left {
    bottom: -150px;
    left: -150px;
    height: 300px;
    width: 300px;
  }

  .circle-stripe {
    top: -100px;
    right: -100px;
    height: 200px;
    width: 200px;
  }
}

@media (min-width: 1400px) {
  .dots-pulsating {
    height: 80px;
    width: 250px;
  }

  .plus-bottom-right {
    height: 40px;
    width: 40px;
  }
}

@media (min-width: 1800px) {
  .plus-bottom-right {
    bottom: 18%;
    right: 14%;
  }
}

@media (min-width: 2000px) {
  .lines-top-left {
    height: 250px;
    width: 250px;
  }

  .circle-bottom-left {
    bottom: -250px;
    left: -250px;
    height: 500px;
    width: 500px;
  }

  .plus-bottom-right {
    height: 45px;
    width: 45px;
  }

  .circle-stripe {
    top: -200px;
    right: -200px;
    height: 400px;
    width: 400px;
  }
}

@media (min-width: 2200px) {
  .dots-pulsating {
    right: 5%;
  }

  .plus-bottom-right {
    height: 50px;
    width: 50px;
    right: 18%;
  }
}

.no-of-jobs-input-wrapper {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.no-of-jobs-input-wrapper input {
  text-align: center;
}
.no-of-jobs-input-wrapper input::placeholder {
  text-align: center;
}

.u18-cta {
  position: relative;
  background: url(../images/u18-cta-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 2.5rem 0;
  overflow: hidden;
}

.u18-cta .lines-left {
  position: absolute;
  bottom: -10%;
  left: -2%;
  width: 100px;
  height: 100px;
}

.u18-cta .lines-right {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 100px;
  height: 100px;
}

.u18-cta .container {
  width: 100%;
  padding: 0 1.5rem;
  text-align: center;
}

.u18-cta .title {
  font-size: 24px;
  font-family: "nexarustslab-black";
  /* font-size: 36px; */
  color: #510099;
  line-height: 1.3;
  background-color: #18c5ed;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 8px 15px;
  border-radius: 4px;
}

.u18-cta .title:after {
  content: attr(title);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(../images/texture-for-texts.jpg);
  mix-blend-mode: hard-light;
  animation: DUST 4s 0s step-start infinite;
  opacity: 0.5;
  width: fit-content;
  padding: 8px 15px;
}

@media (min-width: 768px) {
  .u18-cta .lines-left {
    bottom: -30%;
    left: 0%;
    width: 120px;
    height: 120px;
  }

  .u18-cta .lines-right {
    top: -30%;
    right: 0%;
    width: 120px;
    height: 120px;
  }

  .u18-cta .title {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .u18-cta .title {
    font-size: 36px;
  }

  .u18-cta .lines-left,
  .u18-cta .lines-right {
    width: 140px;
    height: 140px;
  }
}

@media (min-width: 1200px) {
  .u18-cta .lines-left,
  .u18-cta .lines-right {
    width: 160px;
    height: 160px;
  }
}

@media (min-width: 1500px) {
  .u18-cta .lines-left {
    bottom: -40%;
    left: 10%;
  }

  .u18-cta .lines-right {
    top: -40%;
    right: 10%;
  }
}

body .u18-main-footer {
  background: #fff;
}

body .ui-tooltip {
  background: #212121 !important;
  color: #fff !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

/* make video embed responsive */
.content .videoEmbed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.content .videoEmbed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jobs-type-filter-desktop .btn.enabled i:before,
.jobs-type-filter-responsive .btn.enabled i:before{
    content: "\f00d";
}

.jobs-type-filter-desktop{
    display: none !important;
}

.jobs-type-filter-responsive:after{
    content: "";
    clear: both;
    display: block;
    float: none;
}


/* responsive */
@media (min-width: 951px){

    .jobs-type-filter-mobile{
        display: none !important;
    }

    .jobs-type-filter-desktop{
        display: block !important;
    }
}


.highlight-green {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(
    -100deg,
    rgba(89, 234, 44, 0),
    rgba(89, 234, 44, 0.95) 60%,
    rgba(89, 234, 44, 0)
  );
  padding:5px;
}

.strike-diagonal-price {
  position: relative;
}

.strike-diagonal-price:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 2px solid;
  border-color: red;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
/* homepage: featured blocks: video thumbnail: play icon */
.featured-blocks .video-thumbnail .play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: #6a01ab;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.featured-blocks .video-thumbnail .play-icon svg{
    height: 20px;
    width: 20px;
}

.featured-blocks .video-thumbnail:hover .play-icon{
    background-color: #fff;
    color: #6a01ab;
}
