

 *  Colors

 */
/*

 *  General styles

 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

section {
  padding: 80px 0;
}

body {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

p,
div {
  color: #060606;
}

.pl-24 {
  padding-left: 24px !important;
}

label.screen-reader-text {
  display: none;
}

iframe.online-workout-iframe {
  width: 100%;
  height: 1550px;
  margin-top: 4rem;
}

.bodyContainer,
iframe.online-workout-iframe .bodyContainer {
  width: 1100px !important;
}

.padding-helper {
  padding: 24px 0;
}

.no-padding {
  padding: 0;
}

.orange {
  color: #FF831D;
}

.term-team-training .gform_wrapper .top_label .gfield_label {
  display: none;
}

.page-template-template-premier-affiliate section ul,
.textwidget ul,
.entry-content ul,
#taxonomy ul,
.post-training-item ul,
.panel-body ul {
  list-style: none;
}

.page-template-template-premier-affiliate section ul li,
.textwidget ul li,
.entry-content ul li,
#taxonomy ul li,
.post-training-item ul li,
.panel-body ul li {
  margin-left: 0px;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}

.page-template-template-premier-affiliate section ul li:before,
.textwidget ul li:before,
.entry-content ul li:before,
#taxonomy ul li:before,
.post-training-item ul li:before,
.panel-body ul li:before {
  content: '\f04d';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  color: #FF831D;
  font-size: 14px;
}

.locations-template-default #header-image {
  background-position: 20% 40% !important;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #FF831D;
}

.container-fluid {
  padding-left: 5%;
  padding-right: 5%;
}

.heading {
  padding: 10px;
  background-color: #FF831D;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  display: inline-block;
  font-size: 26px;
  min-width: 300px;
}

.term-team-training .process a.btn-orange {
  display: none;
}

#map {
  width: 100%;
  height: 500px;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi a {
  border: 1px solid #FF831D;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out;
}


.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #FF831D;
  color: #fff;
  border-color: #FF831D;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.free_program_new {
  height: 200px !important;
  padding: 20px 0px 0 20px !important;
  box-shadow: 0 0 16px 0px rgba(6, 6, 6, 0.07);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 1rem 0;
}

.advance_group_program {
  box-shadow: 0 0 16px 0px rgba(6, 6, 6, 0.07) !important;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea.form-control {
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 16px !important;
  /* padding: 16px !important; */
  border: 1px solid #C5C5C5 !important;
  height: 55px !important;
  width: 100% !important;
}
.gchoice label {
  font-weight: normal !important;
}
textarea,
textarea.form-control {
  height: 150px !important;
}

input:focus,
textarea:focus,
input.form-control:focus,
textarea.form-control:focus {
  border-color: #C5C5C5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
  color: #060606;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
  color: #060606;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input.form-control::-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder {
  color: #060606;
}

input::placeholder,
textarea::placeholder,
input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #060606;
}

/*

*  Buttons

*/
a.btn-orange,
button.btn-orange {
  color: #fff;
  margin: 10px 0;
  display: inline-block;
  letter-spacing: 2px;
  padding: 10px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  z-index: 3;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-style: italic;
}
a.btn-white {
  color: #000;
  margin: 10px 0;
  display: inline-block;
  letter-spacing: 2px;
  padding: 10px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  z-index: 3;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-style: italic;
}
a.btn-white::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  background-color: #FFF;
  height: 100%;
  width: 50%;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
a.btn-orange::before,
button.btn-orange::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  background-color: #FF831D;
  height: 100%;
  width: 50%;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
a.btn-white:hover::before {
  height: 100%;
  width: 100%;
  bottom: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
a.btn-orange:hover::before,
button.btn-orange:hover::before {
  height: 100%;
  width: 100%;
  bottom: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
a.btn-white:hover {
  color: #000;
}
a.btn-orange:hover {
  color: #fff;
}

/* 

*  Error

*/
#error-404 .error-404 {
  text-align: center;
}

#error-404 .error-404 h1 {
  color: #FF831D;
  font-size: 50px;
  font-weight: 600;
}

#error-404 .error-404 {
  font-size: 22px;
}

#error-404 .error-404 a.btn-orange {
  color: #060606;
}

/*

*  Header

*/
.header-top {
  padding: 8px 0;
  background-color: #424242;
}

.header-top .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .row .header-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
}

.header-top .row .header-left ul li {
  margin: 0 16px;
}

.header-top .row .header-left ul li:first-child {
  margin-left: 0;
}

.header-top .row .header-left ul li a {
  color: #fff;
}

.header-top .row .header-left ul li a i {
  font-size: 20px;
}

.header-top .row .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.header-top .row .header-right .phone a {
  margin-right: 16px;
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
  transition: all .3s ease-in-out;
}

.header-top .row .header-right .phone a:hover {
  color: #FF831D;
}

.header-top .row .header-right a.btn-orange {
  margin: 0;
}

#header-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask: url("images/header_svg.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  position: relative;
}

#header-image .header-image-overlay {
  position: absolute;
  bottom: 50%;
  right: 0;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

#header-image .header-image-content {
  height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-id-2816 .header-image-content h1 {
  text-align: center;
}

.double_logo {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-start;
  justify-content: center;
}
.double_logo span {
  padding: 0 20px;
  line-height: .8;
}
.steps_section {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.steps_section h1 {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.the_steps {
  position: relative;
  padding: 40px 30px;
}
.the_steps:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -2px;
  height: 60px;
  border-left: 4px solid #f0893c;
}
.the_steps:last-child:after {
  display: none;
}
.the_steps h2 {
  color: #f0893c;
  font-weight: bold;
  text-align: center;
}
.the_steps h3 {
  text-align: center;
}
.the_steps p {
  text-align: center;
}

.steps_section .grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  padding: 15px 0;
}
@media (min-width: 1024px) {
  .steps_section .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    padding: 20px 0;
  }
}

.steps_section .grid .grid_item { 
  padding: 20px 10px;
  background-color: #eaeaea;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .steps_section .grid .grid_item { 
    padding: 30px 15px;
  }
}
.steps_section .grid .grid_item h3 {
  margin-top: 0;
}
.steps_section .grid .grid_item p:last-child {
  margin-bottom: 0;
}
#header-image .header-image-content h1 {
  color: #fff;
  font-weight: 700;
  font-size: 60px;
}

@media (max-width: 767px) {
  #header-image .header-image-content h1 {
    font-size: 40px;
  }
}

.double_logo span {
  color: #fff;
  font-weight: 700;
  font-size: 60px;
}

#header-image .header-image-content #breadcrumbs span {
  font-size: 18px;
  color: #fff;
}

#header-image .header-image-content #breadcrumbs span a {
  color: #fff;
}

#header-image .header-image-content #breadcrumbs span .breadcrumb_last {
  color: #FF831D;
}

/*

*  Navigation

*/
.navbar-default {
  position: fixed;
  width: 100%;
  border: 0;
  border-radius: 0;
  margin: 0;
  background-color: transparent;
  padding: 24px 0;
  z-index: 1030;
  margin-top: -15px;
}

.navbar-default .navbar-header .navbar-brand img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 330px;
}

.navbar-default ul.nav li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.navbar-default ul.nav li a:hover,
.navbar-default ul.nav li a:focus,
.navbar-default ul.nav li a:active {
  color: #FF831D;
}

.navbar-default ul.nav li.active a {
  background-color: transparent;
  color: #FF831D;
}

