@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  color: #23145f;
}

ol li, ul li {
  font-size: 16px;
}

.content-strip h1, .content-strip h2, .content-strip h3, .content-strip h4, .content-strip h5, .content-strip h6 {
  font-family: "Roboto", sans-serif;
  color: #23145f;
}

.content-strip h3 {
  font-size: 2rem;
}

.fade-in-top {
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.scroll-down {
  align-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 110px;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 980px) {
  .scroll-down {
    display: none;
  }
}

.scroll-down:hover {
  transform: scale(1.2);
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 50%;
  width: 50%;
  background: #ff9010;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.fade-out {
  animation: fade-out 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in {
  animation: fade-in 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-out {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    opacity: 0;
  }
}

@keyframes fade-in {
  0% {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

html body {
  font-family: "Roboto", sans-serif;
}

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  letter-spacing: 1px;
}

html body p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

html body.blog .x-main.full {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .guerrillawrap {
    padding: 40px !important;
  }
}

@media only screen and (max-width: 768px) {
  .guerrillagravatar {
    float: none;
    width: 100px !important;
    display: block;
    margin: 0 auto 20px !important;
  }
}

.guerrillatext {
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .guerrillatext {
    width: 100%;
  }
}

.guerrillatext h4 {
  font-family: "Roboto", sans-serif;
  line-height: normal;
  margin-bottom: 15px;
}

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

.slim-fit {
  max-width: 1170px !important;
  width: 100% !important;
  display: block;
  margin: 0 auto !important;
}

@media only screen and (max-width: 1200px) {
  .slim-fit {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media only screen and (max-width: 480px) {
  .slim-fit {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .content-strip .slim-fit {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.bg-lightblue {
  background-color: rgba(35, 20, 95, 0.1);
}

html body .x-container .x-column .x-global-block .x-section.no-padding-t {
  padding-top: 0 !important;
}

html body:not(.home) .x-section:not(.hero-ttl):not(.sub-navigation):not(.no-top-padding).no-padding-t {
  padding-top: 0 !important;
}

html body:not(.home) .x-section:not(.hero-ttl):not(.sub-navigation):not(.no-top-padding).no-padding-v {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hbspt-form input[type=text],
.hbspt-form input[type=password],
.hbspt-form input[type=datetime],
.hbspt-form input[type=datetime-local],
.hbspt-form input[type=date],
.hbspt-form input[type=month],
.hbspt-form input[type=time],
.hbspt-form input[type=week],
.hbspt-form input[type=number],
.hbspt-form input[type=email],
.hbspt-form input[type=url],
.hbspt-form input[type=search],
.hbspt-form input[type=tel],
.hbspt-form input[type=color],
.hbspt-form select,
.hbspt-form textarea {
  height: 50px;
  border: 1px solid rgba(35, 20, 95, 0.2);
  max-width: none;
}

.hbspt-form label {
  font-weight: 700;
  font-size: 14px;
}

body .gray-bg {
  background-color: rgba(35, 20, 95, 0.05) !important;
}

.border-top-bottom {
  border-top: 1px solid rgba(35, 20, 95, 0.2);
  border-bottom: 1px solid rgba(35, 20, 95, 0.2);
  padding-top: 70px !important;
  padding-bottom: 50px !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(35, 20, 95, 0.2);
  padding-bottom: 50px !important;
}

.border-top {
  border-top: 1px solid rgba(35, 20, 95, 0.2);
}

#mission-section .x-2-3 h3:after {
  display: none !important;
}

#map-offices path:first-of-type {
  fill: rgba(35, 20, 95, 0.1) !important;
}

body:not(.home):not(.page-template-template-contact-us):not(.page-template-template-resources):not(.page-id-321) .x-colophon.top {
  border-top: none !important;
}

.entry-content {
  font-size: 16px !important;
}

.custom-content h2 {
  font-size: 16px !important;
  font-family: "Roboto", sans-serif;
}

.x-feature-box-title {
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 480px) {
  .x-feature-box-title {
    font-size: 1em !important;
  }
}

.site .fl-like {
  background-color: rgba(19, 11, 53, 0.8);
  overflow: scroll;
}

.site .fl-like .submitted-message {
  font-size: 18px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.site .fl-like button.close {
  background-color: #23145f;
  top: -10px;
  right: -10px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  opacity: 1;
}

.site .fl-like #form-container {
  padding: 40px;
  max-width: 500px;
}

@media only screen and (max-height: 800px) {
  .site .fl-like #form-container {
    margin-top: 100px;
  }
}

.site .fl-like #form-container form {
  margin: 0;
}

.site .fl-like #form-container form input[type=text],
.site .fl-like #form-container form input[type=password],
.site .fl-like #form-container form input[type=datetime],
.site .fl-like #form-container form input[type=datetime-local],
.site .fl-like #form-container form input[type=date],
.site .fl-like #form-container form input[type=month],
.site .fl-like #form-container form input[type=time],
.site .fl-like #form-container form input[type=week],
.site .fl-like #form-container form input[type=number],
.site .fl-like #form-container form input[type=email],
.site .fl-like #form-container form input[type=url],
.site .fl-like #form-container form input[type=search],
.site .fl-like #form-container form input[type=tel],
.site .fl-like #form-container form input[type=color],
.site .fl-like #form-container form select,
.site .fl-like #form-container form textarea {
  border: 1px solid rgba(35, 20, 95, 0.2);
  font-size: 14px;
}

.site .fl-like #form-container form .error,
.site .fl-like #form-container form .is-invalid {
  background-size: 14px;
  background-position: 96% center;
}

.site .fl-like #form-container select {
  background-size: 10px 5px;
}

.site .fl-like #form-container .hs-error-msgs {
  list-style-type: none;
  margin-left: 0;
}

.site .fl-like #form-container .hs-error-msgs label {
  color: #e03a3e;
}

.site .fl-like #form-container label {
  font-weight: 700;
  font-size: 14px;
}

.site .fl-like #form-container .btn.orange {
  margin-bottom: 0 !important;
  margin-top: 20px !important;
}

.site hr {
  border-top: 1px solid rgba(35, 20, 95, 0.2);
}

@media only screen and (max-width: 480px) {
  .x-column.x-2-3 {
    padding: 0 !important;
  }
}

#x-section-2 h2 {
  font-family: "Roboto", sans-serif !important;
}

#x-section-3.cta-strip {
  margin-bottom: 0 !important;
}

@media (max-width: 1199px) {
  .x-column.x-lg {
    float: none;
    width: 100% !important;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .form-column .x-column {
    width: 100% !important;
  }
}

.form-column .form-columns-1,
.form-column .form-columns-2 {
  max-width: 100%;
}

@media only screen and (max-width: 1200px) {
  #methodology-section .svg-wrapper svg,
  #learning-section-one .svg-wrapper svg {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .x-block-grid-item.full-grid-item {
    width: 100% !important;
  }
}

p a {
  font-weight: bold;
  color: #ff9010 !important;
}

#form-container .hs_hearaboutjuran.hs-hearaboutjuran.hs-fieldtype-text.field.hs-form-field {
  width: 100% !important;
  margin-left: 0 !important;
}

#form-container input,
#form-container select,
#form-container textarea {
  max-width: 100%;
}

.x-ul-icons li [class*="x-icon-"] {
  text-indent: -2.2em !important;
}

#leadership-section .leadership-content .morecontent a {
  transition: all 0.2s ease-out;
}

#leadership-section .leadership-content .morecontent a:hover {
  color: #ff9010;
}

.over-bottom + .x-section:after {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  #at-a-glance-section .x-container {
    padding: 20px 10px !important;
  }
  #at-a-glance-section .x-column.x-1-5 {
    display: inline-block;
    max-width: 80px;
    margin: 20px 10px;
  }
}

.error404 {
  background-color: #F4F3F7;
}

.error404 .entry-wrap {
  background-color: transparent;
}

.error404 .x-header-landmark {
  margin-top: 250px;
}

.error404 .x-main.full {
  margin-top: 0;
}

.error404 h1 {
  color: #23145f;
  margin-top: 0;
  font-family: "Roboto", sans-serif;
}

.p-meta > span > a {
  color: #23145f !important;
  text-decoration: none;
  font-weight: normal;
}

.hbspt-form label {
  color: #23145f;
  font-family: "Roboto", sans-serif;
}

.hbspt-form .hs-form-booleancheckbox-display span {
  margin-left: 10px;
}

.hbspt-form .inputs-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.hbspt-form .hs-richtext {
  color: #23145f;
  font-family: "Roboto", sans-serif;
}

.hbspt-form .form-columns-2,
.hbspt-form .form-columns-1 {
  max-width: none;
}

.hbspt-form .form-columns-2 .hs-input,
.hbspt-form .form-columns-1 .hs-input {
  width: 100% !important;
}

.disable-top-padding {
  padding-top: 0 !important;
}

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

.content-strip.x-section.disable-top-padding {
  padding-top: 0 !important;
}

.content-strip.x-section.disable-bottom-padding {
  padding-bottom: 0 !important;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.x-1-3 form {
  border: 1px solid rgba(35, 20, 95, 0.1);
  padding: 30px;
}

@media only screen and (max-width: 1200px) {
  .x-1-3 form {
    padding: 20px;
  }
}

.form-bar {
  background-color: #23145f;
  color: #fff !important;
  width: 100%;
  padding: 20px;
  margin-bottom: -50px;
  position: relative;
}

.form-bar:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #ff9010 transparent transparent;
  position: absolute;
  top: -5px;
  right: -5px;
}

.form-title {
  font-weight: 700;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.hs-error-msgs {
  color: #e03a3e;
}

.hs-error-msgs label {
  color: #e03a3e;
}

input.error, input.is-invalid {
  color: #e03a3e !important;
  border-color: #e03a3e !important;
}

.process-table th {
  background-color: #ff9010;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
  font-size: 14px;
  width: 20%;
  border: none;
  height: 50px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .process-table th {
    font-size: 11px;
    height: 40px;
  }
}

.process-table th:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 15px;
  border-color: transparent transparent transparent #ff9010;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  .process-table th:after {
    border-width: 22px 0 22px 10px;
  }
}

.process-table th:nth-of-type(even) {
  background-color: #e67b00;
}

.process-table th:nth-of-type(even):after {
  border-color: transparent transparent transparent #e67b00;
}

.process-table th:last-of-type:after {
  display: none;
}

.process-table td {
  border: 1px solid rgba(35, 20, 95, 0.1);
  font-size: 15px;
  width: 20%;
  vertical-align: top;
  background-color: #fff;
}

.process-table td.process-table__grey {
  background-color: #faf9fb;
}

@media only screen and (max-width: 768px) {
  .process-table td {
    font-size: 12px;
  }
}

.process-table--list th {
  width: 25%;
  border-bottom: 1px solid #ccc;
}

.process-table--list td {
  width: 75%;
  min-height: 130px;
  vertical-align: top;
}

.featured-list, .content-hubspot-form__content ul, .tabs-with-background__content ul, .tabbed-accordions .accord-container .accord-content ul, .accordions .accord-container .accord-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.featured-list li, .content-hubspot-form__content ul li, .tabs-with-background__content ul li, .tabbed-accordions .accord-container .accord-content ul li, .accordions .accord-container .accord-content ul li {
  font-size: 18px;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid rgba(35, 20, 95, 0.1);
  position: relative;
}

@media only screen and (max-width: 1300px) {
  .featured-list li, .content-hubspot-form__content ul li, .tabs-with-background__content ul li, .tabbed-accordions .accord-container .accord-content ul li, .accordions .accord-container .accord-content ul li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .featured-list li, .content-hubspot-form__content ul li, .tabs-with-background__content ul li, .tabbed-accordions .accord-container .accord-content ul li, .accordions .accord-container .accord-content ul li {
    font-size: 14px;
  }
}

.featured-list li:before, .content-hubspot-form__content ul li:before, .tabs-with-background__content ul li:before, .tabbed-accordions .accord-container .accord-content ul li:before, .accordions .accord-container .accord-content ul li:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("../../images/juran-bullet.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.featured-list li a, .content-hubspot-form__content ul li a, .tabs-with-background__content ul li a, .tabbed-accordions .accord-container .accord-content ul li a, .accordions .accord-container .accord-content ul li a {
  font-weight: 700;
  text-decoration: underline;
}

@media only screen and (max-width: 1400px) {
  .masthead .x-container.max {
    max-width: none;
  }
}

@media only screen and (max-width: 1400px) {
  .masthead .x-container.width {
    width: 95%;
  }
}

.masthead .x-brand {
  max-width: 160px;
  background-size: contain;
  margin: 30px auto 15px;
}

@media only screen and (max-width: 1400px) {
  .masthead .x-brand {
    max-width: 120px;
  }
}

@media only screen and (max-width: 980px) {
  .masthead .x-brand {
    max-width: 130px;
    margin: 0;
    height: 30px;
    margin-top: 17px;
  }
}

.masthead .x-topbar {
  opacity: 0;
}

.masthead .BUTTON_JBP {
  padding-top: 3px;
  transition: all 0.2s ease-out;
  margin-top: -5px;
  color: #fff !important;
}

.masthead .BUTTON_JBP a {
  color: #fff !important;
}

.masthead .BUTTON_JBP:hover {
  background-color: #23145f;
}

@media only screen and (max-width: 1150px) and (min-width: 980px) {
  .masthead .BUTTON_JBP {
    background-image: url("../../images/icon-mail-white.svg");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 0;
    margin-top: 4px;
  }
  .masthead .BUTTON_JBP span {
    display: none !important;
  }
  .masthead .BUTTON_JBP:after {
    display: none;
  }
}

@media only screen and (max-width: 980px) {
  .masthead .BUTTON_JBP {
    display: block;
    text-align: center;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: -20px;
  }
  .masthead .BUTTON_JBP:after {
    display: none;
  }
  .masthead .BUTTON_JBP a {
    display: block !important;
    border: none !important;
  }
}

