/*
* Add child theme CSS Rules
*/

/* Colours:
*
* #CE143D red
* #AEBCC5 grey
* #f3f5f7 light grey

#333
#B3B3B3
#DEDEDE
#F7F7F7

*/

/************************* B A S I C S *************************/

@font-face {
  font-family: "Roboto Condensed";
  src: url("fonts/RobotoCondensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.ttf") format("truetype");
}

body {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
  hyphens: auto;
}

h1,
h2,
h3,
h3 a,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', Arial, sans-serif !important;
}

h1,
h2 {
  letter-spacing: 1px;
  line-height: 1.1 !important;
}

h3,
h3 a,
h4 {
  margin: 2.5rem 0 1.5rem !important;
  line-height: 1.3 !important;
}

h1 {
  font-size: 5.5rem !important;
  text-transform: uppercase;
}

h2 {
  font-size: 3.5rem !important;
  color: #CE143D;
  margin: 3.5rem 0 2.5rem !important;
  font-weight: 600 !important;
}

h3,
h3 a {
  font-size: 2.8rem !important;
}

h4 {
  font-size: 2.2rem !important;
}

h5 {
  font-size: 1.8rem !important;
}

main>section>section:first-child>.slider-hero {
  overflow: visible !important;
}

main>section>section:first-child>.slider-hero .wpb_column {
  position: absolute;
  bottom: -30px;
  z-index: 2;
}

main>section>section:first-child>.slider-hero img {
  width: 100vw;
  opacity: 0;
}

.page-title h1 {
  padding: 15px 30px !important;
  border: 2px solid #FFF;
  background-color: #AEBCC5;
  color: #FFF;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  max-width: 991px;
  margin: 0 auto !important;
  display: inline-block;
}

a {
  font-size: 18px !important;
}

p a:not(.ubtn-link) {
  position: relative;
}

p a:not(.ubtn-link),
p a:not(.ubtn-link):hover {
  color: #333;
}

p a:not(.ubtn-link):before {
  background-color: #CE143D;
  content: '';
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: width .2s ease-in-out;
  width: 100%;
}

p a:not(.ubtn-link):hover:before {
  width: 0;
}

.vc_section:not(:first-of-type):not(.full-width) {
  padding: 7.5rem 0 !important;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .vc_section:not(:first-of-type) {
    margin: 5rem 0 !important;
  }

  .vc_row>.container {
    padding: 0;
  }

  body,
  a {
    font-size: 16px !important;
  }

  h1 {
    font-size: 3rem !important;
  }

  h2 {
    font-size: 2.8rem !important;
  }

  h3,
  h3 a {
    font-size: 2.4rem !important;
  }

  h4 {
    font-size: 1.8rem !important;
  }

  h5 {
    font-size: 1.6rem !important;
  }
}

