/*
	Theme Name: Salient Child Theme
	Description: This is a custom child theme for Salient
	Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
	Author: ThemeNectar
	Author URI:  https://themeforest.net/user/themenectar
	Template: salient
	Version: 1.0
*/
/* Global Start */
body {
  -ms-overflow-style: none;
  /* Hide scrollbar in IE */
}

body *::-moz-selection {
  background: rgba(255, 194, 0, 0.6);
}

body *::selection {
  background: rgba(255, 194, 0, 0.6);
}

::-webkit-scrollbar {
  width: 0;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}

html,
body,
input,
textarea,
p,
div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.d-none {
  display: none;
}

.d-inline-block {
  display: inline-block;
}

.height-80vh {
  min-height: 80vh;
}

.max-width-48px {
  max-width: 48px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

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

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

.text-center {
  text-align: center !important;
}

.img-circle {
  border-radius: 50%;
}

@media screen and (min-width: 1000px) {
  html body .visible-xs {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  html body .hidden-xs {
    display: none !important;
  }
  html body .mt-xs-0 {
    margin-top: 0 !important;
  }
  html body .mt-xs-5 {
    margin-top: 5px !important;
  }
  html body .mt-xs-10 {
    margin-top: 10px !important;
  }
  html body .mt-xs-15 {
    margin-top: 15px !important;
  }
  html body .mt-xs-40 {
    margin-top: 40px !important;
  }
  html body .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  html body .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  html body .mb-xs-15 {
    margin-bottom: 15px !important;
  }
  html body .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  html body .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html body .pl-xs-0 {
    padding-left: 0 !important;
  }
  html body .pt-xs-0 {
    padding-top: 0 !important;
  }
  html body .pt-xs-25 {
    padding-top: 25px !important;
  }
  html body .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  html body .pb-xs-10 {
    padding-bottom: 10px !important;
  }
  html body .pb-xs-15 {
    padding-bottom: 15px !important;
  }
  html body .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html body .text-center-xs,
  html body .text-center-xs * {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.brand-box {
  background-color: #f6f6f6;
  border: solid 2px #FEC201;
  border-radius: 6px;
  padding: 8px !important;
}

.brand-box .wpb_wrapper {
  margin-top: 0;
}

.brand-box .vc_custom_heading, .brand-box h1, .brand-box h2, .brand-box h3, .brand-box h4, .brand-box h5, .brand-box h6 {
  font-family: Poppins !important;
  font-weight: 600 !important;
}

.brand-box .brand-image {
  margin: 8px !important;
  width: 100%;
  max-width: 200px;
}

@media only screen and (min-width: 1000px) {
  .brand-box .brand-image {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 1000px) {
  .brand-box .brand-image-column {
    text-align: center;
  }
}

.brand-box .brand-button {
  margin: 0 !important;
}

.stretch-columns .row_col_wrap_12_inner.col.span_12 .wpb_column .vc_column-inner {
  height: 100%;
}

.stretch-columns .row_col_wrap_12_inner.col.span_12 .wpb_column .vc_column-inner .wpb_wrapper {
  height: 100%;
  margin: 0;
}

.stretch-columns .row_col_wrap_12_inner.col.span_12 .wpb_column .vc_column-inner .wpb_wrapper .nectar-button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Global End */
.flex-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-parent .flex-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-parent .flex-child .pod {
  width: 100%;
}

.flex-parent.col:after, .flex-parent.col:before {
  display: inherit;
}

.bg-contain,
.bg-contain .row-bg-wrap .row-bg {
  background-size: contain;
}

html body.material .column-count-2 {
  margin-bottom: 0;
}

html body.material .column-count-2 li {
  padding-left: 25px !important;
}

@media screen and (min-width: 1000px) {
  html body.material .column-count-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

html body.material .nectar-highlighted-text h4 .animated:before {
  height: 10% !important;
  bottom: -10px !important;
  -webkit-transform: scaleX(0.7) !important;
          transform: scaleX(0.7) !important;
}

html body.material .nectar-social.fixed {
  right: 12px;
  bottom: 12px;
}

html body.material .nectar-flickity .flickity-viewport {
  margin-top: 0px !important;
}

@media screen and (width: 1000px) {
  .vc_row.vc_row-flex > .span_12,
  .vc_row.vc_row-flex > .span_12 > .vc_column_container,
  .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12,
  .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container,
  .vc_row.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .column_container > .column-inner-wrap,
  .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12,
  .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container,
  .vc_row.vc_row-o-equal-height > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .column_container > .column-inner-wrap,
  .vc_row.vc_row-flex > .span_12 > .vc_column_container > .vc_column-inner,
  .vc_row.vc_row-flex > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
  .wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
  .wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
  .vc_row.vc_row-o-equal-height .full-page-inner > .span_12 > .col .wpb_row > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
  .wpb_row.vc_row-flex > .fp-tableCell .fp-scrollable > .fp-scroller > .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .span_12 > .vc_column_container > .vc_column-inner,
  .wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .vc_column-inner,
  .wpb_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
  .vc_row.vc_row-o-equal-height .full-page-inner > .span_12 > .col .wpb_row > .container > .span_12 > .vc_column_container > .column-inner-wrap > .column-inner,
  .wpb_row.vc_row-flex > .fp-tableCell .fp-scrollable > .fp-scroller .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container > .span_12 > .vc_column_container > .vc_column-inner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

html body.material .nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .video-texture {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 999px) {
  html body.material .nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .video-texture {
    display: block !important;
  }
}

@media screen and (max-width: 999px) {
  html body.material .nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .container .content h2 {
    text-align: center;
    font-size: 38px !important;
    line-height: 46px !important;
  }
}

html body.material .nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .container .content .buttons {
  padding-top: 20px;
}

@media screen and (max-width: 999px) {
  html body.material .nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .container .content .buttons {
    text-align: center;
    padding-top: 50px;
  }
}

html body.material .nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .container .content .buttons .extra-color-gradient-1 {
  color: #FFC200 !important;
  text-transform: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 20px 40px;
}

@media screen and (max-width: 999px) {
  html body.material .nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .container .content .buttons .extra-color-gradient-1 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1000px) {
  html body.material .nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .container .content .buttons .extra-color-gradient-1:hover {
    -webkit-transform: translateY(-5px) !important;
            transform: translateY(-5px) !important;
    -webkit-box-shadow: 0 5px 5px 0 rgba(255, 194, 0, 0.25) !important;
            box-shadow: 0 5px 5px 0 rgba(255, 194, 0, 0.25) !important;
  }
}

html body.material .nectar-slider-wrap .swiper-container .slider-prev,
html body.material .nectar-slider-wrap .swiper-container .slider-next {
  background-color: transparent;
}

html body.material #page-header-wrap #page-header-bg .container .row .col .inner-wrap h1 {
  margin-bottom: 5px;
  font-size: 38px !important;
  line-height: 48px !important;
}

@media screen and (max-width: 999px) {
  html body.material #page-header-wrap #page-header-bg .container .row .col .inner-wrap h1 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
}

html body.material #page-header-wrap #page-header-bg .container .row .col .inner-wrap .subheader {
  font-size: 24px !important;
  line-height: 42px !important;
}

@media screen and (max-width: 999px) {
  html body.material #page-header-wrap #page-header-bg {
    min-height: 410px;
  }
  html body.material #page-header-wrap #page-header-bg .container {
    padding-top: 160px;
    padding-bottom: 20px;
  }
}

html body.material .img-with-aniamtion-wrap .inner .hover-wrap {
  margin-bottom: 0;
  padding: 0;
}

html body.material .nectar-fancy-box[data-style="hover_desc"] {
  height: 1px;
}

html body.material .nectar-fancy-box[data-style="hover_desc"] .box-bg::before {
  background: none;
}

html body.material .nectar-fancy-box[data-style="hover_desc"]::before {
  background: none;
}

html body.material .nectar-fancy-box[data-style="hover_desc"] .inner .hover-content {
  max-width: 100%;
  font-size: 14px;
  line-height: 21px;
}

html body.material .nectar-fancy-box[data-style="color_box_hover"] .box-inner-wrap .inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 999px) {
  html body.material .nectar-milestone .number,
  html body.material .nectar-milestone .number h2 {
    font-size: 72px !important;
    line-height: 82px !important;
    margin-bottom: 0;
  }
}

html body.material .nectar-milestone .subject {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

@media screen and (min-width: 1000px) {
  html body.material .nectar-milestone .subject {
    margin-top: 10px;
  }
}

html body.material .nectar-hor-list-item {
  border-bottom: 1px solid #FFC200 !important;
  padding: 40px 0;
}

html body.material .nectar-hor-list-item .nectar-list-item {
  vertical-align: top;
}

html body.material .nectar-hor-list-item .nectar-list-item:first-child, html body.material .nectar-hor-list-item .nectar-list-item:nth-child(2) {
  font-size: 20px;
  line-height: 30px;
  color: #111211;
}

html body.material .nectar-hor-list-item .nectar-list-item:first-child {
  color: #626362;
}

html body.material .nectar-hor-list-item .nectar-list-item:nth-child(2) {
  padding-bottom: 0;
}

html body.material .nectar-hor-list-item .nectar-list-item .nectar-list-item-btn {
  border: none;
  color: #E75118;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin: 0;
  padding: 0;
  top: 40px;
}

@media screen and (min-width: 1000px) {
  html body.material .nectar-hor-list-item .nectar-list-item:first-child {
    width: 120px;
  }
  html body.material .nectar-hor-list-item .nectar-list-item:nth-child(2) {
    width: calc(100% - 335px);
  }
  html body.material .nectar-hor-list-item .nectar-list-item:last-child {
    width: 215px;
  }
}

html body.material .blog-recent img {
  border-radius: 0 !important;
}

html body.material .blog-recent .post-header .meta-category {
  text-transform: uppercase;
  color: #E75118;
}

html body.material .blog-recent .post-header .meta-category a {
  font-size: 12px;
  line-height: 18px;
}

html body.material .blog-recent .post-header .meta-category a::before {
  display: none;
}

html body.material .blog-recent h3,
html body.material .blog-recent h5 {
  color: #181918;
}

html body.material .blog-recent h3 {
  font-size: 24px !important;
  line-height: 36px !important;
}

html body.material .blog-recent h5 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}

html body.material .blog-recent .excerpt {
  font-size: 14px;
  line-height: 21px;
}

html body.material .masonry-blog-item .inner-wrap {
  border-radius: 0 !important;
}

html body.material .masonry-blog-item .inner-wrap .post-content .content-inner .meta-category {
  text-transform: uppercase;
}

html body.material .masonry-blog-item .inner-wrap .post-content .content-inner .article-content-wrap .post-header h3 {
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 36px !important;
  color: #181918;
}

html body.material .divider-wrap .divider-border {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html body.material .iwithtext:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (min-width: 1000px) {
  html body.material .iwithtext:not(:last-child) {
    margin-bottom: 80px;
  }
}

html body.material .iwithtext .iwt-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

html body.material .iwithtext .iwt-icon img {
  width: 90px !important;
  margin-bottom: 0;
  border-radius: 50%;
}

html body.material .iwithtext .iwt-text {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 90px);
}

html body.material .iwithtext .iwt-text * {
  text-align: left !important;
}

html body.material .iwithtext .iwt-text h5 {
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  html body.material .nectar-icon-list .nectar-icon-list-item {
    padding-left: 100px;
  }
}

html body.material .nectar-icon-list .nectar-icon-list-item .list-icon-holder[data-icon_type="numerical"] {
  border-color: transparent;
  width: 48px;
  height: 36px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  html body.material .nectar-icon-list .nectar-icon-list-item .list-icon-holder[data-icon_type="numerical"] {
    width: 88px;
  }
}

html body.material .nectar-icon-list .nectar-icon-list-item .list-icon-holder[data-icon_type="numerical"] span {
  font-size: 24px;
  line-height: 36px;
  width: 48px;
  height: 36px;
}

@media screen and (min-width: 1000px) {
  html body.material .nectar-icon-list .nectar-icon-list-item .list-icon-holder[data-icon_type="numerical"] span {
    font-size: 32px;
    width: 88px;
  }
}

html body.material .nectar-icon-list .nectar-icon-list-item .content {
  color: #626362;
  font-size: 14px;
  line-height: 21px;
}

html body.material .nectar-icon-list .nectar-icon-list-item .content h4 {
  color: #181918 !important;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}

html body.material .nectar-carousel-flickity-fixed-content .nectar-carousel-fixed-content {
  padding-right: 100px;
}

@media screen and (max-width: 999px) {
  html body.material .nectar-carousel-flickity-fixed-content .nectar-carousel-fixed-content {
    text-align: center;
    padding-right: 0;
    margin-bottom: 45px;
  }
}

html body.material .nectar-carousel-flickity-fixed-content .nectar-carousel-fixed-content h4 {
  margin-bottom: 60px;
}

@media screen and (min-width: 1000px) {
  html body.material .nectar-carousel-flickity-fixed-content .nectar-carousel-fixed-content h4 {
    margin-bottom: 15px;
  }
}

html body.material .nectar-carousel-flickity-fixed-content .nectar-carousel-fixed-content p {
  opacity: 1;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 10px;
}

html body.material .nectar-carousel-flickity-fixed-content .nectar-carousel-fixed-content .nectar-button {
  background-color: transparent !important;
  border: 4px solid #E75118;
  color: #E75118;
  text-align: center;
}

html body.material .nectar-carousel-flickity-fixed-content .nectar-carousel-fixed-content .nectar-button span {
  -webkit-transform: none;
          transform: none;
}

html body.material .nectar-carousel-flickity-fixed-content .nectar-carousel-fixed-content .nectar-button i {
  display: none;
}

html body.material .nectar-carousel-flickity-fixed-content .nectar-flickity .flickity-viewport .cell {
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  html body.material .nectar-carousel-flickity-fixed-content .nectar-flickity .flickity-viewport .cell {
    padding: 0;
  }
  html body.material .nectar-carousel-flickity-fixed-content .nectar-flickity .flickity-viewport .cell.is-selected {
    margin-left: -2px;
  }
}

html body.material .nectar-carousel-flickity-fixed-content .nectar-flickity .flickity-viewport .cell .inner-wrap-outer .inner-wrap .nectar_single_testimonial[data-style="small_modern"] .inner .open-quote {
  color: #E75118;
}

html body.material .nectar-carousel-flickity-fixed-content .nectar-flickity .flickity-viewport .cell .inner-wrap-outer .inner-wrap .nectar_single_testimonial[data-style="small_modern"] .inner p {
  font-size: 20px;
  line-height: 30px;
}

html body.material .team-member[data-style="bio_fullscreen_alt"] .team-member-image {
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  html body.material .team-member[data-style="bio_fullscreen_alt"] .team-member-image .team-member-image-inner {
    max-height: 325px;
    /* IE11 Flex / Image Stretch bugfix */
  }
}

html body.material .team-member[data-style="bio_fullscreen_alt"] .team-meta h5 {
  display: none;
}

html body.material .team-member[data-style="bio_fullscreen_alt"] .team-meta h3 {
  font-size: 24px !important;
  line-height: 36px !important;
  color: #181918;
}

html body.material .team-member[data-style="bio_fullscreen_alt"] .team-meta p {
  font-size: 14px;
  line-height: 21px;
}

html body.material .team-member[data-style="bio_fullscreen_alt"] .team-meta .nectar-cta {
  padding-top: 20px;
  padding-bottom: 5px;
}

@media screen and (min-width: 1000px) {
  html body.material .team-member[data-style="bio_fullscreen_alt"] .team-meta .nectar-cta {
    padding-bottom: 25px;
  }
}

html body.material .team-member[data-style="bio_fullscreen_alt"] .team-meta .nectar-cta .link_wrap a.link_text {
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

html body.material .team-member[data-style="bio_fullscreen_alt"] .team-meta .nectar-cta .link_wrap a.link_text svg {
  margin-left: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

html body.material .team-member[data-style="bio_fullscreen_alt"] .team-meta .nectar-cta .link_wrap a.link_text .line {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

html body.material .nectar_team_member_overlay .inner-wrap {
  background-color: #ffffff;
}

html body.material .nectar_team_member_overlay .inner-wrap .team_member_details .bio-inner h1,
html body.material .nectar_team_member_overlay .inner-wrap .team_member_details .bio-inner h2,
html body.material .nectar_team_member_overlay .inner-wrap .team_member_details .bio-inner h3,
html body.material .nectar_team_member_overlay .inner-wrap .team_member_details .bio-inner h4,
html body.material .nectar_team_member_overlay .inner-wrap .team_member_details .bio-inner h5,
html body.material .nectar_team_member_overlay .inner-wrap .team_member_details .bio-inner h6 {
  color: #181918;
}

html body.material .nectar_team_member_overlay .inner-wrap .team_member_details .bio-inner .bottom_meta a {
  color: #EB84B0;
}

@media screen and (min-width: 1000px) {
  html body.material .nectar_team_member_overlay .inner-wrap .team_member_details .bio-inner .bottom_meta a {
    padding-right: 40px;
  }
}

html body.material .nectar-scrolling-tabs .scrolling-tab-nav .wpb_tabs_nav .menu-item a span {
  font-weight: 500;
  color: #181918;
  opacity: 0.4;
}

html body.material .nectar-scrolling-tabs .scrolling-tab-nav .wpb_tabs_nav .menu-item.active a span {
  opacity: 1;
}

html body.material .nectar-scrolling-tabs .scrolling-tab-content .scrolling-tab-mobile-title .inner {
  display: none;
}

html body.material .wpb_text_column a {
  color: #E75118;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

html body.material .wpb_text_column a:hover {
  opacity: 0.8;
}

html body.material .toggles[data-style="minimal"] .toggle {
  border: none;
}

html body.material .toggles[data-style="minimal"] .toggle h3,
html body.material .toggles[data-style="minimal"] .toggle h3 a {
  font-size: 24px !important;
  line-height: 36px !important;
  font-weight: 700;
}

html body.material .toggles[data-style="minimal"] .toggle h3 a {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #E75118;
}

html body.material .toggles[data-style="minimal"] .toggle h3 a i {
  border-color: #E75118;
  top: 22px;
  margin-top: 0;
}

html body.material .toggles[data-style="minimal"] .toggle h3 a i::before, html body.material .toggles[data-style="minimal"] .toggle h3 a i::after {
  background-color: #E75118;
}

html body.material .toggles[data-style="minimal"] .toggle .inner-toggle-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  html body.material .toggles[data-style="minimal"] .toggle .inner-toggle-wrap {
    padding-right: 130px;
    padding-bottom: 40px;
  }
}

html body.material .toggles[data-style="minimal"] .toggle .inner-toggle-wrap .wpb_text_column .wpb_wrapper * {
  font-size: 20px;
  line-height: 30px;
}

@media screen and (max-width: 999px) {
  html body.material .toggles[data-style="minimal"] .toggle .inner-toggle-wrap .wpb_text_column .wpb_wrapper * {
    text-align: center;
  }
}

html body.material .BambooHR-ATS-board h2 {
  display: none;
}

html body.material .BambooHR-ATS-board .BambooHR-ATS-Department-List .BambooHR-ATS-Department-Item .BambooHR-ATS-Department-Header {
  color: #181918;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: lowercase;
}

html body.material .BambooHR-ATS-board .BambooHR-ATS-Department-List .BambooHR-ATS-Department-Item .BambooHR-ATS-Jobs-List {
  border-bottom: none;
  padding: 0;
  padding-left: 40px;
  margin: 0;
}

html body.material .BambooHR-ATS-board .BambooHR-ATS-Department-List .BambooHR-ATS-Department-Item .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item {
  display: block;
}

html body.material .BambooHR-ATS-board .BambooHR-ATS-Department-List .BambooHR-ATS-Department-Item .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item a,
html body.material .BambooHR-ATS-board .BambooHR-ATS-Department-List .BambooHR-ATS-Department-Item .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
  display: block;
  float: none;
}

html body.material .BambooHR-ATS-board .BambooHR-ATS-Department-List .BambooHR-ATS-Department-Item .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item a {
  color: #E75118;
  cursor: pointer;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

html body.material .BambooHR-ATS-board .BambooHR-ATS-Department-List .BambooHR-ATS-Department-Item .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
  font-size: 20px;
  line-height: 30px;
  padding-top: 5px;
}

html body.material .BambooHR-ATS-board .BambooHR-ATS-Department-List .BambooHR-ATS-Department-Item .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item:first-child {
  margin-top: 25px !important;
}

html body.material .BambooHR-ATS-board .BambooHR-ATS-Department-List .BambooHR-ATS-Department-Item .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item:not(:last-child) {
  margin-bottom: 25px !important;
}

html body.material .BambooHR-ATS-board .BambooHR-ATS-Department-List .BambooHR-ATS-Department-Item:not(:last-child) {
  margin-bottom: 40px !important;
}

html body.material #BambooHR-Footer {
  display: none;
}

html body.material .img-border-left-pink .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-top-pink .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-top-pink-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-pink .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-pink-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-pink-thinner .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-yellow .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-yellow-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-yellow-thinner .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-red .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-red-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-red-thinner .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-blue .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-blue-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-blue-thinner .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after {
  content: " ";
  display: inline-block;
  position: absolute;
}

html body.material .img-border-left-pink .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after {
  left: 0;
  top: 0;
  bottom: 0;
  width: 12%;
  background-color: #EB84B0;
}

html body.material .img-border-top-pink .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-top-pink-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after {
  left: 0;
  right: 0;
  top: 0;
  background-color: #EB84B0;
}

html body.material .img-border-top-pink .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after {
  height: 15%;
}

html body.material .img-border-top-pink-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after {
  height: 12%;
}

html body.material .img-border-bottom-pink .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-pink-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-pink-thinner .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-yellow .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-yellow-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-yellow-thinner .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-red .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-red-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-red-thinner .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-blue .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-blue-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-blue-thinner .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after {
  left: 0;
  right: 0;
  bottom: 0;
}

html body.material .img-border-bottom-pink .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-yellow .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-blue .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-red .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after {
  height: 23%;
}

html body.material .img-border-bottom-pink-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-yellow-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-blue-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-red-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after {
  height: 14%;
}

html body.material .img-border-bottom-pink-thinner .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-yellow-thinner .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-blue-thinner .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-red-thinner .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after {
  height: 10%;
}

html body.material .img-border-bottom-yellow .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-yellow-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-yellow-thinner .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after {
  background-color: #FFC200;
}

html body.material .img-border-bottom-red .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-red-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-red-thinner .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after {
  background-color: #E75118;
}

html body.material .img-border-bottom-blue .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-blue-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-blue-thinner .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after {
  background-color: #0254B0;
}

html body.material .img-border-bottom-pink .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-pink-thin .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after,
html body.material .img-border-bottom-pink-thinner .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner::after {
  background-color: #EB84B0;
}

html body.material.archive #page-header-wrap #page-header-bg .container .row .col .inner-wrap h1,
html body.material.archive #page-header-wrap #page-header-bg .container .row .col .inner-wrap .subheader, html body.material.blog #page-header-wrap #page-header-bg .container .row .col .inner-wrap h1,
html body.material.blog #page-header-wrap #page-header-bg .container .row .col .inner-wrap .subheader {
  color: #181918 !important;
}

html body.material.archive #page-header-wrap #page-header-bg .container .row .col .inner-wrap h1, html body.material.blog #page-header-wrap #page-header-bg .container .row .col .inner-wrap h1 {
  font-size: 40px !important;
  line-height: 50px !important;
}

@media screen and (min-width: 1000px) {
  html body.material.archive #page-header-wrap #page-header-bg .container .row .col .inner-wrap h1, html body.material.blog #page-header-wrap #page-header-bg .container .row .col .inner-wrap h1 {
    font-size: 72px !important;
    line-height: 92px !important;
  }
}

html,
body,
input,
textarea,
p,
a,
ul,
ol,
span,
div {
  font-family: "Poppins", sans-serif;
}

.text-primary {
  color: #FFC200 !important;
}

.text-secondary {
  color: #E75118 !important;
}

.text-tertiary {
  color: #0254B0 !important;
}

.text-grey-medium {
  color: #181918 !important;
}

.text-grey-medium * {
  color: #181918 !important;
}

.text-grey-dark {
  color: #111211 !important;
}

.text-grey-darker {
  color: #000000 !important;
}

.text-grey-darker * {
  color: #000000 !important;
}

.text-white {
  color: white !important;
}

.text-white a {
  color: white !important;
}

.text-uppercase {
  text-transform: uppercase;
}

html body.material .standard_section > .col.span_12.dark .text-primary,
html body.material .standard_section > .col.span_12.dark .text-primary *, html body.material .standard_section > .col.span_12.light .text-primary,
html body.material .standard_section > .col.span_12.light .text-primary *,
html body.material .full-width-section > .col.span_12.dark .text-primary,
html body.material .full-width-section > .col.span_12.dark .text-primary *,
html body.material .full-width-section > .col.span_12.light .text-primary,
html body.material .full-width-section > .col.span_12.light .text-primary *,
html body.material .full-width-content > .col.span_12.dark .text-primary,
html body.material .full-width-content > .col.span_12.dark .text-primary *,
html body.material .full-width-content > .col.span_12.light .text-primary,
html body.material .full-width-content > .col.span_12.light .text-primary * {
  color: #FFC200 !important;
}

.lead, html body.material .iwithtext .iwt-text p,
.lead *,
html body.material .iwithtext .iwt-text p * {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.lead:not(i), html body.material .iwithtext .iwt-text p:not(i),
.lead *:not(i),
html body.material .iwithtext .iwt-text p *:not(i) {
  font-family: "Poppins", sans-serif !important;
}

small,
.small {
  font-size: 14px;
  line-height: 21px;
}

html body.material h1,
html body.material h2,
html body.material h3,
html body.material h4,
html body.material h5,
html body.material h6 {
  color: #181918;
}

html body.material .wpb_row[data-midnight="light"] h1,
html body.material .wpb_row[data-midnight="light"] h2,
html body.material .wpb_row[data-midnight="light"] h3,
html body.material .wpb_row[data-midnight="light"] h4,
html body.material .wpb_row[data-midnight="light"] h5,
html body.material .wpb_row[data-midnight="light"] h6 {
  color: #ffffff;
}

@media screen and (max-width: 999px) {
  html body.material h1,
  html body.material h1.vc_custom_heading {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  html body.material h2,
  html body.material h2.vc_custom_heading {
    font-size: 32px !important;
    line-height: 52px !important;
  }
  html body.material h3,
  html body.material h3.vc_custom_heading {
    font-size: 28px !important;
    line-height: 42px !important;
  }
}

html body.material .ocm-effect-wrap-inner #header-outer {
  margin-top: 0;
  z-index: 10000;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

html body.material .ocm-effect-wrap-inner #header-outer header#top .navbar-book-now-cta {
  display: inline-block;
  color: #FFC200;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 35px;
  padding: 0;
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

html body.material .ocm-effect-wrap-inner #header-outer header#top .navbar-book-now-cta::after {
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #FFC200;
  position: absolute;
  left: 0;
  bottom: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 1000px) {
  html body.material .ocm-effect-wrap-inner #header-outer header#top .navbar-book-now-cta {
    display: none;
  }
}

html body.material .ocm-effect-wrap-inner #header-outer header#top nav > ul > li.menu-item.button_solid_color a {
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  text-align: center;
}