.navbar-default ul.nav li.active a:hover,
.navbar-default ul.nav li.active a:focus,
.navbar-default ul.nav li.active a:active {
  background-color: transparent;
  color: #FF831D;
}

.site-header.fadeInDown .navbar-default {
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px;
}

.site-header.fadeInDown .navbar-default a {
  color: #424242;
}

.navbar-brand>img.logo,
.navbar-brand.logo-nav {
  display: block;
}

.navbar-brand>img.logo-dark {
  display: none;
}

.ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-flyout {
  background-color: #fff;
}


ul.nav li.dropdown:hover>ul.dropdown-menu {
  display: block;
  border-radius: 0;
  transition: all .75s cubic-bezier(0.6, 0.4, 0.25, 0.75);
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

ul.nav li.dropdown:hover>ul.dropdown-menu li a:hover {
  background-color: #FF831D;
  color: #fff;
}



/* 
#nav-icon {
  width: 30px;
  height: 25px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  right: 15px;
  top: 20px;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 21px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open-custom-menu span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 8px;
}

#nav-icon.open-custom-menu span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open-custom-menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 8px;
} */

/* Custom sliding navbar */
.only-mobile {
  display: none;
}


/*

*  Home

*/

.covid-banner {
  background-color: #FF831D;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:1.3rem;
} 
.covid-banner h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}
.covid-banner .playbtn {
  position: relative;
  padding-left: 10rem;
}
.covid-banner .playbtn .video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 22px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
}
.covid-banner .playbtn .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1.5s ease-out infinite;
  animation: pulse-border 1.5s ease-out infinite;
}
.covid-banner .playbtn .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.covid-banner .playbtn .video-play-button:hover:after {
  background-color: #fff;
}

.covid-banner .playbtn .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid #FF831D;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
 }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
 }
}


#home {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 6, 6, 0.3)), to(rgba(6, 6, 6, 0.3))), url("../images/home-bg.png");
  background-image: linear-gradient(rgba(6, 6, 6, 0.3), rgba(6, 6, 6, 0.3)), url("../images/home-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#home .home-content {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 80%;
}

#home .home-content p {
  color: #fff;
}

#home .home-image-overlay {
  position: absolute;
  bottom: -80px;
  right: 0;
}

#home .title1 {
  background-color: #FF831D;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 90% 100%, 10% 100%);
  clip-path: polygon(20% 0%, 80% 0%, 90% 100%, 10% 100%);
  margin-bottom: 16px;
  max-width: 100%;
}

#home .title1 h1 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px;
}

#home .title2 {
  background-color: #FF831D;
  -webkit-clip-path: polygon(0% 0%, 80% 0%, 90% 100%, 10% 100%);
  clip-path: polygon(0% 0%, 80% 0%, 90% 100%, 10% 100%);
  margin-bottom: 16px;
  max-width: 100%;
}

#home .title2 h1 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px;
}

#home .title3 {
  background-color: #FF831D;
  -webkit-clip-path: polygon(20% 100%, 80% 100%, 100% -100%, 10% 0%);
  clip-path: polygon(20% 100%, 80% 100%, 100% -100%, 10% 0%);
  margin-bottom: 16px;
  max-width: 100%;
}

#home .title3 h1 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px;
}

#home .home-button a {
  padding: 10px 32px;
}

/*

*  Training home

*/
#h-training {
  position: relative;
}

#h-training .home-training-right {
  position: absolute;
  right: 0;
}

#h-training .home-training-right img {
  opacity: .5;
}

#h-training .home-training-left {
  position: absolute;
  left: 0;
}

#h-training .home-training-left img {
  opacity: .5;
}

#h-training .container-fluid {
  padding-left: 10%;
  padding-right: 10%;
}

#h-training .container-fluid .h-training-content {
  position: relative;
}

#h-training .container-fluid .h-training-content:hover .overlay {
  opacity: 1;
}

#h-training .container-fluid .h-training-content:hover .overlay ul {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#h-training .container-fluid .h-training-content:hover .bottom-description h3 {
  -webkit-transform: translate3d(0, -250px, 0);
  transform: translate3d(0, -250px, 0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 2;
  margin-bottom: 32px;
}

#h-training .container-fluid .h-training-content:hover .bottom-description i {
  background-color: #fff;
  color: #FF831D;
  z-index: 2;
  margin-bottom: -12px;
}

#h-training .container-fluid .h-training-content img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#h-training .container-fluid .h-training-content .black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(6, 6, 6, 0.6);
}

#h-training .container-fluid .h-training-content .bottom-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#h-training .container-fluid .h-training-content .bottom-description h3 {
  padding: 16px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  margin-left: 13px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#h-training .container-fluid .h-training-content .bottom-description i {
  background-color: #FF831D;
  color: #fff;
  padding: 24px;
  border-radius: 30px 0 0 0;
  width: 80px;
  height: 80px;
  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;
  font-size: 32px;
}

#h-training .container-fluid .h-training-content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 131, 29, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 32px;
  overflow: hidden;
}

#h-training .container-fluid .h-training-content .overlay h3 {
  color: #fff;
  z-index: 90;
}

#h-training .container-fluid .h-training-content .overlay ul {
  -webkit-transform: translate3d(0, 300px, 0);
  transform: translate3d(0, 300px, 0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  list-style: none;
}

#h-training .container-fluid .h-training-content .overlay ul li {
  color: #fff;
  margin: 8px 0;
}

#h-training .container-fluid .h-training-content .overlay ul li:before {
  content: '\f061';
  font-family: FontAwesome;
  margin-right: 6px;
}

#free-trail .free-trail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#free-trail .free-trail h2 {
  font-weight: 700;
  font-size: 60px;
  margin: 0;
}

#free-trail .free-trail p {
  margin: 0;
  font-size: 18px;
}

#free-trail .free-trail a.btn-orange {
  color: #060606;
}

/*

*  Partners home

*/
#partners-page {
  padding: 40px 0;
}

#partners-page .partners-category {
  padding: 10px;
  background-color: #FF831D;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  display: table;
  font-size: 26px;
  min-width: 400px;
  border: 0;
  margin-bottom: 16px;
  text-align: left;
  padding-left: 2rem;
}

#partners-page .partners-category h3 {
  font-size: 22px;
  margin: 0;
}

#partners-page .partners-content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3rem;
}

#partners-page .partners-content-item .partners-content {
  flex-basis: 18%;
  margin-bottom: 4rem;
}

#partners-page .partners-content-item .partners-content img {
  filter: grayscale(100%);
  transition: all .3s ease-in-out;
}

#partners-page .partners-content-item .partners-content img:hover {
  filter: grayscale(0%);
}

#partners h2 {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  color: #060606;
  text-transform: uppercase;
}

#partners .owl-partners .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#partners .owl-partners .owl-stage .item a img {
  max-width: 200px;
  margin: 0 auto;
}

#partners-page .image {
  display: flex;
  align-items: center;
  justify-content: center;
}

#partners-page .row {
  display: flex;
  flex-wrap: wrap;
}

/*

*  Register

*/

#register .register-category {
  padding: 10px;
  background-color: #FF831D;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  display: table;
  font-size: 26px;
  min-width: 400px;
  border: 0;
  margin-bottom: 16px;
}

#register .register-category h3 {
  margin: 0;
}

#register .top-level-terms {
  list-style: none;
}

#register .top-level-terms .top-level-term {
  margin-bottom: 5rem;
  list-style: none;
}

#register .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;

}

#register .register-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 16px;
  background-color: #F7F7F7;
  margin-bottom: 16px;
  flex-basis: 48%;
}