@media (max-width: 480px) {
  .page-title h1 {
    padding: 10px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

/************************* S E A R C H - F O R M *************************/


.transparent-header {
  max-width: 100vw;
  overflow-x: hidden;
}

.pixicon-elegant-search:before {
  font-size: 24px !important;
  line-height: inherit !important;
}

.topSearchForm input::placeholder {
  color: #FFF;
}

.topSearchForm {
  background: #AEBCC5;
  color: #FFF;
  font-size: 20px;
  border: 2px solid #fff;
  -webkit-transform: skew(-10deg) translateY(15px);
  -moz-transform: skew(-10deg) translateY(15px);
  -ms-transform: skew(-10deg) translateY(15px);
  -o-transform: skew(-10deg) translateY(15px);
  transform: skew(-10deg) translateY(15px)
}

.topSearchForm.show {
  -webkit-transform: skew(-10deg) translateY(0px);
  -moz-transform: skew(-10deg) translateY(0px);
  -ms-transform: skew(-10deg) translateY(0px);
  -o-transform: skew(-10deg) translateY(0px);
  transform: skew(-10deg) translateY(0px);
}

/************************* M E N U *************************/

#content-pusher.content-pushed .header-con.stuck {
  left: 0;
}

.menu-inner-wrap {
  font-size: 0;
  height: 46px;
}

.main-nav .menu li,
.main-nav .menu li a {
  letter-spacing: 1px;
  font-family: 'Roboto Condensed', Helvetica, sans-serif !important;
}

.sub-menu {
  padding: 15px !important;
}

.sub-menu li {
  text-transform: uppercase !important;
}

.menu-item .sub-menu li a img {
  width: 25px;
  height: 25px;
  filter: invert(100%);
}

.main-nav .sub-menu li a:hover {
  padding-left: 15px;
}

.menu-item .sub-menu li a span {
  font-size: 80%;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
}

.mobile-menu-nav .menu-item-has-children>.pix-dropdown-arrow {
  width: 100px;
}

.mobile-menu-nav .menu-item-has-children>.pix-dropdown-arrow:after {
  font-size: 28px;
}

@media (min-width: 992px) {
  .transparent-header .header-con:not(.stuck) .header {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media (min-width: 1025px) {
  .stuck .container-wrap {
    padding: 0 15px;
  }

  .stuck .main-nav .menu li a {
    font-size: 18px !important;
  }

  .col3 #logo {
    float: none !important;
    text-align: center !important;
  }

  .main-nav li.pix-submenu {
    position: initial;
  }

  .menu-item {
    hyphens: auto;
  }

  .menu-item .sub-menu {
    display: block;
    transition: all .1s ease-in-out;
    max-height: 0;
    margin-left: -60px;
    width: 100vw;
  }

  .main-nav li:hover>.sub-menu,
  .main-nav .sub-menu:hover {
    visibility: visible;
    opacity: 1;
    max-height: 100vh;
  }

  .menu-item .sub-menu li a {
    padding: 0 15px;
    text-align: center;
  }

  .menu-item .sub-menu li a img {
    background: #FFF;
    width: 75px;
    height: 75px;
    display: block;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 15px;
    transition: all .5s ease;
    border-radius: 50%;
    overflow: hidden;
  }

  .menu-item .sub-menu li a span {
    display: block;
    padding: 0 10px;
    line-height: 1.2;
  }

  .menu-item .sub-menu li a:hover img,
  .menu-item .sub-menu li.current-menu-item a img {
    filter: invert(0%);
    box-shadow: inset 0 0 0 3px #000;
  }

  .menu-item .sub-menu li:hover a {
    color: #000;
  }

  .menu-item .sub-menu li a:hover,
  .menu-item .sub-menu li.current-menu-item a {
    color: #ce143d;
  }
}

@supports (display: grid) {
  @media (min-width: 1025px) {
    .menu-item .sub-menu {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      grid-row-gap: 15px;
      justify-content: center;
    }
  }
}

@media (min-width: 1200px) {
  .stuck .menu-item .sub-menu {
    margin-left: calc(-1 * (((100vw - 1200px) / 2) + 15px));
  }
}

/************************* S I D E - M E N U *************************/

.side-menu {
  z-index: 10;
  position: fixed;
  left: -1px;
  top: calc(50vh - (3 * (40px + 10px)));
}

.side-menu-item {
  position: relative;
  display: block;
  margin-bottom: 10px;
  height: 40px !important;
}

.side-menu-item a {
  font-size: 16px !important;
}

.side-menu-item span {
  z-index: -1;
  display: block;
  text-align: right;
  padding-right: 15px;
  padding-left: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  color: #fff;
  line-height: 40px;
  background: #AEBCC5;
  margin-left: -200px;
  transition: all .5s ease-in-out;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
}

.side-menu-item:hover span {
  margin-left: 35px;
}

.side-menu-item img {
  z-index: 1;
  position: absolute;
  padding: 5px;
  top: 0;
  left: 0;
  width: 40px;
  max-width: 40px !important;
  height: 40px;
  filter: invert(1);
  background: #fff;
  transition: all .5s ease;
}

.side-menu-item:hover img {
  background: #31ebc2;
}

@media (max-width: 480px) {
  .side-menu {
    display: none;
  }
}

/************************* M A I N *************************/

.vc_row:not(.full-width):not(.container) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.vc_column-inner {
  padding-top: 0 !important;
}

div.full-width-img {
  z-index: 0;
  position: relative;
  width: auto;
  background-color: #fff;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.full-width-img img,
.full-width-img img.lazy-loaded {
  z-index: 2;
  width: calc(100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  opacity: 0 !important;
}

.full-width-img,
.full-width-img img {
  height: 80rem !important;
}

.parallax {
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.footnote {
  font-size: 1.4rem;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.full-width-bg>.wpb_column {
  max-width: 991px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

main>section>section:first-child>.slider-hero {
  max-height: 90vh;
}

main>section>section:first-child>.slider-hero,
.full-width,
.full-width-bg,
.full-width-img {
  padding: 0 !important;
  width: 100vw !important;
  margin: 0 calc(50% - 50vw) !important;
  overflow: hidden;
}

main>section>section:first-child>.slider-hero>*,
.full-width>* {
  margin: 0 auto;
}

main>section>section:first-child>.container.slider-hero,
.container.full-width,
.container.full-width-bg,
.container.full-width-img {
  width: 100vw !important;
  max-width: 100vw !important;
}

main>section>section:first-child>.slider-hero {
  height: 80rem;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.page:not(.page-id-322) .wpb_row.vc_row-fluid:not(.slider-hero):not(.teaser-box) {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 1280px) {

  main>section>section:first-child>.slider-hero {
    height: 70rem;
  }
}

@media (max-width: 1024px) {

  .full-width-img,
  .full-width-img img,
  .full-width-img.mask-1:after,
  .full-width-img.mask-2:after {
    height: 35rem !important;
  }

  .full-width-bg>.wpb_column {
    padding: 0 1.5rem;
  }

  main>section>section:first-child>.slider-hero {
    height: 60rem;
  }
}

@media (max-width: 991px) {

  main>section>section:first-child>.slider-hero {
    height: 50rem;
  }
}

@media (max-width: 768px) {
  .wpb_row.vc_row-fluid {
    padding: 1.5rem 0;
  }

  .full-width-img,
  .full-width-img img,
  .full-width-img.mask-1:after,
  .full-width-img.mask-2:after {
    height: 25rem !important;
  }

  .container {
    max-width: 90% !important;
    width: 90% !important;
  }

  main>section>section:first-child>.slider-hero {
    height: 40rem;
  }
}

@media (max-width: 479px) {
  .container {
    max-width: 100% !important;
    width: 100% !important;
  }

  main>section>section:first-child>.slider-hero {
    height: 30rem;
  }
}

/************************* S Q U A R E S *************************/

.squares img,
.sqaures img.lazy-loaded {
  opacity: 0;
}

.squares .wpb_content_element {
  margin-bottom: 0;
}

.squares .wpb_column .vc_column-inner {
  padding: 0 !important;
}

.squares .wpb_column .vc_column-inner .wpb_text_column {
  text-align: center;
  margin-bottom: 0;
}

.squares .wpb_column a {
  color: #000;
  font-size: 30px;
  font-weight: 700 !important;
  line-height: 42px;
  text-transform: uppercase;
}

.squares .wpb_text_column {
  z-index: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  font-size: 200%;
  color: #fff;
}

.squares .wpb_text_column p {
  user-select: none;
  position: relative;
}

.squares .wpb_text_column p:before {
  user-select: none;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

/*** container-width ***/

/* three items */
.squares .wpb_column:first-child:nth-last-child(3),
.squares .wpb_column:first-child:nth-last-child(3) .vc_column-inner .wpb_text_column,
.squares .wpb_column:first-child:nth-last-child(3)~.wpb_column,
.squares .wpb_column:first-child:nth-last-child(3)~.wpb_column .vc_column-inner .wpb_text_column {
  height: 400px;
}

@media (min-width: 768px) and (max-width: 991px) {

  /* three items */
  .squares .wpb_column:first-child:nth-last-child(3),
  .squares .wpb_column:first-child:nth-last-child(3) .vc_column-inner .wpb_text_column,
  .squares .wpb_column:first-child:nth-last-child(3)~.wpb_column,
  .squares .wpb_column:first-child:nth-last-child(3)~.wpb_column .vc_column-inner .wpb_text_column {
    height: 300px;
  }
}

@media (max-width: 480px) {

  /* three items */
  .squares .wpb_column:first-child:nth-last-child(3),
  .squares .wpb_column:first-child:nth-last-child(3) .vc_column-inner .wpb_text_column,
  .squares .wpb_column:first-child:nth-last-child(3)~.wpb_column,
  .squares .wpb_column:first-child:nth-last-child(3)~.wpb_column .vc_column-inner .wpb_text_column {
    height: 200px;
  }
}

/*** full-width ***/

/* three items */
.squares.full-width .wpb_column:first-child:nth-last-child(3),
.squares.full-width .wpb_column:first-child:nth-last-child(3) .vc_column-inner .wpb_text_column,
.squares.full-width .wpb_column:first-child:nth-last-child(3)~.wpb_column,
.squares.full-width .wpb_column:first-child:nth-last-child(3)~.wpb_column .vc_column-inner .wpb_text_column {
  width: calc(100vw / 3) !important;
  height: calc(100vw / 3) !important;
}

/* four items */
.squares.full-width .wpb_column:first-child:nth-last-child(4),
.squares.full-width .wpb_column:first-child:nth-last-child(4) .vc_column-inner .wpb_text_column,
.squares.full-width .wpb_column:first-child:nth-last-child(4)~.wpb_column,
.squares.full-width .wpb_column:first-child:nth-last-child(4)~.wpb_column .vc_column-inner .wpb_text_column {
  width: calc(100vw / 4) !important;
  height: calc(100vw / 4) !important;
}

/* five items */
.squares.full-width .wpb_column:first-child:nth-last-child(5),
.squares.full-width .wpb_column:first-child:nth-last-child(5) .vc_column-inner .wpb_text_column,
.squares.full-width .wpb_column:first-child:nth-last-child(5)~.wpb_column,
.squares.full-width .wpb_column:first-child:nth-last-child(5)~.wpb_column .vc_column-inner .wpb_text_column {
  width: calc(100vw / 5) !important;
  height: calc(100vw / 5) !important;
}

/* six items */
.squares.full-width .wpb_column:first-child:nth-last-child(6),
.squares.full-width .wpb_column:first-child:nth-last-child(6) .vc_column-inner .wpb_text_column,
.squares.full-width .wpb_column:first-child:nth-last-child(6)~.wpb_column,
.squares.full-width .wpb_column:first-child:nth-last-child(6)~.wpb_column .vc_column-inner .wpb_text_column {
  width: calc(100vw / 6) !important;
  height: calc(100vw / 6) !important;
}

@media (max-width: 1200px) {

  /* five items */
  .squares.full-width .wpb_column:first-child:nth-last-child(5),
  .squares.full-width .wpb_column:first-child:nth-last-child(5) .vc_column-inner .wpb_text_column,
  .squares.full-width .wpb_column:first-child:nth-last-child(5)~.wpb_column,
  .squares.full-width .wpb_column:first-child:nth-last-child(5)~.wpb_column .vc_column-inner .wpb_text_column {
    width: calc(100vw / 3) !important;
    height: calc(100vw / 3) !important;
  }

  /* six items */
  .squares.full-width .wpb_column:first-child:nth-last-child(6),
  .squares.full-width .wpb_column:first-child:nth-last-child(6) .vc_column-inner .wpb_text_column,
  .squares.full-width .wpb_column:first-child:nth-last-child(6)~.wpb_column,
  .squares.full-width .wpb_column:first-child:nth-last-child(6)~.wpb_column .vc_column-inner .wpb_text_column {
    width: calc(100vw / 3) !important;
    height: calc(100vw / 3) !important;
  }
}

@media (max-width: 480px) {

  /* five items */
  .squares.full-width .wpb_column:first-child:nth-last-child(5),
  .squares.full-width .wpb_column:first-child:nth-last-child(5) .vc_column-inner .wpb_text_column,
  .squares.full-width .wpb_column:first-child:nth-last-child(5)~.wpb_column,
  .squares.full-width .wpb_column:first-child:nth-last-child(5)~.wpb_column .vc_column-inner .wpb_text_column {
    width: calc(100vw / 2) !important;
    height: calc(100vw / 2) !important;
  }

  /* six items */
  .squares.full-width .wpb_column:first-child:nth-last-child(6),
  .squares.full-width .wpb_column:first-child:nth-last-child(6) .vc_column-inner .wpb_text_column,
  .squares.full-width .wpb_column:first-child:nth-last-child(6)~.wpb_column,
  .squares.full-width .wpb_column:first-child:nth-last-child(6)~.wpb_column .vc_column-inner .wpb_text_column {
    width: calc(100vw / 2) !important;
    height: calc(100vw / 2) !important;
  }
}

/************************* B A N N E R *************************/

.banner {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.banner .uvc-heading .uvc-main-heading div {
  line-height: 1.6 !important;
}

.banner .vc_col-sm-6 .wpb_wrapper>div,
.banner .vc_col-sm-6 .wpb_wrapper>a {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.banner .vc_col-sm-6:last-of-type .wpb_wrapper>div {
  text-align: right !important;
}

.banner .vc_column-inner {
  padding: 0 !important;
}

@media (max-width: 991px) {

  .banner .vc_col-sm-6 .wpb_wrapper>div,
  .banner .vc_col-sm-6:last-of-type .wpb_wrapper>div {
    text-align: center !important;
  }
}

/************************* B U T T O N S *************************/

input[type="submit"],
button.ubtn,
.ubtn-hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  font-size: 18px !important;
  line-height: 1.25;
  height: 52px;
  text-transform: uppercase;
  padding: 15px 20px !important;
  letter-spacing: 1px;
  border-radius: 0 !important;
}

button.ubtn,
.ubtn-hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  background: #000 !important;
  color: #fff !important;
  transition: all .3s ease;
}

button.ubtn:hover,
.ubtn-hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background: #CE143D !important;
}

button.ubtn,
.ubtn-hover {
  transition: all .25s ease;
}

button,
.ubtn-hover,
button.ubtn,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
}

@media (max-width: 767px) {
  .ubtn-link {
    padding: 0 !important;
  }

  .vc_row.inpage-nav .ubtn-sep-icon-at-left .ubtn-data.ubtn-text {
    padding-left: 25px !important;
  }
}

@media (max-width: 991px) {
  button.ubtn {
    font-size: 16px !important;
  }
}

/************************* T E A S E R - B O X E S *************************/

.teaser-box h2 {
  margin-top: 0 !important;
}

.teaser-box .ubtn-ctn-left,
.teaser-box .ubtn-ctn-right {
  margin-bottom: 0;
}

.teaser-box .wpb_column>.vc_column-inner>.wpb_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.teaser-box .wpb_column>.vc_column-inner>.wpb_wrapper .uvc-heading .teaser-box .wpb_column>.vc_column-inner>.wpb_wrapper .cornered {
  flex: 0 0;
}

.teaser-box .wpb_column>.vc_column-inner>.wpb_wrapper .wpb_text_column {
  flex: 1 0;
}

.teaser-box .image .vc_column-inner .wpb_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.teaser-box .image .vc_column-inner .wpb_wrapper img {
  background: white;
  border-radius: 50%;
  border: 3px #000 solid;
  padding: 15px;
}

@media (max-width: 991px) {
  .teaser-box {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .teaser-box .icon {
    padding-bottom: 3rem;
  }

  .teaser-box .uvc-main-heading,
  .teaser-box p,
  .teaser-box .ubtn-ctn-left,
  .teaser-box .ubtn-ctn-right {
    text-align: center !important;
  }
}

/************************* P R O C E S S *************************/

.process .teaser-box .wpb_column>.vc_column-inner {
  padding: 0;
}

.process .teaser-box img {
  mix-blend-mode: multiply;
}

.process .teaser-box .wpb_single_image {
  background-color: transparent;
  transition: all .3s ease;
}

.process .teaser-box:hover .wpb_single_image {
  background-color: #ce143d;
}

.process .teaser-box .wpb_column>.vc_column-inner .wpb_text_column {
  padding: 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 120%;
}

.process h2 {
  margin: 3rem !important;
}

/************************* I N F O - B O X E S  &  B O X E S *************************/

.info-boxes>.vc_column-inner>.wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: 150px 150px;
  grid-gap: 30px;
}

.info-boxes .wpb_text_column {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: 20px;
  margin-bottom: 0 !important;
  background: #AEBCC5;
  color: #FFF;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  transition: all 250ms ease-in-out;
}

/* .info-boxes .wpb_text_column:hover {
  transform: scale(1.1);
} */

.boxes .wpb_column {
  height: 300px !important;
}

.boxes .vc_column-inner {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  padding: 20px !important;
  color: #FFF !important;
  text-align: center !important;
  line-height: 32px;
}

.boxes .wpb_text_column,
.boxes .wpb_content_element {
  margin-bottom: 0 !important;
}

.boxes h3 {
  font-size: 36px !important;
  color: #FFF;
}

@media (min-width: 768px) and (max-width: 991px) {
  .boxes .wpb_column {
    width: 50% !important;
  }
}

@media (max-width: 480px) {
  .boxes .wpb_column {
    width: 100% !important;
  }

  .boxes:nth-child(odd) .wpb_column:first-child,
  .boxes:nth-child(even) .wpb_column:nth-child(2) {
    height: 300px !important;
  }
}

/************************* T A B L E *************************/

.table {
  width: 75% !important;
}

.table .vc_row {
  position: relative;
}

.table .vc_row:nth-child(even):not(.table_header) {
  background-color: #e7ebee;
}

.table .vc_row:nth-child(odd) {
  background-color: #F9FAFA;
}

.table .vc_row.table_header {
  /* border-bottom: 3px solid #fff; */
  background: #AEBCC5;
  color: #fff;
}

.table .wpb_wrapper {
  width: 100%;
}

.table .vc_col-sm-6 .vc_column-inner,
.table .vc_col-sm-4:not(.table_index) .vc_column-inner,
.table .vc_col-sm-8 .vc_column-inner {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 20px !important;
}

.table .vc_col-sm-6 .vc_column-inner .wpb_text_column,
.table .vc_col-sm-4 .vc_column-inner .wpb_text_column,
.table .vc_col-sm-8 .vc_column-inner .wpb_text_column {
  margin-bottom: 0 !important;
  text-align: center;
}

.table_index .vc_column-inner {
  display: flex !important;
  justify-content: center !important;
  flex-direction: column;
  padding: 20px !important;
}

.table .vc_col-sm-8>.vc_column-inner>.wpb_wrapper {
  width: 100% !important;
  align-self: stretch !important;
}

.table_index .vc_column-inner .wpb_text_column {
  text-align: left !important;
}

.table_header {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 60px;
  z-index: 100;
}

.table .table-header,
.table .vc_col-sm-4:first-of-type {
  /* background: #AEBCC5;
  color: #fff; */
}

.table .vc_col-sm-4 {
  width: 33.3333% !important;
}

.table .vc_col-sm-8 {
  width: 66.6666% !important;
}

.table .phone-only {
  font-weight: 700;
}

.table li {
  text-align: left;
}

.table .ul {
  display: block;
  width: 100%;
}

@media (max-width: 991px) {
  .table {
    width: 100% !important;
  }

  .table .vc_col-sm-4 {
    width: 33.3333% !important;
    float: left;
  }

  .table .vc_col-sm-8 {
    width: 66.6666% !important;
    float: left;
  }
}

@media (max-width: 768px) {

  .table .vc_col-sm-4 .vc_column-inner,
  .table .vc_col-sm-8 .vc_column-inner {
    padding: 10px !important;
  }

  .table .vc_col-sm-4 {
    width: 100% !important;
    float: left;
  }

  .table .vc_col-sm-8 {
    width: 100% !important;
    float: left;
  }

  .table_index .vc_column-inner {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px !important;
    position: sticky;
    top: 0;
  }

  .table_index .vc_column-inner .wpb_text_column {
    text-align: center !important;
  }
}

/************************* F O R M S *************************/

.wpcf7 {
  text-align: center;
}

.wpcf7 .vc_tta-color-white.vc_tta-style-flat .vc_tta-di .vc_tta-di-heading {
  background-color: #B3B3B3 !important;
}

.wpcf7 .vc_tta-color-white.vc_tta-style-flat .vc_tta-di .vc_tta-di-title>a {
  color: #fff !important;
}

.wpcf7 .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-di-heading .vc_tta-controls-icon::after,
.wpcf7 .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-di-heading .vc_tta-controls-icon::before,
.wpcf7 .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after,
.wpcf7 .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before {
  border-color: #fff !important;
}

.wpcf7 .vc_tta-di-heading h3 {
  font-family: 'Roboto Condensed', Arial, sans-serif !important;
}

.wpcf7 .vc_tta-di-body {
  padding: 0 !important;
}

.wpcf7 label,
.wpcf7 p {
  font-weight: normal;
  font-size: 16px;
}

.wpcf7 label {
  text-align: left;
}

.wpcf7 p {
  text-align: center;
}

input[type="submit"] {
  border-radius: 0;
  border: none;
  background: #CE143D;
  color: #FFF;
}

input[type="submit"]:hover {
  background: #000;
}

.wpcf7-text,
.wpcf7-textarea {
  background: #FFF;
  min-width: 100%;
}

span.wpcf7-not-valid-tip {
  color: #CE143D;
  font-weight: normal;
  font-family: inherit;
}

div.wpcf7-validation-errors,
.wpcf7 input.wpcf7-not-valid,
.wpcf7 .contact-default .wpcf7-textarea.wpcf7-not-valid {
  border: 2px solid #CE143D;
  color: #CE143D;
}

/************************* F O O T E R *************************/

.footer-dark .pageFooterCon {
  background: #333;
}

.pageFooterCon h3 {
  text-transform: uppercase;
  font-size: 18px !important;
}

.pageFooterCon,
.pageFooterCon a,
.copyright-text a {
  font-size: 1.4rem !important;
}

.copyright p {
  color: #666 !important;
}

.amz-custom-footer-layout #pageFooter .widget {
  margin-bottom: 15px;
}

.pageFooterCon .container {
  max-width: 768px;
}

.pageFooterCon img {
  width: 150px;
}

.footer-bottom a,
.pageFooterCon a {
  color: #fff !important;
}

.pageFooterCon .widgettitle {
  margin-bottom: 15px !important;
}

.pageFooterCon .brand {
  display: block;
  font-size: 16px;
  margin: 20px 0 15px 0;
  color: #fff !important;
}

.pageFooterCon a:hover {}

.pageFooterCon .row .col-md-6:last-of-type {
  text-align: right;
}

.pageFooterCon .widget_nav_menu li {
  margin-bottom: 5px !important;
  line-height: 30px !important;
}

.pageFooterCon .widget_nav_menu li a img {
  width: 30px !important;
  height: 30px !important;
  filter: invert(1);
  border: solid 1px #000;
  background: #fff;
  padding: 4px;
  border-radius: 50%;
  transition: all .3s ease;
}

.pageFooterCon .widget_nav_menu li a:hover img {
  filter: invert(0);
}

.footer-bottom {
  background: #000 !important;
}

.footer-bottom a:before {
  display: none;
}

/************************* M I S C *************************/

.sidebar {
  display: none;
}

.search-results .entry-content {
  padding-bottom: 55px;
}

.search-results .pix-recent-single {
  font-size: 20px;
}

.search-results .pix-recent-single i {
  background: #000;
  padding: 3px 5px;
  color: #fff;
  transition: all .5s ease;
}

.search-results .pix-recent-single:hover i {
  background: #ce143d;
}

.cornered,
.cornered button {
  border-radius: 0;
}

span.tp-bullet-title {
  display: none;
}

.bordered img {
  border: 5px solid #F0F3F4;
}

.bordered .vc_column-inner {
  padding: 0;
}

#back-top {
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#back-top a {
  width: 3rem;
  height: 3rem;
  border-radius: 0;
  background: #000;
  font-size: 34px;
  transition: .3s;
}

#back-top a:hover {
  background: #CE143D;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}

.application-areas .squares .wpb_column:hover button {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .tablet-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .phone-only {
    display: none;
  }
}

.page-id-34 button.ubtn {
  height: auto !important;
  padding-left: 60px !important;
}

.icon {
  margin-bottom: 15px !important;
}

.icon img {
  background: #fff;
  width: 75px;
  height: 75px;
  display: block;
  padding: 10px;
  margin: 0 auto;
  transition: all .5s ease;
  border-radius: 50%;
  filter: invert(100%);
  overflow: hidden;
}

.icon:hover img {
  filter: invert(0%);
  box-shadow: inset 0 0 0 3px #000 !important;
}

.icon+.wpb_text_column a {
  font-size: 16px !important;
  font-family: 'Roboto Condensed', Helvetica, sans-serif !important;
  text-transform: uppercase;
}

.center {
  display: flex;
  align-items: center;
}

.tp-bgimg {
  filter: grayscale(100%) contrast(100%) brightness(120%) !important;
}

main>section>section:first-child>.slider-hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CE143D;
  mix-blend-mode: multiply;
}

.multiply,
.multiply .vc_column-inner {
  background-blend-mode: multiply;
}

#back-top a:before {
  display: none;
}

.teasers>.vc_row {
  padding: 60px 0 !important;
}

.teasers>.vc_column-inner {
  padding: 0 !important;
}

.teasers .wpb_single_image {
  margin-bottom: 0 !important;
}

.aio-icon.circle {
  color: #fff !important;
}

.inpage-nav>.wpb_column>.vc_column-inner>.wpb_wrapper {
  display: flex;
  justify-content: space-evenly;
  margin-left: -7px;
  width: 100%;
  flex-direction: row;
  margin-top: 45px;
}

.inpage-nav>.wpb_column>.vc_column-inner>.wpb_wrapper>.ubtn-ctn-inline {
  flex: 1 0 auto;
  margin: .5rem;
}

@media (max-width: 991px) {
  .inpage-nav>.wpb_column>.vc_column-inner>.wpb_wrapper {
    flex-direction: column;
  }

  .inpage-nav>.wpb_column>.vc_column-inner>.wpb_wrapper>.ubtn-ctn-inline {
    flex-basis: 100%;
  }

  .inpage-nav>.wpb_column>.vc_column-inner>.wpb_wrapper>.ubtn-ctn-inline button.ubtn {
    padding: .5rem !important;
    height: 4.5rem !important;
  }
}

.container .full-width.wide {
  max-width: 1280px !important;
  margin: 0 auto !important;
}

.ubtn-text {
  font-size: 16px !important;
}

.uavc-list-icon .align-icon {
  display: flex;
  justify-content: center;
}


body .ult-ih-item .ult-ih-image-block {
  overflow: hidden;
}

body .ult-ih-item img.ult-ih-image {
  width: auto;
  min-width: 100%;
  max-width: 400%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

img.dark-logo {
  max-width: 30rem;
}

@media (max-width: 1024px) {
  img.dark-logo {
    max-width: 15rem;
  }
}

/*
TABLE LAYOUTS
*/

body .wpb_wrapper table {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 0;
}

body .wpb_wrapper table td,
body .wpb_wrapper table th {
  padding: 1.25rem 1rem;
  text-align: center;
  line-height: 120%;
}

body .wpb_wrapper table tbody tr:nth-child(odd) {
  background-color: #e7ebee;
}

body .wpb_wrapper table tbody tr:nth-child(odd) td:not(:first-child) {
  border-left: 1px solid white;
}

body .wpb_wrapper table tbody tr:nth-child(even) {
  background-color: white;
}

body .wpb_wrapper table tbody tr:nth-child(even) td:not(:first-child) {
  border-left: 1px solid #e7ebee;
}

body .wpb_wrapper table thead tr:first-child th:not(:first-child) {
  background-color: #CE143D;
  color: white;
}

body .wpb_wrapper table thead tr:last-child th:first-child {
  border-right: 1px solid rgb(173, 188, 197);
}

body .wpb_wrapper table thead tr:last-child th:not(:first-child) {
  /* background-color: rgba(205,31,66,0.8); */
  background-color: rgb(173, 188, 197);
  color: white;
  border-left: 1px solid white;
}

body .wpb_wrapper table tr td:first-child {
  text-align: left;
  background-color: transparent !important;
  border-right: 1px solid #e7ebee;
}

.post-author {
  display: none;
}

.single .newsection {
  padding-top: 20rem;
}

@media (max-width: 768px) {
  .single .newsection {
    padding-top: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.single .newsection ul {
  list-style-position: outside;
}

.single .newsection .container {
  padding: 0;
}

.search h1 {
  hyphens: auto;
  max-width: calc(100vw - 30px);
}

.wpb_image_grid .wpb_image_grid_ul.grid-col .isotope-item:hover img {
  transform: none !important;
}

@media (max-width: 991px) {

  main>section>section:first-child>.slider-hero,
  .parallax,
  div.full-width-img {
    background-attachment: scroll !important;
  }
}

@media (min-width: 1366px) and (max-width: 1366px) {

  main>section>section:first-child>.slider-hero,
  .parallax,
  div.full-width-img {
    background-attachment: scroll !important;
  }
}

@media (min-width: 1024px) and (max-width: 1024px) {

  main>section>section:first-child>.slider-hero,
  .parallax,
  div.full-width-img {
    background-attachment: scroll !important;
  }
}

.wpb_image_grid .wpb_image_grid_ul a {
  position: relative;
}

input[type="submit"] {
  color: #fff !important;
}

/* .wpb_row.vc_row-fluid.teaser-box {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
} */

.search #wrapper,
.search #wrapper .full-width {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.search h2 {
  text-align: center;
}

.search #wrapper>section>.container>.row {
  display: flex;
  justify-content: center;
}

.search #wrapper>section>.container>.row article img {
  width: 100%;
}

.search #wrapper>section>.container>.row article h3 {
  margin-top: 0 !important;
}

.search #wrapper>section>.container>.row article.attachment:after {
  position: absolute;
  top: 0;
  left: 15px;
  padding: 2.5px 5px;
  background: #CE143D;
  font-size: 10px;
  color: #fff;
  content: 'PDF';
}

.error404 #wrapper,
.search #wrapper {
  padding-top: 20rem;
}