@media only screen and (max-width: 980px) {
  .masthead .x-navbar {
    padding-bottom: 10px;
  }
}

.masthead .x-btn-navbar,
.masthead .x-btn-navbar.collapsed:hover,
.masthead .x-btn-navbar.collapsed {
  margin-top: 17px;
  padding-top: 0;
}

.masthead .x-navbar .desktop .x-nav {
  margin-top: -5px;
  padding-top: 20px;
  z-index: 9999;
}

.masthead .x-navbar .desktop .x-nav > li {
  margin-left: 30px;
  max-width: none;
}

@media only screen and (max-width: 1400px) {
  .masthead .x-navbar .desktop .x-nav > li {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1150px) {
  .masthead .x-navbar .desktop .x-nav > li {
    margin-left: 16px;
  }
}

.masthead .x-navbar .desktop .x-nav > li a {
  font-size: 12px;
}

@media only screen and (max-width: 1400px) {
  .masthead .x-navbar .desktop .x-nav > li a {
    font-size: 11px;
  }
}

.masthead .x-navbar .desktop .menu-item-has-children > a:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background-image: url("../../images/icon-arrow-down-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-out;
}

.masthead .x-navbar .desktop .menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
}

@media only screen and (max-width: 980px) {
  footer {
    text-align: center;
  }
}

@media only screen and (max-width: 980px) {
  footer #copyr {
    padding: 20px 0;
  }
}

footer #black-studio-tinymce-2 {
  margin-top: 0 !important;
  float: right;
}

@media only screen and (max-width: 980px) {
  footer #black-studio-tinymce-2 {
    float: none;
  }
}

footer #black-studio-tinymce-2 li {
  border: none;
}

footer #black-studio-tinymce-2 li a {
  text-decoration: underline;
}

@media only screen and (max-width: 980px) {
  footer .fb-icon {
    padding-left: 10% !important;
  }
}

footer #text-3 .h-widget {
  color: #fff;
  text-transform: none;
  padding-left: 0;
  font-size: 18px;
  font-weight: normal;
}

footer .h-widget {
  margin-bottom: 0 !important;
}

footer.x-colophon .widget {
  margin-top: 2em;
}

footer.x-colophon.bottom #menu-footer-navigation {
  border-bottom: none;
}

footer .footer__logo {
  margin-top: 25px;
}

footer .footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footer__link {
  color: #ff9010;
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
  display: block;
  margin-top: 20px;
}

footer h4 {
  color: #6c6c72;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  padding-left: 10px;
}

footer .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer .menu li a {
  color: #fff !important;
  font-size: 13px !important;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  margin: 10px !important;
  display: block;
  transition: all 0.2s ease-out;
}

footer .menu li a:hover {
  color: #ff9010 !important;
  padding-left: 5px;
}

footer .no-margin {
  margin: 0;
}

footer .actions .btn.orange {
  padding: 0;
  background-image: none;
}

footer .x-1-3 .hbspt-form form {
  padding: 0;
}

footer .hbspt-form form .x-1-3 {
  padding: 0;
}

footer.x-colophon.top {
  background-color: #2d2d36;
  padding: 100px 0 0;
}

@media only screen and (max-width: 980px) {
  footer.x-colophon.top {
    padding: 60px 0 0;
  }
}

footer.x-colophon.bottom {
  background-color: #2d2d36;
  padding: 40px 0;
}

@media only screen and (max-width: 980px) {
  footer.x-colophon.bottom {
    text-align: center;
    padding: 30px 10px 30px;
  }
}

@media only screen and (max-width: 980px) {
  footer .x-column {
    margin-right: auto !important;
    margin-left: auto;
  }
}

footer .x-column.x-1-3 {
  width: 30.66666% !important;
}

@media only screen and (max-width: 980px) {
  footer .x-column.x-1-3 {
    width: 90% !important;
  }
}

footer #text-2 {
  background-image: url("../../images/footer-logo.svg");
  background-position: left top;
}

@media only screen and (max-width: 980px) {
  footer #text-2 {
    background-position: top center;
  }
}

footer #text-2 a {
  color: #ff9010;
}

footer #text-2 > div > p {
  color: #fff;
  text-shadow: none;
}

footer #nav_menu-2 {
  max-width: none;
}

footer #nav_menu-2 > h4 {
  color: #6c6c72;
  text-shadow: none;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
}

footer #text-3 > h4 {
  color: #6c6c72;
  text-shadow: none;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
}

footer form .hs_email > label {
  display: none;
}

footer form label {
  text-shadow: none;
}

footer form .hs_error_rollup {
  position: absolute;
}

footer .submitted-message {
  color: #ff9010;
  font-size: 18px;
  text-shadow: none;
  font-family: "Roboto", sans-serif;
}

footer div#text-3 .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: 80% !important;
  display: inline-block;
  vertical-align: top;
}

footer .hs_submit.hs-submit {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}

footer input[type=email] {
  background-color: transparent;
  border: 1px solid #6c6c72 !important;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 60px !important;
}

footer input[type=email]:hover {
  background-color: transparent;
}

footer input[type=email]:focus {
  background-color: transparent;
}

footer .btn.orange {
  content: '';
  min-width: 50px;
  width: 100%;
  height: 60px;
  min-width: 0;
  padding: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  color: #ff9010;
  text-shadow: none;
  background-image: url("../../images/icon-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

footer .btn.orange:hover {
  color: #23145f;
}

footer #nav_menu-2 .h-widget, footer #text-3 .h-widget {
  border-bottom: none;
}

footer #menu-sm-footer {
  overflow: visible;
}

@media only screen and (max-width: 980px) {
  footer #menu-sm-footer {
    margin: 20px 0;
  }
}

footer #menu-sm-footer .tw-icon a {
  background-image: url("../../images/icons/icon-twitter.svg");
  background-size: contain;
  transition: all 0.2s ease-out;
}

footer #menu-sm-footer .tw-icon a:hover {
  background-size: contain;
  transform: scale(1.3);
}

footer #menu-sm-footer .fb-icon a {
  background-image: url("../../images/icons/icon-facebook.svg");
  background-size: contain;
  transition: all 0.2s ease-out;
}

footer #menu-sm-footer .fb-icon a:hover {
  background-size: contain;
  transform: scale(1.3);
}

footer #menu-sm-footer .linked-icon a {
  background-image: url("../../images/icons/icon-linkedin.svg");
  background-size: contain;
  transition: all 0.2s ease-out;
}

footer #menu-sm-footer .linked-icon a:hover {
  background-size: contain;
  transform: scale(1.3);
}

footer #menu-sm-footer .yt-icon a {
  background-image: url("../../images/icons/icon-youtube.svg");
  background-size: contain;
  transition: all 0.2s ease-out;
}

footer #menu-sm-footer .yt-icon a:hover {
  background-size: contain;
  transform: scale(1.3);
}

footer .textwidget p {
  color: #fff;
  text-shadow: none;
  font-size: 14px;
}

.x-text h3,
.x-text h4 {
  font-family: "Roboto", sans-serif !important;
  letter-spacing: 1px !important;
}

.section-ttl h1:after,
.section-ttl h2:after,
.section-ttl h3:after {
  border-top: 2px solid #ff9010 !important;
}

.BUTTON_JBP {
  border-radius: 4px !important;
}

.BUTTON_JBP:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background-image: url("../../images/icon-arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.BUTTON_JBP a {
  display: inline-block !important;
}

.button-default.x-anchor-button .x-anchor-text-primary {
  font-weight: 700 !important;
}

.button-default,
.button-default.x-anchor-button,
.x-btn,
input[type=submit] {
  border-radius: 4px !important;
  background-color: #ff9010 !important;
  color: #fff !important;
  position: relative;
  margin-right: 15px;
  font-size: 12px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  padding: 15px 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 20px;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.2s ease-out;
  box-shadow: none !important;
}

@media only screen and (max-width: 1100px) {
  .button-default,
  .button-default.x-anchor-button,
  .x-btn,
  input[type=submit] {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 980px) {
  .button-default,
  .button-default.x-anchor-button,
  .x-btn,
  input[type=submit] {
    padding: 15px;
    margin-right: 5px;
  }
}

.button-default:after,
.button-default.x-anchor-button:after,
.x-btn:after,
input[type=submit]:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background-image: url("../../images/icon-arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  transition: all 0.2s ease-out;
  margin-top: -2px;
}

.button-default:hover,
.button-default.x-anchor-button:hover,
.x-btn:hover,
input[type=submit]:hover {
  background-color: #23145f !important;
  color: #fff !important;
}

.button-default:hover:after,
.button-default.x-anchor-button:hover:after,
.x-btn:hover:after,
input[type=submit]:hover:after {
  transform: translateX(5px);
}

.button-default .x-anchor-content,
.button-default.x-anchor-button .x-anchor-content,
.x-btn .x-anchor-content,
input[type=submit] .x-anchor-content {
  display: inline-block;
  vertical-align: middle;
}

.button-default .x-anchor-text,
.button-default.x-anchor-button .x-anchor-text,
.x-btn .x-anchor-text,
input[type=submit] .x-anchor-text {
  margin: 0 !important;
}

.button-default .x-anchor-text-primary,
.button-default.x-anchor-button .x-anchor-text-primary,
.x-btn .x-anchor-text-primary,
input[type=submit] .x-anchor-text-primary {
  color: #fff !important;
  font-weight: 700;
}

.button-default.button-default--light,
.button-default.x-anchor-button.button-default--light,
.x-btn.button-default--light,
input[type=submit].button-default--light {
  background-color: rgba(35, 20, 95, 0.1) !important;
  color: #23145f !important;
}

.button-default.button-default--light:after,
.button-default.x-anchor-button.button-default--light:after,
.x-btn.button-default--light:after,
input[type=submit].button-default--light:after {
  background-image: url("../../images/icon-arrow-right-navy.svg");
}

.button-default.button-default--light:hover,
.button-default.x-anchor-button.button-default--light:hover,
.x-btn.button-default--light:hover,
input[type=submit].button-default--light:hover {
  background-color: #23145f !important;
  color: #fff !important;
}

.button-default.button-default--light:hover:after,
.button-default.x-anchor-button.button-default--light:hover:after,
.x-btn.button-default--light:hover:after,
input[type=submit].button-default--light:hover:after {
  background-image: url("../../images/icon-arrow-right-white.svg");
}

.button-default.button-default--no-arrows:hover,
.button-default.x-anchor-button.button-default--no-arrows:hover,
.x-btn.button-default--no-arrows:hover,
input[type=submit].button-default--no-arrows:hover {
  background-color: #ff9010 !important;
  color: #fff !important;
}

.button-default.button-default--no-arrows.button-default--light:hover,
.button-default.x-anchor-button.button-default--no-arrows.button-default--light:hover,
.x-btn.button-default--no-arrows.button-default--light:hover,
input[type=submit].button-default--no-arrows.button-default--light:hover {
  background-color: rgba(35, 20, 95, 0.1) !important;
  color: #23145f !important;
}

.button-default.button-default--no-arrows:after,
.button-default.x-anchor-button.button-default--no-arrows:after,
.x-btn.button-default--no-arrows:after,
input[type=submit].button-default--no-arrows:after {
  display: none !important;
}

.text-link {
  color: #23145f;
  text-transform: uppercase;
  display: block;
  font-size: 12px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  margin: 20px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
}

.text-link:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background-image: url("../../images/icon-arrow-right-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  transition: all 0.2s ease-out;
}

.text-link:hover:after {
  transform: translateX(5px);
}

.x-btn {
  text-shadow: none !important;
  padding: 15px 30px !important;
}

.btn.orange {
  line-height: normal !important;
  margin-left: 0 !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  line-height: 20px !important;
}

.btn.orange:before, .btn.orange:after {
  display: none !important;
}

.btn.orange span:after {
  display: none !important;
}

#at-a-glance-content ul {
  border-top: none !important;
}

#at-a-glance-content ul li {
  padding: 20px;
  border: none;
  font-size: 16px;
}

#at-a-glance-content ul li:nth-child(odd) {
  background-color: rgba(35, 20, 95, 0.1);
}

.x-li-icon {
  font-size: 16px;
}

.x-icon-check-square-o:before {
  content: '' !important;
  width: 20px;
  height: 20px;
  background-image: url("../../images/icon-tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.leadership-flex .lider .content {
  position: relative;
  padding-top: 20px;
}

.leadership-flex .lider .content:before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #ff9010;
  position: absolute;
  top: 0;
  left: 0;
}

.leadership-flex .lider a {
  color: #ff9010;
  font-size: 14px;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}

.leadership-flex .lider a:hover {
  color: #dc7600;
}

#hp-main-boxes.content-strip {
  padding: 0 !important;
}

#hp-main-boxes a:before {
  background-color: rgba(35, 20, 95, 0.5);
}

#hp-main-boxes a:after {
  display: none;
}

#hp-main-boxes h2 {
  display: none;
}

#hp-main-boxes .x-column h3 {
  text-transform: none;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
}

#hp-main-boxes .x-column h3:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #ff9010;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}

#hp-main-boxes .x-column .image-block-button {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  margin-top: 30px;
}

#hp-main-boxes .x-column .image-block-button:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background-image: url("../../images/icon-arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.content-strip.x-section {
  padding: 100px 60px !important;
}

@media only screen and (max-width: 980px) {
  .content-strip.x-section {
    padding: 30px !important;
  }
}

.content-strip__blockquote {
  position: relative;
  margin-bottom: 20px;
}

.content-strip__blockquote:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ff9010;
  position: absolute;
  top: 100%;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .content-strip__content {
    padding: 0 30px;
  }
}

.content-strip__add-line {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.content-strip__add-line:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ff9010;
  position: absolute;
  top: 100%;
  left: 0;
}

.content-strip__small-heading {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.content-strip__small-heading:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ff9010;
  position: absolute;
  top: 100%;
  left: 0;
}