#register .register-buttons .location-title {
  font-size: 2rem;
  color: #FF831D;
  font-weight: 700;
  text-transform: uppercase;
}

#register .register-buttons .date {
  font-size: 1.3rem;
  font-weight: 700;
  margin-left: .5rem;
}

#register .register-buttons a {
  color: #060606;
}

.second-level-term {
  list-style: none;
  font-weight: 700;
  font-size: 1.8rem;
}

/*
*  spring
*/
#spring .spring-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}


#spring .spring-content .left,
#spring .spring-content .right {
  flex: 1;
}

#spring .spring-content .right img {
  margin: 0 auto;
}

#spring .spring-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 16px;
  background-color: #F7F7F7;
  margin-bottom: 16px;
}

#spring .spring-buttons .location-title {
  font-size: 2.2rem;
  color: #FF831D;
  font-weight: 700;
  text-transform: uppercase;
}

#spring .spring-buttons .date {
  font-size: 1.3rem;
  font-weight: 700;
  margin-left: .5rem;
}

#spring .spring-buttons a {
  color: #060606;
}

/*

*  Locations

*/
#locations .locations-content .locations-body .locations-content-item {
  display: flex;
  margin-bottom: 10rem;
}

#locations .locations-content .locations-body .locations-category {
  padding: 10px;
  background-color: #FF831D;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  display: table;
  font-size: 26px;
  min-width: 400px;
  border: 0;
  margin-bottom: 16px;
}

#locations .locations-content .locations-body .locations-category h3 {
  margin: 0;
}


#locations .locations-content .item {
  position: relative;
}

#locations .locations-content .item img {
  width: 100%;
}

#locations .locations-content .item:hover .overlay {
  background-color: rgba(255, 131, 29, 0.75);
  cursor: pointer;
}

#locations .locations-content .item .overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(6, 6, 6, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0 24px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#locations .locations-content .item .overlay h3 {
  color: #fff;
  font-weight: 700;
}

#locations .locations-content .item .overlay p {
  color: #fff;
}

.location-training .location-training-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 16px;
  background-color: #F7F7F7;
  margin-bottom: 16px;
}

.location-training .location-training-content .button-location a {
  color: #060606;
}

.location-training .training-type:last-child {
  display: none;
}


/*

*  Testimonials

*/

#testimonials-page .item {
  display: flex;
  align-items: center;
  box-shadow: 0 0 16px 0px rgba(6, 6, 6, 0.07);
  padding: 32px;
  min-height: 330px;
  margin-bottom: 32px;
}



/*

*  Training

*/
.panel-group .panel-default {
  border: 0;
  margin: 16px 0;
  background-color: transparent;
  border-radius: 0;
}

.panel-group .panel-default .panel-heading {
  border: 0;
  padding: 0;
  background-color: #FF831D;
  border-radius: 0;
}

.panel-group .panel-default .panel-heading h4 a {
  color: #fff;
  display: block;
  width: 100%;
  font-weight: 700;
  padding: 24px;
  cursor: pointer;
}

.panel-group .panel-default .panel-heading h4 a:after {
  float: left !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}

.panel-group .panel-default .panel-heading h4 a.collapsed:after {
  float: left !important;
  content: "\f067";
}

.panel-group .panel-default .panel-collapse {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-group .panel-default .panel-collapse .panel-body {
  border: 0;
  background-color: #fff;
}

.panel-group .panel-default .panel-collapse .panel-body .date {
  font-weight: 700;
}

.panel-group .panel-default .panel-collapse .panel-body .item {
  margin: 48px 0;
}

.panel-group .panel-default .panel-collapse .panel-body .item h4 {
  text-transform: uppercase;
  color: #FF831D;
  font-weight: 700;
  font-size: 22px;
}

.panel-group .panel-default .panel-collapse .panel-body .item ul {
  margin-left: 24px !important;
}

.panel-group .panel-default .panel-collapse .panel-body .item .register,
.training-description .register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 16px;
  background-color: #F7F7F7;
  margin-bottom: 16px;
}

.panel-group .panel-default .panel-collapse .panel-body .item .register h3,
.training-description .register h3 {
  font-size: 20px;
  font-weight: 700;
  color: #060606;
  text-transform: uppercase;
  margin: 0;
}

.panel-group .panel-default .panel-collapse .panel-body .item .register a.btn-orange,
.training-description .register a.btn-orange {
  color: #060606;
  margin: 0;
}

.tax-category ul {
  padding-left: 40px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.training-categories .training-heading h4 {
  margin: 2em 0 .8em;
  font-size: 3rem;
  color: #FF831D;
  font-weight: 700;
}

.panel-group .panel-default .panel-heading.training-categories {
  background-color: #F7F7F7 !important;
}

.panel-group .panel-default .panel-heading.training-categories a {
  color: #060606;
}

/*

*  About us

*/
#about .panel-group .panel-default {
  border: 0;
  margin: 16px 0;
  background-color: transparent;
}

#about .panel-group .panel-default .panel-heading {
  border: 0;
  padding: 0;
  background-color: #FF831D;
  border-radius: 0;
}

#about .panel-group .panel-default .panel-heading h4 a {
  color: #fff;
  display: block;
  width: 100%;
  font-weight: 700;
  padding: 24px;
  cursor: pointer;
}

#about .panel-group .panel-default .panel-heading h4 a:after {
  float: left !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
  color: #fff;
}

#about .panel-group .panel-default .panel-heading h4 a.collapsed:after {
  float: left !important;
  content: "\f067";
}

#about .panel-group .panel-default .panel-collapse {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#about .panel-group .panel-default .panel-collapse .panel-body {
  border: 0;
  background: #fff;
}

#about .panel-group .panel-default .panel-collapse .panel-body h3 {
  font-weight: 700;
  font-size: 24px;
  color: #060606;
  text-transform: uppercase;
}

#about .panel-group .panel-default .panel-collapse .panel-body>p {
  font-weight: 700;
  margin-bottom: 48px;
}

#about .panel-group .panel-default .panel-collapse .panel-body .about-left p {
  margin-bottom: 16px;
}

#about .panel-group .panel-default .panel-collapse .panel-body .about-right .item {
  margin-bottom: 32px;
}

#about .panel-group .panel-default .panel-collapse .panel-body .about-right .item h4 {
  font-size: 20px;
  margin-bottom: 24px;
  margin-top: 0;
  font-weight: 700;
}

#about .panel-group .panel-default .panel-collapse .panel-body .about-right .item ul {
  list-style: none;
}

#about .panel-group .panel-default .panel-collapse .panel-body .about-right .item ul li {
  margin-left: 0px;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}

#about .panel-group .panel-default .panel-collapse .panel-body .about-right .item ul li:before {
  content: '\f04d';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  color: #FF831D;
  font-size: 14px;
}

#about .panel-group .panel-default .panel-collapse .panel-body .about-form .about-form-content h2.heading {
  margin-bottom: 32px;
}

#about .panel-group .panel-default .panel-collapse .panel-body .about-form .about-form-content .about-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#about .panel-group .panel-default .panel-collapse .panel-body .about-form .about-form-content .about-form-fields .form-group {
  width: 24%;
}

#about .panel-group .panel-default .panel-collapse .panel-body .about-form .about-form-content .about-form-fields .form-group.half {
  width: 49%;
}

#about .panel-group .panel-default .panel-collapse .panel-body .about-form .about-form-content .about-form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#about .panel-group .panel-default .panel-collapse .panel-body .about-form .about-form-content .about-form-button button.btn-orange {
  background: transparent;
  padding: 10px 32px;
  color: #060606;
}