html body.material .ocm-effect-wrap-inner #header-outer header#top nav > ul > li.menu-item.button_solid_color a::before {
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  height: 51px;
  padding-bottom: 0;
}

html body.material .ocm-effect-wrap-inner #header-outer header#top nav > ul > li.menu-item.button_solid_color a:hover::before {
  opacity: 0.8 !important;
}

html body.material .ocm-effect-wrap-inner #header-outer header#top nav > ul > li.menu-item.button_solid_color a:active, html body.material .ocm-effect-wrap-inner #header-outer header#top nav > ul > li.menu-item.button_solid_color a:focus {
  color: white !important;
}

html body.material .ocm-effect-wrap-inner #header-outer header#top nav > ul > li.menu-item.button_solid_color.sfHover:not(#social-in-menu):not(.button_solid_color) > a {
  color: #FFC200 !important;
}

html body.material .ocm-effect-wrap-inner #header-outer.side-widget-open {
  -webkit-box-shadow: none;
          box-shadow: none;
}

html body.material .ocm-effect-wrap-inner #header-outer.transparent.dark-slide header#top .navbar-book-now-cta {
  color: white;
}

html body.material .ocm-effect-wrap-inner #header-outer.transparent.dark-slide header#top .navbar-book-now-cta::after {
  background-color: white;
}