.content-strip p {
  color: #23145f;
  font-size: 16px;
  line-height: 1.7;
}

@media only screen and (max-width: 1100px) {
  .content-strip p {
    font-size: 14px;
  }
}

.content-strip__main-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  margin-bottom: 30px;
  color: #23145f;
  max-width: 70%;
  margin-top: 0;
}

@media only screen and (max-width: 1400px) {
  .content-strip__main-heading {
    font-size: 28px;
    max-width: 80%;
  }
}

@media only screen and (max-width: 980px) {
  .content-strip__main-heading {
    font-size: 20px;
    max-width: 100%;
  }
}

.content-strip__medium-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 30px;
  color: #23145f;
  max-width: 70%;
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .content-strip__medium-heading {
    font-size: 20px;
  }
}

@media only screen and (max-width: 980px) {
  .content-strip__medium-heading {
    font-size: 18px;
    max-width: 100%;
  }
}

.content-strip .x-text-headline h2.x-text-content-text-primary {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: normal;
  margin-bottom: 30px;
  color: #23145f;
  max-width: 70%;
}

@media only screen and (max-width: 980px) {
  .content-strip .x-text-headline h2.x-text-content-text-primary {
    font-size: 20px;
    max-width: 100%;
  }
}

.content-strip .x-text.content-strip__small-heading {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #23145f;
}

.content-strip .x-text.content-strip__small-heading:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #ff9010;
  position: absolute;
  top: 100%;
  left: 0;
}

.content-strip__flex {
  display: flex;
  flex-direction: row;
  padding: 0;
}

@media only screen and (max-width: 980px) {
  .content-strip__flex {
    flex-direction: column;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 980px) {
  .content-strip__flex .x-column {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 980px) {
  .content-strip__flex .x-column:last-of-type {
    margin-bottom: 0;
  }
}

.content-strip__text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.content-strip--boxes .x-column {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .content-strip--boxes .x-column.x-1-3 {
    width: calc(100% / 3);
  }
}

.logo-strip {
  text-align: center;
}

.logo-strip__container {
  border-bottom: 1px solid rgba(35, 20, 95, 0.2);
  padding: 60px 20px;
}

@media only screen and (max-width: 980px) {
  .logo-strip__container {
    padding: 20px 10px;
  }
}

.logo-strip__client {
  display: inline-block;
  margin: 20px 40px;
  vertical-align: middle;
}

@media only screen and (max-width: 980px) {
  .logo-strip__client {
    margin: 20px 10px;
    max-width: 80px;
  }
}

.logo-strip__client img {
  max-width: 140px;
}

@media only screen and (max-width: 980px) {
  .logo-strip__client img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .logo-strip--footer .logo-strip__client {
    margin: 20px 30px;
    max-width: 80px;
  }
}

.logo-strip--footer .logo-strip__client img {
  max-width: 120px;
  max-height: 80px;
}

@media only screen and (max-width: 980px) {
  .logo-strip--footer .logo-strip__client img {
    max-width: 100%;
  }
}

.home #rev_slider_1_1_wrapper,
.home .forcefullwidth_wrapper_tp_banner,
.home #rev_slider_1_1 {
  height: 86vh !important;
  max-height: none !important;
}

.home #rev_slider_1_1_wrapper .tp-parallax-wrap,
.home .forcefullwidth_wrapper_tp_banner .tp-parallax-wrap,
.home #rev_slider_1_1 .tp-parallax-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1595px;
  width: 88%;
  display: block;
  margin: 0 auto;
}

.home #rev_slider_1_1_wrapper .tp-caption,
.home .forcefullwidth_wrapper_tp_banner .tp-caption,
.home #rev_slider_1_1 .tp-caption {
  min-width: 640px !important;
}

.home #rev_slider_1_1_wrapper .tparrows,
.home .forcefullwidth_wrapper_tp_banner .tparrows,
.home #rev_slider_1_1 .tparrows {
  display: none;
}

.home #rev_slider_1_1_wrapper .sbutton,
.home .forcefullwidth_wrapper_tp_banner .sbutton,
.home #rev_slider_1_1 .sbutton {
  display: inline-block;
  background-image: none;
  background-color: #ff9010;
  margin-right: 15px;
  border-radius: 4px;
  font-size: 14px !important;
  font-family: "Roboto", sans-serif !important;
  width: auto;
  height: auto;
}

.home #rev_slider_1_1_wrapper .sbutton a,
.home .forcefullwidth_wrapper_tp_banner .sbutton a,
.home #rev_slider_1_1 .sbutton a {
  font-size: 14px !important;
  padding: 20px !important;
  height: auto;
  width: auto;
  text-align: center !important;
  letter-spacing: 1px !important;
}

.home #rev_slider_1_1_wrapper .sbutton a:after,
.home .forcefullwidth_wrapper_tp_banner .sbutton a:after,
.home #rev_slider_1_1 .sbutton a:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background-image: url("../../images/icon-arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.home #rev_slider_1_1_wrapper .sbutton--white,
.home .forcefullwidth_wrapper_tp_banner .sbutton--white,
.home #rev_slider_1_1 .sbutton--white {
  background-color: #fff;
}

.home #rev_slider_1_1_wrapper .sbutton--white a,
.home .forcefullwidth_wrapper_tp_banner .sbutton--white a,
.home #rev_slider_1_1 .sbutton--white a {
  color: #ff9010 !important;
}

.home #rev_slider_1_1_wrapper .sbutton--white a:after,
.home .forcefullwidth_wrapper_tp_banner .sbutton--white a:after,
.home #rev_slider_1_1 .sbutton--white a:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background-image: url("../../images/icon-arrow-right-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.home #rev_slider_1_1_wrapper .slide-heading,
.home .forcefullwidth_wrapper_tp_banner .slide-heading,
.home #rev_slider_1_1 .slide-heading {
  color: #23145f !important;
  position: relative;
  font-family: "Roboto", sans-serif !important;
  padding-bottom: 30px !important;
}

@media only screen and (min-width: 1200px) {
  .home #rev_slider_1_1_wrapper .slide-heading,
  .home .forcefullwidth_wrapper_tp_banner .slide-heading,
  .home #rev_slider_1_1 .slide-heading {
    font-size: 64px !important;
  }
}

.home #rev_slider_1_1_wrapper .slide-heading:after,
.home .forcefullwidth_wrapper_tp_banner .slide-heading:after,
.home #rev_slider_1_1 .slide-heading:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  top: 100%;
  left: 0;
  background-color: #ff9010;
}

.home #rev_slider_1_1_wrapper .slide-sub-heading,
.home .forcefullwidth_wrapper_tp_banner .slide-sub-heading,
.home #rev_slider_1_1 .slide-sub-heading {
  color: #23145f !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 20px !important;
}

.hero {
  height: 500px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .hero {
    height: 400px;
  }
}

@media only screen and (max-width: 980px) {
  .hero {
    height: auto;
  }
}

.hero.hero--large {
  height: 70vh;
}

@media only screen and (max-width: 980px) {
  .hero.hero--large {
    height: auto;
  }
}

.hero.hero--large .hero__title {
  font-size: 60px;
}

@media only screen and (max-width: 1024px) {
  .hero.hero--large .hero__title {
    font-size: 36px;
  }
}

.hero .button-default {
  padding: 20px 30px;
  font-size: 14px !important;
}

@media only screen and (max-width: 1100px) {
  .hero .button-default {
    padding: 15px 20px;
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 400px) {
  .hero .button-default {
    padding: 15px;
  }
}

.hero__background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: right;
  animation: zoomin 25s infinite both;
}

@media only screen and (max-width: 980px) {
  .hero__background {
    position: relative;
    height: 220px;
  }
}

.hero__container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .hero__container {
    display: none;
  }
}

.hero__column {
  width: 33% !important;
}

@media only screen and (max-width: 1024px) {
  .hero__column {
    width: 38% !important;
  }
}

.hero__title {
  font-family: "Roboto", sans-serif;
  color: #23145f;
  font-size: 40px;
  position: relative;
  animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .hero__title {
    font-size: 36px;
    margin-top: 0;
  }
}

.hero__title:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ff9010;
  position: absolute;
  top: 115%;
  left: 0;
}

.hero__sub-title {
  font-family: "Roboto", sans-serif;
  color: #23145f;
  font-size: 26px;
  animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .hero__sub-title {
    font-size: 20px;
  }
}

.hero__description {
  font-family: "Roboto", sans-serif;
  color: #23145f;
  font-size: 18px;
  animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s both;
}

@media only screen and (max-width: 1024px) {
  .hero__description {
    font-size: 16px;
  }
}

.hero__buttons {
  margin-top: 40px;
}

.hero__mobile {
  display: none;
  padding: 40px 30px;
  background-color: rgba(35, 20, 95, 0.05);
}

.hero__mobile .hero__title {
  font-size: 30px;
  margin-top: 0;
  font-weight: bold;
}

.hero__mobile .hero__sub-title {
  font-size: 18px;
}

.hero__mobile .hero__description {
  font-size: 16px;
  margin-top: 20px;
}

.hero__mobile .hero__buttons {
  margin-top: 10px;
}

@media only screen and (max-width: 980px) {
  .hero__mobile {
    display: block;
  }
}

.hero__light .hero__title,
.hero__light .hero__description {
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .hero-ttl {
    background-position: center !important;
  }
}

.hero-ttl:after {
  content: '' !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .hero-ttl:after {
    display: block !important;
  }
}

.hero-ttl .x-column {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto !important;
}

@media only screen and (max-width: 980px) {
  .hero-ttl .x-column {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    top: auto !important;
    transform: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .hero-ttl .x-column {
    width: 100% !important;
  }
}

.hero-ttl .x-container {
  min-height: 500px !important;
  display: block !important;
}

@media only screen and (max-width: 980px) {
  .hero-ttl .x-container {
    min-height: 0 !important;
    padding-top: 70px !important;
    padding-bottom: 30px !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 480px) {
  .hero-ttl .x-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.hero-ttl .x-container h1 {
  color: #23145f !important;
  text-transform: none !important;
  font-size: 42px;
  position: relative;
  margin-bottom: 60px;
  font-family: "Roboto", sans-serif !important;
  letter-spacing: normal;
}

@media only screen and (max-width: 1200px) {
  .hero-ttl .x-container h1 {
    font-size: 36px;
  }
}

.hero-ttl .x-container h1:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ff9010;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.hero-ttl .x-container h1.hero__title--white {
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  .hero-ttl .x-container h1.hero__title--white {
    color: #23145f !important;
  }
}

.hero-ttl .x-container p {
  color: #23145f;
  text-transform: none;
  font-size: 18px;
}

@media only screen and (max-width: 980px) {
  .hero-ttl .x-container p {
    font-size: 16px;
  }
}

.mobile-hero {
  display: none;
}

@media only screen and (max-width: 768px) {
  .mobile-hero {
    display: block;
  }
}

.webinar-strip {
  margin: 0;
}

.webinar-strip.x-section {
  padding: 100px 0;
}

@media only screen and (max-width: 980px) {
  .webinar-strip.x-section {
    padding: 40px 0;
  }
}

.webinar-strip .x-column {
  margin-right: 2%;
}

.webinar-strip__title-container {
  margin-bottom: 40px;
}

@media only screen and (max-width: 980px) {
  .webinar-strip__title-container {
    margin-bottom: 20px;
  }
}

.webinar-strip__small-heading {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.webinar-strip__small-heading:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #ff9010;
  position: absolute;
  top: 100%;
  left: 0;
}

.webinar-strip__main-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 40px;
  line-height: normal;
  color: #23145f;
  margin-top: 0;
}

@media only screen and (max-width: 1200px) {
  .webinar-strip__main-heading {
    font-size: 26px;
  }
}

.webinar-strip__card {
  background-color: #fff;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid rgba(35, 20, 95, 0.1);
  display: flex;
  min-height: 440px;
}

@media only screen and (max-width: 1200px) {
  .webinar-strip__card {
    min-height: 350px;
  }
}

.webinar-strip__image {
  background-color: #23145f;
  background-size: cover;
  background-position: center;
  display: inline-block;
  flex-basis: 300px;
  position: relative;
}

.webinar-strip__image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #23145f;
  top: 0;
  left: 0;
  opacity: 0.3;
  transition: all 0.3s ease-out;
}

.webinar-strip__content {
  display: inline-block;
  vertical-align: top;
  padding: 60px;
  flex-basis: 100%;
}

@media only screen and (max-width: 1400px) {
  .webinar-strip__content {
    padding: 30px;
  }
}

.webinar-strip__text {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}

.webinar-strip__text:before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #ff9010;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.webinar-strip__title {
  font-family: "Roboto", sans-serif;
  line-height: normal;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}

.webinar-strip__title a {
  color: #23145f;
}

.webinar-strip__date {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}

.post-strip.x-section {
  padding: 100px 0;
  margin: 0;
}

@media only screen and (max-width: 980px) {
  .post-strip.x-section {
    padding: 40px 0;
  }
}

.post-strip__title-container {
  margin-bottom: 40px;
}

.post-strip__small-heading {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.post-strip__small-heading:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ff9010;
  position: absolute;
  top: 100%;
  left: 0;
}

.post-strip__main-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 40px;
}

.post-strip__card {
  background-color: #fff;
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
  border: 1px solid rgba(35, 20, 95, 0.1);
}

@media only screen and (max-width: 980px) {
  .post-strip__card {
    min-height: 0;
    margin: 0 auto 20px;
  }
}

.post-strip__card-image {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .post-strip__card-image {
    height: 200px;
  }
}

@media only screen and (max-width: 980px) {
  .post-strip__card-image {
    height: 150px;
  }
}

.post-strip__card-content {
  padding: 60px;
}

@media only screen and (max-width: 1400px) {
  .post-strip__card-content {
    padding: 30px;
  }
}

.post-strip__card-author {
  background-size: cover;
  background-position: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
  border: 1px solid rgba(35, 20, 95, 0.1);
}