#about .panel-group .panel-default .panel-collapse .panel-body .about-form .gform_wrapper .gform_body #field_2_19,
#about .panel-group .panel-default .panel-collapse .panel-body .about-form .gform_wrapper .gform_body #field_2_20,
#about .panel-group .panel-default .panel-collapse .panel-body .about-form .gform_wrapper .gform_body #field_2_21,
#about .panel-group .panel-default .panel-collapse .panel-body .about-form .gform_wrapper .gform_body #field_2_22 {
  padding: 10px;
  background-color: #FF831D;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  display: table;
  font-size: 26px;
  min-width: 300px;
  border: 0;
  margin-bottom: 0;
}

#about .panel-group .panel-default .panel-collapse .panel-body .about-form .gform_wrapper .top_label .gfield_label {
  display: none;
}

#about .panel-group .panel-default .panel-collapse .panel-body .about-form .gform_wrapper li.gfield.field_description_below+li.gsection {
  margin-top: 48px !important;
}

#about .panel-group .panel-default .panel-collapse .panel-body .about-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100% !important;
}

body .gform_wrapper .gform_footer {
  display: flex;
  justify-content: flex-end;
}

body .gform_wrapper .gform_footer .gform_button,
body .gform_wrapper .gform_footer .gform_button[type=submit] {
  color: #060606;
  margin: 10px 0;
  display: inline-block;
  letter-spacing: 2px;
  padding: 10px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  z-index: 3;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-style: italic;
  background-color: transparent;
  width: 200px;
}

body .gform_wrapper .gform_footer .gform_button::before,
body .gform_wrapper .gform_footer .gform_button[type=submit]::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  background-color: #FF831D;
  height: 100%;
  width: 50%;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}

body .gform_wrapper .gform_footer .gform_button:hover::before,
body .gform_wrapper .gform_footer .gform_button[type=submit]:hover::before {
  height: 100%;
  width: 100%;
  bottom: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.gform_wrapper ul li.gfield {
  padding: 0;
}


/* 

*  The process

*/
.process-title h3 {
  margin: 0;
  text-transform: uppercase;
  color: #060606;
  text-align: center;
  font-size: 3.5rem;
}

.process-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 5rem;
}

.process-content .process-item {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #FF831D;
  color: #fff;
  font-weight: 700;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  border: 0;
  flex-basis: 25%;
}

.process-content .process-item .process-number {
  font-size: 10rem;
  color: #fff;
  font-weight: 700;
  margin-right: 3rem;
}

.process-content .process-item .process-text {
  color: #fff;
  max-width: 220px;
}

.process a.btn {
  color: #060606;
  margin-top: 7rem;
}

/*

*  Blog

*/
.blog article .blog-content h1.entry-title,
.archive article .blog-content h1.entry-title,
.blog article .blog-content h1.entry-title a,
.archive article .blog-content h1.entry-title a {
  color: #060606;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.archive article .blog-content h1.entry-title:hover,
.archive article .blog-content h1.entry-title:hover,
.blog article .blog-content h1.entry-title a:hover,
.blog article .blog-content h1.entry-title a:hover {
  color: #FF831D;
}

.blog article .blog-content p.date,
.archive article .blog-content p.date {
  color: #FF831D;
  margin-top: 24px;
  margin-bottom: 40px;
}

.blog article .blog-content .url-page,
.archive article .blog-content .url-page {
  color: #060606;
  margin: 10px 0;
  display: inline-block;
  letter-spacing: 2px;
  padding: 10px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  z-index: 3;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-style: italic;
}

.blog article .blog-content .url-page::before,
.archive article .blog-content .url-page::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  background-color: #FF831D;
  height: 100%;
  width: 50%;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.blog article .blog-content .url-page:hover::before,
.archive article .blog-content .url-page:hover::before {
  height: 100%;
  width: 100%;
  bottom: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.blog article .post-thumbnail img,
.archive article .post-thumbnail img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 300px;
}

.blog article,
.archive article {
  margin-bottom: 32px;
}

.single-post h1.entry-title,
.single-post h1.entry-title a {
  color: #FF831D;
}

#secondary {
  background-color: #FF831D;
}

#secondary #recent-posts-2 {
  background-color: transparent;
}

#secondary #recent-posts-2 h3 {
  color: #fff;
  margin-bottom: 24px;
}

#secondary #recent-posts-2 ul {
  list-style: none;
}

#secondary #recent-posts-2 ul li {
  margin: 8px 0;
}

#secondary #recent-posts-2 ul li a {
  color: #fff;
  display: block;
}

#secondary #archives-2 {
  background-color: transparent;
}

#secondary #archives-2 h3 {
  color: #fff;
  margin-bottom: 24px;
}

#secondary #archives-2 ul {
  list-style: none;
}

#secondary #archives-2 ul li {
  margin: 8px 0;
  background-color: #fff;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#secondary #archives-2 ul li a {
  color: #FF831D;
  display: block;
}

#secondary #categories-2 {
  background-color: transparent;
}

#secondary #categories-2 h3 {
  color: #fff;
  margin-bottom: 24px;
}

#secondary #categories-2 ul {
  list-style: none;
}

#secondary #categories-2 ul li {
  margin: 8px 0;
  display: flex;
  color: #fff;
}

#secondary #categories-2 ul li a {
  color: #fff;
  display: block;
  margin-right: 4px;
}

#archives-dropdown-2 {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
}

#archives-dropdown-2 option {
  color: #000;
}


/*

*  staff

*/
#staff .staff-body .staff-category {
  padding: 10px;
  background-color: #FF831D;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  display: table;
  font-size: 26px;
  min-width: 300px;
  border: 0;
  margin-bottom: 16px;
}

#staff .staff-body .staff-category h3 {
  margin: 0;
}

#staff .staff-body .staff-content-item {
  display: grid;
  -ms-grid-columns: 33% 33% 33%;
  grid-template-columns: 33% 33% 33%;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  grid-row-gap: 24px;
  margin-bottom: 100px;
}

#staff .staff-content {
  margin: 16px;
}

#staff .staff-content:first-child {
  margin-left: 0;
}

#staff .staff-content .image {
  position: relative;
  overflow: hidden;
}

#staff .staff-content .social {
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 24px;
}

#staff .staff-content .social li a i {
  background-color: #FF831D;
  border: 1px solid #FF831D;
  color: #fff;
  font-size: 18px;
  padding: 8px;
  transition: all .3s ease-in-out;
}

#staff .staff-content .social li a i:hover {
  border: 1px solid #FF831D;
  background-color: transparent;
  color: #FF831D;
}

#staff .staff-content .description {
  text-align: center;
}

#staff .staff-content .description h3 span {
  font-size: 16px;
}

#staff .staff-content .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  opacity: 0;
  transition: all .3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
}

#staff .staff-content .image .overlay h4 {
  color: #fff;
}

#staff .staff-content .image img {
  margin: 0 auto;
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

#staff .staff-content .image .overlay img {
  margin: 0 auto;
  height: auto;
}

#staff .staff-content .image:hover .overlay {
  opacity: 1;
}

.post-staff-item .staff-description .staff-info {
  margin-bottom: 32px;
}

.post-staff-item .staff-description .staff-info h2 {
  margin-top: 0;
  color: #FF831D;
  font-weight: 700;
  font-size: 32px;
}

.post-staff-item .staff-description .staff-info ul {
  list-style: none;
}