@media screen and (max-width: 999px) {
  html body.material #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
    opacity: 1;
    font-size: 32px !important;
    line-height: 40px !important;
  }
}

html body.material a.button, html body.material a.nectar-button,
html body.material button.button,
html body.material button.nectar-button {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

html body.material a.button.medium, html body.material a.button.large, html body.material a.nectar-button.medium, html body.material a.nectar-button.large,
html body.material button.button.medium,
html body.material button.button.large,
html body.material button.nectar-button.medium,
html body.material button.nectar-button.large {
  padding: 15px 20px !important;
  border-width: 4px;
  margin-bottom: 0;
}

html body.material a.button.medium span, html body.material a.button.large span, html body.material a.nectar-button.medium span, html body.material a.nectar-button.large span,
html body.material button.button.medium span,
html body.material button.button.large span,
html body.material button.nectar-button.medium span,
html body.material button.nectar-button.large span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  html body.material a.button.medium span, html body.material a.button.large span, html body.material a.nectar-button.medium span, html body.material a.nectar-button.large span,
  html body.material button.button.medium span,
  html body.material button.button.large span,
  html body.material button.nectar-button.medium span,
  html body.material button.nectar-button.large span {
    font-size: 18px;
    line-height: 27px;
  }
}

html body.material a.button.jumbo, html body.material a.nectar-button.jumbo,
html body.material button.button.jumbo,
html body.material button.nectar-button.jumbo {
  padding: 24px 50px !important;
  display: block;
  text-align: center;
}