@media only screen and (max-width: 980px) {
  .post-strip__card-author {
    display: none;
  }
}

.post-strip__card-name {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  max-width: 80%;
}

@media only screen and (max-width: 1200px) {
  .post-strip__card-name {
    width: 70%;
  }
}

.post-strip__card-title {
  font-family: "Roboto", sans-serif;
  line-height: normal;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .post-strip__card-title {
    font-size: 18px;
  }
}

.post-strip__card-title a {
  color: #23145f;
}

.post-strip__card-date {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}

.post-strip__card-tag {
  background-color: #23145f;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px 10px 5px 60px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 30px;
}

.post-strip__card-text {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 1100px) {
  .post-strip__card-text {
    font-size: 14px;
  }
}

.post-strip__card-text:before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ff9010;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.post-strip__image {
  background-color: #23145f;
  background-size: cover;
  background-position: center;
  display: inline-block;
  flex-basis: 240px;
}

.post-strip__content {
  display: inline-block;
  vertical-align: top;
  padding: 60px;
  flex-basis: 100%;
}

.post-strip .x-column {
  margin-right: 2%;
}

@media only screen and (min-width: 980px) {
  .post-strip .x-column.x-1-3 {
    width: 31%;
  }
}

.page-id-4919 .post-strip {
  padding-top: 0 !important;
}

.sub-navigation.sticky {
  top: 97px !important;
}

.sub-navigation.sticky li a {
  margin: 10px 25px;
}

.sub-navigation .secondary-nav ul {
  background-color: #fff !important;
  border-bottom: 1px solid rgba(35, 20, 95, 0.2);
  border-top: 1px solid rgba(35, 20, 95, 0.2);
  text-align: center;
}

.sub-navigation .secondary-nav ul li a {
  margin: 25px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px !important;
  line-height: normal;
  padding: 10px;
  color: #23145f !important;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 1200px) {
  .sub-navigation .secondary-nav ul li a {
    margin: 10px 0;
    font-size: 10px !important;
  }
}

.sub-navigation .secondary-nav ul li a:hover {
  color: #ff9010 !important;
}

.sub-navigation .secondary-nav ul li a.active {
  color: #23145f !important;
  border-bottom: 1px solid #ff9010;
  display: block;
}

.sub-navigation .secondary-nav ul li:last-child {
  float: none;
}

.sub-navigation .secondary-nav ul li:last-child a {
  background-color: transparent;
  color: #55565a;
}

.logged-in .sub-navigation.sticky {
  top: 129px !important;
}

.skill-card {
  background-color: #fff !important;
  border: 1px solid rgba(35, 20, 95, 0.2);
  padding: 40px !important;
  min-height: 750px;
}

@media only screen and (max-width: 1100px) {
  .skill-card {
    padding: 30px !important;
    margin-bottom: 20px;
    min-height: 890px;
  }
}

@media only screen and (max-width: 980px) {
  .skill-card {
    width: 100% !important;
    min-height: 0;
  }
}

.skill-card-wrap .x-column {
  margin-right: 2%;
}

@media only screen and (min-width: 768px) {
  .skill-card-wrap .x-column.x-1-3 {
    width: 32%;
  }
}

.skill-card--orange .x-feature-list i.circle {
  background-color: #F9AB31 !important;
}

.skill-card--orange .bar {
  background-color: #F9AB31 !important;
}

.skill-card--orange .x-feature-box-connector {
  border-left: 1px dashed #F9AB31 !important;
}

.skill-card--green .x-feature-list i.circle {
  background-color: #6FB32B !important;
}

.skill-card--green .bar {
  background-color: #6FB32B !important;
}

.skill-card--green .x-feature-box-connector {
  border-left: 1px dashed #6FB32B !important;
}

.skill-card--black .x-feature-list i.circle {
  background-color: #2d2d36 !important;
}

.skill-card--black .bar {
  background-color: #2d2d36 !important;
}

.skill-card .h-custom-headline {
  font-size: 22px;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
}

.skill-card .h-custom-headline span {
  font-size: 14px;
  letter-spacing: 0;
}

.skill-card .x-skill-bar .bar {
  box-shadow: none;
}

.skill-card .x-skill-bar .bar .percent {
  background-color: transparent;
  text-shadow: none;
  bottom: 8px;
}

.skill-card .x-feature-box-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: normal;
}

@media only screen and (max-width: 1100px) {
  .skill-card .x-feature-box-title {
    font-size: 14px;
  }
}

.skill-card__header {
  margin-bottom: 40px !important;
}

@media only screen and (max-width: 1200px) {
  .skill-card__header .x-feature-box-graphic-outer {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 980px) {
  .skill-card__header .x-feature-box-graphic-outer {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 1100px) {
  .skill-card__header .x-feature-box {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1100px) {
  .skill-card__header .x-feature-box-content {
    text-align: center;
    margin-top: 30px;
  }
}

.skill-card__header .x-feature-box-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: normal;
}

@media only screen and (max-width: 1100px) {
  .skill-card__header .x-feature-box-title {
    font-size: 20px;
  }
}

.skill-card__header .x-feature-box-text {
  font-size: 15px;
}

@media only screen and (max-width: 1200px) {
  .skill-card__header .x-feature-box-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1100px) {
  .skill-card__header .x-feature-box-graphic-inner {
    margin: 0 auto;
  }
}

.skill-card__header .x-feature-box-graphic-inner:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(35, 20, 95, 0.2);
  position: absolute;
  top: 120%;
}

@media only screen and (max-width: 980px) {
  .skill-card__header .x-feature-box-graphic-inner img {
    max-width: 30px;
  }
}

.skill-card .x-btn {
  background-color: #23145f !important;
  border: none;
  text-transform: uppercase;
  padding: 20px !important;
  border-radius: 5px !important;
  margin-top: 20px !important;
  display: inline-block;
  letter-spacing: 1px;
}

@media only screen and (max-width: 980px) {
  .skill-card .x-btn {
    padding: 15px !important;
    margin-top: 40px;
  }
}

.skill-card .x-btn:hover {
  background-color: #ff9010 !important;
}

.skill-card .x-btn:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background-image: url("../../images/icon-arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.x-skill-bar {
  height: 32px !important;
}

.x-root .x-breadcrumb-wrap {
  position: relative;
  z-index: 9;
  background-color: transparent;
  box-shadow: none;
  border-bottom: none;
}

.x-root .x-breadcrumb-wrap .x-breadcrumbs {
  position: absolute;
  top: 110px;
}

@media only screen and (max-width: 980px) {
  .x-root .x-breadcrumb-wrap .x-breadcrumbs {
    text-align: left;
    display: none;
  }
}

.x-root .x-breadcrumb-wrap .x-breadcrumbs a {
  text-transform: none;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  font-size: 12px;
}

.case-study-page .x-breadcrumb-wrap a, .case-study-page .x-breadcrumb-wrap [class*="x-icon-"] {
  color: #ffffff;
}

.image-box {
  height: 600px;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.image-box:hover .image-box__icon {
  transform: scale(1.2);
}

.image-box__wrap .x-column {
  margin-right: 1%;
  margin-left: 1%;
}

@media only screen and (min-width: 768px) {
  .image-box__wrap .x-column.x-1-3 {
    width: 31.2%;
  }
}

.page-template-template-resources-new .image-box__wrap {
  padding-bottom: 100px;
}

.image-box__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.image-box__background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 3s ease-out;
}

.image-box__background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #23145f;
  top: 0;
  left: 0;
  opacity: 0.5;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 768px) {
  .image-box__background:after {
    opacity: 0.8;
  }
}

.image-box__title {
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px !important;
  margin-top: 20px;
  position: relative;
  letter-spacing: normal;
}

@media only screen and (max-width: 1100px) {
  .image-box__title {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 768px) {
  .image-box__title {
    font-size: 18px !important;
  }
}

.image-box__title:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ff9010;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.image-box__icon {
  max-width: 150px;
  max-height: 150px;
  display: block;
  margin: 0 auto;
  transition: all 0.2s ease-out;
}

.image-box__link {
  color: #ff9010;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
}

.image-box__link:after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("../../images/icon-arrow-right-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
  vertical-align: middle;
}

.content-strip--boxes-contained .x-column {
  padding: 10px;
}

.content-strip--boxes-contained .x-column .image-box {
  height: 400px;
}

.content-strip--boxes-contained .x-column .image-box__title {
  font-size: 1.8rem !important;
}

.content-strip--boxes-contained .x-column .image-box__content {
  width: 90%;
}

.home .image-box__hover {
  padding: 20px;
  opacity: 0;
  height: 0;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 768px) {
  .home .image-box__hover {
    opacity: 1;
    height: auto;
  }
}

.home .image-box__hover p {
  color: #fff;
  font-size: 18px;
}

@media only screen and (max-width: 1150px) {
  .home .image-box__hover p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .home .image-box__hover p {
    font-size: 16px;
  }
}

.home .image-box:hover .image-box__hover {
  opacity: 1;
  height: 200px;
}

@media only screen and (max-width: 768px) {
  .home .image-box:hover .image-box__hover {
    height: auto;
  }
}

#leadership-section .leadership-content p {
  font-size: 15px !important;
}

#leadership-section .morecontent a {
  display: block;
  font-size: 12px;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}

.x-main .x-pagination a,
.x-main .x-pagination span,
.category .x-pagination a,
.category .x-pagination span {
  width: 60px;
  height: 60px;
  box-shadow: none;
  background-color: rgba(35, 20, 95, 0.08);
  color: #23145f;
  font-size: 18px;
  text-shadow: none;
  line-height: 55px;
  transition: all 0.2s ease-out;
}

.x-main .x-pagination a:hover,
.category .x-pagination a:hover {
  background-color: #23145f;
  color: #fff;
}

.x-main .x-pagination span.current,
.category .x-pagination span.current {
  box-shadow: none;
  text-shadow: none;
}

@media only screen and (max-width: 480px) {
  .x-pricing-table {
    width: 120% !important;
    margin-left: -10% !important;
  }
}

.x-pricing-column {
  background-color: #fff;
}

.x-pricing-column h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background-color: #23145f !important;
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  .x-pricing-column h2 {
    font-size: 20px !important;
  }
}

.x-pricing-column.featured h2 {
  box-shadow: none !important;
  padding-bottom: 20px !important;
  background-color: #ff9010 !important;
}

.x-pricing-column-info {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .x-pricing-column-info {
    margin-bottom: 20px;
  }
}

.x-pricing-column-info .x-price {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal !important;
  margin: 20px 0 30px !important;
}

@media only screen and (max-width: 768px) {
  .x-pricing-column-info .x-price {
    font-size: 36px !important;
  }
}

.x-pricing-column-info .x-btn {
  border-radius: 4px !important;
  background-color: #ff9010 !important;
  color: #fff !important;
  position: relative;
  margin-right: 15px;
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  padding: 15px 30px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block !important;
  transition: all 0.2s ease-out;
  box-shadow: none !important;
  text-shadow: none;
}

@media only screen and (max-width: 1200px) {
  .x-pricing-column-info .x-btn {
    padding: 15px !important;
    margin-right: 5px;
  }
}

.x-pricing-column-info .x-btn:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background-image: url("../../images/icon-arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.x-pricing-column-info .x-btn:hover {
  background-color: #23145f !important;
  color: #fff !important;
}

.over h3 {
  font-family: "Roboto", sans-serif !important;
  text-transform: none !important;
  letter-spacing: normal;
}

.x-promo-image-wrap {
  position: relative;
  overflow: hidden;
}

.x-promo-image-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #23145f;
  opacity: 0.3;
}

.x-3-4 .x-promo-image-wrap {
  height: 200px;
}

@media only screen and (max-width: 1100px) {
  .x-3-4 .x-promo-image-wrap {
    height: 130px;
  }
}

.x-promo-content {
  font-size: 16px;
  line-height: normal;
}

@media only screen and (max-width: 1100px) {
  .x-promo-content {
    font-size: 14px;
  }
}

.x-nav.x-nav-tabs > li > a {
  font-size: 18px;
  transition: all 0.2s ease-out;
}

.x-nav.x-nav-tabs > li.active a {
  background-color: #23145f;
  color: #fff;
}

.x-tab-content {
  box-shadow: none !important;
}

.x-tab-content > .x-tab-pane {
  font-size: 16px;
}

.cta-strip {
  position: relative !important;
  background-position: top center !important;
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.cta-strip:after {
  content: '' !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #23145f;
  opacity: 0.5;
  display: block !important;
}

.cta-strip .x-column {
  max-width: 600px;
  margin: 0 auto !important;
  float: none;
}

.cta-strip h2.content-strip__main-heading, .cta-strip h3.content-strip__main-heading {
  font-size: 40px;
  text-transform: none;
  color: #fff;
  max-width: none;
}

.cta-strip h2.content-strip__main-heading:after, .cta-strip h3.content-strip__main-heading:after {
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 480px) {
  .cta-strip h2.content-strip__main-heading, .cta-strip h3.content-strip__main-heading {
    font-size: 24px;
  }
}

.cta-strip p {
  color: #fff;
  font-size: 16px;
}

.cta-strip a {
  color: #ff9010;
}

.cta-strip .button-default {
  margin-bottom: 0;
  font-size: 18px !important;
}

@media only screen and (max-width: 480px) {
  .cta-strip .button-default {
    font-size: 14px !important;
  }
}

.coach-strip .content-strip__main-heading {
  margin-bottom: 60px !important;
  max-width: none;
  position: relative;
}

.coach-strip .content-strip__main-heading:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ff9010;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}

.card-block {
  background-color: #fff;
  padding: 50px;
  color: #23145f;
  border: 1px solid rgba(35, 20, 95, 0.1);
  max-width: 800px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .card-block {
    padding: 30px;
  }
}

.card-block img {
  margin-bottom: 30px;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .card-block img {
    margin: 0 auto 30px !important;
    display: block;
  }
}