.post-staff-item .staff-description .staff-info ul.social {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 24px;
}

.post-staff-item .staff-description .staff-info ul.social li {
  margin: 0 16px;
}

.post-staff-item .staff-description .staff-info ul.social li:first-child {
  margin-left: 0;
}

.post-staff-item .staff-description .staff-info ul.social li a i {
  background-color: #FF831D;
  border: 1px solid #FF831D;
  color: #fff;
  font-size: 18px;
  padding: 8px;
  transition: all .3s ease-in-out;
}

.post-staff-item .staff-description .staff-desc p {
  font-size: 1.7rem;
}

.post-staff-item .staff-description .staff-info ul.social li a i:hover {
  border: 1px solid #FF831D;
  background-color: transparent;
  color: #FF831D;
}

.post-staff-item .staff-description .staff-info ul.base-info li {
  margin: 10px 0;
  font-size: 17px;
}

/*
*   premier-affiliate
*/
#premier-affiliate .maryland-pa .item {
  display: flex;
  align-items: center;
  justify-content: center;
}

#premier-affiliate .maryland-pa a img {
  width: 200px;
  filter: grayscale(100%);
  transition: all .3s ease-in-out;
}

#premier-affiliate .maryland-pa a img:hover {
  filter: grayscale(0);
}

#premier-affiliate .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

#premier-affiliate .premier-affiliate-title {
  padding: 10px;
  background-color: #FF831D;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  display: table;
  font-size: 26px;
  min-width: 300px;
  border: 0;
  margin-bottom: 16px;
  text-align: left;
  padding-left: 2rem;
}

#premier-affiliate .premier-affiliate-title h3 {
  font-size: 22px;
  margin: 0;
}


/*

*  Submit a review

*/
ul.wpuf-form .wpuf-el::before,
ul.wpuf-form .wpuf-submit::before {
  display: none;
}

ul.wpuf-form li .wpuf-label {
  display: none !important;
}

ul.wpuf-form li.field-size-large .wpuf-fields {
  width: 100% !important;
}

ul.wpuf-form li.field-size-large .wpuf-fields input,
ul.wpuf-form li.field-size-large .wpuf-fields textarea {
  width: 100% !important;
}




/*

*  Counter

*/
#partners .counter-section {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
}

#wpsm_counter_b_row_539 .wpsm_counterbox .wpsm_number {
  font-size: 4rem !important;
  color: #FF831D;
  font-weight: 700;
}

#wpsm_counter_b_row_539 .wpsm_counterbox .wpsm_count-title {
  font-family: 'Montserrat', sans-serif !important;
}

.wpsm_col-md-3 {
  width: 25%;
}

/*

*  Taxonomy

*/
#taxonomy a.btn-orange {
  color: #060606;
}

.term-team-training ul li:before {
  display: none !important;
}

.owl-theme.owl-team .owl-nav.disabled+.owl-dots {
  margin-top: 3rem;
}

.owl-theme.owl-team .owl-dots .owl-dot span {
  height: 15px;
  width: 15px;
}

.owl-theme.owl-team .owl-dots .owl-dot.active span {
  background: #FF831D;
}



/*

*  Mission

*/

#our-mission {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0;
  background-attachment: fixed;
}

#our-mission h2 {
  font-weight: 700;
  font-size: 60px;
  margin: 0;
  margin-bottom: 10px;
}

#our-mission p {
  margin: 0;
  font-size: 18px;
  color: #fff;
}

#our-mission .our-mission-content {
  text-align: center;
  color: #fff;
  max-width: 920px;
  margin: 0 auto;
}


/*

*  Testimonials

*/
#h-testimonials {
  position: relative;


}

#h-testimonials .image {
  position: absolute;
  left: 0%;
  width: 350px;
  top: 18%;
  height: 350px;
}

#h-testimonials .image img {
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 60px rgba(0, 0, 0, .16);
}

#h-testimonials .testimonials-heading {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -50px;
}

#h-testimonials .row {
  display: flex;
}

#h-testimonials .testimonials-heading h2 {
  font-weight: 900;
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 52px;
  z-index: 30;
}

#h-testimonials .testimonials-heading .buttons a {
  color: #060606;
}

#h-testimonials .h-testimonials-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

#h-testimonials .h-testimonials-content .item .description {
  margin-top: 5rem;
}

#h-testimonials .h-testimonials-content .item .description i {
  font-size: 4rem;
  color: #FF831D;
}

#h-testimonials .owl-nav {
  position: absolute;
  left: 0;
  display: flex;
  bottom: 21px;
}

#h-testimonials .owl-nav button {
  height: 66px;
  width: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}


#h-testimonials .owl-nav .owl-prev {
  background-color: #060606;
}

#h-testimonials .owl-nav .owl-next {
  background-color: #FF831D;
}

#h-testimonials .item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#h-testimonials .h-testimonials-image img {
  /* box-shadow: 0 10px 60px rgba(0, 0, 0, .16); */
  height: 400px;
  object-fit: cover;
  object-position: top;
}

#h-testimonials .owl-stage-outer,
#h-testimonials .owl-stage,
#h-testimonials .owl-item,
#h-testimonials .item {
  height: 100%;
}



#testimonials {
  position: relative;
  height: 100%;
}

#testimonials .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#testimonials .row .testimonials-image {
  position: absolute;
}

#testimonials .row .testimonials-image i {
  background-color: #FF831D;
  color: #fff;
  width: 100px;
  height: 100px;
  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;
  position: absolute;
  top: -10%;
  left: -5%;
  z-index: 90;
  font-size: 50px;
}

#testimonials .row .testimonials-image .overlay-testimonials-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(6, 6, 6, 0.3);
}

#testimonials .row .testimonials-image img {
  width: 100%;
  /* height: 50vh; */
  -o-object-fit: cover;
  object-fit: cover;
}

#testimonials .row .testimonials-content {
  position: relative;
  height: 100%;
}

#testimonials .row .testimonials-content h2 {
  font-weight: 900;
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 32px;
  /* margin-left: 130px; */
}

#testimonials .row .testimonials-content p,
#testimonials .row .testimonials-content a.program {

  /* margin-left: 130px; */
}

#testimonials .testimonials-heading {
  display: flex;
  justify-content: space-between;
  /* flex-direction: column; */
}

#testimonials .testimonials-heading .buttons a {
  color: #060606;
}

#testimonials .testimonail-description {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#testimonials .row .testimonials-content .testimonail-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2%;
}

#testimonials .row .testimonials-content .testimonail-image .image {
  margin-right: 16px;
}


#testimonials .row .testimonials-content .testimonail-image .description p {
  margin-left: 0;
}

#testimonials .row .testimonials-content .testimonail-image .description h3 {
  margin-top: -10px;
}

#testimonials .row .owl-nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}

#testimonials .row .owl-nav button {
  outline: none !important;
}

#testimonials .row .owl-nav span {
  font-size: 40px;
}

#testimonials .row .testimonials-content .testimonail-image .image img {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 5px solid #fff;
}

#testimonials .row .testimonials-content .owl-carousel .owl-stage {
  height: 100%;
}

#testimonials .row .testimonials-content .owl-carousel .owl-stage .owl-item .item {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.owl-carousel.owl-drag .owl-item {
  height: 100%;
}

#testimonials .owl-stage-outer,
#testimonials .owl-testimonials {
  height: 100%;
}