html body.material a.button.jumbo span, html body.material a.nectar-button.jumbo span,
html body.material button.button.jumbo span,
html body.material button.nectar-button.jumbo span {
  font-size: 20px;
}

@media screen and (min-width: 1000px) {
  html body.material a.button:hover, html body.material a.nectar-button:hover,
  html body.material button.button:hover,
  html body.material button.nectar-button:hover {
    -webkit-transform: translateY(-5px) !important;
            transform: translateY(-5px) !important;
    -webkit-box-shadow: 0 5px 5px 0 rgba(231, 81, 24, 0.25) !important;
            box-shadow: 0 5px 5px 0 rgba(231, 81, 24, 0.25) !important;
  }
}

html body.material a.button.thick-button, html body.material a.nectar-button.thick-button,
html body.material button.button.thick-button,
html body.material button.nectar-button.thick-button {
  padding: 50px 32px !important;
  margin: 16px 0;
  min-width: unset;
}

html body.material .nectar-cta .link_wrap .link_text .text {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

@media screen and (min-width: 1000px) {
  html body.material .nectar-cta .link_wrap .link_text .text {
    font-size: 18px;
    line-height: 27px;
  }
}

#ui-datepicker-div {
  z-index: 1000 !important;
}

html body.material {
  /* Checkbox & Radio Style Override */
}

html body.material .checkbox,
html body.material .radio {
  margin: 0;
  display: inline-block;
  text-align: left;
  width: 100%;
}

html body.material .checkbox label,
html body.material .radio label {
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
  line-height: 18px;
  display: inline-block;
  width: 100%;
}

html body.material .checkbox label span,
html body.material .radio label span {
  color: #111211 !important;
  text-align: left !important;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 500;
  letter-spacing: normal;
  margin-left: 10px;
  cursor: pointer;
  vertical-align: middle;
}

html body.material .checkbox label input[type="checkbox"],
html body.material .checkbox label input[type="radio"],
html body.material .radio label input[type="checkbox"],
html body.material .radio label input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 1px;
  margin: 0;
  opacity: 0;
  position: relative;
  top: 3px;
}

html body.material .checkbox label input[type="checkbox"][disabled="disabled"] + .checkboxCover,
html body.material .checkbox label input[type="checkbox"][disabled="disabled"] + .radioCover,
html body.material .checkbox label input[type="radio"][disabled="disabled"] + .checkboxCover,
html body.material .checkbox label input[type="radio"][disabled="disabled"] + .radioCover,
html body.material .radio label input[type="checkbox"][disabled="disabled"] + .checkboxCover,
html body.material .radio label input[type="checkbox"][disabled="disabled"] + .radioCover,
html body.material .radio label input[type="radio"][disabled="disabled"] + .checkboxCover,
html body.material .radio label input[type="radio"][disabled="disabled"] + .radioCover {
  background-color: #FAFAFA;
  cursor: not-allowed;
}

html body.material .checkbox label input[type="checkbox"][disabled="disabled"] + .checkboxCover + p span,
html body.material .checkbox label input[type="checkbox"][disabled="disabled"] + .radioCover + p span,
html body.material .checkbox label input[type="radio"][disabled="disabled"] + .checkboxCover + p span,
html body.material .checkbox label input[type="radio"][disabled="disabled"] + .radioCover + p span,
html body.material .radio label input[type="checkbox"][disabled="disabled"] + .checkboxCover + p span,
html body.material .radio label input[type="checkbox"][disabled="disabled"] + .radioCover + p span,
html body.material .radio label input[type="radio"][disabled="disabled"] + .checkboxCover + p span,
html body.material .radio label input[type="radio"][disabled="disabled"] + .radioCover + p span {
  cursor: not-allowed;
}

html body.material .checkbox label input[type="checkbox"][disabled="disabled"]:checked + .checkboxCover,
html body.material .checkbox label input[type="checkbox"][disabled="disabled"]:checked + .radioCover,
html body.material .checkbox label input[type="radio"][disabled="disabled"]:checked + .checkboxCover,
html body.material .checkbox label input[type="radio"][disabled="disabled"]:checked + .radioCover,
html body.material .radio label input[type="checkbox"][disabled="disabled"]:checked + .checkboxCover,
html body.material .radio label input[type="checkbox"][disabled="disabled"]:checked + .radioCover,
html body.material .radio label input[type="radio"][disabled="disabled"]:checked + .checkboxCover,
html body.material .radio label input[type="radio"][disabled="disabled"]:checked + .radioCover {
  background-image: none;
}