.card-block__title {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .card-block__title {
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.card-block__title:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ff9010;
  position: absolute;
  top: 120%;
  left: 0;
}

.card-block__name {
  font-weight: 700;
  font-size: 24px;
}

.card-block__role {
  font-weight: 700;
  font-size: 14px;
}

@media only screen and (max-width: 1100px) {
  .contact-block p {
    font-size: 12px;
  }
}

.contact-block__title {
  font-size: 20px;
}

@media only screen and (max-width: 1100px) {
  .contact-block__title {
    font-size: 16px;
    line-height: 1.4;
  }
}

.contact-block__details {
  position: relative;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1100px) {
  .contact-block__details {
    font-size: 12px;
  }
}

.contact-block__details:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ff9010;
  position: absolute;
  bottom: 0;
  left: 0;
}

.history-carousel {
  display: block;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

@media only screen and (max-width: 980px) {
  .history-carousel {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}

.history-carousel:before {
  content: '';
  width: 50%;
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 10%;
  height: 85%;
  background-color: rgba(35, 20, 95, 0.1);
}

@media only screen and (max-width: 980px) {
  .history-carousel .slick-list {
    overflow: visible;
  }
}

.history-carousel__image {
  height: 350px;
  width: 350px;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 1200px) {
  .history-carousel__image {
    width: 200px;
    height: 200px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 980px) {
  .history-carousel__image {
    display: block;
    width: 100%;
    height: 300px;
    margin-top: -40%;
    margin-bottom: 10px;
    width: 100%;
    height: 340px;
  }
}

.history-carousel__year {
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .history-carousel__year {
    font-size: 40px;
  }
}

@media only screen and (max-width: 980px) {
  .history-carousel__year {
    margin-top: 20px;
  }
}

.history-carousel__year:after {
  content: '';
  height: 2px;
  width: 40px;
  background-color: #ff9010;
  position: absolute;
  bottom: -12px;
  left: 0;
}

.history-carousel__title {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.history-carousel__copy {
  font-size: 16px;
  opacity: 0.8;
}

.history-carousel__content {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding-left: 40px;
}

@media only screen and (max-width: 1400px) {
  .history-carousel__content {
    width: 45%;
  }
}

@media only screen and (max-width: 1200px) {
  .history-carousel__content {
    width: 60%;
  }
}

@media only screen and (max-width: 980px) {
  .history-carousel__content {
    width: 100%;
    padding-left: 0;
  }
}

.history-carousel__left-icon-01 {
  width: 70px;
  height: 70px;
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
  position: absolute;
}

@media only screen and (max-width: 980px) {
  .history-carousel__left-icon-01 {
    width: 60px;
    height: 60px;
  }
}

.history-carousel__left-icon-02 {
  width: 70px;
  height: 70px;
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
  position: absolute;
}

@media only screen and (max-width: 980px) {
  .history-carousel__left-icon-02 {
    width: 60px;
    height: 60px;
  }
}

.history-carousel__right-icon-01 {
  width: 70px;
  height: 70px;
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
  position: absolute;
}

@media only screen and (max-width: 980px) {
  .history-carousel__right-icon-01 {
    width: 60px;
    height: 60px;
  }
}

.history-carousel__right-icon-02 {
  width: 70px;
  height: 70px;
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
  position: absolute;
}

@media only screen and (max-width: 980px) {
  .history-carousel__right-icon-02 {
    width: 60px;
    height: 60px;
  }
}

.history-carousel__left-icon-01 {
  background-image: url("../../images/icon-arrow-right-navy.svg");
  transform: translateX(0);
}

.history-carousel__left-icon-02 {
  background-image: url("../../images/icon-arrow-right-white.svg");
  transform: translateX(-70px);
}

.history-carousel__left:hover .history-carousel__left-icon-01 {
  transform: translateX(70px);
}

.history-carousel__left:hover .history-carousel__left-icon-02 {
  transform: translateX(0);
}

.history-carousel__right-icon-01 {
  background-image: url("../../images/icon-arrow-left-navy.svg");
  transform: translateX(0);
}

.history-carousel__right-icon-02 {
  background-image: url("../../images/icon-arrow-left-white.svg");
  transform: translateX(70px);
}

.history-carousel__right:hover .history-carousel__right-icon-01 {
  transform: translateX(-70px);
}

.history-carousel__right:hover .history-carousel__right-icon-02 {
  transform: translateX(0);
}

.history-carousel__arrows {
  position: absolute;
  top: 20%;
  left: 15%;
  z-index: 99999;
}

@media only screen and (max-width: 980px) {
  .history-carousel__arrows {
    left: 11%;
    top: 27%;
  }
}

.history-carousel__arrows-button {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(35, 20, 95, 0.1);
}

@media only screen and (max-width: 980px) {
  .history-carousel__arrows-button {
    width: 60px;
    height: 60px;
  }
}

.history-carousel__arrows-button:hover {
  transform: scale(1.05);
  background-color: #ff9010;
}

.history-carousel__nav {
  font-size: 50px;
  color: #23145f;
  font-weight: 700;
  letter-spacing: -4px;
  background-color: transparent;
  line-height: normal;
  position: relative;
}

.history-carousel__nav:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ff9010;
}

@media only screen and (max-width: 980px) {
  .history-carousel__nav:after {
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    letter-spacing: -2px;
  }
}

@media only screen and (max-width: 1200px) {
  .history-carousel__nav {
    font-size: 30px;
  }
}

@media only screen and (max-width: 980px) {
  .history-carousel__nav {
    padding: 10px;
    width: 150px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 30px;
  }
}

.history-carousel__nav-wrap {
  overflow: hidden;
  padding-right: 10px;
  z-index: 9999;
  left: 15%;
  bottom: 20%;
  position: absolute;
}

@media only screen and (max-width: 980px) {
  .history-carousel__nav-wrap {
    bottom: 60px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    max-width: 400px;
  }
}

.history-carousel__nav span {
  display: inline-block;
  line-height: normal;
}

.history-carousel__nav-inactive, .history-carousel__nav-slash {
  color: rgba(35, 20, 95, 0.3);
}

.history-carousel__nav-active {
  font-size: 70px;
}

@media only screen and (max-width: 1200px) {
  .history-carousel__nav-active {
    font-size: 50px;
  }
}

.history-carousel__carousel {
  width: 100%;
}

.history-carousel__slide {
  width: 100%;
}

.history-carousel__inner {
  background-color: #23145f;
  width: 60%;
  padding: 30px;
  min-height: 400px;
  display: block;
  float: right;
  margin: 0 10% 0 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 980px) {
  .history-carousel__inner {
    width: 90%;
    float: none;
    margin: 0 auto;
    max-width: 400px;
    padding: 30px 30px 40px 30px;
  }
}

.history-carousel--small .history-carousel__title {
  font-size: 18px;
}

.x-navbar-wrap .x-navbar {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-top: 5px solid #23145f;
  min-height: 70px;
}

.logged-in .x-navbar-wrap .x-navbar {
  top: 32px;
}

.masthead .x-navbar .desktop .x-nav {
  margin-top: 3px;
}

.masthead {
  height: 90px;
}

@media only screen and (max-width: 980px) {
  .masthead {
    height: 65px;
  }
}

#menu-main-navigation .sub-menu {
  padding: 0;
  left: 0;
  padding-top: 50px;
  box-shadow: 0px 45px 60px 0px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  min-width: 260px;
}

#menu-main-navigation .sub-menu .sub-menu {
  padding-top: 9px;
}

#menu-main-navigation .sub-menu a {
  padding: 20px;
  background-color: #fff;
}

#menu-main-navigation .sub-menu a:hover {
  background-color: #23145f;
  color: #fff;
}

#menu-main-navigation .sub-menu a:after {
  transform: rotate(-90deg);
}

#menu-main-navigation .sub-menu .menu-item:hover {
  background-color: #F4F3F7;
}

#menu-main-navigation .sub-menu .menu-item-has-children .sub-menu {
  left: 100%;
}

#menu-main-navigation .mega-menu .menu-item-description {
  text-transform: none;
  letter-spacing: normal;
  font-size: 15px;
  margin: 15px 10px 15px 20px;
  font-weight: normal;
}

#menu-main-navigation .mega-menu#menu-item-3936 > .sub-menu {
  min-width: 580px;
  margin-left: -230px;
}

#menu-main-navigation .mega-menu > .sub-menu {
  box-shadow: none;
  padding: 15px 10px 20px;
  margin-top: 50px;
  margin-left: -400px;
  background-color: #fff;
  box-shadow: 0px 45px 60px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  min-width: 850px;
}

#menu-main-navigation .mega-menu > .sub-menu:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: transparent;
}

#menu-main-navigation .mega-menu > .sub-menu .menu-item:hover {
  background-color: transparent;
}

#menu-main-navigation .mega-menu > .sub-menu > li {
  width: 260px;
  display: inline-block;
}

#menu-main-navigation .mega-menu > .sub-menu > li > a span {
  font-size: 14px !important;
}

#menu-main-navigation .mega-menu > .sub-menu > li > a:hover {
  background-color: transparent;
  color: #24135f;
}

#menu-main-navigation .mega-menu > .sub-menu > li > a:after {
  background-image: none;
  width: 30px;
  height: 2px;
  background-color: #ff9010;
  position: absolute;
  bottom: 5px;
  left: 15px;
  transform: none;
  z-index: 9999;
}

#menu-main-navigation .mega-menu > .sub-menu > li a[href="#"] {
  color: #24135f;
  cursor: default;
}

#menu-main-navigation .mega-menu > .sub-menu > li a[href="#"]:hover {
  color: inherit;
  text-decoration: none;
}

#menu-main-navigation .mega-menu > .sub-menu > li .sub-menu {
  display: block !important;
  position: relative;
  left: auto;
  right: auto;
  width: 100%;
  box-shadow: none;
  background-color: #fff;
}

#menu-main-navigation .mega-menu > .sub-menu > li .sub-menu li {
  display: block;
  width: 100%;
}

#menu-main-navigation .mega-menu > .sub-menu > li .sub-menu li a {
  padding: 6px 20px;
}

#menu-main-navigation .mega-menu > .sub-menu > li .sub-menu li a:after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  background-image: url("../../images/icon-arrow-down-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-out;
}

#menu-main-navigation .mega-menu > .sub-menu > li .sub-menu li a span {
  text-transform: none;
  font-size: 16px !important;
  letter-spacing: 0;
}

.nav-sub-cats {
  text-align: center;
  border-bottom: 1px solid rgba(35, 20, 95, 0.2);
  padding-bottom: 20px;
  margin-bottom: 60px;
  position: relative;
  z-index: 9;
}

.category-knowledge .nav-sub-cats {
  margin-top: -80px;
}

.nav-sub-cats__link {
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  margin: 20px;
  padding-bottom: 10px;
  color: #6c6c72;
}

.nav-sub-cats__link.active {
  border-bottom: 2px solid #ff9010;
  color: #23145f;
}

.cat-cards .x-column {
  margin-right: 1.2%;
  margin-left: 1.2%;
}

.fc-full-width-text {
  justify-content: center;
  position: relative;
}

.fc-full-width-text--white {
  color: #fff;
}

.fc-full-width-text--white .fc-full-width-text__title {
  color: #fff;
}

.fc-full-width-text--white.content-strip p {
  color: #fff;
}

.fc-full-width-text__wrapper.x-section {
  margin: 0;
}