@media (max-width: 768px) {

  .error404 #wrapper,
  .search #wrapper {
    padding-top: 5rem;
    /* padding-left: 1.5rem;
    padding-right: 1.5rem; */
  }
}

input[name="s"]::selection {
  color: #fff;
  background: #ce143d;
}

.page-id-322 #main>.wpb_row.vc_row-fluid:not(:first-of-type) {
  padding-top: 0 !important;
}

.page-id-322 #main>.wpb_row.vc_row-fluid {
  padding-bottom: 0 !important;
}

.search #post-not-found h1 {
  display: none;
}

.search .blog-page {
  margin: 50px 0 !important;
}

.search #post-not-found {
  text-align: center;
}

.search-no-results .blog-isotope {
  height: auto !important;
}

.search .entry-content {
  padding: 30px 15px !important;
}

@media (min-width: 768px) and (max-width: 1279px) {

  .main-nav #menu-item-26 .sub-menu,
  .main-nav #menu-item-969 .sub-menu {
    padding: 20px 220px !important;
  }
}

@media (min-width: 1280px) {

  .main-nav #menu-item-26 .sub-menu,
  .main-nav #menu-item-969 .sub-menu {
    padding: 20px 30vw !important;
  }
}

div.vc_row:not(.inpage-nav) button.ubtn-sep-icon-at-left {
  padding-left: 65px !important;
  height: auto !important;
}