html body.material .checkbox label input[type="checkbox"] + .checkboxCover,
html body.material .checkbox label input[type="checkbox"] + .radioCover,
html body.material .checkbox label input[type="radio"] + .checkboxCover,
html body.material .checkbox label input[type="radio"] + .radioCover,
html body.material .radio label input[type="checkbox"] + .checkboxCover,
html body.material .radio label input[type="checkbox"] + .radioCover,
html body.material .radio label input[type="radio"] + .checkboxCover,
html body.material .radio label input[type="radio"] + .radioCover {
  background-size: 11px;
  -webkit-box-shadow: 0 0 0 0 #FFC200 inset;
          box-shadow: 0 0 0 0 #FFC200 inset;
  cursor: pointer;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  z-index: 800;
  outline: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #999;
  border-radius: 0;
  background-color: white;
  top: 3px;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

html body.material .checkbox label input[type="checkbox"] + .checkboxCover + p,
html body.material .checkbox label input[type="checkbox"] + .radioCover + p,
html body.material .checkbox label input[type="radio"] + .checkboxCover + p,
html body.material .checkbox label input[type="radio"] + .radioCover + p,
html body.material .radio label input[type="checkbox"] + .checkboxCover + p,
html body.material .radio label input[type="checkbox"] + .radioCover + p,
html body.material .radio label input[type="radio"] + .checkboxCover + p,
html body.material .radio label input[type="radio"] + .radioCover + p {
  display: inline-block;
  width: calc(100% - 35px);
  padding-left: 5px;
}

html body.material .checkbox label input[type="checkbox"] + .checkboxCover + p span,
html body.material .checkbox label input[type="checkbox"] + .radioCover + p span,
html body.material .checkbox label input[type="radio"] + .checkboxCover + p span,
html body.material .checkbox label input[type="radio"] + .radioCover + p span,
html body.material .radio label input[type="checkbox"] + .checkboxCover + p span,
html body.material .radio label input[type="checkbox"] + .radioCover + p span,
html body.material .radio label input[type="radio"] + .checkboxCover + p span,
html body.material .radio label input[type="radio"] + .radioCover + p span {
  margin-left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

html body.material .checkbox label input[type="checkbox"] + .radioCover,
html body.material .checkbox label input[type="radio"] + .radioCover,
html body.material .radio label input[type="checkbox"] + .radioCover,
html body.material .radio label input[type="radio"] + .radioCover {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 2px;
  height: 22px;
  border: none;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}

html body.material .checkbox label input[type="checkbox"]:checked + .checkboxCover,
html body.material .checkbox label input[type="checkbox"]:checked + .radioCover,
html body.material .checkbox label input[type="radio"]:checked + .checkboxCover,
html body.material .checkbox label input[type="radio"]:checked + .radioCover,
html body.material .radio label input[type="checkbox"]:checked + .checkboxCover,
html body.material .radio label input[type="checkbox"]:checked + .radioCover,
html body.material .radio label input[type="radio"]:checked + .checkboxCover,
html body.material .radio label input[type="radio"]:checked + .radioCover {
  background-color: #FFC200;
  border-color: #FFC200;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

html body.material .checkbox label input[type="checkbox"]:checked + .checkboxCover + p span,
html body.material .checkbox label input[type="checkbox"]:checked + .radioCover + p span,
html body.material .checkbox label input[type="radio"]:checked + .checkboxCover + p span,
html body.material .checkbox label input[type="radio"]:checked + .radioCover + p span,
html body.material .radio label input[type="checkbox"]:checked + .checkboxCover + p span,
html body.material .radio label input[type="checkbox"]:checked + .radioCover + p span,
html body.material .radio label input[type="radio"]:checked + .checkboxCover + p span,
html body.material .radio label input[type="radio"]:checked + .radioCover + p span {
  color: #FFC200 !important;
}

html body.material .checkbox label input[type="checkbox"]:checked + .checkboxCover + span,
html body.material .checkbox label input[type="checkbox"]:checked + .radioCover + span,
html body.material .checkbox label input[type="radio"]:checked + .checkboxCover + span,
html body.material .checkbox label input[type="radio"]:checked + .radioCover + span,
html body.material .radio label input[type="checkbox"]:checked + .checkboxCover + span,
html body.material .radio label input[type="checkbox"]:checked + .radioCover + span,
html body.material .radio label input[type="radio"]:checked + .checkboxCover + span,
html body.material .radio label input[type="radio"]:checked + .radioCover + span {
  color: #FFC200 !important;
}

html body.material .checkbox label input[type="checkbox"]:checked + .checkboxCover,
html body.material .checkbox label input[type="radio"]:checked + .checkboxCover,
html body.material .radio label input[type="checkbox"]:checked + .checkboxCover,
html body.material .radio label input[type="radio"]:checked + .checkboxCover {
  background-image: url("./assets/images/icon-tick.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: white;
  border-color: #999;
}

html body.material .checkbox label input[type="checkbox"]:focus,
html body.material .checkbox label input[type="radio"]:focus,
html body.material .radio label input[type="checkbox"]:focus,
html body.material .radio label input[type="radio"]:focus {
  outline: none;
}

html body.material .checkbox label input[type="radio"],
html body.material .radio label input[type="radio"] {
  width: 2px;
}

html body.material .wpcf7 {
  margin-bottom: 5px !important;
}

html body.material .wpcf7 .wpcf7-form {
  margin-left: -10px;
  margin-right: -10px;
}

html body.material .wpcf7 .wpcf7-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #181918;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: lowercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

html body.material .wpcf7 .wpcf7-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #181918;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: lowercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

html body.material .wpcf7 .wpcf7-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #181918;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: lowercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

html body.material .wpcf7 .wpcf7-form :-moz-placeholder {
  /* Firefox 18- */
  color: #181918;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: lowercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

html body.material .wpcf7 .wpcf7-form .quarter-width,
html body.material .wpcf7 .wpcf7-form .third-width,
html body.material .wpcf7 .wpcf7-form .half-width,
html body.material .wpcf7 .wpcf7-form .full-width {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

html body.material .wpcf7 .wpcf7-form .quarter-width h5,
html body.material .wpcf7 .wpcf7-form .third-width h5,
html body.material .wpcf7 .wpcf7-form .half-width h5,
html body.material .wpcf7 .wpcf7-form .full-width h5 {
  margin-top: 40px;
}

@media screen and (min-width: 1000px) {
  html body.material .wpcf7 .wpcf7-form .quarter-width h5,
  html body.material .wpcf7 .wpcf7-form .third-width h5,
  html body.material .wpcf7 .wpcf7-form .half-width h5,
  html body.material .wpcf7 .wpcf7-form .full-width h5 {
    margin-top: 45px;
  }
}

html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap {
  margin-top: 10px;
  margin-bottom: 5px;
}

html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap.your-date .wpcf7-form-control.wpcf7-date,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap.your-date .wpcf7-form-control.wpcf7-date,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap.your-date .wpcf7-form-control.wpcf7-date,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap.your-date .wpcf7-form-control.wpcf7-date {
  min-width: 95%;
}

html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox),
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox),
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox),
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox) {
  padding: 5px 0 !important;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #181918;
  color: #181918;
  margin: 0;
}

html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox):not(.wpcf7-textarea),
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox):not(.wpcf7-textarea),
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox):not(.wpcf7-textarea),
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox):not(.wpcf7-textarea) {
  height: 40px;
}

html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox).wpcf7-textarea,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox).wpcf7-textarea,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox).wpcf7-textarea,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox).wpcf7-textarea {
  padding-top: 10px !important;
}

html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox):active, html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox):focus, html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox):hover,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox):active,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox):focus,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox):hover,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox):active,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox):focus,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox):hover,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox):active,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox):focus,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox):hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #E75118;
}

html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox).wpcf7-number,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox).wpcf7-number,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox).wpcf7-number,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox).wpcf7-number {
  width: 100%;
  color: #181918;
}

html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox).wpcf7-not-valid,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox).wpcf7-not-valid,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox).wpcf7-not-valid,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-checkbox).wpcf7-not-valid {
  border-color: #D02C2A;
}

html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox, html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance {
  display: block;
}

html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item, html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"], html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"],
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"],
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"],
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"],
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"],
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"],
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  opacity: 0;
  margin: 0;
}