.fc-full-width-text__background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.fc-full-width-text__column {
  text-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.fc-full-width-text__center {
  text-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.fc-full-width-text__subtitle:after {
  left: 50%;
  transform: translateX(-50%);
}

.fc-full-width-text__left {
  text-align: left;
  -ms-grid-row-align: left;
  align-self: left;
}

.fc-full-width-text__left .fc-full-width-text__subtitle:after {
  left: 0;
  transform: none;
}

.fc-full-width-text__title {
  max-width: none;
}

.fc-full-width-text__numbered-list {
  position: relative;
  list-style: none;
  margin: 0;
}

.fc-full-width-text__numbered-list span {
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #ffffff;
  background-color: #23145f;
  border-radius: 100%;
  padding: 8px 0px;
  line-height: 1;
}

.fc-full-width-text__numbered-list li {
  padding-left: 45px;
  margin: 0 0 20px;
}

.fc-imagetext-strip {
  background-color: rgba(35, 20, 95, 0.05);
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .fc-imagetext-strip h3 {
    font-size: 16px;
  }
}

.fc-imagetext-strip.x-section.content-strip {
  padding: 0 !important;
  display: flex;
  margin: 0;
  flex-direction: row;
  align-items: stretch;
}

@media only screen and (max-width: 980px) {
  .fc-imagetext-strip.x-section.content-strip {
    flex-direction: column;
  }
}

.fc-imagetext-strip--reverse.x-section.content-strip {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 980px) {
  .fc-imagetext-strip--reverse.x-section.content-strip {
    flex-direction: column;
  }
}

.fc-imagetext-strip__title {
  max-width: none;
}

.fc-imagetext-strip__content {
  padding: 100px;
}

@media only screen and (max-width: 1400px) {
  .fc-imagetext-strip__content {
    padding: 40px;
  }
}

.fc-imagetext-strip__image-block {
  width: 100%;
  background-color: #000;
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
  height: 100%;
}

.fc-imagetext-strip .x-column {
  margin-right: 0;
}

.fc-imagetext-strip .x-column.x-1-2 {
  width: 50%;
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 980px) {
  .fc-imagetext-strip .x-column.x-1-2 {
    width: 100%;
  }
}

.fc-navigation-bar {
  text-align: center;
  border-bottom: 1px solid rgba(35, 20, 95, 0.1);
  background-color: #fff;
  z-index: 999 !important;
  transition: all 0.2s ease-out;
}

.is-sticky .fc-navigation-bar {
  background-color: #23145f;
}

.is-sticky .fc-navigation-bar .fc-navigation-bar__link {
  color: #fff;
  padding: 15px 20px;
  font-size: 12px;
}

.is-sticky .fc-navigation-bar .fc-navigation-bar__link:hover {
  color: #ff9010;
}

@media only screen and (max-width: 1200px) {
  .is-sticky .fc-navigation-bar .fc-navigation-bar__link {
    font-size: 14px;
  }
}

.fc-navigation-bar.content-strip.x-section {
  padding: 0 !important;
  margin: 0;
}

.fc-navigation-bar__link {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  transition: all 0.2s ease-out;
  padding: 30px 20px;
}

@media only screen and (max-width: 1200px) {
  .fc-navigation-bar__link {
    padding: 15px;
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 980px) {
  .fc-navigation-bar__link {
    padding: 15px 10px;
    font-size: 12px;
  }
}

.fc-text-overlay-columns.x-section.content-strip {
  padding: 0 !important;
  display: flex;
  margin: 0;
  flex-direction: row;
}

@media only screen and (max-width: 980px) {
  .fc-text-overlay-columns.x-section.content-strip {
    flex-direction: column;
  }
}

.fc-text-overlay-columns .x-column {
  margin-right: 0;
}

.fc-text-overlay-columns .x-column.x-1-2 {
  width: 50%;
}

@media only screen and (max-width: 980px) {
  .fc-text-overlay-columns .x-column.x-1-2 {
    width: 100%;
  }
}

.fc-text-overlay-columns--light {
  color: #fff;
}

.fc-text-overlay-columns--light h1, .fc-text-overlay-columns--light h2, .fc-text-overlay-columns--light h3, .fc-text-overlay-columns--light h4, .fc-text-overlay-columns--light h5, .fc-text-overlay-columns--light h6, .fc-text-overlay-columns--light p {
  color: #fff;
}

.fc-text-overlay-columns__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.fc-text-overlay-columns__background-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.fc-text-overlay-columns__content {
  padding: 100px;
}

@media only screen and (max-width: 1400px) {
  .fc-text-overlay-columns__content {
    padding: 40px;
  }
}

.fc-text-overlay-columns blockquote {
  font-style: italic;
  border: 0;
  padding-bottom: 15px;
}

.fc-statistic-columns {
  display: flex;
  justify-content: center;
}

.fc-statistic-columns + .accordions {
  border-top: 1px solid #9e9e9e;
}

.fc-statistic-columns__column {
  text-align: center;
}

.fc-statistic-columns__icon {
  max-height: 100px;
}

.fc-statistic-columns__title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 20px;
  line-height: normal;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .fc-statistic-columns__title {
    font-size: 16px;
  }
}

.fc-statistic-columns__description {
  font-size: 16px;
}

.fc-leadership-profiles.x-section.content-strip {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0;
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}

.fc-leadership-profiles__column {
  text-align: center;
}

.fc-leadership-profiles__column.x-column.x-1-3 {
  width: 33.33%;
  margin-right: 0;
}

@media only screen and (max-width: 1000px) {
  .fc-leadership-profiles__column.x-column.x-1-3 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .fc-leadership-profiles__column.x-column.x-1-3 {
    width: 100%;
  }
}

.fc-leadership-profiles__profile {
  padding: 20px;
  min-height: 500px;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .fc-leadership-profiles__profile {
    min-height: 0;
  }
}

.fc-leadership-profiles__title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: normal;
}

.fc-leadership-profiles__title-small {
  font-size: 16px;
  margin-bottom: 30px;
  position: relative;
}

.fc-leadership-profiles__title-small:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #ff9010;
}

.fc-leadership-profiles__bio {
  font-size: 16px;
  margin-bottom: 10px;
  height: 80px;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.fc-leadership-profiles__bio.bio--active {
  height: auto;
}

.lity-container {
  width: 80%;
  margin: 0 auto;
  max-width: 500px !important;
}

.lity-container #inline .hs-fieldtype-text.hs-form-field {
  width: 48% !important;
  display: inline-block !important;
  margin-left: 0 !important;
}

.lity-container #inline .hs-fieldtype-text.hs-form-field:nth-child(odd) {
  margin-right: 4% !important;
}

.lity-container #inline .hs-fieldtype-text.hs-form-field.hs_consultant {
  margin-right: 0 !important;
  width: 100% !important;
}

.lity-container .lity-content:after {
  box-shadow: none !important;
}

.lity-container .hbspt-form label {
  color: white !important;
}

.submitted-message {
  background-color: white;
  border-radius: 4px;
  text-align: center;
  padding: 40px 20px;
}

.submitted-message p {
  margin-bottom: 0;
  font-weight: 600;
}

.fc-testimonials {
  display: flex;
  justify-content: center;
}

.fc-testimonials.content-strip.x-section {
  padding-top: 40px !important;
}

.fc-testimonials__column {
  text-align: center;
}

.fc-testimonials__title {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1300px) {
  .fc-testimonials__title {
    font-size: 16px;
  }
}

.fc-testimonials__description {
  font-size: 16px;
}

.article-advert {
  width: 120%;
  color: #fff;
  padding: 60px;
  background-color: #23145f;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -10%;
  margin-right: -10%;
  background-image: url("../../images/faded-a.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

@media only screen and (max-width: 992px) {
  .article-advert {
    padding: 30px 40px;
  }
}

.article-advert:before, .article-advert:after {
  content: '';
  display: table;
}

.article-advert:after {
  clear: both;
}

.article-advert .shopify-buy-frame {
  background-color: #fff;
  padding: 10px 20px 20px 20px;
  border-radius: 3px;
  float: right;
}

@media only screen and (max-width: 992px) {
  .article-advert .shopify-buy-frame {
    float: none;
    margin: 40px auto 0;
  }
}

.article-advert__title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}

.article-advert__description p {
  font-size: 18px;
}

.article-advert__buttons {
  text-align: right;
}

.article-advert .button-default:hover {
  background-color: #dc7600 !important;
}

.article-advert .button-default--light {
  background-color: #DDDBE5 !important;
}

.article-advert .button-default--light:hover {
  background-color: #c1bdd0 !important;
}

.article-advert .x-column {
  vertical-align: middle;
  display: inline-block;
  width: 46% !important;
  float: none;
}

@media only screen and (max-width: 992px) {
  .article-advert .x-column {
    display: block;
    width: 100% !important;
    text-align: center;
  }
}

.content-hubspot-form {
  padding: 80px 0;
}

@media (max-width: 992px) {
  .content-hubspot-form {
    padding: 0 0 60px;
  }
}

.content-hubspot-form .shopify-buy-frame iframe + iframe {
  display: none;
}

.content-hubspot-form__tab-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 45px 0px;
  border-bottom: solid 1px rgba(35, 20, 95, 0.2);
  margin: 0 0 80px;
}

@media (max-width: 992px) {
  .content-hubspot-form__tab-items {
    flex-wrap: wrap;
    padding: 45px 0px 25px;
    margin: 0 0 40px;
  }
}

.content-hubspot-form__tab-items li {
  position: relative;
  margin: 0px 22px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #9e9e9e;
  cursor: pointer;
}

@media (max-width: 992px) {
  .content-hubspot-form__tab-items li {
    width: 33.333%;
    margin: 0 0 20px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .content-hubspot-form__tab-items li {
    width: 50%;
  }
}

.content-hubspot-form__tab-items li.active {
  color: #23145f;
}

.content-hubspot-form__tab-items li.active:after {
  content: ' ';
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: -4px;
  height: 2px;
  background-color: #ff9010;
}

@media (max-width: 992px) {
  .content-hubspot-form__tab-items li.active:after {
    width: 100px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.content-hubspot-form__content {
  padding-right: 60px;
}

@media (max-width: 992px) {
  .content-hubspot-form__content {
    padding-right: 0;
  }
}

.content-hubspot-form__content .content-strip__small-heading {
  color: #23145f;
}

.content-hubspot-form__content h3, .content-hubspot-form__content h4 {
  margin: 0 0 30px;
  color: #23145f;
  letter-spacing: 0;
}

.content-hubspot-form__content h3 {
  font-size: 34px;
}

@media (max-width: 992px) {
  .content-hubspot-form__content h3 {
    font-size: 30px;
  }
}

.content-hubspot-form__content h4 {
  font-size: 22px;
  font-weight: bold;
}

.content-hubspot-form__content ul li {
  font-size: 16px;
  font-weight: bold;
  border: 0;
}

.content-hubspot-form__full-width-content:after {
  display: table;
  content: ' ';
  clear: both;
}

.content-hubspot-form__two-column-content + .content-hubspot-form__full-width-content {
  padding-top: 20px;
}

.content-hubspot-form__two-column-content:after {
  display: table;
  content: ' ';
  clear: both;
}

@media (max-width: 992px) {
  .content-hubspot-form__form {
    padding-top: 40px;
  }
}

.content-hubspot-form__form .form-bar {
  margin: 0;
}

.content-hubspot-form__form .input, .content-hubspot-form__form .field,
.content-hubspot-form__form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field,
.content-hubspot-form__form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field,
.content-hubspot-form__form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
  width: 100% !important;
  margin: 0 !important;
}

.tabs-with-background {
  position: relative;
  padding: 85px 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .tabs-with-background {
    padding: 65px 0 65px;
  }
}

@media (max-width: 767px) {
  .tabs-with-background .x-container {
    padding: 0 !important;
  }
}

.tabs-with-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #23145f;
  opacity: 0.7;
}

.tabs-with-background__intro {
  position: relative;
  text-align: center;
  max-width: 730px;
  margin: 0 auto 65px;
}

@media (max-width: 767px) {
  .tabs-with-background__intro {
    padding: 0 20px;
  }
}

.tabs-with-background__intro h2, .tabs-with-background__intro p {
  color: #ffffff;
}

.tabs-with-background__intro h2 {
  font-size: 44px;
  font-weight: bold;
  letter-spacing: normal;
  margin: 0 0 35px;
}

@media (max-width: 992px) {
  .tabs-with-background__intro h2 {
    font-size: 30px;
  }
}

.tabs-with-background__intro p:last-child {
  margin: 0;
}

.tabs-with-background__tabs-wrapper {
  position: relative;
  background-color: white;
  padding: 64px;
}

@media (max-width: 1200px) {
  .tabs-with-background__tabs-wrapper {
    padding: 40px;
  }
}

.tabs-with-background__tabs-wrapper:after {
  display: table;
  content: '';
  clear: both;
}

.tabs-with-background__tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-height: 420px;
}

@media (max-width: 767px) {
  .tabs-with-background__tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: auto;
    text-align: center;
    border-bottom: 1px solid #9e9e9e;
    margin: 0 0 40px;
  }
}

.tabs-with-background__tabs li {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 25px 20px;
  border-bottom: 1px solid #9e9e9e;
  line-height: 1.2;
  cursor: pointer;
}

@media (max-width: 767px) {
  .tabs-with-background__tabs li {
    font-size: 20px;
    padding: 0;
    width: 50%;
    border: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .tabs-with-background__tabs li:nth-child(2n) {
    border-left: 2px solid #23145f;
  }
}

.tabs-with-background__tabs li.active {
  color: #ff9010;
}

.tabs-with-background__tabs li:first-child {
  padding-top: 0;
}

.tabs-with-background__tabs li:last-child {
  border: 0;
}

.tabs-with-background__content h2 {
  color: #23145f;
  font-size: 26px;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .tabs-with-background__content h2 {
    font-size: 20px;
  }
}

.tabs-with-background__content ul li {
  font-size: 16px;
  border: 0;
}

.tabbed-accordions {
  padding: 100px 0px;
}

@media (max-width: 992px) {
  .tabbed-accordions {
    padding: 65px 0px;
  }
}

.tabbed-accordions__intro {
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
}

.tabbed-accordions__intro h2 {
  color: #23145f;
  font-size: 40px;
  margin: 0 0 50px;
}

@media (max-width: 992px) {
  .tabbed-accordions__intro h2 {
    font-size: 30px;
    margin: 0 0 30px;
  }
}

.tabbed-accordions__tab-items {
  border-bottom: 1px solid #9e9e9e;
  margin: 0 0 60px;
}

@media (max-width: 767px) {
  .tabbed-accordions__tab-items {
    border-bottom: 0;
    margin: 0;
  }
}

.tabbed-accordions__tab-items ul {
  max-width: 730px;
  list-style: none;
  margin: 0 auto;
  padding: 0 0 40px;
  display: flex;
  flex-direction: row;
}

@media (max-width: 767px) {
  .tabbed-accordions__tab-items ul {
    flex-wrap: wrap;
  }
}

.tabbed-accordions__tab-items li {
  width: 50%;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #23145f;
  cursor: pointer;
}

@media (max-width: 767px) {
  .tabbed-accordions__tab-items li {
    width: 100%;
    font-size: 20px;
  }
}

.tabbed-accordions__tab-items li.active {
  color: #F9AB31;
}

.tabbed-accordions .accord-container {
  position: relative;
  margin-bottom: 8px;
}

.tabbed-accordions .accord-container:first-child {
  border-top: 1px solid #9e9e9e;
}

@media (max-width: 767px) {
  .tabbed-accordions .accord-container:first-child {
    border-top: 0;
  }
}

.tabbed-accordions .accord-container:last-child {
  margin-bottom: 0px;
}

.tabbed-accordions .accord-container .toggle {
  display: none;
}

.tabbed-accordions .accord-container .toggle:checked + .title + .accord-content {
  max-height: 500px;
  padding: 20px 50px;
}

@media (max-width: 767px) {
  .tabbed-accordions .accord-container .toggle:checked + .title + .accord-content {
    padding: 20px 0px;
  }
}

.tabbed-accordions .accord-container .toggle:checked + .title:after {
  transform: rotateZ(-132deg);
}

.tabbed-accordions .accord-container .title,
.tabbed-accordions .accord-container .accord-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
}