.bf_container {
  padding: 60px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 30px;
}
.bf_left {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
.bf_item {
  padding: 30px;
  background-color: #FF831D;
  border-radius: 20px;
}
.bf_item h3 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-top: 0;
}
.bf_item p {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 0;
}
.reg_btn {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding-top: 20px;
}
.reg_btn a {
  padding: 20px 60px;
  background-color: red;
  color: white;
  font-size: 24px;
  border-radius: 10px;
}
.reg_btn a:hover {
  background-color: #A62A2A;
}
.wslanding .intro, .wslanding .app_buttons {
 padding-bottom: 20px;
}
.wslanding .intro h2, .wslanding .classes h2, .fancy-title {
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}
.wslanding .pricing {
  padding: 20px 0;
  background-color: #F7F7F7;
}
.wslanding .pricing h2, .wslanding .schedule h2 {
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}
.wslanding .pricing_card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  background-color: #FF831D;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .wslanding .pricing_card {
    margin-bottom: 20px;
  }
}
.wslanding .pricing_card h3 {
  margin: 0;
  padding-bottom: 15px;
  font-weight: 700;
  text-align: center;
}
.wslanding .pricing_card p {
  text-align: center;
}
.wslanding .pricing .caption p {
  padding-top: 20px;
  text-align: center;
}
.wslanding .classes, .wslanding .schedule {
  padding: 20px 0;
}
.wslanding .classes .class_card {
  padding: 15px;
}
.wslanding .classes .col-md-12:nth-child(4) .class_card, .wslanding .classes .col-md-12:nth-child(5) .class_card {
  margin-left: 20px;
}
.wslanding .classes .col-md-12:nth-child(odd) .class_card {
  background-color: #F7F7F7;
}
.wslanding .classes .class_card h3 {
  color: #FF831D;
  margin: 0;
  padding-bottom: 15px;
}
.wslanding .classes .class_card p:last-child {
  margin-bottom: 0;
}
.wslanding .btn_wrap {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.wslanding .btn_wrap .btn-orange {
  color: #000;
}
.schedule .schedule_grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow-y: auto;
}
.schedule .schedule_grid h3 {
  font-weight: 700;
  font-size: 16px;
}
.schedule .schedule_grid .grid_item {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  padding: 5px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .schedule .schedule_grid h3 {
    font-size: 20px;
  }
  .schedule .schedule_grid .grid_item {
    padding: 10px;
  }
}
.schedule .schedule_grid .grid_item:nth-child(4n) {
  border-right: 1px solid #000;
}
.schedule .schedule_grid .grid_item:nth-last-child(-n+4) {
  border-bottom: 1px solid #000;
}
.schedule .schedule_grid .grid_item h3, .schedule .schedule_grid .grid_item p {
margin: 0;
}
.app_buttons h2 {
  text-align: center;
  font-weight: 700;
}
.app_buttons .app_grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.app_buttons .register_bottom {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .app_buttons .app_grid {
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .app_buttons .register_bottom {
    padding-top: 30px;
  }
}
.app_buttons .app_grid .item_1 {
  display: flex;
  justify-content: center;
}
.app_buttons .app_grid .item_1 .btn-orange {
  color: #000;
}
.app_buttons .app_grid h3 {
  text-align: center;
  font-weight: 700;
}
.app_buttons .app_grid .apps p {
  text-align: center;
}
.app_buttons .app_grid .apps .btn_wrap {
  gap: 10px;
}
.acf_gallery {
  position: relative;
  width: 100%;
}
.acf_gallery .acf_gallery__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.acf_gallery .acf_gallery__wrap .gallery_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}
.acf_gallery .acf_gallery__wrap .gallery_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gform_wrapper.gravity-theme .gfield_label {
  color: #000;
}
@media (min-width: 768px) {
  .wslanding .app_buttons {
    padding-bottom: 45px;
   }
  .wslanding .pricing, .wslanding .classes, .wslanding .schedule {
    padding: 35px 0;
  }
  .wslanding .pricing .row {
    display: flex;
  }
  .wslanding .classes .class_card {
    padding: 30px;
  }
  .acf_gallery .acf_gallery__wrap .gallery_item {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .acf_gallery .acf_gallery__wrap .gallery_item {
    width: calc(25% - 10px);
    margin-bottom: 0;
  }
  .acf_gallery .acf_gallery__wrap .gallery_item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1366px) {
  .wslanding .app_buttons {
    padding-bottom: 50px;
   }
  .wslanding .intro h2, .wslanding .pricing h2, .wslanding .classes h2, .wslanding .schedule h2, .fancy-title  {
    font-size: 42px;
  }
  .wslanding .intro p {
    font-size: 20px;
  }
  .wslanding .pricing, .wslanding .classes, .wslanding .schedule {
    padding: 50px 0;
  }
  .wslanding .pricing_card {
    padding: 50px 40px;
  }
  .wslanding .pricing_card p {
    font-size: 18px;
  }
  .wslanding .classes .col-md-12:nth-child(4) .class_card, .wslanding .classes .col-md-12:nth-child(5) .class_card {
    margin-left: 50px;
  }
  .app_buttons .register_bottom {
    padding-top: 40px;
  }
}

/*

*  Footer

*/
footer {
  padding: 40px 0;
  background-color: #F7F7F7;
  /* background-image: url("https://trueap.com/wp-content/theme/treshold/images/footer-bg.png"); */
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .row .footer-about img {
  margin-bottom: 32px;
  width: 320px;
}

footer .row .footer-about p {
  color: #060606;
}

footer .row .footer-locations h3, footer h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #060606;
}

footer .row ul {
  list-style: none;
  margin: 0;
}

footer .row ul li {
  margin: 12px 0;
  font-size: 16px;
  font-weight: 700;
}

footer .row ul li a {
  color: #060606;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

footer .row ul li a:hover {
  color: #FF831D;
}

footer .row ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 0;
  margin-top: 16px;
}

footer .row ul.social li {
  margin: 0 16px;
}

footer .row ul.social li:first-child {
  margin-left: 0;
}

footer .row ul.social li a {
  color: #060606;
  transition: all .3s ease-in-out;
}

footer .row ul.social li a:hover {
  color: #FF831D;
}

footer .row ul.social li a i {
  font-size: 2.5rem;
}


footer .row .footer-newsletter h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #060606;
}

footer .row .footer-newsletter p {
  color: #060606;
}

footer .row .footer-newsletter .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .row .footer-newsletter .input-group input {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  margin-right: 18px;
  padding: 22px;
}

footer .row .footer-newsletter .input-group button {
  color: #060606;
  background: transparent;
}

.copyright-content {
  background-color: #FF831D;
  padding: 16px 0;
}

.copyright-content p {
  margin: 0;
  color: #fff;
}

.menu-copyright-links-container {
  display: flex;
  justify-content: flex-end;
}

.menu-copyright-links-container ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-copyright-links-container ul li {
  margin: 0 16px;
}

.menu-copyright-links-container ul li:last-child {
  margin-right: 0;
}

.menu-copyright-links-container ul li a {
  color: #fff;
}

/* Team Pay Contract form */
.team-pay-contract .gfield_signature_container{
  width: 100% !important;
}
.team-pay-contract .gfield_signature_container canvas{
  width: 100% !important;
}
.team-pay-contract input[type="checkbox"]{
  width: auto !important;
  height: auto !important;
  display: inline;
  margin-right: 5px;
}
.gform_wrapper .team-pay-contract .gform_footer {
    display: flex;
    justify-content: center;
}

.team-pay-contract .ginput_container.ginput_container_consent label {
    display: inline;
}
#pg-2166-2.panel-has-style>.panel-row-style {
    align-items: start !important;
    -webkit-align-items: start !important;
}