html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label, html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label {
  display: inline-block;
  color: #181918;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  padding-left: 30px;
  position: relative;
  text-transform: lowercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label::before, html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label::before,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label::before,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label::before,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label::before,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label::before,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label::before,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label::before {
  content: " ";
  width: 12px;
  height: 12px;
  background-color: white;
  border: 2px solid #181918;
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label, html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label {
  color: #FFC200;
}

html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::before, html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: #FFC200;
  border: 2px solid #FFC200;
}

html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.wpcf7-not-valid, html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.wpcf7-not-valid,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.wpcf7-not-valid,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.wpcf7-not-valid,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid {
  color: #D02C2A;
}

html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance {
  margin-bottom: 35px;
}

html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox,
html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox,
html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox,
html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox {
  padding-left: 10px;
  margin-top: 30px;
}

@media screen and (max-width: 999px) {
  html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item,
  html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item,
  html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item,
  html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  html body.material .wpcf7 .wpcf7-form .quarter-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:not(:last-child),
  html body.material .wpcf7 .wpcf7-form .third-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:not(:last-child),
  html body.material .wpcf7 .wpcf7-form .half-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:not(:last-child),
  html body.material .wpcf7 .wpcf7-form .full-width .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:not(:last-child) {
    margin-right: 100px;
  }
}

html body.material .wpcf7 .wpcf7-form .quarter-width.float-label h6,
html body.material .wpcf7 .wpcf7-form .third-width.float-label h6,
html body.material .wpcf7 .wpcf7-form .half-width.float-label h6,
html body.material .wpcf7 .wpcf7-form .full-width.float-label h6 {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 0;
  opacity: 0;
}

html body.material .wpcf7 .wpcf7-form .quarter-width.float-label.in-focus h6,
html body.material .wpcf7 .wpcf7-form .third-width.float-label.in-focus h6,
html body.material .wpcf7 .wpcf7-form .half-width.float-label.in-focus h6,
html body.material .wpcf7 .wpcf7-form .full-width.float-label.in-focus h6 {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 1;
}

html body.material .wpcf7 .wpcf7-form .quarter-width.float-label.in-focus ::-webkit-input-placeholder,
html body.material .wpcf7 .wpcf7-form .third-width.float-label.in-focus ::-webkit-input-placeholder,
html body.material .wpcf7 .wpcf7-form .half-width.float-label.in-focus ::-webkit-input-placeholder,
html body.material .wpcf7 .wpcf7-form .full-width.float-label.in-focus ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}

html body.material .wpcf7 .wpcf7-form .quarter-width.float-label.in-focus ::-moz-placeholder,
html body.material .wpcf7 .wpcf7-form .third-width.float-label.in-focus ::-moz-placeholder,
html body.material .wpcf7 .wpcf7-form .half-width.float-label.in-focus ::-moz-placeholder,
html body.material .wpcf7 .wpcf7-form .full-width.float-label.in-focus ::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

html body.material .wpcf7 .wpcf7-form .quarter-width.float-label.in-focus :-ms-input-placeholder,
html body.material .wpcf7 .wpcf7-form .third-width.float-label.in-focus :-ms-input-placeholder,
html body.material .wpcf7 .wpcf7-form .half-width.float-label.in-focus :-ms-input-placeholder,
html body.material .wpcf7 .wpcf7-form .full-width.float-label.in-focus :-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}

html body.material .wpcf7 .wpcf7-form .quarter-width.float-label.in-focus :-moz-placeholder,
html body.material .wpcf7 .wpcf7-form .third-width.float-label.in-focus :-moz-placeholder,
html body.material .wpcf7 .wpcf7-form .half-width.float-label.in-focus :-moz-placeholder,
html body.material .wpcf7 .wpcf7-form .full-width.float-label.in-focus :-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

html body.material .wpcf7 .wpcf7-form .quarter-width.float-label.in-focus .wpcf7-form-control:not(.wpcf7-not-valid),
html body.material .wpcf7 .wpcf7-form .third-width.float-label.in-focus .wpcf7-form-control:not(.wpcf7-not-valid),
html body.material .wpcf7 .wpcf7-form .half-width.float-label.in-focus .wpcf7-form-control:not(.wpcf7-not-valid),
html body.material .wpcf7 .wpcf7-form .full-width.float-label.in-focus .wpcf7-form-control:not(.wpcf7-not-valid) {
  border-bottom-color: #E75118;
}

html body.material .wpcf7 .wpcf7-form .quarter-width {
  width: 50%;
}

html body.material .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  color: #D02C2A !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  padding: 2px 0;
}

html body.material .wpcf7 .wpcf7-form button[type="submit"]:hover, html body.material .wpcf7 .wpcf7-form button[type="submit"]:active, html body.material .wpcf7 .wpcf7-form button[type="submit"]:focus, html body.material .wpcf7 .wpcf7-form button#sending:hover, html body.material .wpcf7 .wpcf7-form button#sending:active, html body.material .wpcf7 .wpcf7-form button#sending:focus {
  background-color: transparent !important;
  border-color: #E75118 !important;
}

html body.material .wpcf7 .wpcf7-form button[type="submit"]:disabled, html body.material .wpcf7 .wpcf7-form button#sending:disabled {
  cursor: not-allowed;
  opacity: 0.6 !important;
}

html body.material .wpcf7 .wpcf7-form button[type="submit"]:disabled:hover, html body.material .wpcf7 .wpcf7-form button[type="submit"]:disabled:active, html body.material .wpcf7 .wpcf7-form button[type="submit"]:disabled:focus, html body.material .wpcf7 .wpcf7-form button#sending:disabled:hover, html body.material .wpcf7 .wpcf7-form button#sending:disabled:active, html body.material .wpcf7 .wpcf7-form button#sending:disabled:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

@media screen and (min-width: 1000px) {
  html body.material .wpcf7 .wpcf7-form .quarter-width {
    display: inline-block;
    width: 25%;
  }
  html body.material .wpcf7 .wpcf7-form .third-width {
    display: inline-block;
    width: 33.3333%;
  }
  html body.material .wpcf7 .wpcf7-form .half-width {
    display: inline-block;
    width: 50%;
  }
}

html body.material .wpcf7 .wpcf7-form .wpcf7-response-output {
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 2px solid transparent !important;
  padding: 0 5px;
  font-weight: 500;
}

html body.material .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng, html body.material .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors, html body.material .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-acceptance-missing, html body.material .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked {
  color: #D02C2A !important;
}

html body.material .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng::before, html body.material .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors::before, html body.material .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-acceptance-missing::before, html body.material .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked::before {
  color: #D02C2A;
  font-family: "FontAwesome", "Poppins", sans-serif, serif;
  content: "\F00D";
  margin-right: 5px;
  font-size: 14px;
}

html body.material .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #0254B0 !important;
}

html body.material .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok::before {
  color: #0254B0;
  font-family: "FontAwesome", "Poppins", sans-serif, serif;
  content: "\F00C";
  margin-right: 5px;
  font-size: 14px;
}

.fancy-select-wrap {
  padding-top: 14px !important;
}

.fancy-select-wrap .select2-container {
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 1000px) {
  .fancy-select-wrap .select2-container.selectpicker-short {
    max-width: 70%;
  }
}

.fancy-select-wrap .select2-container a.select2-choice {
  padding: 5px 0 !important;
  height: 40px !important;
  border: none;
  border-bottom: 1px solid #181918;
  border-radius: 0;
  -moz-text-align-last: left;
       text-align-last: left;
  color: #181918;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.fancy-select-wrap .select2-container a.select2-choice span.select2-chosen {
  text-align: left;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  color: #181918 !important;
  text-transform: lowercase;
}

.fancy-select-wrap .select2-container a.select2-choice .select2-arrow {
  right: 10px;
}

.fancy-select-wrap .select2-container a.select2-choice .select2-arrow b::after {
  border: none;
  font-family: "FontAwesome", sans-serif;
  content: "\F107";
  width: 20px;
  height: 40px;
  margin: 0;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  color: black;
  text-align: center;
  top: unset;
}

.fancy-select-wrap .select2-container a.select2-choice:hover {
  background-color: transparent !important;
  border-color: #E75118 !important;
}

.fancy-select-wrap .select2-container a.select2-choice:hover span.select2-chosen {
  color: #181918 !important;
}

.fancy-select-wrap .select2-container.select2-dropdown-open a.select2-choice {
  background-color: transparent !important;
  border-color: #E75118 !important;
}