.tabbed-accordions .accord-container .title {
  position: relative;
  display: block;
  padding: 20px 60px 20px 0px;
  cursor: pointer;
  font-size: 18px;
  color: #23145f;
  border-bottom: 1px solid #9e9e9e;
  line-height: 1.2;
}

.tabbed-accordions .accord-container .title strong {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 40px;
  font-weight: bold;
  opacity: 0.2;
}

.tabbed-accordions .accord-container .title.with-number {
  padding: 20px 60px 20px 60px;
}

.tabbed-accordions .accord-container .title:after {
  content: '';
  position: absolute;
  right: 18px;
  top: 26px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ff9010;
  border-bottom: 2px solid #ff9010;
  transform: rotateZ(45deg);
}

.tabbed-accordions .accord-container .accord-content {
  max-height: 0;
  padding: 0px 50px;
  overflow: hidden;
  background-color: #fff;
}

@media (max-width: 767px) {
  .tabbed-accordions .accord-container .accord-content {
    padding: 0px 20px;
  }
}

.tabbed-accordions .accord-container .accord-content p:last-child {
  margin: 0;
}

.tabbed-accordions .accord-container .accord-content ul li {
  font-size: 16px;
  border: 0;
}

.accordions {
  padding: 0px 0px 100px;
  max-width: 1595px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .accordions {
    padding: 65px 0px;
  }
}

.accordions__intro {
  text-align: center;
  padding: 60px 0;
}

.accordions__intro h2 {
  color: #23145f;
  font-size: 40px;
  margin: 0 0 35px;
}

@media (max-width: 992px) {
  .accordions__intro h2 {
    font-size: 30px;
    margin: 0 0 30px;
  }
}

.accordions__intro p:last-child {
  margin: 0;
}

.accordions__intro-wrapper {
  margin: 0 auto;
  max-width: 730px;
}

.accordions__accord-single-col {
  max-width: 730px;
  margin: 0 auto;
}

.accordions .accord-container {
  position: relative;
  margin-bottom: 8px;
}

.accordions .accord-container:first-child {
  border-top: 1px solid #9e9e9e;
}

@media (max-width: 767px) {
  .accordions .accord-container:first-child {
    border-top: 0;
  }
}

.accordions .accord-container:last-child {
  margin-bottom: 0px;
}

.accordions .accord-container .toggle {
  display: none;
}

.accordions .accord-container .toggle:checked + .title + .accord-content {
  max-height: 500px;
  padding: 20px 50px;
}

@media (max-width: 767px) {
  .accordions .accord-container .toggle:checked + .title + .accord-content {
    padding: 20px 0px;
  }
}

.accordions .accord-container .toggle:checked + .title:after {
  transform: rotateZ(-132deg);
}

.accordions .accord-container .title,
.accordions .accord-container .accord-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
}

.accordions .accord-container .title {
  position: relative;
  display: block;
  padding: 20px 60px 20px 0px;
  cursor: pointer;
  font-size: 18px;
  color: #23145f;
  border-bottom: 1px solid #9e9e9e;
  line-height: 1.2;
}

.accordions .accord-container .title strong {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 40px;
  font-weight: bold;
  opacity: 0.2;
}

.accordions .accord-container .title.with-number {
  padding: 20px 60px 20px 60px;
}

.accordions .accord-container .title:after {
  content: '';
  position: absolute;
  right: 18px;
  top: 26px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #ff9010;
  border-bottom: 2px solid #ff9010;
  transform: rotateZ(45deg);
}

.accordions .accord-container .accord-content {
  max-height: 0;
  padding: 0px 50px;
  overflow: hidden;
  background-color: #fff;
}

@media (max-width: 767px) {
  .accordions .accord-container .accord-content {
    padding: 0px 20px;
  }
}

.accordions .accord-container .accord-content p:last-child {
  margin: 0;
}

.accordions .accord-container .accord-content ul li {
  font-size: 16px;
  border: 0;
}

.shopify-embed-ctas {
  padding: 0px 0px 80px;
}

.shopify-embed-ctas h3, .shopify-embed-ctas h4 {
  font-size: 18px;
  font-weight: bold;
  color: #23145f;
  letter-spacing: 0;
  margin: 0 0 5px;
}

.shopify-embed-ctas:after {
  display: table;
  content: '';
  clear: both;
}

.shopify-embed-ctas__container {
  max-width: 730px;
  margin: 0 auto;
}

.shopify-embed-ctas__single-button {
  max-width: 160px;
  margin: 0 auto;
}

.hubspot-download-form {
  position: relative;
  padding: 85px 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .hubspot-download-form {
    padding: 65px 0;
  }
}

.hubspot-download-form .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #23145f;
  opacity: 0.7;
}

.hubspot-download-form__container {
  max-width: 770px;
  margin: 0 auto;
  padding: 0 20px;
}

.hubspot-download-form__intro-container {
  max-width: 640px;
  margin: 0 auto;
}

.hubspot-download-form__intro {
  position: relative;
}

.hubspot-download-form__intro h2, .hubspot-download-form__intro p {
  color: #ffffff;
  text-align: center;
}

.hubspot-download-form__intro h2 {
  position: relative;
  font-size: 40px;
  margin: 0 0 50px;
}

@media (max-width: 992px) {
  .hubspot-download-form__intro h2 {
    font-size: 30px;
    margin: 0 0 30px;
  }
}

.hubspot-download-form__intro h2:after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ff9010;
}

.hubspot-download-form__form {
  position: relative;
}

.hubspot-download-form__form .hs-richtext {
  color: white !important;
  font-size: 14px;
  margin: 0 0 5px;
}

.hubspot-download-form__form .hs-fieldtype-booleancheckbox {
  margin: 0 0 10px;
}

.hubspot-download-form__form .hbspt-form label {
  color: #ffffff !important;
}

.hubspot-download-form__form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
  float: left;
  width: 49% !important;
}

@media (max-width: 480px) {
  .hubspot-download-form__form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    width: 100% !important;
  }
}

.hubspot-download-form__form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
  float: left;
  width: 49% !important;
  margin-left: 2%;
}

@media (max-width: 480px) {
  .hubspot-download-form__form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
    width: 100% !important;
    margin-left: 0;
  }
}

.hubspot-download-form__form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: 100% !important;
  margin-left: 0 !important;
}

.tabs-full-width {
  padding: 85px 0px;
}

@media (max-width: 1200px) {
  .tabs-full-width {
    padding: 65px 0px;
  }
}

@media (max-width: 767px) {
  .tabs-full-width {
    padding: 40px 0px;
  }
}

.tabs-full-width:after {
  display: table;
  content: '';
  clear: both;
}

.tabs-full-width__tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 80px;
}

@media (max-width: 1200px) {
  .tabs-full-width__tabs {
    padding-right: 0;
  }
}

.tabs-full-width__tabs li {
  position: relative;
  text-transform: uppercase;
  font-size: 26px;
  color: #23145f;
  font-weight: bold;
  cursor: pointer;
  padding-bottom: 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #9e9e9e;
}

@media (max-width: 1200px) {
  .tabs-full-width__tabs li {
    font-size: 20px;
  }
}

.tabs-full-width__tabs li.active {
  color: #ff9010;
}

.tabs-full-width__tabs li:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ff9010;
  position: absolute;
  bottom: 25px;
  left: 0;
}

.tabs-full-width__content h2 {
  margin: 0 0 20px;
}

.belt-cards {
  background-color: #f3f3f3;
  padding: 85px 0px 30px;
}

@media (max-width: 992px) {
  .belt-cards {
    padding: 65px 0px 30px;
  }
}

@media (max-width: 767px) {
  .belt-cards {
    padding: 45px 0px 30px;
  }
}

.belt-cards__intro .content-strip__add-line {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #23145f;
}

.belt-cards__intro h2 {
  color: #23145f;
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 65px;
}

@media (max-width: 992px) {
  .belt-cards__intro h2 {
    margin: 0 0 40px;
  }
}

.belt-cards__card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.belt-cards__card {
  width: 23.5%;
  padding: 40px 30px 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 10px -5px #777;
  background-color: #ffffff;
}

@media (max-width: 1400px) {
  .belt-cards__card {
    width: 32%;
  }
}

@media (max-width: 992px) {
  .belt-cards__card {
    width: 49%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .belt-cards__card {
    width: 100%;
    margin-bottom: 30px;
  }
}

.belt-cards__card-title {
  position: relative;
  padding-left: 30%;
  margin: 0 0 10px;
  min-height: 178px;
}

@media (max-width: 767px) {
  .belt-cards__card-title {
    padding-left: 90px;
    min-height: 100px;
  }
}

.belt-cards__card-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
}

.belt-cards__card-icon img {
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .belt-cards__card-icon img {
    max-width: 60px;
  }
}

.belt-cards__card-icon:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 35px;
  height: 2px;
  opacity: 0.4;
  background-color: #23145f;
}

.belt-cards__card-meta h3 {
  color: #23145f;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: normal;
  margin: 0 0 10px;
}

.belt-cards__card-meta p {
  line-height: 1.4;
  margin: 0;
}

.belt-cards__bar span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 5px;
  display: block;
}

.belt-cards__bar .x-skill-bar .bar {
  box-shadow: none;
}

.belt-cards__bar .x-skill-bar .bar.yellow {
  background-color: #F9AB31;
}

.belt-cards__bar .x-skill-bar .bar.green {
  background-color: #6FB32B;
}

.belt-cards__bar .x-skill-bar .bar.black {
  background-color: #000000;
}

.belt-cards__bar .x-skill-bar .bar .percent {
  background-color: transparent;
  text-shadow: none;
  bottom: 8px;
}

.belt-cards__steps {
  margin: 0 0 10px;
  min-height: 370px;
}

@media (max-width: 767px) {
  .belt-cards__steps {
    min-height: auto;
  }
}

.belt-cards__steps ul {
  position: relative;
  list-style: none;
  margin: 0 0 20px;
}

.belt-cards__steps ul:after {
  content: ' ';
  position: absolute;
  width: 2px;
  top: 0;
  left: 14px;
  height: 100%;
  border-right: 2px dotted #fbac18;
}

.belt-cards__steps ul li {
  position: relative;
  padding: 0px 0px 20px;
  padding-left: 40px;
  font-weight: bold;
}

.belt-cards__steps ul li:last-child {
  padding-bottom: 0px;
}

.belt-cards__steps ul li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  padding: 8px 0px;
  font-size: 14px;
  line-height: 1;
  z-index: 10;
}

.belt-cards__steps ul.yellow:after {
  border-right: 2px dotted #F9AB31;
}

.belt-cards__steps ul.yellow li span {
  background-color: #F9AB31;
}

.belt-cards__steps ul.green:after {
  border-right: 2px dotted #6FB32B;
}

.belt-cards__steps ul.green li span {
  background-color: #6FB32B;
}

.belt-cards__steps ul.black:after {
  border-right: 2px dotted #000000;
}

.belt-cards__steps ul.black li span {
  background-color: #000000;
}

.belt-cards__cta .x-btn {
  background-color: #23145f !important;
  border: 0;
}

.belt-cards__cta .x-btn:hover {
  background-color: #ff9010 !important;
}

.coach-cta {
  margin-top: -50px;
  position: relative;
  z-index: 99;
}

@media (max-width: 980px) {
  .coach-cta {
    margin-top: -30px;
  }
}

@media (max-width: 575px) {
  .coach-cta {
    margin-top: 0;
  }
}

.coach-cta__container {
  max-width: 474px;
  margin: 0 auto 80px;
}

@media (max-width: 980px) {
  .coach-cta__container {
    margin: 0 auto 40px;
  }
}

@media (max-width: 575px) {
  .coach-cta__container {
    max-width: 100%;
    margin: 0;
  }
}

.coach-cta__card-wrapper {
  box-shadow: 9px 0px 35px -14px rgba(0, 0, 0, 0.4);
  padding-top: 25px;
  background-color: #f4f3f7;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

@media (max-width: 575px) {
  .coach-cta__card-wrapper {
    padding-top: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #ffffff;
  }
}

.coach-cta__card {
  display: flex;
  flex-direction: row;
  padding-bottom: 25px;
  max-width: 350px;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .coach-cta__card {
    flex-direction: column;
    padding-bottom: 40px;
  }
}

.coach-cta__card img {
  width: 116px;
  margin: 0 auto 15px;
}

.coach-cta__title {
  padding: 32px 0px;
  padding-left: 20px;
  line-height: 1;
}

@media (max-width: 575px) {
  .coach-cta__title {
    padding: 0;
  }
}

.coach-cta__name {
  font-size: 24px;
  font-weight: 900;
  color: #23145f;
  letter-spacing: normal;
  margin: 0 0 5px;
}

@media (max-width: 575px) {
  .coach-cta__name {
    text-align: center;
  }
}

.coach-cta__role {
  font-size: 16px;
  font-weight: 600;
  color: #23145f;
  letter-spacing: normal;
}

@media (max-width: 575px) {
  .coach-cta__role {
    text-align: center;
  }
}

.coach-cta__cta a {
  display: block;
  width: 100%;
  padding: 15px 0px;
  font-size: 14px;
  font-weight: bold;
  background-color: #ff9010;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.coach-cta__cta a:hover {
  color: #ffffff;
}

@media (max-width: 575px) {
  .coach-cta__cta a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lity-hide {
  display: none;
}

body.blog, body.archive, body.category {
  background: #f3f3f6;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f3f3f6 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f6', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

body.blog h1, body.blog h2, body.archive h1, body.archive h2, body.category h1, body.category h2 {
  color: #24135f;
  font-family: "Roboto", sans-serif;
}

body.blog .x-breadcrumb-wrap, body.archive .x-breadcrumb-wrap, body.category .x-breadcrumb-wrap {
  margin-bottom: 0;
}

body.blog h1, body.blog h2, body.archive h1, body.archive h2, body.category h1, body.category h2 {
  color: #24135f;
  font-family: "Roboto", sans-serif;
}

body.blog #newsletter-form, body.archive #newsletter-form, body.category #newsletter-form {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  body.blog #newsletter-form, body.archive #newsletter-form, body.category #newsletter-form {
    margin-top: 20px;
    margin-botto: 20px;
  }
}

@media only screen and (max-width: 980px) {
  body.blog #newsletter-form, body.archive #newsletter-form, body.category #newsletter-form {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

body.blog #newsletter-form .hbspt-form, body.archive #newsletter-form .hbspt-form, body.category #newsletter-form .hbspt-form {
  max-width: 1400px;
}

body.blog #newsletter-form .hbspt-form .hs-form-field, body.archive #newsletter-form .hbspt-form .hs-form-field, body.category #newsletter-form .hbspt-form .hs-form-field {
  width: 260px !important;
  margin-left: 30px !important;
}