.form-orange-strip {
  padding: 10px !important;
  background-color: #FF831D;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  display: table;
  font-size: 26px;
  min-width: 400px;
  border: 0;
  margin-bottom: 0;
}

/*

*   Responsive

*/



@media only screen and (min-width: 320px) and (max-width: 480px) {
  .covid-banner {
    margin-top: 30px;
  }
  .covid-banner h2{
    font-size: 1.5rem;
  }

  body .gform_wrapper .gform_footer {
    justify-content: center;
  }

  .free_program_new {
    height: auto !important;
  }

  /*
  * Home testimonials
  */
  #h-testimonials .testimonials-heading h2 {
    font-size: 32px;
  }

  #h-testimonials .image {
    display: none;
  }

  #h-testimonials .row {
    flex-direction: column;
  }

  #h-testimonials .testimonials-heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  #h-testimonials .owl-nav {
    position: absolute;
    display: flex;
    top: -70px;
    right: 0;
    left: auto;
  }




  section {
    padding: 40px 0;
  }

  .navbar-default .navbar-header .navbar-brand img {
    position: relative;
  }

  .ubermenu-responsive-toggle,
  .ubermenu-sticky-toggle-wrapper {
    position: absolute !important;
    right: 0 !important;
    top: 30px !important;

  }

  .panel-title {
    font-size: 16px;
  }



  /*
  * Header
  */
  .header-top {
    display: none;
  }

  #header-image .header-image-content h1, , .double_logo span {
    font-size: 40px;
  }
  .double_logo span {
    padding: 0 10px;
  }

  .header-top .row,
  .header-top .row .header-right {
    flex-direction: column;
  }

  .header-top .row .header-right .phone {
    margin: 16px 0;
  }

  .single-post #header-image .header-image-content h1 {
    font-size: 26px;
  }

  .single-post .entry-meta {
    margin-bottom: 24px;
  }

  .single-post h1.entry-title,
  .single-post h1.entry-title a {
    font-size: 28px;
  }

  /*
  * Navigation
  */

  .navbar-default .navbar-header .navbar-brand img {
    width: 60%;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    display: flex;
    flex-direction: column;
    max-height: 100vh;
  }

  .navbar-brand>img {
    width: 100%;
  }

  .only-mobile .navbar-brand>img.logo,
  .only-mobile .navbar-brand.logo-nav {
    display: none;
  }

  .only-mobile .navbar-brand>img.logo-dark {
    display: block;
  }

  .only-mobile {
    flex: 1;
  }

  .navbar-nav {
    flex: 4;
  }

  .navbar-default ul.nav li a {
    color: #060606;
  }

  /* #nav-icon {
    top: 50%;
    transform: translate(0, -50%);
  } */

  /*
  * Home
  */

  #home .home-content {
    width: 100%;
  }

  #home .title1 h1,
  #home .title2 h1,
  #home .title3 h1 {
    font-size: 20px;
  }

  #h-training .container-fluid .h-training-content {
    margin-bottom: 16px;
  }


  #testimonials .row {
    flex-direction: column;
  }

  #testimonials .row .testimonials-image {
    position: relative;
  }

  #testimonials .row .testimonials-image i {
    left: 0;
  }

  #testimonials .row .testimonials-content p,
  #testimonials .row .testimonials-content a,
  #testimonials .row .testimonials-content h2 {
    margin-left: 0;
  }

  #testimonials .testimonials-heading {
    flex-direction: column;
  }

  #testimonials .row .owl-nav {
    bottom: 105%;
    left: auto;
    right: 10%;
  }


  #h-training .container-fluid .h-training-content:hover .overlay ul {
    transform: translate3d(0, 60px, 0);
  }

  #h-training .container-fluid .h-training-content:hover .bottom-description h3 {
    transform: translate3d(0, -150px, 0);
  }

  #partners h2 {
    font-size: 32px;
  }

  #free-trail .free-trail.free-trail h2,
  #testimonials .row .testimonials-content h2 {
    font-size: 32px;
    margin-top: 24px;
  }

  #free-trail .free-trail {
    flex-direction: column;
    text-align: center;
  }

  #our-mission .our-mission-content {
    max-width: 100%;
  }

  #our-mission h2 {
    font-size: 32px;
  }

  #our-mission p {
    word-break: break-all;
    font-size: 16px;
  }

  .wpsm_col-md-3 {
    width: 100%;
  }

  /*  
  * About
  */
  .gform_wrapper ul li.gfield {
    padding: 0 !important;
  }

  /*
  *Locations
  */
  #locations .locations-content .locations-body .locations-category {
    min-width: 320px;
  }

  #locations .locations-content .locations-body .locations-category h3 {
    font-size: 20px;
  }

  #locations .locations-content .locations-body .locations-content-item {
    flex-direction: column;
  }

  #locations .locations-content .item {
    margin-bottom: 16px;
    margin-right: 0;
  }

  #locations .locations-content .item img {
    width: 100%;
  }

  .location-training h1 {
    font-size: 21px !important;
    text-align: center;
    margin-top: 5rem;
  }

  /*
  * Training
  */

  #training .panel-group .panel-default .panel-collapse .panel-body .item .register {
    flex-direction: column;
  }

  #training .panel-group .panel-default .panel-collapse .panel-body .item .register h3 {
    margin-bottom: 24px;
  }

  .location-training .location-training-content {
    flex-direction: column;
    text-align: center;
  }

  .training-description {
    margin-top: 4rem;
  }


  /*
  * Blog
  */

  #secondary aside {
    margin-bottom: 0;
    padding-bottom: 0;
  }


  /*
  * Staff
  */

  #staff .staff-content {
    margin: 32px 0;
  }

  #staff .staff-body .staff-content-item {
    grid-template-columns: 1fr;
  }

  #staff .staff-content .image img {
    min-height: auto;
  }


  /*
  * Locations
  */

  .panel-group .panel-default .panel-collapse .panel-body .item .register,
  .training-description .register {
    flex-direction: column;
    align-items: center;
  }

  .panel-group .panel-default .panel-collapse .panel-body .item .register h3,
  .training-description .register h3 {
    margin-bottom: 16px;
  }


  /*
  * Partners
  */
  #partners .counter-section {
    flex-direction: column;
  }

  #partners-page .row {
    justify-content: center;
  }

  #partners-page .row .image {
    margin-bottom: 16px;
  }

  #partners-page .partners-content-item {
    flex-direction: column;
  }

  #partners-page .partners-category {
    min-width: 320px;
  }

  #partners-page .partners-category h3 {
    font-size: 18px;
  }

  /*
  * Process
  */
  .process-content .process-item {
    flex-basis: 100%;
    margin-bottom: 2rem;
    padding: 1rem 3rem;
  }

  .process-content .process-item .process-text {
    width: 180px;

  }

  /*
  * Footer
  */
  footer {
    text-align: center;
  }

  footer .row {
    flex-direction: column;
  }

  footer .row .footer-image img {
    margin: 16px auto;
  }

  footer .row ul.social,
  .menu-copyright-links-container {
    justify-content: center;
  }

  .copyright-content {
    text-align: center;
  }

  .copyright-content ul.social {
    justify-content: center;
    margin-top: 16px;
  }


}