.fancy-select-wrap .select2-container.select2-dropdown-open a.select2-choice .select2-arrow b::after {
  border: none;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.fancy-select-wrap .select2-container.wpcf7-not-valid {
  background-image: none !important;
}

.fancy-select-wrap .select2-container.wpcf7-not-valid a.select2-choice {
  border-color: #D02C2A !important;
}

.select2-drop {
  margin-top: -1px;
  border: 1px solid #181918 !important;
}

.select2-drop .select2-search {
  background-color: #181918;
  padding-left: 20px;
  padding-right: 20px;
}

.select2-drop .select2-search .select2-input {
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.select2-drop .select2-search .select2-input:active, .select2-drop .select2-search .select2-input:focus {
  border-color: #ffffff;
}

.select2-drop .select2-results {
  padding: 0;
  background-color: #181918;
}

.select2-drop .select2-results .select2-result {
  margin: 0;
}

.select2-drop .select2-results .select2-result .select2-result-label {
  background-color: #181918;
  font-size: 16px;
  line-height: 1.13;
  font-family: "Poppins", sans-serif;
  padding: 13px 18px;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.select2-drop .select2-results .select2-result.select2-highlighted .select2-result-label {
  color: #181918;
  background-color: #FFC200;
}

.grecaptcha-badge {
  z-index: 999;
  bottom: 75px !important;
}

/* *********************** AWEBER form custimization *********************** */
#af-form-497156026 .bodyText {
  margin-top: 50px;
  letter-spacing: 0px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #e75118;
  -webkit-font-smoothing: antialiased;
}

#af-form-497156026 .bodyText p {
  padding-bottom: 0;
}

#af-form-497156026 .af-element {
  margin: 25px 0;
}

#af-form-497156026 .af-element > label {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 0;
  opacity: 0;
}

#af-form-497156026 .af-element.in-focus > label {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

#af-form-497156026 .af-element .af-textWrap input {
  padding: 5px 0 !important;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #181918;
  color: #181918;
  margin: 0;
  height: 40px;
}

#af-form-497156026 .af-element .af-textWrap input:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: #e75118;
}

#af-form-497156026 .af-element .af-textWrap input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: #e75118;
}

#af-form-497156026 .af-element .af-textWrap input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #181918;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: lowercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#af-form-497156026 .af-element .af-textWrap input::-moz-placeholder {
  /* Firefox 19+ */
  color: #181918;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: lowercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#af-form-497156026 .af-element .af-textWrap input:-ms-input-placeholder {
  /* IE 10+ */
  color: #181918;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: lowercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#af-form-497156026 .af-element .af-textWrap input:-moz-placeholder {
  /* Firefox 18- */
  color: #181918;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: lowercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#af-form-497156026 .af-element .af-textWrap input.in-focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}

#af-form-497156026 .af-element .af-textWrap input.in-focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

#af-form-497156026 .af-element .af-textWrap input.in-focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}

#af-form-497156026 .af-element .af-textWrap input.in-focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

#af-form-497156026 .af-element .af-selectWrap {
  width: 70%;
}

#af-form-497156026 .af-checkWrap {
  margin: 35px 0;
  position: relative;
}

#af-form-497156026 .af-checkWrap input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#af-form-497156026 .af-checkWrap input[type="checkbox"]:checked ~ label.choice {
  color: #ffc200 !important;
}

#af-form-497156026 .af-checkWrap input[type="checkbox"]:checked ~ label.choice::before {
  background-color: #ffc200;
  border: 2px solid #ffc200;
}

#af-form-497156026 .af-checkWrap label.choice {
  display: block;
  color: #181918;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  padding-left: 30px;
  position: relative;
  text-transform: lowercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#af-form-497156026 .af-checkWrap label.choice::before {
  content: " ";
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid #181918;
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#af-form-497156026 .buttonContainer input[type="submit"] {
  border: 4px solid #e75118;
  background-color: transparent;
  color: #e75118;
}

#af-form-497156026 .buttonContainer input[type="submit"]:hover {
  opacity: 1;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 5px 0 rgba(231, 81, 24, 0.25);
  box-shadow: 0 5px 5px 0 rgba(231, 81, 24, 0.25);
}

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

html body.material .table-responsive table {
  background-color: transparent;
  border: none;
}

html body.material .table-responsive table thead tr:nth-child(2n+1),
html body.material .table-responsive table tbody tr:nth-child(2n+1) {
  background-color: transparent;
}

html body.material .table-responsive table thead tr th,
html body.material .table-responsive table thead tr td,
html body.material .table-responsive table tbody tr th,
html body.material .table-responsive table tbody tr td {
  border: none !important;
  padding: 10px 0;
  text-align: left !important;
}

html body.material .table-responsive table thead tr th *,
html body.material .table-responsive table thead tr td *,
html body.material .table-responsive table tbody tr th *,
html body.material .table-responsive table tbody tr td * {
  text-align: left !important;
}

html body.material .table-responsive table thead a,
html body.material .table-responsive table tbody a {
  color: #E75118;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

html body.material .table-responsive table thead a:hover,
html body.material .table-responsive table tbody a:hover {
  opacity: 0.8;
}

html body.material .table-responsive table tbody tr {
  border-bottom: 2px solid #ffffff;
}

html body.material .table-responsive table tbody tr td:not(:last-child) {
  padding-right: 10px;
}

html body #footer-outer #footer-widgets .row {
  padding-top: 55px;
  padding-bottom: 70px;
}

@media screen and (min-width: 1000px) {
  html body #footer-outer #footer-widgets .row {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 999px) {
  html body #footer-outer #footer-widgets .row .col.span_3.one-fourths {
    width: 100% !important;
    margin: 0 !important;
  }
  html body #footer-outer #footer-widgets .row .col.span_3.one-fourths:not(:last-child) {
    margin-bottom: 40px !important;
  }
}

html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget h4 {
  font-size: 18px !important;
  line-height: 27px !important;
  margin-bottom: 20px;
}

html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_media_image#media_image-2 {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 1000px) {
  html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_media_image#media_image-2 {
    text-align: left;
  }
}

html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_media_image#media_image-2 a {
  display: inline-block;
}

html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_media_image#media_image-2 a img {
  width: 100%;
  max-width: 325px !important;
}

html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_nav_menu {
  text-align: center;
  margin-top: 0;
}

@media screen and (min-width: 1000px) {
  html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_nav_menu {
    text-align: left;
  }
}

html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_nav_menu div ul.menu li.menu-item {
  padding: 0 !important;
}

html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_nav_menu div ul.menu li.menu-item a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_nav_menu div ul.menu li.menu-item a:hover {
  opacity: 0.6 !important;
}

@media screen and (max-width: 999px) {
  html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_nav_menu div ul.menu li.menu-item {
    margin-top: 5px;
  }
}

html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_nav_menu div.menu-footer-nav-3-container {
  margin-top: 20px;
}

html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_nav_menu div.menu-footer-nav-3-container ul.menu li.menu-item {
  margin: 10px 0;
}

html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_nav_menu div.menu-footer-nav-3-container ul.menu li.menu-item a {
  font-size: 12px;
  line-height: 18px;
}

html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_nav_menu div.menu-footer-nav-1-container ul.menu li.menu-item:not(:last-child), html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_nav_menu div.menu-footer-nav-2-container ul.menu li.menu-item:not(:last-child) {
  margin-bottom: 15px;
}

html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_text {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 1000px) {
  html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_text {
    text-align: left;
  }
}

html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_text .textwidget p {
  font-size: 12px !important;
  line-height: 18px;
}

html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_text .textwidget p:not(:last-child) {
  padding-bottom: 13px;
}

html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_text .textwidget p a {
  font-size: 16px;
  line-height: 22px;
  color: white !important;
}

html body #footer-outer #footer-widgets .row .col.span_3.one-fourths .widget.widget_text .textwidget p a:hover {
  opacity: 0.6 !important;
}

html body #footer-outer #copyright {
  padding-top: 45px;
  padding-bottom: 40px;
}

@media screen and (min-width: 1000px) {
  html body #footer-outer #copyright {
    padding: 20px 0;
  }
}

html body #footer-outer #copyright .container .col {
  line-height: normal;
}

@media screen and (max-width: 999px) {
  html body #footer-outer #copyright .container .col {
    margin: 0 !important;
  }
  html body #footer-outer #copyright .container .col:nth-child(2) {
    margin: 5px 0 !important;
  }
}

html body #footer-outer #copyright .container .col span,
html body #footer-outer #copyright .container .col a,
html body #footer-outer #copyright .container .col p {
  font-size: 12px !important;
  line-height: 18px;
}

html body #footer-outer #copyright .container .col .social {
  float: none;
  margin: auto;
  text-align: center;
}

html body #footer-outer #copyright .container .col .social li {
  display: inline-block;
  float: none;
  margin: 0 20px;
}

@media screen and (min-width: 1000px) {
  html body #footer-outer #copyright .container .col .social li {
    margin: 0 35px;
  }
}

html body #footer-outer #copyright .container .col .social li a i {
  top: 0;
}

html body #footer-outer #copyright .container .col .social li a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1000px) {
  html body #footer-outer #copyright .container .col.col_last {
    text-align: right;
  }
}

html body #footer-outer #copyright .container .col.col_last a {
  color: white !important;
  font-weight: 700;
}

html body #footer-outer #copyright .container .col.col_last a:hover {
  color: white !important;
}