@media (max-width: 1024px) {
  .col3 #logo {
    float: left;
  }

  #inner-header {
    display: flex !important;
  }

  #inner-header .col-md-4 {
    flex: 1 0;
  }

  #inner-header .right-side {
    flex: 0 1;
    display: block !important;
  }

  .search-btn {
    display: block !important;
    color: #1a1a1a !important;
    margin-top: 0 !important;
  }

  .right-side-inner {
    margin-bottom: 0 !important;
  }

  .topSearchForm {
    right: 0 !important;
    left: auto !important;
    top: 80px !important;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  #inner-header .right-side {
    padding-left: 15px;
  }
}


@media (max-width: 767px) {
  .search-btn {
    height: 80px !important;
    line-height: 80px !important;
  }
}

.topSearchForm {
  height: 50px;
}

.textfield {
  width: 100%;
  min-width: 250px;
}

.search-btn {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

#content-pusher {
  overflow: hidden;
}

.gform_wrapper .gform_body label.gfield_label,
.gform_wrapper .gform_body .field_sublabel_below .ginput_complex.ginput_container label {
  font-family: 'Roboto', Helvetica, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}


.site-main .wpb-content-wrapper .vc_section:first-child .container.slider-hero {
  width: 100vw !important;
  max-width: 100vw !important;
  height: 80vh;
  max-height: 90vh;
  overflow: visible;
  border: 1px solid red;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-main .wpb-content-wrapper .vc_section:first-child .container.slider-hero .wpb_column {
  position: absolute;
  bottom: -30px;
  z-index: 2;
}

.site-main .wpb-content-wrapper .vc_section:first-child .container.slider-hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ce143d;
  mix-blend-mode: multiply;
}