@media only screen and (min-width: 481px) and (max-width: 1144px) {

  .ubermenu-responsive-toggle,
  .ubermenu-sticky-toggle-wrapper {
    display: block !important;
  }

  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse {
    max-height: 0;
    overflow: hidden !important;
    visibility: hidden;
  }

  /*
  * Home testimonials
  */
  #h-testimonials .row {
    flex-direction: column;
  }

  #h-testimonials .image {
    display: none;
  }

  #h-testimonials .testimonials-heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  #h-testimonials .owl-nav {
    position: absolute;
    display: flex;
    top: -70px;
    right: 0;
    left: auto;
  }

  .ubermenu-responsive-toggle-icon-only .fa {
    font-size: 30px;
  }

  .wpsm_col-md-3 {
    width: 50%;
  }

  .navbar-default .navbar-header .navbar-brand img {
    position: relative;
  }

  .ubermenu-responsive-toggle,
  .ubermenu-sticky-toggle-wrapper {
    position: absolute !important;
    right: 23px !important;
    top: 30px !important;

  }

  .ubermenu-responsive-default.ubermenu-responsive.ubermenu {
    margin-top: 32px;
  }


  body {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
  }

  .navbar .nav>li>a {
    line-height: 20px;
    vertical-align: middle;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 1px;
  }

  .collapse.in {
    display: block !important;
  }

  .thumbnail .more {
    margin-left: -21px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    line-height: 40px;
  }

  .thumbnail:hover .more {
    margin-top: -20px;
  }

  .newsletter form {
    text-align: center;
  }

  .only-mobile {
    display: block;
  }

  .sliding-custom-navbar {
    position: fixed;
    top: 0;
    width: 80%;
    background: #fff;
    z-index: 999999;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 100vh;
    left: -100%;
    padding: 0 15px;
    -webkit-transition: .7s;
    transition: .7s;
    overflow-y: unset !important;
  }

  .sliding-open {
    left: 0px;
  }

  ul#top-navigation li {
    border-bottom: 1px solid #e3e3e3;
    padding-left: 15px;
  }

  .navbar .nav>li>a {
    padding: 7px 8px;
    font-size: 15px;
  }

  /*
  * Header
  */

  .header-top .row {
    justify-content: space-between;
  }

  /*
  * Home
  */


  #h-training .container-fluid .h-training-content {
    margin: 16px 0;
  }

  #h-training .container-fluid .h-training-content:hover .bottom-description h3 {
    transform: translate3d(0, -330px, 0);
  }

  #h-training .container-fluid .free-trail {
    text-align: center;
    flex-direction: column;
  }

  #testimonials .row {
    flex-direction: column;
  }

  #testimonials .row .testimonials-image {
    position: relative;
  }

  #testimonials .row .testimonials-image i {
    left: 0;
  }

  #testimonials .row .testimonials-content p,
  #testimonials .row .testimonials-content a,
  #testimonials .row .testimonials-content h2 {
    margin-left: 0;
  }

  #testimonials .row .owl-nav {
    bottom: 105%;
    left: auto;
    right: 10%;
  }

  #our-mission .our-mission-content {
    max-width: 100%;
  }

  #our-mission p {
    word-break: break-all;
  }

  #free-trail .free-trail {
    flex-direction: column;
    text-align: center;
  }

  /*
  * About
  */

  .gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
  .gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 50% !important;
  }

  .process-content .process-item .process-text {
    max-width: 150px;
  }

  .process-content .process-item {
    flex-basis: 50%;
    margin-bottom: 2rem;
  }


  /*
  * Staff
  */
  #staff .staff-content {
    margin: 32px 0;
  }

  #staff .staff-body .staff-content-item {
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
  }

  #staff .staff-content .image img {
    min-height: auto;
  }

  /*
  * Partners
  */
  #partners .counter-section {
    flex-direction: column;
  }

  #partners-page .partners-content-item .partners-content {
    flex-basis: 50%;
  }

  /*
  * locations
  */

  #locations .locations-content .locations-body .locations-content-item {
    flex-wrap: wrap;
  }

  #locations .locations-content .item {
    flex-basis: 45%;
    margin-bottom: 3rem;
  }

  /*
  * Footer
  */
  footer .row {
    flex-direction: column;
    align-items: flex-start;
  }

  .copyright-content .row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1580px) {

  .navbar-default .navbar-header .navbar-brand img {
    width: 220px;
  }

  .site-header.fadeInDown .navbar-default a {
    font-size: 14px;
  }

  .location-training .location-training-content h4 {
    font-size: 16px !important;
  }

  #locations .locations-content .item {
    flex-basis: 31% !important;
  }

  .process-content .process-item {
    padding: 0 4rem;
  }

  /*
  * Home testimonials
  */
  #h-testimonials .image {
    width: 250px;
    height: 250px;
    top: 30%;
  }

  #h-testimonials .testimonials-heading {
    margin-bottom: 0;
  }

  #h-testimonials .item {
    justify-content: flex-start;
  }

  #h-testimonials .h-testimonials-image img {
    height: 320px;
    object-fit: cover;
  }


  /*
* Training home
*/

  #h-training .container-fluid .h-training-content:hover .overlay ul {
    transform: translate3d(0, 40px, 0);
  }

  #h-training .container-fluid .h-training-content:hover .bottom-description h3 {
    transform: translate3d(0, -170px, 0);
  }

  /*
  * Testimonials
  */
  #testimonials .row .testimonials-image img,
  #testimonials .row .testimonials-image .overlay-testimonials-image {
    /* width: 80%; */
  }

  #testimonials .row .testimonials-content .owl-carousel .owl-stage .owl-item .item {
    /* height: 80%; */
  }

  #testimonials .row .owl-nav {
    bottom: 100px;
  }

  #testimonials-page .item {
    min-height: 360px;
  }
}

.william-slider  .owl-stage {
  display: flex;
  align-items: center;
}

.william-slider .owl-nav button.owl-next, .william-slider .owl-nav button.owl-prev, .william-slider button.owl-dot {
  background-color: #FF831D !important;
}
.owl-carousel .owl-nav button {
  padding: 5px !important;
}
#william-slider h2 {
  text-align: center;
  padding-bottom: 20px;
}
.page-id-3228 .process {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  padding-bottom: 50px;
}
.page-id-3228 .process .process-item {
  display: flex;
  justify-content: space-evenly;
  background-color: #FF831D;
  color: #fff;
  font-weight: 700;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  border: 0;
  align-items: center;
  padding: 20px 0;
}
.page-id-3228 .process .process-item .process-number {
  font-size: 10rem;
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
}
.page-id-3228 .process .process-item .process-text {
  max-width: 50%;
  color: #fff;
}
.page-id-3228 .process .process-item h4 {
  color: #000;
  text-align: center;
}
.page-id-3228 .process .process-item ul {
  margin: 0;
  padding-left: 10px;
  list-style: disc;
}
.page-id-3228 .process .process-item ul li {
  padding-left: 0;
}
.page-id-3228 .process .process-item ul li:before {
  display: none;
}
.page-id-3251 .schedule_grid {
  grid-template-columns: repeat(5, 1fr);
}
.page-id-3251 .schedule .schedule_grid .grid_item:nth-child(4n) {
  border-right: unset;
}
.page-id-3251 .schedule .schedule_grid .grid_item:nth-last-child(-n+4) {
  border-bottom: unset;
}
.page-id-3251 .schedule .schedule_grid .grid_item:nth-child(5n) {
  border-right: 1px solid #000;
}
.page-id-3251 .schedule .schedule_grid .grid_item:nth-last-child(-n+5) {
  border-bottom: 1px solid #000;
}
.page-id-3251 .wslanding .classes .col-md-12:nth-child(4) .class_card {
  margin-left: unset;
}