@media screen and (max-width: 999px) {
  html body #footer-outer #copyright .container .col {
    width: 100%;
    text-align: center;
  }
  html body #footer-outer #copyright .container .col:not(:first-child):not(:last-child) {
    padding: 35px 0 25px;
  }
}

@media screen and (max-width: 768px) {
  section.mfn-widget-wrapper {
    overflow-x: scroll;
  }
}

div.mfn-archive, div.mf_dividendGraph, div.mf-owner-holding-dist, div.mf-owner-type-dist, div.mf_stockChart, div.mfn-subscribe {
  margin-bottom: 40px;
}

div.mfn-archive {
  overflow-x: scroll;
}

#mf_calendar {
  margin-bottom: 40px;
}

#mf_calendar_top_buttons {
  margin-bottom: 24px;
}

#mf_calendar_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

#mf_calendar .event_links a:first-child {
  margin-right: 8px;
}

#mf_calendar_buttons button, #mf_calendar_top_buttons button {
  cursor: pointer;
  border: 4px solid #e75118;
  background-color: transparent;
  color: #e75118;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 8px 16px !important;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  #mf_calendar_buttons button:hover, #mf_calendar_top_buttons button:hover {
    -webkit-transform: translateY(-5px) !important;
            transform: translateY(-5px) !important;
    -webkit-box-shadow: 0 5px 5px 0 rgba(231, 81, 24, 0.25) !important;
            box-shadow: 0 5px 5px 0 rgba(231, 81, 24, 0.25) !important;
  }
}

#mf_calendar_buttons button[disabled], #mf_calendar_top_buttons button[disabled] {
  opacity: .5;
}

.mf-kpi-dashboard {
  gap: 16px;
  margin-bottom: 40px;
}

.mf-kpi-dashboard .mf-kpi-dashboard-item {
  width: 100%;
  border: 1px solid #6b6b6b;
  padding: 8px;
}

@media screen and (min-width: 1024px) {
  .mf-kpi-dashboard .mf-kpi-dashboard-item {
    width: calc(33% - 8px);
  }
}

.mf-kpi-dashboard .mf-kpi-dashboard-name {
  text-align: left;
}

.mf-kpi-dashboard .mf-kpi-dashboard-value {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  color: #6b6b6b;
}

.mf-kpi-dashboard .mf-kpi-dashboard-label {
  text-align: right;
  font-size: 12px;
}

.mf-table + .source-text {
  margin-bottom: 16px;
}

.mfn-subscribe {
  color: white;
}

.mfn-subscribe .mfn-info, .mfn-subscribe ul {
  margin-bottom: 20px;
}

.mfn-subscribe .mfn-info {
  display: inline-block;
}

.mfn-subscribe .mfn-info-main {
  display: block;
}

.mfn-subscribe .mfn-info-main p {
  font-size: 20px;
}

.mfn-subscribe .subscription-wrapper {
  margin-bottom: 16px;
}

@media screen and (min-width: 576px) {
  .mfn-subscribe .subscription-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mfn-subscribe input#sub-email, .mfn-subscribe .mfn-field-address {
  background-color: white;
  margin: 0;
  margin-bottom: 16px;
}

@media screen and (min-width: 576px) {
  .mfn-subscribe input#sub-email, .mfn-subscribe .mfn-field-address {
    width: 300px;
    margin-bottom: 0;
  }
}

.mfn-subscribe .mfn-field-address, .mfn-subscribe .mfn-policy.mfn-sub-approve-text {
  margin-bottom: 20px;
}

.mfn-subscribe button {
  cursor: pointer;
  border: 4px solid #e75118;
  background-color: transparent;
  color: #e75118;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 8px 16px !important;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .mfn-subscribe button:hover {
    -webkit-transform: translateY(-5px) !important;
            transform: translateY(-5px) !important;
    -webkit-box-shadow: 0 5px 5px 0 rgba(231, 81, 24, 0.25) !important;
            box-shadow: 0 5px 5px 0 rgba(231, 81, 24, 0.25) !important;
  }
}

.mf-calendar-swiper {
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .mf-calendar-swiper {
    margin-bottom: 0;
  }
}

.mf-calendar-swiper .swiper-slide {
  cursor: pointer;
  position: relative;
  text-align: center;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mf-calendar-swiper .swiper-slide .year-month {
  border-bottom: 1px solid #E75119;
  color: #E75119;
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  padding: 0;
  margin: 0 auto 12px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: auto;
}

.mf-calendar-swiper .swiper-slide .calendar-event-title {
  color: #000;
  font-size: 16px;
  padding: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.mf-calendar-swiper .swiper-slide .calendar-dates {
  color: #999;
  font-size: 12px;
  padding: 0;
  margin-bottom: 8px;
}

.mf-calendar-swiper .swiper-slide .calendar-links {
  background: #E75119;
  border-radius: 1rem;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 10px 16px;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 1300px) {
  .mf-calendar-swiper .swiper-slide .calendar-links {
    opacity: 1;
    margin-top: auto;
  }
}

.mf-calendar-swiper .swiper-slide .calendar-links a {
  color: #FFF;
  margin: 0 0.25rem;
  text-decoration: underline;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mf-calendar-swiper .swiper-slide:hover .calendar-links {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .mf-calendar-swiper-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 16px 0;
  }
}

.mf-calendar-swiper-controls .swiper-button-next,
.mf-calendar-swiper-controls .swiper-button-prev {
  border-bottom: 40px solid transparent;
  border-top: 40px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mf-calendar-swiper-controls .swiper-button-next:after,
.mf-calendar-swiper-controls .swiper-button-prev:after {
  content: '';
}

@media screen and (max-width: 1000px) {
  .mf-calendar-swiper-controls .swiper-button-next,
  .mf-calendar-swiper-controls .swiper-button-prev {
    position: static;
    border: none !important;
    -webkit-transform: none;
            transform: none;
    margin: 0 24px;
  }
  .mf-calendar-swiper-controls .swiper-button-next:after,
  .mf-calendar-swiper-controls .swiper-button-prev:after {
    color: #E75119;
  }
}

.mf-calendar-swiper-controls .swiper-button-next {
  left: calc(100% + 16px);
  right: auto;
  border-left: 60px solid #0255B0;
}

@media screen and (max-width: 1000px) {
  .mf-calendar-swiper-controls .swiper-button-next:after {
    content: '>';
  }
}

.mf-calendar-swiper-controls .swiper-button-prev {
  right: calc(100% + 16px);
  left: auto;
  border-right: 60px solid #0255B0;
}

@media screen and (max-width: 1000px) {
  .mf-calendar-swiper-controls .swiper-button-prev:after {
    content: '<';
  }
}

.mfn-newsfeed {
  max-width: 1200px;
  margin: 0 auto;
}

.mfn-newsfeed #mfn-filter-form {
  margin-bottom: 40px;
}

.mfn-newsfeed .mfn-list {
  text-align: left;
}

.mfn-newsfeed .mfn-list .mfn-feed-year-header {
  margin-bottom: 32px;
}

.mfn-newsfeed .mfn-list .post {
  margin-bottom: 32px;
}

.mfn-newsfeed .mfn-list .post .post-header {
  margin-bottom: 0;
}

.mfn-newsfeed .mfn-list .post .title {
  margin-bottom: 8px;
}

.mfn-newsfeed .mfn-list .post .excerpt {
  margin: 0;
}

#mf-ticker-510a964f-66a4-4214-81ff-2c2d037c19e8 {
  color: #000;
  font-size: 13px;
  font-style: italic;
  max-width: 380px;
  padding: 30px 12px;
}

#mf-ticker-510a964f-66a4-4214-81ff-2c2d037c19e8 .stock-symbol {
  display: none;
}

#mf-ticker-510a964f-66a4-4214-81ff-2c2d037c19e8 .latest-price {
  font-style: normal;
  font-size: 42px;
  letter-spacing: -0.75px;
  line-height: 1;
  margin-bottom: 16px;
}

#mf-ticker-510a964f-66a4-4214-81ff-2c2d037c19e8 .latest-date {
  display: inline-block;
  margin-right: 6px;
}

#mf-ticker-510a964f-66a4-4214-81ff-2c2d037c19e8 .latest-time {
  display: inline-block;
}

.single.single-mfn_news .container.main-content {
  max-width: 1200px;
}

@media only screen and (max-width: 1000px) {
  .single.single-mfn_news .container.main-content {
    padding: 0 20px;
  }
  .single.single-mfn_news .container.main-content .blog_next_prev_buttons {
    margin-left: -20px !important;
  }
}

.single.single-mfn_news .container.main-content h1, .single.single-mfn_news .container.main-content .entry-title {
  font-size: 50px;
  line-height: 1.3;
}

.single.single-mfn_news .container.main-content .post-content .content-inner * {
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .single.single-mfn_news .container.main-content .post-content .content-inner * {
    margin-bottom: 12px;
  }
}