body.blog #newsletter-form .hbspt-form .hs-form-field:first-of-type, body.archive #newsletter-form .hbspt-form .hs-form-field:first-of-type, body.category #newsletter-form .hbspt-form .hs-form-field:first-of-type {
  margin-left: 0 !important;
}

@media only screen and (max-width: 1024px) {
  body.blog #newsletter-form .hbspt-form .hs-form-field, body.archive #newsletter-form .hbspt-form .hs-form-field, body.category #newsletter-form .hbspt-form .hs-form-field {
    width: 210px !important;
  }
}

@media only screen and (max-width: 980px) {
  body.blog #newsletter-form .hbspt-form .hs-form-field, body.archive #newsletter-form .hbspt-form .hs-form-field, body.category #newsletter-form .hbspt-form .hs-form-field {
    width: 40% !important;
    margin-left: 20px !important;
    margin-right: 20px;
  }
  body.blog #newsletter-form .hbspt-form .hs-form-field:first-of-type, body.archive #newsletter-form .hbspt-form .hs-form-field:first-of-type, body.category #newsletter-form .hbspt-form .hs-form-field:first-of-type {
    margin-left: 20px !important;
  }
}

@media only screen and (max-width: 760px) {
  body.blog #newsletter-form .hbspt-form .hs-form-field, body.archive #newsletter-form .hbspt-form .hs-form-field, body.category #newsletter-form .hbspt-form .hs-form-field {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 90% !important;
  }
  body.blog #newsletter-form .hbspt-form .hs-form-field:first-of-type, body.archive #newsletter-form .hbspt-form .hs-form-field:first-of-type, body.category #newsletter-form .hbspt-form .hs-form-field:first-of-type {
    margin-left: 0 !important;
  }
}

body.blog .x-pagination, body.archive .x-pagination, body.category .x-pagination {
  margin: 100px 0;
}

@media only screen and (max-width: 1024px) {
  body.blog .x-pagination, body.archive .x-pagination, body.category .x-pagination {
    margin: 60px 0;
  }
}

@media only screen and (max-width: 980px) {
  body.blog .x-pagination, body.archive .x-pagination, body.category .x-pagination {
    margin: 40px 0;
  }
}

body.blog .x-header-landmark, body.archive .x-header-landmark, body.category .x-header-landmark {
  max-width: 700px;
}

body.blog .x-header-landmark .p-landmark-sub, body.archive .x-header-landmark .p-landmark-sub, body.category .x-header-landmark .p-landmark-sub {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}

@media only screen and (max-width: 1024px) {
  body.blog .x-header-landmark .p-landmark-sub, body.archive .x-header-landmark .p-landmark-sub, body.category .x-header-landmark .p-landmark-sub {
    font-size: 18px;
  }
}

body.blog .entry-footer, body.archive .entry-footer, body.category .entry-footer {
  margin-top: 20px;
  margin-bottom: 20px;
}

body.blog .entry-footer a, body.archive .entry-footer a, body.category .entry-footer a {
  background-color: rgba(35, 20, 95, 0.08);
  border: none;
  color: #23145f;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 9px;
  transition: all 0.2s ease-out;
}

body.blog .entry-footer a:hover, body.archive .entry-footer a:hover, body.category .entry-footer a:hover {
  background-color: #23145f;
  color: #fff !important;
}

body.blog .h-landmark, body.archive .h-landmark, body.category .h-landmark {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  font-size: 60px;
  margin-bottom: 60px;
  margin-top: 140px;
  position: relative;
  overflow: visible;
}

@media only screen and (max-width: 1024px) {
  body.blog .h-landmark, body.archive .h-landmark, body.category .h-landmark {
    margin-top: 120px;
    font-size: 40px;
  }
}

@media only screen and (max-width: 980px) {
  body.blog .h-landmark, body.archive .h-landmark, body.category .h-landmark {
    font-size: 36px;
    margin-top: 80px;
  }
}

body.blog .h-landmark:after, body.archive .h-landmark:after, body.category .h-landmark:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ff9010;
  position: absolute;
  top: 140%;
  left: 50%;
  transform: translateX(-50%);
}

body.blog .h-landmark span:before, body.archive .h-landmark span:before, body.category .h-landmark span:before {
  display: none;
}

body.blog .h-landmark span:after, body.archive .h-landmark span:after, body.category .h-landmark span:after {
  display: none;
}

body.blog label, body.archive label, body.category label {
  font-size: 14px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  body.blog label, body.archive label, body.category label {
    font-size: 12px;
  }
}

body.blog article, body.archive article, body.category article {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media only screen and (max-width: 980px) {
  body.blog article, body.archive article, body.category article {
    flex-direction: column;
    background-color: #fff;
    max-width: 500px;
    margin: 20px auto;
  }
}

body.blog .entry-wrap, body.archive .entry-wrap, body.category .entry-wrap {
  background-color: transparent;
  padding: 60px;
}

@media only screen and (max-width: 1024px) {
  body.blog .entry-wrap, body.archive .entry-wrap, body.category .entry-wrap {
    padding: 0 30px 30px;
  }
}

@media only screen and (max-width: 980px) {
  body.blog .entry-wrap, body.archive .entry-wrap, body.category .entry-wrap {
    padding: 30px;
  }
}

body.blog .entry-featured, body.archive .entry-featured, body.category .entry-featured {
  padding-right: 70px;
  box-shadow: none;
  border-right: 1px solid rgba(35, 20, 95, 0.2);
  border-bottom: none;
  min-width: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 1024px) {
  body.blog .entry-featured, body.archive .entry-featured, body.category .entry-featured {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 980px) {
  body.blog .entry-featured, body.archive .entry-featured, body.category .entry-featured {
    max-width: 100%;
    padding-right: 0;
    border-right: none;
  }
}

body.blog .entry-content, body.archive .entry-content, body.category .entry-content {
  margin-top: 20px;
}

body.blog .entry-title, body.archive .entry-title, body.category .entry-title {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  line-height: normal;
}

@media only screen and (max-width: 1024px) {
  body.blog .entry-title, body.archive .entry-title, body.category .entry-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 980px) {
  body.blog .entry-title, body.archive .entry-title, body.category .entry-title {
    font-size: 20px;
  }
}

body.blog .p-meta, body.archive .p-meta, body.category .p-meta {
  text-transform: none;
  font-size: 15px;
  position: relative;
  margin-bottom: 30px;
}

body.blog .p-meta:after, body.archive .p-meta:after, body.category .p-meta:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ff9010;
  position: absolute;
  top: 140%;
  left: 0;
}

@media only screen and (max-width: 980px) {
  body.blog .p-meta:after, body.archive .p-meta:after, body.category .p-meta:after {
    top: 115%;
  }
}

body.blog .p-meta > span, body.archive .p-meta > span, body.category .p-meta > span {
  margin-right: 10px;
}

@media only screen and (max-width: 980px) {
  body.blog .p-meta > span, body.archive .p-meta > span, body.category .p-meta > span {
    margin-bottom: 10px;
  }
}

body.blog .p-meta > span:after, body.archive .p-meta > span:after, body.category .p-meta > span:after {
  display: none;
}

body.blog input[type=text],
body.blog input[type=password],
body.blog input[type=datetime],
body.blog input[type=datetime-local],
body.blog input[type=date],
body.blog input[type=month],
body.blog input[type=time],
body.blog input[type=week],
body.blog input[type=number],
body.blog input[type=email],
body.blog input[type=url],
body.blog input[type=search],
body.blog input[type=tel],
body.blog input[type=color],
body.blog select,
body.blog textarea, body.archive input[type=text],
body.archive input[type=password],
body.archive input[type=datetime],
body.archive input[type=datetime-local],
body.archive input[type=date],
body.archive input[type=month],
body.archive input[type=time],
body.archive input[type=week],
body.archive input[type=number],
body.archive input[type=email],
body.archive input[type=url],
body.archive input[type=search],
body.archive input[type=tel],
body.archive input[type=color],
body.archive select,
body.archive textarea, body.category input[type=text],
body.category input[type=password],
body.category input[type=datetime],
body.category input[type=datetime-local],
body.category input[type=date],
body.category input[type=month],
body.category input[type=time],
body.category input[type=week],
body.category input[type=number],
body.category input[type=email],
body.category input[type=url],
body.category input[type=search],
body.category input[type=tel],
body.category input[type=color],
body.category select,
body.category textarea {
  background-color: transparent;
  border-color: #23145f;
  font-size: 15px;
}

body.blog .blog-post__image, body.archive .blog-post__image, body.category .blog-post__image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  display: block;
}

@media only screen and (max-width: 1024px) {
  body.blog .blog-post__image, body.archive .blog-post__image, body.category .blog-post__image {
    height: 300px;
  }
}

@media only screen and (max-width: 980px) {
  body.blog .blog-post__image, body.archive .blog-post__image, body.category .blog-post__image {
    height: 200px;
  }
}

body.blog .blog-post__author-image, body.archive .blog-post__author-image, body.category .blog-post__author-image {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1024px) {
  body.blog .blog-post__author-image, body.archive .blog-post__author-image, body.category .blog-post__author-image {
    width: 30px;
    height: 30px;
  }
}

body.single-post {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f3f3f6 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f6', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

body.single-post .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field,
body.single-post .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field,
body.single-post .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: 100% !important;
}

body.single-post .slim-fit {
  padding-bottom: 0 !important;
}

body.single-post .guerrillawrap {
  width: 120%;
  margin-left: -10%;
  margin-right: -10%;
  margin-top: 40px;
}

body.single-post .guerrillagravatar {
  width: auto;
  margin-right: 40px;
}

body.single-post .entry-header {
  padding: 0 50px;
}

@media only screen and (max-width: 768px) {
  body.single-post .entry-header {
    padding: 0;
  }
}

body.single-post .entry-featured {
  border-bottom: none;
}

body.single-post .entry-wrap {
  background-color: transparent;
}

body.single-post .entry-wrap--slim {
  max-width: 1000px;
  margin: 0 auto;
}

body.single-post .x-comments-area {
  max-width: 950px;
  margin: 0 auto 80px;
}

body.single-post .entry-title {
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  line-height: normal;
  position: relative;
}

@media only screen and (max-width: 768px) {
  body.single-post .entry-title {
    font-size: 28px;
  }
}

body.single-post .entry-title:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #ff9010;
  position: absolute;
  top: 120%;
  left: 0;
}

@media only screen and (max-width: 980px) {
  body.single-post .entry-title:after {
    top: 115%;
  }
}

body.single-post .p-meta {
  text-transform: none;
  font-size: 15px;
  position: relative;
  margin-bottom: 30px;
}

body.single-post .p-meta > span {
  margin-right: 10px;
}

@media only screen and (max-width: 980px) {
  body.single-post .p-meta > span {
    margin-bottom: 10px;
  }
}

body.single-post .p-meta > span:after {
  display: none;
}

body.single-post .blog-post__image {
  width: 120%;
  height: 400px;
  background-size: cover;
  background-position: center;
  margin-left: -10%;
  margin-right: -10%;
  margin-bottom: 40px;
  margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
  body.single-post .blog-post__image {
    height: 300px;
  }
}

@media only screen and (max-width: 980px) {
  body.single-post .blog-post__image {
    height: 200px;
  }
}

body.single-post .blog-post__author-image {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1024px) {
  body.single-post .blog-post__author-image {
    width: 30px;
    height: 30px;
  }
}

body .guerrillawrap {
  background-color: rgba(35, 20, 95, 0.05);
  border: none;
  padding: 60px;
}

body .guerrillawrap .guerrillagravatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #24135f;
  font-family: "Roboto", sans-serif;
}

.entry-content h3 {
  font-size: 18px;
}

.page-template-template-contact-us .x-breadcrumbs [class*=x-icon-] {
  color: #fff;
}

.page-template-template-contact-us .x-breadcrumbs .current {
  color: #fff;
}

.page-template-template-contact-us .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field,
.page-template-template-contact-us .hs_company.hs-company.hs-fieldtype-text.field.hs-form-field {
  width: 48% !important;
  display: inline-block;
}

.page-template-template-contact-us .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field,
.page-template-template-contact-us .hs_phone.hs-phone.hs-fieldtype-text.field.hs-form-field {
  width: 48% !important;
  margin-left: 4% !important;
  display: inline-block;
}

.page-template-template-contact-us .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field,
.page-template-template-contact-us .hs_hearaboutjuran.hs-hearaboutjuran.hs-fieldtype-text.field.hs-form-field {
  width: 100% !important;
  margin-left: 0 !important;
}

@media only screen and (max-width: 768px) {
  .page-template-template-contact-us .x-column.x-1-5 {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .page-template-template-contact-us .x-column.x-sm {
    float: left;
  }
  .page-template-template-contact-us .x-hide-md {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #our-offices .x-1-5 {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  #our-offices .x-1-5.section-ttl h3:after {
    left: 50%;
    transform: translateX(-50%);
  }
  #our-offices .x-1-5 .contact-block {
    margin-bottom: 40px;
  }
  #our-offices .x-1-5 .contact-block p {
    font-size: 14px;
  }
  #our-offices .x-1-5 .contact-block__details:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

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